section.hero-graphic{overflow:hidden;position:relative}section.hero-graphic .inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:5rem}@media (max-width:900px){section.hero-graphic .inner{gap:2rem}}section.hero-graphic .heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin:0 auto;max-width:852px;text-align:center}section.hero-graphic .heading span{color:var(--color-scheme,#254af3)}section.hero-graphic .graphic{border-radius:20px;margin:auto;max-width:1079px;overflow:hidden;width:100%}section.hero-graphic.has-video .graphic{border-radius:unset;max-width:unset;overflow:unset}section.hero-graphic.oval .graphic{border-radius:278px}section.hero-graphic.square .graphic{border-radius:0}section.hero-graphic .video-object{border:6px solid #19baff;border-radius:1.5rem}section.hero-graphic .video-object .sl-embed iframe{aspect-ratio:16/9;border-radius:1.2rem}section.hero-graphic .video-object video{border-radius:1.2rem}section.hero-graphic.full-width .graphic{border-radius:0;left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;position:relative;right:50%;width:100vw}