.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.fullscreen {
  width: 100%;
  height: 100vh;
  margin-bottom: 150px;
  display: flex;
  position: relative;
  z-index: 6;
}

.fullscreen.fullscreen-text.soldier-png {
  z-index:5;
}


.fullscreen.fullscreen-text {
  z-index:4;
}

.fullscreen.fullscreen-text._300vh-section {
  z-index:5;
  height: 300vh;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-bottom: 0;
  position: relative;
}

.fullscreen.fullscreen-text.spacer-10vh {
  height: 120px;
}

.fullscreen.fullscreen-text.spacer-10vh.spacer-bottom {
  height: 5vh;
}

.fullscreen.fullscreen-text.fullscreen-bottom {
  height: 90vh;
  justify-content: center;
  padding-top:50px;
  margin-bottom: 0;
}

.background-video {
  width: 100%;
  height: 100%;
  background-image: none;
}

.pause_icon, .play_icon {
  width: 20px;
  height: 20px;
}

.play-pause-button {
  opacity: .32;
  margin-bottom: 56px;
  margin-right: 56px;
  transition: opacity .6s;
  display: none;
}

.play-pause-button:hover {
  opacity: .8;
}

.hamilton-logo {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 56px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 64px;
  font-weight: 800;
}

.h1.vibrating-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 74px;
  line-height: 140%;
}

.body {
  height: auto;
  background-color: #000;
  background-image: url('../images/bg_noise_1.gif');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.title-container {
  width: 900px;
  height: 30vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 90px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h2 {
  width: 60%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.h2.vibrating-text {
  width: 680px;
  margin-top: 0;
}

.flashlight-icon {
  z-index: 110;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 56px;
  bottom: auto;
  left: auto;
  right: 56px;
}

.flashlight-on {
  z-index: 110;
  opacity: 1;
  border: 1px solid rgba(210, 195, 173, .32);
  border-radius: 100%;
  transition: opacity .6s, background-color .6s, border-color .6s;
  position: absolute;
}

.flashlight-on:hover {
  opacity: 0;
  border-color: #d2c3ad;
  border-radius: 100%;
}

.flashlight-off {
  z-index: 105;
  border-radius: 100%;
  position: absolute;
}

.main-cta {
  z-index: 20;
  width: 220px;
  height: 56px;
  color: #d2c3ad;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid rgba(210, 195, 173, .32);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  transition: opacity .6s, color .6s, background-color .6s, box-shadow .6s, border-color .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: fixed;
  top: auto;
  bottom: 56px;
  left: 0%;
  right: 0%;
  opacity:0.8;
}

.main-cta:hover {
  color: #000;
  background-color: #d2c3ad;
  border-style: solid;
  border-color: #000;
  opacity:1;
}

.intro-div {
  z-index: 120;
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  width: 200px;
  height: 200px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-line {
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle, #777, #000);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-left {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 160px;
  display: flex;
  position: relative;
}

.div-left.div-left-bottom {
  flex-direction: column;
}

.div-left.div-left-sticky-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.div-left.div-sticky {
  width: 100%;
}

.paragraph {
  width: 56%;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph.vibrating-text {
  z-index: 5;
  width: 70%;
  color: #000;
  font-size: 32px;
  position: absolute;
}

.paragraph.vibrating-text.pragraph-white-text {
  width: 70%;
  color: #000;
}

.paragraph.vibrating-text.paragraph-text-white {
  color: #d2c3ad;
}

.paragraph.vibrating-text.pargraph-bottom {
  width: 70%;
  color: #d2c3ad;
  text-align: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  bottom: -110px;
  left: 0%;
  right: 0%;
}

.image-2 {
  opacity: .88;
  border-radius: 24px;
  margin: auto;
  box-shadow: 0 0 80px rgba(239, 222, 198, .56);
}

.image-2.vibrating-text {
  box-shadow: 0 0 80px rgba(0, 0, 0, .56);
}

.image-2.vibrating-text.img-white-bg {
  opacity: .88;
  box-shadow: 0 0 80px rgba(239, 222, 198, .56);
}

.div-right {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-right.div-right-100 {
  width: 100%;
  height: 33.3333%;
}

.background-video-2 {
  width: 720px;
  height: 900px;
  border-radius: 24px;
  margin: 16px;
}

.play-pause-button-2 {
  opacity: .32;
  margin-bottom: 56px;
  margin-right: 56px;
  transition: opacity .6s;
  display: none;
}

.play-pause-button-2:hover {
  opacity: .8;
}

.content-container {
  justify-content: center;
  align-items: center;
  margin: 16px;
  display: flex;
  position: relative;
}

.content-container.container-text-content {
  width: 720px;
  height: 720px;
}

.img-soldier-png {
  width: 600px;
  height: 600px;
  background-image: url('../images/soldier-png.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.img-soldier-png.vibrating-text {
  background-image: url('../images/soldier-png-bottom.png');
}

.lottie-animation-2 {
  width: 160px;
  height: 160px;
  display: none;
  position: absolute;
  top: 200px;
  bottom: auto;
  left: 210px;
  right: auto;
}

.hat-png {
  width: 200px;
  height: 200px;
  opacity: 0;
  transition: filter 6s, opacity 6s;
  position: absolute;
  top: auto;
  bottom: 56px;
  left: 0;
  right: auto;
}

.hat-png:hover {
  opacity: 1;
  filter: invert();
}

.image-3 {
  width: 200px;
  height: 200px;
  opacity: 0;
  transition: filter 6s, opacity 6s;
  position: absolute;
  top: 56px;
  bottom: auto;
  left: auto;
  right: 56px;
}

.image-3:hover {
  opacity: 1;
  filter: invert();
}

.img-slider {
  z-index: 15;
  width: 700px;
  border-radius: 24px;
  position: absolute;
}

.img-slider.img-2 {
  z-index: 10;
  opacity: 0;
}

.img-slider.img-3 {
  z-index: 5;
  opacity: 0;
}

.divs-container {
  width: 100%;
  height: 100vh;
  display: flex;
}

.text-block {
  width: 500px;
  color: rgba(210, 195, 173, .16);
  text-align: center;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 88px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-mobile {
  display: none;
}

.form-block {
  z-index: 15;
  font-size: 12px;
  font-weight: 600;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.dropdown-link {
  color: #d2c3ad;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 17px;
  transition: color .2s;
}

.dropdown-link:hover {
  color: #000;
}

.dropdown-toggle {
  color: #d2c3ad;
  transition: color .2s;
}

.dropdown-toggle:hover {
  color: #000;
}

.dropdown-list {
  background-color: rgba(221, 221, 221, 0);
}

.div-right-text {
  width: 50%;
  height: 300vh;
}

.div-left-imgs {
  width: 50%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.spacer-1 {
  height: 80px;
}

@media screen and (max-width: 991px) {
  .fullscreen {
    flex-direction: column;
    overflow:hidden;
    margin-bottom: 80px;
  }

  .fullscreen.soldier-png.fullscreen-text {
    flex-direction: column-reverse;
  }

  .fullscreen-bottom{
    padding-top: 0px;
  }

  .fullscreen.fullscreen-text {
    height: auto;
  }

  .fullscreen.fullscreen-text._300vh-section, .fullscreen.fullscreen-text.spacer-10vh {
    display: none;
  }

  .fullscreen.fullscreen-text.spacer-10vh.spacer-bottom {
    height: 32vh;
  }

  .title-container {
    width: 100vw;
  }

  .div-left {
    width: 100%;
    height: 720px;
    margin-bottom: 80px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-left.spacer-0 {
    margin-bottom: 0;
  }

  .div-right {
    width: 100%;
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hat-png, .image-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .play-pause-button {
    margin-bottom: 24px;
    margin-right: 24px;
  }

  .hamilton-logo.vibrating-text {
    width: 120px;
    top: 24px;
  }

  .h1.vibrating-text {
    width: 80%;
    font-size: 42px;
    line-height: 115%;
  }

  .h2.vibrating-text {
    width: 80%;
    font-size: 14px;
  }

  .flashlight-icon {
    top: 24px;
    bottom: auto;
    left: auto;
    right: 24px;
  }

  .main-cta {
    bottom: 24px;
  }

  .div-left {
    height: 560px;
  }

  .paragraph.vibrating-text {
    font-size: 22px;
  }

  .image-2 {
    height: 100%;
  }

  .background-video-2 {
    width: 100%;
    height: 460px;
  }

  .background-video-2.bg-video-2, .background-video-2.bg-video-2.bg-video-3 {
    height: 460px;
  }

  .play-pause-button-2 {
    margin-bottom: 24px;
    margin-right: 24px;
  }

  .img-soldier-png {
    width: 540px;
    height: 540px;
  }

  .lottie-animation-2 {
    width: 140px;
    height: 140px;
    top: 180px;
    left: 190px;
  }

  .slider-mobile {
    display: none;
  }

  .image-5 {
    filter: invert();
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .image-6 {
    filter: invert();
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .fullscreen.soldier-png.fullscreen-text {
    margin-bottom: 0;
  }

  .fullscreen.fullscreen-text.fullscreen-bottom {
    height: 90vh;
    justify-content: flex-start;
  }

  .fullscreen.fullscreen-text.aligned-bottom-80px {
    margin-bottom: 0;
  }

  .div-left {
    align-items: center;
    margin-bottom: 0;
  }

  .div-left.div-left-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .div-left.spacer-0 {
    align-items: center;
  }

  .div-left.align-top-div {
    height: 480px;
    align-items: flex-start;
  }

  .paragraph.vibrating-text, .paragraph.vibrating-text.pragraph-white-text {
    width: 90%;
    font-size: 18px;
  }

  .paragraph.vibrating-text.pargraph-bottom {
    bottom: -100px;
  }

  .image-2 {
    height: 400px;
  }

  .background-video-2 {
    margin: 0;
  }

  .content-container {
    width: 100%;
    margin: 0;
  }

  .img-soldier-png.vibrating-text {
    width: 100%;
    height: 440px;
    margin-left: 10px;
  }

  .lottie-animation-2 {
    width: 110px;
    height: 110px;
    top: 150px;
    left: 158px;
  }

  .slider-mobile {
    height: 600px;
    margin-top: 80px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .slider {
    width: 100%;
    height: 100%;
    background-color: rgba(221, 221, 221, 0);
  }

  .div-block {
    height: 70%;
    background-image: url('../images/img-1.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 24px;
    margin-left: 32px;
    margin-right: 32px;
  }

  .div-block.visual-alt-2 {
    background-image: url('../images/img-2.jpg');
  }

  .div-block.alt-visual-3 {
    background-image: url('../images/img-3.jpg');
  }

  .text-block-2 {
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-left: 32px;
    margin-right: 32px;
    display: flex;
  }

  .bold-text {
    color: #d2c3ad;
    font-weight: 600;
  }

  .slide-nav {
    top: 573.5px;
    transform: scale(.6);
  }

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

  .image-5 {
    top: 294px;
    left: 0%;
  }

  .image-6 {
    filter: invert();
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }
}
