:root {
    --primary-color: #e63984;
    --secondary-color: #459d96;
    --accent-color: #f4b761;
    --dark-color: #153e3f;
    --light-color: #f9faee;
    --gradient: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    --text-dark: #323131;
    --text-light: #fffffff4;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

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

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Concert One', cursive;
}

i {
    margin-right: 0.5rem;
}

.MYqNdiFhOOJ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.999);
    z-index: 9998;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ApgwjbEloMTcB {
    background-color: var(--light-color);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: fadeIn 0.5s ease-out;

    h2 {
        color: var(--primary-color);
        margin-bottom: 1rem;
    }

    p {
        margin-bottom: 2rem;
    }
}

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

    button {
        padding: 0.75rem 1.5rem;
        border: none;
        border-radius: 5px;
        font-family: 'Concert One', cursive;
        cursor: pointer;
        transition: var(--transition);

        &:first-child {
            background-color: var(--primary-color);
            color: white;

            &:hover {
                background-color: darken(#e6398a, 10%);
            }
        }

        &:last-child {
            background-color: var(--secondary-color);
            color: white;

            &:hover {
                background-color: darken(#457b9d, 10%);
            }
        }
    }
}

.KbPoZWvcPi {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--dark-color);
    color: white;
    padding: 1rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 999;
    max-width: 90%;
    opacity: 0;
    animation: slideUp 0.5s ease-out 0.5s forwards;

    p {
        margin: 0;

        a {
            color: var(--accent-color);
            text-decoration: underline;
        }
    }

    button {
        background-color: var(--accent-color);
        color: white;
        border: none;
        padding: 0.5rem 1rem;
        border-radius: 5px;
        cursor: pointer;
        transition: var(--transition);

        &:hover {
            background-color: darken(#f4a261, 10%);
        }
    }
}

.AalMNfqeN {
    background-color: var(--light-color);
    box-shadow: var(--shadow);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.AalMNfqeN.iDCQXOx {
    background-color: rgba(241, 250, 238, 0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: var(--transition);
    
    &:hover {
        background-color: rgba(241, 250, 238, 1);
    }
}

.QeCcKuNhTCqCO {
    max-width: 1422px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

    h1 {
        color: var(--primary-color);
        font-size: 1.8rem;
        background: var(--gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: iDCQXOx;
    }

    i {
        font-size: 2rem;
        color: var(--primary-color);
    }
}

.uNgNiZruo ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 2rem;
}

.OCtUSqhB {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: bold;
    position: relative;
    transition: var(--transition);
    display: flex;
    align-items: center;

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

    &:hover::after {
        width: 100%;
    }

    i {
        font-size: 1.2rem;
    }
}

.eFiVItUzuWk {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../cd-media/cd-bg1.webp');
    background-attachment: fixed;
    width: 100%;
    padding: 5rem 2rem;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    @media (max-width: 768px) {
        padding: 12rem 2rem;
        background-attachment: scroll;
    }
}

.QSxkNJdMc {
    position: relative;
    min-height: 600px;
    margin-top: 16rem;
}

.WyGLgfLuYBTA {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.89);
}

.ntPlHFjYFCs {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1;
    max-width: 800px;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;

    h2 {
        font-size: 3rem;
        margin-bottom: 1.5rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        animation: fadeInDown 1s ease-out;
    }

    p {
        font-size: 1.5rem;
        margin-bottom: 2rem;
        animation: fadeInUp 1s ease-out 0.3s forwards;
        opacity: 0;
    }
}

.NOpC {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    font-family: 'Concert One', cursive;
    animation: pulse 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;

    &:hover {
        background-color: darken(#e6398a, 10%);
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    i {
        margin-right: 0.5rem;
        font-size: 1.2rem;
    }
}

.UPDllaHjZtHfqJq {
    padding: 5rem 2rem;
    background-color: white;
}

.WqLwFC {
    max-width: 1422px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.KaSbF {
    flex: 1 1 300px;
    background-color: var(--light-color);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    transition: var(--transition);
    box-shadow: var(--shadow);

    &:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

    i {
        font-size: 3rem;
        margin-bottom: 1rem;
        color: var(--primary-color);
        display: block;
        margin-right: 0;
    }

    h3 {
        margin-bottom: 1rem;
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;

        i {
            font-size: 1.5rem;
            margin-right: 0.5rem;
        }
    }

    p {
        color: var(--text-dark);
    }
}

.CjoXKhsKpb {
    padding: 4rem 2rem;
    background: var(--gradient);
    color: white;
    text-align: center;
}

.BkLrPkg {
    max-width: 1422px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.OdpCBFYjBv {
    font-size: 3rem;
    font-family: 'Concert One', cursive;
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.mWiBOfSPmNs, .GqjHdzjsCrqH, .eRrbGjxkd, .DociWVzLTY {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    min-width: 80px;
}

.UHQiQWq {
    padding: 5rem 2rem;
    background-color: white;
}

.OzUZvhan {
    max-width: 1422px;
    margin: 0 auto 3rem;
    text-align: center;

    h2 {
        color: var(--dark-color);
        margin-bottom: 1.5rem;
        font-size: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    p {
        max-width: 800px;
        margin: 0 auto 1rem;
    }
}

.mXPEFXsqIka {
    max-width: 1422px;
    margin: 0 auto;
    text-align: center;

    img {
        max-width: 100%;
        height: 100%;
        max-height: 500px;
        border-radius: 10px;
        box-shadow: var(--shadow);
    }
}

.FGpry {
    padding: 5rem 2rem;
    background-color: var(--light-color);
}

.BJzfqUdX {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: var(--shadow);

    h2 {
        text-align: center;
        color: var(--dark-color);
        margin-bottom: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.rKohmuI {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 6;
}

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

    label {
        font-weight: bold;
        display: flex;
        align-items: center;
    }

    input, select, textarea {
        padding: 0.75rem;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-family: 'Overpass', sans-serif;
        transition: var(--transition);

        &:focus {
            outline: none;
            border-color: var(--primary-color);
            box-shadow: 0 0 0 2px rgba(230, 57, 70, 0.2);
        }
    }

    .QGYBDeqovZLyxa {
        color: var(--primary-color);
        font-size: 0.8rem;
        min-height: 1rem;
        opacity: 0;
        transition: var(--transition);

        &.show {
            opacity: 1;
        }
    }
}

.JeZahgcLLaZ {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;

    input {
        width: auto;
    }

    label {
        width: 100%;
        font-weight: normal;
        display: flex;
        align-items: center;
    }

    .QGYBDeqovZLyxa {
        color: var(--primary-color);
        font-size: 0.8rem;
        min-height: 1rem;
        opacity: 0;
        transition: var(--transition);

        &.show {
            opacity: 1;
        }
    }
}



.KqTPtvEo {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;

    a {
        color: var(--primary-color);
        text-decoration: none;
        transition: var(--transition);
        display: flex;
        align-items: center;

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

.qAtkIxKfN {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    font-family: 'Concert One', cursive;
    animation: pulse 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;

    &:hover {
        background-color: darken(#e63976, 10%);
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    &:disabled {
        cursor: not-allowed;
    }

    &.active {
        opacity: 1;
    }

    i {
        margin-right: 0.5rem;
        font-size: 1.2rem;
    }
}

.blMrXgGu {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../cd-media/cd-bg2.webp');
    background-attachment: fixed;
    width: 100%;
    padding: 5rem 1rem;
    background-color: white;
}

.bMUPdUIt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 85, 87, 0.91);
    z-index: 0;
}

.sWzWRAG {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    border-radius: 10px;
    color: var(--text-dark);
    
    h2 {
        text-align: center;
        margin-bottom: 2rem;
        font-size: 2.5rem;
        color: var(--primary-color);
    }
}

.QPLuOESDpnsKb {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.qdazvDHR {
    flex: 1;
    min-width: 0;

    h3 {
        color: var(--secondary-color);
        margin-bottom: 1.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid var(--light-color);
        display: flex;
        align-items: center;
    }
}

.ZPaszSimU {
    margin-bottom: 1rem;
    border: 1px solid #eeeeeef1;
    border-radius: 5px;
    overflow: hidden;
}

.OLdyhFgvj {
    padding: 1rem;
    background-color: var(--light-color);
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;

    &::after {
        content: '+';
        font-size: 1.5rem;
        transition: var(--transition);
    }

    &.active::after {
        content: '-';
    }
}

.mqCopaztOeOdj {
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;

    p {
        padding: 1rem 0;
    }
}

.cUHKA {
    display: block;
    margin: 0 auto;
    background-color: var(--secondary-color);
    color: white;
    border: none;
    padding: 0.2rem 1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    font-family: 'Concert One', cursive;
    display: flex;
    align-items: center;
    justify-content: center;

    &:hover {
        background-color: darken(#355f78, 10%);
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    i {
        margin-right: 0.5rem;
    }
}

.MtoCVpcCHKSLU {
    padding: 5rem 2rem;
    background-color: var(--light-color);
}

.LkuUprKUOlf {
    max-width: 1422px;
    margin: 0 auto;

    h2 {
        text-align: center;
        color: var(--dark-color);
        margin-bottom: 3rem;
        font-size: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.GICaRJbxFSwVgBu {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    padding-bottom: 2rem;
    scroll-snap-type: x mandatory;
}

.biSFzLIrLQGo {
    flex: 0 0 300px;
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: var(--shadow);
    scroll-snap-align: start;
    transition: var(--transition);

    &:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
}

.KnFQUcSlBhoI {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;

    img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 1rem;
    }
}

.sqTBzLAOUwhdpeW {
    color: var(--accent-color);
}

.biSFzLIrLQGo p {
    font-style: italic;
    margin-bottom: 1rem;
    min-height: 120px;
}

.biSFzLIrLQGo span {
    font-weight: bold;
    color: var(--secondary-color);
}

.aQjSLiKCxiBNcU {
    padding: 5rem 2rem;
    background-color: white;
}

.lKtDfhxk {
    max-width: 1422px;
    margin: 0 auto;

    h2 {
        text-align: center;
        color: var(--dark-color);
        margin-bottom: 3rem;
        font-size: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.hBEpQwIZsW {
    background-color: var(--light-color);
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;

    p {
        margin-bottom: 1.5rem;
    }

    a {
        color: var(--accent-color);
        text-decoration: none;
        transition: var(--transition);

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

.WKdiTzb {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 1rem;

    &:hover {
        background-color: darken(#e6398a, 10%);
        transform: translateY(-3px);
    }

    i {
        margin-right: 0.5rem;
    }
}

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

    img {
        height: 60px;
        width: auto;
        object-fit: contain;
    }
}

.QxjHogjbDXZCW {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../cd-media/cd-bg3.webp');
    width: 100%;    
    padding: 5rem 2rem;
    color: white;
    text-align: center;
}

.mVpfXFCWqLEr {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;    

    h2 {
        margin-bottom: 1rem;
        font-size: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    p {
        margin-bottom: 2rem;
        font-size: 1.2rem;
    }
}

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

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

.ftublakDkVeVs {
    background-color: var(--dark-color);
    color: white;
    padding: 3rem 2rem;
}

.cvRqfSJbt {
    max-width: 1422px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.TjsAoKSt {
    flex: 1;
    min-width: 200px;

    h3 {
        color: white;
        margin-bottom: 1rem;
        font-size: 1.8rem;
        display: flex;
        align-items: center;
    }

    i {
        font-size: 2rem;
        margin-right: 0.5rem;
    }
}

.XdSbCdaNhkqO {
    flex: 1;
    min-width: 200px;

    ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;

        a {
            color: white;
            text-decoration: none;
            transition: var(--transition);
            display: flex;
            justify-content: center;
            align-items: center;

            &:hover {
                color: var(--accent-color);
            }

            i {
                font-size: 1.2rem;
                margin-right: 0.5rem;
            }
        }
    }
}

.pDzCn {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;

    p {
        margin-bottom: 0.5rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;


        i {
            font-size: 1.2rem;
            margin-right: 0.5rem;
            min-width: 20px;
        }
    }
}

.XaSrR {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);

    &.active {
        opacity: 1;
        pointer-events: all;
    }
}

.WcRfGnqXtbJX {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    transform: translateY(-50px);
    transition: var(--transition);

    h3 {
        color: var(--primary-color);
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dleneYYZAWa {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: var(--text-dark);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.XaSrR.active .WcRfGnqXtbJX {
    transform: translateY(0);
}

.YLKLvwlumjp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);

    &.active {
        opacity: 1;
        pointer-events: all;
    }
}

.bcPRdY {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    position: relative;
    transform: translateY(-50px);
    transition: var(--transition);

    h2 {
        color: var(--dark-color);
        margin-bottom: 1.5rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ksJDbNdebEkNi {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: var(--text-dark);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.YLKLvwlumjp.active .bcPRdY {
    transform: translateY(0);
}

.btnyBay {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 55px;
    height: 55px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transition: var(--transition);
    z-index: 99;

    i {
        font-size: 1.5rem;
        margin: 0;
        padding: 0;
    }

    &:hover {
        transform: translateY(-5px);
    }

    &.active {
        opacity: 1;
    }
}

@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 slideUp {
    from {
        opacity: 0;
        transform: translate(-50%, 50px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

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

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

    .QPLuOESDpnsKb {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .QeCcKuNhTCqCO {
        flex-direction: column;
        gap: 1rem;
    }

    .uNgNiZruo ul {
        gap: 1rem;
    }

    .BkCp {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .ntPlHFjYFCs {
        h2 {
            font-size: 2rem;
        }

        p {
            font-size: 1.2rem;
        }
    }

    .OdpCBFYjBv {
        font-size: 2rem;
    }

    .KbPoZWvcPi {
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
    }

    .btnyBay {
        bottom: 200px;
        left: 10px;
    }
}

@media (max-width: 480px) {
    .JeZahgcLLaZ {
        flex-wrap: wrap;
    }

    .QeCcKuNhTCqCO {
        padding: 1rem;
    }

    .qrYhYgv h1 {
        font-size: 1.5rem;
    }

    .ntPlHFjYFCs {
        h2 {
            font-size: 1.8rem;
        }

        p {
            font-size: 1rem;
        }
    }

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

    .OdpCBFYjBv {
        font-size: 1.5rem;
        gap: 0.9rem;

        span {
            min-width: 60px;
        }
    }

    .cvRqfSJbt {
        flex-direction: column;
    }
}

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

    .OdpCBFYjBv {
        font-size: 1.2rem;
    }

    .NOpC {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }

    .biSFzLIrLQGo {
        flex: 0 0 215px;
    }
}

.WdTnfvj {
    max-width: 1422px;
    margin: 100px auto 0;
    padding: 8rem;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ypFuqWpeXzg {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.xAspRzO {
    font-size: 5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.ypFuqWpeXzg h2 {
    color: var(--dark-color);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.ypFuqWpeXzg p {
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.cdtVr {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: var(--transition);
    margin-top: 1rem;
    
    &:hover {
        background-color: darken(#e6398a, 10%);
        transform: translateY(-3px);
    }
    
    i {
        margin-right: 0.5rem;
    }
}

@media (max-width: 768px) {
    .WdTnfvj {
        margin-top: 170px;
        padding: 1rem;
    }
    
    .ypFuqWpeXzg h2 {
        font-size: 1.8rem;
    }
}

.gDOZqcaHdFYuN {
    max-width: 1422px;
    margin: 100px auto 0;
    padding: 2rem;
}

.bswoQUefJ {
    text-align: center;
    margin-bottom: 3rem;
    
    h2 {
        color: var(--primary-color);
        font-size: 2.5rem;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    p {
        color: var(--secondary-color);
        font-size: 1.2rem;
        font-weight: bold;
    }
}

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

.FDKBiqz {
    background-color: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border-top: 3px solid var(--accent-color);
    
    &:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
    
    h3 {
        color: var(--dark-color);
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
    }
    
    p {
        color: var(--text-dark);
        line-height: 1.7;
        margin-bottom: 1rem;
    }
}

.ujcctQto {
    display: inline-block;
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: bold;
    margin-top: 0.5rem;
    transition: var(--transition);
    
    &:hover {
        color: var(--primary-color);
        text-decoration: underline;
    }
    
    i {
        margin-right: 0.3rem;
    }
}

@media (max-width: 768px) {
    .gDOZqcaHdFYuN {
        margin-top: 170px;
        padding: 1rem;
    }
    
    .AkllrgmabSv {
        grid-template-columns: 1fr;
    }
    
    .bswoQUefJ h2 {
        font-size: 2rem;
    }
}

.goxxYIMUW {
    max-width: 1200px;
    margin: 100px auto 0;
    padding: 2rem;
    background-color: var(--light-color);
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.poifULNKXMMvnI {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px dashed var(--secondary-color);
    
    h2 {
        color: var(--primary-color);
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    p {
        color: var(--text-dark);
        font-style: italic;
    }
}

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

.kGFzzqfROOL {
    background-color: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    
    h3 {
        color: var(--dark-color);
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        font-size: 1.2rem;
    }
    
    p {
        color: var(--text-dark);
        line-height: 1.7;
        padding-left: 2rem;
    }
}

@media (max-width: 768px) {
    .goxxYIMUW {
        margin-top: 170px;
        padding: 1rem;
    }
    
    .poifULNKXMMvnI h2 {
        font-size: 2rem;
    }
    
    .kGFzzqfROOL p {
        padding-left: 0;
    }
}

.gYRCwCTwfeOF {
    max-width: 1422px;
    margin: 100px auto 0;
    padding: 2rem;
}

.cgZebQCvYZZnsF {
    text-align: center;
    margin-bottom: 3rem;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 2rem;
    
    h2 {
        color: var(--dark-color);
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    p {
        color: var(--secondary-color);
        font-size: 1.2rem;
        font-weight: bold;
    }
}

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

.AhTVRmw {
    background-color: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: var(--shadow);
    border-left: 4px solid var(--accent-color);
    
    h3 {
        color: var(--dark-color);
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        font-size: 1.2rem;
    }
    
    p {
        color: var(--text-dark);
        line-height: 1.6;
    }
}

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

@media (max-width: 480px) {
    .gYRCwCTwfeOF {
        margin-top: 170px;
        padding: 1rem;
    }
    
    .cgZebQCvYZZnsF h2 {
        font-size: 2rem;
    }
}

.nDzbct {
    max-width: 1422px;
    margin: 100px auto 0;
    padding: 2rem;
}

.GAnDkazDQVom {
    text-align: center;
    margin-bottom: 3rem;
    
    h2 {
        color: var(--primary-color);
        font-size: 2.5rem;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    p {
        color: var(--text-dark);
        font-size: 1.2rem;
    }
}

.KuNEAm {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.xvTy {
    background-color: var(--light-color);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    
    &:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
    
    h3 {
        color: var(--secondary-color);
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
    }
    
    p {
        color: var(--text-dark);
        line-height: 1.7;
    }
}

@media (max-width: 768px) {
    .nDzbct {
        margin-top: 170px;
        padding: 1rem;
    }
    
    .GAnDkazDQVom h2 {
        font-size: 2rem;
    }
}