@font-face {
  font-family: Proxima Nova Alt;
  src: url("/assets/fonts/proxima-nova-alt-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova Alt;
  src: url("/assets/fonts/proxima-nova-alt-thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url("/assets/fonts/proxima-nova-black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url("/assets/fonts/proxima-nova-thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url("/assets/fonts/proxima-nova-extrabold.otf") format("opentype"), url("/assets/fonts/proxima-nova-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova Alt;
  src: url("/assets/fonts/proxima-nova-alt-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --accent-yellow: #ffd800;
  --colors--coral: #d34d51;
  --colors--orange: #e88427;
  --colors--light-purple: #8353d7;
  --colors--blue: #478ed3;
  --colors--magenta: #cc72e3;
  --colors--green: #37ba84;
  --grey--60: #a1a19b;
  --black-opacity--5: #1513040d;
  --black-opacity--8: #15130414;
  --black-opacity--60: #15130499;
  --accent-orange: #fe0;
  --white-opacity--10: #ffffff1a;
}

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

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

@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 {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .16px;
  text-transform: uppercase;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 132%;
}

h1 {
  color: var(--black);
  letter-spacing: -5.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 280px;
  font-weight: 400;
  line-height: 96%;
}

h2 {
  letter-spacing: 1.12px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, Georgia, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 98%;
}

h3 {
  letter-spacing: .64px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 108%;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--white);
  text-decoration: none;
}

.hero {
  background-color: var(--accent-yellow);
  background-image: var(--image-79baa3d8);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 680px;
  padding-top: 28px;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 32px;
  padding-right: 32px;
}

.container.hero-container {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.h1 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
}

.h1.home-hero-text {
  color: var(--white);
  font-size: 150px;
  display: none;
}

.h1.service-page-heading {
  letter-spacing: -2.88px;
  font-size: 144px;
}

.hero-content-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.medium-s-uppercase {
  letter-spacing: .12px;
  font-family: Proxima Nova, Georgia, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 132%;
}

.medium-s-uppercase.hero-content-block-item {
  color: var(--black);
  width: 160px;
}

.medium-s-uppercase.hero-content-block-item.second-block-item, .medium-s-uppercase.hero-content-block-item.third-block-item, .medium-s-uppercase.hero-content-block-item.first-block-item {
  color: var(--white);
}

.color-black {
  color: var(--black);
}

.hero-content-block-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.unique-button-text-wrapper {
  z-index: 2;
  border: 1px dashed var(--white);
  text-align: center;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  padding: 12px;
  display: flex;
  position: relative;
}

.regular-xl {
  letter-spacing: .48px;
  font-family: Proxima Nova, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 98%;
}

.max-width-96 {
  max-width: 96px;
}

.unique-button-shape {
  z-index: 0;
  flex: none;
  width: 168px;
  min-width: 168px;
  height: 168px;
  min-height: 168px;
  margin: 0;
  position: absolute;
  inset: auto;
}

.hero-button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto -72px -64px auto;
}

.hero-shape-1 {
  z-index: 2;
  width: 132px;
  height: 68px;
  position: absolute;
  inset: -112px auto auto -196px;
}

.hero-shape-3 {
  z-index: 2;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: -120px -284px auto auto;
}

.hero-shape-2 {
  z-index: 2;
  width: 296px;
  height: 268px;
  position: absolute;
  inset: auto auto -240px -328px;
}

.hero-ball {
  background-image: radial-gradient(circle farthest-side, #ffdf77 30%, #e8bd2f);
  border-radius: 50%;
  width: 760px;
  min-width: 760px;
  height: 760px;
  min-height: 760px;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: auto auto -412px;
  box-shadow: inset 0 35px 40px #ffeba9;
}

.hero-bottom-content {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  display: flex;
  position: absolute;
  inset: auto auto 32px;
}

.icon-size-24 {
  filter: invert();
  width: 24px;
  height: 24px;
}

.nav {
  width: 100%;
  position: absolute;
  inset: 28px 0% auto;
}

.nav._2 {
  z-index: 99;
}

.nav-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-logo-block {
  transition: transform .25s cubic-bezier(.455, .03, .515, .955);
}

.nav-logo-block:hover, .nav-logo-block:focus {
  transform: scale(.95);
}

.nav-logo {
  width: 150px;
  height: auto;
}

.nav-logo._2, .nav-logo.noshow {
  display: none;
}

.nav-buttons-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  text-align: center;
  letter-spacing: .12px;
  border-radius: 100px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 132%;
}

.button.secondary {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #fff0;
  transition: color .25s cubic-bezier(.455, .03, .515, .955), background-color .25s cubic-bezier(.455, .03, .515, .955);
}

.button.secondary:hover, .button.secondary:focus {
  background-color: var(--black);
  color: var(--accent-yellow);
}

.button.primary {
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 6px 48px 6px 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.primary.primary-black {
  background-color: var(--black);
  color: var(--accent-yellow);
}

.button.primary.primary-accent {
  background-color: var(--accent-yellow);
  color: var(--black);
}

.button.form-button {
  background-color: var(--black);
  color: var(--accent-yellow);
  padding: 14px 18px;
  transition: background-color .25s cubic-bezier(.455, .03, .515, .955);
}

.button.form-button:hover, .button.form-button:focus {
  background-color: #151304d9;
}

.button.secondary {
  color: #151304;
  background-color: #fff0;
  border: 1px solid #151304;
  transition: color .25s cubic-bezier(.455, .03, .515, .955), background-color .25s cubic-bezier(.455, .03, .515, .955);
}

.button.secondary:hover, .button.secondary:focus {
  color: #ffd446;
  background-color: #151304;
}

.hamburger-menu {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.hamburger-menu:hover, .hamburger-menu:focus {
  transform: scale(.95);
}

.hamburger-menu.open-menu {
  background-color: var(--accent-yellow);
}

.hamburger-menu-line-one {
  z-index: 1;
  background-color: var(--white);
  width: 32px;
  height: 1.5px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 19.5px auto auto;
}

.hamburger-menu-line-two {
  z-index: 1;
  background-color: var(--white);
  width: 32px;
  height: 1.5px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  bottom: 19.5px;
  left: auto;
  right: auto;
}

.hamburger-menu-dropdown {
  z-index: 5;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--black);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: none;
  position: absolute;
  inset: 56px 0% auto;
}

.hamburger-menu-link {
  color: #ffffffc2;
  letter-spacing: .32px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Proxima Nova Alt, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 98%;
  transition: color .25s cubic-bezier(.455, .03, .515, .955);
}

.hamburger-menu-link:hover, .hamburger-menu-link:focus {
  color: var(--accent-yellow);
}

.hamburger-menu-link.noshow {
  display: none;
}

.section {
  z-index: 5;
  position: relative;
}

.section.upcoming-events {
  margin-top: 104px;
  padding-top: 56px;
  display: none;
}

.section.upcoming-events.full, .section.upcoming-events._2 {
  display: block;
}

.section-padding {
  padding-top: 56px;
}

.section-margin-top {
  margin-top: 104px;
}

.section-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.section-heading.too {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.h2.max-width-328-tablet-280-mobile-232 {
  letter-spacing: -2px;
  max-width: 400px;
}

.h2.max-width-328-tablet-280-mobile-232.black {
  color: var(--black);
  text-align: center;
}

.h2.grow {
  flex: 1;
}

.max-width-328-tablet-280-mobile-232 {
  max-width: 328px;
}

.medium-l-uppercase.section-description {
  text-align: right;
  max-width: 400px;
}

.margin-bottom-48-mobile-32 {
  margin-bottom: 48px;
}

.container-wide {
  width: 100%;
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}

.container-wide.noshow {
  display: none;
}

.three-columns-grid-tablet-one {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 10px;
  margin-right: 10px;
}

.event-card {
  z-index: 1;
  flex-flow: column;
  height: 80vh;
  min-height: 680px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event-card.noshow {
  display: none;
}

.absolute-card-image-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.card-image-linear {
  z-index: 1;
  background-image: linear-gradient(#15130440, #15130400 50%, #15130440);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.event-card-content {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  position: relative;
}

.event-card-main-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.event-card-author-and-date {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.regular-s-uppercase {
  letter-spacing: .12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 132%;
}

.semibold-m-uppercase {
  letter-spacing: .14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 132%;
}

.chips {
  border: .5px dashed var(--white);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.event-card-name {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.max-width-240-mobile-200 {
  max-width: 240px;
}

.h3.max-width-240-mobile-200 {
  display: none;
}

.h3.max-width-240-mobile-216._3 {
  font-size: 20px;
  font-weight: 700;
}

.absolute-block-icons-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
}

.absolute-block-icon {
  width: 32px;
  height: 32px;
  position: absolute;
}

.absolute-block-icon.second-icon {
  top: 32px;
  left: -32px;
}

.two-sections-wrapper {
  z-index: 5;
  background-color: var(--black);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.empty-section {
  pointer-events: none;
  height: 100vh;
  min-height: 744px;
  display: block;
}

.who-we-are-section-wrapper {
  background-color: var(--accent-yellow);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 8px;
  padding-top: 104px;
  padding-bottom: 280px;
  overflow: hidden;
}

.wrapper.vertical-flex-center {
  justify-content: flex-start;
  align-items: flex-start;
}

.vertical-flex-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.who-we-are-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.large-heding {
  letter-spacing: -1.6px;
  font-family: Proxima Nova Alt, Georgia, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 108%;
}

.medium-m-uppercase {
  letter-spacing: .14px;
  font-size: 14px;
  line-height: 132%;
}

.button-icon-wrapper {
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: 6px 6px 6px auto;
}

.button-icon-wrapper.primary-black-icon {
  background-color: var(--accent-yellow);
}

.button-icon-wrapper.primary-accent-icon {
  background-color: var(--black);
}

.icon-size-16 {
  filter: grayscale();
  width: 16px;
  height: 16px;
}

.who-we-are-shape-1 {
  width: 256px;
  height: 256px;
  position: absolute;
  inset: -64px auto auto -324px;
}

.who-we-are-shape-2 {
  width: 320px;
  height: 290px;
  position: absolute;
  inset: auto -188px -316px auto;
}

.who-we-are-shape-3 {
  width: 132px;
  height: 68px;
  position: absolute;
  inset: auto auto -228px;
}

.who-we-are-ball-1 {
  background-image: radial-gradient(circle farthest-side, #ffdf77 30%, #e8bd2f);
  border-radius: 50%;
  width: 720px;
  min-width: 720px;
  height: 720px;
  min-height: 720px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: auto auto -708px -460px;
  box-shadow: inset 0 35px 40px #ffeba9;
}

.who-we-are-ball-2 {
  background-image: radial-gradient(circle farthest-side, #ffdf77 30%, #e8bd2f);
  border-radius: 50%;
  width: 280px;
  min-width: 280px;
  height: 280px;
  min-height: 280px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: -208px -364px auto auto;
  box-shadow: inset 0 35px 40px #ffeba9;
}

.sections-wrapper {
  z-index: 5;
  background-color: var(--black);
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.three-columns-grid-tablet-two {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 10px;
  margin-right: 10px;
}

.service-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 600px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-width-240-mobile-216 {
  max-width: 240px;
}

.service-card-illustration-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.service-card-illustration {
  z-index: 1;
  width: 280px;
  height: 280px;
  position: relative;
}

.service-card-highlight-circle {
  z-index: 0;
  background-color: #ffffff1a;
  border-radius: 50%;
  width: 224px;
  height: 224px;
  position: absolute;
}

.bg-color-coral {
  background-color: var(--colors--coral);
}

.bg-color-orange {
  background-color: var(--colors--orange);
}

.bg-color-light-purple {
  background-color: var(--colors--light-purple);
}

.bg-color-blue {
  background-color: var(--colors--blue);
}

.bg-color-magenta {
  background-color: var(--colors--magenta);
}

.bg-color-green {
  background-color: var(--colors--green);
}

.about-events-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 864px;
  display: flex;
  position: relative;
}

.heading-and-badge-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 508px;
  display: flex;
  position: relative;
}

.heading-badge {
  background-color: #f40234;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
  position: absolute;
  inset: auto auto -20px;
  transform: rotate(-7deg);
  box-shadow: 0 0 20px 6px #ff00009e;
}

.regular-xxl {
  letter-spacing: -.4px;
  font-family: Proxima Nova, Georgia, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 108%;
}

.color-grey-60 {
  color: var(--grey--60);
}

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

.about-events-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-events-shape-1 {
  width: 180px;
  height: 180px;
  position: absolute;
  inset: -20px auto auto -108px;
}

.about-events-shape-2 {
  width: 152px;
  height: 152px;
  position: absolute;
  inset: auto auto 4px -168px;
}

.about-events-shape-3 {
  width: 117px;
  height: 127px;
  position: absolute;
  inset: -40px -129px auto auto;
}

.about-events-shape-4 {
  width: 133px;
  height: 133px;
  position: absolute;
  inset: auto -112px -32px auto;
}

.video {
  border-radius: 96px;
  height: 100vh;
  min-height: 800px;
}

.three-columns-wide-grid-tablet-two {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.highlights-block {
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlights-block-content {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  border-radius: 31px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 31px;
  display: flex;
  position: relative;
}

.margin-bottom-64-mobile-48 {
  margin-bottom: 64px;
}

.highlights-block-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.color-blue {
  color: var(--colors--blue);
}

.highlights-icon {
  width: 40px;
  height: 40px;
  margin-top: 2px;
}

.highlights-glow {
  z-index: 1;
  width: 640px;
  min-width: 640px;
  height: 640px;
  min-height: 640px;
  position: absolute;
  inset: auto;
}

.highlights-glow.blue-glow {
  background-image: linear-gradient(#478ed3 15%, #478ed326 25% 75%, #478ed3 85%);
}

.highlights-glow.magenta-glow {
  background-image: linear-gradient(#cc72e3 15%, #cc72e326 25% 75%, #cc72e3 85%);
}

.highlights-glow.green-glow {
  background-image: linear-gradient(#37ba84 15%, #37ba8426 25% 75%, #37ba84 85%);
}

.highlights-glow.light-purple-glow {
  background-image: linear-gradient(#9792e3 15%, #9792e326 25% 75%, #9792e3 85%);
}

.highlights-glow.orange-glow {
  background-image: linear-gradient(#e88427 15%, #e8842726 25% 75%, #e88427 85%);
}

.highlights-glow.coral-glow {
  background-image: linear-gradient(#d34d51 15%, #d34d5126 25% 75%, #d34d51 85%);
}

.color-magenta {
  color: var(--colors--magenta);
}

.color-green {
  color: var(--colors--green);
}

.color-light-purple {
  color: var(--colors--light-purple);
}

.colors-orange {
  color: var(--colors--orange);
}

.color-coral {
  color: var(--colors--coral);
}

.person-block {
  flex-flow: column;
  height: 80vh;
  min-height: 680px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.person-block-content {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 32px;
  display: flex;
  position: relative;
}

.max-width-280-mobile-200 {
  max-width: 280px;
}

.colored-chips {
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.faq-section-wrapper {
  background-color: var(--black);
  border-radius: 0;
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 280px;
  overflow: hidden;
}

.faq-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  display: flex;
  position: relative;
}

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

.faq-items-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex-flow: column;
  display: flex;
}

.faq-question {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--white);
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 16px;
  display: flex;
}

.semibold-l-uppercase {
  font-weight: 600;
}

.faq-answer {
  background-color: var(--black-opacity--5);
  text-align: left;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.medium-m {
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 144%;
}

.medium-m.faq-answer-text {
  max-width: 600px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.medium-m.grow {
  flex: 1;
}

.faq-shape-1 {
  width: 294px;
  height: 266px;
  position: absolute;
  inset: auto auto -294px -364px;
}

.faq-shape-2 {
  width: 133px;
  height: 68px;
  position: absolute;
  inset: auto auto -170px;
}

.faq-shape-3 {
  width: 202px;
  height: 202px;
  position: absolute;
  inset: -16px -258px auto auto;
}

.overflow-hidden {
  overflow: hidden;
}

.faq-ball-1 {
  background-image: radial-gradient(circle farthest-side, #ffdf77 30%, #e8bd2f);
  border-radius: 50%;
  width: 280px;
  min-width: 280px;
  height: 280px;
  min-height: 280px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: -68px auto auto -440px;
  box-shadow: inset 0 35px 40px #ffeba9;
}

.faq-ball-2 {
  background-image: radial-gradient(circle farthest-side, #ffdf77 30%, #e8bd2f);
  border-radius: 50%;
  width: 720px;
  min-width: 720px;
  height: 720px;
  min-height: 720px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: auto -632px -680px auto;
  box-shadow: inset 0 35px 40px #ffeba9;
}

.contact-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-left: 0;
  margin-right: 10px;
}

.contact-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  height: 360px;
  padding: 32px;
  display: flex;
}

.contact-block.bg-color-orange {
  border: 5px solid var(--accent-yellow);
  background-color: #e8842700;
}

.contact-block.bg-color-light-purple {
  border: 5px solid var(--accent-yellow);
  background-color: #8353d700;
}

.contact-block-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-block-illustration-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-block-illustration {
  z-index: 1;
  width: 184px;
  height: auto;
  position: relative;
}

.contact-block-highlight-circle {
  z-index: 0;
  background-color: #ffffff1a;
  border-radius: 50%;
  width: 176px;
  height: 176px;
  position: absolute;
}

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

.contact-form-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--accent-yellow);
  flex-flow: column;
  padding: 56px 32px;
  display: flex;
}

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

.max-width-400 {
  max-width: 400px;
}

.form-block {
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-input {
  background-color: var(--black-opacity--5);
  color: var(--black);
  letter-spacing: .14px;
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 12px;
  height: 66px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 14px;
  line-height: 132%;
  transition: background-color .25s cubic-bezier(.455, .03, .515, .955), color .25s cubic-bezier(.455, .03, .515, .955);
}

.form-input:hover {
  background-color: var(--black-opacity--8);
}

.form-input:active, .form-input:focus {
  background-color: var(--black-opacity--5);
  color: var(--black);
}

.form-input::placeholder {
  color: var(--black-opacity--60);
}

.form-area {
  background-color: var(--black-opacity--5);
  color: var(--black);
  letter-spacing: .14px;
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 12px;
  min-height: 168px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 14px;
  line-height: 132%;
  transition: background-color .25s cubic-bezier(.455, .03, .515, .955), color .25s cubic-bezier(.455, .03, .515, .955);
}

.form-area:hover {
  background-color: var(--black-opacity--8);
}

.form-area:active, .form-area:focus {
  background-color: var(--black-opacity--5);
  color: var(--black);
}

.form-area::placeholder {
  color: var(--black-opacity--60);
}

.form-inputs-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.success-message {
  background-color: var(--black-opacity--5);
  border-radius: 12px;
  padding: 0;
}

.success-message-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 48px;
  display: flex;
}

.success-message-icon {
  background-color: var(--black);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.success-message-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 320px;
  display: flex;
}

.max-width-160 {
  max-width: 160px;
}

.error-message {
  background-color: var(--black-opacity--5);
  color: var(--black-opacity--60);
  text-align: left;
  border-radius: 12px;
  margin-top: 24px;
  padding: 20px 24px;
}

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

.footer {
  background-color: var(--black);
  padding-top: 32px;
  padding-bottom: 0;
}

.footer-content {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  display: flex;
}

.footer-text-and-button {
  margin-bottom: 0;
  position: relative;
}

.footer-text-wrapper {
  width: 100%;
  overflow: hidden;
}

.footer-text-wrapper.noshpw {
  display: none;
}

.footer-text {
  color: var(--accent-yellow);
  letter-spacing: -8.535px;
  font-family: Anton, sans-serif;
  font-size: 29.5vw;
  font-weight: 400;
  line-height: 96%;
}

.footer-text.noshow {
  display: none;
}

.footer-button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 128px -48px auto;
}

.footer-button.noshow {
  display: none;
}

.footer-menu-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.footer-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px solid var(--accent-yellow);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 24px;
  display: flex;
}

.footer-menu._2 {
  border-bottom-width: 0;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
}

.footer-menu-items {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-menu-item {
  color: var(--accent-yellow);
  letter-spacing: .32px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Proxima Nova, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 98%;
  transition: color .25s cubic-bezier(.455, .03, .515, .955);
}

.footer-menu-item:hover, .footer-menu-item:focus {
  color: var(--accent-orange);
}

.footer-menu-item.noshow {
  display: none;
}

.color-accent {
  color: var(--accent-yellow);
}

.black-overlay {
  z-index: 2;
  background-color: var(--black);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.all-sections-wrapper {
  overflow: hidden;
}

.nav-adaptation-menu {
  display: none;
}

.adaptation-menu-buttons {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-section {
  background-color: var(--accent-yellow);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 780px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.internal-page-nav {
  width: 100%;
  padding-top: 28px;
}

.internal-page-nav._404-nav {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.internal-page-nav-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 560px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

._404-heading-wrapper {
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
}

._404-shape-1 {
  width: 133px;
  height: 68px;
  position: absolute;
  inset: -78px auto auto -320px;
}

._404-shape-2 {
  width: 294px;
  height: 266px;
  position: absolute;
  inset: auto auto -200px -540px;
}

._404-shape-3 {
  width: 200px;
  height: 200px;
  position: absolute;
  inset: -86px -454px auto auto;
}

._404-shape-4 {
  width: 104px;
  height: 157px;
  position: absolute;
  inset: auto -312px -148px auto;
}

._404-ball {
  z-index: 0;
  background-image: radial-gradient(circle farthest-side, #ffdf77 30%, #e8bd2f);
  border-radius: 50%;
  width: 880px;
  min-width: 880px;
  height: 880px;
  min-height: 880px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: auto auto -720px;
  box-shadow: inset 0 35px 40px #ffeba9;
}

.service-page {
  background-color: var(--accent-yellow);
  padding-bottom: 160px;
}

.service-page-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
}

.max-width-560 {
  max-width: 560px;
}

.service-page-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 920px;
  display: flex;
}

.service-page-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--black);
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.speaker-slide-mask {
  width: 100%;
  margin-left: 33px;
  margin-right: 33px;
  overflow: visible;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.speaker-slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.clip-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: 18px;
  margin-bottom: 2px;
}

.speaker-arrow {
  background-color: #1e2029;
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  inset: auto 5vw 5vw auto;
}

.speaker-arrow.left {
  margin-right: 72px;
  left: auto;
  right: 5vw;
}

.speaker-image {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-image.four {
  background-image: var(--image-48382b58);
  background-position: 50% 100%;
}

.speaker-image.six {
  background-image: var(--image-3e440632);
  background-position: 50% 0;
}

.speaker-image.five {
  background-image: var(--image-5c2080d4);
  background-position: 0 0;
  width: 101%;
}

.speaker-image.two {
  background-image: var(--image-i70361776);
}

.speaker-image.one {
  background-image: var(--image-i45c0ba08);
  background-position: 50% 100%;
  background-size: contain;
}

.speaker-image.three {
  background-image: var(--image-i159af4e8);
  background-position: 100% 0;
  margin-right: 0;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.speaker-info {
  margin-bottom: 36px;
}

.speaker-info._2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.speaker-name {
  z-index: 10;
  color: var(--white);
  letter-spacing: -2px;
  font-size: 45px;
  position: relative;
}

.speaker-name.black {
  color: var(--black);
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  background-image: var(--image-79baa3d8);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-image.new {
  height: auto;
}

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

.body-display.large {
  color: #c2c2c2;
  font-size: 16px;
  line-height: 1.2em;
}

.slide-arrow {
  width: 18px;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.section-2.home-hero-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding: 0 0;
  overflow: hidden;
}

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

.image.mob {
  display: none;
}

.showreel-wrapper {
  background-color: #1e2029;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 60px -8px #000;
}

.wrapper-2 {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  position: relative;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 5vw 5vw;
}

.hover-link-wrapper.centered {
  inset: auto;
}

.showreel-heading {
  z-index: 2;
  opacity: .03;
  text-align: center;
  white-space: nowrap;
  font-size: 100px;
  position: absolute;
  inset: auto auto -38px;
}

.showreel-video {
  z-index: 1;
  opacity: .23;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hover-link {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.marquee_wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee_wrapper.is-crimson {
  background-color: #ff3737;
  width: 120vw;
  transform: rotate(-6deg);
}

.marquee_wrapper.is-crimson.ff {
  background-color: #0000;
  background-image: var(--image-45760732);
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  transform: none;
}

.display_text-huge {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
}

.display_text-huge.marquee_item {
  color: var(--accent-yellow);
  margin-right: 40px;
  font-family: Proxima Nova, Georgia, sans-serif;
}

.bold-text {
  letter-spacing: 0;
}

.div-block {
  z-index: 999;
  margin-bottom: -24px;
  margin-left: 20px;
  position: relative;
}

.nav-progress-indicator {
  z-index: 1;
  background-color: #fff8df;
  width: 1px;
  height: 10vh;
  position: absolute;
  inset: 0% -1px auto auto;
}

.main-navbar {
  background-color: #000;
  border-right: 1px solid #fff8df3b;
  width: 11.5em;
  height: 100%;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.nav-main-links-wrapper {
  height: 100%;
}

.nav-link {
  z-index: 1;
  grid-row-gap: .25em;
  color: #fff8df;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-direction: column;
  align-items: center;
  font-size: 1.2em;
  text-decoration: none;
  transition: opacity .2s;
  display: none;
  position: relative;
}

.nav-link:hover {
  opacity: .55;
}

.fake-logo {
  background-color: #fff8df38;
  border-radius: 999em;
  width: 2.5em;
  height: 4em;
}

.nav-main-toggle {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1.4em;
  display: flex;
}

.nav-main-toggle.w--open {
  background-color: #0000;
}

.brand-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  padding-left: 0;
  display: flex;
}

.nav-link-text.is-chapter {
  color: #fff8df80;
  font-size: .5em;
}

.icon {
  text-align: center;
}

.nav-links-wrapper {
  z-index: 1;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.navbar-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-background {
  z-index: 0;
  background-color: #fff8df14;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

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

.tutorial-description {
  padding-top: 5em;
  padding-bottom: 5em;
  font-size: 1.2em;
}

.section-01 {
  justify-content: center;
  align-items: center;
  padding-top: 6.5em;
}

.collection-image {
  margin-bottom: 2em;
}

.page-wrapper {
  padding-left: 12em;
}

.chapter-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 2em;
  display: block;
}

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

.title2 {
  font-size: 3.375em;
  font-weight: 600;
  line-height: 1.1em;
}

.section-tutorial {
  padding-top: 9em;
  padding-bottom: 9em;
}

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

.p-sm-end {
  padding-bottom: 3em;
}

.text-grey {
  color: #757575;
}

.tutorial-description-link {
  color: #fff8df;
  border-bottom: 1px solid #757575;
  text-decoration: none;
}

.footer-2 {
  padding: 3em;
}

.slider {
  background-color: var(--black);
  height: 14%;
  display: flex;
}

.slide {
  margin-right: 8px;
}

.slide-nav-2 {
  padding-top: 40px;
  display: none;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-4.er {
  align-items: center;
}

.sm-icon-link {
  border: 1.5px solid var(--accent-yellow);
  color: #000;
  border-radius: 1px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  padding: .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.sm-icon-link:hover {
  opacity: .8;
}

.sm-icon {
  object-fit: cover;
  width: 18px;
  height: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.text-full {
  text-transform: none;
  margin-top: 20px;
  font-weight: 400;
}

.tab-pane-tab-1, .tab-pane-tab-2 {
  margin-top: 20px;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  position: absolute;
  inset: 0%;
  box-shadow: 0 22px 2.5em #0006;
}

.title3 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.2em;
}

.tab-content, .tab-content2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-underline-wrapper {
  background-color: #464646;
  border-radius: 1.4em;
  align-items: center;
  padding: 1em 2.5em 1.2em;
  display: flex;
}

.section-tabs {
  background-color: #141414;
  min-height: 100vh;
  padding-top: 7.5em;
  padding-bottom: 6.5em;
  display: flex;
}

.tabs-nav-item-underline2 {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline2:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline2.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-unterline {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.second-example-with-unterline {
  border-top: 1px dashed #505050;
  margin-top: 5em;
  padding-top: 5em;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs-nav-text {
  z-index: 1;
  font-family: Proxima Nova Alt, Georgia, sans-serif;
  font-weight: 600;
  position: relative;
}

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

.third-example-with-unterline {
  border-top: 1px dashed #505050;
  margin-top: 5em;
  padding-top: 5em;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.p-md-end {
  padding-bottom: 5.5em;
}

.tabs-menu-wrapper {
  background-color: #464646;
  border-radius: 999em;
  align-items: center;
  width: 50%;
  margin-top: 40px;
  padding: .7em .8em;
  display: flex;
}

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-icon {
  width: 1.5em;
  height: 1.5em;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em .5em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.hamburger-menu-2 {
  cursor: pointer;
  background-color: #151304;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.hamburger-menu-2:hover, .hamburger-menu-2:focus {
  transform: scale(.95);
}

.nav-adaptation-menu-2 {
  display: none;
}

.adaptation-menu-buttons-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hamburger-menu-link-2 {
  letter-spacing: .32px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Anton, sans-serif;
  font-weight: 400;
  line-height: 98%;
  transition: color .25s cubic-bezier(.455, .03, .515, .955);
}

.hamburger-menu-link-2:hover, .hamburger-menu-link-2:focus {
  color: #ffd446;
}

.hamburger-menu-line-two-2 {
  z-index: 1;
  background-color: #fff;
  width: 32px;
  height: 1.5px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  bottom: 19.5px;
  left: auto;
  right: auto;
}

.hamburger-menu-line-one-2 {
  z-index: 1;
  background-color: #fff;
  width: 32px;
  height: 1.5px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 19.5px auto auto;
}

.nav-logo-2 {
  width: 77px;
  height: auto;
}

.nav-2 {
  width: 100%;
  position: absolute;
  inset: 28px 0% auto;
}

.nav-content-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-logo-block-2 {
  width: 77px;
  transition: transform .25s cubic-bezier(.455, .03, .515, .955);
}

.nav-logo-block-2:hover, .nav-logo-block-2:focus {
  transform: scale(.95);
}

.hamburger-menu-dropdown-2 {
  z-index: 5;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #151304;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: none;
  position: absolute;
  inset: 56px 0% auto;
}

.right-arrow, .left-arrow, .icon-2 {
  display: none;
}

.div-block-6 {
  display: flex;
}

.property-gallery-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.property-lightbox {
  border-radius: 1rem;
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

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

.gallery-item__img {
  border-radius: 0;
  width: 100%;
}

.lightbox-img__item {
  visibility: hidden;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.lightbox-nav__col {
  width: 33.333%;
}

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

.lightbox-nav__col.center {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.lightbox-img {
  object-fit: contain;
  border-radius: .375em;
  min-width: auto;
  max-height: 100%;
}

.lightbox-nav__dot {
  background-color: currentColor;
  border-radius: 10em;
  width: .375em;
  height: .375em;
  margin-bottom: -.1em;
  transition-property: transform;
  transition-duration: .45s;
  transition-timing-function: cubic-bezier(.625, .05, 0, 1);
}

.gallery-item__button {
  outline-offset: -1px;
  background-color: #0000;
  border: 1px #000;
  border-radius: .375em;
  outline: 1px #131313;
  width: 100%;
  padding: 0;
}

.gallery-item__button:focus-visible, .gallery-item__button[data-wf-focus-visible] {
  outline-offset: 3px;
  border-radius: .25em;
  outline: 1px solid #131313;
}

.lightbox-nav__button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin: -1em;
  padding: 1em;
  display: flex;
}

.gallery-grid__item {
  width: calc(33.3333% - .833333em);
}

.gallery-grid {
  grid-column-gap: 1.25em;
  grid-row-gap: 4em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8em;
  display: flex;
}

.lightbox-img__list {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.lightbox-wrap {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.lightbox-nav {
  z-index: 2;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 2em;
  left: 2em;
  right: 2em;
}

.lightbox-nav__text {
  margin-bottom: 0;
  font-size: 1em;
}

.lightbox-img__wrap {
  width: 90vw;
  height: calc(100svh - 10em);
}

.div-block-7 {
  flex-flow: column;
  display: flex;
}

.div-block-9 {
  background-image: var(--image-7b40fadb);
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.overlay {
  background-color: #0b0c0f26;
  position: absolute;
  inset: 0%;
}

.overlay.light-overlay {
  background-color: #0b0c0f1a;
}

.home-banner_slider {
  cursor: grab;
  display: flex;
}

.navbar_toggle {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border: 1px solid #2e313a;
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  display: flex;
}

.navbar_toggle.w--open {
  z-index: 10;
}

.home-banner_bkg {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-style-huge {
  letter-spacing: -.5vw;
  text-transform: uppercase;
  padding-top: 2vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 16vw;
  font-weight: 400;
  line-height: .75;
}

.heading-style-huge.text-color-white.text-align-center {
  color: #ffee008c;
}

.text-size-regular {
  font-size: 1.2rem;
  line-height: 1.4;
}

.home-banner_nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e7eeee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.curve-arrow {
  border: 1px solid var(--accent-yellow);
  color: var(--accent-yellow);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
}

.text-size-xsmall {
  font-size: .8rem;
}

.text-size-xsmall.text-style-allcaps {
  letter-spacing: .07rem;
  font-size: .625rem;
  line-height: 1.3;
}

.curve-block-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  align-items: flex-end;
  height: 0;
  display: flex;
  position: absolute;
  inset: .5px 0% auto;
}

.home-service_card {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  border-right: 1px dashed #e7eeee;
  flex-direction: column;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home-service_card.end {
  border-right-style: none;
}

.letter-1 {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.home-work-block {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.text-size-small {
  font-size: .975rem;
  line-height: 1.35;
}

.letter-8 {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.home-service {
  overflow: hidden;
}

.home-service-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: grid;
}

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

.text-style-link.light {
  color: #fff;
}

.home-about {
  z-index: 25;
  position: relative;
}

.home-banner_credit {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.line-fill {
  background-color: #2e313a;
  width: 100%;
  height: 1px;
}

.line-fill.light-line-fill {
  background-color: #e7eeee;
}

.home-service-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 27.5rem;
  display: flex;
}

.hero-rotate-image {
  z-index: 25;
  perspective: 200vw;
  border-radius: .875rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0%;
  display: flex;
  position: relative;
  overflow: visible;
  transform: perspective(200vw);
}

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

.home-faq-number {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.home-banner_avatar {
  border-radius: .4rem;
  width: 3rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
}

.home-about-block {
  background-color: #fff;
  border-radius: .875rem;
  flex-direction: column;
  justify-content: space-between;
  min-height: 20rem;
  display: flex;
  position: relative;
}

.home-service-block {
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
}

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

.navbar_dropdown-list.w--open {
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 0;
  height: 0;
  display: flex;
  inset: auto 0% 0%;
}

.home-service_top {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  display: flex;
}

.home-service_base {
  border-top: 1px solid #e7eeee;
}

.row-title-clip {
  overflow: hidden;
}

.footer-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_menu {
  display: none;
}

.navbar_right {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_line {
  background-color: #fff;
  width: 37.5%;
  height: 1px;
}

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

.hame-faq-bottom {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-rotate-base {
  z-index: 50;
  perspective: 200vw;
  width: 60%;
  max-width: 60vh;
  height: 100%;
  position: absolute;
}

.home-banner_slide {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5rem;
  display: flex;
}

.home-work-cms {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

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

.home-hero {
  z-index: 10;
  position: relative;
  overflow: visible;
}

.letter-9 {
  display: inline-block;
}

.row-title-bottom {
  border-top: 1px solid #e7eeee;
  padding-bottom: 5rem;
}

.text-size-xlarge {
  font-size: 3.2rem;
  line-height: 1.3;
}

.text-size-xlarge.text-align-center {
  color: var(--black);
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.grid-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 1fr) minmax(auto, 96rem) minmax(2rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-work-bottom {
  position: relative;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.625rem;
  display: flex;
}

.navbar_overlay {
  z-index: 5;
  cursor: pointer;
  background-color: #0b0c0f80;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer-block {
  flex-direction: column;
  display: flex;
}

.row-title-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-fill {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-hero_navbar {
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-3 {
  color: #0b0c0f;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  display: flex;
  overflow: hidden;
}

.slider-arrow {
  grid-column-gap: .35rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.slider-arrow.swiper-prev {
  border-right: 1px solid #e7eeee;
}

.footer-menu-2 {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  justify-content: space-between;
  display: flex;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.home-faq-icon {
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.clip {
  position: relative;
  overflow: hidden;
}

.hero-rotate-item {
  z-index: 25;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-rotate-item.radius-regular {
  border-radius: .625rem;
}

.hover-arrow.top {
  position: absolute;
  inset: -100% 0% auto;
}

.hover-arrow.right {
  position: absolute;
  inset: 0% -100% 0% auto;
}

.hover-arrow.left {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.home-about-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
}

.home-work-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  display: flex;
}

.home-faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ddd0;
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #e7eeee;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  padding: 0;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.home-faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.home-faq-item.no-border {
  border-top-style: none;
  position: relative;
}

.row-title {
  width: 100%;
}

.row-title._2 {
  margin-top: 40px;
}

.brand {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: .4rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 400;
}

.home-service_intro {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #e7eeee;
  border-left: 1px #e7eeee;
  border-right: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: grid;
}

.slider-arrow_text {
  padding-bottom: .25rem;
}

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.home-service-top {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 8rem;
  display: flex;
}

.icon-1x1-tiny {
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: .9rem;
  display: flex;
  overflow: hidden;
}

.navbar_dropdown {
  position: static;
}

.home-hero-intro {
  z-index: 1;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_component {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.home-faq-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e7eeee;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 2rem;
  display: flex;
  overflow: hidden;
}

.home-faq-content {
  background-color: #0b0c0f;
  border: 1px #e7eeee;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 2.5rem;
  padding: 4rem 2rem 4rem 6rem;
  display: flex;
  overflow: hidden;
}

.home-service_height {
  border-radius: .625rem;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.home-banner_com {
  border-radius: .625rem;
  justify-content: center;
  align-items: flex-end;
  min-height: 80vh;
  padding-top: 16rem;
  padding-bottom: 16rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-large {
  font-size: 1.4rem;
  line-height: 1.45;
}

.home-faq-block {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: space-between;
  min-height: 35rem;
  display: flex;
}

.home-banner_content {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: .625rem;
  flex-direction: column;
  width: 100%;
  max-width: 35rem;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.navbar_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-transform: none;
  border-right: 1px solid #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 10rem;
  max-height: 65vh;
  padding: 12rem 2rem 0;
  text-decoration: none;
  display: grid;
  overflow: auto;
}

.home-hero-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 5rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.loader-step-two {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_drop-content {
  z-index: 30;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2e313a;
  border-radius: 100rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.button-3.is-light {
  color: #000;
  border-color: #e7eeee;
}

.heading-style-h5 {
  letter-spacing: -.05rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #2e313a;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.hero-rotate-height {
  padding-top: 58%;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.row-title-text {
  letter-spacing: -.35vw;
  text-transform: uppercase;
  margin-bottom: -3.5vw;
  font-size: 13.5vw;
  font-weight: 400;
  line-height: .89;
}

.row-title-text.text-align-center {
  color: var(--black);
  text-align: center;
  font-family: Anton, sans-serif;
}

.row-title-text.text-align-center.white {
  color: #ffee008c;
  letter-spacing: 0;
}

.navbar_link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.home-faq-text {
  max-width: 30rem;
}

.line {
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.line.line-wrap_topleft {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  inset: 0% 0% auto;
}

.curve-link {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -1px;
  padding: 0;
  display: flex;
  position: relative;
}

.curve-link.w--current {
  margin-bottom: 183px;
}

.home-service_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  display: flex;
}

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

.letter-12 {
  display: inline-block;
}

.icon-4 {
  color: var(--accent-yellow);
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  display: flex;
  overflow: hidden;
}

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

@media screen and (min-width: 1440px) {
  .hamburger-menu-link {
    color: #ffffffc2;
  }

  .hamburger-menu-link.w--current {
    color: var(--white);
  }

  .hamburger-menu-link.w--current:hover {
    color: var(--accent-yellow);
  }

  .hamburger-menu-link.noshow {
    display: none;
  }

  .three-columns-grid-tablet-one {
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-grid {
    margin-left: 0;
  }

  .footer-text {
    color: #ff052254;
  }

  .speaker-slide-mask {
    width: 70%;
  }

  .clip-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .clip-text.speaker-headding {
    margin-bottom: 0;
    font-size: 50px;
  }

  .slide-image.new {
    height: auto;
  }

  .section-2.home-hero-section {
    min-height: 60vh;
  }

  .slide {
    vertical-align: baseline;
  }

  .sm-icon-link {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    min-height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .container-wide.noshow {
    display: none;
  }

  .wrapper.vertical-flex-center {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-grid {
    margin-left: 0;
  }

  .slide-image.new {
    height: auto;
  }

  .marquee_wrapper.is-crimson.ff {
    transform: none;
  }

  .display_text-huge.marquee_item {
    margin-right: 20px;
  }

  .slider {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .slide {
    vertical-align: baseline;
  }

  .heading-style-huge.text-color-white.text-align-center {
    letter-spacing: -.4vw;
    font-size: 12vw;
  }

  .loader-step-two {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .row-title-text.text-align-center.white {
    color: #ffee008c;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -4px;
    font-size: 200px;
  }

  h2 {
    letter-spacing: .96px;
    font-size: 48px;
  }

  .hero {
    min-height: 1080px;
    position: fixed;
    overflow: hidden;
  }

  .hero-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .h1.service-page-heading {
    letter-spacing: -2.4px;
    font-size: 120px;
  }

  .hero-button {
    position: static;
  }

  .hero-shape-1 {
    inset: -168px auto auto 32px;
  }

  .hero-shape-3 {
    width: 160px;
    height: 160px;
    inset: -208px 40px auto auto;
  }

  .hero-shape-2 {
    width: 240px;
    height: 216px;
    inset: auto auto -237px -144px;
  }

  .hero-ball {
    top: auto;
    bottom: -508px;
  }

  .nav {
    z-index: 9999999;
  }

  .nav-content {
    display: flex;
  }

  .nav-logo-block.w--current {
    margin-left: 0;
  }

  .nav-logo.noshow {
    width: 180px;
    display: block;
  }

  .hamburger-menu.open-menu {
    margin-right: 0;
  }

  .hamburger-menu-dropdown {
    width: 250px;
    margin-right: 0;
  }

  .section.upcoming-events {
    overflow: hidden;
  }

  .max-width-328-tablet-280-mobile-232 {
    max-width: 280px;
  }

  .three-columns-grid-tablet-one {
    grid-template-columns: 1fr 1fr;
  }

  .event-card {
    height: 100vh;
    min-height: 720px;
    max-height: 1200px;
  }

  .two-sections-wrapper {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
  }

  .empty-section {
    min-height: 1080px;
  }

  .who-we-are-section-wrapper {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
  }

  .who-we-are-content {
    max-width: 760px;
  }

  .large-heding {
    letter-spacing: -1.2px;
    font-size: 60px;
  }

  .who-we-are-shape-1 {
    width: 132px;
    height: 132px;
    inset: -104px auto auto -40px;
  }

  .who-we-are-shape-2 {
    width: 240px;
    height: 218px;
    inset: auto -96px -292px auto;
  }

  .who-we-are-shape-3 {
    bottom: -176px;
  }

  .who-we-are-ball-1 {
    width: 560px;
    min-width: 560px;
    height: 560px;
    min-height: 560px;
    inset: auto auto -600px -328px;
  }

  .who-we-are-ball-2 {
    top: -264px;
    right: -192px;
  }

  .three-columns-grid-tablet-two {
    grid-template-columns: 1fr 1fr;
  }

  .service-card {
    height: 520px;
  }

  .service-card-illustration {
    width: 240px;
    height: 240px;
  }

  .service-card-highlight-circle {
    width: 184px;
    height: 184px;
  }

  .about-events-block {
    max-width: 680px;
  }

  .heading-and-badge-wrapper {
    max-width: 280px;
  }

  .regular-xxl {
    letter-spacing: -.32px;
    font-size: 32px;
  }

  .about-events-shape-1 {
    width: 72px;
    height: 109px;
    top: -8px;
    left: 24px;
  }

  .about-events-shape-2 {
    width: 112px;
    height: 54px;
    bottom: -24px;
    left: -32px;
  }

  .about-events-shape-3 {
    width: 89px;
    height: 97px;
    top: -24px;
    right: 16px;
  }

  .about-events-shape-4 {
    right: -44px;
  }

  .video {
    border-radius: 64px;
    height: 680px;
    min-height: auto;
  }

  .three-columns-wide-grid-tablet-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .person-block {
    height: 100vh;
    min-height: 720px;
    max-height: 1200px;
  }

  .faq-section-wrapper {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
  }

  .faq-shape-1 {
    width: 200px;
    height: 180px;
    bottom: -266px;
    left: -132px;
  }

  .faq-shape-2 {
    bottom: -186px;
  }

  .faq-shape-3 {
    width: 168px;
    height: 168px;
    top: -56px;
    right: -108px;
  }

  .faq-ball-1 {
    width: 232px;
    min-width: 232px;
    height: 232px;
    min-height: 232px;
    top: -216px;
    left: -148px;
  }

  .faq-ball-2 {
    width: 480px;
    min-width: 480px;
    height: 480px;
    min-height: 480px;
    bottom: -540px;
    right: -300px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    margin-left: 10px;
  }

  .contact-video {
    height: 880px;
  }

  .footer-text {
    letter-spacing: -4.76px;
    font-size: 28.4vw;
  }

  .footer-button {
    bottom: -56px;
    right: 40px;
  }

  .footer-menu.service-page-menu {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-menu-items {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    max-width: 360px;
  }

  ._404-section {
    min-height: 800px;
  }

  ._404-shape-1 {
    display: block;
    top: -132px;
    left: -72px;
  }

  ._404-shape-2 {
    z-index: 1;
    width: 240px;
    height: 216px;
    display: block;
    bottom: -300px;
    left: -176px;
  }

  ._404-shape-3 {
    width: 160px;
    height: 160px;
    display: block;
    top: -200px;
    right: -64px;
  }

  ._404-shape-4 {
    z-index: 1;
    display: block;
    bottom: -212px;
    right: -64px;
  }

  ._404-ball {
    z-index: 0;
    width: 760px;
    min-width: 760px;
    height: 760px;
    min-height: 760px;
    top: auto;
    bottom: -576px;
  }

  .service-page-content {
    max-width: 100%;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .speaker-slide-content {
    width: 100%;
    padding-bottom: 0;
  }

  .clip-text.speaker-headding {
    margin-bottom: 24px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-info._2 {
    max-width: none;
  }

  .speaker-name {
    font-size: 52px;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .slide-image.new {
    height: auto;
    min-height: auto;
  }

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

  .section-2.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .image.mob {
    display: block;
  }

  .image.desk {
    display: none;
  }

  .showreel-wrapper {
    height: 60vh;
  }

  .showreel-heading {
    font-size: 72px;
    bottom: -24px;
  }

  .nav-progress-indicator {
    display: none;
  }

  .main-navbar {
    background-color: #0000;
    border-bottom: 1px solid #fff8df3b;
    border-right-width: 0;
    width: 100%;
    height: 6em;
    display: none;
    inset: 0% 0% auto;
  }

  .nav-link {
    transform: none;
  }

  .fake-logo {
    height: 3.5em;
  }

  .nav-main-toggle {
    width: auto;
    padding: .6em 0;
  }

  .brand-wrapper {
    width: auto;
    margin-top: 0;
  }

  .nav-links-wrapper {
    display: none;
  }

  .navbar-container {
    flex-direction: row;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .nav-background {
    display: none;
  }

  .page-wrapper {
    padding-left: 0;
  }

  .section-tutorial {
    border-top: 1px solid #d4d4d4;
  }

  .footer-2 {
    padding: 0;
  }

  .slider {
    margin-left: 10px;
  }

  .slide-nav-2 {
    z-index: 9999;
  }

  .sm-icon-link {
    margin-right: 0;
  }

  .nav-adaptation-menu-2 {
    display: none;
  }

  .nav-2 {
    z-index: 9;
  }

  .right-arrow, .left-arrow, .icon-2, .div-block-5 {
    display: block;
  }

  .div-block-8 {
    display: flex;
  }

  .heading-style-huge.text-color-white.text-align-center {
    font-size: 20vw;
    line-height: .8;
  }

  .text-size-regular {
    font-size: 1.1rem;
  }

  .home-service_card {
    border-bottom: 1px dashed #e7eeee;
    border-right-style: none;
    padding: 3rem 0;
  }

  .home-service-list {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .home-service_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-rotate-base {
    width: 60%;
  }

  .home-work-cms {
    padding-bottom: 4rem;
  }

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

  .row-title-bottom {
    padding-bottom: 3rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .footer-menu-2 {
    padding-bottom: 2rem;
  }

  .home-about-intro {
    max-width: 35rem;
  }

  .home-faq-top {
    grid-template-columns: 2rem 1fr auto;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-service-top {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }

  .home-faq-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }

  .home-banner_com {
    align-items: center;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .home-banner_content {
    max-width: 70vw;
  }

  .navbar_link {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border-bottom: 1px solid #e7eeee;
    border-right-style: none;
    max-height: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: visible;
  }

  .home-hero-block {
    min-height: 60vh;
    padding-bottom: 0;
  }

  .navbar_drop-content {
    max-height: 80vh;
    overflow: auto;
  }

  .navbar_drop-content.radius-regular {
    max-height: 65vh;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_link-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-service_grid {
    padding-top: 8rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -2.12px;
    font-size: 106px;
  }

  h2 {
    letter-spacing: .8px;
    font-size: 40px;
  }

  h3 {
    letter-spacing: .56px;
    font-size: 28px;
  }

  .hero {
    min-height: 680px;
    position: fixed;
    overflow: hidden;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h1.service-page-heading {
    letter-spacing: -1.28px;
    font-size: 64px;
  }

  .hero-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .medium-s-uppercase.hero-content-block-item.second-block-item, .medium-s-uppercase.hero-content-block-item.third-block-item {
    display: none;
  }

  .unique-button-text-wrapper {
    width: 96px;
    height: 96px;
  }

  .regular-xl {
    letter-spacing: .36px;
    font-size: 18px;
  }

  .unique-button-shape {
    width: 124px;
    min-width: 124px;
    height: 124px;
    min-height: 124px;
  }

  .hero-shape-1 {
    width: 64px;
    height: 33px;
    top: -112px;
    left: 8px;
  }

  .hero-shape-3 {
    width: 72px;
    height: 72px;
    top: -132px;
    right: -30px;
  }

  .hero-shape-2 {
    width: 89px;
    height: 80px;
    bottom: -32px;
    left: -40px;
  }

  .hero-ball {
    z-index: 0;
    display: none;
    bottom: -596px;
  }

  .hero-bottom-content {
    display: none;
  }

  .nav {
    z-index: 10;
  }

  .nav-content {
    z-index: 1;
    justify-content: space-between;
    align-items: center;
  }

  .nav-logo-block {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .nav-logo-block.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-logo {
    width: 120px;
  }

  .nav-logo.noshow {
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .nav-buttons-wrapper {
    display: none;
  }

  .hamburger-menu {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .section.upcoming-events, .section-margin-top {
    margin-top: 72px;
  }

  .section-heading {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .max-width-328-tablet-280-mobile-232 {
    max-width: 232px;
  }

  .medium-l-uppercase.section-description {
    text-align: left;
  }

  .margin-bottom-48-mobile-32 {
    margin-bottom: 32px;
  }

  .event-card {
    min-height: 600px;
    max-height: 800px;
  }

  .event-card-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .max-width-240-mobile-200 {
    max-width: 200px;
  }

  .two-sections-wrapper {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    padding-top: 0;
  }

  .empty-section {
    min-height: 680px;
    display: block;
  }

  .who-we-are-section-wrapper {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    padding-top: 72px;
  }

  .who-we-are-content {
    max-width: 480px;
  }

  .large-heding {
    letter-spacing: -.8px;
    font-size: 40px;
  }

  .who-we-are-shape-1 {
    display: none;
  }

  .who-we-are-shape-2 {
    width: 184px;
    height: 167px;
    bottom: -260px;
    right: -72px;
  }

  .who-we-are-shape-3 {
    display: none;
  }

  .who-we-are-ball-1 {
    width: 320px;
    min-width: 320px;
    height: 320px;
    min-height: 320px;
    bottom: -404px;
    left: -168px;
  }

  .who-we-are-ball-2 {
    display: none;
  }

  .sections-wrapper {
    padding-top: 72px;
  }

  .three-columns-grid-tablet-two {
    grid-template-columns: 1fr;
  }

  .service-card {
    height: 480px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .max-width-240-mobile-216 {
    max-width: 216px;
  }

  .service-card-illustration {
    width: 216px;
    height: 216px;
  }

  .about-events-block {
    max-width: 480px;
  }

  .heading-and-badge-wrapper {
    max-width: 232px;
  }

  .about-events-shape-1, .about-events-shape-2, .about-events-shape-3, .about-events-shape-4 {
    display: none;
  }

  .video {
    border-radius: 48px;
  }

  .three-columns-wide-grid-tablet-two {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .three-columns-wide-grid-tablet-two.larger-gap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .highlights-block-content {
    padding-left: 23px;
    padding-right: 23px;
  }

  .margin-bottom-64-mobile-48 {
    margin-bottom: 48px;
  }

  .highlights-icon {
    width: 32px;
    height: 32px;
  }

  .highlights-glow {
    width: 760px;
    min-width: 760px;
    height: 760px;
    min-height: 760px;
  }

  .person-block {
    min-height: 600px;
    max-height: 800px;
  }

  .person-block-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .max-width-280-mobile-200 {
    max-width: 200px;
  }

  .faq-section-wrapper {
    border-radius: 0;
    padding-top: 72px;
  }

  .faq-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: 100%;
  }

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

  .faq-shape-1 {
    width: 184px;
    height: 166px;
    bottom: -274px;
    left: -72px;
  }

  .faq-shape-2, .faq-shape-3, .faq-ball-1 {
    display: none;
  }

  .faq-ball-2 {
    width: 320px;
    min-width: 320px;
    height: 320px;
    min-height: 320px;
    bottom: -404px;
    right: -168px;
  }

  .contact-block {
    height: 393px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-info {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-video {
    height: 640px;
  }

  .footer-content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .footer-text-and-button {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-text {
    letter-spacing: -3.8px;
    font-size: 28.5vw;
  }

  .footer-button {
    margin-left: 16px;
    position: static;
  }

  .footer-menu {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-adaptation-menu {
    z-index: 1;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--accent-yellow);
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 28px 24px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .nav-adaptation-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
    overflow: auto;
  }

  .nav-adaptation-link {
    border-bottom: 1px solid var(--black);
    color: var(--black);
    letter-spacing: -.28px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-family: Anton, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 108%;
  }

  .adaptation-menu-buttons {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-menu-and-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  ._404-section {
    min-height: 560px;
  }

  ._404-shape-1, ._404-shape-2, ._404-shape-3, ._404-shape-4 {
    display: none;
  }

  ._404-ball {
    z-index: 0;
    display: none;
    bottom: -596px;
  }

  .service-page {
    padding-bottom: 128px;
  }

  .service-page-header {
    margin-top: 104px;
    margin-bottom: 104px;
  }

  .service-page-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .speaker-name {
    font-size: 48px;
  }

  .slide-image {
    min-height: 400px;
  }

  .showreel-heading {
    font-size: 56px;
    bottom: -18px;
  }

  .nav-link {
    font-size: .8rem;
  }

  .title2 {
    font-size: 2.7em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .title3 {
    font-size: 2em;
  }

  .p-md-end {
    padding-bottom: 4em;
  }

  .hamburger-menu-2 {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .nav-adaptation-menu-2 {
    z-index: 1;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--accent-yellow);
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 28px 24px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .adaptation-menu-buttons-2 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-2 {
    z-index: 10;
  }

  .nav-content-2 {
    z-index: 1;
    justify-content: space-between;
    align-items: center;
  }

  .nav-adaptation-link-2 {
    color: #151304;
    letter-spacing: -.28px;
    border-bottom: 1px solid #151304;
    padding-top: 18px;
    padding-bottom: 18px;
    font-family: Anton, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 108%;
  }

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

  .gallery-grid__item {
    width: calc(50% - .5em);
  }

  .gallery-grid {
    grid-column-gap: 1em;
  }

  .text-size-regular {
    font-size: 1rem;
  }

  .home-service_card {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-service_card.end {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .home-service-list {
    padding-bottom: 2rem;
  }

  .home-service-intro {
    max-width: 24rem;
  }

  .letter-animation {
    width: 100%;
    overflow: hidden;
  }

  .footer-intro {
    max-width: 22rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-rotate-base {
    width: 40%;
  }

  .home-banner_slide.swiper-slide {
    padding: 1rem;
  }

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

  .row-title-bottom {
    padding-bottom: 3rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-menu-2 {
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .home-about-intro {
    max-width: 28rem;
  }

  .home-faq-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-service-top {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .home-faq-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-faq-list.radius-regular {
    padding: 0 1rem;
  }

  .home-faq-content {
    margin-bottom: 1.75rem;
    padding: 1.75rem 1.5rem;
  }

  .home-faq-content.radius-regular {
    padding: 1.2rem;
  }

  .home-banner_com {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .home-banner_content {
    max-width: 80vw;
  }

  .navbar_link {
    padding: 1.5rem;
  }

  .home-hero-block {
    min-height: 60vw;
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-service_grid {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .h1.home-hero-text {
    font-size: 27vw;
  }

  .hero-shape-3 {
    top: -112px;
  }

  .hero-ball {
    display: block;
    bottom: -600px;
  }

  .hero-bottom-content {
    display: block;
  }

  .nav {
    z-index: 9999999;
  }

  .nav-logo-block {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .nav-logo-block.w--current {
    flex-flow: row;
    align-self: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .nav-logo {
    width: 200px;
    max-width: none;
    overflow: visible;
  }

  .nav-logo.noshow {
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .nav-logo.mob {
    width: 150px;
  }

  .section.upcoming-events {
    margin-top: 0;
    display: block;
  }

  .section-heading {
    width: 100%;
  }

  .h2.max-width-328-tablet-280-mobile-232.small, .h2.small {
    font-size: 33px;
  }

  .three-columns-grid-tablet-one {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    margin-left: 10px;
  }

  .footer-text {
    letter-spacing: -2.12px;
    font-size: 26.5vw;
  }

  .footer-button {
    margin-top: -123px;
  }

  .footer-menu.service-page-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-menu._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-adaptation-menu {
    display: block;
  }

  .nav-adaptation-link {
    border-bottom-color: var(--accent-yellow);
    color: var(--accent-yellow);
    font-family: Proxima Nova, Georgia, sans-serif;
    font-weight: 700;
  }

  .adaptation-menu-buttons {
    margin-top: 20px;
  }

  ._404-section {
    min-height: 600px;
  }

  ._404-content {
    max-width: 348px;
  }

  ._404-shape-1 {
    width: 64px;
    height: 33px;
    display: block;
    top: -128px;
    left: 8px;
  }

  ._404-shape-2 {
    width: 89px;
    height: 80px;
    display: block;
    bottom: -78px;
    left: -48px;
  }

  ._404-shape-3 {
    width: 72px;
    height: 71px;
    display: block;
    top: -144px;
    right: -32px;
  }

  ._404-shape-4 {
    width: 56px;
    height: 85px;
    display: block;
    bottom: -128px;
    right: 8px;
  }

  ._404-ball {
    width: 600px;
    min-width: 600px;
    height: 600px;
    min-height: 600px;
    display: block;
    bottom: -424px;
  }

  .speaker-slide-mask {
    margin-left: 0;
    margin-right: 0;
  }

  .speaker-slide-content {
    margin-left: 10px;
    padding-bottom: 40px;
  }

  .clip-text.speaker-headding {
    margin-top: 10px;
    margin-bottom: 2px;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .speaker-name {
    font-size: 42px;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .slide-image.new {
    width: 95%;
    height: auto;
    min-height: auto;
  }

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

  .section-2.home-hero-section {
    padding-bottom: 36px;
  }

  .showreel-wrapper {
    height: 30vh;
    min-height: 250px;
  }

  .showreel-heading {
    font-size: 48px;
  }

  .display_text-huge.marquee_item {
    font-size: 8rem;
  }

  .main-navbar {
    display: none;
  }

  .chapter-grid {
    column-count: 1;
  }

  .div-block-4 {
    justify-content: flex-start;
    display: flex;
  }

  .div-block-4.er {
    justify-content: flex-start;
  }

  .tabs-menu-underline-wrapper {
    padding: .8em 1em 1em;
  }

  .tabs-nav-item-underline2 {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .tabs-nav-text {
    font-size: 11px;
  }

  .tabs-menu-wrapper {
    width: auto;
    padding: .4em .5em;
  }

  .tabs-nav-item-underline {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .tabs-nav-item._01, .tabs-nav-item._01.w--current, .tabs-nav-item._02 {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .hamburger-menu-2.close-menu {
    background-color: var(--accent-yellow);
  }

  .nav-adaptation-menu-2 {
    background-color: var(--black);
  }

  .nav-content-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-logo-block-2._2 {
    width: 0;
  }

  .hamburger-menu-dropdown-2 {
    display: block;
  }

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

  .gallery-grid__item {
    width: calc(50% - .375em);
  }

  .gallery-grid {
    grid-column-gap: .75em;
    grid-row-gap: 3em;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: center;
    width: auto;
  }

  .navbar_toggle {
    width: 2.5rem;
    height: 2.5rem;
  }

  .heading-style-huge.text-color-white.text-align-center {
    font-size: 21vw;
    line-height: .8;
  }

  .text-size-xsmall.text-style-allcaps {
    color: #f1f5f6;
  }

  .home-service-list {
    padding-bottom: 2rem;
  }

  .home-about {
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-intro {
    max-width: 20rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-rotate-base {
    width: 45%;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-wrapper {
    display: none;
  }

  .icon-3 {
    color: #f1f5f6;
  }

  .footer-menu-2 {
    padding-top: 1rem;
  }

  .home-about-intro {
    padding: 2rem 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-service-top {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .home-faq-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-banner_content {
    max-width: 85vw;
  }

  .navbar_link {
    padding: 1.25rem;
  }

  .home-hero-block {
    min-height: 130vw;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .curve-link {
    height: 50px;
    margin-bottom: 0;
  }

  .icon-4 {
    color: #f1f5f6;
  }
}

#w-node-_271f206a-0d61-54e0-2e14-b2683bffd7fa-070ffe40 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_271f206a-0d61-54e0-2e14-b2683bffd800-070ffe40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_939199ff-a9a6-3c9e-32ed-23aac7c9e9bc-c7c9e982 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_271f206a-0d61-54e0-2e14-b2683bffd7fa-070ffe40 {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_939199ff-a9a6-3c9e-32ed-23aac7c9e9bc-c7c9e982 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Proxima Nova Alt';
  src: url("/assets/fonts/proxima-nova-alt-bold.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova Alt';
  src: url("/assets/fonts/proxima-nova-alt-thin.otf") format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/assets/fonts/proxima-nova-black.otf") format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/assets/fonts/proxima-nova-thin.otf") format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/assets/fonts/proxima-nova-extrabold.otf") format('opentype'), url("/assets/fonts/proxima-nova-bold.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova Alt';
  src: url("/assets/fonts/proxima-nova-alt-light.otf") format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}