<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-section{display:flex;overflow:hidden;text-align:center;position:relative;background-color:var(--color-white)}.hero-section .text-block{margin:var(--space-md) 0 var(--space-xl) 0}.hero-section__picwrapper{display:flex;justify-content:center;align-items:center}.hero-section__picwrapper img{object-fit:cover;object-position:center;width:100%;max-height:var(--hero-section-img-height)}.hero-section__content{display:flex;align-items:center;width:auto;padding:var(--layout-spacing-lg) var(--space-md) 0 var(--space-md)}.hero-section--bottom .hero-section__img,.hero-section--top .hero-section__img{min-height:inherit;max-height:var(--hero-section-img-height-xs);clip-path:url(#myCurve)}.hero-section--left,.hero-section--right{flex-direction:column}.hero-section--left .hero-section__picwrapper,.hero-section--right .hero-section__picwrapper{order:2}.hero-section--left .hero-section__content,.hero-section--right .hero-section__content{order:1}.hero-section--left.hero-section--fullheight .hero-section__picwrapper,.hero-section--right.hero-section--fullheight .hero-section__picwrapper{min-height:inherit}.hero-section--left.hero-section--fullheight .hero-section__picwrapper .hero-section__picture,.hero-section--right.hero-section--fullheight .hero-section__picwrapper .hero-section__picture{min-height:inherit}.hero-section--left.hero-section--fullheight .hero-section__picwrapper img,.hero-section--right.hero-section--fullheight .hero-section__picwrapper img{min-height:inherit;clip-path:url(#myCurve)}.hero-section--left.hero-section--fullheight .hero-section__content,.hero-section--right.hero-section--fullheight .hero-section__content{flex:1}.hero-section--left.hero-section--fullheight .hero-section__content .container-fluid-custom,.hero-section--right.hero-section--fullheight .hero-section__content .container-fluid-custom{margin:0 auto}.hero-section--left.hero-section--fullheight .hero-section__content .container-fluid-custom h1,.hero-section--right.hero-section--fullheight .hero-section__content .container-fluid-custom h1{max-width:600px;margin-bottom:var(--space-sm)}.hero-section--left.clipping-mask .hero-section__picwrapper,.hero-section--right.clipping-mask .hero-section__picwrapper{overflow:hidden}.hero-section--left:not(.hero-section--fullheight) .hero-section__picwrapper img,.hero-section--right:not(.hero-section--fullheight) .hero-section__picwrapper img{margin:var(--space-xxl) 0;border-radius:var(--border-radius-sm)}.hero-section--top{flex-direction:column-reverse}.hero-section--bottom{flex-direction:column}@media (min-width:993px){.hero-section--bottom,.hero-section--top{flex-direction:column}}.hero-section--bottom:not(.clipping-mask) .hero-section__picwrapper img,.hero-section--top:not(.clipping-mask) .hero-section__picwrapper img{margin:0;max-height:var(--hero-section-img-height-md)}.hero-section--bottom:not(.clipping-mask) .text-block,.hero-section--top:not(.clipping-mask) .text-block{text-align:center}.hero-section__clipping-mask{order:2}.hero-section:not(.hero-section--top):not(.hero-section--left) .hero-section__clipping-mask,.hero-section:not(.hero-section--top):not(.hero-section--left) .hero-section__picwrapper{order:2}.hero-section:not(.hero-section--top):not(.hero-section--left) .hero-section__content{order:1}.hero-section .hero-section__ctas a{margin-right:var(--space-xs)}@media (min-width:993px){.hero-section{text-align:start}.hero-section__content{padding:var(--space-xxl)}.hero-section--left,.hero-section--right{max-height:var(--hero-section-max-height);min-height:var(--hero-section-min-height);flex-direction:row}.hero-section--left.hero-section--gradient:after,.hero-section--right.hero-section--gradient:after{content:"";position:absolute;top:0;right:0;bottom:80%;left:0;background:linear-gradient(to bottom,var(--color-white) 0,transparent);z-index:2}.hero-section--left.hero-section--gradient-color:after,.hero-section--right.hero-section--gradient-color:after{content:"";position:absolute;top:0;right:0;bottom:80%;left:0;background:linear-gradient(to bottom,var(--color-accent) 0,transparent);z-index:2}.hero-section--left.hero-section--fullheight .hero-section__picwrapper,.hero-section--right.hero-section--fullheight .hero-section__picwrapper{flex-basis:40%}.hero-section--left.hero-section--fullheight .hero-section__picwrapper img,.hero-section--right.hero-section--fullheight .hero-section__picwrapper img{min-height:inherit;clip-path:none}.hero-section--left.hero-section--fullheight.background-accent-gradient .hero-section__picwrapper,.hero-section--right.hero-section--fullheight.background-accent-gradient .hero-section__picwrapper{filter:drop-shadow(10px 0 30px rgba(33, 43, 54, .6))}.hero-section--right .hero-section__picwrapper{order:unset}.hero-section--right .hero-section__content{order:unset}.hero-section--right .hero-section__img{clip-path:none}.hero-section--right .hero-section__picture{clip-path:ellipse(100% 90% at 100% 50%)}.hero-section--left .hero-section__picwrapper{order:unset}.hero-section--left .hero-section__content{order:unset}.hero-section--left .hero-section__img{clip-path:none}.hero-section--left .hero-section__picture{clip-path:ellipse(100% 130% at 0 50%)}.hero-section--bottom,.hero-section--top{padding-top:var(--page-header-height)}.hero-section--bottom .hero-section__img,.hero-section--top .hero-section__img{max-height:none;clip-path:none}.hero-section--bottom .clipping-mask,.hero-section--top .clipping-mask{overflow:hidden;border-radius:100% 100% 0 0;max-height:var(--hero-section-img-height-md)}.hero-section--bottom .hero-section__content,.hero-section--top .hero-section__content{padding-bottom:var(--space-md)}.hero-section--bottom .hero-section__content .text-block,.hero-section--top .hero-section__content .text-block{margin-bottom:var(--space-md)}}</pre></body></html>