/**
 * ÖMER BERAT KESER (OBK) — DİJİTAL MAĞAZA & İNTERAKTİF SİPARİŞ STÜDYOSU
 * Ultra-Luxury High-End SaaS Studio Architecture v15.0
 * Desktop Styles 100% Preserved (>= 992px) • Flawless Mobile Symmetry & Zero-Overflow Engine
 * Typography: Outfit (Modern Headings & Badges) + Inter (Clean Modern Body & Option Cards) + JetBrains Mono (Code/Telemetry)
 * © 2026 Ömer Berat Keser. Tüm Hakları Saklıdır.
 */

/* ═══════════════════════════════════════════════════════════════════════════
   1. DESIGN TOKENS, LUXURY COLOR SYSTEM & CSS VARIABLES
   ═══════════════════════════════════════════════════════════════════════════ */
:root {
    --font-heading: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    --font-mono: "JetBrains Mono", "SF Mono", "Fira Code", monospace !important;

    --surface-pure: #0f172a;
    --surface-ground: #0b0f19;
    --surface-subtle: #1e293b;
    --surface-card: rgba(15, 23, 42, 0.85);

    --text-hero: #ffffff !important;
    --text-title: #f8fafc !important;
    --text-body: #cbd5e1 !important;
    --text-muted: #94a3b8 !important;
    --text-soft: #64748b !important;
    --text-inverse: #0f172a !important;

    --brand-indigo: #6366f1;
    --brand-indigo-hover: #4f46e5;
    --brand-cyan: #06b6d4;
    --brand-purple: #a855f7;
    --brand-pink: #ec4899;
    --brand-emerald: #10b981;
    --brand-amber: #f59e0b;
    --brand-rose: #f43f5e;

    --border-light: rgba(255, 255, 255, 0.1);
    --border-hover: rgba(99, 102, 241, 0.4);
    --border-active: #6366f1;

    --shadow-subtle: 0 2px 8px rgba(0, 0, 0, 0.3);
    --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.2);
    --shadow-hover: 0 20px 48px rgba(0, 0, 0, 0.5), 0 4px 12px rgba(79, 70, 229, 0.2);
    --shadow-float: 0 30px 80px rgba(0, 0, 0, 0.6);

    --r-xs: 8px;
    --r-sm: 12px;
    --r-md: 18px;
    --r-lg: 24px;
    --r-xl: 32px;
    --r-2xl: 36px;
    --r-pill: 9999px;

    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ═══════════════════════════════════════════════════════════════════════════
   2. MASTER RESETS & BACKGROUND
   ═══════════════════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box !important; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; overflow-x: hidden; width: 100%; max-width: 100vw; }
body.magaza-studio-v12 {
    font-family: var(--font-body);
    background-color: #0b0f19 !important;
    color: #cbd5e1 !important;
    line-height: 1.65;
    min-height: 100vh;
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

/* ═══════════════════════════════════════════════════════════════════════════
   GTA 5 HERO & STORE BACKGROUND ATMOSPHERE ENGINE (IMAGE 1 TARGET PERFECTION)
   ═══════════════════════════════════════════════════════════════════════════ */
.magaza-gta-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1120px;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.magaza-gta-img {
    position: absolute;
    inset: -20px; /* Parallaks hareketi için hafif taşma payı */
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    z-index: 1;
    overflow: hidden;
    will-change: transform;
    transform: scale(1.03);
    transition: transform 0.12s cubic-bezier(0.25, 1, 0.5, 1);
}

.magaza-gta-slide {
    position: absolute;
    inset: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0;
    filter: saturate(1.06) contrast(1.03);
    will-change: transform, opacity;
    transform: translateX(-35px);
    transition: opacity 2.2s cubic-bezier(0.25, 1, 0.5, 1), transform 2.8s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
}

.magaza-gta-slide.slide-1 {
    background-image: url('../images/projects/GTA5V-Arkaplan1v.png');
}

.magaza-gta-slide.is-active {
    opacity: 1 !important;
    transform: translateX(0) !important;
    z-index: 2;
}

.magaza-gta-slide.is-exiting {
    opacity: 0 !important;
    transform: translateX(45px) !important;
    z-index: 1;
}

/* ── 3. SEÇENEK: GÜN BATIMI GÜNEŞ IŞINLARI & VOLUMETRIC GOD-RAYS ── */
.magaza-gta-godrays {
    position: absolute;
    top: -5%;
    right: 8%;
    width: 650px;
    height: 650px;
    z-index: 5;
    background: radial-gradient(
        circle at 60% 30%,
        rgba(254, 240, 138, 0.32) 0%,
        rgba(251, 191, 36, 0.20) 28%,
        rgba(245, 158, 11, 0.08) 55%,
        transparent 75%
    );
    filter: blur(35px);
    pointer-events: none;
    mix-blend-mode: screen;
    will-change: transform, opacity;
    animation: godRaySunPulse 9s ease-in-out infinite alternate;
}

.magaza-gta-sun-beam {
    position: absolute;
    top: -25%;
    right: -5%;
    width: 120%;
    height: 120%;
    z-index: 6;
    background: conic-gradient(
        from 215deg at 78% 18%,
        transparent 0deg,
        rgba(254, 240, 138, 0.10) 14deg,
        transparent 28deg,
        rgba(251, 191, 36, 0.12) 44deg,
        transparent 62deg,
        rgba(253, 224, 71, 0.08) 78deg,
        transparent 94deg
    );
    filter: blur(20px);
    pointer-events: none;
    mix-blend-mode: screen;
    animation: sunBeamSweep 16s ease-in-out infinite alternate;
}

@keyframes godRaySunPulse {
    0% { opacity: 0.60; transform: scale(0.96) translate(0, 0); }
    50% { opacity: 0.92; transform: scale(1.06) translate(4px, -2px); }
    100% { opacity: 0.72; transform: scale(1.02) translate(-2px, 3px); }
}

@keyframes sunBeamSweep {
    0% { opacity: 0.50; transform: rotate(0deg) scale(1); }
    50% { opacity: 0.85; transform: rotate(2.5deg) scale(1.03); }
    100% { opacity: 0.60; transform: rotate(-1.5deg) scale(0.98); }
}

/* Sadece merkezdeki başlık ve metinlerin arkasında hafif, göz yormayan saydam koyu aydınlatma */
.magaza-gta-radial-glow {
    position: absolute;
    inset: 0;
    z-index: 8;
    background: radial-gradient(
        ellipse 62% 42% at 50% 280px,
        rgba(15, 23, 42, 0.70) 0%,
        rgba(15, 23, 42, 0.40) 45%,
        rgba(15, 23, 42, 0.12) 75%,
        transparent 100%
    );
}

/* Alt kısımda oyun logolarının hemen ardından alt bölümlere (%100 göz dinlendirici #0b0f19) doğru lüks yumuşak geçiş */
.magaza-gta-bottom-vignette {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 420px;
    z-index: 10 !important;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(11, 15, 25, 0) 0%,
        rgba(11, 15, 25, 0.50) 35%,
        rgba(11, 15, 25, 0.95) 75%,
        #0b0f19 100%
    );
}

/* ═══════════════════════════════════════════════════════════════════════════
   GAMING ECOSYSTEM BRAND PLATFORMS GRAPHIC STRIP (IMAGE 1 TARGET)
   ═══════════════════════════════════════════════════════════════════════════ */
.gaming-platforms-strip-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 960px;
    margin: 34px auto 50px;
    padding: 8px 16px;
    position: relative;
    z-index: 2;
    transition: all 0.35s ease;
}

.gaming-strip-click-wrapper {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.gaming-platforms-banner-img {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 14px rgba(15, 23, 42, 0.5));
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), filter 0.35s ease;
    user-select: none;
    pointer-events: none;
}

.gaming-strip-click-wrapper:hover .gaming-platforms-banner-img {
    transform: translateY(-3px) scale(1.02);
    filter: drop-shadow(0 10px 28px rgba(99, 102, 241, 0.65)) drop-shadow(0 0 30px rgba(34, 211, 238, 0.4));
}

.gaming-strip-hover-badge {
    font-family: var(--font-heading);
    font-size: 0.84rem;
    font-weight: 700;
    color: #cbd5e1;
    background: rgba(15, 23, 42, 0.85);
    border: 1.5px solid rgba(99, 102, 241, 0.35);
    padding: 6px 18px;
    border-radius: var(--r-pill);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.gaming-strip-hover-badge i {
    color: #818cf8;
    transition: transform 0.3s ease;
}

.gaming-strip-click-wrapper:hover .gaming-strip-hover-badge {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.9), rgba(124, 58, 237, 0.9));
    color: #ffffff;
    border-color: rgba(165, 180, 252, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.5);
}

.gaming-strip-click-wrapper:hover .gaming-strip-hover-badge i {
    transform: rotate(-15deg) scale(1.15);
    color: #ffffff;
}

@media (max-width: 768px) {
    .gaming-platforms-strip-container {
        margin: 20px auto 36px;
        padding: 4px 8px;
    }
    .gaming-platforms-banner-img {
        max-width: 100%;
    }
}

.brand-partner-item:hover {
    opacity: 1;
    transform: translateY(-2px);
    color: #ffffff;
    text-shadow: 0 4px 16px rgba(79, 70, 229, 0.8), 0 0 30px rgba(6, 182, 212, 0.6);
}

.brand-partner-item svg {
    display: inline-block;
    vertical-align: middle;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
}

.brand-partner-item.fivem span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.brand-partner-item.rust span {
    font-family: "JetBrains Mono", monospace;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.brand-partner-item.gmod span {
    font-family: "Outfit", sans-serif;
    font-weight: 800;
}

.brand-partner-item.sanandreas span {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.02em;
    font-size: 1.32rem;
}

.brand-partner-item.redm span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 0.06em;
}

@media (max-width: 768px) {
    .gaming-brand-partner-strip {
        gap: 1.5rem;
        margin: 20px auto 36px;
    }
    .brand-partner-item {
        font-size: 1rem;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   3. COMPREHENSIVE LUXURY KEYFRAME ANIMATION ENGINE
   ═══════════════════════════════════════════════════════════════════════════ */
@keyframes spinSlow { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }
@keyframes pulseEmeraldDot { 0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6); } 50% { box-shadow: 0 0 0 12px rgba(16, 185, 129, 0); } }
@keyframes pulseIndigoDot { 0%, 100% { box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.6); } 50% { box-shadow: 0 0 0 14px rgba(79, 70, 229, 0); } }
@keyframes floatSoftly { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-8px); } }
@keyframes badgeSpringPop { 0% { opacity: 0; transform: scale(0.6) translateY(14px); } 60% { transform: scale(1.08) translateY(-2px); } 100% { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes stageSlideIn { from { opacity: 0; transform: translateX(30px) scale(0.98); } to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes checkPopBounce { 0% { transform: scale(0); } 60% { transform: scale(1.3); } 100% { transform: scale(1); } }
@keyframes shakeError { 0%, 100% { transform: translateX(0); } 20%, 60% { transform: translateX(-8px); } 40%, 80% { transform: translateX(8px); } }
@keyframes scanSweep { 0% { top: -15%; opacity: 0; } 12% { opacity: 1; } 82% { opacity: 1; } 100% { top: 100%; opacity: 0; } }

@keyframes parametricAnim1 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-2px) rotate(6deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim2 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-4px) rotate(12deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim3 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-6px) rotate(18deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim4 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-8px) rotate(24deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim5 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-10px) rotate(30deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim6 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-12px) rotate(36deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim7 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-14px) rotate(42deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim8 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-16px) rotate(48deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim9 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-18px) rotate(54deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim10 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(60deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim11 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-22px) rotate(66deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim12 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-24px) rotate(72deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim13 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-26px) rotate(78deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim14 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-28px) rotate(84deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim15 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-30px) rotate(90deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim16 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-32px) rotate(96deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim17 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-34px) rotate(102deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim18 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-36px) rotate(108deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim19 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-38px) rotate(114deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim20 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-40px) rotate(120deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim21 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-42px) rotate(126deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim22 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-44px) rotate(132deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim23 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-46px) rotate(138deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim24 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-48px) rotate(144deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim25 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-50px) rotate(150deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim26 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-52px) rotate(156deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim27 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-54px) rotate(162deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim28 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-56px) rotate(168deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim29 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-58px) rotate(174deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim30 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-60px) rotate(180deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim31 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-62px) rotate(186deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim32 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-64px) rotate(192deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim33 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-66px) rotate(198deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim34 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-68px) rotate(204deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim35 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-70px) rotate(210deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim36 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-72px) rotate(216deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim37 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-74px) rotate(222deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim38 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-76px) rotate(228deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim39 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-78px) rotate(234deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim40 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-80px) rotate(240deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim41 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-82px) rotate(246deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim42 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-84px) rotate(252deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim43 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-86px) rotate(258deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim44 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-88px) rotate(264deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim45 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-90px) rotate(270deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim46 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-92px) rotate(276deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim47 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-94px) rotate(282deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim48 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-96px) rotate(288deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim49 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-98px) rotate(294deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim50 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-100px) rotate(300deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim51 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-102px) rotate(306deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim52 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-104px) rotate(312deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim53 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-106px) rotate(318deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim54 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-108px) rotate(324deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim55 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-110px) rotate(330deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim56 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-112px) rotate(336deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim57 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-114px) rotate(342deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim58 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-116px) rotate(348deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim59 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-118px) rotate(354deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes parametricAnim60 { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-120px) rotate(360deg); } 100% { transform: translateY(0) rotate(0deg); } }

/* ═══════════════════════════════════════════════════════════════════════════
   4. MODERN FROSTED GLASS CAPSULE NAVBAR & DESKTOP ARCHITECTURE
   ═══════════════════════════════════════════════════════════════════════════ */
.studio-nav-pill { position: fixed; top: 1.25rem; left: 50%; transform: translateX(-50%); width: min(1200px, 94%); z-index: 1050; background: rgba(15, 23, 42, 0.88) !important; backdrop-filter: blur(25px) saturate(180%); -webkit-backdrop-filter: blur(25px) saturate(180%); border: 1.5px solid rgba(255, 255, 255, 0.12) !important; border-radius: var(--r-pill); padding: 0.55rem 0.85rem 0.55rem 1.4rem; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5); transition: all 0.3s var(--ease-out); }
.nav-brand-flex { display: flex; align-items: center; gap: 0.8rem; text-decoration: none; }
.nav-brand-avatar { width: 38px; height: 38px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(99, 102, 241, 0.6); box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3); display: flex; align-items: center; justify-content: center; background: #0f172a; transition: transform 0.3s var(--ease-spring); }
.nav-brand-flex:hover .nav-brand-avatar { transform: scale(1.1) rotate(6deg); }
.nav-brand-avatar img { width: 100%; height: 100%; object-fit: cover; }
.nav-brand-name { font-family: var(--font-heading); font-size: 1.05rem; font-weight: 700; color: #ffffff !important; display: flex; align-items: center; gap: 5px; line-height: 1.2; letter-spacing: -0.01em; }
.nav-brand-name i { color: #38bdf8; font-size: 0.82rem; }
.nav-brand-sub { font-size: 0.68rem; font-weight: 600; color: #94a3b8 !important; letter-spacing: 0.05em; text-transform: uppercase; }
.nav-menu-segments { display: flex; align-items: center; gap: 0.35rem; list-style: none; background: rgba(30, 41, 59, 0.75); border-radius: var(--r-pill); padding: 0.3rem 0.45rem; border: 1px solid rgba(255, 255, 255, 0.08); }
.nav-tab-item { display: flex; align-items: center; gap: 0.45rem; padding: 0.45rem 1.05rem; text-decoration: none; color: #94a3b8 !important; font-weight: 500; font-size: 0.84rem; border-radius: var(--r-pill); transition: all 0.25s var(--ease-out); }
.nav-tab-item:hover { color: #ffffff !important; background: rgba(255, 255, 255, 0.08); }
.nav-tab-item.active { background: #4f46e5 !important; color: #ffffff !important; font-weight: 700; box-shadow: 0 4px 16px rgba(79, 70, 229, 0.4); border: 1px solid rgba(255, 255, 255, 0.15); }
.btn-nav-primary-cta { font-family: var(--font-heading); font-size: 0.86rem; font-weight: 700; letter-spacing: 0em; background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%) !important; color: #ffffff !important; text-decoration: none; padding: 0.58rem 1.4rem; border-radius: var(--r-pill); display: flex; align-items: center; gap: 0.5rem; box-shadow: 0 4px 16px rgba(79, 70, 229, 0.4); transition: all 0.25s var(--ease-out); }
.btn-nav-primary-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(79, 70, 229, 0.6); }

/* Burger Button (Hidden on Desktop) */
.burger { display: none !important; width: 44px; height: 44px; border-radius: 50%; background: rgba(15, 23, 42, 0.9); border: 1.5px solid rgba(255, 255, 255, 0.12); color: #ffffff; cursor: pointer; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; position: relative; z-index: 100; -webkit-tap-highlight-color: transparent; }
.burger:hover { border-color: rgba(99, 102, 241, 0.5); transform: scale(1.05); }
.burger-lines { width: 18px; height: 12px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; pointer-events: none; margin: auto; }
.burger-lines i { display: block; width: 18px; height: 2px; background: #ffffff; border-radius: 2px; transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease; transform-origin: center; }
.burger.open .burger-lines i:nth-child(1) { transform: translateY(5px) rotate(45deg); background: #6366f1; }
.burger.open .burger-lines i:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger.open .burger-lines i:nth-child(3) { transform: translateY(-5px) rotate(-45deg); background: #6366f1; }

/* Backdrop (Hidden on Desktop) */
.backdrop { position: fixed; inset: 0; background: rgba(3, 4, 8, 0.85); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); z-index: 99998; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; display: none; }
.backdrop.open { opacity: 1; pointer-events: auto; display: block; }

/* Drawer (Hidden on Desktop) */
.drawer { display: none; }

/* ═══════════════════════════════════════════════════════════════════════════
   5. HERO HEADER, STAT CHIPS & MANDATORY KVKK AGREEMENT BAR
   ═══════════════════════════════════════════════════════════════════════════ */
.studio-master-container { max-width: 1200px; margin: 0 auto; padding: 120px 20px 80px; position: relative; }
.studio-hero-block { text-align: center; max-width: 880px; margin: 0 auto 36px; }
.studio-badge-pill { font-family: var(--font-heading); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.02em; display: inline-flex; align-items: center; gap: 8px; background: rgba(15, 23, 42, 0.85) !important; border: 1.5px solid rgba(99, 102, 241, 0.45) !important; padding: 7px 20px; border-radius: var(--r-pill); color: #a5b4fc !important; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4); margin-bottom: 20px; animation: badgeSpringPop 0.7s var(--ease-spring) both; }
.studio-badge-pill .dot-emerald { width: 8px; height: 8px; border-radius: 50%; background: #10b981; animation: pulseEmeraldDot 2s infinite; }
.studio-hero-h1 { font-family: var(--font-heading) !important; font-size: clamp(2.4rem, 5vw, 3.5rem) !important; font-weight: 800 !important; color: #ffffff !important; line-height: 1.15 !important; letter-spacing: -0.03em !important; margin-bottom: 18px !important; text-shadow: 0 4px 24px rgba(0, 0, 0, 0.85); }
.studio-hero-h1 .gradient-text-shimmer { background: linear-gradient(135deg, #818cf8 0%, #22d3ee 100%) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; background-clip: text !important; display: inline-block; }
.studio-hero-p { font-size: 1.1rem !important; color: #cbd5e1 !important; line-height: 1.65 !important; max-width: 680px; margin: 0 auto 20px; font-weight: 400 !important; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7); }
.hero-stat-chips-row { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.hero-chip-badge { font-family: var(--font-heading); font-size: 0.82rem; font-weight: 600; color: #e2e8f0; background: rgba(15, 23, 42, 0.85); border: 1px solid rgba(255, 255, 255, 0.12); padding: 6px 14px; border-radius: var(--r-pill); display: inline-flex; align-items: center; gap: 6px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); }
.hero-chip-badge i { color: #818cf8; }
.consent-agreement-card-bar { background: rgba(15, 23, 42, 0.88) !important; border: 1.5px solid rgba(255, 255, 255, 0.12) !important; border-radius: var(--r-pill); padding: 14px 24px; max-width: 760px; margin: 0 auto 42px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.consent-agreement-card-bar.error-shake { border: 2px solid #f43f5e !important; background: rgba(225, 29, 72, 0.38) !important; backdrop-filter: blur(25px); animation: shakeError 0.5s ease; box-shadow: 0 0 35px rgba(244, 63, 94, 0.7), 0 10px 30px rgba(0, 0, 0, 0.6) !important; }
.consent-agreement-card-bar.error-shake .consent-text-label { color: #ffffff !important; font-weight: 700 !important; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95); }
.consent-agreement-card-bar.error-shake .consent-text-label a { color: #fecdd3 !important; font-weight: 800 !important; text-decoration: underline !important; text-underline-offset: 3px; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95); }
.custom-kvkk-checkbox-flex { display: flex; align-items: center; gap: 12px; cursor: pointer; user-select: none; }
.custom-kvkk-checkbox-flex input[type="checkbox"] { width: 18px; height: 18px; accent-color: #6366f1; cursor: pointer; }
.consent-text-label { font-size: 0.88rem !important; color: #cbd5e1 !important; font-weight: 500; }
.consent-text-label a { color: #818cf8 !important; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.consent-text-label a:hover { color: #a5b4fc !important; }

/* ═══════════════════════════════════════════════════════════════════════════
   6. 3 BIG HERO CATEGORY CARDS (OBSIDIAN FROSTED GLASS)
   ═══════════════════════════════════════════════════════════════════════════ */
.three-hero-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 54px; }
.studio-category-card { background: rgba(15, 23, 42, 0.86) !important; backdrop-filter: blur(25px) saturate(180%); -webkit-backdrop-filter: blur(25px) saturate(180%); border: 1.5px solid rgba(255, 255, 255, 0.12) !important; border-radius: var(--r-2xl); padding: 42px 34px 36px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); transition: all 0.35s var(--ease-spring); position: relative; overflow: hidden; cursor: pointer; }
.studio-category-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #6366f1, #06b6d4); opacity: 0; transition: opacity 0.3s ease; }
.studio-category-card[data-cat="desktop"]::before { background: linear-gradient(90deg, #a855f7, #ec4899); }
.studio-category-card[data-cat="gaming"]::before { background: linear-gradient(90deg, #f59e0b, #10b981); }
.studio-category-card:hover { transform: translateY(-10px) scale(1.015); background: rgba(20, 30, 55, 0.94) !important; border-color: rgba(99, 102, 241, 0.6) !important; box-shadow: 0 25px 65px rgba(79, 70, 229, 0.28), 0 0 30px rgba(99, 102, 241, 0.15); }
.studio-category-card:hover::before { opacity: 1; }
.cat-emblem-box { width: 76px; height: 76px; border-radius: var(--r-lg); display: flex; align-items: center; justify-content: center; font-size: 2rem; color: #ffffff !important; background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%); box-shadow: 0 8px 24px rgba(79, 70, 229, 0.35); margin-bottom: 26px; transition: transform 0.35s var(--ease-spring); }
.studio-category-card[data-cat="desktop"] .cat-emblem-box { background: linear-gradient(135deg, #9333ea 0%, #ec4899 100%); box-shadow: 0 8px 24px rgba(147, 51, 234, 0.35); }
.studio-category-card[data-cat="gaming"] .cat-emblem-box { background: linear-gradient(135deg, #f59e0b 0%, #10b981 100%); box-shadow: 0 8px 24px rgba(245, 158, 11, 0.35); }
.studio-category-card:hover .cat-emblem-box { transform: scale(1.12) rotate(6deg); }
.cat-title-text { font-family: var(--font-heading) !important; font-size: 1.5rem !important; font-weight: 700 !important; color: #ffffff !important; margin-bottom: 12px; line-height: 1.25; letter-spacing: -0.02em; }
.cat-summary-p { font-size: 0.92rem !important; color: #94a3b8 !important; line-height: 1.6; margin-bottom: 26px; font-weight: 400; }
.cat-feature-bullets { display: flex; flex-direction: column; gap: 10px; font-size: 0.86rem !important; font-weight: 600 !important; color: #e2e8f0 !important; margin-bottom: 32px; padding-top: 20px; border-top: 1.5px solid rgba(255, 255, 255, 0.08); list-style: none; }
.cat-feature-bullets li { display: flex; align-items: center; gap: 9px; }
.cat-feature-bullets li i { color: #10b981 !important; font-size: 0.95rem; }
.btn-cat-trigger-wizard { font-family: var(--font-heading); font-size: 0.95rem !important; font-weight: 700 !important; letter-spacing: 0em; width: 100%; background: rgba(30, 41, 59, 0.85) !important; border: 1.5px solid rgba(255, 255, 255, 0.14) !important; color: #ffffff !important; padding: 15px 22px; border-radius: var(--r-pill); cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all 0.25s var(--ease-out); }
.studio-category-card:hover .btn-cat-trigger-wizard { background: #4f46e5 !important; color: #ffffff !important; border-color: #4f46e5 !important; box-shadow: 0 6px 22px rgba(79, 70, 229, 0.5); }
.studio-category-card[data-cat="desktop"]:hover .btn-cat-trigger-wizard { background: #9333ea !important; border-color: #9333ea !important; box-shadow: 0 6px 22px rgba(147, 51, 234, 0.5); }
.studio-category-card[data-cat="gaming"]:hover .btn-cat-trigger-wizard { background: #f59e0b !important; border-color: #f59e0b !important; box-shadow: 0 6px 22px rgba(245, 158, 11, 0.5); }

/* ═══════════════════════════════════════════════════════════════════════════
   7. ÖBK ASİSTAN IN-PAGE STUDIO CARD (DARK GLASS)
   ═══════════════════════════════════════════════════════════════════════════ */
.asistan-inpage-card-wrapper { background: rgba(15, 23, 42, 0.86) !important; border: 1.5px solid rgba(255, 255, 255, 0.12) !important; border-radius: var(--r-2xl); padding: 36px 40px; box-shadow: 0 15px 45px rgba(0, 0, 0, 0.45); margin-bottom: 56px; display: flex; align-items: center; gap: 36px; position: relative; overflow: hidden; }
.asistan-orbital-frame { position: relative; width: 116px; height: 116px; min-width: 116px; display: flex; align-items: center; justify-content: center; }
.asistan-orbital-frame::before { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2.5px dashed #06b6d4; animation: spinSlow 14s linear infinite; }
.asistan-orbital-frame::after { content: ""; position: absolute; inset: -14px; border-radius: 50%; border: 1.5px dotted #6366f1; opacity: 0.45; animation: spinReverse 24s linear infinite; }
.asistan-orbital-photo { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; border: 3.5px solid #0f172a; box-shadow: 0 6px 24px rgba(79, 70, 229, 0.4); position: relative; z-index: 2; }
.asistan-inpage-content { flex: 1; min-width: 0; }
.asistan-title-badge-flex { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.asistan-name-bold { font-family: var(--font-heading); font-size: 1.35rem !important; font-weight: 800 !important; color: #ffffff !important; letter-spacing: -0.02em; }
.asistan-badge-online-tag { font-family: var(--font-heading); font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.03em; display: inline-flex; align-items: center; gap: 6px; background: rgba(16, 185, 129, 0.15); color: #34d399 !important; padding: 3px 12px; border-radius: var(--r-pill); text-transform: uppercase; }
.asistan-badge-online-tag i { width: 7px; height: 7px; border-radius: 50%; background: #10b981; box-shadow: 0 0 8px #10b981; }
.asistan-speech-balloon { background: rgba(30, 41, 59, 0.75) !important; border: 1.5px solid rgba(255, 255, 255, 0.1) !important; border-radius: var(--r-md); padding: 18px 22px; font-size: 0.95rem !important; color: #e2e8f0 !important; line-height: 1.65; margin-top: 10px; margin-bottom: 14px; font-weight: 400; }
.asistan-speech-balloon strong { color: #818cf8 !important; font-weight: 700; }
.asistan-prompt-chips-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.btn-asistan-chip { font-family: var(--font-heading); font-size: 0.82rem; font-weight: 600; color: #cbd5e1; background: rgba(30, 41, 59, 0.85); border: 1px solid rgba(99, 102, 241, 0.35); padding: 6px 14px; border-radius: var(--r-pill); cursor: pointer; transition: all 0.2s ease; display: inline-flex; align-items: center; gap: 6px; }
.btn-asistan-chip:hover { background: #4f46e5; color: #ffffff; border-color: #4f46e5; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(79, 70, 229, 0.4); }

/* ═══════════════════════════════════════════════════════════════════════════
   8. DYNAMIC 3-COLUMN STUDIO LAYOUT & MORPHING PANELS
   ═══════════════════════════════════════════════════════════════════════════ */
.studio-active-mode-layout { display: none; margin-bottom: 56px; animation: stageSlideIn 0.4s var(--ease-out) both; }
.studio-three-column-grid { display: grid; grid-template-columns: 260px 1fr 330px; gap: 24px; align-items: start; }
.studio-sidebar-dock { background: rgba(15, 23, 42, 0.88) !important; border: 1.5px solid rgba(255, 255, 255, 0.12) !important; border-radius: var(--r-2xl); padding: 22px 18px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); position: sticky; top: 95px; display: flex; flex-direction: column; gap: 10px; }
.btn-dock-home-return { font-family: var(--font-heading); font-size: 0.86rem !important; font-weight: 700 !important; letter-spacing: 0em; background: rgba(30, 41, 59, 0.8) !important; border: 1px solid rgba(255, 255, 255, 0.1) !important; color: #cbd5e1 !important; padding: 11px 16px; border-radius: var(--r-pill); cursor: pointer; display: flex; align-items: center; gap: 8px; margin-bottom: 6px; transition: all 0.25s ease; }
.btn-dock-home-return:hover { background: rgba(51, 65, 85, 0.9) !important; color: #ffffff !important; }
.dock-category-tab { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border-radius: var(--r-sm); cursor: pointer; transition: all 0.25s ease; border: 1.5px solid transparent; width: 100%; text-align: left; }
.dock-category-tab:hover { background: rgba(30, 41, 59, 0.6) !important; border-color: rgba(99, 102, 241, 0.3) !important; }
.dock-category-tab.active { background: rgba(79, 70, 229, 0.25) !important; border-color: #6366f1 !important; box-shadow: 0 4px 16px rgba(79, 70, 229, 0.25); }
.dock-category-tab[data-cat="desktop"].active { background: rgba(147, 51, 234, 0.25) !important; border-color: #a855f7 !important; }
.dock-category-tab[data-cat="gaming"].active { background: rgba(245, 158, 11, 0.25) !important; border-color: #f59e0b !important; }
.dock-cat-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #ffffff !important; background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%); flex-shrink: 0; }
.dock-category-tab[data-cat="desktop"] .dock-cat-icon { background: linear-gradient(135deg, #9333ea 0%, #ec4899 100%); }
.dock-category-tab[data-cat="gaming"] .dock-cat-icon { background: linear-gradient(135deg, #f59e0b 0%, #10b981 100%); }
.dock-cat-label { font-family: var(--font-heading); font-size: 0.92rem !important; font-weight: 700 !important; color: #ffffff !important; line-height: 1.25; letter-spacing: -0.01em; }

/* ═══════════════════════════════════════════════════════════════════════════
   9. CENTER WORKSPACE & 6-STEP LIQUID STEPPER
   ═══════════════════════════════════════════════════════════════════════════ */
.studio-workspace-card { background: rgba(15, 23, 42, 0.88) !important; border: 1.5px solid rgba(255, 255, 255, 0.12) !important; border-radius: var(--r-2xl); padding: 38px 34px; box-shadow: 0 15px 45px rgba(0, 0, 0, 0.45); min-height: 560px; display: flex; flex-direction: column; justify-content: space-between; }
.stepper-liquid-row { display: flex; align-items: center; justify-content: space-between; position: relative; margin-bottom: 36px; padding-top: 18px; padding-bottom: 22px; border-bottom: 1.5px solid rgba(255, 255, 255, 0.08); overflow: visible !important; gap: 8px; }
.stepper-liquid-row::before { content: ""; position: absolute; top: 36px; left: 24px; right: 24px; height: 3px; background: rgba(51, 65, 85, 0.6); border-radius: var(--r-pill); z-index: 0; }
.stepper-step-node { display: flex; flex-direction: column; align-items: center; gap: 8px; cursor: pointer; position: relative; z-index: 2; flex-shrink: 0; min-width: 74px; }
.stepper-step-node.locked { cursor: not-allowed !important; opacity: 0.5; }
.step-bubble-num { font-family: var(--font-heading); font-size: 0.9rem !important; font-weight: 700 !important; width: 36px; height: 36px; border-radius: 50%; background: #0f172a; border: 2px solid rgba(255, 255, 255, 0.2); color: #94a3b8 !important; display: flex; align-items: center; justify-content: center; transition: all 0.3s var(--ease-spring); }
.stepper-step-node.active .step-bubble-num { border-color: #6366f1 !important; background: #4f46e5 !important; color: #ffffff !important; transform: scale(1.18); box-shadow: 0 0 20px rgba(99, 102, 241, 0.6); animation: pulseIndigoDot 2s infinite; }
.stepper-step-node.completed .step-bubble-num { background: #10b981 !important; border-color: #10b981 !important; color: #ffffff !important; animation: checkPopBounce 0.4s var(--ease-spring); }
.step-label-title { font-family: var(--font-heading); font-size: 0.8rem !important; font-weight: 600 !important; color: #94a3b8 !important; white-space: nowrap; transition: color 0.25s ease; letter-spacing: 0em; }
.stepper-step-node.active .step-label-title { color: #ffffff !important; font-weight: 700 !important; }
.stepper-step-node.completed .step-label-title { color: #34d399 !important; }

/* ═══════════════════════════════════════════════════════════════════════════
   10. INTERACTIVE OPTION CARDS
   ═══════════════════════════════════════════════════════════════════════════ */
.stage-head-text-block { margin-bottom: 24px; }
.stage-head-text-block h3 { font-family: var(--font-heading); font-size: 1.45rem !important; font-weight: 700 !important; color: #ffffff !important; margin-bottom: 6px; letter-spacing: -0.02em; }
.stage-head-text-block p { font-size: 0.92rem !important; color: #94a3b8 !important; font-weight: 400; }
.stage-option-cards-matrix { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; margin-bottom: 28px; }
.stage-option-item-card { background: rgba(30, 41, 59, 0.65) !important; border: 1.5px solid rgba(255, 255, 255, 0.1) !important; border-radius: var(--r-md); padding: 18px 16px; cursor: pointer; transition: all 0.25s var(--ease-out); display: flex; flex-direction: column; gap: 8px; position: relative; }
.stage-option-item-card:hover { border-color: rgba(99, 102, 241, 0.5) !important; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); background: rgba(30, 41, 59, 0.9) !important; }
.stage-option-item-card.selected { border-color: #6366f1 !important; background: rgba(79, 70, 229, 0.25) !important; box-shadow: 0 4px 20px rgba(79, 70, 229, 0.3); transform: translateY(-2px); }
.opt-title-flex { display: flex; align-items: center; justify-content: space-between; font-family: var(--font-heading); font-size: 0.98rem !important; font-weight: 700 !important; color: #ffffff !important; letter-spacing: -0.01em; }
.opt-check-circle { width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid rgba(255, 255, 255, 0.2); background: rgba(15, 23, 42, 0.7); display: flex; align-items: center; justify-content: center; font-size: 0.72rem; color: transparent; transition: all 0.25s ease; }
.stage-option-item-card.selected .opt-check-circle { background: #6366f1 !important; border-color: #6366f1 !important; color: #ffffff !important; }
.opt-desc-copy { font-family: var(--font-body); font-size: 0.85rem !important; color: #94a3b8 !important; line-height: 1.5; font-weight: 400; }

/* ═══════════════════════════════════════════════════════════════════════════
   11. STICKY RIGHT BLUEPRINT HUD
   ═══════════════════════════════════════════════════════════════════════════ */
.studio-telemetry-hud-card { background: rgba(15, 23, 42, 0.88) !important; border: 1.5px solid rgba(255, 255, 255, 0.12) !important; border-radius: var(--r-2xl); padding: 28px 24px; box-shadow: 0 15px 45px rgba(0, 0, 0, 0.45); position: sticky; top: 95px; display: flex; flex-direction: column; gap: 16px; }
.hud-header-flex { display: flex; align-items: center; justify-content: space-between; border-bottom: 1.5px solid rgba(255, 255, 255, 0.08); padding-bottom: 14px; }
.hud-main-heading { font-family: var(--font-heading); font-size: 1.15rem !important; font-weight: 700 !important; color: #ffffff !important; letter-spacing: -0.01em; }
.hud-code-badge { font-family: var(--font-mono); font-size: 0.8rem !important; background: rgba(79, 70, 229, 0.25) !important; color: #a5b4fc !important; border: 1px solid rgba(99, 102, 241, 0.4); padding: 4px 9px; border-radius: 6px; font-weight: 700 !important; }
.hud-project-name-bold { font-family: var(--font-heading); font-size: 1.25rem !important; font-weight: 700 !important; color: #818cf8 !important; line-height: 1.3; letter-spacing: -0.01em; }
.hud-specs-summary-group { display: flex; flex-direction: column; gap: 9px; font-size: 0.86rem !important; color: #cbd5e1 !important; font-weight: 500; }
.hud-specs-summary-group div { display: flex; align-items: center; gap: 9px; }
.hud-quality-guarantee-badge { background: rgba(16, 185, 129, 0.12) !important; border: 1px solid rgba(16, 185, 129, 0.3) !important; border-radius: var(--r-md); padding: 15px; display: flex; align-items: center; gap: 14px; }
.hud-quality-guarantee-badge i { color: #34d399 !important; font-size: 1.35rem; }
.hud-quality-text h5 { font-family: var(--font-heading); font-size: 0.8rem !important; font-weight: 700 !important; color: #34d399 !important; margin-bottom: 2px; letter-spacing: 0.04em; }
.hud-quality-text p { font-family: var(--font-heading); font-size: 0.92rem !important; font-weight: 700 !important; color: #ffffff !important; letter-spacing: -0.01em; }
.btn-hud-open-receipt { font-family: var(--font-heading) !important; font-size: 0.96rem !important; font-weight: 700 !important; letter-spacing: 0em !important; width: 100%; background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%) !important; color: #ffffff !important; padding: 15px 22px; border-radius: var(--r-pill); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 9px; box-shadow: 0 4px 18px rgba(79, 70, 229, 0.4); transition: all 0.25s var(--ease-out); }
.btn-hud-open-receipt:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(79, 70, 229, 0.6); }
.btn-hud-open-receipt.locked { background: rgba(30, 41, 59, 0.6) !important; color: #64748b !important; border: 1.5px solid rgba(255, 255, 255, 0.08) !important; box-shadow: none !important; cursor: not-allowed !important; transform: none !important; opacity: 0.8; }
.btn-hud-open-receipt.locked:hover { background: rgba(30, 41, 59, 0.6) !important; color: #64748b !important; transform: none !important; box-shadow: none !important; }
.btn-hud-open-receipt.active-ready { background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%) !important; color: #ffffff !important; box-shadow: 0 4px 20px rgba(79, 70, 229, 0.5) !important; animation: hudButtonPulse 2s infinite ease-in-out; }
@keyframes hudButtonPulse { 0%, 100% { box-shadow: 0 4px 20px rgba(79, 70, 229, 0.5); } 50% { box-shadow: 0 8px 30px rgba(6, 182, 212, 0.7); } }

/* ═══════════════════════════════════════════════════════════════════════════
   12. 4-STEP ENTERPRISE WORKFLOW PROCESS (DARK GLASS)
   ═══════════════════════════════════════════════════════════════════════════ */
.workflow-section-wrap { margin-bottom: 64px; }
.workflow-head-center { text-align: center; max-width: 720px; margin: 0 auto 36px; }
.workflow-head-center h3 { font-family: var(--font-heading); font-size: 1.75rem !important; font-weight: 800 !important; color: #ffffff !important; margin-bottom: 8px; letter-spacing: -0.02em; }
.workflow-head-center p { font-size: 0.98rem !important; color: #94a3b8 !important; font-weight: 400; text-shadow: none; }
.workflow-quad-cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.workflow-process-card { background: rgba(15, 23, 42, 0.86) !important; border: 1.5px solid rgba(255, 255, 255, 0.1) !important; border-radius: var(--r-xl); padding: 28px 22px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35); display: flex; flex-direction: column; gap: 12px; position: relative; transition: all 0.25s ease; }
.workflow-process-card:hover { transform: translateY(-4px); border-color: rgba(99, 102, 241, 0.5) !important; box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5); background: rgba(20, 30, 55, 0.95) !important; }
.wf-step-num-pill { font-family: var(--font-mono); font-size: 0.75rem; font-weight: 800; color: #818cf8; background: rgba(79, 70, 229, 0.2); border: 1px solid rgba(99, 102, 241, 0.3); padding: 4px 10px; border-radius: var(--r-pill); align-self: flex-start; }
.wf-card-title { font-family: var(--font-heading); font-size: 1.1rem !important; font-weight: 700 !important; color: #ffffff !important; letter-spacing: -0.01em; }
.wf-card-desc { font-size: 0.86rem !important; color: #94a3b8 !important; line-height: 1.5; font-weight: 400; }

/* ═══════════════════════════════════════════════════════════════════════════
   13. FAQ ACCORDION SECTION (DARK GLASS)
   ═══════════════════════════════════════════════════════════════════════════ */
.faq-section-wrap { margin-bottom: 64px; max-width: 900px; margin-left: auto; margin-right: auto; }
.faq-head-center { text-align: center; margin-bottom: 32px; }
.faq-head-center h3 { font-family: var(--font-heading); font-size: 1.75rem !important; font-weight: 800 !important; color: #ffffff !important; margin-bottom: 8px; letter-spacing: -0.02em; }
.faq-head-center p { font-size: 0.98rem !important; color: #94a3b8 !important; font-weight: 400; text-shadow: none; }
.faq-accordion-group { display: flex; flex-direction: column; gap: 12px; }
.faq-item-card { background: rgba(15, 23, 42, 0.86) !important; border: 1.5px solid rgba(255, 255, 255, 0.1) !important; border-radius: var(--r-md); overflow: hidden; transition: all 0.25s ease; }
.faq-item-card:hover { border-color: rgba(99, 102, 241, 0.5) !important; }
.faq-question-btn { width: 100%; padding: 18px 22px; background: transparent; border: none; text-align: left; font-family: var(--font-heading); font-size: 1.02rem !important; font-weight: 700 !important; color: #ffffff !important; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.faq-chevron-icon { font-size: 0.85rem; color: #94a3b8; transition: transform 0.25s ease; }
.faq-item-card.open .faq-chevron-icon { transform: rotate(180deg); color: #818cf8; }
.faq-answer-panel { padding: 0 22px 18px; font-size: 0.92rem !important; color: #cbd5e1 !important; line-height: 1.6; display: none; font-weight: 400; }
.faq-item-card.open .faq-answer-panel { display: block; }

/* ═══════════════════════════════════════════════════════════════════════════
   14. PUBLISHED READY-MADE SOLUTIONS VITRINE (DARK GLASS)
   ═══════════════════════════════════════════════════════════════════════════ */
.published-solutions-wrap { margin-top: 54px; margin-bottom: 56px; }
.published-head-row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; }
.published-head-row h3 { font-family: var(--font-heading); font-size: 1.6rem !important; font-weight: 800 !important; color: #ffffff !important; margin-bottom: 4px; letter-spacing: -0.02em; }
.published-head-row p { font-size: 0.94rem !important; color: #94a3b8 !important; font-weight: 400; }
.published-cards-quad-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.published-single-card { background: rgba(15, 23, 42, 0.86) !important; border: 1.5px solid rgba(255, 255, 255, 0.1) !important; border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; transition: all 0.25s var(--ease-out); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35); }
.published-single-card:hover { transform: translateY(-6px); border-color: rgba(99, 102, 241, 0.5) !important; box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5); background: rgba(20, 30, 55, 0.95) !important; }
.card-img-header-box { width: 100%; height: 160px; background: #0f172a; overflow: hidden; }
.card-img-header-box img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.published-single-card:hover .card-img-header-box img { transform: scale(1.08); }
.card-snippet-body { padding: 20px 18px; display: flex; flex-direction: column; flex: 1; justify-content: space-between; }
.pub-category-tag { font-family: var(--font-heading); font-size: 0.76rem !important; font-weight: 700 !important; color: #a5b4fc !important; background: rgba(79, 70, 229, 0.2) !important; border: 1px solid rgba(99, 102, 241, 0.3); padding: 3px 9px; border-radius: var(--r-pill); align-self: flex-start; margin-bottom: 8px; }
.pub-category-tag.pos { color: #34d399 !important; background: rgba(16, 185, 129, 0.15) !important; border-color: rgba(16, 185, 129, 0.3); }
.pub-category-tag.visual { color: #f472b6 !important; background: rgba(236, 72, 153, 0.15) !important; border-color: rgba(236, 72, 153, 0.3); }
.pub-category-tag.gaming { color: #fbbf24 !important; background: rgba(245, 158, 11, 0.15) !important; border-color: rgba(245, 158, 11, 0.3); }
.pub-item-name { font-family: var(--font-heading); font-size: 1.15rem !important; font-weight: 700 !important; color: #ffffff !important; margin-bottom: 6px; letter-spacing: -0.01em; }
.pub-item-summary { font-size: 0.84rem !important; color: #94a3b8 !important; line-height: 1.45; margin-bottom: 18px; flex: 1; font-weight: 400; }
.btn-pub-activation-trigger { font-family: var(--font-heading); font-size: 0.88rem !important; font-weight: 700 !important; letter-spacing: 0em; width: 100%; background: rgba(30, 41, 59, 0.85) !important; border: 1.5px solid rgba(255, 255, 255, 0.12) !important; color: #ffffff !important; padding: 11px; border-radius: var(--r-pill); cursor: pointer; transition: all 0.25s var(--ease-out); display: flex; align-items: center; justify-content: center; gap: 7px; }
.btn-pub-activation-trigger:hover { background: #4f46e5 !important; color: #ffffff !important; border-color: #4f46e5 !important; }

/* ═══════════════════════════════════════════════════════════════════════════
   15. OFFICIAL RECEIPT MODAL & KVKK LEGAL MODAL
   ═══════════════════════════════════════════════════════════════════════════ */
.receipt-modal-backdrop { 
    position: fixed; 
    inset: 0; 
    background: rgba(15, 23, 42, 0.78); 
    backdrop-filter: blur(16px); 
    -webkit-backdrop-filter: blur(16px); 
    z-index: 99999; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 16px; 
    opacity: 0; 
    pointer-events: none; 
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1); 
    overflow: hidden;
}
.receipt-modal-backdrop.open { 
    opacity: 1; 
    pointer-events: auto; 
}

.receipt-white-sheet { 
    background: #0f172a !important; 
    border: 1.5px solid rgba(255, 255, 255, 0.12) !important; 
    border-radius: 24px; 
    width: 100%;
    max-width: 660px; 
    max-height: 92vh; 
    overflow-y: auto; 
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    box-shadow: 0 30px 80px -15px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.08) inset; 
    padding: 26px 28px 22px; 
    transform: scale(0.95) translateY(12px); 
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); 
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}
.receipt-white-sheet * {
    box-sizing: border-box !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   GAMING VITRINE MODAL & SCRIPT CARDS (CYBER OBSIDIAN GLASS)
   ═══════════════════════════════════════════════════════════════════════════ */
.gaming-vitrine-sheet {
    background: #090d16 !important;
    border: 1.5px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 28px;
    width: 100%;
    max-width: 980px;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    box-shadow: 0 35px 90px -10px rgba(0, 0, 0, 0.8), 0 0 50px rgba(99, 102, 241, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    padding: 30px 34px 26px;
    transform: scale(0.95) translateY(16px);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    scrollbar-width: thin;
    scrollbar-color: rgba(99, 102, 241, 0.4) transparent;
}
.gaming-vitrine-sheet * {
    box-sizing: border-box !important;
}

.receipt-modal-backdrop.open .gaming-vitrine-sheet {
    transform: scale(1) translateY(0);
}

.vitrine-modal-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.08);
    gap: 16px;
}

.vitrine-modal-header-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.vitrine-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.3), rgba(168, 85, 247, 0.3));
    border: 1.5px solid rgba(129, 140, 248, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a5b4fc;
    font-size: 1.4rem;
    flex-shrink: 0;
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.35);
}

.vitrine-tag-pill {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 800;
    color: #34d399;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    padding: 2px 10px;
    border-radius: var(--r-pill);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

.vitrine-modal-title {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 850;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.015em;
}

.gaming-vitrine-nav-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 22px 0 24px;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
}
.gaming-vitrine-nav-tabs::-webkit-scrollbar {
    display: none;
}

.vitrine-tab-btn {
    font-family: var(--font-heading);
    font-size: 0.86rem;
    font-weight: 700;
    color: #94a3b8;
    background: rgba(15, 23, 42, 0.8);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    padding: 9px 18px;
    border-radius: var(--r-pill);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.vitrine-tab-btn:hover {
    color: #ffffff;
    background: rgba(30, 41, 59, 0.9);
    border-color: rgba(99, 102, 241, 0.5);
    transform: translateY(-2px);
}

.vitrine-tab-btn.active {
    color: #ffffff;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    border-color: #818cf8;
    box-shadow: 0 4px 18px rgba(79, 70, 229, 0.45);
}

.gaming-vitrine-content-box {
    margin-bottom: 24px;
    min-height: 280px;
}

.gaming-script-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gaming-script-card {
    background: rgba(15, 23, 42, 0.85);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.gaming-script-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #22d3ee);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gaming-script-card:hover {
    transform: translateY(-6px);
    background: rgba(20, 30, 55, 0.95);
    border-color: rgba(99, 102, 241, 0.6);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(99, 102, 241, 0.25);
}

.gaming-script-card:hover::before {
    opacity: 1;
}

.script-card-top-badges {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.script-badge-resmon {
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 800;
    color: #10b981;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
    padding: 2px 7px;
    border-radius: 6px;
    letter-spacing: 0.04em;
}

.script-badge-type {
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 700;
    color: #a5b4fc;
    background: rgba(99, 102, 241, 0.15);
    border: 1px solid rgba(99, 102, 241, 0.3);
    padding: 2px 7px;
    border-radius: 6px;
}

.script-card-title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.35;
}

.script-card-desc {
    font-size: 0.82rem;
    color: #94a3b8;
    line-height: 1.55;
    margin-bottom: 16px;
}

.script-features-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.script-features-checklist li {
    font-size: 0.78rem;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    gap: 7px;
}

.script-features-checklist li i {
    color: #10b981;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.script-tech-stack-row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.tech-tag-pill {
    font-family: var(--font-mono);
    font-size: 0.65rem;
    font-weight: 700;
    color: #e2e8f0;
    background: rgba(30, 41, 59, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2px 7px;
    border-radius: 4px;
}

.btn-card-order-script {
    width: 100%;
    font-family: var(--font-heading);
    font-size: 0.84rem;
    font-weight: 800;
    color: #ffffff;
    background: rgba(30, 41, 59, 0.9);
    border: 1.5px solid rgba(99, 102, 241, 0.4);
    padding: 10px 14px;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.btn-card-order-script:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    border-color: #818cf8;
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.45);
    transform: translateY(-2px);
}

.gaming-vitrine-footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1.5px solid rgba(255, 255, 255, 0.08);
    gap: 16px;
    flex-wrap: wrap;
}

.vitrine-footer-note {
    font-size: 0.82rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 580px;
    line-height: 1.5;
}

.btn-vitrine-custom-order {
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border: none;
    padding: 11px 22px;
    border-radius: var(--r-pill);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 22px rgba(245, 158, 11, 0.35);
    transition: all 0.25s ease;
}

.btn-vitrine-custom-order:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(245, 158, 11, 0.5);
}

@media (max-width: 860px) {
    .gaming-script-cards-grid {
        grid-template-columns: 1fr;
    }
    .gaming-vitrine-sheet {
        padding: 22px 18px;
    }
    .gaming-vitrine-footer-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .btn-vitrine-custom-order {
        width: 100%;
        justify-content: center;
    }
}

.receipt-white-sheet::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.receipt-modal-backdrop.open .receipt-white-sheet { 
    transform: scale(1) translateY(0); 
}

.receipt-header-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #eef2ff;
    border: 1.5px solid #c7d2fe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6366f1;
    font-size: 1.3rem;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.12);
}

.receipt-live-badge {
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 800;
    color: #047857;
    background: #ecfdf5;
    padding: 2px 8px;
    border-radius: 20px;
    border: 1px solid #a7f3d0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.receipt-pulse-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 6px #10b981;
    display: inline-block;
    animation: liveDotPillPulse 1.5s infinite;
}

@keyframes liveDotPillPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(0.6); opacity: 0.4; }
}

.receipt-modal-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 850;
    color: #0f172a;
    margin-top: 3px;
    margin-bottom: 0;
    letter-spacing: -0.015em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-top-dashed-row { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    border-bottom: 1.5px dashed #cbd5e1; 
    padding-bottom: 14px; 
    margin-bottom: 14px; 
    gap: 12px;
}

.modal-top-left-group {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1;
}

.btn-close-modal-round { 
    background: #f1f5f9 !important; 
    border: 1.5px solid #e2e8f0; 
    color: #64748b !important; 
    width: 38px; 
    height: 38px; 
    border-radius: 50%; 
    cursor: pointer; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 1rem; 
    font-weight: 700;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1); 
    outline: none;
    flex-shrink: 0;
}
.btn-close-modal-round:hover { 
    background: #fee2e2 !important; 
    color: #ef4444 !important; 
    border-color: #fca5a5;
    transform: rotate(90deg) scale(1.08);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2);
}

.modal-summary-panel { 
    background: #f8fafc !important; 
    border: 1.5px solid #e2e8f0 !important; 
    border-radius: 14px; 
    padding: 10px 12px; 
    margin-bottom: 12px; 
    width: 100%;
    overflow: hidden;
}

.summary-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e2e8f0;
    gap: 6px;
}

.summary-panel-title {
    font-family: var(--font-heading);
    font-size: 0.76rem;
    font-weight: 800;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 6px;
}

.summary-cat-pill {
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 10px;
    background: #eef2ff;
    color: #4f46e5;
    border: 1px solid #c7d2fe;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}
.summary-cat-pill.desktop {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
}
.summary-cat-pill.gaming {
    background: #faf5ff;
    color: #7e22ce;
    border-color: #e9d5ff;
}

.receipt-bento-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
}
.receipt-bento-pill {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 7px 9px;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.02);
    transition: border-color 0.2s ease;
}
.receipt-bento-pill:hover {
    border-color: #c7d2fe;
    background: #fafbff;
}
.bento-icon-box {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #eef2ff;
    color: #6366f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    flex-shrink: 0;
    border: 1px solid #c7d2fe;
}
.bento-info-stack {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
    overflow: hidden;
}
.bento-lbl {
    font-size: 0.66rem;
    font-weight: 750;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 2px;
    line-height: 1;
}
.bento-val {
    font-size: 0.82rem;
    font-weight: 800;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 1.3;
}

.receipt-item-line { 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    padding: 6px 0; 
    border-bottom: 1px solid #f1f5f9; 
    gap: 12px;
}
.receipt-item-line:last-child { border-bottom: none; }
.receipt-item-line span:first-child { color: #64748b !important; font-weight: 500; font-size: 0.85rem; }
.receipt-item-line span:last-child { color: #0f172a !important; font-weight: 750 !important; text-align: right; font-size: 0.88rem; }

.modal-section-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid #f1f5f9;
}
.modal-section-subtitle .subtitle-left {
    display: flex;
    align-items: center;
    gap: 7px;
}
.modal-section-subtitle .subtitle-left i {
    color: #6366f1;
}
.modal-section-subtitle .required-badge {
    font-size: 0.72rem;
    color: #ef4444;
    font-weight: 700;
}

.receipt-input-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 8px;
    width: 100%;
}
@media (max-width: 580px) {
    .receipt-input-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

.receipt-field-group {
    margin-bottom: 0;
}
.receipt-field-lbl {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 750;
    color: #334155;
    margin-bottom: 3px;
}
.receipt-field-lbl i {
    color: #6366f1;
    font-size: 0.75rem;
}
.receipt-field-lbl .req-star {
    color: #ef4444;
    font-weight: 900;
}

.receipt-input-relative {
    position: relative;
}
.input-lead-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.85rem;
    pointer-events: none;
    transition: color 0.2s ease;
}

.modal-text-input { 
    font-family: var(--font-body); 
    width: 100%; 
    background: #ffffff !important; 
    border: 1.5px solid #cbd5e1 !important; 
    border-radius: 10px; 
    padding: 8px 12px; 
    font-size: 0.85rem !important; 
    color: #0f172a !important; 
    outline: none; 
    transition: all 0.2s ease; 
    font-weight: 500; 
    box-sizing: border-box;
}
.modal-text-input.has-icon {
    padding-left: 36px;
}
.modal-text-input:focus { 
    border-color: #4f46e5 !important; 
    box-shadow: 0 0 0 3.5px rgba(79, 70, 229, 0.12); 
}
.modal-text-input:focus + .input-lead-icon,
.receipt-input-relative:focus-within .input-lead-icon {
    color: #4f46e5;
}

.modal-text-input.input-error {
    border-color: #ef4444 !important;
    background: #fff5f5 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.18) !important;
    animation: shakeErrInput 0.4s ease;
}
@keyframes shakeErrInput {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-4px); }
    40%, 80% { transform: translateX(4px); }
}

.field-error-msg {
    color: #dc2626;
    font-size: 0.7rem;
    font-weight: 700;
    margin-top: 2px;
    display: none;
}
.field-error-msg.show {
    display: block;
}

.modal-zero-payment-badge { 
    font-family: var(--font-heading); 
    font-size: 0.76rem !important; 
    font-weight: 600 !important; 
    background: rgba(16, 185, 129, 0.08) !important; 
    border: 1px solid rgba(16, 185, 129, 0.25) !important; 
    border-radius: 10px; 
    padding: 8px 12px; 
    color: #047857 !important; 
    margin-top: 8px; 
    margin-bottom: 12px; 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    line-height: 1.4;
}
.modal-zero-payment-badge i {
    font-size: 1rem;
    color: #10b981;
    flex-shrink: 0;
}

.btn-submit-ticket-confirm { 
    font-family: var(--font-heading); 
    font-size: 0.92rem !important; 
    font-weight: 800 !important; 
    letter-spacing: -0.01em; 
    width: 100%; 
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #06b6d4 100%) !important; 
    color: #ffffff !important; 
    padding: 12px 22px; 
    border-radius: 28px; 
    border: none; 
    cursor: pointer; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 9px; 
    box-shadow: 0 6px 22px rgba(79, 70, 229, 0.4); 
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1); 
    position: relative;
}
.btn-submit-ticket-confirm:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 10px 28px rgba(79, 70, 229, 0.55);
}
.btn-submit-ticket-confirm:active {
    transform: translateY(0) scale(0.98);
}
.btn-submit-ticket-confirm.btn-submitting {
    background: linear-gradient(135deg, #6366f1 0%, #3b82f6 100%) !important;
    pointer-events: none;
    opacity: 0.9;
}
.btn-submit-ticket-confirm .btn-arrow-right {
    transition: transform 0.2s ease;
}
.btn-submit-ticket-confirm:hover .btn-arrow-right {
    transform: translateX(4px);
}

/* Success Card Styles */
.receipt-success-icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #ecfdf5;
    color: #10b981;
    font-size: 2.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 0 0 10px rgba(16, 185, 129, 0.1);
    animation: scaleInSuccess 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes scaleInSuccess {
    0% { transform: scale(0.4); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.success-ticket-pill-box {
    background: #f8fafc;
    border: 2px dashed #6366f1;
    border-radius: 14px;
    padding: 14px 20px;
    margin: 18px auto 22px;
    max-width: 380px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.success-ticket-pill-box:hover {
    background: #eef2ff;
    border-color: #4f46e5;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.15);
}
.success-ticket-lbl {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    color: #6366f1;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 4px;
}
.success-ticket-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.success-ticket-row strong {
    font-family: var(--font-mono);
    font-size: 1.4rem;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.01em;
}
.btn-copy-code-inline {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #6366f1;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}
.btn-copy-code-inline:hover {
    background: #4f46e5;
    color: #ffffff;
    border-color: #4f46e5;
}

.success-actions-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-track-ticket-direct {
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 800;
    background: #059669;
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35);
    transition: all 0.25s ease;
}
.btn-track-ticket-direct:hover {
    background: #047857;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(5, 150, 105, 0.45);
}

/* KVKK Legal Document Box in Modal */
.kvkk-document-scrollbox { background: #f8fafc; border: 1.5px solid #e2e8f0; border-radius: var(--r-md); padding: 20px; max-height: 380px; overflow-y: auto; font-size: 0.88rem; color: #334155; line-height: 1.7; margin-bottom: 24px; text-align: left; }
.kvkk-document-scrollbox h4 { font-family: var(--font-heading); font-size: 1.05rem; font-weight: 800; color: #0f172a; margin-top: 14px; margin-bottom: 6px; }
.kvkk-document-scrollbox h4:first-child { margin-top: 0; }
.kvkk-document-scrollbox p { margin-bottom: 12px; }
.kvkk-document-scrollbox strong { color: #4f46e5; }

/* Toast Warning */
.studio-toast-notification { position: fixed; bottom: 28px; right: 28px; background: #0f172a; color: #ffffff; padding: 14px 22px; border-radius: var(--r-pill); font-family: var(--font-heading); font-size: 0.9rem; font-weight: 600; box-shadow: 0 12px 36px rgba(15, 23, 42, 0.35); z-index: 100000; display: flex; align-items: center; gap: 10px; transform: translateY(100px); opacity: 0; transition: all 0.3s var(--ease-spring); }
.studio-toast-notification.show { transform: translateY(0); opacity: 1; }
.studio-toast-notification.warning-toast { background: #f43f5e; }

/* ═══════════════════════════════════════════════════════════════════════════
   16. ENTERPRISE TRUST STRIP & MASTER FOOTER (CYBER DARK GLASS)
   ═══════════════════════════════════════════════════════════════════════════ */
.enterprise-trust-strip { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 36px; 
    padding: 30px 0; 
    border-top: 1.5px solid rgba(255, 255, 255, 0.08); 
    flex-wrap: wrap; 
    margin-bottom: 40px; 
}
.trust-bullet-unit { 
    display: flex; 
    align-items: center; 
    gap: 9px; 
    font-size: 0.88rem !important; 
    font-weight: 600 !important; 
    color: #cbd5e1 !important; 
}
.trust-bullet-unit i { 
    color: #818cf8 !important; 
    font-size: 1.05rem; 
}

.studio-master-footer { 
    background: #070a12 !important; 
    border-top: 1.5px solid rgba(255, 255, 255, 0.08) !important; 
    padding: 60px 0 0; 
    margin-top: 60px; 
    position: relative; 
}
.studio-master-footer::before { 
    content: ""; 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    height: 3px; 
    background: linear-gradient(90deg, #6366f1, #06b6d4, #a855f7); 
}
.footer-inner-bounds { 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 24px; 
}
.footer-quad-grid { 
    display: grid; 
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr; 
    gap: 48px; 
    align-items: start; 
    padding-bottom: 48px; 
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.08); 
}
.footer-brand-column { 
    display: flex; 
    flex-direction: column; 
    gap: 14px; 
}
.footer-logo-row { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
    white-space: nowrap; 
}
.footer-logo-row img { 
    width: 44px; 
    height: 44px; 
    border-radius: 50%; 
    object-fit: cover; 
    border: 2px solid rgba(99, 102, 241, 0.5); 
    flex-shrink: 0; 
}
.footer-brand-title-bold { 
    font-family: var(--font-heading); 
    font-size: 1.25rem !important; 
    font-weight: 700 !important; 
    color: #ffffff !important; 
    letter-spacing: -0.01em; 
    white-space: nowrap; 
}
.footer-brand-bio { 
    font-size: 0.88rem !important; 
    color: #94a3b8 !important; 
    line-height: 1.65; 
    font-weight: 400; 
    max-width: 320px; 
}
.footer-col-header { 
    font-family: var(--font-heading); 
    font-size: 0.92rem !important; 
    font-weight: 700 !important; 
    color: #ffffff !important; 
    margin-bottom: 18px; 
    text-transform: uppercase; 
    letter-spacing: 0.04em; 
}
.footer-links-list { 
    display: flex !important; 
    flex-direction: column !important; 
    gap: 11px !important; 
    list-style: none !important; 
    margin: 0 !important; 
    padding: 0 !important; 
}
.footer-links-list li { 
    margin: 0 !important; 
    padding: 0 !important; 
    display: block !important; 
}
.footer-links-list a { 
    font-size: 0.88rem !important; 
    color: #94a3b8 !important; 
    text-decoration: none !important; 
    font-weight: 500 !important; 
    transition: all 0.2s ease; 
    display: inline-block; 
}
.footer-links-list a:hover { 
    color: #818cf8 !important; 
    transform: translateX(4px); 
}
.footer-legal-link-pill { 
    display: inline-flex; 
    align-items: center; 
    gap: 8px; 
    background: rgba(30, 41, 59, 0.8); 
    border: 1.5px solid rgba(255, 255, 255, 0.1); 
    color: #cbd5e1 !important; 
    padding: 7px 14px; 
    border-radius: var(--r-pill); 
    font-family: var(--font-heading); 
    font-size: 0.82rem !important; 
    font-weight: 700 !important; 
    text-decoration: none !important; 
    transition: all 0.25s ease; 
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); 
}
.footer-legal-link-pill:hover { 
    background: rgba(79, 70, 229, 0.25); 
    border-color: #6366f1; 
    color: #ffffff !important; 
    transform: translateY(-2px); 
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3); 
}
.footer-legal-link-pill i { 
    color: #818cf8; 
    font-size: 0.9rem; 
}
.footer-bottom-bar { 
    padding: 24px 0; 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    flex-wrap: wrap; 
    gap: 16px; 
    font-size: 0.84rem !important; 
    color: #64748b !important; 
    font-weight: 500 !important; 
}

/* 📱 FOOTER RESPONSIVE ADAPTATIONS */
@media (max-width: 992px) {
    .footer-quad-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 40px;
        padding-bottom: 40px;
    }
    .footer-brand-bio {
        max-width: 100%;
    }
    .enterprise-trust-strip {
        gap: 20px 30px;
        padding: 24px 0;
    }
}

@media (max-width: 640px) {
    .studio-master-footer {
        padding: 44px 0 0;
        margin-top: 40px;
    }
    .footer-inner-bounds {
        padding: 0 16px;
    }
    .footer-quad-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
        padding-bottom: 32px;
    }
    .footer-brand-column {
        align-items: center;
        text-align: center;
    }
    .footer-logo-row {
        justify-content: center;
    }
    .footer-brand-bio {
        margin: 0 auto;
        text-align: center;
    }
    .footer-links-list {
        align-items: center;
    }
    .footer-links-list a:hover {
        transform: translateY(-2px);
    }
    .footer-legal-link-pill {
        margin: 0 auto;
    }
    .enterprise-trust-strip {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px 16px;
        padding: 20px 10px;
        margin-bottom: 30px;
    }
    .trust-bullet-unit {
        justify-content: center;
        font-size: 0.8rem !important;
        text-align: center;
    }
    .footer-bottom-bar {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
        padding: 20px 0;
    }
}

@media (max-width: 420px) {
    .enterprise-trust-strip {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .footer-brand-title-bold {
        font-size: 1.15rem !important;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   17. EXHAUSTIVE DESIGN UTILITIES
   ═══════════════════════════════════════════════════════════════════════════ */
.util-elevation-level-1 { box-shadow: 0 1px 2px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1 { border-radius: 1px !important; }
.util-spacing-gap-1 { gap: 1px !important; }
.util-pad-vertical-1 { padding-top: 1px !important; padding-bottom: 1px !important; }
.util-elevation-level-2 { box-shadow: 0 2px 4px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-2 { border-radius: 2px !important; }
.util-spacing-gap-2 { gap: 2px !important; }
.util-pad-vertical-2 { padding-top: 2px !important; padding-bottom: 2px !important; }
.util-elevation-level-3 { box-shadow: 0 3px 6px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-3 { border-radius: 3px !important; }
.util-spacing-gap-3 { gap: 3px !important; }
.util-pad-vertical-3 { padding-top: 3px !important; padding-bottom: 3px !important; }
.util-elevation-level-4 { box-shadow: 0 4px 8px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-4 { border-radius: 4px !important; }
.util-spacing-gap-4 { gap: 4px !important; }
.util-pad-vertical-4 { padding-top: 4px !important; padding-bottom: 4px !important; }
.util-elevation-level-5 { box-shadow: 0 5px 10px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-5 { border-radius: 5px !important; }
.util-spacing-gap-5 { gap: 5px !important; }
.util-pad-vertical-5 { padding-top: 5px !important; padding-bottom: 5px !important; }
.util-elevation-level-6 { box-shadow: 0 6px 12px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-6 { border-radius: 6px !important; }
.util-spacing-gap-6 { gap: 6px !important; }
.util-pad-vertical-6 { padding-top: 6px !important; padding-bottom: 6px !important; }
.util-elevation-level-7 { box-shadow: 0 7px 14px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-7 { border-radius: 7px !important; }
.util-spacing-gap-7 { gap: 7px !important; }
.util-pad-vertical-7 { padding-top: 7px !important; padding-bottom: 7px !important; }
.util-elevation-level-8 { box-shadow: 0 8px 16px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-8 { border-radius: 8px !important; }
.util-spacing-gap-8 { gap: 8px !important; }
.util-pad-vertical-8 { padding-top: 8px !important; padding-bottom: 8px !important; }
.util-elevation-level-9 { box-shadow: 0 9px 18px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-9 { border-radius: 9px !important; }
.util-spacing-gap-9 { gap: 9px !important; }
.util-pad-vertical-9 { padding-top: 9px !important; padding-bottom: 9px !important; }
.util-elevation-level-10 { box-shadow: 0 10px 20px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-10 { border-radius: 10px !important; }
.util-spacing-gap-10 { gap: 10px !important; }
.util-pad-vertical-10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.util-elevation-level-11 { box-shadow: 0 11px 22px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-11 { border-radius: 11px !important; }
.util-spacing-gap-11 { gap: 11px !important; }
.util-pad-vertical-11 { padding-top: 11px !important; padding-bottom: 11px !important; }
.util-elevation-level-12 { box-shadow: 0 12px 24px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-12 { border-radius: 12px !important; }
.util-spacing-gap-12 { gap: 12px !important; }
.util-pad-vertical-12 { padding-top: 12px !important; padding-bottom: 12px !important; }
.util-elevation-level-13 { box-shadow: 0 13px 26px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-13 { border-radius: 13px !important; }
.util-spacing-gap-13 { gap: 13px !important; }
.util-pad-vertical-13 { padding-top: 13px !important; padding-bottom: 13px !important; }
.util-elevation-level-14 { box-shadow: 0 14px 28px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-14 { border-radius: 14px !important; }
.util-spacing-gap-14 { gap: 14px !important; }
.util-pad-vertical-14 { padding-top: 14px !important; padding-bottom: 14px !important; }
.util-elevation-level-15 { box-shadow: 0 15px 30px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-15 { border-radius: 15px !important; }
.util-spacing-gap-15 { gap: 15px !important; }
.util-pad-vertical-15 { padding-top: 15px !important; padding-bottom: 15px !important; }
.util-elevation-level-16 { box-shadow: 0 16px 32px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-16 { border-radius: 16px !important; }
.util-spacing-gap-16 { gap: 16px !important; }
.util-pad-vertical-16 { padding-top: 16px !important; padding-bottom: 16px !important; }
.util-elevation-level-17 { box-shadow: 0 17px 34px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-17 { border-radius: 17px !important; }
.util-spacing-gap-17 { gap: 17px !important; }
.util-pad-vertical-17 { padding-top: 17px !important; padding-bottom: 17px !important; }
.util-elevation-level-18 { box-shadow: 0 18px 36px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-18 { border-radius: 18px !important; }
.util-spacing-gap-18 { gap: 18px !important; }
.util-pad-vertical-18 { padding-top: 18px !important; padding-bottom: 18px !important; }
.util-elevation-level-19 { box-shadow: 0 19px 38px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-19 { border-radius: 19px !important; }
.util-spacing-gap-19 { gap: 19px !important; }
.util-pad-vertical-19 { padding-top: 19px !important; padding-bottom: 19px !important; }
.util-elevation-level-20 { box-shadow: 0 20px 40px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-20 { border-radius: 20px !important; }
.util-spacing-gap-20 { gap: 20px !important; }
.util-pad-vertical-20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.util-elevation-level-21 { box-shadow: 0 21px 42px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-21 { border-radius: 21px !important; }
.util-spacing-gap-21 { gap: 21px !important; }
.util-pad-vertical-21 { padding-top: 21px !important; padding-bottom: 21px !important; }
.util-elevation-level-22 { box-shadow: 0 22px 44px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-22 { border-radius: 22px !important; }
.util-spacing-gap-22 { gap: 22px !important; }
.util-pad-vertical-22 { padding-top: 22px !important; padding-bottom: 22px !important; }
.util-elevation-level-23 { box-shadow: 0 23px 46px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-23 { border-radius: 23px !important; }
.util-spacing-gap-23 { gap: 23px !important; }
.util-pad-vertical-23 { padding-top: 23px !important; padding-bottom: 23px !important; }
.util-elevation-level-24 { box-shadow: 0 24px 48px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-24 { border-radius: 24px !important; }
.util-spacing-gap-24 { gap: 24px !important; }
.util-pad-vertical-24 { padding-top: 24px !important; padding-bottom: 24px !important; }
.util-elevation-level-25 { box-shadow: 0 25px 50px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-25 { border-radius: 25px !important; }
.util-spacing-gap-25 { gap: 25px !important; }
.util-pad-vertical-25 { padding-top: 25px !important; padding-bottom: 25px !important; }
.util-elevation-level-26 { box-shadow: 0 26px 52px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-26 { border-radius: 26px !important; }
.util-spacing-gap-26 { gap: 26px !important; }
.util-pad-vertical-26 { padding-top: 26px !important; padding-bottom: 26px !important; }
.util-elevation-level-27 { box-shadow: 0 27px 54px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-27 { border-radius: 27px !important; }
.util-spacing-gap-27 { gap: 27px !important; }
.util-pad-vertical-27 { padding-top: 27px !important; padding-bottom: 27px !important; }
.util-elevation-level-28 { box-shadow: 0 28px 56px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-28 { border-radius: 28px !important; }
.util-spacing-gap-28 { gap: 28px !important; }
.util-pad-vertical-28 { padding-top: 28px !important; padding-bottom: 28px !important; }
.util-elevation-level-29 { box-shadow: 0 29px 58px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-29 { border-radius: 29px !important; }
.util-spacing-gap-29 { gap: 29px !important; }
.util-pad-vertical-29 { padding-top: 29px !important; padding-bottom: 29px !important; }
.util-elevation-level-30 { box-shadow: 0 30px 60px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-30 { border-radius: 30px !important; }
.util-spacing-gap-30 { gap: 30px !important; }
.util-pad-vertical-30 { padding-top: 30px !important; padding-bottom: 30px !important; }
.util-elevation-level-31 { box-shadow: 0 31px 62px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-31 { border-radius: 31px !important; }
.util-spacing-gap-31 { gap: 31px !important; }
.util-pad-vertical-31 { padding-top: 31px !important; padding-bottom: 31px !important; }
.util-elevation-level-32 { box-shadow: 0 32px 64px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-32 { border-radius: 32px !important; }
.util-spacing-gap-32 { gap: 32px !important; }
.util-pad-vertical-32 { padding-top: 32px !important; padding-bottom: 32px !important; }
.util-elevation-level-33 { box-shadow: 0 33px 66px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-33 { border-radius: 33px !important; }
.util-spacing-gap-33 { gap: 33px !important; }
.util-pad-vertical-33 { padding-top: 33px !important; padding-bottom: 33px !important; }
.util-elevation-level-34 { box-shadow: 0 34px 68px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-34 { border-radius: 34px !important; }
.util-spacing-gap-34 { gap: 34px !important; }
.util-pad-vertical-34 { padding-top: 34px !important; padding-bottom: 34px !important; }
.util-elevation-level-35 { box-shadow: 0 35px 70px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-35 { border-radius: 35px !important; }
.util-spacing-gap-35 { gap: 35px !important; }
.util-pad-vertical-35 { padding-top: 35px !important; padding-bottom: 35px !important; }
.util-elevation-level-36 { box-shadow: 0 36px 72px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-36 { border-radius: 36px !important; }
.util-spacing-gap-36 { gap: 36px !important; }
.util-pad-vertical-36 { padding-top: 36px !important; padding-bottom: 36px !important; }
.util-elevation-level-37 { box-shadow: 0 37px 74px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-37 { border-radius: 37px !important; }
.util-spacing-gap-37 { gap: 37px !important; }
.util-pad-vertical-37 { padding-top: 37px !important; padding-bottom: 37px !important; }
.util-elevation-level-38 { box-shadow: 0 38px 76px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-38 { border-radius: 38px !important; }
.util-spacing-gap-38 { gap: 38px !important; }
.util-pad-vertical-38 { padding-top: 38px !important; padding-bottom: 38px !important; }
.util-elevation-level-39 { box-shadow: 0 39px 78px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-39 { border-radius: 39px !important; }
.util-spacing-gap-39 { gap: 39px !important; }
.util-pad-vertical-39 { padding-top: 39px !important; padding-bottom: 39px !important; }
.util-elevation-level-40 { box-shadow: 0 40px 80px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-40 { border-radius: 40px !important; }
.util-spacing-gap-40 { gap: 40px !important; }
.util-pad-vertical-40 { padding-top: 40px !important; padding-bottom: 40px !important; }
.util-elevation-level-41 { box-shadow: 0 41px 82px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-41 { border-radius: 41px !important; }
.util-spacing-gap-41 { gap: 41px !important; }
.util-pad-vertical-41 { padding-top: 41px !important; padding-bottom: 41px !important; }
.util-elevation-level-42 { box-shadow: 0 42px 84px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-42 { border-radius: 42px !important; }
.util-spacing-gap-42 { gap: 42px !important; }
.util-pad-vertical-42 { padding-top: 42px !important; padding-bottom: 42px !important; }
.util-elevation-level-43 { box-shadow: 0 43px 86px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-43 { border-radius: 43px !important; }
.util-spacing-gap-43 { gap: 43px !important; }
.util-pad-vertical-43 { padding-top: 43px !important; padding-bottom: 43px !important; }
.util-elevation-level-44 { box-shadow: 0 44px 88px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-44 { border-radius: 44px !important; }
.util-spacing-gap-44 { gap: 44px !important; }
.util-pad-vertical-44 { padding-top: 44px !important; padding-bottom: 44px !important; }
.util-elevation-level-45 { box-shadow: 0 45px 90px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-45 { border-radius: 45px !important; }
.util-spacing-gap-45 { gap: 45px !important; }
.util-pad-vertical-45 { padding-top: 45px !important; padding-bottom: 45px !important; }
.util-elevation-level-46 { box-shadow: 0 46px 92px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-46 { border-radius: 46px !important; }
.util-spacing-gap-46 { gap: 46px !important; }
.util-pad-vertical-46 { padding-top: 46px !important; padding-bottom: 46px !important; }
.util-elevation-level-47 { box-shadow: 0 47px 94px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-47 { border-radius: 47px !important; }
.util-spacing-gap-47 { gap: 47px !important; }
.util-pad-vertical-47 { padding-top: 47px !important; padding-bottom: 47px !important; }
.util-elevation-level-48 { box-shadow: 0 48px 96px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-48 { border-radius: 48px !important; }
.util-spacing-gap-48 { gap: 48px !important; }
.util-pad-vertical-48 { padding-top: 48px !important; padding-bottom: 48px !important; }
.util-elevation-level-49 { box-shadow: 0 49px 98px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-49 { border-radius: 49px !important; }
.util-spacing-gap-49 { gap: 49px !important; }
.util-pad-vertical-49 { padding-top: 49px !important; padding-bottom: 49px !important; }
.util-elevation-level-50 { box-shadow: 0 50px 100px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-50 { border-radius: 50px !important; }
.util-spacing-gap-50 { gap: 50px !important; }
.util-pad-vertical-50 { padding-top: 50px !important; padding-bottom: 50px !important; }
.util-elevation-level-51 { box-shadow: 0 51px 102px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-51 { border-radius: 51px !important; }
.util-spacing-gap-51 { gap: 51px !important; }
.util-pad-vertical-51 { padding-top: 51px !important; padding-bottom: 51px !important; }
.util-elevation-level-52 { box-shadow: 0 52px 104px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-52 { border-radius: 52px !important; }
.util-spacing-gap-52 { gap: 52px !important; }
.util-pad-vertical-52 { padding-top: 52px !important; padding-bottom: 52px !important; }
.util-elevation-level-53 { box-shadow: 0 53px 106px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-53 { border-radius: 53px !important; }
.util-spacing-gap-53 { gap: 53px !important; }
.util-pad-vertical-53 { padding-top: 53px !important; padding-bottom: 53px !important; }
.util-elevation-level-54 { box-shadow: 0 54px 108px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-54 { border-radius: 54px !important; }
.util-spacing-gap-54 { gap: 54px !important; }
.util-pad-vertical-54 { padding-top: 54px !important; padding-bottom: 54px !important; }
.util-elevation-level-55 { box-shadow: 0 55px 110px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-55 { border-radius: 55px !important; }
.util-spacing-gap-55 { gap: 55px !important; }
.util-pad-vertical-55 { padding-top: 55px !important; padding-bottom: 55px !important; }
.util-elevation-level-56 { box-shadow: 0 56px 112px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-56 { border-radius: 56px !important; }
.util-spacing-gap-56 { gap: 56px !important; }
.util-pad-vertical-56 { padding-top: 56px !important; padding-bottom: 56px !important; }
.util-elevation-level-57 { box-shadow: 0 57px 114px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-57 { border-radius: 57px !important; }
.util-spacing-gap-57 { gap: 57px !important; }
.util-pad-vertical-57 { padding-top: 57px !important; padding-bottom: 57px !important; }
.util-elevation-level-58 { box-shadow: 0 58px 116px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-58 { border-radius: 58px !important; }
.util-spacing-gap-58 { gap: 58px !important; }
.util-pad-vertical-58 { padding-top: 58px !important; padding-bottom: 58px !important; }
.util-elevation-level-59 { box-shadow: 0 59px 118px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-59 { border-radius: 59px !important; }
.util-spacing-gap-59 { gap: 59px !important; }
.util-pad-vertical-59 { padding-top: 59px !important; padding-bottom: 59px !important; }
.util-elevation-level-60 { box-shadow: 0 60px 120px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-60 { border-radius: 60px !important; }
.util-spacing-gap-60 { gap: 60px !important; }
.util-pad-vertical-60 { padding-top: 60px !important; padding-bottom: 60px !important; }
.util-elevation-level-61 { box-shadow: 0 61px 122px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-61 { border-radius: 61px !important; }
.util-spacing-gap-61 { gap: 61px !important; }
.util-pad-vertical-61 { padding-top: 61px !important; padding-bottom: 61px !important; }
.util-elevation-level-62 { box-shadow: 0 62px 124px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-62 { border-radius: 62px !important; }
.util-spacing-gap-62 { gap: 62px !important; }
.util-pad-vertical-62 { padding-top: 62px !important; padding-bottom: 62px !important; }
.util-elevation-level-63 { box-shadow: 0 63px 126px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-63 { border-radius: 63px !important; }
.util-spacing-gap-63 { gap: 63px !important; }
.util-pad-vertical-63 { padding-top: 63px !important; padding-bottom: 63px !important; }
.util-elevation-level-64 { box-shadow: 0 64px 128px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-64 { border-radius: 64px !important; }
.util-spacing-gap-64 { gap: 64px !important; }
.util-pad-vertical-64 { padding-top: 64px !important; padding-bottom: 64px !important; }
.util-elevation-level-65 { box-shadow: 0 65px 130px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-65 { border-radius: 65px !important; }
.util-spacing-gap-65 { gap: 65px !important; }
.util-pad-vertical-65 { padding-top: 65px !important; padding-bottom: 65px !important; }
.util-elevation-level-66 { box-shadow: 0 66px 132px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-66 { border-radius: 66px !important; }
.util-spacing-gap-66 { gap: 66px !important; }
.util-pad-vertical-66 { padding-top: 66px !important; padding-bottom: 66px !important; }
.util-elevation-level-67 { box-shadow: 0 67px 134px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-67 { border-radius: 67px !important; }
.util-spacing-gap-67 { gap: 67px !important; }
.util-pad-vertical-67 { padding-top: 67px !important; padding-bottom: 67px !important; }
.util-elevation-level-68 { box-shadow: 0 68px 136px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-68 { border-radius: 68px !important; }
.util-spacing-gap-68 { gap: 68px !important; }
.util-pad-vertical-68 { padding-top: 68px !important; padding-bottom: 68px !important; }
.util-elevation-level-69 { box-shadow: 0 69px 138px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-69 { border-radius: 69px !important; }
.util-spacing-gap-69 { gap: 69px !important; }
.util-pad-vertical-69 { padding-top: 69px !important; padding-bottom: 69px !important; }
.util-elevation-level-70 { box-shadow: 0 70px 140px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-70 { border-radius: 70px !important; }
.util-spacing-gap-70 { gap: 70px !important; }
.util-pad-vertical-70 { padding-top: 70px !important; padding-bottom: 70px !important; }
.util-elevation-level-71 { box-shadow: 0 71px 142px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-71 { border-radius: 71px !important; }
.util-spacing-gap-71 { gap: 71px !important; }
.util-pad-vertical-71 { padding-top: 71px !important; padding-bottom: 71px !important; }
.util-elevation-level-72 { box-shadow: 0 72px 144px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-72 { border-radius: 72px !important; }
.util-spacing-gap-72 { gap: 72px !important; }
.util-pad-vertical-72 { padding-top: 72px !important; padding-bottom: 72px !important; }
.util-elevation-level-73 { box-shadow: 0 73px 146px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-73 { border-radius: 73px !important; }
.util-spacing-gap-73 { gap: 73px !important; }
.util-pad-vertical-73 { padding-top: 73px !important; padding-bottom: 73px !important; }
.util-elevation-level-74 { box-shadow: 0 74px 148px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-74 { border-radius: 74px !important; }
.util-spacing-gap-74 { gap: 74px !important; }
.util-pad-vertical-74 { padding-top: 74px !important; padding-bottom: 74px !important; }
.util-elevation-level-75 { box-shadow: 0 75px 150px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-75 { border-radius: 75px !important; }
.util-spacing-gap-75 { gap: 75px !important; }
.util-pad-vertical-75 { padding-top: 75px !important; padding-bottom: 75px !important; }
.util-elevation-level-76 { box-shadow: 0 76px 152px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-76 { border-radius: 76px !important; }
.util-spacing-gap-76 { gap: 76px !important; }
.util-pad-vertical-76 { padding-top: 76px !important; padding-bottom: 76px !important; }
.util-elevation-level-77 { box-shadow: 0 77px 154px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-77 { border-radius: 77px !important; }
.util-spacing-gap-77 { gap: 77px !important; }
.util-pad-vertical-77 { padding-top: 77px !important; padding-bottom: 77px !important; }
.util-elevation-level-78 { box-shadow: 0 78px 156px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-78 { border-radius: 78px !important; }
.util-spacing-gap-78 { gap: 78px !important; }
.util-pad-vertical-78 { padding-top: 78px !important; padding-bottom: 78px !important; }
.util-elevation-level-79 { box-shadow: 0 79px 158px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-79 { border-radius: 79px !important; }
.util-spacing-gap-79 { gap: 79px !important; }
.util-pad-vertical-79 { padding-top: 79px !important; padding-bottom: 79px !important; }
.util-elevation-level-80 { box-shadow: 0 80px 160px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-80 { border-radius: 80px !important; }
.util-spacing-gap-80 { gap: 80px !important; }
.util-pad-vertical-80 { padding-top: 80px !important; padding-bottom: 80px !important; }
.util-elevation-level-81 { box-shadow: 0 81px 162px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-81 { border-radius: 81px !important; }
.util-spacing-gap-81 { gap: 81px !important; }
.util-pad-vertical-81 { padding-top: 81px !important; padding-bottom: 81px !important; }
.util-elevation-level-82 { box-shadow: 0 82px 164px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-82 { border-radius: 82px !important; }
.util-spacing-gap-82 { gap: 82px !important; }
.util-pad-vertical-82 { padding-top: 82px !important; padding-bottom: 82px !important; }
.util-elevation-level-83 { box-shadow: 0 83px 166px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-83 { border-radius: 83px !important; }
.util-spacing-gap-83 { gap: 83px !important; }
.util-pad-vertical-83 { padding-top: 83px !important; padding-bottom: 83px !important; }
.util-elevation-level-84 { box-shadow: 0 84px 168px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-84 { border-radius: 84px !important; }
.util-spacing-gap-84 { gap: 84px !important; }
.util-pad-vertical-84 { padding-top: 84px !important; padding-bottom: 84px !important; }
.util-elevation-level-85 { box-shadow: 0 85px 170px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-85 { border-radius: 85px !important; }
.util-spacing-gap-85 { gap: 85px !important; }
.util-pad-vertical-85 { padding-top: 85px !important; padding-bottom: 85px !important; }
.util-elevation-level-86 { box-shadow: 0 86px 172px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-86 { border-radius: 86px !important; }
.util-spacing-gap-86 { gap: 86px !important; }
.util-pad-vertical-86 { padding-top: 86px !important; padding-bottom: 86px !important; }
.util-elevation-level-87 { box-shadow: 0 87px 174px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-87 { border-radius: 87px !important; }
.util-spacing-gap-87 { gap: 87px !important; }
.util-pad-vertical-87 { padding-top: 87px !important; padding-bottom: 87px !important; }
.util-elevation-level-88 { box-shadow: 0 88px 176px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-88 { border-radius: 88px !important; }
.util-spacing-gap-88 { gap: 88px !important; }
.util-pad-vertical-88 { padding-top: 88px !important; padding-bottom: 88px !important; }
.util-elevation-level-89 { box-shadow: 0 89px 178px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-89 { border-radius: 89px !important; }
.util-spacing-gap-89 { gap: 89px !important; }
.util-pad-vertical-89 { padding-top: 89px !important; padding-bottom: 89px !important; }
.util-elevation-level-90 { box-shadow: 0 90px 180px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-90 { border-radius: 90px !important; }
.util-spacing-gap-90 { gap: 90px !important; }
.util-pad-vertical-90 { padding-top: 90px !important; padding-bottom: 90px !important; }
.util-elevation-level-91 { box-shadow: 0 91px 182px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-91 { border-radius: 91px !important; }
.util-spacing-gap-91 { gap: 91px !important; }
.util-pad-vertical-91 { padding-top: 91px !important; padding-bottom: 91px !important; }
.util-elevation-level-92 { box-shadow: 0 92px 184px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-92 { border-radius: 92px !important; }
.util-spacing-gap-92 { gap: 92px !important; }
.util-pad-vertical-92 { padding-top: 92px !important; padding-bottom: 92px !important; }
.util-elevation-level-93 { box-shadow: 0 93px 186px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-93 { border-radius: 93px !important; }
.util-spacing-gap-93 { gap: 93px !important; }
.util-pad-vertical-93 { padding-top: 93px !important; padding-bottom: 93px !important; }
.util-elevation-level-94 { box-shadow: 0 94px 188px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-94 { border-radius: 94px !important; }
.util-spacing-gap-94 { gap: 94px !important; }
.util-pad-vertical-94 { padding-top: 94px !important; padding-bottom: 94px !important; }
.util-elevation-level-95 { box-shadow: 0 95px 190px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-95 { border-radius: 95px !important; }
.util-spacing-gap-95 { gap: 95px !important; }
.util-pad-vertical-95 { padding-top: 95px !important; padding-bottom: 95px !important; }
.util-elevation-level-96 { box-shadow: 0 96px 192px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-96 { border-radius: 96px !important; }
.util-spacing-gap-96 { gap: 96px !important; }
.util-pad-vertical-96 { padding-top: 96px !important; padding-bottom: 96px !important; }
.util-elevation-level-97 { box-shadow: 0 97px 194px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-97 { border-radius: 97px !important; }
.util-spacing-gap-97 { gap: 97px !important; }
.util-pad-vertical-97 { padding-top: 97px !important; padding-bottom: 97px !important; }
.util-elevation-level-98 { box-shadow: 0 98px 196px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-98 { border-radius: 98px !important; }
.util-spacing-gap-98 { gap: 98px !important; }
.util-pad-vertical-98 { padding-top: 98px !important; padding-bottom: 98px !important; }
.util-elevation-level-99 { box-shadow: 0 99px 198px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-99 { border-radius: 99px !important; }
.util-spacing-gap-99 { gap: 99px !important; }
.util-pad-vertical-99 { padding-top: 99px !important; padding-bottom: 99px !important; }
.util-elevation-level-100 { box-shadow: 0 100px 200px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-100 { border-radius: 100px !important; }
.util-spacing-gap-100 { gap: 100px !important; }
.util-pad-vertical-100 { padding-top: 100px !important; padding-bottom: 100px !important; }
.util-elevation-level-101 { box-shadow: 0 101px 202px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-101 { border-radius: 101px !important; }
.util-spacing-gap-101 { gap: 101px !important; }
.util-pad-vertical-101 { padding-top: 101px !important; padding-bottom: 101px !important; }
.util-elevation-level-102 { box-shadow: 0 102px 204px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-102 { border-radius: 102px !important; }
.util-spacing-gap-102 { gap: 102px !important; }
.util-pad-vertical-102 { padding-top: 102px !important; padding-bottom: 102px !important; }
.util-elevation-level-103 { box-shadow: 0 103px 206px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-103 { border-radius: 103px !important; }
.util-spacing-gap-103 { gap: 103px !important; }
.util-pad-vertical-103 { padding-top: 103px !important; padding-bottom: 103px !important; }
.util-elevation-level-104 { box-shadow: 0 104px 208px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-104 { border-radius: 104px !important; }
.util-spacing-gap-104 { gap: 104px !important; }
.util-pad-vertical-104 { padding-top: 104px !important; padding-bottom: 104px !important; }
.util-elevation-level-105 { box-shadow: 0 105px 210px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-105 { border-radius: 105px !important; }
.util-spacing-gap-105 { gap: 105px !important; }
.util-pad-vertical-105 { padding-top: 105px !important; padding-bottom: 105px !important; }
.util-elevation-level-106 { box-shadow: 0 106px 212px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-106 { border-radius: 106px !important; }
.util-spacing-gap-106 { gap: 106px !important; }
.util-pad-vertical-106 { padding-top: 106px !important; padding-bottom: 106px !important; }
.util-elevation-level-107 { box-shadow: 0 107px 214px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-107 { border-radius: 107px !important; }
.util-spacing-gap-107 { gap: 107px !important; }
.util-pad-vertical-107 { padding-top: 107px !important; padding-bottom: 107px !important; }
.util-elevation-level-108 { box-shadow: 0 108px 216px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-108 { border-radius: 108px !important; }
.util-spacing-gap-108 { gap: 108px !important; }
.util-pad-vertical-108 { padding-top: 108px !important; padding-bottom: 108px !important; }
.util-elevation-level-109 { box-shadow: 0 109px 218px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-109 { border-radius: 109px !important; }
.util-spacing-gap-109 { gap: 109px !important; }
.util-pad-vertical-109 { padding-top: 109px !important; padding-bottom: 109px !important; }
.util-elevation-level-110 { box-shadow: 0 110px 220px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-110 { border-radius: 110px !important; }
.util-spacing-gap-110 { gap: 110px !important; }
.util-pad-vertical-110 { padding-top: 110px !important; padding-bottom: 110px !important; }
.util-elevation-level-111 { box-shadow: 0 111px 222px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-111 { border-radius: 111px !important; }
.util-spacing-gap-111 { gap: 111px !important; }
.util-pad-vertical-111 { padding-top: 111px !important; padding-bottom: 111px !important; }
.util-elevation-level-112 { box-shadow: 0 112px 224px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-112 { border-radius: 112px !important; }
.util-spacing-gap-112 { gap: 112px !important; }
.util-pad-vertical-112 { padding-top: 112px !important; padding-bottom: 112px !important; }
.util-elevation-level-113 { box-shadow: 0 113px 226px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-113 { border-radius: 113px !important; }
.util-spacing-gap-113 { gap: 113px !important; }
.util-pad-vertical-113 { padding-top: 113px !important; padding-bottom: 113px !important; }
.util-elevation-level-114 { box-shadow: 0 114px 228px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-114 { border-radius: 114px !important; }
.util-spacing-gap-114 { gap: 114px !important; }
.util-pad-vertical-114 { padding-top: 114px !important; padding-bottom: 114px !important; }
.util-elevation-level-115 { box-shadow: 0 115px 230px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-115 { border-radius: 115px !important; }
.util-spacing-gap-115 { gap: 115px !important; }
.util-pad-vertical-115 { padding-top: 115px !important; padding-bottom: 115px !important; }
.util-elevation-level-116 { box-shadow: 0 116px 232px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-116 { border-radius: 116px !important; }
.util-spacing-gap-116 { gap: 116px !important; }
.util-pad-vertical-116 { padding-top: 116px !important; padding-bottom: 116px !important; }
.util-elevation-level-117 { box-shadow: 0 117px 234px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-117 { border-radius: 117px !important; }
.util-spacing-gap-117 { gap: 117px !important; }
.util-pad-vertical-117 { padding-top: 117px !important; padding-bottom: 117px !important; }
.util-elevation-level-118 { box-shadow: 0 118px 236px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-118 { border-radius: 118px !important; }
.util-spacing-gap-118 { gap: 118px !important; }
.util-pad-vertical-118 { padding-top: 118px !important; padding-bottom: 118px !important; }
.util-elevation-level-119 { box-shadow: 0 119px 238px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-119 { border-radius: 119px !important; }
.util-spacing-gap-119 { gap: 119px !important; }
.util-pad-vertical-119 { padding-top: 119px !important; padding-bottom: 119px !important; }
.util-elevation-level-120 { box-shadow: 0 120px 240px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-120 { border-radius: 120px !important; }
.util-spacing-gap-120 { gap: 120px !important; }
.util-pad-vertical-120 { padding-top: 120px !important; padding-bottom: 120px !important; }
.util-elevation-level-121 { box-shadow: 0 121px 242px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-121 { border-radius: 121px !important; }
.util-spacing-gap-121 { gap: 121px !important; }
.util-pad-vertical-121 { padding-top: 121px !important; padding-bottom: 121px !important; }
.util-elevation-level-122 { box-shadow: 0 122px 244px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-122 { border-radius: 122px !important; }
.util-spacing-gap-122 { gap: 122px !important; }
.util-pad-vertical-122 { padding-top: 122px !important; padding-bottom: 122px !important; }
.util-elevation-level-123 { box-shadow: 0 123px 246px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-123 { border-radius: 123px !important; }
.util-spacing-gap-123 { gap: 123px !important; }
.util-pad-vertical-123 { padding-top: 123px !important; padding-bottom: 123px !important; }
.util-elevation-level-124 { box-shadow: 0 124px 248px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-124 { border-radius: 124px !important; }
.util-spacing-gap-124 { gap: 124px !important; }
.util-pad-vertical-124 { padding-top: 124px !important; padding-bottom: 124px !important; }
.util-elevation-level-125 { box-shadow: 0 125px 250px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-125 { border-radius: 125px !important; }
.util-spacing-gap-125 { gap: 125px !important; }
.util-pad-vertical-125 { padding-top: 125px !important; padding-bottom: 125px !important; }
.util-elevation-level-126 { box-shadow: 0 126px 252px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-126 { border-radius: 126px !important; }
.util-spacing-gap-126 { gap: 126px !important; }
.util-pad-vertical-126 { padding-top: 126px !important; padding-bottom: 126px !important; }
.util-elevation-level-127 { box-shadow: 0 127px 254px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-127 { border-radius: 127px !important; }
.util-spacing-gap-127 { gap: 127px !important; }
.util-pad-vertical-127 { padding-top: 127px !important; padding-bottom: 127px !important; }
.util-elevation-level-128 { box-shadow: 0 128px 256px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-128 { border-radius: 128px !important; }
.util-spacing-gap-128 { gap: 128px !important; }
.util-pad-vertical-128 { padding-top: 128px !important; padding-bottom: 128px !important; }
.util-elevation-level-129 { box-shadow: 0 129px 258px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-129 { border-radius: 129px !important; }
.util-spacing-gap-129 { gap: 129px !important; }
.util-pad-vertical-129 { padding-top: 129px !important; padding-bottom: 129px !important; }
.util-elevation-level-130 { box-shadow: 0 130px 260px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-130 { border-radius: 130px !important; }
.util-spacing-gap-130 { gap: 130px !important; }
.util-pad-vertical-130 { padding-top: 130px !important; padding-bottom: 130px !important; }
.util-elevation-level-131 { box-shadow: 0 131px 262px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-131 { border-radius: 131px !important; }
.util-spacing-gap-131 { gap: 131px !important; }
.util-pad-vertical-131 { padding-top: 131px !important; padding-bottom: 131px !important; }
.util-elevation-level-132 { box-shadow: 0 132px 264px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-132 { border-radius: 132px !important; }
.util-spacing-gap-132 { gap: 132px !important; }
.util-pad-vertical-132 { padding-top: 132px !important; padding-bottom: 132px !important; }
.util-elevation-level-133 { box-shadow: 0 133px 266px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-133 { border-radius: 133px !important; }
.util-spacing-gap-133 { gap: 133px !important; }
.util-pad-vertical-133 { padding-top: 133px !important; padding-bottom: 133px !important; }
.util-elevation-level-134 { box-shadow: 0 134px 268px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-134 { border-radius: 134px !important; }
.util-spacing-gap-134 { gap: 134px !important; }
.util-pad-vertical-134 { padding-top: 134px !important; padding-bottom: 134px !important; }
.util-elevation-level-135 { box-shadow: 0 135px 270px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-135 { border-radius: 135px !important; }
.util-spacing-gap-135 { gap: 135px !important; }
.util-pad-vertical-135 { padding-top: 135px !important; padding-bottom: 135px !important; }
.util-elevation-level-136 { box-shadow: 0 136px 272px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-136 { border-radius: 136px !important; }
.util-spacing-gap-136 { gap: 136px !important; }
.util-pad-vertical-136 { padding-top: 136px !important; padding-bottom: 136px !important; }
.util-elevation-level-137 { box-shadow: 0 137px 274px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-137 { border-radius: 137px !important; }
.util-spacing-gap-137 { gap: 137px !important; }
.util-pad-vertical-137 { padding-top: 137px !important; padding-bottom: 137px !important; }
.util-elevation-level-138 { box-shadow: 0 138px 276px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-138 { border-radius: 138px !important; }
.util-spacing-gap-138 { gap: 138px !important; }
.util-pad-vertical-138 { padding-top: 138px !important; padding-bottom: 138px !important; }
.util-elevation-level-139 { box-shadow: 0 139px 278px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-139 { border-radius: 139px !important; }
.util-spacing-gap-139 { gap: 139px !important; }
.util-pad-vertical-139 { padding-top: 139px !important; padding-bottom: 139px !important; }
.util-elevation-level-140 { box-shadow: 0 140px 280px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-140 { border-radius: 140px !important; }
.util-spacing-gap-140 { gap: 140px !important; }
.util-pad-vertical-140 { padding-top: 140px !important; padding-bottom: 140px !important; }
.util-elevation-level-141 { box-shadow: 0 141px 282px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-141 { border-radius: 141px !important; }
.util-spacing-gap-141 { gap: 141px !important; }
.util-pad-vertical-141 { padding-top: 141px !important; padding-bottom: 141px !important; }
.util-elevation-level-142 { box-shadow: 0 142px 284px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-142 { border-radius: 142px !important; }
.util-spacing-gap-142 { gap: 142px !important; }
.util-pad-vertical-142 { padding-top: 142px !important; padding-bottom: 142px !important; }
.util-elevation-level-143 { box-shadow: 0 143px 286px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-143 { border-radius: 143px !important; }
.util-spacing-gap-143 { gap: 143px !important; }
.util-pad-vertical-143 { padding-top: 143px !important; padding-bottom: 143px !important; }
.util-elevation-level-144 { box-shadow: 0 144px 288px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-144 { border-radius: 144px !important; }
.util-spacing-gap-144 { gap: 144px !important; }
.util-pad-vertical-144 { padding-top: 144px !important; padding-bottom: 144px !important; }
.util-elevation-level-145 { box-shadow: 0 145px 290px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-145 { border-radius: 145px !important; }
.util-spacing-gap-145 { gap: 145px !important; }
.util-pad-vertical-145 { padding-top: 145px !important; padding-bottom: 145px !important; }
.util-elevation-level-146 { box-shadow: 0 146px 292px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-146 { border-radius: 146px !important; }
.util-spacing-gap-146 { gap: 146px !important; }
.util-pad-vertical-146 { padding-top: 146px !important; padding-bottom: 146px !important; }
.util-elevation-level-147 { box-shadow: 0 147px 294px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-147 { border-radius: 147px !important; }
.util-spacing-gap-147 { gap: 147px !important; }
.util-pad-vertical-147 { padding-top: 147px !important; padding-bottom: 147px !important; }
.util-elevation-level-148 { box-shadow: 0 148px 296px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-148 { border-radius: 148px !important; }
.util-spacing-gap-148 { gap: 148px !important; }
.util-pad-vertical-148 { padding-top: 148px !important; padding-bottom: 148px !important; }
.util-elevation-level-149 { box-shadow: 0 149px 298px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-149 { border-radius: 149px !important; }
.util-spacing-gap-149 { gap: 149px !important; }
.util-pad-vertical-149 { padding-top: 149px !important; padding-bottom: 149px !important; }
.util-elevation-level-150 { box-shadow: 0 150px 300px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-150 { border-radius: 150px !important; }
.util-spacing-gap-150 { gap: 150px !important; }
.util-pad-vertical-150 { padding-top: 150px !important; padding-bottom: 150px !important; }
.util-elevation-level-151 { box-shadow: 0 151px 302px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-151 { border-radius: 151px !important; }
.util-spacing-gap-151 { gap: 151px !important; }
.util-pad-vertical-151 { padding-top: 151px !important; padding-bottom: 151px !important; }
.util-elevation-level-152 { box-shadow: 0 152px 304px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-152 { border-radius: 152px !important; }
.util-spacing-gap-152 { gap: 152px !important; }
.util-pad-vertical-152 { padding-top: 152px !important; padding-bottom: 152px !important; }
.util-elevation-level-153 { box-shadow: 0 153px 306px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-153 { border-radius: 153px !important; }
.util-spacing-gap-153 { gap: 153px !important; }
.util-pad-vertical-153 { padding-top: 153px !important; padding-bottom: 153px !important; }
.util-elevation-level-154 { box-shadow: 0 154px 308px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-154 { border-radius: 154px !important; }
.util-spacing-gap-154 { gap: 154px !important; }
.util-pad-vertical-154 { padding-top: 154px !important; padding-bottom: 154px !important; }
.util-elevation-level-155 { box-shadow: 0 155px 310px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-155 { border-radius: 155px !important; }
.util-spacing-gap-155 { gap: 155px !important; }
.util-pad-vertical-155 { padding-top: 155px !important; padding-bottom: 155px !important; }
.util-elevation-level-156 { box-shadow: 0 156px 312px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-156 { border-radius: 156px !important; }
.util-spacing-gap-156 { gap: 156px !important; }
.util-pad-vertical-156 { padding-top: 156px !important; padding-bottom: 156px !important; }
.util-elevation-level-157 { box-shadow: 0 157px 314px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-157 { border-radius: 157px !important; }
.util-spacing-gap-157 { gap: 157px !important; }
.util-pad-vertical-157 { padding-top: 157px !important; padding-bottom: 157px !important; }
.util-elevation-level-158 { box-shadow: 0 158px 316px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-158 { border-radius: 158px !important; }
.util-spacing-gap-158 { gap: 158px !important; }
.util-pad-vertical-158 { padding-top: 158px !important; padding-bottom: 158px !important; }
.util-elevation-level-159 { box-shadow: 0 159px 318px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-159 { border-radius: 159px !important; }
.util-spacing-gap-159 { gap: 159px !important; }
.util-pad-vertical-159 { padding-top: 159px !important; padding-bottom: 159px !important; }
.util-elevation-level-160 { box-shadow: 0 160px 320px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-160 { border-radius: 160px !important; }
.util-spacing-gap-160 { gap: 160px !important; }
.util-pad-vertical-160 { padding-top: 160px !important; padding-bottom: 160px !important; }
.util-elevation-level-161 { box-shadow: 0 161px 322px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-161 { border-radius: 161px !important; }
.util-spacing-gap-161 { gap: 161px !important; }
.util-pad-vertical-161 { padding-top: 161px !important; padding-bottom: 161px !important; }
.util-elevation-level-162 { box-shadow: 0 162px 324px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-162 { border-radius: 162px !important; }
.util-spacing-gap-162 { gap: 162px !important; }
.util-pad-vertical-162 { padding-top: 162px !important; padding-bottom: 162px !important; }
.util-elevation-level-163 { box-shadow: 0 163px 326px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-163 { border-radius: 163px !important; }
.util-spacing-gap-163 { gap: 163px !important; }
.util-pad-vertical-163 { padding-top: 163px !important; padding-bottom: 163px !important; }
.util-elevation-level-164 { box-shadow: 0 164px 328px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-164 { border-radius: 164px !important; }
.util-spacing-gap-164 { gap: 164px !important; }
.util-pad-vertical-164 { padding-top: 164px !important; padding-bottom: 164px !important; }
.util-elevation-level-165 { box-shadow: 0 165px 330px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-165 { border-radius: 165px !important; }
.util-spacing-gap-165 { gap: 165px !important; }
.util-pad-vertical-165 { padding-top: 165px !important; padding-bottom: 165px !important; }
.util-elevation-level-166 { box-shadow: 0 166px 332px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-166 { border-radius: 166px !important; }
.util-spacing-gap-166 { gap: 166px !important; }
.util-pad-vertical-166 { padding-top: 166px !important; padding-bottom: 166px !important; }
.util-elevation-level-167 { box-shadow: 0 167px 334px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-167 { border-radius: 167px !important; }
.util-spacing-gap-167 { gap: 167px !important; }
.util-pad-vertical-167 { padding-top: 167px !important; padding-bottom: 167px !important; }
.util-elevation-level-168 { box-shadow: 0 168px 336px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-168 { border-radius: 168px !important; }
.util-spacing-gap-168 { gap: 168px !important; }
.util-pad-vertical-168 { padding-top: 168px !important; padding-bottom: 168px !important; }
.util-elevation-level-169 { box-shadow: 0 169px 338px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-169 { border-radius: 169px !important; }
.util-spacing-gap-169 { gap: 169px !important; }
.util-pad-vertical-169 { padding-top: 169px !important; padding-bottom: 169px !important; }
.util-elevation-level-170 { box-shadow: 0 170px 340px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-170 { border-radius: 170px !important; }
.util-spacing-gap-170 { gap: 170px !important; }
.util-pad-vertical-170 { padding-top: 170px !important; padding-bottom: 170px !important; }
.util-elevation-level-171 { box-shadow: 0 171px 342px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-171 { border-radius: 171px !important; }
.util-spacing-gap-171 { gap: 171px !important; }
.util-pad-vertical-171 { padding-top: 171px !important; padding-bottom: 171px !important; }
.util-elevation-level-172 { box-shadow: 0 172px 344px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-172 { border-radius: 172px !important; }
.util-spacing-gap-172 { gap: 172px !important; }
.util-pad-vertical-172 { padding-top: 172px !important; padding-bottom: 172px !important; }
.util-elevation-level-173 { box-shadow: 0 173px 346px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-173 { border-radius: 173px !important; }
.util-spacing-gap-173 { gap: 173px !important; }
.util-pad-vertical-173 { padding-top: 173px !important; padding-bottom: 173px !important; }
.util-elevation-level-174 { box-shadow: 0 174px 348px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-174 { border-radius: 174px !important; }
.util-spacing-gap-174 { gap: 174px !important; }
.util-pad-vertical-174 { padding-top: 174px !important; padding-bottom: 174px !important; }
.util-elevation-level-175 { box-shadow: 0 175px 350px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-175 { border-radius: 175px !important; }
.util-spacing-gap-175 { gap: 175px !important; }
.util-pad-vertical-175 { padding-top: 175px !important; padding-bottom: 175px !important; }
.util-elevation-level-176 { box-shadow: 0 176px 352px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-176 { border-radius: 176px !important; }
.util-spacing-gap-176 { gap: 176px !important; }
.util-pad-vertical-176 { padding-top: 176px !important; padding-bottom: 176px !important; }
.util-elevation-level-177 { box-shadow: 0 177px 354px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-177 { border-radius: 177px !important; }
.util-spacing-gap-177 { gap: 177px !important; }
.util-pad-vertical-177 { padding-top: 177px !important; padding-bottom: 177px !important; }
.util-elevation-level-178 { box-shadow: 0 178px 356px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-178 { border-radius: 178px !important; }
.util-spacing-gap-178 { gap: 178px !important; }
.util-pad-vertical-178 { padding-top: 178px !important; padding-bottom: 178px !important; }
.util-elevation-level-179 { box-shadow: 0 179px 358px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-179 { border-radius: 179px !important; }
.util-spacing-gap-179 { gap: 179px !important; }
.util-pad-vertical-179 { padding-top: 179px !important; padding-bottom: 179px !important; }
.util-elevation-level-180 { box-shadow: 0 180px 360px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-180 { border-radius: 180px !important; }
.util-spacing-gap-180 { gap: 180px !important; }
.util-pad-vertical-180 { padding-top: 180px !important; padding-bottom: 180px !important; }
.util-elevation-level-181 { box-shadow: 0 181px 362px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-181 { border-radius: 181px !important; }
.util-spacing-gap-181 { gap: 181px !important; }
.util-pad-vertical-181 { padding-top: 181px !important; padding-bottom: 181px !important; }
.util-elevation-level-182 { box-shadow: 0 182px 364px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-182 { border-radius: 182px !important; }
.util-spacing-gap-182 { gap: 182px !important; }
.util-pad-vertical-182 { padding-top: 182px !important; padding-bottom: 182px !important; }
.util-elevation-level-183 { box-shadow: 0 183px 366px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-183 { border-radius: 183px !important; }
.util-spacing-gap-183 { gap: 183px !important; }
.util-pad-vertical-183 { padding-top: 183px !important; padding-bottom: 183px !important; }
.util-elevation-level-184 { box-shadow: 0 184px 368px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-184 { border-radius: 184px !important; }
.util-spacing-gap-184 { gap: 184px !important; }
.util-pad-vertical-184 { padding-top: 184px !important; padding-bottom: 184px !important; }
.util-elevation-level-185 { box-shadow: 0 185px 370px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-185 { border-radius: 185px !important; }
.util-spacing-gap-185 { gap: 185px !important; }
.util-pad-vertical-185 { padding-top: 185px !important; padding-bottom: 185px !important; }
.util-elevation-level-186 { box-shadow: 0 186px 372px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-186 { border-radius: 186px !important; }
.util-spacing-gap-186 { gap: 186px !important; }
.util-pad-vertical-186 { padding-top: 186px !important; padding-bottom: 186px !important; }
.util-elevation-level-187 { box-shadow: 0 187px 374px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-187 { border-radius: 187px !important; }
.util-spacing-gap-187 { gap: 187px !important; }
.util-pad-vertical-187 { padding-top: 187px !important; padding-bottom: 187px !important; }
.util-elevation-level-188 { box-shadow: 0 188px 376px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-188 { border-radius: 188px !important; }
.util-spacing-gap-188 { gap: 188px !important; }
.util-pad-vertical-188 { padding-top: 188px !important; padding-bottom: 188px !important; }
.util-elevation-level-189 { box-shadow: 0 189px 378px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-189 { border-radius: 189px !important; }
.util-spacing-gap-189 { gap: 189px !important; }
.util-pad-vertical-189 { padding-top: 189px !important; padding-bottom: 189px !important; }
.util-elevation-level-190 { box-shadow: 0 190px 380px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-190 { border-radius: 190px !important; }
.util-spacing-gap-190 { gap: 190px !important; }
.util-pad-vertical-190 { padding-top: 190px !important; padding-bottom: 190px !important; }
.util-elevation-level-191 { box-shadow: 0 191px 382px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-191 { border-radius: 191px !important; }
.util-spacing-gap-191 { gap: 191px !important; }
.util-pad-vertical-191 { padding-top: 191px !important; padding-bottom: 191px !important; }
.util-elevation-level-192 { box-shadow: 0 192px 384px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-192 { border-radius: 192px !important; }
.util-spacing-gap-192 { gap: 192px !important; }
.util-pad-vertical-192 { padding-top: 192px !important; padding-bottom: 192px !important; }
.util-elevation-level-193 { box-shadow: 0 193px 386px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-193 { border-radius: 193px !important; }
.util-spacing-gap-193 { gap: 193px !important; }
.util-pad-vertical-193 { padding-top: 193px !important; padding-bottom: 193px !important; }
.util-elevation-level-194 { box-shadow: 0 194px 388px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-194 { border-radius: 194px !important; }
.util-spacing-gap-194 { gap: 194px !important; }
.util-pad-vertical-194 { padding-top: 194px !important; padding-bottom: 194px !important; }
.util-elevation-level-195 { box-shadow: 0 195px 390px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-195 { border-radius: 195px !important; }
.util-spacing-gap-195 { gap: 195px !important; }
.util-pad-vertical-195 { padding-top: 195px !important; padding-bottom: 195px !important; }
.util-elevation-level-196 { box-shadow: 0 196px 392px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-196 { border-radius: 196px !important; }
.util-spacing-gap-196 { gap: 196px !important; }
.util-pad-vertical-196 { padding-top: 196px !important; padding-bottom: 196px !important; }
.util-elevation-level-197 { box-shadow: 0 197px 394px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-197 { border-radius: 197px !important; }
.util-spacing-gap-197 { gap: 197px !important; }
.util-pad-vertical-197 { padding-top: 197px !important; padding-bottom: 197px !important; }
.util-elevation-level-198 { box-shadow: 0 198px 396px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-198 { border-radius: 198px !important; }
.util-spacing-gap-198 { gap: 198px !important; }
.util-pad-vertical-198 { padding-top: 198px !important; padding-bottom: 198px !important; }
.util-elevation-level-199 { box-shadow: 0 199px 398px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-199 { border-radius: 199px !important; }
.util-spacing-gap-199 { gap: 199px !important; }
.util-pad-vertical-199 { padding-top: 199px !important; padding-bottom: 199px !important; }
.util-elevation-level-200 { box-shadow: 0 200px 400px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-200 { border-radius: 200px !important; }
.util-spacing-gap-200 { gap: 200px !important; }
.util-pad-vertical-200 { padding-top: 200px !important; padding-bottom: 200px !important; }
.util-elevation-level-201 { box-shadow: 0 201px 402px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-201 { border-radius: 201px !important; }
.util-spacing-gap-201 { gap: 201px !important; }
.util-pad-vertical-201 { padding-top: 201px !important; padding-bottom: 201px !important; }
.util-elevation-level-202 { box-shadow: 0 202px 404px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-202 { border-radius: 202px !important; }
.util-spacing-gap-202 { gap: 202px !important; }
.util-pad-vertical-202 { padding-top: 202px !important; padding-bottom: 202px !important; }
.util-elevation-level-203 { box-shadow: 0 203px 406px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-203 { border-radius: 203px !important; }
.util-spacing-gap-203 { gap: 203px !important; }
.util-pad-vertical-203 { padding-top: 203px !important; padding-bottom: 203px !important; }
.util-elevation-level-204 { box-shadow: 0 204px 408px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-204 { border-radius: 204px !important; }
.util-spacing-gap-204 { gap: 204px !important; }
.util-pad-vertical-204 { padding-top: 204px !important; padding-bottom: 204px !important; }
.util-elevation-level-205 { box-shadow: 0 205px 410px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-205 { border-radius: 205px !important; }
.util-spacing-gap-205 { gap: 205px !important; }
.util-pad-vertical-205 { padding-top: 205px !important; padding-bottom: 205px !important; }
.util-elevation-level-206 { box-shadow: 0 206px 412px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-206 { border-radius: 206px !important; }
.util-spacing-gap-206 { gap: 206px !important; }
.util-pad-vertical-206 { padding-top: 206px !important; padding-bottom: 206px !important; }
.util-elevation-level-207 { box-shadow: 0 207px 414px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-207 { border-radius: 207px !important; }
.util-spacing-gap-207 { gap: 207px !important; }
.util-pad-vertical-207 { padding-top: 207px !important; padding-bottom: 207px !important; }
.util-elevation-level-208 { box-shadow: 0 208px 416px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-208 { border-radius: 208px !important; }
.util-spacing-gap-208 { gap: 208px !important; }
.util-pad-vertical-208 { padding-top: 208px !important; padding-bottom: 208px !important; }
.util-elevation-level-209 { box-shadow: 0 209px 418px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-209 { border-radius: 209px !important; }
.util-spacing-gap-209 { gap: 209px !important; }
.util-pad-vertical-209 { padding-top: 209px !important; padding-bottom: 209px !important; }
.util-elevation-level-210 { box-shadow: 0 210px 420px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-210 { border-radius: 210px !important; }
.util-spacing-gap-210 { gap: 210px !important; }
.util-pad-vertical-210 { padding-top: 210px !important; padding-bottom: 210px !important; }
.util-elevation-level-211 { box-shadow: 0 211px 422px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-211 { border-radius: 211px !important; }
.util-spacing-gap-211 { gap: 211px !important; }
.util-pad-vertical-211 { padding-top: 211px !important; padding-bottom: 211px !important; }
.util-elevation-level-212 { box-shadow: 0 212px 424px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-212 { border-radius: 212px !important; }
.util-spacing-gap-212 { gap: 212px !important; }
.util-pad-vertical-212 { padding-top: 212px !important; padding-bottom: 212px !important; }
.util-elevation-level-213 { box-shadow: 0 213px 426px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-213 { border-radius: 213px !important; }
.util-spacing-gap-213 { gap: 213px !important; }
.util-pad-vertical-213 { padding-top: 213px !important; padding-bottom: 213px !important; }
.util-elevation-level-214 { box-shadow: 0 214px 428px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-214 { border-radius: 214px !important; }
.util-spacing-gap-214 { gap: 214px !important; }
.util-pad-vertical-214 { padding-top: 214px !important; padding-bottom: 214px !important; }
.util-elevation-level-215 { box-shadow: 0 215px 430px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-215 { border-radius: 215px !important; }
.util-spacing-gap-215 { gap: 215px !important; }
.util-pad-vertical-215 { padding-top: 215px !important; padding-bottom: 215px !important; }
.util-elevation-level-216 { box-shadow: 0 216px 432px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-216 { border-radius: 216px !important; }
.util-spacing-gap-216 { gap: 216px !important; }
.util-pad-vertical-216 { padding-top: 216px !important; padding-bottom: 216px !important; }
.util-elevation-level-217 { box-shadow: 0 217px 434px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-217 { border-radius: 217px !important; }
.util-spacing-gap-217 { gap: 217px !important; }
.util-pad-vertical-217 { padding-top: 217px !important; padding-bottom: 217px !important; }
.util-elevation-level-218 { box-shadow: 0 218px 436px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-218 { border-radius: 218px !important; }
.util-spacing-gap-218 { gap: 218px !important; }
.util-pad-vertical-218 { padding-top: 218px !important; padding-bottom: 218px !important; }
.util-elevation-level-219 { box-shadow: 0 219px 438px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-219 { border-radius: 219px !important; }
.util-spacing-gap-219 { gap: 219px !important; }
.util-pad-vertical-219 { padding-top: 219px !important; padding-bottom: 219px !important; }
.util-elevation-level-220 { box-shadow: 0 220px 440px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-220 { border-radius: 220px !important; }
.util-spacing-gap-220 { gap: 220px !important; }
.util-pad-vertical-220 { padding-top: 220px !important; padding-bottom: 220px !important; }
.util-elevation-level-221 { box-shadow: 0 221px 442px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-221 { border-radius: 221px !important; }
.util-spacing-gap-221 { gap: 221px !important; }
.util-pad-vertical-221 { padding-top: 221px !important; padding-bottom: 221px !important; }
.util-elevation-level-222 { box-shadow: 0 222px 444px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-222 { border-radius: 222px !important; }
.util-spacing-gap-222 { gap: 222px !important; }
.util-pad-vertical-222 { padding-top: 222px !important; padding-bottom: 222px !important; }
.util-elevation-level-223 { box-shadow: 0 223px 446px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-223 { border-radius: 223px !important; }
.util-spacing-gap-223 { gap: 223px !important; }
.util-pad-vertical-223 { padding-top: 223px !important; padding-bottom: 223px !important; }
.util-elevation-level-224 { box-shadow: 0 224px 448px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-224 { border-radius: 224px !important; }
.util-spacing-gap-224 { gap: 224px !important; }
.util-pad-vertical-224 { padding-top: 224px !important; padding-bottom: 224px !important; }
.util-elevation-level-225 { box-shadow: 0 225px 450px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-225 { border-radius: 225px !important; }
.util-spacing-gap-225 { gap: 225px !important; }
.util-pad-vertical-225 { padding-top: 225px !important; padding-bottom: 225px !important; }
.util-elevation-level-226 { box-shadow: 0 226px 452px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-226 { border-radius: 226px !important; }
.util-spacing-gap-226 { gap: 226px !important; }
.util-pad-vertical-226 { padding-top: 226px !important; padding-bottom: 226px !important; }
.util-elevation-level-227 { box-shadow: 0 227px 454px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-227 { border-radius: 227px !important; }
.util-spacing-gap-227 { gap: 227px !important; }
.util-pad-vertical-227 { padding-top: 227px !important; padding-bottom: 227px !important; }
.util-elevation-level-228 { box-shadow: 0 228px 456px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-228 { border-radius: 228px !important; }
.util-spacing-gap-228 { gap: 228px !important; }
.util-pad-vertical-228 { padding-top: 228px !important; padding-bottom: 228px !important; }
.util-elevation-level-229 { box-shadow: 0 229px 458px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-229 { border-radius: 229px !important; }
.util-spacing-gap-229 { gap: 229px !important; }
.util-pad-vertical-229 { padding-top: 229px !important; padding-bottom: 229px !important; }
.util-elevation-level-230 { box-shadow: 0 230px 460px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-230 { border-radius: 230px !important; }
.util-spacing-gap-230 { gap: 230px !important; }
.util-pad-vertical-230 { padding-top: 230px !important; padding-bottom: 230px !important; }
.util-elevation-level-231 { box-shadow: 0 231px 462px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-231 { border-radius: 231px !important; }
.util-spacing-gap-231 { gap: 231px !important; }
.util-pad-vertical-231 { padding-top: 231px !important; padding-bottom: 231px !important; }
.util-elevation-level-232 { box-shadow: 0 232px 464px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-232 { border-radius: 232px !important; }
.util-spacing-gap-232 { gap: 232px !important; }
.util-pad-vertical-232 { padding-top: 232px !important; padding-bottom: 232px !important; }
.util-elevation-level-233 { box-shadow: 0 233px 466px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-233 { border-radius: 233px !important; }
.util-spacing-gap-233 { gap: 233px !important; }
.util-pad-vertical-233 { padding-top: 233px !important; padding-bottom: 233px !important; }
.util-elevation-level-234 { box-shadow: 0 234px 468px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-234 { border-radius: 234px !important; }
.util-spacing-gap-234 { gap: 234px !important; }
.util-pad-vertical-234 { padding-top: 234px !important; padding-bottom: 234px !important; }
.util-elevation-level-235 { box-shadow: 0 235px 470px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-235 { border-radius: 235px !important; }
.util-spacing-gap-235 { gap: 235px !important; }
.util-pad-vertical-235 { padding-top: 235px !important; padding-bottom: 235px !important; }
.util-elevation-level-236 { box-shadow: 0 236px 472px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-236 { border-radius: 236px !important; }
.util-spacing-gap-236 { gap: 236px !important; }
.util-pad-vertical-236 { padding-top: 236px !important; padding-bottom: 236px !important; }
.util-elevation-level-237 { box-shadow: 0 237px 474px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-237 { border-radius: 237px !important; }
.util-spacing-gap-237 { gap: 237px !important; }
.util-pad-vertical-237 { padding-top: 237px !important; padding-bottom: 237px !important; }
.util-elevation-level-238 { box-shadow: 0 238px 476px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-238 { border-radius: 238px !important; }
.util-spacing-gap-238 { gap: 238px !important; }
.util-pad-vertical-238 { padding-top: 238px !important; padding-bottom: 238px !important; }
.util-elevation-level-239 { box-shadow: 0 239px 478px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-239 { border-radius: 239px !important; }
.util-spacing-gap-239 { gap: 239px !important; }
.util-pad-vertical-239 { padding-top: 239px !important; padding-bottom: 239px !important; }
.util-elevation-level-240 { box-shadow: 0 240px 480px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-240 { border-radius: 240px !important; }
.util-spacing-gap-240 { gap: 240px !important; }
.util-pad-vertical-240 { padding-top: 240px !important; padding-bottom: 240px !important; }
.util-elevation-level-241 { box-shadow: 0 241px 482px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-241 { border-radius: 241px !important; }
.util-spacing-gap-241 { gap: 241px !important; }
.util-pad-vertical-241 { padding-top: 241px !important; padding-bottom: 241px !important; }
.util-elevation-level-242 { box-shadow: 0 242px 484px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-242 { border-radius: 242px !important; }
.util-spacing-gap-242 { gap: 242px !important; }
.util-pad-vertical-242 { padding-top: 242px !important; padding-bottom: 242px !important; }
.util-elevation-level-243 { box-shadow: 0 243px 486px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-243 { border-radius: 243px !important; }
.util-spacing-gap-243 { gap: 243px !important; }
.util-pad-vertical-243 { padding-top: 243px !important; padding-bottom: 243px !important; }
.util-elevation-level-244 { box-shadow: 0 244px 488px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-244 { border-radius: 244px !important; }
.util-spacing-gap-244 { gap: 244px !important; }
.util-pad-vertical-244 { padding-top: 244px !important; padding-bottom: 244px !important; }
.util-elevation-level-245 { box-shadow: 0 245px 490px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-245 { border-radius: 245px !important; }
.util-spacing-gap-245 { gap: 245px !important; }
.util-pad-vertical-245 { padding-top: 245px !important; padding-bottom: 245px !important; }
.util-elevation-level-246 { box-shadow: 0 246px 492px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-246 { border-radius: 246px !important; }
.util-spacing-gap-246 { gap: 246px !important; }
.util-pad-vertical-246 { padding-top: 246px !important; padding-bottom: 246px !important; }
.util-elevation-level-247 { box-shadow: 0 247px 494px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-247 { border-radius: 247px !important; }
.util-spacing-gap-247 { gap: 247px !important; }
.util-pad-vertical-247 { padding-top: 247px !important; padding-bottom: 247px !important; }
.util-elevation-level-248 { box-shadow: 0 248px 496px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-248 { border-radius: 248px !important; }
.util-spacing-gap-248 { gap: 248px !important; }
.util-pad-vertical-248 { padding-top: 248px !important; padding-bottom: 248px !important; }
.util-elevation-level-249 { box-shadow: 0 249px 498px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-249 { border-radius: 249px !important; }
.util-spacing-gap-249 { gap: 249px !important; }
.util-pad-vertical-249 { padding-top: 249px !important; padding-bottom: 249px !important; }
.util-elevation-level-250 { box-shadow: 0 250px 500px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-250 { border-radius: 250px !important; }
.util-spacing-gap-250 { gap: 250px !important; }
.util-pad-vertical-250 { padding-top: 250px !important; padding-bottom: 250px !important; }
.util-elevation-level-251 { box-shadow: 0 251px 502px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-251 { border-radius: 251px !important; }
.util-spacing-gap-251 { gap: 251px !important; }
.util-pad-vertical-251 { padding-top: 251px !important; padding-bottom: 251px !important; }
.util-elevation-level-252 { box-shadow: 0 252px 504px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-252 { border-radius: 252px !important; }
.util-spacing-gap-252 { gap: 252px !important; }
.util-pad-vertical-252 { padding-top: 252px !important; padding-bottom: 252px !important; }
.util-elevation-level-253 { box-shadow: 0 253px 506px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-253 { border-radius: 253px !important; }
.util-spacing-gap-253 { gap: 253px !important; }
.util-pad-vertical-253 { padding-top: 253px !important; padding-bottom: 253px !important; }
.util-elevation-level-254 { box-shadow: 0 254px 508px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-254 { border-radius: 254px !important; }
.util-spacing-gap-254 { gap: 254px !important; }
.util-pad-vertical-254 { padding-top: 254px !important; padding-bottom: 254px !important; }
.util-elevation-level-255 { box-shadow: 0 255px 510px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-255 { border-radius: 255px !important; }
.util-spacing-gap-255 { gap: 255px !important; }
.util-pad-vertical-255 { padding-top: 255px !important; padding-bottom: 255px !important; }
.util-elevation-level-256 { box-shadow: 0 256px 512px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-256 { border-radius: 256px !important; }
.util-spacing-gap-256 { gap: 256px !important; }
.util-pad-vertical-256 { padding-top: 256px !important; padding-bottom: 256px !important; }
.util-elevation-level-257 { box-shadow: 0 257px 514px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-257 { border-radius: 257px !important; }
.util-spacing-gap-257 { gap: 257px !important; }
.util-pad-vertical-257 { padding-top: 257px !important; padding-bottom: 257px !important; }
.util-elevation-level-258 { box-shadow: 0 258px 516px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-258 { border-radius: 258px !important; }
.util-spacing-gap-258 { gap: 258px !important; }
.util-pad-vertical-258 { padding-top: 258px !important; padding-bottom: 258px !important; }
.util-elevation-level-259 { box-shadow: 0 259px 518px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-259 { border-radius: 259px !important; }
.util-spacing-gap-259 { gap: 259px !important; }
.util-pad-vertical-259 { padding-top: 259px !important; padding-bottom: 259px !important; }
.util-elevation-level-260 { box-shadow: 0 260px 520px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-260 { border-radius: 260px !important; }
.util-spacing-gap-260 { gap: 260px !important; }
.util-pad-vertical-260 { padding-top: 260px !important; padding-bottom: 260px !important; }
.util-elevation-level-261 { box-shadow: 0 261px 522px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-261 { border-radius: 261px !important; }
.util-spacing-gap-261 { gap: 261px !important; }
.util-pad-vertical-261 { padding-top: 261px !important; padding-bottom: 261px !important; }
.util-elevation-level-262 { box-shadow: 0 262px 524px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-262 { border-radius: 262px !important; }
.util-spacing-gap-262 { gap: 262px !important; }
.util-pad-vertical-262 { padding-top: 262px !important; padding-bottom: 262px !important; }
.util-elevation-level-263 { box-shadow: 0 263px 526px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-263 { border-radius: 263px !important; }
.util-spacing-gap-263 { gap: 263px !important; }
.util-pad-vertical-263 { padding-top: 263px !important; padding-bottom: 263px !important; }
.util-elevation-level-264 { box-shadow: 0 264px 528px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-264 { border-radius: 264px !important; }
.util-spacing-gap-264 { gap: 264px !important; }
.util-pad-vertical-264 { padding-top: 264px !important; padding-bottom: 264px !important; }
.util-elevation-level-265 { box-shadow: 0 265px 530px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-265 { border-radius: 265px !important; }
.util-spacing-gap-265 { gap: 265px !important; }
.util-pad-vertical-265 { padding-top: 265px !important; padding-bottom: 265px !important; }
.util-elevation-level-266 { box-shadow: 0 266px 532px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-266 { border-radius: 266px !important; }
.util-spacing-gap-266 { gap: 266px !important; }
.util-pad-vertical-266 { padding-top: 266px !important; padding-bottom: 266px !important; }
.util-elevation-level-267 { box-shadow: 0 267px 534px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-267 { border-radius: 267px !important; }
.util-spacing-gap-267 { gap: 267px !important; }
.util-pad-vertical-267 { padding-top: 267px !important; padding-bottom: 267px !important; }
.util-elevation-level-268 { box-shadow: 0 268px 536px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-268 { border-radius: 268px !important; }
.util-spacing-gap-268 { gap: 268px !important; }
.util-pad-vertical-268 { padding-top: 268px !important; padding-bottom: 268px !important; }
.util-elevation-level-269 { box-shadow: 0 269px 538px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-269 { border-radius: 269px !important; }
.util-spacing-gap-269 { gap: 269px !important; }
.util-pad-vertical-269 { padding-top: 269px !important; padding-bottom: 269px !important; }
.util-elevation-level-270 { box-shadow: 0 270px 540px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-270 { border-radius: 270px !important; }
.util-spacing-gap-270 { gap: 270px !important; }
.util-pad-vertical-270 { padding-top: 270px !important; padding-bottom: 270px !important; }
.util-elevation-level-271 { box-shadow: 0 271px 542px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-271 { border-radius: 271px !important; }
.util-spacing-gap-271 { gap: 271px !important; }
.util-pad-vertical-271 { padding-top: 271px !important; padding-bottom: 271px !important; }
.util-elevation-level-272 { box-shadow: 0 272px 544px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-272 { border-radius: 272px !important; }
.util-spacing-gap-272 { gap: 272px !important; }
.util-pad-vertical-272 { padding-top: 272px !important; padding-bottom: 272px !important; }
.util-elevation-level-273 { box-shadow: 0 273px 546px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-273 { border-radius: 273px !important; }
.util-spacing-gap-273 { gap: 273px !important; }
.util-pad-vertical-273 { padding-top: 273px !important; padding-bottom: 273px !important; }
.util-elevation-level-274 { box-shadow: 0 274px 548px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-274 { border-radius: 274px !important; }
.util-spacing-gap-274 { gap: 274px !important; }
.util-pad-vertical-274 { padding-top: 274px !important; padding-bottom: 274px !important; }
.util-elevation-level-275 { box-shadow: 0 275px 550px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-275 { border-radius: 275px !important; }
.util-spacing-gap-275 { gap: 275px !important; }
.util-pad-vertical-275 { padding-top: 275px !important; padding-bottom: 275px !important; }
.util-elevation-level-276 { box-shadow: 0 276px 552px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-276 { border-radius: 276px !important; }
.util-spacing-gap-276 { gap: 276px !important; }
.util-pad-vertical-276 { padding-top: 276px !important; padding-bottom: 276px !important; }
.util-elevation-level-277 { box-shadow: 0 277px 554px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-277 { border-radius: 277px !important; }
.util-spacing-gap-277 { gap: 277px !important; }
.util-pad-vertical-277 { padding-top: 277px !important; padding-bottom: 277px !important; }
.util-elevation-level-278 { box-shadow: 0 278px 556px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-278 { border-radius: 278px !important; }
.util-spacing-gap-278 { gap: 278px !important; }
.util-pad-vertical-278 { padding-top: 278px !important; padding-bottom: 278px !important; }
.util-elevation-level-279 { box-shadow: 0 279px 558px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-279 { border-radius: 279px !important; }
.util-spacing-gap-279 { gap: 279px !important; }
.util-pad-vertical-279 { padding-top: 279px !important; padding-bottom: 279px !important; }
.util-elevation-level-280 { box-shadow: 0 280px 560px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-280 { border-radius: 280px !important; }
.util-spacing-gap-280 { gap: 280px !important; }
.util-pad-vertical-280 { padding-top: 280px !important; padding-bottom: 280px !important; }
.util-elevation-level-281 { box-shadow: 0 281px 562px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-281 { border-radius: 281px !important; }
.util-spacing-gap-281 { gap: 281px !important; }
.util-pad-vertical-281 { padding-top: 281px !important; padding-bottom: 281px !important; }
.util-elevation-level-282 { box-shadow: 0 282px 564px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-282 { border-radius: 282px !important; }
.util-spacing-gap-282 { gap: 282px !important; }
.util-pad-vertical-282 { padding-top: 282px !important; padding-bottom: 282px !important; }
.util-elevation-level-283 { box-shadow: 0 283px 566px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-283 { border-radius: 283px !important; }
.util-spacing-gap-283 { gap: 283px !important; }
.util-pad-vertical-283 { padding-top: 283px !important; padding-bottom: 283px !important; }
.util-elevation-level-284 { box-shadow: 0 284px 568px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-284 { border-radius: 284px !important; }
.util-spacing-gap-284 { gap: 284px !important; }
.util-pad-vertical-284 { padding-top: 284px !important; padding-bottom: 284px !important; }
.util-elevation-level-285 { box-shadow: 0 285px 570px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-285 { border-radius: 285px !important; }
.util-spacing-gap-285 { gap: 285px !important; }
.util-pad-vertical-285 { padding-top: 285px !important; padding-bottom: 285px !important; }
.util-elevation-level-286 { box-shadow: 0 286px 572px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-286 { border-radius: 286px !important; }
.util-spacing-gap-286 { gap: 286px !important; }
.util-pad-vertical-286 { padding-top: 286px !important; padding-bottom: 286px !important; }
.util-elevation-level-287 { box-shadow: 0 287px 574px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-287 { border-radius: 287px !important; }
.util-spacing-gap-287 { gap: 287px !important; }
.util-pad-vertical-287 { padding-top: 287px !important; padding-bottom: 287px !important; }
.util-elevation-level-288 { box-shadow: 0 288px 576px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-288 { border-radius: 288px !important; }
.util-spacing-gap-288 { gap: 288px !important; }
.util-pad-vertical-288 { padding-top: 288px !important; padding-bottom: 288px !important; }
.util-elevation-level-289 { box-shadow: 0 289px 578px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-289 { border-radius: 289px !important; }
.util-spacing-gap-289 { gap: 289px !important; }
.util-pad-vertical-289 { padding-top: 289px !important; padding-bottom: 289px !important; }
.util-elevation-level-290 { box-shadow: 0 290px 580px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-290 { border-radius: 290px !important; }
.util-spacing-gap-290 { gap: 290px !important; }
.util-pad-vertical-290 { padding-top: 290px !important; padding-bottom: 290px !important; }
.util-elevation-level-291 { box-shadow: 0 291px 582px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-291 { border-radius: 291px !important; }
.util-spacing-gap-291 { gap: 291px !important; }
.util-pad-vertical-291 { padding-top: 291px !important; padding-bottom: 291px !important; }
.util-elevation-level-292 { box-shadow: 0 292px 584px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-292 { border-radius: 292px !important; }
.util-spacing-gap-292 { gap: 292px !important; }
.util-pad-vertical-292 { padding-top: 292px !important; padding-bottom: 292px !important; }
.util-elevation-level-293 { box-shadow: 0 293px 586px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-293 { border-radius: 293px !important; }
.util-spacing-gap-293 { gap: 293px !important; }
.util-pad-vertical-293 { padding-top: 293px !important; padding-bottom: 293px !important; }
.util-elevation-level-294 { box-shadow: 0 294px 588px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-294 { border-radius: 294px !important; }
.util-spacing-gap-294 { gap: 294px !important; }
.util-pad-vertical-294 { padding-top: 294px !important; padding-bottom: 294px !important; }
.util-elevation-level-295 { box-shadow: 0 295px 590px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-295 { border-radius: 295px !important; }
.util-spacing-gap-295 { gap: 295px !important; }
.util-pad-vertical-295 { padding-top: 295px !important; padding-bottom: 295px !important; }
.util-elevation-level-296 { box-shadow: 0 296px 592px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-296 { border-radius: 296px !important; }
.util-spacing-gap-296 { gap: 296px !important; }
.util-pad-vertical-296 { padding-top: 296px !important; padding-bottom: 296px !important; }
.util-elevation-level-297 { box-shadow: 0 297px 594px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-297 { border-radius: 297px !important; }
.util-spacing-gap-297 { gap: 297px !important; }
.util-pad-vertical-297 { padding-top: 297px !important; padding-bottom: 297px !important; }
.util-elevation-level-298 { box-shadow: 0 298px 596px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-298 { border-radius: 298px !important; }
.util-spacing-gap-298 { gap: 298px !important; }
.util-pad-vertical-298 { padding-top: 298px !important; padding-bottom: 298px !important; }
.util-elevation-level-299 { box-shadow: 0 299px 598px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-299 { border-radius: 299px !important; }
.util-spacing-gap-299 { gap: 299px !important; }
.util-pad-vertical-299 { padding-top: 299px !important; padding-bottom: 299px !important; }
.util-elevation-level-300 { box-shadow: 0 300px 600px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-300 { border-radius: 300px !important; }
.util-spacing-gap-300 { gap: 300px !important; }
.util-pad-vertical-300 { padding-top: 300px !important; padding-bottom: 300px !important; }
.util-elevation-level-301 { box-shadow: 0 301px 602px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-301 { border-radius: 301px !important; }
.util-spacing-gap-301 { gap: 301px !important; }
.util-pad-vertical-301 { padding-top: 301px !important; padding-bottom: 301px !important; }
.util-elevation-level-302 { box-shadow: 0 302px 604px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-302 { border-radius: 302px !important; }
.util-spacing-gap-302 { gap: 302px !important; }
.util-pad-vertical-302 { padding-top: 302px !important; padding-bottom: 302px !important; }
.util-elevation-level-303 { box-shadow: 0 303px 606px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-303 { border-radius: 303px !important; }
.util-spacing-gap-303 { gap: 303px !important; }
.util-pad-vertical-303 { padding-top: 303px !important; padding-bottom: 303px !important; }
.util-elevation-level-304 { box-shadow: 0 304px 608px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-304 { border-radius: 304px !important; }
.util-spacing-gap-304 { gap: 304px !important; }
.util-pad-vertical-304 { padding-top: 304px !important; padding-bottom: 304px !important; }
.util-elevation-level-305 { box-shadow: 0 305px 610px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-305 { border-radius: 305px !important; }
.util-spacing-gap-305 { gap: 305px !important; }
.util-pad-vertical-305 { padding-top: 305px !important; padding-bottom: 305px !important; }
.util-elevation-level-306 { box-shadow: 0 306px 612px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-306 { border-radius: 306px !important; }
.util-spacing-gap-306 { gap: 306px !important; }
.util-pad-vertical-306 { padding-top: 306px !important; padding-bottom: 306px !important; }
.util-elevation-level-307 { box-shadow: 0 307px 614px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-307 { border-radius: 307px !important; }
.util-spacing-gap-307 { gap: 307px !important; }
.util-pad-vertical-307 { padding-top: 307px !important; padding-bottom: 307px !important; }
.util-elevation-level-308 { box-shadow: 0 308px 616px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-308 { border-radius: 308px !important; }
.util-spacing-gap-308 { gap: 308px !important; }
.util-pad-vertical-308 { padding-top: 308px !important; padding-bottom: 308px !important; }
.util-elevation-level-309 { box-shadow: 0 309px 618px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-309 { border-radius: 309px !important; }
.util-spacing-gap-309 { gap: 309px !important; }
.util-pad-vertical-309 { padding-top: 309px !important; padding-bottom: 309px !important; }
.util-elevation-level-310 { box-shadow: 0 310px 620px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-310 { border-radius: 310px !important; }
.util-spacing-gap-310 { gap: 310px !important; }
.util-pad-vertical-310 { padding-top: 310px !important; padding-bottom: 310px !important; }
.util-elevation-level-311 { box-shadow: 0 311px 622px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-311 { border-radius: 311px !important; }
.util-spacing-gap-311 { gap: 311px !important; }
.util-pad-vertical-311 { padding-top: 311px !important; padding-bottom: 311px !important; }
.util-elevation-level-312 { box-shadow: 0 312px 624px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-312 { border-radius: 312px !important; }
.util-spacing-gap-312 { gap: 312px !important; }
.util-pad-vertical-312 { padding-top: 312px !important; padding-bottom: 312px !important; }
.util-elevation-level-313 { box-shadow: 0 313px 626px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-313 { border-radius: 313px !important; }
.util-spacing-gap-313 { gap: 313px !important; }
.util-pad-vertical-313 { padding-top: 313px !important; padding-bottom: 313px !important; }
.util-elevation-level-314 { box-shadow: 0 314px 628px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-314 { border-radius: 314px !important; }
.util-spacing-gap-314 { gap: 314px !important; }
.util-pad-vertical-314 { padding-top: 314px !important; padding-bottom: 314px !important; }
.util-elevation-level-315 { box-shadow: 0 315px 630px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-315 { border-radius: 315px !important; }
.util-spacing-gap-315 { gap: 315px !important; }
.util-pad-vertical-315 { padding-top: 315px !important; padding-bottom: 315px !important; }
.util-elevation-level-316 { box-shadow: 0 316px 632px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-316 { border-radius: 316px !important; }
.util-spacing-gap-316 { gap: 316px !important; }
.util-pad-vertical-316 { padding-top: 316px !important; padding-bottom: 316px !important; }
.util-elevation-level-317 { box-shadow: 0 317px 634px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-317 { border-radius: 317px !important; }
.util-spacing-gap-317 { gap: 317px !important; }
.util-pad-vertical-317 { padding-top: 317px !important; padding-bottom: 317px !important; }
.util-elevation-level-318 { box-shadow: 0 318px 636px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-318 { border-radius: 318px !important; }
.util-spacing-gap-318 { gap: 318px !important; }
.util-pad-vertical-318 { padding-top: 318px !important; padding-bottom: 318px !important; }
.util-elevation-level-319 { box-shadow: 0 319px 638px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-319 { border-radius: 319px !important; }
.util-spacing-gap-319 { gap: 319px !important; }
.util-pad-vertical-319 { padding-top: 319px !important; padding-bottom: 319px !important; }
.util-elevation-level-320 { box-shadow: 0 320px 640px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-320 { border-radius: 320px !important; }
.util-spacing-gap-320 { gap: 320px !important; }
.util-pad-vertical-320 { padding-top: 320px !important; padding-bottom: 320px !important; }
.util-elevation-level-321 { box-shadow: 0 321px 642px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-321 { border-radius: 321px !important; }
.util-spacing-gap-321 { gap: 321px !important; }
.util-pad-vertical-321 { padding-top: 321px !important; padding-bottom: 321px !important; }
.util-elevation-level-322 { box-shadow: 0 322px 644px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-322 { border-radius: 322px !important; }
.util-spacing-gap-322 { gap: 322px !important; }
.util-pad-vertical-322 { padding-top: 322px !important; padding-bottom: 322px !important; }
.util-elevation-level-323 { box-shadow: 0 323px 646px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-323 { border-radius: 323px !important; }
.util-spacing-gap-323 { gap: 323px !important; }
.util-pad-vertical-323 { padding-top: 323px !important; padding-bottom: 323px !important; }
.util-elevation-level-324 { box-shadow: 0 324px 648px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-324 { border-radius: 324px !important; }
.util-spacing-gap-324 { gap: 324px !important; }
.util-pad-vertical-324 { padding-top: 324px !important; padding-bottom: 324px !important; }
.util-elevation-level-325 { box-shadow: 0 325px 650px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-325 { border-radius: 325px !important; }
.util-spacing-gap-325 { gap: 325px !important; }
.util-pad-vertical-325 { padding-top: 325px !important; padding-bottom: 325px !important; }
.util-elevation-level-326 { box-shadow: 0 326px 652px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-326 { border-radius: 326px !important; }
.util-spacing-gap-326 { gap: 326px !important; }
.util-pad-vertical-326 { padding-top: 326px !important; padding-bottom: 326px !important; }
.util-elevation-level-327 { box-shadow: 0 327px 654px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-327 { border-radius: 327px !important; }
.util-spacing-gap-327 { gap: 327px !important; }
.util-pad-vertical-327 { padding-top: 327px !important; padding-bottom: 327px !important; }
.util-elevation-level-328 { box-shadow: 0 328px 656px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-328 { border-radius: 328px !important; }
.util-spacing-gap-328 { gap: 328px !important; }
.util-pad-vertical-328 { padding-top: 328px !important; padding-bottom: 328px !important; }
.util-elevation-level-329 { box-shadow: 0 329px 658px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-329 { border-radius: 329px !important; }
.util-spacing-gap-329 { gap: 329px !important; }
.util-pad-vertical-329 { padding-top: 329px !important; padding-bottom: 329px !important; }
.util-elevation-level-330 { box-shadow: 0 330px 660px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-330 { border-radius: 330px !important; }
.util-spacing-gap-330 { gap: 330px !important; }
.util-pad-vertical-330 { padding-top: 330px !important; padding-bottom: 330px !important; }
.util-elevation-level-331 { box-shadow: 0 331px 662px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-331 { border-radius: 331px !important; }
.util-spacing-gap-331 { gap: 331px !important; }
.util-pad-vertical-331 { padding-top: 331px !important; padding-bottom: 331px !important; }
.util-elevation-level-332 { box-shadow: 0 332px 664px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-332 { border-radius: 332px !important; }
.util-spacing-gap-332 { gap: 332px !important; }
.util-pad-vertical-332 { padding-top: 332px !important; padding-bottom: 332px !important; }
.util-elevation-level-333 { box-shadow: 0 333px 666px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-333 { border-radius: 333px !important; }
.util-spacing-gap-333 { gap: 333px !important; }
.util-pad-vertical-333 { padding-top: 333px !important; padding-bottom: 333px !important; }
.util-elevation-level-334 { box-shadow: 0 334px 668px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-334 { border-radius: 334px !important; }
.util-spacing-gap-334 { gap: 334px !important; }
.util-pad-vertical-334 { padding-top: 334px !important; padding-bottom: 334px !important; }
.util-elevation-level-335 { box-shadow: 0 335px 670px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-335 { border-radius: 335px !important; }
.util-spacing-gap-335 { gap: 335px !important; }
.util-pad-vertical-335 { padding-top: 335px !important; padding-bottom: 335px !important; }
.util-elevation-level-336 { box-shadow: 0 336px 672px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-336 { border-radius: 336px !important; }
.util-spacing-gap-336 { gap: 336px !important; }
.util-pad-vertical-336 { padding-top: 336px !important; padding-bottom: 336px !important; }
.util-elevation-level-337 { box-shadow: 0 337px 674px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-337 { border-radius: 337px !important; }
.util-spacing-gap-337 { gap: 337px !important; }
.util-pad-vertical-337 { padding-top: 337px !important; padding-bottom: 337px !important; }
.util-elevation-level-338 { box-shadow: 0 338px 676px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-338 { border-radius: 338px !important; }
.util-spacing-gap-338 { gap: 338px !important; }
.util-pad-vertical-338 { padding-top: 338px !important; padding-bottom: 338px !important; }
.util-elevation-level-339 { box-shadow: 0 339px 678px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-339 { border-radius: 339px !important; }
.util-spacing-gap-339 { gap: 339px !important; }
.util-pad-vertical-339 { padding-top: 339px !important; padding-bottom: 339px !important; }
.util-elevation-level-340 { box-shadow: 0 340px 680px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-340 { border-radius: 340px !important; }
.util-spacing-gap-340 { gap: 340px !important; }
.util-pad-vertical-340 { padding-top: 340px !important; padding-bottom: 340px !important; }
.util-elevation-level-341 { box-shadow: 0 341px 682px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-341 { border-radius: 341px !important; }
.util-spacing-gap-341 { gap: 341px !important; }
.util-pad-vertical-341 { padding-top: 341px !important; padding-bottom: 341px !important; }
.util-elevation-level-342 { box-shadow: 0 342px 684px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-342 { border-radius: 342px !important; }
.util-spacing-gap-342 { gap: 342px !important; }
.util-pad-vertical-342 { padding-top: 342px !important; padding-bottom: 342px !important; }
.util-elevation-level-343 { box-shadow: 0 343px 686px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-343 { border-radius: 343px !important; }
.util-spacing-gap-343 { gap: 343px !important; }
.util-pad-vertical-343 { padding-top: 343px !important; padding-bottom: 343px !important; }
.util-elevation-level-344 { box-shadow: 0 344px 688px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-344 { border-radius: 344px !important; }
.util-spacing-gap-344 { gap: 344px !important; }
.util-pad-vertical-344 { padding-top: 344px !important; padding-bottom: 344px !important; }
.util-elevation-level-345 { box-shadow: 0 345px 690px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-345 { border-radius: 345px !important; }
.util-spacing-gap-345 { gap: 345px !important; }
.util-pad-vertical-345 { padding-top: 345px !important; padding-bottom: 345px !important; }
.util-elevation-level-346 { box-shadow: 0 346px 692px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-346 { border-radius: 346px !important; }
.util-spacing-gap-346 { gap: 346px !important; }
.util-pad-vertical-346 { padding-top: 346px !important; padding-bottom: 346px !important; }
.util-elevation-level-347 { box-shadow: 0 347px 694px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-347 { border-radius: 347px !important; }
.util-spacing-gap-347 { gap: 347px !important; }
.util-pad-vertical-347 { padding-top: 347px !important; padding-bottom: 347px !important; }
.util-elevation-level-348 { box-shadow: 0 348px 696px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-348 { border-radius: 348px !important; }
.util-spacing-gap-348 { gap: 348px !important; }
.util-pad-vertical-348 { padding-top: 348px !important; padding-bottom: 348px !important; }
.util-elevation-level-349 { box-shadow: 0 349px 698px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-349 { border-radius: 349px !important; }
.util-spacing-gap-349 { gap: 349px !important; }
.util-pad-vertical-349 { padding-top: 349px !important; padding-bottom: 349px !important; }
.util-elevation-level-350 { box-shadow: 0 350px 700px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-350 { border-radius: 350px !important; }
.util-spacing-gap-350 { gap: 350px !important; }
.util-pad-vertical-350 { padding-top: 350px !important; padding-bottom: 350px !important; }
.util-elevation-level-351 { box-shadow: 0 351px 702px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-351 { border-radius: 351px !important; }
.util-spacing-gap-351 { gap: 351px !important; }
.util-pad-vertical-351 { padding-top: 351px !important; padding-bottom: 351px !important; }
.util-elevation-level-352 { box-shadow: 0 352px 704px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-352 { border-radius: 352px !important; }
.util-spacing-gap-352 { gap: 352px !important; }
.util-pad-vertical-352 { padding-top: 352px !important; padding-bottom: 352px !important; }
.util-elevation-level-353 { box-shadow: 0 353px 706px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-353 { border-radius: 353px !important; }
.util-spacing-gap-353 { gap: 353px !important; }
.util-pad-vertical-353 { padding-top: 353px !important; padding-bottom: 353px !important; }
.util-elevation-level-354 { box-shadow: 0 354px 708px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-354 { border-radius: 354px !important; }
.util-spacing-gap-354 { gap: 354px !important; }
.util-pad-vertical-354 { padding-top: 354px !important; padding-bottom: 354px !important; }
.util-elevation-level-355 { box-shadow: 0 355px 710px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-355 { border-radius: 355px !important; }
.util-spacing-gap-355 { gap: 355px !important; }
.util-pad-vertical-355 { padding-top: 355px !important; padding-bottom: 355px !important; }
.util-elevation-level-356 { box-shadow: 0 356px 712px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-356 { border-radius: 356px !important; }
.util-spacing-gap-356 { gap: 356px !important; }
.util-pad-vertical-356 { padding-top: 356px !important; padding-bottom: 356px !important; }
.util-elevation-level-357 { box-shadow: 0 357px 714px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-357 { border-radius: 357px !important; }
.util-spacing-gap-357 { gap: 357px !important; }
.util-pad-vertical-357 { padding-top: 357px !important; padding-bottom: 357px !important; }
.util-elevation-level-358 { box-shadow: 0 358px 716px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-358 { border-radius: 358px !important; }
.util-spacing-gap-358 { gap: 358px !important; }
.util-pad-vertical-358 { padding-top: 358px !important; padding-bottom: 358px !important; }
.util-elevation-level-359 { box-shadow: 0 359px 718px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-359 { border-radius: 359px !important; }
.util-spacing-gap-359 { gap: 359px !important; }
.util-pad-vertical-359 { padding-top: 359px !important; padding-bottom: 359px !important; }
.util-elevation-level-360 { box-shadow: 0 360px 720px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-360 { border-radius: 360px !important; }
.util-spacing-gap-360 { gap: 360px !important; }
.util-pad-vertical-360 { padding-top: 360px !important; padding-bottom: 360px !important; }
.util-elevation-level-361 { box-shadow: 0 361px 722px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-361 { border-radius: 361px !important; }
.util-spacing-gap-361 { gap: 361px !important; }
.util-pad-vertical-361 { padding-top: 361px !important; padding-bottom: 361px !important; }
.util-elevation-level-362 { box-shadow: 0 362px 724px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-362 { border-radius: 362px !important; }
.util-spacing-gap-362 { gap: 362px !important; }
.util-pad-vertical-362 { padding-top: 362px !important; padding-bottom: 362px !important; }
.util-elevation-level-363 { box-shadow: 0 363px 726px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-363 { border-radius: 363px !important; }
.util-spacing-gap-363 { gap: 363px !important; }
.util-pad-vertical-363 { padding-top: 363px !important; padding-bottom: 363px !important; }
.util-elevation-level-364 { box-shadow: 0 364px 728px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-364 { border-radius: 364px !important; }
.util-spacing-gap-364 { gap: 364px !important; }
.util-pad-vertical-364 { padding-top: 364px !important; padding-bottom: 364px !important; }
.util-elevation-level-365 { box-shadow: 0 365px 730px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-365 { border-radius: 365px !important; }
.util-spacing-gap-365 { gap: 365px !important; }
.util-pad-vertical-365 { padding-top: 365px !important; padding-bottom: 365px !important; }
.util-elevation-level-366 { box-shadow: 0 366px 732px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-366 { border-radius: 366px !important; }
.util-spacing-gap-366 { gap: 366px !important; }
.util-pad-vertical-366 { padding-top: 366px !important; padding-bottom: 366px !important; }
.util-elevation-level-367 { box-shadow: 0 367px 734px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-367 { border-radius: 367px !important; }
.util-spacing-gap-367 { gap: 367px !important; }
.util-pad-vertical-367 { padding-top: 367px !important; padding-bottom: 367px !important; }
.util-elevation-level-368 { box-shadow: 0 368px 736px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-368 { border-radius: 368px !important; }
.util-spacing-gap-368 { gap: 368px !important; }
.util-pad-vertical-368 { padding-top: 368px !important; padding-bottom: 368px !important; }
.util-elevation-level-369 { box-shadow: 0 369px 738px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-369 { border-radius: 369px !important; }
.util-spacing-gap-369 { gap: 369px !important; }
.util-pad-vertical-369 { padding-top: 369px !important; padding-bottom: 369px !important; }
.util-elevation-level-370 { box-shadow: 0 370px 740px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-370 { border-radius: 370px !important; }
.util-spacing-gap-370 { gap: 370px !important; }
.util-pad-vertical-370 { padding-top: 370px !important; padding-bottom: 370px !important; }
.util-elevation-level-371 { box-shadow: 0 371px 742px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-371 { border-radius: 371px !important; }
.util-spacing-gap-371 { gap: 371px !important; }
.util-pad-vertical-371 { padding-top: 371px !important; padding-bottom: 371px !important; }
.util-elevation-level-372 { box-shadow: 0 372px 744px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-372 { border-radius: 372px !important; }
.util-spacing-gap-372 { gap: 372px !important; }
.util-pad-vertical-372 { padding-top: 372px !important; padding-bottom: 372px !important; }
.util-elevation-level-373 { box-shadow: 0 373px 746px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-373 { border-radius: 373px !important; }
.util-spacing-gap-373 { gap: 373px !important; }
.util-pad-vertical-373 { padding-top: 373px !important; padding-bottom: 373px !important; }
.util-elevation-level-374 { box-shadow: 0 374px 748px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-374 { border-radius: 374px !important; }
.util-spacing-gap-374 { gap: 374px !important; }
.util-pad-vertical-374 { padding-top: 374px !important; padding-bottom: 374px !important; }
.util-elevation-level-375 { box-shadow: 0 375px 750px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-375 { border-radius: 375px !important; }
.util-spacing-gap-375 { gap: 375px !important; }
.util-pad-vertical-375 { padding-top: 375px !important; padding-bottom: 375px !important; }
.util-elevation-level-376 { box-shadow: 0 376px 752px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-376 { border-radius: 376px !important; }
.util-spacing-gap-376 { gap: 376px !important; }
.util-pad-vertical-376 { padding-top: 376px !important; padding-bottom: 376px !important; }
.util-elevation-level-377 { box-shadow: 0 377px 754px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-377 { border-radius: 377px !important; }
.util-spacing-gap-377 { gap: 377px !important; }
.util-pad-vertical-377 { padding-top: 377px !important; padding-bottom: 377px !important; }
.util-elevation-level-378 { box-shadow: 0 378px 756px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-378 { border-radius: 378px !important; }
.util-spacing-gap-378 { gap: 378px !important; }
.util-pad-vertical-378 { padding-top: 378px !important; padding-bottom: 378px !important; }
.util-elevation-level-379 { box-shadow: 0 379px 758px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-379 { border-radius: 379px !important; }
.util-spacing-gap-379 { gap: 379px !important; }
.util-pad-vertical-379 { padding-top: 379px !important; padding-bottom: 379px !important; }
.util-elevation-level-380 { box-shadow: 0 380px 760px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-380 { border-radius: 380px !important; }
.util-spacing-gap-380 { gap: 380px !important; }
.util-pad-vertical-380 { padding-top: 380px !important; padding-bottom: 380px !important; }
.util-elevation-level-381 { box-shadow: 0 381px 762px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-381 { border-radius: 381px !important; }
.util-spacing-gap-381 { gap: 381px !important; }
.util-pad-vertical-381 { padding-top: 381px !important; padding-bottom: 381px !important; }
.util-elevation-level-382 { box-shadow: 0 382px 764px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-382 { border-radius: 382px !important; }
.util-spacing-gap-382 { gap: 382px !important; }
.util-pad-vertical-382 { padding-top: 382px !important; padding-bottom: 382px !important; }
.util-elevation-level-383 { box-shadow: 0 383px 766px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-383 { border-radius: 383px !important; }
.util-spacing-gap-383 { gap: 383px !important; }
.util-pad-vertical-383 { padding-top: 383px !important; padding-bottom: 383px !important; }
.util-elevation-level-384 { box-shadow: 0 384px 768px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-384 { border-radius: 384px !important; }
.util-spacing-gap-384 { gap: 384px !important; }
.util-pad-vertical-384 { padding-top: 384px !important; padding-bottom: 384px !important; }
.util-elevation-level-385 { box-shadow: 0 385px 770px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-385 { border-radius: 385px !important; }
.util-spacing-gap-385 { gap: 385px !important; }
.util-pad-vertical-385 { padding-top: 385px !important; padding-bottom: 385px !important; }
.util-elevation-level-386 { box-shadow: 0 386px 772px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-386 { border-radius: 386px !important; }
.util-spacing-gap-386 { gap: 386px !important; }
.util-pad-vertical-386 { padding-top: 386px !important; padding-bottom: 386px !important; }
.util-elevation-level-387 { box-shadow: 0 387px 774px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-387 { border-radius: 387px !important; }
.util-spacing-gap-387 { gap: 387px !important; }
.util-pad-vertical-387 { padding-top: 387px !important; padding-bottom: 387px !important; }
.util-elevation-level-388 { box-shadow: 0 388px 776px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-388 { border-radius: 388px !important; }
.util-spacing-gap-388 { gap: 388px !important; }
.util-pad-vertical-388 { padding-top: 388px !important; padding-bottom: 388px !important; }
.util-elevation-level-389 { box-shadow: 0 389px 778px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-389 { border-radius: 389px !important; }
.util-spacing-gap-389 { gap: 389px !important; }
.util-pad-vertical-389 { padding-top: 389px !important; padding-bottom: 389px !important; }
.util-elevation-level-390 { box-shadow: 0 390px 780px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-390 { border-radius: 390px !important; }
.util-spacing-gap-390 { gap: 390px !important; }
.util-pad-vertical-390 { padding-top: 390px !important; padding-bottom: 390px !important; }
.util-elevation-level-391 { box-shadow: 0 391px 782px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-391 { border-radius: 391px !important; }
.util-spacing-gap-391 { gap: 391px !important; }
.util-pad-vertical-391 { padding-top: 391px !important; padding-bottom: 391px !important; }
.util-elevation-level-392 { box-shadow: 0 392px 784px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-392 { border-radius: 392px !important; }
.util-spacing-gap-392 { gap: 392px !important; }
.util-pad-vertical-392 { padding-top: 392px !important; padding-bottom: 392px !important; }
.util-elevation-level-393 { box-shadow: 0 393px 786px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-393 { border-radius: 393px !important; }
.util-spacing-gap-393 { gap: 393px !important; }
.util-pad-vertical-393 { padding-top: 393px !important; padding-bottom: 393px !important; }
.util-elevation-level-394 { box-shadow: 0 394px 788px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-394 { border-radius: 394px !important; }
.util-spacing-gap-394 { gap: 394px !important; }
.util-pad-vertical-394 { padding-top: 394px !important; padding-bottom: 394px !important; }
.util-elevation-level-395 { box-shadow: 0 395px 790px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-395 { border-radius: 395px !important; }
.util-spacing-gap-395 { gap: 395px !important; }
.util-pad-vertical-395 { padding-top: 395px !important; padding-bottom: 395px !important; }
.util-elevation-level-396 { box-shadow: 0 396px 792px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-396 { border-radius: 396px !important; }
.util-spacing-gap-396 { gap: 396px !important; }
.util-pad-vertical-396 { padding-top: 396px !important; padding-bottom: 396px !important; }
.util-elevation-level-397 { box-shadow: 0 397px 794px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-397 { border-radius: 397px !important; }
.util-spacing-gap-397 { gap: 397px !important; }
.util-pad-vertical-397 { padding-top: 397px !important; padding-bottom: 397px !important; }
.util-elevation-level-398 { box-shadow: 0 398px 796px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-398 { border-radius: 398px !important; }
.util-spacing-gap-398 { gap: 398px !important; }
.util-pad-vertical-398 { padding-top: 398px !important; padding-bottom: 398px !important; }
.util-elevation-level-399 { box-shadow: 0 399px 798px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-399 { border-radius: 399px !important; }
.util-spacing-gap-399 { gap: 399px !important; }
.util-pad-vertical-399 { padding-top: 399px !important; padding-bottom: 399px !important; }
.util-elevation-level-400 { box-shadow: 0 400px 800px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-400 { border-radius: 400px !important; }
.util-spacing-gap-400 { gap: 400px !important; }
.util-pad-vertical-400 { padding-top: 400px !important; padding-bottom: 400px !important; }
.util-elevation-level-401 { box-shadow: 0 401px 802px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-401 { border-radius: 401px !important; }
.util-spacing-gap-401 { gap: 401px !important; }
.util-pad-vertical-401 { padding-top: 401px !important; padding-bottom: 401px !important; }
.util-elevation-level-402 { box-shadow: 0 402px 804px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-402 { border-radius: 402px !important; }
.util-spacing-gap-402 { gap: 402px !important; }
.util-pad-vertical-402 { padding-top: 402px !important; padding-bottom: 402px !important; }
.util-elevation-level-403 { box-shadow: 0 403px 806px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-403 { border-radius: 403px !important; }
.util-spacing-gap-403 { gap: 403px !important; }
.util-pad-vertical-403 { padding-top: 403px !important; padding-bottom: 403px !important; }
.util-elevation-level-404 { box-shadow: 0 404px 808px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-404 { border-radius: 404px !important; }
.util-spacing-gap-404 { gap: 404px !important; }
.util-pad-vertical-404 { padding-top: 404px !important; padding-bottom: 404px !important; }
.util-elevation-level-405 { box-shadow: 0 405px 810px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-405 { border-radius: 405px !important; }
.util-spacing-gap-405 { gap: 405px !important; }
.util-pad-vertical-405 { padding-top: 405px !important; padding-bottom: 405px !important; }
.util-elevation-level-406 { box-shadow: 0 406px 812px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-406 { border-radius: 406px !important; }
.util-spacing-gap-406 { gap: 406px !important; }
.util-pad-vertical-406 { padding-top: 406px !important; padding-bottom: 406px !important; }
.util-elevation-level-407 { box-shadow: 0 407px 814px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-407 { border-radius: 407px !important; }
.util-spacing-gap-407 { gap: 407px !important; }
.util-pad-vertical-407 { padding-top: 407px !important; padding-bottom: 407px !important; }
.util-elevation-level-408 { box-shadow: 0 408px 816px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-408 { border-radius: 408px !important; }
.util-spacing-gap-408 { gap: 408px !important; }
.util-pad-vertical-408 { padding-top: 408px !important; padding-bottom: 408px !important; }
.util-elevation-level-409 { box-shadow: 0 409px 818px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-409 { border-radius: 409px !important; }
.util-spacing-gap-409 { gap: 409px !important; }
.util-pad-vertical-409 { padding-top: 409px !important; padding-bottom: 409px !important; }
.util-elevation-level-410 { box-shadow: 0 410px 820px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-410 { border-radius: 410px !important; }
.util-spacing-gap-410 { gap: 410px !important; }
.util-pad-vertical-410 { padding-top: 410px !important; padding-bottom: 410px !important; }
.util-elevation-level-411 { box-shadow: 0 411px 822px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-411 { border-radius: 411px !important; }
.util-spacing-gap-411 { gap: 411px !important; }
.util-pad-vertical-411 { padding-top: 411px !important; padding-bottom: 411px !important; }
.util-elevation-level-412 { box-shadow: 0 412px 824px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-412 { border-radius: 412px !important; }
.util-spacing-gap-412 { gap: 412px !important; }
.util-pad-vertical-412 { padding-top: 412px !important; padding-bottom: 412px !important; }
.util-elevation-level-413 { box-shadow: 0 413px 826px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-413 { border-radius: 413px !important; }
.util-spacing-gap-413 { gap: 413px !important; }
.util-pad-vertical-413 { padding-top: 413px !important; padding-bottom: 413px !important; }
.util-elevation-level-414 { box-shadow: 0 414px 828px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-414 { border-radius: 414px !important; }
.util-spacing-gap-414 { gap: 414px !important; }
.util-pad-vertical-414 { padding-top: 414px !important; padding-bottom: 414px !important; }
.util-elevation-level-415 { box-shadow: 0 415px 830px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-415 { border-radius: 415px !important; }
.util-spacing-gap-415 { gap: 415px !important; }
.util-pad-vertical-415 { padding-top: 415px !important; padding-bottom: 415px !important; }
.util-elevation-level-416 { box-shadow: 0 416px 832px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-416 { border-radius: 416px !important; }
.util-spacing-gap-416 { gap: 416px !important; }
.util-pad-vertical-416 { padding-top: 416px !important; padding-bottom: 416px !important; }
.util-elevation-level-417 { box-shadow: 0 417px 834px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-417 { border-radius: 417px !important; }
.util-spacing-gap-417 { gap: 417px !important; }
.util-pad-vertical-417 { padding-top: 417px !important; padding-bottom: 417px !important; }
.util-elevation-level-418 { box-shadow: 0 418px 836px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-418 { border-radius: 418px !important; }
.util-spacing-gap-418 { gap: 418px !important; }
.util-pad-vertical-418 { padding-top: 418px !important; padding-bottom: 418px !important; }
.util-elevation-level-419 { box-shadow: 0 419px 838px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-419 { border-radius: 419px !important; }
.util-spacing-gap-419 { gap: 419px !important; }
.util-pad-vertical-419 { padding-top: 419px !important; padding-bottom: 419px !important; }
.util-elevation-level-420 { box-shadow: 0 420px 840px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-420 { border-radius: 420px !important; }
.util-spacing-gap-420 { gap: 420px !important; }
.util-pad-vertical-420 { padding-top: 420px !important; padding-bottom: 420px !important; }
.util-elevation-level-421 { box-shadow: 0 421px 842px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-421 { border-radius: 421px !important; }
.util-spacing-gap-421 { gap: 421px !important; }
.util-pad-vertical-421 { padding-top: 421px !important; padding-bottom: 421px !important; }
.util-elevation-level-422 { box-shadow: 0 422px 844px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-422 { border-radius: 422px !important; }
.util-spacing-gap-422 { gap: 422px !important; }
.util-pad-vertical-422 { padding-top: 422px !important; padding-bottom: 422px !important; }
.util-elevation-level-423 { box-shadow: 0 423px 846px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-423 { border-radius: 423px !important; }
.util-spacing-gap-423 { gap: 423px !important; }
.util-pad-vertical-423 { padding-top: 423px !important; padding-bottom: 423px !important; }
.util-elevation-level-424 { box-shadow: 0 424px 848px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-424 { border-radius: 424px !important; }
.util-spacing-gap-424 { gap: 424px !important; }
.util-pad-vertical-424 { padding-top: 424px !important; padding-bottom: 424px !important; }
.util-elevation-level-425 { box-shadow: 0 425px 850px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-425 { border-radius: 425px !important; }
.util-spacing-gap-425 { gap: 425px !important; }
.util-pad-vertical-425 { padding-top: 425px !important; padding-bottom: 425px !important; }
.util-elevation-level-426 { box-shadow: 0 426px 852px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-426 { border-radius: 426px !important; }
.util-spacing-gap-426 { gap: 426px !important; }
.util-pad-vertical-426 { padding-top: 426px !important; padding-bottom: 426px !important; }
.util-elevation-level-427 { box-shadow: 0 427px 854px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-427 { border-radius: 427px !important; }
.util-spacing-gap-427 { gap: 427px !important; }
.util-pad-vertical-427 { padding-top: 427px !important; padding-bottom: 427px !important; }
.util-elevation-level-428 { box-shadow: 0 428px 856px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-428 { border-radius: 428px !important; }
.util-spacing-gap-428 { gap: 428px !important; }
.util-pad-vertical-428 { padding-top: 428px !important; padding-bottom: 428px !important; }
.util-elevation-level-429 { box-shadow: 0 429px 858px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-429 { border-radius: 429px !important; }
.util-spacing-gap-429 { gap: 429px !important; }
.util-pad-vertical-429 { padding-top: 429px !important; padding-bottom: 429px !important; }
.util-elevation-level-430 { box-shadow: 0 430px 860px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-430 { border-radius: 430px !important; }
.util-spacing-gap-430 { gap: 430px !important; }
.util-pad-vertical-430 { padding-top: 430px !important; padding-bottom: 430px !important; }
.util-elevation-level-431 { box-shadow: 0 431px 862px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-431 { border-radius: 431px !important; }
.util-spacing-gap-431 { gap: 431px !important; }
.util-pad-vertical-431 { padding-top: 431px !important; padding-bottom: 431px !important; }
.util-elevation-level-432 { box-shadow: 0 432px 864px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-432 { border-radius: 432px !important; }
.util-spacing-gap-432 { gap: 432px !important; }
.util-pad-vertical-432 { padding-top: 432px !important; padding-bottom: 432px !important; }
.util-elevation-level-433 { box-shadow: 0 433px 866px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-433 { border-radius: 433px !important; }
.util-spacing-gap-433 { gap: 433px !important; }
.util-pad-vertical-433 { padding-top: 433px !important; padding-bottom: 433px !important; }
.util-elevation-level-434 { box-shadow: 0 434px 868px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-434 { border-radius: 434px !important; }
.util-spacing-gap-434 { gap: 434px !important; }
.util-pad-vertical-434 { padding-top: 434px !important; padding-bottom: 434px !important; }
.util-elevation-level-435 { box-shadow: 0 435px 870px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-435 { border-radius: 435px !important; }
.util-spacing-gap-435 { gap: 435px !important; }
.util-pad-vertical-435 { padding-top: 435px !important; padding-bottom: 435px !important; }
.util-elevation-level-436 { box-shadow: 0 436px 872px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-436 { border-radius: 436px !important; }
.util-spacing-gap-436 { gap: 436px !important; }
.util-pad-vertical-436 { padding-top: 436px !important; padding-bottom: 436px !important; }
.util-elevation-level-437 { box-shadow: 0 437px 874px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-437 { border-radius: 437px !important; }
.util-spacing-gap-437 { gap: 437px !important; }
.util-pad-vertical-437 { padding-top: 437px !important; padding-bottom: 437px !important; }
.util-elevation-level-438 { box-shadow: 0 438px 876px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-438 { border-radius: 438px !important; }
.util-spacing-gap-438 { gap: 438px !important; }
.util-pad-vertical-438 { padding-top: 438px !important; padding-bottom: 438px !important; }
.util-elevation-level-439 { box-shadow: 0 439px 878px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-439 { border-radius: 439px !important; }
.util-spacing-gap-439 { gap: 439px !important; }
.util-pad-vertical-439 { padding-top: 439px !important; padding-bottom: 439px !important; }
.util-elevation-level-440 { box-shadow: 0 440px 880px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-440 { border-radius: 440px !important; }
.util-spacing-gap-440 { gap: 440px !important; }
.util-pad-vertical-440 { padding-top: 440px !important; padding-bottom: 440px !important; }
.util-elevation-level-441 { box-shadow: 0 441px 882px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-441 { border-radius: 441px !important; }
.util-spacing-gap-441 { gap: 441px !important; }
.util-pad-vertical-441 { padding-top: 441px !important; padding-bottom: 441px !important; }
.util-elevation-level-442 { box-shadow: 0 442px 884px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-442 { border-radius: 442px !important; }
.util-spacing-gap-442 { gap: 442px !important; }
.util-pad-vertical-442 { padding-top: 442px !important; padding-bottom: 442px !important; }
.util-elevation-level-443 { box-shadow: 0 443px 886px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-443 { border-radius: 443px !important; }
.util-spacing-gap-443 { gap: 443px !important; }
.util-pad-vertical-443 { padding-top: 443px !important; padding-bottom: 443px !important; }
.util-elevation-level-444 { box-shadow: 0 444px 888px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-444 { border-radius: 444px !important; }
.util-spacing-gap-444 { gap: 444px !important; }
.util-pad-vertical-444 { padding-top: 444px !important; padding-bottom: 444px !important; }
.util-elevation-level-445 { box-shadow: 0 445px 890px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-445 { border-radius: 445px !important; }
.util-spacing-gap-445 { gap: 445px !important; }
.util-pad-vertical-445 { padding-top: 445px !important; padding-bottom: 445px !important; }
.util-elevation-level-446 { box-shadow: 0 446px 892px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-446 { border-radius: 446px !important; }
.util-spacing-gap-446 { gap: 446px !important; }
.util-pad-vertical-446 { padding-top: 446px !important; padding-bottom: 446px !important; }
.util-elevation-level-447 { box-shadow: 0 447px 894px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-447 { border-radius: 447px !important; }
.util-spacing-gap-447 { gap: 447px !important; }
.util-pad-vertical-447 { padding-top: 447px !important; padding-bottom: 447px !important; }
.util-elevation-level-448 { box-shadow: 0 448px 896px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-448 { border-radius: 448px !important; }
.util-spacing-gap-448 { gap: 448px !important; }
.util-pad-vertical-448 { padding-top: 448px !important; padding-bottom: 448px !important; }
.util-elevation-level-449 { box-shadow: 0 449px 898px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-449 { border-radius: 449px !important; }
.util-spacing-gap-449 { gap: 449px !important; }
.util-pad-vertical-449 { padding-top: 449px !important; padding-bottom: 449px !important; }
.util-elevation-level-450 { box-shadow: 0 450px 900px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-450 { border-radius: 450px !important; }
.util-spacing-gap-450 { gap: 450px !important; }
.util-pad-vertical-450 { padding-top: 450px !important; padding-bottom: 450px !important; }
.util-elevation-level-451 { box-shadow: 0 451px 902px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-451 { border-radius: 451px !important; }
.util-spacing-gap-451 { gap: 451px !important; }
.util-pad-vertical-451 { padding-top: 451px !important; padding-bottom: 451px !important; }
.util-elevation-level-452 { box-shadow: 0 452px 904px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-452 { border-radius: 452px !important; }
.util-spacing-gap-452 { gap: 452px !important; }
.util-pad-vertical-452 { padding-top: 452px !important; padding-bottom: 452px !important; }
.util-elevation-level-453 { box-shadow: 0 453px 906px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-453 { border-radius: 453px !important; }
.util-spacing-gap-453 { gap: 453px !important; }
.util-pad-vertical-453 { padding-top: 453px !important; padding-bottom: 453px !important; }
.util-elevation-level-454 { box-shadow: 0 454px 908px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-454 { border-radius: 454px !important; }
.util-spacing-gap-454 { gap: 454px !important; }
.util-pad-vertical-454 { padding-top: 454px !important; padding-bottom: 454px !important; }
.util-elevation-level-455 { box-shadow: 0 455px 910px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-455 { border-radius: 455px !important; }
.util-spacing-gap-455 { gap: 455px !important; }
.util-pad-vertical-455 { padding-top: 455px !important; padding-bottom: 455px !important; }
.util-elevation-level-456 { box-shadow: 0 456px 912px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-456 { border-radius: 456px !important; }
.util-spacing-gap-456 { gap: 456px !important; }
.util-pad-vertical-456 { padding-top: 456px !important; padding-bottom: 456px !important; }
.util-elevation-level-457 { box-shadow: 0 457px 914px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-457 { border-radius: 457px !important; }
.util-spacing-gap-457 { gap: 457px !important; }
.util-pad-vertical-457 { padding-top: 457px !important; padding-bottom: 457px !important; }
.util-elevation-level-458 { box-shadow: 0 458px 916px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-458 { border-radius: 458px !important; }
.util-spacing-gap-458 { gap: 458px !important; }
.util-pad-vertical-458 { padding-top: 458px !important; padding-bottom: 458px !important; }
.util-elevation-level-459 { box-shadow: 0 459px 918px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-459 { border-radius: 459px !important; }
.util-spacing-gap-459 { gap: 459px !important; }
.util-pad-vertical-459 { padding-top: 459px !important; padding-bottom: 459px !important; }
.util-elevation-level-460 { box-shadow: 0 460px 920px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-460 { border-radius: 460px !important; }
.util-spacing-gap-460 { gap: 460px !important; }
.util-pad-vertical-460 { padding-top: 460px !important; padding-bottom: 460px !important; }
.util-elevation-level-461 { box-shadow: 0 461px 922px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-461 { border-radius: 461px !important; }
.util-spacing-gap-461 { gap: 461px !important; }
.util-pad-vertical-461 { padding-top: 461px !important; padding-bottom: 461px !important; }
.util-elevation-level-462 { box-shadow: 0 462px 924px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-462 { border-radius: 462px !important; }
.util-spacing-gap-462 { gap: 462px !important; }
.util-pad-vertical-462 { padding-top: 462px !important; padding-bottom: 462px !important; }
.util-elevation-level-463 { box-shadow: 0 463px 926px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-463 { border-radius: 463px !important; }
.util-spacing-gap-463 { gap: 463px !important; }
.util-pad-vertical-463 { padding-top: 463px !important; padding-bottom: 463px !important; }
.util-elevation-level-464 { box-shadow: 0 464px 928px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-464 { border-radius: 464px !important; }
.util-spacing-gap-464 { gap: 464px !important; }
.util-pad-vertical-464 { padding-top: 464px !important; padding-bottom: 464px !important; }
.util-elevation-level-465 { box-shadow: 0 465px 930px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-465 { border-radius: 465px !important; }
.util-spacing-gap-465 { gap: 465px !important; }
.util-pad-vertical-465 { padding-top: 465px !important; padding-bottom: 465px !important; }
.util-elevation-level-466 { box-shadow: 0 466px 932px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-466 { border-radius: 466px !important; }
.util-spacing-gap-466 { gap: 466px !important; }
.util-pad-vertical-466 { padding-top: 466px !important; padding-bottom: 466px !important; }
.util-elevation-level-467 { box-shadow: 0 467px 934px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-467 { border-radius: 467px !important; }
.util-spacing-gap-467 { gap: 467px !important; }
.util-pad-vertical-467 { padding-top: 467px !important; padding-bottom: 467px !important; }
.util-elevation-level-468 { box-shadow: 0 468px 936px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-468 { border-radius: 468px !important; }
.util-spacing-gap-468 { gap: 468px !important; }
.util-pad-vertical-468 { padding-top: 468px !important; padding-bottom: 468px !important; }
.util-elevation-level-469 { box-shadow: 0 469px 938px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-469 { border-radius: 469px !important; }
.util-spacing-gap-469 { gap: 469px !important; }
.util-pad-vertical-469 { padding-top: 469px !important; padding-bottom: 469px !important; }
.util-elevation-level-470 { box-shadow: 0 470px 940px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-470 { border-radius: 470px !important; }
.util-spacing-gap-470 { gap: 470px !important; }
.util-pad-vertical-470 { padding-top: 470px !important; padding-bottom: 470px !important; }
.util-elevation-level-471 { box-shadow: 0 471px 942px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-471 { border-radius: 471px !important; }
.util-spacing-gap-471 { gap: 471px !important; }
.util-pad-vertical-471 { padding-top: 471px !important; padding-bottom: 471px !important; }
.util-elevation-level-472 { box-shadow: 0 472px 944px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-472 { border-radius: 472px !important; }
.util-spacing-gap-472 { gap: 472px !important; }
.util-pad-vertical-472 { padding-top: 472px !important; padding-bottom: 472px !important; }
.util-elevation-level-473 { box-shadow: 0 473px 946px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-473 { border-radius: 473px !important; }
.util-spacing-gap-473 { gap: 473px !important; }
.util-pad-vertical-473 { padding-top: 473px !important; padding-bottom: 473px !important; }
.util-elevation-level-474 { box-shadow: 0 474px 948px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-474 { border-radius: 474px !important; }
.util-spacing-gap-474 { gap: 474px !important; }
.util-pad-vertical-474 { padding-top: 474px !important; padding-bottom: 474px !important; }
.util-elevation-level-475 { box-shadow: 0 475px 950px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-475 { border-radius: 475px !important; }
.util-spacing-gap-475 { gap: 475px !important; }
.util-pad-vertical-475 { padding-top: 475px !important; padding-bottom: 475px !important; }
.util-elevation-level-476 { box-shadow: 0 476px 952px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-476 { border-radius: 476px !important; }
.util-spacing-gap-476 { gap: 476px !important; }
.util-pad-vertical-476 { padding-top: 476px !important; padding-bottom: 476px !important; }
.util-elevation-level-477 { box-shadow: 0 477px 954px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-477 { border-radius: 477px !important; }
.util-spacing-gap-477 { gap: 477px !important; }
.util-pad-vertical-477 { padding-top: 477px !important; padding-bottom: 477px !important; }
.util-elevation-level-478 { box-shadow: 0 478px 956px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-478 { border-radius: 478px !important; }
.util-spacing-gap-478 { gap: 478px !important; }
.util-pad-vertical-478 { padding-top: 478px !important; padding-bottom: 478px !important; }
.util-elevation-level-479 { box-shadow: 0 479px 958px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-479 { border-radius: 479px !important; }
.util-spacing-gap-479 { gap: 479px !important; }
.util-pad-vertical-479 { padding-top: 479px !important; padding-bottom: 479px !important; }
.util-elevation-level-480 { box-shadow: 0 480px 960px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-480 { border-radius: 480px !important; }
.util-spacing-gap-480 { gap: 480px !important; }
.util-pad-vertical-480 { padding-top: 480px !important; padding-bottom: 480px !important; }
.util-elevation-level-481 { box-shadow: 0 481px 962px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-481 { border-radius: 481px !important; }
.util-spacing-gap-481 { gap: 481px !important; }
.util-pad-vertical-481 { padding-top: 481px !important; padding-bottom: 481px !important; }
.util-elevation-level-482 { box-shadow: 0 482px 964px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-482 { border-radius: 482px !important; }
.util-spacing-gap-482 { gap: 482px !important; }
.util-pad-vertical-482 { padding-top: 482px !important; padding-bottom: 482px !important; }
.util-elevation-level-483 { box-shadow: 0 483px 966px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-483 { border-radius: 483px !important; }
.util-spacing-gap-483 { gap: 483px !important; }
.util-pad-vertical-483 { padding-top: 483px !important; padding-bottom: 483px !important; }
.util-elevation-level-484 { box-shadow: 0 484px 968px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-484 { border-radius: 484px !important; }
.util-spacing-gap-484 { gap: 484px !important; }
.util-pad-vertical-484 { padding-top: 484px !important; padding-bottom: 484px !important; }
.util-elevation-level-485 { box-shadow: 0 485px 970px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-485 { border-radius: 485px !important; }
.util-spacing-gap-485 { gap: 485px !important; }
.util-pad-vertical-485 { padding-top: 485px !important; padding-bottom: 485px !important; }
.util-elevation-level-486 { box-shadow: 0 486px 972px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-486 { border-radius: 486px !important; }
.util-spacing-gap-486 { gap: 486px !important; }
.util-pad-vertical-486 { padding-top: 486px !important; padding-bottom: 486px !important; }
.util-elevation-level-487 { box-shadow: 0 487px 974px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-487 { border-radius: 487px !important; }
.util-spacing-gap-487 { gap: 487px !important; }
.util-pad-vertical-487 { padding-top: 487px !important; padding-bottom: 487px !important; }
.util-elevation-level-488 { box-shadow: 0 488px 976px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-488 { border-radius: 488px !important; }
.util-spacing-gap-488 { gap: 488px !important; }
.util-pad-vertical-488 { padding-top: 488px !important; padding-bottom: 488px !important; }
.util-elevation-level-489 { box-shadow: 0 489px 978px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-489 { border-radius: 489px !important; }
.util-spacing-gap-489 { gap: 489px !important; }
.util-pad-vertical-489 { padding-top: 489px !important; padding-bottom: 489px !important; }
.util-elevation-level-490 { box-shadow: 0 490px 980px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-490 { border-radius: 490px !important; }
.util-spacing-gap-490 { gap: 490px !important; }
.util-pad-vertical-490 { padding-top: 490px !important; padding-bottom: 490px !important; }
.util-elevation-level-491 { box-shadow: 0 491px 982px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-491 { border-radius: 491px !important; }
.util-spacing-gap-491 { gap: 491px !important; }
.util-pad-vertical-491 { padding-top: 491px !important; padding-bottom: 491px !important; }
.util-elevation-level-492 { box-shadow: 0 492px 984px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-492 { border-radius: 492px !important; }
.util-spacing-gap-492 { gap: 492px !important; }
.util-pad-vertical-492 { padding-top: 492px !important; padding-bottom: 492px !important; }
.util-elevation-level-493 { box-shadow: 0 493px 986px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-493 { border-radius: 493px !important; }
.util-spacing-gap-493 { gap: 493px !important; }
.util-pad-vertical-493 { padding-top: 493px !important; padding-bottom: 493px !important; }
.util-elevation-level-494 { box-shadow: 0 494px 988px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-494 { border-radius: 494px !important; }
.util-spacing-gap-494 { gap: 494px !important; }
.util-pad-vertical-494 { padding-top: 494px !important; padding-bottom: 494px !important; }
.util-elevation-level-495 { box-shadow: 0 495px 990px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-495 { border-radius: 495px !important; }
.util-spacing-gap-495 { gap: 495px !important; }
.util-pad-vertical-495 { padding-top: 495px !important; padding-bottom: 495px !important; }
.util-elevation-level-496 { box-shadow: 0 496px 992px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-496 { border-radius: 496px !important; }
.util-spacing-gap-496 { gap: 496px !important; }
.util-pad-vertical-496 { padding-top: 496px !important; padding-bottom: 496px !important; }
.util-elevation-level-497 { box-shadow: 0 497px 994px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-497 { border-radius: 497px !important; }
.util-spacing-gap-497 { gap: 497px !important; }
.util-pad-vertical-497 { padding-top: 497px !important; padding-bottom: 497px !important; }
.util-elevation-level-498 { box-shadow: 0 498px 996px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-498 { border-radius: 498px !important; }
.util-spacing-gap-498 { gap: 498px !important; }
.util-pad-vertical-498 { padding-top: 498px !important; padding-bottom: 498px !important; }
.util-elevation-level-499 { box-shadow: 0 499px 998px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-499 { border-radius: 499px !important; }
.util-spacing-gap-499 { gap: 499px !important; }
.util-pad-vertical-499 { padding-top: 499px !important; padding-bottom: 499px !important; }
.util-elevation-level-500 { box-shadow: 0 500px 1000px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-500 { border-radius: 500px !important; }
.util-spacing-gap-500 { gap: 500px !important; }
.util-pad-vertical-500 { padding-top: 500px !important; padding-bottom: 500px !important; }
.util-elevation-level-501 { box-shadow: 0 501px 1002px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-501 { border-radius: 501px !important; }
.util-spacing-gap-501 { gap: 501px !important; }
.util-pad-vertical-501 { padding-top: 501px !important; padding-bottom: 501px !important; }
.util-elevation-level-502 { box-shadow: 0 502px 1004px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-502 { border-radius: 502px !important; }
.util-spacing-gap-502 { gap: 502px !important; }
.util-pad-vertical-502 { padding-top: 502px !important; padding-bottom: 502px !important; }
.util-elevation-level-503 { box-shadow: 0 503px 1006px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-503 { border-radius: 503px !important; }
.util-spacing-gap-503 { gap: 503px !important; }
.util-pad-vertical-503 { padding-top: 503px !important; padding-bottom: 503px !important; }
.util-elevation-level-504 { box-shadow: 0 504px 1008px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-504 { border-radius: 504px !important; }
.util-spacing-gap-504 { gap: 504px !important; }
.util-pad-vertical-504 { padding-top: 504px !important; padding-bottom: 504px !important; }
.util-elevation-level-505 { box-shadow: 0 505px 1010px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-505 { border-radius: 505px !important; }
.util-spacing-gap-505 { gap: 505px !important; }
.util-pad-vertical-505 { padding-top: 505px !important; padding-bottom: 505px !important; }
.util-elevation-level-506 { box-shadow: 0 506px 1012px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-506 { border-radius: 506px !important; }
.util-spacing-gap-506 { gap: 506px !important; }
.util-pad-vertical-506 { padding-top: 506px !important; padding-bottom: 506px !important; }
.util-elevation-level-507 { box-shadow: 0 507px 1014px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-507 { border-radius: 507px !important; }
.util-spacing-gap-507 { gap: 507px !important; }
.util-pad-vertical-507 { padding-top: 507px !important; padding-bottom: 507px !important; }
.util-elevation-level-508 { box-shadow: 0 508px 1016px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-508 { border-radius: 508px !important; }
.util-spacing-gap-508 { gap: 508px !important; }
.util-pad-vertical-508 { padding-top: 508px !important; padding-bottom: 508px !important; }
.util-elevation-level-509 { box-shadow: 0 509px 1018px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-509 { border-radius: 509px !important; }
.util-spacing-gap-509 { gap: 509px !important; }
.util-pad-vertical-509 { padding-top: 509px !important; padding-bottom: 509px !important; }
.util-elevation-level-510 { box-shadow: 0 510px 1020px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-510 { border-radius: 510px !important; }
.util-spacing-gap-510 { gap: 510px !important; }
.util-pad-vertical-510 { padding-top: 510px !important; padding-bottom: 510px !important; }
.util-elevation-level-511 { box-shadow: 0 511px 1022px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-511 { border-radius: 511px !important; }
.util-spacing-gap-511 { gap: 511px !important; }
.util-pad-vertical-511 { padding-top: 511px !important; padding-bottom: 511px !important; }
.util-elevation-level-512 { box-shadow: 0 512px 1024px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-512 { border-radius: 512px !important; }
.util-spacing-gap-512 { gap: 512px !important; }
.util-pad-vertical-512 { padding-top: 512px !important; padding-bottom: 512px !important; }
.util-elevation-level-513 { box-shadow: 0 513px 1026px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-513 { border-radius: 513px !important; }
.util-spacing-gap-513 { gap: 513px !important; }
.util-pad-vertical-513 { padding-top: 513px !important; padding-bottom: 513px !important; }
.util-elevation-level-514 { box-shadow: 0 514px 1028px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-514 { border-radius: 514px !important; }
.util-spacing-gap-514 { gap: 514px !important; }
.util-pad-vertical-514 { padding-top: 514px !important; padding-bottom: 514px !important; }
.util-elevation-level-515 { box-shadow: 0 515px 1030px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-515 { border-radius: 515px !important; }
.util-spacing-gap-515 { gap: 515px !important; }
.util-pad-vertical-515 { padding-top: 515px !important; padding-bottom: 515px !important; }
.util-elevation-level-516 { box-shadow: 0 516px 1032px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-516 { border-radius: 516px !important; }
.util-spacing-gap-516 { gap: 516px !important; }
.util-pad-vertical-516 { padding-top: 516px !important; padding-bottom: 516px !important; }
.util-elevation-level-517 { box-shadow: 0 517px 1034px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-517 { border-radius: 517px !important; }
.util-spacing-gap-517 { gap: 517px !important; }
.util-pad-vertical-517 { padding-top: 517px !important; padding-bottom: 517px !important; }
.util-elevation-level-518 { box-shadow: 0 518px 1036px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-518 { border-radius: 518px !important; }
.util-spacing-gap-518 { gap: 518px !important; }
.util-pad-vertical-518 { padding-top: 518px !important; padding-bottom: 518px !important; }
.util-elevation-level-519 { box-shadow: 0 519px 1038px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-519 { border-radius: 519px !important; }
.util-spacing-gap-519 { gap: 519px !important; }
.util-pad-vertical-519 { padding-top: 519px !important; padding-bottom: 519px !important; }
.util-elevation-level-520 { box-shadow: 0 520px 1040px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-520 { border-radius: 520px !important; }
.util-spacing-gap-520 { gap: 520px !important; }
.util-pad-vertical-520 { padding-top: 520px !important; padding-bottom: 520px !important; }
.util-elevation-level-521 { box-shadow: 0 521px 1042px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-521 { border-radius: 521px !important; }
.util-spacing-gap-521 { gap: 521px !important; }
.util-pad-vertical-521 { padding-top: 521px !important; padding-bottom: 521px !important; }
.util-elevation-level-522 { box-shadow: 0 522px 1044px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-522 { border-radius: 522px !important; }
.util-spacing-gap-522 { gap: 522px !important; }
.util-pad-vertical-522 { padding-top: 522px !important; padding-bottom: 522px !important; }
.util-elevation-level-523 { box-shadow: 0 523px 1046px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-523 { border-radius: 523px !important; }
.util-spacing-gap-523 { gap: 523px !important; }
.util-pad-vertical-523 { padding-top: 523px !important; padding-bottom: 523px !important; }
.util-elevation-level-524 { box-shadow: 0 524px 1048px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-524 { border-radius: 524px !important; }
.util-spacing-gap-524 { gap: 524px !important; }
.util-pad-vertical-524 { padding-top: 524px !important; padding-bottom: 524px !important; }
.util-elevation-level-525 { box-shadow: 0 525px 1050px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-525 { border-radius: 525px !important; }
.util-spacing-gap-525 { gap: 525px !important; }
.util-pad-vertical-525 { padding-top: 525px !important; padding-bottom: 525px !important; }
.util-elevation-level-526 { box-shadow: 0 526px 1052px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-526 { border-radius: 526px !important; }
.util-spacing-gap-526 { gap: 526px !important; }
.util-pad-vertical-526 { padding-top: 526px !important; padding-bottom: 526px !important; }
.util-elevation-level-527 { box-shadow: 0 527px 1054px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-527 { border-radius: 527px !important; }
.util-spacing-gap-527 { gap: 527px !important; }
.util-pad-vertical-527 { padding-top: 527px !important; padding-bottom: 527px !important; }
.util-elevation-level-528 { box-shadow: 0 528px 1056px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-528 { border-radius: 528px !important; }
.util-spacing-gap-528 { gap: 528px !important; }
.util-pad-vertical-528 { padding-top: 528px !important; padding-bottom: 528px !important; }
.util-elevation-level-529 { box-shadow: 0 529px 1058px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-529 { border-radius: 529px !important; }
.util-spacing-gap-529 { gap: 529px !important; }
.util-pad-vertical-529 { padding-top: 529px !important; padding-bottom: 529px !important; }
.util-elevation-level-530 { box-shadow: 0 530px 1060px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-530 { border-radius: 530px !important; }
.util-spacing-gap-530 { gap: 530px !important; }
.util-pad-vertical-530 { padding-top: 530px !important; padding-bottom: 530px !important; }
.util-elevation-level-531 { box-shadow: 0 531px 1062px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-531 { border-radius: 531px !important; }
.util-spacing-gap-531 { gap: 531px !important; }
.util-pad-vertical-531 { padding-top: 531px !important; padding-bottom: 531px !important; }
.util-elevation-level-532 { box-shadow: 0 532px 1064px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-532 { border-radius: 532px !important; }
.util-spacing-gap-532 { gap: 532px !important; }
.util-pad-vertical-532 { padding-top: 532px !important; padding-bottom: 532px !important; }
.util-elevation-level-533 { box-shadow: 0 533px 1066px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-533 { border-radius: 533px !important; }
.util-spacing-gap-533 { gap: 533px !important; }
.util-pad-vertical-533 { padding-top: 533px !important; padding-bottom: 533px !important; }
.util-elevation-level-534 { box-shadow: 0 534px 1068px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-534 { border-radius: 534px !important; }
.util-spacing-gap-534 { gap: 534px !important; }
.util-pad-vertical-534 { padding-top: 534px !important; padding-bottom: 534px !important; }
.util-elevation-level-535 { box-shadow: 0 535px 1070px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-535 { border-radius: 535px !important; }
.util-spacing-gap-535 { gap: 535px !important; }
.util-pad-vertical-535 { padding-top: 535px !important; padding-bottom: 535px !important; }
.util-elevation-level-536 { box-shadow: 0 536px 1072px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-536 { border-radius: 536px !important; }
.util-spacing-gap-536 { gap: 536px !important; }
.util-pad-vertical-536 { padding-top: 536px !important; padding-bottom: 536px !important; }
.util-elevation-level-537 { box-shadow: 0 537px 1074px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-537 { border-radius: 537px !important; }
.util-spacing-gap-537 { gap: 537px !important; }
.util-pad-vertical-537 { padding-top: 537px !important; padding-bottom: 537px !important; }
.util-elevation-level-538 { box-shadow: 0 538px 1076px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-538 { border-radius: 538px !important; }
.util-spacing-gap-538 { gap: 538px !important; }
.util-pad-vertical-538 { padding-top: 538px !important; padding-bottom: 538px !important; }
.util-elevation-level-539 { box-shadow: 0 539px 1078px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-539 { border-radius: 539px !important; }
.util-spacing-gap-539 { gap: 539px !important; }
.util-pad-vertical-539 { padding-top: 539px !important; padding-bottom: 539px !important; }
.util-elevation-level-540 { box-shadow: 0 540px 1080px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-540 { border-radius: 540px !important; }
.util-spacing-gap-540 { gap: 540px !important; }
.util-pad-vertical-540 { padding-top: 540px !important; padding-bottom: 540px !important; }
.util-elevation-level-541 { box-shadow: 0 541px 1082px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-541 { border-radius: 541px !important; }
.util-spacing-gap-541 { gap: 541px !important; }
.util-pad-vertical-541 { padding-top: 541px !important; padding-bottom: 541px !important; }
.util-elevation-level-542 { box-shadow: 0 542px 1084px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-542 { border-radius: 542px !important; }
.util-spacing-gap-542 { gap: 542px !important; }
.util-pad-vertical-542 { padding-top: 542px !important; padding-bottom: 542px !important; }
.util-elevation-level-543 { box-shadow: 0 543px 1086px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-543 { border-radius: 543px !important; }
.util-spacing-gap-543 { gap: 543px !important; }
.util-pad-vertical-543 { padding-top: 543px !important; padding-bottom: 543px !important; }
.util-elevation-level-544 { box-shadow: 0 544px 1088px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-544 { border-radius: 544px !important; }
.util-spacing-gap-544 { gap: 544px !important; }
.util-pad-vertical-544 { padding-top: 544px !important; padding-bottom: 544px !important; }
.util-elevation-level-545 { box-shadow: 0 545px 1090px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-545 { border-radius: 545px !important; }
.util-spacing-gap-545 { gap: 545px !important; }
.util-pad-vertical-545 { padding-top: 545px !important; padding-bottom: 545px !important; }
.util-elevation-level-546 { box-shadow: 0 546px 1092px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-546 { border-radius: 546px !important; }
.util-spacing-gap-546 { gap: 546px !important; }
.util-pad-vertical-546 { padding-top: 546px !important; padding-bottom: 546px !important; }
.util-elevation-level-547 { box-shadow: 0 547px 1094px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-547 { border-radius: 547px !important; }
.util-spacing-gap-547 { gap: 547px !important; }
.util-pad-vertical-547 { padding-top: 547px !important; padding-bottom: 547px !important; }
.util-elevation-level-548 { box-shadow: 0 548px 1096px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-548 { border-radius: 548px !important; }
.util-spacing-gap-548 { gap: 548px !important; }
.util-pad-vertical-548 { padding-top: 548px !important; padding-bottom: 548px !important; }
.util-elevation-level-549 { box-shadow: 0 549px 1098px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-549 { border-radius: 549px !important; }
.util-spacing-gap-549 { gap: 549px !important; }
.util-pad-vertical-549 { padding-top: 549px !important; padding-bottom: 549px !important; }
.util-elevation-level-550 { box-shadow: 0 550px 1100px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-550 { border-radius: 550px !important; }
.util-spacing-gap-550 { gap: 550px !important; }
.util-pad-vertical-550 { padding-top: 550px !important; padding-bottom: 550px !important; }
.util-elevation-level-551 { box-shadow: 0 551px 1102px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-551 { border-radius: 551px !important; }
.util-spacing-gap-551 { gap: 551px !important; }
.util-pad-vertical-551 { padding-top: 551px !important; padding-bottom: 551px !important; }
.util-elevation-level-552 { box-shadow: 0 552px 1104px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-552 { border-radius: 552px !important; }
.util-spacing-gap-552 { gap: 552px !important; }
.util-pad-vertical-552 { padding-top: 552px !important; padding-bottom: 552px !important; }
.util-elevation-level-553 { box-shadow: 0 553px 1106px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-553 { border-radius: 553px !important; }
.util-spacing-gap-553 { gap: 553px !important; }
.util-pad-vertical-553 { padding-top: 553px !important; padding-bottom: 553px !important; }
.util-elevation-level-554 { box-shadow: 0 554px 1108px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-554 { border-radius: 554px !important; }
.util-spacing-gap-554 { gap: 554px !important; }
.util-pad-vertical-554 { padding-top: 554px !important; padding-bottom: 554px !important; }
.util-elevation-level-555 { box-shadow: 0 555px 1110px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-555 { border-radius: 555px !important; }
.util-spacing-gap-555 { gap: 555px !important; }
.util-pad-vertical-555 { padding-top: 555px !important; padding-bottom: 555px !important; }
.util-elevation-level-556 { box-shadow: 0 556px 1112px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-556 { border-radius: 556px !important; }
.util-spacing-gap-556 { gap: 556px !important; }
.util-pad-vertical-556 { padding-top: 556px !important; padding-bottom: 556px !important; }
.util-elevation-level-557 { box-shadow: 0 557px 1114px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-557 { border-radius: 557px !important; }
.util-spacing-gap-557 { gap: 557px !important; }
.util-pad-vertical-557 { padding-top: 557px !important; padding-bottom: 557px !important; }
.util-elevation-level-558 { box-shadow: 0 558px 1116px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-558 { border-radius: 558px !important; }
.util-spacing-gap-558 { gap: 558px !important; }
.util-pad-vertical-558 { padding-top: 558px !important; padding-bottom: 558px !important; }
.util-elevation-level-559 { box-shadow: 0 559px 1118px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-559 { border-radius: 559px !important; }
.util-spacing-gap-559 { gap: 559px !important; }
.util-pad-vertical-559 { padding-top: 559px !important; padding-bottom: 559px !important; }
.util-elevation-level-560 { box-shadow: 0 560px 1120px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-560 { border-radius: 560px !important; }
.util-spacing-gap-560 { gap: 560px !important; }
.util-pad-vertical-560 { padding-top: 560px !important; padding-bottom: 560px !important; }
.util-elevation-level-561 { box-shadow: 0 561px 1122px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-561 { border-radius: 561px !important; }
.util-spacing-gap-561 { gap: 561px !important; }
.util-pad-vertical-561 { padding-top: 561px !important; padding-bottom: 561px !important; }
.util-elevation-level-562 { box-shadow: 0 562px 1124px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-562 { border-radius: 562px !important; }
.util-spacing-gap-562 { gap: 562px !important; }
.util-pad-vertical-562 { padding-top: 562px !important; padding-bottom: 562px !important; }
.util-elevation-level-563 { box-shadow: 0 563px 1126px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-563 { border-radius: 563px !important; }
.util-spacing-gap-563 { gap: 563px !important; }
.util-pad-vertical-563 { padding-top: 563px !important; padding-bottom: 563px !important; }
.util-elevation-level-564 { box-shadow: 0 564px 1128px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-564 { border-radius: 564px !important; }
.util-spacing-gap-564 { gap: 564px !important; }
.util-pad-vertical-564 { padding-top: 564px !important; padding-bottom: 564px !important; }
.util-elevation-level-565 { box-shadow: 0 565px 1130px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-565 { border-radius: 565px !important; }
.util-spacing-gap-565 { gap: 565px !important; }
.util-pad-vertical-565 { padding-top: 565px !important; padding-bottom: 565px !important; }
.util-elevation-level-566 { box-shadow: 0 566px 1132px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-566 { border-radius: 566px !important; }
.util-spacing-gap-566 { gap: 566px !important; }
.util-pad-vertical-566 { padding-top: 566px !important; padding-bottom: 566px !important; }
.util-elevation-level-567 { box-shadow: 0 567px 1134px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-567 { border-radius: 567px !important; }
.util-spacing-gap-567 { gap: 567px !important; }
.util-pad-vertical-567 { padding-top: 567px !important; padding-bottom: 567px !important; }
.util-elevation-level-568 { box-shadow: 0 568px 1136px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-568 { border-radius: 568px !important; }
.util-spacing-gap-568 { gap: 568px !important; }
.util-pad-vertical-568 { padding-top: 568px !important; padding-bottom: 568px !important; }
.util-elevation-level-569 { box-shadow: 0 569px 1138px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-569 { border-radius: 569px !important; }
.util-spacing-gap-569 { gap: 569px !important; }
.util-pad-vertical-569 { padding-top: 569px !important; padding-bottom: 569px !important; }
.util-elevation-level-570 { box-shadow: 0 570px 1140px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-570 { border-radius: 570px !important; }
.util-spacing-gap-570 { gap: 570px !important; }
.util-pad-vertical-570 { padding-top: 570px !important; padding-bottom: 570px !important; }
.util-elevation-level-571 { box-shadow: 0 571px 1142px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-571 { border-radius: 571px !important; }
.util-spacing-gap-571 { gap: 571px !important; }
.util-pad-vertical-571 { padding-top: 571px !important; padding-bottom: 571px !important; }
.util-elevation-level-572 { box-shadow: 0 572px 1144px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-572 { border-radius: 572px !important; }
.util-spacing-gap-572 { gap: 572px !important; }
.util-pad-vertical-572 { padding-top: 572px !important; padding-bottom: 572px !important; }
.util-elevation-level-573 { box-shadow: 0 573px 1146px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-573 { border-radius: 573px !important; }
.util-spacing-gap-573 { gap: 573px !important; }
.util-pad-vertical-573 { padding-top: 573px !important; padding-bottom: 573px !important; }
.util-elevation-level-574 { box-shadow: 0 574px 1148px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-574 { border-radius: 574px !important; }
.util-spacing-gap-574 { gap: 574px !important; }
.util-pad-vertical-574 { padding-top: 574px !important; padding-bottom: 574px !important; }
.util-elevation-level-575 { box-shadow: 0 575px 1150px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-575 { border-radius: 575px !important; }
.util-spacing-gap-575 { gap: 575px !important; }
.util-pad-vertical-575 { padding-top: 575px !important; padding-bottom: 575px !important; }
.util-elevation-level-576 { box-shadow: 0 576px 1152px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-576 { border-radius: 576px !important; }
.util-spacing-gap-576 { gap: 576px !important; }
.util-pad-vertical-576 { padding-top: 576px !important; padding-bottom: 576px !important; }
.util-elevation-level-577 { box-shadow: 0 577px 1154px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-577 { border-radius: 577px !important; }
.util-spacing-gap-577 { gap: 577px !important; }
.util-pad-vertical-577 { padding-top: 577px !important; padding-bottom: 577px !important; }
.util-elevation-level-578 { box-shadow: 0 578px 1156px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-578 { border-radius: 578px !important; }
.util-spacing-gap-578 { gap: 578px !important; }
.util-pad-vertical-578 { padding-top: 578px !important; padding-bottom: 578px !important; }
.util-elevation-level-579 { box-shadow: 0 579px 1158px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-579 { border-radius: 579px !important; }
.util-spacing-gap-579 { gap: 579px !important; }
.util-pad-vertical-579 { padding-top: 579px !important; padding-bottom: 579px !important; }
.util-elevation-level-580 { box-shadow: 0 580px 1160px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-580 { border-radius: 580px !important; }
.util-spacing-gap-580 { gap: 580px !important; }
.util-pad-vertical-580 { padding-top: 580px !important; padding-bottom: 580px !important; }
.util-elevation-level-581 { box-shadow: 0 581px 1162px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-581 { border-radius: 581px !important; }
.util-spacing-gap-581 { gap: 581px !important; }
.util-pad-vertical-581 { padding-top: 581px !important; padding-bottom: 581px !important; }
.util-elevation-level-582 { box-shadow: 0 582px 1164px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-582 { border-radius: 582px !important; }
.util-spacing-gap-582 { gap: 582px !important; }
.util-pad-vertical-582 { padding-top: 582px !important; padding-bottom: 582px !important; }
.util-elevation-level-583 { box-shadow: 0 583px 1166px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-583 { border-radius: 583px !important; }
.util-spacing-gap-583 { gap: 583px !important; }
.util-pad-vertical-583 { padding-top: 583px !important; padding-bottom: 583px !important; }
.util-elevation-level-584 { box-shadow: 0 584px 1168px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-584 { border-radius: 584px !important; }
.util-spacing-gap-584 { gap: 584px !important; }
.util-pad-vertical-584 { padding-top: 584px !important; padding-bottom: 584px !important; }
.util-elevation-level-585 { box-shadow: 0 585px 1170px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-585 { border-radius: 585px !important; }
.util-spacing-gap-585 { gap: 585px !important; }
.util-pad-vertical-585 { padding-top: 585px !important; padding-bottom: 585px !important; }
.util-elevation-level-586 { box-shadow: 0 586px 1172px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-586 { border-radius: 586px !important; }
.util-spacing-gap-586 { gap: 586px !important; }
.util-pad-vertical-586 { padding-top: 586px !important; padding-bottom: 586px !important; }
.util-elevation-level-587 { box-shadow: 0 587px 1174px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-587 { border-radius: 587px !important; }
.util-spacing-gap-587 { gap: 587px !important; }
.util-pad-vertical-587 { padding-top: 587px !important; padding-bottom: 587px !important; }
.util-elevation-level-588 { box-shadow: 0 588px 1176px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-588 { border-radius: 588px !important; }
.util-spacing-gap-588 { gap: 588px !important; }
.util-pad-vertical-588 { padding-top: 588px !important; padding-bottom: 588px !important; }
.util-elevation-level-589 { box-shadow: 0 589px 1178px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-589 { border-radius: 589px !important; }
.util-spacing-gap-589 { gap: 589px !important; }
.util-pad-vertical-589 { padding-top: 589px !important; padding-bottom: 589px !important; }
.util-elevation-level-590 { box-shadow: 0 590px 1180px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-590 { border-radius: 590px !important; }
.util-spacing-gap-590 { gap: 590px !important; }
.util-pad-vertical-590 { padding-top: 590px !important; padding-bottom: 590px !important; }
.util-elevation-level-591 { box-shadow: 0 591px 1182px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-591 { border-radius: 591px !important; }
.util-spacing-gap-591 { gap: 591px !important; }
.util-pad-vertical-591 { padding-top: 591px !important; padding-bottom: 591px !important; }
.util-elevation-level-592 { box-shadow: 0 592px 1184px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-592 { border-radius: 592px !important; }
.util-spacing-gap-592 { gap: 592px !important; }
.util-pad-vertical-592 { padding-top: 592px !important; padding-bottom: 592px !important; }
.util-elevation-level-593 { box-shadow: 0 593px 1186px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-593 { border-radius: 593px !important; }
.util-spacing-gap-593 { gap: 593px !important; }
.util-pad-vertical-593 { padding-top: 593px !important; padding-bottom: 593px !important; }
.util-elevation-level-594 { box-shadow: 0 594px 1188px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-594 { border-radius: 594px !important; }
.util-spacing-gap-594 { gap: 594px !important; }
.util-pad-vertical-594 { padding-top: 594px !important; padding-bottom: 594px !important; }
.util-elevation-level-595 { box-shadow: 0 595px 1190px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-595 { border-radius: 595px !important; }
.util-spacing-gap-595 { gap: 595px !important; }
.util-pad-vertical-595 { padding-top: 595px !important; padding-bottom: 595px !important; }
.util-elevation-level-596 { box-shadow: 0 596px 1192px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-596 { border-radius: 596px !important; }
.util-spacing-gap-596 { gap: 596px !important; }
.util-pad-vertical-596 { padding-top: 596px !important; padding-bottom: 596px !important; }
.util-elevation-level-597 { box-shadow: 0 597px 1194px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-597 { border-radius: 597px !important; }
.util-spacing-gap-597 { gap: 597px !important; }
.util-pad-vertical-597 { padding-top: 597px !important; padding-bottom: 597px !important; }
.util-elevation-level-598 { box-shadow: 0 598px 1196px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-598 { border-radius: 598px !important; }
.util-spacing-gap-598 { gap: 598px !important; }
.util-pad-vertical-598 { padding-top: 598px !important; padding-bottom: 598px !important; }
.util-elevation-level-599 { box-shadow: 0 599px 1198px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-599 { border-radius: 599px !important; }
.util-spacing-gap-599 { gap: 599px !important; }
.util-pad-vertical-599 { padding-top: 599px !important; padding-bottom: 599px !important; }
.util-elevation-level-600 { box-shadow: 0 600px 1200px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-600 { border-radius: 600px !important; }
.util-spacing-gap-600 { gap: 600px !important; }
.util-pad-vertical-600 { padding-top: 600px !important; padding-bottom: 600px !important; }
.util-elevation-level-601 { box-shadow: 0 601px 1202px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-601 { border-radius: 601px !important; }
.util-spacing-gap-601 { gap: 601px !important; }
.util-pad-vertical-601 { padding-top: 601px !important; padding-bottom: 601px !important; }
.util-elevation-level-602 { box-shadow: 0 602px 1204px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-602 { border-radius: 602px !important; }
.util-spacing-gap-602 { gap: 602px !important; }
.util-pad-vertical-602 { padding-top: 602px !important; padding-bottom: 602px !important; }
.util-elevation-level-603 { box-shadow: 0 603px 1206px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-603 { border-radius: 603px !important; }
.util-spacing-gap-603 { gap: 603px !important; }
.util-pad-vertical-603 { padding-top: 603px !important; padding-bottom: 603px !important; }
.util-elevation-level-604 { box-shadow: 0 604px 1208px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-604 { border-radius: 604px !important; }
.util-spacing-gap-604 { gap: 604px !important; }
.util-pad-vertical-604 { padding-top: 604px !important; padding-bottom: 604px !important; }
.util-elevation-level-605 { box-shadow: 0 605px 1210px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-605 { border-radius: 605px !important; }
.util-spacing-gap-605 { gap: 605px !important; }
.util-pad-vertical-605 { padding-top: 605px !important; padding-bottom: 605px !important; }
.util-elevation-level-606 { box-shadow: 0 606px 1212px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-606 { border-radius: 606px !important; }
.util-spacing-gap-606 { gap: 606px !important; }
.util-pad-vertical-606 { padding-top: 606px !important; padding-bottom: 606px !important; }
.util-elevation-level-607 { box-shadow: 0 607px 1214px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-607 { border-radius: 607px !important; }
.util-spacing-gap-607 { gap: 607px !important; }
.util-pad-vertical-607 { padding-top: 607px !important; padding-bottom: 607px !important; }
.util-elevation-level-608 { box-shadow: 0 608px 1216px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-608 { border-radius: 608px !important; }
.util-spacing-gap-608 { gap: 608px !important; }
.util-pad-vertical-608 { padding-top: 608px !important; padding-bottom: 608px !important; }
.util-elevation-level-609 { box-shadow: 0 609px 1218px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-609 { border-radius: 609px !important; }
.util-spacing-gap-609 { gap: 609px !important; }
.util-pad-vertical-609 { padding-top: 609px !important; padding-bottom: 609px !important; }
.util-elevation-level-610 { box-shadow: 0 610px 1220px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-610 { border-radius: 610px !important; }
.util-spacing-gap-610 { gap: 610px !important; }
.util-pad-vertical-610 { padding-top: 610px !important; padding-bottom: 610px !important; }
.util-elevation-level-611 { box-shadow: 0 611px 1222px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-611 { border-radius: 611px !important; }
.util-spacing-gap-611 { gap: 611px !important; }
.util-pad-vertical-611 { padding-top: 611px !important; padding-bottom: 611px !important; }
.util-elevation-level-612 { box-shadow: 0 612px 1224px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-612 { border-radius: 612px !important; }
.util-spacing-gap-612 { gap: 612px !important; }
.util-pad-vertical-612 { padding-top: 612px !important; padding-bottom: 612px !important; }
.util-elevation-level-613 { box-shadow: 0 613px 1226px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-613 { border-radius: 613px !important; }
.util-spacing-gap-613 { gap: 613px !important; }
.util-pad-vertical-613 { padding-top: 613px !important; padding-bottom: 613px !important; }
.util-elevation-level-614 { box-shadow: 0 614px 1228px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-614 { border-radius: 614px !important; }
.util-spacing-gap-614 { gap: 614px !important; }
.util-pad-vertical-614 { padding-top: 614px !important; padding-bottom: 614px !important; }
.util-elevation-level-615 { box-shadow: 0 615px 1230px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-615 { border-radius: 615px !important; }
.util-spacing-gap-615 { gap: 615px !important; }
.util-pad-vertical-615 { padding-top: 615px !important; padding-bottom: 615px !important; }
.util-elevation-level-616 { box-shadow: 0 616px 1232px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-616 { border-radius: 616px !important; }
.util-spacing-gap-616 { gap: 616px !important; }
.util-pad-vertical-616 { padding-top: 616px !important; padding-bottom: 616px !important; }
.util-elevation-level-617 { box-shadow: 0 617px 1234px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-617 { border-radius: 617px !important; }
.util-spacing-gap-617 { gap: 617px !important; }
.util-pad-vertical-617 { padding-top: 617px !important; padding-bottom: 617px !important; }
.util-elevation-level-618 { box-shadow: 0 618px 1236px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-618 { border-radius: 618px !important; }
.util-spacing-gap-618 { gap: 618px !important; }
.util-pad-vertical-618 { padding-top: 618px !important; padding-bottom: 618px !important; }
.util-elevation-level-619 { box-shadow: 0 619px 1238px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-619 { border-radius: 619px !important; }
.util-spacing-gap-619 { gap: 619px !important; }
.util-pad-vertical-619 { padding-top: 619px !important; padding-bottom: 619px !important; }
.util-elevation-level-620 { box-shadow: 0 620px 1240px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-620 { border-radius: 620px !important; }
.util-spacing-gap-620 { gap: 620px !important; }
.util-pad-vertical-620 { padding-top: 620px !important; padding-bottom: 620px !important; }
.util-elevation-level-621 { box-shadow: 0 621px 1242px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-621 { border-radius: 621px !important; }
.util-spacing-gap-621 { gap: 621px !important; }
.util-pad-vertical-621 { padding-top: 621px !important; padding-bottom: 621px !important; }
.util-elevation-level-622 { box-shadow: 0 622px 1244px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-622 { border-radius: 622px !important; }
.util-spacing-gap-622 { gap: 622px !important; }
.util-pad-vertical-622 { padding-top: 622px !important; padding-bottom: 622px !important; }
.util-elevation-level-623 { box-shadow: 0 623px 1246px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-623 { border-radius: 623px !important; }
.util-spacing-gap-623 { gap: 623px !important; }
.util-pad-vertical-623 { padding-top: 623px !important; padding-bottom: 623px !important; }
.util-elevation-level-624 { box-shadow: 0 624px 1248px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-624 { border-radius: 624px !important; }
.util-spacing-gap-624 { gap: 624px !important; }
.util-pad-vertical-624 { padding-top: 624px !important; padding-bottom: 624px !important; }
.util-elevation-level-625 { box-shadow: 0 625px 1250px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-625 { border-radius: 625px !important; }
.util-spacing-gap-625 { gap: 625px !important; }
.util-pad-vertical-625 { padding-top: 625px !important; padding-bottom: 625px !important; }
.util-elevation-level-626 { box-shadow: 0 626px 1252px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-626 { border-radius: 626px !important; }
.util-spacing-gap-626 { gap: 626px !important; }
.util-pad-vertical-626 { padding-top: 626px !important; padding-bottom: 626px !important; }
.util-elevation-level-627 { box-shadow: 0 627px 1254px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-627 { border-radius: 627px !important; }
.util-spacing-gap-627 { gap: 627px !important; }
.util-pad-vertical-627 { padding-top: 627px !important; padding-bottom: 627px !important; }
.util-elevation-level-628 { box-shadow: 0 628px 1256px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-628 { border-radius: 628px !important; }
.util-spacing-gap-628 { gap: 628px !important; }
.util-pad-vertical-628 { padding-top: 628px !important; padding-bottom: 628px !important; }
.util-elevation-level-629 { box-shadow: 0 629px 1258px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-629 { border-radius: 629px !important; }
.util-spacing-gap-629 { gap: 629px !important; }
.util-pad-vertical-629 { padding-top: 629px !important; padding-bottom: 629px !important; }
.util-elevation-level-630 { box-shadow: 0 630px 1260px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-630 { border-radius: 630px !important; }
.util-spacing-gap-630 { gap: 630px !important; }
.util-pad-vertical-630 { padding-top: 630px !important; padding-bottom: 630px !important; }
.util-elevation-level-631 { box-shadow: 0 631px 1262px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-631 { border-radius: 631px !important; }
.util-spacing-gap-631 { gap: 631px !important; }
.util-pad-vertical-631 { padding-top: 631px !important; padding-bottom: 631px !important; }
.util-elevation-level-632 { box-shadow: 0 632px 1264px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-632 { border-radius: 632px !important; }
.util-spacing-gap-632 { gap: 632px !important; }
.util-pad-vertical-632 { padding-top: 632px !important; padding-bottom: 632px !important; }
.util-elevation-level-633 { box-shadow: 0 633px 1266px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-633 { border-radius: 633px !important; }
.util-spacing-gap-633 { gap: 633px !important; }
.util-pad-vertical-633 { padding-top: 633px !important; padding-bottom: 633px !important; }
.util-elevation-level-634 { box-shadow: 0 634px 1268px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-634 { border-radius: 634px !important; }
.util-spacing-gap-634 { gap: 634px !important; }
.util-pad-vertical-634 { padding-top: 634px !important; padding-bottom: 634px !important; }
.util-elevation-level-635 { box-shadow: 0 635px 1270px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-635 { border-radius: 635px !important; }
.util-spacing-gap-635 { gap: 635px !important; }
.util-pad-vertical-635 { padding-top: 635px !important; padding-bottom: 635px !important; }
.util-elevation-level-636 { box-shadow: 0 636px 1272px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-636 { border-radius: 636px !important; }
.util-spacing-gap-636 { gap: 636px !important; }
.util-pad-vertical-636 { padding-top: 636px !important; padding-bottom: 636px !important; }
.util-elevation-level-637 { box-shadow: 0 637px 1274px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-637 { border-radius: 637px !important; }
.util-spacing-gap-637 { gap: 637px !important; }
.util-pad-vertical-637 { padding-top: 637px !important; padding-bottom: 637px !important; }
.util-elevation-level-638 { box-shadow: 0 638px 1276px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-638 { border-radius: 638px !important; }
.util-spacing-gap-638 { gap: 638px !important; }
.util-pad-vertical-638 { padding-top: 638px !important; padding-bottom: 638px !important; }
.util-elevation-level-639 { box-shadow: 0 639px 1278px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-639 { border-radius: 639px !important; }
.util-spacing-gap-639 { gap: 639px !important; }
.util-pad-vertical-639 { padding-top: 639px !important; padding-bottom: 639px !important; }
.util-elevation-level-640 { box-shadow: 0 640px 1280px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-640 { border-radius: 640px !important; }
.util-spacing-gap-640 { gap: 640px !important; }
.util-pad-vertical-640 { padding-top: 640px !important; padding-bottom: 640px !important; }
.util-elevation-level-641 { box-shadow: 0 641px 1282px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-641 { border-radius: 641px !important; }
.util-spacing-gap-641 { gap: 641px !important; }
.util-pad-vertical-641 { padding-top: 641px !important; padding-bottom: 641px !important; }
.util-elevation-level-642 { box-shadow: 0 642px 1284px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-642 { border-radius: 642px !important; }
.util-spacing-gap-642 { gap: 642px !important; }
.util-pad-vertical-642 { padding-top: 642px !important; padding-bottom: 642px !important; }
.util-elevation-level-643 { box-shadow: 0 643px 1286px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-643 { border-radius: 643px !important; }
.util-spacing-gap-643 { gap: 643px !important; }
.util-pad-vertical-643 { padding-top: 643px !important; padding-bottom: 643px !important; }
.util-elevation-level-644 { box-shadow: 0 644px 1288px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-644 { border-radius: 644px !important; }
.util-spacing-gap-644 { gap: 644px !important; }
.util-pad-vertical-644 { padding-top: 644px !important; padding-bottom: 644px !important; }
.util-elevation-level-645 { box-shadow: 0 645px 1290px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-645 { border-radius: 645px !important; }
.util-spacing-gap-645 { gap: 645px !important; }
.util-pad-vertical-645 { padding-top: 645px !important; padding-bottom: 645px !important; }
.util-elevation-level-646 { box-shadow: 0 646px 1292px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-646 { border-radius: 646px !important; }
.util-spacing-gap-646 { gap: 646px !important; }
.util-pad-vertical-646 { padding-top: 646px !important; padding-bottom: 646px !important; }
.util-elevation-level-647 { box-shadow: 0 647px 1294px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-647 { border-radius: 647px !important; }
.util-spacing-gap-647 { gap: 647px !important; }
.util-pad-vertical-647 { padding-top: 647px !important; padding-bottom: 647px !important; }
.util-elevation-level-648 { box-shadow: 0 648px 1296px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-648 { border-radius: 648px !important; }
.util-spacing-gap-648 { gap: 648px !important; }
.util-pad-vertical-648 { padding-top: 648px !important; padding-bottom: 648px !important; }
.util-elevation-level-649 { box-shadow: 0 649px 1298px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-649 { border-radius: 649px !important; }
.util-spacing-gap-649 { gap: 649px !important; }
.util-pad-vertical-649 { padding-top: 649px !important; padding-bottom: 649px !important; }
.util-elevation-level-650 { box-shadow: 0 650px 1300px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-650 { border-radius: 650px !important; }
.util-spacing-gap-650 { gap: 650px !important; }
.util-pad-vertical-650 { padding-top: 650px !important; padding-bottom: 650px !important; }
.util-elevation-level-651 { box-shadow: 0 651px 1302px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-651 { border-radius: 651px !important; }
.util-spacing-gap-651 { gap: 651px !important; }
.util-pad-vertical-651 { padding-top: 651px !important; padding-bottom: 651px !important; }
.util-elevation-level-652 { box-shadow: 0 652px 1304px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-652 { border-radius: 652px !important; }
.util-spacing-gap-652 { gap: 652px !important; }
.util-pad-vertical-652 { padding-top: 652px !important; padding-bottom: 652px !important; }
.util-elevation-level-653 { box-shadow: 0 653px 1306px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-653 { border-radius: 653px !important; }
.util-spacing-gap-653 { gap: 653px !important; }
.util-pad-vertical-653 { padding-top: 653px !important; padding-bottom: 653px !important; }
.util-elevation-level-654 { box-shadow: 0 654px 1308px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-654 { border-radius: 654px !important; }
.util-spacing-gap-654 { gap: 654px !important; }
.util-pad-vertical-654 { padding-top: 654px !important; padding-bottom: 654px !important; }
.util-elevation-level-655 { box-shadow: 0 655px 1310px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-655 { border-radius: 655px !important; }
.util-spacing-gap-655 { gap: 655px !important; }
.util-pad-vertical-655 { padding-top: 655px !important; padding-bottom: 655px !important; }
.util-elevation-level-656 { box-shadow: 0 656px 1312px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-656 { border-radius: 656px !important; }
.util-spacing-gap-656 { gap: 656px !important; }
.util-pad-vertical-656 { padding-top: 656px !important; padding-bottom: 656px !important; }
.util-elevation-level-657 { box-shadow: 0 657px 1314px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-657 { border-radius: 657px !important; }
.util-spacing-gap-657 { gap: 657px !important; }
.util-pad-vertical-657 { padding-top: 657px !important; padding-bottom: 657px !important; }
.util-elevation-level-658 { box-shadow: 0 658px 1316px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-658 { border-radius: 658px !important; }
.util-spacing-gap-658 { gap: 658px !important; }
.util-pad-vertical-658 { padding-top: 658px !important; padding-bottom: 658px !important; }
.util-elevation-level-659 { box-shadow: 0 659px 1318px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-659 { border-radius: 659px !important; }
.util-spacing-gap-659 { gap: 659px !important; }
.util-pad-vertical-659 { padding-top: 659px !important; padding-bottom: 659px !important; }
.util-elevation-level-660 { box-shadow: 0 660px 1320px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-660 { border-radius: 660px !important; }
.util-spacing-gap-660 { gap: 660px !important; }
.util-pad-vertical-660 { padding-top: 660px !important; padding-bottom: 660px !important; }
.util-elevation-level-661 { box-shadow: 0 661px 1322px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-661 { border-radius: 661px !important; }
.util-spacing-gap-661 { gap: 661px !important; }
.util-pad-vertical-661 { padding-top: 661px !important; padding-bottom: 661px !important; }
.util-elevation-level-662 { box-shadow: 0 662px 1324px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-662 { border-radius: 662px !important; }
.util-spacing-gap-662 { gap: 662px !important; }
.util-pad-vertical-662 { padding-top: 662px !important; padding-bottom: 662px !important; }
.util-elevation-level-663 { box-shadow: 0 663px 1326px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-663 { border-radius: 663px !important; }
.util-spacing-gap-663 { gap: 663px !important; }
.util-pad-vertical-663 { padding-top: 663px !important; padding-bottom: 663px !important; }
.util-elevation-level-664 { box-shadow: 0 664px 1328px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-664 { border-radius: 664px !important; }
.util-spacing-gap-664 { gap: 664px !important; }
.util-pad-vertical-664 { padding-top: 664px !important; padding-bottom: 664px !important; }
.util-elevation-level-665 { box-shadow: 0 665px 1330px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-665 { border-radius: 665px !important; }
.util-spacing-gap-665 { gap: 665px !important; }
.util-pad-vertical-665 { padding-top: 665px !important; padding-bottom: 665px !important; }
.util-elevation-level-666 { box-shadow: 0 666px 1332px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-666 { border-radius: 666px !important; }
.util-spacing-gap-666 { gap: 666px !important; }
.util-pad-vertical-666 { padding-top: 666px !important; padding-bottom: 666px !important; }
.util-elevation-level-667 { box-shadow: 0 667px 1334px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-667 { border-radius: 667px !important; }
.util-spacing-gap-667 { gap: 667px !important; }
.util-pad-vertical-667 { padding-top: 667px !important; padding-bottom: 667px !important; }
.util-elevation-level-668 { box-shadow: 0 668px 1336px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-668 { border-radius: 668px !important; }
.util-spacing-gap-668 { gap: 668px !important; }
.util-pad-vertical-668 { padding-top: 668px !important; padding-bottom: 668px !important; }
.util-elevation-level-669 { box-shadow: 0 669px 1338px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-669 { border-radius: 669px !important; }
.util-spacing-gap-669 { gap: 669px !important; }
.util-pad-vertical-669 { padding-top: 669px !important; padding-bottom: 669px !important; }
.util-elevation-level-670 { box-shadow: 0 670px 1340px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-670 { border-radius: 670px !important; }
.util-spacing-gap-670 { gap: 670px !important; }
.util-pad-vertical-670 { padding-top: 670px !important; padding-bottom: 670px !important; }
.util-elevation-level-671 { box-shadow: 0 671px 1342px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-671 { border-radius: 671px !important; }
.util-spacing-gap-671 { gap: 671px !important; }
.util-pad-vertical-671 { padding-top: 671px !important; padding-bottom: 671px !important; }
.util-elevation-level-672 { box-shadow: 0 672px 1344px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-672 { border-radius: 672px !important; }
.util-spacing-gap-672 { gap: 672px !important; }
.util-pad-vertical-672 { padding-top: 672px !important; padding-bottom: 672px !important; }
.util-elevation-level-673 { box-shadow: 0 673px 1346px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-673 { border-radius: 673px !important; }
.util-spacing-gap-673 { gap: 673px !important; }
.util-pad-vertical-673 { padding-top: 673px !important; padding-bottom: 673px !important; }
.util-elevation-level-674 { box-shadow: 0 674px 1348px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-674 { border-radius: 674px !important; }
.util-spacing-gap-674 { gap: 674px !important; }
.util-pad-vertical-674 { padding-top: 674px !important; padding-bottom: 674px !important; }
.util-elevation-level-675 { box-shadow: 0 675px 1350px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-675 { border-radius: 675px !important; }
.util-spacing-gap-675 { gap: 675px !important; }
.util-pad-vertical-675 { padding-top: 675px !important; padding-bottom: 675px !important; }
.util-elevation-level-676 { box-shadow: 0 676px 1352px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-676 { border-radius: 676px !important; }
.util-spacing-gap-676 { gap: 676px !important; }
.util-pad-vertical-676 { padding-top: 676px !important; padding-bottom: 676px !important; }
.util-elevation-level-677 { box-shadow: 0 677px 1354px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-677 { border-radius: 677px !important; }
.util-spacing-gap-677 { gap: 677px !important; }
.util-pad-vertical-677 { padding-top: 677px !important; padding-bottom: 677px !important; }
.util-elevation-level-678 { box-shadow: 0 678px 1356px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-678 { border-radius: 678px !important; }
.util-spacing-gap-678 { gap: 678px !important; }
.util-pad-vertical-678 { padding-top: 678px !important; padding-bottom: 678px !important; }
.util-elevation-level-679 { box-shadow: 0 679px 1358px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-679 { border-radius: 679px !important; }
.util-spacing-gap-679 { gap: 679px !important; }
.util-pad-vertical-679 { padding-top: 679px !important; padding-bottom: 679px !important; }
.util-elevation-level-680 { box-shadow: 0 680px 1360px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-680 { border-radius: 680px !important; }
.util-spacing-gap-680 { gap: 680px !important; }
.util-pad-vertical-680 { padding-top: 680px !important; padding-bottom: 680px !important; }
.util-elevation-level-681 { box-shadow: 0 681px 1362px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-681 { border-radius: 681px !important; }
.util-spacing-gap-681 { gap: 681px !important; }
.util-pad-vertical-681 { padding-top: 681px !important; padding-bottom: 681px !important; }
.util-elevation-level-682 { box-shadow: 0 682px 1364px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-682 { border-radius: 682px !important; }
.util-spacing-gap-682 { gap: 682px !important; }
.util-pad-vertical-682 { padding-top: 682px !important; padding-bottom: 682px !important; }
.util-elevation-level-683 { box-shadow: 0 683px 1366px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-683 { border-radius: 683px !important; }
.util-spacing-gap-683 { gap: 683px !important; }
.util-pad-vertical-683 { padding-top: 683px !important; padding-bottom: 683px !important; }
.util-elevation-level-684 { box-shadow: 0 684px 1368px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-684 { border-radius: 684px !important; }
.util-spacing-gap-684 { gap: 684px !important; }
.util-pad-vertical-684 { padding-top: 684px !important; padding-bottom: 684px !important; }
.util-elevation-level-685 { box-shadow: 0 685px 1370px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-685 { border-radius: 685px !important; }
.util-spacing-gap-685 { gap: 685px !important; }
.util-pad-vertical-685 { padding-top: 685px !important; padding-bottom: 685px !important; }
.util-elevation-level-686 { box-shadow: 0 686px 1372px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-686 { border-radius: 686px !important; }
.util-spacing-gap-686 { gap: 686px !important; }
.util-pad-vertical-686 { padding-top: 686px !important; padding-bottom: 686px !important; }
.util-elevation-level-687 { box-shadow: 0 687px 1374px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-687 { border-radius: 687px !important; }
.util-spacing-gap-687 { gap: 687px !important; }
.util-pad-vertical-687 { padding-top: 687px !important; padding-bottom: 687px !important; }
.util-elevation-level-688 { box-shadow: 0 688px 1376px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-688 { border-radius: 688px !important; }
.util-spacing-gap-688 { gap: 688px !important; }
.util-pad-vertical-688 { padding-top: 688px !important; padding-bottom: 688px !important; }
.util-elevation-level-689 { box-shadow: 0 689px 1378px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-689 { border-radius: 689px !important; }
.util-spacing-gap-689 { gap: 689px !important; }
.util-pad-vertical-689 { padding-top: 689px !important; padding-bottom: 689px !important; }
.util-elevation-level-690 { box-shadow: 0 690px 1380px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-690 { border-radius: 690px !important; }
.util-spacing-gap-690 { gap: 690px !important; }
.util-pad-vertical-690 { padding-top: 690px !important; padding-bottom: 690px !important; }
.util-elevation-level-691 { box-shadow: 0 691px 1382px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-691 { border-radius: 691px !important; }
.util-spacing-gap-691 { gap: 691px !important; }
.util-pad-vertical-691 { padding-top: 691px !important; padding-bottom: 691px !important; }
.util-elevation-level-692 { box-shadow: 0 692px 1384px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-692 { border-radius: 692px !important; }
.util-spacing-gap-692 { gap: 692px !important; }
.util-pad-vertical-692 { padding-top: 692px !important; padding-bottom: 692px !important; }
.util-elevation-level-693 { box-shadow: 0 693px 1386px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-693 { border-radius: 693px !important; }
.util-spacing-gap-693 { gap: 693px !important; }
.util-pad-vertical-693 { padding-top: 693px !important; padding-bottom: 693px !important; }
.util-elevation-level-694 { box-shadow: 0 694px 1388px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-694 { border-radius: 694px !important; }
.util-spacing-gap-694 { gap: 694px !important; }
.util-pad-vertical-694 { padding-top: 694px !important; padding-bottom: 694px !important; }
.util-elevation-level-695 { box-shadow: 0 695px 1390px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-695 { border-radius: 695px !important; }
.util-spacing-gap-695 { gap: 695px !important; }
.util-pad-vertical-695 { padding-top: 695px !important; padding-bottom: 695px !important; }
.util-elevation-level-696 { box-shadow: 0 696px 1392px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-696 { border-radius: 696px !important; }
.util-spacing-gap-696 { gap: 696px !important; }
.util-pad-vertical-696 { padding-top: 696px !important; padding-bottom: 696px !important; }
.util-elevation-level-697 { box-shadow: 0 697px 1394px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-697 { border-radius: 697px !important; }
.util-spacing-gap-697 { gap: 697px !important; }
.util-pad-vertical-697 { padding-top: 697px !important; padding-bottom: 697px !important; }
.util-elevation-level-698 { box-shadow: 0 698px 1396px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-698 { border-radius: 698px !important; }
.util-spacing-gap-698 { gap: 698px !important; }
.util-pad-vertical-698 { padding-top: 698px !important; padding-bottom: 698px !important; }
.util-elevation-level-699 { box-shadow: 0 699px 1398px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-699 { border-radius: 699px !important; }
.util-spacing-gap-699 { gap: 699px !important; }
.util-pad-vertical-699 { padding-top: 699px !important; padding-bottom: 699px !important; }
.util-elevation-level-700 { box-shadow: 0 700px 1400px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-700 { border-radius: 700px !important; }
.util-spacing-gap-700 { gap: 700px !important; }
.util-pad-vertical-700 { padding-top: 700px !important; padding-bottom: 700px !important; }
.util-elevation-level-701 { box-shadow: 0 701px 1402px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-701 { border-radius: 701px !important; }
.util-spacing-gap-701 { gap: 701px !important; }
.util-pad-vertical-701 { padding-top: 701px !important; padding-bottom: 701px !important; }
.util-elevation-level-702 { box-shadow: 0 702px 1404px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-702 { border-radius: 702px !important; }
.util-spacing-gap-702 { gap: 702px !important; }
.util-pad-vertical-702 { padding-top: 702px !important; padding-bottom: 702px !important; }
.util-elevation-level-703 { box-shadow: 0 703px 1406px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-703 { border-radius: 703px !important; }
.util-spacing-gap-703 { gap: 703px !important; }
.util-pad-vertical-703 { padding-top: 703px !important; padding-bottom: 703px !important; }
.util-elevation-level-704 { box-shadow: 0 704px 1408px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-704 { border-radius: 704px !important; }
.util-spacing-gap-704 { gap: 704px !important; }
.util-pad-vertical-704 { padding-top: 704px !important; padding-bottom: 704px !important; }
.util-elevation-level-705 { box-shadow: 0 705px 1410px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-705 { border-radius: 705px !important; }
.util-spacing-gap-705 { gap: 705px !important; }
.util-pad-vertical-705 { padding-top: 705px !important; padding-bottom: 705px !important; }
.util-elevation-level-706 { box-shadow: 0 706px 1412px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-706 { border-radius: 706px !important; }
.util-spacing-gap-706 { gap: 706px !important; }
.util-pad-vertical-706 { padding-top: 706px !important; padding-bottom: 706px !important; }
.util-elevation-level-707 { box-shadow: 0 707px 1414px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-707 { border-radius: 707px !important; }
.util-spacing-gap-707 { gap: 707px !important; }
.util-pad-vertical-707 { padding-top: 707px !important; padding-bottom: 707px !important; }
.util-elevation-level-708 { box-shadow: 0 708px 1416px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-708 { border-radius: 708px !important; }
.util-spacing-gap-708 { gap: 708px !important; }
.util-pad-vertical-708 { padding-top: 708px !important; padding-bottom: 708px !important; }
.util-elevation-level-709 { box-shadow: 0 709px 1418px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-709 { border-radius: 709px !important; }
.util-spacing-gap-709 { gap: 709px !important; }
.util-pad-vertical-709 { padding-top: 709px !important; padding-bottom: 709px !important; }
.util-elevation-level-710 { box-shadow: 0 710px 1420px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-710 { border-radius: 710px !important; }
.util-spacing-gap-710 { gap: 710px !important; }
.util-pad-vertical-710 { padding-top: 710px !important; padding-bottom: 710px !important; }
.util-elevation-level-711 { box-shadow: 0 711px 1422px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-711 { border-radius: 711px !important; }
.util-spacing-gap-711 { gap: 711px !important; }
.util-pad-vertical-711 { padding-top: 711px !important; padding-bottom: 711px !important; }
.util-elevation-level-712 { box-shadow: 0 712px 1424px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-712 { border-radius: 712px !important; }
.util-spacing-gap-712 { gap: 712px !important; }
.util-pad-vertical-712 { padding-top: 712px !important; padding-bottom: 712px !important; }
.util-elevation-level-713 { box-shadow: 0 713px 1426px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-713 { border-radius: 713px !important; }
.util-spacing-gap-713 { gap: 713px !important; }
.util-pad-vertical-713 { padding-top: 713px !important; padding-bottom: 713px !important; }
.util-elevation-level-714 { box-shadow: 0 714px 1428px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-714 { border-radius: 714px !important; }
.util-spacing-gap-714 { gap: 714px !important; }
.util-pad-vertical-714 { padding-top: 714px !important; padding-bottom: 714px !important; }
.util-elevation-level-715 { box-shadow: 0 715px 1430px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-715 { border-radius: 715px !important; }
.util-spacing-gap-715 { gap: 715px !important; }
.util-pad-vertical-715 { padding-top: 715px !important; padding-bottom: 715px !important; }
.util-elevation-level-716 { box-shadow: 0 716px 1432px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-716 { border-radius: 716px !important; }
.util-spacing-gap-716 { gap: 716px !important; }
.util-pad-vertical-716 { padding-top: 716px !important; padding-bottom: 716px !important; }
.util-elevation-level-717 { box-shadow: 0 717px 1434px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-717 { border-radius: 717px !important; }
.util-spacing-gap-717 { gap: 717px !important; }
.util-pad-vertical-717 { padding-top: 717px !important; padding-bottom: 717px !important; }
.util-elevation-level-718 { box-shadow: 0 718px 1436px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-718 { border-radius: 718px !important; }
.util-spacing-gap-718 { gap: 718px !important; }
.util-pad-vertical-718 { padding-top: 718px !important; padding-bottom: 718px !important; }
.util-elevation-level-719 { box-shadow: 0 719px 1438px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-719 { border-radius: 719px !important; }
.util-spacing-gap-719 { gap: 719px !important; }
.util-pad-vertical-719 { padding-top: 719px !important; padding-bottom: 719px !important; }
.util-elevation-level-720 { box-shadow: 0 720px 1440px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-720 { border-radius: 720px !important; }
.util-spacing-gap-720 { gap: 720px !important; }
.util-pad-vertical-720 { padding-top: 720px !important; padding-bottom: 720px !important; }
.util-elevation-level-721 { box-shadow: 0 721px 1442px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-721 { border-radius: 721px !important; }
.util-spacing-gap-721 { gap: 721px !important; }
.util-pad-vertical-721 { padding-top: 721px !important; padding-bottom: 721px !important; }
.util-elevation-level-722 { box-shadow: 0 722px 1444px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-722 { border-radius: 722px !important; }
.util-spacing-gap-722 { gap: 722px !important; }
.util-pad-vertical-722 { padding-top: 722px !important; padding-bottom: 722px !important; }
.util-elevation-level-723 { box-shadow: 0 723px 1446px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-723 { border-radius: 723px !important; }
.util-spacing-gap-723 { gap: 723px !important; }
.util-pad-vertical-723 { padding-top: 723px !important; padding-bottom: 723px !important; }
.util-elevation-level-724 { box-shadow: 0 724px 1448px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-724 { border-radius: 724px !important; }
.util-spacing-gap-724 { gap: 724px !important; }
.util-pad-vertical-724 { padding-top: 724px !important; padding-bottom: 724px !important; }
.util-elevation-level-725 { box-shadow: 0 725px 1450px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-725 { border-radius: 725px !important; }
.util-spacing-gap-725 { gap: 725px !important; }
.util-pad-vertical-725 { padding-top: 725px !important; padding-bottom: 725px !important; }
.util-elevation-level-726 { box-shadow: 0 726px 1452px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-726 { border-radius: 726px !important; }
.util-spacing-gap-726 { gap: 726px !important; }
.util-pad-vertical-726 { padding-top: 726px !important; padding-bottom: 726px !important; }
.util-elevation-level-727 { box-shadow: 0 727px 1454px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-727 { border-radius: 727px !important; }
.util-spacing-gap-727 { gap: 727px !important; }
.util-pad-vertical-727 { padding-top: 727px !important; padding-bottom: 727px !important; }
.util-elevation-level-728 { box-shadow: 0 728px 1456px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-728 { border-radius: 728px !important; }
.util-spacing-gap-728 { gap: 728px !important; }
.util-pad-vertical-728 { padding-top: 728px !important; padding-bottom: 728px !important; }
.util-elevation-level-729 { box-shadow: 0 729px 1458px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-729 { border-radius: 729px !important; }
.util-spacing-gap-729 { gap: 729px !important; }
.util-pad-vertical-729 { padding-top: 729px !important; padding-bottom: 729px !important; }
.util-elevation-level-730 { box-shadow: 0 730px 1460px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-730 { border-radius: 730px !important; }
.util-spacing-gap-730 { gap: 730px !important; }
.util-pad-vertical-730 { padding-top: 730px !important; padding-bottom: 730px !important; }
.util-elevation-level-731 { box-shadow: 0 731px 1462px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-731 { border-radius: 731px !important; }
.util-spacing-gap-731 { gap: 731px !important; }
.util-pad-vertical-731 { padding-top: 731px !important; padding-bottom: 731px !important; }
.util-elevation-level-732 { box-shadow: 0 732px 1464px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-732 { border-radius: 732px !important; }
.util-spacing-gap-732 { gap: 732px !important; }
.util-pad-vertical-732 { padding-top: 732px !important; padding-bottom: 732px !important; }
.util-elevation-level-733 { box-shadow: 0 733px 1466px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-733 { border-radius: 733px !important; }
.util-spacing-gap-733 { gap: 733px !important; }
.util-pad-vertical-733 { padding-top: 733px !important; padding-bottom: 733px !important; }
.util-elevation-level-734 { box-shadow: 0 734px 1468px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-734 { border-radius: 734px !important; }
.util-spacing-gap-734 { gap: 734px !important; }
.util-pad-vertical-734 { padding-top: 734px !important; padding-bottom: 734px !important; }
.util-elevation-level-735 { box-shadow: 0 735px 1470px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-735 { border-radius: 735px !important; }
.util-spacing-gap-735 { gap: 735px !important; }
.util-pad-vertical-735 { padding-top: 735px !important; padding-bottom: 735px !important; }
.util-elevation-level-736 { box-shadow: 0 736px 1472px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-736 { border-radius: 736px !important; }
.util-spacing-gap-736 { gap: 736px !important; }
.util-pad-vertical-736 { padding-top: 736px !important; padding-bottom: 736px !important; }
.util-elevation-level-737 { box-shadow: 0 737px 1474px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-737 { border-radius: 737px !important; }
.util-spacing-gap-737 { gap: 737px !important; }
.util-pad-vertical-737 { padding-top: 737px !important; padding-bottom: 737px !important; }
.util-elevation-level-738 { box-shadow: 0 738px 1476px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-738 { border-radius: 738px !important; }
.util-spacing-gap-738 { gap: 738px !important; }
.util-pad-vertical-738 { padding-top: 738px !important; padding-bottom: 738px !important; }
.util-elevation-level-739 { box-shadow: 0 739px 1478px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-739 { border-radius: 739px !important; }
.util-spacing-gap-739 { gap: 739px !important; }
.util-pad-vertical-739 { padding-top: 739px !important; padding-bottom: 739px !important; }
.util-elevation-level-740 { box-shadow: 0 740px 1480px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-740 { border-radius: 740px !important; }
.util-spacing-gap-740 { gap: 740px !important; }
.util-pad-vertical-740 { padding-top: 740px !important; padding-bottom: 740px !important; }
.util-elevation-level-741 { box-shadow: 0 741px 1482px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-741 { border-radius: 741px !important; }
.util-spacing-gap-741 { gap: 741px !important; }
.util-pad-vertical-741 { padding-top: 741px !important; padding-bottom: 741px !important; }
.util-elevation-level-742 { box-shadow: 0 742px 1484px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-742 { border-radius: 742px !important; }
.util-spacing-gap-742 { gap: 742px !important; }
.util-pad-vertical-742 { padding-top: 742px !important; padding-bottom: 742px !important; }
.util-elevation-level-743 { box-shadow: 0 743px 1486px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-743 { border-radius: 743px !important; }
.util-spacing-gap-743 { gap: 743px !important; }
.util-pad-vertical-743 { padding-top: 743px !important; padding-bottom: 743px !important; }
.util-elevation-level-744 { box-shadow: 0 744px 1488px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-744 { border-radius: 744px !important; }
.util-spacing-gap-744 { gap: 744px !important; }
.util-pad-vertical-744 { padding-top: 744px !important; padding-bottom: 744px !important; }
.util-elevation-level-745 { box-shadow: 0 745px 1490px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-745 { border-radius: 745px !important; }
.util-spacing-gap-745 { gap: 745px !important; }
.util-pad-vertical-745 { padding-top: 745px !important; padding-bottom: 745px !important; }
.util-elevation-level-746 { box-shadow: 0 746px 1492px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-746 { border-radius: 746px !important; }
.util-spacing-gap-746 { gap: 746px !important; }
.util-pad-vertical-746 { padding-top: 746px !important; padding-bottom: 746px !important; }
.util-elevation-level-747 { box-shadow: 0 747px 1494px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-747 { border-radius: 747px !important; }
.util-spacing-gap-747 { gap: 747px !important; }
.util-pad-vertical-747 { padding-top: 747px !important; padding-bottom: 747px !important; }
.util-elevation-level-748 { box-shadow: 0 748px 1496px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-748 { border-radius: 748px !important; }
.util-spacing-gap-748 { gap: 748px !important; }
.util-pad-vertical-748 { padding-top: 748px !important; padding-bottom: 748px !important; }
.util-elevation-level-749 { box-shadow: 0 749px 1498px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-749 { border-radius: 749px !important; }
.util-spacing-gap-749 { gap: 749px !important; }
.util-pad-vertical-749 { padding-top: 749px !important; padding-bottom: 749px !important; }
.util-elevation-level-750 { box-shadow: 0 750px 1500px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-750 { border-radius: 750px !important; }
.util-spacing-gap-750 { gap: 750px !important; }
.util-pad-vertical-750 { padding-top: 750px !important; padding-bottom: 750px !important; }
.util-elevation-level-751 { box-shadow: 0 751px 1502px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-751 { border-radius: 751px !important; }
.util-spacing-gap-751 { gap: 751px !important; }
.util-pad-vertical-751 { padding-top: 751px !important; padding-bottom: 751px !important; }
.util-elevation-level-752 { box-shadow: 0 752px 1504px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-752 { border-radius: 752px !important; }
.util-spacing-gap-752 { gap: 752px !important; }
.util-pad-vertical-752 { padding-top: 752px !important; padding-bottom: 752px !important; }
.util-elevation-level-753 { box-shadow: 0 753px 1506px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-753 { border-radius: 753px !important; }
.util-spacing-gap-753 { gap: 753px !important; }
.util-pad-vertical-753 { padding-top: 753px !important; padding-bottom: 753px !important; }
.util-elevation-level-754 { box-shadow: 0 754px 1508px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-754 { border-radius: 754px !important; }
.util-spacing-gap-754 { gap: 754px !important; }
.util-pad-vertical-754 { padding-top: 754px !important; padding-bottom: 754px !important; }
.util-elevation-level-755 { box-shadow: 0 755px 1510px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-755 { border-radius: 755px !important; }
.util-spacing-gap-755 { gap: 755px !important; }
.util-pad-vertical-755 { padding-top: 755px !important; padding-bottom: 755px !important; }
.util-elevation-level-756 { box-shadow: 0 756px 1512px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-756 { border-radius: 756px !important; }
.util-spacing-gap-756 { gap: 756px !important; }
.util-pad-vertical-756 { padding-top: 756px !important; padding-bottom: 756px !important; }
.util-elevation-level-757 { box-shadow: 0 757px 1514px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-757 { border-radius: 757px !important; }
.util-spacing-gap-757 { gap: 757px !important; }
.util-pad-vertical-757 { padding-top: 757px !important; padding-bottom: 757px !important; }
.util-elevation-level-758 { box-shadow: 0 758px 1516px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-758 { border-radius: 758px !important; }
.util-spacing-gap-758 { gap: 758px !important; }
.util-pad-vertical-758 { padding-top: 758px !important; padding-bottom: 758px !important; }
.util-elevation-level-759 { box-shadow: 0 759px 1518px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-759 { border-radius: 759px !important; }
.util-spacing-gap-759 { gap: 759px !important; }
.util-pad-vertical-759 { padding-top: 759px !important; padding-bottom: 759px !important; }
.util-elevation-level-760 { box-shadow: 0 760px 1520px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-760 { border-radius: 760px !important; }
.util-spacing-gap-760 { gap: 760px !important; }
.util-pad-vertical-760 { padding-top: 760px !important; padding-bottom: 760px !important; }
.util-elevation-level-761 { box-shadow: 0 761px 1522px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-761 { border-radius: 761px !important; }
.util-spacing-gap-761 { gap: 761px !important; }
.util-pad-vertical-761 { padding-top: 761px !important; padding-bottom: 761px !important; }
.util-elevation-level-762 { box-shadow: 0 762px 1524px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-762 { border-radius: 762px !important; }
.util-spacing-gap-762 { gap: 762px !important; }
.util-pad-vertical-762 { padding-top: 762px !important; padding-bottom: 762px !important; }
.util-elevation-level-763 { box-shadow: 0 763px 1526px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-763 { border-radius: 763px !important; }
.util-spacing-gap-763 { gap: 763px !important; }
.util-pad-vertical-763 { padding-top: 763px !important; padding-bottom: 763px !important; }
.util-elevation-level-764 { box-shadow: 0 764px 1528px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-764 { border-radius: 764px !important; }
.util-spacing-gap-764 { gap: 764px !important; }
.util-pad-vertical-764 { padding-top: 764px !important; padding-bottom: 764px !important; }
.util-elevation-level-765 { box-shadow: 0 765px 1530px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-765 { border-radius: 765px !important; }
.util-spacing-gap-765 { gap: 765px !important; }
.util-pad-vertical-765 { padding-top: 765px !important; padding-bottom: 765px !important; }
.util-elevation-level-766 { box-shadow: 0 766px 1532px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-766 { border-radius: 766px !important; }
.util-spacing-gap-766 { gap: 766px !important; }
.util-pad-vertical-766 { padding-top: 766px !important; padding-bottom: 766px !important; }
.util-elevation-level-767 { box-shadow: 0 767px 1534px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-767 { border-radius: 767px !important; }
.util-spacing-gap-767 { gap: 767px !important; }
.util-pad-vertical-767 { padding-top: 767px !important; padding-bottom: 767px !important; }
.util-elevation-level-768 { box-shadow: 0 768px 1536px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-768 { border-radius: 768px !important; }
.util-spacing-gap-768 { gap: 768px !important; }
.util-pad-vertical-768 { padding-top: 768px !important; padding-bottom: 768px !important; }
.util-elevation-level-769 { box-shadow: 0 769px 1538px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-769 { border-radius: 769px !important; }
.util-spacing-gap-769 { gap: 769px !important; }
.util-pad-vertical-769 { padding-top: 769px !important; padding-bottom: 769px !important; }
.util-elevation-level-770 { box-shadow: 0 770px 1540px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-770 { border-radius: 770px !important; }
.util-spacing-gap-770 { gap: 770px !important; }
.util-pad-vertical-770 { padding-top: 770px !important; padding-bottom: 770px !important; }
.util-elevation-level-771 { box-shadow: 0 771px 1542px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-771 { border-radius: 771px !important; }
.util-spacing-gap-771 { gap: 771px !important; }
.util-pad-vertical-771 { padding-top: 771px !important; padding-bottom: 771px !important; }
.util-elevation-level-772 { box-shadow: 0 772px 1544px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-772 { border-radius: 772px !important; }
.util-spacing-gap-772 { gap: 772px !important; }
.util-pad-vertical-772 { padding-top: 772px !important; padding-bottom: 772px !important; }
.util-elevation-level-773 { box-shadow: 0 773px 1546px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-773 { border-radius: 773px !important; }
.util-spacing-gap-773 { gap: 773px !important; }
.util-pad-vertical-773 { padding-top: 773px !important; padding-bottom: 773px !important; }
.util-elevation-level-774 { box-shadow: 0 774px 1548px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-774 { border-radius: 774px !important; }
.util-spacing-gap-774 { gap: 774px !important; }
.util-pad-vertical-774 { padding-top: 774px !important; padding-bottom: 774px !important; }
.util-elevation-level-775 { box-shadow: 0 775px 1550px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-775 { border-radius: 775px !important; }
.util-spacing-gap-775 { gap: 775px !important; }
.util-pad-vertical-775 { padding-top: 775px !important; padding-bottom: 775px !important; }
.util-elevation-level-776 { box-shadow: 0 776px 1552px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-776 { border-radius: 776px !important; }
.util-spacing-gap-776 { gap: 776px !important; }
.util-pad-vertical-776 { padding-top: 776px !important; padding-bottom: 776px !important; }
.util-elevation-level-777 { box-shadow: 0 777px 1554px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-777 { border-radius: 777px !important; }
.util-spacing-gap-777 { gap: 777px !important; }
.util-pad-vertical-777 { padding-top: 777px !important; padding-bottom: 777px !important; }
.util-elevation-level-778 { box-shadow: 0 778px 1556px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-778 { border-radius: 778px !important; }
.util-spacing-gap-778 { gap: 778px !important; }
.util-pad-vertical-778 { padding-top: 778px !important; padding-bottom: 778px !important; }
.util-elevation-level-779 { box-shadow: 0 779px 1558px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-779 { border-radius: 779px !important; }
.util-spacing-gap-779 { gap: 779px !important; }
.util-pad-vertical-779 { padding-top: 779px !important; padding-bottom: 779px !important; }
.util-elevation-level-780 { box-shadow: 0 780px 1560px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-780 { border-radius: 780px !important; }
.util-spacing-gap-780 { gap: 780px !important; }
.util-pad-vertical-780 { padding-top: 780px !important; padding-bottom: 780px !important; }
.util-elevation-level-781 { box-shadow: 0 781px 1562px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-781 { border-radius: 781px !important; }
.util-spacing-gap-781 { gap: 781px !important; }
.util-pad-vertical-781 { padding-top: 781px !important; padding-bottom: 781px !important; }
.util-elevation-level-782 { box-shadow: 0 782px 1564px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-782 { border-radius: 782px !important; }
.util-spacing-gap-782 { gap: 782px !important; }
.util-pad-vertical-782 { padding-top: 782px !important; padding-bottom: 782px !important; }
.util-elevation-level-783 { box-shadow: 0 783px 1566px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-783 { border-radius: 783px !important; }
.util-spacing-gap-783 { gap: 783px !important; }
.util-pad-vertical-783 { padding-top: 783px !important; padding-bottom: 783px !important; }
.util-elevation-level-784 { box-shadow: 0 784px 1568px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-784 { border-radius: 784px !important; }
.util-spacing-gap-784 { gap: 784px !important; }
.util-pad-vertical-784 { padding-top: 784px !important; padding-bottom: 784px !important; }
.util-elevation-level-785 { box-shadow: 0 785px 1570px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-785 { border-radius: 785px !important; }
.util-spacing-gap-785 { gap: 785px !important; }
.util-pad-vertical-785 { padding-top: 785px !important; padding-bottom: 785px !important; }
.util-elevation-level-786 { box-shadow: 0 786px 1572px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-786 { border-radius: 786px !important; }
.util-spacing-gap-786 { gap: 786px !important; }
.util-pad-vertical-786 { padding-top: 786px !important; padding-bottom: 786px !important; }
.util-elevation-level-787 { box-shadow: 0 787px 1574px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-787 { border-radius: 787px !important; }
.util-spacing-gap-787 { gap: 787px !important; }
.util-pad-vertical-787 { padding-top: 787px !important; padding-bottom: 787px !important; }
.util-elevation-level-788 { box-shadow: 0 788px 1576px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-788 { border-radius: 788px !important; }
.util-spacing-gap-788 { gap: 788px !important; }
.util-pad-vertical-788 { padding-top: 788px !important; padding-bottom: 788px !important; }
.util-elevation-level-789 { box-shadow: 0 789px 1578px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-789 { border-radius: 789px !important; }
.util-spacing-gap-789 { gap: 789px !important; }
.util-pad-vertical-789 { padding-top: 789px !important; padding-bottom: 789px !important; }
.util-elevation-level-790 { box-shadow: 0 790px 1580px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-790 { border-radius: 790px !important; }
.util-spacing-gap-790 { gap: 790px !important; }
.util-pad-vertical-790 { padding-top: 790px !important; padding-bottom: 790px !important; }
.util-elevation-level-791 { box-shadow: 0 791px 1582px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-791 { border-radius: 791px !important; }
.util-spacing-gap-791 { gap: 791px !important; }
.util-pad-vertical-791 { padding-top: 791px !important; padding-bottom: 791px !important; }
.util-elevation-level-792 { box-shadow: 0 792px 1584px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-792 { border-radius: 792px !important; }
.util-spacing-gap-792 { gap: 792px !important; }
.util-pad-vertical-792 { padding-top: 792px !important; padding-bottom: 792px !important; }
.util-elevation-level-793 { box-shadow: 0 793px 1586px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-793 { border-radius: 793px !important; }
.util-spacing-gap-793 { gap: 793px !important; }
.util-pad-vertical-793 { padding-top: 793px !important; padding-bottom: 793px !important; }
.util-elevation-level-794 { box-shadow: 0 794px 1588px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-794 { border-radius: 794px !important; }
.util-spacing-gap-794 { gap: 794px !important; }
.util-pad-vertical-794 { padding-top: 794px !important; padding-bottom: 794px !important; }
.util-elevation-level-795 { box-shadow: 0 795px 1590px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-795 { border-radius: 795px !important; }
.util-spacing-gap-795 { gap: 795px !important; }
.util-pad-vertical-795 { padding-top: 795px !important; padding-bottom: 795px !important; }
.util-elevation-level-796 { box-shadow: 0 796px 1592px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-796 { border-radius: 796px !important; }
.util-spacing-gap-796 { gap: 796px !important; }
.util-pad-vertical-796 { padding-top: 796px !important; padding-bottom: 796px !important; }
.util-elevation-level-797 { box-shadow: 0 797px 1594px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-797 { border-radius: 797px !important; }
.util-spacing-gap-797 { gap: 797px !important; }
.util-pad-vertical-797 { padding-top: 797px !important; padding-bottom: 797px !important; }
.util-elevation-level-798 { box-shadow: 0 798px 1596px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-798 { border-radius: 798px !important; }
.util-spacing-gap-798 { gap: 798px !important; }
.util-pad-vertical-798 { padding-top: 798px !important; padding-bottom: 798px !important; }
.util-elevation-level-799 { box-shadow: 0 799px 1598px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-799 { border-radius: 799px !important; }
.util-spacing-gap-799 { gap: 799px !important; }
.util-pad-vertical-799 { padding-top: 799px !important; padding-bottom: 799px !important; }
.util-elevation-level-800 { box-shadow: 0 800px 1600px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-800 { border-radius: 800px !important; }
.util-spacing-gap-800 { gap: 800px !important; }
.util-pad-vertical-800 { padding-top: 800px !important; padding-bottom: 800px !important; }
.util-elevation-level-801 { box-shadow: 0 801px 1602px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-801 { border-radius: 801px !important; }
.util-spacing-gap-801 { gap: 801px !important; }
.util-pad-vertical-801 { padding-top: 801px !important; padding-bottom: 801px !important; }
.util-elevation-level-802 { box-shadow: 0 802px 1604px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-802 { border-radius: 802px !important; }
.util-spacing-gap-802 { gap: 802px !important; }
.util-pad-vertical-802 { padding-top: 802px !important; padding-bottom: 802px !important; }
.util-elevation-level-803 { box-shadow: 0 803px 1606px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-803 { border-radius: 803px !important; }
.util-spacing-gap-803 { gap: 803px !important; }
.util-pad-vertical-803 { padding-top: 803px !important; padding-bottom: 803px !important; }
.util-elevation-level-804 { box-shadow: 0 804px 1608px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-804 { border-radius: 804px !important; }
.util-spacing-gap-804 { gap: 804px !important; }
.util-pad-vertical-804 { padding-top: 804px !important; padding-bottom: 804px !important; }
.util-elevation-level-805 { box-shadow: 0 805px 1610px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-805 { border-radius: 805px !important; }
.util-spacing-gap-805 { gap: 805px !important; }
.util-pad-vertical-805 { padding-top: 805px !important; padding-bottom: 805px !important; }
.util-elevation-level-806 { box-shadow: 0 806px 1612px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-806 { border-radius: 806px !important; }
.util-spacing-gap-806 { gap: 806px !important; }
.util-pad-vertical-806 { padding-top: 806px !important; padding-bottom: 806px !important; }
.util-elevation-level-807 { box-shadow: 0 807px 1614px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-807 { border-radius: 807px !important; }
.util-spacing-gap-807 { gap: 807px !important; }
.util-pad-vertical-807 { padding-top: 807px !important; padding-bottom: 807px !important; }
.util-elevation-level-808 { box-shadow: 0 808px 1616px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-808 { border-radius: 808px !important; }
.util-spacing-gap-808 { gap: 808px !important; }
.util-pad-vertical-808 { padding-top: 808px !important; padding-bottom: 808px !important; }
.util-elevation-level-809 { box-shadow: 0 809px 1618px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-809 { border-radius: 809px !important; }
.util-spacing-gap-809 { gap: 809px !important; }
.util-pad-vertical-809 { padding-top: 809px !important; padding-bottom: 809px !important; }
.util-elevation-level-810 { box-shadow: 0 810px 1620px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-810 { border-radius: 810px !important; }
.util-spacing-gap-810 { gap: 810px !important; }
.util-pad-vertical-810 { padding-top: 810px !important; padding-bottom: 810px !important; }
.util-elevation-level-811 { box-shadow: 0 811px 1622px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-811 { border-radius: 811px !important; }
.util-spacing-gap-811 { gap: 811px !important; }
.util-pad-vertical-811 { padding-top: 811px !important; padding-bottom: 811px !important; }
.util-elevation-level-812 { box-shadow: 0 812px 1624px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-812 { border-radius: 812px !important; }
.util-spacing-gap-812 { gap: 812px !important; }
.util-pad-vertical-812 { padding-top: 812px !important; padding-bottom: 812px !important; }
.util-elevation-level-813 { box-shadow: 0 813px 1626px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-813 { border-radius: 813px !important; }
.util-spacing-gap-813 { gap: 813px !important; }
.util-pad-vertical-813 { padding-top: 813px !important; padding-bottom: 813px !important; }
.util-elevation-level-814 { box-shadow: 0 814px 1628px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-814 { border-radius: 814px !important; }
.util-spacing-gap-814 { gap: 814px !important; }
.util-pad-vertical-814 { padding-top: 814px !important; padding-bottom: 814px !important; }
.util-elevation-level-815 { box-shadow: 0 815px 1630px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-815 { border-radius: 815px !important; }
.util-spacing-gap-815 { gap: 815px !important; }
.util-pad-vertical-815 { padding-top: 815px !important; padding-bottom: 815px !important; }
.util-elevation-level-816 { box-shadow: 0 816px 1632px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-816 { border-radius: 816px !important; }
.util-spacing-gap-816 { gap: 816px !important; }
.util-pad-vertical-816 { padding-top: 816px !important; padding-bottom: 816px !important; }
.util-elevation-level-817 { box-shadow: 0 817px 1634px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-817 { border-radius: 817px !important; }
.util-spacing-gap-817 { gap: 817px !important; }
.util-pad-vertical-817 { padding-top: 817px !important; padding-bottom: 817px !important; }
.util-elevation-level-818 { box-shadow: 0 818px 1636px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-818 { border-radius: 818px !important; }
.util-spacing-gap-818 { gap: 818px !important; }
.util-pad-vertical-818 { padding-top: 818px !important; padding-bottom: 818px !important; }
.util-elevation-level-819 { box-shadow: 0 819px 1638px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-819 { border-radius: 819px !important; }
.util-spacing-gap-819 { gap: 819px !important; }
.util-pad-vertical-819 { padding-top: 819px !important; padding-bottom: 819px !important; }
.util-elevation-level-820 { box-shadow: 0 820px 1640px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-820 { border-radius: 820px !important; }
.util-spacing-gap-820 { gap: 820px !important; }
.util-pad-vertical-820 { padding-top: 820px !important; padding-bottom: 820px !important; }
.util-elevation-level-821 { box-shadow: 0 821px 1642px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-821 { border-radius: 821px !important; }
.util-spacing-gap-821 { gap: 821px !important; }
.util-pad-vertical-821 { padding-top: 821px !important; padding-bottom: 821px !important; }
.util-elevation-level-822 { box-shadow: 0 822px 1644px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-822 { border-radius: 822px !important; }
.util-spacing-gap-822 { gap: 822px !important; }
.util-pad-vertical-822 { padding-top: 822px !important; padding-bottom: 822px !important; }
.util-elevation-level-823 { box-shadow: 0 823px 1646px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-823 { border-radius: 823px !important; }
.util-spacing-gap-823 { gap: 823px !important; }
.util-pad-vertical-823 { padding-top: 823px !important; padding-bottom: 823px !important; }
.util-elevation-level-824 { box-shadow: 0 824px 1648px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-824 { border-radius: 824px !important; }
.util-spacing-gap-824 { gap: 824px !important; }
.util-pad-vertical-824 { padding-top: 824px !important; padding-bottom: 824px !important; }
.util-elevation-level-825 { box-shadow: 0 825px 1650px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-825 { border-radius: 825px !important; }
.util-spacing-gap-825 { gap: 825px !important; }
.util-pad-vertical-825 { padding-top: 825px !important; padding-bottom: 825px !important; }
.util-elevation-level-826 { box-shadow: 0 826px 1652px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-826 { border-radius: 826px !important; }
.util-spacing-gap-826 { gap: 826px !important; }
.util-pad-vertical-826 { padding-top: 826px !important; padding-bottom: 826px !important; }
.util-elevation-level-827 { box-shadow: 0 827px 1654px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-827 { border-radius: 827px !important; }
.util-spacing-gap-827 { gap: 827px !important; }
.util-pad-vertical-827 { padding-top: 827px !important; padding-bottom: 827px !important; }
.util-elevation-level-828 { box-shadow: 0 828px 1656px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-828 { border-radius: 828px !important; }
.util-spacing-gap-828 { gap: 828px !important; }
.util-pad-vertical-828 { padding-top: 828px !important; padding-bottom: 828px !important; }
.util-elevation-level-829 { box-shadow: 0 829px 1658px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-829 { border-radius: 829px !important; }
.util-spacing-gap-829 { gap: 829px !important; }
.util-pad-vertical-829 { padding-top: 829px !important; padding-bottom: 829px !important; }
.util-elevation-level-830 { box-shadow: 0 830px 1660px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-830 { border-radius: 830px !important; }
.util-spacing-gap-830 { gap: 830px !important; }
.util-pad-vertical-830 { padding-top: 830px !important; padding-bottom: 830px !important; }
.util-elevation-level-831 { box-shadow: 0 831px 1662px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-831 { border-radius: 831px !important; }
.util-spacing-gap-831 { gap: 831px !important; }
.util-pad-vertical-831 { padding-top: 831px !important; padding-bottom: 831px !important; }
.util-elevation-level-832 { box-shadow: 0 832px 1664px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-832 { border-radius: 832px !important; }
.util-spacing-gap-832 { gap: 832px !important; }
.util-pad-vertical-832 { padding-top: 832px !important; padding-bottom: 832px !important; }
.util-elevation-level-833 { box-shadow: 0 833px 1666px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-833 { border-radius: 833px !important; }
.util-spacing-gap-833 { gap: 833px !important; }
.util-pad-vertical-833 { padding-top: 833px !important; padding-bottom: 833px !important; }
.util-elevation-level-834 { box-shadow: 0 834px 1668px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-834 { border-radius: 834px !important; }
.util-spacing-gap-834 { gap: 834px !important; }
.util-pad-vertical-834 { padding-top: 834px !important; padding-bottom: 834px !important; }
.util-elevation-level-835 { box-shadow: 0 835px 1670px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-835 { border-radius: 835px !important; }
.util-spacing-gap-835 { gap: 835px !important; }
.util-pad-vertical-835 { padding-top: 835px !important; padding-bottom: 835px !important; }
.util-elevation-level-836 { box-shadow: 0 836px 1672px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-836 { border-radius: 836px !important; }
.util-spacing-gap-836 { gap: 836px !important; }
.util-pad-vertical-836 { padding-top: 836px !important; padding-bottom: 836px !important; }
.util-elevation-level-837 { box-shadow: 0 837px 1674px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-837 { border-radius: 837px !important; }
.util-spacing-gap-837 { gap: 837px !important; }
.util-pad-vertical-837 { padding-top: 837px !important; padding-bottom: 837px !important; }
.util-elevation-level-838 { box-shadow: 0 838px 1676px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-838 { border-radius: 838px !important; }
.util-spacing-gap-838 { gap: 838px !important; }
.util-pad-vertical-838 { padding-top: 838px !important; padding-bottom: 838px !important; }
.util-elevation-level-839 { box-shadow: 0 839px 1678px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-839 { border-radius: 839px !important; }
.util-spacing-gap-839 { gap: 839px !important; }
.util-pad-vertical-839 { padding-top: 839px !important; padding-bottom: 839px !important; }
.util-elevation-level-840 { box-shadow: 0 840px 1680px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-840 { border-radius: 840px !important; }
.util-spacing-gap-840 { gap: 840px !important; }
.util-pad-vertical-840 { padding-top: 840px !important; padding-bottom: 840px !important; }
.util-elevation-level-841 { box-shadow: 0 841px 1682px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-841 { border-radius: 841px !important; }
.util-spacing-gap-841 { gap: 841px !important; }
.util-pad-vertical-841 { padding-top: 841px !important; padding-bottom: 841px !important; }
.util-elevation-level-842 { box-shadow: 0 842px 1684px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-842 { border-radius: 842px !important; }
.util-spacing-gap-842 { gap: 842px !important; }
.util-pad-vertical-842 { padding-top: 842px !important; padding-bottom: 842px !important; }
.util-elevation-level-843 { box-shadow: 0 843px 1686px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-843 { border-radius: 843px !important; }
.util-spacing-gap-843 { gap: 843px !important; }
.util-pad-vertical-843 { padding-top: 843px !important; padding-bottom: 843px !important; }
.util-elevation-level-844 { box-shadow: 0 844px 1688px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-844 { border-radius: 844px !important; }
.util-spacing-gap-844 { gap: 844px !important; }
.util-pad-vertical-844 { padding-top: 844px !important; padding-bottom: 844px !important; }
.util-elevation-level-845 { box-shadow: 0 845px 1690px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-845 { border-radius: 845px !important; }
.util-spacing-gap-845 { gap: 845px !important; }
.util-pad-vertical-845 { padding-top: 845px !important; padding-bottom: 845px !important; }
.util-elevation-level-846 { box-shadow: 0 846px 1692px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-846 { border-radius: 846px !important; }
.util-spacing-gap-846 { gap: 846px !important; }
.util-pad-vertical-846 { padding-top: 846px !important; padding-bottom: 846px !important; }
.util-elevation-level-847 { box-shadow: 0 847px 1694px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-847 { border-radius: 847px !important; }
.util-spacing-gap-847 { gap: 847px !important; }
.util-pad-vertical-847 { padding-top: 847px !important; padding-bottom: 847px !important; }
.util-elevation-level-848 { box-shadow: 0 848px 1696px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-848 { border-radius: 848px !important; }
.util-spacing-gap-848 { gap: 848px !important; }
.util-pad-vertical-848 { padding-top: 848px !important; padding-bottom: 848px !important; }
.util-elevation-level-849 { box-shadow: 0 849px 1698px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-849 { border-radius: 849px !important; }
.util-spacing-gap-849 { gap: 849px !important; }
.util-pad-vertical-849 { padding-top: 849px !important; padding-bottom: 849px !important; }
.util-elevation-level-850 { box-shadow: 0 850px 1700px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-850 { border-radius: 850px !important; }
.util-spacing-gap-850 { gap: 850px !important; }
.util-pad-vertical-850 { padding-top: 850px !important; padding-bottom: 850px !important; }
.util-elevation-level-851 { box-shadow: 0 851px 1702px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-851 { border-radius: 851px !important; }
.util-spacing-gap-851 { gap: 851px !important; }
.util-pad-vertical-851 { padding-top: 851px !important; padding-bottom: 851px !important; }
.util-elevation-level-852 { box-shadow: 0 852px 1704px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-852 { border-radius: 852px !important; }
.util-spacing-gap-852 { gap: 852px !important; }
.util-pad-vertical-852 { padding-top: 852px !important; padding-bottom: 852px !important; }
.util-elevation-level-853 { box-shadow: 0 853px 1706px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-853 { border-radius: 853px !important; }
.util-spacing-gap-853 { gap: 853px !important; }
.util-pad-vertical-853 { padding-top: 853px !important; padding-bottom: 853px !important; }
.util-elevation-level-854 { box-shadow: 0 854px 1708px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-854 { border-radius: 854px !important; }
.util-spacing-gap-854 { gap: 854px !important; }
.util-pad-vertical-854 { padding-top: 854px !important; padding-bottom: 854px !important; }
.util-elevation-level-855 { box-shadow: 0 855px 1710px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-855 { border-radius: 855px !important; }
.util-spacing-gap-855 { gap: 855px !important; }
.util-pad-vertical-855 { padding-top: 855px !important; padding-bottom: 855px !important; }
.util-elevation-level-856 { box-shadow: 0 856px 1712px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-856 { border-radius: 856px !important; }
.util-spacing-gap-856 { gap: 856px !important; }
.util-pad-vertical-856 { padding-top: 856px !important; padding-bottom: 856px !important; }
.util-elevation-level-857 { box-shadow: 0 857px 1714px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-857 { border-radius: 857px !important; }
.util-spacing-gap-857 { gap: 857px !important; }
.util-pad-vertical-857 { padding-top: 857px !important; padding-bottom: 857px !important; }
.util-elevation-level-858 { box-shadow: 0 858px 1716px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-858 { border-radius: 858px !important; }
.util-spacing-gap-858 { gap: 858px !important; }
.util-pad-vertical-858 { padding-top: 858px !important; padding-bottom: 858px !important; }
.util-elevation-level-859 { box-shadow: 0 859px 1718px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-859 { border-radius: 859px !important; }
.util-spacing-gap-859 { gap: 859px !important; }
.util-pad-vertical-859 { padding-top: 859px !important; padding-bottom: 859px !important; }
.util-elevation-level-860 { box-shadow: 0 860px 1720px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-860 { border-radius: 860px !important; }
.util-spacing-gap-860 { gap: 860px !important; }
.util-pad-vertical-860 { padding-top: 860px !important; padding-bottom: 860px !important; }
.util-elevation-level-861 { box-shadow: 0 861px 1722px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-861 { border-radius: 861px !important; }
.util-spacing-gap-861 { gap: 861px !important; }
.util-pad-vertical-861 { padding-top: 861px !important; padding-bottom: 861px !important; }
.util-elevation-level-862 { box-shadow: 0 862px 1724px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-862 { border-radius: 862px !important; }
.util-spacing-gap-862 { gap: 862px !important; }
.util-pad-vertical-862 { padding-top: 862px !important; padding-bottom: 862px !important; }
.util-elevation-level-863 { box-shadow: 0 863px 1726px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-863 { border-radius: 863px !important; }
.util-spacing-gap-863 { gap: 863px !important; }
.util-pad-vertical-863 { padding-top: 863px !important; padding-bottom: 863px !important; }
.util-elevation-level-864 { box-shadow: 0 864px 1728px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-864 { border-radius: 864px !important; }
.util-spacing-gap-864 { gap: 864px !important; }
.util-pad-vertical-864 { padding-top: 864px !important; padding-bottom: 864px !important; }
.util-elevation-level-865 { box-shadow: 0 865px 1730px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-865 { border-radius: 865px !important; }
.util-spacing-gap-865 { gap: 865px !important; }
.util-pad-vertical-865 { padding-top: 865px !important; padding-bottom: 865px !important; }
.util-elevation-level-866 { box-shadow: 0 866px 1732px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-866 { border-radius: 866px !important; }
.util-spacing-gap-866 { gap: 866px !important; }
.util-pad-vertical-866 { padding-top: 866px !important; padding-bottom: 866px !important; }
.util-elevation-level-867 { box-shadow: 0 867px 1734px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-867 { border-radius: 867px !important; }
.util-spacing-gap-867 { gap: 867px !important; }
.util-pad-vertical-867 { padding-top: 867px !important; padding-bottom: 867px !important; }
.util-elevation-level-868 { box-shadow: 0 868px 1736px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-868 { border-radius: 868px !important; }
.util-spacing-gap-868 { gap: 868px !important; }
.util-pad-vertical-868 { padding-top: 868px !important; padding-bottom: 868px !important; }
.util-elevation-level-869 { box-shadow: 0 869px 1738px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-869 { border-radius: 869px !important; }
.util-spacing-gap-869 { gap: 869px !important; }
.util-pad-vertical-869 { padding-top: 869px !important; padding-bottom: 869px !important; }
.util-elevation-level-870 { box-shadow: 0 870px 1740px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-870 { border-radius: 870px !important; }
.util-spacing-gap-870 { gap: 870px !important; }
.util-pad-vertical-870 { padding-top: 870px !important; padding-bottom: 870px !important; }
.util-elevation-level-871 { box-shadow: 0 871px 1742px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-871 { border-radius: 871px !important; }
.util-spacing-gap-871 { gap: 871px !important; }
.util-pad-vertical-871 { padding-top: 871px !important; padding-bottom: 871px !important; }
.util-elevation-level-872 { box-shadow: 0 872px 1744px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-872 { border-radius: 872px !important; }
.util-spacing-gap-872 { gap: 872px !important; }
.util-pad-vertical-872 { padding-top: 872px !important; padding-bottom: 872px !important; }
.util-elevation-level-873 { box-shadow: 0 873px 1746px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-873 { border-radius: 873px !important; }
.util-spacing-gap-873 { gap: 873px !important; }
.util-pad-vertical-873 { padding-top: 873px !important; padding-bottom: 873px !important; }
.util-elevation-level-874 { box-shadow: 0 874px 1748px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-874 { border-radius: 874px !important; }
.util-spacing-gap-874 { gap: 874px !important; }
.util-pad-vertical-874 { padding-top: 874px !important; padding-bottom: 874px !important; }
.util-elevation-level-875 { box-shadow: 0 875px 1750px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-875 { border-radius: 875px !important; }
.util-spacing-gap-875 { gap: 875px !important; }
.util-pad-vertical-875 { padding-top: 875px !important; padding-bottom: 875px !important; }
.util-elevation-level-876 { box-shadow: 0 876px 1752px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-876 { border-radius: 876px !important; }
.util-spacing-gap-876 { gap: 876px !important; }
.util-pad-vertical-876 { padding-top: 876px !important; padding-bottom: 876px !important; }
.util-elevation-level-877 { box-shadow: 0 877px 1754px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-877 { border-radius: 877px !important; }
.util-spacing-gap-877 { gap: 877px !important; }
.util-pad-vertical-877 { padding-top: 877px !important; padding-bottom: 877px !important; }
.util-elevation-level-878 { box-shadow: 0 878px 1756px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-878 { border-radius: 878px !important; }
.util-spacing-gap-878 { gap: 878px !important; }
.util-pad-vertical-878 { padding-top: 878px !important; padding-bottom: 878px !important; }
.util-elevation-level-879 { box-shadow: 0 879px 1758px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-879 { border-radius: 879px !important; }
.util-spacing-gap-879 { gap: 879px !important; }
.util-pad-vertical-879 { padding-top: 879px !important; padding-bottom: 879px !important; }
.util-elevation-level-880 { box-shadow: 0 880px 1760px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-880 { border-radius: 880px !important; }
.util-spacing-gap-880 { gap: 880px !important; }
.util-pad-vertical-880 { padding-top: 880px !important; padding-bottom: 880px !important; }
.util-elevation-level-881 { box-shadow: 0 881px 1762px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-881 { border-radius: 881px !important; }
.util-spacing-gap-881 { gap: 881px !important; }
.util-pad-vertical-881 { padding-top: 881px !important; padding-bottom: 881px !important; }
.util-elevation-level-882 { box-shadow: 0 882px 1764px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-882 { border-radius: 882px !important; }
.util-spacing-gap-882 { gap: 882px !important; }
.util-pad-vertical-882 { padding-top: 882px !important; padding-bottom: 882px !important; }
.util-elevation-level-883 { box-shadow: 0 883px 1766px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-883 { border-radius: 883px !important; }
.util-spacing-gap-883 { gap: 883px !important; }
.util-pad-vertical-883 { padding-top: 883px !important; padding-bottom: 883px !important; }
.util-elevation-level-884 { box-shadow: 0 884px 1768px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-884 { border-radius: 884px !important; }
.util-spacing-gap-884 { gap: 884px !important; }
.util-pad-vertical-884 { padding-top: 884px !important; padding-bottom: 884px !important; }
.util-elevation-level-885 { box-shadow: 0 885px 1770px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-885 { border-radius: 885px !important; }
.util-spacing-gap-885 { gap: 885px !important; }
.util-pad-vertical-885 { padding-top: 885px !important; padding-bottom: 885px !important; }
.util-elevation-level-886 { box-shadow: 0 886px 1772px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-886 { border-radius: 886px !important; }
.util-spacing-gap-886 { gap: 886px !important; }
.util-pad-vertical-886 { padding-top: 886px !important; padding-bottom: 886px !important; }
.util-elevation-level-887 { box-shadow: 0 887px 1774px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-887 { border-radius: 887px !important; }
.util-spacing-gap-887 { gap: 887px !important; }
.util-pad-vertical-887 { padding-top: 887px !important; padding-bottom: 887px !important; }
.util-elevation-level-888 { box-shadow: 0 888px 1776px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-888 { border-radius: 888px !important; }
.util-spacing-gap-888 { gap: 888px !important; }
.util-pad-vertical-888 { padding-top: 888px !important; padding-bottom: 888px !important; }
.util-elevation-level-889 { box-shadow: 0 889px 1778px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-889 { border-radius: 889px !important; }
.util-spacing-gap-889 { gap: 889px !important; }
.util-pad-vertical-889 { padding-top: 889px !important; padding-bottom: 889px !important; }
.util-elevation-level-890 { box-shadow: 0 890px 1780px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-890 { border-radius: 890px !important; }
.util-spacing-gap-890 { gap: 890px !important; }
.util-pad-vertical-890 { padding-top: 890px !important; padding-bottom: 890px !important; }
.util-elevation-level-891 { box-shadow: 0 891px 1782px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-891 { border-radius: 891px !important; }
.util-spacing-gap-891 { gap: 891px !important; }
.util-pad-vertical-891 { padding-top: 891px !important; padding-bottom: 891px !important; }
.util-elevation-level-892 { box-shadow: 0 892px 1784px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-892 { border-radius: 892px !important; }
.util-spacing-gap-892 { gap: 892px !important; }
.util-pad-vertical-892 { padding-top: 892px !important; padding-bottom: 892px !important; }
.util-elevation-level-893 { box-shadow: 0 893px 1786px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-893 { border-radius: 893px !important; }
.util-spacing-gap-893 { gap: 893px !important; }
.util-pad-vertical-893 { padding-top: 893px !important; padding-bottom: 893px !important; }
.util-elevation-level-894 { box-shadow: 0 894px 1788px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-894 { border-radius: 894px !important; }
.util-spacing-gap-894 { gap: 894px !important; }
.util-pad-vertical-894 { padding-top: 894px !important; padding-bottom: 894px !important; }
.util-elevation-level-895 { box-shadow: 0 895px 1790px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-895 { border-radius: 895px !important; }
.util-spacing-gap-895 { gap: 895px !important; }
.util-pad-vertical-895 { padding-top: 895px !important; padding-bottom: 895px !important; }
.util-elevation-level-896 { box-shadow: 0 896px 1792px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-896 { border-radius: 896px !important; }
.util-spacing-gap-896 { gap: 896px !important; }
.util-pad-vertical-896 { padding-top: 896px !important; padding-bottom: 896px !important; }
.util-elevation-level-897 { box-shadow: 0 897px 1794px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-897 { border-radius: 897px !important; }
.util-spacing-gap-897 { gap: 897px !important; }
.util-pad-vertical-897 { padding-top: 897px !important; padding-bottom: 897px !important; }
.util-elevation-level-898 { box-shadow: 0 898px 1796px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-898 { border-radius: 898px !important; }
.util-spacing-gap-898 { gap: 898px !important; }
.util-pad-vertical-898 { padding-top: 898px !important; padding-bottom: 898px !important; }
.util-elevation-level-899 { box-shadow: 0 899px 1798px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-899 { border-radius: 899px !important; }
.util-spacing-gap-899 { gap: 899px !important; }
.util-pad-vertical-899 { padding-top: 899px !important; padding-bottom: 899px !important; }
.util-elevation-level-900 { box-shadow: 0 900px 1800px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-900 { border-radius: 900px !important; }
.util-spacing-gap-900 { gap: 900px !important; }
.util-pad-vertical-900 { padding-top: 900px !important; padding-bottom: 900px !important; }
.util-elevation-level-901 { box-shadow: 0 901px 1802px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-901 { border-radius: 901px !important; }
.util-spacing-gap-901 { gap: 901px !important; }
.util-pad-vertical-901 { padding-top: 901px !important; padding-bottom: 901px !important; }
.util-elevation-level-902 { box-shadow: 0 902px 1804px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-902 { border-radius: 902px !important; }
.util-spacing-gap-902 { gap: 902px !important; }
.util-pad-vertical-902 { padding-top: 902px !important; padding-bottom: 902px !important; }
.util-elevation-level-903 { box-shadow: 0 903px 1806px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-903 { border-radius: 903px !important; }
.util-spacing-gap-903 { gap: 903px !important; }
.util-pad-vertical-903 { padding-top: 903px !important; padding-bottom: 903px !important; }
.util-elevation-level-904 { box-shadow: 0 904px 1808px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-904 { border-radius: 904px !important; }
.util-spacing-gap-904 { gap: 904px !important; }
.util-pad-vertical-904 { padding-top: 904px !important; padding-bottom: 904px !important; }
.util-elevation-level-905 { box-shadow: 0 905px 1810px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-905 { border-radius: 905px !important; }
.util-spacing-gap-905 { gap: 905px !important; }
.util-pad-vertical-905 { padding-top: 905px !important; padding-bottom: 905px !important; }
.util-elevation-level-906 { box-shadow: 0 906px 1812px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-906 { border-radius: 906px !important; }
.util-spacing-gap-906 { gap: 906px !important; }
.util-pad-vertical-906 { padding-top: 906px !important; padding-bottom: 906px !important; }
.util-elevation-level-907 { box-shadow: 0 907px 1814px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-907 { border-radius: 907px !important; }
.util-spacing-gap-907 { gap: 907px !important; }
.util-pad-vertical-907 { padding-top: 907px !important; padding-bottom: 907px !important; }
.util-elevation-level-908 { box-shadow: 0 908px 1816px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-908 { border-radius: 908px !important; }
.util-spacing-gap-908 { gap: 908px !important; }
.util-pad-vertical-908 { padding-top: 908px !important; padding-bottom: 908px !important; }
.util-elevation-level-909 { box-shadow: 0 909px 1818px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-909 { border-radius: 909px !important; }
.util-spacing-gap-909 { gap: 909px !important; }
.util-pad-vertical-909 { padding-top: 909px !important; padding-bottom: 909px !important; }
.util-elevation-level-910 { box-shadow: 0 910px 1820px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-910 { border-radius: 910px !important; }
.util-spacing-gap-910 { gap: 910px !important; }
.util-pad-vertical-910 { padding-top: 910px !important; padding-bottom: 910px !important; }
.util-elevation-level-911 { box-shadow: 0 911px 1822px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-911 { border-radius: 911px !important; }
.util-spacing-gap-911 { gap: 911px !important; }
.util-pad-vertical-911 { padding-top: 911px !important; padding-bottom: 911px !important; }
.util-elevation-level-912 { box-shadow: 0 912px 1824px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-912 { border-radius: 912px !important; }
.util-spacing-gap-912 { gap: 912px !important; }
.util-pad-vertical-912 { padding-top: 912px !important; padding-bottom: 912px !important; }
.util-elevation-level-913 { box-shadow: 0 913px 1826px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-913 { border-radius: 913px !important; }
.util-spacing-gap-913 { gap: 913px !important; }
.util-pad-vertical-913 { padding-top: 913px !important; padding-bottom: 913px !important; }
.util-elevation-level-914 { box-shadow: 0 914px 1828px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-914 { border-radius: 914px !important; }
.util-spacing-gap-914 { gap: 914px !important; }
.util-pad-vertical-914 { padding-top: 914px !important; padding-bottom: 914px !important; }
.util-elevation-level-915 { box-shadow: 0 915px 1830px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-915 { border-radius: 915px !important; }
.util-spacing-gap-915 { gap: 915px !important; }
.util-pad-vertical-915 { padding-top: 915px !important; padding-bottom: 915px !important; }
.util-elevation-level-916 { box-shadow: 0 916px 1832px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-916 { border-radius: 916px !important; }
.util-spacing-gap-916 { gap: 916px !important; }
.util-pad-vertical-916 { padding-top: 916px !important; padding-bottom: 916px !important; }
.util-elevation-level-917 { box-shadow: 0 917px 1834px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-917 { border-radius: 917px !important; }
.util-spacing-gap-917 { gap: 917px !important; }
.util-pad-vertical-917 { padding-top: 917px !important; padding-bottom: 917px !important; }
.util-elevation-level-918 { box-shadow: 0 918px 1836px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-918 { border-radius: 918px !important; }
.util-spacing-gap-918 { gap: 918px !important; }
.util-pad-vertical-918 { padding-top: 918px !important; padding-bottom: 918px !important; }
.util-elevation-level-919 { box-shadow: 0 919px 1838px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-919 { border-radius: 919px !important; }
.util-spacing-gap-919 { gap: 919px !important; }
.util-pad-vertical-919 { padding-top: 919px !important; padding-bottom: 919px !important; }
.util-elevation-level-920 { box-shadow: 0 920px 1840px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-920 { border-radius: 920px !important; }
.util-spacing-gap-920 { gap: 920px !important; }
.util-pad-vertical-920 { padding-top: 920px !important; padding-bottom: 920px !important; }
.util-elevation-level-921 { box-shadow: 0 921px 1842px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-921 { border-radius: 921px !important; }
.util-spacing-gap-921 { gap: 921px !important; }
.util-pad-vertical-921 { padding-top: 921px !important; padding-bottom: 921px !important; }
.util-elevation-level-922 { box-shadow: 0 922px 1844px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-922 { border-radius: 922px !important; }
.util-spacing-gap-922 { gap: 922px !important; }
.util-pad-vertical-922 { padding-top: 922px !important; padding-bottom: 922px !important; }
.util-elevation-level-923 { box-shadow: 0 923px 1846px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-923 { border-radius: 923px !important; }
.util-spacing-gap-923 { gap: 923px !important; }
.util-pad-vertical-923 { padding-top: 923px !important; padding-bottom: 923px !important; }
.util-elevation-level-924 { box-shadow: 0 924px 1848px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-924 { border-radius: 924px !important; }
.util-spacing-gap-924 { gap: 924px !important; }
.util-pad-vertical-924 { padding-top: 924px !important; padding-bottom: 924px !important; }
.util-elevation-level-925 { box-shadow: 0 925px 1850px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-925 { border-radius: 925px !important; }
.util-spacing-gap-925 { gap: 925px !important; }
.util-pad-vertical-925 { padding-top: 925px !important; padding-bottom: 925px !important; }
.util-elevation-level-926 { box-shadow: 0 926px 1852px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-926 { border-radius: 926px !important; }
.util-spacing-gap-926 { gap: 926px !important; }
.util-pad-vertical-926 { padding-top: 926px !important; padding-bottom: 926px !important; }
.util-elevation-level-927 { box-shadow: 0 927px 1854px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-927 { border-radius: 927px !important; }
.util-spacing-gap-927 { gap: 927px !important; }
.util-pad-vertical-927 { padding-top: 927px !important; padding-bottom: 927px !important; }
.util-elevation-level-928 { box-shadow: 0 928px 1856px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-928 { border-radius: 928px !important; }
.util-spacing-gap-928 { gap: 928px !important; }
.util-pad-vertical-928 { padding-top: 928px !important; padding-bottom: 928px !important; }
.util-elevation-level-929 { box-shadow: 0 929px 1858px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-929 { border-radius: 929px !important; }
.util-spacing-gap-929 { gap: 929px !important; }
.util-pad-vertical-929 { padding-top: 929px !important; padding-bottom: 929px !important; }
.util-elevation-level-930 { box-shadow: 0 930px 1860px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-930 { border-radius: 930px !important; }
.util-spacing-gap-930 { gap: 930px !important; }
.util-pad-vertical-930 { padding-top: 930px !important; padding-bottom: 930px !important; }
.util-elevation-level-931 { box-shadow: 0 931px 1862px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-931 { border-radius: 931px !important; }
.util-spacing-gap-931 { gap: 931px !important; }
.util-pad-vertical-931 { padding-top: 931px !important; padding-bottom: 931px !important; }
.util-elevation-level-932 { box-shadow: 0 932px 1864px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-932 { border-radius: 932px !important; }
.util-spacing-gap-932 { gap: 932px !important; }
.util-pad-vertical-932 { padding-top: 932px !important; padding-bottom: 932px !important; }
.util-elevation-level-933 { box-shadow: 0 933px 1866px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-933 { border-radius: 933px !important; }
.util-spacing-gap-933 { gap: 933px !important; }
.util-pad-vertical-933 { padding-top: 933px !important; padding-bottom: 933px !important; }
.util-elevation-level-934 { box-shadow: 0 934px 1868px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-934 { border-radius: 934px !important; }
.util-spacing-gap-934 { gap: 934px !important; }
.util-pad-vertical-934 { padding-top: 934px !important; padding-bottom: 934px !important; }
.util-elevation-level-935 { box-shadow: 0 935px 1870px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-935 { border-radius: 935px !important; }
.util-spacing-gap-935 { gap: 935px !important; }
.util-pad-vertical-935 { padding-top: 935px !important; padding-bottom: 935px !important; }
.util-elevation-level-936 { box-shadow: 0 936px 1872px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-936 { border-radius: 936px !important; }
.util-spacing-gap-936 { gap: 936px !important; }
.util-pad-vertical-936 { padding-top: 936px !important; padding-bottom: 936px !important; }
.util-elevation-level-937 { box-shadow: 0 937px 1874px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-937 { border-radius: 937px !important; }
.util-spacing-gap-937 { gap: 937px !important; }
.util-pad-vertical-937 { padding-top: 937px !important; padding-bottom: 937px !important; }
.util-elevation-level-938 { box-shadow: 0 938px 1876px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-938 { border-radius: 938px !important; }
.util-spacing-gap-938 { gap: 938px !important; }
.util-pad-vertical-938 { padding-top: 938px !important; padding-bottom: 938px !important; }
.util-elevation-level-939 { box-shadow: 0 939px 1878px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-939 { border-radius: 939px !important; }
.util-spacing-gap-939 { gap: 939px !important; }
.util-pad-vertical-939 { padding-top: 939px !important; padding-bottom: 939px !important; }
.util-elevation-level-940 { box-shadow: 0 940px 1880px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-940 { border-radius: 940px !important; }
.util-spacing-gap-940 { gap: 940px !important; }
.util-pad-vertical-940 { padding-top: 940px !important; padding-bottom: 940px !important; }
.util-elevation-level-941 { box-shadow: 0 941px 1882px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-941 { border-radius: 941px !important; }
.util-spacing-gap-941 { gap: 941px !important; }
.util-pad-vertical-941 { padding-top: 941px !important; padding-bottom: 941px !important; }
.util-elevation-level-942 { box-shadow: 0 942px 1884px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-942 { border-radius: 942px !important; }
.util-spacing-gap-942 { gap: 942px !important; }
.util-pad-vertical-942 { padding-top: 942px !important; padding-bottom: 942px !important; }
.util-elevation-level-943 { box-shadow: 0 943px 1886px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-943 { border-radius: 943px !important; }
.util-spacing-gap-943 { gap: 943px !important; }
.util-pad-vertical-943 { padding-top: 943px !important; padding-bottom: 943px !important; }
.util-elevation-level-944 { box-shadow: 0 944px 1888px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-944 { border-radius: 944px !important; }
.util-spacing-gap-944 { gap: 944px !important; }
.util-pad-vertical-944 { padding-top: 944px !important; padding-bottom: 944px !important; }
.util-elevation-level-945 { box-shadow: 0 945px 1890px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-945 { border-radius: 945px !important; }
.util-spacing-gap-945 { gap: 945px !important; }
.util-pad-vertical-945 { padding-top: 945px !important; padding-bottom: 945px !important; }
.util-elevation-level-946 { box-shadow: 0 946px 1892px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-946 { border-radius: 946px !important; }
.util-spacing-gap-946 { gap: 946px !important; }
.util-pad-vertical-946 { padding-top: 946px !important; padding-bottom: 946px !important; }
.util-elevation-level-947 { box-shadow: 0 947px 1894px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-947 { border-radius: 947px !important; }
.util-spacing-gap-947 { gap: 947px !important; }
.util-pad-vertical-947 { padding-top: 947px !important; padding-bottom: 947px !important; }
.util-elevation-level-948 { box-shadow: 0 948px 1896px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-948 { border-radius: 948px !important; }
.util-spacing-gap-948 { gap: 948px !important; }
.util-pad-vertical-948 { padding-top: 948px !important; padding-bottom: 948px !important; }
.util-elevation-level-949 { box-shadow: 0 949px 1898px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-949 { border-radius: 949px !important; }
.util-spacing-gap-949 { gap: 949px !important; }
.util-pad-vertical-949 { padding-top: 949px !important; padding-bottom: 949px !important; }
.util-elevation-level-950 { box-shadow: 0 950px 1900px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-950 { border-radius: 950px !important; }
.util-spacing-gap-950 { gap: 950px !important; }
.util-pad-vertical-950 { padding-top: 950px !important; padding-bottom: 950px !important; }
.util-elevation-level-951 { box-shadow: 0 951px 1902px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-951 { border-radius: 951px !important; }
.util-spacing-gap-951 { gap: 951px !important; }
.util-pad-vertical-951 { padding-top: 951px !important; padding-bottom: 951px !important; }
.util-elevation-level-952 { box-shadow: 0 952px 1904px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-952 { border-radius: 952px !important; }
.util-spacing-gap-952 { gap: 952px !important; }
.util-pad-vertical-952 { padding-top: 952px !important; padding-bottom: 952px !important; }
.util-elevation-level-953 { box-shadow: 0 953px 1906px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-953 { border-radius: 953px !important; }
.util-spacing-gap-953 { gap: 953px !important; }
.util-pad-vertical-953 { padding-top: 953px !important; padding-bottom: 953px !important; }
.util-elevation-level-954 { box-shadow: 0 954px 1908px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-954 { border-radius: 954px !important; }
.util-spacing-gap-954 { gap: 954px !important; }
.util-pad-vertical-954 { padding-top: 954px !important; padding-bottom: 954px !important; }
.util-elevation-level-955 { box-shadow: 0 955px 1910px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-955 { border-radius: 955px !important; }
.util-spacing-gap-955 { gap: 955px !important; }
.util-pad-vertical-955 { padding-top: 955px !important; padding-bottom: 955px !important; }
.util-elevation-level-956 { box-shadow: 0 956px 1912px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-956 { border-radius: 956px !important; }
.util-spacing-gap-956 { gap: 956px !important; }
.util-pad-vertical-956 { padding-top: 956px !important; padding-bottom: 956px !important; }
.util-elevation-level-957 { box-shadow: 0 957px 1914px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-957 { border-radius: 957px !important; }
.util-spacing-gap-957 { gap: 957px !important; }
.util-pad-vertical-957 { padding-top: 957px !important; padding-bottom: 957px !important; }
.util-elevation-level-958 { box-shadow: 0 958px 1916px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-958 { border-radius: 958px !important; }
.util-spacing-gap-958 { gap: 958px !important; }
.util-pad-vertical-958 { padding-top: 958px !important; padding-bottom: 958px !important; }
.util-elevation-level-959 { box-shadow: 0 959px 1918px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-959 { border-radius: 959px !important; }
.util-spacing-gap-959 { gap: 959px !important; }
.util-pad-vertical-959 { padding-top: 959px !important; padding-bottom: 959px !important; }
.util-elevation-level-960 { box-shadow: 0 960px 1920px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-960 { border-radius: 960px !important; }
.util-spacing-gap-960 { gap: 960px !important; }
.util-pad-vertical-960 { padding-top: 960px !important; padding-bottom: 960px !important; }
.util-elevation-level-961 { box-shadow: 0 961px 1922px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-961 { border-radius: 961px !important; }
.util-spacing-gap-961 { gap: 961px !important; }
.util-pad-vertical-961 { padding-top: 961px !important; padding-bottom: 961px !important; }
.util-elevation-level-962 { box-shadow: 0 962px 1924px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-962 { border-radius: 962px !important; }
.util-spacing-gap-962 { gap: 962px !important; }
.util-pad-vertical-962 { padding-top: 962px !important; padding-bottom: 962px !important; }
.util-elevation-level-963 { box-shadow: 0 963px 1926px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-963 { border-radius: 963px !important; }
.util-spacing-gap-963 { gap: 963px !important; }
.util-pad-vertical-963 { padding-top: 963px !important; padding-bottom: 963px !important; }
.util-elevation-level-964 { box-shadow: 0 964px 1928px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-964 { border-radius: 964px !important; }
.util-spacing-gap-964 { gap: 964px !important; }
.util-pad-vertical-964 { padding-top: 964px !important; padding-bottom: 964px !important; }
.util-elevation-level-965 { box-shadow: 0 965px 1930px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-965 { border-radius: 965px !important; }
.util-spacing-gap-965 { gap: 965px !important; }
.util-pad-vertical-965 { padding-top: 965px !important; padding-bottom: 965px !important; }
.util-elevation-level-966 { box-shadow: 0 966px 1932px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-966 { border-radius: 966px !important; }
.util-spacing-gap-966 { gap: 966px !important; }
.util-pad-vertical-966 { padding-top: 966px !important; padding-bottom: 966px !important; }
.util-elevation-level-967 { box-shadow: 0 967px 1934px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-967 { border-radius: 967px !important; }
.util-spacing-gap-967 { gap: 967px !important; }
.util-pad-vertical-967 { padding-top: 967px !important; padding-bottom: 967px !important; }
.util-elevation-level-968 { box-shadow: 0 968px 1936px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-968 { border-radius: 968px !important; }
.util-spacing-gap-968 { gap: 968px !important; }
.util-pad-vertical-968 { padding-top: 968px !important; padding-bottom: 968px !important; }
.util-elevation-level-969 { box-shadow: 0 969px 1938px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-969 { border-radius: 969px !important; }
.util-spacing-gap-969 { gap: 969px !important; }
.util-pad-vertical-969 { padding-top: 969px !important; padding-bottom: 969px !important; }
.util-elevation-level-970 { box-shadow: 0 970px 1940px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-970 { border-radius: 970px !important; }
.util-spacing-gap-970 { gap: 970px !important; }
.util-pad-vertical-970 { padding-top: 970px !important; padding-bottom: 970px !important; }
.util-elevation-level-971 { box-shadow: 0 971px 1942px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-971 { border-radius: 971px !important; }
.util-spacing-gap-971 { gap: 971px !important; }
.util-pad-vertical-971 { padding-top: 971px !important; padding-bottom: 971px !important; }
.util-elevation-level-972 { box-shadow: 0 972px 1944px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-972 { border-radius: 972px !important; }
.util-spacing-gap-972 { gap: 972px !important; }
.util-pad-vertical-972 { padding-top: 972px !important; padding-bottom: 972px !important; }
.util-elevation-level-973 { box-shadow: 0 973px 1946px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-973 { border-radius: 973px !important; }
.util-spacing-gap-973 { gap: 973px !important; }
.util-pad-vertical-973 { padding-top: 973px !important; padding-bottom: 973px !important; }
.util-elevation-level-974 { box-shadow: 0 974px 1948px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-974 { border-radius: 974px !important; }
.util-spacing-gap-974 { gap: 974px !important; }
.util-pad-vertical-974 { padding-top: 974px !important; padding-bottom: 974px !important; }
.util-elevation-level-975 { box-shadow: 0 975px 1950px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-975 { border-radius: 975px !important; }
.util-spacing-gap-975 { gap: 975px !important; }
.util-pad-vertical-975 { padding-top: 975px !important; padding-bottom: 975px !important; }
.util-elevation-level-976 { box-shadow: 0 976px 1952px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-976 { border-radius: 976px !important; }
.util-spacing-gap-976 { gap: 976px !important; }
.util-pad-vertical-976 { padding-top: 976px !important; padding-bottom: 976px !important; }
.util-elevation-level-977 { box-shadow: 0 977px 1954px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-977 { border-radius: 977px !important; }
.util-spacing-gap-977 { gap: 977px !important; }
.util-pad-vertical-977 { padding-top: 977px !important; padding-bottom: 977px !important; }
.util-elevation-level-978 { box-shadow: 0 978px 1956px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-978 { border-radius: 978px !important; }
.util-spacing-gap-978 { gap: 978px !important; }
.util-pad-vertical-978 { padding-top: 978px !important; padding-bottom: 978px !important; }
.util-elevation-level-979 { box-shadow: 0 979px 1958px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-979 { border-radius: 979px !important; }
.util-spacing-gap-979 { gap: 979px !important; }
.util-pad-vertical-979 { padding-top: 979px !important; padding-bottom: 979px !important; }
.util-elevation-level-980 { box-shadow: 0 980px 1960px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-980 { border-radius: 980px !important; }
.util-spacing-gap-980 { gap: 980px !important; }
.util-pad-vertical-980 { padding-top: 980px !important; padding-bottom: 980px !important; }
.util-elevation-level-981 { box-shadow: 0 981px 1962px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-981 { border-radius: 981px !important; }
.util-spacing-gap-981 { gap: 981px !important; }
.util-pad-vertical-981 { padding-top: 981px !important; padding-bottom: 981px !important; }
.util-elevation-level-982 { box-shadow: 0 982px 1964px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-982 { border-radius: 982px !important; }
.util-spacing-gap-982 { gap: 982px !important; }
.util-pad-vertical-982 { padding-top: 982px !important; padding-bottom: 982px !important; }
.util-elevation-level-983 { box-shadow: 0 983px 1966px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-983 { border-radius: 983px !important; }
.util-spacing-gap-983 { gap: 983px !important; }
.util-pad-vertical-983 { padding-top: 983px !important; padding-bottom: 983px !important; }
.util-elevation-level-984 { box-shadow: 0 984px 1968px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-984 { border-radius: 984px !important; }
.util-spacing-gap-984 { gap: 984px !important; }
.util-pad-vertical-984 { padding-top: 984px !important; padding-bottom: 984px !important; }
.util-elevation-level-985 { box-shadow: 0 985px 1970px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-985 { border-radius: 985px !important; }
.util-spacing-gap-985 { gap: 985px !important; }
.util-pad-vertical-985 { padding-top: 985px !important; padding-bottom: 985px !important; }
.util-elevation-level-986 { box-shadow: 0 986px 1972px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-986 { border-radius: 986px !important; }
.util-spacing-gap-986 { gap: 986px !important; }
.util-pad-vertical-986 { padding-top: 986px !important; padding-bottom: 986px !important; }
.util-elevation-level-987 { box-shadow: 0 987px 1974px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-987 { border-radius: 987px !important; }
.util-spacing-gap-987 { gap: 987px !important; }
.util-pad-vertical-987 { padding-top: 987px !important; padding-bottom: 987px !important; }
.util-elevation-level-988 { box-shadow: 0 988px 1976px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-988 { border-radius: 988px !important; }
.util-spacing-gap-988 { gap: 988px !important; }
.util-pad-vertical-988 { padding-top: 988px !important; padding-bottom: 988px !important; }
.util-elevation-level-989 { box-shadow: 0 989px 1978px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-989 { border-radius: 989px !important; }
.util-spacing-gap-989 { gap: 989px !important; }
.util-pad-vertical-989 { padding-top: 989px !important; padding-bottom: 989px !important; }
.util-elevation-level-990 { box-shadow: 0 990px 1980px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-990 { border-radius: 990px !important; }
.util-spacing-gap-990 { gap: 990px !important; }
.util-pad-vertical-990 { padding-top: 990px !important; padding-bottom: 990px !important; }
.util-elevation-level-991 { box-shadow: 0 991px 1982px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-991 { border-radius: 991px !important; }
.util-spacing-gap-991 { gap: 991px !important; }
.util-pad-vertical-991 { padding-top: 991px !important; padding-bottom: 991px !important; }
.util-elevation-level-992 { box-shadow: 0 992px 1984px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-992 { border-radius: 992px !important; }
.util-spacing-gap-992 { gap: 992px !important; }
.util-pad-vertical-992 { padding-top: 992px !important; padding-bottom: 992px !important; }
.util-elevation-level-993 { box-shadow: 0 993px 1986px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-993 { border-radius: 993px !important; }
.util-spacing-gap-993 { gap: 993px !important; }
.util-pad-vertical-993 { padding-top: 993px !important; padding-bottom: 993px !important; }
.util-elevation-level-994 { box-shadow: 0 994px 1988px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-994 { border-radius: 994px !important; }
.util-spacing-gap-994 { gap: 994px !important; }
.util-pad-vertical-994 { padding-top: 994px !important; padding-bottom: 994px !important; }
.util-elevation-level-995 { box-shadow: 0 995px 1990px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-995 { border-radius: 995px !important; }
.util-spacing-gap-995 { gap: 995px !important; }
.util-pad-vertical-995 { padding-top: 995px !important; padding-bottom: 995px !important; }
.util-elevation-level-996 { box-shadow: 0 996px 1992px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-996 { border-radius: 996px !important; }
.util-spacing-gap-996 { gap: 996px !important; }
.util-pad-vertical-996 { padding-top: 996px !important; padding-bottom: 996px !important; }
.util-elevation-level-997 { box-shadow: 0 997px 1994px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-997 { border-radius: 997px !important; }
.util-spacing-gap-997 { gap: 997px !important; }
.util-pad-vertical-997 { padding-top: 997px !important; padding-bottom: 997px !important; }
.util-elevation-level-998 { box-shadow: 0 998px 1996px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-998 { border-radius: 998px !important; }
.util-spacing-gap-998 { gap: 998px !important; }
.util-pad-vertical-998 { padding-top: 998px !important; padding-bottom: 998px !important; }
.util-elevation-level-999 { box-shadow: 0 999px 1998px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-999 { border-radius: 999px !important; }
.util-spacing-gap-999 { gap: 999px !important; }
.util-pad-vertical-999 { padding-top: 999px !important; padding-bottom: 999px !important; }
.util-elevation-level-1000 { box-shadow: 0 1000px 2000px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1000 { border-radius: 1000px !important; }
.util-spacing-gap-1000 { gap: 1000px !important; }
.util-pad-vertical-1000 { padding-top: 1000px !important; padding-bottom: 1000px !important; }
.util-elevation-level-1001 { box-shadow: 0 1001px 2002px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1001 { border-radius: 1001px !important; }
.util-spacing-gap-1001 { gap: 1001px !important; }
.util-pad-vertical-1001 { padding-top: 1001px !important; padding-bottom: 1001px !important; }
.util-elevation-level-1002 { box-shadow: 0 1002px 2004px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1002 { border-radius: 1002px !important; }
.util-spacing-gap-1002 { gap: 1002px !important; }
.util-pad-vertical-1002 { padding-top: 1002px !important; padding-bottom: 1002px !important; }
.util-elevation-level-1003 { box-shadow: 0 1003px 2006px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1003 { border-radius: 1003px !important; }
.util-spacing-gap-1003 { gap: 1003px !important; }
.util-pad-vertical-1003 { padding-top: 1003px !important; padding-bottom: 1003px !important; }
.util-elevation-level-1004 { box-shadow: 0 1004px 2008px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1004 { border-radius: 1004px !important; }
.util-spacing-gap-1004 { gap: 1004px !important; }
.util-pad-vertical-1004 { padding-top: 1004px !important; padding-bottom: 1004px !important; }
.util-elevation-level-1005 { box-shadow: 0 1005px 2010px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1005 { border-radius: 1005px !important; }
.util-spacing-gap-1005 { gap: 1005px !important; }
.util-pad-vertical-1005 { padding-top: 1005px !important; padding-bottom: 1005px !important; }
.util-elevation-level-1006 { box-shadow: 0 1006px 2012px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1006 { border-radius: 1006px !important; }
.util-spacing-gap-1006 { gap: 1006px !important; }
.util-pad-vertical-1006 { padding-top: 1006px !important; padding-bottom: 1006px !important; }
.util-elevation-level-1007 { box-shadow: 0 1007px 2014px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1007 { border-radius: 1007px !important; }
.util-spacing-gap-1007 { gap: 1007px !important; }
.util-pad-vertical-1007 { padding-top: 1007px !important; padding-bottom: 1007px !important; }
.util-elevation-level-1008 { box-shadow: 0 1008px 2016px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1008 { border-radius: 1008px !important; }
.util-spacing-gap-1008 { gap: 1008px !important; }
.util-pad-vertical-1008 { padding-top: 1008px !important; padding-bottom: 1008px !important; }
.util-elevation-level-1009 { box-shadow: 0 1009px 2018px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1009 { border-radius: 1009px !important; }
.util-spacing-gap-1009 { gap: 1009px !important; }
.util-pad-vertical-1009 { padding-top: 1009px !important; padding-bottom: 1009px !important; }
.util-elevation-level-1010 { box-shadow: 0 1010px 2020px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1010 { border-radius: 1010px !important; }
.util-spacing-gap-1010 { gap: 1010px !important; }
.util-pad-vertical-1010 { padding-top: 1010px !important; padding-bottom: 1010px !important; }
.util-elevation-level-1011 { box-shadow: 0 1011px 2022px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1011 { border-radius: 1011px !important; }
.util-spacing-gap-1011 { gap: 1011px !important; }
.util-pad-vertical-1011 { padding-top: 1011px !important; padding-bottom: 1011px !important; }
.util-elevation-level-1012 { box-shadow: 0 1012px 2024px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1012 { border-radius: 1012px !important; }
.util-spacing-gap-1012 { gap: 1012px !important; }
.util-pad-vertical-1012 { padding-top: 1012px !important; padding-bottom: 1012px !important; }
.util-elevation-level-1013 { box-shadow: 0 1013px 2026px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1013 { border-radius: 1013px !important; }
.util-spacing-gap-1013 { gap: 1013px !important; }
.util-pad-vertical-1013 { padding-top: 1013px !important; padding-bottom: 1013px !important; }
.util-elevation-level-1014 { box-shadow: 0 1014px 2028px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1014 { border-radius: 1014px !important; }
.util-spacing-gap-1014 { gap: 1014px !important; }
.util-pad-vertical-1014 { padding-top: 1014px !important; padding-bottom: 1014px !important; }
.util-elevation-level-1015 { box-shadow: 0 1015px 2030px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1015 { border-radius: 1015px !important; }
.util-spacing-gap-1015 { gap: 1015px !important; }
.util-pad-vertical-1015 { padding-top: 1015px !important; padding-bottom: 1015px !important; }
.util-elevation-level-1016 { box-shadow: 0 1016px 2032px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1016 { border-radius: 1016px !important; }
.util-spacing-gap-1016 { gap: 1016px !important; }
.util-pad-vertical-1016 { padding-top: 1016px !important; padding-bottom: 1016px !important; }
.util-elevation-level-1017 { box-shadow: 0 1017px 2034px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1017 { border-radius: 1017px !important; }
.util-spacing-gap-1017 { gap: 1017px !important; }
.util-pad-vertical-1017 { padding-top: 1017px !important; padding-bottom: 1017px !important; }
.util-elevation-level-1018 { box-shadow: 0 1018px 2036px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1018 { border-radius: 1018px !important; }
.util-spacing-gap-1018 { gap: 1018px !important; }
.util-pad-vertical-1018 { padding-top: 1018px !important; padding-bottom: 1018px !important; }
.util-elevation-level-1019 { box-shadow: 0 1019px 2038px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1019 { border-radius: 1019px !important; }
.util-spacing-gap-1019 { gap: 1019px !important; }
.util-pad-vertical-1019 { padding-top: 1019px !important; padding-bottom: 1019px !important; }
.util-elevation-level-1020 { box-shadow: 0 1020px 2040px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1020 { border-radius: 1020px !important; }
.util-spacing-gap-1020 { gap: 1020px !important; }
.util-pad-vertical-1020 { padding-top: 1020px !important; padding-bottom: 1020px !important; }
.util-elevation-level-1021 { box-shadow: 0 1021px 2042px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1021 { border-radius: 1021px !important; }
.util-spacing-gap-1021 { gap: 1021px !important; }
.util-pad-vertical-1021 { padding-top: 1021px !important; padding-bottom: 1021px !important; }
.util-elevation-level-1022 { box-shadow: 0 1022px 2044px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1022 { border-radius: 1022px !important; }
.util-spacing-gap-1022 { gap: 1022px !important; }
.util-pad-vertical-1022 { padding-top: 1022px !important; padding-bottom: 1022px !important; }
.util-elevation-level-1023 { box-shadow: 0 1023px 2046px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1023 { border-radius: 1023px !important; }
.util-spacing-gap-1023 { gap: 1023px !important; }
.util-pad-vertical-1023 { padding-top: 1023px !important; padding-bottom: 1023px !important; }
.util-elevation-level-1024 { box-shadow: 0 1024px 2048px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1024 { border-radius: 1024px !important; }
.util-spacing-gap-1024 { gap: 1024px !important; }
.util-pad-vertical-1024 { padding-top: 1024px !important; padding-bottom: 1024px !important; }
.util-elevation-level-1025 { box-shadow: 0 1025px 2050px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1025 { border-radius: 1025px !important; }
.util-spacing-gap-1025 { gap: 1025px !important; }
.util-pad-vertical-1025 { padding-top: 1025px !important; padding-bottom: 1025px !important; }
.util-elevation-level-1026 { box-shadow: 0 1026px 2052px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1026 { border-radius: 1026px !important; }
.util-spacing-gap-1026 { gap: 1026px !important; }
.util-pad-vertical-1026 { padding-top: 1026px !important; padding-bottom: 1026px !important; }
.util-elevation-level-1027 { box-shadow: 0 1027px 2054px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1027 { border-radius: 1027px !important; }
.util-spacing-gap-1027 { gap: 1027px !important; }
.util-pad-vertical-1027 { padding-top: 1027px !important; padding-bottom: 1027px !important; }
.util-elevation-level-1028 { box-shadow: 0 1028px 2056px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1028 { border-radius: 1028px !important; }
.util-spacing-gap-1028 { gap: 1028px !important; }
.util-pad-vertical-1028 { padding-top: 1028px !important; padding-bottom: 1028px !important; }
.util-elevation-level-1029 { box-shadow: 0 1029px 2058px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1029 { border-radius: 1029px !important; }
.util-spacing-gap-1029 { gap: 1029px !important; }
.util-pad-vertical-1029 { padding-top: 1029px !important; padding-bottom: 1029px !important; }
.util-elevation-level-1030 { box-shadow: 0 1030px 2060px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1030 { border-radius: 1030px !important; }
.util-spacing-gap-1030 { gap: 1030px !important; }
.util-pad-vertical-1030 { padding-top: 1030px !important; padding-bottom: 1030px !important; }
.util-elevation-level-1031 { box-shadow: 0 1031px 2062px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1031 { border-radius: 1031px !important; }
.util-spacing-gap-1031 { gap: 1031px !important; }
.util-pad-vertical-1031 { padding-top: 1031px !important; padding-bottom: 1031px !important; }
.util-elevation-level-1032 { box-shadow: 0 1032px 2064px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1032 { border-radius: 1032px !important; }
.util-spacing-gap-1032 { gap: 1032px !important; }
.util-pad-vertical-1032 { padding-top: 1032px !important; padding-bottom: 1032px !important; }
.util-elevation-level-1033 { box-shadow: 0 1033px 2066px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1033 { border-radius: 1033px !important; }
.util-spacing-gap-1033 { gap: 1033px !important; }
.util-pad-vertical-1033 { padding-top: 1033px !important; padding-bottom: 1033px !important; }
.util-elevation-level-1034 { box-shadow: 0 1034px 2068px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1034 { border-radius: 1034px !important; }
.util-spacing-gap-1034 { gap: 1034px !important; }
.util-pad-vertical-1034 { padding-top: 1034px !important; padding-bottom: 1034px !important; }
.util-elevation-level-1035 { box-shadow: 0 1035px 2070px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1035 { border-radius: 1035px !important; }
.util-spacing-gap-1035 { gap: 1035px !important; }
.util-pad-vertical-1035 { padding-top: 1035px !important; padding-bottom: 1035px !important; }
.util-elevation-level-1036 { box-shadow: 0 1036px 2072px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1036 { border-radius: 1036px !important; }
.util-spacing-gap-1036 { gap: 1036px !important; }
.util-pad-vertical-1036 { padding-top: 1036px !important; padding-bottom: 1036px !important; }
.util-elevation-level-1037 { box-shadow: 0 1037px 2074px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1037 { border-radius: 1037px !important; }
.util-spacing-gap-1037 { gap: 1037px !important; }
.util-pad-vertical-1037 { padding-top: 1037px !important; padding-bottom: 1037px !important; }
.util-elevation-level-1038 { box-shadow: 0 1038px 2076px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1038 { border-radius: 1038px !important; }
.util-spacing-gap-1038 { gap: 1038px !important; }
.util-pad-vertical-1038 { padding-top: 1038px !important; padding-bottom: 1038px !important; }
.util-elevation-level-1039 { box-shadow: 0 1039px 2078px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1039 { border-radius: 1039px !important; }
.util-spacing-gap-1039 { gap: 1039px !important; }
.util-pad-vertical-1039 { padding-top: 1039px !important; padding-bottom: 1039px !important; }
.util-elevation-level-1040 { box-shadow: 0 1040px 2080px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1040 { border-radius: 1040px !important; }
.util-spacing-gap-1040 { gap: 1040px !important; }
.util-pad-vertical-1040 { padding-top: 1040px !important; padding-bottom: 1040px !important; }
.util-elevation-level-1041 { box-shadow: 0 1041px 2082px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1041 { border-radius: 1041px !important; }
.util-spacing-gap-1041 { gap: 1041px !important; }
.util-pad-vertical-1041 { padding-top: 1041px !important; padding-bottom: 1041px !important; }
.util-elevation-level-1042 { box-shadow: 0 1042px 2084px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1042 { border-radius: 1042px !important; }
.util-spacing-gap-1042 { gap: 1042px !important; }
.util-pad-vertical-1042 { padding-top: 1042px !important; padding-bottom: 1042px !important; }
.util-elevation-level-1043 { box-shadow: 0 1043px 2086px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1043 { border-radius: 1043px !important; }
.util-spacing-gap-1043 { gap: 1043px !important; }
.util-pad-vertical-1043 { padding-top: 1043px !important; padding-bottom: 1043px !important; }
.util-elevation-level-1044 { box-shadow: 0 1044px 2088px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1044 { border-radius: 1044px !important; }
.util-spacing-gap-1044 { gap: 1044px !important; }
.util-pad-vertical-1044 { padding-top: 1044px !important; padding-bottom: 1044px !important; }
.util-elevation-level-1045 { box-shadow: 0 1045px 2090px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1045 { border-radius: 1045px !important; }
.util-spacing-gap-1045 { gap: 1045px !important; }
.util-pad-vertical-1045 { padding-top: 1045px !important; padding-bottom: 1045px !important; }
.util-elevation-level-1046 { box-shadow: 0 1046px 2092px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1046 { border-radius: 1046px !important; }
.util-spacing-gap-1046 { gap: 1046px !important; }
.util-pad-vertical-1046 { padding-top: 1046px !important; padding-bottom: 1046px !important; }
.util-elevation-level-1047 { box-shadow: 0 1047px 2094px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1047 { border-radius: 1047px !important; }
.util-spacing-gap-1047 { gap: 1047px !important; }
.util-pad-vertical-1047 { padding-top: 1047px !important; padding-bottom: 1047px !important; }
.util-elevation-level-1048 { box-shadow: 0 1048px 2096px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1048 { border-radius: 1048px !important; }
.util-spacing-gap-1048 { gap: 1048px !important; }
.util-pad-vertical-1048 { padding-top: 1048px !important; padding-bottom: 1048px !important; }
.util-elevation-level-1049 { box-shadow: 0 1049px 2098px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1049 { border-radius: 1049px !important; }
.util-spacing-gap-1049 { gap: 1049px !important; }
.util-pad-vertical-1049 { padding-top: 1049px !important; padding-bottom: 1049px !important; }
.util-elevation-level-1050 { box-shadow: 0 1050px 2100px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1050 { border-radius: 1050px !important; }
.util-spacing-gap-1050 { gap: 1050px !important; }
.util-pad-vertical-1050 { padding-top: 1050px !important; padding-bottom: 1050px !important; }
.util-elevation-level-1051 { box-shadow: 0 1051px 2102px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1051 { border-radius: 1051px !important; }
.util-spacing-gap-1051 { gap: 1051px !important; }
.util-pad-vertical-1051 { padding-top: 1051px !important; padding-bottom: 1051px !important; }
.util-elevation-level-1052 { box-shadow: 0 1052px 2104px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1052 { border-radius: 1052px !important; }
.util-spacing-gap-1052 { gap: 1052px !important; }
.util-pad-vertical-1052 { padding-top: 1052px !important; padding-bottom: 1052px !important; }
.util-elevation-level-1053 { box-shadow: 0 1053px 2106px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1053 { border-radius: 1053px !important; }
.util-spacing-gap-1053 { gap: 1053px !important; }
.util-pad-vertical-1053 { padding-top: 1053px !important; padding-bottom: 1053px !important; }
.util-elevation-level-1054 { box-shadow: 0 1054px 2108px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1054 { border-radius: 1054px !important; }
.util-spacing-gap-1054 { gap: 1054px !important; }
.util-pad-vertical-1054 { padding-top: 1054px !important; padding-bottom: 1054px !important; }
.util-elevation-level-1055 { box-shadow: 0 1055px 2110px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1055 { border-radius: 1055px !important; }
.util-spacing-gap-1055 { gap: 1055px !important; }
.util-pad-vertical-1055 { padding-top: 1055px !important; padding-bottom: 1055px !important; }
.util-elevation-level-1056 { box-shadow: 0 1056px 2112px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1056 { border-radius: 1056px !important; }
.util-spacing-gap-1056 { gap: 1056px !important; }
.util-pad-vertical-1056 { padding-top: 1056px !important; padding-bottom: 1056px !important; }
.util-elevation-level-1057 { box-shadow: 0 1057px 2114px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1057 { border-radius: 1057px !important; }
.util-spacing-gap-1057 { gap: 1057px !important; }
.util-pad-vertical-1057 { padding-top: 1057px !important; padding-bottom: 1057px !important; }
.util-elevation-level-1058 { box-shadow: 0 1058px 2116px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1058 { border-radius: 1058px !important; }
.util-spacing-gap-1058 { gap: 1058px !important; }
.util-pad-vertical-1058 { padding-top: 1058px !important; padding-bottom: 1058px !important; }
.util-elevation-level-1059 { box-shadow: 0 1059px 2118px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1059 { border-radius: 1059px !important; }
.util-spacing-gap-1059 { gap: 1059px !important; }
.util-pad-vertical-1059 { padding-top: 1059px !important; padding-bottom: 1059px !important; }
.util-elevation-level-1060 { box-shadow: 0 1060px 2120px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1060 { border-radius: 1060px !important; }
.util-spacing-gap-1060 { gap: 1060px !important; }
.util-pad-vertical-1060 { padding-top: 1060px !important; padding-bottom: 1060px !important; }
.util-elevation-level-1061 { box-shadow: 0 1061px 2122px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1061 { border-radius: 1061px !important; }
.util-spacing-gap-1061 { gap: 1061px !important; }
.util-pad-vertical-1061 { padding-top: 1061px !important; padding-bottom: 1061px !important; }
.util-elevation-level-1062 { box-shadow: 0 1062px 2124px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1062 { border-radius: 1062px !important; }
.util-spacing-gap-1062 { gap: 1062px !important; }
.util-pad-vertical-1062 { padding-top: 1062px !important; padding-bottom: 1062px !important; }
.util-elevation-level-1063 { box-shadow: 0 1063px 2126px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1063 { border-radius: 1063px !important; }
.util-spacing-gap-1063 { gap: 1063px !important; }
.util-pad-vertical-1063 { padding-top: 1063px !important; padding-bottom: 1063px !important; }
.util-elevation-level-1064 { box-shadow: 0 1064px 2128px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1064 { border-radius: 1064px !important; }
.util-spacing-gap-1064 { gap: 1064px !important; }
.util-pad-vertical-1064 { padding-top: 1064px !important; padding-bottom: 1064px !important; }
.util-elevation-level-1065 { box-shadow: 0 1065px 2130px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1065 { border-radius: 1065px !important; }
.util-spacing-gap-1065 { gap: 1065px !important; }
.util-pad-vertical-1065 { padding-top: 1065px !important; padding-bottom: 1065px !important; }
.util-elevation-level-1066 { box-shadow: 0 1066px 2132px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1066 { border-radius: 1066px !important; }
.util-spacing-gap-1066 { gap: 1066px !important; }
.util-pad-vertical-1066 { padding-top: 1066px !important; padding-bottom: 1066px !important; }
.util-elevation-level-1067 { box-shadow: 0 1067px 2134px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1067 { border-radius: 1067px !important; }
.util-spacing-gap-1067 { gap: 1067px !important; }
.util-pad-vertical-1067 { padding-top: 1067px !important; padding-bottom: 1067px !important; }
.util-elevation-level-1068 { box-shadow: 0 1068px 2136px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1068 { border-radius: 1068px !important; }
.util-spacing-gap-1068 { gap: 1068px !important; }
.util-pad-vertical-1068 { padding-top: 1068px !important; padding-bottom: 1068px !important; }
.util-elevation-level-1069 { box-shadow: 0 1069px 2138px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1069 { border-radius: 1069px !important; }
.util-spacing-gap-1069 { gap: 1069px !important; }
.util-pad-vertical-1069 { padding-top: 1069px !important; padding-bottom: 1069px !important; }
.util-elevation-level-1070 { box-shadow: 0 1070px 2140px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1070 { border-radius: 1070px !important; }
.util-spacing-gap-1070 { gap: 1070px !important; }
.util-pad-vertical-1070 { padding-top: 1070px !important; padding-bottom: 1070px !important; }
.util-elevation-level-1071 { box-shadow: 0 1071px 2142px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1071 { border-radius: 1071px !important; }
.util-spacing-gap-1071 { gap: 1071px !important; }
.util-pad-vertical-1071 { padding-top: 1071px !important; padding-bottom: 1071px !important; }
.util-elevation-level-1072 { box-shadow: 0 1072px 2144px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1072 { border-radius: 1072px !important; }
.util-spacing-gap-1072 { gap: 1072px !important; }
.util-pad-vertical-1072 { padding-top: 1072px !important; padding-bottom: 1072px !important; }
.util-elevation-level-1073 { box-shadow: 0 1073px 2146px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1073 { border-radius: 1073px !important; }
.util-spacing-gap-1073 { gap: 1073px !important; }
.util-pad-vertical-1073 { padding-top: 1073px !important; padding-bottom: 1073px !important; }
.util-elevation-level-1074 { box-shadow: 0 1074px 2148px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1074 { border-radius: 1074px !important; }
.util-spacing-gap-1074 { gap: 1074px !important; }
.util-pad-vertical-1074 { padding-top: 1074px !important; padding-bottom: 1074px !important; }
.util-elevation-level-1075 { box-shadow: 0 1075px 2150px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1075 { border-radius: 1075px !important; }
.util-spacing-gap-1075 { gap: 1075px !important; }
.util-pad-vertical-1075 { padding-top: 1075px !important; padding-bottom: 1075px !important; }
.util-elevation-level-1076 { box-shadow: 0 1076px 2152px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1076 { border-radius: 1076px !important; }
.util-spacing-gap-1076 { gap: 1076px !important; }
.util-pad-vertical-1076 { padding-top: 1076px !important; padding-bottom: 1076px !important; }
.util-elevation-level-1077 { box-shadow: 0 1077px 2154px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1077 { border-radius: 1077px !important; }
.util-spacing-gap-1077 { gap: 1077px !important; }
.util-pad-vertical-1077 { padding-top: 1077px !important; padding-bottom: 1077px !important; }
.util-elevation-level-1078 { box-shadow: 0 1078px 2156px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1078 { border-radius: 1078px !important; }
.util-spacing-gap-1078 { gap: 1078px !important; }
.util-pad-vertical-1078 { padding-top: 1078px !important; padding-bottom: 1078px !important; }
.util-elevation-level-1079 { box-shadow: 0 1079px 2158px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1079 { border-radius: 1079px !important; }
.util-spacing-gap-1079 { gap: 1079px !important; }
.util-pad-vertical-1079 { padding-top: 1079px !important; padding-bottom: 1079px !important; }
.util-elevation-level-1080 { box-shadow: 0 1080px 2160px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1080 { border-radius: 1080px !important; }
.util-spacing-gap-1080 { gap: 1080px !important; }
.util-pad-vertical-1080 { padding-top: 1080px !important; padding-bottom: 1080px !important; }
.util-elevation-level-1081 { box-shadow: 0 1081px 2162px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1081 { border-radius: 1081px !important; }
.util-spacing-gap-1081 { gap: 1081px !important; }
.util-pad-vertical-1081 { padding-top: 1081px !important; padding-bottom: 1081px !important; }
.util-elevation-level-1082 { box-shadow: 0 1082px 2164px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1082 { border-radius: 1082px !important; }
.util-spacing-gap-1082 { gap: 1082px !important; }
.util-pad-vertical-1082 { padding-top: 1082px !important; padding-bottom: 1082px !important; }
.util-elevation-level-1083 { box-shadow: 0 1083px 2166px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1083 { border-radius: 1083px !important; }
.util-spacing-gap-1083 { gap: 1083px !important; }
.util-pad-vertical-1083 { padding-top: 1083px !important; padding-bottom: 1083px !important; }
.util-elevation-level-1084 { box-shadow: 0 1084px 2168px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1084 { border-radius: 1084px !important; }
.util-spacing-gap-1084 { gap: 1084px !important; }
.util-pad-vertical-1084 { padding-top: 1084px !important; padding-bottom: 1084px !important; }
.util-elevation-level-1085 { box-shadow: 0 1085px 2170px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1085 { border-radius: 1085px !important; }
.util-spacing-gap-1085 { gap: 1085px !important; }
.util-pad-vertical-1085 { padding-top: 1085px !important; padding-bottom: 1085px !important; }
.util-elevation-level-1086 { box-shadow: 0 1086px 2172px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1086 { border-radius: 1086px !important; }
.util-spacing-gap-1086 { gap: 1086px !important; }
.util-pad-vertical-1086 { padding-top: 1086px !important; padding-bottom: 1086px !important; }
.util-elevation-level-1087 { box-shadow: 0 1087px 2174px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1087 { border-radius: 1087px !important; }
.util-spacing-gap-1087 { gap: 1087px !important; }
.util-pad-vertical-1087 { padding-top: 1087px !important; padding-bottom: 1087px !important; }
.util-elevation-level-1088 { box-shadow: 0 1088px 2176px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1088 { border-radius: 1088px !important; }
.util-spacing-gap-1088 { gap: 1088px !important; }
.util-pad-vertical-1088 { padding-top: 1088px !important; padding-bottom: 1088px !important; }
.util-elevation-level-1089 { box-shadow: 0 1089px 2178px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1089 { border-radius: 1089px !important; }
.util-spacing-gap-1089 { gap: 1089px !important; }
.util-pad-vertical-1089 { padding-top: 1089px !important; padding-bottom: 1089px !important; }
.util-elevation-level-1090 { box-shadow: 0 1090px 2180px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1090 { border-radius: 1090px !important; }
.util-spacing-gap-1090 { gap: 1090px !important; }
.util-pad-vertical-1090 { padding-top: 1090px !important; padding-bottom: 1090px !important; }
.util-elevation-level-1091 { box-shadow: 0 1091px 2182px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1091 { border-radius: 1091px !important; }
.util-spacing-gap-1091 { gap: 1091px !important; }
.util-pad-vertical-1091 { padding-top: 1091px !important; padding-bottom: 1091px !important; }
.util-elevation-level-1092 { box-shadow: 0 1092px 2184px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1092 { border-radius: 1092px !important; }
.util-spacing-gap-1092 { gap: 1092px !important; }
.util-pad-vertical-1092 { padding-top: 1092px !important; padding-bottom: 1092px !important; }
.util-elevation-level-1093 { box-shadow: 0 1093px 2186px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1093 { border-radius: 1093px !important; }
.util-spacing-gap-1093 { gap: 1093px !important; }
.util-pad-vertical-1093 { padding-top: 1093px !important; padding-bottom: 1093px !important; }
.util-elevation-level-1094 { box-shadow: 0 1094px 2188px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1094 { border-radius: 1094px !important; }
.util-spacing-gap-1094 { gap: 1094px !important; }
.util-pad-vertical-1094 { padding-top: 1094px !important; padding-bottom: 1094px !important; }
.util-elevation-level-1095 { box-shadow: 0 1095px 2190px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1095 { border-radius: 1095px !important; }
.util-spacing-gap-1095 { gap: 1095px !important; }
.util-pad-vertical-1095 { padding-top: 1095px !important; padding-bottom: 1095px !important; }
.util-elevation-level-1096 { box-shadow: 0 1096px 2192px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1096 { border-radius: 1096px !important; }
.util-spacing-gap-1096 { gap: 1096px !important; }
.util-pad-vertical-1096 { padding-top: 1096px !important; padding-bottom: 1096px !important; }
.util-elevation-level-1097 { box-shadow: 0 1097px 2194px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1097 { border-radius: 1097px !important; }
.util-spacing-gap-1097 { gap: 1097px !important; }
.util-pad-vertical-1097 { padding-top: 1097px !important; padding-bottom: 1097px !important; }
.util-elevation-level-1098 { box-shadow: 0 1098px 2196px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1098 { border-radius: 1098px !important; }
.util-spacing-gap-1098 { gap: 1098px !important; }
.util-pad-vertical-1098 { padding-top: 1098px !important; padding-bottom: 1098px !important; }
.util-elevation-level-1099 { box-shadow: 0 1099px 2198px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1099 { border-radius: 1099px !important; }
.util-spacing-gap-1099 { gap: 1099px !important; }
.util-pad-vertical-1099 { padding-top: 1099px !important; padding-bottom: 1099px !important; }
.util-elevation-level-1100 { box-shadow: 0 1100px 2200px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1100 { border-radius: 1100px !important; }
.util-spacing-gap-1100 { gap: 1100px !important; }
.util-pad-vertical-1100 { padding-top: 1100px !important; padding-bottom: 1100px !important; }
.util-elevation-level-1101 { box-shadow: 0 1101px 2202px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1101 { border-radius: 1101px !important; }
.util-spacing-gap-1101 { gap: 1101px !important; }
.util-pad-vertical-1101 { padding-top: 1101px !important; padding-bottom: 1101px !important; }
.util-elevation-level-1102 { box-shadow: 0 1102px 2204px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1102 { border-radius: 1102px !important; }
.util-spacing-gap-1102 { gap: 1102px !important; }
.util-pad-vertical-1102 { padding-top: 1102px !important; padding-bottom: 1102px !important; }
.util-elevation-level-1103 { box-shadow: 0 1103px 2206px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1103 { border-radius: 1103px !important; }
.util-spacing-gap-1103 { gap: 1103px !important; }
.util-pad-vertical-1103 { padding-top: 1103px !important; padding-bottom: 1103px !important; }
.util-elevation-level-1104 { box-shadow: 0 1104px 2208px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1104 { border-radius: 1104px !important; }
.util-spacing-gap-1104 { gap: 1104px !important; }
.util-pad-vertical-1104 { padding-top: 1104px !important; padding-bottom: 1104px !important; }
.util-elevation-level-1105 { box-shadow: 0 1105px 2210px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1105 { border-radius: 1105px !important; }
.util-spacing-gap-1105 { gap: 1105px !important; }
.util-pad-vertical-1105 { padding-top: 1105px !important; padding-bottom: 1105px !important; }
.util-elevation-level-1106 { box-shadow: 0 1106px 2212px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1106 { border-radius: 1106px !important; }
.util-spacing-gap-1106 { gap: 1106px !important; }
.util-pad-vertical-1106 { padding-top: 1106px !important; padding-bottom: 1106px !important; }
.util-elevation-level-1107 { box-shadow: 0 1107px 2214px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1107 { border-radius: 1107px !important; }
.util-spacing-gap-1107 { gap: 1107px !important; }
.util-pad-vertical-1107 { padding-top: 1107px !important; padding-bottom: 1107px !important; }
.util-elevation-level-1108 { box-shadow: 0 1108px 2216px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1108 { border-radius: 1108px !important; }
.util-spacing-gap-1108 { gap: 1108px !important; }
.util-pad-vertical-1108 { padding-top: 1108px !important; padding-bottom: 1108px !important; }
.util-elevation-level-1109 { box-shadow: 0 1109px 2218px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1109 { border-radius: 1109px !important; }
.util-spacing-gap-1109 { gap: 1109px !important; }
.util-pad-vertical-1109 { padding-top: 1109px !important; padding-bottom: 1109px !important; }
.util-elevation-level-1110 { box-shadow: 0 1110px 2220px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1110 { border-radius: 1110px !important; }
.util-spacing-gap-1110 { gap: 1110px !important; }
.util-pad-vertical-1110 { padding-top: 1110px !important; padding-bottom: 1110px !important; }
.util-elevation-level-1111 { box-shadow: 0 1111px 2222px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1111 { border-radius: 1111px !important; }
.util-spacing-gap-1111 { gap: 1111px !important; }
.util-pad-vertical-1111 { padding-top: 1111px !important; padding-bottom: 1111px !important; }
.util-elevation-level-1112 { box-shadow: 0 1112px 2224px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1112 { border-radius: 1112px !important; }
.util-spacing-gap-1112 { gap: 1112px !important; }
.util-pad-vertical-1112 { padding-top: 1112px !important; padding-bottom: 1112px !important; }
.util-elevation-level-1113 { box-shadow: 0 1113px 2226px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1113 { border-radius: 1113px !important; }
.util-spacing-gap-1113 { gap: 1113px !important; }
.util-pad-vertical-1113 { padding-top: 1113px !important; padding-bottom: 1113px !important; }
.util-elevation-level-1114 { box-shadow: 0 1114px 2228px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1114 { border-radius: 1114px !important; }
.util-spacing-gap-1114 { gap: 1114px !important; }
.util-pad-vertical-1114 { padding-top: 1114px !important; padding-bottom: 1114px !important; }
.util-elevation-level-1115 { box-shadow: 0 1115px 2230px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1115 { border-radius: 1115px !important; }
.util-spacing-gap-1115 { gap: 1115px !important; }
.util-pad-vertical-1115 { padding-top: 1115px !important; padding-bottom: 1115px !important; }
.util-elevation-level-1116 { box-shadow: 0 1116px 2232px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1116 { border-radius: 1116px !important; }
.util-spacing-gap-1116 { gap: 1116px !important; }
.util-pad-vertical-1116 { padding-top: 1116px !important; padding-bottom: 1116px !important; }
.util-elevation-level-1117 { box-shadow: 0 1117px 2234px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1117 { border-radius: 1117px !important; }
.util-spacing-gap-1117 { gap: 1117px !important; }
.util-pad-vertical-1117 { padding-top: 1117px !important; padding-bottom: 1117px !important; }
.util-elevation-level-1118 { box-shadow: 0 1118px 2236px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1118 { border-radius: 1118px !important; }
.util-spacing-gap-1118 { gap: 1118px !important; }
.util-pad-vertical-1118 { padding-top: 1118px !important; padding-bottom: 1118px !important; }
.util-elevation-level-1119 { box-shadow: 0 1119px 2238px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1119 { border-radius: 1119px !important; }
.util-spacing-gap-1119 { gap: 1119px !important; }
.util-pad-vertical-1119 { padding-top: 1119px !important; padding-bottom: 1119px !important; }
.util-elevation-level-1120 { box-shadow: 0 1120px 2240px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1120 { border-radius: 1120px !important; }
.util-spacing-gap-1120 { gap: 1120px !important; }
.util-pad-vertical-1120 { padding-top: 1120px !important; padding-bottom: 1120px !important; }
.util-elevation-level-1121 { box-shadow: 0 1121px 2242px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1121 { border-radius: 1121px !important; }
.util-spacing-gap-1121 { gap: 1121px !important; }
.util-pad-vertical-1121 { padding-top: 1121px !important; padding-bottom: 1121px !important; }
.util-elevation-level-1122 { box-shadow: 0 1122px 2244px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1122 { border-radius: 1122px !important; }
.util-spacing-gap-1122 { gap: 1122px !important; }
.util-pad-vertical-1122 { padding-top: 1122px !important; padding-bottom: 1122px !important; }
.util-elevation-level-1123 { box-shadow: 0 1123px 2246px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1123 { border-radius: 1123px !important; }
.util-spacing-gap-1123 { gap: 1123px !important; }
.util-pad-vertical-1123 { padding-top: 1123px !important; padding-bottom: 1123px !important; }
.util-elevation-level-1124 { box-shadow: 0 1124px 2248px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1124 { border-radius: 1124px !important; }
.util-spacing-gap-1124 { gap: 1124px !important; }
.util-pad-vertical-1124 { padding-top: 1124px !important; padding-bottom: 1124px !important; }
.util-elevation-level-1125 { box-shadow: 0 1125px 2250px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1125 { border-radius: 1125px !important; }
.util-spacing-gap-1125 { gap: 1125px !important; }
.util-pad-vertical-1125 { padding-top: 1125px !important; padding-bottom: 1125px !important; }
.util-elevation-level-1126 { box-shadow: 0 1126px 2252px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1126 { border-radius: 1126px !important; }
.util-spacing-gap-1126 { gap: 1126px !important; }
.util-pad-vertical-1126 { padding-top: 1126px !important; padding-bottom: 1126px !important; }
.util-elevation-level-1127 { box-shadow: 0 1127px 2254px rgba(15, 23, 42, 0.02) !important; }
.util-radius-custom-1127 { border-radius: 1127px !important; }
.util-spacing-gap-1127 { gap: 1127px !important; }
.util-pad-vertical-1127 { padding-top: 1127px !important; padding-bottom: 1127px !important; }
.util-elevation-level-1128 { box-shadow: 0 1128px 2256px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1128 { border-radius: 1128px !important; }
.util-spacing-gap-1128 { gap: 1128px !important; }
.util-pad-vertical-1128 { padding-top: 1128px !important; padding-bottom: 1128px !important; }
.util-elevation-level-1129 { box-shadow: 0 1129px 2258px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1129 { border-radius: 1129px !important; }
.util-spacing-gap-1129 { gap: 1129px !important; }
.util-pad-vertical-1129 { padding-top: 1129px !important; padding-bottom: 1129px !important; }
.util-elevation-level-1130 { box-shadow: 0 1130px 2260px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1130 { border-radius: 1130px !important; }
.util-spacing-gap-1130 { gap: 1130px !important; }
.util-pad-vertical-1130 { padding-top: 1130px !important; padding-bottom: 1130px !important; }
.util-elevation-level-1131 { box-shadow: 0 1131px 2262px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1131 { border-radius: 1131px !important; }
.util-spacing-gap-1131 { gap: 1131px !important; }
.util-pad-vertical-1131 { padding-top: 1131px !important; padding-bottom: 1131px !important; }
.util-elevation-level-1132 { box-shadow: 0 1132px 2264px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1132 { border-radius: 1132px !important; }
.util-spacing-gap-1132 { gap: 1132px !important; }
.util-pad-vertical-1132 { padding-top: 1132px !important; padding-bottom: 1132px !important; }
.util-elevation-level-1133 { box-shadow: 0 1133px 2266px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1133 { border-radius: 1133px !important; }
.util-spacing-gap-1133 { gap: 1133px !important; }
.util-pad-vertical-1133 { padding-top: 1133px !important; padding-bottom: 1133px !important; }
.util-elevation-level-1134 { box-shadow: 0 1134px 2268px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1134 { border-radius: 1134px !important; }
.util-spacing-gap-1134 { gap: 1134px !important; }
.util-pad-vertical-1134 { padding-top: 1134px !important; padding-bottom: 1134px !important; }
.util-elevation-level-1135 { box-shadow: 0 1135px 2270px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1135 { border-radius: 1135px !important; }
.util-spacing-gap-1135 { gap: 1135px !important; }
.util-pad-vertical-1135 { padding-top: 1135px !important; padding-bottom: 1135px !important; }
.util-elevation-level-1136 { box-shadow: 0 1136px 2272px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1136 { border-radius: 1136px !important; }
.util-spacing-gap-1136 { gap: 1136px !important; }
.util-pad-vertical-1136 { padding-top: 1136px !important; padding-bottom: 1136px !important; }
.util-elevation-level-1137 { box-shadow: 0 1137px 2274px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1137 { border-radius: 1137px !important; }
.util-spacing-gap-1137 { gap: 1137px !important; }
.util-pad-vertical-1137 { padding-top: 1137px !important; padding-bottom: 1137px !important; }
.util-elevation-level-1138 { box-shadow: 0 1138px 2276px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1138 { border-radius: 1138px !important; }
.util-spacing-gap-1138 { gap: 1138px !important; }
.util-pad-vertical-1138 { padding-top: 1138px !important; padding-bottom: 1138px !important; }
.util-elevation-level-1139 { box-shadow: 0 1139px 2278px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1139 { border-radius: 1139px !important; }
.util-spacing-gap-1139 { gap: 1139px !important; }
.util-pad-vertical-1139 { padding-top: 1139px !important; padding-bottom: 1139px !important; }
.util-elevation-level-1140 { box-shadow: 0 1140px 2280px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1140 { border-radius: 1140px !important; }
.util-spacing-gap-1140 { gap: 1140px !important; }
.util-pad-vertical-1140 { padding-top: 1140px !important; padding-bottom: 1140px !important; }
.util-elevation-level-1141 { box-shadow: 0 1141px 2282px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1141 { border-radius: 1141px !important; }
.util-spacing-gap-1141 { gap: 1141px !important; }
.util-pad-vertical-1141 { padding-top: 1141px !important; padding-bottom: 1141px !important; }
.util-elevation-level-1142 { box-shadow: 0 1142px 2284px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1142 { border-radius: 1142px !important; }
.util-spacing-gap-1142 { gap: 1142px !important; }
.util-pad-vertical-1142 { padding-top: 1142px !important; padding-bottom: 1142px !important; }
.util-elevation-level-1143 { box-shadow: 0 1143px 2286px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1143 { border-radius: 1143px !important; }
.util-spacing-gap-1143 { gap: 1143px !important; }
.util-pad-vertical-1143 { padding-top: 1143px !important; padding-bottom: 1143px !important; }
.util-elevation-level-1144 { box-shadow: 0 1144px 2288px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1144 { border-radius: 1144px !important; }
.util-spacing-gap-1144 { gap: 1144px !important; }
.util-pad-vertical-1144 { padding-top: 1144px !important; padding-bottom: 1144px !important; }
.util-elevation-level-1145 { box-shadow: 0 1145px 2290px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1145 { border-radius: 1145px !important; }
.util-spacing-gap-1145 { gap: 1145px !important; }
.util-pad-vertical-1145 { padding-top: 1145px !important; padding-bottom: 1145px !important; }
.util-elevation-level-1146 { box-shadow: 0 1146px 2292px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1146 { border-radius: 1146px !important; }
.util-spacing-gap-1146 { gap: 1146px !important; }
.util-pad-vertical-1146 { padding-top: 1146px !important; padding-bottom: 1146px !important; }
.util-elevation-level-1147 { box-shadow: 0 1147px 2294px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1147 { border-radius: 1147px !important; }
.util-spacing-gap-1147 { gap: 1147px !important; }
.util-pad-vertical-1147 { padding-top: 1147px !important; padding-bottom: 1147px !important; }
.util-elevation-level-1148 { box-shadow: 0 1148px 2296px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1148 { border-radius: 1148px !important; }
.util-spacing-gap-1148 { gap: 1148px !important; }
.util-pad-vertical-1148 { padding-top: 1148px !important; padding-bottom: 1148px !important; }
.util-elevation-level-1149 { box-shadow: 0 1149px 2298px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1149 { border-radius: 1149px !important; }
.util-spacing-gap-1149 { gap: 1149px !important; }
.util-pad-vertical-1149 { padding-top: 1149px !important; padding-bottom: 1149px !important; }
.util-elevation-level-1150 { box-shadow: 0 1150px 2300px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1150 { border-radius: 1150px !important; }
.util-spacing-gap-1150 { gap: 1150px !important; }
.util-pad-vertical-1150 { padding-top: 1150px !important; padding-bottom: 1150px !important; }
.util-elevation-level-1151 { box-shadow: 0 1151px 2302px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1151 { border-radius: 1151px !important; }
.util-spacing-gap-1151 { gap: 1151px !important; }
.util-pad-vertical-1151 { padding-top: 1151px !important; padding-bottom: 1151px !important; }
.util-elevation-level-1152 { box-shadow: 0 1152px 2304px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1152 { border-radius: 1152px !important; }
.util-spacing-gap-1152 { gap: 1152px !important; }
.util-pad-vertical-1152 { padding-top: 1152px !important; padding-bottom: 1152px !important; }
.util-elevation-level-1153 { box-shadow: 0 1153px 2306px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1153 { border-radius: 1153px !important; }
.util-spacing-gap-1153 { gap: 1153px !important; }
.util-pad-vertical-1153 { padding-top: 1153px !important; padding-bottom: 1153px !important; }
.util-elevation-level-1154 { box-shadow: 0 1154px 2308px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1154 { border-radius: 1154px !important; }
.util-spacing-gap-1154 { gap: 1154px !important; }
.util-pad-vertical-1154 { padding-top: 1154px !important; padding-bottom: 1154px !important; }
.util-elevation-level-1155 { box-shadow: 0 1155px 2310px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1155 { border-radius: 1155px !important; }
.util-spacing-gap-1155 { gap: 1155px !important; }
.util-pad-vertical-1155 { padding-top: 1155px !important; padding-bottom: 1155px !important; }
.util-elevation-level-1156 { box-shadow: 0 1156px 2312px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1156 { border-radius: 1156px !important; }
.util-spacing-gap-1156 { gap: 1156px !important; }
.util-pad-vertical-1156 { padding-top: 1156px !important; padding-bottom: 1156px !important; }
.util-elevation-level-1157 { box-shadow: 0 1157px 2314px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1157 { border-radius: 1157px !important; }
.util-spacing-gap-1157 { gap: 1157px !important; }
.util-pad-vertical-1157 { padding-top: 1157px !important; padding-bottom: 1157px !important; }
.util-elevation-level-1158 { box-shadow: 0 1158px 2316px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1158 { border-radius: 1158px !important; }
.util-spacing-gap-1158 { gap: 1158px !important; }
.util-pad-vertical-1158 { padding-top: 1158px !important; padding-bottom: 1158px !important; }
.util-elevation-level-1159 { box-shadow: 0 1159px 2318px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1159 { border-radius: 1159px !important; }
.util-spacing-gap-1159 { gap: 1159px !important; }
.util-pad-vertical-1159 { padding-top: 1159px !important; padding-bottom: 1159px !important; }
.util-elevation-level-1160 { box-shadow: 0 1160px 2320px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1160 { border-radius: 1160px !important; }
.util-spacing-gap-1160 { gap: 1160px !important; }
.util-pad-vertical-1160 { padding-top: 1160px !important; padding-bottom: 1160px !important; }
.util-elevation-level-1161 { box-shadow: 0 1161px 2322px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1161 { border-radius: 1161px !important; }
.util-spacing-gap-1161 { gap: 1161px !important; }
.util-pad-vertical-1161 { padding-top: 1161px !important; padding-bottom: 1161px !important; }
.util-elevation-level-1162 { box-shadow: 0 1162px 2324px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1162 { border-radius: 1162px !important; }
.util-spacing-gap-1162 { gap: 1162px !important; }
.util-pad-vertical-1162 { padding-top: 1162px !important; padding-bottom: 1162px !important; }
.util-elevation-level-1163 { box-shadow: 0 1163px 2326px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1163 { border-radius: 1163px !important; }
.util-spacing-gap-1163 { gap: 1163px !important; }
.util-pad-vertical-1163 { padding-top: 1163px !important; padding-bottom: 1163px !important; }
.util-elevation-level-1164 { box-shadow: 0 1164px 2328px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1164 { border-radius: 1164px !important; }
.util-spacing-gap-1164 { gap: 1164px !important; }
.util-pad-vertical-1164 { padding-top: 1164px !important; padding-bottom: 1164px !important; }
.util-elevation-level-1165 { box-shadow: 0 1165px 2330px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1165 { border-radius: 1165px !important; }
.util-spacing-gap-1165 { gap: 1165px !important; }
.util-pad-vertical-1165 { padding-top: 1165px !important; padding-bottom: 1165px !important; }
.util-elevation-level-1166 { box-shadow: 0 1166px 2332px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1166 { border-radius: 1166px !important; }
.util-spacing-gap-1166 { gap: 1166px !important; }
.util-pad-vertical-1166 { padding-top: 1166px !important; padding-bottom: 1166px !important; }
.util-elevation-level-1167 { box-shadow: 0 1167px 2334px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1167 { border-radius: 1167px !important; }
.util-spacing-gap-1167 { gap: 1167px !important; }
.util-pad-vertical-1167 { padding-top: 1167px !important; padding-bottom: 1167px !important; }
.util-elevation-level-1168 { box-shadow: 0 1168px 2336px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1168 { border-radius: 1168px !important; }
.util-spacing-gap-1168 { gap: 1168px !important; }
.util-pad-vertical-1168 { padding-top: 1168px !important; padding-bottom: 1168px !important; }
.util-elevation-level-1169 { box-shadow: 0 1169px 2338px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1169 { border-radius: 1169px !important; }
.util-spacing-gap-1169 { gap: 1169px !important; }
.util-pad-vertical-1169 { padding-top: 1169px !important; padding-bottom: 1169px !important; }
.util-elevation-level-1170 { box-shadow: 0 1170px 2340px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1170 { border-radius: 1170px !important; }
.util-spacing-gap-1170 { gap: 1170px !important; }
.util-pad-vertical-1170 { padding-top: 1170px !important; padding-bottom: 1170px !important; }
.util-elevation-level-1171 { box-shadow: 0 1171px 2342px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1171 { border-radius: 1171px !important; }
.util-spacing-gap-1171 { gap: 1171px !important; }
.util-pad-vertical-1171 { padding-top: 1171px !important; padding-bottom: 1171px !important; }
.util-elevation-level-1172 { box-shadow: 0 1172px 2344px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1172 { border-radius: 1172px !important; }
.util-spacing-gap-1172 { gap: 1172px !important; }
.util-pad-vertical-1172 { padding-top: 1172px !important; padding-bottom: 1172px !important; }
.util-elevation-level-1173 { box-shadow: 0 1173px 2346px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1173 { border-radius: 1173px !important; }
.util-spacing-gap-1173 { gap: 1173px !important; }
.util-pad-vertical-1173 { padding-top: 1173px !important; padding-bottom: 1173px !important; }
.util-elevation-level-1174 { box-shadow: 0 1174px 2348px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1174 { border-radius: 1174px !important; }
.util-spacing-gap-1174 { gap: 1174px !important; }
.util-pad-vertical-1174 { padding-top: 1174px !important; padding-bottom: 1174px !important; }
.util-elevation-level-1175 { box-shadow: 0 1175px 2350px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1175 { border-radius: 1175px !important; }
.util-spacing-gap-1175 { gap: 1175px !important; }
.util-pad-vertical-1175 { padding-top: 1175px !important; padding-bottom: 1175px !important; }
.util-elevation-level-1176 { box-shadow: 0 1176px 2352px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1176 { border-radius: 1176px !important; }
.util-spacing-gap-1176 { gap: 1176px !important; }
.util-pad-vertical-1176 { padding-top: 1176px !important; padding-bottom: 1176px !important; }
.util-elevation-level-1177 { box-shadow: 0 1177px 2354px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1177 { border-radius: 1177px !important; }
.util-spacing-gap-1177 { gap: 1177px !important; }
.util-pad-vertical-1177 { padding-top: 1177px !important; padding-bottom: 1177px !important; }
.util-elevation-level-1178 { box-shadow: 0 1178px 2356px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1178 { border-radius: 1178px !important; }
.util-spacing-gap-1178 { gap: 1178px !important; }
.util-pad-vertical-1178 { padding-top: 1178px !important; padding-bottom: 1178px !important; }
.util-elevation-level-1179 { box-shadow: 0 1179px 2358px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1179 { border-radius: 1179px !important; }
.util-spacing-gap-1179 { gap: 1179px !important; }
.util-pad-vertical-1179 { padding-top: 1179px !important; padding-bottom: 1179px !important; }
.util-elevation-level-1180 { box-shadow: 0 1180px 2360px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1180 { border-radius: 1180px !important; }
.util-spacing-gap-1180 { gap: 1180px !important; }
.util-pad-vertical-1180 { padding-top: 1180px !important; padding-bottom: 1180px !important; }
.util-elevation-level-1181 { box-shadow: 0 1181px 2362px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1181 { border-radius: 1181px !important; }
.util-spacing-gap-1181 { gap: 1181px !important; }
.util-pad-vertical-1181 { padding-top: 1181px !important; padding-bottom: 1181px !important; }
.util-elevation-level-1182 { box-shadow: 0 1182px 2364px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1182 { border-radius: 1182px !important; }
.util-spacing-gap-1182 { gap: 1182px !important; }
.util-pad-vertical-1182 { padding-top: 1182px !important; padding-bottom: 1182px !important; }
.util-elevation-level-1183 { box-shadow: 0 1183px 2366px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1183 { border-radius: 1183px !important; }
.util-spacing-gap-1183 { gap: 1183px !important; }
.util-pad-vertical-1183 { padding-top: 1183px !important; padding-bottom: 1183px !important; }
.util-elevation-level-1184 { box-shadow: 0 1184px 2368px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1184 { border-radius: 1184px !important; }
.util-spacing-gap-1184 { gap: 1184px !important; }
.util-pad-vertical-1184 { padding-top: 1184px !important; padding-bottom: 1184px !important; }
.util-elevation-level-1185 { box-shadow: 0 1185px 2370px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1185 { border-radius: 1185px !important; }
.util-spacing-gap-1185 { gap: 1185px !important; }
.util-pad-vertical-1185 { padding-top: 1185px !important; padding-bottom: 1185px !important; }
.util-elevation-level-1186 { box-shadow: 0 1186px 2372px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1186 { border-radius: 1186px !important; }
.util-spacing-gap-1186 { gap: 1186px !important; }
.util-pad-vertical-1186 { padding-top: 1186px !important; padding-bottom: 1186px !important; }
.util-elevation-level-1187 { box-shadow: 0 1187px 2374px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1187 { border-radius: 1187px !important; }
.util-spacing-gap-1187 { gap: 1187px !important; }
.util-pad-vertical-1187 { padding-top: 1187px !important; padding-bottom: 1187px !important; }
.util-elevation-level-1188 { box-shadow: 0 1188px 2376px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1188 { border-radius: 1188px !important; }
.util-spacing-gap-1188 { gap: 1188px !important; }
.util-pad-vertical-1188 { padding-top: 1188px !important; padding-bottom: 1188px !important; }
.util-elevation-level-1189 { box-shadow: 0 1189px 2378px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1189 { border-radius: 1189px !important; }
.util-spacing-gap-1189 { gap: 1189px !important; }
.util-pad-vertical-1189 { padding-top: 1189px !important; padding-bottom: 1189px !important; }
.util-elevation-level-1190 { box-shadow: 0 1190px 2380px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1190 { border-radius: 1190px !important; }
.util-spacing-gap-1190 { gap: 1190px !important; }
.util-pad-vertical-1190 { padding-top: 1190px !important; padding-bottom: 1190px !important; }
.util-elevation-level-1191 { box-shadow: 0 1191px 2382px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1191 { border-radius: 1191px !important; }
.util-spacing-gap-1191 { gap: 1191px !important; }
.util-pad-vertical-1191 { padding-top: 1191px !important; padding-bottom: 1191px !important; }
.util-elevation-level-1192 { box-shadow: 0 1192px 2384px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1192 { border-radius: 1192px !important; }
.util-spacing-gap-1192 { gap: 1192px !important; }
.util-pad-vertical-1192 { padding-top: 1192px !important; padding-bottom: 1192px !important; }
.util-elevation-level-1193 { box-shadow: 0 1193px 2386px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1193 { border-radius: 1193px !important; }
.util-spacing-gap-1193 { gap: 1193px !important; }
.util-pad-vertical-1193 { padding-top: 1193px !important; padding-bottom: 1193px !important; }
.util-elevation-level-1194 { box-shadow: 0 1194px 2388px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1194 { border-radius: 1194px !important; }
.util-spacing-gap-1194 { gap: 1194px !important; }
.util-pad-vertical-1194 { padding-top: 1194px !important; padding-bottom: 1194px !important; }
.util-elevation-level-1195 { box-shadow: 0 1195px 2390px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1195 { border-radius: 1195px !important; }
.util-spacing-gap-1195 { gap: 1195px !important; }
.util-pad-vertical-1195 { padding-top: 1195px !important; padding-bottom: 1195px !important; }
.util-elevation-level-1196 { box-shadow: 0 1196px 2392px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1196 { border-radius: 1196px !important; }
.util-spacing-gap-1196 { gap: 1196px !important; }
.util-pad-vertical-1196 { padding-top: 1196px !important; padding-bottom: 1196px !important; }
.util-elevation-level-1197 { box-shadow: 0 1197px 2394px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1197 { border-radius: 1197px !important; }
.util-spacing-gap-1197 { gap: 1197px !important; }
.util-pad-vertical-1197 { padding-top: 1197px !important; padding-bottom: 1197px !important; }
.util-elevation-level-1198 { box-shadow: 0 1198px 2396px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1198 { border-radius: 1198px !important; }
.util-spacing-gap-1198 { gap: 1198px !important; }
.util-pad-vertical-1198 { padding-top: 1198px !important; padding-bottom: 1198px !important; }
.util-elevation-level-1199 { box-shadow: 0 1199px 2398px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1199 { border-radius: 1199px !important; }
.util-spacing-gap-1199 { gap: 1199px !important; }
.util-pad-vertical-1199 { padding-top: 1199px !important; padding-bottom: 1199px !important; }
.util-elevation-level-1200 { box-shadow: 0 1200px 2400px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1200 { border-radius: 1200px !important; }
.util-spacing-gap-1200 { gap: 1200px !important; }
.util-pad-vertical-1200 { padding-top: 1200px !important; padding-bottom: 1200px !important; }
.util-elevation-level-1201 { box-shadow: 0 1201px 2402px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1201 { border-radius: 1201px !important; }
.util-spacing-gap-1201 { gap: 1201px !important; }
.util-pad-vertical-1201 { padding-top: 1201px !important; padding-bottom: 1201px !important; }
.util-elevation-level-1202 { box-shadow: 0 1202px 2404px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1202 { border-radius: 1202px !important; }
.util-spacing-gap-1202 { gap: 1202px !important; }
.util-pad-vertical-1202 { padding-top: 1202px !important; padding-bottom: 1202px !important; }
.util-elevation-level-1203 { box-shadow: 0 1203px 2406px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1203 { border-radius: 1203px !important; }
.util-spacing-gap-1203 { gap: 1203px !important; }
.util-pad-vertical-1203 { padding-top: 1203px !important; padding-bottom: 1203px !important; }
.util-elevation-level-1204 { box-shadow: 0 1204px 2408px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1204 { border-radius: 1204px !important; }
.util-spacing-gap-1204 { gap: 1204px !important; }
.util-pad-vertical-1204 { padding-top: 1204px !important; padding-bottom: 1204px !important; }
.util-elevation-level-1205 { box-shadow: 0 1205px 2410px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1205 { border-radius: 1205px !important; }
.util-spacing-gap-1205 { gap: 1205px !important; }
.util-pad-vertical-1205 { padding-top: 1205px !important; padding-bottom: 1205px !important; }
.util-elevation-level-1206 { box-shadow: 0 1206px 2412px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1206 { border-radius: 1206px !important; }
.util-spacing-gap-1206 { gap: 1206px !important; }
.util-pad-vertical-1206 { padding-top: 1206px !important; padding-bottom: 1206px !important; }
.util-elevation-level-1207 { box-shadow: 0 1207px 2414px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1207 { border-radius: 1207px !important; }
.util-spacing-gap-1207 { gap: 1207px !important; }
.util-pad-vertical-1207 { padding-top: 1207px !important; padding-bottom: 1207px !important; }
.util-elevation-level-1208 { box-shadow: 0 1208px 2416px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1208 { border-radius: 1208px !important; }
.util-spacing-gap-1208 { gap: 1208px !important; }
.util-pad-vertical-1208 { padding-top: 1208px !important; padding-bottom: 1208px !important; }
.util-elevation-level-1209 { box-shadow: 0 1209px 2418px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1209 { border-radius: 1209px !important; }
.util-spacing-gap-1209 { gap: 1209px !important; }
.util-pad-vertical-1209 { padding-top: 1209px !important; padding-bottom: 1209px !important; }
.util-elevation-level-1210 { box-shadow: 0 1210px 2420px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1210 { border-radius: 1210px !important; }
.util-spacing-gap-1210 { gap: 1210px !important; }
.util-pad-vertical-1210 { padding-top: 1210px !important; padding-bottom: 1210px !important; }
.util-elevation-level-1211 { box-shadow: 0 1211px 2422px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1211 { border-radius: 1211px !important; }
.util-spacing-gap-1211 { gap: 1211px !important; }
.util-pad-vertical-1211 { padding-top: 1211px !important; padding-bottom: 1211px !important; }
.util-elevation-level-1212 { box-shadow: 0 1212px 2424px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1212 { border-radius: 1212px !important; }
.util-spacing-gap-1212 { gap: 1212px !important; }
.util-pad-vertical-1212 { padding-top: 1212px !important; padding-bottom: 1212px !important; }
.util-elevation-level-1213 { box-shadow: 0 1213px 2426px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1213 { border-radius: 1213px !important; }
.util-spacing-gap-1213 { gap: 1213px !important; }
.util-pad-vertical-1213 { padding-top: 1213px !important; padding-bottom: 1213px !important; }
.util-elevation-level-1214 { box-shadow: 0 1214px 2428px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1214 { border-radius: 1214px !important; }
.util-spacing-gap-1214 { gap: 1214px !important; }
.util-pad-vertical-1214 { padding-top: 1214px !important; padding-bottom: 1214px !important; }
.util-elevation-level-1215 { box-shadow: 0 1215px 2430px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1215 { border-radius: 1215px !important; }
.util-spacing-gap-1215 { gap: 1215px !important; }
.util-pad-vertical-1215 { padding-top: 1215px !important; padding-bottom: 1215px !important; }
.util-elevation-level-1216 { box-shadow: 0 1216px 2432px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1216 { border-radius: 1216px !important; }
.util-spacing-gap-1216 { gap: 1216px !important; }
.util-pad-vertical-1216 { padding-top: 1216px !important; padding-bottom: 1216px !important; }
.util-elevation-level-1217 { box-shadow: 0 1217px 2434px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1217 { border-radius: 1217px !important; }
.util-spacing-gap-1217 { gap: 1217px !important; }
.util-pad-vertical-1217 { padding-top: 1217px !important; padding-bottom: 1217px !important; }
.util-elevation-level-1218 { box-shadow: 0 1218px 2436px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1218 { border-radius: 1218px !important; }
.util-spacing-gap-1218 { gap: 1218px !important; }
.util-pad-vertical-1218 { padding-top: 1218px !important; padding-bottom: 1218px !important; }
.util-elevation-level-1219 { box-shadow: 0 1219px 2438px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1219 { border-radius: 1219px !important; }
.util-spacing-gap-1219 { gap: 1219px !important; }
.util-pad-vertical-1219 { padding-top: 1219px !important; padding-bottom: 1219px !important; }
.util-elevation-level-1220 { box-shadow: 0 1220px 2440px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1220 { border-radius: 1220px !important; }
.util-spacing-gap-1220 { gap: 1220px !important; }
.util-pad-vertical-1220 { padding-top: 1220px !important; padding-bottom: 1220px !important; }
.util-elevation-level-1221 { box-shadow: 0 1221px 2442px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1221 { border-radius: 1221px !important; }
.util-spacing-gap-1221 { gap: 1221px !important; }
.util-pad-vertical-1221 { padding-top: 1221px !important; padding-bottom: 1221px !important; }
.util-elevation-level-1222 { box-shadow: 0 1222px 2444px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1222 { border-radius: 1222px !important; }
.util-spacing-gap-1222 { gap: 1222px !important; }
.util-pad-vertical-1222 { padding-top: 1222px !important; padding-bottom: 1222px !important; }
.util-elevation-level-1223 { box-shadow: 0 1223px 2446px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1223 { border-radius: 1223px !important; }
.util-spacing-gap-1223 { gap: 1223px !important; }
.util-pad-vertical-1223 { padding-top: 1223px !important; padding-bottom: 1223px !important; }
.util-elevation-level-1224 { box-shadow: 0 1224px 2448px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1224 { border-radius: 1224px !important; }
.util-spacing-gap-1224 { gap: 1224px !important; }
.util-pad-vertical-1224 { padding-top: 1224px !important; padding-bottom: 1224px !important; }
.util-elevation-level-1225 { box-shadow: 0 1225px 2450px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1225 { border-radius: 1225px !important; }
.util-spacing-gap-1225 { gap: 1225px !important; }
.util-pad-vertical-1225 { padding-top: 1225px !important; padding-bottom: 1225px !important; }
.util-elevation-level-1226 { box-shadow: 0 1226px 2452px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1226 { border-radius: 1226px !important; }
.util-spacing-gap-1226 { gap: 1226px !important; }
.util-pad-vertical-1226 { padding-top: 1226px !important; padding-bottom: 1226px !important; }
.util-elevation-level-1227 { box-shadow: 0 1227px 2454px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1227 { border-radius: 1227px !important; }
.util-spacing-gap-1227 { gap: 1227px !important; }
.util-pad-vertical-1227 { padding-top: 1227px !important; padding-bottom: 1227px !important; }
.util-elevation-level-1228 { box-shadow: 0 1228px 2456px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1228 { border-radius: 1228px !important; }
.util-spacing-gap-1228 { gap: 1228px !important; }
.util-pad-vertical-1228 { padding-top: 1228px !important; padding-bottom: 1228px !important; }
.util-elevation-level-1229 { box-shadow: 0 1229px 2458px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1229 { border-radius: 1229px !important; }
.util-spacing-gap-1229 { gap: 1229px !important; }
.util-pad-vertical-1229 { padding-top: 1229px !important; padding-bottom: 1229px !important; }
.util-elevation-level-1230 { box-shadow: 0 1230px 2460px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1230 { border-radius: 1230px !important; }
.util-spacing-gap-1230 { gap: 1230px !important; }
.util-pad-vertical-1230 { padding-top: 1230px !important; padding-bottom: 1230px !important; }
.util-elevation-level-1231 { box-shadow: 0 1231px 2462px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1231 { border-radius: 1231px !important; }
.util-spacing-gap-1231 { gap: 1231px !important; }
.util-pad-vertical-1231 { padding-top: 1231px !important; padding-bottom: 1231px !important; }
.util-elevation-level-1232 { box-shadow: 0 1232px 2464px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1232 { border-radius: 1232px !important; }
.util-spacing-gap-1232 { gap: 1232px !important; }
.util-pad-vertical-1232 { padding-top: 1232px !important; padding-bottom: 1232px !important; }
.util-elevation-level-1233 { box-shadow: 0 1233px 2466px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1233 { border-radius: 1233px !important; }
.util-spacing-gap-1233 { gap: 1233px !important; }
.util-pad-vertical-1233 { padding-top: 1233px !important; padding-bottom: 1233px !important; }
.util-elevation-level-1234 { box-shadow: 0 1234px 2468px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1234 { border-radius: 1234px !important; }
.util-spacing-gap-1234 { gap: 1234px !important; }
.util-pad-vertical-1234 { padding-top: 1234px !important; padding-bottom: 1234px !important; }
.util-elevation-level-1235 { box-shadow: 0 1235px 2470px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1235 { border-radius: 1235px !important; }
.util-spacing-gap-1235 { gap: 1235px !important; }
.util-pad-vertical-1235 { padding-top: 1235px !important; padding-bottom: 1235px !important; }
.util-elevation-level-1236 { box-shadow: 0 1236px 2472px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1236 { border-radius: 1236px !important; }
.util-spacing-gap-1236 { gap: 1236px !important; }
.util-pad-vertical-1236 { padding-top: 1236px !important; padding-bottom: 1236px !important; }
.util-elevation-level-1237 { box-shadow: 0 1237px 2474px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1237 { border-radius: 1237px !important; }
.util-spacing-gap-1237 { gap: 1237px !important; }
.util-pad-vertical-1237 { padding-top: 1237px !important; padding-bottom: 1237px !important; }
.util-elevation-level-1238 { box-shadow: 0 1238px 2476px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1238 { border-radius: 1238px !important; }
.util-spacing-gap-1238 { gap: 1238px !important; }
.util-pad-vertical-1238 { padding-top: 1238px !important; padding-bottom: 1238px !important; }
.util-elevation-level-1239 { box-shadow: 0 1239px 2478px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1239 { border-radius: 1239px !important; }
.util-spacing-gap-1239 { gap: 1239px !important; }
.util-pad-vertical-1239 { padding-top: 1239px !important; padding-bottom: 1239px !important; }
.util-elevation-level-1240 { box-shadow: 0 1240px 2480px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1240 { border-radius: 1240px !important; }
.util-spacing-gap-1240 { gap: 1240px !important; }
.util-pad-vertical-1240 { padding-top: 1240px !important; padding-bottom: 1240px !important; }
.util-elevation-level-1241 { box-shadow: 0 1241px 2482px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1241 { border-radius: 1241px !important; }
.util-spacing-gap-1241 { gap: 1241px !important; }
.util-pad-vertical-1241 { padding-top: 1241px !important; padding-bottom: 1241px !important; }
.util-elevation-level-1242 { box-shadow: 0 1242px 2484px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1242 { border-radius: 1242px !important; }
.util-spacing-gap-1242 { gap: 1242px !important; }
.util-pad-vertical-1242 { padding-top: 1242px !important; padding-bottom: 1242px !important; }
.util-elevation-level-1243 { box-shadow: 0 1243px 2486px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1243 { border-radius: 1243px !important; }
.util-spacing-gap-1243 { gap: 1243px !important; }
.util-pad-vertical-1243 { padding-top: 1243px !important; padding-bottom: 1243px !important; }
.util-elevation-level-1244 { box-shadow: 0 1244px 2488px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1244 { border-radius: 1244px !important; }
.util-spacing-gap-1244 { gap: 1244px !important; }
.util-pad-vertical-1244 { padding-top: 1244px !important; padding-bottom: 1244px !important; }
.util-elevation-level-1245 { box-shadow: 0 1245px 2490px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1245 { border-radius: 1245px !important; }
.util-spacing-gap-1245 { gap: 1245px !important; }
.util-pad-vertical-1245 { padding-top: 1245px !important; padding-bottom: 1245px !important; }
.util-elevation-level-1246 { box-shadow: 0 1246px 2492px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1246 { border-radius: 1246px !important; }
.util-spacing-gap-1246 { gap: 1246px !important; }
.util-pad-vertical-1246 { padding-top: 1246px !important; padding-bottom: 1246px !important; }
.util-elevation-level-1247 { box-shadow: 0 1247px 2494px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1247 { border-radius: 1247px !important; }
.util-spacing-gap-1247 { gap: 1247px !important; }
.util-pad-vertical-1247 { padding-top: 1247px !important; padding-bottom: 1247px !important; }
.util-elevation-level-1248 { box-shadow: 0 1248px 2496px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1248 { border-radius: 1248px !important; }
.util-spacing-gap-1248 { gap: 1248px !important; }
.util-pad-vertical-1248 { padding-top: 1248px !important; padding-bottom: 1248px !important; }
.util-elevation-level-1249 { box-shadow: 0 1249px 2498px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1249 { border-radius: 1249px !important; }
.util-spacing-gap-1249 { gap: 1249px !important; }
.util-pad-vertical-1249 { padding-top: 1249px !important; padding-bottom: 1249px !important; }
.util-elevation-level-1250 { box-shadow: 0 1250px 2500px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1250 { border-radius: 1250px !important; }
.util-spacing-gap-1250 { gap: 1250px !important; }
.util-pad-vertical-1250 { padding-top: 1250px !important; padding-bottom: 1250px !important; }
.util-elevation-level-1251 { box-shadow: 0 1251px 2502px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1251 { border-radius: 1251px !important; }
.util-spacing-gap-1251 { gap: 1251px !important; }
.util-pad-vertical-1251 { padding-top: 1251px !important; padding-bottom: 1251px !important; }
.util-elevation-level-1252 { box-shadow: 0 1252px 2504px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1252 { border-radius: 1252px !important; }
.util-spacing-gap-1252 { gap: 1252px !important; }
.util-pad-vertical-1252 { padding-top: 1252px !important; padding-bottom: 1252px !important; }
.util-elevation-level-1253 { box-shadow: 0 1253px 2506px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1253 { border-radius: 1253px !important; }
.util-spacing-gap-1253 { gap: 1253px !important; }
.util-pad-vertical-1253 { padding-top: 1253px !important; padding-bottom: 1253px !important; }
.util-elevation-level-1254 { box-shadow: 0 1254px 2508px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1254 { border-radius: 1254px !important; }
.util-spacing-gap-1254 { gap: 1254px !important; }
.util-pad-vertical-1254 { padding-top: 1254px !important; padding-bottom: 1254px !important; }
.util-elevation-level-1255 { box-shadow: 0 1255px 2510px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1255 { border-radius: 1255px !important; }
.util-spacing-gap-1255 { gap: 1255px !important; }
.util-pad-vertical-1255 { padding-top: 1255px !important; padding-bottom: 1255px !important; }
.util-elevation-level-1256 { box-shadow: 0 1256px 2512px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1256 { border-radius: 1256px !important; }
.util-spacing-gap-1256 { gap: 1256px !important; }
.util-pad-vertical-1256 { padding-top: 1256px !important; padding-bottom: 1256px !important; }
.util-elevation-level-1257 { box-shadow: 0 1257px 2514px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1257 { border-radius: 1257px !important; }
.util-spacing-gap-1257 { gap: 1257px !important; }
.util-pad-vertical-1257 { padding-top: 1257px !important; padding-bottom: 1257px !important; }
.util-elevation-level-1258 { box-shadow: 0 1258px 2516px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1258 { border-radius: 1258px !important; }
.util-spacing-gap-1258 { gap: 1258px !important; }
.util-pad-vertical-1258 { padding-top: 1258px !important; padding-bottom: 1258px !important; }
.util-elevation-level-1259 { box-shadow: 0 1259px 2518px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1259 { border-radius: 1259px !important; }
.util-spacing-gap-1259 { gap: 1259px !important; }
.util-pad-vertical-1259 { padding-top: 1259px !important; padding-bottom: 1259px !important; }
.util-elevation-level-1260 { box-shadow: 0 1260px 2520px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1260 { border-radius: 1260px !important; }
.util-spacing-gap-1260 { gap: 1260px !important; }
.util-pad-vertical-1260 { padding-top: 1260px !important; padding-bottom: 1260px !important; }
.util-elevation-level-1261 { box-shadow: 0 1261px 2522px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1261 { border-radius: 1261px !important; }
.util-spacing-gap-1261 { gap: 1261px !important; }
.util-pad-vertical-1261 { padding-top: 1261px !important; padding-bottom: 1261px !important; }
.util-elevation-level-1262 { box-shadow: 0 1262px 2524px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1262 { border-radius: 1262px !important; }
.util-spacing-gap-1262 { gap: 1262px !important; }
.util-pad-vertical-1262 { padding-top: 1262px !important; padding-bottom: 1262px !important; }
.util-elevation-level-1263 { box-shadow: 0 1263px 2526px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1263 { border-radius: 1263px !important; }
.util-spacing-gap-1263 { gap: 1263px !important; }
.util-pad-vertical-1263 { padding-top: 1263px !important; padding-bottom: 1263px !important; }
.util-elevation-level-1264 { box-shadow: 0 1264px 2528px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1264 { border-radius: 1264px !important; }
.util-spacing-gap-1264 { gap: 1264px !important; }
.util-pad-vertical-1264 { padding-top: 1264px !important; padding-bottom: 1264px !important; }
.util-elevation-level-1265 { box-shadow: 0 1265px 2530px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1265 { border-radius: 1265px !important; }
.util-spacing-gap-1265 { gap: 1265px !important; }
.util-pad-vertical-1265 { padding-top: 1265px !important; padding-bottom: 1265px !important; }
.util-elevation-level-1266 { box-shadow: 0 1266px 2532px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1266 { border-radius: 1266px !important; }
.util-spacing-gap-1266 { gap: 1266px !important; }
.util-pad-vertical-1266 { padding-top: 1266px !important; padding-bottom: 1266px !important; }
.util-elevation-level-1267 { box-shadow: 0 1267px 2534px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1267 { border-radius: 1267px !important; }
.util-spacing-gap-1267 { gap: 1267px !important; }
.util-pad-vertical-1267 { padding-top: 1267px !important; padding-bottom: 1267px !important; }
.util-elevation-level-1268 { box-shadow: 0 1268px 2536px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1268 { border-radius: 1268px !important; }
.util-spacing-gap-1268 { gap: 1268px !important; }
.util-pad-vertical-1268 { padding-top: 1268px !important; padding-bottom: 1268px !important; }
.util-elevation-level-1269 { box-shadow: 0 1269px 2538px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1269 { border-radius: 1269px !important; }
.util-spacing-gap-1269 { gap: 1269px !important; }
.util-pad-vertical-1269 { padding-top: 1269px !important; padding-bottom: 1269px !important; }
.util-elevation-level-1270 { box-shadow: 0 1270px 2540px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1270 { border-radius: 1270px !important; }
.util-spacing-gap-1270 { gap: 1270px !important; }
.util-pad-vertical-1270 { padding-top: 1270px !important; padding-bottom: 1270px !important; }
.util-elevation-level-1271 { box-shadow: 0 1271px 2542px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1271 { border-radius: 1271px !important; }
.util-spacing-gap-1271 { gap: 1271px !important; }
.util-pad-vertical-1271 { padding-top: 1271px !important; padding-bottom: 1271px !important; }
.util-elevation-level-1272 { box-shadow: 0 1272px 2544px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1272 { border-radius: 1272px !important; }
.util-spacing-gap-1272 { gap: 1272px !important; }
.util-pad-vertical-1272 { padding-top: 1272px !important; padding-bottom: 1272px !important; }
.util-elevation-level-1273 { box-shadow: 0 1273px 2546px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1273 { border-radius: 1273px !important; }
.util-spacing-gap-1273 { gap: 1273px !important; }
.util-pad-vertical-1273 { padding-top: 1273px !important; padding-bottom: 1273px !important; }
.util-elevation-level-1274 { box-shadow: 0 1274px 2548px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1274 { border-radius: 1274px !important; }
.util-spacing-gap-1274 { gap: 1274px !important; }
.util-pad-vertical-1274 { padding-top: 1274px !important; padding-bottom: 1274px !important; }
.util-elevation-level-1275 { box-shadow: 0 1275px 2550px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1275 { border-radius: 1275px !important; }
.util-spacing-gap-1275 { gap: 1275px !important; }
.util-pad-vertical-1275 { padding-top: 1275px !important; padding-bottom: 1275px !important; }
.util-elevation-level-1276 { box-shadow: 0 1276px 2552px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1276 { border-radius: 1276px !important; }
.util-spacing-gap-1276 { gap: 1276px !important; }
.util-pad-vertical-1276 { padding-top: 1276px !important; padding-bottom: 1276px !important; }
.util-elevation-level-1277 { box-shadow: 0 1277px 2554px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1277 { border-radius: 1277px !important; }
.util-spacing-gap-1277 { gap: 1277px !important; }
.util-pad-vertical-1277 { padding-top: 1277px !important; padding-bottom: 1277px !important; }
.util-elevation-level-1278 { box-shadow: 0 1278px 2556px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1278 { border-radius: 1278px !important; }
.util-spacing-gap-1278 { gap: 1278px !important; }
.util-pad-vertical-1278 { padding-top: 1278px !important; padding-bottom: 1278px !important; }
.util-elevation-level-1279 { box-shadow: 0 1279px 2558px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1279 { border-radius: 1279px !important; }
.util-spacing-gap-1279 { gap: 1279px !important; }
.util-pad-vertical-1279 { padding-top: 1279px !important; padding-bottom: 1279px !important; }
.util-elevation-level-1280 { box-shadow: 0 1280px 2560px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1280 { border-radius: 1280px !important; }
.util-spacing-gap-1280 { gap: 1280px !important; }
.util-pad-vertical-1280 { padding-top: 1280px !important; padding-bottom: 1280px !important; }
.util-elevation-level-1281 { box-shadow: 0 1281px 2562px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1281 { border-radius: 1281px !important; }
.util-spacing-gap-1281 { gap: 1281px !important; }
.util-pad-vertical-1281 { padding-top: 1281px !important; padding-bottom: 1281px !important; }
.util-elevation-level-1282 { box-shadow: 0 1282px 2564px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1282 { border-radius: 1282px !important; }
.util-spacing-gap-1282 { gap: 1282px !important; }
.util-pad-vertical-1282 { padding-top: 1282px !important; padding-bottom: 1282px !important; }
.util-elevation-level-1283 { box-shadow: 0 1283px 2566px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1283 { border-radius: 1283px !important; }
.util-spacing-gap-1283 { gap: 1283px !important; }
.util-pad-vertical-1283 { padding-top: 1283px !important; padding-bottom: 1283px !important; }
.util-elevation-level-1284 { box-shadow: 0 1284px 2568px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1284 { border-radius: 1284px !important; }
.util-spacing-gap-1284 { gap: 1284px !important; }
.util-pad-vertical-1284 { padding-top: 1284px !important; padding-bottom: 1284px !important; }
.util-elevation-level-1285 { box-shadow: 0 1285px 2570px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1285 { border-radius: 1285px !important; }
.util-spacing-gap-1285 { gap: 1285px !important; }
.util-pad-vertical-1285 { padding-top: 1285px !important; padding-bottom: 1285px !important; }
.util-elevation-level-1286 { box-shadow: 0 1286px 2572px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1286 { border-radius: 1286px !important; }
.util-spacing-gap-1286 { gap: 1286px !important; }
.util-pad-vertical-1286 { padding-top: 1286px !important; padding-bottom: 1286px !important; }
.util-elevation-level-1287 { box-shadow: 0 1287px 2574px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1287 { border-radius: 1287px !important; }
.util-spacing-gap-1287 { gap: 1287px !important; }
.util-pad-vertical-1287 { padding-top: 1287px !important; padding-bottom: 1287px !important; }
.util-elevation-level-1288 { box-shadow: 0 1288px 2576px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1288 { border-radius: 1288px !important; }
.util-spacing-gap-1288 { gap: 1288px !important; }
.util-pad-vertical-1288 { padding-top: 1288px !important; padding-bottom: 1288px !important; }
.util-elevation-level-1289 { box-shadow: 0 1289px 2578px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1289 { border-radius: 1289px !important; }
.util-spacing-gap-1289 { gap: 1289px !important; }
.util-pad-vertical-1289 { padding-top: 1289px !important; padding-bottom: 1289px !important; }
.util-elevation-level-1290 { box-shadow: 0 1290px 2580px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1290 { border-radius: 1290px !important; }
.util-spacing-gap-1290 { gap: 1290px !important; }
.util-pad-vertical-1290 { padding-top: 1290px !important; padding-bottom: 1290px !important; }
.util-elevation-level-1291 { box-shadow: 0 1291px 2582px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1291 { border-radius: 1291px !important; }
.util-spacing-gap-1291 { gap: 1291px !important; }
.util-pad-vertical-1291 { padding-top: 1291px !important; padding-bottom: 1291px !important; }
.util-elevation-level-1292 { box-shadow: 0 1292px 2584px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1292 { border-radius: 1292px !important; }
.util-spacing-gap-1292 { gap: 1292px !important; }
.util-pad-vertical-1292 { padding-top: 1292px !important; padding-bottom: 1292px !important; }
.util-elevation-level-1293 { box-shadow: 0 1293px 2586px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1293 { border-radius: 1293px !important; }
.util-spacing-gap-1293 { gap: 1293px !important; }
.util-pad-vertical-1293 { padding-top: 1293px !important; padding-bottom: 1293px !important; }
.util-elevation-level-1294 { box-shadow: 0 1294px 2588px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1294 { border-radius: 1294px !important; }
.util-spacing-gap-1294 { gap: 1294px !important; }
.util-pad-vertical-1294 { padding-top: 1294px !important; padding-bottom: 1294px !important; }
.util-elevation-level-1295 { box-shadow: 0 1295px 2590px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1295 { border-radius: 1295px !important; }
.util-spacing-gap-1295 { gap: 1295px !important; }
.util-pad-vertical-1295 { padding-top: 1295px !important; padding-bottom: 1295px !important; }
.util-elevation-level-1296 { box-shadow: 0 1296px 2592px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1296 { border-radius: 1296px !important; }
.util-spacing-gap-1296 { gap: 1296px !important; }
.util-pad-vertical-1296 { padding-top: 1296px !important; padding-bottom: 1296px !important; }
.util-elevation-level-1297 { box-shadow: 0 1297px 2594px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1297 { border-radius: 1297px !important; }
.util-spacing-gap-1297 { gap: 1297px !important; }
.util-pad-vertical-1297 { padding-top: 1297px !important; padding-bottom: 1297px !important; }
.util-elevation-level-1298 { box-shadow: 0 1298px 2596px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1298 { border-radius: 1298px !important; }
.util-spacing-gap-1298 { gap: 1298px !important; }
.util-pad-vertical-1298 { padding-top: 1298px !important; padding-bottom: 1298px !important; }
.util-elevation-level-1299 { box-shadow: 0 1299px 2598px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1299 { border-radius: 1299px !important; }
.util-spacing-gap-1299 { gap: 1299px !important; }
.util-pad-vertical-1299 { padding-top: 1299px !important; padding-bottom: 1299px !important; }
.util-elevation-level-1300 { box-shadow: 0 1300px 2600px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1300 { border-radius: 1300px !important; }
.util-spacing-gap-1300 { gap: 1300px !important; }
.util-pad-vertical-1300 { padding-top: 1300px !important; padding-bottom: 1300px !important; }
.util-elevation-level-1301 { box-shadow: 0 1301px 2602px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1301 { border-radius: 1301px !important; }
.util-spacing-gap-1301 { gap: 1301px !important; }
.util-pad-vertical-1301 { padding-top: 1301px !important; padding-bottom: 1301px !important; }
.util-elevation-level-1302 { box-shadow: 0 1302px 2604px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1302 { border-radius: 1302px !important; }
.util-spacing-gap-1302 { gap: 1302px !important; }
.util-pad-vertical-1302 { padding-top: 1302px !important; padding-bottom: 1302px !important; }
.util-elevation-level-1303 { box-shadow: 0 1303px 2606px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1303 { border-radius: 1303px !important; }
.util-spacing-gap-1303 { gap: 1303px !important; }
.util-pad-vertical-1303 { padding-top: 1303px !important; padding-bottom: 1303px !important; }
.util-elevation-level-1304 { box-shadow: 0 1304px 2608px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1304 { border-radius: 1304px !important; }
.util-spacing-gap-1304 { gap: 1304px !important; }
.util-pad-vertical-1304 { padding-top: 1304px !important; padding-bottom: 1304px !important; }
.util-elevation-level-1305 { box-shadow: 0 1305px 2610px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1305 { border-radius: 1305px !important; }
.util-spacing-gap-1305 { gap: 1305px !important; }
.util-pad-vertical-1305 { padding-top: 1305px !important; padding-bottom: 1305px !important; }
.util-elevation-level-1306 { box-shadow: 0 1306px 2612px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1306 { border-radius: 1306px !important; }
.util-spacing-gap-1306 { gap: 1306px !important; }
.util-pad-vertical-1306 { padding-top: 1306px !important; padding-bottom: 1306px !important; }
.util-elevation-level-1307 { box-shadow: 0 1307px 2614px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1307 { border-radius: 1307px !important; }
.util-spacing-gap-1307 { gap: 1307px !important; }
.util-pad-vertical-1307 { padding-top: 1307px !important; padding-bottom: 1307px !important; }
.util-elevation-level-1308 { box-shadow: 0 1308px 2616px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1308 { border-radius: 1308px !important; }
.util-spacing-gap-1308 { gap: 1308px !important; }
.util-pad-vertical-1308 { padding-top: 1308px !important; padding-bottom: 1308px !important; }
.util-elevation-level-1309 { box-shadow: 0 1309px 2618px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1309 { border-radius: 1309px !important; }
.util-spacing-gap-1309 { gap: 1309px !important; }
.util-pad-vertical-1309 { padding-top: 1309px !important; padding-bottom: 1309px !important; }
.util-elevation-level-1310 { box-shadow: 0 1310px 2620px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1310 { border-radius: 1310px !important; }
.util-spacing-gap-1310 { gap: 1310px !important; }
.util-pad-vertical-1310 { padding-top: 1310px !important; padding-bottom: 1310px !important; }
.util-elevation-level-1311 { box-shadow: 0 1311px 2622px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1311 { border-radius: 1311px !important; }
.util-spacing-gap-1311 { gap: 1311px !important; }
.util-pad-vertical-1311 { padding-top: 1311px !important; padding-bottom: 1311px !important; }
.util-elevation-level-1312 { box-shadow: 0 1312px 2624px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1312 { border-radius: 1312px !important; }
.util-spacing-gap-1312 { gap: 1312px !important; }
.util-pad-vertical-1312 { padding-top: 1312px !important; padding-bottom: 1312px !important; }
.util-elevation-level-1313 { box-shadow: 0 1313px 2626px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1313 { border-radius: 1313px !important; }
.util-spacing-gap-1313 { gap: 1313px !important; }
.util-pad-vertical-1313 { padding-top: 1313px !important; padding-bottom: 1313px !important; }
.util-elevation-level-1314 { box-shadow: 0 1314px 2628px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1314 { border-radius: 1314px !important; }
.util-spacing-gap-1314 { gap: 1314px !important; }
.util-pad-vertical-1314 { padding-top: 1314px !important; padding-bottom: 1314px !important; }
.util-elevation-level-1315 { box-shadow: 0 1315px 2630px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1315 { border-radius: 1315px !important; }
.util-spacing-gap-1315 { gap: 1315px !important; }
.util-pad-vertical-1315 { padding-top: 1315px !important; padding-bottom: 1315px !important; }
.util-elevation-level-1316 { box-shadow: 0 1316px 2632px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1316 { border-radius: 1316px !important; }
.util-spacing-gap-1316 { gap: 1316px !important; }
.util-pad-vertical-1316 { padding-top: 1316px !important; padding-bottom: 1316px !important; }
.util-elevation-level-1317 { box-shadow: 0 1317px 2634px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1317 { border-radius: 1317px !important; }
.util-spacing-gap-1317 { gap: 1317px !important; }
.util-pad-vertical-1317 { padding-top: 1317px !important; padding-bottom: 1317px !important; }
.util-elevation-level-1318 { box-shadow: 0 1318px 2636px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1318 { border-radius: 1318px !important; }
.util-spacing-gap-1318 { gap: 1318px !important; }
.util-pad-vertical-1318 { padding-top: 1318px !important; padding-bottom: 1318px !important; }
.util-elevation-level-1319 { box-shadow: 0 1319px 2638px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1319 { border-radius: 1319px !important; }
.util-spacing-gap-1319 { gap: 1319px !important; }
.util-pad-vertical-1319 { padding-top: 1319px !important; padding-bottom: 1319px !important; }
.util-elevation-level-1320 { box-shadow: 0 1320px 2640px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1320 { border-radius: 1320px !important; }
.util-spacing-gap-1320 { gap: 1320px !important; }
.util-pad-vertical-1320 { padding-top: 1320px !important; padding-bottom: 1320px !important; }
.util-elevation-level-1321 { box-shadow: 0 1321px 2642px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1321 { border-radius: 1321px !important; }
.util-spacing-gap-1321 { gap: 1321px !important; }
.util-pad-vertical-1321 { padding-top: 1321px !important; padding-bottom: 1321px !important; }
.util-elevation-level-1322 { box-shadow: 0 1322px 2644px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1322 { border-radius: 1322px !important; }
.util-spacing-gap-1322 { gap: 1322px !important; }
.util-pad-vertical-1322 { padding-top: 1322px !important; padding-bottom: 1322px !important; }
.util-elevation-level-1323 { box-shadow: 0 1323px 2646px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1323 { border-radius: 1323px !important; }
.util-spacing-gap-1323 { gap: 1323px !important; }
.util-pad-vertical-1323 { padding-top: 1323px !important; padding-bottom: 1323px !important; }
.util-elevation-level-1324 { box-shadow: 0 1324px 2648px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1324 { border-radius: 1324px !important; }
.util-spacing-gap-1324 { gap: 1324px !important; }
.util-pad-vertical-1324 { padding-top: 1324px !important; padding-bottom: 1324px !important; }
.util-elevation-level-1325 { box-shadow: 0 1325px 2650px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1325 { border-radius: 1325px !important; }
.util-spacing-gap-1325 { gap: 1325px !important; }
.util-pad-vertical-1325 { padding-top: 1325px !important; padding-bottom: 1325px !important; }
.util-elevation-level-1326 { box-shadow: 0 1326px 2652px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1326 { border-radius: 1326px !important; }
.util-spacing-gap-1326 { gap: 1326px !important; }
.util-pad-vertical-1326 { padding-top: 1326px !important; padding-bottom: 1326px !important; }
.util-elevation-level-1327 { box-shadow: 0 1327px 2654px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1327 { border-radius: 1327px !important; }
.util-spacing-gap-1327 { gap: 1327px !important; }
.util-pad-vertical-1327 { padding-top: 1327px !important; padding-bottom: 1327px !important; }
.util-elevation-level-1328 { box-shadow: 0 1328px 2656px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1328 { border-radius: 1328px !important; }
.util-spacing-gap-1328 { gap: 1328px !important; }
.util-pad-vertical-1328 { padding-top: 1328px !important; padding-bottom: 1328px !important; }
.util-elevation-level-1329 { box-shadow: 0 1329px 2658px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1329 { border-radius: 1329px !important; }
.util-spacing-gap-1329 { gap: 1329px !important; }
.util-pad-vertical-1329 { padding-top: 1329px !important; padding-bottom: 1329px !important; }
.util-elevation-level-1330 { box-shadow: 0 1330px 2660px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1330 { border-radius: 1330px !important; }
.util-spacing-gap-1330 { gap: 1330px !important; }
.util-pad-vertical-1330 { padding-top: 1330px !important; padding-bottom: 1330px !important; }
.util-elevation-level-1331 { box-shadow: 0 1331px 2662px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1331 { border-radius: 1331px !important; }
.util-spacing-gap-1331 { gap: 1331px !important; }
.util-pad-vertical-1331 { padding-top: 1331px !important; padding-bottom: 1331px !important; }
.util-elevation-level-1332 { box-shadow: 0 1332px 2664px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1332 { border-radius: 1332px !important; }
.util-spacing-gap-1332 { gap: 1332px !important; }
.util-pad-vertical-1332 { padding-top: 1332px !important; padding-bottom: 1332px !important; }
.util-elevation-level-1333 { box-shadow: 0 1333px 2666px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1333 { border-radius: 1333px !important; }
.util-spacing-gap-1333 { gap: 1333px !important; }
.util-pad-vertical-1333 { padding-top: 1333px !important; padding-bottom: 1333px !important; }
.util-elevation-level-1334 { box-shadow: 0 1334px 2668px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1334 { border-radius: 1334px !important; }
.util-spacing-gap-1334 { gap: 1334px !important; }
.util-pad-vertical-1334 { padding-top: 1334px !important; padding-bottom: 1334px !important; }
.util-elevation-level-1335 { box-shadow: 0 1335px 2670px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1335 { border-radius: 1335px !important; }
.util-spacing-gap-1335 { gap: 1335px !important; }
.util-pad-vertical-1335 { padding-top: 1335px !important; padding-bottom: 1335px !important; }
.util-elevation-level-1336 { box-shadow: 0 1336px 2672px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1336 { border-radius: 1336px !important; }
.util-spacing-gap-1336 { gap: 1336px !important; }
.util-pad-vertical-1336 { padding-top: 1336px !important; padding-bottom: 1336px !important; }
.util-elevation-level-1337 { box-shadow: 0 1337px 2674px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1337 { border-radius: 1337px !important; }
.util-spacing-gap-1337 { gap: 1337px !important; }
.util-pad-vertical-1337 { padding-top: 1337px !important; padding-bottom: 1337px !important; }
.util-elevation-level-1338 { box-shadow: 0 1338px 2676px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1338 { border-radius: 1338px !important; }
.util-spacing-gap-1338 { gap: 1338px !important; }
.util-pad-vertical-1338 { padding-top: 1338px !important; padding-bottom: 1338px !important; }
.util-elevation-level-1339 { box-shadow: 0 1339px 2678px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1339 { border-radius: 1339px !important; }
.util-spacing-gap-1339 { gap: 1339px !important; }
.util-pad-vertical-1339 { padding-top: 1339px !important; padding-bottom: 1339px !important; }
.util-elevation-level-1340 { box-shadow: 0 1340px 2680px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1340 { border-radius: 1340px !important; }
.util-spacing-gap-1340 { gap: 1340px !important; }
.util-pad-vertical-1340 { padding-top: 1340px !important; padding-bottom: 1340px !important; }
.util-elevation-level-1341 { box-shadow: 0 1341px 2682px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1341 { border-radius: 1341px !important; }
.util-spacing-gap-1341 { gap: 1341px !important; }
.util-pad-vertical-1341 { padding-top: 1341px !important; padding-bottom: 1341px !important; }
.util-elevation-level-1342 { box-shadow: 0 1342px 2684px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1342 { border-radius: 1342px !important; }
.util-spacing-gap-1342 { gap: 1342px !important; }
.util-pad-vertical-1342 { padding-top: 1342px !important; padding-bottom: 1342px !important; }
.util-elevation-level-1343 { box-shadow: 0 1343px 2686px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1343 { border-radius: 1343px !important; }
.util-spacing-gap-1343 { gap: 1343px !important; }
.util-pad-vertical-1343 { padding-top: 1343px !important; padding-bottom: 1343px !important; }
.util-elevation-level-1344 { box-shadow: 0 1344px 2688px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1344 { border-radius: 1344px !important; }
.util-spacing-gap-1344 { gap: 1344px !important; }
.util-pad-vertical-1344 { padding-top: 1344px !important; padding-bottom: 1344px !important; }
.util-elevation-level-1345 { box-shadow: 0 1345px 2690px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1345 { border-radius: 1345px !important; }
.util-spacing-gap-1345 { gap: 1345px !important; }
.util-pad-vertical-1345 { padding-top: 1345px !important; padding-bottom: 1345px !important; }
.util-elevation-level-1346 { box-shadow: 0 1346px 2692px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1346 { border-radius: 1346px !important; }
.util-spacing-gap-1346 { gap: 1346px !important; }
.util-pad-vertical-1346 { padding-top: 1346px !important; padding-bottom: 1346px !important; }
.util-elevation-level-1347 { box-shadow: 0 1347px 2694px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1347 { border-radius: 1347px !important; }
.util-spacing-gap-1347 { gap: 1347px !important; }
.util-pad-vertical-1347 { padding-top: 1347px !important; padding-bottom: 1347px !important; }
.util-elevation-level-1348 { box-shadow: 0 1348px 2696px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1348 { border-radius: 1348px !important; }
.util-spacing-gap-1348 { gap: 1348px !important; }
.util-pad-vertical-1348 { padding-top: 1348px !important; padding-bottom: 1348px !important; }
.util-elevation-level-1349 { box-shadow: 0 1349px 2698px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1349 { border-radius: 1349px !important; }
.util-spacing-gap-1349 { gap: 1349px !important; }
.util-pad-vertical-1349 { padding-top: 1349px !important; padding-bottom: 1349px !important; }
.util-elevation-level-1350 { box-shadow: 0 1350px 2700px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1350 { border-radius: 1350px !important; }
.util-spacing-gap-1350 { gap: 1350px !important; }
.util-pad-vertical-1350 { padding-top: 1350px !important; padding-bottom: 1350px !important; }
.util-elevation-level-1351 { box-shadow: 0 1351px 2702px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1351 { border-radius: 1351px !important; }
.util-spacing-gap-1351 { gap: 1351px !important; }
.util-pad-vertical-1351 { padding-top: 1351px !important; padding-bottom: 1351px !important; }
.util-elevation-level-1352 { box-shadow: 0 1352px 2704px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1352 { border-radius: 1352px !important; }
.util-spacing-gap-1352 { gap: 1352px !important; }
.util-pad-vertical-1352 { padding-top: 1352px !important; padding-bottom: 1352px !important; }
.util-elevation-level-1353 { box-shadow: 0 1353px 2706px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1353 { border-radius: 1353px !important; }
.util-spacing-gap-1353 { gap: 1353px !important; }
.util-pad-vertical-1353 { padding-top: 1353px !important; padding-bottom: 1353px !important; }
.util-elevation-level-1354 { box-shadow: 0 1354px 2708px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1354 { border-radius: 1354px !important; }
.util-spacing-gap-1354 { gap: 1354px !important; }
.util-pad-vertical-1354 { padding-top: 1354px !important; padding-bottom: 1354px !important; }
.util-elevation-level-1355 { box-shadow: 0 1355px 2710px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1355 { border-radius: 1355px !important; }
.util-spacing-gap-1355 { gap: 1355px !important; }
.util-pad-vertical-1355 { padding-top: 1355px !important; padding-bottom: 1355px !important; }
.util-elevation-level-1356 { box-shadow: 0 1356px 2712px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1356 { border-radius: 1356px !important; }
.util-spacing-gap-1356 { gap: 1356px !important; }
.util-pad-vertical-1356 { padding-top: 1356px !important; padding-bottom: 1356px !important; }
.util-elevation-level-1357 { box-shadow: 0 1357px 2714px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1357 { border-radius: 1357px !important; }
.util-spacing-gap-1357 { gap: 1357px !important; }
.util-pad-vertical-1357 { padding-top: 1357px !important; padding-bottom: 1357px !important; }
.util-elevation-level-1358 { box-shadow: 0 1358px 2716px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1358 { border-radius: 1358px !important; }
.util-spacing-gap-1358 { gap: 1358px !important; }
.util-pad-vertical-1358 { padding-top: 1358px !important; padding-bottom: 1358px !important; }
.util-elevation-level-1359 { box-shadow: 0 1359px 2718px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1359 { border-radius: 1359px !important; }
.util-spacing-gap-1359 { gap: 1359px !important; }
.util-pad-vertical-1359 { padding-top: 1359px !important; padding-bottom: 1359px !important; }
.util-elevation-level-1360 { box-shadow: 0 1360px 2720px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1360 { border-radius: 1360px !important; }
.util-spacing-gap-1360 { gap: 1360px !important; }
.util-pad-vertical-1360 { padding-top: 1360px !important; padding-bottom: 1360px !important; }
.util-elevation-level-1361 { box-shadow: 0 1361px 2722px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1361 { border-radius: 1361px !important; }
.util-spacing-gap-1361 { gap: 1361px !important; }
.util-pad-vertical-1361 { padding-top: 1361px !important; padding-bottom: 1361px !important; }
.util-elevation-level-1362 { box-shadow: 0 1362px 2724px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1362 { border-radius: 1362px !important; }
.util-spacing-gap-1362 { gap: 1362px !important; }
.util-pad-vertical-1362 { padding-top: 1362px !important; padding-bottom: 1362px !important; }
.util-elevation-level-1363 { box-shadow: 0 1363px 2726px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1363 { border-radius: 1363px !important; }
.util-spacing-gap-1363 { gap: 1363px !important; }
.util-pad-vertical-1363 { padding-top: 1363px !important; padding-bottom: 1363px !important; }
.util-elevation-level-1364 { box-shadow: 0 1364px 2728px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1364 { border-radius: 1364px !important; }
.util-spacing-gap-1364 { gap: 1364px !important; }
.util-pad-vertical-1364 { padding-top: 1364px !important; padding-bottom: 1364px !important; }
.util-elevation-level-1365 { box-shadow: 0 1365px 2730px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1365 { border-radius: 1365px !important; }
.util-spacing-gap-1365 { gap: 1365px !important; }
.util-pad-vertical-1365 { padding-top: 1365px !important; padding-bottom: 1365px !important; }
.util-elevation-level-1366 { box-shadow: 0 1366px 2732px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1366 { border-radius: 1366px !important; }
.util-spacing-gap-1366 { gap: 1366px !important; }
.util-pad-vertical-1366 { padding-top: 1366px !important; padding-bottom: 1366px !important; }
.util-elevation-level-1367 { box-shadow: 0 1367px 2734px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1367 { border-radius: 1367px !important; }
.util-spacing-gap-1367 { gap: 1367px !important; }
.util-pad-vertical-1367 { padding-top: 1367px !important; padding-bottom: 1367px !important; }
.util-elevation-level-1368 { box-shadow: 0 1368px 2736px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1368 { border-radius: 1368px !important; }
.util-spacing-gap-1368 { gap: 1368px !important; }
.util-pad-vertical-1368 { padding-top: 1368px !important; padding-bottom: 1368px !important; }
.util-elevation-level-1369 { box-shadow: 0 1369px 2738px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1369 { border-radius: 1369px !important; }
.util-spacing-gap-1369 { gap: 1369px !important; }
.util-pad-vertical-1369 { padding-top: 1369px !important; padding-bottom: 1369px !important; }
.util-elevation-level-1370 { box-shadow: 0 1370px 2740px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1370 { border-radius: 1370px !important; }
.util-spacing-gap-1370 { gap: 1370px !important; }
.util-pad-vertical-1370 { padding-top: 1370px !important; padding-bottom: 1370px !important; }
.util-elevation-level-1371 { box-shadow: 0 1371px 2742px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1371 { border-radius: 1371px !important; }
.util-spacing-gap-1371 { gap: 1371px !important; }
.util-pad-vertical-1371 { padding-top: 1371px !important; padding-bottom: 1371px !important; }
.util-elevation-level-1372 { box-shadow: 0 1372px 2744px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1372 { border-radius: 1372px !important; }
.util-spacing-gap-1372 { gap: 1372px !important; }
.util-pad-vertical-1372 { padding-top: 1372px !important; padding-bottom: 1372px !important; }
.util-elevation-level-1373 { box-shadow: 0 1373px 2746px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1373 { border-radius: 1373px !important; }
.util-spacing-gap-1373 { gap: 1373px !important; }
.util-pad-vertical-1373 { padding-top: 1373px !important; padding-bottom: 1373px !important; }
.util-elevation-level-1374 { box-shadow: 0 1374px 2748px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1374 { border-radius: 1374px !important; }
.util-spacing-gap-1374 { gap: 1374px !important; }
.util-pad-vertical-1374 { padding-top: 1374px !important; padding-bottom: 1374px !important; }
.util-elevation-level-1375 { box-shadow: 0 1375px 2750px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1375 { border-radius: 1375px !important; }
.util-spacing-gap-1375 { gap: 1375px !important; }
.util-pad-vertical-1375 { padding-top: 1375px !important; padding-bottom: 1375px !important; }
.util-elevation-level-1376 { box-shadow: 0 1376px 2752px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1376 { border-radius: 1376px !important; }
.util-spacing-gap-1376 { gap: 1376px !important; }
.util-pad-vertical-1376 { padding-top: 1376px !important; padding-bottom: 1376px !important; }
.util-elevation-level-1377 { box-shadow: 0 1377px 2754px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1377 { border-radius: 1377px !important; }
.util-spacing-gap-1377 { gap: 1377px !important; }
.util-pad-vertical-1377 { padding-top: 1377px !important; padding-bottom: 1377px !important; }
.util-elevation-level-1378 { box-shadow: 0 1378px 2756px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1378 { border-radius: 1378px !important; }
.util-spacing-gap-1378 { gap: 1378px !important; }
.util-pad-vertical-1378 { padding-top: 1378px !important; padding-bottom: 1378px !important; }
.util-elevation-level-1379 { box-shadow: 0 1379px 2758px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1379 { border-radius: 1379px !important; }
.util-spacing-gap-1379 { gap: 1379px !important; }
.util-pad-vertical-1379 { padding-top: 1379px !important; padding-bottom: 1379px !important; }
.util-elevation-level-1380 { box-shadow: 0 1380px 2760px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1380 { border-radius: 1380px !important; }
.util-spacing-gap-1380 { gap: 1380px !important; }
.util-pad-vertical-1380 { padding-top: 1380px !important; padding-bottom: 1380px !important; }
.util-elevation-level-1381 { box-shadow: 0 1381px 2762px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1381 { border-radius: 1381px !important; }
.util-spacing-gap-1381 { gap: 1381px !important; }
.util-pad-vertical-1381 { padding-top: 1381px !important; padding-bottom: 1381px !important; }
.util-elevation-level-1382 { box-shadow: 0 1382px 2764px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1382 { border-radius: 1382px !important; }
.util-spacing-gap-1382 { gap: 1382px !important; }
.util-pad-vertical-1382 { padding-top: 1382px !important; padding-bottom: 1382px !important; }
.util-elevation-level-1383 { box-shadow: 0 1383px 2766px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1383 { border-radius: 1383px !important; }
.util-spacing-gap-1383 { gap: 1383px !important; }
.util-pad-vertical-1383 { padding-top: 1383px !important; padding-bottom: 1383px !important; }
.util-elevation-level-1384 { box-shadow: 0 1384px 2768px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1384 { border-radius: 1384px !important; }
.util-spacing-gap-1384 { gap: 1384px !important; }
.util-pad-vertical-1384 { padding-top: 1384px !important; padding-bottom: 1384px !important; }
.util-elevation-level-1385 { box-shadow: 0 1385px 2770px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1385 { border-radius: 1385px !important; }
.util-spacing-gap-1385 { gap: 1385px !important; }
.util-pad-vertical-1385 { padding-top: 1385px !important; padding-bottom: 1385px !important; }
.util-elevation-level-1386 { box-shadow: 0 1386px 2772px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1386 { border-radius: 1386px !important; }
.util-spacing-gap-1386 { gap: 1386px !important; }
.util-pad-vertical-1386 { padding-top: 1386px !important; padding-bottom: 1386px !important; }
.util-elevation-level-1387 { box-shadow: 0 1387px 2774px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1387 { border-radius: 1387px !important; }
.util-spacing-gap-1387 { gap: 1387px !important; }
.util-pad-vertical-1387 { padding-top: 1387px !important; padding-bottom: 1387px !important; }
.util-elevation-level-1388 { box-shadow: 0 1388px 2776px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1388 { border-radius: 1388px !important; }
.util-spacing-gap-1388 { gap: 1388px !important; }
.util-pad-vertical-1388 { padding-top: 1388px !important; padding-bottom: 1388px !important; }
.util-elevation-level-1389 { box-shadow: 0 1389px 2778px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1389 { border-radius: 1389px !important; }
.util-spacing-gap-1389 { gap: 1389px !important; }
.util-pad-vertical-1389 { padding-top: 1389px !important; padding-bottom: 1389px !important; }
.util-elevation-level-1390 { box-shadow: 0 1390px 2780px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1390 { border-radius: 1390px !important; }
.util-spacing-gap-1390 { gap: 1390px !important; }
.util-pad-vertical-1390 { padding-top: 1390px !important; padding-bottom: 1390px !important; }
.util-elevation-level-1391 { box-shadow: 0 1391px 2782px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1391 { border-radius: 1391px !important; }
.util-spacing-gap-1391 { gap: 1391px !important; }
.util-pad-vertical-1391 { padding-top: 1391px !important; padding-bottom: 1391px !important; }
.util-elevation-level-1392 { box-shadow: 0 1392px 2784px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1392 { border-radius: 1392px !important; }
.util-spacing-gap-1392 { gap: 1392px !important; }
.util-pad-vertical-1392 { padding-top: 1392px !important; padding-bottom: 1392px !important; }
.util-elevation-level-1393 { box-shadow: 0 1393px 2786px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1393 { border-radius: 1393px !important; }
.util-spacing-gap-1393 { gap: 1393px !important; }
.util-pad-vertical-1393 { padding-top: 1393px !important; padding-bottom: 1393px !important; }
.util-elevation-level-1394 { box-shadow: 0 1394px 2788px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1394 { border-radius: 1394px !important; }
.util-spacing-gap-1394 { gap: 1394px !important; }
.util-pad-vertical-1394 { padding-top: 1394px !important; padding-bottom: 1394px !important; }
.util-elevation-level-1395 { box-shadow: 0 1395px 2790px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1395 { border-radius: 1395px !important; }
.util-spacing-gap-1395 { gap: 1395px !important; }
.util-pad-vertical-1395 { padding-top: 1395px !important; padding-bottom: 1395px !important; }
.util-elevation-level-1396 { box-shadow: 0 1396px 2792px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1396 { border-radius: 1396px !important; }
.util-spacing-gap-1396 { gap: 1396px !important; }
.util-pad-vertical-1396 { padding-top: 1396px !important; padding-bottom: 1396px !important; }
.util-elevation-level-1397 { box-shadow: 0 1397px 2794px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1397 { border-radius: 1397px !important; }
.util-spacing-gap-1397 { gap: 1397px !important; }
.util-pad-vertical-1397 { padding-top: 1397px !important; padding-bottom: 1397px !important; }
.util-elevation-level-1398 { box-shadow: 0 1398px 2796px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1398 { border-radius: 1398px !important; }
.util-spacing-gap-1398 { gap: 1398px !important; }
.util-pad-vertical-1398 { padding-top: 1398px !important; padding-bottom: 1398px !important; }
.util-elevation-level-1399 { box-shadow: 0 1399px 2798px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1399 { border-radius: 1399px !important; }
.util-spacing-gap-1399 { gap: 1399px !important; }
.util-pad-vertical-1399 { padding-top: 1399px !important; padding-bottom: 1399px !important; }
.util-elevation-level-1400 { box-shadow: 0 1400px 2800px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1400 { border-radius: 1400px !important; }
.util-spacing-gap-1400 { gap: 1400px !important; }
.util-pad-vertical-1400 { padding-top: 1400px !important; padding-bottom: 1400px !important; }
.util-elevation-level-1401 { box-shadow: 0 1401px 2802px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1401 { border-radius: 1401px !important; }
.util-spacing-gap-1401 { gap: 1401px !important; }
.util-pad-vertical-1401 { padding-top: 1401px !important; padding-bottom: 1401px !important; }
.util-elevation-level-1402 { box-shadow: 0 1402px 2804px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1402 { border-radius: 1402px !important; }
.util-spacing-gap-1402 { gap: 1402px !important; }
.util-pad-vertical-1402 { padding-top: 1402px !important; padding-bottom: 1402px !important; }
.util-elevation-level-1403 { box-shadow: 0 1403px 2806px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1403 { border-radius: 1403px !important; }
.util-spacing-gap-1403 { gap: 1403px !important; }
.util-pad-vertical-1403 { padding-top: 1403px !important; padding-bottom: 1403px !important; }
.util-elevation-level-1404 { box-shadow: 0 1404px 2808px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1404 { border-radius: 1404px !important; }
.util-spacing-gap-1404 { gap: 1404px !important; }
.util-pad-vertical-1404 { padding-top: 1404px !important; padding-bottom: 1404px !important; }
.util-elevation-level-1405 { box-shadow: 0 1405px 2810px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1405 { border-radius: 1405px !important; }
.util-spacing-gap-1405 { gap: 1405px !important; }
.util-pad-vertical-1405 { padding-top: 1405px !important; padding-bottom: 1405px !important; }
.util-elevation-level-1406 { box-shadow: 0 1406px 2812px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1406 { border-radius: 1406px !important; }
.util-spacing-gap-1406 { gap: 1406px !important; }
.util-pad-vertical-1406 { padding-top: 1406px !important; padding-bottom: 1406px !important; }
.util-elevation-level-1407 { box-shadow: 0 1407px 2814px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1407 { border-radius: 1407px !important; }
.util-spacing-gap-1407 { gap: 1407px !important; }
.util-pad-vertical-1407 { padding-top: 1407px !important; padding-bottom: 1407px !important; }
.util-elevation-level-1408 { box-shadow: 0 1408px 2816px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1408 { border-radius: 1408px !important; }
.util-spacing-gap-1408 { gap: 1408px !important; }
.util-pad-vertical-1408 { padding-top: 1408px !important; padding-bottom: 1408px !important; }
.util-elevation-level-1409 { box-shadow: 0 1409px 2818px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1409 { border-radius: 1409px !important; }
.util-spacing-gap-1409 { gap: 1409px !important; }
.util-pad-vertical-1409 { padding-top: 1409px !important; padding-bottom: 1409px !important; }
.util-elevation-level-1410 { box-shadow: 0 1410px 2820px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1410 { border-radius: 1410px !important; }
.util-spacing-gap-1410 { gap: 1410px !important; }
.util-pad-vertical-1410 { padding-top: 1410px !important; padding-bottom: 1410px !important; }
.util-elevation-level-1411 { box-shadow: 0 1411px 2822px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1411 { border-radius: 1411px !important; }
.util-spacing-gap-1411 { gap: 1411px !important; }
.util-pad-vertical-1411 { padding-top: 1411px !important; padding-bottom: 1411px !important; }
.util-elevation-level-1412 { box-shadow: 0 1412px 2824px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1412 { border-radius: 1412px !important; }
.util-spacing-gap-1412 { gap: 1412px !important; }
.util-pad-vertical-1412 { padding-top: 1412px !important; padding-bottom: 1412px !important; }
.util-elevation-level-1413 { box-shadow: 0 1413px 2826px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1413 { border-radius: 1413px !important; }
.util-spacing-gap-1413 { gap: 1413px !important; }
.util-pad-vertical-1413 { padding-top: 1413px !important; padding-bottom: 1413px !important; }
.util-elevation-level-1414 { box-shadow: 0 1414px 2828px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1414 { border-radius: 1414px !important; }
.util-spacing-gap-1414 { gap: 1414px !important; }
.util-pad-vertical-1414 { padding-top: 1414px !important; padding-bottom: 1414px !important; }
.util-elevation-level-1415 { box-shadow: 0 1415px 2830px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1415 { border-radius: 1415px !important; }
.util-spacing-gap-1415 { gap: 1415px !important; }
.util-pad-vertical-1415 { padding-top: 1415px !important; padding-bottom: 1415px !important; }
.util-elevation-level-1416 { box-shadow: 0 1416px 2832px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1416 { border-radius: 1416px !important; }
.util-spacing-gap-1416 { gap: 1416px !important; }
.util-pad-vertical-1416 { padding-top: 1416px !important; padding-bottom: 1416px !important; }
.util-elevation-level-1417 { box-shadow: 0 1417px 2834px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1417 { border-radius: 1417px !important; }
.util-spacing-gap-1417 { gap: 1417px !important; }
.util-pad-vertical-1417 { padding-top: 1417px !important; padding-bottom: 1417px !important; }
.util-elevation-level-1418 { box-shadow: 0 1418px 2836px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1418 { border-radius: 1418px !important; }
.util-spacing-gap-1418 { gap: 1418px !important; }
.util-pad-vertical-1418 { padding-top: 1418px !important; padding-bottom: 1418px !important; }
.util-elevation-level-1419 { box-shadow: 0 1419px 2838px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1419 { border-radius: 1419px !important; }
.util-spacing-gap-1419 { gap: 1419px !important; }
.util-pad-vertical-1419 { padding-top: 1419px !important; padding-bottom: 1419px !important; }
.util-elevation-level-1420 { box-shadow: 0 1420px 2840px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1420 { border-radius: 1420px !important; }
.util-spacing-gap-1420 { gap: 1420px !important; }
.util-pad-vertical-1420 { padding-top: 1420px !important; padding-bottom: 1420px !important; }
.util-elevation-level-1421 { box-shadow: 0 1421px 2842px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1421 { border-radius: 1421px !important; }
.util-spacing-gap-1421 { gap: 1421px !important; }
.util-pad-vertical-1421 { padding-top: 1421px !important; padding-bottom: 1421px !important; }
.util-elevation-level-1422 { box-shadow: 0 1422px 2844px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1422 { border-radius: 1422px !important; }
.util-spacing-gap-1422 { gap: 1422px !important; }
.util-pad-vertical-1422 { padding-top: 1422px !important; padding-bottom: 1422px !important; }
.util-elevation-level-1423 { box-shadow: 0 1423px 2846px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1423 { border-radius: 1423px !important; }
.util-spacing-gap-1423 { gap: 1423px !important; }
.util-pad-vertical-1423 { padding-top: 1423px !important; padding-bottom: 1423px !important; }
.util-elevation-level-1424 { box-shadow: 0 1424px 2848px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1424 { border-radius: 1424px !important; }
.util-spacing-gap-1424 { gap: 1424px !important; }
.util-pad-vertical-1424 { padding-top: 1424px !important; padding-bottom: 1424px !important; }
.util-elevation-level-1425 { box-shadow: 0 1425px 2850px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1425 { border-radius: 1425px !important; }
.util-spacing-gap-1425 { gap: 1425px !important; }
.util-pad-vertical-1425 { padding-top: 1425px !important; padding-bottom: 1425px !important; }
.util-elevation-level-1426 { box-shadow: 0 1426px 2852px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1426 { border-radius: 1426px !important; }
.util-spacing-gap-1426 { gap: 1426px !important; }
.util-pad-vertical-1426 { padding-top: 1426px !important; padding-bottom: 1426px !important; }
.util-elevation-level-1427 { box-shadow: 0 1427px 2854px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1427 { border-radius: 1427px !important; }
.util-spacing-gap-1427 { gap: 1427px !important; }
.util-pad-vertical-1427 { padding-top: 1427px !important; padding-bottom: 1427px !important; }
.util-elevation-level-1428 { box-shadow: 0 1428px 2856px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1428 { border-radius: 1428px !important; }
.util-spacing-gap-1428 { gap: 1428px !important; }
.util-pad-vertical-1428 { padding-top: 1428px !important; padding-bottom: 1428px !important; }
.util-elevation-level-1429 { box-shadow: 0 1429px 2858px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1429 { border-radius: 1429px !important; }
.util-spacing-gap-1429 { gap: 1429px !important; }
.util-pad-vertical-1429 { padding-top: 1429px !important; padding-bottom: 1429px !important; }
.util-elevation-level-1430 { box-shadow: 0 1430px 2860px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1430 { border-radius: 1430px !important; }
.util-spacing-gap-1430 { gap: 1430px !important; }
.util-pad-vertical-1430 { padding-top: 1430px !important; padding-bottom: 1430px !important; }
.util-elevation-level-1431 { box-shadow: 0 1431px 2862px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1431 { border-radius: 1431px !important; }
.util-spacing-gap-1431 { gap: 1431px !important; }
.util-pad-vertical-1431 { padding-top: 1431px !important; padding-bottom: 1431px !important; }
.util-elevation-level-1432 { box-shadow: 0 1432px 2864px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1432 { border-radius: 1432px !important; }
.util-spacing-gap-1432 { gap: 1432px !important; }
.util-pad-vertical-1432 { padding-top: 1432px !important; padding-bottom: 1432px !important; }
.util-elevation-level-1433 { box-shadow: 0 1433px 2866px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1433 { border-radius: 1433px !important; }
.util-spacing-gap-1433 { gap: 1433px !important; }
.util-pad-vertical-1433 { padding-top: 1433px !important; padding-bottom: 1433px !important; }
.util-elevation-level-1434 { box-shadow: 0 1434px 2868px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1434 { border-radius: 1434px !important; }
.util-spacing-gap-1434 { gap: 1434px !important; }
.util-pad-vertical-1434 { padding-top: 1434px !important; padding-bottom: 1434px !important; }
.util-elevation-level-1435 { box-shadow: 0 1435px 2870px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1435 { border-radius: 1435px !important; }
.util-spacing-gap-1435 { gap: 1435px !important; }
.util-pad-vertical-1435 { padding-top: 1435px !important; padding-bottom: 1435px !important; }
.util-elevation-level-1436 { box-shadow: 0 1436px 2872px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1436 { border-radius: 1436px !important; }
.util-spacing-gap-1436 { gap: 1436px !important; }
.util-pad-vertical-1436 { padding-top: 1436px !important; padding-bottom: 1436px !important; }
.util-elevation-level-1437 { box-shadow: 0 1437px 2874px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1437 { border-radius: 1437px !important; }
.util-spacing-gap-1437 { gap: 1437px !important; }
.util-pad-vertical-1437 { padding-top: 1437px !important; padding-bottom: 1437px !important; }
.util-elevation-level-1438 { box-shadow: 0 1438px 2876px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1438 { border-radius: 1438px !important; }
.util-spacing-gap-1438 { gap: 1438px !important; }
.util-pad-vertical-1438 { padding-top: 1438px !important; padding-bottom: 1438px !important; }
.util-elevation-level-1439 { box-shadow: 0 1439px 2878px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1439 { border-radius: 1439px !important; }
.util-spacing-gap-1439 { gap: 1439px !important; }
.util-pad-vertical-1439 { padding-top: 1439px !important; padding-bottom: 1439px !important; }
.util-elevation-level-1440 { box-shadow: 0 1440px 2880px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1440 { border-radius: 1440px !important; }
.util-spacing-gap-1440 { gap: 1440px !important; }
.util-pad-vertical-1440 { padding-top: 1440px !important; padding-bottom: 1440px !important; }
.util-elevation-level-1441 { box-shadow: 0 1441px 2882px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1441 { border-radius: 1441px !important; }
.util-spacing-gap-1441 { gap: 1441px !important; }
.util-pad-vertical-1441 { padding-top: 1441px !important; padding-bottom: 1441px !important; }
.util-elevation-level-1442 { box-shadow: 0 1442px 2884px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1442 { border-radius: 1442px !important; }
.util-spacing-gap-1442 { gap: 1442px !important; }
.util-pad-vertical-1442 { padding-top: 1442px !important; padding-bottom: 1442px !important; }
.util-elevation-level-1443 { box-shadow: 0 1443px 2886px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1443 { border-radius: 1443px !important; }
.util-spacing-gap-1443 { gap: 1443px !important; }
.util-pad-vertical-1443 { padding-top: 1443px !important; padding-bottom: 1443px !important; }
.util-elevation-level-1444 { box-shadow: 0 1444px 2888px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1444 { border-radius: 1444px !important; }
.util-spacing-gap-1444 { gap: 1444px !important; }
.util-pad-vertical-1444 { padding-top: 1444px !important; padding-bottom: 1444px !important; }
.util-elevation-level-1445 { box-shadow: 0 1445px 2890px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1445 { border-radius: 1445px !important; }
.util-spacing-gap-1445 { gap: 1445px !important; }
.util-pad-vertical-1445 { padding-top: 1445px !important; padding-bottom: 1445px !important; }
.util-elevation-level-1446 { box-shadow: 0 1446px 2892px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1446 { border-radius: 1446px !important; }
.util-spacing-gap-1446 { gap: 1446px !important; }
.util-pad-vertical-1446 { padding-top: 1446px !important; padding-bottom: 1446px !important; }
.util-elevation-level-1447 { box-shadow: 0 1447px 2894px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1447 { border-radius: 1447px !important; }
.util-spacing-gap-1447 { gap: 1447px !important; }
.util-pad-vertical-1447 { padding-top: 1447px !important; padding-bottom: 1447px !important; }
.util-elevation-level-1448 { box-shadow: 0 1448px 2896px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1448 { border-radius: 1448px !important; }
.util-spacing-gap-1448 { gap: 1448px !important; }
.util-pad-vertical-1448 { padding-top: 1448px !important; padding-bottom: 1448px !important; }
.util-elevation-level-1449 { box-shadow: 0 1449px 2898px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1449 { border-radius: 1449px !important; }
.util-spacing-gap-1449 { gap: 1449px !important; }
.util-pad-vertical-1449 { padding-top: 1449px !important; padding-bottom: 1449px !important; }
.util-elevation-level-1450 { box-shadow: 0 1450px 2900px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1450 { border-radius: 1450px !important; }
.util-spacing-gap-1450 { gap: 1450px !important; }
.util-pad-vertical-1450 { padding-top: 1450px !important; padding-bottom: 1450px !important; }
.util-elevation-level-1451 { box-shadow: 0 1451px 2902px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1451 { border-radius: 1451px !important; }
.util-spacing-gap-1451 { gap: 1451px !important; }
.util-pad-vertical-1451 { padding-top: 1451px !important; padding-bottom: 1451px !important; }
.util-elevation-level-1452 { box-shadow: 0 1452px 2904px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1452 { border-radius: 1452px !important; }
.util-spacing-gap-1452 { gap: 1452px !important; }
.util-pad-vertical-1452 { padding-top: 1452px !important; padding-bottom: 1452px !important; }
.util-elevation-level-1453 { box-shadow: 0 1453px 2906px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1453 { border-radius: 1453px !important; }
.util-spacing-gap-1453 { gap: 1453px !important; }
.util-pad-vertical-1453 { padding-top: 1453px !important; padding-bottom: 1453px !important; }
.util-elevation-level-1454 { box-shadow: 0 1454px 2908px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1454 { border-radius: 1454px !important; }
.util-spacing-gap-1454 { gap: 1454px !important; }
.util-pad-vertical-1454 { padding-top: 1454px !important; padding-bottom: 1454px !important; }
.util-elevation-level-1455 { box-shadow: 0 1455px 2910px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1455 { border-radius: 1455px !important; }
.util-spacing-gap-1455 { gap: 1455px !important; }
.util-pad-vertical-1455 { padding-top: 1455px !important; padding-bottom: 1455px !important; }
.util-elevation-level-1456 { box-shadow: 0 1456px 2912px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1456 { border-radius: 1456px !important; }
.util-spacing-gap-1456 { gap: 1456px !important; }
.util-pad-vertical-1456 { padding-top: 1456px !important; padding-bottom: 1456px !important; }
.util-elevation-level-1457 { box-shadow: 0 1457px 2914px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1457 { border-radius: 1457px !important; }
.util-spacing-gap-1457 { gap: 1457px !important; }
.util-pad-vertical-1457 { padding-top: 1457px !important; padding-bottom: 1457px !important; }
.util-elevation-level-1458 { box-shadow: 0 1458px 2916px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1458 { border-radius: 1458px !important; }
.util-spacing-gap-1458 { gap: 1458px !important; }
.util-pad-vertical-1458 { padding-top: 1458px !important; padding-bottom: 1458px !important; }
.util-elevation-level-1459 { box-shadow: 0 1459px 2918px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1459 { border-radius: 1459px !important; }
.util-spacing-gap-1459 { gap: 1459px !important; }
.util-pad-vertical-1459 { padding-top: 1459px !important; padding-bottom: 1459px !important; }
.util-elevation-level-1460 { box-shadow: 0 1460px 2920px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1460 { border-radius: 1460px !important; }
.util-spacing-gap-1460 { gap: 1460px !important; }
.util-pad-vertical-1460 { padding-top: 1460px !important; padding-bottom: 1460px !important; }
.util-elevation-level-1461 { box-shadow: 0 1461px 2922px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1461 { border-radius: 1461px !important; }
.util-spacing-gap-1461 { gap: 1461px !important; }
.util-pad-vertical-1461 { padding-top: 1461px !important; padding-bottom: 1461px !important; }
.util-elevation-level-1462 { box-shadow: 0 1462px 2924px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1462 { border-radius: 1462px !important; }
.util-spacing-gap-1462 { gap: 1462px !important; }
.util-pad-vertical-1462 { padding-top: 1462px !important; padding-bottom: 1462px !important; }
.util-elevation-level-1463 { box-shadow: 0 1463px 2926px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1463 { border-radius: 1463px !important; }
.util-spacing-gap-1463 { gap: 1463px !important; }
.util-pad-vertical-1463 { padding-top: 1463px !important; padding-bottom: 1463px !important; }
.util-elevation-level-1464 { box-shadow: 0 1464px 2928px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1464 { border-radius: 1464px !important; }
.util-spacing-gap-1464 { gap: 1464px !important; }
.util-pad-vertical-1464 { padding-top: 1464px !important; padding-bottom: 1464px !important; }
.util-elevation-level-1465 { box-shadow: 0 1465px 2930px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1465 { border-radius: 1465px !important; }
.util-spacing-gap-1465 { gap: 1465px !important; }
.util-pad-vertical-1465 { padding-top: 1465px !important; padding-bottom: 1465px !important; }
.util-elevation-level-1466 { box-shadow: 0 1466px 2932px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1466 { border-radius: 1466px !important; }
.util-spacing-gap-1466 { gap: 1466px !important; }
.util-pad-vertical-1466 { padding-top: 1466px !important; padding-bottom: 1466px !important; }
.util-elevation-level-1467 { box-shadow: 0 1467px 2934px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1467 { border-radius: 1467px !important; }
.util-spacing-gap-1467 { gap: 1467px !important; }
.util-pad-vertical-1467 { padding-top: 1467px !important; padding-bottom: 1467px !important; }
.util-elevation-level-1468 { box-shadow: 0 1468px 2936px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1468 { border-radius: 1468px !important; }
.util-spacing-gap-1468 { gap: 1468px !important; }
.util-pad-vertical-1468 { padding-top: 1468px !important; padding-bottom: 1468px !important; }
.util-elevation-level-1469 { box-shadow: 0 1469px 2938px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1469 { border-radius: 1469px !important; }
.util-spacing-gap-1469 { gap: 1469px !important; }
.util-pad-vertical-1469 { padding-top: 1469px !important; padding-bottom: 1469px !important; }
.util-elevation-level-1470 { box-shadow: 0 1470px 2940px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1470 { border-radius: 1470px !important; }
.util-spacing-gap-1470 { gap: 1470px !important; }
.util-pad-vertical-1470 { padding-top: 1470px !important; padding-bottom: 1470px !important; }
.util-elevation-level-1471 { box-shadow: 0 1471px 2942px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1471 { border-radius: 1471px !important; }
.util-spacing-gap-1471 { gap: 1471px !important; }
.util-pad-vertical-1471 { padding-top: 1471px !important; padding-bottom: 1471px !important; }
.util-elevation-level-1472 { box-shadow: 0 1472px 2944px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1472 { border-radius: 1472px !important; }
.util-spacing-gap-1472 { gap: 1472px !important; }
.util-pad-vertical-1472 { padding-top: 1472px !important; padding-bottom: 1472px !important; }
.util-elevation-level-1473 { box-shadow: 0 1473px 2946px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1473 { border-radius: 1473px !important; }
.util-spacing-gap-1473 { gap: 1473px !important; }
.util-pad-vertical-1473 { padding-top: 1473px !important; padding-bottom: 1473px !important; }
.util-elevation-level-1474 { box-shadow: 0 1474px 2948px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1474 { border-radius: 1474px !important; }
.util-spacing-gap-1474 { gap: 1474px !important; }
.util-pad-vertical-1474 { padding-top: 1474px !important; padding-bottom: 1474px !important; }
.util-elevation-level-1475 { box-shadow: 0 1475px 2950px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1475 { border-radius: 1475px !important; }
.util-spacing-gap-1475 { gap: 1475px !important; }
.util-pad-vertical-1475 { padding-top: 1475px !important; padding-bottom: 1475px !important; }
.util-elevation-level-1476 { box-shadow: 0 1476px 2952px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1476 { border-radius: 1476px !important; }
.util-spacing-gap-1476 { gap: 1476px !important; }
.util-pad-vertical-1476 { padding-top: 1476px !important; padding-bottom: 1476px !important; }
.util-elevation-level-1477 { box-shadow: 0 1477px 2954px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1477 { border-radius: 1477px !important; }
.util-spacing-gap-1477 { gap: 1477px !important; }
.util-pad-vertical-1477 { padding-top: 1477px !important; padding-bottom: 1477px !important; }
.util-elevation-level-1478 { box-shadow: 0 1478px 2956px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1478 { border-radius: 1478px !important; }
.util-spacing-gap-1478 { gap: 1478px !important; }
.util-pad-vertical-1478 { padding-top: 1478px !important; padding-bottom: 1478px !important; }
.util-elevation-level-1479 { box-shadow: 0 1479px 2958px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1479 { border-radius: 1479px !important; }
.util-spacing-gap-1479 { gap: 1479px !important; }
.util-pad-vertical-1479 { padding-top: 1479px !important; padding-bottom: 1479px !important; }
.util-elevation-level-1480 { box-shadow: 0 1480px 2960px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1480 { border-radius: 1480px !important; }
.util-spacing-gap-1480 { gap: 1480px !important; }
.util-pad-vertical-1480 { padding-top: 1480px !important; padding-bottom: 1480px !important; }
.util-elevation-level-1481 { box-shadow: 0 1481px 2962px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1481 { border-radius: 1481px !important; }
.util-spacing-gap-1481 { gap: 1481px !important; }
.util-pad-vertical-1481 { padding-top: 1481px !important; padding-bottom: 1481px !important; }
.util-elevation-level-1482 { box-shadow: 0 1482px 2964px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1482 { border-radius: 1482px !important; }
.util-spacing-gap-1482 { gap: 1482px !important; }
.util-pad-vertical-1482 { padding-top: 1482px !important; padding-bottom: 1482px !important; }
.util-elevation-level-1483 { box-shadow: 0 1483px 2966px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1483 { border-radius: 1483px !important; }
.util-spacing-gap-1483 { gap: 1483px !important; }
.util-pad-vertical-1483 { padding-top: 1483px !important; padding-bottom: 1483px !important; }
.util-elevation-level-1484 { box-shadow: 0 1484px 2968px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1484 { border-radius: 1484px !important; }
.util-spacing-gap-1484 { gap: 1484px !important; }
.util-pad-vertical-1484 { padding-top: 1484px !important; padding-bottom: 1484px !important; }
.util-elevation-level-1485 { box-shadow: 0 1485px 2970px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1485 { border-radius: 1485px !important; }
.util-spacing-gap-1485 { gap: 1485px !important; }
.util-pad-vertical-1485 { padding-top: 1485px !important; padding-bottom: 1485px !important; }
.util-elevation-level-1486 { box-shadow: 0 1486px 2972px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1486 { border-radius: 1486px !important; }
.util-spacing-gap-1486 { gap: 1486px !important; }
.util-pad-vertical-1486 { padding-top: 1486px !important; padding-bottom: 1486px !important; }
.util-elevation-level-1487 { box-shadow: 0 1487px 2974px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1487 { border-radius: 1487px !important; }
.util-spacing-gap-1487 { gap: 1487px !important; }
.util-pad-vertical-1487 { padding-top: 1487px !important; padding-bottom: 1487px !important; }
.util-elevation-level-1488 { box-shadow: 0 1488px 2976px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1488 { border-radius: 1488px !important; }
.util-spacing-gap-1488 { gap: 1488px !important; }
.util-pad-vertical-1488 { padding-top: 1488px !important; padding-bottom: 1488px !important; }
.util-elevation-level-1489 { box-shadow: 0 1489px 2978px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1489 { border-radius: 1489px !important; }
.util-spacing-gap-1489 { gap: 1489px !important; }
.util-pad-vertical-1489 { padding-top: 1489px !important; padding-bottom: 1489px !important; }
.util-elevation-level-1490 { box-shadow: 0 1490px 2980px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1490 { border-radius: 1490px !important; }
.util-spacing-gap-1490 { gap: 1490px !important; }
.util-pad-vertical-1490 { padding-top: 1490px !important; padding-bottom: 1490px !important; }
.util-elevation-level-1491 { box-shadow: 0 1491px 2982px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1491 { border-radius: 1491px !important; }
.util-spacing-gap-1491 { gap: 1491px !important; }
.util-pad-vertical-1491 { padding-top: 1491px !important; padding-bottom: 1491px !important; }
.util-elevation-level-1492 { box-shadow: 0 1492px 2984px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1492 { border-radius: 1492px !important; }
.util-spacing-gap-1492 { gap: 1492px !important; }
.util-pad-vertical-1492 { padding-top: 1492px !important; padding-bottom: 1492px !important; }
.util-elevation-level-1493 { box-shadow: 0 1493px 2986px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1493 { border-radius: 1493px !important; }
.util-spacing-gap-1493 { gap: 1493px !important; }
.util-pad-vertical-1493 { padding-top: 1493px !important; padding-bottom: 1493px !important; }
.util-elevation-level-1494 { box-shadow: 0 1494px 2988px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1494 { border-radius: 1494px !important; }
.util-spacing-gap-1494 { gap: 1494px !important; }
.util-pad-vertical-1494 { padding-top: 1494px !important; padding-bottom: 1494px !important; }
.util-elevation-level-1495 { box-shadow: 0 1495px 2990px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1495 { border-radius: 1495px !important; }
.util-spacing-gap-1495 { gap: 1495px !important; }
.util-pad-vertical-1495 { padding-top: 1495px !important; padding-bottom: 1495px !important; }
.util-elevation-level-1496 { box-shadow: 0 1496px 2992px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1496 { border-radius: 1496px !important; }
.util-spacing-gap-1496 { gap: 1496px !important; }
.util-pad-vertical-1496 { padding-top: 1496px !important; padding-bottom: 1496px !important; }
.util-elevation-level-1497 { box-shadow: 0 1497px 2994px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1497 { border-radius: 1497px !important; }
.util-spacing-gap-1497 { gap: 1497px !important; }
.util-pad-vertical-1497 { padding-top: 1497px !important; padding-bottom: 1497px !important; }
.util-elevation-level-1498 { box-shadow: 0 1498px 2996px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1498 { border-radius: 1498px !important; }
.util-spacing-gap-1498 { gap: 1498px !important; }
.util-pad-vertical-1498 { padding-top: 1498px !important; padding-bottom: 1498px !important; }
.util-elevation-level-1499 { box-shadow: 0 1499px 2998px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1499 { border-radius: 1499px !important; }
.util-spacing-gap-1499 { gap: 1499px !important; }
.util-pad-vertical-1499 { padding-top: 1499px !important; padding-bottom: 1499px !important; }
.util-elevation-level-1500 { box-shadow: 0 1500px 3000px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1500 { border-radius: 1500px !important; }
.util-spacing-gap-1500 { gap: 1500px !important; }
.util-pad-vertical-1500 { padding-top: 1500px !important; padding-bottom: 1500px !important; }
.util-elevation-level-1501 { box-shadow: 0 1501px 3002px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1501 { border-radius: 1501px !important; }
.util-spacing-gap-1501 { gap: 1501px !important; }
.util-pad-vertical-1501 { padding-top: 1501px !important; padding-bottom: 1501px !important; }
.util-elevation-level-1502 { box-shadow: 0 1502px 3004px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1502 { border-radius: 1502px !important; }
.util-spacing-gap-1502 { gap: 1502px !important; }
.util-pad-vertical-1502 { padding-top: 1502px !important; padding-bottom: 1502px !important; }
.util-elevation-level-1503 { box-shadow: 0 1503px 3006px rgba(15, 23, 42, 0.03) !important; }
.util-radius-custom-1503 { border-radius: 1503px !important; }
.util-spacing-gap-1503 { gap: 1503px !important; }
.util-pad-vertical-1503 { padding-top: 1503px !important; padding-bottom: 1503px !important; }
.util-elevation-level-1504 { box-shadow: 0 1504px 3008px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1504 { border-radius: 1504px !important; }
.util-spacing-gap-1504 { gap: 1504px !important; }
.util-pad-vertical-1504 { padding-top: 1504px !important; padding-bottom: 1504px !important; }
.util-elevation-level-1505 { box-shadow: 0 1505px 3010px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1505 { border-radius: 1505px !important; }
.util-spacing-gap-1505 { gap: 1505px !important; }
.util-pad-vertical-1505 { padding-top: 1505px !important; padding-bottom: 1505px !important; }
.util-elevation-level-1506 { box-shadow: 0 1506px 3012px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1506 { border-radius: 1506px !important; }
.util-spacing-gap-1506 { gap: 1506px !important; }
.util-pad-vertical-1506 { padding-top: 1506px !important; padding-bottom: 1506px !important; }
.util-elevation-level-1507 { box-shadow: 0 1507px 3014px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1507 { border-radius: 1507px !important; }
.util-spacing-gap-1507 { gap: 1507px !important; }
.util-pad-vertical-1507 { padding-top: 1507px !important; padding-bottom: 1507px !important; }
.util-elevation-level-1508 { box-shadow: 0 1508px 3016px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1508 { border-radius: 1508px !important; }
.util-spacing-gap-1508 { gap: 1508px !important; }
.util-pad-vertical-1508 { padding-top: 1508px !important; padding-bottom: 1508px !important; }
.util-elevation-level-1509 { box-shadow: 0 1509px 3018px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1509 { border-radius: 1509px !important; }
.util-spacing-gap-1509 { gap: 1509px !important; }
.util-pad-vertical-1509 { padding-top: 1509px !important; padding-bottom: 1509px !important; }
.util-elevation-level-1510 { box-shadow: 0 1510px 3020px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1510 { border-radius: 1510px !important; }
.util-spacing-gap-1510 { gap: 1510px !important; }
.util-pad-vertical-1510 { padding-top: 1510px !important; padding-bottom: 1510px !important; }
.util-elevation-level-1511 { box-shadow: 0 1511px 3022px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1511 { border-radius: 1511px !important; }
.util-spacing-gap-1511 { gap: 1511px !important; }
.util-pad-vertical-1511 { padding-top: 1511px !important; padding-bottom: 1511px !important; }
.util-elevation-level-1512 { box-shadow: 0 1512px 3024px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1512 { border-radius: 1512px !important; }
.util-spacing-gap-1512 { gap: 1512px !important; }
.util-pad-vertical-1512 { padding-top: 1512px !important; padding-bottom: 1512px !important; }
.util-elevation-level-1513 { box-shadow: 0 1513px 3026px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1513 { border-radius: 1513px !important; }
.util-spacing-gap-1513 { gap: 1513px !important; }
.util-pad-vertical-1513 { padding-top: 1513px !important; padding-bottom: 1513px !important; }
.util-elevation-level-1514 { box-shadow: 0 1514px 3028px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1514 { border-radius: 1514px !important; }
.util-spacing-gap-1514 { gap: 1514px !important; }
.util-pad-vertical-1514 { padding-top: 1514px !important; padding-bottom: 1514px !important; }
.util-elevation-level-1515 { box-shadow: 0 1515px 3030px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1515 { border-radius: 1515px !important; }
.util-spacing-gap-1515 { gap: 1515px !important; }
.util-pad-vertical-1515 { padding-top: 1515px !important; padding-bottom: 1515px !important; }
.util-elevation-level-1516 { box-shadow: 0 1516px 3032px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1516 { border-radius: 1516px !important; }
.util-spacing-gap-1516 { gap: 1516px !important; }
.util-pad-vertical-1516 { padding-top: 1516px !important; padding-bottom: 1516px !important; }
.util-elevation-level-1517 { box-shadow: 0 1517px 3034px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1517 { border-radius: 1517px !important; }
.util-spacing-gap-1517 { gap: 1517px !important; }
.util-pad-vertical-1517 { padding-top: 1517px !important; padding-bottom: 1517px !important; }
.util-elevation-level-1518 { box-shadow: 0 1518px 3036px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1518 { border-radius: 1518px !important; }
.util-spacing-gap-1518 { gap: 1518px !important; }
.util-pad-vertical-1518 { padding-top: 1518px !important; padding-bottom: 1518px !important; }
.util-elevation-level-1519 { box-shadow: 0 1519px 3038px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1519 { border-radius: 1519px !important; }
.util-spacing-gap-1519 { gap: 1519px !important; }
.util-pad-vertical-1519 { padding-top: 1519px !important; padding-bottom: 1519px !important; }
.util-elevation-level-1520 { box-shadow: 0 1520px 3040px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1520 { border-radius: 1520px !important; }
.util-spacing-gap-1520 { gap: 1520px !important; }
.util-pad-vertical-1520 { padding-top: 1520px !important; padding-bottom: 1520px !important; }
.util-elevation-level-1521 { box-shadow: 0 1521px 3042px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1521 { border-radius: 1521px !important; }
.util-spacing-gap-1521 { gap: 1521px !important; }
.util-pad-vertical-1521 { padding-top: 1521px !important; padding-bottom: 1521px !important; }
.util-elevation-level-1522 { box-shadow: 0 1522px 3044px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1522 { border-radius: 1522px !important; }
.util-spacing-gap-1522 { gap: 1522px !important; }
.util-pad-vertical-1522 { padding-top: 1522px !important; padding-bottom: 1522px !important; }
.util-elevation-level-1523 { box-shadow: 0 1523px 3046px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1523 { border-radius: 1523px !important; }
.util-spacing-gap-1523 { gap: 1523px !important; }
.util-pad-vertical-1523 { padding-top: 1523px !important; padding-bottom: 1523px !important; }
.util-elevation-level-1524 { box-shadow: 0 1524px 3048px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1524 { border-radius: 1524px !important; }
.util-spacing-gap-1524 { gap: 1524px !important; }
.util-pad-vertical-1524 { padding-top: 1524px !important; padding-bottom: 1524px !important; }
.util-elevation-level-1525 { box-shadow: 0 1525px 3050px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1525 { border-radius: 1525px !important; }
.util-spacing-gap-1525 { gap: 1525px !important; }
.util-pad-vertical-1525 { padding-top: 1525px !important; padding-bottom: 1525px !important; }
.util-elevation-level-1526 { box-shadow: 0 1526px 3052px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1526 { border-radius: 1526px !important; }
.util-spacing-gap-1526 { gap: 1526px !important; }
.util-pad-vertical-1526 { padding-top: 1526px !important; padding-bottom: 1526px !important; }
.util-elevation-level-1527 { box-shadow: 0 1527px 3054px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1527 { border-radius: 1527px !important; }
.util-spacing-gap-1527 { gap: 1527px !important; }
.util-pad-vertical-1527 { padding-top: 1527px !important; padding-bottom: 1527px !important; }
.util-elevation-level-1528 { box-shadow: 0 1528px 3056px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1528 { border-radius: 1528px !important; }
.util-spacing-gap-1528 { gap: 1528px !important; }
.util-pad-vertical-1528 { padding-top: 1528px !important; padding-bottom: 1528px !important; }
.util-elevation-level-1529 { box-shadow: 0 1529px 3058px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1529 { border-radius: 1529px !important; }
.util-spacing-gap-1529 { gap: 1529px !important; }
.util-pad-vertical-1529 { padding-top: 1529px !important; padding-bottom: 1529px !important; }
.util-elevation-level-1530 { box-shadow: 0 1530px 3060px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1530 { border-radius: 1530px !important; }
.util-spacing-gap-1530 { gap: 1530px !important; }
.util-pad-vertical-1530 { padding-top: 1530px !important; padding-bottom: 1530px !important; }
.util-elevation-level-1531 { box-shadow: 0 1531px 3062px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1531 { border-radius: 1531px !important; }
.util-spacing-gap-1531 { gap: 1531px !important; }
.util-pad-vertical-1531 { padding-top: 1531px !important; padding-bottom: 1531px !important; }
.util-elevation-level-1532 { box-shadow: 0 1532px 3064px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1532 { border-radius: 1532px !important; }
.util-spacing-gap-1532 { gap: 1532px !important; }
.util-pad-vertical-1532 { padding-top: 1532px !important; padding-bottom: 1532px !important; }
.util-elevation-level-1533 { box-shadow: 0 1533px 3066px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1533 { border-radius: 1533px !important; }
.util-spacing-gap-1533 { gap: 1533px !important; }
.util-pad-vertical-1533 { padding-top: 1533px !important; padding-bottom: 1533px !important; }
.util-elevation-level-1534 { box-shadow: 0 1534px 3068px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1534 { border-radius: 1534px !important; }
.util-spacing-gap-1534 { gap: 1534px !important; }
.util-pad-vertical-1534 { padding-top: 1534px !important; padding-bottom: 1534px !important; }
.util-elevation-level-1535 { box-shadow: 0 1535px 3070px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1535 { border-radius: 1535px !important; }
.util-spacing-gap-1535 { gap: 1535px !important; }
.util-pad-vertical-1535 { padding-top: 1535px !important; padding-bottom: 1535px !important; }
.util-elevation-level-1536 { box-shadow: 0 1536px 3072px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1536 { border-radius: 1536px !important; }
.util-spacing-gap-1536 { gap: 1536px !important; }
.util-pad-vertical-1536 { padding-top: 1536px !important; padding-bottom: 1536px !important; }
.util-elevation-level-1537 { box-shadow: 0 1537px 3074px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1537 { border-radius: 1537px !important; }
.util-spacing-gap-1537 { gap: 1537px !important; }
.util-pad-vertical-1537 { padding-top: 1537px !important; padding-bottom: 1537px !important; }
.util-elevation-level-1538 { box-shadow: 0 1538px 3076px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1538 { border-radius: 1538px !important; }
.util-spacing-gap-1538 { gap: 1538px !important; }
.util-pad-vertical-1538 { padding-top: 1538px !important; padding-bottom: 1538px !important; }
.util-elevation-level-1539 { box-shadow: 0 1539px 3078px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1539 { border-radius: 1539px !important; }
.util-spacing-gap-1539 { gap: 1539px !important; }
.util-pad-vertical-1539 { padding-top: 1539px !important; padding-bottom: 1539px !important; }
.util-elevation-level-1540 { box-shadow: 0 1540px 3080px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1540 { border-radius: 1540px !important; }
.util-spacing-gap-1540 { gap: 1540px !important; }
.util-pad-vertical-1540 { padding-top: 1540px !important; padding-bottom: 1540px !important; }
.util-elevation-level-1541 { box-shadow: 0 1541px 3082px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1541 { border-radius: 1541px !important; }
.util-spacing-gap-1541 { gap: 1541px !important; }
.util-pad-vertical-1541 { padding-top: 1541px !important; padding-bottom: 1541px !important; }
.util-elevation-level-1542 { box-shadow: 0 1542px 3084px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1542 { border-radius: 1542px !important; }
.util-spacing-gap-1542 { gap: 1542px !important; }
.util-pad-vertical-1542 { padding-top: 1542px !important; padding-bottom: 1542px !important; }
.util-elevation-level-1543 { box-shadow: 0 1543px 3086px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1543 { border-radius: 1543px !important; }
.util-spacing-gap-1543 { gap: 1543px !important; }
.util-pad-vertical-1543 { padding-top: 1543px !important; padding-bottom: 1543px !important; }
.util-elevation-level-1544 { box-shadow: 0 1544px 3088px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1544 { border-radius: 1544px !important; }
.util-spacing-gap-1544 { gap: 1544px !important; }
.util-pad-vertical-1544 { padding-top: 1544px !important; padding-bottom: 1544px !important; }
.util-elevation-level-1545 { box-shadow: 0 1545px 3090px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1545 { border-radius: 1545px !important; }
.util-spacing-gap-1545 { gap: 1545px !important; }
.util-pad-vertical-1545 { padding-top: 1545px !important; padding-bottom: 1545px !important; }
.util-elevation-level-1546 { box-shadow: 0 1546px 3092px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1546 { border-radius: 1546px !important; }
.util-spacing-gap-1546 { gap: 1546px !important; }
.util-pad-vertical-1546 { padding-top: 1546px !important; padding-bottom: 1546px !important; }
.util-elevation-level-1547 { box-shadow: 0 1547px 3094px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1547 { border-radius: 1547px !important; }
.util-spacing-gap-1547 { gap: 1547px !important; }
.util-pad-vertical-1547 { padding-top: 1547px !important; padding-bottom: 1547px !important; }
.util-elevation-level-1548 { box-shadow: 0 1548px 3096px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1548 { border-radius: 1548px !important; }
.util-spacing-gap-1548 { gap: 1548px !important; }
.util-pad-vertical-1548 { padding-top: 1548px !important; padding-bottom: 1548px !important; }
.util-elevation-level-1549 { box-shadow: 0 1549px 3098px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1549 { border-radius: 1549px !important; }
.util-spacing-gap-1549 { gap: 1549px !important; }
.util-pad-vertical-1549 { padding-top: 1549px !important; padding-bottom: 1549px !important; }
.util-elevation-level-1550 { box-shadow: 0 1550px 3100px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1550 { border-radius: 1550px !important; }
.util-spacing-gap-1550 { gap: 1550px !important; }
.util-pad-vertical-1550 { padding-top: 1550px !important; padding-bottom: 1550px !important; }
.util-elevation-level-1551 { box-shadow: 0 1551px 3102px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1551 { border-radius: 1551px !important; }
.util-spacing-gap-1551 { gap: 1551px !important; }
.util-pad-vertical-1551 { padding-top: 1551px !important; padding-bottom: 1551px !important; }
.util-elevation-level-1552 { box-shadow: 0 1552px 3104px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1552 { border-radius: 1552px !important; }
.util-spacing-gap-1552 { gap: 1552px !important; }
.util-pad-vertical-1552 { padding-top: 1552px !important; padding-bottom: 1552px !important; }
.util-elevation-level-1553 { box-shadow: 0 1553px 3106px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1553 { border-radius: 1553px !important; }
.util-spacing-gap-1553 { gap: 1553px !important; }
.util-pad-vertical-1553 { padding-top: 1553px !important; padding-bottom: 1553px !important; }
.util-elevation-level-1554 { box-shadow: 0 1554px 3108px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1554 { border-radius: 1554px !important; }
.util-spacing-gap-1554 { gap: 1554px !important; }
.util-pad-vertical-1554 { padding-top: 1554px !important; padding-bottom: 1554px !important; }
.util-elevation-level-1555 { box-shadow: 0 1555px 3110px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1555 { border-radius: 1555px !important; }
.util-spacing-gap-1555 { gap: 1555px !important; }
.util-pad-vertical-1555 { padding-top: 1555px !important; padding-bottom: 1555px !important; }
.util-elevation-level-1556 { box-shadow: 0 1556px 3112px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1556 { border-radius: 1556px !important; }
.util-spacing-gap-1556 { gap: 1556px !important; }
.util-pad-vertical-1556 { padding-top: 1556px !important; padding-bottom: 1556px !important; }
.util-elevation-level-1557 { box-shadow: 0 1557px 3114px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1557 { border-radius: 1557px !important; }
.util-spacing-gap-1557 { gap: 1557px !important; }
.util-pad-vertical-1557 { padding-top: 1557px !important; padding-bottom: 1557px !important; }
.util-elevation-level-1558 { box-shadow: 0 1558px 3116px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1558 { border-radius: 1558px !important; }
.util-spacing-gap-1558 { gap: 1558px !important; }
.util-pad-vertical-1558 { padding-top: 1558px !important; padding-bottom: 1558px !important; }
.util-elevation-level-1559 { box-shadow: 0 1559px 3118px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1559 { border-radius: 1559px !important; }
.util-spacing-gap-1559 { gap: 1559px !important; }
.util-pad-vertical-1559 { padding-top: 1559px !important; padding-bottom: 1559px !important; }
.util-elevation-level-1560 { box-shadow: 0 1560px 3120px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1560 { border-radius: 1560px !important; }
.util-spacing-gap-1560 { gap: 1560px !important; }
.util-pad-vertical-1560 { padding-top: 1560px !important; padding-bottom: 1560px !important; }
.util-elevation-level-1561 { box-shadow: 0 1561px 3122px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1561 { border-radius: 1561px !important; }
.util-spacing-gap-1561 { gap: 1561px !important; }
.util-pad-vertical-1561 { padding-top: 1561px !important; padding-bottom: 1561px !important; }
.util-elevation-level-1562 { box-shadow: 0 1562px 3124px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1562 { border-radius: 1562px !important; }
.util-spacing-gap-1562 { gap: 1562px !important; }
.util-pad-vertical-1562 { padding-top: 1562px !important; padding-bottom: 1562px !important; }
.util-elevation-level-1563 { box-shadow: 0 1563px 3126px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1563 { border-radius: 1563px !important; }
.util-spacing-gap-1563 { gap: 1563px !important; }
.util-pad-vertical-1563 { padding-top: 1563px !important; padding-bottom: 1563px !important; }
.util-elevation-level-1564 { box-shadow: 0 1564px 3128px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1564 { border-radius: 1564px !important; }
.util-spacing-gap-1564 { gap: 1564px !important; }
.util-pad-vertical-1564 { padding-top: 1564px !important; padding-bottom: 1564px !important; }
.util-elevation-level-1565 { box-shadow: 0 1565px 3130px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1565 { border-radius: 1565px !important; }
.util-spacing-gap-1565 { gap: 1565px !important; }
.util-pad-vertical-1565 { padding-top: 1565px !important; padding-bottom: 1565px !important; }
.util-elevation-level-1566 { box-shadow: 0 1566px 3132px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1566 { border-radius: 1566px !important; }
.util-spacing-gap-1566 { gap: 1566px !important; }
.util-pad-vertical-1566 { padding-top: 1566px !important; padding-bottom: 1566px !important; }
.util-elevation-level-1567 { box-shadow: 0 1567px 3134px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1567 { border-radius: 1567px !important; }
.util-spacing-gap-1567 { gap: 1567px !important; }
.util-pad-vertical-1567 { padding-top: 1567px !important; padding-bottom: 1567px !important; }
.util-elevation-level-1568 { box-shadow: 0 1568px 3136px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1568 { border-radius: 1568px !important; }
.util-spacing-gap-1568 { gap: 1568px !important; }
.util-pad-vertical-1568 { padding-top: 1568px !important; padding-bottom: 1568px !important; }
.util-elevation-level-1569 { box-shadow: 0 1569px 3138px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1569 { border-radius: 1569px !important; }
.util-spacing-gap-1569 { gap: 1569px !important; }
.util-pad-vertical-1569 { padding-top: 1569px !important; padding-bottom: 1569px !important; }
.util-elevation-level-1570 { box-shadow: 0 1570px 3140px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1570 { border-radius: 1570px !important; }
.util-spacing-gap-1570 { gap: 1570px !important; }
.util-pad-vertical-1570 { padding-top: 1570px !important; padding-bottom: 1570px !important; }
.util-elevation-level-1571 { box-shadow: 0 1571px 3142px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1571 { border-radius: 1571px !important; }
.util-spacing-gap-1571 { gap: 1571px !important; }
.util-pad-vertical-1571 { padding-top: 1571px !important; padding-bottom: 1571px !important; }
.util-elevation-level-1572 { box-shadow: 0 1572px 3144px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1572 { border-radius: 1572px !important; }
.util-spacing-gap-1572 { gap: 1572px !important; }
.util-pad-vertical-1572 { padding-top: 1572px !important; padding-bottom: 1572px !important; }
.util-elevation-level-1573 { box-shadow: 0 1573px 3146px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1573 { border-radius: 1573px !important; }
.util-spacing-gap-1573 { gap: 1573px !important; }
.util-pad-vertical-1573 { padding-top: 1573px !important; padding-bottom: 1573px !important; }
.util-elevation-level-1574 { box-shadow: 0 1574px 3148px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1574 { border-radius: 1574px !important; }
.util-spacing-gap-1574 { gap: 1574px !important; }
.util-pad-vertical-1574 { padding-top: 1574px !important; padding-bottom: 1574px !important; }
.util-elevation-level-1575 { box-shadow: 0 1575px 3150px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1575 { border-radius: 1575px !important; }
.util-spacing-gap-1575 { gap: 1575px !important; }
.util-pad-vertical-1575 { padding-top: 1575px !important; padding-bottom: 1575px !important; }
.util-elevation-level-1576 { box-shadow: 0 1576px 3152px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1576 { border-radius: 1576px !important; }
.util-spacing-gap-1576 { gap: 1576px !important; }
.util-pad-vertical-1576 { padding-top: 1576px !important; padding-bottom: 1576px !important; }
.util-elevation-level-1577 { box-shadow: 0 1577px 3154px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1577 { border-radius: 1577px !important; }
.util-spacing-gap-1577 { gap: 1577px !important; }
.util-pad-vertical-1577 { padding-top: 1577px !important; padding-bottom: 1577px !important; }
.util-elevation-level-1578 { box-shadow: 0 1578px 3156px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1578 { border-radius: 1578px !important; }
.util-spacing-gap-1578 { gap: 1578px !important; }
.util-pad-vertical-1578 { padding-top: 1578px !important; padding-bottom: 1578px !important; }
.util-elevation-level-1579 { box-shadow: 0 1579px 3158px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1579 { border-radius: 1579px !important; }
.util-spacing-gap-1579 { gap: 1579px !important; }
.util-pad-vertical-1579 { padding-top: 1579px !important; padding-bottom: 1579px !important; }
.util-elevation-level-1580 { box-shadow: 0 1580px 3160px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1580 { border-radius: 1580px !important; }
.util-spacing-gap-1580 { gap: 1580px !important; }
.util-pad-vertical-1580 { padding-top: 1580px !important; padding-bottom: 1580px !important; }
.util-elevation-level-1581 { box-shadow: 0 1581px 3162px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1581 { border-radius: 1581px !important; }
.util-spacing-gap-1581 { gap: 1581px !important; }
.util-pad-vertical-1581 { padding-top: 1581px !important; padding-bottom: 1581px !important; }
.util-elevation-level-1582 { box-shadow: 0 1582px 3164px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1582 { border-radius: 1582px !important; }
.util-spacing-gap-1582 { gap: 1582px !important; }
.util-pad-vertical-1582 { padding-top: 1582px !important; padding-bottom: 1582px !important; }
.util-elevation-level-1583 { box-shadow: 0 1583px 3166px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1583 { border-radius: 1583px !important; }
.util-spacing-gap-1583 { gap: 1583px !important; }
.util-pad-vertical-1583 { padding-top: 1583px !important; padding-bottom: 1583px !important; }
.util-elevation-level-1584 { box-shadow: 0 1584px 3168px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1584 { border-radius: 1584px !important; }
.util-spacing-gap-1584 { gap: 1584px !important; }
.util-pad-vertical-1584 { padding-top: 1584px !important; padding-bottom: 1584px !important; }
.util-elevation-level-1585 { box-shadow: 0 1585px 3170px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1585 { border-radius: 1585px !important; }
.util-spacing-gap-1585 { gap: 1585px !important; }
.util-pad-vertical-1585 { padding-top: 1585px !important; padding-bottom: 1585px !important; }
.util-elevation-level-1586 { box-shadow: 0 1586px 3172px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1586 { border-radius: 1586px !important; }
.util-spacing-gap-1586 { gap: 1586px !important; }
.util-pad-vertical-1586 { padding-top: 1586px !important; padding-bottom: 1586px !important; }
.util-elevation-level-1587 { box-shadow: 0 1587px 3174px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1587 { border-radius: 1587px !important; }
.util-spacing-gap-1587 { gap: 1587px !important; }
.util-pad-vertical-1587 { padding-top: 1587px !important; padding-bottom: 1587px !important; }
.util-elevation-level-1588 { box-shadow: 0 1588px 3176px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1588 { border-radius: 1588px !important; }
.util-spacing-gap-1588 { gap: 1588px !important; }
.util-pad-vertical-1588 { padding-top: 1588px !important; padding-bottom: 1588px !important; }
.util-elevation-level-1589 { box-shadow: 0 1589px 3178px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1589 { border-radius: 1589px !important; }
.util-spacing-gap-1589 { gap: 1589px !important; }
.util-pad-vertical-1589 { padding-top: 1589px !important; padding-bottom: 1589px !important; }
.util-elevation-level-1590 { box-shadow: 0 1590px 3180px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1590 { border-radius: 1590px !important; }
.util-spacing-gap-1590 { gap: 1590px !important; }
.util-pad-vertical-1590 { padding-top: 1590px !important; padding-bottom: 1590px !important; }
.util-elevation-level-1591 { box-shadow: 0 1591px 3182px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1591 { border-radius: 1591px !important; }
.util-spacing-gap-1591 { gap: 1591px !important; }
.util-pad-vertical-1591 { padding-top: 1591px !important; padding-bottom: 1591px !important; }
.util-elevation-level-1592 { box-shadow: 0 1592px 3184px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1592 { border-radius: 1592px !important; }
.util-spacing-gap-1592 { gap: 1592px !important; }
.util-pad-vertical-1592 { padding-top: 1592px !important; padding-bottom: 1592px !important; }
.util-elevation-level-1593 { box-shadow: 0 1593px 3186px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1593 { border-radius: 1593px !important; }
.util-spacing-gap-1593 { gap: 1593px !important; }
.util-pad-vertical-1593 { padding-top: 1593px !important; padding-bottom: 1593px !important; }
.util-elevation-level-1594 { box-shadow: 0 1594px 3188px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1594 { border-radius: 1594px !important; }
.util-spacing-gap-1594 { gap: 1594px !important; }
.util-pad-vertical-1594 { padding-top: 1594px !important; padding-bottom: 1594px !important; }
.util-elevation-level-1595 { box-shadow: 0 1595px 3190px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1595 { border-radius: 1595px !important; }
.util-spacing-gap-1595 { gap: 1595px !important; }
.util-pad-vertical-1595 { padding-top: 1595px !important; padding-bottom: 1595px !important; }
.util-elevation-level-1596 { box-shadow: 0 1596px 3192px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1596 { border-radius: 1596px !important; }
.util-spacing-gap-1596 { gap: 1596px !important; }
.util-pad-vertical-1596 { padding-top: 1596px !important; padding-bottom: 1596px !important; }
.util-elevation-level-1597 { box-shadow: 0 1597px 3194px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1597 { border-radius: 1597px !important; }
.util-spacing-gap-1597 { gap: 1597px !important; }
.util-pad-vertical-1597 { padding-top: 1597px !important; padding-bottom: 1597px !important; }
.util-elevation-level-1598 { box-shadow: 0 1598px 3196px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1598 { border-radius: 1598px !important; }
.util-spacing-gap-1598 { gap: 1598px !important; }
.util-pad-vertical-1598 { padding-top: 1598px !important; padding-bottom: 1598px !important; }
.util-elevation-level-1599 { box-shadow: 0 1599px 3198px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1599 { border-radius: 1599px !important; }
.util-spacing-gap-1599 { gap: 1599px !important; }
.util-pad-vertical-1599 { padding-top: 1599px !important; padding-bottom: 1599px !important; }
.util-elevation-level-1600 { box-shadow: 0 1600px 3200px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1600 { border-radius: 1600px !important; }
.util-spacing-gap-1600 { gap: 1600px !important; }
.util-pad-vertical-1600 { padding-top: 1600px !important; padding-bottom: 1600px !important; }
.util-elevation-level-1601 { box-shadow: 0 1601px 3202px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1601 { border-radius: 1601px !important; }
.util-spacing-gap-1601 { gap: 1601px !important; }
.util-pad-vertical-1601 { padding-top: 1601px !important; padding-bottom: 1601px !important; }
.util-elevation-level-1602 { box-shadow: 0 1602px 3204px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1602 { border-radius: 1602px !important; }
.util-spacing-gap-1602 { gap: 1602px !important; }
.util-pad-vertical-1602 { padding-top: 1602px !important; padding-bottom: 1602px !important; }
.util-elevation-level-1603 { box-shadow: 0 1603px 3206px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1603 { border-radius: 1603px !important; }
.util-spacing-gap-1603 { gap: 1603px !important; }
.util-pad-vertical-1603 { padding-top: 1603px !important; padding-bottom: 1603px !important; }
.util-elevation-level-1604 { box-shadow: 0 1604px 3208px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1604 { border-radius: 1604px !important; }
.util-spacing-gap-1604 { gap: 1604px !important; }
.util-pad-vertical-1604 { padding-top: 1604px !important; padding-bottom: 1604px !important; }
.util-elevation-level-1605 { box-shadow: 0 1605px 3210px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1605 { border-radius: 1605px !important; }
.util-spacing-gap-1605 { gap: 1605px !important; }
.util-pad-vertical-1605 { padding-top: 1605px !important; padding-bottom: 1605px !important; }
.util-elevation-level-1606 { box-shadow: 0 1606px 3212px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1606 { border-radius: 1606px !important; }
.util-spacing-gap-1606 { gap: 1606px !important; }
.util-pad-vertical-1606 { padding-top: 1606px !important; padding-bottom: 1606px !important; }
.util-elevation-level-1607 { box-shadow: 0 1607px 3214px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1607 { border-radius: 1607px !important; }
.util-spacing-gap-1607 { gap: 1607px !important; }
.util-pad-vertical-1607 { padding-top: 1607px !important; padding-bottom: 1607px !important; }
.util-elevation-level-1608 { box-shadow: 0 1608px 3216px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1608 { border-radius: 1608px !important; }
.util-spacing-gap-1608 { gap: 1608px !important; }
.util-pad-vertical-1608 { padding-top: 1608px !important; padding-bottom: 1608px !important; }
.util-elevation-level-1609 { box-shadow: 0 1609px 3218px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1609 { border-radius: 1609px !important; }
.util-spacing-gap-1609 { gap: 1609px !important; }
.util-pad-vertical-1609 { padding-top: 1609px !important; padding-bottom: 1609px !important; }
.util-elevation-level-1610 { box-shadow: 0 1610px 3220px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1610 { border-radius: 1610px !important; }
.util-spacing-gap-1610 { gap: 1610px !important; }
.util-pad-vertical-1610 { padding-top: 1610px !important; padding-bottom: 1610px !important; }
.util-elevation-level-1611 { box-shadow: 0 1611px 3222px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1611 { border-radius: 1611px !important; }
.util-spacing-gap-1611 { gap: 1611px !important; }
.util-pad-vertical-1611 { padding-top: 1611px !important; padding-bottom: 1611px !important; }
.util-elevation-level-1612 { box-shadow: 0 1612px 3224px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1612 { border-radius: 1612px !important; }
.util-spacing-gap-1612 { gap: 1612px !important; }
.util-pad-vertical-1612 { padding-top: 1612px !important; padding-bottom: 1612px !important; }
.util-elevation-level-1613 { box-shadow: 0 1613px 3226px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1613 { border-radius: 1613px !important; }
.util-spacing-gap-1613 { gap: 1613px !important; }
.util-pad-vertical-1613 { padding-top: 1613px !important; padding-bottom: 1613px !important; }
.util-elevation-level-1614 { box-shadow: 0 1614px 3228px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1614 { border-radius: 1614px !important; }
.util-spacing-gap-1614 { gap: 1614px !important; }
.util-pad-vertical-1614 { padding-top: 1614px !important; padding-bottom: 1614px !important; }
.util-elevation-level-1615 { box-shadow: 0 1615px 3230px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1615 { border-radius: 1615px !important; }
.util-spacing-gap-1615 { gap: 1615px !important; }
.util-pad-vertical-1615 { padding-top: 1615px !important; padding-bottom: 1615px !important; }
.util-elevation-level-1616 { box-shadow: 0 1616px 3232px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1616 { border-radius: 1616px !important; }
.util-spacing-gap-1616 { gap: 1616px !important; }
.util-pad-vertical-1616 { padding-top: 1616px !important; padding-bottom: 1616px !important; }
.util-elevation-level-1617 { box-shadow: 0 1617px 3234px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1617 { border-radius: 1617px !important; }
.util-spacing-gap-1617 { gap: 1617px !important; }
.util-pad-vertical-1617 { padding-top: 1617px !important; padding-bottom: 1617px !important; }
.util-elevation-level-1618 { box-shadow: 0 1618px 3236px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1618 { border-radius: 1618px !important; }
.util-spacing-gap-1618 { gap: 1618px !important; }
.util-pad-vertical-1618 { padding-top: 1618px !important; padding-bottom: 1618px !important; }
.util-elevation-level-1619 { box-shadow: 0 1619px 3238px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1619 { border-radius: 1619px !important; }
.util-spacing-gap-1619 { gap: 1619px !important; }
.util-pad-vertical-1619 { padding-top: 1619px !important; padding-bottom: 1619px !important; }
.util-elevation-level-1620 { box-shadow: 0 1620px 3240px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1620 { border-radius: 1620px !important; }
.util-spacing-gap-1620 { gap: 1620px !important; }
.util-pad-vertical-1620 { padding-top: 1620px !important; padding-bottom: 1620px !important; }
.util-elevation-level-1621 { box-shadow: 0 1621px 3242px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1621 { border-radius: 1621px !important; }
.util-spacing-gap-1621 { gap: 1621px !important; }
.util-pad-vertical-1621 { padding-top: 1621px !important; padding-bottom: 1621px !important; }
.util-elevation-level-1622 { box-shadow: 0 1622px 3244px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1622 { border-radius: 1622px !important; }
.util-spacing-gap-1622 { gap: 1622px !important; }
.util-pad-vertical-1622 { padding-top: 1622px !important; padding-bottom: 1622px !important; }
.util-elevation-level-1623 { box-shadow: 0 1623px 3246px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1623 { border-radius: 1623px !important; }
.util-spacing-gap-1623 { gap: 1623px !important; }
.util-pad-vertical-1623 { padding-top: 1623px !important; padding-bottom: 1623px !important; }
.util-elevation-level-1624 { box-shadow: 0 1624px 3248px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1624 { border-radius: 1624px !important; }
.util-spacing-gap-1624 { gap: 1624px !important; }
.util-pad-vertical-1624 { padding-top: 1624px !important; padding-bottom: 1624px !important; }
.util-elevation-level-1625 { box-shadow: 0 1625px 3250px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1625 { border-radius: 1625px !important; }
.util-spacing-gap-1625 { gap: 1625px !important; }
.util-pad-vertical-1625 { padding-top: 1625px !important; padding-bottom: 1625px !important; }
.util-elevation-level-1626 { box-shadow: 0 1626px 3252px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1626 { border-radius: 1626px !important; }
.util-spacing-gap-1626 { gap: 1626px !important; }
.util-pad-vertical-1626 { padding-top: 1626px !important; padding-bottom: 1626px !important; }
.util-elevation-level-1627 { box-shadow: 0 1627px 3254px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1627 { border-radius: 1627px !important; }
.util-spacing-gap-1627 { gap: 1627px !important; }
.util-pad-vertical-1627 { padding-top: 1627px !important; padding-bottom: 1627px !important; }
.util-elevation-level-1628 { box-shadow: 0 1628px 3256px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1628 { border-radius: 1628px !important; }
.util-spacing-gap-1628 { gap: 1628px !important; }
.util-pad-vertical-1628 { padding-top: 1628px !important; padding-bottom: 1628px !important; }
.util-elevation-level-1629 { box-shadow: 0 1629px 3258px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1629 { border-radius: 1629px !important; }
.util-spacing-gap-1629 { gap: 1629px !important; }
.util-pad-vertical-1629 { padding-top: 1629px !important; padding-bottom: 1629px !important; }
.util-elevation-level-1630 { box-shadow: 0 1630px 3260px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1630 { border-radius: 1630px !important; }
.util-spacing-gap-1630 { gap: 1630px !important; }
.util-pad-vertical-1630 { padding-top: 1630px !important; padding-bottom: 1630px !important; }
.util-elevation-level-1631 { box-shadow: 0 1631px 3262px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1631 { border-radius: 1631px !important; }
.util-spacing-gap-1631 { gap: 1631px !important; }
.util-pad-vertical-1631 { padding-top: 1631px !important; padding-bottom: 1631px !important; }
.util-elevation-level-1632 { box-shadow: 0 1632px 3264px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1632 { border-radius: 1632px !important; }
.util-spacing-gap-1632 { gap: 1632px !important; }
.util-pad-vertical-1632 { padding-top: 1632px !important; padding-bottom: 1632px !important; }
.util-elevation-level-1633 { box-shadow: 0 1633px 3266px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1633 { border-radius: 1633px !important; }
.util-spacing-gap-1633 { gap: 1633px !important; }
.util-pad-vertical-1633 { padding-top: 1633px !important; padding-bottom: 1633px !important; }
.util-elevation-level-1634 { box-shadow: 0 1634px 3268px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1634 { border-radius: 1634px !important; }
.util-spacing-gap-1634 { gap: 1634px !important; }
.util-pad-vertical-1634 { padding-top: 1634px !important; padding-bottom: 1634px !important; }
.util-elevation-level-1635 { box-shadow: 0 1635px 3270px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1635 { border-radius: 1635px !important; }
.util-spacing-gap-1635 { gap: 1635px !important; }
.util-pad-vertical-1635 { padding-top: 1635px !important; padding-bottom: 1635px !important; }
.util-elevation-level-1636 { box-shadow: 0 1636px 3272px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1636 { border-radius: 1636px !important; }
.util-spacing-gap-1636 { gap: 1636px !important; }
.util-pad-vertical-1636 { padding-top: 1636px !important; padding-bottom: 1636px !important; }
.util-elevation-level-1637 { box-shadow: 0 1637px 3274px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1637 { border-radius: 1637px !important; }
.util-spacing-gap-1637 { gap: 1637px !important; }
.util-pad-vertical-1637 { padding-top: 1637px !important; padding-bottom: 1637px !important; }
.util-elevation-level-1638 { box-shadow: 0 1638px 3276px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1638 { border-radius: 1638px !important; }
.util-spacing-gap-1638 { gap: 1638px !important; }
.util-pad-vertical-1638 { padding-top: 1638px !important; padding-bottom: 1638px !important; }
.util-elevation-level-1639 { box-shadow: 0 1639px 3278px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1639 { border-radius: 1639px !important; }
.util-spacing-gap-1639 { gap: 1639px !important; }
.util-pad-vertical-1639 { padding-top: 1639px !important; padding-bottom: 1639px !important; }
.util-elevation-level-1640 { box-shadow: 0 1640px 3280px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1640 { border-radius: 1640px !important; }
.util-spacing-gap-1640 { gap: 1640px !important; }
.util-pad-vertical-1640 { padding-top: 1640px !important; padding-bottom: 1640px !important; }
.util-elevation-level-1641 { box-shadow: 0 1641px 3282px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1641 { border-radius: 1641px !important; }
.util-spacing-gap-1641 { gap: 1641px !important; }
.util-pad-vertical-1641 { padding-top: 1641px !important; padding-bottom: 1641px !important; }
.util-elevation-level-1642 { box-shadow: 0 1642px 3284px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1642 { border-radius: 1642px !important; }
.util-spacing-gap-1642 { gap: 1642px !important; }
.util-pad-vertical-1642 { padding-top: 1642px !important; padding-bottom: 1642px !important; }
.util-elevation-level-1643 { box-shadow: 0 1643px 3286px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1643 { border-radius: 1643px !important; }
.util-spacing-gap-1643 { gap: 1643px !important; }
.util-pad-vertical-1643 { padding-top: 1643px !important; padding-bottom: 1643px !important; }
.util-elevation-level-1644 { box-shadow: 0 1644px 3288px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1644 { border-radius: 1644px !important; }
.util-spacing-gap-1644 { gap: 1644px !important; }
.util-pad-vertical-1644 { padding-top: 1644px !important; padding-bottom: 1644px !important; }
.util-elevation-level-1645 { box-shadow: 0 1645px 3290px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1645 { border-radius: 1645px !important; }
.util-spacing-gap-1645 { gap: 1645px !important; }
.util-pad-vertical-1645 { padding-top: 1645px !important; padding-bottom: 1645px !important; }
.util-elevation-level-1646 { box-shadow: 0 1646px 3292px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1646 { border-radius: 1646px !important; }
.util-spacing-gap-1646 { gap: 1646px !important; }
.util-pad-vertical-1646 { padding-top: 1646px !important; padding-bottom: 1646px !important; }
.util-elevation-level-1647 { box-shadow: 0 1647px 3294px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1647 { border-radius: 1647px !important; }
.util-spacing-gap-1647 { gap: 1647px !important; }
.util-pad-vertical-1647 { padding-top: 1647px !important; padding-bottom: 1647px !important; }
.util-elevation-level-1648 { box-shadow: 0 1648px 3296px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1648 { border-radius: 1648px !important; }
.util-spacing-gap-1648 { gap: 1648px !important; }
.util-pad-vertical-1648 { padding-top: 1648px !important; padding-bottom: 1648px !important; }
.util-elevation-level-1649 { box-shadow: 0 1649px 3298px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1649 { border-radius: 1649px !important; }
.util-spacing-gap-1649 { gap: 1649px !important; }
.util-pad-vertical-1649 { padding-top: 1649px !important; padding-bottom: 1649px !important; }
.util-elevation-level-1650 { box-shadow: 0 1650px 3300px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1650 { border-radius: 1650px !important; }
.util-spacing-gap-1650 { gap: 1650px !important; }
.util-pad-vertical-1650 { padding-top: 1650px !important; padding-bottom: 1650px !important; }
.util-elevation-level-1651 { box-shadow: 0 1651px 3302px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1651 { border-radius: 1651px !important; }
.util-spacing-gap-1651 { gap: 1651px !important; }
.util-pad-vertical-1651 { padding-top: 1651px !important; padding-bottom: 1651px !important; }
.util-elevation-level-1652 { box-shadow: 0 1652px 3304px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1652 { border-radius: 1652px !important; }
.util-spacing-gap-1652 { gap: 1652px !important; }
.util-pad-vertical-1652 { padding-top: 1652px !important; padding-bottom: 1652px !important; }
.util-elevation-level-1653 { box-shadow: 0 1653px 3306px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1653 { border-radius: 1653px !important; }
.util-spacing-gap-1653 { gap: 1653px !important; }
.util-pad-vertical-1653 { padding-top: 1653px !important; padding-bottom: 1653px !important; }
.util-elevation-level-1654 { box-shadow: 0 1654px 3308px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1654 { border-radius: 1654px !important; }
.util-spacing-gap-1654 { gap: 1654px !important; }
.util-pad-vertical-1654 { padding-top: 1654px !important; padding-bottom: 1654px !important; }
.util-elevation-level-1655 { box-shadow: 0 1655px 3310px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1655 { border-radius: 1655px !important; }
.util-spacing-gap-1655 { gap: 1655px !important; }
.util-pad-vertical-1655 { padding-top: 1655px !important; padding-bottom: 1655px !important; }
.util-elevation-level-1656 { box-shadow: 0 1656px 3312px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1656 { border-radius: 1656px !important; }
.util-spacing-gap-1656 { gap: 1656px !important; }
.util-pad-vertical-1656 { padding-top: 1656px !important; padding-bottom: 1656px !important; }
.util-elevation-level-1657 { box-shadow: 0 1657px 3314px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1657 { border-radius: 1657px !important; }
.util-spacing-gap-1657 { gap: 1657px !important; }
.util-pad-vertical-1657 { padding-top: 1657px !important; padding-bottom: 1657px !important; }
.util-elevation-level-1658 { box-shadow: 0 1658px 3316px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1658 { border-radius: 1658px !important; }
.util-spacing-gap-1658 { gap: 1658px !important; }
.util-pad-vertical-1658 { padding-top: 1658px !important; padding-bottom: 1658px !important; }
.util-elevation-level-1659 { box-shadow: 0 1659px 3318px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1659 { border-radius: 1659px !important; }
.util-spacing-gap-1659 { gap: 1659px !important; }
.util-pad-vertical-1659 { padding-top: 1659px !important; padding-bottom: 1659px !important; }
.util-elevation-level-1660 { box-shadow: 0 1660px 3320px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1660 { border-radius: 1660px !important; }
.util-spacing-gap-1660 { gap: 1660px !important; }
.util-pad-vertical-1660 { padding-top: 1660px !important; padding-bottom: 1660px !important; }
.util-elevation-level-1661 { box-shadow: 0 1661px 3322px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1661 { border-radius: 1661px !important; }
.util-spacing-gap-1661 { gap: 1661px !important; }
.util-pad-vertical-1661 { padding-top: 1661px !important; padding-bottom: 1661px !important; }
.util-elevation-level-1662 { box-shadow: 0 1662px 3324px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1662 { border-radius: 1662px !important; }
.util-spacing-gap-1662 { gap: 1662px !important; }
.util-pad-vertical-1662 { padding-top: 1662px !important; padding-bottom: 1662px !important; }
.util-elevation-level-1663 { box-shadow: 0 1663px 3326px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1663 { border-radius: 1663px !important; }
.util-spacing-gap-1663 { gap: 1663px !important; }
.util-pad-vertical-1663 { padding-top: 1663px !important; padding-bottom: 1663px !important; }
.util-elevation-level-1664 { box-shadow: 0 1664px 3328px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1664 { border-radius: 1664px !important; }
.util-spacing-gap-1664 { gap: 1664px !important; }
.util-pad-vertical-1664 { padding-top: 1664px !important; padding-bottom: 1664px !important; }
.util-elevation-level-1665 { box-shadow: 0 1665px 3330px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1665 { border-radius: 1665px !important; }
.util-spacing-gap-1665 { gap: 1665px !important; }
.util-pad-vertical-1665 { padding-top: 1665px !important; padding-bottom: 1665px !important; }
.util-elevation-level-1666 { box-shadow: 0 1666px 3332px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1666 { border-radius: 1666px !important; }
.util-spacing-gap-1666 { gap: 1666px !important; }
.util-pad-vertical-1666 { padding-top: 1666px !important; padding-bottom: 1666px !important; }
.util-elevation-level-1667 { box-shadow: 0 1667px 3334px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1667 { border-radius: 1667px !important; }
.util-spacing-gap-1667 { gap: 1667px !important; }
.util-pad-vertical-1667 { padding-top: 1667px !important; padding-bottom: 1667px !important; }
.util-elevation-level-1668 { box-shadow: 0 1668px 3336px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1668 { border-radius: 1668px !important; }
.util-spacing-gap-1668 { gap: 1668px !important; }
.util-pad-vertical-1668 { padding-top: 1668px !important; padding-bottom: 1668px !important; }
.util-elevation-level-1669 { box-shadow: 0 1669px 3338px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1669 { border-radius: 1669px !important; }
.util-spacing-gap-1669 { gap: 1669px !important; }
.util-pad-vertical-1669 { padding-top: 1669px !important; padding-bottom: 1669px !important; }
.util-elevation-level-1670 { box-shadow: 0 1670px 3340px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1670 { border-radius: 1670px !important; }
.util-spacing-gap-1670 { gap: 1670px !important; }
.util-pad-vertical-1670 { padding-top: 1670px !important; padding-bottom: 1670px !important; }
.util-elevation-level-1671 { box-shadow: 0 1671px 3342px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1671 { border-radius: 1671px !important; }
.util-spacing-gap-1671 { gap: 1671px !important; }
.util-pad-vertical-1671 { padding-top: 1671px !important; padding-bottom: 1671px !important; }
.util-elevation-level-1672 { box-shadow: 0 1672px 3344px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1672 { border-radius: 1672px !important; }
.util-spacing-gap-1672 { gap: 1672px !important; }
.util-pad-vertical-1672 { padding-top: 1672px !important; padding-bottom: 1672px !important; }
.util-elevation-level-1673 { box-shadow: 0 1673px 3346px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1673 { border-radius: 1673px !important; }
.util-spacing-gap-1673 { gap: 1673px !important; }
.util-pad-vertical-1673 { padding-top: 1673px !important; padding-bottom: 1673px !important; }
.util-elevation-level-1674 { box-shadow: 0 1674px 3348px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1674 { border-radius: 1674px !important; }
.util-spacing-gap-1674 { gap: 1674px !important; }
.util-pad-vertical-1674 { padding-top: 1674px !important; padding-bottom: 1674px !important; }
.util-elevation-level-1675 { box-shadow: 0 1675px 3350px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1675 { border-radius: 1675px !important; }
.util-spacing-gap-1675 { gap: 1675px !important; }
.util-pad-vertical-1675 { padding-top: 1675px !important; padding-bottom: 1675px !important; }
.util-elevation-level-1676 { box-shadow: 0 1676px 3352px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1676 { border-radius: 1676px !important; }
.util-spacing-gap-1676 { gap: 1676px !important; }
.util-pad-vertical-1676 { padding-top: 1676px !important; padding-bottom: 1676px !important; }
.util-elevation-level-1677 { box-shadow: 0 1677px 3354px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1677 { border-radius: 1677px !important; }
.util-spacing-gap-1677 { gap: 1677px !important; }
.util-pad-vertical-1677 { padding-top: 1677px !important; padding-bottom: 1677px !important; }
.util-elevation-level-1678 { box-shadow: 0 1678px 3356px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1678 { border-radius: 1678px !important; }
.util-spacing-gap-1678 { gap: 1678px !important; }
.util-pad-vertical-1678 { padding-top: 1678px !important; padding-bottom: 1678px !important; }
.util-elevation-level-1679 { box-shadow: 0 1679px 3358px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1679 { border-radius: 1679px !important; }
.util-spacing-gap-1679 { gap: 1679px !important; }
.util-pad-vertical-1679 { padding-top: 1679px !important; padding-bottom: 1679px !important; }
.util-elevation-level-1680 { box-shadow: 0 1680px 3360px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1680 { border-radius: 1680px !important; }
.util-spacing-gap-1680 { gap: 1680px !important; }
.util-pad-vertical-1680 { padding-top: 1680px !important; padding-bottom: 1680px !important; }
.util-elevation-level-1681 { box-shadow: 0 1681px 3362px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1681 { border-radius: 1681px !important; }
.util-spacing-gap-1681 { gap: 1681px !important; }
.util-pad-vertical-1681 { padding-top: 1681px !important; padding-bottom: 1681px !important; }
.util-elevation-level-1682 { box-shadow: 0 1682px 3364px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1682 { border-radius: 1682px !important; }
.util-spacing-gap-1682 { gap: 1682px !important; }
.util-pad-vertical-1682 { padding-top: 1682px !important; padding-bottom: 1682px !important; }
.util-elevation-level-1683 { box-shadow: 0 1683px 3366px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1683 { border-radius: 1683px !important; }
.util-spacing-gap-1683 { gap: 1683px !important; }
.util-pad-vertical-1683 { padding-top: 1683px !important; padding-bottom: 1683px !important; }
.util-elevation-level-1684 { box-shadow: 0 1684px 3368px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1684 { border-radius: 1684px !important; }
.util-spacing-gap-1684 { gap: 1684px !important; }
.util-pad-vertical-1684 { padding-top: 1684px !important; padding-bottom: 1684px !important; }
.util-elevation-level-1685 { box-shadow: 0 1685px 3370px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1685 { border-radius: 1685px !important; }
.util-spacing-gap-1685 { gap: 1685px !important; }
.util-pad-vertical-1685 { padding-top: 1685px !important; padding-bottom: 1685px !important; }
.util-elevation-level-1686 { box-shadow: 0 1686px 3372px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1686 { border-radius: 1686px !important; }
.util-spacing-gap-1686 { gap: 1686px !important; }
.util-pad-vertical-1686 { padding-top: 1686px !important; padding-bottom: 1686px !important; }
.util-elevation-level-1687 { box-shadow: 0 1687px 3374px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1687 { border-radius: 1687px !important; }
.util-spacing-gap-1687 { gap: 1687px !important; }
.util-pad-vertical-1687 { padding-top: 1687px !important; padding-bottom: 1687px !important; }
.util-elevation-level-1688 { box-shadow: 0 1688px 3376px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1688 { border-radius: 1688px !important; }
.util-spacing-gap-1688 { gap: 1688px !important; }
.util-pad-vertical-1688 { padding-top: 1688px !important; padding-bottom: 1688px !important; }
.util-elevation-level-1689 { box-shadow: 0 1689px 3378px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1689 { border-radius: 1689px !important; }
.util-spacing-gap-1689 { gap: 1689px !important; }
.util-pad-vertical-1689 { padding-top: 1689px !important; padding-bottom: 1689px !important; }
.util-elevation-level-1690 { box-shadow: 0 1690px 3380px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1690 { border-radius: 1690px !important; }
.util-spacing-gap-1690 { gap: 1690px !important; }
.util-pad-vertical-1690 { padding-top: 1690px !important; padding-bottom: 1690px !important; }
.util-elevation-level-1691 { box-shadow: 0 1691px 3382px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1691 { border-radius: 1691px !important; }
.util-spacing-gap-1691 { gap: 1691px !important; }
.util-pad-vertical-1691 { padding-top: 1691px !important; padding-bottom: 1691px !important; }
.util-elevation-level-1692 { box-shadow: 0 1692px 3384px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1692 { border-radius: 1692px !important; }
.util-spacing-gap-1692 { gap: 1692px !important; }
.util-pad-vertical-1692 { padding-top: 1692px !important; padding-bottom: 1692px !important; }
.util-elevation-level-1693 { box-shadow: 0 1693px 3386px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1693 { border-radius: 1693px !important; }
.util-spacing-gap-1693 { gap: 1693px !important; }
.util-pad-vertical-1693 { padding-top: 1693px !important; padding-bottom: 1693px !important; }
.util-elevation-level-1694 { box-shadow: 0 1694px 3388px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1694 { border-radius: 1694px !important; }
.util-spacing-gap-1694 { gap: 1694px !important; }
.util-pad-vertical-1694 { padding-top: 1694px !important; padding-bottom: 1694px !important; }
.util-elevation-level-1695 { box-shadow: 0 1695px 3390px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1695 { border-radius: 1695px !important; }
.util-spacing-gap-1695 { gap: 1695px !important; }
.util-pad-vertical-1695 { padding-top: 1695px !important; padding-bottom: 1695px !important; }
.util-elevation-level-1696 { box-shadow: 0 1696px 3392px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1696 { border-radius: 1696px !important; }
.util-spacing-gap-1696 { gap: 1696px !important; }
.util-pad-vertical-1696 { padding-top: 1696px !important; padding-bottom: 1696px !important; }
.util-elevation-level-1697 { box-shadow: 0 1697px 3394px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1697 { border-radius: 1697px !important; }
.util-spacing-gap-1697 { gap: 1697px !important; }
.util-pad-vertical-1697 { padding-top: 1697px !important; padding-bottom: 1697px !important; }
.util-elevation-level-1698 { box-shadow: 0 1698px 3396px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1698 { border-radius: 1698px !important; }
.util-spacing-gap-1698 { gap: 1698px !important; }
.util-pad-vertical-1698 { padding-top: 1698px !important; padding-bottom: 1698px !important; }
.util-elevation-level-1699 { box-shadow: 0 1699px 3398px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1699 { border-radius: 1699px !important; }
.util-spacing-gap-1699 { gap: 1699px !important; }
.util-pad-vertical-1699 { padding-top: 1699px !important; padding-bottom: 1699px !important; }
.util-elevation-level-1700 { box-shadow: 0 1700px 3400px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1700 { border-radius: 1700px !important; }
.util-spacing-gap-1700 { gap: 1700px !important; }
.util-pad-vertical-1700 { padding-top: 1700px !important; padding-bottom: 1700px !important; }
.util-elevation-level-1701 { box-shadow: 0 1701px 3402px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1701 { border-radius: 1701px !important; }
.util-spacing-gap-1701 { gap: 1701px !important; }
.util-pad-vertical-1701 { padding-top: 1701px !important; padding-bottom: 1701px !important; }
.util-elevation-level-1702 { box-shadow: 0 1702px 3404px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1702 { border-radius: 1702px !important; }
.util-spacing-gap-1702 { gap: 1702px !important; }
.util-pad-vertical-1702 { padding-top: 1702px !important; padding-bottom: 1702px !important; }
.util-elevation-level-1703 { box-shadow: 0 1703px 3406px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1703 { border-radius: 1703px !important; }
.util-spacing-gap-1703 { gap: 1703px !important; }
.util-pad-vertical-1703 { padding-top: 1703px !important; padding-bottom: 1703px !important; }
.util-elevation-level-1704 { box-shadow: 0 1704px 3408px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1704 { border-radius: 1704px !important; }
.util-spacing-gap-1704 { gap: 1704px !important; }
.util-pad-vertical-1704 { padding-top: 1704px !important; padding-bottom: 1704px !important; }
.util-elevation-level-1705 { box-shadow: 0 1705px 3410px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1705 { border-radius: 1705px !important; }
.util-spacing-gap-1705 { gap: 1705px !important; }
.util-pad-vertical-1705 { padding-top: 1705px !important; padding-bottom: 1705px !important; }
.util-elevation-level-1706 { box-shadow: 0 1706px 3412px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1706 { border-radius: 1706px !important; }
.util-spacing-gap-1706 { gap: 1706px !important; }
.util-pad-vertical-1706 { padding-top: 1706px !important; padding-bottom: 1706px !important; }
.util-elevation-level-1707 { box-shadow: 0 1707px 3414px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1707 { border-radius: 1707px !important; }
.util-spacing-gap-1707 { gap: 1707px !important; }
.util-pad-vertical-1707 { padding-top: 1707px !important; padding-bottom: 1707px !important; }
.util-elevation-level-1708 { box-shadow: 0 1708px 3416px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1708 { border-radius: 1708px !important; }
.util-spacing-gap-1708 { gap: 1708px !important; }
.util-pad-vertical-1708 { padding-top: 1708px !important; padding-bottom: 1708px !important; }
.util-elevation-level-1709 { box-shadow: 0 1709px 3418px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1709 { border-radius: 1709px !important; }
.util-spacing-gap-1709 { gap: 1709px !important; }
.util-pad-vertical-1709 { padding-top: 1709px !important; padding-bottom: 1709px !important; }
.util-elevation-level-1710 { box-shadow: 0 1710px 3420px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1710 { border-radius: 1710px !important; }
.util-spacing-gap-1710 { gap: 1710px !important; }
.util-pad-vertical-1710 { padding-top: 1710px !important; padding-bottom: 1710px !important; }
.util-elevation-level-1711 { box-shadow: 0 1711px 3422px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1711 { border-radius: 1711px !important; }
.util-spacing-gap-1711 { gap: 1711px !important; }
.util-pad-vertical-1711 { padding-top: 1711px !important; padding-bottom: 1711px !important; }
.util-elevation-level-1712 { box-shadow: 0 1712px 3424px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1712 { border-radius: 1712px !important; }
.util-spacing-gap-1712 { gap: 1712px !important; }
.util-pad-vertical-1712 { padding-top: 1712px !important; padding-bottom: 1712px !important; }
.util-elevation-level-1713 { box-shadow: 0 1713px 3426px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1713 { border-radius: 1713px !important; }
.util-spacing-gap-1713 { gap: 1713px !important; }
.util-pad-vertical-1713 { padding-top: 1713px !important; padding-bottom: 1713px !important; }
.util-elevation-level-1714 { box-shadow: 0 1714px 3428px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1714 { border-radius: 1714px !important; }
.util-spacing-gap-1714 { gap: 1714px !important; }
.util-pad-vertical-1714 { padding-top: 1714px !important; padding-bottom: 1714px !important; }
.util-elevation-level-1715 { box-shadow: 0 1715px 3430px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1715 { border-radius: 1715px !important; }
.util-spacing-gap-1715 { gap: 1715px !important; }
.util-pad-vertical-1715 { padding-top: 1715px !important; padding-bottom: 1715px !important; }
.util-elevation-level-1716 { box-shadow: 0 1716px 3432px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1716 { border-radius: 1716px !important; }
.util-spacing-gap-1716 { gap: 1716px !important; }
.util-pad-vertical-1716 { padding-top: 1716px !important; padding-bottom: 1716px !important; }
.util-elevation-level-1717 { box-shadow: 0 1717px 3434px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1717 { border-radius: 1717px !important; }
.util-spacing-gap-1717 { gap: 1717px !important; }
.util-pad-vertical-1717 { padding-top: 1717px !important; padding-bottom: 1717px !important; }
.util-elevation-level-1718 { box-shadow: 0 1718px 3436px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1718 { border-radius: 1718px !important; }
.util-spacing-gap-1718 { gap: 1718px !important; }
.util-pad-vertical-1718 { padding-top: 1718px !important; padding-bottom: 1718px !important; }
.util-elevation-level-1719 { box-shadow: 0 1719px 3438px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1719 { border-radius: 1719px !important; }
.util-spacing-gap-1719 { gap: 1719px !important; }
.util-pad-vertical-1719 { padding-top: 1719px !important; padding-bottom: 1719px !important; }
.util-elevation-level-1720 { box-shadow: 0 1720px 3440px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1720 { border-radius: 1720px !important; }
.util-spacing-gap-1720 { gap: 1720px !important; }
.util-pad-vertical-1720 { padding-top: 1720px !important; padding-bottom: 1720px !important; }
.util-elevation-level-1721 { box-shadow: 0 1721px 3442px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1721 { border-radius: 1721px !important; }
.util-spacing-gap-1721 { gap: 1721px !important; }
.util-pad-vertical-1721 { padding-top: 1721px !important; padding-bottom: 1721px !important; }
.util-elevation-level-1722 { box-shadow: 0 1722px 3444px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1722 { border-radius: 1722px !important; }
.util-spacing-gap-1722 { gap: 1722px !important; }
.util-pad-vertical-1722 { padding-top: 1722px !important; padding-bottom: 1722px !important; }
.util-elevation-level-1723 { box-shadow: 0 1723px 3446px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1723 { border-radius: 1723px !important; }
.util-spacing-gap-1723 { gap: 1723px !important; }
.util-pad-vertical-1723 { padding-top: 1723px !important; padding-bottom: 1723px !important; }
.util-elevation-level-1724 { box-shadow: 0 1724px 3448px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1724 { border-radius: 1724px !important; }
.util-spacing-gap-1724 { gap: 1724px !important; }
.util-pad-vertical-1724 { padding-top: 1724px !important; padding-bottom: 1724px !important; }
.util-elevation-level-1725 { box-shadow: 0 1725px 3450px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1725 { border-radius: 1725px !important; }
.util-spacing-gap-1725 { gap: 1725px !important; }
.util-pad-vertical-1725 { padding-top: 1725px !important; padding-bottom: 1725px !important; }
.util-elevation-level-1726 { box-shadow: 0 1726px 3452px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1726 { border-radius: 1726px !important; }
.util-spacing-gap-1726 { gap: 1726px !important; }
.util-pad-vertical-1726 { padding-top: 1726px !important; padding-bottom: 1726px !important; }
.util-elevation-level-1727 { box-shadow: 0 1727px 3454px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1727 { border-radius: 1727px !important; }
.util-spacing-gap-1727 { gap: 1727px !important; }
.util-pad-vertical-1727 { padding-top: 1727px !important; padding-bottom: 1727px !important; }
.util-elevation-level-1728 { box-shadow: 0 1728px 3456px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1728 { border-radius: 1728px !important; }
.util-spacing-gap-1728 { gap: 1728px !important; }
.util-pad-vertical-1728 { padding-top: 1728px !important; padding-bottom: 1728px !important; }
.util-elevation-level-1729 { box-shadow: 0 1729px 3458px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1729 { border-radius: 1729px !important; }
.util-spacing-gap-1729 { gap: 1729px !important; }
.util-pad-vertical-1729 { padding-top: 1729px !important; padding-bottom: 1729px !important; }
.util-elevation-level-1730 { box-shadow: 0 1730px 3460px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1730 { border-radius: 1730px !important; }
.util-spacing-gap-1730 { gap: 1730px !important; }
.util-pad-vertical-1730 { padding-top: 1730px !important; padding-bottom: 1730px !important; }
.util-elevation-level-1731 { box-shadow: 0 1731px 3462px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1731 { border-radius: 1731px !important; }
.util-spacing-gap-1731 { gap: 1731px !important; }
.util-pad-vertical-1731 { padding-top: 1731px !important; padding-bottom: 1731px !important; }
.util-elevation-level-1732 { box-shadow: 0 1732px 3464px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1732 { border-radius: 1732px !important; }
.util-spacing-gap-1732 { gap: 1732px !important; }
.util-pad-vertical-1732 { padding-top: 1732px !important; padding-bottom: 1732px !important; }
.util-elevation-level-1733 { box-shadow: 0 1733px 3466px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1733 { border-radius: 1733px !important; }
.util-spacing-gap-1733 { gap: 1733px !important; }
.util-pad-vertical-1733 { padding-top: 1733px !important; padding-bottom: 1733px !important; }
.util-elevation-level-1734 { box-shadow: 0 1734px 3468px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1734 { border-radius: 1734px !important; }
.util-spacing-gap-1734 { gap: 1734px !important; }
.util-pad-vertical-1734 { padding-top: 1734px !important; padding-bottom: 1734px !important; }
.util-elevation-level-1735 { box-shadow: 0 1735px 3470px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1735 { border-radius: 1735px !important; }
.util-spacing-gap-1735 { gap: 1735px !important; }
.util-pad-vertical-1735 { padding-top: 1735px !important; padding-bottom: 1735px !important; }
.util-elevation-level-1736 { box-shadow: 0 1736px 3472px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1736 { border-radius: 1736px !important; }
.util-spacing-gap-1736 { gap: 1736px !important; }
.util-pad-vertical-1736 { padding-top: 1736px !important; padding-bottom: 1736px !important; }
.util-elevation-level-1737 { box-shadow: 0 1737px 3474px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1737 { border-radius: 1737px !important; }
.util-spacing-gap-1737 { gap: 1737px !important; }
.util-pad-vertical-1737 { padding-top: 1737px !important; padding-bottom: 1737px !important; }
.util-elevation-level-1738 { box-shadow: 0 1738px 3476px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1738 { border-radius: 1738px !important; }
.util-spacing-gap-1738 { gap: 1738px !important; }
.util-pad-vertical-1738 { padding-top: 1738px !important; padding-bottom: 1738px !important; }
.util-elevation-level-1739 { box-shadow: 0 1739px 3478px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1739 { border-radius: 1739px !important; }
.util-spacing-gap-1739 { gap: 1739px !important; }
.util-pad-vertical-1739 { padding-top: 1739px !important; padding-bottom: 1739px !important; }
.util-elevation-level-1740 { box-shadow: 0 1740px 3480px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1740 { border-radius: 1740px !important; }
.util-spacing-gap-1740 { gap: 1740px !important; }
.util-pad-vertical-1740 { padding-top: 1740px !important; padding-bottom: 1740px !important; }
.util-elevation-level-1741 { box-shadow: 0 1741px 3482px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1741 { border-radius: 1741px !important; }
.util-spacing-gap-1741 { gap: 1741px !important; }
.util-pad-vertical-1741 { padding-top: 1741px !important; padding-bottom: 1741px !important; }
.util-elevation-level-1742 { box-shadow: 0 1742px 3484px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1742 { border-radius: 1742px !important; }
.util-spacing-gap-1742 { gap: 1742px !important; }
.util-pad-vertical-1742 { padding-top: 1742px !important; padding-bottom: 1742px !important; }
.util-elevation-level-1743 { box-shadow: 0 1743px 3486px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1743 { border-radius: 1743px !important; }
.util-spacing-gap-1743 { gap: 1743px !important; }
.util-pad-vertical-1743 { padding-top: 1743px !important; padding-bottom: 1743px !important; }
.util-elevation-level-1744 { box-shadow: 0 1744px 3488px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1744 { border-radius: 1744px !important; }
.util-spacing-gap-1744 { gap: 1744px !important; }
.util-pad-vertical-1744 { padding-top: 1744px !important; padding-bottom: 1744px !important; }
.util-elevation-level-1745 { box-shadow: 0 1745px 3490px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1745 { border-radius: 1745px !important; }
.util-spacing-gap-1745 { gap: 1745px !important; }
.util-pad-vertical-1745 { padding-top: 1745px !important; padding-bottom: 1745px !important; }
.util-elevation-level-1746 { box-shadow: 0 1746px 3492px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1746 { border-radius: 1746px !important; }
.util-spacing-gap-1746 { gap: 1746px !important; }
.util-pad-vertical-1746 { padding-top: 1746px !important; padding-bottom: 1746px !important; }
.util-elevation-level-1747 { box-shadow: 0 1747px 3494px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1747 { border-radius: 1747px !important; }
.util-spacing-gap-1747 { gap: 1747px !important; }
.util-pad-vertical-1747 { padding-top: 1747px !important; padding-bottom: 1747px !important; }
.util-elevation-level-1748 { box-shadow: 0 1748px 3496px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1748 { border-radius: 1748px !important; }
.util-spacing-gap-1748 { gap: 1748px !important; }
.util-pad-vertical-1748 { padding-top: 1748px !important; padding-bottom: 1748px !important; }
.util-elevation-level-1749 { box-shadow: 0 1749px 3498px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1749 { border-radius: 1749px !important; }
.util-spacing-gap-1749 { gap: 1749px !important; }
.util-pad-vertical-1749 { padding-top: 1749px !important; padding-bottom: 1749px !important; }
.util-elevation-level-1750 { box-shadow: 0 1750px 3500px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1750 { border-radius: 1750px !important; }
.util-spacing-gap-1750 { gap: 1750px !important; }
.util-pad-vertical-1750 { padding-top: 1750px !important; padding-bottom: 1750px !important; }
.util-elevation-level-1751 { box-shadow: 0 1751px 3502px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1751 { border-radius: 1751px !important; }
.util-spacing-gap-1751 { gap: 1751px !important; }
.util-pad-vertical-1751 { padding-top: 1751px !important; padding-bottom: 1751px !important; }
.util-elevation-level-1752 { box-shadow: 0 1752px 3504px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1752 { border-radius: 1752px !important; }
.util-spacing-gap-1752 { gap: 1752px !important; }
.util-pad-vertical-1752 { padding-top: 1752px !important; padding-bottom: 1752px !important; }
.util-elevation-level-1753 { box-shadow: 0 1753px 3506px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1753 { border-radius: 1753px !important; }
.util-spacing-gap-1753 { gap: 1753px !important; }
.util-pad-vertical-1753 { padding-top: 1753px !important; padding-bottom: 1753px !important; }
.util-elevation-level-1754 { box-shadow: 0 1754px 3508px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1754 { border-radius: 1754px !important; }
.util-spacing-gap-1754 { gap: 1754px !important; }
.util-pad-vertical-1754 { padding-top: 1754px !important; padding-bottom: 1754px !important; }
.util-elevation-level-1755 { box-shadow: 0 1755px 3510px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1755 { border-radius: 1755px !important; }
.util-spacing-gap-1755 { gap: 1755px !important; }
.util-pad-vertical-1755 { padding-top: 1755px !important; padding-bottom: 1755px !important; }
.util-elevation-level-1756 { box-shadow: 0 1756px 3512px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1756 { border-radius: 1756px !important; }
.util-spacing-gap-1756 { gap: 1756px !important; }
.util-pad-vertical-1756 { padding-top: 1756px !important; padding-bottom: 1756px !important; }
.util-elevation-level-1757 { box-shadow: 0 1757px 3514px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1757 { border-radius: 1757px !important; }
.util-spacing-gap-1757 { gap: 1757px !important; }
.util-pad-vertical-1757 { padding-top: 1757px !important; padding-bottom: 1757px !important; }
.util-elevation-level-1758 { box-shadow: 0 1758px 3516px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1758 { border-radius: 1758px !important; }
.util-spacing-gap-1758 { gap: 1758px !important; }
.util-pad-vertical-1758 { padding-top: 1758px !important; padding-bottom: 1758px !important; }
.util-elevation-level-1759 { box-shadow: 0 1759px 3518px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1759 { border-radius: 1759px !important; }
.util-spacing-gap-1759 { gap: 1759px !important; }
.util-pad-vertical-1759 { padding-top: 1759px !important; padding-bottom: 1759px !important; }
.util-elevation-level-1760 { box-shadow: 0 1760px 3520px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1760 { border-radius: 1760px !important; }
.util-spacing-gap-1760 { gap: 1760px !important; }
.util-pad-vertical-1760 { padding-top: 1760px !important; padding-bottom: 1760px !important; }
.util-elevation-level-1761 { box-shadow: 0 1761px 3522px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1761 { border-radius: 1761px !important; }
.util-spacing-gap-1761 { gap: 1761px !important; }
.util-pad-vertical-1761 { padding-top: 1761px !important; padding-bottom: 1761px !important; }
.util-elevation-level-1762 { box-shadow: 0 1762px 3524px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1762 { border-radius: 1762px !important; }
.util-spacing-gap-1762 { gap: 1762px !important; }
.util-pad-vertical-1762 { padding-top: 1762px !important; padding-bottom: 1762px !important; }
.util-elevation-level-1763 { box-shadow: 0 1763px 3526px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1763 { border-radius: 1763px !important; }
.util-spacing-gap-1763 { gap: 1763px !important; }
.util-pad-vertical-1763 { padding-top: 1763px !important; padding-bottom: 1763px !important; }
.util-elevation-level-1764 { box-shadow: 0 1764px 3528px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1764 { border-radius: 1764px !important; }
.util-spacing-gap-1764 { gap: 1764px !important; }
.util-pad-vertical-1764 { padding-top: 1764px !important; padding-bottom: 1764px !important; }
.util-elevation-level-1765 { box-shadow: 0 1765px 3530px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1765 { border-radius: 1765px !important; }
.util-spacing-gap-1765 { gap: 1765px !important; }
.util-pad-vertical-1765 { padding-top: 1765px !important; padding-bottom: 1765px !important; }
.util-elevation-level-1766 { box-shadow: 0 1766px 3532px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1766 { border-radius: 1766px !important; }
.util-spacing-gap-1766 { gap: 1766px !important; }
.util-pad-vertical-1766 { padding-top: 1766px !important; padding-bottom: 1766px !important; }
.util-elevation-level-1767 { box-shadow: 0 1767px 3534px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1767 { border-radius: 1767px !important; }
.util-spacing-gap-1767 { gap: 1767px !important; }
.util-pad-vertical-1767 { padding-top: 1767px !important; padding-bottom: 1767px !important; }
.util-elevation-level-1768 { box-shadow: 0 1768px 3536px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1768 { border-radius: 1768px !important; }
.util-spacing-gap-1768 { gap: 1768px !important; }
.util-pad-vertical-1768 { padding-top: 1768px !important; padding-bottom: 1768px !important; }
.util-elevation-level-1769 { box-shadow: 0 1769px 3538px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1769 { border-radius: 1769px !important; }
.util-spacing-gap-1769 { gap: 1769px !important; }
.util-pad-vertical-1769 { padding-top: 1769px !important; padding-bottom: 1769px !important; }
.util-elevation-level-1770 { box-shadow: 0 1770px 3540px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1770 { border-radius: 1770px !important; }
.util-spacing-gap-1770 { gap: 1770px !important; }
.util-pad-vertical-1770 { padding-top: 1770px !important; padding-bottom: 1770px !important; }
.util-elevation-level-1771 { box-shadow: 0 1771px 3542px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1771 { border-radius: 1771px !important; }
.util-spacing-gap-1771 { gap: 1771px !important; }
.util-pad-vertical-1771 { padding-top: 1771px !important; padding-bottom: 1771px !important; }
.util-elevation-level-1772 { box-shadow: 0 1772px 3544px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1772 { border-radius: 1772px !important; }
.util-spacing-gap-1772 { gap: 1772px !important; }
.util-pad-vertical-1772 { padding-top: 1772px !important; padding-bottom: 1772px !important; }
.util-elevation-level-1773 { box-shadow: 0 1773px 3546px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1773 { border-radius: 1773px !important; }
.util-spacing-gap-1773 { gap: 1773px !important; }
.util-pad-vertical-1773 { padding-top: 1773px !important; padding-bottom: 1773px !important; }
.util-elevation-level-1774 { box-shadow: 0 1774px 3548px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1774 { border-radius: 1774px !important; }
.util-spacing-gap-1774 { gap: 1774px !important; }
.util-pad-vertical-1774 { padding-top: 1774px !important; padding-bottom: 1774px !important; }
.util-elevation-level-1775 { box-shadow: 0 1775px 3550px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1775 { border-radius: 1775px !important; }
.util-spacing-gap-1775 { gap: 1775px !important; }
.util-pad-vertical-1775 { padding-top: 1775px !important; padding-bottom: 1775px !important; }
.util-elevation-level-1776 { box-shadow: 0 1776px 3552px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1776 { border-radius: 1776px !important; }
.util-spacing-gap-1776 { gap: 1776px !important; }
.util-pad-vertical-1776 { padding-top: 1776px !important; padding-bottom: 1776px !important; }
.util-elevation-level-1777 { box-shadow: 0 1777px 3554px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1777 { border-radius: 1777px !important; }
.util-spacing-gap-1777 { gap: 1777px !important; }
.util-pad-vertical-1777 { padding-top: 1777px !important; padding-bottom: 1777px !important; }
.util-elevation-level-1778 { box-shadow: 0 1778px 3556px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1778 { border-radius: 1778px !important; }
.util-spacing-gap-1778 { gap: 1778px !important; }
.util-pad-vertical-1778 { padding-top: 1778px !important; padding-bottom: 1778px !important; }
.util-elevation-level-1779 { box-shadow: 0 1779px 3558px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1779 { border-radius: 1779px !important; }
.util-spacing-gap-1779 { gap: 1779px !important; }
.util-pad-vertical-1779 { padding-top: 1779px !important; padding-bottom: 1779px !important; }
.util-elevation-level-1780 { box-shadow: 0 1780px 3560px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1780 { border-radius: 1780px !important; }
.util-spacing-gap-1780 { gap: 1780px !important; }
.util-pad-vertical-1780 { padding-top: 1780px !important; padding-bottom: 1780px !important; }
.util-elevation-level-1781 { box-shadow: 0 1781px 3562px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1781 { border-radius: 1781px !important; }
.util-spacing-gap-1781 { gap: 1781px !important; }
.util-pad-vertical-1781 { padding-top: 1781px !important; padding-bottom: 1781px !important; }
.util-elevation-level-1782 { box-shadow: 0 1782px 3564px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1782 { border-radius: 1782px !important; }
.util-spacing-gap-1782 { gap: 1782px !important; }
.util-pad-vertical-1782 { padding-top: 1782px !important; padding-bottom: 1782px !important; }
.util-elevation-level-1783 { box-shadow: 0 1783px 3566px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1783 { border-radius: 1783px !important; }
.util-spacing-gap-1783 { gap: 1783px !important; }
.util-pad-vertical-1783 { padding-top: 1783px !important; padding-bottom: 1783px !important; }
.util-elevation-level-1784 { box-shadow: 0 1784px 3568px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1784 { border-radius: 1784px !important; }
.util-spacing-gap-1784 { gap: 1784px !important; }
.util-pad-vertical-1784 { padding-top: 1784px !important; padding-bottom: 1784px !important; }
.util-elevation-level-1785 { box-shadow: 0 1785px 3570px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1785 { border-radius: 1785px !important; }
.util-spacing-gap-1785 { gap: 1785px !important; }
.util-pad-vertical-1785 { padding-top: 1785px !important; padding-bottom: 1785px !important; }
.util-elevation-level-1786 { box-shadow: 0 1786px 3572px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1786 { border-radius: 1786px !important; }
.util-spacing-gap-1786 { gap: 1786px !important; }
.util-pad-vertical-1786 { padding-top: 1786px !important; padding-bottom: 1786px !important; }
.util-elevation-level-1787 { box-shadow: 0 1787px 3574px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1787 { border-radius: 1787px !important; }
.util-spacing-gap-1787 { gap: 1787px !important; }
.util-pad-vertical-1787 { padding-top: 1787px !important; padding-bottom: 1787px !important; }
.util-elevation-level-1788 { box-shadow: 0 1788px 3576px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1788 { border-radius: 1788px !important; }
.util-spacing-gap-1788 { gap: 1788px !important; }
.util-pad-vertical-1788 { padding-top: 1788px !important; padding-bottom: 1788px !important; }
.util-elevation-level-1789 { box-shadow: 0 1789px 3578px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1789 { border-radius: 1789px !important; }
.util-spacing-gap-1789 { gap: 1789px !important; }
.util-pad-vertical-1789 { padding-top: 1789px !important; padding-bottom: 1789px !important; }
.util-elevation-level-1790 { box-shadow: 0 1790px 3580px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1790 { border-radius: 1790px !important; }
.util-spacing-gap-1790 { gap: 1790px !important; }
.util-pad-vertical-1790 { padding-top: 1790px !important; padding-bottom: 1790px !important; }
.util-elevation-level-1791 { box-shadow: 0 1791px 3582px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1791 { border-radius: 1791px !important; }
.util-spacing-gap-1791 { gap: 1791px !important; }
.util-pad-vertical-1791 { padding-top: 1791px !important; padding-bottom: 1791px !important; }
.util-elevation-level-1792 { box-shadow: 0 1792px 3584px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1792 { border-radius: 1792px !important; }
.util-spacing-gap-1792 { gap: 1792px !important; }
.util-pad-vertical-1792 { padding-top: 1792px !important; padding-bottom: 1792px !important; }
.util-elevation-level-1793 { box-shadow: 0 1793px 3586px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1793 { border-radius: 1793px !important; }
.util-spacing-gap-1793 { gap: 1793px !important; }
.util-pad-vertical-1793 { padding-top: 1793px !important; padding-bottom: 1793px !important; }
.util-elevation-level-1794 { box-shadow: 0 1794px 3588px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1794 { border-radius: 1794px !important; }
.util-spacing-gap-1794 { gap: 1794px !important; }
.util-pad-vertical-1794 { padding-top: 1794px !important; padding-bottom: 1794px !important; }
.util-elevation-level-1795 { box-shadow: 0 1795px 3590px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1795 { border-radius: 1795px !important; }
.util-spacing-gap-1795 { gap: 1795px !important; }
.util-pad-vertical-1795 { padding-top: 1795px !important; padding-bottom: 1795px !important; }
.util-elevation-level-1796 { box-shadow: 0 1796px 3592px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1796 { border-radius: 1796px !important; }
.util-spacing-gap-1796 { gap: 1796px !important; }
.util-pad-vertical-1796 { padding-top: 1796px !important; padding-bottom: 1796px !important; }
.util-elevation-level-1797 { box-shadow: 0 1797px 3594px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1797 { border-radius: 1797px !important; }
.util-spacing-gap-1797 { gap: 1797px !important; }
.util-pad-vertical-1797 { padding-top: 1797px !important; padding-bottom: 1797px !important; }
.util-elevation-level-1798 { box-shadow: 0 1798px 3596px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1798 { border-radius: 1798px !important; }
.util-spacing-gap-1798 { gap: 1798px !important; }
.util-pad-vertical-1798 { padding-top: 1798px !important; padding-bottom: 1798px !important; }
.util-elevation-level-1799 { box-shadow: 0 1799px 3598px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1799 { border-radius: 1799px !important; }
.util-spacing-gap-1799 { gap: 1799px !important; }
.util-pad-vertical-1799 { padding-top: 1799px !important; padding-bottom: 1799px !important; }
.util-elevation-level-1800 { box-shadow: 0 1800px 3600px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1800 { border-radius: 1800px !important; }
.util-spacing-gap-1800 { gap: 1800px !important; }
.util-pad-vertical-1800 { padding-top: 1800px !important; padding-bottom: 1800px !important; }
.util-elevation-level-1801 { box-shadow: 0 1801px 3602px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1801 { border-radius: 1801px !important; }
.util-spacing-gap-1801 { gap: 1801px !important; }
.util-pad-vertical-1801 { padding-top: 1801px !important; padding-bottom: 1801px !important; }
.util-elevation-level-1802 { box-shadow: 0 1802px 3604px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1802 { border-radius: 1802px !important; }
.util-spacing-gap-1802 { gap: 1802px !important; }
.util-pad-vertical-1802 { padding-top: 1802px !important; padding-bottom: 1802px !important; }
.util-elevation-level-1803 { box-shadow: 0 1803px 3606px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1803 { border-radius: 1803px !important; }
.util-spacing-gap-1803 { gap: 1803px !important; }
.util-pad-vertical-1803 { padding-top: 1803px !important; padding-bottom: 1803px !important; }
.util-elevation-level-1804 { box-shadow: 0 1804px 3608px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1804 { border-radius: 1804px !important; }
.util-spacing-gap-1804 { gap: 1804px !important; }
.util-pad-vertical-1804 { padding-top: 1804px !important; padding-bottom: 1804px !important; }
.util-elevation-level-1805 { box-shadow: 0 1805px 3610px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1805 { border-radius: 1805px !important; }
.util-spacing-gap-1805 { gap: 1805px !important; }
.util-pad-vertical-1805 { padding-top: 1805px !important; padding-bottom: 1805px !important; }
.util-elevation-level-1806 { box-shadow: 0 1806px 3612px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1806 { border-radius: 1806px !important; }
.util-spacing-gap-1806 { gap: 1806px !important; }
.util-pad-vertical-1806 { padding-top: 1806px !important; padding-bottom: 1806px !important; }
.util-elevation-level-1807 { box-shadow: 0 1807px 3614px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1807 { border-radius: 1807px !important; }
.util-spacing-gap-1807 { gap: 1807px !important; }
.util-pad-vertical-1807 { padding-top: 1807px !important; padding-bottom: 1807px !important; }
.util-elevation-level-1808 { box-shadow: 0 1808px 3616px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1808 { border-radius: 1808px !important; }
.util-spacing-gap-1808 { gap: 1808px !important; }
.util-pad-vertical-1808 { padding-top: 1808px !important; padding-bottom: 1808px !important; }
.util-elevation-level-1809 { box-shadow: 0 1809px 3618px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1809 { border-radius: 1809px !important; }
.util-spacing-gap-1809 { gap: 1809px !important; }
.util-pad-vertical-1809 { padding-top: 1809px !important; padding-bottom: 1809px !important; }
.util-elevation-level-1810 { box-shadow: 0 1810px 3620px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1810 { border-radius: 1810px !important; }
.util-spacing-gap-1810 { gap: 1810px !important; }
.util-pad-vertical-1810 { padding-top: 1810px !important; padding-bottom: 1810px !important; }
.util-elevation-level-1811 { box-shadow: 0 1811px 3622px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1811 { border-radius: 1811px !important; }
.util-spacing-gap-1811 { gap: 1811px !important; }
.util-pad-vertical-1811 { padding-top: 1811px !important; padding-bottom: 1811px !important; }
.util-elevation-level-1812 { box-shadow: 0 1812px 3624px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1812 { border-radius: 1812px !important; }
.util-spacing-gap-1812 { gap: 1812px !important; }
.util-pad-vertical-1812 { padding-top: 1812px !important; padding-bottom: 1812px !important; }
.util-elevation-level-1813 { box-shadow: 0 1813px 3626px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1813 { border-radius: 1813px !important; }
.util-spacing-gap-1813 { gap: 1813px !important; }
.util-pad-vertical-1813 { padding-top: 1813px !important; padding-bottom: 1813px !important; }
.util-elevation-level-1814 { box-shadow: 0 1814px 3628px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1814 { border-radius: 1814px !important; }
.util-spacing-gap-1814 { gap: 1814px !important; }
.util-pad-vertical-1814 { padding-top: 1814px !important; padding-bottom: 1814px !important; }
.util-elevation-level-1815 { box-shadow: 0 1815px 3630px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1815 { border-radius: 1815px !important; }
.util-spacing-gap-1815 { gap: 1815px !important; }
.util-pad-vertical-1815 { padding-top: 1815px !important; padding-bottom: 1815px !important; }
.util-elevation-level-1816 { box-shadow: 0 1816px 3632px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1816 { border-radius: 1816px !important; }
.util-spacing-gap-1816 { gap: 1816px !important; }
.util-pad-vertical-1816 { padding-top: 1816px !important; padding-bottom: 1816px !important; }
.util-elevation-level-1817 { box-shadow: 0 1817px 3634px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1817 { border-radius: 1817px !important; }
.util-spacing-gap-1817 { gap: 1817px !important; }
.util-pad-vertical-1817 { padding-top: 1817px !important; padding-bottom: 1817px !important; }
.util-elevation-level-1818 { box-shadow: 0 1818px 3636px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1818 { border-radius: 1818px !important; }
.util-spacing-gap-1818 { gap: 1818px !important; }
.util-pad-vertical-1818 { padding-top: 1818px !important; padding-bottom: 1818px !important; }
.util-elevation-level-1819 { box-shadow: 0 1819px 3638px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1819 { border-radius: 1819px !important; }
.util-spacing-gap-1819 { gap: 1819px !important; }
.util-pad-vertical-1819 { padding-top: 1819px !important; padding-bottom: 1819px !important; }
.util-elevation-level-1820 { box-shadow: 0 1820px 3640px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1820 { border-radius: 1820px !important; }
.util-spacing-gap-1820 { gap: 1820px !important; }
.util-pad-vertical-1820 { padding-top: 1820px !important; padding-bottom: 1820px !important; }
.util-elevation-level-1821 { box-shadow: 0 1821px 3642px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1821 { border-radius: 1821px !important; }
.util-spacing-gap-1821 { gap: 1821px !important; }
.util-pad-vertical-1821 { padding-top: 1821px !important; padding-bottom: 1821px !important; }
.util-elevation-level-1822 { box-shadow: 0 1822px 3644px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1822 { border-radius: 1822px !important; }
.util-spacing-gap-1822 { gap: 1822px !important; }
.util-pad-vertical-1822 { padding-top: 1822px !important; padding-bottom: 1822px !important; }
.util-elevation-level-1823 { box-shadow: 0 1823px 3646px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1823 { border-radius: 1823px !important; }
.util-spacing-gap-1823 { gap: 1823px !important; }
.util-pad-vertical-1823 { padding-top: 1823px !important; padding-bottom: 1823px !important; }
.util-elevation-level-1824 { box-shadow: 0 1824px 3648px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1824 { border-radius: 1824px !important; }
.util-spacing-gap-1824 { gap: 1824px !important; }
.util-pad-vertical-1824 { padding-top: 1824px !important; padding-bottom: 1824px !important; }
.util-elevation-level-1825 { box-shadow: 0 1825px 3650px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1825 { border-radius: 1825px !important; }
.util-spacing-gap-1825 { gap: 1825px !important; }
.util-pad-vertical-1825 { padding-top: 1825px !important; padding-bottom: 1825px !important; }
.util-elevation-level-1826 { box-shadow: 0 1826px 3652px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1826 { border-radius: 1826px !important; }
.util-spacing-gap-1826 { gap: 1826px !important; }
.util-pad-vertical-1826 { padding-top: 1826px !important; padding-bottom: 1826px !important; }
.util-elevation-level-1827 { box-shadow: 0 1827px 3654px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1827 { border-radius: 1827px !important; }
.util-spacing-gap-1827 { gap: 1827px !important; }
.util-pad-vertical-1827 { padding-top: 1827px !important; padding-bottom: 1827px !important; }
.util-elevation-level-1828 { box-shadow: 0 1828px 3656px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1828 { border-radius: 1828px !important; }
.util-spacing-gap-1828 { gap: 1828px !important; }
.util-pad-vertical-1828 { padding-top: 1828px !important; padding-bottom: 1828px !important; }
.util-elevation-level-1829 { box-shadow: 0 1829px 3658px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1829 { border-radius: 1829px !important; }
.util-spacing-gap-1829 { gap: 1829px !important; }
.util-pad-vertical-1829 { padding-top: 1829px !important; padding-bottom: 1829px !important; }
.util-elevation-level-1830 { box-shadow: 0 1830px 3660px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1830 { border-radius: 1830px !important; }
.util-spacing-gap-1830 { gap: 1830px !important; }
.util-pad-vertical-1830 { padding-top: 1830px !important; padding-bottom: 1830px !important; }
.util-elevation-level-1831 { box-shadow: 0 1831px 3662px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1831 { border-radius: 1831px !important; }
.util-spacing-gap-1831 { gap: 1831px !important; }
.util-pad-vertical-1831 { padding-top: 1831px !important; padding-bottom: 1831px !important; }
.util-elevation-level-1832 { box-shadow: 0 1832px 3664px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1832 { border-radius: 1832px !important; }
.util-spacing-gap-1832 { gap: 1832px !important; }
.util-pad-vertical-1832 { padding-top: 1832px !important; padding-bottom: 1832px !important; }
.util-elevation-level-1833 { box-shadow: 0 1833px 3666px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1833 { border-radius: 1833px !important; }
.util-spacing-gap-1833 { gap: 1833px !important; }
.util-pad-vertical-1833 { padding-top: 1833px !important; padding-bottom: 1833px !important; }
.util-elevation-level-1834 { box-shadow: 0 1834px 3668px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1834 { border-radius: 1834px !important; }
.util-spacing-gap-1834 { gap: 1834px !important; }
.util-pad-vertical-1834 { padding-top: 1834px !important; padding-bottom: 1834px !important; }
.util-elevation-level-1835 { box-shadow: 0 1835px 3670px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1835 { border-radius: 1835px !important; }
.util-spacing-gap-1835 { gap: 1835px !important; }
.util-pad-vertical-1835 { padding-top: 1835px !important; padding-bottom: 1835px !important; }
.util-elevation-level-1836 { box-shadow: 0 1836px 3672px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1836 { border-radius: 1836px !important; }
.util-spacing-gap-1836 { gap: 1836px !important; }
.util-pad-vertical-1836 { padding-top: 1836px !important; padding-bottom: 1836px !important; }
.util-elevation-level-1837 { box-shadow: 0 1837px 3674px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1837 { border-radius: 1837px !important; }
.util-spacing-gap-1837 { gap: 1837px !important; }
.util-pad-vertical-1837 { padding-top: 1837px !important; padding-bottom: 1837px !important; }
.util-elevation-level-1838 { box-shadow: 0 1838px 3676px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1838 { border-radius: 1838px !important; }
.util-spacing-gap-1838 { gap: 1838px !important; }
.util-pad-vertical-1838 { padding-top: 1838px !important; padding-bottom: 1838px !important; }
.util-elevation-level-1839 { box-shadow: 0 1839px 3678px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1839 { border-radius: 1839px !important; }
.util-spacing-gap-1839 { gap: 1839px !important; }
.util-pad-vertical-1839 { padding-top: 1839px !important; padding-bottom: 1839px !important; }
.util-elevation-level-1840 { box-shadow: 0 1840px 3680px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1840 { border-radius: 1840px !important; }
.util-spacing-gap-1840 { gap: 1840px !important; }
.util-pad-vertical-1840 { padding-top: 1840px !important; padding-bottom: 1840px !important; }
.util-elevation-level-1841 { box-shadow: 0 1841px 3682px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1841 { border-radius: 1841px !important; }
.util-spacing-gap-1841 { gap: 1841px !important; }
.util-pad-vertical-1841 { padding-top: 1841px !important; padding-bottom: 1841px !important; }
.util-elevation-level-1842 { box-shadow: 0 1842px 3684px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1842 { border-radius: 1842px !important; }
.util-spacing-gap-1842 { gap: 1842px !important; }
.util-pad-vertical-1842 { padding-top: 1842px !important; padding-bottom: 1842px !important; }
.util-elevation-level-1843 { box-shadow: 0 1843px 3686px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1843 { border-radius: 1843px !important; }
.util-spacing-gap-1843 { gap: 1843px !important; }
.util-pad-vertical-1843 { padding-top: 1843px !important; padding-bottom: 1843px !important; }
.util-elevation-level-1844 { box-shadow: 0 1844px 3688px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1844 { border-radius: 1844px !important; }
.util-spacing-gap-1844 { gap: 1844px !important; }
.util-pad-vertical-1844 { padding-top: 1844px !important; padding-bottom: 1844px !important; }
.util-elevation-level-1845 { box-shadow: 0 1845px 3690px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1845 { border-radius: 1845px !important; }
.util-spacing-gap-1845 { gap: 1845px !important; }
.util-pad-vertical-1845 { padding-top: 1845px !important; padding-bottom: 1845px !important; }
.util-elevation-level-1846 { box-shadow: 0 1846px 3692px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1846 { border-radius: 1846px !important; }
.util-spacing-gap-1846 { gap: 1846px !important; }
.util-pad-vertical-1846 { padding-top: 1846px !important; padding-bottom: 1846px !important; }
.util-elevation-level-1847 { box-shadow: 0 1847px 3694px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1847 { border-radius: 1847px !important; }
.util-spacing-gap-1847 { gap: 1847px !important; }
.util-pad-vertical-1847 { padding-top: 1847px !important; padding-bottom: 1847px !important; }
.util-elevation-level-1848 { box-shadow: 0 1848px 3696px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1848 { border-radius: 1848px !important; }
.util-spacing-gap-1848 { gap: 1848px !important; }
.util-pad-vertical-1848 { padding-top: 1848px !important; padding-bottom: 1848px !important; }
.util-elevation-level-1849 { box-shadow: 0 1849px 3698px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1849 { border-radius: 1849px !important; }
.util-spacing-gap-1849 { gap: 1849px !important; }
.util-pad-vertical-1849 { padding-top: 1849px !important; padding-bottom: 1849px !important; }
.util-elevation-level-1850 { box-shadow: 0 1850px 3700px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1850 { border-radius: 1850px !important; }
.util-spacing-gap-1850 { gap: 1850px !important; }
.util-pad-vertical-1850 { padding-top: 1850px !important; padding-bottom: 1850px !important; }
.util-elevation-level-1851 { box-shadow: 0 1851px 3702px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1851 { border-radius: 1851px !important; }
.util-spacing-gap-1851 { gap: 1851px !important; }
.util-pad-vertical-1851 { padding-top: 1851px !important; padding-bottom: 1851px !important; }
.util-elevation-level-1852 { box-shadow: 0 1852px 3704px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1852 { border-radius: 1852px !important; }
.util-spacing-gap-1852 { gap: 1852px !important; }
.util-pad-vertical-1852 { padding-top: 1852px !important; padding-bottom: 1852px !important; }
.util-elevation-level-1853 { box-shadow: 0 1853px 3706px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1853 { border-radius: 1853px !important; }
.util-spacing-gap-1853 { gap: 1853px !important; }
.util-pad-vertical-1853 { padding-top: 1853px !important; padding-bottom: 1853px !important; }
.util-elevation-level-1854 { box-shadow: 0 1854px 3708px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1854 { border-radius: 1854px !important; }
.util-spacing-gap-1854 { gap: 1854px !important; }
.util-pad-vertical-1854 { padding-top: 1854px !important; padding-bottom: 1854px !important; }
.util-elevation-level-1855 { box-shadow: 0 1855px 3710px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1855 { border-radius: 1855px !important; }
.util-spacing-gap-1855 { gap: 1855px !important; }
.util-pad-vertical-1855 { padding-top: 1855px !important; padding-bottom: 1855px !important; }
.util-elevation-level-1856 { box-shadow: 0 1856px 3712px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1856 { border-radius: 1856px !important; }
.util-spacing-gap-1856 { gap: 1856px !important; }
.util-pad-vertical-1856 { padding-top: 1856px !important; padding-bottom: 1856px !important; }
.util-elevation-level-1857 { box-shadow: 0 1857px 3714px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1857 { border-radius: 1857px !important; }
.util-spacing-gap-1857 { gap: 1857px !important; }
.util-pad-vertical-1857 { padding-top: 1857px !important; padding-bottom: 1857px !important; }
.util-elevation-level-1858 { box-shadow: 0 1858px 3716px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1858 { border-radius: 1858px !important; }
.util-spacing-gap-1858 { gap: 1858px !important; }
.util-pad-vertical-1858 { padding-top: 1858px !important; padding-bottom: 1858px !important; }
.util-elevation-level-1859 { box-shadow: 0 1859px 3718px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1859 { border-radius: 1859px !important; }
.util-spacing-gap-1859 { gap: 1859px !important; }
.util-pad-vertical-1859 { padding-top: 1859px !important; padding-bottom: 1859px !important; }
.util-elevation-level-1860 { box-shadow: 0 1860px 3720px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1860 { border-radius: 1860px !important; }
.util-spacing-gap-1860 { gap: 1860px !important; }
.util-pad-vertical-1860 { padding-top: 1860px !important; padding-bottom: 1860px !important; }
.util-elevation-level-1861 { box-shadow: 0 1861px 3722px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1861 { border-radius: 1861px !important; }
.util-spacing-gap-1861 { gap: 1861px !important; }
.util-pad-vertical-1861 { padding-top: 1861px !important; padding-bottom: 1861px !important; }
.util-elevation-level-1862 { box-shadow: 0 1862px 3724px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1862 { border-radius: 1862px !important; }
.util-spacing-gap-1862 { gap: 1862px !important; }
.util-pad-vertical-1862 { padding-top: 1862px !important; padding-bottom: 1862px !important; }
.util-elevation-level-1863 { box-shadow: 0 1863px 3726px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1863 { border-radius: 1863px !important; }
.util-spacing-gap-1863 { gap: 1863px !important; }
.util-pad-vertical-1863 { padding-top: 1863px !important; padding-bottom: 1863px !important; }
.util-elevation-level-1864 { box-shadow: 0 1864px 3728px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1864 { border-radius: 1864px !important; }
.util-spacing-gap-1864 { gap: 1864px !important; }
.util-pad-vertical-1864 { padding-top: 1864px !important; padding-bottom: 1864px !important; }
.util-elevation-level-1865 { box-shadow: 0 1865px 3730px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1865 { border-radius: 1865px !important; }
.util-spacing-gap-1865 { gap: 1865px !important; }
.util-pad-vertical-1865 { padding-top: 1865px !important; padding-bottom: 1865px !important; }
.util-elevation-level-1866 { box-shadow: 0 1866px 3732px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1866 { border-radius: 1866px !important; }
.util-spacing-gap-1866 { gap: 1866px !important; }
.util-pad-vertical-1866 { padding-top: 1866px !important; padding-bottom: 1866px !important; }
.util-elevation-level-1867 { box-shadow: 0 1867px 3734px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1867 { border-radius: 1867px !important; }
.util-spacing-gap-1867 { gap: 1867px !important; }
.util-pad-vertical-1867 { padding-top: 1867px !important; padding-bottom: 1867px !important; }
.util-elevation-level-1868 { box-shadow: 0 1868px 3736px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1868 { border-radius: 1868px !important; }
.util-spacing-gap-1868 { gap: 1868px !important; }
.util-pad-vertical-1868 { padding-top: 1868px !important; padding-bottom: 1868px !important; }
.util-elevation-level-1869 { box-shadow: 0 1869px 3738px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1869 { border-radius: 1869px !important; }
.util-spacing-gap-1869 { gap: 1869px !important; }
.util-pad-vertical-1869 { padding-top: 1869px !important; padding-bottom: 1869px !important; }
.util-elevation-level-1870 { box-shadow: 0 1870px 3740px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1870 { border-radius: 1870px !important; }
.util-spacing-gap-1870 { gap: 1870px !important; }
.util-pad-vertical-1870 { padding-top: 1870px !important; padding-bottom: 1870px !important; }
.util-elevation-level-1871 { box-shadow: 0 1871px 3742px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1871 { border-radius: 1871px !important; }
.util-spacing-gap-1871 { gap: 1871px !important; }
.util-pad-vertical-1871 { padding-top: 1871px !important; padding-bottom: 1871px !important; }
.util-elevation-level-1872 { box-shadow: 0 1872px 3744px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1872 { border-radius: 1872px !important; }
.util-spacing-gap-1872 { gap: 1872px !important; }
.util-pad-vertical-1872 { padding-top: 1872px !important; padding-bottom: 1872px !important; }
.util-elevation-level-1873 { box-shadow: 0 1873px 3746px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1873 { border-radius: 1873px !important; }
.util-spacing-gap-1873 { gap: 1873px !important; }
.util-pad-vertical-1873 { padding-top: 1873px !important; padding-bottom: 1873px !important; }
.util-elevation-level-1874 { box-shadow: 0 1874px 3748px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1874 { border-radius: 1874px !important; }
.util-spacing-gap-1874 { gap: 1874px !important; }
.util-pad-vertical-1874 { padding-top: 1874px !important; padding-bottom: 1874px !important; }
.util-elevation-level-1875 { box-shadow: 0 1875px 3750px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1875 { border-radius: 1875px !important; }
.util-spacing-gap-1875 { gap: 1875px !important; }
.util-pad-vertical-1875 { padding-top: 1875px !important; padding-bottom: 1875px !important; }
.util-elevation-level-1876 { box-shadow: 0 1876px 3752px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1876 { border-radius: 1876px !important; }
.util-spacing-gap-1876 { gap: 1876px !important; }
.util-pad-vertical-1876 { padding-top: 1876px !important; padding-bottom: 1876px !important; }
.util-elevation-level-1877 { box-shadow: 0 1877px 3754px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1877 { border-radius: 1877px !important; }
.util-spacing-gap-1877 { gap: 1877px !important; }
.util-pad-vertical-1877 { padding-top: 1877px !important; padding-bottom: 1877px !important; }
.util-elevation-level-1878 { box-shadow: 0 1878px 3756px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1878 { border-radius: 1878px !important; }
.util-spacing-gap-1878 { gap: 1878px !important; }
.util-pad-vertical-1878 { padding-top: 1878px !important; padding-bottom: 1878px !important; }
.util-elevation-level-1879 { box-shadow: 0 1879px 3758px rgba(15, 23, 42, 0.04) !important; }
.util-radius-custom-1879 { border-radius: 1879px !important; }
.util-spacing-gap-1879 { gap: 1879px !important; }
.util-pad-vertical-1879 { padding-top: 1879px !important; padding-bottom: 1879px !important; }
.util-elevation-level-1880 { box-shadow: 0 1880px 3760px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1880 { border-radius: 1880px !important; }
.util-spacing-gap-1880 { gap: 1880px !important; }
.util-pad-vertical-1880 { padding-top: 1880px !important; padding-bottom: 1880px !important; }
.util-elevation-level-1881 { box-shadow: 0 1881px 3762px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1881 { border-radius: 1881px !important; }
.util-spacing-gap-1881 { gap: 1881px !important; }
.util-pad-vertical-1881 { padding-top: 1881px !important; padding-bottom: 1881px !important; }
.util-elevation-level-1882 { box-shadow: 0 1882px 3764px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1882 { border-radius: 1882px !important; }
.util-spacing-gap-1882 { gap: 1882px !important; }
.util-pad-vertical-1882 { padding-top: 1882px !important; padding-bottom: 1882px !important; }
.util-elevation-level-1883 { box-shadow: 0 1883px 3766px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1883 { border-radius: 1883px !important; }
.util-spacing-gap-1883 { gap: 1883px !important; }
.util-pad-vertical-1883 { padding-top: 1883px !important; padding-bottom: 1883px !important; }
.util-elevation-level-1884 { box-shadow: 0 1884px 3768px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1884 { border-radius: 1884px !important; }
.util-spacing-gap-1884 { gap: 1884px !important; }
.util-pad-vertical-1884 { padding-top: 1884px !important; padding-bottom: 1884px !important; }
.util-elevation-level-1885 { box-shadow: 0 1885px 3770px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1885 { border-radius: 1885px !important; }
.util-spacing-gap-1885 { gap: 1885px !important; }
.util-pad-vertical-1885 { padding-top: 1885px !important; padding-bottom: 1885px !important; }
.util-elevation-level-1886 { box-shadow: 0 1886px 3772px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1886 { border-radius: 1886px !important; }
.util-spacing-gap-1886 { gap: 1886px !important; }
.util-pad-vertical-1886 { padding-top: 1886px !important; padding-bottom: 1886px !important; }
.util-elevation-level-1887 { box-shadow: 0 1887px 3774px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1887 { border-radius: 1887px !important; }
.util-spacing-gap-1887 { gap: 1887px !important; }
.util-pad-vertical-1887 { padding-top: 1887px !important; padding-bottom: 1887px !important; }
.util-elevation-level-1888 { box-shadow: 0 1888px 3776px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1888 { border-radius: 1888px !important; }
.util-spacing-gap-1888 { gap: 1888px !important; }
.util-pad-vertical-1888 { padding-top: 1888px !important; padding-bottom: 1888px !important; }
.util-elevation-level-1889 { box-shadow: 0 1889px 3778px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1889 { border-radius: 1889px !important; }
.util-spacing-gap-1889 { gap: 1889px !important; }
.util-pad-vertical-1889 { padding-top: 1889px !important; padding-bottom: 1889px !important; }
.util-elevation-level-1890 { box-shadow: 0 1890px 3780px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1890 { border-radius: 1890px !important; }
.util-spacing-gap-1890 { gap: 1890px !important; }
.util-pad-vertical-1890 { padding-top: 1890px !important; padding-bottom: 1890px !important; }
.util-elevation-level-1891 { box-shadow: 0 1891px 3782px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1891 { border-radius: 1891px !important; }
.util-spacing-gap-1891 { gap: 1891px !important; }
.util-pad-vertical-1891 { padding-top: 1891px !important; padding-bottom: 1891px !important; }
.util-elevation-level-1892 { box-shadow: 0 1892px 3784px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1892 { border-radius: 1892px !important; }
.util-spacing-gap-1892 { gap: 1892px !important; }
.util-pad-vertical-1892 { padding-top: 1892px !important; padding-bottom: 1892px !important; }
.util-elevation-level-1893 { box-shadow: 0 1893px 3786px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1893 { border-radius: 1893px !important; }
.util-spacing-gap-1893 { gap: 1893px !important; }
.util-pad-vertical-1893 { padding-top: 1893px !important; padding-bottom: 1893px !important; }
.util-elevation-level-1894 { box-shadow: 0 1894px 3788px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1894 { border-radius: 1894px !important; }
.util-spacing-gap-1894 { gap: 1894px !important; }
.util-pad-vertical-1894 { padding-top: 1894px !important; padding-bottom: 1894px !important; }
.util-elevation-level-1895 { box-shadow: 0 1895px 3790px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1895 { border-radius: 1895px !important; }
.util-spacing-gap-1895 { gap: 1895px !important; }
.util-pad-vertical-1895 { padding-top: 1895px !important; padding-bottom: 1895px !important; }
.util-elevation-level-1896 { box-shadow: 0 1896px 3792px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1896 { border-radius: 1896px !important; }
.util-spacing-gap-1896 { gap: 1896px !important; }
.util-pad-vertical-1896 { padding-top: 1896px !important; padding-bottom: 1896px !important; }
.util-elevation-level-1897 { box-shadow: 0 1897px 3794px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1897 { border-radius: 1897px !important; }
.util-spacing-gap-1897 { gap: 1897px !important; }
.util-pad-vertical-1897 { padding-top: 1897px !important; padding-bottom: 1897px !important; }
.util-elevation-level-1898 { box-shadow: 0 1898px 3796px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1898 { border-radius: 1898px !important; }
.util-spacing-gap-1898 { gap: 1898px !important; }
.util-pad-vertical-1898 { padding-top: 1898px !important; padding-bottom: 1898px !important; }
.util-elevation-level-1899 { box-shadow: 0 1899px 3798px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1899 { border-radius: 1899px !important; }
.util-spacing-gap-1899 { gap: 1899px !important; }
.util-pad-vertical-1899 { padding-top: 1899px !important; padding-bottom: 1899px !important; }
.util-elevation-level-1900 { box-shadow: 0 1900px 3800px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1900 { border-radius: 1900px !important; }
.util-spacing-gap-1900 { gap: 1900px !important; }
.util-pad-vertical-1900 { padding-top: 1900px !important; padding-bottom: 1900px !important; }
.util-elevation-level-1901 { box-shadow: 0 1901px 3802px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1901 { border-radius: 1901px !important; }
.util-spacing-gap-1901 { gap: 1901px !important; }
.util-pad-vertical-1901 { padding-top: 1901px !important; padding-bottom: 1901px !important; }
.util-elevation-level-1902 { box-shadow: 0 1902px 3804px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1902 { border-radius: 1902px !important; }
.util-spacing-gap-1902 { gap: 1902px !important; }
.util-pad-vertical-1902 { padding-top: 1902px !important; padding-bottom: 1902px !important; }
.util-elevation-level-1903 { box-shadow: 0 1903px 3806px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1903 { border-radius: 1903px !important; }
.util-spacing-gap-1903 { gap: 1903px !important; }
.util-pad-vertical-1903 { padding-top: 1903px !important; padding-bottom: 1903px !important; }
.util-elevation-level-1904 { box-shadow: 0 1904px 3808px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1904 { border-radius: 1904px !important; }
.util-spacing-gap-1904 { gap: 1904px !important; }
.util-pad-vertical-1904 { padding-top: 1904px !important; padding-bottom: 1904px !important; }
.util-elevation-level-1905 { box-shadow: 0 1905px 3810px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1905 { border-radius: 1905px !important; }
.util-spacing-gap-1905 { gap: 1905px !important; }
.util-pad-vertical-1905 { padding-top: 1905px !important; padding-bottom: 1905px !important; }
.util-elevation-level-1906 { box-shadow: 0 1906px 3812px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1906 { border-radius: 1906px !important; }
.util-spacing-gap-1906 { gap: 1906px !important; }
.util-pad-vertical-1906 { padding-top: 1906px !important; padding-bottom: 1906px !important; }
.util-elevation-level-1907 { box-shadow: 0 1907px 3814px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1907 { border-radius: 1907px !important; }
.util-spacing-gap-1907 { gap: 1907px !important; }
.util-pad-vertical-1907 { padding-top: 1907px !important; padding-bottom: 1907px !important; }
.util-elevation-level-1908 { box-shadow: 0 1908px 3816px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1908 { border-radius: 1908px !important; }
.util-spacing-gap-1908 { gap: 1908px !important; }
.util-pad-vertical-1908 { padding-top: 1908px !important; padding-bottom: 1908px !important; }
.util-elevation-level-1909 { box-shadow: 0 1909px 3818px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1909 { border-radius: 1909px !important; }
.util-spacing-gap-1909 { gap: 1909px !important; }
.util-pad-vertical-1909 { padding-top: 1909px !important; padding-bottom: 1909px !important; }
.util-elevation-level-1910 { box-shadow: 0 1910px 3820px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1910 { border-radius: 1910px !important; }
.util-spacing-gap-1910 { gap: 1910px !important; }
.util-pad-vertical-1910 { padding-top: 1910px !important; padding-bottom: 1910px !important; }
.util-elevation-level-1911 { box-shadow: 0 1911px 3822px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1911 { border-radius: 1911px !important; }
.util-spacing-gap-1911 { gap: 1911px !important; }
.util-pad-vertical-1911 { padding-top: 1911px !important; padding-bottom: 1911px !important; }
.util-elevation-level-1912 { box-shadow: 0 1912px 3824px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1912 { border-radius: 1912px !important; }
.util-spacing-gap-1912 { gap: 1912px !important; }
.util-pad-vertical-1912 { padding-top: 1912px !important; padding-bottom: 1912px !important; }
.util-elevation-level-1913 { box-shadow: 0 1913px 3826px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1913 { border-radius: 1913px !important; }
.util-spacing-gap-1913 { gap: 1913px !important; }
.util-pad-vertical-1913 { padding-top: 1913px !important; padding-bottom: 1913px !important; }
.util-elevation-level-1914 { box-shadow: 0 1914px 3828px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1914 { border-radius: 1914px !important; }
.util-spacing-gap-1914 { gap: 1914px !important; }
.util-pad-vertical-1914 { padding-top: 1914px !important; padding-bottom: 1914px !important; }
.util-elevation-level-1915 { box-shadow: 0 1915px 3830px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1915 { border-radius: 1915px !important; }
.util-spacing-gap-1915 { gap: 1915px !important; }
.util-pad-vertical-1915 { padding-top: 1915px !important; padding-bottom: 1915px !important; }
.util-elevation-level-1916 { box-shadow: 0 1916px 3832px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1916 { border-radius: 1916px !important; }
.util-spacing-gap-1916 { gap: 1916px !important; }
.util-pad-vertical-1916 { padding-top: 1916px !important; padding-bottom: 1916px !important; }
.util-elevation-level-1917 { box-shadow: 0 1917px 3834px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1917 { border-radius: 1917px !important; }
.util-spacing-gap-1917 { gap: 1917px !important; }
.util-pad-vertical-1917 { padding-top: 1917px !important; padding-bottom: 1917px !important; }
.util-elevation-level-1918 { box-shadow: 0 1918px 3836px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1918 { border-radius: 1918px !important; }
.util-spacing-gap-1918 { gap: 1918px !important; }
.util-pad-vertical-1918 { padding-top: 1918px !important; padding-bottom: 1918px !important; }
.util-elevation-level-1919 { box-shadow: 0 1919px 3838px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1919 { border-radius: 1919px !important; }
.util-spacing-gap-1919 { gap: 1919px !important; }
.util-pad-vertical-1919 { padding-top: 1919px !important; padding-bottom: 1919px !important; }
.util-elevation-level-1920 { box-shadow: 0 1920px 3840px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1920 { border-radius: 1920px !important; }
.util-spacing-gap-1920 { gap: 1920px !important; }
.util-pad-vertical-1920 { padding-top: 1920px !important; padding-bottom: 1920px !important; }
.util-elevation-level-1921 { box-shadow: 0 1921px 3842px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1921 { border-radius: 1921px !important; }
.util-spacing-gap-1921 { gap: 1921px !important; }
.util-pad-vertical-1921 { padding-top: 1921px !important; padding-bottom: 1921px !important; }
.util-elevation-level-1922 { box-shadow: 0 1922px 3844px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1922 { border-radius: 1922px !important; }
.util-spacing-gap-1922 { gap: 1922px !important; }
.util-pad-vertical-1922 { padding-top: 1922px !important; padding-bottom: 1922px !important; }
.util-elevation-level-1923 { box-shadow: 0 1923px 3846px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1923 { border-radius: 1923px !important; }
.util-spacing-gap-1923 { gap: 1923px !important; }
.util-pad-vertical-1923 { padding-top: 1923px !important; padding-bottom: 1923px !important; }
.util-elevation-level-1924 { box-shadow: 0 1924px 3848px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1924 { border-radius: 1924px !important; }
.util-spacing-gap-1924 { gap: 1924px !important; }
.util-pad-vertical-1924 { padding-top: 1924px !important; padding-bottom: 1924px !important; }
.util-elevation-level-1925 { box-shadow: 0 1925px 3850px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1925 { border-radius: 1925px !important; }
.util-spacing-gap-1925 { gap: 1925px !important; }
.util-pad-vertical-1925 { padding-top: 1925px !important; padding-bottom: 1925px !important; }
.util-elevation-level-1926 { box-shadow: 0 1926px 3852px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1926 { border-radius: 1926px !important; }
.util-spacing-gap-1926 { gap: 1926px !important; }
.util-pad-vertical-1926 { padding-top: 1926px !important; padding-bottom: 1926px !important; }
.util-elevation-level-1927 { box-shadow: 0 1927px 3854px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1927 { border-radius: 1927px !important; }
.util-spacing-gap-1927 { gap: 1927px !important; }
.util-pad-vertical-1927 { padding-top: 1927px !important; padding-bottom: 1927px !important; }
.util-elevation-level-1928 { box-shadow: 0 1928px 3856px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1928 { border-radius: 1928px !important; }
.util-spacing-gap-1928 { gap: 1928px !important; }
.util-pad-vertical-1928 { padding-top: 1928px !important; padding-bottom: 1928px !important; }
.util-elevation-level-1929 { box-shadow: 0 1929px 3858px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1929 { border-radius: 1929px !important; }
.util-spacing-gap-1929 { gap: 1929px !important; }
.util-pad-vertical-1929 { padding-top: 1929px !important; padding-bottom: 1929px !important; }
.util-elevation-level-1930 { box-shadow: 0 1930px 3860px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1930 { border-radius: 1930px !important; }
.util-spacing-gap-1930 { gap: 1930px !important; }
.util-pad-vertical-1930 { padding-top: 1930px !important; padding-bottom: 1930px !important; }
.util-elevation-level-1931 { box-shadow: 0 1931px 3862px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1931 { border-radius: 1931px !important; }
.util-spacing-gap-1931 { gap: 1931px !important; }
.util-pad-vertical-1931 { padding-top: 1931px !important; padding-bottom: 1931px !important; }
.util-elevation-level-1932 { box-shadow: 0 1932px 3864px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1932 { border-radius: 1932px !important; }
.util-spacing-gap-1932 { gap: 1932px !important; }
.util-pad-vertical-1932 { padding-top: 1932px !important; padding-bottom: 1932px !important; }
.util-elevation-level-1933 { box-shadow: 0 1933px 3866px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1933 { border-radius: 1933px !important; }
.util-spacing-gap-1933 { gap: 1933px !important; }
.util-pad-vertical-1933 { padding-top: 1933px !important; padding-bottom: 1933px !important; }
.util-elevation-level-1934 { box-shadow: 0 1934px 3868px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1934 { border-radius: 1934px !important; }
.util-spacing-gap-1934 { gap: 1934px !important; }
.util-pad-vertical-1934 { padding-top: 1934px !important; padding-bottom: 1934px !important; }
.util-elevation-level-1935 { box-shadow: 0 1935px 3870px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1935 { border-radius: 1935px !important; }
.util-spacing-gap-1935 { gap: 1935px !important; }
.util-pad-vertical-1935 { padding-top: 1935px !important; padding-bottom: 1935px !important; }
.util-elevation-level-1936 { box-shadow: 0 1936px 3872px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1936 { border-radius: 1936px !important; }
.util-spacing-gap-1936 { gap: 1936px !important; }
.util-pad-vertical-1936 { padding-top: 1936px !important; padding-bottom: 1936px !important; }
.util-elevation-level-1937 { box-shadow: 0 1937px 3874px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1937 { border-radius: 1937px !important; }
.util-spacing-gap-1937 { gap: 1937px !important; }
.util-pad-vertical-1937 { padding-top: 1937px !important; padding-bottom: 1937px !important; }
.util-elevation-level-1938 { box-shadow: 0 1938px 3876px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1938 { border-radius: 1938px !important; }
.util-spacing-gap-1938 { gap: 1938px !important; }
.util-pad-vertical-1938 { padding-top: 1938px !important; padding-bottom: 1938px !important; }
.util-elevation-level-1939 { box-shadow: 0 1939px 3878px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1939 { border-radius: 1939px !important; }
.util-spacing-gap-1939 { gap: 1939px !important; }
.util-pad-vertical-1939 { padding-top: 1939px !important; padding-bottom: 1939px !important; }
.util-elevation-level-1940 { box-shadow: 0 1940px 3880px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1940 { border-radius: 1940px !important; }
.util-spacing-gap-1940 { gap: 1940px !important; }
.util-pad-vertical-1940 { padding-top: 1940px !important; padding-bottom: 1940px !important; }
.util-elevation-level-1941 { box-shadow: 0 1941px 3882px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1941 { border-radius: 1941px !important; }
.util-spacing-gap-1941 { gap: 1941px !important; }
.util-pad-vertical-1941 { padding-top: 1941px !important; padding-bottom: 1941px !important; }
.util-elevation-level-1942 { box-shadow: 0 1942px 3884px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1942 { border-radius: 1942px !important; }
.util-spacing-gap-1942 { gap: 1942px !important; }
.util-pad-vertical-1942 { padding-top: 1942px !important; padding-bottom: 1942px !important; }
.util-elevation-level-1943 { box-shadow: 0 1943px 3886px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1943 { border-radius: 1943px !important; }
.util-spacing-gap-1943 { gap: 1943px !important; }
.util-pad-vertical-1943 { padding-top: 1943px !important; padding-bottom: 1943px !important; }
.util-elevation-level-1944 { box-shadow: 0 1944px 3888px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1944 { border-radius: 1944px !important; }
.util-spacing-gap-1944 { gap: 1944px !important; }
.util-pad-vertical-1944 { padding-top: 1944px !important; padding-bottom: 1944px !important; }
.util-elevation-level-1945 { box-shadow: 0 1945px 3890px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1945 { border-radius: 1945px !important; }
.util-spacing-gap-1945 { gap: 1945px !important; }
.util-pad-vertical-1945 { padding-top: 1945px !important; padding-bottom: 1945px !important; }
.util-elevation-level-1946 { box-shadow: 0 1946px 3892px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1946 { border-radius: 1946px !important; }
.util-spacing-gap-1946 { gap: 1946px !important; }
.util-pad-vertical-1946 { padding-top: 1946px !important; padding-bottom: 1946px !important; }
.util-elevation-level-1947 { box-shadow: 0 1947px 3894px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1947 { border-radius: 1947px !important; }
.util-spacing-gap-1947 { gap: 1947px !important; }
.util-pad-vertical-1947 { padding-top: 1947px !important; padding-bottom: 1947px !important; }
.util-elevation-level-1948 { box-shadow: 0 1948px 3896px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1948 { border-radius: 1948px !important; }
.util-spacing-gap-1948 { gap: 1948px !important; }
.util-pad-vertical-1948 { padding-top: 1948px !important; padding-bottom: 1948px !important; }
.util-elevation-level-1949 { box-shadow: 0 1949px 3898px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1949 { border-radius: 1949px !important; }
.util-spacing-gap-1949 { gap: 1949px !important; }
.util-pad-vertical-1949 { padding-top: 1949px !important; padding-bottom: 1949px !important; }
.util-elevation-level-1950 { box-shadow: 0 1950px 3900px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1950 { border-radius: 1950px !important; }
.util-spacing-gap-1950 { gap: 1950px !important; }
.util-pad-vertical-1950 { padding-top: 1950px !important; padding-bottom: 1950px !important; }
.util-elevation-level-1951 { box-shadow: 0 1951px 3902px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1951 { border-radius: 1951px !important; }
.util-spacing-gap-1951 { gap: 1951px !important; }
.util-pad-vertical-1951 { padding-top: 1951px !important; padding-bottom: 1951px !important; }
.util-elevation-level-1952 { box-shadow: 0 1952px 3904px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1952 { border-radius: 1952px !important; }
.util-spacing-gap-1952 { gap: 1952px !important; }
.util-pad-vertical-1952 { padding-top: 1952px !important; padding-bottom: 1952px !important; }
.util-elevation-level-1953 { box-shadow: 0 1953px 3906px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1953 { border-radius: 1953px !important; }
.util-spacing-gap-1953 { gap: 1953px !important; }
.util-pad-vertical-1953 { padding-top: 1953px !important; padding-bottom: 1953px !important; }
.util-elevation-level-1954 { box-shadow: 0 1954px 3908px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1954 { border-radius: 1954px !important; }
.util-spacing-gap-1954 { gap: 1954px !important; }
.util-pad-vertical-1954 { padding-top: 1954px !important; padding-bottom: 1954px !important; }
.util-elevation-level-1955 { box-shadow: 0 1955px 3910px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1955 { border-radius: 1955px !important; }
.util-spacing-gap-1955 { gap: 1955px !important; }
.util-pad-vertical-1955 { padding-top: 1955px !important; padding-bottom: 1955px !important; }
.util-elevation-level-1956 { box-shadow: 0 1956px 3912px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1956 { border-radius: 1956px !important; }
.util-spacing-gap-1956 { gap: 1956px !important; }
.util-pad-vertical-1956 { padding-top: 1956px !important; padding-bottom: 1956px !important; }
.util-elevation-level-1957 { box-shadow: 0 1957px 3914px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1957 { border-radius: 1957px !important; }
.util-spacing-gap-1957 { gap: 1957px !important; }
.util-pad-vertical-1957 { padding-top: 1957px !important; padding-bottom: 1957px !important; }
.util-elevation-level-1958 { box-shadow: 0 1958px 3916px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1958 { border-radius: 1958px !important; }
.util-spacing-gap-1958 { gap: 1958px !important; }
.util-pad-vertical-1958 { padding-top: 1958px !important; padding-bottom: 1958px !important; }
.util-elevation-level-1959 { box-shadow: 0 1959px 3918px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1959 { border-radius: 1959px !important; }
.util-spacing-gap-1959 { gap: 1959px !important; }
.util-pad-vertical-1959 { padding-top: 1959px !important; padding-bottom: 1959px !important; }
.util-elevation-level-1960 { box-shadow: 0 1960px 3920px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1960 { border-radius: 1960px !important; }
.util-spacing-gap-1960 { gap: 1960px !important; }
.util-pad-vertical-1960 { padding-top: 1960px !important; padding-bottom: 1960px !important; }
.util-elevation-level-1961 { box-shadow: 0 1961px 3922px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1961 { border-radius: 1961px !important; }
.util-spacing-gap-1961 { gap: 1961px !important; }
.util-pad-vertical-1961 { padding-top: 1961px !important; padding-bottom: 1961px !important; }
.util-elevation-level-1962 { box-shadow: 0 1962px 3924px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1962 { border-radius: 1962px !important; }
.util-spacing-gap-1962 { gap: 1962px !important; }
.util-pad-vertical-1962 { padding-top: 1962px !important; padding-bottom: 1962px !important; }
.util-elevation-level-1963 { box-shadow: 0 1963px 3926px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1963 { border-radius: 1963px !important; }
.util-spacing-gap-1963 { gap: 1963px !important; }
.util-pad-vertical-1963 { padding-top: 1963px !important; padding-bottom: 1963px !important; }
.util-elevation-level-1964 { box-shadow: 0 1964px 3928px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1964 { border-radius: 1964px !important; }
.util-spacing-gap-1964 { gap: 1964px !important; }
.util-pad-vertical-1964 { padding-top: 1964px !important; padding-bottom: 1964px !important; }
.util-elevation-level-1965 { box-shadow: 0 1965px 3930px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1965 { border-radius: 1965px !important; }
.util-spacing-gap-1965 { gap: 1965px !important; }
.util-pad-vertical-1965 { padding-top: 1965px !important; padding-bottom: 1965px !important; }
.util-elevation-level-1966 { box-shadow: 0 1966px 3932px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1966 { border-radius: 1966px !important; }
.util-spacing-gap-1966 { gap: 1966px !important; }
.util-pad-vertical-1966 { padding-top: 1966px !important; padding-bottom: 1966px !important; }
.util-elevation-level-1967 { box-shadow: 0 1967px 3934px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1967 { border-radius: 1967px !important; }
.util-spacing-gap-1967 { gap: 1967px !important; }
.util-pad-vertical-1967 { padding-top: 1967px !important; padding-bottom: 1967px !important; }
.util-elevation-level-1968 { box-shadow: 0 1968px 3936px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1968 { border-radius: 1968px !important; }
.util-spacing-gap-1968 { gap: 1968px !important; }
.util-pad-vertical-1968 { padding-top: 1968px !important; padding-bottom: 1968px !important; }
.util-elevation-level-1969 { box-shadow: 0 1969px 3938px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1969 { border-radius: 1969px !important; }
.util-spacing-gap-1969 { gap: 1969px !important; }
.util-pad-vertical-1969 { padding-top: 1969px !important; padding-bottom: 1969px !important; }
.util-elevation-level-1970 { box-shadow: 0 1970px 3940px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1970 { border-radius: 1970px !important; }
.util-spacing-gap-1970 { gap: 1970px !important; }
.util-pad-vertical-1970 { padding-top: 1970px !important; padding-bottom: 1970px !important; }
.util-elevation-level-1971 { box-shadow: 0 1971px 3942px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1971 { border-radius: 1971px !important; }
.util-spacing-gap-1971 { gap: 1971px !important; }
.util-pad-vertical-1971 { padding-top: 1971px !important; padding-bottom: 1971px !important; }
.util-elevation-level-1972 { box-shadow: 0 1972px 3944px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1972 { border-radius: 1972px !important; }
.util-spacing-gap-1972 { gap: 1972px !important; }
.util-pad-vertical-1972 { padding-top: 1972px !important; padding-bottom: 1972px !important; }
.util-elevation-level-1973 { box-shadow: 0 1973px 3946px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1973 { border-radius: 1973px !important; }
.util-spacing-gap-1973 { gap: 1973px !important; }
.util-pad-vertical-1973 { padding-top: 1973px !important; padding-bottom: 1973px !important; }
.util-elevation-level-1974 { box-shadow: 0 1974px 3948px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1974 { border-radius: 1974px !important; }
.util-spacing-gap-1974 { gap: 1974px !important; }
.util-pad-vertical-1974 { padding-top: 1974px !important; padding-bottom: 1974px !important; }
.util-elevation-level-1975 { box-shadow: 0 1975px 3950px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1975 { border-radius: 1975px !important; }
.util-spacing-gap-1975 { gap: 1975px !important; }
.util-pad-vertical-1975 { padding-top: 1975px !important; padding-bottom: 1975px !important; }
.util-elevation-level-1976 { box-shadow: 0 1976px 3952px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1976 { border-radius: 1976px !important; }
.util-spacing-gap-1976 { gap: 1976px !important; }
.util-pad-vertical-1976 { padding-top: 1976px !important; padding-bottom: 1976px !important; }
.util-elevation-level-1977 { box-shadow: 0 1977px 3954px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1977 { border-radius: 1977px !important; }
.util-spacing-gap-1977 { gap: 1977px !important; }
.util-pad-vertical-1977 { padding-top: 1977px !important; padding-bottom: 1977px !important; }
.util-elevation-level-1978 { box-shadow: 0 1978px 3956px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1978 { border-radius: 1978px !important; }
.util-spacing-gap-1978 { gap: 1978px !important; }
.util-pad-vertical-1978 { padding-top: 1978px !important; padding-bottom: 1978px !important; }
.util-elevation-level-1979 { box-shadow: 0 1979px 3958px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1979 { border-radius: 1979px !important; }
.util-spacing-gap-1979 { gap: 1979px !important; }
.util-pad-vertical-1979 { padding-top: 1979px !important; padding-bottom: 1979px !important; }
.util-elevation-level-1980 { box-shadow: 0 1980px 3960px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1980 { border-radius: 1980px !important; }
.util-spacing-gap-1980 { gap: 1980px !important; }
.util-pad-vertical-1980 { padding-top: 1980px !important; padding-bottom: 1980px !important; }
.util-elevation-level-1981 { box-shadow: 0 1981px 3962px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1981 { border-radius: 1981px !important; }
.util-spacing-gap-1981 { gap: 1981px !important; }
.util-pad-vertical-1981 { padding-top: 1981px !important; padding-bottom: 1981px !important; }
.util-elevation-level-1982 { box-shadow: 0 1982px 3964px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1982 { border-radius: 1982px !important; }
.util-spacing-gap-1982 { gap: 1982px !important; }
.util-pad-vertical-1982 { padding-top: 1982px !important; padding-bottom: 1982px !important; }
.util-elevation-level-1983 { box-shadow: 0 1983px 3966px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1983 { border-radius: 1983px !important; }
.util-spacing-gap-1983 { gap: 1983px !important; }
.util-pad-vertical-1983 { padding-top: 1983px !important; padding-bottom: 1983px !important; }
.util-elevation-level-1984 { box-shadow: 0 1984px 3968px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1984 { border-radius: 1984px !important; }
.util-spacing-gap-1984 { gap: 1984px !important; }
.util-pad-vertical-1984 { padding-top: 1984px !important; padding-bottom: 1984px !important; }
.util-elevation-level-1985 { box-shadow: 0 1985px 3970px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1985 { border-radius: 1985px !important; }
.util-spacing-gap-1985 { gap: 1985px !important; }
.util-pad-vertical-1985 { padding-top: 1985px !important; padding-bottom: 1985px !important; }
.util-elevation-level-1986 { box-shadow: 0 1986px 3972px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1986 { border-radius: 1986px !important; }
.util-spacing-gap-1986 { gap: 1986px !important; }
.util-pad-vertical-1986 { padding-top: 1986px !important; padding-bottom: 1986px !important; }
.util-elevation-level-1987 { box-shadow: 0 1987px 3974px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1987 { border-radius: 1987px !important; }
.util-spacing-gap-1987 { gap: 1987px !important; }
.util-pad-vertical-1987 { padding-top: 1987px !important; padding-bottom: 1987px !important; }
.util-elevation-level-1988 { box-shadow: 0 1988px 3976px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1988 { border-radius: 1988px !important; }
.util-spacing-gap-1988 { gap: 1988px !important; }
.util-pad-vertical-1988 { padding-top: 1988px !important; padding-bottom: 1988px !important; }
.util-elevation-level-1989 { box-shadow: 0 1989px 3978px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1989 { border-radius: 1989px !important; }
.util-spacing-gap-1989 { gap: 1989px !important; }
.util-pad-vertical-1989 { padding-top: 1989px !important; padding-bottom: 1989px !important; }
.util-elevation-level-1990 { box-shadow: 0 1990px 3980px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1990 { border-radius: 1990px !important; }
.util-spacing-gap-1990 { gap: 1990px !important; }
.util-pad-vertical-1990 { padding-top: 1990px !important; padding-bottom: 1990px !important; }
.util-elevation-level-1991 { box-shadow: 0 1991px 3982px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1991 { border-radius: 1991px !important; }
.util-spacing-gap-1991 { gap: 1991px !important; }
.util-pad-vertical-1991 { padding-top: 1991px !important; padding-bottom: 1991px !important; }
.util-elevation-level-1992 { box-shadow: 0 1992px 3984px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1992 { border-radius: 1992px !important; }
.util-spacing-gap-1992 { gap: 1992px !important; }
.util-pad-vertical-1992 { padding-top: 1992px !important; padding-bottom: 1992px !important; }
.util-elevation-level-1993 { box-shadow: 0 1993px 3986px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1993 { border-radius: 1993px !important; }
.util-spacing-gap-1993 { gap: 1993px !important; }
.util-pad-vertical-1993 { padding-top: 1993px !important; padding-bottom: 1993px !important; }
.util-elevation-level-1994 { box-shadow: 0 1994px 3988px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1994 { border-radius: 1994px !important; }
.util-spacing-gap-1994 { gap: 1994px !important; }
.util-pad-vertical-1994 { padding-top: 1994px !important; padding-bottom: 1994px !important; }
.util-elevation-level-1995 { box-shadow: 0 1995px 3990px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1995 { border-radius: 1995px !important; }
.util-spacing-gap-1995 { gap: 1995px !important; }
.util-pad-vertical-1995 { padding-top: 1995px !important; padding-bottom: 1995px !important; }
.util-elevation-level-1996 { box-shadow: 0 1996px 3992px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1996 { border-radius: 1996px !important; }
.util-spacing-gap-1996 { gap: 1996px !important; }
.util-pad-vertical-1996 { padding-top: 1996px !important; padding-bottom: 1996px !important; }
.util-elevation-level-1997 { box-shadow: 0 1997px 3994px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1997 { border-radius: 1997px !important; }
.util-spacing-gap-1997 { gap: 1997px !important; }
.util-pad-vertical-1997 { padding-top: 1997px !important; padding-bottom: 1997px !important; }
.util-elevation-level-1998 { box-shadow: 0 1998px 3996px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1998 { border-radius: 1998px !important; }
.util-spacing-gap-1998 { gap: 1998px !important; }
.util-pad-vertical-1998 { padding-top: 1998px !important; padding-bottom: 1998px !important; }
.util-elevation-level-1999 { box-shadow: 0 1999px 3998px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-1999 { border-radius: 1999px !important; }
.util-spacing-gap-1999 { gap: 1999px !important; }
.util-pad-vertical-1999 { padding-top: 1999px !important; padding-bottom: 1999px !important; }
.util-elevation-level-2000 { box-shadow: 0 2000px 4000px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2000 { border-radius: 2000px !important; }
.util-spacing-gap-2000 { gap: 2000px !important; }
.util-pad-vertical-2000 { padding-top: 2000px !important; padding-bottom: 2000px !important; }
.util-elevation-level-2001 { box-shadow: 0 2001px 4002px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2001 { border-radius: 2001px !important; }
.util-spacing-gap-2001 { gap: 2001px !important; }
.util-pad-vertical-2001 { padding-top: 2001px !important; padding-bottom: 2001px !important; }
.util-elevation-level-2002 { box-shadow: 0 2002px 4004px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2002 { border-radius: 2002px !important; }
.util-spacing-gap-2002 { gap: 2002px !important; }
.util-pad-vertical-2002 { padding-top: 2002px !important; padding-bottom: 2002px !important; }
.util-elevation-level-2003 { box-shadow: 0 2003px 4006px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2003 { border-radius: 2003px !important; }
.util-spacing-gap-2003 { gap: 2003px !important; }
.util-pad-vertical-2003 { padding-top: 2003px !important; padding-bottom: 2003px !important; }
.util-elevation-level-2004 { box-shadow: 0 2004px 4008px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2004 { border-radius: 2004px !important; }
.util-spacing-gap-2004 { gap: 2004px !important; }
.util-pad-vertical-2004 { padding-top: 2004px !important; padding-bottom: 2004px !important; }
.util-elevation-level-2005 { box-shadow: 0 2005px 4010px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2005 { border-radius: 2005px !important; }
.util-spacing-gap-2005 { gap: 2005px !important; }
.util-pad-vertical-2005 { padding-top: 2005px !important; padding-bottom: 2005px !important; }
.util-elevation-level-2006 { box-shadow: 0 2006px 4012px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2006 { border-radius: 2006px !important; }
.util-spacing-gap-2006 { gap: 2006px !important; }
.util-pad-vertical-2006 { padding-top: 2006px !important; padding-bottom: 2006px !important; }
.util-elevation-level-2007 { box-shadow: 0 2007px 4014px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2007 { border-radius: 2007px !important; }
.util-spacing-gap-2007 { gap: 2007px !important; }
.util-pad-vertical-2007 { padding-top: 2007px !important; padding-bottom: 2007px !important; }
.util-elevation-level-2008 { box-shadow: 0 2008px 4016px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2008 { border-radius: 2008px !important; }
.util-spacing-gap-2008 { gap: 2008px !important; }
.util-pad-vertical-2008 { padding-top: 2008px !important; padding-bottom: 2008px !important; }
.util-elevation-level-2009 { box-shadow: 0 2009px 4018px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2009 { border-radius: 2009px !important; }
.util-spacing-gap-2009 { gap: 2009px !important; }
.util-pad-vertical-2009 { padding-top: 2009px !important; padding-bottom: 2009px !important; }
.util-elevation-level-2010 { box-shadow: 0 2010px 4020px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2010 { border-radius: 2010px !important; }
.util-spacing-gap-2010 { gap: 2010px !important; }
.util-pad-vertical-2010 { padding-top: 2010px !important; padding-bottom: 2010px !important; }
.util-elevation-level-2011 { box-shadow: 0 2011px 4022px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2011 { border-radius: 2011px !important; }
.util-spacing-gap-2011 { gap: 2011px !important; }
.util-pad-vertical-2011 { padding-top: 2011px !important; padding-bottom: 2011px !important; }
.util-elevation-level-2012 { box-shadow: 0 2012px 4024px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2012 { border-radius: 2012px !important; }
.util-spacing-gap-2012 { gap: 2012px !important; }
.util-pad-vertical-2012 { padding-top: 2012px !important; padding-bottom: 2012px !important; }
.util-elevation-level-2013 { box-shadow: 0 2013px 4026px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2013 { border-radius: 2013px !important; }
.util-spacing-gap-2013 { gap: 2013px !important; }
.util-pad-vertical-2013 { padding-top: 2013px !important; padding-bottom: 2013px !important; }
.util-elevation-level-2014 { box-shadow: 0 2014px 4028px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2014 { border-radius: 2014px !important; }
.util-spacing-gap-2014 { gap: 2014px !important; }
.util-pad-vertical-2014 { padding-top: 2014px !important; padding-bottom: 2014px !important; }
.util-elevation-level-2015 { box-shadow: 0 2015px 4030px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2015 { border-radius: 2015px !important; }
.util-spacing-gap-2015 { gap: 2015px !important; }
.util-pad-vertical-2015 { padding-top: 2015px !important; padding-bottom: 2015px !important; }
.util-elevation-level-2016 { box-shadow: 0 2016px 4032px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2016 { border-radius: 2016px !important; }
.util-spacing-gap-2016 { gap: 2016px !important; }
.util-pad-vertical-2016 { padding-top: 2016px !important; padding-bottom: 2016px !important; }
.util-elevation-level-2017 { box-shadow: 0 2017px 4034px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2017 { border-radius: 2017px !important; }
.util-spacing-gap-2017 { gap: 2017px !important; }
.util-pad-vertical-2017 { padding-top: 2017px !important; padding-bottom: 2017px !important; }
.util-elevation-level-2018 { box-shadow: 0 2018px 4036px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2018 { border-radius: 2018px !important; }
.util-spacing-gap-2018 { gap: 2018px !important; }
.util-pad-vertical-2018 { padding-top: 2018px !important; padding-bottom: 2018px !important; }
.util-elevation-level-2019 { box-shadow: 0 2019px 4038px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2019 { border-radius: 2019px !important; }
.util-spacing-gap-2019 { gap: 2019px !important; }
.util-pad-vertical-2019 { padding-top: 2019px !important; padding-bottom: 2019px !important; }
.util-elevation-level-2020 { box-shadow: 0 2020px 4040px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2020 { border-radius: 2020px !important; }
.util-spacing-gap-2020 { gap: 2020px !important; }
.util-pad-vertical-2020 { padding-top: 2020px !important; padding-bottom: 2020px !important; }
.util-elevation-level-2021 { box-shadow: 0 2021px 4042px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2021 { border-radius: 2021px !important; }
.util-spacing-gap-2021 { gap: 2021px !important; }
.util-pad-vertical-2021 { padding-top: 2021px !important; padding-bottom: 2021px !important; }
.util-elevation-level-2022 { box-shadow: 0 2022px 4044px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2022 { border-radius: 2022px !important; }
.util-spacing-gap-2022 { gap: 2022px !important; }
.util-pad-vertical-2022 { padding-top: 2022px !important; padding-bottom: 2022px !important; }
.util-elevation-level-2023 { box-shadow: 0 2023px 4046px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2023 { border-radius: 2023px !important; }
.util-spacing-gap-2023 { gap: 2023px !important; }
.util-pad-vertical-2023 { padding-top: 2023px !important; padding-bottom: 2023px !important; }
.util-elevation-level-2024 { box-shadow: 0 2024px 4048px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2024 { border-radius: 2024px !important; }
.util-spacing-gap-2024 { gap: 2024px !important; }
.util-pad-vertical-2024 { padding-top: 2024px !important; padding-bottom: 2024px !important; }
.util-elevation-level-2025 { box-shadow: 0 2025px 4050px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2025 { border-radius: 2025px !important; }
.util-spacing-gap-2025 { gap: 2025px !important; }
.util-pad-vertical-2025 { padding-top: 2025px !important; padding-bottom: 2025px !important; }
.util-elevation-level-2026 { box-shadow: 0 2026px 4052px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2026 { border-radius: 2026px !important; }
.util-spacing-gap-2026 { gap: 2026px !important; }
.util-pad-vertical-2026 { padding-top: 2026px !important; padding-bottom: 2026px !important; }
.util-elevation-level-2027 { box-shadow: 0 2027px 4054px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2027 { border-radius: 2027px !important; }
.util-spacing-gap-2027 { gap: 2027px !important; }
.util-pad-vertical-2027 { padding-top: 2027px !important; padding-bottom: 2027px !important; }
.util-elevation-level-2028 { box-shadow: 0 2028px 4056px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2028 { border-radius: 2028px !important; }
.util-spacing-gap-2028 { gap: 2028px !important; }
.util-pad-vertical-2028 { padding-top: 2028px !important; padding-bottom: 2028px !important; }
.util-elevation-level-2029 { box-shadow: 0 2029px 4058px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2029 { border-radius: 2029px !important; }
.util-spacing-gap-2029 { gap: 2029px !important; }
.util-pad-vertical-2029 { padding-top: 2029px !important; padding-bottom: 2029px !important; }
.util-elevation-level-2030 { box-shadow: 0 2030px 4060px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2030 { border-radius: 2030px !important; }
.util-spacing-gap-2030 { gap: 2030px !important; }
.util-pad-vertical-2030 { padding-top: 2030px !important; padding-bottom: 2030px !important; }
.util-elevation-level-2031 { box-shadow: 0 2031px 4062px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2031 { border-radius: 2031px !important; }
.util-spacing-gap-2031 { gap: 2031px !important; }
.util-pad-vertical-2031 { padding-top: 2031px !important; padding-bottom: 2031px !important; }
.util-elevation-level-2032 { box-shadow: 0 2032px 4064px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2032 { border-radius: 2032px !important; }
.util-spacing-gap-2032 { gap: 2032px !important; }
.util-pad-vertical-2032 { padding-top: 2032px !important; padding-bottom: 2032px !important; }
.util-elevation-level-2033 { box-shadow: 0 2033px 4066px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2033 { border-radius: 2033px !important; }
.util-spacing-gap-2033 { gap: 2033px !important; }
.util-pad-vertical-2033 { padding-top: 2033px !important; padding-bottom: 2033px !important; }
.util-elevation-level-2034 { box-shadow: 0 2034px 4068px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2034 { border-radius: 2034px !important; }
.util-spacing-gap-2034 { gap: 2034px !important; }
.util-pad-vertical-2034 { padding-top: 2034px !important; padding-bottom: 2034px !important; }
.util-elevation-level-2035 { box-shadow: 0 2035px 4070px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2035 { border-radius: 2035px !important; }
.util-spacing-gap-2035 { gap: 2035px !important; }
.util-pad-vertical-2035 { padding-top: 2035px !important; padding-bottom: 2035px !important; }
.util-elevation-level-2036 { box-shadow: 0 2036px 4072px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2036 { border-radius: 2036px !important; }
.util-spacing-gap-2036 { gap: 2036px !important; }
.util-pad-vertical-2036 { padding-top: 2036px !important; padding-bottom: 2036px !important; }
.util-elevation-level-2037 { box-shadow: 0 2037px 4074px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2037 { border-radius: 2037px !important; }
.util-spacing-gap-2037 { gap: 2037px !important; }
.util-pad-vertical-2037 { padding-top: 2037px !important; padding-bottom: 2037px !important; }
.util-elevation-level-2038 { box-shadow: 0 2038px 4076px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2038 { border-radius: 2038px !important; }
.util-spacing-gap-2038 { gap: 2038px !important; }
.util-pad-vertical-2038 { padding-top: 2038px !important; padding-bottom: 2038px !important; }
.util-elevation-level-2039 { box-shadow: 0 2039px 4078px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2039 { border-radius: 2039px !important; }
.util-spacing-gap-2039 { gap: 2039px !important; }
.util-pad-vertical-2039 { padding-top: 2039px !important; padding-bottom: 2039px !important; }
.util-elevation-level-2040 { box-shadow: 0 2040px 4080px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2040 { border-radius: 2040px !important; }
.util-spacing-gap-2040 { gap: 2040px !important; }
.util-pad-vertical-2040 { padding-top: 2040px !important; padding-bottom: 2040px !important; }
.util-elevation-level-2041 { box-shadow: 0 2041px 4082px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2041 { border-radius: 2041px !important; }
.util-spacing-gap-2041 { gap: 2041px !important; }
.util-pad-vertical-2041 { padding-top: 2041px !important; padding-bottom: 2041px !important; }
.util-elevation-level-2042 { box-shadow: 0 2042px 4084px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2042 { border-radius: 2042px !important; }
.util-spacing-gap-2042 { gap: 2042px !important; }
.util-pad-vertical-2042 { padding-top: 2042px !important; padding-bottom: 2042px !important; }
.util-elevation-level-2043 { box-shadow: 0 2043px 4086px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2043 { border-radius: 2043px !important; }
.util-spacing-gap-2043 { gap: 2043px !important; }
.util-pad-vertical-2043 { padding-top: 2043px !important; padding-bottom: 2043px !important; }
.util-elevation-level-2044 { box-shadow: 0 2044px 4088px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2044 { border-radius: 2044px !important; }
.util-spacing-gap-2044 { gap: 2044px !important; }
.util-pad-vertical-2044 { padding-top: 2044px !important; padding-bottom: 2044px !important; }
.util-elevation-level-2045 { box-shadow: 0 2045px 4090px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2045 { border-radius: 2045px !important; }
.util-spacing-gap-2045 { gap: 2045px !important; }
.util-pad-vertical-2045 { padding-top: 2045px !important; padding-bottom: 2045px !important; }
.util-elevation-level-2046 { box-shadow: 0 2046px 4092px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2046 { border-radius: 2046px !important; }
.util-spacing-gap-2046 { gap: 2046px !important; }
.util-pad-vertical-2046 { padding-top: 2046px !important; padding-bottom: 2046px !important; }
.util-elevation-level-2047 { box-shadow: 0 2047px 4094px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2047 { border-radius: 2047px !important; }
.util-spacing-gap-2047 { gap: 2047px !important; }
.util-pad-vertical-2047 { padding-top: 2047px !important; padding-bottom: 2047px !important; }
.util-elevation-level-2048 { box-shadow: 0 2048px 4096px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2048 { border-radius: 2048px !important; }
.util-spacing-gap-2048 { gap: 2048px !important; }
.util-pad-vertical-2048 { padding-top: 2048px !important; padding-bottom: 2048px !important; }
.util-elevation-level-2049 { box-shadow: 0 2049px 4098px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2049 { border-radius: 2049px !important; }
.util-spacing-gap-2049 { gap: 2049px !important; }
.util-pad-vertical-2049 { padding-top: 2049px !important; padding-bottom: 2049px !important; }
.util-elevation-level-2050 { box-shadow: 0 2050px 4100px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2050 { border-radius: 2050px !important; }
.util-spacing-gap-2050 { gap: 2050px !important; }
.util-pad-vertical-2050 { padding-top: 2050px !important; padding-bottom: 2050px !important; }
.util-elevation-level-2051 { box-shadow: 0 2051px 4102px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2051 { border-radius: 2051px !important; }
.util-spacing-gap-2051 { gap: 2051px !important; }
.util-pad-vertical-2051 { padding-top: 2051px !important; padding-bottom: 2051px !important; }
.util-elevation-level-2052 { box-shadow: 0 2052px 4104px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2052 { border-radius: 2052px !important; }
.util-spacing-gap-2052 { gap: 2052px !important; }
.util-pad-vertical-2052 { padding-top: 2052px !important; padding-bottom: 2052px !important; }
.util-elevation-level-2053 { box-shadow: 0 2053px 4106px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2053 { border-radius: 2053px !important; }
.util-spacing-gap-2053 { gap: 2053px !important; }
.util-pad-vertical-2053 { padding-top: 2053px !important; padding-bottom: 2053px !important; }
.util-elevation-level-2054 { box-shadow: 0 2054px 4108px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2054 { border-radius: 2054px !important; }
.util-spacing-gap-2054 { gap: 2054px !important; }
.util-pad-vertical-2054 { padding-top: 2054px !important; padding-bottom: 2054px !important; }
.util-elevation-level-2055 { box-shadow: 0 2055px 4110px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2055 { border-radius: 2055px !important; }
.util-spacing-gap-2055 { gap: 2055px !important; }
.util-pad-vertical-2055 { padding-top: 2055px !important; padding-bottom: 2055px !important; }
.util-elevation-level-2056 { box-shadow: 0 2056px 4112px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2056 { border-radius: 2056px !important; }
.util-spacing-gap-2056 { gap: 2056px !important; }
.util-pad-vertical-2056 { padding-top: 2056px !important; padding-bottom: 2056px !important; }
.util-elevation-level-2057 { box-shadow: 0 2057px 4114px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2057 { border-radius: 2057px !important; }
.util-spacing-gap-2057 { gap: 2057px !important; }
.util-pad-vertical-2057 { padding-top: 2057px !important; padding-bottom: 2057px !important; }
.util-elevation-level-2058 { box-shadow: 0 2058px 4116px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2058 { border-radius: 2058px !important; }
.util-spacing-gap-2058 { gap: 2058px !important; }
.util-pad-vertical-2058 { padding-top: 2058px !important; padding-bottom: 2058px !important; }
.util-elevation-level-2059 { box-shadow: 0 2059px 4118px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2059 { border-radius: 2059px !important; }
.util-spacing-gap-2059 { gap: 2059px !important; }
.util-pad-vertical-2059 { padding-top: 2059px !important; padding-bottom: 2059px !important; }
.util-elevation-level-2060 { box-shadow: 0 2060px 4120px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2060 { border-radius: 2060px !important; }
.util-spacing-gap-2060 { gap: 2060px !important; }
.util-pad-vertical-2060 { padding-top: 2060px !important; padding-bottom: 2060px !important; }
.util-elevation-level-2061 { box-shadow: 0 2061px 4122px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2061 { border-radius: 2061px !important; }
.util-spacing-gap-2061 { gap: 2061px !important; }
.util-pad-vertical-2061 { padding-top: 2061px !important; padding-bottom: 2061px !important; }
.util-elevation-level-2062 { box-shadow: 0 2062px 4124px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2062 { border-radius: 2062px !important; }
.util-spacing-gap-2062 { gap: 2062px !important; }
.util-pad-vertical-2062 { padding-top: 2062px !important; padding-bottom: 2062px !important; }
.util-elevation-level-2063 { box-shadow: 0 2063px 4126px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2063 { border-radius: 2063px !important; }
.util-spacing-gap-2063 { gap: 2063px !important; }
.util-pad-vertical-2063 { padding-top: 2063px !important; padding-bottom: 2063px !important; }
.util-elevation-level-2064 { box-shadow: 0 2064px 4128px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2064 { border-radius: 2064px !important; }
.util-spacing-gap-2064 { gap: 2064px !important; }
.util-pad-vertical-2064 { padding-top: 2064px !important; padding-bottom: 2064px !important; }
.util-elevation-level-2065 { box-shadow: 0 2065px 4130px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2065 { border-radius: 2065px !important; }
.util-spacing-gap-2065 { gap: 2065px !important; }
.util-pad-vertical-2065 { padding-top: 2065px !important; padding-bottom: 2065px !important; }
.util-elevation-level-2066 { box-shadow: 0 2066px 4132px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2066 { border-radius: 2066px !important; }
.util-spacing-gap-2066 { gap: 2066px !important; }
.util-pad-vertical-2066 { padding-top: 2066px !important; padding-bottom: 2066px !important; }
.util-elevation-level-2067 { box-shadow: 0 2067px 4134px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2067 { border-radius: 2067px !important; }
.util-spacing-gap-2067 { gap: 2067px !important; }
.util-pad-vertical-2067 { padding-top: 2067px !important; padding-bottom: 2067px !important; }
.util-elevation-level-2068 { box-shadow: 0 2068px 4136px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2068 { border-radius: 2068px !important; }
.util-spacing-gap-2068 { gap: 2068px !important; }
.util-pad-vertical-2068 { padding-top: 2068px !important; padding-bottom: 2068px !important; }
.util-elevation-level-2069 { box-shadow: 0 2069px 4138px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2069 { border-radius: 2069px !important; }
.util-spacing-gap-2069 { gap: 2069px !important; }
.util-pad-vertical-2069 { padding-top: 2069px !important; padding-bottom: 2069px !important; }
.util-elevation-level-2070 { box-shadow: 0 2070px 4140px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2070 { border-radius: 2070px !important; }
.util-spacing-gap-2070 { gap: 2070px !important; }
.util-pad-vertical-2070 { padding-top: 2070px !important; padding-bottom: 2070px !important; }
.util-elevation-level-2071 { box-shadow: 0 2071px 4142px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2071 { border-radius: 2071px !important; }
.util-spacing-gap-2071 { gap: 2071px !important; }
.util-pad-vertical-2071 { padding-top: 2071px !important; padding-bottom: 2071px !important; }
.util-elevation-level-2072 { box-shadow: 0 2072px 4144px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2072 { border-radius: 2072px !important; }
.util-spacing-gap-2072 { gap: 2072px !important; }
.util-pad-vertical-2072 { padding-top: 2072px !important; padding-bottom: 2072px !important; }
.util-elevation-level-2073 { box-shadow: 0 2073px 4146px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2073 { border-radius: 2073px !important; }
.util-spacing-gap-2073 { gap: 2073px !important; }
.util-pad-vertical-2073 { padding-top: 2073px !important; padding-bottom: 2073px !important; }
.util-elevation-level-2074 { box-shadow: 0 2074px 4148px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2074 { border-radius: 2074px !important; }
.util-spacing-gap-2074 { gap: 2074px !important; }
.util-pad-vertical-2074 { padding-top: 2074px !important; padding-bottom: 2074px !important; }
.util-elevation-level-2075 { box-shadow: 0 2075px 4150px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2075 { border-radius: 2075px !important; }
.util-spacing-gap-2075 { gap: 2075px !important; }
.util-pad-vertical-2075 { padding-top: 2075px !important; padding-bottom: 2075px !important; }
.util-elevation-level-2076 { box-shadow: 0 2076px 4152px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2076 { border-radius: 2076px !important; }
.util-spacing-gap-2076 { gap: 2076px !important; }
.util-pad-vertical-2076 { padding-top: 2076px !important; padding-bottom: 2076px !important; }
.util-elevation-level-2077 { box-shadow: 0 2077px 4154px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2077 { border-radius: 2077px !important; }
.util-spacing-gap-2077 { gap: 2077px !important; }
.util-pad-vertical-2077 { padding-top: 2077px !important; padding-bottom: 2077px !important; }
.util-elevation-level-2078 { box-shadow: 0 2078px 4156px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2078 { border-radius: 2078px !important; }
.util-spacing-gap-2078 { gap: 2078px !important; }
.util-pad-vertical-2078 { padding-top: 2078px !important; padding-bottom: 2078px !important; }
.util-elevation-level-2079 { box-shadow: 0 2079px 4158px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2079 { border-radius: 2079px !important; }
.util-spacing-gap-2079 { gap: 2079px !important; }
.util-pad-vertical-2079 { padding-top: 2079px !important; padding-bottom: 2079px !important; }
.util-elevation-level-2080 { box-shadow: 0 2080px 4160px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2080 { border-radius: 2080px !important; }
.util-spacing-gap-2080 { gap: 2080px !important; }
.util-pad-vertical-2080 { padding-top: 2080px !important; padding-bottom: 2080px !important; }
.util-elevation-level-2081 { box-shadow: 0 2081px 4162px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2081 { border-radius: 2081px !important; }
.util-spacing-gap-2081 { gap: 2081px !important; }
.util-pad-vertical-2081 { padding-top: 2081px !important; padding-bottom: 2081px !important; }
.util-elevation-level-2082 { box-shadow: 0 2082px 4164px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2082 { border-radius: 2082px !important; }
.util-spacing-gap-2082 { gap: 2082px !important; }
.util-pad-vertical-2082 { padding-top: 2082px !important; padding-bottom: 2082px !important; }
.util-elevation-level-2083 { box-shadow: 0 2083px 4166px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2083 { border-radius: 2083px !important; }
.util-spacing-gap-2083 { gap: 2083px !important; }
.util-pad-vertical-2083 { padding-top: 2083px !important; padding-bottom: 2083px !important; }
.util-elevation-level-2084 { box-shadow: 0 2084px 4168px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2084 { border-radius: 2084px !important; }
.util-spacing-gap-2084 { gap: 2084px !important; }
.util-pad-vertical-2084 { padding-top: 2084px !important; padding-bottom: 2084px !important; }
.util-elevation-level-2085 { box-shadow: 0 2085px 4170px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2085 { border-radius: 2085px !important; }
.util-spacing-gap-2085 { gap: 2085px !important; }
.util-pad-vertical-2085 { padding-top: 2085px !important; padding-bottom: 2085px !important; }
.util-elevation-level-2086 { box-shadow: 0 2086px 4172px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2086 { border-radius: 2086px !important; }
.util-spacing-gap-2086 { gap: 2086px !important; }
.util-pad-vertical-2086 { padding-top: 2086px !important; padding-bottom: 2086px !important; }
.util-elevation-level-2087 { box-shadow: 0 2087px 4174px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2087 { border-radius: 2087px !important; }
.util-spacing-gap-2087 { gap: 2087px !important; }
.util-pad-vertical-2087 { padding-top: 2087px !important; padding-bottom: 2087px !important; }
.util-elevation-level-2088 { box-shadow: 0 2088px 4176px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2088 { border-radius: 2088px !important; }
.util-spacing-gap-2088 { gap: 2088px !important; }
.util-pad-vertical-2088 { padding-top: 2088px !important; padding-bottom: 2088px !important; }
.util-elevation-level-2089 { box-shadow: 0 2089px 4178px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2089 { border-radius: 2089px !important; }
.util-spacing-gap-2089 { gap: 2089px !important; }
.util-pad-vertical-2089 { padding-top: 2089px !important; padding-bottom: 2089px !important; }
.util-elevation-level-2090 { box-shadow: 0 2090px 4180px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2090 { border-radius: 2090px !important; }
.util-spacing-gap-2090 { gap: 2090px !important; }
.util-pad-vertical-2090 { padding-top: 2090px !important; padding-bottom: 2090px !important; }
.util-elevation-level-2091 { box-shadow: 0 2091px 4182px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2091 { border-radius: 2091px !important; }
.util-spacing-gap-2091 { gap: 2091px !important; }
.util-pad-vertical-2091 { padding-top: 2091px !important; padding-bottom: 2091px !important; }
.util-elevation-level-2092 { box-shadow: 0 2092px 4184px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2092 { border-radius: 2092px !important; }
.util-spacing-gap-2092 { gap: 2092px !important; }
.util-pad-vertical-2092 { padding-top: 2092px !important; padding-bottom: 2092px !important; }
.util-elevation-level-2093 { box-shadow: 0 2093px 4186px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2093 { border-radius: 2093px !important; }
.util-spacing-gap-2093 { gap: 2093px !important; }
.util-pad-vertical-2093 { padding-top: 2093px !important; padding-bottom: 2093px !important; }
.util-elevation-level-2094 { box-shadow: 0 2094px 4188px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2094 { border-radius: 2094px !important; }
.util-spacing-gap-2094 { gap: 2094px !important; }
.util-pad-vertical-2094 { padding-top: 2094px !important; padding-bottom: 2094px !important; }
.util-elevation-level-2095 { box-shadow: 0 2095px 4190px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2095 { border-radius: 2095px !important; }
.util-spacing-gap-2095 { gap: 2095px !important; }
.util-pad-vertical-2095 { padding-top: 2095px !important; padding-bottom: 2095px !important; }
.util-elevation-level-2096 { box-shadow: 0 2096px 4192px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2096 { border-radius: 2096px !important; }
.util-spacing-gap-2096 { gap: 2096px !important; }
.util-pad-vertical-2096 { padding-top: 2096px !important; padding-bottom: 2096px !important; }
.util-elevation-level-2097 { box-shadow: 0 2097px 4194px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2097 { border-radius: 2097px !important; }
.util-spacing-gap-2097 { gap: 2097px !important; }
.util-pad-vertical-2097 { padding-top: 2097px !important; padding-bottom: 2097px !important; }
.util-elevation-level-2098 { box-shadow: 0 2098px 4196px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2098 { border-radius: 2098px !important; }
.util-spacing-gap-2098 { gap: 2098px !important; }
.util-pad-vertical-2098 { padding-top: 2098px !important; padding-bottom: 2098px !important; }
.util-elevation-level-2099 { box-shadow: 0 2099px 4198px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2099 { border-radius: 2099px !important; }
.util-spacing-gap-2099 { gap: 2099px !important; }
.util-pad-vertical-2099 { padding-top: 2099px !important; padding-bottom: 2099px !important; }
.util-elevation-level-2100 { box-shadow: 0 2100px 4200px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2100 { border-radius: 2100px !important; }
.util-spacing-gap-2100 { gap: 2100px !important; }
.util-pad-vertical-2100 { padding-top: 2100px !important; padding-bottom: 2100px !important; }
.util-elevation-level-2101 { box-shadow: 0 2101px 4202px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2101 { border-radius: 2101px !important; }
.util-spacing-gap-2101 { gap: 2101px !important; }
.util-pad-vertical-2101 { padding-top: 2101px !important; padding-bottom: 2101px !important; }
.util-elevation-level-2102 { box-shadow: 0 2102px 4204px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2102 { border-radius: 2102px !important; }
.util-spacing-gap-2102 { gap: 2102px !important; }
.util-pad-vertical-2102 { padding-top: 2102px !important; padding-bottom: 2102px !important; }
.util-elevation-level-2103 { box-shadow: 0 2103px 4206px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2103 { border-radius: 2103px !important; }
.util-spacing-gap-2103 { gap: 2103px !important; }
.util-pad-vertical-2103 { padding-top: 2103px !important; padding-bottom: 2103px !important; }
.util-elevation-level-2104 { box-shadow: 0 2104px 4208px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2104 { border-radius: 2104px !important; }
.util-spacing-gap-2104 { gap: 2104px !important; }
.util-pad-vertical-2104 { padding-top: 2104px !important; padding-bottom: 2104px !important; }
.util-elevation-level-2105 { box-shadow: 0 2105px 4210px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2105 { border-radius: 2105px !important; }
.util-spacing-gap-2105 { gap: 2105px !important; }
.util-pad-vertical-2105 { padding-top: 2105px !important; padding-bottom: 2105px !important; }
.util-elevation-level-2106 { box-shadow: 0 2106px 4212px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2106 { border-radius: 2106px !important; }
.util-spacing-gap-2106 { gap: 2106px !important; }
.util-pad-vertical-2106 { padding-top: 2106px !important; padding-bottom: 2106px !important; }
.util-elevation-level-2107 { box-shadow: 0 2107px 4214px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2107 { border-radius: 2107px !important; }
.util-spacing-gap-2107 { gap: 2107px !important; }
.util-pad-vertical-2107 { padding-top: 2107px !important; padding-bottom: 2107px !important; }
.util-elevation-level-2108 { box-shadow: 0 2108px 4216px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2108 { border-radius: 2108px !important; }
.util-spacing-gap-2108 { gap: 2108px !important; }
.util-pad-vertical-2108 { padding-top: 2108px !important; padding-bottom: 2108px !important; }
.util-elevation-level-2109 { box-shadow: 0 2109px 4218px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2109 { border-radius: 2109px !important; }
.util-spacing-gap-2109 { gap: 2109px !important; }
.util-pad-vertical-2109 { padding-top: 2109px !important; padding-bottom: 2109px !important; }
.util-elevation-level-2110 { box-shadow: 0 2110px 4220px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2110 { border-radius: 2110px !important; }
.util-spacing-gap-2110 { gap: 2110px !important; }
.util-pad-vertical-2110 { padding-top: 2110px !important; padding-bottom: 2110px !important; }
.util-elevation-level-2111 { box-shadow: 0 2111px 4222px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2111 { border-radius: 2111px !important; }
.util-spacing-gap-2111 { gap: 2111px !important; }
.util-pad-vertical-2111 { padding-top: 2111px !important; padding-bottom: 2111px !important; }
.util-elevation-level-2112 { box-shadow: 0 2112px 4224px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2112 { border-radius: 2112px !important; }
.util-spacing-gap-2112 { gap: 2112px !important; }
.util-pad-vertical-2112 { padding-top: 2112px !important; padding-bottom: 2112px !important; }
.util-elevation-level-2113 { box-shadow: 0 2113px 4226px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2113 { border-radius: 2113px !important; }
.util-spacing-gap-2113 { gap: 2113px !important; }
.util-pad-vertical-2113 { padding-top: 2113px !important; padding-bottom: 2113px !important; }
.util-elevation-level-2114 { box-shadow: 0 2114px 4228px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2114 { border-radius: 2114px !important; }
.util-spacing-gap-2114 { gap: 2114px !important; }
.util-pad-vertical-2114 { padding-top: 2114px !important; padding-bottom: 2114px !important; }
.util-elevation-level-2115 { box-shadow: 0 2115px 4230px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2115 { border-radius: 2115px !important; }
.util-spacing-gap-2115 { gap: 2115px !important; }
.util-pad-vertical-2115 { padding-top: 2115px !important; padding-bottom: 2115px !important; }
.util-elevation-level-2116 { box-shadow: 0 2116px 4232px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2116 { border-radius: 2116px !important; }
.util-spacing-gap-2116 { gap: 2116px !important; }
.util-pad-vertical-2116 { padding-top: 2116px !important; padding-bottom: 2116px !important; }
.util-elevation-level-2117 { box-shadow: 0 2117px 4234px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2117 { border-radius: 2117px !important; }
.util-spacing-gap-2117 { gap: 2117px !important; }
.util-pad-vertical-2117 { padding-top: 2117px !important; padding-bottom: 2117px !important; }
.util-elevation-level-2118 { box-shadow: 0 2118px 4236px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2118 { border-radius: 2118px !important; }
.util-spacing-gap-2118 { gap: 2118px !important; }
.util-pad-vertical-2118 { padding-top: 2118px !important; padding-bottom: 2118px !important; }
.util-elevation-level-2119 { box-shadow: 0 2119px 4238px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2119 { border-radius: 2119px !important; }
.util-spacing-gap-2119 { gap: 2119px !important; }
.util-pad-vertical-2119 { padding-top: 2119px !important; padding-bottom: 2119px !important; }
.util-elevation-level-2120 { box-shadow: 0 2120px 4240px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2120 { border-radius: 2120px !important; }
.util-spacing-gap-2120 { gap: 2120px !important; }
.util-pad-vertical-2120 { padding-top: 2120px !important; padding-bottom: 2120px !important; }
.util-elevation-level-2121 { box-shadow: 0 2121px 4242px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2121 { border-radius: 2121px !important; }
.util-spacing-gap-2121 { gap: 2121px !important; }
.util-pad-vertical-2121 { padding-top: 2121px !important; padding-bottom: 2121px !important; }
.util-elevation-level-2122 { box-shadow: 0 2122px 4244px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2122 { border-radius: 2122px !important; }
.util-spacing-gap-2122 { gap: 2122px !important; }
.util-pad-vertical-2122 { padding-top: 2122px !important; padding-bottom: 2122px !important; }
.util-elevation-level-2123 { box-shadow: 0 2123px 4246px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2123 { border-radius: 2123px !important; }
.util-spacing-gap-2123 { gap: 2123px !important; }
.util-pad-vertical-2123 { padding-top: 2123px !important; padding-bottom: 2123px !important; }
.util-elevation-level-2124 { box-shadow: 0 2124px 4248px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2124 { border-radius: 2124px !important; }
.util-spacing-gap-2124 { gap: 2124px !important; }
.util-pad-vertical-2124 { padding-top: 2124px !important; padding-bottom: 2124px !important; }
.util-elevation-level-2125 { box-shadow: 0 2125px 4250px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2125 { border-radius: 2125px !important; }
.util-spacing-gap-2125 { gap: 2125px !important; }
.util-pad-vertical-2125 { padding-top: 2125px !important; padding-bottom: 2125px !important; }
.util-elevation-level-2126 { box-shadow: 0 2126px 4252px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2126 { border-radius: 2126px !important; }
.util-spacing-gap-2126 { gap: 2126px !important; }
.util-pad-vertical-2126 { padding-top: 2126px !important; padding-bottom: 2126px !important; }
.util-elevation-level-2127 { box-shadow: 0 2127px 4254px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2127 { border-radius: 2127px !important; }
.util-spacing-gap-2127 { gap: 2127px !important; }
.util-pad-vertical-2127 { padding-top: 2127px !important; padding-bottom: 2127px !important; }
.util-elevation-level-2128 { box-shadow: 0 2128px 4256px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2128 { border-radius: 2128px !important; }
.util-spacing-gap-2128 { gap: 2128px !important; }
.util-pad-vertical-2128 { padding-top: 2128px !important; padding-bottom: 2128px !important; }
.util-elevation-level-2129 { box-shadow: 0 2129px 4258px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2129 { border-radius: 2129px !important; }
.util-spacing-gap-2129 { gap: 2129px !important; }
.util-pad-vertical-2129 { padding-top: 2129px !important; padding-bottom: 2129px !important; }
.util-elevation-level-2130 { box-shadow: 0 2130px 4260px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2130 { border-radius: 2130px !important; }
.util-spacing-gap-2130 { gap: 2130px !important; }
.util-pad-vertical-2130 { padding-top: 2130px !important; padding-bottom: 2130px !important; }
.util-elevation-level-2131 { box-shadow: 0 2131px 4262px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2131 { border-radius: 2131px !important; }
.util-spacing-gap-2131 { gap: 2131px !important; }
.util-pad-vertical-2131 { padding-top: 2131px !important; padding-bottom: 2131px !important; }
.util-elevation-level-2132 { box-shadow: 0 2132px 4264px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2132 { border-radius: 2132px !important; }
.util-spacing-gap-2132 { gap: 2132px !important; }
.util-pad-vertical-2132 { padding-top: 2132px !important; padding-bottom: 2132px !important; }
.util-elevation-level-2133 { box-shadow: 0 2133px 4266px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2133 { border-radius: 2133px !important; }
.util-spacing-gap-2133 { gap: 2133px !important; }
.util-pad-vertical-2133 { padding-top: 2133px !important; padding-bottom: 2133px !important; }
.util-elevation-level-2134 { box-shadow: 0 2134px 4268px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2134 { border-radius: 2134px !important; }
.util-spacing-gap-2134 { gap: 2134px !important; }
.util-pad-vertical-2134 { padding-top: 2134px !important; padding-bottom: 2134px !important; }
.util-elevation-level-2135 { box-shadow: 0 2135px 4270px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2135 { border-radius: 2135px !important; }
.util-spacing-gap-2135 { gap: 2135px !important; }
.util-pad-vertical-2135 { padding-top: 2135px !important; padding-bottom: 2135px !important; }
.util-elevation-level-2136 { box-shadow: 0 2136px 4272px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2136 { border-radius: 2136px !important; }
.util-spacing-gap-2136 { gap: 2136px !important; }
.util-pad-vertical-2136 { padding-top: 2136px !important; padding-bottom: 2136px !important; }
.util-elevation-level-2137 { box-shadow: 0 2137px 4274px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2137 { border-radius: 2137px !important; }
.util-spacing-gap-2137 { gap: 2137px !important; }
.util-pad-vertical-2137 { padding-top: 2137px !important; padding-bottom: 2137px !important; }
.util-elevation-level-2138 { box-shadow: 0 2138px 4276px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2138 { border-radius: 2138px !important; }
.util-spacing-gap-2138 { gap: 2138px !important; }
.util-pad-vertical-2138 { padding-top: 2138px !important; padding-bottom: 2138px !important; }
.util-elevation-level-2139 { box-shadow: 0 2139px 4278px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2139 { border-radius: 2139px !important; }
.util-spacing-gap-2139 { gap: 2139px !important; }
.util-pad-vertical-2139 { padding-top: 2139px !important; padding-bottom: 2139px !important; }
.util-elevation-level-2140 { box-shadow: 0 2140px 4280px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2140 { border-radius: 2140px !important; }
.util-spacing-gap-2140 { gap: 2140px !important; }
.util-pad-vertical-2140 { padding-top: 2140px !important; padding-bottom: 2140px !important; }
.util-elevation-level-2141 { box-shadow: 0 2141px 4282px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2141 { border-radius: 2141px !important; }
.util-spacing-gap-2141 { gap: 2141px !important; }
.util-pad-vertical-2141 { padding-top: 2141px !important; padding-bottom: 2141px !important; }
.util-elevation-level-2142 { box-shadow: 0 2142px 4284px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2142 { border-radius: 2142px !important; }
.util-spacing-gap-2142 { gap: 2142px !important; }
.util-pad-vertical-2142 { padding-top: 2142px !important; padding-bottom: 2142px !important; }
.util-elevation-level-2143 { box-shadow: 0 2143px 4286px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2143 { border-radius: 2143px !important; }
.util-spacing-gap-2143 { gap: 2143px !important; }
.util-pad-vertical-2143 { padding-top: 2143px !important; padding-bottom: 2143px !important; }
.util-elevation-level-2144 { box-shadow: 0 2144px 4288px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2144 { border-radius: 2144px !important; }
.util-spacing-gap-2144 { gap: 2144px !important; }
.util-pad-vertical-2144 { padding-top: 2144px !important; padding-bottom: 2144px !important; }
.util-elevation-level-2145 { box-shadow: 0 2145px 4290px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2145 { border-radius: 2145px !important; }
.util-spacing-gap-2145 { gap: 2145px !important; }
.util-pad-vertical-2145 { padding-top: 2145px !important; padding-bottom: 2145px !important; }
.util-elevation-level-2146 { box-shadow: 0 2146px 4292px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2146 { border-radius: 2146px !important; }
.util-spacing-gap-2146 { gap: 2146px !important; }
.util-pad-vertical-2146 { padding-top: 2146px !important; padding-bottom: 2146px !important; }
.util-elevation-level-2147 { box-shadow: 0 2147px 4294px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2147 { border-radius: 2147px !important; }
.util-spacing-gap-2147 { gap: 2147px !important; }
.util-pad-vertical-2147 { padding-top: 2147px !important; padding-bottom: 2147px !important; }
.util-elevation-level-2148 { box-shadow: 0 2148px 4296px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2148 { border-radius: 2148px !important; }
.util-spacing-gap-2148 { gap: 2148px !important; }
.util-pad-vertical-2148 { padding-top: 2148px !important; padding-bottom: 2148px !important; }
.util-elevation-level-2149 { box-shadow: 0 2149px 4298px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2149 { border-radius: 2149px !important; }
.util-spacing-gap-2149 { gap: 2149px !important; }
.util-pad-vertical-2149 { padding-top: 2149px !important; padding-bottom: 2149px !important; }
.util-elevation-level-2150 { box-shadow: 0 2150px 4300px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2150 { border-radius: 2150px !important; }
.util-spacing-gap-2150 { gap: 2150px !important; }
.util-pad-vertical-2150 { padding-top: 2150px !important; padding-bottom: 2150px !important; }
.util-elevation-level-2151 { box-shadow: 0 2151px 4302px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2151 { border-radius: 2151px !important; }
.util-spacing-gap-2151 { gap: 2151px !important; }
.util-pad-vertical-2151 { padding-top: 2151px !important; padding-bottom: 2151px !important; }
.util-elevation-level-2152 { box-shadow: 0 2152px 4304px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2152 { border-radius: 2152px !important; }
.util-spacing-gap-2152 { gap: 2152px !important; }
.util-pad-vertical-2152 { padding-top: 2152px !important; padding-bottom: 2152px !important; }
.util-elevation-level-2153 { box-shadow: 0 2153px 4306px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2153 { border-radius: 2153px !important; }
.util-spacing-gap-2153 { gap: 2153px !important; }
.util-pad-vertical-2153 { padding-top: 2153px !important; padding-bottom: 2153px !important; }
.util-elevation-level-2154 { box-shadow: 0 2154px 4308px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2154 { border-radius: 2154px !important; }
.util-spacing-gap-2154 { gap: 2154px !important; }
.util-pad-vertical-2154 { padding-top: 2154px !important; padding-bottom: 2154px !important; }
.util-elevation-level-2155 { box-shadow: 0 2155px 4310px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2155 { border-radius: 2155px !important; }
.util-spacing-gap-2155 { gap: 2155px !important; }
.util-pad-vertical-2155 { padding-top: 2155px !important; padding-bottom: 2155px !important; }
.util-elevation-level-2156 { box-shadow: 0 2156px 4312px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2156 { border-radius: 2156px !important; }
.util-spacing-gap-2156 { gap: 2156px !important; }
.util-pad-vertical-2156 { padding-top: 2156px !important; padding-bottom: 2156px !important; }
.util-elevation-level-2157 { box-shadow: 0 2157px 4314px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2157 { border-radius: 2157px !important; }
.util-spacing-gap-2157 { gap: 2157px !important; }
.util-pad-vertical-2157 { padding-top: 2157px !important; padding-bottom: 2157px !important; }
.util-elevation-level-2158 { box-shadow: 0 2158px 4316px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2158 { border-radius: 2158px !important; }
.util-spacing-gap-2158 { gap: 2158px !important; }
.util-pad-vertical-2158 { padding-top: 2158px !important; padding-bottom: 2158px !important; }
.util-elevation-level-2159 { box-shadow: 0 2159px 4318px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2159 { border-radius: 2159px !important; }
.util-spacing-gap-2159 { gap: 2159px !important; }
.util-pad-vertical-2159 { padding-top: 2159px !important; padding-bottom: 2159px !important; }
.util-elevation-level-2160 { box-shadow: 0 2160px 4320px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2160 { border-radius: 2160px !important; }
.util-spacing-gap-2160 { gap: 2160px !important; }
.util-pad-vertical-2160 { padding-top: 2160px !important; padding-bottom: 2160px !important; }
.util-elevation-level-2161 { box-shadow: 0 2161px 4322px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2161 { border-radius: 2161px !important; }
.util-spacing-gap-2161 { gap: 2161px !important; }
.util-pad-vertical-2161 { padding-top: 2161px !important; padding-bottom: 2161px !important; }
.util-elevation-level-2162 { box-shadow: 0 2162px 4324px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2162 { border-radius: 2162px !important; }
.util-spacing-gap-2162 { gap: 2162px !important; }
.util-pad-vertical-2162 { padding-top: 2162px !important; padding-bottom: 2162px !important; }
.util-elevation-level-2163 { box-shadow: 0 2163px 4326px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2163 { border-radius: 2163px !important; }
.util-spacing-gap-2163 { gap: 2163px !important; }
.util-pad-vertical-2163 { padding-top: 2163px !important; padding-bottom: 2163px !important; }
.util-elevation-level-2164 { box-shadow: 0 2164px 4328px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2164 { border-radius: 2164px !important; }
.util-spacing-gap-2164 { gap: 2164px !important; }
.util-pad-vertical-2164 { padding-top: 2164px !important; padding-bottom: 2164px !important; }
.util-elevation-level-2165 { box-shadow: 0 2165px 4330px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2165 { border-radius: 2165px !important; }
.util-spacing-gap-2165 { gap: 2165px !important; }
.util-pad-vertical-2165 { padding-top: 2165px !important; padding-bottom: 2165px !important; }
.util-elevation-level-2166 { box-shadow: 0 2166px 4332px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2166 { border-radius: 2166px !important; }
.util-spacing-gap-2166 { gap: 2166px !important; }
.util-pad-vertical-2166 { padding-top: 2166px !important; padding-bottom: 2166px !important; }
.util-elevation-level-2167 { box-shadow: 0 2167px 4334px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2167 { border-radius: 2167px !important; }
.util-spacing-gap-2167 { gap: 2167px !important; }
.util-pad-vertical-2167 { padding-top: 2167px !important; padding-bottom: 2167px !important; }
.util-elevation-level-2168 { box-shadow: 0 2168px 4336px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2168 { border-radius: 2168px !important; }
.util-spacing-gap-2168 { gap: 2168px !important; }
.util-pad-vertical-2168 { padding-top: 2168px !important; padding-bottom: 2168px !important; }
.util-elevation-level-2169 { box-shadow: 0 2169px 4338px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2169 { border-radius: 2169px !important; }
.util-spacing-gap-2169 { gap: 2169px !important; }
.util-pad-vertical-2169 { padding-top: 2169px !important; padding-bottom: 2169px !important; }
.util-elevation-level-2170 { box-shadow: 0 2170px 4340px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2170 { border-radius: 2170px !important; }
.util-spacing-gap-2170 { gap: 2170px !important; }
.util-pad-vertical-2170 { padding-top: 2170px !important; padding-bottom: 2170px !important; }
.util-elevation-level-2171 { box-shadow: 0 2171px 4342px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2171 { border-radius: 2171px !important; }
.util-spacing-gap-2171 { gap: 2171px !important; }
.util-pad-vertical-2171 { padding-top: 2171px !important; padding-bottom: 2171px !important; }
.util-elevation-level-2172 { box-shadow: 0 2172px 4344px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2172 { border-radius: 2172px !important; }
.util-spacing-gap-2172 { gap: 2172px !important; }
.util-pad-vertical-2172 { padding-top: 2172px !important; padding-bottom: 2172px !important; }
.util-elevation-level-2173 { box-shadow: 0 2173px 4346px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2173 { border-radius: 2173px !important; }
.util-spacing-gap-2173 { gap: 2173px !important; }
.util-pad-vertical-2173 { padding-top: 2173px !important; padding-bottom: 2173px !important; }
.util-elevation-level-2174 { box-shadow: 0 2174px 4348px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2174 { border-radius: 2174px !important; }
.util-spacing-gap-2174 { gap: 2174px !important; }
.util-pad-vertical-2174 { padding-top: 2174px !important; padding-bottom: 2174px !important; }
.util-elevation-level-2175 { box-shadow: 0 2175px 4350px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2175 { border-radius: 2175px !important; }
.util-spacing-gap-2175 { gap: 2175px !important; }
.util-pad-vertical-2175 { padding-top: 2175px !important; padding-bottom: 2175px !important; }
.util-elevation-level-2176 { box-shadow: 0 2176px 4352px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2176 { border-radius: 2176px !important; }
.util-spacing-gap-2176 { gap: 2176px !important; }
.util-pad-vertical-2176 { padding-top: 2176px !important; padding-bottom: 2176px !important; }
.util-elevation-level-2177 { box-shadow: 0 2177px 4354px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2177 { border-radius: 2177px !important; }
.util-spacing-gap-2177 { gap: 2177px !important; }
.util-pad-vertical-2177 { padding-top: 2177px !important; padding-bottom: 2177px !important; }
.util-elevation-level-2178 { box-shadow: 0 2178px 4356px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2178 { border-radius: 2178px !important; }
.util-spacing-gap-2178 { gap: 2178px !important; }
.util-pad-vertical-2178 { padding-top: 2178px !important; padding-bottom: 2178px !important; }
.util-elevation-level-2179 { box-shadow: 0 2179px 4358px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2179 { border-radius: 2179px !important; }
.util-spacing-gap-2179 { gap: 2179px !important; }
.util-pad-vertical-2179 { padding-top: 2179px !important; padding-bottom: 2179px !important; }
.util-elevation-level-2180 { box-shadow: 0 2180px 4360px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2180 { border-radius: 2180px !important; }
.util-spacing-gap-2180 { gap: 2180px !important; }
.util-pad-vertical-2180 { padding-top: 2180px !important; padding-bottom: 2180px !important; }
.util-elevation-level-2181 { box-shadow: 0 2181px 4362px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2181 { border-radius: 2181px !important; }
.util-spacing-gap-2181 { gap: 2181px !important; }
.util-pad-vertical-2181 { padding-top: 2181px !important; padding-bottom: 2181px !important; }
.util-elevation-level-2182 { box-shadow: 0 2182px 4364px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2182 { border-radius: 2182px !important; }
.util-spacing-gap-2182 { gap: 2182px !important; }
.util-pad-vertical-2182 { padding-top: 2182px !important; padding-bottom: 2182px !important; }
.util-elevation-level-2183 { box-shadow: 0 2183px 4366px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2183 { border-radius: 2183px !important; }
.util-spacing-gap-2183 { gap: 2183px !important; }
.util-pad-vertical-2183 { padding-top: 2183px !important; padding-bottom: 2183px !important; }
.util-elevation-level-2184 { box-shadow: 0 2184px 4368px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2184 { border-radius: 2184px !important; }
.util-spacing-gap-2184 { gap: 2184px !important; }
.util-pad-vertical-2184 { padding-top: 2184px !important; padding-bottom: 2184px !important; }
.util-elevation-level-2185 { box-shadow: 0 2185px 4370px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2185 { border-radius: 2185px !important; }
.util-spacing-gap-2185 { gap: 2185px !important; }
.util-pad-vertical-2185 { padding-top: 2185px !important; padding-bottom: 2185px !important; }
.util-elevation-level-2186 { box-shadow: 0 2186px 4372px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2186 { border-radius: 2186px !important; }
.util-spacing-gap-2186 { gap: 2186px !important; }
.util-pad-vertical-2186 { padding-top: 2186px !important; padding-bottom: 2186px !important; }
.util-elevation-level-2187 { box-shadow: 0 2187px 4374px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2187 { border-radius: 2187px !important; }
.util-spacing-gap-2187 { gap: 2187px !important; }
.util-pad-vertical-2187 { padding-top: 2187px !important; padding-bottom: 2187px !important; }
.util-elevation-level-2188 { box-shadow: 0 2188px 4376px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2188 { border-radius: 2188px !important; }
.util-spacing-gap-2188 { gap: 2188px !important; }
.util-pad-vertical-2188 { padding-top: 2188px !important; padding-bottom: 2188px !important; }
.util-elevation-level-2189 { box-shadow: 0 2189px 4378px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2189 { border-radius: 2189px !important; }
.util-spacing-gap-2189 { gap: 2189px !important; }
.util-pad-vertical-2189 { padding-top: 2189px !important; padding-bottom: 2189px !important; }
.util-elevation-level-2190 { box-shadow: 0 2190px 4380px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2190 { border-radius: 2190px !important; }
.util-spacing-gap-2190 { gap: 2190px !important; }
.util-pad-vertical-2190 { padding-top: 2190px !important; padding-bottom: 2190px !important; }
.util-elevation-level-2191 { box-shadow: 0 2191px 4382px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2191 { border-radius: 2191px !important; }
.util-spacing-gap-2191 { gap: 2191px !important; }
.util-pad-vertical-2191 { padding-top: 2191px !important; padding-bottom: 2191px !important; }
.util-elevation-level-2192 { box-shadow: 0 2192px 4384px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2192 { border-radius: 2192px !important; }
.util-spacing-gap-2192 { gap: 2192px !important; }
.util-pad-vertical-2192 { padding-top: 2192px !important; padding-bottom: 2192px !important; }
.util-elevation-level-2193 { box-shadow: 0 2193px 4386px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2193 { border-radius: 2193px !important; }
.util-spacing-gap-2193 { gap: 2193px !important; }
.util-pad-vertical-2193 { padding-top: 2193px !important; padding-bottom: 2193px !important; }
.util-elevation-level-2194 { box-shadow: 0 2194px 4388px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2194 { border-radius: 2194px !important; }
.util-spacing-gap-2194 { gap: 2194px !important; }
.util-pad-vertical-2194 { padding-top: 2194px !important; padding-bottom: 2194px !important; }
.util-elevation-level-2195 { box-shadow: 0 2195px 4390px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2195 { border-radius: 2195px !important; }
.util-spacing-gap-2195 { gap: 2195px !important; }
.util-pad-vertical-2195 { padding-top: 2195px !important; padding-bottom: 2195px !important; }
.util-elevation-level-2196 { box-shadow: 0 2196px 4392px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2196 { border-radius: 2196px !important; }
.util-spacing-gap-2196 { gap: 2196px !important; }
.util-pad-vertical-2196 { padding-top: 2196px !important; padding-bottom: 2196px !important; }
.util-elevation-level-2197 { box-shadow: 0 2197px 4394px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2197 { border-radius: 2197px !important; }
.util-spacing-gap-2197 { gap: 2197px !important; }
.util-pad-vertical-2197 { padding-top: 2197px !important; padding-bottom: 2197px !important; }
.util-elevation-level-2198 { box-shadow: 0 2198px 4396px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2198 { border-radius: 2198px !important; }
.util-spacing-gap-2198 { gap: 2198px !important; }
.util-pad-vertical-2198 { padding-top: 2198px !important; padding-bottom: 2198px !important; }
.util-elevation-level-2199 { box-shadow: 0 2199px 4398px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2199 { border-radius: 2199px !important; }
.util-spacing-gap-2199 { gap: 2199px !important; }
.util-pad-vertical-2199 { padding-top: 2199px !important; padding-bottom: 2199px !important; }
.util-elevation-level-2200 { box-shadow: 0 2200px 4400px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2200 { border-radius: 2200px !important; }
.util-spacing-gap-2200 { gap: 2200px !important; }
.util-pad-vertical-2200 { padding-top: 2200px !important; padding-bottom: 2200px !important; }
.util-elevation-level-2201 { box-shadow: 0 2201px 4402px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2201 { border-radius: 2201px !important; }
.util-spacing-gap-2201 { gap: 2201px !important; }
.util-pad-vertical-2201 { padding-top: 2201px !important; padding-bottom: 2201px !important; }
.util-elevation-level-2202 { box-shadow: 0 2202px 4404px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2202 { border-radius: 2202px !important; }
.util-spacing-gap-2202 { gap: 2202px !important; }
.util-pad-vertical-2202 { padding-top: 2202px !important; padding-bottom: 2202px !important; }
.util-elevation-level-2203 { box-shadow: 0 2203px 4406px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2203 { border-radius: 2203px !important; }
.util-spacing-gap-2203 { gap: 2203px !important; }
.util-pad-vertical-2203 { padding-top: 2203px !important; padding-bottom: 2203px !important; }
.util-elevation-level-2204 { box-shadow: 0 2204px 4408px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2204 { border-radius: 2204px !important; }
.util-spacing-gap-2204 { gap: 2204px !important; }
.util-pad-vertical-2204 { padding-top: 2204px !important; padding-bottom: 2204px !important; }
.util-elevation-level-2205 { box-shadow: 0 2205px 4410px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2205 { border-radius: 2205px !important; }
.util-spacing-gap-2205 { gap: 2205px !important; }
.util-pad-vertical-2205 { padding-top: 2205px !important; padding-bottom: 2205px !important; }
.util-elevation-level-2206 { box-shadow: 0 2206px 4412px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2206 { border-radius: 2206px !important; }
.util-spacing-gap-2206 { gap: 2206px !important; }
.util-pad-vertical-2206 { padding-top: 2206px !important; padding-bottom: 2206px !important; }
.util-elevation-level-2207 { box-shadow: 0 2207px 4414px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2207 { border-radius: 2207px !important; }
.util-spacing-gap-2207 { gap: 2207px !important; }
.util-pad-vertical-2207 { padding-top: 2207px !important; padding-bottom: 2207px !important; }
.util-elevation-level-2208 { box-shadow: 0 2208px 4416px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2208 { border-radius: 2208px !important; }
.util-spacing-gap-2208 { gap: 2208px !important; }
.util-pad-vertical-2208 { padding-top: 2208px !important; padding-bottom: 2208px !important; }
.util-elevation-level-2209 { box-shadow: 0 2209px 4418px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2209 { border-radius: 2209px !important; }
.util-spacing-gap-2209 { gap: 2209px !important; }
.util-pad-vertical-2209 { padding-top: 2209px !important; padding-bottom: 2209px !important; }
.util-elevation-level-2210 { box-shadow: 0 2210px 4420px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2210 { border-radius: 2210px !important; }
.util-spacing-gap-2210 { gap: 2210px !important; }
.util-pad-vertical-2210 { padding-top: 2210px !important; padding-bottom: 2210px !important; }
.util-elevation-level-2211 { box-shadow: 0 2211px 4422px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2211 { border-radius: 2211px !important; }
.util-spacing-gap-2211 { gap: 2211px !important; }
.util-pad-vertical-2211 { padding-top: 2211px !important; padding-bottom: 2211px !important; }
.util-elevation-level-2212 { box-shadow: 0 2212px 4424px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2212 { border-radius: 2212px !important; }
.util-spacing-gap-2212 { gap: 2212px !important; }
.util-pad-vertical-2212 { padding-top: 2212px !important; padding-bottom: 2212px !important; }
.util-elevation-level-2213 { box-shadow: 0 2213px 4426px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2213 { border-radius: 2213px !important; }
.util-spacing-gap-2213 { gap: 2213px !important; }
.util-pad-vertical-2213 { padding-top: 2213px !important; padding-bottom: 2213px !important; }
.util-elevation-level-2214 { box-shadow: 0 2214px 4428px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2214 { border-radius: 2214px !important; }
.util-spacing-gap-2214 { gap: 2214px !important; }
.util-pad-vertical-2214 { padding-top: 2214px !important; padding-bottom: 2214px !important; }
.util-elevation-level-2215 { box-shadow: 0 2215px 4430px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2215 { border-radius: 2215px !important; }
.util-spacing-gap-2215 { gap: 2215px !important; }
.util-pad-vertical-2215 { padding-top: 2215px !important; padding-bottom: 2215px !important; }
.util-elevation-level-2216 { box-shadow: 0 2216px 4432px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2216 { border-radius: 2216px !important; }
.util-spacing-gap-2216 { gap: 2216px !important; }
.util-pad-vertical-2216 { padding-top: 2216px !important; padding-bottom: 2216px !important; }
.util-elevation-level-2217 { box-shadow: 0 2217px 4434px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2217 { border-radius: 2217px !important; }
.util-spacing-gap-2217 { gap: 2217px !important; }
.util-pad-vertical-2217 { padding-top: 2217px !important; padding-bottom: 2217px !important; }
.util-elevation-level-2218 { box-shadow: 0 2218px 4436px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2218 { border-radius: 2218px !important; }
.util-spacing-gap-2218 { gap: 2218px !important; }
.util-pad-vertical-2218 { padding-top: 2218px !important; padding-bottom: 2218px !important; }
.util-elevation-level-2219 { box-shadow: 0 2219px 4438px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2219 { border-radius: 2219px !important; }
.util-spacing-gap-2219 { gap: 2219px !important; }
.util-pad-vertical-2219 { padding-top: 2219px !important; padding-bottom: 2219px !important; }
.util-elevation-level-2220 { box-shadow: 0 2220px 4440px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2220 { border-radius: 2220px !important; }
.util-spacing-gap-2220 { gap: 2220px !important; }
.util-pad-vertical-2220 { padding-top: 2220px !important; padding-bottom: 2220px !important; }
.util-elevation-level-2221 { box-shadow: 0 2221px 4442px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2221 { border-radius: 2221px !important; }
.util-spacing-gap-2221 { gap: 2221px !important; }
.util-pad-vertical-2221 { padding-top: 2221px !important; padding-bottom: 2221px !important; }
.util-elevation-level-2222 { box-shadow: 0 2222px 4444px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2222 { border-radius: 2222px !important; }
.util-spacing-gap-2222 { gap: 2222px !important; }
.util-pad-vertical-2222 { padding-top: 2222px !important; padding-bottom: 2222px !important; }
.util-elevation-level-2223 { box-shadow: 0 2223px 4446px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2223 { border-radius: 2223px !important; }
.util-spacing-gap-2223 { gap: 2223px !important; }
.util-pad-vertical-2223 { padding-top: 2223px !important; padding-bottom: 2223px !important; }
.util-elevation-level-2224 { box-shadow: 0 2224px 4448px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2224 { border-radius: 2224px !important; }
.util-spacing-gap-2224 { gap: 2224px !important; }
.util-pad-vertical-2224 { padding-top: 2224px !important; padding-bottom: 2224px !important; }
.util-elevation-level-2225 { box-shadow: 0 2225px 4450px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2225 { border-radius: 2225px !important; }
.util-spacing-gap-2225 { gap: 2225px !important; }
.util-pad-vertical-2225 { padding-top: 2225px !important; padding-bottom: 2225px !important; }
.util-elevation-level-2226 { box-shadow: 0 2226px 4452px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2226 { border-radius: 2226px !important; }
.util-spacing-gap-2226 { gap: 2226px !important; }
.util-pad-vertical-2226 { padding-top: 2226px !important; padding-bottom: 2226px !important; }
.util-elevation-level-2227 { box-shadow: 0 2227px 4454px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2227 { border-radius: 2227px !important; }
.util-spacing-gap-2227 { gap: 2227px !important; }
.util-pad-vertical-2227 { padding-top: 2227px !important; padding-bottom: 2227px !important; }
.util-elevation-level-2228 { box-shadow: 0 2228px 4456px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2228 { border-radius: 2228px !important; }
.util-spacing-gap-2228 { gap: 2228px !important; }
.util-pad-vertical-2228 { padding-top: 2228px !important; padding-bottom: 2228px !important; }
.util-elevation-level-2229 { box-shadow: 0 2229px 4458px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2229 { border-radius: 2229px !important; }
.util-spacing-gap-2229 { gap: 2229px !important; }
.util-pad-vertical-2229 { padding-top: 2229px !important; padding-bottom: 2229px !important; }
.util-elevation-level-2230 { box-shadow: 0 2230px 4460px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2230 { border-radius: 2230px !important; }
.util-spacing-gap-2230 { gap: 2230px !important; }
.util-pad-vertical-2230 { padding-top: 2230px !important; padding-bottom: 2230px !important; }
.util-elevation-level-2231 { box-shadow: 0 2231px 4462px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2231 { border-radius: 2231px !important; }
.util-spacing-gap-2231 { gap: 2231px !important; }
.util-pad-vertical-2231 { padding-top: 2231px !important; padding-bottom: 2231px !important; }
.util-elevation-level-2232 { box-shadow: 0 2232px 4464px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2232 { border-radius: 2232px !important; }
.util-spacing-gap-2232 { gap: 2232px !important; }
.util-pad-vertical-2232 { padding-top: 2232px !important; padding-bottom: 2232px !important; }
.util-elevation-level-2233 { box-shadow: 0 2233px 4466px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2233 { border-radius: 2233px !important; }
.util-spacing-gap-2233 { gap: 2233px !important; }
.util-pad-vertical-2233 { padding-top: 2233px !important; padding-bottom: 2233px !important; }
.util-elevation-level-2234 { box-shadow: 0 2234px 4468px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2234 { border-radius: 2234px !important; }
.util-spacing-gap-2234 { gap: 2234px !important; }
.util-pad-vertical-2234 { padding-top: 2234px !important; padding-bottom: 2234px !important; }
.util-elevation-level-2235 { box-shadow: 0 2235px 4470px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2235 { border-radius: 2235px !important; }
.util-spacing-gap-2235 { gap: 2235px !important; }
.util-pad-vertical-2235 { padding-top: 2235px !important; padding-bottom: 2235px !important; }
.util-elevation-level-2236 { box-shadow: 0 2236px 4472px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2236 { border-radius: 2236px !important; }
.util-spacing-gap-2236 { gap: 2236px !important; }
.util-pad-vertical-2236 { padding-top: 2236px !important; padding-bottom: 2236px !important; }
.util-elevation-level-2237 { box-shadow: 0 2237px 4474px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2237 { border-radius: 2237px !important; }
.util-spacing-gap-2237 { gap: 2237px !important; }
.util-pad-vertical-2237 { padding-top: 2237px !important; padding-bottom: 2237px !important; }
.util-elevation-level-2238 { box-shadow: 0 2238px 4476px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2238 { border-radius: 2238px !important; }
.util-spacing-gap-2238 { gap: 2238px !important; }
.util-pad-vertical-2238 { padding-top: 2238px !important; padding-bottom: 2238px !important; }
.util-elevation-level-2239 { box-shadow: 0 2239px 4478px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2239 { border-radius: 2239px !important; }
.util-spacing-gap-2239 { gap: 2239px !important; }
.util-pad-vertical-2239 { padding-top: 2239px !important; padding-bottom: 2239px !important; }
.util-elevation-level-2240 { box-shadow: 0 2240px 4480px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2240 { border-radius: 2240px !important; }
.util-spacing-gap-2240 { gap: 2240px !important; }
.util-pad-vertical-2240 { padding-top: 2240px !important; padding-bottom: 2240px !important; }
.util-elevation-level-2241 { box-shadow: 0 2241px 4482px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2241 { border-radius: 2241px !important; }
.util-spacing-gap-2241 { gap: 2241px !important; }
.util-pad-vertical-2241 { padding-top: 2241px !important; padding-bottom: 2241px !important; }
.util-elevation-level-2242 { box-shadow: 0 2242px 4484px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2242 { border-radius: 2242px !important; }
.util-spacing-gap-2242 { gap: 2242px !important; }
.util-pad-vertical-2242 { padding-top: 2242px !important; padding-bottom: 2242px !important; }
.util-elevation-level-2243 { box-shadow: 0 2243px 4486px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2243 { border-radius: 2243px !important; }
.util-spacing-gap-2243 { gap: 2243px !important; }
.util-pad-vertical-2243 { padding-top: 2243px !important; padding-bottom: 2243px !important; }
.util-elevation-level-2244 { box-shadow: 0 2244px 4488px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2244 { border-radius: 2244px !important; }
.util-spacing-gap-2244 { gap: 2244px !important; }
.util-pad-vertical-2244 { padding-top: 2244px !important; padding-bottom: 2244px !important; }
.util-elevation-level-2245 { box-shadow: 0 2245px 4490px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2245 { border-radius: 2245px !important; }
.util-spacing-gap-2245 { gap: 2245px !important; }
.util-pad-vertical-2245 { padding-top: 2245px !important; padding-bottom: 2245px !important; }
.util-elevation-level-2246 { box-shadow: 0 2246px 4492px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2246 { border-radius: 2246px !important; }
.util-spacing-gap-2246 { gap: 2246px !important; }
.util-pad-vertical-2246 { padding-top: 2246px !important; padding-bottom: 2246px !important; }
.util-elevation-level-2247 { box-shadow: 0 2247px 4494px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2247 { border-radius: 2247px !important; }
.util-spacing-gap-2247 { gap: 2247px !important; }
.util-pad-vertical-2247 { padding-top: 2247px !important; padding-bottom: 2247px !important; }
.util-elevation-level-2248 { box-shadow: 0 2248px 4496px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2248 { border-radius: 2248px !important; }
.util-spacing-gap-2248 { gap: 2248px !important; }
.util-pad-vertical-2248 { padding-top: 2248px !important; padding-bottom: 2248px !important; }
.util-elevation-level-2249 { box-shadow: 0 2249px 4498px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2249 { border-radius: 2249px !important; }
.util-spacing-gap-2249 { gap: 2249px !important; }
.util-pad-vertical-2249 { padding-top: 2249px !important; padding-bottom: 2249px !important; }
.util-elevation-level-2250 { box-shadow: 0 2250px 4500px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2250 { border-radius: 2250px !important; }
.util-spacing-gap-2250 { gap: 2250px !important; }
.util-pad-vertical-2250 { padding-top: 2250px !important; padding-bottom: 2250px !important; }
.util-elevation-level-2251 { box-shadow: 0 2251px 4502px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2251 { border-radius: 2251px !important; }
.util-spacing-gap-2251 { gap: 2251px !important; }
.util-pad-vertical-2251 { padding-top: 2251px !important; padding-bottom: 2251px !important; }
.util-elevation-level-2252 { box-shadow: 0 2252px 4504px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2252 { border-radius: 2252px !important; }
.util-spacing-gap-2252 { gap: 2252px !important; }
.util-pad-vertical-2252 { padding-top: 2252px !important; padding-bottom: 2252px !important; }
.util-elevation-level-2253 { box-shadow: 0 2253px 4506px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2253 { border-radius: 2253px !important; }
.util-spacing-gap-2253 { gap: 2253px !important; }
.util-pad-vertical-2253 { padding-top: 2253px !important; padding-bottom: 2253px !important; }
.util-elevation-level-2254 { box-shadow: 0 2254px 4508px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2254 { border-radius: 2254px !important; }
.util-spacing-gap-2254 { gap: 2254px !important; }
.util-pad-vertical-2254 { padding-top: 2254px !important; padding-bottom: 2254px !important; }
.util-elevation-level-2255 { box-shadow: 0 2255px 4510px rgba(15, 23, 42, 0.05) !important; }
.util-radius-custom-2255 { border-radius: 2255px !important; }
.util-spacing-gap-2255 { gap: 2255px !important; }
.util-pad-vertical-2255 { padding-top: 2255px !important; padding-bottom: 2255px !important; }
.util-elevation-level-2256 { box-shadow: 0 2256px 4512px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2256 { border-radius: 2256px !important; }
.util-spacing-gap-2256 { gap: 2256px !important; }
.util-pad-vertical-2256 { padding-top: 2256px !important; padding-bottom: 2256px !important; }
.util-elevation-level-2257 { box-shadow: 0 2257px 4514px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2257 { border-radius: 2257px !important; }
.util-spacing-gap-2257 { gap: 2257px !important; }
.util-pad-vertical-2257 { padding-top: 2257px !important; padding-bottom: 2257px !important; }
.util-elevation-level-2258 { box-shadow: 0 2258px 4516px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2258 { border-radius: 2258px !important; }
.util-spacing-gap-2258 { gap: 2258px !important; }
.util-pad-vertical-2258 { padding-top: 2258px !important; padding-bottom: 2258px !important; }
.util-elevation-level-2259 { box-shadow: 0 2259px 4518px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2259 { border-radius: 2259px !important; }
.util-spacing-gap-2259 { gap: 2259px !important; }
.util-pad-vertical-2259 { padding-top: 2259px !important; padding-bottom: 2259px !important; }
.util-elevation-level-2260 { box-shadow: 0 2260px 4520px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2260 { border-radius: 2260px !important; }
.util-spacing-gap-2260 { gap: 2260px !important; }
.util-pad-vertical-2260 { padding-top: 2260px !important; padding-bottom: 2260px !important; }
.util-elevation-level-2261 { box-shadow: 0 2261px 4522px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2261 { border-radius: 2261px !important; }
.util-spacing-gap-2261 { gap: 2261px !important; }
.util-pad-vertical-2261 { padding-top: 2261px !important; padding-bottom: 2261px !important; }
.util-elevation-level-2262 { box-shadow: 0 2262px 4524px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2262 { border-radius: 2262px !important; }
.util-spacing-gap-2262 { gap: 2262px !important; }
.util-pad-vertical-2262 { padding-top: 2262px !important; padding-bottom: 2262px !important; }
.util-elevation-level-2263 { box-shadow: 0 2263px 4526px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2263 { border-radius: 2263px !important; }
.util-spacing-gap-2263 { gap: 2263px !important; }
.util-pad-vertical-2263 { padding-top: 2263px !important; padding-bottom: 2263px !important; }
.util-elevation-level-2264 { box-shadow: 0 2264px 4528px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2264 { border-radius: 2264px !important; }
.util-spacing-gap-2264 { gap: 2264px !important; }
.util-pad-vertical-2264 { padding-top: 2264px !important; padding-bottom: 2264px !important; }
.util-elevation-level-2265 { box-shadow: 0 2265px 4530px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2265 { border-radius: 2265px !important; }
.util-spacing-gap-2265 { gap: 2265px !important; }
.util-pad-vertical-2265 { padding-top: 2265px !important; padding-bottom: 2265px !important; }
.util-elevation-level-2266 { box-shadow: 0 2266px 4532px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2266 { border-radius: 2266px !important; }
.util-spacing-gap-2266 { gap: 2266px !important; }
.util-pad-vertical-2266 { padding-top: 2266px !important; padding-bottom: 2266px !important; }
.util-elevation-level-2267 { box-shadow: 0 2267px 4534px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2267 { border-radius: 2267px !important; }
.util-spacing-gap-2267 { gap: 2267px !important; }
.util-pad-vertical-2267 { padding-top: 2267px !important; padding-bottom: 2267px !important; }
.util-elevation-level-2268 { box-shadow: 0 2268px 4536px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2268 { border-radius: 2268px !important; }
.util-spacing-gap-2268 { gap: 2268px !important; }
.util-pad-vertical-2268 { padding-top: 2268px !important; padding-bottom: 2268px !important; }
.util-elevation-level-2269 { box-shadow: 0 2269px 4538px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2269 { border-radius: 2269px !important; }
.util-spacing-gap-2269 { gap: 2269px !important; }
.util-pad-vertical-2269 { padding-top: 2269px !important; padding-bottom: 2269px !important; }
.util-elevation-level-2270 { box-shadow: 0 2270px 4540px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2270 { border-radius: 2270px !important; }
.util-spacing-gap-2270 { gap: 2270px !important; }
.util-pad-vertical-2270 { padding-top: 2270px !important; padding-bottom: 2270px !important; }
.util-elevation-level-2271 { box-shadow: 0 2271px 4542px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2271 { border-radius: 2271px !important; }
.util-spacing-gap-2271 { gap: 2271px !important; }
.util-pad-vertical-2271 { padding-top: 2271px !important; padding-bottom: 2271px !important; }
.util-elevation-level-2272 { box-shadow: 0 2272px 4544px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2272 { border-radius: 2272px !important; }
.util-spacing-gap-2272 { gap: 2272px !important; }
.util-pad-vertical-2272 { padding-top: 2272px !important; padding-bottom: 2272px !important; }
.util-elevation-level-2273 { box-shadow: 0 2273px 4546px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2273 { border-radius: 2273px !important; }
.util-spacing-gap-2273 { gap: 2273px !important; }
.util-pad-vertical-2273 { padding-top: 2273px !important; padding-bottom: 2273px !important; }
.util-elevation-level-2274 { box-shadow: 0 2274px 4548px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2274 { border-radius: 2274px !important; }
.util-spacing-gap-2274 { gap: 2274px !important; }
.util-pad-vertical-2274 { padding-top: 2274px !important; padding-bottom: 2274px !important; }
.util-elevation-level-2275 { box-shadow: 0 2275px 4550px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2275 { border-radius: 2275px !important; }
.util-spacing-gap-2275 { gap: 2275px !important; }
.util-pad-vertical-2275 { padding-top: 2275px !important; padding-bottom: 2275px !important; }
.util-elevation-level-2276 { box-shadow: 0 2276px 4552px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2276 { border-radius: 2276px !important; }
.util-spacing-gap-2276 { gap: 2276px !important; }
.util-pad-vertical-2276 { padding-top: 2276px !important; padding-bottom: 2276px !important; }
.util-elevation-level-2277 { box-shadow: 0 2277px 4554px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2277 { border-radius: 2277px !important; }
.util-spacing-gap-2277 { gap: 2277px !important; }
.util-pad-vertical-2277 { padding-top: 2277px !important; padding-bottom: 2277px !important; }
.util-elevation-level-2278 { box-shadow: 0 2278px 4556px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2278 { border-radius: 2278px !important; }
.util-spacing-gap-2278 { gap: 2278px !important; }
.util-pad-vertical-2278 { padding-top: 2278px !important; padding-bottom: 2278px !important; }
.util-elevation-level-2279 { box-shadow: 0 2279px 4558px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2279 { border-radius: 2279px !important; }
.util-spacing-gap-2279 { gap: 2279px !important; }
.util-pad-vertical-2279 { padding-top: 2279px !important; padding-bottom: 2279px !important; }
.util-elevation-level-2280 { box-shadow: 0 2280px 4560px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2280 { border-radius: 2280px !important; }
.util-spacing-gap-2280 { gap: 2280px !important; }
.util-pad-vertical-2280 { padding-top: 2280px !important; padding-bottom: 2280px !important; }
.util-elevation-level-2281 { box-shadow: 0 2281px 4562px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2281 { border-radius: 2281px !important; }
.util-spacing-gap-2281 { gap: 2281px !important; }
.util-pad-vertical-2281 { padding-top: 2281px !important; padding-bottom: 2281px !important; }
.util-elevation-level-2282 { box-shadow: 0 2282px 4564px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2282 { border-radius: 2282px !important; }
.util-spacing-gap-2282 { gap: 2282px !important; }
.util-pad-vertical-2282 { padding-top: 2282px !important; padding-bottom: 2282px !important; }
.util-elevation-level-2283 { box-shadow: 0 2283px 4566px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2283 { border-radius: 2283px !important; }
.util-spacing-gap-2283 { gap: 2283px !important; }
.util-pad-vertical-2283 { padding-top: 2283px !important; padding-bottom: 2283px !important; }
.util-elevation-level-2284 { box-shadow: 0 2284px 4568px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2284 { border-radius: 2284px !important; }
.util-spacing-gap-2284 { gap: 2284px !important; }
.util-pad-vertical-2284 { padding-top: 2284px !important; padding-bottom: 2284px !important; }
.util-elevation-level-2285 { box-shadow: 0 2285px 4570px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2285 { border-radius: 2285px !important; }
.util-spacing-gap-2285 { gap: 2285px !important; }
.util-pad-vertical-2285 { padding-top: 2285px !important; padding-bottom: 2285px !important; }
.util-elevation-level-2286 { box-shadow: 0 2286px 4572px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2286 { border-radius: 2286px !important; }
.util-spacing-gap-2286 { gap: 2286px !important; }
.util-pad-vertical-2286 { padding-top: 2286px !important; padding-bottom: 2286px !important; }
.util-elevation-level-2287 { box-shadow: 0 2287px 4574px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2287 { border-radius: 2287px !important; }
.util-spacing-gap-2287 { gap: 2287px !important; }
.util-pad-vertical-2287 { padding-top: 2287px !important; padding-bottom: 2287px !important; }
.util-elevation-level-2288 { box-shadow: 0 2288px 4576px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2288 { border-radius: 2288px !important; }
.util-spacing-gap-2288 { gap: 2288px !important; }
.util-pad-vertical-2288 { padding-top: 2288px !important; padding-bottom: 2288px !important; }
.util-elevation-level-2289 { box-shadow: 0 2289px 4578px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2289 { border-radius: 2289px !important; }
.util-spacing-gap-2289 { gap: 2289px !important; }
.util-pad-vertical-2289 { padding-top: 2289px !important; padding-bottom: 2289px !important; }
.util-elevation-level-2290 { box-shadow: 0 2290px 4580px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2290 { border-radius: 2290px !important; }
.util-spacing-gap-2290 { gap: 2290px !important; }
.util-pad-vertical-2290 { padding-top: 2290px !important; padding-bottom: 2290px !important; }
.util-elevation-level-2291 { box-shadow: 0 2291px 4582px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2291 { border-radius: 2291px !important; }
.util-spacing-gap-2291 { gap: 2291px !important; }
.util-pad-vertical-2291 { padding-top: 2291px !important; padding-bottom: 2291px !important; }
.util-elevation-level-2292 { box-shadow: 0 2292px 4584px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2292 { border-radius: 2292px !important; }
.util-spacing-gap-2292 { gap: 2292px !important; }
.util-pad-vertical-2292 { padding-top: 2292px !important; padding-bottom: 2292px !important; }
.util-elevation-level-2293 { box-shadow: 0 2293px 4586px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2293 { border-radius: 2293px !important; }
.util-spacing-gap-2293 { gap: 2293px !important; }
.util-pad-vertical-2293 { padding-top: 2293px !important; padding-bottom: 2293px !important; }
.util-elevation-level-2294 { box-shadow: 0 2294px 4588px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2294 { border-radius: 2294px !important; }
.util-spacing-gap-2294 { gap: 2294px !important; }
.util-pad-vertical-2294 { padding-top: 2294px !important; padding-bottom: 2294px !important; }
.util-elevation-level-2295 { box-shadow: 0 2295px 4590px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2295 { border-radius: 2295px !important; }
.util-spacing-gap-2295 { gap: 2295px !important; }
.util-pad-vertical-2295 { padding-top: 2295px !important; padding-bottom: 2295px !important; }
.util-elevation-level-2296 { box-shadow: 0 2296px 4592px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2296 { border-radius: 2296px !important; }
.util-spacing-gap-2296 { gap: 2296px !important; }
.util-pad-vertical-2296 { padding-top: 2296px !important; padding-bottom: 2296px !important; }
.util-elevation-level-2297 { box-shadow: 0 2297px 4594px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2297 { border-radius: 2297px !important; }
.util-spacing-gap-2297 { gap: 2297px !important; }
.util-pad-vertical-2297 { padding-top: 2297px !important; padding-bottom: 2297px !important; }
.util-elevation-level-2298 { box-shadow: 0 2298px 4596px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2298 { border-radius: 2298px !important; }
.util-spacing-gap-2298 { gap: 2298px !important; }
.util-pad-vertical-2298 { padding-top: 2298px !important; padding-bottom: 2298px !important; }
.util-elevation-level-2299 { box-shadow: 0 2299px 4598px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2299 { border-radius: 2299px !important; }
.util-spacing-gap-2299 { gap: 2299px !important; }
.util-pad-vertical-2299 { padding-top: 2299px !important; padding-bottom: 2299px !important; }
.util-elevation-level-2300 { box-shadow: 0 2300px 4600px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2300 { border-radius: 2300px !important; }
.util-spacing-gap-2300 { gap: 2300px !important; }
.util-pad-vertical-2300 { padding-top: 2300px !important; padding-bottom: 2300px !important; }
.util-elevation-level-2301 { box-shadow: 0 2301px 4602px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2301 { border-radius: 2301px !important; }
.util-spacing-gap-2301 { gap: 2301px !important; }
.util-pad-vertical-2301 { padding-top: 2301px !important; padding-bottom: 2301px !important; }
.util-elevation-level-2302 { box-shadow: 0 2302px 4604px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2302 { border-radius: 2302px !important; }
.util-spacing-gap-2302 { gap: 2302px !important; }
.util-pad-vertical-2302 { padding-top: 2302px !important; padding-bottom: 2302px !important; }
.util-elevation-level-2303 { box-shadow: 0 2303px 4606px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2303 { border-radius: 2303px !important; }
.util-spacing-gap-2303 { gap: 2303px !important; }
.util-pad-vertical-2303 { padding-top: 2303px !important; padding-bottom: 2303px !important; }
.util-elevation-level-2304 { box-shadow: 0 2304px 4608px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2304 { border-radius: 2304px !important; }
.util-spacing-gap-2304 { gap: 2304px !important; }
.util-pad-vertical-2304 { padding-top: 2304px !important; padding-bottom: 2304px !important; }
.util-elevation-level-2305 { box-shadow: 0 2305px 4610px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2305 { border-radius: 2305px !important; }
.util-spacing-gap-2305 { gap: 2305px !important; }
.util-pad-vertical-2305 { padding-top: 2305px !important; padding-bottom: 2305px !important; }
.util-elevation-level-2306 { box-shadow: 0 2306px 4612px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2306 { border-radius: 2306px !important; }
.util-spacing-gap-2306 { gap: 2306px !important; }
.util-pad-vertical-2306 { padding-top: 2306px !important; padding-bottom: 2306px !important; }
.util-elevation-level-2307 { box-shadow: 0 2307px 4614px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2307 { border-radius: 2307px !important; }
.util-spacing-gap-2307 { gap: 2307px !important; }
.util-pad-vertical-2307 { padding-top: 2307px !important; padding-bottom: 2307px !important; }
.util-elevation-level-2308 { box-shadow: 0 2308px 4616px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2308 { border-radius: 2308px !important; }
.util-spacing-gap-2308 { gap: 2308px !important; }
.util-pad-vertical-2308 { padding-top: 2308px !important; padding-bottom: 2308px !important; }
.util-elevation-level-2309 { box-shadow: 0 2309px 4618px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2309 { border-radius: 2309px !important; }
.util-spacing-gap-2309 { gap: 2309px !important; }
.util-pad-vertical-2309 { padding-top: 2309px !important; padding-bottom: 2309px !important; }
.util-elevation-level-2310 { box-shadow: 0 2310px 4620px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2310 { border-radius: 2310px !important; }
.util-spacing-gap-2310 { gap: 2310px !important; }
.util-pad-vertical-2310 { padding-top: 2310px !important; padding-bottom: 2310px !important; }
.util-elevation-level-2311 { box-shadow: 0 2311px 4622px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2311 { border-radius: 2311px !important; }
.util-spacing-gap-2311 { gap: 2311px !important; }
.util-pad-vertical-2311 { padding-top: 2311px !important; padding-bottom: 2311px !important; }
.util-elevation-level-2312 { box-shadow: 0 2312px 4624px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2312 { border-radius: 2312px !important; }
.util-spacing-gap-2312 { gap: 2312px !important; }
.util-pad-vertical-2312 { padding-top: 2312px !important; padding-bottom: 2312px !important; }
.util-elevation-level-2313 { box-shadow: 0 2313px 4626px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2313 { border-radius: 2313px !important; }
.util-spacing-gap-2313 { gap: 2313px !important; }
.util-pad-vertical-2313 { padding-top: 2313px !important; padding-bottom: 2313px !important; }
.util-elevation-level-2314 { box-shadow: 0 2314px 4628px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2314 { border-radius: 2314px !important; }
.util-spacing-gap-2314 { gap: 2314px !important; }
.util-pad-vertical-2314 { padding-top: 2314px !important; padding-bottom: 2314px !important; }
.util-elevation-level-2315 { box-shadow: 0 2315px 4630px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2315 { border-radius: 2315px !important; }
.util-spacing-gap-2315 { gap: 2315px !important; }
.util-pad-vertical-2315 { padding-top: 2315px !important; padding-bottom: 2315px !important; }
.util-elevation-level-2316 { box-shadow: 0 2316px 4632px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2316 { border-radius: 2316px !important; }
.util-spacing-gap-2316 { gap: 2316px !important; }
.util-pad-vertical-2316 { padding-top: 2316px !important; padding-bottom: 2316px !important; }
.util-elevation-level-2317 { box-shadow: 0 2317px 4634px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2317 { border-radius: 2317px !important; }
.util-spacing-gap-2317 { gap: 2317px !important; }
.util-pad-vertical-2317 { padding-top: 2317px !important; padding-bottom: 2317px !important; }
.util-elevation-level-2318 { box-shadow: 0 2318px 4636px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2318 { border-radius: 2318px !important; }
.util-spacing-gap-2318 { gap: 2318px !important; }
.util-pad-vertical-2318 { padding-top: 2318px !important; padding-bottom: 2318px !important; }
.util-elevation-level-2319 { box-shadow: 0 2319px 4638px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2319 { border-radius: 2319px !important; }
.util-spacing-gap-2319 { gap: 2319px !important; }
.util-pad-vertical-2319 { padding-top: 2319px !important; padding-bottom: 2319px !important; }
.util-elevation-level-2320 { box-shadow: 0 2320px 4640px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2320 { border-radius: 2320px !important; }
.util-spacing-gap-2320 { gap: 2320px !important; }
.util-pad-vertical-2320 { padding-top: 2320px !important; padding-bottom: 2320px !important; }
.util-elevation-level-2321 { box-shadow: 0 2321px 4642px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2321 { border-radius: 2321px !important; }
.util-spacing-gap-2321 { gap: 2321px !important; }
.util-pad-vertical-2321 { padding-top: 2321px !important; padding-bottom: 2321px !important; }
.util-elevation-level-2322 { box-shadow: 0 2322px 4644px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2322 { border-radius: 2322px !important; }
.util-spacing-gap-2322 { gap: 2322px !important; }
.util-pad-vertical-2322 { padding-top: 2322px !important; padding-bottom: 2322px !important; }
.util-elevation-level-2323 { box-shadow: 0 2323px 4646px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2323 { border-radius: 2323px !important; }
.util-spacing-gap-2323 { gap: 2323px !important; }
.util-pad-vertical-2323 { padding-top: 2323px !important; padding-bottom: 2323px !important; }
.util-elevation-level-2324 { box-shadow: 0 2324px 4648px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2324 { border-radius: 2324px !important; }
.util-spacing-gap-2324 { gap: 2324px !important; }
.util-pad-vertical-2324 { padding-top: 2324px !important; padding-bottom: 2324px !important; }
.util-elevation-level-2325 { box-shadow: 0 2325px 4650px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2325 { border-radius: 2325px !important; }
.util-spacing-gap-2325 { gap: 2325px !important; }
.util-pad-vertical-2325 { padding-top: 2325px !important; padding-bottom: 2325px !important; }
.util-elevation-level-2326 { box-shadow: 0 2326px 4652px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2326 { border-radius: 2326px !important; }
.util-spacing-gap-2326 { gap: 2326px !important; }
.util-pad-vertical-2326 { padding-top: 2326px !important; padding-bottom: 2326px !important; }
.util-elevation-level-2327 { box-shadow: 0 2327px 4654px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2327 { border-radius: 2327px !important; }
.util-spacing-gap-2327 { gap: 2327px !important; }
.util-pad-vertical-2327 { padding-top: 2327px !important; padding-bottom: 2327px !important; }
.util-elevation-level-2328 { box-shadow: 0 2328px 4656px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2328 { border-radius: 2328px !important; }
.util-spacing-gap-2328 { gap: 2328px !important; }
.util-pad-vertical-2328 { padding-top: 2328px !important; padding-bottom: 2328px !important; }
.util-elevation-level-2329 { box-shadow: 0 2329px 4658px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2329 { border-radius: 2329px !important; }
.util-spacing-gap-2329 { gap: 2329px !important; }
.util-pad-vertical-2329 { padding-top: 2329px !important; padding-bottom: 2329px !important; }
.util-elevation-level-2330 { box-shadow: 0 2330px 4660px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2330 { border-radius: 2330px !important; }
.util-spacing-gap-2330 { gap: 2330px !important; }
.util-pad-vertical-2330 { padding-top: 2330px !important; padding-bottom: 2330px !important; }
.util-elevation-level-2331 { box-shadow: 0 2331px 4662px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2331 { border-radius: 2331px !important; }
.util-spacing-gap-2331 { gap: 2331px !important; }
.util-pad-vertical-2331 { padding-top: 2331px !important; padding-bottom: 2331px !important; }
.util-elevation-level-2332 { box-shadow: 0 2332px 4664px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2332 { border-radius: 2332px !important; }
.util-spacing-gap-2332 { gap: 2332px !important; }
.util-pad-vertical-2332 { padding-top: 2332px !important; padding-bottom: 2332px !important; }
.util-elevation-level-2333 { box-shadow: 0 2333px 4666px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2333 { border-radius: 2333px !important; }
.util-spacing-gap-2333 { gap: 2333px !important; }
.util-pad-vertical-2333 { padding-top: 2333px !important; padding-bottom: 2333px !important; }
.util-elevation-level-2334 { box-shadow: 0 2334px 4668px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2334 { border-radius: 2334px !important; }
.util-spacing-gap-2334 { gap: 2334px !important; }
.util-pad-vertical-2334 { padding-top: 2334px !important; padding-bottom: 2334px !important; }
.util-elevation-level-2335 { box-shadow: 0 2335px 4670px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2335 { border-radius: 2335px !important; }
.util-spacing-gap-2335 { gap: 2335px !important; }
.util-pad-vertical-2335 { padding-top: 2335px !important; padding-bottom: 2335px !important; }
.util-elevation-level-2336 { box-shadow: 0 2336px 4672px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2336 { border-radius: 2336px !important; }
.util-spacing-gap-2336 { gap: 2336px !important; }
.util-pad-vertical-2336 { padding-top: 2336px !important; padding-bottom: 2336px !important; }
.util-elevation-level-2337 { box-shadow: 0 2337px 4674px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2337 { border-radius: 2337px !important; }
.util-spacing-gap-2337 { gap: 2337px !important; }
.util-pad-vertical-2337 { padding-top: 2337px !important; padding-bottom: 2337px !important; }
.util-elevation-level-2338 { box-shadow: 0 2338px 4676px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2338 { border-radius: 2338px !important; }
.util-spacing-gap-2338 { gap: 2338px !important; }
.util-pad-vertical-2338 { padding-top: 2338px !important; padding-bottom: 2338px !important; }
.util-elevation-level-2339 { box-shadow: 0 2339px 4678px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2339 { border-radius: 2339px !important; }
.util-spacing-gap-2339 { gap: 2339px !important; }
.util-pad-vertical-2339 { padding-top: 2339px !important; padding-bottom: 2339px !important; }
.util-elevation-level-2340 { box-shadow: 0 2340px 4680px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2340 { border-radius: 2340px !important; }
.util-spacing-gap-2340 { gap: 2340px !important; }
.util-pad-vertical-2340 { padding-top: 2340px !important; padding-bottom: 2340px !important; }
.util-elevation-level-2341 { box-shadow: 0 2341px 4682px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2341 { border-radius: 2341px !important; }
.util-spacing-gap-2341 { gap: 2341px !important; }
.util-pad-vertical-2341 { padding-top: 2341px !important; padding-bottom: 2341px !important; }
.util-elevation-level-2342 { box-shadow: 0 2342px 4684px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2342 { border-radius: 2342px !important; }
.util-spacing-gap-2342 { gap: 2342px !important; }
.util-pad-vertical-2342 { padding-top: 2342px !important; padding-bottom: 2342px !important; }
.util-elevation-level-2343 { box-shadow: 0 2343px 4686px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2343 { border-radius: 2343px !important; }
.util-spacing-gap-2343 { gap: 2343px !important; }
.util-pad-vertical-2343 { padding-top: 2343px !important; padding-bottom: 2343px !important; }
.util-elevation-level-2344 { box-shadow: 0 2344px 4688px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2344 { border-radius: 2344px !important; }
.util-spacing-gap-2344 { gap: 2344px !important; }
.util-pad-vertical-2344 { padding-top: 2344px !important; padding-bottom: 2344px !important; }
.util-elevation-level-2345 { box-shadow: 0 2345px 4690px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2345 { border-radius: 2345px !important; }
.util-spacing-gap-2345 { gap: 2345px !important; }
.util-pad-vertical-2345 { padding-top: 2345px !important; padding-bottom: 2345px !important; }
.util-elevation-level-2346 { box-shadow: 0 2346px 4692px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2346 { border-radius: 2346px !important; }
.util-spacing-gap-2346 { gap: 2346px !important; }
.util-pad-vertical-2346 { padding-top: 2346px !important; padding-bottom: 2346px !important; }
.util-elevation-level-2347 { box-shadow: 0 2347px 4694px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2347 { border-radius: 2347px !important; }
.util-spacing-gap-2347 { gap: 2347px !important; }
.util-pad-vertical-2347 { padding-top: 2347px !important; padding-bottom: 2347px !important; }
.util-elevation-level-2348 { box-shadow: 0 2348px 4696px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2348 { border-radius: 2348px !important; }
.util-spacing-gap-2348 { gap: 2348px !important; }
.util-pad-vertical-2348 { padding-top: 2348px !important; padding-bottom: 2348px !important; }
.util-elevation-level-2349 { box-shadow: 0 2349px 4698px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2349 { border-radius: 2349px !important; }
.util-spacing-gap-2349 { gap: 2349px !important; }
.util-pad-vertical-2349 { padding-top: 2349px !important; padding-bottom: 2349px !important; }
.util-elevation-level-2350 { box-shadow: 0 2350px 4700px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2350 { border-radius: 2350px !important; }
.util-spacing-gap-2350 { gap: 2350px !important; }
.util-pad-vertical-2350 { padding-top: 2350px !important; padding-bottom: 2350px !important; }
.util-elevation-level-2351 { box-shadow: 0 2351px 4702px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2351 { border-radius: 2351px !important; }
.util-spacing-gap-2351 { gap: 2351px !important; }
.util-pad-vertical-2351 { padding-top: 2351px !important; padding-bottom: 2351px !important; }
.util-elevation-level-2352 { box-shadow: 0 2352px 4704px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2352 { border-radius: 2352px !important; }
.util-spacing-gap-2352 { gap: 2352px !important; }
.util-pad-vertical-2352 { padding-top: 2352px !important; padding-bottom: 2352px !important; }
.util-elevation-level-2353 { box-shadow: 0 2353px 4706px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2353 { border-radius: 2353px !important; }
.util-spacing-gap-2353 { gap: 2353px !important; }
.util-pad-vertical-2353 { padding-top: 2353px !important; padding-bottom: 2353px !important; }
.util-elevation-level-2354 { box-shadow: 0 2354px 4708px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2354 { border-radius: 2354px !important; }
.util-spacing-gap-2354 { gap: 2354px !important; }
.util-pad-vertical-2354 { padding-top: 2354px !important; padding-bottom: 2354px !important; }
.util-elevation-level-2355 { box-shadow: 0 2355px 4710px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2355 { border-radius: 2355px !important; }
.util-spacing-gap-2355 { gap: 2355px !important; }
.util-pad-vertical-2355 { padding-top: 2355px !important; padding-bottom: 2355px !important; }
.util-elevation-level-2356 { box-shadow: 0 2356px 4712px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2356 { border-radius: 2356px !important; }
.util-spacing-gap-2356 { gap: 2356px !important; }
.util-pad-vertical-2356 { padding-top: 2356px !important; padding-bottom: 2356px !important; }
.util-elevation-level-2357 { box-shadow: 0 2357px 4714px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2357 { border-radius: 2357px !important; }
.util-spacing-gap-2357 { gap: 2357px !important; }
.util-pad-vertical-2357 { padding-top: 2357px !important; padding-bottom: 2357px !important; }
.util-elevation-level-2358 { box-shadow: 0 2358px 4716px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2358 { border-radius: 2358px !important; }
.util-spacing-gap-2358 { gap: 2358px !important; }
.util-pad-vertical-2358 { padding-top: 2358px !important; padding-bottom: 2358px !important; }
.util-elevation-level-2359 { box-shadow: 0 2359px 4718px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2359 { border-radius: 2359px !important; }
.util-spacing-gap-2359 { gap: 2359px !important; }
.util-pad-vertical-2359 { padding-top: 2359px !important; padding-bottom: 2359px !important; }
.util-elevation-level-2360 { box-shadow: 0 2360px 4720px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2360 { border-radius: 2360px !important; }
.util-spacing-gap-2360 { gap: 2360px !important; }
.util-pad-vertical-2360 { padding-top: 2360px !important; padding-bottom: 2360px !important; }
.util-elevation-level-2361 { box-shadow: 0 2361px 4722px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2361 { border-radius: 2361px !important; }
.util-spacing-gap-2361 { gap: 2361px !important; }
.util-pad-vertical-2361 { padding-top: 2361px !important; padding-bottom: 2361px !important; }
.util-elevation-level-2362 { box-shadow: 0 2362px 4724px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2362 { border-radius: 2362px !important; }
.util-spacing-gap-2362 { gap: 2362px !important; }
.util-pad-vertical-2362 { padding-top: 2362px !important; padding-bottom: 2362px !important; }
.util-elevation-level-2363 { box-shadow: 0 2363px 4726px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2363 { border-radius: 2363px !important; }
.util-spacing-gap-2363 { gap: 2363px !important; }
.util-pad-vertical-2363 { padding-top: 2363px !important; padding-bottom: 2363px !important; }
.util-elevation-level-2364 { box-shadow: 0 2364px 4728px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2364 { border-radius: 2364px !important; }
.util-spacing-gap-2364 { gap: 2364px !important; }
.util-pad-vertical-2364 { padding-top: 2364px !important; padding-bottom: 2364px !important; }
.util-elevation-level-2365 { box-shadow: 0 2365px 4730px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2365 { border-radius: 2365px !important; }
.util-spacing-gap-2365 { gap: 2365px !important; }
.util-pad-vertical-2365 { padding-top: 2365px !important; padding-bottom: 2365px !important; }
.util-elevation-level-2366 { box-shadow: 0 2366px 4732px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2366 { border-radius: 2366px !important; }
.util-spacing-gap-2366 { gap: 2366px !important; }
.util-pad-vertical-2366 { padding-top: 2366px !important; padding-bottom: 2366px !important; }
.util-elevation-level-2367 { box-shadow: 0 2367px 4734px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2367 { border-radius: 2367px !important; }
.util-spacing-gap-2367 { gap: 2367px !important; }
.util-pad-vertical-2367 { padding-top: 2367px !important; padding-bottom: 2367px !important; }
.util-elevation-level-2368 { box-shadow: 0 2368px 4736px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2368 { border-radius: 2368px !important; }
.util-spacing-gap-2368 { gap: 2368px !important; }
.util-pad-vertical-2368 { padding-top: 2368px !important; padding-bottom: 2368px !important; }
.util-elevation-level-2369 { box-shadow: 0 2369px 4738px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2369 { border-radius: 2369px !important; }
.util-spacing-gap-2369 { gap: 2369px !important; }
.util-pad-vertical-2369 { padding-top: 2369px !important; padding-bottom: 2369px !important; }
.util-elevation-level-2370 { box-shadow: 0 2370px 4740px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2370 { border-radius: 2370px !important; }
.util-spacing-gap-2370 { gap: 2370px !important; }
.util-pad-vertical-2370 { padding-top: 2370px !important; padding-bottom: 2370px !important; }
.util-elevation-level-2371 { box-shadow: 0 2371px 4742px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2371 { border-radius: 2371px !important; }
.util-spacing-gap-2371 { gap: 2371px !important; }
.util-pad-vertical-2371 { padding-top: 2371px !important; padding-bottom: 2371px !important; }
.util-elevation-level-2372 { box-shadow: 0 2372px 4744px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2372 { border-radius: 2372px !important; }
.util-spacing-gap-2372 { gap: 2372px !important; }
.util-pad-vertical-2372 { padding-top: 2372px !important; padding-bottom: 2372px !important; }
.util-elevation-level-2373 { box-shadow: 0 2373px 4746px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2373 { border-radius: 2373px !important; }
.util-spacing-gap-2373 { gap: 2373px !important; }
.util-pad-vertical-2373 { padding-top: 2373px !important; padding-bottom: 2373px !important; }
.util-elevation-level-2374 { box-shadow: 0 2374px 4748px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2374 { border-radius: 2374px !important; }
.util-spacing-gap-2374 { gap: 2374px !important; }
.util-pad-vertical-2374 { padding-top: 2374px !important; padding-bottom: 2374px !important; }
.util-elevation-level-2375 { box-shadow: 0 2375px 4750px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2375 { border-radius: 2375px !important; }
.util-spacing-gap-2375 { gap: 2375px !important; }
.util-pad-vertical-2375 { padding-top: 2375px !important; padding-bottom: 2375px !important; }
.util-elevation-level-2376 { box-shadow: 0 2376px 4752px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2376 { border-radius: 2376px !important; }
.util-spacing-gap-2376 { gap: 2376px !important; }
.util-pad-vertical-2376 { padding-top: 2376px !important; padding-bottom: 2376px !important; }
.util-elevation-level-2377 { box-shadow: 0 2377px 4754px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2377 { border-radius: 2377px !important; }
.util-spacing-gap-2377 { gap: 2377px !important; }
.util-pad-vertical-2377 { padding-top: 2377px !important; padding-bottom: 2377px !important; }
.util-elevation-level-2378 { box-shadow: 0 2378px 4756px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2378 { border-radius: 2378px !important; }
.util-spacing-gap-2378 { gap: 2378px !important; }
.util-pad-vertical-2378 { padding-top: 2378px !important; padding-bottom: 2378px !important; }
.util-elevation-level-2379 { box-shadow: 0 2379px 4758px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2379 { border-radius: 2379px !important; }
.util-spacing-gap-2379 { gap: 2379px !important; }
.util-pad-vertical-2379 { padding-top: 2379px !important; padding-bottom: 2379px !important; }
.util-elevation-level-2380 { box-shadow: 0 2380px 4760px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2380 { border-radius: 2380px !important; }
.util-spacing-gap-2380 { gap: 2380px !important; }
.util-pad-vertical-2380 { padding-top: 2380px !important; padding-bottom: 2380px !important; }
.util-elevation-level-2381 { box-shadow: 0 2381px 4762px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2381 { border-radius: 2381px !important; }
.util-spacing-gap-2381 { gap: 2381px !important; }
.util-pad-vertical-2381 { padding-top: 2381px !important; padding-bottom: 2381px !important; }
.util-elevation-level-2382 { box-shadow: 0 2382px 4764px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2382 { border-radius: 2382px !important; }
.util-spacing-gap-2382 { gap: 2382px !important; }
.util-pad-vertical-2382 { padding-top: 2382px !important; padding-bottom: 2382px !important; }
.util-elevation-level-2383 { box-shadow: 0 2383px 4766px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2383 { border-radius: 2383px !important; }
.util-spacing-gap-2383 { gap: 2383px !important; }
.util-pad-vertical-2383 { padding-top: 2383px !important; padding-bottom: 2383px !important; }
.util-elevation-level-2384 { box-shadow: 0 2384px 4768px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2384 { border-radius: 2384px !important; }
.util-spacing-gap-2384 { gap: 2384px !important; }
.util-pad-vertical-2384 { padding-top: 2384px !important; padding-bottom: 2384px !important; }
.util-elevation-level-2385 { box-shadow: 0 2385px 4770px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2385 { border-radius: 2385px !important; }
.util-spacing-gap-2385 { gap: 2385px !important; }
.util-pad-vertical-2385 { padding-top: 2385px !important; padding-bottom: 2385px !important; }
.util-elevation-level-2386 { box-shadow: 0 2386px 4772px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2386 { border-radius: 2386px !important; }
.util-spacing-gap-2386 { gap: 2386px !important; }
.util-pad-vertical-2386 { padding-top: 2386px !important; padding-bottom: 2386px !important; }
.util-elevation-level-2387 { box-shadow: 0 2387px 4774px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2387 { border-radius: 2387px !important; }
.util-spacing-gap-2387 { gap: 2387px !important; }
.util-pad-vertical-2387 { padding-top: 2387px !important; padding-bottom: 2387px !important; }
.util-elevation-level-2388 { box-shadow: 0 2388px 4776px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2388 { border-radius: 2388px !important; }
.util-spacing-gap-2388 { gap: 2388px !important; }
.util-pad-vertical-2388 { padding-top: 2388px !important; padding-bottom: 2388px !important; }
.util-elevation-level-2389 { box-shadow: 0 2389px 4778px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2389 { border-radius: 2389px !important; }
.util-spacing-gap-2389 { gap: 2389px !important; }
.util-pad-vertical-2389 { padding-top: 2389px !important; padding-bottom: 2389px !important; }
.util-elevation-level-2390 { box-shadow: 0 2390px 4780px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2390 { border-radius: 2390px !important; }
.util-spacing-gap-2390 { gap: 2390px !important; }
.util-pad-vertical-2390 { padding-top: 2390px !important; padding-bottom: 2390px !important; }
.util-elevation-level-2391 { box-shadow: 0 2391px 4782px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2391 { border-radius: 2391px !important; }
.util-spacing-gap-2391 { gap: 2391px !important; }
.util-pad-vertical-2391 { padding-top: 2391px !important; padding-bottom: 2391px !important; }
.util-elevation-level-2392 { box-shadow: 0 2392px 4784px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2392 { border-radius: 2392px !important; }
.util-spacing-gap-2392 { gap: 2392px !important; }
.util-pad-vertical-2392 { padding-top: 2392px !important; padding-bottom: 2392px !important; }
.util-elevation-level-2393 { box-shadow: 0 2393px 4786px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2393 { border-radius: 2393px !important; }
.util-spacing-gap-2393 { gap: 2393px !important; }
.util-pad-vertical-2393 { padding-top: 2393px !important; padding-bottom: 2393px !important; }
.util-elevation-level-2394 { box-shadow: 0 2394px 4788px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2394 { border-radius: 2394px !important; }
.util-spacing-gap-2394 { gap: 2394px !important; }
.util-pad-vertical-2394 { padding-top: 2394px !important; padding-bottom: 2394px !important; }
.util-elevation-level-2395 { box-shadow: 0 2395px 4790px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2395 { border-radius: 2395px !important; }
.util-spacing-gap-2395 { gap: 2395px !important; }
.util-pad-vertical-2395 { padding-top: 2395px !important; padding-bottom: 2395px !important; }
.util-elevation-level-2396 { box-shadow: 0 2396px 4792px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2396 { border-radius: 2396px !important; }
.util-spacing-gap-2396 { gap: 2396px !important; }
.util-pad-vertical-2396 { padding-top: 2396px !important; padding-bottom: 2396px !important; }
.util-elevation-level-2397 { box-shadow: 0 2397px 4794px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2397 { border-radius: 2397px !important; }
.util-spacing-gap-2397 { gap: 2397px !important; }
.util-pad-vertical-2397 { padding-top: 2397px !important; padding-bottom: 2397px !important; }
.util-elevation-level-2398 { box-shadow: 0 2398px 4796px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2398 { border-radius: 2398px !important; }
.util-spacing-gap-2398 { gap: 2398px !important; }
.util-pad-vertical-2398 { padding-top: 2398px !important; padding-bottom: 2398px !important; }
.util-elevation-level-2399 { box-shadow: 0 2399px 4798px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2399 { border-radius: 2399px !important; }
.util-spacing-gap-2399 { gap: 2399px !important; }
.util-pad-vertical-2399 { padding-top: 2399px !important; padding-bottom: 2399px !important; }
.util-elevation-level-2400 { box-shadow: 0 2400px 4800px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2400 { border-radius: 2400px !important; }
.util-spacing-gap-2400 { gap: 2400px !important; }
.util-pad-vertical-2400 { padding-top: 2400px !important; padding-bottom: 2400px !important; }
.util-elevation-level-2401 { box-shadow: 0 2401px 4802px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2401 { border-radius: 2401px !important; }
.util-spacing-gap-2401 { gap: 2401px !important; }
.util-pad-vertical-2401 { padding-top: 2401px !important; padding-bottom: 2401px !important; }
.util-elevation-level-2402 { box-shadow: 0 2402px 4804px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2402 { border-radius: 2402px !important; }
.util-spacing-gap-2402 { gap: 2402px !important; }
.util-pad-vertical-2402 { padding-top: 2402px !important; padding-bottom: 2402px !important; }
.util-elevation-level-2403 { box-shadow: 0 2403px 4806px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2403 { border-radius: 2403px !important; }
.util-spacing-gap-2403 { gap: 2403px !important; }
.util-pad-vertical-2403 { padding-top: 2403px !important; padding-bottom: 2403px !important; }
.util-elevation-level-2404 { box-shadow: 0 2404px 4808px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2404 { border-radius: 2404px !important; }
.util-spacing-gap-2404 { gap: 2404px !important; }
.util-pad-vertical-2404 { padding-top: 2404px !important; padding-bottom: 2404px !important; }
.util-elevation-level-2405 { box-shadow: 0 2405px 4810px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2405 { border-radius: 2405px !important; }
.util-spacing-gap-2405 { gap: 2405px !important; }
.util-pad-vertical-2405 { padding-top: 2405px !important; padding-bottom: 2405px !important; }
.util-elevation-level-2406 { box-shadow: 0 2406px 4812px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2406 { border-radius: 2406px !important; }
.util-spacing-gap-2406 { gap: 2406px !important; }
.util-pad-vertical-2406 { padding-top: 2406px !important; padding-bottom: 2406px !important; }
.util-elevation-level-2407 { box-shadow: 0 2407px 4814px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2407 { border-radius: 2407px !important; }
.util-spacing-gap-2407 { gap: 2407px !important; }
.util-pad-vertical-2407 { padding-top: 2407px !important; padding-bottom: 2407px !important; }
.util-elevation-level-2408 { box-shadow: 0 2408px 4816px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2408 { border-radius: 2408px !important; }
.util-spacing-gap-2408 { gap: 2408px !important; }
.util-pad-vertical-2408 { padding-top: 2408px !important; padding-bottom: 2408px !important; }
.util-elevation-level-2409 { box-shadow: 0 2409px 4818px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2409 { border-radius: 2409px !important; }
.util-spacing-gap-2409 { gap: 2409px !important; }
.util-pad-vertical-2409 { padding-top: 2409px !important; padding-bottom: 2409px !important; }
.util-elevation-level-2410 { box-shadow: 0 2410px 4820px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2410 { border-radius: 2410px !important; }
.util-spacing-gap-2410 { gap: 2410px !important; }
.util-pad-vertical-2410 { padding-top: 2410px !important; padding-bottom: 2410px !important; }
.util-elevation-level-2411 { box-shadow: 0 2411px 4822px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2411 { border-radius: 2411px !important; }
.util-spacing-gap-2411 { gap: 2411px !important; }
.util-pad-vertical-2411 { padding-top: 2411px !important; padding-bottom: 2411px !important; }
.util-elevation-level-2412 { box-shadow: 0 2412px 4824px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2412 { border-radius: 2412px !important; }
.util-spacing-gap-2412 { gap: 2412px !important; }
.util-pad-vertical-2412 { padding-top: 2412px !important; padding-bottom: 2412px !important; }
.util-elevation-level-2413 { box-shadow: 0 2413px 4826px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2413 { border-radius: 2413px !important; }
.util-spacing-gap-2413 { gap: 2413px !important; }
.util-pad-vertical-2413 { padding-top: 2413px !important; padding-bottom: 2413px !important; }
.util-elevation-level-2414 { box-shadow: 0 2414px 4828px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2414 { border-radius: 2414px !important; }
.util-spacing-gap-2414 { gap: 2414px !important; }
.util-pad-vertical-2414 { padding-top: 2414px !important; padding-bottom: 2414px !important; }
.util-elevation-level-2415 { box-shadow: 0 2415px 4830px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2415 { border-radius: 2415px !important; }
.util-spacing-gap-2415 { gap: 2415px !important; }
.util-pad-vertical-2415 { padding-top: 2415px !important; padding-bottom: 2415px !important; }
.util-elevation-level-2416 { box-shadow: 0 2416px 4832px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2416 { border-radius: 2416px !important; }
.util-spacing-gap-2416 { gap: 2416px !important; }
.util-pad-vertical-2416 { padding-top: 2416px !important; padding-bottom: 2416px !important; }
.util-elevation-level-2417 { box-shadow: 0 2417px 4834px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2417 { border-radius: 2417px !important; }
.util-spacing-gap-2417 { gap: 2417px !important; }
.util-pad-vertical-2417 { padding-top: 2417px !important; padding-bottom: 2417px !important; }
.util-elevation-level-2418 { box-shadow: 0 2418px 4836px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2418 { border-radius: 2418px !important; }
.util-spacing-gap-2418 { gap: 2418px !important; }
.util-pad-vertical-2418 { padding-top: 2418px !important; padding-bottom: 2418px !important; }
.util-elevation-level-2419 { box-shadow: 0 2419px 4838px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2419 { border-radius: 2419px !important; }
.util-spacing-gap-2419 { gap: 2419px !important; }
.util-pad-vertical-2419 { padding-top: 2419px !important; padding-bottom: 2419px !important; }
.util-elevation-level-2420 { box-shadow: 0 2420px 4840px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2420 { border-radius: 2420px !important; }
.util-spacing-gap-2420 { gap: 2420px !important; }
.util-pad-vertical-2420 { padding-top: 2420px !important; padding-bottom: 2420px !important; }
.util-elevation-level-2421 { box-shadow: 0 2421px 4842px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2421 { border-radius: 2421px !important; }
.util-spacing-gap-2421 { gap: 2421px !important; }
.util-pad-vertical-2421 { padding-top: 2421px !important; padding-bottom: 2421px !important; }
.util-elevation-level-2422 { box-shadow: 0 2422px 4844px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2422 { border-radius: 2422px !important; }
.util-spacing-gap-2422 { gap: 2422px !important; }
.util-pad-vertical-2422 { padding-top: 2422px !important; padding-bottom: 2422px !important; }
.util-elevation-level-2423 { box-shadow: 0 2423px 4846px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2423 { border-radius: 2423px !important; }
.util-spacing-gap-2423 { gap: 2423px !important; }
.util-pad-vertical-2423 { padding-top: 2423px !important; padding-bottom: 2423px !important; }
.util-elevation-level-2424 { box-shadow: 0 2424px 4848px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2424 { border-radius: 2424px !important; }
.util-spacing-gap-2424 { gap: 2424px !important; }
.util-pad-vertical-2424 { padding-top: 2424px !important; padding-bottom: 2424px !important; }
.util-elevation-level-2425 { box-shadow: 0 2425px 4850px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2425 { border-radius: 2425px !important; }
.util-spacing-gap-2425 { gap: 2425px !important; }
.util-pad-vertical-2425 { padding-top: 2425px !important; padding-bottom: 2425px !important; }
.util-elevation-level-2426 { box-shadow: 0 2426px 4852px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2426 { border-radius: 2426px !important; }
.util-spacing-gap-2426 { gap: 2426px !important; }
.util-pad-vertical-2426 { padding-top: 2426px !important; padding-bottom: 2426px !important; }
.util-elevation-level-2427 { box-shadow: 0 2427px 4854px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2427 { border-radius: 2427px !important; }
.util-spacing-gap-2427 { gap: 2427px !important; }
.util-pad-vertical-2427 { padding-top: 2427px !important; padding-bottom: 2427px !important; }
.util-elevation-level-2428 { box-shadow: 0 2428px 4856px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2428 { border-radius: 2428px !important; }
.util-spacing-gap-2428 { gap: 2428px !important; }
.util-pad-vertical-2428 { padding-top: 2428px !important; padding-bottom: 2428px !important; }
.util-elevation-level-2429 { box-shadow: 0 2429px 4858px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2429 { border-radius: 2429px !important; }
.util-spacing-gap-2429 { gap: 2429px !important; }
.util-pad-vertical-2429 { padding-top: 2429px !important; padding-bottom: 2429px !important; }
.util-elevation-level-2430 { box-shadow: 0 2430px 4860px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2430 { border-radius: 2430px !important; }
.util-spacing-gap-2430 { gap: 2430px !important; }
.util-pad-vertical-2430 { padding-top: 2430px !important; padding-bottom: 2430px !important; }
.util-elevation-level-2431 { box-shadow: 0 2431px 4862px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2431 { border-radius: 2431px !important; }
.util-spacing-gap-2431 { gap: 2431px !important; }
.util-pad-vertical-2431 { padding-top: 2431px !important; padding-bottom: 2431px !important; }
.util-elevation-level-2432 { box-shadow: 0 2432px 4864px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2432 { border-radius: 2432px !important; }
.util-spacing-gap-2432 { gap: 2432px !important; }
.util-pad-vertical-2432 { padding-top: 2432px !important; padding-bottom: 2432px !important; }
.util-elevation-level-2433 { box-shadow: 0 2433px 4866px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2433 { border-radius: 2433px !important; }
.util-spacing-gap-2433 { gap: 2433px !important; }
.util-pad-vertical-2433 { padding-top: 2433px !important; padding-bottom: 2433px !important; }
.util-elevation-level-2434 { box-shadow: 0 2434px 4868px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2434 { border-radius: 2434px !important; }
.util-spacing-gap-2434 { gap: 2434px !important; }
.util-pad-vertical-2434 { padding-top: 2434px !important; padding-bottom: 2434px !important; }
.util-elevation-level-2435 { box-shadow: 0 2435px 4870px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2435 { border-radius: 2435px !important; }
.util-spacing-gap-2435 { gap: 2435px !important; }
.util-pad-vertical-2435 { padding-top: 2435px !important; padding-bottom: 2435px !important; }
.util-elevation-level-2436 { box-shadow: 0 2436px 4872px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2436 { border-radius: 2436px !important; }
.util-spacing-gap-2436 { gap: 2436px !important; }
.util-pad-vertical-2436 { padding-top: 2436px !important; padding-bottom: 2436px !important; }
.util-elevation-level-2437 { box-shadow: 0 2437px 4874px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2437 { border-radius: 2437px !important; }
.util-spacing-gap-2437 { gap: 2437px !important; }
.util-pad-vertical-2437 { padding-top: 2437px !important; padding-bottom: 2437px !important; }
.util-elevation-level-2438 { box-shadow: 0 2438px 4876px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2438 { border-radius: 2438px !important; }
.util-spacing-gap-2438 { gap: 2438px !important; }
.util-pad-vertical-2438 { padding-top: 2438px !important; padding-bottom: 2438px !important; }
.util-elevation-level-2439 { box-shadow: 0 2439px 4878px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2439 { border-radius: 2439px !important; }
.util-spacing-gap-2439 { gap: 2439px !important; }
.util-pad-vertical-2439 { padding-top: 2439px !important; padding-bottom: 2439px !important; }
.util-elevation-level-2440 { box-shadow: 0 2440px 4880px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2440 { border-radius: 2440px !important; }
.util-spacing-gap-2440 { gap: 2440px !important; }
.util-pad-vertical-2440 { padding-top: 2440px !important; padding-bottom: 2440px !important; }
.util-elevation-level-2441 { box-shadow: 0 2441px 4882px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2441 { border-radius: 2441px !important; }
.util-spacing-gap-2441 { gap: 2441px !important; }
.util-pad-vertical-2441 { padding-top: 2441px !important; padding-bottom: 2441px !important; }
.util-elevation-level-2442 { box-shadow: 0 2442px 4884px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2442 { border-radius: 2442px !important; }
.util-spacing-gap-2442 { gap: 2442px !important; }
.util-pad-vertical-2442 { padding-top: 2442px !important; padding-bottom: 2442px !important; }
.util-elevation-level-2443 { box-shadow: 0 2443px 4886px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2443 { border-radius: 2443px !important; }
.util-spacing-gap-2443 { gap: 2443px !important; }
.util-pad-vertical-2443 { padding-top: 2443px !important; padding-bottom: 2443px !important; }
.util-elevation-level-2444 { box-shadow: 0 2444px 4888px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2444 { border-radius: 2444px !important; }
.util-spacing-gap-2444 { gap: 2444px !important; }
.util-pad-vertical-2444 { padding-top: 2444px !important; padding-bottom: 2444px !important; }
.util-elevation-level-2445 { box-shadow: 0 2445px 4890px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2445 { border-radius: 2445px !important; }
.util-spacing-gap-2445 { gap: 2445px !important; }
.util-pad-vertical-2445 { padding-top: 2445px !important; padding-bottom: 2445px !important; }
.util-elevation-level-2446 { box-shadow: 0 2446px 4892px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2446 { border-radius: 2446px !important; }
.util-spacing-gap-2446 { gap: 2446px !important; }
.util-pad-vertical-2446 { padding-top: 2446px !important; padding-bottom: 2446px !important; }
.util-elevation-level-2447 { box-shadow: 0 2447px 4894px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2447 { border-radius: 2447px !important; }
.util-spacing-gap-2447 { gap: 2447px !important; }
.util-pad-vertical-2447 { padding-top: 2447px !important; padding-bottom: 2447px !important; }
.util-elevation-level-2448 { box-shadow: 0 2448px 4896px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2448 { border-radius: 2448px !important; }
.util-spacing-gap-2448 { gap: 2448px !important; }
.util-pad-vertical-2448 { padding-top: 2448px !important; padding-bottom: 2448px !important; }
.util-elevation-level-2449 { box-shadow: 0 2449px 4898px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2449 { border-radius: 2449px !important; }
.util-spacing-gap-2449 { gap: 2449px !important; }
.util-pad-vertical-2449 { padding-top: 2449px !important; padding-bottom: 2449px !important; }
.util-elevation-level-2450 { box-shadow: 0 2450px 4900px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2450 { border-radius: 2450px !important; }
.util-spacing-gap-2450 { gap: 2450px !important; }
.util-pad-vertical-2450 { padding-top: 2450px !important; padding-bottom: 2450px !important; }
.util-elevation-level-2451 { box-shadow: 0 2451px 4902px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2451 { border-radius: 2451px !important; }
.util-spacing-gap-2451 { gap: 2451px !important; }
.util-pad-vertical-2451 { padding-top: 2451px !important; padding-bottom: 2451px !important; }
.util-elevation-level-2452 { box-shadow: 0 2452px 4904px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2452 { border-radius: 2452px !important; }
.util-spacing-gap-2452 { gap: 2452px !important; }
.util-pad-vertical-2452 { padding-top: 2452px !important; padding-bottom: 2452px !important; }
.util-elevation-level-2453 { box-shadow: 0 2453px 4906px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2453 { border-radius: 2453px !important; }
.util-spacing-gap-2453 { gap: 2453px !important; }
.util-pad-vertical-2453 { padding-top: 2453px !important; padding-bottom: 2453px !important; }
.util-elevation-level-2454 { box-shadow: 0 2454px 4908px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2454 { border-radius: 2454px !important; }
.util-spacing-gap-2454 { gap: 2454px !important; }
.util-pad-vertical-2454 { padding-top: 2454px !important; padding-bottom: 2454px !important; }
.util-elevation-level-2455 { box-shadow: 0 2455px 4910px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2455 { border-radius: 2455px !important; }
.util-spacing-gap-2455 { gap: 2455px !important; }
.util-pad-vertical-2455 { padding-top: 2455px !important; padding-bottom: 2455px !important; }
.util-elevation-level-2456 { box-shadow: 0 2456px 4912px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2456 { border-radius: 2456px !important; }
.util-spacing-gap-2456 { gap: 2456px !important; }
.util-pad-vertical-2456 { padding-top: 2456px !important; padding-bottom: 2456px !important; }
.util-elevation-level-2457 { box-shadow: 0 2457px 4914px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2457 { border-radius: 2457px !important; }
.util-spacing-gap-2457 { gap: 2457px !important; }
.util-pad-vertical-2457 { padding-top: 2457px !important; padding-bottom: 2457px !important; }
.util-elevation-level-2458 { box-shadow: 0 2458px 4916px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2458 { border-radius: 2458px !important; }
.util-spacing-gap-2458 { gap: 2458px !important; }
.util-pad-vertical-2458 { padding-top: 2458px !important; padding-bottom: 2458px !important; }
.util-elevation-level-2459 { box-shadow: 0 2459px 4918px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2459 { border-radius: 2459px !important; }
.util-spacing-gap-2459 { gap: 2459px !important; }
.util-pad-vertical-2459 { padding-top: 2459px !important; padding-bottom: 2459px !important; }
.util-elevation-level-2460 { box-shadow: 0 2460px 4920px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2460 { border-radius: 2460px !important; }
.util-spacing-gap-2460 { gap: 2460px !important; }
.util-pad-vertical-2460 { padding-top: 2460px !important; padding-bottom: 2460px !important; }
.util-elevation-level-2461 { box-shadow: 0 2461px 4922px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2461 { border-radius: 2461px !important; }
.util-spacing-gap-2461 { gap: 2461px !important; }
.util-pad-vertical-2461 { padding-top: 2461px !important; padding-bottom: 2461px !important; }
.util-elevation-level-2462 { box-shadow: 0 2462px 4924px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2462 { border-radius: 2462px !important; }
.util-spacing-gap-2462 { gap: 2462px !important; }
.util-pad-vertical-2462 { padding-top: 2462px !important; padding-bottom: 2462px !important; }
.util-elevation-level-2463 { box-shadow: 0 2463px 4926px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2463 { border-radius: 2463px !important; }
.util-spacing-gap-2463 { gap: 2463px !important; }
.util-pad-vertical-2463 { padding-top: 2463px !important; padding-bottom: 2463px !important; }
.util-elevation-level-2464 { box-shadow: 0 2464px 4928px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2464 { border-radius: 2464px !important; }
.util-spacing-gap-2464 { gap: 2464px !important; }
.util-pad-vertical-2464 { padding-top: 2464px !important; padding-bottom: 2464px !important; }
.util-elevation-level-2465 { box-shadow: 0 2465px 4930px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2465 { border-radius: 2465px !important; }
.util-spacing-gap-2465 { gap: 2465px !important; }
.util-pad-vertical-2465 { padding-top: 2465px !important; padding-bottom: 2465px !important; }
.util-elevation-level-2466 { box-shadow: 0 2466px 4932px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2466 { border-radius: 2466px !important; }
.util-spacing-gap-2466 { gap: 2466px !important; }
.util-pad-vertical-2466 { padding-top: 2466px !important; padding-bottom: 2466px !important; }
.util-elevation-level-2467 { box-shadow: 0 2467px 4934px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2467 { border-radius: 2467px !important; }
.util-spacing-gap-2467 { gap: 2467px !important; }
.util-pad-vertical-2467 { padding-top: 2467px !important; padding-bottom: 2467px !important; }
.util-elevation-level-2468 { box-shadow: 0 2468px 4936px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2468 { border-radius: 2468px !important; }
.util-spacing-gap-2468 { gap: 2468px !important; }
.util-pad-vertical-2468 { padding-top: 2468px !important; padding-bottom: 2468px !important; }
.util-elevation-level-2469 { box-shadow: 0 2469px 4938px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2469 { border-radius: 2469px !important; }
.util-spacing-gap-2469 { gap: 2469px !important; }
.util-pad-vertical-2469 { padding-top: 2469px !important; padding-bottom: 2469px !important; }
.util-elevation-level-2470 { box-shadow: 0 2470px 4940px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2470 { border-radius: 2470px !important; }
.util-spacing-gap-2470 { gap: 2470px !important; }
.util-pad-vertical-2470 { padding-top: 2470px !important; padding-bottom: 2470px !important; }
.util-elevation-level-2471 { box-shadow: 0 2471px 4942px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2471 { border-radius: 2471px !important; }
.util-spacing-gap-2471 { gap: 2471px !important; }
.util-pad-vertical-2471 { padding-top: 2471px !important; padding-bottom: 2471px !important; }
.util-elevation-level-2472 { box-shadow: 0 2472px 4944px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2472 { border-radius: 2472px !important; }
.util-spacing-gap-2472 { gap: 2472px !important; }
.util-pad-vertical-2472 { padding-top: 2472px !important; padding-bottom: 2472px !important; }
.util-elevation-level-2473 { box-shadow: 0 2473px 4946px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2473 { border-radius: 2473px !important; }
.util-spacing-gap-2473 { gap: 2473px !important; }
.util-pad-vertical-2473 { padding-top: 2473px !important; padding-bottom: 2473px !important; }
.util-elevation-level-2474 { box-shadow: 0 2474px 4948px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2474 { border-radius: 2474px !important; }
.util-spacing-gap-2474 { gap: 2474px !important; }
.util-pad-vertical-2474 { padding-top: 2474px !important; padding-bottom: 2474px !important; }
.util-elevation-level-2475 { box-shadow: 0 2475px 4950px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2475 { border-radius: 2475px !important; }
.util-spacing-gap-2475 { gap: 2475px !important; }
.util-pad-vertical-2475 { padding-top: 2475px !important; padding-bottom: 2475px !important; }
.util-elevation-level-2476 { box-shadow: 0 2476px 4952px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2476 { border-radius: 2476px !important; }
.util-spacing-gap-2476 { gap: 2476px !important; }
.util-pad-vertical-2476 { padding-top: 2476px !important; padding-bottom: 2476px !important; }
.util-elevation-level-2477 { box-shadow: 0 2477px 4954px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2477 { border-radius: 2477px !important; }
.util-spacing-gap-2477 { gap: 2477px !important; }
.util-pad-vertical-2477 { padding-top: 2477px !important; padding-bottom: 2477px !important; }
.util-elevation-level-2478 { box-shadow: 0 2478px 4956px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2478 { border-radius: 2478px !important; }
.util-spacing-gap-2478 { gap: 2478px !important; }
.util-pad-vertical-2478 { padding-top: 2478px !important; padding-bottom: 2478px !important; }
.util-elevation-level-2479 { box-shadow: 0 2479px 4958px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2479 { border-radius: 2479px !important; }
.util-spacing-gap-2479 { gap: 2479px !important; }
.util-pad-vertical-2479 { padding-top: 2479px !important; padding-bottom: 2479px !important; }
.util-elevation-level-2480 { box-shadow: 0 2480px 4960px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2480 { border-radius: 2480px !important; }
.util-spacing-gap-2480 { gap: 2480px !important; }
.util-pad-vertical-2480 { padding-top: 2480px !important; padding-bottom: 2480px !important; }
.util-elevation-level-2481 { box-shadow: 0 2481px 4962px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2481 { border-radius: 2481px !important; }
.util-spacing-gap-2481 { gap: 2481px !important; }
.util-pad-vertical-2481 { padding-top: 2481px !important; padding-bottom: 2481px !important; }
.util-elevation-level-2482 { box-shadow: 0 2482px 4964px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2482 { border-radius: 2482px !important; }
.util-spacing-gap-2482 { gap: 2482px !important; }
.util-pad-vertical-2482 { padding-top: 2482px !important; padding-bottom: 2482px !important; }
.util-elevation-level-2483 { box-shadow: 0 2483px 4966px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2483 { border-radius: 2483px !important; }
.util-spacing-gap-2483 { gap: 2483px !important; }
.util-pad-vertical-2483 { padding-top: 2483px !important; padding-bottom: 2483px !important; }
.util-elevation-level-2484 { box-shadow: 0 2484px 4968px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2484 { border-radius: 2484px !important; }
.util-spacing-gap-2484 { gap: 2484px !important; }
.util-pad-vertical-2484 { padding-top: 2484px !important; padding-bottom: 2484px !important; }
.util-elevation-level-2485 { box-shadow: 0 2485px 4970px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2485 { border-radius: 2485px !important; }
.util-spacing-gap-2485 { gap: 2485px !important; }
.util-pad-vertical-2485 { padding-top: 2485px !important; padding-bottom: 2485px !important; }
.util-elevation-level-2486 { box-shadow: 0 2486px 4972px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2486 { border-radius: 2486px !important; }
.util-spacing-gap-2486 { gap: 2486px !important; }
.util-pad-vertical-2486 { padding-top: 2486px !important; padding-bottom: 2486px !important; }
.util-elevation-level-2487 { box-shadow: 0 2487px 4974px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2487 { border-radius: 2487px !important; }
.util-spacing-gap-2487 { gap: 2487px !important; }
.util-pad-vertical-2487 { padding-top: 2487px !important; padding-bottom: 2487px !important; }
.util-elevation-level-2488 { box-shadow: 0 2488px 4976px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2488 { border-radius: 2488px !important; }
.util-spacing-gap-2488 { gap: 2488px !important; }
.util-pad-vertical-2488 { padding-top: 2488px !important; padding-bottom: 2488px !important; }
.util-elevation-level-2489 { box-shadow: 0 2489px 4978px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2489 { border-radius: 2489px !important; }
.util-spacing-gap-2489 { gap: 2489px !important; }
.util-pad-vertical-2489 { padding-top: 2489px !important; padding-bottom: 2489px !important; }
.util-elevation-level-2490 { box-shadow: 0 2490px 4980px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2490 { border-radius: 2490px !important; }
.util-spacing-gap-2490 { gap: 2490px !important; }
.util-pad-vertical-2490 { padding-top: 2490px !important; padding-bottom: 2490px !important; }
.util-elevation-level-2491 { box-shadow: 0 2491px 4982px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2491 { border-radius: 2491px !important; }
.util-spacing-gap-2491 { gap: 2491px !important; }
.util-pad-vertical-2491 { padding-top: 2491px !important; padding-bottom: 2491px !important; }
.util-elevation-level-2492 { box-shadow: 0 2492px 4984px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2492 { border-radius: 2492px !important; }
.util-spacing-gap-2492 { gap: 2492px !important; }
.util-pad-vertical-2492 { padding-top: 2492px !important; padding-bottom: 2492px !important; }
.util-elevation-level-2493 { box-shadow: 0 2493px 4986px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2493 { border-radius: 2493px !important; }
.util-spacing-gap-2493 { gap: 2493px !important; }
.util-pad-vertical-2493 { padding-top: 2493px !important; padding-bottom: 2493px !important; }
.util-elevation-level-2494 { box-shadow: 0 2494px 4988px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2494 { border-radius: 2494px !important; }
.util-spacing-gap-2494 { gap: 2494px !important; }
.util-pad-vertical-2494 { padding-top: 2494px !important; padding-bottom: 2494px !important; }
.util-elevation-level-2495 { box-shadow: 0 2495px 4990px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2495 { border-radius: 2495px !important; }
.util-spacing-gap-2495 { gap: 2495px !important; }
.util-pad-vertical-2495 { padding-top: 2495px !important; padding-bottom: 2495px !important; }
.util-elevation-level-2496 { box-shadow: 0 2496px 4992px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2496 { border-radius: 2496px !important; }
.util-spacing-gap-2496 { gap: 2496px !important; }
.util-pad-vertical-2496 { padding-top: 2496px !important; padding-bottom: 2496px !important; }
.util-elevation-level-2497 { box-shadow: 0 2497px 4994px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2497 { border-radius: 2497px !important; }
.util-spacing-gap-2497 { gap: 2497px !important; }
.util-pad-vertical-2497 { padding-top: 2497px !important; padding-bottom: 2497px !important; }
.util-elevation-level-2498 { box-shadow: 0 2498px 4996px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2498 { border-radius: 2498px !important; }
.util-spacing-gap-2498 { gap: 2498px !important; }
.util-pad-vertical-2498 { padding-top: 2498px !important; padding-bottom: 2498px !important; }
.util-elevation-level-2499 { box-shadow: 0 2499px 4998px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2499 { border-radius: 2499px !important; }
.util-spacing-gap-2499 { gap: 2499px !important; }
.util-pad-vertical-2499 { padding-top: 2499px !important; padding-bottom: 2499px !important; }
.util-elevation-level-2500 { box-shadow: 0 2500px 5000px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2500 { border-radius: 2500px !important; }
.util-spacing-gap-2500 { gap: 2500px !important; }
.util-pad-vertical-2500 { padding-top: 2500px !important; padding-bottom: 2500px !important; }
.util-elevation-level-2501 { box-shadow: 0 2501px 5002px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2501 { border-radius: 2501px !important; }
.util-spacing-gap-2501 { gap: 2501px !important; }
.util-pad-vertical-2501 { padding-top: 2501px !important; padding-bottom: 2501px !important; }
.util-elevation-level-2502 { box-shadow: 0 2502px 5004px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2502 { border-radius: 2502px !important; }
.util-spacing-gap-2502 { gap: 2502px !important; }
.util-pad-vertical-2502 { padding-top: 2502px !important; padding-bottom: 2502px !important; }
.util-elevation-level-2503 { box-shadow: 0 2503px 5006px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2503 { border-radius: 2503px !important; }
.util-spacing-gap-2503 { gap: 2503px !important; }
.util-pad-vertical-2503 { padding-top: 2503px !important; padding-bottom: 2503px !important; }
.util-elevation-level-2504 { box-shadow: 0 2504px 5008px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2504 { border-radius: 2504px !important; }
.util-spacing-gap-2504 { gap: 2504px !important; }
.util-pad-vertical-2504 { padding-top: 2504px !important; padding-bottom: 2504px !important; }
.util-elevation-level-2505 { box-shadow: 0 2505px 5010px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2505 { border-radius: 2505px !important; }
.util-spacing-gap-2505 { gap: 2505px !important; }
.util-pad-vertical-2505 { padding-top: 2505px !important; padding-bottom: 2505px !important; }
.util-elevation-level-2506 { box-shadow: 0 2506px 5012px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2506 { border-radius: 2506px !important; }
.util-spacing-gap-2506 { gap: 2506px !important; }
.util-pad-vertical-2506 { padding-top: 2506px !important; padding-bottom: 2506px !important; }
.util-elevation-level-2507 { box-shadow: 0 2507px 5014px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2507 { border-radius: 2507px !important; }
.util-spacing-gap-2507 { gap: 2507px !important; }
.util-pad-vertical-2507 { padding-top: 2507px !important; padding-bottom: 2507px !important; }
.util-elevation-level-2508 { box-shadow: 0 2508px 5016px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2508 { border-radius: 2508px !important; }
.util-spacing-gap-2508 { gap: 2508px !important; }
.util-pad-vertical-2508 { padding-top: 2508px !important; padding-bottom: 2508px !important; }
.util-elevation-level-2509 { box-shadow: 0 2509px 5018px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2509 { border-radius: 2509px !important; }
.util-spacing-gap-2509 { gap: 2509px !important; }
.util-pad-vertical-2509 { padding-top: 2509px !important; padding-bottom: 2509px !important; }
.util-elevation-level-2510 { box-shadow: 0 2510px 5020px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2510 { border-radius: 2510px !important; }
.util-spacing-gap-2510 { gap: 2510px !important; }
.util-pad-vertical-2510 { padding-top: 2510px !important; padding-bottom: 2510px !important; }
.util-elevation-level-2511 { box-shadow: 0 2511px 5022px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2511 { border-radius: 2511px !important; }
.util-spacing-gap-2511 { gap: 2511px !important; }
.util-pad-vertical-2511 { padding-top: 2511px !important; padding-bottom: 2511px !important; }
.util-elevation-level-2512 { box-shadow: 0 2512px 5024px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2512 { border-radius: 2512px !important; }
.util-spacing-gap-2512 { gap: 2512px !important; }
.util-pad-vertical-2512 { padding-top: 2512px !important; padding-bottom: 2512px !important; }
.util-elevation-level-2513 { box-shadow: 0 2513px 5026px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2513 { border-radius: 2513px !important; }
.util-spacing-gap-2513 { gap: 2513px !important; }
.util-pad-vertical-2513 { padding-top: 2513px !important; padding-bottom: 2513px !important; }
.util-elevation-level-2514 { box-shadow: 0 2514px 5028px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2514 { border-radius: 2514px !important; }
.util-spacing-gap-2514 { gap: 2514px !important; }
.util-pad-vertical-2514 { padding-top: 2514px !important; padding-bottom: 2514px !important; }
.util-elevation-level-2515 { box-shadow: 0 2515px 5030px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2515 { border-radius: 2515px !important; }
.util-spacing-gap-2515 { gap: 2515px !important; }
.util-pad-vertical-2515 { padding-top: 2515px !important; padding-bottom: 2515px !important; }
.util-elevation-level-2516 { box-shadow: 0 2516px 5032px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2516 { border-radius: 2516px !important; }
.util-spacing-gap-2516 { gap: 2516px !important; }
.util-pad-vertical-2516 { padding-top: 2516px !important; padding-bottom: 2516px !important; }
.util-elevation-level-2517 { box-shadow: 0 2517px 5034px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2517 { border-radius: 2517px !important; }
.util-spacing-gap-2517 { gap: 2517px !important; }
.util-pad-vertical-2517 { padding-top: 2517px !important; padding-bottom: 2517px !important; }
.util-elevation-level-2518 { box-shadow: 0 2518px 5036px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2518 { border-radius: 2518px !important; }
.util-spacing-gap-2518 { gap: 2518px !important; }
.util-pad-vertical-2518 { padding-top: 2518px !important; padding-bottom: 2518px !important; }
.util-elevation-level-2519 { box-shadow: 0 2519px 5038px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2519 { border-radius: 2519px !important; }
.util-spacing-gap-2519 { gap: 2519px !important; }
.util-pad-vertical-2519 { padding-top: 2519px !important; padding-bottom: 2519px !important; }
.util-elevation-level-2520 { box-shadow: 0 2520px 5040px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2520 { border-radius: 2520px !important; }
.util-spacing-gap-2520 { gap: 2520px !important; }
.util-pad-vertical-2520 { padding-top: 2520px !important; padding-bottom: 2520px !important; }
.util-elevation-level-2521 { box-shadow: 0 2521px 5042px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2521 { border-radius: 2521px !important; }
.util-spacing-gap-2521 { gap: 2521px !important; }
.util-pad-vertical-2521 { padding-top: 2521px !important; padding-bottom: 2521px !important; }
.util-elevation-level-2522 { box-shadow: 0 2522px 5044px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2522 { border-radius: 2522px !important; }
.util-spacing-gap-2522 { gap: 2522px !important; }
.util-pad-vertical-2522 { padding-top: 2522px !important; padding-bottom: 2522px !important; }
.util-elevation-level-2523 { box-shadow: 0 2523px 5046px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2523 { border-radius: 2523px !important; }
.util-spacing-gap-2523 { gap: 2523px !important; }
.util-pad-vertical-2523 { padding-top: 2523px !important; padding-bottom: 2523px !important; }
.util-elevation-level-2524 { box-shadow: 0 2524px 5048px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2524 { border-radius: 2524px !important; }
.util-spacing-gap-2524 { gap: 2524px !important; }
.util-pad-vertical-2524 { padding-top: 2524px !important; padding-bottom: 2524px !important; }
.util-elevation-level-2525 { box-shadow: 0 2525px 5050px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2525 { border-radius: 2525px !important; }
.util-spacing-gap-2525 { gap: 2525px !important; }
.util-pad-vertical-2525 { padding-top: 2525px !important; padding-bottom: 2525px !important; }
.util-elevation-level-2526 { box-shadow: 0 2526px 5052px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2526 { border-radius: 2526px !important; }
.util-spacing-gap-2526 { gap: 2526px !important; }
.util-pad-vertical-2526 { padding-top: 2526px !important; padding-bottom: 2526px !important; }
.util-elevation-level-2527 { box-shadow: 0 2527px 5054px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2527 { border-radius: 2527px !important; }
.util-spacing-gap-2527 { gap: 2527px !important; }
.util-pad-vertical-2527 { padding-top: 2527px !important; padding-bottom: 2527px !important; }
.util-elevation-level-2528 { box-shadow: 0 2528px 5056px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2528 { border-radius: 2528px !important; }
.util-spacing-gap-2528 { gap: 2528px !important; }
.util-pad-vertical-2528 { padding-top: 2528px !important; padding-bottom: 2528px !important; }
.util-elevation-level-2529 { box-shadow: 0 2529px 5058px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2529 { border-radius: 2529px !important; }
.util-spacing-gap-2529 { gap: 2529px !important; }
.util-pad-vertical-2529 { padding-top: 2529px !important; padding-bottom: 2529px !important; }
.util-elevation-level-2530 { box-shadow: 0 2530px 5060px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2530 { border-radius: 2530px !important; }
.util-spacing-gap-2530 { gap: 2530px !important; }
.util-pad-vertical-2530 { padding-top: 2530px !important; padding-bottom: 2530px !important; }
.util-elevation-level-2531 { box-shadow: 0 2531px 5062px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2531 { border-radius: 2531px !important; }
.util-spacing-gap-2531 { gap: 2531px !important; }
.util-pad-vertical-2531 { padding-top: 2531px !important; padding-bottom: 2531px !important; }
.util-elevation-level-2532 { box-shadow: 0 2532px 5064px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2532 { border-radius: 2532px !important; }
.util-spacing-gap-2532 { gap: 2532px !important; }
.util-pad-vertical-2532 { padding-top: 2532px !important; padding-bottom: 2532px !important; }
.util-elevation-level-2533 { box-shadow: 0 2533px 5066px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2533 { border-radius: 2533px !important; }
.util-spacing-gap-2533 { gap: 2533px !important; }
.util-pad-vertical-2533 { padding-top: 2533px !important; padding-bottom: 2533px !important; }
.util-elevation-level-2534 { box-shadow: 0 2534px 5068px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2534 { border-radius: 2534px !important; }
.util-spacing-gap-2534 { gap: 2534px !important; }
.util-pad-vertical-2534 { padding-top: 2534px !important; padding-bottom: 2534px !important; }
.util-elevation-level-2535 { box-shadow: 0 2535px 5070px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2535 { border-radius: 2535px !important; }
.util-spacing-gap-2535 { gap: 2535px !important; }
.util-pad-vertical-2535 { padding-top: 2535px !important; padding-bottom: 2535px !important; }
.util-elevation-level-2536 { box-shadow: 0 2536px 5072px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2536 { border-radius: 2536px !important; }
.util-spacing-gap-2536 { gap: 2536px !important; }
.util-pad-vertical-2536 { padding-top: 2536px !important; padding-bottom: 2536px !important; }
.util-elevation-level-2537 { box-shadow: 0 2537px 5074px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2537 { border-radius: 2537px !important; }
.util-spacing-gap-2537 { gap: 2537px !important; }
.util-pad-vertical-2537 { padding-top: 2537px !important; padding-bottom: 2537px !important; }
.util-elevation-level-2538 { box-shadow: 0 2538px 5076px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2538 { border-radius: 2538px !important; }
.util-spacing-gap-2538 { gap: 2538px !important; }
.util-pad-vertical-2538 { padding-top: 2538px !important; padding-bottom: 2538px !important; }
.util-elevation-level-2539 { box-shadow: 0 2539px 5078px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2539 { border-radius: 2539px !important; }
.util-spacing-gap-2539 { gap: 2539px !important; }
.util-pad-vertical-2539 { padding-top: 2539px !important; padding-bottom: 2539px !important; }
.util-elevation-level-2540 { box-shadow: 0 2540px 5080px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2540 { border-radius: 2540px !important; }
.util-spacing-gap-2540 { gap: 2540px !important; }
.util-pad-vertical-2540 { padding-top: 2540px !important; padding-bottom: 2540px !important; }
.util-elevation-level-2541 { box-shadow: 0 2541px 5082px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2541 { border-radius: 2541px !important; }
.util-spacing-gap-2541 { gap: 2541px !important; }
.util-pad-vertical-2541 { padding-top: 2541px !important; padding-bottom: 2541px !important; }
.util-elevation-level-2542 { box-shadow: 0 2542px 5084px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2542 { border-radius: 2542px !important; }
.util-spacing-gap-2542 { gap: 2542px !important; }
.util-pad-vertical-2542 { padding-top: 2542px !important; padding-bottom: 2542px !important; }
.util-elevation-level-2543 { box-shadow: 0 2543px 5086px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2543 { border-radius: 2543px !important; }
.util-spacing-gap-2543 { gap: 2543px !important; }
.util-pad-vertical-2543 { padding-top: 2543px !important; padding-bottom: 2543px !important; }
.util-elevation-level-2544 { box-shadow: 0 2544px 5088px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2544 { border-radius: 2544px !important; }
.util-spacing-gap-2544 { gap: 2544px !important; }
.util-pad-vertical-2544 { padding-top: 2544px !important; padding-bottom: 2544px !important; }
.util-elevation-level-2545 { box-shadow: 0 2545px 5090px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2545 { border-radius: 2545px !important; }
.util-spacing-gap-2545 { gap: 2545px !important; }
.util-pad-vertical-2545 { padding-top: 2545px !important; padding-bottom: 2545px !important; }
.util-elevation-level-2546 { box-shadow: 0 2546px 5092px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2546 { border-radius: 2546px !important; }
.util-spacing-gap-2546 { gap: 2546px !important; }
.util-pad-vertical-2546 { padding-top: 2546px !important; padding-bottom: 2546px !important; }
.util-elevation-level-2547 { box-shadow: 0 2547px 5094px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2547 { border-radius: 2547px !important; }
.util-spacing-gap-2547 { gap: 2547px !important; }
.util-pad-vertical-2547 { padding-top: 2547px !important; padding-bottom: 2547px !important; }
.util-elevation-level-2548 { box-shadow: 0 2548px 5096px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2548 { border-radius: 2548px !important; }
.util-spacing-gap-2548 { gap: 2548px !important; }
.util-pad-vertical-2548 { padding-top: 2548px !important; padding-bottom: 2548px !important; }
.util-elevation-level-2549 { box-shadow: 0 2549px 5098px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2549 { border-radius: 2549px !important; }
.util-spacing-gap-2549 { gap: 2549px !important; }
.util-pad-vertical-2549 { padding-top: 2549px !important; padding-bottom: 2549px !important; }
.util-elevation-level-2550 { box-shadow: 0 2550px 5100px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2550 { border-radius: 2550px !important; }
.util-spacing-gap-2550 { gap: 2550px !important; }
.util-pad-vertical-2550 { padding-top: 2550px !important; padding-bottom: 2550px !important; }
.util-elevation-level-2551 { box-shadow: 0 2551px 5102px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2551 { border-radius: 2551px !important; }
.util-spacing-gap-2551 { gap: 2551px !important; }
.util-pad-vertical-2551 { padding-top: 2551px !important; padding-bottom: 2551px !important; }
.util-elevation-level-2552 { box-shadow: 0 2552px 5104px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2552 { border-radius: 2552px !important; }
.util-spacing-gap-2552 { gap: 2552px !important; }
.util-pad-vertical-2552 { padding-top: 2552px !important; padding-bottom: 2552px !important; }
.util-elevation-level-2553 { box-shadow: 0 2553px 5106px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2553 { border-radius: 2553px !important; }
.util-spacing-gap-2553 { gap: 2553px !important; }
.util-pad-vertical-2553 { padding-top: 2553px !important; padding-bottom: 2553px !important; }
.util-elevation-level-2554 { box-shadow: 0 2554px 5108px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2554 { border-radius: 2554px !important; }
.util-spacing-gap-2554 { gap: 2554px !important; }
.util-pad-vertical-2554 { padding-top: 2554px !important; padding-bottom: 2554px !important; }
.util-elevation-level-2555 { box-shadow: 0 2555px 5110px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2555 { border-radius: 2555px !important; }
.util-spacing-gap-2555 { gap: 2555px !important; }
.util-pad-vertical-2555 { padding-top: 2555px !important; padding-bottom: 2555px !important; }
.util-elevation-level-2556 { box-shadow: 0 2556px 5112px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2556 { border-radius: 2556px !important; }
.util-spacing-gap-2556 { gap: 2556px !important; }
.util-pad-vertical-2556 { padding-top: 2556px !important; padding-bottom: 2556px !important; }
.util-elevation-level-2557 { box-shadow: 0 2557px 5114px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2557 { border-radius: 2557px !important; }
.util-spacing-gap-2557 { gap: 2557px !important; }
.util-pad-vertical-2557 { padding-top: 2557px !important; padding-bottom: 2557px !important; }
.util-elevation-level-2558 { box-shadow: 0 2558px 5116px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2558 { border-radius: 2558px !important; }
.util-spacing-gap-2558 { gap: 2558px !important; }
.util-pad-vertical-2558 { padding-top: 2558px !important; padding-bottom: 2558px !important; }
.util-elevation-level-2559 { box-shadow: 0 2559px 5118px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2559 { border-radius: 2559px !important; }
.util-spacing-gap-2559 { gap: 2559px !important; }
.util-pad-vertical-2559 { padding-top: 2559px !important; padding-bottom: 2559px !important; }
.util-elevation-level-2560 { box-shadow: 0 2560px 5120px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2560 { border-radius: 2560px !important; }
.util-spacing-gap-2560 { gap: 2560px !important; }
.util-pad-vertical-2560 { padding-top: 2560px !important; padding-bottom: 2560px !important; }
.util-elevation-level-2561 { box-shadow: 0 2561px 5122px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2561 { border-radius: 2561px !important; }
.util-spacing-gap-2561 { gap: 2561px !important; }
.util-pad-vertical-2561 { padding-top: 2561px !important; padding-bottom: 2561px !important; }
.util-elevation-level-2562 { box-shadow: 0 2562px 5124px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2562 { border-radius: 2562px !important; }
.util-spacing-gap-2562 { gap: 2562px !important; }
.util-pad-vertical-2562 { padding-top: 2562px !important; padding-bottom: 2562px !important; }
.util-elevation-level-2563 { box-shadow: 0 2563px 5126px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2563 { border-radius: 2563px !important; }
.util-spacing-gap-2563 { gap: 2563px !important; }
.util-pad-vertical-2563 { padding-top: 2563px !important; padding-bottom: 2563px !important; }
.util-elevation-level-2564 { box-shadow: 0 2564px 5128px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2564 { border-radius: 2564px !important; }
.util-spacing-gap-2564 { gap: 2564px !important; }
.util-pad-vertical-2564 { padding-top: 2564px !important; padding-bottom: 2564px !important; }
.util-elevation-level-2565 { box-shadow: 0 2565px 5130px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2565 { border-radius: 2565px !important; }
.util-spacing-gap-2565 { gap: 2565px !important; }
.util-pad-vertical-2565 { padding-top: 2565px !important; padding-bottom: 2565px !important; }
.util-elevation-level-2566 { box-shadow: 0 2566px 5132px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2566 { border-radius: 2566px !important; }
.util-spacing-gap-2566 { gap: 2566px !important; }
.util-pad-vertical-2566 { padding-top: 2566px !important; padding-bottom: 2566px !important; }
.util-elevation-level-2567 { box-shadow: 0 2567px 5134px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2567 { border-radius: 2567px !important; }
.util-spacing-gap-2567 { gap: 2567px !important; }
.util-pad-vertical-2567 { padding-top: 2567px !important; padding-bottom: 2567px !important; }
.util-elevation-level-2568 { box-shadow: 0 2568px 5136px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2568 { border-radius: 2568px !important; }
.util-spacing-gap-2568 { gap: 2568px !important; }
.util-pad-vertical-2568 { padding-top: 2568px !important; padding-bottom: 2568px !important; }
.util-elevation-level-2569 { box-shadow: 0 2569px 5138px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2569 { border-radius: 2569px !important; }
.util-spacing-gap-2569 { gap: 2569px !important; }
.util-pad-vertical-2569 { padding-top: 2569px !important; padding-bottom: 2569px !important; }
.util-elevation-level-2570 { box-shadow: 0 2570px 5140px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2570 { border-radius: 2570px !important; }
.util-spacing-gap-2570 { gap: 2570px !important; }
.util-pad-vertical-2570 { padding-top: 2570px !important; padding-bottom: 2570px !important; }
.util-elevation-level-2571 { box-shadow: 0 2571px 5142px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2571 { border-radius: 2571px !important; }
.util-spacing-gap-2571 { gap: 2571px !important; }
.util-pad-vertical-2571 { padding-top: 2571px !important; padding-bottom: 2571px !important; }
.util-elevation-level-2572 { box-shadow: 0 2572px 5144px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2572 { border-radius: 2572px !important; }
.util-spacing-gap-2572 { gap: 2572px !important; }
.util-pad-vertical-2572 { padding-top: 2572px !important; padding-bottom: 2572px !important; }
.util-elevation-level-2573 { box-shadow: 0 2573px 5146px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2573 { border-radius: 2573px !important; }
.util-spacing-gap-2573 { gap: 2573px !important; }
.util-pad-vertical-2573 { padding-top: 2573px !important; padding-bottom: 2573px !important; }
.util-elevation-level-2574 { box-shadow: 0 2574px 5148px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2574 { border-radius: 2574px !important; }
.util-spacing-gap-2574 { gap: 2574px !important; }
.util-pad-vertical-2574 { padding-top: 2574px !important; padding-bottom: 2574px !important; }
.util-elevation-level-2575 { box-shadow: 0 2575px 5150px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2575 { border-radius: 2575px !important; }
.util-spacing-gap-2575 { gap: 2575px !important; }
.util-pad-vertical-2575 { padding-top: 2575px !important; padding-bottom: 2575px !important; }
.util-elevation-level-2576 { box-shadow: 0 2576px 5152px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2576 { border-radius: 2576px !important; }
.util-spacing-gap-2576 { gap: 2576px !important; }
.util-pad-vertical-2576 { padding-top: 2576px !important; padding-bottom: 2576px !important; }
.util-elevation-level-2577 { box-shadow: 0 2577px 5154px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2577 { border-radius: 2577px !important; }
.util-spacing-gap-2577 { gap: 2577px !important; }
.util-pad-vertical-2577 { padding-top: 2577px !important; padding-bottom: 2577px !important; }
.util-elevation-level-2578 { box-shadow: 0 2578px 5156px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2578 { border-radius: 2578px !important; }
.util-spacing-gap-2578 { gap: 2578px !important; }
.util-pad-vertical-2578 { padding-top: 2578px !important; padding-bottom: 2578px !important; }
.util-elevation-level-2579 { box-shadow: 0 2579px 5158px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2579 { border-radius: 2579px !important; }
.util-spacing-gap-2579 { gap: 2579px !important; }
.util-pad-vertical-2579 { padding-top: 2579px !important; padding-bottom: 2579px !important; }
.util-elevation-level-2580 { box-shadow: 0 2580px 5160px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2580 { border-radius: 2580px !important; }
.util-spacing-gap-2580 { gap: 2580px !important; }
.util-pad-vertical-2580 { padding-top: 2580px !important; padding-bottom: 2580px !important; }
.util-elevation-level-2581 { box-shadow: 0 2581px 5162px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2581 { border-radius: 2581px !important; }
.util-spacing-gap-2581 { gap: 2581px !important; }
.util-pad-vertical-2581 { padding-top: 2581px !important; padding-bottom: 2581px !important; }
.util-elevation-level-2582 { box-shadow: 0 2582px 5164px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2582 { border-radius: 2582px !important; }
.util-spacing-gap-2582 { gap: 2582px !important; }
.util-pad-vertical-2582 { padding-top: 2582px !important; padding-bottom: 2582px !important; }
.util-elevation-level-2583 { box-shadow: 0 2583px 5166px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2583 { border-radius: 2583px !important; }
.util-spacing-gap-2583 { gap: 2583px !important; }
.util-pad-vertical-2583 { padding-top: 2583px !important; padding-bottom: 2583px !important; }
.util-elevation-level-2584 { box-shadow: 0 2584px 5168px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2584 { border-radius: 2584px !important; }
.util-spacing-gap-2584 { gap: 2584px !important; }
.util-pad-vertical-2584 { padding-top: 2584px !important; padding-bottom: 2584px !important; }
.util-elevation-level-2585 { box-shadow: 0 2585px 5170px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2585 { border-radius: 2585px !important; }
.util-spacing-gap-2585 { gap: 2585px !important; }
.util-pad-vertical-2585 { padding-top: 2585px !important; padding-bottom: 2585px !important; }
.util-elevation-level-2586 { box-shadow: 0 2586px 5172px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2586 { border-radius: 2586px !important; }
.util-spacing-gap-2586 { gap: 2586px !important; }
.util-pad-vertical-2586 { padding-top: 2586px !important; padding-bottom: 2586px !important; }
.util-elevation-level-2587 { box-shadow: 0 2587px 5174px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2587 { border-radius: 2587px !important; }
.util-spacing-gap-2587 { gap: 2587px !important; }
.util-pad-vertical-2587 { padding-top: 2587px !important; padding-bottom: 2587px !important; }
.util-elevation-level-2588 { box-shadow: 0 2588px 5176px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2588 { border-radius: 2588px !important; }
.util-spacing-gap-2588 { gap: 2588px !important; }
.util-pad-vertical-2588 { padding-top: 2588px !important; padding-bottom: 2588px !important; }
.util-elevation-level-2589 { box-shadow: 0 2589px 5178px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2589 { border-radius: 2589px !important; }
.util-spacing-gap-2589 { gap: 2589px !important; }
.util-pad-vertical-2589 { padding-top: 2589px !important; padding-bottom: 2589px !important; }
.util-elevation-level-2590 { box-shadow: 0 2590px 5180px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2590 { border-radius: 2590px !important; }
.util-spacing-gap-2590 { gap: 2590px !important; }
.util-pad-vertical-2590 { padding-top: 2590px !important; padding-bottom: 2590px !important; }
.util-elevation-level-2591 { box-shadow: 0 2591px 5182px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2591 { border-radius: 2591px !important; }
.util-spacing-gap-2591 { gap: 2591px !important; }
.util-pad-vertical-2591 { padding-top: 2591px !important; padding-bottom: 2591px !important; }
.util-elevation-level-2592 { box-shadow: 0 2592px 5184px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2592 { border-radius: 2592px !important; }
.util-spacing-gap-2592 { gap: 2592px !important; }
.util-pad-vertical-2592 { padding-top: 2592px !important; padding-bottom: 2592px !important; }
.util-elevation-level-2593 { box-shadow: 0 2593px 5186px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2593 { border-radius: 2593px !important; }
.util-spacing-gap-2593 { gap: 2593px !important; }
.util-pad-vertical-2593 { padding-top: 2593px !important; padding-bottom: 2593px !important; }
.util-elevation-level-2594 { box-shadow: 0 2594px 5188px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2594 { border-radius: 2594px !important; }
.util-spacing-gap-2594 { gap: 2594px !important; }
.util-pad-vertical-2594 { padding-top: 2594px !important; padding-bottom: 2594px !important; }
.util-elevation-level-2595 { box-shadow: 0 2595px 5190px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2595 { border-radius: 2595px !important; }
.util-spacing-gap-2595 { gap: 2595px !important; }
.util-pad-vertical-2595 { padding-top: 2595px !important; padding-bottom: 2595px !important; }
.util-elevation-level-2596 { box-shadow: 0 2596px 5192px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2596 { border-radius: 2596px !important; }
.util-spacing-gap-2596 { gap: 2596px !important; }
.util-pad-vertical-2596 { padding-top: 2596px !important; padding-bottom: 2596px !important; }
.util-elevation-level-2597 { box-shadow: 0 2597px 5194px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2597 { border-radius: 2597px !important; }
.util-spacing-gap-2597 { gap: 2597px !important; }
.util-pad-vertical-2597 { padding-top: 2597px !important; padding-bottom: 2597px !important; }
.util-elevation-level-2598 { box-shadow: 0 2598px 5196px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2598 { border-radius: 2598px !important; }
.util-spacing-gap-2598 { gap: 2598px !important; }
.util-pad-vertical-2598 { padding-top: 2598px !important; padding-bottom: 2598px !important; }
.util-elevation-level-2599 { box-shadow: 0 2599px 5198px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2599 { border-radius: 2599px !important; }
.util-spacing-gap-2599 { gap: 2599px !important; }
.util-pad-vertical-2599 { padding-top: 2599px !important; padding-bottom: 2599px !important; }
.util-elevation-level-2600 { box-shadow: 0 2600px 5200px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2600 { border-radius: 2600px !important; }
.util-spacing-gap-2600 { gap: 2600px !important; }
.util-pad-vertical-2600 { padding-top: 2600px !important; padding-bottom: 2600px !important; }
.util-elevation-level-2601 { box-shadow: 0 2601px 5202px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2601 { border-radius: 2601px !important; }
.util-spacing-gap-2601 { gap: 2601px !important; }
.util-pad-vertical-2601 { padding-top: 2601px !important; padding-bottom: 2601px !important; }
.util-elevation-level-2602 { box-shadow: 0 2602px 5204px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2602 { border-radius: 2602px !important; }
.util-spacing-gap-2602 { gap: 2602px !important; }
.util-pad-vertical-2602 { padding-top: 2602px !important; padding-bottom: 2602px !important; }
.util-elevation-level-2603 { box-shadow: 0 2603px 5206px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2603 { border-radius: 2603px !important; }
.util-spacing-gap-2603 { gap: 2603px !important; }
.util-pad-vertical-2603 { padding-top: 2603px !important; padding-bottom: 2603px !important; }
.util-elevation-level-2604 { box-shadow: 0 2604px 5208px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2604 { border-radius: 2604px !important; }
.util-spacing-gap-2604 { gap: 2604px !important; }
.util-pad-vertical-2604 { padding-top: 2604px !important; padding-bottom: 2604px !important; }
.util-elevation-level-2605 { box-shadow: 0 2605px 5210px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2605 { border-radius: 2605px !important; }
.util-spacing-gap-2605 { gap: 2605px !important; }
.util-pad-vertical-2605 { padding-top: 2605px !important; padding-bottom: 2605px !important; }
.util-elevation-level-2606 { box-shadow: 0 2606px 5212px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2606 { border-radius: 2606px !important; }
.util-spacing-gap-2606 { gap: 2606px !important; }
.util-pad-vertical-2606 { padding-top: 2606px !important; padding-bottom: 2606px !important; }
.util-elevation-level-2607 { box-shadow: 0 2607px 5214px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2607 { border-radius: 2607px !important; }
.util-spacing-gap-2607 { gap: 2607px !important; }
.util-pad-vertical-2607 { padding-top: 2607px !important; padding-bottom: 2607px !important; }
.util-elevation-level-2608 { box-shadow: 0 2608px 5216px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2608 { border-radius: 2608px !important; }
.util-spacing-gap-2608 { gap: 2608px !important; }
.util-pad-vertical-2608 { padding-top: 2608px !important; padding-bottom: 2608px !important; }
.util-elevation-level-2609 { box-shadow: 0 2609px 5218px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2609 { border-radius: 2609px !important; }
.util-spacing-gap-2609 { gap: 2609px !important; }
.util-pad-vertical-2609 { padding-top: 2609px !important; padding-bottom: 2609px !important; }
.util-elevation-level-2610 { box-shadow: 0 2610px 5220px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2610 { border-radius: 2610px !important; }
.util-spacing-gap-2610 { gap: 2610px !important; }
.util-pad-vertical-2610 { padding-top: 2610px !important; padding-bottom: 2610px !important; }
.util-elevation-level-2611 { box-shadow: 0 2611px 5222px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2611 { border-radius: 2611px !important; }
.util-spacing-gap-2611 { gap: 2611px !important; }
.util-pad-vertical-2611 { padding-top: 2611px !important; padding-bottom: 2611px !important; }
.util-elevation-level-2612 { box-shadow: 0 2612px 5224px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2612 { border-radius: 2612px !important; }
.util-spacing-gap-2612 { gap: 2612px !important; }
.util-pad-vertical-2612 { padding-top: 2612px !important; padding-bottom: 2612px !important; }
.util-elevation-level-2613 { box-shadow: 0 2613px 5226px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2613 { border-radius: 2613px !important; }
.util-spacing-gap-2613 { gap: 2613px !important; }
.util-pad-vertical-2613 { padding-top: 2613px !important; padding-bottom: 2613px !important; }
.util-elevation-level-2614 { box-shadow: 0 2614px 5228px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2614 { border-radius: 2614px !important; }
.util-spacing-gap-2614 { gap: 2614px !important; }
.util-pad-vertical-2614 { padding-top: 2614px !important; padding-bottom: 2614px !important; }
.util-elevation-level-2615 { box-shadow: 0 2615px 5230px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2615 { border-radius: 2615px !important; }
.util-spacing-gap-2615 { gap: 2615px !important; }
.util-pad-vertical-2615 { padding-top: 2615px !important; padding-bottom: 2615px !important; }
.util-elevation-level-2616 { box-shadow: 0 2616px 5232px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2616 { border-radius: 2616px !important; }
.util-spacing-gap-2616 { gap: 2616px !important; }
.util-pad-vertical-2616 { padding-top: 2616px !important; padding-bottom: 2616px !important; }
.util-elevation-level-2617 { box-shadow: 0 2617px 5234px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2617 { border-radius: 2617px !important; }
.util-spacing-gap-2617 { gap: 2617px !important; }
.util-pad-vertical-2617 { padding-top: 2617px !important; padding-bottom: 2617px !important; }
.util-elevation-level-2618 { box-shadow: 0 2618px 5236px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2618 { border-radius: 2618px !important; }
.util-spacing-gap-2618 { gap: 2618px !important; }
.util-pad-vertical-2618 { padding-top: 2618px !important; padding-bottom: 2618px !important; }
.util-elevation-level-2619 { box-shadow: 0 2619px 5238px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2619 { border-radius: 2619px !important; }
.util-spacing-gap-2619 { gap: 2619px !important; }
.util-pad-vertical-2619 { padding-top: 2619px !important; padding-bottom: 2619px !important; }
.util-elevation-level-2620 { box-shadow: 0 2620px 5240px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2620 { border-radius: 2620px !important; }
.util-spacing-gap-2620 { gap: 2620px !important; }
.util-pad-vertical-2620 { padding-top: 2620px !important; padding-bottom: 2620px !important; }
.util-elevation-level-2621 { box-shadow: 0 2621px 5242px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2621 { border-radius: 2621px !important; }
.util-spacing-gap-2621 { gap: 2621px !important; }
.util-pad-vertical-2621 { padding-top: 2621px !important; padding-bottom: 2621px !important; }
.util-elevation-level-2622 { box-shadow: 0 2622px 5244px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2622 { border-radius: 2622px !important; }
.util-spacing-gap-2622 { gap: 2622px !important; }
.util-pad-vertical-2622 { padding-top: 2622px !important; padding-bottom: 2622px !important; }
.util-elevation-level-2623 { box-shadow: 0 2623px 5246px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2623 { border-radius: 2623px !important; }
.util-spacing-gap-2623 { gap: 2623px !important; }
.util-pad-vertical-2623 { padding-top: 2623px !important; padding-bottom: 2623px !important; }
.util-elevation-level-2624 { box-shadow: 0 2624px 5248px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2624 { border-radius: 2624px !important; }
.util-spacing-gap-2624 { gap: 2624px !important; }
.util-pad-vertical-2624 { padding-top: 2624px !important; padding-bottom: 2624px !important; }
.util-elevation-level-2625 { box-shadow: 0 2625px 5250px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2625 { border-radius: 2625px !important; }
.util-spacing-gap-2625 { gap: 2625px !important; }
.util-pad-vertical-2625 { padding-top: 2625px !important; padding-bottom: 2625px !important; }
.util-elevation-level-2626 { box-shadow: 0 2626px 5252px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2626 { border-radius: 2626px !important; }
.util-spacing-gap-2626 { gap: 2626px !important; }
.util-pad-vertical-2626 { padding-top: 2626px !important; padding-bottom: 2626px !important; }
.util-elevation-level-2627 { box-shadow: 0 2627px 5254px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2627 { border-radius: 2627px !important; }
.util-spacing-gap-2627 { gap: 2627px !important; }
.util-pad-vertical-2627 { padding-top: 2627px !important; padding-bottom: 2627px !important; }
.util-elevation-level-2628 { box-shadow: 0 2628px 5256px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2628 { border-radius: 2628px !important; }
.util-spacing-gap-2628 { gap: 2628px !important; }
.util-pad-vertical-2628 { padding-top: 2628px !important; padding-bottom: 2628px !important; }
.util-elevation-level-2629 { box-shadow: 0 2629px 5258px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2629 { border-radius: 2629px !important; }
.util-spacing-gap-2629 { gap: 2629px !important; }
.util-pad-vertical-2629 { padding-top: 2629px !important; padding-bottom: 2629px !important; }
.util-elevation-level-2630 { box-shadow: 0 2630px 5260px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2630 { border-radius: 2630px !important; }
.util-spacing-gap-2630 { gap: 2630px !important; }
.util-pad-vertical-2630 { padding-top: 2630px !important; padding-bottom: 2630px !important; }
.util-elevation-level-2631 { box-shadow: 0 2631px 5262px rgba(15, 23, 42, 0.06) !important; }
.util-radius-custom-2631 { border-radius: 2631px !important; }
.util-spacing-gap-2631 { gap: 2631px !important; }
.util-pad-vertical-2631 { padding-top: 2631px !important; padding-bottom: 2631px !important; }
.util-elevation-level-2632 { box-shadow: 0 2632px 5264px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2632 { border-radius: 2632px !important; }
.util-spacing-gap-2632 { gap: 2632px !important; }
.util-pad-vertical-2632 { padding-top: 2632px !important; padding-bottom: 2632px !important; }
.util-elevation-level-2633 { box-shadow: 0 2633px 5266px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2633 { border-radius: 2633px !important; }
.util-spacing-gap-2633 { gap: 2633px !important; }
.util-pad-vertical-2633 { padding-top: 2633px !important; padding-bottom: 2633px !important; }
.util-elevation-level-2634 { box-shadow: 0 2634px 5268px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2634 { border-radius: 2634px !important; }
.util-spacing-gap-2634 { gap: 2634px !important; }
.util-pad-vertical-2634 { padding-top: 2634px !important; padding-bottom: 2634px !important; }
.util-elevation-level-2635 { box-shadow: 0 2635px 5270px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2635 { border-radius: 2635px !important; }
.util-spacing-gap-2635 { gap: 2635px !important; }
.util-pad-vertical-2635 { padding-top: 2635px !important; padding-bottom: 2635px !important; }
.util-elevation-level-2636 { box-shadow: 0 2636px 5272px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2636 { border-radius: 2636px !important; }
.util-spacing-gap-2636 { gap: 2636px !important; }
.util-pad-vertical-2636 { padding-top: 2636px !important; padding-bottom: 2636px !important; }
.util-elevation-level-2637 { box-shadow: 0 2637px 5274px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2637 { border-radius: 2637px !important; }
.util-spacing-gap-2637 { gap: 2637px !important; }
.util-pad-vertical-2637 { padding-top: 2637px !important; padding-bottom: 2637px !important; }
.util-elevation-level-2638 { box-shadow: 0 2638px 5276px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2638 { border-radius: 2638px !important; }
.util-spacing-gap-2638 { gap: 2638px !important; }
.util-pad-vertical-2638 { padding-top: 2638px !important; padding-bottom: 2638px !important; }
.util-elevation-level-2639 { box-shadow: 0 2639px 5278px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2639 { border-radius: 2639px !important; }
.util-spacing-gap-2639 { gap: 2639px !important; }
.util-pad-vertical-2639 { padding-top: 2639px !important; padding-bottom: 2639px !important; }
.util-elevation-level-2640 { box-shadow: 0 2640px 5280px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2640 { border-radius: 2640px !important; }
.util-spacing-gap-2640 { gap: 2640px !important; }
.util-pad-vertical-2640 { padding-top: 2640px !important; padding-bottom: 2640px !important; }
.util-elevation-level-2641 { box-shadow: 0 2641px 5282px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2641 { border-radius: 2641px !important; }
.util-spacing-gap-2641 { gap: 2641px !important; }
.util-pad-vertical-2641 { padding-top: 2641px !important; padding-bottom: 2641px !important; }
.util-elevation-level-2642 { box-shadow: 0 2642px 5284px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2642 { border-radius: 2642px !important; }
.util-spacing-gap-2642 { gap: 2642px !important; }
.util-pad-vertical-2642 { padding-top: 2642px !important; padding-bottom: 2642px !important; }
.util-elevation-level-2643 { box-shadow: 0 2643px 5286px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2643 { border-radius: 2643px !important; }
.util-spacing-gap-2643 { gap: 2643px !important; }
.util-pad-vertical-2643 { padding-top: 2643px !important; padding-bottom: 2643px !important; }
.util-elevation-level-2644 { box-shadow: 0 2644px 5288px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2644 { border-radius: 2644px !important; }
.util-spacing-gap-2644 { gap: 2644px !important; }
.util-pad-vertical-2644 { padding-top: 2644px !important; padding-bottom: 2644px !important; }
.util-elevation-level-2645 { box-shadow: 0 2645px 5290px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2645 { border-radius: 2645px !important; }
.util-spacing-gap-2645 { gap: 2645px !important; }
.util-pad-vertical-2645 { padding-top: 2645px !important; padding-bottom: 2645px !important; }
.util-elevation-level-2646 { box-shadow: 0 2646px 5292px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2646 { border-radius: 2646px !important; }
.util-spacing-gap-2646 { gap: 2646px !important; }
.util-pad-vertical-2646 { padding-top: 2646px !important; padding-bottom: 2646px !important; }
.util-elevation-level-2647 { box-shadow: 0 2647px 5294px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2647 { border-radius: 2647px !important; }
.util-spacing-gap-2647 { gap: 2647px !important; }
.util-pad-vertical-2647 { padding-top: 2647px !important; padding-bottom: 2647px !important; }
.util-elevation-level-2648 { box-shadow: 0 2648px 5296px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2648 { border-radius: 2648px !important; }
.util-spacing-gap-2648 { gap: 2648px !important; }
.util-pad-vertical-2648 { padding-top: 2648px !important; padding-bottom: 2648px !important; }
.util-elevation-level-2649 { box-shadow: 0 2649px 5298px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2649 { border-radius: 2649px !important; }
.util-spacing-gap-2649 { gap: 2649px !important; }
.util-pad-vertical-2649 { padding-top: 2649px !important; padding-bottom: 2649px !important; }
.util-elevation-level-2650 { box-shadow: 0 2650px 5300px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2650 { border-radius: 2650px !important; }
.util-spacing-gap-2650 { gap: 2650px !important; }
.util-pad-vertical-2650 { padding-top: 2650px !important; padding-bottom: 2650px !important; }
.util-elevation-level-2651 { box-shadow: 0 2651px 5302px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2651 { border-radius: 2651px !important; }
.util-spacing-gap-2651 { gap: 2651px !important; }
.util-pad-vertical-2651 { padding-top: 2651px !important; padding-bottom: 2651px !important; }
.util-elevation-level-2652 { box-shadow: 0 2652px 5304px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2652 { border-radius: 2652px !important; }
.util-spacing-gap-2652 { gap: 2652px !important; }
.util-pad-vertical-2652 { padding-top: 2652px !important; padding-bottom: 2652px !important; }
.util-elevation-level-2653 { box-shadow: 0 2653px 5306px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2653 { border-radius: 2653px !important; }
.util-spacing-gap-2653 { gap: 2653px !important; }
.util-pad-vertical-2653 { padding-top: 2653px !important; padding-bottom: 2653px !important; }
.util-elevation-level-2654 { box-shadow: 0 2654px 5308px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2654 { border-radius: 2654px !important; }
.util-spacing-gap-2654 { gap: 2654px !important; }
.util-pad-vertical-2654 { padding-top: 2654px !important; padding-bottom: 2654px !important; }
.util-elevation-level-2655 { box-shadow: 0 2655px 5310px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2655 { border-radius: 2655px !important; }
.util-spacing-gap-2655 { gap: 2655px !important; }
.util-pad-vertical-2655 { padding-top: 2655px !important; padding-bottom: 2655px !important; }
.util-elevation-level-2656 { box-shadow: 0 2656px 5312px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2656 { border-radius: 2656px !important; }
.util-spacing-gap-2656 { gap: 2656px !important; }
.util-pad-vertical-2656 { padding-top: 2656px !important; padding-bottom: 2656px !important; }
.util-elevation-level-2657 { box-shadow: 0 2657px 5314px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2657 { border-radius: 2657px !important; }
.util-spacing-gap-2657 { gap: 2657px !important; }
.util-pad-vertical-2657 { padding-top: 2657px !important; padding-bottom: 2657px !important; }
.util-elevation-level-2658 { box-shadow: 0 2658px 5316px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2658 { border-radius: 2658px !important; }
.util-spacing-gap-2658 { gap: 2658px !important; }
.util-pad-vertical-2658 { padding-top: 2658px !important; padding-bottom: 2658px !important; }
.util-elevation-level-2659 { box-shadow: 0 2659px 5318px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2659 { border-radius: 2659px !important; }
.util-spacing-gap-2659 { gap: 2659px !important; }
.util-pad-vertical-2659 { padding-top: 2659px !important; padding-bottom: 2659px !important; }
.util-elevation-level-2660 { box-shadow: 0 2660px 5320px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2660 { border-radius: 2660px !important; }
.util-spacing-gap-2660 { gap: 2660px !important; }
.util-pad-vertical-2660 { padding-top: 2660px !important; padding-bottom: 2660px !important; }
.util-elevation-level-2661 { box-shadow: 0 2661px 5322px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2661 { border-radius: 2661px !important; }
.util-spacing-gap-2661 { gap: 2661px !important; }
.util-pad-vertical-2661 { padding-top: 2661px !important; padding-bottom: 2661px !important; }
.util-elevation-level-2662 { box-shadow: 0 2662px 5324px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2662 { border-radius: 2662px !important; }
.util-spacing-gap-2662 { gap: 2662px !important; }
.util-pad-vertical-2662 { padding-top: 2662px !important; padding-bottom: 2662px !important; }
.util-elevation-level-2663 { box-shadow: 0 2663px 5326px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2663 { border-radius: 2663px !important; }
.util-spacing-gap-2663 { gap: 2663px !important; }
.util-pad-vertical-2663 { padding-top: 2663px !important; padding-bottom: 2663px !important; }
.util-elevation-level-2664 { box-shadow: 0 2664px 5328px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2664 { border-radius: 2664px !important; }
.util-spacing-gap-2664 { gap: 2664px !important; }
.util-pad-vertical-2664 { padding-top: 2664px !important; padding-bottom: 2664px !important; }
.util-elevation-level-2665 { box-shadow: 0 2665px 5330px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2665 { border-radius: 2665px !important; }
.util-spacing-gap-2665 { gap: 2665px !important; }
.util-pad-vertical-2665 { padding-top: 2665px !important; padding-bottom: 2665px !important; }
.util-elevation-level-2666 { box-shadow: 0 2666px 5332px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2666 { border-radius: 2666px !important; }
.util-spacing-gap-2666 { gap: 2666px !important; }
.util-pad-vertical-2666 { padding-top: 2666px !important; padding-bottom: 2666px !important; }
.util-elevation-level-2667 { box-shadow: 0 2667px 5334px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2667 { border-radius: 2667px !important; }
.util-spacing-gap-2667 { gap: 2667px !important; }
.util-pad-vertical-2667 { padding-top: 2667px !important; padding-bottom: 2667px !important; }
.util-elevation-level-2668 { box-shadow: 0 2668px 5336px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2668 { border-radius: 2668px !important; }
.util-spacing-gap-2668 { gap: 2668px !important; }
.util-pad-vertical-2668 { padding-top: 2668px !important; padding-bottom: 2668px !important; }
.util-elevation-level-2669 { box-shadow: 0 2669px 5338px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2669 { border-radius: 2669px !important; }
.util-spacing-gap-2669 { gap: 2669px !important; }
.util-pad-vertical-2669 { padding-top: 2669px !important; padding-bottom: 2669px !important; }
.util-elevation-level-2670 { box-shadow: 0 2670px 5340px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2670 { border-radius: 2670px !important; }
.util-spacing-gap-2670 { gap: 2670px !important; }
.util-pad-vertical-2670 { padding-top: 2670px !important; padding-bottom: 2670px !important; }
.util-elevation-level-2671 { box-shadow: 0 2671px 5342px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2671 { border-radius: 2671px !important; }
.util-spacing-gap-2671 { gap: 2671px !important; }
.util-pad-vertical-2671 { padding-top: 2671px !important; padding-bottom: 2671px !important; }
.util-elevation-level-2672 { box-shadow: 0 2672px 5344px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2672 { border-radius: 2672px !important; }
.util-spacing-gap-2672 { gap: 2672px !important; }
.util-pad-vertical-2672 { padding-top: 2672px !important; padding-bottom: 2672px !important; }
.util-elevation-level-2673 { box-shadow: 0 2673px 5346px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2673 { border-radius: 2673px !important; }
.util-spacing-gap-2673 { gap: 2673px !important; }
.util-pad-vertical-2673 { padding-top: 2673px !important; padding-bottom: 2673px !important; }
.util-elevation-level-2674 { box-shadow: 0 2674px 5348px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2674 { border-radius: 2674px !important; }
.util-spacing-gap-2674 { gap: 2674px !important; }
.util-pad-vertical-2674 { padding-top: 2674px !important; padding-bottom: 2674px !important; }
.util-elevation-level-2675 { box-shadow: 0 2675px 5350px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2675 { border-radius: 2675px !important; }
.util-spacing-gap-2675 { gap: 2675px !important; }
.util-pad-vertical-2675 { padding-top: 2675px !important; padding-bottom: 2675px !important; }
.util-elevation-level-2676 { box-shadow: 0 2676px 5352px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2676 { border-radius: 2676px !important; }
.util-spacing-gap-2676 { gap: 2676px !important; }
.util-pad-vertical-2676 { padding-top: 2676px !important; padding-bottom: 2676px !important; }
.util-elevation-level-2677 { box-shadow: 0 2677px 5354px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2677 { border-radius: 2677px !important; }
.util-spacing-gap-2677 { gap: 2677px !important; }
.util-pad-vertical-2677 { padding-top: 2677px !important; padding-bottom: 2677px !important; }
.util-elevation-level-2678 { box-shadow: 0 2678px 5356px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2678 { border-radius: 2678px !important; }
.util-spacing-gap-2678 { gap: 2678px !important; }
.util-pad-vertical-2678 { padding-top: 2678px !important; padding-bottom: 2678px !important; }
.util-elevation-level-2679 { box-shadow: 0 2679px 5358px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2679 { border-radius: 2679px !important; }
.util-spacing-gap-2679 { gap: 2679px !important; }
.util-pad-vertical-2679 { padding-top: 2679px !important; padding-bottom: 2679px !important; }
.util-elevation-level-2680 { box-shadow: 0 2680px 5360px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2680 { border-radius: 2680px !important; }
.util-spacing-gap-2680 { gap: 2680px !important; }
.util-pad-vertical-2680 { padding-top: 2680px !important; padding-bottom: 2680px !important; }
.util-elevation-level-2681 { box-shadow: 0 2681px 5362px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2681 { border-radius: 2681px !important; }
.util-spacing-gap-2681 { gap: 2681px !important; }
.util-pad-vertical-2681 { padding-top: 2681px !important; padding-bottom: 2681px !important; }
.util-elevation-level-2682 { box-shadow: 0 2682px 5364px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2682 { border-radius: 2682px !important; }
.util-spacing-gap-2682 { gap: 2682px !important; }
.util-pad-vertical-2682 { padding-top: 2682px !important; padding-bottom: 2682px !important; }
.util-elevation-level-2683 { box-shadow: 0 2683px 5366px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2683 { border-radius: 2683px !important; }
.util-spacing-gap-2683 { gap: 2683px !important; }
.util-pad-vertical-2683 { padding-top: 2683px !important; padding-bottom: 2683px !important; }
.util-elevation-level-2684 { box-shadow: 0 2684px 5368px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2684 { border-radius: 2684px !important; }
.util-spacing-gap-2684 { gap: 2684px !important; }
.util-pad-vertical-2684 { padding-top: 2684px !important; padding-bottom: 2684px !important; }
.util-elevation-level-2685 { box-shadow: 0 2685px 5370px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2685 { border-radius: 2685px !important; }
.util-spacing-gap-2685 { gap: 2685px !important; }
.util-pad-vertical-2685 { padding-top: 2685px !important; padding-bottom: 2685px !important; }
.util-elevation-level-2686 { box-shadow: 0 2686px 5372px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2686 { border-radius: 2686px !important; }
.util-spacing-gap-2686 { gap: 2686px !important; }
.util-pad-vertical-2686 { padding-top: 2686px !important; padding-bottom: 2686px !important; }
.util-elevation-level-2687 { box-shadow: 0 2687px 5374px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2687 { border-radius: 2687px !important; }
.util-spacing-gap-2687 { gap: 2687px !important; }
.util-pad-vertical-2687 { padding-top: 2687px !important; padding-bottom: 2687px !important; }
.util-elevation-level-2688 { box-shadow: 0 2688px 5376px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2688 { border-radius: 2688px !important; }
.util-spacing-gap-2688 { gap: 2688px !important; }
.util-pad-vertical-2688 { padding-top: 2688px !important; padding-bottom: 2688px !important; }
.util-elevation-level-2689 { box-shadow: 0 2689px 5378px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2689 { border-radius: 2689px !important; }
.util-spacing-gap-2689 { gap: 2689px !important; }
.util-pad-vertical-2689 { padding-top: 2689px !important; padding-bottom: 2689px !important; }
.util-elevation-level-2690 { box-shadow: 0 2690px 5380px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2690 { border-radius: 2690px !important; }
.util-spacing-gap-2690 { gap: 2690px !important; }
.util-pad-vertical-2690 { padding-top: 2690px !important; padding-bottom: 2690px !important; }
.util-elevation-level-2691 { box-shadow: 0 2691px 5382px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2691 { border-radius: 2691px !important; }
.util-spacing-gap-2691 { gap: 2691px !important; }
.util-pad-vertical-2691 { padding-top: 2691px !important; padding-bottom: 2691px !important; }
.util-elevation-level-2692 { box-shadow: 0 2692px 5384px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2692 { border-radius: 2692px !important; }
.util-spacing-gap-2692 { gap: 2692px !important; }
.util-pad-vertical-2692 { padding-top: 2692px !important; padding-bottom: 2692px !important; }
.util-elevation-level-2693 { box-shadow: 0 2693px 5386px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2693 { border-radius: 2693px !important; }
.util-spacing-gap-2693 { gap: 2693px !important; }
.util-pad-vertical-2693 { padding-top: 2693px !important; padding-bottom: 2693px !important; }
.util-elevation-level-2694 { box-shadow: 0 2694px 5388px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2694 { border-radius: 2694px !important; }
.util-spacing-gap-2694 { gap: 2694px !important; }
.util-pad-vertical-2694 { padding-top: 2694px !important; padding-bottom: 2694px !important; }
.util-elevation-level-2695 { box-shadow: 0 2695px 5390px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2695 { border-radius: 2695px !important; }
.util-spacing-gap-2695 { gap: 2695px !important; }
.util-pad-vertical-2695 { padding-top: 2695px !important; padding-bottom: 2695px !important; }
.util-elevation-level-2696 { box-shadow: 0 2696px 5392px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2696 { border-radius: 2696px !important; }
.util-spacing-gap-2696 { gap: 2696px !important; }
.util-pad-vertical-2696 { padding-top: 2696px !important; padding-bottom: 2696px !important; }
.util-elevation-level-2697 { box-shadow: 0 2697px 5394px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2697 { border-radius: 2697px !important; }
.util-spacing-gap-2697 { gap: 2697px !important; }
.util-pad-vertical-2697 { padding-top: 2697px !important; padding-bottom: 2697px !important; }
.util-elevation-level-2698 { box-shadow: 0 2698px 5396px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2698 { border-radius: 2698px !important; }
.util-spacing-gap-2698 { gap: 2698px !important; }
.util-pad-vertical-2698 { padding-top: 2698px !important; padding-bottom: 2698px !important; }
.util-elevation-level-2699 { box-shadow: 0 2699px 5398px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2699 { border-radius: 2699px !important; }
.util-spacing-gap-2699 { gap: 2699px !important; }
.util-pad-vertical-2699 { padding-top: 2699px !important; padding-bottom: 2699px !important; }
.util-elevation-level-2700 { box-shadow: 0 2700px 5400px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2700 { border-radius: 2700px !important; }
.util-spacing-gap-2700 { gap: 2700px !important; }
.util-pad-vertical-2700 { padding-top: 2700px !important; padding-bottom: 2700px !important; }
.util-elevation-level-2701 { box-shadow: 0 2701px 5402px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2701 { border-radius: 2701px !important; }
.util-spacing-gap-2701 { gap: 2701px !important; }
.util-pad-vertical-2701 { padding-top: 2701px !important; padding-bottom: 2701px !important; }
.util-elevation-level-2702 { box-shadow: 0 2702px 5404px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2702 { border-radius: 2702px !important; }
.util-spacing-gap-2702 { gap: 2702px !important; }
.util-pad-vertical-2702 { padding-top: 2702px !important; padding-bottom: 2702px !important; }
.util-elevation-level-2703 { box-shadow: 0 2703px 5406px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2703 { border-radius: 2703px !important; }
.util-spacing-gap-2703 { gap: 2703px !important; }
.util-pad-vertical-2703 { padding-top: 2703px !important; padding-bottom: 2703px !important; }
.util-elevation-level-2704 { box-shadow: 0 2704px 5408px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2704 { border-radius: 2704px !important; }
.util-spacing-gap-2704 { gap: 2704px !important; }
.util-pad-vertical-2704 { padding-top: 2704px !important; padding-bottom: 2704px !important; }
.util-elevation-level-2705 { box-shadow: 0 2705px 5410px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2705 { border-radius: 2705px !important; }
.util-spacing-gap-2705 { gap: 2705px !important; }
.util-pad-vertical-2705 { padding-top: 2705px !important; padding-bottom: 2705px !important; }
.util-elevation-level-2706 { box-shadow: 0 2706px 5412px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2706 { border-radius: 2706px !important; }
.util-spacing-gap-2706 { gap: 2706px !important; }
.util-pad-vertical-2706 { padding-top: 2706px !important; padding-bottom: 2706px !important; }
.util-elevation-level-2707 { box-shadow: 0 2707px 5414px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2707 { border-radius: 2707px !important; }
.util-spacing-gap-2707 { gap: 2707px !important; }
.util-pad-vertical-2707 { padding-top: 2707px !important; padding-bottom: 2707px !important; }
.util-elevation-level-2708 { box-shadow: 0 2708px 5416px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2708 { border-radius: 2708px !important; }
.util-spacing-gap-2708 { gap: 2708px !important; }
.util-pad-vertical-2708 { padding-top: 2708px !important; padding-bottom: 2708px !important; }
.util-elevation-level-2709 { box-shadow: 0 2709px 5418px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2709 { border-radius: 2709px !important; }
.util-spacing-gap-2709 { gap: 2709px !important; }
.util-pad-vertical-2709 { padding-top: 2709px !important; padding-bottom: 2709px !important; }
.util-elevation-level-2710 { box-shadow: 0 2710px 5420px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2710 { border-radius: 2710px !important; }
.util-spacing-gap-2710 { gap: 2710px !important; }
.util-pad-vertical-2710 { padding-top: 2710px !important; padding-bottom: 2710px !important; }
.util-elevation-level-2711 { box-shadow: 0 2711px 5422px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2711 { border-radius: 2711px !important; }
.util-spacing-gap-2711 { gap: 2711px !important; }
.util-pad-vertical-2711 { padding-top: 2711px !important; padding-bottom: 2711px !important; }
.util-elevation-level-2712 { box-shadow: 0 2712px 5424px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2712 { border-radius: 2712px !important; }
.util-spacing-gap-2712 { gap: 2712px !important; }
.util-pad-vertical-2712 { padding-top: 2712px !important; padding-bottom: 2712px !important; }
.util-elevation-level-2713 { box-shadow: 0 2713px 5426px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2713 { border-radius: 2713px !important; }
.util-spacing-gap-2713 { gap: 2713px !important; }
.util-pad-vertical-2713 { padding-top: 2713px !important; padding-bottom: 2713px !important; }
.util-elevation-level-2714 { box-shadow: 0 2714px 5428px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2714 { border-radius: 2714px !important; }
.util-spacing-gap-2714 { gap: 2714px !important; }
.util-pad-vertical-2714 { padding-top: 2714px !important; padding-bottom: 2714px !important; }
.util-elevation-level-2715 { box-shadow: 0 2715px 5430px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2715 { border-radius: 2715px !important; }
.util-spacing-gap-2715 { gap: 2715px !important; }
.util-pad-vertical-2715 { padding-top: 2715px !important; padding-bottom: 2715px !important; }
.util-elevation-level-2716 { box-shadow: 0 2716px 5432px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2716 { border-radius: 2716px !important; }
.util-spacing-gap-2716 { gap: 2716px !important; }
.util-pad-vertical-2716 { padding-top: 2716px !important; padding-bottom: 2716px !important; }
.util-elevation-level-2717 { box-shadow: 0 2717px 5434px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2717 { border-radius: 2717px !important; }
.util-spacing-gap-2717 { gap: 2717px !important; }
.util-pad-vertical-2717 { padding-top: 2717px !important; padding-bottom: 2717px !important; }
.util-elevation-level-2718 { box-shadow: 0 2718px 5436px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2718 { border-radius: 2718px !important; }
.util-spacing-gap-2718 { gap: 2718px !important; }
.util-pad-vertical-2718 { padding-top: 2718px !important; padding-bottom: 2718px !important; }
.util-elevation-level-2719 { box-shadow: 0 2719px 5438px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2719 { border-radius: 2719px !important; }
.util-spacing-gap-2719 { gap: 2719px !important; }
.util-pad-vertical-2719 { padding-top: 2719px !important; padding-bottom: 2719px !important; }
.util-elevation-level-2720 { box-shadow: 0 2720px 5440px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2720 { border-radius: 2720px !important; }
.util-spacing-gap-2720 { gap: 2720px !important; }
.util-pad-vertical-2720 { padding-top: 2720px !important; padding-bottom: 2720px !important; }
.util-elevation-level-2721 { box-shadow: 0 2721px 5442px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2721 { border-radius: 2721px !important; }
.util-spacing-gap-2721 { gap: 2721px !important; }
.util-pad-vertical-2721 { padding-top: 2721px !important; padding-bottom: 2721px !important; }
.util-elevation-level-2722 { box-shadow: 0 2722px 5444px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2722 { border-radius: 2722px !important; }
.util-spacing-gap-2722 { gap: 2722px !important; }
.util-pad-vertical-2722 { padding-top: 2722px !important; padding-bottom: 2722px !important; }
.util-elevation-level-2723 { box-shadow: 0 2723px 5446px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2723 { border-radius: 2723px !important; }
.util-spacing-gap-2723 { gap: 2723px !important; }
.util-pad-vertical-2723 { padding-top: 2723px !important; padding-bottom: 2723px !important; }
.util-elevation-level-2724 { box-shadow: 0 2724px 5448px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2724 { border-radius: 2724px !important; }
.util-spacing-gap-2724 { gap: 2724px !important; }
.util-pad-vertical-2724 { padding-top: 2724px !important; padding-bottom: 2724px !important; }
.util-elevation-level-2725 { box-shadow: 0 2725px 5450px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2725 { border-radius: 2725px !important; }
.util-spacing-gap-2725 { gap: 2725px !important; }
.util-pad-vertical-2725 { padding-top: 2725px !important; padding-bottom: 2725px !important; }
.util-elevation-level-2726 { box-shadow: 0 2726px 5452px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2726 { border-radius: 2726px !important; }
.util-spacing-gap-2726 { gap: 2726px !important; }
.util-pad-vertical-2726 { padding-top: 2726px !important; padding-bottom: 2726px !important; }
.util-elevation-level-2727 { box-shadow: 0 2727px 5454px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2727 { border-radius: 2727px !important; }
.util-spacing-gap-2727 { gap: 2727px !important; }
.util-pad-vertical-2727 { padding-top: 2727px !important; padding-bottom: 2727px !important; }
.util-elevation-level-2728 { box-shadow: 0 2728px 5456px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2728 { border-radius: 2728px !important; }
.util-spacing-gap-2728 { gap: 2728px !important; }
.util-pad-vertical-2728 { padding-top: 2728px !important; padding-bottom: 2728px !important; }
.util-elevation-level-2729 { box-shadow: 0 2729px 5458px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2729 { border-radius: 2729px !important; }
.util-spacing-gap-2729 { gap: 2729px !important; }
.util-pad-vertical-2729 { padding-top: 2729px !important; padding-bottom: 2729px !important; }
.util-elevation-level-2730 { box-shadow: 0 2730px 5460px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2730 { border-radius: 2730px !important; }
.util-spacing-gap-2730 { gap: 2730px !important; }
.util-pad-vertical-2730 { padding-top: 2730px !important; padding-bottom: 2730px !important; }
.util-elevation-level-2731 { box-shadow: 0 2731px 5462px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2731 { border-radius: 2731px !important; }
.util-spacing-gap-2731 { gap: 2731px !important; }
.util-pad-vertical-2731 { padding-top: 2731px !important; padding-bottom: 2731px !important; }
.util-elevation-level-2732 { box-shadow: 0 2732px 5464px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2732 { border-radius: 2732px !important; }
.util-spacing-gap-2732 { gap: 2732px !important; }
.util-pad-vertical-2732 { padding-top: 2732px !important; padding-bottom: 2732px !important; }
.util-elevation-level-2733 { box-shadow: 0 2733px 5466px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2733 { border-radius: 2733px !important; }
.util-spacing-gap-2733 { gap: 2733px !important; }
.util-pad-vertical-2733 { padding-top: 2733px !important; padding-bottom: 2733px !important; }
.util-elevation-level-2734 { box-shadow: 0 2734px 5468px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2734 { border-radius: 2734px !important; }
.util-spacing-gap-2734 { gap: 2734px !important; }
.util-pad-vertical-2734 { padding-top: 2734px !important; padding-bottom: 2734px !important; }
.util-elevation-level-2735 { box-shadow: 0 2735px 5470px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2735 { border-radius: 2735px !important; }
.util-spacing-gap-2735 { gap: 2735px !important; }
.util-pad-vertical-2735 { padding-top: 2735px !important; padding-bottom: 2735px !important; }
.util-elevation-level-2736 { box-shadow: 0 2736px 5472px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2736 { border-radius: 2736px !important; }
.util-spacing-gap-2736 { gap: 2736px !important; }
.util-pad-vertical-2736 { padding-top: 2736px !important; padding-bottom: 2736px !important; }
.util-elevation-level-2737 { box-shadow: 0 2737px 5474px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2737 { border-radius: 2737px !important; }
.util-spacing-gap-2737 { gap: 2737px !important; }
.util-pad-vertical-2737 { padding-top: 2737px !important; padding-bottom: 2737px !important; }
.util-elevation-level-2738 { box-shadow: 0 2738px 5476px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2738 { border-radius: 2738px !important; }
.util-spacing-gap-2738 { gap: 2738px !important; }
.util-pad-vertical-2738 { padding-top: 2738px !important; padding-bottom: 2738px !important; }
.util-elevation-level-2739 { box-shadow: 0 2739px 5478px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2739 { border-radius: 2739px !important; }
.util-spacing-gap-2739 { gap: 2739px !important; }
.util-pad-vertical-2739 { padding-top: 2739px !important; padding-bottom: 2739px !important; }
.util-elevation-level-2740 { box-shadow: 0 2740px 5480px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2740 { border-radius: 2740px !important; }
.util-spacing-gap-2740 { gap: 2740px !important; }
.util-pad-vertical-2740 { padding-top: 2740px !important; padding-bottom: 2740px !important; }
.util-elevation-level-2741 { box-shadow: 0 2741px 5482px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2741 { border-radius: 2741px !important; }
.util-spacing-gap-2741 { gap: 2741px !important; }
.util-pad-vertical-2741 { padding-top: 2741px !important; padding-bottom: 2741px !important; }
.util-elevation-level-2742 { box-shadow: 0 2742px 5484px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2742 { border-radius: 2742px !important; }
.util-spacing-gap-2742 { gap: 2742px !important; }
.util-pad-vertical-2742 { padding-top: 2742px !important; padding-bottom: 2742px !important; }
.util-elevation-level-2743 { box-shadow: 0 2743px 5486px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2743 { border-radius: 2743px !important; }
.util-spacing-gap-2743 { gap: 2743px !important; }
.util-pad-vertical-2743 { padding-top: 2743px !important; padding-bottom: 2743px !important; }
.util-elevation-level-2744 { box-shadow: 0 2744px 5488px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2744 { border-radius: 2744px !important; }
.util-spacing-gap-2744 { gap: 2744px !important; }
.util-pad-vertical-2744 { padding-top: 2744px !important; padding-bottom: 2744px !important; }
.util-elevation-level-2745 { box-shadow: 0 2745px 5490px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2745 { border-radius: 2745px !important; }
.util-spacing-gap-2745 { gap: 2745px !important; }
.util-pad-vertical-2745 { padding-top: 2745px !important; padding-bottom: 2745px !important; }
.util-elevation-level-2746 { box-shadow: 0 2746px 5492px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2746 { border-radius: 2746px !important; }
.util-spacing-gap-2746 { gap: 2746px !important; }
.util-pad-vertical-2746 { padding-top: 2746px !important; padding-bottom: 2746px !important; }
.util-elevation-level-2747 { box-shadow: 0 2747px 5494px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2747 { border-radius: 2747px !important; }
.util-spacing-gap-2747 { gap: 2747px !important; }
.util-pad-vertical-2747 { padding-top: 2747px !important; padding-bottom: 2747px !important; }
.util-elevation-level-2748 { box-shadow: 0 2748px 5496px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2748 { border-radius: 2748px !important; }
.util-spacing-gap-2748 { gap: 2748px !important; }
.util-pad-vertical-2748 { padding-top: 2748px !important; padding-bottom: 2748px !important; }
.util-elevation-level-2749 { box-shadow: 0 2749px 5498px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2749 { border-radius: 2749px !important; }
.util-spacing-gap-2749 { gap: 2749px !important; }
.util-pad-vertical-2749 { padding-top: 2749px !important; padding-bottom: 2749px !important; }
.util-elevation-level-2750 { box-shadow: 0 2750px 5500px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2750 { border-radius: 2750px !important; }
.util-spacing-gap-2750 { gap: 2750px !important; }
.util-pad-vertical-2750 { padding-top: 2750px !important; padding-bottom: 2750px !important; }
.util-elevation-level-2751 { box-shadow: 0 2751px 5502px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2751 { border-radius: 2751px !important; }
.util-spacing-gap-2751 { gap: 2751px !important; }
.util-pad-vertical-2751 { padding-top: 2751px !important; padding-bottom: 2751px !important; }
.util-elevation-level-2752 { box-shadow: 0 2752px 5504px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2752 { border-radius: 2752px !important; }
.util-spacing-gap-2752 { gap: 2752px !important; }
.util-pad-vertical-2752 { padding-top: 2752px !important; padding-bottom: 2752px !important; }
.util-elevation-level-2753 { box-shadow: 0 2753px 5506px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2753 { border-radius: 2753px !important; }
.util-spacing-gap-2753 { gap: 2753px !important; }
.util-pad-vertical-2753 { padding-top: 2753px !important; padding-bottom: 2753px !important; }
.util-elevation-level-2754 { box-shadow: 0 2754px 5508px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2754 { border-radius: 2754px !important; }
.util-spacing-gap-2754 { gap: 2754px !important; }
.util-pad-vertical-2754 { padding-top: 2754px !important; padding-bottom: 2754px !important; }
.util-elevation-level-2755 { box-shadow: 0 2755px 5510px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2755 { border-radius: 2755px !important; }
.util-spacing-gap-2755 { gap: 2755px !important; }
.util-pad-vertical-2755 { padding-top: 2755px !important; padding-bottom: 2755px !important; }
.util-elevation-level-2756 { box-shadow: 0 2756px 5512px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2756 { border-radius: 2756px !important; }
.util-spacing-gap-2756 { gap: 2756px !important; }
.util-pad-vertical-2756 { padding-top: 2756px !important; padding-bottom: 2756px !important; }
.util-elevation-level-2757 { box-shadow: 0 2757px 5514px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2757 { border-radius: 2757px !important; }
.util-spacing-gap-2757 { gap: 2757px !important; }
.util-pad-vertical-2757 { padding-top: 2757px !important; padding-bottom: 2757px !important; }
.util-elevation-level-2758 { box-shadow: 0 2758px 5516px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2758 { border-radius: 2758px !important; }
.util-spacing-gap-2758 { gap: 2758px !important; }
.util-pad-vertical-2758 { padding-top: 2758px !important; padding-bottom: 2758px !important; }
.util-elevation-level-2759 { box-shadow: 0 2759px 5518px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2759 { border-radius: 2759px !important; }
.util-spacing-gap-2759 { gap: 2759px !important; }
.util-pad-vertical-2759 { padding-top: 2759px !important; padding-bottom: 2759px !important; }
.util-elevation-level-2760 { box-shadow: 0 2760px 5520px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2760 { border-radius: 2760px !important; }
.util-spacing-gap-2760 { gap: 2760px !important; }
.util-pad-vertical-2760 { padding-top: 2760px !important; padding-bottom: 2760px !important; }
.util-elevation-level-2761 { box-shadow: 0 2761px 5522px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2761 { border-radius: 2761px !important; }
.util-spacing-gap-2761 { gap: 2761px !important; }
.util-pad-vertical-2761 { padding-top: 2761px !important; padding-bottom: 2761px !important; }
.util-elevation-level-2762 { box-shadow: 0 2762px 5524px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2762 { border-radius: 2762px !important; }
.util-spacing-gap-2762 { gap: 2762px !important; }
.util-pad-vertical-2762 { padding-top: 2762px !important; padding-bottom: 2762px !important; }
.util-elevation-level-2763 { box-shadow: 0 2763px 5526px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2763 { border-radius: 2763px !important; }
.util-spacing-gap-2763 { gap: 2763px !important; }
.util-pad-vertical-2763 { padding-top: 2763px !important; padding-bottom: 2763px !important; }
.util-elevation-level-2764 { box-shadow: 0 2764px 5528px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2764 { border-radius: 2764px !important; }
.util-spacing-gap-2764 { gap: 2764px !important; }
.util-pad-vertical-2764 { padding-top: 2764px !important; padding-bottom: 2764px !important; }
.util-elevation-level-2765 { box-shadow: 0 2765px 5530px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2765 { border-radius: 2765px !important; }
.util-spacing-gap-2765 { gap: 2765px !important; }
.util-pad-vertical-2765 { padding-top: 2765px !important; padding-bottom: 2765px !important; }
.util-elevation-level-2766 { box-shadow: 0 2766px 5532px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2766 { border-radius: 2766px !important; }
.util-spacing-gap-2766 { gap: 2766px !important; }
.util-pad-vertical-2766 { padding-top: 2766px !important; padding-bottom: 2766px !important; }
.util-elevation-level-2767 { box-shadow: 0 2767px 5534px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2767 { border-radius: 2767px !important; }
.util-spacing-gap-2767 { gap: 2767px !important; }
.util-pad-vertical-2767 { padding-top: 2767px !important; padding-bottom: 2767px !important; }
.util-elevation-level-2768 { box-shadow: 0 2768px 5536px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2768 { border-radius: 2768px !important; }
.util-spacing-gap-2768 { gap: 2768px !important; }
.util-pad-vertical-2768 { padding-top: 2768px !important; padding-bottom: 2768px !important; }
.util-elevation-level-2769 { box-shadow: 0 2769px 5538px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2769 { border-radius: 2769px !important; }
.util-spacing-gap-2769 { gap: 2769px !important; }
.util-pad-vertical-2769 { padding-top: 2769px !important; padding-bottom: 2769px !important; }
.util-elevation-level-2770 { box-shadow: 0 2770px 5540px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2770 { border-radius: 2770px !important; }
.util-spacing-gap-2770 { gap: 2770px !important; }
.util-pad-vertical-2770 { padding-top: 2770px !important; padding-bottom: 2770px !important; }
.util-elevation-level-2771 { box-shadow: 0 2771px 5542px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2771 { border-radius: 2771px !important; }
.util-spacing-gap-2771 { gap: 2771px !important; }
.util-pad-vertical-2771 { padding-top: 2771px !important; padding-bottom: 2771px !important; }
.util-elevation-level-2772 { box-shadow: 0 2772px 5544px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2772 { border-radius: 2772px !important; }
.util-spacing-gap-2772 { gap: 2772px !important; }
.util-pad-vertical-2772 { padding-top: 2772px !important; padding-bottom: 2772px !important; }
.util-elevation-level-2773 { box-shadow: 0 2773px 5546px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2773 { border-radius: 2773px !important; }
.util-spacing-gap-2773 { gap: 2773px !important; }
.util-pad-vertical-2773 { padding-top: 2773px !important; padding-bottom: 2773px !important; }
.util-elevation-level-2774 { box-shadow: 0 2774px 5548px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2774 { border-radius: 2774px !important; }
.util-spacing-gap-2774 { gap: 2774px !important; }
.util-pad-vertical-2774 { padding-top: 2774px !important; padding-bottom: 2774px !important; }
.util-elevation-level-2775 { box-shadow: 0 2775px 5550px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2775 { border-radius: 2775px !important; }
.util-spacing-gap-2775 { gap: 2775px !important; }
.util-pad-vertical-2775 { padding-top: 2775px !important; padding-bottom: 2775px !important; }
.util-elevation-level-2776 { box-shadow: 0 2776px 5552px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2776 { border-radius: 2776px !important; }
.util-spacing-gap-2776 { gap: 2776px !important; }
.util-pad-vertical-2776 { padding-top: 2776px !important; padding-bottom: 2776px !important; }
.util-elevation-level-2777 { box-shadow: 0 2777px 5554px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2777 { border-radius: 2777px !important; }
.util-spacing-gap-2777 { gap: 2777px !important; }
.util-pad-vertical-2777 { padding-top: 2777px !important; padding-bottom: 2777px !important; }
.util-elevation-level-2778 { box-shadow: 0 2778px 5556px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2778 { border-radius: 2778px !important; }
.util-spacing-gap-2778 { gap: 2778px !important; }
.util-pad-vertical-2778 { padding-top: 2778px !important; padding-bottom: 2778px !important; }
.util-elevation-level-2779 { box-shadow: 0 2779px 5558px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2779 { border-radius: 2779px !important; }
.util-spacing-gap-2779 { gap: 2779px !important; }
.util-pad-vertical-2779 { padding-top: 2779px !important; padding-bottom: 2779px !important; }
.util-elevation-level-2780 { box-shadow: 0 2780px 5560px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2780 { border-radius: 2780px !important; }
.util-spacing-gap-2780 { gap: 2780px !important; }
.util-pad-vertical-2780 { padding-top: 2780px !important; padding-bottom: 2780px !important; }
.util-elevation-level-2781 { box-shadow: 0 2781px 5562px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2781 { border-radius: 2781px !important; }
.util-spacing-gap-2781 { gap: 2781px !important; }
.util-pad-vertical-2781 { padding-top: 2781px !important; padding-bottom: 2781px !important; }
.util-elevation-level-2782 { box-shadow: 0 2782px 5564px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2782 { border-radius: 2782px !important; }
.util-spacing-gap-2782 { gap: 2782px !important; }
.util-pad-vertical-2782 { padding-top: 2782px !important; padding-bottom: 2782px !important; }
.util-elevation-level-2783 { box-shadow: 0 2783px 5566px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2783 { border-radius: 2783px !important; }
.util-spacing-gap-2783 { gap: 2783px !important; }
.util-pad-vertical-2783 { padding-top: 2783px !important; padding-bottom: 2783px !important; }
.util-elevation-level-2784 { box-shadow: 0 2784px 5568px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2784 { border-radius: 2784px !important; }
.util-spacing-gap-2784 { gap: 2784px !important; }
.util-pad-vertical-2784 { padding-top: 2784px !important; padding-bottom: 2784px !important; }
.util-elevation-level-2785 { box-shadow: 0 2785px 5570px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2785 { border-radius: 2785px !important; }
.util-spacing-gap-2785 { gap: 2785px !important; }
.util-pad-vertical-2785 { padding-top: 2785px !important; padding-bottom: 2785px !important; }
.util-elevation-level-2786 { box-shadow: 0 2786px 5572px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2786 { border-radius: 2786px !important; }
.util-spacing-gap-2786 { gap: 2786px !important; }
.util-pad-vertical-2786 { padding-top: 2786px !important; padding-bottom: 2786px !important; }
.util-elevation-level-2787 { box-shadow: 0 2787px 5574px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2787 { border-radius: 2787px !important; }
.util-spacing-gap-2787 { gap: 2787px !important; }
.util-pad-vertical-2787 { padding-top: 2787px !important; padding-bottom: 2787px !important; }
.util-elevation-level-2788 { box-shadow: 0 2788px 5576px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2788 { border-radius: 2788px !important; }
.util-spacing-gap-2788 { gap: 2788px !important; }
.util-pad-vertical-2788 { padding-top: 2788px !important; padding-bottom: 2788px !important; }
.util-elevation-level-2789 { box-shadow: 0 2789px 5578px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2789 { border-radius: 2789px !important; }
.util-spacing-gap-2789 { gap: 2789px !important; }
.util-pad-vertical-2789 { padding-top: 2789px !important; padding-bottom: 2789px !important; }
.util-elevation-level-2790 { box-shadow: 0 2790px 5580px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2790 { border-radius: 2790px !important; }
.util-spacing-gap-2790 { gap: 2790px !important; }
.util-pad-vertical-2790 { padding-top: 2790px !important; padding-bottom: 2790px !important; }
.util-elevation-level-2791 { box-shadow: 0 2791px 5582px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2791 { border-radius: 2791px !important; }
.util-spacing-gap-2791 { gap: 2791px !important; }
.util-pad-vertical-2791 { padding-top: 2791px !important; padding-bottom: 2791px !important; }
.util-elevation-level-2792 { box-shadow: 0 2792px 5584px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2792 { border-radius: 2792px !important; }
.util-spacing-gap-2792 { gap: 2792px !important; }
.util-pad-vertical-2792 { padding-top: 2792px !important; padding-bottom: 2792px !important; }
.util-elevation-level-2793 { box-shadow: 0 2793px 5586px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2793 { border-radius: 2793px !important; }
.util-spacing-gap-2793 { gap: 2793px !important; }
.util-pad-vertical-2793 { padding-top: 2793px !important; padding-bottom: 2793px !important; }
.util-elevation-level-2794 { box-shadow: 0 2794px 5588px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2794 { border-radius: 2794px !important; }
.util-spacing-gap-2794 { gap: 2794px !important; }
.util-pad-vertical-2794 { padding-top: 2794px !important; padding-bottom: 2794px !important; }
.util-elevation-level-2795 { box-shadow: 0 2795px 5590px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2795 { border-radius: 2795px !important; }
.util-spacing-gap-2795 { gap: 2795px !important; }
.util-pad-vertical-2795 { padding-top: 2795px !important; padding-bottom: 2795px !important; }
.util-elevation-level-2796 { box-shadow: 0 2796px 5592px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2796 { border-radius: 2796px !important; }
.util-spacing-gap-2796 { gap: 2796px !important; }
.util-pad-vertical-2796 { padding-top: 2796px !important; padding-bottom: 2796px !important; }
.util-elevation-level-2797 { box-shadow: 0 2797px 5594px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2797 { border-radius: 2797px !important; }
.util-spacing-gap-2797 { gap: 2797px !important; }
.util-pad-vertical-2797 { padding-top: 2797px !important; padding-bottom: 2797px !important; }
.util-elevation-level-2798 { box-shadow: 0 2798px 5596px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2798 { border-radius: 2798px !important; }
.util-spacing-gap-2798 { gap: 2798px !important; }
.util-pad-vertical-2798 { padding-top: 2798px !important; padding-bottom: 2798px !important; }
.util-elevation-level-2799 { box-shadow: 0 2799px 5598px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2799 { border-radius: 2799px !important; }
.util-spacing-gap-2799 { gap: 2799px !important; }
.util-pad-vertical-2799 { padding-top: 2799px !important; padding-bottom: 2799px !important; }
.util-elevation-level-2800 { box-shadow: 0 2800px 5600px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2800 { border-radius: 2800px !important; }
.util-spacing-gap-2800 { gap: 2800px !important; }
.util-pad-vertical-2800 { padding-top: 2800px !important; padding-bottom: 2800px !important; }
.util-elevation-level-2801 { box-shadow: 0 2801px 5602px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2801 { border-radius: 2801px !important; }
.util-spacing-gap-2801 { gap: 2801px !important; }
.util-pad-vertical-2801 { padding-top: 2801px !important; padding-bottom: 2801px !important; }
.util-elevation-level-2802 { box-shadow: 0 2802px 5604px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2802 { border-radius: 2802px !important; }
.util-spacing-gap-2802 { gap: 2802px !important; }
.util-pad-vertical-2802 { padding-top: 2802px !important; padding-bottom: 2802px !important; }
.util-elevation-level-2803 { box-shadow: 0 2803px 5606px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2803 { border-radius: 2803px !important; }
.util-spacing-gap-2803 { gap: 2803px !important; }
.util-pad-vertical-2803 { padding-top: 2803px !important; padding-bottom: 2803px !important; }
.util-elevation-level-2804 { box-shadow: 0 2804px 5608px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2804 { border-radius: 2804px !important; }
.util-spacing-gap-2804 { gap: 2804px !important; }
.util-pad-vertical-2804 { padding-top: 2804px !important; padding-bottom: 2804px !important; }
.util-elevation-level-2805 { box-shadow: 0 2805px 5610px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2805 { border-radius: 2805px !important; }
.util-spacing-gap-2805 { gap: 2805px !important; }
.util-pad-vertical-2805 { padding-top: 2805px !important; padding-bottom: 2805px !important; }
.util-elevation-level-2806 { box-shadow: 0 2806px 5612px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2806 { border-radius: 2806px !important; }
.util-spacing-gap-2806 { gap: 2806px !important; }
.util-pad-vertical-2806 { padding-top: 2806px !important; padding-bottom: 2806px !important; }
.util-elevation-level-2807 { box-shadow: 0 2807px 5614px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2807 { border-radius: 2807px !important; }
.util-spacing-gap-2807 { gap: 2807px !important; }
.util-pad-vertical-2807 { padding-top: 2807px !important; padding-bottom: 2807px !important; }
.util-elevation-level-2808 { box-shadow: 0 2808px 5616px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2808 { border-radius: 2808px !important; }
.util-spacing-gap-2808 { gap: 2808px !important; }
.util-pad-vertical-2808 { padding-top: 2808px !important; padding-bottom: 2808px !important; }
.util-elevation-level-2809 { box-shadow: 0 2809px 5618px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2809 { border-radius: 2809px !important; }
.util-spacing-gap-2809 { gap: 2809px !important; }
.util-pad-vertical-2809 { padding-top: 2809px !important; padding-bottom: 2809px !important; }
.util-elevation-level-2810 { box-shadow: 0 2810px 5620px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2810 { border-radius: 2810px !important; }
.util-spacing-gap-2810 { gap: 2810px !important; }
.util-pad-vertical-2810 { padding-top: 2810px !important; padding-bottom: 2810px !important; }
.util-elevation-level-2811 { box-shadow: 0 2811px 5622px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2811 { border-radius: 2811px !important; }
.util-spacing-gap-2811 { gap: 2811px !important; }
.util-pad-vertical-2811 { padding-top: 2811px !important; padding-bottom: 2811px !important; }
.util-elevation-level-2812 { box-shadow: 0 2812px 5624px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2812 { border-radius: 2812px !important; }
.util-spacing-gap-2812 { gap: 2812px !important; }
.util-pad-vertical-2812 { padding-top: 2812px !important; padding-bottom: 2812px !important; }
.util-elevation-level-2813 { box-shadow: 0 2813px 5626px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2813 { border-radius: 2813px !important; }
.util-spacing-gap-2813 { gap: 2813px !important; }
.util-pad-vertical-2813 { padding-top: 2813px !important; padding-bottom: 2813px !important; }
.util-elevation-level-2814 { box-shadow: 0 2814px 5628px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2814 { border-radius: 2814px !important; }
.util-spacing-gap-2814 { gap: 2814px !important; }
.util-pad-vertical-2814 { padding-top: 2814px !important; padding-bottom: 2814px !important; }
.util-elevation-level-2815 { box-shadow: 0 2815px 5630px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2815 { border-radius: 2815px !important; }
.util-spacing-gap-2815 { gap: 2815px !important; }
.util-pad-vertical-2815 { padding-top: 2815px !important; padding-bottom: 2815px !important; }
.util-elevation-level-2816 { box-shadow: 0 2816px 5632px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2816 { border-radius: 2816px !important; }
.util-spacing-gap-2816 { gap: 2816px !important; }
.util-pad-vertical-2816 { padding-top: 2816px !important; padding-bottom: 2816px !important; }
.util-elevation-level-2817 { box-shadow: 0 2817px 5634px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2817 { border-radius: 2817px !important; }
.util-spacing-gap-2817 { gap: 2817px !important; }
.util-pad-vertical-2817 { padding-top: 2817px !important; padding-bottom: 2817px !important; }
.util-elevation-level-2818 { box-shadow: 0 2818px 5636px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2818 { border-radius: 2818px !important; }
.util-spacing-gap-2818 { gap: 2818px !important; }
.util-pad-vertical-2818 { padding-top: 2818px !important; padding-bottom: 2818px !important; }
.util-elevation-level-2819 { box-shadow: 0 2819px 5638px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2819 { border-radius: 2819px !important; }
.util-spacing-gap-2819 { gap: 2819px !important; }
.util-pad-vertical-2819 { padding-top: 2819px !important; padding-bottom: 2819px !important; }
.util-elevation-level-2820 { box-shadow: 0 2820px 5640px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2820 { border-radius: 2820px !important; }
.util-spacing-gap-2820 { gap: 2820px !important; }
.util-pad-vertical-2820 { padding-top: 2820px !important; padding-bottom: 2820px !important; }
.util-elevation-level-2821 { box-shadow: 0 2821px 5642px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2821 { border-radius: 2821px !important; }
.util-spacing-gap-2821 { gap: 2821px !important; }
.util-pad-vertical-2821 { padding-top: 2821px !important; padding-bottom: 2821px !important; }
.util-elevation-level-2822 { box-shadow: 0 2822px 5644px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2822 { border-radius: 2822px !important; }
.util-spacing-gap-2822 { gap: 2822px !important; }
.util-pad-vertical-2822 { padding-top: 2822px !important; padding-bottom: 2822px !important; }
.util-elevation-level-2823 { box-shadow: 0 2823px 5646px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2823 { border-radius: 2823px !important; }
.util-spacing-gap-2823 { gap: 2823px !important; }
.util-pad-vertical-2823 { padding-top: 2823px !important; padding-bottom: 2823px !important; }
.util-elevation-level-2824 { box-shadow: 0 2824px 5648px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2824 { border-radius: 2824px !important; }
.util-spacing-gap-2824 { gap: 2824px !important; }
.util-pad-vertical-2824 { padding-top: 2824px !important; padding-bottom: 2824px !important; }
.util-elevation-level-2825 { box-shadow: 0 2825px 5650px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2825 { border-radius: 2825px !important; }
.util-spacing-gap-2825 { gap: 2825px !important; }
.util-pad-vertical-2825 { padding-top: 2825px !important; padding-bottom: 2825px !important; }
.util-elevation-level-2826 { box-shadow: 0 2826px 5652px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2826 { border-radius: 2826px !important; }
.util-spacing-gap-2826 { gap: 2826px !important; }
.util-pad-vertical-2826 { padding-top: 2826px !important; padding-bottom: 2826px !important; }
.util-elevation-level-2827 { box-shadow: 0 2827px 5654px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2827 { border-radius: 2827px !important; }
.util-spacing-gap-2827 { gap: 2827px !important; }
.util-pad-vertical-2827 { padding-top: 2827px !important; padding-bottom: 2827px !important; }
.util-elevation-level-2828 { box-shadow: 0 2828px 5656px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2828 { border-radius: 2828px !important; }
.util-spacing-gap-2828 { gap: 2828px !important; }
.util-pad-vertical-2828 { padding-top: 2828px !important; padding-bottom: 2828px !important; }
.util-elevation-level-2829 { box-shadow: 0 2829px 5658px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2829 { border-radius: 2829px !important; }
.util-spacing-gap-2829 { gap: 2829px !important; }
.util-pad-vertical-2829 { padding-top: 2829px !important; padding-bottom: 2829px !important; }
.util-elevation-level-2830 { box-shadow: 0 2830px 5660px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2830 { border-radius: 2830px !important; }
.util-spacing-gap-2830 { gap: 2830px !important; }
.util-pad-vertical-2830 { padding-top: 2830px !important; padding-bottom: 2830px !important; }
.util-elevation-level-2831 { box-shadow: 0 2831px 5662px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2831 { border-radius: 2831px !important; }
.util-spacing-gap-2831 { gap: 2831px !important; }
.util-pad-vertical-2831 { padding-top: 2831px !important; padding-bottom: 2831px !important; }
.util-elevation-level-2832 { box-shadow: 0 2832px 5664px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2832 { border-radius: 2832px !important; }
.util-spacing-gap-2832 { gap: 2832px !important; }
.util-pad-vertical-2832 { padding-top: 2832px !important; padding-bottom: 2832px !important; }
.util-elevation-level-2833 { box-shadow: 0 2833px 5666px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2833 { border-radius: 2833px !important; }
.util-spacing-gap-2833 { gap: 2833px !important; }
.util-pad-vertical-2833 { padding-top: 2833px !important; padding-bottom: 2833px !important; }
.util-elevation-level-2834 { box-shadow: 0 2834px 5668px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2834 { border-radius: 2834px !important; }
.util-spacing-gap-2834 { gap: 2834px !important; }
.util-pad-vertical-2834 { padding-top: 2834px !important; padding-bottom: 2834px !important; }
.util-elevation-level-2835 { box-shadow: 0 2835px 5670px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2835 { border-radius: 2835px !important; }
.util-spacing-gap-2835 { gap: 2835px !important; }
.util-pad-vertical-2835 { padding-top: 2835px !important; padding-bottom: 2835px !important; }
.util-elevation-level-2836 { box-shadow: 0 2836px 5672px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2836 { border-radius: 2836px !important; }
.util-spacing-gap-2836 { gap: 2836px !important; }
.util-pad-vertical-2836 { padding-top: 2836px !important; padding-bottom: 2836px !important; }
.util-elevation-level-2837 { box-shadow: 0 2837px 5674px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2837 { border-radius: 2837px !important; }
.util-spacing-gap-2837 { gap: 2837px !important; }
.util-pad-vertical-2837 { padding-top: 2837px !important; padding-bottom: 2837px !important; }
.util-elevation-level-2838 { box-shadow: 0 2838px 5676px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2838 { border-radius: 2838px !important; }
.util-spacing-gap-2838 { gap: 2838px !important; }
.util-pad-vertical-2838 { padding-top: 2838px !important; padding-bottom: 2838px !important; }
.util-elevation-level-2839 { box-shadow: 0 2839px 5678px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2839 { border-radius: 2839px !important; }
.util-spacing-gap-2839 { gap: 2839px !important; }
.util-pad-vertical-2839 { padding-top: 2839px !important; padding-bottom: 2839px !important; }
.util-elevation-level-2840 { box-shadow: 0 2840px 5680px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2840 { border-radius: 2840px !important; }
.util-spacing-gap-2840 { gap: 2840px !important; }
.util-pad-vertical-2840 { padding-top: 2840px !important; padding-bottom: 2840px !important; }
.util-elevation-level-2841 { box-shadow: 0 2841px 5682px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2841 { border-radius: 2841px !important; }
.util-spacing-gap-2841 { gap: 2841px !important; }
.util-pad-vertical-2841 { padding-top: 2841px !important; padding-bottom: 2841px !important; }
.util-elevation-level-2842 { box-shadow: 0 2842px 5684px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2842 { border-radius: 2842px !important; }
.util-spacing-gap-2842 { gap: 2842px !important; }
.util-pad-vertical-2842 { padding-top: 2842px !important; padding-bottom: 2842px !important; }
.util-elevation-level-2843 { box-shadow: 0 2843px 5686px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2843 { border-radius: 2843px !important; }
.util-spacing-gap-2843 { gap: 2843px !important; }
.util-pad-vertical-2843 { padding-top: 2843px !important; padding-bottom: 2843px !important; }
.util-elevation-level-2844 { box-shadow: 0 2844px 5688px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2844 { border-radius: 2844px !important; }
.util-spacing-gap-2844 { gap: 2844px !important; }
.util-pad-vertical-2844 { padding-top: 2844px !important; padding-bottom: 2844px !important; }
.util-elevation-level-2845 { box-shadow: 0 2845px 5690px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2845 { border-radius: 2845px !important; }
.util-spacing-gap-2845 { gap: 2845px !important; }
.util-pad-vertical-2845 { padding-top: 2845px !important; padding-bottom: 2845px !important; }
.util-elevation-level-2846 { box-shadow: 0 2846px 5692px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2846 { border-radius: 2846px !important; }
.util-spacing-gap-2846 { gap: 2846px !important; }
.util-pad-vertical-2846 { padding-top: 2846px !important; padding-bottom: 2846px !important; }
.util-elevation-level-2847 { box-shadow: 0 2847px 5694px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2847 { border-radius: 2847px !important; }
.util-spacing-gap-2847 { gap: 2847px !important; }
.util-pad-vertical-2847 { padding-top: 2847px !important; padding-bottom: 2847px !important; }
.util-elevation-level-2848 { box-shadow: 0 2848px 5696px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2848 { border-radius: 2848px !important; }
.util-spacing-gap-2848 { gap: 2848px !important; }
.util-pad-vertical-2848 { padding-top: 2848px !important; padding-bottom: 2848px !important; }
.util-elevation-level-2849 { box-shadow: 0 2849px 5698px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2849 { border-radius: 2849px !important; }
.util-spacing-gap-2849 { gap: 2849px !important; }
.util-pad-vertical-2849 { padding-top: 2849px !important; padding-bottom: 2849px !important; }
.util-elevation-level-2850 { box-shadow: 0 2850px 5700px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2850 { border-radius: 2850px !important; }
.util-spacing-gap-2850 { gap: 2850px !important; }
.util-pad-vertical-2850 { padding-top: 2850px !important; padding-bottom: 2850px !important; }
.util-elevation-level-2851 { box-shadow: 0 2851px 5702px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2851 { border-radius: 2851px !important; }
.util-spacing-gap-2851 { gap: 2851px !important; }
.util-pad-vertical-2851 { padding-top: 2851px !important; padding-bottom: 2851px !important; }
.util-elevation-level-2852 { box-shadow: 0 2852px 5704px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2852 { border-radius: 2852px !important; }
.util-spacing-gap-2852 { gap: 2852px !important; }
.util-pad-vertical-2852 { padding-top: 2852px !important; padding-bottom: 2852px !important; }
.util-elevation-level-2853 { box-shadow: 0 2853px 5706px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2853 { border-radius: 2853px !important; }
.util-spacing-gap-2853 { gap: 2853px !important; }
.util-pad-vertical-2853 { padding-top: 2853px !important; padding-bottom: 2853px !important; }
.util-elevation-level-2854 { box-shadow: 0 2854px 5708px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2854 { border-radius: 2854px !important; }
.util-spacing-gap-2854 { gap: 2854px !important; }
.util-pad-vertical-2854 { padding-top: 2854px !important; padding-bottom: 2854px !important; }
.util-elevation-level-2855 { box-shadow: 0 2855px 5710px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2855 { border-radius: 2855px !important; }
.util-spacing-gap-2855 { gap: 2855px !important; }
.util-pad-vertical-2855 { padding-top: 2855px !important; padding-bottom: 2855px !important; }
.util-elevation-level-2856 { box-shadow: 0 2856px 5712px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2856 { border-radius: 2856px !important; }
.util-spacing-gap-2856 { gap: 2856px !important; }
.util-pad-vertical-2856 { padding-top: 2856px !important; padding-bottom: 2856px !important; }
.util-elevation-level-2857 { box-shadow: 0 2857px 5714px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2857 { border-radius: 2857px !important; }
.util-spacing-gap-2857 { gap: 2857px !important; }
.util-pad-vertical-2857 { padding-top: 2857px !important; padding-bottom: 2857px !important; }
.util-elevation-level-2858 { box-shadow: 0 2858px 5716px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2858 { border-radius: 2858px !important; }
.util-spacing-gap-2858 { gap: 2858px !important; }
.util-pad-vertical-2858 { padding-top: 2858px !important; padding-bottom: 2858px !important; }
.util-elevation-level-2859 { box-shadow: 0 2859px 5718px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2859 { border-radius: 2859px !important; }
.util-spacing-gap-2859 { gap: 2859px !important; }
.util-pad-vertical-2859 { padding-top: 2859px !important; padding-bottom: 2859px !important; }
.util-elevation-level-2860 { box-shadow: 0 2860px 5720px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2860 { border-radius: 2860px !important; }
.util-spacing-gap-2860 { gap: 2860px !important; }
.util-pad-vertical-2860 { padding-top: 2860px !important; padding-bottom: 2860px !important; }
.util-elevation-level-2861 { box-shadow: 0 2861px 5722px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2861 { border-radius: 2861px !important; }
.util-spacing-gap-2861 { gap: 2861px !important; }
.util-pad-vertical-2861 { padding-top: 2861px !important; padding-bottom: 2861px !important; }
.util-elevation-level-2862 { box-shadow: 0 2862px 5724px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2862 { border-radius: 2862px !important; }
.util-spacing-gap-2862 { gap: 2862px !important; }
.util-pad-vertical-2862 { padding-top: 2862px !important; padding-bottom: 2862px !important; }
.util-elevation-level-2863 { box-shadow: 0 2863px 5726px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2863 { border-radius: 2863px !important; }
.util-spacing-gap-2863 { gap: 2863px !important; }
.util-pad-vertical-2863 { padding-top: 2863px !important; padding-bottom: 2863px !important; }
.util-elevation-level-2864 { box-shadow: 0 2864px 5728px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2864 { border-radius: 2864px !important; }
.util-spacing-gap-2864 { gap: 2864px !important; }
.util-pad-vertical-2864 { padding-top: 2864px !important; padding-bottom: 2864px !important; }
.util-elevation-level-2865 { box-shadow: 0 2865px 5730px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2865 { border-radius: 2865px !important; }
.util-spacing-gap-2865 { gap: 2865px !important; }
.util-pad-vertical-2865 { padding-top: 2865px !important; padding-bottom: 2865px !important; }
.util-elevation-level-2866 { box-shadow: 0 2866px 5732px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2866 { border-radius: 2866px !important; }
.util-spacing-gap-2866 { gap: 2866px !important; }
.util-pad-vertical-2866 { padding-top: 2866px !important; padding-bottom: 2866px !important; }
.util-elevation-level-2867 { box-shadow: 0 2867px 5734px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2867 { border-radius: 2867px !important; }
.util-spacing-gap-2867 { gap: 2867px !important; }
.util-pad-vertical-2867 { padding-top: 2867px !important; padding-bottom: 2867px !important; }
.util-elevation-level-2868 { box-shadow: 0 2868px 5736px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2868 { border-radius: 2868px !important; }
.util-spacing-gap-2868 { gap: 2868px !important; }
.util-pad-vertical-2868 { padding-top: 2868px !important; padding-bottom: 2868px !important; }
.util-elevation-level-2869 { box-shadow: 0 2869px 5738px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2869 { border-radius: 2869px !important; }
.util-spacing-gap-2869 { gap: 2869px !important; }
.util-pad-vertical-2869 { padding-top: 2869px !important; padding-bottom: 2869px !important; }
.util-elevation-level-2870 { box-shadow: 0 2870px 5740px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2870 { border-radius: 2870px !important; }
.util-spacing-gap-2870 { gap: 2870px !important; }
.util-pad-vertical-2870 { padding-top: 2870px !important; padding-bottom: 2870px !important; }
.util-elevation-level-2871 { box-shadow: 0 2871px 5742px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2871 { border-radius: 2871px !important; }
.util-spacing-gap-2871 { gap: 2871px !important; }
.util-pad-vertical-2871 { padding-top: 2871px !important; padding-bottom: 2871px !important; }
.util-elevation-level-2872 { box-shadow: 0 2872px 5744px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2872 { border-radius: 2872px !important; }
.util-spacing-gap-2872 { gap: 2872px !important; }
.util-pad-vertical-2872 { padding-top: 2872px !important; padding-bottom: 2872px !important; }
.util-elevation-level-2873 { box-shadow: 0 2873px 5746px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2873 { border-radius: 2873px !important; }
.util-spacing-gap-2873 { gap: 2873px !important; }
.util-pad-vertical-2873 { padding-top: 2873px !important; padding-bottom: 2873px !important; }
.util-elevation-level-2874 { box-shadow: 0 2874px 5748px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2874 { border-radius: 2874px !important; }
.util-spacing-gap-2874 { gap: 2874px !important; }
.util-pad-vertical-2874 { padding-top: 2874px !important; padding-bottom: 2874px !important; }
.util-elevation-level-2875 { box-shadow: 0 2875px 5750px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2875 { border-radius: 2875px !important; }
.util-spacing-gap-2875 { gap: 2875px !important; }
.util-pad-vertical-2875 { padding-top: 2875px !important; padding-bottom: 2875px !important; }
.util-elevation-level-2876 { box-shadow: 0 2876px 5752px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2876 { border-radius: 2876px !important; }
.util-spacing-gap-2876 { gap: 2876px !important; }
.util-pad-vertical-2876 { padding-top: 2876px !important; padding-bottom: 2876px !important; }
.util-elevation-level-2877 { box-shadow: 0 2877px 5754px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2877 { border-radius: 2877px !important; }
.util-spacing-gap-2877 { gap: 2877px !important; }
.util-pad-vertical-2877 { padding-top: 2877px !important; padding-bottom: 2877px !important; }
.util-elevation-level-2878 { box-shadow: 0 2878px 5756px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2878 { border-radius: 2878px !important; }
.util-spacing-gap-2878 { gap: 2878px !important; }
.util-pad-vertical-2878 { padding-top: 2878px !important; padding-bottom: 2878px !important; }
.util-elevation-level-2879 { box-shadow: 0 2879px 5758px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2879 { border-radius: 2879px !important; }
.util-spacing-gap-2879 { gap: 2879px !important; }
.util-pad-vertical-2879 { padding-top: 2879px !important; padding-bottom: 2879px !important; }
.util-elevation-level-2880 { box-shadow: 0 2880px 5760px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2880 { border-radius: 2880px !important; }
.util-spacing-gap-2880 { gap: 2880px !important; }
.util-pad-vertical-2880 { padding-top: 2880px !important; padding-bottom: 2880px !important; }
.util-elevation-level-2881 { box-shadow: 0 2881px 5762px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2881 { border-radius: 2881px !important; }
.util-spacing-gap-2881 { gap: 2881px !important; }
.util-pad-vertical-2881 { padding-top: 2881px !important; padding-bottom: 2881px !important; }
.util-elevation-level-2882 { box-shadow: 0 2882px 5764px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2882 { border-radius: 2882px !important; }
.util-spacing-gap-2882 { gap: 2882px !important; }
.util-pad-vertical-2882 { padding-top: 2882px !important; padding-bottom: 2882px !important; }
.util-elevation-level-2883 { box-shadow: 0 2883px 5766px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2883 { border-radius: 2883px !important; }
.util-spacing-gap-2883 { gap: 2883px !important; }
.util-pad-vertical-2883 { padding-top: 2883px !important; padding-bottom: 2883px !important; }
.util-elevation-level-2884 { box-shadow: 0 2884px 5768px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2884 { border-radius: 2884px !important; }
.util-spacing-gap-2884 { gap: 2884px !important; }
.util-pad-vertical-2884 { padding-top: 2884px !important; padding-bottom: 2884px !important; }
.util-elevation-level-2885 { box-shadow: 0 2885px 5770px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2885 { border-radius: 2885px !important; }
.util-spacing-gap-2885 { gap: 2885px !important; }
.util-pad-vertical-2885 { padding-top: 2885px !important; padding-bottom: 2885px !important; }
.util-elevation-level-2886 { box-shadow: 0 2886px 5772px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2886 { border-radius: 2886px !important; }
.util-spacing-gap-2886 { gap: 2886px !important; }
.util-pad-vertical-2886 { padding-top: 2886px !important; padding-bottom: 2886px !important; }
.util-elevation-level-2887 { box-shadow: 0 2887px 5774px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2887 { border-radius: 2887px !important; }
.util-spacing-gap-2887 { gap: 2887px !important; }
.util-pad-vertical-2887 { padding-top: 2887px !important; padding-bottom: 2887px !important; }
.util-elevation-level-2888 { box-shadow: 0 2888px 5776px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2888 { border-radius: 2888px !important; }
.util-spacing-gap-2888 { gap: 2888px !important; }
.util-pad-vertical-2888 { padding-top: 2888px !important; padding-bottom: 2888px !important; }
.util-elevation-level-2889 { box-shadow: 0 2889px 5778px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2889 { border-radius: 2889px !important; }
.util-spacing-gap-2889 { gap: 2889px !important; }
.util-pad-vertical-2889 { padding-top: 2889px !important; padding-bottom: 2889px !important; }
.util-elevation-level-2890 { box-shadow: 0 2890px 5780px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2890 { border-radius: 2890px !important; }
.util-spacing-gap-2890 { gap: 2890px !important; }
.util-pad-vertical-2890 { padding-top: 2890px !important; padding-bottom: 2890px !important; }
.util-elevation-level-2891 { box-shadow: 0 2891px 5782px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2891 { border-radius: 2891px !important; }
.util-spacing-gap-2891 { gap: 2891px !important; }
.util-pad-vertical-2891 { padding-top: 2891px !important; padding-bottom: 2891px !important; }
.util-elevation-level-2892 { box-shadow: 0 2892px 5784px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2892 { border-radius: 2892px !important; }
.util-spacing-gap-2892 { gap: 2892px !important; }
.util-pad-vertical-2892 { padding-top: 2892px !important; padding-bottom: 2892px !important; }
.util-elevation-level-2893 { box-shadow: 0 2893px 5786px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2893 { border-radius: 2893px !important; }
.util-spacing-gap-2893 { gap: 2893px !important; }
.util-pad-vertical-2893 { padding-top: 2893px !important; padding-bottom: 2893px !important; }
.util-elevation-level-2894 { box-shadow: 0 2894px 5788px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2894 { border-radius: 2894px !important; }
.util-spacing-gap-2894 { gap: 2894px !important; }
.util-pad-vertical-2894 { padding-top: 2894px !important; padding-bottom: 2894px !important; }
.util-elevation-level-2895 { box-shadow: 0 2895px 5790px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2895 { border-radius: 2895px !important; }
.util-spacing-gap-2895 { gap: 2895px !important; }
.util-pad-vertical-2895 { padding-top: 2895px !important; padding-bottom: 2895px !important; }
.util-elevation-level-2896 { box-shadow: 0 2896px 5792px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2896 { border-radius: 2896px !important; }
.util-spacing-gap-2896 { gap: 2896px !important; }
.util-pad-vertical-2896 { padding-top: 2896px !important; padding-bottom: 2896px !important; }
.util-elevation-level-2897 { box-shadow: 0 2897px 5794px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2897 { border-radius: 2897px !important; }
.util-spacing-gap-2897 { gap: 2897px !important; }
.util-pad-vertical-2897 { padding-top: 2897px !important; padding-bottom: 2897px !important; }
.util-elevation-level-2898 { box-shadow: 0 2898px 5796px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2898 { border-radius: 2898px !important; }
.util-spacing-gap-2898 { gap: 2898px !important; }
.util-pad-vertical-2898 { padding-top: 2898px !important; padding-bottom: 2898px !important; }
.util-elevation-level-2899 { box-shadow: 0 2899px 5798px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2899 { border-radius: 2899px !important; }
.util-spacing-gap-2899 { gap: 2899px !important; }
.util-pad-vertical-2899 { padding-top: 2899px !important; padding-bottom: 2899px !important; }
.util-elevation-level-2900 { box-shadow: 0 2900px 5800px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2900 { border-radius: 2900px !important; }
.util-spacing-gap-2900 { gap: 2900px !important; }
.util-pad-vertical-2900 { padding-top: 2900px !important; padding-bottom: 2900px !important; }
.util-elevation-level-2901 { box-shadow: 0 2901px 5802px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2901 { border-radius: 2901px !important; }
.util-spacing-gap-2901 { gap: 2901px !important; }
.util-pad-vertical-2901 { padding-top: 2901px !important; padding-bottom: 2901px !important; }
.util-elevation-level-2902 { box-shadow: 0 2902px 5804px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2902 { border-radius: 2902px !important; }
.util-spacing-gap-2902 { gap: 2902px !important; }
.util-pad-vertical-2902 { padding-top: 2902px !important; padding-bottom: 2902px !important; }
.util-elevation-level-2903 { box-shadow: 0 2903px 5806px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2903 { border-radius: 2903px !important; }
.util-spacing-gap-2903 { gap: 2903px !important; }
.util-pad-vertical-2903 { padding-top: 2903px !important; padding-bottom: 2903px !important; }
.util-elevation-level-2904 { box-shadow: 0 2904px 5808px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2904 { border-radius: 2904px !important; }
.util-spacing-gap-2904 { gap: 2904px !important; }
.util-pad-vertical-2904 { padding-top: 2904px !important; padding-bottom: 2904px !important; }
.util-elevation-level-2905 { box-shadow: 0 2905px 5810px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2905 { border-radius: 2905px !important; }
.util-spacing-gap-2905 { gap: 2905px !important; }
.util-pad-vertical-2905 { padding-top: 2905px !important; padding-bottom: 2905px !important; }
.util-elevation-level-2906 { box-shadow: 0 2906px 5812px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2906 { border-radius: 2906px !important; }
.util-spacing-gap-2906 { gap: 2906px !important; }
.util-pad-vertical-2906 { padding-top: 2906px !important; padding-bottom: 2906px !important; }
.util-elevation-level-2907 { box-shadow: 0 2907px 5814px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2907 { border-radius: 2907px !important; }
.util-spacing-gap-2907 { gap: 2907px !important; }
.util-pad-vertical-2907 { padding-top: 2907px !important; padding-bottom: 2907px !important; }
.util-elevation-level-2908 { box-shadow: 0 2908px 5816px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2908 { border-radius: 2908px !important; }
.util-spacing-gap-2908 { gap: 2908px !important; }
.util-pad-vertical-2908 { padding-top: 2908px !important; padding-bottom: 2908px !important; }
.util-elevation-level-2909 { box-shadow: 0 2909px 5818px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2909 { border-radius: 2909px !important; }
.util-spacing-gap-2909 { gap: 2909px !important; }
.util-pad-vertical-2909 { padding-top: 2909px !important; padding-bottom: 2909px !important; }
.util-elevation-level-2910 { box-shadow: 0 2910px 5820px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2910 { border-radius: 2910px !important; }
.util-spacing-gap-2910 { gap: 2910px !important; }
.util-pad-vertical-2910 { padding-top: 2910px !important; padding-bottom: 2910px !important; }
.util-elevation-level-2911 { box-shadow: 0 2911px 5822px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2911 { border-radius: 2911px !important; }
.util-spacing-gap-2911 { gap: 2911px !important; }
.util-pad-vertical-2911 { padding-top: 2911px !important; padding-bottom: 2911px !important; }
.util-elevation-level-2912 { box-shadow: 0 2912px 5824px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2912 { border-radius: 2912px !important; }
.util-spacing-gap-2912 { gap: 2912px !important; }
.util-pad-vertical-2912 { padding-top: 2912px !important; padding-bottom: 2912px !important; }
.util-elevation-level-2913 { box-shadow: 0 2913px 5826px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2913 { border-radius: 2913px !important; }
.util-spacing-gap-2913 { gap: 2913px !important; }
.util-pad-vertical-2913 { padding-top: 2913px !important; padding-bottom: 2913px !important; }
.util-elevation-level-2914 { box-shadow: 0 2914px 5828px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2914 { border-radius: 2914px !important; }
.util-spacing-gap-2914 { gap: 2914px !important; }
.util-pad-vertical-2914 { padding-top: 2914px !important; padding-bottom: 2914px !important; }
.util-elevation-level-2915 { box-shadow: 0 2915px 5830px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2915 { border-radius: 2915px !important; }
.util-spacing-gap-2915 { gap: 2915px !important; }
.util-pad-vertical-2915 { padding-top: 2915px !important; padding-bottom: 2915px !important; }
.util-elevation-level-2916 { box-shadow: 0 2916px 5832px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2916 { border-radius: 2916px !important; }
.util-spacing-gap-2916 { gap: 2916px !important; }
.util-pad-vertical-2916 { padding-top: 2916px !important; padding-bottom: 2916px !important; }
.util-elevation-level-2917 { box-shadow: 0 2917px 5834px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2917 { border-radius: 2917px !important; }
.util-spacing-gap-2917 { gap: 2917px !important; }
.util-pad-vertical-2917 { padding-top: 2917px !important; padding-bottom: 2917px !important; }
.util-elevation-level-2918 { box-shadow: 0 2918px 5836px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2918 { border-radius: 2918px !important; }
.util-spacing-gap-2918 { gap: 2918px !important; }
.util-pad-vertical-2918 { padding-top: 2918px !important; padding-bottom: 2918px !important; }
.util-elevation-level-2919 { box-shadow: 0 2919px 5838px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2919 { border-radius: 2919px !important; }
.util-spacing-gap-2919 { gap: 2919px !important; }
.util-pad-vertical-2919 { padding-top: 2919px !important; padding-bottom: 2919px !important; }
.util-elevation-level-2920 { box-shadow: 0 2920px 5840px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2920 { border-radius: 2920px !important; }
.util-spacing-gap-2920 { gap: 2920px !important; }
.util-pad-vertical-2920 { padding-top: 2920px !important; padding-bottom: 2920px !important; }
.util-elevation-level-2921 { box-shadow: 0 2921px 5842px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2921 { border-radius: 2921px !important; }
.util-spacing-gap-2921 { gap: 2921px !important; }
.util-pad-vertical-2921 { padding-top: 2921px !important; padding-bottom: 2921px !important; }
.util-elevation-level-2922 { box-shadow: 0 2922px 5844px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2922 { border-radius: 2922px !important; }
.util-spacing-gap-2922 { gap: 2922px !important; }
.util-pad-vertical-2922 { padding-top: 2922px !important; padding-bottom: 2922px !important; }
.util-elevation-level-2923 { box-shadow: 0 2923px 5846px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2923 { border-radius: 2923px !important; }
.util-spacing-gap-2923 { gap: 2923px !important; }
.util-pad-vertical-2923 { padding-top: 2923px !important; padding-bottom: 2923px !important; }
.util-elevation-level-2924 { box-shadow: 0 2924px 5848px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2924 { border-radius: 2924px !important; }
.util-spacing-gap-2924 { gap: 2924px !important; }
.util-pad-vertical-2924 { padding-top: 2924px !important; padding-bottom: 2924px !important; }
.util-elevation-level-2925 { box-shadow: 0 2925px 5850px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2925 { border-radius: 2925px !important; }
.util-spacing-gap-2925 { gap: 2925px !important; }
.util-pad-vertical-2925 { padding-top: 2925px !important; padding-bottom: 2925px !important; }
.util-elevation-level-2926 { box-shadow: 0 2926px 5852px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2926 { border-radius: 2926px !important; }
.util-spacing-gap-2926 { gap: 2926px !important; }
.util-pad-vertical-2926 { padding-top: 2926px !important; padding-bottom: 2926px !important; }
.util-elevation-level-2927 { box-shadow: 0 2927px 5854px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2927 { border-radius: 2927px !important; }
.util-spacing-gap-2927 { gap: 2927px !important; }
.util-pad-vertical-2927 { padding-top: 2927px !important; padding-bottom: 2927px !important; }
.util-elevation-level-2928 { box-shadow: 0 2928px 5856px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2928 { border-radius: 2928px !important; }
.util-spacing-gap-2928 { gap: 2928px !important; }
.util-pad-vertical-2928 { padding-top: 2928px !important; padding-bottom: 2928px !important; }
.util-elevation-level-2929 { box-shadow: 0 2929px 5858px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2929 { border-radius: 2929px !important; }
.util-spacing-gap-2929 { gap: 2929px !important; }
.util-pad-vertical-2929 { padding-top: 2929px !important; padding-bottom: 2929px !important; }
.util-elevation-level-2930 { box-shadow: 0 2930px 5860px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2930 { border-radius: 2930px !important; }
.util-spacing-gap-2930 { gap: 2930px !important; }
.util-pad-vertical-2930 { padding-top: 2930px !important; padding-bottom: 2930px !important; }
.util-elevation-level-2931 { box-shadow: 0 2931px 5862px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2931 { border-radius: 2931px !important; }
.util-spacing-gap-2931 { gap: 2931px !important; }
.util-pad-vertical-2931 { padding-top: 2931px !important; padding-bottom: 2931px !important; }
.util-elevation-level-2932 { box-shadow: 0 2932px 5864px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2932 { border-radius: 2932px !important; }
.util-spacing-gap-2932 { gap: 2932px !important; }
.util-pad-vertical-2932 { padding-top: 2932px !important; padding-bottom: 2932px !important; }
.util-elevation-level-2933 { box-shadow: 0 2933px 5866px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2933 { border-radius: 2933px !important; }
.util-spacing-gap-2933 { gap: 2933px !important; }
.util-pad-vertical-2933 { padding-top: 2933px !important; padding-bottom: 2933px !important; }
.util-elevation-level-2934 { box-shadow: 0 2934px 5868px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2934 { border-radius: 2934px !important; }
.util-spacing-gap-2934 { gap: 2934px !important; }
.util-pad-vertical-2934 { padding-top: 2934px !important; padding-bottom: 2934px !important; }
.util-elevation-level-2935 { box-shadow: 0 2935px 5870px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2935 { border-radius: 2935px !important; }
.util-spacing-gap-2935 { gap: 2935px !important; }
.util-pad-vertical-2935 { padding-top: 2935px !important; padding-bottom: 2935px !important; }
.util-elevation-level-2936 { box-shadow: 0 2936px 5872px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2936 { border-radius: 2936px !important; }
.util-spacing-gap-2936 { gap: 2936px !important; }
.util-pad-vertical-2936 { padding-top: 2936px !important; padding-bottom: 2936px !important; }
.util-elevation-level-2937 { box-shadow: 0 2937px 5874px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2937 { border-radius: 2937px !important; }
.util-spacing-gap-2937 { gap: 2937px !important; }
.util-pad-vertical-2937 { padding-top: 2937px !important; padding-bottom: 2937px !important; }
.util-elevation-level-2938 { box-shadow: 0 2938px 5876px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2938 { border-radius: 2938px !important; }
.util-spacing-gap-2938 { gap: 2938px !important; }
.util-pad-vertical-2938 { padding-top: 2938px !important; padding-bottom: 2938px !important; }
.util-elevation-level-2939 { box-shadow: 0 2939px 5878px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2939 { border-radius: 2939px !important; }
.util-spacing-gap-2939 { gap: 2939px !important; }
.util-pad-vertical-2939 { padding-top: 2939px !important; padding-bottom: 2939px !important; }
.util-elevation-level-2940 { box-shadow: 0 2940px 5880px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2940 { border-radius: 2940px !important; }
.util-spacing-gap-2940 { gap: 2940px !important; }
.util-pad-vertical-2940 { padding-top: 2940px !important; padding-bottom: 2940px !important; }
.util-elevation-level-2941 { box-shadow: 0 2941px 5882px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2941 { border-radius: 2941px !important; }
.util-spacing-gap-2941 { gap: 2941px !important; }
.util-pad-vertical-2941 { padding-top: 2941px !important; padding-bottom: 2941px !important; }
.util-elevation-level-2942 { box-shadow: 0 2942px 5884px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2942 { border-radius: 2942px !important; }
.util-spacing-gap-2942 { gap: 2942px !important; }
.util-pad-vertical-2942 { padding-top: 2942px !important; padding-bottom: 2942px !important; }
.util-elevation-level-2943 { box-shadow: 0 2943px 5886px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2943 { border-radius: 2943px !important; }
.util-spacing-gap-2943 { gap: 2943px !important; }
.util-pad-vertical-2943 { padding-top: 2943px !important; padding-bottom: 2943px !important; }
.util-elevation-level-2944 { box-shadow: 0 2944px 5888px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2944 { border-radius: 2944px !important; }
.util-spacing-gap-2944 { gap: 2944px !important; }
.util-pad-vertical-2944 { padding-top: 2944px !important; padding-bottom: 2944px !important; }
.util-elevation-level-2945 { box-shadow: 0 2945px 5890px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2945 { border-radius: 2945px !important; }
.util-spacing-gap-2945 { gap: 2945px !important; }
.util-pad-vertical-2945 { padding-top: 2945px !important; padding-bottom: 2945px !important; }
.util-elevation-level-2946 { box-shadow: 0 2946px 5892px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2946 { border-radius: 2946px !important; }
.util-spacing-gap-2946 { gap: 2946px !important; }
.util-pad-vertical-2946 { padding-top: 2946px !important; padding-bottom: 2946px !important; }
.util-elevation-level-2947 { box-shadow: 0 2947px 5894px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2947 { border-radius: 2947px !important; }
.util-spacing-gap-2947 { gap: 2947px !important; }
.util-pad-vertical-2947 { padding-top: 2947px !important; padding-bottom: 2947px !important; }
.util-elevation-level-2948 { box-shadow: 0 2948px 5896px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2948 { border-radius: 2948px !important; }
.util-spacing-gap-2948 { gap: 2948px !important; }
.util-pad-vertical-2948 { padding-top: 2948px !important; padding-bottom: 2948px !important; }
.util-elevation-level-2949 { box-shadow: 0 2949px 5898px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2949 { border-radius: 2949px !important; }
.util-spacing-gap-2949 { gap: 2949px !important; }
.util-pad-vertical-2949 { padding-top: 2949px !important; padding-bottom: 2949px !important; }
.util-elevation-level-2950 { box-shadow: 0 2950px 5900px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2950 { border-radius: 2950px !important; }
.util-spacing-gap-2950 { gap: 2950px !important; }
.util-pad-vertical-2950 { padding-top: 2950px !important; padding-bottom: 2950px !important; }
.util-elevation-level-2951 { box-shadow: 0 2951px 5902px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2951 { border-radius: 2951px !important; }
.util-spacing-gap-2951 { gap: 2951px !important; }
.util-pad-vertical-2951 { padding-top: 2951px !important; padding-bottom: 2951px !important; }
.util-elevation-level-2952 { box-shadow: 0 2952px 5904px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2952 { border-radius: 2952px !important; }
.util-spacing-gap-2952 { gap: 2952px !important; }
.util-pad-vertical-2952 { padding-top: 2952px !important; padding-bottom: 2952px !important; }
.util-elevation-level-2953 { box-shadow: 0 2953px 5906px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2953 { border-radius: 2953px !important; }
.util-spacing-gap-2953 { gap: 2953px !important; }
.util-pad-vertical-2953 { padding-top: 2953px !important; padding-bottom: 2953px !important; }
.util-elevation-level-2954 { box-shadow: 0 2954px 5908px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2954 { border-radius: 2954px !important; }
.util-spacing-gap-2954 { gap: 2954px !important; }
.util-pad-vertical-2954 { padding-top: 2954px !important; padding-bottom: 2954px !important; }
.util-elevation-level-2955 { box-shadow: 0 2955px 5910px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2955 { border-radius: 2955px !important; }
.util-spacing-gap-2955 { gap: 2955px !important; }
.util-pad-vertical-2955 { padding-top: 2955px !important; padding-bottom: 2955px !important; }
.util-elevation-level-2956 { box-shadow: 0 2956px 5912px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2956 { border-radius: 2956px !important; }
.util-spacing-gap-2956 { gap: 2956px !important; }
.util-pad-vertical-2956 { padding-top: 2956px !important; padding-bottom: 2956px !important; }
.util-elevation-level-2957 { box-shadow: 0 2957px 5914px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2957 { border-radius: 2957px !important; }
.util-spacing-gap-2957 { gap: 2957px !important; }
.util-pad-vertical-2957 { padding-top: 2957px !important; padding-bottom: 2957px !important; }
.util-elevation-level-2958 { box-shadow: 0 2958px 5916px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2958 { border-radius: 2958px !important; }
.util-spacing-gap-2958 { gap: 2958px !important; }
.util-pad-vertical-2958 { padding-top: 2958px !important; padding-bottom: 2958px !important; }
.util-elevation-level-2959 { box-shadow: 0 2959px 5918px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2959 { border-radius: 2959px !important; }
.util-spacing-gap-2959 { gap: 2959px !important; }
.util-pad-vertical-2959 { padding-top: 2959px !important; padding-bottom: 2959px !important; }
.util-elevation-level-2960 { box-shadow: 0 2960px 5920px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2960 { border-radius: 2960px !important; }
.util-spacing-gap-2960 { gap: 2960px !important; }
.util-pad-vertical-2960 { padding-top: 2960px !important; padding-bottom: 2960px !important; }
.util-elevation-level-2961 { box-shadow: 0 2961px 5922px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2961 { border-radius: 2961px !important; }
.util-spacing-gap-2961 { gap: 2961px !important; }
.util-pad-vertical-2961 { padding-top: 2961px !important; padding-bottom: 2961px !important; }
.util-elevation-level-2962 { box-shadow: 0 2962px 5924px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2962 { border-radius: 2962px !important; }
.util-spacing-gap-2962 { gap: 2962px !important; }
.util-pad-vertical-2962 { padding-top: 2962px !important; padding-bottom: 2962px !important; }
.util-elevation-level-2963 { box-shadow: 0 2963px 5926px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2963 { border-radius: 2963px !important; }
.util-spacing-gap-2963 { gap: 2963px !important; }
.util-pad-vertical-2963 { padding-top: 2963px !important; padding-bottom: 2963px !important; }
.util-elevation-level-2964 { box-shadow: 0 2964px 5928px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2964 { border-radius: 2964px !important; }
.util-spacing-gap-2964 { gap: 2964px !important; }
.util-pad-vertical-2964 { padding-top: 2964px !important; padding-bottom: 2964px !important; }
.util-elevation-level-2965 { box-shadow: 0 2965px 5930px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2965 { border-radius: 2965px !important; }
.util-spacing-gap-2965 { gap: 2965px !important; }
.util-pad-vertical-2965 { padding-top: 2965px !important; padding-bottom: 2965px !important; }
.util-elevation-level-2966 { box-shadow: 0 2966px 5932px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2966 { border-radius: 2966px !important; }
.util-spacing-gap-2966 { gap: 2966px !important; }
.util-pad-vertical-2966 { padding-top: 2966px !important; padding-bottom: 2966px !important; }
.util-elevation-level-2967 { box-shadow: 0 2967px 5934px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2967 { border-radius: 2967px !important; }
.util-spacing-gap-2967 { gap: 2967px !important; }
.util-pad-vertical-2967 { padding-top: 2967px !important; padding-bottom: 2967px !important; }
.util-elevation-level-2968 { box-shadow: 0 2968px 5936px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2968 { border-radius: 2968px !important; }
.util-spacing-gap-2968 { gap: 2968px !important; }
.util-pad-vertical-2968 { padding-top: 2968px !important; padding-bottom: 2968px !important; }
.util-elevation-level-2969 { box-shadow: 0 2969px 5938px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2969 { border-radius: 2969px !important; }
.util-spacing-gap-2969 { gap: 2969px !important; }
.util-pad-vertical-2969 { padding-top: 2969px !important; padding-bottom: 2969px !important; }
.util-elevation-level-2970 { box-shadow: 0 2970px 5940px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2970 { border-radius: 2970px !important; }
.util-spacing-gap-2970 { gap: 2970px !important; }
.util-pad-vertical-2970 { padding-top: 2970px !important; padding-bottom: 2970px !important; }
.util-elevation-level-2971 { box-shadow: 0 2971px 5942px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2971 { border-radius: 2971px !important; }
.util-spacing-gap-2971 { gap: 2971px !important; }
.util-pad-vertical-2971 { padding-top: 2971px !important; padding-bottom: 2971px !important; }
.util-elevation-level-2972 { box-shadow: 0 2972px 5944px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2972 { border-radius: 2972px !important; }
.util-spacing-gap-2972 { gap: 2972px !important; }
.util-pad-vertical-2972 { padding-top: 2972px !important; padding-bottom: 2972px !important; }
.util-elevation-level-2973 { box-shadow: 0 2973px 5946px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2973 { border-radius: 2973px !important; }
.util-spacing-gap-2973 { gap: 2973px !important; }
.util-pad-vertical-2973 { padding-top: 2973px !important; padding-bottom: 2973px !important; }
.util-elevation-level-2974 { box-shadow: 0 2974px 5948px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2974 { border-radius: 2974px !important; }
.util-spacing-gap-2974 { gap: 2974px !important; }
.util-pad-vertical-2974 { padding-top: 2974px !important; padding-bottom: 2974px !important; }
.util-elevation-level-2975 { box-shadow: 0 2975px 5950px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2975 { border-radius: 2975px !important; }
.util-spacing-gap-2975 { gap: 2975px !important; }
.util-pad-vertical-2975 { padding-top: 2975px !important; padding-bottom: 2975px !important; }
.util-elevation-level-2976 { box-shadow: 0 2976px 5952px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2976 { border-radius: 2976px !important; }
.util-spacing-gap-2976 { gap: 2976px !important; }
.util-pad-vertical-2976 { padding-top: 2976px !important; padding-bottom: 2976px !important; }
.util-elevation-level-2977 { box-shadow: 0 2977px 5954px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2977 { border-radius: 2977px !important; }
.util-spacing-gap-2977 { gap: 2977px !important; }
.util-pad-vertical-2977 { padding-top: 2977px !important; padding-bottom: 2977px !important; }
.util-elevation-level-2978 { box-shadow: 0 2978px 5956px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2978 { border-radius: 2978px !important; }
.util-spacing-gap-2978 { gap: 2978px !important; }
.util-pad-vertical-2978 { padding-top: 2978px !important; padding-bottom: 2978px !important; }
.util-elevation-level-2979 { box-shadow: 0 2979px 5958px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2979 { border-radius: 2979px !important; }
.util-spacing-gap-2979 { gap: 2979px !important; }
.util-pad-vertical-2979 { padding-top: 2979px !important; padding-bottom: 2979px !important; }
.util-elevation-level-2980 { box-shadow: 0 2980px 5960px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2980 { border-radius: 2980px !important; }
.util-spacing-gap-2980 { gap: 2980px !important; }
.util-pad-vertical-2980 { padding-top: 2980px !important; padding-bottom: 2980px !important; }
.util-elevation-level-2981 { box-shadow: 0 2981px 5962px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2981 { border-radius: 2981px !important; }
.util-spacing-gap-2981 { gap: 2981px !important; }
.util-pad-vertical-2981 { padding-top: 2981px !important; padding-bottom: 2981px !important; }
.util-elevation-level-2982 { box-shadow: 0 2982px 5964px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2982 { border-radius: 2982px !important; }
.util-spacing-gap-2982 { gap: 2982px !important; }
.util-pad-vertical-2982 { padding-top: 2982px !important; padding-bottom: 2982px !important; }
.util-elevation-level-2983 { box-shadow: 0 2983px 5966px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2983 { border-radius: 2983px !important; }
.util-spacing-gap-2983 { gap: 2983px !important; }
.util-pad-vertical-2983 { padding-top: 2983px !important; padding-bottom: 2983px !important; }
.util-elevation-level-2984 { box-shadow: 0 2984px 5968px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2984 { border-radius: 2984px !important; }
.util-spacing-gap-2984 { gap: 2984px !important; }
.util-pad-vertical-2984 { padding-top: 2984px !important; padding-bottom: 2984px !important; }
.util-elevation-level-2985 { box-shadow: 0 2985px 5970px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2985 { border-radius: 2985px !important; }
.util-spacing-gap-2985 { gap: 2985px !important; }
.util-pad-vertical-2985 { padding-top: 2985px !important; padding-bottom: 2985px !important; }
.util-elevation-level-2986 { box-shadow: 0 2986px 5972px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2986 { border-radius: 2986px !important; }
.util-spacing-gap-2986 { gap: 2986px !important; }
.util-pad-vertical-2986 { padding-top: 2986px !important; padding-bottom: 2986px !important; }
.util-elevation-level-2987 { box-shadow: 0 2987px 5974px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2987 { border-radius: 2987px !important; }
.util-spacing-gap-2987 { gap: 2987px !important; }
.util-pad-vertical-2987 { padding-top: 2987px !important; padding-bottom: 2987px !important; }
.util-elevation-level-2988 { box-shadow: 0 2988px 5976px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2988 { border-radius: 2988px !important; }
.util-spacing-gap-2988 { gap: 2988px !important; }
.util-pad-vertical-2988 { padding-top: 2988px !important; padding-bottom: 2988px !important; }
.util-elevation-level-2989 { box-shadow: 0 2989px 5978px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2989 { border-radius: 2989px !important; }
.util-spacing-gap-2989 { gap: 2989px !important; }
.util-pad-vertical-2989 { padding-top: 2989px !important; padding-bottom: 2989px !important; }
.util-elevation-level-2990 { box-shadow: 0 2990px 5980px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2990 { border-radius: 2990px !important; }
.util-spacing-gap-2990 { gap: 2990px !important; }
.util-pad-vertical-2990 { padding-top: 2990px !important; padding-bottom: 2990px !important; }
.util-elevation-level-2991 { box-shadow: 0 2991px 5982px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2991 { border-radius: 2991px !important; }
.util-spacing-gap-2991 { gap: 2991px !important; }
.util-pad-vertical-2991 { padding-top: 2991px !important; padding-bottom: 2991px !important; }
.util-elevation-level-2992 { box-shadow: 0 2992px 5984px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2992 { border-radius: 2992px !important; }
.util-spacing-gap-2992 { gap: 2992px !important; }
.util-pad-vertical-2992 { padding-top: 2992px !important; padding-bottom: 2992px !important; }
.util-elevation-level-2993 { box-shadow: 0 2993px 5986px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2993 { border-radius: 2993px !important; }
.util-spacing-gap-2993 { gap: 2993px !important; }
.util-pad-vertical-2993 { padding-top: 2993px !important; padding-bottom: 2993px !important; }
.util-elevation-level-2994 { box-shadow: 0 2994px 5988px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2994 { border-radius: 2994px !important; }
.util-spacing-gap-2994 { gap: 2994px !important; }
.util-pad-vertical-2994 { padding-top: 2994px !important; padding-bottom: 2994px !important; }
.util-elevation-level-2995 { box-shadow: 0 2995px 5990px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2995 { border-radius: 2995px !important; }
.util-spacing-gap-2995 { gap: 2995px !important; }
.util-pad-vertical-2995 { padding-top: 2995px !important; padding-bottom: 2995px !important; }
.util-elevation-level-2996 { box-shadow: 0 2996px 5992px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2996 { border-radius: 2996px !important; }
.util-spacing-gap-2996 { gap: 2996px !important; }
.util-pad-vertical-2996 { padding-top: 2996px !important; padding-bottom: 2996px !important; }
.util-elevation-level-2997 { box-shadow: 0 2997px 5994px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2997 { border-radius: 2997px !important; }
.util-spacing-gap-2997 { gap: 2997px !important; }
.util-pad-vertical-2997 { padding-top: 2997px !important; padding-bottom: 2997px !important; }
.util-elevation-level-2998 { box-shadow: 0 2998px 5996px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2998 { border-radius: 2998px !important; }
.util-spacing-gap-2998 { gap: 2998px !important; }
.util-pad-vertical-2998 { padding-top: 2998px !important; padding-bottom: 2998px !important; }
.util-elevation-level-2999 { box-shadow: 0 2999px 5998px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-2999 { border-radius: 2999px !important; }
.util-spacing-gap-2999 { gap: 2999px !important; }
.util-pad-vertical-2999 { padding-top: 2999px !important; padding-bottom: 2999px !important; }
.util-elevation-level-3000 { box-shadow: 0 3000px 6000px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-3000 { border-radius: 3000px !important; }
.util-spacing-gap-3000 { gap: 3000px !important; }
.util-pad-vertical-3000 { padding-top: 3000px !important; padding-bottom: 3000px !important; }
.util-elevation-level-3001 { box-shadow: 0 3001px 6002px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-3001 { border-radius: 3001px !important; }
.util-spacing-gap-3001 { gap: 3001px !important; }
.util-pad-vertical-3001 { padding-top: 3001px !important; padding-bottom: 3001px !important; }
.util-elevation-level-3002 { box-shadow: 0 3002px 6004px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-3002 { border-radius: 3002px !important; }
.util-spacing-gap-3002 { gap: 3002px !important; }
.util-pad-vertical-3002 { padding-top: 3002px !important; padding-bottom: 3002px !important; }
.util-elevation-level-3003 { box-shadow: 0 3003px 6006px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-3003 { border-radius: 3003px !important; }
.util-spacing-gap-3003 { gap: 3003px !important; }
.util-pad-vertical-3003 { padding-top: 3003px !important; padding-bottom: 3003px !important; }
.util-elevation-level-3004 { box-shadow: 0 3004px 6008px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-3004 { border-radius: 3004px !important; }
.util-spacing-gap-3004 { gap: 3004px !important; }
.util-pad-vertical-3004 { padding-top: 3004px !important; padding-bottom: 3004px !important; }
.util-elevation-level-3005 { box-shadow: 0 3005px 6010px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-3005 { border-radius: 3005px !important; }
.util-spacing-gap-3005 { gap: 3005px !important; }
.util-pad-vertical-3005 { padding-top: 3005px !important; padding-bottom: 3005px !important; }
.util-elevation-level-3006 { box-shadow: 0 3006px 6012px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-3006 { border-radius: 3006px !important; }
.util-spacing-gap-3006 { gap: 3006px !important; }
.util-pad-vertical-3006 { padding-top: 3006px !important; padding-bottom: 3006px !important; }
.util-elevation-level-3007 { box-shadow: 0 3007px 6014px rgba(15, 23, 42, 0.07) !important; }
.util-radius-custom-3007 { border-radius: 3007px !important; }
.util-spacing-gap-3007 { gap: 3007px !important; }
.util-pad-vertical-3007 { padding-top: 3007px !important; padding-bottom: 3007px !important; }
.util-elevation-level-3008 { box-shadow: 0 3008px 6016px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3008 { border-radius: 3008px !important; }
.util-spacing-gap-3008 { gap: 3008px !important; }
.util-pad-vertical-3008 { padding-top: 3008px !important; padding-bottom: 3008px !important; }
.util-elevation-level-3009 { box-shadow: 0 3009px 6018px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3009 { border-radius: 3009px !important; }
.util-spacing-gap-3009 { gap: 3009px !important; }
.util-pad-vertical-3009 { padding-top: 3009px !important; padding-bottom: 3009px !important; }
.util-elevation-level-3010 { box-shadow: 0 3010px 6020px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3010 { border-radius: 3010px !important; }
.util-spacing-gap-3010 { gap: 3010px !important; }
.util-pad-vertical-3010 { padding-top: 3010px !important; padding-bottom: 3010px !important; }
.util-elevation-level-3011 { box-shadow: 0 3011px 6022px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3011 { border-radius: 3011px !important; }
.util-spacing-gap-3011 { gap: 3011px !important; }
.util-pad-vertical-3011 { padding-top: 3011px !important; padding-bottom: 3011px !important; }
.util-elevation-level-3012 { box-shadow: 0 3012px 6024px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3012 { border-radius: 3012px !important; }
.util-spacing-gap-3012 { gap: 3012px !important; }
.util-pad-vertical-3012 { padding-top: 3012px !important; padding-bottom: 3012px !important; }
.util-elevation-level-3013 { box-shadow: 0 3013px 6026px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3013 { border-radius: 3013px !important; }
.util-spacing-gap-3013 { gap: 3013px !important; }
.util-pad-vertical-3013 { padding-top: 3013px !important; padding-bottom: 3013px !important; }
.util-elevation-level-3014 { box-shadow: 0 3014px 6028px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3014 { border-radius: 3014px !important; }
.util-spacing-gap-3014 { gap: 3014px !important; }
.util-pad-vertical-3014 { padding-top: 3014px !important; padding-bottom: 3014px !important; }
.util-elevation-level-3015 { box-shadow: 0 3015px 6030px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3015 { border-radius: 3015px !important; }
.util-spacing-gap-3015 { gap: 3015px !important; }
.util-pad-vertical-3015 { padding-top: 3015px !important; padding-bottom: 3015px !important; }
.util-elevation-level-3016 { box-shadow: 0 3016px 6032px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3016 { border-radius: 3016px !important; }
.util-spacing-gap-3016 { gap: 3016px !important; }
.util-pad-vertical-3016 { padding-top: 3016px !important; padding-bottom: 3016px !important; }
.util-elevation-level-3017 { box-shadow: 0 3017px 6034px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3017 { border-radius: 3017px !important; }
.util-spacing-gap-3017 { gap: 3017px !important; }
.util-pad-vertical-3017 { padding-top: 3017px !important; padding-bottom: 3017px !important; }
.util-elevation-level-3018 { box-shadow: 0 3018px 6036px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3018 { border-radius: 3018px !important; }
.util-spacing-gap-3018 { gap: 3018px !important; }
.util-pad-vertical-3018 { padding-top: 3018px !important; padding-bottom: 3018px !important; }
.util-elevation-level-3019 { box-shadow: 0 3019px 6038px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3019 { border-radius: 3019px !important; }
.util-spacing-gap-3019 { gap: 3019px !important; }
.util-pad-vertical-3019 { padding-top: 3019px !important; padding-bottom: 3019px !important; }
.util-elevation-level-3020 { box-shadow: 0 3020px 6040px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3020 { border-radius: 3020px !important; }
.util-spacing-gap-3020 { gap: 3020px !important; }
.util-pad-vertical-3020 { padding-top: 3020px !important; padding-bottom: 3020px !important; }
.util-elevation-level-3021 { box-shadow: 0 3021px 6042px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3021 { border-radius: 3021px !important; }
.util-spacing-gap-3021 { gap: 3021px !important; }
.util-pad-vertical-3021 { padding-top: 3021px !important; padding-bottom: 3021px !important; }
.util-elevation-level-3022 { box-shadow: 0 3022px 6044px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3022 { border-radius: 3022px !important; }
.util-spacing-gap-3022 { gap: 3022px !important; }
.util-pad-vertical-3022 { padding-top: 3022px !important; padding-bottom: 3022px !important; }
.util-elevation-level-3023 { box-shadow: 0 3023px 6046px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3023 { border-radius: 3023px !important; }
.util-spacing-gap-3023 { gap: 3023px !important; }
.util-pad-vertical-3023 { padding-top: 3023px !important; padding-bottom: 3023px !important; }
.util-elevation-level-3024 { box-shadow: 0 3024px 6048px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3024 { border-radius: 3024px !important; }
.util-spacing-gap-3024 { gap: 3024px !important; }
.util-pad-vertical-3024 { padding-top: 3024px !important; padding-bottom: 3024px !important; }
.util-elevation-level-3025 { box-shadow: 0 3025px 6050px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3025 { border-radius: 3025px !important; }
.util-spacing-gap-3025 { gap: 3025px !important; }
.util-pad-vertical-3025 { padding-top: 3025px !important; padding-bottom: 3025px !important; }
.util-elevation-level-3026 { box-shadow: 0 3026px 6052px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3026 { border-radius: 3026px !important; }
.util-spacing-gap-3026 { gap: 3026px !important; }
.util-pad-vertical-3026 { padding-top: 3026px !important; padding-bottom: 3026px !important; }
.util-elevation-level-3027 { box-shadow: 0 3027px 6054px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3027 { border-radius: 3027px !important; }
.util-spacing-gap-3027 { gap: 3027px !important; }
.util-pad-vertical-3027 { padding-top: 3027px !important; padding-bottom: 3027px !important; }
.util-elevation-level-3028 { box-shadow: 0 3028px 6056px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3028 { border-radius: 3028px !important; }
.util-spacing-gap-3028 { gap: 3028px !important; }
.util-pad-vertical-3028 { padding-top: 3028px !important; padding-bottom: 3028px !important; }
.util-elevation-level-3029 { box-shadow: 0 3029px 6058px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3029 { border-radius: 3029px !important; }
.util-spacing-gap-3029 { gap: 3029px !important; }
.util-pad-vertical-3029 { padding-top: 3029px !important; padding-bottom: 3029px !important; }
.util-elevation-level-3030 { box-shadow: 0 3030px 6060px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3030 { border-radius: 3030px !important; }
.util-spacing-gap-3030 { gap: 3030px !important; }
.util-pad-vertical-3030 { padding-top: 3030px !important; padding-bottom: 3030px !important; }
.util-elevation-level-3031 { box-shadow: 0 3031px 6062px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3031 { border-radius: 3031px !important; }
.util-spacing-gap-3031 { gap: 3031px !important; }
.util-pad-vertical-3031 { padding-top: 3031px !important; padding-bottom: 3031px !important; }
.util-elevation-level-3032 { box-shadow: 0 3032px 6064px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3032 { border-radius: 3032px !important; }
.util-spacing-gap-3032 { gap: 3032px !important; }
.util-pad-vertical-3032 { padding-top: 3032px !important; padding-bottom: 3032px !important; }
.util-elevation-level-3033 { box-shadow: 0 3033px 6066px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3033 { border-radius: 3033px !important; }
.util-spacing-gap-3033 { gap: 3033px !important; }
.util-pad-vertical-3033 { padding-top: 3033px !important; padding-bottom: 3033px !important; }
.util-elevation-level-3034 { box-shadow: 0 3034px 6068px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3034 { border-radius: 3034px !important; }
.util-spacing-gap-3034 { gap: 3034px !important; }
.util-pad-vertical-3034 { padding-top: 3034px !important; padding-bottom: 3034px !important; }
.util-elevation-level-3035 { box-shadow: 0 3035px 6070px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3035 { border-radius: 3035px !important; }
.util-spacing-gap-3035 { gap: 3035px !important; }
.util-pad-vertical-3035 { padding-top: 3035px !important; padding-bottom: 3035px !important; }
.util-elevation-level-3036 { box-shadow: 0 3036px 6072px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3036 { border-radius: 3036px !important; }
.util-spacing-gap-3036 { gap: 3036px !important; }
.util-pad-vertical-3036 { padding-top: 3036px !important; padding-bottom: 3036px !important; }
.util-elevation-level-3037 { box-shadow: 0 3037px 6074px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3037 { border-radius: 3037px !important; }
.util-spacing-gap-3037 { gap: 3037px !important; }
.util-pad-vertical-3037 { padding-top: 3037px !important; padding-bottom: 3037px !important; }
.util-elevation-level-3038 { box-shadow: 0 3038px 6076px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3038 { border-radius: 3038px !important; }
.util-spacing-gap-3038 { gap: 3038px !important; }
.util-pad-vertical-3038 { padding-top: 3038px !important; padding-bottom: 3038px !important; }
.util-elevation-level-3039 { box-shadow: 0 3039px 6078px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3039 { border-radius: 3039px !important; }
.util-spacing-gap-3039 { gap: 3039px !important; }
.util-pad-vertical-3039 { padding-top: 3039px !important; padding-bottom: 3039px !important; }
.util-elevation-level-3040 { box-shadow: 0 3040px 6080px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3040 { border-radius: 3040px !important; }
.util-spacing-gap-3040 { gap: 3040px !important; }
.util-pad-vertical-3040 { padding-top: 3040px !important; padding-bottom: 3040px !important; }
.util-elevation-level-3041 { box-shadow: 0 3041px 6082px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3041 { border-radius: 3041px !important; }
.util-spacing-gap-3041 { gap: 3041px !important; }
.util-pad-vertical-3041 { padding-top: 3041px !important; padding-bottom: 3041px !important; }
.util-elevation-level-3042 { box-shadow: 0 3042px 6084px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3042 { border-radius: 3042px !important; }
.util-spacing-gap-3042 { gap: 3042px !important; }
.util-pad-vertical-3042 { padding-top: 3042px !important; padding-bottom: 3042px !important; }
.util-elevation-level-3043 { box-shadow: 0 3043px 6086px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3043 { border-radius: 3043px !important; }
.util-spacing-gap-3043 { gap: 3043px !important; }
.util-pad-vertical-3043 { padding-top: 3043px !important; padding-bottom: 3043px !important; }
.util-elevation-level-3044 { box-shadow: 0 3044px 6088px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3044 { border-radius: 3044px !important; }
.util-spacing-gap-3044 { gap: 3044px !important; }
.util-pad-vertical-3044 { padding-top: 3044px !important; padding-bottom: 3044px !important; }
.util-elevation-level-3045 { box-shadow: 0 3045px 6090px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3045 { border-radius: 3045px !important; }
.util-spacing-gap-3045 { gap: 3045px !important; }
.util-pad-vertical-3045 { padding-top: 3045px !important; padding-bottom: 3045px !important; }
.util-elevation-level-3046 { box-shadow: 0 3046px 6092px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3046 { border-radius: 3046px !important; }
.util-spacing-gap-3046 { gap: 3046px !important; }
.util-pad-vertical-3046 { padding-top: 3046px !important; padding-bottom: 3046px !important; }
.util-elevation-level-3047 { box-shadow: 0 3047px 6094px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3047 { border-radius: 3047px !important; }
.util-spacing-gap-3047 { gap: 3047px !important; }
.util-pad-vertical-3047 { padding-top: 3047px !important; padding-bottom: 3047px !important; }
.util-elevation-level-3048 { box-shadow: 0 3048px 6096px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3048 { border-radius: 3048px !important; }
.util-spacing-gap-3048 { gap: 3048px !important; }
.util-pad-vertical-3048 { padding-top: 3048px !important; padding-bottom: 3048px !important; }
.util-elevation-level-3049 { box-shadow: 0 3049px 6098px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3049 { border-radius: 3049px !important; }
.util-spacing-gap-3049 { gap: 3049px !important; }
.util-pad-vertical-3049 { padding-top: 3049px !important; padding-bottom: 3049px !important; }
.util-elevation-level-3050 { box-shadow: 0 3050px 6100px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3050 { border-radius: 3050px !important; }
.util-spacing-gap-3050 { gap: 3050px !important; }
.util-pad-vertical-3050 { padding-top: 3050px !important; padding-bottom: 3050px !important; }
.util-elevation-level-3051 { box-shadow: 0 3051px 6102px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3051 { border-radius: 3051px !important; }
.util-spacing-gap-3051 { gap: 3051px !important; }
.util-pad-vertical-3051 { padding-top: 3051px !important; padding-bottom: 3051px !important; }
.util-elevation-level-3052 { box-shadow: 0 3052px 6104px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3052 { border-radius: 3052px !important; }
.util-spacing-gap-3052 { gap: 3052px !important; }
.util-pad-vertical-3052 { padding-top: 3052px !important; padding-bottom: 3052px !important; }
.util-elevation-level-3053 { box-shadow: 0 3053px 6106px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3053 { border-radius: 3053px !important; }
.util-spacing-gap-3053 { gap: 3053px !important; }
.util-pad-vertical-3053 { padding-top: 3053px !important; padding-bottom: 3053px !important; }
.util-elevation-level-3054 { box-shadow: 0 3054px 6108px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3054 { border-radius: 3054px !important; }
.util-spacing-gap-3054 { gap: 3054px !important; }
.util-pad-vertical-3054 { padding-top: 3054px !important; padding-bottom: 3054px !important; }
.util-elevation-level-3055 { box-shadow: 0 3055px 6110px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3055 { border-radius: 3055px !important; }
.util-spacing-gap-3055 { gap: 3055px !important; }
.util-pad-vertical-3055 { padding-top: 3055px !important; padding-bottom: 3055px !important; }
.util-elevation-level-3056 { box-shadow: 0 3056px 6112px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3056 { border-radius: 3056px !important; }
.util-spacing-gap-3056 { gap: 3056px !important; }
.util-pad-vertical-3056 { padding-top: 3056px !important; padding-bottom: 3056px !important; }
.util-elevation-level-3057 { box-shadow: 0 3057px 6114px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3057 { border-radius: 3057px !important; }
.util-spacing-gap-3057 { gap: 3057px !important; }
.util-pad-vertical-3057 { padding-top: 3057px !important; padding-bottom: 3057px !important; }
.util-elevation-level-3058 { box-shadow: 0 3058px 6116px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3058 { border-radius: 3058px !important; }
.util-spacing-gap-3058 { gap: 3058px !important; }
.util-pad-vertical-3058 { padding-top: 3058px !important; padding-bottom: 3058px !important; }
.util-elevation-level-3059 { box-shadow: 0 3059px 6118px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3059 { border-radius: 3059px !important; }
.util-spacing-gap-3059 { gap: 3059px !important; }
.util-pad-vertical-3059 { padding-top: 3059px !important; padding-bottom: 3059px !important; }
.util-elevation-level-3060 { box-shadow: 0 3060px 6120px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3060 { border-radius: 3060px !important; }
.util-spacing-gap-3060 { gap: 3060px !important; }
.util-pad-vertical-3060 { padding-top: 3060px !important; padding-bottom: 3060px !important; }
.util-elevation-level-3061 { box-shadow: 0 3061px 6122px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3061 { border-radius: 3061px !important; }
.util-spacing-gap-3061 { gap: 3061px !important; }
.util-pad-vertical-3061 { padding-top: 3061px !important; padding-bottom: 3061px !important; }
.util-elevation-level-3062 { box-shadow: 0 3062px 6124px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3062 { border-radius: 3062px !important; }
.util-spacing-gap-3062 { gap: 3062px !important; }
.util-pad-vertical-3062 { padding-top: 3062px !important; padding-bottom: 3062px !important; }
.util-elevation-level-3063 { box-shadow: 0 3063px 6126px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3063 { border-radius: 3063px !important; }
.util-spacing-gap-3063 { gap: 3063px !important; }
.util-pad-vertical-3063 { padding-top: 3063px !important; padding-bottom: 3063px !important; }
.util-elevation-level-3064 { box-shadow: 0 3064px 6128px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3064 { border-radius: 3064px !important; }
.util-spacing-gap-3064 { gap: 3064px !important; }
.util-pad-vertical-3064 { padding-top: 3064px !important; padding-bottom: 3064px !important; }
.util-elevation-level-3065 { box-shadow: 0 3065px 6130px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3065 { border-radius: 3065px !important; }
.util-spacing-gap-3065 { gap: 3065px !important; }
.util-pad-vertical-3065 { padding-top: 3065px !important; padding-bottom: 3065px !important; }
.util-elevation-level-3066 { box-shadow: 0 3066px 6132px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3066 { border-radius: 3066px !important; }
.util-spacing-gap-3066 { gap: 3066px !important; }
.util-pad-vertical-3066 { padding-top: 3066px !important; padding-bottom: 3066px !important; }
.util-elevation-level-3067 { box-shadow: 0 3067px 6134px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3067 { border-radius: 3067px !important; }
.util-spacing-gap-3067 { gap: 3067px !important; }
.util-pad-vertical-3067 { padding-top: 3067px !important; padding-bottom: 3067px !important; }
.util-elevation-level-3068 { box-shadow: 0 3068px 6136px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3068 { border-radius: 3068px !important; }
.util-spacing-gap-3068 { gap: 3068px !important; }
.util-pad-vertical-3068 { padding-top: 3068px !important; padding-bottom: 3068px !important; }
.util-elevation-level-3069 { box-shadow: 0 3069px 6138px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3069 { border-radius: 3069px !important; }
.util-spacing-gap-3069 { gap: 3069px !important; }
.util-pad-vertical-3069 { padding-top: 3069px !important; padding-bottom: 3069px !important; }
.util-elevation-level-3070 { box-shadow: 0 3070px 6140px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3070 { border-radius: 3070px !important; }
.util-spacing-gap-3070 { gap: 3070px !important; }
.util-pad-vertical-3070 { padding-top: 3070px !important; padding-bottom: 3070px !important; }
.util-elevation-level-3071 { box-shadow: 0 3071px 6142px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3071 { border-radius: 3071px !important; }
.util-spacing-gap-3071 { gap: 3071px !important; }
.util-pad-vertical-3071 { padding-top: 3071px !important; padding-bottom: 3071px !important; }
.util-elevation-level-3072 { box-shadow: 0 3072px 6144px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3072 { border-radius: 3072px !important; }
.util-spacing-gap-3072 { gap: 3072px !important; }
.util-pad-vertical-3072 { padding-top: 3072px !important; padding-bottom: 3072px !important; }
.util-elevation-level-3073 { box-shadow: 0 3073px 6146px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3073 { border-radius: 3073px !important; }
.util-spacing-gap-3073 { gap: 3073px !important; }
.util-pad-vertical-3073 { padding-top: 3073px !important; padding-bottom: 3073px !important; }
.util-elevation-level-3074 { box-shadow: 0 3074px 6148px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3074 { border-radius: 3074px !important; }
.util-spacing-gap-3074 { gap: 3074px !important; }
.util-pad-vertical-3074 { padding-top: 3074px !important; padding-bottom: 3074px !important; }
.util-elevation-level-3075 { box-shadow: 0 3075px 6150px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3075 { border-radius: 3075px !important; }
.util-spacing-gap-3075 { gap: 3075px !important; }
.util-pad-vertical-3075 { padding-top: 3075px !important; padding-bottom: 3075px !important; }
.util-elevation-level-3076 { box-shadow: 0 3076px 6152px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3076 { border-radius: 3076px !important; }
.util-spacing-gap-3076 { gap: 3076px !important; }
.util-pad-vertical-3076 { padding-top: 3076px !important; padding-bottom: 3076px !important; }
.util-elevation-level-3077 { box-shadow: 0 3077px 6154px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3077 { border-radius: 3077px !important; }
.util-spacing-gap-3077 { gap: 3077px !important; }
.util-pad-vertical-3077 { padding-top: 3077px !important; padding-bottom: 3077px !important; }
.util-elevation-level-3078 { box-shadow: 0 3078px 6156px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3078 { border-radius: 3078px !important; }
.util-spacing-gap-3078 { gap: 3078px !important; }
.util-pad-vertical-3078 { padding-top: 3078px !important; padding-bottom: 3078px !important; }
.util-elevation-level-3079 { box-shadow: 0 3079px 6158px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3079 { border-radius: 3079px !important; }
.util-spacing-gap-3079 { gap: 3079px !important; }
.util-pad-vertical-3079 { padding-top: 3079px !important; padding-bottom: 3079px !important; }
.util-elevation-level-3080 { box-shadow: 0 3080px 6160px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3080 { border-radius: 3080px !important; }
.util-spacing-gap-3080 { gap: 3080px !important; }
.util-pad-vertical-3080 { padding-top: 3080px !important; padding-bottom: 3080px !important; }
.util-elevation-level-3081 { box-shadow: 0 3081px 6162px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3081 { border-radius: 3081px !important; }
.util-spacing-gap-3081 { gap: 3081px !important; }
.util-pad-vertical-3081 { padding-top: 3081px !important; padding-bottom: 3081px !important; }
.util-elevation-level-3082 { box-shadow: 0 3082px 6164px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3082 { border-radius: 3082px !important; }
.util-spacing-gap-3082 { gap: 3082px !important; }
.util-pad-vertical-3082 { padding-top: 3082px !important; padding-bottom: 3082px !important; }
.util-elevation-level-3083 { box-shadow: 0 3083px 6166px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3083 { border-radius: 3083px !important; }
.util-spacing-gap-3083 { gap: 3083px !important; }
.util-pad-vertical-3083 { padding-top: 3083px !important; padding-bottom: 3083px !important; }
.util-elevation-level-3084 { box-shadow: 0 3084px 6168px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3084 { border-radius: 3084px !important; }
.util-spacing-gap-3084 { gap: 3084px !important; }
.util-pad-vertical-3084 { padding-top: 3084px !important; padding-bottom: 3084px !important; }
.util-elevation-level-3085 { box-shadow: 0 3085px 6170px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3085 { border-radius: 3085px !important; }
.util-spacing-gap-3085 { gap: 3085px !important; }
.util-pad-vertical-3085 { padding-top: 3085px !important; padding-bottom: 3085px !important; }
.util-elevation-level-3086 { box-shadow: 0 3086px 6172px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3086 { border-radius: 3086px !important; }
.util-spacing-gap-3086 { gap: 3086px !important; }
.util-pad-vertical-3086 { padding-top: 3086px !important; padding-bottom: 3086px !important; }
.util-elevation-level-3087 { box-shadow: 0 3087px 6174px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3087 { border-radius: 3087px !important; }
.util-spacing-gap-3087 { gap: 3087px !important; }
.util-pad-vertical-3087 { padding-top: 3087px !important; padding-bottom: 3087px !important; }
.util-elevation-level-3088 { box-shadow: 0 3088px 6176px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3088 { border-radius: 3088px !important; }
.util-spacing-gap-3088 { gap: 3088px !important; }
.util-pad-vertical-3088 { padding-top: 3088px !important; padding-bottom: 3088px !important; }
.util-elevation-level-3089 { box-shadow: 0 3089px 6178px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3089 { border-radius: 3089px !important; }
.util-spacing-gap-3089 { gap: 3089px !important; }
.util-pad-vertical-3089 { padding-top: 3089px !important; padding-bottom: 3089px !important; }
.util-elevation-level-3090 { box-shadow: 0 3090px 6180px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3090 { border-radius: 3090px !important; }
.util-spacing-gap-3090 { gap: 3090px !important; }
.util-pad-vertical-3090 { padding-top: 3090px !important; padding-bottom: 3090px !important; }
.util-elevation-level-3091 { box-shadow: 0 3091px 6182px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3091 { border-radius: 3091px !important; }
.util-spacing-gap-3091 { gap: 3091px !important; }
.util-pad-vertical-3091 { padding-top: 3091px !important; padding-bottom: 3091px !important; }
.util-elevation-level-3092 { box-shadow: 0 3092px 6184px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3092 { border-radius: 3092px !important; }
.util-spacing-gap-3092 { gap: 3092px !important; }
.util-pad-vertical-3092 { padding-top: 3092px !important; padding-bottom: 3092px !important; }
.util-elevation-level-3093 { box-shadow: 0 3093px 6186px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3093 { border-radius: 3093px !important; }
.util-spacing-gap-3093 { gap: 3093px !important; }
.util-pad-vertical-3093 { padding-top: 3093px !important; padding-bottom: 3093px !important; }
.util-elevation-level-3094 { box-shadow: 0 3094px 6188px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3094 { border-radius: 3094px !important; }
.util-spacing-gap-3094 { gap: 3094px !important; }
.util-pad-vertical-3094 { padding-top: 3094px !important; padding-bottom: 3094px !important; }
.util-elevation-level-3095 { box-shadow: 0 3095px 6190px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3095 { border-radius: 3095px !important; }
.util-spacing-gap-3095 { gap: 3095px !important; }
.util-pad-vertical-3095 { padding-top: 3095px !important; padding-bottom: 3095px !important; }
.util-elevation-level-3096 { box-shadow: 0 3096px 6192px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3096 { border-radius: 3096px !important; }
.util-spacing-gap-3096 { gap: 3096px !important; }
.util-pad-vertical-3096 { padding-top: 3096px !important; padding-bottom: 3096px !important; }
.util-elevation-level-3097 { box-shadow: 0 3097px 6194px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3097 { border-radius: 3097px !important; }
.util-spacing-gap-3097 { gap: 3097px !important; }
.util-pad-vertical-3097 { padding-top: 3097px !important; padding-bottom: 3097px !important; }
.util-elevation-level-3098 { box-shadow: 0 3098px 6196px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3098 { border-radius: 3098px !important; }
.util-spacing-gap-3098 { gap: 3098px !important; }
.util-pad-vertical-3098 { padding-top: 3098px !important; padding-bottom: 3098px !important; }
.util-elevation-level-3099 { box-shadow: 0 3099px 6198px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3099 { border-radius: 3099px !important; }
.util-spacing-gap-3099 { gap: 3099px !important; }
.util-pad-vertical-3099 { padding-top: 3099px !important; padding-bottom: 3099px !important; }
.util-elevation-level-3100 { box-shadow: 0 3100px 6200px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3100 { border-radius: 3100px !important; }
.util-spacing-gap-3100 { gap: 3100px !important; }
.util-pad-vertical-3100 { padding-top: 3100px !important; padding-bottom: 3100px !important; }
.util-elevation-level-3101 { box-shadow: 0 3101px 6202px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3101 { border-radius: 3101px !important; }
.util-spacing-gap-3101 { gap: 3101px !important; }
.util-pad-vertical-3101 { padding-top: 3101px !important; padding-bottom: 3101px !important; }
.util-elevation-level-3102 { box-shadow: 0 3102px 6204px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3102 { border-radius: 3102px !important; }
.util-spacing-gap-3102 { gap: 3102px !important; }
.util-pad-vertical-3102 { padding-top: 3102px !important; padding-bottom: 3102px !important; }
.util-elevation-level-3103 { box-shadow: 0 3103px 6206px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3103 { border-radius: 3103px !important; }
.util-spacing-gap-3103 { gap: 3103px !important; }
.util-pad-vertical-3103 { padding-top: 3103px !important; padding-bottom: 3103px !important; }
.util-elevation-level-3104 { box-shadow: 0 3104px 6208px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3104 { border-radius: 3104px !important; }
.util-spacing-gap-3104 { gap: 3104px !important; }
.util-pad-vertical-3104 { padding-top: 3104px !important; padding-bottom: 3104px !important; }
.util-elevation-level-3105 { box-shadow: 0 3105px 6210px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3105 { border-radius: 3105px !important; }
.util-spacing-gap-3105 { gap: 3105px !important; }
.util-pad-vertical-3105 { padding-top: 3105px !important; padding-bottom: 3105px !important; }
.util-elevation-level-3106 { box-shadow: 0 3106px 6212px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3106 { border-radius: 3106px !important; }
.util-spacing-gap-3106 { gap: 3106px !important; }
.util-pad-vertical-3106 { padding-top: 3106px !important; padding-bottom: 3106px !important; }
.util-elevation-level-3107 { box-shadow: 0 3107px 6214px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3107 { border-radius: 3107px !important; }
.util-spacing-gap-3107 { gap: 3107px !important; }
.util-pad-vertical-3107 { padding-top: 3107px !important; padding-bottom: 3107px !important; }
.util-elevation-level-3108 { box-shadow: 0 3108px 6216px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3108 { border-radius: 3108px !important; }
.util-spacing-gap-3108 { gap: 3108px !important; }
.util-pad-vertical-3108 { padding-top: 3108px !important; padding-bottom: 3108px !important; }
.util-elevation-level-3109 { box-shadow: 0 3109px 6218px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3109 { border-radius: 3109px !important; }
.util-spacing-gap-3109 { gap: 3109px !important; }
.util-pad-vertical-3109 { padding-top: 3109px !important; padding-bottom: 3109px !important; }
.util-elevation-level-3110 { box-shadow: 0 3110px 6220px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3110 { border-radius: 3110px !important; }
.util-spacing-gap-3110 { gap: 3110px !important; }
.util-pad-vertical-3110 { padding-top: 3110px !important; padding-bottom: 3110px !important; }
.util-elevation-level-3111 { box-shadow: 0 3111px 6222px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3111 { border-radius: 3111px !important; }
.util-spacing-gap-3111 { gap: 3111px !important; }
.util-pad-vertical-3111 { padding-top: 3111px !important; padding-bottom: 3111px !important; }
.util-elevation-level-3112 { box-shadow: 0 3112px 6224px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3112 { border-radius: 3112px !important; }
.util-spacing-gap-3112 { gap: 3112px !important; }
.util-pad-vertical-3112 { padding-top: 3112px !important; padding-bottom: 3112px !important; }
.util-elevation-level-3113 { box-shadow: 0 3113px 6226px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3113 { border-radius: 3113px !important; }
.util-spacing-gap-3113 { gap: 3113px !important; }
.util-pad-vertical-3113 { padding-top: 3113px !important; padding-bottom: 3113px !important; }
.util-elevation-level-3114 { box-shadow: 0 3114px 6228px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3114 { border-radius: 3114px !important; }
.util-spacing-gap-3114 { gap: 3114px !important; }
.util-pad-vertical-3114 { padding-top: 3114px !important; padding-bottom: 3114px !important; }
.util-elevation-level-3115 { box-shadow: 0 3115px 6230px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3115 { border-radius: 3115px !important; }
.util-spacing-gap-3115 { gap: 3115px !important; }
.util-pad-vertical-3115 { padding-top: 3115px !important; padding-bottom: 3115px !important; }
.util-elevation-level-3116 { box-shadow: 0 3116px 6232px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3116 { border-radius: 3116px !important; }
.util-spacing-gap-3116 { gap: 3116px !important; }
.util-pad-vertical-3116 { padding-top: 3116px !important; padding-bottom: 3116px !important; }
.util-elevation-level-3117 { box-shadow: 0 3117px 6234px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3117 { border-radius: 3117px !important; }
.util-spacing-gap-3117 { gap: 3117px !important; }
.util-pad-vertical-3117 { padding-top: 3117px !important; padding-bottom: 3117px !important; }
.util-elevation-level-3118 { box-shadow: 0 3118px 6236px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3118 { border-radius: 3118px !important; }
.util-spacing-gap-3118 { gap: 3118px !important; }
.util-pad-vertical-3118 { padding-top: 3118px !important; padding-bottom: 3118px !important; }
.util-elevation-level-3119 { box-shadow: 0 3119px 6238px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3119 { border-radius: 3119px !important; }
.util-spacing-gap-3119 { gap: 3119px !important; }
.util-pad-vertical-3119 { padding-top: 3119px !important; padding-bottom: 3119px !important; }
.util-elevation-level-3120 { box-shadow: 0 3120px 6240px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3120 { border-radius: 3120px !important; }
.util-spacing-gap-3120 { gap: 3120px !important; }
.util-pad-vertical-3120 { padding-top: 3120px !important; padding-bottom: 3120px !important; }
.util-elevation-level-3121 { box-shadow: 0 3121px 6242px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3121 { border-radius: 3121px !important; }
.util-spacing-gap-3121 { gap: 3121px !important; }
.util-pad-vertical-3121 { padding-top: 3121px !important; padding-bottom: 3121px !important; }
.util-elevation-level-3122 { box-shadow: 0 3122px 6244px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3122 { border-radius: 3122px !important; }
.util-spacing-gap-3122 { gap: 3122px !important; }
.util-pad-vertical-3122 { padding-top: 3122px !important; padding-bottom: 3122px !important; }
.util-elevation-level-3123 { box-shadow: 0 3123px 6246px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3123 { border-radius: 3123px !important; }
.util-spacing-gap-3123 { gap: 3123px !important; }
.util-pad-vertical-3123 { padding-top: 3123px !important; padding-bottom: 3123px !important; }
.util-elevation-level-3124 { box-shadow: 0 3124px 6248px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3124 { border-radius: 3124px !important; }
.util-spacing-gap-3124 { gap: 3124px !important; }
.util-pad-vertical-3124 { padding-top: 3124px !important; padding-bottom: 3124px !important; }
.util-elevation-level-3125 { box-shadow: 0 3125px 6250px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3125 { border-radius: 3125px !important; }
.util-spacing-gap-3125 { gap: 3125px !important; }
.util-pad-vertical-3125 { padding-top: 3125px !important; padding-bottom: 3125px !important; }
.util-elevation-level-3126 { box-shadow: 0 3126px 6252px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3126 { border-radius: 3126px !important; }
.util-spacing-gap-3126 { gap: 3126px !important; }
.util-pad-vertical-3126 { padding-top: 3126px !important; padding-bottom: 3126px !important; }
.util-elevation-level-3127 { box-shadow: 0 3127px 6254px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3127 { border-radius: 3127px !important; }
.util-spacing-gap-3127 { gap: 3127px !important; }
.util-pad-vertical-3127 { padding-top: 3127px !important; padding-bottom: 3127px !important; }
.util-elevation-level-3128 { box-shadow: 0 3128px 6256px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3128 { border-radius: 3128px !important; }
.util-spacing-gap-3128 { gap: 3128px !important; }
.util-pad-vertical-3128 { padding-top: 3128px !important; padding-bottom: 3128px !important; }
.util-elevation-level-3129 { box-shadow: 0 3129px 6258px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3129 { border-radius: 3129px !important; }
.util-spacing-gap-3129 { gap: 3129px !important; }
.util-pad-vertical-3129 { padding-top: 3129px !important; padding-bottom: 3129px !important; }
.util-elevation-level-3130 { box-shadow: 0 3130px 6260px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3130 { border-radius: 3130px !important; }
.util-spacing-gap-3130 { gap: 3130px !important; }
.util-pad-vertical-3130 { padding-top: 3130px !important; padding-bottom: 3130px !important; }
.util-elevation-level-3131 { box-shadow: 0 3131px 6262px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3131 { border-radius: 3131px !important; }
.util-spacing-gap-3131 { gap: 3131px !important; }
.util-pad-vertical-3131 { padding-top: 3131px !important; padding-bottom: 3131px !important; }
.util-elevation-level-3132 { box-shadow: 0 3132px 6264px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3132 { border-radius: 3132px !important; }
.util-spacing-gap-3132 { gap: 3132px !important; }
.util-pad-vertical-3132 { padding-top: 3132px !important; padding-bottom: 3132px !important; }
.util-elevation-level-3133 { box-shadow: 0 3133px 6266px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3133 { border-radius: 3133px !important; }
.util-spacing-gap-3133 { gap: 3133px !important; }
.util-pad-vertical-3133 { padding-top: 3133px !important; padding-bottom: 3133px !important; }
.util-elevation-level-3134 { box-shadow: 0 3134px 6268px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3134 { border-radius: 3134px !important; }
.util-spacing-gap-3134 { gap: 3134px !important; }
.util-pad-vertical-3134 { padding-top: 3134px !important; padding-bottom: 3134px !important; }
.util-elevation-level-3135 { box-shadow: 0 3135px 6270px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3135 { border-radius: 3135px !important; }
.util-spacing-gap-3135 { gap: 3135px !important; }
.util-pad-vertical-3135 { padding-top: 3135px !important; padding-bottom: 3135px !important; }
.util-elevation-level-3136 { box-shadow: 0 3136px 6272px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3136 { border-radius: 3136px !important; }
.util-spacing-gap-3136 { gap: 3136px !important; }
.util-pad-vertical-3136 { padding-top: 3136px !important; padding-bottom: 3136px !important; }
.util-elevation-level-3137 { box-shadow: 0 3137px 6274px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3137 { border-radius: 3137px !important; }
.util-spacing-gap-3137 { gap: 3137px !important; }
.util-pad-vertical-3137 { padding-top: 3137px !important; padding-bottom: 3137px !important; }
.util-elevation-level-3138 { box-shadow: 0 3138px 6276px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3138 { border-radius: 3138px !important; }
.util-spacing-gap-3138 { gap: 3138px !important; }
.util-pad-vertical-3138 { padding-top: 3138px !important; padding-bottom: 3138px !important; }
.util-elevation-level-3139 { box-shadow: 0 3139px 6278px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3139 { border-radius: 3139px !important; }
.util-spacing-gap-3139 { gap: 3139px !important; }
.util-pad-vertical-3139 { padding-top: 3139px !important; padding-bottom: 3139px !important; }
.util-elevation-level-3140 { box-shadow: 0 3140px 6280px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3140 { border-radius: 3140px !important; }
.util-spacing-gap-3140 { gap: 3140px !important; }
.util-pad-vertical-3140 { padding-top: 3140px !important; padding-bottom: 3140px !important; }
.util-elevation-level-3141 { box-shadow: 0 3141px 6282px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3141 { border-radius: 3141px !important; }
.util-spacing-gap-3141 { gap: 3141px !important; }
.util-pad-vertical-3141 { padding-top: 3141px !important; padding-bottom: 3141px !important; }
.util-elevation-level-3142 { box-shadow: 0 3142px 6284px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3142 { border-radius: 3142px !important; }
.util-spacing-gap-3142 { gap: 3142px !important; }
.util-pad-vertical-3142 { padding-top: 3142px !important; padding-bottom: 3142px !important; }
.util-elevation-level-3143 { box-shadow: 0 3143px 6286px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3143 { border-radius: 3143px !important; }
.util-spacing-gap-3143 { gap: 3143px !important; }
.util-pad-vertical-3143 { padding-top: 3143px !important; padding-bottom: 3143px !important; }
.util-elevation-level-3144 { box-shadow: 0 3144px 6288px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3144 { border-radius: 3144px !important; }
.util-spacing-gap-3144 { gap: 3144px !important; }
.util-pad-vertical-3144 { padding-top: 3144px !important; padding-bottom: 3144px !important; }
.util-elevation-level-3145 { box-shadow: 0 3145px 6290px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3145 { border-radius: 3145px !important; }
.util-spacing-gap-3145 { gap: 3145px !important; }
.util-pad-vertical-3145 { padding-top: 3145px !important; padding-bottom: 3145px !important; }
.util-elevation-level-3146 { box-shadow: 0 3146px 6292px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3146 { border-radius: 3146px !important; }
.util-spacing-gap-3146 { gap: 3146px !important; }
.util-pad-vertical-3146 { padding-top: 3146px !important; padding-bottom: 3146px !important; }
.util-elevation-level-3147 { box-shadow: 0 3147px 6294px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3147 { border-radius: 3147px !important; }
.util-spacing-gap-3147 { gap: 3147px !important; }
.util-pad-vertical-3147 { padding-top: 3147px !important; padding-bottom: 3147px !important; }
.util-elevation-level-3148 { box-shadow: 0 3148px 6296px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3148 { border-radius: 3148px !important; }
.util-spacing-gap-3148 { gap: 3148px !important; }
.util-pad-vertical-3148 { padding-top: 3148px !important; padding-bottom: 3148px !important; }
.util-elevation-level-3149 { box-shadow: 0 3149px 6298px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3149 { border-radius: 3149px !important; }
.util-spacing-gap-3149 { gap: 3149px !important; }
.util-pad-vertical-3149 { padding-top: 3149px !important; padding-bottom: 3149px !important; }
.util-elevation-level-3150 { box-shadow: 0 3150px 6300px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3150 { border-radius: 3150px !important; }
.util-spacing-gap-3150 { gap: 3150px !important; }
.util-pad-vertical-3150 { padding-top: 3150px !important; padding-bottom: 3150px !important; }
.util-elevation-level-3151 { box-shadow: 0 3151px 6302px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3151 { border-radius: 3151px !important; }
.util-spacing-gap-3151 { gap: 3151px !important; }
.util-pad-vertical-3151 { padding-top: 3151px !important; padding-bottom: 3151px !important; }
.util-elevation-level-3152 { box-shadow: 0 3152px 6304px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3152 { border-radius: 3152px !important; }
.util-spacing-gap-3152 { gap: 3152px !important; }
.util-pad-vertical-3152 { padding-top: 3152px !important; padding-bottom: 3152px !important; }
.util-elevation-level-3153 { box-shadow: 0 3153px 6306px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3153 { border-radius: 3153px !important; }
.util-spacing-gap-3153 { gap: 3153px !important; }
.util-pad-vertical-3153 { padding-top: 3153px !important; padding-bottom: 3153px !important; }
.util-elevation-level-3154 { box-shadow: 0 3154px 6308px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3154 { border-radius: 3154px !important; }
.util-spacing-gap-3154 { gap: 3154px !important; }
.util-pad-vertical-3154 { padding-top: 3154px !important; padding-bottom: 3154px !important; }
.util-elevation-level-3155 { box-shadow: 0 3155px 6310px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3155 { border-radius: 3155px !important; }
.util-spacing-gap-3155 { gap: 3155px !important; }
.util-pad-vertical-3155 { padding-top: 3155px !important; padding-bottom: 3155px !important; }
.util-elevation-level-3156 { box-shadow: 0 3156px 6312px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3156 { border-radius: 3156px !important; }
.util-spacing-gap-3156 { gap: 3156px !important; }
.util-pad-vertical-3156 { padding-top: 3156px !important; padding-bottom: 3156px !important; }
.util-elevation-level-3157 { box-shadow: 0 3157px 6314px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3157 { border-radius: 3157px !important; }
.util-spacing-gap-3157 { gap: 3157px !important; }
.util-pad-vertical-3157 { padding-top: 3157px !important; padding-bottom: 3157px !important; }
.util-elevation-level-3158 { box-shadow: 0 3158px 6316px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3158 { border-radius: 3158px !important; }
.util-spacing-gap-3158 { gap: 3158px !important; }
.util-pad-vertical-3158 { padding-top: 3158px !important; padding-bottom: 3158px !important; }
.util-elevation-level-3159 { box-shadow: 0 3159px 6318px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3159 { border-radius: 3159px !important; }
.util-spacing-gap-3159 { gap: 3159px !important; }
.util-pad-vertical-3159 { padding-top: 3159px !important; padding-bottom: 3159px !important; }
.util-elevation-level-3160 { box-shadow: 0 3160px 6320px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3160 { border-radius: 3160px !important; }
.util-spacing-gap-3160 { gap: 3160px !important; }
.util-pad-vertical-3160 { padding-top: 3160px !important; padding-bottom: 3160px !important; }
.util-elevation-level-3161 { box-shadow: 0 3161px 6322px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3161 { border-radius: 3161px !important; }
.util-spacing-gap-3161 { gap: 3161px !important; }
.util-pad-vertical-3161 { padding-top: 3161px !important; padding-bottom: 3161px !important; }
.util-elevation-level-3162 { box-shadow: 0 3162px 6324px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3162 { border-radius: 3162px !important; }
.util-spacing-gap-3162 { gap: 3162px !important; }
.util-pad-vertical-3162 { padding-top: 3162px !important; padding-bottom: 3162px !important; }
.util-elevation-level-3163 { box-shadow: 0 3163px 6326px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3163 { border-radius: 3163px !important; }
.util-spacing-gap-3163 { gap: 3163px !important; }
.util-pad-vertical-3163 { padding-top: 3163px !important; padding-bottom: 3163px !important; }
.util-elevation-level-3164 { box-shadow: 0 3164px 6328px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3164 { border-radius: 3164px !important; }
.util-spacing-gap-3164 { gap: 3164px !important; }
.util-pad-vertical-3164 { padding-top: 3164px !important; padding-bottom: 3164px !important; }
.util-elevation-level-3165 { box-shadow: 0 3165px 6330px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3165 { border-radius: 3165px !important; }
.util-spacing-gap-3165 { gap: 3165px !important; }
.util-pad-vertical-3165 { padding-top: 3165px !important; padding-bottom: 3165px !important; }
.util-elevation-level-3166 { box-shadow: 0 3166px 6332px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3166 { border-radius: 3166px !important; }
.util-spacing-gap-3166 { gap: 3166px !important; }
.util-pad-vertical-3166 { padding-top: 3166px !important; padding-bottom: 3166px !important; }
.util-elevation-level-3167 { box-shadow: 0 3167px 6334px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3167 { border-radius: 3167px !important; }
.util-spacing-gap-3167 { gap: 3167px !important; }
.util-pad-vertical-3167 { padding-top: 3167px !important; padding-bottom: 3167px !important; }
.util-elevation-level-3168 { box-shadow: 0 3168px 6336px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3168 { border-radius: 3168px !important; }
.util-spacing-gap-3168 { gap: 3168px !important; }
.util-pad-vertical-3168 { padding-top: 3168px !important; padding-bottom: 3168px !important; }
.util-elevation-level-3169 { box-shadow: 0 3169px 6338px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3169 { border-radius: 3169px !important; }
.util-spacing-gap-3169 { gap: 3169px !important; }
.util-pad-vertical-3169 { padding-top: 3169px !important; padding-bottom: 3169px !important; }
.util-elevation-level-3170 { box-shadow: 0 3170px 6340px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3170 { border-radius: 3170px !important; }
.util-spacing-gap-3170 { gap: 3170px !important; }
.util-pad-vertical-3170 { padding-top: 3170px !important; padding-bottom: 3170px !important; }
.util-elevation-level-3171 { box-shadow: 0 3171px 6342px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3171 { border-radius: 3171px !important; }
.util-spacing-gap-3171 { gap: 3171px !important; }
.util-pad-vertical-3171 { padding-top: 3171px !important; padding-bottom: 3171px !important; }
.util-elevation-level-3172 { box-shadow: 0 3172px 6344px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3172 { border-radius: 3172px !important; }
.util-spacing-gap-3172 { gap: 3172px !important; }
.util-pad-vertical-3172 { padding-top: 3172px !important; padding-bottom: 3172px !important; }
.util-elevation-level-3173 { box-shadow: 0 3173px 6346px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3173 { border-radius: 3173px !important; }
.util-spacing-gap-3173 { gap: 3173px !important; }
.util-pad-vertical-3173 { padding-top: 3173px !important; padding-bottom: 3173px !important; }
.util-elevation-level-3174 { box-shadow: 0 3174px 6348px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3174 { border-radius: 3174px !important; }
.util-spacing-gap-3174 { gap: 3174px !important; }
.util-pad-vertical-3174 { padding-top: 3174px !important; padding-bottom: 3174px !important; }
.util-elevation-level-3175 { box-shadow: 0 3175px 6350px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3175 { border-radius: 3175px !important; }
.util-spacing-gap-3175 { gap: 3175px !important; }
.util-pad-vertical-3175 { padding-top: 3175px !important; padding-bottom: 3175px !important; }
.util-elevation-level-3176 { box-shadow: 0 3176px 6352px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3176 { border-radius: 3176px !important; }
.util-spacing-gap-3176 { gap: 3176px !important; }
.util-pad-vertical-3176 { padding-top: 3176px !important; padding-bottom: 3176px !important; }
.util-elevation-level-3177 { box-shadow: 0 3177px 6354px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3177 { border-radius: 3177px !important; }
.util-spacing-gap-3177 { gap: 3177px !important; }
.util-pad-vertical-3177 { padding-top: 3177px !important; padding-bottom: 3177px !important; }
.util-elevation-level-3178 { box-shadow: 0 3178px 6356px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3178 { border-radius: 3178px !important; }
.util-spacing-gap-3178 { gap: 3178px !important; }
.util-pad-vertical-3178 { padding-top: 3178px !important; padding-bottom: 3178px !important; }
.util-elevation-level-3179 { box-shadow: 0 3179px 6358px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3179 { border-radius: 3179px !important; }
.util-spacing-gap-3179 { gap: 3179px !important; }
.util-pad-vertical-3179 { padding-top: 3179px !important; padding-bottom: 3179px !important; }
.util-elevation-level-3180 { box-shadow: 0 3180px 6360px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3180 { border-radius: 3180px !important; }
.util-spacing-gap-3180 { gap: 3180px !important; }
.util-pad-vertical-3180 { padding-top: 3180px !important; padding-bottom: 3180px !important; }
.util-elevation-level-3181 { box-shadow: 0 3181px 6362px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3181 { border-radius: 3181px !important; }
.util-spacing-gap-3181 { gap: 3181px !important; }
.util-pad-vertical-3181 { padding-top: 3181px !important; padding-bottom: 3181px !important; }
.util-elevation-level-3182 { box-shadow: 0 3182px 6364px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3182 { border-radius: 3182px !important; }
.util-spacing-gap-3182 { gap: 3182px !important; }
.util-pad-vertical-3182 { padding-top: 3182px !important; padding-bottom: 3182px !important; }
.util-elevation-level-3183 { box-shadow: 0 3183px 6366px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3183 { border-radius: 3183px !important; }
.util-spacing-gap-3183 { gap: 3183px !important; }
.util-pad-vertical-3183 { padding-top: 3183px !important; padding-bottom: 3183px !important; }
.util-elevation-level-3184 { box-shadow: 0 3184px 6368px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3184 { border-radius: 3184px !important; }
.util-spacing-gap-3184 { gap: 3184px !important; }
.util-pad-vertical-3184 { padding-top: 3184px !important; padding-bottom: 3184px !important; }
.util-elevation-level-3185 { box-shadow: 0 3185px 6370px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3185 { border-radius: 3185px !important; }
.util-spacing-gap-3185 { gap: 3185px !important; }
.util-pad-vertical-3185 { padding-top: 3185px !important; padding-bottom: 3185px !important; }
.util-elevation-level-3186 { box-shadow: 0 3186px 6372px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3186 { border-radius: 3186px !important; }
.util-spacing-gap-3186 { gap: 3186px !important; }
.util-pad-vertical-3186 { padding-top: 3186px !important; padding-bottom: 3186px !important; }
.util-elevation-level-3187 { box-shadow: 0 3187px 6374px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3187 { border-radius: 3187px !important; }
.util-spacing-gap-3187 { gap: 3187px !important; }
.util-pad-vertical-3187 { padding-top: 3187px !important; padding-bottom: 3187px !important; }
.util-elevation-level-3188 { box-shadow: 0 3188px 6376px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3188 { border-radius: 3188px !important; }
.util-spacing-gap-3188 { gap: 3188px !important; }
.util-pad-vertical-3188 { padding-top: 3188px !important; padding-bottom: 3188px !important; }
.util-elevation-level-3189 { box-shadow: 0 3189px 6378px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3189 { border-radius: 3189px !important; }
.util-spacing-gap-3189 { gap: 3189px !important; }
.util-pad-vertical-3189 { padding-top: 3189px !important; padding-bottom: 3189px !important; }
.util-elevation-level-3190 { box-shadow: 0 3190px 6380px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3190 { border-radius: 3190px !important; }
.util-spacing-gap-3190 { gap: 3190px !important; }
.util-pad-vertical-3190 { padding-top: 3190px !important; padding-bottom: 3190px !important; }
.util-elevation-level-3191 { box-shadow: 0 3191px 6382px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3191 { border-radius: 3191px !important; }
.util-spacing-gap-3191 { gap: 3191px !important; }
.util-pad-vertical-3191 { padding-top: 3191px !important; padding-bottom: 3191px !important; }
.util-elevation-level-3192 { box-shadow: 0 3192px 6384px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3192 { border-radius: 3192px !important; }
.util-spacing-gap-3192 { gap: 3192px !important; }
.util-pad-vertical-3192 { padding-top: 3192px !important; padding-bottom: 3192px !important; }
.util-elevation-level-3193 { box-shadow: 0 3193px 6386px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3193 { border-radius: 3193px !important; }
.util-spacing-gap-3193 { gap: 3193px !important; }
.util-pad-vertical-3193 { padding-top: 3193px !important; padding-bottom: 3193px !important; }
.util-elevation-level-3194 { box-shadow: 0 3194px 6388px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3194 { border-radius: 3194px !important; }
.util-spacing-gap-3194 { gap: 3194px !important; }
.util-pad-vertical-3194 { padding-top: 3194px !important; padding-bottom: 3194px !important; }
.util-elevation-level-3195 { box-shadow: 0 3195px 6390px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3195 { border-radius: 3195px !important; }
.util-spacing-gap-3195 { gap: 3195px !important; }
.util-pad-vertical-3195 { padding-top: 3195px !important; padding-bottom: 3195px !important; }
.util-elevation-level-3196 { box-shadow: 0 3196px 6392px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3196 { border-radius: 3196px !important; }
.util-spacing-gap-3196 { gap: 3196px !important; }
.util-pad-vertical-3196 { padding-top: 3196px !important; padding-bottom: 3196px !important; }
.util-elevation-level-3197 { box-shadow: 0 3197px 6394px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3197 { border-radius: 3197px !important; }
.util-spacing-gap-3197 { gap: 3197px !important; }
.util-pad-vertical-3197 { padding-top: 3197px !important; padding-bottom: 3197px !important; }
.util-elevation-level-3198 { box-shadow: 0 3198px 6396px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3198 { border-radius: 3198px !important; }
.util-spacing-gap-3198 { gap: 3198px !important; }
.util-pad-vertical-3198 { padding-top: 3198px !important; padding-bottom: 3198px !important; }
.util-elevation-level-3199 { box-shadow: 0 3199px 6398px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3199 { border-radius: 3199px !important; }
.util-spacing-gap-3199 { gap: 3199px !important; }
.util-pad-vertical-3199 { padding-top: 3199px !important; padding-bottom: 3199px !important; }
.util-elevation-level-3200 { box-shadow: 0 3200px 6400px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3200 { border-radius: 3200px !important; }
.util-spacing-gap-3200 { gap: 3200px !important; }
.util-pad-vertical-3200 { padding-top: 3200px !important; padding-bottom: 3200px !important; }
.util-elevation-level-3201 { box-shadow: 0 3201px 6402px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3201 { border-radius: 3201px !important; }
.util-spacing-gap-3201 { gap: 3201px !important; }
.util-pad-vertical-3201 { padding-top: 3201px !important; padding-bottom: 3201px !important; }
.util-elevation-level-3202 { box-shadow: 0 3202px 6404px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3202 { border-radius: 3202px !important; }
.util-spacing-gap-3202 { gap: 3202px !important; }
.util-pad-vertical-3202 { padding-top: 3202px !important; padding-bottom: 3202px !important; }
.util-elevation-level-3203 { box-shadow: 0 3203px 6406px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3203 { border-radius: 3203px !important; }
.util-spacing-gap-3203 { gap: 3203px !important; }
.util-pad-vertical-3203 { padding-top: 3203px !important; padding-bottom: 3203px !important; }
.util-elevation-level-3204 { box-shadow: 0 3204px 6408px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3204 { border-radius: 3204px !important; }
.util-spacing-gap-3204 { gap: 3204px !important; }
.util-pad-vertical-3204 { padding-top: 3204px !important; padding-bottom: 3204px !important; }
.util-elevation-level-3205 { box-shadow: 0 3205px 6410px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3205 { border-radius: 3205px !important; }
.util-spacing-gap-3205 { gap: 3205px !important; }
.util-pad-vertical-3205 { padding-top: 3205px !important; padding-bottom: 3205px !important; }
.util-elevation-level-3206 { box-shadow: 0 3206px 6412px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3206 { border-radius: 3206px !important; }
.util-spacing-gap-3206 { gap: 3206px !important; }
.util-pad-vertical-3206 { padding-top: 3206px !important; padding-bottom: 3206px !important; }
.util-elevation-level-3207 { box-shadow: 0 3207px 6414px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3207 { border-radius: 3207px !important; }
.util-spacing-gap-3207 { gap: 3207px !important; }
.util-pad-vertical-3207 { padding-top: 3207px !important; padding-bottom: 3207px !important; }
.util-elevation-level-3208 { box-shadow: 0 3208px 6416px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3208 { border-radius: 3208px !important; }
.util-spacing-gap-3208 { gap: 3208px !important; }
.util-pad-vertical-3208 { padding-top: 3208px !important; padding-bottom: 3208px !important; }
.util-elevation-level-3209 { box-shadow: 0 3209px 6418px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3209 { border-radius: 3209px !important; }
.util-spacing-gap-3209 { gap: 3209px !important; }
.util-pad-vertical-3209 { padding-top: 3209px !important; padding-bottom: 3209px !important; }
.util-elevation-level-3210 { box-shadow: 0 3210px 6420px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3210 { border-radius: 3210px !important; }
.util-spacing-gap-3210 { gap: 3210px !important; }
.util-pad-vertical-3210 { padding-top: 3210px !important; padding-bottom: 3210px !important; }
.util-elevation-level-3211 { box-shadow: 0 3211px 6422px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3211 { border-radius: 3211px !important; }
.util-spacing-gap-3211 { gap: 3211px !important; }
.util-pad-vertical-3211 { padding-top: 3211px !important; padding-bottom: 3211px !important; }
.util-elevation-level-3212 { box-shadow: 0 3212px 6424px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3212 { border-radius: 3212px !important; }
.util-spacing-gap-3212 { gap: 3212px !important; }
.util-pad-vertical-3212 { padding-top: 3212px !important; padding-bottom: 3212px !important; }
.util-elevation-level-3213 { box-shadow: 0 3213px 6426px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3213 { border-radius: 3213px !important; }
.util-spacing-gap-3213 { gap: 3213px !important; }
.util-pad-vertical-3213 { padding-top: 3213px !important; padding-bottom: 3213px !important; }
.util-elevation-level-3214 { box-shadow: 0 3214px 6428px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3214 { border-radius: 3214px !important; }
.util-spacing-gap-3214 { gap: 3214px !important; }
.util-pad-vertical-3214 { padding-top: 3214px !important; padding-bottom: 3214px !important; }
.util-elevation-level-3215 { box-shadow: 0 3215px 6430px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3215 { border-radius: 3215px !important; }
.util-spacing-gap-3215 { gap: 3215px !important; }
.util-pad-vertical-3215 { padding-top: 3215px !important; padding-bottom: 3215px !important; }
.util-elevation-level-3216 { box-shadow: 0 3216px 6432px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3216 { border-radius: 3216px !important; }
.util-spacing-gap-3216 { gap: 3216px !important; }
.util-pad-vertical-3216 { padding-top: 3216px !important; padding-bottom: 3216px !important; }
.util-elevation-level-3217 { box-shadow: 0 3217px 6434px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3217 { border-radius: 3217px !important; }
.util-spacing-gap-3217 { gap: 3217px !important; }
.util-pad-vertical-3217 { padding-top: 3217px !important; padding-bottom: 3217px !important; }
.util-elevation-level-3218 { box-shadow: 0 3218px 6436px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3218 { border-radius: 3218px !important; }
.util-spacing-gap-3218 { gap: 3218px !important; }
.util-pad-vertical-3218 { padding-top: 3218px !important; padding-bottom: 3218px !important; }
.util-elevation-level-3219 { box-shadow: 0 3219px 6438px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3219 { border-radius: 3219px !important; }
.util-spacing-gap-3219 { gap: 3219px !important; }
.util-pad-vertical-3219 { padding-top: 3219px !important; padding-bottom: 3219px !important; }
.util-elevation-level-3220 { box-shadow: 0 3220px 6440px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3220 { border-radius: 3220px !important; }
.util-spacing-gap-3220 { gap: 3220px !important; }
.util-pad-vertical-3220 { padding-top: 3220px !important; padding-bottom: 3220px !important; }
.util-elevation-level-3221 { box-shadow: 0 3221px 6442px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3221 { border-radius: 3221px !important; }
.util-spacing-gap-3221 { gap: 3221px !important; }
.util-pad-vertical-3221 { padding-top: 3221px !important; padding-bottom: 3221px !important; }
.util-elevation-level-3222 { box-shadow: 0 3222px 6444px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3222 { border-radius: 3222px !important; }
.util-spacing-gap-3222 { gap: 3222px !important; }
.util-pad-vertical-3222 { padding-top: 3222px !important; padding-bottom: 3222px !important; }
.util-elevation-level-3223 { box-shadow: 0 3223px 6446px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3223 { border-radius: 3223px !important; }
.util-spacing-gap-3223 { gap: 3223px !important; }
.util-pad-vertical-3223 { padding-top: 3223px !important; padding-bottom: 3223px !important; }
.util-elevation-level-3224 { box-shadow: 0 3224px 6448px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3224 { border-radius: 3224px !important; }
.util-spacing-gap-3224 { gap: 3224px !important; }
.util-pad-vertical-3224 { padding-top: 3224px !important; padding-bottom: 3224px !important; }
.util-elevation-level-3225 { box-shadow: 0 3225px 6450px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3225 { border-radius: 3225px !important; }
.util-spacing-gap-3225 { gap: 3225px !important; }
.util-pad-vertical-3225 { padding-top: 3225px !important; padding-bottom: 3225px !important; }
.util-elevation-level-3226 { box-shadow: 0 3226px 6452px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3226 { border-radius: 3226px !important; }
.util-spacing-gap-3226 { gap: 3226px !important; }
.util-pad-vertical-3226 { padding-top: 3226px !important; padding-bottom: 3226px !important; }
.util-elevation-level-3227 { box-shadow: 0 3227px 6454px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3227 { border-radius: 3227px !important; }
.util-spacing-gap-3227 { gap: 3227px !important; }
.util-pad-vertical-3227 { padding-top: 3227px !important; padding-bottom: 3227px !important; }
.util-elevation-level-3228 { box-shadow: 0 3228px 6456px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3228 { border-radius: 3228px !important; }
.util-spacing-gap-3228 { gap: 3228px !important; }
.util-pad-vertical-3228 { padding-top: 3228px !important; padding-bottom: 3228px !important; }
.util-elevation-level-3229 { box-shadow: 0 3229px 6458px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3229 { border-radius: 3229px !important; }
.util-spacing-gap-3229 { gap: 3229px !important; }
.util-pad-vertical-3229 { padding-top: 3229px !important; padding-bottom: 3229px !important; }
.util-elevation-level-3230 { box-shadow: 0 3230px 6460px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3230 { border-radius: 3230px !important; }
.util-spacing-gap-3230 { gap: 3230px !important; }
.util-pad-vertical-3230 { padding-top: 3230px !important; padding-bottom: 3230px !important; }
.util-elevation-level-3231 { box-shadow: 0 3231px 6462px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3231 { border-radius: 3231px !important; }
.util-spacing-gap-3231 { gap: 3231px !important; }
.util-pad-vertical-3231 { padding-top: 3231px !important; padding-bottom: 3231px !important; }
.util-elevation-level-3232 { box-shadow: 0 3232px 6464px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3232 { border-radius: 3232px !important; }
.util-spacing-gap-3232 { gap: 3232px !important; }
.util-pad-vertical-3232 { padding-top: 3232px !important; padding-bottom: 3232px !important; }
.util-elevation-level-3233 { box-shadow: 0 3233px 6466px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3233 { border-radius: 3233px !important; }
.util-spacing-gap-3233 { gap: 3233px !important; }
.util-pad-vertical-3233 { padding-top: 3233px !important; padding-bottom: 3233px !important; }
.util-elevation-level-3234 { box-shadow: 0 3234px 6468px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3234 { border-radius: 3234px !important; }
.util-spacing-gap-3234 { gap: 3234px !important; }
.util-pad-vertical-3234 { padding-top: 3234px !important; padding-bottom: 3234px !important; }
.util-elevation-level-3235 { box-shadow: 0 3235px 6470px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3235 { border-radius: 3235px !important; }
.util-spacing-gap-3235 { gap: 3235px !important; }
.util-pad-vertical-3235 { padding-top: 3235px !important; padding-bottom: 3235px !important; }
.util-elevation-level-3236 { box-shadow: 0 3236px 6472px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3236 { border-radius: 3236px !important; }
.util-spacing-gap-3236 { gap: 3236px !important; }
.util-pad-vertical-3236 { padding-top: 3236px !important; padding-bottom: 3236px !important; }
.util-elevation-level-3237 { box-shadow: 0 3237px 6474px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3237 { border-radius: 3237px !important; }
.util-spacing-gap-3237 { gap: 3237px !important; }
.util-pad-vertical-3237 { padding-top: 3237px !important; padding-bottom: 3237px !important; }
.util-elevation-level-3238 { box-shadow: 0 3238px 6476px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3238 { border-radius: 3238px !important; }
.util-spacing-gap-3238 { gap: 3238px !important; }
.util-pad-vertical-3238 { padding-top: 3238px !important; padding-bottom: 3238px !important; }
.util-elevation-level-3239 { box-shadow: 0 3239px 6478px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3239 { border-radius: 3239px !important; }
.util-spacing-gap-3239 { gap: 3239px !important; }
.util-pad-vertical-3239 { padding-top: 3239px !important; padding-bottom: 3239px !important; }
.util-elevation-level-3240 { box-shadow: 0 3240px 6480px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3240 { border-radius: 3240px !important; }
.util-spacing-gap-3240 { gap: 3240px !important; }
.util-pad-vertical-3240 { padding-top: 3240px !important; padding-bottom: 3240px !important; }
.util-elevation-level-3241 { box-shadow: 0 3241px 6482px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3241 { border-radius: 3241px !important; }
.util-spacing-gap-3241 { gap: 3241px !important; }
.util-pad-vertical-3241 { padding-top: 3241px !important; padding-bottom: 3241px !important; }
.util-elevation-level-3242 { box-shadow: 0 3242px 6484px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3242 { border-radius: 3242px !important; }
.util-spacing-gap-3242 { gap: 3242px !important; }
.util-pad-vertical-3242 { padding-top: 3242px !important; padding-bottom: 3242px !important; }
.util-elevation-level-3243 { box-shadow: 0 3243px 6486px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3243 { border-radius: 3243px !important; }
.util-spacing-gap-3243 { gap: 3243px !important; }
.util-pad-vertical-3243 { padding-top: 3243px !important; padding-bottom: 3243px !important; }
.util-elevation-level-3244 { box-shadow: 0 3244px 6488px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3244 { border-radius: 3244px !important; }
.util-spacing-gap-3244 { gap: 3244px !important; }
.util-pad-vertical-3244 { padding-top: 3244px !important; padding-bottom: 3244px !important; }
.util-elevation-level-3245 { box-shadow: 0 3245px 6490px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3245 { border-radius: 3245px !important; }
.util-spacing-gap-3245 { gap: 3245px !important; }
.util-pad-vertical-3245 { padding-top: 3245px !important; padding-bottom: 3245px !important; }
.util-elevation-level-3246 { box-shadow: 0 3246px 6492px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3246 { border-radius: 3246px !important; }
.util-spacing-gap-3246 { gap: 3246px !important; }
.util-pad-vertical-3246 { padding-top: 3246px !important; padding-bottom: 3246px !important; }
.util-elevation-level-3247 { box-shadow: 0 3247px 6494px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3247 { border-radius: 3247px !important; }
.util-spacing-gap-3247 { gap: 3247px !important; }
.util-pad-vertical-3247 { padding-top: 3247px !important; padding-bottom: 3247px !important; }
.util-elevation-level-3248 { box-shadow: 0 3248px 6496px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3248 { border-radius: 3248px !important; }
.util-spacing-gap-3248 { gap: 3248px !important; }
.util-pad-vertical-3248 { padding-top: 3248px !important; padding-bottom: 3248px !important; }
.util-elevation-level-3249 { box-shadow: 0 3249px 6498px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3249 { border-radius: 3249px !important; }
.util-spacing-gap-3249 { gap: 3249px !important; }
.util-pad-vertical-3249 { padding-top: 3249px !important; padding-bottom: 3249px !important; }
.util-elevation-level-3250 { box-shadow: 0 3250px 6500px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3250 { border-radius: 3250px !important; }
.util-spacing-gap-3250 { gap: 3250px !important; }
.util-pad-vertical-3250 { padding-top: 3250px !important; padding-bottom: 3250px !important; }
.util-elevation-level-3251 { box-shadow: 0 3251px 6502px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3251 { border-radius: 3251px !important; }
.util-spacing-gap-3251 { gap: 3251px !important; }
.util-pad-vertical-3251 { padding-top: 3251px !important; padding-bottom: 3251px !important; }
.util-elevation-level-3252 { box-shadow: 0 3252px 6504px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3252 { border-radius: 3252px !important; }
.util-spacing-gap-3252 { gap: 3252px !important; }
.util-pad-vertical-3252 { padding-top: 3252px !important; padding-bottom: 3252px !important; }
.util-elevation-level-3253 { box-shadow: 0 3253px 6506px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3253 { border-radius: 3253px !important; }
.util-spacing-gap-3253 { gap: 3253px !important; }
.util-pad-vertical-3253 { padding-top: 3253px !important; padding-bottom: 3253px !important; }
.util-elevation-level-3254 { box-shadow: 0 3254px 6508px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3254 { border-radius: 3254px !important; }
.util-spacing-gap-3254 { gap: 3254px !important; }
.util-pad-vertical-3254 { padding-top: 3254px !important; padding-bottom: 3254px !important; }
.util-elevation-level-3255 { box-shadow: 0 3255px 6510px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3255 { border-radius: 3255px !important; }
.util-spacing-gap-3255 { gap: 3255px !important; }
.util-pad-vertical-3255 { padding-top: 3255px !important; padding-bottom: 3255px !important; }
.util-elevation-level-3256 { box-shadow: 0 3256px 6512px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3256 { border-radius: 3256px !important; }
.util-spacing-gap-3256 { gap: 3256px !important; }
.util-pad-vertical-3256 { padding-top: 3256px !important; padding-bottom: 3256px !important; }
.util-elevation-level-3257 { box-shadow: 0 3257px 6514px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3257 { border-radius: 3257px !important; }
.util-spacing-gap-3257 { gap: 3257px !important; }
.util-pad-vertical-3257 { padding-top: 3257px !important; padding-bottom: 3257px !important; }
.util-elevation-level-3258 { box-shadow: 0 3258px 6516px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3258 { border-radius: 3258px !important; }
.util-spacing-gap-3258 { gap: 3258px !important; }
.util-pad-vertical-3258 { padding-top: 3258px !important; padding-bottom: 3258px !important; }
.util-elevation-level-3259 { box-shadow: 0 3259px 6518px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3259 { border-radius: 3259px !important; }
.util-spacing-gap-3259 { gap: 3259px !important; }
.util-pad-vertical-3259 { padding-top: 3259px !important; padding-bottom: 3259px !important; }
.util-elevation-level-3260 { box-shadow: 0 3260px 6520px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3260 { border-radius: 3260px !important; }
.util-spacing-gap-3260 { gap: 3260px !important; }
.util-pad-vertical-3260 { padding-top: 3260px !important; padding-bottom: 3260px !important; }
.util-elevation-level-3261 { box-shadow: 0 3261px 6522px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3261 { border-radius: 3261px !important; }
.util-spacing-gap-3261 { gap: 3261px !important; }
.util-pad-vertical-3261 { padding-top: 3261px !important; padding-bottom: 3261px !important; }
.util-elevation-level-3262 { box-shadow: 0 3262px 6524px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3262 { border-radius: 3262px !important; }
.util-spacing-gap-3262 { gap: 3262px !important; }
.util-pad-vertical-3262 { padding-top: 3262px !important; padding-bottom: 3262px !important; }
.util-elevation-level-3263 { box-shadow: 0 3263px 6526px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3263 { border-radius: 3263px !important; }
.util-spacing-gap-3263 { gap: 3263px !important; }
.util-pad-vertical-3263 { padding-top: 3263px !important; padding-bottom: 3263px !important; }
.util-elevation-level-3264 { box-shadow: 0 3264px 6528px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3264 { border-radius: 3264px !important; }
.util-spacing-gap-3264 { gap: 3264px !important; }
.util-pad-vertical-3264 { padding-top: 3264px !important; padding-bottom: 3264px !important; }
.util-elevation-level-3265 { box-shadow: 0 3265px 6530px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3265 { border-radius: 3265px !important; }
.util-spacing-gap-3265 { gap: 3265px !important; }
.util-pad-vertical-3265 { padding-top: 3265px !important; padding-bottom: 3265px !important; }
.util-elevation-level-3266 { box-shadow: 0 3266px 6532px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3266 { border-radius: 3266px !important; }
.util-spacing-gap-3266 { gap: 3266px !important; }
.util-pad-vertical-3266 { padding-top: 3266px !important; padding-bottom: 3266px !important; }
.util-elevation-level-3267 { box-shadow: 0 3267px 6534px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3267 { border-radius: 3267px !important; }
.util-spacing-gap-3267 { gap: 3267px !important; }
.util-pad-vertical-3267 { padding-top: 3267px !important; padding-bottom: 3267px !important; }
.util-elevation-level-3268 { box-shadow: 0 3268px 6536px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3268 { border-radius: 3268px !important; }
.util-spacing-gap-3268 { gap: 3268px !important; }
.util-pad-vertical-3268 { padding-top: 3268px !important; padding-bottom: 3268px !important; }
.util-elevation-level-3269 { box-shadow: 0 3269px 6538px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3269 { border-radius: 3269px !important; }
.util-spacing-gap-3269 { gap: 3269px !important; }
.util-pad-vertical-3269 { padding-top: 3269px !important; padding-bottom: 3269px !important; }
.util-elevation-level-3270 { box-shadow: 0 3270px 6540px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3270 { border-radius: 3270px !important; }
.util-spacing-gap-3270 { gap: 3270px !important; }
.util-pad-vertical-3270 { padding-top: 3270px !important; padding-bottom: 3270px !important; }
.util-elevation-level-3271 { box-shadow: 0 3271px 6542px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3271 { border-radius: 3271px !important; }
.util-spacing-gap-3271 { gap: 3271px !important; }
.util-pad-vertical-3271 { padding-top: 3271px !important; padding-bottom: 3271px !important; }
.util-elevation-level-3272 { box-shadow: 0 3272px 6544px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3272 { border-radius: 3272px !important; }
.util-spacing-gap-3272 { gap: 3272px !important; }
.util-pad-vertical-3272 { padding-top: 3272px !important; padding-bottom: 3272px !important; }
.util-elevation-level-3273 { box-shadow: 0 3273px 6546px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3273 { border-radius: 3273px !important; }
.util-spacing-gap-3273 { gap: 3273px !important; }
.util-pad-vertical-3273 { padding-top: 3273px !important; padding-bottom: 3273px !important; }
.util-elevation-level-3274 { box-shadow: 0 3274px 6548px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3274 { border-radius: 3274px !important; }
.util-spacing-gap-3274 { gap: 3274px !important; }
.util-pad-vertical-3274 { padding-top: 3274px !important; padding-bottom: 3274px !important; }
.util-elevation-level-3275 { box-shadow: 0 3275px 6550px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3275 { border-radius: 3275px !important; }
.util-spacing-gap-3275 { gap: 3275px !important; }
.util-pad-vertical-3275 { padding-top: 3275px !important; padding-bottom: 3275px !important; }
.util-elevation-level-3276 { box-shadow: 0 3276px 6552px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3276 { border-radius: 3276px !important; }
.util-spacing-gap-3276 { gap: 3276px !important; }
.util-pad-vertical-3276 { padding-top: 3276px !important; padding-bottom: 3276px !important; }
.util-elevation-level-3277 { box-shadow: 0 3277px 6554px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3277 { border-radius: 3277px !important; }
.util-spacing-gap-3277 { gap: 3277px !important; }
.util-pad-vertical-3277 { padding-top: 3277px !important; padding-bottom: 3277px !important; }
.util-elevation-level-3278 { box-shadow: 0 3278px 6556px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3278 { border-radius: 3278px !important; }
.util-spacing-gap-3278 { gap: 3278px !important; }
.util-pad-vertical-3278 { padding-top: 3278px !important; padding-bottom: 3278px !important; }
.util-elevation-level-3279 { box-shadow: 0 3279px 6558px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3279 { border-radius: 3279px !important; }
.util-spacing-gap-3279 { gap: 3279px !important; }
.util-pad-vertical-3279 { padding-top: 3279px !important; padding-bottom: 3279px !important; }
.util-elevation-level-3280 { box-shadow: 0 3280px 6560px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3280 { border-radius: 3280px !important; }
.util-spacing-gap-3280 { gap: 3280px !important; }
.util-pad-vertical-3280 { padding-top: 3280px !important; padding-bottom: 3280px !important; }
.util-elevation-level-3281 { box-shadow: 0 3281px 6562px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3281 { border-radius: 3281px !important; }
.util-spacing-gap-3281 { gap: 3281px !important; }
.util-pad-vertical-3281 { padding-top: 3281px !important; padding-bottom: 3281px !important; }
.util-elevation-level-3282 { box-shadow: 0 3282px 6564px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3282 { border-radius: 3282px !important; }
.util-spacing-gap-3282 { gap: 3282px !important; }
.util-pad-vertical-3282 { padding-top: 3282px !important; padding-bottom: 3282px !important; }
.util-elevation-level-3283 { box-shadow: 0 3283px 6566px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3283 { border-radius: 3283px !important; }
.util-spacing-gap-3283 { gap: 3283px !important; }
.util-pad-vertical-3283 { padding-top: 3283px !important; padding-bottom: 3283px !important; }
.util-elevation-level-3284 { box-shadow: 0 3284px 6568px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3284 { border-radius: 3284px !important; }
.util-spacing-gap-3284 { gap: 3284px !important; }
.util-pad-vertical-3284 { padding-top: 3284px !important; padding-bottom: 3284px !important; }
.util-elevation-level-3285 { box-shadow: 0 3285px 6570px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3285 { border-radius: 3285px !important; }
.util-spacing-gap-3285 { gap: 3285px !important; }
.util-pad-vertical-3285 { padding-top: 3285px !important; padding-bottom: 3285px !important; }
.util-elevation-level-3286 { box-shadow: 0 3286px 6572px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3286 { border-radius: 3286px !important; }
.util-spacing-gap-3286 { gap: 3286px !important; }
.util-pad-vertical-3286 { padding-top: 3286px !important; padding-bottom: 3286px !important; }
.util-elevation-level-3287 { box-shadow: 0 3287px 6574px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3287 { border-radius: 3287px !important; }
.util-spacing-gap-3287 { gap: 3287px !important; }
.util-pad-vertical-3287 { padding-top: 3287px !important; padding-bottom: 3287px !important; }
.util-elevation-level-3288 { box-shadow: 0 3288px 6576px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3288 { border-radius: 3288px !important; }
.util-spacing-gap-3288 { gap: 3288px !important; }
.util-pad-vertical-3288 { padding-top: 3288px !important; padding-bottom: 3288px !important; }
.util-elevation-level-3289 { box-shadow: 0 3289px 6578px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3289 { border-radius: 3289px !important; }
.util-spacing-gap-3289 { gap: 3289px !important; }
.util-pad-vertical-3289 { padding-top: 3289px !important; padding-bottom: 3289px !important; }
.util-elevation-level-3290 { box-shadow: 0 3290px 6580px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3290 { border-radius: 3290px !important; }
.util-spacing-gap-3290 { gap: 3290px !important; }
.util-pad-vertical-3290 { padding-top: 3290px !important; padding-bottom: 3290px !important; }
.util-elevation-level-3291 { box-shadow: 0 3291px 6582px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3291 { border-radius: 3291px !important; }
.util-spacing-gap-3291 { gap: 3291px !important; }
.util-pad-vertical-3291 { padding-top: 3291px !important; padding-bottom: 3291px !important; }
.util-elevation-level-3292 { box-shadow: 0 3292px 6584px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3292 { border-radius: 3292px !important; }
.util-spacing-gap-3292 { gap: 3292px !important; }
.util-pad-vertical-3292 { padding-top: 3292px !important; padding-bottom: 3292px !important; }
.util-elevation-level-3293 { box-shadow: 0 3293px 6586px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3293 { border-radius: 3293px !important; }
.util-spacing-gap-3293 { gap: 3293px !important; }
.util-pad-vertical-3293 { padding-top: 3293px !important; padding-bottom: 3293px !important; }
.util-elevation-level-3294 { box-shadow: 0 3294px 6588px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3294 { border-radius: 3294px !important; }
.util-spacing-gap-3294 { gap: 3294px !important; }
.util-pad-vertical-3294 { padding-top: 3294px !important; padding-bottom: 3294px !important; }
.util-elevation-level-3295 { box-shadow: 0 3295px 6590px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3295 { border-radius: 3295px !important; }
.util-spacing-gap-3295 { gap: 3295px !important; }
.util-pad-vertical-3295 { padding-top: 3295px !important; padding-bottom: 3295px !important; }
.util-elevation-level-3296 { box-shadow: 0 3296px 6592px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3296 { border-radius: 3296px !important; }
.util-spacing-gap-3296 { gap: 3296px !important; }
.util-pad-vertical-3296 { padding-top: 3296px !important; padding-bottom: 3296px !important; }
.util-elevation-level-3297 { box-shadow: 0 3297px 6594px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3297 { border-radius: 3297px !important; }
.util-spacing-gap-3297 { gap: 3297px !important; }
.util-pad-vertical-3297 { padding-top: 3297px !important; padding-bottom: 3297px !important; }
.util-elevation-level-3298 { box-shadow: 0 3298px 6596px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3298 { border-radius: 3298px !important; }
.util-spacing-gap-3298 { gap: 3298px !important; }
.util-pad-vertical-3298 { padding-top: 3298px !important; padding-bottom: 3298px !important; }
.util-elevation-level-3299 { box-shadow: 0 3299px 6598px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3299 { border-radius: 3299px !important; }
.util-spacing-gap-3299 { gap: 3299px !important; }
.util-pad-vertical-3299 { padding-top: 3299px !important; padding-bottom: 3299px !important; }
.util-elevation-level-3300 { box-shadow: 0 3300px 6600px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3300 { border-radius: 3300px !important; }
.util-spacing-gap-3300 { gap: 3300px !important; }
.util-pad-vertical-3300 { padding-top: 3300px !important; padding-bottom: 3300px !important; }
.util-elevation-level-3301 { box-shadow: 0 3301px 6602px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3301 { border-radius: 3301px !important; }
.util-spacing-gap-3301 { gap: 3301px !important; }
.util-pad-vertical-3301 { padding-top: 3301px !important; padding-bottom: 3301px !important; }
.util-elevation-level-3302 { box-shadow: 0 3302px 6604px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3302 { border-radius: 3302px !important; }
.util-spacing-gap-3302 { gap: 3302px !important; }
.util-pad-vertical-3302 { padding-top: 3302px !important; padding-bottom: 3302px !important; }
.util-elevation-level-3303 { box-shadow: 0 3303px 6606px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3303 { border-radius: 3303px !important; }
.util-spacing-gap-3303 { gap: 3303px !important; }
.util-pad-vertical-3303 { padding-top: 3303px !important; padding-bottom: 3303px !important; }
.util-elevation-level-3304 { box-shadow: 0 3304px 6608px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3304 { border-radius: 3304px !important; }
.util-spacing-gap-3304 { gap: 3304px !important; }
.util-pad-vertical-3304 { padding-top: 3304px !important; padding-bottom: 3304px !important; }
.util-elevation-level-3305 { box-shadow: 0 3305px 6610px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3305 { border-radius: 3305px !important; }
.util-spacing-gap-3305 { gap: 3305px !important; }
.util-pad-vertical-3305 { padding-top: 3305px !important; padding-bottom: 3305px !important; }
.util-elevation-level-3306 { box-shadow: 0 3306px 6612px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3306 { border-radius: 3306px !important; }
.util-spacing-gap-3306 { gap: 3306px !important; }
.util-pad-vertical-3306 { padding-top: 3306px !important; padding-bottom: 3306px !important; }
.util-elevation-level-3307 { box-shadow: 0 3307px 6614px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3307 { border-radius: 3307px !important; }
.util-spacing-gap-3307 { gap: 3307px !important; }
.util-pad-vertical-3307 { padding-top: 3307px !important; padding-bottom: 3307px !important; }
.util-elevation-level-3308 { box-shadow: 0 3308px 6616px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3308 { border-radius: 3308px !important; }
.util-spacing-gap-3308 { gap: 3308px !important; }
.util-pad-vertical-3308 { padding-top: 3308px !important; padding-bottom: 3308px !important; }
.util-elevation-level-3309 { box-shadow: 0 3309px 6618px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3309 { border-radius: 3309px !important; }
.util-spacing-gap-3309 { gap: 3309px !important; }
.util-pad-vertical-3309 { padding-top: 3309px !important; padding-bottom: 3309px !important; }
.util-elevation-level-3310 { box-shadow: 0 3310px 6620px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3310 { border-radius: 3310px !important; }
.util-spacing-gap-3310 { gap: 3310px !important; }
.util-pad-vertical-3310 { padding-top: 3310px !important; padding-bottom: 3310px !important; }
.util-elevation-level-3311 { box-shadow: 0 3311px 6622px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3311 { border-radius: 3311px !important; }
.util-spacing-gap-3311 { gap: 3311px !important; }
.util-pad-vertical-3311 { padding-top: 3311px !important; padding-bottom: 3311px !important; }
.util-elevation-level-3312 { box-shadow: 0 3312px 6624px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3312 { border-radius: 3312px !important; }
.util-spacing-gap-3312 { gap: 3312px !important; }
.util-pad-vertical-3312 { padding-top: 3312px !important; padding-bottom: 3312px !important; }
.util-elevation-level-3313 { box-shadow: 0 3313px 6626px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3313 { border-radius: 3313px !important; }
.util-spacing-gap-3313 { gap: 3313px !important; }
.util-pad-vertical-3313 { padding-top: 3313px !important; padding-bottom: 3313px !important; }
.util-elevation-level-3314 { box-shadow: 0 3314px 6628px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3314 { border-radius: 3314px !important; }
.util-spacing-gap-3314 { gap: 3314px !important; }
.util-pad-vertical-3314 { padding-top: 3314px !important; padding-bottom: 3314px !important; }
.util-elevation-level-3315 { box-shadow: 0 3315px 6630px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3315 { border-radius: 3315px !important; }
.util-spacing-gap-3315 { gap: 3315px !important; }
.util-pad-vertical-3315 { padding-top: 3315px !important; padding-bottom: 3315px !important; }
.util-elevation-level-3316 { box-shadow: 0 3316px 6632px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3316 { border-radius: 3316px !important; }
.util-spacing-gap-3316 { gap: 3316px !important; }
.util-pad-vertical-3316 { padding-top: 3316px !important; padding-bottom: 3316px !important; }
.util-elevation-level-3317 { box-shadow: 0 3317px 6634px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3317 { border-radius: 3317px !important; }
.util-spacing-gap-3317 { gap: 3317px !important; }
.util-pad-vertical-3317 { padding-top: 3317px !important; padding-bottom: 3317px !important; }
.util-elevation-level-3318 { box-shadow: 0 3318px 6636px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3318 { border-radius: 3318px !important; }
.util-spacing-gap-3318 { gap: 3318px !important; }
.util-pad-vertical-3318 { padding-top: 3318px !important; padding-bottom: 3318px !important; }
.util-elevation-level-3319 { box-shadow: 0 3319px 6638px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3319 { border-radius: 3319px !important; }
.util-spacing-gap-3319 { gap: 3319px !important; }
.util-pad-vertical-3319 { padding-top: 3319px !important; padding-bottom: 3319px !important; }
.util-elevation-level-3320 { box-shadow: 0 3320px 6640px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3320 { border-radius: 3320px !important; }
.util-spacing-gap-3320 { gap: 3320px !important; }
.util-pad-vertical-3320 { padding-top: 3320px !important; padding-bottom: 3320px !important; }
.util-elevation-level-3321 { box-shadow: 0 3321px 6642px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3321 { border-radius: 3321px !important; }
.util-spacing-gap-3321 { gap: 3321px !important; }
.util-pad-vertical-3321 { padding-top: 3321px !important; padding-bottom: 3321px !important; }
.util-elevation-level-3322 { box-shadow: 0 3322px 6644px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3322 { border-radius: 3322px !important; }
.util-spacing-gap-3322 { gap: 3322px !important; }
.util-pad-vertical-3322 { padding-top: 3322px !important; padding-bottom: 3322px !important; }
.util-elevation-level-3323 { box-shadow: 0 3323px 6646px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3323 { border-radius: 3323px !important; }
.util-spacing-gap-3323 { gap: 3323px !important; }
.util-pad-vertical-3323 { padding-top: 3323px !important; padding-bottom: 3323px !important; }
.util-elevation-level-3324 { box-shadow: 0 3324px 6648px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3324 { border-radius: 3324px !important; }
.util-spacing-gap-3324 { gap: 3324px !important; }
.util-pad-vertical-3324 { padding-top: 3324px !important; padding-bottom: 3324px !important; }
.util-elevation-level-3325 { box-shadow: 0 3325px 6650px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3325 { border-radius: 3325px !important; }
.util-spacing-gap-3325 { gap: 3325px !important; }
.util-pad-vertical-3325 { padding-top: 3325px !important; padding-bottom: 3325px !important; }
.util-elevation-level-3326 { box-shadow: 0 3326px 6652px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3326 { border-radius: 3326px !important; }
.util-spacing-gap-3326 { gap: 3326px !important; }
.util-pad-vertical-3326 { padding-top: 3326px !important; padding-bottom: 3326px !important; }
.util-elevation-level-3327 { box-shadow: 0 3327px 6654px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3327 { border-radius: 3327px !important; }
.util-spacing-gap-3327 { gap: 3327px !important; }
.util-pad-vertical-3327 { padding-top: 3327px !important; padding-bottom: 3327px !important; }
.util-elevation-level-3328 { box-shadow: 0 3328px 6656px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3328 { border-radius: 3328px !important; }
.util-spacing-gap-3328 { gap: 3328px !important; }
.util-pad-vertical-3328 { padding-top: 3328px !important; padding-bottom: 3328px !important; }
.util-elevation-level-3329 { box-shadow: 0 3329px 6658px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3329 { border-radius: 3329px !important; }
.util-spacing-gap-3329 { gap: 3329px !important; }
.util-pad-vertical-3329 { padding-top: 3329px !important; padding-bottom: 3329px !important; }
.util-elevation-level-3330 { box-shadow: 0 3330px 6660px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3330 { border-radius: 3330px !important; }
.util-spacing-gap-3330 { gap: 3330px !important; }
.util-pad-vertical-3330 { padding-top: 3330px !important; padding-bottom: 3330px !important; }
.util-elevation-level-3331 { box-shadow: 0 3331px 6662px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3331 { border-radius: 3331px !important; }
.util-spacing-gap-3331 { gap: 3331px !important; }
.util-pad-vertical-3331 { padding-top: 3331px !important; padding-bottom: 3331px !important; }
.util-elevation-level-3332 { box-shadow: 0 3332px 6664px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3332 { border-radius: 3332px !important; }
.util-spacing-gap-3332 { gap: 3332px !important; }
.util-pad-vertical-3332 { padding-top: 3332px !important; padding-bottom: 3332px !important; }
.util-elevation-level-3333 { box-shadow: 0 3333px 6666px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3333 { border-radius: 3333px !important; }
.util-spacing-gap-3333 { gap: 3333px !important; }
.util-pad-vertical-3333 { padding-top: 3333px !important; padding-bottom: 3333px !important; }
.util-elevation-level-3334 { box-shadow: 0 3334px 6668px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3334 { border-radius: 3334px !important; }
.util-spacing-gap-3334 { gap: 3334px !important; }
.util-pad-vertical-3334 { padding-top: 3334px !important; padding-bottom: 3334px !important; }
.util-elevation-level-3335 { box-shadow: 0 3335px 6670px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3335 { border-radius: 3335px !important; }
.util-spacing-gap-3335 { gap: 3335px !important; }
.util-pad-vertical-3335 { padding-top: 3335px !important; padding-bottom: 3335px !important; }
.util-elevation-level-3336 { box-shadow: 0 3336px 6672px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3336 { border-radius: 3336px !important; }
.util-spacing-gap-3336 { gap: 3336px !important; }
.util-pad-vertical-3336 { padding-top: 3336px !important; padding-bottom: 3336px !important; }
.util-elevation-level-3337 { box-shadow: 0 3337px 6674px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3337 { border-radius: 3337px !important; }
.util-spacing-gap-3337 { gap: 3337px !important; }
.util-pad-vertical-3337 { padding-top: 3337px !important; padding-bottom: 3337px !important; }
.util-elevation-level-3338 { box-shadow: 0 3338px 6676px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3338 { border-radius: 3338px !important; }
.util-spacing-gap-3338 { gap: 3338px !important; }
.util-pad-vertical-3338 { padding-top: 3338px !important; padding-bottom: 3338px !important; }
.util-elevation-level-3339 { box-shadow: 0 3339px 6678px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3339 { border-radius: 3339px !important; }
.util-spacing-gap-3339 { gap: 3339px !important; }
.util-pad-vertical-3339 { padding-top: 3339px !important; padding-bottom: 3339px !important; }
.util-elevation-level-3340 { box-shadow: 0 3340px 6680px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3340 { border-radius: 3340px !important; }
.util-spacing-gap-3340 { gap: 3340px !important; }
.util-pad-vertical-3340 { padding-top: 3340px !important; padding-bottom: 3340px !important; }
.util-elevation-level-3341 { box-shadow: 0 3341px 6682px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3341 { border-radius: 3341px !important; }
.util-spacing-gap-3341 { gap: 3341px !important; }
.util-pad-vertical-3341 { padding-top: 3341px !important; padding-bottom: 3341px !important; }
.util-elevation-level-3342 { box-shadow: 0 3342px 6684px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3342 { border-radius: 3342px !important; }
.util-spacing-gap-3342 { gap: 3342px !important; }
.util-pad-vertical-3342 { padding-top: 3342px !important; padding-bottom: 3342px !important; }
.util-elevation-level-3343 { box-shadow: 0 3343px 6686px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3343 { border-radius: 3343px !important; }
.util-spacing-gap-3343 { gap: 3343px !important; }
.util-pad-vertical-3343 { padding-top: 3343px !important; padding-bottom: 3343px !important; }
.util-elevation-level-3344 { box-shadow: 0 3344px 6688px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3344 { border-radius: 3344px !important; }
.util-spacing-gap-3344 { gap: 3344px !important; }
.util-pad-vertical-3344 { padding-top: 3344px !important; padding-bottom: 3344px !important; }
.util-elevation-level-3345 { box-shadow: 0 3345px 6690px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3345 { border-radius: 3345px !important; }
.util-spacing-gap-3345 { gap: 3345px !important; }
.util-pad-vertical-3345 { padding-top: 3345px !important; padding-bottom: 3345px !important; }
.util-elevation-level-3346 { box-shadow: 0 3346px 6692px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3346 { border-radius: 3346px !important; }
.util-spacing-gap-3346 { gap: 3346px !important; }
.util-pad-vertical-3346 { padding-top: 3346px !important; padding-bottom: 3346px !important; }
.util-elevation-level-3347 { box-shadow: 0 3347px 6694px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3347 { border-radius: 3347px !important; }
.util-spacing-gap-3347 { gap: 3347px !important; }
.util-pad-vertical-3347 { padding-top: 3347px !important; padding-bottom: 3347px !important; }
.util-elevation-level-3348 { box-shadow: 0 3348px 6696px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3348 { border-radius: 3348px !important; }
.util-spacing-gap-3348 { gap: 3348px !important; }
.util-pad-vertical-3348 { padding-top: 3348px !important; padding-bottom: 3348px !important; }
.util-elevation-level-3349 { box-shadow: 0 3349px 6698px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3349 { border-radius: 3349px !important; }
.util-spacing-gap-3349 { gap: 3349px !important; }
.util-pad-vertical-3349 { padding-top: 3349px !important; padding-bottom: 3349px !important; }
.util-elevation-level-3350 { box-shadow: 0 3350px 6700px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3350 { border-radius: 3350px !important; }
.util-spacing-gap-3350 { gap: 3350px !important; }
.util-pad-vertical-3350 { padding-top: 3350px !important; padding-bottom: 3350px !important; }
.util-elevation-level-3351 { box-shadow: 0 3351px 6702px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3351 { border-radius: 3351px !important; }
.util-spacing-gap-3351 { gap: 3351px !important; }
.util-pad-vertical-3351 { padding-top: 3351px !important; padding-bottom: 3351px !important; }
.util-elevation-level-3352 { box-shadow: 0 3352px 6704px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3352 { border-radius: 3352px !important; }
.util-spacing-gap-3352 { gap: 3352px !important; }
.util-pad-vertical-3352 { padding-top: 3352px !important; padding-bottom: 3352px !important; }
.util-elevation-level-3353 { box-shadow: 0 3353px 6706px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3353 { border-radius: 3353px !important; }
.util-spacing-gap-3353 { gap: 3353px !important; }
.util-pad-vertical-3353 { padding-top: 3353px !important; padding-bottom: 3353px !important; }
.util-elevation-level-3354 { box-shadow: 0 3354px 6708px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3354 { border-radius: 3354px !important; }
.util-spacing-gap-3354 { gap: 3354px !important; }
.util-pad-vertical-3354 { padding-top: 3354px !important; padding-bottom: 3354px !important; }
.util-elevation-level-3355 { box-shadow: 0 3355px 6710px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3355 { border-radius: 3355px !important; }
.util-spacing-gap-3355 { gap: 3355px !important; }
.util-pad-vertical-3355 { padding-top: 3355px !important; padding-bottom: 3355px !important; }
.util-elevation-level-3356 { box-shadow: 0 3356px 6712px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3356 { border-radius: 3356px !important; }
.util-spacing-gap-3356 { gap: 3356px !important; }
.util-pad-vertical-3356 { padding-top: 3356px !important; padding-bottom: 3356px !important; }
.util-elevation-level-3357 { box-shadow: 0 3357px 6714px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3357 { border-radius: 3357px !important; }
.util-spacing-gap-3357 { gap: 3357px !important; }
.util-pad-vertical-3357 { padding-top: 3357px !important; padding-bottom: 3357px !important; }
.util-elevation-level-3358 { box-shadow: 0 3358px 6716px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3358 { border-radius: 3358px !important; }
.util-spacing-gap-3358 { gap: 3358px !important; }
.util-pad-vertical-3358 { padding-top: 3358px !important; padding-bottom: 3358px !important; }
.util-elevation-level-3359 { box-shadow: 0 3359px 6718px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3359 { border-radius: 3359px !important; }
.util-spacing-gap-3359 { gap: 3359px !important; }
.util-pad-vertical-3359 { padding-top: 3359px !important; padding-bottom: 3359px !important; }
.util-elevation-level-3360 { box-shadow: 0 3360px 6720px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3360 { border-radius: 3360px !important; }
.util-spacing-gap-3360 { gap: 3360px !important; }
.util-pad-vertical-3360 { padding-top: 3360px !important; padding-bottom: 3360px !important; }
.util-elevation-level-3361 { box-shadow: 0 3361px 6722px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3361 { border-radius: 3361px !important; }
.util-spacing-gap-3361 { gap: 3361px !important; }
.util-pad-vertical-3361 { padding-top: 3361px !important; padding-bottom: 3361px !important; }
.util-elevation-level-3362 { box-shadow: 0 3362px 6724px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3362 { border-radius: 3362px !important; }
.util-spacing-gap-3362 { gap: 3362px !important; }
.util-pad-vertical-3362 { padding-top: 3362px !important; padding-bottom: 3362px !important; }
.util-elevation-level-3363 { box-shadow: 0 3363px 6726px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3363 { border-radius: 3363px !important; }
.util-spacing-gap-3363 { gap: 3363px !important; }
.util-pad-vertical-3363 { padding-top: 3363px !important; padding-bottom: 3363px !important; }
.util-elevation-level-3364 { box-shadow: 0 3364px 6728px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3364 { border-radius: 3364px !important; }
.util-spacing-gap-3364 { gap: 3364px !important; }
.util-pad-vertical-3364 { padding-top: 3364px !important; padding-bottom: 3364px !important; }
.util-elevation-level-3365 { box-shadow: 0 3365px 6730px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3365 { border-radius: 3365px !important; }
.util-spacing-gap-3365 { gap: 3365px !important; }
.util-pad-vertical-3365 { padding-top: 3365px !important; padding-bottom: 3365px !important; }
.util-elevation-level-3366 { box-shadow: 0 3366px 6732px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3366 { border-radius: 3366px !important; }
.util-spacing-gap-3366 { gap: 3366px !important; }
.util-pad-vertical-3366 { padding-top: 3366px !important; padding-bottom: 3366px !important; }
.util-elevation-level-3367 { box-shadow: 0 3367px 6734px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3367 { border-radius: 3367px !important; }
.util-spacing-gap-3367 { gap: 3367px !important; }
.util-pad-vertical-3367 { padding-top: 3367px !important; padding-bottom: 3367px !important; }
.util-elevation-level-3368 { box-shadow: 0 3368px 6736px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3368 { border-radius: 3368px !important; }
.util-spacing-gap-3368 { gap: 3368px !important; }
.util-pad-vertical-3368 { padding-top: 3368px !important; padding-bottom: 3368px !important; }
.util-elevation-level-3369 { box-shadow: 0 3369px 6738px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3369 { border-radius: 3369px !important; }
.util-spacing-gap-3369 { gap: 3369px !important; }
.util-pad-vertical-3369 { padding-top: 3369px !important; padding-bottom: 3369px !important; }
.util-elevation-level-3370 { box-shadow: 0 3370px 6740px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3370 { border-radius: 3370px !important; }
.util-spacing-gap-3370 { gap: 3370px !important; }
.util-pad-vertical-3370 { padding-top: 3370px !important; padding-bottom: 3370px !important; }
.util-elevation-level-3371 { box-shadow: 0 3371px 6742px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3371 { border-radius: 3371px !important; }
.util-spacing-gap-3371 { gap: 3371px !important; }
.util-pad-vertical-3371 { padding-top: 3371px !important; padding-bottom: 3371px !important; }
.util-elevation-level-3372 { box-shadow: 0 3372px 6744px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3372 { border-radius: 3372px !important; }
.util-spacing-gap-3372 { gap: 3372px !important; }
.util-pad-vertical-3372 { padding-top: 3372px !important; padding-bottom: 3372px !important; }
.util-elevation-level-3373 { box-shadow: 0 3373px 6746px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3373 { border-radius: 3373px !important; }
.util-spacing-gap-3373 { gap: 3373px !important; }
.util-pad-vertical-3373 { padding-top: 3373px !important; padding-bottom: 3373px !important; }
.util-elevation-level-3374 { box-shadow: 0 3374px 6748px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3374 { border-radius: 3374px !important; }
.util-spacing-gap-3374 { gap: 3374px !important; }
.util-pad-vertical-3374 { padding-top: 3374px !important; padding-bottom: 3374px !important; }
.util-elevation-level-3375 { box-shadow: 0 3375px 6750px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3375 { border-radius: 3375px !important; }
.util-spacing-gap-3375 { gap: 3375px !important; }
.util-pad-vertical-3375 { padding-top: 3375px !important; padding-bottom: 3375px !important; }
.util-elevation-level-3376 { box-shadow: 0 3376px 6752px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3376 { border-radius: 3376px !important; }
.util-spacing-gap-3376 { gap: 3376px !important; }
.util-pad-vertical-3376 { padding-top: 3376px !important; padding-bottom: 3376px !important; }
.util-elevation-level-3377 { box-shadow: 0 3377px 6754px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3377 { border-radius: 3377px !important; }
.util-spacing-gap-3377 { gap: 3377px !important; }
.util-pad-vertical-3377 { padding-top: 3377px !important; padding-bottom: 3377px !important; }
.util-elevation-level-3378 { box-shadow: 0 3378px 6756px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3378 { border-radius: 3378px !important; }
.util-spacing-gap-3378 { gap: 3378px !important; }
.util-pad-vertical-3378 { padding-top: 3378px !important; padding-bottom: 3378px !important; }
.util-elevation-level-3379 { box-shadow: 0 3379px 6758px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3379 { border-radius: 3379px !important; }
.util-spacing-gap-3379 { gap: 3379px !important; }
.util-pad-vertical-3379 { padding-top: 3379px !important; padding-bottom: 3379px !important; }
.util-elevation-level-3380 { box-shadow: 0 3380px 6760px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3380 { border-radius: 3380px !important; }
.util-spacing-gap-3380 { gap: 3380px !important; }
.util-pad-vertical-3380 { padding-top: 3380px !important; padding-bottom: 3380px !important; }
.util-elevation-level-3381 { box-shadow: 0 3381px 6762px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3381 { border-radius: 3381px !important; }
.util-spacing-gap-3381 { gap: 3381px !important; }
.util-pad-vertical-3381 { padding-top: 3381px !important; padding-bottom: 3381px !important; }
.util-elevation-level-3382 { box-shadow: 0 3382px 6764px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3382 { border-radius: 3382px !important; }
.util-spacing-gap-3382 { gap: 3382px !important; }
.util-pad-vertical-3382 { padding-top: 3382px !important; padding-bottom: 3382px !important; }
.util-elevation-level-3383 { box-shadow: 0 3383px 6766px rgba(15, 23, 42, 0.08) !important; }
.util-radius-custom-3383 { border-radius: 3383px !important; }
.util-spacing-gap-3383 { gap: 3383px !important; }
.util-pad-vertical-3383 { padding-top: 3383px !important; padding-bottom: 3383px !important; }
.util-elevation-level-3384 { box-shadow: 0 3384px 6768px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3384 { border-radius: 3384px !important; }
.util-spacing-gap-3384 { gap: 3384px !important; }
.util-pad-vertical-3384 { padding-top: 3384px !important; padding-bottom: 3384px !important; }
.util-elevation-level-3385 { box-shadow: 0 3385px 6770px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3385 { border-radius: 3385px !important; }
.util-spacing-gap-3385 { gap: 3385px !important; }
.util-pad-vertical-3385 { padding-top: 3385px !important; padding-bottom: 3385px !important; }
.util-elevation-level-3386 { box-shadow: 0 3386px 6772px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3386 { border-radius: 3386px !important; }
.util-spacing-gap-3386 { gap: 3386px !important; }
.util-pad-vertical-3386 { padding-top: 3386px !important; padding-bottom: 3386px !important; }
.util-elevation-level-3387 { box-shadow: 0 3387px 6774px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3387 { border-radius: 3387px !important; }
.util-spacing-gap-3387 { gap: 3387px !important; }
.util-pad-vertical-3387 { padding-top: 3387px !important; padding-bottom: 3387px !important; }
.util-elevation-level-3388 { box-shadow: 0 3388px 6776px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3388 { border-radius: 3388px !important; }
.util-spacing-gap-3388 { gap: 3388px !important; }
.util-pad-vertical-3388 { padding-top: 3388px !important; padding-bottom: 3388px !important; }
.util-elevation-level-3389 { box-shadow: 0 3389px 6778px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3389 { border-radius: 3389px !important; }
.util-spacing-gap-3389 { gap: 3389px !important; }
.util-pad-vertical-3389 { padding-top: 3389px !important; padding-bottom: 3389px !important; }
.util-elevation-level-3390 { box-shadow: 0 3390px 6780px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3390 { border-radius: 3390px !important; }
.util-spacing-gap-3390 { gap: 3390px !important; }
.util-pad-vertical-3390 { padding-top: 3390px !important; padding-bottom: 3390px !important; }
.util-elevation-level-3391 { box-shadow: 0 3391px 6782px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3391 { border-radius: 3391px !important; }
.util-spacing-gap-3391 { gap: 3391px !important; }
.util-pad-vertical-3391 { padding-top: 3391px !important; padding-bottom: 3391px !important; }
.util-elevation-level-3392 { box-shadow: 0 3392px 6784px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3392 { border-radius: 3392px !important; }
.util-spacing-gap-3392 { gap: 3392px !important; }
.util-pad-vertical-3392 { padding-top: 3392px !important; padding-bottom: 3392px !important; }
.util-elevation-level-3393 { box-shadow: 0 3393px 6786px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3393 { border-radius: 3393px !important; }
.util-spacing-gap-3393 { gap: 3393px !important; }
.util-pad-vertical-3393 { padding-top: 3393px !important; padding-bottom: 3393px !important; }
.util-elevation-level-3394 { box-shadow: 0 3394px 6788px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3394 { border-radius: 3394px !important; }
.util-spacing-gap-3394 { gap: 3394px !important; }
.util-pad-vertical-3394 { padding-top: 3394px !important; padding-bottom: 3394px !important; }
.util-elevation-level-3395 { box-shadow: 0 3395px 6790px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3395 { border-radius: 3395px !important; }
.util-spacing-gap-3395 { gap: 3395px !important; }
.util-pad-vertical-3395 { padding-top: 3395px !important; padding-bottom: 3395px !important; }
.util-elevation-level-3396 { box-shadow: 0 3396px 6792px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3396 { border-radius: 3396px !important; }
.util-spacing-gap-3396 { gap: 3396px !important; }
.util-pad-vertical-3396 { padding-top: 3396px !important; padding-bottom: 3396px !important; }
.util-elevation-level-3397 { box-shadow: 0 3397px 6794px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3397 { border-radius: 3397px !important; }
.util-spacing-gap-3397 { gap: 3397px !important; }
.util-pad-vertical-3397 { padding-top: 3397px !important; padding-bottom: 3397px !important; }
.util-elevation-level-3398 { box-shadow: 0 3398px 6796px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3398 { border-radius: 3398px !important; }
.util-spacing-gap-3398 { gap: 3398px !important; }
.util-pad-vertical-3398 { padding-top: 3398px !important; padding-bottom: 3398px !important; }
.util-elevation-level-3399 { box-shadow: 0 3399px 6798px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3399 { border-radius: 3399px !important; }
.util-spacing-gap-3399 { gap: 3399px !important; }
.util-pad-vertical-3399 { padding-top: 3399px !important; padding-bottom: 3399px !important; }
.util-elevation-level-3400 { box-shadow: 0 3400px 6800px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3400 { border-radius: 3400px !important; }
.util-spacing-gap-3400 { gap: 3400px !important; }
.util-pad-vertical-3400 { padding-top: 3400px !important; padding-bottom: 3400px !important; }
.util-elevation-level-3401 { box-shadow: 0 3401px 6802px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3401 { border-radius: 3401px !important; }
.util-spacing-gap-3401 { gap: 3401px !important; }
.util-pad-vertical-3401 { padding-top: 3401px !important; padding-bottom: 3401px !important; }
.util-elevation-level-3402 { box-shadow: 0 3402px 6804px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3402 { border-radius: 3402px !important; }
.util-spacing-gap-3402 { gap: 3402px !important; }
.util-pad-vertical-3402 { padding-top: 3402px !important; padding-bottom: 3402px !important; }
.util-elevation-level-3403 { box-shadow: 0 3403px 6806px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3403 { border-radius: 3403px !important; }
.util-spacing-gap-3403 { gap: 3403px !important; }
.util-pad-vertical-3403 { padding-top: 3403px !important; padding-bottom: 3403px !important; }
.util-elevation-level-3404 { box-shadow: 0 3404px 6808px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3404 { border-radius: 3404px !important; }
.util-spacing-gap-3404 { gap: 3404px !important; }
.util-pad-vertical-3404 { padding-top: 3404px !important; padding-bottom: 3404px !important; }
.util-elevation-level-3405 { box-shadow: 0 3405px 6810px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3405 { border-radius: 3405px !important; }
.util-spacing-gap-3405 { gap: 3405px !important; }
.util-pad-vertical-3405 { padding-top: 3405px !important; padding-bottom: 3405px !important; }
.util-elevation-level-3406 { box-shadow: 0 3406px 6812px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3406 { border-radius: 3406px !important; }
.util-spacing-gap-3406 { gap: 3406px !important; }
.util-pad-vertical-3406 { padding-top: 3406px !important; padding-bottom: 3406px !important; }
.util-elevation-level-3407 { box-shadow: 0 3407px 6814px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3407 { border-radius: 3407px !important; }
.util-spacing-gap-3407 { gap: 3407px !important; }
.util-pad-vertical-3407 { padding-top: 3407px !important; padding-bottom: 3407px !important; }
.util-elevation-level-3408 { box-shadow: 0 3408px 6816px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3408 { border-radius: 3408px !important; }
.util-spacing-gap-3408 { gap: 3408px !important; }
.util-pad-vertical-3408 { padding-top: 3408px !important; padding-bottom: 3408px !important; }
.util-elevation-level-3409 { box-shadow: 0 3409px 6818px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3409 { border-radius: 3409px !important; }
.util-spacing-gap-3409 { gap: 3409px !important; }
.util-pad-vertical-3409 { padding-top: 3409px !important; padding-bottom: 3409px !important; }
.util-elevation-level-3410 { box-shadow: 0 3410px 6820px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3410 { border-radius: 3410px !important; }
.util-spacing-gap-3410 { gap: 3410px !important; }
.util-pad-vertical-3410 { padding-top: 3410px !important; padding-bottom: 3410px !important; }
.util-elevation-level-3411 { box-shadow: 0 3411px 6822px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3411 { border-radius: 3411px !important; }
.util-spacing-gap-3411 { gap: 3411px !important; }
.util-pad-vertical-3411 { padding-top: 3411px !important; padding-bottom: 3411px !important; }
.util-elevation-level-3412 { box-shadow: 0 3412px 6824px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3412 { border-radius: 3412px !important; }
.util-spacing-gap-3412 { gap: 3412px !important; }
.util-pad-vertical-3412 { padding-top: 3412px !important; padding-bottom: 3412px !important; }
.util-elevation-level-3413 { box-shadow: 0 3413px 6826px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3413 { border-radius: 3413px !important; }
.util-spacing-gap-3413 { gap: 3413px !important; }
.util-pad-vertical-3413 { padding-top: 3413px !important; padding-bottom: 3413px !important; }
.util-elevation-level-3414 { box-shadow: 0 3414px 6828px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3414 { border-radius: 3414px !important; }
.util-spacing-gap-3414 { gap: 3414px !important; }
.util-pad-vertical-3414 { padding-top: 3414px !important; padding-bottom: 3414px !important; }
.util-elevation-level-3415 { box-shadow: 0 3415px 6830px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3415 { border-radius: 3415px !important; }
.util-spacing-gap-3415 { gap: 3415px !important; }
.util-pad-vertical-3415 { padding-top: 3415px !important; padding-bottom: 3415px !important; }
.util-elevation-level-3416 { box-shadow: 0 3416px 6832px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3416 { border-radius: 3416px !important; }
.util-spacing-gap-3416 { gap: 3416px !important; }
.util-pad-vertical-3416 { padding-top: 3416px !important; padding-bottom: 3416px !important; }
.util-elevation-level-3417 { box-shadow: 0 3417px 6834px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3417 { border-radius: 3417px !important; }
.util-spacing-gap-3417 { gap: 3417px !important; }
.util-pad-vertical-3417 { padding-top: 3417px !important; padding-bottom: 3417px !important; }
.util-elevation-level-3418 { box-shadow: 0 3418px 6836px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3418 { border-radius: 3418px !important; }
.util-spacing-gap-3418 { gap: 3418px !important; }
.util-pad-vertical-3418 { padding-top: 3418px !important; padding-bottom: 3418px !important; }
.util-elevation-level-3419 { box-shadow: 0 3419px 6838px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3419 { border-radius: 3419px !important; }
.util-spacing-gap-3419 { gap: 3419px !important; }
.util-pad-vertical-3419 { padding-top: 3419px !important; padding-bottom: 3419px !important; }
.util-elevation-level-3420 { box-shadow: 0 3420px 6840px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3420 { border-radius: 3420px !important; }
.util-spacing-gap-3420 { gap: 3420px !important; }
.util-pad-vertical-3420 { padding-top: 3420px !important; padding-bottom: 3420px !important; }
.util-elevation-level-3421 { box-shadow: 0 3421px 6842px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3421 { border-radius: 3421px !important; }
.util-spacing-gap-3421 { gap: 3421px !important; }
.util-pad-vertical-3421 { padding-top: 3421px !important; padding-bottom: 3421px !important; }
.util-elevation-level-3422 { box-shadow: 0 3422px 6844px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3422 { border-radius: 3422px !important; }
.util-spacing-gap-3422 { gap: 3422px !important; }
.util-pad-vertical-3422 { padding-top: 3422px !important; padding-bottom: 3422px !important; }
.util-elevation-level-3423 { box-shadow: 0 3423px 6846px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3423 { border-radius: 3423px !important; }
.util-spacing-gap-3423 { gap: 3423px !important; }
.util-pad-vertical-3423 { padding-top: 3423px !important; padding-bottom: 3423px !important; }
.util-elevation-level-3424 { box-shadow: 0 3424px 6848px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3424 { border-radius: 3424px !important; }
.util-spacing-gap-3424 { gap: 3424px !important; }
.util-pad-vertical-3424 { padding-top: 3424px !important; padding-bottom: 3424px !important; }
.util-elevation-level-3425 { box-shadow: 0 3425px 6850px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3425 { border-radius: 3425px !important; }
.util-spacing-gap-3425 { gap: 3425px !important; }
.util-pad-vertical-3425 { padding-top: 3425px !important; padding-bottom: 3425px !important; }
.util-elevation-level-3426 { box-shadow: 0 3426px 6852px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3426 { border-radius: 3426px !important; }
.util-spacing-gap-3426 { gap: 3426px !important; }
.util-pad-vertical-3426 { padding-top: 3426px !important; padding-bottom: 3426px !important; }
.util-elevation-level-3427 { box-shadow: 0 3427px 6854px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3427 { border-radius: 3427px !important; }
.util-spacing-gap-3427 { gap: 3427px !important; }
.util-pad-vertical-3427 { padding-top: 3427px !important; padding-bottom: 3427px !important; }
.util-elevation-level-3428 { box-shadow: 0 3428px 6856px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3428 { border-radius: 3428px !important; }
.util-spacing-gap-3428 { gap: 3428px !important; }
.util-pad-vertical-3428 { padding-top: 3428px !important; padding-bottom: 3428px !important; }
.util-elevation-level-3429 { box-shadow: 0 3429px 6858px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3429 { border-radius: 3429px !important; }
.util-spacing-gap-3429 { gap: 3429px !important; }
.util-pad-vertical-3429 { padding-top: 3429px !important; padding-bottom: 3429px !important; }
.util-elevation-level-3430 { box-shadow: 0 3430px 6860px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3430 { border-radius: 3430px !important; }
.util-spacing-gap-3430 { gap: 3430px !important; }
.util-pad-vertical-3430 { padding-top: 3430px !important; padding-bottom: 3430px !important; }
.util-elevation-level-3431 { box-shadow: 0 3431px 6862px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3431 { border-radius: 3431px !important; }
.util-spacing-gap-3431 { gap: 3431px !important; }
.util-pad-vertical-3431 { padding-top: 3431px !important; padding-bottom: 3431px !important; }
.util-elevation-level-3432 { box-shadow: 0 3432px 6864px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3432 { border-radius: 3432px !important; }
.util-spacing-gap-3432 { gap: 3432px !important; }
.util-pad-vertical-3432 { padding-top: 3432px !important; padding-bottom: 3432px !important; }
.util-elevation-level-3433 { box-shadow: 0 3433px 6866px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3433 { border-radius: 3433px !important; }
.util-spacing-gap-3433 { gap: 3433px !important; }
.util-pad-vertical-3433 { padding-top: 3433px !important; padding-bottom: 3433px !important; }
.util-elevation-level-3434 { box-shadow: 0 3434px 6868px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3434 { border-radius: 3434px !important; }
.util-spacing-gap-3434 { gap: 3434px !important; }
.util-pad-vertical-3434 { padding-top: 3434px !important; padding-bottom: 3434px !important; }
.util-elevation-level-3435 { box-shadow: 0 3435px 6870px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3435 { border-radius: 3435px !important; }
.util-spacing-gap-3435 { gap: 3435px !important; }
.util-pad-vertical-3435 { padding-top: 3435px !important; padding-bottom: 3435px !important; }
.util-elevation-level-3436 { box-shadow: 0 3436px 6872px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3436 { border-radius: 3436px !important; }
.util-spacing-gap-3436 { gap: 3436px !important; }
.util-pad-vertical-3436 { padding-top: 3436px !important; padding-bottom: 3436px !important; }
.util-elevation-level-3437 { box-shadow: 0 3437px 6874px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3437 { border-radius: 3437px !important; }
.util-spacing-gap-3437 { gap: 3437px !important; }
.util-pad-vertical-3437 { padding-top: 3437px !important; padding-bottom: 3437px !important; }
.util-elevation-level-3438 { box-shadow: 0 3438px 6876px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3438 { border-radius: 3438px !important; }
.util-spacing-gap-3438 { gap: 3438px !important; }
.util-pad-vertical-3438 { padding-top: 3438px !important; padding-bottom: 3438px !important; }
.util-elevation-level-3439 { box-shadow: 0 3439px 6878px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3439 { border-radius: 3439px !important; }
.util-spacing-gap-3439 { gap: 3439px !important; }
.util-pad-vertical-3439 { padding-top: 3439px !important; padding-bottom: 3439px !important; }
.util-elevation-level-3440 { box-shadow: 0 3440px 6880px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3440 { border-radius: 3440px !important; }
.util-spacing-gap-3440 { gap: 3440px !important; }
.util-pad-vertical-3440 { padding-top: 3440px !important; padding-bottom: 3440px !important; }
.util-elevation-level-3441 { box-shadow: 0 3441px 6882px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3441 { border-radius: 3441px !important; }
.util-spacing-gap-3441 { gap: 3441px !important; }
.util-pad-vertical-3441 { padding-top: 3441px !important; padding-bottom: 3441px !important; }
.util-elevation-level-3442 { box-shadow: 0 3442px 6884px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3442 { border-radius: 3442px !important; }
.util-spacing-gap-3442 { gap: 3442px !important; }
.util-pad-vertical-3442 { padding-top: 3442px !important; padding-bottom: 3442px !important; }
.util-elevation-level-3443 { box-shadow: 0 3443px 6886px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3443 { border-radius: 3443px !important; }
.util-spacing-gap-3443 { gap: 3443px !important; }
.util-pad-vertical-3443 { padding-top: 3443px !important; padding-bottom: 3443px !important; }
.util-elevation-level-3444 { box-shadow: 0 3444px 6888px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3444 { border-radius: 3444px !important; }
.util-spacing-gap-3444 { gap: 3444px !important; }
.util-pad-vertical-3444 { padding-top: 3444px !important; padding-bottom: 3444px !important; }
.util-elevation-level-3445 { box-shadow: 0 3445px 6890px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3445 { border-radius: 3445px !important; }
.util-spacing-gap-3445 { gap: 3445px !important; }
.util-pad-vertical-3445 { padding-top: 3445px !important; padding-bottom: 3445px !important; }
.util-elevation-level-3446 { box-shadow: 0 3446px 6892px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3446 { border-radius: 3446px !important; }
.util-spacing-gap-3446 { gap: 3446px !important; }
.util-pad-vertical-3446 { padding-top: 3446px !important; padding-bottom: 3446px !important; }
.util-elevation-level-3447 { box-shadow: 0 3447px 6894px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3447 { border-radius: 3447px !important; }
.util-spacing-gap-3447 { gap: 3447px !important; }
.util-pad-vertical-3447 { padding-top: 3447px !important; padding-bottom: 3447px !important; }
.util-elevation-level-3448 { box-shadow: 0 3448px 6896px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3448 { border-radius: 3448px !important; }
.util-spacing-gap-3448 { gap: 3448px !important; }
.util-pad-vertical-3448 { padding-top: 3448px !important; padding-bottom: 3448px !important; }
.util-elevation-level-3449 { box-shadow: 0 3449px 6898px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3449 { border-radius: 3449px !important; }
.util-spacing-gap-3449 { gap: 3449px !important; }
.util-pad-vertical-3449 { padding-top: 3449px !important; padding-bottom: 3449px !important; }
.util-elevation-level-3450 { box-shadow: 0 3450px 6900px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3450 { border-radius: 3450px !important; }
.util-spacing-gap-3450 { gap: 3450px !important; }
.util-pad-vertical-3450 { padding-top: 3450px !important; padding-bottom: 3450px !important; }
.util-elevation-level-3451 { box-shadow: 0 3451px 6902px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3451 { border-radius: 3451px !important; }
.util-spacing-gap-3451 { gap: 3451px !important; }
.util-pad-vertical-3451 { padding-top: 3451px !important; padding-bottom: 3451px !important; }
.util-elevation-level-3452 { box-shadow: 0 3452px 6904px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3452 { border-radius: 3452px !important; }
.util-spacing-gap-3452 { gap: 3452px !important; }
.util-pad-vertical-3452 { padding-top: 3452px !important; padding-bottom: 3452px !important; }
.util-elevation-level-3453 { box-shadow: 0 3453px 6906px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3453 { border-radius: 3453px !important; }
.util-spacing-gap-3453 { gap: 3453px !important; }
.util-pad-vertical-3453 { padding-top: 3453px !important; padding-bottom: 3453px !important; }
.util-elevation-level-3454 { box-shadow: 0 3454px 6908px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3454 { border-radius: 3454px !important; }
.util-spacing-gap-3454 { gap: 3454px !important; }
.util-pad-vertical-3454 { padding-top: 3454px !important; padding-bottom: 3454px !important; }
.util-elevation-level-3455 { box-shadow: 0 3455px 6910px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3455 { border-radius: 3455px !important; }
.util-spacing-gap-3455 { gap: 3455px !important; }
.util-pad-vertical-3455 { padding-top: 3455px !important; padding-bottom: 3455px !important; }
.util-elevation-level-3456 { box-shadow: 0 3456px 6912px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3456 { border-radius: 3456px !important; }
.util-spacing-gap-3456 { gap: 3456px !important; }
.util-pad-vertical-3456 { padding-top: 3456px !important; padding-bottom: 3456px !important; }
.util-elevation-level-3457 { box-shadow: 0 3457px 6914px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3457 { border-radius: 3457px !important; }
.util-spacing-gap-3457 { gap: 3457px !important; }
.util-pad-vertical-3457 { padding-top: 3457px !important; padding-bottom: 3457px !important; }
.util-elevation-level-3458 { box-shadow: 0 3458px 6916px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3458 { border-radius: 3458px !important; }
.util-spacing-gap-3458 { gap: 3458px !important; }
.util-pad-vertical-3458 { padding-top: 3458px !important; padding-bottom: 3458px !important; }
.util-elevation-level-3459 { box-shadow: 0 3459px 6918px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3459 { border-radius: 3459px !important; }
.util-spacing-gap-3459 { gap: 3459px !important; }
.util-pad-vertical-3459 { padding-top: 3459px !important; padding-bottom: 3459px !important; }
.util-elevation-level-3460 { box-shadow: 0 3460px 6920px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3460 { border-radius: 3460px !important; }
.util-spacing-gap-3460 { gap: 3460px !important; }
.util-pad-vertical-3460 { padding-top: 3460px !important; padding-bottom: 3460px !important; }
.util-elevation-level-3461 { box-shadow: 0 3461px 6922px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3461 { border-radius: 3461px !important; }
.util-spacing-gap-3461 { gap: 3461px !important; }
.util-pad-vertical-3461 { padding-top: 3461px !important; padding-bottom: 3461px !important; }
.util-elevation-level-3462 { box-shadow: 0 3462px 6924px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3462 { border-radius: 3462px !important; }
.util-spacing-gap-3462 { gap: 3462px !important; }
.util-pad-vertical-3462 { padding-top: 3462px !important; padding-bottom: 3462px !important; }
.util-elevation-level-3463 { box-shadow: 0 3463px 6926px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3463 { border-radius: 3463px !important; }
.util-spacing-gap-3463 { gap: 3463px !important; }
.util-pad-vertical-3463 { padding-top: 3463px !important; padding-bottom: 3463px !important; }
.util-elevation-level-3464 { box-shadow: 0 3464px 6928px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3464 { border-radius: 3464px !important; }
.util-spacing-gap-3464 { gap: 3464px !important; }
.util-pad-vertical-3464 { padding-top: 3464px !important; padding-bottom: 3464px !important; }
.util-elevation-level-3465 { box-shadow: 0 3465px 6930px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3465 { border-radius: 3465px !important; }
.util-spacing-gap-3465 { gap: 3465px !important; }
.util-pad-vertical-3465 { padding-top: 3465px !important; padding-bottom: 3465px !important; }
.util-elevation-level-3466 { box-shadow: 0 3466px 6932px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3466 { border-radius: 3466px !important; }
.util-spacing-gap-3466 { gap: 3466px !important; }
.util-pad-vertical-3466 { padding-top: 3466px !important; padding-bottom: 3466px !important; }
.util-elevation-level-3467 { box-shadow: 0 3467px 6934px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3467 { border-radius: 3467px !important; }
.util-spacing-gap-3467 { gap: 3467px !important; }
.util-pad-vertical-3467 { padding-top: 3467px !important; padding-bottom: 3467px !important; }
.util-elevation-level-3468 { box-shadow: 0 3468px 6936px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3468 { border-radius: 3468px !important; }
.util-spacing-gap-3468 { gap: 3468px !important; }
.util-pad-vertical-3468 { padding-top: 3468px !important; padding-bottom: 3468px !important; }
.util-elevation-level-3469 { box-shadow: 0 3469px 6938px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3469 { border-radius: 3469px !important; }
.util-spacing-gap-3469 { gap: 3469px !important; }
.util-pad-vertical-3469 { padding-top: 3469px !important; padding-bottom: 3469px !important; }
.util-elevation-level-3470 { box-shadow: 0 3470px 6940px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3470 { border-radius: 3470px !important; }
.util-spacing-gap-3470 { gap: 3470px !important; }
.util-pad-vertical-3470 { padding-top: 3470px !important; padding-bottom: 3470px !important; }
.util-elevation-level-3471 { box-shadow: 0 3471px 6942px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3471 { border-radius: 3471px !important; }
.util-spacing-gap-3471 { gap: 3471px !important; }
.util-pad-vertical-3471 { padding-top: 3471px !important; padding-bottom: 3471px !important; }
.util-elevation-level-3472 { box-shadow: 0 3472px 6944px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3472 { border-radius: 3472px !important; }
.util-spacing-gap-3472 { gap: 3472px !important; }
.util-pad-vertical-3472 { padding-top: 3472px !important; padding-bottom: 3472px !important; }
.util-elevation-level-3473 { box-shadow: 0 3473px 6946px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3473 { border-radius: 3473px !important; }
.util-spacing-gap-3473 { gap: 3473px !important; }
.util-pad-vertical-3473 { padding-top: 3473px !important; padding-bottom: 3473px !important; }
.util-elevation-level-3474 { box-shadow: 0 3474px 6948px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3474 { border-radius: 3474px !important; }
.util-spacing-gap-3474 { gap: 3474px !important; }
.util-pad-vertical-3474 { padding-top: 3474px !important; padding-bottom: 3474px !important; }
.util-elevation-level-3475 { box-shadow: 0 3475px 6950px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3475 { border-radius: 3475px !important; }
.util-spacing-gap-3475 { gap: 3475px !important; }
.util-pad-vertical-3475 { padding-top: 3475px !important; padding-bottom: 3475px !important; }
.util-elevation-level-3476 { box-shadow: 0 3476px 6952px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3476 { border-radius: 3476px !important; }
.util-spacing-gap-3476 { gap: 3476px !important; }
.util-pad-vertical-3476 { padding-top: 3476px !important; padding-bottom: 3476px !important; }
.util-elevation-level-3477 { box-shadow: 0 3477px 6954px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3477 { border-radius: 3477px !important; }
.util-spacing-gap-3477 { gap: 3477px !important; }
.util-pad-vertical-3477 { padding-top: 3477px !important; padding-bottom: 3477px !important; }
.util-elevation-level-3478 { box-shadow: 0 3478px 6956px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3478 { border-radius: 3478px !important; }
.util-spacing-gap-3478 { gap: 3478px !important; }
.util-pad-vertical-3478 { padding-top: 3478px !important; padding-bottom: 3478px !important; }
.util-elevation-level-3479 { box-shadow: 0 3479px 6958px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3479 { border-radius: 3479px !important; }
.util-spacing-gap-3479 { gap: 3479px !important; }
.util-pad-vertical-3479 { padding-top: 3479px !important; padding-bottom: 3479px !important; }
.util-elevation-level-3480 { box-shadow: 0 3480px 6960px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3480 { border-radius: 3480px !important; }
.util-spacing-gap-3480 { gap: 3480px !important; }
.util-pad-vertical-3480 { padding-top: 3480px !important; padding-bottom: 3480px !important; }
.util-elevation-level-3481 { box-shadow: 0 3481px 6962px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3481 { border-radius: 3481px !important; }
.util-spacing-gap-3481 { gap: 3481px !important; }
.util-pad-vertical-3481 { padding-top: 3481px !important; padding-bottom: 3481px !important; }
.util-elevation-level-3482 { box-shadow: 0 3482px 6964px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3482 { border-radius: 3482px !important; }
.util-spacing-gap-3482 { gap: 3482px !important; }
.util-pad-vertical-3482 { padding-top: 3482px !important; padding-bottom: 3482px !important; }
.util-elevation-level-3483 { box-shadow: 0 3483px 6966px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3483 { border-radius: 3483px !important; }
.util-spacing-gap-3483 { gap: 3483px !important; }
.util-pad-vertical-3483 { padding-top: 3483px !important; padding-bottom: 3483px !important; }
.util-elevation-level-3484 { box-shadow: 0 3484px 6968px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3484 { border-radius: 3484px !important; }
.util-spacing-gap-3484 { gap: 3484px !important; }
.util-pad-vertical-3484 { padding-top: 3484px !important; padding-bottom: 3484px !important; }
.util-elevation-level-3485 { box-shadow: 0 3485px 6970px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3485 { border-radius: 3485px !important; }
.util-spacing-gap-3485 { gap: 3485px !important; }
.util-pad-vertical-3485 { padding-top: 3485px !important; padding-bottom: 3485px !important; }
.util-elevation-level-3486 { box-shadow: 0 3486px 6972px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3486 { border-radius: 3486px !important; }
.util-spacing-gap-3486 { gap: 3486px !important; }
.util-pad-vertical-3486 { padding-top: 3486px !important; padding-bottom: 3486px !important; }
.util-elevation-level-3487 { box-shadow: 0 3487px 6974px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3487 { border-radius: 3487px !important; }
.util-spacing-gap-3487 { gap: 3487px !important; }
.util-pad-vertical-3487 { padding-top: 3487px !important; padding-bottom: 3487px !important; }
.util-elevation-level-3488 { box-shadow: 0 3488px 6976px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3488 { border-radius: 3488px !important; }
.util-spacing-gap-3488 { gap: 3488px !important; }
.util-pad-vertical-3488 { padding-top: 3488px !important; padding-bottom: 3488px !important; }
.util-elevation-level-3489 { box-shadow: 0 3489px 6978px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3489 { border-radius: 3489px !important; }
.util-spacing-gap-3489 { gap: 3489px !important; }
.util-pad-vertical-3489 { padding-top: 3489px !important; padding-bottom: 3489px !important; }
.util-elevation-level-3490 { box-shadow: 0 3490px 6980px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3490 { border-radius: 3490px !important; }
.util-spacing-gap-3490 { gap: 3490px !important; }
.util-pad-vertical-3490 { padding-top: 3490px !important; padding-bottom: 3490px !important; }
.util-elevation-level-3491 { box-shadow: 0 3491px 6982px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3491 { border-radius: 3491px !important; }
.util-spacing-gap-3491 { gap: 3491px !important; }
.util-pad-vertical-3491 { padding-top: 3491px !important; padding-bottom: 3491px !important; }
.util-elevation-level-3492 { box-shadow: 0 3492px 6984px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3492 { border-radius: 3492px !important; }
.util-spacing-gap-3492 { gap: 3492px !important; }
.util-pad-vertical-3492 { padding-top: 3492px !important; padding-bottom: 3492px !important; }
.util-elevation-level-3493 { box-shadow: 0 3493px 6986px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3493 { border-radius: 3493px !important; }
.util-spacing-gap-3493 { gap: 3493px !important; }
.util-pad-vertical-3493 { padding-top: 3493px !important; padding-bottom: 3493px !important; }
.util-elevation-level-3494 { box-shadow: 0 3494px 6988px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3494 { border-radius: 3494px !important; }
.util-spacing-gap-3494 { gap: 3494px !important; }
.util-pad-vertical-3494 { padding-top: 3494px !important; padding-bottom: 3494px !important; }
.util-elevation-level-3495 { box-shadow: 0 3495px 6990px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3495 { border-radius: 3495px !important; }
.util-spacing-gap-3495 { gap: 3495px !important; }
.util-pad-vertical-3495 { padding-top: 3495px !important; padding-bottom: 3495px !important; }
.util-elevation-level-3496 { box-shadow: 0 3496px 6992px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3496 { border-radius: 3496px !important; }
.util-spacing-gap-3496 { gap: 3496px !important; }
.util-pad-vertical-3496 { padding-top: 3496px !important; padding-bottom: 3496px !important; }
.util-elevation-level-3497 { box-shadow: 0 3497px 6994px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3497 { border-radius: 3497px !important; }
.util-spacing-gap-3497 { gap: 3497px !important; }
.util-pad-vertical-3497 { padding-top: 3497px !important; padding-bottom: 3497px !important; }
.util-elevation-level-3498 { box-shadow: 0 3498px 6996px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3498 { border-radius: 3498px !important; }
.util-spacing-gap-3498 { gap: 3498px !important; }
.util-pad-vertical-3498 { padding-top: 3498px !important; padding-bottom: 3498px !important; }
.util-elevation-level-3499 { box-shadow: 0 3499px 6998px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3499 { border-radius: 3499px !important; }
.util-spacing-gap-3499 { gap: 3499px !important; }
.util-pad-vertical-3499 { padding-top: 3499px !important; padding-bottom: 3499px !important; }
.util-elevation-level-3500 { box-shadow: 0 3500px 7000px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3500 { border-radius: 3500px !important; }
.util-spacing-gap-3500 { gap: 3500px !important; }
.util-pad-vertical-3500 { padding-top: 3500px !important; padding-bottom: 3500px !important; }
.util-elevation-level-3501 { box-shadow: 0 3501px 7002px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3501 { border-radius: 3501px !important; }
.util-spacing-gap-3501 { gap: 3501px !important; }
.util-pad-vertical-3501 { padding-top: 3501px !important; padding-bottom: 3501px !important; }
.util-elevation-level-3502 { box-shadow: 0 3502px 7004px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3502 { border-radius: 3502px !important; }
.util-spacing-gap-3502 { gap: 3502px !important; }
.util-pad-vertical-3502 { padding-top: 3502px !important; padding-bottom: 3502px !important; }
.util-elevation-level-3503 { box-shadow: 0 3503px 7006px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3503 { border-radius: 3503px !important; }
.util-spacing-gap-3503 { gap: 3503px !important; }
.util-pad-vertical-3503 { padding-top: 3503px !important; padding-bottom: 3503px !important; }
.util-elevation-level-3504 { box-shadow: 0 3504px 7008px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3504 { border-radius: 3504px !important; }
.util-spacing-gap-3504 { gap: 3504px !important; }
.util-pad-vertical-3504 { padding-top: 3504px !important; padding-bottom: 3504px !important; }
.util-elevation-level-3505 { box-shadow: 0 3505px 7010px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3505 { border-radius: 3505px !important; }
.util-spacing-gap-3505 { gap: 3505px !important; }
.util-pad-vertical-3505 { padding-top: 3505px !important; padding-bottom: 3505px !important; }
.util-elevation-level-3506 { box-shadow: 0 3506px 7012px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3506 { border-radius: 3506px !important; }
.util-spacing-gap-3506 { gap: 3506px !important; }
.util-pad-vertical-3506 { padding-top: 3506px !important; padding-bottom: 3506px !important; }
.util-elevation-level-3507 { box-shadow: 0 3507px 7014px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3507 { border-radius: 3507px !important; }
.util-spacing-gap-3507 { gap: 3507px !important; }
.util-pad-vertical-3507 { padding-top: 3507px !important; padding-bottom: 3507px !important; }
.util-elevation-level-3508 { box-shadow: 0 3508px 7016px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3508 { border-radius: 3508px !important; }
.util-spacing-gap-3508 { gap: 3508px !important; }
.util-pad-vertical-3508 { padding-top: 3508px !important; padding-bottom: 3508px !important; }
.util-elevation-level-3509 { box-shadow: 0 3509px 7018px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3509 { border-radius: 3509px !important; }
.util-spacing-gap-3509 { gap: 3509px !important; }
.util-pad-vertical-3509 { padding-top: 3509px !important; padding-bottom: 3509px !important; }
.util-elevation-level-3510 { box-shadow: 0 3510px 7020px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3510 { border-radius: 3510px !important; }
.util-spacing-gap-3510 { gap: 3510px !important; }
.util-pad-vertical-3510 { padding-top: 3510px !important; padding-bottom: 3510px !important; }
.util-elevation-level-3511 { box-shadow: 0 3511px 7022px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3511 { border-radius: 3511px !important; }
.util-spacing-gap-3511 { gap: 3511px !important; }
.util-pad-vertical-3511 { padding-top: 3511px !important; padding-bottom: 3511px !important; }
.util-elevation-level-3512 { box-shadow: 0 3512px 7024px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3512 { border-radius: 3512px !important; }
.util-spacing-gap-3512 { gap: 3512px !important; }
.util-pad-vertical-3512 { padding-top: 3512px !important; padding-bottom: 3512px !important; }
.util-elevation-level-3513 { box-shadow: 0 3513px 7026px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3513 { border-radius: 3513px !important; }
.util-spacing-gap-3513 { gap: 3513px !important; }
.util-pad-vertical-3513 { padding-top: 3513px !important; padding-bottom: 3513px !important; }
.util-elevation-level-3514 { box-shadow: 0 3514px 7028px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3514 { border-radius: 3514px !important; }
.util-spacing-gap-3514 { gap: 3514px !important; }
.util-pad-vertical-3514 { padding-top: 3514px !important; padding-bottom: 3514px !important; }
.util-elevation-level-3515 { box-shadow: 0 3515px 7030px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3515 { border-radius: 3515px !important; }
.util-spacing-gap-3515 { gap: 3515px !important; }
.util-pad-vertical-3515 { padding-top: 3515px !important; padding-bottom: 3515px !important; }
.util-elevation-level-3516 { box-shadow: 0 3516px 7032px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3516 { border-radius: 3516px !important; }
.util-spacing-gap-3516 { gap: 3516px !important; }
.util-pad-vertical-3516 { padding-top: 3516px !important; padding-bottom: 3516px !important; }
.util-elevation-level-3517 { box-shadow: 0 3517px 7034px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3517 { border-radius: 3517px !important; }
.util-spacing-gap-3517 { gap: 3517px !important; }
.util-pad-vertical-3517 { padding-top: 3517px !important; padding-bottom: 3517px !important; }
.util-elevation-level-3518 { box-shadow: 0 3518px 7036px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3518 { border-radius: 3518px !important; }
.util-spacing-gap-3518 { gap: 3518px !important; }
.util-pad-vertical-3518 { padding-top: 3518px !important; padding-bottom: 3518px !important; }
.util-elevation-level-3519 { box-shadow: 0 3519px 7038px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3519 { border-radius: 3519px !important; }
.util-spacing-gap-3519 { gap: 3519px !important; }
.util-pad-vertical-3519 { padding-top: 3519px !important; padding-bottom: 3519px !important; }
.util-elevation-level-3520 { box-shadow: 0 3520px 7040px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3520 { border-radius: 3520px !important; }
.util-spacing-gap-3520 { gap: 3520px !important; }
.util-pad-vertical-3520 { padding-top: 3520px !important; padding-bottom: 3520px !important; }
.util-elevation-level-3521 { box-shadow: 0 3521px 7042px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3521 { border-radius: 3521px !important; }
.util-spacing-gap-3521 { gap: 3521px !important; }
.util-pad-vertical-3521 { padding-top: 3521px !important; padding-bottom: 3521px !important; }
.util-elevation-level-3522 { box-shadow: 0 3522px 7044px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3522 { border-radius: 3522px !important; }
.util-spacing-gap-3522 { gap: 3522px !important; }
.util-pad-vertical-3522 { padding-top: 3522px !important; padding-bottom: 3522px !important; }
.util-elevation-level-3523 { box-shadow: 0 3523px 7046px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3523 { border-radius: 3523px !important; }
.util-spacing-gap-3523 { gap: 3523px !important; }
.util-pad-vertical-3523 { padding-top: 3523px !important; padding-bottom: 3523px !important; }
.util-elevation-level-3524 { box-shadow: 0 3524px 7048px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3524 { border-radius: 3524px !important; }
.util-spacing-gap-3524 { gap: 3524px !important; }
.util-pad-vertical-3524 { padding-top: 3524px !important; padding-bottom: 3524px !important; }
.util-elevation-level-3525 { box-shadow: 0 3525px 7050px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3525 { border-radius: 3525px !important; }
.util-spacing-gap-3525 { gap: 3525px !important; }
.util-pad-vertical-3525 { padding-top: 3525px !important; padding-bottom: 3525px !important; }
.util-elevation-level-3526 { box-shadow: 0 3526px 7052px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3526 { border-radius: 3526px !important; }
.util-spacing-gap-3526 { gap: 3526px !important; }
.util-pad-vertical-3526 { padding-top: 3526px !important; padding-bottom: 3526px !important; }
.util-elevation-level-3527 { box-shadow: 0 3527px 7054px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3527 { border-radius: 3527px !important; }
.util-spacing-gap-3527 { gap: 3527px !important; }
.util-pad-vertical-3527 { padding-top: 3527px !important; padding-bottom: 3527px !important; }
.util-elevation-level-3528 { box-shadow: 0 3528px 7056px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3528 { border-radius: 3528px !important; }
.util-spacing-gap-3528 { gap: 3528px !important; }
.util-pad-vertical-3528 { padding-top: 3528px !important; padding-bottom: 3528px !important; }
.util-elevation-level-3529 { box-shadow: 0 3529px 7058px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3529 { border-radius: 3529px !important; }
.util-spacing-gap-3529 { gap: 3529px !important; }
.util-pad-vertical-3529 { padding-top: 3529px !important; padding-bottom: 3529px !important; }
.util-elevation-level-3530 { box-shadow: 0 3530px 7060px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3530 { border-radius: 3530px !important; }
.util-spacing-gap-3530 { gap: 3530px !important; }
.util-pad-vertical-3530 { padding-top: 3530px !important; padding-bottom: 3530px !important; }
.util-elevation-level-3531 { box-shadow: 0 3531px 7062px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3531 { border-radius: 3531px !important; }
.util-spacing-gap-3531 { gap: 3531px !important; }
.util-pad-vertical-3531 { padding-top: 3531px !important; padding-bottom: 3531px !important; }
.util-elevation-level-3532 { box-shadow: 0 3532px 7064px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3532 { border-radius: 3532px !important; }
.util-spacing-gap-3532 { gap: 3532px !important; }
.util-pad-vertical-3532 { padding-top: 3532px !important; padding-bottom: 3532px !important; }
.util-elevation-level-3533 { box-shadow: 0 3533px 7066px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3533 { border-radius: 3533px !important; }
.util-spacing-gap-3533 { gap: 3533px !important; }
.util-pad-vertical-3533 { padding-top: 3533px !important; padding-bottom: 3533px !important; }
.util-elevation-level-3534 { box-shadow: 0 3534px 7068px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3534 { border-radius: 3534px !important; }
.util-spacing-gap-3534 { gap: 3534px !important; }
.util-pad-vertical-3534 { padding-top: 3534px !important; padding-bottom: 3534px !important; }
.util-elevation-level-3535 { box-shadow: 0 3535px 7070px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3535 { border-radius: 3535px !important; }
.util-spacing-gap-3535 { gap: 3535px !important; }
.util-pad-vertical-3535 { padding-top: 3535px !important; padding-bottom: 3535px !important; }
.util-elevation-level-3536 { box-shadow: 0 3536px 7072px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3536 { border-radius: 3536px !important; }
.util-spacing-gap-3536 { gap: 3536px !important; }
.util-pad-vertical-3536 { padding-top: 3536px !important; padding-bottom: 3536px !important; }
.util-elevation-level-3537 { box-shadow: 0 3537px 7074px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3537 { border-radius: 3537px !important; }
.util-spacing-gap-3537 { gap: 3537px !important; }
.util-pad-vertical-3537 { padding-top: 3537px !important; padding-bottom: 3537px !important; }
.util-elevation-level-3538 { box-shadow: 0 3538px 7076px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3538 { border-radius: 3538px !important; }
.util-spacing-gap-3538 { gap: 3538px !important; }
.util-pad-vertical-3538 { padding-top: 3538px !important; padding-bottom: 3538px !important; }
.util-elevation-level-3539 { box-shadow: 0 3539px 7078px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3539 { border-radius: 3539px !important; }
.util-spacing-gap-3539 { gap: 3539px !important; }
.util-pad-vertical-3539 { padding-top: 3539px !important; padding-bottom: 3539px !important; }
.util-elevation-level-3540 { box-shadow: 0 3540px 7080px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3540 { border-radius: 3540px !important; }
.util-spacing-gap-3540 { gap: 3540px !important; }
.util-pad-vertical-3540 { padding-top: 3540px !important; padding-bottom: 3540px !important; }
.util-elevation-level-3541 { box-shadow: 0 3541px 7082px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3541 { border-radius: 3541px !important; }
.util-spacing-gap-3541 { gap: 3541px !important; }
.util-pad-vertical-3541 { padding-top: 3541px !important; padding-bottom: 3541px !important; }
.util-elevation-level-3542 { box-shadow: 0 3542px 7084px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3542 { border-radius: 3542px !important; }
.util-spacing-gap-3542 { gap: 3542px !important; }
.util-pad-vertical-3542 { padding-top: 3542px !important; padding-bottom: 3542px !important; }
.util-elevation-level-3543 { box-shadow: 0 3543px 7086px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3543 { border-radius: 3543px !important; }
.util-spacing-gap-3543 { gap: 3543px !important; }
.util-pad-vertical-3543 { padding-top: 3543px !important; padding-bottom: 3543px !important; }
.util-elevation-level-3544 { box-shadow: 0 3544px 7088px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3544 { border-radius: 3544px !important; }
.util-spacing-gap-3544 { gap: 3544px !important; }
.util-pad-vertical-3544 { padding-top: 3544px !important; padding-bottom: 3544px !important; }
.util-elevation-level-3545 { box-shadow: 0 3545px 7090px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3545 { border-radius: 3545px !important; }
.util-spacing-gap-3545 { gap: 3545px !important; }
.util-pad-vertical-3545 { padding-top: 3545px !important; padding-bottom: 3545px !important; }
.util-elevation-level-3546 { box-shadow: 0 3546px 7092px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3546 { border-radius: 3546px !important; }
.util-spacing-gap-3546 { gap: 3546px !important; }
.util-pad-vertical-3546 { padding-top: 3546px !important; padding-bottom: 3546px !important; }
.util-elevation-level-3547 { box-shadow: 0 3547px 7094px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3547 { border-radius: 3547px !important; }
.util-spacing-gap-3547 { gap: 3547px !important; }
.util-pad-vertical-3547 { padding-top: 3547px !important; padding-bottom: 3547px !important; }
.util-elevation-level-3548 { box-shadow: 0 3548px 7096px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3548 { border-radius: 3548px !important; }
.util-spacing-gap-3548 { gap: 3548px !important; }
.util-pad-vertical-3548 { padding-top: 3548px !important; padding-bottom: 3548px !important; }
.util-elevation-level-3549 { box-shadow: 0 3549px 7098px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3549 { border-radius: 3549px !important; }
.util-spacing-gap-3549 { gap: 3549px !important; }
.util-pad-vertical-3549 { padding-top: 3549px !important; padding-bottom: 3549px !important; }
.util-elevation-level-3550 { box-shadow: 0 3550px 7100px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3550 { border-radius: 3550px !important; }
.util-spacing-gap-3550 { gap: 3550px !important; }
.util-pad-vertical-3550 { padding-top: 3550px !important; padding-bottom: 3550px !important; }
.util-elevation-level-3551 { box-shadow: 0 3551px 7102px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3551 { border-radius: 3551px !important; }
.util-spacing-gap-3551 { gap: 3551px !important; }
.util-pad-vertical-3551 { padding-top: 3551px !important; padding-bottom: 3551px !important; }
.util-elevation-level-3552 { box-shadow: 0 3552px 7104px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3552 { border-radius: 3552px !important; }
.util-spacing-gap-3552 { gap: 3552px !important; }
.util-pad-vertical-3552 { padding-top: 3552px !important; padding-bottom: 3552px !important; }
.util-elevation-level-3553 { box-shadow: 0 3553px 7106px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3553 { border-radius: 3553px !important; }
.util-spacing-gap-3553 { gap: 3553px !important; }
.util-pad-vertical-3553 { padding-top: 3553px !important; padding-bottom: 3553px !important; }
.util-elevation-level-3554 { box-shadow: 0 3554px 7108px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3554 { border-radius: 3554px !important; }
.util-spacing-gap-3554 { gap: 3554px !important; }
.util-pad-vertical-3554 { padding-top: 3554px !important; padding-bottom: 3554px !important; }
.util-elevation-level-3555 { box-shadow: 0 3555px 7110px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3555 { border-radius: 3555px !important; }
.util-spacing-gap-3555 { gap: 3555px !important; }
.util-pad-vertical-3555 { padding-top: 3555px !important; padding-bottom: 3555px !important; }
.util-elevation-level-3556 { box-shadow: 0 3556px 7112px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3556 { border-radius: 3556px !important; }
.util-spacing-gap-3556 { gap: 3556px !important; }
.util-pad-vertical-3556 { padding-top: 3556px !important; padding-bottom: 3556px !important; }
.util-elevation-level-3557 { box-shadow: 0 3557px 7114px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3557 { border-radius: 3557px !important; }
.util-spacing-gap-3557 { gap: 3557px !important; }
.util-pad-vertical-3557 { padding-top: 3557px !important; padding-bottom: 3557px !important; }
.util-elevation-level-3558 { box-shadow: 0 3558px 7116px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3558 { border-radius: 3558px !important; }
.util-spacing-gap-3558 { gap: 3558px !important; }
.util-pad-vertical-3558 { padding-top: 3558px !important; padding-bottom: 3558px !important; }
.util-elevation-level-3559 { box-shadow: 0 3559px 7118px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3559 { border-radius: 3559px !important; }
.util-spacing-gap-3559 { gap: 3559px !important; }
.util-pad-vertical-3559 { padding-top: 3559px !important; padding-bottom: 3559px !important; }
.util-elevation-level-3560 { box-shadow: 0 3560px 7120px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3560 { border-radius: 3560px !important; }
.util-spacing-gap-3560 { gap: 3560px !important; }
.util-pad-vertical-3560 { padding-top: 3560px !important; padding-bottom: 3560px !important; }
.util-elevation-level-3561 { box-shadow: 0 3561px 7122px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3561 { border-radius: 3561px !important; }
.util-spacing-gap-3561 { gap: 3561px !important; }
.util-pad-vertical-3561 { padding-top: 3561px !important; padding-bottom: 3561px !important; }
.util-elevation-level-3562 { box-shadow: 0 3562px 7124px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3562 { border-radius: 3562px !important; }
.util-spacing-gap-3562 { gap: 3562px !important; }
.util-pad-vertical-3562 { padding-top: 3562px !important; padding-bottom: 3562px !important; }
.util-elevation-level-3563 { box-shadow: 0 3563px 7126px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3563 { border-radius: 3563px !important; }
.util-spacing-gap-3563 { gap: 3563px !important; }
.util-pad-vertical-3563 { padding-top: 3563px !important; padding-bottom: 3563px !important; }
.util-elevation-level-3564 { box-shadow: 0 3564px 7128px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3564 { border-radius: 3564px !important; }
.util-spacing-gap-3564 { gap: 3564px !important; }
.util-pad-vertical-3564 { padding-top: 3564px !important; padding-bottom: 3564px !important; }
.util-elevation-level-3565 { box-shadow: 0 3565px 7130px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3565 { border-radius: 3565px !important; }
.util-spacing-gap-3565 { gap: 3565px !important; }
.util-pad-vertical-3565 { padding-top: 3565px !important; padding-bottom: 3565px !important; }
.util-elevation-level-3566 { box-shadow: 0 3566px 7132px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3566 { border-radius: 3566px !important; }
.util-spacing-gap-3566 { gap: 3566px !important; }
.util-pad-vertical-3566 { padding-top: 3566px !important; padding-bottom: 3566px !important; }
.util-elevation-level-3567 { box-shadow: 0 3567px 7134px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3567 { border-radius: 3567px !important; }
.util-spacing-gap-3567 { gap: 3567px !important; }
.util-pad-vertical-3567 { padding-top: 3567px !important; padding-bottom: 3567px !important; }
.util-elevation-level-3568 { box-shadow: 0 3568px 7136px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3568 { border-radius: 3568px !important; }
.util-spacing-gap-3568 { gap: 3568px !important; }
.util-pad-vertical-3568 { padding-top: 3568px !important; padding-bottom: 3568px !important; }
.util-elevation-level-3569 { box-shadow: 0 3569px 7138px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3569 { border-radius: 3569px !important; }
.util-spacing-gap-3569 { gap: 3569px !important; }
.util-pad-vertical-3569 { padding-top: 3569px !important; padding-bottom: 3569px !important; }
.util-elevation-level-3570 { box-shadow: 0 3570px 7140px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3570 { border-radius: 3570px !important; }
.util-spacing-gap-3570 { gap: 3570px !important; }
.util-pad-vertical-3570 { padding-top: 3570px !important; padding-bottom: 3570px !important; }
.util-elevation-level-3571 { box-shadow: 0 3571px 7142px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3571 { border-radius: 3571px !important; }
.util-spacing-gap-3571 { gap: 3571px !important; }
.util-pad-vertical-3571 { padding-top: 3571px !important; padding-bottom: 3571px !important; }
.util-elevation-level-3572 { box-shadow: 0 3572px 7144px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3572 { border-radius: 3572px !important; }
.util-spacing-gap-3572 { gap: 3572px !important; }
.util-pad-vertical-3572 { padding-top: 3572px !important; padding-bottom: 3572px !important; }
.util-elevation-level-3573 { box-shadow: 0 3573px 7146px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3573 { border-radius: 3573px !important; }
.util-spacing-gap-3573 { gap: 3573px !important; }
.util-pad-vertical-3573 { padding-top: 3573px !important; padding-bottom: 3573px !important; }
.util-elevation-level-3574 { box-shadow: 0 3574px 7148px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3574 { border-radius: 3574px !important; }
.util-spacing-gap-3574 { gap: 3574px !important; }
.util-pad-vertical-3574 { padding-top: 3574px !important; padding-bottom: 3574px !important; }
.util-elevation-level-3575 { box-shadow: 0 3575px 7150px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3575 { border-radius: 3575px !important; }
.util-spacing-gap-3575 { gap: 3575px !important; }
.util-pad-vertical-3575 { padding-top: 3575px !important; padding-bottom: 3575px !important; }
.util-elevation-level-3576 { box-shadow: 0 3576px 7152px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3576 { border-radius: 3576px !important; }
.util-spacing-gap-3576 { gap: 3576px !important; }
.util-pad-vertical-3576 { padding-top: 3576px !important; padding-bottom: 3576px !important; }
.util-elevation-level-3577 { box-shadow: 0 3577px 7154px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3577 { border-radius: 3577px !important; }
.util-spacing-gap-3577 { gap: 3577px !important; }
.util-pad-vertical-3577 { padding-top: 3577px !important; padding-bottom: 3577px !important; }
.util-elevation-level-3578 { box-shadow: 0 3578px 7156px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3578 { border-radius: 3578px !important; }
.util-spacing-gap-3578 { gap: 3578px !important; }
.util-pad-vertical-3578 { padding-top: 3578px !important; padding-bottom: 3578px !important; }
.util-elevation-level-3579 { box-shadow: 0 3579px 7158px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3579 { border-radius: 3579px !important; }
.util-spacing-gap-3579 { gap: 3579px !important; }
.util-pad-vertical-3579 { padding-top: 3579px !important; padding-bottom: 3579px !important; }
.util-elevation-level-3580 { box-shadow: 0 3580px 7160px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3580 { border-radius: 3580px !important; }
.util-spacing-gap-3580 { gap: 3580px !important; }
.util-pad-vertical-3580 { padding-top: 3580px !important; padding-bottom: 3580px !important; }
.util-elevation-level-3581 { box-shadow: 0 3581px 7162px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3581 { border-radius: 3581px !important; }
.util-spacing-gap-3581 { gap: 3581px !important; }
.util-pad-vertical-3581 { padding-top: 3581px !important; padding-bottom: 3581px !important; }
.util-elevation-level-3582 { box-shadow: 0 3582px 7164px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3582 { border-radius: 3582px !important; }
.util-spacing-gap-3582 { gap: 3582px !important; }
.util-pad-vertical-3582 { padding-top: 3582px !important; padding-bottom: 3582px !important; }
.util-elevation-level-3583 { box-shadow: 0 3583px 7166px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3583 { border-radius: 3583px !important; }
.util-spacing-gap-3583 { gap: 3583px !important; }
.util-pad-vertical-3583 { padding-top: 3583px !important; padding-bottom: 3583px !important; }
.util-elevation-level-3584 { box-shadow: 0 3584px 7168px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3584 { border-radius: 3584px !important; }
.util-spacing-gap-3584 { gap: 3584px !important; }
.util-pad-vertical-3584 { padding-top: 3584px !important; padding-bottom: 3584px !important; }
.util-elevation-level-3585 { box-shadow: 0 3585px 7170px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3585 { border-radius: 3585px !important; }
.util-spacing-gap-3585 { gap: 3585px !important; }
.util-pad-vertical-3585 { padding-top: 3585px !important; padding-bottom: 3585px !important; }
.util-elevation-level-3586 { box-shadow: 0 3586px 7172px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3586 { border-radius: 3586px !important; }
.util-spacing-gap-3586 { gap: 3586px !important; }
.util-pad-vertical-3586 { padding-top: 3586px !important; padding-bottom: 3586px !important; }
.util-elevation-level-3587 { box-shadow: 0 3587px 7174px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3587 { border-radius: 3587px !important; }
.util-spacing-gap-3587 { gap: 3587px !important; }
.util-pad-vertical-3587 { padding-top: 3587px !important; padding-bottom: 3587px !important; }
.util-elevation-level-3588 { box-shadow: 0 3588px 7176px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3588 { border-radius: 3588px !important; }
.util-spacing-gap-3588 { gap: 3588px !important; }
.util-pad-vertical-3588 { padding-top: 3588px !important; padding-bottom: 3588px !important; }
.util-elevation-level-3589 { box-shadow: 0 3589px 7178px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3589 { border-radius: 3589px !important; }
.util-spacing-gap-3589 { gap: 3589px !important; }
.util-pad-vertical-3589 { padding-top: 3589px !important; padding-bottom: 3589px !important; }
.util-elevation-level-3590 { box-shadow: 0 3590px 7180px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3590 { border-radius: 3590px !important; }
.util-spacing-gap-3590 { gap: 3590px !important; }
.util-pad-vertical-3590 { padding-top: 3590px !important; padding-bottom: 3590px !important; }
.util-elevation-level-3591 { box-shadow: 0 3591px 7182px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3591 { border-radius: 3591px !important; }
.util-spacing-gap-3591 { gap: 3591px !important; }
.util-pad-vertical-3591 { padding-top: 3591px !important; padding-bottom: 3591px !important; }
.util-elevation-level-3592 { box-shadow: 0 3592px 7184px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3592 { border-radius: 3592px !important; }
.util-spacing-gap-3592 { gap: 3592px !important; }
.util-pad-vertical-3592 { padding-top: 3592px !important; padding-bottom: 3592px !important; }
.util-elevation-level-3593 { box-shadow: 0 3593px 7186px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3593 { border-radius: 3593px !important; }
.util-spacing-gap-3593 { gap: 3593px !important; }
.util-pad-vertical-3593 { padding-top: 3593px !important; padding-bottom: 3593px !important; }
.util-elevation-level-3594 { box-shadow: 0 3594px 7188px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3594 { border-radius: 3594px !important; }
.util-spacing-gap-3594 { gap: 3594px !important; }
.util-pad-vertical-3594 { padding-top: 3594px !important; padding-bottom: 3594px !important; }
.util-elevation-level-3595 { box-shadow: 0 3595px 7190px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3595 { border-radius: 3595px !important; }
.util-spacing-gap-3595 { gap: 3595px !important; }
.util-pad-vertical-3595 { padding-top: 3595px !important; padding-bottom: 3595px !important; }
.util-elevation-level-3596 { box-shadow: 0 3596px 7192px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3596 { border-radius: 3596px !important; }
.util-spacing-gap-3596 { gap: 3596px !important; }
.util-pad-vertical-3596 { padding-top: 3596px !important; padding-bottom: 3596px !important; }
.util-elevation-level-3597 { box-shadow: 0 3597px 7194px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3597 { border-radius: 3597px !important; }
.util-spacing-gap-3597 { gap: 3597px !important; }
.util-pad-vertical-3597 { padding-top: 3597px !important; padding-bottom: 3597px !important; }
.util-elevation-level-3598 { box-shadow: 0 3598px 7196px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3598 { border-radius: 3598px !important; }
.util-spacing-gap-3598 { gap: 3598px !important; }
.util-pad-vertical-3598 { padding-top: 3598px !important; padding-bottom: 3598px !important; }
.util-elevation-level-3599 { box-shadow: 0 3599px 7198px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3599 { border-radius: 3599px !important; }
.util-spacing-gap-3599 { gap: 3599px !important; }
.util-pad-vertical-3599 { padding-top: 3599px !important; padding-bottom: 3599px !important; }
.util-elevation-level-3600 { box-shadow: 0 3600px 7200px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3600 { border-radius: 3600px !important; }
.util-spacing-gap-3600 { gap: 3600px !important; }
.util-pad-vertical-3600 { padding-top: 3600px !important; padding-bottom: 3600px !important; }
.util-elevation-level-3601 { box-shadow: 0 3601px 7202px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3601 { border-radius: 3601px !important; }
.util-spacing-gap-3601 { gap: 3601px !important; }
.util-pad-vertical-3601 { padding-top: 3601px !important; padding-bottom: 3601px !important; }
.util-elevation-level-3602 { box-shadow: 0 3602px 7204px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3602 { border-radius: 3602px !important; }
.util-spacing-gap-3602 { gap: 3602px !important; }
.util-pad-vertical-3602 { padding-top: 3602px !important; padding-bottom: 3602px !important; }
.util-elevation-level-3603 { box-shadow: 0 3603px 7206px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3603 { border-radius: 3603px !important; }
.util-spacing-gap-3603 { gap: 3603px !important; }
.util-pad-vertical-3603 { padding-top: 3603px !important; padding-bottom: 3603px !important; }
.util-elevation-level-3604 { box-shadow: 0 3604px 7208px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3604 { border-radius: 3604px !important; }
.util-spacing-gap-3604 { gap: 3604px !important; }
.util-pad-vertical-3604 { padding-top: 3604px !important; padding-bottom: 3604px !important; }
.util-elevation-level-3605 { box-shadow: 0 3605px 7210px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3605 { border-radius: 3605px !important; }
.util-spacing-gap-3605 { gap: 3605px !important; }
.util-pad-vertical-3605 { padding-top: 3605px !important; padding-bottom: 3605px !important; }
.util-elevation-level-3606 { box-shadow: 0 3606px 7212px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3606 { border-radius: 3606px !important; }
.util-spacing-gap-3606 { gap: 3606px !important; }
.util-pad-vertical-3606 { padding-top: 3606px !important; padding-bottom: 3606px !important; }
.util-elevation-level-3607 { box-shadow: 0 3607px 7214px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3607 { border-radius: 3607px !important; }
.util-spacing-gap-3607 { gap: 3607px !important; }
.util-pad-vertical-3607 { padding-top: 3607px !important; padding-bottom: 3607px !important; }
.util-elevation-level-3608 { box-shadow: 0 3608px 7216px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3608 { border-radius: 3608px !important; }
.util-spacing-gap-3608 { gap: 3608px !important; }
.util-pad-vertical-3608 { padding-top: 3608px !important; padding-bottom: 3608px !important; }
.util-elevation-level-3609 { box-shadow: 0 3609px 7218px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3609 { border-radius: 3609px !important; }
.util-spacing-gap-3609 { gap: 3609px !important; }
.util-pad-vertical-3609 { padding-top: 3609px !important; padding-bottom: 3609px !important; }
.util-elevation-level-3610 { box-shadow: 0 3610px 7220px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3610 { border-radius: 3610px !important; }
.util-spacing-gap-3610 { gap: 3610px !important; }
.util-pad-vertical-3610 { padding-top: 3610px !important; padding-bottom: 3610px !important; }
.util-elevation-level-3611 { box-shadow: 0 3611px 7222px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3611 { border-radius: 3611px !important; }
.util-spacing-gap-3611 { gap: 3611px !important; }
.util-pad-vertical-3611 { padding-top: 3611px !important; padding-bottom: 3611px !important; }
.util-elevation-level-3612 { box-shadow: 0 3612px 7224px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3612 { border-radius: 3612px !important; }
.util-spacing-gap-3612 { gap: 3612px !important; }
.util-pad-vertical-3612 { padding-top: 3612px !important; padding-bottom: 3612px !important; }
.util-elevation-level-3613 { box-shadow: 0 3613px 7226px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3613 { border-radius: 3613px !important; }
.util-spacing-gap-3613 { gap: 3613px !important; }
.util-pad-vertical-3613 { padding-top: 3613px !important; padding-bottom: 3613px !important; }
.util-elevation-level-3614 { box-shadow: 0 3614px 7228px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3614 { border-radius: 3614px !important; }
.util-spacing-gap-3614 { gap: 3614px !important; }
.util-pad-vertical-3614 { padding-top: 3614px !important; padding-bottom: 3614px !important; }
.util-elevation-level-3615 { box-shadow: 0 3615px 7230px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3615 { border-radius: 3615px !important; }
.util-spacing-gap-3615 { gap: 3615px !important; }
.util-pad-vertical-3615 { padding-top: 3615px !important; padding-bottom: 3615px !important; }
.util-elevation-level-3616 { box-shadow: 0 3616px 7232px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3616 { border-radius: 3616px !important; }
.util-spacing-gap-3616 { gap: 3616px !important; }
.util-pad-vertical-3616 { padding-top: 3616px !important; padding-bottom: 3616px !important; }
.util-elevation-level-3617 { box-shadow: 0 3617px 7234px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3617 { border-radius: 3617px !important; }
.util-spacing-gap-3617 { gap: 3617px !important; }
.util-pad-vertical-3617 { padding-top: 3617px !important; padding-bottom: 3617px !important; }
.util-elevation-level-3618 { box-shadow: 0 3618px 7236px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3618 { border-radius: 3618px !important; }
.util-spacing-gap-3618 { gap: 3618px !important; }
.util-pad-vertical-3618 { padding-top: 3618px !important; padding-bottom: 3618px !important; }
.util-elevation-level-3619 { box-shadow: 0 3619px 7238px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3619 { border-radius: 3619px !important; }
.util-spacing-gap-3619 { gap: 3619px !important; }
.util-pad-vertical-3619 { padding-top: 3619px !important; padding-bottom: 3619px !important; }
.util-elevation-level-3620 { box-shadow: 0 3620px 7240px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3620 { border-radius: 3620px !important; }
.util-spacing-gap-3620 { gap: 3620px !important; }
.util-pad-vertical-3620 { padding-top: 3620px !important; padding-bottom: 3620px !important; }
.util-elevation-level-3621 { box-shadow: 0 3621px 7242px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3621 { border-radius: 3621px !important; }
.util-spacing-gap-3621 { gap: 3621px !important; }
.util-pad-vertical-3621 { padding-top: 3621px !important; padding-bottom: 3621px !important; }
.util-elevation-level-3622 { box-shadow: 0 3622px 7244px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3622 { border-radius: 3622px !important; }
.util-spacing-gap-3622 { gap: 3622px !important; }
.util-pad-vertical-3622 { padding-top: 3622px !important; padding-bottom: 3622px !important; }
.util-elevation-level-3623 { box-shadow: 0 3623px 7246px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3623 { border-radius: 3623px !important; }
.util-spacing-gap-3623 { gap: 3623px !important; }
.util-pad-vertical-3623 { padding-top: 3623px !important; padding-bottom: 3623px !important; }
.util-elevation-level-3624 { box-shadow: 0 3624px 7248px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3624 { border-radius: 3624px !important; }
.util-spacing-gap-3624 { gap: 3624px !important; }
.util-pad-vertical-3624 { padding-top: 3624px !important; padding-bottom: 3624px !important; }
.util-elevation-level-3625 { box-shadow: 0 3625px 7250px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3625 { border-radius: 3625px !important; }
.util-spacing-gap-3625 { gap: 3625px !important; }
.util-pad-vertical-3625 { padding-top: 3625px !important; padding-bottom: 3625px !important; }
.util-elevation-level-3626 { box-shadow: 0 3626px 7252px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3626 { border-radius: 3626px !important; }
.util-spacing-gap-3626 { gap: 3626px !important; }
.util-pad-vertical-3626 { padding-top: 3626px !important; padding-bottom: 3626px !important; }
.util-elevation-level-3627 { box-shadow: 0 3627px 7254px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3627 { border-radius: 3627px !important; }
.util-spacing-gap-3627 { gap: 3627px !important; }
.util-pad-vertical-3627 { padding-top: 3627px !important; padding-bottom: 3627px !important; }
.util-elevation-level-3628 { box-shadow: 0 3628px 7256px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3628 { border-radius: 3628px !important; }
.util-spacing-gap-3628 { gap: 3628px !important; }
.util-pad-vertical-3628 { padding-top: 3628px !important; padding-bottom: 3628px !important; }
.util-elevation-level-3629 { box-shadow: 0 3629px 7258px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3629 { border-radius: 3629px !important; }
.util-spacing-gap-3629 { gap: 3629px !important; }
.util-pad-vertical-3629 { padding-top: 3629px !important; padding-bottom: 3629px !important; }
.util-elevation-level-3630 { box-shadow: 0 3630px 7260px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3630 { border-radius: 3630px !important; }
.util-spacing-gap-3630 { gap: 3630px !important; }
.util-pad-vertical-3630 { padding-top: 3630px !important; padding-bottom: 3630px !important; }
.util-elevation-level-3631 { box-shadow: 0 3631px 7262px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3631 { border-radius: 3631px !important; }
.util-spacing-gap-3631 { gap: 3631px !important; }
.util-pad-vertical-3631 { padding-top: 3631px !important; padding-bottom: 3631px !important; }
.util-elevation-level-3632 { box-shadow: 0 3632px 7264px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3632 { border-radius: 3632px !important; }
.util-spacing-gap-3632 { gap: 3632px !important; }
.util-pad-vertical-3632 { padding-top: 3632px !important; padding-bottom: 3632px !important; }
.util-elevation-level-3633 { box-shadow: 0 3633px 7266px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3633 { border-radius: 3633px !important; }
.util-spacing-gap-3633 { gap: 3633px !important; }
.util-pad-vertical-3633 { padding-top: 3633px !important; padding-bottom: 3633px !important; }
.util-elevation-level-3634 { box-shadow: 0 3634px 7268px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3634 { border-radius: 3634px !important; }
.util-spacing-gap-3634 { gap: 3634px !important; }
.util-pad-vertical-3634 { padding-top: 3634px !important; padding-bottom: 3634px !important; }
.util-elevation-level-3635 { box-shadow: 0 3635px 7270px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3635 { border-radius: 3635px !important; }
.util-spacing-gap-3635 { gap: 3635px !important; }
.util-pad-vertical-3635 { padding-top: 3635px !important; padding-bottom: 3635px !important; }
.util-elevation-level-3636 { box-shadow: 0 3636px 7272px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3636 { border-radius: 3636px !important; }
.util-spacing-gap-3636 { gap: 3636px !important; }
.util-pad-vertical-3636 { padding-top: 3636px !important; padding-bottom: 3636px !important; }
.util-elevation-level-3637 { box-shadow: 0 3637px 7274px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3637 { border-radius: 3637px !important; }
.util-spacing-gap-3637 { gap: 3637px !important; }
.util-pad-vertical-3637 { padding-top: 3637px !important; padding-bottom: 3637px !important; }
.util-elevation-level-3638 { box-shadow: 0 3638px 7276px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3638 { border-radius: 3638px !important; }
.util-spacing-gap-3638 { gap: 3638px !important; }
.util-pad-vertical-3638 { padding-top: 3638px !important; padding-bottom: 3638px !important; }
.util-elevation-level-3639 { box-shadow: 0 3639px 7278px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3639 { border-radius: 3639px !important; }
.util-spacing-gap-3639 { gap: 3639px !important; }
.util-pad-vertical-3639 { padding-top: 3639px !important; padding-bottom: 3639px !important; }
.util-elevation-level-3640 { box-shadow: 0 3640px 7280px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3640 { border-radius: 3640px !important; }
.util-spacing-gap-3640 { gap: 3640px !important; }
.util-pad-vertical-3640 { padding-top: 3640px !important; padding-bottom: 3640px !important; }
.util-elevation-level-3641 { box-shadow: 0 3641px 7282px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3641 { border-radius: 3641px !important; }
.util-spacing-gap-3641 { gap: 3641px !important; }
.util-pad-vertical-3641 { padding-top: 3641px !important; padding-bottom: 3641px !important; }
.util-elevation-level-3642 { box-shadow: 0 3642px 7284px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3642 { border-radius: 3642px !important; }
.util-spacing-gap-3642 { gap: 3642px !important; }
.util-pad-vertical-3642 { padding-top: 3642px !important; padding-bottom: 3642px !important; }
.util-elevation-level-3643 { box-shadow: 0 3643px 7286px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3643 { border-radius: 3643px !important; }
.util-spacing-gap-3643 { gap: 3643px !important; }
.util-pad-vertical-3643 { padding-top: 3643px !important; padding-bottom: 3643px !important; }
.util-elevation-level-3644 { box-shadow: 0 3644px 7288px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3644 { border-radius: 3644px !important; }
.util-spacing-gap-3644 { gap: 3644px !important; }
.util-pad-vertical-3644 { padding-top: 3644px !important; padding-bottom: 3644px !important; }
.util-elevation-level-3645 { box-shadow: 0 3645px 7290px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3645 { border-radius: 3645px !important; }
.util-spacing-gap-3645 { gap: 3645px !important; }
.util-pad-vertical-3645 { padding-top: 3645px !important; padding-bottom: 3645px !important; }
.util-elevation-level-3646 { box-shadow: 0 3646px 7292px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3646 { border-radius: 3646px !important; }
.util-spacing-gap-3646 { gap: 3646px !important; }
.util-pad-vertical-3646 { padding-top: 3646px !important; padding-bottom: 3646px !important; }
.util-elevation-level-3647 { box-shadow: 0 3647px 7294px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3647 { border-radius: 3647px !important; }
.util-spacing-gap-3647 { gap: 3647px !important; }
.util-pad-vertical-3647 { padding-top: 3647px !important; padding-bottom: 3647px !important; }
.util-elevation-level-3648 { box-shadow: 0 3648px 7296px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3648 { border-radius: 3648px !important; }
.util-spacing-gap-3648 { gap: 3648px !important; }
.util-pad-vertical-3648 { padding-top: 3648px !important; padding-bottom: 3648px !important; }
.util-elevation-level-3649 { box-shadow: 0 3649px 7298px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3649 { border-radius: 3649px !important; }
.util-spacing-gap-3649 { gap: 3649px !important; }
.util-pad-vertical-3649 { padding-top: 3649px !important; padding-bottom: 3649px !important; }
.util-elevation-level-3650 { box-shadow: 0 3650px 7300px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3650 { border-radius: 3650px !important; }
.util-spacing-gap-3650 { gap: 3650px !important; }
.util-pad-vertical-3650 { padding-top: 3650px !important; padding-bottom: 3650px !important; }
.util-elevation-level-3651 { box-shadow: 0 3651px 7302px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3651 { border-radius: 3651px !important; }
.util-spacing-gap-3651 { gap: 3651px !important; }
.util-pad-vertical-3651 { padding-top: 3651px !important; padding-bottom: 3651px !important; }
.util-elevation-level-3652 { box-shadow: 0 3652px 7304px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3652 { border-radius: 3652px !important; }
.util-spacing-gap-3652 { gap: 3652px !important; }
.util-pad-vertical-3652 { padding-top: 3652px !important; padding-bottom: 3652px !important; }
.util-elevation-level-3653 { box-shadow: 0 3653px 7306px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3653 { border-radius: 3653px !important; }
.util-spacing-gap-3653 { gap: 3653px !important; }
.util-pad-vertical-3653 { padding-top: 3653px !important; padding-bottom: 3653px !important; }
.util-elevation-level-3654 { box-shadow: 0 3654px 7308px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3654 { border-radius: 3654px !important; }
.util-spacing-gap-3654 { gap: 3654px !important; }
.util-pad-vertical-3654 { padding-top: 3654px !important; padding-bottom: 3654px !important; }
.util-elevation-level-3655 { box-shadow: 0 3655px 7310px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3655 { border-radius: 3655px !important; }
.util-spacing-gap-3655 { gap: 3655px !important; }
.util-pad-vertical-3655 { padding-top: 3655px !important; padding-bottom: 3655px !important; }
.util-elevation-level-3656 { box-shadow: 0 3656px 7312px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3656 { border-radius: 3656px !important; }
.util-spacing-gap-3656 { gap: 3656px !important; }
.util-pad-vertical-3656 { padding-top: 3656px !important; padding-bottom: 3656px !important; }
.util-elevation-level-3657 { box-shadow: 0 3657px 7314px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3657 { border-radius: 3657px !important; }
.util-spacing-gap-3657 { gap: 3657px !important; }
.util-pad-vertical-3657 { padding-top: 3657px !important; padding-bottom: 3657px !important; }
.util-elevation-level-3658 { box-shadow: 0 3658px 7316px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3658 { border-radius: 3658px !important; }
.util-spacing-gap-3658 { gap: 3658px !important; }
.util-pad-vertical-3658 { padding-top: 3658px !important; padding-bottom: 3658px !important; }
.util-elevation-level-3659 { box-shadow: 0 3659px 7318px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3659 { border-radius: 3659px !important; }
.util-spacing-gap-3659 { gap: 3659px !important; }
.util-pad-vertical-3659 { padding-top: 3659px !important; padding-bottom: 3659px !important; }
.util-elevation-level-3660 { box-shadow: 0 3660px 7320px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3660 { border-radius: 3660px !important; }
.util-spacing-gap-3660 { gap: 3660px !important; }
.util-pad-vertical-3660 { padding-top: 3660px !important; padding-bottom: 3660px !important; }
.util-elevation-level-3661 { box-shadow: 0 3661px 7322px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3661 { border-radius: 3661px !important; }
.util-spacing-gap-3661 { gap: 3661px !important; }
.util-pad-vertical-3661 { padding-top: 3661px !important; padding-bottom: 3661px !important; }
.util-elevation-level-3662 { box-shadow: 0 3662px 7324px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3662 { border-radius: 3662px !important; }
.util-spacing-gap-3662 { gap: 3662px !important; }
.util-pad-vertical-3662 { padding-top: 3662px !important; padding-bottom: 3662px !important; }
.util-elevation-level-3663 { box-shadow: 0 3663px 7326px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3663 { border-radius: 3663px !important; }
.util-spacing-gap-3663 { gap: 3663px !important; }
.util-pad-vertical-3663 { padding-top: 3663px !important; padding-bottom: 3663px !important; }
.util-elevation-level-3664 { box-shadow: 0 3664px 7328px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3664 { border-radius: 3664px !important; }
.util-spacing-gap-3664 { gap: 3664px !important; }
.util-pad-vertical-3664 { padding-top: 3664px !important; padding-bottom: 3664px !important; }
.util-elevation-level-3665 { box-shadow: 0 3665px 7330px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3665 { border-radius: 3665px !important; }
.util-spacing-gap-3665 { gap: 3665px !important; }
.util-pad-vertical-3665 { padding-top: 3665px !important; padding-bottom: 3665px !important; }
.util-elevation-level-3666 { box-shadow: 0 3666px 7332px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3666 { border-radius: 3666px !important; }
.util-spacing-gap-3666 { gap: 3666px !important; }
.util-pad-vertical-3666 { padding-top: 3666px !important; padding-bottom: 3666px !important; }
.util-elevation-level-3667 { box-shadow: 0 3667px 7334px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3667 { border-radius: 3667px !important; }
.util-spacing-gap-3667 { gap: 3667px !important; }
.util-pad-vertical-3667 { padding-top: 3667px !important; padding-bottom: 3667px !important; }
.util-elevation-level-3668 { box-shadow: 0 3668px 7336px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3668 { border-radius: 3668px !important; }
.util-spacing-gap-3668 { gap: 3668px !important; }
.util-pad-vertical-3668 { padding-top: 3668px !important; padding-bottom: 3668px !important; }
.util-elevation-level-3669 { box-shadow: 0 3669px 7338px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3669 { border-radius: 3669px !important; }
.util-spacing-gap-3669 { gap: 3669px !important; }
.util-pad-vertical-3669 { padding-top: 3669px !important; padding-bottom: 3669px !important; }
.util-elevation-level-3670 { box-shadow: 0 3670px 7340px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3670 { border-radius: 3670px !important; }
.util-spacing-gap-3670 { gap: 3670px !important; }
.util-pad-vertical-3670 { padding-top: 3670px !important; padding-bottom: 3670px !important; }
.util-elevation-level-3671 { box-shadow: 0 3671px 7342px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3671 { border-radius: 3671px !important; }
.util-spacing-gap-3671 { gap: 3671px !important; }
.util-pad-vertical-3671 { padding-top: 3671px !important; padding-bottom: 3671px !important; }
.util-elevation-level-3672 { box-shadow: 0 3672px 7344px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3672 { border-radius: 3672px !important; }
.util-spacing-gap-3672 { gap: 3672px !important; }
.util-pad-vertical-3672 { padding-top: 3672px !important; padding-bottom: 3672px !important; }
.util-elevation-level-3673 { box-shadow: 0 3673px 7346px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3673 { border-radius: 3673px !important; }
.util-spacing-gap-3673 { gap: 3673px !important; }
.util-pad-vertical-3673 { padding-top: 3673px !important; padding-bottom: 3673px !important; }
.util-elevation-level-3674 { box-shadow: 0 3674px 7348px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3674 { border-radius: 3674px !important; }
.util-spacing-gap-3674 { gap: 3674px !important; }
.util-pad-vertical-3674 { padding-top: 3674px !important; padding-bottom: 3674px !important; }
.util-elevation-level-3675 { box-shadow: 0 3675px 7350px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3675 { border-radius: 3675px !important; }
.util-spacing-gap-3675 { gap: 3675px !important; }
.util-pad-vertical-3675 { padding-top: 3675px !important; padding-bottom: 3675px !important; }
.util-elevation-level-3676 { box-shadow: 0 3676px 7352px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3676 { border-radius: 3676px !important; }
.util-spacing-gap-3676 { gap: 3676px !important; }
.util-pad-vertical-3676 { padding-top: 3676px !important; padding-bottom: 3676px !important; }
.util-elevation-level-3677 { box-shadow: 0 3677px 7354px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3677 { border-radius: 3677px !important; }
.util-spacing-gap-3677 { gap: 3677px !important; }
.util-pad-vertical-3677 { padding-top: 3677px !important; padding-bottom: 3677px !important; }
.util-elevation-level-3678 { box-shadow: 0 3678px 7356px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3678 { border-radius: 3678px !important; }
.util-spacing-gap-3678 { gap: 3678px !important; }
.util-pad-vertical-3678 { padding-top: 3678px !important; padding-bottom: 3678px !important; }
.util-elevation-level-3679 { box-shadow: 0 3679px 7358px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3679 { border-radius: 3679px !important; }
.util-spacing-gap-3679 { gap: 3679px !important; }
.util-pad-vertical-3679 { padding-top: 3679px !important; padding-bottom: 3679px !important; }
.util-elevation-level-3680 { box-shadow: 0 3680px 7360px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3680 { border-radius: 3680px !important; }
.util-spacing-gap-3680 { gap: 3680px !important; }
.util-pad-vertical-3680 { padding-top: 3680px !important; padding-bottom: 3680px !important; }
.util-elevation-level-3681 { box-shadow: 0 3681px 7362px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3681 { border-radius: 3681px !important; }
.util-spacing-gap-3681 { gap: 3681px !important; }
.util-pad-vertical-3681 { padding-top: 3681px !important; padding-bottom: 3681px !important; }
.util-elevation-level-3682 { box-shadow: 0 3682px 7364px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3682 { border-radius: 3682px !important; }
.util-spacing-gap-3682 { gap: 3682px !important; }
.util-pad-vertical-3682 { padding-top: 3682px !important; padding-bottom: 3682px !important; }
.util-elevation-level-3683 { box-shadow: 0 3683px 7366px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3683 { border-radius: 3683px !important; }
.util-spacing-gap-3683 { gap: 3683px !important; }
.util-pad-vertical-3683 { padding-top: 3683px !important; padding-bottom: 3683px !important; }
.util-elevation-level-3684 { box-shadow: 0 3684px 7368px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3684 { border-radius: 3684px !important; }
.util-spacing-gap-3684 { gap: 3684px !important; }
.util-pad-vertical-3684 { padding-top: 3684px !important; padding-bottom: 3684px !important; }
.util-elevation-level-3685 { box-shadow: 0 3685px 7370px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3685 { border-radius: 3685px !important; }
.util-spacing-gap-3685 { gap: 3685px !important; }
.util-pad-vertical-3685 { padding-top: 3685px !important; padding-bottom: 3685px !important; }
.util-elevation-level-3686 { box-shadow: 0 3686px 7372px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3686 { border-radius: 3686px !important; }
.util-spacing-gap-3686 { gap: 3686px !important; }
.util-pad-vertical-3686 { padding-top: 3686px !important; padding-bottom: 3686px !important; }
.util-elevation-level-3687 { box-shadow: 0 3687px 7374px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3687 { border-radius: 3687px !important; }
.util-spacing-gap-3687 { gap: 3687px !important; }
.util-pad-vertical-3687 { padding-top: 3687px !important; padding-bottom: 3687px !important; }
.util-elevation-level-3688 { box-shadow: 0 3688px 7376px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3688 { border-radius: 3688px !important; }
.util-spacing-gap-3688 { gap: 3688px !important; }
.util-pad-vertical-3688 { padding-top: 3688px !important; padding-bottom: 3688px !important; }
.util-elevation-level-3689 { box-shadow: 0 3689px 7378px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3689 { border-radius: 3689px !important; }
.util-spacing-gap-3689 { gap: 3689px !important; }
.util-pad-vertical-3689 { padding-top: 3689px !important; padding-bottom: 3689px !important; }
.util-elevation-level-3690 { box-shadow: 0 3690px 7380px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3690 { border-radius: 3690px !important; }
.util-spacing-gap-3690 { gap: 3690px !important; }
.util-pad-vertical-3690 { padding-top: 3690px !important; padding-bottom: 3690px !important; }
.util-elevation-level-3691 { box-shadow: 0 3691px 7382px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3691 { border-radius: 3691px !important; }
.util-spacing-gap-3691 { gap: 3691px !important; }
.util-pad-vertical-3691 { padding-top: 3691px !important; padding-bottom: 3691px !important; }
.util-elevation-level-3692 { box-shadow: 0 3692px 7384px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3692 { border-radius: 3692px !important; }
.util-spacing-gap-3692 { gap: 3692px !important; }
.util-pad-vertical-3692 { padding-top: 3692px !important; padding-bottom: 3692px !important; }
.util-elevation-level-3693 { box-shadow: 0 3693px 7386px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3693 { border-radius: 3693px !important; }
.util-spacing-gap-3693 { gap: 3693px !important; }
.util-pad-vertical-3693 { padding-top: 3693px !important; padding-bottom: 3693px !important; }
.util-elevation-level-3694 { box-shadow: 0 3694px 7388px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3694 { border-radius: 3694px !important; }
.util-spacing-gap-3694 { gap: 3694px !important; }
.util-pad-vertical-3694 { padding-top: 3694px !important; padding-bottom: 3694px !important; }
.util-elevation-level-3695 { box-shadow: 0 3695px 7390px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3695 { border-radius: 3695px !important; }
.util-spacing-gap-3695 { gap: 3695px !important; }
.util-pad-vertical-3695 { padding-top: 3695px !important; padding-bottom: 3695px !important; }
.util-elevation-level-3696 { box-shadow: 0 3696px 7392px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3696 { border-radius: 3696px !important; }
.util-spacing-gap-3696 { gap: 3696px !important; }
.util-pad-vertical-3696 { padding-top: 3696px !important; padding-bottom: 3696px !important; }
.util-elevation-level-3697 { box-shadow: 0 3697px 7394px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3697 { border-radius: 3697px !important; }
.util-spacing-gap-3697 { gap: 3697px !important; }
.util-pad-vertical-3697 { padding-top: 3697px !important; padding-bottom: 3697px !important; }
.util-elevation-level-3698 { box-shadow: 0 3698px 7396px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3698 { border-radius: 3698px !important; }
.util-spacing-gap-3698 { gap: 3698px !important; }
.util-pad-vertical-3698 { padding-top: 3698px !important; padding-bottom: 3698px !important; }
.util-elevation-level-3699 { box-shadow: 0 3699px 7398px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3699 { border-radius: 3699px !important; }
.util-spacing-gap-3699 { gap: 3699px !important; }
.util-pad-vertical-3699 { padding-top: 3699px !important; padding-bottom: 3699px !important; }
.util-elevation-level-3700 { box-shadow: 0 3700px 7400px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3700 { border-radius: 3700px !important; }
.util-spacing-gap-3700 { gap: 3700px !important; }
.util-pad-vertical-3700 { padding-top: 3700px !important; padding-bottom: 3700px !important; }
.util-elevation-level-3701 { box-shadow: 0 3701px 7402px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3701 { border-radius: 3701px !important; }
.util-spacing-gap-3701 { gap: 3701px !important; }
.util-pad-vertical-3701 { padding-top: 3701px !important; padding-bottom: 3701px !important; }
.util-elevation-level-3702 { box-shadow: 0 3702px 7404px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3702 { border-radius: 3702px !important; }
.util-spacing-gap-3702 { gap: 3702px !important; }
.util-pad-vertical-3702 { padding-top: 3702px !important; padding-bottom: 3702px !important; }
.util-elevation-level-3703 { box-shadow: 0 3703px 7406px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3703 { border-radius: 3703px !important; }
.util-spacing-gap-3703 { gap: 3703px !important; }
.util-pad-vertical-3703 { padding-top: 3703px !important; padding-bottom: 3703px !important; }
.util-elevation-level-3704 { box-shadow: 0 3704px 7408px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3704 { border-radius: 3704px !important; }
.util-spacing-gap-3704 { gap: 3704px !important; }
.util-pad-vertical-3704 { padding-top: 3704px !important; padding-bottom: 3704px !important; }
.util-elevation-level-3705 { box-shadow: 0 3705px 7410px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3705 { border-radius: 3705px !important; }
.util-spacing-gap-3705 { gap: 3705px !important; }
.util-pad-vertical-3705 { padding-top: 3705px !important; padding-bottom: 3705px !important; }
.util-elevation-level-3706 { box-shadow: 0 3706px 7412px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3706 { border-radius: 3706px !important; }
.util-spacing-gap-3706 { gap: 3706px !important; }
.util-pad-vertical-3706 { padding-top: 3706px !important; padding-bottom: 3706px !important; }
.util-elevation-level-3707 { box-shadow: 0 3707px 7414px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3707 { border-radius: 3707px !important; }
.util-spacing-gap-3707 { gap: 3707px !important; }
.util-pad-vertical-3707 { padding-top: 3707px !important; padding-bottom: 3707px !important; }
.util-elevation-level-3708 { box-shadow: 0 3708px 7416px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3708 { border-radius: 3708px !important; }
.util-spacing-gap-3708 { gap: 3708px !important; }
.util-pad-vertical-3708 { padding-top: 3708px !important; padding-bottom: 3708px !important; }
.util-elevation-level-3709 { box-shadow: 0 3709px 7418px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3709 { border-radius: 3709px !important; }
.util-spacing-gap-3709 { gap: 3709px !important; }
.util-pad-vertical-3709 { padding-top: 3709px !important; padding-bottom: 3709px !important; }
.util-elevation-level-3710 { box-shadow: 0 3710px 7420px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3710 { border-radius: 3710px !important; }
.util-spacing-gap-3710 { gap: 3710px !important; }
.util-pad-vertical-3710 { padding-top: 3710px !important; padding-bottom: 3710px !important; }
.util-elevation-level-3711 { box-shadow: 0 3711px 7422px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3711 { border-radius: 3711px !important; }
.util-spacing-gap-3711 { gap: 3711px !important; }
.util-pad-vertical-3711 { padding-top: 3711px !important; padding-bottom: 3711px !important; }
.util-elevation-level-3712 { box-shadow: 0 3712px 7424px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3712 { border-radius: 3712px !important; }
.util-spacing-gap-3712 { gap: 3712px !important; }
.util-pad-vertical-3712 { padding-top: 3712px !important; padding-bottom: 3712px !important; }
.util-elevation-level-3713 { box-shadow: 0 3713px 7426px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3713 { border-radius: 3713px !important; }
.util-spacing-gap-3713 { gap: 3713px !important; }
.util-pad-vertical-3713 { padding-top: 3713px !important; padding-bottom: 3713px !important; }
.util-elevation-level-3714 { box-shadow: 0 3714px 7428px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3714 { border-radius: 3714px !important; }
.util-spacing-gap-3714 { gap: 3714px !important; }
.util-pad-vertical-3714 { padding-top: 3714px !important; padding-bottom: 3714px !important; }
.util-elevation-level-3715 { box-shadow: 0 3715px 7430px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3715 { border-radius: 3715px !important; }
.util-spacing-gap-3715 { gap: 3715px !important; }
.util-pad-vertical-3715 { padding-top: 3715px !important; padding-bottom: 3715px !important; }
.util-elevation-level-3716 { box-shadow: 0 3716px 7432px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3716 { border-radius: 3716px !important; }
.util-spacing-gap-3716 { gap: 3716px !important; }
.util-pad-vertical-3716 { padding-top: 3716px !important; padding-bottom: 3716px !important; }
.util-elevation-level-3717 { box-shadow: 0 3717px 7434px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3717 { border-radius: 3717px !important; }
.util-spacing-gap-3717 { gap: 3717px !important; }
.util-pad-vertical-3717 { padding-top: 3717px !important; padding-bottom: 3717px !important; }
.util-elevation-level-3718 { box-shadow: 0 3718px 7436px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3718 { border-radius: 3718px !important; }
.util-spacing-gap-3718 { gap: 3718px !important; }
.util-pad-vertical-3718 { padding-top: 3718px !important; padding-bottom: 3718px !important; }
.util-elevation-level-3719 { box-shadow: 0 3719px 7438px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3719 { border-radius: 3719px !important; }
.util-spacing-gap-3719 { gap: 3719px !important; }
.util-pad-vertical-3719 { padding-top: 3719px !important; padding-bottom: 3719px !important; }
.util-elevation-level-3720 { box-shadow: 0 3720px 7440px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3720 { border-radius: 3720px !important; }
.util-spacing-gap-3720 { gap: 3720px !important; }
.util-pad-vertical-3720 { padding-top: 3720px !important; padding-bottom: 3720px !important; }
.util-elevation-level-3721 { box-shadow: 0 3721px 7442px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3721 { border-radius: 3721px !important; }
.util-spacing-gap-3721 { gap: 3721px !important; }
.util-pad-vertical-3721 { padding-top: 3721px !important; padding-bottom: 3721px !important; }
.util-elevation-level-3722 { box-shadow: 0 3722px 7444px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3722 { border-radius: 3722px !important; }
.util-spacing-gap-3722 { gap: 3722px !important; }
.util-pad-vertical-3722 { padding-top: 3722px !important; padding-bottom: 3722px !important; }
.util-elevation-level-3723 { box-shadow: 0 3723px 7446px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3723 { border-radius: 3723px !important; }
.util-spacing-gap-3723 { gap: 3723px !important; }
.util-pad-vertical-3723 { padding-top: 3723px !important; padding-bottom: 3723px !important; }
.util-elevation-level-3724 { box-shadow: 0 3724px 7448px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3724 { border-radius: 3724px !important; }
.util-spacing-gap-3724 { gap: 3724px !important; }
.util-pad-vertical-3724 { padding-top: 3724px !important; padding-bottom: 3724px !important; }
.util-elevation-level-3725 { box-shadow: 0 3725px 7450px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3725 { border-radius: 3725px !important; }
.util-spacing-gap-3725 { gap: 3725px !important; }
.util-pad-vertical-3725 { padding-top: 3725px !important; padding-bottom: 3725px !important; }
.util-elevation-level-3726 { box-shadow: 0 3726px 7452px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3726 { border-radius: 3726px !important; }
.util-spacing-gap-3726 { gap: 3726px !important; }
.util-pad-vertical-3726 { padding-top: 3726px !important; padding-bottom: 3726px !important; }
.util-elevation-level-3727 { box-shadow: 0 3727px 7454px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3727 { border-radius: 3727px !important; }
.util-spacing-gap-3727 { gap: 3727px !important; }
.util-pad-vertical-3727 { padding-top: 3727px !important; padding-bottom: 3727px !important; }
.util-elevation-level-3728 { box-shadow: 0 3728px 7456px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3728 { border-radius: 3728px !important; }
.util-spacing-gap-3728 { gap: 3728px !important; }
.util-pad-vertical-3728 { padding-top: 3728px !important; padding-bottom: 3728px !important; }
.util-elevation-level-3729 { box-shadow: 0 3729px 7458px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3729 { border-radius: 3729px !important; }
.util-spacing-gap-3729 { gap: 3729px !important; }
.util-pad-vertical-3729 { padding-top: 3729px !important; padding-bottom: 3729px !important; }
.util-elevation-level-3730 { box-shadow: 0 3730px 7460px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3730 { border-radius: 3730px !important; }
.util-spacing-gap-3730 { gap: 3730px !important; }
.util-pad-vertical-3730 { padding-top: 3730px !important; padding-bottom: 3730px !important; }
.util-elevation-level-3731 { box-shadow: 0 3731px 7462px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3731 { border-radius: 3731px !important; }
.util-spacing-gap-3731 { gap: 3731px !important; }
.util-pad-vertical-3731 { padding-top: 3731px !important; padding-bottom: 3731px !important; }
.util-elevation-level-3732 { box-shadow: 0 3732px 7464px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3732 { border-radius: 3732px !important; }
.util-spacing-gap-3732 { gap: 3732px !important; }
.util-pad-vertical-3732 { padding-top: 3732px !important; padding-bottom: 3732px !important; }
.util-elevation-level-3733 { box-shadow: 0 3733px 7466px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3733 { border-radius: 3733px !important; }
.util-spacing-gap-3733 { gap: 3733px !important; }
.util-pad-vertical-3733 { padding-top: 3733px !important; padding-bottom: 3733px !important; }
.util-elevation-level-3734 { box-shadow: 0 3734px 7468px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3734 { border-radius: 3734px !important; }
.util-spacing-gap-3734 { gap: 3734px !important; }
.util-pad-vertical-3734 { padding-top: 3734px !important; padding-bottom: 3734px !important; }
.util-elevation-level-3735 { box-shadow: 0 3735px 7470px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3735 { border-radius: 3735px !important; }
.util-spacing-gap-3735 { gap: 3735px !important; }
.util-pad-vertical-3735 { padding-top: 3735px !important; padding-bottom: 3735px !important; }
.util-elevation-level-3736 { box-shadow: 0 3736px 7472px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3736 { border-radius: 3736px !important; }
.util-spacing-gap-3736 { gap: 3736px !important; }
.util-pad-vertical-3736 { padding-top: 3736px !important; padding-bottom: 3736px !important; }
.util-elevation-level-3737 { box-shadow: 0 3737px 7474px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3737 { border-radius: 3737px !important; }
.util-spacing-gap-3737 { gap: 3737px !important; }
.util-pad-vertical-3737 { padding-top: 3737px !important; padding-bottom: 3737px !important; }
.util-elevation-level-3738 { box-shadow: 0 3738px 7476px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3738 { border-radius: 3738px !important; }
.util-spacing-gap-3738 { gap: 3738px !important; }
.util-pad-vertical-3738 { padding-top: 3738px !important; padding-bottom: 3738px !important; }
.util-elevation-level-3739 { box-shadow: 0 3739px 7478px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3739 { border-radius: 3739px !important; }
.util-spacing-gap-3739 { gap: 3739px !important; }
.util-pad-vertical-3739 { padding-top: 3739px !important; padding-bottom: 3739px !important; }
.util-elevation-level-3740 { box-shadow: 0 3740px 7480px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3740 { border-radius: 3740px !important; }
.util-spacing-gap-3740 { gap: 3740px !important; }
.util-pad-vertical-3740 { padding-top: 3740px !important; padding-bottom: 3740px !important; }
.util-elevation-level-3741 { box-shadow: 0 3741px 7482px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3741 { border-radius: 3741px !important; }
.util-spacing-gap-3741 { gap: 3741px !important; }
.util-pad-vertical-3741 { padding-top: 3741px !important; padding-bottom: 3741px !important; }
.util-elevation-level-3742 { box-shadow: 0 3742px 7484px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3742 { border-radius: 3742px !important; }
.util-spacing-gap-3742 { gap: 3742px !important; }
.util-pad-vertical-3742 { padding-top: 3742px !important; padding-bottom: 3742px !important; }
.util-elevation-level-3743 { box-shadow: 0 3743px 7486px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3743 { border-radius: 3743px !important; }
.util-spacing-gap-3743 { gap: 3743px !important; }
.util-pad-vertical-3743 { padding-top: 3743px !important; padding-bottom: 3743px !important; }
.util-elevation-level-3744 { box-shadow: 0 3744px 7488px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3744 { border-radius: 3744px !important; }
.util-spacing-gap-3744 { gap: 3744px !important; }
.util-pad-vertical-3744 { padding-top: 3744px !important; padding-bottom: 3744px !important; }
.util-elevation-level-3745 { box-shadow: 0 3745px 7490px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3745 { border-radius: 3745px !important; }
.util-spacing-gap-3745 { gap: 3745px !important; }
.util-pad-vertical-3745 { padding-top: 3745px !important; padding-bottom: 3745px !important; }
.util-elevation-level-3746 { box-shadow: 0 3746px 7492px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3746 { border-radius: 3746px !important; }
.util-spacing-gap-3746 { gap: 3746px !important; }
.util-pad-vertical-3746 { padding-top: 3746px !important; padding-bottom: 3746px !important; }
.util-elevation-level-3747 { box-shadow: 0 3747px 7494px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3747 { border-radius: 3747px !important; }
.util-spacing-gap-3747 { gap: 3747px !important; }
.util-pad-vertical-3747 { padding-top: 3747px !important; padding-bottom: 3747px !important; }
.util-elevation-level-3748 { box-shadow: 0 3748px 7496px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3748 { border-radius: 3748px !important; }
.util-spacing-gap-3748 { gap: 3748px !important; }
.util-pad-vertical-3748 { padding-top: 3748px !important; padding-bottom: 3748px !important; }
.util-elevation-level-3749 { box-shadow: 0 3749px 7498px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3749 { border-radius: 3749px !important; }
.util-spacing-gap-3749 { gap: 3749px !important; }
.util-pad-vertical-3749 { padding-top: 3749px !important; padding-bottom: 3749px !important; }
.util-elevation-level-3750 { box-shadow: 0 3750px 7500px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3750 { border-radius: 3750px !important; }
.util-spacing-gap-3750 { gap: 3750px !important; }
.util-pad-vertical-3750 { padding-top: 3750px !important; padding-bottom: 3750px !important; }
.util-elevation-level-3751 { box-shadow: 0 3751px 7502px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3751 { border-radius: 3751px !important; }
.util-spacing-gap-3751 { gap: 3751px !important; }
.util-pad-vertical-3751 { padding-top: 3751px !important; padding-bottom: 3751px !important; }
.util-elevation-level-3752 { box-shadow: 0 3752px 7504px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3752 { border-radius: 3752px !important; }
.util-spacing-gap-3752 { gap: 3752px !important; }
.util-pad-vertical-3752 { padding-top: 3752px !important; padding-bottom: 3752px !important; }
.util-elevation-level-3753 { box-shadow: 0 3753px 7506px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3753 { border-radius: 3753px !important; }
.util-spacing-gap-3753 { gap: 3753px !important; }
.util-pad-vertical-3753 { padding-top: 3753px !important; padding-bottom: 3753px !important; }
.util-elevation-level-3754 { box-shadow: 0 3754px 7508px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3754 { border-radius: 3754px !important; }
.util-spacing-gap-3754 { gap: 3754px !important; }
.util-pad-vertical-3754 { padding-top: 3754px !important; padding-bottom: 3754px !important; }
.util-elevation-level-3755 { box-shadow: 0 3755px 7510px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3755 { border-radius: 3755px !important; }
.util-spacing-gap-3755 { gap: 3755px !important; }
.util-pad-vertical-3755 { padding-top: 3755px !important; padding-bottom: 3755px !important; }
.util-elevation-level-3756 { box-shadow: 0 3756px 7512px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3756 { border-radius: 3756px !important; }
.util-spacing-gap-3756 { gap: 3756px !important; }
.util-pad-vertical-3756 { padding-top: 3756px !important; padding-bottom: 3756px !important; }
.util-elevation-level-3757 { box-shadow: 0 3757px 7514px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3757 { border-radius: 3757px !important; }
.util-spacing-gap-3757 { gap: 3757px !important; }
.util-pad-vertical-3757 { padding-top: 3757px !important; padding-bottom: 3757px !important; }
.util-elevation-level-3758 { box-shadow: 0 3758px 7516px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3758 { border-radius: 3758px !important; }
.util-spacing-gap-3758 { gap: 3758px !important; }
.util-pad-vertical-3758 { padding-top: 3758px !important; padding-bottom: 3758px !important; }
.util-elevation-level-3759 { box-shadow: 0 3759px 7518px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3759 { border-radius: 3759px !important; }
.util-spacing-gap-3759 { gap: 3759px !important; }
.util-pad-vertical-3759 { padding-top: 3759px !important; padding-bottom: 3759px !important; }
.util-elevation-level-3760 { box-shadow: 0 3760px 7520px rgba(15, 23, 42, 0.09) !important; }
.util-radius-custom-3760 { border-radius: 3760px !important; }
.util-spacing-gap-3760 { gap: 3760px !important; }
.util-pad-vertical-3760 { padding-top: 3760px !important; padding-bottom: 3760px !important; }

/* ═══════════════════════════════════════════════════════════════════════════
   18. PROJELERIM.PHP IDENTICAL MOBILE DRAWER & FLAWLESS SYMMETRIC RESPONSIVE
   ═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
    /* 1. Global Viewport & Container Containment */
    html, body { overflow-x: hidden !important; width: 100% !important; max-width: 100vw !important; }
    .studio-master-container { width: 100% !important; max-width: 100% !important; padding: 75px 14px 44px !important; box-sizing: border-box !important; overflow-x: hidden !important; }
    .studio-active-mode-layout { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; overflow-x: hidden !important; }

    /* 2. Navbar & Burger */
    .nav-menu-segments, .btn-nav-primary-cta { display: none !important; }
    .nav-brand-sub { display: none !important; }
    .burger { display: flex !important; }
    .studio-nav-pill { width: calc(100% - 24px) !important; top: 12px !important; padding: 0.45rem 0.85rem !important; box-sizing: border-box !important; }
    .nav-brand-avatar { width: 34px !important; height: 34px !important; }
    .nav-brand-name { font-size: 0.96rem !important; }

    /* 3. Backdrop & Projelerim.php Circular Drawer */
    .backdrop { position: fixed; inset: 0; background: rgba(3, 4, 8, 0.75); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); z-index: 99998; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; display: block; }
    .backdrop.open { opacity: 1; pointer-events: auto; }
    .drawer { --cyan: #38bdf8; --amber: #f59e0b; --violet: #a855f7; --emerald: #10b981; --indigo: #6366f1; --red: #f43f5e; --line: rgba(255, 255, 255, 0.1); --ink: #ffffff; --muted: rgba(255, 255, 255, 0.65); --muted-2: rgba(255, 255, 255, 0.42); --green: #22c55e; --grad: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%); position: fixed; top: 0; right: 0; width: min(92vw, 390px); height: 100dvh; height: 100vh; background: radial-gradient(circle at 90% 10%, #151a2e 0%, #0c0f1d 40%, #06070c 100%); border-left: 1px solid rgba(255, 255, 255, 0.12); box-shadow: -20px 0 60px rgba(0, 0, 0, 0.85); z-index: 99999; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; clip-path: circle(0% at 100% 0%); transition: clip-path 0.6s cubic-bezier(0.16, 1, 0.3, 1); box-sizing: border-box; display: block; }
    .drawer.open { clip-path: circle(150% at 100% 0%); }
    .drawer-scan { position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); box-shadow: 0 0 16px var(--cyan); opacity: 0; pointer-events: none; }
    .drawer.open .drawer-scan { animation: scanSweep 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.05s forwards; }
    .drawer-inner { padding: calc(18px + env(safe-area-inset-top, 0px)) 18px calc(28px + env(safe-area-inset-bottom, 0px)); box-sizing: border-box; }
    .drawer-inner > * { opacity: 0; transform: translateY(14px); transition: opacity 0.45s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); transition-delay: calc(var(--i, 0) * 50ms); }
    .drawer.open .drawer-inner > * { opacity: 1; transform: translateY(0); }
    .d-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--line); }
    .d-header-left { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1; }
    .drawer-back-btn { width: 38px !important; height: 38px !important; min-width: 38px !important; max-width: 38px !important; min-height: 38px !important; max-height: 38px !important; aspect-ratio: 1 / 1 !important; flex-shrink: 0 !important; border-radius: 50% !important; border: 1px solid var(--line) !important; background: rgba(255, 255, 255, 0.06) !important; color: var(--muted-2) !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; cursor: pointer !important; padding: 0 !important; margin: 0 !important; line-height: 1 !important; box-sizing: border-box !important; -webkit-tap-highlight-color: transparent !important; transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important; }
    .drawer-back-btn:active { transform: scale(0.9) translateX(3px) !important; background: rgba(99, 102, 241, 0.25) !important; border-color: rgba(129, 140, 248, 0.6) !important; color: #ffffff !important; }
    .drawer-back-btn svg { width: 18px !important; height: 18px !important; transition: transform 0.2s ease; }
    .avatar-wrap { position: relative; width: 50px; height: 50px; flex: none; }
    .avatar-img-custom { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; box-shadow: 0 0 0 2px rgba(129, 140, 248, 0.55), 0 0 18px rgba(129, 140, 248, 0.35); }
    .online-dot { position: absolute; right: -1px; bottom: -1px; width: 12px; height: 12px; border-radius: 50%; background: var(--green); border: 2px solid #0c0f1d; }
    .d-name { display: flex; align-items: center; gap: 6px; font-weight: 800; font-size: 15.5px; color: var(--ink); }
    .d-name svg { width: 15px; height: 15px; color: #0d0e1f; background: #fff; border-radius: 50%; padding: 2px; box-sizing: border-box; }
    .d-role { color: var(--muted); font-size: 12px; margin-top: 2px; }
    .ai-card { position: relative; overflow: hidden; border: 1px solid rgba(129, 140, 248, 0.35); border-radius: 20px; background: rgba(255, 255, 255, 0.04); padding: 16px; margin-bottom: 18px; }
    .ai-top { display: flex; align-items: center; gap: 12px; position: relative; }
    .bot-avatar { position: relative; width: 54px !important; height: 54px !important; min-width: 54px !important; min-height: 54px !important; flex: none; border-radius: 50% !important; background: transparent !important; display: flex; align-items: center; justify-content: center; padding: 0 !important; box-sizing: border-box; }
    .bot-avatar-img { width: 50px !important; height: 50px !important; border-radius: 50%; object-fit: cover; display: block; filter: drop-shadow(0 0 10px rgba(6, 182, 212, 0.55)); }
    .bot-avatar::before { content: ""; position: absolute; inset: -4px; border-radius: 50% !important; border: 1.5px dashed var(--cyan); opacity: 0.85; animation: spinSlow 7s linear infinite; }
    .ai-name-row { display: flex; align-items: center; gap: 8px; }
    .ai-name-row strong { font-size: 15px; font-weight: 800; color: var(--ink); }
    .badge-online { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 800; letter-spacing: 0.03em; color: var(--green); background: rgba(34, 197, 94, 0.12); border: 1px solid rgba(34, 197, 94, 0.4); padding: 2px 8px; border-radius: 999px; }
    .badge-online i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); display: block; }
    .ai-sub { color: var(--muted-2); font-size: 12px; margin-top: 2px; }
    .chat-bubble { position: relative; margin-top: 12px; background: rgba(0, 0, 0, 0.35); border-radius: 14px; padding: 11px 13px; font-size: 13px; line-height: 1.5; color: #e7e7ee; }
    .ai-actions { display: flex; gap: 8px; margin-top: 12px; }
    .ai-actions .btn-ghost, .ai-actions .btn-grad { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 8px 12px; border-radius: 12px; font-size: 12.5px; font-weight: 700; text-decoration: none; transition: transform 0.2s ease; }
    .ai-actions .btn-ghost { background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line); color: #fff; }
    .ai-actions .btn-grad { background: var(--grad); color: #fff; box-shadow: 0 4px 14px rgba(168, 85, 247, 0.3); }
    .menu-card { border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, 0.03); overflow: hidden; margin-bottom: 18px; }
    .menu-item { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border-bottom: 1px solid var(--line); cursor: pointer; text-decoration: none; color: inherit; transition: background 0.2s ease; box-sizing: border-box; }
    .menu-item:last-child { border-bottom: none; }
    .menu-item:active { background: rgba(255, 255, 255, 0.05); }
    .m-icon { width: 38px; height: 38px; flex: none; border-radius: 11px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--ac); background: color-mix(in srgb, var(--ac) 14%, transparent); box-shadow: 0 0 14px color-mix(in srgb, var(--ac) 35%, transparent); color: var(--ac); font-size: 1.1rem; }
    .m-icon i { font-size: 1.1rem; line-height: 1; display: flex; align-items: center; justify-content: center; }
    .m-text { min-width: 0; flex: 1; text-align: left; }
    .m-text strong { display: block; font-size: 14px; font-weight: 800; color: var(--ink); }
    .m-text span { display: block; font-size: 11.5px; color: var(--muted); margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .m-right { flex: none; }
    .m-right svg { width: 14px; height: 14px; color: var(--muted-2); }
    .m-pill { font-size: 10px; font-weight: 800; color: var(--ac); border: 1px solid var(--ac); background: color-mix(in srgb, var(--ac) 15%, transparent); padding: 2px 7px; border-radius: 999px; }
    .cta { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 18px; border-radius: 16px; background: var(--grad); color: #fff; font-weight: 800; font-size: 14px; text-decoration: none; box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35); margin-bottom: 16px; transition: transform 0.2s ease; }
    .cta:active { transform: scale(0.98); }
    .socials { display: flex; justify-content: center; gap: 10px; }
    .socials a { width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.04); display: flex; align-items: center; justify-content: center; color: var(--muted); text-decoration: none; transition: color 0.2s, border-color 0.2s; font-size: 1.1rem; }
    .socials a:active { color: #fff; border-color: rgba(255, 255, 255, 0.3); }

    /* 4. SİHİRBAZ 3-KOLON MOTORU (KUSURSUZ MOBİL SİMETRİ) */
    .studio-three-column-grid { display: flex !important; flex-direction: column !important; width: 100% !important; max-width: 100% !important; gap: 16px !important; box-sizing: border-box !important; }
    .studio-three-column-grid > * { min-width: 0 !important; max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; }

    /* Sol Kategori Dock */
    .studio-sidebar-dock { position: static !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; flex-direction: row !important; overflow-x: auto !important; -webkit-overflow-scrolling: touch !important; padding: 10px 12px !important; border-radius: var(--r-xl) !important; gap: 8px !important; scrollbar-width: none; }
    .studio-sidebar-dock::-webkit-scrollbar { display: none; }
    .btn-dock-home-return { flex: 0 0 auto !important; margin-bottom: 0 !important; white-space: nowrap !important; padding: 9px 13px !important; font-size: 0.82rem !important; }
    .dock-category-tab { flex: 0 0 auto !important; width: auto !important; white-space: nowrap !important; min-width: max-content !important; padding: 9px 13px !important; font-size: 0.82rem !important; gap: 8px !important; }
    .dock-cat-icon { width: 28px !important; height: 28px !important; font-size: 0.85rem !important; border-radius: 8px !important; }
    .dock-cat-label { font-size: 0.84rem !important; }

    /* Orta Çalışma Sahnesi & Sıvı Stepper (Taşmasız & Kusursuz Simetri) */
    .studio-workspace-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 20px 15px !important; border-radius: var(--r-xl) !important; min-height: auto !important; overflow: hidden !important; }
    .stepper-liquid-row { display: flex !important; align-items: center !important; justify-content: space-between !important; position: relative !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 4px 6px 14px !important; margin-bottom: 20px !important; border-bottom: 1.5px solid #f1f5f9 !important; overflow: visible !important; gap: 4px !important; }
    .stepper-liquid-row::before { content: "" !important; position: absolute !important; top: 18px !important; left: 14px !important; right: 14px !important; height: 3px !important; background: #e2e8f0 !important; border-radius: var(--r-pill) !important; z-index: 0 !important; }
    .stepper-step-node { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 4px !important; min-width: 0 !important; flex: 1 !important; max-width: 48px !important; position: relative !important; z-index: 2 !important; }
    .step-bubble-num { width: 30px !important; height: 30px !important; min-width: 30px !important; min-height: 30px !important; font-size: 0.84rem !important; border-width: 2px !important; }
    .step-label-title { display: none !important; }

    /* Başlık ve Seçenek Kartları Matrix (Taşmasız Dikey Esneklik) */
    .stage-head-text-block { margin-bottom: 16px !important; text-align: left !important; }
    .stage-head-text-block h3 { font-size: 1.22rem !important; line-height: 1.3 !important; }
    .stage-head-text-block p { font-size: 0.85rem !important; line-height: 1.45 !important; }
    .stage-option-cards-matrix { display: flex !important; flex-direction: column !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; gap: 10px !important; margin-bottom: 20px !important; }
    .stage-option-item-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 14px 14px !important; border-radius: var(--r-md) !important; margin: 0 !important; }
    .opt-title-flex { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 8px !important; width: 100% !important; }
    .opt-title-flex > span:first-child { font-size: 0.94rem !important; font-weight: 700 !important; line-height: 1.3 !important; flex: 1 !important; min-width: 0 !important; }
    .opt-check-circle { width: 22px !important; height: 22px !important; min-width: 22px !important; min-height: 22px !important; flex-shrink: 0 !important; margin-left: auto !important; }
    .opt-desc-copy { font-size: 0.82rem !important; line-height: 1.45 !important; color: #64748b !important; width: 100% !important; margin-top: 3px !important; }

    /* Sağ Telemetri HUD Kartı */
    .studio-telemetry-hud-card { position: static !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; border-radius: var(--r-xl) !important; padding: 20px 16px !important; margin-top: 4px !important; }

    /* 5. HERO & VARSAYILAN VİTRİN KARTLARI */
    .studio-hero-block { margin-bottom: 24px !important; }
    .studio-hero-h1 { font-size: 1.95rem !important; line-height: 1.2 !important; margin-bottom: 12px !important; }
    .studio-hero-p { font-size: 0.94rem !important; line-height: 1.55 !important; margin-bottom: 16px !important; }
    .hero-stat-chips-row { display: flex !important; flex-direction: column !important; width: 100% !important; gap: 6px !important; margin-bottom: 18px !important; }
    .hero-chip-badge { font-size: 0.78rem !important; width: 100% !important; justify-content: center !important; padding: 7px 12px !important; }
    .consent-agreement-card-bar { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 12px 14px !important; border-radius: var(--r-md) !important; margin: 0 auto 28px !important; }
    .consent-text-label { font-size: 0.8rem !important; line-height: 1.45 !important; }
    .three-hero-cards-grid { display: flex !important; flex-direction: column !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; gap: 16px !important; margin-bottom: 34px !important; }
    .studio-category-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 26px 18px 20px !important; border-radius: var(--r-xl) !important; }
    .cat-emblem-box { width: 56px !important; height: 56px !important; font-size: 1.45rem !important; margin-bottom: 16px !important; }
    .cat-title-text { font-size: 1.28rem !important; margin-bottom: 8px !important; }
    .cat-summary-p { font-size: 0.88rem !important; line-height: 1.5 !important; margin-bottom: 18px !important; }
    .cat-feature-bullets { font-size: 0.82rem !important; margin-bottom: 22px !important; padding-top: 14px !important; }
    .btn-cat-trigger-wizard { padding: 12px 18px !important; font-size: 0.88rem !important; }

    /* 6. ÖBK ASİSTAN & SÜREÇ & HAZIR PROJELER & FAQ */
    .asistan-inpage-card-wrapper { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; flex-direction: column !important; text-align: center !important; padding: 24px 16px !important; border-radius: var(--r-xl) !important; gap: 16px !important; margin-bottom: 34px !important; }
    .asistan-orbital-frame { width: 84px !important; height: 84px !important; min-width: 84px !important; margin: 0 auto !important; }
    .asistan-orbital-photo { width: 72px !important; height: 72px !important; }
    .asistan-title-badge-flex { justify-content: center !important; gap: 8px !important; }
    .asistan-prompt-chips-row { flex-direction: column !important; gap: 6px !important; width: 100% !important; }
    .btn-asistan-chip { font-size: 0.78rem !important; padding: 8px 12px !important; width: 100% !important; justify-content: center !important; }
    .workflow-section-wrap { margin-bottom: 36px !important; }
    .workflow-head-center { margin-bottom: 20px !important; }
    .workflow-head-center h3 { font-size: 1.35rem !important; }
    .workflow-quad-cards-grid { display: flex !important; flex-direction: column !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; gap: 12px !important; }
    .workflow-process-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 20px 16px !important; border-radius: var(--r-lg) !important; }
    .faq-section-wrap { margin-bottom: 36px !important; width: 100% !important; }
    .faq-head-center h3 { font-size: 1.35rem !important; }
    .faq-question-btn { font-size: 0.92rem !important; padding: 14px 16px !important; }
    .faq-answer-panel { padding: 0 16px 14px !important; font-size: 0.86rem !important; }
    .published-solutions-wrap { margin-top: 36px !important; margin-bottom: 36px !important; }
    .published-head-row { flex-direction: column !important; align-items: flex-start !important; gap: 8px !important; margin-bottom: 18px !important; }
    .published-head-row h3 { font-size: 1.35rem !important; }
    .published-cards-quad-grid { display: flex !important; flex-direction: column !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; gap: 14px !important; }
    .published-single-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
    .enterprise-trust-strip { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; display: flex !important; flex-direction: column !important; gap: 10px !important; text-align: center !important; align-items: center !important; padding: 18px 0 !important; margin-bottom: 24px !important; }
    .trust-bullet-unit { justify-content: center !important; font-size: 0.84rem !important; }
    .footer-quad-grid { display: flex !important; flex-direction: column !important; gap: 24px !important; padding-bottom: 24px !important; }
    .footer-bottom-bar { flex-direction: column !important; text-align: center !important; gap: 8px !important; }
    .receipt-white-sheet { width: 100% !important; max-width: 95vw !important; padding: 20px 16px 18px !important; border-radius: 20px !important; max-height: 92vh !important; overflow-x: hidden !important; }
}

@media (max-width: 480px) {
    .studio-hero-h1 { font-size: 1.7rem !important; }
    .studio-workspace-card { padding: 16px 12px !important; }
    .stepper-liquid-row::before { top: 16px !important; left: 10px !important; right: 10px !important; }
    .step-bubble-num { width: 28px !important; height: 28px !important; min-width: 28px !important; min-height: 28px !important; font-size: 0.78rem !important; }
    .stage-option-item-card { padding: 12px 12px !important; }
}
.util-fluid-grid-scale-1 { max-width: 101px !important; }
.util-fluid-grid-scale-2 { max-width: 102px !important; }
.util-fluid-grid-scale-3 { max-width: 103px !important; }
.util-fluid-grid-scale-4 { max-width: 104px !important; }
.util-fluid-grid-scale-5 { max-width: 105px !important; }
.util-fluid-grid-scale-6 { max-width: 106px !important; }
.util-fluid-grid-scale-7 { max-width: 107px !important; }
.util-fluid-grid-scale-8 { max-width: 108px !important; }
.util-fluid-grid-scale-9 { max-width: 109px !important; }
.util-fluid-grid-scale-10 { max-width: 110px !important; }
.util-fluid-grid-scale-11 { max-width: 111px !important; }
.util-fluid-grid-scale-12 { max-width: 112px !important; }
.util-fluid-grid-scale-13 { max-width: 113px !important; }
.util-fluid-grid-scale-14 { max-width: 114px !important; }
.util-fluid-grid-scale-15 { max-width: 115px !important; }
.util-fluid-grid-scale-16 { max-width: 116px !important; }
.util-fluid-grid-scale-17 { max-width: 117px !important; }
.util-fluid-grid-scale-18 { max-width: 118px !important; }
.util-fluid-grid-scale-19 { max-width: 119px !important; }
.util-fluid-grid-scale-20 { max-width: 120px !important; }
.util-fluid-grid-scale-21 { max-width: 121px !important; }
.util-fluid-grid-scale-22 { max-width: 122px !important; }
.util-fluid-grid-scale-23 { max-width: 123px !important; }
.util-fluid-grid-scale-24 { max-width: 124px !important; }
.util-fluid-grid-scale-25 { max-width: 125px !important; }
.util-fluid-grid-scale-26 { max-width: 126px !important; }
.util-fluid-grid-scale-27 { max-width: 127px !important; }
.util-fluid-grid-scale-28 { max-width: 128px !important; }
.util-fluid-grid-scale-29 { max-width: 129px !important; }
.util-fluid-grid-scale-30 { max-width: 130px !important; }
.util-fluid-grid-scale-31 { max-width: 131px !important; }
.util-fluid-grid-scale-32 { max-width: 132px !important; }
.util-fluid-grid-scale-33 { max-width: 133px !important; }
.util-fluid-grid-scale-34 { max-width: 134px !important; }
.util-fluid-grid-scale-35 { max-width: 135px !important; }
.util-fluid-grid-scale-36 { max-width: 136px !important; }
.util-fluid-grid-scale-37 { max-width: 137px !important; }
.util-fluid-grid-scale-38 { max-width: 138px !important; }
.util-fluid-grid-scale-39 { max-width: 139px !important; }
.util-fluid-grid-scale-40 { max-width: 140px !important; }
.util-fluid-grid-scale-41 { max-width: 141px !important; }
.util-fluid-grid-scale-42 { max-width: 142px !important; }
.util-fluid-grid-scale-43 { max-width: 143px !important; }
.util-fluid-grid-scale-44 { max-width: 144px !important; }
.util-fluid-grid-scale-45 { max-width: 145px !important; }
.util-fluid-grid-scale-46 { max-width: 146px !important; }
.util-fluid-grid-scale-47 { max-width: 147px !important; }
.util-fluid-grid-scale-48 { max-width: 148px !important; }
.util-fluid-grid-scale-49 { max-width: 149px !important; }
.util-fluid-grid-scale-50 { max-width: 150px !important; }
.util-fluid-grid-scale-51 { max-width: 151px !important; }
.util-fluid-grid-scale-52 { max-width: 152px !important; }
.util-fluid-grid-scale-53 { max-width: 153px !important; }
.util-fluid-grid-scale-54 { max-width: 154px !important; }
.util-fluid-grid-scale-55 { max-width: 155px !important; }
.util-fluid-grid-scale-56 { max-width: 156px !important; }
.util-fluid-grid-scale-57 { max-width: 157px !important; }
.util-fluid-grid-scale-58 { max-width: 158px !important; }
.util-fluid-grid-scale-59 { max-width: 159px !important; }
.util-fluid-grid-scale-60 { max-width: 160px !important; }
.util-fluid-grid-scale-61 { max-width: 161px !important; }
.util-fluid-grid-scale-62 { max-width: 162px !important; }
.util-fluid-grid-scale-63 { max-width: 163px !important; }
.util-fluid-grid-scale-64 { max-width: 164px !important; }
.util-fluid-grid-scale-65 { max-width: 165px !important; }
.util-fluid-grid-scale-66 { max-width: 166px !important; }
.util-fluid-grid-scale-67 { max-width: 167px !important; }
.util-fluid-grid-scale-68 { max-width: 168px !important; }
.util-fluid-grid-scale-69 { max-width: 169px !important; }
.util-fluid-grid-scale-70 { max-width: 170px !important; }
.util-fluid-grid-scale-71 { max-width: 171px !important; }
.util-fluid-grid-scale-72 { max-width: 172px !important; }
.util-fluid-grid-scale-73 { max-width: 173px !important; }
.util-fluid-grid-scale-74 { max-width: 174px !important; }
.util-fluid-grid-scale-75 { max-width: 175px !important; }
.util-fluid-grid-scale-76 { max-width: 176px !important; }
.util-fluid-grid-scale-77 { max-width: 177px !important; }
.util-fluid-grid-scale-78 { max-width: 178px !important; }
.util-fluid-grid-scale-79 { max-width: 179px !important; }
.util-fluid-grid-scale-80 { max-width: 180px !important; }
.util-fluid-grid-scale-81 { max-width: 181px !important; }
.util-fluid-grid-scale-82 { max-width: 182px !important; }
.util-fluid-grid-scale-83 { max-width: 183px !important; }
.util-fluid-grid-scale-84 { max-width: 184px !important; }
.util-fluid-grid-scale-85 { max-width: 185px !important; }
.util-fluid-grid-scale-86 { max-width: 186px !important; }
.util-fluid-grid-scale-87 { max-width: 187px !important; }
.util-fluid-grid-scale-88 { max-width: 188px !important; }
.util-fluid-grid-scale-89 { max-width: 189px !important; }
.util-fluid-grid-scale-90 { max-width: 190px !important; }
.util-fluid-grid-scale-91 { max-width: 191px !important; }
.util-fluid-grid-scale-92 { max-width: 192px !important; }
.util-fluid-grid-scale-93 { max-width: 193px !important; }
.util-fluid-grid-scale-94 { max-width: 194px !important; }
.util-fluid-grid-scale-95 { max-width: 195px !important; }
.util-fluid-grid-scale-96 { max-width: 196px !important; }
.util-fluid-grid-scale-97 { max-width: 197px !important; }
.util-fluid-grid-scale-98 { max-width: 198px !important; }
.util-fluid-grid-scale-99 { max-width: 199px !important; }
.util-fluid-grid-scale-100 { max-width: 200px !important; }
.util-fluid-grid-scale-101 { max-width: 201px !important; }
.util-fluid-grid-scale-102 { max-width: 202px !important; }
.util-fluid-grid-scale-103 { max-width: 203px !important; }
.util-fluid-grid-scale-104 { max-width: 204px !important; }
.util-fluid-grid-scale-105 { max-width: 205px !important; }
.util-fluid-grid-scale-106 { max-width: 206px !important; }
.util-fluid-grid-scale-107 { max-width: 207px !important; }
.util-fluid-grid-scale-108 { max-width: 208px !important; }
.util-fluid-grid-scale-109 { max-width: 209px !important; }
.util-fluid-grid-scale-110 { max-width: 210px !important; }
.util-fluid-grid-scale-111 { max-width: 211px !important; }
.util-fluid-grid-scale-112 { max-width: 212px !important; }
.util-fluid-grid-scale-113 { max-width: 213px !important; }
.util-fluid-grid-scale-114 { max-width: 214px !important; }
.util-fluid-grid-scale-115 { max-width: 215px !important; }
.util-fluid-grid-scale-116 { max-width: 216px !important; }
.util-fluid-grid-scale-117 { max-width: 217px !important; }
.util-fluid-grid-scale-118 { max-width: 218px !important; }
.util-fluid-grid-scale-119 { max-width: 219px !important; }
.util-fluid-grid-scale-120 { max-width: 220px !important; }
.util-fluid-grid-scale-121 { max-width: 221px !important; }
.util-fluid-grid-scale-122 { max-width: 222px !important; }
.util-fluid-grid-scale-123 { max-width: 223px !important; }
.util-fluid-grid-scale-124 { max-width: 224px !important; }
.util-fluid-grid-scale-125 { max-width: 225px !important; }
.util-fluid-grid-scale-126 { max-width: 226px !important; }
.util-fluid-grid-scale-127 { max-width: 227px !important; }
.util-fluid-grid-scale-128 { max-width: 228px !important; }
.util-fluid-grid-scale-129 { max-width: 229px !important; }
.util-fluid-grid-scale-130 { max-width: 230px !important; }
.util-fluid-grid-scale-131 { max-width: 231px !important; }
.util-fluid-grid-scale-132 { max-width: 232px !important; }
.util-fluid-grid-scale-133 { max-width: 233px !important; }
.util-fluid-grid-scale-134 { max-width: 234px !important; }
.util-fluid-grid-scale-135 { max-width: 235px !important; }
.util-fluid-grid-scale-136 { max-width: 236px !important; }
.util-fluid-grid-scale-137 { max-width: 237px !important; }
.util-fluid-grid-scale-138 { max-width: 238px !important; }
.util-fluid-grid-scale-139 { max-width: 239px !important; }
.util-fluid-grid-scale-140 { max-width: 240px !important; }
.util-fluid-grid-scale-141 { max-width: 241px !important; }
.util-fluid-grid-scale-142 { max-width: 242px !important; }
.util-fluid-grid-scale-143 { max-width: 243px !important; }
.util-fluid-grid-scale-144 { max-width: 244px !important; }
.util-fluid-grid-scale-145 { max-width: 245px !important; }
.util-fluid-grid-scale-146 { max-width: 246px !important; }
.util-fluid-grid-scale-147 { max-width: 247px !important; }
.util-fluid-grid-scale-148 { max-width: 248px !important; }
.util-fluid-grid-scale-149 { max-width: 249px !important; }
.util-fluid-grid-scale-150 { max-width: 250px !important; }
.util-fluid-grid-scale-151 { max-width: 251px !important; }
.util-fluid-grid-scale-152 { max-width: 252px !important; }
.util-fluid-grid-scale-153 { max-width: 253px !important; }
.util-fluid-grid-scale-154 { max-width: 254px !important; }
.util-fluid-grid-scale-155 { max-width: 255px !important; }
.util-fluid-grid-scale-156 { max-width: 256px !important; }
.util-fluid-grid-scale-157 { max-width: 257px !important; }
.util-fluid-grid-scale-158 { max-width: 258px !important; }
.util-fluid-grid-scale-159 { max-width: 259px !important; }
.util-fluid-grid-scale-160 { max-width: 260px !important; }
.util-fluid-grid-scale-161 { max-width: 261px !important; }
.util-fluid-grid-scale-162 { max-width: 262px !important; }
.util-fluid-grid-scale-163 { max-width: 263px !important; }
.util-fluid-grid-scale-164 { max-width: 264px !important; }
.util-fluid-grid-scale-165 { max-width: 265px !important; }
.util-fluid-grid-scale-166 { max-width: 266px !important; }
.util-fluid-grid-scale-167 { max-width: 267px !important; }
.util-fluid-grid-scale-168 { max-width: 268px !important; }
.util-fluid-grid-scale-169 { max-width: 269px !important; }
.util-fluid-grid-scale-170 { max-width: 270px !important; }
.util-fluid-grid-scale-171 { max-width: 271px !important; }
.util-fluid-grid-scale-172 { max-width: 272px !important; }
.util-fluid-grid-scale-173 { max-width: 273px !important; }
.util-fluid-grid-scale-174 { max-width: 274px !important; }
.util-fluid-grid-scale-175 { max-width: 275px !important; }
.util-fluid-grid-scale-176 { max-width: 276px !important; }
.util-fluid-grid-scale-177 { max-width: 277px !important; }
.util-fluid-grid-scale-178 { max-width: 278px !important; }
.util-fluid-grid-scale-179 { max-width: 279px !important; }
.util-fluid-grid-scale-180 { max-width: 280px !important; }
.util-fluid-grid-scale-181 { max-width: 281px !important; }
.util-fluid-grid-scale-182 { max-width: 282px !important; }
.util-fluid-grid-scale-183 { max-width: 283px !important; }
.util-fluid-grid-scale-184 { max-width: 284px !important; }
.util-fluid-grid-scale-185 { max-width: 285px !important; }
.util-fluid-grid-scale-186 { max-width: 286px !important; }
.util-fluid-grid-scale-187 { max-width: 287px !important; }
.util-fluid-grid-scale-188 { max-width: 288px !important; }
.util-fluid-grid-scale-189 { max-width: 289px !important; }
.util-fluid-grid-scale-190 { max-width: 290px !important; }
.util-fluid-grid-scale-191 { max-width: 291px !important; }
.util-fluid-grid-scale-192 { max-width: 292px !important; }
.util-fluid-grid-scale-193 { max-width: 293px !important; }
.util-fluid-grid-scale-194 { max-width: 294px !important; }
.util-fluid-grid-scale-195 { max-width: 295px !important; }
.util-fluid-grid-scale-196 { max-width: 296px !important; }
.util-fluid-grid-scale-197 { max-width: 297px !important; }
.util-fluid-grid-scale-198 { max-width: 298px !important; }
.util-fluid-grid-scale-199 { max-width: 299px !important; }
.util-fluid-grid-scale-200 { max-width: 300px !important; }
.util-fluid-grid-scale-201 { max-width: 301px !important; }
.util-fluid-grid-scale-202 { max-width: 302px !important; }
.util-fluid-grid-scale-203 { max-width: 303px !important; }
.util-fluid-grid-scale-204 { max-width: 304px !important; }
.util-fluid-grid-scale-205 { max-width: 305px !important; }
.util-fluid-grid-scale-206 { max-width: 306px !important; }
.util-fluid-grid-scale-207 { max-width: 307px !important; }
.util-fluid-grid-scale-208 { max-width: 308px !important; }
.util-fluid-grid-scale-209 { max-width: 309px !important; }
.util-fluid-grid-scale-210 { max-width: 310px !important; }
.util-fluid-grid-scale-211 { max-width: 311px !important; }
.util-fluid-grid-scale-212 { max-width: 312px !important; }
.util-fluid-grid-scale-213 { max-width: 313px !important; }
.util-fluid-grid-scale-214 { max-width: 314px !important; }
.util-fluid-grid-scale-215 { max-width: 315px !important; }
.util-fluid-grid-scale-216 { max-width: 316px !important; }
.util-fluid-grid-scale-217 { max-width: 317px !important; }
.util-fluid-grid-scale-218 { max-width: 318px !important; }
.util-fluid-grid-scale-219 { max-width: 319px !important; }
.util-fluid-grid-scale-220 { max-width: 320px !important; }
.util-fluid-grid-scale-221 { max-width: 321px !important; }
.util-fluid-grid-scale-222 { max-width: 322px !important; }
.util-fluid-grid-scale-223 { max-width: 323px !important; }
.util-fluid-grid-scale-224 { max-width: 324px !important; }
.util-fluid-grid-scale-225 { max-width: 325px !important; }
.util-fluid-grid-scale-226 { max-width: 326px !important; }
.util-fluid-grid-scale-227 { max-width: 327px !important; }
.util-fluid-grid-scale-228 { max-width: 328px !important; }
.util-fluid-grid-scale-229 { max-width: 329px !important; }
.util-fluid-grid-scale-230 { max-width: 330px !important; }
.util-fluid-grid-scale-231 { max-width: 331px !important; }
.util-fluid-grid-scale-232 { max-width: 332px !important; }
.util-fluid-grid-scale-233 { max-width: 333px !important; }
.util-fluid-grid-scale-234 { max-width: 334px !important; }
.util-fluid-grid-scale-235 { max-width: 335px !important; }
.util-fluid-grid-scale-236 { max-width: 336px !important; }
.util-fluid-grid-scale-237 { max-width: 337px !important; }
.util-fluid-grid-scale-238 { max-width: 338px !important; }
.util-fluid-grid-scale-239 { max-width: 339px !important; }
.util-fluid-grid-scale-240 { max-width: 340px !important; }
.util-fluid-grid-scale-241 { max-width: 341px !important; }
.util-fluid-grid-scale-242 { max-width: 342px !important; }
.util-fluid-grid-scale-243 { max-width: 343px !important; }
.util-fluid-grid-scale-244 { max-width: 344px !important; }
.util-fluid-grid-scale-245 { max-width: 345px !important; }
.util-fluid-grid-scale-246 { max-width: 346px !important; }
.util-fluid-grid-scale-247 { max-width: 347px !important; }
.util-fluid-grid-scale-248 { max-width: 348px !important; }
.util-fluid-grid-scale-249 { max-width: 349px !important; }
.util-fluid-grid-scale-250 { max-width: 350px !important; }
.util-fluid-grid-scale-251 { max-width: 351px !important; }