.div-block {
  z-index: 0;
  pointer-events: none;
  cursor: not-allowed;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.div-block-2 {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  width: 480px;
  padding-bottom: 30px;
}

.div-block-3 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-4 {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.div-block-5 {
  text-align: center;
  width: 550px;
  min-width: 550px;
  margin-bottom: 60px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  display: none;
}

.link {
  color: #000;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.div-block-6 {
  letter-spacing: 2px;
  margin-top: 15px;
  margin-bottom: auto;
  font-size: 16px;
}

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

.div-block-8 {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 500px auto auto;
  display: flex;
  position: relative;
}

.code-embed {
  width: 100%;
}

.heading {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  line-height: 50px;
  display: none;
}

.slider {
  height: 75%;
  min-height: 75%;
}

.mask {
  min-height: 75%;
}

.slide {
  min-height: 1vh;
}

.image-2 {
  object-fit: contain;
  max-width: 75%;
  height: 75%;
  min-height: 75%;
  overflow: hidden;
}

.slide-2 {
  min-height: 75%;
}

.hero-slider {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  height: auto;
  min-height: 75vh;
  display: flex;
  overflow: hidden;
}

.section {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.image-3 {
  object-fit: contain;
}

.image-4 {
  object-fit: contain;
  max-height: 100%;
  display: block;
}

.mask-2 {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
}

.slider-div {
  object-fit: none;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.lightbox-link {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 50%;
  height: 100%;
  display: flex;
}

.slides {
  object-fit: none;
  height: 100%;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  display: block;
  overflow: hidden;
}

.icon, .icon-2 {
  display: none;
}

.hero-slide {
  height: 100%;
  overflow: hidden;
}

.slider-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.hero-img {
  object-fit: contain;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.hero-img.landscape {
  width: 35%;
  max-width: 800px;
  height: auto;
}

.heroslider {
  background-color: #fff;
  max-width: none;
  height: 65vh;
  position: static;
}

.mask-3 {
  height: 100%;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-5 {
  max-width: 50%;
}

.slider-shield {
  z-index: 10;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 479px) {
  .div-block {
    background-position: 50% 10%;
    background-size: contain;
  }

  .div-block-2 {
    align-items: center;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    margin-top: 120px;
  }

  .div-block-5 {
    min-width: auto;
    max-width: 95%;
  }

  .link {
    font-size: 18px;
  }

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

  .div-block-8 {
    width: 90%;
    margin-top: 200px;
  }

  .heading {
    line-height: 50px;
  }

  .section {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-img {
    max-width: 80%;
    height: 80%;
  }

  .hero-img.landscape {
    width: 100%;
  }

  .heroslider {
    width: 90%;
  }

  .image-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}


