:root {
  --slate-blue: #4353ff;
  --glemo-blue: #0163ff;
  --glemo-light-blue: #01bcfd;
}

body {
  color: #333;
  font-family: Graphik;
  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 {
  flex-flow: row;
  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: 50%;
  max-width: 96%;
  margin-left: 10%;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
}

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

.form {
  align-items: flex-end;
  font-family: Open Sans, sans-serif;
  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 {
  position: absolute;
  inset: 32px auto auto 32px;
}

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

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

.heading {
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.icons-overall-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 26px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
}

.icons-overall-wrap.first-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 80px;
  margin-top: 0;
}

.basic-icon-home {
  height: 26px;
}

.image-cover {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 40px;
  height: 40px;
  display: block;
}

.paragraph {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.section {
  width: 50%;
}

.background-video {
  position: relative;
}

.section-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block {
  width: 60%;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 60px;
}

.image {
  width: 100%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 40px;
  display: flex;
}

.changer-overflow {
  float: right;
  height: 40px;
  display: inline-block;
  overflow: hidden;
}

.changer-move {
  display: inline-block;
}

.changer {
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  position: relative;
  top: auto;
  bottom: 0;
}

.div-block-3 {
  height: 80px;
  overflow: hidden;
}

.submit-button-2 {
  background-image: linear-gradient(79deg, var(--glemo-blue), var(--glemo-light-blue));
  border-radius: 10px;
  width: 100%;
  max-width: 200px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.field-label, .field-label-2 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-field, .text-field-2 {
  border-radius: 8px;
}

.form-caption {
  text-align: center;
  font-size: 13px;
}

.comp-pane {
  width: 45%;
}

.comp-pane.right {
  z-index: 50;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  padding: 0;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.form-heading {
  margin-top: 0;
  margin-bottom: 25px;
}

.field-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

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

.submit-button-3 {
  background-image: linear-gradient(135deg, var(--glemo-blue), var(--glemo-light-blue));
  color: #fff;
  border-radius: 30px;
  min-width: 170px;
  height: 50px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  transition: filter .2s;
}

.submit-button-3:hover {
  filter: brightness(96%);
}

.form-field-label {
  z-index: 10;
  background-color: #fff;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  font-weight: 400;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.form-field {
  z-index: 1;
  background-color: #0000;
  border: 2px solid #dcdcdd;
  border-radius: 12px;
  height: 50px;
  min-height: 50px;
  padding-top: 11px;
  font-size: 16px;
  position: relative;
}

.form-field:focus {
  border-color: #000;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.form-field.select-field {
  padding-top: 8px;
}

.form-field.select-field.wide {
  cursor: pointer;
  border-radius: 0;
  line-height: 35px;
}

.ms-svg {
  z-index: 3;
  color: #12133140;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.success-message-cf4 {
  background-color: #f7f7f7;
  font-weight: 600;
}

.form-cf4 {
  margin-top: 20px;
}

.error-message-cf4 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-field-wrapper-cf4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.form-column-cf4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.form-column-cf4.right {
  width: 300px;
  margin-right: 0;
}

.form-subwrapper-cf4 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field-cf4 {
  text-align: left;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #d4d4d4;
  min-width: 250px;
  margin-top: 0;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
}

.text-field-cf4.big {
  background-color: #f7f7f7;
  border-style: none;
  min-width: 300px;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.submit-button-cf4 {
  background-image: linear-gradient(92deg, var(--glemo-blue), var(--glemo-light-blue));
  color: #fff;
  border-radius: 4px;
  min-width: 250px;
  margin-top: 0;
  margin-left: auto;
  padding: 12px 54px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s;
  box-shadow: 1px 1px 3px #cfcfcf;
}

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

.image-2, .image-3, .image-4 {
  width: 21px;
}

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

  .comp-pane.right {
    width: 60%;
  }

  .success-message-cf4 {
    font-size: 16px;
    font-weight: 600;
  }
}

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

  .comp-pane.right {
    width: 80%;
    margin-top: -100px;
  }

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

  .form-column-cf4 {
    width: 100%;
    margin-right: 0;
  }

  .form-subwrapper-cf4 {
    flex-direction: column;
    align-items: flex-end;
  }

  .text-field-cf4.big {
    height: 150px;
  }

  .submit-button-cf4 {
    margin-left: 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;
  }

  .my-container {
    width: 80%;
    max-width: 100%;
  }

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

  .heading {
    font-size: 36px;
  }

  .icons-overall-wrap.first-row {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .image-cover {
    max-width: 40px;
  }

  .paragraph {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .section-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block {
    flex: 0 auto;
    align-self: center;
    width: 90%;
    margin-top: 220px;
  }

  .image {
    display: block;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .submit-button-2 {
    width: 100%;
    max-width: 100%;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }

  .submit-button-3 {
    width: 100%;
  }

  .form-cf4 {
    padding-left: 0;
  }

  .form-field-wrapper-cf4 {
    justify-content: flex-start;
    align-items: center;
  }

  .form-column-cf4.right {
    width: 100%;
  }

  .text-field-cf4 {
    margin-left: 4px;
  }

  .text-field-cf4.big {
    min-width: 0;
  }

  .submit-button-cf4 {
    width: 100%;
    min-width: 0;
  }
}


