: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}@font-face{font-family:Figtree Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/_astro/figtree-latin-ext-wght-normal.DCwSJGxG.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Figtree Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/_astro/figtree-latin-wght-normal.D_ZTVpCC.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--rush-blue: #0b6fd3;--rush-blue-bright: #1f88de;--rush-blue-deep: #0659b3;--rush-blue-soft: #eaf3fd;--rush-green: #80ba2c;--rush-green-dark: #6aa51d;--rush-green-soft: #edf7e3;--rush-go: linear-gradient(to right, #6aa51d, #80ba2c);--rush-band: #80ba2c;--rush-primary: var(--rush-blue);--rush-primary-dark: var(--rush-blue-deep);--rush-primary-light: #8cc2f5;--rush-ink: #071b3a;--rush-text: #334155;--rush-muted: #5b6878;--rush-line: #e3eaf1;--rush-soft: #f1f7fd;--rush-star: #f9ab24;--rush-maxw: 1160px;--rush-radius: 14px;--rush-shadow: 0 1px 2px rgba(7, 27, 58, .05), 0 12px 32px rgba(7, 27, 58, .08);--rush-cta: linear-gradient(180deg, #1580e0 0%, #0b6fd3 100%);--rush-font: "Figtree Variable", "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--rush-hand: "Caveat", "Segoe Print", "Bradley Hand", cursive;--rush-serif: Georgia, "Times New Roman", serif;--of-brand: var(--rush-blue);--of-brand-dark: var(--rush-blue-deep);--of-brand-ink: #ffffff;--of-accent: #3f7d00;--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: var(--rush-font);--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}h1,h2,h3,h4{overflow-wrap:break-word}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.8rem,3vw,2.35rem);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;gap:10px;font-weight:700;text-decoration:none;white-space:nowrap;border:1.5px solid transparent;border-radius:10px;padding:12px 28px;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 10px 22px #0b6fd342}.rush-btn-cta:hover{filter:brightness(1.07);color:#fff}.rush-btn-ghost{background:#fff;color:var(--rush-primary);border-color:#cddcec}.rush-btn-ghost:hover{border-color:var(--rush-primary)}.rush-btn-white{background:#fff;color:var(--rush-primary)}.rush-btn-white:hover{background:#eaf3fd}.rush-btn-login{background:transparent;color:#fff;border-color:#ffffffeb;padding:10px 20px;font-weight:600;font-size:1.04rem}.rush-btn-login:hover{background:#ffffff29;color:#fff}.rush-btn-sm{padding:9px 20px;font-size:.92rem}.rush-nav-open .rush-header{z-index:60}.rush-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.rush-btn-wa{background:#12803f;color:#fff;box-shadow:0 8px 18px #12803f47}.rush-btn-wa:hover{background:#0e6b34;color:#fff}.rush-logo{display:inline-flex;align-items:center;gap:12px;text-decoration:none;line-height:1}.rush-logo .rush-mark{display:block;flex:none}.rush-logo .rush-word{display:grid;gap:6px;font-family:var(--rush-font);white-space:nowrap}.rush-logo .rush-word .a{font-size:1.9rem;font-weight:800;letter-spacing:.01em;text-transform:uppercase;line-height:.95;color:var(--rush-ink)}.rush-logo .rush-word .c{font-size:.94rem;font-weight:500;letter-spacing:.01em;color:var(--rush-muted)}.rush-header .rush-logo .rush-word .a{color:#fff}.rush-header .rush-logo .rush-word .c{color:#fffffff2}.rush-logo.on-dark .rush-word .a{color:#fff}.rush-logo.on-dark .rush-word .c{color:#a9b8ca}.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:88px}.rush-nav{display:flex;align-items:center;gap:8px;margin-left:auto;margin-right:18px}.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:600;font-size:1.04rem;color:#fff;background:none;border:0;cursor:pointer;text-decoration:none;padding:9px 12px;border-radius:8px;white-space:nowrap}.rush-nav>li>a:hover,.rush-nav>li>button:hover{color:#fff;background:#ffffff29}.rush-nav .caret{width:8px;height:8px;margin:-4px 0 0 4px;border:solid currentColor;border-width:0 2px 2px 0;transform:rotate(45deg);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:70px}.rush-header .rush-mark{width:46px;height:46px}.rush-header .rush-logo{gap:10px}.rush-header .rush-logo .rush-word{gap:4px}.rush-header .rush-logo .rush-word .a{font-size:1.45rem}.rush-header .rush-logo .rush-word .c{font-size:.76rem}.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(225deg);margin-top:4px}.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-nav .rush-drawer-cta>a.rush-btn{justify-content:center;padding:13px 20px;font-weight:700;border-radius:10px}.rush-nav .rush-drawer-cta>a.rush-btn-cta{background:var(--rush-cta);color:#fff}.rush-nav .rush-drawer-cta>a.rush-btn-ghost{background:#fff;color:var(--rush-blue);border-color:#cddcec}.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:linear-gradient(180deg,#f7fcf6,#f2f9ef);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-hx{position:relative;overflow:hidden;background:radial-gradient(520px 380px at 94% 38%,#c4ccce8c,#c4ccce00 72%),radial-gradient(360px 300px at 100% 92%,#aace8447,#aace8400 70%),radial-gradient(420px 260px at 70% 0%,#ffffffe6,#fff0 70%),linear-gradient(180deg,#f7fcf6,#f2f9ef);padding:30px 0 34px}.rush-hx-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:24px;align-items:center}.rush-hx-kicker{display:flex;align-items:center;gap:14px;margin:0 0 22px;font-size:.96rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#2782db}.rush-hx-kicker i{width:13px;height:13px;flex:none;background:#2782db;border-radius:2px;transform:rotate(45deg)}.rush-hx h1{margin:0 0 22px;color:var(--rush-ink);font-size:clamp(2.3rem,3.8vw,3.2rem);line-height:1.1;letter-spacing:-.03em;font-weight:800}.rush-hx h1 span{display:block}.rush-hx h1 em{font-style:normal;color:var(--rush-blue)}.rush-hx-lede{margin:0 0 34px;max-width:34ch;font-size:clamp(1.1rem,1.6vw,1.36rem);line-height:1.5;color:#334155}.rush-hx-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px 36px;margin:0 0 34px}.rush-hx-checks{list-style:none;display:flex;flex-wrap:wrap;gap:14px 34px;margin:0;padding:0;font-size:1.08rem;color:#334155}.rush-hx-checks li{display:flex;align-items:center;gap:12px}.rush-tick{display:grid;place-items:center;width:30px;height:30px;flex:none;border-radius:50%;background:linear-gradient(180deg,#7cc233,#62a824);color:#fff;box-shadow:0 3px 8px #62a8244d}.rush-link-arrow{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:1.12rem;color:var(--rush-blue);text-decoration:none}.rush-link-arrow svg{transition:transform .16s}.rush-link-arrow:hover{color:var(--rush-blue-deep)}.rush-link-arrow:hover svg{transform:translate(3px)}.rush-hx-art{position:relative;container-type:inline-size;aspect-ratio:560 / 440}@media(min-width:1280px){.rush-hx-art{margin-right:-40px}}.rush-dia{position:absolute;aspect-ratio:1;border-radius:16%;transform:rotate(45deg)}.rush-dia.is-blue{width:17cqw;top:0;right:18cqw;background:linear-gradient(135deg,#37a0f0,#0b6fd3 70%);box-shadow:0 3cqw 6cqw #0b6fd342}.rush-dia.is-lime{width:6cqw;top:10cqw;right:6cqw;background:linear-gradient(135deg,#8fd04a,#62a824)}.rush-dia.is-mint{width:12cqw;top:26cqw;left:-4.5cqw;background:linear-gradient(135deg,#c8e6a8,#9bcd67);opacity:.7}.rush-dia.is-green{width:9cqw;top:56cqw;left:-3cqw;background:linear-gradient(135deg,#7cc233,#4f9a18)}.rush-paper{position:absolute;z-index:1;left:1cqw;top:3cqw;width:54cqw;padding:8cqw 5.5cqw 6.5cqw;background:#fff;border-radius:1.1cqw;box-shadow:0 .4cqw .8cqw #071b3a0a,0 5cqw 10cqw #071b3a21;transform:rotate(-3.5deg);font-family:var(--rush-serif);color:#3f4654;user-select:none}.rush-paper-title{margin:0 0 2.6cqw;font-size:4.3cqw;line-height:1.15;color:#1b2230}.rush-paper-text,.rush-paper-rule,.rush-paper-foot{max-width:calc(90.5cqw - max(53cqw,260px))}.rush-paper-text{margin:0;font-size:2.45cqw;line-height:1.75}.rush-paper mark{border:0;border-radius:.7cqw;padding:.3cqw .9cqw;white-space:nowrap;background:#d3e6fb;color:#1d5fae}.rush-paper-stroke{display:block;width:16cqw;height:.9cqw;margin:3.4cqw 0 2.4cqw;border-radius:1cqw;background:#7ab834}.rush-paper-rule,.rush-paper-lines i{display:block;height:1.25cqw;border-radius:1cqw;background:#e6e8ec}.rush-paper-rule{width:96%}.rush-paper-foot{position:relative;display:flex;align-items:flex-start;gap:2cqw;margin-top:2.6cqw}.rush-paper-lines{flex:1;display:grid;gap:2.2cqw;padding-top:.6cqw}.rush-paper-lines i:nth-child(1){width:96%}.rush-paper-lines i:nth-child(2){width:88%}.rush-paper-lines i:nth-child(3){width:70%}.rush-note{font-family:var(--rush-hand);font-weight:700;line-height:.95;white-space:nowrap}.rush-note.is-thesis{position:absolute;top:1.6cqw;right:3.4cqw;font-size:3.2cqw;color:#1f63c4;transform:rotate(-8deg)}.rush-note.is-good{flex:none;font-size:3.5cqw;color:#3f8f1a;transform:rotate(-10deg);transform-origin:left top;margin-top:1cqw}.rush-note-arrow{position:absolute}.rush-note-arrow.is-thesis{top:7.2cqw;right:16cqw;width:7cqw;color:#1f63c4}.rush-note-arrow.is-good{left:6.5cqw;top:-4.4cqw;width:4cqw;color:#3f8f1a}.rush-hx-card{position:absolute;z-index:2;right:1cqw;top:18cqw;width:53cqw;min-width:260px;display:grid;gap:14px;padding:22px 22px 24px;background:#fff;border-radius:14px;box-shadow:0 2px 4px #071b3a0d,0 26px 56px #071b3a29}.rush-hx-card h2{margin:0 0 2px;font-size:1.08rem;letter-spacing:-.01em}.rush-hx-card label{display:grid;gap:7px;font-size:.92rem;color:#3b4658}.rush-hx-card select{appearance:none;-webkit-appearance:none;width:100%;height:44px;padding:0 40px 0 13px;border:1px solid #cfd9e4;border-radius:7px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231f2a3a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;font:inherit;font-size:1rem;color:var(--rush-ink);cursor:pointer}.rush-hx-card select:focus-visible{outline:3px solid rgba(11,111,211,.25);border-color:var(--rush-blue)}.rush-hx-card .rush-btn{width:100%;margin-top:4px;padding:13px 20px;font-size:1.1rem;gap:10px}.rush-hx-note{display:none;position:absolute;z-index:3;right:-86px;bottom:22%;width:76px;margin:0;font-family:var(--rush-hand);font-weight:600;font-size:1.24rem;line-height:1.02;color:#2c5596;transform:rotate(-9deg)}@media(min-width:1400px){.rush-hx-note{display:block}}.rush-hx-note:after{content:"";display:block;width:80%;height:2px;margin-top:8px;border-radius:2px;background:#2c5596;opacity:.8}.rush-band{background:linear-gradient(90deg,#72aa1c,#7db52a 60%,#79b128);color:#fff}.rush-band-list{list-style:none;margin:0;padding:24px 0;display:grid;grid-template-columns:repeat(4,1fr)}.rush-band-list li{display:flex;align-items:center;gap:16px;padding:4px 22px}.rush-band-list li+li{border-left:1px solid rgba(255,255,255,.38)}.rush-band-list li:first-child{padding-left:0}.rush-band-list .rush-icon{flex:none}.rush-band-list b{display:block;font-size:1.08rem;font-weight:700;line-height:1.3;white-space:nowrap}.rush-band-list small{display:block;font-size:.95rem;line-height:1.35;color:#ffffffed}.rush-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.rush-svc{display:flex;align-items:flex-start;gap:22px;padding:26px 24px;background:#fff;border:1px solid #dfe8f0;border-radius:10px;text-decoration:none;color:inherit;transition:box-shadow .16s,transform .16s,border-color .16s}.rush-svc:hover,.rush-svc:focus-visible{box-shadow:var(--rush-shadow);transform:translateY(-2px);border-color:#bcd6f2}.rush-svc-body{display:flex;flex-direction:column;align-items:flex-start;min-height:100%}.rush-svc h3{margin:4px 0 10px;font-size:1.22rem;font-weight:700;color:var(--rush-ink)}.rush-svc p{margin:0;color:#52607a;font-size:1rem;line-height:1.55}.rush-svc .rush-card-more{margin-top:0;padding-top:12px;font-size:1rem}.rush-tile{display:grid;place-items:center;flex:none;width:72px;height:72px;border-radius:12px}.rush-tile.is-green{background:#e6f5da;color:#3f8f1a}.rush-tile.is-blue{background:#e3f0fc;color:var(--rush-blue)}.rush-tile-sm{width:44px;height:44px;border-radius:10px}.rush-tile-card{width:52px;height:52px;margin-bottom:14px}.rush-hub{padding-top:64px}.rush-hub-group+.rush-hub-group{margin-top:58px}.rush-hub-head{display:flex;align-items:center;gap:18px;margin:0 0 22px}.rush-hub-head .rush-tile{width:60px;height:60px}.rush-section .rush-hub-head h2{margin:0;font-size:clamp(1.35rem,2.2vw,1.65rem);letter-spacing:-.015em}.rush-hub-head p{margin:4px 0 0;color:var(--rush-muted)}.rush-hub-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.rush-hub-card{display:flex;flex-direction:column;height:100%;padding:20px 22px;background:#fff;border:1px solid #dfe8f0;border-radius:12px;text-decoration:none;color:inherit;transition:box-shadow .16s,transform .16s,border-color .16s}.rush-hub-card:hover,.rush-hub-card:focus-visible{box-shadow:var(--rush-shadow);transform:translateY(-2px);border-color:#bcd6f2}.rush-hub-card b{color:var(--rush-ink);font-size:1.08rem;margin-bottom:6px}.rush-hub-card>span:not(.rush-card-more){color:#52607a;font-size:.95rem;line-height:1.5}.rush-hub-card .rush-card-more{margin-top:auto;padding-top:12px}.rush-hub-card:hover .rush-card-more svg{transform:translate(3px)}@media(max-width:1000px){.rush-hub-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.rush-hub-grid{grid-template-columns:1fr}.rush-hub{padding-top:40px}}.rush-steps-band{background:#ebf5fd}.rush-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:96px}.rush-steps li{position:relative;display:flex;align-items:flex-start;gap:20px}.rush-steps li:not(:last-child):after{content:"";position:absolute;top:26px;right:-84px;width:72px;height:1px;background:#b8c9dc}.rush-step-num{display:grid;place-items:center;flex:none;width:52px;height:52px;border-radius:50%;color:#fff;font-size:1.4rem;font-weight:700}.rush-steps .is-green .rush-step-num{background:linear-gradient(180deg,#7cc233,#5ea223);box-shadow:0 6px 14px #5ea2234d}.rush-steps .is-blue .rush-step-num{background:linear-gradient(180deg,#2b95ea,#0b6fd3);box-shadow:0 6px 14px #0b6fd34d}.rush-steps h3{margin:4px 0 8px;font-size:1.2rem;font-weight:700}.rush-steps p{margin:0;color:#52607a;line-height:1.55}.rush-reasons{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.rush-reasons li{padding:26px 24px;background:#fff;border:1px solid #dfe8f0;border-radius:10px}.rush-reasons .rush-tile{width:58px;height:58px;margin-bottom:16px}.rush-reasons h3{margin:0 0 8px;font-size:1.12rem;font-weight:700}.rush-reasons p{margin:0;color:#52607a;font-size:.98rem;line-height:1.55}.rush-about-text{max-width:860px}.rush-about-text .rush-section-head{margin-bottom:30px}.rush-btn-lg{padding:17px 34px;font-size:1.12rem;gap:12px}@media(max-width:1000px){.rush-band-list{grid-template-columns:repeat(2,1fr);gap:18px 0}.rush-band-list li:nth-child(3){border-left:0;padding-left:0}.rush-svc-grid{grid-template-columns:1fr;max-width:640px;margin:0 auto}.rush-steps{grid-template-columns:1fr;gap:26px;max-width:560px;margin:0 auto}.rush-steps li:not(:last-child):after{inset:auto auto -18px 26px;width:1px;height:12px}.rush-reasons{grid-template-columns:repeat(2,1fr)}}@media(max-width:1080px){.rush-hx{padding:34px 0 44px}.rush-hx-grid{grid-template-columns:1fr;gap:30px}.rush-hx-art{aspect-ratio:auto;container-type:normal}.rush-paper,.rush-dia{display:none}.rush-hx-card{position:relative;right:auto;top:auto;width:auto;min-width:0;max-width:480px;margin:0}}@media(max-width:640px){.rush-hx h1{font-size:clamp(1.8rem,8.2vw,2.6rem)}.rush-hx-kicker{font-size:.82rem;gap:10px}.rush-hx-actions{gap:16px}.rush-hx-checks{gap:12px 22px;font-size:1rem}.rush-btn-lg{width:100%;padding-inline:20px}.rush-hx-actions .rush-link-arrow{margin:0 auto}.rush-hx-card{max-width:none}.rush-band-list{grid-template-columns:1fr;gap:14px;padding:22px 0}.rush-band-list li,.rush-band-list li+li{border-left:0;padding:0}.rush-band-list .rush-icon{width:36px;height:36px}.rush-svc{padding:22px 18px;gap:16px}.rush-tile{width:58px;height:58px}.rush-reasons{grid-template-columns:1fr}}.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:#d6e6f6}@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:#bcd6f2}.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:before,.rush-section-head h1:before{content:"";display:block;width:232px;max-width:70%;height:18px;margin:0 auto 18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='232' height='18' viewBox='0 0 232 18'%3E%3Cpath d='M0 7.5h100' stroke='%234a86cc' stroke-width='2'/%3E%3Cpath d='M22 11h78' stroke='%23a6d173' stroke-width='2'/%3E%3Cpath d='M132 7.5h100' stroke='%234a86cc' stroke-width='2'/%3E%3Cpath d='M132 11h100' stroke='%2378b632' stroke-width='2'/%3E%3Crect x='109.5' y='2.5' width='13' height='13' rx='2.4' transform='rotate(45 116 9)' fill='%231f85db'/%3E%3C/svg%3E") no-repeat center / contain}.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:before,.rush-section-head h1:before{margin-bottom: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-due{padding:16px 0 84px}.rush-due-card{position:relative;overflow:hidden;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.42fr) minmax(0,.58fr);align-items:center;gap:28px;padding:50px 54px;border-radius:22px;border:1px solid #d6e6f6;background:radial-gradient(520px 340px at 86% 46%,#1f88de29,#1f88de00 70%),linear-gradient(135deg,#f7fbff,#e9f3fd)}.rush-due-card:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(11,111,211,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(11,111,211,.06) 1px,transparent 1px);background-size:28px 28px;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.25),#000 70%);mask-image:linear-gradient(90deg,#00000040,#000 70%)}.rush-due-kicker{display:flex;align-items:center;gap:12px;margin:0 0 14px;font-size:.9rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#2782db}.rush-due-kicker i{width:11px;height:11px;flex:none;background:#2782db;border-radius:2px;transform:rotate(45deg)}.rush-due h2{margin:0 0 14px;font-size:clamp(1.9rem,3.2vw,2.6rem);line-height:1.1;letter-spacing:-.025em}.rush-due-lede{margin:0;max-width:54ch;font-size:1.08rem;line-height:1.6;color:#334155}.rush-due-lede code{font-family:ui-monospace,SF Mono,Cascadia Mono,Consolas,monospace;font-size:.95em;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:2px 8px;border-radius:6px;background:#d9e9fb;color:#0659b3}.rush-due-tiles{list-style:none;display:flex;flex-wrap:wrap;gap:10px;margin:30px 0 20px;padding:0}.rush-due-tile{position:relative;display:grid;align-content:center;justify-items:center;gap:4px;width:82px;height:82px;border-radius:14px;background:#fff;border:1.5px solid #cfe0f3;color:var(--rush-ink);text-decoration:none;box-shadow:0 6px 16px #071b3a0f;transition:background .15s,border-color .15s,color .15s,transform .15s,box-shadow .15s}.rush-due-tile b{font-size:1.85rem;font-weight:800;line-height:1;letter-spacing:-.02em}.rush-due-tile span{font-size:.74rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--rush-muted)}.rush-due-tile:hover,.rush-due-tile:focus-visible{background:var(--rush-blue);border-color:var(--rush-blue);color:#fff;transform:translateY(-3px);box-shadow:0 14px 26px #0b6fd34d}.rush-due-tile:hover span,.rush-due-tile:focus-visible span{color:#ffffffd9}.rush-due-tile.is-fastest{border-color:#86c43f}.rush-due-tile.is-fastest b{color:#3f8f1a}.rush-due-tile.is-fastest:after{content:"fastest";position:absolute;top:-10px;left:50%;transform:translate(-50%);padding:2px 9px;border-radius:20px;background:#6db12b;color:#fff;font-size:.64rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}.rush-due-tile.is-fastest:hover b,.rush-due-tile.is-fastest:focus-visible b{color:#fff}.rush-due-more{margin:0;color:var(--rush-muted);font-size:.98rem}.rush-due-more a{font-weight:700;color:var(--rush-blue);text-decoration:none}.rush-due-more a:hover{text-decoration:underline}.rush-due-art img{display:block;width:100%;max-width:380px;height:auto;margin:0 auto;filter:drop-shadow(0 26px 30px rgba(7,27,58,.16))}@media(max-width:900px){.rush-due-card{grid-template-columns:1fr;padding:34px 28px 36px;gap:8px}.rush-due-art{order:-1}.rush-due-art img{max-width:240px}}@media(max-width:560px){.rush-due{padding-bottom:56px}.rush-due-card{padding:28px 18px 30px;border-radius:18px}.rush-due-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.rush-due-tile{width:auto;height:auto;aspect-ratio:1}.rush-due-tile b{font-size:1.5rem}.rush-due-tile span{font-size:.7rem;letter-spacing:.04em}}.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:#dcebfb}.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,#eaf3fd,#f7fbff 60%,#fff);border:1px solid #d6e6f6}.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:#c3cedb;padding:52px 0 26px;border-top:4px solid var(--rush-green)}.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 .rush-ftitle{color:#fff;margin:0 0 10px;font-size:.95rem;line-height:1.2;letter-spacing:0}.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-post-photo{display:block;margin:0 0 34px}.rush-post-photo img{display:block;width:100%;height:auto;aspect-ratio:1200 / 630;object-fit:cover;border-radius:var(--rush-radius);box-shadow:var(--rush-shadow)}.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-postlist li.has-photo{display:grid;grid-template-columns:300px minmax(0,1fr);gap:26px;align-items:center;padding:18px}.rush-postlist-photo img{display:block;width:100%;height:auto;aspect-ratio:1200 / 630;object-fit:cover;border-radius:10px}.rush-postlist-body>:last-child{margin-bottom:0}@media(max-width:720px){.rush-postlist li.has-photo{grid-template-columns:1fr;gap:14px}}.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:56px 0 64px;overflow-x:clip;background:radial-gradient(520px 380px at 92% 30%,#c4ccce73,#c4ccce00 72%),radial-gradient(420px 260px at 70% 0%,#ffffffe6,#fff0 70%),linear-gradient(180deg,#f7fcf6,#f2f9ef)}.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.5vw,2.85rem);line-height:1.1;letter-spacing:-.03em;max-width:17ch;margin:0 0 18px}.rush-hero-copy{position:relative;z-index:1}.rush-hero-copy .rush-kicker{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:.9rem;letter-spacing:.07em;color:#2782db}.rush-hero-copy .rush-kicker:before{content:"";width:11px;height:11px;flex:none;background:#2782db;border-radius:2px;transform:rotate(45deg)}.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:26px;height:26px;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 / 14px no-repeat,linear-gradient(180deg,#7cc233,#62a824);box-shadow:0 3px 8px #62a8244d}.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,#0b6fd338,#80ba2c24 60%,#80ba2c00);transform:rotate(-2.4deg)}.rush-hero-photo:after{content:"";position:absolute;z-index:2;top:-16px;right:18px;width:58px;aspect-ratio:1;border-radius:16%;transform:rotate(45deg);background:linear-gradient(135deg,#37a0f0,#0b6fd3 70%);box-shadow:0 12px 24px #0b6fd342}.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 .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 .rush-tile{width:54px;height:54px}.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:#bcd6f2;background:#f5f9fe;box-shadow:0 6px 16px #0b6fd31a}.rush-toc .rush-symbol{flex:none;width:20px;height:20px;color:var(--rush-blue)}@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(520px 380px at 92% 30%,#c4ccce73,#c4ccce00 72%),linear-gradient(180deg,#f7fcf6,#f2f9ef);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 #bcd6f2}.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:#eaf3fd;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 #bcd6f2;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:#dcebfb 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 #d6e6f6;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,#0659b3,#0b6fd3);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:#bcd6f2;box-shadow:var(--rush-shadow)}.rush-calc-drivers .rush-tile{flex:none;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:#eaf3fd;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,#eaf3fd,#f7fbff 60%,#fff);border:1px solid #d6e6f6}.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:#dcebfb}.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{background:#12803f;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}}
