@font-face {
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 200 1000;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Overpass Variablefont Wght;
  src: url('../fonts/Overpass-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Didactgothic;
  src: url('../fonts/DidactGothic-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --background: #e6e5dd;
  --main-font: "Overpass Variablefont Wght", Tahoma, sans-serif;
  --paragraphs: #08090dbd;
  --heading-font: Unbounded, sans-serif;
  --heading: #08090d;
  --border: #08090d26;
  --accent: #e96155;
  --corner-8: .5em;
  --light: #f4f1ee;
  --accent-darker: #c02f21;
  --corner-12: 0em;
  --midnight-a: #282b33;
  --light-border: #f4f1ee33;
  --background-darker: #d9d7ce;
  --midnight-b: #1b1d24;
  --quill-grey: #cecbc1;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--general--shadow-01: #14142b47;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--dim-grey: #6e6e6e;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--general--shadow-03: #14142b1a;
}

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

body {
  background-color: var(--background);
  font-family: var(--main-font);
  color: var(--paragraphs);
  font-size: 16px;
  line-height: 160%;
}

h1 {
  font-family: var(--heading-font);
  color: var(--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  font-family: var(--heading-font);
  color: var(--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.87em;
  font-weight: 600;
  line-height: 116%;
}

h3 {
  font-family: var(--heading-font);
  color: var(--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.37em;
  font-weight: 600;
  line-height: 117%;
}

h4 {
  font-family: var(--heading-font);
  color: var(--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.87em;
  font-weight: 600;
  line-height: 117%;
}

h5 {
  font-family: var(--heading-font);
  color: var(--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.62em;
  font-weight: 600;
  line-height: 118%;
}

h6 {
  font-family: var(--heading-font);
  color: var(--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 122%;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.12em;
  line-height: 160%;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2.2em;
  font-size: 1.12em;
  line-height: 160%;
}

li {
  padding: .3em .5em;
}

strong {
  color: var(--heading);
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid var(--border);
  color: var(--heading);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 1em;
  padding: .1em 0 .1em 1.2em;
  font-size: 1.25em;
  font-style: italic;
  line-height: 160%;
}

figure {
  border-radius: .5em;
  margin-top: 2.7em;
  margin-bottom: 2.7em;
  overflow: clip;
}

figcaption {
  background-color: var(--background);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 7%;
  font-size: .9em;
  line-height: 150%;
}

.rich-text-block h1, .rich-text-block h2, .rich-text-block h3, .rich-text-block h4, .rich-text-block h5, .rich-text-block h6 {
  margin-top: 1em;
  margin-bottom: .4em;
}

.rich-text-block p {
  margin-bottom: 1.4em;
}

.rich-text-block a {
  box-shadow: 0 1px 0 0 var(--accent);
  color: var(--heading);
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.rich-text-block a:hover {
  box-shadow: 0 3px 0 0 var(--accent);
  color: var(--accent);
}

.link {
  box-shadow: 0 1px 0 0 var(--accent);
  color: var(--heading);
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  box-shadow: 0 3px 0 0 var(--accent);
  color: var(--accent);
}

.navbar {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
  position: fixed;
  inset: 1.25em 0% auto;
}

.navbar.hide-mobile {
  z-index: 30000;
  align-items: center;
}

.nav-block {
  z-index: 1000;
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: .5em;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 51em;
  margin-bottom: 0;
  padding: .25em;
  display: flex;
  position: static;
  box-shadow: 0 16px 40px -20px #08090d1a;
}

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

.logo {
  height: 7rem;
}

.logo.absolute {
  position: absolute;
}

.brand {
  justify-content: center;
  align-items: center;
  padding: .5em 1.2em;
  display: flex;
}

.link-button-nav {
  border-radius: var(--corner-8);
  text-align: center;
  background-color: #08090d;
  padding: 1.4em 2.4em;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.button-text {
  color: var(--light);
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 500;
  line-height: 120%;
}

.button-text.absolute {
  position: absolute;
  inset: 100% 0% auto;
}

.button-text.dark {
  color: var(--heading);
}

.button-text-block {
  z-index: 10;
  position: relative;
  overflow: clip;
}

.button-hover {
  z-index: 5;
  border-radius: var(--corner-8);
  background-color: var(--accent);
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.button-hover.red-darker {
  background-color: var(--accent-darker);
}

.button-hover.dark {
  background-color: var(--heading);
}

.button-hover.pink {
  background-color: #8d3d5b;
}

.button-hover.mauve {
  background-color: #fa669d;
}

.link-nav {
  z-index: 1000;
  text-align: center;
  padding: 1.4em 1.2em;
  text-decoration: none;
  position: relative;
}

.link-nav.w--current {
  z-index: 1000;
  align-self: auto;
}

.nav-text {
  z-index: 10;
  color: var(--heading);
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.nav-text.absolute {
  position: absolute;
  inset: 100% 0% auto;
}

.nav-text.white {
  z-index: 10;
  position: relative;
}

.nav-text.white.bold {
  text-transform: uppercase;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.nav-text.static {
  position: static;
}

.nav-menu {
  z-index: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-text-block {
  z-index: 10;
  position: relative;
  overflow: clip;
}

.button-nav {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: center;
  align-items: center;
  margin-left: .8em;
  display: flex;
}

.section-hero {
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding: .62em;
  display: flex;
}

.section-hero.full {
  padding: 0;
  position: relative;
}

.hero {
  border-radius: var(--corner-12);
  background-color: var(--midnight-a);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero.with-corners {
  border-radius: 2em;
}

.block-hero {
  z-index: 800;
  width: 100%;
  position: relative;
}

.grid-hero {
  grid-column-gap: 2.7em;
  grid-row-gap: 2.7em;
  grid-template-rows: auto;
  grid-template-columns: 2.2fr 1fr;
  height: 100%;
  padding: 2.7em;
}

.grid-hero.flex {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.block-grid-hero---left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 14em;
  display: flex;
}

.heading-hero {
  color: var(--light);
  max-width: 14ch;
  font-size: 5vw;
  line-height: 106%;
}

.block-grid-hero---right {
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  border-left: 1px solid var(--light-border);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 2.7em;
  display: flex;
}

.block-heading-hero {
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  border-top: 1px solid var(--light-border);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.7em;
  display: flex;
}

.block-heading-hero.no-borders {
  border-top-style: none;
}

.link-button {
  border-radius: var(--corner-8);
  background-color: var(--heading);
  text-align: center;
  padding: 1.6em 2.6em;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.link-button.red {
  z-index: 1000;
  background-color: var(--accent);
}

.link-button.red.hide {
  display: none;
}

.link-button.light {
  background-color: var(--light);
}

.link-button.show-mobile {
  display: none;
}

.heading-extra {
  color: var(--light);
  max-width: 18ch;
  font-size: 1.6vw;
}

.heading-extra.light-pink.shadow {
  text-shadow: 0 2px 4px #000000e0;
}

.text-span {
  color: var(--accent);
}

.text-span.light-yellow {
  color: #9aaf13;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
}

.slider-hero {
  z-index: 10;
  perspective: 1000px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.slide-1 {
  z-index: 10;
  border-radius: var(--corner-12);
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.slide-2 {
  z-index: 20;
  border-radius: var(--corner-12);
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.slide-3 {
  z-index: 30;
  border-radius: var(--corner-12);
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.img-gradient-hero {
  z-index: 100;
  background-image: linear-gradient(180deg, #08090d00 45%, var(--heading));
  position: absolute;
  inset: 0%;
}

.img-hero-3 {
  background-image: url('../images/Zumba3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.img-hero-2 {
  background-image: url('../images/Zumba2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.img-hero-1 {
  background-image: url('../images/ZUMBA1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.preloader-a {
  z-index: 800;
  background-color: var(--accent-darker);
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.preloader-a.dark {
  z-index: 250;
  background-color: var(--heading);
}

.preloader-a.pink {
  background-color: #b46a86;
}

.preloader-a.dark-mauve {
  background-color: #612079;
}

.preloader-b {
  z-index: 1000;
  background-color: var(--accent);
  width: 100%;
  height: 0%;
  margin-top: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.preloader-b.dark {
  z-index: 300;
  background-color: #2b2d36;
}

.preloader-b.dark-pink {
  background-color: #8d3d5b;
}

.preloader-b.mauve {
  background-color: #a95ec5;
}

.section {
  padding: 0 .62em .62em;
}

.section.full {
  padding-left: 0;
  padding-right: 0;
}

.section.full.with-padding {
  margin-left: 0;
  padding-left: 0%;
}

.section.full.light-pink {
  background-color: #f51a81;
  height: auto;
  padding-bottom: 0;
}

.section.full.light-pink.center {
  flex-flow: column;
  display: flex;
}

.section.full.light-pink._2 {
  padding-top: 0;
}

.section.full.light-pink.mobile {
  z-index: 10;
  padding-bottom: 0;
}

.section.full.mauve {
  height: auto;
  overflow: hidden;
}

.section.full.blue {
  z-index: 10;
  height: auto;
  overflow: hidden;
}

.section.margin {
  border-radius: 0;
  padding-left: 8%;
  padding-right: 8%;
}

.section.hide {
  display: block;
}

.section.full {
  background-color: #fff;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.section.full.pink-light {
  background-color: #f51a81;
}

.section.full.mauve {
  background-color: #9622ff;
}

.section.full.blue {
  background-color: #50a6a7;
}

.section.full.transparent {
  background-color: #0000;
}

.section.white {
  background-color: #fff;
}

.section.white.no-margin {
  padding-left: 0;
  padding-right: 0;
}

.section.with-strip {
  justify-content: center;
  padding: 8rem 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.section.padding {
  padding-top: 10vh;
}

.section.pink {
  background-color: #8d3d5b;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.section.black {
  background-color: #08090d;
  padding-top: 0;
  padding-bottom: 4rem;
}

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

.content {
  border-radius: var(--corner-12);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 9em 10%;
  position: relative;
  overflow: clip;
}

.content.light {
  background-color: var(--light);
}

.content.thin {
  background-color: var(--light);
  padding: 7em 2em;
}

.content.transparent {
  padding: 4em 0%;
  overflow: hidden;
}

.content.with-wave {
  padding: 0 0% 2em;
}

.content.full {
  padding-top: 5em;
  padding-bottom: 0;
}

.content.dark-green {
  background-color: #3b6a6b;
  padding-bottom: 4em;
}

.grid-favorites {
  grid-column-gap: .62em;
  grid-row-gap: .62em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-favorites {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  border-radius: var(--corner-12);
  background-color: var(--light);
  box-shadow: inset 0 0 0 0 var(--accent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: clip;
}

.link-favorites:hover {
  box-shadow: inset 0 0 0 3px var(--accent);
}

.icon-favorites {
  width: 2.75em;
  height: 2.75em;
  margin-bottom: .5em;
}

.paragraph-favorites {
  color: var(--paragraphs);
  max-width: 18em;
  font-size: 1em;
}

.preloader {
  z-index: 300;
  background-color: var(--background-darker);
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.preloader.midnight-b {
  background-color: var(--midnight-b);
}

.preloader.red-darker {
  background-color: var(--accent-darker);
}

.preloader.red {
  background-color: var(--accent);
}

.preloader.midnight-a {
  background-color: var(--midnight-a);
}

.preloader.quill-grey {
  background-color: var(--quill-grey);
  height: 0%;
}

.preloader.pink-darker {
  background-color: #8d3d5b;
}

.preloader.pink {
  background-color: #ad5f7c;
}

.preloader.dark-blue {
  background-color: #50a6a7;
}

.preloader.white {
  background-color: #fff;
}

.preloader.light-black {
  background-color: #161201;
}

.preloader.black {
  background-color: #000;
}

.preloader.beige {
  background-color: #e6e5dd;
}

.banner {
  justify-content: flex-start;
  align-items: center;
  padding: 7em 10%;
  display: flex;
  position: relative;
  overflow: clip;
}

.banner.white {
  background-color: #fff;
  padding-left: 10%;
}

.banner.mauve {
  z-index: auto;
  background-color: #9622ff;
  min-width: 85rem;
  padding-bottom: 7em;
  overflow: visible;
}

.banner.pink {
  background-color: #f51a81;
  min-width: 85rem;
  padding-left: 10%;
  padding-right: 10%;
  overflow: visible;
}

.banner.blue {
  background-color: #50a6a7;
  min-width: 85rem;
  padding-left: 10%;
  overflow: visible;
}

.banner.no-padding {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  padding-left: 0%;
  padding-right: 5%;
  overflow: visible;
}

.banner.no-padding._85-rem-witdh {
  min-width: 85rem;
  max-width: none;
  padding-left: 5%;
}

.banner-block-text {
  z-index: 130;
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 36em;
  display: flex;
  position: relative;
}

.banner-block-text.no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.banner-block-text.width-min-36rem {
  min-width: 36rem;
  max-width: none;
}

.paragraph {
  max-width: 28em;
  margin-bottom: .7em;
  font-size: 1.4em;
}

.paragraph.white {
  color: #fff;
  line-height: 1.1;
}

.paragraph.black {
  color: #000;
}

.paragraph.black.max-20em {
  max-width: 20em;
  font-family: Barlow, Georgia, sans-serif;
}

.heading {
  z-index: 10;
  position: relative;
}

.heading.white {
  z-index: 50;
  color: #fff;
  position: relative;
}

.heading.blue {
  color: #50a6a7;
}

.heading.blue.xl {
  color: #50a6a7;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.1;
}

.heading.with-margin {
  margin-bottom: .5rem;
}

.heading.max-15-rem {
  text-align: center;
  max-width: 18rem;
  line-height: 1.1;
}

.subheading {
  color: var(--accent);
  letter-spacing: .035em;
  text-transform: uppercase;
  margin-bottom: -1.2em;
  font-size: .875em;
  font-weight: 600;
  line-height: 120%;
}

.subheading.light {
  color: var(--light);
}

.subheading.hide {
  display: none;
}

.banner-block-img {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.banner-block-img.absolute {
  display: flex;
  position: absolute;
  overflow: visible;
}

.banner-block-img._3 {
  z-index: 1;
  justify-content: center;
  height: auto;
}

.banner-block-img._160 {
  z-index: 40;
}

.image-banner {
  z-index: 0;
  max-width: none;
  max-height: none;
  position: relative;
}

.image-banner._2 {
  max-width: 100%;
  max-height: none;
}

.heading-bg-1 {
  color: var(--background-darker);
  margin-right: 0%;
  font-size: 12vw;
  line-height: 90%;
}

.heading-bg-1.red {
  color: var(--accent-darker);
}

.heading-bg-1.pink {
  color: #8d3d5b;
  margin-right: -5%;
  position: relative;
}

.heading-bg-1.pink._90 {
  z-index: 90;
  color: #fa669d;
}

.heading-bg-1._70-z-index {
  z-index: 70;
  position: relative;
}

.heading-bg {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 8%;
}

.heading-bg.hide {
  display: none;
}

.heading-bg._4 {
  right: 4%;
}

.heading-bg-2 {
  z-index: 60;
  color: var(--background-darker);
  margin-right: 8%;
  font-size: 12vw;
  line-height: 90%;
  position: relative;
}

.heading-bg-2.red {
  color: var(--accent-darker);
}

.heading-bg-2.pink {
  color: #8d3d5b;
  margin-right: 17%;
}

.heading-bg-2.dark {
  color: var(--midnight-a);
  margin-right: -14%;
}

.heading-bg-2.dark.mauve {
  color: #501685;
}

.heading-bg-3 {
  z-index: 10;
  color: var(--background-darker);
  margin-right: 0%;
  font-size: 12vw;
  line-height: 90%;
  position: relative;
}

.heading-bg-3.red {
  color: var(--accent-darker);
}

.heading-bg-3.blue {
  color: #50a6a7;
  margin-right: -2%;
}

.heading-bg-3._80 {
  z-index: 80;
}

.bannerr {
  border-radius: var(--corner-12);
  background-color: var(--accent);
  justify-content: center;
  align-items: stretch;
  min-width: 85rem;
  max-width: 85rem;
  padding: 0 0% 0 10%;
  display: flex;
  position: relative;
  overflow: visible;
}

.bannerr.dark {
  background-image: linear-gradient(#08090d, #08090d);
}

.bannerr.blue {
  background-color: #0000;
  background-image: linear-gradient(#50a6a7, #50a6a7);
  justify-content: center;
  align-self: center;
  min-width: 85rem;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10%;
  padding-right: 5%;
  display: flex;
  overflow: visible;
}

.bannerr.pink-light {
  background-color: #f51a81;
  justify-content: center;
  align-self: center;
  min-width: 85rem;
  max-width: 85rem;
  padding-left: 10%;
  padding-right: 0%;
  display: flex;
  overflow: visible;
}

.bannerr.transparent-background {
  min-width: 80rem;
  max-width: none;
  padding-left: 10%;
}

.bannerr.mauve {
  background-color: #9622ff;
}

.bannerr.transparent.with-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.image-banner-red {
  z-index: 10;
  max-width: 120%;
  max-height: 52em;
  margin-top: 4em;
  position: relative;
}

.image-banner-red.hide-desktop {
  display: none;
}

.banner-block-text-red {
  z-index: 150;
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 45em;
  margin-top: 7em;
  margin-bottom: 7em;
  display: flex;
  position: relative;
}

.banner-block-text-red.max-35rem {
  max-width: 35em;
}

.banner-block-text-red.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-banner {
  color: var(--light);
  font-size: 4em;
  line-height: 110%;
  transform: skew(-21deg);
}

.heading-banner.max-30rem {
  max-width: 30rem;
}

.link-services {
  border-radius: var(--corner-12);
  background-color: var(--heading);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 48em;
  margin-left: 0;
  padding: 2.7em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.link-services.with-margin {
  border-radius: 0;
  min-height: 55em;
  padding-right: 2.7em;
}

.link-services.with-margin.radius {
  border-radius: 10em 4em;
}

.block-services {
  z-index: 30;
  grid-column-gap: 2.7em;
  grid-row-gap: 2.7em;
  border-top: 1px solid var(--light-border);
  flex-flow: row;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-top: 2.7em;
  display: flex;
  position: relative;
}

.block-services.with-padding {
  border-top-style: none;
  padding-bottom: 2em;
  padding-left: 0;
  display: flex;
}

.block-services.with-padding.no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.services {
  aspect-ratio: auto;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.services.right {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  border-left: 1px solid var(--light-border);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2.7em;
  display: flex;
}

.heading-services {
  color: var(--light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 14ch;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Tahoma, sans-serif;
  font-size: 4.7vw;
  line-height: 106%;
  display: flex;
}

.heading-services.yellow-mobile {
  color: #f2dc5c;
}

.heading-services.shadow {
  text-shadow: 0 9px 8px #0006;
  font-size: 5vw;
}

.heading-services.shadow.rotate-1 {
  transform: rotate(3deg);
}

.heading-services.shadow.rotate-2 {
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Tahoma, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  transform: rotate(-3deg);
}

.paragraph-services {
  color: var(--light);
  max-width: 27em;
  font-size: 1.2em;
}

.banner-image {
  z-index: 0;
  border-radius: var(--corner-12);
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-image.with-corner {
  object-fit: cover;
  border-radius: 1em;
}

.gradient-services {
  z-index: 10;
  background-image: linear-gradient(180deg, #08090d00, var(--heading));
  width: 100%;
  position: absolute;
  inset: 50% 0% 0%;
}

.button-services {
  z-index: 35;
  background-color: var(--accent);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  display: flex;
  position: absolute;
}

.button-services.no-color {
  background-color: #0000;
}

.text-button-services {
  color: var(--light);
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

.grid {
  grid-column-gap: .62em;
  grid-row-gap: .62em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid.with-margin {
  margin-top: 4rem;
}

.grid.black {
  max-width: none;
}

.block {
  border-radius: var(--corner-12);
  background-color: var(--light);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 9em 20%;
  display: flex;
  position: relative;
  overflow: clip;
}

.block.white {
  background-color: #fff;
  padding-left: 15%;
}

.block.white.show-mobile {
  display: none;
}

.block.pink {
  background-color: #8d3d5b;
}

.block.black {
  background-color: #08090d;
}

.block-text {
  z-index: 50;
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 36em;
  display: flex;
  position: relative;
}

.block-stories {
  grid-column-gap: .62em;
  grid-row-gap: .62em;
  border-radius: var(--corner-12);
  width: 100%;
  height: 55em;
  display: flex;
  position: relative;
  overflow: clip;
}

.block-stories.white {
  background-color: #fff;
}

.block-stories-up {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: clip;
}

.stories-up {
  grid-column-gap: .62em;
  grid-row-gap: .62em;
  flex-flow: column;
  padding-bottom: .62em;
  display: flex;
}

.stories {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--light);
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.8em;
  display: flex;
}

.paragraph-stories {
  margin-bottom: .4em;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
}

.paragraph-stories.black {
  color: var(--heading);
}

.heading-stories {
  font-size: 1em;
}

.icon-star {
  width: 1.5em;
  height: 1.5em;
}

.stars {
  grid-column-gap: .1em;
  grid-row-gap: .1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.block-stories-down {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: clip;
}

.stories-down {
  grid-column-gap: .62em;
  grid-row-gap: .62em;
  flex-flow: column;
  padding-top: .62em;
  display: flex;
}

.block-heading-left {
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 55em;
  display: flex;
  position: relative;
}

.block-heading-left.max-30-rem {
  max-width: 30em;
}

.block-heading-left.max-45 {
  max-width: 45em;
}

.block-heading {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4.4em;
  display: flex;
}

.block-heading.center {
  z-index: auto;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.block-heading.center.vertical {
  flex-flow: column;
  padding-top: 8rem;
  padding-bottom: 9rem;
  overflow: hidden;
}

.block-heading.center.with-margins {
  margin-top: 0;
  margin-bottom: 8em;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.block-heading-right {
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.8em;
  display: flex;
}

.grid-plans {
  grid-column-gap: .62em;
  grid-row-gap: .62em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.plan {
  border-radius: var(--corner-12);
  background-color: var(--light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 3em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: relative;
  overflow: clip;
}

.block-price {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  border-bottom: 1px solid var(--border);
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.4em;
  padding-bottom: 2.4em;
  display: flex;
}

.currency {
  color: var(--accent);
  font-size: 1.4vw;
  font-weight: 400;
}

.price-info {
  color: var(--accent);
  font-size: .8vw;
}

.price {
  color: var(--accent);
  font-size: 4vw;
}

.heading-plan {
  font-size: 1.4vw;
}

.paragraph-plan {
  max-width: 28em;
  margin-bottom: .4em;
}

.block-plan {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  padding-top: 2.6em;
  padding-bottom: 3.6em;
  display: flex;
}

.check-icon {
  border: 1px solid var(--border);
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  border-radius: 100%;
  flex: none;
  width: 1.75em;
  height: 1.75em;
}

.check-icon.light {
  border-color: var(--light-border);
  background-image: url('../images/check_light.svg');
}

.checklist {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: column;
  width: 100%;
  max-width: 36em;
  display: flex;
}

.check {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-check {
  color: var(--heading);
  font-weight: 500;
}

.paragraph-check.light {
  color: var(--light);
}

.map {
  border-radius: var(--corner-12);
  background-image: url('../images/map_1map.avif');
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 45em;
  padding: 1.7em;
  display: flex;
}

.block-map {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  border-radius: var(--corner-12);
  background-color: var(--light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 36em;
  padding: 3em;
  display: flex;
}

.paragraph-map {
  max-width: 28em;
  margin-bottom: .2em;
  font-size: 1em;
}

.icon-link-block {
  width: 1.25em;
  height: 1.25em;
}

.link-block {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  border-radius: var(--corner-8);
  background-color: var(--background);
  box-shadow: inset 0 0 0 0 var(--accent);
  color: var(--heading);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: .4em;
  margin-right: .4em;
  padding: .8em 1.2em;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-flex;
}

.link-block:hover {
  box-shadow: inset 0 0 0 2px var(--accent);
  color: var(--accent);
}

.link-block.dark {
  background-color: var(--heading);
  color: var(--light);
  box-shadow: 0 0 0 1px #f4f1ee33;
}

.link-block.dark:hover {
  box-shadow: inset 0 0 0 2px var(--accent);
  color: var(--accent);
}

.text-link-block {
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 600;
  line-height: 120%;
}

.text-link-block.stroke {
  color: #fff0;
  letter-spacing: .16px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  font-size: 3em;
}

.collection-list {
  grid-column-gap: .62em;
  grid-row-gap: .62em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-blog {
  border-radius: var(--corner-12);
  background-color: var(--light);
  box-shadow: inset 0 0 0 0 var(--accent);
  flex-flow: column;
  width: 100%;
  padding: 1.12em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: clip;
}

.link-blog:hover {
  box-shadow: inset 0 0 0 3px var(--accent);
}

.link-blog.large {
  height: 100%;
  padding: 4em;
}

.link-button-small {
  border-radius: var(--corner-8);
  background-color: var(--heading);
  text-align: center;
  padding: 1em 1.9em;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.link-button-small.red {
  background-color: var(--accent);
}

.link-button-small.light {
  background-color: var(--light);
}

.block-blog {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.2em 5% 1.1em;
  display: flex;
}

.block-blog.large {
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.block-thumbnail {
  border-radius: var(--corner-8);
  background-color: var(--accent);
  overflow: clip;
}

.image-thumbnail {
  border-radius: var(--corner-8);
  object-fit: cover;
  width: 100%;
  height: 16vw;
}

.image-thumbnail.large {
  height: 26vw;
}

.heading-blog {
  margin-bottom: auto;
  padding-bottom: 1.4em;
}

.date-blog {
  color: var(--accent);
  letter-spacing: .035em;
  text-transform: uppercase;
  margin-bottom: .7em;
  font-size: .75em;
  font-weight: 600;
  line-height: 120%;
}

.empty-state {
  border: 1px solid var(--border);
  border-radius: var(--corner-12);
  background-color: var(--light);
  padding: 1.2em 1.5em;
}

.text-empty {
  color: var(--heading);
  font-weight: 500;
}

.strip {
  border-radius: var(--corner-12);
  background-color: var(--accent);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .3vw;
  padding-bottom: .3vw;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.strip.blue {
  background-color: #50a6a7;
  overflow: visible;
}

.strip.rotate {
  background-color: #8d3d5b;
  justify-content: flex-start;
  width: 130%;
  display: flex;
  left: 0;
  right: 0;
  transform: rotate(-4deg);
}

.strip.rotate.blue {
  background-color: #50a6a7;
}

.strip.absolute {
  z-index: 15;
  align-self: center;
  align-items: center;
  position: absolute;
  inset: auto;
}

.strip.absolute.transparent {
  opacity: .6;
  background-color: #0000;
  top: auto;
  bottom: auto;
}

.strip.absolute.bllue {
  opacity: .75;
  background-color: #50a6a7;
}

.strip.absolute.black {
  background-color: var(--midnight-b);
}

.strip.absolute.black.transparent {
  background-color: #0000;
}

.strip.absolute.black.transparent.test {
  position: static;
}

.strip.absolute.black.opacity {
  background-color: #1b1d248c;
}

.strip.absolute.mauve {
  background-color: #9622ff;
}

.strip.pink-light {
  background-color: #f51a81;
}

.strip.transparent {
  background-color: #0000;
}

.strip.orange {
  background-color: #f8783e;
}

.strip.mauve {
  background-color: #3d004d;
}

.strip.mauve-light {
  background-color: #9622ff;
}

.strip.pink {
  background-color: #f51a81;
}

.strip.black {
  background-color: #08090d;
}

.strip.white {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
}

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

.heading-strip {
  color: var(--light);
  flex: none;
  font-size: 7.2vw;
}

.heading-strip.xl {
  font-size: 20vw;
  line-height: 1;
}

.heading-strip.mauve {
  color: #501685;
}

.heading-strip.pink-2 {
  color: #f51a81;
}

.heading-strip.green {
  color: #50a6a7;
}

.circle-strip {
  background-color: #0000;
  background-image: url('../images/star-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  width: 1.5vw;
  height: 1.5vw;
  margin-left: 2.2vw;
  margin-right: 2.2vw;
}

.button-strip {
  z-index: 35;
  background-color: var(--heading);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  margin-left: -5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
}

.button-strip.hide {
  display: none;
}

.button-strip.mauve {
  background-color: #a95ec5;
}

.text-button-strip {
  color: var(--light);
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 500;
  line-height: 120%;
}

.footer {
  border-radius: var(--corner-12);
  color: #f4f1ee;
  background-color: #08090d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 9em;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
  overflow: clip;
}

.footer.white {
  background-color: #fff;
  top: auto;
  overflow: visible;
}

.footer.orange {
  background-color: #f8783e;
  padding-left: 10%;
  padding-right: 10%;
}

.footer.black {
  background-color: #08090d;
}

.footer-bottom {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  border-top: 1px solid var(--light-border);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2.4em;
  padding-bottom: 2.4em;
  display: block;
}

.footer-bottom.darl-line {
  border-top-color: #0003;
}

.grid-footer {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 9em;
}

.grid-footer._3-columns {
  grid-column-gap: 4.8em;
  grid-row-gap: 4.8em;
  grid-template-columns: 1.6fr 1fr 1fr;
}

.grid-footer._2 {
  grid-column-gap: 2.8em;
  grid-row-gap: 2.8em;
}

.block-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.block-footer.medium {
  width: 10rem;
}

.block-footer.medium.center {
  align-items: center;
}

.block-footer.extend {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  min-width: 20rem;
}

.block-footer.medium2 {
  min-width: 15rem;
}

.heading-footer {
  color: var(--light);
  margin-top: .2em;
  margin-bottom: 2em;
  font-size: 1em;
}

.link-footer {
  text-align: center;
  padding-top: .55em;
  padding-bottom: .55em;
  font-size: 1.3rem;
  text-decoration: none;
  position: relative;
}

.link-footer.hide {
  display: none;
}

.link-footer.black {
  color: #000;
}

.footer-text-block {
  z-index: 10;
  position: relative;
  overflow: clip;
}

.footer-text {
  opacity: 1;
  color: var(--light);
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 500;
  line-height: 120%;
}

.footer-text.absolute {
  opacity: 1;
  position: absolute;
  inset: 100% 0% auto;
}

.footer-text.absolute.black {
  opacity: 1;
}

.footer-text.absolute.dark-orange {
  color: #722e0f;
}

.footer-text.black {
  opacity: 100;
  color: #000;
}

.paragraph-footer {
  z-index: 5;
  opacity: 1;
  color: #fff;
  max-width: 22em;
  margin-bottom: 0;
  font-size: 1.3em;
  position: relative;
}

.paragraph-footer.black {
  opacity: 100;
  color: #000;
  font-size: 1.3em;
}

.paragraph-footer.medium {
  font-size: 1.1em;
}

.logo-footer {
  height: 10em;
  margin-bottom: 2.2em;
}

.section-top {
  justify-content: center;
  align-items: stretch;
  min-height: 50vh;
  padding: .62em;
  display: flex;
}

.section-top.blog {
  min-height: 85vh;
}

.section-top.no-padding {
  z-index: auto;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.section-top.no-padding._60vh {
  min-height: 70vh;
}

.block-top {
  z-index: 60;
  grid-column-gap: 2.7em;
  grid-row-gap: 2.7em;
  border-top: 1px solid var(--light-border);
  flex-flow: row;
  width: 100%;
  margin: auto 2.7em 0;
  padding-top: 2.7em;
  display: flex;
  position: relative;
}

.block-top.test {
  margin-bottom: 0;
}

.block-text-top {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.block-text-top.right {
  border-left: 1px solid var(--light-border);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding-left: 2.7em;
  display: flex;
}

.block-text-top.right.hide {
  display: none;
}

.block-text-top.right._60 {
  width: 60%;
}

.block-text-top.xl {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.paragraph-top {
  color: var(--light);
  max-width: 15em;
}

.paragraph-top.blog {
  margin-top: auto;
  margin-left: auto;
}

.paragraph-top.large {
  max-width: 25em;
}

.paragraph-top._20em {
  max-width: 20em;
}

.top {
  border-radius: var(--corner-12);
  background-color: var(--midnight-a);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  padding-top: 16em;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-top {
  color: var(--light);
  max-width: 14ch;
  font-size: 5vw;
  line-height: 106%;
}

.heading-top.blog {
  max-width: none;
  font-size: 4vw;
}

.heading-top.shadow {
  letter-spacing: 5px;
  text-shadow: 0 10px 10px #0006;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Tahoma, sans-serif;
  font-weight: 900;
}

.image-top {
  z-index: 10;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: auto;
  padding-top: 0;
  position: relative;
  inset: 0%;
}

.image-top.hide {
  display: none;
}

.image-top.auto {
  height: auto;
}

.img-gradient-top {
  z-index: 12;
  background-image: linear-gradient(180deg, #08090d00 45%, var(--heading));
  position: absolute;
  inset: 0%;
}

.img-gradient-top.pink {
  background-image: linear-gradient(#0000, #8d3d5b 100%, #8d3d5b);
}

.collection-list-blog {
  grid-column-gap: .62em;
  grid-row-gap: .62em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block-thin {
  width: 100%;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}

.grid-lass {
  grid-column-gap: .62em;
  grid-row-gap: .62em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.lass {
  border-radius: var(--corner-12);
  background-color: var(--light);
  flex-flow: column;
  padding: 4em;
  display: flex;
  position: relative;
  overflow: clip;
}

.image-lass {
  border-radius: var(--corner-8);
  object-fit: cover;
  height: 26vw;
}

.block-lass {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-bottom: 1px solid var(--border);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.6em;
  padding-top: 2.6em;
  padding-bottom: 2.6em;
  display: flex;
}

.icon-lass {
  width: 2.75em;
  height: 2.75em;
}

.services-large {
  border-radius: var(--corner-12);
  background-color: var(--heading);
  position: relative;
  overflow: clip;
}

.image-services-large {
  border-radius: var(--corner-12);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.block-text-large {
  flex-flow: column;
  padding: 2.7em 2.7em 5em;
  display: flex;
}

.block-image-large {
  position: relative;
}

.paragraph-services-large {
  opacity: .7;
  color: var(--light);
  max-width: 36em;
}

.image-grid {
  border-radius: var(--corner-12);
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.image-grid.mobile {
  width: 100%;
  max-width: none;
  height: 35rem;
  padding: .5rem;
}

.block-image-grid {
  border-radius: var(--corner-12);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: clip;
}

.grid-img {
  grid-column-gap: .62em;
  grid-row-gap: .62em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 40vw;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form-block {
  border-radius: var(--corner-12);
  background-color: var(--light);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding: 4em;
  position: relative;
  overflow: clip;
}

.submit-button {
  border-radius: var(--corner-8);
  background-color: var(--accent);
  color: var(--light);
  letter-spacing: .035em;
  text-transform: uppercase;
  margin-top: 1.6em;
  padding: 1.6em 2.6em;
  font-size: .875em;
  font-weight: 500;
  line-height: 120%;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover, .submit-button.dark {
  background-color: var(--heading);
}

.submit-button.dark:hover {
  background-color: var(--accent);
}

.form {
  flex-flow: column;
  display: flex;
}

.field-label {
  color: var(--heading);
  letter-spacing: .035em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .77em;
  font-weight: 500;
  line-height: 120%;
}

.block-field {
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  margin-bottom: 2em;
  display: flex;
}

.field {
  width: 100%;
}

.text-field {
  border: 1px solid var(--border);
  border-radius: var(--corner-8);
  color: var(--heading);
  background-color: #faf8f5;
  height: 3.4em;
  margin-bottom: 0;
  padding: .9em 1.2em;
  font-size: 1.1em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--accent);
}

.text-field::placeholder {
  color: #08090d8f;
}

.textarea {
  border: 1px solid var(--border);
  border-radius: var(--corner-8);
  color: var(--heading);
  background-color: #faf8f5;
  min-width: 100%;
  max-width: 100%;
  min-height: 12em;
  max-height: 30em;
  margin-bottom: 0;
  padding: .9em 1.2em;
  font-size: 1.1em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-color: var(--accent);
}

.textarea::placeholder {
  color: #08090d8f;
}

.success-message {
  border-radius: var(--corner-8);
  background-color: #0974251a;
  padding: 1.8em;
}

.text-success {
  color: #097425;
  font-size: 1em;
  font-weight: 500;
}

.text-error {
  color: #bb3326;
  font-size: 1em;
  font-weight: 500;
}

.error-message {
  border-radius: var(--corner-8);
  background-color: #d33c2e1a;
  margin-top: 1.6em;
  padding: 1.8em;
}

.block-member {
  z-index: 20;
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.section-member {
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: .62em;
  display: flex;
  position: relative;
}

.section-member.full {
  min-height: 100vh;
  padding: 0;
}

.section-member.full.fix {
  position: sticky;
  top: 0;
}

.section-member.full._50vh {
  min-height: 70vh;
}

.member {
  border-radius: var(--corner-12);
  background-color: var(--accent);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 14.5em;
  padding-bottom: 9em;
  display: flex;
  position: relative;
  overflow: clip;
}

.member.center {
  z-index: 50;
  background-color: #0000;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.image-member {
  z-index: 10;
  opacity: .25;
  mix-blend-mode: luminosity;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-gradient-member {
  z-index: 12;
  background-image: linear-gradient(180deg, #d33c2e00 45%, var(--accent));
  position: absolute;
  inset: 0%;
}

.heading-member {
  color: var(--light);
  max-width: 14em;
  margin-bottom: .5em;
  font-size: 4em;
  line-height: 110%;
}

.form-block-membership {
  border-radius: var(--corner-12);
  background-color: var(--light);
  text-align: left;
  width: 100%;
  max-width: 45em;
  margin-bottom: 0;
  padding: 3.8em;
  position: relative;
  overflow: clip;
}

.heading-template {
  margin-bottom: .7em;
}

.space {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-top: 5em;
  margin-bottom: 5em;
}

.template-info {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  border: 1px solid var(--border);
  border-radius: var(--corner-12);
  background-color: var(--background);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: .7em;
  padding: 1.2em;
  display: flex;
}

.paragraph-template {
  margin-bottom: 2.6em;
}

.grid-template {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-template {
  border-radius: var(--corner-8);
  width: 100%;
}

.icons-template {
  margin-top: -.5em;
  margin-bottom: -.5em;
}

.icon-template {
  width: 2.75em;
  height: 2.75em;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-right: 1em;
}

.heading-barlow {
  font-family: var(--main-font);
  text-transform: none;
  margin: .2em .3em;
  font-weight: 400;
}

.heading-unbounded {
  margin: .2em .3em;
}

.utility-page-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 10em .6em 5em;
  display: flex;
}

.utility-page-content {
  border-radius: var(--corner-12);
  background-color: var(--light);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 30em;
  margin-bottom: 0;
  padding: 2.8em;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.heading-utility {
  margin-bottom: .5em;
}

.paragraph-utility {
  max-width: 350px;
  margin-bottom: 1.7em;
}

.heading-style-h3 {
  color: #312d2d;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.28;
}

.heading-style-h3.text-white {
  color: #fff;
}

.heading-style-h3.text-white.sm {
  text-transform: none;
  font-size: 2rem;
}

.about-service-button-wrapper {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.about-service-button-wrapper.position-relative {
  position: relative;
}

.about-one-service-title-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subheading-bottom-gap {
  padding-bottom: 23px;
}

.subheading-bottom-gap.overflow-hidden {
  overflow: hidden;
}

.about-one-service-heading-wrapper {
  max-width: 650px;
}

.about-one-our-service {
  background-color: #0d0d0d;
  padding-top: 133px;
}

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

.text-center.heading-style-h2.text-white {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.16;
}

.about-service-button-arrow-warpper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-one-service-main {
  background-color: #3f3f3f;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 108px;
  padding-bottom: 105px;
  display: flex;
}

.about-one-service-main.border-top {
  border-top: 1px solid #9a9a9a33;
}

.about-one-service-main.border-top.overflow-hidden.position-relative {
  overflow: visible;
}

.about-one-service-item-image-block {
  background-image: url('../images/Team-Member.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.about-one-service-item-image-block.service-image-three {
  background-image: url('../images/Service-Image_1.webp'), url('../images/Team-Member.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.about-one-service-item-image-block.service-image-four {
  background-image: url('../images/Service-.webp'), url('../images/Team-Member.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.about-one-service-item-image-block.service-image-one {
  background-image: url('../images/service-image.webp'), url('../images/Team-Member.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.subheading-2 {
  color: #858585;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.86;
}

.about-one-our-service-item-wrapper {
  padding-top: 90px;
  position: static;
}

.about-one-service-text-main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-one-service-item-title-holder {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.about-one-service-item-title-holder.change-position {
  z-index: 1;
}

.about-one-service-item-title-holder.change-position.position-relative {
  line-height: 1.66;
}

.about-one-service-overlay {
  background-image: linear-gradient(#0d0d0d99, #0d0d0d99);
  position: absolute;
  inset: 0%;
}

.about-one-text-wrapper {
  flex: 0 60%;
}

.container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.about-one-our-service-1 {
  background-color: #fff;
  padding-top: 0;
  position: relative;
}

.about-one-our-service-1.hide {
  overflow: hidden;
}

.about-one-our-service-1.no-padding {
  padding-top: 0;
}

.subheading-bottom-gapp {
  padding-bottom: 23px;
}

.subheading-bottom-gapp.with-padding-top {
  padding-top: 1rem;
}

.arrow-white-2.arrow-small-2 {
  transform: rotate(-88deg);
}

.about-one-service-main-2 {
  background-color: #3f3f3f;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 108px;
  padding-bottom: 105px;
  display: flex;
}

.about-one-service-main-2.border-top-2 {
  border-top: 1px solid #9a9a9a33;
}

.about-one-service-main-2.border-top-2.overflow-hidden-2.position-relative-3 {
  background-color: #3b6a6b;
  border-top-style: none;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-one-service-main-2.border-top-2.overflow-hidden-2.position-relative-3.block {
  background-color: #3b6a6b;
  border-top-style: none;
  flex-flow: row;
  justify-content: space-around;
  padding: 10rem 0%;
  display: flex;
}

.about-one-text-wrapper-2 {
  flex: 0 60%;
}

.about-one-text-wrapper-2.with-padding-top {
  margin-top: 2rem;
}

.about-one-text-wrapper-2.with-margin-left {
  flex-flow: column;
  flex-basis: 50%;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.about-one-text-wrapper-2._50-desktop {
  flex-basis: 50%;
}

.about-one-service-overlay-2 {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.about-one-service-overlay-2.dark-blue {
  color: #50a6a7;
  background-image: linear-gradient(#50a6a7, #50a6a7), linear-gradient(#0d0d0d99, #0d0d0d99);
  display: block;
}

.about-one-service-heading-wrapper-1 {
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 55rem;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
}

.subheading-1 {
  color: #858585;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.86;
}

.subheading-1.text-center-1 {
  font-size: 1rem;
  line-height: 1.1;
}

.subheading-1.text-center-1.white {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.8;
}

.subheading-1.text-center-1.white.opacity {
  opacity: .57;
}

.subheading-1.text-center-1.white-2 {
  opacity: .85;
  color: #fff;
}

.subheading-1.xl {
  font-size: 2rem;
  font-weight: 700;
}

.about-service-button-arrow-warpper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-one-service-title-holder-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-one-our-service-item-wrapper-1 {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.about-one-our-service-item-wrapper-1.max-100-rem {
  max-width: 100rem;
}

.about-one-service-text-main-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-one-service-text-main-4.right {
  justify-content: flex-end;
}

.about-one-service-title-2._70-desktop {
  width: 70%;
}

.arrow-black-2 {
  transform: rotate(-88deg);
}

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

.text-center-1.heading-style-h24.text-white-1 {
  color: #08090d;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.16;
}

.about-one-service-item-title-holder-6 {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.about-one-service-item-title-holder-6.change-position-6 {
  z-index: 1;
}

.about-one-service-item-title-holder-6.change-position-6.position-relative-6 {
  display: block;
}

.about-one-service-item-title-holder-6.change-position-6.position-relative-6.flex {
  display: flex;
}

.about-one-service-item-image-block-8 {
  position: absolute;
  inset: 0%;
}

.about-one-service-item-image-block-8.service-image-1 {
  background-image: none;
  display: block;
  overflow: visible;
}

.container_1 {
  max-width: 1320px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container_1.hide {
  display: block;
}

.tab-detail {
  border-top: 1px solid #000;
  width: 100%;
  height: 6rem;
  display: none;
  overflow: hidden;
}

.accordion_vertical-component {
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 5.5rem;
  padding: 0 0 0;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.accordion_vertical-component.current {
  background-image: linear-gradient(#fff, #fff);
  height: 22.5rem;
  padding-top: 1rem;
  overflow: visible;
}

.button-wrap {
  background-image: url('../images/icon_shape.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.section-faq {
  z-index: auto;
  background-color: #e6e5dd;
  position: relative;
}

.vertical-img {
  object-fit: contain;
  width: auto;
  height: 14rem;
  position: static;
}

.vertical-img.absolute {
  z-index: 50;
  width: auto;
  height: 13rem;
  position: relative;
  top: -4.1rem;
}

.support-section {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  display: flex;
}

.accordion_horizontal-bottom {
  justify-content: space-between;
  align-items: center;
  width: 0%;
  padding: 0;
  overflow: hidden;
}

.accordion_horizontal-bottom.active {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

.page-padding {
  padding-left: 5rem;
  padding-right: 5rem;
}

.text-vertical {
  letter-spacing: .5px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  transform: rotate(180deg);
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  min-height: 98vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-style-h11 {
  color: #e43c13;
  font-size: 7.5rem;
}

.text-number {
  color: #e43c13;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-style-link.blue {
  color: #03f;
}

.mask {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem 2rem 2rem 3.5rem;
  display: flex;
}

.tab-wrap {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.mask-horizontal {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #ece9e1;
  background-image: linear-gradient(#e7ffffa1, #e7ffffa1);
  border-radius: 16px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 14rem;
  margin-bottom: 2rem;
  padding: 0 2rem 0 3rem;
  display: flex;
}

.accordions_vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  width: 100%;
  display: flex;
}

.top-wrap {
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  display: flex;
}

.accordion_verical-bottom {
  height: 0;
  padding-right: 0;
  transition: all .5s ease-out;
  overflow: hidden;
}

.accordion_verical-bottom.current {
  width: 100%;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: visible;
}

.header-wrap {
  padding-bottom: 1.5rem;
}

.accordion2_icon {
  width: 2rem;
  padding-top: 6px;
  transition: all .3s ease-out;
}

.accordion2_icon.current {
  transform: rotate(45deg);
}

.spacing {
  height: 8rem;
}

.bottom {
  background-color: #f0f0f0;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.accordion_vertical-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1.25rem 2rem;
  display: flex;
}

.accordions_horizontal {
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  width: 100%;
  height: 60vh;
  display: flex;
}

.contact-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact-wrap.test {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.delete-this {
  margin-top: 2rem;
}

.accordion_horizontal-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem 2rem;
  display: flex;
}

.max-width-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  width: 23rem;
  display: flex;
}

.accordion_horizontal-component {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 7%;
  padding-bottom: 0;
  transition: all .5s ease-in-out;
  display: flex;
  overflow: hidden;
}

.accordion_horizontal-component.active {
  width: 74%;
}

.horizontal-img {
  object-fit: contain;
  width: 40%;
  height: 100%;
}

.text-size-largee {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-largee.blue {
  color: #275a5a;
  -webkit-text-stroke-color: #122525;
}

.paragraph-2 {
  color: #08090dbd;
  flex: none;
  align-self: flex-start;
  font-size: 1.5rem;
  line-height: 1.1;
}

.paragraph-2.show-mobile, .paragraph-2.show-mobile.zumba-pink {
  display: none;
}

.vertical-image {
  z-index: 100;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10.2rem;
}

.image-2 {
  max-width: none;
  height: 100%;
}

.right-faq-imgblock {
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 60%;
  height: auto;
  display: flex;
  position: relative;
}

.banner-block-img-1 {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.banner-block-img-1.show-desktop {
  z-index: 130;
}

.banner-block-img-2 {
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 40% 0% auto;
}

.big-image {
  z-index: 100;
  max-width: none;
  position: relative;
  right: auto;
}

.big-image.absolute {
  z-index: 10;
  max-width: none;
  position: absolute;
}

.big-image._10 {
  z-index: 10;
  position: absolute;
  right: 0%;
}

.image-3 {
  z-index: 50;
  max-width: none;
  height: 65%;
  position: relative;
}

.image-3._50 {
  height: 50%;
}

.wave-block {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
}

.wave-block.hide {
  display: none;
}

.wave-block.pink {
  background-color: #f51a81;
  height: auto;
  position: relative;
}

.wave-block.pink.absolute {
  z-index: auto;
  height: 10rem;
  position: absolute;
  bottom: 0;
}

.section-with-top-wave {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.section-with-top-wave.blue-bg {
  background-color: #50a6a7;
}

.section-with-top-wave.hide {
  display: none;
}

.section-with-top-wave.transparent {
  background-color: #0000;
  position: relative;
  bottom: auto;
}

.section-with-top-wave.black {
  background-color: #08090d;
}

.section-with-top-wave.light-pink {
  background-color: #f51a81;
}

.section-with-top-wave.absolute {
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.section-with-top-wave.white {
  background-color: #fff;
}

.font-1 {
  background-color: #0000;
  background-image: url('../images/Asset1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: .5rem;
  position: relative;
}

.font-1.with-asset {
  background-image: none;
  padding: 1rem 2rem;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.font-2 {
  padding-bottom: 3.3rem;
  position: relative;
  top: -1.1rem;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  height: auto;
}

.image-5 {
  z-index: -1;
  width: 160%;
  max-width: none;
  position: absolute;
  inset: auto;
}

.div-block-5 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bg-block {
  align-self: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-6 {
  height: auto;
  display: inline-block;
}

.div-block-6 {
  z-index: 60;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 150%;
  display: flex;
  position: relative;
  inset: auto 0%;
  transform: rotate(-34deg);
}

.bold {
  text-transform: none;
  font-size: 1.3em;
  font-weight: 600;
}

.bold.gold {
  color: #f7e4b5;
}

.bold.orange-light {
  color: #f8bea4;
  font-weight: 600;
}

.bold.pink-light {
  color: #f8afd2;
}

.bold.zumba-pink {
  color: #f51a81;
}

.bold.zumba-kids {
  color: #f8783e;
}

.bold.zumba-gold {
  color: #f4b102;
}

.div-block-7 {
  height: auto;
  overflow: visible;
}

.div-block-8, .div-block-9 {
  overflow: hidden;
}

.lines1 {
  z-index: 100;
  position: absolute;
  top: 15.4rem;
  right: 7.9rem;
}

.circles1 {
  z-index: 100;
  max-width: 5rem;
  position: absolute;
  top: 25%;
  left: 10%;
}

.blob {
  z-index: -1;
  width: 18rem;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: -3.4rem;
}

.blob._2 {
  z-index: 0;
  opacity: 1;
  align-self: center;
  width: 24rem;
  top: auto;
  bottom: auto;
  left: auto;
  transform: none;
}

.blob._2._100 {
  opacity: 100;
}

.blob._3 {
  align-self: center;
  width: 150%;
  left: auto;
}

.blob._6, .blob._7 {
  z-index: auto;
}

.page-title {
  color: #99a4ac;
  margin-left: 0;
  font-size: 1.3rem;
  font-weight: 400;
}

.brandd {
  color: #fff;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  width: 5.3rem;
  padding-top: .15rem;
  padding-right: .2rem;
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
}

.nav-contentt {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 5rem;
  padding-right: 0;
  display: grid;
}

.nav-contentt.colored {
  background-color: #fff;
  border: 1px solid #08090d26;
  border-radius: .5em;
  justify-content: center;
  max-width: none;
  display: flex;
  box-shadow: 0 16px 40px -20px #08090d1a;
}

.nav-menuu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-end;
  margin-right: -1.75rem;
  display: flex;
}

.containner-large {
  justify-content: center;
  width: 100%;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 1.25em;
}

.navbarr {
  background-color: #0000;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-leftt {
  align-items: center;
  display: flex;
}

.page-paddingg {
  width: 100%;
  max-width: 93vw;
  padding-left: 7vw;
  padding-right: 7vw;
}

.nav-link {
  color: #08090dbd;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.nav-link.w--current {
  color: #fff;
}

.sidebar-link-background {
  z-index: 1;
  background-color: #9aaf13;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sidebar-link {
  z-index: 1000;
  color: #fff;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6vw;
  min-width: 6vw;
  height: 6vw;
  min-height: 6vw;
  display: flex;
  position: absolute;
  inset: auto;
}

.sidebar-link.above {
  top: -6rem;
  bottom: auto;
}

.sidebar-link.above.margin-right {
  left: 14rem;
  right: auto;
}

.sidebar-link.above.margin-right-medium {
  left: 16rem;
}

.sidebar-link.relative {
  z-index: 100;
  display: flex;
  position: relative;
}

.sidebar-link.header {
  z-index: 1500;
}

.title-wrapper {
  border-bottom: 1px solid #97b2c769;
  min-width: 23rem;
  padding-bottom: 1.25rem;
}

.sidebar-top {
  height: 50%;
  display: block;
  position: relative;
}

.sidebar-top._100 {
  height: 50%;
}

.social-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: .6rem;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: inset 0 0 0 1px #1a242c;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #617481;
}

.social-link.hide {
  display: none;
}

.menu-link-arrow {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sidebar-menu-list {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sidebar {
  z-index: 1000;
  flex-direction: column;
  width: 65vw;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.sidebar.medium {
  z-index: 1000;
  width: 7vw;
  height: 100vh;
}

.sidebar-bottom {
  z-index: 50;
  background-color: #fff0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: -4rem;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.sidebar-bottom.absolute.small {
  width: auto;
  margin-left: 0;
  position: absolute;
  top: 0;
}

.sidebar-link-text {
  line-height: 1.2;
}

.menu-linkk {
  z-index: 1000;
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  cursor: pointer;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  min-width: 6vw;
  height: 0;
  min-height: 6vw;
  display: flex;
  position: absolute;
  inset: 3.5rem auto auto -3rem;
}

.sidebar-menu-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding-top: 15vh;
  display: flex;
}

.form-number {
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-size: .75rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mega-menu-overlay {
  cursor: pointer;
  background-color: #070a0cb3;
  background-image: linear-gradient(90deg, #000, #0000), url('../images/dance_studio.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.dot-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: -.2rem;
  margin-right: 1.9rem;
  display: flex;
  position: relative;
}

.dot-wrapper.nav-dot {
  justify-content: flex-start;
  margin-top: 0;
  left: .1rem;
}

.sidebar-menu-item {
  color: #fff;
  align-items: center;
  min-width: 23rem;
  margin-left: -2.6px;
  padding: .75rem 2rem .75rem .5rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
}

.mega-menu-social {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  display: flex;
}

.mega-menu-social.show-desktop {
  width: 5%;
  display: none;
}

.mega-menu-social.show-mobile {
  display: flex;
}

.open-menu-link {
  position: absolute;
  inset: 0%;
}

.social-link-list {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link-list.vertical {
  flex-flow: column;
}

.menu-line {
  z-index: 10;
  background-color: #fff;
  width: 1.4rem;
  height: .15rem;
  position: relative;
}

.menu-line.bottom {
  margin-right: -.5rem;
  padding: 0;
  display: block;
}

.menu-line.top {
  border-radius: 0;
  margin-left: -.5rem;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.menu-link-background {
  z-index: 1000;
  background-color: #50a6a7;
  background-image: linear-gradient(#ec0059, #a2c024), url('../images/Color1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-link-background.color2 {
  background-image: linear-gradient(#fa6693, #478e97), url('../images/Color1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.menu-link-base {
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  max-width: 6vw;
  max-height: 6vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.close-menu-linkk {
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: 0%;
}

.icon {
  z-index: 10;
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  position: relative;
}

.open-menu-link-wrapper {
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.menu-line-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.sidebar-link-wrapper {
  z-index: 10;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  max-width: 6vw;
  max-height: 6vw;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.dot-mouseover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-link-mouseoverr {
  z-index: 1000;
  border: 1px #000;
  position: absolute;
  inset: 0%;
}

.sidebar-menu-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: stretch;
  min-width: 30rem;
  height: 100%;
  padding: 1rem 0 3.25rem 7vw;
  display: none;
}

.sidebar-menu-content.horizontal {
  min-width: 40rem;
  display: flex;
}

.sidebar-menu-content.vertical {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: space-between;
  min-width: 30rem;
  display: none;
}

.sidebar-menu-content.vertical.contact {
  display: none;
}

.dot {
  background-color: #fff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: .6rem;
  min-width: .6rem;
  height: .6rem;
  min-height: .6rem;
  display: none;
  position: relative;
}

.text-size-small {
  color: var(--background);
  font-size: 1rem;
  line-height: 1.65;
}

.sidebar-menu {
  z-index: 1000;
  background-color: #0000;
  padding-right: 5vw;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.mega-menu-trigger {
  z-index: 0;
  width: 7vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.block-with-dancer {
  justify-content: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-7 {
  z-index: 15;
  width: 10rem;
  max-width: none;
  position: absolute;
  inset: 25% auto auto 15%;
}

.image-7._30 {
  top: 15%;
  left: 20%;
}

.image-7._3 {
  left: 3%;
  right: auto;
}

.image-7._15 {
  top: 15%;
  left: 33%;
}

.image-8 {
  z-index: 150;
  max-width: 100%;
  height: 3rem;
  position: absolute;
  top: 4.9rem;
}

.pink {
  color: #8d3d5b;
}

.pink.light {
  color: #da7098;
  line-height: 1.2em;
}

.pink.dark-orange {
  color: #fdd1be;
}

.margin-bottom {
  z-index: auto;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom.margin-large {
  margin-bottom: 3.25rem;
}

.margin-bottom.margin-medium.hide {
  display: none;
}

.margin-bottom.margin-large {
  position: relative;
}

.margin-bottom.margin-large.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom.margin-large.left {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.margin-bottom.title {
  z-index: 10;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  height: auto;
  padding-left: 0;
}

.margin-bottom.title.left {
  align-self: auto;
}

.margin-bottom.title.max-17-rem {
  align-self: auto;
  max-width: 17rem;
  height: 7rem;
}

.margin-bottom.bottom-2 {
  margin-top: 2rem;
}

.anchor-link-wrapper2 {
  z-index: 500;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 75vh;
  margin-bottom: -4.5rem;
  margin-left: -7vw;
  padding-right: 0;
  display: flex;
  position: sticky;
  bottom: 12.5vh;
}

.max-width-small-2 {
  width: 100%;
  max-width: 35rem;
}

.inside {
  background-color: #0f13160f;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  position: relative;
}

.inside.solid {
  background-color: #0f131600;
  align-items: flex-start;
  margin-bottom: 0;
  position: relative;
}

.inside.solid.end {
  margin-bottom: -4.5rem;
}

.image-base {
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  height: 79vh;
  max-height: 64rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: block;
  position: sticky;
  top: 10.5vh;
  overflow: hidden;
}

.image-base.radius {
  border-radius: 15em 4em;
}

.heading-medium {
  color: #08090d;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.35;
}

.heading-medium.white {
  color: #fff;
}

.heading-medium.white.with-margin {
  margin-top: 4em;
}

.underline-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.underline-link.hide {
  display: none;
}

.section-servicess {
  background-image: linear-gradient(#141a1f00, #e6e5dd);
  border-bottom: 1px #1a242c;
  margin-bottom: 4.5rem;
}

.section-servicess.white {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#141a1f00, #e6e5dd);
  margin-bottom: 0;
  padding-bottom: 8rem;
  position: relative;
}

.anchor-link2 {
  background-color: #fff;
  border: .15rem solid #fff;
  border-radius: 100px;
  width: .75rem;
  height: .75rem;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .25s cubic-bezier(.215, .61, .355, 1), height .4s cubic-bezier(.25, .46, .45, .94);
}

.anchor-link2.w--current {
  background-color: #0f131600;
  height: 2.25rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-style-allcaps.hide {
  display: none;
}

.image-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.01);
}

.image-full.hide {
  display: none;
}

.timeline-content {
  z-index: 20;
  border-radius: 9px;
  flex: 1;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.arrow-icon {
  opacity: 1;
  filter: none;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
}

.page-padding2 {
  width: 100%;
  max-width: 93vw;
  padding-left: 7vw;
  padding-right: 7vw;
}

.container-large2 {
  width: 100%;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
}

.services-component2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-text-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.button-text-2.black {
  color: #000;
}

.service-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-card.light {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  min-height: 79vh;
  margin: .5rem auto auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.arrow-icon-clip {
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.arrow-icon-wrapper {
  background-color: #0000;
  border-radius: 0%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  margin-right: 1rem;
  padding-top: 2px;
  display: flex;
  position: relative;
  overflow: visible;
}

.service-item2 {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 110vh;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.text-size-regular {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4rem;
  line-height: 1.65;
}

.text-size-regular.white {
  color: #fff;
}

.text-size-regular.white.light {
  align-self: stretch;
  line-height: 1.1;
}

.text-size-regular.white.light.with-margins {
  width: 100%;
  display: block;
}

.text-size-regular.white.light.with-margins._25-rem {
  align-self: stretch;
  min-width: 20rem;
}

.text-size-regular.white.light.xl {
  margin-top: .5em;
  font-size: 2rem;
  font-weight: 600;
}

.text-size-regular.white.max-35rem {
  z-index: 30;
  max-width: 25rem;
  position: relative;
}

.text-size-regular.with-margins {
  margin-top: .5em;
  margin-bottom: .5em;
}

.text-size-regular.with-margins.hide, .text-size-regular.hide {
  display: none;
}

.text-size-regular.with-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-size-regular.black {
  color: #000;
}

.timeline-inside {
  border-radius: 1rem;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.service-title {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.service-title.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.sm {
  font-size: .8em;
}

.sm.blue {
  color: #a8f1f1;
  font-size: .7em;
  line-height: 1.1;
}

.team-member-info {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 1rem;
}

.large-heading {
  color: #08090d;
  font-size: 54px;
}

.large-heading.white {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

.large-heading.white.small {
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
}

.large-heading.white.small.hide {
  display: none;
}

.large-heading.white._2 {
  line-height: 1.1;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.hide {
  display: none;
}

.minuscule {
  text-transform: none;
}

.gradient {
  z-index: 100;
  background-image: linear-gradient(0deg, #000, #0000);
  justify-content: center;
  align-items: flex-end;
  height: 30%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.separation-section {
  background-color: #e6e5dd;
  height: 10rem;
}

.separation-section.hide {
  display: none;
}

.separation-section.white {
  background-color: #fff;
}

.separation-section.white.hidemobile {
  display: block;
}

.body {
  background-color: #e6e5dd;
}

.image-9 {
  z-index: -1;
  align-self: center;
  max-width: 130%;
  position: absolute;
  inset: 0% auto;
}

.image-10 {
  width: 100%;
  max-width: none;
}

.wave_top {
  z-index: 10;
  width: 100%;
  max-width: 100%;
  position: relative;
  bottom: auto;
  overflow: clip;
}

.wave_top.show-mobile {
  display: none;
}

.top-wave-large {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: visible;
}

.image-13, .image-14 {
  width: 100%;
  max-width: none;
}

.section-about-hero {
  background-image: linear-gradient(#0f131600, #12171b);
  border-bottom: 1px #1a242c;
  margin-bottom: 4rem;
}

.section-about-hero.dark {
  opacity: 1;
  background-color: #08090d;
  background-image: none;
  margin-bottom: 0;
}

.section-about-hero.transparent {
  background-image: none;
}

.about-image {
  z-index: 300;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: -4.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: sticky;
  bottom: 0;
  overflow: visible;
}

.about-hero-component {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: 1fr auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 75vh;
  padding-top: 10rem;
  padding-bottom: 0;
  display: grid;
}

.about-hero-component.no-padding-top {
  padding-top: 0;
}

.heading-xlarge {
  color: #08090d;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.25;
}

.heading-xlarge.white {
  z-index: 10;
  color: #fff;
  position: relative;
}

.about-hero-right {
  flex-direction: column;
  justify-content: center;
  max-width: 30rem;
  min-height: 100vh;
  margin-top: -10rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.page-padding4 {
  width: 100%;
  max-width: 93vw;
  padding-left: 7vw;
  padding-right: 7vw;
}

.history-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.portrait-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.portrait-image.center {
  z-index: 150;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.title-stacked {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.about-historyy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top: 1px #cfe0e4;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 30rem;
  min-height: 110vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20rem;
  display: flex;
}

.portrait {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.02);
}

.portrait.auto {
  z-index: auto;
  width: auto;
  height: auto;
  position: relative;
}

.container-large3 {
  width: 100%;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-large {
  z-index: 10;
  font-size: 1.75rem;
  position: relative;
}

.text-size-large.xl {
  font-size: 2.5rem;
}

.about-hero-intro {
  margin-left: auto;
  margin-right: auto;
}

.about-hero-intro.white {
  color: #fff;
}

.big-blob-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 130%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-15 {
  z-index: auto;
  align-self: auto;
  max-width: none;
  position: relative;
  bottom: 3rem;
  right: 6rem;
}

.colors-block {
  position: absolute;
  inset: 0%;
}

.image-16, .image-17 {
  width: 100%;
}

.animation-block {
  position: absolute;
  inset: 0%;
}

.image-18 {
  z-index: 50;
  width: 3rem;
  position: absolute;
  top: 4rem;
  left: 4rem;
}

.image-19 {
  z-index: 300;
  width: 10rem;
  position: absolute;
  top: 16.2rem;
  left: auto;
  right: 0;
}

.main-section {
  z-index: 50;
  display: block;
  position: relative;
}

.image-20 {
  width: 30%;
}

.background-video {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  z-index: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-21 {
  width: 100%;
}

.wave, .image-23 {
  width: 100%;
  height: 100%;
}

.blue {
  color: #50a6a7;
}

.blue.light {
  color: #5ccecf;
}

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

.image-25 {
  width: 100%;
}

.image-26 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}

.music-note-right {
  z-index: 5;
  min-width: 0;
  max-width: none;
  height: 8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6.4rem;
}

.music-note-top {
  z-index: 10;
  align-self: auto;
  max-width: none;
  height: auto;
  max-height: 6rem;
  position: relative;
  top: auto;
  right: auto;
}

.image-29 {
  position: absolute;
}

.music-note-bottom {
  z-index: 10;
  max-width: none;
  max-height: 6rem;
  position: absolute;
  inset: auto 37% 4rem auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.clip33 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-right33 {
  z-index: 20;
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  justify-items: start;
  display: flex;
  position: relative;
}

.image-overlay {
  z-index: 10;
  -webkit-backdrop-filter: sepia(70%) brightness(95%) grayscale(90%);
  backdrop-filter: sepia(70%) brightness(95%) grayscale(90%);
  background-color: #791a1b33;
  border-radius: .625rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.service-hero-block33 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(24rem, .35fr) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 100vh;
  margin-top: -1rem;
  padding-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-hero-block33.auto {
  z-index: 2000;
  min-height: 0;
}

.content-block33 {
  position: relative;
}

.service-hero-list {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5rem, 1fr) minmax(5rem, 1fr) minmax(5rem, 1fr);
  grid-auto-columns: minmax(5rem, 1fr);
  grid-auto-flow: column;
  width: 100%;
  padding: 2.4rem 0 3.4rem;
  display: grid;
}

.service-hero-list.no-grid {
  flex: 1;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.service-hero-list.no-grid.black {
  background-color: #08090d;
}

.service-hero-list.no-grid.green {
  background-color: #50a6a7;
}

.content-grid-side33 {
  background-color: #c33f40;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  width: 100%;
  height: 100%;
}

.content-grid-side33.right-side {
  border-top-right-radius: 0;
}

.content-grid-side33.bottom-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: .625rem;
}

.content-grid-side33.left-side {
  border-top-left-radius: 0;
}

.content-grid-side33.bottom-left {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: .625rem;
}

.work-hero-bar {
  color: #c33f40;
  background-color: #f5e2ca;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  margin-top: -1rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.home-portfolio-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.verticals-portfolio {
  background-color: #f5e2ca;
  position: relative;
}

.home-portfolio-image {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.service-column-shade {
  background-color: #d14b4c;
  border-radius: .625rem;
  margin: -2rem -1px;
  padding: 0;
  display: none;
}

.home-portfolio-title {
  z-index: 20;
  color: #c33f40;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.verticles-projects {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 6rem;
  padding-left: 2.4rem;
  display: flex;
}

.icon-1x1-tiny {
  width: .575rem;
  height: .575rem;
}

.footer-brand33 {
  color: #c33f40;
  font-variation-settings: "wght" 400;
  letter-spacing: .025rem;
  text-transform: uppercase;
  margin-bottom: -.5rem;
  font-size: 2.5rem;
  line-height: 1;
  text-decoration: none;
}

.heading-style-h1 {
  font-variation-settings: "wght" 450;
  letter-spacing: .165rem;
  text-transform: uppercase;
  font-size: 9rem;
  line-height: .95;
}

.heading-style-h1.text-align-center {
  font-size: 4rem;
}

.vericles-detail-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.content-grid33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5e2ca;
  grid-template-rows: auto;
  grid-template-columns: 2.4rem 1fr 2.4rem;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: none;
}

.verticles-bottom {
  z-index: 20;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: center;
  max-width: 20rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.verticals-quote33 {
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: .8rem;
  height: .8rem;
}

.social-link33 {
  color: #c33f40;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.verticles-projects-image {
  height: 100%;
  max-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: sticky;
  top: 0;
}

.verticles-item33 {
  border-right: 1px solid #f3f0dc80;
  width: 100%;
  display: flex;
}

.verticles-item33:last-child {
  border-right-style: none;
}

.verticles-item33.no-grid {
  border-right-style: none;
  flex: 0 auto;
  width: auto;
  display: block;
}

.main-wrapper33 {
  z-index: 10;
  position: relative;
}

.button-text33.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.padding-horizontal33 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.verticles-wrapper {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.verticles-wrapper.show-mobile {
  display: none;
}

.load-1 {
  position: relative;
}

.text-size-small-2 {
  font-size: 1.2rem;
  line-height: 1.55;
}

.text-size-small-2.text-style-allcaps {
  letter-spacing: .025rem;
}

.footer-left33 {
  z-index: 20;
  position: relative;
}

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

.button {
  color: #f5e2ca;
  text-align: center;
  background-color: #0000;
  border: 1px solid #f5e2ca;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  min-height: 2.1rem;
  padding: .75rem 1rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.button.is-circle {
  z-index: 1000;
  align-self: center;
  width: 3.8rem;
  min-height: 2.1rem;
  margin-top: 1rem;
  margin-right: -1px;
  padding: 0;
  position: relative;
}

.button.is-icon {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-fill {
  z-index: 1;
  object-fit: cover;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer-menu-link33 {
  color: #c33f40;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.preloader33 {
  z-index: 1000;
  background-color: #c33f40;
  display: none;
  position: fixed;
  inset: 0%;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.text-size-tiny33 {
  font-size: .8rem;
}

.text-size-tiny33.text-style-allcaps {
  font-weight: 500;
}

.service-item-base {
  z-index: 20;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-menu33 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-left: 1px #e5ceb1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.quote-credit {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.page-hero-red33 {
  background-color: #c33f40;
  position: relative;
  overflow: visible;
}

.page-hero-red33.light {
  background-color: #3b6a6b;
  background-image: none;
}

.service-hero-item {
  z-index: 20;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #f5e2ca;
  border-right: 1px #d2d2cf;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 0 0;
  text-decoration: none;
  display: grid;
  overflow: visible;
}

.home-team-intro33 {
  color: #c33f40;
  background-color: #f5e2ca;
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -1rem;
  padding: 6rem 1rem 7rem;
  display: flex;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.noise {
  opacity: .06;
  background-image: none;
  background-size: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-bar-small {
  min-height: 3rem;
}

.footer-block33 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #c33f40;
  background-color: #f5e2ca;
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr auto .4fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 2.4rem;
  padding: 2.4rem;
  display: grid;
}

.verticals-title {
  font-variation-settings: "wght" 450;
  letter-spacing: .1vw;
  text-transform: uppercase;
  font-size: 5vw;
  line-height: .95;
}

.verticals-title.white {
  color: #fff;
}

.verticals-title.beige {
  color: #e6e5dd;
}

.footer33 {
  position: relative;
}

.icon-1x1-large {
  width: 3rem;
  height: 3rem;
}

.quote-star {
  width: 2.5rem;
}

.text-size-xl {
  font-variation-settings: "wght" 425;
  font-size: 12rem;
  line-height: .95;
}

.text-size-xl.text-align-center {
  font-size: 5rem;
}

.arrow-horizontal {
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.arrow-horizontal.arrow-left {
  position: absolute;
  left: -100%;
}

.home-hero-description {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-intro-text33 {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 65rem;
  display: flex;
  position: relative;
}

.home-portfolio-item {
  background-color: #ebd5bb;
  border-radius: .625rem;
}

.service-item-title {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
  position: relative;
  transform: none;
}

.service-item-title.service-item-bottom {
  position: absolute;
  bottom: -100%;
}

.padding-bottom33 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.small {
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 400;
}

.stacked-content-cta {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 72px;
  padding-right: 72px;
  display: grid;
  position: relative;
}

.link-hover-fill-cta {
  background-color: #000;
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-hover-fill-cta.light {
  background-color: #fff;
}

.banner-content-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 600px;
  padding: 170px 0 60px;
  display: grid;
}

.heading-2.large {
  font-size: 52px;
  line-height: 1.35em;
}

.heading-2.large.white {
  color: #fff;
  font-size: 4rem;
}

.button-text-cta {
  z-index: 20;
  color: #000;
  position: relative;
  transform: rotate(18deg);
}

.button-text-cta.light {
  color: #fff;
}

.button-text-cta.light.xl {
  text-align: center;
  align-self: center;
  font-size: 2rem;
  line-height: 1.3;
}

.overlay-cta {
  background-color: #060b1180;
  position: absolute;
  inset: 0%;
}

.circle-link-cta {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #8c9fac66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link-cta.light {
  border-color: #8c9fac66;
}

.circle-link-cta.light.xl {
  z-index: 300;
  border-width: 3px;
  border-color: #bed3e0;
  flex: none;
  align-items: center;
  width: 13rem;
  height: 13rem;
  top: 15rem;
  bottom: auto;
}

.background-image-cta {
  background-image: url('../images/Image010.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-image-cta.action-banner {
  background-image: url('../images/Zumba3.jpg');
}

.grid-wrapper-cta {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.circle-link-wrapper-cta {
  margin: -48px;
  padding: 48px;
}

.body-display-2 {
  color: #616670;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-2.light {
  color: #ffffffe6;
}

.banner-image-wrapper-cta {
  z-index: 10;
  justify-content: center;
  margin: 2rem 5vw;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.small-width-cta {
  max-width: 450px;
}

.large-width-cta {
  max-width: 800px;
}

.content-wrappercta {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.section-cta {
  background-image: linear-gradient(#75151580, #75151580);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-cta.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-cta.hide {
  display: none;
}

.stacked-title-cta {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .2rem;
  padding-right: .3rem;
  display: block;
  position: relative;
  right: 0;
}

.section_header139.pink {
  background-color: #8d3d5b;
}

.section_header139.pink.hide {
  display: none;
}

.section_header139.orange {
  background-color: #f8783e;
}

.header139_content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 90vh;
  margin-top: 5vh;
  margin-bottom: -5vh;
  display: flex;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.header139_content.test {
  top: auto;
}

.header139_content.no-padd {
  margin-top: 5vh;
  margin-bottom: 0;
  position: relative;
}

.text-color-white-5 {
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-weight: 900;
  line-height: 1.2em;
}

.header139_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.header139_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.max-width-medium {
  z-index: 600;
  width: 100%;
  max-width: 35rem;
  position: relative;
  overflow: visible;
}

.margin-botttom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-botttom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.margin-botttom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-botttom.margin-xxlarge.with-margin {
  margin-bottom: 4rem;
}

.margin-botttom.margin-xxsmall {
  align-self: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-botttom.margin-xxsmall.left {
  margin-left: .5rem;
  display: flex;
}

.margin-botttom.margin-xxsmall.center {
  justify-content: center;
  display: flex;
}

.margin-botttom.margin-xsmall {
  margin: 0 0 .5rem;
}

.margin-botttom.margin-small {
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.margin-botttom.margin-small.max-40-rem {
  flex-flow: column;
  justify-content: center;
  max-width: 30rem;
}

.padding-global {
  z-index: auto;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.padding-global._8 {
  padding-left: 8%;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.header139_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
}

.header139_background-image {
  z-index: -1;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header139_background-image.hide {
  display: block;
}

.bbutton-5 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.bbutton-5.is-secondary {
  color: #000;
  background-color: #0000;
}

.bbutton-5.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.bbutton-5.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.bbutton-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.header139_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-size-mediumm {
  font-size: 1.125rem;
}

.text-size-mediumm.text-color-white.hide {
  display: none;
}

.bbutton-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.mmargin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.mmargin-top.mmargin-medium {
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.mmargin-top.mmargin-medium.hide {
  display: none;
}

.mmargin-top.margin-small {
  flex-flow: column;
  justify-content: space-around;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.image-30.absolute {
  z-index: 100;
  height: auto;
  position: absolute;
  bottom: 0;
}

.div-block-11 {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 15rem;
}

.div-block-11.center {
  z-index: 300;
  top: 0;
  bottom: 0;
}

.div-block-12 {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  display: flex;
  position: absolute;
  right: 0;
}

.image-31 {
  position: absolute;
  top: 0;
}

.layout423_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.text-color-white-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}

.layout423_overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout423_overlay._2 {
  opacity: 1;
  background-color: #00000080;
  height: 100%;
  top: auto;
}

.layout423_card {
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout423_card.radius {
  border-radius: 8em 3em;
  flex: 0 auto;
  width: 50%;
}

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

.layout423_image.show-mobile {
  display: none;
}

.layout423_card-content-bottom {
  z-index: 150;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.text-weight-semmibold {
  font-weight: 600;
}

.text-weight-semmibold.text-color-white {
  z-index: 10;
  color: #ffffffbd;
  font-size: 1.3rem;
  line-height: 1.5;
  position: relative;
}

.text-weight-semmibold.text-color-white.center {
  text-align: left;
}

.la-team-section {
  background-color: #08090d;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.layout423_instructions-callout-image {
  margin-top: 1.5rem;
}

.layout423_card-content {
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  height: 100%;
  min-height: 70vh;
  padding: 2rem;
  display: flex;
  position: relative;
}

.layout423_card-content.no-margins {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.layout-423-instructions-delete {
  text-align: left;
  background-color: #eee;
  padding: 2rem;
}

.text-align-center {
  z-index: 999;
  text-align: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.layout423_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.layout423_hover-content {
  display: none;
}

.layout423_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.layout423_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout423_component.with-margin {
  margin-top: 8rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-styleguide_label-42 {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #1e51f71a;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4.text-color-white {
  color: #fff;
  max-width: none;
}

.heading-style-h4.text-color-white.minuscule {
  text-transform: none;
  display: block;
}

.heading-style-h4.text-color-white.minuscule.xl, .heading-style-h4.xl {
  font-size: 3rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  flex-flow: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.black-blob {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.black-blob.mobile {
  width: 100%;
  height: 100%;
}

.black-blob.mobile.relative {
  align-self: auto;
  width: 100%;
  position: relative;
  inset: auto;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
}

.image-33 {
  max-width: 85%;
}

.hover-line-insta {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.slider-arrow-icon-insta {
  opacity: .3;
  width: 18px;
}

.instagram {
  justify-content: center;
  align-items: center;
  height: 16vw;
  max-height: 425px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.underline-link-insta {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #fffc;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link-insta.dark {
  color: #626d86;
  border-bottom-color: #889ea833;
  margin-bottom: 0;
}

.hover-circle-wrapper-insta {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.hover-line-fill-insta {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.background {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.instagram-four {
  background-image: url('../images/Dancer39.jpg');
  width: 80%;
  height: 100%;
}

.background.instagram-one {
  background-image: url('../images/Dancer36.jpg');
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  padding-top: 0;
  display: block;
}

.background.instagram-two {
  background-image: url('../images/Dancer37.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80%;
  height: 100%;
}

.background.instagram-three {
  background-image: url('../images/Dancer38.jpg');
  width: 80%;
  height: 100%;
}

.instagram-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  margin-bottom: 0;
  padding-bottom: 4rem;
  display: grid;
}

.instagram-intro.flex {
  flex-flow: column;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-wrapper-social {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.outline-hover-circle-insta {
  z-index: 10;
  border: 1px solid #fffdfd66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.instagram-grid {
  z-index: 60;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  bottom: -4rem;
}

.hover-circle-insta {
  justify-content: center;
  align-items: center;
  display: flex;
}

.skew-background {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.subtitle {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.instagram-footer {
  z-index: 10;
  min-height: 0;
  margin-top: 8rem;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-social {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-social.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-social.no-padding.white {
  background-color: #fff;
}

.instagram-feed {
  grid-column-gap: 60px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.instagram-feed.flex {
  flex-flow: column;
  display: flex;
}

.socials-cover {
  background-color: #eef0f6;
  height: 90%;
  position: absolute;
  inset: 0% 0% auto;
}

.socials-cover.white {
  background-color: #fff;
  width: auto;
  display: flex;
}

.instagram-title {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.instagram-title.max-30-rem {
  max-width: 25rem;
}

.overlay {
  background-color: #0a101d4d;
  position: absolute;
  inset: 0%;
}

.image-34 {
  z-index: 10;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.layout418_title {
  white-space: nowrap;
  font-size: 10rem;
}

.layout418_card-content {
  flex: 0 auto;
}

.layout418_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.margin-bottom418 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom418.margin-xsmall {
  z-index: 10;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.margin-bottom418.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom418.margin-medium {
  z-index: 10;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.margin-bottom418.margin-medium.hide {
  display: none;
}

.margin-bottom418.margin-small {
  z-index: 100;
  justify-content: center;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.layout418_content {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.hide {
  display: none;
}

.layout-418-instructions-delete {
  text-align: left;
  background-color: #eee;
  padding: 2rem;
}

.layout418_instructions-list-item {
  padding-left: .5rem;
}

.layout418_list {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  display: flex;
  position: relative;
}

.layout418_title-wrapper {
  justify-content: center;
  width: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
}

.layout418_title-wrapper.hide {
  display: none;
}

.section-la-team {
  z-index: 300;
  position: relative;
  overflow: visible;
}

.section-la-team._2 {
  overflow: visible;
}

.section-la-team.black {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  display: none;
}

.layout418_instructions-list {
  padding-left: 1.25rem;
}

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  height: auto;
  margin: 0 auto;
  padding-top: 0;
}

.layout418_card {
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.layout418_card.card-1 {
  z-index: 2;
  border-style: none;
}

.layout418_card.card-1.hide {
  display: none;
}

.layout418_card.card-1.transparent {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.layout418_card.card-2 {
  z-index: 1;
  transform: rotate(3deg);
}

.layout418_card.card-2.z-index-3 {
  z-index: 3;
}

.layout418_card.card-2.black {
  background-color: #000;
}

.layout418_card.card-2.transparent {
  background-color: #0000;
  border-style: none;
  transform: none;
}

.layout418_card.card-2.transparent.hide {
  display: none;
}

.layout418_card.card-3 {
  transform: rotate(6deg);
}

.layout418_card.card-3.z-index-3 {
  z-index: 3;
}

.layout418_card.card-3.transparent {
  background-color: #0000;
  border-style: none;
}

.layout418_card.card-3.transparent.hide {
  display: none;
}

.layout418_card.card-one.transparent {
  z-index: 50;
  background-color: #0000;
  border-style: none;
}

.layout418_card.card-one.transparent.hide, .layout418_card.card-two.hide {
  display: none;
}

.layout418_card.card-two.transparent {
  z-index: 40;
  background-color: #0000;
  border-style: none;
}

.layout418_card.card-three.hide {
  display: none;
}

.layout418_card.card-three.transparent {
  z-index: 30;
  background-color: #0000;
  border-style: none;
}

.layout418_card.card-i {
  z-index: 50;
  background-color: #0000;
  border-style: none;
}

.layout418_card.card-i.hide {
  display: none;
}

.layout418_card.card-ii {
  z-index: 40;
  background-color: #0000;
  border-style: none;
}

.layout418_card.card-ii.hide {
  display: none;
}

.layout418_card.card-iii {
  z-index: 30;
  background-color: #0000;
  border-style: none;
}

.layout418_card.card-iii.hide {
  display: none;
}

.container-large55 {
  border-radius: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .2rem;
  padding-right: .3rem;
  display: block;
  position: relative;
  right: auto;
}

.container-large55.full-width {
  max-width: none;
  padding-right: 0;
}

.layout418_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 300vh;
  position: relative;
}

.text-size-medium {
  color: #000;
  font-size: 1.6rem;
}

.rotate-block {
  z-index: auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: visible;
}

.rotate-block._0 {
  top: 0;
  bottom: 0;
}

.first-name-block {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.first-name-block.rotate {
  transform: rotate(-4deg);
}

.first-name-block.rotate.top2 {
  z-index: 10;
}

.name-block {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -.4rem;
  transform: none;
}

.name-block._0 {
  top: auto;
}

.top-blob {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: 8rem;
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.top-blob.pink {
  max-width: none;
  padding-left: 1rem;
}

.top-blob.orange {
  align-self: center;
  padding-left: 1rem;
}

.bottom-blob {
  background-color: #50a6a7;
  max-width: 14rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
}

.bottom-blob.black {
  background-color: #021313;
}

.bottom-blob.white {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.image-35 {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 0;
}

.div-block-16 {
  position: relative;
}

.div-block-16.beige {
  background-color: #e7e6de;
  width: 100%;
  max-width: 100%;
}

.div-block-17 {
  width: 100%;
  max-width: 100%;
}

.bottom-title-block {
  align-self: auto;
}

.bottom-title-block.left {
  z-index: 150;
  align-self: flex-start;
  margin-left: 2rem;
  position: relative;
}

.bottom-title-block.w {
  margin-bottom: 4rem;
}

.bg-image {
  z-index: 1;
  background-image: linear-gradient(#50a6a780, #50a6a780), url('../images/Zumba2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  position: absolute;
  inset: 0%;
}

.bg-image._2 {
  background-image: linear-gradient(#9057c980, #9057c980), url('../images/image_top1.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._3 {
  background-image: linear-gradient(#ec878780, #ec878780), url('../images/Zumba3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  overflow: visible;
}

.card-title {
  line-height: 1.4;
}

.card-title.white {
  color: #fff;
}

.card-title.white.with-margin {
  margin-bottom: .5em;
}

.card-title.with-margin {
  margin-bottom: .5em;
  padding-bottom: 0;
}

.card-title.with-margin._1-rem-bottom {
  padding-top: 0;
  padding-bottom: 1rem;
}

.card-title.with-margin.white.with-margins {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.texts-block {
  padding: 1.5rem;
  position: absolute;
  inset: 0%;
}

.texts-block.topp {
  height: 40%;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.texts-block.topp.white {
  z-index: -1;
  background-color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.texts-block.topp.white.rotate {
  background-color: #0000;
  width: 101%;
  height: 35%;
  margin-right: 2rem;
  padding-right: 0;
  display: block;
  left: 0%;
  right: 0%;
  transform: rotate(-4deg);
}

.texts-block.topp.white.rotate._100 {
  height: 100%;
  bottom: 0;
  transform: none;
}

.texts-block.topp.black {
  background-color: #000;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.texts-block.topp.beige {
  background-color: #f5e2ca;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.texts-block.topp.mauve {
  background-color: #9622ff;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.texts-block.topp.dark-green {
  background-color: #50a6a7;
  padding-top: 1.5rem;
}

.texts-block.topp.transparent {
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  padding: 1.5rem 0;
  display: flex;
  top: auto;
  left: auto;
  right: auto;
}

.texts-block.bottomm {
  height: 70%;
  top: auto;
}

.texts-block.bottomm.white {
  z-index: -3;
  background-color: #fff;
}

.texts-block.bottomm.white.rotate {
  height: 68%;
  display: none;
  transform: none;
}

.texts-block.bottomm.white.rotate.test {
  position: relative;
}

.top-block {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  left: -1.1em;
}

.top-card {
  z-index: auto;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
  transform: rotate(-4deg);
}

.top-card.dark-green {
  background-color: #50a6a7;
}

.top-card.above {
  z-index: auto;
  margin-bottom: 4rem;
}

.top-card.above._2rem-padding-bottom {
  margin-bottom: 2rem;
}

.top-card.rotate {
  transform: rotate(-8deg);
}

.top-card.rotate.zindex-10 {
  z-index: 10;
  padding-bottom: 2rem;
}

.bg-card {
  background-color: #0000;
  padding: 2rem;
}

.bg-card.black {
  background-color: #000;
  padding-left: 0;
  padding-right: 0;
}

.bg-card.mauve-light {
  background-color: #f0e4fc;
}

.bg-card.transparent {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-card {
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem 2rem;
  display: flex;
  transform: rotate(2deg);
}

.bottom-card.black {
  background-color: #000;
  padding: 1rem 2rem 2rem;
}

.bottom-card.green {
  background-color: #e7ffff;
  position: relative;
}

.bottom-card.with-margin-top {
  margin-top: 2rem;
}

.bottom-card.transparent {
  min-width: 0;
  padding-left: 2rem;
  position: relative;
}

.bottom-card.transparent._40rem {
  min-width: 35rem;
}

.bold-2 {
  font-family: var(--heading-font);
  font-weight: 700;
}

.div-block-19 {
  z-index: -1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-36 {
  z-index: auto;
  flex: 1;
  width: 230%;
  max-width: 230%;
  height: 11rem;
  position: relative;
  top: -1rem;
  left: -4.1rem;
  overflow: clip;
}

.div-block-20 {
  position: relative;
}

.block-with-blob {
  z-index: -1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 0 0%;
}

.block-with-blob.left {
  align-self: auto;
  inset: auto;
}

.image-37 {
  z-index: -1;
  max-width: 40rem;
  height: 30rem;
  position: absolute;
}

.title-blob {
  z-index: -1;
  width: 140%;
  max-width: 140%;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.title-blob.pink {
  align-self: center;
  width: 130%;
  max-width: 130%;
  height: 110%;
  left: auto;
  right: auto;
}

.title-blob.orange {
  width: 160%;
  max-width: 160%;
  height: 100%;
  left: auto;
  right: auto;
}

.title-blob.top2 {
  z-index: -10;
}

.light-blob {
  z-index: -1;
  width: 130%;
  max-width: 130%;
  height: 115%;
  position: absolute;
  inset: 0% auto;
}

.light-blob.xl {
  width: 170%;
  max-width: 170%;
  height: 130%;
  top: auto;
  bottom: auto;
}

.photo-blob-block {
  z-index: 50;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.photo-blob-block.static {
  z-index: auto;
  background-color: #fff;
  flex: 1;
  align-self: center;
  position: relative;
  inset: auto;
}

.image-40 {
  z-index: 100;
  width: 103%;
  max-width: 103%;
  height: 103%;
  position: relative;
  overflow: clip;
}

.image-41 {
  width: 115%;
  max-width: 115%;
  height: 150%;
  position: absolute;
  inset: auto;
}

.image-42 {
  z-index: -1;
  height: 110%;
  position: absolute;
  inset: auto 0%;
}

.image-43 {
  z-index: -1;
  height: 135%;
  position: absolute;
  inset: -19% 0% auto;
}

.image-44 {
  width: 125%;
  max-width: 125%;
  height: 120%;
  position: absolute;
  inset: auto;
}

.image-45 {
  width: 130%;
  max-width: 130%;
  height: 115%;
  position: absolute;
  inset: auto;
}

.image-46 {
  z-index: -1;
  align-self: auto;
  width: 115%;
  max-width: 115%;
  height: 140%;
  position: absolute;
  inset: auto;
}

.image-47 {
  width: 130%;
  max-width: 130%;
  height: 125%;
  position: absolute;
  inset: auto;
}

.light-pink {
  color: #fecbe3;
}

.light-pink.italic {
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Tahoma, sans-serif;
  font-style: italic;
}

.image-48 {
  z-index: -1;
  width: 110%;
  max-width: 110%;
  height: 110%;
  position: absolute;
}

.image-49 {
  width: 115%;
  max-width: 115%;
  height: 115%;
  position: absolute;
}

.image-50 {
  z-index: -1;
  width: 115%;
  max-width: 115%;
  height: 110%;
  position: absolute;
}

.image-51 {
  align-self: auto;
  width: 115%;
  max-width: 115%;
  height: 100%;
  position: absolute;
  left: auto;
  right: auto;
}

.image-52 {
  z-index: -1;
  width: 115%;
  max-width: 115%;
  height: 115%;
  position: absolute;
}

.dark-yellow {
  color: #da7510;
}

.photo-blob {
  z-index: 10;
  width: 101%;
  max-width: 101%;
  height: 101%;
  position: static;
  inset: 0%;
}

.photo-blob.l {
  width: 100%;
  max-width: 100%;
  height: 103%;
}

.photo-blob.absolure {
  border: 1px solid #000;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.photo-blob.absolute {
  z-index: 100;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.white {
  z-index: 10;
  color: #fff;
  position: relative;
}

.black-bottom-wave {
  z-index: 10;
  width: 100%;
  position: absolute;
  bottom: -.5rem;
}

.black-bottom-wave._30 {
  z-index: 100;
  left: auto;
}

.double-wave-block {
  display: none;
}

.transparent-background {
  background-color: #0000;
}

.div-block-21 {
  position: absolute;
  top: 0;
}

.image-54 {
  width: 100%;
}

.orange {
  color: #f8783e;
}

.pink2 {
  color: #f51a81;
}

.yellow {
  color: #feb800;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.home-hero-images {
  background-color: #08090d;
  flex: 0 auto;
  justify-content: flex-end;
  max-width: 130vw;
  padding-top: 8rem;
  padding-bottom: 13rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-triggerr {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-image-strip {
  background-color: #08090d;
  justify-content: flex-end;
  display: flex;
}

.hero-image {
  justify-content: center;
  align-self: center;
  width: 70vh;
  min-width: 70vh;
  height: 70vh;
  margin-left: .5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-fulll {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: .5rem;
  position: absolute;
  inset: 0%;
  transform: scale(1.01);
}

.strip-block-2, .strip-block-3 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.strip-block-3.show-mobile {
  display: none;
}

.div-block-23 {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.team-overlay-2 {
  background-color: #11000096;
  display: block;
  position: absolute;
  inset: 0%;
}

.team-overlay {
  z-index: 3;
  background-color: #11000096;
  position: absolute;
  inset: 0%;
}

.team-overlay-3 {
  background-color: #11000096;
  position: absolute;
  inset: 0%;
}

.div-block-24 {
  z-index: 500;
  position: absolute;
  top: -7.1rem;
  bottom: auto;
}

.image-55 {
  width: 100%;
  position: relative;
}

.div-block-25 {
  position: relative;
  overflow: clip;
}

.top-wave-block {
  z-index: 300;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: -.5rem;
}

.image-56 {
  width: 100%;
}

.image-56.show-mobile {
  display: none;
}

.bottom-wave-block {
  z-index: 300;
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: -.5rem;
}

.image-57 {
  width: 100%;
  position: static;
  bottom: auto;
}

.image-57.show-mobile {
  display: none;
}

.div-block-28, .div-block-29 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-30 {
  padding-right: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-31 {
  z-index: 300;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: auto 0% -.5rem;
}

.image-58 {
  width: 100%;
  position: static;
}

.image-58.show-mobile {
  display: none;
}

.image-59 {
  z-index: -1;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: auto auto auto -1%;
  overflow: clip;
  transform: none;
}

.image-59._1 {
  max-width: 20rem;
}

.div-block-32 {
  z-index: 30;
  background-image: linear-gradient(#00000026, #00000026);
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-32.show-mobile {
  display: none;
}

.image-60 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-60.show-mobile {
  z-index: 10;
  display: none;
}

.bg-image-orange {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 0;
}

.image-61 {
  width: 100%;
  height: 100%;
  display: none;
}

.image-61.absolute {
  position: absolute;
  inset: 0%;
}

.image-61.absolute.show-desktop {
  display: block;
}

.beige-asset-block {
  z-index: 15;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

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

.banner_blob.show-mobile {
  display: none;
}

.separation-block._48em {
  height: 8rem;
}

.title-block {
  flex: 0 auto;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  left: 8rem;
}

.title-block._4rem-padding-desktop {
  left: 4rem;
}

.title-asset {
  z-index: -1;
  width: 18rem;
  max-width: none;
  height: 153%;
  position: absolute;
  inset: auto auto auto 0%;
}

.title-asset._1 {
  width: 50%;
  height: 15rem;
  left: -5rem;
}

.headingg {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.2em;
}

.headingg.is-header-2-title {
  z-index: 10;
  color: #000;
  font-size: 4em;
  font-weight: 400;
  position: relative;
}

.header-2-grid {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  background-color: #0000;
  grid-template-rows: auto;
}

.parallax-animation {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header-2-quote-icon {
  z-index: 1;
  opacity: .15;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 7em;
  position: absolute;
  top: -.4em;
  left: -.4em;
}

.header-2-column {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.opacity-70 {
  opacity: .7;
}

.header-2-text-1 {
  color: #000000b3;
  font-size: 1.3em;
  line-height: 1.8em;
}

.header-2-text-1.margin-bottom {
  color: #000000b3;
  margin-bottom: .5em;
}

.cover-imagee {
  z-index: 1;
  outline-offset: 10px;
  object-fit: cover;
  outline: 10px red;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
}

.cover-imagee.is-parallax-medium {
  outline-offset: 10px;
  outline: 10px red;
  align-self: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  inset: 0%;
}

.cover-imagee.relative {
  height: auto;
  padding: 0;
  position: relative;
}

.breadcrumbs-3 {
  grid-column-gap: 2.5em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.section-about {
  z-index: 10;
  opacity: 1;
  color: #fff;
  background-color: #08090d;
  position: relative;
}

.section-about.white {
  background-color: #fff;
}

.header-2-content-1 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 39em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-2-image-size-1 {
  background-color: #08090d;
  height: 50em;
  position: relative;
}

.breadcrumb-text-1 {
  color: #ffffff80;
  transition: color .2s;
}

.breadcrumb-text-1:hover {
  color: #ffffffb3;
}

.breadcrumb-text-1.w--current {
  color: #fff;
}

.animation-color-bgg {
  z-index: 15;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.animation-color-bgg.is-black-light {
  background-color: #fff;
  display: none;
}

.image-animation-triggerrr {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-animation-triggerrr.with-blob {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-2-padding {
  padding: 12em 0 14em;
}

.container_gallery {
  z-index: 10;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.while-scrolling-effect {
  z-index: 1;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.while-scrolling-effect.is-relative-position {
  z-index: 5;
  background-color: #0000;
  position: relative;
}

.header-2-text-2 {
  color: #fffc;
  max-width: 30em;
  font-size: 1.1em;
  line-height: 1.9em;
}

.moving-while-scrolling-8rem {
  z-index: 5;
  position: relative;
}

.parallax-animation-medium {
  z-index: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.header-2-image-size-2 {
  height: 30em;
  position: relative;
}

.div-block-33 {
  z-index: 30;
  background-color: #0000;
  width: auto;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0%;
}

.div-block-34 {
  z-index: 3;
  background-color: #000;
  height: 4rem;
  position: absolute;
  inset: auto 0% -3rem;
}

.div-block-35 {
  background-color: #000;
  width: 100%;
  height: 3rem;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-36 {
  background-color: #08090d;
  position: absolute;
  inset: 0%;
}

.div-block-37 {
  z-index: 40;
  background-color: #08090d;
  height: 4rem;
  position: absolute;
  inset: -3rem 0% auto;
}

.text-block-2 {
  position: relative;
}

.white-bottom-wave {
  z-index: 30;
  width: 100%;
  min-width: 100%;
  position: absolute;
  bottom: 0;
  overflow: visible;
}

.white-bottom-wave.test {
  top: auto;
  bottom: 2rem;
}

.transparent {
  background-color: #0000;
}

.header-3-padding {
  padding-top: 0;
  padding-bottom: 8rem;
}

.image-63 {
  z-index: 300;
  width: 100%;
  height: 101%;
  position: absolute;
  inset: 0%;
}

.image-63.show-mobile {
  display: none;
}

.text-block-3 {
  font-size: 1rem;
}

.text-size-small-3 {
  font-size: .875rem;
}

.text-size-small-3.text-color-grey {
  color: #253147;
}

.cta_main {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #222;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6rem 3rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 1px #0003;
}

.cta_main.white {
  background-color: #00000082;
  background-image: linear-gradient(#9622ff80, #9622ff80);
  width: 85%;
}

.cta_main.white.transparent {
  box-shadow: none;
  background-color: #0000;
  background-image: none;
}

.cta_main.transparent {
  box-shadow: none;
  background-color: #0000;
  width: 85%;
}

.price_span {
  color: #253147;
  font-size: 1.125rem;
  font-weight: 400;
}

.section_hero {
  background-color: #999;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.cta_card-icon {
  width: 20px;
}

.price_text {
  font-size: 2.5rem;
  font-weight: 600;
}

.cta_list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-size: .9rem;
  display: flex;
}

.cta_button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #101828;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
}

.cta_button:hover {
  transform: scale(1.1);
}

.cta_card-wrapper {
  color: #101828;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 322.078px;
  height: 100%;
  max-height: 386.641px;
  padding: 28px 24px;
  display: flex;
}

.cta_card-wrapper.left_card {
  z-index: 2;
  box-shadow: none;
  color: #222;
  background-color: #0000;
  border-radius: 0;
  padding: 0;
  position: absolute;
  inset: 27% auto auto -14%;
  transform: rotate(-12deg);
}

.cta_card-wrapper.left_card.static {
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  display: flex;
  position: absolute;
}

.cta_card-wrapper.right_card {
  z-index: 2;
  box-shadow: none;
  color: #222;
  background-color: #0000;
  border-radius: 0;
  padding: 0;
  position: absolute;
  inset: 27% -17% auto auto;
  transform: rotate(12deg);
}

.cta_absolute-2 {
  filter: invert(35%) hue-rotate(180deg);
  object-fit: contain;
  position: absolute;
  inset: 0% 5% auto auto;
}

.text-size-xxlarge {
  font-size: 2.5rem;
}

.text-size-xxlarge.text-align-center.white {
  line-height: 1.1;
}

.list_icon {
  width: 15px;
}

.cta_card-head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: .75rem;
  display: flex;
}

.cta_card-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #222;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .5s;
  display: flex;
}

.cta_card-button:hover {
  transform: scale(1.1);
}

.cta_absolute-1 {
  filter: invert(35%) hue-rotate(180deg);
  width: 200px;
  position: absolute;
  inset: 0% auto auto 5%;
}

.cta_list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.button_icon {
  width: 20px;
  height: 20px;
}

.cta_container {
  justify-content: center;
  width: 100%;
  min-width: 60rem;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta_container.with-margin {
  margin-top: 8rem;
}

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

.padding-global-2.padding-section-large {
  flex: 0 auto;
  align-self: auto;
  max-width: none;
  height: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: static;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.heading-style-h4-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4-2.text-weight-semibold {
  font-weight: 600;
}

.dropdown-link {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #889ea833;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  display: block;
  position: relative;
}

.dropdown-link.bottom {
  background-color: #0000;
  border-bottom-style: none;
  padding: 1.5rem;
  display: flex;
}

.dropdown-link.center {
  border-bottom-style: none;
  margin-bottom: .5rem;
  padding: 1.5rem 1rem;
  display: flex;
}

.social-toggle {
  border: 1px solid #889ea833;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px;
  display: flex;
}

.dropdown {
  z-index: 10;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.social-drop-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px #889ea833;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  padding: 6px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px #292b4e1f;
}

.social-circle {
  cursor: pointer;
  border: 1px #889ea833;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: relative;
}

.hover-linee {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.navigation-wrapper2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.nav-right {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

.dropdown-list {
  background-color: #0000;
  border-radius: 0;
  display: none;
  top: auto;
  bottom: auto;
}

.dropdown-list.w--open {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.dropdown-list.full {
  inset: 0%;
}

.dropdown-list.black {
  background-color: #08090d;
}

.nav-menuu-2 {
  justify-content: center;
  max-width: 400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.dropdown-cornerr {
  z-index: -1;
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: -5px auto auto;
  transform: rotate(45deg);
}

.dropdown-cornerr._2 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  inset: auto;
}

.dropdown-wrapperr {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 18rem;
  min-width: 18rem;
  height: 25rem;
  display: grid;
  position: relative;
  top: 1rem;
  box-shadow: 0 12px 36px -8px #292b4e1f;
}

.dropdown-wrapperr.black {
  z-index: 10;
  background-color: #08090d;
  border: 4px solid #fff;
  border-radius: 1.3em;
}

.dropdown-wrapperr.transparent {
  background-color: #0000;
}

.brandd-2 {
  color: #000;
  letter-spacing: -.03em;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.outline-social-icon {
  border: 1px solid #889ea833;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

.social-dropdown-list.w--open {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.nav-linkkk {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 1.4em 1.2em;
  font-size: 12px;
  display: flex;
}

.nav-linkkk.w--current {
  color: #000;
}

.navigation-contentt {
  z-index: 10;
  border-bottom: 1px solid #fff0;
  justify-content: space-between;
  width: 96%;
  display: flex;
  position: relative;
}

.navbar2 {
  background-color: #fff0;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  padding: 12px 32px;
  font-size: 9px;
  text-decoration: none;
  overflow: hidden;
}

.menu-items {
  justify-content: center;
  display: flex;
}

.nav-cover {
  background-color: #fff;
  border: 1px #889ea80d;
  height: 100%;
  box-shadow: 0 12px 36px -8px #3e41741a;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 15px;
  margin-left: 6px;
  margin-right: -21px;
  display: flex;
}

.hover-line-filll {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.image-64 {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.droplink-text {
  z-index: 50;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.droplink-text.white {
  text-shadow: 0 3px 7px #000000b8;
}

.image-65 {
  align-self: center;
  width: auto;
  max-width: 11rem;
  height: auto;
  position: absolute;
  inset: auto;
}

.image-66 {
  align-self: center;
  width: auto;
  max-width: 13rem;
  height: auto;
  display: block;
  position: absolute;
  inset: auto;
}

.image-67 {
  width: auto;
  max-width: 15rem;
  height: auto;
  position: absolute;
  inset: 0% auto;
}

.dark-overlay {
  z-index: 1050;
  background-color: #000000b5;
  justify-content: center;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.wave-bottom {
  position: relative;
}

.wave-bottom.white {
  background-color: #fff;
}

.top-pink-asset {
  width: 25rem;
  max-width: none;
  height: 9rem;
  position: relative;
  left: auto;
}

.bottom-light-pink-blob {
  max-width: 40rem;
  height: auto;
  min-height: 38rem;
  max-height: none;
}

.top-gold-asset {
  flex: 0 auto;
  align-self: auto;
  width: 130%;
  max-width: none;
  height: 145%;
  position: absolute;
  left: -26%;
  right: auto;
}

.bottom-orange-blob {
  max-width: 40rem;
  height: 33rem;
}

.top-orange-blob {
  width: 30rem;
  max-width: 30rem;
  height: 11rem;
}

.bottom-gold-blob {
  max-width: 40rem;
  height: 35rem;
}

.overlay-black {
  z-index: 15;
  background-color: #000;
  background-image: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.arrows-block {
  position: absolute;
  inset: 0%;
}

.image-68 {
  position: relative;
  top: 4rem;
  left: 33rem;
}

.image-69 {
  z-index: -1;
  max-width: 65%;
  position: absolute;
  top: -4.9rem;
  left: -4.1rem;
}

.image-70 {
  z-index: -1;
  position: absolute;
  inset: auto auto auto -3rem;
}

.image-71 {
  z-index: -1;
  width: 10rem;
  max-width: none;
  position: absolute;
  top: -3.4rem;
  left: -1.9rem;
}

.image-72 {
  z-index: -1;
  opacity: .36;
  position: absolute;
  left: -6rem;
}

.image-73 {
  z-index: -1;
  opacity: 1;
  max-width: 10rem;
  position: absolute;
  inset: auto 0% -4.1rem 16.9rem;
}

.image-73._75 {
  opacity: 1;
}

.image-74 {
  z-index: -1;
  opacity: 1;
  max-width: 6rem;
  position: absolute;
  bottom: -3.4rem;
  left: -3.4rem;
}

.image-75 {
  max-width: 4rem;
  position: absolute;
  inset: -1.9rem 6.4rem auto auto;
}

.image-75._75 {
  opacity: 1;
  right: -4.9rem;
}

.image-75._2 {
  right: 20.7rem;
}

.image-75._4 {
  right: 23.7rem;
}

.black {
  color: var(--heading);
}

.dark-pink {
  color: #740b3c;
  font-family: Unbounded, sans-serif;
  font-weight: 600;
}

.image-76 {
  z-index: -1;
  opacity: .39;
  position: absolute;
  left: -5.6rem;
}

.image-77 {
  z-index: -1;
  position: absolute;
  right: 4.9rem;
}

.image-77.medium {
  align-self: auto;
  max-width: 85%;
  right: 8rem;
}

.banner-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 85rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.banner-wrapper.light-pink {
  align-items: center;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-wrapper.light-pink._3 {
  background-color: #0000;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.cta_icon {
  width: 5.75em;
  height: 5.75em;
}

.heading-3 {
  color: #fff;
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 110%;
}

.page_padding {
  padding-left: 4%;
  padding-right: 4%;
}

.button1_letter {
  color: #fafafa;
  text-align: center;
  text-transform: uppercase;
  width: 1em;
  padding-bottom: 100%;
  font-size: 1em;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  left: auto;
  right: auto;
}

.button1_letter._1 {
  font-weight: 700;
  display: block;
  transform: rotate(164deg);
}

.button1_letter.s {
  transform: rotate(80deg);
}

.button1_letter.a {
  transform: rotate(-72deg);
}

.button1_letter.b {
  display: block;
  transform: rotate(-45deg);
}

.button1_letter.o-2 {
  font-weight: 700;
  display: block;
  transform: rotate(-175deg);
}

.button1_letter.e {
  font-weight: 700;
  display: block;
  transform: rotate(-115deg);
}

.button1_letter.e.hide {
  display: none;
}

.button1_letter.t {
  transform: rotate(30deg);
}

.button1_letter.r {
  font-weight: 700;
  display: block;
  transform: rotate(-135deg);
}

.button1_letter.r.hide {
  display: none;
}

.button1_letter.r.m {
  transform: rotate(-91deg);
}

.button1_letter.o {
  transform: rotate(-20deg);
}

.button1_letter.u-2 {
  transform: rotate(53deg);
}

.button1_letter.u {
  transform: rotate(5deg);
}

.button_item {
  background-color: #1a1a1a;
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.cta_inner {
  color: #fff;
  width: 100%;
  height: 100%;
  font-weight: 400;
  position: relative;
}

.buttons_wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 6em;
  display: flex;
}

.button3_icon {
  width: 1em;
  height: 1em;
}

.portrait-2 {
  border-radius: 100%;
  flex: none;
  width: 12em;
  height: 12em;
  overflow: hidden;
}

.button2_icon-wrap {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
}

.button1_letter-wrap {
  color: #fafafa;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 12em;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.buttons_grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template: "." 1fr
                 "." 1fr
                 "." 1fr
                 "." 1fr
                 "." 1fr
                 "." 1fr
                 "." 1fr
                 "." 1fr
                 / 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 100rem;
  display: grid;
}

.button1 {
  color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pattern {
  color: #ea4537;
  width: 40em;
  height: 37.5em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pattern.is-reverse {
  transform-style: preserve-3d;
  position: relative;
  inset: auto auto 0% 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.button4_text {
  z-index: 1;
  position: relative;
}

.button4_bg {
  z-index: 0;
  background-color: #c9f054;
  border-radius: 99px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.is-h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.main-wrap {
  background-color: #1f1f1f;
}

.button3_text-wrap {
  grid-column-gap: .75em;
  color: #fff;
  align-items: center;
  display: flex;
}

.button3_text-wrap.is-2 {
  z-index: 1;
  opacity: 0;
  color: #1a1a1a;
  position: absolute;
}

.button4_circle {
  z-index: 1;
  background-color: #c9f054;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 100%;
  display: flex;
  position: relative;
}

.button4 {
  z-index: 1;
  grid-column-gap: 1em;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  height: 3.5em;
  padding-right: 1.75em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button5_gradient {
  filter: blur(30px);
  background-image: radial-gradient(circle at 0 0, #bc148f, #4594ae 52%, #ffe135 93%);
  border-radius: 999px;
  width: 15em;
  height: 15em;
  position: absolute;
  inset: auto;
}

.button3_text.is-sec {
  z-index: 1;
}

.button3 {
  background-color: #383838;
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  padding: 1.25em 1.75em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.is-txt-medium {
  color: #a1a1a1;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 150%;
}

.patten-wrap {
  z-index: -1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 3em;
  display: flex;
  position: relative;
}

.is-h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}

.cta_wrap {
  background-color: #1a1a1a;
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  padding: 5em 2.5em 5em 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.button2 {
  grid-column-gap: 2em;
  background-color: #383838;
  border-radius: 99px;
  align-items: center;
  min-height: 4em;
  padding-left: 2em;
  padding-right: 5.5em;
  display: flex;
  position: relative;
}

.circle {
  z-index: 0;
  background-color: #181818;
  border-radius: 200rem;
  width: 80rem;
  height: 80rem;
  position: absolute;
  bottom: -2.4rem;
  left: 9.8rem;
}

.button1_icon {
  z-index: 2;
  color: #1f1f1f;
  position: absolute;
  transform: rotate(-45deg);
}

.buttons_section {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.cta_text-wrap {
  flex: 1;
}

.button5_inner {
  z-index: 1;
  background-color: #181818cc;
  border-radius: 99px;
  padding: 1.25em 1.75em;
  position: relative;
}

.button5 {
  background-color: #fff3;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_about {
  grid-column-gap: 2em;
  background-color: #191919;
  border-radius: 1em;
  padding: 4em;
  display: flex;
  overflow: hidden;
}

.cta_box {
  grid-row-gap: 1em;
  background-color: #191919;
  border-radius: 1em;
  flex-direction: column;
  align-items: flex-start;
  padding: 2em;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_box:hover {
  transform: translate(0, -.5em);
  box-shadow: 0 4px 8px 4px #171a0126;
}

.button1_background {
  z-index: 1;
  background-color: #c9f054;
  border-radius: 999px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-color-green {
  color: #c9f054;
}

.cta_arrow {
  color: #dbf40c;
  width: 2em;
  height: 2em;
  position: absolute;
  inset: auto 1em 1em auto;
}

.container-m {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.butto3_background {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.block-with-buttom {
  z-index: 300;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 100%;
  display: flex;
  position: absolute;
  right: 0;
}

.overlay-button {
  z-index: 8;
  background-color: #2502028f;
  position: absolute;
  inset: 0%;
}

.list-overlay {
  z-index: -1;
  background-color: #0000008c;
  width: 1000%;
  height: 1000%;
  position: absolute;
  inset: 0%;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-79 {
  opacity: .65;
  max-width: 8rem;
  position: absolute;
  bottom: -13.9rem;
}

.image-79._2 {
  bottom: -8.6rem;
  left: 8rem;
}

.image-79._6 {
  bottom: -8.6rem;
  left: 9.4rem;
}

.image-80 {
  max-width: 4rem;
  position: absolute;
  top: -12.4rem;
  left: 9.4rem;
}

.banner-with-dancer-6 {
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 10%;
  right: 29%;
}

.banner-with-dancer-6._90 {
  height: 90%;
  display: none;
  position: absolute;
  bottom: auto;
}

.banner-with-dancer-6.above {
  z-index: 10;
}

.banner-with-dancer-6._2 {
  right: 40%;
}

.arrow-block-5 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  right: 10%;
}

.arrow-block-5.below {
  z-index: auto;
}

.banner-block-4 {
  height: 100%;
  position: absolute;
  right: 0;
}

.image-81 {
  z-index: 70;
  position: absolute;
  bottom: -16rem;
}

.image-81._80 {
  max-width: 100%;
  height: 73em;
}

.div-block-39 {
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  overflow: visible;
}

.button-hover-2 {
  z-index: 1;
  background-color: #ffe6a0;
  border-radius: 50px;
  width: 70px;
  height: 60px;
  margin-top: 0;
  position: absolute;
  inset: auto;
}

.button-arrow-6 {
  z-index: 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon-button {
  color: #f8f8f8;
  flex-direction: row;
  flex: none;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 15px;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.icon-button:hover {
  opacity: .65;
}

.button-card-small {
  grid-column-gap: 10px;
  background-color: #f1f0ea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-card-big {
  grid-column-gap: 10px;
  color: #000;
  background-color: #f1f0ea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 47px;
  padding: 0 47px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.button-4 {
  grid-column-gap: 5px;
  text-transform: capitalize;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  padding: 0 .3rem;
  display: flex;
}

.button-icon-5 {
  z-index: 10;
  width: 1.3rem;
  position: relative;
}

.contact-icon-text {
  font-size: 1.1rem;
}

.button-icon-outline {
  border: 1px solid #f8f8f8;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: flex;
}

.button-icon-outline.team-email {
  width: 3rem;
  height: 3rem;
}

.button-icon-outline.team-email.black-border {
  opacity: 1;
  border-color: #000;
  flex: none;
  width: 2.8rem;
  height: 2.8rem;
  position: relative;
}

.button-icon-outline.team-email.dark-orange {
  background-color: #e95a19;
}

.button-block-wrapper {
  background-color: #000;
  border-bottom: 1px solid #7a7a7a;
  border-radius: 4px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.button-subtitle {
  color: #8f9193;
  text-align: center;
  background-color: #1a1a1a;
  padding-top: 13px;
  padding-bottom: 13px;
}

.social-media-top-padding {
  padding-top: 15px;
}

.social-media-option-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.light-white {
  color: #ffffffbf;
}

.light-white.hover-effect:hover {
  color: #fff;
}

.social-linksss {
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 42px;
  max-width: none;
  height: 42px;
  max-height: none;
  display: flex;
}

.social-linksss.with-margin {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.footer-inner-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.quick-links-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.site-licence {
  z-index: 999;
  color: #6e7073;
  padding-bottom: 0;
  transition: color .2s;
}

.site-licence:hover {
  color: #fff1df;
}

.site-licence.change-padding {
  margin-bottom: 20px;
}

.footer-head-title {
  padding-bottom: 25px;
}

.text-white {
  color: #fff;
}

.text-white.hover-effect {
  transition: all .2s;
}

.text-white.hover-effect:hover {
  color: #fff1df;
}

.copy-right-section {
  text-align: center;
  background-color: #0d0d0d;
  justify-content: space-between;
  align-items: center;
  padding: 30px 15px;
  display: flex;
}

.copy-right-section.item-center {
  justify-content: center;
}

.heading-style-h5 {
  color: #312d2d;
  letter-spacing: .16px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5;
}

.heading-style-h5.letter-space-none {
  letter-spacing: normal;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin.site-footer-paragraph {
  color: #ffffffbf;
}

.contact-option-text {
  padding-top: 8px;
}

.footer-navigeration-link {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  padding-bottom: 35px;
  padding-right: 60px;
  display: flex;
}

.footerr {
  background-color: #000;
  padding-top: 135px;
  padding-bottom: 60px;
}

.container_1-2 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.copy-right-text {
  color: #fff;
  letter-spacing: .16px;
}

.quick-links {
  padding-top: 20px;
}

.quick-links.bordr-top-link {
  border-top: 1px solid #ffffff4d;
}

.quick-links.border-bottom {
  border-bottom: 1px solid #ffffff4d;
}

.contact-option {
  border-bottom: 1px solid #ffffff4d;
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact-option.border-none {
  border: 0 solid #000;
  padding-bottom: 0;
}

.contact-option.contact-option-top {
  padding-top: 0;
}

.about-small-text {
  max-width: 300px;
}

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

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

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

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

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

.brix---text-200 {
  opacity: 1;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---text-200.back {
  opacity: 100;
  color: #000;
  font-size: 1rem;
}

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

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

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

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

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

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

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

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

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

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

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.brix---card-link-icon-wrapper.with-margin {
  margin-top: 1rem;
}

.brix---card-link-icon-wrapper.with-margin._2:hover {
  border-style: none;
}

.brix---card-link-icon-wrapper._2 {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-color: #f7f7fc80;
  border-radius: .5em;
  padding: 1rem 1rem 1.3rem;
}

.brix---card-link-icon-wrapper._2:hover {
  color: var(--accent);
  border-width: 2px;
  border-color: #7c0c42;
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
}

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

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

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

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  padding-top: 120px;
  padding-bottom: 120px;
}

.text-200-bold {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.text-200-bold.black {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
}

.brix---big-icon-left {
  border-radius: 16px;
  max-width: 3rem;
  margin-right: 16px;
}

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

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

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-medium-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.kutup-footer-1 {
  background-color: #08090d;
  padding: 70px 5% 50px;
}

.kutup-footer-flex {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.kutup-footer-horizontal-flex {
  grid-column-gap: 20px;
  display: flex;
}

.kutup-footer-link {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: #264653cc;
}

.kutup-copyright-center-text {
  text-align: center;
}

.kutup-copyright {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.cf-social-media-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.social-media-wrapper {
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 12px;
  transition: all .2s;
  display: flex;
}

.social-media-wrapper:hover {
  background-color: #8d3d5b;
  transform: translate(0, -5px);
}

.social-media-wrapper.social-media-wrapper-black {
  background-color: #212121;
}

.social-media-wrapper.social-media-wrapper-black:hover {
  filter: invert();
}

.social-media-wrapper.social-media-wrapper-black.hide {
  display: none;
}

.social-media-wrapper.dark-orange {
  background-color: #f8783e;
  border: 1px solid #fff;
}

.social-media-wrapper.dark-orange:hover {
  background-color: #e75e20;
}

.social-media-wrapper.hide {
  display: none;
}

.cf-social-media-icon {
  background-color: #0000;
  width: 20px;
  height: 20px;
}

.image-82 {
  z-index: auto;
  width: 1.3rem;
  display: block;
  position: absolute;
  inset: auto;
}

.dark-blue {
  color: #1a6768;
}

.black-separation {
  z-index: auto;
  background-color: #08090d;
  height: 10rem;
  position: static;
}

.black-separation.medium {
  height: 5rem;
}

.separation-white {
  background-color: #fff;
  height: 12rem;
}

.separation-white.medium {
  height: 8rem;
}

.body-2 {
  background-color: #08090d;
}

.image_wrapper {
  padding: 0;
  position: static;
  inset: 0%;
  overflow: clip;
}

.div-block-40 {
  padding: .5rem;
}

.dancer._85 {
  max-width: 85%;
  position: relative;
  right: 8rem;
}

.image-83 {
  z-index: 30;
  position: absolute;
  inset: 0% auto;
  overflow: clip;
}

.image-84 {
  z-index: 10;
  height: 100%;
  position: absolute;
}

.image-85 {
  z-index: 50;
  width: 6rem;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-86 {
  z-index: 50;
  width: 6rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.strip-wrapper {
  width: 100%;
  max-width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

.wrapper-100-rem {
  z-index: 15;
  min-width: 0;
  max-width: 85rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}

.div-block-41 {
  z-index: 5;
  opacity: 1;
  background-image: radial-gradient(circle, #a2c024, #ec0059);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dancer16._80 {
  max-width: 70%;
}

.image-87 {
  z-index: 10;
  width: 5rem;
  max-width: none;
  position: absolute;
  inset: 2% auto auto 19%;
}

.image-88 {
  position: absolute;
  inset: auto 0% 10%;
}

.image-89 {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-loop-text {
  align-items: center;
  width: 100vw;
  margin-left: -1.5rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.hero-loop-strip {
  line-height: 1;
  display: flex;
}

.loop-text {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  align-items: center;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  display: flex;
}

.div-block-42 {
  z-index: 0;
  position: absolute;
  inset: auto 0%;
}

.contact_bg_image {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-image {
  width: 100%;
  max-width: none;
  height: auto;
  display: inline-block;
}

.contact-image.show-desktop {
  width: auto;
  height: auto;
  display: inline-block;
}

.contact-image.show-mobile, .contact-image.hide-desktop {
  display: none;
}

.contact-overlay {
  background-color: #08090d66;
  position: absolute;
  inset: 0%;
}

.contact-overlay.desktop {
  opacity: .55;
  background-color: #0000;
  background-image: linear-gradient(0deg, #9481ec, #e26096);
  display: block;
}

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

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

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

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

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

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
  position: relative;
}

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

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

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

.brix---text-201 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

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

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

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

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---square-icon {
  border-radius: 16px;
}

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

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

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

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---card-link-icon-wrapper-2 {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---link-icon-right {
  width: .8rem;
  margin-left: 6px;
}

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

.brix---card-form {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---link-wrapper-color-primary {
  color: #000;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: #000;
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---big-icon-left-2 {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: static;
  overflow: hidden;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---inner-container-400px {
  max-width: 400px;
}

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

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

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

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.brix---card-link-center:hover {
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  transform: scale3d(.94, .94, 1.01);
}

.brix---half-bg-bottom-70 {
  z-index: -1;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---grid-2-contact-v9 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.flex-body {
  perspective: 1200px;
  background-color: #200c52;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.bake72 {
  perspective: 1200px;
  color: #333;
  background-color: #fff;
  border-radius: 5px;
  max-width: 320px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  transform: perspective(1200px)perspective(1200px);
  box-shadow: 0 8px 20px #00000082;
}

.bake72__title {
  color: #200c52;
  margin-top: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 22px;
}

.bake72__image {
  transform-style: preserve-3d;
  background-image: url('../images/charles-AQRp2NH-O8k-unsplash_compressed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  min-height: 260px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: -35px;
  transform: translate3d(0, 0, 20px);
  box-shadow: 0 9px 18px #0000007a;
}

.bake72__price {
  color: #818181;
  margin-bottom: 10px;
  font-size: 17px;
}

.bake72__button {
  color: #fff;
  text-align: center;
  background-color: #0cd33e;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 20px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 12px 30px 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  transition: background-color .2s;
  overflow: hidden;
}

.bake72__button:hover {
  background-color: #0ba532;
}

.bake72__button__text {
  padding-top: 12px;
  padding-bottom: 15px;
}

.div-block-44 {
  background-color: #0000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.mauve-overlay {
  z-index: auto;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.beige-overlay {
  background-color: #0000;
  background-image: url('../images/Asset_white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-91, .image-92 {
  max-width: 55%;
}

.div-block-45 {
  flex-flow: column;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.image-93 {
  opacity: .85;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-94 {
  z-index: -1;
  max-width: 130%;
  position: absolute;
  inset: auto;
}

.image-95 {
  z-index: -1;
  align-self: auto;
  max-width: 130%;
  position: absolute;
  inset: auto;
}

.wrapper-min-85rem {
  min-width: 70rem;
}

.group-of-dancser {
  z-index: 5;
  height: auto;
  position: absolute;
  bottom: 0;
}

.white-separation {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  height: 3rem;
}

.image-97 {
  width: 100%;
  position: static;
  bottom: 0;
}

.wave_block {
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-46 {
  z-index: 100;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.bottomwave-block {
  z-index: 55;
  position: absolute;
  bottom: 0;
}

.image-98 {
  position: relative;
  bottom: -.5rem;
}

.div-block-48 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.image-99 {
  width: auto;
  max-width: none;
  height: auto;
  min-height: 0;
}

.image10 {
  height: 100%;
}

.dancer41 {
  display: block;
}

.dancer42 {
  position: absolute;
}

.block-with-wave {
  position: absolute;
  bottom: 0;
}

.separation-black {
  background-color: #08090d;
  height: 6rem;
  display: block;
  overflow: hidden;
}

.separation-black.with-padding {
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.social-block {
  display: flex;
  position: relative;
}

.div-block-50 {
  z-index: 1010;
  position: absolute;
  bottom: 0;
}

.div-block-51 {
  z-index: auto;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  bottom: 0;
}

.dancer-gold {
  z-index: auto;
  max-width: 100%;
  position: relative;
  left: -27.4rem;
}

.dancer-gold.absolute {
  z-index: 100;
  position: absolute;
  left: auto;
  right: 19.2rem;
}

.image-102 {
  max-width: 85%;
}

.div-block-52 {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.image-103, .mobile-wave.show-mobile {
  display: none;
}

.image-104 {
  z-index: auto;
  align-self: center;
  width: 130%;
  max-width: 130%;
  height: 150%;
  position: absolute;
  inset: auto;
}

.div-block-53 {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.button-text-item {
  justify-content: center;
  align-items: center;
  min-height: 1.875rem;
  display: flex;
}

.name-blockk {
  background-color: #0000;
  border: 1px #fff;
  border-radius: 0;
  height: 7.5vw;
  margin-left: 3vw;
  padding-left: 4vw;
  padding-right: 4vw;
  overflow: hidden;
}

.name-blockk.mobile {
  display: none;
}

.name-blockk.flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-regular-2 {
  font-size: 1.2rem;
  line-height: 1.65;
}

.text-size-regular-2.text-color-black {
  z-index: 10;
  color: #000;
  margin-top: 2em;
  position: relative;
}

.text-size-regular-2.light-green {
  margin-top: 2em;
}

.text-size-regular-2.white {
  z-index: 15;
  margin-top: 2em;
  position: relative;
}

.item-name {
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  height: 9.5vw;
  padding-top: 0;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.name-title {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: end;
  height: 8vw;
  display: flex;
}

.vertical-padding {
  padding-left: 0;
  padding-right: 0;
}

.vertical-padding.padding-xhuge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.name-list-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.footer-action-heading {
  z-index: 10;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.footer-action-heading.white {
  color: #fff;
}

.footer-action-heading.white.shadow {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #923939;
  text-overflow: clip;
  white-space: nowrap;
  overflow-wrap: normal;
  overflow: hidden;
}

.footer-action-heading.white.shadow2 {
  text-shadow: 0 3px 5px #000000c7;
}

.section-padding {
  width: 100%;
  padding: 4rem 5vw;
}

.action-description {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 17rem;
  display: flex;
}

.section-text-animation {
  background-color: #fff;
  border-bottom: 1px #1a1c24;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.action-component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.button-text-4 {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.underline-link-2 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #000;
  border-bottom: 1px #1a1c24;
  align-items: center;
  padding-bottom: 0;
  display: block;
}

.underline-link-2.hide {
  display: none;
}

.icon-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .1rem;
  display: flex;
}

.name-listt {
  mix-blend-mode: normal;
  flex-direction: column;
  align-items: center;
  margin-top: -1vw;
  margin-bottom: 1vw;
  display: flex;
}

.special {
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}

.image-105 {
  opacity: .78;
  align-self: auto;
  width: auto;
  min-width: 0;
  max-width: 16rem;
  height: auto;
  position: relative;
  inset: auto -1vw auto auto;
}

.right-arrow {
  z-index: auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -6vw;
  display: flex;
  position: absolute;
  inset: 0 0 0 auto;
}

.right-arrow.absolute {
  margin-top: 0;
}

.div-block-55 {
  background-color: #3b6a6b;
  height: 6rem;
}

.text-block-4 {
  font-size: 2rem;
  font-weight: 700;
}

.text-list {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

.image-106 {
  z-index: auto;
  opacity: .55;
  height: 25rem;
  position: absolute;
  bottom: auto;
  left: -2.6rem;
}

.block-with-image {
  min-height: 0;
  position: absolute;
  inset: 0%;
}

.block-with-image.hide {
  z-index: 10;
}

.dance-room {
  opacity: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  position: relative;
}

.radient-top {
  z-index: 10;
  background-image: linear-gradient(#fff, #0000);
  width: 100%;
  max-width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
}

.radient-bottom {
  z-index: 10;
  background-image: linear-gradient(0deg, #fff, #0000);
  width: 100%;
  max-width: 100%;
  height: 10rem;
  position: absolute;
  bottom: 0;
}

.div-block-56 {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.bottom-block {
  z-index: 10;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
}

.div-block-57 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.button-blockk {
  z-index: 1500;
  width: auto;
  height: auto;
  position: absolute;
  top: 11%;
  bottom: auto;
  left: 47%;
}

.button-blockk.la-team {
  top: 4%;
  left: 50%;
}

.button-blockk.a-propos {
  top: 6%;
}

.stroke {
  color: #01040a;
  letter-spacing: 10px;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #fff;
  text-overflow: clip;
  overflow-wrap: normal;
  font-family: Nunitosans Variablefont Ytlc Opsz Wdth Wght, Tahoma, sans-serif;
  font-size: 6vw;
}

.image-107 {
  align-self: center;
  width: 18rem;
  max-width: none;
  position: absolute;
  inset: auto auto auto -2.6rem;
}

.image-108 {
  position: absolute;
  bottom: auto;
  left: 15rem;
}

.div-block-58 {
  z-index: 10;
  background-color: #fff;
  height: auto;
  position: relative;
}

.strip-block-white {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: static;
  overflow: hidden;
}

.light-green {
  color: #50a6a7;
}

.bold-3 {
  font-weight: 800;
}

.separation-mobile-one.hide-desktop {
  display: none;
}

.separation.black {
  background-color: #08090d;
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.dancer-42 {
  z-index: 50;
  position: absolute;
}

.top-wave.show-mobile {
  display: none;
}

.div-block-59 {
  flex: 0 auto;
  align-self: center;
  height: auto;
  position: absolute;
  inset: 0 auto;
}

.light-blue {
  z-index: 10;
  color: #a8f1f1;
  position: relative;
}

.light-blue.medium {
  font-size: 2rem;
  line-height: 1.5;
}

.div-block-61 {
  display: block;
}

.arrow-block {
  z-index: 300;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: relative;
}

.arrow_black {
  z-index: 100;
  width: 10rem;
  max-width: none;
  position: absolute;
  top: -6.4rem;
  right: 55%;
}

.div-block-64 {
  z-index: 5;
  display: block;
  position: absolute;
  inset: 0% 0% 0% 0;
}

.lighter {
  opacity: .65;
}

.div-block-65 {
  flex-flow: column;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.paragraph-3 {
  font-family: var(--main-font);
  color: var(--heading);
  text-align: right;
  font-size: 1.5em;
}

.jess-deharre {
  color: #50a6a7;
  text-align: right;
  font-family: Unbounded, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
}

.jess-deharre.vertical.m {
  line-height: 100%;
}

.sidebar-logo-block {
  z-index: 10;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70%;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

._80-height {
  align-self: center;
  height: 80%;
}

.navbar-dancer {
  align-self: center;
  position: absolute;
}

.navbar-dancer.on-bottom {
  bottom: 0;
}

.logo-jess {
  position: relative;
  right: auto;
}

.mobile-logo-block {
  display: none;
}

.horarires-section {
  background-color: #08090d;
  height: 10rem;
}

.flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-button-green {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: none;
}

.kutup-button-green:hover {
  background-color: #3f6474;
}

.large-container {
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.display-2 {
  color: #fff;
  margin-top: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
}

.display-2.light-pink {
  color: #fdb9d2;
  font-size: 2.5em;
  line-height: 1.4;
}

.display-2.light-blue {
  color: #9ce0e0;
  font-size: 2.5em;
  line-height: 1.4;
}

.display-2.light-purple {
  color: #ca9df3;
  font-size: 2.5em;
  line-height: 1.4;
}

.horaires {
  background-color: #08090d;
  padding: 50px 5%;
}

.cta-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kutup-paragraph-small {
  color: #6e6e6e;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
}

.download-schedule {
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.image-111 {
  z-index: auto;
  min-width: 20rem;
  margin-left: 1rem;
  padding-left: 0;
  position: absolute;
  inset: auto;
}

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

.text-block-5 {
  z-index: 50;
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}

.image-112 {
  z-index: 50;
  width: 7rem;
  position: absolute;
  top: -7.9rem;
  left: 0;
}

.separation-block-3.show-mobile, .separation-block-5 {
  display: none;
}

.cta-dark {
  text-align: center;
  background-color: #e40048;
  border: 2px solid #e40048;
  border-radius: 4px;
  width: 100%;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
}

.cta-dark:hover {
  background-color: #c90040;
  border-color: #c90040;
}

.cta-dark.secondary {
  color: #fff;
  background-color: #fff0;
  border-style: solid;
  border-color: #e40048;
}

.cta-dark.secondary:hover {
  background-color: #e4004814;
}

.tooltip-arrow {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 28px -6px auto;
  transform: rotate(45deg);
}

.caption-text-dark {
  color: #8d8d8d;
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  line-height: 16px;
}

.section_dark_plan {
  color: #fff;
  background-color: #0e0f0f;
  padding: 8rem 0;
  position: relative;
}

.wrapper_plan {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tooltip-wrapper {
  flex: none;
  position: relative;
}

.tab-dark {
  color: #fff;
  background-color: #0000;
  border-radius: 40px;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.tab-dark.w--current {
  color: #fff;
  background-color: #e40048;
  border-radius: 50px;
  align-items: center;
}

.paragraph-big {
  font-size: 20px;
  line-height: 1.5;
}

.text-block-12 {
  flex: 1;
  font-size: 1.3rem;
}

.text-block-12.small {
  font-size: 1rem;
}

.plan-wrapper {
  color: #fff;
  text-align: left;
  background-color: #222;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  min-height: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.plan-wrapper.no-bg {
  background-color: #0000;
}

.plan-wrapper.dark {
  background-image: none;
  width: 60%;
  min-height: 0;
}

.plan-wrapper.blanc {
  background-color: #fff;
  width: 60%;
  min-height: 0;
}

.features-wrapper {
  margin-bottom: 40px;
}

.all-caps-text {
  color: #8d8d8d;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.tabs-menu-dark {
  background-color: #202020;
  border-radius: 40px;
  justify-content: center;
  padding: 4px;
  display: flex;
}

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

.text-span-2 {
  margin-left: 4px;
  font-size: 16px;
  line-height: 16px;
}

.text-block-11 {
  display: inline;
}

.text-block-13 {
  max-width: 650px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}

.plan-title {
  z-index: 50;
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.plan-title.blue {
  z-index: 30;
  color: #75ebec;
  position: relative;
}

.plan-title.pink {
  color: #fecbe3;
}

.tooltip {
  z-index: 999999;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 13px;
  line-height: 20px;
  display: none;
  position: absolute;
  inset: auto -24px 32px auto;
}

.feature {
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.price-text {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.pricing-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  padding: 64px 4px 24px;
  display: flex;
}

.pricing-wrapper.vertical {
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.subtle-text {
  opacity: 1;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.subtle-text.caps {
  opacity: 1;
  color: #f0b6b6;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.subtle-text.caps.black {
  color: #000;
  -webkit-text-stroke-color: #050000;
}

.text-block-14 {
  font-size: 13px;
}

.disccount {
  z-index: 9;
  color: #e40048;
  cursor: auto;
  align-items: flex-end;
  width: 120px;
  margin-top: 80px;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: -34px;
  left: 44px;
}

.image-113 {
  margin-bottom: 19px;
  margin-right: 8px;
}

.checkmark {
  flex: none;
  align-self: flex-start;
  margin-right: 8px;
}

.section-with-logo {
  z-index: 60;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.logo-white {
  z-index: 300;
  position: relative;
}

.div-block-70 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-71 {
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.image-115 {
  min-width: 125%;
  max-width: none;
  position: relative;
  right: 10%;
}

.list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #160042;
  align-items: flex-start;
  display: flex;
}

.items-dot {
  background-color: #08090dbd;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: .4rem;
  height: .4rem;
  margin-top: .5rem;
  padding-top: 0;
  padding-bottom: 0;
  transition: color .2s;
  display: none;
}

.items-dot._01 {
  background-color: #f51a81;
  background-image: none;
  border-radius: 100%;
  width: .6rem;
  height: .6rem;
}

.items-dot._03 {
  width: 1rem;
  height: 1rem;
}

.items-dot._02 {
  background-image: url('../images/Asset_orange.png');
  width: 1rem;
  height: 1rem;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.zumba-pink {
  color: #f51a81;
  font-weight: 600;
}

.zumba-kids {
  color: #f8783e;
  font-weight: 600;
}

.zumba-gold {
  color: #f4b102;
  font-weight: 600;
}

.heading-5 {
  font-size: 2em;
}

.background-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-cover.zindex-15 {
  z-index: 15;
}

.hero-background-image {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background-image.kids {
  background-image: url('../images/Kids_banner3.jpg');
  background-position: 50% 0;
}

.hero-background-image.zumba {
  background-image: url('../images/Zumba_banner.jpg');
  background-position: 50% 0;
}

.hero-background-image.zumba-gold {
  background-image: url('../images/Zumba_banner6.jpg');
  background-position: 50% 0;
}

.hero-background-image.about {
  background-image: url('../images/Zumba_banner3.jpg');
  background-position: 50% 0;
}

.hero-background-image.with-blob {
  object-fit: cover;
  background-image: none;
  justify-content: center;
  width: 100%;
  display: flex;
}

.hero-background-image.team {
  background-image: url('../images/image_top1.jpeg');
  background-position: 50%;
  background-size: auto;
}

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

.block-copyright {
  margin-bottom: 2rem;
}

.div-block-74.hide-desktop {
  display: none;
}

.sticky-section-wrapper {
  background-color: #08090d;
  position: relative;
}

.sticky-component {
  position: sticky;
  top: 0;
}

.horizontal_sticky-section {
  height: 100svh;
  position: sticky;
  top: 0;
}

.section_horizontal {
  height: 300vh;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .black-blob.mobile {
    height: 100%;
  }

  .bottom-light-pink-blob {
    max-width: 43rem;
  }

  .image-81._80 {
    height: 73em;
  }

  .footer-inner-wrapper {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
  }

  .contact-image.show-mobile {
    display: none;
  }

  .button-blockk {
    top: 11%;
    left: 47%;
  }
}

@media screen and (min-width: 1440px) {
  .banner.mauve {
    padding-left: 10%;
    padding-right: 5%;
  }

  .banner.pink {
    padding-left: 10%;
  }

  .block.white {
    padding-left: 20%;
  }

  .logo-footer {
    height: 10em;
  }

  .vertical-image {
    left: -3rem;
  }

  .big-image._10 {
    right: -15%;
  }

  .sidebar-link.above.margin-right {
    left: 16rem;
  }

  .sidebar-link.above.margin-right-medium {
    left: 18rem;
  }

  .sidebar-link.header {
    position: absolute;
  }

  .sidebar-link-text {
    line-height: 1.3;
  }

  .margin-bottom.title._2-rem-top {
    bottom: 3rem;
  }

  .header139_content.no-padd.overflow {
    height: 95vh;
  }

  .black-blob.mobile.relative {
    width: 100%;
  }

  .background.instagram-four, .background.instagram-one, .background.instagram-two, .background.instagram-three {
    width: 88%;
  }

  .grid-wrapper-social {
    width: 100%;
  }

  .image-59._1 {
    max-width: 23rem;
  }

  .bottom-light-pink-blob {
    max-width: 45rem;
  }

  .image-81._80 {
    height: 73em;
  }

  .contact-icon-text {
    font-size: 1rem;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .wrapper-100-rem {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-image {
    height: auto;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .image-99 {
    width: auto;
    max-width: none;
    height: auto;
    min-height: 0;
  }

  .dancer-gold.absolute {
    left: -13rem;
  }

  .image-105 {
    min-width: 19rem;
    height: 11rem;
  }

  .button-blockk {
    top: 11%;
    left: 47%;
  }

  .jess-deharre.vertical {
    text-align: right;
    white-space: nowrap;
    word-break: break-all;
    overflow-wrap: normal;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: block;
    position: relative;
    inset: 0% auto 0% 0;
  }

  .vertical-name-block {
    align-self: auto;
    align-items: flex-start;
    width: 4rem;
    height: 60%;
    margin-top: 0;
    display: block;
    position: absolute;
    inset: auto auto auto 0%;
  }

  .div-block-66 {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }
}

@media screen and (min-width: 1920px) {
  .section.full {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .section.full.light-pink {
    background-color: #f51a81;
  }

  .section.full.mauve {
    z-index: auto;
  }

  .section.full {
    z-index: 100;
  }

  .section.full.pink-light {
    z-index: 50;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .section.black {
    padding-top: 4rem;
  }

  .banner {
    flex: 0 auto;
    min-width: 85rem;
    padding-left: 0%;
    padding-right: 0%;
    overflow: visible;
  }

  .banner.mauve, .banner.pink {
    padding-left: 0%;
    padding-right: 0%;
  }

  .banner.blue {
    min-width: 85rem;
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
    overflow: visible;
  }

  .banner.full {
    flex: 0 auto;
    justify-content: flex-start;
    padding-left: 0%;
    padding-right: 0%;
    overflow: visible;
  }

  .banner.no-padding {
    max-width: 100rem;
  }

  .banner.no-padding._85-rem-witdh {
    min-width: 95rem;
    padding-right: 5%;
  }

  .heading-bg {
    align-items: flex-end;
    right: 4%;
  }

  .bannerr.blue {
    background-color: #0000;
    min-width: 85rem;
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .bannerr.pink-light {
    justify-content: center;
    align-self: auto;
    min-width: 85rem;
    max-width: 85rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    overflow: visible;
  }

  .bannerr.pink-light._00 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
    overflow: visible;
  }

  .bannerr.transparent-background {
    min-width: 85rem;
    max-width: 85rem;
    padding-left: 0%;
    overflow: visible;
  }

  .bannerr.transparent {
    padding-bottom: 0;
    padding-left: 0%;
  }

  .bannerr.transparent.with-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-services.with-margin._100 {
    width: 100%;
  }

  .grid {
    flex: 1;
    justify-content: stretch;
    align-self: auto;
  }

  .grid.medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .grid.black {
    background-color: #08090d;
    flex: 0 auto;
    align-self: auto;
  }

  .grid.black.flex {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .block-text {
    align-self: auto;
  }

  .block-heading.center.with-margins {
    margin-bottom: 4rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .strip.blue {
    overflow: visible;
  }

  .strip.transparent {
    z-index: 50;
  }

  .logo-footer {
    height: 13em;
  }

  .top {
    overflow: visible;
  }

  .image-top, .image-top.auto {
    height: auto;
  }

  .img-gradient-top {
    background-image: linear-gradient(180deg, #08090d00 45%, var(--heading));
  }

  .image-grid.mobile {
    width: 100%;
    max-width: none;
    height: 45rem;
  }

  .block-image-grid.medium {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-member.full {
    min-height: 100vh;
  }

  .member.center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-one-our-service-1.no-padding {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .about-one-service-main-2.border-top-2.overflow-hidden-2.position-relative-3.block, .about-one-our-service-item-wrapper-1 {
    overflow: hidden;
  }

  .about-one-our-service-item-wrapper-1.max-100-rem {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .vertical-image {
    left: 5rem;
  }

  .big-image {
    max-width: none;
  }

  .wave-block.pink {
    background-color: #f51a81;
  }

  .section-with-top-wave {
    background-color: #0000;
  }

  .section-with-top-wave.transparent {
    z-index: auto;
    align-items: flex-end;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  .section-with-top-wave.black {
    background-color: #08090d;
  }

  .section-with-top-wave.light-pink {
    position: relative;
    bottom: -.5rem;
  }

  .sidebar-link.above.margin-right {
    left: 20rem;
  }

  .sidebar-link.above.margin-right-medium {
    left: 22rem;
  }

  .margin-bottom.title {
    align-self: auto;
    margin-left: 4rem;
  }

  .margin-bottom.title._2-rem-top {
    bottom: 3rem;
  }

  .text-size-regular.white.max-35rem {
    max-width: 35rem;
  }

  .separation-section.white {
    z-index: 100;
    position: relative;
    bottom: auto;
  }

  .wave_top {
    bottom: auto;
  }

  .top-wave-large, .background-video {
    height: 100%;
  }

  .wave {
    position: relative;
    top: auto;
    bottom: auto;
  }

  .container-large-2 {
    max-width: 90rem;
  }

  .header139_content.no-padd.overflow {
    height: 100vh;
  }

  .text-color-white-5 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
  }

  .image-30 {
    z-index: 50;
    height: 100%;
    display: block;
    position: static;
    bottom: auto;
  }

  .text-color-white-6 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
  }

  .black-blob.mobile {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .black-blob.mobile.relative {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .div-block-13 {
    background-color: #0000;
    width: auto;
    max-width: none;
    height: auto;
  }

  .background.instagram-four, .background.instagram-one, .background.instagram-two, .background.instagram-three {
    width: 100%;
  }

  .grid-wrapper-social {
    max-width: 100%;
  }

  .instagram-footer {
    align-self: auto;
    min-height: auto;
    margin-top: 8rem;
    padding-top: 0;
  }

  .section-social.no-padding.white {
    z-index: 10;
    position: relative;
  }

  .container-large55 {
    max-width: 90rem;
    right: auto;
  }

  .block-with-blob {
    inset: 0%;
  }

  .block-with-blob.left {
    align-self: center;
    inset: auto;
  }

  .block-with-blob.left._2-rem-top {
    bottom: 0;
  }

  .image-37 {
    width: auto;
    max-width: 45rem;
    height: 30rem;
  }

  .photo-blob-block {
    height: 100%;
  }

  .photo-blob-block.static {
    padding: .5rem;
    position: static;
    overflow: hidden;
  }

  .photo-blob {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .photo-blob.absolure {
    border-style: none;
    border-width: 10px;
  }

  .photo-blob.absolure.auto {
    inset: auto;
  }

  .photo-blob.absolute {
    z-index: 100;
    width: 100%;
    max-width: 100%;
    height: 100%;
    inset: 0%;
  }

  .black-bottom-wave._30 {
    left: auto;
    overflow: clip;
  }

  .image-fulll {
    width: 100%;
    height: 100%;
    padding: .5rem;
    position: absolute;
    inset: 0%;
    overflow: clip;
  }

  .image-59._1 {
    max-width: 25rem;
  }

  .image-61.absolute.show-desktop {
    width: 100%;
    max-width: none;
    height: 130%;
  }

  .cover-imagee.relative {
    align-self: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
  }

  .animation-color-bgg.is-black-light {
    display: none;
  }

  .image-animation-triggerrr {
    overflow: visible;
  }

  .image-animation-triggerrr.fix-height {
    height: auto;
  }

  .while-scrolling-effect {
    overflow: visible;
  }

  .parallax-animation-medium {
    padding-top: 0;
    padding-left: 20px;
    inset: 0%;
  }

  .white-bottom-wave {
    width: 100%;
  }

  .cta_container {
    width: 100%;
    max-width: 60rem;
  }

  .padding-global-2.padding-section-large {
    align-self: center;
    max-width: none;
  }

  .separation-line {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    height: 3rem;
    position: relative;
    inset: 0 0% auto;
  }

  .top-pink-asset {
    left: auto;
  }

  .bottom-light-pink-blob {
    max-width: 50rem;
  }

  .bottom-orange-blob {
    max-width: 45rem;
  }

  .bottom-gold-blob {
    max-width: 50rem;
    height: 38rem;
  }

  .image-70 {
    position: absolute;
    top: auto;
    bottom: auto;
    left: -5.6rem;
  }

  .image-72 {
    overflow: visible;
  }

  .image-77 {
    right: -2.6rem;
  }

  .image-77.medium {
    align-self: auto;
    right: 0;
  }

  .banner-wrapper {
    justify-content: center;
    align-items: center;
    min-width: 85rem;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    left: 0;
    right: 0;
  }

  .banner-wrapper.light-pink {
    background-color: #f51a81;
    max-width: 85rem;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-wrapper.light-pink._3 {
    padding-top: 13rem;
  }

  .image-78 {
    position: relative;
    bottom: auto;
  }

  .image-78.hide-mobile {
    width: 100%;
  }

  .banner-with-dancer-6.above {
    z-index: 10;
  }

  .image-81._80 {
    height: 75em;
  }

  .button-icon-5 {
    width: 1.3rem;
  }

  .contact-icon-text {
    font-size: 1.4rem;
  }

  .button-icon-outline.team-email {
    width: 3rem;
    height: 3rem;
  }

  .button-icon-outline.team-email.black-border {
    flex: none;
  }

  .body-2 {
    background-color: #08090d;
  }

  .image_wrapper {
    overflow: hidden;
  }

  .div-block-40 {
    padding: 1rem;
    overflow: hidden;
  }

  .dancer._85 {
    right: 14rem;
  }

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

  .image-85 {
    width: 6rem;
  }

  .wrapper-100-rem {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-width: 85rem;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .wrapper-100-rem.left {
    justify-content: flex-start;
    align-items: stretch;
  }

  .contact-image {
    width: 100%;
    height: auto;
    position: static;
    inset: -4% 0% 0%;
  }

  .contact-image.show-desktop {
    width: 100%;
    height: auto;
  }

  .wrapper-min-85rem {
    min-width: 100rem;
  }

  .white-separation {
    width: 100%;
    max-width: 100%;
    height: 3rem;
  }

  .div-block-48 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .image-99 {
    width: auto;
    max-width: none;
    height: auto;
    min-height: 0;
  }

  .div-block-49 {
    background-color: #fff;
    padding: .5rem;
  }

  .div-block-50 {
    bottom: auto;
    left: -44%;
  }

  .dancer-gold.absolute {
    display: block;
    left: -4rem;
  }

  .footer-action-heading {
    font-size: 3.5rem;
  }

  .section-text-animation {
    position: relative;
    bottom: auto;
    overflow: hidden;
  }

  .action-component {
    padding-bottom: 3rem;
    position: relative;
  }

  .image-105 {
    min-width: 0;
    max-width: 22rem;
    height: auto;
    right: -2vw;
  }

  .text-block-4 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
  }

  .image-106 {
    left: -4rem;
  }

  .dance-room {
    width: 100%;
    height: auto;
    position: relative;
  }

  .div-block-57 {
    background-color: #08090d;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button-blockk {
    top: 10%;
    bottom: auto;
    left: 48%;
  }

  .div-block-64 {
    width: 100%;
    max-width: 100%;
    position: relative;
    bottom: 0;
  }

  .div-block-65 {
    position: relative;
    left: 10%;
  }

  .jess-deharre {
    text-align: left;
  }

  .large-container {
    max-width: 85rem;
  }

  .div-block-71 {
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.6em;
  }

  h5 {
    font-size: 1.4em;
  }

  .navbar.hide-mobile {
    display: none;
  }

  .link-nav {
    display: block;
  }

  .nav-menu {
    border: 1px solid var(--border);
    background-color: var(--light);
    border-radius: .75em;
    margin-top: .3em;
    padding: .8em 1em 1em;
    left: 1.25em;
    right: 1.25em;
  }

  .button-nav {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
  }

  .menu-button {
    border-radius: var(--corner-8);
    background-color: var(--heading);
    color: var(--light);
    padding: 1.1em;
    font-size: 1em;
    transition: color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  }

  .menu-button.w--open {
    background-color: var(--light);
    color: var(--heading);
  }

  .menu-icon {
    font-size: 1.34em;
  }

  .heading-hero {
    font-size: 6vw;
  }

  .heading-extra {
    font-size: 2vw;
  }

  .content {
    padding: 7em 5%;
  }

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

  .heading-banner {
    font-size: 3em;
  }

  .link-services {
    min-height: 40em;
  }

  .block {
    padding: 7em 15%;
  }

  .block-heading {
    margin-bottom: 3em;
  }

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

  .currency {
    font-size: 3vw;
  }

  .price-info {
    font-size: 1.2vw;
  }

  .price {
    font-size: 6vw;
  }

  .heading-plan {
    font-size: 2.4vw;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .link-blog.large {
    padding: 2.6em;
  }

  .image-thumbnail {
    height: 26vw;
  }

  .heading-strip {
    font-size: 9vw;
  }

  .circle-strip {
    width: 2vw;
    height: 2vw;
  }

  .footer {
    padding-top: 7em;
  }

  .grid-footer {
    margin-bottom: 7em;
  }

  .link-footer {
    text-align: left;
    display: block;
  }

  .section-top {
    min-height: auto;
  }

  .section-top.blog {
    min-height: 60vw;
  }

  .heading-top {
    font-size: 7vw;
  }

  .lass {
    padding: 2.6em;
  }

  .block-lass {
    margin-bottom: 1.8em;
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .success-message, .error-message {
    padding: 1.2em;
  }

  .member {
    padding-top: 12.5em;
    padding-bottom: 7em;
  }

  .heading-member {
    font-size: 2.9em;
  }

  .heading-style-h3 {
    font-size: 30px;
  }

  .about-service-button-wrapper {
    width: 60px;
    height: 60px;
  }

  .subheading-bottom-gap {
    padding-bottom: 8px;
  }

  .about-one-service-heading-wrapper {
    max-width: 100%;
  }

  .about-one-our-service {
    padding-top: 65px;
  }

  .about-one-service-main {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-one-service-main.border-top {
    height: 250px;
  }

  .arrow-black {
    display: none;
  }

  .about-one-our-service-item-wrapper {
    padding-top: 35px;
  }

  .about-one-service-overlay {
    background-image: linear-gradient(#0d0d0dcc, #0d0d0dcc);
  }

  .about-one-text-wrapper {
    flex-basis: 80%;
  }

  .about-one-our-service-1 {
    padding-top: 65px;
  }

  .subheading-bottom-gapp {
    padding-bottom: 8px;
  }

  .about-one-service-main-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-one-service-main-2.border-top-2 {
    height: 250px;
  }

  .about-one-text-wrapper-2 {
    flex-basis: 80%;
  }

  .about-one-service-overlay-2 {
    background-image: linear-gradient(#0d0d0dcc, #0d0d0dcc);
  }

  .about-one-service-heading-wrapper-1 {
    max-width: 100%;
  }

  .about-one-our-service-item-wrapper-1 {
    padding-top: 35px;
  }

  .arrow-black-2 {
    display: none;
  }

  .accordion_vertical-component.current {
    height: auto;
  }

  .accordion_horizontal-bottom {
    width: 100%;
  }

  .mask {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
  }

  .mask-horizontal {
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
  }

  .accordions_vertical {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .header-wrap {
    padding-bottom: .5rem;
  }

  .heading-style-h22 {
    font-size: 2.25rem;
  }

  .accordions_horizontal {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .max-width-small {
    flex: 0 auto;
  }

  .accordion_horizontal-component, .accordion_horizontal-component.active {
    width: 100%;
  }

  .horizontal-img {
    width: 30%;
  }

  .brandd {
    padding-left: 0;
  }

  .nav-contentt {
    grid-template-columns: 1fr;
  }

  .nav-menuu {
    display: none;
  }

  .page-paddingg {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sidebar-link {
    display: none;
  }

  .title-wrapper {
    min-width: 100%;
  }

  .sidebar {
    width: 0;
  }

  .sidebar-bottom {
    display: none;
  }

  .menu-linkk {
    min-width: 4rem;
    min-height: 4rem;
    margin-left: -4rem;
    top: 1rem;
  }

  .mega-menu-overlay {
    margin-right: 0;
  }

  .menu-line {
    width: 1.2rem;
    height: .1rem;
  }

  .close-menu-linkk, .open-menu-link-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .sidebar-link-wrapper {
    display: none;
  }

  .sidebar-menu-content {
    background-color: #141a1f;
    min-width: 80vw;
    margin-left: -5rem;
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
    overflow: auto;
  }

  .sidebar-menu {
    background-color: #141a1f00;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .anchor-link-wrapper2 {
    margin-bottom: 0;
    margin-left: -3rem;
  }

  .inside.solid.end {
    margin-bottom: 0;
  }

  .image-base {
    width: 70%;
    height: 70vw;
  }

  .heading-medium {
    font-size: 2.25rem;
  }

  .section-servicess {
    margin-bottom: 0;
  }

  .page-padding2 {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .service-card.light {
    min-height: 50vh;
  }

  .service-item2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 6rem;
  }

  .timeline-inside {
    height: auto;
  }

  .large-heading {
    font-size: 48px;
  }

  .section-about-hero {
    margin-bottom: 0;
  }

  .about-image {
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .about-hero-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .about-hero-right {
    max-width: 35rem;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .page-padding4 {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .about-historyy {
    min-height: auto;
    padding-bottom: 12rem;
  }

  .music-note-top {
    right: 25%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-right33 {
    justify-content: flex-start;
  }

  .service-hero-block33 {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .service-hero-list {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    padding: 0;
  }

  .service-column-shade {
    display: none;
  }

  .home-portfolio-title {
    max-width: 22.5rem;
  }

  .verticles-projects {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    padding-left: 0;
  }

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

  .vericles-detail-block {
    grid-template-columns: 1fr;
  }

  .content-grid33 {
    grid-template-columns: 1.5rem 1fr 1.5rem;
  }

  .verticles-bottom {
    order: 1;
  }

  .verticles-projects-image {
    min-height: 90vw;
    padding-top: 0;
  }

  .padding-horizontal33 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-menu33 {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    justify-content: flex-start;
  }

  .service-hero-item {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    border-top: 1px solid #f3f0dc80;
    border-bottom: 1px #d2d2cf;
    margin-top: -1px;
    padding-top: 9rem;
    padding-bottom: 5rem;
  }

  .home-team-intro33 {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-block33 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .verticals-title {
    font-size: 15vw;
  }

  .text-size-xl {
    font-size: 8rem;
  }

  .service-item-title {
    justify-items: center;
    transform: none;
  }

  .padding-bottom33 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .stacked-content-cta {
    padding-left: 48px;
    padding-right: 48px;
  }

  .banner-content-cta {
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading-2.large {
    font-size: 42px;
  }

  .circle-link-cta {
    width: 160px;
    height: 160px;
  }

  .content-wrappercta {
    grid-template-columns: 1fr;
  }

  .section-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header139_content {
    justify-content: center;
  }

  .margin-botttom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header139_lightbox {
    max-width: 14rem;
  }

  .mmargin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout423_card {
    width: 100%;
  }

  .layout423_image {
    object-fit: cover;
  }

  .layout423_card-content {
    padding: 2rem;
  }

  .layout423_row {
    flex-direction: column;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .instagram {
    height: 20vw;
  }

  .hover-circle-wrapper-insta {
    display: none;
  }

  .instagram-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .instagram-footer {
    padding-top: 80px;
  }

  .section-social {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .instagram-feed {
    grid-template-columns: 1fr;
  }

  .layout418_title {
    font-size: 7.5rem;
  }

  .margin-bottom418 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout418_content {
    height: 100svh;
  }

  .layout418_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home-hero-images {
    max-width: 100vw;
  }

  .hero-image {
    width: 60vh;
    min-width: 60vh;
    height: 60vh;
  }

  .headingg.is-header-2-title {
    font-size: 3em;
  }

  .header-2-grid {
    grid-column-gap: 5em;
  }

  .header-2-padding {
    padding-top: 10.5em;
  }

  .container_gallery {
    padding-left: 4em;
    padding-right: 4em;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .cta_card-wrapper.left_card {
    margin-top: 94px;
    margin-right: auto;
    position: static;
  }

  .cta_card-wrapper.right_card {
    margin-left: auto;
    position: static;
    transform: rotate(12deg);
  }

  .cta_absolute-2 {
    display: inline-flex;
    top: 56%;
    right: -5%;
    transform: rotate(-96deg);
  }

  .cta_absolute-1 {
    display: inline-flex;
    inset: 25% auto 0% -6%;
    transform: rotate(96deg);
  }

  .dropdown-link {
    border-top: 1px solid #889ea833;
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    display: flex;
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .dropdown-list {
    position: absolute;
  }

  .dropdown-list.w--open {
    padding-top: 0;
  }

  .nav-menuu-2 {
    background-color: #0000;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .dropdown-cornerr {
    border-top: 1px solid #889ea833;
    border-left: 1px solid #889ea833;
    top: -6px;
  }

  .dropdown-wrapperr {
    width: 100%;
    min-width: auto;
    box-shadow: 0 18px 36px -8px #292b4e1f;
  }

  .menu-icon-wrapper {
    border: 1px #000;
    border-left: 1px solid #889ea833;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0 0 24px;
    display: flex;
  }

  .menu-button-3 {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 19px 0;
    display: flex;
  }

  .menu-button-3.w--open {
    background-color: #0000;
  }

  .nav-linkkk {
    background-color: #fff;
    border: 1px #889ea833;
    border-top-style: solid;
    min-height: 60px;
  }

  .navigation-contentt {
    padding-left: 12px;
    padding-right: 12px;
  }

  .menu-icon-2 {
    width: 28px;
  }

  .menu-items {
    flex-direction: column;
    box-shadow: 0 18px 36px -8px #292b4e12;
  }

  .cta_icon {
    width: 4em;
    height: 4em;
  }

  .button1_letter {
    padding-bottom: 8em;
    font-size: 1.2em;
  }

  .button1_letter-wrap {
    width: 12em;
    height: 12em;
  }

  .buttons_grid {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .is-txt-medium {
    font-size: 1.4rem;
  }

  .is-h3 {
    font-size: 1.6rem;
  }

  .cta_grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .buttons_section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .cta_about {
    flex-direction: row;
    padding: 2em;
  }

  .button-block-wrapper {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .social-linksss {
    width: 38px;
    height: 38px;
  }

  .footer-inner-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-head-title {
    padding-bottom: 20px;
  }

  .copy-right-section {
    justify-content: center;
  }

  .footer-navigeration-link {
    padding-bottom: 20px;
  }

  .footerr {
    padding-top: 70px;
  }

  .about-small-text {
    max-width: 100%;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

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

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

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

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

  .brix---mg-top-56px {
    margin-top: 40px;
  }

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

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

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

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

  .brix---mg-bottom-160px {
    margin-bottom: 100px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

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

  .brix---social-media-grid-left-2 {
    grid-column-gap: 10px;
  }

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

  .brix---grid-2-contact-v9 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .flex-body {
    padding-top: 90px;
  }

  .name-blockk {
    height: 4rem;
    margin-left: 0;
  }

  .item-name {
    height: 5rem;
    font-size: 3rem;
  }

  .vertical-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-action-heading {
    font-size: 3rem;
  }

  .action-description {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
  }

  .action-component {
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: auto;
    justify-items: center;
    padding-top: 1rem;
  }

  .cta-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section_dark_plan {
    padding-left: 32px;
    padding-right: 32px;
  }

  .plan-wrapper {
    width: 100%;
    max-width: 480px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .pricing-wrapper {
    flex-direction: column;
  }

  .tabs-content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.6em;
  }

  h2 {
    font-size: 2.1em;
  }

  h3 {
    font-size: 1.7em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.3em;
  }

  h6 {
    font-size: 1.15em;
  }

  .navbar.hide-mobile {
    display: none;
  }

  .grid-hero {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto min-content;
    grid-template-columns: 1fr;
  }

  .heading-hero {
    font-size: 7vw;
  }

  .block-grid-hero---right {
    border-top: 1px solid var(--light-border);
    border-left-style: none;
    padding-top: 2em;
    padding-left: 0;
  }

  .block-heading-hero {
    padding-top: 2em;
  }

  .heading-extra {
    max-width: 25ch;
    font-size: 3.3vw;
  }

  .content, .content.thin {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .link-favorites {
    padding: 2.6em;
  }

  .banner {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    padding: 5em 10%;
  }

  .banner-block-text {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .heading-bg-1, .heading-bg-2, .heading-bg-3 {
    font-size: 17vw;
  }

  .bannerr {
    flex-flow: column;
    padding-left: 10%;
    padding-right: 10%;
  }

  .image-banner-red {
    max-height: 32em;
    margin-top: 0;
  }

  .banner-block-text-red {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 5em;
    margin-bottom: 3em;
  }

  .heading-banner {
    font-size: 2.7em;
  }

  .link-services {
    min-height: 35em;
  }

  .block-services {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    padding-top: 1.5em;
  }

  .services.right {
    border-top: 1px solid var(--light-border);
    border-left-style: none;
    padding-top: 1.5em;
    padding-left: 0;
  }

  .heading-services {
    font-size: 7vw;
  }

  .paragraph-services {
    max-width: none;
  }

  .button-services {
    display: none;
  }

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

  .block {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .block-stories {
    height: 43em;
  }

  .block-heading {
    flex-flow: column;
  }

  .block-heading-right {
    padding-top: 0;
  }

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

  .block-price {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
  }

  .currency {
    font-size: 5vw;
  }

  .price-info {
    font-size: 2.4vw;
  }

  .price {
    font-size: 10vw;
  }

  .heading-plan {
    font-size: 4vw;
  }

  .block-plan {
    padding-top: 1.6em;
  }

  .map {
    min-height: 38em;
    padding: 1em;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .block-blog.large {
    padding-top: 1.4em;
  }

  .image-thumbnail, .image-thumbnail.large {
    height: 52vw;
  }

  .heading-blog {
    padding-bottom: 1em;
    font-size: 1.4em;
  }

  .heading-strip {
    font-size: 11vw;
  }

  .circle-strip {
    width: 2.2vw;
    height: 2.2vw;
  }

  .footer {
    padding-top: 5em;
  }

  .grid-footer {
    grid-row-gap: 5em;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 5em;
  }

  .block-top {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    margin-bottom: 2em;
    padding-top: 2em;
  }

  .block-text-top.right {
    border-left-style: none;
    width: 100%;
    padding-left: 0;
  }

  .paragraph-top {
    max-width: none;
  }

  .paragraph-top.blog {
    margin-left: 0;
  }

  .top {
    padding-top: 12em;
  }

  .heading-top.blog {
    font-size: 6vw;
  }

  .collection-list-blog, .grid-lass {
    grid-template-columns: 1fr;
  }

  .image-lass {
    height: 52vw;
  }

  .block-lass {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .icon-lass {
    width: 2em;
    height: 2em;
  }

  .block-text-large {
    padding-bottom: 4em;
  }

  .image-grid.mobile {
    max-width: 100%;
    height: 100%;
    min-height: 25rem;
  }

  .form-block {
    padding: 2.7em;
  }

  .block-field {
    flex-flow: column;
    margin-bottom: 1.3em;
  }

  .member {
    padding-top: 10.5em;
    padding-bottom: 5em;
  }

  .heading-member {
    font-size: 2.4em;
  }

  .form-block-membership {
    padding: 2.7em;
  }

  .heading-style-h3 {
    font-size: 25px;
  }

  .button-wrap {
    width: 2.25rem;
    height: 2.25rem;
  }

  .accordion_horizontal-bottom {
    padding-right: 0;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-vertical {
    font-size: 1.25rem;
  }

  .heading-style-h11 {
    font-size: 3.5rem;
  }

  .mask {
    padding-right: 1rem;
  }

  .mask-horizontal {
    margin-bottom: 1rem;
    padding: 2rem 1rem;
  }

  .accordion_verical-bottom, .accordion_verical-bottom.current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .accordion2_icon {
    width: 1.75rem;
  }

  .heading-style-h22 {
    font-size: 1.75rem;
  }

  .accordion_vertical-top, .accordion_horizontal-top {
    padding: 1.25rem;
  }

  .text-size-largee {
    font-size: 1.25rem;
  }

  .page-paddingg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .title-wrapper {
    min-width: 100%;
  }

  .menu-linkk {
    min-width: 3.75rem;
    min-height: 3.75rem;
    margin-left: -3rem;
    left: -2rem;
  }

  .form-number {
    font-size: .75rem;
  }

  .sidebar-menu-item {
    padding-right: 0;
    font-size: 2rem;
  }

  .close-menu-linkk, .open-menu-link-wrapper {
    width: 3.75rem;
    height: 3.75rem;
  }

  .sidebar-menu-content {
    min-width: 75vw;
    margin-left: -3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: none;
    overflow: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .anchor-link-wrapper2 {
    align-items: center;
    margin-left: -1.5rem;
    display: none;
  }

  .image-base {
    width: 100%;
    height: 110vw;
  }

  .heading-medium {
    font-size: 2rem;
  }

  .page-padding2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .services-component2 {
    grid-template-columns: 1fr;
  }

  .service-item2 {
    padding-bottom: 6rem;
  }

  .large-heading {
    font-size: 42px;
  }

  .heading-xlarge {
    font-size: 2.875rem;
  }

  .page-padding4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .history-info {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .title-stacked {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .about-hero-intro {
    padding-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .service-hero-list {
    grid-template-columns: 1fr;
  }

  .home-portfolio-grid {
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
  }

  .verticles-projects {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2.25rem;
    padding-bottom: 4.5rem;
  }

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

  .content-grid33 {
    grid-template-columns: 1rem 1fr 1rem;
  }

  .social-link33 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .verticles-projects-image {
    padding-bottom: 2rem;
  }

  .padding-horizontal33 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-small-2 {
    font-size: 1.1rem;
  }

  .footer-menu33 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .quote-credit {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
  }

  .service-hero-item {
    grid-row-gap: 1.5rem;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .home-team-intro33 {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-block33 {
    padding: 1.3rem;
  }

  .verticals-title {
    font-size: 25vw;
  }

  .text-size-xl {
    font-size: 6rem;
  }

  .padding-bottom33 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .stacked-content-cta {
    padding-left: 36px;
    padding-right: 36px;
  }

  .heading-2.large {
    font-size: 36px;
  }

  .circle-link-cta {
    width: 160px;
    height: 160px;
  }

  .margin-botttom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .header139_lightbox {
    display: none;
    position: relative;
    left: 5%;
    right: auto;
  }

  .text-size-mediumm {
    font-size: 1rem;
  }

  .mmargin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout423_card {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .layout423_card-content {
    padding: 1.5rem;
  }

  .layout423_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .black-blob.mobile {
    width: 100%;
    height: 100%;
    min-height: 25rem;
  }

  .instagram {
    height: 40vw;
  }

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

  .instagram-footer {
    padding-top: 60px;
  }

  .section-social {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .layout418_title {
    font-size: 5.5rem;
  }

  .margin-bottom418 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout418_content {
    grid-template-rows: auto;
    grid-template-columns: 30rem;
    grid-auto-columns: 1fr;
    align-content: center;
    display: grid;
  }

  .layout418_list {
    min-height: 24.5rem;
    margin-top: 6rem;
    position: sticky;
    top: 0;
  }

  .layout418_title-wrapper {
    padding-top: 5rem;
    inset: 0% 0% auto;
  }

  .layout418_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    height: 200vh;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .headingg.is-header-2-title {
    line-height: 1.3em;
  }

  .header-2-grid {
    grid-template-columns: 1fr;
  }

  .header-2-image-size-1 {
    height: 30em;
  }

  .header-2-padding {
    padding-top: 8em;
    padding-bottom: 12em;
  }

  .cta_absolute-2 {
    top: 57%;
  }

  .cta_absolute-1 {
    top: 28%;
  }

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

  .heading-style-h4-2 {
    font-size: 1rem;
  }

  .dropdown-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-right {
    grid-column-gap: 18px;
  }

  .nav-linkkk {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button1_letter {
    padding-bottom: 8.5em;
    font-size: 1.1em;
  }

  .button_item {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .portrait-2 {
    width: 8em;
    height: 8em;
  }

  .button1 {
    width: 6em;
    height: 6em;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

  .is-txt-medium {
    font-size: 1.2rem;
  }

  .is-h3 {
    font-size: 1.4rem;
  }

  .cta_about {
    flex-direction: column;
  }

  .contact-icon-text {
    font-size: .75rem;
  }

  .button-icon-outline {
    width: 35px;
    height: 35px;
  }

  .button-block-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }

  .copy-right-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .heading-style-h5 {
    font-size: 18px;
  }

  .footer-navigeration-link {
    flex-flow: column;
  }

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

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

  .brix---footer-logo-wrapper {
    width: 239px;
  }

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

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

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

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

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .kutup-footer-horizontal-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .hero-loop-text {
    margin-left: -.5rem;
  }

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

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

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-160px {
    margin-bottom: 80px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

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

  .brix---big-icon-left-2 {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---social-media-grid-left-2 {
    justify-content: start;
    justify-items: start;
  }

  .brix---3-columns-1-col-tablet, .brix---grid-2-contact-v9 {
    grid-template-columns: 1fr;
  }

  .bake72 {
    width: 300px;
    max-width: 100%;
  }

  .name-blockk {
    height: 3.75rem;
  }

  .item-name {
    height: 4.5rem;
    font-size: 2.5rem;
  }

  .vertical-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-action-heading {
    font-size: 2.5rem;
  }

  .section-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .action-component {
    grid-row-gap: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .display-2 {
    font-size: 40px;
  }

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

  .section_dark_plan {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-dark {
    padding: 8px 24px;
  }

  .paragraph-big {
    font-size: 18px;
  }

  .plan-wrapper {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }

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

  .tabs-menu-dark {
    position: relative;
  }

  .pricing-wrapper {
    flex-direction: column;
  }

  .tabs-content {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.3em;
  }

  h5 {
    font-size: 1.2em;
  }

  h6 {
    font-size: 1.1em;
  }

  .navbar.hide-mobile {
    display: none;
  }

  .grid-hero {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    padding: 1.4em;
  }

  .block-grid-hero---left {
    padding-top: 14em;
  }

  .heading-hero {
    margin-bottom: 2em;
    margin-left: 1vw;
    font-size: 12vw;
  }

  .block-grid-hero---right {
    padding-top: 1.4em;
  }

  .block-heading-hero {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    padding-top: 1.4em;
  }

  .link-button.light.show-mobile {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .link-button.show-desktop {
    display: none;
  }

  .link-button.show-mobile {
    display: block;
  }

  .link-button.show-mobile.hide {
    display: none;
  }

  .heading-extra {
    font-size: 4vw;
  }

  .section.full.light-pink.mobile {
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
    overflow: hidden;
  }

  .section.full.blue {
    flex-flow: column;
    display: block;
  }

  .section.full.flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.full.blue {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }

  .section.full.blue.with-padding-bottom {
    padding-bottom: 4em;
  }

  .content.transparent {
    width: 100%;
  }

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

  .banner.pink {
    min-width: auto;
  }

  .banner.pink.with-margin-top {
    margin-top: 15rem;
    padding-bottom: 0;
  }

  .banner.blue {
    min-width: auto;
    padding-top: 5em;
  }

  .banner.blue.with-margin-top {
    margin-top: 9rem;
  }

  .banner.no-padding._85-rem-witdh {
    min-width: 0;
  }

  .banner.with-padding-top {
    padding-top: 15rem;
  }

  .banner-block-text.width-min-36rem {
    min-width: 0;
    padding-top: 10px;
  }

  .banner-block-text.width-min-36rem.with-margin-top {
    margin-top: 8rem;
    padding-top: 0;
  }

  .paragraph {
    max-width: 28em;
  }

  .paragraph.black.max-20em {
    text-align: left;
    max-width: 15em;
  }

  .heading {
    text-align: center;
    justify-content: center;
    align-self: auto;
    display: block;
  }

  .heading.blue.xl {
    font-size: 3em;
  }

  .heading._2-rem-left {
    padding-left: 2rem;
  }

  .heading.max-15-rem {
    text-align: center;
    max-width: 13rem;
  }

  .heading.center {
    align-self: auto;
    left: auto;
  }

  .subheading {
    align-self: flex-start;
  }

  .banner-block-img {
    justify-content: center;
    display: flex;
  }

  .banner-block-img._3 {
    z-index: 10;
    justify-content: center;
  }

  .banner-block-img.z-300 {
    z-index: 300;
  }

  .banner-block-img.with-margin-top-mobile {
    justify-content: center;
    align-self: center;
    margin-top: 11rem;
    top: auto;
  }

  .banner-block-img.with-margin-top-mobile.small {
    margin-top: 0;
  }

  .image-banner {
    width: 100%;
    max-width: 100%;
  }

  .heading-bg-1 {
    position: relative;
  }

  .heading-bg-1.pink {
    margin-right: 11%;
  }

  .heading-bg-1._70-z-index {
    z-index: 100;
  }

  .heading-bg {
    align-items: center;
    right: auto;
  }

  .heading-bg.with-margin-top {
    margin-top: 15rem;
  }

  .heading-bg-2.dark {
    margin-right: -8%;
  }

  .heading-bg-2.dark.light-mobile {
    color: #a0a4b2;
  }

  .heading-bg-3 {
    z-index: 80;
  }

  .heading-bg-3.blue {
    margin-right: 10%;
  }

  .heading-bg-3._80 {
    z-index: 88;
    color: #c5bd98;
  }

  .bannerr.blue {
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
    min-height: 50rem;
  }

  .bannerr.blue.with-padding-bottom-mobile {
    padding-top: 4rem;
    padding-bottom: 4em;
  }

  .bannerr.pink-light {
    min-width: 0;
    max-width: none;
    min-height: 50rem;
    padding-right: 5%;
  }

  .bannerr.transparent-background {
    min-width: auto;
  }

  .bannerr.transparent.with-padding {
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
    max-width: 0;
    min-height: 50rem;
    padding-right: 5%;
    position: relative;
  }

  .image-banner-red {
    max-height: 25em;
  }

  .image-banner-red.hide-desktop {
    max-width: 110%;
    max-height: none;
    display: block;
  }

  .image-banner-red._2 {
    max-width: 100%;
    max-height: none;
  }

  .image-banner-red._3 {
    max-width: none;
    max-height: none;
  }

  .banner-block-text-red {
    grid-column-gap: 1.7em;
    grid-row-gap: 1.7em;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 13rem;
    margin-bottom: 6em;
  }

  .heading-banner {
    z-index: 5;
    text-align: left;
    font-size: 2.1em;
    position: relative;
  }

  .link-services {
    min-height: 28em;
    padding: 1.4em 1.4em 2em;
  }

  .link-services.with-margin._100 {
    min-height: 50em;
  }

  .link-services.with-margin._100._40em-height {
    min-height: 40em;
  }

  .block-services.with-padding {
    align-self: auto;
  }

  .services {
    align-self: center;
  }

  .services.right {
    grid-column-gap: 2.2em;
    grid-row-gap: 2.2em;
    padding-top: 1.2em;
  }

  .services.right.padding-mobile {
    padding-left: 1.5em;
  }

  .heading-services {
    font-size: 8vw;
  }

  .heading-services.yellow-mobile {
    color: #f2dc5c;
    text-shadow: 0 1px 5px #000000a8;
  }

  .heading-services.shadow.rotate-2 {
    max-width: 15rem;
    font-size: 3rem;
    display: flex;
  }

  .paragraph-services {
    font-size: 1em;
  }

  .grid.black {
    grid-column-gap: .62em;
    grid-row-gap: .62em;
  }

  .block.white.show-desktop {
    display: none;
  }

  .block.black.no-padding {
    padding-bottom: 5em;
    padding-left: 5%;
    padding-right: 5%;
  }

  .block-stories.white {
    justify-content: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .block-stories-up {
    display: none;
  }

  .block-heading-left {
    align-self: auto;
    align-items: center;
  }

  .block-heading-left.max-30-rem {
    grid-column-gap: 1.7em;
    grid-row-gap: 1.7em;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .block-heading-left.max-30-rem.with-padding {
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .block-heading-left.max-45 {
    grid-column-gap: 1.7em;
    grid-row-gap: 1.7em;
    max-width: 45em;
  }

  .block-heading-left.max-15vw {
    max-width: 18rem;
  }

  .block-heading.center.vertical {
    margin-left: 0;
    margin-right: 0;
    padding-top: 6rem;
    padding-bottom: 8rem;
    padding-left: 0;
  }

  .plan {
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .price {
    font-size: 12vw;
  }

  .heading-plan {
    font-size: 1.1em;
  }

  .paragraph-plan {
    font-size: 1em;
  }

  .block-plan {
    padding-bottom: 2em;
  }

  .map {
    min-height: 32em;
    padding: .5em;
  }

  .block-map {
    padding: 1.7em;
  }

  .link-blog.large {
    padding: 1.5em;
  }

  .heading-strip {
    font-size: 15vw;
  }

  .circle-strip {
    width: 3.4vw;
    height: 3.4vw;
  }

  .footer._10em {
    padding-top: 10em;
  }

  .footer-bottom {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.7em;
    padding-bottom: 1.7em;
  }

  .footer-bottom.darl-line {
    align-self: auto;
    display: flex;
  }

  .grid-footer {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .grid-footer._3-columns {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .block-footer.extend {
    min-width: 0;
  }

  .footer-text-block {
    text-decoration: none;
  }

  .footer-text {
    text-transform: uppercase;
    text-decoration: none;
  }

  .footer-text.zahina {
    text-decoration: none;
  }

  .paragraph-footer {
    text-align: left;
  }

  .paragraph-footer.medium {
    font-size: 1em;
  }

  .block-top {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    margin-bottom: 1.4em;
    margin-left: 1.4em;
    margin-right: 1.4em;
    padding-top: 1.4em;
  }

  .block-text-top.right {
    margin-bottom: 0;
  }

  .block-text-top.right._60 {
    width: auto;
  }

  .block-text-top.right.with-margin-mobile {
    align-self: flex-start;
    width: 90%;
    margin-bottom: 2rem;
  }

  .block-text-top.xl {
    padding-bottom: 3rem;
  }

  .paragraph-top {
    font-size: 1.1em;
  }

  .heading-top {
    font-size: 9vw;
  }

  .heading-top.blog {
    font-size: 7vw;
  }

  .image-top {
    height: 100%;
  }

  .image-top.hide {
    display: none;
  }

  .image-top.auto {
    height: 100%;
  }

  .lass {
    padding: 1.7em;
  }

  .block-lass {
    margin-bottom: 1.3em;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
  }

  .paragraph-lass {
    font-size: 1em;
  }

  .block-text-large {
    padding: 1.7em 1.7em 2.8em;
  }

  .paragraph-services-large {
    font-size: 1em;
  }

  .image-grid.mobile {
    max-width: none;
    height: 100%;
    min-height: 25rem;
    overflow: visible;
  }

  .grid-img {
    grid-template-columns: 1fr;
    height: 300vw;
  }

  .form-block {
    padding: 1.8em;
  }

  .block-field {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-bottom: 1em;
  }

  .block-member {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-member.full {
    flex-flow: row;
  }

  .section-member.full.fix {
    min-height: 150vh;
  }

  .section-member.full._50vh {
    min-height: 30vh;
  }

  .member.center {
    justify-content: center;
  }

  .heading-member {
    font-size: 1.5em;
  }

  .form-block-membership {
    padding: 1.8em;
  }

  .heading-template {
    font-size: 1.5em;
  }

  .template-info {
    flex-flow: column;
  }

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

  .utility-page-content {
    padding: 1.6em;
  }

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

  .heading-style-h3.text-white.sm {
    font-size: 1.3rem;
  }

  .about-service-button-wrapper {
    width: 50px;
    height: 50px;
  }

  .about-one-service-main.border-top {
    height: 180px;
  }

  .arrow-black {
    filter: invert();
  }

  .arrow-white.arrow-small {
    width: 15px;
    height: 15px;
  }

  .about-one-service-text-main {
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-one-service-overlay {
    background-image: linear-gradient(#0d0d0de6, #0d0d0de6);
  }

  .about-one-text-wrapper {
    flex-basis: 85%;
  }

  .about-one-our-service-1 {
    background-color: #fff;
  }

  .arrow-white-2.arrow-small-2 {
    width: 15px;
    height: 15px;
  }

  .about-one-service-main-2.border-top-2 {
    height: 180px;
  }

  .about-one-service-main-2.border-top-2.overflow-hidden-2.position-relative-3 {
    background-color: #0000;
    border-top-color: #a013130d;
  }

  .about-one-service-main-2.border-top-2.overflow-hidden-2.position-relative-3.block {
    flex-flow: row;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-one-text-wrapper-2, .about-one-text-wrapper-2._50-desktop {
    flex-basis: 85%;
  }

  .about-one-service-overlay-2 {
    background-color: #3b6a6b;
    background-image: none;
  }

  .subheading-1.xl {
    font-size: 1.5rem;
  }

  .about-one-our-service-item-wrapper-1 {
    background-color: #3b6a6b;
    padding-top: 0;
    padding-right: .5rem;
  }

  .about-one-service-text-main-4 {
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-one-service-title-2._70-desktop {
    width: 80%;
  }

  .arrow-black-2 {
    filter: invert();
  }

  .about-one-service-item-title-holder-6.change-position-6.position-relative-6 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .accordion_vertical-component {
    height: auto;
  }

  .accordion_vertical-component.current {
    overflow: hidden;
  }

  .accordion_vertical-component.hide {
    display: none;
  }

  .vertical-img {
    z-index: -1;
    width: auto;
    max-width: 85%;
    height: auto;
    position: absolute;
    bottom: -17%;
  }

  .accordion_horizontal-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .text-vertical {
    font-size: 1.1rem;
  }

  .heading-style-h11 {
    font-size: 2.1rem;
    line-height: 1.1;
  }

  .mask {
    flex-flow: column;
    padding-bottom: 1rem;
  }

  .accordions_vertical {
    padding-top: 0;
  }

  .accordion_verical-bottom {
    height: 0;
  }

  .heading-style-h22 {
    font-size: 1.75rem;
  }

  .accordions_horizontal {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 0;
  }

  .contact-wrap {
    z-index: 30;
    width: 100%;
    position: relative;
  }

  .max-width-small {
    width: 100%;
  }

  .horizontal-img {
    width: 100%;
    height: 10rem;
  }

  .text-size-largee {
    font-size: 1.25rem;
  }

  .paragraph-2 {
    flex: 0 auto;
  }

  .paragraph-2.bold.blue {
    z-index: 10;
    position: relative;
  }

  .paragraph-2.show-desktop {
    display: none;
  }

  .paragraph-2.show-mobile, .paragraph-2.show-mobile.zumba-pink {
    display: block;
  }

  .vertical-image.hide-mobile, .image-2.hide-mobile {
    display: none;
  }

  .right-faq-imgblock {
    z-index: 10;
    width: 100%;
    height: 13rem;
  }

  .banner-block-img-1.show-desktop {
    display: none;
  }

  .big-image.absolute {
    max-width: 100%;
  }

  .big-image.absolute._2 {
    max-width: 120%;
  }

  .big-image._10 {
    z-index: 60;
    opacity: 1;
    width: auto;
    max-width: 400px;
    height: auto;
    position: absolute;
    right: auto;
  }

  .image-3 {
    height: 25%;
  }

  .section-with-top-wave.blue-bg {
    bottom: 0;
  }

  .section-with-top-wave.absolute {
    z-index: 30;
  }

  .font-2 {
    padding-bottom: .5rem;
    overflow: visible;
  }

  .bg-block {
    overflow: hidden;
  }

  .image-6 {
    max-width: 100%;
    height: 100%;
    position: relative;
    left: -4.9rem;
  }

  .bold.caps {
    text-transform: uppercase;
    font-size: 1.1em;
  }

  .lines1 {
    max-width: 85%;
    top: 20rem;
    right: -10.9rem;
  }

  .circles1 {
    max-width: 4rem;
    top: 15%;
  }

  .blob {
    opacity: 1;
    left: auto;
  }

  .blob._2 {
    left: -.4rem;
  }

  .blob._3 {
    left: -44px;
  }

  .blob._4 {
    z-index: auto;
  }

  .blob._6 {
    width: auto;
    min-width: 0%;
    max-width: 95%;
    min-height: 0%;
    max-height: none;
  }

  .menu-button-2 {
    display: none;
  }

  .title-wrapper {
    width: 50vw;
  }

  .title-wrapper.hide {
    display: none;
  }

  .sidebar-top {
    z-index: 1500;
  }

  .sidebar.medium {
    width: 0;
    height: 100vh;
    display: flex;
    position: absolute;
  }

  .sidebar-bottom.absolute {
    display: none;
  }

  .menu-linkk {
    display: block;
  }

  .sidebar-menu-block {
    padding-top: 8vh;
    display: flex;
  }

  .mega-menu-overlay {
    display: none;
  }

  .sidebar-menu-item {
    min-width: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 0;
  }

  .sidebar-menu-item.w--current {
    min-width: 0;
  }

  .mega-menu-social {
    display: none;
  }

  .mega-menu-social.show-mobile {
    flex-flow: row;
    justify-content: flex-start;
    height: auto;
    padding-left: 0%;
    display: none;
  }

  .social-link-list {
    grid-column-gap: .75rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .menu-link-background {
    background-image: linear-gradient(#ec0059, #a2c024), url('../images/Color1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .dot-mouseover {
    display: none;
  }

  .sidebar-menu-content {
    background-image: linear-gradient(#9481ec9e, #e16097d9 99%, #e26096), url('../images/Zumba7.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-width: 100vw;
    margin-left: -6rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
  }

  .sidebar-menu-content.vertical {
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/Zumba7.jpg');
    background-position: 0 0, 50%;
    min-width: 100vw;
    display: block;
  }

  .sidebar-menu-content.vertical.contact {
    background-image: linear-gradient(#141a1f8a, #141a1f8a), url('../images/Sarah_mobile2.png');
    background-position: 0 0, 50% 85%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 65%;
    display: none;
  }

  .sidebar-menu-content.vertical.zumba {
    background-image: linear-gradient(#141a1f8a, #141a1f8a), url('../images/Dancer15.png');
    background-position: 0 0, 50% 85%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    display: none;
  }

  .sidebar-menu-content.vertical.gold {
    background-image: linear-gradient(#141a1f8f, #141a1f8f), url('../images/Zumba44.png');
    background-position: 0 0, 50% 85%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 65%;
    display: none;
  }

  .sidebar-menu-content.vertical.kids {
    background-image: linear-gradient(#141a1f8f, #141a1f8f), url('../images/Kids4.png');
    background-position: 0 0, 50% 85%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 65%;
    display: none;
  }

  .sidebar-menu-content.vertical.team {
    background-image: linear-gradient(#141a1f8f, #141a1f8f), url('../images/Melissa3.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    height: 100%;
    display: none;
  }

  .sidebar-menu-content.vertical.about {
    background-image: linear-gradient(#141a1f8f, #141a1f8f), url('../images/Zumba_woman1.png');
    background-position: 0 0, 50% 85%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 70%;
    display: none;
  }

  .sidebar-menu-content.vertical.home {
    background-image: linear-gradient(#141a1f8f, #141a1f8f), url('../images/Dancer7.png');
    background-position: 0 0, 50% 85%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 70%;
    display: none;
  }

  .sidebar-menu-content.vertical.tarifs {
    background-image: linear-gradient(#9481ec9e, #e16097d9 99%, #e26096), linear-gradient(#0000, #0000), url('../images/Dancer51.png');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto 65%;
    display: none;
  }

  .sidebar-menu {
    z-index: 30;
    left: auto;
    right: 0;
  }

  .block-with-dancer {
    display: none;
  }

  .image-8 {
    width: 80%;
    height: 2.5rem;
    top: 2.6rem;
    left: 0;
  }

  .pink.dark-orange {
    color: #2eaec5;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.title._2-rem-top.with-margin-mobile {
    margin-left: 4rem;
  }

  .margin-bottom.title.margin-mobile {
    margin-left: 10%;
  }

  .margin-bottom.title.max-17-rem {
    height: 6rem;
    margin-left: 2rem;
    padding-left: 0;
  }

  .margin-bottom.bottom-2.with-padding-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-servicess.white {
    overflow: hidden;
  }

  .service-card.light {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .service-item2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 0;
  }

  .text-size-regular.white.light.with-margins._25-rem {
    min-width: auto;
  }

  .sm.blue {
    color: #b8f7f8;
  }

  .separation-section.white.hidemobile, .wave_top.show-desktop {
    display: none;
  }

  .wave_top.show-mobile {
    display: block;
  }

  .top-wave-large.show-desktop {
    display: none;
  }

  .section-about-hero.transparent.with-margin {
    padding-bottom: 8rem;
  }

  .about-hero-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

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

  .about-historyy {
    padding-bottom: 16rem;
  }

  .about-hero-intro {
    padding-bottom: 0;
  }

  .wave.show-desktop {
    display: none;
  }

  .image-23 {
    height: 100%;
  }

  .image-23.hide-mobile {
    display: none;
  }

  .blue.light-mobile {
    color: #92e1e2;
  }

  .music-note-right {
    right: .25rem;
  }

  .music-note-bottom {
    bottom: 1.1rem;
    right: 1.9rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .service-hero-list.no-grid {
    flex-flow: column;
  }

  .verticles-projects-image {
    min-height: 110vw;
    padding-bottom: 1.5rem;
  }

  .padding-horizontal33 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .verticles-wrapper.show-desktop {
    display: none;
  }

  .verticles-wrapper.show-mobile {
    display: block;
  }

  .page-hero-red33.light {
    background-image: none;
  }

  .service-hero-item {
    grid-row-gap: 1.2rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-block33 {
    padding: 1.2rem;
  }

  .verticals-title {
    font-size: 40vw;
  }

  .verticals-title.white, .verticals-title.beige {
    font-size: 10vw;
  }

  .text-size-xl {
    font-size: 5rem;
  }

  .padding-bottom33 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .stacked-content-cta {
    grid-row-gap: 36px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .link-hover-fill-cta.light {
    display: none;
  }

  .banner-content-cta {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-2.large {
    font-size: 34px;
  }

  .circle-link-cta {
    width: 140px;
    height: 140px;
    font-size: 10px;
  }

  .circle-link-wrapper-cta {
    margin-left: -48px;
  }

  .header139_content {
    height: auto;
  }

  .header139_content.no-padd {
    height: 45rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .header139_content.no-padd.overflow {
    align-items: center;
    overflow: visible;
  }

  .header139_component {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 8rem;
  }

  .margin-botttom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-botttom.margin-xsmall {
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .margin-botttom.margin-small.max-40-rem {
    max-width: none;
  }

  .header139_lightbox {
    position: relative;
    right: auto;
  }

  .header139_background-image.hide {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .mmargin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout423_image, .layout423_image.show-mobile {
    display: block;
  }

  .text-weight-semmibold.text-color-white {
    text-align: left;
    justify-content: center;
    align-self: auto;
    max-width: 13rem;
    display: block;
  }

  .text-weight-semmibold.text-color-white.medium-mobile {
    max-width: 13rem;
    margin-bottom: .5rem;
    line-height: 1.5;
  }

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

  .max-width-large.align-center.max-35-rem-mobile {
    justify-content: center;
    max-width: none;
  }

  .black-blob.mobile {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 25rem;
    overflow: visible;
  }

  .div-block-13 {
    height: auto;
    overflow: hidden;
  }

  .hover-circle-wrapper-insta {
    padding: 40px;
  }

  .instagram-grid {
    margin-bottom: 0;
  }

  .section-social {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .layout418_title {
    font-size: 3.25rem;
  }

  .margin-bottom418 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom418.margin-xsmall._1-rem-padding-left {
    padding-left: 1rem;
  }

  .layout418_content {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .layout418_content._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 150svh;
    padding: 13rem 0%;
    display: grid;
  }

  .layout418_content._2 {
    height: 150svh;
  }

  .layout418_content._3 {
    height: 150svh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .layout418_list {
    max-width: 35rem;
    margin-top: 3rem;
    display: flex;
  }

  .layout418_title-wrapper {
    inset: 0% 0% auto;
  }

  .section-la-team {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-la-team._2 {
    z-index: 400;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-la-team._3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .layout418_card {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .layout418_card.card-1.transparent {
    justify-content: space-between;
  }

  .layout418_card.card-1.transparent.hide {
    display: none;
  }

  .layout418_card.card-2.transparent {
    margin-left: auto;
    margin-right: auto;
    padding-left: .5rem;
    padding-right: 1rem;
  }

  .layout418_card.card-3 {
    margin-top: 4rem;
  }

  .layout418_card.card-3.transparent {
    margin-top: 10rem;
  }

  .layout418_card.card-one.transparent {
    padding-left: 0;
    padding-right: 0;
  }

  .layout418_card.card-one.transparent.no-padding {
    margin-left: 0;
    margin-right: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .layout418_card.card-two.transparent {
    padding-left: 0;
    padding-right: 0;
  }

  .layout418_card.card-two.transparent.no-padding {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .layout418_card.card-two.transparent.small-pading {
    margin-left: 0;
    margin-right: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .layout418_card.card-three.transparent {
    padding-left: 0;
    padding-right: 0;
  }

  .layout418_card.card-three.transparent.no-margin {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout418_card.card-i, .layout418_card.card-ii, .layout418_card.card-iii {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large55 {
    max-width: 80rem;
    position: relative;
  }

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

  .layout418_component._2 {
    height: 200vh;
  }

  .bg-image._2 {
    background-image: linear-gradient(#0000, #0000), url('../images/image_top1.jpeg');
    background-size: auto, auto 100%;
    display: block;
  }

  .bg-image.desktop {
    background-image: linear-gradient(#50a6a780, #50a6a780), url('../images/Zumba2.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    display: none;
  }

  .card-title.with-margin.white._1rem-padding {
    padding-left: 1rem;
  }

  .texts-block.topp._0-5-rem-padding {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .top-card.above {
    z-index: 10;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .top-card.above._2rem-padding-bottom {
    margin-left: 0;
    margin-right: 0;
  }

  .top-card.above._2rem-padding-bottom.small-margin {
    margin-left: auto;
    margin-right: auto;
  }

  .bg-card.transparent {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bottom-card {
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-card.with-margin-top {
    padding-left: 2rem;
  }

  .bottom-card.transparent._40rem {
    min-width: 22rem;
    padding-bottom: 2rem;
  }

  .block-with-blob {
    align-self: stretch;
    height: auto;
  }

  .image-43 {
    height: 130%;
  }

  .image-44, .image-47 {
    width: 118%;
    max-width: 118%;
  }

  .image-49 {
    width: 120%;
    max-width: 120%;
  }

  .image-51 {
    width: 118%;
    max-width: 118%;
  }

  .white {
    text-align: left;
  }

  .white.max-10-rem-mobile {
    max-width: 10rem;
  }

  .home-hero-images {
    padding-top: 4rem;
    padding-bottom: 16rem;
  }

  .home-hero-images.medium-padding {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .hero-triggerr {
    margin-top: 100vh;
  }

  .hero-image {
    width: 80vw;
    min-width: 80vw;
    height: 80vw;
  }

  .strip-block-2 {
    display: none;
  }

  .strip-block-2.show-mobile {
    display: block;
    top: 15%;
  }

  .strip-block-3 {
    display: none;
  }

  .strip-block-3.show-mobile {
    display: block;
    top: 15%;
  }

  .image-56 {
    display: none;
  }

  .image-56.show-mobile {
    display: block;
  }

  .image-57 {
    display: none;
  }

  .image-57.show-mobile {
    display: block;
    position: static;
    top: 0;
  }

  .div-block-30 {
    display: block;
    overflow: hidden;
  }

  .image-58 {
    display: none;
  }

  .image-58.show-mobile {
    display: block;
  }

  .image-59 {
    height: 80%;
    left: -5%;
  }

  .image-59._1 {
    max-width: 65%;
  }

  .image-59._2 {
    max-width: 70%;
    height: auto;
  }

  .image-59._3 {
    max-width: 75%;
    height: auto;
  }

  .div-block-32 {
    background-image: url('../images/blue_wave.png'), linear-gradient(#100e2ab0, #100e2ab0), url('../images/Mobile_BG.jpg');
    background-position: 50% 100%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: contain, auto, auto;
    justify-content: center;
    align-self: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    left: 0;
    right: 0;
  }

  .div-block-32.show-mobile {
    background-image: url('../images/blue_wave.png'), linear-gradient(#00000026, #00000026), url('../images/Mobile_BG.jpg');
    background-position: 50% 85%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: contain, auto, auto;
    display: block;
  }

  .image-60 {
    display: none;
  }

  .image-60.show-mobile {
    display: block;
  }

  .bg-image-orange {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-61.absolute.show-mobile {
    z-index: 30;
    width: auto;
    max-width: none;
    height: 100%;
    display: block;
    left: 10%;
    right: 0;
  }

  .image-61.absolute.show-desktop, .banner_blob {
    display: none;
  }

  .banner_blob.show-mobile {
    display: block;
  }

  .separation-block._48em {
    height: 4rem;
  }

  .title-block._4rem-padding-desktop {
    align-self: center;
  }

  .title-asset._1 {
    width: 65%;
    height: 10rem;
    left: -3.4rem;
  }

  .header-2-grid {
    grid-column-gap: 5em;
    grid-row-gap: 10em;
  }

  .parallax-animation {
    overflow: hidden;
  }

  .header-2-column {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .image-animation-triggerrr {
    width: 100%;
    overflow: hidden;
  }

  .container_gallery {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .header-2-image-size-2 {
    height: auto;
    min-height: 30rem;
  }

  .white-bottom-wave {
    position: relative;
  }

  .white-bottom-wave.hide-mobile {
    display: none;
  }

  .header-3-padding {
    padding-bottom: 8rem;
  }

  .image-63 {
    display: none;
  }

  .image-63.show-mobile {
    display: block;
  }

  .cta_main {
    padding: 2rem 1rem;
  }

  .cta_main.white {
    width: auto;
  }

  .cta_main.transparent {
    align-self: center;
  }

  .cta_card-wrapper.left_card {
    max-height: none;
    margin-top: 20px;
    margin-left: auto;
    transform: none;
  }

  .cta_card-wrapper.right_card {
    max-height: none;
    margin-right: auto;
    transform: none;
  }

  .cta_absolute-2 {
    display: none;
  }

  .text-size-xxlarge {
    font-size: 2.25rem;
  }

  .cta_absolute-1 {
    display: none;
  }

  .cta_container {
    width: auto;
    min-width: 0;
    max-width: none;
  }

  .padding-global-2.padding-section-large {
    flex-flow: column;
    display: block;
  }

  .menu-icon-wrapper {
    padding-left: 18px;
  }

  .nav-button {
    display: none;
  }

  .top-pink-asset.mobile {
    width: 170%;
    height: 10%;
  }

  .bottom-light-pink-blob {
    width: 110%;
    height: 125%;
    min-height: 0%;
    position: relative;
    top: auto;
  }

  .top-gold-asset {
    align-self: center;
    width: 130%;
    height: 8rem;
    left: auto;
  }

  .bottom-orange-blob {
    width: 110%;
    height: 130%;
  }

  .top-orange-blob.auto-mobile {
    width: auto;
    max-width: none;
  }

  .bottom-gold-blob {
    max-width: 115%;
    height: 130%;
  }

  .image-72 {
    left: -1rem;
  }

  .image-72._80 {
    max-width: 80%;
  }

  .image-73 {
    max-width: 6rem;
    bottom: -10.2rem;
    left: auto;
  }

  .image-74 {
    max-width: 3rem;
    bottom: -9.4rem;
    left: -1.9rem;
  }

  .image-75 {
    top: -5.6rem;
    right: 5.6rem;
  }

  .image-75._75 {
    right: 0;
  }

  .image-75._4 {
    right: 1.1rem;
  }

  .image-76._15-mobile {
    left: -15%;
  }

  .image-77 {
    right: auto;
  }

  .image-77.medium {
    z-index: 4;
    max-width: 100%;
    right: 4rem;
  }

  .image-77._2 {
    max-width: 110%;
    right: 5%;
  }

  .image-77._3 {
    max-width: 110%;
  }

  .banner-wrapper {
    flex-flow: column;
    min-width: 0;
    max-width: none;
    display: block;
  }

  .banner-wrapper.light-pink._3 {
    flex-flow: column;
    align-self: auto;
    min-width: 0;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .banner-wrapper.flex {
    display: flex;
  }

  .image-78.hide-mobile {
    display: none;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .button1_letter {
    padding-bottom: 8em;
    font-size: 1em;
  }

  .buttons_wrap {
    padding-top: 4em;
  }

  .button1_letter-wrap {
    width: 130px;
    height: 130px;
  }

  .buttons_grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

  .patten-wrap {
    overflow: hidden;
  }

  .section_wrap {
    padding: 4em 1em;
  }

  .cta_wrap {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .cta_box {
    position: relative;
  }

  .block-with-buttom {
    width: 100%;
    height: 30%;
    bottom: -4.1rem;
  }

  .overlay-button.hide-mobile {
    display: none;
  }

  .image-79 {
    max-width: 6rem;
  }

  .image-79._3 {
    opacity: 100;
    left: 1rem;
  }

  .image-79._4 {
    opacity: 100;
    bottom: -12.4rem;
    left: -1.1rem;
  }

  .image-79._6 {
    bottom: auto;
    left: 15.4rem;
  }

  .image-80 {
    left: 20px;
  }

  .banner-with-dancer-6 {
    height: auto;
    top: 10%;
    bottom: auto;
    right: auto;
  }

  .banner-with-dancer-6.above {
    z-index: 10;
    align-items: center;
    top: 10%;
    right: auto;
  }

  .banner-with-dancer-6.above.with-negative-margin {
    top: -10%;
  }

  .banner-with-dancer-6._2 {
    width: 100%;
    top: auto;
    right: auto;
  }

  .arrow-block-5 {
    height: auto;
  }

  .arrow-block-5.below {
    z-index: 400;
    background-image: linear-gradient(#00000080, #00000080);
    display: flex;
    position: absolute;
    bottom: 0;
    right: auto;
  }

  .image-81 {
    z-index: 85;
    max-width: 145%;
    bottom: auto;
  }

  .image-81._80 {
    min-width: 115vw;
    max-width: 115vw;
    height: auto;
    max-height: none;
  }

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

  .div-block-39.show-mobile {
    display: block;
    top: 10%;
  }

  .icon-button {
    font-size: .75rem;
  }

  .button-icon-outline {
    margin-right: 6px;
  }

  .button-icon-outline.team-email {
    border-color: #f8f8f8;
    flex: none;
    margin-right: 1rem;
  }

  .button-icon-outline.team-email.dark-orange {
    flex: none;
  }

  .footer-inner-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .copy-right-section {
    padding: 15px 5px;
  }

  .footer-navigeration-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-bottom: 15px;
  }

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

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

  .brix---text-200 {
    text-align: left;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 15px;
    line-height: 16px;
  }

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

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

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

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

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---card-link-icon-wrapper._2 {
    border-color: #08081fba;
    flex-flow: row;
    padding-left: 0;
  }

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

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

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

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

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

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

  .kutup-footer-horizontal-flex {
    justify-content: center;
  }

  .separation-white._6rem {
    height: 6rem;
  }

  .dancer._85 {
    left: 5%;
    right: auto;
  }

  .wrapper-100-rem {
    flex-flow: column;
    display: block;
  }

  .dancer16._80 {
    max-width: 100%;
    position: relative;
    top: auto;
    bottom: 14rem;
  }

  .contact-image {
    height: 100%;
  }

  .contact-image.show-desktop {
    display: none;
  }

  .contact-image.show-mobile {
    width: 100%;
    height: auto;
    display: none;
  }

  .contact-image.hide-desktop {
    display: inline-block;
  }

  .contact-overlay {
    display: block;
  }

  .contact-overlay.mobile {
    opacity: .55;
    background-image: linear-gradient(270deg, #9481ec, #e26096);
  }

  .contact-overlay.desktop {
    display: none;
  }

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

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

  .brix---text-201 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

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

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

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

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

  .brix---card-link-icon-wrapper-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-160px {
    margin-bottom: 60px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

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

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left-2 {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

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

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

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

  .bake72 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-93 {
    align-self: auto;
    width: 118%;
    max-width: 118%;
    height: 35%;
    inset: -4% auto auto;
  }

  .wrapper-min-85rem {
    min-width: 0;
  }

  .group-of-dancser {
    position: absolute;
  }

  .group-of-dancser.hide-mobile {
    display: none;
  }

  .wave_block {
    z-index: 10;
  }

  .image-99 {
    width: 100%;
    height: auto;
  }

  .dancer-17 {
    max-width: 130%;
  }

  .dancer41.hide-mobile, .dancer42.hide-mobile {
    display: none;
  }

  .dancer-gold.absolute {
    max-width: 130%;
    right: auto;
  }

  .image-103.show-mobile, .mobile-wave.show-mobile {
    display: block;
  }

  .div-block-53 {
    align-self: flex-start;
  }

  .name-blockk {
    height: 3rem;
  }

  .name-blockk.mobile {
    margin-top: 8rem;
    margin-bottom: 8rem;
    display: none;
    position: static;
  }

  .name-blockk.show-desktop {
    display: none;
  }

  .text-size-regular-2.white {
    align-self: flex-start;
  }

  .item-name {
    height: 3.25rem;
    font-size: 2rem;
  }

  .name-title {
    padding-bottom: 10rem;
  }

  .vertical-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .vertical-padding.padding-xhuge {
    flex-flow: column;
    display: block;
  }

  .vertical-padding.padding-xhuge.vertical {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 6rem;
    display: block;
  }

  .footer-action-heading {
    font-size: 2rem;
  }

  .footer-action-heading.white {
    font-size: 2.2rem;
  }

  .section-padding {
    padding-top: 4rem;
    display: block;
  }

  .section-padding.vertical {
    flex-flow: column;
    display: flex;
  }

  .section-text-animation.blue {
    background-color: #000;
  }

  .action-component {
    padding-top: 1rem;
    overflow: visible;
  }

  .action-component.vertical {
    flex-flow: column;
    display: flex;
  }

  .action-component.flex {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .image-105.absolute {
    position: relative;
    right: auto;
  }

  .image-105._2 {
    min-width: 16rem;
    max-width: 16rem;
  }

  .right-arrow {
    top: 0;
    bottom: 0;
  }

  .right-arrow.hide {
    display: none;
  }

  .right-arrow.absolute {
    left: 0;
    right: 0;
  }

  .dance-room {
    max-width: none;
    height: 100%;
  }

  .radient-top, .radient-bottom {
    height: 15rem;
  }

  .image-107 {
    left: auto;
  }

  .bg-image-mobile {
    background-image: url('../images/test_dancer3.jpg'), linear-gradient(#50a6a780, #50a6a780);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto 100%, auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .separation-mobile-one {
    background-color: #000;
    height: 10rem;
  }

  .separation-mobile-one.hide-desktop, .mantra-block.hide-mobile, .dancer-42.hide-mobile {
    display: none;
  }

  .link-button-wrapper {
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-button-wrapper.white {
    background-color: #fff;
    width: auto;
    max-width: none;
  }

  .link-button-wrapper.white.hide {
    display: none;
  }

  .top-wave.show-mobile {
    z-index: 10;
    display: block;
    position: relative;
  }

  .div-block-60 {
    position: relative;
  }

  .light-blue.medium {
    font-size: 1.6rem;
  }

  .div-block-61 {
    background-color: #fff;
    height: 10rem;
  }

  .div-block-62 {
    z-index: 100;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .image-109 {
    width: auto;
    min-width: 100vh;
    max-width: 0%;
    height: 100%;
    padding-left: 2rem;
    position: absolute;
    inset: 0%;
  }

  .arrow_black {
    width: 8rem;
    right: auto;
  }

  .logo-jess.margin-mobile {
    margin-top: 1rem;
  }

  .mobile-logo-block {
    justify-content: center;
    align-self: center;
    width: 80%;
    margin-bottom: 0;
    display: flex;
    position: static;
    top: 0;
    right: 0;
  }

  .image-110 {
    width: 13rem;
    max-width: none;
  }

  .div-block-67 {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

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

  .display-2 {
    white-space: normal;
    font-size: 2rem;
    line-height: 1.1;
  }

  .display-2.light-pink, .display-2.light-blue, .display-2.light-purple {
    font-size: 1.8em;
  }

  .horaires {
    padding-left: 10%;
    padding-right: 10%;
  }

  .cta-grid {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .image-111 {
    min-width: 18rem;
    margin-left: 0;
  }

  .text-block-5 {
    font-size: 1.4rem;
  }

  .image-112 {
    left: 10%;
  }

  .div-block-69 {
    min-width: 0;
    max-width: none;
  }

  .separation-block-3 {
    background-color: #50a6a7;
    height: 2rem;
  }

  .separation-block-3.show-mobile {
    display: block;
  }

  .separation-block-4 {
    background-color: #f51a81;
    height: 3rem;
  }

  .separation-block-5 {
    background-color: #f8783e;
    height: 3rem;
  }

  .section_dark_plan {
    padding-left: 0;
    padding-right: 0;
  }

  .plan-wrapper {
    padding: 24px;
  }

  .plan-wrapper.dark {
    width: auto;
  }

  .features-wrapper {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

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

  .heading-4.white.title {
    text-align: center;
  }

  .text-block-13 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .plan-title {
    text-align: left;
    flex-flow: column;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    font-size: 6vw;
    display: flex;
  }

  .plan-title.pink {
    text-align: left;
    font-size: 1.3em;
  }

  .plan-title.wrap {
    text-align: center;
    white-space: normal;
    overflow-wrap: normal;
  }

  .pricing-wrapper.vertical {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .subtle-text.caps {
    color: #f0b6b6;
  }

  .tabs-content {
    overflow: visible;
  }

  .section-with-logo {
    bottom: -38%;
  }

  .logo-white {
    max-width: 65%;
  }

  .div-block-70 {
    align-self: center;
    display: flex;
    top: -55%;
  }

  .div-block-70.purple {
    top: -98%;
  }

  .div-block-71 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-self: center;
    margin-bottom: 5rem;
    display: flex;
  }

  .image-115 {
    min-width: 120%;
    max-width: none;
    right: auto;
  }

  .image-115.pink {
    align-self: center;
    min-width: 155%;
    height: 185%;
  }

  .div-block-72 {
    flex-flow: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-73 {
    flex-flow: column;
    align-self: center;
    align-items: center;
    width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    position: static;
  }

  .list-item {
    flex-flow: column;
    flex: 0 auto;
  }

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

  .div-block-74 {
    background-color: #f8783e;
    height: 2rem;
  }

  .div-block-74.hide-desktop {
    display: block;
  }

  .horizontal_sticky-section {
    height: 80svh;
  }

  .section_horizontal {
    height: 200vh;
  }
}

#w-node-d83ad81d-2eea-d96f-150c-a87301f481e6-0da1f81a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08434022-136c-83e7-7d9a-1f4fc71f088c-0da1f81a {
  place-self: center;
}

#w-node-b8993832-e153-0bb4-2189-6c71a7031bb9-0da1f81a {
  align-self: stretch;
}

#w-node-_97ade6c1-6f68-b1a0-648c-f4c410b67e30-0da1f81a {
  place-self: center;
}

#w-node-_17af45d4-43e7-321b-b3d5-881702465bcd-02465b88 {
  justify-self: auto;
}

#w-node-_17af45d4-43e7-321b-b3d5-881702465be6-02465b88 {
  place-self: auto center;
}

#w-node-e6782cda-7811-5e07-5a98-f59392ff95a2-92ff9583, #w-node-e6782cda-7811-5e07-5a98-f59392ff95a6-92ff9583 {
  place-self: center;
}

#w-node-e6782cda-7811-5e07-5a98-f59392ff95aa-92ff9583 {
  justify-self: auto;
}

#w-node-_8da181ba-a267-39f1-ebde-e391f882495e-ee28846d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72625d65-a76f-cfd2-25d1-b9d0e9f16004-ee28846d, #w-node-_72625d65-a76f-cfd2-25d1-b9d0e9f16028-ee28846d, #w-node-_72625d65-a76f-cfd2-25d1-b9d0e9f16047-ee28846d {
  align-self: start;
}

#w-node-_7cf6e87a-8236-75d2-0a8f-eb464733f06e-ee28846d {
  justify-self: auto;
}

#w-node-_7cf6e87a-8236-75d2-0a8f-eb464733f087-ee28846d {
  place-self: auto center;
}

#w-node-_8a4ef26d-26b8-6750-bb15-613b14b6f097-6d994506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08434022-136c-83e7-7d9a-1f4fc71f088c-6d994506 {
  place-self: center;
}

#w-node-b8993832-e153-0bb4-2189-6c71a7031bb9-6d994506 {
  align-self: stretch;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9b4-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9b5-6d994506 {
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9b6-6d994506, #w-node-d80da081-5c23-2628-f385-159e9115c9b9-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9bb-6d994506 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9be-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9bf-6d994506 {
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9c0-6d994506, #w-node-d80da081-5c23-2628-f385-159e9115c9c3-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9c5-6d994506 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9c8-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9c9-6d994506 {
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9ca-6d994506, #w-node-d80da081-5c23-2628-f385-159e9115c9cd-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9cf-6d994506 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9d2-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9d3-6d994506 {
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9d4-6d994506, #w-node-d80da081-5c23-2628-f385-159e9115c9d7-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9d9-6d994506 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9de-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9df-6d994506 {
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9e0-6d994506, #w-node-d80da081-5c23-2628-f385-159e9115c9e3-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9e5-6d994506 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9e8-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9e9-6d994506 {
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9ea-6d994506, #w-node-d80da081-5c23-2628-f385-159e9115c9ed-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9ef-6d994506 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9f2-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9f3-6d994506 {
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9f4-6d994506, #w-node-d80da081-5c23-2628-f385-159e9115c9f7-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9f9-6d994506 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9fc-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9fd-6d994506 {
  place-self: center;
}

#w-node-d80da081-5c23-2628-f385-159e9115c9fe-6d994506, #w-node-d80da081-5c23-2628-f385-159e9115ca01-6d994506 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d80da081-5c23-2628-f385-159e9115ca03-6d994506 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-_060ca942-8308-b179-1c1e-d003987134f8-987134ef, #w-node-d0f648f8-3f80-8595-7c3b-93a82e0d710f-53f846d0, #w-node-d0f648f8-3f80-8595-7c3b-93a82e0d7113-53f846d0 {
  place-self: center;
}

#w-node-d0f648f8-3f80-8595-7c3b-93a82e0d7117-53f846d0, #w-node-db9ae849-e69e-c490-5a64-76e9033033d6-53f846d0 {
  justify-self: auto;
}

#w-node-db9ae849-e69e-c490-5a64-76e9033033ef-53f846d0 {
  place-self: auto center;
}

#w-node-_6f3d85ed-e4fc-961d-58cb-dc69c911ed10-05ed24cb, #w-node-d0d0a562-116c-5ded-ba1c-b1382299c477-05ed24cb, #w-node-d0d0a562-116c-5ded-ba1c-b1382299c47e-05ed24cb, #w-node-d0d0a562-116c-5ded-ba1c-b1382299c485-05ed24cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1139adce-a2fe-14c7-b3cc-25fb90a20e17-05ed24cb {
  grid-area: 1 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_1139adce-a2fe-14c7-b3cc-25fb90a20e1a-05ed24cb {
  align-self: start;
}

#scroll.w-node-_1139adce-a2fe-14c7-b3cc-25fb90a20e23-05ed24cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7c4203b-6c27-3f41-5fb0-baa139c04ef8-39c04ecf {
  justify-self: auto;
}

#w-node-f7c4203b-6c27-3f41-5fb0-baa139c04f0f-39c04ecf {
  place-self: auto center;
}

#w-node-_271b7140-4f86-8956-17ca-c651a52f51ff-70b3b945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6825d21a-baf5-eeb7-a197-07502a01a31a-70b3b945 {
  align-self: end;
}

#w-node-_6825d21a-baf5-eeb7-a197-07502a01a31e-70b3b945 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6825d21a-baf5-eeb7-a197-07502a01a325-70b3b945 {
  align-self: stretch;
}

#w-node-_6825d21a-baf5-eeb7-a197-07502a01a33e-70b3b945 {
  place-self: stretch;
}

#w-node-a092d78d-8766-c993-2172-d6480e48af70-70b3b945 {
  place-self: center;
}

#w-node-_6825d21a-baf5-eeb7-a197-07502a01a357-70b3b945 {
  align-self: stretch;
}

#w-node-b3014451-2366-2369-73fd-b349c1a94ff5-70b3b945 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3014451-2366-2369-73fd-b349c1a94ff7-70b3b945 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3014451-2366-2369-73fd-b349c1a94ff9-70b3b945 {
  align-self: start;
}

#w-node-b3014451-2366-2369-73fd-b349c1a94ffd-70b3b945 {
  justify-self: start;
}

#w-node-_64ec6c5a-708c-01e2-cd03-f46bd4386165-70b3b945 {
  justify-self: auto;
}

#w-node-_64ec6c5a-708c-01e2-cd03-f46bd438617c-70b3b945 {
  place-self: auto center;
}

#w-node-e7ec393c-46dd-c491-7a80-5c622f626110-62c4ab21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08434022-136c-83e7-7d9a-1f4fc71f088c-62c4ab21 {
  place-self: center;
}

#w-node-b8993832-e153-0bb4-2189-6c71a7031bb9-62c4ab21 {
  align-self: stretch;
}

#w-node-d0a3ab2b-b9ec-e30a-4a0c-aeee1f485130-62c4ab21, #w-node-d0f648f8-3f80-8595-7c3b-93a82e0d710f-3d1e4ab6, #w-node-d0f648f8-3f80-8595-7c3b-93a82e0d7113-3d1e4ab6 {
  place-self: center;
}

#w-node-d0f648f8-3f80-8595-7c3b-93a82e0d7117-3d1e4ab6, #w-node-db9ae849-e69e-c490-5a64-76e9033033d6-3d1e4ab6 {
  justify-self: auto;
}

#w-node-db9ae849-e69e-c490-5a64-76e9033033ef-3d1e4ab6 {
  place-self: auto center;
}

@media screen and (min-width: 1920px) {
  #w-node-_08434022-136c-83e7-7d9a-1f4fc71f088c-0da1f81a, #w-node-_08434022-136c-83e7-7d9a-1f4fc71f088c-6d994506, #w-node-_08434022-136c-83e7-7d9a-1f4fc71f088c-62c4ab21 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_97ade6c1-6f68-b1a0-648c-f4c410b67e30-0da1f81a {
    justify-self: start;
  }

  #w-node-d80da081-5c23-2628-f385-159e9115c9b4-6d994506, #w-node-d80da081-5c23-2628-f385-159e9115c9be-6d994506, #w-node-d80da081-5c23-2628-f385-159e9115c9c8-6d994506, #w-node-d80da081-5c23-2628-f385-159e9115c9d2-6d994506, #w-node-d80da081-5c23-2628-f385-159e9115c9de-6d994506, #w-node-d80da081-5c23-2628-f385-159e9115c9e8-6d994506, #w-node-d80da081-5c23-2628-f385-159e9115c9f2-6d994506, #w-node-d80da081-5c23-2628-f385-159e9115c9fc-6d994506 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_060ca942-8308-b179-1c1e-d003987134f8-987134ef {
    justify-self: start;
  }

  #w-node-_1139adce-a2fe-14c7-b3cc-25fb90a20e17-05ed24cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1139adce-a2fe-14c7-b3cc-25fb90a20e1a-05ed24cb {
    order: -9999;
  }

  #w-node-b3014451-2366-2369-73fd-b349c1a94ff7-70b3b945 {
    grid-column: span 1 / span 1;
  }

  #w-node-d0a3ab2b-b9ec-e30a-4a0c-aeee1f485130-62c4ab21 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_97ade6c1-6f68-b1a0-648c-f4c410b67e30-0da1f81a, #w-node-_060ca942-8308-b179-1c1e-d003987134f8-987134ef {
    justify-self: auto;
  }

  #w-node-_6825d21a-baf5-eeb7-a197-07502a01a31e-70b3b945 {
    grid-column: span 1 / span 1;
  }

  #w-node-d0a3ab2b-b9ec-e30a-4a0c-aeee1f485130-62c4ab21 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_17af45d4-43e7-321b-b3d5-881702465be6-02465b88, #w-node-_7cf6e87a-8236-75d2-0a8f-eb464733f087-ee28846d, #w-node-db9ae849-e69e-c490-5a64-76e9033033ef-53f846d0, #w-node-f7c4203b-6c27-3f41-5fb0-baa139c04f0f-39c04ecf, #w-node-_64ec6c5a-708c-01e2-cd03-f46bd438617c-70b3b945, #w-node-db9ae849-e69e-c490-5a64-76e9033033ef-3d1e4ab6 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Nunitosans Variablefont Ytlc Opsz Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 200 1000;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass Variablefont Wght';
  src: url('../fonts/Overpass-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Didactgothic';
  src: url('../fonts/DidactGothic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}