/*Returns a CSS clamp function which resolves to $size-at-min-width when page width is
below $min-width,
$size-at-max-width when page width is above $max-width,
and linearly scales between the two between $min-width and $max-width

Quick note: the function will work with units other than px, but $min-width and $max-width will need to be the same unit, and $size-at-min-width and $size-at-max-width will need to be the same unit.
*/
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

#new_pricing-section .price-box .price > span + span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.main {
  contain: paint;
  width: 100%;
}


body .fl_right {
  float: right;
}

body .fl_left {
  float: left;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.v-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-align {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

html {
  scroll-behavior: smooth;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 426px) {
  .container {
    max-width: 312px;
  }
}
@media (min-width: 427px) {
  .container {
    max-width: 380px;
  }
}
@media (min-width: 590px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 710px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 946px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}

.section {
  margin-bottom: clamp(45px, 11.892px + 0.047 * 100vw, 80px);
  max-width: 100%;
}
@media (max-width: 426px) {
  .section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.section.light-text {
  color: #FFF;
}
.section.light-text .heading *, .section.light-text p, .section.light-text p a {
  color: #FFF;
}

.heading .h1,
.heading .h2,
.heading .h3 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 0.6em;
  color: var(--primary-color);
}
.heading .h1 strong,
.heading .h2 strong,
.heading .h3 strong {
  letter-spacing: 0;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
}

.heading .h1 {
  font-size: clamp(39px, 0.216px + 0.055 * 100vw, 80px);
  line-height: 1.1;
}

.heading .h1.big-one {
  font-size: clamp(50px, -4.865px + 0.078 * 100vw, 108px);
  line-height: 1.1;
}

.heading .h2 {
  font-size: clamp(35px, 22.703px + 0.018 * 100vw, 48px);
  line-height: 1.1;
}

.heading .h2.big-one {
  font-size: clamp(40px, 17.297px + 0.032 * 100vw, 64px);
  line-height: 1.1;
}

.heading .h2.big-two {
  font-size: clamp(38px, 20.973px + 0.024 * 100vw, 56px);
  line-height: 1.1;
}

.heading .h3 {
  font-size: clamp(30px, 20.541px + 0.014 * 100vw, 40px);
  line-height: 1.1;
}

.heading .h4 {
  font-size: clamp(24px, 16.432px + 0.011 * 100vw, 32px);
  line-height: 1.1;
  color: #333;
  margin-bottom: 20px;
  letter-spacing: 0;
  font-weight: 700;
}

.heading .h5 {
  font-size: clamp(19px, 14.27px + 0.007 * 100vw, 24px);
  line-height: 1.1;
  color: var(--primary-color);
  margin-bottom: 20px;
  letter-spacing: 0;
  font-weight: 700;
}

.text-block p.bigger-one {
  font-size: clamp(19px, 14.27px + 0.007 * 100vw, 24px);
}

.section .subtitle > * {
  font-size: clamp(24px, 16.432px + 0.011 * 100vw, 32px);
  line-height: 1.3;
  color: #201527;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.heading .light {
  font-weight: 300 !important;
}

.heading:last-child > * {
  margin-bottom: 0;
}

.red-text {
  color: var(--secondary-color) !important;
}

.medium-fw {
  font-weight: 600 !important;
}

.mw-330 {
  max-width: 330px;
}

.underlined {
  border-bottom: 3px solid #D7365D;
}
@media (min-width: 768px) {
  .underlined {
    border-bottom-width: 6px;
  }
}

.main > .section:first-child {
  isolation: isolate;
  padding-top: 140px;
  position: relative;
}

.section p, section ul li {
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 300;
}
.section p:last-child, section ul li:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .section p, section ul li {
    font-size: 18px;
    margin-bottom: 35px;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .section p, section ul li {
    font-size: 19px;
  }
}

.section .lead {
  font-size: clamp(22px, 16.324px + 0.008 * 100vw, 28px);
}

.section ul li {
  letter-spacing: 0.04em;
  margin-bottom: 15px;
  color: #333;
}

@media (min-width: 1200px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hide-on-tablet-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .row-reverse-768 {
    display: flex;
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 992px) {
  .hide-on-lg-min {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hide-on-lg-max {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.text-dark-gray {
  color: var(--dark-gray) !important;
}

.secondary-gradient-bg {
  background: linear-gradient(111deg, #F7A199 0%, #F6E9D8 100%) !important;
}

.third-gradient-bg {
  background: linear-gradient(111deg, #D6355C 36.06%, #F5897F 100%) !important;
}

.actions {
  margin-top: 30px;
}

.arrow-btn {
  margin: 0;
  border-radius: 8px;
  color: #FFF;
  background: linear-gradient(135deg, #383147 36.06%, #503462 100%);
  padding: 10px 60px 10px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.32px;
  min-height: 48px;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.35s ease-in-out;
}
.arrow-btn:active, .arrow-btn:focus {
  color: #FFF;
}
.arrow-btn.secondary-gradient-bg {
  color: var(--plum, #503462) !important;
}
.arrow-btn::after {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../images/right-arrow-circle.svg) no-repeat right center;
  content: "";
  transition: all 0.35s ease-in-out;
}
.arrow-btn:hover {
  color: #fff;
  text-decoration: none;
}
.arrow-btn:hover::after {
  right: 12px;
}

.btn {
  margin-bottom: 20px;
  display: inline-block;
}
.btn.secondary-btn {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-weight: 600;
  border-radius: 4px;
  background: linear-gradient(111deg, var(--orange-30) 0%, var(--tan-30) 100%);
  padding: 15px 30px;
  text-decoration: none;
}
.btn.secondary-btn:hover {
  text-decoration: none;
  background: linear-gradient(111deg, var(--tan-30) 0%, var(--orange-30) 100%);
}
.btn.primary-btn {
  border-radius: 4px;
  background: linear-gradient(111deg, #383147 36.06%, #503462 100%);
  color: #FFF;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 18px 22px;
}
.btn.primary-btn:hover {
  text-decoration: none;
  background: linear-gradient(111deg, #503462 36.06%, #383147 100%);
}

.text-center {
  text-align: center !important;
}
.container > .text-center {
  width: 100%;
}
.text-center > img {
  margin-inline: auto;
}

.text-right {
  text-align: right !important;
}
.container > .text-right {
  width: 100%;
}

.text-block p a {
  text-decoration: underline;
}
.text-block p a:hover {
  text-decoration: none;
}

.fuchsia--orange-text {
  color: var(--secondary-color);
  background: -webkit-linear-gradient(45deg, var(--secondary-color), var(--orange) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tan-30--orange-30-text {
  color: var(--orange-30);
  background: -webkit-linear-gradient(45deg, var(--tan-30), var(--orange-30) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dark-purple--plum-text {
  background: -webkit-linear-gradient(45deg, var(--dark-purple), var(--plum) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.plum--dark-purple-bg {
  background: linear-gradient(111deg, var(--plum) 36.06%, var(--dark-purple) 100%) !important;
}

.dark-purple--plum-bg {
  background: linear-gradient(111deg, var(--dark-purple) 36.06%, var(--plum) 100%) !important;
  color: #FFF;
}
.dark-purple--plum-bg .heading *, .dark-purple--plum-bg p, .dark-purple--plum-bg p a {
  color: #FFF;
}

.row.two-cols {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.row.two-cols .col > .heading, .row.two-cols .col .actions {
  text-align: center;
}
.row.two-cols .image img {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .row.two-cols {
    flex-direction: row;
    justify-content: space-between;
  }
  .row.two-cols .col {
    flex: 1;
    width: 50%;
  }
  .row.two-cols .col > .heading, .row.two-cols .col .actions {
    text-align: left;
  }
  .row.two-cols .image img {
    margin-inline: 0;
  }
}

.image, .video {
  position: relative;
}
.image .tag.name, .video .tag.name {
  display: inline-flex;
  padding: 2px 5px;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
  background: #FFF;
  color: var(--dark-purple, #383147);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.035em;
}
@media (min-width: 768px) {
  .image .tag.name, .video .tag.name {
    padding: 4px 8px;
  }
}

@keyframes fadeInZoom {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    transform: translateY(-80%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fadeUp[data-scroll] {
  transition: opacity 0.7s ease-out, transform 0.5s ease-out;
}

.fadeUp[data-scroll=in] {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: var(--transition-delay, 0.1s);
}

.fadeUp[data-scroll=out] {
  opacity: 0;
  transform: translateY(100px);
}

.animate-tags[data-scroll] .tag, .animate-tags[data-scroll] {
  transition: opacity 0.7s ease-out, transform 0.5s ease-out;
}

.animate-tags[data-scroll=in] .tag, .animate-tags[data-scroll=in] {
  opacity: 1;
  transform: translateY(0px);
}
.animate-tags[data-scroll=in] .tags .tag {
  transition-delay: var(--transition-delay, 0.1s);
}

.animate-tags[data-scroll=out] .tag, .animate-tags[data-scroll=out] {
  opacity: 0;
  transform: translateY(100px);
}

.animate-type-2[data-scroll] .container, .animate-type-2[data-scroll] .social-icons .icon {
  transition: opacity 0.7s ease-out, transform 0.5s ease-out;
}

.animate-type-2[data-scroll=in] .container {
  opacity: 1;
  transform: translateY(0px);
}
.animate-type-2[data-scroll=in] .social-icons .icon {
  opacity: 1;
  transform: scale(1);
}
.animate-type-2[data-scroll=in] .social-icons .icon {
  transition-delay: var(--transition-delay, 0.1s);
}

.animate-type-2[data-scroll=out] .container {
  opacity: 0;
  transform: translateY(100px);
}
.animate-type-2[data-scroll=out] .social-icons .icon {
  opacity: 0;
  transform: scale(1.5);
}

/****************************
*   ADA page
*
*************************/
.ada-new-page {
  /* .video {
      max-width: 600px;
      position: relative;

      img {
          width: 100%;
          filter: drop-shadow(0px 15px 50px rgba(0,0,0,0.1));
          display: block;
      }
  } */
}
.ada-new-page .main > .section:first-child::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1920px;
  height: 100%;
  content: "";
  background: url(/images/ada/ada-hero-bg.svg) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
.ada-new-page .heading h1 {
  font-size: clamp(40px, -13.333px + 0.059 * 100vw, 72px);
  max-width: 95%;
}
.ada-new-page .two-cols-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ada-new-page .two-cols-row .col + .col {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .ada-new-page .two-cols-row {
    flex-direction: row;
    justify-content: space-between;
  }
  .ada-new-page .two-cols-row .col {
    width: 50%;
  }
  .ada-new-page .two-cols-row .col:first-child {
    padding-right: 10%;
  }
}
.ada-new-page .two-cols-row .col {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .ada-new-page .two-cols-row .col + .col {
    margin-top: 0px;
  }
}
.ada-new-page .lead {
  max-width: 1140px;
}

/* .video .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp-calc(700px, 1440px, 85px, 108px);
    height: clamp-calc(700px, 1440px, 85px, 108px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0;
    border-radius: 50%;
    transform: scale(1) translate(-50%, -50%);
    transform-origin: center center;
    background: rgba(253, 253, 254, 0.1);
    z-index: 2;
    @include transition(all, .5s);
    box-shadow: 0 0 0 0 rgba(253, 253, 254, 0.1);
    animation: pulse 1.5s infinite;
    img {
        display: block;
        position: relative;
        z-index: 3;
    }
    &:after {
        position: absolute;
        left: 50%;
        top: 50%;
        // width: 237%;
        // height: 237%;
        background: rgba(253, 253, 254, 0.05);
        z-index: 0;
        transform: scale(1) translate(-50%, -50%);
        transform-origin: center center;
        content: '';
        border-radius: 50%;
        opacity: 0;
        @include transition(all, .5s);
    }
    &:before {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 153%;
        height: 153%;
        transform: scale(1) translate(-50%, -50%);
        transform-origin: center center;
        background: rgba(253, 253, 254, 0.07);
        z-index: 1;
        content: '';
        border-radius: 50%;
        @include transition(all,
        .5s);
        animation: pulse 1.5s infinite;
    }
    span {
        background: #FFF;
        display: block;
        border-radius: 50%;
        overflow: hidden;

        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transform-origin: center center;
        width: 100%;
        height: 100%;
        &:after {
            position: absolute;
            left: 50%;
            top: 50%;
            // width: 115%;
            // height: 115%;
            background: rgba(253, 253, 254, 0.2);
            z-index: 2;
            content: '';
            border-radius: 50%;
            transform-origin: center center;
            transform: scale(1) translate(-50%, -50%);
            @include transition(all,
            .5s);
            opacity: 0;
        }
    }
    &:hover {
        // transform-origin: center center;
        // transform: scale(1) translate(-50%, -50%);
        box-shadow: 0 0 0 0 rgba(253, 253, 254, 0.05);
        // animation: none;
        &:hover {
            animation-play-state: paused;
          }
        &:before {
            animation-play-state: paused;
            // opacity: 1;
            // width: 126%;
            // height: 126%;
            // animation: none;
        }
        // &:after {
        //     opacity: 1;
        //     width: 146%;
        //     height: 146%;
        //     animation: none;
        // }
        // span {
        //     &:after {
        //         opacity: 1;
        //         animation: none;
        //     }
        // }
    }
} */
@keyframes pulse {
  0% {
    transform-origin: left top;
    transform: scale(0.9) translate(-50%, -50%);
  }
  70% {
    transform-origin: center;
    transform: scale(1) translate(-50%, -50%);
    box-shadow: 0 0 0 70px rgba(253, 253, 254, 0.05);
  }
  100% {
    transform-origin: left top;
    transform: scale(0.9) translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(253, 253, 254, 0.05);
  }
}
.disabilities-types {
  font-size: 0;
  margin-top: clamp(40px, 11.622px + 0.041 * 100vw, 70px);
  display: flex;
  justify-content: space-between;
}
.disabilities-types .col {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
}
.disabilities-types .type {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 0 24px;
  padding: clamp(30px, 7.273px + 0.023 * 100vw, 40px) clamp(30px, -26.818px + 0.057 * 100vw, 55px);
  font-size: 18px;
  border-radius: 16px;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.08);
}
.disabilities-types .type h3 {
  font-size: clamp(30px, 10.769px + 0.019 * 100vw, 40px);
  line-height: 1.1;
  margin-bottom: 15px;
  color: var(--primary-color);
}
.disabilities-types .type h4 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.disabilities-types .type p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 25px;
  max-width: 494px;
}
.disabilities-types .type ul {
  margin-bottom: 35px;
}
.disabilities-types .type ul li {
  font-size: 18px;
  padding-left: 40px;
  position: relative;
}
.disabilities-types .type ul li::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  background: var(--secondary-color) url("/images/ada/check-white-icon.svg") no-repeat center center;
  background-size: 50% auto;
  content: "";
}
.disabilities-types .type .content {
  margin-bottom: 37px;
}
.disabilities-types .type.auditory {
  background: linear-gradient(0deg, #FAF1E6 0%, #FAF1E6 100%), #FFF;
}
.disabilities-types .type.auditory .content {
  margin-bottom: 60px;
}
.disabilities-types .type.auditory .video {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.disabilities-types .type.auditory .video:after {
  content: " ";
  position: absolute;
  bottom: 21%;
  right: 9%;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
}
.disabilities-types .type.auditory .video img {
  display: block;
}
.disabilities-types .type.auditory .video img.subtitles {
  position: absolute;
  right: 5%;
  bottom: 23%;
  max-width: 277px;
  width: 60%;
  z-index: 1;
}
.disabilities-types .type.visual {
  background: linear-gradient(135deg, #FCF6FF 0%, #EBCBFF 100%);
  padding-bottom: 63px;
  min-height: 735px;
}
.disabilities-types .type.visual .content {
  margin-bottom: 60px;
}
.disabilities-types .type.visual ul {
  max-width: 425px;
}
.disabilities-types .type.visual ul li::before {
  background-color: #80539D;
}
.disabilities-types .type.visual .image {
  display: block;
  position: relative;
  font-size: 0;
  text-align: right;
}
.disabilities-types .type.visual .image img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.disabilities-types .type.visual .image img.sound-on {
  position: absolute;
  left: 0;
  bottom: -78px;
  z-index: 1;
  max-width: 110%;
}
.disabilities-types .type.motor {
  background: linear-gradient(0deg, #FBEBEF 0%, #FBEBEF 100%), #FFF;
  overflow: hidden;
}
.disabilities-types .type.motor ul li::before {
  background-color: #D6355C;
}
.disabilities-types .type.motor .image {
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(224, 103, 133, 0.8) 0%, rgba(247, 161, 153, 0.8) 100%), #FFF;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.08);
  max-width: 465px;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  padding: 20px 25px 25px 15px;
}
.disabilities-types .type.motor .image .rounded-label {
  display: inline-block;
  font-size: clamp(16px, 1.286vw, 18px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 16px;
  text-align: center;
  background-color: var(--primary-color);
  color: #FFF;
  margin-bottom: 10px;
  border-radius: 49px;
}
.disabilities-types .type.motor .image img {
  display: block;
}
.disabilities-types .type.cognitive {
  background: linear-gradient(0deg, #E3FAFD 0%, #E3FAFD 100%), #FFF;
}
.disabilities-types .type.cognitive ul {
  max-width: 425px;
}
.disabilities-types .type.cognitive ul li::before {
  background-color: #0DAFC5;
}
.disabilities-types .type.cognitive .image p {
  display: inline-block;
  vertical-align: top;
  font-size: clamp(25px, 11.701px + 0.04 * 100vw, 52px);
  line-height: 1.2;
  color: #04383F;
  opacity: 1;
  margin: 0 0 10px;
}
@media only screen and (min-width: 1001px) {
  .disabilities-types .type.cognitive .image p {
    font-size: clamp(32px, -13.455px + 0.045 * 100vw, 52px);
  }
}
@media only screen and (max-width: 400px) {
  .disabilities-types .type.cognitive .image p br {
    display: none;
  }
}
.disabilities-types .type.cognitive .text-slider {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 22px;
  border-bottom: 1px solid #0A8B9D;
}
.disabilities-types .type.cognitive .text-slider .text-size {
  width: 27px;
}
.disabilities-types .type.cognitive .text-slider .text-size.one {
  width: 8px;
  opacity: 0.6;
}
.disabilities-types .type.cognitive .text-slider .text-size.two {
  width: 11px;
  opacity: 0.6;
}
.disabilities-types .type.cognitive .text-slider .text-size.three {
  width: 13px;
  opacity: 0.6;
}
.disabilities-types .type.cognitive .text-slider .text-size.four {
  width: 16px;
}
.disabilities-types .type.cognitive .text-slider .text-size img {
  display: block;
  width: 100%;
}
.disabilities-types .type.cognitive .text-slider:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: #0A8B9D;
  border-radius: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.disabilities-types .type .icon {
  font-size: 0;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  background: linear-gradient(180deg, #F5887D 0%, #E06785 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.disabilities-types .type .icon img {
  max-width: 70%;
}
.disabilities-types .type.visual .icon {
  background: linear-gradient(135deg, #383147 36.06%, #503462 100%), #FFF;
}
.disabilities-types .type.motor .icon {
  background: linear-gradient(135deg, #D6355C 36.06%, #F5897F 100%), #FFF;
}
.disabilities-types .type.cognitive .icon {
  background: #07616E;
}

@media (max-width: 1199px) {
  .disabilities-types .type.auditory .video:after {
    right: 8%;
  }
}
@media (max-width: 991px) {
  .disabilities-types .type p,
  .disabilities-types .type ul,
  .disabilities-types .type.auditory h3,
  .disabilities-types .type.auditory p {
    max-width: 100%;
  }
  .disabilities-types {
    flex-direction: column;
  }
  .disabilities-types .col,
  .disabilities-types .type {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .disabilities-types .type.cognitive {
    position: relative;
  }
}
@media (max-width: 589px) {
  .disabilities-types .type p,
  .disabilities-types .type li {
    font-size: 17px;
  }
}
.section.ocr-section .heading {
  margin-inline: auto;
  text-align: center;
}
.section.ocr-section .two-cols-row {
  display: block;
  align-items: center;
}
@media (min-width: 992px) {
  .section.ocr-section .two-cols-row {
    display: flex;
  }
  .section.ocr-section .video {
    max-width: 680px !important;
  }
  .section.ocr-section .col:last-child {
    min-width: 50%;
  }
  .section.ocr-section .col:first-child {
    padding-right: 4%;
  }
}

.screen-content {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

[data-aos=auditoryAnimation] {
  transform: translateY(51%);
  transition-property: transform;
}
[data-aos=auditoryAnimation] .subtitles {
  opacity: 0;
  transform: translateY(15%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
[data-aos=auditoryAnimation] .video:after {
  opacity: 0;
  transform: translate(-415%, 215%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
[data-aos=auditoryAnimation].aos-animate {
  transform: translateY(0%);
}
[data-aos=auditoryAnimation].aos-animate .subtitles {
  transition-delay: 0.8s;
  opacity: 1;
  transform: translateY(0%);
}
[data-aos=auditoryAnimation].aos-animate .video:after {
  transition-delay: 0.8s;
  transform: translate(0%, 0%);
  opacity: 1;
  transform: translateY(0%);
}

[data-aos=visualAnimation1] {
  transition-property: transform;
}
[data-aos=visualAnimation1].aos-animate {
  transform: translateY(0%);
}

[data-aos=visualAnimation2] {
  transform: translateX(35px);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=visualAnimation2].aos-animate {
  opacity: 1;
  transform: translateX(0px);
}

[data-aos=visualAnimation3] {
  transform: translateY(60px);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=visualAnimation3].aos-animate {
  opacity: 1;
  transform: translateY(0px);
}

[data-aos=motorAnimation] {
  transform: translateX(50px);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=motorAnimation] img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  transform: translateX(60%);
  opacity: 0;
}
[data-aos=motorAnimation].aos-animate {
  opacity: 1;
  transform: translateX(0px);
}
[data-aos=motorAnimation].aos-animate img {
  transform: translateX(0%);
  opacity: 1;
}

[data-aos=cognitiveAnimation]:after {
  opacity: 0 !important;
  height: 40% !important;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
[data-aos=cognitiveAnimation] .text-slider:after {
  width: 16px !important;
  height: 16px !important;
  left: 0% !important;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
[data-aos=cognitiveAnimation] .image p {
  opacity: 0.4 !important;
  transform: scale(0.5);
  transform-origin: left bottom;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
[data-aos=cognitiveAnimation].aos-animate:after {
  opacity: 1 !important;
  height: 100% !important;
}
[data-aos=cognitiveAnimation].aos-animate .text-slider:after {
  width: 20px !important;
  height: 20px !important;
  left: calc(100% - 23px) !important;
}
[data-aos=cognitiveAnimation].aos-animate .image p {
  opacity: 1 !important;
  transform: scale(1) !important;
  transform-origin: left bottom;
}

.hero-section {
  padding-bottom: 35px;
  overflow: hidden;
}
.hero-section.type-two {
  background: #37002c;
  text-align: center;
  color: #FFF;
}
@media (min-width: 768px) {
  .hero-section.type-two {
    padding-bottom: 0;
  }
}
.hero-section.type-two .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-section.type-two .heading .h1 {
  color: #FFF;
}
.hero-section.type-two .heading .h1 strong {
  background: -webkit-linear-gradient(45deg, var(--tan-30), var(--orange-30) 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section.type-two p {
  color: #FFF;
  max-width: 854px;
  margin-inline: auto;
}
.hero-section.type-two p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .hero-section.type-two p {
    font-size: 20px;
  }
}

.section .circles-graphics {
  position: relative;
  z-index: -1;
}
@media (min-width: 768px) {
  .section .circles-graphics {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: clamp(40px, -220px + 0.271 * 100vw, 170px);
    padding-top: 40px;
    gap: clamp(30px, -60px + 0.094 * 100vw, 75px);
    order: 2;
  }
}
.section .circles-graphics .main-image {
  position: relative;
  isolation: isolate;
}
.section .circles-graphics .main-image .circles {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 100%;
  width: 1431px;
  max-width: 100vw;
  z-index: -1;
}
.section .circles-graphics .main-image .circles img {
  height: 100%;
  width: auto;
}
.section .circles-graphics .main-image video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.section .circles-graphics img {
  display: block;
  margin-left: 6%;
}
.section .circles-graphics .tag.name {
  position: absolute;
  bottom: 40px;
}
.section .circles-graphics .components-images {
  padding-bottom: 25px;
}
.section .circles-graphics .components-images img {
  display: block;
  margin-bottom: 50px;
  -webkit-filter: drop-shadow(0px 5px 23px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 5px 23px rgba(0, 0, 0, 0.1));
}
.section .circles-graphics .components-images .image.first {
  padding-left: clamp(50px, -160px + 0.219 * 100vw, 155px);
}
.section .circles-graphics .components-images .image.third {
  padding-left: clamp(30px, -50px + 0.083 * 100vw, 70px);
}
.section .circles-graphics .components-images .image.fourth {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .section .circles-graphics {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .section .circles-graphics .main-image img {
    max-width: 64%;
    margin-inline: auto;
    transform: translateX(15%);
  }
  .section .circles-graphics .main-image .tag.name {
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .section .circles-graphics .components-images {
    padding: 0;
  }
  .section .circles-graphics .components-images .image {
    position: absolute;
    z-index: -1;
    width: 45%;
    min-width: 145px;
  }
  .section .circles-graphics .components-images .image img {
    margin-bottom: 0;
  }
  .section .circles-graphics .components-images .image.first {
    top: 20%;
    left: 0;
    padding-left: 0;
  }
  .section .circles-graphics .components-images .image.second {
    right: 0;
    top: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transform: translateX(40%);
  }
  .section .circles-graphics .components-images .image.third {
    right: 2%;
    bottom: 25px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0;
  }
  .section .circles-graphics .components-images .image.fourth {
    left: 0;
    padding-left: 5px;
    bottom: 15%;
    z-index: 1;
  }
}
@media (max-width: 589px) {
  .section .circles-graphics .components-images .image.third {
    right: -20%;
  }
}

.right-sidebar {
  overflow: visible;
}
.right-sidebar .container {
  text-align: center;
}
@media (min-width: 768px) {
  .right-sidebar .container {
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5%;
  }
  .right-sidebar .col {
    width: 63%;
  }
  .right-sidebar .col:not(:last-child) {
    width: 37%;
  }
  .right-sidebar .text-block {
    max-width: 525px;
  }
}
.right-sidebar .image {
  display: inline-block;
  position: relative;
  isolation: isolate;
}
.right-sidebar .image::after {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 1/1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 50%;
  opacity: 0.2;
  background: conic-gradient(from 0deg at 49.45% 100%, #7340C8 7.7558930218deg, #2DA0F3 31.1736980081deg, #0A8B9D 46.5650314093deg, #FFF 58.8966107368deg, #FFF 102.1907365322deg, #FFA883 308.5068011284deg, #FF8A35 331.1877965927deg, #D6355C 349.8747682571deg);
  filter: blur(84.7025527954px);
}
.right-sidebar .icons-options {
  display: none;
}
@media (min-width: 590px) {
  .right-sidebar .icons-options {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2%;
    position: relative;
    z-index: 1;
  }
  .right-sidebar .icons-options .option:nth-child(2) {
    padding-bottom: 30px;
  }
  .right-sidebar .icons-options .option:nth-child(3) {
    padding-bottom: 54px;
  }
  .right-sidebar .icons-options .option:nth-child(4) {
    padding-bottom: 80px;
  }
  .right-sidebar .icons-options .option:nth-child(5) {
    padding-bottom: 110px;
  }
  .right-sidebar .icons-options .option:nth-child(6) {
    padding-bottom: 135px;
  }
  .right-sidebar .icons-options .option:nth-child(7) {
    padding-bottom: 160px;
  }
}

.section.two-cols {
  overflow: hidden;
  width: 100%;
}
.section.two-cols.type-1 {
  background: #310026;
  color: #FFF;
  margin-bottom: 0;
  padding-top: 45px;
}
.section.two-cols.type-1 .heading *, .section.two-cols.type-1 p {
  color: #FFF;
}
.section.two-cols.type-1 .container {
  padding-bottom: 45px;
}
.section.two-cols.type-1 .col:last-child {
  position: relative;
  z-index: 2;
  margin-top: -10%;
}
.section.two-cols.type-1 .image.full-width-bg {
  width: 100vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section.two-cols.type-1 .image.full-width-bg img {
  min-width: 500px;
}
@media (min-width: 768px) {
  .section.two-cols.type-1 {
    padding-top: clamp(55px, -75px + 0.135 * 100vw, 120px);
  }
  .section.two-cols.type-1 .container {
    padding-inline: clamp(15px, -115px + 0.135 * 100vw, 80px);
    padding-top: 40px;
    padding-bottom: clamp(140px, -20px + 0.167 * 100vw, 220px);
    display: flex;
    align-items: center;
  }
  .section.two-cols.type-1 .image.full-width-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transform: none;
    width: 100%;
    height: 100%;
  }
  .section.two-cols.type-1 .image.full-width-bg picture {
    max-width: 80%;
  }
  .section.two-cols.type-1 .image.full-width-bg img {
    max-height: 100%;
    margin-left: auto;
  }
  .section.two-cols.type-1 .col:last-child {
    max-width: clamp(330px, -42px + 0.388 * 100vw, 516px);
    margin-top: 0;
  }
  .section.two-cols.type-1 .col:last-child .heading {
    max-width: 420px;
  }
}

.section.cards {
  margin-top: 45px;
}
.section.cards .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.section.cards .card {
  border-radius: 12px;
  overflow: hidden;
  background: #FAE6EB;
  padding: 30px 20px;
  width: 100%;
}
.section.cards .card .image {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 30px;
  isolation: isolate;
}
.section.cards .card .image.full-width {
  margin-left: -40px;
  margin-right: -40px;
}
.section.cards .card.type-1 .image::after {
  position: absolute;
  content: "";
  left: -40px;
  right: -45px;
  bottom: -45px;
  top: -100%;
  z-index: -1;
  background: url(../images/alerts-new/gradient-line.svg) no-repeat left bottom;
  background-size: 100% 100%;
}
.section.cards .card.type-2 {
  background: #FEF3F2;
  position: relative;
  isolation: isolate;
}
.section.cards .card.type-2::after {
  position: absolute;
  content: "";
  right: 0;
  width: 541px;
  max-width: 85%;
  bottom: 60px;
  height: 481px;
  max-height: 100%;
  z-index: -1;
  background: url(../images/alerts-new/Polygon-2.webp) no-repeat left bottom;
  background-size: 100% 100%;
}
.section.cards .card.type-3 {
  background: #E3FAFD;
}
.section.cards .card.type-3 .image::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  border-radius: 50%;
  opacity: 0.2;
  background: conic-gradient(from 0deg at 49.45% 100%, #7340C8 7.7558930218deg, #2DA0F3 31.1736980081deg, #0A8B9D 46.5650314093deg, #FFF 58.8966107368deg, #FFF 102.1907365322deg, #B5DCE2 308.5068011284deg, #07616E 331.1877965927deg, #B573E0 349.8747682571deg);
  filter: blur(84.7025527954px);
}
.section.cards .card.type-4 {
  background: #FAEFFF;
}
.section.cards .card.type-5 {
  background: linear-gradient(270deg, #F7D7E2 0%, #FBF4EB 100%);
}
.section.cards .card.full-width {
  position: relative;
  isolation: isolate;
}
.section.cards .card.full-width::after {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/alerts-new/wave-lines.svg) no-repeat right bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .section.cards.two-cols-cards .card {
    width: calc(50% - 12px);
    padding: 55px 40px 45px;
  }
  .section.cards.two-cols-cards .card.type-1 .image::after {
    background-size: cover;
    top: 0;
  }
  .section.cards.two-cols-cards .card.full-width {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 7%;
    padding-inline: 58px;
  }
}
@media (min-width: 768px) {
  .section.cards.mt--75 {
    margin-top: -75px;
  }
  .section.cards.two-cols-cards .card.full-width {
    flex-direction: row;
  }
  .section.cards.two-cols-cards .card.full-width .content {
    width: 45%;
  }
  .section.cards.two-cols-cards .card.full-width .image {
    width: 48%;
  }
}

.section.call-to-action {
  overflow: hidden;
}
.section.call-to-action .container {
  padding: 40px 20px 0;
  border-radius: 12px;
  background: linear-gradient(111deg, #662E80 0%, #D6355C 45.93%, #F5897F 82.45%, #FEF3F2 100%), #FFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section.call-to-action .container > * {
  max-width: 775px;
}
.section.call-to-action .heading *, .section.call-to-action p {
  color: #FFF;
  margin-top: 0;
}
.section.call-to-action .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}
.section.call-to-action.type-2 .cols {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
}
.section.call-to-action.type-2 .cols .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
}
.section.call-to-action.type-2 .cols .col img {
  min-width: 160px;
}
.section.call-to-action.type-2 .cols .col:first-child {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.section.call-to-action.type-2 .cols .col:first-child img {
  display: none;
}
.section.call-to-action.type-2 .cols .col:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .section.call-to-action .container {
    padding: 70px 40px 0;
  }
  .section.call-to-action.type-2 .cols {
    flex-wrap: nowrap;
    gap: 15px;
  }
  .section.call-to-action.type-2 .cols .col {
    max-width: inherit;
  }
  .section.call-to-action.type-2 .cols .col img {
    min-width: inherit;
  }
  .section.call-to-action.type-2 .cols .col:first-child {
    width: auto;
    margin-bottom: 0;
  }
  .section.call-to-action.type-2 .cols .col:first-child img {
    display: block;
  }
  .section.call-to-action.type-2 .cols .col:nth-child(2) {
    order: -1;
  }
}

/* mobile apps page */
.hero-section.type-three {
  text-align: center;
}
.hero-section.type-three::before {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  min-width: 965px;
  height: 100%;
  content: "";
  background: url(../images/mobile-apps/hero-section-lines.svg) no-repeat center bottom;
  background-size: 100% auto;
  z-index: -1;
}
@media (min-width: 590px) {
  .hero-section.type-three::before {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero-section.type-three::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 706px;
  height: 100%;
  content: "";
  background: url(../images/mobile-apps/hero-section-bg.svg) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
.hero-section.type-three h1 {
  font-size: clamp(32px, -34.667px + 0.074 * 100vw, 72px);
}
.hero-section.type-three h1 strong {
  background: -webkit-linear-gradient(45deg, var(--plum), var(--teal-60) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section.type-three .content {
  max-width: 675px;
  margin-inline: auto;
  margin-bottom: 25px;
}
@media (min-width: 590px) {
  .hero-section.type-three .content {
    margin-bottom: 40px;
  }
  .hero-section.type-three .content p {
    font-size: 20px;
  }
}
.hero-section .app-images .image img {
  -webkit-filter: drop-shadow(-15px 15px 15px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(-15px 15px 15px rgba(0, 0, 0, 0.16));
}
@media (min-width: 590px) {
  .hero-section .app-images {
    display: flex;
    justify-content: space-between;
    gap: 1%;
    max-width: 1130px;
    margin-inline: auto;
  }
  .hero-section .app-images .image:nth-child(2), .hero-section .app-images .image:nth-child(4) {
    margin-top: 60px;
  }
  .hero-section .app-images .image:nth-child(3) {
    margin-top: 108px;
  }
}
@media (max-width: 589px) {
  .hero-section .app-images {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    height: 100%;
    padding-bottom: 20px;
  }
  .hero-section .app-images .image {
    position: relative;
  }
  .hero-section .app-images .image:nth-child(1) {
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
    top: 20px;
  }
  .hero-section .app-images .image:nth-child(2) {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
  }
  .hero-section .app-images .image:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
    display: flex;
    align-items: center;
  }
  .hero-section .app-images .image:nth-child(4) {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
  }
  .hero-section .app-images .image:nth-child(5) {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 4;
    top: 20px;
  }
}

.section .video {
  overflow: hidden;
}
.section .video video {
  max-width: 100%;
  display: block;
  margin-bottom: -1px;
}
.section.two-cols.type-2 .video {
  margin-bottom: 35px;
}
.section.two-cols.type-2 video {
  border-radius: 12px;
  overflow: hidden;
  max-width: 550px;
  width: 100%;
  margin-inline: auto;
}
.section.two-cols.type-2 .heading:not(:first-child) {
  margin-top: 45px;
}
.section.two-cols.type-2 a {
  text-decoration: underline;
}
.section.two-cols.type-2 a:hover {
  color: var(--secondary-color);
}
@media (min-width: 768px) {
  .section.two-cols.type-2 .container {
    gap: 14%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .section.two-cols.type-2 .video {
    margin-bottom: 0;
  }
  .section.two-cols.type-2 .heading:first-child {
    max-width: 500px;
  }
  .section.two-cols.type-2 .col {
    width: 50%;
  }
  .section.two-cols.type-2 .col:last-child {
    max-width: 519px;
  }
}
.section.three-cols.type-1 a {
  color: var(--secondary-color);
}
.section.three-cols.type-1 .container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 768px) {
  .section.three-cols.type-1 .container {
    flex-direction: row;
    gap: 4%;
    justify-content: space-between;
  }
}
.section.box-content .container {
  border-radius: 12px;
  background-color: #FCF0EC;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .section.box-content .container {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding: clamp(30px, -30px + 0.063 * 100vw, 60px) clamp(40px, -80px + 0.125 * 100vw, 100px);
  }
  .section.box-content .container .text-block {
    max-width: 525px;
  }
  .section.two-cols.box-content .col {
    width: 50%;
  }
  .mobile-apps .section.two-cols.box-content .col:last-child {
    display: flex;
    justify-content: flex-end;
    padding-left: 5%;
  }
}
.section.two-cols.type-3 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.section.two-cols.type-3 .video video {
  margin-bottom: -2px;
}
@media (min-width: 768px) {
  .section.two-cols.type-3 .container {
    flex-direction: row;
    gap: 15%;
    justify-content: space-between;
  }
  .section.two-cols.type-3 .col {
    width: 50%;
  }
  .section.two-cols.type-3 .col:first-child {
    max-width: 495px;
  }
}
.section.cards.two-cols-cards.type-2 {
  margin-top: 0;
}
.section.cards.two-cols-cards.type-2 .container {
  gap: 0;
  align-items: stretch;
}
.section.cards.two-cols-cards.type-2 .card {
  background: linear-gradient(122deg, #FCF6FF 0%, #EBCBFF 100%);
  display: flex;
  flex-direction: column;
}
.section.cards.two-cols-cards.type-2 .card .image {
  margin-top: auto;
}
@media (min-width: 590px) {
  .section.cards.two-cols-cards.type-2 .card .text-block {
    max-width: 519px;
  }
}
@media (max-width: 589px) {
  .section.cards.two-cols-cards.type-2 .card {
    width: 100%;
  }
  .section.cards.two-cols-cards.type-2 .card:nth-child(1) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .section.cards.two-cols-cards.type-2 .card:nth-child(2) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.section.two-cols.type-4 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.section.two-cols.type-4 .col {
  max-width: 100%;
  /* img {
      min-width: 500px;
  } */
}
@media (min-width: 768px) {
  .section.two-cols.type-4 .mw-455 {
    max-width: 455px;
  }
  .section.two-cols.type-4 .container {
    flex-direction: row;
    justify-content: space-between;
    gap: 5%;
  }
  .section.two-cols.type-4 .col {
    width: 50%;
  }
  .section.two-cols.type-4 .col:first-child {
    max-width: 540px;
  }
  .section.two-cols.type-4 .col img {
    min-width: unset;
  }
}
.section.left-sidebar.type-1 {
  background: linear-gradient(180deg, #FCDCD9 0%, rgba(252, 220, 217, 0) 100%), #F6E9D8;
}
.section.left-sidebar.type-1 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 40px;
  gap: 25px;
}
.section.left-sidebar.type-1 .images {
  display: block;
  overflow: hidden;
  background: #FFF;
  border-radius: 8px;
  width: 313px;
  position: relative;
}
.section.left-sidebar.type-1 .images .image {
  min-width: 313px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.section.left-sidebar.type-1 .mobile-menu ul {
  margin-bottom: 0;
}
.section.left-sidebar.type-1 .mobile-menu li {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.section.left-sidebar.type-1 .mobile-menu li:last-child {
  margin-bottom: 0;
}
.section.left-sidebar.type-1 .mobile-menu .icon {
  width: 48px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.section.left-sidebar.type-1 .mobile-menu .icon svg {
  width: 32px;
  height: 32px;
}
.section.left-sidebar.type-1 .mobile-menu .active .text {
  font-weight: 700;
}
.section.left-sidebar.type-1 .mobile-menu .active .icon {
  background-color: var(--plum);
}
.section.left-sidebar.type-1 .mobile-menu .active .icon svg path {
  stroke: #FFF;
}
.section.left-sidebar.type-1 .mobile-menu .text {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
}
@media (min-width: 768px) {
  .section.left-sidebar.type-1 {
    background: #fbf4eb;
  }
  .section.left-sidebar.type-1 .container {
    flex-direction: row;
    align-items: stretch;
    padding: 0;
    gap: 0;
  }
  .section.left-sidebar.type-1 .col {
    width: 50%;
    padding-block: clamp(75px, -200px + 0.25 * 100vw, 160px);
    position: relative;
    isolation: isolate;
  }
  .section.left-sidebar.type-1 .col:first-child {
    padding-left: clamp(175px, -35.294px + 0.191 * 100vw, 240px);
  }
  .section.left-sidebar.type-1 .col:first-child::after {
    position: absolute;
    left: 0;
    width: 100vw;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, #FCDCD9 0%, rgba(252, 220, 217, 0) 100%), #F6E9D8;
    z-index: -1;
  }
  .section.left-sidebar.type-1 .col:last-child {
    padding-right: clamp(160px, 62.941px + 0.088 * 100vw, 190px);
    padding-left: 0;
  }
  .section.left-sidebar.type-1 .col:last-child .images {
    position: absolute;
    right: 0;
    transform: translate(50%, -50%);
    top: 50%;
  }
}
@media (min-width: 992px) {
  .section.left-sidebar.type-1 .col:first-child {
    width: 60%;
    padding-right: 25px;
  }
  .section.left-sidebar.type-1 .col:last-child {
    width: 40%;
  }
}

/* Careers page */
.hero-section.type-four {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  padding-bottom: 0;
  padding-top: 0 !important;
}
.hero-section.type-four::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--plum);
  opacity: 0.9;
  z-index: -1;
}
.hero-section.type-four .hero-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero-section.type-four .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  padding-bottom: clamp(125px, 33.333px + 0.092 * 100vw, 180px);
  padding-top: clamp(85px, -73.333px + 0.158 * 100vw, 180px);
}
.hero-section.type-four .logos {
  position: absolute;
  right: 0;
  bottom: 40px;
}
@media (max-width: 767px) {
  .hero-section.type-four {
    margin-bottom: 0;
    padding-bottom: 45px;
  }
}

.section.left-sidebar.type-2 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media (min-width: 768px) {
  .section.left-sidebar.type-2 .container {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
  .section.left-sidebar.type-2 .col {
    width: 55%;
  }
  .section.left-sidebar.type-2 .col:first-child {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0;
  }
  .section.left-sidebar.type-2 .col:last-child {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .section.left-sidebar.type-2 .col:first-child {
    width: 62%;
  }
  .section.left-sidebar.type-2 .col:last-child {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .section.left-sidebar.type-2 {
    overflow: visible;
  }
  .section.left-sidebar.type-2 .col:first-child {
    margin-top: -45px;
  }
}
.section.alternate-image-text .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  width: 100%;
  margin-bottom: 55px;
}
.section.alternate-image-text .row .image {
  position: relative;
}
.section.alternate-image-text .row:last-child {
  margin-bottom: 0;
}
.section.alternate-image-text.type-1 .row:first-child .tag.name {
  position: absolute;
  bottom: 25%;
  right: 6%;
}
.section.alternate-image-text.type-1 .row:last-child .tag.name {
  position: absolute;
  bottom: 20%;
  right: 0;
}
.section.alternate-image-text.type-1 .row:nth-child(2) .col:nth-child(1) {
  position: relative;
  isolation: isolate;
  padding-top: 190px;
}
.section.alternate-image-text.type-1 .row:nth-child(2) .col:nth-child(1)::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  width: 320px;
  height: 100px;
  content: "";
  background: url(../images/careers/arrow.svg) no-repeat left top;
  background-size: contain;
  z-index: -1;
  padding-right: 190px;
  max-width: 100%;
}
.section.alternate-image-text.type-1 .row:nth-child(2) .col:nth-child(1)::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  width: 300px;
  height: 128px;
  padding-left: 160px;
  content: "";
  background: url(../images/careers/union.svg) no-repeat right top;
  background-size: contain;
  z-index: -1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section.alternate-image-text .row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 35px;
  }
  .section.alternate-image-text .col {
    width: calc(50% - 25px);
  }
  .section.alternate-image-text .text-block, .section.alternate-image-text .heading {
    max-width: 550px;
  }
  .section.alternate-image-text.type-1 .row:nth-child(2) .col:nth-child(1) {
    padding-top: 110px;
  }
  .section.alternate-image-text.type-1 .row:nth-child(2) .col:nth-child(1)::after {
    right: 0;
    left: auto;
    top: 0;
    padding: 0;
    transform: none;
    width: 147px;
    height: 110px;
    background-position: right top;
  }
  .section.alternate-image-text.type-1 .row:nth-child(2) .col:nth-child(1)::before {
    right: 0;
    left: auto;
    top: 0;
    padding: 0;
    width: 170px;
    height: 138px;
    transform: translate(103%, -125%);
  }
  .section.alternate-image-text.type-1 .row:nth-child(2) .col:nth-child(1) .text-block, .section.alternate-image-text.type-1 .row:nth-child(2) .col:nth-child(1) .heading {
    max-width: 561px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section.alternate-image-text.type-1 .row:nth-child(2) .col:nth-child(1)::before {
    transform: translate(90%, -67%);
    height: 110px;
  }
  .section.alternate-image-text.type-1 .row:nth-child(2) .col:nth-child(1)::after {
    height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.alternate-image-text.type-1 .row:nth-child(2) .col:nth-child(1)::before {
    transform: translate(92%, -45%);
    height: 110px;
  }
  .section.alternate-image-text.type-1 .row:nth-child(2) .col:nth-child(1)::after {
    top: 20px;
  }
}
.section.cards.type-3 {
  margin-top: 0;
}
.section.cards.type-3 .container > .heading {
  text-align: center;
  width: 100%;
}
.section.cards.type-3 .card .text-block {
  max-width: 483px;
}
.section.cards.type-3 .card:nth-child(2) {
  background-color: #F5E7FF;
}
.section.cards.type-3 .card:nth-child(3) {
  background: rgba(255, 226, 233, 0.87);
}
.section.cards.type-3 .card:nth-child(4) {
  background: #FFD9D6;
}
.section.cards.type-3 .card:nth-child(5) {
  background: linear-gradient(318deg, rgba(20, 189, 212, 0.5) 0%, rgba(189, 247, 255, 0.5) 100%), #FFF;
}
@media (min-width: 590px) {
  .section.cards.type-3.two-cols-cards .card {
    padding: 40px 45px;
  }
}
.section.open-positions {
  text-align: center;
}
.section.open-positions .info-text {
  border-top: 1px solid #F4E3CE;
  border-bottom: 1px solid #F4E3CE;
  padding: 30px 0;
}
.section.open-positions .info-text p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--plum, #503462);
}
@media (min-width: 590px) {
  .section.open-positions .info-text p {
    font-size: 20px;
  }
}
.section #listings-container {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 35px;
}
.section #listings-container .lever-department {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.section #listings-container .lever-department .lever-department-title {
  font-size: clamp(30px, 20.541px + 0.014 * 100vw, 40px);
  line-height: 1.1;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #F4E3CE;
  padding-bottom: 10px;
}
.section #listings-container .lever-department .job-item {
  position: relative;
  isolation: isolate;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  padding: 25px 20px;
}
.section #listings-container .lever-department .job-item .job-name {
  font-size: 24px;
  line-height: 1.1;
  color: var(--plum, #503462);
  font-weight: 700;
  margin-bottom: 5px;
}
.section #listings-container .lever-department .job-item .job-name a {
  color: var(--plum, #503462);
}
.section #listings-container .lever-department .job-item .team-name {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  margin-right: 15px;
  vertical-align: top;
  letter-spacing: 1px;
  color: var(--plum, #503462);
}
.section #listings-container .lever-department .job-item .team-name + .team-name {
  margin-right: 0;
  text-transform: uppercase;
}
.section #listings-container .lever-department .job-item .apply-btn {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--plum, #503462);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: right;
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  opacity: 0;
}
.section #listings-container .lever-department .job-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.section #listings-container .lever-department .job-item:hover::before {
  opacity: 0;
}
.section #listings-container .lever-department .job-item:hover::after {
  border-color: var(--plum-30, #735D81);
  opacity: 0.1;
  background: linear-gradient(111deg, #F7A199 0%, #F6E9D8 100%);
}
@media (min-width: 768px) {
  .section #listings-container {
    padding-bottom: 65px;
  }
  .section #listings-container .lever-department .job-item {
    width: calc(50% - 9px);
    padding: 30px 150px 30px 50px;
  }
  .section #listings-container .lever-department .job-item::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
    width: 48px;
    height: 48px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    border: 1px solid #333;
    background: url(../images/careers/arrow-right.svg) no-repeat center center;
  }
  .section #listings-container .lever-department .job-item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section #listings-container .lever-department .job-item {
    padding: 20px 130px 20px 30px;
  }
  .section #listings-container .lever-department .job-item .job-name {
    font-size: 20px;
  }
  .section #listings-container .lever-department .job-item .apply-btn {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .section #listings-container .lever-department .job-item:hover::before {
    opacity: 0;
  }
  .section #listings-container .lever-department .job-item:hover::after {
    border-color: var(--plum-30, #735D81);
    opacity: 0.1;
    background: linear-gradient(111deg, #F7A199 0%, #F6E9D8 100%);
  }
  .section #listings-container .lever-department .job-item:hover .apply-btn {
    opacity: 1;
  }
}
.section.cards-list .card {
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section.cards-list .card .icon {
  width: 65px;
  margin-bottom: 15px;
}
.section.cards-list .card .icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.section.cards-list .card .heading {
  width: calc(100% - 75px);
  color: var(--dark-gray);
}
@media (max-width: 589px) {
  .section.cards-list .card .heading h5 {
    font-size: 21px;
  }
}
.section.cards-list .card .text-block {
  width: 100%;
}
.section.cards-list.type-1 {
  border-radius: 12px;
  background: linear-gradient(318deg, #0A9AEE 0%, #B4E9FF 100%), #FFF;
  padding-block: 55px;
}
.section.cards-list.type-1 .card {
  background: rgba(255, 255, 255, 0.3);
}
.section.cards-list.type-1 .container > .heading {
  width: 100%;
  text-align: center;
}
.section.cards-list .container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 590px) {
  .section.cards-list.type-1 {
    padding-block: 85px;
  }
  .section.cards-list .card {
    padding: 35px 30px;
  }
  .section.cards-list .card .heading {
    width: 100%;
    margin-top: 10px;
  }
  .section.cards-list .container {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
  .section.cards-list.three-cols-cards .card {
    gap: 0;
    align-items: stretch;
    flex-direction: column;
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .section.cards-list.three-cols-cards .card {
    width: calc(33% - 11px);
  }
}
.section.two-cols.slider .row {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
}
.section.two-cols.slider .slider-container .slide:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .section.two-cols.slider .row {
    flex-direction: row;
    justify-content: space-between;
  }
  .section.two-cols.slider .row .col {
    width: 50%;
  }
  .section.two-cols.slider .row .col:first-child {
    padding-right: clamp(35px, -25px + 0.063 * 100vw, 65px);
  }
}

.careers-page .section.two-cols.type-4 .image {
  position: relative;
}
.careers-page .section.two-cols.type-4 .tag.name {
  position: absolute;
  left: 1%;
  bottom: 29%;
}
@media (min-width: 768px) {
  .careers-page .section.two-cols.type-4 {
    margin-bottom: 10px;
  }
}
.careers-page .section.two-cols.type-4 .col .text-block {
  max-width: 600px;
}

.contact-page {
  background: #f8f8f8 url(/images/contact/contact-bg.png) no-repeat top center;
}
.contact-page h2 {
  font-size: 26px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}
.contact-page .contact-content {
  border-radius: 20px;
  background-clip: padding-box;
  background-color: white;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
  width: 1300px;
  width: 67.7083333333vw;
  max-width: 98%;
  margin: 0 auto;
  margin-bottom: 90px;
  margin-bottom: 4.6875vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-content .left-content {
  float: left;
  width: 66%;
  padding-top: 60px;
  padding-bottom: 70px;
  padding-left: 100px;
  padding-right: 100px;
}
.contact-page .contact-content .left-content .form {
  font-size: 14px;
  color: black;
}
.contact-page .contact-content .left-content .form label {
  padding-top: 12px;
  display: inline-block;
  font-weight: bold;
}
.contact-page .contact-content .left-content .form label.hs-error-msg {
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  padding-top: 0px;
  padding-left: 10px;
}
.contact-page .contact-content .left-content .form .form-required {
  margin-left: 5px;
  color: black;
  font-weight: bold;
}
.contact-page .contact-content .left-content .form input[type=text], .contact-page .contact-content .left-content .form input[type=email], .contact-page .contact-content .left-content .form input[type=tel], .contact-page .contact-content .left-content .form textarea {
  padding: 4px 3px 2px 3px;
  margin-left: 0;
  font-size: 1em;
  line-height: 1.071em;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  background: 0 0;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border: 0;
  color: black;
  border: none;
  border-bottom: 1px solid #B9AEC0;
  border-radius: 0;
  box-shadow: 0 0 0 transparent inset;
  outline: 0;
}
.contact-page .contact-content .left-content .form input[type=text]:focus, .contact-page .contact-content .left-content .form input[type=email]:focus, .contact-page .contact-content .left-content .form input[type=tel]:focus, .contact-page .contact-content .left-content .form textarea:focus {
  border-color: #f37366;
}
.contact-page .contact-content .left-content .form input[type=text], .contact-page .contact-content .left-content .form input[type=email], .contact-page .contact-content .left-content .form input[type=tel] {
  height: 34px;
}
.contact-page .contact-content .left-content .form input[type=submit] {
  width: 100%;
  margin: 0;
  margin-top: 20px;
  border-radius: 8px;
  color: white;
  background: linear-gradient(111deg, #D6355C 36.06%, #F5897F 100%) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.32px;
  min-height: 48px;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: all 0.35s ease-in-out;
}
.contact-page .contact-content .left-content .form input.error {
  background-image: url(../images/error_icon.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  border-color: red;
}
.contact-page .contact-content .left-content .form input:required:valid {
  background-image: url(../images/check-circle.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.contact-page .contact-content .left-content .form input:invalid:focus:not(:-moz-placeholder-shown) ~ .requirements {
  max-height: 200px;
  padding: 0 30px 20px 50px;
}
.contact-page .contact-content .left-content .form input:invalid:focus:not(:placeholder-shown) ~ .requirements {
  max-height: 200px;
  padding: 0 30px 20px 50px;
}
.contact-page .contact-content .left-content .form textarea {
  height: 3rem;
}
.contact-page .contact-content .left-content .form .requirements {
  padding: 0 30px 0 50px;
  color: #999;
  max-height: 0;
  transition: 0.28s;
  overflow: hidden;
  color: black;
  font-style: italic;
}
.contact-page .contact-content .left-content .form fieldset {
  max-width: none !important;
}
.contact-page .contact-content .left-content .hs-input {
  width: 100% !important;
}
.contact-page .contact-content .left-content .hs_recaptcha {
  padding-top: 15px;
}
.contact-page .contact-content .right-content {
  float: right;
  width: 34%;
  padding-top: 80px;
  padding-bottom: 70px;
  padding-left: 80px;
  padding-right: 80px;
  background: #503462;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.contact-page .contact-content .right-content p, .contact-page .contact-content .right-content a {
  line-height: 25px;
  font-size: 15px;
  line-height: 30px;
  color: #FFF;
  margin-bottom: 35px;
}
.contact-page .contact-content .right-content .social a {
  display: inline-block;
  margin-left: 10px;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-indent: -9999px;
  overflow: hidden;
}
.contact-page .contact-content .right-content .social a.fb {
  background: url(/images/facebook.svg) no-repeat center center;
  background-size: contain;
}
.contact-page .contact-content .right-content .social a.tw {
  background: url(/images/x.svg) no-repeat center center;
  background-size: contain;
}
.contact-page .contact-content .right-content .social a.in {
  background: url(/images/insta.svg) no-repeat center center;
  background-size: contain;
}
.contact-page .contact-content .right-content .social a.lin {
  background: url(/images/linkedin.svg) no-repeat center center;
  background-size: contain;
}

/****************************
*   Do not sell personal info page

*************************/
.form-contact {
  font-size: 14px;
  color: #333;
}

.form-contact label {
  padding-top: 12px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.form-contact label.hs-error-msg {
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  padding-top: 0px;
  padding-left: 10px;
}

.form-contact label#label-firstname-9da3ef5b-8793-4929-9c2d-c43d2653b859, .form-contact label#label-lastname-9da3ef5b-8793-4929-9c2d-c43d2653b859 {
  padding-top: 0;
}

.form-contact .form-required {
  margin-left: 5px;
  color: red;
  text-align: left;
  font-weight: bold;
}

.form-contact input[type=text], .form-contact input[type=email], .form-contact input[type=tel], .form-contact textarea {
  padding: 4px 3px 2px 3px;
  margin-left: 0;
  font-size: 1em;
  line-height: 1.071em;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  background: 0 0;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border: 0;
  color: #333;
  border: none;
  border-bottom: 1px solid #666;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0 0 transparent inset;
  -webkit-box-shadow: 0 0 0 transparent inset;
  box-shadow: 0 0 0 transparent inset;
  outline: 0;
}

.form-contact input[type=text]:focus, .form-contact input[type=email]:focus, .form-contact input[type=tel]:focus, .form-contact textarea:focus {
  border-width: 2px;
  border-color: #f37366;
}

.form-contact input[type=text], .form-contact input[type=email], .form-contact input[type=tel] {
  height: 34px;
}

.form-contact input[type=submit] {
  color: #ffffff !important;
  background: #f37366;
  box-shadow: none;
  text-shadow: none;
  padding: 9px 15px;
  display: block;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 24px;
  margin-bottom: 12px;
  border-radius: 100px;
}

.form-contact input:required:invalid:focus {
  background-image: url(../images/error_icon.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  border-color: red;
}

.form-contact input:required:valid {
  background-image: url(../images/check-circle.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.form-contact input:invalid:not(:focus):not(:placeholder-shown) {
  border-color: red;
}

.form-contact input:invalid:focus:not(:placeholder-shown) ~ .requirements {
  max-height: 200px;
  padding: 0 30px 20px 50px;
}

.form-contact textarea {
  font-family: "Neue Haas Grotesk W01 Disp", Serif;
  height: 3rem;
}

.form-contact .requirements {
  padding: 0 30px 0 50px;
  color: #999;
  max-height: 0;
  transition: 0.28s;
  overflow: hidden;
  color: red;
  font-style: italic;
}

.form-contact fieldset {
  max-width: none !important;
}

/* Municipalities page */
.municipalities .type-five {
  background: linear-gradient(110deg, #2C1D36 -4.79%, #503462 110.6%), #FFF;
  padding-bottom: 100px;
  margin-bottom: 0px;
}
.municipalities .type-five .container {
  display: flex;
  align-items: center;
}
.municipalities .type-five .container .col {
  width: 53%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .municipalities .type-five .container .col {
    width: 100%;
    flex-basis: 100%;
  }
}
.municipalities .type-five .container .col:first-child {
  z-index: 2;
}
.municipalities .type-five .container .col:first-child .heading .h1 {
  color: white;
  font-size: 40px;
}
@media (min-width: 768px) {
  .municipalities .type-five .container .col:first-child .heading .h1 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .municipalities .type-five .container .col:first-child .heading .h1 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .municipalities .type-five .container .col:first-child .heading .h1 {
    font-size: 70px;
  }
}
@media (min-width: 1400px) {
  .municipalities .type-five .container .col:first-child .heading .h1 {
    font-size: 80px;
  }
}
.municipalities .type-five .container .col:first-child .heading .h1 strong {
  display: block;
}
.municipalities .type-five .container .col:first-child .mobile-header {
  display: none;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .municipalities .type-five .container .col:first-child .mobile-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
.municipalities .type-five .container .col:first-child .text-block {
  max-width: 535px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .municipalities .type-five .container .col:first-child .text-block {
    padding-right: 0px;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.municipalities .type-five .container .col:first-child .text-block p {
  color: white;
  font-size: 18px;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.9px;
}
.municipalities .type-five .container .col:first-child {
  padding-right: 4%;
  width: 47%;
}
@media (max-width: 991px) {
  .municipalities .type-five .container .col:first-child {
    padding-right: 0;
    width: 100%;
  }
  .municipalities .type-five .container .col:first-child h1 {
    text-align: center;
  }
  .municipalities .type-five .container .col:last-child {
    display: none;
  }
}
.municipalities .type-five::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/municipalities/header/polygon.svg");
  background-repeat: no-repeat;
  background-position: center right;
  content: "";
  z-index: -1;
}
@media (max-width: 767px) {
  .municipalities .type-five::after {
    background-size: 100% 100%;
  }
}
.municipalities .box-style-thrillshare {
  margin-top: -60px;
}
@media (max-width: 426px) {
  .municipalities .box-style-thrillshare {
    padding: 0px;
  }
}
.municipalities .box-style-thrillshare .container {
  background: linear-gradient(103deg, rgba(205, 150, 239, 0.4) 9.56%, rgba(235, 203, 255, 0.4) 35.4%, rgba(245, 231, 255, 0.4) 59.82%, rgba(243, 134, 158, 0.4) 90.38%), #FFF;
  align-items: stretch;
}
@media (min-width: 1200px) {
  .municipalities .box-style-thrillshare .container {
    padding-left: 60px;
    padding-right: 35px;
  }
}
@media (min-width: 1400px) {
  .municipalities .box-style-thrillshare .container {
    padding-left: 80px;
    padding-right: 45px;
  }
}
@media (max-width: 426px) {
  .municipalities .box-style-thrillshare .container {
    border-radius: 0px;
    padding: 30px;
    max-width: 100%;
  }
}
.municipalities .box-style-thrillshare .container .col:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.municipalities .box-style-thrillshare .container .col:first-child .heading h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .municipalities .box-style-thrillshare .container .col:first-child {
    width: 55%;
    padding-right: 2%;
  }
  .municipalities .box-style-thrillshare .container .col:first-child .heading h2 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .municipalities .box-style-thrillshare .container .col:first-child {
    width: 45%;
    padding-right: 6%;
  }
}
.municipalities .box-style-thrillshare .container .col:first-child .image {
  display: none;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .municipalities .box-style-thrillshare .container .col:first-child .image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.municipalities .box-style-thrillshare .container .col:last-child {
  position: relative;
  padding-left: 0px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .municipalities .box-style-thrillshare .container .col:last-child {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .municipalities .box-style-thrillshare .container .col:last-child {
    width: 55%;
  }
}
.municipalities .box-style-thrillshare .container .col:last-child .image:nth-child(1) {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 0px;
  width: 40%;
}
@media (max-width: 991px) {
  .municipalities .box-style-thrillshare .container .col:last-child .image:nth-child(1) {
    position: relative;
    top: auto;
    transform: translateY(0%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .municipalities .box-style-thrillshare .container .col:last-child .image:nth-child(1) {
    display: none;
  }
}
.municipalities .box-style-thrillshare .container .col:last-child .image:nth-child(2) {
  width: 39%;
  margin-bottom: 5%;
}
@media (max-width: 991px) {
  .municipalities .box-style-thrillshare .container .col:last-child .image:nth-child(2) {
    display: none;
  }
}
.municipalities .box-style-thrillshare .container .col:last-child .image:nth-child(3) {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 40%;
}
@media (max-width: 991px) {
  .municipalities .box-style-thrillshare .container .col:last-child .image:nth-child(3) {
    display: none;
  }
}
.municipalities .box-style-municipalities .container {
  padding: 0;
  background: transparent;
}
.municipalities .box-style-municipalities .container .col:first-child {
  width: 100%;
}
.municipalities .box-style-municipalities .container .col:first-child .heading h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .municipalities .box-style-municipalities .container .col:first-child {
    width: 40%;
  }
  .municipalities .box-style-municipalities .container .col:first-child .heading h2 {
    text-align: left;
  }
}
.municipalities .box-style-municipalities .container .col:last-child {
  width: 60%;
  padding-left: 3%;
}
@media (max-width: 767px) {
  .municipalities .box-style-municipalities .container .col:last-child {
    width: 100%;
  }
}
.municipalities .box-style-municipalities .container .col:last-child .slider-municipalities {
  position: relative;
}
.municipalities .box-style-municipalities .container .col:last-child .slider-municipalities .slide-container {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.municipalities .box-style-municipalities .container .col:last-child .slider-municipalities .slide-container .slide {
  flex: 0 0 100%;
}
.municipalities .box-style-municipalities .container .col:last-child .slider-municipalities .slide-container .slide image {
  width: 100%;
  display: block;
}
.municipalities .box-style-municipalities .container .col:last-child .slider-municipalities .slider-bullets {
  position: absolute;
  bottom: 0px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.municipalities .box-style-municipalities .container .col:last-child .slider-municipalities .slider-bullets .bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #F5897F;
  cursor: pointer;
}
.municipalities .box-style-municipalities .container .col:last-child .slider-municipalities .slider-bullets .bullet.selected {
  background-color: #503462;
}
@media (min-width: 992px) {
  .municipalities .box-style-mun4 {
    margin-bottom: 50px;
  }
}
.municipalities .box-style-mun4 .container {
  padding: 0;
  background: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 991px) {
  .municipalities .box-style-mun4 .container {
    flex-wrap: wrap;
  }
}
.municipalities .box-style-mun4 .container .col {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(20% - 15px);
  padding: 20px;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .municipalities .box-style-mun4 .container .col {
    flex-basis: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .municipalities .box-style-mun4 .container .col {
    padding: 30px;
  }
  .municipalities .box-style-mun4 .container .col .text-block p {
    font-size: 18px;
  }
}
.municipalities .box-style-mun4 .container .col .heading h3.h4 {
  font-size: 24px;
}
.municipalities .box-style-mun4 .container .col:nth-child(1) {
  background: #F5E7FF;
}
.municipalities .box-style-mun4 .container .col:nth-child(2) {
  background: linear-gradient(0deg, #FFE4E2 0%, #FFE4E2 100%), #FFF;
}
.municipalities .box-style-mun4 .container .col:nth-child(3) {
  background: #F9F0E4;
}
.municipalities .box-style-mun4 .container .col:nth-child(4) {
  background: #CFF1FF;
}
@media (max-width: 426px) {
  .municipalities .box-style-app {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.municipalities .box-style-app .container {
  background: linear-gradient(103deg, rgba(243, 134, 158, 0.4) 9.56%, rgba(245, 231, 255, 0.4) 35.4%, rgba(235, 203, 255, 0.4) 59.82%, rgba(205, 150, 239, 0.4) 90.38%), #FFF;
  flex-direction: column;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 426px) {
  .municipalities .box-style-app .container {
    max-width: 100%;
    border-radius: 0px;
  }
}
@media (min-width: 1200px) {
  .municipalities .box-style-app .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.municipalities .box-style-app .container .heading {
  margin-left: auto;
  margin-right: auto;
}
.municipalities .box-style-app .container .text-block {
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  z-index: 2;
}
@media (max-width: 991px) {
  .municipalities .box-style-app .container .text-block {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.municipalities .box-style-app .container .text-block p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.72px;
}
.municipalities .box-style-app .container .content {
  width: 100%;
  margin-top: 30px;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  gap: 24px;
}
@media (max-width: 991px) {
  .municipalities .box-style-app .container .content {
    flex-direction: column-reverse;
  }
}
.municipalities .box-style-app .container .content .text-block {
  text-align: left;
  width: 42%;
  padding-left: 60px;
  padding-right: 21px;
}
@media (max-width: 991px) {
  .municipalities .box-style-app .container .content .text-block {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.municipalities .box-style-app .container .content .images {
  width: 58%;
  display: flex;
  gap: 15px;
  align-content: space-between;
  justify-content: flex-end;
  padding-right: 60px;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .municipalities .box-style-app .container .content .images {
    width: 100%;
    max-width: 100%;
    margin-left: 60px;
  }
}
@media (max-width: 589px) {
  .municipalities .box-style-app .container .content .images {
    width: 180%;
    max-width: 180%;
  }
}
@media (max-width: 426px) {
  .municipalities .box-style-app .container .content .images {
    padding-right: 0px;
    margin-left: 0px;
    width: 150%;
    max-width: 150%;
  }
}
.municipalities .box-style-app .container .content .images .image {
  flex-grow: 1;
}
.municipalities .box-style-app .container:after {
  content: "";
  border-radius: 12px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url("../images/municipalities/app/background.svg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 991px) {
  .municipalities .box-style-app .container:after {
    display: none;
  }
}
.municipalities .box-style-customer .container {
  padding: 0px;
  border-radius: 0px;
  align-items: stretch;
  background: none;
}
@media (max-width: 767px) {
  .municipalities .box-style-customer .container {
    gap: 0px;
  }
}
@media (max-width: 426px) {
  .municipalities .box-style-customer .container {
    padding-top: 100px;
  }
}
.municipalities .box-style-customer .container .col:first-child {
  width: 71%;
  padding-bottom: 6px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .municipalities .box-style-customer .container .col:first-child {
    width: 100%;
    padding-bottom: 0;
  }
  .municipalities .box-style-customer .container .col:first-child img {
    width: 100%;
  }
}
.municipalities .box-style-customer .container .col:first-child picture {
  width: 100%;
  display: block;
}
.municipalities .box-style-customer .container .col:first-child .heading {
  text-align: center;
}
.municipalities .box-style-customer .container .col:last-child {
  width: 50%;
  margin-left: -25%;
  background: linear-gradient(111deg, #FFC0BA 0%, #FBF4EB 100%), #FFF;
  border-radius: 50%;
  border-bottom-right-radius: 0;
  position: relative;
}
@media (max-width: 991px) {
  .municipalities .box-style-customer .container .col:last-child {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .municipalities .box-style-customer .container .col:last-child {
    width: 100%;
    margin-left: 0px;
    border-radius: 0px;
  }
}
.municipalities .box-style-customer .container .col:last-child .circle-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .municipalities .box-style-customer .container .col:last-child .circle-container {
    width: 100%;
    margin-left: 0px;
    top: 0px;
    left: 0px;
    transform: translate(0px, 0px);
    padding: 30px;
    position: relative;
  }
}
@media (max-width: 1199px) {
  .municipalities .box-style-customer .container .col:last-child .circle-container .heading h2 {
    font-size: clamp(35px, 22.703px + 1.8vw, 36px);
  }
}
@media (max-width: 991px) {
  .municipalities .box-style-customer .container .col:last-child .circle-container .heading h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .municipalities .box-style-customer .container .col:last-child .circle-container .heading h2 {
    font-size: clamp(35px, 22.703px + 1.8vw, 48px);
  }
}

/* Thrillshare platform page */
.hero-section.type-six {
  position: relative;
  isolation: isolate;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: clamp(50px, -30.405px + 0.115 * 100vw, 135px);
}
.hero-section.type-six::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  content: "";
  z-index: -1;
  background: url(../images/thrillshare-new/hero-shapes-bg-mobile.svg) no-repeat bottom center;
  background-size: 100% auto;
}
.hero-section.type-six .thrillshare-logo {
  margin-bottom: 25px;
}
.hero-section.type-six .content {
  max-width: 860px;
  margin-inline: auto;
}
.hero-section.type-six .content p {
  font-size: clamp(22px, 16.324px + 0.008 * 100vw, 28px);
}
.hero-section.type-six .labels {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-section.type-six .labels .label {
  color: var(--dark-purple);
  border-radius: 12px;
  background: #F5E7FF;
  padding: 8px 24px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.hero-section.type-six .labels .label:nth-child(2) {
  background: #CEE8EB;
}
.hero-section.type-six .labels .label:nth-child(3) {
  background: #FBD0CC;
}
@media (min-width: 768px) {
  .hero-section.type-six .thrillshare-logo {
    margin-bottom: 40px;
  }
  .hero-section.type-six:after {
    background: url(../images/thrillshare-new/hero-shapes-bg.svg) no-repeat bottom center;
    background-size: 100% auto;
  }
}

.thrillshare-page .section .top-section {
  margin-bottom: 60px;
}
.thrillshare-page .section .top-section .heading {
  margin-top: 20px;
}
.thrillshare-page .section .top-section p {
  font-size: clamp(20px, 12.432px + 0.011 * 100vw, 28px);
}

.section .text-buttons-list {
  position: relative;
}
.section .text-buttons-list .text-block {
  margin-bottom: 20px;
}
.section .text-buttons-list .item {
  border-bottom: 1px solid #735D81;
  padding-bottom: clamp(30px, -20px + 0.056 * 100vw, 60px);
  padding-top: clamp(30px, -20px + 0.056 * 100vw, 60px);
}
.section .text-buttons-list .item .image {
  margin-bottom: 25px;
}
.section .text-buttons-list .item:first-child {
  padding-top: 0;
}
.section .text-buttons-list .item:last-child {
  border: 0;
  padding-bottom: 0;
}
.section.thrillshare-media {
  background: var(--plum, #503462);
  padding-block: clamp(50px, -41.667px + 0.102 * 100vw, 105px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.section.thrillshare-media .text-buttons-list {
  isolation: isolate;
}
.section.thrillshare-media .text-buttons-list::after {
  position: absolute;
  width: 100vw;
  height: calc(100% + 255px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/thrillshare-new/thrillshare-media-shape-bg.svg) no-repeat top center;
  background-size: cover;
  z-index: -1;
  content: "";
}
.section.thrillshare-media * {
  color: #FFF;
}
.section.thrillshare-media .text-block {
  max-width: 1130px;
}
.section.thrillshare-media .container > .actions {
  padding-top: clamp(40px, -17.143px + 0.074 * 100vw, 90px);
}
@media (min-width: 768px) {
  .section.thrillshare-media .row {
    display: flex;
    gap: 5%;
    align-items: flex-start;
    width: 100%;
  }
  .section.thrillshare-media .row .col {
    flex-grow: 1;
  }
  .section.thrillshare-media .row .col:first-child {
    max-width: 423px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section.thrillshare-media .row .col:first-child {
    min-width: 300px;
  }
}
@media (min-width: 768px) {
  .section.thrillshare-media .row .col:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .section.thrillshare-media .row .col:last-child .graphic {
    position: relative;
    isolation: isolate;
  }
  .section.thrillshare-media .row .col:last-child .graphic .circle {
    width: 150px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    color: #553A67 !important;
    padding: 8px;
    text-align: center;
    position: relative;
  }
  .section.thrillshare-media .row .col:last-child .graphic .circle span {
    color: currentColor;
  }
  .section.thrillshare-media .row .col:last-child .graphic.mobile-apps-item {
    width: 50%;
    margin-bottom: 35px;
  }
  .section.thrillshare-media .row .col:last-child .graphic.mobile-apps-item .image {
    margin-top: -103px;
    padding-left: 49px;
  }
  .section.thrillshare-media .row .col:last-child .graphic.mobile-apps-item .circle::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 84px;
    height: 87px;
    background: url(../images/thrillshare-new/dotted-line-1.svg) no-repeat bottom left;
    top: 105px;
    left: 144px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section.thrillshare-media .row .col:last-child .graphic.mobile-apps-item .circle::after {
    width: 99px;
    height: 80px;
    top: 105px;
    left: 104px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.thrillshare-media .row .col:last-child .graphic.mobile-apps-item {
    width: 100%;
  }
  .section.thrillshare-media .row .col:last-child .graphic.mobile-apps-item .circle:after {
    top: 108px;
    left: 142px;
  }
}
@media (min-width: 768px) {
  .section.thrillshare-media .row .col:last-child .graphic.websites-item {
    width: 50%;
    padding-left: 35px;
    margin-bottom: 35px;
  }
  .section.thrillshare-media .row .col:last-child .graphic.websites-item .circle {
    margin-left: auto;
    margin-right: 40px;
    margin-top: -18px;
    margin-bottom: 30px;
  }
  .section.thrillshare-media .row .col:last-child .graphic.websites-item .circle::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 54px;
    height: 46px;
    background: url(../images/thrillshare-new/dotted-line-2.svg) no-repeat bottom left;
    top: 140px;
    left: -11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.thrillshare-media .row .col:last-child .graphic.websites-item {
    width: 100%;
    margin-top: -50px;
  }
}
@media (min-width: 768px) {
  .section.thrillshare-media .row .col:last-child .graphic.cms-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 55px;
    margin-bottom: 30px;
  }
  .section.thrillshare-media .row .col:last-child .graphic.cms-item .circle::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 54px;
    height: 4px;
    background: url(../images/thrillshare-new/dotted-line-3.svg) no-repeat bottom center;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
  }
  .section.thrillshare-media .row .col:last-child .graphic.cms-item .col:first-child {
    max-width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section.thrillshare-media .row .col:last-child .graphic.cms-item {
    flex-direction: column;
  }
  .section.thrillshare-media .row .col:last-child .graphic.cms-item .circle:after {
    left: 50%;
    top: 100%;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: left;
    margin-top: 26px;
  }
}
@media (min-width: 768px) {
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    flex-direction: row-reverse;
  }
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item .circle {
    margin-top: 30px;
  }
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item .circle::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 141px;
    height: 67px;
    background: url(../images/thrillshare-new/dotted-line-4.svg) no-repeat bottom center;
    top: 75px;
    right: 136px;
  }
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item .image {
    padding-top: 64px;
    position: relative;
  }
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item .alert-options .icon {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 50%;
    width: 61px;
    height: 61px;
  }
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item .alert-options .icon.sms {
    top: 0;
    left: 184px;
    background: linear-gradient(135deg, #05464F 15.81%, #3BA2B1 84.19%);
  }
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item .alert-options .icon.phone {
    top: 31px;
    left: 271px;
    background: linear-gradient(90deg, rgba(221, 38, 184, 0.9) 0%, rgba(222, 35, 142, 0.9) 64%, rgba(223, 31, 99, 0.9) 100%);
  }
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item .alert-options .icon.mobile {
    top: 89px;
    left: 330px;
    background: linear-gradient(111deg, #503462 36.06%, #383147 100%);
  }
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item .alert-options .icon.email {
    top: 166px;
    left: 360px;
    background: linear-gradient(111deg, #D6355C 36.06%, #F5897F 100%);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item .circle::after {
    right: 123px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item {
    gap: 15px;
  }
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item .circle::after {
    right: 52px;
    top: 34px;
  }
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item .alert-options .icon {
    width: 50px;
    height: 50px;
  }
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item .alert-options .icon.sms {
    left: 37px;
  }
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item .alert-options .icon.phone {
    top: 15px;
    left: 106px;
  }
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item .alert-options .icon .mobile {
    top: 42px;
    left: 169px;
  }
  .section.thrillshare-media .row .col:last-child .graphic.alert-center-item .alert-options .icon .email {
    top: 88px;
    left: 215px;
  }
}
.section.alternate-image-text.thrillshare-room {
  padding-bottom: 50px;
  margin-bottom: 0;
}
.section.alternate-image-text.thrillshare-room .top-section {
  width: 100%;
}
.section.alternate-image-text.thrillshare-room .top-section .heading, .section.alternate-image-text.thrillshare-room .top-section .text-block {
  max-width: 755px;
}
.section.alternate-image-text.thrillshare-room .row:nth-child(3) .heading .icon {
  background: var(--secondary-color, #D6355C);
}
.section.alternate-image-text.thrillshare-room .row:nth-child(3) .image {
  border-radius: 12px;
  position: relative;
}
.section.alternate-image-text.thrillshare-room .row:nth-child(3) .image::after {
  position: absolute;
  right: 100px;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 400px;
  opacity: 0.7;
  background: #F45D7F;
  filter: blur(150px);
  content: "";
  z-index: -1;
}
.section.alternate-image-text.thrillshare-room .row:nth-child(4) .heading .icon {
  background: #FFC547;
}
.section.alternate-image-text.thrillshare-room .row:nth-child(4) .image {
  position: relative;
}
.section.alternate-image-text.thrillshare-room .row:nth-child(4) .image img {
  filter: drop-shadow(0px 15px 50px rgba(0, 0, 0, 0.08));
}
.section.alternate-image-text.thrillshare-room .row:nth-child(4) .image::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 150%;
  width: 70%;
  border-radius: 400px;
  background: #FFC547;
  filter: blur(150px);
  content: "";
  z-index: -1;
}
.section.alternate-image-text.thrillshare-room .row:nth-child(5) .heading .icon {
  background: var(--teal, #0A8B9D);
}
.section.alternate-image-text.thrillshare-room .row:nth-child(5) .image {
  position: relative;
}
.section.alternate-image-text.thrillshare-room .row:nth-child(5) .image::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 70%;
  border-radius: 400px;
  background: #B5DCE2;
  filter: blur(150px);
  content: "";
  z-index: -1;
}
.section.alternate-image-text.thrillshare-room .row .heading > * {
  display: flex;
  align-items: center;
  gap: 15px;
}
.section.alternate-image-text.thrillshare-room .row .heading .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  background: #EBCCFF;
}
.section.alternate-image-text.thrillshare-room .video {
  overflow: visible;
  position: relative;
}
.section.alternate-image-text.thrillshare-room .video .video-container {
  background-color: #FFF;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 0;
}
.section.alternate-image-text.thrillshare-room .video::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50vw;
  background: #CD96EF;
  filter: blur(150px);
  content: "";
  z-index: -1;
}
.section.alternate-image-text.thrillshare-room .actions {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .section.alternate-image-text.thrillshare-room {
    padding-bottom: 80px;
  }
  .section.alternate-image-text.thrillshare-room .row:nth-child(3) {
    padding-bottom: 70px;
  }
  .section.alternate-image-text.thrillshare-room .row:nth-child(4) {
    padding-bottom: 100px;
  }
  .section.alternate-image-text.thrillshare-room .row:nth-child(4) .image img {
    margin-left: auto;
    filter: drop-shadow(15px 0px 70px rgba(0, 0, 0, 0.08));
  }
  .section.alternate-image-text.thrillshare-room .row:nth-child(4) .col:first-child {
    width: calc(44% - 25px);
  }
  .section.alternate-image-text.thrillshare-room .row:nth-child(4) .col:last-child {
    width: calc(56% - 25px);
  }
  .section.alternate-image-text.thrillshare-room .actions {
    padding-top: 70px;
  }
}
@media (min-width: 1400px) {
  .section.alternate-image-text.thrillshare-room .row:nth-child(2) {
    padding-inline: 78px;
  }
  .section.alternate-image-text.thrillshare-room .row:nth-child(2) .col:first-child {
    padding-right: 60px;
  }
  .section.alternate-image-text.thrillshare-room .row:nth-child(3) {
    padding-left: 125px;
    padding-right: 125px;
    padding-bottom: 100px;
  }
  .section.alternate-image-text.thrillshare-room .row:nth-child(4) {
    padding-bottom: 150px;
    padding-inline: 50px;
  }
  .section.alternate-image-text.thrillshare-room .row:nth-child(5) {
    padding-left: 80px;
    padding-right: 80px;
  }
  .section.alternate-image-text.thrillshare-room .row:nth-child(5) .col:first-child {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section.alternate-image-text.thrillshare-room .video .video-container {
    padding: 0 49px 0 17px;
  }
}
.section.thrillshare-engage {
  background: linear-gradient(122deg, #FCF6FF 0%, #FCF6FF 0.01%, #EBCBFF 100%);
  padding-block: clamp(40px, -26.667px + 0.074 * 100vw, 80px);
}
.section.thrillshare-engage .top-section .text-block {
  max-width: 920px;
}
.section.thrillshare-engage .actions {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .section.thrillshare-engage .actions {
    padding-top: 80px;
  }
}
.section .three-cols-articles {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.section .three-cols-articles .image {
  margin-bottom: 20px;
}
.section .three-cols-articles .image img {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .section .three-cols-articles {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .section .three-cols-articles .col {
    width: calc(33% - 16px);
  }
}

/* Websites page */
.websites-page {
  background: var(--dark-purple-40, #302A3C);
}
.websites-page .text-block p, .websites-page .heading > *, .websites-page .text-block p a {
  color: #FFF;
}
.websites-page .text-block p a {
  text-decoration: underline;
}
.websites-page .text-block p a:hover {
  text-decoration: none;
}

.hero-section.type-seven {
  text-align: center;
  margin-bottom: 30px;
}
.hero-section.type-seven .heading .h1 {
  background: linear-gradient(83deg, #F7A199 2.93%, #E6869D 32.65%, #DAA0FF 56.71%, #F4E3CE 88.13%);
  background: -webkit-linear-gradient(83deg, #F7A199 2.93%, #E6869D 32.65%, #DAA0FF 56.71%, #F4E3CE 88.13%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section.type-seven .content {
  max-width: 715px;
  margin-inline: auto;
  margin-bottom: 50px;
}
.hero-section.type-seven .website-mockup {
  display: flex;
  justify-content: center;
}

.section.websites-slider {
  overflow: visible;
  position: relative;
}
.section.websites-slider::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 110%;
  aspect-ratio: 1/1;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50vw;
  background: radial-gradient(50% 50% at 50% 50%, #201527 0%, rgba(32, 21, 39, 0) 100%);
  z-index: -1;
}
.section.websites-slider .top-section {
  margin-bottom: clamp(30px, -4.286px + 0.045 * 100vw, 60px);
  max-width: 780px;
  margin-inline: auto;
}
.section .rotate-slider {
  display: flex;
  justify-content: center;
}
.section.cards-list.type-2 {
  overflow: visible;
  position: relative;
}
.section.cards-list.type-2::after {
  content: "";
  position: absolute;
  bottom: 60%;
  height: 110%;
  aspect-ratio: 1/1;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50vw;
  background: radial-gradient(50% 50% at 50% 50%, #201527 0%, rgba(32, 21, 39, 0) 100%);
  z-index: -1;
}
.section.cards-list.type-2::before {
  content: "";
  position: absolute;
  top: 60%;
  height: 100%;
  aspect-ratio: 1/1;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50vw;
  background: radial-gradient(50% 50% at 50% 50%, #201527 0%, rgba(32, 21, 39, 0) 100%);
  z-index: -1;
}
.section.cards-list.type-2 .container > .heading {
  width: 100%;
}
@media (min-width: 992px) {
  .section.cards-list.type-2 .container > .heading {
    padding-bottom: 20px;
  }
}
.section.cards-list.type-2 .actions {
  margin-top: clamp(35px, -8.75px + 0.055 * 100vw, 70px);
}
.section.cards-list.type-2 .card {
  background: linear-gradient(122deg, #F5E7FF 0%, #CD96EF 100%);
}
.section.cards-list.type-2 .card .heading *, .section.cards-list.type-2 .card .text-block * {
  color: var(--plum-60, #201527);
}
.section.cards-list.type-2 .card .lead {
  font-size: clamp(19px, 14.27px + 0.007 * 100vw, 24px);
  margin-bottom: 10px;
  margin-top: 0;
}
.section.cards-list.type-2 .card .icon-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.section.cards-list.type-2 .card .icon-heading .heading {
  margin: 0;
}
.section.cards-list.type-2 .card .icon-heading .heading * {
  margin: 0;
}
.section.cards-list.type-2 .card .icon {
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #662E80;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section.cards-list.type-2 .card .icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
  }
}
.section.cards-list.type-2 .card:nth-child(3) {
  background: linear-gradient(0deg, #FFD9D6 0%, #FFD9D6 100%), #FFF;
}
.section.cards-list.type-2 .card:nth-child(3) .icon {
  background-color: #F5897F;
}
.section.cards-list.type-2 .card:nth-child(4) {
  background: #FFCDD8;
}
.section.cards-list.type-2 .card:nth-child(4) .icon {
  background-color: #F45D7F;
}
.section.cards-list.type-2 .card:nth-child(5) {
  background: #9CF3FF;
}
.section.cards-list.type-2 .card:nth-child(5) .icon {
  background-color: #0A8B9D;
}
.section.cards-list.type-2 .card:nth-child(6) {
  background: #F4E3CE;
}
.section.cards-list.type-2 .card:nth-child(6) .icon {
  background-color: #D6355C;
}
.section.cards-list.type-2 .card:nth-child(7) {
  background: #77D7FF;
}
.section.cards-list.type-2 .card:nth-child(7) .icon {
  background-color: #055FB1;
}
.section.text-image-blocks {
  position: relative;
  overflow: visible;
}
.section.text-image-blocks::before {
  content: "";
  position: absolute;
  top: -20%;
  height: 100%;
  aspect-ratio: 1/1;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50vw;
  background: radial-gradient(50% 50% at 50% 50%, #201527 0%, rgba(32, 21, 39, 0) 100%);
  z-index: -1;
}
@media (min-width: 768px) {
  .section.text-image-blocks::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: calc(100% - 375px);
    width: 51vw;
    height: 50vw;
    content: "";
    background: url(../images/websites/line-1b.svg) no-repeat left bottom;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .section.text-image-blocks::after {
    width: 55vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.text-image-blocks::after {
    bottom: calc(100% - 410px);
    width: 64vw;
    height: 135vw;
    transform: rotate(-10deg);
  }
}
.section.text-image-blocks .col {
  position: relative;
  z-index: 1;
}
.section.text-image-blocks .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.section.text-image-blocks .block {
  margin-bottom: 35px;
}
.section.text-image-blocks .image:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .section.text-image-blocks .container {
    flex-direction: row;
    gap: 0;
    align-items: flex-start;
    justify-content: space-between;
  }
  .section.text-image-blocks .col {
    width: 50%;
  }
  .section.text-image-blocks .col:first-child .text-block, .section.text-image-blocks .col:first-child .heading {
    max-width: 540px;
  }
  .section.text-image-blocks .col:last-child {
    padding-left: 10%;
    padding-top: 180px;
  }
  .section.text-image-blocks .block {
    margin-bottom: 55px;
  }
}
.section.ada-friendly {
  overflow: visible;
  position: relative;
  margin-bottom: 25px;
}
.section.ada-friendly .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section.ada-friendly .col {
  position: relative;
}
.section.ada-friendly .col:first-child {
  margin-bottom: 30px;
}
.section.ada-friendly .block {
  width: 100%;
  max-width: 545px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.section.ada-friendly .block .title {
  border-radius: 0px 8px 8px 0px;
  background: var(--plum, #503462);
  padding: 15px 25px;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #FFF;
  display: inline-block;
}
.section.ada-friendly .block .images {
  border-radius: 0px 10.395px 10.395px 10.395px;
  background: linear-gradient(126deg, rgba(214, 53, 92, 0.9) 69.28%, rgba(245, 137, 127, 0.9) 96.1%), #FFF;
  box-shadow: 0px 0px 60.637px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  min-height: 323px;
  position: relative;
  isolation: isolate;
}
.section.ada-friendly .block.alt-text .images {
  padding-inline: 50px;
}
.section.ada-friendly .block.alt-text .image img {
  margin-left: auto;
}
.section.ada-friendly .block.alt-text .alt-text-img {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1;
  min-width: 70%;
}
.section.ada-friendly .block.video-subt .images {
  padding: 0;
  background: transparent;
}
.section.ada-friendly .block.video-subt .subtitles-img {
  position: absolute;
  bottom: 65px;
  right: 28px;
  z-index: 1;
  max-width: 65%;
}
.section.ada-friendly .block.keyboard .images {
  background: linear-gradient(111deg, rgba(224, 103, 133, 0.8) 0%, rgba(247, 161, 153, 0.8) 100%), #FFF;
}
.section.ada-friendly .block.size-contrast .images {
  background: linear-gradient(173deg, #0A8B9D 18.14%, #07616E 56.72%, #07616E 100%), #FFF;
  padding-bottom: clamp(40px, -26.667px + 0.074 * 100vw, 80px);
}
.section.ada-friendly .block.size-contrast img {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .section.ada-friendly::before {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: calc(100% - 435px);
    width: 60vw;
    height: 60vw;
    content: "";
    background: url(../images/websites/line-2b.svg) no-repeat right bottom;
    transform: rotate(-8deg);
  }
  .section.ada-friendly .container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 110px;
  }
  .section.ada-friendly .col {
    width: 50%;
  }
  .section.ada-friendly .col:first-child {
    padding-right: 10%;
    position: sticky;
    top: calc(50% - 157px);
  }
  .section.ada-friendly .col:first-child .heading {
    position: relative;
    z-index: -1;
  }
  .section.ada-friendly .col:first-child .heading::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 90vw;
    aspect-ratio: 1/1;
    left: 0%;
    transform: translateY(-50%);
    border-radius: 50vw;
    background: radial-gradient(50% 50% at 50% 50%, #201527 0%, rgba(32, 21, 39, 0) 100%);
    z-index: -1;
  }
  .section.ada-friendly .col:last-child {
    position: relative;
    margin-top: -110px;
  }
  .section.ada-friendly .block {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .section.ada-friendly::before {
    bottom: calc(100% - 388px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.ada-friendly::before {
    bottom: calc(100% - 231px);
  }
}
@media (min-width: 1200px) {
  .section.ada-friendly .col:last-child {
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .section.ada-friendly {
    padding-top: 120px;
  }
  .section.ada-friendly::before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: -58px;
    width: 100vw;
    height: 165px;
    content: "";
    background: url(../images/websites/line-2.svg) no-repeat center bottom;
    background-size: 100% 100%;
  }
}
.section.cards.type-4 {
  margin-top: 0;
  position: relative;
  overflow: visible;
}
.section.cards.type-4::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50vw;
  background: radial-gradient(50% 50% at 50% 50%, #201527 0%, rgba(32, 21, 39, 0) 100%);
  z-index: -1;
}
@media (min-width: 768px) {
  .section.cards.type-4::before {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 323px;
    width: 54vw;
    height: 960px;
    content: "";
    background: url(../images/websites/line-3b.svg) no-repeat left bottom;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .section.cards.type-4::before {
    bottom: 404px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section.cards.type-4::before {
    bottom: 387px;
  }
}
.section.cards.type-4 .card {
  background: linear-gradient(122deg, #F5E7FF 0%, #CD96EF 100%);
}
@media (min-width: 768px) {
  .section.cards.type-4 .card {
    padding-right: 30px;
  }
  .section.cards.type-4 .card:first-child .heading {
    max-width: 385px;
  }
}
.section.cards.type-4 .card .images.two-cols {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}
.section.cards.type-4 .card .images.two-cols .image:last-child img {
  filter: drop-shadow(-17.624px 17.624px 35.247px rgba(0, 0, 0, 0.16)) drop-shadow(-3.525px 2.644px 14.099px rgba(0, 0, 0, 0.1));
}
.section.cards.type-4 .card:nth-child(2) {
  background: #77D7FF;
}
.section.cards.type-4 .card .text-block *, .section.cards.type-4 .card .heading * {
  color: #201527;
}
.section.cards.type-4 .actions {
  margin-top: 35px;
}

/* ===== Pricing page ========================================================== */
#new_pricing-section {
  position: relative;
  overflow: hidden;
}
#new_pricing-section .title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  text-transform: none;
  font-size: 48px;
  font-size: 2.5vw;
  line-height: 52px;
  line-height: 2.7083333333vw;
  margin-bottom: 70px;
  margin-bottom: 3.6458333333vw;
  clear: both;
}
@media (max-width: 1200px) {
  #new_pricing-section .title {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .title {
    font-size: 48px;
  }
}
@media (max-width: 1255.3846153846px) {
  #new_pricing-section .title {
    line-height: 34px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .title {
    line-height: 52px;
  }
}
@media (max-width: 822.8571428571px) {
  #new_pricing-section .title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .title {
    margin-bottom: 70px;
  }
}
#new_pricing-section .container {
  z-index: 1;
  text-align: center;
}
#new_pricing-section .pricing-content {
  display: flex;
  justify-content: center;
}
#new_pricing-section .prices {
  min-width: 60%;
  max-width: 80%;
  padding-right: 40px;
  padding-right: 2.0833333333vw;
}
@media (max-width: 1200px) {
  #new_pricing-section .prices {
    padding-right: 25px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .prices {
    padding-right: 40px;
  }
}
#new_pricing-section .price-box {
  position: relative;
  padding: 55px 35px 17px;
  background: #fff;
  overflow: hidden;
  text-align: center;
  margin-top: 55px;
  margin-top: 2.8645833333vw;
  padding-top: 55px;
  padding-top: 2.8645833333vw;
  padding-bottom: 20px;
  padding-bottom: 1.0416666667vw;
  padding-left: 35px;
  padding-left: 1.8229166667vw;
  padding-right: 35px;
  padding-right: 1.8229166667vw;
  -webkit-box-shadow: 0px 40px 59px 0px rgba(77, 77, 77, 0.13);
  box-shadow: 0px 40px 59px 0px rgba(77, 77, 77, 0.13);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 1047.2727272727px) {
  #new_pricing-section .price-box {
    margin-top: 30px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box {
    margin-top: 55px;
  }
}
@media (max-width: 1047.2727272727px) {
  #new_pricing-section .price-box {
    padding-top: 30px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box {
    padding-top: 55px;
  }
}
@media (max-width: 960px) {
  #new_pricing-section .price-box {
    padding-bottom: 10px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box {
    padding-bottom: 20px;
  }
}
@media (max-width: 822.8571428571px) {
  #new_pricing-section .price-box {
    padding-left: 15px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box {
    padding-left: 35px;
  }
}
@media (max-width: 822.8571428571px) {
  #new_pricing-section .price-box {
    padding-right: 15px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box {
    padding-right: 35px;
  }
}
#new_pricing-section .price-box:first-child {
  margin-top: 0;
}
#new_pricing-section .price-box:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  height: 0.3125vw;
  background-image: linear-gradient(90deg, rgb(0, 75, 141) 0%, rgb(0, 157, 221) 100%);
}
@media (max-width: 960px) {
  #new_pricing-section .price-box:before {
    height: 3px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box:before {
    height: 6px;
  }
}
#new_pricing-section .price-box h4 {
  font-size: 30px;
  font-size: 1.5625vw;
  line-height: 35px;
  line-height: 1.8229166667vw;
  margin: 0 0 20px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  text-transform: none;
  color: #333333;
  margin-bottom: 20px;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1408px) {
  #new_pricing-section .price-box h4 {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box h4 {
    font-size: 30px;
  }
}
@media (max-width: 1426.2857142857px) {
  #new_pricing-section .price-box h4 {
    line-height: 26px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box h4 {
    line-height: 35px;
  }
}
@media (max-width: 1248px) {
  #new_pricing-section .price-box h4 {
    margin-bottom: 13px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box h4 {
    margin-bottom: 20px;
  }
}
#new_pricing-section .price-box h5 {
  font-size: 19px;
  font-size: 0.9895833333vw;
  line-height: 23px;
  line-height: 1.1979166667vw;
  margin: 0 0 20px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  text-transform: none;
  color: #333333;
  margin-bottom: 20px;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1616.8421052632px) {
  #new_pricing-section .price-box h5 {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box h5 {
    font-size: 19px;
  }
}
@media (max-width: 1669.5652173913px) {
  #new_pricing-section .price-box h5 {
    line-height: 20px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box h5 {
    line-height: 23px;
  }
}
@media (max-width: 1248px) {
  #new_pricing-section .price-box h5 {
    margin-bottom: 13px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box h5 {
    margin-bottom: 20px;
  }
}
#new_pricing-section .price-box p {
  font-size: 19px;
  font-size: 0.9895833333vw;
  line-height: 23px;
  line-height: 1.1979166667vw;
  margin: 0 0 20px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1616.8421052632px) {
  #new_pricing-section .price-box p {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box p {
    font-size: 19px;
  }
}
@media (max-width: 1669.5652173913px) {
  #new_pricing-section .price-box p {
    line-height: 20px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box p {
    line-height: 23px;
  }
}
@media (max-width: 1248px) {
  #new_pricing-section .price-box p {
    margin-bottom: 13px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box p {
    margin-bottom: 20px;
  }
}
#new_pricing-section .price-box p b,
#new_pricing-section .price-box p strong {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
}
#new_pricing-section .price-box .price {
  display: block;
  text-align: center;
  font-size: 0;
  margin: 0;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 300;
  color: #333333;
  margin-bottom: 30px;
  margin-bottom: 1.5625vw;
}
@media (max-width: 960px) {
  #new_pricing-section .price-box .price {
    margin-bottom: 15px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .price {
    margin-bottom: 30px;
  }
}
#new_pricing-section .price-box .price > span {
  font-size: 36px;
  font-size: 1.875vw;
  line-height: 40px;
  line-height: 2.0833333333vw;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1386.6666666667px) {
  #new_pricing-section .price-box .price > span {
    font-size: 26px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .price > span {
    font-size: 36px;
  }
}
@media (max-width: 1440px) {
  #new_pricing-section .price-box .price > span {
    line-height: 30px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .price > span {
    line-height: 40px;
  }
}
#new_pricing-section .price-box .price > span + span {
  padding-left: 35px;
  padding-left: 1.8229166667vw;
}
@media (max-width: 987.4285714286px) {
  #new_pricing-section .price-box .price > span + span {
    padding-left: 18px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .price > span + span {
    padding-left: 35px;
  }
}
#new_pricing-section .price-box .price > span + span:before {
  position: absolute;
  content: " ";
  left: 8px;
  left: 0.4166666667vw;
  width: 17px;
  width: 0.8854166667vw;
  height: 17px;
  height: 0.8854166667vw;
  background: url(/images/pricing/plus_icon_blue.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 960px) {
  #new_pricing-section .price-box .price > span + span:before {
    left: 4px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .price > span + span:before {
    left: 8px;
  }
}
@media (max-width: 1129.4117647059px) {
  #new_pricing-section .price-box .price > span + span:before {
    width: 10px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .price > span + span:before {
    width: 17px;
  }
}
@media (max-width: 1129.4117647059px) {
  #new_pricing-section .price-box .price > span + span:before {
    height: 10px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .price > span + span:before {
    height: 17px;
  }
}
#new_pricing-section .price-box .price > span span {
  font-size: 19px;
  font-size: 0.9895833333vw;
  line-height: 22px;
  line-height: 1.1458333333vw;
}
@media (max-width: 1414.7368421053px) {
  #new_pricing-section .price-box .price > span span {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .price > span span {
    font-size: 19px;
  }
}
@media (max-width: 2618.1818181818px) {
  #new_pricing-section .price-box .price > span span {
    line-height: 30px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .price > span span {
    line-height: 22px;
  }
}
#new_pricing-section .price-box .price b {
  font-weight: 900;
}
#new_pricing-section .price-box .dynamic-price {
  word-spacing: 15px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
#new_pricing-section .price-box .dynamic-price input::-webkit-outer-spin-button,
#new_pricing-section .price-box .dynamic-price input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#new_pricing-section .price-box .dynamic-price input[type=number] {
  -moz-appearance: textfield;
}
#new_pricing-section .price-box .dynamic-price input[type=number] {
  background: #f9f9f9;
  font-size: 24px;
  padding: 10px 20px;
  width: 205px;
  text-align: center;
}
#new_pricing-section .price-box .dynamic-price input::placeholder {
  font-size: 14px;
  font-style: italic;
}
#new_pricing-section .price-box .dynamic-price :focus-visible {
  outline: #662e80 auto 1px;
}
#new_pricing-section .price-box .dynamic-price b {
  font-size: 28px;
}
#new_pricing-section .price-box .features {
  font-size: 0;
  display: grid;
  margin-bottom: 25px;
  margin-bottom: 1.3020833333vw;
  text-align: center;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1152px) {
  #new_pricing-section .price-box .features {
    margin-bottom: 15px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .features {
    margin-bottom: 25px;
  }
}
#new_pricing-section .price-box .features li {
  position: relative;
  list-style-type: none;
  text-align: left;
  padding-left: 35px;
  padding-left: 1.8229166667vw;
  margin-bottom: 20px;
  margin-bottom: 1.0416666667vw;
  font-size: 19px;
  font-size: 0.9895833333vw;
  line-height: 23px;
  line-height: 1.1979166667vw;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 300;
  color: #333333;
}
@media (max-width: 987.4285714286px) {
  #new_pricing-section .price-box .features li {
    padding-left: 18px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .features li {
    padding-left: 35px;
  }
}
@media (max-width: 1152px) {
  #new_pricing-section .price-box .features li {
    margin-bottom: 12px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .features li {
    margin-bottom: 20px;
  }
}
@media (max-width: 1616.8421052632px) {
  #new_pricing-section .price-box .features li {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .features li {
    font-size: 19px;
  }
}
@media (max-width: 1669.5652173913px) {
  #new_pricing-section .price-box .features li {
    line-height: 20px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .features li {
    line-height: 23px;
  }
}
#new_pricing-section .price-box .features li:before {
  position: absolute;
  content: "";
  left: 0;
  width: 14px;
  width: 0.7291666667vw;
  height: 12px;
  height: 0.625vw;
  background: url(/images/pricing/check-icon.svg) no-repeat center center;
  background-size: contain;
  top: 11px;
}
@media (max-width: 1234.2857142857px) {
  #new_pricing-section .price-box .features li:before {
    width: 9px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .features li:before {
    width: 14px;
  }
}
@media (max-width: 1280px) {
  #new_pricing-section .price-box .features li:before {
    height: 8px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .features li:before {
    height: 12px;
  }
}
@media only screen and (min-width: 1280px) {
  #new_pricing-section .price-box .features li:before {
    top: 0.8vw;
  }
}
@media only screen and (min-width: 1420px) {
  #new_pricing-section .price-box .features li:before {
    top: 8px;
  }
}
#new_pricing-section .price-box .cost-type {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  color: #6f6f6f;
  font-size: 16px;
  font-size: 0.8333333333vw;
  line-height: 20px;
  line-height: 1.0416666667vw;
  display: block;
  text-align: right;
}
@media (max-width: 1560px) {
  #new_pricing-section .price-box .cost-type {
    font-size: 13px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .cost-type {
    font-size: 16px;
  }
}
@media (max-width: 1536px) {
  #new_pricing-section .price-box .cost-type {
    line-height: 16px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box .cost-type {
    line-height: 20px;
  }
}
#new_pricing-section .price-box.app-development:before {
  background-image: linear-gradient(90deg, rgb(86, 36, 187) 0%, rgb(204, 49, 75) 100%);
}
#new_pricing-section .price-box.app-development .price > span {
  font-size: 22px;
  font-size: 1.1458333333vw;
  line-height: 26px;
  line-height: 1.3541666667vw;
}
@media (max-width: 1570.9090909091px) {
  #new_pricing-section .price-box.app-development .price > span {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box.app-development .price > span {
    font-size: 22px;
  }
}
@media (max-width: 1624.6153846154px) {
  #new_pricing-section .price-box.app-development .price > span {
    line-height: 22px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .price-box.app-development .price > span {
    line-height: 26px;
  }
}
#new_pricing-section .price-box.app-development .price > span + span:before {
  background: url(/images/pricing/plus_icon_orange.svg) no-repeat center center;
  background-size: contain;
}
#new_pricing-section .price-box.addons:before {
  background-image: linear-gradient(90deg, rgb(59, 181, 181) 0%, rgb(16, 156, 216) 100%);
}
#new_pricing-section .testimonials {
  min-width: 40%;
  max-width: 80%;
  background: #fbfbfb;
  text-align: left;
  padding-top: 55px;
  padding-top: 2.8645833333vw;
  padding-bottom: 65px;
  padding-bottom: 3.3854166667vw;
  padding-left: 65px;
  padding-left: 3.3854166667vw;
  padding-right: 45px;
  padding-right: 2.34375vw;
}
@media (max-width: 1047.2727272727px) {
  #new_pricing-section .testimonials {
    padding-top: 30px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials {
    padding-top: 55px;
  }
}
@media (max-width: 1033.8461538462px) {
  #new_pricing-section .testimonials {
    padding-bottom: 35px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials {
    padding-bottom: 65px;
  }
}
@media (max-width: 738.4615384615px) {
  #new_pricing-section .testimonials {
    padding-left: 25px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials {
    padding-left: 65px;
  }
}
@media (max-width: 1066.6666666667px) {
  #new_pricing-section .testimonials {
    padding-right: 25px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials {
    padding-right: 45px;
  }
}
#new_pricing-section .testimonials h4 {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 28px;
  line-height: 1.4583333333vw;
  margin: 0 0 20px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  text-transform: none;
  color: #333333;
  margin-bottom: 45px;
  margin-bottom: 2.34375vw;
}
@media (max-width: 1440px) {
  #new_pricing-section .testimonials h4 {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials h4 {
    font-size: 24px;
  }
}
@media (max-width: 1508.5714285714px) {
  #new_pricing-section .testimonials h4 {
    line-height: 22px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials h4 {
    line-height: 28px;
  }
}
@media (max-width: 1493.3333333333px) {
  #new_pricing-section .testimonials h4 {
    margin-bottom: 35px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials h4 {
    margin-bottom: 45px;
  }
}
#new_pricing-section .testimonials .testim {
  margin-top: 54px;
  margin-top: 2.8125vw;
}
@media (max-width: 888.8888888889px) {
  #new_pricing-section .testimonials .testim {
    margin-top: 25px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials .testim {
    margin-top: 54px;
  }
}
#new_pricing-section .testimonials .testim:first-child {
  margin-top: 0;
}
#new_pricing-section .testimonials .testim p {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  font-size: 1.1458333333vw;
  line-height: 32px;
  line-height: 1.6666666667vw;
  margin-bottom: 20px;
  margin-bottom: 1.0416666667vw;
  color: #333;
}
@media (max-width: 1483.6363636364px) {
  #new_pricing-section .testimonials .testim p {
    font-size: 17px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials .testim p {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  #new_pricing-section .testimonials .testim p {
    line-height: 21px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials .testim p {
    line-height: 32px;
  }
}
@media (max-width: 960px) {
  #new_pricing-section .testimonials .testim p {
    margin-bottom: 10px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials .testim p {
    margin-bottom: 20px;
  }
}
#new_pricing-section .testimonials .testim .user {
  overflow: hidden;
  font-size: 0;
}
#new_pricing-section .testimonials .testim .user .avatar {
  margin-right: 25px;
  margin-right: 1.3020833333vw;
  width: 72px;
  width: 3.75vw;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1152px) {
  #new_pricing-section .testimonials .testim .user .avatar {
    margin-right: 15px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials .testim .user .avatar {
    margin-right: 25px;
  }
}
@media (max-width: 1200px) {
  #new_pricing-section .testimonials .testim .user .avatar {
    width: 45px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials .testim .user .avatar {
    width: 72px;
  }
}
#new_pricing-section .testimonials .testim .user .avatar img {
  display: block;
  max-width: 100%;
  height: auto;
}
#new_pricing-section .testimonials .testim .user .user-details {
  display: inline-block;
  vertical-align: middle;
}
#new_pricing-section .testimonials .testim .user .user-details h5 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  text-transform: none;
  font-size: 19px;
  font-size: 0.9895833333vw;
  line-height: 23px;
  line-height: 1.1979166667vw;
  color: #333;
  margin-bottom: 2px;
}
@media (max-width: 1616.8421052632px) {
  #new_pricing-section .testimonials .testim .user .user-details h5 {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials .testim .user .user-details h5 {
    font-size: 19px;
  }
}
@media (max-width: 1669.5652173913px) {
  #new_pricing-section .testimonials .testim .user .user-details h5 {
    line-height: 20px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials .testim .user .user-details h5 {
    line-height: 23px;
  }
}
#new_pricing-section .testimonials .testim .user .user-details .role {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 0.8333333333vw;
  line-height: 20px;
  line-height: 1.0416666667vw;
  margin-bottom: 2px;
  color: #333;
}
@media (max-width: 1680px) {
  #new_pricing-section .testimonials .testim .user .user-details .role {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials .testim .user .user-details .role {
    font-size: 16px;
  }
}
@media (max-width: 1728px) {
  #new_pricing-section .testimonials .testim .user .user-details .role {
    line-height: 18px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials .testim .user .user-details .role {
    line-height: 20px;
  }
}
#new_pricing-section .testimonials .testim .user .user-details .location {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 300;
  font-size: 19px;
  font-size: 0.9895833333vw;
  line-height: 23px;
  line-height: 1.1979166667vw;
  color: #333;
}
@media (max-width: 1616.8421052632px) {
  #new_pricing-section .testimonials .testim .user .user-details .location {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials .testim .user .user-details .location {
    font-size: 19px;
  }
}
@media (max-width: 1669.5652173913px) {
  #new_pricing-section .testimonials .testim .user .user-details .location {
    line-height: 20px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .testimonials .testim .user .user-details .location {
    line-height: 23px;
  }
}
#new_pricing-section .rounded-btn.contact-btn {
  background: #f37366;
  clear: both;
  min-width: 330px;
  min-width: 17.1875vw;
  font-weight: 700;
  font-size: 19px;
  font-size: 0.9895833333vw;
  margin-top: 110px;
  margin-top: 5.7291666667vw;
}
@media (max-width: 1163.6363636364px) {
  #new_pricing-section .rounded-btn.contact-btn {
    min-width: 200px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .rounded-btn.contact-btn {
    min-width: 330px;
  }
}
@media (max-width: 1616.8421052632px) {
  #new_pricing-section .rounded-btn.contact-btn {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .rounded-btn.contact-btn {
    font-size: 19px;
  }
}
@media (max-width: 698.1818181818px) {
  #new_pricing-section .rounded-btn.contact-btn {
    margin-top: 40px;
  }
}
@media (min-width: 1920px) {
  #new_pricing-section .rounded-btn.contact-btn {
    margin-top: 110px;
  }
}
#new_pricing-section .rounded-btn.contact-btn:hover {
  background: #ef4837;
}

@media only screen and (max-width: 1300px) {
  #new_pricing-section .container {
    max-width: 80%;
  }
}
@media only screen and (max-width: 850px) {
  #new_pricing-section .pricing-content {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  #new_pricing-section .prices {
    margin: 0 0 40px;
    padding-right: 0;
    min-width: 80%;
    max-width: 100%;
  }
  #new_pricing-section .testimonials {
    z-index: 2;
    min-width: 80%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  #new_pricing-section .price-box .features li:nth-child(odd),
  #new_pricing-section .price-box .features li {
    width: 100%;
  }
  #new_pricing-section .price-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 360px) {
  #new_pricing-section .price-box .price > span span {
    display: block;
    line-height: 13px;
    text-align: right;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 345px) {
  #new_pricing-section .price-box .price > span {
    font-size: 20px;
  }
}
/* Rooms page */
.hero-section.type-eight {
  overflow: visible;
  text-align: center;
}
.hero-section.type-eight .top-logo {
  display: block;
}
.hero-section.type-eight .top-logo img {
  margin-inline: auto;
}
.hero-section.type-eight .heading {
  padding-bottom: 35px;
  padding-top: 20px;
  position: relative;
  padding: 20px 20px 35px 20px;
}
.hero-section.type-eight .heading h1 {
  color: var(--plum-60);
  font-size: 40px;
  font-weight: 400;
}
.hero-section.type-eight .heading::before, .hero-section.type-eight .heading::after {
  position: absolute;
  top: -4px;
  right: 45px;
  width: 55px;
  height: 55px;
  background: url(../images/rooms-new/arrow.svg) no-repeat left bottom;
  background-size: contain;
  content: "";
}
.hero-section.type-eight .heading::after {
  top: auto;
  bottom: -9px;
  right: auto;
  left: 75px;
  transform: rotate(170deg);
  transform-origin: top left;
}
.hero-section.type-eight .images {
  margin-top: 30px;
}
.hero-section.type-eight .image.rooms img {
  filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.15));
}
.hero-section.type-eight .image.messages img {
  filter: drop-shadow(7px 15px 32px rgba(80, 52, 98, 0.2));
}
.hero-section.type-eight .image.field img {
  filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, 0.1));
}
.hero-section.type-eight .image.chat img {
  filter: drop-shadow(7px 15px 29px rgba(245, 137, 127, 0.4));
}
@media (min-width: 768px) {
  .hero-section.type-eight {
    text-align: left;
    margin-bottom: 0;
  }
  .hero-section.type-eight .top-logo img {
    margin: 0;
  }
  .hero-section.type-eight .container {
    display: flex;
    justify-content: space-between;
  }
  .hero-section.type-eight .heading {
    padding-inline: 0;
  }
  .hero-section.type-eight .heading::before {
    right: auto;
    top: -4px;
    left: 265px;
  }
  .hero-section.type-eight .heading::after {
    bottom: -20px;
    left: 34px;
  }
  .hero-section.type-eight .col {
    width: 44%;
    position: relative;
    min-height: 520px;
  }
  .hero-section.type-eight .images {
    margin: 0;
  }
  .hero-section.type-eight .image {
    position: absolute;
  }
  .hero-section.type-eight .image.rooms {
    top: 73px;
    right: 296px;
  }
  .hero-section.type-eight .image.messages {
    right: 0;
    top: -15px;
  }
  .hero-section.type-eight .image.field {
    bottom: 64px;
    right: -15px;
  }
  .hero-section.type-eight .image.chat {
    top: 193px;
    left: 0;
    z-index: -1;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-section.type-eight .image.rooms {
    right: 275px;
  }
  .hero-section.type-eight .image.chat {
    left: -50px;
  }
  .hero-section.type-eight .image.messages {
    right: -20px;
  }
  .hero-section.type-eight .heading::before {
    top: -8px;
    left: 245px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section.type-eight .image.rooms {
    right: 180px;
    top: 41px;
    z-index: 1;
  }
  .hero-section.type-eight .image.messages {
    right: -45px;
    top: 10px;
    max-width: 80%;
  }
  .hero-section.type-eight .image.chat {
    left: -25px;
    max-width: 80%;
  }
  .hero-section.type-eight .image.field {
    bottom: 3px;
  }
  .hero-section.type-eight .col:first-child {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .hero-section.type-eight .heading h1 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .hero-section.type-eight .heading h1 {
    font-size: 53px;
  }
}
@media (min-width: 1400px) {
  .hero-section.type-eight .heading h1 {
    font-size: 59px;
  }
}
@media (max-width: 767px) {
  .hero-section.type-eight .images {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-section.type-eight .image {
    position: relative;
  }
  .hero-section.type-eight .image.rooms {
    max-width: 150px;
    margin-right: -160px;
  }
  .hero-section.type-eight .image.messages {
    max-width: calc(100% - 40px);
    margin-right: 40px;
    z-index: -1;
    margin-top: -20px;
  }
  .hero-section.type-eight .image.field {
    z-index: 1;
    margin-top: -50px;
  }
  .hero-section.type-eight .image.chat {
    margin-top: -20px;
    margin-left: 40px;
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 589px) {
  .hero-section.type-eight .heading::before {
    top: 9px;
    right: 51px;
  }
  .hero-section.type-eight .heading::after {
    left: 105px;
  }
}
@media (max-width: 426px) {
  .hero-section.type-eight .heading::before {
    right: 22px;
  }
}

.section {
  /* &.internal-communication {
      overflow: visible;
      position: relative;

      &::after {
          position: absolute;
          content: "";
          z-index: -1;
          background: linear-gradient(
              180deg,
              rgba(252, 220, 217, 0) 0%,
              #f1e5ff 50.24%,
              rgba(252, 220, 217, 0) 100%
          );
          top: -100px;
          left: 0;
          width: 100%;
          height: calc(100% + 200px);
      }
      .container {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 30px;
      }
      .col {
          & > .image img {
              margin-bottom: 17px;
              filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.1));
          }
      }
      @include breakpoint("md-min") {
          .container {
              flex-direction: row;
              justify-content: space-between;
          }
          .heading strong {
              display: block;
          }
          .col {
              width: 42%;

              &:last-child {
                  width: 55%;
                  max-width: 675px;
                  display: flex;
                  flex-direction: column;
                  align-items: center;
              }
          }
          .grid-images {
              display: flex;
              gap: 10px;
              flex-wrap: wrap;
              justify-content: center;

              .image {
                  flex-grow: 1;
                  max-width: calc(50% - 5px);

                  img {
                      filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.1));
                  }
              }
          }
      }
      @include breakpoint("lg-min") {
          .grid-images {
              .image {
                  max-width: calc(33.33% - 7px);
              }
          }
      }
  } */
}
.section.alternate-image-text.type-2 {
  text-align: center;
}
.section.alternate-image-text.type-2 .row:first-child .tag.name {
  position: absolute;
  left: 4%;
  bottom: 9%;
}
.section.alternate-image-text.type-2 .row:last-child .video {
  position: relative;
}
.section.alternate-image-text.type-2 .row:last-child .tag.name {
  position: absolute;
  left: 20%;
  bottom: 10%;
}
@media (max-width: 426px) {
  .section.alternate-image-text.type-2 .row:last-child .tag.name {
    bottom: 5%;
    left: 5%;
  }
}
@media (min-width: 768px) {
  .section.alternate-image-text.type-2 {
    text-align: left;
  }
  .section.alternate-image-text.type-2 .text-block,
  .section.alternate-image-text.type-2 .heading {
    max-width: 545px;
  }
}
@media (min-width: 992px) {
  .section.alternate-image-text.type-2 .row:nth-child(2) .heading {
    max-width: 400px;
  }
  .section.alternate-image-text.type-2 .row:nth-child(2) .col:first-child {
    width: 42%;
  }
  .section.alternate-image-text.type-2 .row:nth-child(2) .col:last-child {
    width: 58%;
  }
}
.section.cards.type-5 {
  margin-bottom: 40px;
  position: relative;
  overflow: visible;
}
.section.cards.type-5::before, .section.cards.type-5:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  height: 140%;
  border-radius: 40vw;
  background: #fde7d9;
  filter: blur(105px);
}
.section.cards.type-5:after {
  background: rgba(247, 215, 222, 0.8);
  top: 80%;
}
.section.cards.type-5 .card {
  background: var(--tan-10, #fbf4eb);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.section.cards.type-5 .card:last-child {
  background: #fef3f2;
}
.section.cards.type-5 .card .image {
  margin-top: 0;
}
@media (min-width: 768px) {
  .section.cards.type-5 .container {
    justify-content: center;
  }
  .section.cards.type-5 .top-section .heading strong {
    display: block;
  }
  .section.cards.type-5 .card {
    flex-direction: row;
    padding: 35px 40px;
    gap: 25px;
  }
  .section.cards.type-5 .card .image {
    min-width: 120px;
  }
}
@media (min-width: 1200px) {
  .section.cards.type-5 .card:nth-child(2) .text-block {
    max-width: 345px;
  }
  .section.cards.type-5 .card .image {
    min-width: 167px;
  }
}
@media (max-width: 991px) {
  .section.cards.type-5 .container {
    flex-direction: column;
  }
  .section.cards.type-5 .container .card {
    width: 100%;
  }
}
.section.two-cols#messages .container {
  background: linear-gradient(103deg, rgba(205, 150, 239, 0.4) 9.56%, rgba(235, 203, 255, 0.4) 35.4%, rgba(245, 231, 255, 0.4) 59.82%, rgba(243, 134, 158, 0.4) 90.38%), #fff;
}
.section.two-cols#messages .item {
  margin-bottom: 35px;
}
.section.two-cols#messages .item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section.two-cols#messages .container {
    padding-inline: 35px;
    gap: 25px;
  }
  .section.two-cols#messages .col:first-child {
    width: 53%;
  }
  .section.two-cols#messages .col:first-child .image img {
    margin-left: auto;
  }
  .section.two-cols#messages .col:last-child {
    width: 47%;
  }
}
@media (min-width: 1200px) {
  .section.two-cols#messages .container {
    padding-inline: 50px;
  }
}
.section.two-cols#behavior .container {
  background: linear-gradient(104.61deg, #ffd9d6 20.68%, #f9f0e4 100%);
}
.section.two-cols#behavior .item {
  margin-bottom: 35px;
}
.section.two-cols#behavior .item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section.two-cols#behavior .container {
    padding-inline: 35px;
    gap: 25px;
  }
  .section.two-cols#behavior .col:first-child {
    width: 53%;
  }
  .section.two-cols#behavior .col:first-child .image img {
    margin-left: auto;
  }
  .section.two-cols#behavior .col:last-child {
    width: 47%;
  }
}
@media (min-width: 1200px) {
  .section.two-cols#behavior .container {
    padding-inline: 50px;
  }
}
.section.cards.type-6 {
  margin-bottom: 40px;
  position: relative;
  overflow: visible;
}
.section.cards.type-6::before, .section.cards.type-6:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  height: 140%;
  border-radius: 40vw;
}
.section.cards.type-6:after {
  top: 80%;
}
.section.cards.type-6 .card {
  background: #FCF6FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.section.cards.type-6 .card:last-child {
  background: #FFE4E2;
}
.section.cards.type-6 .card .image {
  margin-top: 0;
}
@media (min-width: 768px) {
  .section.cards.type-6 .container {
    justify-content: center;
  }
  .section.cards.type-6 .top-section .heading strong {
    display: block;
  }
  .section.cards.type-6 .card {
    flex-direction: row;
    padding: 35px 40px;
    gap: 25px;
  }
  .section.cards.type-6 .card .image {
    min-width: 120px;
  }
}
@media (min-width: 1200px) {
  .section.cards.type-6 .card:nth-child(2) .text-block {
    max-width: 345px;
  }
  .section.cards.type-6 .card .image {
    min-width: 167px;
  }
}
@media (max-width: 991px) {
  .section.cards.type-6 .container {
    flex-direction: column;
  }
  .section.cards.type-6 .container .card {
    width: 100%;
  }
}
.section#learn-more .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: linear-gradient(90deg, #F1E5FF 0.07%, rgba(252, 220, 217, 0.4) 107.94%);
}
.section#learn-more .container .bottom-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .section#learn-more .container {
    gap: 36px;
  }
  .section#learn-more .container .bottom-section {
    flex-direction: row;
  }
}

/* ===== Terms and Conditions page / Privacy policy ========================================================== */
.terms-page .main .container {
  max-width: 750px;
  width: 95%;
  padding-top: 30px;
}
.terms-page .section .title {
  font-size: 48px;
  font-size: 2.5vw;
  line-height: 54px;
  line-height: 2.8125vw;
  margin-bottom: 30px;
  margin-bottom: 1.5625vw;
}
@media (max-width: 960px) {
  .terms-page .section .title {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .terms-page .section .title {
    font-size: 48px;
  }
}
@media (max-width: 1066.6666666667px) {
  .terms-page .section .title {
    line-height: 30px;
  }
}
@media (min-width: 1920px) {
  .terms-page .section .title {
    line-height: 54px;
  }
}
@media (max-width: 1280px) {
  .terms-page .section .title {
    margin-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .terms-page .section .title {
    margin-bottom: 30px;
  }
}
.terms-page .section p {
  margin: 0;
  margin-top: 30px;
  margin-top: 1.5625vw;
}
@media (max-width: 1280px) {
  .terms-page .section p {
    margin-top: 20px;
  }
}
@media (min-width: 1920px) {
  .terms-page .section p {
    margin-top: 30px;
  }
}
.terms-page .section p a {
  color: #004b8d;
}
.terms-page .section p.thrill a {
  color: #333;
}
.terms-page .section p strong {
  font-weight: 700;
}
.terms-page .section .last-updated {
  color: #333;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 30px;
  line-height: 1.5625vw;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 300;
  margin-bottom: 60px;
  margin-bottom: 3.125vw;
  font-style: italic;
}
@media (max-width: 1440px) {
  .terms-page .section .last-updated {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .terms-page .section .last-updated {
    font-size: 24px;
  }
}
@media (max-width: 1408px) {
  .terms-page .section .last-updated {
    line-height: 22px;
  }
}
@media (min-width: 1920px) {
  .terms-page .section .last-updated {
    line-height: 30px;
  }
}
@media (max-width: 960px) {
  .terms-page .section .last-updated {
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .terms-page .section .last-updated {
    margin-bottom: 60px;
  }
}
.terms-page .section h5 {
  color: #333;
  font-size: 30px;
  font-size: 1.5625vw;
  line-height: 35px;
  line-height: 1.8229166667vw;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-top: 70px;
  margin-top: 3.6458333333vw;
}
@media (max-width: 1408px) {
  .terms-page .section h5 {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .terms-page .section h5 {
    font-size: 30px;
  }
}
@media (max-width: 1426.2857142857px) {
  .terms-page .section h5 {
    line-height: 26px;
  }
}
@media (min-width: 1920px) {
  .terms-page .section h5 {
    line-height: 35px;
  }
}
@media (max-width: 1097.1428571429px) {
  .terms-page .section h5 {
    margin-top: 40px;
  }
}
@media (min-width: 1920px) {
  .terms-page .section h5 {
    margin-top: 70px;
  }
}
.terms-page ul {
  list-style: disc outside none;
  margin: 0 0 0 30px;
  margin-top: 30px;
  margin-top: 1.5625vw;
}
@media (max-width: 1280px) {
  .terms-page ul {
    margin-top: 20px;
  }
}
@media (min-width: 1920px) {
  .terms-page ul {
    margin-top: 30px;
  }
}
.terms-page ul a {
  color: #004b8d;
}
.terms-page ul li {
  list-style-type: disc;
  font-size: 19px;
  font-size: 0.9895833333vw;
  line-height: 30px;
  line-height: 1.5625vw;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 300;
  word-wrap: break-word;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 1717.8947368421px) {
  .terms-page ul li {
    font-size: 17px;
  }
}
@media (min-width: 1920px) {
  .terms-page ul li {
    font-size: 19px;
  }
}
@media (max-width: 1600px) {
  .terms-page ul li {
    line-height: 25px;
  }
}
@media (min-width: 1920px) {
  .terms-page ul li {
    line-height: 30px;
  }
}
.terms-page .flex-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-top: 1.5625vw;
  border-top: solid 1px #717171;
}
@media (max-width: 1280px) {
  .terms-page .flex-container {
    margin-top: 20px;
  }
}
@media (min-width: 1920px) {
  .terms-page .flex-container {
    margin-top: 30px;
  }
}
.terms-page .flex-container p {
  margin-top: 0;
}
.terms-page .left-info, .terms-page .right-info {
  padding: 10px;
  width: 50%;
  border-left: solid 1px #717171;
  border-right: solid 1px #717171;
  border-bottom: solid 1px #717171;
}
.terms-page .right-info {
  border-left: none;
  float: right;
}
.terms-page .header {
  text-align: center;
}
.terms-page .one-third {
  width: 33.3%;
  padding: 10px;
  border-left: solid 1px #717171;
  border-right: solid 1px #717171;
  border-bottom: solid 1px #717171;
  hyphens: auto;
}
.terms-page .one-third ul {
  margin-left: 20px;
  margin-top: 0px;
}
.terms-page .middle {
  border-left: none;
  border-right: none;
  text-align: center;
}

#radio-container {
  display: flex;
  padding-top: 15px;
}
#radio-container .radio {
  text-align: center;
  flex-grow: 1;
}

@media only screen and (max-width: 720px) {
  .terms-page ul {
    margin-left: 20px;
  }
  .terms-page .left-info {
    width: 40%;
  }
  .terms-page .right-info {
    width: 60%;
  }
  .terms-page .one-third {
    width: 40%;
  }
  .terms-page .one-third.middle {
    width: 20%;
  }
}
/* Thrillshare media page */
.hero-section.type-nine {
  background: linear-gradient(111deg, #503462 0%, #383147 67.75%);
  text-align: center;
}
.hero-section.type-nine .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.hero-section.type-nine .heading .h1 {
  font-size: 40px;
}
.hero-section.type-nine .images {
  position: relative;
  flex-direction: column;
  align-items: center;
  display: none;
}
.hero-section.type-nine .images .post-to {
  margin-top: -31px;
  z-index: 1;
  margin-left: 100px;
}
.hero-section.type-nine .images .organizations {
  margin-top: -60px;
  margin-right: 170px;
}
.hero-section.type-nine .content .image .tag.name {
  position: absolute;
  bottom: 39%;
  right: 9%;
}
@media (max-width: 589px) {
  .hero-section.type-nine .content .image .tag.name {
    bottom: 45%;
  }
}
.hero-section.type-nine .content img {
  margin-left: auto;
  margin-right: -16vw;
  min-width: calc(100% + 80px);
  margin-bottom: 30px;
}
@media (max-width: 426px) {
  .hero-section.type-nine .content img {
    margin-right: -10vw;
    min-width: calc(100% + 40px);
  }
}
@media (min-width: 992px) {
  .hero-section.type-nine {
    padding-bottom: 0;
    text-align: left;
  }
  .hero-section.type-nine .container {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 2%;
  }
  .hero-section.type-nine .content {
    width: 45%;
    padding-top: 30px;
  }
  .hero-section.type-nine .content .image {
    display: none;
  }
  .hero-section.type-nine .images {
    width: 55%;
    display: block;
  }
  .hero-section.type-nine .images .main-image .tag.name {
    position: absolute;
    right: 0%;
    bottom: 13%;
  }
  .hero-section.type-nine .images .main-image img {
    margin-left: auto;
    max-width: 75%;
    transform: translateX(47px);
  }
  .hero-section.type-nine .images .post-to {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 22%;
    max-width: 55%;
    margin: 0;
  }
  .hero-section.type-nine .images .organizations {
    position: absolute;
    left: 7%;
    bottom: 28%;
    z-index: -1;
    max-width: 46%;
    margin: 0;
  }
  .hero-section.type-nine .heading .h1 {
    font-size: 64px;
  }
  .hero-section.type-nine .text-block {
    max-width: 535px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .hero-section.type-nine .images .post-to {
    max-width: 50%;
  }
  .hero-section.type-nine .images .organizations {
    max-width: 42%;
  }
}
@media (min-width: 992px) {
  .hero-section.type-nine .heading .h1 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .hero-section.type-nine .heading .h1 {
    font-size: 54px;
  }
}
@media (min-width: 1400px) {
  .hero-section.type-nine .heading .h1 {
    font-size: 64px;
  }
}

.section.schools-apps-mockups {
  margin-bottom: 40px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.section.schools-apps-mockups .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section.schools-apps-mockups .section-title {
  display: inline-flex;
  flex-direction: column;
  border-radius: 12px;
  background: linear-gradient(122deg, #FCF6FF 0%, #EBCBFF 100%);
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #443354;
  margin-bottom: 20px;
  padding: 5px 24px;
  position: relative;
}
@media (min-width: 992px) {
  .section.schools-apps-mockups .section-title::after {
    position: absolute;
    bottom: 27px;
    left: 118px;
    height: 338px;
    width: 606px;
    content: "";
    z-index: -1;
    background: url(/images/thrillshare-media/connect-line.svg) no-repeat top right;
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  .section.schools-apps-mockups .section-title::after {
    bottom: 30px;
    left: 118px;
    height: 392px;
    width: 688px;
  }
}
@media (min-width: 1400px) {
  .section.schools-apps-mockups .section-title::after {
    bottom: -56px;
    left: 236px;
    height: 509px;
    width: 636px;
  }
}
.section.schools-apps-mockups .apps-mockups {
  position: relative;
  width: 100%;
  min-width: 1200px;
  display: flex;
  justify-content: center;
  gap: 25px;
}
.section.schools-apps-mockups .apps-mockups::before {
  position: absolute;
  top: -70px;
  left: -25px;
  right: -25px;
  bottom: 20%;
  z-index: -2;
  background: linear-gradient(111deg, var(--orange-30) 36.06%, var(--fuchsia-30) 100%);
  border-radius: 30px;
  content: "";
}
.section.schools-apps-mockups .apps-mockups::after {
  position: absolute;
  top: -67px;
  left: -22px;
  right: -22px;
  bottom: calc(20% + 3px);
  z-index: -1;
  background: #FFF;
  border-radius: 27px;
  content: "";
}
@media (min-width: 768px) {
  .section.schools-apps-mockups {
    padding-top: 30px;
    margin-bottom: 60px;
  }
  .section.schools-apps-mockups .section-title {
    flex-direction: row;
    font-size: 24px;
    gap: 5px;
  }
  .section.schools-apps-mockups .apps-mockups::before {
    top: -40px;
  }
  .section.schools-apps-mockups .apps-mockups::after {
    top: -37px;
  }
}
.section.dynamic-updates {
  position: relative;
  padding-top: clamp(50px, -33.333px + 0.093 * 100vw, 100px);
  margin-bottom: 20px;
}
.section.dynamic-updates::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 661px;
  max-height: 80%;
  opacity: 0.3;
  background: linear-gradient(180deg, #F7A199 15.64%, rgba(246, 233, 216, 0) 77.98%);
  content: "";
  z-index: -1;
}
.section.dynamic-updates .top-section {
  text-align: center;
  max-width: 660px;
  margin-inline: auto;
}
.section.dynamic-updates .top-section .heading {
  max-width: 640px;
  margin-inline: auto;
}
.section .steps-buttons {
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
  margin-bottom: 40px;
  position: relative;
}
.section .steps-buttons::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #000;
}
.section .steps-buttons .button {
  border-radius: 8px;
  border: 1px solid var(--Plum, #503462);
  background: #FFF;
  padding: 15px 50px;
  font-size: 22px;
  font-weight: 700;
  color: var(--dark-purple, #383147);
  text-align: center;
  position: relative;
  isolation: isolate;
}
.section .steps-buttons .button:first-child:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  width: 137px;
  height: 149px;
  z-index: -1;
  background: url(/images/thrillshare-media/Polygon-2.webp) no-repeat center center;
  background-size: contain;
}
@media (min-width: 768px) {
  .section .steps-buttons {
    margin-top: 55px;
    flex-direction: row;
    justify-content: center;
    gap: 9%;
  }
  .section .steps-buttons::after {
    left: 0;
    width: 100%;
    height: 1px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .section .steps-buttons .button {
    font-size: 24px;
  }
}
.section .cards-container {
  margin-bottom: 30px;
}
.section .cards-container .card {
  margin-bottom: 25px;
  border-radius: 12px;
  background: #fcf8f2;
  padding: 35px 20px;
  position: relative;
  isolation: isolate;
}
.section .cards-container .card .text-block p {
  font-size: clamp(18px, 9px + 0.012 * 100vw, 24px);
  margin-bottom: 25px;
}
.section .cards-container .card img {
  margin-inline: auto;
}
.section .cards-container .card .image:not(:last-child) {
  margin-bottom: 15px;
}
.section .cards-container .card.events-card {
  background: linear-gradient(122deg, #FCF6FF 0%, #EBCBFF 100%);
}
.section .cards-container .card.dining-card {
  background: #fffafb;
}
.section .cards-container .card.scores-card {
  background: #edfdff;
}
.section .cards-container .card.news-card {
  background: #feeae8;
}
.section .cards-container .card.staff-card {
  background: #daf4ff;
}
.section .cards-container .card.documents-card {
  background: #cef9ff;
}
@media (min-width: 768px) {
  .section .cards-container {
    display: flex;
    gap: 20px;
  }
  .section .cards-container .col {
    flex: 1;
    flex-grow: 1;
  }
  .section .cards-container .card {
    padding: 30px;
  }
  .section .cards-container .card.events-card .image:not(:last-child) {
    margin-top: 55px;
    margin-bottom: 0;
    max-width: calc(100% - 10px);
  }
  .section .cards-container .card.events-card .image:last-child {
    position: absolute;
    bottom: 90px;
    right: 13px;
  }
  .section .cards-container .card.news-card {
    padding-bottom: 20px;
  }
  .section .cards-container .card.news-card .image:not(:last-child) {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
  }
  .section .cards-container .card.news-card .image:not(:last-child) img {
    margin-left: -15px;
    max-width: calc(100% - 100px);
  }
  .section .cards-container .card.news-card .image:last-child {
    position: absolute;
    z-index: 0;
    bottom: 90px;
    right: 30px;
  }
  .section .cards-container .card.staff-card {
    padding-bottom: 20px;
  }
  .section .cards-container .card.staff-card .image:not(:last-child) {
    margin-bottom: 130px;
    max-width: calc(100% - 120px);
  }
  .section .cards-container .card.staff-card .image:not(:last-child) img {
    margin-left: 0;
  }
  .section .cards-container .card.staff-card .image:last-child {
    position: absolute;
    right: 40px;
    bottom: 40px;
    max-width: 75%;
  }
  .section .cards-container .card.staff-card .image:last-child img {
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
  }
  .section .cards-container .card.documents-card img {
    -webkit-filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.06));
  }
}
@media (min-width: 1200px) {
  .section .cards-container .card {
    padding: 35px 40px;
  }
}
.section.cms-section {
  background: linear-gradient(111deg, #503462 0%, #383147 67.75%);
  color: #FFF;
  padding-top: clamp(60px, 10px + 0.056 * 100vw, 90px);
}
.section.cms-section .text-block > *, .section.cms-section .heading > * {
  color: #FFF;
}
.section.cms-section .top-section {
  text-align: center;
  max-width: 940px;
  margin-inline: auto;
  margin-bottom: clamp(40px, -43.333px + 0.093 * 100vw, 90px);
}
.section.cms-section .top-section .text-block {
  margin-inline: auto;
  max-width: 840px;
}
.section.cms-section .drag-and-drop {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.section.cms-section .drag-and-drop .col {
  position: relative;
  isolation: isolate;
}
.section.cms-section .drag-and-drop .col::before {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -30%;
  width: min(918px, 70vw);
  min-width: 600px;
  aspect-ratio: 1/1;
  border-radius: 50vw;
  background: radial-gradient(50% 50% at 50% 50%, #2C1D36 0%, rgba(56, 36, 69, 0) 100%);
  z-index: -1;
}
.section.cms-section .drag-and-drop .col:first-child:before {
  bottom: auto;
  top: 20%;
  left: auto;
  right: -30%;
}
.section.cms-section .drag-and-drop .col:first-child .image img {
  min-width: 380px;
}
.section.cms-section .drag-and-drop .cms-components {
  margin-block: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
@media (min-width: 768px) {
  .section.cms-section .drag-and-drop {
    text-align: left;
    gap: 0;
    margin-bottom: 80px;
  }
  .section.cms-section .drag-and-drop .col:first-child {
    width: 40%;
  }
  .section.cms-section .drag-and-drop .col:first-child .image img {
    min-width: 852px;
  }
  .section.cms-section .drag-and-drop .col:last-child {
    width: 60%;
    padding-right: 5%;
  }
  .section.cms-section .drag-and-drop .heading, .section.cms-section .drag-and-drop .text-block {
    max-width: 508px;
  }
  .section.cms-section .drag-and-drop .cms-components {
    min-height: 300px;
    position: relative;
    width: 100%;
    display: block;
    --initial-position: 5px;
    --gap: 15px;
    --button-width: 83px;
  }
  .section.cms-section .drag-and-drop .cms-components .component {
    position: absolute;
    width: var(--button-width);
  }
  .section.cms-section .drag-and-drop .cms-components .component:nth-child(1) {
    top: 20px;
    left: 30px;
  }
  .section.cms-section .drag-and-drop .cms-components .component:nth-child(2) {
    top: 70px;
    left: calc(var(--initial-position) + var(--gap) + var(--button-width));
  }
  .section.cms-section .drag-and-drop .cms-components .component:nth-child(3) {
    top: 50px;
    left: calc(var(--initial-position) + (var(--gap) + var(--button-width)) * 2);
  }
  .section.cms-section .drag-and-drop .cms-components .component:nth-child(4) {
    top: 20px;
    left: calc(var(--initial-position) + (var(--gap) + var(--button-width)) * 3);
  }
  .section.cms-section .drag-and-drop .cms-components .component:nth-child(5) {
    top: -40px;
    left: calc(var(--initial-position) + (var(--gap) + var(--button-width)) * 4);
  }
  .section.cms-section .drag-and-drop .cms-components .component:nth-child(6) {
    top: -150px;
    left: calc(var(--initial-position) + (var(--gap) + var(--button-width)) * 4 + 30px);
  }
  .section.cms-section .drag-and-drop .cms-components .component:nth-child(7) {
    top: 150px;
    left: 0;
  }
  .section.cms-section .drag-and-drop .cms-components .component:nth-child(8) {
    top: 200px;
    left: calc(var(--gap) + var(--button-width));
  }
  .section.cms-section .drag-and-drop .cms-components .component:nth-child(9) {
    top: 190px;
    left: calc((var(--gap) + var(--button-width)) * 2);
  }
  .section.cms-section .drag-and-drop .cms-components .component:nth-child(10) {
    top: 170px;
    left: calc((var(--gap) + var(--button-width)) * 3);
  }
  .section.cms-section .drag-and-drop .cms-components .component:nth-child(11) {
    top: 190px;
    left: calc((var(--gap) + var(--button-width)) * 4);
  }
  .section.cms-section .drag-and-drop .cms-components .component:nth-child(12) {
    top: 75px;
    left: calc((var(--gap) + var(--button-width)) * 4 + 40px);
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .section.cms-section .drag-and-drop .cms-components {
    --initial-position: 15px;
    --gap: 35px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .section.cms-section .drag-and-drop .cms-components {
    --initial-position: 30px;
    --gap: 55px;
  }
}
.section.cms-section .text-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  text-align: center;
  margin-bottom: 55px;
  position: relative;
  isolation: isolate;
}
.section.cms-section .text-image::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(918px, 70vw);
  min-width: 600px;
  aspect-ratio: 1/1;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50vw;
  background: radial-gradient(50% 50% at 50% 50%, #2C1D36 0%, rgba(56, 36, 69, 0) 100%);
  z-index: -1;
}
@media (min-width: 768px) {
  .section.cms-section .text-image {
    flex-direction: row;
    text-align: left;
    margin-bottom: clamp(40px, -10px + 0.056 * 100vw, 70px);
  }
  .section.cms-section .text-image .content {
    width: 40%;
  }
  .section.cms-section .text-image .image {
    width: 60%;
  }
  .section.cms-section .text-image .image img {
    margin-left: auto;
  }
  .section.cms-section .text-image.row-reverse-768 .image {
    width: 54%;
  }
  .section.cms-section .text-image.row-reverse-768 .image img {
    margin-left: 0;
  }
  .section.cms-section .text-image.row-reverse-768 .content {
    width: 46%;
  }
}
.section.cms-section .advanced-settings {
  text-align: center;
  margin-bottom: 55px;
  position: relative;
  isolation: isolate;
}
.section.cms-section .advanced-settings::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(918px, 70vw);
  min-width: 600px;
  aspect-ratio: 1/1;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50vw;
  background: radial-gradient(50% 50% at 50% 50%, #2C1D36 0%, rgba(56, 36, 69, 0) 100%);
  z-index: -1;
}
.section.cms-section .advanced-settings .images {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-top: 35px;
}
@media (min-width: 992px) {
  .section.cms-section .advanced-settings {
    padding-top: 35px;
  }
  .section.cms-section .advanced-settings .content {
    max-width: 1018px;
    margin-inline: auto;
    padding-left: 170px;
    padding-right: 170px;
  }
  .section.cms-section .advanced-settings .images {
    margin-top: 65px;
    justify-content: space-around;
    padding-inline: 3%;
    flex-wrap: nowrap;
  }
  .section.cms-section .advanced-settings .images .image.ga {
    position: absolute;
    left: 0;
    top: -210px;
  }
  .section.cms-section .advanced-settings .images .image.gtm {
    position: absolute;
    right: 0;
    top: -210px;
  }
}
@media (min-width: 1200px) {
  .section.cms-section .advanced-settings .images .image.ga {
    left: 5%;
  }
  .section.cms-section .advanced-settings .images .image.gtm {
    right: 5%;
  }
}
.section.cms-section .ada-standards {
  text-align: center;
  position: relative;
  padding-bottom: 135px;
  isolation: isolate;
}
.section.cms-section .ada-standards::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 700px;
  content: "";
  background: url(/images/thrillshare-media/ada-shape-bg.svg) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
  min-width: 900px;
}
.section.cms-section .ada-standards .images {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 20px;
  margin-top: 40px;
  isolation: isolate;
}
.section.cms-section .ada-standards .images .image.video-subt, .section.cms-section .ada-standards .images .image.keyboard {
  margin-left: 120px;
}
.section.cms-section .ada-standards .actions {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}
@media (min-width: 992px) {
  .section.cms-section .ada-standards {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 0;
  }
  .section.cms-section .ada-standards::after {
    left: auto;
    right: 0;
    transform: none;
    min-width: unset;
    width: 55%;
    height: 415px;
  }
  .section.cms-section .ada-standards .content {
    width: 45%;
    padding-top: 30px;
  }
  .section.cms-section .ada-standards .images {
    width: 55%;
    height: 430px;
    position: relative;
  }
  .section.cms-section .ada-standards .images .image {
    position: absolute;
  }
  .section.cms-section .ada-standards .images .image.video-subt {
    margin: 0;
    right: 40px;
    top: 0;
  }
  .section.cms-section .ada-standards .images .image.font-size {
    top: 150px;
    right: 240px;
  }
  .section.cms-section .ada-standards .images .image.keyboard {
    margin: 0;
    left: 106px;
    bottom: 55px;
  }
  .section.cms-section .ada-standards .images .image.alt-img {
    bottom: 30px;
    right: 40px;
  }
  .section.cms-section .ada-standards .actions {
    position: static;
    bottom: 0;
    left: 0;
    transform: none;
    text-align: left !important;
    margin-top: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section.cms-section .ada-standards::after {
    width: 60%;
  }
  .section.cms-section .ada-standards .images .image.video-subt, .section.cms-section .ada-standards .images .image.alt-img {
    right: 25px;
  }
  .section.cms-section .ada-standards .images .image.keyboard {
    left: 13px;
  }
  .section.cms-section .ada-standards .images .image.font-size {
    right: 210px;
  }
}
.section.two-cols.alerts-notifications {
  text-align: center;
  position: relative;
  isolation: isolate;
}
.section.two-cols.alerts-notifications .top-section {
  text-align: center;
  max-width: 850px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.section.two-cols.alerts-notifications .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
}
.section.two-cols.alerts-notifications .top-content {
  margin-bottom: 40px;
}
.section.two-cols.alerts-notifications .item {
  margin-bottom: 40px;
}
.section.two-cols.alerts-notifications .item:last-child {
  margin-bottom: 0;
}
.section.two-cols.alerts-notifications .images, .section.two-cols.alerts-notifications {
  position: relative;
  isolation: isolate;
}
.section.two-cols.alerts-notifications .images:after, .section.two-cols.alerts-notifications:after {
  position: absolute;
  width: 110vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20%;
  content: "";
  z-index: -1;
  background: url(/images/thrillshare-media/phone-lines.svg) no-repeat right bottom;
}
.section.two-cols.alerts-notifications::after {
  display: none;
}
@media (min-width: 768px) {
  .section.two-cols.alerts-notifications {
    text-align: left;
    margin-bottom: 0;
  }
  .section.two-cols.alerts-notifications:after {
    width: 74%;
    bottom: 20px;
    left: auto;
    transform: none;
    right: 0;
    background-position: left bottom;
    background-size: 100% 100%;
    display: block;
  }
  .section.two-cols.alerts-notifications .top-section {
    margin-bottom: 80px;
  }
  .section.two-cols.alerts-notifications .images::after {
    display: none;
  }
  .section.two-cols.alerts-notifications .row {
    gap: 30px;
  }
  .section.two-cols.alerts-notifications .col {
    width: 50%;
  }
  .section.two-cols.alerts-notifications .col:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }
  .section.two-cols.alerts-notifications .col:last-child {
    position: relative;
    isolation: isolate;
    padding-right: 5%;
    padding-bottom: 100px;
  }
  .section.two-cols.alerts-notifications .col:last-child::after {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(32px);
    content: "";
    z-index: -1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.two-cols.alerts-notifications .row {
    gap: 20px;
  }
  .section.two-cols.alerts-notifications .col:last-child {
    width: 55%;
    padding-right: 10px;
  }
  .section.two-cols.alerts-notifications .col:first-child {
    width: 45%;
  }
}
.section.cards-list-columns {
  margin-bottom: 30px;
}
.section.cards-list-columns .card {
  border-radius: 12px;
  padding: 30px 24px;
  margin-bottom: 30px;
  background: linear-gradient(103deg, rgba(205, 150, 239, 0.4) 9.56%, rgba(235, 203, 255, 0.4) 35.4%, rgba(245, 231, 255, 0.4) 59.82%, rgba(243, 134, 158, 0.4) 90.38%);
}
.section.cards-list-columns .card .heading * {
  color: #5E357A;
  background: linear-gradient(111deg, #5E357A 28.85%, #E22E7E 70.19%, #FF4E9C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.section.cards-list-columns .card ul {
  margin: 0;
}
.section.cards-list-columns .card li {
  position: relative;
  color: var(--dark-purple, #383147);
  display: flex;
  align-items: center;
  gap: 15px;
}
.section.cards-list-columns .card li::before {
  height: 25px;
  min-width: 25px;
  width: 25px;
  border-radius: 50%;
  background: #503462 url(../images/icons/check-white.svg) no-repeat center center;
  content: "";
}
@media (min-width: 768px) {
  .section.cards-list-columns {
    margin-bottom: 45px;
  }
  .section.cards-list-columns .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .section.cards-list-columns .container .col {
    flex: 1;
    flex-grow: 1;
  }
  .section.cards-list-columns .card {
    padding: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .section.cards-list-columns .container {
    gap: 30px;
  }
  .section.cards-list-columns .card {
    padding: 50px 70px;
    margin-bottom: 30px;
  }
}
.section.brand-awareness {
  position: relative;
  isolation: isolate;
  padding-top: clamp(40px, -76.667px + 0.13 * 100vw, 110px);
  text-align: center;
}
.section.brand-awareness::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  content: "";
  opacity: 0.3;
  background: linear-gradient(180deg, #F7A199 15.64%, rgba(246, 233, 216, 0) 77.98%);
  z-index: -1;
}
.section.brand-awareness .top-content {
  margin-bottom: 40px;
}
.section.brand-awareness .item {
  margin-bottom: 45px;
}
.section.brand-awareness .item:last-child {
  margin-bottom: 0;
}
.section.brand-awareness .video {
  margin-inline: auto;
  margin-bottom: 35px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.section.brand-awareness .video video {
  margin-top: -21px;
  margin-left: -24px;
  min-width: calc(100% + 48px);
  margin-bottom: -15px;
}
@media (min-width: 768px) {
  .section.brand-awareness {
    text-align: left;
  }
  .section.brand-awareness .container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
  .section.brand-awareness .col .video {
    margin-top: 60px;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .section.brand-awareness .col:first-child {
    width: 50%;
  }
  .section.brand-awareness .col:last-child {
    width: 49%;
  }
  .section.brand-awareness .col:last-child .top-content .text-block, .section.brand-awareness .col:last-child .item:nth-child(2) .text-block {
    max-width: 550px;
  }
}
@media (min-width: 992px) {
  .section.brand-awareness .container {
    gap: 30px;
  }
}
.section.two-cols.connect-audience {
  padding-top: 40px;
  overflow: visible;
  text-align: center;
}
.section.two-cols.connect-audience .container {
  padding-top: 0;
}
.section.two-cols.connect-audience .image {
  position: relative;
  isolation: isolate;
  width: 100%;
}
.section.two-cols.connect-audience .image::after {
  position: absolute;
  bottom: 0;
  left: -25px;
  right: -25px;
  top: 50px;
  content: "";
  background: url(/images/thrillshare-media/Polygon-gradient.svg) no-repeat right bottom;
  background-size: 100% 100%;
  z-index: -1;
}
.section.two-cols.connect-audience .image img {
  margin-inline: auto;
  margin-top: -50px;
}
.section.two-cols.connect-audience .image .tag.name {
  position: absolute;
  bottom: 30px;
  left: 0;
}
.section.two-cols.connect-audience .col {
  width: 100%;
}
@media (min-width: 768px) {
  .section.two-cols.connect-audience {
    text-align: left;
  }
  .section.two-cols.connect-audience .container {
    gap: 20px;
    padding-bottom: 0;
    position: relative;
    isolation: isolate;
  }
  .section.two-cols.connect-audience .container::after {
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    top: 0;
    content: "";
    background: url(/images/thrillshare-media/Polygon-gradient.svg) no-repeat center center;
    background-size: 100% 100%;
    z-index: -1;
  }
  .section.two-cols.connect-audience .col .text-block {
    max-width: 490px;
  }
  .section.two-cols.connect-audience .col:last-child {
    width: 60%;
    padding-block: 35px;
  }
  .section.two-cols.connect-audience .col:first-child {
    width: 40%;
    position: relative;
    isolation: isolate;
  }
  .section.two-cols.connect-audience .col .image::after {
    display: none;
  }
  .section.two-cols.connect-audience .col .image img {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.two-cols.connect-audience .heading .h2 {
    font-size: 31px;
  }
  .section.two-cols.connect-audience .container {
    align-items: flex-end;
  }
  .section.two-cols.connect-audience .col:last-child {
    width: 50%;
  }
  .section.two-cols.connect-audience .col:first-child {
    width: 50%;
  }
}

/* Home page */
.hero-section.video-hero {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  isolation: isolate;
  text-align: center;
  padding-top: clamp(65px, -93.333px + 0.158 * 100vw, 160px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.hero-section.video-hero .heading > * {
  margin-bottom: 25px;
}
.hero-section.video-hero .content {
  max-width: 815px;
  margin-inline: auto;
  margin-bottom: 30px;
}
.hero-section.video-hero .content p {
  font-size: clamp(22px, 16.324px + 0.008 * 100vw, 28px);
  line-height: 1.3;
  color: #302a3c;
  letter-spacing: 0.05em;
}
.hero-section.video-hero .video {
  position: relative;
  z-index: -1;
  width: calc(100% + 50px);
  height: 100%;
  margin-left: -25px;
  margin-top: -3vw;
  flex: 1;
}
.hero-section.video-hero .video video {
  margin-top: 15px;
  width: auto;
  margin-inline: auto;
  /* height: 100%; */
  max-height: calc(100vh - clamp(65px, -93.333px + 0.158 * 100vw, 160px) - 100px);
  object-fit: contain;
  object-position: center bottom;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 14%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 84%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 768px) {
  .hero-section.video-hero {
    height: 100vh;
    max-height: 940px;
  }
  .hero-section.video-hero .video {
    width: 100%;
    height: auto;
    max-height: 100%;
    z-index: -1;
    margin: 0;
  }
  .hero-section.video-hero .video video {
    position: absolute;
    width: auto;
    height: 100%;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}

.section.two-cols.community {
  background: linear-gradient(122deg, #fcf6ff 0%, #ebcbff 100%);
  padding-top: 45px;
  padding-bottom: 0;
  text-align: center;
}
.section.two-cols.community .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.section.two-cols.community .image {
  position: relative;
  padding-left: 170px;
  isolation: isolate;
}
.section.two-cols.community .image img {
  margin-left: auto;
}
.section.two-cols.community .tags {
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: 57%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.section.two-cols.community .tag {
  background-color: #fff;
  border-radius: 50px;
  padding: 7px 10px;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  position: relative;
}
.section.two-cols.community .tag:first-child {
  z-index: -1;
}
.section.two-cols.community .tag:nth-child(3) {
  z-index: -1;
  margin-right: 30px;
  padding-right: 36px;
}
.section.two-cols.community .tag.name {
  font-size: 13px;
  padding: 2px 5px;
  margin-right: -90px;
}
@media (max-width: 589px) {
  .section.two-cols.community .tags {
    top: 5%;
    bottom: 10%;
    right: 43%;
  }
  .section.two-cols.community .tag:nth-child(3) {
    padding-right: 20px;
  }
}
@media (max-width: 426px) {
  .section.two-cols.community .tags {
    text-align: left;
    top: 1%;
    bottom: 3%;
  }
  .section.two-cols.community .tag:nth-child(2) {
    z-index: -1;
  }
  .section.two-cols.community .tag:nth-child(4) {
    white-space: nowrap;
  }
  .section.two-cols.community .image {
    padding-left: 140px;
  }
}
@media (min-width: 768px) {
  .section.two-cols.community {
    text-align: left;
  }
  .section.two-cols.community .row {
    gap: 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .section.two-cols.community .col .text-block {
    max-width: 440px;
  }
  .section.two-cols.community .col:first-child {
    width: 45%;
    padding-bottom: 30px;
  }
  .section.two-cols.community .col:last-child {
    flex-grow: 1;
  }
  .section.two-cols.community .tags {
    right: 48%;
  }
  .section.two-cols.community .tag {
    white-space: nowrap;
    font-size: 18px;
    border-radius: 65px;
    padding: 10px 20px;
  }
  .section.two-cols.community .tag.name {
    font-size: 15px;
    padding: 3px 8px;
  }
}
@media (min-width: 992px) {
  .section.two-cols.community {
    padding-top: 65px;
  }
  .section.two-cols.community .row {
    align-items: center;
  }
  .section.two-cols.community .image {
    padding-left: 220px;
  }
  .section.two-cols.community .tag:nth-child(3) {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .section.two-cols.community .tags {
    right: 52%;
  }
  .section.two-cols.community .tag {
    font-size: 21px;
    border-radius: 85px;
    padding: 15px 30px;
  }
  .section.two-cols.community .tag.name {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.section.thrillshare-media-brand {
  text-align: center;
  margin-bottom: 25px;
}
.section.thrillshare-media-brand .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  isolation: isolate;
  padding: 70px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section.thrillshare-media-brand .container {
    padding: 100px;
    padding-bottom: 0;
  }
}
.section.thrillshare-media-brand .heading {
  max-width: 560px;
}
.section.thrillshare-media-brand .text-block {
  max-width: 580px;
}
.section.thrillshare-media-brand .social-icons {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  max-width: 1075px;
}
.section.thrillshare-media-brand .social-icons .icon {
  position: absolute;
  max-width: 55px;
}
.section.thrillshare-media-brand .social-icons .icon.fb {
  bottom: 40px;
  left: 0;
}
.section.thrillshare-media-brand .social-icons .icon.tw {
  bottom: 50px;
  right: 20px;
}
.section.thrillshare-media-brand .social-icons .icon.in {
  top: 147px;
  right: 0;
}
.section.thrillshare-media-brand .social-icons .icon.comment {
  top: 137px;
  left: 0;
}
.section.thrillshare-media-brand .social-icons .icon.phone {
  top: 0;
  left: 180px;
}
.section.thrillshare-media-brand .social-icons .icon.notifications {
  top: 0;
  right: 139px;
}
@media (min-width: 992px) {
  .section.thrillshare-media-brand .social-icons .icon {
    max-width: 90px;
  }
  .section.thrillshare-media-brand .social-icons .icon.fb {
    bottom: 40px;
    left: 60px;
  }
  .section.thrillshare-media-brand .social-icons .icon.tw {
    bottom: 50px;
    right: 75px;
  }
}
@media (min-width: 1200px) {
  .section.thrillshare-media-brand .social-icons .icon.fb {
    left: 90px;
  }
  .section.thrillshare-media-brand .social-icons .icon.tw {
    right: 133px;
  }
}
@media (max-width: 589px) {
  .section.thrillshare-media-brand {
    padding-top: 20px;
  }
  .section.thrillshare-media-brand .container {
    padding-inline: 35px;
  }
  .section.thrillshare-media-brand .social-icons .icon.notifications {
    right: 89px;
    top: -15px;
  }
  .section.thrillshare-media-brand .social-icons .icon.phone {
    left: 80px;
    top: -15px;
  }
  .section.thrillshare-media-brand .social-icons .icon.comment {
    left: 0;
    top: 0;
  }
  .section.thrillshare-media-brand .social-icons .icon.fb {
    bottom: auto;
    top: 165px;
    left: -20px;
  }
  .section.thrillshare-media-brand .social-icons .icon.tw {
    bottom: auto;
    top: 165px;
    right: -20px;
  }
  .section.thrillshare-media-brand .social-icons .icon.in {
    top: 0;
    right: 0;
  }
}
.section.scroller-tags {
  padding-block: clamp(50px, 2.703px + 0.068 * 100vw, 100px);
  margin: 0;
}
.section.scroller-tags .scroller-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  gap: 15px;
  white-space: nowrap;
}
.section.scroller-tags .scroller-container .tag {
  border-radius: 12px;
  background: #f4e2ff;
  padding: 11px 24px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.section.scroller-tags .scroller-container .tag.color-two {
  background: #e3fafd;
}
.section.scroller-tags .scroller-container .tag.color-three {
  background: #fef3f2;
}
.section.scroller-tags .scroller-container .tag.color-four {
  background: #dce9fd;
}
.section.scroller-tags .scroller-container .tag.color-five {
  background: #f8d8e7;
}
.section.scroller-tags .scroller-container .tag.color-six {
  background: #f4e2ff;
}
.section.scroller-tags .scroller-container .tag.color-seven {
  background: #e3fafd;
}
.section.scroller-tags .scroller-container .tag.color-eight {
  background: #fef3f2;
}
.section.scroller-tags .scroller-container .tag.color-nine {
  background: #dce9fd;
}
.section.alternate-image-text.thrillshare-rooms-audience {
  text-align: center;
  overflow: visible;
}
.section.alternate-image-text.thrillshare-rooms-audience .row .image:not(:last-child),
.section.alternate-image-text.thrillshare-rooms-audience .row .images:not(:last-child) {
  margin-bottom: 30px;
}
.section.alternate-image-text.thrillshare-rooms-audience .row.row-reverse-768 .images {
  display: flex;
  gap: 5%;
  position: relative;
  isolation: isolate;
  justify-content: center;
}
.section.alternate-image-text.thrillshare-rooms-audience .row.row-reverse-768 .images::after {
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/homepage/Polygon-2.webp) no-repeat bottom right;
  background-size: contain;
  z-index: -1;
}
.section.alternate-image-text.thrillshare-rooms-audience .row.row-reverse-768 .images .image {
  max-width: 44%;
}
.section.alternate-image-text.thrillshare-rooms-audience .row.row-reverse-768 .images .image:first-child {
  padding-top: 160px;
  position: relative;
}
.section.alternate-image-text.thrillshare-rooms-audience .row.row-reverse-768 .images .image:first-child::after {
  position: absolute;
  right: 0;
  top: 20px;
  width: 100%;
  height: 130px;
  content: "";
  background: url(../images/homepage/arrow.svg) no-repeat right top;
  background-size: contain;
}
@media (min-width: 768px) {
  .section.alternate-image-text.thrillshare-rooms-audience {
    text-align: left;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .container > .heading {
    max-width: 560px;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .container > .heading * {
    margin-bottom: 0;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .row {
    align-items: flex-start;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .row .col {
    flex-grow: 1;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .row:not(.row-reverse-768) .col:first-child {
    width: 35%;
    padding-right: 2%;
    padding-top: 30px;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .row:not(.row-reverse-768) .images {
    position: relative;
    margin-bottom: 0;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .row:not(.row-reverse-768) .images .image:first-child {
    margin-right: 100px;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .row:not(.row-reverse-768) .images .image:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    max-width: 31%;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .row.row-reverse-768 .heading {
    max-width: 460px;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .row.row-reverse-768 .images {
    margin-top: -115px;
    margin-bottom: 0;
    padding-left: 4%;
    justify-content: flex-start;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .row.row-reverse-768 .images .image:first-child::after {
    right: -15px;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .row.row-reverse-768 .col:last-child {
    width: 52%;
    padding-right: 3%;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .row.row-reverse-768 .col:first-child {
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section.alternate-image-text.thrillshare-rooms-audience .row.row-reverse-768 .col:last-child {
    width: 39%;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .row.row-reverse-768 .images {
    margin-top: -36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.alternate-image-text.thrillshare-rooms-audience .row:not(.row-reverse-768) .images {
    padding-top: 25px;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .row.row-reverse-768 .images {
    margin-top: 5px;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .row.row-reverse-768 .images::after {
    bottom: 0;
    right: -15%;
  }
  .section.alternate-image-text.thrillshare-rooms-audience .row.row-reverse-768 .images .image:first-child::after {
    height: 85px;
    right: 0;
    top: 63px;
  }
}
.section.box-content.chat-now .container {
  gap: 0;
  background: linear-gradient(103deg, rgba(205, 150, 239, 0.4) 9.56%, rgba(235, 203, 255, 0.4) 35.4%, rgba(245, 231, 255, 0.4) 59.82%, rgba(243, 134, 158, 0.4) 90.38%);
}
@media (min-width: 768px) {
  .section.box-content.chat-now .container {
    flex-direction: column;
  }
}
.section.districts-testimonials {
  text-align: center;
}
.section.districts-testimonials .districts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  align-items: center;
  padding-block: clamp(30px, -26.757px + 0.081 * 100vw, 90px);
  max-width: 1095px;
  margin-inline: auto;
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 65%, rgb(0, 0, 0) 100%);
}
.section.districts-testimonials .testimonials .testimonial {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}
.section.districts-testimonials .testimonials .testimonial .image-name {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.section.districts-testimonials .testimonials .testimonial .image {
  min-width: 48px;
  min-height: 48px;
}
.section.districts-testimonials .testimonials .testimonial .name {
  line-height: 1.2;
  font-size: 17px;
  letter-spacing: 0.03em;
}
.section.districts-testimonials .testimonials .testimonial .name strong {
  display: block;
  font-weight: 600;
}
@media (min-width: 768px) {
  .section.districts-testimonials .testimonials {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    text-align: left;
  }
  .section.districts-testimonials .testimonials .testimonial {
    align-items: flex-start;
    flex: 1;
    max-width: 30%;
  }
}
@media (min-width: 1200px) {
  .section.districts-testimonials .testimonials .testimonial .name {
    font-size: 18px;
  }
  .section.districts-testimonials .testimonials .text p {
    font-size: 20px;
  }
}
.section.explore-apptegy {
  padding-block: clamp(40px, -26.667px + 0.074 * 100vw, 80px);
}
.section.explore-apptegy .three-cols-articles {
  gap: 50px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .section.explore-apptegy .three-cols-articles {
    gap: 25px;
  }
  .section.explore-apptegy .three-cols-articles .image {
    margin-bottom: 30px;
  }
}

.home-page .section.call-to-action .container {
  position: relative;
  isolation: isolate;
}
.home-page .section.call-to-action .container::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/homepage/lines-shapes.webp) no-repeat right bottom;
  background-size: 100% 100%;
  z-index: -1;
}
.home-page .section.call-to-action p.lead {
  font-size: clamp(20px, 16.216px + 0.005 * 100vw, 24px);
  max-width: 800px;
}

.hero-section.video-hero .container {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-timing-function: ease-out;
}

/* Infinite scrolling */
.scroller-tags[data-animated=true] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller-tags[data-animated=true] .scroller-container {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}
.scroller-tags[data-animated=true] .scroller-container:hover {
  animation-play-state: paused;
}

.scroller-tags[data-direction=right] {
  --_animation-direction: reverse;
}

.scroller-tags[data-direction=left] {
  --_animation-direction: forwards;
}

.scroller-tags[data-speed=fast] {
  --_animation-duration: 20s;
}

.scroller-tags[data-speed=slow] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
/* 404 page */
.page-not-found {
  background: linear-gradient(180deg, #D3A7EF -14.77%, #E7D7E7 21.1%, rgba(255, 206, 217, 0) 78.48%);
}

.section.not-found {
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.section.not-found .row {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.section.not-found .heading {
  position: relative;
  isolation: isolate;
  display: inline-block;
}
.section.not-found .heading::before {
  position: absolute;
  left: -9px;
  top: -45px;
  width: 100px;
  height: 109px;
  content: "";
  background: url(../images/page-not-found/404.png) no-repeat;
  background-size: contain;
}
.section.not-found .heading .h1 {
  font-size: 40px;
}
.section.not-found .text-block p {
  font-size: 20px;
}
.section.not-found .text-block p:not(:first-child) {
  margin-bottom: 20px;
}
.section.not-found .text-block p a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  color: #333;
  display: inline-block;
  position: relative;
}
.section.not-found .text-block p a:hover {
  text-decoration: none;
}
.section.not-found .col:last-child {
  position: relative;
  isolation: isolate;
}
.section.not-found .col:last-child::before {
  position: absolute;
  left: -55px;
  bottom: -47px;
  width: 115px;
  height: 83px;
  content: "";
  background: url(../images/page-not-found/bottom-paper.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.section.not-found .actions {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .section.not-found {
    text-align: left;
  }
  .section.not-found .heading .h1 {
    margin-bottom: 0;
    font-size: 60px;
  }
  .section.not-found .heading::after {
    position: absolute;
    right: -41px;
    top: -22px;
    width: 100px;
    height: 115px;
    content: "";
    background: url(../images/page-not-found/top-paper.png) no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .section.not-found .row {
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
  }
  .section.not-found .col:first-child {
    padding-left: 1%;
    max-width: calc(100% - 415px);
  }
  .section.not-found .col:last-child {
    padding-block: 40px;
    min-width: 415px;
  }
  .section.not-found .image {
    width: 801px;
    margin-top: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.not-found .image {
    width: 620px;
  }
  .section.not-found .col:last-child::before {
    bottom: -17px;
  }
  .section.not-found .section.not-found .col:last-child {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .section.not-found .text-block p {
    font-size: 22px;
  }
  .section.not-found .heading .h1 {
    font-size: 87px;
  }
  .section.not-found .heading::before {
    left: 0;
    top: -47px;
    width: 120px;
  }
  .section.not-found .col:first-child {
    max-width: calc(100% - 518px);
    padding-left: 5%;
  }
  .section.not-found .col:last-child {
    min-width: 518px;
  }
}
@media (max-width: 767px) {
  .section.not-found .heading::before {
    width: 90px;
  }
  .section.not-found .col {
    width: 100%;
  }
  .section.not-found .image {
    width: 500px;
    margin-inline: auto;
  }
  .section.not-found .text-block br {
    display: none;
  }
  .section.not-found .col:last-child {
    margin-top: -20px;
  }
  .section.not-found .col:last-child::before {
    width: 80px;
  }
}

/* School brand page */
.hero-section.type-ten {
  overflow: visible;
  background: linear-gradient(122deg, #FCF6FF 0%, #EBCBFF 100%);
}
.hero-section.type-ten .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.hero-section.type-ten .col .images {
  position: relative;
  margin-bottom: 30px;
}
.hero-section.type-ten .col .image:last-child {
  position: absolute;
  right: -15px;
  bottom: -24px;
  max-width: 35%;
  max-height: 95%;
  display: flex;
}
.hero-section.type-ten .col .image:last-child img {
  max-height: 100%;
}
@media (min-width: 768px) {
  .hero-section.type-ten {
    padding-bottom: 0;
    margin-bottom: 45px;
  }
  .hero-section.type-ten .row {
    gap: 35px;
    justify-content: space-between;
  }
  .hero-section.type-ten .col:last-child {
    width: max(39%, 350px);
    padding-bottom: 35px;
  }
  .hero-section.type-ten .col .images {
    margin-bottom: 0;
  }
  .hero-section.type-ten .col .image:first-child {
    margin-bottom: -30px;
  }
  .hero-section.type-ten .col .image:last-child {
    right: -25px;
    bottom: -64px;
    max-height: 98%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section.type-ten .col .image:last-child {
    bottom: -25px;
  }
}
@media (min-width: 1400px) {
  .hero-section.type-ten .container {
    min-width: 1306px;
  }
}

.section .features-list .item {
  display: flex;
  gap: 30px;
  margin-bottom: 45px;
}
.section .features-list .item > * {
  flex: 1;
}
.section .features-list .icon {
  max-width: 50px;
}
.section .features-list .heading .h5 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .section .features-list .item {
    gap: 20px;
    margin-bottom: 35px;
    position: relative;
  }
  .section .features-list .item .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .section .features-list .item .icon img {
    max-height: 50px;
  }
  .section .features-list .item .heading {
    padding-left: 70px;
    min-height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}
.section.school-brand {
  overflow: visible;
}
.section.school-brand .container .col > .heading {
  text-align: center;
}
.section.school-brand .container .actions {
  text-align: center;
}
.section.school-brand .container .image img {
  margin-inline: auto;
}
.section.school-brand .container .features-list {
  margin-top: 40px;
}
.section.school-brand .container .row:first-child {
  position: relative;
}
.section.school-brand .container .row:first-child .video {
  border-radius: 50%;
}
.section.school-brand .container .row:first-child::before, .section.school-brand .container .row:first-child::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
  height: 278px;
  width: 100vw;
  z-index: -1;
  border-radius: 2000px;
  background: #F5E7FF;
  filter: blur(105px);
}
.section.school-brand .container .row:first-child::after {
  bottom: 70px;
  border-radius: 2000px;
  background: #FDE7D9;
  filter: blur(105px);
  z-index: -2;
}
@media (min-width: 768px) {
  .section.school-brand .container .actions {
    text-align: left;
    padding-left: 80px;
  }
  .section.school-brand .container .col > .heading {
    text-align: left;
  }
  .section.school-brand .container .row:first-child .col:first-child {
    width: 40%;
    max-width: 475px;
  }
  .section.school-brand .container .row:first-child .text-block {
    max-width: 510px;
  }
  .section.school-brand .container .row:last-child .col:first-child {
    width: 65%;
  }
  .section.school-brand .container .row:last-child .col:last-child {
    width: 35%;
  }
  .section.school-brand .container .row:last-child .heading {
    max-width: 100%;
  }
  .section.school-brand .container .row:last-child .text-block {
    max-width: 640px;
  }
  .section.school-brand .container .row:last-child .image {
    margin-left: -77%;
    margin-top: 130px;
  }
  .section.school-brand .container .features-list {
    padding-right: 36%;
    margin-top: 50px;
  }
}
.section .circle-list .item {
  display: flex;
  gap: 20px;
  margin-bottom: 23px;
}
.section .circle-list .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #80539D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .circle-list .icon img {
  max-width: 90%;
  max-height: 90%;
}
.section .circle-list .item:nth-child(2) .icon {
  background-color: var(--orange, #F5897F);
}
.section .circle-list .item:nth-child(3) .icon {
  background-color: var(--fuchsia, #D6355C);
}
.section .circle-list .item:nth-child(4) .icon {
  background-color: var(--teal, #0A8B9D);
}
.section .circle-list .item:nth-child(5) .icon {
  background-color: #402A4E;
}
.section .circle-list .text-block > *:first-child {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .section .circle-list .item {
    position: relative;
  }
  .section .circle-list .item .text-block > *:first-child {
    min-height: 56px;
    margin-bottom: 10px;
    padding-left: 76px;
    display: flex;
    align-items: center;
  }
  .section .circle-list .item .icon {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.section.build-experience {
  background: #F5E7FF;
  padding-block: clamp(50px, -58.333px + 0.12 * 100vw, 115px);
  overflow: visible;
}
.section.build-experience .circle-list {
  margin-bottom: 35px;
}
.section.build-experience .container > .text-block {
  margin-bottom: 30px;
}
.section.build-experience .container > .heading {
  text-align: center;
}
.section.build-experience .actions {
  margin-top: 35px;
}
.section.build-experience .images {
  position: relative;
}
.section.build-experience .images .image:first-child img {
  margin-left: auto;
}
.section.build-experience .images .image:last-child {
  position: absolute;
}
.section.build-experience .col:first-child .images {
  padding-bottom: 30px;
  padding-left: 30px;
  max-width: 390px;
  margin-inline: auto;
}
.section.build-experience .col:first-child .images .image:first-child {
  margin-right: -20px;
}
.section.build-experience .col:first-child .images .image:last-child {
  bottom: -8px;
  left: -8px;
}
@media (min-width: 768px) {
  .section.build-experience .row.two-cols {
    gap: 0;
    align-items: stretch;
  }
  .section.build-experience .container > .text-block {
    max-width: 1130px;
    margin-bottom: 55px;
  }
  .section.build-experience .container > .heading {
    text-align: left;
  }
  .section.build-experience .col:last-child {
    padding-left: 20px;
  }
  .section.build-experience .col:last-child .images {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-top: 55px;
  }
  .section.build-experience .col:last-child .images .image:first-child {
    margin-right: -70px;
  }
  .section.build-experience .col:last-child .images .image:last-child {
    left: 0px;
    bottom: -20px;
    max-height: 80%;
    display: flex;
  }
  .section.build-experience .col:last-child .images .image:last-child img {
    max-height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section.build-experience .col:last-child .images .image:last-child {
    left: -20px;
  }
}
@media (min-width: 768px) {
  .section.build-experience .actions {
    margin-top: 45px;
  }
}
.section.text-image-cols .col:first-child .video {
  margin-bottom: 30px;
}
.section.text-image-cols .heading {
  text-align: center;
}
.section.text-image-cols.gradient-section {
  position: relative;
  overflow: visible;
}
.section.text-image-cols.gradient-section::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  height: 556px;
  width: 100vw;
  border-radius: 2000px;
  background: #F4E2FF;
  filter: blur(105px);
  z-index: -1;
}
.section.text-image-cols.gradient-section .col:first-child .images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-block: 30px;
}
.section.text-image-cols.gradient-section .col:first-child .images .image:first-child img {
  border-radius: 10px;
  background: lightgray -13.966px -15.62px/107.801% 102.63% no-repeat, #FFF;
  box-shadow: 0px 0px 58.665px 0px rgba(0, 0, 0, 0.08);
}
.section.text-image-cols.gradient-section .col:first-child .images .image:last-child img {
  border-radius: 14px;
  background: lightgray 0px -0.086px/192.848% 306.635% no-repeat;
  box-shadow: 0px 0px 48.315px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .section.text-image-cols .heading {
    text-align: left;
  }
  .section.text-image-cols .text-block {
    max-width: 465px;
  }
  .section.text-image-cols.gradient-section {
    padding-top: clamp(20px, -46.667px + 0.074 * 100vw, 60px);
  }
  .section.text-image-cols.gradient-section::after {
    top: auto;
    bottom: 20px;
    height: 275px;
  }
  .section.text-image-cols.gradient-section .text-block {
    max-width: 490px;
  }
  .section.text-image-cols.gradient-section .col:first-child {
    max-width: 35%;
  }
  .section.text-image-cols .images {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .section.text-image-cols .images .image:first-child {
    border-radius: 15px;
    background: lightgray 0px -0.086px/192.848% 306.635% no-repeat;
    box-shadow: 0px 0px 48.493px 0px rgba(0, 0, 0, 0.05);
    margin-right: -4%;
  }
  .section.text-image-cols .images .image:last-child {
    border-radius: 12px;
    background: lightgray -16.664px -18.638px/107.801% 102.63% no-repeat, #FFF;
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.08);
  }
}

/* Community Engaged page */
.hero-section.type-eleven .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-section.type-eleven .image {
  padding: 32% 14% 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
}
.hero-section.type-eleven .image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/community-engagement/image-shape.svg) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.hero-section.type-eleven .heading {
  text-align: center;
}
@media (min-width: 768px) {
  .hero-section.type-eleven {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .hero-section.type-eleven .container {
    flex-direction: row;
    align-items: flex-end;
    gap: 30px;
    margin-top: -40px;
  }
  .hero-section.type-eleven .col:first-child {
    width: 57%;
    padding-top: 50px;
  }
  .hero-section.type-eleven .col:last-child {
    flex: 1;
  }
  .hero-section.type-eleven .heading {
    text-align: left;
  }
  .hero-section.type-eleven .text-block {
    max-width: 546px;
  }
  .hero-section.type-eleven .image {
    margin-bottom: 0;
  }
}

.section.box-content.success-stories {
  margin-bottom: 25px;
}
.section.box-content.success-stories .container {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #FFF;
}
.section.box-content.success-stories .container::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(111deg, #F6E9D8 0%, #F7A199 100%);
  opacity: 0.3;
}
.section.box-content.success-stories .container {
  padding-bottom: 0;
  align-items: flex-end;
}
.section.box-content.success-stories .image {
  position: relative;
}
.section.box-content.success-stories .image .tag-name {
  position: absolute;
  bottom: clamp(30px, -13.333px + 0.048 * 100vw, 56px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 1.2;
  color: var(--dark-purple, #383147);
  letter-spacing: 0.42px;
  padding: 4px 8px;
  border-radius: 21px;
  background-color: #FFF;
  text-align: center;
  display: inline-block;
  margin-left: clamp(60px, -48.333px + 0.12 * 100vw, 125px);
  width: max-content;
}
@media (min-width: 768px) {
  .section.box-content.success-stories {
    margin-bottom: 50px;
  }
  .section.box-content.success-stories .container {
    padding-right: clamp(35px, -6.667px + 0.046 * 100vw, 60px);
  }
  .section.box-content.success-stories .image {
    margin-right: -20px;
  }
  .section.box-content.success-stories .text-block {
    max-width: 490px;
    padding-bottom: clamp(35px, -6.667px + 0.046 * 100vw, 60px);
  }
}
.section.box-content.stay-connected {
  margin-bottom: 25px;
}
.section.box-content.stay-connected .container {
  background: linear-gradient(122deg, #FCF6FF 0%, #FCF6FF 0.01%, #EBCBFF 100%);
}
.section.box-content.stay-connected .image {
  margin-bottom: 20px;
}
.section.box-content.stay-connected .heading {
  text-align: center;
}
@media (min-width: 768px) {
  .section.box-content.stay-connected {
    margin-bottom: 50px;
  }
  .section.box-content.stay-connected .container {
    gap: 7%;
    padding-left: clamp(40px, -26.667px + 0.074 * 100vw, 80px);
    padding-right: clamp(35px, -6.667px + 0.046 * 100vw, 60px);
  }
  .section.box-content.stay-connected .container .col:first-child {
    width: 56%;
  }
  .section.box-content.stay-connected .container .col:last-child {
    width: 44%;
  }
  .section.box-content.stay-connected .image {
    margin-bottom: 0;
  }
  .section.box-content.stay-connected .image img {
    filter: drop-shadow(32.778px 32.778px 61.458px rgba(0, 0, 0, 0.25));
  }
  .section.box-content.stay-connected .heading {
    text-align: left;
  }
}
.section.box-content.community-perception .container {
  background: linear-gradient(290deg, #77D7FF 0%, #CFF1FF 67.71%);
}
.section.box-content.community-perception .heading {
  text-align: center;
}
.section.box-content.community-perception .image {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .section.box-content.community-perception .container {
    padding-right: 35px;
    padding-left: clamp(35px, -15px + 0.056 * 100vw, 65px);
    gap: 20px;
  }
  .section.box-content.community-perception .container .col:first-child {
    width: 52%;
  }
  .section.box-content.community-perception .container .col:last-child {
    width: 48%;
  }
  .section.box-content.community-perception .heading {
    text-align: left;
  }
  .section.box-content.community-perception .image {
    margin-bottom: 0;
  }
  .section.box-content.community-perception .image img {
    margin-left: auto;
  }
}

/* Trust page */
.trust-page .section.cover {
  background: linear-gradient(180deg, #D3A7EF 0%, #E7D7E7 39.58%, rgba(255, 206, 217, 0) 100%);
}
.trust-page .section.cover .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.trust-page .section.cover .container .image {
  display: none;
}
@media (min-width: 768px) {
  .trust-page .section.cover .container .image {
    display: block;
    margin-bottom: 22px;
  }
}
.trust-page .section.cover .container .heading {
  text-align: center;
}
.trust-page .section.cover .container .heading .h1 {
  color: #201527;
  font-size: clamp(32px, -34.667px + 0.074 * 100vw, 72px);
}
.trust-page .section.cover .container .content {
  text-align: center;
  max-width: 680px;
}
.trust-page .section.info-panels .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .trust-page .section.info-panels .container {
    flex-direction: row;
  }
}
.trust-page .section.info-panels .container .col {
  flex: 1 1 0px;
  border-radius: 12px;
  padding: 32px;
  position: relative;
}
.trust-page .section.info-panels .container .col.card-1 {
  background: linear-gradient(122deg, #FCF6FF 0%, #EBCBFF 100%);
}
.trust-page .section.info-panels .container .col.card-1 ul > li::before {
  content: url("../images/trust/checkmark-purple.svg");
}
.trust-page .section.info-panels .container .col.card-2 {
  background: linear-gradient(0deg, #FEF3F2 0%, #FEF3F2 100%), #FFF;
}
.trust-page .section.info-panels .container .col.card-2 ul > li::before {
  content: url("../images/trust/checkmark-orange.svg");
}
.trust-page .section.info-panels .container .col.card-3 {
  background: #C6EAFF;
}
.trust-page .section.info-panels .container .col.card-3 ul > li::before {
  content: url("../images/trust/checkmark-blue.svg");
}
.trust-page .section.info-panels .container .col .watermark {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .trust-page .section.info-panels .container .col .watermark {
    display: block;
  }
}
.trust-page .section.info-panels .container .heading .h2 {
  font-size: 24px;
}
.trust-page .section.info-panels .container .text-block ul > li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
.trust-page .section.logos {
  margin: 70px 0;
}
@media (min-width: 992px) {
  .trust-page .section.logos {
    margin: 140px 0 180px 0;
  }
}
.trust-page .section.logos .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 26px 65px;
}
.trust-page .section.page-description .container {
  display: flex;
  gap: 45px;
  flex-direction: column;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .trust-page .section.page-description .container {
    flex-direction: row;
    margin-bottom: 120px;
    gap: 80px;
  }
  .trust-page .section.page-description .container:last-child {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .trust-page .section.page-description .container {
    margin-bottom: 150px;
  }
  .trust-page .section.page-description .container:last-child {
    margin-bottom: 40px;
  }
}
.trust-page .section.page-description .container .col-1 {
  width: 100%;
}
@media (min-width: 992px) {
  .trust-page .section.page-description .container .col-1 {
    width: 40%;
  }
}
.trust-page .section.page-description .container .col-2 {
  width: 100%;
}
@media (min-width: 992px) {
  .trust-page .section.page-description .container .col-2 {
    width: 60%;
  }
}
.trust-page .section.page-description .container .col-2 > ul > li {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-flow: wrap;
}
.trust-page .section.page-description .container .col-2 > ul > li p {
  flex: 1;
  margin-bottom: 0;
}
.trust-page .section.page-description .container .col-2 > ul > li > ul {
  margin-left: 40px;
  margin-top: 8px;
  flex: 1 0 100%;
}
.trust-page .section.page-description .container .col-2 > ul > li > ul > li {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-flow: wrap;
}
.trust-page .section.page-description .container .icon {
  margin-bottom: 24px;
}
.trust-page .section.page-description .container .heading {
  margin-bottom: 32px;
}
.trust-page .section.page-description .container .heading .h2 {
  color: #383147;
  font-size: 40px;
}
.trust-page .section.page-description .container.block-1 .col-2 > ul > li:before {
  flex-shrink: 0;
  content: url("../images/trust/checkmark-purple.svg");
}
.trust-page .section.page-description .container.block-1 .col-2 > ul > li > ul > li::before {
  flex-shrink: 0;
  content: url("../images/trust/dot-purple.svg");
}
.trust-page .section.page-description .container.block-2 .col-2 > ul > li:before {
  flex-shrink: 0;
  content: url("../images/trust/checkmark-orange.svg");
}
.trust-page .section.page-description .container.block-2 .col-2 > ul > li > ul > li::before {
  flex-shrink: 0;
  content: url("../images/trust/dot-orange.svg");
}
.trust-page .section.page-description .container.block-3 .col-2 > ul > li:before {
  flex-shrink: 0;
  content: url("../images/trust/checkmark-blue.svg");
}
.trust-page .section.page-description .container.block-3 .col-2 > ul > li > ul > li::before {
  flex-shrink: 0;
  content: url("../images/trust/dot-blue.svg");
}

/* Social media for schools */
.social-media-for-schools .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.social-media-for-schools .hero-section {
  overflow: visible;
}
.social-media-for-schools .hero-section .heading .h1 {
  color: #333333;
}
.social-media-for-schools .hero-section .content {
  margin-bottom: 50px;
}
.social-media-for-schools .hero-section .content p {
  font-size: 20px;
}
.social-media-for-schools .hero-section .mobile-images {
  position: relative;
  overflow: visible;
}
@media (min-width: 768px) {
  .social-media-for-schools .hero-section .mobile-images {
    display: none;
  }
}
.social-media-for-schools .hero-section .mobile-images .img {
  position: relative;
  z-index: 1;
}
@media (min-width: 590px) {
  .social-media-for-schools .hero-section .mobile-images .img {
    width: 80%;
    margin: 0 auto;
  }
}
.social-media-for-schools .hero-section .mobile-images .shadow-left {
  position: absolute;
  left: -30%;
  top: 50%;
  transform: translateY(-50%);
}
.social-media-for-schools .hero-section .mobile-images .shadow-right {
  position: absolute;
  right: -30%;
  top: 50%;
  transform: translateY(-50%);
}
.social-media-for-schools .hero-section .desktop-images {
  display: none;
  position: relative;
  width: 100%;
  height: 440px;
}
@media (min-width: 768px) {
  .social-media-for-schools .hero-section .desktop-images {
    display: block;
  }
}
@media (min-width: 992px) {
  .social-media-for-schools .hero-section .desktop-images {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  .social-media-for-schools .hero-section .desktop-images {
    height: 540px;
  }
}
@media (min-width: 1400px) {
  .social-media-for-schools .hero-section .desktop-images {
    height: 600px;
  }
}
.social-media-for-schools .hero-section .desktop-images .img {
  position: absolute;
}
.social-media-for-schools .hero-section .desktop-images .img.graphic {
  position: relative;
  width: 70%;
  z-index: 1;
}
@media (min-width: 1200px) {
  .social-media-for-schools .hero-section .desktop-images .img.graphic {
    width: 75%;
  }
}
.social-media-for-schools .hero-section .desktop-images .img.facebook,
.social-media-for-schools .hero-section .desktop-images .img.instagram,
.social-media-for-schools .hero-section .desktop-images .img.twitter {
  scale: 0.7;
}
@media (min-width: 992px) {
  .social-media-for-schools .hero-section .desktop-images .img.facebook,
  .social-media-for-schools .hero-section .desktop-images .img.instagram,
  .social-media-for-schools .hero-section .desktop-images .img.twitter {
    scale: 0.8;
  }
}
@media (min-width: 1200px) {
  .social-media-for-schools .hero-section .desktop-images .img.facebook,
  .social-media-for-schools .hero-section .desktop-images .img.instagram,
  .social-media-for-schools .hero-section .desktop-images .img.twitter {
    scale: 0.9;
  }
}
@media (min-width: 1400px) {
  .social-media-for-schools .hero-section .desktop-images .img.facebook,
  .social-media-for-schools .hero-section .desktop-images .img.instagram,
  .social-media-for-schools .hero-section .desktop-images .img.twitter {
    scale: 1;
  }
}
.social-media-for-schools .hero-section .desktop-images .img.facebook {
  top: -10%;
  right: -3%;
  width: 267px;
  height: 326px;
  z-index: 1;
}
@media (min-width: 992px) {
  .social-media-for-schools .hero-section .desktop-images .img.facebook {
    top: -10%;
    right: 3%;
  }
}
@media (min-width: 1200px) {
  .social-media-for-schools .hero-section .desktop-images .img.facebook {
    top: -10%;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .social-media-for-schools .hero-section .desktop-images .img.facebook {
    top: 0;
    right: 0;
  }
}
.social-media-for-schools .hero-section .desktop-images .img.instagram {
  top: -3%;
  left: 52%;
  width: 287px;
  height: 440px;
  z-index: 2;
}
@media (min-width: 992px) {
  .social-media-for-schools .hero-section .desktop-images .img.instagram {
    top: 5%;
    left: 56%;
  }
}
@media (min-width: 1200px) {
  .social-media-for-schools .hero-section .desktop-images .img.instagram {
    top: 7%;
    left: 62%;
  }
}
@media (min-width: 1400px) {
  .social-media-for-schools .hero-section .desktop-images .img.instagram {
    top: 12%;
    left: 64%;
  }
}
.social-media-for-schools .hero-section .desktop-images .img.twitter {
  bottom: 0;
  right: 27%;
  width: 211px;
  height: 259px;
  z-index: 1;
}
@media (min-width: 992px) {
  .social-media-for-schools .hero-section .desktop-images .img.twitter {
    bottom: 0;
    right: 31%;
  }
}
@media (min-width: 1200px) {
  .social-media-for-schools .hero-section .desktop-images .img.twitter {
    bottom: 0;
    right: 28%;
  }
}
@media (min-width: 1400px) {
  .social-media-for-schools .hero-section .desktop-images .img.twitter {
    bottom: 0;
    right: 30%;
  }
}
.social-media-for-schools .hero-section .desktop-images .shadow-left-1,
.social-media-for-schools .hero-section .desktop-images .shadow-left-2,
.social-media-for-schools .hero-section .desktop-images .shadow-right-1,
.social-media-for-schools .hero-section .desktop-images .shadow-right-2 {
  position: absolute;
}
.social-media-for-schools .hero-section .desktop-images .shadow-left-1 {
  width: 50%;
  top: -20%;
  left: -10%;
}
.social-media-for-schools .hero-section .desktop-images .shadow-left-2 {
  top: -10%;
  left: 0;
}
.social-media-for-schools .hero-section .desktop-images .shadow-right-1 {
  width: 50%;
  bottom: 0%;
  right: -20%;
}
.social-media-for-schools .hero-section .desktop-images .shadow-right-2 {
  bottom: 0%;
  right: -20%;
}
.social-media-for-schools .hero-section .desktop-images .shadow-right-2 {
  bottom: -10%;
  right: 10%;
}
.social-media-for-schools .panels-section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .social-media-for-schools .panels-section {
    flex-direction: row;
  }
}
.social-media-for-schools .panels-section .panel {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .social-media-for-schools .panels-section .panel .top-wrapper {
    height: 521px;
  }
  .social-media-for-schools .panels-section .panel .top-wrapper .container {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .social-media-for-schools .panels-section .panel .top-wrapper .container {
    justify-content: space-between;
  }
}
.social-media-for-schools .panels-section .panel .top-wrapper .image {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .social-media-for-schools .panels-section .panel .bottom-wrapper {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .social-media-for-schools .panels-section .panel .bottom-wrapper {
    height: 250px;
  }
}
.social-media-for-schools .panels-section .top-wrapper,
.social-media-for-schools .panels-section .bottom-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
}
.social-media-for-schools .panels-section .communicate .top-wrapper {
  background: linear-gradient(122deg, #fbf0ff 0%, #dccce7 100%);
}
.social-media-for-schools .panels-section .communicate .bottom-wrapper {
  background: #f5e7ff;
}
.social-media-for-schools .panels-section .grow .top-wrapper {
  background: linear-gradient(122deg, #fcf6ff 0%, #ebcbff 100%);
}
.social-media-for-schools .panels-section .grow .bottom-wrapper {
  background: linear-gradient(122deg, #fcf6ff 0%, #ebcbff 100%);
}
.social-media-for-schools .panels-section .cultivate .top-wrapper {
  background: linear-gradient(90deg, #e5e7f2 111.56%, rgba(230, 232, 243, 0) 192%);
}
.social-media-for-schools .panels-section .cultivate .bottom-wrapper {
  background: #ede6fd;
}
.social-media-for-schools .panels-section .container {
  padding: 32px;
}
.social-media-for-schools .panels-section .h2 {
  color: #382445;
}
@media (min-width: 768px) {
  .social-media-for-schools .craft-post {
    display: grid;
  }
}
.social-media-for-schools .craft-post .desktop-image {
  display: none;
}
@media (min-width: 768px) {
  .social-media-for-schools .craft-post .desktop-image {
    display: block;
    max-width: 844px;
    grid-area: 1/1;
    margin-bottom: 60px;
  }
}
.social-media-for-schools .craft-post .mobile-image {
  width: 80%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .social-media-for-schools .craft-post .mobile-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .social-media-for-schools .craft-post .content {
    grid-area: 1/1;
    justify-content: flex-start;
  }
}
.social-media-for-schools .craft-post .actions {
  margin-bottom: 40px;
}
.social-media-for-schools .fourth-section .container {
  margin-bottom: 38px;
}
.social-media-for-schools .fourth-section .container > .heading {
  margin-bottom: 24px;
}
.social-media-for-schools .fourth-section .wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 38px;
}
@media (min-width: 768px) {
  .social-media-for-schools .fourth-section .wrapper {
    flex-direction: row;
  }
}
.social-media-for-schools .fourth-section .wrapper .card {
  flex: 1;
  display: flex;
  border-radius: 12px;
  text-decoration: none;
}
.social-media-for-schools .fourth-section .wrapper .card-content {
  text-align: center;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .social-media-for-schools .fourth-section .wrapper .card-content {
    text-align: left;
    align-items: flex-start;
  }
}
.social-media-for-schools .fourth-section .wrapper .card-content .h3 {
  font-size: 36px;
}
.social-media-for-schools .fourth-section .wrapper .card-content.row {
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
.social-media-for-schools .fourth-section .wrapper .card-image {
  display: none;
}
@media (min-width: 992px) {
  .social-media-for-schools .fourth-section .wrapper .card-image {
    display: block;
  }
}
.social-media-for-schools .fourth-section .wrapper .card-image img {
  object-fit: cover;
  height: 100%;
  min-width: 180px;
  max-height: 300px;
}
.social-media-for-schools .fourth-section .wrapper .card-1 {
  background: #e3fafd;
  box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.05);
}
.social-media-for-schools .fourth-section .wrapper .card-2 {
  background: #fcf6ff;
  box-shadow: 4px 4px 11.2px 0px rgba(0, 0, 0, 0.05);
}
.social-media-for-schools .fourth-section .wrapper .card-3 {
  background: #fef3f2;
  box-shadow: 4px 4px 11.2px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .social-media-for-schools .fourth-section .wrapper .card-3 {
    flex: 1 0 100%;
  }
  .social-media-for-schools .fourth-section .wrapper .card-3 .card-content {
    flex-direction: row;
    align-items: center;
    flex: 2;
    gap: 12px;
  }
  .social-media-for-schools .fourth-section .wrapper .card-3 .card-image {
    flex: 1;
  }
}
.social-media-for-schools .call-to-action .actions {
  margin: 48px 0;
}
.social-media-for-schools .call-to-action .image {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 590px) {
  .social-media-for-schools .call-to-action .image {
    width: 70%;
  }
}
.social-media-for-schools .call-to-action .images {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 13px;
}
.social-media-for-schools .call-to-action .images .image:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .social-media-for-schools .call-to-action .images .image:not(:first-child) {
    display: block;
  }
}

/*# sourceMappingURL=style-dev.css.map */
