/* ################################################################################################################################################ */
/* DEBUG: seraph-accel CSS src="inline:https://houstonsymphony.org:443/gift-certificates-and-vouchers/:4067" */

@media (max-width:1024px){.hs-voucher-container{grid-template-columns:1fr;gap:60px}.hs-voucher-right-section{height:500px}.hs-voucher-image-container{width:100%;max-width:500px;left:50%;right:auto;transform:translateX(-50%) translateY(100%)}}.hs-certificate-main{min-height:75vh;display:flex;align-items:center;justify-content:center;padding:40px}.hs-certificate-container{max-width:1400px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hs-certificate-left-section{position:relative;height:600px;perspective:1000px}.hs-certificate-right-section{padding:40px 0}.hs-certificate-section-label{font-size:14px;color:#999;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.hs-certificate-title{font-size:48px;font-weight:600;color:#333;margin-bottom:40px}.hs-certificate-services-list{list-style:none}.hs-certificate-service-item{font-size:20px;padding:20px 30px;margin-bottom:20px;color:white;cursor:pointer;transition:all .3s ease;background:0 0;border-radius:8px;position:relative}.hs-certificate-service-item:hover{color:#333;transform:translateX(10px)}.hs-certificate-service-item.hs-certificate-active{color:#333;background-color:#fee529}.hs-certificate-image-container{position:absolute;width:500px;height:500px;top:50%;left:0;transform:translateY(-50%) scale(0);opacity:0;transition:all .6s cubic-bezier(.4,0,.2,1)}.hs-certificate-image-container.hs-certificate-active{opacity:1}.hs-certificate-image-card{width:100%;height:100%;border-radius:16px;overflow:hidden;position:relative}.hs-certificate-image-card img{width:100%;height:100%;object-fit:cover}