@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap);
@font-face {
  font-family: "Futura LT Pro";
  font-style: light;
  font-weight: 200;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: bold;
  font-weight: 600;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Heavy.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: light;
  font-weight: 200;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: bold;
  font-weight: 600;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Heavy.ttf") format("truetype");
}
.video-button-container .video-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.015rem;
  height: 4rem;
  padding: 0rem 1.5rem 0rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background: var(--btnBackgroundColor);
  border: none;
  position: relative;
}
.video-button-container .video-button:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  z-index: 0;
}
.video-button-container .video-button:hover span,
.video-button-container .video-button:hover .lucide {
  position: relative;
  z-index: 1;
}
.video-button-container .lucide {
  width: 1.5rem;
  height: 1.5rem;
  stroke: #fff;
}

.pd-video-modal-wrapper .modal-dialog {
  margin: 50% 0;
}
@media (min-width: 992px) {
  .pd-video-modal-wrapper .modal-dialog {
    max-width: 70%;
    margin: 6.25rem auto;
  }
}
.pd-video-modal-wrapper .modal-content {
  background-color: transparent;
  border: none;
  height: 35%;
}
@media (min-width: 992px) {
  .pd-video-modal-wrapper .modal-content {
    height: 65%;
  }
}
.pd-video-modal-wrapper .modal-header {
  border: none;
}
.pd-video-modal-wrapper .lucide-x {
  stroke-width: 1.25;
  stroke: #fff;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .pd-video-modal-wrapper .lucide-x {
    margin-right: 0;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
