<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.intext-gallery-button {
    position: absolute;

    background: var(--bg);
    border-radius: 64px;
    padding: 8px 16px 8px 24px;
    display: flex;
    min-height: 48px;
    color: #fff;
    font-size: 18px;
    line-height: 1.56;
    appearance: none;
    border: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    transition: color .2s, background-color .2s;

    width: var(--size);
    height: var(--size);

    --bg: #000000;
    --bg-hover: #333333;
    --color-disabled: #bfbfbf;
    --color: #ffffff;
    --color-hover: #ffffff;

    padding: 0;
    min-height: 0;

    --size: 32px;
    top: -45px;
    z-index: 1001;
}
.intext-gallery-button:hover {
    background-color: var(--bg-hover);
}
.intext-gallery-button-prev {
    left: auto;
    right: 46px;
}
.intext-gallery-button-next {
    right: 10px;
}

.intext-gallery {
    width: 100%;
}
.intext-gallery__gallery-counter {
    color: #000;
    line-height: 1.25;
    margin-bottom: 25px;
    font-weight: bold;
}
@media (max-width: 74.9375rem) {
    .intext-gallery__gallery-counter {
        font-size: 24px;
        line-height: 1;
        display: flex;
        align-items: center;
   }
}
@media (min-width: 75rem) {
    .intext-gallery__gallery-counter {
        font-size: 32px;
   }
}
.intext-gallery__gallery-counter::before {
    content: attr(data-before);
}
.intext-gallery__images-slider {
    width: 100%;
}
.intext-gallery__image {
    position: relative;
}
.intext-gallery__image-item-copyright {
    font-family: 'Lato', sans-serif;
    font-size: .75rem;
    margin-top: 5px;
    text-align: right;
}
.intext-gallery__article-caption {
    margin-top: 30px;
    min-height: 32px;
}
@media (max-width: 74.9375rem) {
    .intext-gallery__article-caption {
        font-size: 16px;
   }
}
@media (min-width: 75rem) {
    .intext-gallery__article-caption {
        font-size: 18px;
   }
}
.intext-gallery--donna .intext-gallery__image-item-copyright {
    font-size: 1rem;
    font-style: italic;
    letter-spacing: .8px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    color: #848484;
}
</pre></body></html>