:root {

  --wps-primary: var(--primary-color, hsl(12, 85%, 55%));
  --wps-secondary: var(--secondary-color, hsl(25, 90%, 45%));
  --wps-accent: hsl(35, 100%, 50%);
  --wps-text: var(--text-color, hsl(20, 20%, 15%));
  --wps-text-muted: hsl(20, 10%, 45%);
  --wps-bg: var(--bg-color, hsl(20, 15%, 97%));
  --wps-card-bg: #ffffff;
  --wps-radius: var(--border-radius, 20px);
  --wps-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
  --max-width: min(1200px, 92vw);
  --content-width: 680px;
  --primary-color: #d9381e;
  --secondary-color: #b92b15;
  --bg-color: #1a1714;
  --text-color: #f5f0eb;
  --text-muted: #a39c95;
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 9999px;
  --shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.4);
  --nav-height: 72px;
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
div.mdee2b58f.m2d19a__f98{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--wps-text);
    background-color: var(--wps-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.mdee2b58f.m2d19a__f98 .t8cc95f_776f{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    }
div.mdee2b58f.m2d19a__f98 .mv8q3209{
    padding: 120px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 60vh;
    position: relative;
    }
div.mdee2b58f.m2d19a__f98 .gfe524_f62c{
    max-width: var(--content-width);
    z-index: 2;
    text-align: left;
    }
div.mdee2b58f.m2d19a__f98 h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--wps-text);
    letter-spacing: -0.02em;
    }
div.mdee2b58f.m2d19a__f98 .o3caa1ce_vwc{
    font-size: 1.25rem;
    color: var(--wps-text-muted);
    margin-bottom: 40px;
    max-width: 600px;
    }
div.mdee2b58f.m2d19a__f98 .je2d7_6e{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.mdee2b58f.m2d19a__f98 .l009385_a0c4{
    background: var(--wps-primary);
    color: #1a1a2e;
    padding: 16px 36px;
    border-radius: var(--wps-radius);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px -5px rgba(234, 76, 30, 0.3);
    display: inline-block;
    }
div.mdee2b58f.m2d19a__f98 .l009385_a0c4:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(234, 76, 30, 0.4);
    }
div.mdee2b58f.m2d19a__f98 .gd5cf5c46ba{
    position: absolute;
    right: -10%;
    top: 100px;
    width: 55%;
    height: 500px;
    border-radius: var(--wps-radius);
    overflow: hidden;
    box-shadow: var(--wps-shadow);
    z-index: 1;
    }
div.mdee2b58f.m2d19a__f98 .gd5cf5c46ba img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.mdee2b58f.m2d19a__f98 .d6f77__ca3b{
    max-width: var(--content-width);
    margin-bottom: 48px;
    text-align: left;
    }
div.mdee2b58f.m2d19a__f98 .d6f77__ca3b h2{
    font-size: 2rem;
    margin-bottom: 16px;
    }
div.mdee2b58f.m2d19a__f98 .qfbe4f_13d{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 80px;
    }
div.mdee2b58f.m2d19a__f98 .l3626__258{
    background: var(--wps-card-bg);
    border-radius: var(--wps-radius);
    padding: 24px;
    transition: transform 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05); color: #1a1a2e;}
div.mdee2b58f.m2d19a__f98 .l3626__258:hover{
    transform: translateY(-8px);
    }
div.mdee2b58f.m2d19a__f98 .m84v0r1z{
    width: 48px;
    height: 48px;
    background: var(--wps-bg);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #ffffff;
    }
div.mdee2b58f.m2d19a__f98 .xd21083d_tl{
    background: #ffffff;
    padding: 80px 0;
    margin: 60px 0; color: #1a1a2e;}
div.mdee2b58f.m2d19a__f98 .dmy4g6pazn{
    display: flex;
    gap: 60px;
    align-items: center;
    }
div.mdee2b58f.m2d19a__f98 .hae7c9__2ee82{
    flex: 1;
    max-width: var(--content-width);
    }
div.mdee2b58f.m2d19a__f98 .e988b9__c11{
    flex: 1;
    border-radius: var(--wps-radius);
    overflow: hidden;
    }
div.mdee2b58f.m2d19a__f98 .e988b9__c11 img{
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    }
div.mdee2b58f.m2d19a__f98 .bc37c7cd_xak{
    list-style: none;
    padding: 0;
    margin: 32px 0;
    }
div.mdee2b58f.m2d19a__f98 .kc0ded__9b6{
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    }
div.mdee2b58f.m2d19a__f98 .y28f__fbd{
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: var(--wps-primary);
    color: #1a1a2e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    }
div.mdee2b58f.m2d19a__f98 .u79eb_4cd{
    padding: 80px 0;
    }
div.mdee2b58f.m2d19a__f98 .sa138a_3f9{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 800px;
    }
div.mdee2b58f.m2d19a__f98 .o523e_1081{
    background: var(--wps-card-bg);
    padding: 32px;
    border-radius: var(--wps-radius);
    border: 1px solid rgba(0,0,0,0.03); color: #1a1a2e;}
div.mdee2b58f.m2d19a__f98 .o523e_1081 h3{
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: var(--wps-primary);
    }
div.mdee2b58f.m2d19a__f98 .q3ea40306f7{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    }
div.mdee2b58f.m2d19a__f98 .jd3ea93a7 h4{
    font-size: 1.5rem;
    color: var(--wps-primary);
    margin-bottom: 12px;
    }
div.mdee2b58f.m2d19a__f98 .a20a9d08d{
    display: flex;
    gap: 60px;
    }
div.mdee2b58f.m2d19a__f98 .link-group h5{
    margin-bottom: 20px;
    font-weight: 600;
    }
div.mdee2b58f.m2d19a__f98 .link-group a{
    display: block;
    color: var(--wps-text-muted);
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 0.9rem;
    transition: color 0.2s;
    }
div.mdee2b58f.m2d19a__f98 .link-group a:hover{
    color: var(--wps-primary);
    }
div.mdee2b58f.m2d19a__f98 .copyright{
    margin-top: 40px;
    font-size: 0.85rem;
    color: var(--wps-text-muted);
    text-align: left;
    }
@media (max-width: 1024px) {div.mdee2b58f.m2d19a__f98 .gd5cf5c46ba{ display: none; }
div.mdee2b58f.m2d19a__f98 .qfbe4f_13d{ grid-template-columns: repeat(2, 1fr); }
div.mdee2b58f.m2d19a__f98 .dmy4g6pazn{ flex-direction: column; }}
@media (max-width: 640px) {div.mdee2b58f.m2d19a__f98 .qfbe4f_13d{ grid-template-columns: 1fr; }
div.mdee2b58f.m2d19a__f98 .a20a9d08d{ flex-direction: column; gap: 30px; }
div.mdee2b58f.m2d19a__f98 h1{ font-size: 2rem; }}
.ufa027ca_vfn{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    box-sizing: border-box; color: #ffffff;}
.v5d76c4d_t4{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    }
.l65fd4_9052{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 64px;
    box-sizing: border-box;
    }
.jd3ea93a7{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 480px;
    flex: 0 0 auto;
    gap: 16px;
    box-sizing: border-box;
    }
.jcc40e3be{
    display: block;
    width: fit-content;
    flex: 0 0 auto;
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    letter-spacing: -0.03em;
    }
.da343790_vvvr{
    display: block;
    width: 100%;
    flex: 0 0 auto;
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    }
.vce25328cd{
    display: flex;
    flex-direction: column;
    width: auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    }
.u21iomtl8n2{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    flex: 0 0 auto;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-sizing: border-box; color: #1a1a2e;}
.m59zw7h84gsf{
    display: block;
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    background-color: #10b981;
    border-radius: var(--radius-lg);
    box-sizing: border-box; color: #1a1a2e;}
.n043837e6c{
    display: inline-block;
    width: auto;
    flex: 0 0 auto;
    font-size: 13px;
    color: var(--text-muted);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    }
.jd5276_46i1{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex: 0 0 auto;
    border-top: 1px solid var(--border-color);
    padding-top: 32px;
    box-sizing: border-box;
    }
.h90678_fea5{
    display: block;
    width: 100%;
    flex: 0 0 auto;
    font-size: 14px;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    }
@media (max-width: 768px){.ufa027ca_vfn{
    padding-top: 64px;
    padding-bottom: 32px;
    }
.l65fd4_9052{
    flex-direction: column;
    gap: 40px;
    margin-bottom: 48px;
    }}
.tc3d0e0f4{
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-color);
    }
.udfb9fd9cff{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.dfe5a6_c317{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-color);
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    }
.d8b09f6_50{
    width: 32px;
    height: 32px;
    border-radius: var(--radius-sm);
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a2e;
    font-size: 18px;
    font-weight: 800;
    }
.m2abfb0d0{
    display: none;
    }
.xaad27e4e{
    display: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: var(--transition);
    border: 1px solid var(--border-color);
    }
.xaad27e4e:hover{
    background: var(--border-color); color: #1a1a2e;}
.g3246f6770, .g3246f6770::before, .g3246f6770::after{
    display: block;
    width: 18px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    position: relative;
    border-radius: 2px; color: #1a1a2e;}
.g3246f6770::before{
    content: "";
    position: absolute;
    top: -6px;
    }
.g3246f6770::after{
    content: "";
    position: absolute;
    bottom: -6px;
    }
.u3efde01_4k{
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 36px;
    }
.md8a79b0{
    display: flex;
    align-items: center;
    gap: 6px;
    }
.tcd691c_8d{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    }
.tcd691c_8d:hover{
    color: #1a1a2e;
    background: var(--border-color);
    }
.g953a7__729{
    display: none; 
    }
.tb8b67__a3ba8{
    display: flex;
    align-items: center;
    }
.ybe89__992{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: var(--primary-color);
    color: #1a1a2e;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0 24px;
    height: 40px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(217, 56, 30, 0.25);
    }
.ybe89__992:hover{
    background: var(--secondary-color);
    box-shadow: 0 6px 20px rgba(185, 43, 21, 0.35);
    transform: translateY(-1px); color: #ffffff;}
.xff8d90_2z{
    display: none; 
    }
@media (max-width: 768px){.tb8b67__a3ba8 {
    display: none; 
    }
.xaad27e4e {
    display: flex; 
    }
.u3efde01_4k {
    position: absolute;
    top: calc(var(--nav-height) + 8px);
    left: 4vw;
    right: 4vw;
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding: 16px;
    box-shadow: var(--shadow-lg);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition); color: #ffffff;}
.md8a79b0 {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    gap: 4px;
    }
.tcd691c_8d {
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    }
.g953a7__729 {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
    }
.xff8d90_2z {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    background: var(--primary-color);
    color: #1a1a2e;
    font-weight: 600;
    font-size: 1rem;
    height: 44px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(217, 56, 30, 0.25);
    }
.xff8d90_2z:hover {
    background: var(--secondary-color);
    transform: translateY(-1px); color: #ffffff;}
.m2abfb0d0:checked ~ .u3efde01_4k {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.m2abfb0d0:checked ~ .xaad27e4e .g3246f6770 {
    background: transparent;
    }
.m2abfb0d0:checked ~ .xaad27e4e .g3246f6770::before {
    transform: rotate(45deg);
    top: 0;
    }
.m2abfb0d0:checked ~ .xaad27e4e .g3246f6770::after {
    transform: rotate(-45deg);
    bottom: 0;
    }}
#nt9ffe6a09ed:checked ~ .u3efde01_4k{ right: 0 !important; left: auto !important; }
@media (max-width: 768px){.tc3d0e0f4 .u3efde01_4k{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 768px){#nt9ffe6a09ed:checked ~ .u3efde01_4k{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 769px){.tc3d0e0f4 #nt9ffe6a09ed, .tc3d0e0f4 label[for="nt9ffe6a09ed"]{ display: none !important; }}
@media (min-width: 769px){.tc3d0e0f4 .u3efde01_4k{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 769px){.tc3d0e0f4 .u3efde01_4k{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 769px){.tc3d0e0f4 .u3efde01_4k a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt9ffe6a09ed:checked ~ .u3efde01_4k { right: 0 !important; left: auto !important; }
@media (max-width: 768px) {.tc3d0e0f4.e55e5c_26e8 .u3efde01_4k { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 768px) {#nt9ffe6a09ed:checked ~ .u3efde01_4k { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 769px) {.tc3d0e0f4.e55e5c_26e8 #nt9ffe6a09ed, .tc3d0e0f4.e55e5c_26e8 label[for="nt9ffe6a09ed"] { display: none !important; }}
@media (min-width: 769px) {.tc3d0e0f4.e55e5c_26e8 .u3efde01_4k { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 769px) {.tc3d0e0f4.e55e5c_26e8 .u3efde01_4k { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 769px) {.tc3d0e0f4.e55e5c_26e8 .u3efde01_4k a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.mdee2b58f img.ma07__ef60 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.mdee2b58f img.ma07__ef60.xed476ce6 { aspect-ratio: 16 / 9; }
div.mdee2b58f img.ma07__ef60.xbea12e4c { aspect-ratio: 16 / 10; }
div.mdee2b58f img.ma07__ef60.abd766dde { aspect-ratio: 4 / 3; }
div.mdee2b58f img.ma07__ef60.k3d0__1aed { aspect-ratio: 1 / 1; }
div.mdee2b58f :is(div, div, div, div, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote) {
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }
div.mdee2b58f .wdab06780 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.mdee2b58f .wdab06780.xed476ce6 { aspect-ratio: 16 / 9; }
div.mdee2b58f .wdab06780.xbea12e4c { aspect-ratio: 16 / 10; }
div.mdee2b58f .wdab06780.abd766dde { aspect-ratio: 4 / 3; }
div.mdee2b58f .wdab06780.k3d0__1aed { aspect-ratio: 1 / 1; }
div.mdee2b58f .wdab06780 > img.ma07__ef60,
    div.mdee2b58f .wdab06780 > picture > img.ma07__ef60 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.mdee2b58f.m2d19a__f98 .l009385_a0c4 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.mdee2b58f.m2d19a__f98 .l009385_a0c4 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.mdee2b58f.m2d19a__f98 .l009385_a0c4 a:not([class]):hover{opacity:0.92;}
div.mdee2b58f.m2d19a__f98 .l009385_a0c4 a[class=""]:hover{opacity:0.92;}
div.mdee2b58f.m2d19a__f98 .l009385_a0c4 a:not([class]):visited{color:#ffffff !important;}
div.mdee2b58f.m2d19a__f98 .l009385_a0c4 a[class=""]:visited{color:#ffffff !important;}
div.mdee2b58f.m2d19a__f98 .y28f__fbd a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.mdee2b58f.m2d19a__f98 .y28f__fbd a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.mdee2b58f.m2d19a__f98 .y28f__fbd a:not([class]):hover{opacity:0.92;}
div.mdee2b58f.m2d19a__f98 .y28f__fbd a[class=""]:hover{opacity:0.92;}
div.mdee2b58f.m2d19a__f98 .y28f__fbd a:not([class]):visited{color:#ffffff !important;}
div.mdee2b58f.m2d19a__f98 .y28f__fbd a[class=""]:visited{color:#ffffff !important;}
.tc3d0e0f4{
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-color);
    }
.udfb9fd9cff{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.dfe5a6_c317{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-color);
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    }
.d8b09f6_50{
    width: 32px;
    height: 32px;
    border-radius: var(--radius-sm);
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a2e;
    font-size: 18px;
    font-weight: 800;
    }
.m2abfb0d0{
    display: none;
    }
.xaad27e4e{
    display: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: var(--transition);
    border: 1px solid var(--border-color);
    }
.xaad27e4e:hover{
    background: var(--border-color); color: #1a1a2e;}
.g3246f6770, .g3246f6770::before, .g3246f6770::after{
    display: block;
    width: 18px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    position: relative;
    border-radius: 2px; color: #1a1a2e;}
.g3246f6770::before{
    content: "";
    position: absolute;
    top: -6px;
    }
.g3246f6770::after{
    content: "";
    position: absolute;
    bottom: -6px;
    }
.u3efde01_4k{
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 36px;
    }
.md8a79b0{
    display: flex;
    align-items: center;
    gap: 6px;
    }
.tcd691c_8d{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    }
.tcd691c_8d:hover{
    color: #1a1a2e;
    background: var(--border-color);
    }
.g953a7__729{
    display: none; 
    }
.tb8b67__a3ba8{
    display: flex;
    align-items: center;
    }
.ybe89__992{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: var(--primary-color);
    color: #1a1a2e;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0 24px;
    height: 40px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(217, 56, 30, 0.25);
    }
.ybe89__992:hover{
    background: var(--secondary-color);
    box-shadow: 0 6px 20px rgba(185, 43, 21, 0.35);
    transform: translateY(-1px); color: #ffffff;}
.xff8d90_2z{
    display: none; 
    }
@media (max-width: 768px){.tb8b67__a3ba8 {
    display: none; 
    }
.xaad27e4e {
    display: flex; 
    }
.u3efde01_4k {
    position: absolute;
    top: calc(var(--nav-height) + 8px);
    left: 4vw;
    right: 4vw;
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding: 16px;
    box-shadow: var(--shadow-lg);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition); color: #ffffff;}
.md8a79b0 {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    gap: 4px;
    }
.tcd691c_8d {
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    }
.g953a7__729 {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
    }
.xff8d90_2z {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    background: var(--primary-color);
    color: #1a1a2e;
    font-weight: 600;
    font-size: 1rem;
    height: 44px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(217, 56, 30, 0.25);
    }
.xff8d90_2z:hover {
    background: var(--secondary-color);
    transform: translateY(-1px); color: #ffffff;}
.m2abfb0d0:checked ~ .u3efde01_4k {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.m2abfb0d0:checked ~ .xaad27e4e .g3246f6770 {
    background: transparent;
    }
.m2abfb0d0:checked ~ .xaad27e4e .g3246f6770::before {
    transform: rotate(45deg);
    top: 0;
    }
.m2abfb0d0:checked ~ .xaad27e4e .g3246f6770::after {
    transform: rotate(-45deg);
    bottom: 0;
    }}
#nt9ffe6a09ed:checked ~ .u3efde01_4k{ right: 0 !important; left: auto !important; }
@media (max-width: 768px){.tc3d0e0f4 .u3efde01_4k{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 768px){#nt9ffe6a09ed:checked ~ .u3efde01_4k{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 769px){.tc3d0e0f4 #nt9ffe6a09ed, .tc3d0e0f4 label[for="nt9ffe6a09ed"]{ display: none !important; }}
@media (min-width: 769px){.tc3d0e0f4 .u3efde01_4k{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 769px){.tc3d0e0f4 .u3efde01_4k{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 769px){.tc3d0e0f4 .u3efde01_4k a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt9ffe6a09ed:checked ~ .u3efde01_4k{ right: 0 !important; left: auto !important; }
@media (max-width: 768px){.tc3d0e0f4.e55e5c_26e8 .u3efde01_4k{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 768px){#nt9ffe6a09ed:checked ~ .u3efde01_4k{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 769px){.tc3d0e0f4.e55e5c_26e8 #nt9ffe6a09ed, .tc3d0e0f4.e55e5c_26e8 label[for="nt9ffe6a09ed"]{ display: none !important; }}
@media (min-width: 769px){.tc3d0e0f4.e55e5c_26e8 .u3efde01_4k{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 769px){.tc3d0e0f4.e55e5c_26e8 .u3efde01_4k{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 769px){.tc3d0e0f4.e55e5c_26e8 .u3efde01_4k a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ufa027ca_vfn{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    box-sizing: border-box; color: #ffffff;}
.v5d76c4d_t4{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    }
.l65fd4_9052{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 64px;
    box-sizing: border-box;
    }
.jd3ea93a7{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 480px;
    flex: 0 0 auto;
    gap: 16px;
    box-sizing: border-box;
    }
.jcc40e3be{
    display: block;
    width: fit-content;
    flex: 0 0 auto;
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    letter-spacing: -0.03em;
    }
.da343790_vvvr{
    display: block;
    width: 100%;
    flex: 0 0 auto;
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    }
.vce25328cd{
    display: flex;
    flex-direction: column;
    width: auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    }
.u21iomtl8n2{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    flex: 0 0 auto;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-sizing: border-box; color: #1a1a2e;}
.m59zw7h84gsf{
    display: block;
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    background-color: #10b981;
    border-radius: var(--radius-lg);
    box-sizing: border-box; color: #1a1a2e;}
.n043837e6c{
    display: inline-block;
    width: auto;
    flex: 0 0 auto;
    font-size: 13px;
    color: var(--text-muted);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    }
.jd5276_46i1{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex: 0 0 auto;
    border-top: 1px solid var(--border-color);
    padding-top: 32px;
    box-sizing: border-box;
    }
.h90678_fea5{
    display: block;
    width: 100%;
    flex: 0 0 auto;
    font-size: 14px;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    }
@media (max-width: 768px){.ufa027ca_vfn{
    padding-top: 64px;
    padding-bottom: 32px;
    }
.l65fd4_9052{
    flex-direction: column;
    gap: 40px;
    margin-bottom: 48px;
    }}
.tc3d0e0f4{
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--text-color);
}
.udfb9fd9cff{
  width: var(--max-width);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dfe5a6_c317{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-color);
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
.d8b09f6_50{
  width: 32px;
  height: 32px;
  border-radius: var(--radius-sm);
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a2e;
  font-size: 18px;
  font-weight: 800;
}
.m2abfb0d0{
  display: none;
}
.xaad27e4e{
  display: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}
.xaad27e4e:hover{
  background: var(--border-color); color: #1a1a2e;}
.g3246f6770, .g3246f6770::before, .g3246f6770::after{
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  position: relative;
  border-radius: 2px; color: #1a1a2e;}
.g3246f6770::before{
  content: "";
  position: absolute;
  top: -6px;
}
.g3246f6770::after{
  content: "";
  position: absolute;
  bottom: -6px;
}
.u3efde01_4k{
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 36px;
}
.md8a79b0{
  display: flex;
  align-items: center;
  gap: 6px;
}
.tcd691c_8d{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: var(--radius-lg);
  transition: var(--transition);
}
.tcd691c_8d:hover{
  color: #1a1a2e;
  background: var(--border-color);
}
.g953a7__729{
  display: none; 
}
.tb8b67__a3ba8{
  display: flex;
  align-items: center;
}
.ybe89__992{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--primary-color);
  color: #1a1a2e;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0 24px;
  height: 40px;
  border-radius: var(--radius-lg);
  transition: var(--transition);
  box-shadow: 0 4px 14px rgba(217, 56, 30, 0.25);
}
.ybe89__992:hover{
  background: var(--secondary-color);
  box-shadow: 0 6px 20px rgba(185, 43, 21, 0.35);
  transform: translateY(-1px); color: #ffffff;}
.xff8d90_2z{
  display: none; 
}
@media (max-width: 768px){.tb8b67__a3ba8 {
    display: none; 
  }
.xaad27e4e {
    display: flex; 
  }
.u3efde01_4k {
    position: absolute;
    top: calc(var(--nav-height) + 8px);
    left: 4vw;
    right: 4vw;
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding: 16px;
    box-shadow: var(--shadow-lg);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition); color: #ffffff;}
.md8a79b0 {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    gap: 4px;
  }
.tcd691c_8d {
    padding: 12px 16px;
    border-radius: var(--radius-sm);
  }
.g953a7__729 {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
  }
.xff8d90_2z {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    background: var(--primary-color);
    color: #1a1a2e;
    font-weight: 600;
    font-size: 1rem;
    height: 44px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(217, 56, 30, 0.25);
  }
.xff8d90_2z:hover {
    background: var(--secondary-color);
    transform: translateY(-1px); color: #ffffff;}
.m2abfb0d0:checked ~ .u3efde01_4k {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.m2abfb0d0:checked ~ .xaad27e4e .g3246f6770 {
    background: transparent;
  }
.m2abfb0d0:checked ~ .xaad27e4e .g3246f6770::before {
    transform: rotate(45deg);
    top: 0;
  }
.m2abfb0d0:checked ~ .xaad27e4e .g3246f6770::after {
    transform: rotate(-45deg);
    bottom: 0;
  }}
#nt9ffe6a09ed:checked ~ .u3efde01_4k{ right: 0 !important; left: auto !important; }
@media (max-width: 768px){.tc3d0e0f4 .u3efde01_4k{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 768px){#nt9ffe6a09ed:checked ~ .u3efde01_4k{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 769px){.tc3d0e0f4 #nt9ffe6a09ed, .tc3d0e0f4 label[for="nt9ffe6a09ed"]{ display: none !important; }}
@media (min-width: 769px){.tc3d0e0f4 .u3efde01_4k{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 769px){.tc3d0e0f4 .u3efde01_4k{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 769px){.tc3d0e0f4 .u3efde01_4k a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt9ffe6a09ed:checked ~ .u3efde01_4k{ right: 0 !important; left: auto !important; }
@media (max-width: 768px){.tc3d0e0f4.e55e5c_26e8 .u3efde01_4k{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 768px){#nt9ffe6a09ed:checked ~ .u3efde01_4k{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 769px){.tc3d0e0f4.e55e5c_26e8 #nt9ffe6a09ed, .tc3d0e0f4.e55e5c_26e8 label[for="nt9ffe6a09ed"]{ display: none !important; }}
@media (min-width: 769px){.tc3d0e0f4.e55e5c_26e8 .u3efde01_4k{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 769px){.tc3d0e0f4.e55e5c_26e8 .u3efde01_4k{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 769px){.tc3d0e0f4.e55e5c_26e8 .u3efde01_4k a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.n8dbc4_475d{
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  padding-top: 80px;
  padding-bottom: 40px;
  box-sizing: border-box; color: #ffffff;}
.z6f2__4572{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.s6e32997773{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 64px;
  box-sizing: border-box;
}
.g14866_db1b{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  flex: 0 0 auto;
  gap: 16px;
  box-sizing: border-box;
}
.p7a9__d7f1{
  display: block;
  width: fit-content;
  flex: 0 0 auto;
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.03em;
}
.n875__4d26{
  display: block;
  width: 100%;
  flex: 0 0 auto;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}
.l7aab5_41f3{
  display: flex;
  flex-direction: column;
  width: auto;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.i98f24695{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  flex: 0 0 auto;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  box-sizing: border-box; color: #1a1a2e;}
.wa82__02f0{
  display: block;
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background-color: #10b981;
  border-radius: var(--radius-lg);
  box-sizing: border-box; color: #1a1a2e;}
.p4ec__9237{
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  font-size: 13px;
  color: var(--text-muted);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}
.xbe334192{
  display: flex;
  flex-direction: row;
  width: 100%;
  flex: 0 0 auto;
  border-top: 1px solid var(--border-color);
  padding-top: 32px;
  box-sizing: border-box;
}
.o7b559_2b3e{
  display: block;
  width: 100%;
  flex: 0 0 auto;
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}
@media (max-width: 768px){.n8dbc4_475d{
    padding-top: 64px;
    padding-bottom: 32px;
  }
.s6e32997773{
    flex-direction: column;
    gap: 40px;
    margin-bottom: 48px;
  }}
.vebf3b3ee4a{box-sizing:border-box;}
.s29005850{display:block;max-width:100%;height:auto;}
.k1bd003cb{box-sizing:border-box;}
.y284__e3eb{box-sizing:border-box;}