.container {
    width: 94%;
    max-width: 40vw;
    margin: 0 auto;
    position: relative;
    padding: 0px;
    z-index: 3;
}
@media (max-width: 1199px) {
    html, body, pre, code, kbd, samp, input, button, select, option, textarea {
        font-size: 17px;
    }
    .header-right .social-nav ul {
        font-size: 17px;
    }
    .intro-container .headline-1 {
        font-size: 350%;
    }
    .headline-2 {
        line-height: 120%;
    }
    
     body::before {
        height: 30vh;
    }
}
@media (max-width: 991px) {
    .intro-container {
        width: 70vw;
    }
    .container {
        max-width: 60vw;
    }
   
}
@media (max-width: 767px) {
    body::before {
        height: 50vh;
    }
    .cloud {
        top: 10vw;
    }
    .intro-container {
        width: 90vw;
        padding-top: 30%;
    }
    .intro-container .headline-1 {
        font-size: 200%;
        margin: 0 0 20px 0;
    }
    .wrapper.is-wrapper-1 {
        min-height: 100vh;
        margin: 0 0 0px 0;
        padding: 0;
        background-size: 200%;
    }
    .wrapper.is-wrapper-2 {
        padding: 5vw 0 65vw 0;
        background-size: 140%;
        background-position: left bottom;
    }
    .wrapper.is-wrapper-3 {
        padding: 2vw 0 70vw 0;
        background-size: 140%;
        background-position: 80% bottom;
    }
    .wrapper.is-wrapper-4 {
        padding: 10vw 0 75vw 0;
        background-size: 160%;
        background-position: bottom center;
    }
    .wrapper.is-wrapper-5 {
        padding: 4vw 0 80vw 0;
        background-size: 170%;
        background-position: bottom left;
    }
    .wrapper.is-wrapper-6 {
        padding: 0vw 0 70vw 0;
        background-size: 170%;
        background-position: bottom right;
    }
    .wrapper.is-wrapper-7 {
        padding: 0vw 0 70vw 0;
        background-size: 150%;
        background-position: bottom center;
    }
    .wrapper.is-wrapper-8 {
        padding: 0vw 0 50vw 0;
        overflow: hidden;
    }
/*
    .is-wrapper-8 .video-background {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        transform: scale(1.5);
        transform-origin: center;
    }
*/
    p {
        line-height: 155%;
        margin: 0px 0 25px 0;
    }
    .year-btn {
        width: 30%;
    }
    .subtitle {
        max-width: inherit;
        margin-bottom: 10px;
    }
    .intro-container p {
        margin: 0 auto;
        font-size: 110%;
        line-height: 130%;
        font-weight: 500;
        max-width: 90%;
        width: 100%;
    }
    .container {
        width: 90vw;
        max-width: inherit;
    }
    .container.header-container {
        width: 90vw;
        max-width: inherit;
    }
    .headline-2 {
        font-size: 180%;
        line-height: 120%;
        margin: 0 0 15px 0;
    }
    .headline-2 br {
        display: none;
    }
    .header {
        text-align: left;
    }
    .legend {
        justify-content: flex-start;
    }
    .chart-title {
        font-size: 1.2rem;
    }
    .bar-year {
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 8px;
        color: #718096;
        font-weight: 900;
    }
    .insight-card {
        padding: 24px;
        height: 300px;
    }
    .insights-section {
        height: 330px;
    }
    .date {
        font-size: 100%;
        color: #475569;
    }
    .header {
        margin-bottom: 2rem;
    }
    .comparison-date {
        font-weight: 600;
        color: #0f172a;
        position: absolute;
        left: 30%;
    }
    .header p {
        line-height: 165%;
        margin: 0 0 10px 0;
    }
}
@media (max-width: 767px) {
    .logo-header {
        width: 100px;
        display: block;
    }
    .header-right .social-nav ul li a {
        width: 26px;
        height: 26px;
        border-radius: 2px;
    }
    .header-nav {
        position: absolute;
        top: 38px;
        z-index: 5;
        width: 100vw;
        background: #fff;
        right: -10%;
    }
    .header-right .header-nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .header-right .header-nav ul li {
        margin: 0;
    }
    .header-right .header-nav ul li a {
        display: inline-block;
        background: #fff;
        color: #000;
        border-radius: 0;
        padding: 0px 0px;
        font-size: 90%;
        height: 26px;
        line-height: 26px;
    }
    .header-right .header-nav ul li a:hover {
        background-color: #fff;
        color: #339edd;
    }
    .header-right .header-nav ul li a.is-active {
        background-color: #fff;
        color: #339edd;
    }
}
@media (max-width: 375px) {}