:root {
    --enlprimary-color: #14248c;
    --enlsecondary-color: #1f5ea2;
    --enlaccent-color: #eb8a48;
    --enltext-light: #f5f5f5;
    --enltext-dark: #212121;
    --enlbg-light: #ffffff;
    --enlbg-dark: #121212;
    --enlsuccess-color: #3ca640;
    --enlwarning-color: #ffcc00;
    --enlerror-color: #cd3d32;
    --enlshadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --enltransition: all 0.3s ease;
}

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

body {
    font-family: 'Karla', sans-serif;
    line-height: 1.6;
    color: var(--enltext-dark);
    background-color: var(--enlbg-light);
    overflow-x: hidden;
}

.oGvrdkt {
    background-color: var(--enlprimary-color);
    color: var(--enltext-light);
    padding: 1rem 2rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: var(--enlshadow);
}

.LYykZzSTrv {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    max-width: 1380px;
    margin: 0 auto;
}

.JHsfXvgY {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
}

.VDetQLOuxqLrv {
    font-size: 2rem;
    color: var(--enlaccent-color);
}

.nzRIWQYx {
    justify-self: center;
}

.FCAHoCly {
    display: flex;
    gap: 2rem;
    list-style: none;
        @media (max-width: 768px) {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--enlprimary-color);
        flex-direction: column;
        padding: 2rem 1rem;
        gap: 1.5rem;
        box-shadow: 0 10px 15px rgba(0,0,0,0.1);
        z-index: 999;
        
        &.active {
            display: flex;
        }
    }
}

.zdmTdWIbFIuuj {
    text-align: center;
}

.jNFtgxBhxiwE {
    color: var(--enltext-light);
    text-decoration: none;
    font-weight: 500;
    transition: var(--enltransition);
    position: relative;
    padding: 0.5rem 0;
}

.jNFtgxBhxiwE:hover {
    color: var(--enlaccent-color);
}

.jNFtgxBhxiwE::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--enlaccent-color);
    transition: var(--enltransition);
}

.jNFtgxBhxiwE:hover::after {
    width: 100%;
}

.vuxvhgdSu {
    display: none;
    cursor: poKarla;    
    @media (max-width: 768px) {
        display: block;
        cursor: poKarla;
        z-index: 1000;
    }
}

@media (max-width: 1024px) {
    .FCAHoCly {
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {    
    .vuxvhgdSu {
        display: flex;
        justify-self: end;
    }
}

@media (max-width: 480px) {
    .oGvrdkt {
        padding: 1rem;
    }
    
    .JHsfXvgY {
        font-size: 0.7rem;
    }
    
    .VDetQLOuxqLrv {
        font-size: 1.5rem;
    }
}

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

.bZHvsLYeG {
    position: relative;
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 14rem 2rem 4rem;
    overflow: hidden;
}

.EsypVWgnla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../art/in_fon1.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.8;
    
    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(20, 52, 140, 0.9) 0%, rgba(31, 103, 162, 0.8) 100%);
    }
}

.tndsfk {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: var(--enltext-light);
    z-index: 1;
}

.KgONJSCjuQsPY {
    font-family: 'Nunito', sans-serif;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    animation: fadeInDown 1s ease;
}

.TJWVnZXeQhqr {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 3rem;
    animation: fadeIn 1.5s ease;
}

.zDYaDMV {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
    animation: fadeInUp 1s ease;
}

.CVLdLxtXwJQ {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    padding: 2rem;
    transition: var(--enltransition);
    
    &:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
    
    .bi {
        font-size: 3rem;
        color: var(--enlaccent-color);
        margin-bottom: 1rem;
    }
    
    h3 {
        font-family: 'Nunito', sans-serif;
        margin-bottom: 0.5rem;
    }
}

.dcGRvKzDECItCZT {
    display: inline-block;
    background-color: var(--enlaccent-color);
    color: var(--enltext-light);
    padding: 1rem 2rem;
    border-radius: 2rem;
    text-decoration: none;
    font-weight: 600;
    transition: var(--enltransition);
    animation: pulse 2s infinite;
    
    &:hover {
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(233, 30, 99, 0.4);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@media (max-width: 768px) {
    .KgONJSCjuQsPY {
        font-size: 2.5rem;
    }
    
    .zDYaDMV {
        grid-template-columns: 1fr;
    }
}

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

.MOviVnHxUk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 80vh;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.FNbWTbpfofGH {
    width: 100%;
    max-width: 650px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
    
    &:hover img {
        transform: scale(1.05);
    }
}

.dkanRW {
    width: 100%;
    max-width: 565px;
    padding: 0 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.exCgHMT {
    font-family: 'Nunito', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--enlprimary-color);
}

.rDmliqsqCPegY {
    margin-bottom: 1rem;
    line-height: 1.7;
}

.YTsFfHM {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
}

.lThKFN {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    
    .bi {
        color: var(--enlaccent-color);
    }
}

.YBDZIjrM {
    align-self: flex-start;
    background-color: var(--enlprimary-color);
    color: var(--enltext-light);
    padding: 0.8rem 1.5rem;
    border-radius: 2rem;
    text-decoration: none;
    font-weight: 600;
    transition: var(--enltransition);
    
    &:hover {
        background-color: var(--enlsecondary-color);
        transform: translateY(-3px);
        box-shadow: var(--enlshadow);
    }
}

@media (max-width: 1024px) {
    .MOviVnHxUk {
        padding: 4rem 0.5rem;
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .FNbWTbpfofGH {
        min-height: 400px;
    }
    
    .dkanRW {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .dkanRW {
        width: 285px;
    }

    .YTsFfHM {
        grid-template-columns: 1fr;
    }
    
    .exCgHMT {
        font-size: 2rem;
    }
}

.tFwBeyKqgi {
    position: relative;
    min-height: 80vh;
    display: grid;
    place-items: center;
    padding: 4rem 2rem;
    overflow: hidden;
}

.BxvMmxmVcMsISF {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../art/in_fon2.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.8;
    
    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(33, 33, 33, 0.9) 0%, rgba(66, 66, 66, 0.8) 100%);
    }
}

.radLj {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: var(--enltext-light);
    z-index: 1;
}

.GBDKXbsNIY {
    font-family: 'Nunito', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.nCoOSFq {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.bBfWInob {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    padding: 2rem;
    transition: var(--enltransition);
    
    &:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }
}

.buKgAfYMt {
    width: 80px;
    height: 80px;
    background-color: var(--enlaccent-color);
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 1.5rem;
    
    .bi {
        font-size: 2.5rem;
        color: var(--enltext-light);
    }
}

.bBfWInob h3 {
    font-family: 'Nunito', sans-serif;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.ryYmhqwfxNeJhIi {
    display: inline-block;
    background-color: var(--enlaccent-color);
    color: var(--enltext-light);
    padding: 1rem 2rem;
    border-radius: 2rem;
    text-decoration: none;
    font-weight: 600;
    transition: var(--enltransition);
    
    &:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(233, 30, 99, 0.4);
    }
}

@media (max-width: 768px) {
    .nCoOSFq {
        grid-template-columns: 1fr;
    }
    
    .GBDKXbsNIY {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .GBDKXbsNIY {
        font-size: 1.8rem;
    }
    
    .bBfWInob {
        padding: 1.5rem;
    }
}

.uAtksrOs {
    max-width: 1380px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.HIHgrdt {
    max-width: 800px;
    margin: 0 auto;
}

.getawgwnZVk {
    font-family: 'Nunito', sans-serif;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--enlprimary-color);
}

.OSbYvlzsDzH {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: var(--enlshadow);
}

.oIXjjquof {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    
    &:last-child {
        border-bottom: none;
    }
}

.qnkJIgtE {
    width: 100%;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--enlbg-light);
    border: none;
    cursor: poKarla;
    transition: var(--enltransition);
    
    &:hover {
        background-color: #f5f5f5;
    }
    
    span:first-child {
        font-weight: 600;
        text-align: left;
    }
    
    .bi {
        transition: transform 0.3s ease;
    }
    
    &[aria-expanded="true"] .bi {
        transform: rotate(180deg);
    }
}

.uuciXxdy {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    
    p {
        padding-bottom: 1.5rem;
    }
    
    &[aria-hidden="false"] {
        max-height: 300px;
        padding: 0 1.5rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .getawgwnZVk {
        font-size: 2rem;
    }
    
    .qnkJIgtE {
        padding: 1rem;
    }
}

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

.wuRXLmsJMjlk {
    max-width: 1380px;
    margin: 0 auto;
    padding: 4rem 2rem;
    background-color: #f9f9f9;
}

.FGClxk {
    max-width: 1200px;
    margin: 0 auto;
}

.sLamqWvBKFjJ {
    font-family: 'Nunito', sans-serif;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--enlprimary-color);
}

.btHyOItikdmbW {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.pxFkLRPQSOEix {
    background-color: var(--enlbg-light);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: var(--enlshadow);
    text-align: center;
    transition: var(--enltransition);
    
    &:hover {
        transform: translateY(-10px);
    }
}

.DPLuhqr {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1rem;
    
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.PNsAYKKydVSOa {
    color: var(--enlaccent-color);
    margin-bottom: 1rem;
}

.zsAAAbu {
    font-style: italic;
    margin-bottom: 1rem;
    position: relative;
    
    &::before, &::after {
        content: '"';
        font-size: 2rem;
        color: var(--enlaccent-color);
        opacity: 0.3;
    }
    
    &::before {
        position: absolute;
        top: -1rem;
        left: -1rem;
    }
    
    &::after {
        position: absolute;
        bottom: -2rem;
        right: -1rem;
    }
}

.LLKftIhROqx {
    font-weight: 600;
    color: var(--enlprimary-color);
}

@media (max-width: 768px) {
    .btHyOItikdmbW {
        grid-template-columns: 1fr;
    }
    
    .sLamqWvBKFjJ {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .sLamqWvBKFjJ {
        font-size: 1.8rem;
    }
    
    .pxFkLRPQSOEix {
        padding: 1.5rem;
    }
}

.lWAARvsJB {
    max-width: 1380px;
    margin: 0 auto;
    padding: 4rem 2rem;
    background-color: var(--enlprimary-color);
    color: var(--enltext-light);
}

.ProdkGax {
    max-width: 1200px;
    margin: 0 auto;
}

.oVFJGfUFP {
    font-family: 'Nunito', sans-serif;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
}

.qXhOycuUMsV {
    margin-bottom: 3rem;
    
    ul {
        margin: 1rem 0 1rem 2rem;
    }
    
    li {
        margin-bottom: 0.5rem;
        position: relative;
        
        &::before {
            content: '';
            position: absolute;
            left: -1.5rem;
            top: 0.5rem;
            width: 0.5rem;
            height: 0.5rem;
            background-color: var(--enlaccent-color);
            border-radius: 50%;
        }
    }
}

.WBbno {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.bREYZMDKfq {
    display: block;
    width: 150px;
    height: 80px;
    
    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: brightness(0) invert(1);
        opacity: 0.8;
        transition: var(--enltransition);
    }
    
    &:hover img {
        opacity: 1;
    }
}

.SYArKFoLwYcwB {
    width: 60px;
    height: 60px;
    
    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (max-width: 768px) {
    .oVFJGfUFP {
        font-size: 2rem;
    }
    
    .WBbno {
        gap: 1.5rem;
    }
    
    .bREYZMDKfq {
        width: 120px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .oVFJGfUFP {
        font-size: 1.8rem;
    }
    
    .WBbno {
        gap: 1rem;
    }
    
    .bREYZMDKfq {
        width: 100px;
        height: 50px;
    }
    
    .SYArKFoLwYcwB {
        width: 50px;
        height: 50px;
    }
}

.xHAKezprfQRWJXe {
    max-width: 1380px;
    margin: 0 auto;
    padding: 4rem 2rem;
    background-color: #f5f5f5;
}

.ihKhJiLglZo {
    max-width: 800px;
    margin: 0 auto;
}

.etonVIts {
    font-family: 'Nunito', sans-serif;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
    color: var(--enlprimary-color);
}

.kWFuFUxZLWDj {
    display: grid;
    gap: 1.5rem;
}

.UebUfVGi {
    display: flex;
    flex-direction: column;
    
    label {
        margin-bottom: 0.5rem;
        font-weight: 500;
    }
    
    input, textarea {
        padding: 1rem;
        border: 1px solid #ddd;
        border-radius: 0.5rem;
        font-family: 'Karla', sans-serif;
        transition: var(--enltransition);
        
        &:focus {
            outline: none;
            border-color: var(--enlprimary-color);
            box-shadow: 0 0 0 2px rgba(20, 52, 140, 0.2);
        }
    }
    
    textarea {
        resize: vertical;
    }
}

.usIWvR {
    color: var(--enlerror-color);
    font-size: 0.875rem;
    margin-top: 0.25rem;
    min-height: 1rem;
}

.MolKcYimmAos {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1rem 0;
    
    input {
        width: 1.25rem;
        height: 1.25rem;
    }
    
    label {
        margin-bottom: 0;
        font-size: 0.875rem;
    }
    
    a {
        color: var(--enlprimary-color);
        text-decoration: none;
        
        &:hover {
            text-decoration: underline;
        }
    }
}

.ASRhPmH {
    background-color: var(--enlprimary-color);
    color: var(--enltext-light);
    padding: 1rem;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: poKarla;
    transition: var(--enltransition);
    
    &:hover:not(:disabled) {
        background-color: var(--enlsecondary-color);
    }
    
    &:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }
}

.enlcontactspinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
    margin-right: 0.5rem;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.enlcontactsuccess,
.usIWvR-message {
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: fadeIn 0.3s ease;
    transition: opacity 0.3s ease;
}

.enlcontactsuccess {
    background-color: rgba(76, 175, 80, 0.15);
    border: 1px solid #4caf50;
    
    .bi {
        color: #4caf50;
    }
    
    p {
        color: #2e7d32;
        margin: 0;
    }
}

.usIWvR-message {
    background-color: rgba(244, 67, 54, 0.15);
    border: 1px solid #f44336;
    
    .bi {
        color: #f44336;
    }
    
    p {
        color: #c62828;
        margin: 0;
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

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

@media (max-width: 480px) {
    .etonVIts {
        font-size: 1.8rem;
    }
    
    .MolKcYimmAos {
        align-items: flex-start;
    }
}

.OxqFfnC {
    position: relative;
    background-color: var(--enlprimary-color);
    color: var(--enltext-light);
    margin-top: 5rem;
}

.HnPfCWE {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    color: var(--enlprimary-color);
    
    svg {
        display: block;
        width: 100%;
        height: 100%;
    }
}

.czetOCcOOYiOIK {
    max-width: 1380px;
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
}

.ZCyLugBn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
}

.smYunBFRYW {
    display: flex;
    flex-direction: column;
    
    .bi {
        font-size: 3rem;
        color: var(--enlaccent-color);
        margin-bottom: 1rem;
    }
    
    h3 {
        font-family: 'Nunito', sans-serif;
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }
    
    p {
        opacity: 0.8;
        font-size: 0.9rem;
    }
}

.ixeaY {
    h4 {
        font-family: 'Nunito', sans-serif;
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
        position: relative;
        
        &::after {
            content: '';
            position: absolute;
            bottom: -0.5rem;
            left: 0;
            width: 50px;
            height: 3px;
            background-color: var(--enlaccent-color);
        }
    }
    
    ul {
        list-style: none;
    }
    
    li {
        margin-bottom: 0.8rem;
    }
    
    a {
        color: var(--enltext-light);
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        transition: var(--enltransition);
        
        &:hover {
            color: var(--enlaccent-color);
            transform: translateX(5px);
        }
        
        .bi {
            font-size: 1.2rem;
        }
    }
}

.jRpsqnhXsWeI {
    h4 {
        font-family: 'Nunito', sans-serif;
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
        position: relative;
        
        &::after {
            content: '';
            position: absolute;
            bottom: -0.5rem;
            left: 0;
            width: 50px;
            height: 3px;
            background-color: var(--enlaccent-color);
        }
    }
}

.qxDJucTDRB {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--enltext-light);
    text-decoration: none;
    margin-bottom: 1.5rem;
    transition: var(--enltransition);
    
    &:hover {
        color: var(--enlaccent-color);
    }
    
    .bi {
        font-size: 1.2rem;
    }
}

.smhdKjORl {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    opacity: 0.7;
}

@media (max-width: 1024px) {
    .ZCyLugBn {
        grid-template-columns: 1fr 1fr;
    }
    
    .smYunBFRYW {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .ZCyLugBn {
        grid-template-columns: 1fr;
    }

    .ZCyLugBn h3 {
        font-size: 1.5rem;
    }
    
    .smYunBFRYW {
        grid-column: span 1;
    }
    
    .smhdKjORl {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .jRpsqnhXsWeI a {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .czetOCcOOYiOIK {
        padding: 3rem 1.5rem 2rem;
    }
    
    .HnPfCWE {
        top: -50px;
        height: 50px;
    }
}

.qImUyTIDrQL {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: var(--enltransition);
    
    &.active {
        visibility: visible;
        opacity: 1;
    }
}

.CMCmdtMd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.vJHFu {
    position: relative;
    background-color: var(--enlbg-light);
    padding: 3rem;
    border-radius: 1rem;
    text-align: center;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
    transition: var(--enltransition);
    
    .active & {
        transform: translateY(0);
    }
}

.QgQuHYhmx {
    font-size: 4rem;
    color: var(--enlaccent-color);
    margin-bottom: 1.5rem;
}

.UxbXmmAmZqI {
    font-family: 'Nunito', sans-serif;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--enlprimary-color);
}

.cXSuxoImPtLP {
    margin-bottom: 2rem;
    line-height: 1.6;
}

.tnIzGunstz {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.ubyKGqrhXTrYOb, .gxapZhRoxnmmc {
    padding: 1rem 2rem;
    border: none;
    border-radius: 2rem;
    font-weight: 600;
    cursor: poKarla;
    transition: var(--enltransition);
}

.ubyKGqrhXTrYOb {
    background-color: var(--enlprimary-color);
    color: var(--enltext-light);
    
    &:hover {
        background-color: var(--enlsecondary-color);
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(31, 107, 162, 0.4);
    }
}

.gxapZhRoxnmmc {
    background-color: transparent;
    color: var(--enlprimary-color);
    border: 2px solid var(--enlprimary-color);
    
    &:hover {
        background-color: var(--enlprimary-color);
        color: var(--enltext-light);
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(31, 110, 162, 0.4);
    }
}

@media (max-width: 768px) {
    .vJHFu {
        padding: 2rem;
    }
    
    .QgQuHYhmx {
        font-size: 3rem;
    }
    
    .UxbXmmAmZqI {
        font-size: 1.8rem;
    }
    
    .tnIzGunstz {
        flex-direction: column;
    }
}

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

.ruYZzeCDB {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    max-width: 400px;
    width: calc(100% - 2rem);
    background-color: var(--enlbg-light);
    border-radius: 0.5rem;
    box-shadow: var(--enlshadow);
    padding: 1.5rem;
    z-index: 999;
    transform: translateY(20px);
    opacity: 0;
    transition: var(--enltransition);
    
    &.active {
        transform: translateY(0);
        opacity: 1;
    }
}

.gmiLAVpLVjRpd {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.zFauxoHzVwZ {
    font-size: 0.875rem;
    line-height: 1.5;
    
    a {
        color: var(--enlprimary-color);
        text-decoration: none;
        
        &:hover {
            text-decoration: underline;
        }
    }
}

.yJeJeWd {
    align-self: flex-end;
    background-color: var(--enlprimary-color);
    color: var(--enltext-light);
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 2rem;
    font-weight: 600;
    cursor: poKarla;
    transition: var(--enltransition);
    
    &:hover {
        background-color: var(--enlsecondary-color);
        transform: translateY(-2px);
    }
}

@media (max-width: 480px) {
    .ruYZzeCDB {
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }
    
    .yJeJeWd {
        align-self: stretch;
        padding: 0.75rem;
    }
}

.PtyjiUFrYxd {
    position: fixed;
    right: 1rem;
    bottom: 190px;
    width: 50px;
    height: 50px;
    background-color: var(--enlaccent-color);
    color: var(--enltext-light);
    border: none;
    border-radius: 0.5rem;
    display: grid;
    place-items: center;
    cursor: poKarla;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: var(--enltransition);
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.4);
    
    .bi {
        font-size: 1.5rem;
    }
    
    &:hover {
        transform: translateY(-5px) scale(1.1);
        box-shadow: 0 8px 25px rgba(233, 30, 99, 0.6);
    }
    
    &.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .PtyjiUFrYxd {
        bottom: 15rem;
        right: 1rem;
    }
}

.enlpgmain {
    max-width: 1380px;
    margin: 0 auto;
    padding: 15rem 2rem;
    min-height: calc(100vh - 200px);
}

.enlpghero {
    text-align: center;
    margin-bottom: 4rem;
    
    h2 {
        font-family: 'Nunito', sans-serif;
        font-size: 2.8rem;
        color: var(--enlprimary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        
        .bi {
            font-size: 3rem;
            color: var(--enlaccent-color);
        }
    }
    
    p {
        max-width: 700px;
        margin: 1.5rem auto 0;
        font-size: 1.2rem;
        line-height: 1.6;
        color: var(--enltext-dark);
    }
}

.IoXFvdoU {
    max-width: 1380px;
    margin: 0 auto;
    padding: 15rem 2rem;
}

.XildBDLch {
    text-align: center;
    margin-bottom: 4rem;
    
    h2 {
        font-family: 'Nunito', sans-serif;
        font-size: 2.8rem;
        color: var(--enlprimary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        
        .bi {
            font-size: 3rem;
            color: var(--enlaccent-color);
        }
    }
    
    p {
        max-width: 700px;
        margin: 1rem auto 0;
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

.kqIm {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.rBUV {
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
    &:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }
}

.NhRSZ {
    height: 400px;
    overflow: hidden;
    
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
    
    &:hover img {
        transform: scale(1.05);
    }
}

.rBUV h3 {
    min-height: 65px;
    font-family: 'Nunito', sans-serif;
    font-size: 1.5rem;
    padding: 1.5rem 1.5rem 0;
    color: var(--enlprimary-color);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    
    .bi {
        color: var(--enlaccent-color);
    }
}

.rBUV p {
    min-height: 170px;
    padding: 1rem 1.5rem;
    line-height: 1.7;
}

.tfYUZzG {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
    background-color: var(--enlaccent-color);
    color: white;
    border: none;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: poKarla;
    transition: background-color 0.3s ease;
    
    &:hover {
        background-color: var(--enlsecondary-color);
    }
    
    .bi {
        font-size: 1.2rem;
    }
}

@media (max-width: 1024px) {
    .kqIm {
        grid-template-columns: repeat(2, 1fr);
    }

    .NhRSZ {
        height: auto;
    }
}

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

@media (max-width: 480px) {
    .IoXFvdoU {
        padding: 15rem 0.5rem;
    }

    .kqIm {
        grid-template-columns: 1fr;
    }
    
    .XildBDLch h2 {
        font-size: 1.8rem;
    }
    
    .rBUV p {
        min-height: auto;
    }
}

.QlSXqrjmvmHx {
    max-width: 1380px;
    margin: 0 auto;
    padding: 15rem 2rem;
}

.zcvhvSEdU {
    text-align: center;
    margin-bottom: 4rem;
    
    h2 {
        font-family: 'Nunito', sans-serif;
        font-size: 2.8rem;
        color: var(--enlprimary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        
        .bi {
            font-size: 3rem;
            color: var(--enlaccent-color);
        }
    }
    
    p {
        max-width: 700px;
        margin: 1rem auto 0;
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

.SNzEEPWFhpPMoo {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2.5rem;
}

.ABuEzNReCjDG {
    background-color: #f9f9f9;
    border-radius: 1rem;
    padding: 2rem;
    transition: var(--enltransition);
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    
    &:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
    
    .bi {
        font-size: 2.5rem;
        color: var(--enlaccent-color);
        margin-bottom: 1rem;
    }
    
    h3 {
        font-family: 'Nunito', sans-serif;
        font-size: 1.5rem;
        margin-bottom: 1rem;
        color: var(--enlprimary-color);
    }
    
    p {
        line-height: 1.7;
    }
}

@media (max-width: 768px) {
    .SNzEEPWFhpPMoo {
        grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    }
    
    .zcvhvSEdU h2 {
        font-size: 2.2rem;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .QlSXqrjmvmHx {
        padding: 15rem 0.5rem;
    }

    .zcvhvSEdU h2 {
        font-size: 1.8rem;
    }
    
    .ABuEzNReCjDG {
        padding: 1.5rem;
    }
}

.KCuhfDilGxQ {
    max-width: 1380px;
    margin: 0 auto;
    padding: 15rem 2rem;
    background: linear-gradient(135deg, #f9f9ff 0%, #f0f2ff 100%);
}

.qdGnlMW {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 5px 15px rgba(74, 20, 140, 0.05);

    h2 {
        font-family: 'Nunito', sans-serif;
        font-size: 2.5rem;
        color: var(--enlprimary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;

        .bi {
            font-size: 3rem;
            color: var(--enlaccent-color);
            animation: pulse 2s infinite;
        }
    }

    p {
        font-size: 1.1rem;
        color: #555;
        max-width: 700px;
        margin: 1rem auto 0;
    }
}

.sOgXfzMIRhzGO {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}

.vGjtSJ {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 4px solid var(--enlaccent-color);

    &:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(74, 20, 140, 0.1);
    }

    .bi {
        font-size: 2.5rem;
        color: var(--enlprimary-color);
        background: rgba(123, 31, 162, 0.1);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 1.5rem;
    }

    h3 {
        font-family: 'Nunito', sans-serif;
        font-size: 1.4rem;
        margin-bottom: 1rem;
        color: var(--enlprimary-color);
    }

    p {
        line-height: 1.7;
        color: #444;
    }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

@media (max-width: 1024px) {
    .sOgXfzMIRhzGO {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

@media (max-width: 480px) {
    .KCuhfDilGxQ {
        padding: 15rem 0.5rem;
    }

    .sOgXfzMIRhzGO {
        grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    }

    .qdGnlMW h2 {
        font-size: 1.8rem;
        flex-direction: column;
    }

    .vGjtSJ p {
        font-size: 0.9rem;
    }
}

.vCQEdxTpazNPRR {
    max-width: 1380px;
    margin: 0 auto;
    padding: 15rem 2rem;
    background-color: #f8f9fa;
}

.RqZtcQEwdHAf {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    padding-bottom: 2rem;

    &::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 4px;
        background: var(--enlaccent-color);
        border-radius: 2px;
    }

    h2 {
        font-family: 'Nunito', sans-serif;
        font-size: 2.6rem;
        color: var(--enlprimary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 1rem;

        .bi {
            font-size: 3rem;
            color: var(--enlaccent-color);
        }
    }

    p {
        font-size: 1.2rem;
        color: #555;
        max-width: 700px;
        margin: 0 auto;
    }
}

.iMLAJzVa {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2.5rem;
}

.YhFvIZP {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-top: 3px solid var(--enlaccent-color);

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, var(--enlprimary-color), var(--enlaccent-color));
    }

    &:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(74, 20, 140, 0.1);
    }

    .bi {
        font-size: 2.8rem;
        color: var(--enlaccent-color);
        margin-bottom: 1.5rem;
        display: inline-block;
    }

    h3 {
        font-family: 'Nunito', sans-serif;
        font-size: 1.5rem;
        margin-bottom: 1rem;
        color: var(--enlprimary-color);
        position: relative;
        padding-bottom: 0.5rem;

        &::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 2px;
            background: var(--enlaccent-color);
        }
    }

    p {
        line-height: 1.7;
        color: #444;
        margin-top: 1rem;

        a {
            color: var(--enlaccent-color);
            text-decoration: none;
            font-weight: 500;

            &:hover {
                text-decoration: underline;
            }
        }
    }
}

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

    .iMLAJzVa {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .vCQEdxTpazNPRR {
        padding: 15rem 0.5rem;
    }

    .RqZtcQEwdHAf h2 {
        font-size: 1.9rem;
        flex-direction: column;
    }

}

.JfLlisg {
    max-width: 1380px;
    margin: 0 auto;
    padding: 15rem 2rem;
    background: linear-gradient(to bottom, #ffffff 0%, #f9f5ff 100%);
}

.LoAIZHzJWPpj {
    text-align: center;
    margin-bottom: 4rem;

    h2 {
        font-family: 'Nunito', sans-serif;
        font-size: 2.8rem;
        color: var(--enlprimary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 1.5rem;

        .bi {
            font-size: 3.5rem;
            color: var(--enlaccent-color);
            background: rgba(31, 79, 162, 0.1);
            padding: 1rem;
            border-radius: 50%;
        }
    }

    p {
        font-size: 1.3rem;
        color: #555;
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.7;
    }
}

.FNwYVYUriiof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.MVmXPqS {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    height: 500px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    &:hover img {
        transform: scale(1.03);
    }

    .jfSToXdjtxtduc {
        position: absolute;
        bottom: 2rem;
        left: 2rem;
        background: rgba(255,255,255,0.9);
        padding: 0.8rem 1.5rem;
        border-radius: 2rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-weight: 600;
        color: var(--enlprimary-color);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);

        .bi {
            color: var(--enlaccent-color);
        }
    }
}

.icCuw {
    p {
        font-size: 1.1rem;
        line-height: 1.8;
        color: #444;
        margin-bottom: 1.5rem;
    }
}

.QkjQ {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}

.kjHsoQvjav {
    background: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;

    &:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(20, 62, 140, 0.1);
    }

    .bi {
        font-size: 2.5rem;
        color: var(--enlaccent-color);
        margin-bottom: 0.5rem;
        display: inline-block;
    }

    span {
        display: block;
        font-weight: 600;
        color: var(--enlprimary-color);
    }
}

@media (max-width: 1024px) {
    .FNwYVYUriiof {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .MVmXPqS {
        height: 400px;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

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

    .QkjQ {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .JfLlisg {
        padding: 15rem 0.5rem;
    }

    .LoAIZHzJWPpj h2 {
        font-size: 1.9rem;
        flex-direction: column;
    }

    .MVmXPqS {
        width: 100%;
        height: 300px;
    }
}