.hero{min-height:100vh;overflow:hidden;isolation:isolate}.hero,.hero>*{position:relative}.hero>*{z-index:1}.hero__background{position:absolute;inset:0;z-index:-2;width:100%;height:100%;background-image:var(--hero-background-image);background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.hero__overlay{inset:0;z-index:-1;background:var(--hero-background-overlay);box-shadow:inset 0 0 0 1000px rgba(0,0,0,.3)}.hero__black-shadow,.hero__overlay{position:absolute;pointer-events:none}.hero__black-shadow{bottom:0;left:0;width:100%;height:20vh;background:linear-gradient(180deg,rgba(17,17,17,0),rgba(17,17,17,.45));z-index:0}.HeroContent-holder--left{display:flex;flex-direction:column;min-height:inherit;justify-content:flex-end}.HeroContent-box--left{width:85%;align-self:flex-end}.HeroContent-holder--right{display:flex;flex-direction:column;min-height:inherit;justify-content:flex-end}.HeroContent-box--right{position:relative;display:flex;justify-content:flex-end;width:85%;p{margin-left:auto}}.hero__left__logo{position:absolute;top:2%;left:2%;z-index:10;transition:all .3s ease;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.hero__left__logo:hover{transform:scale(1.05);filter:drop-shadow(0 6px 12px rgba(0,0,0,.4))}@media (max-width:768px){.hero__background{background-image:var(--hero-background-image-mobile,var(--hero-background-image))}.hero__left__logo{display:none}.HeroContent-box--left,.HeroContent-box--right{align-self:flex-start;padding-left:32px}}@media (max-width:425px){.HeroContent-box--left h1{font-size:64px;line-height:64px}}.footer{width:100%;background:#252324}.footer__grid{display:grid;width:100%;height:100%;grid-template-columns:20% 40% 40%}.footer__copyright{display:flex;justify-content:center;background:inherit;padding:32px 0 16px;font-size:20px}.footer__item{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.footer__brand-switcher{gap:32px;width:100%;margin:36px auto 0}.footer__brand-card,.footer__brand-switcher{display:flex;align-items:center;justify-content:center}.footer__brand-card{width:220px;color:#ffffff;opacity:.78;transition:opacity .2s ease,transform .2s ease}.footer__brand-card:focus-visible,.footer__brand-card:hover{opacity:1;transform:translateY(-2px)}.footer__brand-logo{display:block}@media (max-width:768px){.footer{padding-left:24px;padding-right:24px;box-sizing:border-box}.footer__item-empty{display:none}.footer__grid{grid-template-columns:50% 50%}.footer__item{align-items:center}.footer__brand-switcher{gap:20px}}@media (max-width:425px){.footer__copyright{display:flex;justify-content:center;background:inherit;padding:32px 0 16px;font-size:16px}.footer__item{text-align:center}.footer__brand-card{transform:scale(.92)}.footer__brand-card:focus-visible,.footer__brand-card:hover{transform:scale(.92) translateY(-2px)}}.footer__item-list{list-style-type:none;padding:0}.footer__item-list>li{font-size:20px;padding:8px 0}.footer__item-heading{display:inline-block;position:relative;padding-bottom:8px;border-bottom:3px solid #3b607a;margin-bottom:16px}.footer__item-heading:after{content:"";width:20%;border-bottom:3px solid #252324;bottom:-3px;right:0;position:absolute}@media(max-width:768px){.footer__item-heading:after{display:none}}@media(max-width:425px){h3.footer__item-heading{font-size:24px}}.PageBody{width:100%;display:flex;justify-content:flex-end;color:black}.PageBody-box{width:85%;height:100%;background:#fff;transition:all .2s}@media (max-width:768px){.PageBody-box{width:100%}}.Heading--decorated{margin:0 0 40px;position:relative}.Heading--decorated:before{content:"";width:9%;height:5px;left:0;top:-7px;position:absolute;z-index:9;background:linear-gradient(90deg,brown 50%,white 0)}