.hero{background-color:var(--color-gray-900);min-height:clamp(43.75rem,82vh,58.75rem);color:var(--color-white);display:flex;position:relative;overflow:hidden}.hero:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(80deg,#125d5a99 20%,#f9573800 60%,#0c0c0c33 100%);border-radius:0 0 1.75rem 1.75rem;position:absolute;inset:0}@media (width<=767px){.hero:after{background:linear-gradient(80deg,#125d5a99 20%,#ff8b3300 48.94%,#0c0c0c33 100%)}}.hero__background{z-index:0;object-fit:cover;border-radius:0 0 1.75rem 1.75rem;width:100%;height:100%;position:absolute;inset:0}.hero__background-video{background-color:#0000;border-radius:0 0 1.75rem 1.75rem}@media (prefers-reduced-motion:reduce){.hero__background-video{display:none}}.hero__inner{max-width:var(--wp--style--global--content-size);z-index:1;width:100%;padding:10.75rem var(--page-padding) 2.5rem;flex-direction:column;flex:1;justify-content:space-between;align-items:flex-end;gap:2.5rem;margin:0 auto;display:flex;position:relative}@media (width<=1023px){.hero__inner{padding:10.75rem var(--page-padding) 2.5rem;align-items:flex-start}}.hero__content{flex-direction:column;align-items:flex-start;gap:1.25rem;width:100%;display:flex}.hero__heading{max-width:80rem;font-family:var(--font-heading);margin:0;font-style:normal;line-height:1.15}.hero__heading-bold,.hero__heading-light{display:block}.hero__heading-bold{font-size:clamp(2.5rem,1.65816rem + 3.7415vw,5.25rem);font-weight:600}.hero__heading-light{font-size:clamp(2.5rem,1.65816rem + 3.7415vw,5.25rem);font-weight:300}@media (width>=1024px){.hero__cta{width:auto}}.hero__recent{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#e5e7eb1a;border-radius:.375rem;max-width:24.625rem;padding:.625rem;position:relative}@media (width<=767px){.hero__recent{max-width:200px}}.hero__recent-slides{display:grid}.hero__recent-slide{color:inherit;opacity:0;visibility:hidden;grid-area:1/1;align-items:flex-start;gap:1rem;text-decoration:none;transition:opacity .6s,visibility .6s;display:flex}@media (width<=767px){.hero__recent-slide{flex-direction:column;gap:1rem}}.hero__recent-slide.is-active{opacity:1;visibility:visible}.hero__recent-thumb{border-radius:.25rem;flex-shrink:0;align-items:flex-start;width:9.375rem;height:6.25rem;display:flex;position:relative;overflow:hidden}@media (width>=768px){.hero__recent-thumb{align-self:stretch;height:auto;min-height:6.25rem}}@media (width<=767px){.hero__recent-thumb{width:100%;height:5rem}}.hero__recent-thumb-media{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero__recent-thumb-icon{z-index:1;background-color:var(--color-orange);color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;margin:.625rem;padding:.5rem;display:none;position:relative}.hero__recent-body{flex-direction:column;flex:1;justify-content:space-between;align-self:stretch;gap:.625rem;min-width:0;display:flex}.hero__recent-text{font-family:var(--font-content);letter-spacing:.03em;flex-direction:column;gap:.3125rem;font-size:.75rem;display:flex}.hero__recent-label{color:var(--color-gray-200)}.hero__recent-title{color:var(--color-white);font-size:1rem}.hero__recent-progress{flex-direction:column;gap:.625rem;display:flex}.hero__recent-progress-count{color:var(--color-gray-200);font-family:var(--font-content);letter-spacing:.03em;font-size:.75rem}.hero__recent-progress-track{background-color:rgba(var(--color-white-rgb), .3);width:100%;height:1px;position:relative}.hero__recent-progress-bar{inset-block:0;background-color:var(--color-orange);width:0;position:absolute;left:0}.hero__recent-slide.is-active .hero__recent-progress-bar{animation:hero-recent-progress var(--hero-slide-duration,4s) linear forwards}@media (prefers-reduced-motion:reduce){.hero__recent-progress-bar{width:100%;animation:none}}@keyframes hero-recent-progress{0%{width:0}to{width:100%}}
