:root {
  --dark-grey: #989898;
  --white: white;
  --dim-grey: #4c4c4c;
  --black: black;
  --deep-pink: #ff007a;
}

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

body {
  color: var(--dark-grey);
  letter-spacing: -.031em;
  font-family: Aktivgroteskcorp, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.nav-link {
  color: #3c404b;
  margin-left: 15px;
  padding: 8px 4px;
  text-decoration: none;
}

.nav-link:hover, .nav-link.w--current {
  color: #130d4a;
}

.navbar {
  background-color: #fff;
  position: relative;
}

.navbar.s-p-y-30 {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  z-index: 2;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container.container-navbar {
  max-width: 1080px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 50px;
  display: flex;
  overflow: hidden;
}

.navbar-menu {
  align-items: center;
  display: flex;
}

.brand-logo {
  margin-right: 24px;
}

.brand-logo-image {
  height: auto;
}

.coming-soon-section {
  text-align: center;
  padding-bottom: 100px;
  padding-right: 0;
}

.background-colorchange {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: var(--white);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.container-coming-soon {
  z-index: 1;
}

.main-heading {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.main-heading-container {
  overflow: hidden;
}

.subheading {
  color: var(--dim-grey);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: .98em;
}

.heading-main {
  color: var(--black);
  letter-spacing: -.005em;
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 500;
  line-height: 58.8px;
}

.wrapper {
  height: 500px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.sub-heading-6 {
  color: var(--deep-pink);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: .98em;
}

.sub-heading-2 {
  width: 1139px;
  color: var(--white);
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 60px;
}

.sub-heading-p {
  max-width: 600px;
  font-size: 20px;
  line-height: 30px;
}

.notify-block {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.text-field {
  width: 100%;
  height: 40px;
  background-color: rgba(15, 15, 15, .73);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid #353535;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 20px;
}

.text-field:focus {
  color: var(--white);
  border-left-style: none;
  border-right-style: none;
}

.text-field::-ms-input-placeholder {
  color: var(--white);
}

.text-field::placeholder {
  color: var(--white);
}

.form {
  width: 100%;
  height: 40px;
  max-width: 360px;
  border: 1px solid #353535;
  border-radius: 300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.submit-button {
  width: 110px;
  color: #cacaca;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, .61);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-weight: 400;
  transition: color .2s;
}

.submit-button:hover {
  color: var(--white);
}

.page-layout {
  overflow: hidden;
}

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

.vertical-menu-title {
  margin-bottom: 16px;
  font-weight: 500;
}

.vertical-menu-link {
  color: var(--dark-grey);
  margin-bottom: 0;
  text-decoration: none;
  transition: opacity .2s;
}

.vertical-menu-link:hover {
  opacity: .7;
  text-decoration: none;
}

.vertical-menu-link.color-inverse {
  color: #838d95;
}

.vertical-menu-link.color-inverse:hover {
  color: #2f54eb;
}

.footer-bottom {
  color: #5e6875;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-bottom.color-inverse {
  color: #838d95;
  border-top: 1px solid #1a1a1a;
  font-size: 10px;
}

.vertical-menu-list-item {
  margin-bottom: 8px;
}

.footer {
  text-align: left;
  background-color: #fff;
  border-top: 1px solid #e0e3e6;
  align-items: flex-start;
  padding-top: 64px;
  padding-left: 0;
  padding-right: 0;
}

.footer.dark {
  z-index: 99;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-top-style: none;
  position: relative;
}

.coming-soon-wrapper {
  max-width: 1290px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.coming-soon {
  font-size: 200px;
  font-weight: 700;
  line-height: 225px;
}

.custom-cursor-wrap {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.floating-elements-container {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle {
  z-index: 99;
  width: 40px;
  height: 40px;
  border: 1px solid var(--deep-pink);
  background-color: rgba(255, 0, 122, .05);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: right .2s linear, height .3s linear, width .3s linear, left .2s linear, top .2s linear;
  display: flex;
  position: absolute;
}

.circle.nav-link--hover, .circle.vertical-menu-link--hover {
  width: 15px;
  height: 15px;
}

.circle.brand-logo-image--hover {
  width: 75px;
  height: 75px;
}

.circle.circle-pressed {
  width: 25px;
  height: 25px;
  transition-duration: .2s, 75ms, 75ms, .2s, .2s;
}

.circle.submit-button--hover, .circle.text-field--hover {
  width: 12px;
  height: 12px;
}

.video-wrapper {
  z-index: 99;
  width: 500px;
  height: 500px;
  position: absolute;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: var(--deep-pink);
  border-radius: 100px;
  box-shadow: 0 0 3px 1px rgba(255, 0, 122, .6);
}

.div-block {
  max-width: 350px;
  min-width: 285px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  display: flex;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.success-message-text {
  color: var(--white);
}

.error-message-text {
  color: var(--deep-pink);
}

.error-message {
  background-color: var(--black);
}

@media screen and (max-width: 991px) {
  .menu-button.w--open {
    background-color: #0e0f11;
  }

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

  .navbar.s-p-y-30 {
    background-color: var(--white);
  }

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

  .container.container-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-menu {
    background-color: var(--white);
    text-align: center;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-logo {
    margin-right: 0;
    padding-left: 0;
  }

  .page-layout {
    overflow: hidden;
  }

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

@media screen and (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.container-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-heading {
    margin-top: 40px;
    margin-bottom: 60px;
  }

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

  .wrapper {
    height: 300px;
  }

  .sub-heading-2 {
    font-size: 38px;
    line-height: 44px;
  }

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

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

  .footer {
    padding: 48px 0 0;
  }

  .coming-soon {
    font-size: 125px;
    line-height: 135px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-main {
    font-size: 38px;
    line-height: 44px;
  }

  .footer-grid {
    text-align: center;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .vertical-menu-link {
    text-decoration: none;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon {
    font-size: 82px;
    line-height: 90px;
  }
}


@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}