@layer webflow-base {
  @font-face {
    font-family: 'Gamuthdisplay';
    src: url(/fonts/shared/d9a9706301-67d2b21746cb62dbd25db984_GamuthDisplay-Black.ttf)
      format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url(/fonts/jaumo/acb9737fef-67d42209c77645f4d1620c1c_Satoshi-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  :root {
    --_colors---neutral--black: #1c1716;
    --_colors---neutral--300: #cdcccf;
    --mango: #ff8045;
    --mango-3-1\<deleted\|variable-2487fe71\>: #ff8614;
    --mango-tango-primary\<deleted\|variable-023cb36b\>: #ff8614;
    --primary-3: #322d4e;
    --warm-black: #1d1716;
    --dusk: #282221;
    --champagne: #ffe8de;
    --white: white;
    --gray-1: #222525;
    --gray-2: #62636b;
    --midnight-20: #cdcccf;
    --white-smoke: #f2f2f3;
    --gray-3: #ecebea;
    --gray-4: #f8f6f4;
    --success: #57a773;
    --warning: #f19953;
    --error: #ed6a5e;
    --primary-orange: #f98948;
    --midnight: #040211;
    --primary-2: #fc9f5b;
    --midnight-40: #9b9aa0;
    --snow: #fff9f6;
    --text-default: #444;
    --black-font: #040211;
    --black: black;
    --_colors---neutral--800: #46403f;
    --_colors---primary--primary: #f6844b;
    --_colors---neutral--900: #272221;
    --_colors---neutral--200: #ededed;
    --_colors---neutral--white: white;
    --_colors---neutral--600: #605d5c;
    --color: white;
    --_colors---primary--primary-darker: #241905;
    --_colors---neutral--400: #9b999b;
    --_colors---neutral--100: #f8f8f8;
    --subtext: #171517;
    --text-grey: #171517;
  }

  .webflow-scope {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
  }
  .webflow-scope {
    height: 100%;
  }
  .webflow-scope {
    background-color: var(--_colors---neutral--black);
    color: var(--_colors---neutral--300);
    font-family: Satoshi, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 100%;
  }
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
  }
  body {
    margin: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  [hidden],
  template {
    display: none;
  }
  a {
    background-color: #0000;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  b,
  strong {
    font-weight: 700;
  }
  h1 {
    margin: 0.67em 0;
    font-size: 2em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button,
  select {
    text-transform: none;
  }
  * {
    box-sizing: border-box;
  }
  html {
    height: 100%;
  }
  body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
  }
  .w-inline-block {
    max-width: 100%;
    display: inline-block;
  }
  .w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
    font-weight: 700;
  }
  h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
  }
  h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
  }
  h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .w-embed:before,
  .w-embed:after {
    content: ' ';
    grid-area: 1/1/2/2;
    display: table;
  }
  .w-embed:after {
    clear: both;
  }
  .w-input::placeholder,
  .w-select::placeholder {
    color: #999;
  }
  .w-input:focus,
  .w-select:focus {
    border-color: #3898ec;
    outline: 0;
  }
  .w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
  }
  .w-slider-dot:focus.w-active {
    box-shadow: none;
  }
  .w-slider-arrow-left:focus,
  .w-slider-arrow-right:focus {
    outline: 0;
  }
  .w-dropdown-toggle:focus {
    outline: 0;
  }
  .w-dropdown-link.w--current {
    color: #0082f3;
  }
  .w-dropdown-link:focus {
    outline: 0;
  }
  @media (min-width: 768px) {
    .w-lightbox-control:hover {
      opacity: 1;
    }
  }
  .w-lightbox-inactive,
  .w-lightbox-inactive:hover {
    opacity: 0;
  }
  .w-richtext:before,
  .w-richtext:after {
    content: ' ';
    grid-area: 1/1/2/2;
    display: table;
  }
  .w-richtext:after {
    clear: both;
  }
  .w-richtext ol,
  .w-richtext ul {
    overflow: hidden;
  }
  .w-nav-link.w--current {
    color: #0082f3;
  }
  .w-nav-button:focus {
    outline: 0;
  }
  .w-tab-link.w--current {
    background-color: #c8c8c8;
  }
  .w-tab-link:focus {
    outline: 0;
  }
  @keyframes spin {
    0% {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }
  body {
    background-color: var(--_colors---neutral--black);
    color: var(--_colors---neutral--300);
    font-family: Satoshi, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 100%;
  }
  h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gamuthdisplay, Verdana, sans-serif;
    font-size: 54px;
    font-weight: 900;
    line-height: 1;
  }
  h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gamuthdisplay, Verdana, sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 42px;
  }
  h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gamuthdisplay, Verdana, sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 38px;
  }
  p {
    margin-bottom: 0;
    font-weight: 400;
  }
  a {
    color: var(--mango);
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
  }
  ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  li {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  img {
    max-width: 100%;
    display: inline-block;
  }
  strong {
    font-family:
      Arial,
      Helvetica Neue,
      Helvetica,
      sans-serif;
    font-weight: 700;
  }
  .card:hover {
    text-decoration: none;
  }
  .card.form-input-card:focus {
    border-color: #068466;
  }
  .button:hover {
    text-decoration: none;
    box-shadow: inset 0 0 100px 100px #0003;
  }
  .button.button-outline:hover {
    color: var(--white);
    background-color: #068466;
  }
  .button.bg-gray-1:hover {
    border-color: var(--gray-2);
    background-color: var(--gray-2);
    box-shadow: none;
  }
  .button.bg-gray-4:hover {
    border-color: var(--gray-3);
    background-color: var(--gray-3);
  }
  .button.bg-primary-2:hover {
    box-shadow: inset 0 0 100px 100px #0000001a;
  }
  .button.bg-gray-2:hover {
    border-color: var(--gray-1);
    background-color: var(--gray-1);
  }
  .button.bg-gray-3:hover {
    border-color: var(--gray-4);
    background-color: var(--gray-4);
  }
  .button.bg-white:hover {
    border-color: var(--gray-3);
    background-color: var(--gray-3);
  }
  .button.button-on-blue.w--current {
    color: var(--white);
  }
  .button.button-orange:hover {
    background-color: var(--mango);
    color: var(--dusk);
    box-shadow: inset 0 0 100px 100px #fde5ce;
  }
  .button.button-orange:focus,
  .button.button-orange:focus-visible,
  .button.button-orange[data-wf-focus-visible],
  .button.button-orange:visited,
  .button.button-orange:lang(en),
  .button.button-orange:lang(de) {
    background-color: var(--mango);
  }
  .button.button-header-dark:hover {
    color: var(--white);
  }
  .form-input:focus {
    border-color: #068466;
  }
  .form-input::placeholder {
    color: #22252580;
  }
  .dropdown-link:hover {
    opacity: 1;
    color: #068466;
    text-decoration: none;
  }
  .dropdown-link.w--current {
    opacity: 1;
    color: #068466;
  }
  .dropdown-link-block:hover {
    opacity: 1;
    text-decoration: none;
  }
  .footer-logo,
  .footer-logo.w--current {
    margin-bottom: 24px;
  }
  .hover-link:hover {
    opacity: 1;
    text-decoration: none;
  }
  .button-circle:hover {
    transform: scale(1.1);
  }
  .button-circle.bg-white:hover {
    background-color: #ffffff40;
  }
  .expandable-heading:hover {
    color: var(--white);
    font-weight: 500;
  }
  .dismiss-notification-cross:hover {
    opacity: 1;
  }
  .nav-brand-v3:hover {
    color: #06c25e;
  }
  .nav-link-2:hover {
    background-color: #f6f6f61a;
  }
  .nav-link-2.w--current {
    color: var(--white);
    background-color: #0000;
    font-family: Satoshi, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }
  .button-orange:hover {
    background-color: #ffffff1a;
  }
  .post-heading-link:hover {
    text-decoration: underline;
  }
  .text-block-on-dark.nav-link-2:hover {
    color: var(--white);
    background-color: #0000;
    text-decoration: none;
  }
  .text-block-on-dark.nav-link-2.w--current {
    border-bottom: 2px solid var(--mango-3-1\<deleted\|variable-2487fe71\>);
    color: var(--white);
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 21px;
    font-weight: 400;
  }
  .text-block-on-dark.nav-link:hover {
    color: var(--white);
    letter-spacing: 1.5px;
    font-weight: 400;
    text-decoration: none;
  }
  .text-block-on-dark.nav-link.w--current {
    border-bottom-style: solid;
    border-bottom-color: var(--mango);
    color: var(--white);
    padding-top: 20px;
    padding-bottom: 7px;
    font-family:
      Arial,
      Helvetica Neue,
      Helvetica,
      sans-serif;
    font-size: 20px;
    font-weight: 400;
  }
  .text-block-on-dark.nav-link.w--current:active {
    border-bottom-color: var(--primary-orange);
  }
  .link.w--current {
    line-height: 30px;
    text-decoration: none;
  }
  .blog-link-block:hover {
    transform: translateY(-2px);
    box-shadow: 35px 35px 80px -10px #0006;
  }
  .store-button:hover {
    background-color: var(--white-smoke);
    box-shadow: none;
    text-decoration: none;
  }
  .store-button.store-button-frist:hover {
    background-color: var(--white-smoke);
  }
  .button-3:hover {
    background-color: #00aa50;
  }
  .input:hover {
    background-color: #fff;
    border-color: #d1d1d1;
  }
  .input:focus {
    background-color: #fff;
    border-color: #06c25e;
  }
  .text-link-dark:hover {
    color: #06c25e;
  }
  .tag:hover {
    background-color: var(--mango);
    color: #fff;
    border-style: none;
    border-color: #06c25e;
  }
  .tag.w--current {
    background-color: var(--mango);
    color: var(--white);
  }
  .card-on-dark:hover {
    text-decoration: none;
  }
  .sidebar-category:hover {
    border-color: #d1d1d1;
    box-shadow: inset 0 0 0 1px #fff0;
  }
  .connect-link:hover {
    color: #06c25e;
  }
  .post-info-author-2:hover {
    color: #151515;
  }
  .sidebar-category-2:hover {
    border-color: #d1d1d1;
    box-shadow: inset 0 0 0 1px #fff0;
  }
  .swiper-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }
  .swiper-slide {
    flex: none;
    align-items: center;
    display: flex;
  }
  .swiper-slide.testimonials_item {
    width: 34.38rem;
  }
  .swiper-slide.about_believe_item {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    border: 1px solid var(--_colors---neutral--800);
    border-radius: 2rem;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 3rem 2.5rem;
  }
  .card-2:hover {
    text-decoration: none;
  }
  .link-3.w--current {
    opacity: 0.75;
    color: var(--snow);
    font-family: Satoshi, Arial, sans-serif;
    font-weight: 400;
  }
  .padding-bottom-16 {
    padding: 0 0 1rem;
  }
  .footer_logo.w--current {
    padding-left: 0;
  }
  .title-50 {
    color: #fff;
    letter-spacing: -0.06rem;
    font-family: Gamuthdisplay, Verdana, sans-serif;
    font-size: 3.13rem;
    font-weight: 900;
    line-height: 120%;
  }
  .title-50.is-d-align-center {
    text-align: center;
  }
  .home_hero_left {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 32.88rem;
    display: flex;
  }
  .home_hero_left:lang(de) {
    min-width: 41rem;
    margin-right: -7.9rem;
  }
  .footer_logo-img {
    width: 10rem;
    height: 2.13rem;
  }
  .faq-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }
  .section_home-testimonials {
    overflow: hidden;
  }
  .text-regular-21 {
    font-size: 1.31rem;
    font-weight: 400;
    line-height: 150%;
  }
  .text-regular-21.footer-link {
    color: #fff;
    transition: color 0.2s;
  }
  .text-regular-21.footer-link:hover,
  .text-regular-21.u-text-color-white.w--current {
    color: var(--_colors---primary--primary);
  }
  .faq_btns_wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .navbar_menu-button {
    padding: 0;
  }
  .footer_right-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    display: flex;
  }
  .faq_dropdown {
    background-color: var(--_colors---neutral--900);
    border-radius: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem;
    display: flex;
  }
  .home_hero_fact-img {
    pointer-events: none;
    width: 1.68rem;
    height: 4.16rem;
  }
  .home_benefits_item {
    background-color: var(--_colors---neutral--900);
    border-radius: 2rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .paragraph-21 {
    font-size: 1.31rem;
    font-weight: 400;
    line-height: 150%;
  }
  .paragraph-21.is-mw-526 {
    max-width: 32.88rem;
  }
  .footer_left_top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }
  .footer_left_soc-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .text-bold-15.link:hover {
    border-bottom-color: #fff;
  }
  .home_benefits_facts {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .embed-code {
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }
  .title-40 {
    color: #fff;
    letter-spacing: -0.06rem;
    font-family: Gamuthdisplay, Verdana, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 120%;
  }
  .nav_link {
    color: var(--_colors---neutral--300);
    border-bottom: 2px solid #0000;
    padding: 1.94rem 0;
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 150%;
    transition: color 0.2s;
    display: block;
  }
  .nav_link:hover {
    color: var(--_colors---neutral--200);
  }
  .nav_link.w--current {
    border-bottom-color: var(--_colors---primary--primary);
    color: #fff;
  }
  .nav {
    background-color: var(--_colors---neutral--900);
    position: fixed;
    inset: 0% 0% auto;
  }
  .title-24 {
    color: #fff;
    letter-spacing: -0.03rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 140%;
  }
  .btn {
    background-color: var(--_colors---primary--primary);
    color: #241905;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
    padding: 0.75rem 2.53rem;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 160%;
    transition: opacity 0.2s;
    display: flex;
  }
  .btn:hover {
    opacity: 0.8;
  }
  .btn.download {
    border: 1px solid var(--_colors---neutral--white);
    color: var(--_colors---neutral--white);
    background-color: #f6844b00;
    justify-content: center;
    align-items: center;
    height: 3rem;
    transition: opacity 0.2s;
    display: flex;
  }
  .btn.download:hover {
    opacity: 0.8;
  }
  .btn.download.is-t {
    display: none;
  }
  .testimonials_arrow-btn {
    background-color: var(--_colors---neutral--800);
    color: var(--white);
    cursor: pointer;
    border-radius: 100px;
    width: 4rem;
    height: 3.5rem;
    padding: 1rem 1.25rem;
    transition: background-color 0.2s;
  }
  .testimonials_arrow-btn:hover {
    background-color: #e9e4f0;
  }
  .text-semibold-21 {
    color: #464854;
    white-space: normal;
    font-size: 1.31rem;
    font-weight: 600;
    line-height: 150%;
  }
  .download-btn {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    color: #fff;
    background-color: #46485400;
    border: 1px solid #fff;
    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;
  }
  .download-btn:hover {
    opacity: 0.8;
  }
  .footer_soc-img {
    width: 1.25rem;
    height: 1.25rem;
  }
  .home_hero_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .nav_logo.w--current {
    padding-left: 0;
  }
  .home_hero_fact-text-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .text-regular-15 {
    font-size: 0.94rem;
    line-height: 150%;
  }
  .text-regular-15.footer-t.mob {
    display: none;
  }
  .paragraph-17 {
    font-size: 1.06rem;
    font-weight: 400;
    line-height: 150%;
  }
  .home_faq_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .footer_component {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }
  .heading-style-h7 {
    letter-spacing: -0.03rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 140%;
  }
  .nav_logo-img {
    width: 8.75rem;
    height: 1.78rem;
  }
  .benefits_content-wrapper {
    max-width: 30.31rem;
    margin-top: 7.31rem;
    margin-bottom: 7.31rem;
    margin-left: 8.06rem;
  }
  .benefits_content-wrapper:lang(de) {
    max-width: 34rem;
  }
  .blog_filter-tag:hover {
    background-color: var(--_colors---neutral--600);
  }
  .blog_filter-tag.w--current {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #2c2c2c;
  }
  .faq_dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 0;
    display: flex;
  }
  .btn-text-small {
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    font-size: 0.63rem;
    font-weight: 700;
    line-height: 160%;
  }
  .home_hero_component {
    grid-column-gap: 6.25rem;
    grid-row-gap: 6.25rem;
    flex-flow: column;
    display: flex;
  }
  .download-btn_icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .home_benefits-img {
    width: 29.8rem;
    height: 28.62rem;
    margin-top: auto;
  }
  .padding-bottom-40 {
    padding: 0 0 2.5rem;
  }
  .section_home-hero {
    background-color: #272221;
    padding-top: 6.5rem;
  }
  .testimonials_arrow-btn_icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .testimonials_wrapper {
    width: 100%;
    overflow: visible;
  }
  .footer_left-col {
    grid-column-gap: 4.44rem;
    grid-row-gap: 4.44rem;
    flex-flow: column;
    display: flex;
  }
  .arrows-wr {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
  .testimonials_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }
  .home_hero-img {
    width: 81.88rem;
    height: 39.88rem;
  }
  .home_hero-img.is-mob {
    display: none;
  }
  .home_hero_fact {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .title-60 {
    color: #fff;
    letter-spacing: -0.06rem;
    font-family: Gamuthdisplay, Verdana, sans-serif;
    font-size: 3.75rem;
    font-weight: 900;
    line-height: 120%;
  }
  .nav_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    display: flex;
  }
  .download-btn_text-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
  .footer_soc-link {
    background-color: var(--_colors---neutral--800);
    color: var(--_colors---neutral--white);
    border-radius: 6.25rem;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 2.88rem;
    transition:
      color 0.2s,
      background-color 0.2s;
    display: flex;
  }
  .footer_soc-link:hover {
    background-color: var(--_colors---neutral--600);
    color: #fff;
  }
  .footer_right-col {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 12.5rem;
    display: flex;
  }
  .padding-section-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .padding-section-100._pb-0 {
    padding-bottom: 0;
  }
  .container-n.is-mw-1111 {
    max-width: 69.44rem;
  }
  .container-n.is-mw-996 {
    max-width: 62.25rem;
  }
  .home_benefits_component {
    grid-column-gap: 6.25rem;
    grid-row-gap: 6.25rem;
    flex-flow: column;
    display: flex;
  }
  .footer-n {
    background-color: var(--_colors---neutral--900);
    padding-top: 5.09rem;
    padding-bottom: 5.09rem;
  }
  .small-title {
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    font-family: Satoshi, Arial, sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 120%;
  }
  .u-text-color-primary {
    color: var(--_colors---primary--primary);
  }
  .home_hero-img-wrapper {
    flex: none;
    width: 81.88rem;
    height: 39.88rem;
    position: relative;
  }
  .home_hero-mob-img {
    width: 22rem;
    position: absolute;
    top: 3.01rem;
    left: 8.74rem;
    right: auto;
  }
  .schema-date,
  .schema-itemreviewed,
  .schema-rating {
    display: none;
  }
  .testimonials_item_top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }
  .testimonials_item-vertical-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    padding-top: 1.31rem;
    padding-bottom: 1.31rem;
    display: flex;
  }
  .testimonials_item_bottom-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    display: flex;
  }
  .testimonials_item_stars-wrapper {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .testimonials_photo {
    object-fit: cover;
    border-radius: 2rem;
    width: 14.69rem;
    height: 20.38rem;
  }
  .testimonials_item-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
  .text-bold-17 {
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 150%;
  }
  .u-text-color-white {
    color: var(--_colors---neutral--white);
  }
  .text-bold-21 {
    font-size: 1.31rem;
    font-weight: 700;
    line-height: 150%;
  }
  .text-regular-17 {
    margin-bottom: 0;
    font-size: 1.06rem;
    font-weight: 400;
    line-height: 150%;
  }
  .text-regular-17.link:hover {
    border-bottom-color: var(--_colors---primary--primary);
    color: var(--_colors---primary--primary);
  }
  .blog_item:hover {
    border-color: #605d5c;
  }
  .title-32 {
    color: #fff;
    letter-spacing: -0.06rem;
    font-family: Gamuthdisplay, Verdana, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 130%;
  }
  .title-32:lang(de) {
    color: #fff;
    letter-spacing: -0.05rem;
    font-family: Gamuthdisplay, Verdana, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 130%;
  }
  .about_steps_facts {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
  .about_steps_component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .about_hero-img {
    flex: none;
    width: 72.71rem;
    height: 53.81rem;
    margin-top: 2.75rem;
    margin-left: -15.6rem;
  }
  .about_hero-img:lang(de) {
    margin-top: 16.45rem;
    margin-left: -23.6rem;
  }
  .about_hero-img.is-mob {
    display: none;
  }
  .about_fact {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .about_steps_mission_content {
    max-width: 43.75rem;
  }
  .about_believe_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .about_steps_img {
    object-fit: cover;
    border: 1.25rem solid #e9dfd7;
    border-radius: 2rem;
    width: 83.75rem;
    height: 42.88rem;
    position: relative;
    overflow: hidden;
  }
  .about_hero_component {
    background-color: var(--_colors---neutral--900);
    border-radius: 2rem;
    justify-content: space-between;
    align-items: center;
    max-height: 29.5rem;
    display: flex;
    overflow: hidden;
  }
  .about_hero_component:lang(de) {
    max-height: 37rem;
  }
  .padding-section-136 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
  .padding-section-136._pb-80 {
    padding-bottom: 5rem;
  }
  .section_about-believe {
    overflow: hidden;
  }
  .padding-bottom-8 {
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .padding-bottom-24 {
    padding: 0 0 1.5rem;
  }
  .about_hero_left {
    flex-flow: column;
    flex: none;
    width: 38rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
    display: flex;
  }
  .about_hero_left:lang(de) {
    z-index: 1;
    width: 45rem;
    position: relative;
  }
  .about_fact_content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .padding-section-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .about_steps_mission {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 53.75rem;
    padding-top: 2.5rem;
    display: flex;
  }
  .about_fact-img {
    width: 2.35rem;
    height: 5.81rem;
  }
  .about_steps_top-wrapper {
    grid-column-gap: 7.5rem;
    grid-row-gap: 7.5rem;
    justify-content: flex-start;
    align-items: center;
    max-width: 70.88rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .about_believe_num {
    background-color: var(--_colors---primary--primary);
    border-radius: 6.25rem;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
  }
  .about_believe_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    display: flex;
  }
  .communities_hero_component {
    background-color: var(--_colors---neutral--900);
    border-radius: 2rem;
    justify-content: space-between;
    align-items: center;
    height: 28.88rem;
    display: flex;
    overflow: hidden;
  }
  .communities_hero-img {
    flex: none;
    width: 25.31rem;
    height: 25rem;
    margin-top: auto;
    margin-right: 6.31rem;
  }
  .u-text-align-center {
    text-align: center;
  }
  .mw-676 {
    max-width: 42.25rem;
  }
  .section_communities-meet {
    padding-bottom: 5rem;
  }
  .communities_meet_component {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .communities_meet_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: center;
    max-width: 70.44rem;
    display: flex;
  }
  .communities_meet-img {
    width: 30.69rem;
    height: 48.31rem;
  }
  .communities_meet_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .communities_meet_item {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    border: 1px solid var(--_colors---neutral--800);
    border-radius: 2rem;
    flex-flow: column;
    padding: 3rem 2.5rem;
    display: flex;
  }
  .communities_meet_singles {
    grid-column-gap: 7.5rem;
    grid-row-gap: 7.5rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 72.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
  }
  .communities_meet_singles-img {
    width: 28.13rem;
    height: 27.5rem;
  }
  .communities_meet_singles_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }
  .communities_meet_try {
    background-color: var(--_colors---neutral--900);
    border-radius: 2rem;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    overflow: hidden;
  }
  .communities_try_heading {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 46.13rem;
    display: flex;
  }
  .communities_try_img {
    z-index: 0;
    pointer-events: none;
    width: 36.13rem;
    height: 20.88rem;
    position: absolute;
    inset: 0% 0% auto auto;
  }
  .communities_try_content {
    z-index: 1;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }
  .blog_pagination_previous:hover {
    opacity: 1;
  }
  .pagination_page-button:hover {
    opacity: 0.8;
  }
  .pagination_page-button.w--current {
    opacity: 1;
    color: #fff;
    cursor: not-allowed;
    background-color: #3c7c43;
    border-color: #3c7c43;
  }
  .rich-text h2 {
    color: var(--_colors---neutral--white);
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 130%;
  }
  .rich-text h3 {
    color: var(--_colors---neutral--white);
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 150%;
  }
  .rich-text p {
    margin-bottom: 2rem;
    font-size: 1.06rem;
    line-height: 150%;
  }
  .rich-text li {
    margin-bottom: 0.75rem;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 150%;
  }
  .rich-text a {
    border-bottom: 1px solid var(--_colors---neutral--300);
    color: var(--_colors---neutral--300);
    transition:
      border-color 0.2s,
      color 0.2s;
  }
  .rich-text a:hover {
    border-bottom-color: var(--_colors---primary--primary);
    color: var(--_colors---primary--primary);
  }
  .rich-text strong {
    font-family: Satoshi, Arial, sans-serif;
    font-weight: 700;
  }
  .rich-text.terms {
    width: 100%;
    max-width: 43.75rem;
  }
  .blogd_soc-link:hover {
    background-color: var(--_colors---neutral--600);
    color: #fff;
  }
  .terms_hero_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .terms_hero_top-wrapper {
    background-color: var(--_colors---neutral--900);
    border-radius: 2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
  }
  .section_terms-hero {
    padding-top: 8.5rem;
    padding-bottom: 5rem;
  }
  .section_safety-hero {
    padding-top: 8.5rem;
    padding-bottom: 5rem;
    overflow: hidden;
  }
  .safety_hero_heading-wrapper {
    grid-column-gap: 2.44rem;
    grid-row-gap: 2.44rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 57rem;
    display: flex;
  }
  .safety_hero-img {
    width: 42.38rem;
    height: 49.5rem;
  }
  .safety_hero_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-width: 36.75rem;
    display: grid;
  }
  .safety_component {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  @media screen and (min-width: 1440px) {
    h2,
    h3,
    h6 {
      font-family: Satoshi, Arial, sans-serif;
    }
    p {
      font-family: Satoshi, Arial, sans-serif;
      font-weight: 400;
      line-height: 28px;
    }
    .button-orange:hover {
      background-color: var(--primary-3);
    }
    .text-block-on-dark.nav-link-2.w--current {
      color: var(--white);
      font-weight: 700;
    }
    .text-block-on-dark.nav-link.w--current {
      color: var(--white);
      font-weight: 500;
    }
    .store-button:hover {
      background-color: var(--white);
      box-shadow: inset 2px 0 100px 100px #0003;
    }
    .input.no-margin::placeholder {
      font-family: Satoshi, Arial, sans-serif;
    }
    .tag:hover {
      background-color: var(--mango-tango-primary\<deleted\|variable-023cb36b\>);
      border-style: solid;
      border-color: #0000;
      border-radius: 20px;
    }
    .tag.w--current {
      color: var(--white);
      background-color: #758afe;
      border-color: #758afe;
    }
  }
  @media screen and (min-width: 1920px) {
    .text-block-on-dark.nav-link-2:hover {
      background-color: #0000;
    }
    .text-block-on-dark.nav-link:hover {
      font-weight: 400;
    }
    .text-block-on-dark.nav-link.w--current {
      color: var(--white);
      font-weight: 500;
    }
  }
  @media screen and (max-width: 991px) {
    .nav-link-2:hover {
      background-color: #0000;
      text-decoration: none;
    }
    .text-block-on-dark.nav-link:hover {
      font-weight: 700;
    }
    .text-block-on-dark.nav-link.w--current {
      font-size: 45px;
      font-weight: 700;
      line-height: 60px;
    }
    .sidebar-category:hover {
      box-shadow: inset 0 0 0 1px #fff6;
    }
    .sidebar-category-2:hover {
      box-shadow: inset 0 0 0 1px #fff6;
    }
    .swiper-slide {
      width: 200px;
    }
    .menu-icon_line-middle-inner {
      width: 4px;
      height: 0;
      padding-bottom: 0;
      padding-right: 0;
    }
    .navbar_menu-button {
      padding: 0;
    }
    .menu-icon_line-bottom {
      background-color: #fff;
      border-radius: 6.25rem;
      width: 24px;
      height: 2px;
      padding-bottom: 0;
      padding-right: 0;
    }
    .nav_link:hover,
    .nav_link.w--current {
      color: #fff;
    }
    .btn.download {
      display: none;
    }
    .menu-icon_line-middle {
      background-color: #fff;
      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 {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 48px;
      height: 48px;
      padding-bottom: 0;
      padding-right: 0;
      display: flex;
    }
    .nav_menu {
      z-index: 999;
      background-color: #fff0;
      margin-top: 0.5rem;
      margin-left: 1.19rem;
      margin-right: 1.19rem;
      position: absolute;
    }
    .menu-icon_line-top {
      background-color: #fff;
      border-radius: 6.25rem;
      width: 24px;
      height: 2.1px;
      padding-bottom: 0;
      padding-right: 0;
    }
  }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 40px;
      line-height: 42px;
    }
    h2 {
      margin-bottom: 16px;
      font-size: 32px;
      line-height: 38px;
    }
    h3 {
      margin-bottom: 12px;
      font-size: 28px;
      line-height: 32px;
    }
    .nav-brand-v3.w--current {
      padding-left: 12px;
      padding-right: 12px;
    }
    .button-orange.home-button-downloads:hover {
      background-color: #e67409;
    }
    .title-50 {
      margin-bottom: 0;
    }
  }
  @media screen and (max-width: 479px) {
    h1 {
      font-size: 40px;
    }
    h2 {
      font-size: 32px;
      line-height: 38px;
    }
    .nav-brand-v3.w--current {
      flex: none;
    }
    .button-orange.home-button-downloads:hover {
      background-color: #db710d;
    }
    .text-block-on-dark.nav-link.w--current {
      font-size: 35px;
      line-height: 50px;
    }
    .swiper-slide {
      width: 250px;
      margin-right: 5px;
      display: block;
    }
    .swiper-slide.testimonials_item,
    .swiper-slide.blog-item {
      width: 100%;
    }
    .swiper-slide.about_believe_item {
      flex: none;
      width: 100%;
      max-width: 18.81rem;
      display: flex;
    }
    .swiper {
      width: 100%;
    }
    .footer_logo {
      padding-left: 0;
    }
    .title-50 {
      margin-bottom: 0;
      font-size: 2rem;
      line-height: 130%;
    }
    .title-50.is-d-align-center {
      text-align: left;
    }
    .home_hero_left {
      min-width: 0;
    }
    .home_hero_left:lang(de) {
      min-width: auto;
      margin-right: 0;
    }
    .text-regular-21 {
      font-size: 1.06rem;
    }
    .faq_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;
    }
    .footer_right-wrapper {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      flex-flow: column;
    }
    .faq_dropdown {
      padding: 1.25rem;
    }
    .home_hero_fact-img {
      width: 1.25rem;
      height: 3.13rem;
    }
    .home_benefits_item {
      flex-flow: column;
    }
    .paragraph-21 {
      font-size: 1.06rem;
    }
    .paragraph-21.is-mw-526 {
      max-width: 100%;
    }
    .home_benefits_facts {
      grid-column-gap: 0.5rem;
      grid-row-gap: 0.5rem;
      margin-top: 2rem;
    }
    .title-40 {
      font-size: 1.5rem;
    }
    .nav {
      height: 3.8rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .title-24 {
      font-size: 1.25rem;
    }
    .btn.download {
      display: none;
    }
    .text-semibold-21 {
      font-size: 1.06rem;
    }
    .download-btn {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
    .home_hero_wrapper {
      flex-flow: column;
      justify-content: space-between;
      align-items: flex-start;
    }
    .nav_logo {
      padding-left: 0;
    }
    .text-regular-15.footer-t {
      display: none;
    }
    .text-regular-15.footer-t.mob {
      display: block;
    }
    .paragraph-17 {
      font-size: 0.81rem;
    }
    .home_faq_component {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .footer_component {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      flex-flow: column;
    }
    .heading-style-h7 {
      font-size: 0.88rem;
    }
    .nav_logo-img {
      width: 6.25rem;
      height: 1.31rem;
    }
    .benefits_content-wrapper {
      max-width: 100%;
      margin: 2rem 2rem 0;
    }
    .btn-text-small:lang(de) {
      font-size: 0.6rem;
    }
    .home_hero_component,
    .filter_form {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
    }
    .download-btn_icon:lang(de) {
      width: 1rem;
      height: 1rem;
    }
    .home_benefits-img {
      width: 17.44rem;
      height: 16.75rem;
    }
    .section_home-hero {
      padding-top: 6rem;
    }
    .arrows-wr {
      justify-content: flex-start;
      align-items: center;
    }
    .testimonials_component {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
    }
    .home_hero-img {
      width: 26.44rem;
      max-width: none;
      height: 17.5rem;
    }
    .home_hero-img.is-mob-hidden {
      width: 33.56rem;
      height: 21.33rem;
      display: none;
    }
    .home_hero-img.is-mob {
      width: 27.69rem;
      height: 18.75rem;
      margin-left: 5.25rem;
      display: block;
    }
    .home_hero_fact {
      grid-column-gap: 0.25rem;
      grid-row-gap: 0.25rem;
      justify-content: center;
      align-items: center;
    }
    .title-60 {
      font-size: 2rem;
    }
    .title-60.u-text-align-center:lang(de) {
      font-size: 1.7rem;
    }
    .title-60.u-text-align-center.mob-align-left {
      text-align: left;
    }
    .footer_right-col {
      width: auto;
    }
    .padding-section-100 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .padding-section-100._pb-0._mob-pb-32 {
      padding-bottom: 2rem;
    }
    .home_benefits_component {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
    }
    .footer-n {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
    .home_hero-img-wrapper {
      width: auto;
      height: auto;
      margin-top: 1.5rem;
      margin-left: -0.63rem;
    }
    .home_hero-mob-img {
      width: 11.46rem;
      height: 20.46rem;
      top: 1.11rem;
      left: 0;
    }
    .testimonials_item-vertical-wrapper {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      padding-top: 0;
      padding-bottom: 0;
    }
    .testimonials_photo {
      width: 18.13rem;
      height: 13.75rem;
    }
    .testimonials_item-content {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      flex-flow: column;
    }
    .text-regular-17 {
      font-size: 0.94rem;
    }
    .blog_item:hover {
      border-style: none;
    }
    .title-32 {
      font-size: 1.5rem;
    }
    .u-mob-pb-8 {
      padding-bottom: 0.5rem;
      padding-right: 0;
    }
    .u-mob-pb-24 {
      padding-bottom: 1.5rem;
      padding-right: 0;
    }
    .about_steps_facts {
      grid-column-gap: 1.72rem;
      grid-row-gap: 1.72rem;
      flex-flow: column;
    }
    .about_steps_component {
      grid-column-gap: 3rem;
      grid-row-gap: 3rem;
    }
    .about_hero-img {
      width: 20.38rem;
      height: 13.56rem;
      display: none;
    }
    .about_hero-img.is-mob {
      width: 20.44rem;
      max-width: none;
      height: 14.44rem;
      margin-top: 1.13rem;
      margin-left: 0;
      display: block;
    }
    .about_believe_component {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .about_steps_img {
      width: 20.44rem;
      height: 13.75rem;
    }
    .about_hero_component {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      flex-flow: column;
      max-height: 100%;
    }
    .about_hero_component:lang(de) {
      max-height: 47rem;
    }
    .padding-section-136 {
      padding-top: 5rem;
      padding-bottom: 3rem;
    }
    .section_about-believe {
      padding-bottom: 3rem;
    }
    .padding-bottom-24 {
      padding-bottom: 1rem;
    }
    .about_hero_left {
      max-width: 100%;
      padding: 2rem 2rem 0;
    }
    .about_hero_left:lang(de) {
      width: auto;
    }
    .padding-section-80.u-mob-pt-0 {
      padding-top: 0;
      padding-bottom: 3rem;
    }
    .about_steps_mission {
      grid-column-gap: 2.5rem;
      grid-row-gap: 2.5rem;
      padding-top: 0;
    }
    .about_steps_top-wrapper {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .about_believe_grid {
      grid-column-gap: 0rem;
      grid-row-gap: 0rem;
      grid-template-columns: 1fr;
    }
    .communities_hero_component {
      grid-column-gap: 2.69rem;
      grid-row-gap: 2.69rem;
      flex-flow: column;
      height: auto;
      max-height: 35.06rem;
    }
    .communities_hero-img {
      width: 16.38rem;
      height: 16rem;
      margin-right: 0;
    }
    .section_communities-meet {
      padding-bottom: 3rem;
    }
    .communities_meet_component {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .communities_meet_content {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      flex-flow: column;
    }
    .communities_meet-img {
      width: 16.56rem;
      height: 26.06rem;
    }
    .communities_meet_item {
      padding: 2rem 1.5rem;
    }
    .communities_meet_singles {
      grid-column-gap: 2.5rem;
      grid-row-gap: 2.5rem;
      flex-flow: column;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .communities_meet_singles-img {
      width: 20.44rem;
      height: 20rem;
    }
    .communities_meet_try {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      flex-flow: column;
      max-height: 100%;
      padding: 2rem 1.5rem;
    }
    .communities_try_heading {
      width: auto;
      max-width: 100%;
    }
    .communities_try_img {
      width: 21.38rem;
      max-width: none;
      height: 12.38rem;
      top: -1rem;
      left: -0.5rem;
    }
    .communities_try_content {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
    }
    .u-text-wrap-balance {
      text-wrap: balance;
    }
    .rich-text h2 {
      font-size: 1.5rem;
    }
    .rich-text h3 {
      font-size: 1.25rem;
    }
    .terms_hero_component {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
    }
    .terms_hero_top-wrapper {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      flex-flow: column;
      padding: 2rem;
    }
    .section_terms-hero {
      padding-top: 5rem;
      padding-bottom: 1.5rem;
    }
    .section_safety-hero {
      padding-top: 5rem;
      padding-bottom: 2rem;
    }
    .safety_hero_heading-wrapper {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .safety_hero-img {
      width: 20.44rem;
      height: 23.88rem;
    }
    .safety_hero_grid {
      min-width: auto;
    }
    .safety_component {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
    }
  }
}
