.is-wrapper {
    background-color: rgb(250, 244, 244);
    padding-top: 80px;
}

.is-wrapper--white {
    background-color: white;
}

.is-section.fixed {
    position: fixed !important;
    z-index: 1000 !important;
    top: 0;
    left: 0;
    right: 0;
}

.get-started {
    min-height: 40vh !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.header-logo-wrapper {
    width: 158px;
    height: 24px;
}

.header-sign,
.header-start {
    display: inline-block;
    margin-top: 12px;
    padding-top: 5px;
}

.header-logo-sign,
.header-start-mobile {
    display: none;
}

.sign-link {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

@media screen and (max-width: 760px) {
    .is-section.header {
        flex-direction: row !important;
    }

    .is-section.header .header-buttons {
        display: flex;
    }

    .is-section.header .header-buttons .column {
        min-width: auto;
    }
    
    .is-wrapper {
        padding-top: 0;
    }

    .is-section.fixed {
        position: relative !important;
    }

    .header-blog {
        display: none;
    }

    .is-wrapper div.is-section.box-autofit .is-container.is-container--main-page {
        padding-top: 0;
    }
}

@media screen and (max-width: 620px) {
    .header-start {
        display: none;
    }

    .header-start-mobile {
        display: inline-block;
        height: 32px;
        font-size: 15px;
        margin-top: 12px;
        padding-top: 5px;
    }

    .header-logo-wrapper {
        width: 138px;
    }

    .header-logo-container {
        align-items: flex-start;
    }

    .header-links-container {
        padding: 0 20px !important;
    }

    .author-container .description {
        width: 320px;
    }
}

@media screen and (max-width: 560px) {
    .header-start-mobile {
        font-size: 11px;
        padding-top: 8px;
    }

    .header-logo-sign {
        display: inline-block;
        margin-top: 14px;
    }

    .header-sign {
        display: none;
    }

    .header-logo-container {
        padding: 2px !important;
        margin-left: 20px;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
    }

    .is-section.header .header-logo {
        text-align: center;
        width: 100px;
        height: 20px;
    }

    .author-container .description {
        width: 280px;
    }
}

@media screen and (max-width: 430px) {
    .author-container .description {
        width: 220px;
    }
}

@media screen and (max-width: 370px) {
    .header-logo-wrapper {
        width: 78px;
    }

    .header-links-container {
        padding: 0;

    }

    .header-logo-container {
        margin-left: 0;
    }

    a[role="button"].sign-link {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .lang-select {
        margin-right: 5px;
    }

    .author-container .description {
        width: 180px;
    }
}