.n341 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    z-index: 100;
    animation: backdrop-fade-in .2s ease-out
}

@keyframes backdrop-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.n339 {
    background-color: gold;
    background-image: url(/images/assest/search-gold.svg);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    box-shadow: 2px 0 20px #00000026;
    z-index: 101;
    transform: translate(-100%);
    transition: transform .3s ease-out;
    display: flex;
    flex-direction: column;
    width: 100vw
}

.n119 {
    transform: translate(0)
}

.n343 {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 1rem 1rem;
    background: #0000000d;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.n340 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: #fff3;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease;
    color: #000c;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.n340:hover {
    background: #ffffff4d;
    transform: scale(1.05)
}

.n340:active {
    transform: scale(.95)
}

.n344 {
    flex: 1;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000000e6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.n342 {
    padding: 1.5rem;
    overflow-y: auto;
    overflow-x: hidden
}

.n342::-webkit-scrollbar {
    width: 6px
}

.n342::-webkit-scrollbar-track {
    background: #0000001a;
    border-radius: 3px
}

.n342::-webkit-scrollbar-thumb {
    background: #0003;
    border-radius: 3px
}

.n342::-webkit-scrollbar-thumb:hover {
    background: #0000004d
}

@media(min-width:640px) {
    .n339 {
        width: 70vw;
        max-width: 500px
    }
}

@media(min-width:1024px) {
    .n339 {
        width: 480px
    }
}

@media(min-width:1440px) {
    .n339 {
        width: 600px
    }
}

@media(min-width:1920px) {
    .n339 {
        width: 700px
    }
}

@media(min-width:640px) {
    .n341 {
        animation-duration: .25s
    }

    .n339 {
        transition: transform .35s cubic-bezier(.25, .46, .45, .94)
    }
}

@media(prefers-reduced-motion:reduce) {

    .n339,
    .n341,
    .n340 {
        transition: none;
        animation: none
    }
}

.n340:focus-visible {
    outline: 2px solid rgba(0, 0, 0, .5);
    outline-offset: 2px
}

.n85 {
    width: 100%;
    box-sizing: border-box
}

.n25 {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(255, 255, 255, .15)
}

.n25 h3 {
    color: #fffffff2;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 .5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

.n25 p {
    color: #fffc;
    font-size: .875rem;
    margin: 0
}

.n97 {
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.n37 {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background-color: #0009;
    border: 2px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    cursor: pointer;
    transition: all .2s ease;
    text-align: left;
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.n37:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--item-color, var(--accent-green)) 0%, transparent 100%);
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none
}

.n37:hover:before {
    opacity: .15
}

.n37:hover {
    border-color: var(--item-color, var(--accent-green));
    transform: translate(4px);
    background-color: #000c;
    box-shadow: 0 4px 20px #00000080
}

.n37:active {
    transform: translate(2px)
}

.n61 {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff26;
    border-radius: 10px;
    color: var(--item-color, var(--accent-green));
    transition: all .2s ease;
    position: relative;
    z-index: 1
}

.n37:hover .n61 {
    background-color: var(--item-color, var(--accent-green));
    color: #0a0a0a;
    transform: scale(1.05);
    box-shadow: 0 0 20px var(--item-color, var(--accent-green))
}

.n73 {
    flex: 1;
    color: #fffffff2;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: color .2s ease
}

.n37:hover .n73 {
    color: var(--item-color, var(--accent-green));
    font-weight: 600
}

.n49 {
    flex-shrink: 0;
    color: #ffffff80;
    transition: all .2s ease;
    position: relative;
    z-index: 1
}

.n37:hover .n49 {
    color: var(--item-color, var(--accent-green));
    transform: translate(4px)
}

@media(max-width:768px) {
    .n25 {
        margin-bottom: 1.5rem
    }

    .n25 h3 {
        font-size: 1.25rem
    }

    .n37 {
        padding: .875rem 1rem
    }

    .n61 {
        width: 36px;
        height: 36px
    }

    .n73 {
        font-size: .9375rem
    }
}

@media(min-width:1440px) {
    .n25 h3 {
        font-size: 1.75rem
    }

    .n25 p {
        font-size: 1rem
    }

    .n37 {
        padding: 1.25rem 1.5rem
    }

    .n61 {
        width: 48px;
        height: 48px
    }

    .n73 {
        font-size: 1.125rem
    }

    .n97 {
        gap: 1rem
    }
}

@media(min-width:1920px) {
    .n37 {
        padding: 1.5rem 1.75rem
    }

    .n61 {
        width: 52px;
        height: 52px
    }

    .n73 {
        font-size: 1.25rem
    }
}

.n37:focus {
    outline: none;
    border-color: var(--item-color, var(--accent-green));
    box-shadow: 0 0 0 3px #3fb6834d;
    background-color: #000c
}

.n37:focus .n61 {
    background-color: var(--item-color, var(--accent-green));
    color: #0a0a0a;
    box-shadow: 0 0 20px var(--item-color, var(--accent-green))
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translate(-20px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

.n97 .n37:nth-child(1) {
    animation: slideInFromLeft .3s ease forwards
}

.n97 .n37:nth-child(2) {
    animation: slideInFromLeft .3s ease .05s forwards
}

.n97 .n37:nth-child(3) {
    animation: slideInFromLeft .3s ease .1s forwards
}

.n97 .n37:nth-child(4) {
    animation: slideInFromLeft .3s ease .15s forwards
}

.n97 .n37:nth-child(5) {
    animation: slideInFromLeft .3s ease .2s forwards
}

.n330 {
    height: 100%;
    overflow: visible;
    background-color: transparent
}

.n332 {
    color: #000c;
    text-align: center;
    padding: 2rem;
    font-size: 1rem
}

.n331 {
    margin-bottom: 1rem
}

.n324 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: #fffffff2;
    border: none;
    border-radius: 50px;
    padding: 1rem 1.5rem;
    transition: all .2s ease;
    box-shadow: 0 2px 8px #00000014
}

.n324:focus-within {
    background-color: #fff;
    box-shadow: 0 4px 12px #0000001f
}

.n321 {
    flex-shrink: 0;
    color: #96969699;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .2s ease
}

.n324:focus-within .n321 {
    color: #646464cc
}

.n322 {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #323232e6;
    font-size: 1rem;
    font-weight: 400;
    padding: 0
}

.n322::-moz-placeholder {
    color: #b4b4c8cc;
    font-weight: 400
}

.n322::placeholder {
    color: #b4b4c8cc;
    font-weight: 400
}

.n320 {
    flex-shrink: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #96969699;
    padding: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .2s ease
}

.n320:hover {
    color: #323232e6;
    background-color: #0000000d
}

.n436 {
    margin-bottom: 1.5rem;
    overflow: hidden
}

.n437 {
    display: flex;
    gap: .625rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: .5rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .2) transparent;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.n437::-webkit-scrollbar {
    height: 6px
}

.n437::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px
}

.n437::-webkit-scrollbar-thumb {
    background: #0003;
    border-radius: 3px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

.n437::-webkit-scrollbar-thumb:hover {
    background: #00000059
}

.n435 {
    flex-shrink: 0;
    padding: .625rem 1.25rem;
    background-color: #fff;
    border: none;
    border-radius: 50px;
    color: #1a1a1a;
    font-size: .875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
    white-space: nowrap;
    box-shadow: 0 2px 6px #00000014;
    text-transform: uppercase;
    letter-spacing: .02em
}

.n435:hover {
    background-color: #fffffff2;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px #0000001f
}

.n435.active {
    background-color: #fff;
    color: #0a0a0a;
    font-weight: 700;
    box-shadow: 0 4px 12px #00000026;
    transform: scale(1.02)
}

.n435.active:hover {
    transform: scale(1.02) translateY(-1px)
}

.n336 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    margin-top: 1.5rem
}

.n275 {
    margin-top: 2rem
}

.n164 {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1rem;
    margin: 0 -.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    scrollbar-width: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.n164::-webkit-scrollbar {
    display: none
}

.n163 {
    display: flex;
    gap: 1rem;
    min-width: -moz-min-content;
    min-width: min-content
}

.n163>* {
    flex-shrink: 0;
    width: 120px;
    height: 120px
}

.n329 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0 .25rem
}

.n309 {
    color: #1a1a1a;
    font-size: .875rem;
    font-weight: 600;
    background-color: #fff;
    border: none;
    padding: .5rem 1rem;
    border-radius: 50px;
    box-shadow: 0 2px 6px #00000014
}

.n450 {
    background-color: #fff;
    border: none;
    color: #1a1a1a;
    font-size: .875rem;
    font-weight: 600;
    cursor: pointer;
    padding: .5rem 1rem;
    border-radius: 50px;
    transition: all .2s ease;
    box-shadow: 0 2px 6px #00000014
}

.n450:hover {
    background-color: #fffffff2;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px #0000001f
}

.n318 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 1rem;
    padding: .5rem 0
}

.n252 {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    text-align: center;
    color: #1a1a1a
}

.n252 svg {
    margin-bottom: 1rem;
    opacity: .5;
    color: #1a1a1a
}

.n252 p {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 .5rem;
    color: #1a1a1a
}

.n252 span {
    font-size: .875rem;
    color: #1a1a1ab3
}

@media(max-width:768px) {
    .n331 {
        margin-bottom: 1rem
    }

    .n324 {
        padding: .625rem .875rem
    }

    .n322 {
        font-size: .9375rem
    }

    .n436 {
        margin-bottom: 1rem
    }

    .n435 {
        padding: .4375rem .875rem;
        font-size: .8125rem
    }

    .n318 {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
        gap: .75rem
    }

    .n309,
    .n450 {
        font-size: .8125rem
    }

    .n327 {
        padding: 3rem 1rem
    }

    .n327 svg {
        width: 52px;
        height: 52px
    }

    .n327 p {
        font-size: 1.125rem
    }

    .n327 span {
        font-size: .875rem
    }

    .n252 {
        padding: 2rem 1rem
    }

    .n252 svg {
        width: 40px;
        height: 40px
    }

    .n252 p {
        font-size: 1rem
    }

    .n252 span {
        font-size: .8125rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .n318 {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr))
    }
}

@media(min-width:1440px) {
    .n318 {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        gap: 1.25rem
    }
}

@media(min-width:1920px) {
    .n318 {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 1.5rem
    }

    .n324 {
        padding: 1rem 1.25rem
    }

    .n322 {
        font-size: 1.0625rem
    }
}

.n435:focus {
    outline: none;
    box-shadow: 0 0 0 3px #00000026
}

.n320:focus {
    outline: none;
    box-shadow: 0 0 0 2px #00000026
}

.n450:focus {
    outline: none;
    box-shadow: 0 0 0 2px #00000026
}

.n330 {
    scroll-behavior: smooth
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.n318>* {
    animation: fadeInUp .3s ease forwards
}

.n318>*:nth-child(1) {
    animation-delay: .05s
}

.n318>*:nth-child(2) {
    animation-delay: .1s
}

.n318>*:nth-child(3) {
    animation-delay: .15s
}

.n318>*:nth-child(4) {
    animation-delay: .2s
}

.n318>*:nth-child(5) {
    animation-delay: .25s
}

.n318>*:nth-child(6) {
    animation-delay: .3s
}

.n312 {
    position: relative;
    overflow: visible;
    cursor: pointer;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0
}

.n312:focus {
    border-radius: 1rem
}

.n323 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
    transition: all .2s ease;
    box-sizing: border-box
}

.n323:hover {
    box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
    transform: scale(1.02)
}

.n346 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.n335 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.n368 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none
}

.n368.show-video {
    opacity: 1
}

.n357 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #000000e6, #0009, #00000040 30%, #0000 40%, #0000);
    opacity: 0;
    transition: opacity .2s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 12px;
    z-index: 10;
    border-radius: 8px
}

.n312:hover .n357 {
    opacity: 1
}

.n251 {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin: 0;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.n379 {
    width: 100%;
    margin: 0;
    padding: 0
}

.n390 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a
}

.n407 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px
}

.n217 {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, .1);
    border-left-color: var(--primary-color, #007bff);
    border-radius: 50%;
    animation: spin 1s linear infinite
}

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

.n408 {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1rem;
    margin: 0 -.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .2) transparent;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.n408::-webkit-scrollbar {
    height: 6px
}

.n408::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px
}

.n408::-webkit-scrollbar-thumb {
    background: #0003;
    border-radius: 3px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

.n408::-webkit-scrollbar-thumb:hover {
    background: #00000059
}

.n401 {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: -moz-min-content;
    min-width: min-content
}

.n401>li {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.n401>li>* {
    width: 100%;
    height: 100%
}

@media(max-width:768px) {
    .n390 {
        font-size: 1.25rem
    }

    .n401>li {
        width: 100px;
        height: 100px
    }

    .n401 {
        gap: .75rem
    }
}

@media(max-width:480px) {
    .n401>li {
        width: 90px;
        height: 90px
    }

    .n401 {
        gap: .5rem
    }
}

.n266 {
    position: sticky;
    top: 1rem;
    z-index: 50;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0
}

.n265 {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 25px var(--shadow-sm), 0 0 0 1px #4a6b3f1a;
    background-color: #fff;
    transition: all .3s ease-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box
}

.n265:hover {
    box-shadow: 0 20px 25px var(--shadow-md), 0 0 0 1px #4a6b3f26
}

.n270 {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
    position: relative
}

.n270:focus {
    outline: none;
    background-color: #0000000d
}

.n272 {
    flex: 1;
    padding: .5rem
}

.n272:hover {
    background-color: #00000008;
    transform: scale(1.02)
}

.n272:active {
    background-color: #0000000d;
    transform: scale(.98)
}

.n267 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.n269 {
    position: absolute;
    height: 2.5rem;
    width: auto;
    display: block;
    z-index: 0;
    pointer-events: none;
    top: 50%;
    transform: translateY(-60%)
}

.n274 {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 10rem;
    height: auto;
    display: block;
    margin-top: 1rem
}

.n264 {
    flex: 0 0 40%;
    display: flex;
    width: 100%
}

.n271 {
    flex: 1;
    color: #fff;
    background-color: var(--accent-green)
}

.n271:hover {
    background-color: var(--accent-green-light);
    transform: scale(1.05)
}

.n271:active {
    background-color: var(--accent-green-dark);
    transform: scale(.98)
}

.n273 {
    flex: 1;
    color: #fff;
    background-color: var(--emerald)
}

.n273:hover {
    background-color: var(--emerald-light);
    transform: scale(1.05)
}

.n273:active {
    background-color: var(--emerald-dark);
    transform: scale(.98)
}

.n270 svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.n159 {
    display: grid;
    grid-auto-flow: dense;
    margin: 0 auto;
    padding: 0;
    gap: 10px;
    grid-template-columns: repeat(3, 120px);
    grid-auto-rows: 120px;
    list-style-type: none;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box
}

@media(min-width:564px) {
    .n159 {
        grid-template-columns: repeat(4, 120px)
    }
}

@media(min-width:684px) {
    .n159 {
        grid-template-columns: repeat(5, 120px)
    }
}

@media(min-width:834px) {
    .n159 {
        grid-template-columns: repeat(6, 120px)
    }
}

@media(min-width:954px) {
    .n159 {
        grid-template-columns: repeat(7, 120px)
    }
}

@media(min-width:1074px) {
    .n159 {
        grid-template-columns: repeat(8, 120px)
    }
}

@media(min-width:1224px) {
    .n159 {
        grid-template-columns: repeat(9, 120px)
    }
}

@media(min-width:1344px) {
    .n159 {
        grid-template-columns: repeat(10, 120px)
    }
}

@media(min-width:1464px) {
    .n159 {
        grid-template-columns: repeat(11, 120px)
    }
}

@media(min-width:1584px) {
    .n159 {
        grid-template-columns: repeat(12, 120px)
    }
}

@media(min-width:1704px) {
    .n159 {
        grid-template-columns: repeat(13, 120px)
    }
}

@media(min-width:1824px) {
    .n159 {
        grid-template-columns: repeat(14, 120px)
    }
}

@media(min-width:1944px) {
    .n159 {
        grid-template-columns: repeat(15, 120px)
    }
}

@media(min-width:2064px) {
    .n159 {
        grid-template-columns: repeat(16, 120px)
    }
}

@media(min-width:2184px) {
    .n159 {
        grid-template-columns: repeat(17, 120px)
    }
}

@media(min-width:2304px) {
    .n159 {
        grid-template-columns: repeat(18, 120px)
    }
}

.n358 {
    position: relative;
    overflow: hidden
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0
    }

    to {
        background-position: 1000px 0
    }
}

.n367 {
    background: linear-gradient(90deg, #ffffff29, #ffffff5c, #ffffff29);
    background-size: 1000px 100%;
    animation: shimmer 2s infinite
}

.n363 {
    width: 100%;
    height: 100%;
    background: #fff3;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 12px;
    gap: 8px
}

.n366 {
    flex: 1;
    background: #ffffff38;
    border-radius: 4px;
    animation: shimmer 2s infinite;
    background: linear-gradient(90deg, #ffffff29, #ffffff5c, #ffffff29);
    background-size: 1000px 100%
}

.n364 {
    display: flex;
    gap: 8px;
    height: 30px
}

.n365 {
    flex: 1;
    background: #ffffff42;
    border-radius: 4px;
    animation: shimmer 2s infinite;
    background: linear-gradient(90deg, #fff3, #fff6, #fff3);
    background-size: 1000px 100%
}

.n347 {
    width: 100%;
    height: 100%;
    background: #ffffff42;
    border-radius: 8px;
    animation: shimmer 2s infinite;
    background: linear-gradient(90deg, #fff3, #fff6, #fff3);
    background-size: 1000px 100%
}

.n353 {
    width: 100%;
    height: 100%;
    background: #fff3;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.n349 {
    flex: 1;
    background: #ffffff2e;
    animation: shimmer 2s infinite;
    background: linear-gradient(90deg, #ffffff1f, #ffffff52, #ffffff1f);
    background-size: 1000px 100%
}

.n350 {
    height: 70px;
    background: #ffffff38;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

.n354 {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0
}

.n355 {
    width: 48px;
    height: 48px;
    background: #ffffff42;
    border-radius: 6px;
    flex-shrink: 0;
    animation: shimmer 2s infinite;
    background: linear-gradient(90deg, #fff3, #fff6, #fff3);
    background-size: 1000px 100%
}

.n351 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 0
}

.n356 {
    height: 16px;
    width: 60%;
    background: #ffffff42;
    border-radius: 4px;
    animation: shimmer 2s infinite;
    background: linear-gradient(90deg, #fff3, #fff6, #fff3);
    background-size: 1000px 100%
}

.n352 {
    height: 12px;
    width: 40%;
    background: #ffffff38;
    border-radius: 4px;
    animation: shimmer 2s infinite;
    background: linear-gradient(90deg, #ffffff29, #ffffff5c, #ffffff29);
    background-size: 1000px 100%
}

.n348 {
    display: flex;
    gap: 8px;
    align-items: center
}

.n345 {
    width: 60px;
    height: 36px;
    background: #ffffff3d;
    border-radius: 6px;
    animation: shimmer 2s infinite;
    background: linear-gradient(90deg, #ffffff29, #ffffff5c, #ffffff29);
    background-size: 1000px 100%
}

.n359 {
    background: #ffffff24;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.n360 {
    height: 16px;
    background: #ffffff38;
    border-radius: 4px;
    animation: shimmer 2s infinite;
    background: linear-gradient(90deg, #ffffff29, #ffffff5c, #ffffff29);
    background-size: 1000px 100%
}

.n362 {
    height: 24px;
    width: 40%;
    margin-bottom: 8px
}

.n361 {
    width: 70%
}

@media(max-width:640px) {
    .n350 {
        height: auto;
        flex-direction: column;
        align-items: stretch;
        padding: 12px
    }

    .n348 {
        justify-content: space-between
    }

    .n345 {
        flex: 1
    }
}

@media(min-width:641px)and (max-width:1024px) {
    .n348 {
        gap: 6px
    }

    .n345 {
        width: 50px;
        height: 32px
    }
}

.n292 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    list-style: none
}

.n292:focus {
    outline: 2px solid var(--accent-green);
    outline-offset: 2px;
    border-radius: 12px
}

.n293 {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 8px #0000001a;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 0;
    overflow: hidden
}

.n293:hover {
    box-shadow: 0 4px 12px #00000026;
    transform: scale(1.02)
}

.n293:active {
    transform: scale(.98)
}

.n295 {
    font-size: 3rem;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 100%;
    background-color: #f8f9fa
}

.n296 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.n294 {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    height: 100%
}

.n297 {
    font-size: .9rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
    text-align: center;
    letter-spacing: .02em
}

@media(max-width:640px) {
    .n295 {
        font-size: 2rem
    }

    .n297 {
        font-size: .7rem
    }

    .n294 {
        padding: .5rem
    }
}

.n330 .n292 {
    width: 100%;
    margin-bottom: .5rem
}

.n330 .n295 {
    font-size: 2rem
}

.n330 .n297 {
    font-size: .75rem
}