.Header-module__arFiJq__header{z-index:100;transition:background var(--ease), box-shadow var(--ease), padding var(--ease);padding:22px 0;position:fixed;top:0;left:0;right:0}.Header-module__arFiJq__scrolled{-webkit-backdrop-filter:blur(16px);background:#0f172af0;padding:14px 0;box-shadow:0 1px #ffffff12}.Header-module__arFiJq__inner{max-width:var(--container-max);padding:0 var(--container-px);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;display:flex}.Header-module__arFiJq__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__arFiJq__logoMark{background:var(--coral);width:36px;height:36px;font-family:var(--font-display), sans-serif;color:var(--white);letter-spacing:-.5px;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:800;display:flex}.Header-module__arFiJq__logoText{font-family:var(--font-display), sans-serif;color:var(--white);letter-spacing:-.3px;font-size:20px;font-weight:700}.Header-module__arFiJq__nav{align-items:center;gap:28px;display:flex}.Header-module__arFiJq__navLink{font-family:var(--font-body), sans-serif;color:#ffffffb3;transition:color var(--ease);white-space:nowrap;font-size:14px;font-weight:500;text-decoration:none}.Header-module__arFiJq__navLink:hover{color:var(--white)}.Header-module__arFiJq__navCta{background:var(--coral);color:var(--white);border-radius:var(--radius-sm);font-family:var(--font-body), sans-serif;white-space:nowrap;transition:background var(--ease), transform var(--ease);padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none}.Header-module__arFiJq__navCta:hover{background:var(--coral-dark);transform:translateY(-1px)}.Header-module__arFiJq__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:none}.Header-module__arFiJq__bar{background:var(--white);width:22px;height:2px;transition:transform var(--ease), opacity var(--ease);transform-origin:50%;border-radius:2px;display:block}.Header-module__arFiJq__bar1Open{transform:translateY(7px)rotate(45deg)}.Header-module__arFiJq__bar2Open{opacity:0}.Header-module__arFiJq__bar3Open{transform:translateY(-7px)rotate(-45deg)}@media (max-width:768px){.Header-module__arFiJq__hamburger{display:flex}.Header-module__arFiJq__nav{-webkit-backdrop-filter:blur(16px);background:#070d1afa;border-top:1px solid #ffffff12;flex-direction:column;align-items:stretch;gap:0;max-height:0;transition:max-height .35s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.Header-module__arFiJq__navOpen{max-height:480px}.Header-module__arFiJq__navLink{color:#fffc;border-bottom:1px solid #ffffff0f;padding:16px 24px;font-size:16px;font-weight:500}.Header-module__arFiJq__navCta{text-align:center;border-radius:var(--radius-sm);margin:16px 24px 24px;padding:14px 20px;font-size:16px}}
.Hero-module__PgAKtG__hero{background-color:var(--navy);min-height:100vh;padding:120px var(--container-px) 80px;flex-direction:column;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__bgGrid{pointer-events:none;background-image:radial-gradient(#ffffff0e 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0}.Hero-module__PgAKtG__bgShapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__PgAKtG__shape{opacity:0;position:absolute}.Hero-module__PgAKtG__shapeCircleLg{border:1.5px solid #ff6b352e;border-radius:50%;width:420px;height:420px;animation:.8s .3s forwards Hero-module__PgAKtG__fadeIn,13s ease-in-out 1.1s infinite Hero-module__PgAKtG__floatY;top:-130px;right:-90px}.Hero-module__PgAKtG__shapeCircleSm{border:1.5px solid #0ea5e92e;border-radius:50%;width:240px;height:240px;animation:.8s .5s forwards Hero-module__PgAKtG__fadeIn,11s ease-in-out 1.3s infinite Hero-module__PgAKtG__floatYInv;bottom:8%;left:-50px}.Hero-module__PgAKtG__shapeRoundedLg{border:1.5px solid #ff6b351f;border-radius:28px;width:190px;height:190px;animation:.8s .7s forwards Hero-module__PgAKtG__fadeIn,15s ease-in-out 1.5s infinite Hero-module__PgAKtG__floatRotate;top:32%;right:12%}.Hero-module__PgAKtG__shapeRoundedSm{border:1.5px solid #0ea5e938;border-radius:20px;width:110px;height:110px;animation:.8s .9s forwards Hero-module__PgAKtG__fadeIn,9s ease-in-out 1.7s infinite Hero-module__PgAKtG__floatYInv;bottom:22%;right:6%}.Hero-module__PgAKtG__shapeDot{border:1.5px solid #ffffff17;border-radius:12px;width:56px;height:56px;animation:.8s 1.1s forwards Hero-module__PgAKtG__fadeIn,18s ease-in-out 1.9s infinite Hero-module__PgAKtG__floatY;top:46%;left:10%}@keyframes Hero-module__PgAKtG__fadeIn{to{opacity:1}}@keyframes Hero-module__PgAKtG__floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-22px)}}@keyframes Hero-module__PgAKtG__floatYInv{0%,to{transform:translateY(0)}50%{transform:translateY(22px)}}@keyframes Hero-module__PgAKtG__floatRotate{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-16px)rotate(14deg)}}.Hero-module__PgAKtG__container{z-index:1;max-width:var(--container-max);flex-direction:column;align-items:flex-start;gap:28px;width:100%;margin:0 auto;display:flex;position:relative}.Hero-module__PgAKtG__badge{border-radius:var(--radius-full);background:#ffffff0f;border:1px solid #ffffff1c;align-items:center;gap:9px;padding:8px 16px;display:inline-flex}.Hero-module__PgAKtG__badgePulse{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2.2s infinite Hero-module__PgAKtG__pulse;box-shadow:0 0 #22c55e73}@keyframes Hero-module__PgAKtG__pulse{0%{box-shadow:0 0 #22c55e73}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}.Hero-module__PgAKtG__badgeText{font-family:var(--font-body), sans-serif;color:#ffffffa6;letter-spacing:.02em;font-size:13px;font-weight:500}.Hero-module__PgAKtG__headline{font-family:var(--font-display), sans-serif;color:var(--white);letter-spacing:-.03em;max-width:780px;font-size:clamp(38px,6vw,72px);font-weight:800;line-height:1.1}.Hero-module__PgAKtG__accentWord{color:var(--coral)}.Hero-module__PgAKtG__subtext{font-family:var(--font-body), sans-serif;color:#ffffff8c;max-width:540px;font-size:clamp(16px,2vw,18px);font-weight:400;line-height:1.72}.Hero-module__PgAKtG__ctaGroup{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.Hero-module__PgAKtG__ctaPrimary{background:var(--coral);color:var(--white);border-radius:var(--radius-sm);font-family:var(--font-body), sans-serif;transition:background var(--ease), transform var(--ease), box-shadow var(--ease);align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.Hero-module__PgAKtG__ctaPrimary:hover{background:var(--coral-dark);transform:translateY(-2px);box-shadow:0 8px 28px #ff6b3561}.Hero-module__PgAKtG__ctaArrow{width:16px;height:16px;transition:transform var(--ease);flex-shrink:0}.Hero-module__PgAKtG__ctaPrimary:hover .Hero-module__PgAKtG__ctaArrow{transform:translate(3px)}.Hero-module__PgAKtG__ctaSecondary{color:var(--white);border-radius:var(--radius-sm);font-family:var(--font-body), sans-serif;transition:background var(--ease), transform var(--ease);background:#ffffff12;border:1px solid #ffffff24;align-items:center;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.Hero-module__PgAKtG__ctaSecondary:hover{background:#ffffff1f;transform:translateY(-2px)}.Hero-module__PgAKtG__techLine{flex-wrap:wrap;align-items:center;gap:8px;padding-top:4px;display:flex}.Hero-module__PgAKtG__techLabel{font-family:var(--font-body), sans-serif;color:#ffffff59;margin-right:2px;font-size:12px}.Hero-module__PgAKtG__techPill{border-radius:var(--radius-full);font-family:var(--font-body), sans-serif;color:#0ea5e9e6;background:#0ea5e91a;border:1px solid #0ea5e938;padding:4px 11px;font-size:12px;font-weight:500}.Hero-module__PgAKtG__scrollHint{opacity:.45;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Hero-module__PgAKtG__scrollMouse{border:1.5px solid #fff6;border-radius:11px;justify-content:center;width:22px;height:36px;padding-top:5px;display:flex}.Hero-module__PgAKtG__scrollWheel{background:#ffffff80;border-radius:2px;width:3px;height:7px;animation:1.6s infinite Hero-module__PgAKtG__scrollAnim}@keyframes Hero-module__PgAKtG__scrollAnim{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(7px)}}.Hero-module__PgAKtG__scrollLabel{font-family:var(--font-body), sans-serif;color:#ffffff73;letter-spacing:.12em;text-transform:uppercase;font-size:10px}@media (max-width:768px){.Hero-module__PgAKtG__hero{padding:100px var(--container-px) 72px}.Hero-module__PgAKtG__scrollHint{display:none}}
.Services-module__hmdBJW__section{padding:var(--section-py) var(--container-px);background:var(--bg)}.Services-module__hmdBJW__container{max-width:var(--container-max);flex-direction:column;gap:60px;margin:0 auto;display:flex}.Services-module__hmdBJW__sectionHeader{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:580px;margin:0 auto;display:flex}.Services-module__hmdBJW__eyebrow{font-family:var(--font-body), sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--coral);font-size:11px;font-weight:700}.Services-module__hmdBJW__heading{font-family:var(--font-display), sans-serif;color:var(--text);letter-spacing:-.02em;font-size:clamp(30px,4vw,46px);font-weight:700;line-height:1.15}.Services-module__hmdBJW__subheading{font-family:var(--font-body), sans-serif;color:var(--text-muted);font-size:17px;line-height:1.65}.Services-module__hmdBJW__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.Services-module__hmdBJW__card{border-radius:var(--radius-lg);border:1px solid var(--border);transition:transform var(--ease), box-shadow var(--ease);flex-direction:column;gap:20px;padding:48px 40px;display:flex}.Services-module__hmdBJW__card:hover{transform:translateY(-4px)}.Services-module__hmdBJW__cardLight{background:var(--white)}.Services-module__hmdBJW__cardLight:hover{box-shadow:var(--shadow-lg)}.Services-module__hmdBJW__cardDark{background:var(--navy);border-color:#0000}.Services-module__hmdBJW__cardDark:hover{box-shadow:0 12px 48px #00000059}.Services-module__hmdBJW__cardIcon{width:52px;height:52px;color:var(--coral)}.Services-module__hmdBJW__cardTitle{font-family:var(--font-display), sans-serif;color:var(--text);letter-spacing:-.02em;font-size:23px;font-weight:700;line-height:1.3}.Services-module__hmdBJW__cardDark .Services-module__hmdBJW__cardTitle{color:var(--white)}.Services-module__hmdBJW__cardDescription{font-family:var(--font-body), sans-serif;color:var(--text-muted);font-size:15px;line-height:1.72}.Services-module__hmdBJW__cardDark .Services-module__hmdBJW__cardDescription{color:#ffffff8c}.Services-module__hmdBJW__capabilityList{flex-direction:column;gap:10px;display:flex}.Services-module__hmdBJW__capabilityItem{font-family:var(--font-body), sans-serif;color:var(--text);align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.Services-module__hmdBJW__cardDark .Services-module__hmdBJW__capabilityItem{color:#ffffffc7}.Services-module__hmdBJW__checkmark{color:var(--coral);flex-shrink:0;font-size:11px;font-weight:800}.Services-module__hmdBJW__techRow{flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:4px;display:flex}.Services-module__hmdBJW__techTag{border-radius:var(--radius-full);font-family:var(--font-body), sans-serif;background:var(--bg-subtle);color:var(--text-muted);border:1px solid var(--border);padding:4px 11px;font-size:12px;font-weight:500}.Services-module__hmdBJW__cardDark .Services-module__hmdBJW__techTag{color:#ffffff8c;background:#ffffff12;border-color:#ffffff1a}@media (max-width:768px){.Services-module__hmdBJW__grid{grid-template-columns:1fr}.Services-module__hmdBJW__card{padding:36px 28px}}
.Technologies-module__8VES6q__section{padding:var(--section-py) var(--container-px);background:var(--navy)}.Technologies-module__8VES6q__container{max-width:var(--container-max);flex-direction:column;gap:64px;margin:0 auto;display:flex}.Technologies-module__8VES6q__sectionHeader{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:580px;margin:0 auto;display:flex}.Technologies-module__8VES6q__eyebrow{font-family:var(--font-body), sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--cyan);font-size:11px;font-weight:700}.Technologies-module__8VES6q__heading{font-family:var(--font-display), sans-serif;color:var(--white);letter-spacing:-.02em;font-size:clamp(30px,4vw,46px);font-weight:700;line-height:1.15}.Technologies-module__8VES6q__subheading{font-family:var(--font-body), sans-serif;color:#ffffff7a;font-size:17px;line-height:1.65}.Technologies-module__8VES6q__groups{grid-template-columns:repeat(2,1fr);gap:52px 72px;display:grid}.Technologies-module__8VES6q__group{flex-direction:column;gap:20px;display:flex}.Technologies-module__8VES6q__groupLabel{font-family:var(--font-display), sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--cyan);border-bottom:1px solid #0ea5e92e;padding-bottom:14px;font-size:11px;font-weight:700}.Technologies-module__8VES6q__badgeRow{flex-wrap:wrap;gap:10px;display:flex}.Technologies-module__8VES6q__badge{border-radius:var(--radius-sm);font-family:var(--font-body), sans-serif;color:#ffffffb8;cursor:default;transition:background var(--ease), border-color var(--ease), color var(--ease);background:#ffffff0d;border:1px solid #ffffff17;padding:8px 16px;font-size:13px;font-weight:500}.Technologies-module__8VES6q__badge:hover{color:var(--white);background:#ff6b351a;border-color:#ff6b3547}@media (max-width:768px){.Technologies-module__8VES6q__groups{grid-template-columns:1fr;gap:40px}}
.Industries-module__ig9eRG__section{padding:var(--section-py) var(--container-px);background:var(--bg-subtle)}.Industries-module__ig9eRG__container{max-width:var(--container-max);flex-direction:column;gap:60px;margin:0 auto;display:flex}.Industries-module__ig9eRG__sectionHeader{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:600px;margin:0 auto;display:flex}.Industries-module__ig9eRG__eyebrow{font-family:var(--font-body), sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--coral);font-size:11px;font-weight:700}.Industries-module__ig9eRG__heading{font-family:var(--font-display), sans-serif;color:var(--text);letter-spacing:-.02em;font-size:clamp(30px,4vw,46px);font-weight:700;line-height:1.15}.Industries-module__ig9eRG__subheading{font-family:var(--font-body), sans-serif;color:var(--text-muted);font-size:17px;line-height:1.65}.Industries-module__ig9eRG__grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.Industries-module__ig9eRG__card{background:var(--white);border-radius:var(--radius-md);border:1.5px solid var(--border);transition:transform var(--ease), box-shadow var(--ease), border-color var(--ease);flex-direction:column;gap:16px;padding:36px 32px;display:flex}.Industries-module__ig9eRG__card:hover{box-shadow:var(--shadow-md);border-color:#ff6b3573;transform:translateY(-4px)}.Industries-module__ig9eRG__cardTop{align-items:center;gap:14px;display:flex}.Industries-module__ig9eRG__cardIcon{flex-shrink:0;font-size:30px;line-height:1}.Industries-module__ig9eRG__cardTitle{font-family:var(--font-display), sans-serif;color:var(--text);letter-spacing:-.02em;font-size:21px;font-weight:700}.Industries-module__ig9eRG__cardDescription{font-family:var(--font-body), sans-serif;color:var(--text-muted);font-size:15px;line-height:1.72}.Industries-module__ig9eRG__tagRow{flex-wrap:wrap;gap:7px;margin-top:auto;display:flex}.Industries-module__ig9eRG__tag{border-radius:var(--radius-full);font-family:var(--font-body), sans-serif;letter-spacing:.04em;color:var(--coral);background:#ff6b3512;border:1px solid #ff6b352e;padding:3px 10px;font-size:11px;font-weight:600}@media (max-width:768px){.Industries-module__ig9eRG__grid{grid-template-columns:1fr}.Industries-module__ig9eRG__card{padding:28px 24px}}
.Stats-module__K5P46q__section{padding:var(--section-py) var(--container-px);background:var(--white)}.Stats-module__K5P46q__container{max-width:var(--container-max);flex-direction:column;gap:80px;margin:0 auto;display:flex}.Stats-module__K5P46q__grid{border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.Stats-module__K5P46q__statItem{border-right:1px solid var(--border);transition:background var(--ease);flex-direction:column;gap:6px;padding:44px 36px;display:flex}.Stats-module__K5P46q__statItem:last-child{border-right:none}.Stats-module__K5P46q__statItem:hover{background:var(--bg-subtle)}.Stats-module__K5P46q__statValue{font-family:var(--font-display), sans-serif;color:var(--coral);letter-spacing:-.04em;font-size:52px;font-weight:800;line-height:1}.Stats-module__K5P46q__statLabel{font-family:var(--font-display), sans-serif;color:var(--text);margin-top:10px;font-size:15px;font-weight:600;line-height:1.3}.Stats-module__K5P46q__statNote{font-family:var(--font-body), sans-serif;color:var(--text-muted);font-size:13px;line-height:1.5}.Stats-module__K5P46q__about{flex-direction:column;gap:20px;max-width:740px;display:flex}.Stats-module__K5P46q__aboutHeading{font-family:var(--font-display), sans-serif;color:var(--text);letter-spacing:-.025em;font-size:clamp(26px,3.5vw,40px);font-weight:700;line-height:1.2}.Stats-module__K5P46q__aboutBody{font-family:var(--font-body), sans-serif;color:var(--text-muted);font-size:17px;line-height:1.78}@media (max-width:900px){.Stats-module__K5P46q__grid{grid-template-columns:repeat(2,1fr)}.Stats-module__K5P46q__statItem{border-bottom:none;border-right:none}.Stats-module__K5P46q__statItem:nth-child(odd){border-right:1px solid var(--border)}.Stats-module__K5P46q__statItem:first-child,.Stats-module__K5P46q__statItem:nth-child(2){border-bottom:1px solid var(--border)}}@media (max-width:480px){.Stats-module__K5P46q__grid{grid-template-columns:1fr}.Stats-module__K5P46q__statItem{border-right:none;border-bottom:1px solid var(--border);padding:32px 28px}.Stats-module__K5P46q__statItem:last-child{border-bottom:none}.Stats-module__K5P46q__statValue{font-size:44px}}
.Contact-module__dhIxzq__section{padding:var(--section-py) var(--container-px);background:var(--navy);position:relative;overflow:hidden}.Contact-module__dhIxzq__bgDecor{pointer-events:none;background:radial-gradient(circle,#ff6b3517 0%,#0000 68%);border-radius:50%;width:640px;height:640px;position:absolute;bottom:-240px;right:-160px}.Contact-module__dhIxzq__container{z-index:1;max-width:var(--container-max);margin:0 auto;position:relative}.Contact-module__dhIxzq__content{flex-direction:column;gap:24px;max-width:620px;display:flex}.Contact-module__dhIxzq__eyebrow{font-family:var(--font-body), sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--coral);font-size:11px;font-weight:700}.Contact-module__dhIxzq__heading{font-family:var(--font-display), sans-serif;color:var(--white);letter-spacing:-.03em;font-size:clamp(34px,5vw,58px);font-weight:800;line-height:1.1}.Contact-module__dhIxzq__accentLine{color:var(--coral)}.Contact-module__dhIxzq__subtext{font-family:var(--font-body), sans-serif;color:#ffffff85;font-size:17px;line-height:1.72}.Contact-module__dhIxzq__contactLinks{flex-direction:column;gap:12px;display:flex}.Contact-module__dhIxzq__contactLink{font-family:var(--font-body), sans-serif;color:#ffffffa6;transition:color var(--ease);align-items:center;gap:10px;font-size:15px;font-weight:500;text-decoration:none;display:inline-flex}.Contact-module__dhIxzq__contactLink:hover{color:var(--white)}.Contact-module__dhIxzq__contactLinkIcon{flex-shrink:0;width:18px;height:18px}.Contact-module__dhIxzq__cta{background:var(--coral);color:var(--white);border-radius:var(--radius-sm);font-family:var(--font-body), sans-serif;transition:background var(--ease), transform var(--ease), box-shadow var(--ease);align-self:flex-start;align-items:center;gap:8px;margin-top:8px;padding:16px 32px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}.Contact-module__dhIxzq__cta:hover{background:var(--coral-dark);transform:translateY(-2px);box-shadow:0 8px 28px #ff6b3561}.Contact-module__dhIxzq__ctaArrow{width:16px;height:16px;transition:transform var(--ease);flex-shrink:0}.Contact-module__dhIxzq__cta:hover .Contact-module__dhIxzq__ctaArrow{transform:translate(4px)}
.Footer-module__rnk_JG__footer{background:var(--footer-bg);padding:80px var(--container-px) 40px;border-top:1px solid #ffffff0d}.Footer-module__rnk_JG__container{max-width:var(--container-max);flex-direction:column;gap:64px;margin:0 auto;display:flex}.Footer-module__rnk_JG__top{grid-template-columns:300px 1fr;align-items:flex-start;gap:80px;display:grid}.Footer-module__rnk_JG__brand{flex-direction:column;gap:20px;display:flex}.Footer-module__rnk_JG__logo{align-items:center;gap:10px;text-decoration:none;display:inline-flex}.Footer-module__rnk_JG__logoMark{background:var(--coral);width:36px;height:36px;font-family:var(--font-display), sans-serif;color:var(--white);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:800;display:flex}.Footer-module__rnk_JG__logoText{font-family:var(--font-display), sans-serif;color:var(--white);letter-spacing:-.3px;font-size:20px;font-weight:700}.Footer-module__rnk_JG__tagline{font-family:var(--font-body), sans-serif;color:#fff6;font-size:14px;line-height:1.7}.Footer-module__rnk_JG__locationBadge{font-family:var(--font-body), sans-serif;color:#ffffff59;align-items:center;gap:6px;font-size:13px;display:inline-flex}.Footer-module__rnk_JG__locationIcon{flex-shrink:0;width:14px;height:14px}.Footer-module__rnk_JG__linksGrid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.Footer-module__rnk_JG__linkGroup{flex-direction:column;gap:16px;display:flex}.Footer-module__rnk_JG__linkGroupTitle{font-family:var(--font-display), sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;font-size:11px;font-weight:700}.Footer-module__rnk_JG__linkList{flex-direction:column;gap:12px;display:flex}.Footer-module__rnk_JG__footerLink{font-family:var(--font-body), sans-serif;color:#ffffff80;transition:color var(--ease);font-size:14px;text-decoration:none}.Footer-module__rnk_JG__footerLink:hover{color:var(--white)}.Footer-module__rnk_JG__bottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:32px;display:flex}.Footer-module__rnk_JG__copyright,.Footer-module__rnk_JG__madeWith{font-family:var(--font-body), sans-serif;color:#ffffff47;font-size:13px}@media (max-width:900px){.Footer-module__rnk_JG__top{grid-template-columns:1fr;gap:48px}}@media (max-width:580px){.Footer-module__rnk_JG__linksGrid{grid-template-columns:repeat(2,1fr);gap:32px}.Footer-module__rnk_JG__bottom{text-align:center;flex-direction:column;gap:8px}}
