:root {
  --blue-300: #4878ef;
  --light-blue: #d7e5ff;
  --hover: #1f5eff;
  --dark-slate-gray: #262c46;
  --dark-slate-gray-2: #262c46;
  --silver: #c2beb396;
  --dark-slate-gray-3: #312b3de3;
  --peru: #c96c47;
}

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

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

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

h1 {
  letter-spacing: 1px;
  text-shadow: 0 1px #000000ba, 0 2px 4px #00000030;
  margin: 10px 0 16px;
  font-family: Lemon;
  font-size: 68px;
  font-weight: 500;
  line-height: 54px;
}

h2 {
  text-shadow: none;
  margin: 10px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 23px;
}

.button {
  float: left;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #00000030;
  background-color: #c96c47;
  border-radius: 4px;
  width: 32%;
  height: 54px;
  padding: 4px 29px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
  box-shadow: 0 1px 4px #0000004d, 0 0 0 1px #0000001c, inset 0 0 0 1px #ffffff14, inset 0 1px #ffffff29, inset 0 -44px 38px -25px #00000017;
}

.button:hover {
  background-color: #e66f40;
}

.button:active {
  background-color: #e66f40a1;
  box-shadow: 0 1px #ffffff42, 0 0 0 1px #00000029, inset 0 2px 6px 1px #0000001c, inset 0 1px #0003, inset 0 44px 38px -25px #00000021;
}

.subtitle {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #0000003d, 0 1px #00000040;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.field {
  float: left;
  color: #fff;
  background-color: #2f292ba6;
  border: 0 solid #000;
  border-radius: 4px;
  width: 65%;
  height: 54px;
  margin-right: 3%;
  font-size: 16px;
  transition: background-color .3s, box-shadow .3s;
  box-shadow: inset 0 0 0 1px #0000004f, inset 0 2px 9px -1px #00000024, 0 0 0 1px #ffffff17, 0 1px #ffffff21;
}

.field:hover {
  background-color: #2f292bc2;
}

.field:focus {
  box-shadow: inset 0 0 0 1px #0000004f, inset 0 2px 9px -1px #00000024, 0 0 0 2px #c96c47, 0 0 12px 1px #c96c47;
}

.sign-up-form {
  margin-top: 47px;
}

.social-widget {
  float: left;
  opacity: .41;
  width: 100px;
  transition: opacity .3s;
}

.social-widget:hover {
  opacity: 1;
}

.success-message {
  color: #fff;
  text-shadow: 0 1px #0000008f;
  background-color: #c96c47;
  border-radius: 4px;
  padding: 29px;
  transition: all .3s;
  box-shadow: 0 1px 4px #0000004d, 0 0 0 1px #00000024, inset 0 0 0 1px #ffffff17, inset 0 1px #ffffff1f;
}

.error-message {
  background-color: #5c3245;
  border-radius: 2px;
  padding-bottom: 5px;
}

.header-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  object-fit: contain;
  background-image: url('../images/BG-image.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.footer-section {
  color: #7e7c87;
  background-color: #2f292b;
  padding-top: 38px;
  padding-bottom: 34px;
  box-shadow: 0 -1px #ffffff14, inset 0 1px 1px #0000003d;
}

.copyright {
  color: #ffffff4a;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 460px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container.hero-middle {
  justify-content: flex-start;
  align-items: flex-start;
}

.share-button {
  width: 58px;
  margin-left: 14px;
  margin-right: 14px;
  display: inline-block;
}

.share-button.facebook {
  width: 49px;
}

.share-button.google {
  width: 54px;
}

.success-text {
  text-shadow: none;
  margin-bottom: 10px;
}

.referal-text {
  color: #ffffff9c;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 16px;
  margin-bottom: 13px;
  font-size: 15px;
}

.social-btn {
  opacity: .31;
  margin-left: 7px;
  margin-right: 7px;
  transition: opacity .2s;
}

.social-btn:hover {
  opacity: 1;
}

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

.slider-nav {
  height: 40px;
  font-size: 9px;
}

.body {
  background-color: #060a27;
  font-family: "Saira", Verdana, sans-serif;
}

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

.section {
  height: 100%;
  min-height: 7%;
  max-height: 100%;
}

.hero {
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/BG-IMAGE-2.png');
  background-position: 50% 8%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-bottom: 40px;
  display: flex;
}

.hero.wrap {
  background-color: #060a27;
  background-image: url('../images/Right.jpg'), url('../images/Left.jpg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 600px, 610px;
  background-attachment: scroll, scroll;
  max-width: none;
  margin-top: -80px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.menu {
  z-index: 200;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-image: linear-gradient(75deg, #4e8fff0d, #133ccf1c 50%, #4e8fff0d);
  border-bottom: 1px solid #182c68;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 68px;
  display: flex;
  position: sticky;
  top: 0;
  transform: translate(0);
}

.menu.mobile {
  display: none;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-block-3.wrap {
  padding-left: 0;
  padding-right: 0;
}

.feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.text-block.h4 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.text-block.body-text {
  color: #9eb6e2cf;
  font-size: 18px;
  line-height: 28px;
}

.image {
  width: 48px;
}

.wrap {
  width: 100%;
  max-width: 1600px;
  padding-left: 40px;
  padding-right: 40px;
}

.wrap.hero-mid {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.menu-inner {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-text {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.menu-text.link {
  color: var(--blue-300);
  text-decoration: none;
}

.menu-text.link:hover {
  color: var(--light-blue);
}

.content-hero {
  width: 100%;
  min-height: 550px;
  display: flex;
  position: relative;
}

.div-block-4 {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 520px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Saira", Verdana, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
}

.coming-soon {
  color: var(--blue-300);
  letter-spacing: 7px;
  text-indent: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.image-2 {
  height: 74vh;
  max-height: 100%;
  transform: translate(29px, 56px);
}

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

.image-3 {
  position: absolute;
  inset: -9px 0% auto 50%;
  box-shadow: 0 2px 5px #0003;
}

.div-block-5 {
  z-index: auto;
  box-sizing: border-box;
  background-color: #d41414;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  align-self: flex-start;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 80px;
  position: absolute;
  inset: 0%;
}

.image-4 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -7px);
}

.image-5 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -8px);
}

.image-6 {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

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

.footer-image {
  background-image: url('../images/Footer.jpg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  width: 100%;
  height: 120px;
  margin-top: 20px;
}

.disclaimer {
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 64px;
  display: flex;
}

.small-text {
  color: #add2ff47;
  text-align: center;
  max-width: 1180px;
}

.form {
  z-index: auto;
  order: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
}

.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3724c3;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 190px;
  height: 64px;
  padding-top: 9px;
  font-size: 16px;
}

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

.text-field {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  letter-spacing: 1px;
  background-color: #a4cdff17;
  border: 1px solid #2c99ff1f;
  border-radius: 12px 0 0 12px;
  height: 64px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
}

.text-field:hover {
  color: #f7f7f7;
}

.text-field:active {
  color: #fff;
}

.text-field:focus {
  border-color: #2c53ff52;
}

.text-field::placeholder {
  color: #97b7deb5;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.success-message-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #2ba0ff2b;
  border-radius: 40px;
  padding-left: 24px;
  padding-right: 32px;
  font-size: 16px;
}

.text-block-2 {
  text-transform: none;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.glow {
  position: absolute;
  inset: 0% auto;
  transform: translate(-56px, 88px);
}

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

  .hero.wrap {
    background-image: url('../images/Right.jpg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
  }

  .div-block-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .text-block.body-text.tablet-centre {
    text-align: center;
  }

  .wrap {
    padding-bottom: 0;
  }

  .wrap.hero-mid {
    padding-top: 64px;
  }

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

  .div-block-4 {
    justify-content: center;
    align-items: center;
    max-width: 440px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    text-align: center;
  }

  .image-2 {
    height: 57vh;
    transform: translate(0);
  }

  .footer-image {
    background-position: 0%;
    background-repeat: repeat-x;
    background-size: auto 90px;
    height: 110px;
    margin-top: 40px;
  }

  .glow {
    transform: translate(0, -83px);
  }
}

@media screen and (max-width: 767px) {
  .sign-up-form {
    margin-bottom: 0;
  }

  .header-section {
    padding-top: 55px;
    padding-bottom: 75px;
  }

  .footer-section {
    padding-top: 26px;
    padding-bottom: 26px;
  }

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

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

@media screen and (max-width: 479px) {
  .button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
  }

  .field {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
  }

  .social-widget {
    width: 96px;
  }

  .copyright {
    text-align: center;
    margin-bottom: 7px;
  }

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

  .menu {
    display: none;
  }

  .menu.mobile {
    display: flex;
  }

  .div-block-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block.h4 {
    font-size: 18px;
  }

  .text-block.body-text {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block.body-text.tablet-centre {
    font-size: 18px;
    line-height: 28px;
  }

  .image {
    width: 40px;
  }

  .wrap {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap.hero-mid {
    padding-top: 56px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-text.link {
    font-size: 13px;
  }

  .div-block-4 {
    position: static;
  }

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

  .image-2 {
    z-index: 20;
    width: 360px;
    max-width: none;
    height: auto;
    position: relative;
  }

  .image-6 {
    left: 0%;
    transform: translate(-17%);
  }

  .footer-image {
    background-position: 0%;
    background-size: auto 41px;
    height: 80px;
  }

  .form, .form-block {
    position: static;
  }

  .submit-button {
    height: 56px;
  }

  .text-field {
    text-transform: uppercase;
    height: 56px;
  }

  .glow {
    z-index: 20;
    transform: scale(1.3);
  }
}
