.h-hero {
    font-size: 4.5em;
    line-height: 1.1;
  }
  .h1 {
    font-size: 2.8em;
    line-height: 1.15;
  }
  .h2 {
    font-size: 2.2em;
    line-height: 1.2;
  }
  .h3 {
    font-size: 1.8em;
    line-height: 1.2;
  }
  .h4 {
    font-size: 1.6em;
    line-height: 1.3;
  }
  .h5 {
    font-size: 1.4em;
    line-height: 1.3;
  }
  .h6 {
    font-size: 1.3em;
    line-height: 1.4;
  }
  .b1 {
    font-size: 1.2em;
    line-height: 1.5;
  }
  .b2 {
    font-size: 1.1em;
    line-height: 1.4;
  }
  .b3 {
    font-size: 0.9em;
    line-height: 1.4;
  }
  .b4 {
    font-size: 0.8em;
    line-height: 1.4;
  }
  .b5 {
    font-size: 0.7em;
    line-height: 1.3;
  }
  .btn {
    font-size: 1em;
    padding: 0.7em 1.3em;
    line-height: 1.3;
    align-items: center;
    display: flex;
    text-align: center;
    gap: 0.4em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    box-shadow: none;
    text-transform: none;
    transition: none;
    transition: all 0.2s ease-in-out;
    width: fit-content;
    text-decoration: none !important;
    border: none;
  }
  .btn span {
    font-weight: 700;
  }
  @media (max-width: 599.98px) {
    .btn span {
      display: none;
    }
  }
  .btn:hover {
    transition: all 0.2s ease-in-out;
    transform: scale(1.03);
    text-decoration: none !important;
  }
  .btn--color1 {
    background-color: var(--color1);
    color: white;
  }
  .btn--color1:hover,
  .btn--color1:focus {
    color: white;
    filter: var(--hover);
  }
  .btn--color1:active {
    filter: var(--active);
  }
  .btn--outline-color1 {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px var(--color1);
    color: var(--color1);
  }
  .btn--outline-color1:hover,
  .btn--outline-color1:focus {
    filter: var(--hover);
    color: white;
    box-shadow: inset 0 0 0 100px var(--color1);
  }
  .btn--color2 {
    background-color: var(--color2);
    color: white;
  }
  .btn--color2:hover,
  .btn--color2:focus {
    color: white;
    filter: var(--hover);
  }
  .btn--color2:active {
    filter: var(--active);
  }
  .btn--color3 {
    background-color: var(--color3);
    color: white;
  }
  .btn--color3:hover,
  .btn--color3:focus {
    color: white;
    filter: var(--hover);
  }
  .btn--color3:active {
    filter: var(--active);
  }
  .btn--outline-color2 {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px var(--color2);
    color: var(--color2);
  }
  .btn--outline-color2:hover,
  .btn--outline-color2:focus {
    filter: var(--hover);
    color: white;
    box-shadow: inset 0 0 0 100px var(--color2);
  }
  .btn--white {
    background-color: white;
    color: var(--color1);
  }
  .btn--white:hover,
  .btn--white:focus {
    filter: var(--hover);
  }
  .btn--white:active {
    filter: var(--active);
  }
  .btn--outline-white {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px white;
    color: white;
  }
  .btn--outline-white:hover,
  .btn--outline-white:focus {
    box-shadow: inset 0 0 0 4px white;
    color: white;
  }
  .btn--clear-dark {
    background-color: transparent;
    color: var(--color2);
  }
  .btn--clear-dark:hover,
  .btn--clear-dark:focus {
    color: var(--color1);
  }
  .btn--clear-white {
    background-color: transparent;
    color: #fffc;
  }
  .btn--clear-white:hover,
  .btn--clear-white:focus {
    color: white;
  }
  .btn--xs {
    font-size: 0.75em;
  }
  .btn--sm {
    font-size: 0.85em;
  }
  .btn--rg {
    font-size: 1em;
  }
  .btn--md {
    font-size: 1.35em;
  }
  .btn--lg {
    font-size: 1.4em;
  }
  .btn--xl {
    font-size: 1.8em;
  }
  .benefits {
    padding: 2em 0;
  }
  @media (max-width: 599.98px) {
    .benefits {
      font-size: 70%;
    }
  }
  @media (min-width: 600px)  and (max-width: 767.98px) {
    .benefits {
      font-size: 80%;
    }
  }
  .benefits .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
  }
  @media (min-width: 600px) and (max-width: 991.98px) {
    .benefits .container {
      font-size: 80%;
    }
  }
  @media (max-width: 599.98px) {
    .benefits .container {
      grid-template-columns: 1fr;
      gap: 1em;
    }
  }
  .benefits__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  @media (max-width: 599.98px) {
    .benefits__item {
      flex-direction: row;
    }
  }
  .benefits__item .bg-fill {
    width: 100%;
    padding-top: 85%;
    border-radius: 1em 1em 0 0;
  }
  @media (max-width: 599.98px) {
    .benefits__item .bg-fill {
      width: 150px;
      padding-top: 90px;
      border-radius: .8em 0 0 .8em;
    }
  }
  .benefits__item .benefits__text {
    width: 100%;
    padding: 1.3em 1em;
    border-radius: 0 0 1em 1em;
    font-weight: 700;
    font-size: 1.5em;
    text-transform: none;
    color: rgb(255, 255, 255);
  }
  @media (max-width: 599.98px) {
    .benefits__item .benefits__text {
      font-size: 2em !important;
      border-radius: 0 .8em .8em 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      height: 90px;
    }
  }
  .faqs.align--center .faqs__heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .faqs.align--center .section__actions {
    justify-content: center;
  }
  @media (min-width: 600px) {
    .faqs.align--center .section__actions {
      margin-top: 3em;
    }
  }
  @media (max-width: 767.98px) {
    .faqs .container {
      padding-top: 3em;
      padding-bottom: 3em;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .faqs .container {
      padding-top: 4em;
      padding-bottom: 4em;
    }
  }
  @media (min-width: 1200px) {
    .faqs .container {
      padding-top: 6em;
      padding-bottom: 6em;
    }
  }
  @media (max-width: 599.98px) {
    .faqs__heading {
      margin-bottom: 2em;
    }
  }
  @media (min-width: 600px) {
    .faqs__heading {
      margin-bottom: 3em;
    }
  }
  .faqs__list {
    margin: auto;
  }
  .hero .hero__background-image--desktop {
    background-size: 850px;
    background-position: right center;
    right: 20px;
  }
  .hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 767.98px) {
    .hero .container {
      flex-direction: column;
      align-items: flex-start;
      gap: 2em;
      padding-top: 4em;
      padding-bottom: 32em;
    }
    .hero .bg-fill__img {
      background-position: center bottom;
      background-image: url('/assets/img/hero-mobile.jpg')!important;
      background-size: contain;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .hero .container {
      padding-top: 8em;
      padding-bottom: 10em;
    }
  }
  @media (min-width: 1200px) {
    .hero .container {
      padding-top: 12em;
      padding-bottom: 12em;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .hero .container .hero__content {
      max-width: 600px!important;
    }
  }
  @media (min-width: 600px)  and (max-width: 767.98px) {
    .hero .container .hero__content {
      max-width: 100%!important;
    }
  }
  @media (max-width: 599.98px) {
    .hero .container .hero__content {
      .section__overline {
        font-size: 0.92em;
      }
    }
    .hero__actions  .btn {
      font-size: 1.7em;
    }
  
    .hero__subtitle span::before {
      content: ' ';
    }
    
    .hero__subtitle span {
      position: absolute;
  }
  
  }
  
  @media (min-width: 479.98px) and (max-width: 599.98px) {
    .hero .container {
      padding-bottom: 24em;
    }
  }
  
  @media (max-width: 479.98px) {
    .hero .container {
      padding-bottom: 18em;
    }
  }
  @media (min-width: 1200px) {
    .hero__tall {
      height: 80vh;
    }
  }
  @media (max-width: 767.98px) {
    .hero__background-image--desktop {
      display: none;
    }
  }
  .highlight {
    position: relative;
    font-weight: 600;
    font-family: "Belanosima", sans-serif;
    display: inline-block;
    /* Ensures the pseudo-element size adjusts to the text */
  }
  .highlight::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    /* Adjust based on your design needs */
    left: -6px;
    /* Adjust based on your design needs */
    width: calc(107%);
    /* Adjust to ensure it fits the element */
    height: calc(37%);
    /* Adjust to ensure it fits the element */
    background: rgba(247, 155, 27, 0.5);
    z-index: -1;
  }
  .highlight--blue {
    position: relative;
    font-weight: 600;
    font-family: "Belanosima", sans-serif;
    display: inline-block;
    /* Ensures the pseudo-element size adjusts to the text */
  }
  .highlight--blue::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    /* Adjust based on your design needs */
    left: -6px;
    /* Adjust based on your design needs */
    width: calc(107%);
    /* Adjust to ensure it fits the element */
    height: calc(37%);
    /* Adjust to ensure it fits the element */
    background: rgba(81, 149, 255, 0.5);
    z-index: -1;
  }
  .highlight--pink {
    position: relative;
    font-weight: 600;
    font-family: "Belanosima", sans-serif;
    display: inline-block;
  }
  .highlight--pink::before {
    content: "";
    display: block;
    position: absolute;
    top: 55%;
    left: -6px;
    width: calc(105%);
    height: calc(40%);
    background: rgba(223, 67, 111, 0.5);
    z-index: -1;
  }
  @media (min-width: 768px) {
    .hero__background-image--mobile {
      display: none;
    }
  }
  .hero__content {
    display: flex;
    flex-direction: column;
  }
  @media (min-width: 768px) {
    .hero__content {
      padding: 0 !important;
    }
  }
  .hero__title {
    margin: 0.1em 0 0.5em;
    line-height: 1.2;
  }
  .hero__actions {
    display: flex;
    gap: 1.5em;
    flex-wrap: wrap;
    align-items: center;
  }
  @media (max-width: 599.98px) {
    .hero__actions {
      margin-top: 2em;
    }
  }
  @media (max-width: 991.98px) {
    .hero__actions {
      font-size: 80%;
    }
  }
  @media (min-width: 600px) {
    .hero__actions {
      margin-top: 2em;
    }
  }
  .notification {
    padding: 0.8em 1em;
    text-align: center;
    color: white;
    background: #202123;
    display: block;
    width: fit-content;
    font-weight: 500;
    margin: 3em auto 0;
  }
  @media (max-width: 599.98px) {
    .notification {
      font-size: 1.2em;
      line-height: 1.5;
    }
  }
  @media (min-width: 600px) {
    .notification {
      font-size: 1.4em;
      line-height: 1.3;
    }
  }
  .hero--left .hero__content .hero__title,
  .hero--left .hero__content .hero__subtitle {
    max-width: 85%;
  }
  @media (max-width: 599.98px) {
    .hero--left .hero__content .hero__title,
    .hero--left .hero__content .hero__subtitle {
      max-width: 100%;
    }
  }
  @media (max-width: 599.98px) {
    .hero--left .hero__content .hero__subtitle {
      max-width: 100%;
      font-size: 1em;
    }
  }
  .hero--left .hero__image img {
    height: auto;
    width: 100%;
    display: block;
  }
  .hero--center .hero__content {
    text-align: center;
    margin: auto;
  }
  .hero--center .hero__subtitle {
    margin: auto;
  }
  .hero--center .hero__actions {
    justify-content: center;
  }
  .hero--center .hero__image {
    display: none;
  }
  .hero--right .hero__content {
    order: 2;
  }
  @media (min-width: 768px)  and (max-width: 991.98px) {
    .hero--right .hero__content {
      width: 50%;
    }
  }
  @media (min-width: 992px) {
    .hero--right .hero__content {
      width: 45%;
    }
  }
  .hero--right .hero__image {
    order: 1;
  }
  @media (min-width: 768px)  and (max-width: 991.98px) {
    .hero--right .hero__image {
      width: 50%;
    }
  }
  @media (min-width: 992px) {
    .hero--right .hero__image {
      width: 55%;
    }
  }
  .hero--right .hero__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .theme--light .hero__title {
    color: var(--color1);
  }
  .theme--light .hero__subtitle {
    color: rgba(0, 0, 0, 0.8);
  }
  .theme--dark .hero__title {
    color: white;
  }
  .theme--dark .hero__subtitle {
    color: rgba(255, 255, 255, 0.8);
  }
  @media (max-width: 767.98px) {
    .hero__image--desktop {
      display: none;
    }
  }
  @media (min-width: 768px) {
    .hero__image--mobile {
      display: none;
    }
  }
  @media (max-width: 767.98px) {
    .hero-title-size--mob125 {
      font-size: 12.5vw;
    }
    .hero-title-size--mob120 {
      font-size: 12vw;
    }
    .hero-title-size--mob115 {
      font-size: 11.5vw;
    }
    .hero-title-size--mob110 {
      font-size: 11vw;
    }
    .hero-title-size--mob105 {
      font-size: 10.5vw;
    }
    .hero-title-size--mob100 {
      font-size: 11.9vw;
    }
    .hero-title-size--mob95 {
      font-size: 9.5vw;
    }
    .hero-title-size--mob90 {
      font-size: 9vw;
    }
    .hero-title-size--mob85 {
      font-size: 2em;
    }
    .hero-title-size--mob80 {
      font-size: 8vw;
    }
    .hero-title-size--mob75 {
      font-size: 7.5vw;
    }
    .hero-title-size--mob70 {
      font-size: 7vw;
    }
    .hero-title-size--mob65 {
      font-size: 6.5vw;
    }
    .hero-title-size--mob60 {
      font-size: 6vw;
    }
  }
  @media (min-width: 600px) and (max-width: 1499.98px) {
    .hero-title-size--tab80 {
      font-size: 8vw;
    }
    .hero-title-size--tab75 {
      font-size: 7.5vw;
    }
    .hero-title-size--tab70 {
      font-size: 7vw;
    }
    .hero-title-size--tab65 {
      font-size: 6.5vw;
    }
    .hero-title-size--tab60 {
      font-size: 6vw;
    }
    .hero-title-size--tab55 {
      font-size: 3.5em;
    }
    .hero-title-size--tab50 {
      font-size: 4em;
    }
    .hero-title-size--tab45 {
      font-size: 4.5vw;
    }
    .hero-title-size--tab40 {
      font-size: 4vw;
    }
    .hero-title-size--tab35 {
      font-size: 3.5vw;
    }
    .hero-title-size--tab30 {
      font-size: 3vw;
    }
    .hero-title-size--tab25 {
      font-size: 2.5vw;
    }
    .hero-title-size--tab20 {
      font-size: 2vw;
    }
  }
  @media (min-width: 1200px) {
    .hero-title-size--desk80 {
      font-size: 8em;
    }
    .hero-title-size--desk75 {
      font-size: 7.5em;
    }
    .hero-title-size--desk70 {
      font-size: 7em;
    }
    .hero-title-size--desk65 {
      font-size: 6.5em;
    }
    .hero-title-size--desk60 {
      font-size: 6em;
    }
    .hero-title-size--desk55 {
      font-size: 5.5em;
    }
    .hero-title-size--desk50 {
      font-size: 5em;
    }
    .hero-title-size--desk45 {
      font-size: 4.5em;
    }
    .hero-title-size--desk40 {
      font-size: 4em;
    }
    .hero-title-size--desk35 {
      font-size: 3.5em;
    }
    .hero-title-size--desk30 {
      font-size: 3em;
    }
    .hero-title-size--desk25 {
      font-size: 2.5em;
    }
    .hero-title-size--desk20 {
      font-size: 2em;
    }
  }
  .logo-grid {
    background: white;
  }
  .logo-grid .container {
    position: relative;
    z-index: 1;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .logo-grid__logos {
    display: grid;
    width: 100%;
  }
  .logo-grid__item {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .logo-grid__item img {
    width: 100%;
    height: auto;
  }
  @media (max-width: 599.98px) {
    .logo-col--mobile1 {
      grid-template-columns: repeat(1, 1fr);
    }
    .logo-col--mobile2 {
      grid-template-columns: repeat(2, 1fr);
    }
    .logo-col--mobile3 {
      grid-template-columns: repeat(3, 1fr);
    }
    .logo-col--mobile4 {
      grid-template-columns: repeat(4, 1fr);
    }
    .logo-col--mobile5 {
      grid-template-columns: repeat(5, 1fr);
    }
    .logo-col--mobile6 {
      grid-template-columns: repeat(6, 1fr);
    }
    .logo-col--mobile7 {
      grid-template-columns: repeat(7, 1fr);
    }
    .logo-col--mobile8 {
      grid-template-columns: repeat(8, 1fr);
    }
    .logo-col--mobile9 {
      grid-template-columns: repeat(9, 1fr);
    }
    .logo-col--mobile10 {
      grid-template-columns: repeat(10, 1fr);
    }
    .logo-mob-mw20 img {
      max-width: 20%;
    }
    .logo-mob-mw30 img {
      max-width: 30%;
    }
    .logo-mob-mw40 img {
      max-width: 40%;
    }
    .logo-mob-mw50 img {
      max-width: 50%;
    }
    .logo-mob-mw60 img {
      max-width: 60%;
    }
    .logo-mob-mw70 img {
      max-width: 70%;
    }
    .logo-mob-mw80 img {
      max-width: 80%;
    }
    .logo-mob-mw90 img {
      max-width: 90%;
    }
    .logo-mob-mw100 img {
      max-width: 100%;
    }
    .logo-mob-pad0 img {
      padding: 0% 0;
    }
    .logo-mob-pad5 img {
      padding: 5% 0;
    }
    .logo-mob-pad10 img {
      padding: 10% 0;
    }
    .logo-mob-pad15 img {
      padding: 15% 0;
    }
    .logo-mob-pad20 img {
      padding: 20% 0;
    }
  }
  @media (min-width: 600px) and (max-width: 991.98px) {
    .logo-col--tablet1 {
      grid-template-columns: repeat(1, 1fr);
    }
    .logo-col--tablet2 {
      grid-template-columns: repeat(2, 1fr);
    }
    .logo-col--tablet3 {
      grid-template-columns: repeat(3, 1fr);
    }
    .logo-col--tablet4 {
      grid-template-columns: repeat(4, 1fr);
    }
    .logo-col--tablet5 {
      grid-template-columns: repeat(5, 1fr);
    }
    .logo-col--tablet6 {
      grid-template-columns: repeat(6, 1fr);
    }
    .logo-col--tablet7 {
      grid-template-columns: repeat(7, 1fr);
    }
    .logo-col--tablet8 {
      grid-template-columns: repeat(8, 1fr);
    }
    .logo-col--tablet9 {
      grid-template-columns: repeat(9, 1fr);
    }
    .logo-col--tablet10 {
      grid-template-columns: repeat(10, 1fr);
    }
    .logo-tab-mw20 img {
      max-width: 20%;
    }
    .logo-tab-mw30 img {
      max-width: 30%;
    }
    .logo-tab-mw40 img {
      max-width: 40%;
    }
    .logo-tab-mw50 img {
      max-width: 50%;
    }
    .logo-tab-mw60 img {
      max-width: 60%;
    }
    .logo-tab-mw70 img {
      max-width: 70%;
    }
    .logo-tab-mw80 img {
      max-width: 80%;
    }
    .logo-tab-mw90 img {
      max-width: 90%;
    }
    .logo-tab-mw100 img {
      max-width: 100%;
    }
    .logo-tab-pad0 img {
      padding: 0% 0;
    }
    .logo-tab-pad5 img {
      padding: 5% 0;
    }
    .logo-tab-pad10 img {
      padding: 10% 0;
    }
    .logo-tab-pad15 img {
      padding: 15% 0;
    }
    .logo-tab-pad20 img {
      padding: 20% 0;
    }
  }
  @media (min-width: 992px) {
    .logo-col--desktop1 {
      grid-template-columns: repeat(1, 1fr);
    }
    .logo-col--desktop2 {
      grid-template-columns: repeat(2, 1fr);
    }
    .logo-col--desktop3 {
      grid-template-columns: repeat(3, 1fr);
    }
    .logo-col--desktop4 {
      grid-template-columns: repeat(4, 1fr);
    }
    .logo-col--desktop5 {
      grid-template-columns: repeat(5, 1fr);
    }
    .logo-col--desktop6 {
      grid-template-columns: repeat(6, 1fr);
    }
    .logo-col--desktop7 {
      grid-template-columns: repeat(7, 1fr);
    }
    .logo-col--desktop8 {
      grid-template-columns: repeat(8, 1fr);
    }
    .logo-col--desktop9 {
      grid-template-columns: repeat(9, 1fr);
    }
    .logo-col--desktop10 {
      grid-template-columns: repeat(10, 1fr);
    }
    .logo-desk-mw20 img {
      max-width: 20%;
    }
    .logo-desk-mw30 img {
      max-width: 30%;
    }
    .logo-desk-mw40 img {
      max-width: 40%;
    }
    .logo-desk-mw50 img {
      max-width: 50%;
    }
    .logo-desk-mw60 img {
      max-width: 60%;
    }
    .logo-desk-mw70 img {
      max-width: 70%;
    }
    .logo-desk-mw80 img {
      max-width: 80%;
    }
    .logo-desk-mw90 img {
      max-width: 90%;
    }
    .logo-desk-mw100 img {
      max-width: 100%;
    }
    .logo-desk-pad0 img {
      padding: 0% 0;
    }
    .logo-desk-pad5 img {
      padding: 5% 0;
    }
    .logo-desk-pad10 img {
      padding: 10% 0;
    }
    .logo-desk-pad15 img {
      padding: 15% 0;
    }
    .logo-desk-pad20 img {
      padding: 20% 0;
    }
  }
  .logo__opacity--100 img {
    opacity: 1;
  }
  .logo__opacity--90 img {
    opacity: 0.9;
  }
  .logo__opacity--80 img {
    opacity: 0.8;
  }
  .logo__opacity--70 img {
    opacity: 0.7;
  }
  .logo__opacity--60 img {
    opacity: 0.6;
  }
  .logo__opacity--50 img {
    opacity: 0.5;
  }
  .logo__opacity--40 img {
    opacity: 0.4;
  }
  .logo__opacity--30 img {
    opacity: 0.3;
  }
  .logo__opacity--20 img {
    opacity: 0.2;
  }
  .logo__opacity--10 img {
    opacity: 0.1;
  }
  .plan .container {
    flex-direction: column;
  }
  .plan .section__actions {
    margin-top: 3.5em;
  }
  .plan__heading {
    text-align: center;
    margin: auto;
  }
  @media (max-width: 767.98px) {
    .plan__heading {
      margin-bottom: 2em;
    }
  }
  @media (min-width: 768px) {
    .plan__heading {
      margin-bottom: 3em;
    }
  }
  .plan__steps {
    display: flex;
    width: 100%;
  }
  @media (max-width: 767.98px) {
    .plan__steps {
      flex-direction: column;
    }
  }
  @media (min-width: 992px) {
    .plan__steps {
      gap: 4em;
    }
  }
  @media (min-width: 600px) and (max-width: 991.98px) {
    .plan__steps {
      gap: 2em;
    }
  }
  @media (max-width: 599.98px) {
    .plan__steps {
      gap: 4em;
    }
  }
  .plan__step-item {
    display: flex;
    background: white;
    padding: 4em 1em;
    box-shadow: 0 5px 8px #0002;
    position: relative;
    flex: 1;
    border-radius: 1em!important;
  }
  @media (max-width: 599.98px) {
    .plan__step-item {
      flex-direction: column;
      gap: 0.4em;
      padding: 2.5em 1em;
    }
  }
  @media (min-width: 600px)  and (max-width: 767.98px) {
    .plan__step-item {
      justify-content: center;
      gap: 2em;
      align-items: center;
    }
  }
  @media (min-width: 768px) {
    .plan__step-item {
      flex-direction: column;
      gap: 0.4em;
    }
  }
  .plan__step-name {
    position: absolute;
    left: -0.7em;
    margin-bottom: 1em;
    width: 70px!important;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em!important;
    font-weight: 600;
    color: white;
    width: fit-content;
    margin-top: -2.8em;
  }
  @media (max-width: 767.98px) {
    .plan__step-name {
      left: -0.4em;
    }
  }
  @media (min-width: 600px)  and (max-width: 767.98px) {
    .plan__step-name {
      font-size: 1.1em;
      line-height: 1.4;
    }
  }
  .plan__image {
    height: auto;
    margin-bottom: 1em;
  }
  @media (max-width: 599.98px) {
    .plan__image {
      padding-top: 60%;
      width: 100%;
    }
  }
  @media (min-width: 600px)  and (max-width: 767.98px) {
    .plan__image {
      width: 50%;
      padding-top: 200px;
    }
  }
  @media (min-width: 768px) {
    .plan__image {
      width: 100%;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .plan__image {
      padding-top: 75%;
    }
  }
  @media (min-width: 1200px) {
    .plan__image {
      padding-top: 70%;
    }
  }
  .plan__content {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    max-width: 90%;
    margin: auto;
  }
  @media (min-width: 600px)  and (max-width: 767.98px) {
    .plan__content br {
      display: none;
    }
  }
  .plan__step-title {
    font-size: 1.4em;
    line-height: 1.3;
    font-weight: 600;
    font-size: 1.6em;
  }
  .plan__step-title span {
    font-size: 1.4em;
    line-height: 1.3;
    font-weight: 600;
    font-size: unset!important;
  }
  .plan__step-subtitle {
    font-size: 1.25em;
    line-height: 1.4;
  }
  .plan__title span {
    color: var(--color2);
    font-weight: 600;
  }
  .color--blue {
    color: #5195FF;
  }
  .color--pink {
    color: #DF436F;
  }
  .color--yellow {
    color: #F79B1B;
  }
  .plan__step-item--2 .plan__content .plan__step-name {
    background-color: #DF436F !important;
  }
  .plan__step-item--3 .plan__content .plan__step-name {
    background-color: #F79B1B !important;
  }
  @media (max-width: 767.98px) {
    .solution .container {
      gap: 2em;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .solution .container {
      gap: 3em;
    }
  }
  @media (min-width: 1200px) {
    .solution .container {
      gap: 5em;
    }
  }
  .solution__content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 599.98px) {
    .solution__content {
      order: 2;
    }
  }
  .solution__image {
    position: relative;
    z-index: 1;
  }
  @media (max-width: 599.98px) {
    .solution__image {
      order: 1;
    }
  }
  @media (max-width: 767.98px) {
    .solution__image img {
      margin: auto;
    }
  }
  @media (max-width: 599.98px) {
    .container-image {
      width: calc(100% - 42px);
    }
  }
  @media (min-width: 600px) and (max-width: 1499.98px) {
    .container-image {
      padding-left: 3em;
      padding-right: 3em;
      width: calc(100% - 75px);
    }
  }
  @media (min-width: 1200px) {
    .container-image {
      padding-left: 4em;
      padding-right: 4em;
    }
  }
  @media (max-width: 767.98px) {
    .solution__content--block {
      padding: 2em;
    }
  }
  @media (min-width: 768px) {
    .solution__content--block {
      padding: 3em;
    }
  }
  @media (min-width: 768px)  and (max-width: 991.98px) {
    .align--left .solution__content {
      width: 50%;
      max-width: 40%!important;
    }
  }
  @media (min-width: 992px) {
    .align--left .solution__content {
      width: 55%;
    }
  }
  @media (min-width: 768px)  and (max-width: 991.98px) {
    .align--left .solution__image {
      width: 40%;
    }
  }
  @media (min-width: 992px) {
    .align--left .solution__image {
      width: 45%;
    }
  }
  .align--left .solution__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  @media (min-width: 768px) {
    .align--left .solution__image img {
      margin-left: auto;
    }
  }
  .align--center .solution__content {
    text-align: center;
    margin: auto;
  }
  .align--center .solution__actions {
    justify-content: center;
  }
  .align--center .solution__image {
    display: none;
  }
  .align--right .solution__content {
    order: 2;
  }
  @media (min-width: 768px)  and (max-width: 991.98px) {
    .align--right .solution__content {
      width: 60%;
    }
  }
  @media (min-width: 992px) {
    .align--right .solution__content {
      width: 55%;
    }
  }
  .align--right .solution__image {
    order: 1;
  }
  @media (min-width: 768px)  and (max-width: 991.98px) {
    .align--right .solution__image {
      width: 40%;
    }
  }
  @media (min-width: 992px) {
    .align--right .solution__image {
      width: 45%;
    }
  }
  .align--right .solution__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  @media (min-width: 768px) {
    .align--right .solution__image img {
      margin-right: auto;
    }
  }
  @media (max-width: 767.98px) {
    section.solution--tall .container {
      padding-top: 6em;
      padding-bottom: 6em;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    section.solution--tall .container {
      padding-top: 8em;
      padding-bottom: 8em;
    }
  }
  @media (min-width: 1200px) {
    section.solution--tall .container {
      padding-top: 12em;
      padding-bottom: 12em;
    }
  }
  @media (max-width: 767.98px) {
    section.solution--extra-tall .container {
      padding-top: 6em;
      padding-bottom: 6em;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    section.solution--extra-tall .container {
      padding-top: 12em;
      padding-bottom: 12em;
    }
  }
  @media (min-width: 1200px) {
    section.solution--extra-tall .container {
      padding-top: 20em;
      padding-bottom: 20em;
    }
  }
  @media (max-width: 767.98px) {
    .solution__image--desktop {
      display: none;
    }
  }
  @media (min-width: 768px) {
    .solution__image--mobile {
      display: none;
    }
  }
  .sticky-news .container {
    flex-direction: column;
  }
  .sticky-news .section__actions {
    margin-top: 3em;
  }
  .sticky__heading {
    width: 100%;
    text-align: center;
    gap: 1em;
    display: flex;
    flex-direction: column;
  }
  @media (max-width: 767.98px) {
    .sticky__heading {
      margin-bottom: 2em;
    }
  }
  @media (min-width: 768px) {
    .sticky__heading {
      margin-bottom: 3em;
    }
  }
  .sticky__heading .section__title {
    margin: 0;
  }
  .sticky__posts {
    display: flex;
  }
  @media (max-width: 767.98px) {
    .sticky__posts {
      flex-direction: column;
      gap: 2em;
    }
  }
  @media (min-width: 768px) {
    .sticky__posts {
      gap: 3em;
    }
  }
  .sticky__posts h2 {
    font-size: 1.6em;
    line-height: 1.3;
  }
  .post--sticky {
    margin: 0;
    gap: 1.5em 3em;
    flex: 1;
  }
  @media (max-width: 599.98px) {
    .post--sticky {
      flex-direction: column;
    }
    .post--sticky .post__content {
      order: 2;
    }
    .post--sticky .post__thumb {
      order: 1;
    }
  }
  @media (min-width: 600px)  and (max-width: 767.98px) {
    .post--sticky {
      flex-wrap: wrap;
    }
    .post--sticky .post__content {
      order: 1;
    }
    .post--sticky .post__thumb {
      order: 2;
    }
  }
  @media (min-width: 768px) {
    .post--sticky {
      flex-direction: column;
    }
    .post--sticky .post__content {
      order: 2;
    }
    .post--sticky .post__thumb {
      order: 1;
    }
  }
  .post--sticky .post__thumb {
    height: auto;
  }
  @media (max-width: 599.98px) {
    .post--sticky .post__thumb {
      padding-top: 57%;
    }
  }
  @media (min-width: 600px)  and (max-width: 767.98px) {
    .post--sticky .post__thumb {
      width: 160px;
      height: 160px;
      flex: none;
    }
  }
  @media (min-width: 768px) {
    .post--sticky .post__thumb {
      padding-top: 70%;
    }
  }
  .post--sticky .post__thumb .bg-fill__img {
    border-radius: 3px;
  }
  .post--sticky .post__excerpt p {
    font-size: 1.1em;
    line-height: 1.4;
  }
  .home-section .container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 767.98px) {
    .home-section .container {
      flex-direction: column;
      padding-top: 3em;
      padding-bottom: 3em;
    }
  }
  
  @media (min-width: 1099.98px) {
    .maintenance-section .section__title {
      font-size: 3.9em;
    }
  }
  
  @media (max-width: 991.98px) {
    .maintenance-section .container {
      max-width: 92vw !important;
      margin: auto;
      width: 100%;
      border-radius: 0.5em!important;
      text-align: center;
      flex-direction: column;
          padding-top: 3em;
          padding-bottom: 3em;
    }
    .maintenance-section .solution__image, .maintenance-section .solution__content {
      width: 80%;
    }
  
    .maintenance-section .section__actions {
      font-size: unset!important;
      justify-content: center;
    }
  }
  @media (max-width: 599.98px) {
    
    .maintenance-section .solution__content {
      width: 100%;
    }
  
  }
  
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .home-section .container {
      padding-top: 4em;
      padding-bottom: 4em;
    }
  }
  @media (min-width: 1200px) {
    .home-section .container {
      padding-top: 6em;
      padding-bottom: 6em;
    }
  }
  .section__overline {
    line-height: 1.6;
  }
  .section__title {
    font-weight: 600;
    margin: 0.1em 0 0.5em;
    line-height: 1.2;
  }
  @media (min-width: 600px) {
    .section__title {
      font-size: 3.9em;
    }
  }
  @media (max-width: 599.98px) {
    .section__title {
      font-size: 2.7em;
    }
  }
  .section__subtitle p:first-child {
    margin-top: 0;
  }
  .section__subtitle p:last-child {
    margin-bottom: 0;
  }
  .section__subtitle strong,
  .section__subtitle b {
    font-weight: 600;
  }
  .section__subtitle em,
  .section__subtitle i {
    font-style: italic;
  }
  .section__subtitle p,
  .section__subtitle blockquote,
  .section__subtitle ul,
  .section__subtitle ol {
    max-width: 100%;
  }
  .section__actions {
    display: flex;
    gap: 1.5em;
    flex-wrap: wrap;
    align-items: center;
  }
  @media (max-width: 599.98px) {
    .section__actions {
      margin-top: 2em;
    }
  }
  
  @media (max-width: 599.98px) {
    .des_img {
      max-width: 260px!important;
    }
  }
  
  @media (min-width: 600px) {
    .section__actions {
      margin-top: 2em;
    }
  }
  .theme--light .section__title {
    color: black;
  }
  .theme--light .section__subtitle {
    color: rgba(0, 0, 0, 0.8);
  }
  .theme--dark .section__title {
    color: white;
  }
  .theme--dark .section__subtitle {
    color: rgba(255, 255, 255, 0.8);
  }
  .theme--dark p,
  .theme--dark blockquote,
  .theme--dark > ul,
  .theme--dark > ol,
  .theme--dark pre {
    color: #fff9;
  }
  .theme--dark strong,
  .theme--dark b {
    color: white !important;
  }
  
  .vendors-section {
    margin-top: 6em;
  }
  
  @media (max-width: 767.98px) {
    .vendors-section {
      margin-top: 2em;
    }
  }
  
  .maintenance-section .container {
    margin-top: 6em;
    
    @media (max-width: 767.98px) {
      margin-top: 3em;
    }
  }