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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.body {
  background-color: #000;
}

.div-block {
  background-image: url('../images/BackgroundShapes.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block.contents {
  background-image: url('../images/ContentsBack.png');
  background-position: 0%;
  background-size: 100vw 100vh;
  background-attachment: fixed;
  width: 100vw;
}

.column {
  background-color: #72c4ff69;
  width: 60%;
  height: 100%;
}

.column.left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  display: flex;
}

.column.right {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 80%;
  display: flex;
}

.column.right.contents {
  flex-flow: column;
}

.div-block-2 {
  height: 10%;
  display: flex;
}

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

.device-img-container {
  justify-content: flex-start;
  align-items: center;
  height: 60%;
  display: flex;
}

.device-img-container.contents-page {
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  position: absolute;
  inset: auto 0% 0%;
}

.img-logo {
  width: 100px;
}

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

.div-block-6 {
  width: 60%;
  display: none;
}

.div-block-7 {
  flex-flow: row;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  height: 90%;
  display: flex;
}

.image {
  width: 70%;
  margin-left: 5%;
}

.image.book {
  width: 300px;
  margin-bottom: 2%;
  margin-right: 20%;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.image-2 {
  width: 100%;
  height: auto;
  margin-top: -36%;
}

.div-block-9 {
  width: 90%;
  margin-left: 40px;
}

.text-block {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Mona Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.text-block.small18 {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

.checkbox-label {
  color: #fff;
  width: 80%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Mona Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 40px;
  display: flex;
}

.text-field {
  border-radius: 20px;
  width: 80%;
  height: 35px;
}

.submit-button {
  color: #000;
  background-color: #ee0;
  border-radius: 20px;
  width: 120px;
  height: 40px;
  margin-top: 10px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-field-2 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.checkbox {
  outline-offset: 0px;
  background-color: #0003;
  border-radius: 0;
  outline: 1px solid #fff;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.link-white {
  color: #fff;
  text-decoration: underline;
}

.image-3 {
  width: 80%;
}

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

.image-4 {
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.body-2 {
  background-color: #000;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-13 {
  background-color: #222;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 5%;
  margin-left: 0;
  display: flex;
}

.div-block-13.report {
  display: none;
}

.video {
  width: 100%;
  height: auto;
  overflow: visible;
}

.div-block-14 {
  justify-content: center;
  align-items: flex-start;
  width: 86%;
  height: 95vh;
  margin-top: 10px;
  display: flex;
}

.div-block-15 {
  width: 400px;
  height: 100%;
}

.container {
  flex-flow: row;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar {
  background-color: #ff1d1d;
  margin-left: 20px;
}

.nav-link {
  color: #fff;
  font-family: Mona Sans, sans-serif;
  font-size: 18px;
}

.nav-link.skip {
  color: #8c8c8c;
}

.nav-link.home {
  background-image: url('../images/home.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.body-3 {
  background-color: #000;
}

.div-block-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.code-embed {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.framecontainer {
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.framecontainer.iframe-wrapper {
  width: 100vw;
  height: 100vh;
}

.body-4 {
  background-color: #000;
}

.button {
  background-color: #0000;
  background-image: url('../images/BtnWatchIntro.png');
  background-position: 0 0;
  background-size: contain;
  width: 400px;
  height: 50px;
}

.button.watch {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  margin-left: 20px;
}

.button.view {
  background-image: url('../images/BtnViewReport.png');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 320px;
  margin-left: 20px;
}

.button.download {
  background-image: url('../images/BtnDownloadPdf.png');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 320px;
  margin-left: 20px;
}

.button.contactus {
  background-image: url('../images/Contact-us_-infoiv.com.png');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 260px;
  margin-top: 20px;
  margin-left: 20px;
}

.nav-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btnhome {
  color: #8c8c8c;
  background-color: #0000;
  background-image: url('../images/home.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 30px;
  height: 30px;
  margin-left: 20px;
}

.btnskip {
  color: #8c8c8c;
  background-color: #0000;
  align-items: center;
  height: 40px;
  margin-left: 20px;
  font-size: 20px;
  display: flex;
}

.div-block-17 {
  align-items: center;
  height: 80px;
  display: flex;
}

.error-message {
  background-color: #ffdede00;
}

.error-message-2 {
  background-color: #fff0;
}

.button-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .div-block {
    background-image: url('../images/BackgroundShapeMobile.png');
    background-position: 100%;
    height: 100.2vh;
  }

  .div-block.contents {
    background-image: url('../images/BackgroundShapeMobileContents.png');
  }

  .column.left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .column.right {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .column.right.contents {
    justify-content: flex-start;
    align-items: center;
    margin-top: 12%;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20%;
  }

  .div-block-3 {
    justify-content: center;
    height: 80%;
    display: flex;
  }

  .device-img-container {
    display: none;
  }

  .img-logo {
    width: 120px;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

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

  .div-block-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

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

  .div-block-9 {
    margin-left: 0;
  }

  .text-block {
    text-align: center;
    font-size: 1.3em;
    line-height: 24px;
  }

  .text-block.small18 {
    text-align: left;
    font-size: 1.3em;
    line-height: 24px;
  }

  .checkbox-label {
    width: 100%;
    font-size: 1.3em;
  }

  .div-block-10 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .text-field {
    width: 100%;
    height: 32px;
  }

  .image-3 {
    width: 400px;
    margin-top: 10px;
  }

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

  .div-block-11 {
    justify-content: flex-end;
    width: 100%;
  }

  .image-4 {
    width: 180px;
    display: block;
    position: fixed;
    inset: auto auto 0% 0%;
  }

  .image-4.contents {
    width: 200px;
    left: auto;
  }

  .div-block-13 {
    flex-flow: row;
    justify-content: flex-start;
    height: 60px;
    margin-left: 0;
  }

  .div-block-14 {
    width: 100%;
  }

  .navbar {
    display: block;
  }

  .button.contactus {
    width: 260px;
    margin-left: 20px;
  }

  .btnhome {
    width: 30px;
    height: 30px;
  }

  .btnskip {
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    height: 100.2vh;
  }

  .image-4 {
    width: 140px;
    display: block;
    position: absolute;
  }

  .button.contactus {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    background-image: url('../images/BackgroundShapeMobile.png');
    background-position: 100% -50%;
    background-size: cover;
    align-items: flex-start;
    height: 100.5vh;
  }

  .column.right.contents {
    margin-top: 40%;
  }

  .img-logo {
    width: 100px;
  }

  .div-block-7 {
    justify-content: flex-start;
    width: 95%;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 1em;
  }

  .text-block.small18, .checkbox-label {
    font-size: 1em;
  }

  .div-block-10 {
    justify-content: flex-start;
  }

  .text-field {
    height: 32px;
    font-size: 16px;
  }

  .image-3 {
    width: 280px;
    margin-top: 20px;
  }

  .image-4 {
    width: 240px;
    display: block;
    position: absolute;
  }

  .image-4.contents {
    width: 240px;
  }

  .button.watch, .button.view, .button.download {
    width: 90%;
    margin-left: 0;
  }

  .button.contactus {
    width: 80%;
    margin-left: 0;
  }
}


