@font-face {
  font-family: Lexend;
  src: url('../fonts/Lexend-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lexend;
  src: url('../fonts/Lexend-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lexend;
  src: url('../fonts/Lexend-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lexend;
  src: url('../fonts/Lexend-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --_dance-14s---dunke-dunkel-blau: #091d3a;
  --combine-library--grey-050: var(--_dance-14s---transparent);
  --_dance-14s---dunkelblau: #384773;
  --combine-library--white: white;
  --_dance-14s---transparent: #fff0;
  --_dance-14s---heel-hintergrund: #fafafa;
  --_dance-14s---dunkel-lila: #7e1952;
  --_dance-14s---hell: #f2f2f2d1;
  --_dance-14s---schwarz: #000000b8;
  --combine-library--primary-600: #6157f8;
  --combine-library--primary-800: #472def;
  --combine-library--grey-100: #d9dce2;
  --combine-library--secondary-600: #0194ad;
  --_dance-14s---hellblau: #236ddc;
  --conversion-flow-library--medium-purple: #2722cc;
  --conversion-flow-library--light-coral: #e950e4;
  --_dance-14s---rosa: #af5a89;
  --combine-library--primary-200: #8591ec;
  --combine-library--grey-200: #bfc4ce;
  --_dance-14s---neo-blau: #2914a0;
  --combine-library--grey-800: #0009;
  --combine-library--grey-600: #5f6570;
  --_dance-14s---blauneon: #232394;
  --combine-library--warning-400: #f8b34b;
  --conversion-flow-library--coral: #ff8a56;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --spark-library--foreground-secondary: #000000c2;
  --conversion-flow-library--light-coral-copy: #ff5e691a;
  --combine-library--primary-200-copy: #8591ec1a;
  --_dance-14s---rosa-copy: #af5a891a;
  --combine-library--secondary-600-copy: #0194ad1a;
  --_dance-14s---blauneon-copy: #23239482;
  --spark-library--foreground-interactive: #5532fa;
  --_dance-14s---blau: #4c6fb4;
  --_dance-14s---dunkel-trans: #00051ba1;
  --_dance-14s---color: #fff3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  background-image: url('../images/Element-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100vh;
  margin-bottom: 6em;
  margin-left: 0;
  margin-right: 0;
  padding: 6em 25px 0;
  display: block;
}

.hero-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  height: 90vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.h1 {
  color: #f2f2f2;
  text-transform: uppercase;
  width: 100%;
  font-family: Figtree, Arial, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.3em;
}

.h1.dunkel {
  width: auto;
  color: var(--_dance-14s---dunke-dunkel-blau);
  margin-bottom: 0;
  font-family: Figtree, Arial, sans-serif;
  font-size: 3em;
  font-weight: 700;
}

.h1.dunkel.minus {
  margin-top: 0;
}

.h1.wight-auto {
  width: auto;
}

.h1.wight-auto.linksplatz {
  margin-left: 10px;
}

.body {
  background-color: var(--combine-library--grey-050);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: auto;
  font-size: .9em;
}

.h2 {
  color: #f2f2f2;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: Figtree, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.8em;
}

.h2.dunkel {
  color: var(--_dance-14s---dunke-dunkel-blau);
  margin-bottom: 40px;
  line-height: 1.5em;
}

.h2.dunkel.weniger {
  width: 100%;
  margin-bottom: 20px;
}

.h2.dunkel.kein {
  margin-top: 0;
  margin-bottom: 10px;
}

.h2.dunkel.kein.bold {
  margin-bottom: 0;
  font-weight: 600;
}

.h2.dunkel.mittig {
  text-align: center;
  font-family: Figtree, Arial, sans-serif;
  font-weight: 600;
}

.h2.mittig {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.h2.klein {
  font-size: 1.1em;
}

.h2.weniger {
  margin-top: 0;
  margin-bottom: 0;
}

.h2.stundenplan {
  color: var(--_dance-14s---dunke-dunkel-blau);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.h2.stundenplan.stunden {
  margin-bottom: 12px;
}

.h2.hero {
  margin-bottom: 27px;
}

.h2.liste {
  margin-bottom: 10px;
}

.button {
  color: var(--_dance-14s---dunkelblau);
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-top: 20px;
  font-family: Figtree, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}

.button.dunkel {
  background-color: var(--_dance-14s---dunke-dunkel-blau);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 1em;
}

.button.dunkel.stundenplan {
  margin-top: 10px;
  margin-bottom: 20px;
}

.quick-stack {
  grid-column-gap: 20px;
}

.div-block {
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.div-block-2 {
  background-image: url('../images/make-your-move.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 86vh;
  margin-bottom: 0;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

.cell {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 117px;
}

.navbar {
  z-index: 13;
  background-color: #ddd0;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.hell {
  background-color: var(--_dance-14s---transparent);
}

.navbar.weiss {
  background-color: var(--_dance-14s---heel-hintergrund);
}

.container {
  border: 1px #000;
  max-width: 1250px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.brand {
  background-image: url('../images/Element-5.svg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 60px;
}

.brand.hell {
  background-image: url('../images/Element-5.svg');
}

.brand.blau {
  background-image: url('../images/Logo-Dance14s_neu_2023_blau_Vektor_ohne_schrift_drunter-Kopie.png');
}

.nav-link {
  color: var(--_dance-14s---dunke-dunkel-blau);
  padding-top: 20px;
  font-family: Figtree, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
}

.nav-link:hover {
  color: var(--_dance-14s---dunkelblau);
  font-weight: 300;
}

.div-block-3 {
  background-image: url('../images/teens-hip-hop.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45vh;
  position: relative;
}

.div-block-4 {
  background-image: url('../images/kids-dance-14s.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.nav-menu {
  display: flex;
}

.insta-icon {
  width: 2.5em;
  height: 1.5em;
  color: var(--combine-library--white);
  margin-top: -2px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.insta-icon.tik-topk {
  width: 3em;
  height: 2em;
  color: var(--_dance-14s---dunke-dunkel-blau);
  padding-left: 10px;
}

.insta-icon.dunkel {
  width: 4em;
  height: 2em;
  color: var(--_dance-14s---dunke-dunkel-blau);
}

.pfeil {
  background-image: url('../images/Element-6.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 60px;
  margin-top: 40px;
}

.cell-2 {
  justify-content: flex-end;
  align-items: center;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}

.div-block-5 {
  background-image: url('../images/kids-hip-hop-dance.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40vh;
  margin-top: -15px;
  position: relative;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_small {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-close_icon {
  color: var(--combine-library--white);
  background-color: #fff3;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
  position: absolute;
  right: 0;
}

.combine-section_banner3 {
  background-color: var(--_dance-14s---schwarz);
}

.combine-banner3_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.combine-banner3_button {
  background-color: var(--combine-library--primary-600);
  border-radius: .5rem;
  margin-right: 3rem;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: background-color .25s;
}

.combine-banner3_button:hover {
  background-color: var(--combine-library--primary-800);
}

.combine-banner3_text {
  color: var(--combine-library--grey-100);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-banner3_content {
  grid-column-gap: .5rem;
  grid-row-gap: .125rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-banner3_title {
  color: var(--combine-library--white);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-banner3_icon {
  background-color: var(--combine-library--white);
  height: 2.25rem;
  color: var(--combine-library--secondary-600);
  border-radius: 1rem;
}

.workshopbanner {
  background-color: var(--_dance-14s---dunke-dunkel-blau);
  width: 100vw;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}

.container-2 {
  max-width: 1250px;
  padding: 0;
}

.h1-klein {
  color: var(--combine-library--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, Arial, sans-serif;
  font-size: 1.5em;
}

.h1-klein.dunkel {
  color: var(--_dance-14s---dunke-dunkel-blau);
}

.h1-klein.dunkel:hover {
  color: var(--_dance-14s---hellblau);
}

.h1-klein.klein {
  font-size: 1em;
}

.heading-2 {
  font-family: Figtree, Arial, sans-serif;
  font-size: 1.4em;
}

.text-block {
  color: var(--combine-library--white);
  padding-top: 0;
  font-family: Figtree, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3em;
}

.text-block.klein {
  padding-top: 3px;
  font-size: .8em;
}

.text-block.dunkel {
  width: 90%;
  color: var(--_dance-14s---dunke-dunkel-blau);
  margin-bottom: 10px;
  font-family: Figtree, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
}

.text-block.dunkel.center {
  color: var(--combine-library--white);
  text-align: center;
}

.text-block.dunkel._100 {
  width: 100%;
}

.text-block.dunkel.bold {
  font-weight: 600;
  line-height: 1.6em;
}

.text-block.dunkel.bold.weniger {
  margin-bottom: 0;
}

.text-block.dunkel.klein {
  font-size: .9em;
}

.text-block.dunkel.bunt {
  color: var(--conversion-flow-library--medium-purple);
  text-transform: none;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
}

.text-block.dunkel.platz {
  width: 100%;
  padding-top: 20px;
}

.text-block.dunkel.mittig {
  width: 100%;
  color: var(--_dance-14s---dunke-dunkel-blau);
}

.text-block.mit-abstand {
  padding-top: 7px;
  font-size: 1.1em;
}

.text-block.mit-abstand.links {
  text-align: left;
  padding-bottom: 4px;
  line-height: 1.4em;
}

.text-block.minikids {
  color: var(--conversion-flow-library--light-coral);
  text-align: left;
  font-size: 1.1em;
  line-height: 1.5em;
}

.text-block.kids {
  color: var(--_dance-14s---rosa);
  text-align: left;
  font-size: 1.1em;
  line-height: 1.5em;
}

.text-block.juniors {
  color: var(--combine-library--primary-200);
  text-align: left;
  font-size: 1.1em;
  line-height: 1.5em;
}

.text-block.teens {
  color: var(--combine-library--secondary-600);
  text-align: left;
  font-size: 1.1em;
  line-height: 1.5em;
}

.text-block.adults {
  color: var(--_dance-14s---heel-hintergrund);
  text-align: left;
  font-size: 1.1em;
  line-height: 1.5em;
}

.text-block._30 {
  color: var(--combine-library--grey-200);
  font-size: 1.1em;
  line-height: 1.5em;
}

.text-block.mittig {
  color: var(--combine-library--white);
  text-align: center;
}

.text-block.abstand-oben {
  line-height: 1.5em;
}

.text-block.abstand-oben.liste {
  font-weight: 300;
  line-height: 1.5em;
}

.quick-stack-3 {
  grid-column-gap: 20px;
  border-top: 1px solid var(--combine-library--white);
  padding: 20px 0;
}

.quick-stack-3.schule {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--_dance-14s---hell);
}

.quick-stack-3.ohne-strich {
  border-top-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cell-3, .cell-4 {
  justify-content: center;
  align-items: flex-start;
}

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

.div-block-7 {
  background-image: url('../images/Element-9.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 2em;
  height: 2em;
  margin-top: 4px;
  margin-left: 10px;
  padding-top: 0;
  padding-left: 0;
}

.ueber-uns {
  background-color: var(--_dance-14s---dunke-dunkel-blau);
  background-image: linear-gradient(171deg, var(--_dance-14s---transparent), var(--_dance-14s---neo-blau));
  width: 100vw;
  padding-top: 4em;
  padding-left: 25px;
  padding-right: 25px;
}

.ueber-uns.unterseite {
  background-color: var(--_dance-14s---heel-hintergrund);
  background-image: url('../images/h12.svg');
  background-size: cover;
}

.container-3 {
  max-width: 1250px;
  padding-top: 4em;
  padding-bottom: 4em;
}

.div-block-8 {
  z-index: 3;
  border-radius: 4px;
  width: 500px;
  height: 500px;
  position: relative;
}

.div-block-8.ansbach {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-8.ber-uns-sticky {
  margin-top: 40px;
  position: sticky;
  top: 30%;
}

.video {
  width: 100%;
  height: 100%;
}

.background-video-2 {
  z-index: 1;
  border: 3px #fff;
  border-radius: 4px;
  width: 100%;
  height: 550px;
  position: relative;
  bottom: auto;
}

.heading-3 {
  text-transform: none;
  width: auto;
  font-family: Figtree, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

.heading-3.neben-icon {
  margin-top: 10px;
  margin-left: 10px;
}

.heading-3.gro-buchstaben {
  color: var(--_dance-14s---dunke-dunkel-blau);
  text-transform: uppercase;
  font-weight: 700;
}

.heading-3.gro-buchstaben.minikids {
  color: var(--_dance-14s---rosa);
  flex-flow: column;
  display: flex;
}

.heading-3.gro-buchstaben.minikids.klein {
  padding-bottom: 7px;
  font-size: 1em;
}

.heading-3.gro-buchstaben.teens {
  color: var(--_dance-14s---hellblau);
}

.heading-3.gro-buchstaben.teens.klein {
  padding-bottom: 5px;
  font-size: 1em;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-9 {
  background-image: url('../images/Element-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 600px;
  margin-top: -398px;
}

.cell-6 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-4 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-10 {
  background-image: url('../images/pfeil-weiss.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 6em;
  height: 6em;
  margin-bottom: -82px;
  margin-left: -100px;
}

.div-block-10.dunkel {
  background-image: url('../images/pfeil-dunkel-blau.svg');
  width: 5em;
}

.kreis-gro {
  background-image: url('../images/kreiss-weiss.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 6em;
  height: 6em;
  margin-bottom: -57px;
  margin-left: 450px;
}

.kreis-gro._2 {
  z-index: 2;
  margin-top: -48px;
  margin-bottom: 0;
  margin-left: -46px;
  position: relative;
}

.kreis-gro._3 {
  margin-top: -74px;
  margin-bottom: -40px;
  margin-left: -21px;
}

.kreis-gro._3.dunkel, .kreis-gro.dunkel {
  background-image: url('../images/Element-14.svg');
}

.kreis-klein {
  background-image: url('../images/kreiss-weiss.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 3em;
  height: 3em;
  margin: -66px 0 -20px 404px;
}

.kreis-klein.dunkel {
  background-image: url('../images/Element-14.svg');
}

.container-4 {
  width: 100%;
  max-width: 1250px;
  margin-top: 8em;
  margin-bottom: 0;
}

.container-4.angebot {
  margin-top: 4em;
}

.container-4.stundenplan {
  margin-top: 0;
}

.standorte {
  margin-bottom: 60px;
}

.code-embed {
  width: 3.5em;
  color: var(--_dance-14s---dunke-dunkel-blau);
}

.code-embed.hell {
  color: var(--combine-library--white);
  margin-top: 2px;
}

.code-embed.hell.klein {
  width: 1.8em;
  padding-right: 0;
}

.quick-stack-5 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-left: -11px;
  padding-top: 0;
  padding-left: 0;
}

.quick-stack-5.standorte {
  border-bottom: 1px solid #fff;
  margin-bottom: 6.8em;
  padding-top: 0;
  padding-bottom: 4em;
}

.cell-7 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.div-block-11 {
  background-image: url('../images/pfeil-2-dunkel-weiss.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 8em;
  height: 7.5em;
  margin-top: -32px;
  margin-left: 29px;
}

.div-block-11._2 {
  background-position: 100% 0;
  width: 100%;
  margin-top: 0;
  margin-left: 128px;
}

.standort-link {
  text-decoration: none;
}

.standort-link:hover {
  color: var(--_dance-14s---dunke-dunkel-blau);
  font-size: 1em;
}

.combine-padding-global-2 {
  max-width: 1250px;
  padding-left: 25px;
  padding-right: 25px;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h6 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large {
  height: 4rem;
}

.combine-section_team3 {
  background-color: var(--_dance-14s---hell);
  width: 100vw;
}

.combine-team3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: flex;
}

.combine-team3_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--combine-library--white);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1rem 2.5rem;
  display: flex;
}

.combine-team3_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  height: 15rem;
  overflow: hidden;
}

.combine-team3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-team3_job-title {
  color: var(--combine-library--grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-team3_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-team3_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--grey-600);
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-team3_social-link:hover {
  color: var(--combine-library--primary-600);
}

.team {
  background-color: var(--_dance-14s---transparent);
  height: auto;
  margin-top: 8em;
  padding-bottom: 8em;
  padding-left: 25px;
  padding-right: 25px;
}

.container-5 {
  max-width: 1250px;
}

.div-block-12 {
  cursor: pointer;
  background-image: url('../images/IMG_8443.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 17em;
}

.div-block-12:hover {
  background-image: linear-gradient(#00000091, #00000091), url('../images/IMG_8443.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-12.alexis {
  background-image: url('../images/Alexis-coach-dance-14s-hip-hop-tanzschule-ansbach-3-2.jpg');
}

.div-block-12.alexis:hover {
  background-image: linear-gradient(#00000091, #00000091), url('../images/Alexis-coach-dance-14s-hip-hop-tanzschule-ansbach-3-2.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-12.anastasia {
  background-image: url('../images/Anastasia-coach-dance-14s-hip-hop-tanzschule-ansbach-2.jpg');
  background-position: 0 0;
}

.div-block-12.anastasia:hover {
  background-image: linear-gradient(#00000091, #00000091), url('../images/Anastasia-coach-dance-14s-hip-hop-tanzschule-ansbach-2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-12.nele {
  background-image: url('../images/Nele-coach-dance-14s-hip-hop-tanzschule-ansbach-3.jpg');
}

.div-block-12.nele:hover {
  background-image: linear-gradient(#00000091, #00000091), url('../images/Nele-coach-dance-14s-hip-hop-tanzschule-ansbach-3.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-12.dani {
  background-image: url('../images/Daniela-telenga-coach-dance-14s-hip-hop-tanzschule-ansbach-2-2.jpg');
}

.div-block-12.dani:hover {
  background-image: linear-gradient(#00000091, #00000091), url('../images/Daniela-telenga-coach-dance-14s-hip-hop-tanzschule-ansbach-2-2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-12.vanessa {
  background-image: url('../images/Vanessa-coach-dance-14s-hip-hop-tanzschule-ansbach-q-2.jpg');
}

.div-block-12.vanessa:hover {
  background-image: linear-gradient(#00000091, #00000091), url('../images/Vanessa-coach-dance-14s-hip-hop-tanzschule-ansbach-q-2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-12.amira {
  background-image: url('../images/Amira-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
}

.div-block-12.amira:hover {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/Amira-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-12.diana {
  background-image: url('../images/Diana-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
}

.div-block-12.diana:hover {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/Diana-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-12.elis {
  background-image: url('../images/Elis-coach-dance-14s-hip-hop-tanzschule-ansbach-t-2-qu.jpg');
}

.div-block-12.elis:hover {
  background-image: linear-gradient(#00000091, #00000091), url('../images/Elis-coach-dance-14s-hip-hop-tanzschule-ansbach-t-2-qu.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-12.hanna {
  background-image: url('../images/Hanna-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
}

.div-block-12.hanna:hover {
  background-image: linear-gradient(#00000091, #00000091), url('../images/Hanna-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-12.lisa {
  background-image: url('../images/Lisa-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
}

.div-block-12.lisa:hover {
  background-image: linear-gradient(#00000091, #00000091), url('../images/Lisa-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-12.lorena {
  background-image: url('../images/Lorena-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
}

.div-block-12.lorena:hover {
  background-image: linear-gradient(#00000091, #00000091), url('../images/Lorena-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-12.nikola {
  background-image: url('../images/Nikola-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
}

.div-block-12.nikola:hover {
  background-image: linear-gradient(#00000091, #00000091), url('../images/Nikola-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-12.selina {
  background-image: url('../images/Selina-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
}

.div-block-12.selina:hover {
  background-image: linear-gradient(#00000091, #00000091), url('../images/Selina-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-12.samira {
  background-image: url('../images/Samira-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
}

.div-block-12.samira:hover {
  background-image: linear-gradient(#00000091, #00000091), url('../images/Samira-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-13 {
  border-top: 2px none var(--combine-library--white);
  background-color: var(--_dance-14s---dunke-dunkel-blau);
  background-image: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.heading-4 {
  color: var(--combine-library--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Figtree, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.div-block-14 {
  border-radius: 0;
  width: 100%;
}

.quick-stack-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-15 {
  background-image: url('../images/Element-14.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 6em;
  height: 6em;
  margin-top: 0;
  margin-left: 0;
}

.flex-block-3 {
  margin-top: 0;
  margin-bottom: -58px;
  margin-left: 98px;
}

.div-block-16 {
  background-image: url('../images/pfeil-3-dunkel-blau.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 6em;
  height: 5em;
  margin-top: 5px;
  margin-left: -59px;
}

.div-block-16._2 {
  margin-top: 0;
  margin-left: 20px;
}

.div-block-17 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_dance-14s---dunke-dunkel-blau);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.hover {
  z-index: 3;
  background-color: var(--_dance-14s---transparent);
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.code-embed-2 {
  width: 3em;
}

.link-block {
  z-index: 3;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.link-block.w--current {
  cursor: auto;
}

.div-block-18 {
  opacity: 0;
  cursor: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-18:hover {
  opacity: 100;
}

.div-block-19 {
  background-image: url('../images/Element-2_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 3em;
  height: 3em;
}

.code-embed-4 {
  width: 3em;
  height: 3em;
}

.image {
  opacity: 1;
  width: 3em;
}

.pop-up-team {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup {
  background-color: var(--combine-library--white);
  background-image: linear-gradient(39deg, var(--_dance-14s---transparent), white 9%);
  border-radius: 4px;
  width: 100%;
  max-width: 900px;
  height: auto;
  padding: 0;
  display: block;
  position: absolute;
}

.popup.samira {
  max-width: 1250px;
  margin-top: 3em;
}

.div-block-20 {
  margin: -28px 20px 10px;
}

.div-block-21 {
  background-image: url('../images/IMG_8443.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 90%;
  height: 23em;
}

.div-block-21.vanessa {
  background-image: url('../images/Vanessa-coach-dance-14s-hip-hop-tanzschule-ansbach-q-2.jpg');
}

.div-block-21.samira {
  background-image: url('../images/Samira-coach-dance-14s-hip-hop-tanzschule-ansbach-qu.jpg');
  background-position: 50% 0;
  height: 35em;
}

.quick-stack-7 {
  border-top: 1px solid var(--_dance-14s---dunke-dunkel-blau);
  margin-top: 10px;
  padding-left: 0;
}

.list-item {
  width: auto;
}

.image-2 {
  width: 2em;
  margin-top: 0;
}

.image-2.about {
  margin-top: -4px;
}

.image-2.buehne {
  margin-top: -11px;
}

.flex-block-4 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -5px;
}

.text-block-2 {
  color: var(--_dance-14s---dunke-dunkel-blau);
  font-family: Figtree, Arial, sans-serif;
}

.text-block-2:hover {
  color: var(--_dance-14s---hellblau);
}

.text-block-2.ohne-hover {
  width: 100%;
}

.text-block-2.ohne-hover:hover {
  color: var(--_dance-14s---dunke-dunkel-blau);
}

.text-block-2.ohne-hover.dick {
  font-size: 1.2em;
  font-weight: 700;
}

.text-block-2.ohne-hover._2 {
  width: 90%;
}

.text-block-2.hell {
  color: var(--_dance-14s---hell);
}

.text-block-2.hell.klein {
  text-align: left;
  font-size: 1em;
}

.list {
  padding-left: 63px;
}

.list-item-2 {
  padding-bottom: 3px;
}

.list-item-3 {
  margin-bottom: 3px;
}

.close {
  z-index: 4;
  cursor: pointer;
  background-image: url('../images/x.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.flex-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-23 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-24 {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000063;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.cell-8 {
  border-radius: 0;
}

.flex-block-6 {
  justify-content: flex-start;
  align-items: flex-start;
}

.combine-padding-global-3 {
  width: 100%;
  max-width: 1250px;
  padding-left: 0;
  padding-right: 0;
}

.combine-container-large-3 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-2 {
  padding-top: 0;
  padding-bottom: 4rem;
  overflow: visible;
}

.combine-text-weight-semibold {
  color: var(--combine-library--grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-heading-style-h2-2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-text-size-regular-2 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button {
  background-color: var(--_dance-14s---dunke-dunkel-blau);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-2 {
  height: 4rem;
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-icon_small-2 {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--_dance-14s---dunke-dunkel-blau);
  -webkit-text-stroke-color: var(--_dance-14s---dunke-dunkel-blau);
  cursor: pointer;
  display: flex;
}

.combine-line_divider {
  background-color: var(--combine-library--grey-100);
  width: 100%;
  height: 1px;
}

.combine-section_pricing3 {
  background-color: var(--_dance-14s---transparent);
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  overflow: hidden;
}

.combine-pricing3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: grid;
}

.combine-pricing3_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--_dance-14s---hellblau);
  background-color: var(--combine-library--white);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  max-width: 25rem;
  padding: 2.5rem 2rem;
  display: flex;
}

.combine-pricing3_details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -80px;
  display: flex;
}

.combine-pricing3_cost-primary {
  color: var(--combine-library--primary-600);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing3_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.combine-pricing3_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-pricing3_cost-secondary {
  color: var(--_dance-14s---hellblau);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Figtree, Arial, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing3_cost-secondary.minikids {
  color: var(--_dance-14s---rosa);
  margin-top: .25rem;
  padding-left: 0;
}

.combine-pricing3_cost-secondary.minikids.teens {
  color: var(--_dance-14s---hellblau);
}

.combine-pricing3_cost-tertiary {
  color: var(--combine-library--warning-400);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing3_icon-wrapper {
  background-color: var(--_dance-14s---transparent);
  border-radius: 1.25rem;
  width: 5rem;
  height: 5rem;
}

.combine-pricing3_icon {
  margin-top: 0;
}

.combine-pricing3_span {
  color: var(--combine-library--grey-800);
  font-family: Figtree, Arial, sans-serif;
  font-size: .5em;
}

.flex-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: -5px;
}

.div-block-25 {
  height: 6em;
}

.div-block-26 {
  background-color: var(--_dance-14s---dunke-dunkel-blau);
  text-overflow: clip;
  width: 100%;
}

.div-block-27 {
  background-image: url('../images/pfeil-dunkel-blau.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 3em;
  max-width: none;
  height: 3em;
  margin-top: 0;
  margin-left: -83px;
  margin-right: 20px;
  padding-right: 0;
}

.combine-padding-global-4 {
  width: 100%;
  max-width: 1250px;
  padding-left: 0;
  padding-right: 0;
}

.combine-container-large-4 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.combine-space-small-2 {
  width: 100%;
  height: 1rem;
}

.combine-footer2_component {
  background-color: var(--_dance-14s---dunke-dunkel-blau);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.combine-social_icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-social_icon-2:hover {
  color: var(--_dance-14s---hellblau);
}

.combine-footer2_nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.combine-footer2_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.combine-footer2_info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.combine-footer2_column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-footer2_title {
  color: var(--combine-library--white);
  font-family: Figtree, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer2_link {
  color: var(--combine-library--grey-200);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Figtree, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer2_link:hover {
  color: var(--combine-library--white);
}

.combine-footer2_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-footer2_bottom-text {
  color: var(--combine-library--grey-200);
  font-family: Figtree, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer2_bottom-text-link {
  color: var(--combine-library--primary-200);
  text-decoration: none;
}

.combine-footer2_bottom-text-link:hover {
  color: var(--combine-library--white);
}

.combine-footer2_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-footer2_top-text {
  color: var(--combine-library--white);
  font-family: Figtree, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer2_logo {
  height: 100%;
  max-height: 2rem;
}

.combine-footer2_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--white);
  justify-content: center;
  align-items: center;
}

.combine-footer2_social-link:hover {
  color: var(--combine-library--primary-200);
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.cf-review-author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-slide {
  width: 100%;
  max-width: none;
  margin-right: 100px;
}

.cf-review-star {
  margin-right: 10px;
}

.cf-review-author-name {
  margin-bottom: 5px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.cf-colourful-text {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--coral) 75%, var(--conversion-flow-library--sandy-brown));
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.cf-left-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.cf-review-head-text {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.cf-review-author-image-wrapper {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  overflow: hidden;
}

.cf-review-author-job-title {
  letter-spacing: .6px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.cf-review-header-wrapper {
  max-width: 500px;
  margin-bottom: 60px;
}

.cf-review-slide-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-star-wrapper {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.cf-review-author-wrapper {
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.cf-review-section {
  background-color: var(--_dance-14s---transparent);
  width: 100vw;
  padding-top: 7em;
  padding-bottom: 8em;
  padding-left: 25px;
  overflow: hidden;
}

.cf-right-arrow {
  width: 50%;
  right: -8px;
}

.cf-review-slider {
  background-color: #0000;
  flex-direction: row;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.cf-review-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-no-mask {
  width: 400px;
  overflow: visible;
}

.cf-review-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-author-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-green-top-heading {
  color: #00000080;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cf-reviewer-container {
  width: 100%;
  position: relative;
}

.cf-slide-nav {
  color: #007e60;
  transform-style: preserve-3d;
  flex: none;
  margin-top: 40px;
  padding-top: 10px;
  font-family: Figtree, Arial, sans-serif;
  inset: -35% 0% auto 59%;
  transform: scale3d(1.6, .3, 1);
}

.cf-review-para-text {
  letter-spacing: .3px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.cf-testimonial-h2-heading {
  font-family: Montserrat, sans-serif;
}

.h3 {
  font-family: Figtree, Arial, sans-serif;
}

.h3._20 {
  margin-top: 20px;
}

.h3.weniger {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-28 {
  background-image: url('../images/Element-14.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 5em;
  height: 5em;
  margin-left: -40px;
}

.flex-block-8 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 8em;
  margin-left: 0;
}

.div-block-29 {
  background-image: url('../images/Element-14.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 10em;
  margin-top: -19px;
  margin-left: 24px;
  padding-top: 0;
}

.div-block-29._2 {
  height: 3em;
  margin-top: -101px;
  margin-left: 54px;
}

.div-block-30 {
  background-image: url('../images/Element-14.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 5em;
  margin-bottom: -47px;
  margin-left: -28px;
}

.flex-block-9 {
  margin-top: -85px;
}

.italic-text {
  text-transform: none;
  padding-left: 0;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
}

.italic-text-2 {
  font-style: normal;
  font-weight: 300;
}

.flex-block-10 {
  justify-content: flex-start;
  align-items: flex-start;
}

.combine-nav1_component {
  background-color: var(--combine-library--grey-050);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.combine-padding-global-5 {
  width: 100%;
  max-width: 1250px;
  padding-left: 0;
  padding-right: 0;
}

.combine-nav1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-nav1_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav1_logo {
  height: 100%;
  max-height: 2rem;
}

.combine-nav1_menu {
  align-items: center;
  display: flex;
}

.combine-nav1_link {
  color: var(--combine-library--grey-800);
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav1_link:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_dropdown-toggle {
  color: var(--combine-library--grey-800);
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav1_dropdown-toggle:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav1_dropdown-list {
  background-color: var(--combine-library--grey-050);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav1_dropdown-list.w--open {
  background-color: #0000;
}

.combine-nav1_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-button-small {
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: #28364ae6;
}

.combine-nav1_menu-button {
  padding: .5rem;
}

.combine-menu-icon_line-top {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-menu-icon_line-middle {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-bottom {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-button-white-small {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-button-white-small:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1rem;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem #28364a33;
}

.combine-nav1_item {
  color: var(--combine-library--grey-600);
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav1_item:hover {
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--primary-600);
  border-radius: .5rem;
}

.combine-nav1_dropdown-column {
  min-width: 10rem;
}

.combine-nav1_dropdown-title {
  color: var(--combine-library--grey-800);
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-heading-style-h2-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-text-size-regular-3 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button-2 {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2:hover {
  background-color: #28364ae6;
}

.combine-button-white {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: var(--combine-library--primary-600);
}

.combine-space-small-3 {
  width: 100%;
  height: 1rem;
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-container-small-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-medium-3 {
  width: 100%;
  height: 1.5rem;
}

.combine-padding-section-large {
  margin-bottom: 20px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.standorte-dance14s {
  background-color: var(--_dance-14s---dunke-dunkel-blau);
  background-image: radial-gradient(circle farthest-corner at 0% 0%, black, var(--_dance-14s---transparent) 10%), linear-gradient(95deg, #0000 38%, #232394d6), linear-gradient(85deg, var(--combine-library--grey-800), var(--_dance-14s---transparent) 15%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 4em 25px 8em;
  display: flex;
}

.standorte-dance14s.workshop {
  padding-top: 4em;
}

.standorte-dance14s.ansbach {
  min-height: 100vh;
  padding-top: 8em;
}

.standorte-dance14s.ber-uns {
  padding-top: 11em;
}

.combine-text-color-gradient {
  background-image: linear-gradient(to right, var(--combine-library--warning-400), #ec80b4 14%, var(--combine-library--primary-600) 45%, var(--combine-library--secondary-600));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-cta1_subtitle-wrapper {
  justify-content: center;
  display: flex;
}

.div-block-31 {
  background-image: url('../images/Zeit.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 2em;
  height: 2em;
  margin-right: 10px;
}

.div-block-31.ort {
  background-image: url('../images/ort.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.div-block-31.ort.info {
  background-image: url('../images/Element-2_1.svg');
}

.cell-9 {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-11 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.quick-stack-8 {
  border-top: .5px solid var(--combine-library--white);
  border-bottom: 1px solid var(--combine-library--white);
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.flex-block-12 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 40px;
}

.flex-block-13 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-block-14 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 40px;
}

.flex-block-14._2 {
  margin-right: 50px;
}

.cell-10 {
  justify-content: center;
  align-items: flex-start;
}

.flex-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-top: 20px;
  display: grid;
}

.flex-block-16.standort {
  flex-flow: column;
}

.link {
  color: var(--combine-library--white);
  text-decoration: none;
}

.platz-30px {
  height: 30px;
}

.combine-padding-global-6 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-container-large-5 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.combine-heading-style-h2-4 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h6-2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.combine-text-size-regular-4 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-social_icon-3 {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--_dance-14s---dunke-dunkel-blau);
}

.combine-container-small-4 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-medium-4 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-3 {
  height: 4rem;
}

.combine-section_team3-2 {
  background-color: var(--combine-library--grey-050);
}

.combine-team3_component-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: flex;
}

.combine-team3_item-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--combine-library--white);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  min-width: 310px;
  padding: 1rem;
  display: flex;
}

.combine-team3_image-wrapper-2 {
  border-radius: 4px;
  width: 100%;
  height: 15rem;
  overflow: hidden;
}

.combine-team3_image-2 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.combine-team3_job-title-2 {
  color: var(--combine-library--grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-team3_social-links-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.combine-team3_social-link-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--grey-600);
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-team3_social-link-2:hover {
  color: var(--combine-library--primary-600);
}

.quick-stack-9 {
  grid-row-gap: 20px;
  width: auto;
  min-width: auto;
  margin-top: 4em;
}

.cell-12 {
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 1em;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.section {
  background-image: url('../images/h12.svg');
  background-position: 50% 0;
  background-size: cover;
}

.bold-text {
  color: var(--_dance-14s---rosa);
}

.bold-text.kids {
  color: var(--_dance-14s---dunkel-lila);
}

.bold-text.juniors {
  color: var(--_dance-14s---hellblau);
}

.bold-text.teens {
  color: var(--_dance-14s---blauneon);
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 0;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 4px;
  width: 95px;
  height: 95px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.team-member-position.rosa {
  color: var(--_dance-14s---rosa);
}

.italic-text-3 {
  font-size: .9em;
}

.combine-padding-global-7 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-container-large-6 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-heading-style-h1 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-text-size-regular-5 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button-3 {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-3:hover {
  background-color: #28364ae6;
}

.combine-button-white-2 {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white-2:hover {
  color: var(--combine-library--primary-600);
}

.combine-button-wrapper-2 {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-section_header2 {
  background-color: var(--combine-library--grey-050);
}

.combine-header2_video-wrapper {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-header2_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-play_icon {
  width: 4rem;
  height: 4rem;
  color: var(--combine-library--white);
  border-radius: 50rem;
  transition: color .25s;
}

.combine-play_icon:hover {
  color: #fff9;
}

.combine-play_wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.combine-header2_overlay {
  z-index: 1;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
}

.combine-header2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.combine-header2_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 60px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-body---18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.margin-bottom-32px {
  margin-bottom: 32px;
}

.cf-different-tab-image {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-link {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.cf-different-upper-container {
  margin-bottom: 64px;
}

.cf-different-bottom-container {
  width: 100%;
}

.cf-pricing-plan-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointer-container {
  margin-top: 40px;
}

.cf-different-tabs {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-pricing-plan-pointer-text-18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-different-menu {
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.cf-14px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.cf-flex-1---image-1 {
  object-fit: contain;
  border-radius: 4px;
  width: 100%;
  max-width: 480px;
}

.cf-flex-1---image-2 {
  object-fit: fill;
  border-radius: 16px;
  width: 80%;
  max-width: 435px;
  position: absolute;
  inset: auto -10% 5% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-flex-1---text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.cf-flex-1---image-contain {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.cf-32px-heading {
  color: #000;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-flex-1---wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-flex-1---container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-18px-paragraph {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.hero-heading-left {
  background-color: var(--_dance-14s---transparent);
  border: 1px #000;
  padding: 0 30px 80px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.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;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.section-2 {
  padding-top: 8em;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 100px;
  position: relative;
}

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

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  display: flex;
}

.clients-wrapper-three.burgoberbach {
  justify-content: flex-start;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.body-3 {
  background-color: var(--_dance-14s---transparent);
  font-size: .9em;
}

.standort-container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.standort {
  width: 100%;
  padding: 176px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.standort h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.standort h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.standort h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.standort h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.standort h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.standort h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.standort ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.standort li {
  margin-bottom: .5rem;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-5-spacing.spark-flipped-row {
  flex-direction: row-reverse;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: var(--conversion-flow-library--light-coral);
  margin-right: 10px;
  padding-right: 0;
}

.spark-small-icon.spark-primary-color.kids {
  color: var(--_dance-14s---rosa);
}

.spark-small-icon.spark-primary-color.juniors {
  color: var(--combine-library--primary-200);
}

.spark-small-icon.spark-primary-color.teens {
  color: var(--combine-library--secondary-600);
}

.spark-small-icon.spark-primary-color.adults {
  color: var(--_dance-14s---heel-hintergrund);
}

.spark-small-icon.spark-primary-color._30 {
  color: var(--combine-library--grey-100);
}

.spark-hero-section-image {
  border-radius: 4px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-checked-item {
  grid-column-gap: 16px;
  width: 100%;
  max-width: 296px;
  color: var(--spark-library--foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spark-flex-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spark-team-member-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spark-team-member-details {
  max-width: 590px;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-rounded-corner-team-image {
  border-radius: 12px;
}

.section-3 {
  background-color: var(--_dance-14s---transparent);
  width: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
}

.container-9 {
  max-width: 1250px;
}

.bild {
  text-shadow: 0 1px 1px #0003;
  border-radius: 4px;
  width: 45%;
  max-width: 50%;
  min-height: 500px;
}

.flex-block-17 {
  grid-column-gap: 7%;
  grid-row-gap: 7%;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.image-4 {
  width: 100%;
}

.flex-block-18 {
  width: 50%;
}

.space {
  height: 20px;
}

.space._10 {
  height: 10px;
}

.flex-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 25px;
}

.background-video-3 {
  display: block;
}

.container-10 {
  max-width: 1250px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-33 {
  border: 2px none var(--combine-library--white);
  background-color: var(--_dance-14s---heel-hintergrund);
  border-radius: 4px;
  width: 100%;
}

.div-block-34 {
  background-color: var(--conversion-flow-library--light-coral-copy);
  border: .2px solid #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-34.juniors {
  background-color: var(--combine-library--primary-200-copy);
}

.div-block-34.kids {
  background-color: var(--_dance-14s---rosa-copy);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-34.adults {
  background-color: var(--combine-library--grey-050);
}

.div-block-34.teens {
  background-color: var(--combine-library--secondary-600-copy);
}

.div-block-34.nix {
  background-color: var(--combine-library--grey-050);
}

.div-block-34.leer {
  background-color: #ffffff0d;
  border-style: none;
}

.bold-text-2 {
  font-size: 1.1em;
}

.quick-stack-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_dance-14s---transparent);
  border-bottom: 1px #fff;
  padding: 0 0 0;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-centered-901 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph-3 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spark-team-member-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spark-team-member-details-2 {
  max-width: 590px;
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-small-sub-paragraph-2 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-rounded-corner-team-image-2 {
  border-radius: 12px;
}

.section-4 {
  background-color: var(--_dance-14s---dunke-dunkel-blau);
  background-image: linear-gradient(266deg, var(--_dance-14s---neo-blau), #fff0), linear-gradient(147deg, black, #fff0);
}

.spark-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.spark-section-2 {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--_dance-14s---blauneon-copy), white 34%);
  width: 100%;
  padding: 8em 30px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  color: var(--_dance-14s---dunke-dunkel-blau);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Figtree, Arial, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  color: var(--_dance-14s---dunke-dunkel-blau);
  font-family: Figtree, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.5em;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-centered-902 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spark-secondary-paragraph-5 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-team-grid-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.spark-team-member-card-3 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spark-team-member-details-3 {
  max-width: 590px;
}

.spark-bold-heading-3 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-small-sub-paragraph-3 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-rounded-corner-team-image-3 {
  border-radius: 12px;
}

.div-block-35 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.quick-stack-11 {
  border-bottom: .5px solid #fff;
  margin-bottom: 4em;
  padding-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
}

.div-block-36 {
  width: 6em;
  height: 6em;
  transform-style: preserve-3d;
  background-image: url('../images/pfeil-2-dunkel-weiss.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -78px;
  margin-right: 0;
  padding-right: 0;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-88deg);
}

.flex-block-20 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.icon-2 {
  padding-top: 10px;
}

.dropdown-link {
  background-color: var(--_dance-14s---dunke-dunkel-blau);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  font-family: Figtree, Arial, sans-serif;
}

.dropdown-list.w--open {
  background-color: var(--_dance-14s---transparent);
  border-radius: 4px;
  margin-top: 10px;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cell-13 {
  justify-content: flex-start;
  align-items: center;
}

.link-block-3.w--current {
  text-decoration: none;
}

.link-block-3.w--current:hover {
  opacity: .7;
  color: var(--combine-library--white);
  font-family: Figtree, Arial, sans-serif;
}

.cell-14 {
  justify-content: flex-start;
  align-items: center;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-4:hover {
  opacity: .7;
}

.link-block-4.w--current {
  opacity: 1;
  text-decoration: none;
}

.link-block-4.w--current:hover {
  opacity: .7;
}

.cell-15, .cell-16, .cell-17, .cell-18, .cell-19, .cell-20, .cell-21 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-37 {
  background-image: url('../images/Unbenannt---24.-August-2026-um-15.01.31.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 25em;
  margin-bottom: 0;
}

.div-block-37.kids {
  background-image: url('../images/kids.png');
  width: 100%;
  height: 25em;
}

.div-block-37.juniors {
  background-image: url('../images/Juniors-6.png');
  width: 100%;
  height: 25em;
}

.div-block-37.teens {
  background-image: url('../images/Teens-3.png');
}

.div-block-37.adults {
  background-image: url('../images/adults-2.png');
}

.div-block-37.show {
  background-image: url('../images/Unbenannt---25.-August-2026-um-10.21.43-4.png');
}

.list-2 {
  width: 100%;
  margin-top: 20px;
  padding-left: 20px;
}

.dropdown {
  height: auto;
}

.space-2em {
  height: 1em;
}

.link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11 {
  text-decoration: none;
}

.list-3 {
  color: #fff;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: disc;
  overflow: scroll;
}

.list-item-4 {
  margin-left: 0;
  padding-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
}

.list-item-4._1 {
  padding-top: 40px;
}

.div-block-38 {
  width: 100%;
  position: sticky;
  top: 80px;
}

.ber-dance14s {
  margin-top: -10%;
}

.ber-uns-unterseite {
  background-image: url('../images/h12.svg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 11em;
  padding-bottom: 8em;
}

.vanessa {
  opacity: 1;
}

.cell-25 {
  justify-content: center;
  align-items: flex-start;
}

@media screen and (min-width: 1440px) {
  .div-block-10 {
    width: 6em;
    height: 6em;
    margin-left: -101px;
  }

  .cf-review-no-mask {
    overflow: visible;
  }

  .cf-slide-nav {
    display: block;
  }

  .standorte-dance14s {
    padding-top: 4em;
  }

  .quick-stack-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .div-block-37 {
    width: 100%;
    height: 25em;
  }

  .div-block-37.kids {
    height: 25em;
  }

  .div-block-37.juniors {
    background-image: url('../images/Juniors-6.png');
    height: 25em;
  }

  .div-block-37.teens {
    background-image: url('../images/Teens-3.png');
  }

  .column {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .combine-padding-global, .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-team3_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-pricing3_component {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .combine-padding-global-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-footer2_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer2_grid {
    grid-template-columns: auto auto auto;
  }

  .combine-footer2_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .combine-padding-global-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_menu {
    border-bottom: 1px solid var(--combine-library--grey-200);
    background-color: var(--combine-library--grey-050);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .combine-nav1_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_dropdown {
    width: 100%;
  }

  .combine-nav1_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav1_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_button-wrapper {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .combine-nav1_menu-button.w--open {
    background-color: #0000;
  }

  .combine-nav1_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .combine-padding-global-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-4 {
    font-size: 2.5rem;
  }

  .combine-team3_component-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .container-6 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .combine-padding-global-7 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h1 {
    font-size: 2.75rem;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-pricing-plan-pointer-text-18px {
    line-height: 150%;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .cf-flex-1---text-contain {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 500px;
  }

  .cf-flex-1---wrapper {
    padding-top: 140px;
  }

  .cf-flex-1---container {
    flex-direction: column;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-8 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .standort {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-team-grid {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-team-member-card {
    width: 45%;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-team-grid-2 {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-team-member-card-2 {
    width: 45%;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-team-grid-3 {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-team-member-card-3 {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .combine-padding-global, .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-team3_component {
    flex-direction: column;
    align-items: center;
  }

  .combine-padding-global-3, .combine-padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-footer2_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .combine-footer2_bottom-text {
    order: 1;
  }

  .cf-review-slide {
    max-width: 380px;
    margin-right: 40px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-review-head-text {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-review-author-image-wrapper {
    width: 48px;
    height: 48px;
  }

  .cf-review-header-wrapper {
    max-width: 320px;
  }

  .cf-review-star-wrapper {
    margin-bottom: 20px;
  }

  .combine-padding-global-5, .combine-padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-team3_component-2 {
    flex-direction: column;
    align-items: center;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .combine-padding-global-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-play_icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .combine-header2_component {
    flex-direction: column;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

  .cf-14px-heading {
    font-size: 18px;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---image-2 {
    right: 0%;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 90px;
  }

  .hero-heading-left, .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .standort-container {
    width: 100%;
  }

  .standort {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-5-spacing.spark-flipped-row {
    flex-direction: column-reverse;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-hero-sub-paragraph, .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-team-grid {
    grid-column-gap: 64px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start center;
    justify-items: center;
    display: flex;
  }

  .spark-team-member-card {
    flex: 0 auto;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-team-grid-2 {
    grid-column-gap: 64px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start center;
    justify-items: center;
    display: flex;
  }

  .spark-team-member-card-2 {
    flex: 0 auto;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .spark-small-sub-paragraph-2 {
    line-height: 1.3;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph-5 {
    margin-bottom: 32px;
  }

  .spark-team-grid-3 {
    grid-column-gap: 64px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start center;
    justify-items: center;
    display: flex;
  }

  .spark-team-member-card-3 {
    flex: 0 auto;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .spark-small-sub-paragraph-3 {
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    margin-bottom: 0;
    padding-top: 5.5em;
    padding-left: 2em;
    padding-right: 2em;
    overflow: visible;
  }

  .hero-container {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .h1 {
    text-align: left;
    width: 100%;
    font-size: 2.5em;
  }

  .h1.dunkel {
    text-align: left;
  }

  .h1.wight-auto.linksplatz.wassert-kleiner {
    font-size: 2em;
  }

  .body {
    background-image: none;
    font-size: .8em;
  }

  .h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.6em;
  }

  .h2.dunkel {
    width: 100%;
    margin-bottom: 20px;
  }

  .h2.workshops {
    text-align: left;
  }

  .h2.weniger {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .h2.stundenplan.stunden {
    margin-top: 12px;
  }

  .button {
    margin-top: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.2em;
    display: none;
  }

  .button.w--current {
    display: none;
  }

  .button.dunkel {
    margin-top: 10px;
    font-size: 1.1em;
  }

  .div-block-2 {
    width: 100vw;
    height: auto;
  }

  .quick-stack-2 {
    grid-row-gap: 20px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .cell {
    background-color: var(--_dance-14s---dunke-dunkel-blau);
    background-image: linear-gradient(2deg, var(--_dance-14s---dunke-dunkel-blau), var(--_dance-14s---transparent));
    padding: 15px 30px 35px;
  }

  .navbar {
    box-shadow: 0 2px 4px #0003;
  }

  .container {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .brand {
    width: 10em;
    height: 4em;
    padding-bottom: 0;
  }

  .nav-link {
    background-color: var(--_dance-14s---dunke-dunkel-blau);
    color: var(--combine-library--white);
    background-image: none;
    border-bottom: .25px #fff;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.4em;
    display: flex;
  }

  .nav-link:hover {
    color: var(--combine-library--white);
  }

  .div-block-3 {
    height: 15em;
  }

  .nav-menu {
    background-color: var(--_dance-14s---dunke-dunkel-blau);
    background-image: linear-gradient(357deg, var(--_dance-14s---dunkel-lila), var(--_dance-14s---transparent) 19%);
    min-height: 100svh;
  }

  .insta-icon {
    width: 4em;
    height: 2em;
    margin-top: 10px;
    margin-left: -9px;
    padding-left: 0;
  }

  .insta-icon.tik-topk, .insta-icon.dunkel {
    color: var(--_dance-14s---hell);
  }

  .pfeil {
    display: none;
  }

  .cell-2 {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .div-block-5 {
    height: 12em;
    margin-top: -22px;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-banner3_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 2.25rem;
  }

  .combine-banner3_content {
    grid-row-gap: .5rem;
    grid-template-columns: auto;
    justify-items: start;
  }

  .combine-banner3_icon {
    display: none;
  }

  .h1-klein.handy {
    text-align: left;
    width: 100%;
    font-size: 1.7em;
  }

  .h1-klein.klein {
    font-size: .9em;
  }

  .text-block {
    text-align: left;
  }

  .text-block.dunkel {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .text-block.mit-abstand.links {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .text-block.minikids, .text-block.kids, .text-block.juniors, .text-block.teens, .text-block.adults, .text-block._30 {
    font-size: 1em;
  }

  .text-block.abstand-oben {
    padding-top: 20px;
  }

  .text-block.abstand-oben.liste {
    padding-top: 0;
  }

  .ueber-uns {
    flex-flow: column;
    padding-bottom: 5em;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .container-3 {
    margin-left: 2em;
    margin-right: 2em;
    padding-top: 4em;
    padding-bottom: 0;
    overflow: visible;
  }

  .container-3.ber {
    padding-top: 2em;
  }

  .div-block-8 {
    width: 100vw;
    height: 80vh;
  }

  .div-block-8.ansbach {
    height: 50vh;
  }

  .background-video-2 {
    border-radius: 0;
    width: 100%;
    height: 80vh;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2em;
    padding-right: 2em;
  }

  .quick-stack-4 {
    grid-column-gap: 7em;
    grid-row-gap: 7em;
    width: 100%;
    padding-top: 0;
  }

  .div-block-10 {
    margin-bottom: 3px;
    margin-left: 0;
    transform: rotate(91deg);
  }

  .kreis-gro {
    margin-left: 290px;
  }

  .kreis-gro._2 {
    margin-top: -39px;
    margin-left: -36px;
  }

  .kreis-klein {
    margin-top: -56px;
    margin-left: 259px;
  }

  .container-4 {
    width: 100%;
    margin-top: 3em;
    margin-left: 0;
    margin-right: 0;
  }

  .container-4.angebot {
    margin-top: 0;
  }

  .standorte {
    margin-bottom: 40px;
  }

  .code-embed.hell {
    margin-left: -12px;
  }

  .code-embed.hell.klein {
    width: 1.5em;
  }

  .code-embed.hell.etwas-h-her {
    margin-top: -30px;
  }

  .quick-stack-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 0;
  }

  .quick-stack-5.standorte-home {
    margin-top: -12px;
    padding-top: 0;
  }

  .div-block-11 {
    width: 8em;
    margin-top: 0;
    margin-left: 10px;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team {
    background-color: var(--_dance-14s---transparent);
    margin-top: 0;
    padding: 5em 2em;
  }

  .div-block-12 {
    background-position: 50% 0;
    height: 20vh;
  }

  .quick-stack-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pop-up-team {
    z-index: 15;
    background-color: var(--combine-library--white);
    justify-content: center;
    align-items: flex-start;
    width: 100svw;
    height: 100vh;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 2em;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
    overflow: scroll;
  }

  .popup {
    max-width: none;
    min-height: 110svh;
    padding-top: 0;
    position: relative;
  }

  .div-block-21 {
    background-position: 50% 0;
    width: 100%;
    height: 25em;
  }

  .quick-stack-7 {
    padding-right: 0;
  }

  .text-block-2, .text-block-2.hell.klein {
    font-size: 1.2em;
  }

  .list {
    padding-left: 48px;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-padding-section-medium-2 {
    padding-bottom: 0;
  }

  .combine-section_pricing3 {
    background-color: var(--combine-library--grey-050);
    padding-bottom: 5em;
  }

  .combine-pricing3_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .combine-pricing3_item {
    padding: 2rem 1.5rem;
  }

  .div-block-27 {
    margin-left: -51px;
  }

  .combine-padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-padding-section-medium-3 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 1rem;
    display: flex;
  }

  .combine-padding-section-small {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .combine-footer2_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .combine-footer2_grid {
    grid-template-columns: auto;
    place-items: center start;
  }

  .combine-footer2_column {
    display: none;
  }

  .combine-footer2_bottom {
    justify-content: space-between;
    align-items: center;
  }

  .combine-footer2_social-links {
    justify-content: center;
    align-items: center;
  }

  .combine-footer2_top-text {
    color: var(--combine-library--white);
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .cf-wrapper-1200px {
    width: 100%;
  }

  .cf-review-slide {
    max-width: 240px;
  }

  .cf-review-star {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-review-head-text {
    font-size: 18px;
  }

  .cf-review-author-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-review-header-wrapper {
    margin-bottom: 40px;
  }

  .cf-review-star-wrapper {
    justify-content: center;
    width: 60%;
  }

  .cf-review-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-review-section {
    background-color: var(--_dance-14s---heel-hintergrund);
    padding-top: 5em;
    padding-bottom: 200px;
    padding-left: 2em;
  }

  .cf-review-no-mask {
    width: 100%;
  }

  .cf-green-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-slide-nav {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    inset: auto 0% -20%;
  }

  .cf-review-para-text {
    font-size: 15px;
    line-height: 145%;
  }

  .flex-block-8 {
    background-color: var(--combine-library--grey-050);
    margin-top: 0;
    padding-top: 5em;
  }

  .combine-padding-global-5 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .combine-nav1_logo-link.w--current {
    align-items: center;
  }

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .combine-container-small-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .combine-padding-section-large {
    padding-top: 3em;
    padding-bottom: 2em;
  }

  .standorte-dance14s {
    background-image: linear-gradient(90deg, #0000 53%, #232394d6), linear-gradient(158deg, var(--combine-library--grey-800), var(--_dance-14s---transparent) 60%);
    height: auto;
    min-height: 105svh;
    padding: 4em 2em;
  }

  .standorte-dance14s.ansbach.burgoberbach {
    padding-bottom: 0;
  }

  .div-block-31 {
    margin-right: 15px;
  }

  .div-block-31.ort {
    background-position: 0 0;
  }

  .div-block-31.ort.info {
    margin-top: 13px;
    padding-top: 0;
  }

  .flex-block-11 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quick-stack-8 {
    margin-bottom: 20px;
  }

  .flex-block-12 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .flex-block-13 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-block-14._2 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

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

  .flex-block-15 {
    flex-flow: column;
    margin-top: 10px;
  }

  .menu-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    background-color: var(--_dance-14s---transparent);
    color: var(--_dance-14s---dunke-dunkel-blau);
  }

  .icon {
    color: var(--_dance-14s---dunke-dunkel-blau);
    padding-top: 12px;
  }

  .cell-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-16 {
    flex-flow: wrap;
    width: 100%;
  }

  .link {
    color: var(--combine-library--white);
    text-decoration: none;
  }

  .platz-30px {
    height: 0;
  }

  .combine-padding-global-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quick-stack-9 {
    padding: 0;
  }

  .section {
    background-image: url('../images/handy-7.svg');
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .combine-padding-global-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button-wrapper-2 {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .cf-different-menu {
    justify-content: flex-start;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .cf-flex-1---image-2 {
    width: 90%;
  }

  .cf-flex-1---text-contain {
    margin-top: 60px;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .hero-heading-left {
    padding-top: 0;
  }

  .container-7 {
    max-width: none;
  }

  .section-2 {
    padding-top: 2em;
  }

  .container-8 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    margin-bottom: 0;
    padding-top: 40px;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .body-3 {
    font-size: .8em;
  }

  .standort {
    padding: 64px 20px;
  }

  .standort h1 {
    font-size: 3rem;
  }

  .standort h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-team-grid {
    grid-column-gap: 5%;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .flex-block-19 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

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

  .div-block-33.handy-nicht-sichtbar {
    display: none;
  }

  .div-block-34.leer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-stack-10 {
    margin-top: -30px;
  }

  .quick-stack-10.gunzenhausen {
    margin-top: 12px;
  }

  .quick-stack-10.burgoberbach {
    margin-top: -69px;
    margin-bottom: -102px;
  }

  .quick-stack-10.flachslanden {
    margin-top: -189px;
    margin-bottom: -51px;
  }

  .quick-stack-10.sachsen-bei-ansbach {
    margin-top: -51px;
    margin-bottom: -78px;
  }

  .quick-stack-10.wassertruedingen {
    margin-top: -120px;
    margin-bottom: -105px;
  }

  .quick-stack-10.neuendettelsau {
    margin-top: -200px;
    margin-bottom: -15px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-centered-901 {
    margin-bottom: 64px;
  }

  .spark-team-grid-2 {
    grid-column-gap: 5%;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-section-2 {
    margin-left: 0;
    padding: 4em 2em 64px;
  }

  .spark-section-2 h1 {
    text-align: left;
    width: 80%;
    font-size: 3em;
    line-height: 1.2em;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-section-2 p {
    text-align: left;
    font-weight: 300;
  }

  .spark-centered-902 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .spark-team-grid-3 {
    grid-column-gap: 5%;
    justify-content: flex-start;
    align-items: center;
  }

  .spark-team-member-card-3 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .spark-bold-heading-3 {
    line-height: 1.3;
  }

  .quick-stack-11 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 2em;
  }

  .flex-block-20 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-link {
    font-size: 1.2em;
  }

  .dropdown-list.w--open {
    font-size: 1em;
  }

  .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
    font-size: 1.1em;
  }

  .cell-22 {
    display: flex;
  }

  .sachsen {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .gun-di, .gun-di-2, .gun-di-3, .gun-di-4, .gun-di-5, .gun-di-6, .gun-di-7, .gun-mo-1, .cell-23, .wasser-mi, .cell-24, .sachsen-di-2, .sachsen-di-3 {
    display: none;
  }

  .list-3 {
    margin-top: 20px;
  }
}

#w-node-_611fd406-7e5c-9edd-2d44-8d69c2f76354-c7137113 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_3fc61a67-a42a-e3b3-de93-d6ef34bf3168-c7137113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_4c257a77-bf5c-3152-43b8-14f35000b695-c7137113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_192c479a-9ebc-d9d5-fdec-dc7961fef013-c7137113 {
  align-self: auto;
}

#w-node-_7892c05d-8f8d-e8cd-262e-4639cfcdae9b-c7137113 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

#w-node-_9eae7f35-21b1-6fb2-304a-be76688b92ca-c7137113, #w-node-_8604540c-7334-390e-068a-bf411e461f8d-c7137113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7a741240-e0c7-88cc-e569-06d89f0b29f9-c7137113, #w-node-_4784b5c9-f592-84d6-f7c6-8005667e016e-c7137113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f951fc14-8ab9-9398-0e27-c9c27fe48c9e-c7137113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-f4bb56fd-9b22-994b-cc65-b36564afd5c5-c7137113, #w-node-e0be268c-c18d-ca84-b45c-f81e71f82257-c7137113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e0be268c-c18d-ca84-b45c-f81e71f8225b-c7137113 {
  grid-column: span 2 / span 2;
}

#w-node-_8551db18-62b7-ebf2-40e8-b78103e93b90-c7137113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dd43ec44-84a9-d2e5-e8b9-a9dd3f263d1d-c7137113 {
  grid-column: span 2 / span 2;
}

#w-node-ddce2e8c-53e6-8660-5b2c-02ad00589a06-c7137113 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

#w-node-a1a5490a-7f41-752d-f523-04433c93103a-c7137113 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a1a5490a-7f41-752d-f523-04433c93103e-c7137113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3ebb2a0-acb6-51b9-e5ca-bb5871c708de-c7137113 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-b3ebb2a0-acb6-51b9-e5ca-bb5871c708e2-c7137113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d981d89-1e36-499d-e245-0540a2db7836-c7137113 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_8d981d89-1e36-499d-e245-0540a2db783a-c7137113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57f4b2cd-2cf7-e33f-15a1-cc602c9b05ba-c7137113 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7382178f-60c2-2cad-9d66-e50b459ab2e5-c7137113 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

#w-node-_7382178f-60c2-2cad-9d66-e50b459ab30f-c7137113 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_7382178f-60c2-2cad-9d66-e50b459ab313-c7137113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7382178f-60c2-2cad-9d66-e50b459ab327-c7137113 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_7382178f-60c2-2cad-9d66-e50b459ab32b-c7137113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7382178f-60c2-2cad-9d66-e50b459ab33f-c7137113 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_7382178f-60c2-2cad-9d66-e50b459ab343-c7137113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7382178f-60c2-2cad-9d66-e50b459ab356-c7137113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_12242cdf-1007-c3db-1fb2-3dcffed8d3bc-fed8d3b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-1ea970f7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-1ea970f7 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

#w-node-_2162d1f0-43f2-37e1-0163-0204c48176a5-1ea970f7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-1ea970f7 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c3dfc04e-748f-208d-d8df-c846216d727b-1ea970f7, #w-node-c3dfc04e-748f-208d-d8df-c846216d7282-1ea970f7, #w-node-c3dfc04e-748f-208d-d8df-c846216d7289-1ea970f7, #w-node-c3dfc04e-748f-208d-d8df-c846216d7290-1ea970f7, #w-node-c3dfc04e-748f-208d-d8df-c846216d7297-1ea970f7, #w-node-c3dfc04e-748f-208d-d8df-c846216d729e-1ea970f7, #w-node-c3dfc04e-748f-208d-d8df-c846216d72a5-1ea970f7, #w-node-c3dfc04e-748f-208d-d8df-c846216d72ac-1ea970f7, #w-node-c3dfc04e-748f-208d-d8df-c846216d72b3-1ea970f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-07edfd9f {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

#w-node-_8d846f9d-152c-aad2-0b53-0356591b3825-07edfd9f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-07edfd9f {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-07edfd9f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c3dfc04e-748f-208d-d8df-c846216d727b-07edfd9f, #w-node-_0defddb8-b2c8-068c-07b5-af780e5b8a06-07edfd9f, #w-node-d7943cdd-ba9a-e162-c050-fe7e073856b5-07edfd9f, #w-node-daac64d2-57d9-ebe7-425e-e328bac05aca-07edfd9f, #w-node-_2c2fe1fa-f3f1-277a-44c2-2cb9eee4d424-07edfd9f, #w-node-_8ae931a9-2f25-2894-5e52-f692c8767db9-07edfd9f, #w-node-_5aefaf63-4d0b-3862-1c07-1cc49a8a5b61-07edfd9f, #w-node-b0448a0a-c78f-5eb7-e1a4-cedd623d17a5-07edfd9f, #w-node-_7d51be73-c1d0-eb19-abf4-50dfda9aba19-07edfd9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-2e78c673 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

#w-node-_8d846f9d-152c-aad2-0b53-0356591b3825-2e78c673 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-2e78c673 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-2e78c673 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c3dfc04e-748f-208d-d8df-c846216d727b-2e78c673, #w-node-_0defddb8-b2c8-068c-07b5-af780e5b8a06-2e78c673, #w-node-d7943cdd-ba9a-e162-c050-fe7e073856b5-2e78c673, #w-node-daac64d2-57d9-ebe7-425e-e328bac05aca-2e78c673, #w-node-_2c2fe1fa-f3f1-277a-44c2-2cb9eee4d424-2e78c673, #w-node-_8ae931a9-2f25-2894-5e52-f692c8767db9-2e78c673, #w-node-_5aefaf63-4d0b-3862-1c07-1cc49a8a5b61-2e78c673, #w-node-b0448a0a-c78f-5eb7-e1a4-cedd623d17a5-2e78c673, #w-node-_7d51be73-c1d0-eb19-abf4-50dfda9aba19-2e78c673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-86f4dbcd {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

#w-node-_8d846f9d-152c-aad2-0b53-0356591b3825-86f4dbcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-86f4dbcd {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-86f4dbcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c3dfc04e-748f-208d-d8df-c846216d727b-86f4dbcd, #w-node-_0defddb8-b2c8-068c-07b5-af780e5b8a06-86f4dbcd, #w-node-d7943cdd-ba9a-e162-c050-fe7e073856b5-86f4dbcd, #w-node-daac64d2-57d9-ebe7-425e-e328bac05aca-86f4dbcd, #w-node-_2c2fe1fa-f3f1-277a-44c2-2cb9eee4d424-86f4dbcd, #w-node-_8ae931a9-2f25-2894-5e52-f692c8767db9-86f4dbcd, #w-node-_5aefaf63-4d0b-3862-1c07-1cc49a8a5b61-86f4dbcd, #w-node-b0448a0a-c78f-5eb7-e1a4-cedd623d17a5-86f4dbcd, #w-node-_7d51be73-c1d0-eb19-abf4-50dfda9aba19-86f4dbcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-76d7ca94 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

#w-node-_8d846f9d-152c-aad2-0b53-0356591b3825-76d7ca94 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-76d7ca94 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-76d7ca94 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c3dfc04e-748f-208d-d8df-c846216d727b-76d7ca94, #w-node-_0defddb8-b2c8-068c-07b5-af780e5b8a06-76d7ca94, #w-node-d7943cdd-ba9a-e162-c050-fe7e073856b5-76d7ca94, #w-node-daac64d2-57d9-ebe7-425e-e328bac05aca-76d7ca94, #w-node-_2c2fe1fa-f3f1-277a-44c2-2cb9eee4d424-76d7ca94, #w-node-_8ae931a9-2f25-2894-5e52-f692c8767db9-76d7ca94, #w-node-_5aefaf63-4d0b-3862-1c07-1cc49a8a5b61-76d7ca94, #w-node-b0448a0a-c78f-5eb7-e1a4-cedd623d17a5-76d7ca94, #w-node-_7d51be73-c1d0-eb19-abf4-50dfda9aba19-76d7ca94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-16fa4d56 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

#w-node-_8d846f9d-152c-aad2-0b53-0356591b3825-16fa4d56 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-16fa4d56 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-16fa4d56 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c3dfc04e-748f-208d-d8df-c846216d727b-16fa4d56, #w-node-_0defddb8-b2c8-068c-07b5-af780e5b8a06-16fa4d56, #w-node-d7943cdd-ba9a-e162-c050-fe7e073856b5-16fa4d56, #w-node-daac64d2-57d9-ebe7-425e-e328bac05aca-16fa4d56, #w-node-_2c2fe1fa-f3f1-277a-44c2-2cb9eee4d424-16fa4d56, #w-node-_8ae931a9-2f25-2894-5e52-f692c8767db9-16fa4d56, #w-node-_5aefaf63-4d0b-3862-1c07-1cc49a8a5b61-16fa4d56, #w-node-b0448a0a-c78f-5eb7-e1a4-cedd623d17a5-16fa4d56, #w-node-_7d51be73-c1d0-eb19-abf4-50dfda9aba19-16fa4d56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-fc4f0b36 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

#w-node-_8d846f9d-152c-aad2-0b53-0356591b3825-fc4f0b36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-fc4f0b36 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-fc4f0b36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c3dfc04e-748f-208d-d8df-c846216d727b-fc4f0b36, #w-node-_0defddb8-b2c8-068c-07b5-af780e5b8a06-fc4f0b36, #w-node-d7943cdd-ba9a-e162-c050-fe7e073856b5-fc4f0b36, #w-node-daac64d2-57d9-ebe7-425e-e328bac05aca-fc4f0b36, #w-node-_2c2fe1fa-f3f1-277a-44c2-2cb9eee4d424-fc4f0b36, #w-node-_8ae931a9-2f25-2894-5e52-f692c8767db9-fc4f0b36, #w-node-_5aefaf63-4d0b-3862-1c07-1cc49a8a5b61-fc4f0b36, #w-node-b0448a0a-c78f-5eb7-e1a4-cedd623d17a5-fc4f0b36, #w-node-_7d51be73-c1d0-eb19-abf4-50dfda9aba19-fc4f0b36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-8f61fca9 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

#w-node-_8d846f9d-152c-aad2-0b53-0356591b3825-8f61fca9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-8f61fca9 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-8f61fca9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c3dfc04e-748f-208d-d8df-c846216d727b-8f61fca9, #w-node-_0defddb8-b2c8-068c-07b5-af780e5b8a06-8f61fca9, #w-node-d7943cdd-ba9a-e162-c050-fe7e073856b5-8f61fca9, #w-node-daac64d2-57d9-ebe7-425e-e328bac05aca-8f61fca9, #w-node-_2c2fe1fa-f3f1-277a-44c2-2cb9eee4d424-8f61fca9, #w-node-_8ae931a9-2f25-2894-5e52-f692c8767db9-8f61fca9, #w-node-_5aefaf63-4d0b-3862-1c07-1cc49a8a5b61-8f61fca9, #w-node-b0448a0a-c78f-5eb7-e1a4-cedd623d17a5-8f61fca9, #w-node-_7d51be73-c1d0-eb19-abf4-50dfda9aba19-8f61fca9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-88990d63 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

#w-node-_8d846f9d-152c-aad2-0b53-0356591b3825-88990d63 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-88990d63 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-88990d63 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c3dfc04e-748f-208d-d8df-c846216d727b-88990d63, #w-node-_0defddb8-b2c8-068c-07b5-af780e5b8a06-88990d63, #w-node-d7943cdd-ba9a-e162-c050-fe7e073856b5-88990d63, #w-node-daac64d2-57d9-ebe7-425e-e328bac05aca-88990d63, #w-node-_2c2fe1fa-f3f1-277a-44c2-2cb9eee4d424-88990d63, #w-node-_8ae931a9-2f25-2894-5e52-f692c8767db9-88990d63, #w-node-_5aefaf63-4d0b-3862-1c07-1cc49a8a5b61-88990d63, #w-node-b0448a0a-c78f-5eb7-e1a4-cedd623d17a5-88990d63, #w-node-_7d51be73-c1d0-eb19-abf4-50dfda9aba19-88990d63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fc61a67-a42a-e3b3-de93-d6ef34bf3168-5ae114bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7892c05d-8f8d-e8cd-262e-4639cfcdae9b-5ae114bf {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

#w-node-_4c257a77-bf5c-3152-43b8-14f35000b695-5ae114bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_192c479a-9ebc-d9d5-fdec-dc7961fef013-5ae114bf {
  align-self: auto;
}

#w-node-_9eae7f35-21b1-6fb2-304a-be76688b92ca-5ae114bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d5b4d005-297d-1e20-3229-a1618e7af1c1-5ae114bf, #w-node-d5b4d005-297d-1e20-3229-a1618e7af1c8-5ae114bf, #w-node-d5b4d005-297d-1e20-3229-a1618e7af1cf-5ae114bf, #w-node-d5b4d005-297d-1e20-3229-a1618e7af1d6-5ae114bf, #w-node-d5b4d005-297d-1e20-3229-a1618e7af1dd-5ae114bf, #w-node-d5b4d005-297d-1e20-3229-a1618e7af1e4-5ae114bf, #w-node-d5b4d005-297d-1e20-3229-a1618e7af1eb-5ae114bf, #w-node-d5b4d005-297d-1e20-3229-a1618e7af1f2-5ae114bf, #w-node-d5b4d005-297d-1e20-3229-a1618e7af1f9-5ae114bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a741240-e0c7-88cc-e569-06d89f0b29f9-5ae114bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_14ca2a0b-a8ee-f6ab-e02b-50d99c20284b-5ae114bf, #w-node-_14ca2a0b-a8ee-f6ab-e02b-50d99c202852-5ae114bf, #w-node-_14ca2a0b-a8ee-f6ab-e02b-50d99c202859-5ae114bf, #w-node-_14ca2a0b-a8ee-f6ab-e02b-50d99c202860-5ae114bf, #w-node-_14ca2a0b-a8ee-f6ab-e02b-50d99c202867-5ae114bf, #w-node-_14ca2a0b-a8ee-f6ab-e02b-50d99c20286e-5ae114bf, #w-node-_14ca2a0b-a8ee-f6ab-e02b-50d99c202875-5ae114bf, #w-node-_14ca2a0b-a8ee-f6ab-e02b-50d99c20287c-5ae114bf, #w-node-_14ca2a0b-a8ee-f6ab-e02b-50d99c202883-5ae114bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4bb56fd-9b22-994b-cc65-b36564afd5c5-5ae114bf, #w-node-e0be268c-c18d-ca84-b45c-f81e71f82257-5ae114bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e0be268c-c18d-ca84-b45c-f81e71f8225b-5ae114bf {
  grid-column: span 2 / span 2;
}

#w-node-_8551db18-62b7-ebf2-40e8-b78103e93b90-5ae114bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dd43ec44-84a9-d2e5-e8b9-a9dd3f263d1d-5ae114bf {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_12242cdf-1007-c3db-1fb2-3dcffed8d3b9-fed8d3b4 {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_611fd406-7e5c-9edd-2d44-8d69c2f76354-c7137113 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_611fd406-7e5c-9edd-2d44-8d69c2f76355-c7137113 {
    order: 0;
  }

  #w-node-_611fd406-7e5c-9edd-2d44-8d69c2f76356-c7137113 {
    order: -9999;
  }

  #w-node-_3fc61a67-a42a-e3b3-de93-d6ef34bf3168-c7137113, #w-node-_4c257a77-bf5c-3152-43b8-14f35000b695-c7137113 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4c257a77-bf5c-3152-43b8-14f35000b697-c7137113 {
    order: -9999;
  }

  #w-node-_7892c05d-8f8d-e8cd-262e-4639cfcdae9b-c7137113, #w-node-_9eae7f35-21b1-6fb2-304a-be76688b92ca-c7137113 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8604540c-7334-390e-068a-bf411e461f8d-c7137113 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7a741240-e0c7-88cc-e569-06d89f0b29f9-c7137113, #w-node-_4784b5c9-f592-84d6-f7c6-8005667e016e-c7137113, #w-node-f951fc14-8ab9-9398-0e27-c9c27fe48c9e-c7137113, #w-node-ddce2e8c-53e6-8660-5b2c-02ad00589a06-c7137113, #w-node-_57f4b2cd-2cf7-e33f-15a1-cc602c9b05ba-c7137113, #w-node-_7382178f-60c2-2cad-9d66-e50b459ab2e5-c7137113, #w-node-_7382178f-60c2-2cad-9d66-e50b459ab356-c7137113 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_12242cdf-1007-c3db-1fb2-3dcffed8d3b9-fed8d3b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-1ea970f7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4f1-1ea970f7 {
    order: -9999;
  }

  #w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-1ea970f7, #w-node-_2162d1f0-43f2-37e1-0163-0204c48176a5-1ea970f7, #w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-07edfd9f, #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-07edfd9f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4f1-07edfd9f {
    order: -9999;
  }

  #w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-2e78c673 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d846f9d-152c-aad2-0b53-0356591b3825-2e78c673 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  #w-node-_6578add7-bb30-9f9c-3330-2b98133b5e48-2e78c673 {
    place-self: auto;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-2e78c673 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e8-2e78c673 {
    order: 1;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2ec-2e78c673 {
    order: 4;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f0-2e78c673 {
    order: 10;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f4-2e78c673 {
    order: 15;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f8-2e78c673 {
    order: 19;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2fc-2e78c673 {
    order: 2;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a305-2e78c673 {
    order: 5;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a306-2e78c673 {
    order: 11;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a307-2e78c673 {
    order: 17;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a308-2e78c673 {
    order: 20;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a309-2e78c673 {
    order: 12;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a312-2e78c673 {
    order: 6;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a313-2e78c673 {
    order: 3;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a314-2e78c673 {
    order: 18;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a315-2e78c673 {
    order: 21;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a317-2e78c673 {
    order: 7;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a318-2e78c673 {
    order: 13;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31a-2e78c673 {
    order: 9999;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31c-2e78c673 {
    order: 8;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31d-2e78c673 {
    order: 14;
  }

  #w-node-_160cf7b8-823d-1a23-fb23-4141189c27d0-2e78c673 {
    order: 9;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-2e78c673 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4f1-2e78c673 {
    order: -9999;
  }

  #w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-86f4dbcd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d846f9d-152c-aad2-0b53-0356591b3825-86f4dbcd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  #w-node-_6578add7-bb30-9f9c-3330-2b98133b5e48-86f4dbcd {
    place-self: auto;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-86f4dbcd {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e8-86f4dbcd {
    order: 1;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2ec-86f4dbcd {
    order: 4;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f0-86f4dbcd {
    order: 10;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f4-86f4dbcd {
    order: 15;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f8-86f4dbcd {
    order: 21;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2fc-86f4dbcd {
    order: 2;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a305-86f4dbcd {
    order: 5;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a306-86f4dbcd {
    order: 11;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a307-86f4dbcd {
    order: 17;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a308-86f4dbcd {
    order: 22;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a309-86f4dbcd {
    order: 3;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a312-86f4dbcd {
    order: 6;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a313-86f4dbcd {
    order: 3;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a314-86f4dbcd {
    order: 18;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a315-86f4dbcd {
    order: 22;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a317-86f4dbcd {
    order: 7;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a318-86f4dbcd {
    order: 13;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a319-86f4dbcd {
    order: 19;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31a-86f4dbcd {
    order: 9999;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31c-86f4dbcd {
    order: 8;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31d-86f4dbcd {
    order: 14;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31e-86f4dbcd {
    order: 20;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-86f4dbcd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4f1-86f4dbcd {
    order: -9999;
  }

  #w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-76d7ca94 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d846f9d-152c-aad2-0b53-0356591b3825-76d7ca94 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  #w-node-_6578add7-bb30-9f9c-3330-2b98133b5e48-76d7ca94 {
    place-self: auto;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-76d7ca94 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e8-76d7ca94 {
    order: 1;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2ec-76d7ca94 {
    order: 4;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f0-76d7ca94 {
    order: 10;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f4-76d7ca94 {
    order: 15;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f8-76d7ca94 {
    order: 19;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2fc-76d7ca94 {
    order: 2;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a305-76d7ca94 {
    order: 5;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a306-76d7ca94 {
    order: 11;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a307-76d7ca94 {
    order: 17;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a308-76d7ca94 {
    order: 20;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a309-76d7ca94 {
    order: 12;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a312-76d7ca94 {
    order: 6;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a313-76d7ca94 {
    order: 3;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a314-76d7ca94 {
    order: 18;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a315-76d7ca94 {
    order: 21;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a317-76d7ca94 {
    order: 7;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a318-76d7ca94 {
    order: 13;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31a-76d7ca94 {
    order: 9999;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31c-76d7ca94 {
    order: 8;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31d-76d7ca94 {
    order: 14;
  }

  #w-node-_160cf7b8-823d-1a23-fb23-4141189c27d0-76d7ca94 {
    order: 9;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-76d7ca94 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4f1-76d7ca94 {
    order: -9999;
  }

  #w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-16fa4d56 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d846f9d-152c-aad2-0b53-0356591b3825-16fa4d56 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  #w-node-_6578add7-bb30-9f9c-3330-2b98133b5e48-16fa4d56 {
    place-self: auto;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-16fa4d56 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e8-16fa4d56 {
    order: 1;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2ec-16fa4d56 {
    order: 4;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f0-16fa4d56 {
    order: 10;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f4-16fa4d56 {
    order: 15;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f8-16fa4d56 {
    order: 19;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2fc-16fa4d56 {
    order: 2;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a305-16fa4d56 {
    order: 5;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a306-16fa4d56 {
    order: 11;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a307-16fa4d56 {
    order: 17;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a308-16fa4d56 {
    order: 20;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a309-16fa4d56 {
    order: 12;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a312-16fa4d56 {
    order: 6;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a313-16fa4d56 {
    order: 3;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a314-16fa4d56 {
    order: 18;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a315-16fa4d56 {
    order: 21;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a317-16fa4d56 {
    order: 7;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a318-16fa4d56 {
    order: 13;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31a-16fa4d56 {
    order: 9999;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31c-16fa4d56 {
    order: 8;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31d-16fa4d56 {
    order: 14;
  }

  #w-node-_160cf7b8-823d-1a23-fb23-4141189c27d0-16fa4d56 {
    order: 9;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-16fa4d56 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4f1-16fa4d56 {
    order: -9999;
  }

  #w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-fc4f0b36 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d846f9d-152c-aad2-0b53-0356591b3825-fc4f0b36 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  #w-node-_6578add7-bb30-9f9c-3330-2b98133b5e48-fc4f0b36 {
    place-self: auto;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-fc4f0b36 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e8-fc4f0b36 {
    order: 1;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2ec-fc4f0b36 {
    order: 4;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f0-fc4f0b36 {
    order: 10;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f4-fc4f0b36 {
    order: 15;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f8-fc4f0b36 {
    order: 19;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2fc-fc4f0b36 {
    order: 2;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a305-fc4f0b36 {
    order: 5;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a306-fc4f0b36 {
    order: 11;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a307-fc4f0b36 {
    order: 17;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a308-fc4f0b36 {
    order: 20;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a309-fc4f0b36 {
    order: 12;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a312-fc4f0b36 {
    order: 6;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a313-fc4f0b36 {
    order: 12;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a314-fc4f0b36 {
    order: 18;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a315-fc4f0b36 {
    order: 21;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a317-fc4f0b36 {
    order: 7;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a318-fc4f0b36 {
    order: 13;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31a-fc4f0b36 {
    order: 9999;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31c-fc4f0b36 {
    order: 8;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31d-fc4f0b36 {
    order: 14;
  }

  #w-node-_160cf7b8-823d-1a23-fb23-4141189c27d0-fc4f0b36 {
    order: 9;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-fc4f0b36 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4f1-fc4f0b36 {
    order: -9999;
  }

  #w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-8f61fca9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d846f9d-152c-aad2-0b53-0356591b3825-8f61fca9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  #w-node-_6578add7-bb30-9f9c-3330-2b98133b5e48-8f61fca9 {
    place-self: auto;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-8f61fca9 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e8-8f61fca9 {
    order: 1;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2ec-8f61fca9 {
    order: 4;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f0-8f61fca9 {
    order: 10;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f4-8f61fca9 {
    order: 15;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f8-8f61fca9 {
    order: 19;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2fc-8f61fca9 {
    order: 2;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a305-8f61fca9 {
    order: 5;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a306-8f61fca9 {
    order: 11;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a307-8f61fca9 {
    order: 17;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a308-8f61fca9 {
    order: 20;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a309-8f61fca9 {
    order: 12;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a312-8f61fca9 {
    order: 6;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a313-8f61fca9 {
    order: 3;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a314-8f61fca9 {
    order: 18;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a315-8f61fca9 {
    order: 21;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a317-8f61fca9 {
    order: 7;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a318-8f61fca9 {
    order: 13;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31a-8f61fca9 {
    order: 9999;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31c-8f61fca9 {
    order: 8;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31d-8f61fca9 {
    order: 14;
  }

  #w-node-_160cf7b8-823d-1a23-fb23-4141189c27d0-8f61fca9 {
    order: 9;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-8f61fca9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4f1-8f61fca9 {
    order: -9999;
  }

  #w-node-_2162d1f0-43f2-37e1-0163-0204c4817680-88990d63 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d846f9d-152c-aad2-0b53-0356591b3825-88990d63 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  #w-node-_6578add7-bb30-9f9c-3330-2b98133b5e48-88990d63 {
    place-self: auto;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e7-88990d63 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2e8-88990d63 {
    order: 1;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2ec-88990d63 {
    order: 4;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f0-88990d63 {
    order: 10;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f4-88990d63 {
    order: 15;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2f8-88990d63 {
    order: 19;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a2fc-88990d63 {
    order: 2;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a305-88990d63 {
    order: 5;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a306-88990d63 {
    order: 11;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a307-88990d63 {
    order: 17;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a308-88990d63 {
    order: 20;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a309-88990d63 {
    order: 12;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a312-88990d63 {
    order: 6;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a313-88990d63 {
    order: 13;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a314-88990d63 {
    order: 18;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a315-88990d63 {
    order: 21;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a317-88990d63 {
    order: 7;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a318-88990d63 {
    order: 13;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31a-88990d63 {
    order: 9999;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31c-88990d63 {
    order: 8;
  }

  #w-node-_1d977ce3-a75b-d711-8189-9b103eb7a31d-88990d63 {
    order: 14;
  }

  #w-node-_160cf7b8-823d-1a23-fb23-4141189c27d0-88990d63 {
    order: 9;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4e9-88990d63 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4f0d9aff-a209-c6ff-f3be-7ef44f75e4f1-88990d63 {
    order: -9999;
  }

  #w-node-_3fc61a67-a42a-e3b3-de93-d6ef34bf3168-5ae114bf, #w-node-_7892c05d-8f8d-e8cd-262e-4639cfcdae9b-5ae114bf, #w-node-_4c257a77-bf5c-3152-43b8-14f35000b695-5ae114bf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4c257a77-bf5c-3152-43b8-14f35000b697-5ae114bf {
    order: -9999;
  }

  #w-node-_9eae7f35-21b1-6fb2-304a-be76688b92ca-5ae114bf, #w-node-_7a741240-e0c7-88cc-e569-06d89f0b29f9-5ae114bf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}