.venue-hero{background:var(--vh-fallback-bg);border-radius:var(--vh-section-radius);isolation:isolate;min-height:var(--vh-min-height);overflow:hidden;position:relative;width:100%}.venue-hero--full-width{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw}.venue-hero *,.venue-hero :after,.venue-hero :before{box-sizing:border-box}.venue-hero__background,.venue-hero__overlay{inset:0;position:absolute}.venue-hero__background{background-color:var(--vh-fallback-bg);background-image:var(--vh-background-image);background-position:var(--vh-background-position);background-repeat:no-repeat;background-size:cover;z-index:-2}.venue-hero__overlay{background:linear-gradient(var(--vh-overlay-angle),var(--vh-overlay-start),var(--vh-overlay-end));z-index:-1}.venue-hero__container{align-items:var(--vh-vertical-align);display:flex;margin:0 auto;max-width:1080px;min-height:var(--vh-min-height);padding:var(--vh-top-padding) 20px var(--vh-bottom-padding);width:100%}.venue-hero__container--left{justify-content:flex-start;text-align:left}.venue-hero__container--center{justify-content:center;text-align:center}.venue-hero__container--right{justify-content:flex-end;text-align:right}.venue-hero__content{position:relative;width:min(100%,var(--vh-content-width));z-index:2}.venue-hero__container--center .venue-hero__content{margin-inline:auto}.venue-hero__container--right .venue-hero__content{margin-left:auto}.venue-hero__logo-wrap{margin-bottom:26px}.venue-hero__container--center .venue-hero__logo-wrap{display:flex;justify-content:center}.venue-hero__container--right .venue-hero__logo-wrap{display:flex;justify-content:flex-end}.venue-hero__logo{display:block;filter:drop-shadow(0 8px 20px rgba(0,0,0,.18));max-height:150px;max-width:min(100%,var(--vh-logo-width));object-fit:contain;width:auto}.venue-hero__title{color:var(--vh-name-color,#fff)!important;font-size:clamp(30px,4.5vw,var(--vh-name-size));font-weight:700;line-height:1.08;margin:0;text-shadow:0 5px 24px rgba(0,0,0,.28);text-wrap:balance}.venue-hero__address{align-items:center;color:var(--vh-address-color,#fff)!important;display:flex;gap:16px;margin-top:28px}.venue-hero__container--center .venue-hero__address{justify-content:center}.venue-hero__container--right .venue-hero__address{justify-content:flex-end}.venue-hero__address-icon{flex:0 0 var(--vh-icon-size);height:var(--vh-icon-size);width:var(--vh-icon-size)}.venue-hero__address-icon img,.venue-hero__address-icon svg{display:block;height:100%;object-fit:contain;width:100%}.venue-hero__address-icon svg{fill:currentColor}.venue-hero__address-text{font-size:clamp(16px,2vw,var(--vh-address-size));font-weight:700;line-height:1.3;max-width:620px;text-shadow:0 4px 18px rgba(0,0,0,.24);text-transform:uppercase}.venue-hero__description{color:var(--vh-description-color,hsla(0,0%,100%,.92))!important;font-size:17px;line-height:1.55;margin-top:24px}.venue-hero__description,.venue-hero__description li,.venue-hero__description p,.venue-hero__description span{color:inherit!important}.venue-hero__description>:first-child{margin-top:0}.venue-hero__description>:last-child{margin-bottom:0}.venue-hero__buttons{display:flex!important;flex-wrap:wrap;gap:12px;margin-top:32px;opacity:1!important;position:relative;visibility:visible!important;width:100%;z-index:5}.venue-hero__container--center .venue-hero__buttons{justify-content:center}.venue-hero__container--right .venue-hero__buttons{justify-content:flex-end}.venue-hero__button{align-items:center;backdrop-filter:blur(8px);background:var(--vh-button-bg,hsla(0,0%,100%,.12))!important;border:1px solid var(--vh-button-border,hsla(0,0%,100%,.9))!important;border-radius:var(--vh-button-radius);box-shadow:var(--vh-button-shadow);color:var(--vh-button-text,#fff)!important;display:inline-flex!important;font-size:15px;font-weight:700;justify-content:center;line-height:1.2;min-height:44px;min-width:130px;opacity:1!important;padding:11px 20px;text-align:center;text-decoration:none!important;transition:transform .22s ease,background-color .22s ease,color .22s ease;visibility:visible!important}a.venue-hero__button:hover{background:var(--vh-button-hover-bg,#fff)!important;color:var(--vh-button-hover-text,#67259f)!important;transform:translateY(-3px)}.venue-hero__button--placeholder{cursor:default}@media (max-width:700px){.venue-hero{min-height:auto}.venue-hero__container{min-height:auto;padding:56px 16px}.venue-hero__content{width:100%}.venue-hero__title{font-size:clamp(30px,9vw,44px)}.venue-hero__address{align-items:flex-start;gap:13px;margin-top:24px}.venue-hero__address-icon{flex-basis:42px;height:42px;width:42px}.venue-hero__address-text{font-size:17px}.venue-hero__buttons{gap:10px;margin-top:28px}.venue-hero__button{width:100%}}