:root {
    --primary-color: #2C3E50;
    --secondary-color: #E74C3C;
    --accent-color: #3498DB;
    --text-color: #2C3E50;
    --light-bg: #ECF0F1;
    --white: #FFFFFF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: var(--light-bg);
    color: var(--text-color);
    line-height: 1.6;
}

.tpBr8X {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
}

.nV5kL {
    background-color: var(--white);
    padding: 15px 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.nV5kL_container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lG7mP {
    height: 40px;
}

.mN9sQ {
    display: flex;
    gap: 20px;
}

.mN9sQ a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.mN9sQ a:hover {
    color: var(--accent-color);
}

.hB4gR {
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    padding: 5px;
    background: none;
    border: none;
    position: relative;
    z-index: 999;
}

.hB4gR span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--text-color);
    transition: all 0.3s ease;
}

.hB4gR.xK9pL span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hB4gR.xK9pL span:nth-child(2) {
    opacity: 0;
}

.hB4gR.xK9pL span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.hR4wK {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: var(--white);
    padding: 80px 0;
    text-align: center;
}

.hR4wK_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hR4wK_title {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
}

.hR4wK_description {
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .nV5kL {
        padding: 15px 20px;
    }
    
    .nV5kL_container {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .mN9sQ {
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100vh;
        background-color: var(--white);
        flex-direction: column;
        align-items: center;
        padding: 80px 20px 20px;
        gap: 20px;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 998;
    }
    
    .mN9sQ.sH2jM {
        right: 0;
    }
    
    .hB4gR {
        display: flex;
        position: relative;
        z-index: 999;
    }
    
    .hR4wK {
        padding: 60px 0;
    }
    
    .hR4wK_title {
        font-size: 36px;
    }
    
    .hR4wK_description {
        font-size: 18px;
    }

    .lT9nQ {
        padding: 15px;
    }
}

.lT9nQ {
    padding: 40px;
    background-color: var(--white);
}

.lT9nQ_container {
    max-width: 1200px;
    margin: 0 auto;
}

.cS5mK {
    background-color: var(--light-bg);
    border-radius: 8px;
    margin-bottom: 20px;
}

.cS5mK_main {
    display: grid;
    grid-template-columns: 180px 200px 1fr 120px 160px;
    gap: 20px;
    padding: 20px;
    align-items: center;
}

.cS5mK_logo {
    width: 160px;
    height: 80px;
    object-fit: contain;
}

.bN3pR {
    font-size: 24px;
    color: var(--secondary-color);
    font-weight: 700;
}

.bN3pR span {
    display: block;
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
}

.pR8sL {
    list-style: none;
    padding: 0;
}

.pR8sL li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pR8sL li:before {
    content: "✓";
    color: var(--accent-color);
    font-weight: bold;
}

.sC9kM {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: var(--accent-color);
}

.sC9kM span {
    display: block;
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
}

.vT2hX {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
    text-align: center;
}

.vT2hX:hover {
    background-color: #c0392b;
}

.dS7mP {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 10px 20px;
    font-size: 12px;
    color: #666;
    border-radius: 0 0 8px 8px;
}

@media (max-width: 1024px) {
    .cS5mK_main {
        grid-template-columns: 140px 160px 1fr 100px 140px;
        gap: 15px;
        padding: 15px;
    }

    .cS5mK_logo {
        width: 120px;
        height: 60px;
    }

    .bN3pR {
        font-size: 20px;
    }

    .sC9kM {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .cS5mK_main {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cS5mK_logo {
        width: 140px;
        height: 70px;
        margin: 0 auto;
    }

    .pR8sL {
        max-width: 300px;
        margin: 0 auto;
    }

    .pR8sL li {
        justify-content: center;
    }

    .vT2hX {
        width: 100%;
    }

    .tX2pQ {
        padding: 20px;
    }
}

.tX2pQ {
    padding: 60px 40px;
    background-color: var(--light-bg);
}

.tX2pQ_container {
    max-width: 1200px;
    margin: 0 auto;
}

.tX2pQ_section {
    background-color: var(--white);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.tX2pQ h2 {
    color: var(--primary-color);
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

.tX2pQ p {
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 16px;
}

.fT7nR {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 40px 20px 20px;
}

.fT7nR_container {
    max-width: 1200px;
    margin: 0 auto;
}

.fT7nR_disclaimer {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.8;
    font-size: 14px;
    opacity: 0.9;
}

.fT7nR_partners {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.fT7nR_partners img {
    height: 40px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: opacity 0.3s;
}

.fT7nR_partners a:hover img {
    opacity: 1;
}

.fT7nR_links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.fT7nR_links a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.fT7nR_links a:hover {
    opacity: 1;
}

.fT7nR_copyright {
    text-align: center;
    font-size: 12px;
    opacity: 0.7;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .fT7nR_partners {
        gap: 20px;
    }

    .fT7nR_partners img {
        height: 30px;
    }

    .fT7nR_links {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

.aV2pP {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.aV2pP_content {
    background-color: var(--white);
    padding: 40px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
}

.aV2pP_title {
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 700;
}

.aV2pP_text {
    margin-bottom: 30px;
    line-height: 1.6;
}

.aV2pP_buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.aV2pP_button {
    padding: 12px 30px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.aV2pP_accept {
    background-color: var(--secondary-color);
    color: var(--white);
}

.aV2pP_accept:hover {
    background-color: #c0392b;
}

.aV2pP_reject {
    background-color: #95a5a6;
    color: var(--white);
}

.aV2pP_reject:hover {
    background-color: #7f8c8d;
}

.cK3nM {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9998;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.cK3nM.sH2jM {
    transform: translateY(0);
}

.cK3nM_text {
    flex: 1;
    margin-right: 20px;
    font-size: 14px;
}

.cK3nM_buttons {
    display: flex;
    gap: 10px;
}

.cK3nM_button {
    padding: 8px 20px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s;
}

.cK3nM_accept {
    background-color: var(--secondary-color);
    color: var(--white);
}

.cK3nM_accept:hover {
    background-color: #c0392b;
}

.cK3nM_reject {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}

.cK3nM_reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.rT8mP {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    display: none;
}

.rT8mP.sH2jM {
    display: block;
}

.rT8mP_title {
    color: var(--secondary-color);
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.rT8mP_text {
    margin-bottom: 20px;
    line-height: 1.6;
}

.rT8mP_button {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 10px 25px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
}

.rT8mP_button:hover {
    background-color: #c0392b;
}

@media (max-width: 768px) {
    .aV2pP_content {
        padding: 30px 20px;
    }

    .aV2pP_buttons {
        flex-direction: column;
        gap: 10px;
    }

    .cK3nM {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .cK3nM_text {
        margin: 0 0 15px 0;
    }
}
