<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel{background:#fff;margin:0;overflow:hidden;padding:0;position:relative;width:100%}.carousel__arrow{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:space-between;left:0;margin:0;padding:0 1.6rem;top:0}.carousel__arrow__circle__button{width:1.5rem;height:1.5rem;background-color:#0a0a14;border-radius:50%;list-style-type:none;padding:1rem;opacity:.35;z-index:1;position:relative}.carousel__arrow__icon{height:100%;width:100%;fill:#fff;transform:rotate(-90deg)}.carousel__arrow__icon--right{transform:rotate(90deg)}.carousel__bullets{bottom:1.6rem;display:flex;justify-content:center;list-style-type:none;margin:0;padding:0;position:absolute;width:100%;z-index:1}.carousel__bullets__bullet{cursor:pointer;float:left;padding:0 .5rem}.carousel__bullets__bullet__elem{border:.1rem solid #fff;border-radius:50%;cursor:pointer;height:.8rem;width:.8rem;background-color:transparent}.carousel__bullets__bullet__elem--active{background-color:#fff}.carousel__items{height:100%;left:0;margin:0;overflow:hidden;padding:0;position:absolute;top:0;width:100%}.carousel__items__item{z-index:-1;height:100%;left:0;list-style-type:none;position:relative;top:0;width:100%;background-size:cover;background-position:50%}.carousel__items__item:before{content:"";top:0;bottom:0;left:0;right:0;position:absolute;background-image:linear-gradient(180deg,hsla(0,0%,100%,0),rgba(0,0,0,.68));background-blend-mode:multiply}.carousel__items__item--current-next{animation:animation-carousel .5s;z-index:1}.carousel__items__item--current-previous{animation:animation-carousel-reverse .5s;z-index:1}.carousel__items__item--uncurrent{z-index:0}.carousel__items__item--stop-animation{animation-play-state:paused;z-index:0}.carousel__items__item__details{color:#fff;position:absolute;width:calc(100% - 4.8rem);left:2.4rem;bottom:4.8rem}.carousel__items__item__details__view-conversation-button{width:-moz-fit-content;width:fit-content}.carousel__items__item__details__title{font-weight:600!important;color:#fff!important}.carousel__items__item__details__title:hover{text-decoration:underline}.carousel__items__item__details__describe{color:#fff!important;width:100%}.carousel__items__item__details__describe p{margin:.1rem}@keyframes animation-carousel{0%{display:block;transform:translateX(100%)}to{transform:translateX(0)}}@keyframes animation-carousel-reverse{0%{display:block;transform:translateX(-100%)}to{transform:translateX(0)}}@media only screen and (max-width:767px){.carousel__arrow{padding:0 1rem}.carousel__bullets{bottom:1.2rem}.carousel__arrow__circle__button{width:1rem;height:1rem}.carousel__items__item__details{width:calc(100% - 3.2rem);left:1.6rem;bottom:3.5rem}}@media only screen and (max-width:991px){.carousel__arrow__circle__button{opacity:1;background-color:transparent}}.announcements-carousel{height:33.6rem;border-radius:.6rem}@media only screen and (max-width:767px){.announcements-carousel{height:20rem}}</pre></body></html>