@charset "UTF-8";
:root {
  --wp--preset--color---primary: $primary;
  --wp--preset--color---secondary: $secondary;
  --wp--preset--color---white: $white;
  --wp--preset--color---black: $black;
  --wp--preset--color---black-pure: $black-pure;
  --font-default: 'Brother 1816', calibri, sans-serif;
  --font-alt: 'Brother 1816 Printed', calibri, sans-serif;
  --font-size-default: 18px;
  --font-weight-default: 300;
  --line-height-default: 1.333;
}

body {
  --wp--preset--font-size--medium: 18px;
}

/**  end vars */
.hero-video-wrapper.shell {
  padding-block: 0;
}
@media (max-width: 1024px) {
  .hero-video-wrapper.shell {
    padding-inline: 0 !important;
  }
}

.wp-block-acf-hero-video {
  display: flex;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s linear;
  /* ✅ Always keep 1280x720 ratio (16:9) */
  width: 100%;
  aspect-ratio: 16/9;
  /* Optional guards so it doesn't get ridiculous on extreme screens */
  max-height: 100vh;
  /* If you had fixed heights before, remove/avoid them:
   height/min-height rules fight aspect-ratio. */
}
.wp-block-acf-hero-video.video-tag-wrapper, .wp-block-acf-hero-video.vimeo-wrapper {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
  overflow: hidden !important;
  position: relative;
}
.wp-block-acf-hero-video {
  /* HTML5 <video> */
}
.wp-block-acf-hero-video.video-tag-wrapper video {
  background-color: var(--wp--preset--color---primary);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transition: opacity 1s ease-in-out;
}
.wp-block-acf-hero-video {
  /* Vimeo iframe */
}
.wp-block-acf-hero-video.vimeo-wrapper iframe {
  background-color: var(--wp--preset--color---primary);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 0;
}
.wp-block-acf-hero-video .hero-video__gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: clamp(336px, 35vh, 400px);
  z-index: 202;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(20, 52, 65, 0) 22.47%, rgba(20, 52, 65, 0.6) 81.55%);
}
@media (max-width: 1024px) {
  .wp-block-acf-hero-video .hero-video__gradient {
    height: clamp(200px, 40vh, 350px);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wp-block-acf-hero-video .hero-video__gradient {
    height: clamp(180px, 35vh, 260px);
  }
}
.wp-block-acf-hero-video .hero-video__content-wrapper {
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1024px;
  width: 100%;
  position: absolute;
  z-index: 204;
  padding: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wp-block-acf-hero-video .hero-video__content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-content: center;
    align-items: center;
    height: auto;
  }
}
.wp-block-acf-hero-video .hero-video__content-wrapper .app__block-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: self-end;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wp-block-acf-hero-video .hero-video__content-wrapper .app__block-inner {
    font-size: 14px;
    line-height: 1.4286;
    padding: 0;
    max-width: 96%;
  }
}
.wp-block-acf-hero-video .hero-video__content-wrapper .app__block-inner .app__block-content {
  color: #FEFFFE;
  background-color: transparent;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wp-block-acf-hero-video .hero-video__content-wrapper .app__block-inner .app__block-content {
    padding-bottom: 0rem;
  }
}
.wp-block-acf-hero-video .hero-video__content-wrapper .app__block-inner .app__block-content h1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
  color: #FEFFFE;
}
@media (max-width: 1024px) {
  .wp-block-acf-hero-video .hero-video__content-wrapper .app__block-inner .app__block-content h1 {
    font-size: 2rem;
  }
}
.wp-block-acf-hero-video .hero-video__content-wrapper .app__block-inner .app__block-content p {
  font-size: 18px;
  line-height: 23.4px;
  margin: 0 auto;
  max-width: 700px;
  color: #FEFFFE;
}
.wp-block-acf-hero-video .hero-video__content-wrapper .app__block-inner .app__block-content .btn {
  text-shadow: none;
}
.wp-block-acf-hero-video .hero-video__content-wrapper .app__block-inner .app__block-content .btn.style2 {
  background-color: transparent;
  color: var(--wp--preset--color--white);
  border: 0px solid var(--wp--preset--color--primary);
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
}
.wp-block-acf-hero-video .hero-video__content-wrapper .app__block-inner .app__block-content .btn.style2:hover {
  color: var(--wp--preset--color--white);
  border: 0px solid var(--wp--preset--color--white);
}
.wp-block-acf-hero-video .btn-container:not(:only-of-type) {
  margin: 0 9px;
}
@media (max-width: 1024px) {
  .wp-block-acf-hero-video .btn-container:not(:only-of-type) {
    margin: 3px;
  }
}
.wp-block-acf-hero-video.overlay_image .overlay_image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: end;
}
@media (max-width: 1024px) {
  .wp-block-acf-hero-video.overlay_image .overlay_image {
    right: -100px;
  }
}
.wp-block-acf-hero-video.overlay_image .overlay_image img,
.wp-block-acf-hero-video.overlay_image .overlay_image picture img {
  position: absolute;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-acf-hero-video.overlay_image .overlayside {
  z-index: 199;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wp-block-acf-hero-video.overlay_image .overlayside::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#262529+0,262529+30,262529+100&0.6+0,0.3+30,0.1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(38, 37, 41) 0%, rgba(38, 37, 41, 0.3) 30%, rgba(38, 37, 41, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99262529', endColorstr='#1a262529', GradientType=0);
  /* IE6-9 */
  content: " ";
}
.wp-block-acf-hero-video .overlay_image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 203;
}
@media (max-width: 1024px) {
  .wp-block-acf-hero-video .overlay_image {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .wp-block-acf-hero-video .overlay_image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wp-block-acf-hero-video .overlay_image {
    display: none;
  }
}
.wp-block-acf-hero-video .overlay_image-mobile {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 203;
  display: none;
}
@media (max-width: 1024px) {
  .wp-block-acf-hero-video .overlay_image-mobile {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .wp-block-acf-hero-video .overlay_image-mobile img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wp-block-acf-hero-video .overlay_image-mobile {
    display: block;
  }
}

/*  app-block-hero--center  */
.app-block-hero--center .app__block-inner {
  justify-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .app-block-hero--center .app__block-inner {
    max-width: 100%;
    padding: 145px 0 75px;
  }
}

.wp-block-acf-hero-video iframe.loaded {
  opacity: 1;
}
