/******* Video *****/

.video-player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-player .image-wrapper,
.video-player .play {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-player .image-wrapper,
.video-player .image {
  width: 100%;
}
.video-player .preview,
.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-player [data-hidden=true] {
  display: none;
}



/******* Video *****/




.brochure-popup__form form .hs-form-field { text-align: left; margin: 0px; margin-bottom: 20px; }
.brochure-popup__form form .hs-form-field input { font-family: "Roboto","Arial",sans-serif; padding: 10px !important; border: 1px solid rgb(69 69 69); background-color: #fff; opacity: 0.43; }
.brochure-popup__form form .hs-form-field>label { font-family: "Roboto","Arial",sans-serif; font-size: 16px; color: rgb(108, 108, 108); font-weight: 500; }

.brochure-popup__form form input.hs-button.primary.large { font-family: "Roboto","Arial",sans-serif; }
.brochure-popup__content p { font-family: Montserrat, sans-serif; }
.brochure-popup__content { padding-bottom: 10px; }




.popup .popup__content .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 8px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 31%);
}

.popup {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999999;
    overflow: scroll;
}

.hide-sec {
    display: none;
}

.popup .popup__content {
    width: 50%;
    max-width: 500px;
    padding: 50px;
    background: white;
    color: black;
    position: relative;
    top: 40px;
    left: 50%;
    transform: translate(-50%,0%);
    box-sizing: border-box;
}



@media (max-width: 767px){
  .popup .popup__content { width: 95%; padding: 30px; }
  .brochure-popup__form form input.hs-button.primary.large { font-family: "Roboto","Arial",sans-serif; padding: 9px 20px !important; }
}






