:root{--of-brand: #2b59ff;--of-brand-ink: #ffffff;--of-brand-dark: #1e3fb8;--of-accent: #16b364;--of-danger: #e5484d;--of-ink: #0f172a;--of-muted: #64748b;--of-line: #e2e8f0;--of-bg: #ffffff;--of-bg-soft: #f6f8fc;--of-bg-card: #ffffff;--of-radius: 14px;--of-radius-sm: 9px;--of-shadow: 0 1px 2px rgba(15,23,42,.06), 0 8px 24px rgba(15,23,42,.06);--of-shadow-lg: 0 12px 40px rgba(15,23,42,.12);--of-font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--of-font-display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;--of-maxw: 1160px}.of-root,.of-root *{box-sizing:border-box}.of-root{font-family:var(--of-font);color:var(--of-ink);line-height:1.5;-webkit-font-smoothing:antialiased}.of-wrap{max-width:var(--of-maxw);margin:0 auto;padding:0 20px}.of-order-grid{display:grid;grid-template-columns:1fr 360px;gap:28px}@media(max-width:940px){.of-order-grid{grid-template-columns:1fr}}.of-card{background:var(--of-bg-card);border:1px solid var(--of-line);border-radius:var(--of-radius);box-shadow:var(--of-shadow);padding:24px;margin-bottom:22px}.of-card>h2{display:flex;align-items:center;gap:10px;font-size:1.15rem;margin:0 0 18px}.of-step{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--of-brand);color:var(--of-brand-ink);font-size:.9rem;font-weight:700;flex:none}.of-field{display:grid;gap:6px;margin-bottom:16px}.of-field>label,.of-field>.of-label{font-size:.85rem;font-weight:600;color:var(--of-ink)}.of-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.of-row-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:620px){.of-row,.of-row-3{grid-template-columns:1fr}}.of-input,.of-select,.of-textarea{width:100%;font:inherit;color:var(--of-ink);background:var(--of-bg);border:1.5px solid var(--of-line);border-radius:var(--of-radius-sm);padding:11px 13px;transition:border-color .15s,box-shadow .15s}.of-input:focus,.of-select:focus,.of-textarea:focus{outline:none;border-color:var(--of-brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--of-brand) 18%,transparent)}.of-textarea{min-height:108px;resize:vertical}.of-input[readonly]{background:color-mix(in srgb,var(--of-line) 30%,var(--of-bg));color:var(--of-muted)}.of-hint{font-size:.78rem;color:var(--of-muted)}.of-req{color:#d92d20}.of-error{color:var(--of-danger);font-size:.82rem}.of-options{display:grid;gap:12px}.of-options.cols-3{grid-template-columns:repeat(3,1fr)}.of-options.cols-2{grid-template-columns:repeat(2,1fr)}@media(max-width:620px){.of-options.cols-3,.of-options.cols-2{grid-template-columns:1fr}}.of-option{border:1.5px solid var(--of-line);border-radius:var(--of-radius-sm);padding:14px 16px;cursor:pointer;background:var(--of-bg);transition:border-color .15s,background .15s}.of-option:hover{border-color:color-mix(in srgb,var(--of-brand) 45%,var(--of-line))}.of-option.is-selected{border-color:var(--of-brand);background:color-mix(in srgb,var(--of-brand) 6%,var(--of-bg))}.of-option .of-option-title{font-weight:650}.of-option .of-option-sub{font-size:.8rem;color:var(--of-muted)}.of-stepper{display:flex;width:100%;align-items:stretch;border:1.5px solid var(--of-line);border-radius:var(--of-radius-sm);overflow:hidden}.of-stepper button{flex:none;width:46px;border:0;background:var(--of-bg-soft);font-size:1.2rem;line-height:1;cursor:pointer;color:var(--of-ink)}.of-stepper button:hover{background:var(--of-line)}.of-stepper input{flex:1;min-width:0;width:auto;border:0;text-align:center;font:inherit;padding:11px 4px;background:var(--of-bg);color:var(--of-ink)}.of-stepper input::-webkit-outer-spin-button,.of-stepper input::-webkit-inner-spin-button{appearance:none;margin:0}.of-stepper input[type=number]{appearance:textfield}.of-stepper .of-words{flex:none;padding:0 14px;display:flex;align-items:center;white-space:nowrap;color:var(--of-muted);font-size:.82rem;background:var(--of-bg-soft);border-left:1.5px solid var(--of-line)}.of-addon{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-top:1px solid var(--of-line)}.of-addon:first-child{border-top:0}.of-addon input{flex:none;margin-top:3px;width:18px;height:18px;accent-color:var(--of-brand)}.of-addon .of-addon-price{margin-left:auto;font-weight:650;white-space:nowrap}.of-addon.is-featured{border:1.5px solid color-mix(in srgb,var(--of-brand) 45%,var(--of-line));border-radius:var(--of-radius-sm);background:color-mix(in srgb,var(--of-brand) 4%,var(--of-bg));padding:14px 16px;margin-bottom:10px}.of-addon.is-featured.is-on{border-color:var(--of-brand);background:color-mix(in srgb,var(--of-brand) 8%,var(--of-bg))}.of-addon.is-highlight{border:1.5px solid color-mix(in srgb,var(--of-accent) 40%,var(--of-line));border-radius:var(--of-radius-sm);background:var(--of-bg);padding:14px 16px;margin-bottom:10px}.of-addon.is-highlight.is-on{border-color:var(--of-accent);background:color-mix(in srgb,var(--of-accent) 6%,var(--of-bg))}.of-addon.is-featured+.of-addon,.of-addon.is-highlight+.of-addon{border-top:0}.of-addon-tag{display:inline-block;margin-left:8px;padding:2px 9px;border-radius:999px;background:var(--of-brand);color:var(--of-brand-ink);font-size:.68rem;font-style:normal;font-weight:800;letter-spacing:.04em;text-transform:uppercase;vertical-align:2px}.of-addon-tag.is-soft{background:transparent;color:var(--of-accent);box-shadow:inset 0 0 0 1.5px color-mix(in srgb,var(--of-accent) 55%,transparent)}.of-addon-save{display:block;margin-top:4px;font-size:12px;font-weight:700;color:var(--of-accent)}.of-summary{position:sticky;top:88px}.of-summary .of-total{font-size:2.1rem;font-weight:800;letter-spacing:-.02em}.of-summary .of-total small{font-size:.95rem;font-weight:600;color:var(--of-muted)}.of-summary-line{display:flex;justify-content:space-between;padding:7px 0;font-size:.9rem;color:var(--of-muted)}.of-summary-line strong{color:var(--of-ink);font-weight:600}.of-summary-line.discount strong{color:var(--of-accent)}.of-addon-list{display:flex;flex-direction:column;gap:4px;align-items:stretch;text-align:right;max-width:68%}.of-addon-item{display:flex;justify-content:space-between;gap:10px}.of-addon-item>span{text-align:left}.of-addon-item strong{color:var(--of-ink);font-weight:600;white-space:nowrap}.of-summary hr{border:0;border-top:1px solid var(--of-line);margin:12px 0}.of-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font:inherit;font-weight:700;cursor:pointer;border:0;border-radius:var(--of-radius-sm);padding:13px 22px;transition:transform .05s,background .15s,box-shadow .15s}.of-btn:active{transform:translateY(1px)}.of-btn-primary{background:var(--of-brand);color:var(--of-brand-ink);width:100%;font-size:1.05rem;box-shadow:var(--of-shadow)}.of-btn-primary:hover{background:var(--of-brand-dark)}.of-btn-primary:disabled{opacity:.6;cursor:not-allowed}.of-btn-ghost{background:transparent;color:var(--of-brand);border:1.5px solid var(--of-line)}.of-btn-block{width:100%}.of-curr{display:flex;gap:8px;flex-wrap:wrap}.of-curr button{border:1.5px solid var(--of-line);background:var(--of-bg);border-radius:9px;padding:8px 16px;font:inherit;font-weight:700;color:var(--of-ink);cursor:pointer;transition:border-color .12s,color .12s}.of-curr button:hover{border-color:color-mix(in srgb,var(--of-brand) 45%,var(--of-line))}.of-curr button.on{border-color:var(--of-brand);color:var(--of-brand)}.of-curr.sm button{padding:5px 11px;font-size:.82rem}.of-filelist{list-style:none;margin:10px 0 0;padding:0;display:grid;gap:6px}.of-filelist li{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.85rem;background:var(--of-bg-soft);border-radius:var(--of-radius-sm);padding:8px 12px}.of-filelist button{border:0;background:none;font-size:1.2rem;line-height:1;cursor:pointer;color:var(--of-muted)}.of-filelist button:hover{color:var(--of-danger)}.of-promo{display:flex;gap:8px}.of-promo .of-input{flex:1}.of-badge{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:var(--of-accent)}.of-spinner{display:inline-block;flex:none;width:18px;height:18px;border:2.5px solid color-mix(in srgb,var(--of-brand) 30%,transparent);border-top-color:var(--of-brand);border-radius:50%;animation:of-spin .7s linear infinite}@keyframes of-spin{to{transform:rotate(360deg)}}.of-center{display:grid;place-items:center;padding:60px 0;gap:14px;color:var(--of-muted)}.of-notice{background:var(--of-bg-soft);border:1px solid var(--of-line);border-radius:var(--of-radius-sm);padding:12px 14px;font-size:.88rem}.of-notice.error{background:color-mix(in srgb,var(--of-danger) 8%,var(--of-bg));border-color:color-mix(in srgb,var(--of-danger) 30%,var(--of-line));color:var(--of-danger)}.of-loadfail{display:grid;gap:10px;justify-items:start}.of-loadfail p{margin:0}.of-loadfail .of-btn{width:auto}.of-cab{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:start}@media(max-width:820px){.of-cab{grid-template-columns:1fr}}.of-cab-nav{display:flex;flex-direction:column;gap:4px}.of-cab-nav a{padding:10px 14px;border-radius:var(--of-radius-sm);color:var(--of-muted);text-decoration:none;font-weight:600}.of-cab-nav a.is-active,.of-cab-nav a:hover{background:var(--of-bg-soft);color:var(--of-ink)}.of-orders{display:grid;gap:12px}.of-order-row{display:grid;grid-template-columns:1fr auto;gap:8px;padding:16px 18px;border:1px solid var(--of-line);border-radius:var(--of-radius-sm);text-decoration:none;color:inherit;background:var(--of-bg-card);transition:box-shadow .15s}.of-order-row:hover{box-shadow:var(--of-shadow)}.of-order-row .of-code{font-weight:700;font-size:.95rem}.of-order-row .of-order-topic{margin:3px 0 2px;font-size:1.05rem;font-weight:650;line-height:1.35;color:var(--of-ink);overflow-wrap:anywhere}.of-order-row .of-meta{font-size:.9rem;color:var(--of-muted)}.of-state{align-self:center;font-size:.78rem;font-weight:650;padding:4px 10px;border-radius:999px;background:var(--of-bg-soft);color:var(--of-muted);white-space:nowrap}.of-state.awaiting{background:#fff4e5;color:#b45309}.of-state.progress{background:#e6f0ff;color:var(--of-brand-dark)}.of-state.done{background:#e7f8ef;color:#067647}:root{--rush-blue: #0d77d1;--rush-green: #75b528;--rush-green-dark: #5ca300;--rush-go: linear-gradient(to right, #5ca300, #75b528);--rush-primary: #3f7d00;--rush-primary-dark: #2f6300;--rush-primary-light: #8cc63f;--rush-band: linear-gradient(180deg, #4f9400 0%, #468400 55%, #3f7d00 100%);--rush-ink: #2e3a45;--rush-text: #3d3d3d;--rush-muted: #747474;--rush-line: #e0e0e0;--rush-soft: #f3f8ec;--rush-star: #f9ab24;--rush-maxw: 1160px;--rush-radius: 16px;--rush-shadow: 0 1px 2px rgba(46,58,69,.05), 0 10px 30px rgba(46,58,69,.07);--rush-cta: linear-gradient(to right, #e8560e 0%, #f67d00 100%);--of-brand: var(--rush-primary);--of-brand-dark: var(--rush-primary-dark);--of-brand-ink: #ffffff;--of-accent: #468400;--of-ink: var(--rush-ink);--of-muted: var(--rush-muted);--of-line: var(--rush-line);--of-bg-soft: var(--rush-soft);--of-radius: var(--rush-radius);--of-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--of-maxw: var(--rush-maxw)}*{box-sizing:border-box}button{font:inherit}html{scroll-behavior:smooth}body{margin:0;font-family:var(--of-font);font-size:16px;line-height:1.6;color:var(--rush-text);background:#fff;-webkit-font-smoothing:antialiased}img{max-width:100%}h1,h2,h3,h4{color:var(--rush-ink);font-weight:800;letter-spacing:-.01em;line-height:1.2}a{color:var(--rush-primary)}mark{background:transparent;border:1px dashed currentColor;border-radius:5px;padding:0 6px;color:inherit}mark b{font-family:ui-monospace,SF Mono,Cascadia Mono,Segoe UI Mono,Consolas,monospace;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-right:-.06em}.rush-wrap{max-width:var(--rush-maxw);margin:0 auto;padding:0 20px}.rush-section{padding:80px 0}.rush-section.soft{background:var(--rush-soft)}.rush-section h2,.rush-section .rush-section-head h1{font-size:clamp(1.9rem,3.6vw,2.7rem);line-height:1.15;letter-spacing:-.02em;margin:0 0 12px}.rush-lead{color:var(--rush-muted);font-size:1.05rem;max-width:68ch;margin:0 0 30px}.rush-main{min-height:40vh}.rush-btn{display:inline-flex;align-items:center;justify-content:center;font-weight:700;text-decoration:none;white-space:nowrap;border:1.5px solid transparent;border-radius:50px;padding:12px 33px;cursor:pointer;transition:filter .15s,transform .05s,background .15s,color .15s}.rush-btn:active{transform:translateY(1px)}.rush-btn-cta{background:var(--rush-cta);color:#fff;box-shadow:0 8px 18px #e8560e42}.rush-btn-cta:hover{filter:brightness(1.06);color:#fff}.rush-btn-ghost{background:#fff;color:var(--rush-primary);border-color:var(--rush-line)}.rush-btn-ghost:hover{border-color:var(--rush-primary)}.rush-btn-white{background:#fff;color:var(--rush-primary)}.rush-btn-white:hover{background:#edf5e3}.rush-btn-sm{padding:9px 20px;font-size:.92rem}.rush-btn-wa{background:#25d366;color:#fff;box-shadow:0 8px 18px #25d3664d}.rush-btn-wa:hover{background:#1faa53;color:#fff}.rush-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;line-height:1}.rush-logo img{display:block}.rush-logo .rush-word{font-family:var(--of-font);font-weight:800;font-size:1.45rem;letter-spacing:.005em}.rush-logo .rush-word .a{color:var(--rush-ink)}.rush-logo .rush-word .b{color:var(--rush-primary)}.rush-logo .rush-word .c{font-size:.95rem;color:var(--rush-muted)}.rush-logo.on-dark .rush-word .a{color:#fff}.rush-logo.on-dark .rush-word .b{color:var(--rush-primary-light)}.rush-logo.on-dark .rush-word .c{color:#b8c2ca}.rush-header .rush-logo .rush-word .a,.rush-header .rush-logo .rush-word .b{color:#fff}.rush-header .rush-logo .rush-word .c{color:#ffffffd1}.rush-header .rush-logo img{filter:drop-shadow(0 0 .6px #fff) drop-shadow(0 0 .6px #fff) drop-shadow(0 2px 5px rgba(0,0,0,.18))}.rush-header{position:sticky;top:0;z-index:40;background:transparent;border-bottom:1px solid rgba(0,0,0,.1)}.rush-header:before{content:"";position:absolute;inset:0;z-index:-1;background:var(--rush-band)}.rush-header .rush-wrap{display:flex;align-items:center;gap:20px;height:76px}.rush-header .rush-logo .rush-word{font-size:1.62rem}.rush-header .rush-logo .rush-word .c{font-size:.95rem}.rush-header .rush-logo img{width:46px;height:46px}.rush-nav{display:flex;align-items:center;gap:2px;margin-left:auto}.rush-nav>li{list-style:none;position:relative}.rush-nav ul{list-style:none;margin:0;padding:0}.rush-nav>li>a,.rush-nav>li>button{display:inline-flex;align-items:center;gap:6px;font:inherit;font-weight:700;font-size:.92rem;color:#fff;background:none;border:0;cursor:pointer;text-decoration:none;padding:9px 10px;border-radius:8px;white-space:nowrap}.rush-nav>li>a:hover,.rush-nav>li>button:hover{color:#fff;background:#ffffff29}.rush-nav .caret{border:5px solid transparent;border-top-color:currentColor;margin-top:3px;transition:transform .15s}.rush-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:262px;padding:8px;background:#fff;border:1px solid var(--rush-line);border-radius:12px;box-shadow:var(--rush-shadow);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .15s,transform .15s,visibility .15s}.rush-nav>li:hover>.rush-menu,.rush-nav>li:focus-within>.rush-menu{opacity:1;visibility:visible;transform:none}.rush-menu a{display:block;padding:8px 12px;border-radius:8px;font-size:.9rem;color:var(--rush-text);text-decoration:none}.rush-menu a:hover{background:var(--rush-soft);color:var(--rush-primary)}.rush-header-actions{display:flex;align-items:center;gap:10px}.rush-burger{display:none;width:44px;height:44px;border:1.5px solid rgba(255,255,255,.5);border-radius:10px;background:#ffffff1f;cursor:pointer}.rush-burger span,.rush-burger span:before,.rush-burger span:after{display:block;width:18px;height:2px;background:#fff;border-radius:2px;margin:0 auto;position:relative}.rush-burger span:before,.rush-burger span:after{content:"";position:absolute;left:0}.rush-burger span:before{top:-6px}.rush-burger span:after{top:6px}@media(max-width:1119px){.rush-header .rush-wrap{height:66px}.rush-burger{display:block;margin-left:auto}.rush-header-actions .rush-btn{display:none}.rush-nav{position:fixed;inset:0 0 0 auto;width:min(360px,88vw);margin:0;flex-direction:column;align-items:stretch;gap:2px;background:#fff;padding:78px 18px 28px;overflow-y:auto;transform:translate(100%);transition:transform .22s ease;z-index:2;box-shadow:-18px 0 40px #2e3a4529}.rush-nav.open{transform:none}.rush-nav>li>a,.rush-nav>li>button{width:100%;justify-content:space-between;padding:13px 12px;font-size:1rem;white-space:normal;text-align:left;color:var(--rush-ink)}.rush-nav>li>a:hover,.rush-nav>li>button:hover{color:var(--rush-primary);background:var(--rush-soft)}.rush-menu{position:static;opacity:1;visibility:visible;transform:none;display:none;border:0;box-shadow:none;padding:0 0 8px 12px;min-width:0}.rush-nav>li.open>.rush-menu{display:block}.rush-nav>li.open>button .caret{transform:rotate(180deg)}.rush-nav>li:hover>.rush-menu{opacity:1;visibility:visible}.rush-nav .rush-drawer-cta{margin-top:14px;display:grid;gap:8px}.rush-nav .rush-drawer-cta .rush-btn{width:100%}.rush-scrim{position:fixed;inset:0;background:#2e3a4573;z-index:1}.rush-close{position:fixed;top:12px;right:16px;z-index:3;width:40px;height:40px;border:0;border-radius:10px;background:var(--rush-soft);font-size:1.4rem;line-height:1;color:var(--rush-ink);cursor:pointer}}@media(min-width:1120px){.rush-scrim,.rush-close,.rush-nav .rush-drawer-cta{display:none}}.rush-hero{background:radial-gradient(1100px 420px at 78% -20%,#e9f3dc,#fff 62%);padding:64px 0 54px}.rush-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.rush-hero h1{font-size:clamp(2.1rem,4.4vw,3.3rem);margin:0 0 18px;max-width:16ch}.rush-hero .rush-promo{font-size:1.12rem;margin:0 0 26px}.rush-hero .rush-promo b{color:var(--rush-primary)}@media(max-width:900px){.rush-hero-grid{grid-template-columns:1fr}.rush-hero h1{max-width:none}}.rush-home-hero{--rush-hero-measure: 580px;position:relative;overflow:hidden;background:linear-gradient(to bottom,#fcfdfa,#f2f7ea 55%,#e6f0d9)}.rush-home-hero-grid{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:44px}.rush-home-hero-copy{flex:1 1 50%;min-width:0;padding:74px 0 86px;align-self:center}.rush-home-hero-art{position:relative;flex:0 1 61%;min-width:0;align-self:flex-end;margin-right:-265px}.rush-home-hero-art:before{content:"";position:absolute;z-index:0;left:50%;top:41.6%;transform:translate(-50%,-50%);width:132%;aspect-ratio:1;background:radial-gradient(circle closest-side at 50% 50%,#5ca3001c 0 62%,#5ca3000d 80%,#5ca30000)}.rush-home-hero-art picture{position:relative;z-index:1;display:block}.rush-home-hero-art img{position:relative;z-index:1;display:block;width:100%;height:auto}.rush-home-hero h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1.06;margin:0 0 30px;max-width:17ch;letter-spacing:-.025em;color:var(--rush-primary);text-wrap:balance}@supports ((background-clip: text) or (-webkit-background-clip: text)){.rush-home-hero h1{background-image:linear-gradient(100deg,#2f6300,#3f7d00 45%,#4f9400);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}}@media(forced-colors:active){.rush-home-hero h1{background-image:none;color:CanvasText;-webkit-text-fill-color:CanvasText}}.rush-rule{display:block;width:54px;height:6px;border-radius:3px;background:linear-gradient(to bottom,var(--rush-blue) 0 50%,var(--rush-green) 50% 100%);margin-bottom:38px}.rush-home-hero .rush-lede{font-size:1.16rem;line-height:1.58;color:var(--rush-text);margin:0 0 46px;max-width:var(--rush-hero-measure)}.rush-home-hero .rush-promo{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px;width:fit-content;max-width:100%;padding:10px 20px;background:#edf5e3;border:1px solid #d5e8bf;border-radius:16px;font-size:1.04rem;line-height:1.5;color:var(--rush-ink);margin:0 0 30px}.rush-home-hero .rush-promo span>b{color:var(--rush-primary);font-size:1.3rem;font-weight:800;letter-spacing:-.01em;white-space:nowrap}.rush-coupon{display:inline-flex;align-items:center;justify-content:center;width:177px;height:77px;padding:0;margin:0;border:0;background-color:transparent;background-image:image-set(url(/img/coupon.webp) type("image/webp"),url(/img/coupon.png) type("image/png"));background-image:-webkit-image-set(url(/img/coupon.webp) type("image/webp"),url(/img/coupon.png) type("image/png"));background-repeat:no-repeat;background-position:center;background-size:contain;vertical-align:middle}.rush-coupon b{font-family:ui-monospace,SF Mono,Cascadia Mono,Segoe UI Mono,Consolas,monospace;font-weight:700;font-size:1.36rem;letter-spacing:.06em;text-transform:uppercase;color:var(--rush-primary);margin-right:-.06em}.rush-btn-lg{padding:17px 38px;font-size:1.06rem;gap:12px}@media(max-width:1200px){.rush-home-hero-copy{flex-basis:56%;padding:48px 0 82px}.rush-home-hero .rush-promo{gap:4px 7px}.rush-home-hero .rush-coupon{width:160px;height:70px}.rush-home-hero .rush-coupon b{font-size:1.22rem}.rush-home-hero-art{flex-basis:70%;margin-right:-298px}.rush-home-hero-grid{gap:20px}}@media(max-width:900px){.rush-home-hero-grid{flex-direction:column;align-items:stretch;gap:0}.rush-home-hero-copy{flex-basis:auto;padding:38px 0 18px}.rush-home-hero-art{flex-basis:auto;margin:0 calc(50% - 50vw);max-width:100vw}.rush-home-hero-art:after{display:none}.rush-home-hero-art:before{width:92%;top:46%}.rush-home-hero-art img{max-width:520px;margin:0 auto}.rush-home-hero h1{max-width:none}}@media(max-width:640px){.rush-home-hero .rush-promo{font-size:.98rem;gap:6px 8px;padding:12px 14px}.rush-home-hero .rush-coupon{width:146px;height:64px;margin:0}.rush-home-hero .rush-coupon b{font-size:1.12rem}.rush-btn-lg{width:100%;padding-inline:20px}}.rush-entry-head{background:linear-gradient(to bottom,#fcfdfa,#f2f7ea);border-bottom:1px solid var(--rush-line);padding:30px 0 34px}.rush-entry-head .rush-wrap{max-width:900px}.rush-entry-head h1{font-size:clamp(1.9rem,3.4vw,2.5rem);line-height:1.15;margin:0 0 14px;max-width:24ch;letter-spacing:-.02em}.rush-entry-head .rush-lede{font-size:1.08rem;line-height:1.6;color:var(--rush-text);margin:0;max-width:68ch}.rush-crumbs{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:.84rem;color:var(--rush-muted)}.rush-crumbs a{color:var(--rush-muted);text-decoration:none}.rush-crumbs a:hover{color:var(--rush-primary)}.rush-entry-head-cta{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 0}.rush-entry-meta{margin:16px 0 0;font-size:.84rem;color:var(--rush-muted)}.rush-entry-cta-mid{margin:34px 0;background:#fff;border-color:#d5e8bf}@media(max-width:640px){.rush-entry-head-cta .rush-btn{flex:1 1 100%;justify-content:center}}.rush-entry-art{max-width:900px;margin-top:26px}.rush-entry-art picture{display:block}.rush-entry-art img{display:block;width:100%;height:auto;max-height:340px;object-fit:cover;border-radius:var(--rush-radius)}.rush-entry-cta{display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;margin:40px 0 0;padding:24px 26px;background:var(--rush-soft);border:1px solid var(--rush-line);border-radius:var(--rush-radius)}.rush-entry-cta-text{margin:0;flex:1 1 320px;color:var(--rush-ink);font-size:1.02rem;line-height:1.55}.rush-entry-cta-text a{color:var(--rush-primary);font-weight:700}.rush-entry-cta .rush-btn{flex:none}@media(max-width:640px){.rush-entry-head{padding:22px 0 26px}.rush-entry-head h1{max-width:none}.rush-entry-head .rush-lede{font-size:1rem}.rush-entry-cta{padding:20px 18px}.rush-entry-cta .rush-btn{width:100%;justify-content:center}}.rush-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.rush-cards.three{grid-template-columns:repeat(3,1fr)}@media(max-width:1000px){.rush-cards,.rush-cards.three{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.rush-cards,.rush-cards.three{grid-template-columns:1fr}}.rush-card{display:flex;flex-direction:column;align-items:flex-start;background:#fff;border:1px solid var(--rush-line);border-radius:var(--rush-radius);padding:26px;text-decoration:none;color:inherit;transition:box-shadow .16s,transform .16s,border-color .16s}.rush-card:hover,.rush-card:focus-visible{box-shadow:var(--rush-shadow);transform:translateY(-2px);border-color:#b5d88c}.rush-card img{width:44px;height:44px;margin-bottom:14px}.rush-card h3{margin:0 0 8px;font-size:1.1rem;color:var(--rush-ink)}.rush-card p{margin:0;color:var(--rush-muted);font-size:.95rem}.rush-card-entry{padding:0;overflow:hidden}.rush-card-entry picture{display:block;align-self:stretch;flex:none;margin:0 0 18px}.rush-card-entry img{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover}.rush-card-entry h3,.rush-card-entry p,.rush-card-entry .rush-card-more{margin-inline:22px}.rush-card-entry .rush-card-more{margin-bottom:20px}.rush-card-more{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:16px;font-weight:700;font-size:.92rem;color:var(--rush-primary)}.rush-card-more svg{transition:transform .16s}.rush-card:hover .rush-card-more svg{transform:translate(3px)}.rush-section-head{text-align:center;max-width:780px;margin:0 auto 50px}.rush-section-head h2,.rush-section-head h1{margin:0}.rush-section-head h2:after,.rush-section-head h1:after{content:"";display:block;width:54px;height:6px;border-radius:3px;background:linear-gradient(to bottom,var(--rush-blue) 0 50%,var(--rush-green) 50% 100%);margin:18px auto 0}.rush-section-head p{margin:20px 0 0;color:var(--rush-muted);font-size:1.05rem;line-height:1.65;white-space:pre-line}.rush-section-more{margin:32px 0 0;text-align:center}@media(max-width:760px){.rush-section-head p{text-align:left}}@media(max-width:640px){.rush-section{padding:56px 0}.rush-section-head{margin-bottom:34px}.rush-section-head h2:after,.rush-section-head h1:after{margin-top:14px}.rush-section-head p{font-size:1rem;margin-top:16px}}.rush-rail{position:relative}.rush-rail-track{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 18px;scrollbar-width:none}.rush-rail-track::-webkit-scrollbar{display:none}.rush-rail-track>*{scroll-snap-align:start;flex:0 0 calc(33.333% - 15px)}@media(max-width:1000px){.rush-rail-track>*{flex-basis:calc(50% - 11px)}}@media(max-width:620px){.rush-rail-track>*{flex-basis:88%}}.rush-rail-btn{position:absolute;top:42%;z-index:2;width:42px;height:42px;border-radius:50%;border:1px solid var(--rush-line);background:#fff;color:var(--rush-ink);cursor:pointer;font-size:1.1rem;line-height:1;box-shadow:var(--rush-shadow)}.rush-rail-btn.prev{left:-14px}.rush-rail-btn.next{right:-14px}@media(max-width:1220px){.rush-rail-btn{display:none}}.rush-writer{border:1px solid var(--rush-line);border-radius:var(--rush-radius);padding:22px;background:#fff}.rush-writer-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.rush-writer-head img{width:52px;height:52px;border-radius:50%;object-fit:cover;flex:none}.rush-writer-head b{display:block;color:var(--rush-ink)}.rush-writer-head span{font-size:.86rem;color:var(--rush-muted)}.rush-writer-meta{display:flex;align-items:center;gap:14px;padding:10px 0;border-top:1px solid var(--rush-line);border-bottom:1px solid var(--rush-line);font-size:.88rem;color:var(--rush-muted)}.rush-writer p{font-size:.92rem;color:var(--rush-muted);margin:12px 0 0}.rush-stars{color:var(--rush-star);letter-spacing:1px;white-space:nowrap}.rush-cta-band{padding:10px 0 70px}.rush-cta-band-card{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;padding:44px 48px;border-radius:26px;background:linear-gradient(120deg,#2f6300,#3a7400 52%,#468400);color:#fff;box-shadow:0 22px 48px #5ca30042}.rush-cta-band-card:before{content:"";position:absolute;z-index:0;pointer-events:none;top:-55%;right:-12%;width:62%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 50% 50%,#fff3 0 55%,#fff0)}.rush-cta-band-copy{position:relative;z-index:1}.rush-cta-band-kicker{margin:0 0 10px;font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb8}.rush-cta-band-card h2{margin:0 0 14px;color:#fff;font-size:clamp(1.7rem,3.2vw,2.5rem);line-height:1.12;letter-spacing:-.02em}.rush-cta-band-lede{margin:0 0 26px;max-width:58ch;color:#ffffffdb;font-size:1.06rem;line-height:1.6}.rush-cta-band-actions{display:flex;flex-wrap:wrap;gap:12px}.rush-btn-clear{background:transparent;color:#fff;border-color:#ffffff73}.rush-btn-clear:hover{background:#ffffff1f;color:#fff;border-color:#fffc}.rush-cta-band-art{position:relative;z-index:1;display:grid;justify-items:center;gap:12px}.rush-cta-band-use{margin:0;font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3}.rush-coupon-lg{width:224px;height:97px;transform:rotate(-4deg);filter:drop-shadow(0 14px 26px rgba(24,48,6,.38))}.rush-coupon-lg b{font-size:1.7rem}.rush-cta-band.is-start .rush-cta-band-card{background:var(--rush-soft);border:1px solid var(--rush-line);color:var(--rush-ink);box-shadow:none}.rush-cta-band.is-start .rush-cta-band-card:before{display:none}.rush-cta-band.is-start .rush-cta-band-kicker{color:var(--rush-primary)}.rush-cta-band.is-start .rush-cta-band-card h2{color:var(--rush-ink)}.rush-cta-band.is-start .rush-cta-band-lede{color:var(--rush-text)}.rush-cta-facts{list-style:none;display:grid;gap:18px;margin:0;padding:0 0 0 34px;border-left:1px solid var(--rush-line)}.rush-cta-facts li{display:grid;gap:2px}.rush-cta-facts b{font-size:1.5rem;line-height:1.1;color:var(--rush-primary);letter-spacing:-.02em}.rush-cta-facts span{font-size:.92rem;color:var(--rush-muted)}@media(max-width:900px){.rush-cta-band-card{grid-template-columns:1fr;gap:28px;padding:34px 28px;text-align:center;justify-items:center}.rush-cta-band-actions{justify-content:center}.rush-cta-facts{grid-template-columns:repeat(3,auto);gap:22px;padding:22px 0 0;border-left:0;border-top:1px solid var(--rush-line);text-align:center}}@media(max-width:520px){.rush-cta-facts{grid-template-columns:1fr;gap:14px}}@media(max-width:560px){.rush-cta-band{padding-bottom:48px}.rush-cta-band-card{padding:28px 20px;border-radius:22px}.rush-cta-band-actions .rush-btn{flex:1 1 100%;justify-content:center}.rush-coupon-lg{width:190px;height:83px}.rush-coupon-lg b{font-size:1.44rem}}.rush-about{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.rush-about h2{margin:0 0 14px}.rush-about picture{display:block}.rush-about img{display:block;width:100%;height:auto;border-radius:var(--rush-radius)}.rush-about p{white-space:pre-line;color:var(--rush-muted)}@media(max-width:900px){.rush-about{grid-template-columns:1fr}.rush-about .rush-about-art{display:none}}.rush-quote{display:flex;flex-direction:column;background:#fff;border:1px solid var(--rush-line);border-radius:var(--rush-radius);padding:26px 24px 22px;position:relative}.rush-quote:before{content:"";position:absolute;top:18px;right:20px;width:34px;height:32px;opacity:.18;background:url(/theme/img/qotes.svg) no-repeat center / contain}.rush-quote p{font-size:.95rem;color:var(--rush-text);margin:12px 0 18px}.rush-quote-user{display:flex;align-items:center;gap:12px;margin-top:auto;border-top:1px solid var(--rush-line);padding-top:14px}.rush-quote-user img{width:44px;height:44px;flex:none;border-radius:50%;object-fit:cover}.rush-quote-user b{display:block;color:var(--rush-ink);font-size:.9rem}.rush-quote-user span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:.84rem;line-height:1.35;color:var(--rush-muted);height:2.7em}.rush-faq{border:1px solid var(--rush-line);border-radius:var(--rush-radius);background:#fff;overflow:hidden}.rush-faq-item+.rush-faq-item{border-top:1px solid var(--rush-line)}.rush-faq-item summary{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 24px;cursor:pointer;list-style:none;font-weight:700;font-size:1.03rem;color:var(--rush-ink);line-height:1.45;transition:background .14s,color .14s}.rush-faq-item summary::-webkit-details-marker{display:none}.rush-faq-item summary:hover{background:var(--rush-soft);color:var(--rush-primary)}.rush-faq-item[open] summary{color:var(--rush-primary);padding-bottom:12px}.rush-faq-item summary i{position:relative;flex:none;width:30px;height:30px;margin-top:1px;border-radius:50%;background:var(--rush-soft);transition:background .16s,transform .22s ease}.rush-faq-item summary i:before,.rush-faq-item summary i:after{content:"";position:absolute;inset:50% 8px auto;height:2px;background:var(--rush-primary);border-radius:2px;transform:translateY(-1px);transition:opacity .16s}.rush-faq-item summary i:after{transform:translateY(-1px) rotate(90deg)}.rush-faq-item summary:hover i{background:#e1eed0}.rush-faq-item[open] summary i{transform:rotate(180deg)}.rush-faq-item[open] summary i:after{opacity:0}.rush-faq-a{padding:0 24px 22px;color:var(--rush-text);max-width:78ch}.rush-faq-a p{margin:0}@supports selector(details::details-content){.rush-faq-item::details-content{block-size:0;overflow:hidden;transition:block-size .26s ease,content-visibility .26s allow-discrete}.rush-faq-item[open]::details-content{block-size:auto}}@media(max-width:560px){.rush-faq-item summary{padding:16px;font-size:.98rem;gap:12px}.rush-faq-a{padding:0 16px 18px}}.rush-cta-card{display:flex;align-items:center;justify-content:space-between;gap:28px;margin:40px 0 8px;padding:26px 30px;border-radius:var(--rush-radius);background:linear-gradient(135deg,#edf5e3,#f7fbf2 60%,#fff);border:1px solid #d5e8bf}.rush-cta-card h2{margin:0 0 6px;font-size:1.3rem}.rush-cta-card p{margin:0;color:var(--rush-text);font-size:.97rem;max-width:54ch}.rush-cta-card-actions{display:flex;flex-wrap:wrap;gap:10px;flex:none}.rush-cta-card .rush-btn{gap:9px}.rush-cta-card .rush-btn-ghost{background:#fff}.rush-sticky-cta{display:none}@media(max-width:900px){.rush-sticky-cta{position:fixed;z-index:45;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 16px calc(11px + env(safe-area-inset-bottom));background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--rush-line);box-shadow:0 -8px 24px #2e3a451a}.rush-sticky-cta[hidden]{display:none}.rush-sticky-cta-text{display:grid;gap:1px;min-width:0}.rush-sticky-cta-text b{color:var(--rush-ink);font-size:.92rem}.rush-sticky-cta-text small{color:var(--rush-muted);font-size:.8rem}.rush-sticky-cta .rush-btn{flex:none;min-height:44px;padding-inline:22px}}@media(max-width:360px){.rush-sticky-cta-text small{display:none}}.rush-pagehead{background:var(--rush-soft);border-bottom:1px solid var(--rush-line);padding:44px 0 40px}.rush-pagehead h1{font-size:clamp(1.9rem,3.4vw,2.5rem);margin:0}.rush-page{padding:40px 0 64px}.rush-page>.rush-wrap{max-width:900px}.rush-page.wide>.rush-wrap{max-width:var(--rush-maxw)}.rush-prose{font-size:1.02rem}.rush-prose h2{font-size:1.85rem;line-height:1.2;letter-spacing:-.02em;margin:56px 0 20px}.rush-prose h3{font-size:1.3rem;line-height:1.25;margin:38px 0 12px}.rush-prose>h2:first-child,.rush-prose>h3:first-child{margin-top:0}.rush-prose p{margin:0 0 16px}@media(max-width:640px){.rush-prose h2{font-size:1.5rem;margin:42px 0 16px}.rush-prose h3{font-size:1.18rem;margin:30px 0 10px}}.rush-prose ul,.rush-prose ol{padding-left:0;margin:0 0 18px}.rush-prose ul{list-style:none}.rush-prose ul li{position:relative;padding-left:26px;margin-bottom:8px}.rush-prose ul li:before{content:"•";position:absolute;left:6px;color:var(--rush-primary);font-weight:700}.related ul>li,.rush-faq>li{padding-left:0;margin-bottom:0}.related ul>li:before,.rush-faq>li:before{content:none}.rush-prose ol{padding-left:24px}.rush-prose ol li{margin-bottom:8px}.rush-prose table{width:100%;border-collapse:collapse;margin:0 0 20px}.rush-prose th,.rush-prose td{text-align:left;padding:11px 12px;border-bottom:1px solid var(--rush-line)}@media(max-width:720px){.rush-prose table{display:block;overflow-x:auto;width:auto;max-width:100%;background:linear-gradient(to right,#fff 30%,#fff0) left / 24px 100% no-repeat,linear-gradient(to left,#fff 30%,#fff0) right / 24px 100% no-repeat,linear-gradient(to right,#2e3a451a,#2e3a4500) left / 8px 100% no-repeat,linear-gradient(to left,#2e3a451a,#2e3a4500) right / 8px 100% no-repeat;background-attachment:local,local,scroll,scroll}.rush-prose th,.rush-prose td{min-width:8.5rem}}.rush-prose blockquote{margin:0 0 18px;padding:14px 20px;background:var(--rush-soft);border-left:3px solid var(--rush-primary);border-radius:0 10px 10px 0}.rush-prose img{border-radius:12px}.lede{font-size:1.12rem;color:var(--rush-muted);margin:0 0 24px}.updated{color:var(--rush-muted);font-size:.86rem;margin-top:30px}.post-meta{color:var(--rush-muted);font-size:.9rem;margin:0 0 22px}.related{margin-top:34px}.related h2{font-size:1.2rem;margin:0 0 12px}.related ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.related a{display:inline-block;padding:8px 16px;border:1px solid var(--rush-line);border-radius:50px;background:#fff;font-size:.9rem;text-decoration:none}.related a:hover{border-color:var(--rush-primary);background:var(--rush-soft)}.review-list{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:14px}.review-list li{border:1px solid var(--rush-line);border-radius:12px;padding:18px 20px}.review-meta{display:block;color:var(--rush-muted);font-size:.86rem;margin:4px 0 8px}.rush-footer{background:var(--rush-ink);color:#c9d2d9;padding:48px 0 26px}.rush-footer a:not(.rush-logo){color:#fff;text-decoration:none;display:block;margin:7px 0;font-size:.92rem}.rush-footer a:hover{color:var(--rush-primary-light)}.rush-footer h4{color:#fff;margin:0 0 10px;font-size:.95rem}.rush-fgrid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:30px 26px}@media(max-width:1080px){.rush-fgrid{grid-template-columns:1fr 1fr 1fr}}@media(max-width:900px){.rush-fgrid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.rush-fgrid{grid-template-columns:1fr}}.rush-footer .rush-tagline{font-size:.92rem;margin:14px 0 0;max-width:34ch}.rush-legal{border-top:1px solid rgba(255,255,255,.14);margin-top:34px;padding-top:20px;font-size:.82rem;line-height:1.6;color:#b8c2ca}.rush-legal p{margin:0 0 10px}.of-root{margin-top:4px}.rush-blog-head{background:var(--rush-soft) url(/img/blog-band.svg) no-repeat center bottom / 100% auto;padding-bottom:54px}.rush-kicker{margin:0 0 6px;font-weight:700;color:var(--rush-primary);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem}.rush-postlist{list-style:none;margin:0;padding:0;display:grid;gap:18px}.rush-postlist li{border:1px solid var(--rush-line);border-radius:var(--rush-radius);padding:24px 26px;background:#fff;transition:box-shadow .16s}.rush-postlist li:hover{box-shadow:var(--rush-shadow)}.rush-postlist h2{margin:0;font-size:1.3rem}.rush-postlist h2 a{color:var(--rush-ink);text-decoration:none}.rush-postlist h2 a:hover{color:var(--rush-primary)}.rush-postlist p{color:var(--rush-muted)}.rush-more{display:inline-flex;align-items:center;gap:7px;font-weight:700;text-decoration:none}.rush-more svg{transition:transform .16s}.rush-more:hover svg{transform:translate(3px)}.rush-faq-block{margin-top:40px}.rush-faq-block h2{font-size:1.5rem}.rush-page-photo{margin-top:28px}.rush-page-photo picture,.rush-page-photo img{display:block;width:100%;height:auto;aspect-ratio:1200 / 630;border-radius:var(--rush-radius)}.rush-page-photo img{object-fit:cover;box-shadow:var(--rush-shadow);background:var(--rush-soft)}@media(max-width:640px){.rush-page-photo{margin-top:18px}.rush-page-photo picture,.rush-page-photo img{aspect-ratio:3 / 2;border-radius:12px}}.rush-hero-service{padding:58px 0 60px;overflow-x:clip;background:radial-gradient(circle,rgba(92,163,0,.16) 1px,transparent 1px) 0 0 / 22px 22px,radial-gradient(900px 420px at 72% -10%,#e9f3dc,#fff 70%);background-repeat:repeat,no-repeat;-webkit-mask-composite:source-over}.rush-hero-service .rush-hero-grid{grid-template-columns:1fr .98fr;align-items:center;gap:50px}.rush-hero-service h1{font-size:clamp(2rem,3.6vw,2.9rem);max-width:17ch;margin:0 0 18px}.rush-hero-copy{position:relative;z-index:1}.rush-hero-copy .rush-kicker{margin-bottom:12px}.rush-lede{font-size:1.1rem;line-height:1.65;color:var(--rush-text);margin:0 0 28px;max-width:44ch}.rush-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:26px}.rush-cta-row .rush-btn{gap:10px;padding:15px 30px}.rush-cta-row .rush-btn-ghost{padding-inline:34px}.rush-hero-facts{list-style:none;margin:0;padding:0;display:grid;gap:13px;font-size:1rem}.rush-hero-facts li{display:flex;align-items:center;gap:12px;color:var(--rush-text)}.rush-hero-facts b{color:var(--rush-ink)}.rush-hero-facts li:before{content:"";flex:none;width:22px;height:22px;border-radius:50%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 13px no-repeat,var(--rush-go)}.rush-hero-photo{position:relative;margin-right:-44px;padding:0 0 0 26px}.rush-hero-photo:before{content:"";position:absolute;z-index:0;inset:-18px -10px 26px 6px;border-radius:26px;background:linear-gradient(150deg,#5ca3004d,#75b5281a 60%,#75b52800);transform:rotate(-2.4deg)}.rush-hero-photo picture{position:relative;z-index:1;display:block}.rush-hero-photo img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:20px;box-shadow:0 24px 60px #2e3a4533;background:var(--rush-soft)}.rush-hero-card{position:absolute;z-index:2;left:0;bottom:34px;display:grid;gap:4px;padding:20px 26px;background:#fff;border-radius:16px;box-shadow:0 18px 40px #2e3a452e;text-decoration:none;transition:transform .16s,box-shadow .16s}.rush-hero-card:hover{transform:translateY(-3px);box-shadow:0 22px 48px #2e3a453d}.rush-hero-card .rush-stars{color:var(--rush-star);letter-spacing:3px;font-size:1.12rem;line-height:1}.rush-hero-card strong{color:var(--rush-ink);font-size:1.42rem;letter-spacing:-.01em}.rush-hero-card small{color:var(--rush-muted);font-size:.92rem}.rush-hero-service.no-photo{background:radial-gradient(900px 420px at 72% -10%,#e9f3dc,#fff 70%)}.rush-hero-service.no-photo .rush-hero-grid{grid-template-columns:1fr}.rush-hero-service.no-photo h1{max-width:24ch}.rush-hero-proof{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0;font-size:.95rem;color:var(--rush-muted)}.rush-hero-proof b{color:var(--rush-ink)}.rush-hero-proof .rush-stars{color:var(--rush-star);letter-spacing:1px}.rush-hero-proof a{font-weight:700}.rush-benefits-strip{padding:0;margin-top:-12px;position:relative;z-index:3}.rush-benefits-card{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:26px 8px;list-style:none;background:#fff;border:0;border-radius:22px;box-shadow:0 18px 48px #2e3a4521,0 2px 6px #2e3a450d}.rush-benefits-card li{display:flex;align-items:center;gap:14px;padding:2px 15px;border-left:1px solid var(--rush-line)}.rush-benefits-card li:first-child{border-left:0}.rush-benefits-card img{flex:none;width:56px;height:56px;object-fit:contain}.rush-benefit-text{display:grid;gap:3px;min-width:0}.rush-benefit-text b{color:var(--rush-ink);font-size:1rem;line-height:1.25}.rush-benefit-text small{color:var(--rush-muted);font-size:.88rem;line-height:1.4;text-wrap:balance}.rush-toc{margin:0 0 40px;padding:22px 24px 24px;background:#fff;border:1px solid var(--rush-line);border-radius:var(--rush-radius)}.rush-toc-title{margin:0 0 14px;font-weight:800;font-size:.74rem;letter-spacing:.09em;text-transform:uppercase;color:var(--rush-muted)}.rush-toc ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.rush-toc ul a{display:flex;align-items:center;gap:11px;height:100%;padding:12px 16px;border-radius:12px;background:#fff;border:1px solid var(--rush-line);color:var(--rush-ink);text-decoration:none;font-size:.93rem;font-weight:600;line-height:1.3;transition:border-color .14s,color .14s,background .14s,box-shadow .14s}.rush-toc ul a:hover{color:var(--rush-primary);border-color:#b5d88c;background:#f6faf0;box-shadow:0 6px 16px #5ca3001a}.rush-toc .rush-symbol{flex:none;width:20px;height:20px}@media(max-width:900px){.rush-toc ul{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.rush-toc ul{grid-template-columns:1fr}}.rush-prose h2,.rush-prose h3{scroll-margin-top:88px}@media(max-width:1200px){.rush-hero-service{padding:48px 0 50px}.rush-hero-service .rush-hero-grid{gap:40px}.rush-hero-photo{margin-right:-20px;padding-left:20px}.rush-hero-service h1{font-size:clamp(1.85rem,3.2vw,2.5rem)}}@media(max-width:1159px){.rush-benefits-card{grid-template-columns:repeat(2,1fr);padding:14px 8px}.rush-benefits-card li{padding:14px 18px}.rush-benefits-card li:nth-child(odd){border-left:0}.rush-benefits-card li:nth-child(-n+2){border-bottom:1px solid var(--rush-line)}.rush-toc ul{grid-template-columns:repeat(2,1fr)}.rush-cta-card{gap:22px;padding:24px}}@media(max-width:900px){.rush-hero-service{padding:30px 0 40px}.rush-hero-service .rush-hero-grid{grid-template-columns:1fr;gap:30px}.rush-hero-service .rush-hero-photo{display:block;margin-right:0;padding:0 0 26px}.rush-hero-photo:before{inset:-10px -6px 20px 6px}.rush-hero-photo:after{display:none}.rush-hero-photo img{border-radius:18px}.rush-hero-service h1,.rush-lede{max-width:none}.rush-hero-card{left:50%;bottom:0;transform:translate(-50%);text-align:center;justify-items:center;padding:13px 22px}.rush-hero-card:hover{transform:translate(-50%) translateY(-3px)}.rush-hero-card strong{font-size:1.2rem}.rush-benefits-strip{margin-top:0;padding:26px 0 0}.rush-cta-card{flex-direction:column;align-items:flex-start}.rush-cta-card-actions{width:100%}.rush-cta-card-actions .rush-btn{flex:1 1 auto;justify-content:center}}@media(max-width:640px){.rush-hero-service{padding:22px 0 32px}.rush-hero-service h1{font-size:clamp(1.9rem,7vw,2.05rem)}.rush-lede{font-size:1.02rem;margin-bottom:22px}.rush-cta-row{gap:10px}.rush-cta-row .rush-btn{flex:1 1 46%;justify-content:center;padding:14px 18px}.rush-hero-facts{font-size:.93rem;gap:10px}.rush-benefits-card{grid-template-columns:1fr;padding:6px;border-radius:18px}.rush-benefits-card li{padding:15px 16px;gap:14px;border-left:0;border-bottom:1px solid var(--rush-line)}.rush-benefits-card li:last-child{border-bottom:0}.rush-benefits-card img{width:48px;height:48px}.rush-toc{padding:16px 16px 18px;margin-bottom:28px}.rush-toc ul{grid-template-columns:1fr;gap:8px}.rush-toc ul a{padding:11px 14px}.rush-cta-card{padding:20px 18px;margin-top:32px}.rush-cta-card h2{font-size:1.15rem}}@media(max-width:400px){.rush-cta-row .rush-btn{flex:1 1 100%}.rush-hero-card{padding:11px 18px}.rush-hero-card strong{font-size:1.1rem}}.rush-nowrap{white-space:nowrap}.rush-contact-head,.rush-calc-head{background:radial-gradient(900px 380px at 78% -30%,#e9f3dc,#f5f9f0 70%);border-bottom:1px solid var(--rush-line);padding:40px 0 46px}.rush-contact-head h1,.rush-calc-head h1{font-size:clamp(1.95rem,3.6vw,2.6rem);margin:0 0 14px;max-width:20ch}.rush-contact-head .rush-lede,.rush-calc-head .rush-lede{max-width:62ch;margin:0}.rush-contact-facts{list-style:none;margin:32px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 30px}.rush-contact-facts li{display:grid;gap:3px;padding:14px 0 0;border-top:2px solid #c8e1a9}.rush-contact-facts b{color:var(--rush-ink);font-size:1rem}.rush-contact-facts span{color:var(--rush-muted);font-size:.9rem;line-height:1.45}.rush-channels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.rush-channels.three{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.rush-channels.three .rush-channel{padding:28px 24px 26px}@media(max-width:1080px){.rush-channels.three{grid-template-columns:1fr}}.rush-channel{position:relative;display:flex;flex-direction:column;padding:32px 30px 30px;border:1px solid var(--rush-line);border-radius:var(--rush-radius);background:#fff;box-shadow:var(--rush-shadow)}.rush-channel:before{content:"";position:absolute;inset:0 0 auto;height:4px;border-radius:var(--rush-radius) var(--rush-radius) 0 0;background:var(--rush-go)}.rush-channel-mark{width:52px;height:52px;margin-bottom:18px;border-radius:15px;display:grid;place-items:center;background:#e9f3dc;color:var(--rush-primary)}.rush-channel-mark.is-wa{background:#e6f8ed;color:#1faa53}.rush-channel-when{margin:0 0 6px;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--rush-muted)}.rush-channel h2{margin:0 0 14px;font-size:1.35rem}.rush-channel-address{align-self:flex-start;margin:0 0 18px;padding-bottom:3px;font-size:1.16rem;font-weight:800;color:var(--rush-primary);text-decoration:none;border-bottom:2px solid #c8e1a9;word-break:break-word}.rush-channel-address:hover{border-bottom-color:var(--rush-primary)}.rush-channel>p{margin:0 0 18px;color:var(--rush-text)}.rush-channel-list{list-style:none;margin:0 0 20px;padding:0;display:grid;gap:10px}.rush-channel-tip{margin:0 0 24px;padding:13px 16px;border-radius:12px;background:var(--rush-soft);border-left:3px solid var(--rush-primary-light);color:var(--rush-muted);font-size:.92rem;line-height:1.5}.rush-channel .rush-btn{align-self:flex-start;margin-top:auto}.rush-channel-list li,.rush-calc-assure li,.rush-calc-included li{position:relative;padding-left:28px;line-height:1.5}.rush-channel-list li:before,.rush-calc-assure li:before,.rush-calc-included li:before{content:"";position:absolute;left:0;top:.28em;width:16px;height:16px;border-radius:50%;background:#e1eed0 center/9px no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d77d1' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 13 4.5 4.5L19 7'/%3E%3C/svg%3E")}.rush-channel-list li{color:var(--rush-text);font-size:.96rem}.rush-contact-body{max-width:820px;margin:58px auto 0}.rush-contact-body .rush-prose h2{font-size:1.5rem;margin-top:40px}.rush-contact-body .rush-prose>h2:first-child{margin-top:0}.rush-contact-self{margin:66px 0 0}.rush-contact-self .rush-section-head{margin-bottom:36px}@media(max-width:900px){.rush-channels{grid-template-columns:1fr}.rush-contact-facts{grid-template-columns:1fr;gap:0}.rush-contact-facts li{padding:12px 0 0;margin-top:10px}.rush-contact-facts li:first-child{margin-top:0}.rush-contact-body{margin-top:46px}.rush-contact-self{margin-top:50px}}@media(max-width:560px){.rush-channel{padding:26px 20px 24px}.rush-channel .rush-btn{align-self:stretch;justify-content:center}}.rush-calc-grid{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:46px;align-items:start}.rush-calc-side{grid-column:2;grid-row:1;position:sticky;top:92px}.rush-calc-main{grid-column:1;grid-row:1;min-width:0}.rush-calc-panel{border:1px solid #d5e8bf;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 20px 50px #2e3a4521}.rush-calc-panel-head{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:17px 24px;background:linear-gradient(135deg,#356b00,#468400);color:#fff}.rush-calc-panel-title{margin:0;font-size:1.08rem;font-weight:800;letter-spacing:-.01em}.rush-calc-panel-note{margin:0;font-size:.84rem;color:#ffffffd6}.rush-calc-widget{padding:24px 24px 8px}.rush-calc-assure{list-style:none;margin:0;padding:18px 24px 20px;display:grid;gap:10px;background:var(--rush-soft);border-top:1px solid var(--rush-line)}.rush-calc-assure li{color:var(--rush-muted);font-size:.88rem}.rush-calc-main h2{font-size:1.6rem;margin:0 0 10px}.rush-calc-intro{margin:0 0 26px;color:var(--rush-text);max-width:62ch}.rush-calc-drivers{list-style:none;margin:0 0 46px;padding:0;display:grid;gap:14px}.rush-calc-drivers li{display:flex;gap:16px;padding:20px 22px;border:1px solid var(--rush-line);border-radius:14px;background:#fff;transition:border-color .16s,box-shadow .16s}.rush-calc-drivers li:hover{border-color:#c8e1a9;box-shadow:var(--rush-shadow)}.rush-calc-drivers img{flex:none;width:34px;height:34px;margin-top:2px}.rush-calc-drivers h3{margin:0 0 6px;font-size:1.08rem}.rush-calc-drivers p{margin:0;color:var(--rush-muted);font-size:.95rem;line-height:1.55}.rush-calc-split{display:grid;gap:42px}.rush-calc-included ul{list-style:none;margin:0 0 16px;padding:0;display:grid;gap:10px}.rush-calc-included li{color:var(--rush-text);font-size:.97rem}.rush-calc-foot{margin:0;color:var(--rush-muted);font-size:.9rem}.rush-calc-lower ol{list-style:none;counter-reset:step;margin:0;padding:0;display:grid;gap:18px}.rush-calc-lower li{position:relative;padding-left:46px;color:var(--rush-muted);line-height:1.55}.rush-calc-lower li:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e9f3dc;color:var(--rush-primary);font-weight:800;font-size:.95rem}.rush-calc-lower li b{display:block;margin-bottom:3px;color:var(--rush-ink)}.rush-calc-note{margin:40px 0 0;padding:20px 24px;border-radius:14px;background:linear-gradient(135deg,#edf5e3,#f7fbf2 60%,#fff);border:1px solid #d5e8bf}.rush-calc-note p{margin:0;color:var(--rush-text)}.rush-calc-tail{max-width:900px;margin:68px auto 0}@media(max-width:1080px){.rush-calc-grid{grid-template-columns:1fr;gap:38px}.rush-calc-side{grid-column:1;grid-row:1;position:static;max-width:560px}.rush-calc-main{grid-column:1;grid-row:2}}@media(max-height:700px){.rush-calc-side{position:static}}@media(max-width:620px){.rush-calc-widget{padding:18px 16px 6px}.rush-calc-panel-head{padding:15px 18px}.rush-calc-assure{padding:16px 18px}.rush-calc-drivers li{padding:17px 16px;gap:13px}.rush-calc-tail{margin-top:48px}.rush-calc-widget .of-card>div:last-child{flex-wrap:wrap}}.rush-calc-widget .of-card{max-width:none!important;margin:0;padding:0;border:0;background:none;box-shadow:none}.rush-calc-widget .of-field>label,.rush-calc-widget .of-field>.of-label,.rush-calc-widget .of-hint{font-size:.73rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--rush-muted)}.rush-calc-widget .of-select{appearance:none;-webkit-appearance:none;padding:13px 40px 13px 14px;border-radius:12px;font-weight:700;color:var(--rush-ink);background-color:var(--rush-soft);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23747474' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:13px;cursor:pointer}.rush-calc-widget .of-select:hover{border-color:#b5d88c}.rush-calc-widget .of-stepper{border-radius:12px;background:var(--rush-soft)}.rush-calc-widget .of-stepper input{background:transparent;font-weight:800;color:var(--rush-ink)}.rush-calc-widget .of-stepper button{background:transparent;color:var(--rush-primary);font-size:1.35rem}.rush-calc-widget .of-stepper button:hover{background:#e1eed0}.rush-calc-widget .of-stepper .of-words{background:transparent}.rush-calc-widget .of-total{font-size:2.5rem!important;line-height:1.05;letter-spacing:-.03em;color:var(--rush-ink)}.rush-calc-widget .of-curr{display:inline-flex;padding:3px;border-radius:999px;background:var(--rush-soft);border:1px solid var(--rush-line)}.rush-calc-widget .of-curr button{border:0;background:none;border-radius:999px;padding:6px 13px;font-size:.8rem;font-weight:700;color:var(--rush-muted);cursor:pointer}.rush-calc-widget .of-curr button:hover{color:var(--rush-primary)}.rush-calc-widget .of-curr button.on{background:#fff;color:var(--rush-primary);box-shadow:0 1px 3px #2e3a4529}.rush-calc-widget .of-btn-primary{padding:15px 28px;border:0;border-radius:12px;font-size:1.02rem;font-weight:800;color:#fff;background:var(--rush-cta);box-shadow:0 8px 18px #e8560e42}.rush-calc-widget .of-btn-primary:hover{filter:brightness(1.06)}.rush-wa{position:fixed;right:20px;bottom:20px;z-index:44;display:flex;align-items:center;height:58px;border-radius:999px;background:#25d366;color:#fff;text-decoration:none;box-shadow:0 10px 26px #25d36666,0 2px 8px #2e3a452e;transition:transform .18s,box-shadow .18s}.rush-wa-mark{flex:none;width:58px;height:58px;display:grid;place-items:center}.rush-wa-label{max-width:0;padding-left:0;overflow:hidden;white-space:nowrap;opacity:0;font-weight:700;font-size:.95rem;line-height:1;transition:max-width .24s ease,padding-left .24s ease,opacity .18s ease}.rush-wa:hover,.rush-wa:focus-visible{color:#fff;transform:translateY(-2px);box-shadow:0 14px 32px #25d36675,0 3px 10px #2e3a4533}.rush-wa:focus-visible{outline:3px solid #fff;outline-offset:-3px}.rush-wa:hover .rush-wa-label,.rush-wa:focus-visible .rush-wa-label{max-width:220px;padding-left:22px;opacity:1}@media(max-width:900px){.rush-wa{right:16px}body:has(.rush-sticky-cta:not([hidden])) .rush-wa{bottom:88px}}@media(prefers-reduced-motion:reduce){.rush-wa,.rush-wa-label{transition:none}.rush-wa:hover,.rush-wa:focus-visible{transform:none}}.rush-cookie{display:none;background:var(--rush-soft);border-bottom:1px solid var(--rush-line);color:var(--rush-ink);font-size:.9rem}.rush-cookies-ask .rush-cookie{display:block}.rush-cookie-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:10px;padding-bottom:10px}.rush-cookie p{margin:0;line-height:1.45}.rush-cookie a{color:var(--rush-primary);font-weight:600;text-decoration:underline;text-underline-offset:2px}.rush-cookie-ok{flex:none;min-width:72px;min-height:40px;padding:0 20px;border:0;border-radius:999px;background:var(--rush-primary);color:#fff;font:inherit;font-weight:700;cursor:pointer}.rush-cookie-ok:hover{background:var(--rush-primary-dark)}.rush-cookie-ok:focus-visible{outline:3px solid var(--rush-primary-light);outline-offset:2px}@media(max-width:560px){.rush-cookie{font-size:.85rem}.rush-cookie-inner{gap:12px;padding-top:8px;padding-bottom:8px}.rush-cookie-ok{min-width:56px;padding:0 16px}}
