body {
  margin: 0;
}
.fadeslider {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.slider_slides-cont {
  height: 100%;
}
.slider_slide {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #bdbdbd;
  background-color: #272727;
  visibility: hidden;
  opacity: 0;
}
.slider_slide:first-child {
  visibility: visible;
    display: flex;
    align-items: center;
}
.slider_slide:first-child video {
   background:transparent url("https://www.visionsafe.com/videos/evas-bg-video-poster-00001.jpg") no-repeat 0 0;
   -webkit-background-size:cover;
   -moz-background-size:cover;
   -o-background-size:cover;
   background-size:cover;
  object-fit:cover;
  width: 100%;
  height: 224px;
}
.slider_nav {
  z-index: 3;
  position: absolute;
  height: 100%;
  width: 64px;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 2.2em;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.slider_nav--left {
  left: 0;
  top: 0;
}
.slider_nav--right {
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#morevids {
  display: none;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
  margin-right: 10px;
  height: 40px;
}
#nextslide.show {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 193px;
}
#morevids.show {
  display: block;
  text-align: center;  
  margin-top: 25px;
  pointer-events: all;
  margin-bottom: -52px;
}
#prevslide, #nextslide {
  cursor: pointer;
  pointer-events: all;
}
#prevslide:hover svg, #nextslide:hover svg {
  opacity: 77%;
}
#prevslide svg, #nextslide svg, #prevslide svg path, #nextslide svg path {
  pointer-events: none;
}
#nextslide svg, #prevslide svg {
  width: 32px;
}
.slider_slide video {
  margin-bottom: 0 !important;
}
body > div.row.slideshow-row2 > div {
  display: flex;
  justify-content: center;
  background-color: #272727;
}
.vidwrap {
  position: absolute;
  top:0;
  bottom: 0;
  left:0;
  right: 0;
  width:100%;
  height:100%;
  z-index:3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 1;
  transition: 0.25s linear 0s;
}
#slide2 > .vidwrap {
  background:transparent url("https://www.visionsafe.com/images/vim1.jpg") no-repeat 0 0;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}
#slide3 > .vidwrap {
  background:transparent url("https://www.visionsafe.com/images/vim2.jpg") no-repeat 0 0;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}
.vidwrap.hideplay {
  opacity: 0;
  transition: 0.5s linear;
}
.vidwrap > svg {
  width: 80px;
  height: 81px;
  margin-bottom: 30px;
  cursor: pointer;
  pointer-events: all;
}
.vidwrap > svg > ellipse, .vidwrap > svg g, .vidwrap > svg path {
  pointer-events: none;
}
.vidtitle {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  color: #000000;
  text-align: center;
  height: 83px;
  border-bottom: 3px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 299px;
  background: transparent;
  backdrop-filter: blur(7.991769790649414px);
  --webkit-backdrop-filter: blur(7.991769790649414px);
  background-color: rgba(255, 255, 255, 0.22);
}
.hero-award-banner {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 4;
  display: flex;
  width: calc(100% - 96px);
  max-width: 810px;
  transform: translateX(-50%);
  border-radius: 21px;
  background: rgba(10, 10, 21, 0.7);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(1px);
}
.hero-award-banner.is-hidden {
  display: none;
}
.hero-award-banner__content {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  padding: 42px 40px 42px 48px;
}
.hero-award-banner__text {
  margin: 0;
  /*max-width: 430px;*/
  font-family: 'Lato', sans-serif;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
}
.hero-award-banner__text strong {
  font-weight: 900;
}
.hero-award-banner__cta {
  display: inline-flex;
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 56px;
  max-width: 318px;
  max-height: 111px;
  padding: 14px 28px;
  border-radius: 7px;
  background: #BE9B72;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  color: #000000;
}
.hero-award-banner__cta:hover,
.hero-award-banner__cta:focus {
  color: #181818;
  text-decoration: none;
  background: #d5ad76;
}
.hero-award-banner__close {
  position: absolute;
  top: 0;
  right: 12px;
  border: 0;
  background: transparent;
  font-family: 'Lato', sans-serif;
  font-size: 42px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
div#preload {
  display: none;
}
@media (min-width: 25rem) {
  .fadeslider {
    height: 340px;
  }
  .vidtitle {
    font-size: 42px;
    max-width: 399px;
  }
  .slider_slide:first-child video {
    height: 340px;
  }
}

@media (min-width: 40rem) {
  .slider_nav {
    width: 120px;
  }
}
@media (min-width: 45rem) {
  .slider_nav {
    width: 193px;
  }
  #morevids {
    font-size: 18px;
  }
}
@media (min-width: 64rem) {
  .fadeslider {
    height: 640px;
  }
  .slider_slide:first-child video {
    height: 640px;
  }
}
@media (min-width: 76.75rem) {
  .fadeslider {
    height: 700px;
  }
  .slider_slide:first-child video {
    height: 700px;
  }
}
@media (min-width: 93.75rem) {
  .fadeslider, .slider_slide:first-child video {
    max-width: 1500px;
  }
}
@media (max-width: 39rem) {
  .hero-award-banner {
    max-width: 70%;
  }
  .hero-award-banner__text {
    font-size: 14px;
  }
  .hero-award-banner__content {
    font-size: 14px;
    padding: 20px 24px 18px;
  }
} 