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

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

@font-face {
  font-family: "6194b1329a2801dcfbc6ccd7 ppneuemachina";
  src: url('../fonts/6194b1329a2801dcfbc6ccd7_PPNeueMachina-Ultrabold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Gardenaquanto;
  src: url('../fonts/GardenaQuanto-BoldItalic.ttf') format("truetype"), url('../fonts/GardenaQuanto-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Gardenaquanto;
  src: url('../fonts/GardenaQuanto-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gardenaquanto;
  src: url('../fonts/GardenaQuanto-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Gardenaquanto;
  src: url('../fonts/GardenaQuanto-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --white-smoke: #e9e9e9;
  --black: #01313d;
  --dodger-blue: #358dff;
  --yellow: #fbf6f1;
  --dark-khaki: #b3c572;
  --pale-turquoise: #95e6e2;
  --dodger-blue-2: #e6f972;
  --grey: #90908d;
  --avatar-kit-white: white;
  --avatar-kit-black: #1a1b1f;
  --avatar-kit-forest-green: #1b9e3c;
  --avatar-kit-white-smoke: whitesmoke;
  --linen: #f7ece4;
}

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

body {
  color: #333;
  letter-spacing: 0;
  font-family: termina, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.28em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.19em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

img {
  max-width: 100%;
  margin-right: 0;
  display: block;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  background-color: var(--white-smoke);
  width: 100%;
  max-width: none;
  height: 35vh;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.section {
  z-index: 0;
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 80vh;
  margin-top: 0;
  margin-right: 0;
  padding-top: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.is--nav {
  z-index: 959;
  background-color: #0000;
  height: auto;
  margin-top: 2vw;
  margin-bottom: 2vw;
  position: fixed;
  overflow: hidden;
}

.section.is--navoverlay {
  z-index: 999;
  background-color: var(--black);
  color: var(--dodger-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 101vh;
  padding-top: 0;
  display: none;
  position: fixed;
  top: 0;
}

.section.is--portfolio-hero {
  height: 64vh;
}

.section.is--hero {
  height: 54vh;
}

.section.is--hero-copy {
  background-color: var(--yellow);
  height: 68vh;
  padding-bottom: 2vw;
}

.section.is--hero-copy.hide {
  display: none;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.h6 {
  font-size: 1.46em;
}

.form_input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.display {
  font-family: Ghapter svg, sans-serif;
  font-size: 4.38em;
  line-height: 1.1;
  position: static;
}

.form_submit {
  font-size: 1.25em;
}

.heading {
  color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Gardenaquanto, sans-serif;
  font-size: 11em;
  font-weight: 100;
  line-height: .8;
  display: flex;
}

.hero-headline-container-1 {
  justify-content: flex-end;
  align-items: center;
  width: 70vw;
  display: flex;
}

.hero-headline-container-3 {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.heading-2 {
  font-size: 2em;
}

.hero-text {
  font-family: termina, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.9;
}

.div-block {
  margin-left: 6vw;
  padding-right: 1vw;
}

.nav-wrapper {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #3330;
  border: 0 solid #b9b4b4;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 70vw;
  height: 4vw;
  min-height: 53px;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  position: fixed;
}

.nav-wrapper.new {
  margin-top: 2vw;
  position: relative;
}

.heading-4 {
  color: var(--black);
  letter-spacing: .1em;
  margin-right: .25vw;
  font-family: termina, sans-serif;
  font-size: .75em;
  font-weight: 100;
}

.heading-4.right {
  color: var(--black);
  background-color: #0000;
  margin-left: .25vw;
  margin-right: 0;
}

.logo-blue-cross {
  width: 5vw;
  margin-right: 3vw;
}

.image-2 {
  width: 2vw;
}

.nav-container {
  border: 1px solid #565050;
  border-left-width: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-container.left {
  border-left-width: 1px;
}

.hero-container {
  z-index: 2;
  width: 78vw;
  max-width: none;
  margin-top: 5vw;
  position: relative;
}

.section-2 {
  z-index: 0;
  background-color: var(--dodger-blue);
  background-image: linear-gradient(to bottom, var(--white-smoke) 22%, var(--dodger-blue) 48%);
  padding-left: 29px;
  padding-right: 29px;
  position: relative;
  overflow: hidden;
}

.wrapper {
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.text-wrapper {
  z-index: 10;
  background-image: linear-gradient(270deg, var(--dodger-blue), #0000);
  color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 20vw;
  height: 100vh;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.left-gradient {
  z-index: 10;
  background-image: linear-gradient(to right, var(--dodger-blue), #0000);
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 20vw;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.splide-other {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.splide-other__track {
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.splide__slide {
  object-fit: fill;
  flex: none;
  width: auto;
  position: relative;
  overflow: visible;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 3s;
}

.img:hover {
  transform: scale(1.2);
}

.splide__slide-2 {
  flex: none;
  width: 20%;
}

.splide__list-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__track {
  width: 100%;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.pill {
  padding-right: 14em;
}

.splide.slider1.pill.services {
  padding-bottom: 1em;
}

.splide.slider3.pill {
  padding-right: 14em;
}

.splide.slider3.pill.services {
  padding-bottom: 1em;
}

.splide.slider1-copy.pill {
  padding-right: 14em;
}

.splide.slider1-copy.pill.services {
  padding-bottom: 1em;
}

.splide.slider2.pill {
  padding-right: 14em;
}

.splide.slider2.pill.services {
  padding-bottom: 1em;
}

.splide.slider4.pill {
  padding-right: 14em;
}

.splide.slider4.pill.services {
  padding-bottom: 1em;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.social-icons, .social-icons.white, .social-icons.dark {
  display: flex;
}

.social-link {
  opacity: .72;
  filter: invert();
  background-color: #358dff00;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin: 3px;
  padding: 6px;
  transition: all .35s;
  display: flex;
}

.social-link:hover {
  background-color: var(--dodger-blue);
  opacity: 1;
  filter: brightness(78%) hue-rotate(180deg) invert();
  border-color: #fff;
}

.social {
  color: #0000;
  background-color: #0000;
  border-radius: 0%;
  padding: 0;
}

.gradient {
  z-index: 0;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--dodger-blue), #fff0 64%);
  width: 81vw;
  height: 75vw;
  position: absolute;
  inset: -94% -35% auto auto;
}

.slider-pill {
  text-align: center;
  margin-top: 5px;
  padding-bottom: 0;
}

.slider-pill_img {
  object-fit: cover;
  background-color: #24202224;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 128%;
  position: relative;
  overflow: hidden;
}

.slider-pill_photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  position: absolute;
  inset: 0%;
}

.sliders_text2 {
  font-style: italic;
  display: none;
}

.heading-5 {
  display: none;
}

.big-side-feature {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  height: auto;
  margin-left: 13vw;
  margin-right: 13vw;
  display: grid;
  position: relative;
  top: 19px;
}

.section-cover {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.video-lights {
  z-index: auto;
  opacity: 1;
  background-color: #000;
  width: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.video-lights._2 {
  z-index: 0;
  opacity: .39;
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  left: auto;
  right: auto;
}

.link {
  letter-spacing: 6px;
  font-weight: 600;
  display: inline-block;
}

.html-embed-2 {
  z-index: 999;
  opacity: 1;
  height: auto;
  margin-top: -124px;
  margin-left: -366px;
  margin-right: -2px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
}

.html-embed-2._40 {
  z-index: 3;
  opacity: .38;
  display: none;
  position: absolute;
  overflow: visible;
}

.about-paragraph {
  opacity: 1;
  color: #fff;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 4vw;
}

.about-paragraph.new {
  font-family: "6194b132f16bd7bbb96c8d2c ppneuemachina", sans-serif;
  font-size: 2.1vw;
  line-height: 1.7;
}

.about-2 {
  background-color: #358dff;
  padding: 104px 56px 20px;
  position: relative;
  overflow: hidden;
}

.about-2.no-side-paddings {
  padding-left: 0;
  padding-right: 0;
}

.about-2.no-side-paddings.no-bottom-padding {
  z-index: 1;
  background-color: var(--dodger-blue);
  opacity: 1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-24 {
  justify-content: center;
  width: 100%;
  height: auto;
  padding-top: 6vh;
  padding-bottom: 12vh;
  display: flex;
  position: relative;
  top: 0;
  bottom: 20px;
}

.about-container {
  margin-top: 0;
  display: none;
}

.div-block-25 {
  z-index: 4;
  background-color: #0000;
  background-image: linear-gradient(#0000, #000 92%, #000);
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
}

.heading-6 {
  font-size: .6em;
}

.awards-list {
  width: 100%;
}

.clash {
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
}

.clash.is-8 {
  color: #fff;
  letter-spacing: .01em;
  font-family: Gardenaquanto, sans-serif;
  font-size: 8em;
  font-weight: 400;
}

.mbm-ex-div {
  z-index: 5;
  perspective: 40em;
  perspective-origin: 50% 0;
  position: relative;
  overflow: visible;
}

.section-3 {
  z-index: 2;
  background-color: var(--dodger-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0 2em 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.awards-item {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: space-between;
  font-size: 1.6em;
  line-height: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.awards-item.is-project {
  background-color: #e5e5e500;
  align-items: stretch;
  height: 12vw;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.award-collections-wrap {
  z-index: 8;
  width: 100%;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.awards-wrap {
  border-top: 1px solid #fff;
  width: 100%;
  margin-top: 80px;
}

.awards-wrap.is-project {
  border-top-style: none;
  margin-top: 0;
  padding-top: 0;
}

.container-2 {
  z-index: 10;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.certificate {
  z-index: 5;
  object-fit: contain;
  border: 15px solid #fff;
  border-radius: 1px;
  min-width: 15vw;
  max-width: 50vw;
  min-height: 25vw;
  display: inline-block;
  position: static;
  inset: 0% auto auto 0%;
}

.item-link {
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.project-link {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  display: flex;
}

.project-link.mbm-ex {
  border-bottom-color: #ffffff24;
  align-items: center;
}

.award-source {
  width: 77%;
}

.award {
  width: 40%;
  display: flex;
}

.nominee-wrap {
  position: relative;
}

.nominee-div {
  letter-spacing: .15em;
  font-size: .6em;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(108%, -40%);
}

.award-year {
  text-align: right;
  width: 10%;
}

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

.image-preview {
  z-index: -100;
  border: 0 solid #000;
  border-radius: 0;
  min-height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  color: #fff;
  font-size: 1.9em;
  font-weight: 700;
}

.rich-text-block {
  font-size: .7vw;
  font-weight: 400;
}

.div-block-26 {
  object-fit: cover;
  padding: 0;
  display: inline-block;
}

.image-3 {
  border-radius: 2px;
}

.collection-item {
  object-fit: cover;
  padding-left: 0;
  padding-right: 0;
}

.div-block-26-copy {
  object-fit: cover;
  background-color: #0000;
  padding: 1vw 5vw 0;
  display: inline-block;
}

.scroll-arrow {
  width: 25px;
  margin-top: -13px;
}

.collection-hero {
  z-index: 10;
  background-color: #eef0f6;
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.xxl-heading {
  text-align: left;
  font-size: 56px;
  line-height: 1.2em;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 650px;
  display: grid;
}

.hero-intro.large-intro {
  max-width: none;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(90vw, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.collection-hero-banner {
  min-height: 52vw;
  margin-bottom: -80px;
  position: relative;
  overflow: hidden;
}

.centered-line {
  background-color: #ffffff17;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.centered-line.dark {
  background-color: #889ea833;
  justify-content: flex-start;
  margin-top: 2vw;
  margin-bottom: 5vw;
  padding-bottom: 0;
}

.post-top {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 72px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  width: 100%;
  margin-top: 7vw;
  margin-bottom: 0;
  padding-top: 7vw;
  padding-bottom: 0;
  padding-left: 8vw;
  display: grid;
  position: relative;
}

.body-display {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.scroll-circle {
  background-color: #eef0f6;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 80px;
  height: 80px;
  margin-bottom: -36px;
  padding-top: 44px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.stacked-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle.light {
  color: #fffc;
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.background {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-block {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-bottom {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10vw;
  display: none;
  position: relative;
}

.overlay {
  opacity: 1;
  object-fit: fill;
  background-color: #0a101d00;
  background-image: linear-gradient(#0000 62%, #333);
  display: block;
  position: absolute;
  inset: 0%;
}

.side-fill {
  background-color: var(--white-smoke);
  width: 100%;
}

.full-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.skew-background {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.outline-button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 270px;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.project-gallery {
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.outline-hover-circle {
  z-index: 10;
  border: 1px solid #fffdfd66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.section-4 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-4.no-top-padding {
  padding-top: 0;
}

.section-4.no-top-padding.grey {
  padding-bottom: 0;
}

.project-intro {
  grid-column-gap: 97px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-line {
  background-color: #889ea833;
  height: 1px;
  display: none;
}

.project-body {
  grid-column-gap: 120px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -6vw;
  padding: 80px 10vw 80px 80px;
  display: grid;
}

.hover-circle-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.slider-arrow-icon {
  opacity: .3;
  width: 18px;
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.project-gallery-image {
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 24vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.rich-text-2 {
  font-size: .65vw;
}

.image-4 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: static;
}

.collection-item-2, .collection-list-wrapper {
  display: none;
}

.section-5 {
  background-color: var(--white-smoke);
  padding-top: 86px;
  padding-left: 5vw;
  padding-right: 5vw;
}

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

.section-6 {
  background-color: var(--white-smoke);
  padding-bottom: 5vw;
}

.full-menu-button {
  cursor: pointer;
  border-left: 1px #f3f6fc;
  border-right: 1px #f3f6fc;
  justify-content: center;
  align-items: center;
  width: 28px;
  margin-left: 17px;
  margin-right: 0;
  padding: 0;
  display: flex;
}

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

.social-link-white {
  opacity: .72;
  background-color: #358dff00;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin: 3px;
  padding: 8px;
  transition: all .35s;
  display: flex;
}

.social-link-white:hover {
  background-color: var(--dodger-blue);
  opacity: 1;
  filter: brightness(78%) hue-rotate(180deg) invert();
  border-color: #fff;
}

.social-white {
  color: #0000;
  background-color: #0000;
  border-radius: 0%;
  padding: 0;
}

.nav-wrapper-ovrlay {
  z-index: 9999;
  background-color: #3330;
  border: 0 solid #b9b4b4;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 75vw;
  height: 5vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
  display: flex;
  position: fixed;
}

.nav-container-overlay {
  border: 1px solid #ded8d8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-container-overlay.left {
  border-left-width: 1px;
  border-right-width: 0;
}

.nav-container-overlay.right {
  border-left-width: 0;
}

.heading-4-overlay {
  color: var(--white-smoke);
  letter-spacing: .1em;
  background-color: #0000;
  margin-right: .25vw;
  font-family: termina, sans-serif;
  font-size: .9em;
  font-weight: 100;
}

.heading-4-overlay.right {
  margin-left: .25vw;
  margin-right: 0;
}

.heading-6-overlay {
  color: var(--white-smoke);
  font-size: .7em;
}

.menu-lottie-overlay {
  filter: invert();
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 28px;
  display: grid;
}

.div-block-27 {
  border: 1px solid var(--white-smoke);
  justify-content: center;
  align-items: center;
  min-height: 13vw;
  padding: 29px;
  display: flex;
}

.image-5 {
  height: 100%;
}

.image-6 {
  filter: invert();
  transform: rotate(-90deg);
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.image-40 {
  height: 72%;
  font-size: .7vw;
}

.footer-logo-2 {
  width: 62px;
}

.footer-link-2 {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s, transform .4s;
  display: block;
}

.footer-link-2:hover {
  opacity: 1;
  color: #358dff;
  transform: translate(10px);
}

.footer-title-button {
  color: #fff;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  padding-bottom: 25px;
  display: flex;
}

.footer-title {
  color: #358dff;
  margin-bottom: 22px;
  font-size: 17px;
}

.footer-01 {
  z-index: 3;
  background-color: var(--black);
  mix-blend-mode: normal;
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  padding: 132px 6%;
  position: relative;
  inset: auto 0% 0%;
}

.footer-top {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-108 {
  justify-content: flex-start;
  width: 100%;
  margin-top: 42px;
  display: flex;
}

.field-label {
  font-size: .7vw;
  display: none;
}

.image-41 {
  height: 64%;
}

.submit-button {
  background-color: #358dff;
  border-radius: 2px;
  height: 50px;
  margin-left: 17px;
  padding-left: 35px;
  padding-right: 35px;
  transition: all .2s;
}

.submit-button:hover {
  background-color: #323847;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  padding-right: 20px;
  display: flex;
}

.submit-button-full {
  background-color: #358dff;
  border-radius: 2px;
  align-items: center;
  height: 50px;
  margin-left: 0;
  padding-left: 35px;
  padding-right: 35px;
  transition: all .2s;
  display: flex;
}

.submit-button-full:hover {
  background-color: #323847;
}

.secondary-link {
  color: #fff;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.text-field {
  border: 1px solid #0000;
  border-radius: 2px;
  width: 75%;
  height: 51px;
  padding-left: 34px;
  transition: border-color .4s, all .45s;
  box-shadow: 0 0 200px 6px #00000026;
}

.text-field:hover {
  border-style: solid;
  border-color: #358dff;
  box-shadow: 0 0 200px 6px #00000026;
}

.text-field:focus {
  border-width: 1px;
  border-color: #358dff;
}

.div-block-98 {
  justify-content: center;
  min-width: 500px;
  display: flex;
}

.social-link-2 {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.social-link-2.ig, .social-link-2.fb {
  display: none;
}

.footer-wrapper {
  align-items: center;
  display: none;
}

.footer-wrapper._1 {
  display: block;
}

.container-7 {
  z-index: 1;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grain-overlay {
  z-index: 999;
  opacity: .06;
  background-image: url('../images/Grain.gif');
  background-position: 0 0;
  background-size: 240px;
  width: 100%;
  height: 100%;
  min-height: 100px;
  display: block;
  position: fixed;
  inset: 0%;
}

.grain-overlay.noclick {
  display: none;
}

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

.transition-trigger {
  height: 0;
  margin-left: 0%;
  display: none;
}

.transition-content {
  z-index: 99999998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.transition {
  z-index: 998;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: 25vh 75vh;
  grid-template-columns: minmax(6%, 6%) 15% 1fr 23%;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-left: 0%;
  display: grid;
  position: absolute;
}

.grid-4.nav {
  grid-template-columns: minmax(6%, 6%) 26% 1fr 23%;
}

.loading-logo {
  z-index: 999;
  width: 50px;
  height: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.intro-page-load {
  background-color: #1c212d;
  border: 0 solid #1c212d;
  border-right-color: #3b4151;
  width: 100%;
  height: 100vh;
}

.loader {
  z-index: 9000;
  background-color: #1f1f1f;
  width: 100vw;
  height: 100%;
  position: relative;
  inset: auto 0% 0%;
  transform: translate(0, -130%);
}

.nav-bg {
  color: #0000;
  background-color: #1f1f21;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.loader-cross {
  width: 8vw;
  max-width: 85px;
}

.loader-lotti {
  transform-origin: 50% 0;
  background-image: url('../images/menu-bottom-blackish.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 11.4vw;
  margin-top: -2px;
  margin-bottom: -2px;
  position: relative;
  transform: perspective(1000px);
}

.div-block-109 {
  background-color: #0000;
  display: block;
  position: fixed;
  transform: none;
}

.div-block-109.noclick {
  display: none;
  top: 0;
}

.div-block-110 {
  padding-bottom: 6vw;
}

.heading-7 {
  text-align: left;
  font-size: 2em;
}

.heading-8 {
  width: 100%;
  font-size: 2.2em;
}

.empty-state {
  background-color: #0000;
  display: block;
}

.large-portfolio-image {
  object-fit: cover;
  border-radius: 2px;
  width: 100vw;
  max-height: 42vw;
}

.nav-headline-white {
  color: #fff;
  letter-spacing: .1em;
  margin-right: .25vw;
  font-family: termina, sans-serif;
  font-size: .75em;
  font-weight: 100;
}

.nav-headline-white.right {
  color: #fff;
  background-color: #0000;
  margin-left: .25vw;
  margin-right: 0;
}

.nav-heading-white-menu {
  color: #fff;
  font-size: .6em;
}

.menu-lottie-white {
  filter: invert();
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-111 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-112 {
  z-index: 1;
  width: 100vw;
  position: relative;
}

.div-block-80 {
  margin-top: -5vw;
  padding: 0 134px 56px;
}

.div-block-85 {
  padding-bottom: 31px;
}

.close {
  z-index: 99999;
  background-color: #fff0;
  border-radius: 78%;
  width: 60px;
  padding: 17px;
  transition: transform .6s, all .35s;
  display: flex;
  position: relative;
  inset: 10% 58% auto auto;
}

.close:hover {
  background-color: #ffffff24;
  border: 1px solid #fff;
  transform: rotate(90deg);
}

.social-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: auto 20% 0% auto;
}

.social-container._1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  right: 0%;
}

.social-container._2 {
  position: relative;
  bottom: 0%;
  right: 74%;
}

.collection-item-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.social-icon {
  width: 1em;
  margin-bottom: 1.3vw;
  transition: all .325s, opacity .375s;
}

.social-icon:hover {
  opacity: 1;
  background-color: #358dff00;
  border-radius: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transform: scale(1.7);
}

.social-icon._3 {
  display: none;
}

.div-block-81 {
  justify-content: center;
  height: 9vw;
  padding-top: 7px;
  display: flex;
}

.div-block-82 {
  text-align: center;
  margin-right: 15px;
  display: none;
}

.nav-accent {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #358dff;
  padding-bottom: 4px;
  padding-left: 2px;
  padding-right: 0;
  font-size: 1.2em;
}

.heading-mask {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.heading-mask.nav {
  flex-direction: column;
  height: 9vw;
  line-height: 0;
  transition: transform .375s;
  display: flex;
}

.nav-item {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  height: 78vw;
  margin-bottom: 3vw;
  padding-top: 1vw;
  font-family: Gardenaquanto, sans-serif;
  font-size: 12vw;
  font-weight: 100;
  line-height: 6vw;
  transition: transform .35s;
  position: relative;
  top: 0;
}

.hero-container-mobile {
  z-index: 2;
  width: 78vw;
  max-width: none;
  margin-top: 5vw;
  display: none;
  position: relative;
}

.text-container-mobile {
  margin-top: 0;
  display: none;
}

.div-block-85-copy {
  padding-bottom: 31px;
  display: none;
}

.social-icons-copy, .social-icons-copy.white, .social-icons-copy.dark {
  display: flex;
}

.contact_email {
  color: #ffffffe0;
  font-size: 1.3em;
  font-weight: 300;
}

.contact_email:hover {
  text-decoration: underline;
}

.radio_field {
  margin-top: .4em;
  margin-right: .6em;
  padding: .8em 2.4em;
  position: relative;
}

.radio_field:hover {
  border: 1px solid #0000;
}

.field_label {
  z-index: 1;
  transform-origin: 0%;
  color: #ffffff78;
  margin-bottom: -.3em;
  font-size: 1.4em;
  font-weight: 300;
  transition: transform .2s;
  position: relative;
}

.field_label.is-radio {
  margin-bottom: .5em;
  font-size: 1.5em;
}

.field_label.large {
  display: none;
  transform: scale(1.2)translate(0, 1.6em);
}

.radio_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 60px;
  display: flex;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
}

.side-panel {
  z-index: 2;
  background-color: #000;
  width: 50%;
  height: 100vh;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto auto;
}

.container-8 {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0;
  display: flex;
  position: relative;
}

.bg-video {
  z-index: 1;
  opacity: 1;
  filter: grayscale();
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.error-message {
  color: #e5a7ff;
  background-color: #ffffff17;
  border-radius: .5em;
  margin-top: 2.3em;
  padding: 1.9em 2.1em;
}

.error-message_text {
  font-size: 1.3em;
}

.field {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff1c;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 3em;
  min-height: 1.5em;
  max-height: 7em;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.7em;
  font-weight: 300;
  transition: border-color .2s;
  position: relative;
}

.field:focus {
  border-bottom-color: #fff;
}

.field.name {
  font-size: 1.5em;
}

.field.message {
  height: 6.4em;
  font-size: 1.5em;
}

.field.email {
  font-size: 1.5em;
}

.success_text {
  color: var(--white-smoke);
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4;
}

.contact_column {
  width: 50%;
  padding: 4.3em;
  position: relative;
  overflow: hidden;
}

.contact_column.is-right {
  z-index: 2;
  background-color: #161616;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 9.7em;
  padding-bottom: 1.1em;
  display: flex;
}

.contact_column.is-left {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding-left: 7.3vw;
  padding-right: 7.3vw;
  display: block;
  position: sticky;
  top: 0;
  bottom: 5px;
  overflow: visible;
}

.error2 {
  color: #e5a7ff;
  width: 100%;
  min-width: 100%;
  margin-top: .6em;
  font-size: 1.2em;
  display: block;
}

.headline_wrap {
  width: 36em;
  max-width: 100%;
  margin-top: 19vh;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.video-bg-blue {
  z-index: 1;
  height: 100%;
  display: block;
  position: relative;
}

.submit {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100vw;
  margin-top: 1em;
  padding: .3em 2.1em;
  font-size: 1.5em;
  transition: all .1s;
}

.submit:hover {
  color: #000;
  background-color: #fff;
}

.submit:focus {
  border-color: #49fefd;
}

.field_wrap {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 14px;
  padding-bottom: 1.3em;
  display: flex;
  position: relative;
}

.field_wrap.is-radio {
  margin-top: 16px;
}

.field_wrap.phone {
  display: none;
}

.logo_link {
  font-weight: 500;
}

.radio_button {
  z-index: 2;
  border-color: #ffffff73 #ffffff73 #ffffff7a;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .1s, border-width .1s, border-color .1s;
  position: absolute;
  inset: 0%;
}

.radio_button:hover {
  border-color: var(--white-smoke);
  background-color: #ffffff17;
}

.radio_button.w--redirected-checked {
  border-width: 1px;
  border-color: #fff;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  color: var(--white-smoke);
  background-color: #0000;
  border-width: 2px;
}

.radio_label {
  z-index: 3;
  color: var(--white-smoke);
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.form {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.main-wrapper-2 {
  display: block;
}

.success {
  text-align: center;
  background-color: #fff0;
  border: 1px solid #ffffff3b;
  border-radius: 0;
  height: 18vh;
  margin-top: 21vh;
  padding: 2.5em;
}

.video-cover {
  z-index: 1;
  background-color: var(--dodger-blue);
  opacity: .78;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.heading-9 {
  color: var(--white-smoke);
  text-transform: uppercase;
  line-height: 1;
}

.form-2 {
  font-size: .8em;
  line-height: 1.7;
  display: block;
}

.nav-wrapper-filled {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white-smoke);
  border: 0 solid #b9b4b4;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 70vw;
  height: 4vw;
  min-height: 53px;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  position: fixed;
}

.nav-wrapper-filled.new {
  margin-top: 2vw;
  position: relative;
}

.bg-video-footer {
  z-index: 0;
  opacity: .22;
  filter: grayscale();
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.empty-state-2 {
  background-color: #ddd0;
}

.booked-container {
  z-index: 1;
  flex-direction: column;
  width: auto;
  display: inline-block;
  position: relative;
  top: -34px;
  left: 0;
}

.booked-inner {
  background-color: var(--dark-khaki);
  color: #333;
  border-radius: 50px;
  flex-flow: row;
  place-content: center;
  align-items: center;
  width: 50%;
  height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.booking-heading {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0 0;
  font-size: 1.1em;
  display: inline-block;
}

.booking-heading.pre {
  padding-right: 10px;
}

.booking-heading-2 {
  background-color: var(--black);
  color: var(--dark-khaki);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 8px 22px;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  display: flex;
  position: static;
  top: -2.2vw;
  transform: rotate(0);
}

.div-block-116 {
  background-color: var(--dark-khaki);
  border-radius: 3px;
  padding: 16px 32px;
  display: flex;
}

.div-block-117 {
  justify-content: flex-start;
  margin-bottom: 1px;
  margin-left: -19px;
  display: flex;
  transform: rotate(-11deg);
}

.text-span {
  border-bottom: 1px solid #000;
}

.hero-text-underline {
  border-bottom: 1px solid var(--dodger-blue);
  line-height: 1.6;
}

.hero-description-container-2 {
  align-items: center;
  margin-left: 6vw;
  padding-right: 5vw;
  display: flex;
}

.text-span-2 {
  text-transform: uppercase;
  font-weight: 700;
}

.hero-text-2 {
  color: #b0b6bd;
  text-transform: uppercase;
  background-color: #0000;
  font-family: termina, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5;
}

.gradient-2 {
  z-index: 0;
  background-image: radial-gradient(circle, #076ae9, #fff0 64%);
  width: 84vw;
  height: 97vw;
  position: absolute;
  inset: -4% -48% auto auto;
  overflow: visible;
}

.gradient-2.left {
  background-image: radial-gradient(circle, #076ae9c7, #fff0 64%);
  inset: 0% auto auto -37%;
}

.div-block-118 {
  flex-direction: column;
  display: flex;
}

.about_new_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 765px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  transform: perspective(1137px);
}

.how-headline {
  color: var(--black);
  text-align: left;
  text-transform: none;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.1;
}

.how-headline.models {
  text-align: left;
}

.how-headline.benefits {
  text-align: center;
  font-size: 2em;
}

.how-text {
  color: var(--white-smoke);
  margin-top: 13px;
  font-size: .9vw;
  line-height: 2.5;
}

.div-block-120 {
  padding-top: 12px;
  padding-left: 3vw;
}

.pledge-container {
  background-color: #fbc5ac;
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.pledge-container.outer {
  z-index: 999;
  background-color: #0000;
  width: 140px;
  height: 140px;
  margin-top: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.pledge-container.inner {
  z-index: 1;
  background-color: var(--dark-khaki);
  width: 100px;
  height: 100px;
}

.image-16 {
  opacity: 1;
  color: #0c2d58;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: block;
  position: absolute;
  inset: 0%;
}

.booking_cta_number {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gardenaquanto, sans-serif;
  font-size: 4vw;
  line-height: 22px;
  display: flex;
}

.div-block-22 {
  z-index: 0;
  background-color: #fbc5ac;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.bookin_cta_text {
  text-align: center;
  padding-top: 1vw;
  font-size: .6em;
  line-height: 1.2;
}

.div-block-121 {
  width: 82px;
  margin-bottom: -1vw;
}

.hero_mobile_description_container {
  margin-left: 6vw;
  padding-right: 1vw;
}

.div-block-122 {
  border: 1px none var(--black);
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

.cursor-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
}

.cursor {
  z-index: 999;
  background-color: var(--dark-khaki);
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: height .2s, width .2s, opacity .2s, left .17s linear, top .15s linear;
  display: none;
  position: absolute;
}

.cursor.cursor-hover {
  mix-blend-mode: color;
  width: 40px;
  height: 40px;
}

.cursor.cursor-pressed {
  width: 10px;
  height: 10px;
}

.cursor.cursor-arrow {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  mix-blend-mode: normal;
  background-image: url('../images/621c519749199dadc776468a_arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 21px;
  display: flex;
}

.image-42, .image-43 {
  display: block;
}

.link-block {
  align-items: center;
  height: 100%;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.booking-pre {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 0 .5vw 0 0;
  font-size: 1.1em;
  display: inline-block;
}

.booking-pre.pre {
  padding-right: 10px;
}

.course_hero_content {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  margin-top: 136px;
  margin-bottom: 80px;
  display: flex;
}

.course-accent {
  color: var(--yellow);
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 175%;
}

.course-headine {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  max-width: 769px;
  margin-top: 16px;
  line-height: 1.5;
}

.white {
  color: #fff;
}

.kerning_fix {
  letter-spacing: -1px;
}

.course_user_wrap {
  border-top: 1px solid #ededed;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding-top: 24px;
  display: flex;
}

.course_user_wrap.course_user_wrap--short {
  grid-column-gap: 44px;
  grid-row-gap: 15px;
  border: 0 solid #000;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  margin-top: 22px;
  padding-top: 0;
}

.user_count_circle {
  z-index: 2;
  background-color: #f9f0d1;
  border: 3px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.user_img {
  max-width: 45px;
  margin-right: -16px;
}

.user_img.user_img--1 {
  border: 1px none var(--black);
}

.button-sub {
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.button-sub.nav {
  background-color: var(--black);
  letter-spacing: .05em;
  text-transform: uppercase;
  height: 51px;
  padding: 13px 40px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.button-sub.nav.gradient-bg {
  background-color: var(--pale-turquoise);
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-image: none;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.user_count {
  color: #161525;
  text-align: center;
  margin-bottom: 0;
  margin-left: -3px;
  padding-top: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1px;
}

.course_cta_btn {
  z-index: 2;
  background-image: linear-gradient(225deg, #eef693, var(--dodger-blue-2));
  color: var(--black);
  letter-spacing: 0;
  white-space: nowrap;
  border: 1px solid #202023;
  border-radius: 2px;
  justify-content: center;
  width: 90%;
  padding: 16px 50px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  position: relative;
}

.course_cta_btn.w--current {
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.cta-shadow {
  background-color: #c9d832;
  border: 1px solid #000;
  border-radius: 2px;
  width: 88%;
  height: 84%;
  position: absolute;
  inset: 24% auto auto 0%;
}

.cta-shadow.bright_shadow {
  background-color: #d4e70b;
  background-image: linear-gradient(to right, #f9d8c5, #fdd9d6);
  border-color: #202023;
}

.cta-shadow._2 {
  top: 34%;
  left: 2%;
}

.user_imgs {
  grid-column-gap: 0px;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: auto auto 4% 3%;
}

.heading-10 {
  z-index: 1;
  color: var(--black);
  margin-top: 14px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1.9em;
  font-weight: 400;
  position: relative;
}

.section-2-copy {
  z-index: 0;
  background-color: var(--yellow);
  padding-left: 29px;
  padding-right: 29px;
  position: relative;
  overflow: hidden;
}

.div-block-24-copy {
  justify-content: center;
  width: 100%;
  height: auto;
  padding-top: 6vh;
  padding-bottom: 12vh;
  display: flex;
  position: relative;
  top: 0;
  bottom: 20px;
}

.about-2-copy {
  background-color: #358dff;
  padding: 104px 56px 20px;
  position: relative;
  overflow: hidden;
}

.about-2-copy.no-side-paddings {
  padding-left: 0;
  padding-right: 0;
}

.about-2-copy.no-side-paddings.no-bottom-padding {
  z-index: 1;
  background-color: var(--grey);
  opacity: 1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-3 {
  background-color: #fff;
  border-radius: 50px;
  padding-left: 12px;
  padding-right: 12px;
}

.section-3-copy {
  z-index: 2;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  padding: 8.4em 2em;
  display: block;
  position: relative;
  overflow: hidden;
}

.cell {
  align-items: center;
}

.faq_accordions {
  margin-bottom: 60px;
}

.faq-open {
  color: var(--avatar-kit-white);
  width: 23px;
  display: block;
  position: absolute;
  inset: auto 25px auto auto;
}

.faq-answer {
  color: var(--avatar-kit-white);
  width: 90%;
  max-width: 90%;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  display: none;
}

.faq-headline {
  color: var(--pale-turquoise);
  font-variation-settings: "wght" 452;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 26px;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 600;
}

.highlight_span {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button_wrap {
  justify-content: center;
  display: flex;
}

.faq-close {
  color: var(--avatar-kit-white);
  display: none;
  position: absolute;
  inset: 55px 25px auto auto;
}

.course_cta-_btn-2 {
  z-index: 2;
  letter-spacing: 0;
  white-space: nowrap;
  background-image: url('../images/CTA-arrow-1.svg'), linear-gradient(225deg, #ffaa87, #f75900);
  background-position: 93% 54%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border: 1px solid #202023;
  border-radius: 2px;
  padding: 16px 74px 16px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}

.heading-11 {
  color: var(--avatar-kit-white);
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.faq_item {
  cursor: pointer;
  border-bottom: 1px solid #c8cada;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}

.faq-line {
  background-color: #20365a;
  width: 100%;
  height: 4px;
  margin-top: 70px;
  display: none;
}

.faq-question {
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.faq {
  z-index: 3;
  background-color: var(--black);
  padding: 132px 12% 100px;
  position: relative;
}

.offers {
  z-index: 5;
  background-color: #3c7cf7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 7%;
  padding-right: 7%;
  font-weight: 700;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.offers.gradient-bg {
  background-color: var(--black);
  background-image: none;
  display: none;
  overflow: hidden;
}

.heading-12 {
  color: #fff;
  font-size: 18px;
  line-height: 31px;
}

.offers-container {
  grid-column-gap: 18px;
  display: flex;
}

.offer {
  grid-column-gap: 18px;
  background-color: #fff;
  border-radius: 500px;
  padding-left: 8px;
  padding-right: 14px;
  display: flex;
}

.accent-menlo {
  color: #161525;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
}

.lightbulb {
  border: 1.28px solid #f7f5ed;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  display: flex;
  position: absolute;
  box-shadow: 0 0 9px 3px #b2b2b25c;
}

.lightbulb.lightbulb--2 {
  width: 102px;
  height: 102px;
  top: 378px;
  left: 5%;
}

.lightbulb.lightbulb--2.pricing-lightbulb {
  width: 95px;
  height: 95px;
  top: 430px;
  left: 12%;
}

.lightbulb.lightbulb--3 {
  width: 106px;
  height: 106px;
  top: 140px;
  right: 5%;
}

.lightbulb.lightbulb--3.pricing-lightbulb {
  width: 115px;
  height: 115px;
  top: auto;
  bottom: 140px;
}

.lightbulb.lightbulb--4 {
  width: 66px;
  height: 66px;
  top: 440px;
  right: 4%;
}

.lightbulb.lightbulb--4.pricing-lightbulb {
  width: 66px;
  height: 66px;
  top: 300px;
}

.lightbulb.lightbulb--1 {
  top: 150px;
  left: 4%;
}

.lightbulb.lightbulb--1.pricing-lightbulb {
  width: 75px;
  height: 75px;
  top: 180px;
}

.lightbulb_img {
  border-radius: 500px;
  width: 86%;
  height: 86%;
  box-shadow: 0 0 7.66px #ffbc115e;
}

.lightbulbs-container {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .35fr .35fr minmax(484px, 5fr) .35fr .35fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 50%;
  margin-top: 270px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lightbulbs-container.pricing-lightbulbs-container {
  height: 100%;
  margin-top: 0;
}

.pricing-button {
  width: 143px;
}

.package_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #202023;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  display: block;
  position: relative;
}

.text-4 {
  color: var(--dodger-blue-2);
  letter-spacing: .1em;
  -webkit-text-stroke-color: var(--dodger-blue-2);
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 109%;
}

.h3-2 {
  color: var(--avatar-kit-white);
  letter-spacing: .01em;
  text-transform: uppercase;
  padding-top: 6vw;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 109%;
}

.text-5 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.vectors-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
  display: flex;
}

.pricing-badge {
  width: 75px;
  position: absolute;
  inset: 17% 0% auto auto;
}

.tag {
  grid-column-gap: 13px;
  grid-row-gap: 15px;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 8px;
  display: flex;
}

.tag.last {
  border-bottom-style: none;
}

.heading-13 {
  color: #ffffff8f;
  text-align: center;
  margin-top: 10px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.package_desc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 2vw 1.5vw;
  display: flex;
}

.benefits-list {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 27px 3px 13px;
  display: flex;
  position: relative;
}

.card {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--avatar-kit-white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  display: flex;
  position: relative;
}

.frame-141 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.package_price {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--black);
  color: var(--pale-turquoise);
  border-bottom: 1px #5f5f5f;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin: 23px 22px 0;
  padding: 2vw 3vw 1.4vw;
  display: flex;
}

.about_new_container-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 765px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  transform: perspective(1137px);
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 13px;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: none;
  padding-left: 34px;
  padding-right: 34px;
  display: grid;
}

.heading-14 {
  text-align: center;
  justify-content: center;
  margin-bottom: 54px;
  display: flex;
}

.heading-15 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.section-sub {
  background-color: var(--yellow);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10.6em;
  padding-bottom: 10.6em;
  display: flex;
}

.section-sub.how {
  background-color: var(--yellow);
  padding: 0 24px 24px;
}

.section-sub.benefits {
  padding-top: 8em;
}

.section-sub.pricing {
  z-index: 1;
  background-color: var(--yellow);
  flex-direction: column;
  align-items: center;
  padding-top: 5.9em;
  padding-bottom: 5.9em;
  position: relative;
  overflow: hidden;
}

.section-sub.model {
  display: none;
}

.avatarkit-button-primary {
  background-color: var(--dodger-blue-2);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  transition: background-color .4s;
}

.avatarkit-button-primary:hover {
  color: #fff;
  background-color: #1b9e3cb3;
}

.avatarkit-button-primary:active {
  background-color: #1b9e3cb3;
}

.avatarkit-mg-40px-top {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 23px;
  display: flex;
}

.avatarkit-center-text {
  color: var(--avatar-kit-black);
  text-align: left;
  letter-spacing: .05em;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.avatarkit-center-text.benefits {
  color: var(--black);
  text-align: center;
}

.avatarkit-features-title-small {
  color: var(--avatar-kit-forest-green);
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.avatarkit-features-title {
  color: var(--avatar-kit-black);
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.avatarkit-component-info-center {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}

.avatarkit-star {
  width: 16px;
  height: 16px;
  margin: 0 2px;
}

.avatarkit-rate-block {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.avatarkit-component-tittle {
  color: var(--avatar-kit-black);
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.avatarkit-team-image-big {
  background-color: #0000;
  border-radius: 100%;
  justify-content: flex-start;
  align-items: center;
  width: 132px;
  height: 132px;
  display: flex;
}

.avatarkit-team-image-big.benefits {
  justify-content: center;
}

.how-container {
  background-color: #0000;
  border: 1px solid #f1dac9;
  border-radius: 6px;
  flex-flow: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
}

.how-container.model {
  align-items: flex-start;
}

.avatarkit-button-primary-black {
  background-color: var(--avatar-kit-black);
  color: var(--avatar-kit-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  transition: background-color .4s;
}

.avatarkit-button-primary-black:hover {
  background-color: #1a1b1f4d;
}

.avatarkit-pricing-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.avatarkit-container-component {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.avatarkit-padding-global-components {
  background-color: var(--avatar-kit-white-smoke);
  color: var(--avatar-kit-black);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
}

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

.list {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  position: relative;
}

.section-services {
  z-index: 0;
  background-color: #0000;
  padding: 5.4em 29px;
  display: none;
  position: relative;
  overflow: hidden;
}

.section-services.services {
  background-color: var(--yellow);
  flex-direction: column;
  align-items: center;
  padding-top: 15.7em;
  padding-bottom: 10em;
  display: flex;
}

.services-heading {
  color: var(--avatar-kit-white);
  font-weight: 400;
  display: block;
}

.services-pill {
  background-color: var(--black);
  color: var(--black);
  text-align: center;
  border: 1px #000;
  border-radius: 300px;
  margin-top: 5px;
  padding: 20px 21px;
  font-weight: 300;
}

.div-block-123 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 61%;
  display: flex;
  position: relative;
}

.benefit-container {
  background-color: var(--avatar-kit-white);
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 32px;
  display: flex;
}

.benefit-container.model {
  align-items: flex-start;
}

.pricing-footer {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.html-embed-3 {
  background-color: var(--pale-turquoise);
  border-radius: 100px;
  width: 25px;
  height: auto;
  padding: 3px;
  display: flex;
  position: relative;
}

.quick-stack {
  grid-column-gap: 25px;
  max-width: 1000px;
}

.nav-wrap {
  z-index: 9999;
  background-color: #fff;
  border-radius: 200px;
  padding: 6px 9px;
  display: block;
  position: fixed;
  inset: 2% 2% auto auto;
}

.nav-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.nav-left {
  background-color: var(--dodger-blue-2);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  font-size: 20px;
  line-height: 0;
  position: relative;
}

.nav-mid {
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.navigation-bar {
  background-color: #0000;
  display: flex;
}

.nav-link-sub {
  color: var(--black);
  padding: 16px 7px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.nav-link-sub.w--current {
  color: var(--black);
  background-color: #01313d12;
  border-radius: 200px;
}

.div-block-126 {
  background-color: var(--linen);
  border-radius: 20px;
  width: 100%;
  margin-top: 0;
  padding: 10em 17px;
  position: relative;
}

.div-block-127 {
  text-align: center;
  flex-direction: column;
  width: 78%;
  max-width: 800px;
  margin-bottom: 40px;
  display: flex;
}

.accent-sub-bg {
  background-color: var(--dodger-blue);
  color: var(--avatar-kit-white);
  text-align: center;
  border-radius: 200px;
  justify-content: center;
  margin-bottom: 15px;
  padding: 11px 25px;
  display: flex;
}

.accent-sub-bg.gradient-bg {
  background-color: var(--black);
  background-image: none;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 400;
}

.div-block-128 {
  justify-content: center;
  display: flex;
}

.text-span-4 {
  background-image: url('../images/63ff3c3bc1ad532d73ba6a69_Herounderline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-44, .image-45 {
  opacity: .78;
}

.image-46 {
  opacity: .78;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.hero-wrap-lower {
  text-align: center;
  margin-top: -16px;
  display: none;
}

.play_now {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: absolute;
  right: -90%;
}

.hero-heading {
  color: #01313d;
  font-variation-settings: "wght" 540;
  text-align: center;
  flex: 1;
  justify-content: center;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 94%;
  display: flex;
}

.hero-heading.hero-success {
  color: var(--black);
  text-align: right;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-left: 0;
}

.play-button-ring {
  z-index: 1;
  border: 2px solid #f09474;
  border-radius: 100%;
  width: 94px;
  height: 94px;
  position: absolute;
  inset: 10%;
}

.play-btn {
  z-index: 10;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 117px;
  height: 150px;
  display: flex;
}

.hero-wrap {
  z-index: 3;
  flex-direction: column;
  max-width: none;
  padding-top: 24px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.play-btn-wrap {
  z-index: 2;
  justify-content: center;
  display: flex;
}

.play-button {
  -webkit-text-fill-color: inherit;
  background-color: #f0947438;
  background-clip: border-box;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 117px;
  height: 117px;
  padding: 18px 20px 18px 28px;
  display: flex;
  position: relative;
}

.hero-accent {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 0;
  font-size: 3.3vw;
  line-height: 72%;
}

.hero-accent.into {
  padding-left: 32px;
}

.play-icon {
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  border-left: 15px solid #fff;
  width: 0;
  height: 0;
}

.h2-sub {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 63px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 53px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.h1-sub {
  color: var(--black);
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 4.6em;
  font-weight: 500;
  line-height: 1;
}

.accent-sub {
  color: var(--black);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1.59em;
  font-weight: 500;
}

.services-pill-container {
  width: 100%;
  margin-top: -20px;
  font-family: Clashdisplay Variable, sans-serif;
  position: relative;
}

.bg-gradient {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--yellow), var(--yellow) 29%, transparent 57%);
  width: 100%;
  height: 50vh;
  position: absolute;
  overflow: visible;
}

.gradient-bg {
  background-image: linear-gradient(126deg, var(--dodger-blue) 30%, #2b61f6 86%);
}

.div-block-130 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 896px;
  margin-bottom: 34px;
  display: flex;
  position: relative;
}

.nav-logo {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 2;
  display: flex;
  position: absolute;
  inset: 40% 0% 0%;
}

.nav-sub-wrapper {
  z-index: 999;
  position: sticky;
  inset: 2% 0% auto auto;
}

.text-span-5 {
  background-color: var(--black);
  -webkit-text-fill-color: transparent;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
}

.html-embed-4 {
  width: 50px;
}

.image-47 {
  width: 74px;
  height: 74px;
}

.lightening-1 {
  z-index: 4;
  color: var(--dodger-blue-2);
  width: 56px;
  position: absolute;
  inset: 10% 30% auto auto;
  transform: rotate(18deg);
}

.lightning-2 {
  z-index: 4;
  color: var(--dodger-blue-2);
  transform-style: preserve-3d;
  width: 56px;
  position: absolute;
  inset: 10% auto auto 30%;
  transform: rotateX(0)rotateY(180deg)rotateZ(18deg);
}

.div-block-131, .div-block-132, .div-block-133, .div-block-134, .div-block-135, .div-block-136 {
  display: flex;
}

.div-block-137 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-49 {
  width: 50px;
}

.img-logo {
  width: 60%;
}

.loop-line {
  z-index: 0;
  color: #fff;
  width: 120%;
  max-width: none;
  display: none;
  position: absolute;
  top: 0;
}

.html-embed-5 {
  color: var(--black);
  width: 14vw;
  position: absolute;
  inset: 18% 0% auto auto;
}

.text-span-6 {
  position: static;
}

.image-51 {
  width: 83px;
  position: absolute;
  inset: -8% auto auto -12%;
  transform: rotate(-84deg);
}

.cheetah-pattern {
  z-index: 0;
  opacity: .33;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.how-icon {
  color: var(--black);
  width: 91px;
}

.how-icon._2 {
  width: 102px;
  margin-left: -15px;
  margin-right: -15px;
}

.html-embed-6 {
  color: var(--black);
}

.image-52 {
  width: 64px;
}

.html-embed-7 {
  color: var(--avatar-kit-white);
  width: 30px;
}

.heading-13-copy {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.loop-line-2 {
  z-index: 0;
  color: #fff;
  width: 120%;
  max-width: none;
  display: none;
  position: absolute;
  top: 102px;
}

.loop-line-2-copy {
  z-index: 0;
  color: #fff;
  width: 120%;
  max-width: none;
  display: block;
  position: absolute;
  top: 0;
}

.div-block-138 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tag-container {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  display: grid;
}

.benefit-tag-headline {
  background-color: var(--linen);
  color: var(--black);
  text-transform: capitalize;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.benefit-tag-headline.nav {
  background-color: var(--black);
  padding-left: 40px;
  padding-right: 40px;
}

.benefit-tag-headline.nav.gradient-bg {
  background-color: var(--pale-turquoise);
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-image: none;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.social-link-wrap {
  display: flex;
}

.footer_social_link {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 35px;
  text-decoration: none;
  display: flex;
}

.footer_social_link.instagram {
  background-image: url('../images/instagram-icon-social-gradient.svg');
  background-position: 51% 51%;
  background-repeat: no-repeat;
  background-size: 15.5px;
  background-attachment: scroll;
}

.footer_social_link.twitter {
  background-image: url('../images/blue-twitter.svg');
  background-position: 50% 49%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.footer_social_link.facebook {
  background-image: url('../images/blue-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.footer_social_link.linkin {
  background-image: url('../images/blue-linkIn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.contact_social_links {
  margin-left: -10px;
  display: flex;
}

.heading-17 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1.7em;
  position: absolute;
  inset: 7% auto auto 3%;
}

.text-span-8 {
  text-transform: none;
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .section.is--hero-copy {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 1vw;
  }

  .section.is--hero-copy.hide {
    display: none;
  }

  .heading-5 {
    display: block;
  }

  .heading-5.top {
    display: none;
  }

  .how-headline {
    color: var(--black);
    text-transform: none;
    line-height: 1;
  }

  .how-headline.models {
    text-align: left;
  }

  .user_img.user_img--1 {
    border-style: none;
  }

  .button-sub {
    font-size: 16px;
  }

  .button-sub.nav {
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 13px;
  }

  .cta-shadow {
    height: 84%;
    inset: 22% 6% 0% 0%;
  }

  .offers {
    inset: 0% 0% auto;
  }

  .text-5 {
    font-size: 18px;
  }

  .vectors-wrapper-5 {
    width: 24px;
  }

  .tag {
    border: 0 #000;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .section-sub {
    background-color: var(--yellow);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 13.3em;
    padding-bottom: 13.3em;
  }

  .avatarkit-button-primary {
    background-color: var(--dodger-blue-2);
    color: var(--avatar-kit-black);
    border-radius: 4px;
    height: auto;
  }

  .avatarkit-center-text {
    font-style: normal;
    line-height: 30px;
    text-decoration: none;
  }

  .avatarkit-features-title-small {
    color: var(--avatar-kit-forest-green);
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }

  .avatarkit-features-title {
    color: var(--avatar-kit-black);
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
  }

  .avatarkit-team-image-big {
    background-color: #0000;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    margin-bottom: 0;
    display: flex;
  }

  .how-container.model {
    align-items: flex-start;
  }

  .full-width {
    width: 100%;
    max-width: none;
  }

  .section-services {
    background-color: var(--yellow);
  }

  .section-services.services {
    justify-content: center;
    padding-top: 13.1em;
    padding-bottom: 5em;
    display: flex;
  }

  .services-heading {
    font-size: 1em;
    display: inline-block;
  }

  .services-pill {
    background-color: var(--black);
    color: var(--avatar-kit-white-smoke);
    border-style: none;
    border-radius: 4px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-123 {
    z-index: 2;
    text-align: center;
    width: 61%;
    display: block;
    position: relative;
  }

  .benefit-container {
    background-color: var(--avatar-kit-white);
  }

  .benefit-container.model {
    align-items: flex-start;
  }

  .nav-link-sub {
    font-family: Clashdisplay Variable, sans-serif;
    font-size: 13px;
    font-weight: 500;
  }

  .accent-sub-bg {
    background-image: linear-gradient(117deg, var(--dodger-blue) 24%, #085eb3 93%);
    text-align: center;
    font-family: Clashdisplay Variable, sans-serif;
    font-weight: 500;
  }

  .div-block-129 {
    padding-top: 3em;
    position: static;
  }

  .text-span-4 {
    background-image: url('../images/63ff3c3bc1ad532d73ba6a69_Herounderline.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .image-44, .image-45, .image-46 {
    width: 103px;
  }

  .hero-heading {
    text-transform: none;
    justify-content: center;
    line-height: 102%;
  }

  .hero-wrap {
    max-width: none;
  }

  .hero-accent {
    color: var(--black);
    font-size: 1.5vw;
    line-height: 128%;
  }

  .h2-sub {
    line-height: 1.1;
  }

  .h1-sub {
    line-height: .9;
  }

  .services-pill-container {
    padding-top: 3em;
  }

  .bg-gradient {
    z-index: 1;
    width: 100%;
    height: 48vh;
  }

  .benefit-tag-headline {
    font-size: 16px;
  }

  .benefit-tag-headline.nav {
    letter-spacing: .1em;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1920px) {
  .how-headline {
    line-height: 1.2;
  }

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

  .section-sub.benefits {
    padding-top: 6em;
    padding-bottom: 5em;
  }

  .avatarkit-center-text {
    font-style: normal;
    line-height: 25px;
    text-decoration: none;
  }

  .avatarkit-features-title-small {
    font-size: 30px;
    line-height: 40px;
  }

  .avatarkit-component-info-center, .how-container, .benefit-container {
    font-weight: 400;
  }

  .div-block-126 {
    padding-top: 5.1em;
    padding-bottom: 1em;
  }

  .html-embed-5 {
    width: 9vw;
    top: 23%;
    right: 16%;
  }

  .tag-container {
    margin-top: 30px;
    margin-bottom: 17px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: .619375em;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section.is--nav {
    margin-top: 5vw;
  }

  .section.is--hero, .section.is--hero-copy {
    height: 66vw;
  }

  .hero-headline-container-1 {
    width: 80vw;
  }

  .nav-wrapper {
    grid-template-columns: minmax(150px, .25fr) 1fr minmax(150px, .25fr);
    width: 89vw;
  }

  .logo-blue-cross {
    width: 9vw;
  }

  .splide__slide-2 {
    width: 50%;
  }

  .splide.slider1.pill, .splide.slider3.pill, .splide.slider1-copy.pill, .splide.slider1-copy.pill, .splide.slider2.pill, .splide.slider4.pill {
    padding-right: 6vw;
  }

  .gradient {
    top: -69%;
  }

  .slider-pill_img {
    padding-top: 148%;
  }

  .big-side-feature {
    grid-row-gap: 41px;
  }

  .html-embed-2 {
    z-index: auto;
    opacity: .11;
    position: relative;
  }

  .about-2 {
    padding: 80px 8px;
    overflow: hidden;
  }

  .div-block-24 {
    padding-top: 0;
  }

  .awards-item {
    font-size: 14px;
  }

  .award-collections-wrap {
    margin-bottom: 50px;
  }

  .awards-wrap {
    margin-top: 60px;
  }

  .awards-wrap.is-project {
    margin-top: 30px;
  }

  .project-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .award {
    width: 43%;
  }

  .xxl-heading {
    font-size: 35px;
  }

  .collection-hero-banner {
    min-height: 650px;
  }

  .post-top {
    padding-top: 100px;
  }

  .overlay {
    align-self: auto;
  }

  .project-gallery {
    grid-template-columns: 1fr 1fr;
  }

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

  .project-intro {
    grid-template-columns: 1fr;
  }

  .project-body {
    grid-row-gap: 60px;
    padding: 48px;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .project-gallery-image {
    min-height: 275px;
  }

  .rich-text-2 {
    font-size: 10px;
  }

  .image-4 {
    align-self: flex-start;
    min-height: 74vw;
  }

  .collection-list {
    grid-column-gap: 9px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-27 {
    min-height: 18vw;
  }

  .footer-bottom {
    flex-direction: row;
  }

  .footer-01 {
    width: 100vw;
    margin-left: 0;
  }

  .field-label {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .image-41 {
    margin-bottom: 0;
  }

  .submit-button {
    font-size: 13px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .submit-button-full {
    font-size: 13px;
  }

  .social-link-2 {
    align-items: center;
  }

  .footer-wrapper {
    justify-content: flex-start;
    width: 62%;
    padding-bottom: 0;
  }

  .footer-wrapper._2 {
    justify-content: flex-end;
    align-items: center;
  }

  .grid-4 {
    grid-template-columns: minmax(10%, 10%) 15% 1fr 23%;
  }

  .loader-cross {
    width: 9vw;
  }

  .heading-8 {
    font-size: 3.2em;
  }

  .social-icon {
    width: 16px;
    margin-bottom: 19px;
  }

  .contact_column.is-right {
    padding-top: 14.3em;
  }

  .success {
    height: 15vh;
  }

  .nav-wrapper-filled {
    grid-template-columns: minmax(150px, .25fr) 1fr minmax(150px, .25fr);
    width: 89vw;
  }

  .gradient-2 {
    top: -69%;
  }

  .how-headline {
    font-size: 27px;
  }

  .course-accent {
    font-size: 16px;
  }

  .course-headine {
    padding-left: 38px;
    padding-right: 38px;
  }

  .course_user_wrap {
    margin-top: 32px;
    padding-top: 28px;
  }

  .course_user_wrap.course_user_wrap--short {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    height: 140px;
  }

  .div-block-24-copy {
    padding-top: 0;
  }

  .about-2-copy {
    padding: 80px 8px;
    overflow: hidden;
  }

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

  .faq_item {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .faq {
    padding-left: 6%;
    padding-right: 6%;
  }

  .offers {
    height: 70px;
  }

  .heading-12 {
    display: none;
  }

  .offers-container {
    grid-column-gap: 24px;
    justify-content: center;
    width: 100%;
  }

  .lightbulb.lightbulb--2 {
    display: none;
    top: 493px;
  }

  .lightbulb.lightbulb--3 {
    width: 90px;
    height: 90px;
    top: 40px;
    right: 3%;
  }

  .lightbulb.lightbulb--3.pricing-lightbulb {
    width: 90px;
    height: 90px;
    bottom: 114px;
    right: 4%;
  }

  .lightbulb.lightbulb--4 {
    width: 100px;
    height: 100px;
    top: 410px;
  }

  .lightbulb.lightbulb--4.pricing-lightbulb {
    top: 67px;
    right: 13%;
  }

  .lightbulb.lightbulb--1 {
    top: -50px;
    left: 2%;
  }

  .lightbulb.lightbulb--1.pricing-lightbulb {
    top: 368px;
    left: 4%;
  }

  .pricing-button {
    width: 56%;
  }

  .package_card {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .h3-2 {
    font-size: 28px;
  }

  .text-5 {
    font-size: 13px;
  }

  .pricing-badge {
    width: 102px;
    top: 13%;
    bottom: 13%;
  }

  .package_desc {
    padding-left: 20px;
    padding-right: 6vw;
  }

  .package_price {
    margin-top: 0;
    padding: 3.4vw 27px;
  }

  .container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-sub.benefits {
    padding-bottom: 2.2em;
  }

  .avatarkit-button-primary {
    border-radius: 4px;
    line-height: 25px;
    display: inline-block;
  }

  .avatarkit-mg-40px-top {
    margin-top: 17px;
  }

  .avatarkit-center-text {
    font-size: 15px;
  }

  .avatarkit-component-tittle {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .avatarkit-team-image-big {
    width: auto;
    height: auto;
  }

  .how-container {
    padding: 32px 20px;
  }

  .avatarkit-button-primary-black {
    padding-left: 25px;
    padding-right: 25px;
  }

  .avatarkit-pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .avatarkit-container-component {
    max-width: 75rem;
  }

  .div-block-123 {
    width: 68%;
  }

  .benefit-container {
    padding: 32px 20px;
  }

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

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

  .hero-wrap-lower {
    margin-top: -20px;
  }

  .hero-heading {
    font-size: 54px;
    line-height: 92%;
  }

  .play-button-ring {
    width: 80px;
    height: 80px;
  }

  .play-btn {
    margin-top: 5vh;
  }

  .hero-wrap {
    max-width: 100%;
  }

  .play-button {
    width: 100px;
    height: 100px;
  }

  .h2-sub {
    font-size: 46px;
  }

  .how-icon {
    width: 64px;
  }

  .how-icon._2 {
    width: 74px;
  }

  .footer_social_link {
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .contact_social_links {
    border-right-style: none;
    margin-top: 12px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .section.is--hero {
    height: 61vw;
    padding-top: 7vw;
  }

  .section.is--hero-copy {
    height: 83vw;
    padding-top: 19vw;
  }

  .heading {
    font-size: 7.6em;
  }

  .hero-headline-container-1 {
    width: 81vw;
  }

  .hero-text {
    font-size: 1em;
  }

  .nav-wrapper {
    grid-template-columns: minmax(110px, .25fr) 1fr minmax(110px, .25fr);
    margin-top: 6vw;
  }

  .image-2 {
    width: 5vw;
  }

  .hero-container {
    width: 85vw;
  }

  .splide__slide {
    width: auto;
  }

  .splide__slide-2 {
    width: 100%;
  }

  .splide.slider1.pill, .splide.slider3.pill, .splide.slider1-copy.pill, .splide.slider1-copy.pill, .splide.slider2.pill, .splide.slider4.pill {
    padding-right: 0;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .social-link {
    padding: 6px 3px;
  }

  .social {
    max-width: 58%;
  }

  .gradient {
    width: 88vw;
    top: -66%;
    bottom: -66%;
  }

  .big-side-feature {
    flex-flow: column-reverse wrap;
  }

  .about-paragraph.new {
    font-size: 16px;
  }

  .about-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section-3 {
    padding: 60px 20px;
  }

  .awards-item {
    letter-spacing: .035em;
    font-size: 12px;
  }

  .award-collections-wrap {
    margin-bottom: 20px;
  }

  .awards-wrap {
    margin-top: 40px;
  }

  .awards-wrap.is-project {
    margin-top: 15px;
  }

  .project-link {
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .project-link.mbm-ex {
    flex-wrap: nowrap;
  }

  .award-source {
    order: 3;
    width: 40%;
  }

  .award {
    order: 2;
    width: 50%;
    margin-bottom: 3px;
  }

  .nominee-div {
    letter-spacing: .1em;
    transform: translate(106%, -63%);
  }

  .award-year {
    text-align: left;
    order: 4;
    width: 50%;
  }

  .award-year.is-project {
    width: auto;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .hero-intro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-intro.large-intro {
    padding-left: 0;
  }

  .collection-hero-banner {
    min-height: 500px;
  }

  .post-top {
    grid-row-gap: 60px;
    padding-left: 0;
  }

  .project-block {
    border-top: 1px solid #889ea833;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .project-bottom {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 24px;
  }

  .project-gallery {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

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

  .project-body {
    grid-row-gap: 48px;
    padding: 36px;
  }

  .project-gallery-image {
    min-height: 200px;
  }

  .image-4 {
    min-height: 90vw;
  }

  .full-menu-button {
    width: 20px;
  }

  .collection-list-wrapper-2 {
    order: -1;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-01 {
    width: 100vw;
    margin-left: 0;
  }

  .footer-column {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .footer-wrapper {
    width: 72%;
  }

  .loader-cross {
    width: 10vw;
  }

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

  .close:hover {
    border: 1px solid #fff;
  }

  .hero-container-mobile {
    width: 85vw;
  }

  .side-panel {
    display: none;
  }

  .container-8 {
    display: block;
  }

  .bg-video {
    width: 100%;
  }

  .field.message {
    margin-top: 21px;
  }

  .contact_column {
    padding: 5vw;
  }

  .contact_column.is-right {
    background-color: #000;
    width: 100%;
    min-height: auto;
    padding: 5em 6vw;
  }

  .contact_column.is-left {
    width: 100%;
    height: auto;
    position: relative;
  }

  .headline_wrap {
    margin-top: 5vh;
    padding-top: 7em;
    padding-bottom: 1.6em;
    padding-left: 3px;
  }

  .success {
    margin-top: 0;
  }

  .nav-wrapper-filled {
    grid-template-columns: minmax(110px, .25fr) 1fr minmax(110px, .25fr);
    margin-top: 6vw;
  }

  .bg-video-footer {
    width: 100%;
  }

  .hero-text-2 {
    font-size: 1em;
  }

  .gradient-2 {
    width: 88vw;
    top: -66%;
    bottom: -66%;
  }

  .how-headline {
    font-size: 26px;
  }

  .how-text {
    font-size: 8px;
  }

  .div-block-120 {
    padding-top: 0;
  }

  .booking-pre {
    padding-right: 1vw;
  }

  .course-headine {
    padding-left: 0;
  }

  .course_user_wrap {
    grid-column-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .course_user_wrap.course_user_wrap--short {
    flex-direction: row;
    place-content: flex-start center;
    margin-top: 0;
    padding-top: 9px;
  }

  .button-sub.nav.gradient-bg {
    padding-left: 24px;
    padding-right: 24px;
  }

  .course_cta_btn {
    padding: 11px 44px;
    font-size: 13px;
  }

  .cta-shadow {
    height: 80%;
  }

  .about-2-copy {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-3-copy {
    padding: 60px 20px;
  }

  .faq-close {
    top: 60px;
  }

  .course_cta-_btn-2 {
    font-size: 16px;
  }

  .heading-11 {
    width: 360px;
  }

  .faq-question {
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq {
    padding-left: 8%;
    padding-right: 8%;
  }

  .offers {
    grid-column-gap: 0px;
    justify-content: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .offers-container {
    grid-column-gap: 6px;
  }

  .lightbulb.lightbulb--3, .lightbulb.lightbulb--3.pricing-lightbulb {
    width: 80px;
    height: 80px;
  }

  .lightbulb.lightbulb--4 {
    width: 80px;
    height: 80px;
    top: auto;
    bottom: -51px;
  }

  .lightbulb.lightbulb--1 {
    width: 64px;
    height: 64px;
  }

  .lightbulb.lightbulb--1.pricing-lightbulb {
    width: 60px;
    height: 60px;
  }

  .container-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 27px;
    padding-right: 27px;
  }

  .how-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 43px;
    padding-right: 43px;
  }

  .avatarkit-pricing-grid {
    grid-template-columns: 1fr;
  }

  .services-pill {
    padding-left: 16px;
    padding-right: 16px;
  }

  .benefit-container {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-wrap {
    position: fixed;
  }

  .nav-mid {
    order: 1;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-cta {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-link-sub {
    display: none;
  }

  .div-block-127 {
    width: 96%;
  }

  .hero-heading {
    color: var(--black);
    font-size: 40px;
    line-height: 101%;
  }

  .play-button-ring {
    transform-origin: 50%;
    width: 14vw;
    height: 14vw;
    margin-top: 1.5vw;
    margin-left: 1.5vw;
    top: 0%;
    left: 0%;
    transform: none;
  }

  .play-btn {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .play-button {
    width: 17vw;
    height: 17vw;
  }

  .hero-accent {
    font-size: 3.7vw;
  }

  .h2-sub {
    font-size: 38px;
  }

  .div-block-130 {
    margin-bottom: 0;
  }

  .nav-sub-wrapper {
    top: 10px;
  }

  .mobile_menu_btn {
    background-color: #0000;
    background-image: url('../images/external-link-icon-md.svg');
    background-position: 84%;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 32px 20% 32px 10%;
  }

  .mobile_menu_border {
    background-image: linear-gradient(77deg, #275cf6 15%, #519bf8 90%);
    width: 100%;
  }

  .mobile_menu_link {
    color: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 10%;
    font-weight: 400;
    text-decoration: none;
  }

  .mobile_menu_link:hover {
    color: #2e8bff;
  }

  .mobile_menu_link.w--current {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#519bf8, #3170ba);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .mobile_menu_cta {
    border-top: 1px solid #423e3e;
    align-items: center;
    display: flex;
  }

  .mobile_menu {
    z-index: 1;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .mobile_menu.open {
    display: block;
  }

  .mobile_menu_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: minmax(min-content, 94px) 3fr minmax(90px, 1.25fr) minmax(11px, 11px);
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    display: grid;
  }

  .hamburger_stroke {
    background-color: var(--avatar-kit-black);
    border-radius: 20px;
    width: 16px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger_stroke.hamburger_stroke--1 {
    transform: translate(0, -3px);
  }

  .hamburger_stroke.hamburger_stroke--3 {
    transform: translate(0, 3px);
  }

  .brand--mobile {
    border-bottom: 1px solid #423e3e;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 64px;
  }

  .mobile_menu_bg {
    z-index: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .mobile_menu_bg.open {
    background-color: var(--avatar-kit-black);
    transform: scale(80);
  }

  .contact_social_links {
    margin-top: 7px;
  }

  .contact_social_links.social_links--mobile-nav {
    margin-top: 24px;
    margin-left: 9%;
  }

  .mobile_menu_links {
    flex-direction: column;
    flex: 1;
    padding-top: 4vh;
    padding-bottom: 4vh;
    display: flex;
  }

  .hamburger_btn {
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    margin: 5px;
    display: flex;
    position: relative;
    right: 0;
  }

  .mobile_nav {
    z-index: 1;
    justify-content: flex-end;
    align-items: center;
    width: 52px;
    max-width: 60px;
    height: 52px;
    max-height: 60px;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .nav-menu {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section.is--nav {
    z-index: 999;
    margin-top: 12vw;
  }

  .section.is--navoverlay {
    z-index: 998;
    display: none;
  }

  .section.is--hero {
    height: 54vh;
    padding-top: 15vw;
  }

  .section.is--hero-copy {
    height: 65vh;
    padding-top: 15vw;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    width: 227px;
    font-size: 6.4em;
    line-height: .95;
  }

  .heading.mobile-1 {
    justify-content: flex-start;
  }

  .hero-headline-container-1 {
    justify-content: flex-start;
    margin-bottom: 3px;
    padding-left: 15px;
  }

  .hero-headline-container-3 {
    justify-content: flex-start;
  }

  .hero-text {
    font-size: 1.2em;
  }

  .div-block {
    text-align: center;
    order: 1;
    margin-top: 15px;
  }

  .nav-wrapper {
    z-index: 9999;
    grid-template-columns: 3.5fr 1fr 1fr;
    align-items: center;
    width: 90vw;
    margin-top: 0;
  }

  .heading-4 {
    margin-right: 0;
    display: none;
  }

  .heading-4.right {
    margin-left: 0;
  }

  .logo-blue-cross {
    margin-left: 7px;
    margin-right: 5vw;
  }

  .image-2 {
    width: 9vw;
  }

  .nav-container.left {
    display: none;
  }

  .nav-container.middle {
    z-index: 0;
    background-color: var(--white-smoke);
    border-style: none;
    border-width: 1px;
    position: relative;
  }

  .nav-container.right {
    z-index: 1;
    background-color: var(--black);
    border-style: none;
    border-width: 1px;
    position: relative;
  }

  .hero-container {
    display: none;
  }

  .wrapper {
    height: 100%;
    overflow: hidden;
  }

  .text-wrapper, .left-gradient {
    min-width: 10vw;
    display: none;
  }

  .splide-other {
    align-items: flex-start;
    margin-top: 12%;
  }

  .splide-other__track {
    height: 66vh;
  }

  .splide__list {
    background-color: #0000;
    padding-bottom: 0;
  }

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

  .splide__track {
    width: 100%;
    height: auto;
  }

  .splide.slider1.pill {
    z-index: 0;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .splide.slider1.pill.services, .splide.slider3.pill.services {
    padding-bottom: 0;
  }

  .social-icons.white {
    margin-top: 38px;
  }

  .hamburger-wrapper {
    display: none;
  }

  .gradient {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--dodger-blue), #fff0 72%);
    width: 157vw;
    height: 166vw;
    top: -79%;
    bottom: 0%;
    right: -51%;
  }

  .slider-pill {
    height: auto;
    padding-bottom: 0;
  }

  .slider-pill_img {
    background-color: #24202200;
    border-radius: 16px;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 108%;
  }

  .slider-pill_photo {
    height: 100%;
  }

  .big-side-feature {
    grid-row-gap: 22px;
  }

  .about-paragraph {
    font-size: 12px;
    line-height: 1.7;
  }

  .about-2.no-side-paddings.no-bottom-padding {
    background-color: var(--dodger-blue);
  }

  .div-block-24 {
    padding-top: 5vh;
    padding-bottom: 13vh;
  }

  .about-container {
    display: none;
  }

  .heading-6 {
    display: block;
  }

  .section-3 {
    padding-top: 47px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    overflow: hidden;
  }

  .awards-item {
    font-size: 11px;
  }

  .awards-item.is-project {
    height: 15vw;
  }

  .awards-wrap.is-project {
    margin-top: 0;
  }

  .container-2 {
    padding-left: 13vw;
    padding-right: 10vw;
  }

  .certificate {
    opacity: 1;
    object-fit: cover;
    border-width: 5px;
    min-width: 10vw;
  }

  .project-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .project-link.mbm-ex {
    order: 0;
    align-items: center;
    margin-top: -18px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10.5px;
  }

  .award-source {
    order: 1;
    width: 83%;
  }

  .award {
    width: 50%;
  }

  .nominee-div {
    font-size: .7em;
    transform: translate(0%, 98%);
  }

  .award-year {
    width: 50%;
  }

  .image-preview {
    display: block;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .div-block-26-copy {
    padding-top: 5vw;
  }

  .collection-hero {
    min-height: auto;
  }

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

  .hero-intro {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-hero-banner {
    min-height: 311px;
  }

  .centered-line.dark {
    margin-top: 7vw;
  }

  .post-top {
    grid-row-gap: 48px;
    padding-top: 106px;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .scroll-circle {
    width: 50px;
    height: 50px;
    padding-top: 25px;
  }

  .side-fill {
    display: none;
  }

  .project-gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .project-intro {
    grid-row-gap: 14px;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-auto-flow: row;
    width: 100%;
    margin-left: 4px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .project-body {
    grid-row-gap: 0px;
    grid-template-rows: auto 1px;
    padding: 30px 21px;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .medium-stacked-intro {
    display: none;
  }

  .project-gallery-image {
    min-height: 125px;
  }

  .rich-text-2 {
    font-size: 7px;
  }

  .section-5 {
    padding-top: 17px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .full-menu-button {
    align-self: center;
    margin-left: 0;
  }

  .menu-lottie {
    filter: invert();
  }

  .social-link-white {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .collection-list-wrapper-2 {
    order: -1;
  }

  .collection-list-2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .div-block-27 {
    min-height: 38vw;
    padding: 9px;
  }

  .image-6 {
    width: 17px;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    grid-auto-columns: minmax(0, .25fr);
    justify-items: start;
    width: 100%;
  }

  .footer-logo-2 {
    margin-bottom: 32px;
  }

  .footer-link-2 {
    text-align: left;
    padding-bottom: 2px;
    font-size: 12px;
  }

  .footer-title-button {
    width: 100%;
    margin-bottom: -24px;
    margin-right: 0;
    font-size: 15px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    margin-top: 25px;
  }

  .footer-01 {
    width: 100vw;
    margin-left: 0;
    padding-top: 43px;
    padding-left: 11%;
    padding-right: 11%;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .form-block-3 {
    width: 100%;
  }

  .submit-button {
    margin-top: 8px;
    margin-left: 0;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 0;
    margin-right: auto;
    padding-top: 33px;
  }

  .submit-button-full {
    margin-top: 8px;
    margin-left: 0;
  }

  .secondary-link {
    text-align: left;
    font-size: 12px;
  }

  .text-field {
    border-color: #00000042;
    width: 100%;
    padding-left: 20px;
    box-shadow: 2px 0 30px 10px #00000017;
  }

  .div-block-98 {
    flex-direction: column;
    min-width: auto;
    display: flex;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: none;
  }

  .footer-wrapper._1 {
    order: 1;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .footer-wrapper._2 {
    margin-top: 0;
    display: block;
  }

  .transition-content {
    top: 0;
  }

  .transition {
    z-index: 2147483647;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .grid-4 {
    grid-template-rows: 13vh 41vh auto;
  }

  .grid-4.nav {
    grid-template-columns: 20% 1fr 20%;
  }

  .intro-page-load.last {
    display: none;
  }

  .loader {
    background-color: #0000;
    width: 101vw;
  }

  .nav-bg {
    background-color: #241c1c;
  }

  .loader-cross {
    width: 15vw;
  }

  .loader-lotti {
    z-index: 1;
    background-color: #0000;
    width: 101vw;
    height: 15vw;
    margin-top: -2px;
    margin-bottom: -2px;
  }

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

  .heading-8 {
    font-size: 2em;
  }

  .large-portfolio-image {
    max-height: 80vw;
  }

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

  .div-block-80 {
    margin-top: 0;
    padding: 245px 30px 0;
  }

  .close {
    justify-content: flex-end;
    right: 13%;
  }

  .social-container._1 {
    display: none;
  }

  .div-block-113 {
    display: flex;
  }

  .div-block-81 {
    height: auto;
    padding-top: 0;
  }

  .heading-mask.nav {
    height: 13vw;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 90.9;
  }

  .nav-item {
    height: 0;
    padding-top: 40px;
    font-size: 17vw;
    line-height: 14vw;
  }

  .nav-item.cta-action {
    margin-bottom: 0;
    padding-top: 0;
  }

  .nav-item.cta-action:active {
    color: var(--dodger-blue);
  }

  .hero-container-mobile {
    padding-bottom: 38px;
    display: block;
  }

  .div-block-114 {
    background-color: var(--black);
    border-radius: 100%;
    order: 1;
    padding: 5px;
  }

  .text-container-mobile {
    padding-bottom: 42px;
    display: none;
  }

  .div-block-85-copy {
    width: 100%;
    margin-top: 28px;
    display: block;
  }

  .social-icons-copy.dark {
    justify-content: center;
    align-items: center;
  }

  .radio_wrap {
    margin-right: 4px;
  }

  .contact_column.is-right {
    height: auto;
    padding: 4.3em 10vw 8.3em;
  }

  .contact_column.is-left {
    padding-left: 10vw;
  }

  .headline_wrap {
    margin-top: 3vh;
    padding-bottom: 2.1em;
  }

  .submit {
    padding-top: .4em;
    padding-bottom: .4em;
  }

  .heading-9 {
    padding-right: 22px;
    font-size: 3em;
  }

  .nav-wrapper-filled {
    z-index: 9999;
    background-color: #e9e9e900;
    grid-template-columns: 3.5fr 1fr 1fr;
    align-items: center;
    width: 90vw;
    margin-top: 0;
  }

  .bg-video-footer {
    opacity: .38;
  }

  .div-block-115 {
    justify-content: center;
  }

  .div-block-116 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .hero-description-container-2 {
    text-align: center;
    order: 1;
    margin-top: 15px;
  }

  .gradient-2 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--dodger-blue), #fff0 72%);
    width: 157vw;
    height: 166vw;
    top: -79%;
    bottom: 0%;
    right: -51%;
  }

  .how-text {
    font-size: 12.5px;
    line-height: 1.7;
    display: block;
  }

  .div-block-120 {
    border-top: 1px solid #e9e9e938;
    padding-top: 20px;
    padding-left: 0;
  }

  .hero_mobile_description_container {
    text-align: center;
    order: 1;
    margin-top: 15px;
    margin-left: 0;
  }

  .booking-pre {
    padding-right: 1.4vw;
  }

  .course_hero_content {
    padding-left: 1%;
    padding-right: 1%;
  }

  .course-accent {
    font-size: 13px;
  }

  .course-headine {
    margin-top: 10px;
    padding-right: 0;
    font-size: 58px;
  }

  .white {
    display: inline-block;
  }

  .course_user_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .course_user_wrap.course_user_wrap--short {
    width: 70%;
    overflow: hidden;
  }

  .user_count_circle {
    width: 40px;
    height: 40px;
  }

  .user_img {
    max-width: 40px;
    max-height: 40px;
  }

  .button-sub {
    width: 100%;
    margin-right: 10px;
  }

  .button-sub.nav {
    width: 100%;
    height: 47px;
  }

  .button-sub.nav.gradient-bg {
    width: auto;
    height: 50px;
    margin-right: 0;
    padding-left: 28px;
    padding-right: 28px;
  }

  .course_cta_btn {
    width: 100%;
    padding: 15px 30px;
    font-size: 14px;
  }

  .cta-shadow {
    width: 94%;
    top: 26%;
    left: 9%;
  }

  .cta-shadow._2 {
    top: 29%;
    left: 10%;
  }

  .user_imgs {
    display: none;
  }

  .heading-10 {
    text-align: center;
    width: 245px;
    margin-bottom: 17px;
    font-size: 1.7em;
  }

  .section-2-copy {
    z-index: 3;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .div-block-24-copy {
    padding-top: 5vh;
    padding-bottom: 13vh;
  }

  .about-2-copy.no-side-paddings.no-bottom-padding {
    background-color: var(--dodger-blue);
  }

  .section-3-copy {
    padding-top: 47px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    overflow: hidden;
  }

  .faq-open {
    width: 22px;
    right: 10px;
  }

  .faq-answer {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-headline {
    font-size: 8vw;
    line-height: 109%;
  }

  .highlight_span {
    display: block;
  }

  .faq-close {
    width: 22px;
    top: 50px;
    right: 10px;
  }

  .course_cta-_btn-2 {
    width: 100%;
    padding-left: 14px;
    padding-right: 65px;
    font-size: 14px;
  }

  .heading-11 {
    max-width: 60vw;
    font-size: 15px;
    line-height: 130%;
  }

  .faq_item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-line {
    margin-top: 50px;
  }

  .faq-question {
    padding-left: 10px;
    padding-right: 0;
  }

  .faq {
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
    overflow: hidden;
  }

  .offers {
    background-color: #0000;
    height: 150px;
  }

  .offers-container {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 6%;
  }

  .offer {
    grid-column-gap: 10px;
    padding-left: 5px;
    padding-right: 10px;
  }

  .accent-menlo {
    font-size: 13px;
  }

  .lightbulb.lightbulb--3 {
    width: 60px;
    height: 60px;
    top: 60px;
  }

  .lightbulb.lightbulb--3.pricing-lightbulb {
    width: 60px;
    height: 60px;
    right: 7%;
  }

  .lightbulb.lightbulb--4 {
    width: 70px;
    height: 70px;
    top: auto;
    bottom: 65px;
  }

  .lightbulb.lightbulb--4.pricing-lightbulb {
    left: 10%;
    right: auto;
  }

  .lightbulb.lightbulb--1 {
    width: 70px;
    height: 70px;
  }

  .lightbulb.lightbulb--1.pricing-lightbulb {
    width: 55px;
    height: 55px;
    display: none;
    top: 409px;
  }

  .lightbulbs-container {
    height: 50%;
  }

  .pricing-button {
    width: 68%;
  }

  .package_card {
    padding-top: 0;
    padding-bottom: 8px;
  }

  .h3-2 {
    font-size: 23px;
  }

  .text-5 {
    font-size: 12px;
  }

  .pricing-badge {
    width: 79px;
    top: 15%;
    bottom: 6%;
  }

  .heading-13 {
    text-align: left;
    font-size: 14px;
  }

  .package_desc {
    padding-top: 8.5vw;
    padding-bottom: 6.5vw;
    padding-left: 3vw;
  }

  .benefits-list {
    padding-top: 2px;
  }

  .package_price {
    margin-top: 13px;
    margin-left: 13px;
    margin-right: 13px;
    padding: 6vw 22px;
  }

  .container-9 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
  }

  .section-sub.how {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .section-sub.benefits {
    overflow: hidden;
  }

  .section-sub.pricing {
    padding-bottom: 0;
  }

  .avatarkit-center-text {
    font-size: 15px;
    line-height: 22px;
  }

  .avatarkit-component-tittle {
    text-align: left;
  }

  .how-container {
    margin-left: 0;
    margin-right: 0;
    padding: 42px 26px 8px;
  }

  .avatarkit-container-component {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avatarkit-padding-global-components {
    background-color: var(--avatar-kit-white-smoke);
  }

  .section-services.services {
    padding: 93px 20px 20px;
  }

  .services-pill {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: .8em;
    display: flex;
  }

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

  .benefit-container {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-footer {
    grid-row-gap: 8px;
  }

  .html-embed-3 {
    width: 29px;
    height: 25px;
  }

  .quick-stack {
    padding-top: 80px;
  }

  .nav-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: block;
    left: 2%;
  }

  .nav-inner {
    grid-column-gap: 1px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr minmax(0, 53px);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-left {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .nav-cta {
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .navigation-bar {
    grid-template: "Area"
    / minmax(0, 53px) minmax(0, 53px);
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-126 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .div-block-127 {
    margin-bottom: 0;
  }

  .text-span-4 {
    margin-bottom: 35px;
  }

  .hero-wrap-lower {
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
  }

  .play_now {
    font-size: 16px;
    right: -100%;
  }

  .hero-heading {
    text-align: center;
    margin-left: 0;
    font-size: 29px;
    line-height: 110%;
  }

  .hero-heading.hero-success {
    text-align: left;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .play-button-ring {
    width: 20vw;
    height: 20vw;
    margin: 2vw 0 0 2vw;
  }

  .play-btn {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-wrap {
    align-items: center;
    width: 100%;
    padding: 0 0%;
  }

  .play-button {
    justify-content: center;
    align-items: center;
    width: 24vw;
    height: 24vw;
  }

  .hero-accent {
    margin-bottom: -8px;
    font-size: 4vw;
  }

  .hero-accent.into {
    padding-left: 0;
  }

  .h2-sub {
    margin-bottom: 0;
    font-size: 30px;
  }

  .h1-sub {
    font-size: 35px;
  }

  .accent-sub {
    margin-bottom: 4px;
    font-size: 10px;
  }

  .services-pill-container {
    margin-top: 0;
  }

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

  .nav-logo {
    font-size: 2.4em;
    top: 29%;
  }

  .nav-sub-wrapper {
    overflow: visible;
  }

  .lightening-1 {
    width: 30px;
    top: 3%;
    right: 14%;
  }

  .lightning-2 {
    width: 30px;
    top: 3%;
    left: 14%;
  }

  .html-embed-5 {
    top: 13%;
  }

  .loop-line-2-copy {
    display: none;
    top: 10%;
  }

  .tag-container {
    grid-template-rows: auto;
    display: none;
  }

  .benefit-tag-headline {
    width: 75%;
    margin-right: 10px;
  }

  .container-10 {
    display: block;
    position: relative;
  }

  .menu-button {
    flex-wrap: nowrap;
    align-items: stretch;
    height: 149%;
    padding-top: 13px;
    padding-bottom: 13px;
    display: flex;
  }

  .icon {
    display: block;
  }

  .mobile_menu_btn {
    background-position: 100%;
    padding-right: 42px;
  }

  .mobile_menu_border {
    background-color: var(--dodger-blue-2);
    background-image: none;
  }

  .mobile_menu_link {
    transition: color .2s ease-in-out;
  }

  .mobile_menu_link:hover {
    color: var(--dodger-blue-2);
  }

  .mobile_menu_link.w--current {
    background-color: var(--dodger-blue-2);
    background-image: none;
  }

  .mobile_menu {
    display: none;
  }

  .mobile_menu.open {
    display: block;
  }

  .mobile_menu_wrap {
    flex-direction: column;
    grid-template-rows: .75fr 4.5fr 1fr minmax(11px, 12px);
  }

  .brand--mobile {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
  }

  .mobile_menu_bg {
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile_menu_bg.open {
    display: block;
  }

  .mobile_menu_links {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    position: relative;
  }

  .hamburger_btn {
    flex-direction: column;
  }

  .mobile_nav.w--open {
    background-color: #fff0;
  }

  .heading-17 {
    color: var(--black);
    margin-top: 38px;
    margin-bottom: 30px;
    font-size: 1.4em;
    font-weight: 500;
    position: relative;
    left: 0%;
  }

  .text-span-8 {
    display: none;
  }
}

#w-node-fb40e923-6b11-40a5-fdb6-5b8c432ef13e-59cbc49b, #w-node-ad043898-4a12-d7e5-e3b8-290ab32067d6-59cbc49b, #w-node-_6e834921-f5ef-3697-6973-576a6a72a178-59cbc49b, #w-node-e7ce4764-07a4-bc0d-f3c7-f6a06c24bd2a-59cbc49b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_120da5fc-6e2a-8823-406e-9e9edd09eb35-59cbc49b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_120da5fc-6e2a-8823-406e-9e9edd09eb44-59cbc49b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_120da5fc-6e2a-8823-406e-9e9edd09eb45-59cbc49b {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_120da5fc-6e2a-8823-406e-9e9edd09eb4a-59cbc49b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7183cd11-173f-6323-7bce-b5b6d8b5b130-59cbc49b {
  grid-area: 1 / 1 / 3 / 5;
  align-self: center;
}

#w-node-_7183cd11-173f-6323-7bce-b5b6d8b5b139-59cbc49b {
  place-self: end;
}

#w-node-_4e6ab805-404b-600b-30f2-2fd4d9f43aaa-59cbc49b {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#w-node-af2d826a-20f9-082b-77dd-45d8a3fa8dbe-59cbc49b {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-d2ca35b1-354e-eb1b-3a59-fdb577adcee7-59cbc49b {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: center;
}

#w-node-_73a62585-5c9c-2e43-dca7-4a04b78c7a3b-59cbc49b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-aa622214-180a-6679-e900-5191faf989ca-59cbc49b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-f70fb414-fbab-940a-2256-4029c4b0e940-59cbc49b {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_0d3de2b6-2364-f194-5eea-462ca3bd2f05-59cbc49b, #w-node-_59c9771d-1f81-c860-b2ab-841c7d57ad00-59cbc49b, #w-node-ee8609ff-abab-5831-11b3-8cf852fb8ad8-59cbc49b, #w-node-ee8609ff-abab-5831-11b3-8cf852fb8ada-59cbc49b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4180de98-c5a4-4d1c-bde8-2469a2a8394b-59cbc49b {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#w-node-_4180de98-c5a4-4d1c-bde8-2469a2a8394c-59cbc49b {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_72035f1f-4beb-3f38-a275-08f79c6db7f9-59cbc49b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_58ff0dbe-5edb-6575-19fb-00322e87063e-59cbc49b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1631623b-e7e7-d06f-9b5f-ad14f70b44d2-59cbc49b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_227dad9d-ff9f-2f89-03d1-d5115dee0512-59cbc49b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8fbb3875-385f-795e-582c-40ec07baec98-59cbc49b {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_528a36f8-682a-d1c0-5d71-40a80660a8b2-59cbc49b {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-dd032d11-447c-37b0-1f46-1e759d694486-59cbc49b {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-afaa8cb8-615a-3257-b8c5-e9c9d76dfa3b-59cbc49b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_68774164-79dc-9d83-cdaa-d7b96f8ed90b-59cbc49b, #w-node-d8d1584a-d469-6885-7645-f5741360966a-59cbc49b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed0edada-bd6e-052c-b83b-0efdbe2acb64-59cbc49b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-ed0edada-bd6e-052c-b83b-0efdbe2acb65-59cbc49b {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-ed0edada-bd6e-052c-b83b-0efdbe2acb67-59cbc49b {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: center;
}

#w-node-ed0edada-bd6e-052c-b83b-0efdbe2acb69-59cbc49b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ed0edada-bd6e-052c-b83b-0efdbe2acb74-59cbc49b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ed0edada-bd6e-052c-b83b-0efdbe2acb7f-59cbc49b {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_7f122fef-04b7-cf3a-4176-65d8471da14b-471da14b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_41119aea-cf82-8f7c-222e-0384eec067dc-59cbc49c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_41119aea-cf82-8f7c-222e-0384eec067e4-59cbc49c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41119aea-cf82-8f7c-222e-0384eec067e5-59cbc49c {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_234cc237-f00b-ff72-2b00-c66749386e4e-59cbc49c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_234cc237-f00b-ff72-2b00-c66749386e50-59cbc49c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_234cc237-f00b-ff72-2b00-c66749386e51-59cbc49c {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_234cc237-f00b-ff72-2b00-c66749386e56-59cbc49c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_234cc237-f00b-ff72-2b00-c66749386e5e-59cbc49c {
  grid-area: 1 / 1 / 3 / 5;
  align-self: center;
}

#w-node-_234cc237-f00b-ff72-2b00-c66749386e6b-59cbc49c {
  place-self: end;
}

#w-node-_92a93df4-bb83-da19-4791-10bdd3455373-d3455369 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_92a93df4-bb83-da19-4791-10bdd3455384-d3455369 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-eb1a531d-6c46-976f-7b40-5c84a56b7fd0-59cbc49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-eb1a531d-6c46-976f-7b40-5c84a56b7fd2-59cbc49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb1a531d-6c46-976f-7b40-5c84a56b7fd3-59cbc49f {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-eb1a531d-6c46-976f-7b40-5c84a56b7fd8-59cbc49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-eb1a531d-6c46-976f-7b40-5c84a56b7fe0-59cbc49f {
  grid-area: 1 / 1 / 3 / 5;
  align-self: center;
}

#w-node-eb1a531d-6c46-976f-7b40-5c84a56b7fed-59cbc49f {
  place-self: end;
}

#scroll.w-node-_2b4e186a-a615-4cca-83f2-fb9dd2fcd068-59cbc49f {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_2b4e186a-a615-4cca-83f2-fb9dd2fcd06c-59cbc49f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_2b4e186a-a615-4cca-83f2-fb9dd2fcd06d-59cbc49f, #w-node-_2b4e186a-a615-4cca-83f2-fb9dd2fcd072-59cbc49f, #w-node-_2b4e186a-a615-4cca-83f2-fb9dd2fcd077-59cbc49f {
  align-self: start;
}

#w-node-_2b4e186a-a615-4cca-83f2-fb9dd2fcd07c-59cbc49f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-a3cc8754-9120-97d1-a737-af30eaa1a02e-59cbc49f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2b4e186a-a615-4cca-83f2-fb9dd2fcd07d-59cbc49f {
  place-self: center start;
}

#w-node-_2b4e186a-a615-4cca-83f2-fb9dd2fcd080-59cbc49f {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_2b4e186a-a615-4cca-83f2-fb9dd2fcd081-59cbc49f, #w-node-_2b4e186a-a615-4cca-83f2-fb9dd2fcd083-59cbc49f {
  justify-self: start;
}

#w-node-_2b4e186a-a615-4cca-83f2-fb9dd2fcd07e-59cbc49f {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_2b4e186a-a615-4cca-83f2-fb9dd2fcd086-59cbc49f {
  place-self: end start;
}

#w-node-_42d5cd54-8195-9217-06c4-da2db031515e-59cbc49f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_428da29b-73f7-ecd7-b02c-0cf985714108-59cbc49f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_428da29b-73f7-ecd7-b02c-0cf98571410a-59cbc49f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_428da29b-73f7-ecd7-b02c-0cf98571410d-59cbc49f {
  align-self: start;
}

#w-node-_428da29b-73f7-ecd7-b02c-0cf985714111-59cbc49f {
  justify-self: start;
}

#w-node-_428da29b-73f7-ecd7-b02c-0cf985714118-59cbc49f {
  place-self: auto;
}

#w-node-_428da29b-73f7-ecd7-b02c-0cf985714124-59cbc49f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4247915b-72e8-5cfc-97c4-07457e6f55aa-7e6f55a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4247915b-72e8-5cfc-97c4-07457e6f55b3-7e6f55a8 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_4247915b-72e8-5cfc-97c4-07457e6f55b8-7e6f55a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_120da5fc-6e2a-8823-406e-9e9edd09eb35-59cbc4a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_120da5fc-6e2a-8823-406e-9e9edd09eb44-59cbc4a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_120da5fc-6e2a-8823-406e-9e9edd09eb45-59cbc4a5 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_120da5fc-6e2a-8823-406e-9e9edd09eb4a-59cbc4a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7183cd11-173f-6323-7bce-b5b6d8b5b130-59cbc4a5 {
  grid-area: 1 / 1 / 3 / 5;
  align-self: center;
}

#w-node-_7183cd11-173f-6323-7bce-b5b6d8b5b139-59cbc4a5 {
  place-self: end;
}

#w-node-_6a547c6a-eaef-14af-d2c0-a2e5a2f32344-59cbc4a5 {
  order: 1;
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_05a1a856-9530-8d1e-9b78-69494db95dd5-59cbc4a5, #w-node-e711ab49-6839-91b3-2054-ffa5ab84e977-59cbc4a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19eb5cd8-1729-7d2b-8daa-05c0d8d4aa8f-59cbc4a5 {
  order: 2;
  grid-area: 2 / 1 / 3 / 3;
  place-self: start center;
}

#w-node-_8b50cd3b-dd5e-f3c2-9490-4eed030650da-59cbc4a5 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: start center;
}

#w-node-_1a724840-ad06-216a-f292-49d722599e05-59cbc4a5 {
  grid-area: 3 / 1 / 4 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_73a62585-5c9c-2e43-dca7-4a04b78c7a3b-59cbc49b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0d3de2b6-2364-f194-5eea-462ca3bd2f05-59cbc49b, #w-node-ee8609ff-abab-5831-11b3-8cf852fb8ad8-59cbc49b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed0edada-bd6e-052c-b83b-0efdbe2acb7f-59cbc49b {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_92a93df4-bb83-da19-4791-10bdd3455373-d3455369 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_428da29b-73f7-ecd7-b02c-0cf98571410a-59cbc49f {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6e834921-f5ef-3697-6973-576a6a72a178-59cbc49b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1610f99d-5d0a-fda6-3f00-f8d0134ccb3f-59cbc49b {
    align-self: center;
  }

  #w-node-_1610f99d-5d0a-fda6-3f00-f8d0134ccb55-59cbc49b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73a62585-5c9c-2e43-dca7-4a04b78c7a3b-59cbc49b {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-aa622214-180a-6679-e900-5191faf989ca-59cbc49b {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f70fb414-fbab-940a-2256-4029c4b0e940-59cbc49b {
    grid-column-end: 4;
  }

  #w-node-_4180de98-c5a4-4d1c-bde8-2469a2a8394b-59cbc49b {
    grid-column: 1 / 5;
  }

  #w-node-_72035f1f-4beb-3f38-a275-08f79c6db7f9-59cbc49b {
    grid-column: 3 / 5;
  }

  #w-node-_58ff0dbe-5edb-6575-19fb-00322e87063e-59cbc49b {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-_1631623b-e7e7-d06f-9b5f-ad14f70b44d2-59cbc49b {
    grid-column-end: 3;
  }

  #w-node-_227dad9d-ff9f-2f89-03d1-d5115dee0512-59cbc49b {
    grid-column: 1 / 3;
    grid-row-start: 3;
  }

  #w-node-_8fbb3875-385f-795e-582c-40ec07baec98-59cbc49b {
    grid-column: 3 / 5;
  }

  #w-node-_528a36f8-682a-d1c0-5d71-40a80660a8b2-59cbc49b {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_68774164-79dc-9d83-cdaa-d7b96f8ed90b-59cbc49b, #w-node-d8d1584a-d469-6885-7645-f5741360966a-59cbc49b {
    grid-column: span 2 / span 2;
  }

  #w-node-_92a93df4-bb83-da19-4791-10bdd3455373-d3455369 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_92a93df4-bb83-da19-4791-10bdd3455384-d3455369 {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-a3cc8754-9120-97d1-a737-af30eaa1a02e-59cbc49f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_428da29b-73f7-ecd7-b02c-0cf985714108-59cbc49f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_428da29b-73f7-ecd7-b02c-0cf98571410d-59cbc49f {
    order: 2;
  }

  #w-node-_428da29b-73f7-ecd7-b02c-0cf985714114-59cbc49f {
    order: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad043898-4a12-d7e5-e3b8-290ab32067d6-59cbc49b {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_1610f99d-5d0a-fda6-3f00-f8d0134ccb3d-59cbc49b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1610f99d-5d0a-fda6-3f00-f8d0134ccb3f-59cbc49b {
    align-self: center;
  }

  #w-node-_1610f99d-5d0a-fda6-3f00-f8d0134ccb56-59cbc49b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7183cd11-173f-6323-7bce-b5b6d8b5b130-59cbc49b {
    grid-column-end: 5;
    align-self: start;
  }

  #w-node-_7183cd11-173f-6323-7bce-b5b6d8b5b139-59cbc49b {
    grid-area: 3 / 3 / 4 / 4;
    place-self: start center;
  }

  #w-node-_4180de98-c5a4-4d1c-bde8-2469a2a8394b-59cbc49b {
    grid-column-end: 2;
  }

  #w-node-_72035f1f-4beb-3f38-a275-08f79c6db7f9-59cbc49b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_58ff0dbe-5edb-6575-19fb-00322e87063e-59cbc49b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1631623b-e7e7-d06f-9b5f-ad14f70b44d2-59cbc49b {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-_227dad9d-ff9f-2f89-03d1-d5115dee0512-59cbc49b {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }

  #w-node-_8fbb3875-385f-795e-582c-40ec07baec98-59cbc49b {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_528a36f8-682a-d1c0-5d71-40a80660a8b2-59cbc49b {
    grid-row: 8 / 10;
    grid-column-end: 2;
  }

  #w-node-_41119aea-cf82-8f7c-222e-0384eec067e4-59cbc49c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_234cc237-f00b-ff72-2b00-c66749386e5e-59cbc49c {
    grid-column-end: 5;
    align-self: start;
  }

  #w-node-_234cc237-f00b-ff72-2b00-c66749386e6b-59cbc49c {
    grid-area: 3 / 3 / 4 / 4;
    place-self: start center;
  }

  #w-node-_92a93df4-bb83-da19-4791-10bdd3455373-d3455369 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_92a93df4-bb83-da19-4791-10bdd3455384-d3455369 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-eb1a531d-6c46-976f-7b40-5c84a56b7fe0-59cbc49f {
    grid-column-end: 5;
    align-self: start;
  }

  #w-node-eb1a531d-6c46-976f-7b40-5c84a56b7fed-59cbc49f {
    grid-area: 3 / 3 / 4 / 4;
    place-self: start center;
  }

  #w-node-_2b4e186a-a615-4cca-83f2-fb9dd2fcd07c-59cbc49f {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_428da29b-73f7-ecd7-b02c-0cf985714108-59cbc49f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_428da29b-73f7-ecd7-b02c-0cf985714109-59cbc49f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_428da29b-73f7-ecd7-b02c-0cf98571410c-59cbc49f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4247915b-72e8-5cfc-97c4-07457e6f55b8-7e6f55a8 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: center;
  }

  #w-node-_7183cd11-173f-6323-7bce-b5b6d8b5b130-59cbc4a5 {
    grid-column-end: 5;
    align-self: start;
  }

  #w-node-_7183cd11-173f-6323-7bce-b5b6d8b5b139-59cbc4a5 {
    grid-area: 3 / 3 / 4 / 4;
    place-self: start center;
  }

  #w-node-_05a1a856-9530-8d1e-9b78-69494db95dd5-59cbc4a5, #w-node-e711ab49-6839-91b3-2054-ffa5ab84e977-59cbc4a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b50cd3b-dd5e-f3c2-9490-4eed030650da-59cbc4a5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1a724840-ad06-216a-f292-49d722599e05-59cbc4a5 {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Ghapter svg';
  src: url('../fonts/Ghapter-SVG.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ghapter';
  src: url('../fonts/Ghapter.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '6194b1329a2801dcfbc6ccd7 ppneuemachina';
  src: url('../fonts/6194b1329a2801dcfbc6ccd7_PPNeueMachina-Ultrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '6194b132f16bd7bbb96c8d2c ppneuemachina';
  src: url('../fonts/6194b132f16bd7bbb96c8d2c_PPNeueMachina-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gardenaquanto';
  src: url('../fonts/GardenaQuanto-BoldItalic.ttf') format('truetype'), url('../fonts/GardenaQuanto-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gardenaquanto';
  src: url('../fonts/GardenaQuanto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gardenaquanto';
  src: url('../fonts/GardenaQuanto-ExtraBold.ttf') format('truetype'), url('../fonts/GardenaQuanto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gardenaquanto';
  src: url('../fonts/GardenaQuanto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gardenaquanto';
  src: url('../fonts/GardenaQuanto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gardenaquanto';
  src: url('../fonts/GardenaQuanto-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gardenaquanto';
  src: url('../fonts/GardenaQuanto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay Variable';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}