.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.hero {
  display: block;
  width: auto;
  height: 100vh;
  padding-top: 10vh;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50vh;
  -ms-flex: 0 0 50vh;
  flex: 0 0 50vh;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50vh;
  -ms-flex: 0 0 50vh;
  flex: 0 0 50vh;
}

.body {
  overflow: visible;
  max-height: 100vh;
  background-image: url('../images/OPTISENSE-BG-SCAN-NOSAT.jpg'), linear-gradient(135deg, #111c23, #0a131d);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  font-family: 'Readex Pro', sans-serif;
  color: #383838;
  font-size: 1.5em;
  line-height: 2em;
}

.section {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1.5fr 20px 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: 100vh;
  grid-template-rows: 100vh;
  border-bottom: 0px solid #000;
  border-radius: 0px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 100%;
  padding-right: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-2 {
  padding-right: 2rem;
}

.div-block-3 {
  height: auto;
  max-width: none;
  padding-left: 20%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.image {
  border-radius: 70px;
  box-shadow: inset 0 0 20px 4px rgba(0, 0, 0, 0.65), 13px 13px 18px -6px rgba(0, 0, 0, 0.5);
}

.text-block {
  padding-top: 1rem;
  font-weight: 300;
}

.field-label {
  padding-top: 1rem;
  font-weight: 500;
}

.heading {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
}

.heading-2 {
  font-size: 4rem;
  line-height: 4.5rem;
}

.submit-button {
  padding: 7px 2rem;
  border-radius: 20px;
  box-shadow: 8px 8px 11px -3px rgba(0, 0, 0, 0.65);
  font-weight: 700;
}

.checkbox-label {
  font-size: 0.5em;
  line-height: 0.75em;
}

.checkbox-label-2 {
  margin-bottom: 20px;
  margin-left: 15px;
  padding-left: 0px;
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 200;
}

.checkbox {
  margin-top: 20px;
  margin-left: -15px;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.div-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.div-block-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.text-field {
  width: 75%;
}

.image-2 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-3 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -5;
  padding-left: 0px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.image-4 {
  position: relative;
  left: 122px;
  bottom: 172px;
  z-index: 3;
}

.image-5 {
  z-index: -2;
  padding-right: 10px;
  padding-bottom: 10px;
}

.image-6 {
  z-index: -2;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.image-7 {
  z-index: -2;
  padding-right: 10px;
  padding-bottom: 10px;
}

.image-8 {
  z-index: -2;
  padding-right: 10px;
  padding-bottom: 10px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column-2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.container-2 {
  display: block;
  overflow: visible;
  height: auto;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transform: translate(157px, -157px) rotate(25deg);
  -ms-transform: translate(157px, -157px) rotate(25deg);
  transform: translate(157px, -157px) rotate(25deg);
}

.section-2 {
  overflow: visible;
  width: auto;
  height: 100vh;
  max-width: 100%;
}

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

.column-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
}

.columns-2 {
  overflow: hidden;
  height: 95vh;
}

.image-9 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.image-10 {
  width: 44%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.image-11 {
  width: 44%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.image-12 {
  padding-right: 20px;
  padding-bottom: 20px;
}

.image-13 {
  width: 44%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.image-14 {
  width: 44%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.column-4 {
  overflow: visible;
}

.container-3 {
  z-index: -2;
  display: block;
  clear: none;
  -webkit-transform: translate(10%, -10%) rotate(15deg);
  -ms-transform: translate(10%, -10%) rotate(15deg);
  transform: translate(10%, -10%) rotate(15deg);
}

.section-4 {
  height: 5vh;
  background-color: #202020;
}

.text-block-2 {
  text-align: center;
}

.container-4 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bold-text {
  color: #e4e4e4;
}

.text-block-3 {
  color: #ddd;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-3 {
    padding-left: 10%;
  }

  .image {
    border-radius: 50px;
  }

  .text-block {
    font-size: 1em;
    line-height: 1.25em;
  }

  .heading-2 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 700;
  }

  .checkbox {
    margin-top: 10px;
  }

  .image-5 {
    right: 203px;
    max-width: 25%;
  }

  .image-6 {
    max-width: 25%;
  }

  .image-7 {
    top: 157px;
    right: -100px;
    max-width: 25%;
  }

  .image-8 {
    top: 165px;
    right: 124px;
    max-width: 25%;
  }

  .section-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: translate(-129px, 224px);
    -ms-transform: translate(-129px, 224px);
    transform: translate(-129px, 224px);
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-3 {
    -webkit-transform: translate(30%, -10%) rotate(15deg);
    -ms-transform: translate(30%, -10%) rotate(15deg);
    transform: translate(30%, -10%) rotate(15deg);
  }

  .section-4 {
    margin-bottom: 0px;
  }

  .container-4 {
    margin-bottom: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 40px 20px;
    text-align: center;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-image {
    overflow: visible;
    width: auto;
    height: 25vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section {
    -ms-grid-columns: 1.5fr 0.25fr;
    grid-template-columns: 1.5fr 0.25fr;
  }

  .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-2 {
    display: block;
    padding-right: 0rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .div-block-3 {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image {
    text-align: left;
  }

  .image-5 {
    right: 143px;
  }

  .image-7 {
    top: 35px;
  }

  .image-8 {
    top: 71px;
    right: 80px;
  }

  .section-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    -webkit-transform: translate(-129px, 224px);
    -ms-transform: translate(-129px, 224px);
    transform: translate(-129px, 224px);
  }

  .grid {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-3 {
    height: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .columns-2 {
    display: block;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-3 {
    max-height: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    text-align: center;
  }

  .hero-image {
    text-align: center;
  }

  .div-block-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .submit-button {
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
  }

  .text-field {
    width: 100%;
  }

  .container-3 {
    overflow: visible;
  }

  .bold-text-2 {
    font-size: 0.75em;
    line-height: 1em;
  }
}

