:root{--color--white: 255 255 255;--color--gray: 157 165 177;--color--dark: 11 31 59;--color--black: 0 0 0;--color--faded--white: 224 226 228;--color--medium-blue: 79 93 113;--color--green: 116 178 137;--color--light-blue: 206 217 239;--color--light: 238 238 238}.hero{padding-top:clamp(5.625rem,calc(5.625rem + 11.1882046834 * (100vw - 767px) / 100),13.6875rem);display:flex;flex-direction:column;gap:clamp(1.5625rem,calc(1.5625rem + 8.5862966175 * (100vw - 767px) / 100),7.75rem)}.hero__info{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1.25rem}.hero__title{max-width:40.625rem;width:100%}@media(max-width:1023px){.hero__title{line-height:1.06;max-width:90%}}.hero__title div div{padding-bottom:.375rem;margin-bottom:-.25rem}.hero__subtitle{font-size:var(--wp--preset--font-size--18-16);opacity:.7;line-height:1.25}@media(min-width:1024px){.hero__subtitle{line-height:1.22;max-width:16.125rem;text-align:right;margin-top:.625rem}}.hero__media{min-height:clamp(25.625rem,calc(25.625rem + 48.395490026 * (100vw - 767px) / 100),60.5rem);position:relative;overflow:hidden;transform:translateZ(0);will-change:transform}.hero__media:before{content:"";position:absolute;background:linear-gradient(0deg,rgb(var(--color--black)/.25),rgb(var(--color--black)/.25));width:100%;height:100%;z-index:1}.hero__media-item{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero__scroll-btn{position:absolute;z-index:2;left:50%;top:70%;transform:translate(-50%,-50%);animation:btn-lift 1.5s linear infinite;transition:transform .3s ease,margin-top .3s ease}@media(min-width:1024px){.hero__scroll-btn{transform:translate(-50%,-50%);top:50%}}.hero__scroll-btn .icon-left,.hero__scroll-btn .icon-right{stroke-dasharray:75;stroke-dashoffset:75;animation:split-expand 1.5s linear infinite;animation-delay:0s}.hero__scroll-btn .icon-circle{transform-origin:center;animation:circle-down 1.5s linear infinite}@keyframes split-expand{0%{stroke-dashoffset:75}to{stroke-dashoffset:0}}@keyframes btn-lift{0%{margin-top:0}to{margin-top:5px}}@keyframes circle-down{0%{transform:translateY(0);r:1.66667;opacity:1}30%{r:1.66667;opacity:1}to{transform:translateY(15px);opacity:0;r:0}}
