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

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

:root {
  --slate-blue: #4353ff;
}

body {
  color: #333;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 62px;
  font-weight: 600;
  line-height: 101%;
}

.coming-soon-section {
  background-image: url('../images/wf-cs-min.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.coming-soon-section.thank-you-background {
  background-image: url('../images/image-3.jpg'), linear-gradient(#526add, #526add);
  background-position: 120%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 100%, auto;
}

.coming-soon-columns {
  height: 100%;
  display: flex;
}

.coming-soon-content-wrap {
  max-width: 500px;
  margin-top: 10vh;
}

.coming-soon-content-wrap.thank-you-wrap {
  max-width: 370px;
}

.my-container {
  width: 1120px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  max-width: 400px;
  margin-top: 48px;
}

.form {
  align-items: flex-end;
  display: flex;
}

.field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--slate-blue);
  background-color: #fff0;
  margin-bottom: 0;
  font-size: 16px;
}

.submit-button {
  background-color: var(--slate-blue);
  min-width: 130px;
  height: 50px;
  font-size: 16px;
}

.logo-image {
  filter: drop-shadow(0 2px 5px #000000b3);
  position: absolute;
  inset: 32px auto auto 32px;
}

.subheading {
  color: #202020;
  font-size: 21px;
  line-height: 26px;
}

.subheading.white, .white-h1 {
  color: #fff;
}

.paragraph {
  margin-top: 40px;
}

.paragraph-2 {
  margin-top: 40px;
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  .coming-soon-section.thank-you-background {
    background-image: url('../images/image-3.jpg'), linear-gradient(#526add, #526add);
    background-size: 70%, auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 70px;
    line-height: 108%;
  }

  .coming-soon-section {
    background-position: 50% 100%;
    background-size: 100%;
    justify-content: center;
    padding-bottom: 78vw;
  }

  .coming-soon-section.thank-you-background {
    background-image: url('../images/image-3.jpg'), linear-gradient(#526add, #526add);
    background-position: 50% 100%, 0 0;
    background-size: 80%, auto;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 57vw;
  }

  .coming-soon-content-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .logo-image {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 17vw;
    line-height: 110%;
  }

  .coming-soon-section {
    padding-top: 80px;
    padding-bottom: 70vw;
  }

  .coming-soon-section.thank-you-background {
    background-image: url('../images/image-3.jpg'), linear-gradient(#526add, #526add);
    background-size: 100%, auto;
    padding-bottom: 79vw;
  }

  .coming-soon-content-wrap {
    margin-top: 6vh;
  }

  .form-block {
    width: 100%;
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .form {
    flex-direction: column;
    width: 99%;
  }

  .submit-button {
    width: 100%;
    margin-top: 12px;
  }
}


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