.section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding: 10px;
  display: flex;
}

.div-block {
  width: 30vw;
  height: 100%;
}

.div-block._40 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 30vw;
  display: flex;
}

.div-block-2 {
  z-index: 1001;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 60%;
  display: flex;
  position: relative;
}

.div-block-3 {
  width: 100%;
  height: auto;
}

.div-block-3._10 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-4 {
  width: 100%;
  height: 30%;
  display: flex;
}

.div-block-5 {
  width: 100%;
  height: 30%;
}

.div-block-5.right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-5.left {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-6 {
  width: 50%;
  height: 20vh;
}

.dottedlines {
  border: 1px dotted #fff;
  width: 100%;
  height: 100%;
  padding: 0;
}

.dottedlines._10 {
  background-color: #1e1d47;
  background-image: url('../images/Mask-group.svg');
  background-position: 0%;
  background-size: auto 100vh;
  background-attachment: fixed;
  flex-flow: column;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-field {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 0;
  font-family: Darker Grotesque, sans-serif;
}

.body {
  background-color: #1e1d47;
  background-image: url('../images/Mask-group.svg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: auto 100vh;
  background-attachment: fixed;
}

.div-block-8 {
  width: 50%;
}

.boxoutline {
  background-image: url('../images/Layer-2-copy.png'), url('../images/Layer-2.png'), url('../images/Layer-2-copy-2.png'), url('../images/Layer-2-copy-2-1.png');
  background-position: 100% 0, 0 0, 0 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 25px 25px, 25px 25px, 25px 25px, 25px 25px;
  width: 100%;
  height: 100%;
  padding: 1px;
}

.div-block-9 {
  width: 50%;
  height: 100%;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-11 {
  width: 40%;
}

.small {
  color: #fff;
  padding-left: 10px;
  font-family: Darker Grotesque, sans-serif;
  line-height: 15px;
}

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

.small.nobuf {
  margin-bottom: 0;
  padding-left: 0;
}

.small.nobuff {
  padding-left: 0;
}

.mediumtext {
  z-index: 1001;
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

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

.mediumtext.right._80 {
  width: 80%;
}

.paragraph {
  color: #fff;
  font-family: Darker Grotesque, sans-serif;
}

.code-embed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.code-embed.mobile {
  display: none;
}

.code-embed.full {
  position: static;
}

.submit-button {
  color: #fff;
  text-align: center;
  background-color: #0b0c0c00;
  border: 1px solid #fff;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 14px;
}

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

.code-embed-2 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 6vh;
  display: flex;
}

.code-embed-2.mobile {
  display: none;
}

.div-block-12 {
  width: 10vw;
  height: auto;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  font-family: Darker Grotesque, sans-serif;
  line-height: 16px;
}

.error-message {
  background-color: #ffdede00;
  border: 1px solid #fff;
}

.success-message {
  color: #fff;
  text-transform: uppercase;
  background-color: #ddd0;
  border: 1px solid #fff;
  font-family: Darker Grotesque, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

@media screen and (max-width: 991px) {
  .div-block {
    width: 60vw;
  }

  .div-block._40 {
    z-index: 10002;
    width: 60vw;
    position: absolute;
  }

  .small.grey {
    color: #504f7e;
  }

  .mediumtext.grey {
    color: #514f7e;
  }

  .div-block-12 {
    width: 20vw;
  }
}

@media screen and (max-width: 767px) {
  .form {
    flex-flow: column;
  }

  .submit-button {
    border: 1px solid #fff;
  }

  .div-block-12 {
    width: 20vw;
  }
}

@media screen and (max-width: 479px) {
  .section {
    overflow: hidden;
  }

  .div-block {
    height: 100vh;
    min-height: 100vh;
    overflow: visible;
  }

  .div-block._40 {
    justify-content: center;
    align-items: center;
    width: 70vw;
  }

  .div-block._2 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 30vw;
    display: flex;
  }

  .div-block._3 {
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    display: flex;
    overflow: hidden;
  }

  .div-block-2 {
    height: auto;
  }

  .dottedlines._10 {
    padding-right: 20px;
  }

  .form {
    flex-flow: column;
  }

  .body {
    height: 100vh;
    display: block;
    overflow: visible;
  }

  .div-block-9 {
    display: none;
  }

  .code-embed {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: none;
    position: absolute;
    overflow: hidden;
  }

  .code-embed.mobile {
    max-height: 100vh;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .code-embed.full {
    z-index: 1001;
    justify-content: center;
    align-items: center;
    display: none;
    position: static;
    inset: 0%;
    overflow: hidden;
  }

  .submit-button {
    border: 1px solid #fff;
  }

  .code-embed-2 {
    display: none;
  }

  .code-embed-2.mobile {
    display: flex;
  }

  .div-block-12 {
    width: 30vw;
  }

  .div-block-13 {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
  }
}


