:root {
    --accent-gradient: linear-gradient(135deg, #ffd700, #32cd32, #9370db, #ff6347);
    --text-light: #ffffff;
    --text-dark: #1a1a2e;
    --error-color: #dc143c;
    --successcolor: #00ff7f;
    --link-color: #ffd700;
    --border-error: #ff4500;
    --animation-speed: 0.4s;
}

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

body {
    font-family: 'Nunito', sans-serif;
    color: var(--text-dark);
    background-color: #f8f9fa;
    line-height: 1.6;
}

h1, h2, h3, h4 {
    font-family: 'Indie Flower', cursive;
    font-weight: 700;
}

.ubeaFlYqK {
    background: var(--accent-gradient);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    color: var(--text-light);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
}

@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

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

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

.fJthYbIvJgs {
    font-size: 3rem;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.vGdMufBtpKWksXA {
    font-size: 1rem;
    margin-top: -0.5rem;
    align-self: flex-end;
    font-weight: 600;
}

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

.ArRjtbNIiVoexG {
    display: flex;
    list-style: none;
    gap: 1.5rem;
}

.KUmBDysW {
    color: var(--text-light);
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: transform 0.3s ease;
}

.KUmBDysW:hover {
    transform: translateY(-3px);
}

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

.xsnexHGQNWtnw {
    background-color: var(--text-light);
    color: var(--text-dark);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.xsnexHGQNWtnw:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.GzcnqWnBmq {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0.5rem 0;
}

.LxsPtdHur {
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.9rem;
}

.lcnrLggfN {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity var(--animation-speed) ease;
}

.lcnrLggfN.active {
    opacity: 1;
}

.QWMuYIqhlu {
    background-color: var(--text-light);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    max-width: 750px;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

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

.jrIhcbW {
    background: var(--accent-gradient);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    color: var(--text-light);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
}

.jrIhcbW h2 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.jrIhcbW p {
    text-align: center;
    font-weight: 600;
}

.kmghVAQ {
    padding: 2rem;
    width: 60%;
    position: relative;
}

.dRgpH {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform var(--animation-speed) ease;
}

.dRgpH:hover {
    transform: rotate(90deg) scale(1.2);
}

.uwBhYIWNiwnA {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
    text-align: center;
}

.ZggRXSTnbDCD {
    margin-bottom: 1.5rem;
    position: relative;
}

.gVBaneDOc {
    color: var(--error-color);
    font-size: 0.8rem;
    min-height: 1rem;
    margin-bottom: 0.3rem;
}

.yCbYzzh, .LzgGvyMVB {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border: 2px solid #dfe4ea;
    border-radius: 5px;
    font-family: 'Nunito', sans-serif;
    transition: all 0.3s ease;
}

.yCbYzzh:focus, .LzgGvyMVB:focus {
    border-color: var(--link-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(112, 161, 255, 0.3);
}

.YmXhdeUBFDG {
    position: absolute;
    left: 1rem;
    top: 65%;
    transform: translateY(-65%);
    color: #747d8c;
}

.XokXij {
    margin: 2rem 0;
}

.lBjrTGhmHCNSW {
    margin-bottom: 1rem;
}

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

.JsbJel {
    appearance: none;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #dfe4ea;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.JsbJel:checked {
    background-color: var(--link-color);
    border-color: var(--link-color);
}

.JsbJel:checked::after {
    content: '\f00c';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.7rem;
}

.ZhvBluFLGn {
    font-size: 0.9rem;
    cursor: pointer;
}

.ZDGmuHlr {
    color: var(--link-color);
    text-decoration: none;
    font-weight: 600;
}

.ZDGmuHlr:hover {
    text-decoration: underline;
}

.GHoUZvD {
    width: 100%;
    padding: 1rem;
    background: var(--accent-gradient);
    background-size: 200% 200%;
    color: var(--text-light);
    border: none;
    border-radius: 5px;
    font-family: 'Indie Flower', cursive;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.GHoUZvD:hover:not(:wsUgr) {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    animation: gradientBG 3s ease infinite;
}

.GHoUZvD:wsUgr {
    opacity: 0.6;
    cursor: not-allowed;
    background: #dfe4ea;
}

.BbYLVNGFWlO {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--animation-speed) ease;
}

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

.pfNyCJshICK {
    background-color: var(--text-light);
    border-radius: 10px;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    animation: slideUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

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

.aGfbUV {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform var(--animation-speed) ease;
}

.aGfbUV:hover {
    transform: rotate(90deg) scale(1.2);
}

.jKIEJPAQMPG {
    font-size: 4rem;
    color: var(--successcolor);
    margin-bottom: 1rem;
}

.YTSzYlPMk {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.FKmJmxje {
    margin-bottom: 2rem;
    color: var(--text-dark);
}

.hJxIuNVZFGP {
    padding: 0.75rem 2rem;
    background: var(--accent-gradient);
    background-size: 200% 200%;
    color: var(--text-light);
    border: none;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.hJxIuNVZFGP:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    animation: gradientBG 3s ease infinite;
}

@media (max-width: 1280px) {
    .XGORIyfvozbX {
        padding: 1rem;
    }
    
    .ArRjtbNIiVoexG {
        gap: 1rem;
    }
}

@media (max-width: 1024px) {
    .XGORIyfvozbX {
        flex-direction: column;
        gap: 1rem;
    }
    
    .NVRROpEbV {
        width: 100%;
        justify-content: center;
    }
    
    .ArRjtbNIiVoexG {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .QWMuYIqhlu {
        flex-direction: column-reverse;
        max-width: 90%;
    }
    
    .jrIhcbW, .kmghVAQ {
        width: 100%;
    }
    
    .jrIhcbW {
        padding: 1.5rem;
    }
    
    .fJthYbIvJgs {
        font-size: 2.5rem;
    }
    
    .ArRjtbNIiVoexG {
        gap: 0.75rem;
    }
    
    .KUmBDysW {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .ArRjtbNIiVoexG {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    
    .fJthYbIvJgs {
        font-size: 2rem;
    }
    
    .kmghVAQ {
        padding: 1.5rem;
    }
    
    .uwBhYIWNiwnA {
        font-size: 1.8rem;
    }
}

@media (max-width: 320px) {
    .fJthYbIvJgs {
        font-size: 1.8rem;
    }
    
    .vGdMufBtpKWksXA {
        font-size: 0.8rem;
    }
    
    .kmghVAQ {
        padding: 1rem;
    }
    
    .yCbYzzh, .LzgGvyMVB {
        padding-left: 2rem;
    }
}

:root {
    --accent-gradient: linear-gradient(135deg, #ffd700, #32cd32, #9370db, #ff6347);
    --text-light: #ffffff;
    --text-dark: #1a1a2e;
    --error-color: #dc143c;
    --successcolor: #00ff7f;
    --link-color: #ffd700;
    --border-error: #ff4500;
    --animation-speed: 0.4s;
    --section-padding: 5rem 2rem;
}

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

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

h1, h2, h3, h4 {
    font-family: 'Indie Flower', cursive;
    font-weight: 700;
}


.OsjrPGevkPlya {
    background: var(--accent-gradient);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    color: var(--text-light);
    padding: var(--section-padding);
    position: relative;
    overflow: hidden;
}

.iBkAjM {
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.diTshWqd {
    max-width: 600px;
    padding: 2rem 0;
}

.taLHcqYmvUZ {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.lnCvJF {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    font-weight: 500;
}

.bgmSTMlZKvD {
    background-color: var(--text-light);
    color: var(--text-dark);
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.bgmSTMlZKvD:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.LZobOvJJB {
    width: 50%;
    height: 500px;
    background-image: url('../media-lot/bbg1.webp');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: rotate(-5deg);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0) rotate(-5deg); }
    50% { transform: translateY(-20px) rotate(-5deg); }
    100% { transform: translateY(0) rotate(-5deg); }
}

.bHbuZat {
    padding: var(--section-padding);
    background-color: var(--text-light);
}

.ejMfMYwwmApr {
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.GsLPTtcvdVCyu {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.GsLPTtcvdVCyu img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.GsLPTtcvdVCyu:hover img {
    transform: scale(1.05);
}

.LtdQUYRcIP {
    flex: 1;
}

.vlOsWvii {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.jcJhGmw {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.7;
}

.MmaPlcXwWIHiC {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.eevgwwrjtBNM {
    text-align: center;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 10px;
    min-width: 150px;
    transition: transform 0.3s ease;
}

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

.eevgwwrjtBNM i {
    font-size: 2rem;
    color: var(--link-color);
    margin-bottom: 0.5rem;
}

.UuFqYVTHl {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.ZaWCdW {
    font-size: 0.9rem;
    color: #747d8c;
}

.euGZjuSZPY {
    padding: var(--section-padding);
    background: var(--accent-gradient);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    color: var(--text-light);
}

.DZKqvjLAtj {
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
}

.oAYXnxJ {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.QngWCcpAWF {
    text-align: center;
    font-size: 1.2rem;
    color: #e5eaf4;
    margin-bottom: 3rem;
}

.uBwHkZcgYsP {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(395px, 1fr));
    max-width: 100%;
    gap: 2rem;
}

.vCAiWK {
    width: 100%;
    max-width: 380px;    
    background-color: var(--text-light);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
}

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

.dTJWfCasx {
    width: 80px;
    height: 80px;
    background: var(--accent-gradient);
    background-size: 200% 200%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: var(--text-light);
    animation: gradientBG 8s ease infinite;
}

.PiJUHGDwAGO {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.QDSeZqhmXy {
    color: #747d8c;
    font-size: 1rem;
}

.aYXOEVadYZVM {
    padding: var(--section-padding);
    background-color: var(--text-light);
}

.idCQao {
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
}

.hzNVjkg {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.CKkrqz {
    text-align: center;
    font-size: 1.2rem;
    color: #747d8c;
    margin-bottom: 3rem;
}

.QAWWXpOU {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.aPFYEceJwsxjCo {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 10px;
    position: relative;
}

.UAkunOiel {
    width: 60px;
    height: 60px;
    background: var(--accent-gradient);
    background-size: 200% 200%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Indie Flower', cursive;
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-light);
    flex-shrink: 0;
    animation: gradientBG 8s ease infinite;
}

.FPcZHK {
    flex: 1;
}

.twPkvrXal {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.ZTklVITLZNPrIv {
    color: #747d8c;
    font-size: 1rem;
}

.DnrirqtZmAXTx {
    width: 200px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

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

.DnrirqtZmAXTx:hover img {
    transform: scale(1.1);
}

.TVamETopyoeLU {
    display: block;
    margin: 3rem auto 0;
    background: var(--accent-gradient);
    background-size: 200% 200%;
    color: var(--text-light);
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.TVamETopyoeLU:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    animation: gradientBG 3s ease infinite;
}

.RAjDfcGcfu {
    padding: var(--section-padding);
    background: var(--accent-gradient);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    color: var(--text-light);
}

.MYSxlGvT {
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
}

.DfLxFOnhKnqG {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.TtbTLhmKNBLrir {
    text-align: center;
    font-size: 1.2rem;
    color: #747d8c;
    margin-bottom: 3rem;
}

.stPDAZSAuLD {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    padding: 1rem 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.stPDAZSAuLD::-webkit-scrollbar {
    display: none;
}

.GWVvlZkjB {
    min-width: 350px;
    background-color: var(--text-light);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    scroll-snap-align: start;
    transition: all 0.3s ease;
}

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

.yykDJoTtTs {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1.5rem;
    border: 5px solid #f1f2f6;
}

.yykDJoTtTs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eEwCfiroZRqK {
    text-align: center;
}

.tuDzATr {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
    color: var(--text-dark);
}

.FlsVAODdW {
    color: #747d8c;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.yqjig {
    color: #ffa502;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.AUswbJg {
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #57606f;
}

.DWqeZxqpGLFg {
    font-weight: 700;
    color: var(--link-color);
}

.QMgpuonUG {
    padding: var(--section-padding);
    background-color: var(--text-light);
}

.IpyLhbOopva {
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
}

.IPQzBH {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.AitoXhZQ {
    text-align: center;
    font-size: 1.2rem;
    color: #747d8c;
    margin-bottom: 3rem;
}

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

.jESTXEhayJqqUJ {
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.NaFQPjlG {
    width: 100%;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border: none;
    text-align: left;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--text-dark);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.NaFQPjlG:hover {
    background-color: #e8e9eb;
}

.NaFQPjlG i {
    transition: transform 0.3s ease;
}

.NaFQPjlG.active i {
    transform: rotate(45deg);
}

.sxTzKkW {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: var(--text-light);
}

.sxTzKkW p {
    padding: 0 1.5rem 1.5rem;
    color: #57606f;
}

.rTMZzFei {
    padding: var(--section-padding);
    background: var(--accent-gradient);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    color: var(--text-light);
}

.UtkkQseTJX {
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.MichvBGQwe {
    flex: 1;
}

.TzZoWPgwrq {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.oJdHb {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.HBbKtk {
    list-style: none;
    margin-bottom: 2rem;
}

.HBbKtk li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
}

.HBbKtk i {
    font-size: 1.5rem;
    color: #7bed9f;
}

.pOqiKoYvsey {
    font-size: 1.1rem;
    margin-top: 2rem;
}

.pOqiKoYvsey a {
    color: var(--text-light);
    text-decoration: underline;
    font-weight: 600;
}

.DfKdMBvSDYByeO {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.DfKdMBvSDYByeO img {
    background-color: #fff;
    padding: 8px;
    border-radius: 4px;
}

.xvJnvsdepegszzA {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.xvJnvsdepegszzA img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.xvJnvsdepegszzA:hover img {
    transform: scale(1.05);
}

.nxmdGXabUdSqg {
    background-color: #2f3542;
    color: #dfe4ea;
    padding: 4rem 2rem 2rem;
}

.WtwRmeu {
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
}

.DWMjvBKtEbL {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    margin-bottom: 3rem;
}

.BAHVZjspEegJ {
    flex: 1;
    min-width: 250px;
}

.RfiYLyyKfUU {
    font-size: 2.5rem;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.TYttC {
    font-size: 1rem;
    color: #a4b0be;
}

.iTVqHfwu {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.UAGuLUK {
    min-width: 150px;
}

.TIyI {
    font-family: 'Indie Flower', cursive;
    font-size: 1.8rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.qIDKhzpbfbG {
    list-style: none;
}

.qIDKhzpbfbG li {
    margin-bottom: 0.75rem;
}

.qIDKhzpbfbG a {
    color: #a4b0be;
    text-decoration: none;
    transition: color 0.3s ease;
}

.qIDKhzpbfbG a:hover {
    color: var(--text-light);
}

.qIDKhzpbfbG i {
    margin-right: 0.5rem;
    width: 20px;
    text-align: center;
}

.KdYHOTnFe {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #3d4454;
}

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

.dmlfootersocial-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3d4454;
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.dmlfootersocial-link:hover {
    background: var(--accent-gradient);
    background-size: 200% 200%;
    transform: translateY(-3px);
    animation: gradientBG 3s ease infinite;
}

.KBDXErWIaM {
    font-size: 0.9rem;
    color: #a4b0be;
}

.RnTAlnQTk {
    display: flex;
    gap: 1rem;
    font-size: 1.5rem;
    color: #a4b0be;
}

.cOcnATURzWVUV {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.LOBVWQpaXSP {
    background-color: var(--text-light);
    border-radius: 10px;
    padding: 3rem;
    max-width: 600px;
    width: 90%;
    text-align: center;
    animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.NteISOyDvvjO {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.cmMKBCwv {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #57606f;
}

.mDrXxlXBC {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.PJSXKF {
    padding: 1rem 2rem;
    background: var(--accent-gradient);
    background-size: 200% 200%;
    color: var(--text-light);
    border: none;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.PJSXKF:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    animation: gradientBG 3s ease infinite;
}

.JgVKLtTlaRJ {
    padding: 1rem 2rem;
    background-color: #ff4757;
    color: var(--text-light);
    border: none;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.JgVKLtTlaRJ:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.DNQwwBfohdZ {
    font-size: 0.9rem;
    color: #747d8c;
    margin-top: 2rem;
    font-style: italic;
}

.vwjLMcoSBDWFw {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    max-width: 600px;
    background-color: var(--text-light);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 952;
    animation: slideUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.QgEKypUj {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.VyPnBHFoMrjJb {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #57606f;
}

.nhJrRdUqyDYHzXH {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.YyubiHZnKIuK {
    padding: 0.75rem 1.5rem;
    background: var(--accent-gradient);
    background-size: 200% 200%;
    color: var(--text-light);
    border: none;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.YyubiHZnKIuK:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    animation: gradientBG 3s ease infinite;
}

.rCXAb {
    padding: 0.75rem 1.5rem;
    background-color: #f1f2f6;
    color: var(--text-dark);
    border: none;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rCXAb:hover {
    background-color: #dfe4ea;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.kDjJDdFyIk {
    font-size: 0.9rem;
    color: var(--link-color);
    text-decoration: none;
    font-weight: 600;
}

.kDjJDdFyIk:hover {
    text-decoration: underline;
}

.vHHmep {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.GutUpngO {
    background-color: #fff;
    border-radius: 10px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.InbCaeapGRg {
    padding: 30px;
}

.PsgRkfYksTFhb {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.oryoJzfw {
    margin: 20px 0;
}

.OlLdksRcK {
    border-bottom: 1px solid #eee;
}

.OlLdksRcK:last-child {
    border-bottom: none;
}

.UjtXKeIlymnsLWA {
    padding: 15px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.UjtXKeIlymnsLWA span {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.zvsofBKP {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-right: 20px;
}

.zvsofBKP p {
    margin: 0 0 15px 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.OlLdksRcK.active .zvsofBKP {
    max-height: 500px;
    padding-bottom: 15px;
}

.upaafvCTMkIAiTm {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.upaafvCTMkIAiTm input {
    opacity: 0;
    width: 0;
    height: 0;
}

.CSeI {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.CSeI:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.upaafvCTMkIAiTm input:checked + .CSeI {
    background-color: #4CAF50;
}

.upaafvCTMkIAiTm input:checked + .CSeI:before {
    transform: translateX(26px);
}

.upaafvCTMkIAiTm.wsUgr {
    opacity: 0.6;
}

.upaafvCTMkIAiTm.wsUgr .CSeI {
    cursor: not-allowed;
}

.ciIJZzhC {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.ciIJZzhC button {
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    flex: 1;
}

.ECUshaTB {
    background-color: #333;
    color: white;
}

.ovYphGlqYxiz {
    background-color: #4CAF50;
    color: white;
}

@media (max-width: 1280px) {
    :root {
        --section-padding: 4rem 2rem;
    }
    
    .taLHcqYmvUZ {
        font-size: 3.5rem;
    }
    
    .ejMfMYwwmApr,
    .UtkkQseTJX {
        gap: 3rem;
    }
}

@media (max-width: 1024px) {
    .iBkAjM {
        flex-direction: column;
    }
    
    .LZobOvJJB {
        width: 100%;
        margin-top: 2rem;
    }
    
    .ejMfMYwwmApr,
    .UtkkQseTJX {
        flex-direction: column;
    }
    
    .aPFYEceJwsxjCo {
        flex-direction: column;
        text-align: center;
    }
    
    .UAkunOiel {
        margin-bottom: 1rem;
    }
    
    .DnrirqtZmAXTx {
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    :root {
        --section-padding: 3rem 1.5rem;
    }
    
    .taLHcqYmvUZ {
        font-size: 3rem;
    }
    
    .eevgwwrjtBNM {
        min-width: 120px;
        padding: 1rem;
    }
    
    .DWMjvBKtEbL {
        flex-direction: column;
        gap: 2rem;
    }
    
    .KdYHOTnFe {
        flex-direction: column;
        text-align: center;
    }
    
    .dmlfootersocial,
    .RnTAlnQTk {
        justify-content: center;
    }
    
    .mDrXxlXBC {
        flex-direction: column;
    }
    
    .PJSXKF,
    .JgVKLtTlaRJ {
        width: 100%;
    }
}

@media (max-width: 480px) {
    :root {
        --section-padding: 2rem 1rem;
    }
    
    .taLHcqYmvUZ {
        font-size: 2.5rem;
    }

    .vlOsWvii,
    .jcJhGmw {
        text-align: center;
    }

    .uBwHkZcgYsP {
        grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
    }
    
    .MmaPlcXwWIHiC {
        flex-direction: column;
    }
    
    .GWVvlZkjB {
        min-width: 280px;
    }
    
    .vwjLMcoSBDWFw {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }
    
    .nhJrRdUqyDYHzXH {
        flex-direction: column;
    }
    
    .YyubiHZnKIuK,
    .rCXAb {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .taLHcqYmvUZ {
        font-size: 2rem;
    }
    
    .GWVvlZkjB {
        min-width: 240px;
        padding: 1.5rem;
    }
}

.AwASNmscb {
    font-family: 'Nunito', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 2rem;
}

.JKPOzY {
    background: var(--accent-gradient);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    color: var(--text-light);
    padding: 6rem 2rem 4rem;
    text-align: center;
    margin-bottom: 3rem;
    border-radius: 0 0 20px 20px;
}

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

.eAecASZ {
    font-family: 'Indie Flower', cursive;
    font-size: 4rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.wcIyBZWJwR {
    font-size: 1.2rem;
    opacity: 0.9;
}

.JYiPYNr {
    max-width: 1000px;
    margin: 0 auto 5rem;
}

.JDxkNak {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: var(--background-light);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

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

.VkaLYofxjtodHQ {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: var(--accent-gradient);
    background-size: 200% 200%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--text-light);
    animation: gradientBG 8s ease infinite;
}

.fWZkKCmNjolAa {
    flex: 1;
}

.TGjBoZsNrNFtL {
    font-family: 'Indie Flower', cursive;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.LCukGKDeI {
    font-size: 1.1rem;
    color: #57606f;
}

@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@media (max-width: 1024px) {
    .eAecASZ {
        font-size: 3.5rem;
    }
    
    .JDxkNak {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .VkaLYofxjtodHQ {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .eAecASZ {
        font-size: 3rem;
    }
    
    .JKPOzY {
        padding: 5rem 2rem 3rem;
    }
    
    .JDxkNak {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .eAecASZ {
        font-size: 2.5rem;
    }
    
    .wcIyBZWJwR {
        font-size: 1rem;
    }
    
    .TGjBoZsNrNFtL {
        font-size: 1.8rem;
    }
    
    .LCukGKDeI {
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .AwASNmscb {
        padding: 0 1rem;
    }
    
    .eAecASZ {
        font-size: 2.2rem;
    }
    
    .JKPOzY {
        padding: 4rem 1rem 2rem;
    }
    
    .VkaLYofxjtodHQ {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}

:root {
    --primary-color: #ffd700;
    --secondary-color: #32cd32;
    --text-dark: #1a1a2e;
    --text-light: #ffffff;
    --background-light: #f8f9fa;
    --border-color: #dfe4ea;
    --accent-gradient: linear-gradient(135deg, #ffd700, #32cd32, #9370db, #ff6347);
    --section-padding: 4rem 2rem;
}

.wdgPURpCcJt {
    font-family: 'Nunito', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 2rem;
}

.DmsjYgHCWCsU {
    background: var(--accent-gradient);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    color: var(--text-light);
    padding: 6rem 2rem 4rem;
    text-align: center;
    margin-bottom: 3rem;
    border-radius: 0 0 20px 20px;
}

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

.uAynogMBeZQp {
    font-family: 'Indie Flower', cursive;
    font-size: 4rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.CWkJD {
    font-size: 1.2rem;
    opacity: 0.9;
}

.JzOMEBn {
    max-width: 1000px;
    margin: 0 auto 5rem;
}

.eUfUAd {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: var(--background-light);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

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

.qAbMGycWdfx {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: var(--accent-gradient);
    background-size: 200% 200%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--text-light);
    animation: gradientBG 8s ease infinite;
}

.CljtlNyYg {
    flex: 1;
}

.FEttJ {
    font-family: 'Indie Flower', cursive;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.ijQnOUmbhgH {
    font-size: 1.1rem;
    color: #57606f;
}

@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@media (max-width: 1024px) {
    .uAynogMBeZQp {
        font-size: 3.5rem;
    }
    
    .eUfUAd {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .qAbMGycWdfx {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .uAynogMBeZQp {
        font-size: 3rem;
    }
    
    .DmsjYgHCWCsU {
        padding: 5rem 2rem 3rem;
    }
    
    .eUfUAd {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .uAynogMBeZQp {
        font-size: 2.5rem;
    }
    
    .CWkJD {
        font-size: 1rem;
    }
    
    .FEttJ {
        font-size: 1.8rem;
    }
    
    .ijQnOUmbhgH {
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .wdgPURpCcJt {
        padding: 0 1rem;
    }
    
    .uAynogMBeZQp {
        font-size: 2.2rem;
    }
    
    .DmsjYgHCWCsU {
        padding: 4rem 1rem 2rem;
    }
    
    .qAbMGycWdfx {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}

:root {
    --primary-color: #ffd700;
    --secondary-color: #32cd32;
    --text-dark: #1a1a2e;
    --text-light: #ffffff;
    --background-light: #f8f9fa;
    --border-color: #dfe4ea;
    --accent-gradient: linear-gradient(135deg, #ffd700, #32cd32, #9370db, #ff6347);
    --section-padding: 4rem 2rem;
}

.XrEyExX {
    font-family: 'Nunito', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 2rem;
}

.dTAMrpPvgZteJA {
    background: var(--accent-gradient);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    color: var(--text-light);
    padding: 6rem 2rem 4rem;
    text-align: center;
    margin-bottom: 3rem;
    border-radius: 0 0 20px 20px;
}

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

.tXVqfBxgRnm {
    font-family: 'Indie Flower', cursive;
    font-size: 4rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.EOLvrXKzoY {
    font-size: 1.2rem;
    opacity: 0.9;
}

.WrlxiTNCev {
    max-width: 1000px;
    margin: 0 auto 5rem;
}

.QXKf {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: var(--background-light);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

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

.OSTRbpMaqwPTS {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: var(--accent-gradient);
    background-size: 200% 200%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--text-light);
    animation: gradientBG 8s ease infinite;
}

.vnodDKgUbpOlk {
    flex: 1;
}

.lbamLOnVJire {
    font-family: 'Indie Flower', cursive;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.GeyQQnBG {
    font-size: 1.1rem;
    color: #57606f;
}

@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@media (max-width: 1024px) {
    .tXVqfBxgRnm {
        font-size: 3.5rem;
    }
    
    .QXKf {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .OSTRbpMaqwPTS {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .tXVqfBxgRnm {
        font-size: 3rem;
    }
    
    .dTAMrpPvgZteJA {
        padding: 5rem 2rem 3rem;
    }
    
    .QXKf {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .tXVqfBxgRnm {
        font-size: 2.5rem;
    }
    
    .EOLvrXKzoY {
        font-size: 1rem;
    }
    
    .lbamLOnVJire {
        font-size: 1.8rem;
    }
    
    .GeyQQnBG {
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .XrEyExX {
        padding: 0 1rem;
    }
    
    .tXVqfBxgRnm {
        font-size: 2.2rem;
    }
    
    .dTAMrpPvgZteJA {
        padding: 4rem 1rem 2rem;
    }
    
    .OSTRbpMaqwPTS {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}

.PDRfyMMPeIf {
    font-family: 'Nunito', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 2rem;
}

.xUwEmTEBDD {
    background: var(--accent-gradient);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    color: var(--text-light);
    padding: 6rem 2rem 4rem;
    text-align: center;
    margin-bottom: 3rem;
    border-radius: 0 0 20px 20px;
}

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

.cWqEXL {
    font-family: 'Indie Flower', cursive;
    font-size: 4rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.fKZneNx {
    font-size: 1.2rem;
    opacity: 0.9;
}

.malWGE {
    max-width: 1000px;
    margin: 0 auto 5rem;
}

.gYyeQRIPMm {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: var(--background-light);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

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

.vFscGSTMj {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: var(--accent-gradient);
    background-size: 200% 200%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--text-light);
    animation: gradientBG 8s ease infinite;
}

.fRbNTPlZ {
    flex: 1;
}

.VGjkdVmH {
    font-family: 'Indie Flower', cursive;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.KoZJGHNbnxER {
    font-size: 1.1rem;
    color: #57606f;
}

@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@media (max-width: 1024px) {
    .cWqEXL {
        font-size: 3.5rem;
    }
    
    .gYyeQRIPMm {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .vFscGSTMj {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .cWqEXL {
        font-size: 3rem;
    }
    
    .xUwEmTEBDD {
        padding: 5rem 2rem 3rem;
    }
    
    .gYyeQRIPMm {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .cWqEXL {
        font-size: 2.5rem;
    }
    
    .fKZneNx {
        font-size: 1rem;
    }
    
    .VGjkdVmH {
        font-size: 1.8rem;
    }
    
    .KoZJGHNbnxER {
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .PDRfyMMPeIf {
        padding: 0 1rem;
    }
    
    .cWqEXL {
        font-size: 2.2rem;
    }
    
    .xUwEmTEBDD {
        padding: 4rem 1rem 2rem;
    }
    
    .vFscGSTMj {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}