.hero-section {
    width: 100%;
    display: flex;
    background: #fff;
    padding: 76px 16px 16px;
    border-radius: 0 0 20px 20px;
    justify-content: center;
    box-sizing: border-box;
}

.hero-section .hero-section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: content-box;
    max-width: 1432px;
    min-width: 342px;
}

.hero-text {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
    font-style: normal;
    font-weight: 400;
    max-width: 100%;
}

.hero-text .note {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    color: #919199;
}

.hero-text p.hero-description {
    font-size: 20px;
    line-height: 24px;
    color: #56565B;
    max-width: 456px;
}

.heading-wrapper {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
}

.hero-side {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    box-sizing: border-box;
}

.hero-text h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #313134;
    padding: 8px 0;
}

.hero-buttons a, .hero-buttons #product-view {
    max-width: 343px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.hero-buttons {
    margin-top: 24px;
    margin-bottom: 24px;
}

#hero-signup-button {
    margin-bottom: 16px;
}

#learn-button {
    border: 1px solid #C4C4CE;
}

#learn-button-secondary {
    border: 1px solid #C4C4CE;
    margin-right: 8px;
}

.hero-visual {
    width: 100%;
    height: 400px;
}

.hero-visual .hero-visual-wrapper {
    flex-direction: row-reverse;
    display: flex;
    background-color: #8287FF;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-visual-persona {
    display: flex;
    width: 50%;
    align-items: flex-end;
    justify-content: center;
}

.hero-visual-persona img {
    width: 243px;
    height: 359px;
}

.hero-visual-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-left: 16px;
    align-items: flex-start;
    box-sizing: border-box;
}

.hero-visual-side h3 {
    color: white;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 24px;
}

.hero-visual-side p {
    color: white;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 24px;
}

.hero-visual-description {
    display: flex;
    max-width: 401px;
}

.play-button {
    border: 1px solid #C4C4CE;
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: RMNeue;
    color: #000000;
}

.play-button svg {
    display: inline-block;
}

.play-button span {
    display: inline-block;
    margin-left: 4px;
}

@media only screen and (min-width: 768px) {
    .hero-section {
        width: 100%;
        display: flex;
        background: #fff;
        padding: 76px 40px 40px;
        border-radius: 0 0 48px 48px;
        justify-content: center;
    }

    .hero-text {
        display: flex;
        flex-direction: row;
        padding: 24px 0;
        font-style: normal;
        font-weight: 400;
        max-width: 100%;
    }

    .hero-text .hero-side {
        padding-top: 77px;
        width: 50%;
    }

    .hero-visual .hero-visual-wrapper {
        flex-direction: row;
        overflow: visible;
    }

    .hero-visual-persona img {
        width: 342px;
        height: 507px;
    }

    .hero-side, .hero-visual-side {
        padding-left: 20px;
    }

    .hero-buttons {
        margin-bottom: 126px;
    }
}

@media only screen and (min-width: 992px) {
    .hero-section .hero-section-wrapper {
        display: flex;
        flex-direction: column;
    }

    .hero-visual .hero-visual-wrapper {
        border-radius: 32px;
    }

    .hero-text {
        padding-bottom: 0;
        max-width: unset;
    }

    .hero-side, .hero-visual-side {
        padding-left: 140px;
    }

    .hero-text h1 {
        font-size: 40px;
        line-height: 52px;
        color: #313134;
        padding: 8px 0;
    }

    .hero-buttons {
        margin-bottom: 80px;
    }

    .video-close-circle {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-text h1 {
        font-size: 64px;
        line-height: 64px;
        color: #313134;
        padding: 8px 0;
    }
}

@media only screen and (min-width: 1312px) {

    .hero-buttons {
        display: flex;
        flex-direction: row;
        padding: 24px 0;
    }

    .hero-buttons #hero-signup-button {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 8px;
    }
}