:root {
    --nng-primary: #2E7D32;
--nng-primary-light: #C8E6C9;
--nng-secondary: #db7216;
--nng-accent: #00897B;
--nng-dark: #263238;
--nng-light: #FAFAFA;
--nng-success: #66BB6A;
--nng-error: #D32F2F;
--nng-text: #37474F;
--nng-text-light: #4DB6AC;
--nng-text-middle: #FFA726;
--nng-text-hard: #BF360C;
--nng-gold: #bb9420;
--nng-purple: #7B1FA2;
--nng-red: #E64A19;
--nng-emerald: #388E3C;

}

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

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

h1, h2, h3, h4 {
    font-family: 'Nunito', serif;
    font-weight: 700;
}

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

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

.zoEYOvI {
    background-color: var(--nng-dark);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    z-index: 100;
}

.vWxyDUA {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 2rem;
}

.tLeCwVh img {
    height: 50px;
    width: auto;
}

.iCXzIHcjzgKl {
    display: flex;
}

.KgLdSgUIbL {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.gMRNXLwzK {
    position: relative;
}

.cOufan {
    font-weight: 600;
    color: var(--nng-secondary);
    transition: color 0.3s ease;
    padding: 0.5rem 0;
    position: relative;
}

.cOufan:hover {
    color: var(--nng-light);
}

.cOufan::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--nng-accent);
    transition: width 0.3s ease;
}

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

.pzUixZumZsl {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 101;
}

.sRFbDGM {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--nng-gold);
    margin: 5px 0;
    transition: all 0.3s ease;
}

.mQsWeQgT {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: var(--nng-dark);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    padding: 6rem 2rem 2rem;
    transition: right 0.3s ease;
    z-index: 99;
}

.mQsWeQgT.active {
    right: 0;
}

.yGLDbEEvTT {
    display: block;
    padding: 1rem 0;
    font-weight: 600;
    border-bottom: 1px solid rgba(198, 170, 16, 0.2);
    color: var(--nng-secondary);
    transition: color 0.3s ease;
}

.yGLDbEEvTT:hover {
    color: var(--nng-light);
}

.GMNQjmGIuT {
    padding: 8rem 0 4rem;
    background-image: url('../arts/promo1.webp');
    background-size: cover;
    background-position: center;
    color: white;
}

.mGEfApjvg {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
}

.EYcHmyxf {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--nng-secondary);
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.vAHLXeCDj {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: var(--nng-light);
}

.jrrpVkZNl {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: var(--nng-accent);
    color: white;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(188, 44, 92, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.jrrpVkZNl:hover {
    background-color: #bc4b78;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(197, 40, 92, 0.6);
}

.nngheroimage {
    margin-top: 3rem;
    text-align: center;
}

.nngheroimage img {
    max-width: 800px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    border: 3px solid var(--nng-gold);
}

.QrEDAOnfEc {
    padding: 5rem 0;
    background-color: white;
}

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

.gZEVbKguaHbPtw img {
    max-width: 600px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border: 2px solid var(--nng-gold);
}

.CYfhvLbGcaNdsx {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

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

.mzuVmhcJ {
    margin-bottom: 1.5rem;
    color: var(--nng-text-hard);
}

.PStGDPhFDtizm {
    list-style: none;
    margin-top: 1.5rem;
}

.xoeTxcq {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: var(--nng-primary);
}

.xoeTxcq::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 1rem;
    height: 1rem;
    background-color: var(--nng-accent);
    border-radius: 50%;
}

/* Features Section */
.PdrWBXAWSb {
    padding: 5rem 0;
    background-color: var(--nng-primary);
    color: white;
}

.ZFjjfp {
    margin-bottom: 3rem;
    color: var(--nng-secondary);
}

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

.gcHNOBOS {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid var(--nng-gold);
}

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

.KINyYcpOtOlTdc {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--nng-purple);
    border-radius: 50%;
    color: white;
    font-size: 2.5rem;
}

.YfcjzWhg {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--nng-primary);
}

.mmlnwR {
    color: var(--nng-text-hard);
    font-size: 0.95rem;
}

/* Games Section */
.APdYxpggfyVKGfW {
    padding: 5rem 0;
    background: linear-gradient(to right, var(--nng-primary), var(--nng-dark));
    color: white;
}

.LsAHAQhNqXtpD {
    text-align: center;
    margin-bottom: 3rem;
}

.LAqOti {
    color: var(--nng-secondary);
    font-size: 1.1rem;
}

.BrevydAQow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    border: 3px solid var(--nng-gold);
}

.PaoHTvcyxeuA {
    display: flex;
    flex-direction: row;
    align-items: end;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    max-width: 800px;
    width: 100%;
}

.PaoHTvcyxeuA img {
    width: 70%;
}

.HaQgFakVG {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    border-radius: 5px;
    padding: 2rem;
    margin-bottom: 15px;
    color: white;
    text-align: right;
}

.QxnzxbqWCDBl {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--nng-secondary);
}

.nGgRzxI {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    background-color: var(--nng-accent);
    color: white;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.nGgRzxI:hover {
    background-color: #C2185B;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(233, 30, 99, 0.5);
}

.OKeuHpHBaIbcp {
    max-width: 600px;
    width: 100%;
    color: white;
}

.bTCtoqZLroXUJ {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--nng-secondary);
}

.AMLzwvkCq {
    margin-bottom: 1.5rem;
    color: var(--nng-text-light);
}

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

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

.YUXetXGWU {
    font-weight: 600;
    color: var(--nng-secondary);
    font-size: 0.9rem;
}

.rQFpfndOtvYGBM {
    color: var(--nng-text-light);
    font-size: 0.9rem;
}

.Aqrofp {
    padding: 5rem 0;
    background-color: white;
}

.EjaWzGb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.wBbqXbuhGNo {
    background-color: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 5px solid var(--nng-accent);
}

.QmAOKOcbAmmtNPj {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.Kxpv {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
    border: 2px solid var(--nng-gold);
}

.xvWtaLjNsj {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    color: var(--nng-primary);
}

.LwvCpu {
    color: var(--nng-secondary);
    font-size: 0.9rem;
}

.HEYyIrgrGK {
    font-style: italic;
    color: var(--nng-text-light);
    margin-bottom: 1rem;
}

.qilvsYTa {
    padding: 5rem 0;
    background-color: var(--nng-primary);
    color: white;
}

.vznPPLfv {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.CGiUmQ {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.RAQflEKYqHPgU {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.KuDGdZ {
    margin-bottom: 1.5rem;
}

.hwkyxCTosOWFOw {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--nng-primary);
}

.zPGeMYpshZBi, .ObpPOy {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid var(--nng-gray);
    border-radius: 8px;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.zPGeMYpshZBi:focus, .ObpPOy:focus {
    outline: none;
    border-color: var(--nng-accent);
    box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.2);
}

.ObpPOy {
    resize: vertical;
    min-height: 120px;
}

.wxuLfIMKqbo {
    display: inline-block;
    width: 100%;
    padding: 1rem;
    background-color: var(--nng-emerald);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.wxuLfIMKqbo:hover {
    background-color: #388E3C;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.QnjenXnqO {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 2rem;
    border-radius: 12px;
    color: white;
}

.YxnnDkDfgK {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    color: var(--nng-secondary);
}

.UYPTsclCUUJ {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.ilrjnGWXnWznz {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: var(--nng-secondary);
}

.tLitHs {
    transition: color 0.3s ease;
}

.tLitHs:hover {
    color: var(--nng-secondary);
}

.Xvvoos {
    flex: 1;
}

.nngsocial-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

.nngsocial-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 1.25rem;
}

.nngsocial-icon:hover {
    background-color: var(--nng-accent);
    transform: translateY(-3px);
}

.NkuyGE {
    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: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

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

.YZRarhschdJ {
    background-color: white;
    padding: 2.5rem;
    border-radius: 12px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.RcVCfRXu {
    font-size: 3rem;
    color: var(--nng-gold);
    margin-bottom: 1.5rem;
}

.YlMsgsDISj {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--nng-primary);
}

.gRtvvZMzIy {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--nng-text-light);
}

.reZIxIGOil {
    display: block;
    margin: 0 auto;
    padding: 0.8rem 2rem;
    background-color: var(--nng-primary);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.reZIxIGOil:hover {
    background-color: var(--nng-dark);
    transform: translateY(-2px);
}

.PfrYJCsz {
    width: 100%;
    background-image: url('../arts/promo2.webp');
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
    background-color: var(--nng-light);
}

.ePpPPUFnthrG {
    text-align: center;
    margin-bottom: 3rem;
    color: var(--nng-secondary);
}

.AJKbYOQ {
    width: 100%;
    max-width: 1200px;
    margin: 35px auto;
    padding: 0 20px;
}

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

.BuQc {
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.alDJNalfRB {
    width: 100%;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.3s ease;
}

.alDJNalfRB:hover {
    background-color: #f9f9f9;
}

.alDJNalfRB[aria-expanded="true"] {
    background-color: var(--nng-secondary);
    color: var(--nng-dark);
}

.yhvdgY {
    font-weight: 600;
    font-size: 1.1rem;
}

.oGMPnSWuDn {
    font-size: 1.25rem;
    transition: transform 0.3s ease;
}

.alDJNalfRB[aria-expanded="true"] .oGMPnSWuDn {
    transform: rotate(180deg);
}

.ycfipLKVGzx {
    padding: 0 1.5rem;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.BuQc[aria-expanded="true"] .ycfipLKVGzx {
    padding: 0 1.5rem 1.5rem;
    max-height: 300px;
}

.ycfipLKVGzx p {
    margin-top: 0.5rem;
    color: var(--nng-text-light);
}

.pPoAjrZw {
    padding: 4rem 0;
    background: linear-gradient(to bottom, var(--nng-dark), var(--nng-primary));
    color: white;
    text-align: center;
}

.ApMuVUIvVW {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.bybzOYAzDm {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: var(--nng-secondary);
}

.JoCjWKzT {
    margin-bottom: 2rem;
    opacity: 0.9;
}

.isxIYI {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.isxIYI i {
    font-size: 2rem;
    color: var(--nng-secondary);
}

.GnuBEakbVZd {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: var(--nng-secondary);
}

.EJgzBX {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.EJgzBX a {
    transition: transform 0.3s ease;
}

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

.iJfyLfmiblK {
    background-color: var(--nng-dark);
    color: white;
    padding: 3rem 0 0;
    border-top: 3px solid var(--nng-gold);
}

.EgsOJGd {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.GUtFZAFpwrETQsx {
    text-align: center;
}

.VDHAiplkG {
    height: 60px;
    margin-bottom: 1rem;
}

.iBykOYjlw {
    opacity: 0.8;
    font-size: 0.95rem;
}

.hmoPqvxkmuOy {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.LOdjtk {
    margin-bottom: 1.5rem;
}

.ePMuVUWjnQ {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
    color: var(--nng-secondary);
}

.ePMuVUWjnQ::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--nng-accent);
}

.KjkPaml {
    list-style: none;
}

.KjkPaml li {
    margin-bottom: 0.8rem;
}

.XPFnRTFjrGV {
    opacity: 0.8;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.XPFnRTFjrGV:hover {
    opacity: 1;
    color: var(--nng-secondary);
    padding-left: 5px;
}

.gnvjJcljimDGWvG {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    text-align: center;
    margin-top: 3rem;
}

.ddxBBzD {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 1rem;
}

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

.cWdDshri {
    font-size: 0.85rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.cWdDshri:hover {
    opacity: 1;
}

.TaHCjgjp {
    opacity: 0.5;
}

.TYOFbSsSJrgv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 5, 76, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.SDdlzLHi {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--nng-secondary);
}

.nIYASaDqjTiuV {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: var(--nng-text-hard);
}

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

.KfaWBnlPW, .hvbMBBjwRws {
    padding: 0.8rem 1.8rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-size: 1rem;
}

.KfaWBnlPW {
    background-color: var(--nng-emerald);
    color: white;
}

.hvbMBBjwRws {
    background-color: var(--nng-red);
    color: white;
}

.KfaWBnlPW:hover {
    background-color: #388E3C;
    transform: translateY(-2px);
}

.hvbMBBjwRws:hover {
    background-color: #D32F2F;
    transform: translateY(-2px);
}

.XzcqOE {
    text-align: center;
    margin-top: 20px;
}

.HqboENkuAp {
    padding: 4rem 0;
    background-color: var(--nng-light);
    color: var(--nng-text);
}

.cuUFjPlAoXeR {
    text-align: center;
    margin-bottom: 3rem;
    color: var(--nng-primary);
    font-size: 2.2rem;
}

.zXQCxmB {
    margin-bottom: 2.5rem;
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--nng-secondary);
}

.ojtGahRqDTfX {
    color: var(--nng-primary);
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.dwIjlZRQadenqx {
    padding-left: 1rem;
}

.zXYuBEXvxoubm {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: var(--nng-text-light);
}

.ovGmnD {
    margin: 1.5rem 0;
}

.uslWuWcmVn {
    color: var(--nng-primary);
    margin: 1rem 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.OlZzSJdAIzw {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.KrnVRg {
    margin-bottom: 0.8rem;
    line-height: 1.5;
}

.BiTmKNvf {
    color: var(--nng-accent);
    text-decoration: none;
    transition: color 0.3s ease;
}

.BiTmKNvf:hover {
    color: var(--nng-purple);
    text-decoration: underline;
}

.qKOwknVYPOyh {
    padding: 4rem 0;
    background-color: var(--nng-light);
    color: var(--nng-text);
}

.LxwxNuOFaZk {
    text-align: center;
    margin-bottom: 3rem;
    color: var(--nng-primary);
    font-size: 2.2rem;
}

.XpeVCTLlejTIA {
    margin-bottom: 2rem;
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--nng-accent);
}

.AxrSodHf {
    color: var(--nng-primary);
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.Tetdve {
    padding-left: 1rem;
}

.NeDHMatZPwWPP {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: var(--nng-text-light);
}

.lrKOymd {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.bJuZaDiN {
    margin-bottom: 0.8rem;
    line-height: 1.5;
}

.ronWhsZnEnhFOA {
    color: var(--nng-accent);
    text-decoration: none;
    transition: color 0.3s ease;
}

.ronWhsZnEnhFOA:hover {
    color: var(--nng-purple);
    text-decoration: underline;
}

.EpEaDuJRy {
    padding: 4rem 0;
    background-color: var(--nng-light);
    color: var(--nng-text);
}

.MzEJsVEJqOkz {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--nng-primary);
    font-size: 2.2rem;
}

.eUzUy {
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.qamVFVU {
    margin-bottom: 2rem;
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--nng-secondary);
}

.jMRmDrJUsMuY {
    color: var(--nng-primary);
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.gVlzmfe {
    padding-left: 1rem;
}

.korgAzlm {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: var(--nng-text-light);
}

.TSzyKNeC {
    color: var(--nng-accent);
    text-decoration: none;
    transition: color 0.3s ease;
}

.TSzyKNeC:hover {
    color: var(--nng-purple);
    text-decoration: underline;
}

.voJcSYFMvDdrCR {
    padding: 4rem 0;
    background-color: var(--nng-dark);
    color: var(--nng-text);
}

.UBaSrtELn {
    text-align: center;
    margin-bottom: 3rem;
    color: var(--nng-secondary);
    font-size: 2.2rem;
}

.rcbEtAxefsYZ {
    margin-bottom: 2rem;
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--nng-emerald);
}

.JApJJVqBglX {
    color: var(--nng-primary);
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.iMWoFLSVEM {
    padding-left: 1rem;
}

.bgYvFwHPK {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: var(--nng-text-light);
}

.GRkviDriujH {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.SkuAcOQhUOkbg {
    margin-bottom: 0.8rem;
    line-height: 1.5;
}

.NuytCKJQJ {
    color: var(--nng-accent);
    text-decoration: none;
    transition: color 0.3s ease;
}

.NuytCKJQJ:hover {
    color: var(--nng-purple);
    text-decoration: underline;
}

.XFInZsF {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(206, 205, 211, 0.9);
    color: white;
    padding: 20px;
    z-index: 999;
    display: none;
    animation: nngcookiefadeIn 0.5s ease-out;
  }
  
  .MujlcSlQcay {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .zXYuBEXvxoubm {
    flex: 1;
    min-width: 250px;
  }
  
  .zXYuBEXvxoubm p {
    margin: 0;
    line-height: 1.5;
    color: var(--nng-primary);
  }
  
  .abpsprkRhzBsW {
    background-color: var(--nng-secondary);
    color: var(--nng-dark);
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    flex-shrink: 0;
  }
  
  .abpsprkRhzBsW:hover {
    background-color: #ffea00;
    transform: translateY(-2px);
  }
  
  @keyframes nngcookiefadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  @media (max-width: 768px) {
    .MujlcSlQcay {
      flex-direction: column;
      text-align: center;
    }
    
    .abpsprkRhzBsW {
      width: 100%;
    }
  }

.rCgPtfTVNskg {
    display: inline-block;
    padding: 12px 24px;    
    background-color: var(--nng-secondary);
    color: var(--nng-dark);
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
    text-decoration: none;
}

.rCgPtfTVNskg:hover {
    background-color: #ffea00;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

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

    .PaoHTvcyxeuA {
        align-items: center;
    }
}

@media (max-width: 768px) {
    .iCXzIHcjzgKl {
        display: none;
    }
    
    .pzUixZumZsl {
        display: block;
    }
    
    .pzUixZumZsl.active .sRFbDGM:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    
    .pzUixZumZsl.active .sRFbDGM:nth-child(2) {
        opacity: 0;
    }
    
    .pzUixZumZsl.active .sRFbDGM:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
    
    .GMNQjmGIuT {
        padding-top: 6rem;
    }
    
    .EYcHmyxf {
        font-size: 2rem;
    }
    
    .vznPPLfv {
        flex-direction: column;
    }
    
    .QnjenXnqO {
        order: -1;
    }

    .alDJNalfRB {
        padding: 1rem;
    }
    
    .yhvdgY {
        font-size: 1rem;
    }
    
    .ycfipLKVGzx {
        padding: 0 1rem;
    }
    
    .BuQc[aria-expanded="true"] .ycfipLKVGzx {
        padding: 0 1rem 1rem;
    }

    .zXQCxmB {
        padding: 1rem;
    }
    
    .ojtGahRqDTfX {
        font-size: 1.3rem;
    }
    
    .uslWuWcmVn {
        font-size: 1.1rem;
    }

    .XpeVCTLlejTIA {
        padding: 1rem;
    }
    
    .AxrSodHf {
        font-size: 1.3rem;
    }

    .qamVFVU {
        padding: 1rem;
    }
    
    .jMRmDrJUsMuY {
        font-size: 1.3rem;
    }

    .rcbEtAxefsYZ {
        padding: 1rem;
    }
    
    .JApJJVqBglX {
        font-size: 1.3rem;
    }

    .voJcSYFMvDdrCR {
        padding: 5rem 0;
    }
}

@media (max-width: 480px) {
    .vWxyDUA {
        padding: 1rem;
    }
    
    .tLeCwVh img {
        height: 40px;
    }
    
    .EYcHmyxf {
        font-size: 1.8rem;
    }
    
    .vAHLXeCDj {
        font-size: 1rem;
    }
    
    .aXBiMKFUPiw {
        font-size: 1.6rem;
    }
    
    .AETjHWYo {
        grid-template-columns: 1fr;
    }

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

    .PaoHTvcyxeuA img {
        width: 100%;
    }

    .HaQgFakVG {
        text-align: center;
    }

    .tLitHs {
        font-size: 11px;
    }
    
    .hmoPqvxkmuOy {
        grid-template-columns: 1fr;
    }
    
    .doAjaSzgrqJ {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .TaHCjgjp {
        display: none;
    }

    .cuUFjPlAoXeR {
        font-size: 1.8rem;
    }
    
    .dwIjlZRQadenqx {
        padding-left: 0.5rem;
    }
    
    .OlZzSJdAIzw {
        padding-left: 1rem;
    }

    .LxwxNuOFaZk {
        font-size: 1.8rem;
    }
    
    .Tetdve {
        padding-left: 0.5rem;
    }
    
    .lrKOymd {
        padding-left: 1rem;
    }

    .MzEJsVEJqOkz {
        font-size: 1.8rem;
    }
    
    .gVlzmfe {
        padding-left: 0.5rem;
    }

    .UBaSrtELn {
        font-size: 1.8rem;
    }
    
    .iMWoFLSVEM {
        padding-left: 0.5rem;
    }
    
    .GRkviDriujH {
        padding-left: 1rem;
    }

    .EJgzBX img {
        height: 70px !important;
    }
}