@layer webflow-base {
  /* light lineage shared CSS (sc-121353): rules byte-identical across the
     light-template brands, hoisted out of their per-brand bundles. */
  .about_believe_item {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    border: 1px solid var(--colors--neutral--300);
    border-radius: 2rem;
    flex-flow: column;
    padding: 3rem 2.5rem;
    display: flex;
  }
  .button {
    background-color: var(--colors--primary--primary);
    border-radius: 100px;
    padding: 0.75rem 1.69rem 0.75rem 1.75rem;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 160%;
  }
  .button.download {
    transition: opacity 0.2s;
  }
  .button.download.is-t {
    display: none;
  }
  .button.download:hover {
    opacity: 0.8;
  }
  .container.is-mw-1200 {
    max-width: 75rem;
  }
  .container.is-mw-996 {
    max-width: 62.25rem;
  }
  .footer {
    background-color: var(--colors--neutral--100);
    padding-top: 5.09rem;
    padding-bottom: 5.09rem;
  }
  .heading-accent {
    background-color: var(--colors--accent--accent);
    border-radius: 0.75rem;
    padding-left: 0.19rem;
    padding-right: 0.19rem;
  }
  .home_benefits_item.is-2 {
    background-color: #e9fbf3;
  }
  .home_benefits_item.is-3 {
    background-color: #f6f1fd;
  }
  .home_hero_left-top-wrapper {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .home_hero_top-item {
    grid-column-gap: 0.69rem;
    grid-row-gap: 0.69rem;
    background-color: var(--colors--neutral--white);
    border-radius: 6.25rem;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 0.38rem 0.75rem 0.38rem 0.38rem;
    display: flex;
  }
  .home_hero_top-item.right {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    padding-top: 0.59rem;
    padding-bottom: 0.59rem;
    padding-left: 0.75rem;
  }
  .home_herp_top-item-img {
    width: 5.56rem;
    height: 2.19rem;
  }
  .home_herp_top-item-img.right {
    width: 1.13rem;
    height: 1.13rem;
  }
  .paragraph-16-semibold {
    color: var(--colors--neutral--800);
    letter-spacing: -0.03rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
  }
  .paragraph-25 {
    font-size: 1.56rem;
    font-weight: 400;
    line-height: 150%;
  }
  .paragraph-25.is-mw-451 {
    max-width: 28.19rem;
  }
  .rich-text-terms h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 150%;
  }
  .rich-text-terms h4 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 150%;
  }
  .rich-text-terms li {
    margin-bottom: 0.75rem;
    line-height: 150%;
  }
  .schema-rating,
  .schema-date,
  .schema-itemreviewed {
    display: none;
  }
  .swiper-wrapper.testimonials_list {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .testimonials_fact-icon {
    width: 1.09rem;
    height: 1.25rem;
  }
  .testimonials_item-fact {
    grid-column-gap: 0.38rem;
    grid-row-gap: 0.38rem;
    color: var(--colors--neutral--800);
    background-color: #dcf9ec;
    border-radius: 1.5rem;
    flex: none;
    justify-content: center;
    align-items: center;
    height: 2.63rem;
    padding: 0.56rem 1rem;
    display: flex;
  }
  .testimonials_item_facts-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .text-regular-21.link {
    color: var(--colors--neutral--800);
    text-decoration: none;
    transition: color 0.2s;
  }
  .text-regular-21.link:hover {
    color: var(--colors--neutral--600);
  }
  .text-semibold-15 {
    margin-bottom: 0;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 150%;
  }
  .text-semibold-15.link:hover {
    border-bottom-color: var(--colors--neutral--800);
  }
  .title-50.is-about-steps {
    flex: none;
  }
  .title-60.is-home-hero {
    line-height: 122%;
  }
  .title-60.u-text-align-center.u-text-color-accent-darkest,
  .title-60.u-text-color-accent-darkest {
    color: var(--colors--accent--accent-darkest);
  }
  .u-mob-pb-16 {
    padding-left: 0;
    padding-right: 0;
  }
  .u-text-color-accent-darkest {
    color: var(--colors--accent--accent-darkest);
  }
  .u-text-color-n-800 {
    color: var(--colors--neutral--800);
  }
  @keyframes spin {
    0% {
      transform: rotate(0);
    }

    100% {
      transform: rotate(360deg);
    }
  }
  @media screen and (max-width: 479px) {
    .section_home-hero {
      padding-top: 4.6rem;
    }

    .home_hero_wrapper {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      flex-flow: column;
      justify-content: space-between;
      align-items: flex-start;
    }

    .nav {
      border-bottom-style: none;
      height: 3.5rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }

    .nav_logo-img {
      width: 9.38rem;
      height: 1.38rem;
    }

    .button.download {
      display: none;
    }

    .home_hero-img {
      width: 26.44rem;
      max-width: none;
      height: 17.5rem;
      display: none;
    }

    .heading-accent {
      padding-left: 0.31rem;
      padding-right: 0.31rem;
    }

    .u-mob-pb-8 {
      padding-bottom: 0.5rem;
      padding-right: 0;
    }

    .home_hero_btns-wrapper {
      grid-column-gap: 0.5rem;
      grid-row-gap: 0.5rem;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }

    .u-mob-pb-24 {
      padding-bottom: 1.5rem;
      padding-right: 0;
    }

    .home_hero_component {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
    }

    .swiper-slide.about_believe_item {
      flex: none;
      width: 100%;
      max-width: 18.81rem;
      padding: 2.5rem 2rem 3.13rem;
    }

    .home_faq_component {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
    }

    .text-semibold-21,
    .text-regular-21 {
      font-size: 1.06rem;
    }

    .footer {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }

    .footer_component {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      flex-flow: column;
    }

    .footer_right-wrapper {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      flex-flow: column;
    }

    .about_hero_component {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      flex-flow: column;
      padding: 2rem;
    }

    .about_hero-img {
      width: 16.44rem;
      height: 12.14rem;
    }

    .u-mob-display-none {
      display: none;
    }

    .about_believe_component {
      grid-column-gap: 0.5rem;
      grid-row-gap: 0.5rem;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .padding-section-80.u-mob-pt-0 {
      padding-bottom: 3rem;
    }

    .title-50 {
      font-size: 2rem;
      line-height: 130%;
    }

    .padding-bottom-24,
    .u-mob-pb-16 {
      padding-bottom: 1rem;
    }

    .title-60 {
      font-size: 2.25rem;
    }

    .u-mob-pt-0 {
      padding-top: 0;
    }

    .rich-text-terms {
      max-width: 100%;
    }

    .rich-text-terms h2 {
      letter-spacing: -0.03rem;
      font-size: 1.5rem;
    }

    .home_hero_img-mob {
      width: 23.44rem;
      max-width: none;
      height: 19.5rem;
      margin-left: -1.5rem;
      display: block;
    }

    .paragraph-25 {
      font-size: 1.06rem;
    }

    .paragraph-25.is-mw-451 {
      max-width: 100%;
    }

    .home_hero_top-item {
      height: 2.5rem;
      padding-right: 0.5rem;
    }

    .home_hero_top-item.right {
      padding-top: 0.38rem;
      padding-bottom: 0.38rem;
      padding-right: 0.5rem;
    }

    .home_herp_top-item-img {
      width: 3.5rem;
      height: 1.38rem;
    }

    .home_herp_top-item-img.right {
      width: 0.88rem;
    }

    .paragraph-16-semibold.mob-text-size-12 {
      font-size: 0.75rem;
    }
  }
  @media screen and (max-width: 991px) {
    .nav-link:hover {
      color: #000;
      background-color: #fff;
      border-radius: 50px;
    }

    .menu-icon_line-bottom {
      background-color: var(--colors--primary--primary);
      border-radius: 6.25rem;
      width: 24px;
      height: 2px;
      padding-bottom: 0;
      padding-right: 0;
    }

    .menu-icon_line-middle {
      background-color: var(--colors--primary--primary);
      border-radius: 6.25rem;
      justify-content: center;
      align-items: center;
      width: 24px;
      height: 2px;
      margin-top: 6px;
      margin-bottom: 6px;
      padding-bottom: 0;
      padding-right: 0;
      display: flex;
    }

    .menu-icon_line-top {
      background-color: var(--colors--primary--primary);
      border-radius: 6.25rem;
      width: 24px;
      height: 2.1px;
      padding-bottom: 0;
      padding-right: 0;
    }

    .nav {
      border-bottom-style: none;
    }

    .nav_link:hover,
    .nav_link.w--current {
      color: var(--colors--neutral--white);
    }

    .button.download {
      display: none;
    }
  }
  .webflow-scope {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
  }
  b,
  strong {
    font-weight: bold;
  }
  .section_home-hero {
    background-color: var(--colors--neutral--100);
    padding-top: 10.81rem;
    overflow: hidden;
  }
  .home_hero_wrapper {
    grid-column-gap: 2.31rem;
    grid-row-gap: 2.31rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .heading-style-h7 {
    font-family: var(--fonts--general-sans);
    letter-spacing: -0.03rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 140%;
  }
  .nav-link:hover {
    color: #fff;
    background-color: #000;
  }
  .nav {
    border-bottom: 1px solid var(--colors--neutral--300);
    background-color: var(--colors--neutral--white);
    position: fixed;
    inset: 0% 0% auto;
  }
  .nav_logo-img {
    width: 10.88rem;
    height: 1.63rem;
  }
  .home_hero-img {
    z-index: 0;
    width: 58.38rem;
    height: 33.19rem;
    margin-left: -4.44rem;
    position: relative;
  }
  .home_hero_left {
    z-index: 1;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
  }
  .home_hero_btns-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .download-btn {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    background-color: var(--colors--primary--primary);
    color: var(--colors--neutral--white);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
    padding: 0.5rem 2rem;
    text-decoration: none;
    transition: opacity 0.2s;
    display: flex;
  }
  .btn-text-small {
    font-family: var(--fonts--general-sans);
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    font-size: 0.63rem;
    font-weight: 600;
    line-height: 160%;
  }
  .home_benefits_component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    display: flex;
  }
  .benefits_content-wrapper {
    max-width: 25rem;
    margin-top: 7.31rem;
    margin-bottom: 7.31rem;
    margin-left: 8.06rem;
  }
  .home_benefits-img {
    width: 29.8rem;
    height: 28.62rem;
  }
  .swiper-slide.testimonials_item {
    flex: none;
    width: 34.38rem;
  }
  .swiper-slide.about_believe_item {
    flex: 1;
  }
  .text-regular-21 {
    font-size: 1.31rem;
    line-height: 150%;
  }
  .blog_filter-tag:hover {
    background-color: var(--colors--neutral--300);
    border-color: #2c2c2c;
  }
  .blog_item-tag:hover {
    border-color: #2c2c2c;
  }
  .blog_item-tag.w--current {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #2c2c2c;
  }
  .title-32 {
    font-family: var(--fonts--general-sans);
    color: var(--colors--neutral--800);
    letter-spacing: -0.06rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 130%;
  }
  .text-regular-17 {
    font-size: 1.06rem;
    font-weight: 400;
    line-height: 150%;
  }
  .text-regular-17.link:hover {
    color: var(--colors--neutral--800);
  }
  .footer_logo-img {
    width: 13.19rem;
    height: 1.94rem;
  }
  .about_hero_component {
    background-color: var(--colors--accent--accent-lighter);
    border-radius: 2rem;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 9.63rem 4rem 4rem;
    display: flex;
  }
  .padding-section-136._pb-48 {
    padding-bottom: 3rem;
  }
  .about_hero_left {
    flex-flow: column;
    max-width: 32.88rem;
    display: flex;
  }
  .small-title {
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 120%;
  }
  .about_hero-img {
    width: 20.2rem;
    height: 14.92rem;
  }
  .about_steps_top-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    justify-content: flex-start;
    align-items: center;
    max-width: 70.88rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .pagination_page-button:hover {
    opacity: 0.6;
  }
  .rich-text a:hover {
    color: var(--colors--neutral--800);
  }
  .author_soc-link:hover {
    background-color: var(--colors--neutral--800);
    color: var(--colors--neutral--white);
  }
  .rich-text-terms {
    width: 100%;
    max-width: 43.75rem;
  }
  .rich-text-terms p {
    margin-bottom: 1rem;
    font-size: 1.06rem;
    font-weight: 400;
    line-height: 150%;
  }
  .rich-text-terms a {
    color: var(--colors--neutral--800);
    text-decoration: none;
    transition: color 0.2s;
  }
  .rich-text-terms a:hover {
    text-decoration: underline;
  }
  .rich-text-terms h2 {
    letter-spacing: -0.06rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 130%;
  }
  .home_hero_img-mob {
    display: none;
  }
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
  }
  html {
    height: 100%;
  }
  body {
    margin: 0;
  }
  body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  body {
    font-family: var(--fonts--switzer);
    color: var(--colors--neutral--600);
    font-size: 1rem;
    line-height: 100%;
  }
  a {
    background-color: #0000;
  }
  a {
    text-decoration: underline;
  }
  h1 {
    margin: 0.67em 0;
    font-size: 2em;
  }
  h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
  }
  h1 {
    font-family: var(--fonts--general-sans);
    color: var(--colors--neutral--800);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 120%;
  }
  img {
    border: 0;
  }
  img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
  }
  h2 {
    font-family: var(--fonts--general-sans);
    color: var(--colors--neutral--800);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.13rem;
    font-weight: 600;
    line-height: 120%;
  }
  h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    font-family: var(--fonts--general-sans);
    color: var(--colors--neutral--800);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 120%;
  }
  h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  h4 {
    font-family: var(--fonts--general-sans);
    color: var(--colors--neutral--800);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 130%;
  }
  p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  p {
    font-family: var(--fonts--switzer);
    color: var(--colors--neutral--600);
    margin-bottom: 0;
  }
  .w-embed:before,
  .w-embed:after {
    content: ' ';
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  .w-richtext:before,
  .w-richtext:after {
    content: ' ';
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
}
