@charset "UTF-8";
@font-face {
  font-family: "GT Maru";
  src: url("../fonts/GTMaru-Black.woff2") format("woff2"), url("../fonts/GTMaru-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Maru";
  src: url("../fonts/GTMaru-Bold.woff2") format("woff2"), url("../fonts/GTMaru-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Maru";
  src: url("../fonts/GTMaru-Light.woff2") format("woff2"), url("../fonts/GTMaru-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Maru";
  src: url("../fonts/GTMaru-Medium.woff2") format("woff2"), url("../fonts/GTMaru-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Maru";
  src: url("../fonts/GTMaru-Regular.woff2") format("woff2"), url("../fonts/GTMaru-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  /*Colors*/
  --fbs-primary-green: #319966;
  --fbs-white: #ffffff;
  --fbs-black: #000000;
  --fbs-grey: #F2F2F2;
  --fbs-light-green: #2FAC7B;
  --fbs-emphasis: #C9E4D7;
  /*font size*/
  --title-size: clamp(2.8125rem, 1.7234rem + 4.7097vw, 7.375rem);
  --heading-1: clamp(2.125rem, 1.3343rem + 3.4194vw, 5.4375rem);
  --heading-2: clamp(1.0625rem, 0.7194rem + 1.4839vw, 2.5rem);
  --text-size:clamp(0.9375rem, 0.7883rem + 0.6452vw, 1.5625rem);
  --nav-size: clamp(0.9375rem, 0.8331rem + 0.4516vw, 1.375rem);
  /*font styling*/
  --GTMaru-font: "GT Maru", Arial, sans-serif;
  --normal-style: normal;
  --normal: 400;
  --bold: 500;
  --light: 300;
  /*border radius*/
  --block-radius: 45px;
  --rectangle-radius: 34px;
  --card-radius: 28px;
  /*Mobile Sizes*/
  --title-mobile: 40px;
  --h1-mobile: 34px;
  --h2-mobile: 17px;
  --text-mobile: 15px;
  --btn-mobile: 25px;
  --h1-btw: 50px;
  /*Mobile padding & margins*/
  --block-padding-small: 7px;
  --body-margin: 20px;
  /*Mobile border radius*/
  --block-radius-mobile: 15px;
  --card-radius-mobile: 8px;
}

*,
html {
  scroll-behavior: smooth !important;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* .data-only {
    display: block;
} */
@media (max-width: 730px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
:root {
  /*Colors*/
  --fbs-primary-green: #319966;
  --fbs-white: #ffffff;
  --fbs-black: #000000;
  --fbs-grey: #F2F2F2;
  --fbs-light-green: #2FAC7B;
  --fbs-emphasis: #C9E4D7;
  /*font size*/
  --title-size: clamp(2.8125rem, 1.7234rem + 4.7097vw, 7.375rem);
  --heading-1: clamp(2.125rem, 1.3343rem + 3.4194vw, 5.4375rem);
  --heading-2: clamp(1.0625rem, 0.7194rem + 1.4839vw, 2.5rem);
  --text-size:clamp(0.9375rem, 0.7883rem + 0.6452vw, 1.5625rem);
  --nav-size: clamp(0.9375rem, 0.8331rem + 0.4516vw, 1.375rem);
  /*font styling*/
  --GTMaru-font: "GT Maru", Arial, sans-serif;
  --normal-style: normal;
  --normal: 400;
  --bold: 500;
  --light: 300;
  /*border radius*/
  --block-radius: 45px;
  --rectangle-radius: 34px;
  --card-radius: 28px;
  /*Mobile Sizes*/
  --title-mobile: 40px;
  --h1-mobile: 34px;
  --h2-mobile: 17px;
  --text-mobile: 15px;
  --btn-mobile: 25px;
  --h1-btw: 50px;
  /*Mobile padding & margins*/
  --block-padding-small: 7px;
  --body-margin: 20px;
  /*Mobile border radius*/
  --block-radius-mobile: 15px;
  --card-radius-mobile: 8px;
}

*,
html {
  scroll-behavior: smooth !important;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* .data-only {
    display: block;
} */
@media (max-width: 730px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
.homepage-video {
  border-radius: 42px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 30%;
  top: 0;
}

.homepage-element {
  display: flex;
  flex-direction: row;
  height: 100%;
  position: relative;
}
.homepage-element .homepage-element-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 50px;
  padding: 0;
  /*  margin-bottom: 50px; */
  margin-left: 40px;
}
.homepage-element .homepage-element-left__title {
  max-width: 1122px;
  width: 100%;
  line-height: 101px;
  /* 85.593% */
  letter-spacing: -6.49px;
  font-size: var(--title-size);
  margin: 0;
  /*  margin-bottom: 50px; */
  padding: 0;
}
.homepage-element .homepage-element-left__surtitle {
  max-width: 536px;
  width: 100%;
  flex-shrink: 0;
  letter-spacing: -1.32px;
  font-size: var(--text-size);
}
@keyframes dialogueAnim {
  0% {
    transform: scaleX(0) scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scale(1) scale(1);
    opacity: 1;
  }
}
.homepage-element .homepage-element-bubble {
  bottom: 0;
  right: 0;
  position: absolute;
  margin-bottom: 50px;
  margin-right: 40px;
}
.homepage-element .homepage-element-bubble__fbs-text {
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: 1;
  max-width: 150px;
}
.homepage-element .homepage-element-bubble__bubble-br {
  bottom: 0;
  right: 0;
  width: 550px;
  height: 300px;
  opacity: 0;
  transform-origin: bottom right;
  z-index: 0;
  animation: dialogueAnim 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.homepage-element .homepage-element-bubble__text-br {
  position: relative;
  color: var(--fbs-black);
  font-size: var(--nav-size);
  z-index: 1;
  flex-shrink: 0;
  top: 110px;
  left: 30px;
  max-width: 430px;
  width: 100%;
}
.homepage-element .homepage-element-bubble__fbs-br {
  position: absolute;
  right: 0;
  bottom: 4px;
  z-index: 5;
  border-radius: 50px;
  border-bottom-right-radius: 0px;
  /*   background: var(--fbs-primary-green); */
}
.homepage-element .homepage-element-bubble__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.button {
  display: flex;
  margin-bottom: 40px;
}
.button__btn {
  font-size: var(--nav-size);
  border-radius: var(--rectangle-radius);
  background-color: var(--fbs-white);
  color: var(--fbs-black);
  border: none;
  margin-top: 0;
  width: 237px;
  height: 68px;
  display: inline-block;
  cursor: pointer;
}
.button__btn2 {
  border-radius: var(--rectangle-radius);
  background-color: var(--fbs-white);
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  width: 68px;
  height: 68px;
}

img.button__arrow {
  height: 14px;
  width: 13px;
}

.button:hover .button__btn {
  border: solid 3px white;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  color: var(--fbs-white);
}
.button:hover .button__btn2 {
  border: solid 3px white;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  transform: rotate(135deg);
  color: var(--fbs-white);
}
.button:hover .button__btn2 img {
  filter: invert(1);
}

.home-download__link {
  text-decoration: none;
  scroll-behavior: smooth;
}

.homepage__placeholder {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
}
.homepage__placeholder .button {
  margin-top: 0;
}

.homepage_spacer {
  width: 100%;
}

.bubble-logo {
  margin-top: -10%;
  margin-bottom: 20px;
  height: 35px;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

@media (max-width: 1730px) {
  .homepage-element {
    display: flex;
    flex-direction: row;
    height: 100%;
    position: relative;
  }
  .homepage-element .homepage-element-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 50px;
    padding: 0;
    /*   margin-bottom: 50px; */
    margin-left: 40px;
  }
  .homepage-element .homepage-element-left__title {
    font-size: 100px;
    /* margin-bottom: 40px; */
  }
  .button:hover .button__btn {
    border: solid 3px white;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    color: var(--fbs-white);
  }
  .button:hover .button__btn2 {
    border: solid 3px white;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    transform: rotate(135deg);
    color: var(--fbs-white);
  }
  .home-download__link {
    text-decoration: none;
    scroll-behavior: smooth;
  }
  .homepage__placeholder {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
  }
  .homepage__placeholder .button {
    margin-top: 32px;
  }
  .homepage_spacer {
    width: 100%;
  }
  .bubble-logo {
    margin-top: -10%;
    margin-bottom: 20px;
    height: 35px;
  }
}
@media (max-width: 1440px) {
  .homepage-element .homepage-element-left {
    padding: 0;
  }
  .homepage-element .homepage-element-left__title {
    font-size: 100px;
  }
  .homepage-element .homepage-element-bubble {
    bottom: 0;
    right: 0;
    position: absolute;
    margin-bottom: 0 40px 50px 0;
  }
  .homepage-element .homepage-element-bubble__fbs-br {
    width: 60px;
    position: absolute;
    margin-bottom: 30px;
    right: 0;
    bottom: 0;
    z-index: 5;
    border-radius: 50px;
    border-bottom-right-radius: 0px;
    /*     background: var(--fbs-primary-green); */
  }
  .homepage-element .homepage-element-bubble__bubble-br {
    bottom: 0;
    right: 0;
    width: 450px;
    height: 300px;
  }
  .homepage-element .homepage-element-bubble__text-br {
    font-size: var(--h2-mobile);
    top: 110px;
    left: 30px;
    max-width: 360px;
    width: 100%;
  }
  .homepage-element .homepage-element-bubble__fbs-text {
    top: 70px;
  }
  .homepage-element .homepage-element-bubble__img {
    width: 450px;
    height: -200px;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1270px) {
  /*   .homepage-element-bubble.mobile-only {
      display: block;
      height: auto;
  } */
  .fbs-logo {
    height: 60px;
  }
  .homepage-element .homepage-element-left__title {
    font-size: 80px;
    line-height: normal;
    max-width: 630px;
    width: 100%;
    margin-bottom: 40px;
  }
  .homepage-element .homepage-element-bubble__fbs-text {
    position: absolute;
    top: 60px;
    left: 50px;
    z-index: 1;
  }
  .homepage-element .homepage-element-bubble__fbs-br {
    width: 60px;
    position: absolute;
    margin-bottom: 42px;
  }
  .homepage-element .homepage-element-bubble__text-br {
    max-width: 340px;
    width: 100%;
    left: 50px;
    font-size: var(--h2-mobile);
    padding: 0;
    top: 100px;
  }
  .homepage-element .homepage-element-bubble__img {
    width: 420px;
    height: -200px;
    top: 0;
    right: 0;
    bottom: -60px;
  }
  .homepage-element .button {
    display: flex;
  }
  .homepage-element .button__btn {
    font-size: var(--text-mobile);
    border-radius: var(--rectangle-radius);
    background-color: var(--fbs-white);
    color: var(--fbs-black);
    border: none;
    margin-top: 0;
    width: 185px;
    height: 58px;
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
  }
  .homepage-element .button__btn2 {
    font-size: var(--nav-size);
    border-radius: var(--rectangle-radius);
    background-color: var(--fbs-white);
    color: var(--fbs-black);
    border: none;
    margin-top: 0;
    width: 58px;
    height: 58px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  .homepage-element .button__arrow {
    max-width: 12px;
    width: 100%;
  }
}
@media (max-width: 1270px) and (max-width: 1100px) {
  .bubble-long {
    display: block;
    height: auto;
  }
  .homepage-element-bubble.mobile-only {
    display: block;
    height: auto;
  }
  .homepage-element-bubble.desktop-only {
    display: none;
  }
  .bubble-mobile {
    display: none;
  }
}
@media (max-width: 1270px) {
  .homepage-element .homepage-element-left {
    margin-bottom: 0px;
    gap: 0;
    display: flex;
    justify-content: flex-end;
  }
  .homepage-element .homepage-element-left__title {
    max-width: 780px;
    width: 95%;
    margin-top: 2em;
  }
  .homepage-element .homepage-element-left__surtitle {
    max-width: 536px;
    width: 100%;
  }
  .homepage-element-bubble {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 20px 30px 20px;
    position: relative;
  }
  .homepage-element-bubble__fbs-br {
    height: 17%;
    margin-bottom: 0;
    right: 0;
    position: absolute;
    bottom: 0px;
    border-radius: 40px;
    border-bottom-right-radius: 0px;
  }
  .homepage-element-bubble__text-br {
    font-size: var(--text-size);
    color: var(--fbs-white);
    position: absolute;
    z-index: 5;
    left: 50px;
    top: 12vw;
    width: 88%;
  }
  .homepage-element-bubble__fbs-logotext {
    position: absolute;
    z-index: 5;
    top: 4vw;
    left: 50px;
    width: 240px;
  }
  .homepage-element-bubble__bubble-br {
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transform-origin: bottom right;
    z-index: 0;
    animation: dialogueAnim 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .homepage-element-bubble__img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
  }
}
@media (max-width: 1100px) {
  .homepage-element-bubble__text-br {
    left: 30px;
    top: 8vw;
    width: 90%;
  }
}
@media (max-width: 730px) {
  img.button__arrow {
    height: 12px;
    width: 12px;
  }
  .button {
    display: flex;
  }
  .button__btn {
    font-size: var(--nav-size);
    border-radius: var(--rectangle-radius);
    background-color: var(--fbs-white);
    color: var(--fbs-black);
    border: none;
    margin-top: 0;
    width: 155px;
    height: 48px;
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
  }
  .button__btn2 {
    font-size: var(--text-mobile);
    width: 48px;
    height: 48px;
  }
  .homepage-video {
    border-radius: 30px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 30%;
    top: 0;
  }
  .bubble-long {
    display: none;
  }
  .homepage-element-bubble.desktop-only {
    display: none;
  }
  .bubble-mobile {
    display: block;
    height: auto;
  }
  .fbs-logo {
    height: 30px;
  }
  .home-download__link {
    margin-bottom: 40px;
  }
  .homepage_spacer {
    display: none;
  }
  .homepage-element .homepage-element-left {
    padding: 0;
    margin-left: 30px;
  }
  .homepage-element .homepage-element-left__title {
    font-size: 34px;
    line-height: normal;
    letter-spacing: -3.825px;
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 350px;
    font-size: 45px;
  }
  .homepage-element .homepage-element-left__surtitle {
    font-size: var(--h2-mobile);
    max-width: 380px;
    width: 100%;
  }
  .homepage-element-bubble {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 7px 0px 7px;
    position: relative;
    height: 100%;
  }
  .homepage-element-bubble__fbs-br {
    height: 26%;
    margin-bottom: 3px;
    right: 0px;
    position: absolute;
    bottom: 0px;
    border-radius: 40px;
    border-bottom-right-radius: 0px;
  }
  .homepage-element-bubble__text-br {
    font-size: var(--h2-mobile);
    color: var(--fbs-white);
    position: absolute;
    z-index: 5;
    left: 50px;
    top: 17vw;
    width: 80%;
  }
  .homepage-element-bubble__fbs-logotext {
    position: absolute;
    z-index: 5;
    top: 50px;
    left: 50px;
    width: 30%;
  }
  .homepage-element-bubble__bubble-br {
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transform-origin: bottom right;
    z-index: 0;
    animation: dialogueAnim 1.5s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .homepage-element-bubble__img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}
@media (max-width: 500px) {
  img.button__arrow {
    top: 50%;
    left: 50%;
    height: 12px;
    width: 12px;
  }
  .homepage-element .homepage-element-left__title {
    flex-shrink: 0;
    line-height: 45px;
    letter-spacing: 0;
    width: 100%;
    font-size: 39px;
  }
  .homepage-element .homepage-element-left__surtitle {
    font-size: var(--text-mobile);
    line-height: normal;
    letter-spacing: -0.825px;
    width: 70%;
    max-width: 265px;
    flex-shrink: 0;
  }
  .fbs-logo {
    height: 35px;
  }
  .homepage-element-bubble-mobile {
    display: flex;
    justify-content: center;
    margin: 0px 7px 0px 7px;
    position: relative;
  }
  .homepage-element-bubble-mobile .homepage-element-bubble__fbs-br {
    z-index: 10;
    max-height: 50px;
    height: 100%;
    background-color: var(--fbs-white);
    right: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    border-radius: 50px;
    border-bottom-right-radius: 0px;
  }
  .homepage-element-bubble {
    position: relative;
  }
  .homepage-element-bubble .bubble-logo {
    margin-top: 0;
    margin-bottom: 20px;
    height: 35px;
    max-width: 160px;
    width: 100%;
  }
  .homepage-element-bubble__img {
    color: var(--fbs-white);
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .homepage-element-bubble__fbs-logotext {
    position: absolute;
    z-index: 1;
    max-width: 130px;
    width: 100%;
    padding: 10% 0% 0% 5%;
    top: -15px;
    left: 0;
  }
  .homepage-element-bubble__text-br {
    max-width: 300px;
    font-size: 15px;
    color: var(--fbs-white);
    position: absolute;
    z-index: 1;
    margin: 0;
    left: 15px;
    padding: 0;
    width: 100%;
    letter-spacing: -0.825px;
    line-height: normal;
    top: 4vw;
  }
}
.download-element {
  padding: 0px 20px 0px 20px;
  margin-bottom: 160px;
}
.download-element .heading-1 {
  font-size: var(--heading-1);
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 20px;
}
.download-element .heading-2 {
  font-size: var(--heading-2);
  margin-top: 70px;
  color: var(--Text-Color, #172124);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.2px;
  max-width: 400px;
  width: 100%;
  margin-bottom: 0;
}
.download-element .text {
  font-size: var(--text-size);
  max-width: 414px;
  width: 100%;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.21px;
  margin-top: 0px;
}
.download-element__btn2 {
  font-size: var(--nav-size);
  border-radius: var(--rectangle-radius);
  background-color: var(--fbs-primary-green);
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  width: 68px;
  height: 68px;
  transition: all 0.5s ease-in-out;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-element__store {
  margin-top: 60px;
}
.download-element__text {
  font-size: var(--text-size);
  width: 90%;
}

.download-heading-2 {
  color: var(--Text-Color, #172124);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.35%;
  letter-spacing: -2.475px;
  max-width: 1207.192px;
  width: 100%;
  flex-shrink: 0;
  margin-top: 87px;
  margin-bottom: 155px;
}

/* .download-element__btn2:hover {
    transition: all 0.5s ease-in-out;
    transform: rotate(135deg);
    border: solid 2px var(--fbs-primary-green);
    background-color: var(--fbs-grey);
    color: var(--fbs-primary-green);

    img {
        filter: brightness(0) saturate(100%) invert(45%) sepia(60%) saturate(415%) hue-rotate(98deg) brightness(99%) contrast(94%);
    }
}
 */
@media (max-width: 1730px) {
  .download-heading-2 {
    font-size: var(--heading-2);
    width: 80%;
  }
}
@media (max-width: 1440px) {
  .download-emphasis {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .download-heading-2 {
    text-align: center;
    width: 80%;
  }
}
@media (max-width: 1270px) {
  .download-emphasis {
    display: flex;
    justify-content: center;
  }
  .download-heading-2 {
    font-size: var(--text-size);
    max-width: 800px;
    width: 80%;
    margin: 60px 0 30px 0;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
  }
  .download-element .heading-1 {
    font-size: var(--h1-btw);
    margin-bottom: 10px;
    margin-left: 7px;
  }
  .download-element .heading-2 {
    font-size: var(--text-size);
    margin-top: 50px;
    margin-bottom: 0px;
    font-weight: 500;
  }
  .download-element .text {
    font-size: var(--h2-mobile);
    width: 70%;
  }
  .download-element__btn2 {
    width: 58px;
    height: 58px;
  }
  .download-element__store {
    margin-top: 30px;
    width: 200px;
  }
  .download-element__text {
    font-size: var(--h2-mobile);
    width: 75%;
  }
}
@media (max-width: 730px) {
  .download-element {
    padding: 0px 10px 0px 10px;
    margin-bottom: 100px;
  }
  .download-element__btn2 {
    margin: 10px;
    width: 40px;
    height: 40px;
    font-size: var(--h2-mobile);
  }
  .download-element__text {
    font-size: var(--text-mobile);
    margin-top: 0px;
    width: 100%;
    max-width: 270px;
  }
  .download-element__store {
    width: 150px;
    margin-top: 20px;
    left: 0;
  }
  .download-element .download-emphasis {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .download-element .download-heading-2 {
    font-size: var(--h2-mobile);
    text-align: center;
    width: 80%;
    line-height: 140.35%;
    letter-spacing: -0.935px;
    line-height: normal;
    flex-shrink: 0;
    margin: 30px 0 0 0;
  }
  .download-element .emphasis {
    background-color: var(--fbs-emphasis);
    padding: 0.1rem;
  }
  .download-element .heading-1 {
    font-size: var(--h1-mobile);
    margin-bottom: 10px;
    margin-left: 0;
  }
  .download-element .heading-2 {
    font-size: var(--h2-mobile);
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 227px;
    width: 100%;
    line-height: normal;
    letter-spacing: -0.935px;
  }
}
@media (max-width: 500px) {
  .download-element {
    padding: 0px 10px 0px 10px;
    margin-bottom: 60px;
  }
  .download-element__store {
    max-height: 50px;
    height: 100%;
    width: auto;
    margin-top: 10px;
  }
  .download-element .download-heading-2 {
    font-size: var(--h2-mobile);
    line-height: 140.35%;
    /* 23.859px */
    letter-spacing: -0.935px;
    max-width: 343px;
    width: 100%;
  }
  .download-element .heading-1 {
    font-size: var(--h1-mobile);
    margin-bottom: 10px;
    margin-left: 0;
  }
  .download-element .heading-2 {
    margin-bottom: 5px;
    margin-top: 10px;
  }
}
.benefits-element {
  padding: 0px 65px 0px 20px;
  margin-bottom: 160px;
}
.benefits-element__heading-1 {
  font-size: var(--heading-1);
  margin-bottom: 10px;
  margin-left: 20px;
}
.benefits-element__heading-2 {
  font-size: var(--heading-2);
  font-weight: 500;
  margin-bottom: 0px;
  max-width: 539px;
  width: 100%;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 500;
  line-height: 133.35%;
  /* 46.672px */
  letter-spacing: -1.925px;
}
.benefits-element__heading-2_4 {
  font-size: var(--heading-2);
  font-weight: 500;
  margin-bottom: 10px;
  max-width: 539px;
  width: 100%;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 500;
  line-height: 133.35%;
  /* 46.672px */
  letter-spacing: -1.925px;
}
.benefits-element__text {
  max-width: 704px;
  width: 100%;
  flex-shrink: 0;
  margin-top: 10px;
  font-size: var(--text-size);
}
.benefits-element__text_4 {
  max-width: 880px;
  width: 100%;
  flex-shrink: 0;
  margin-top: 10px;
  font-size: var(--text-size);
}

@media (max-width: 1730px) {
  .benefits-element__heading-2 {
    width: 100%;
  }
  .benefits-element__heading-2_4 {
    width: 100%;
  }
}
@media (max-width: 1270px) {
  .benefits-element {
    padding: 0px 65px 0px 20px;
    margin-bottom: 160px;
  }
  .benefits-element__heading-1 {
    font-size: var(--h1-btw);
    margin-bottom: 10px;
    margin-left: 7px;
  }
  .benefits-element__heading-2 {
    font-size: var(--text-size);
    letter-spacing: 1.805px;
    font-weight: 500;
    margin-bottom: 0px;
    max-width: 539px;
    width: 70%;
    flex-shrink: 0;
    font-style: normal;
    font-weight: 500;
    line-height: 133.35%;
    /* 46.672px */
    letter-spacing: -1.925px;
  }
  .benefits-element__heading-2_4 {
    font-size: var(--text-size);
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 539px;
    width: 100%;
    flex-shrink: 0;
    font-style: normal;
    font-weight: 500;
    line-height: 133.35%;
    /* 46.672px */
    letter-spacing: -1.925px;
  }
  .benefits-element__text {
    max-width: 704px;
    width: 90%;
    flex-shrink: 0;
    margin-top: 10px;
    font-size: var(--h2-mobile);
  }
  .benefits-element__text_4 {
    max-width: 880px;
    width: 100%;
    flex-shrink: 0;
    margin-top: 10px;
    font-size: var(--h2-mobile);
  }
}
@media (max-width: 1100px) {
  .benefits-element {
    padding: 0px 10px 0px 10px;
    margin-bottom: 100px;
  }
  .benefits-element__heading-1 {
    font-size: var(--h1-btw);
    margin-bottom: 0;
    margin-left: 0;
  }
  .benefits-element__heading-2 {
    font-size: var(-text-size);
    font-weight: 500;
    width: 80%;
    margin-bottom: 0px;
    margin-left: 15px;
    line-height: 133.35%;
    /* 22.669px */
    letter-spacing: -0.935px;
  }
  .benefits-element__heading-2_4 {
    font-size: var(--text-size);
    font-weight: 500;
    width: 80%;
    margin-bottom: 0px;
    margin-left: 15px;
    line-height: 133.35%;
    /* 22.669px */
    letter-spacing: -0.935px;
  }
  .benefits-element__text {
    width: 70%;
    margin: 10px 7px 30px 15px;
    font-size: var(--h2-mobile);
    line-height: 140.35%;
    /* 21.052px */
    letter-spacing: -0.825px;
  }
  .benefits-element__text_4 {
    width: 80%;
    margin: 10px 7px 30px 15px;
    font-size: var(--h2-mobile);
    line-height: 140.35%;
    /* 21.052px */
    letter-spacing: -0.825px;
  }
  .benefits-element__numbers {
    font-size: var(--h1-btw);
    color: var(--fbs-primary-green);
    font-weight: 300;
    margin: 20px 0 10px 7px;
  }
}
@media (max-width: 730px) {
  .benefits-element {
    padding: 0px 10px 0px 10px;
    margin-bottom: 100px;
  }
  .benefits-element__heading-1 {
    font-size: var(--h1-mobile);
    margin-bottom: 0;
    margin-left: 0;
  }
  .benefits-element__heading-2 {
    font-size: var(--h2-mobile);
    font-weight: 500;
    width: 80%;
    margin-bottom: 0px;
    margin-left: 15px;
    line-height: 133.35%;
    /* 22.669px */
    letter-spacing: -0.935px;
  }
  .benefits-element__heading-2_4 {
    font-size: var(--h2-mobile);
    font-weight: 500;
    width: 80%;
    margin-bottom: 0px;
    margin-left: 15px;
    line-height: 133.35%;
    /* 22.669px */
    letter-spacing: -0.935px;
  }
  .benefits-element__text {
    width: 70%;
    margin: 10px 7px 30px 15px;
    font-size: var(--text-mobile);
    line-height: 140.35%;
    /* 21.052px */
    letter-spacing: -0.825px;
  }
  .benefits-element__text_4 {
    width: 80%;
    margin: 10px 7px 30px 15px;
    font-size: var(--text-mobile);
    line-height: 140.35%;
    /* 21.052px */
    letter-spacing: -0.825px;
  }
  .benefits-element__numbers {
    font-size: var(--h1-mobile);
    color: var(--fbs-primary-green);
    font-weight: 300;
    margin: 20px 0 10px 7px;
  }
}
@media (max-width: 500px) {
  .benefits-element {
    padding: 0px 10px 0px 10px;
    width: calc(100% - 30px);
    margin-bottom: 60px;
  }
  .benefits-element__heading-2 {
    font-size: var(--h2-mobile);
    width: 100%;
    margin-bottom: 0px;
  }
  .benefits-element__heading-2_4 {
    font-size: var(--h2-mobile);
    width: 100%;
    margin-bottom: 0px;
  }
  .benefits-element__text {
    width: 100%;
    max-width: 320px;
    margin: 5px 7px 30px 15px;
  }
  .benefits-element__text_4 {
    width: 100%;
    max-width: 320px;
    margin: 5px 7px 0px 15px;
  }
  .benefits-element__numbers {
    font-size: var(--h1-mobile);
    color: var(--fbs-primary-green);
    font-weight: 300;
    margin: 20px 0 10px 7px;
  }
}
.how-element {
  margin-bottom: 160px;
  display: flex;
  flex-direction: row;
  height: 100%;
  padding-left: 20px;
}
.how-element__heading-1 {
  font-size: var(--heading-1);
  margin-bottom: 85px;
  max-width: 1322px;
  width: 60%;
  flex-shrink: 0;
  line-height: normal;
  letter-spacing: -4.785px;
  z-index: 2;
}
.how-element .how-element-left {
  padding: 45px 30px 20px 30px;
  display: flex;
  flex-direction: column;
}
.how-element .how-element-left__text {
  margin-top: 0px;
  font-size: 22px;
  max-width: 551px;
  width: 100%;
  flex-shrink: 0;
  font-size: var(--text-size);
  line-height: 135.35%;
  /* 32.484px */
  letter-spacing: -1.32px;
  z-index: 2;
}

.how-element-right {
  position: absolute;
  right: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.how-element-right__iphone {
  z-index: 0;
  max-width: 520px;
  width: 100%;
  height: auto;
}

@media (max-width: 1730px) {
  .how-element__heading-1 {
    width: 60%;
  }
  .how-element .how-element-left__text {
    width: 50%;
  }
}
@media (max-width: 1440px) {
  .how-element__heading-1 {
    font-size: var(--heading-1);
    margin-bottom: 45px;
    max-width: 1322px;
    width: 60%;
    flex-shrink: 0;
    line-height: normal;
    letter-spacing: -4.785px;
  }
  .how-element .how-element-left__text {
    width: 70%;
  }
  .how-element-right {
    right: 3vw;
  }
  .how-element-right__iphone {
    z-index: 0;
    max-width: 480px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1270px) {
  .how-element {
    margin-bottom: 0px;
    padding: 0;
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .how-element__heading-1 {
    font-size: var(--h1-btw);
    letter-spacing: 0;
    line-height: 55px;
    margin-bottom: 50px;
    width: 50%;
  }
  .how-element .how-element-left {
    padding: 45px 30px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .how-element .how-element-left__text {
    width: 70%;
    flex-shrink: 0;
    font-size: var(--h2-mobile);
    line-height: normal;
    letter-spacing: 0px;
  }
  .how-element-right__iphone {
    max-width: 350px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1100px) {
  /* 
  .green-block.mobile-only {
      display: block;
  }

  .green-block.desktop-only {
      display: none;
  } */
  .how-element {
    padding: 0px 10px 20px 10px;
    margin-bottom: 100px;
    display: flex;
    position: relative;
    flex-direction: row;
    height: 100%;
  }
  .how-element__heading-1 {
    width: 50%;
  }
  .how-element-right {
    right: 3vw;
    top: 3vh;
  }
  .how-element-right__iphone {
    max-width: 250px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 730px) {
  .how-element {
    padding: 0px 10px 20px 10px;
    margin-bottom: 100px;
    display: flex;
    position: relative;
    flex-direction: row;
    height: 100%;
  }
  .how-element__heading-1 {
    font-size: var(--h1-mobile);
    margin: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: normal;
    letter-spacing: -1.87px;
    max-width: 240px;
    width: 100%;
  }
  .how-element .how-element-left {
    padding: var(--block-padding-small);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .how-element .how-element-left__text {
    margin: 0;
    font-size: var(--text-mobile);
    width: 100%;
    line-height: 135.35%;
    /* 20.302px */
    letter-spacing: -0.825px;
  }
  .how-element-right {
    display: none;
  }
}
@media (max-width: 500px) {
  .how-element__heading-1 {
    max-width: 150px;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .how-element .how-element-left {
    display: flex;
    flex-direction: column;
  }
  .how-element .how-element-left__text {
    font-size: 22px;
    max-width: 318.754px;
    width: 100%;
    font-size: var(--text-mobile);
    margin: 0;
  }
  .how-element__heading-1 {
    max-width: 250px;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .how-element-right {
    display: none;
  }
}
.what-element {
  padding: 0px 20px 0px 20px;
  margin: 100px 0;
}
.what-element__heading-1 {
  font-size: var(--heading-1);
  margin-left: 40px;
  margin-bottom: 100px;
}
.what-element .what-element-bottom {
  height: 400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 10px;
}
.what-element .what-element-bottom__content {
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.what-element .what-element-bottom__text {
  max-width: 686px;
  width: 100%;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 135.35%;
  /* 46.019px */
  letter-spacing: -1.87px;
}
.what-element .what-element-bottom__circle {
  height: 100%;
}

@media (max-width: 1270px) {
  .what-element {
    padding: 0px 20px 0px 20px;
    margin-bottom: 50px;
  }
  .what-element__heading-1 {
    font-size: var(--h1-btw);
    margin: 80px 0 20px 40px;
  }
  .what-element .what-element-bottom {
    height: 400px;
    display: flex;
    padding: 10px;
  }
  .what-element .what-element-bottom__content {
    height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px;
  }
  .what-element .what-element-bottom__text {
    width: 30%;
    font-size: var(--h2-mobile);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 46.019px */
    letter-spacing: 0px;
    margin-bottom: 0px;
  }
  .what-element .what-element-bottom__circle {
    height: 80%;
  }
}
@media (max-width: 1100px) {
  .what-element__heading-1 {
    margin-bottom: 120px;
    margin-left: 40px;
  }
  .what-element .what-element-bottom {
    margin-bottom: 150px;
    height: 400px;
    display: flex;
    padding: 10px;
    gap: 4vw;
  }
  .what-element .what-element-bottom__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .what-element .what-element-bottom__text {
    max-width: 686px;
    width: 80%;
  }
  .what-element .what-element-bottom__circle {
    height: 100%;
  }
}
@media (max-width: 730px) {
  .what-element {
    padding: 0px 10px 0px 10px;
    margin: 80px 0 100px 0;
  }
  .what-element__heading-1 {
    font-size: var(--h1-mobile);
    margin-bottom: 50px;
  }
  .what-element .what-element-bottom {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
  }
  .what-element .what-element-bottom__text {
    text-align: center;
    max-width: 350px;
    width: 70%;
    font-size: var(--text-mobile);
    line-height: 135.35%;
    /* 23.009px */
    letter-spacing: -0.935px;
    margin: 0;
  }
  .what-element .what-element-bottom__circle {
    width: 35%;
  }
}
@media (max-width: 500px) {
  .what-element {
    padding: 0;
    margin-bottom: 50px;
  }
  .what-element__heading-1 {
    font-size: var(--h1-mobile);
    padding: 0;
    margin: 40px 0 30px 20px;
  }
  .what-element .what-element-bottom__circle {
    width: 45%;
    margin-bottom: 150px;
    margin: 0;
  }
}
.data-element {
  display: flex;
  flex-direction: row;
  height: 100%;
  gap: 30%;
}
.data-element .tiny-only {
  display: none;
}
.data-element .desktop-only {
  display: block;
}
.data-element .data-element-right {
  position: absolute;
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-align: right;
  padding: 45px 50px 20px 30px;
}
.data-element .data-element-right__heading-1 {
  font-size: var(--heading-1);
  margin-bottom: 85px;
  width: 50%;
}
.data-element .data-element-right__text {
  font-size: 22px;
  font-size: var(--text-size);
  width: 40%;
}
.data-element .data-element-left__phone {
  width: 100%;
  max-width: 350px;
  margin: 8vh 6vw;
}

@media (max-width: 1440px) {
  .data-element .data-element-right__heading-1 {
    width: 46%;
  }
  .data-element .data-element-right__text {
    width: 50%;
  }
  .data-element .data-element-left {
    position: relative;
    display: flex;
    /*   &__phone {
        height: 370px;
        width: auto;
        margin: 6em;
    } */
  }
}
@media (max-width: 1270px) {
  .data-element {
    height: 100%;
    gap: 30%;
  }
  .data-element .data-element-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: right;
    padding: 45px 60px 20px 30px;
  }
  .data-element .data-element-right__heading-1 {
    font-size: var(--h1-btw);
    margin-bottom: 20px;
  }
  .data-element .data-element-right__text {
    font-size: var(--h2-mobile);
  }
  .data-element .data-element-left {
    /*   &__phone {
        height: 270px;
        width: auto;
        margin: 3em;
    } */
  }
}
@media (max-width: 1100px) {
  .tiny-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .data-element .data-element-right {
    right: 0;
  }
  .data-element .data-element-left {
    /*   &__phone {
        height: 270px;
        width: auto;
        margin: 3em;
    } */
  }
}
@media (max-width: 730px) {
  .tiny-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .data-element {
    height: 100%;
    gap: 30%;
  }
  .data-element .data-element-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: right;
    padding: 20px 40px 0 0;
  }
  .data-element .data-element-right__heading-1 {
    font-size: var(--h1-mobile);
    width: 100%;
    text-align: right;
    max-width: 300px;
  }
  .data-element .data-element-right__text {
    font-size: var(--text-mobile);
    z-index: 5;
    width: 80%;
  }
  .data-element .data-element-left__phone {
    display: none;
  }
}
@media (max-width: 500px) {
  .tiny-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .data-element .data-element-left {
    display: none;
  }
}
.payout-element {
  padding: 0;
  margin: 100px 0;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.payout-element__heading-1 {
  font-size: var(--heading-1);
  margin-bottom: 50px;
  margin-left: 0px;
}
.payout-element .payout-element-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 60px;
}
.payout-element .payout-element-left__number1 {
  font-size: var(--heading-1);
  color: var(--fbs-primary-green);
  margin-top: -10px;
  font-weight: 300;
  margin-left: 24px;
}
.payout-element .payout-element-left__number2 {
  font-size: var(--heading-1);
  color: var(--fbs-primary-green);
  margin-top: -8px;
  font-weight: 300;
}
.payout-element .payout-element-right {
  display: flex;
  right: 0;
}
.payout-element .payout-element-right__iphone {
  position: absolute;
  max-width: 560px;
  width: 100%;
  right: 5vw;
  margin-bottom: 100px;
  z-index: 2;
}
.payout-element .payout-element-bullets {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-top: 50px;
}
.payout-element .payout-element-bullets__heading-2 {
  font-size: var(--heading-2);
  margin: 0;
  width: 519px;
  flex-shrink: 0;
  font-weight: 500;
  line-height: 135.35%;
  /* 47.372px */
  letter-spacing: -1.925px;
  margin-bottom: 10px;
}
.payout-element .payout-element-bullets__text {
  max-width: 498px;
  width: 100%;
  flex-shrink: 0;
  font-size: var(--text-size);
  font-style: normal;
  font-weight: 400;
  line-height: 135.35%;
  /* 32.484px */
  letter-spacing: -1.32px;
  margin: 0;
}

/* @media (max-width:$large) {
    .payout-element {
        .payout-element-right {
            display: flex;
            justify-content: center;
            align-items: center;

            &__iphone {
                max-width: 500px;
                width: 100%;
            }
        }

    }
} */
@media (max-width: 1440px) {
  .payout-element .payout-element-right {
    display: flex;
    justify-content: center;
  }
  .payout-element .payout-element-right__iphone {
    position: relative !important;
    max-width: 440px;
    width: 100%;
    right: 5vw;
    margin-bottom: 0;
    margin-top: 30px;
    right: 0;
  }
  .payout-element {
    padding: 0px 10px 0px 10px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .payout-element__heading-1 {
    margin-left: 0px;
    margin-top: 40px;
  }
  .payout-element .payout-element-bullets {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-top: 50px;
  }
  .payout-element .payout-element-bullets__heading-2 {
    font-size: var(--heading-2);
    margin: 0;
    width: 519px;
    flex-shrink: 0;
    font-weight: 500;
    line-height: 135.35%;
    /* 47.372px */
    letter-spacing: -1.925px;
    margin-bottom: 10px;
  }
  .payout-element .payout-element-bullets__text {
    max-width: 498px;
    width: 100%;
    flex-shrink: 0;
    font-size: var(--text-size);
    font-style: normal;
    font-weight: 400;
    line-height: 135.35%;
    /* 32.484px */
    letter-spacing: -1.32px;
    margin: 0;
  }
}
@media (max-width: 1270px) {
  .payout-element {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
  }
  .payout-element__heading-1 {
    font-size: var(--h1-btw);
    margin: 80px 0 20px 0;
  }
  .payout-element .payout-element-left {
    display: flex;
    justify-content: flex-start;
    margin-left: 60px;
  }
  .payout-element .payout-element-left__number1 {
    font-size: var(--h1-btw);
    color: var(--fbs-primary-green);
    margin-top: -10px;
    margin-left: 20px;
    font-weight: 300;
  }
  .payout-element .payout-element-left__number2 {
    font-size: var(--h1-btw);
    color: var(--fbs-primary-green);
    margin-top: -8px;
    font-weight: 300;
  }
  .payout-element .payout-element-bullets {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding-top: 50px;
  }
  .payout-element .payout-element-bullets__heading-2 {
    font-size: var(--text-size);
    line-height: normal;
    letter-spacing: 0;
    max-width: 330px;
    width: 100%;
  }
  .payout-element .payout-element-bullets__text {
    font-size: var(--h2-mobile);
    line-height: normal;
    letter-spacing: 0;
    max-width: 330px;
    width: 100%;
  }
}
@media (max-width: 730px) {
  .payout-element {
    padding: 0px 10px 0px 10px;
    margin-bottom: 100px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .payout-element__heading-1 {
    font-size: var(--h1-mobile);
    margin: 40px 0 30px 0;
  }
  .payout-element .payout-element-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 20px;
  }
  .payout-element .payout-element-left__number1 {
    font-size: var(--h1-mobile);
    color: var(--fbs-primary-green);
    font-weight: 300;
    margin: 0 0 10px 7px;
  }
  .payout-element .payout-element-left__number2 {
    font-size: var(--h1-mobile);
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .payout-element .payout-element-right {
    display: flex;
    justify-content: center;
  }
  .payout-element .payout-element-right__iphone {
    max-width: 300px;
    width: 100%;
    position: relative;
    margin: 20px 0 0 0;
    margin-bottom: 0;
  }
  .payout-element .payout-element-left .payout-element-bullets {
    display: flex;
    flex-direction: row;
    gap: 0;
    padding-top: 0;
  }
  .payout-element .payout-element-left .payout-element-bullets__heading-2 {
    font-size: var(--h2-mobile);
    font-weight: 500;
    max-width: 260px;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 15px;
    line-height: 133.35%;
    letter-spacing: -0.935px;
  }
  .payout-element .payout-element-left .payout-element-bullets__text {
    max-width: 250px;
    width: 80%;
    margin: 10px 7px 40px 15px;
    font-size: var(--text-mobile);
    line-height: 140.35%;
    letter-spacing: -0.825px;
  }
}
@media (max-width: 500px) {
  .payout-element {
    padding: 0;
    margin: 0;
  }
  .payout-element .payout-element-right {
    display: flex;
    justify-content: center;
  }
  .payout-element .payout-element-right__iphone {
    max-width: 210px;
    width: 100%;
    position: relative;
    margin: 0;
    right: 0;
  }
}
:root {
  /*Colors*/
  --fbs-primary-green: #319966;
  --fbs-white: #ffffff;
  --fbs-black: #000000;
  --fbs-grey: #F2F2F2;
  --fbs-light-green: #2FAC7B;
  --fbs-emphasis: #C9E4D7;
  /*font size*/
  --title-size: clamp(2.8125rem, 1.7234rem + 4.7097vw, 7.375rem);
  --heading-1: clamp(2.125rem, 1.3343rem + 3.4194vw, 5.4375rem);
  --heading-2: clamp(1.0625rem, 0.7194rem + 1.4839vw, 2.5rem);
  --text-size:clamp(0.9375rem, 0.7883rem + 0.6452vw, 1.5625rem);
  --nav-size: clamp(0.9375rem, 0.8331rem + 0.4516vw, 1.375rem);
  /*font styling*/
  --GTMaru-font: "GT Maru", Arial, sans-serif;
  --normal-style: normal;
  --normal: 400;
  --bold: 500;
  --light: 300;
  /*border radius*/
  --block-radius: 45px;
  --rectangle-radius: 34px;
  --card-radius: 28px;
  /*Mobile Sizes*/
  --title-mobile: 40px;
  --h1-mobile: 34px;
  --h2-mobile: 17px;
  --text-mobile: 15px;
  --btn-mobile: 25px;
  --h1-btw: 50px;
  /*Mobile padding & margins*/
  --block-padding-small: 7px;
  --body-margin: 20px;
  /*Mobile border radius*/
  --block-radius-mobile: 15px;
  --card-radius-mobile: 8px;
}

*,
html {
  scroll-behavior: smooth !important;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* .data-only {
    display: block;
} */
@media (max-width: 730px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
.contact-formular {
  display: flex;
  justify-content: center;
  background-color: white;
  border-radius: 55px;
  height: 100%;
  padding: 35px;
}
.contact-formular .contact-formular-left__heading-2.mobile-only {
  display: none;
}

.contact-formular-row {
  display: flex;
  justify-content: center;
  flex-direction: row;
  border-top: 1px solid grey;
}

.contact-formular-left {
  width: 55%;
  text-align: center;
}
.contact-formular-left__heading-1 {
  font-size: var(--heading-1);
  padding-top: 80px;
}
.contact-formular-left__heading-2 {
  color: var(--Text-Color, #172124);
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.35%;
  letter-spacing: -2.475px;
  width: 98%;
  flex-shrink: 0;
  margin-bottom: 80px;
  text-align: center;
  margin: 0;
  margin-top: 85px;
}
.contact-formular-left__world-img {
  max-width: 950px;
  height: 100%;
}
.contact-formular-left__phone {
  font-size: var(--h1-mobile);
  margin-top: 70px;
  color: var(--Text-Color, #172124);
  font-style: normal;
  font-weight: 4400;
  line-height: normal;
  letter-spacing: -2.2px;
  max-width: 800px;
  width: 100%;
  margin-bottom: 0;
}

.img-container {
  padding-right: 15px;
}

.contact-formular-right {
  border-left: 1px solid grey;
  height: auto;
}
.contact-formular-right__header {
  font-size: var(--heading-2);
  margin-top: 70px;
  color: var(--Text-Color, #172124);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.2px;
  max-width: 400px;
  width: 100%;
  margin-bottom: 0;
  margin-top: 87px;
}
.contact-formular-right__residence {
  font-size: var(--h1-mobile);
  margin-top: 70px;
  color: var(--Text-Color, #172124);
  font-style: normal;
  font-weight: 4400;
  line-height: normal;
  letter-spacing: -2.2px;
  max-width: 800px;
  width: 100%;
  margin-bottom: 0;
}
.contact-formular-right__row {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.contact-formular-right__contacts {
  font-size: var(--h1-mobile);
  margin-top: 60px;
  color: var(--Text-Color, #172124);
  font-style: normal;
  font-weight: 4400;
  line-height: 0.1;
  letter-spacing: -2.2px;
  width: 100%;
  margin-bottom: 0;
}

.margin-left {
  margin-left: 50px;
}

.contact-button {
  display: inline-flex;
  margin-top: 40px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.contact-button__contact {
  font-size: var(--nav-size);
  border-radius: var(--rectangle-radius);
  background-color: var(--fbs-primary-green);
  color: var(--fbs-white);
  border: none;
  display: inline-flex;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 68px;
}
.contact-button__arrow {
  font-size: var(--nav-size);
  border-radius: var(--rectangle-radius);
  background-color: var(--fbs-primary-green);
  color: var(--fbs-white);
  border: none;
  display: inline-flex;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
}

.contact-button:hover .contact-button__contact {
  border: solid 3px var(--fbs-primary-green);
  background-color: transparent;
  transform: all 0.5s ease-in-out;
  color: var(--fbs-primary-green);
}
.contact-button:hover .contact-button__arrow {
  border: solid 3px var(--fbs-primary-green);
  background-color: transparent;
  transform: all 0.5s ease-in-out;
  color: var(--fbs-primary-green);
  transform: rotate(45deg);
}
.contact-button:hover .contact-button__arrow-img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(60%) saturate(415%) hue-rotate(98deg) brightness(99%) contrast(94%);
}

.bold {
  font-weight: 500;
}

@media (max-width: 1730px) {
  .contact-formular-left {
    width: 55%;
  }
  .contact-formular-left__heading-2 {
    font-size: 40px;
  }
  .contact-formular-left__heading-2__world-img {
    max-width: 950px;
    height: 100%;
  }
}
@media (max-width: 1440px) {
  .contact-formular .contact-formular-left__heading-2.desktop-only {
    display: none;
  }
  .contact-formular .contact-formular-left__heading-2.mobile-only {
    display: block;
  }
  .contact-formular-left {
    width: 55%;
  }
  .contact-formular-left__heading-2 {
    color: var(--Text-Color, #172124);
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 140.35%;
    letter-spacing: -2.475px;
    width: 100%;
    flex-shrink: 0;
    margin-top: 87px;
    margin-bottom: 80px;
    width: 100%;
  }
  .contact-formular-left__world-img {
    max-width: 700px;
    height: 100%;
  }
  .img-container {
    padding: 15px;
  }
  .contact-formular-right {
    border-left: 1px solid grey;
    height: auto;
  }
  .contact-formular-right__header {
    font-size: var(--heading-2);
    margin-top: 0;
  }
  .contact-formular-right__residence {
    margin-top: 10px;
    max-width: 430px;
    width: 100%;
  }
  .contact-formular-right__row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-size: 30px;
  }
  .contact-formular-right__contacts {
    font-size: var(--h1-mobile);
    margin-top: 60px;
    color: var(--Text-Color, #172124);
    font-style: normal;
    font-weight: 4400;
    line-height: 0.1;
    letter-spacing: -2.2px;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 1270px) {
  .contact-formular.mobile-only {
    display: block;
  }
  .contact-formular.desktop-only {
    display: none;
  }
  .center {
    text-align: center;
  }
  .contact-formular {
    background-color: white;
    border-radius: 55px;
    height: 100%;
    padding: 35px;
  }
  .contact-formular__line {
    color: grey;
    margin: 0;
  }
  .contact-formular-left {
    width: 55%;
  }
  .contact-formular-left__heading-1 {
    font-size: var(--h1-btw);
    letter-spacing: 0;
    margin: 10px 0 0 0;
  }
  .contact-formular-left__heading-2 {
    font-size: var(--text-size);
    letter-spacing: 0px;
  }
  .contact-formular-left__world-img {
    width: 100%;
  }
  .img-container {
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .contact-formular-right {
    border-left: none;
    height: auto;
    text-align: center;
    align-items: center;
  }
  .contact-formular-right__header {
    font-size: var(--text-size);
    max-width: 100%;
  }
  .contact-formular-right__residence {
    font-size: var(--h2-mobile);
    max-width: 100%;
    letter-spacing: 0px;
  }
  .contact-formular-right__contacts {
    font-size: var(--h2-mobile);
    max-width: 100%;
    letter-spacing: 0px;
  }
  .contact-button {
    display: flex;
    margin-top: 40px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    justify-content: center;
  }
  .contact-button__contact {
    font-size: var(-nav-size);
    width: 200px;
    height: 58px;
  }
  .contact-button__arrow {
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 730px) {
  .contact-formular.mobile-only {
    display: block;
  }
  .contact-formular.desktop-only {
    display: none;
  }
  .center {
    text-align: center;
  }
  .contact-formular {
    background-color: white;
    border-radius: 55px;
    height: 100%;
    padding: 35px;
  }
  .contact-formular__line {
    color: grey;
    margin: 0;
  }
  .contact-formular-left {
    width: 55%;
  }
  .contact-formular-left__heading-1 {
    font-size: var(--h1-mobile);
    letter-spacing: 0;
    margin: 0;
    padding-top: 90px;
  }
  .contact-formular-left__heading-2 {
    font-size: var(--h2-mobile);
    letter-spacing: 0px;
    margin-top: 50px;
  }
  .contact-formular-left__world-img {
    margin-top: 0px;
    width: 100%;
  }
  .img-container {
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .contact-formular-right {
    border-left: none;
    height: auto;
    text-align: center;
    align-items: center;
  }
  .contact-formular-right__header {
    font-size: var(--h2-mobile);
    max-width: 100%;
    letter-spacing: 0;
  }
  .contact-formular-right__residence {
    font-size: var(--text-mobile);
    max-width: 100%;
    letter-spacing: 0px;
  }
  .contact-formular-right__contacts {
    font-size: var(--text-mobile);
    max-width: 100%;
    letter-spacing: 0px;
  }
  .contact-button {
    display: flex;
    margin-top: 40px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    justify-content: center;
  }
  .contact-button__contact {
    font-size: var(--text-mobile);
    width: 155px;
    height: 48px;
  }
  .contact-button__arrow {
    font-size: var(--text-mobile);
    width: 48px;
    height: 48px;
  }
}
:root {
  /*Colors*/
  --fbs-primary-green: #319966;
  --fbs-white: #ffffff;
  --fbs-black: #000000;
  --fbs-grey: #F2F2F2;
  --fbs-light-green: #2FAC7B;
  --fbs-emphasis: #C9E4D7;
  /*font size*/
  --title-size: clamp(2.8125rem, 1.7234rem + 4.7097vw, 7.375rem);
  --heading-1: clamp(2.125rem, 1.3343rem + 3.4194vw, 5.4375rem);
  --heading-2: clamp(1.0625rem, 0.7194rem + 1.4839vw, 2.5rem);
  --text-size:clamp(0.9375rem, 0.7883rem + 0.6452vw, 1.5625rem);
  --nav-size: clamp(0.9375rem, 0.8331rem + 0.4516vw, 1.375rem);
  /*font styling*/
  --GTMaru-font: "GT Maru", Arial, sans-serif;
  --normal-style: normal;
  --normal: 400;
  --bold: 500;
  --light: 300;
  /*border radius*/
  --block-radius: 45px;
  --rectangle-radius: 34px;
  --card-radius: 28px;
  /*Mobile Sizes*/
  --title-mobile: 40px;
  --h1-mobile: 34px;
  --h2-mobile: 17px;
  --text-mobile: 15px;
  --btn-mobile: 25px;
  --h1-btw: 50px;
  /*Mobile padding & margins*/
  --block-padding-small: 7px;
  --body-margin: 20px;
  /*Mobile border radius*/
  --block-radius-mobile: 15px;
  --card-radius-mobile: 8px;
}

*,
html {
  scroll-behavior: smooth !important;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* .data-only {
    display: block;
} */
@media (max-width: 730px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
.datenschutz-element {
  padding: 0px 20px 0px 20px;
  margin-bottom: 160px;
  height: 100%;
}

.datenschutz-element-titles {
  text-align: center;
}
.datenschutz-element-titles__title {
  font-size: var(--heading-1);
  margin-bottom: 10px;
  margin: 0;
  padding-top: 200px;
}
.datenschutz-element-titles__subtitle {
  font-size: var(--heading-2);
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 400;
}

.datenschutz-element-content {
  margin: 0;
  text-align: left;
  width: 100%;
}
.datenschutz-element-content__heading-3 {
  font-size: 60px;
  color: var(--fbs-primary-green);
  margin: 0 0 85px 0;
  font-weight: 300;
  margin-bottom: -10px;
}
.datenschutz-element-content__subheading {
  font-size: var(--heading-2);
  font-weight: 500;
  margin-bottom: 0px;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 500;
  line-height: 133.35%;
  /* 46.672px */
  letter-spacing: -1.925px;
}
.datenschutz-element-content__text {
  flex-shrink: 0;
  margin-top: 10px;
  font-size: var(--text-size);
}
.datenschutz-element-content__bullets {
  font-size: 20px;
}

.paragraph {
  margin-bottom: 150px;
}

.datenschutz-button {
  margin: 10px 0 100px 0;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.datenschutz-button__contact {
  font-size: var(--nav-size);
  border-radius: var(--rectangle-radius);
  background-color: var(--fbs-primary-green);
  color: var(--fbs-white);
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  width: 237px;
  height: 68px;
}
.datenschutz-button__arrow {
  font-size: var(--nav-size);
  border-radius: var(--rectangle-radius);
  background-color: var(--fbs-primary-green);
  color: var(--fbs-white);
  border: none;
  display: inline-flex;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
}

.datenschutz-button:hover .datenschutz-button__contact {
  border: solid 3px var(--fbs-primary-green);
  background-color: transparent;
  transform: all 0.5s ease-in-out;
  color: var(--fbs-primary-green);
}
.datenschutz-button:hover .datenschutz-button__arrow {
  border: solid 3px var(--fbs-primary-green);
  background-color: transparent;
  transform: all 0.5s ease-in-out;
  color: var(--fbs-primary-green);
  transform: rotate(45deg);
}
.datenschutz-button:hover .datenschutz-button__arrow-img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(60%) saturate(415%) hue-rotate(98deg) brightness(99%) contrast(94%);
}

@media (max-width: 1270px) {
  .datenschutz-button__contact {
    font-size: var(--nav-size);
    width: 200px;
    height: 58px;
  }
  .datenschutz-button__arrow {
    width: 58px;
    height: 58px;
  }
  .datenschutz-element {
    padding: 0px 20px 0px 20px;
    margin-bottom: 160px;
    height: 100%;
  }
  .datenschutz-element-titles {
    text-align: center;
  }
  .datenschutz-element-titles__title {
    font-size: var(--heading-1);
    margin-bottom: 10px;
    margin-top: 0;
  }
  .datenschutz-element-titles__subtitle {
    font-size: var(--text-size);
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 400;
  }
  .datenschutz-element-content {
    margin: 0;
    text-align: left;
    width: 100%;
  }
  .datenschutz-element-content__heading-3 {
    font-size: var(--heading-2);
    color: var(--fbs-primary-green);
    margin: 0 0 85px 0;
    font-weight: 300;
    margin-bottom: -10px;
  }
  .datenschutz-element-content__subheading {
    font-size: var(--text-size);
    font-weight: 500;
    margin-bottom: 0px;
    flex-shrink: 0;
    font-style: normal;
    font-weight: 500;
    line-height: 133.35%;
    /* 46.672px */
    letter-spacing: -1.925px;
  }
  .datenschutz-element-content__text {
    flex-shrink: 0;
    margin-top: 10px;
    font-size: var(--h2-mobile);
  }
  .datenschutz-element-content__bullets {
    font-size: var(--h2-mobile);
  }
  .paragraph {
    margin-bottom: 150px;
  }
}
@media (max-width: 730px) {
  .datenschutz-element {
    padding: 0px 20px 0px 20px;
    margin-bottom: 60px;
    height: 100%;
  }
  .datenschutz-element-titles {
    text-align: center;
    letter-spacing: 0;
  }
  .datenschutz-element-titles__title {
    font-size: var(--h1-mobile);
    margin-bottom: 10px;
    letter-spacing: 0;
    padding-top: 120px;
  }
  .datenschutz-element-titles__subtitle {
    font-size: var(--h2-mobile);
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 400;
    letter-spacing: 0;
  }
  .datenschutz-element-content {
    margin: 0;
    text-align: left;
    width: 100%;
  }
  .datenschutz-element-content__heading-3 {
    font-size: 24px;
    color: var(--fbs-primary-green);
    margin: 0 0 85px 0;
    font-weight: 300;
    margin-bottom: -10px;
  }
  .datenschutz-element-content__subheading {
    font-size: var(--h2-mobile);
    letter-spacing: 0;
  }
  .datenschutz-element-content__text {
    flex-shrink: 0;
    margin-top: 10px;
    font-size: var(--text-mobile);
  }
  .datenschutz-element-content__bullets {
    font-size: var(--text-mobile);
    padding-left: 20px;
  }
  .paragraph {
    margin-bottom: 30px;
  }
  .datenschutz-button {
    margin: 10px 0 40px 0;
  }
  .datenschutz-button__contact {
    font-size: var(--text-mobile);
    width: 155px;
    height: 48px;
  }
  .datenschutz-button__arrow {
    font-size: var(--text-mobile);
    width: 48px;
    height: 48px;
  }
}
:root {
  /*Colors*/
  --fbs-primary-green: #319966;
  --fbs-white: #ffffff;
  --fbs-black: #000000;
  --fbs-grey: #F2F2F2;
  --fbs-light-green: #2FAC7B;
  --fbs-emphasis: #C9E4D7;
  /*font size*/
  --title-size: clamp(2.8125rem, 1.7234rem + 4.7097vw, 7.375rem);
  --heading-1: clamp(2.125rem, 1.3343rem + 3.4194vw, 5.4375rem);
  --heading-2: clamp(1.0625rem, 0.7194rem + 1.4839vw, 2.5rem);
  --text-size:clamp(0.9375rem, 0.7883rem + 0.6452vw, 1.5625rem);
  --nav-size: clamp(0.9375rem, 0.8331rem + 0.4516vw, 1.375rem);
  /*font styling*/
  --GTMaru-font: "GT Maru", Arial, sans-serif;
  --normal-style: normal;
  --normal: 400;
  --bold: 500;
  --light: 300;
  /*border radius*/
  --block-radius: 45px;
  --rectangle-radius: 34px;
  --card-radius: 28px;
  /*Mobile Sizes*/
  --title-mobile: 40px;
  --h1-mobile: 34px;
  --h2-mobile: 17px;
  --text-mobile: 15px;
  --btn-mobile: 25px;
  --h1-btw: 50px;
  /*Mobile padding & margins*/
  --block-padding-small: 7px;
  --body-margin: 20px;
  /*Mobile border radius*/
  --block-radius-mobile: 15px;
  --card-radius-mobile: 8px;
}

*,
html {
  scroll-behavior: smooth !important;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* .data-only {
    display: block;
} */
@media (max-width: 730px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
.agb-element {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}

.agb-element-titles {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8em 2em 0em 2em;
}
.agb-element-titles__title {
  font-size: var(--heading-1);
  width: 90%;
}
.agb-element-titles__subtitle {
  font-size: var(--heading-2);
  width: 80%;
}

a.agb {
  text-decoration: none;
}

.img-container {
  padding-right: 0;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.agb-button {
  display: inline-flex;
  justify-content: center;
  margin-top: 40px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  justify-content: center;
}
.agb-button__contact {
  font-size: var(--nav-size);
  border-radius: var(--rectangle-radius);
  background-color: var(--fbs-primary-green);
  color: var(--fbs-white);
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  justify-content: center;
  width: 237px;
  height: 68px;
}
.agb-button__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--nav-size);
  border-radius: var(--rectangle-radius);
  background-color: var(--fbs-primary-green);
  color: var(--fbs-white);
  border: none;
  display: inline-flex;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  width: 68px;
  height: 68px;
}

.agb-button:hover .agb-button__contact {
  border: solid 3px var(--fbs-primary-green);
  background-color: transparent;
  transform: all 0.5s ease-in-out;
  color: var(--fbs-primary-green);
}
.agb-button:hover .agb-button__arrow {
  border: solid 3px var(--fbs-primary-green);
  background-color: transparent;
  transform: all 0.5s ease-in-out;
  color: var(--fbs-primary-green);
  transform: rotate(45deg);
}
.agb-button:hover .agb-button__arrow-img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(60%) saturate(415%) hue-rotate(98deg) brightness(99%) contrast(94%);
}

.fbs {
  margin-left: 10px;
}

@media (max-width: 1440px) {
  span.agb-element-titles {
    text-align: center;
  }
  span.agb-element-titles__title {
    font-size: var(--heading-1);
    margin-bottom: 10px;
    margin-top: 0;
    width: 90%;
  }
}
@media (max-width: 1270px) {
  span.agb-element-titles {
    text-align: center;
  }
  span.agb-element-titles__title {
    font-size: var(--h1-btw);
    width: 90%;
  }
  span.agb-element-titles__subtitle {
    font-size: var(--text-size);
    width: 80%;
  }
  .agb-button__contact {
    font-size: var(--nav-size);
    width: 200px;
    height: 58px;
  }
  .agb-button__arrow {
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 730px) {
  .agb__world-img {
    width: 100%;
  }
  span.agb-element-titles__title {
    font-size: var(--nav-size);
    width: 90%;
  }
  span.agb-element-titles__subtitle {
    font-size: var(--h2-mobile);
    width: 80%;
  }
  .agb-button__contact {
    font-size: var(--text-mobile);
    width: 155px;
    height: 48px;
  }
  .agb-button__arrow {
    font-size: var(--text-mobile);
    width: 48px;
    height: 48px;
  }
}
:root {
  /*Colors*/
  --fbs-primary-green: #319966;
  --fbs-white: #ffffff;
  --fbs-black: #000000;
  --fbs-grey: #F2F2F2;
  --fbs-light-green: #2FAC7B;
  --fbs-emphasis: #C9E4D7;
  /*font size*/
  --title-size: clamp(2.8125rem, 1.7234rem + 4.7097vw, 7.375rem);
  --heading-1: clamp(2.125rem, 1.3343rem + 3.4194vw, 5.4375rem);
  --heading-2: clamp(1.0625rem, 0.7194rem + 1.4839vw, 2.5rem);
  --text-size:clamp(0.9375rem, 0.7883rem + 0.6452vw, 1.5625rem);
  --nav-size: clamp(0.9375rem, 0.8331rem + 0.4516vw, 1.375rem);
  /*font styling*/
  --GTMaru-font: "GT Maru", Arial, sans-serif;
  --normal-style: normal;
  --normal: 400;
  --bold: 500;
  --light: 300;
  /*border radius*/
  --block-radius: 45px;
  --rectangle-radius: 34px;
  --card-radius: 28px;
  /*Mobile Sizes*/
  --title-mobile: 40px;
  --h1-mobile: 34px;
  --h2-mobile: 17px;
  --text-mobile: 15px;
  --btn-mobile: 25px;
  --h1-btw: 50px;
  /*Mobile padding & margins*/
  --block-padding-small: 7px;
  --body-margin: 20px;
  /*Mobile border radius*/
  --block-radius-mobile: 15px;
  --card-radius-mobile: 8px;
}

*,
html {
  scroll-behavior: smooth !important;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* .data-only {
    display: block;
} */
@media (max-width: 730px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
.app-link {
  color: var(--fbs-primary-green);
  cursor: pointer;
  text-decoration: none;
}

/* Core styles/functionality */
.tab {
  background-color: var(--fbs-white);
  border-radius: var(--card-radius);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  margin-bottom: 15px;
}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}

.tab input:checked ~ .tab__content {
  max-height: 15rem;
}

/* Visual styles */
.faq-element {
  overflow: hidden;
  margin: 0 20px 120px 20px;
}
.faq-element__heading-1 {
  font-size: var(--heading-1);
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 20px;
  margin-bottom: 50px;
  margin-top: 2em;
  margin-left: 60px;
}
.faq-element__numbers {
  font-size: var(--heading-2);
  color: var(--fbs-primary-green);
  margin: 0;
  font-weight: 300;
}
.faq-element__text {
  font-size: clamp(0.9375rem, 0.6728rem + 1.2102vw, 2.125rem);
  width: 100%;
}
.faq-element__fbs-logo {
  max-width: 40px;
  width: 100%;
  margin: 0;
  transform: translateY(12px);
}

.tab__label,
.tab__close {
  display: flex;
  font-size: var(--heading-2);
  color: var(--fbs-primary-green);
  margin: 0;
  font-weight: 300;
  margin-left: 10px;
  cursor: pointer;
}

.tab__label {
  justify-content: space-between;
  padding: 0px;
}

.tab__label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}

.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}

.tab__content p {
  margin: 0;
  padding: 1rem;
}

.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

.business {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
}

.business-cards {
  margin-top: 20px;
}
.business-cards__card {
  flex: 1;
  box-sizing: border-box;
  background-color: var(--fbs-white);
  border-radius: var(--card-radius);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 45px 30px 20px 30px;
}
.business-cards__numbers {
  font-size: var(--heading-1);
  color: var(--fbs-primary-green);
  margin: 0 0 55px 0;
  font-weight: 300;
}
.business-cards__heading {
  font-size: var(--heading-2);
  font-weight: 500;
  margin-bottom: 0px;
  width: 89%;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 500;
  line-height: 133.35%;
  /* 46.672px */
  letter-spacing: -1.925px;
}
.business-cards__content {
  max-width: 704px;
  width: 100%;
  flex-shrink: 0;
  margin-top: 10px;
  font-size: var(--text-size);
}

@media (max-width: 1270px) {
  .business {
    flex-direction: column;
  }
}
.reasons__card {
  flex: 1;
  box-sizing: border-box;
  padding: 45px 30px 20px 30px;
}
.reasons__numbers {
  font-size: clamp(2.125rem, 1.3343rem + 3.4194vw, 5.4375rem);
  color: var(--fbs-white);
  margin: 0 0 55px 0;
  font-weight: 300;
}
.reasons__heading {
  font-size: var(--heading-2);
  font-weight: 500;
  margin-bottom: 0px;
  width: 89%;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 500;
  line-height: 133.35%;
  /* 46.672px */
  letter-spacing: -1.925px;
}
.reasons__content {
  max-width: 704px;
  width: 100%;
  flex-shrink: 0;
  margin-top: 10px;
  font-size: clamp(0.9375rem, 0.7883rem + 0.6452vw, 1.5625rem);
}

.green {
  background-color: var(--fbs-primary-green);
  border-radius: var(--block-radius);
  color: var(--fbs-white);
  height: 100%;
  margin: 0px 20px;
}

.homepage-block {
  position: relative;
  background-image: linear-gradient(to right, var(--fbs-light-green), var(--fbs-primary-green));
  height: 100vh;
  width: auto;
  border-radius: var(--block-radius);
  color: var(--fbs-white);
  margin: var(--body-margin);
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .homepage-block {
    height: 100%;
    border-radius: var(--card-radius);
    padding-top: 95px;
    margin: var(--block-padding-small);
  }
}
.green-block {
  background-color: var(--fbs-primary-green);
  border-radius: var(--block-radius);
  color: var(--fbs-white);
  height: 666px;
  margin: 0px 20px;
}

@media (max-width: 1270px) {
  .green-block {
    max-height: 450px;
  }
}
@media (max-width: 730px) {
  .green-block {
    border-radius: var(--block-radius-mobile);
    margin: 10px 7px 20px 7px;
    height: 300px;
  }
}
.white-block {
  height: 100%;
  background-color: var(--fbs-white);
  color: var(--fbs-black);
}

@media (max-width: 730px) {
  .white-block {
    border-radius: var(--block-radius-mobile);
    height: 100%;
    padding: 0px 0px 0px 0px;
  }
}
:root {
  /*Colors*/
  --fbs-primary-green: #319966;
  --fbs-white: #ffffff;
  --fbs-black: #000000;
  --fbs-grey: #F2F2F2;
  --fbs-light-green: #2FAC7B;
  --fbs-emphasis: #C9E4D7;
  /*font size*/
  --title-size: clamp(2.8125rem, 1.7234rem + 4.7097vw, 7.375rem);
  --heading-1: clamp(2.125rem, 1.3343rem + 3.4194vw, 5.4375rem);
  --heading-2: clamp(1.0625rem, 0.7194rem + 1.4839vw, 2.5rem);
  --text-size:clamp(0.9375rem, 0.7883rem + 0.6452vw, 1.5625rem);
  --nav-size: clamp(0.9375rem, 0.8331rem + 0.4516vw, 1.375rem);
  /*font styling*/
  --GTMaru-font: "GT Maru", Arial, sans-serif;
  --normal-style: normal;
  --normal: 400;
  --bold: 500;
  --light: 300;
  /*border radius*/
  --block-radius: 45px;
  --rectangle-radius: 34px;
  --card-radius: 28px;
  /*Mobile Sizes*/
  --title-mobile: 40px;
  --h1-mobile: 34px;
  --h2-mobile: 17px;
  --text-mobile: 15px;
  --btn-mobile: 25px;
  --h1-btw: 50px;
  /*Mobile padding & margins*/
  --block-padding-small: 7px;
  --body-margin: 20px;
  /*Mobile border radius*/
  --block-radius-mobile: 15px;
  --card-radius-mobile: 8px;
}

*,
html {
  scroll-behavior: smooth !important;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* .data-only {
    display: block;
} */
@media (max-width: 730px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
.navbar.desktop-only {
  display: flex;
}

.navbar {
  width: 100%;
  position: fixed;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  gap: 20px;
  z-index: 10;
  justify-content: center;
}
.navbar__home {
  font-size: var(--nav-size);
  color: var(--fbs-primary-green);
  align-items: center;
  justify-content: space-around;
  max-width: 240px;
  width: 100%;
  height: 68px;
  background-color: var(--fbs-white);
  border-radius: var(--rectangle-radius);
  display: flex;
  margin-left: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.navbar__menu {
  font-size: var(--nav-size);
  height: 68px;
  width: calc(100% - 470px);
  background-color: var(--fbs-white);
  border-radius: var(--rectangle-radius);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar__navigation {
  list-style-type: none;
  padding-left: 10px;
}
.navbar__language {
  font-size: var(--nav-size);
  height: 68px;
}
.navbar__download {
  font-size: var(--nav-size);
  color: var(--fbs-black);
  align-items: center;
  justify-content: space-around;
  max-width: 230px;
  width: 100%;
  height: 68px;
  background-color: var(--fbs-white);
  border-radius: var(--rectangle-radius);
  display: flex;
  margin-right: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.navbar li {
  float: left;
}
.navbar li a {
  font-size: var(--nav-size);
  color: var(--fbs-black);
  display: block;
  text-align: center;
  padding: 14px 34px;
  text-decoration: none;
  letter-spacing: -1.87px;
}

.navbar .navbar__active {
  color: var(--fbs-white);
  background-color: var(--fbs-primary-green);
  min-width: 77px;
  border-radius: var(--rectangle-radius);
}

.navbar-lang {
  display: flex;
  flex-direction: row;
  gap: 0px;
  position: relative;
  background-color: var(--fbs-grey);
  width: 120px;
  height: 58px;
  border-radius: var(--rectangle-radius);
  justify-content: space-evenly;
  margin-right: 8px;
  padding: 3;
  align-items: center;
}

.navbar__lang-text {
  z-index: 2;
  width: 50%;
  display: flex;
  justify-content: center;
}
.navbar__lang-text-en {
  text-decoration: none;
  color: var(--fbs-black);
}
.navbar__lang-text-de {
  color: var(--fbs-white);
  background: var(--fbs-primary-green);
  border-radius: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .navbar-lang::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: var(--fbs-primary-green);
    z-index: 1;
    left: 8px;
    right: 0;
    //transition: all 0.5s ease-in-out;
} */
/* .navbar-lang:hover {
    .navbar {
        &__lang-text-en {
            //color: white;
            //transition: all 0.5s ease-in-out;
        }

        &__lang-text-de {
            //color: black;
            //transition: all 0.5s ease-in-out;
        }
    }
}

.navbar-lang:hover::before {
    //left: 67px;
    //transition: all 0.5s ease-in-out;
} */
.language__active {
  color: var(--fbs-white);
  background-color: var(--fbs-primary-green);
  width: 54px;
  height: 54px;
  border-radius: var(--rectangle-radius);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  z-index: 1;
}

.language {
  color: var(--fbs-black);
  background-color: var(--fbs-grey);
  width: 131px;
  border-radius: var(--rectangle-radius);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* @media (max-width: $medium) {
    .navbar{

    &__navigation{
        display: none;
    } 
}
.navbar-lang {
    margin-left: 7px;
}
} */
@media (max-width: 1270px) {
  .navbar li a {
    padding: 14px 24px;
  }
}
@media (max-width: 1100px) {
  .navbar {
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    gap: 20px;
    z-index: 10;
    justify-content: center;
  }
  .navbar__home {
    font-size: 20px;
    max-width: 200px;
    height: 58px;
  }
  .navbar__menu {
    font-size: var(--nav-size);
    height: 58px;
    width: calc(100% - 470px);
    background-color: var(--fbs-white);
    border-radius: var(--rectangle-radius);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .navbar__download {
    font-size: 20px;
    max-width: 200px;
    width: 100%;
    height: 58px;
    background-color: var(--fbs-white);
    border-radius: var(--rectangle-radius);
    display: flex;
    margin-right: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
  }
  .navbar-lang {
    margin-left: 0px;
  }
  .navbar li a {
    padding: 14px 5px;
  }
}
@media (max-width: 950px) {
  .navbar-mobile.mobile-only {
    display: flex;
    z-index: 10;
  }
  .navbar.desktop-only {
    display: none;
  }
  .navbar-mobile {
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    gap: 20px;
    z-index: 1;
    justify-content: space-evenly;
    /*         .navbar-mobile__lang::before {
                content: "";
                position: absolute;
                width: 35px;
                height: 35px;
                border-radius: 30px;
                background-color: var(--fbs-primary-green);
                z-index: 1;
                left: 3px;
                right: 0;
                //transition: all 0.7s ease-in-out;
            } */
    /*        .navbar-mobile__lang:hover {
               .navbar-mobile__lang {
                   &__en {
                       //color: white;
                       //transition: all 0.7s ease-in-out;
                   }

                   &__de {
                       //color: black;
                       //transition: all 0.7s ease-in-out;
                   }
               }
           } */
    /*  .navbar-mobile__lang:hover::before {
         //left: 62px;
         //transition: all 0.7s ease-in-out;
     } */
  }
  .navbar-mobile .navbar-mobile__lang {
    display: flex;
    flex-direction: row;
    position: relative;
    background-color: var(--fbs-white);
    width: 100px;
    height: 45px;
    border-radius: var(--rectangle-radius);
    justify-content: center;
    gap: 30px;
    /* margin-right: 8px; */
    align-items: center;
    font-size: 13px;
    /* margin-left: 20px; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .navbar-mobile .navbar-mobile__lang__text {
    z-index: 2;
    /* width: 50%; */
    display: flex;
    justify-content: center;
  }
  .navbar-mobile .navbar-mobile__lang__en {
    color: black;
    text-decoration: none;
    margin: 0;
  }
  .navbar-mobile .navbar-mobile__lang__de {
    color: var(--fbs-white);
    background: var(--fbs-primary-green);
    border-radius: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /*  margin-left: 5px; */
  }
  .navbar-mobile__home {
    font-size: 13px;
    padding: 3px;
    color: var(--fbs-primary-green);
    align-items: center;
    justify-content: space-around;
    width: 160px;
    height: 40px;
    background-color: var(--fbs-white);
    border-radius: var(--rectangle-radius);
    display: flex;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
    list-style-type: none;
  }
  .navbar-mobile__menu {
    font-size: 13px;
    padding: 3px;
    color: var(--fbs-black);
    align-items: center;
    justify-content: space-around;
    width: 100px;
    height: 40px;
    background-color: var(--fbs-white);
    border-radius: var(--rectangle-radius);
    display: flex;
    margin-right: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
  }
}
@media (max-width: 500px) {
  .navbar-mobile.mobile-only {
    display: flex;
    z-index: 10;
  }
  .navbar.desktop-only {
    display: none;
  }
  .navbar-mobile {
    font-size: 10px;
  }
  .navbar-mobile .navbar-mobile__lang {
    gap: 0px;
    width: 100px;
    height: 45px;
    border-radius: var(--rectangle-radius);
    justify-content: space-evenly;
    margin-right: 8px;
    align-items: center;
    margin-left: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .navbar-mobile .navbar-mobile__lang__text {
    z-index: 2;
    display: flex;
    justify-content: center;
  }
  .navbar-mobile .navbar-mobile__lang__en {
    color: black;
    text-decoration: none;
  }
  .navbar-mobile .navbar-mobile__lang__de {
    color: var(--fbs-white);
    background: var(--fbs-primary-green);
    border-radius: 30px;
    height: 33px;
    width: 33px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.benefits-component__numbers {
  font-size: var(--heading-1);
  color: var(--fbs-primary-green);
  margin: 0 0 55px 0;
  font-weight: 300;
}
.benefits-component_1 {
  display: flex;
  flex-direction: row;
  gap: 45px;
  margin-bottom: 45px;
}
.benefits-component_2 {
  display: flex;
  flex-direction: row;
  gap: 45px;
}
.benefits-component__card {
  background-color: var(--fbs-white);
  border-radius: var(--card-radius);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 45px 30px 20px 30px;
  max-width: 891px;
  width: calc(50% - 60px);
  flex-shrink: 0;
}

@media (max-width: 1270px) {
  .benefits-component__numbers {
    font-size: var(--h1-btw);
    margin-bottom: 10px;
  }
}
@media (max-width: 1100px) {
  .benefits-component.mobile-only {
    display: block;
  }
  .benefits-component.desktop-only {
    display: none;
  }
  .benefits-component__card {
    border-radius: none;
    border: none;
    box-shadow: none;
    padding: 0px;
    width: 100%;
    max-height: 300px;
    height: 100%;
  }
}
@media (max-width: 730px) {
  .benefits-component__card {
    border-radius: none;
    border: none;
    box-shadow: none;
    padding: 0px;
    width: 100%;
    max-height: 300px;
    height: 100%;
  }
}
:root {
  /*Colors*/
  --fbs-primary-green: #319966;
  --fbs-white: #ffffff;
  --fbs-black: #000000;
  --fbs-grey: #F2F2F2;
  --fbs-light-green: #2FAC7B;
  --fbs-emphasis: #C9E4D7;
  /*font size*/
  --title-size: clamp(2.8125rem, 1.7234rem + 4.7097vw, 7.375rem);
  --heading-1: clamp(2.125rem, 1.3343rem + 3.4194vw, 5.4375rem);
  --heading-2: clamp(1.0625rem, 0.7194rem + 1.4839vw, 2.5rem);
  --text-size:clamp(0.9375rem, 0.7883rem + 0.6452vw, 1.5625rem);
  --nav-size: clamp(0.9375rem, 0.8331rem + 0.4516vw, 1.375rem);
  /*font styling*/
  --GTMaru-font: "GT Maru", Arial, sans-serif;
  --normal-style: normal;
  --normal: 400;
  --bold: 500;
  --light: 300;
  /*border radius*/
  --block-radius: 45px;
  --rectangle-radius: 34px;
  --card-radius: 28px;
  /*Mobile Sizes*/
  --title-mobile: 40px;
  --h1-mobile: 34px;
  --h2-mobile: 17px;
  --text-mobile: 15px;
  --btn-mobile: 25px;
  --h1-btw: 50px;
  /*Mobile padding & margins*/
  --block-padding-small: 7px;
  --body-margin: 20px;
  /*Mobile border radius*/
  --block-radius-mobile: 15px;
  --card-radius-mobile: 8px;
}

*,
html {
  scroll-behavior: smooth !important;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* .data-only {
    display: block;
} */
@media (max-width: 730px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
p.hover-underline-animation {
  display: inline-flex;
  position: relative;
  color: #ffffff;
}

p.hover-underline-animation {
  margin: 0;
}

p.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out;
}

p.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.footer {
  height: auto;
  background-color: var(--fbs-primary-green);
  font-style: var(--normal-style);
  font-weight: var(--400-weight);
  font-size: var(--nav-size);
  color: var(--fbs-white);
  border-radius: var(--block-radius);
  width: auto;
  padding: 80px 60px 80px 60px;
  margin: 20px;
}
.footer__line {
  border: solid var(--fbs-white) 1px;
}
.footer__adress {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer__information {
  font-weight: 500;
  line-height: 184.85%;
  /* 44.364px */
  letter-spacing: -1.32px;
  margin: 0;
  margin-bottom: 30px;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  color: var(--text-color-white, #FFF);
  font-style: normal;
  font-weight: 400;
  line-height: 184.85%;
  /* 44.364px */
  letter-spacing: -1.32px;
}
.footer__row {
  display: flex;
  flex-direction: row;
  gap: 30%;
  height: auto;
  margin-bottom: 60px;
  justify-content: space-between;
}
.footer__home {
  color: var(--fbs-primary-green);
  align-items: center;
  justify-content: space-around;
  width: 240px;
  height: 58px;
  background-color: var(--fbs-white);
  border-radius: var(--rectangle-radius);
  display: flex;
  margin-bottom: 60px;
}
.footer__copyright {
  margin-top: 60px;
}
.footer__policy {
  float: right;
  color: white;
  text-decoration: underline;
}
.footer__bold {
  font-weight: 500;
  margin-bottom: 30%;
}
.footer__socials {
  width: 48px;
  height: 48px;
  margin-left: 10px;
}
.footer__socialmedia {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.footer__socials-text {
  font-size: 13px;
}

.footer_link {
  color: var(--fbs-white);
}

.footer a {
  color: var(--fbs-white);
  list-style-type: none;
  text-decoration: none;
}

.footer_link:hover {
  color: var(fbs-grey);
}

@media (max-width: 1440px) {
  .footer {
    height: auto;
    background-color: var(--fbs-primary-green);
    font-style: var(--normal-style);
    font-weight: var(--400-weight);
    font-size: var(--nav-size);
    color: var(--fbs-white);
    border-radius: var(--block-radius);
    width: auto;
    padding: 80px 60px 80px 60px;
    margin: 20px;
  }
  .footer__line {
    border: solid var(--fbs-white) 1px;
  }
  .footer__information {
    font-weight: 500;
    line-height: 184.85%;
    /* 44.364px */
    letter-spacing: -1.32px;
    margin: 0;
    margin-bottom: 0;
  }
  .footer__info {
    margin: 0;
    color: var(--text-color-white, #FFF);
    font-style: normal;
    font-weight: 400;
    line-height: 184.85%;
    /* 44.364px */
    letter-spacing: -1.32px;
  }
  .footer__row {
    display: flex;
    flex-direction: row;
    gap: 10%;
    height: auto;
    margin-bottom: 60px;
    justify-content: space-between;
  }
  .footer__home {
    color: var(--fbs-primary-green);
    width: 210px;
    height: 58px;
  }
}
@media (max-width: 1100px) {
  .footer.mobile-only {
    display: block;
  }
  .footer.desktop-only {
    display: none;
  }
  .footer__rights.mobile-only {
    display: block;
  }
  .footer__rights.desktop-only {
    display: none;
  }
  .footer {
    font-size: var(--h2-mobile);
    padding: 80px 60px 80px 60px;
    margin: 20px;
  }
  .footer__home {
    color: var(--fbs-primary-green);
    align-items: center;
    justify-content: space-around;
    width: 200px;
    height: 48px;
    margin-bottom: 20px;
  }
  .footer__copyright {
    margin-top: 10px;
  }
  .footer__socials {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .footer__socialmedia {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer__socials-text {
    font-size: 13px;
  }
}
@media (max-width: 730px) {
  .footer {
    height: 100%;
    width: auto;
    margin: 30px 7px 7px 7px;
    font-size: var(--text-mobile);
    border-radius: var(--block-radius-mobile);
    padding: 20px 20px 20px 20px;
    line-height: 134.85%;
    letter-spacing: -0.825px;
  }
  .footer__line {
    border: 0.8px solid white;
  }
  .footer__row {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .footer__home {
    max-width: 160px;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
  }
  .footer__adress {
    margin-bottom: 20px;
  }
  .footer__copyright {
    margin-top: 20px;
  }
  .footer__mobile-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .footer__mobile-row__text {
    margin: 0;
  }
  .footer__socials {
    margin-left: 10px;
  }
  .footer__socialmedia {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px 0 10px 0;
  }
  .footer__socials-text {
    font-size: 13px;
  }
  .footer_link {
    color: var(--fbs-white);
  }
  .footer_link:hover {
    color: var(fbs-grey);
  }
  .footer_lr {
    display: flex;
    flex-direction: column;
  }
  .right {
    float: right;
  }
}
.column {
  display: flex;
  flex-direction: column;
}

:root {
  /*Colors*/
  --fbs-primary-green: #319966;
  --fbs-white: #ffffff;
  --fbs-black: #000000;
  --fbs-grey: #F2F2F2;
  --fbs-light-green: #2FAC7B;
  --fbs-emphasis: #C9E4D7;
  /*font size*/
  --title-size: clamp(2.8125rem, 1.7234rem + 4.7097vw, 7.375rem);
  --heading-1: clamp(2.125rem, 1.3343rem + 3.4194vw, 5.4375rem);
  --heading-2: clamp(1.0625rem, 0.7194rem + 1.4839vw, 2.5rem);
  --text-size:clamp(0.9375rem, 0.7883rem + 0.6452vw, 1.5625rem);
  --nav-size: clamp(0.9375rem, 0.8331rem + 0.4516vw, 1.375rem);
  /*font styling*/
  --GTMaru-font: "GT Maru", Arial, sans-serif;
  --normal-style: normal;
  --normal: 400;
  --bold: 500;
  --light: 300;
  /*border radius*/
  --block-radius: 45px;
  --rectangle-radius: 34px;
  --card-radius: 28px;
  /*Mobile Sizes*/
  --title-mobile: 40px;
  --h1-mobile: 34px;
  --h2-mobile: 17px;
  --text-mobile: 15px;
  --btn-mobile: 25px;
  --h1-btw: 50px;
  /*Mobile padding & margins*/
  --block-padding-small: 7px;
  --body-margin: 20px;
  /*Mobile border radius*/
  --block-radius-mobile: 15px;
  --card-radius-mobile: 8px;
}

*,
html {
  scroll-behavior: smooth !important;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* .data-only {
    display: block;
} */
@media (max-width: 730px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
.navbar-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  transition: all 1s ease-in-out;
  /*  left: 50%;
   transform: translateX(-50%); */
  gap: 20px;
  padding: 0;
  top: 0px;
  left: -120%;
}

.navbar-menu li {
  list-style-type: none;
}

.navbar-menu .navigation-item {
  font-size: 13px;
  padding: 3px;
  color: var(--fbs-primary-green);
  align-items: center;
  justify-content: space-around;
  width: 160px;
  height: 40px;
  background-color: var(--fbs-white);
  border-radius: var(--rectangle-radius);
  display: flex;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
  list-style-type: none;
  width: 90vw;
}

.navbar-menu-1 {
  transition-delay: 0s;
  margin-top: 60px;
}

.navbar-menu-2 {
  transition-delay: 0.25s;
  margin-top: 120px;
}

.navbar-menu-3 {
  transition-delay: 0.5s;
  margin-top: 180px;
}

#nav__menu {
  position: absolute;
  background-color: rebeccapurple;
  left: 0;
  transform: translateX(100%);
  /* right: -30%; */
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  transition: 0.5s all ease-in-out;
}

#nav__menu a {
  color: white;
  text-decoration: none;
}

#nav__menu .navbar__navigation {
  list-style-type: none;
  text-align: center;
  margin-top: 1em;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  cursor: pointer;
}

#menu-button-icon,
#menu-button-icon::before,
#menu-button-icon::after {
  display: block;
  width: 30px;
  height: 1.5px;
  background-color: black;
}

#menu-button-icon {
  position: relative;
  -webkit-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}

#menu-button-icon::before,
#menu-button-icon::after {
  content: "";
  -webkit-transition: -webkit-transform 250ms linear;
  transition: -webkit-transform 250ms linear;
  transition: transform 250ms linear;
  transition: transform 250ms linear, -webkit-transform 250ms linear;
  position: absolute;
  left: 0;
  top: 0;
}

#menu-button-icon::before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

#menu-button-icon::after {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

#nav-toggle {
  display: none;
}

#nav-toggle:checked ~ #menu-button #menu-button-icon {
  background-color: transparent;
}

#nav-toggle:checked ~ #menu-button #menu-button-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-toggle:checked ~ #menu-button #menu-button-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input#nav-toggle:checked ~ .navbar-menu {
  left: 20px;
  pointer-events: all;
}

.navbar.desktop-only {
  display: flex;
}

.navbar {
  width: 100%;
  position: fixed;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  gap: 20px;
  z-index: 10;
  justify-content: center;
}
.navbar__home {
  font-size: var(--nav-size);
  color: var(--fbs-primary-green);
  align-items: center;
  justify-content: space-around;
  max-width: 240px;
  width: 100%;
  height: 68px;
  background-color: var(--fbs-white);
  border-radius: var(--rectangle-radius);
  display: flex;
  margin-left: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.navbar__menu {
  font-size: var(--nav-size);
  height: 68px;
  width: calc(100% - 470px);
  background-color: var(--fbs-white);
  border-radius: var(--rectangle-radius);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar__navigation {
  list-style-type: none;
  padding-left: 10px;
}
.navbar__language {
  font-size: var(--nav-size);
  height: 68px;
}
.navbar__download {
  font-size: var(--nav-size);
  color: var(--fbs-black);
  align-items: center;
  justify-content: space-around;
  max-width: 230px;
  width: 100%;
  height: 68px;
  background-color: var(--fbs-white);
  border-radius: var(--rectangle-radius);
  display: flex;
  margin-right: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.navbar li {
  float: left;
}
.navbar li a {
  font-size: var(--nav-size);
  color: var(--fbs-black);
  display: block;
  text-align: center;
  padding: 14px 34px;
  text-decoration: none;
  letter-spacing: -1.87px;
}

.navbar .navbar__active {
  color: var(--fbs-white);
  background-color: var(--fbs-primary-green);
  min-width: 77px;
  border-radius: var(--rectangle-radius);
}

.navbar-lang {
  display: flex;
  flex-direction: row;
  gap: 0px;
  position: relative;
  background-color: var(--fbs-grey);
  width: 120px;
  height: 58px;
  border-radius: var(--rectangle-radius);
  justify-content: space-evenly;
  margin-right: 8px;
  padding: 3;
  align-items: center;
}

.navbar__lang-text {
  z-index: 2;
  width: 50%;
  display: flex;
  justify-content: center;
}
.navbar__lang-text-en {
  text-decoration: none;
  color: var(--fbs-black);
}
.navbar__lang-text-de {
  color: var(--fbs-white);
  background: var(--fbs-primary-green);
  border-radius: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .navbar-lang::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: var(--fbs-primary-green);
    z-index: 1;
    left: 8px;
    right: 0;
    //transition: all 0.5s ease-in-out;
} */
/* .navbar-lang:hover {
    .navbar {
        &__lang-text-en {
            //color: white;
            //transition: all 0.5s ease-in-out;
        }

        &__lang-text-de {
            //color: black;
            //transition: all 0.5s ease-in-out;
        }
    }
}

.navbar-lang:hover::before {
    //left: 67px;
    //transition: all 0.5s ease-in-out;
} */
.language__active {
  color: var(--fbs-white);
  background-color: var(--fbs-primary-green);
  width: 54px;
  height: 54px;
  border-radius: var(--rectangle-radius);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  z-index: 1;
}

.language {
  color: var(--fbs-black);
  background-color: var(--fbs-grey);
  width: 131px;
  border-radius: var(--rectangle-radius);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* @media (max-width: $medium) {
    .navbar{

    &__navigation{
        display: none;
    } 
}
.navbar-lang {
    margin-left: 7px;
}
} */
@media (max-width: 1270px) {
  .navbar li a {
    padding: 14px 14px;
  }
}
@media (max-width: 1100px) {
  .navbar {
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    gap: 20px;
    z-index: 10;
    justify-content: center;
  }
  .navbar__home {
    font-size: 20px;
    max-width: 200px;
    height: 58px;
  }
  .navbar__menu {
    font-size: var(--nav-size);
    height: 58px;
    width: calc(100% - 470px);
    background-color: var(--fbs-white);
    border-radius: var(--rectangle-radius);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .navbar__download {
    font-size: 20px;
    max-width: 200px;
    width: 100%;
    height: 58px;
    background-color: var(--fbs-white);
    border-radius: var(--rectangle-radius);
    display: flex;
    margin-right: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
  }
  .navbar li a {
    padding: 14px 5px;
  }
  .navbar-lang {
    display: flex;
    flex-direction: row;
    gap: 0px;
    position: relative;
    background-color: var(--fbs-grey);
    width: 90px;
    height: 58px;
    border-radius: var(--rectangle-radius);
    justify-content: space-evenly;
    margin-right: 8px;
    padding: 3;
    align-items: center;
    margin-left: 0px;
  }
}
@media (max-width: 950px) {
  .navbar-mobile.mobile-only {
    display: flex;
    z-index: 10;
  }
  .navbar.desktop-only {
    display: none;
  }
  .navbar-mobile {
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    gap: 20px;
    z-index: 1;
    justify-content: space-evenly;
    /*         .navbar-mobile__lang::before {
        content: "";
        position: absolute;
        width: 35px;
        height: 35px;
        border-radius: 30px;
        background-color: var(--fbs-primary-green);
        z-index: 1;
        left: 3px;
        right: 0;
        //transition: all 0.7s ease-in-out;
    } */
    /*        .navbar-mobile__lang:hover {
        .navbar-mobile__lang {
            &__en {
                //color: white;
                //transition: all 0.7s ease-in-out;
            }

            &__de {
                //color: black;
                //transition: all 0.7s ease-in-out;
            }
        }
    } */
    /*  .navbar-mobile__lang:hover::before {
        //left: 62px;
        //transition: all 0.7s ease-in-out;
    } */
  }
  .navbar-mobile .navbar-mobile__lang {
    display: flex;
    flex-direction: row;
    position: relative;
    background-color: var(--fbs-white);
    width: 100px;
    height: 45px;
    border-radius: var(--rectangle-radius);
    justify-content: center;
    gap: 30px;
    /* margin-right: 8px; */
    align-items: center;
    font-size: 13px;
    /* margin-left: 20px; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .navbar-mobile .navbar-mobile__lang__text {
    z-index: 2;
    /* width: 50%; */
    display: flex;
    justify-content: center;
  }
  .navbar-mobile .navbar-mobile__lang__en {
    color: black;
    text-decoration: none;
    margin: 0;
  }
  .navbar-mobile .navbar-mobile__lang__de {
    color: var(--fbs-white);
    background: var(--fbs-primary-green);
    border-radius: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /*  margin-left: 5px; */
  }
  .navbar-mobile__home {
    font-size: 13px;
    padding: 3px;
    color: var(--fbs-primary-green);
    align-items: center;
    justify-content: space-around;
    width: 160px;
    height: 40px;
    background-color: var(--fbs-white);
    border-radius: var(--rectangle-radius);
    display: flex;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
    list-style-type: none;
  }
  .navbar-mobile__menu {
    font-size: 13px;
    padding: 3px;
    color: var(--fbs-black);
    align-items: center;
    justify-content: space-around;
    width: 100px;
    height: 40px;
    background-color: var(--fbs-white);
    border-radius: var(--rectangle-radius);
    display: flex;
    margin-right: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
  }
}
@media (max-width: 500px) {
  .navbar-mobile.mobile-only {
    display: flex;
    z-index: 10;
  }
  .navbar.desktop-only {
    display: none;
  }
  .navbar-mobile {
    font-size: 10px;
  }
  .navbar-mobile .navbar-mobile__lang {
    gap: 0px;
    width: 100px;
    height: 45px;
    border-radius: var(--rectangle-radius);
    justify-content: space-evenly;
    margin-right: 8px;
    align-items: center;
    margin-left: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .navbar-mobile .navbar-mobile__lang__text {
    z-index: 2;
    display: flex;
    justify-content: center;
  }
  .navbar-mobile .navbar-mobile__lang__en {
    color: black;
    text-decoration: none;
  }
  .navbar-mobile .navbar-mobile__lang__de {
    color: var(--fbs-white);
    background: var(--fbs-primary-green);
    border-radius: 30px;
    height: 33px;
    width: 33px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.download-cards {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.download-cards__card {
  background-color: var(--fbs-grey);
  border-radius: var(--card-radius);
  max-width: 600px;
  width: 100%;
  padding: 20px;
  position: relative;
}

@media (max-width: 1100px) {
  .download-cards {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .download-cards__card {
    padding: 15px;
    position: relative;
    margin: 0 7px 10px 0px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 730px) {
  .download-cards {
    display: flex;
    width: 100%;
    gap: 20px;
  }
  .download-cards__card {
    padding: 15px;
    position: relative;
    margin: 0 7px 10px 0px;
    width: calc(100% - 30px);
  }
}
.numbers {
  font-size: var(--heading-1);
  color: var(--fbs-primary-green);
  margin: 0 0 85px 0;
  font-weight: 300;
}

.oblique {
  font-style: oblique;
}

.bold {
  font-weight: 500;
}

.emphasis {
  background-color: var(--fbs-emphasis);
  border-radius: 7px;
  padding: 0 0.3rem 0 0.3rem;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: var(--GTMaru-font);
  font-style: normal;
  width: 100%;
  padding: 0;
  margin: 0;
}

.outer-homepage {
  display: flex;
  flex-direction: column;
  height: 100svh;
  min-height: 850px;
}

.start {
  list-style-type: none;
  text-decoration: none;
  color: var(--fbs-primary-green);
}