<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Gutenberg
------------------------*/
.wp-block-button,
.wp-block-file,
.alignfull,
.alignwide,
.wp-block-image,
.wp-block-embed,
.wp-block-gallery {
    margin-bottom: 24px;
}

.wp-block-image figcaption {
    color: #6e6e6e;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
    padding-top: 6px;
    text-align: center;
}

.alignfull {
    border-radius: 0;
    clear: both;
    display: block;
    margin-left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
}

.wp-block-pullquote {
    padding: 0;
    text-align: center;
}

.wp-block-pullquote blockquote {
    border-bottom: 4px solid #3366c8;
    border-left: 0;
    border-top: 5px solid #3366c8;
    font-size: 22px;
    padding: 24px 0;
}

.wp-block-pullquote p {
    font: inherit;
    line-height: inherit;
}

.wp-block-columns {
    margin-left: -12px;
    margin-right: -12px;
}

.wp-block-column {
    margin-left: 12px;
    margin-right: 12px;
}

.wp-block-file {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 18px;
}

.wp-block-file .wp-block-file__button,
.wp-block-button .wp-block-button__link {
    background-color: #3366c8;
    border-radius: 0;
    color: #fff;
}

.wp-block-file .wp-block-file__button:active,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:visited,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:visited {
    background-color: #fab526;
    opacity: 1;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    margin: 36px auto;
    width: 50%;
}

.wp-block-separator.is-style-dots:before {
    color: #6e6e6e;
}
</pre></body></html>