:root {
    --primary-gradient: linear-gradient(90deg, #98ad11, #4cad26, #2668a2);
    --primary-accent: #70d126;
    --text-dark: #000;
    --text-light: #fff;
    --error-color: #9e5eda;
    --success-color: #ffb521;
    --link-color: #8b59dc;
    --border-error: #322d52;
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Urbanist', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    background: none;
    border: none;
    cursor: poUrbanist;
    font-family: inherit;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
}

.MqGZJhxbZhDcUg {
    background: var(--primary-gradient);
    padding: 1rem 0;
    position: relative;
    z-index: 1000;
}

.heqCLKuE {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kNiyFN {
    display: flex;
    gap: 1rem;
}

.JXFeKPwxcuBJxs {
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    font-weight: 500;
    color: var(--text-dark);
    background-color: rgba(255, 255, 255, 0.9);
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.JXFeKPwxcuBJxs:hover {
    background-color: var(--text-light);
    transform: translateY(-2px);
}

.zPSqmV {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.QZwqBfDqSug {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--text-light);
}

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

.xvCDjYU {
    display: flex;
    gap: 2rem;
}

.DiNOVYgGYA {
    color: var(--text-light);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
}

.DiNOVYgGYA:hover {
    color: var(--text-dark);
}

.etiZMMXUHW {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: poUrbanist;
}

.etiZMMXUHW span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: var(--text-light);
    border-radius: 3px;
    transition: var(--transition);
}

.QPqIKAqu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.enOylHpj {
    background-color: var(--text-light);
    width: 50%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 8px;
    padding: 2rem;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.aiCdtuPSUsa {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    color: var(--text-dark);
    transition: var(--transition);
}

.aiCdtuPSUsa:hover {
    transform: rotate(150deg);
    color: var(--primary-accent);
}

.DzjEsXhxhmeGXN {
    text-align: center;
    margin-bottom: 2rem;
}

.DzjEsXhxhmeGXN h2 {
    margin-top: 1rem;
    color: var(--primary-accent);
}

.ttMjhuKurHX {
    border-radius: 50%;
    object-fit: cover;
}

.SiKrIvY {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.oINDDgHWyX {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.oINDDgHWyX label {
    font-weight: 500;
}

.oINDDgHWyX input {
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: var(--transition);
}

.oINDDgHWyX input:focus {
    outline: none;
    border-color: var(--primary-accent);
    box-shadow: 0 0 0 2px rgba(209, 140, 38, 0.2);
}

.oINDDgHWyX input.error {
    border-color: var(--border-error);
}

.lYgOo {
    position: relative;
}

.TeSjiwfHM {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    cursor: poUrbanist;
}

.MxLdQhgCIX {
    color: var(--error-color);
    font-size: 0.875rem;
    min-height: 1.25rem;
}

.idUQYqvffsh {
    display: flex;
    flex-direction: column;
}

.LpXWwTkTjJWHw {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.LpXWwTkTjJWHw input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 4px;
    cursor: poUrbanist;
    position: relative;
    transition: var(--transition);
}

.LpXWwTkTjJWHw input[type="checkbox"]:checked {
    background-color: var(--primary-accent);
    border-color: var(--primary-accent);
}

.LpXWwTkTjJWHw input[type="checkbox"]:checked::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--text-light);
}

.LpXWwTkTjJWHw label {
    cursor: poUrbanist;
}

.LpXWwTkTjJWHw a {
    color: var(--link-color);
    text-decoration: underline;
}

.qGNtkBJyWljog {
    text-align: right;
}

.qGNtkBJyWljog a {
    color: var(--link-color);
    font-size: 0.875rem;
}

.sFnjjG {
    padding: 0.75rem;
    background: var(--primary-gradient);
    color: var(--text-light);
    font-weight: 500;
    border-radius: 4px;
    transition: var(--transition);
}

.sFnjjG:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sFnjjG:disabled {
    background: #ddd;
    color: #777;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.FWxiUbGVM {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.875rem;
}

.FWxiUbGVM a {
    color: var(--link-color);
    font-weight: 500;
}

.ypmfXCil {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 4rem;
    color: var(--success-color);
}

.ypmfXCil i {
    animation: scaleIn 0.5s ease;
}

.yJECrWP {
    margin-top: 1.5rem;
    padding: 0.75rem 2rem;
    background: var(--primary-accent);
    color: var(--text-light);
    border-radius: 4px;
    transition: var(--transition);
}

.yJECrWP:hover {
    background: #b87715;
    transform: translateY(-2px);
}

@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 1280px) {
    .enOylHpj {
        width: 60%;
    }
}

@media (max-width: 1024px) {
    .enOylHpj {
        width: 70%;
    }
    
    .xvCDjYU {
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .heqCLKuE {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        padding: 1rem;
    }
    
    .kNiyFN {
        order: 2;
    }
    
    .zPSqmV {
        position: static;
        order: 1;
        transform: none;
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .liktaLWCCSS {
        order: 3;
    }
    
    .enOylHpj {
        width: 80%;
    }
    
    .CXfmbXOwUL {
        display: none;
    }
    
    .CXfmbXOwUL.active {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--primary-gradient);
        padding: 1rem;
    }
    
    .xvCDjYU {
        flex-direction: column;
        gap: 1rem;
    }
    
    .etiZMMXUHW {
        display: flex;
    }
    
    .etiZMMXUHW.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .etiZMMXUHW.active span:nth-child(2) {
        opacity: 0;
    }
    
    .etiZMMXUHW.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
}

@media (max-width: 480px) {
    .enOylHpj {
        width: 90%;
        padding: 1.5rem;
    }
    
    .JXFeKPwxcuBJxs {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
}

@media (max-width: 320px) {
    .enOylHpj {
        width: 95%;
        padding: 1rem;
    }
    
    .QZwqBfDqSug {
        font-size: 1.25rem;
    }
    
    .JXFeKPwxcuBJxs {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
}

.KocGATII {
    width: 100%;
    padding: 80px 20px;
    background: var(--primary-gradient);
    color: var(--text-light);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.kyCxqNXZ {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.FNYa {
    font-size: 2.5rem;
    margin-bottom: 20px;
    animation: skewScaleRotate 1s ease-out forwards;
}

.sJFfzaspQklh {
    font-size: 1.2rem;
    margin-bottom: 40px;
    max-width: 700px;
    animation: fadeInUp 1.2s ease-out forwards;
}

.xZuEH {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.pFpwaggxfqq {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.pFpwaggxfqq:hover {
    transform: scale(1.1);
}

.dtxJQyZB {
    font-size: 3rem;
    font-weight: 700;
    display: block;
}

.RjFHsqEDxYovt {
    font-size: 1rem;
    opacity: 0.8;
}

.QMTAkm {
    background: var(--success-color);
    color: var(--text-dark);
    font-size: 1.1rem;
    padding: 15px 30px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
}

.QMTAkm:hover {
    background: #f7a73a;
    transform: rotate(2deg) scale(1.05);
}

@keyframes skewScaleRotate {
    0% {
        transform: skewX(-10deg) scale(0.9);
        opacity: 0;
    }
    100% {
        transform: skewX(0deg) scale(1);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1280px) {
    .FNYa {
        font-size: 2.2rem;
    }

    .sJFfzaspQklh {
        font-size: 1.1rem;
    }
}

@media (max-width: 1024px) {
    .FNYa {
        font-size: 2rem;
    }

    .sJFfzaspQklh {
        font-size: 1rem;
    }

    .xZuEH {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .FNYa {
        font-size: 1.8rem;
    }

    .sJFfzaspQklh {
        font-size: 0.95rem;
    }

    .xZuEH {
        flex-direction: column;
        align-items: center;
    }

    .pFpwaggxfqq {
        min-width: 150px;
    }
}

@media (max-width: 480px) {
    .FNYa {
        font-size: 1.5rem;
    }

    .sJFfzaspQklh {
        font-size: 0.9rem;
    }

    .pFpwaggxfqq {
        min-width: 130px;
        padding: 15px 20px;
    }

    .dtxJQyZB {
        font-size: 2.5rem;
    }
}

@media (max-width: 320px) {
    .FNYa {
        font-size: 1.3rem;
    }

    .sJFfzaspQklh {
        font-size: 0.85rem;
    }

    .pFpwaggxfqq {
        min-width: 120px;
        padding: 10px 15px;
    }

    .dtxJQyZB {
        font-size: 2rem;
    }
}

.HObsKnAG {
    position: relative;
    width: 100%;
    min-height: 80vh;
    background: url('../nl-img/beg1.webp') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.RuHJgSJh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.EaBORip {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 20px;
    max-width: 1320px;
    margin: 0 auto;
    animation: fadeInUpRotate 1.5s ease-out forwards;
}

.VEbaLbt {
    font-size: 3rem;
    color: var(--text-light);
    margin-bottom: 20px;
    text-shadow: 2px 2px 6px #000;
    animation: scaleIn 1s ease-out forwards;
}

.rSZLaMhbv {
    font-size: 1.2rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto 30px;
    opacity: 0.9;
    text-shadow: 1px 1px 4px #000;
    animation: fadeIn 1.2s ease-out forwards;
}

.zeEZehmmL {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: var(--primary-accent);
    color: var(--text-light);
    font-size: 2.5rem;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    animation: pulseGlow 2s infinite alternate;
}

@keyframes fadeInUpRotate {
    0% {
        transform: translateY(40px) rotate(-2deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 8px 20px rgba(209, 140, 38, 0.6);
    }
    100% {
        transform: scale(1.05);
        box-shadow: 0 10px 30px rgba(209, 140, 38, 0.9);
    }
}

@media (max-width: 1280px) {
    .VEbaLbt {
        font-size: 2.8rem;
    }

    .rSZLaMhbv {
        font-size: 1.1rem;
    }

    .zeEZehmmL {
        font-size: 2.2rem;
        padding: 18px 35px;
    }
}

@media (max-width: 1024px) {
    .VEbaLbt {
        font-size: 2.5rem;
    }

    .rSZLaMhbv {
        font-size: 1rem;
    }

    .zeEZehmmL {
        font-size: 2rem;
        padding: 16px 30px;
    }
}

@media (max-width: 768px) {
    .VEbaLbt {
        font-size: 2.2rem;
    }

    .rSZLaMhbv {
        font-size: 0.95rem;
    }

    .zeEZehmmL {
        font-size: 1.8rem;
        padding: 14px 25px;
    }
}

@media (max-width: 480px) {
    .VEbaLbt {
        font-size: 1.8rem;
    }

    .rSZLaMhbv {
        font-size: 0.85rem;
    }

    .zeEZehmmL {
        font-size: 1.5rem;
        padding: 12px 20px;
        gap: 10px;
    }
}

@media (max-width: 320px) {
    .VEbaLbt {
        font-size: 1.5rem;
    }

    .rSZLaMhbv {
        font-size: 0.8rem;
    }

    .zeEZehmmL {
        font-size: 1.3rem;
        padding: 10px 15px;
    }
}

.UyLe {
    width: 100%;
    padding: 100px 20px;
    background: var(--primary-gradient);
    color: var(--text-light);
    display: flex;
    justify-content: center;
    align-items: center;
}

.rAPRHsxmJaVZP {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

.ohbHLp {
    flex: 1 1 45%;
    min-width: 300px;
    animation: skewInLeft 1s ease-out forwards;
}

.gnsUGFoosDvvz {
    font-size: 3rem;
    line-height: 1.2;
    text-shadow: 2px 2px 6px #000;
}

.TXGNIKzUpU {
    flex: 1 1 45%;
    min-width: 300px;
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    animation: scaleFadeIn 1.2s ease-out forwards;
}

.cqUgcb {
    font-size: 1.8rem;
    margin-bottom: 15px;
    opacity: 0.95;
}

.Gtaqz {
    font-size: 1.1rem;
    margin-bottom: 25px;
    opacity: 0.9;
}

.zbigQASn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.GRTdgmwYqCL,
.trastartnow_login {
    background: var(--success-color);
    color: var(--text-dark);
    font-size: 1rem;
    padding: 12px 25px;
    border-radius: 30px;
    transition: var(--transition);
}

.GRTdgmwYqCL:hover,
.trastartnow_login:hover {
    transform: rotate(2deg) scale(1.05);
    background: #f7a73a;
}

@keyframes skewInLeft {
    0% {
        transform: skewX(-10deg) translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: skewX(0deg) translateX(0);
        opacity: 1;
    }
}

@keyframes scaleFadeIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 1280px) {
    .gnsUGFoosDvvz {
        font-size: 2.8rem;
    }

    .cqUgcb {
        font-size: 1.6rem;
    }
}

@media (max-width: 1024px) {
    .gnsUGFoosDvvz {
        font-size: 2.5rem;
    }

    .cqUgcb {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .rAPRHsxmJaVZP {
        flex-direction: column;
        text-align: center;
    }

    .ohbHLp,
    .TXGNIKzUpU {
        flex: 1 1 100%;
    }

    .zbigQASn {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .gnsUGFoosDvvz {
        font-size: 2rem;
    }

    .cqUgcb {
        font-size: 1.3rem;
    }

    .Gtaqz {
        font-size: 1rem;
    }

    .zbigQASn {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 320px) {
    .gnsUGFoosDvvz {
        font-size: 1.8rem;
    }

    .cqUgcb {
        font-size: 1.1rem;
    }

    .Gtaqz {
        font-size: 0.9rem;
    }

    .zbigQASn button {
        width: 100%;
    }
}

.rqzhiWY {
    width: 100%;
    padding: 100px 20px;
    background-color: #1a1a1a;
    color: var(--text-light);
    text-align: center;
}

.uRUAEYIEvYTiX {
    max-width: 1320px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out forwards;
}

.mhfvhwz {
    font-size: 2.8rem;
    margin-bottom: 20px;
    animation: scaleIn 1s ease-out forwards;
}

.TEFpMljB {
    font-size: 1.2rem;
    color: var(--text-light);
    opacity: 0.85;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeIn 1.2s ease-out forwards;
}

.SoyYZmF {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.KPUmuZapkXJP {
    background: linear-gradient(135deg, #2d2d2d, #1f1f1f);
    border-radius: 15px;
    padding: 30px;
    flex: 1 1 calc(25% - 40px);
    min-width: 260px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.KPUmuZapkXJP:hover {
    transform: translateY(-10px) scale(1.03);
}

.mTFQLqVEoZHIA {
    font-size: 2.5rem;
    color: var(--primary-accent);
    margin-bottom: 15px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.KPUmuZapkXJP:hover .mTFQLqVEoZHIA {
    transform: rotate(15deg);
}

.GVoegrvZIbND {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.tvLvTNPl {
    font-size: 0.95rem;
    color: var(--text-light);
    opacity: 0.8;
}

.MYVxKUTTHaCh {
    margin-top: 40px;
    background: var(--success-color);
    color: var(--text-dark);
    font-size: 1.1rem;
    padding: 15px 35px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
}

.MYVxKUTTHaCh:hover {
    transform: rotate(1deg) scale(1.05);
    background: #f7a73a;
}

@keyframes fadeInUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1280px) {
    .mhfvhwz {
        font-size: 2.5rem;
    }

    .TEFpMljB {
        font-size: 1.1rem;
    }
}

@media (max-width: 1024px) {
    .mhfvhwz {
        font-size: 2.2rem;
    }

    .TEFpMljB {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .SoyYZmF {
        flex-direction: column;
        align-items: center;
    }

    .KPUmuZapkXJP {
        flex: 1 1 80%;
    }
}

@media (max-width: 480px) {
    .mhfvhwz {
        font-size: 2rem;
    }

    .TEFpMljB {
        font-size: 0.95rem;
    }

    .KPUmuZapkXJP {
        flex: 1 1 100%;
    }
}

@media (max-width: 320px) {
    .mhfvhwz {
        font-size: 1.7rem;
    }

    .TEFpMljB {
        font-size: 0.85rem;
    }

    .tvLvTNPl {
        font-size: 0.85rem;
    }
}

.fzVctPhQzEuDf {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url('../nl-img/beg2.webp') no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
    overflow: hidden;
}

.vRzuedRAgW {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.QQtqGKMoitL {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
    color: var(--text-light);
    animation: fadeInUpRotate 1.5s ease-out forwards;
}

.lOsGUk {
    font-size: 2.6rem;
    margin-bottom: 40px;
    text-shadow: 2px 2px 6px #000;
    animation: scaleIn 1s ease-out forwards;
}

.WydRwJT {
    font-size: 1.4rem;
    margin-top: 15px;
    margin-bottom: 10px;
}

.cmiGxSEpMwgZx {
    font-size: 0.95rem;
    opacity: 0.9;
}

.kdEDDysaFFHE {
    margin-bottom: 80px;
}

.RJgGoIYXu {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.emYeEC {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    flex: 1 1 calc(25% - 40px);
    min-width: 260px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.emYeEC:hover {
    transform: translateY(-10px) scale(1.03);
}

.traprocessstartimg {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 2px solid var(--primary-accent);
}

.rcbRHqHlYgXPAt {
    font-size: 2.5rem;
    color: var(--primary-accent);
    margin-bottom: 15px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.emYeEC:hover .rcbRHqHlYgXPAt {
    transform: rotate(15deg);
}

.lujfbJ {
    text-align: left;
    margin-bottom: 10px;
    font-size: 0.9rem;
    opacity: 0.85;
}

.lujfbJ li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.lujfbJ li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary-accent);
}

.xBOgvNeIkwEz {
    background: var(--primary-accent);
    color: var(--text-light);
    font-size: 1.2rem;
    padding: 18px 40px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
    margin-top: 60px;
}

.xBOgvNeIkwEz:hover {
    transform: rotate(1deg) scale(1.05);
    background: #f7a73a;
}

@keyframes fadeInUpRotate {
    0% {
        transform: translateY(40px) rotate(-2deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 1280px) {
    .lOsGUk {
        font-size: 2.4rem;
    }

    .WydRwJT {
        font-size: 1.3rem;
    }
}

@media (max-width: 1024px) {
    .lOsGUk {
        font-size: 2.2rem;
    }

    .WydRwJT {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .emYeEC {
        flex: 1 1 45%;
    }
}

@media (max-width: 480px) {
    .lOsGUk {
        font-size: 1.8rem;
    }

    .WydRwJT {
        font-size: 1.1rem;
    }

    .emYeEC {
        flex: 1 1 100%;
    }
}

@media (max-width: 320px) {
    .lOsGUk {
        font-size: 1.6rem;
    }

    .WydRwJT {
        font-size: 1rem;
    }

    .lujfbJ li {
        font-size: 0.85rem;
    }
}

.uvWvMKmafwwift {
    width: 100%;
    padding: 100px 20px;
    background: var(--primary-gradient);
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

.kzzmayD {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

.CIoetZq {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: left;
    animation: fadeInLeft 1s ease-out forwards;
}

.gSnXTbjx {
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.dwNemBKGKj {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.QgWuCXfGLg {
    background: var(--success-color);
    color: var(--text-dark);
    font-size: 1.1rem;
    padding: 14px 30px;
    border-radius: 50px;
    transition: var(--transition);
}

.QgWuCXfGLg:hover {
    transform: rotate(1deg) scale(1.05);
    background: #f7a73a;
}

.VDdqI {
    flex: 1 1 50%;
    min-width: 300px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 900px) {
    .VDdqI {
        display: none;
    }
}

.CFxXJBxEpJ {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
    flex-wrap: nowrap;
}

.XQxtkpZB {
    flex: 0 0 calc(50% - 10px);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.XQxtkpZB:hover {
    transform: translateY(-10px) scale(1.02);
}

.wWhEhpm {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.Tjuxqey {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 10px;
}

.SSPwVOUvDZveY {
    font-size: 0.95rem;
    margin-bottom: 15px;
    flex-grow: 1;
}

.WOYCQeHi {
    font-size: 1rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.FQRkWZwECB {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.HjuRXb {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.RkFrAaxqFnDz,
.aNZPN {
    background: var(--primary-accent);
    color: var(--text-light);
    font-size: 1.2rem;
    padding: 10px 15px;
    border-radius: 50%;
    transition: var(--transition);
}

.RkFrAaxqFnDz:hover,
.aNZPN:hover {
    background: #f7a73a;
    transform: rotate(2deg) scale(1.1);
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .CFxXJBxEpJ {
        gap: 15px;
    }

    .XQxtkpZB {
        flex: 0 0 calc(50% - 7.5px);
    }
}

@media (max-width: 768px) {
    .kzzmayD {
        flex-direction: column;
        text-align: center;
    }

    .CIoetZq {
        text-align: center;
        flex: 1 1 100%;
    }

    .CFxXJBxEpJ {
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .XQxtkpZB {
        flex: 0 0 90vw;
        max-width: 90vw;
    }

    .VDdqI {
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .kzzmayD {
        align-content: center;
    }

    .gSnXTbjx {
        font-size: 1.8rem;
    }

    .dwNemBKGKj {
      width: 300px;
      text-align: center;
    }

    .XQxtkpZB {
        flex: 0 0 95vw;
        max-width: 95vw;
    }

    .wWhEhpm {
        font-size: 1.4rem;
    }

    .Tjuxqey {
        font-size: 0.8rem;
    }

    .SSPwVOUvDZveY {
        font-size: 0.85rem;
    }
}

@media (max-width: 320px) {
    .gSnXTbjx {
        font-size: 1.4rem;
    }

    .dwNemBKGKj {
      width: 290px;
      text-align: center;
    }

    .XQxtkpZB {
        flex: 0 0 100vw;
        max-width: 100vw;
        padding: 20px;
    }

    .wWhEhpm {
        font-size: 1.3rem;
    }

    .Tjuxqey {
        flex-direction: column;
        align-items: flex-start;
    }

    .WOYCQeHi {
        font-size: 0.9rem;
    }
}

.PpWcuCqo {
    width: 100%;
    padding: 100px 20px;
    background: var(--primary-gradient);
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

.uQLYiJhjPsUHq {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

.OfZbrphcr {
    flex: 1 1 50%;
    width: 300px;
    text-align: left;
    background-color: var(--border-error);
    padding: 8px 14px;
    border-radius: 11px;
    animation: fadeInLeft 1s ease-out forwards;
}

.BcIRODVUZ {
    font-size: 2.6rem;
    margin-bottom: 20px;
}

.xcmSNjqhd {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.9;
}

.nQAHApYmiNkmh {
    color: var(--text-dark);
    font-weight: 600;
    position: relative;
}

.nQAHApYmiNkmh::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    margin-top: 15px;
    background: var(--text-dark);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nQAHApYmiNkmh:hover::after {
    color: var(--text-dark);
    transform: scaleX(1);
}

.tVzQsMrYCHs {
    flex: 1 1 40%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    text-align: center;
}

.FZWNQRsgafhuy {
    display: block;
    border: none;
    transition: transform 0.3s ease;
}

.FZWNQRsgafhuy:hover {
    transform: scale(1.05) rotate(1deg);
}

.FZWNQRsgafhuy-age {
    margin-top: -40px;
    margin-bottom: -40px;
    z-index: 1;
    transform: rotate(10deg);
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .uQLYiJhjPsUHq {
        flex-direction: column;
        text-align: center;
    }

    .OfZbrphcr {
        flex: 1 1 100%;
    }

    .tVzQsMrYCHs {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .BcIRODVUZ {
        font-size: 2.2rem;
    }

    .xcmSNjqhd {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .BcIRODVUZ {
        font-size: 2rem;
    }

    .xcmSNjqhd {
        font-size: 0.95rem;
    }

    .FZWNQRsgafhuy {
        width: 100px;
        height: auto;
    }

    .FZWNQRsgafhuy-age {
        width: 50px;
        height: 50px;
        margin-top: -30px;
        margin-bottom: -30px;
    }
}

@media (max-width: 320px) {
    .BcIRODVUZ {
        font-size: 1.8rem;
    }

    .xcmSNjqhd {
        font-size: 0.85rem;
    }

    .FZWNQRsgafhuy {
        width: 90px;
        height: auto;
    }

    .FZWNQRsgafhuy-age {
        width: 40px;
        height: 40px;
        margin-top: -25px;
        margin-bottom: -25px;
    }
}

.trafootersection {
    width: 100%;
}

.traresponsibleblock {
    background-color: #1a1a1a;
    padding: 60px 20px;
    color: var(--text-light);
    text-align: center;
    position: relative;
}

.OfZbrphcr {
    max-width: 1320px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out forwards;
}

.BcIRODVUZ {
    font-size: 2.2rem;
    margin-bottom: 20px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.traresponsibleicon {
    font-size: 1.5rem;
    color: var(--primary-accent);
    transition: transform 0.3s ease;
}

.traresponsibleicon:hover {
    transform: rotate(10deg) scale(1.2);
}

.xcmSNjqhd {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 900px;
    margin: 0 auto;
}

.nQAHApYmiNkmh {
    color: var(--link-color);
    font-weight: 500;
    position: relative;
}

.nQAHApYmiNkmh::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--link-color);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nQAHApYmiNkmh:hover::after {
    transform: scaleX(1);
}

.traresponsibleblock::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: var(--primary-accent);
    animation: pulseLine 2s infinite alternate;
}

@keyframes pulseLine {
    0% { opacity: 0.8; }
    100% { opacity: 1; }
}

.FFjVXWoZmg {
    background-color: #111;
    color: var(--text-light);
    padding: 40px 20px;
    font-size: 0.95rem;
}

.KNhdyK {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.fMZYSpigrC {
    width: 100%;
    text-align: center;
}

.kPwPIWqaTEu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.bJchixZlyeB {
    color: var(--text-light);
    transition: color 0.3s ease;
}

.bJchixZlyeB:hover {
    color: var(--primary-accent);
}

.VCDwcP {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.cEuZuVv {
    filter: brightness(0.9);
    transition: transform 0.3s ease;
}

.cEuZuVv:hover {
    transform: scale(1.05);
}

.ELiDVPkwv {
    font-size: 0.9rem;
    opacity: 0.7;
}

@keyframes fadeInUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .BcIRODVUZ {
        font-size: 2rem;
    }

    .kPwPIWqaTEu {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .BcIRODVUZ {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 10px;
    }

    .kPwPIWqaTEu {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .BcIRODVUZ {
        font-size: 1.6rem;
    }

    .xcmSNjqhd {
        font-size: 0.9rem;
    }

    .ELiDVPkwv {
        font-size: 0.85rem;
    }
}

@media (max-width: 320px) {
    .OfZbrphcr {
      width: 225px;
    }
    .BcIRODVUZ {
        font-size: 1.4rem;
    }

    .xcmSNjqhd {
        font-size: 0.8rem;
    }
}

.apkKu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.97);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.apkKu.active {
    visibility: visible;
    opacity: 1;
}

.oYClaGslcS {
    max-width: 500px;
    width: 90%;
    background: #1a1a1a;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    position: relative;
    animation: fadeInUp 1s ease-out forwards;
}

.cYPMr {
    font-family: 'Barlow', sans-serif;
    font-size: 2rem;
    margin-bottom: 15px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.WXlxnRvueXarVMI {
    font-family: 'Urbanist', sans-serif;
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 25px;
    opacity: 0.8;
}

.RmYMNKxpAm {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.ENHMCRgyIo {
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    transition: var(--transition);
}

.nfPoTFMptaqt {
    background: var(--success-color);
    color: var(--text-dark);
}

.nfPoTFMptaqt:hover {
    background: #f7a73a;
    transform: scale(1.05);
}

.XNNVmNrxT {
    background: var(--error-color);
    color: var(--text-light);
}

.XNNVmNrxT:hover {
    transform: rotate(-2deg) scale(1.05);
}

.XZFfBAX {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1a1a1a;
    color: var(--text-light);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9998;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.XZFfBAX.active {
    visibility: visible;
    opacity: 1;
}

.tiGgEQdl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 1320px;
    margin: 0 auto;
}

.xaTcUIl {
    font-size: 1.5rem;
    color: var(--primary-accent);
}

.bXLSbrAKi {
    font-size: 0.95rem;
    color: var(--text-light);
    flex: 1 1 auto;
    text-align: center;
}

.IWaXthC {
    color: var(--link-color);
    font-weight: 600;
    position: relative;
}

.IWaXthC::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--link-color);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.IWaXthC:hover::after {
    transform: scaleX(1);
}

.zdvjFWmempT {
    background: var(--primary-accent);
    color: var(--text-light);
    font-size: 0.95rem;
    padding: 10px 25px;
    border-radius: 30px;
    transition: var(--transition);
}

.zdvjFWmempT:hover {
    background: #f7a73a;
    transform: scale(1.05);
}

.OgeugL {
    position: fixed;
    bottom: 160px;
    left: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary-accent);
    color: var(--text-light);
    font-size: 1.2rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: poUrbanist;
    z-index: 9997;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.OgeugL.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.OgeugL:hover {
    background: #f7a73a;
    transform: translateY(-5px);
}

@keyframes fadeInUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .tiGgEQdl {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .RmYMNKxpAm {
        flex-direction: column;
        width: 100%;
    }

    .ENHMCRgyIo {
        width: 100%;
    }
}

.VdhRj {
    width: 100%;
    padding: 80px 20px;
    background-color: #1e1e1e;
    color: var(--text-light);
    text-align: center;
}

.jWoFipsn {
    max-width: 1000px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out forwards;
}

.aCfIfVUQQ {
    font-size: 2.6rem;
    margin-bottom: 20px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.PCWOIrsVXWMJY {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

.lEalohrWMyiF {
    width: 100%;
    padding: 60px 20px;
    background-color: #141414;
    color: var(--text-light);
}

.TKCdRb {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.tnugbkYeslwHKr {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.aePFYSISOAg {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: left;
}

.mzZcoq {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.thPeNsgIL {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 8px;
    background: #2d2d2d;
    color: var(--text-light);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.thPeNsgIL:focus {
    outline: none;
    box-shadow: 0 0 5px var(--primary-accent);
}

.bpAGFabXzM {
    resize: vertical;
    min-height: 100px;
}

.mddjk {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.IXhCAFJoLgIhT {
    position: relative;
    padding-left: 30px;
    cursor: poUrbanist;
    font-size: 0.95rem;
    user-select: none;
}

.OEcfA {
    position: absolute;
    opacity: 0;
    cursor: poUrbanist;
    height: 0;
    width: 0;
}

.OEcfA-checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #2d2d2d;
    border: 2px solid #555;
    border-radius: 4px;
}

.OEcfA:checked ~ .OEcfA-checkmark {
    background-color: var(--primary-accent);
}

.OEcfA:checked ~ .OEcfA-checkmark::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 5px;
    color: var(--text-dark);
}

.MypDfFWv {
    color: var(--error-color);
    font-size: 0.85rem;
    margin-top: 3px;
    min-height: 18px;
    text-align: left;
}

.UNcYwpTEtc {
    align-self: flex-start;
    background: var(--primary-accent);
    color: var(--text-light);
    font-size: 1rem;
    padding: 12px 30px;
    border-radius: 30px;
    cursor: not-allowed;
    opacity: 0.6;
    transition: var(--transition);
}

.UNcYwpTEtc.active {
    cursor: poUrbanist;
    opacity: 1;
    background: #f7a73a;
    transform: scale(1.03);
}

.UNcYwpTEtc:hover.active {
    background: #ad7111;
    transform: scale(1.05) rotate(-1deg);
}

.evUxOGqdDwfft {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.evUxOGqdDwfft.active {
    visibility: visible;
    opacity: 1;
}

.SqHqQXw {
    background: #1a1a1a;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    position: relative;
}

.jLpLqYAP {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    color: var(--primary-accent);
    background: none;
    border: none;
    cursor: poUrbanist;
}

.Zqfjtcn {
    font-size: 3rem;
    color: var(--success-color);
    margin-bottom: 15px;
}

.GLoiJ {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.YIoDyhEVzxkstnG {
    font-size: 1rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .aePFYSISOAg {
        font-size: 1.8rem;
    }

    .thPeNsgIL {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .tnugbkYeslwHKr {
        padding: 20px;
    }

    .UNcYwpTEtc {
        width: 100%;
    }
}

.BtvxaBRMts {
    width: 100%;
    padding: 80px 20px;
    background-color: #1e1e1e;
    color: var(--text-light);
    text-align: center;
}

.jWoFipsn {
    max-width: 1000px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out forwards;
}

.aCfIfVUQQ {
    font-size: 2.6rem;
    margin-bottom: 20px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.PCWOIrsVXWMJY {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

.RRNBqUzIKIDioAe {
    width: 100%;
    padding: 60px 20px;
    background-color: #141414;
    color: var(--text-light);
}

.WDydFmBxj {
    max-width: 1000px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out forwards;
}

.qXIdOtRQdL {
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-align: center;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.GKWBJGgmedaInBn {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.QeLhzeqLVRSzS {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.aOnnGjyVzn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: poUrbanist;
    font-weight: 600;
    position: relative;
    transition: background 0.3s ease;
}

.aOnnGjyVzn:hover {
    background: rgba(255, 255, 255, 0.07);
}

.wpEhE {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.HKhxbmUQSwBX {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 20px;
    opacity: 0.9;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.QeLhzeqLVRSzS.open .HKhxbmUQSwBX {
    max-height: 450px;
    padding: 15px 20px;
    transition: max-height 0.3s ease-in;
}

@media (max-width: 768px) {
    .qXIdOtRQdL {
        font-size: 1.8rem;
    }

    .aOnnGjyVzn {
        font-size: 1rem;
    }

    .HKhxbmUQSwBX {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .qXIdOtRQdL {
        font-size: 1.6rem;
    }

    .aOnnGjyVzn {
        font-size: 0.95rem;
    }

    .wpEhE {
        font-size: 1rem;
    }
}

.BtvxaBRMts {
    width: 100%;
    padding: 80px 20px;
    background-color: #1e1e1e;
    color: var(--text-light);
    text-align: center;
}

.PtACsV {
    max-width: 1000px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out forwards;
}

.ErcHzoJo {
    font-size: 2.6rem;
    margin-bottom: 20px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.LjOSUDmpxHNO {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

.uQnswALSME {
    width: 100%;
    padding: 60px 20px;
    background-color: #141414;
    color: var(--text-light);
}

.jCELmdNaZjs {
    max-width: 1000px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out forwards;
}

.xQzmItsOM {
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-align: center;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cBSNOKOhjA {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.dVZHH {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
    padding-left: 40px;
    position: relative;
    transition: transform 0.3s ease;
}

.dVZHH:hover {
    transform: skew(-1deg, 0deg) scale(1.02);
}

.dVZHH::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: var(--primary-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    font-size: 1.1rem;
}

.ieEKPhWGver {
    font-size: 1.3rem;
    color: var(--text-light);
}

@media (max-width: 768px) {
    .ErcHzoJo {
        font-size: 2rem;
    }

    .xQzmItsOM {
        font-size: 1.8rem;
    }

    .dVZHH {
        font-size: 0.95rem;
        padding-left: 50px;
    }

    .dVZHH::before {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .ErcHzoJo {
        font-size: 1.8rem;
    }

    .xQzmItsOM {
        font-size: 1.6rem;
    }

    .dVZHH {
        font-size: 0.9rem;
        padding-left: 50px;
    }

    .dVZHH::before {
        width: 26px;
        height: 26px;
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.woRRcDGjIYU {
    width: 100%;
    padding: 80px 20px;
    background-color: #1e1e1e;
    color: var(--text-light);
    text-align: center;
}

.KXVWjNxskyxaR {
    max-width: 1000px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out forwards;
}

.KueEFhlycpWSc {
    font-size: 2.6rem;
    margin-bottom: 20px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.KELHgksuQcq {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

.DUNAgLksVOY {
    width: 100%;
    padding: 60px 20px;
    background-color: #141414;
    color: var(--text-light);
}

.xreIPql {
    max-width: 1000px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out forwards;
}

.VWLESTuEdUJ {
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-align: center;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wLeQziWzk {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.IwRbGMqP {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
    padding-left: 40px;
    position: relative;
    transition: transform 0.3s ease;
}

.IwRbGMqP:hover {
    transform: skew(-1deg, 0deg) scale(1.02);
}

.IwRbGMqP::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: var(--primary-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    font-size: 1.1rem;
}

.JUeuMmOAAk {
    font-size: 1.3rem;
    color: var(--text-light);
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .KueEFhlycpWSc {
        font-size: 2rem;
    }

    .VWLESTuEdUJ {
        font-size: 1.8rem;
    }

    .IwRbGMqP {
        font-size: 0.95rem;
        padding-left: 50px;
    }

    .IwRbGMqP::before {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .KueEFhlycpWSc {
        font-size: 1.8rem;
    }

    .VWLESTuEdUJ {
        font-size: 1.6rem;
    }

    .IwRbGMqP {
        font-size: 0.9rem;
        padding-left: 50px;
    }

    .IwRbGMqP::before {
        width: 26px;
        height: 26px;
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.dyqQLWRer{
    width: 100%;
    padding: 80px 20px;
    background-color: #1e1e1e;
    color: var(--text-light);
    text-align: center;
}

.MEDUpCaIm {
    max-width: 1000px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out forwards;
}

.gJtzDGapssxy {
    font-size: 2.6rem;
    margin-bottom: 20px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.GFdgyJEqO {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

.rADYRzSzQT {
    width: 100%;
    padding: 60px 20px;
    background-color: #141414;
    color: var(--text-light);
}

.KyhnDHFOfdkvG {
    max-width: 1000px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out forwards;
}

.bWNfomOUw {
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-align: center;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.unBeRnOyPs {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.xWFYEUAocWmN {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
    padding-left: 40px;
    position: relative;
    transition: transform 0.3s ease;
}

.xWFYEUAocWmN:hover {
    transform: skew(-1deg, 0deg) scale(1.02);
}

.xWFYEUAocWmN::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: var(--primary-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    font-size: 1.1rem;
}

.MGxDuxitw {
    font-size: 1.3rem;
    color: var(--text-light);
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .gJtzDGapssxy {
        font-size: 2rem;
    }

    .bWNfomOUw {
        font-size: 1.8rem;
    }

    .xWFYEUAocWmN {
        font-size: 0.95rem;
        padding-left: 50px;
    }

    .xWFYEUAocWmN::before {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .gJtzDGapssxy {
        font-size: 1.8rem;
    }

    .bWNfomOUw {
        font-size: 1.6rem;
    }

    .xWFYEUAocWmN {
        font-size: 0.9rem;
        padding-left: 50px;
    }

    .xWFYEUAocWmN::before {
        width: 26px;
        height: 26px;
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}