.reveal-hero{position:relative;width:100%;height:147.625vw;overflow:hidden;display:flex;align-items:var(--hero-align-items-mobile,var(--hero-align-items,center));justify-content:center;padding-left:clamp(var(--container-padding-min), var(--container-padding-fluid), var(--container-padding-max));padding-right:clamp(var(--container-padding-min), var(--container-padding-fluid), var(--container-padding-max))}@media (min-width:768px){.reveal-hero{align-items:var(--hero-align-items,center)}}@media (min-width:768px){.reveal-hero{height:52.4vw}}@media (max-width:767px){.reveal-hero{min-height:400px}}@media (min-width:768px){.reveal-hero{min-height:500px}}@media (min-width:1024px){.reveal-hero{min-height:600px}}.reveal-hero__background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-size:var(--full-width,100vw) auto;background-position:center center;background-repeat:no-repeat;z-index:1;background-image:var(--bg-mobile,var(--bg-desktop));opacity:0;transition:opacity 0.3s ease}.reveal-hero.backgrounds-loaded .reveal-hero__background{opacity:var(--reveal-background-opacity,.32)}@media (min-width:768px){.reveal-hero__background{background-image:var(--bg-desktop)}}.reveal-hero__revealed-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-size:var(--full-width,100vw) auto;background-position:center center;background-repeat:no-repeat;z-index:3;margin:auto;inset:0;border-radius:0;background-image:var(--bg-revealed-mobile,var(--bg-revealed-desktop))}.reveal-hero--shared-video-background.reveal-hero.backgrounds-loaded .reveal-hero__background{opacity:1}.reveal-hero--shared-video-background .reveal-hero__revealed-background{overflow:visible;background-color:#fff0;background-image:none}.reveal-hero--shared-video-background .reveal-hero__revealed-background::before{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:0 0 0 100vmax rgba(255,255,255,var(--reveal-shared-video-dim-opacity,.68));pointer-events:none}.reveal-hero__media{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;pointer-events:none}.reveal-hero__revealed-background .reveal-hero__media{inset:auto;top:50%;left:50%;width:var(--reveal-media-width,100%);height:var(--reveal-media-height,100%);max-width:none;max-height:none;transform:translate(-50%,-50%)}.reveal-hero__media--video{border:0}@media (min-width:768px){.reveal-hero__revealed-background{background-image:var(--bg-revealed-desktop)}}@media (min-width:768px) and (max-width:1200px){.reveal-hero__background,.reveal-hero__revealed-background{background-size:var(--full-width,100vw) 100%}}.reveal-hero__edge-mountain,.reveal-hero__right-mountain{position:absolute;inset:0;margin:auto;overflow:hidden;border-radius:0;pointer-events:none}.reveal-hero__background,.reveal-hero__edge-mountain{-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 var(--reveal-opacity-mask-solid,72%),transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 var(--reveal-opacity-mask-solid,72%),transparent 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.reveal-hero__edge-mountain{z-index:2;opacity:0;transition:opacity 0.3s ease}.reveal-hero.backgrounds-loaded .reveal-hero__edge-mountain{opacity:var(--reveal-edge-mountain-opacity,.32)}.reveal-hero__right-mountain{z-index:6;opacity:1;will-change:width,height,border-radius}.reveal-hero__edge-mountain img,.reveal-hero__right-mountain img{position:absolute;bottom:0;left:50%;display:block;width:var(--full-width,100vw);max-width:none;height:auto;transform:translateX(-50%)}@media (max-width:767px){.reveal-hero.backgrounds-loaded .reveal-hero__background{opacity:var(--reveal-background-opacity-mobile,var(--reveal-background-opacity,.28))}.reveal-hero--shared-video-background.reveal-hero.backgrounds-loaded .reveal-hero__background{opacity:1}.reveal-hero--shared-video-background .reveal-hero__revealed-background::before{box-shadow:0 0 0 100vmax rgba(255,255,255,var(--reveal-shared-video-dim-opacity-mobile,var(--reveal-shared-video-dim-opacity,.72)))}.reveal-hero.backgrounds-loaded .reveal-hero__edge-mountain{opacity:var(--reveal-edge-mountain-opacity-mobile,.28)}}.reveal-hero__content{position:relative;z-index:4;text-align:var(--content-text-align-mobile,var(--content-text-align,center));padding:var(--content-padding-mobile,var(--content-padding,0 8vw));max-width:var(--content-max-width,calc(1300px + 8vw));width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:var(--content-align-items-mobile,var(--content-align-items,center));gap:60px;transform:translateY(var(--reveal-content-offset-y,0));will-change:transform;transition:transform 0.1s ease-out}.reveal-hero__blend-content{position:absolute;top:0;bottom:0;left:50%;z-index:5;width:100%;max-width:var(--content-max-width,calc(1300px + 8vw));padding:var(--content-padding-mobile,var(--content-padding,0 8vw));display:flex;flex-direction:column;justify-content:var(--hero-align-items-mobile,var(--hero-align-items,center));align-items:var(--content-align-items-mobile,var(--content-align-items,center));text-align:var(--content-text-align-mobile,var(--content-text-align,center));pointer-events:none;opacity:1;transform:translateX(-50%) translateY(var(--reveal-content-offset-y,0));mix-blend-mode:overlay}.reveal-hero__blend-content .reveal-hero__title{margin-bottom:0}@media (min-width:768px){.reveal-hero__content{text-align:var(--content-text-align,center);padding:var(--content-padding,0 8vw);align-items:var(--content-align-items,center)}.reveal-hero__blend-content{justify-content:var(--hero-align-items,center);align-items:var(--content-align-items,center);text-align:var(--content-text-align,center);padding:var(--content-padding,0 8vw)}}.reveal-hero__text{width:100%}.reveal-hero__title{margin:0 0 24px 0;display:flex;flex-direction:column}@media (min-width:768px){.reveal-hero__title{margin-left:-4px}}.reveal-hero__title--legacy .reveal-hero__title-1,.reveal-hero__title--legacy .reveal-hero__title-2{line-height:6.2rem;letter-spacing:-.04em}@media (min-width:1000px) and (max-width:1400px){.reveal-hero__title--legacy{font-size:4rem;line-height:5rem}}@media (min-width:768px) and (max-width:1000px){.reveal-hero__title--legacy{font-size:3rem;line-height:4rem}}.reveal-hero__title-1,.reveal-hero__title-2{display:block}.reveal-hero__title--cinematic-default,.reveal-hero__title--cinematic-center-monument,.reveal-hero__title--cinematic-left-stacked{gap:var(--reveal-title-gap);margin-bottom:0;width:100%;position:relative;box-sizing:border-box;font-family:var(--font-sans);align-items:var(--reveal-title-flex-align);text-align:var(--reveal-title-align);text-transform:uppercase;padding-inline:clamp(32px, 3vw, 72px)}.reveal-hero__title-layer{display:flex;flex-direction:column;gap:var(--reveal-title-gap);width:100%;align-items:var(--reveal-title-flex-align);text-align:var(--reveal-title-align)}.reveal-hero__title-layer--base{position:relative;z-index:1}.reveal-hero__title-layer--base .reveal-hero__title-1{opacity:var(--reveal-title-kicker-base-opacity,1)}.reveal-hero__title-layer--base .reveal-hero__title-2{opacity:var(--reveal-title-main-base-opacity,0)}.reveal-hero__title--cinematic-default .reveal-hero__title-1,.reveal-hero__title--cinematic-default .reveal-hero__title-2,.reveal-hero__title--cinematic-center-monument .reveal-hero__title-1,.reveal-hero__title--cinematic-center-monument .reveal-hero__title-2,.reveal-hero__title--cinematic-left-stacked .reveal-hero__title-1,.reveal-hero__title--cinematic-left-stacked .reveal-hero__title-2{display:block;width:100%;background-clip:text;-webkit-background-clip:text;text-wrap:balance}.reveal-hero__title--cinematic-default .reveal-hero__title-1,.reveal-hero__title--cinematic-center-monument .reveal-hero__title-1,.reveal-hero__title--cinematic-left-stacked .reveal-hero__title-1{color:var(--reveal-title-kicker-text-fill,transparent);background-image:var(--reveal-title-kicker-gradient);-webkit-text-fill-color:var(--reveal-title-kicker-text-fill,transparent);font-size:var(--reveal-title-kicker-font-size);font-weight:var(--reveal-title-kicker-font-weight);line-height:var(--reveal-title-kicker-line-height);letter-spacing:var(--reveal-title-kicker-letter-spacing);text-shadow:0 2px 18px rgb(0 0 0 / .28),0 0 30px rgb(255 255 255 / .16)}.reveal-hero__title--cinematic-default .reveal-hero__title-2,.reveal-hero__title--cinematic-center-monument .reveal-hero__title-2,.reveal-hero__title--cinematic-left-stacked .reveal-hero__title-2{color:#fff0;-webkit-text-fill-color:#fff0;font-size:var(--reveal-title-main-font-size);font-weight:var(--reveal-title-main-font-weight);line-height:var(--reveal-title-main-line-height);letter-spacing:var(--reveal-title-main-letter-spacing);text-shadow:0 5px 24px rgb(0 0 0 / .22)}.reveal-hero__blend-content .reveal-hero__title--cinematic-default .reveal-hero__title-1,.reveal-hero__blend-content .reveal-hero__title--cinematic-default .reveal-hero__title-2,.reveal-hero__blend-content .reveal-hero__title--cinematic-center-monument .reveal-hero__title-1,.reveal-hero__blend-content .reveal-hero__title--cinematic-center-monument .reveal-hero__title-2,.reveal-hero__blend-content .reveal-hero__title--cinematic-left-stacked .reveal-hero__title-1,.reveal-hero__blend-content .reveal-hero__title--cinematic-left-stacked .reveal-hero__title-2{color:rgb(255 255 255 / .86)!important;background-image:none!important;background-clip:border-box!important;-webkit-background-clip:border-box!important;-webkit-text-fill-color:rgb(255 255 255 / .86)!important;text-shadow:none}.reveal-hero__blend-content .reveal-hero__title-1{visibility:hidden}.reveal-hero__blend-content .reveal-hero__title-2{opacity:1}.reveal-hero__title--cinematic-default .reveal-hero__title-2 br,.reveal-hero__title--cinematic-center-monument .reveal-hero__title-2 br,.reveal-hero__title--cinematic-left-stacked .reveal-hero__title-2 br{display:block}.reveal-hero__subtitle{margin:0;color:#fff;text-shadow:0 0 80px rgb(0 0 0 / .8),2px 2px 4px rgb(0 0 0 / .6),4px 4px 80px rgb(0 0 0 / .4)}@media (min-width:768px){.reveal-hero__subtitle{font-size:1.3125rem}}.reveal-hero__button .custom-button--primary:hover{box-shadow:0 0 30px 0 #bd0101}@media (max-width:768px){.reveal-hero__content{gap:20px}.reveal-hero__title--cinematic-default,.reveal-hero__title--cinematic-center-monument,.reveal-hero__title--cinematic-left-stacked{padding-inline:clamp(24px, 6vw, 48px)}.reveal-hero__title--cinematic-default .reveal-hero__title-1,.reveal-hero__title--cinematic-center-monument .reveal-hero__title-1,.reveal-hero__title--cinematic-left-stacked .reveal-hero__title-1{font-size:var(--reveal-title-kicker-font-size-mobile,var(--reveal-title-kicker-font-size));white-space:nowrap;text-wrap:nowrap}.reveal-hero__title--cinematic-default .reveal-hero__title-2,.reveal-hero__title--cinematic-center-monument .reveal-hero__title-2,.reveal-hero__title--cinematic-left-stacked .reveal-hero__title-2{font-size:var(--reveal-title-main-font-size-mobile,var(--reveal-title-main-font-size))}.reveal-hero__title--cinematic-default .reveal-hero__title-1 br,.reveal-hero__title--cinematic-center-monument .reveal-hero__title-1 br,.reveal-hero__title--cinematic-left-stacked .reveal-hero__title-1 br{display:none}.reveal-hero__title--legacy .reveal-hero__title-1,.reveal-hero__title--legacy .reveal-hero__title-2{gap:5px;font-size:2.75rem;line-height:2.75rem}.reveal-hero__subtitle{font-size:1.125rem;line-height:2rem}.reveal-hero__reveal-window{width:90%;height:85%}}.block-editor-block-list__block .reveal-hero{min-height:400px}.block-editor-block-list__block .reveal-hero__background,.editor-styles-wrapper .reveal-hero__background,body.block-editor-page .reveal-hero__background{opacity:var(--reveal-background-opacity,.32)}.block-editor-block-list__block .reveal-hero--shared-video-background .reveal-hero__background,.editor-styles-wrapper .reveal-hero--shared-video-background .reveal-hero__background,body.block-editor-page .reveal-hero--shared-video-background .reveal-hero__background{opacity:1}.block-editor-block-list__block .reveal-hero__right-mountain,.editor-styles-wrapper .reveal-hero__right-mountain,body.block-editor-page .reveal-hero__right-mountain{opacity:1;transform:none;transition:none}.reveal-hero.is-revealed .reveal-hero__revealed-background{width:100%;height:100%}