
.hide-desktop, .mobile-menu-buttons, .mobile-menu-header-nav, .menu img, .mobile-menu-search-wrap {
    display: none;
}

@media (min-width: 1600px) {
    html {
        font-size: 19px;
    }
}

@media (min-width: 1800px) {
    html {
        font-size: 21px;
    }
}

@media (min-width: 2000px) {
    html {
        font-size: 22px;
    }
}

@media (min-width: 2200px) {
    html {
        font-size: 24px;
    }
    .img-large {
        height: 48rem;
    }
}

@media (max-width: 1399px) {
    .container {
        padding: 0 2.5rem;
    }
}

@media (max-width: 1299px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 980px) {
    html {
        font-size: 14px;
    }
    .container-wide {
        padding: 0 1rem;
    }
    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    .stack-mobile {
        flex-direction: column;
        gap: 2rem;
    }
    .grid-container, .segments {
        grid-template-columns: 1fr;
    }
    .mw-30, .mw-50 {
        max-width: 100% !important;
    }
    .cta-col {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        flex: 1;
        justify-content: space-between;
    }
    .logo-container {
        flex-wrap: wrap;
    }
    .slides .slide img {
        height: 15rem;
    }
    .slick-prev {
        left: 2.5rem;
    }
    .slick-next {
        right: 2.5rem;
    }
    .slick-arrow {
        bottom: -6rem;
        width: 40px;
        height: 40px;
    }
    .slick-arrow svg {
        height: 30px;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 2rem;
        padding: 0 20px;
        line-height: 120%;
    }
    
}

@media (max-width: 680px) {
    html {
        font-size: 13px;
    }
    .container {
        padding: 0 2rem;
    }
    header .logo {
        height: 2.5rem;
    }
    .hero-content {
        left: 2rem;
        right: 2rem;
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }
    .hero-content h1 {
        font-size: 2.25rem;
        line-height: 120%;
    }
    .hero-content h1 br {
        display: none;
    }
    .hero-content h1 span {
        display: inline;
    }
    .section-header h2 {
        font-size: 3rem;
        line-height: 3rem;
    }
    .cta-section {
        flex-direction: column;
        align-items: flex-start;
    }
    .cta-section hr {
        display: none;
    }
    .cta-section a {
        justify-content: space-between;
    }
    .d-flex .btn {
        padding: 15px 14px 11px;
        font-size: 0.8rem;
        gap: 5px;
    }
    .d-flex .btn svg {
        height: 22px;
    }
    .playlist {
        padding: 1.5rem;
    }
    .img-large {
        height: auto;
    }
    footer .logo {
        height: 2.5rem;
        margin: 0 auto;
        display: block;
    }
    .footer-menu ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        justify-content: center;
    }
    .footer-menu ul li a {
        letter-spacing: 1px;
    }
    .copyright {
        font-size: 0.8rem;
        letter-spacing: 0;
        text-align: center;
    }
}