<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-offer-description .offer-text:nth-child(odd) .text{
    order: 2;
}
.section-offer-description .offer-text:nth-child(odd) .media{
    order: 1;
}
.section-offer-description {
    overflow: hidden;
}
.section-offer-description img {
    width: 100%;
    max-width: none;
}
.section-offer-description .video-full video {
    width: 100%;
}
.section-offer-description .main-title-container {
    margin-bottom: 40px;
}

.section-offer-description .h5 {
    margin: 14px 0 20px 0;
}

@media all and (max-width: 992px) {
    .section-offer-description .offer-text:nth-child(odd) .text {
        order: 1;
    }
    .section-offer-description .offer-text:nth-child(odd) .media {
        order: 2;
    }
    .section-offer-description .offer-text .media {
        width: auto;
        margin-left: -30px;
        margin-right: -30px;
    }
    .section-offer-description .main-title-container {
        margin-bottom: 0;
    }
    .section-offer-description video::-webkit-media-controls {
        display: none !important;
        opacity: 0; 
      }
    .section-offer-description video::-webkit-media-controls-start-playback-button {
          display: none !important;
      }
}</pre></body></html>