.roundall{display:block;height:calc(var(--baseline)*4);position:relative;width:calc(var(--baseline)*4)}.roundall__text{animation:spin 25s linear infinite;display:block;height:100%;position:absolute;transform-origin:center center;width:100%}.roundall__icon{color:var(--accent);height:calc(var(--baseline)*1.5);left:calc(50% - var(--baseline)*.75);position:absolute;top:calc(50% - var(--baseline)*.75);width:calc(var(--baseline)*1.5);z-index:1}.roundall__icon .icon{height:100%;width:100%}@keyframes spin{to{transform:rotate(-1turn)}}@media (prefers-reduced-motion:reduce){.roundall__text{animation:none}}@keyframes underline{0%{background-position:100% 0;background-size:100% 100%}50%{background-position:100% 0;background-size:0 100%}51%{background-position:0 0;background-size:0 100%}to{background-position:0 0;background-size:100% 100%}}.hero{align-items:stretch;display:flex;flex-direction:row-reverse;margin-bottom:var(--baseline);position:relative}.hero__roundall{bottom:calc(var(--baseline)*-2);left:calc(50% - var(--baseline)*2);position:absolute!important}.hero__cell{flex:0 1 100%;height:75vw;max-height:40vh;position:relative;width:100%}.hero__cell .hero__image{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero__cell:nth-child(2){flex:0 0 calc(41.66667 - var(--baseline));margin-right:var(--baseline);margin-top:10vh}.hero--compact .hero__cell{height:50vw}.hero--single{margin-bottom:calc(var(--baseline)*3);margin-top:var(--header-height)}.hero--single .hero__cell{aspect-ratio:4/3;max-height:75vh}@media (min-width:1024px){.hero--single .hero__cell{aspect-ratio:16/9;max-height:60vh}}.hero--single .hero__roundall{left:calc(75% - var(--baseline)*2)}
