<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.promo-block,.promo-block__container{container-type:inline-size}.promo-block{align-items:center;border-radius:40px;display:grid;gap:40px;grid-template-areas:"title cta";grid-template-columns:4fr 6fr;padding:60px}.promo-block.promo-block--dark{color:#fff}.promo-block.promo-block--image{grid-gap:0;grid-template-areas:"title image" "cta image";grid-template-columns:6fr 4fr}.promo-block.promo-block--image .promo-block__title{align-self:end}.promo-block.promo-block--image .promo-block__cta{align-self:start}.promo-block__title{grid-area:title}.promo-block__title h2{font-weight:400}.promo-block__cta{font-size:16px;grid-area:cta}.promo-block__button{margin-top:20px}.promo-block__image{grid-area:image;padding-left:40px}.promo-block__image img{border-radius:24px;width:100%}@media (max-width:768px){.promo-block{gap:0;grid-template-areas:"title" "cta";grid-template-columns:1fr;padding:30px}.promo-block__title{width:auto}}@container (width &lt; 768px){.promo-block{gap:0;grid-template-areas:"title" "cta";grid-template-columns:1fr}.promo-block__title{width:auto}}</pre></body></html>