@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500&display=swap');

body {
    font-family: 'JetBrains Mono', monospace;
    margin: 0;
    padding: 0;
    color: #333;
    background: #f5f5f5;
    line-height: 1.6;
}

:root {
    --gradient-primary: linear-gradient(135deg, #822af5 0%, #7274ff 100%);
    --gradient-secondary: linear-gradient(135deg, #7274ff 0%, #8c2af5 100%);
    --gradient-accent: linear-gradient(135deg, #544790 0%, #bb92fe 100%);
}

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

.dNEtrgxcuJs {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
}

.YblMUUllAZv {
    font-family: 'Baloo 2', cursive;
    color: #a888ff;
    margin-bottom: 1rem;
}

.kMTdz {
    margin-bottom: 1.5rem;
}

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

.qvCAHSTk, .UNtTqPsAqatB {
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 500;
    transition: all 0.3s ease;
}

.qvCAHSTk {
    background: var(--gradient-primary);
    color: white;
}

.UNtTqPsAqatB {
    background: #f5f5f5;
    color: #333;
}

.iMITVaA {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #333;
    color: white;
    padding: 1rem;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.narYFAJALuJ {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.klbcookieAlertsymbol {
    font-size: 1.5rem;
    color: #fdaa5d;
}

.IkGWbyMTET {
    color: #a888ff;
    text-decoration: underline;
}

.LZRSNcSTnUgWR {
    background: var(--gradient-primary);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'JetBrains Mono', monospace;
}

.gRqLyn {
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.ZANsln {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.tazenlXfjMCRV {
    height: 50px;
    width: auto;
}

.iEMQTWSWkQ {
    font-family: 'Baloo 2', cursive;
    font-size: 1.5rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0;
}

.bAaNZm {
    display: flex;
}

.wJGBkscg {
    display: flex;
    list-style: none;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}

.YgHkkrANlkjSey {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.YgHkkrANlkjSey:hover {
    color: #a888ff;
}

.vrAQhlmBspyP {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.ywagOklh {
    position: fixed;
    top: 0;
    left: -115%;
    width: 100%;
    height: 100vh;
    background: white;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    z-index: 101;
    transition: left 0.3s ease;
    padding: 2rem 1rem;
}

.ywagOklh.active {
    left: 0;
}

.ytLre {
    list-style: none;
    padding: 0;
    margin: 0;
}

.PYOhhdXmpT {
    margin-bottom: 1rem;
}

.OTXfhLWWY {
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.uWuuXsA {
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

.AQKqN {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    z-index: -1;
}

.UjhskVdS {
    max-width: 800px;
    padding: 2rem;
}

.mRQm {
    font-family: 'Baloo 2', cursive;
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

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

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

.yRqkHzTd, .nDpUyuHKbgPX {
    padding: 0.8rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.yRqkHzTd {
    background: white;
    color: #a888ff;
}

.nDpUyuHKbgPX {
    background: rgba(255,255,255,0.2);
    color: white;
    border: 1px solid white;
}

.QrxDVafPs {
    position: relative;
    padding: 5rem 1rem;
}

.ZxIZeYoBn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../msl-arts/msl-art1.webp') repeat;
    opacity: 0.05;
    z-index: -2;
}

.VCBO {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-secondary);
    opacity: 0.1;
    z-index: -1;
}

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

.CsmsaxwUnJf {
    font-family: 'Baloo 2', cursive;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.YnuQARiv {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.eAJZyRLDGL {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    width: calc(25% - 2rem);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.lOJFzL {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nMPglKOWEp {
    font-family: 'Baloo 2', cursive;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.AqcQAwrOLZY {
    padding: 5rem 1rem;
    background: #f9f9f9;
}

.PwjUmAovAG {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 40px;
}

.PwjUmAovAG:last-of-type {
    margin-bottom: 0;
}

.erVeyVodnRrCh {
    position: relative;
    flex: 1;
}

.OuSvgvTWCDIT {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.PwLsZjTGEEP {
    position: absolute;
    top: -15px;
    right: -15px;
    background: var(--gradient-accent);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.vRQfleAGr {
    flex: 1;
}

.ijZliTKgjT {
    font-family: 'Baloo 2', cursive;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.FvJAYvIdgae {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.fWrTtWMtwtBZqG {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.RYNPwAH {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sJACQJabxFxvj {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 2.5rem;
    background: var(--gradient-primary);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sJACQJabxFxvj:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.oyUyzZPjZaPVyFB {
    padding: 4rem 1rem;
    background: var(--gradient-primary);
    color: white;
}

.IYhpLcze {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.YiYd {
    font-family: 'Baloo 2', cursive;
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.Jalx {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 600px;
}

.kVpdvT {
    width: 100%;
    max-width: 500px;
}

.jaPaOyWC {
    margin-bottom: 1rem;
    position: relative;
}

.hrCkExRAVuhvyDf {
    width: 100%;
    max-width: 280px;
    padding: 1rem;
    border-radius: 50px;
    border: none;
    font-family: 'JetBrains Mono', monospace;
}

.xGpnozT {
    color: #ffcccc;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    display: none;
}

.efquzDL {
    margin: 1rem 0;
    text-align: left;
    font-size: 0.9rem;
}

.efquzDL a {
    color: white;
    text-decoration: underline;
}

.CXwMep {
    width: 100%;
    padding: 1rem;
    border-radius: 50px;
    border: none;
    background: white;
    color: #a888ff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.CXwMep:hover {
    background: #f0f0f0;
}

.EeNwLD {
    display: none;
    text-align: center;
    padding: 20px;
    background: rgba(46, 204, 113, 0.2);
    border-radius: 8px;
    margin-top: 20px;
    color: #27ae60;
}

.EeNwLD i {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

.EeNwLD p {
    margin: 0;
    font-weight: 500;
}

.ixHdvHul {
    position: relative;
    padding: 5rem 1rem;
    color: white;
}

.NwDeUptx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../msl-arts/msl-art3.webp') center/cover;
    z-index: -2;
}

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

.WbuJJgrXOe {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.LajalxD {
    font-family: 'Baloo 2', cursive;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.OWdXidKYKVt {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.tuImjIxLuO {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 3rem;
}

.WLHAGcTeqkdjZw {
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 10px;
    min-width: 150px;
}

.WLHAGcTeqkdjZw i {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.OBNsPvSAwJZBO {
    font-family: 'Baloo 2', cursive;
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}

.FaaPnXQfsnpr {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
}

.DOKlV {
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 10px;
    flex: 1;
    transition: transform 0.3s ease;
}

.DOKlV:hover {
    transform: translateY(-10px);
}

.DOKlV i {
    font-size: 2rem;
    margin-bottom: 1rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.NiZnrSyDfIMb {
    font-family: 'Baloo 2', cursive;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.nwyPHteYl {
    padding: 5rem 1rem;
    background: #f9f9f9;
}

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

.UAclp {
    font-family: 'Baloo 2', cursive;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.VMOjDJG {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    padding-bottom: 2rem;
}

.PFrdrtAB {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    width: 100%;
    min-width: 290px;
    transition: transform 0.3s ease;
}

.PFrdrtAB:hover {
    transform: translateY(-10px);
}

.qvlpBFiSXMIMd {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
    border: 3px solid #a888ff;
}

.MRunbfrXnfc {
    font-family: 'Baloo 2', cursive;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.OFndhg {
    color: #ffc107;
    margin-bottom: 1rem;
}

.SwacYUdjeeazUyO {
    width: 100%;
    max-width: 270px;
    height: 100%;
    min-height: 150px;
    font-size: 14px;
}

.KCYXwTrnWOH {
    position: relative;
    padding: 5rem 1rem;
}

.wkYnLsOZk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../msl-arts/msl-art2.webp') center/cover;
    z-index: -2;
}

.yusoHRIxyhg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-secondary);
    opacity: 0.9;
    z-index: -1;
}

.ahyAflvVJJuFw {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    color: white;
}

.OfVsenDPX {
    flex: 1;
}

.HEbbuHBL {
    font-family: 'Baloo 2', cursive;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.jwiVgODzEMsIb {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.LyLWBwvX {
    margin-top: 2rem;
}

.JkBGFoel {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.YqkUJqkkzT {
    flex: 1;
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.uWKbnUsNr {
    margin-bottom: 1.5rem;
}

.NJnJXJli {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #333;
}

.wvfAexWHGBhYJ, .GFohDrbMYd {
    width: 100%;
    max-width: 500px;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: 'JetBrains Mono', monospace;
}

.GFohDrbMYd {
    width: 100%;
    max-width: 500px;
    min-height: 150px;
    resize: vertical;
}

.XUUro {
    color: #e74c3c;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    display: none;
}

.jfIqNemzPqo {
    margin: 1.5rem 0;
    font-size: 0.9rem;
    color: #333;
}

.jfIqNemzPqo a {
    color: #a888ff;
}

.HtqtsjFsTWg {
    width: 100%;
    padding: 1rem;
    background: var(--gradient-primary);
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.HtqtsjFsTWg:hover {
    opacity: 0.9;
}

.tDkIksOzGVlQ {
    text-align: center;
    padding: 2rem;
    color: #2ecc71;
    display: none;
}

.tDkIksOzGVlQ i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.VMNmksGaJrp {
    padding: 5rem 1rem;
    background: #f9f9f9;
}

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

.qzpLUum {
    font-family: 'Baloo 2', cursive;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.oGQAjEBwS {
    border-radius: 10px;
    overflow: hidden;
}

.SAMAhXWkQtDdq {
    margin-bottom: 1rem;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.hvqCaDtTLLTD {
    width: 100%;
    padding: 1.5rem;
    text-align: left;
    border: none;
    background: white;
    font-family: 'Baloo 2', cursive;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hvqCaDtTLLTD i:first-child {
    margin-right: 1rem;
    color: #a888ff;
}

.MxYRXnwFJ {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.SAMAhXWkQtDdq.active .MxYRXnwFJ {
    padding: 0 1.5rem 1.5rem;
    max-height: 500px;
}

.NKsHihQX {
    position: relative;
    padding: 4rem 1rem;
    color: white;
}

.upMBLoj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../msl-arts/msl-art4.webp') center/cover;
    z-index: -2;
}

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

.hvLtkOJor {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
}

.hlgJeXPDuJtok {
    flex: 1;
}

.KJNUIcEXkpfc {
    font-family: 'Baloo 2', cursive;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #fdaa5d;
}

.VAlUefqzyXk a {
    color: #fdaa5d;
    text-decoration: underline;
}

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

.dnOfwUnI img {
    width: 140px;
    max-width: 140px;
    background: #fff;
    padding: 7px;
    border-radius: 4px;
}

.dkLoVEvmt {
    background: #333;
    color: white;
    padding: 4rem 1rem 0;
}

.NXhsZQcZvVMa {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

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

.ITitbYszAGHaKu {
    font-family: 'Baloo 2', cursive;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #fdaa5d;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.shrPiJHBpsJ {
    list-style: none;
    padding: 0;
    margin: 0;
}

.keIlulAQGg {
    margin-bottom: 1rem;
}

.eZNciq {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.eZNciq:hover {
    color: #fdaa5d;
}

.ZEWWHJI p {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ZFzGToSq {
    text-align: center;
    padding: 1.5rem;
    margin-top: 3rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
}

.VOJIxHZj {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

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

.aANuovuvzg, .ZfMNwhbCOrFz, .VPebQZWglLyQ {
    max-width: 900px;
    margin: 2rem auto;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.XQHwEY, .wrsOhQedoJD, .VrdVnIhmdLS {
    color: white;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    text-align: center;
}

.XQHwEY h1, .wrsOhQedoJD h1, .VrdVnIhmdLS h1 {
    font-family: 'Baloo 2', cursive;
    margin: 0;
    font-size: 2.5rem;
}

.GptVERh {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.8rem 1.5rem;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

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

.PNVXWMCCCrdnz {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.VaUWfXaO {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #a888ff;
}

.UPmztILzW {
    background: #fff8e6;
    border-left: 4px solid #ffc107;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 4px 4px 0;
}

.ggZxGfLia {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.mEgDfpn {
    background: #f5f5f5;
    padding: 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.hidden {
    display: none !important;
}

@media (max-width: 1024px) {
    .eAJZyRLDGL {
        width: calc(50% - 2rem);
    }
    
    .PwjUmAovAG {
        flex-direction: column;
    }
    
    .ahyAflvVJJuFw {
        flex-direction: column;
    }
    
    .tuImjIxLuO {
        flex-wrap: wrap;
    }
    
    .FaaPnXQfsnpr {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .bAaNZm {
        display: none;
    }
    
    .vrAQhlmBspyP {
        width: auto;
        height: auto;
        display: block;
        z-index: 333;
    }

    .mRQm {
        font-size: 2.5rem;
    }
    
    .CsmsaxwUnJf, 
    .LajalxD,
    .UAclp,
    .HEbbuHBL,
    .qzpLUum {
        font-size: 2rem;
    }

    .hrCkExRAVuhvyDf,
    .wvfAexWHGBhYJ, 
    .GFohDrbMYd, 
    .GFohDrbMYd {
        width: 90%;
    }
    
    .hvLtkOJor {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .mRQm {
        font-size: 2rem;
    }
    
    .WBvSzeS {
        flex-direction: column;
    }
    
    .eAJZyRLDGL {
        width: 100%;
    }
    
    .WLHAGcTeqkdjZw {
        width: 100%;
    }
   
    .YiYd {
        font-size: 1.8rem;
    }

    .VZNPkgpR,
    .ZANsln {
        flex-direction: column;
    }

    .vrAQhlmBspyP {
        position: relative;
        top: -40px;
        right: -115px;
    }
}

@media (max-width: 320px) {
    .mRQm {
        font-size: 1.8rem;
    }
    
    .iEMQTWSWkQ {
        font-size: 1.5rem;
    }
    
    .HCrJISblNrO {
        flex-direction: column;
    }
    
    .narYFAJALuJ {
        width: 90%;
        max-width: 290px;
        flex-direction: column;
        text-align: center;
    }

    .EYORWc {
        width: 90%;
    }
    
    .LZRSNcSTnUgWR {
        margin-top: 1rem;
    }

    .PFrdrtAB {
        min-width: 205px !important;
    }

    .SwacYUdjeeazUyO {
        max-width: 250px;
    }
}