<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.youtube-ratio iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.faq-q {
    border-bottom: 1px solid;
    font-weight: bold;
}

.faq-a {
    margin: 10px 0px 0px 15px;
    display: block;
}

.foula-block-faq {
    margin-top: 1em
}

.foula-block-faq .faq_q {
    font-size: inherit;
    line-height: 2;
    margin: 0;
    padding: 0.65em 1em 1em 3em;
    position: relative
}

.foula-block-faq .faq_q:before {
    bottom: unset;
    content: "Q";
    display: block;
    left: 0;
    line-height: 1.7;
    position: absolute;
    text-align: center;
    top: .75em;
    width: 1.7em;
    border: 1px solid #ff85b8;
    border-radius: 2px;
    color: #ff85b8;
    }

.foula-block-faq .faq_a {
    line-height: 2;
    padding: 0.65em 1em 1em 3em;
    position: relative;
}


.foula-block-faq .faq_a:before {
    content: "A";
    display: block;
    left: 0;
    line-height: 1.7;
    position: absolute;
    text-align: center;
    top: .75em;
    width: 1.7em;
    background-color: #ff85b8;
    border-radius: 2px;
    color: #FFFFFF;
}



@media screen and (min-width: 960px) {
    [class^=fs-body-checkout] .fs-l-checkout__sideColumn {
        position: sticky;
        top: 100px;
    }
}</pre></body></html>