/** Shopify CDN: Minification failed

Line 97:5 Expected "}" to go with "{"

**/
 .video-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.video-popup-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    border-radius: 10px;
}

.video-popup-content video {
    width: 100%;
    border-radius: 10px;
    display: block;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: #b21120;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 200;
    line-height: 0;
    border: 1px solid #b21120;
    padding: 1px 0 0 2px;
}
@media (min-width:768px) and (max-width:1024px){
  .Hero_banner_cta {
    margin-top: 20px;
}
    a.button {
    text-align: center;
      line-height: 1.2;
} 
      .Home_Banner_heading .cust_hd {
        margin: 20px 0 20px;
    }
  .Hero_banenr_content .desc {
     text-align: left;
        line-height: 1.4;
    }
}
  @media (max-width:768px){
    #video_popup .secondary_btn_text {
    padding-right: 4px;
    padding-top: 12px;
    padding-left: 10px;
}

#video_popup .secondary_btn_icon_img {
    top: -3px;
    position: relative;
}
  }
@media (min-width:1024px) and (max-width:1650px){
  .Home_Banner_heading .cust_hd {
        font-size: 36px;
            line-height: 1.3;
    }
  .Home_Banner_heading .cust_hd {
    margin: 20px 0 10px;
  }
  .Hero_banner_cta {
    margin-top: 20px;
}
  a.button {
    padding: 10px 65px !important;
    text-align: center;
}  
      .Hero_banenr_content .desc {
        text-align: left;
        line-height: 1.2;
    }