/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Large top header: home */
.hs-content-id-100988767213 .dnd_area-row-0-background-layers {
  background-image:
    url("https://144523544.fs1.hubspotusercontent-eu1.net/hubfs/144523544/night-sky.svg"),
    linear-gradient(to bottom, rgba(35,31,52,1), rgba(64,59,81,0.5)) !important;
  background-repeat: no-repeat, no-repeat;
  background-position: top center, center !important;
  background-size: contain, cover !important;
}

/* Second header: home */
.hs-content-id-100988767213 .dnd_area-row-2-hidden {
  background-color: #3C374C !important;
  background-image: url("https://144523544.fs1.hubspotusercontent-eu1.net/hubfs/144523544/single_claud_smaller.svg") !important;
  background-repeat: repeat-x !important;
  background-position: bottom center !important;
  background-size: auto 136px !important;
}

.hs-content-id-100988767213 .dnd_area-row-1-padding {
  background-image: url("https://144523544.fs1.hubspotusercontent-eu1.net/hubfs/144523544/darker_clouds_smaller-2.svg") !important;
  background-repeat: repeat-x !important;
  background-position: bottom center !important;
  background-size: auto 136px !important;
}

.hs-content-id-100988767213 .dnd_area-row-7-padding {
  background-image: url("https://144523544.fs1.hubspotusercontent-eu1.net/hubfs/144523544/light_purple_clouds_smaller.svg") !important;
  background-repeat: repeat-x !important;
  background-position: bottom center !important;
  background-size: auto 136px !important;
}

/* Newsletter: background */
.hs-content-id-100988767213 .dnd_area-row-11-background-layers {
  background-color: #544E6B !important;
}

.hs-content-id-367977622769 .dnd_area-row-2-background-layers {
  background-color: #544E6B !important;
}

.hs-content-id-100989380043 .dnd_area-row-8-background-layers {
  background-color: #544E6B !important;
}

.hs-content-id-101589364462 .dnd_area-row-2-background-layers {
background-color: #544E6B !important;
}

/* Force 4 columns on desktop */
body [class*="_hsPostListingWrapper--tiles"] {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

/* Responsive breakpoints */
@media (max-width: 1100px) {
  body [class*="_hsPostListingWrapper--tiles"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 800px) {
  body [class*="_hsPostListingWrapper--tiles"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 500px) {
  body [class*="_hsPostListingWrapper--tiles"] {
    grid-template-columns: 1fr !important;
  }
}

.header__bottom {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  Background-color: #242034;
}

h1.blog-post__headline {
    font-size: 48px !important;
}

.blog-post__body h2 {
    font-size: 36px !important;
}

.blog-post__column-wrapper {
  display: block;
  padding: 30px 0;
}

.content-wrapper {
    padding: 80px 5%;
}

.blog-post__author-image {
  height: 50px;
}

._hsPostListingImage_dsnwr_28 {
  border-radius: 12px 12px 0 0;
}

.entry-thumbnail {
    border-radius: 5px;
    height: 450px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    justify-content: center;
    display: flex;
}

.entry-thumbnail img {
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.header__container--left .header__menu-col {
  text-align: left !important;
}

.header__menu-item--depth-1 {
    padding: 0 2rem;
}

.hs-rss-title span {
  font-size: 16px !important;
  font-weight: bold;
}

.hs_cos_wrapper_type_post_filter ul {
 float: left;
}

.hs_cos_wrapper_type_post_filter li {
  float: left !important;
  list-style-type: none;
  margin: 12px 4px;
  font-size 13px !important;
}

.hs_cos_wrapper_type_post_filter li a {
  color: #f5f4f9;
  background-color: #ada4ce;
  border-radius: 20px;
  padding: 8px 10px;
}

.hs_cos_wrapper_type_post_filter li a:hover {
  background-color: #8a80b1;
  text-decoration:none;
}

.filter-link-count {
  display: none;
}

.hs-search-field__button {
  display: none;
}

.hs-search-field__bar>form>.hs-search-field__input {
  color: #6c648a;
  background-color: #dfdcec;
  border: 0px none;
  border-radius: 50px;
}

.hs-search-field__suggestions {
  background-color: #dfdcec !important;
  border: 0px none;
  border-radius: 8px;
  color: #988dc2;
}
.hs-search-field__suggestions a {
  color: #6c648a;
}
  
.hs-search-field__form {
  padding: 20px 45px;
}

.blog-post__left-sidebar {
  margin: 0 0 40px 0;
}
  
.filter-expand-link {
  padding: 12px 0 0 18px;
  display: block;
  float: left;
  }

.dr_flex-cards__card-content h6 {
  margin: 0 0 0.5rem;
}

.dr_flex-cards__card-content p:last-of-type {
  margin-bottom: 0;
}

/* Team cards: 5 across on desktop */
section.dr_flex-cards.dr_flex-cards--2-col {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  gap: 1rem !important;
}

section.dr_flex-cards.dr_flex-cards--2-col .dr_flex-cards__card,
section.dr_flex-cards.dr_flex-cards--2-col .dr_flex-cards__card-shadow {
  width: auto !important;
  min-width: 0 !important;
}


.mellow-inline-cta,
.mellow-inline-cta * {
  box-sizing: border-box;
}

.mellow-inline-cta {
  position: relative;
  margin: 64px 0;
  font-family: inherit;
}

/* Background line with fade */
.mellow-inline-cta-line {
  position: absolute;
  top: 50%;
  left: -14vw;
  right: -14vw;
  height: 2px;

  background: linear-gradient(
    90deg,
    rgba(160,145,210,0) 0%,
    rgba(160,145,210,0.18) 18%,
    rgba(160,145,210,0.28) 50%,
    rgba(160,145,210,0.18) 82%,
    rgba(160,145,210,0) 100%
  );

  transform: translateY(-50%);
}

/* Card */
.mellow-inline-cta-card {
  position: relative;
  z-index: 2;

  max-width: 900px;
  margin: 0 auto;

  padding: 30px 42px;

  border-radius: 28px;

  background: linear-gradient(
    135deg,
    #655d82 0%,
    #756d95 100%
  );

  box-shadow:
    0 18px 36px rgba(0,0,0,0.22);

  display: flex;
  align-items: center;
  gap: 46px;
}

/* Image */
.mellow-inline-cta-image {
  position: relative;
  flex: 0 0 240px;
}

.mellow-inline-cta-image::before {
  content: "";
  position: absolute;
  inset: 14%;

  background: rgba(215,205,255,0.14);

  filter: blur(34px);

  border-radius: 999px;

  z-index: 0;
}

.mellow-inline-cta-image img {
  position: relative;
  z-index: 1;

  width: 100%;
  display: block;
}

/* Content */
.mellow-inline-cta-content {
  max-width: 480px;
}

.mellow-inline-cta-label {
  margin-bottom: 8px;

  color: rgba(255,255,255,0.64);

  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: uppercase;
}

/* Headline */
p.mellow-inline-cta-heading {
  all: unset !important;

  display: block !important;

  margin: 0 0 12px !important;

  color: #ffffff !important;

  font-size: 22px !important;
  line-height: 1.12 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;

  max-width: 430px !important;
}

/* Paragraph */
.mellow-inline-cta p:not(.mellow-inline-cta-heading) {
  all: unset !important;

  display: block !important;

  margin: 0 0 18px !important;

  color: rgba(255,255,255,0.82) !important;

  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 300 !important;

  max-width: 470px !important;
}

/* Quote */
.mellow-inline-cta-quote {
  margin-bottom: 6px;

  color: #ffd175;

  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
}

/* Stars */
.mellow-inline-cta-stars {
  margin-bottom: 18px;

  color: #ffd175;

  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
}

/* Actions */
.mellow-inline-cta-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Button */
.mellow-inline-cta-button,
.mellow-inline-cta-button:link,
.mellow-inline-cta-button:visited,
.mellow-inline-cta-button:hover,
.mellow-inline-cta-button:active,
.mellow-inline-cta-button:focus {

  all: unset !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 11px 26px !important;

  border-radius: 999px !important;

  background: #ffd175 !important;

  color: #ffffff !important;

  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;

  text-decoration: none !important;

  cursor: pointer !important;

  transition:
    transform 180ms ease,
    opacity 180ms ease !important;
}

.mellow-inline-cta-button:hover {
  transform: translateY(-2px);
  opacity: 0.96;
}

.mellow-inline-cta-actions span {
  color: rgba(255,255,255,0.68);

  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
}

/* Mobile */
@media (max-width: 900px) {

  .mellow-inline-cta {
    margin: 48px 0;
  }

  .mellow-inline-cta-line {
    display: none;
  }

  .mellow-inline-cta-card {
    max-width: 100%;

    flex-direction: column;
    text-align: center;

    gap: 22px;

    padding: 28px 22px;

    border-radius: 24px;
  }

  .mellow-inline-cta-image {
    flex: none;
    width: 180px;
  }

  .mellow-inline-cta-content {
    max-width: none;
  }

  .mellow-inline-cta-heading {
    font-size: 24px !important;
    max-width: none !important;
  }

  .mellow-inline-cta p {
    font-size: 15px !important;
    max-width: none !important;
  }

  .mellow-inline-cta-actions {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
}