@font-face {
  font-family: Comic Sans;
  src: url('../fonts/sfprodisplayblackitalic.OTF') format("opentype"), url('../fonts/sfprodisplayheavyitalic.OTF') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Comic Sans;
  src: url('../fonts/sfprodisplaymedium.OTF') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Comic Sans;
  src: url('../fonts/sfprodisplayultralightitalic.OTF') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Comic Sans;
  src: url('../fonts/sfprodisplaybold.OTF') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Comic Sans;
  src: url('../fonts/sfprodisplayregular.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Comic Sans;
  src: url('../fonts/sfprodisplaythinitalic.OTF') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Comic Sans;
  src: url('../fonts/sfprodisplaysemibolditalic.OTF') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Comic Sans;
  src: url('../fonts/sfprodisplaylightitalic.OTF') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--700: #4a4566;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--secondary--color-1: #281ca5;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-section {
  z-index: 25;
  margin-top: 0;
  position: static;
}

.intro-image {
  z-index: -1;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
}

.div-block {
  z-index: 3;
  background-color: #000000b3;
  height: 100vh;
  margin-top: -100vh;
  padding-top: 50vh;
  position: relative;
}

.section {
  color: #000;
  background-color: #000;
  padding-top: 10%;
  padding-bottom: 5%;
}

.video {
  width: auto;
  height: auto;
}

.div-block-2 {
  width: 55%;
}

.div-block-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 5%;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 61px;
}

.heading-allg-info {
  color: #fff;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
}

.text-block-allg-info {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.div-block-allg-info-adresse {
  margin-bottom: 35px;
  display: flex;
}

.code-embed {
  width: 50px;
  height: auto;
  margin-top: 20px;
  margin-right: 5px;
  padding-bottom: 0;
}

.heading-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  color: #fff;
}

.div-block-allg-info-ffnungszeiten {
  margin-bottom: 75px;
  display: flex;
}

.code-embed-2 {
  width: 48px;
  margin-top: 13px;
  margin-right: 5px;
}

.div-block-4 {
  z-index: 36;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 45%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-5 {
  padding-bottom: 0;
  padding-left: 0;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #deaf62;
  border-radius: 8px;
  padding: 10px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 34px;
  transition: transform .3s;
  box-shadow: 0 0 20px 2px #deaf629e;
}

.button:hover {
  transform: scale(.9);
}

.div-block-6 {
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.section-2 {
  color: #212121;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 10% 20%;
  display: flex;
}

.heading-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 43px;
  font-weight: 300;
  line-height: 57px;
}

.text-span {
  color: #deaf62;
}

.text-span-2 {
  font-weight: 600;
}

.section-3 {
  background-color: #000;
}

.heading-5 {
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 59px;
  font-weight: 400;
  line-height: 61px;
}

.paragraph {
  color: #919191;
  width: auto;
  min-width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.div-block-7 {
  background-color: #deaf62;
  width: 114px;
  height: 3px;
  margin-left: 0;
}

.div-block-8 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image {
  box-shadow: none;
  background-color: #000;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  width: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-10 {
  z-index: 0;
  background-color: #000;
  position: relative;
}

.div-block-11 {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.section-4 {
  color: #000;
  background-color: #000;
  height: auto;
  padding-top: 140px;
  padding-bottom: 41px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---text-200-medium {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---text-300-bold {
  color: #b1843b;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---paragraph-default {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.brix---paragraph-default.fewsfwfwe {
  color: #777;
  font-size: 25px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---heading-h3-size {
  color: #deaf62;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-center {
  text-align: center;
}

.brix---avatar-image {
  width: 100%;
}

.brix---avatar-circle-05-border {
  border: 6px solid var(--elements-webflow-library--neutral--100);
  box-shadow: 0 8px 28px 0 var(--elements-webflow-library--general--shadow-03);
  background-color: #5d4037;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.brix---avatar-circle-05-border.emre {
  background-color: #37568f;
}

.brix---avatar-circle-05-border.fwergfergerg {
  background-color: #7b1fa2;
}

.brix---avatar-circle-05-border.gfwgwrgrwegwr {
  background-color: #33691e;
}

.brix---card-testimonial-v6 {
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  background-image: radial-gradient(circle, #6e5f388a, #000);
  border: 1px solid #707070;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 98px;
  display: flex;
  position: relative;
}

.brix---inner-container-800px---center {
  border: 1px solid #464646;
  border-radius: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.brix---slider-item-pd {
  vertical-align: middle;
  padding: 15px;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  background-color: #0000;
  align-items: center;
  height: 100%;
  display: flex;
}

.brix---heading-h2-size {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 59px;
  font-weight: 400;
  line-height: 61px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---inner-container-574px---center {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  z-index: 1;
  color: var(--elements-webflow-library--neutral--100);
  background-color: #000;
  height: auto;
  margin-top: 0;
  padding-top: 110px;
  padding-bottom: 140px;
  position: relative;
}

.brix---section.bad-nauheim {
  display: none;
}

.image-2, .image-3 {
  width: 28px;
  height: 28px;
}

.heading-6 {
  text-align: center;
  width: 270px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
}

.div-block-12 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 35px;
  display: flex;
}

.image-4 {
  width: 68%;
  margin-top: 2px;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  color: var(--elements-webflow-library--neutral--100);
  padding: 5px 20px 5px 10px;
  text-decoration: none;
}

.text-span-3 {
  color: #deaf62;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  text-shadow: 0 0 22px #deaf62;
  white-space: normal;
  word-break: normal;
  font-weight: 700;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 51px;
}

.div-block-14 {
  opacity: .41;
  filter: blur(20px);
  color: #a5a5a5;
  background-color: #8f8f8f;
  width: 400px;
  height: 400px;
  margin-left: -215px;
}

.div-block-15 {
  background-color: #0000;
  background-image: linear-gradient(0deg, #000 8%, #fff0 90%);
  max-width: 800px;
  height: 500px;
  margin-top: -500px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16 {
  background-image: radial-gradient(circle, #6e5f388a, #67593591 0%, #000);
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.div-block-17 {
  background-color: #0000;
  background-image: linear-gradient(#6e5f38c2, #000 68%);
  width: 30%;
  height: 300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-18 {
  background-color: #000;
  width: 30%;
  height: 200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-19 {
  height: 1000px;
  padding-top: 0;
  display: block;
}

.heading-8 {
  text-align: center;
  width: 400px;
  margin-top: -140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  line-height: 42px;
}

.div-block-20 {
  text-align: center;
  background-color: #0000;
  width: 40%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 193px;
  box-shadow: 0 88px 171px 8px #b1843b;
}

.body {
  font-family: Montserrat, sans-serif;
}

.div-block-21 {
  z-index: 0;
  filter: blur(327px);
  background-color: #b16d008a;
  width: 100%;
  height: 278px;
  margin-top: -712px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-21.ztjkuktkut {
  z-index: 1;
  position: relative;
}

.div-block-21.rgeergerge {
  z-index: 20;
  background-color: #b16d004a;
  margin-top: -752px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.div-block-21.rgeergerge._213423423 {
  z-index: 7;
  background-color: #b16d0082;
  margin-bottom: 448px;
  display: block;
  position: relative;
}

.div-block-22 {
  z-index: 2;
  background-color: #000;
  background-image: linear-gradient(#fff, #000);
  align-items: flex-end;
  width: 40%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-23 {
  z-index: 0;
  filter: blur(26px);
  background-color: #b16d00;
  width: 40%;
  height: 19px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-24 {
  z-index: 4;
  background-color: #000;
  width: 2px;
  height: 200px;
  margin-top: -235px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ber-uns {
  background-color: #000;
  padding: 100px 24px 0;
}

.div-block-25 {
  z-index: 1;
  border: 1px solid #464646;
  border-radius: 24px;
  justify-content: space-between;
  width: auto;
  min-width: auto;
  max-width: 1090.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-26 {
  border: 1px solid #707070;
  border-radius: 16px;
  width: 50%;
  margin-right: 10px;
  padding: 20px;
}

.div-block-27 {
  border: 1px solid #707070;
  border-radius: 24px;
  width: 50%;
  margin-left: 10px;
  padding: 40px 40px 15px;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 29px;
}

.text-span-4 {
  font-family: Droid Sans, sans-serif;
}

.div-block-28 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-29 {
  margin-right: 40px;
}

.heading-10 {
  color: #aaa;
  margin-bottom: 5px;
}

.heading-11 {
  color: #aaa;
}

.heading-12 {
  color: #aaa;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.heading-13 {
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-30 {
  z-index: 1;
  background-image: linear-gradient(360deg, #000 80%, #fff0);
  height: 988px;
  margin-top: -797px;
  display: none;
  position: relative;
}

.div-block-30.fwefwfwf {
  z-index: 20;
  margin-top: -797px;
  display: none;
}

.div-block-31 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-32 {
  z-index: 1;
  background-image: linear-gradient(0deg, #000 45%, #fcfcfc00 100%, #fff0);
  margin-top: -65px;
  position: relative;
}

.paragraph-2 {
  color: #3330;
  height: 209px;
  margin-top: -181px;
}

.div-block-33 {
  background-image: url('../images/whatsapp-bild-2024-09-20-um-19.29.56_a8f7b089.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
}

.div-block-33.bad-nauheim {
  background-image: url('../images/whatsapp-image-2025-12-14-at-19.45.54.jpeg');
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: #fff;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-big-nav-link {
  color: #fff;
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  text-decoration: none;
  transition: color .3s;
}

.brix---header-big-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item-hamburger-desktop {
  margin-bottom: 24px;
  padding-left: 0;
}

.brix---dropdown-link-big {
  color: var(--elements-webflow-library--neutral--700);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 28px;
  line-height: 36px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-big:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-links-grid-big {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-card-desktop {
  background-color: #0000;
  top: 32px;
  overflow: visible;
}

.brix---dropdown-column-wrapper-hamburger {
  background-color: #0000;
  padding-top: 32px;
  position: static;
}

.brix---dropdown-chevron-big {
  width: 28px;
  margin-left: 10px;
}

.brix---dropdown-toggle-big-link {
  align-items: center;
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-big-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-menu-hamburger-desktop {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---container-default-center {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-hamburger-desktop-wrapper {
  z-index: auto;
  border-top: 1px #000;
  border-bottom: 1px none var(--elements-webflow-library--neutral--300);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #c8c8c800;
  padding: 44px 24px;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: #ddd0;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.image-5 {
  width: 120px;
}

.div-block-34 {
  background-color: #0000;
  height: 117px;
  margin-top: -117px;
}

.div-block-35 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.text-block-3 {
  color: #fff;
}

.div-block-36 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6 {
  width: 120px;
}

.div-block-37 {
  background-color: #fff;
}

.burgermenustrich {
  background-color: #fff;
  border-radius: 10px;
  width: 50px;
  height: 4px;
  margin-bottom: 0;
}

.div-block-38 {
  flex-flow: column;
  justify-content: space-around;
  height: 36px;
  display: flex;
}

.div-block-39 {
  z-index: 7;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-14 {
  opacity: 0;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 31px;
  line-height: 41px;
}

.heading-14._1 {
  opacity: 0;
  height: auto;
}

.heading-14._2, .heading-14._3, .heading-14._4, .heading-14._5 {
  opacity: 0;
}

.div-block-40 {
  height: auto;
  margin-top: 0;
  padding: 20px 0 10px;
  display: none;
  position: relative;
}

.brix---accordion-btn-horizontal-line-v2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-btn-vertical-line-v2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---accordion-item-wrapper-v2 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v2:hover {
  transform: translate(8px);
}

.brix---grid-1-column-gap-row-0 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.div-block-41 {
  opacity: 1;
  color: #fff;
  flex-flow: column;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.heading-15 {
  color: #fff;
  text-align: right;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 53px;
  line-height: 57px;
}

.subscript {
  font-size: 32px;
}

.div-block-42 {
  height: 100vh;
  margin-top: -100vh;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.brix---btn-secondary-full-width {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-full-width:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default-3 {
  color: #777;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.brix---mg-bottom-24px {
  border-radius: 134px;
  margin-bottom: 24px;
}

.brix---heading-h3-size-2 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---card-link-content-center {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-link-content-center:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border: 1px solid #464646;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: none;
  padding: 10px;
  display: grid;
}

.brix---heading-h2-size-3 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 59px;
  font-weight: 400;
  line-height: 61px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---text-center-3 {
  text-align: center;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 196px;
}

.div-block-43 {
  z-index: 0;
  text-align: center;
  background-image: radial-gradient(circle closest-corner, #deaf6266 2%, #0000006e);
  border: 1px solid #707070;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.3333%;
  padding: 48px 24px;
  display: flex;
  position: relative;
}

.div-block-44 {
  background-image: linear-gradient(#fff0, #000 68%);
  height: 240px;
  margin-top: -240px;
  position: static;
}

.paragraph-3 {
  opacity: 0;
}

.div-block-45 {
  z-index: 5;
  filter: blur(230px);
  background-color: #b16d008a;
  height: 223px;
  margin-top: -385px;
  position: relative;
}

.div-block-46 {
  max-width: none;
  display: block;
}

.div-block-47 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border: 1px solid #464646;
  border-radius: 24px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.image-7 {
  width: 75%;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  color: #777;
  width: 100%;
  font-size: 2.75vh;
}

.paragraph-5, .paragraph-6 {
  color: #777;
}

.brix---accordion-btn-horizontal-line-v2-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-btn-vertical-line-v2-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-icon-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-right-side-2 {
  margin-left: 24px;
  margin-right: 0;
}

.brix---paragraph-default-4 {
  color: #777;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---accordion-header-2 {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-v2-2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---accordion-item-wrapper-v2-2 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v2-2:hover {
  transform: translate(8px);
}

.brix---grid-1-column-gap-row-2 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-1012px-center-2 {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 59px;
  font-weight: 400;
  line-height: 61px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---text-center-4 {
  text-align: center;
}

.brix---inner-container-574px---center-3 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 238px;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---paragraph-link {
  color: #deaf62;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-default-5 {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: #deaf62;
}

.brix---footer-list-item-horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.brix---footer-list-wrapper-horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---grid-footer-3-cols {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

.brix---footer-top-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: #000;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  color: #fff;
  text-decoration: none;
}

.link-block-7 {
  background-color: #000;
  background-image: url('../images/screenshot-413.png');
  background-position: 0 -263px;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: block;
}

.div-block-49 {
  background-color: #0000;
  background-image: url('../images/screenshot-413.png');
  background-position: 0 -97px;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 0;
}

.lightbox-link-2 {
  max-height: none;
  padding-left: 0;
  display: block;
}

.tabs {
  z-index: 10;
  width: 70%;
  min-width: 455px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-50 {
  height: auto;
}

.div-block-51 {
  z-index: 0;
  border: 1px solid #464646;
  border-radius: 24px;
  padding: 20px;
  position: relative;
}

.div-block-52 {
  border: 1px solid #707070;
  border-radius: 16px;
  padding: 20px;
}

.image-8 {
  z-index: 2;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 0 369px -14px #b16d0052;
}

.tabs-menu {
  justify-content: space-around;
  margin-top: 3%;
  margin-bottom: 0;
  display: flex;
}

.image-9 {
  border-radius: 12px;
  width: 74px;
  max-width: 100%;
  height: 77.6563px;
  display: block;
}

.tab-link-tab-1 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  width: auto;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 7.5px;
  transition: border-color .3s;
}

.tab-link-tab-1.w--current {
  background-color: #c8c8c800;
  border: 1px solid #858585;
  border-radius: 18px;
  margin-right: 2.5px;
  padding: 7.5px;
}

.tab-link-tab-2 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 7.5px;
  transition: border-color .3s;
}

.tab-link-tab-2.w--current {
  background-color: #ddd0;
  border-color: #858585;
}

.tab-link-tab-3 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 7.5px;
  transition: border-color .3s;
}

.tab-link-tab-3.w--current {
  background-color: #ddd0;
  border-color: #858585;
}

.tab-link-tab-4 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 7.5px;
  transition: border-color .3s;
}

.tab-link-tab-4.w--current {
  background-color: #ddd0;
  border-color: #858585;
}

.tab-link-tab-5 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 7.5px;
  transition: border-color .3s;
}

.tab-link-tab-5.w--current {
  background-color: #ddd0;
  border-color: #858585;
}

.tab-link-tab-6 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 7.5px;
  transition: border-color .3s;
}

.tab-link-tab-6.w--current {
  background-color: #ddd0;
  border-color: #858585;
}

.tab-link-tab-7 {
  background-color: #ddd0;
  border: 1px solid #333;
  border-radius: 18px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 7.5px;
}

.tab-link-tab-7.w--current {
  background-color: #fff0;
  border-color: #858585;
  margin-left: 2.5px;
  margin-right: 2.5px;
  transition: border-color .3s;
}

.tabs-content {
  border: 1px solid #464646;
  border-radius: 24px;
  padding: 20px;
}

.heading-16 {
  color: #5f565600;
  text-align: center;
}

.section-5 {
  background-color: #000;
}

.heading-17 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
}

.paragraph-7 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.div-block-53 {
  padding: 20% 25%;
}

.bold-text {
  color: #fff;
  text-decoration: none;
}

.link {
  color: #d3b269;
  text-decoration: none;
}

.link-2, .bold-text-2, .link-3, .link-4 {
  color: #fff;
}

.background-video {
  height: 100vh;
  display: none;
}

.background-video-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .section {
    z-index: -1;
    position: relative;
  }

  .heading {
    font-size: 39px;
    line-height: 55px;
  }

  .heading-allg-info {
    font-size: 22px;
  }

  .text-block-allg-info {
    font-size: 15px;
    line-height: 27px;
  }

  .code-embed, .code-embed-2 {
    width: 30px;
  }

  .section-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-4 {
    font-size: 36px;
  }

  .heading-5 {
    font-size: 39px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    margin-left: 0;
    margin-right: 9px;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    margin-left: 0;
    margin-right: 0;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-testimonial-v6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .brix---inner-container-800px---center {
    max-width: 563px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---slider-item-pd {
    vertical-align: middle;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---slider-wrapper {
    justify-content: center;
  }

  .brix---heading-h2-size {
    font-size: 39px;
    line-height: 48px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .heading-6 {
    font-size: 22px;
  }

  .div-block-19 {
    height: 904px;
  }

  .div-block-21.rgeergerge._213423423 {
    margin-top: -546px;
  }

  .div-block-25 {
    padding: 15px;
  }

  .div-block-26 {
    width: 57%;
    margin-right: 7.5px;
  }

  .div-block-27 {
    width: 45%;
    margin-left: 7.5px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-28 {
    margin-top: 30px;
    margin-bottom: 70px;
  }

  .heading-12, .heading-13 {
    font-size: 15px;
  }

  .paragraph-2 {
    margin-top: -150px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    padding-left: 0;
  }

  .brix---dropdown-card-desktop {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
    padding-top: 26px;
  }

  .brix---dropdown-card-desktop.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-hamburger {
    padding-top: 0;
    position: static;
  }

  .brix---header-nav-menu-hamburger-desktop {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-hamburger-desktop-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-40 {
    display: none;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v2:hover {
    transform: translate(6px);
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .heading-15 {
    font-size: 43px;
    line-height: 52px;
  }

  .subscript {
    font-size: 28px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 0;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 39px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .div-block-43 {
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-48 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .paragraph-4 {
    font-size: 2vh;
    line-height: 25px;
  }

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v2-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v2-2:hover {
    transform: translate(6px);
  }

  .brix---heading-h2-size-4 {
    font-size: 39px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-logo {
    max-width: 100px;
  }

  .brix---grid-footer-3-cols {
    grid-template-columns: 1fr;
  }

  .brix---footer-top-small {
    padding-top: 38px;
    padding-bottom: 58px;
  }

  .tabs {
    min-width: 380px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    z-index: 1;
    margin-bottom: 0;
    padding-bottom: 0%;
  }

  .div-block-2 {
    width: 91%;
  }

  .div-block-3 {
    flex-flow: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-4 {
    width: 71%;
  }

  .button {
    width: 99.9998%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    align-items: center;
    width: 100%;
  }

  .section-2 {
    margin-top: 0;
    padding-top: 10%;
  }

  .heading-4 {
    font-size: 36px;
    line-height: 47px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    margin-left: 0;
    margin-right: -125px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -86px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    margin-left: -125px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -86px 36%;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---paragraph-default {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .brix---paragraph-default.fewsfwfwe {
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 26px;
  }

  .brix---avatar-circle-05-border {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .brix---card-testimonial-v6 {
    padding: 44px 32px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-6 {
    width: 196px;
    font-size: 18px;
  }

  .body {
    background-color: #000;
  }

  .div-block-21.rgeergerge._213423423 {
    margin-bottom: 384px;
  }

  .div-block-25 {
    flex-flow: column;
  }

  .div-block-26 {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block-27 {
    width: 100%;
  }

  .div-block-30.fwefwfwf {
    margin-bottom: 0;
  }

  .brix---header-big-nav-link {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---dropdown-chevron-big {
    width: 25px;
  }

  .brix---dropdown-toggle-big-link {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .heading-14._1, .heading-14._2, .heading-14._3, .heading-14._4, .heading-14._5 {
    font-size: 26px;
    line-height: 36px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding: 48px 0;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-15 {
    font-size: 42px;
    line-height: 47px;
  }

  .subscript {
    font-size: 27px;
    line-height: 21px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .brix---btn-secondary-full-width {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-43 {
    width: 100%;
  }

  .div-block-48 {
    flex-flow: column;
  }

  .brix---accordion-right-side-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v2-2 {
    padding: 48px 0;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

  .brix---footer-logo-wrapper {
    justify-content: center;
    width: 239px;
    display: flex;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-9 {
    width: 74px;
  }

  .tab-link-tab-1 {
    padding: 5px;
  }

  .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5 {
    padding: 5px;
    display: flex;
  }

  .tab-link-tab-6 {
    align-items: stretch;
    padding: 5px;
    display: flex;
  }

  .tab-link-tab-7.w--current {
    padding: 5px;
    display: flex;
  }

  .text-span-5 {
    font-size: 21px;
    line-height: 9px;
  }

  .div-block-53 {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 25%;
  }

  .div-block-6 {
    margin-top: 40px;
  }

  .heading-4 {
    font-size: 26px;
    line-height: 33px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    margin-left: 0;
    margin-right: 0;
    right: 26%;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    margin-left: 0;
    margin-right: 0;
    left: 26%;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---paragraph-default {
    max-width: none;
    font-size: 17px;
    line-height: 26px;
  }

  .brix---paragraph-default.fewsfwfwe {
    font-size: 18px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---text-center, .brix---text-center.k-ok-k {
    width: 95%;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---avatar-circle-05-border {
    border-width: 3px;
  }

  .brix---card-testimonial-v6 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---inner-container-800px---center, .brix---slider-item-pd {
    padding: 10px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6 {
    width: 225px;
    margin-right: 6px;
    font-size: 14px;
  }

  .div-block-12 {
    width: 103px;
    height: 28px;
  }

  .link-block {
    padding-right: 10px;
  }

  .heading-7 {
    font-size: 46px;
  }

  .div-block-28 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-29 {
    margin-right: 0;
  }

  .div-block-33.bad-nauheim {
    display: block;
  }

  .brix---header-big-nav-link {
    font-size: 26px;
    line-height: 28px;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    text-align: left;
    width: 100%;
    margin-bottom: 17px;
  }

  .brix---dropdown-link-big {
    font-size: 22px;
    line-height: 26px;
  }

  .brix---dropdown-chevron-big {
    width: 21px;
    margin-left: 8px;
  }

  .brix---dropdown-toggle-big-link {
    font-size: 26px;
    line-height: 28px;
  }

  .brix---container-default-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-6 {
    width: 91px;
  }

  .div-block-39 {
    height: 90px;
  }

  .heading-14._1, .heading-14._2, .heading-14._3, .heading-14._4 {
    font-size: 23px;
    line-height: 34px;
  }

  .heading-14._5 {
    opacity: 0;
    font-size: 23px;
    line-height: 34px;
  }

  .div-block-40 {
    display: none;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .heading-15 {
    font-size: 28px;
    line-height: 38px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .brix---btn-secondary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---accordion-right-side-2 {
    margin-right: 0;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---footer-list-wrapper-horizontal {
    flex-direction: column;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 129px;
  }

  .brix---footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tabs {
    width: 100%;
    min-width: auto;
  }

  .div-block-52 {
    padding: 10px;
  }

  .image-9 {
    height: 28.4688px;
  }

  .tabs-content {
    padding: 10px;
  }

  .text-span-5 {
    margin-top: 15px;
    line-height: 25px;
    display: block;
  }

  .heading-17 {
    font-size: 21px;
  }

  .paragraph-7 {
    color: #fff;
  }

  .div-block-53 {
    padding-top: 40%;
  }

  .link {
    color: #fff;
  }

  .background-video {
    display: block;
  }

  .background-video-2 {
    height: 100vh;
    display: none;
  }
}

#w-node-_908a6c58-c552-aaf7-b4c6-c5b01fdd5e1d-0eca2fa6, #w-node-_8d96db06-22a5-9e3f-4717-de8ce4cf4644-5c7ed0cc, #w-node-fcb7f3ae-dfd2-9f62-ec5f-97a601fcc21e-d4b2cf10, #w-node-_6ff67aea-2344-da42-0d63-83a8ec288c68-792633ae, #w-node-_908a6c58-c552-aaf7-b4c6-c5b01fdd5e1d-013b7221, #w-node-_8d96db06-22a5-9e3f-4717-de8ce4cf4644-ef522216 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_908a6c58-c552-aaf7-b4c6-c5b01fdd5e1d-0eca2fa6, #w-node-_8d96db06-22a5-9e3f-4717-de8ce4cf4644-5c7ed0cc, #w-node-fcb7f3ae-dfd2-9f62-ec5f-97a601fcc21e-d4b2cf10, #w-node-_6ff67aea-2344-da42-0d63-83a8ec288c68-792633ae, #w-node-_908a6c58-c552-aaf7-b4c6-c5b01fdd5e1d-013b7221, #w-node-_8d96db06-22a5-9e3f-4717-de8ce4cf4644-ef522216 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_908a6c58-c552-aaf7-b4c6-c5b01fdd5e1d-0eca2fa6, #w-node-_8d96db06-22a5-9e3f-4717-de8ce4cf4644-5c7ed0cc, #w-node-fcb7f3ae-dfd2-9f62-ec5f-97a601fcc21e-d4b2cf10, #w-node-_6ff67aea-2344-da42-0d63-83a8ec288c68-792633ae, #w-node-_908a6c58-c552-aaf7-b4c6-c5b01fdd5e1d-013b7221, #w-node-_8d96db06-22a5-9e3f-4717-de8ce4cf4644-ef522216 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Comic Sans';
  src: url('../fonts/sfprodisplayblackitalic.OTF') format('opentype'), url('../fonts/sfprodisplayheavyitalic.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Comic Sans';
  src: url('../fonts/sfprodisplaymedium.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comic Sans';
  src: url('../fonts/sfprodisplayultralightitalic.OTF') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Comic Sans';
  src: url('../fonts/sfprodisplaybold.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comic Sans';
  src: url('../fonts/sfprodisplayregular.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comic Sans';
  src: url('../fonts/sfprodisplaythinitalic.OTF') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Comic Sans';
  src: url('../fonts/sfprodisplaysemibolditalic.OTF') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Comic Sans';
  src: url('../fonts/sfprodisplaylightitalic.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}