<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{padding:25px 0}
.banner-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:50px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.banner-container h2{-ms-flex-preferred-size:calc(70% - 50px);flex-basis:calc(70% - 50px);font-family:"Open Sans",sans-serif;font-size:24px;font-weight:700;line-height:36px}
.banner-container--images{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}
.banner-container--images picture{-ms-flex-preferred-size:33%;flex-basis:33%;position:relative}
.banner-container--images picture img{width:100%;height:auto}
@media(min-width:992px){.banner-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.banner-container--images{-ms-flex-preferred-size:40%;flex-basis:40%;margin-top:-50px}
}@media(min-width:1200px){.banner-container--images{-ms-flex-preferred-size:30%;flex-basis:30%}
}</pre></body></html>