<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">strong {
    font-weight: bold;
}
section#practice-container {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section#practice-container div#blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
}

section#practice-container div#blocks-wrapper&gt;* {
    flex: 1;
}

section#practice-container div#blocks-wrapper.has-six&gt;*,
section#practice-container div#blocks-wrapper.has-nine&gt;* {
    flex: 1 30%!important;
}

section#practice-container div#blocks-wrapper.has-eight&gt;* {
    flex: 1 25%!important;
}

section#practice-container div#blocks-wrapper.has-ten&gt;* {
    flex: 1 20%!important;
}

section#practice-container div#blocks-wrapper svg {
    margin: 0 auto;
}

section#practice-container div#blocks-wrapper .area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section#practice-container div#blocks-wrapper .area .inner-area {
    padding: 4vw 2vw;
}

</pre></body></html>