<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.is-style-transparent .wp-block-button__link {
    background: none;
    font-weight: bold;
}

.wp-block-spacer.is-style-s20 {
    height: 20px !important;
    position: relative;
}

.wp-block-spacer.is-style-s30 {
    height: 30px !important;
    position: relative;
}

.wp-block-spacer.is-style-s40 {
    height: 40px !important;
    position: relative;
}

.wp-block-spacer.is-style-s50 {
    height: 50px !important;
    position: relative;
}

.wp-block-spacer.is-style-s75 {
    height: 75px !important;
    position: relative;
}

.wp-block-image.is-style-hexagon img {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.is-style-xs-keepcol .wp-block-column:not(:only-child), .is-style-hidden-xl-keepcol .wp-block-column:not(:only-child) {
    flex-basis: 0;
    flex-grow: 1;
    flex-basis: calc(50% - 1em) !important;
}

.is-style-xs-keepcol .wp-block-column:not(:first-child), .is-style-hidden-xl-keepcol .wp-block-column:not(:first-child) {
    margin-left: 2em;
}

ul.is-style-has-bullets {
    list-style:initial;
    padding-left:30px;
}

@media only screen and (max-width: 767px) {
.wp-block-buttons&gt;.wp-block-button.wp-block-button__width-50 {
    width:auto;
}}</pre></body></html>