<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block-custom {
    border: 1px solid #B7D6F7;
    border-radius: 16px;
    padding: 16px;
    margin-top: 24px;
}

.block-custom .text {
    font-family: "Open Sans";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 16px;
}

.block-custom .legend {
    font-family: "Open Sans";
    font-size: 0.875rem;
    font-style: normal;
    line-height: 20px;
}

@media only screen and (min-width: 640px) {
    .block-custom {
        padding: 24px;
    }
  }

@media only screen and (min-width: 1024px) {
.block-custom {
    padding: 32px;
}
}

.margin-top-fix-0 {
    margin-top: 0px !important;
}
</pre></body></html>