<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-draft-page-title {
    text-align: center;
}
.draft-page h1 {
    font-family: "Ploni ML v2 AAA", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
a.big-button {
    font-family: "Ploni ML v2 AAA", sans-serif;
    font-weight: 700;
    color: #000;
    background-color: #fff;
    display: inline-block;
}
@media (min-width: 599px) {
    .container-draft-page-title {
        padding-top: 198px;
        padding-bottom: 212px;
    }
    .draft-page h1 {
        font-size: 88px;
        line-height: 88px;
    }
    a.big-button {
        width: 480px;
        height: 104px;
        font-size: 2.3vw;
        line-height: 104px;
        border-radius: 52px;
        margin-top: 40px;
    }
}
@media (max-width: 600px) {
    .container-draft-page-title {
        padding-top: 78px;
        padding-bottom: 98px;
    }
    .draft-page h1 {
        font-size: 36px;
        line-height: 42px;
    }
    a.big-button {
        width: 90%;
        height: 64px;
        font-size: 6.3vw;
        line-height: 64px;
        border-radius: 32px;
        margin-top: 40px;
    }
}</pre></body></html>