:root{--primary:#0071c5;--brand-green:#4ade80;--accent-green:var(--brand-green);--accent-red:#d62828;--text-main:#111;--text-muted:#444;--bg-main:#fff;--bg-soft:#fff;--bg-dark:#111;--border-color:#e5e5e5;--youtube-red:red;--font-impact:"Noto Sans JP", sans-serif;--font-warm:"BIZ UDPGothic", "Noto Sans JP", sans-serif;--font-sans:"BIZ UDPGothic", "Noto Sans JP", sans-serif;--font-pop:var(--font-impact);--font-en:var(--font-warm);--header-height:80px;--content-width:1200px;--shadow-solid-sm:none;--shadow-solid-md:none;--shadow-solid-lg:none;--transition-fast:all .2s cubic-bezier(.25, .8, .25, 1);--border-thick:1px solid #e5e5e5;--border-radius-pop:2px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:clip}a{text-decoration:none}body{font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-main);-webkit-font-smoothing:antialiased;font-size:17px;line-height:1.7;overflow-x:hidden}.section-header{text-align:center;margin-bottom:3.5rem}.section-label{font-family:var(--font-warm);background:var(--accent-green);color:var(--text-main);text-transform:uppercase;letter-spacing:.1em;border:var(--border-thick);z-index:2;border-radius:2px;margin-bottom:-1rem;padding:.5rem 1.5rem;font-size:1.2rem;font-weight:900;display:inline-block;position:relative}.section-title{width:fit-content;font-family:var(--font-impact);letter-spacing:.04em;color:#fff;background:var(--primary);text-align:center;margin:0 auto 1.25rem;padding:.6rem 1.8rem;font-size:2.6rem;font-weight:900;line-height:1.35;display:block;transform:skew(-7deg)}#company .section-title,#results .section-title{background:#0f8e3e}.hero-number{font-family:var(--font-impact);color:var(--accent-red);-webkit-text-stroke:1px var(--accent-red);letter-spacing:-.02em;vertical-align:-.1em;padding:0 .1em;font-size:3.6rem;font-style:normal;font-weight:900;line-height:1;display:inline-block;transform:skew(-7deg)}.section-header .japanese,.japanese{color:var(--text-main);border:var(--border-thick);text-shadow:none;font-size:1.2rem;font-weight:700;font-family:var(--font-sans);background:#fff;border-radius:2px;max-width:720px;margin:1.5rem auto 0;padding:.8rem 1.6rem;line-height:1.7;display:inline-block}.container{max-width:var(--content-width);margin:0 auto;padding:0 5%}.section{border-bottom:4px dashed #ffffff4d;padding:6rem 0}.bg-soft{background-color:var(--accent-green);background-image:linear-gradient(#ffffff1a 1px,#0000 1px),linear-gradient(90deg,#ffffff1a 1px,#0000 1px);background-size:30px 30px}#support.bg-soft{background-color:#fff;background-image:none}#company,#profile{background-color:#fff}.success-band{background:#f5f5f5!important}#youtube{background-color:#f5f5f5}#results .section-label{background:var(--accent-red);color:#fff}.bg-dark{background-color:var(--bg-dark);color:#fff}.btn{border-radius:var(--border-radius-pop);transition:var(--transition-fast);cursor:pointer;border:var(--border-thick);font-size:1.1rem;font-weight:900;font-family:var(--font-impact);justify-content:center;align-items:center;padding:1.25rem 2.5rem;display:inline-flex}.btn-primary{background:var(--accent-green);color:var(--text-main);box-shadow:var(--shadow-solid-md)}.btn-primary:hover{box-shadow:var(--shadow-solid-sm);transform:translate(2px,2px)}.header{width:100%;height:var(--header-height);z-index:1000;border-bottom:var(--border-thick);box-shadow:var(--shadow-solid-md);background:#fff;position:fixed;top:0;left:0}.header-inner{height:100%;max-width:var(--content-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 5%;display:flex}.logo a{align-items:center;height:100%;display:inline-flex}.logo a img{width:auto;height:44px;display:block}.nav{width:100%;max-width:var(--content-width);height:var(--header-height);z-index:1001;pointer-events:none;justify-content:flex-end;align-items:center;padding:0 5%;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.nav-list{pointer-events:auto;align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-list a{color:var(--text-main);font-size:1rem;font-weight:900;font-family:var(--font-warm);transition:var(--transition-fast);border-bottom:3px solid #0000}.nav-list a:hover{color:var(--primary);border-bottom:3px solid var(--text-main)}.nav-list .nav-spollup-logo{border-left:1px solid #0000001f;align-items:center;margin-left:.5rem;padding-left:1.5rem;display:flex}.nav-list .nav-spollup-logo a{opacity:.75;transition:opacity var(--transition-fast), transform var(--transition-fast);border-bottom:none;align-items:center;display:inline-flex}.nav-list .nav-spollup-logo a:hover{opacity:1;border-bottom:none;transform:translateY(-1px)}.nav-list .nav-spollup-logo img{width:auto;height:28px;display:block}.nav-toggle{cursor:pointer;background:0 0;border:none;width:44px;height:44px;padding:0;display:none;position:relative}.nav-toggle-bar{background:var(--text-main);border-radius:2px;width:28px;height:3px;margin:5px auto;transition:transform .25s,opacity .2s;display:block}.nav-toggle[aria-expanded=true] .nav-toggle-bar:first-child{transform:translateY(8px)rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.hero{min-height:95vh;padding:calc(var(--header-height) + 2rem) 0 4rem;isolation:isolate;align-items:center;display:flex;position:relative;overflow:hidden}.hero-bg{inset:var(--header-height) 0 0 0;z-index:-1;position:absolute;overflow:hidden}.hero-bg img{object-fit:cover;object-position:80% top;filter:none;width:100%;height:100%}.hero-inner{width:100%}.hero-content{max-width:820px}.hero-title{margin:0;line-height:1}.hero-line{font-family:var(--font-warm);color:var(--text-main);white-space:nowrap;z-index:0;background:#fff;border-top:4px solid #111;border-bottom:4px solid #111;margin:0;padding:1.4rem 2.5rem;font-size:2.3rem;font-weight:900;line-height:1.4;display:block;position:absolute;overflow:hidden}.hero-line:first-child{text-align:left;max-width:70%;box-shadow:0 10px 0 var(--accent-red);padding-left:max(2.5rem,5%);bottom:36%;left:0}.hero-line:nth-child(2){text-align:right;max-width:70%;box-shadow:0 -10px 0 var(--primary);padding-right:max(2.5rem,5%);bottom:6%;right:0}.hero-subtitle{color:var(--text-main);border:var(--border-thick);background:#fff;border-radius:2px;max-width:560px;margin-bottom:2.5rem;padding:.8rem 1.3rem;font-size:1.05rem;font-weight:700;line-height:1.7}.hero-btns{z-index:2;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:absolute;bottom:22%;left:50%;transform:translate(-50%)}.btn-hero-cta{cursor:pointer;filter:drop-shadow(0 6px 8px #0000004d);line-height:0;transition:transform .12s ease-out,filter .12s ease-out;display:inline-block}.btn-hero-cta:hover{filter:drop-shadow(0 9px 12px #00000059);transform:translateY(-2px)}.btn-hero-cta:active{filter:drop-shadow(0 0 #0000);transform:translateY(6px)}.btn-hero-cta-img{width:480px;max-width:90vw;height:auto;display:block}.sp-only{display:none}.company-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;padding:.5rem;display:grid;overflow:clip}.company-card{border-radius:var(--border-radius-pop);box-shadow:var(--shadow-solid-md);border:var(--border-thick);transition:var(--transition-fast);background:#fff;padding:3rem 2rem 2.5rem;position:relative}.company-card:hover{z-index:10;translate:0 -3px}.company-card .number{font-family:var(--font-impact);background:var(--accent-red);color:#fff;border:var(--border-thick);border-radius:2px;padding:.5rem 1rem;font-size:2.5rem;font-weight:900;line-height:1;position:absolute;top:-20px;left:-15px}.company-card:nth-child(2) .number{background:var(--accent-green);color:#111}.company-card:nth-child(3) .number{background:var(--primary);color:#fff}.company-card h3{font-family:var(--font-impact);color:var(--text-main);border-bottom:2px dashed #ccc;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.35rem;font-weight:900;line-height:1.5}.company-card p{color:var(--text-muted);font-size:1.05rem;font-weight:600}.results-grid{grid-template-columns:repeat(2,1fr);gap:3rem;padding:.5rem;display:grid;overflow:clip}.result-card{border-radius:var(--border-radius-pop);border:var(--border-thick);box-shadow:var(--shadow-solid-lg);background:#fff;padding:2.5rem;position:relative}.result-tag{background:var(--accent-red);color:#fff;font-family:var(--font-impact);border-radius:2px;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.9rem;font-weight:900;display:inline-block}.result-card h3{font-family:var(--font-sans);text-wrap:balance;margin-bottom:1.5rem;font-size:1.25rem;font-weight:800;line-height:1.5}.result-data{border:2px solid var(--accent-red);background:#fceaea;border-radius:8px;flex-wrap:wrap;align-items:center;gap:1rem;padding:1.5rem;display:flex}.result-data .before{color:var(--text-muted);font-size:1.1rem;font-weight:700}.result-arrow{color:var(--accent-red);font-size:1.5rem;font-weight:900;font-family:var(--font-impact)}.result-after{font-family:var(--font-impact);color:var(--accent-red);font-size:2.2rem;font-weight:900;line-height:1;display:inline-block;transform:skew(-7deg)}.case-stories{margin-top:4rem}.case-stories-heading{font-family:var(--font-warm);color:var(--primary);text-align:center;margin:0 0 2rem;padding:0 1.5rem;font-size:1.6rem;font-weight:900;display:inline-block;position:relative;left:50%;transform:translate(-50%)}.case-stories-heading:before,.case-stories-heading:after{content:"";background:var(--accent-red);width:2.5rem;height:3px;position:absolute;top:50%}.case-stories-heading:before{right:100%}.case-stories-heading:after{left:100%}.case-stories-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.case-story{border:var(--border-thick);background:#fff;border-radius:4px;flex-direction:column;gap:1rem;padding:2rem 1.75rem;display:flex}.case-story-meta{flex-direction:column;align-items:flex-start;gap:.6rem;display:flex}.case-story-result{color:var(--text-main);margin:0;font-size:1.05rem;font-weight:700}.case-story-result strong{color:var(--accent-red);font-family:var(--font-impact);letter-spacing:.01em;font-size:1.2rem}.case-story-title{font-family:var(--font-warm);color:var(--primary);border-bottom:2px dashed var(--border-color);margin:0;padding-bottom:.85rem;font-size:1.25rem;font-weight:900;line-height:1.5}.case-story-body{grid-template-columns:max-content 1fr;align-items:start;gap:.75rem 1rem;margin:0;display:grid}.case-story-body dt{font-family:var(--font-impact);color:#fff;background:var(--accent-red);letter-spacing:.05em;border-radius:3px;align-self:start;margin-top:.15em;padding:.2em .7em;font-size:.95rem;font-weight:900}.case-story-body dd{color:var(--text-main);margin:0;font-size:1.02rem;font-weight:600;line-height:1.8}.success-band{color:var(--text-main);text-align:center;border-top:var(--border-thick);border-bottom:var(--border-thick);background:#fff;padding:4rem 0}.stat-grid{justify-content:center;gap:6rem;display:flex}.stat-item{border:var(--border-thick);background:#fff;border-radius:2px;padding:2rem}.stat-item .number{font-family:var(--font-impact);color:var(--accent-red);-webkit-text-stroke:1px var(--accent-red);letter-spacing:-.02em;font-size:4rem;font-weight:900;display:inline-block;transform:skew(-7deg)}.stat-item .label{margin-top:.5rem;font-size:1.25rem;font-weight:900;display:block}.support-grid{grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:2rem;padding:.5rem;display:grid;overflow:clip}.support-card{border:var(--border-thick);background:#fff;border-radius:2px;flex-direction:column;padding:2.5rem 2.25rem;display:flex}.support-question{background:var(--text-main);color:#fff;border-radius:2px;margin-bottom:2.5rem;padding:1.5rem;font-size:1.1rem;font-weight:700;position:relative}.support-question:after{content:"";border-style:solid;border-width:0 12px 15px;border-color:transparent transparent var(--text-main) transparent;position:absolute;top:-15px;left:24px}.support-card .icon{font-family:var(--font-warm);color:var(--accent-green);margin-right:.5rem;font-size:1.2rem;font-weight:900}.support-answer{align-items:flex-start;gap:1.5rem;display:flex}.support-answer .brother-icon{background:var(--accent-red);border:var(--border-thick);border-radius:2px;flex-shrink:0;width:70px;height:70px;overflow:hidden}.support-answer .brother-icon img{object-fit:cover;width:100%;height:100%}.support-answer-text h4{font-family:var(--font-warm);color:var(--primary);margin-bottom:1rem;font-size:1.2rem;font-weight:900;line-height:1.5}.support-answer-text p{font-size:1.05rem;font-weight:600;line-height:1.7}#service{padding:4rem 0}#service .section-header{margin-bottom:1.8rem}.service-card{border:var(--border-thick);background:#fff;border-radius:4px;flex-direction:column;gap:1.5rem;max-width:880px;margin:0 auto;padding:1.75rem 2rem;display:flex}.service-banner{border:var(--border-thick);border-radius:4px;height:160px;text-decoration:none;display:block;overflow:hidden}.service-banner img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s;display:block}.service-banner:hover img{transform:scale(1.03)}.service-info{flex-direction:column;gap:1.1rem;display:flex}.service-lede{color:var(--text-main);margin:0;font-size:1.1rem;font-weight:600;line-height:1.8}.service-note{color:var(--text-muted);background:var(--bg-soft);border-left:3px solid var(--accent-red);border-radius:2px;margin:0;padding:.85rem 1rem;font-size:.95rem;font-weight:600;line-height:1.7}.service-note strong{color:var(--accent-red);font-weight:900}.service-features{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.service-features li{color:var(--text-main);padding-left:1.6rem;font-size:1.1rem;font-weight:700;line-height:1.6;position:relative}.service-features li:before{content:"✓";color:var(--accent-red);font-size:1.2rem;font-weight:900;line-height:1.6;position:absolute;top:0;left:0}.service-cta{background:var(--accent-red);color:#fff;font-family:var(--font-impact);letter-spacing:.02em;border-radius:4px;align-self:flex-start;padding:.75em 1.5em;font-size:1.1rem;font-weight:900;text-decoration:none;transition:transform .15s ease-out,background .15s ease-out;display:inline-block}.service-cta:hover{background:#c91a1a;transform:translateY(-1px)}.youtube-carousel{padding:0 3.5rem;position:relative}.youtube-swiper{overflow:hidden}.video-card{color:inherit;background:#fff;border-radius:8px;height:100%;text-decoration:none;transition:transform .18s ease-out,box-shadow .18s ease-out;display:block;overflow:hidden}.video-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #0000001f}.video-thumb{aspect-ratio:16/9;background:#000;position:relative;overflow:hidden}.video-thumb img{object-fit:cover;width:100%;height:100%;display:block}.video-play{color:#fff;text-align:center;background:#0000008c;border-radius:50%;width:80px;height:80px;font-size:1.7rem;line-height:80px;transition:background .18s ease-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-card:hover .video-play{background:var(--youtube-red)}.video-card-title{font-family:var(--font-sans);-webkit-line-clamp:2;-webkit-box-orient:vertical;padding:1.1rem 1.25rem 1.25rem;font-size:1.15rem;font-weight:800;line-height:1.5;display:-webkit-box;overflow:hidden}button.youtube-nav-prev,button.youtube-nav-next{width:28px;height:28px;box-shadow:none;appearance:none;background:0 0;border:none;border-radius:0;margin-top:0;padding:0;transition:transform .15s ease-out,opacity .15s ease-out;top:calc(50% - 14px - 2rem)}button.youtube-nav-prev>svg,button.youtube-nav-next>svg{display:none}button.youtube-nav-prev{left:0}button.youtube-nav-next{right:0}button.youtube-nav-prev:hover,button.youtube-nav-next:hover{opacity:.8;transform:scale(1.15)}.youtube-nav-prev:after,.youtube-nav-next:after{content:"";border-style:solid;width:0;height:0;font-size:0}.youtube-nav-prev:after{border-width:14px 20px 14px 0;border-color:transparent var(--accent-red) transparent transparent}.youtube-nav-next:after{border-width:14px 0 14px 20px;border-color:transparent transparent transparent var(--accent-red)}.youtube-pagination{text-align:center;margin-top:1.5rem;position:static}.youtube-pagination .swiper-pagination-bullet{background:var(--text-muted);opacity:.35;width:10px;height:10px;transition:opacity .15s,background .15s}.youtube-pagination .swiper-pagination-bullet-active{background:var(--accent-red);opacity:1}.profile-content{border-radius:var(--border-radius-pop);border:var(--border-thick);box-shadow:var(--shadow-solid-lg);background:#fff;align-items:center;gap:4rem;padding:4rem;display:flex;position:relative}.profile-image-placeholder{aspect-ratio:1;background-image:url(/cap-yamamoto/yamamoto.jpg);background-position:50%;background-size:cover;border:4px solid #111;border-radius:2px;flex:0 0 300px}.profile-text{position:relative}.profile-text .section-label{margin-bottom:2rem;display:inline-block;left:0;transform:none}.profile-text h3{font-family:var(--font-warm);color:var(--text-main);margin-bottom:1.5rem;font-size:2.5rem;font-weight:900}.profile-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.footer{background:var(--text-main);color:#fff;text-align:center;background-image:radial-gradient(#fff3 2px,#0000 2px);background-size:20px 20px;padding:5rem 0 3rem}.footer-content-compact{background:var(--primary);border:4px solid #fff;border-radius:2px;flex-direction:column;align-items:center;gap:2rem;max-width:800px;padding:3rem;display:flex}.footer-logo{border:var(--border-thick);background:#fff;border-radius:2px;justify-content:center;align-items:center;margin:0;padding:.8rem 1.8rem;display:inline-flex}.footer-logo img{width:auto;height:56px;display:block}.footer-tagline{font-size:1.2rem;font-weight:800}.social-links{justify-content:center;gap:1.5rem;margin-top:1rem;display:flex}.social-link{color:#111;width:50px;height:50px;transition:var(--transition-fast);box-shadow:var(--shadow-solid-sm);background:#fff;border:3px solid #111;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-link:hover{background:var(--accent-green);transform:translate(2px,2px);box-shadow:0 0 #111}.social-link svg{width:24px;height:24px}.footer-bottom{letter-spacing:.1em;margin-top:4rem;font-size:.9rem;font-weight:700}.footer-bottom a{color:inherit;text-underline-offset:3px;transition:var(--transition-fast);-webkit-text-decoration:underline #fff6;text-decoration:underline #fff6}.footer-bottom a:hover{text-decoration-color:currentColor}.floating-cta{z-index:999;transition:opacity .3s ease-out,transform .45s cubic-bezier(.2,.8,.25,1);position:fixed;bottom:2rem;right:2rem}.footer-cta-wrap{width:260px;height:65px}.cta-bubble{cursor:pointer;filter:drop-shadow(0 5px 6px #0000004d);line-height:0;transition:transform .12s ease-out,filter .12s ease-out;display:inline-block}.cta-bubble:hover{filter:drop-shadow(0 7px 9px #00000059);transform:translateY(-2px)}.cta-bubble:active{filter:drop-shadow(0 0 #0000);transform:translateY(5px)}.cta-bubble-img{width:260px;max-width:min(60vw,100vw - 5rem);height:auto;display:block}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}.reveal{opacity:0;transition:all .6s cubic-bezier(.25,.8,.25,1);transform:translateY(40px)}.reveal.active{opacity:1;transform:translateY(0)}@keyframes cardSlideInLeft{0%{opacity:0;translate:-120px}to{opacity:1;translate:0}}@keyframes cardSlideInRight{0%{opacity:0;translate:120px}to{opacity:1;translate:0}}.company-card.reveal,.result-card.reveal,.support-card.reveal{opacity:0;transition:none;transform:none}.company-card.reveal{translate:-120px}.result-card.reveal{translate:120px}.support-card.reveal{translate:-120px}.company-card.reveal.active,.support-card.reveal.active{animation:.65s cubic-bezier(.2,.8,.35,1.2) forwards cardSlideInLeft}.result-card.reveal.active{animation:.65s cubic-bezier(.2,.8,.35,1.2) forwards cardSlideInRight}.company-card.reveal:nth-child(2),.result-card.reveal:nth-child(2),.support-card.reveal:nth-child(2){animation-delay:.12s}.company-card.reveal:nth-child(3),.result-card.reveal:nth-child(3){animation-delay:.24s}.result-card.reveal:nth-child(4){animation-delay:.36s}@media (prefers-reduced-motion:reduce){.company-card.reveal,.result-card.reveal,.support-card.reveal{transition:opacity .3s;translate:0}.company-card.reveal.active,.result-card.reveal.active,.support-card.reveal.active,.company-card:nth-child(2n).reveal.active,.result-card:nth-child(2n).reveal.active,.support-card:nth-child(2n).reveal.active{opacity:1;animation:none}}.cutout{mix-blend-mode:multiply;filter:contrast(1.04)brightness(1.02);width:100%;height:auto;display:block}.cutout--framed{mix-blend-mode:normal;background:#fff;border-radius:.75rem;padding:.35rem;box-shadow:0 6px 18px #00000040}.cutout-slot{line-height:0;display:inline-block;position:relative}.cutout-slot[data-pose]:after{content:attr(data-pose);color:#fff;font-family:var(--font-impact);pointer-events:none;letter-spacing:.05em;white-space:nowrap;z-index:3;background:#d62828eb;border-radius:3px;padding:.25em .65em;font-size:.72rem;font-weight:900;line-height:1.4;position:absolute;bottom:6px;left:6px}.speech-bubble{border:3px solid var(--primary);font-family:var(--font-impact);color:var(--primary);letter-spacing:.02em;white-space:nowrap;background:#fff;border-radius:1rem;padding:.55em 1.05em;font-size:clamp(.95rem,1.4vw,1.15rem);font-weight:900;line-height:1.4;display:inline-block;position:relative;box-shadow:0 3px 10px #00000014}.speech-bubble--red{border-color:var(--accent-red);color:var(--accent-red)}.speech-bubble--tail-left:before,.speech-bubble--tail-left:after{content:"";border-style:solid;position:absolute;top:50%;left:-16px;transform:translateY(-50%)}.speech-bubble--tail-left:before{border-width:10px 16px 10px 0;border-color:transparent var(--primary) transparent transparent}.speech-bubble--tail-left:after{border-width:8px 13px 8px 0;border-color:#0000 #fff #0000 #0000;left:-12px}.speech-bubble--red.speech-bubble--tail-left:before{border-right-color:var(--accent-red)}.speech-bubble--tail-right:before,.speech-bubble--tail-right:after{content:"";border-style:solid;position:absolute;top:50%;right:-16px;transform:translateY(-50%)}.speech-bubble--tail-right:before{border-width:10px 0 10px 16px;border-color:transparent transparent transparent var(--primary)}.speech-bubble--tail-right:after{border-width:8px 0 8px 13px;border-color:#0000 #0000 #0000 #fff;right:-12px}.speech-bubble--red.speech-bubble--tail-right:before{border-left-color:var(--accent-red)}.speech-bubble--tail-down:before,.speech-bubble--tail-down:after{content:"";border-style:solid;position:absolute;bottom:-16px;left:50%;transform:translate(-50%)}.speech-bubble--tail-down:before{border-width:16px 10px 0;border-color:var(--primary) transparent transparent transparent}.speech-bubble--tail-down:after{border-width:13px 8px 0;border-color:#fff #0000 #0000;bottom:-12px}.speech-bubble--red.speech-bubble--tail-down:before{border-top-color:var(--accent-red)}.success-band{position:relative;overflow:visible}.success-figure{z-index:4;pointer-events:none;width:220px;line-height:0;position:absolute;bottom:0;left:max(1rem,3vw)}.success-figure .cutout{mix-blend-mode:normal;filter:drop-shadow(0 8px 14px #0000002e);width:100%;height:auto;display:block;-webkit-mask-image:linear-gradient(#000 0% 58%,#0000 78%);mask-image:linear-gradient(#000 0% 58%,#0000 78%)}.cutout--png{mix-blend-mode:normal;filter:none}.section-header{position:relative}#results{position:relative;overflow:visible}.results-figure{z-index:4;pointer-events:none;width:220px;line-height:0;position:absolute;bottom:-100px;right:max(1rem,3vw)}.results-figure .cutout{mix-blend-mode:normal;filter:drop-shadow(0 8px 14px #0000002e);width:100%;height:auto;display:block;-webkit-mask-image:linear-gradient(#000 0% 58%,#0000 78%);mask-image:linear-gradient(#000 0% 58%,#0000 78%)}.profile-image-placeholder.cutout-slot{aspect-ratio:3/4;background:0 0;border:none;border-radius:4px;line-height:0;display:block;overflow:hidden}.profile-image-placeholder.cutout-slot .cutout{object-fit:cover;object-position:center 20%;width:100%;height:100%}@media (width<=1100px){.hero-line{padding:1.2rem 2rem;font-size:1.9rem}.hero-number{font-size:2.6rem}.stat-grid{gap:3rem}.profile-content{gap:2rem;padding:2.5rem}.nav-list{gap:1.5rem}.nav-list a{font-size:.88rem}.nav-list .nav-spollup-logo{margin-left:.25rem;padding-left:1rem}.nav-list .nav-spollup-logo img{height:24px}}@media (width<=1024px){html{background:#fff}body{background:#fff;max-width:500px;margin:0 auto;box-shadow:0 0 30px #0000000d}.header,body.menu-open:before{width:100%;max-width:500px;left:50%;right:auto;transform:translate(-50%)}.floating-cta{right:max(2rem,50vw - 250px + 2rem)}.hero-btns{display:none}button.youtube-nav-prev,button.youtube-nav-next{width:24px;height:24px}button.youtube-nav-prev:after{border-width:12px 17px 12px 0}button.youtube-nav-next:after{border-width:12px 0 12px 17px}.stat-grid{gap:2.5rem}.stat-item .number{font-size:3.2rem}.header-inner{padding:0 4%}.logo a img{height:32px}.nav-toggle{display:block}.nav{top:var(--header-height);border-bottom:var(--border-thick);width:100%;max-width:500px;height:auto;box-shadow:var(--shadow-solid-md);z-index:999;max-height:calc(100vh - var(--header-height));pointer-events:auto;background:#fff;padding:0;transition:transform .3s;display:block;position:fixed;left:50%;right:auto;overflow-y:auto;transform:translate(-50%)translateY(-110%)}body.menu-open .nav{transform:translate(-50%)translateY(0)}.nav-list{flex-direction:column;align-items:stretch;gap:0;padding:.5rem 5% 1rem}.nav-list li{border-bottom:1px solid #00000014}.nav-list li:last-child{border-bottom:none}.nav-list a{border-bottom:none;padding:1.1rem .25rem;font-size:1.15rem;display:block}.nav-list a:hover{color:var(--primary);border-bottom:none}.nav-list .nav-spollup-logo{border-top:2px dashed #00000026;border-left:none;justify-content:center;margin:.5rem 0 0;padding:1.25rem 0 .5rem}.nav-list .nav-spollup-logo img{height:28px}.nav-list .nav-spollup-logo a{padding:0}body.menu-open{overflow:hidden}body.menu-open:before{content:"";inset:var(--header-height) 0 0 0;z-index:998;background:#0006;position:fixed}body{font-size:16px}.hero{min-height:82vh}.hero-bg img{object-position:65% top}.hero-line{white-space:normal;border-top-width:3px;border-bottom-width:3px;padding:.85rem 1.3rem;font-size:1.35rem;line-height:1.4}.hero-line:first-child{max-width:88%;box-shadow:0 6px 0 var(--accent-red);padding-left:max(1.2rem,4%);bottom:22%}.hero-line:nth-child(2){max-width:88%;box-shadow:0 -6px 0 var(--primary);padding-right:max(1.2rem,4%);bottom:3%}.hero-number{font-size:1.8rem}.hero-btns{bottom:44%}.btn-hero-cta-img{width:340px}.hero-subtitle{font-size:1rem}.company-grid{grid-template-columns:1fr;gap:1.5rem}.company-card{padding:2.5rem 1.5rem 2rem;transform:none!important}.company-card h3{font-size:1.2rem}.company-card p{font-size:1rem}.stat-grid{flex-direction:row;gap:.8rem}.stat-item{text-align:center;flex:1;min-width:0;padding:1.3rem .5rem;transform:none!important}.stat-item .number{white-space:nowrap;font-size:2.2rem}.stat-item .label{white-space:nowrap;font-size:.9rem}.results-grid{grid-template-columns:1fr;gap:2rem}.result-card{padding:2rem 1.5rem}.result-card h3{font-size:1.15rem}.result-after{font-size:1.9rem}.result-data{padding:1.2rem}.case-stories-grid{grid-template-columns:1fr;gap:1.5rem}.case-story{padding:1.75rem 1.4rem}.case-story-title{font-size:1.15rem}.case-story-body dd{font-size:1rem}.support-grid{grid-template-columns:1fr;gap:2rem}.support-card{padding:2rem 1.5rem}#service{padding:3rem 0}.service-card{gap:1.25rem;padding:1.75rem 1.5rem}.service-cta{align-self:center}.service-banner{height:130px}.service-lede{font-size:1.05rem}.youtube-carousel{padding:0 1rem}button.youtube-nav-prev,button.youtube-nav-next{display:none}.video-card-title{padding:.95rem 1.05rem 1.1rem;font-size:1.05rem}.video-play{width:70px;height:70px;font-size:1.5rem;line-height:70px}.profile-content{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.profile-image-placeholder{flex:none;width:200px;height:200px;margin:0 auto;transform:none}.profile-text{width:100%}.profile-text .section-label{margin:0 auto 1rem;display:inline-block}.profile-text h3{font-size:1.9rem}.profile-text p{text-align:left;font-size:1rem}.footer{padding:3.5rem 0 2.5rem}.footer-content-compact{gap:1.5rem;padding:2rem 1.5rem}.footer-logo{padding:.6rem 1.2rem}.footer-logo img{height:42px}.footer-tagline{font-size:1rem}}@media (width<=768px){.section{padding:4rem 0}.company-grid{grid-template-columns:1fr}.btn-hero-cta-img{width:300px}.hero-line:first-child{bottom:20%}.hero-btns{bottom:40%}}@media (width<=600px){.section-title{padding:.5rem 1.3rem;font-size:2rem}.hero{min-height:75vh;padding-top:calc(var(--header-height) + 2rem);align-items:flex-start}.hero-line{padding:.65rem 1rem;font-size:1.05rem}.hero-line:first-child{max-width:93%;box-shadow:0 4px 0 var(--accent-red);bottom:18%}.hero-line:nth-child(2){max-width:93%;box-shadow:0 -4px 0 var(--primary);bottom:2%}.hero-number{font-size:1.4rem}.hero-btns{display:none}.btn-hero-cta-img{width:260px}.stat-grid{gap:.5rem}.stat-item{padding:.9rem .4rem}.stat-item .number{font-size:1.9rem}.stat-item .label{letter-spacing:-.02em;font-size:.8rem}.company-card{padding:2.5rem 1.2rem 1.5rem}.company-card h3{font-size:1.1rem}.company-card p{font-size:.95rem}.company-card .number{font-size:2rem;top:-16px;left:-10px}.result-card{padding:1.5rem 1.2rem}.result-card h3{font-size:1.05rem}.result-after{font-size:1.55rem}.result-data{gap:.5rem;padding:1rem}.result-arrow{font-size:1.2rem}.result-data .before{font-size:.95rem}.result-tag{padding:.4rem .9rem;font-size:.8rem}.case-stories{margin-top:3rem}.case-stories-heading{padding:0 .9rem;font-size:1.25rem}.case-stories-heading:before,.case-stories-heading:after{width:1.4rem}.case-story{gap:.85rem;padding:1.4rem 1.1rem}.case-story-title{font-size:1.05rem}.case-story-result{font-size:.95rem}.case-story-result strong{font-size:1.05rem}.case-story-body{gap:.5rem .7rem}.case-story-body dt{padding:.18em .6em;font-size:.85rem}.case-story-body dd{font-size:.95rem;line-height:1.75}.support-card{padding:1.5rem 1.2rem}.support-question{padding:1rem 1.2rem;font-size:.95rem}.support-answer{gap:1rem}.support-answer .brother-icon{width:48px;height:48px}.support-answer-text h4{font-size:1rem}.support-answer-text p{font-size:.95rem}.video-card-title{padding:.8rem .9rem 1rem;font-size:1rem}.video-play{width:60px;height:60px;font-size:1.35rem;line-height:60px}#service{padding:2.5rem 0}.service-card{gap:1rem;padding:1.4rem 1.1rem}.service-features li{font-size:1rem}.service-cta{padding:.7em 1.2em;font-size:1rem}.service-banner{height:110px}.service-lede{font-size:1rem}.service-note{padding:.75rem .85rem;font-size:.9rem}.profile-content{padding:1.5rem 1rem}.profile-image-placeholder{width:160px;height:160px}.profile-text h3{font-size:1.6rem}.profile-text p{font-size:.95rem}.footer{padding:2.5rem 0 1.8rem}.footer-content-compact{gap:1.2rem;padding:1.5rem 1rem}.footer-logo{padding:.5rem 1rem}.footer-logo img{height:32px}.footer-tagline{font-size:.95rem}.footer-note{font-size:.9rem}.social-link{width:44px;height:44px}.social-link svg{width:20px;height:20px}.footer-bottom{margin-top:2rem;font-size:.75rem}.cta-bubble-img{width:180px}}@media (width<=414px){.hero-line{padding:.55rem .9rem;font-size:.95rem}.hero-number{font-size:1.25rem}.hero-btns{bottom:34%}.btn-hero-cta-img{width:240px}.section-title{font-size:1.7rem}.stat-item .number{font-size:1.65rem}.stat-item .label{font-size:.72rem}.result-after{font-size:1.35rem}.cta-bubble-img{width:160px}}@media (width<=1024px){.success-figure,.results-figure{display:none}.profile-image-placeholder.cutout-slot{aspect-ratio:3/4;width:200px;height:auto}}@media (width<=600px){.profile-image-placeholder.cutout-slot{width:160px}}@media (width<=375px){.logo a img{height:28px}.hero-line{padding:.5rem .75rem;font-size:.88rem}.hero-line:first-child,.hero-line:nth-child(2){max-width:95%}.hero-number{font-size:1.15rem}.btn-hero-cta-img{width:210px}.section-title{padding:.45rem 1.1rem;font-size:1.5rem}.section-label{padding:.4rem 1rem;font-size:.9rem}.stat-item .number{font-size:1.5rem}.stat-item .label{font-size:.68rem}.result-after{font-size:1.2rem}.cta-bubble-img{width:140px}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}
