@import url("https://fonts.googleapis.com/css2?family=Agdasima&display=swap");@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");:root{--header-height:111px}.rollingText{position:relative;overflow:clip;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rollingText,.rollingText span{height:1lh;display:block}.rollingText:after,.rollingText:before{display:block;transition:transform .4s,opacity .4s,color .4s;content:attr(data-text);width:100%;height:1lh}.rollingText:before{color:var(--text-color,#1f2626);transform:translateY(0)}.rollingText:after{color:var(--hover-color,#c73e1d);transform:translateY(1lh);opacity:0;position:absolute;top:0;left:0}.rollingText:is(:hover,:focus-within){color:transparent}.rollingText:is(:hover,:focus-within):before{transform:translateY(-1lh);opacity:1;color:transparent}.rollingText:is(:hover,:focus-within):after{transform:translateY(0);opacity:1}.btn:focus-within>.rollingText,.btn:hover>.rollingText,.community-link:focus-within>.rollingText,.community-link:hover>.rollingText,.giant-tabs__link:focus-within>.rollingText,.giant-tabs__link:hover>.rollingText,.nav-link:focus-within>.rollingText,.nav-link:hover>.rollingText,a:not(.link):focus-within>.rollingText,a:not(.link):hover>.rollingText,button:focus-within>.rollingText,button:hover>.rollingText{color:var(--text-color,#1f2626)}.btn:focus-within>.rollingText:before,.btn:hover>.rollingText:before,.community-link:focus-within>.rollingText:before,.community-link:hover>.rollingText:before,.giant-tabs__link:focus-within>.rollingText:before,.giant-tabs__link:hover>.rollingText:before,.nav-link:focus-within>.rollingText:before,.nav-link:hover>.rollingText:before,a:not(.link):focus-within>.rollingText:before,a:not(.link):hover>.rollingText:before,button:focus-within>.rollingText:before,button:hover>.rollingText:before{transform:translateY(-1lh);opacity:1;color:var(--text-color,#1f2626)}.btn:focus-within>.rollingText:after,.btn:hover>.rollingText:after,.community-link:focus-within>.rollingText:after,.community-link:hover>.rollingText:after,.giant-tabs__link:focus-within>.rollingText:after,.giant-tabs__link:hover>.rollingText:after,.nav-link:focus-within>.rollingText:after,.nav-link:hover>.rollingText:after,a:not(.link):focus-within>.rollingText:after,a:not(.link):hover>.rollingText:after,button:focus-within>.rollingText:after,button:hover>.rollingText:after{transform:translateY(0);opacity:1}.rollingText:is(:focus-within,:focus){outline:2px solid var(--light);border-radius:4px}.rollingText:is(:focus-within,:focus):after{color:var(--text-color,#1f2626)!important}.btn:focus-within .rollingText:after{color:var(--text-color,#1f2626)!important}.hero{--hero-section-height:min(calc(100vh - var(--header-height)),801px);position:relative;height:var(--hero-section-height);isolation:isolate}.hero-bg-image{position:absolute;inset:0;z-index:0}.hero-bg-image,.hero-bg-image img{width:100%;height:100%;object-fit:cover}.hero-bg-image:before{background:linear-gradient(180deg,transparent 41.02%,rgba(0,0,0,.7));z-index:1}.hero-bg-image:after,.hero-bg-image:before{content:"";position:absolute;inset:0;width:100%;height:100%}.hero-bg-image:after{box-shadow:inset 0 0 150px 250px #e4e3d9;opacity:1;transition:all 1s ease-in-out;z-index:-1}.hero-inner{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;padding:16px 20px 32px;position:relative;height:var(--hero-section-height);isolation:isolate}.hero-desktop-image-gradient{content:"";position:absolute;inset:0;width:100%;height:100%;box-shadow:inset 0 0 150px 250px #e4e3d9;opacity:1;transition:all 1s ease-in-out}.hero-desktop-image,.hero-mobile-image{position:relative}.hero-desktop-image svg,.hero-mobile-image svg{width:100%}.hero-bottom{display:flex;justify-content:space-between;width:100%}.hero-bottom-copy{margin:0;color:#f9f8f3;max-width:459px;width:100%;text-wrap:pretty}.hero-bottom-cta{display:flex;justify-content:space-between;align-items:center;gap:24px}@media (max-width:767px){.hero-bottom{flex-direction:column;gap:24px;align-items:center}.hero-bottom-copy{text-align:center}.hero-bottom-cta{flex-direction:column;gap:16px;justify-content:center;align-items:center}}