.unlock-section {
    background-color: #FFE84D;
    max-width: 1432px;
    border-radius: 32px;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 660px;
}

.unlock-subsection {
    display: flex;
    width: 100%;
    height: 50%;
}


.text-subsection {
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    padding: 20px 20px 24px;
    justify-content: space-between;
}


.visual-subsection {
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
}

.unlock-section h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
}

.unlock-section .unlock-hivelighter-logo {
    margin: 12px 0 16px;
    width: 136px;
    height: 40px;
    pointer-events: none;
}

.unlock-section p {
    font-style: normal;
    font-weight: 400;
    margin: 24px 0 12px;
    font-size: 16px;
    line-height: 20px;
    max-width: 413px;
}

.text-subsection a {
    max-width: 153px;
    padding: 8px 20px !important;
}

.unlock-section .control-button {
    margin-bottom: 0;
}

.visual-subsection .woman-image-l {
    display: none;
    position: relative;
    z-index: 1;
}

.visual-subsection .woman-image-s {
    display: flex;
    position: relative;
    z-index: 1;
}

.carousel-container {
    width: 100%;
    height: 100%;
    position: absolute;
}

.carousel-container img {
    display: block;
    width: 100%;
}

.carousel-container section {
    width: 100%;
    overflow: hidden;
}

.carousel-container article.article-primary {
    display: flex;
    width: fit-content;
    animation: horizontal-slide 60s linear infinite;
}

div.slider {
    width: fit-content;
    display: inline-flex;
}

div.slider img {
    width: 220px;
    height: auto;
}

article.article-secondary {
    display: none;
}

.slider ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.slider li {
    width: 100%;
    opacity: 0.45;
}

@keyframes horizontal-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


@keyframes vertical-slide-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}


@keyframes vertical-slide-down {
    0% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0%);
    }
}

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

}


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

}

@media only screen and (min-width: 1200px) {
    .unlock-section {
        flex-direction: row;
        height: 600px;
    }

    .unlock-subsection {
        width: 50%;
        height: 100%;
    }

    .text-subsection {
        padding: 64px 0 64px 64px;
        box-sizing: border-box;
        display: flex;
    }

    .unlock-section .unlock-hivelighter-logo {
        margin: 32px 0 16px;
        width: 193px;
        height: 56px;
    }

    .visual-subsection .woman-image-l {
        display: flex;
    }

    .visual-subsection .woman-image-s {
        display: none;
    }

    .unlock-section h2 {
        font-size: 48px;
        line-height: 48px;
    }

    .unlock-section p {
        font-size: 20px;
        line-height: 24px;
    }

    .text-subsection a {
        max-width: 226px;
        padding: 12px 20px;
    }

    div.slider img {
        width: 335px;
        height: auto;
    }

    .carousel-container {
        width: 100%;
        height: 100%;
        position: absolute;

        display: flex;
        justify-content: flex-end;
    }

    .carousel-container img {
        display: block;
        width: 100%;
    }

    .carousel-container section {
        width: auto;
        overflow: hidden;
        flex-direction: row;
        display: flex;
        margin-right: -16px;
    }

    .carousel-container article.article-primary {
        width: auto;
        animation: vertical-slide-down 60s linear infinite;
        flex-direction: column-reverse;
        height: fit-content;
    }

    div.slider {
        width: auto;
        height: 50%;
    }

    .slider ul {
        flex-direction: column;
    }

    article.article-secondary {
        display: flex;
        width: auto;
        animation: vertical-slide-up 60s linear infinite;
        flex-direction: column;
        height: fit-content;
    }
}
