.rs-overview-grid{z-index:1;align-items:center;gap:50px;display:grid;position:relative}.rs-overview-title{margin:0 0 var(--rs-space-2);padding-top:30px;font-size:32px;font-weight:900}.rs-overview-copy{color:var(--rs-text-body);margin:0 0 34px;font-size:16px;line-height:1.95}.rs-overview-media{gap:var(--rs-space-4);grid-template-rows:1fr 1fr;grid-template-columns:1.1fr 1fr;height:460px;display:grid}.rs-overview-media__item{border-radius:var(--rs-radius-md);box-shadow:var(--rs-shadow-card);overflow:hidden}.rs-overview-media__item--primary{grid-row:1/span 2}.rs-overview-media[data-count="1"]{grid-template-rows:1fr;grid-template-columns:1fr}.rs-overview-media[data-count="1"] .rs-overview-media__item--primary{grid-row:auto}.rs-overview-media[data-count="2"]{grid-template-rows:1fr;grid-template-columns:1fr 1fr;height:360px}.rs-overview-media[data-count="2"] .rs-overview-media__item--primary{grid-row:auto}.rs-overview-media[data-count="4"]{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr}.rs-overview-media[data-count="4"] .rs-overview-media__item--primary{grid-row:auto}.rs-overview-media[data-count="5"]{grid-template-rows:1fr 1fr;grid-template-columns:1.15fr 1fr 1fr}.rs-overview-media[data-count="6"],.rs-overview-media[data-count="7"],.rs-overview-media[data-count="8"]{grid-template-rows:none;grid-template-columns:repeat(3,1fr);height:auto}.rs-overview-media[data-count="6"] .rs-overview-media__item,.rs-overview-media[data-count="7"] .rs-overview-media__item,.rs-overview-media[data-count="8"] .rs-overview-media__item{aspect-ratio:4/3}.rs-overview-media[data-count="6"] .rs-overview-media__item--primary,.rs-overview-media[data-count="7"] .rs-overview-media__item--primary,.rs-overview-media[data-count="8"] .rs-overview-media__item--primary{grid-row:auto}.rs-product-grid{gap:22px;display:grid;position:relative}.rs-products-more{text-align:center;margin-top:26px}.rs-products-more a{color:var(--rs-primary);font-weight:600;text-decoration:none}.rs-products-more a:hover{text-decoration:underline}.rs-product-card--featured{grid-column:span 2;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);display:grid}.rs-product-card--featured:only-child{grid-column:1/-1}.rs-product-card__media{aspect-ratio:4/3;background:var(--rs-surface-soft);position:relative;overflow:hidden}.rs-product-card--featured .rs-product-card__media{aspect-ratio:auto;min-height:280px}.rs-product-card__tag{margin-bottom:var(--rs-space-3);color:var(--rs-primary);font-size:var(--rs-text-xs);letter-spacing:.04em;align-self:flex-start;font-weight:700}.rs-product-card__body{flex-direction:column;flex:auto;padding:22px;display:flex}.rs-product-card--featured .rs-product-card__body{justify-content:center;padding:30px}.rs-product-card--featured .rs-product-card__title{font-size:clamp(22px,2vw,28px)}.rs-product-card__title{margin-bottom:var(--rs-space-2);font-size:var(--rs-text-xl);font-weight:800;line-height:1.35}.rs-product-card__en{margin-bottom:var(--rs-space-3);color:var(--rs-muted);font-size:var(--rs-text-xs)}.rs-product-card__description{color:var(--rs-muted);font-size:var(--rs-text-sm);flex:auto;line-height:1.7}.rs-equipment-grid{align-items:center;gap:var(--rs-space-9);display:grid;position:relative}.rs-equipment-media{margin:0}.rs-equipment-image{aspect-ratio:5/4;box-shadow:var(--rs-shadow-media);border-radius:16px;overflow:hidden}.rs-equipment-caption{gap:var(--rs-space-2) var(--rs-space-5);margin-top:var(--rs-space-3);color:var(--rs-muted);font-size:var(--rs-text-xs);flex-wrap:wrap;line-height:1.5;display:flex}.rs-equipment-caption span+span{color:var(--rs-primary);font-weight:700}.rs-equipment-list{gap:var(--rs-space-1);flex-direction:column;display:flex}.rs-equipment-item{gap:var(--rs-space-5);border-bottom:1px solid var(--rs-surface-soft);padding:18px 0;transition:background .2s;display:flex}.rs-equipment-item:hover{background:var(--rs-surface-hover)}.rs-equipment-item__title{font-size:var(--rs-text-lg);margin-bottom:5px;font-weight:700}.rs-equipment-item__en{color:var(--rs-muted);font-size:var(--rs-text-xs);font-weight:500}.rs-equipment-item__description{color:var(--rs-muted);font-size:var(--rs-text-md);line-height:1.7}.rs-advantages-grid{align-items:stretch;gap:18px;display:grid;position:relative}.rs-adv-featured{border-radius:var(--rs-radius-lg);color:var(--rs-white);background:linear-gradient(155deg,var(--rs-primary-bright) 0%,color-mix(in srgb, var(--rs-primary-strong) 75%, var(--rs-dark-b)) 92%);box-shadow:var(--rs-shadow-card-hover);flex-direction:column;justify-content:center;padding:38px 34px;display:flex;position:relative;overflow:hidden}.rs-adv-icon{width:max-content;color:var(--rs-primary);flex:none;justify-content:center;align-items:center;display:flex}.rs-adv-icon--featured{color:var(--rs-white)}.rs-adv-icon--card{margin-bottom:var(--rs-space-4)}.rs-adv-featured__kicker{margin:var(--rs-space-6) 0 var(--rs-space-3);color:color-mix(in srgb, var(--rs-accent) 38%, white);font-size:var(--rs-text-xs);letter-spacing:.6px;font-weight:700}.rs-adv-featured__title{margin-bottom:var(--rs-space-2);font-size:32px;font-weight:900;line-height:1.15}.rs-adv-featured__en{color:var(--rs-text-on-dark-muted);font-size:var(--rs-text-xs);letter-spacing:1px;text-transform:uppercase;margin-bottom:18px}.rs-adv-featured__description{max-width:340px;color:color-mix(in srgb, var(--rs-accent) 22%, white);font-size:var(--rs-text-base);line-height:1.9}.rs-adv-card__title{margin-bottom:var(--rs-space-1);font-size:var(--rs-text-lg);font-weight:800}.rs-adv-card__en{color:var(--rs-muted);font-size:11px;font-weight:500}.rs-adv-card__description{color:var(--rs-muted);font-size:var(--rs-text-sm);line-height:1.7}.rs-adv-onestop__title{font-size:var(--rs-text-lg);flex:none;font-weight:800}.rs-adv-onestop__description{padding-left:var(--rs-space-6);border-left:1px solid var(--rs-line);color:var(--rs-muted);font-size:var(--rs-text-sm);flex:auto;line-height:1.7}.image-slot{width:100%;height:100%;display:block;position:relative;overflow:hidden}.responsive-image,.responsive-image img{width:100%;height:100%;display:block}.responsive-image img{object-fit:var(--rs-image-fit,cover)}.rs-world-corridor{border-radius:var(--rs-radius-md);position:relative;overflow:hidden;mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.rs-world-corridor__track{width:max-content;animation:40s linear infinite corridor;display:flex}.rs-world-corridor:hover .rs-world-corridor__track{animation-play-state:paused}.rs-world-corridor__item{aspect-ratio:4/3;border-radius:12px;flex:none;width:300px;margin-right:18px;overflow:hidden;box-shadow:0 14px 34px #14285029}.rs-world-caption{margin-top:var(--rs-space-4);color:var(--rs-muted-on-tint);font-size:var(--rs-text-xs);text-align:center}.rs-world-stats{gap:var(--rs-space-5);margin-top:46px;display:grid}.rs-world-stat{text-align:center}.rs-world-stat__value{color:var(--rs-primary);font-family:var(--rs-font-display);font-size:42px;font-weight:800;line-height:1}.rs-world-stat__suffix{font-size:24px}.rs-world-stat__label{margin-top:var(--rs-space-2);color:var(--rs-muted);font-size:var(--rs-text-md)}.rs-world-stat__en{color:var(--rs-muted-on-tint);letter-spacing:1px;text-transform:uppercase;font-size:11px}.rs-technology-grid{gap:var(--rs-space-6);margin-bottom:var(--rs-space-9);display:grid;position:relative}.rs-technology-card{border:1px solid var(--rs-line-dark);border-radius:var(--rs-radius-md);background:var(--rs-surface-dark-card);padding:30px 26px;transition:border-color .2s}.rs-technology-card:hover{border-color:var(--rs-accent)}.rs-technology-card__title{color:var(--rs-accent);margin-bottom:10px;font-size:22px;font-weight:800}.rs-technology-card__en{color:var(--rs-text-on-dark-faint);font-size:var(--rs-text-xs);letter-spacing:1px;text-transform:uppercase;margin-bottom:14px}.rs-technology-card__description{color:var(--rs-text-on-dark);font-size:var(--rs-text-md);line-height:1.8}.rs-technology-domains{padding-top:var(--rs-space-7);border-top:1px solid #ffffff24;gap:0;display:grid;position:relative}.rs-technology-domain{align-content:start;gap:var(--rs-space-2);min-width:0;padding-right:var(--rs-space-5);color:#dce6fb;display:grid}.rs-technology-domain+.rs-technology-domain{padding-left:var(--rs-space-5);border-left:1px solid #ffffff1f}.rs-technology-domain__label{color:var(--rs-accent);font-size:var(--rs-text-md);font-weight:800}.rs-technology-domain__description{color:var(--rs-text-on-dark);font-size:var(--rs-text-sm);line-height:1.7}.rs-honor-grid{align-items:start;gap:var(--rs-space-6);display:grid;position:relative}.rs-honor-featured{grid-template-columns:1fr 1fr;gap:18px;display:grid}.rs-honor-featured__card{padding:var(--rs-space-4);border-radius:var(--rs-radius-md);background:linear-gradient(160deg,color-mix(in srgb, var(--rs-primary) 38%, var(--rs-dark-b)),color-mix(in srgb, var(--rs-primary) 22%, var(--rs-dark-b)));opacity:0;border:1px solid #ffffff24;transition:transform .55s cubic-bezier(.2,.8,.3,1),opacity .55s,box-shadow .55s;transform:scale(.92)}.rs-honor-certificate{aspect-ratio:3/4;border-radius:var(--rs-radius-sm);background:#f4f2ec;overflow:hidden}.rs-honor-featured__title{font-size:var(--rs-text-base);margin-top:14px;font-weight:700}.rs-honor-featured__en{color:var(--rs-text-on-dark-faint);font-size:var(--rs-text-xs);margin-top:3px}.rs-honor-small{align-content:start;gap:var(--rs-space-3);display:grid}.rs-honor-small__card{padding:var(--rs-space-2);border:1px solid var(--rs-line-dark);border-radius:var(--rs-radius-sm);background:#ffffff17;transition:border-color .2s,background .2s,transform .2s}.rs-honor-small__card:hover{border-color:var(--rs-accent);background:#ffffff1a;transform:translateY(-3px)}.rs-honor-small__media{border-radius:7px}.rs-honor-small__title{color:var(--rs-text-on-dark);margin-top:7px;font-size:11px;line-height:1.3}.rs-case-grid{gap:22px;display:grid;position:relative}.rs-case-card__media{aspect-ratio:16/10;background:var(--rs-surface-soft);overflow:hidden}.rs-case-card__body{padding:22px}.rs-case-card__kicker{color:var(--rs-primary);font-size:var(--rs-text-xs);letter-spacing:1px;text-transform:uppercase;font-weight:700}.rs-case-card__title{margin:var(--rs-space-1) 0 var(--rs-space-2);font-size:var(--rs-text-xl);font-weight:800}.rs-case-card__description{color:var(--rs-muted);font-size:var(--rs-text-sm);line-height:1.7}.rs-mission-grid{gap:var(--rs-space-6);flex-wrap:wrap;display:flex;position:relative}.rs-mission-card{min-width:280px;padding:var(--rs-space-8) 36px;border-radius:20px;flex:360px}.rs-mission-card--blue{color:var(--rs-white);background:linear-gradient(135deg,var(--rs-primary-strong),var(--rs-primary-bright));box-shadow:0 24px 60px -30px var(--rs-primary)}.rs-mission-card--light{border:1px solid var(--rs-line);color:var(--rs-ink);background:var(--rs-surface-hover)}.rs-mission-card__eyebrow{font-family:var(--rs-font-display);font-size:var(--rs-text-xs);letter-spacing:2px;text-transform:uppercase;font-weight:700;display:block}.rs-mission-card--blue .rs-mission-card__eyebrow{opacity:.85}.rs-mission-card--light .rs-mission-card__eyebrow{color:var(--rs-primary)}.rs-mission-card__title{margin:14px 0 var(--rs-space-3);font-size:22px;font-weight:800}.rs-mission-card__copy{margin:0;font-size:16px;line-height:1.7}.rs-mission-card--blue .rs-mission-card__copy{opacity:.94}.rs-mission-card--light .rs-mission-card__copy{color:var(--rs-text-strong)}[data-honor-grid]{grid-template-columns:1.15fr 1fr}[data-honor-small]{grid-template-columns:repeat(3,1fr)}[data-overview-grid]{grid-template-columns:1fr 1.05fr}[data-equip-grid]{grid-template-columns:1fr 1fr}[data-products-grid]{grid-template-columns:repeat(4,1fr)}[data-cases-grid]{grid-template-columns:repeat(3,1fr)}[data-adv-grid]{grid-template-columns:1.5fr 1fr 1fr}[data-adv-featured]{grid-area:1/1/span 2}.rs-adv-onestop{grid-area:3/1/auto/-1}[data-honor-stats],[data-world-grid]{grid-template-columns:repeat(4,1fr)}[data-tech-grid]{grid-template-columns:repeat(3,1fr)}[data-tech-domains]{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=920px){[data-overview-grid]{grid-template-columns:1fr}.rs-overview-media,.rs-overview-media[data-count]{grid-template-rows:none;grid-template-columns:1fr 1fr;height:auto}.rs-overview-media__item{aspect-ratio:4/3}.rs-overview-media__item--primary{aspect-ratio:16/10;grid-area:auto/1/auto/-1}.rs-overview-media[data-count="1"] .rs-overview-media__item--primary,.rs-overview-media[data-count="2"] .rs-overview-media__item--primary,.rs-overview-media[data-count="4"] .rs-overview-media__item--primary{aspect-ratio:4/3;grid-column:auto}.rs-overview-media[data-count="2"],.rs-overview-media[data-count="4"]{grid-template-columns:1fr 1fr}}@media (width<=640px){.rs-overview-media,.rs-overview-media[data-count]{grid-template-columns:1fr}.rs-overview-media__item--primary{grid-column:auto}}.rs-hero[data-astro-cid-sy53b66a]{--hero-bg:#04122e;--hero-text:#fff;--hero-accent:#6db4ff;--hero-headline-accent:#6db4ff;--hero-muted:#d6e2f6;--hero-eyebrow:#cdddf7;--hero-button-text:#fff;--hero-line-height:1px;--hero-filter:none;--hero-overlay:linear-gradient(105deg, #04122eeb 0%, #04122e9e 42%, #04122e47 72%, #04122e8c 100%), linear-gradient(0deg, #04122e8c 0%, transparent 26%);background:var(--hero-bg);color:var(--hero-text);flex-direction:column;min-height:100svh;display:flex;position:relative;overflow:hidden}.rs-hero[data-astro-cid-sy53b66a][data-hero-theme=original]{--hero-bg:#04122e;--hero-text:#fff;--hero-accent:var(--rs-accent,#6db4ff);--hero-headline-accent:var(--rs-primary-bright,#2f7bf0);--hero-muted:#d6e2f6;--hero-button-text:#fff}.rs-hero[data-astro-cid-sy53b66a][data-hero-theme="3a"]{--hero-bg:#0d1f1a;--hero-text:#f2f0e9;--hero-accent:#c99a4d;--hero-headline-accent:#f2f0e9;--hero-muted:#c6cec2;--hero-eyebrow:#cfc9b4;--hero-button-text:#0d1f1a;--hero-overlay:linear-gradient(105deg, #0d1f1af0 0%, #0d1f1aad 45%, #0d1f1a4d 75%, #0d1f1a8c 100%), linear-gradient(0deg, #0d1f1aeb 0%, transparent 34%)}.rs-hero[data-astro-cid-sy53b66a][data-hero-theme="3b"]{--hero-bg:#17181a;--hero-text:#f4f4f2;--hero-accent:#e8622c;--hero-headline-accent:#e8622c;--hero-muted:#c2c4c8;--hero-eyebrow:#b7b9bd;--hero-button-text:#fff;--hero-line-height:3px;--hero-filter:grayscale(.5);--hero-overlay:linear-gradient(105deg, #17181af2 0%, #17181ab3 45%, #17181a52 75%, #17181a8c 100%), linear-gradient(0deg, #17181aeb 0%, transparent 34%)}.rs-hero[data-astro-cid-sy53b66a][data-hero-theme="3c"]{--hero-bg:#f3efe7;--hero-text:#1b2a4a;--hero-accent:#1b2a4a;--hero-headline-accent:#1b2a4a;--hero-muted:#55524a;--hero-eyebrow:#6d6a5f;--hero-button-text:#f3efe7;--hero-overlay:linear-gradient(90deg, #f3efe7 0%, #f3efe7 52%, #f3efe7eb 58%, #f3efe700 72%)}.rs-hero[data-astro-cid-sy53b66a][data-hero-theme="3d"]{--hero-bg:#0a2028;--hero-text:#eef6f7;--hero-accent:#4cc3c7;--hero-headline-accent:#4cc3c7;--hero-muted:#bcd2d4;--hero-eyebrow:#b8d4d6;--hero-button-text:#fff;--hero-overlay:linear-gradient(105deg, #0a2028f0 0%, #0a2028ad 45%, #0a20284d 75%, #0a20288c 100%), linear-gradient(0deg, #0a2028eb 0%, transparent 34%)}.rs-hero[data-astro-cid-sy53b66a][data-hero-theme="4a"]{--hero-bg:#0e1c3a;--hero-text:#f3f5f9;--hero-accent:#f0725c;--hero-headline-accent:#f0725c;--hero-muted:#c3cddd;--hero-eyebrow:#c0cbdf;--hero-button-text:#fff;--hero-overlay:linear-gradient(105deg, #0e1c3af0 0%, #0e1c3aad 45%, #0e1c3a4d 75%, #0e1c3a8c 100%), linear-gradient(0deg, #0e1c3aeb 0%, transparent 34%)}.rs-hero[data-astro-cid-sy53b66a][data-hero-theme="4b"]{--hero-bg:#191a22;--hero-text:#f2f2f6;--hero-accent:#8b7bf0;--hero-headline-accent:#8b7bf0;--hero-muted:#c4c3d2;--hero-eyebrow:#bdbcce;--hero-button-text:#14131c;--hero-filter:grayscale(.35);--hero-overlay:linear-gradient(105deg, #191a22f2 0%, #191a22b3 45%, #191a2252 75%, #191a228c 100%), linear-gradient(0deg, #191a22eb 0%, transparent 34%)}.rs-hero[data-astro-cid-sy53b66a][data-hero-theme="4c"]{--hero-bg:#f6f4ee;--hero-text:#132e26;--hero-accent:#157a5b;--hero-headline-accent:#157a5b;--hero-muted:#4f5a51;--hero-eyebrow:#6e7a6f;--hero-button-text:#f6f4ee;--hero-overlay:linear-gradient(90deg, #f6f4ee 0%, #f6f4ee 52%, #f6f4eeeb 58%, #f6f4ee00 72%)}.rs-hero[data-astro-cid-sy53b66a][data-hero-theme="4d"]{--hero-bg:#0d1117;--hero-text:#f0f4ec;--hero-accent:#b8e34d;--hero-headline-accent:#b8e34d;--hero-muted:#c0c8bb;--hero-eyebrow:#b9c2b4;--hero-button-text:#0d1117;--hero-line-height:3px;--hero-filter:grayscale(.6);--hero-overlay:linear-gradient(105deg, #0d1117f2 0%, #0d1117b3 45%, #0d111752 75%, #0d11178c 100%), linear-gradient(0deg, #0d1117eb 0%, transparent 34%)}.rs-hero__video[data-astro-cid-sy53b66a],.rs-hero__media[data-astro-cid-sy53b66a],.rs-hero__carousel[data-astro-cid-sy53b66a],.rs-hero__aurora[data-astro-cid-sy53b66a],.rs-hero__grid[data-astro-cid-sy53b66a],.rs-hero__beam-wrap[data-astro-cid-sy53b66a],.rs-hero__overlay[data-astro-cid-sy53b66a]{position:absolute;inset:0}.rs-hero__media[data-astro-cid-sy53b66a] picture[data-astro-cid-sy53b66a],.rs-hero__slide[data-astro-cid-sy53b66a] picture[data-astro-cid-sy53b66a]{width:100%;height:100%;display:block}.rs-hero__video[data-astro-cid-sy53b66a],.rs-hero__media[data-astro-cid-sy53b66a] img[data-astro-cid-sy53b66a],.rs-hero__slide[data-astro-cid-sy53b66a] img[data-astro-cid-sy53b66a]{object-fit:cover;width:100%;height:100%;display:block}.rs-hero__video[data-astro-cid-sy53b66a]{z-index:0;background:#04122e}.rs-hero__media[data-astro-cid-sy53b66a]{opacity:1;visibility:visible;z-index:1;transition:opacity .8s,visibility .8s}.rs-hero[data-astro-cid-sy53b66a].is-video-active .rs-hero__media[data-astro-cid-sy53b66a]{opacity:0;pointer-events:none;visibility:hidden}.rs-hero__media[data-astro-cid-sy53b66a] img[data-astro-cid-sy53b66a]{filter:var(--hero-filter)}.rs-hero__carousel[data-astro-cid-sy53b66a]{z-index:0;overflow:hidden}.rs-hero[data-astro-cid-sy53b66a][data-hero-mode=image-video] [data-astro-cid-sy53b66a]:is(.rs-hero__carousel,.rs-hero__carousel-controls),.rs-hero[data-astro-cid-sy53b66a][data-hero-mode=carousel] [data-astro-cid-sy53b66a]:is(.rs-hero__video,.rs-hero__media),.rs-hero[data-astro-cid-sy53b66a][data-hero-slide-count="1"] .rs-hero__carousel-controls[data-astro-cid-sy53b66a]{display:none}.rs-hero__slides[data-astro-cid-sy53b66a],.rs-hero__slide[data-astro-cid-sy53b66a]{width:100%;height:100%;position:absolute;inset:0}.rs-hero__slide[data-astro-cid-sy53b66a]{opacity:0;visibility:hidden;transition:opacity .8s,transform 7s;transform:scale(1.025)}.rs-hero__slide[data-astro-cid-sy53b66a].is-active{opacity:1;visibility:visible;transform:scale(1)}.rs-hero__slide[data-astro-cid-sy53b66a] img[data-astro-cid-sy53b66a]{filter:var(--hero-filter)}.rs-hero__carousel-controls[data-astro-cid-sy53b66a]{backdrop-filter:blur(10px);background:color-mix(in srgb, var(--hero-bg) 55%, transparent);border:1px solid color-mix(in srgb, var(--hero-text) 16%, transparent);z-index:6;border-radius:24px;flex-direction:column;align-items:center;gap:6px;padding:9px 6px;display:flex;position:absolute;top:50%;right:26px;transform:translateY(-50%)}.rs-hero__carousel-controls[data-astro-cid-sy53b66a]>button[data-astro-cid-sy53b66a]{color:color-mix(in srgb, var(--hero-text) 72%, transparent);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:background .2s,color .2s;display:flex}.rs-hero__carousel-controls[data-astro-cid-sy53b66a]>button[data-astro-cid-sy53b66a]:hover,.rs-hero__carousel-controls[data-astro-cid-sy53b66a]>button[data-astro-cid-sy53b66a]:focus-visible{background:color-mix(in srgb, var(--hero-text) 14%, transparent);color:var(--hero-accent);outline:none}.rs-hero__carousel-controls[data-astro-cid-sy53b66a] svg[data-astro-cid-sy53b66a]{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:16px;height:16px}.rs-hero__carousel-dots[data-astro-cid-sy53b66a]{flex-direction:column;align-items:center;gap:7px;padding:2px 0;display:flex}.rs-hero__carousel-dots[data-astro-cid-sy53b66a] button[data-astro-cid-sy53b66a]{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:24px;height:auto;min-height:20px;padding:0;display:flex}.rs-hero__carousel-dots[data-astro-cid-sy53b66a] span[data-astro-cid-sy53b66a]{background:color-mix(in srgb, var(--hero-text) 30%, transparent);border-radius:2px;width:3px;height:16px;transition:height .3s,background .3s;display:block;overflow:hidden}.rs-hero__carousel-dots[data-astro-cid-sy53b66a] span[data-astro-cid-sy53b66a] i[data-astro-cid-sy53b66a]{background:var(--hero-accent);transform-origin:top;border-radius:2px;width:100%;height:100%;display:block;transform:scaleY(0)}.rs-hero__carousel-dots[data-astro-cid-sy53b66a] button[data-astro-cid-sy53b66a].is-active span[data-astro-cid-sy53b66a]{background:color-mix(in srgb, var(--hero-accent) 32%, transparent);height:32px}.rs-hero__carousel-dots[data-astro-cid-sy53b66a] button[data-astro-cid-sy53b66a].is-active span[data-astro-cid-sy53b66a] i[data-astro-cid-sy53b66a]{animation:heroPagerFill var(--hero-carousel-ms,5s) linear forwards}.rs-hero__carousel-controls[data-astro-cid-sy53b66a].is-paused .rs-hero__carousel-dots[data-astro-cid-sy53b66a] span[data-astro-cid-sy53b66a] i[data-astro-cid-sy53b66a]{animation-play-state:paused}.rs-hero__carousel-dots[data-astro-cid-sy53b66a] button[data-astro-cid-sy53b66a]:focus-visible{outline:2px solid var(--hero-accent);outline-offset:2px}.rs-hero__carousel-count[data-astro-cid-sy53b66a]{color:color-mix(in srgb, var(--hero-text) 78%, transparent);font-variant-numeric:tabular-nums;letter-spacing:1px;flex-direction:column;align-items:center;font-family:Sora,system-ui,sans-serif;font-size:10px;line-height:1.4;display:flex}.rs-hero__carousel-count[data-astro-cid-sy53b66a] b[data-astro-cid-sy53b66a]{color:var(--hero-accent);font-size:11.5px;font-weight:700}.rs-hero__carousel-count[data-astro-cid-sy53b66a] i[data-astro-cid-sy53b66a]{border-top:1px solid color-mix(in srgb, var(--hero-text) 28%, transparent);opacity:.62;margin-top:2px;padding-top:2px;font-style:normal}@keyframes heroPagerFill{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.rs-hero__aurora[data-astro-cid-sy53b66a]{z-index:0;animation:18s ease-in-out infinite alternate heroZoom;overflow:hidden}.rs-hero__aurora[data-astro-cid-sy53b66a]>div[data-astro-cid-sy53b66a]{mix-blend-mode:screen;border-radius:50%;position:absolute}.rs-hero__aurora-a[data-astro-cid-sy53b66a]{background:radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--rs-primary-bright,#2f7bf0) 85%, transparent), #2f7bf000 62%);filter:blur(38px);width:60vw;height:60vw;animation:16s ease-in-out infinite auroraA;top:-18vw;left:-8vw}.rs-hero__aurora-b[data-astro-cid-sy53b66a]{background:radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--rs-accent,#6db4ff) 70%, transparent), #6db4ff00 60%);filter:blur(44px);width:55vw;height:55vw;animation:21s ease-in-out infinite auroraB;top:-6vw;right:-12vw}.rs-hero__aurora-c[data-astro-cid-sy53b66a]{filter:blur(50px);background:radial-gradient(circle,#46e3a073,#46e3a000 64%);width:48vw;height:48vw;animation:19s ease-in-out infinite auroraC;bottom:-24vw;left:24vw}.rs-hero__grid[data-astro-cid-sy53b66a]{opacity:.7;z-index:1;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:64px 64px;animation:9s linear infinite gridpan}.rs-hero__beam-wrap[data-astro-cid-sy53b66a]{pointer-events:none;z-index:1;overflow:hidden}.rs-hero__beam[data-astro-cid-sy53b66a]{background:linear-gradient(90deg,#0000,#ffffff29,#0000);width:28%;height:140%;animation:11s ease-in-out 2s infinite beamSweep;position:absolute;top:-20%;left:0}.rs-hero__overlay[data-astro-cid-sy53b66a]{background:var(--hero-overlay);z-index:2}.rs-hero__content-wrap[data-astro-cid-sy53b66a]{z-index:4;flex:1;align-items:center;width:100%;max-width:1240px;margin:0 auto;padding:112px 28px 24px;display:flex;position:relative}.rs-hero__content[data-astro-cid-sy53b66a]{max-width:760px}.rs-hero__eyebrow[data-astro-cid-sy53b66a]{display:none}.rs-hero[data-astro-cid-sy53b66a] h1[data-astro-cid-sy53b66a]{color:var(--hero-text);letter-spacing:4px;text-shadow:0 8px 40px #0006;margin:0 0 4px;font-family:Sora,sans-serif;font-size:clamp(52px,12vw,104px);font-weight:800;line-height:.96}.rs-hero__subtitle[data-astro-cid-sy53b66a]{color:var(--hero-text);text-shadow:0 4px 24px #00000073;margin-bottom:26px;font-family:Noto Sans SC,sans-serif;font-size:clamp(30px,7.5vw,58px);font-weight:900;line-height:1.12}html[lang=en] .rs-hero__subtitle[data-astro-cid-sy53b66a]{font-family:Sora,system-ui,sans-serif}.rs-hero__copy[data-astro-cid-sy53b66a]{color:#d6e2f6;text-shadow:0 2px 12px #0006;max-width:520px;margin:0 0 40px;font-size:17px;line-height:1.95}.rs-hero__actions[data-astro-cid-sy53b66a]{flex-wrap:wrap;gap:16px;display:flex}.rs-hero__actions[data-astro-cid-sy53b66a] a[data-astro-cid-sy53b66a]{justify-content:center;align-items:center;transition:filter .16s,transform .16s;display:inline-flex}.rs-hero__actions[data-astro-cid-sy53b66a] a[data-astro-cid-sy53b66a]:hover{filter:brightness(1.1);transform:translateY(-2px)}.rs-hero__primary[data-astro-cid-sy53b66a]{background:linear-gradient(135deg, var(--rs-primary-bright,#2f7bf0), var(--rs-primary-strong,#1f4fd0));box-shadow:0 14px 36px color-mix(in srgb, var(--rs-primary,#1f63d6) 50%, transparent);color:#fff;border-radius:32px;padding:16px 36px;font-size:16px;font-weight:600}.rs-hero[data-astro-cid-sy53b66a][data-hero-theme=original] .rs-hero__actions[data-astro-cid-sy53b66a] .rs-hero__secondary[data-astro-cid-sy53b66a]{display:none}.rs-hero__stats-wrap[data-astro-cid-sy53b66a]{z-index:4;width:100%;max-width:1240px;margin:0 auto;padding:0 28px 44px;position:relative}.rs-hero__stats[data-astro-cid-sy53b66a]{backdrop-filter:blur(6px);background:#ffffff0a;border-top:1px solid #ffffff24;border-radius:0 0 14px 14px;grid-template-columns:repeat(4,1fr);display:grid}.rs-hero__stat[data-astro-cid-sy53b66a]{border-right:1px solid #ffffff14;padding:24px 18px}.rs-hero__stat-number[data-astro-cid-sy53b66a]{color:#fff;font-family:Sora,sans-serif;font-size:40px;font-weight:800;line-height:1}.rs-hero__stat-number[data-astro-cid-sy53b66a] em[data-astro-cid-sy53b66a]{color:var(--rs-accent,#6db4ff);font-size:22px;font-style:normal}.rs-hero__stat-label[data-astro-cid-sy53b66a]{color:#cdddf7;margin-top:8px;font-size:14px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__aurora[data-astro-cid-sy53b66a],.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__grid[data-astro-cid-sy53b66a],.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__beam-wrap[data-astro-cid-sy53b66a]{display:none}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__content-wrap[data-astro-cid-sy53b66a]{align-items:flex-start;padding:150px 56px 24px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__content[data-astro-cid-sy53b66a]{max-width:720px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__eyebrow[data-astro-cid-sy53b66a]{color:var(--hero-eyebrow);letter-spacing:3px;align-items:center;gap:14px;margin-bottom:26px;font-size:13px;display:flex}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__eyebrow[data-astro-cid-sy53b66a] span[data-astro-cid-sy53b66a]{background:var(--hero-accent);height:var(--hero-line-height);width:34px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__eyebrow[data-astro-cid-sy53b66a] b[data-astro-cid-sy53b66a]{font-weight:500}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) h1[data-astro-cid-sy53b66a]{text-shadow:none;margin-bottom:8px;font-size:92px;line-height:.98}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__subtitle[data-astro-cid-sy53b66a]{text-shadow:none;margin-bottom:24px;font-size:52px;line-height:1.14}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .hero-word--accent{-webkit-background-clip:initial;-webkit-text-fill-color:currentColor;color:var(--hero-headline-accent);background:0 0}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__copy[data-astro-cid-sy53b66a]{color:var(--hero-muted);max-width:500px;text-shadow:none;margin-bottom:38px;font-size:16px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__actions[data-astro-cid-sy53b66a]{gap:14px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__actions[data-astro-cid-sy53b66a] a[data-astro-cid-sy53b66a]{min-height:52px;padding:13px 38px;font-size:15px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__primary[data-astro-cid-sy53b66a]{background:var(--hero-accent);box-shadow:none;color:var(--hero-button-text);border-radius:0;font-weight:700}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__secondary[data-astro-cid-sy53b66a]{border:1px solid color-mix(in srgb, var(--hero-text) 40%, transparent);color:var(--hero-text);display:inline-flex}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__secondary[data-astro-cid-sy53b66a]:hover{border-color:var(--hero-accent);color:var(--hero-accent)}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__stats-wrap[data-astro-cid-sy53b66a]{padding:0 56px 40px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__stats[data-astro-cid-sy53b66a]{backdrop-filter:none;border-top:1px solid color-mix(in srgb, var(--hero-text) 18%, transparent);background:0 0;border-radius:0;padding-top:24px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__stat[data-astro-cid-sy53b66a]{border-right:0;padding:0}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__stat-number[data-astro-cid-sy53b66a]{color:var(--hero-text);font-size:36px;font-weight:700}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__stat-number[data-astro-cid-sy53b66a] em[data-astro-cid-sy53b66a]{color:var(--hero-accent);font-size:19px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__stat-label[data-astro-cid-sy53b66a]{color:var(--hero-muted);margin-top:7px;font-size:13px}@media (width>=769px){.rs-hero__stats-wrap[data-astro-cid-sy53b66a],.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__stats-wrap[data-astro-cid-sy53b66a]{padding-bottom:68px}}.rs-hero[data-astro-cid-sy53b66a]:is([data-hero-theme="3c"],[data-hero-theme="4c"]) .rs-hero__media[data-astro-cid-sy53b66a]{width:46%;left:auto}.rs-hero[data-astro-cid-sy53b66a]:is([data-hero-theme="3c"],[data-hero-theme="4c"]) .rs-hero__content[data-astro-cid-sy53b66a]{max-width:620px}.rs-hero[data-astro-cid-sy53b66a]:is([data-hero-theme="3c"],[data-hero-theme="4c"]) .rs-hero__copy[data-astro-cid-sy53b66a]{max-width:480px}.rs-hero[data-astro-cid-sy53b66a]:is([data-hero-theme="3c"],[data-hero-theme="4c"]) .rs-hero__stats[data-astro-cid-sy53b66a]{max-width:820px}@media (width<=920px){.rs-hero__content-wrap[data-astro-cid-sy53b66a]{padding:96px 28px 24px}.rs-hero[data-astro-cid-sy53b66a] h1[data-astro-cid-sy53b66a]{font-size:72px}.rs-hero__subtitle[data-astro-cid-sy53b66a]{font-size:42px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__content-wrap[data-astro-cid-sy53b66a]{padding:120px 28px 24px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__stats-wrap[data-astro-cid-sy53b66a]{padding-inline:28px}.rs-hero[data-astro-cid-sy53b66a]:is([data-hero-theme="3c"],[data-hero-theme="4c"]) .rs-hero__media[data-astro-cid-sy53b66a]{opacity:.22;width:58%}.rs-hero[data-astro-cid-sy53b66a].is-video-active:is([data-hero-theme="3c"],[data-hero-theme="4c"]) .rs-hero__media[data-astro-cid-sy53b66a]{opacity:0}.rs-hero__carousel-controls[data-astro-cid-sy53b66a]{bottom:146px;right:28px}.rs-hero[data-astro-cid-sy53b66a][data-hero-theme="3c"] .rs-hero__overlay[data-astro-cid-sy53b66a]{background:linear-gradient(90deg,#f3efe7 0%,#f3efe7fa 54%,#f3efe7b8 100%)}.rs-hero[data-astro-cid-sy53b66a][data-hero-theme="4c"] .rs-hero__overlay[data-astro-cid-sy53b66a]{background:linear-gradient(90deg,#f6f4ee 0%,#f6f4eefa 54%,#f6f4eeb8 100%)}}@media (width<=640px){.rs-hero__content-wrap[data-astro-cid-sy53b66a]{padding:48px 20px 16px}.rs-hero[data-astro-cid-sy53b66a] h1[data-astro-cid-sy53b66a]{letter-spacing:2px;font-size:52px}.rs-hero__subtitle[data-astro-cid-sy53b66a]{font-size:32px}.rs-hero__copy[data-astro-cid-sy53b66a]{margin-bottom:40px;font-size:17px;line-height:1.95}.rs-hero__stats-wrap[data-astro-cid-sy53b66a]{padding:0 20px 20px}.rs-hero__stats[data-astro-cid-sy53b66a]{grid-template-columns:repeat(2,1fr)}.rs-hero__stat[data-astro-cid-sy53b66a]{padding:18px 14px}.rs-hero__stat-number[data-astro-cid-sy53b66a]{font-size:34px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__content-wrap[data-astro-cid-sy53b66a]{padding:104px 20px 16px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__eyebrow[data-astro-cid-sy53b66a]{letter-spacing:1.8px;gap:10px;margin-bottom:20px;font-size:10px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__eyebrow[data-astro-cid-sy53b66a] span[data-astro-cid-sy53b66a]{width:24px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__subtitle[data-astro-cid-sy53b66a]{margin-bottom:20px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__copy[data-astro-cid-sy53b66a]{margin-bottom:26px;font-size:14px;line-height:1.75}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__actions[data-astro-cid-sy53b66a] a[data-astro-cid-sy53b66a]{min-height:46px;padding:11px 22px;font-size:13px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__stats-wrap[data-astro-cid-sy53b66a]{padding:0 20px 20px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__stats[data-astro-cid-sy53b66a]{row-gap:18px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__stat[data-astro-cid-sy53b66a]{padding:0}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__stat-number[data-astro-cid-sy53b66a]{font-size:28px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__stat-number[data-astro-cid-sy53b66a] em[data-astro-cid-sy53b66a]{font-size:15px}.rs-hero[data-astro-cid-sy53b66a]:not([data-hero-theme=original]) .rs-hero__stat-label[data-astro-cid-sy53b66a]{font-size:11px}.rs-hero__carousel-controls[data-astro-cid-sy53b66a]{gap:5px;padding:8px 5px;right:10px}.rs-hero__carousel-controls[data-astro-cid-sy53b66a]>button[data-astro-cid-sy53b66a]{display:none}.rs-hero__carousel-dots[data-astro-cid-sy53b66a] span[data-astro-cid-sy53b66a]{height:13px}.rs-hero__carousel-dots[data-astro-cid-sy53b66a] button[data-astro-cid-sy53b66a].is-active span[data-astro-cid-sy53b66a]{height:26px}.rs-hero__carousel-count[data-astro-cid-sy53b66a]{display:none}}@media (prefers-reduced-motion:reduce){.rs-hero__media[data-astro-cid-sy53b66a],.rs-hero__slide[data-astro-cid-sy53b66a]{transition:none}.rs-hero__slide[data-astro-cid-sy53b66a]{transform:none}.rs-hero__carousel-dots[data-astro-cid-sy53b66a] button[data-astro-cid-sy53b66a].is-active span[data-astro-cid-sy53b66a] i[data-astro-cid-sy53b66a]{animation:none;transform:scaleY(1)}}.justified-honors[data-astro-cid-l7evwpsi]{--honor-gap:14px;width:100%}.justified-honors__featured[data-astro-cid-l7evwpsi]{gap:18px;display:grid}.justified-honors__primary[data-astro-cid-l7evwpsi]{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.justified-honors__primary[data-astro-cid-l7evwpsi] .justified-honors__card[data-astro-cid-l7evwpsi]{height:clamp(220px,18vw,260px)}.justified-honors__primary[data-astro-cid-l7evwpsi] .justified-honors__card[data-astro-cid-l7evwpsi]:only-child{grid-column:1/-1}.justified-honors__carousel[data-astro-cid-l7evwpsi]{min-width:0}.justified-honors__viewport[data-astro-cid-l7evwpsi]{overscroll-behavior-inline:contain;scrollbar-width:none;scroll-snap-type:inline mandatory;padding:2px 2px 8px;overflow-x:auto}.justified-honors__viewport[data-astro-cid-l7evwpsi]::-webkit-scrollbar{display:none}.justified-honors__track[data-astro-cid-l7evwpsi]{gap:var(--honor-gap);width:max-content;display:flex}.justified-honors__track[data-astro-cid-l7evwpsi] .justified-honors__card[data-astro-cid-l7evwpsi]{scroll-snap-align:start;flex:0 0 220px;height:160px}.justified-honors__controls[data-astro-cid-l7evwpsi]{justify-content:flex-end;gap:10px;margin-top:10px;display:flex}.justified-honors__controls[data-astro-cid-l7evwpsi][hidden]{display:none}.justified-honors__controls[data-astro-cid-l7evwpsi] button[data-astro-cid-l7evwpsi]{width:36px;height:36px;font:inherit;cursor:pointer;border:1px solid;border-radius:50%;transition:color .2s,border-color .2s,background .2s,opacity .2s}.justified-honors__controls[data-astro-cid-l7evwpsi] button[data-astro-cid-l7evwpsi]:disabled{cursor:default;opacity:.36}.justified-honors__layout[data-astro-cid-l7evwpsi]{gap:var(--honor-gap);display:grid}.justified-honors__layout--tablet[data-astro-cid-l7evwpsi],.justified-honors__layout--mobile[data-astro-cid-l7evwpsi]{display:none}.justified-honors__row[data-astro-cid-l7evwpsi]{align-items:stretch;gap:var(--honor-gap);width:100%;height:var(--honor-row-height);display:flex}.justified-honors__row[data-astro-cid-l7evwpsi].is-ragged{justify-content:flex-start}.justified-honors__row[data-astro-cid-l7evwpsi]>.justified-honors__card[data-astro-cid-l7evwpsi]{flex:var(--honor-ratio) 1 0}.justified-honors__row[data-astro-cid-l7evwpsi].is-ragged .justified-honors__card[data-astro-cid-l7evwpsi]{flex:0 1 var(--honor-ragged-basis);max-width:min(var(--honor-ragged-basis), 100%)}.justified-honors__card[data-astro-cid-l7evwpsi]{background:0 0;border:0;border-radius:8px;min-width:0;margin:0;transition:transform .2s;position:relative;overflow:hidden}.justified-honors__card[data-astro-cid-l7evwpsi]:hover{transform:translateY(-3px)}.justified-honors__media[data-astro-cid-l7evwpsi]{position:absolute;inset:0}.justified-honors__media[data-astro-cid-l7evwpsi] .image-slot{background:0 0}.justified-honors__card[data-astro-cid-l7evwpsi] figcaption[data-astro-cid-l7evwpsi]{z-index:1;backdrop-filter:blur(8px);border-radius:0 6px 0 0;max-width:calc(100% - 12px);padding:7px 10px;position:absolute;bottom:0;left:0;right:auto}.justified-honors__card[data-astro-cid-l7evwpsi] strong[data-astro-cid-l7evwpsi],.justified-honors__card[data-astro-cid-l7evwpsi] small[data-astro-cid-l7evwpsi]{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.justified-honors__card[data-astro-cid-l7evwpsi] strong[data-astro-cid-l7evwpsi]{font-size:13px;line-height:1.35}.justified-honors__card[data-astro-cid-l7evwpsi] small[data-astro-cid-l7evwpsi]{margin-top:3px;font-size:11px;line-height:1.35}.justified-honors--dark[data-astro-cid-l7evwpsi] .justified-honors__card[data-astro-cid-l7evwpsi]{background:0 0}.justified-honors--dark[data-astro-cid-l7evwpsi] .justified-honors__card[data-astro-cid-l7evwpsi]:hover{box-shadow:none}.justified-honors--dark[data-astro-cid-l7evwpsi] .justified-honors__card[data-astro-cid-l7evwpsi] figcaption[data-astro-cid-l7evwpsi]{color:#fff;background:#04122ec7}.justified-honors--dark[data-astro-cid-l7evwpsi] .justified-honors__card[data-astro-cid-l7evwpsi] small[data-astro-cid-l7evwpsi]{color:var(--rs-text-on-dark-faint)}.justified-honors--dark[data-astro-cid-l7evwpsi] .justified-honors__controls[data-astro-cid-l7evwpsi] button[data-astro-cid-l7evwpsi]{color:#fff;background:#ffffff14;border-color:#ffffff47}.justified-honors--dark[data-astro-cid-l7evwpsi] .justified-honors__controls[data-astro-cid-l7evwpsi] button[data-astro-cid-l7evwpsi]:not(:disabled):hover{border-color:var(--rs-accent);background:color-mix(in srgb, var(--rs-accent) 22%, transparent)}.justified-honors--light[data-astro-cid-l7evwpsi] .justified-honors__card[data-astro-cid-l7evwpsi]{background:0 0}.justified-honors--light[data-astro-cid-l7evwpsi] .justified-honors__card[data-astro-cid-l7evwpsi]:hover{box-shadow:none}.justified-honors--light[data-astro-cid-l7evwpsi] .justified-honors__card[data-astro-cid-l7evwpsi] figcaption[data-astro-cid-l7evwpsi]{color:var(--rs-ink);background:#ffffffe6}.justified-honors--light[data-astro-cid-l7evwpsi] .justified-honors__card[data-astro-cid-l7evwpsi] small[data-astro-cid-l7evwpsi]{color:var(--rs-muted)}.justified-honors--light[data-astro-cid-l7evwpsi] .justified-honors__controls[data-astro-cid-l7evwpsi] button[data-astro-cid-l7evwpsi]{color:var(--rs-ink);border-color:var(--rs-line);background:#fff}.justified-honors--light[data-astro-cid-l7evwpsi] .justified-honors__controls[data-astro-cid-l7evwpsi] button[data-astro-cid-l7evwpsi]:not(:disabled):hover{color:var(--rs-primary);border-color:var(--rs-primary)}@media (width<=1099px){.justified-honors[data-astro-cid-l7evwpsi]{--honor-gap:12px}.justified-honors__primary[data-astro-cid-l7evwpsi] .justified-honors__card[data-astro-cid-l7evwpsi]{height:230px}.justified-honors__track[data-astro-cid-l7evwpsi] .justified-honors__card[data-astro-cid-l7evwpsi]{flex-basis:200px;height:150px}.justified-honors__layout--desktop[data-astro-cid-l7evwpsi]{display:none}.justified-honors__layout--tablet[data-astro-cid-l7evwpsi]{display:grid}}@media (width<=920px){.justified-honors__controls[data-astro-cid-l7evwpsi] button[data-astro-cid-l7evwpsi]{touch-action:manipulation;width:44px;height:44px}}@media (width<=640px){.justified-honors[data-astro-cid-l7evwpsi]{--honor-gap:8px}.justified-honors__primary[data-astro-cid-l7evwpsi]{grid-template-columns:1fr;gap:10px}.justified-honors__primary[data-astro-cid-l7evwpsi] .justified-honors__card[data-astro-cid-l7evwpsi]{height:200px}.justified-honors__track[data-astro-cid-l7evwpsi] .justified-honors__card[data-astro-cid-l7evwpsi]{flex-basis:160px;height:140px}.justified-honors__layout--tablet[data-astro-cid-l7evwpsi]{display:none}.justified-honors__layout--mobile[data-astro-cid-l7evwpsi]{display:grid}.justified-honors__card[data-astro-cid-l7evwpsi]{border-radius:9px}.justified-honors__card[data-astro-cid-l7evwpsi] figcaption[data-astro-cid-l7evwpsi]{padding:8px 9px}.justified-honors__card[data-astro-cid-l7evwpsi] strong[data-astro-cid-l7evwpsi]{font-size:12px}}@media (prefers-reduced-motion:reduce){.justified-honors__card[data-astro-cid-l7evwpsi]{transition:none}}.rs-capabilities--media-only[data-astro-cid-r7jw7vom]{padding-block:72px}.rs-equipment-grid--infographic[data-astro-cid-r7jw7vom]{display:block}.rs-equipment-media--infographic[data-astro-cid-r7jw7vom]{width:100%}.rs-equipment-image--infographic[data-astro-cid-r7jw7vom]{aspect-ratio:auto;background:#0760ab}.rs-equipment-image--infographic[data-astro-cid-r7jw7vom] picture[data-astro-cid-r7jw7vom],.rs-equipment-image--infographic[data-astro-cid-r7jw7vom] img[data-astro-cid-r7jw7vom]{width:100%;display:block}.rs-equipment-image--infographic[data-astro-cid-r7jw7vom] img[data-astro-cid-r7jw7vom]{height:auto}@media (width<=640px){.rs-capabilities--media-only[data-astro-cid-r7jw7vom]{padding-block:52px}}.rs-product-overview[data-astro-cid-q2qedf6c]{background:#fff;padding:92px 0 100px;position:relative;overflow:hidden}.rs-product-overview__inner[data-astro-cid-q2qedf6c]{position:relative}.rs-product-overview__heading[data-astro-cid-q2qedf6c]{text-align:left;margin:0}.rs-product-overview__grid[data-astro-cid-q2qedf6c]{gap:0;width:100%;margin-top:55px;display:grid}.rs-product-overview__item[data-astro-cid-q2qedf6c]{color:#10233e;flex-direction:column;align-items:flex-start;min-width:0;min-height:154px;padding:0 34px 0 0;text-decoration:none;display:flex;position:relative}.rs-product-overview__item[data-astro-cid-q2qedf6c]:focus-visible{outline-offset:7px;border-radius:2px;outline:3px solid #0780e859}.rs-product-overview__count[data-astro-cid-q2qedf6c]{color:#0874d1;align-items:baseline;gap:5px;line-height:1;display:flex}.rs-product-overview__count[data-astro-cid-q2qedf6c] strong[data-astro-cid-q2qedf6c]{letter-spacing:-.05em;font-size:56px;font-weight:800}.rs-product-overview__count[data-astro-cid-q2qedf6c] span[data-astro-cid-q2qedf6c]{font-size:16px;font-weight:800}.rs-product-overview__name[data-astro-cid-q2qedf6c]{margin-top:12px;font-size:16px;font-weight:700;line-height:1.4}.rs-product-overview__en[data-astro-cid-q2qedf6c]{color:#b5c0cd;letter-spacing:.12em;text-transform:uppercase;margin-top:7px;font-size:10px;font-weight:700;line-height:1.4}@media (width>=921px){.rs-product-overview__grid--1[data-astro-cid-q2qedf6c]{grid-template-columns:minmax(0,1fr)}.rs-product-overview__grid--2[data-astro-cid-q2qedf6c]{grid-template-columns:repeat(2,minmax(0,1fr))}.rs-product-overview__grid--3[data-astro-cid-q2qedf6c]{grid-template-columns:repeat(3,minmax(0,1fr))}.rs-product-overview__grid--4[data-astro-cid-q2qedf6c]{grid-template-columns:repeat(4,minmax(0,1fr))}.rs-product-overview__grid--5[data-astro-cid-q2qedf6c]{grid-template-columns:repeat(5,minmax(0,1fr))}.rs-product-overview__item[data-astro-cid-q2qedf6c]{justify-self:center;width:min(190px,100%);padding-right:0}}.rs-adv-featured--carousel[data-astro-cid-w4ifhdh6]{isolation:isolate;min-height:500px;padding:0}.rs-adv-featured__media[data-astro-cid-w4ifhdh6]{z-index:-2;background:var(--rs-primary-strong);position:absolute;inset:0}.rs-adv-featured__media[data-astro-cid-w4ifhdh6]:after{content:"";background:linear-gradient(#0a285b1f 0%,#07255beb 88%);position:absolute;inset:0}.rs-adv-featured__media[data-astro-cid-w4ifhdh6] img[data-astro-cid-w4ifhdh6]{object-fit:cover;opacity:.74;width:100%;height:100%;transition:opacity .28s,transform .45s;display:block}.rs-adv-featured__media[data-astro-cid-w4ifhdh6].is-changing img[data-astro-cid-w4ifhdh6]{opacity:.22;transform:scale(1.025)}.rs-adv-featured__content[data-astro-cid-w4ifhdh6]{z-index:1;margin-top:auto;padding:38px 34px;position:relative}.rs-adv-featured__kicker[data-astro-cid-w4ifhdh6]{margin:0 0 var(--rs-space-3)}.rs-adv-option[data-astro-cid-w4ifhdh6]{width:100%;min-height:0;color:inherit;font:inherit;text-align:left;cursor:default;transition:border-color .2s,background-color .2s,box-shadow .2s,transform .2s}.rs-adv-option[data-astro-cid-w4ifhdh6] .rs-adv-card__title[data-astro-cid-w4ifhdh6],.rs-adv-option[data-astro-cid-w4ifhdh6] .rs-adv-card__description[data-astro-cid-w4ifhdh6]{display:block}.rs-adv-option[data-astro-cid-w4ifhdh6]:hover{border-color:var(--rs-primary);background:color-mix(in srgb, var(--rs-primary) 7%, var(--rs-surface));transform:translateY(-2px);box-shadow:0 12px 30px #1f63d61f}.rs-adv-option[data-astro-cid-w4ifhdh6]:hover .rs-adv-icon[data-astro-cid-w4ifhdh6]{color:var(--rs-primary-bright)}@media (prefers-reduced-motion:reduce){.rs-adv-featured__media[data-astro-cid-w4ifhdh6] img[data-astro-cid-w4ifhdh6]{transition:none}}.rs-world-corridor__item[data-astro-cid-slsoww2b]{aspect-ratio:2/3;width:min(256px,42vw)}.rs-technology-modules[data-astro-cid-tjttqkpm]{gap:var(--rs-space-6);margin-bottom:var(--rs-space-9);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.rs-technology-module[data-astro-cid-tjttqkpm]{border:1px solid var(--rs-line-dark);border-radius:var(--rs-radius-md);background:var(--rs-surface-dark-card);padding:22px;overflow:hidden}.rs-technology-module__header[data-astro-cid-tjttqkpm]{min-height:36px;margin-bottom:18px}.rs-technology-module[data-astro-cid-tjttqkpm] h3[data-astro-cid-tjttqkpm]{color:var(--rs-accent);margin:0;font-size:19px;line-height:1.35}.rs-technology-module__header[data-astro-cid-tjttqkpm] p[data-astro-cid-tjttqkpm]{color:var(--rs-text-dark-muted);margin:8px 0 0;line-height:1.7}.rs-technology-module__viewport[data-astro-cid-tjttqkpm]{overflow:hidden;container-type:inline-size}.rs-technology-module__frames[data-astro-cid-tjttqkpm]{will-change:transform;width:max-content;animation:24s linear infinite technology-corridor;display:flex}.rs-technology-module__gallery[data-astro-cid-tjttqkpm]:hover .rs-technology-module__frames[data-astro-cid-tjttqkpm]{animation-play-state:paused}.rs-technology-module__set[data-astro-cid-tjttqkpm]{flex:none;grid-auto-columns:calc(20cqw - 9.6px);grid-auto-flow:column;gap:12px;padding-right:12px;display:grid}.rs-technology-module__set[data-astro-cid-tjttqkpm] figure[data-astro-cid-tjttqkpm]{aspect-ratio:2/3;background:#091b3c;border:1px solid #ffffff1f;border-radius:6px;margin:0;overflow:hidden}.rs-technology-module__set[data-astro-cid-tjttqkpm] .responsive-image,.rs-technology-module__set[data-astro-cid-tjttqkpm] img{object-fit:cover;width:100%;height:100%;display:block}@keyframes technology-corridor{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.rs-technology-modules[data-astro-cid-tjttqkpm]{grid-template-columns:1fr}}.rs-mission-card--with-image[data-astro-cid-mwgrynha]{padding:0;overflow:hidden}.rs-mission-grid--mosaic[data-astro-cid-mwgrynha]{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:clamp(480px,44vw,610px);display:grid}.rs-mission-grid--mosaic[data-astro-cid-mwgrynha] .rs-mission-card[data-astro-cid-mwgrynha]{isolation:isolate;background:var(--rs-dark-b);border:0;border-radius:8px;min-width:0;min-height:0;position:relative}.rs-mission-grid--mosaic[data-astro-cid-mwgrynha] .rs-mission-card[data-astro-cid-mwgrynha]:first-child{grid-row:1/span 2}.rs-mission-grid--mosaic[data-astro-cid-mwgrynha] .rs-mission-card[data-astro-cid-mwgrynha]:after{z-index:1;content:"";pointer-events:none;background:linear-gradient(#0000 38%,#020f273d 57%,#020f27f0 100%);position:absolute;inset:0}.rs-mission-card__media[data-astro-cid-mwgrynha]{aspect-ratio:16/9;background:color-mix(in srgb, var(--rs-primary) 12%, #fff);overflow:hidden}.rs-mission-card__media[data-astro-cid-mwgrynha] .responsive-image,.rs-mission-card__media[data-astro-cid-mwgrynha] img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,.7,.25,1);display:block}.rs-mission-grid--mosaic[data-astro-cid-mwgrynha] .rs-mission-card__media[data-astro-cid-mwgrynha]{aspect-ratio:auto;position:absolute;inset:0}.rs-mission-grid--mosaic[data-astro-cid-mwgrynha] .rs-mission-card[data-astro-cid-mwgrynha]:hover .rs-mission-card__media[data-astro-cid-mwgrynha] .responsive-image,.rs-mission-card__media[data-astro-cid-mwgrynha] img{transform:scale(1.035)}.rs-mission-card__body[data-astro-cid-mwgrynha]{padding:var(--rs-space-8) 36px}.rs-mission-card[data-astro-cid-mwgrynha]:not(.rs-mission-card--with-image) .rs-mission-card__body[data-astro-cid-mwgrynha]{padding:0}.rs-mission-grid--mosaic[data-astro-cid-mwgrynha] .rs-mission-card__body[data-astro-cid-mwgrynha]{z-index:2;padding:30px 28px 26px;position:absolute;inset:auto 0 0}.rs-mission-grid--mosaic[data-astro-cid-mwgrynha] .rs-mission-card__title[data-astro-cid-mwgrynha]{color:var(--rs-primary-strong);background:#fff;margin:0 0 12px;padding:7px 13px;font-size:15px;line-height:1;display:inline-flex}.rs-mission-grid--mosaic[data-astro-cid-mwgrynha] .rs-mission-card__copy[data-astro-cid-mwgrynha]{color:#ffffffeb;max-width:94%;font-size:14px;line-height:1.65}@media (width<=760px){.rs-mission-grid--mosaic[data-astro-cid-mwgrynha]{grid-template-rows:none;grid-template-columns:1fr;min-height:0}.rs-mission-grid--mosaic[data-astro-cid-mwgrynha] .rs-mission-card[data-astro-cid-mwgrynha],.rs-mission-grid--mosaic[data-astro-cid-mwgrynha] .rs-mission-card[data-astro-cid-mwgrynha]:first-child{aspect-ratio:16/10;grid-row:auto}}@media (width<=640px){.rs-mission-card__body[data-astro-cid-mwgrynha]{padding:28px 24px}}@media (prefers-reduced-motion:reduce){.rs-mission-card__media[data-astro-cid-mwgrynha] .responsive-image,.rs-mission-card__media[data-astro-cid-mwgrynha] img{transition:none}}[data-astro-cid-d26sapay][data-history-section]{overflow:hidden}
