.shigohaya-page{--sh-orange:#ff7300;--sh-orange-ink:#b84a00;--sh-orange-soft:#fff1e4;--sh-navy:#17325c;--sh-text:#202733;--sh-muted:#4b5565;--sh-ivory:#fff8f2;--sh-gray:#f4f6f8;--sh-line:#d9dee7;--sh-white:#ffffff;--sh-radius:16px;--sh-radius-lg:22px;--sh-radius-btn:12px;--sh-jp:var(--font-sh-jp,"Noto Sans JP"),"Noto Sans JP",system-ui,sans-serif;--sh-sans:var(--font-sh-inter,"Inter"),"Inter",var(--font-sh-jp,"Noto Sans JP"),"Noto Sans JP",system-ui,sans-serif;background:var(--sh-white);color:var(--sh-text);font-family:var(--sh-sans);font-size:16px;line-height:1.8;font-feature-settings:"palt";-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.shigohaya-page *,.shigohaya-page :after,.shigohaya-page :before{box-sizing:border-box}.shigohaya-page dd,.shigohaya-page dt,.shigohaya-page figcaption,.shigohaya-page h1,.shigohaya-page h2,.shigohaya-page h3,.shigohaya-page h4,.shigohaya-page li,.shigohaya-page p,.shigohaya-page span,.shigohaya-page strong,.shigohaya-page td,.shigohaya-page th{color:inherit}.shigohaya-page h1,.shigohaya-page h2,.shigohaya-page h3,.shigohaya-page h4{margin:0;font-weight:700}.shigohaya-page a{color:var(--sh-orange-ink);text-decoration:none}.shigohaya-page button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}.shigohaya-page [tabindex]:focus-visible,.shigohaya-page a:focus-visible,.shigohaya-page button:focus-visible{outline:3px solid var(--sh-navy);outline-offset:3px;border-radius:8px}.shigohaya-page .sh-container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}.shigohaya-page .sh-container.is-narrow{max-width:1120px}.shigohaya-page .sh-section{padding:64px 0;scroll-margin-top:96px}.shigohaya-page .sh-section.is-ivory{background:var(--sh-ivory)}.shigohaya-page .sh-section.is-gray{background:var(--sh-gray)}@media (min-width:768px){.shigohaya-page .sh-container{padding:0 32px}.shigohaya-page .sh-section{padding:80px 0}}@media (min-width:1024px){.shigohaya-page .sh-section{padding:112px 0}}.shigohaya-page .sh-h1{font-size:clamp(34px,5.4vw,52px);line-height:1.35;font-weight:700;letter-spacing:.01em;margin:0}.shigohaya-page .sh-h2{font-size:clamp(26px,3.6vw,40px);line-height:1.45;font-weight:700;letter-spacing:.01em;margin:0}.shigohaya-page .sh-h3{font-size:clamp(18px,1.6vw,21px);line-height:1.6;font-weight:700;margin:0}.shigohaya-page .sh-lead{font-size:16px;line-height:1.9;color:var(--sh-muted);margin:16px 0 0}@media (min-width:768px){.shigohaya-page .sh-lead{font-size:17px}}.shigohaya-page .sh-lead+.sh-lead{margin-top:12px}.shigohaya-page .sh-section-head{max-width:900px}.shigohaya-page .sh-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:var(--sh-orange-soft);border:1px solid #ffd3ad;font-size:13px;line-height:1.6;letter-spacing:.04em}.shigohaya-page .sh-emph,.shigohaya-page .sh-eyebrow{color:var(--sh-orange-ink);font-weight:700}.shigohaya-page .sh-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:12px 28px;border-radius:var(--sh-radius-btn);font-size:16px;font-weight:700;line-height:1.5;text-align:center;transition:all .3s ease}.shigohaya-page .sh-btn.is-primary{background:var(--sh-orange);color:var(--sh-white);border:2px solid var(--sh-orange);box-shadow:0 6px 18px rgba(255,115,0,.28)}.shigohaya-page .sh-btn.is-primary:hover{background:#e35f00;border-color:#e35f00;box-shadow:0 8px 22px rgba(255,115,0,.34)}.shigohaya-page .sh-btn.is-outline{background:var(--sh-white);color:var(--sh-navy);border:2px solid var(--sh-navy)}.shigohaya-page .sh-btn.is-outline:hover{background:var(--sh-navy);color:var(--sh-white)}.shigohaya-page .sh-btn.is-block{width:100%}.shigohaya-page .sh-textlink{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--sh-orange-ink);text-decoration:underline;text-underline-offset:4px;transition:color .3s ease}.shigohaya-page .sh-textlink:hover{color:var(--sh-navy)}.shigohaya-page .sh-media{display:block;width:100%;height:auto;border-radius:var(--sh-radius);border:1px solid var(--sh-line);background:var(--sh-white)}.shigohaya-page .sh-figure{margin:0}.shigohaya-page .sh-figcaption{margin-top:12px;font-size:14px;line-height:1.8;color:var(--sh-muted)}.shigohaya-page .sh-card{display:flex;flex-direction:column;gap:12px;padding:24px;background:var(--sh-white);border:1px solid var(--sh-line);border-radius:var(--sh-radius)}.shigohaya-page .sh-card p{margin:0;font-size:15px;line-height:1.9;color:var(--sh-muted)}.shigohaya-page a.sh-card{transition:all .3s ease}.shigohaya-page a.sh-card:hover{border-color:var(--sh-orange);transform:translateY(-2px);box-shadow:0 10px 24px rgba(32,39,51,.08)}.shigohaya-page .sh-grid{display:grid;gap:20px;margin-top:32px}@media (min-width:768px){.shigohaya-page .sh-grid{margin-top:40px;gap:24px}.shigohaya-page .sh-grid.is-2{grid-template-columns:repeat(2,minmax(0,1fr))}.shigohaya-page .sh-grid.is-3{grid-template-columns:repeat(3,minmax(0,1fr))}.shigohaya-page .sh-grid.is-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.shigohaya-page .sh-grid.is-4{grid-template-columns:repeat(4,minmax(0,1fr))}.shigohaya-page .sh-grid.is-5{grid-template-columns:repeat(5,minmax(0,1fr))}}.shigohaya-page .sh-hero{background:linear-gradient(180deg,var(--sh-ivory) 0,var(--sh-white) 100%);padding:40px 0 56px}@media (min-width:1024px){.shigohaya-page .sh-hero{padding:56px 0 96px}}.shigohaya-page .sh-hero-grid{display:grid;gap:32px;align-items:center}@media (min-width:1024px){.shigohaya-page .sh-hero-grid{grid-template-columns:55fr 45fr;gap:48px}}.shigohaya-page .sh-hero-logo{display:block;width:180px;height:auto;margin-bottom:4px}@media (min-width:1024px){.shigohaya-page .sh-hero-logo{width:210px}}.shigohaya-page .sh-hero-labels{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px}.shigohaya-page .sh-hero h1{margin-bottom:4px}.shigohaya-page .sh-price-box{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 16px;margin-top:28px;padding:20px 24px;background:var(--sh-white);border:2px solid var(--sh-line);border-radius:var(--sh-radius)}.shigohaya-page .sh-price{font-size:clamp(24px,3vw,30px);font-weight:700;line-height:1.4;color:var(--sh-navy)}.shigohaya-page .sh-price-note{font-size:14px;color:var(--sh-muted);line-height:1.8}.shigohaya-page .sh-campaign{display:flex;align-items:flex-start;gap:10px;margin-top:16px;padding:12px 18px;background:var(--sh-orange-soft);border:1px dashed var(--sh-orange);border-radius:10px;font-size:14px;line-height:1.8;color:var(--sh-text)}.shigohaya-page .sh-campaign-tag{flex:none;padding:1px 10px;border-radius:999px;background:var(--sh-orange);color:var(--sh-white);font-size:12px;font-weight:700;letter-spacing:.04em}.shigohaya-page .sh-hero-ctas{display:flex;flex-direction:column;align-items:stretch;gap:14px;margin-top:28px}@media (min-width:600px){.shigohaya-page .sh-hero-ctas{flex-direction:row;align-items:center;flex-wrap:wrap}}.shigohaya-page .sh-comic-scroll{margin-top:32px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:8px}.shigohaya-page .sh-comic-scroll>div{min-width:720px}@media (min-width:1024px){.shigohaya-page .sh-comic-scroll>div{min-width:0}}.shigohaya-page .sh-scroll-hint{margin:10px 0 0;font-size:13px;color:var(--sh-muted)}@media (min-width:1024px){.shigohaya-page .sh-scroll-hint{display:none}}.shigohaya-page .sh-balloon{position:relative;display:flex;flex-direction:column;gap:10px;padding:20px 22px;background:var(--sh-white);border:1px solid var(--sh-line);border-radius:var(--sh-radius)}.shigohaya-page .sh-balloon-no{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:var(--sh-orange);color:var(--sh-white);font-size:14px;font-weight:700;line-height:1}.shigohaya-page .sh-balloon p{margin:0;font-size:15px;line-height:1.9}.shigohaya-page .sh-step{display:flex;flex-direction:column;gap:10px;padding:24px;background:var(--sh-white);border:1px solid var(--sh-line);border-top:4px solid var(--sh-orange);border-radius:var(--sh-radius)}.shigohaya-page .sh-step-no{font-family:var(--sh-sans);font-size:13px;font-weight:700;letter-spacing:.12em;color:var(--sh-orange-ink)}.shigohaya-page .sh-step p{margin:0;font-size:15px;line-height:1.9;color:var(--sh-muted)}.shigohaya-page .sh-service-card{display:flex;flex-direction:column;padding:28px 24px;background:var(--sh-white);border:1px solid var(--sh-line);border-radius:var(--sh-radius-lg)}.shigohaya-page .sh-service-card .sh-service-name{font-size:20px;font-weight:700;line-height:1.5}.shigohaya-page .sh-service-card .sh-service-price{margin-top:6px;font-size:22px;font-weight:700;color:var(--sh-navy);line-height:1.5}.shigohaya-page .sh-service-card p{margin:16px 0 0;font-size:15px;line-height:1.9;color:var(--sh-muted);flex:1 1 auto}.shigohaya-page .sh-service-card .sh-service-cta{margin-top:24px}.shigohaya-page .sh-detail-grid{display:grid;gap:24px;margin-top:32px}@media (min-width:1024px){.shigohaya-page .sh-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;align-items:start;margin-top:40px}}.shigohaya-page .sh-chat{display:flex;flex-direction:column;gap:14px;margin-top:28px}.shigohaya-page .sh-chat-row{display:flex;flex-direction:column;gap:6px;max-width:640px;padding:16px 20px;border-radius:16px;font-size:15px;line-height:1.9}.shigohaya-page .sh-chat-row.is-user{background:var(--sh-gray);border:1px solid var(--sh-line)}.shigohaya-page .sh-chat-row.is-bot{background:var(--sh-orange-soft);border:1px solid #ffd3ad;align-self:flex-end}.shigohaya-page .sh-chat-label{font-size:12px;font-weight:700;letter-spacing:.06em;color:var(--sh-muted)}.shigohaya-page .sh-chat-row p{margin:0}.shigohaya-page .sh-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--sh-line);border-radius:var(--sh-radius);background:var(--sh-white)}.shigohaya-page .sh-table-wrap.is-narrow{max-width:880px}.shigohaya-page .sh-table{width:100%;border-collapse:collapse;font-size:15px;line-height:1.8}.shigohaya-page .sh-table caption{padding:14px 18px;text-align:left;font-weight:700;color:var(--sh-text);background:var(--sh-gray);border-bottom:1px solid var(--sh-line)}.shigohaya-page .sh-table td,.shigohaya-page .sh-table th{padding:14px 18px;border-bottom:1px solid var(--sh-line);text-align:left;vertical-align:top}.shigohaya-page .sh-table tr:last-child td,.shigohaya-page .sh-table tr:last-child th{border-bottom:0}.shigohaya-page .sh-table th[scope=row]{width:34%;min-width:130px;background:var(--sh-gray);font-weight:700;color:var(--sh-text)}.shigohaya-page .sh-table td{color:var(--sh-muted)}.shigohaya-page .sh-exclusion{margin-top:24px;padding:24px;background:var(--sh-white);border:2px solid var(--sh-orange);border-radius:var(--sh-radius)}.shigohaya-page .sh-exclusion h3{font-size:18px;font-weight:700;margin:0}.shigohaya-page .sh-exclusion p{margin:12px 0 0;font-size:15px;line-height:1.9;color:var(--sh-text)}.shigohaya-page .sh-exclusion ul{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 0;padding:0;list-style:none}.shigohaya-page .sh-exclusion li{padding:6px 14px;border-radius:999px;background:var(--sh-orange-soft);border:1px solid #ffd3ad;font-size:14px;font-weight:700;color:var(--sh-orange-ink)}.shigohaya-page .sh-note{margin-top:24px;padding:20px 24px;background:var(--sh-ivory);border:1px solid var(--sh-line);border-left:5px solid var(--sh-orange);border-radius:12px;font-size:15px;line-height:1.9}.shigohaya-page .sh-note p{margin:0}.shigohaya-page .sh-note p+p{margin-top:8px}.shigohaya-page .sh-carousel{margin-top:32px}.shigohaya-page .sh-carousel-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.shigohaya-page .sh-carousel-controls{display:flex;gap:10px;margin-left:auto}.shigohaya-page .sh-carousel-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:2px solid var(--sh-navy);background:var(--sh-white);color:var(--sh-navy);transition:all .3s ease}.shigohaya-page .sh-carousel-btn:hover{background:var(--sh-navy);color:var(--sh-white)}.shigohaya-page .sh-carousel-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 4px 16px}.shigohaya-page .sh-carousel-item{flex:0 0 82%;max-width:340px;scroll-snap-align:start;display:flex;flex-direction:column;gap:12px;padding:16px;background:var(--sh-white);border:1px solid var(--sh-line);border-radius:var(--sh-radius)}@media (min-width:768px){.shigohaya-page .sh-carousel-item{flex:0 0 46%;max-width:none}}@media (min-width:1280px){.shigohaya-page .sh-carousel-item{flex:0 0 calc((100% - 60px) / 4)}}.shigohaya-page .sh-carousel-item .sh-badge{display:inline-flex;align-self:flex-start;padding:4px 12px;border-radius:999px;background:var(--sh-navy);color:var(--sh-white);font-size:12px;font-weight:700;letter-spacing:.04em}.shigohaya-page .sh-carousel-item p{margin:0;font-size:14px;line-height:1.9;color:var(--sh-muted)}.shigohaya-page .sh-tool-card{display:flex;flex-direction:column;gap:16px;padding:24px;background:var(--sh-white);border:1px solid var(--sh-line);border-radius:var(--sh-radius)}.shigohaya-page .sh-tool-list{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.shigohaya-page .sh-tool-item{display:flex;align-items:center;gap:12px;min-height:56px;padding:10px 14px;background:var(--sh-gray);border:1px solid var(--sh-line);border-radius:10px}.shigohaya-page .sh-tool-logo{display:flex;align-items:center;justify-content:flex-start;flex:none;width:32px;height:32px}.shigohaya-page .sh-tool-logo img{max-height:32px;width:auto;height:auto}.shigohaya-page .sh-tool-mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--sh-white);border:1px solid var(--sh-line);color:var(--sh-orange-ink);font-size:13px;font-weight:700;line-height:1}.shigohaya-page .sh-tool-body{display:flex;flex-direction:column}.shigohaya-page .sh-tool-name{font-size:15px;font-weight:700;line-height:1.6}.shigohaya-page .sh-tool-note{font-size:12px;line-height:1.7;color:var(--sh-muted)}.shigohaya-page .sh-plan{display:flex;flex-direction:column;padding:28px 24px;background:var(--sh-white);border:1px solid var(--sh-line);border-radius:var(--sh-radius-lg)}.shigohaya-page .sh-plan-name{font-size:20px;font-weight:700;line-height:1.5}.shigohaya-page .sh-plan-price{margin-top:4px;font-size:26px;font-weight:700;color:var(--sh-navy);line-height:1.4}.shigohaya-page .sh-plan-rows{margin:20px 0 0;border-top:1px solid var(--sh-line)}.shigohaya-page .sh-plan-row{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;padding:12px 0;border-bottom:1px solid var(--sh-line)}.shigohaya-page .sh-plan-row dt{font-size:13px;font-weight:700;color:var(--sh-muted);line-height:1.8}.shigohaya-page .sh-plan-row dd{margin:0;font-size:15px;line-height:1.8}.shigohaya-page .sh-terms{margin-top:32px;padding:24px;background:var(--sh-white);border:1px solid var(--sh-line);border-radius:var(--sh-radius)}.shigohaya-page .sh-terms h3{margin:0;font-size:18px;font-weight:700}.shigohaya-page .sh-terms ul{margin:14px 0 0;padding-left:1.2em}.shigohaya-page .sh-terms li{font-size:15px;line-height:1.9;color:var(--sh-muted)}.shigohaya-page .sh-faq-list{display:grid;gap:12px;margin-top:32px}@media (min-width:1024px){.shigohaya-page .sh-faq-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px}}.shigohaya-page .sh-faq-item{background:var(--sh-white);border:1px solid var(--sh-line);border-radius:var(--sh-radius);overflow:hidden}.shigohaya-page .sh-faq-item h3{margin:0;font-size:inherit;font-weight:inherit}.shigohaya-page .sh-faq-q{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;width:100%;padding:20px 22px;text-align:left;font-size:16px;font-weight:700;line-height:1.7;color:var(--sh-text)}.shigohaya-page .sh-faq-q:hover{background:var(--sh-ivory)}.shigohaya-page .sh-faq-icon{flex:none;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-top:2px;border-radius:999px;background:var(--sh-orange-soft);color:var(--sh-orange-ink);font-size:16px;font-weight:700;line-height:1;transition:transform .3s ease}.shigohaya-page .sh-faq-q[aria-expanded=true] .sh-faq-icon{transform:rotate(45deg)}.shigohaya-page .sh-faq-a{padding:0 22px 22px;font-size:15px;line-height:1.9;color:var(--sh-muted)}.shigohaya-page .sh-faq-a p{margin:0}.shigohaya-page .sh-cta-box{padding:40px 24px;background:var(--sh-ivory);border:1px solid #ffd9ba;border-radius:var(--sh-radius-lg);text-align:center}@media (min-width:768px){.shigohaya-page .sh-cta-box{padding:56px 48px}}.shigohaya-page .sh-cta-box .sh-lead{margin-left:auto;margin-right:auto;max-width:720px}.shigohaya-page .sh-cta-box .sh-btn{margin-top:28px;min-width:260px}.shigohaya-page .sh-mobile-cta-spacer{height:96px}@media (min-width:1024px){.shigohaya-page .sh-mobile-cta-spacer{display:none}}.sh-mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;align-items:center;gap:12px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);border-top:1px solid #d9dee7;box-shadow:0 -6px 18px rgba(32,39,51,.1);transition:transform .3s ease,opacity .3s ease}.sh-mobile-cta[data-hidden=true]{transform:translateY(120%);opacity:0;pointer-events:none}.sh-mobile-cta .sh-mobile-cta-text{flex:1 1 auto;min-width:0;font-size:12px;line-height:1.6;color:#4b5565;font-weight:700}.sh-mobile-cta .sh-mobile-cta-btn{flex:none;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 22px;border-radius:12px;background:#ff7300;color:#ffffff;font-size:15px;font-weight:700;line-height:1.5;text-decoration:none}.sh-mobile-cta a:focus-visible{outline:3px solid #17325c;outline-offset:3px}@media (min-width:1024px){.sh-mobile-cta{display:none}}.sh-section--bg-visual{position:relative;overflow:hidden}.sh-section--bg-visual .sh-bg-image{position:absolute;inset:0;z-index:0;pointer-events:none}.sh-section--bg-visual .sh-bg-image img{width:100%;height:100%;object-fit:cover;opacity:.06;filter:grayscale(30%)}.sh-section--bg-visual>.sh-container{position:relative;z-index:1}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_d88be3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_d88be3{--font-sh-inter:"Inter","Inter Fallback"}