.elementor-722 .elementor-element.elementor-element-71d03e4{--display:flex;}.elementor-722 .elementor-element.elementor-element-9ca0b96{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d1a788c */.pp-wrap {
    background: #f5f0e8;
    min-height: 100vh;
}
.pp-hero {
    background: #1A2000;
    padding: 56px 64px 48px;
}
.pp-hero-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #F5C800;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.pp-hero-title {
    font-size: 42px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 12px;
    line-height: 1.1;
}
.pp-hero-date {
    font-size: 13px;
    color: rgba(255,255,255,0.35);
}
.pp-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 32px;
    padding: 40px 64px;
    max-width: 1200px;
    box-sizing: border-box;
}
.pp-content {
    background: #ffffff;
    border-radius: 20px;
    padding: 48px;
}
.pp-intro {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 36px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f0ebe0;
}
.pp-section {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f0ebe0;
}
.pp-section:last-of-type {
    border-bottom: none;
}
.pp-section-title {
    font-size: 13px;
    font-weight: 800;
    color: #1A2000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaf3de;
}
.pp-section p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 10px;
}
.pp-section p:last-child {
    margin-bottom: 0;
}
.pp-contact-block {
    background: #f5f0e8;
    border-radius: 12px;
    padding: 24px;
    margin-top: 8px;
}
.pp-contact-title {
    font-size: 13px;
    font-weight: 800;
    color: #1A2000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.pp-contact-block p {
    font-size: 14px;
    color: #666;
    margin: 0 0 6px;
}
.pp-contact-block a {
    color: #1A5C1A;
    text-decoration: none;
}
.pp-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: start;
    position: sticky;
    top: 24px;
}
.pp-sidebar-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
}
.pp-sidebar-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #1A5C1A;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.pp-sidebar-link {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    margin-bottom: 10px;
    color: #888;
}
.pp-sidebar-link:hover {
    color: #1A2000;
}
.pp-sidebar-link-active {
    color: #1A2000 !important;
    font-weight: 700;
}
.pp-sidebar-cta {
    background: #1A5C1A;
    border-radius: 16px;
    padding: 24px;
}
.pp-sidebar-cta-title {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
}
.pp-sidebar-cta-text {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
    margin: 0 0 16px;
}
.pp-sidebar-cta-btn {
    display: block;
    background: #F5C800;
    color: #1A2000;
    font-size: 12px;
    font-weight: 900;
    padding: 10px 16px;
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
}
.pp-sidebar-cta-btn:hover {
    background: #e0b400;
}
@media (max-width: 767px) {
    .pp-hero {
        padding: 40px 24px 32px;
    }
    .pp-hero-title {
        font-size: 28px;
    }
    .pp-layout {
        grid-template-columns: 1fr;
        padding: 24px 16px;
        gap: 20px;
    }
    .pp-content {
        padding: 28px 20px;
    }
    .pp-sidebar {
        position: static;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8067a4 */.footer-wrap {
    background: #1A2000;
    border-radius: 24px;
    padding: 64px;
    box-sizing: border-box;
    width: 100%;
    margin: 12px auto 16px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
}
.footer-logo {
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 16px;
}
.footer-logo span {
    color: #F5C800;
    display: block;
}
.footer-tagline {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    line-height: 1.6;
    margin-bottom: 20px;
}
.footer-social {
    display: flex;
    gap: 12px;
    align-items: center;
}
.footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.footer-social-icon:hover {
    background: #F5C800;
    color: #1A2000;
}
.footer-col-title {
    color: #F5C800;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.footer-col a {
    display: block;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none;
}
.footer-col a:hover {
    color: #ffffff;
}
.footer-phone-link {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
}
.footer-phone-link:hover .footer-phone-number {
    color: #ffffff;
}
.footer-phone-number {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    white-space: nowrap;
    transition: color 0.2s;
}
.footer-lang-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(245,200,0,0.5);
    white-space: nowrap;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 24px;
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.3);
}
@media (max-width: 767px) {
    .footer-wrap {
        padding: 32px 20px;
        border-radius: 16px;
        margin: 8px 8px 16px 8px !important;
        width: calc(100% - 16px) !important;
        box-sizing: border-box !important;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        margin-bottom: 32px;
    }
    .footer-brand {
        grid-column: 1 / -1;
    }
    .footer-logo {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer-tagline {
        font-size: 12px;
        margin-bottom: 16px;
    }
    .footer-col-title {
        font-size: 10px;
        margin-bottom: 12px;
    }
    .footer-col a {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .footer-bottom {
        font-size: 11px;
        padding-top: 20px;
    }
}/* End custom CSS */
/* Start custom CSS */body {
    background-color: #f5f0e8 !important;
}
.tos-wrap {
    background: #f5f0e8 !important;
}/* End custom CSS */