/* Legal Page Styles */

.header-legal {
    background-color: #fff;
    padding: 40px 0;
}

.nav___wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.nav__links_wrapper {
    display: flex;
    align-items: center;
}

.links_item {
    margin-left: 64px;
    color: #273F4A;
}

.legal-content {
    min-height: 60vh;
    padding: 80px 0 120px;
}

.legal-title {
    color: #173746;
    font-size: 48px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 48px;
    text-align: center;
}

.legal-body {
    max-width: 900px;
    margin: 0 auto;
    color: #173746;
    font-size: 16px;
    line-height: 1.6;
}

.legal-body privacybee-widget .prx_wrapper h1.prx_h1:first-child {
    display: none;
}

.legal-body h2 {
    color: #173746;
    font-size: 32px;
    font-weight: 500;
    margin-top: 48px;
    margin-bottom: 24px;
}

.legal-body h3 {
    color: #173746;
    font-size: 24px;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 16px;
}

.legal-body p {
    color: #5E7F8D;
    margin-bottom: 16px;
}

.legal-body ul,
.legal-body ol {
    color: #5E7F8D;
    margin-bottom: 16px;
    padding-left: 24px;
}

.legal-body a {
    color: #1CC0F0;
    text-decoration: none;
}

.legal-body a:hover {
    text-decoration: underline;
}

/* Footer Styles */
.footer {
    background-color: #fff;
    padding: 64px 0 48px;
}

.bottom-ruler {
    border-top: 1px solid #EBEBEB;
    margin-bottom: 32px;
}

.footer__logo {
    display: inline-flex;
    margin-bottom: 0;
}

.footer__cr {
    font-size: 15px;
    line-height: 120%;
    font-weight: 300;
}

.footer_navs {
    list-style: none;
    padding: 0;
}

.footer_navs li {
    margin-bottom: 12px;
}

.navs__link {
    color: #5E7F8D;
    text-decoration: none;
    font-size: 16px;
}

.navs__link:hover {
    color: #1CC0F0;
}

/* Responsive */
@media (max-width: 1024px) {
    .links_item {
        margin-left: 24px;
    }

    .legal-content {
        padding: 60px 0 100px;
    }

    .legal-title {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .nav__links_wrapper {
        display: none;
    }

    .legal-content {
        padding: 48px 0 80px;
    }

    .legal-title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .legal-body h2 {
        font-size: 28px;
        margin-top: 32px;
    }

    .legal-body h3 {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .footer {
        padding: 48px 0 32px;
    }

    .footer__cr {
        margin-top: 24px;
    }
}