@import"https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap";.site-header{position:sticky;top:0;z-index:40;background:#fff;color:var(--rukh-ink);transition:box-shadow .25s ease}.site-header.is-scrolled{box-shadow:0 4px 16px #00000014}@media(prefers-reduced-motion:reduce){.site-header{transition:none}}.site-header__inner{max-width:1280px;margin:0 auto;padding:20px 24px 12px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.site-header__logo{flex:0 0 auto;display:inline-flex;align-items:center;text-decoration:none}.site-header__logo img{display:block;width:auto;max-height:88px;height:auto}.site-nav{flex:0 1 auto;padding-bottom:8px}.site-nav__list{display:flex;gap:12px;align-items:center;margin:0;padding:0;list-style:none}.site-nav__item{margin:0;padding:0;display:flex;align-items:stretch}.site-nav__link{display:inline-flex;align-items:center;justify-content:center;color:var(--rukh-blue);font-family:var(--font-body);font-weight:500;font-size:20px;line-height:1;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;white-space:nowrap;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease,color .25s ease}.site-nav__link--default{padding:14px 18px;background:transparent;border-radius:0;position:relative}.site-nav__link--default:after{content:"";position:absolute;left:18px;right:18px;bottom:6px;height:2px;background:var(--rukh-blue);transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.site-nav__link--default:hover,.site-nav__link--default:focus-visible{transform:translateY(-2px)}.site-nav__link--default:hover:after,.site-nav__link--default:focus-visible:after{transform:scaleX(1)}.site-nav__item.is-current .site-nav__link--default{font-weight:600}.site-nav__item.is-current .site-nav__link--default:after{transform:scaleX(1)}.site-nav__link--primary{padding:14px 48px;background:linear-gradient(90deg,var(--rukh-yellow-from) 0%,var(--rukh-yellow-to) 100%);border-radius:9999px}.site-nav__link--primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000026;filter:brightness(1.05);color:var(--rukh-blue)}.site-nav__link--primary:active{transform:translateY(0);filter:brightness(.95)}.site-nav__link:focus-visible{outline:2px solid var(--rukh-blue);outline-offset:2px}.site-nav__item.is-current .site-nav__link--primary{filter:brightness(.97)}.site-nav-mobile{display:none;position:relative;align-items:center;padding:8px 12px;cursor:pointer;border-radius:8px;transition:background .15s ease;z-index:60}.site-nav-mobile:hover{background:#194dd30f}.site-nav-mobile__burger{display:inline-flex;flex-direction:column;justify-content:space-between;width:28px;height:22px;position:relative;z-index:70}.site-nav-mobile__burger>[data-burger-bar]{display:block;width:100%;height:3px;border-radius:2px;background:var(--rukh-blue);transform-origin:center;transition:transform .25s ease,opacity .2s ease,background .2s ease}.site-nav-mobile.is-open [data-burger-bar=top]{transform:translateY(9.5px) rotate(45deg)}.site-nav-mobile.is-open [data-burger-bar=middle]{opacity:0;transform:scaleX(0)}.site-nav-mobile.is-open [data-burger-bar=bottom]{transform:translateY(-9.5px) rotate(-45deg)}.site-nav-mobile__menu{position:fixed;inset:0;margin:0;padding:80px 24px;list-style:none;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;z-index:50;opacity:0;visibility:hidden;transform:translateY(-12px);transition:opacity .3s ease,transform .3s ease,visibility 0s linear .3s}.site-nav-mobile.is-open .site-nav-mobile__menu{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .3s ease,transform .3s ease,visibility 0s linear 0s}.site-nav-mobile__item{width:100%;max-width:480px;list-style:none;box-sizing:border-box}.site-nav-mobile__link{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;padding:18px 32px;border-radius:9999px;color:var(--rukh-blue);font-family:var(--font-body);font-weight:500;font-size:22px;line-height:1;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease,background .2s ease}.site-nav-mobile__link--default{background:transparent;border:2px solid var(--rukh-blue);padding:16px 32px}.site-nav-mobile__link--primary{background:linear-gradient(90deg,var(--rukh-yellow-from) 0%,var(--rukh-yellow-to) 100%)}.site-nav-mobile__link:hover,.site-nav-mobile__link:focus-visible{transform:translateY(-2px);box-shadow:0 10px 25px #0000001f;filter:brightness(1.05)}.site-nav-mobile__item.is-current .site-nav-mobile__link--primary{filter:brightness(.97)}.site-nav-mobile__item.is-current .site-nav-mobile__link--default{background:#194dd314}html.rukh-nav-locked,html.rukh-nav-locked body{overflow:hidden}@media(max-width:1080px){.site-header__inner{padding:16px 20px;align-items:center}.site-header__logo img{max-height:64px}.site-nav{display:none}.site-nav-mobile{display:inline-flex}}@media(max-width:640px){.site-header__logo img{max-height:48px}.site-nav-mobile__menu{padding-inline:16px;gap:16px}.site-nav-mobile__link{padding:16px 20px;font-size:18px}}.site-lang{position:relative;display:inline-flex;align-items:center}.site-nav__item--lang{align-items:center}.site-lang__toggle{display:inline-flex;align-items:center;gap:.4rem;min-width:3rem;padding:.4rem .75rem;font-family:var(--font-display);font-size:.85rem;line-height:1;letter-spacing:.06em;color:var(--rukh-ink);background:transparent;border:1px solid color-mix(in oklab,var(--rukh-ink) 30%,transparent);border-radius:999px;cursor:pointer;transition:background-color .12s ease,color .12s ease,border-color .12s ease}.site-lang__toggle:hover,.site-lang__toggle:focus-visible{background:var(--rukh-blue);color:#fff;border-color:var(--rukh-blue)}.site-lang__toggle:focus-visible{outline:2px solid var(--rukh-blue);outline-offset:2px}.site-lang__toggle[aria-expanded=true]{background:var(--rukh-blue);color:#fff;border-color:var(--rukh-blue)}.site-lang__toggle-code{font-weight:600}.site-lang__toggle-chevron{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;transition:transform .15s ease}.site-lang__toggle[aria-expanded=true] .site-lang__toggle-chevron{transform:rotate(180deg)}.site-lang__menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:10rem;margin:0;padding:.35rem;list-style:none;background:#fff;border:1px solid color-mix(in oklab,var(--rukh-ink) 14%,transparent);border-radius:.75rem;box-shadow:0 12px 32px #0000001f;z-index:50;display:none}.site-lang[data-rukh-lang-dropdown].is-open .site-lang__menu{display:block}.site-lang__item{margin:0}.site-lang__link{display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;font-family:var(--font-body);font-size:.95rem;line-height:1.2;color:var(--rukh-ink);text-decoration:none;border-radius:.5rem;transition:background-color .12s ease,color .12s ease}.site-lang__link-code{font-family:var(--font-display);font-size:.8rem;letter-spacing:.06em;color:var(--rukh-blue);min-width:1.6rem}.site-lang__link-name{flex:1}.site-lang__link:hover,.site-lang__link:focus-visible{background:color-mix(in oklab,var(--rukh-blue) 8%,transparent);outline:none}.site-lang__item.is-current .site-lang__link{background:var(--rukh-blue);color:#fff}.site-lang__item.is-current .site-lang__link-code{color:#fff}@media(prefers-reduced-motion:reduce){.site-lang__toggle-chevron{transition:none}}.site-nav-mobile__lang{display:flex;gap:.5rem;padding-block-start:.5rem;margin-block-start:.5rem;border-block-start:1px solid color-mix(in oklab,var(--rukh-ink) 12%,transparent)}.site-nav-mobile__lang-link{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;padding:.35rem .6rem;font-family:var(--font-display);font-size:.85rem;color:var(--rukh-ink);text-decoration:none;border:1px solid color-mix(in oklab,var(--rukh-ink) 25%,transparent);border-radius:999px}.site-nav-mobile__lang-link.is-current{background:var(--rukh-blue);color:#fff;border-color:var(--rukh-blue)}.rukh-footer{background:#fff;color:var(--rukh-ink);padding:4rem 1.5rem 3rem;border-top:1px solid rgba(0,0,0,.05)}.rukh-footer__inner{max-width:1080px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:2rem}.rukh-footer__contact-heading{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin:0}.rukh-footer__email{margin:0;font-family:var(--font-body);font-size:1.25rem}.rukh-footer__email a{color:var(--rukh-ink);text-decoration:underline;text-underline-offset:4px}.rukh-footer__socials{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:1rem}.rukh-footer__social{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;color:var(--rukh-ink);background:transparent;border:1px solid rgba(0,0,0,.15);transition:background .15s ease,color .15s ease}.rukh-footer__social:hover,.rukh-footer__social:focus-visible{background:var(--rukh-ink);color:#fff}.rukh-footer__offices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem;margin:1rem 0;text-align:center}@media(max-width:640px){.rukh-footer__offices{grid-template-columns:1fr}}.rukh-footer__office{display:flex;flex-direction:column;align-items:center;gap:.5rem}.rukh-footer__office-image{width:108px;height:108px;border-radius:999px;object-fit:cover}.rukh-footer__office-country{font-family:var(--font-display);font-size:1.25rem;margin:.25rem 0 0}.rukh-footer__office-email a{color:var(--rukh-ink);text-decoration:underline;text-underline-offset:3px}.rukh-footer__office-address,.rukh-footer__office-city{font-family:var(--font-body);font-size:.95rem;line-height:1.45;margin:0}.rukh-footer__legal{max-width:720px;margin:0 auto;font-family:var(--font-body);font-size:.95rem;line-height:1.5;color:var(--rukh-ink)}.rukh-footer__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.rukh-footer__nav-label{font-family:var(--font-body);font-weight:600}.rukh-footer__nav-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem}.rukh-footer__nav-list a{color:var(--rukh-link);text-decoration:underline;text-underline-offset:3px}.rukh-hero{position:relative;width:100%;box-sizing:border-box;margin-block:clamp(2rem,5vw,5rem);padding-block:clamp(4rem,10.5vw,8.5rem);padding-inline:0;background:linear-gradient(135deg,var(--rukh-yellow-from) 0%,var(--rukh-yellow-to) 100%);isolation:isolate}.rukh-hero__gear{position:absolute;left:55%;top:50%;width:52%;max-width:780px;height:auto;z-index:0;pointer-events:none;transform-origin:50% 50%;transform:translate(-50%,-50%) rotate(var(--gear-rotation, var(--gear-initial-rotation, 6.8deg)));transition:transform .05s linear;will-change:transform}.rukh-hero__wordmark{position:relative;z-index:1;display:block;width:min(90%,1330px);max-width:1330px;height:auto;margin:0 auto}.rukh-hero__corners{position:absolute;inset:0;pointer-events:none;z-index:2}.rukh-hero__pillar{position:absolute;display:flex;gap:clamp(.4rem,.8vw,.9rem);pointer-events:auto}.rukh-hero__pillar:first-child .rukh-hero__pillar-icon{transform:rotate(90deg)}.rukh-hero__pillar:nth-child(2) .rukh-hero__pillar-icon{transform:rotate(180deg)}.rukh-hero__pillar:nth-child(4) .rukh-hero__pillar-icon{transform:rotate(-90deg)}.rukh-hero__pillar--reverse{flex-direction:row-reverse}.rukh-hero__pillar--tl{top:clamp(1rem,7%,3.5rem);left:clamp(1rem,5%,5rem)}.rukh-hero__pillar--tr{top:clamp(1rem,7%,3.5rem);right:clamp(1rem,5%,5rem)}.rukh-hero__pillar--bl{bottom:clamp(1rem,7%,3.5rem);left:clamp(1rem,5%,5rem)}.rukh-hero__pillar--br{bottom:clamp(1rem,7%,3.5rem);right:clamp(1rem,5%,5rem)}.rukh-hero__pillar-icon{width:auto;height:clamp(22px,2.7vw,42px);flex-shrink:0}.rukh-hero__pillar-label{font-family:var(--font-display);font-size:clamp(1.5rem,3.4vw,3.25rem);line-height:1;color:var(--rukh-blue);letter-spacing:.01em;text-transform:uppercase;white-space:nowrap}.is-anim-slide-left{opacity:0;transform:translate(-20%);animation:rukh-hero-slide-left 1s cubic-bezier(.22,1,.36,1) .2s forwards}@keyframes rukh-hero-slide-left{0%{opacity:0;transform:translate(-20%)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.rukh-hero__wordmark.is-anim-slide-left{animation:none!important;opacity:1!important;transform:none!important}.rukh-hero__gear{transition:none!important}}@media(max-width:600px){.rukh-hero{margin-block:1.5rem;padding-block:clamp(4rem,16vw,6rem);padding-inline:1rem}.rukh-hero__wordmark{width:100%}.rukh-hero__gear{width:64%}.rukh-hero__pillar-label{font-size:clamp(1rem,5vw,1.6rem)}}.rukh-who-we-are{width:100%;box-sizing:border-box;padding-block:clamp(3rem,7vw,6rem);padding-inline:clamp(1rem,4vw,2.5rem);background:#fff}.rukh-who-we-are__inner{display:flex;flex-direction:column;gap:clamp(2rem,4.5vw,3.5rem)}.rukh-who-we-are__heading{font-family:var(--font-display);font-weight:700;text-transform:uppercase;text-align:center;color:var(--rukh-blue);font-size:clamp(2.5rem,7.5vw,5.75rem);line-height:1;margin:0;letter-spacing:.005em}.rukh-who-we-are__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(1.25rem,3vw,2.5rem)}.rukh-who-we-are__card{box-sizing:border-box;flex:0 1 calc((100% - 2 * clamp(1.25rem,3vw,2.5rem)) / 3);min-width:0}.rukh-who-we-are__card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:clamp(1.5rem,2.5vw,2.5rem);border:2px solid var(--rukh-blue);border-radius:36px;background:#fff;isolation:isolate;transition:transform .35s cubic-bezier(.22,1,.36,1)}.rukh-who-we-are__card-overlay{position:absolute;inset:0;z-index:-1;border-radius:inherit;background:linear-gradient(90deg,#ffcc1b30,#e9fd1b30);opacity:0;transition:opacity .4s ease;transition-delay:.25s}.rukh-who-we-are__card:hover .rukh-who-we-are__card-overlay,.rukh-who-we-are__card:focus-within .rukh-who-we-are__card-overlay{opacity:1}.rukh-who-we-are__card:hover{transform:translateY(-4px)}.rukh-who-we-are__card-icon{width:auto;height:clamp(120px,14vw,200px);max-height:200px;object-fit:contain;margin:0 auto 1rem;flex-shrink:0}.rukh-who-we-are__card-body{margin:0;font-family:var(--font-body);font-weight:500;font-size:clamp(1.125rem,1.7vw,1.875rem);line-height:1.5;color:var(--rukh-ink)}@media(prefers-reduced-motion:reduce){.rukh-who-we-are__card,.rukh-who-we-are__card-overlay{transition:none!important}}@media(max-width:1024px){.rukh-who-we-are__heading{font-size:clamp(2.25rem,6vw,4rem)}.rukh-who-we-are__card{flex-basis:calc((100% - clamp(1.25rem,3vw,2.5rem))/2);max-width:480px}.rukh-who-we-are__card-icon{height:120px}.rukh-who-we-are__card-body{font-size:1.375rem}}@media(max-width:600px){.rukh-who-we-are__heading{font-size:clamp(2rem,9vw,2.5rem)}.rukh-who-we-are__card{flex-basis:100%;max-width:480px}}.rukh-our-dna{width:100%;box-sizing:border-box;padding-block:clamp(3rem,7vw,6rem);padding-inline:clamp(1rem,4vw,2.5rem);background:#fff}.rukh-our-dna__inner{display:flex;flex-direction:column;gap:clamp(2rem,4.5vw,3.5rem)}.rukh-our-dna__heading{font-family:var(--font-display);font-weight:700;text-transform:uppercase;text-align:center;color:var(--rukh-blue);font-size:clamp(2.5rem,7.5vw,5.75rem);line-height:1;margin:0;letter-spacing:.005em}.rukh-our-dna__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(1.25rem,3vw,2.5rem)}.rukh-our-dna__card{box-sizing:border-box;flex:0 1 calc((100% - (3*clamp(1.25rem,3vw,2.5rem)))/4);min-width:0;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:clamp(1.25rem,2.5vw,2.5rem) clamp(1rem,2vw,2rem);border:2px solid var(--rukh-blue);border-radius:36px;background:#fff;isolation:isolate;transition:transform .35s cubic-bezier(.22,1,.36,1)}.rukh-our-dna__card-overlay{position:absolute;inset:0;z-index:-1;border-radius:inherit;background:linear-gradient(90deg,#ffcc1b30,#e9fd1b30);opacity:0;transition:opacity .4s ease;transition-delay:.25s}.rukh-our-dna__card:hover .rukh-our-dna__card-overlay,.rukh-our-dna__card:focus-within .rukh-our-dna__card-overlay{opacity:1}.rukh-our-dna__card:hover{transform:translateY(-4px)}.rukh-our-dna__letter{margin:0;font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--rukh-blue);font-size:clamp(4.5rem,11vw,9rem);line-height:1}.rukh-our-dna__divider{width:60%;margin:.25rem 0 .5rem;border:0;border-top:2px solid var(--rukh-blue)}.rukh-our-dna__phrase{margin:0;font-family:var(--font-body);font-weight:500;font-size:clamp(1rem,1.5vw,1.625rem);line-height:1.4;color:var(--rukh-ink)}.rukh-our-dna__card.dna-card-animate:before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;background:linear-gradient(90deg,var(--rukh-yellow-from) 0%,var(--rukh-yellow-to) 100%);opacity:0;pointer-events:none;animation:rukh-dna-pulse 4s ease infinite;animation-delay:var(--rukh-dna-delay, 0s)}@keyframes rukh-dna-pulse{0%{opacity:0}50%{opacity:.65}to{opacity:0}}@media(prefers-reduced-motion:reduce){.rukh-our-dna__card.dna-card-animate:before{animation:none!important;opacity:0!important}.rukh-our-dna__card,.rukh-our-dna__card-overlay{transition:none!important}}@media(max-width:1024px){.rukh-our-dna__heading{font-size:clamp(2.25rem,6vw,4rem)}.rukh-our-dna__card{flex-basis:calc((100% - clamp(1.25rem,3vw,2.5rem))/2);max-width:480px}}@media(max-width:600px){.rukh-our-dna__heading{font-size:clamp(2rem,9vw,2.5rem)}.rukh-our-dna__card{flex-basis:100%;max-width:480px}.rukh-our-dna__letter{font-size:clamp(4rem,22vw,6rem)}}.rukh-our-values{width:100%;box-sizing:border-box;padding-block:clamp(3rem,7vw,6.75rem);padding-inline:clamp(1rem,4vw,2.5rem);background:linear-gradient(180deg,var(--rukh-yellow-to) 0%,var(--rukh-yellow-from) 100%)}.rukh-our-values__inner{display:flex;flex-direction:column;gap:clamp(2.5rem,5vw,4.5rem)}.rukh-our-values__head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1.5rem,2.5vw,2.5rem)}.rukh-our-values__heading{font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--rukh-blue);font-size:clamp(2.5rem,7.5vw,5.75rem);line-height:1;margin:0;letter-spacing:.005em}.rukh-our-values__intro{margin:0;max-width:80%;font-family:var(--font-body);font-weight:500;font-size:clamp(1.375rem,2.6vw,2.625rem);line-height:1.25;color:var(--rukh-ink);text-align:center}.rukh-our-values__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(1rem,1.6vw,1.5rem)}.rukh-our-values__card{box-sizing:border-box;flex:0 1 calc((100% - (4*clamp(1rem,1.6vw,1.5rem)))/5);min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.85rem;padding:clamp(.75rem,1.5vw,1.5rem) clamp(.5rem,.8vw,.75rem)}.rukh-our-values__icon-wrap{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1 / 1;max-width:160px}.rukh-our-values__icon{width:100%;height:100%;object-fit:contain}.rukh-our-values__icon-placeholder{position:relative;display:block;width:70%;height:70%;border-radius:30% 32% 28% 34%/32% 28% 34% 30%;background:linear-gradient(135deg,var(--rukh-yellow-from) 0%,var(--rukh-yellow-to) 100%);box-shadow:-.9rem .8rem 0 -.3rem var(--rukh-yellow-from),.2rem -1rem 0 -.45rem var(--rukh-yellow-to);opacity:.95}.rukh-our-values__label{margin:.25rem 0 0;font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--rukh-blue);line-height:1.1;display:flex;flex-direction:column;align-items:center;gap:.15em;overflow-wrap:anywhere}.rukh-our-values__num{font-size:clamp(.95rem,1.2vw,1.125rem);opacity:.85;letter-spacing:.04em}.rukh-our-values__label-text{font-size:clamp(1rem,1.3vw,1.375rem);letter-spacing:.005em;word-break:keep-all;-webkit-hyphens:none;hyphens:none}.rukh-our-values__divider{width:50%;margin:.25rem 0 .5rem;border:0;border-top:2px solid var(--rukh-blue)}.rukh-our-values__desc{margin:0;font-family:var(--font-body);font-weight:400;font-size:clamp(.95rem,1.15vw,1.125rem);line-height:1.45;color:var(--rukh-ink)}.rukh-our-values__closing{margin:0 auto;text-align:center;font-family:var(--font-body);font-weight:500;font-size:clamp(1.375rem,2.6vw,2.625rem);line-height:1.25;color:var(--rukh-ink);max-width:80%}.values-card-animate{opacity:0;transform:translateY(20px);animation:rukh-values-reveal .7s cubic-bezier(.22,1,.36,1) var(--rukh-values-delay, .2s) forwards}@keyframes rukh-values-reveal{to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.values-card-animate{animation:none!important;opacity:1!important;transform:none!important}}@media(max-width:1024px){.rukh-our-values__heading{font-size:clamp(2.25rem,6vw,4rem)}.rukh-our-values__card{flex-basis:calc((100% - 2 * clamp(1rem,1.6vw,1.5rem)) / 3);max-width:320px}}@media(max-width:600px){.rukh-our-values__heading{font-size:clamp(2rem,9vw,2.5rem)}.rukh-our-values__card{flex-basis:100%;max-width:360px}.rukh-our-values__icon-wrap{max-width:180px}}.rukh-where-we-are{width:100%;box-sizing:border-box;padding-block:clamp(3rem,7vw,6.75rem);padding-inline:clamp(1rem,4vw,2.5rem);background:linear-gradient(180deg,var(--rukh-blue) 0%,#0d286d 100%);color:#fff}.rukh-where-we-are__inner{display:flex;flex-direction:column;gap:clamp(2rem,4.5vw,4rem)}.rukh-where-we-are__head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1.25rem,2.2vw,2rem)}.rukh-where-we-are__heading{font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--rukh-yellow-to);font-size:clamp(2.5rem,7.5vw,5rem);line-height:1;margin:0;letter-spacing:.005em}.rukh-where-we-are__intro{margin:0;max-width:80%;font-family:var(--font-body);font-weight:500;font-size:clamp(1.375rem,2.6vw,2.625rem);line-height:1.25;color:#fff;text-align:center}.rukh-where-we-are__sub{margin:0;font-family:var(--font-display);font-weight:500;text-transform:uppercase;color:var(--rukh-yellow-to);font-size:clamp(1.75rem,4.5vw,3.875rem);line-height:1.1;letter-spacing:.005em}.rukh-where-we-are__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(1.5rem,3vw,3rem)}.rukh-where-we-are__card{box-sizing:border-box;flex:0 1 calc((100% - clamp(1.5rem,3vw,3rem))/2);max-width:480px;margin:0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.rukh-where-we-are__media{display:flex;align-items:center;justify-content:center;width:100%;min-height:130px}.rukh-where-we-are__image{height:130px;width:auto;max-width:100%;object-fit:contain}.rukh-where-we-are__image-placeholder{position:relative;display:block;width:130px;height:130px;border-radius:34% 28% 32% 30%/28% 34% 30% 32%;background:linear-gradient(135deg,var(--rukh-yellow-from) 0%,var(--rukh-yellow-to) 100%);box-shadow:-.9rem .6rem 0 -.35rem var(--rukh-yellow-to),.4rem -.9rem 0 -.5rem var(--rukh-yellow-from);opacity:.95}.rukh-where-we-are__label{margin:0;font-family:var(--font-body);font-weight:500;color:#fff;font-size:clamp(1.375rem,2.6vw,2.625rem);line-height:1.1;letter-spacing:0}.rukh-where-we-are__closing{margin:0 auto;text-align:center;font-family:var(--font-body);font-weight:500;font-size:clamp(1.375rem,2.6vw,2.625rem);line-height:1.25;color:#fff;max-width:80%}.rukh-where-we-are__problem{display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1rem,2vw,1.75rem);margin-top:clamp(1rem,2vw,2rem)}.rukh-where-we-are__problem-heading{margin:0;font-family:var(--font-display);font-weight:500;text-transform:uppercase;color:var(--rukh-yellow-to);font-size:clamp(1.75rem,4.5vw,3.875rem);line-height:1.1;letter-spacing:.005em}.rukh-where-we-are__problem-strapline{margin:0;width:min(60%,880px);font-family:var(--font-body);font-weight:500;color:#fff;font-size:clamp(1.25rem,2.6vw,2.625rem);line-height:1.25}.location-card-animate{opacity:0;transform:translateY(20px);animation:rukh-where-reveal .7s cubic-bezier(.22,1,.36,1) var(--rukh-where-delay, .2s) forwards}@keyframes rukh-where-reveal{to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.location-card-animate{animation:none!important;opacity:1!important;transform:none!important}}@media(max-width:1024px){.rukh-where-we-are__heading{font-size:clamp(2.25rem,6vw,3.75rem)}.rukh-where-we-are__sub{font-size:clamp(1.5rem,4vw,2.625rem)}.rukh-where-we-are__media{min-height:64px}.rukh-where-we-are__image{height:64px}.rukh-where-we-are__image-placeholder{width:64px;height:64px}}@media(max-width:600px){.rukh-where-we-are__heading{font-size:clamp(2rem,9vw,2.5rem)}.rukh-where-we-are__card{flex-basis:100%;max-width:360px}.rukh-where-we-are__problem-strapline{width:90%}}.rukh-what-we-do{width:100%;box-sizing:border-box;background:#fff;padding-block:108px;padding-inline:clamp(1rem,4vw,2.5rem)}.rukh-what-we-do .rukh-what-we-do__inner{max-width:1080px;display:flex;flex-direction:column;gap:60px}.rukh-what-we-do__head{display:flex;flex-direction:column;align-items:center;gap:24px}.rukh-what-we-do__heading{width:75%;margin:0;font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--rukh-blue);font-size:80px;line-height:1;text-align:center;letter-spacing:.005em}.rukh-what-we-do__intro{width:80%;margin:0;font-family:var(--font-body);font-weight:500;color:var(--rukh-ink);font-size:42px;line-height:1;text-align:start}.rukh-what-we-do__grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:40px}.rukh-what-we-do__card{box-sizing:border-box;width:30%;min-width:0;display:flex;flex-direction:column;gap:16px;padding:36px 12px 36px 30px;background:#fff;border:4px solid var(--rukh-blue);border-radius:24px;overflow:hidden}.rukh-what-we-do__title{margin:0;font-family:var(--font-body);font-weight:500;color:var(--rukh-blue);font-size:30px;line-height:1.2;text-align:start;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none}.rukh-what-we-do__divider{margin:0 0 0 -18px;border:0;border-top:3px solid var(--rukh-blue);width:calc(100% + 18px);height:0}.rukh-what-we-do__desc{margin:0;font-family:var(--font-body);font-weight:500;color:var(--rukh-ink);font-size:18px;line-height:1.3;text-align:start}@media(max-width:980px){.rukh-what-we-do{padding-block:80px}.rukh-what-we-do .rukh-what-we-do__inner{gap:40px}.rukh-what-we-do__heading{font-size:60px}.rukh-what-we-do__intro{font-size:30px}.rukh-what-we-do__grid{gap:24px}.rukh-what-we-do__card{width:47%;gap:14px;padding-left:20px}.rukh-what-we-do__title{font-size:22px}.rukh-what-we-do__desc{font-size:16px}}@media(max-width:767px){.rukh-what-we-do{padding-block:64px}.rukh-what-we-do .rukh-what-we-do__inner{gap:30px}.rukh-what-we-do__heading{width:100%;font-size:38px}.rukh-what-we-do__intro{font-size:22px}.rukh-what-we-do__grid{gap:16px}.rukh-what-we-do__card{width:100%;max-width:460px}.rukh-what-we-do__title{font-size:18px}.rukh-what-we-do__desc{font-size:15px}}.rukh-home-partners{width:100%;box-sizing:border-box;padding-block:clamp(3.5rem,7vw,6.75rem);padding-inline:clamp(1rem,4vw,2.5rem);background:linear-gradient(180deg,var(--rukh-blue) 0%,#0d286d 100%);color:#fff}.rukh-home-partners .rukh-home-partners__inner{display:flex;flex-direction:column;gap:clamp(2rem,4.5vw,3.75rem)}.rukh-home-partners__head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1rem,2vw,1.5rem)}.rukh-home-partners__heading{margin:0;font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--rukh-yellow-to);font-size:clamp(2.5rem,7.5vw,5rem);line-height:1;letter-spacing:.005em}.rukh-home-partners__intro{margin:0;max-width:60ch;font-family:var(--font-body);font-weight:500;font-size:clamp(1rem,1.6vw,1.375rem);line-height:1.5;color:#fff}.rukh-home-partners__grid{--gap: clamp(1rem, 2vw, 2rem);list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--gap)}.rukh-home-partners__item{display:flex;flex:0 0 calc(25% - var(--gap));max-width:320px}.rukh-home-partners__tile{box-sizing:border-box;--frame: clamp(.5rem, 1.4vw, .875rem);position:relative;width:100%;height:clamp(7rem,11vw,9.25rem);overflow:hidden;background:#ffffffe6;border:1px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(12px) saturate(120%);backdrop-filter:blur(12px) saturate(120%);border-radius:18px;box-shadow:0 14px 30px #0000002e;text-decoration:none}.rukh-home-partners__tile--dark{background:#09163c85;border-color:#ffffff38}.rukh-home-partners__logo{position:absolute;inset:var(--frame);width:calc(100% - 2 * var(--frame));height:calc(100% - 2 * var(--frame));object-fit:contain;transition:transform .3s ease}a.rukh-home-partners__tile:hover .rukh-home-partners__logo,a.rukh-home-partners__tile:focus-visible .rukh-home-partners__logo{transform:scale(1.06)}@media(max-width:767px){.rukh-home-partners__item{flex-basis:calc(50% - var(--gap))}}@media(max-width:479px){.rukh-home-partners__item{flex-basis:100%}}@media(prefers-reduced-motion:reduce){.rukh-home-partners__logo{transition:none}a.rukh-home-partners__tile:hover .rukh-home-partners__logo,a.rukh-home-partners__tile:focus-visible .rukh-home-partners__logo{transform:none}}.rukh-home-projects{width:100%;box-sizing:border-box;background:#fff;padding-block:108px;padding-inline:clamp(1rem,4vw,2.5rem)}.rukh-home-projects .rukh-home-projects__inner{max-width:1080px;display:flex;flex-direction:column;gap:60px}.rukh-home-projects__head{display:flex;flex-direction:column;align-items:center;gap:24px}.rukh-home-projects__heading{width:100%;margin:0;font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--rukh-blue);font-size:80px;line-height:1;text-align:center;letter-spacing:.005em}.rukh-home-projects__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;justify-content:center}.rukh-home-projects__grid[data-count="1"]{grid-template-columns:minmax(0,560px)}.rukh-home-projects__grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,460px))}.rukh-home-projects__card{box-sizing:border-box;display:flex;flex-direction:column;background:#fff;border:4px solid var(--rukh-blue);border-radius:24px;overflow:hidden}.rukh-home-projects__media{display:block;aspect-ratio:16 / 10;overflow:hidden;background:#f4f4f4}.rukh-home-projects__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.rukh-home-projects__card:hover .rukh-home-projects__media img{transform:scale(1.03)}.rukh-home-projects__body{display:flex;flex-direction:column;gap:16px;padding:28px 22px 28px 30px;flex:1}.rukh-home-projects__title{margin:0;font-family:var(--font-body);font-weight:500;color:var(--rukh-blue);font-size:26px;line-height:1.2;text-align:start;overflow-wrap:break-word}.rukh-home-projects__divider{margin:0 0 0 -18px;border:0;border-top:3px solid var(--rukh-blue);width:calc(100% + 18px);height:0}.rukh-home-projects__excerpt{margin:0;font-family:var(--font-body);font-weight:500;color:var(--rukh-ink);font-size:17px;line-height:1.4;text-align:start;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.rukh-home-projects__cta{align-self:flex-start;margin-top:auto;text-decoration:none;cursor:pointer;border:none;border-radius:30px;padding:12px 36px;font-family:var(--font-body);font-weight:500;font-size:18px;text-transform:uppercase;letter-spacing:1px;color:var(--rukh-blue);background:linear-gradient(90deg,#ffc107,var(--rukh-yellow-to, #e9fd1b));transition:transform .3s ease,background .3s ease,box-shadow .3s ease}.rukh-home-projects__cta:hover{background:linear-gradient(90deg,var(--rukh-yellow-to, #e9fd1b),#ffc107);transform:translateY(-2px);box-shadow:0 4px 15px #e9fd1b4d}.rukh-home-projects__cta:active{transform:translateY(0)}@media(max-width:980px){.rukh-home-projects{padding-block:80px}.rukh-home-projects .rukh-home-projects__inner{gap:40px}.rukh-home-projects__heading{font-size:60px}.rukh-home-projects__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.rukh-home-projects__grid[data-count="1"]{grid-template-columns:minmax(0,520px)}.rukh-home-projects__grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.rukh-home-projects__body{gap:14px;padding:24px 18px 24px 22px}.rukh-home-projects__title{font-size:22px}.rukh-home-projects__excerpt{font-size:16px}}@media(max-width:767px){.rukh-home-projects{padding-block:64px}.rukh-home-projects .rukh-home-projects__inner{gap:30px}.rukh-home-projects__heading{font-size:38px}.rukh-home-projects__grid,.rukh-home-projects__grid[data-count="1"],.rukh-home-projects__grid[data-count="2"]{grid-template-columns:minmax(0,1fr);gap:20px}.rukh-home-projects__card{max-width:460px;margin-inline:auto;width:100%}.rukh-home-projects__body{padding:20px 16px 22px 20px}.rukh-home-projects__title{font-size:20px}.rukh-home-projects__excerpt{font-size:15px}.rukh-home-projects__cta{font-size:16px;padding:10px 28px}}.rukh-home-news{width:100%;box-sizing:border-box;background:#f4f6fc;padding-block:108px;padding-inline:clamp(1rem,4vw,2.5rem)}.rukh-home-news .rukh-home-news__inner{max-width:1080px;display:flex;flex-direction:column;gap:60px}.rukh-home-news__head{display:flex;flex-direction:column;align-items:center;gap:24px}.rukh-home-news__heading{width:100%;margin:0;font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--rukh-blue);font-size:80px;line-height:1;text-align:center;letter-spacing:.005em}.rukh-home-news__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;justify-content:center}.rukh-home-news__grid[data-count="1"]{grid-template-columns:minmax(0,520px)}.rukh-home-news__grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,440px))}.rukh-home-news__card{box-sizing:border-box;display:flex;flex-direction:column;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #194dd314;transition:transform .3s ease,box-shadow .3s ease}.rukh-home-news__card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #194dd329}.rukh-home-news__media{display:block;aspect-ratio:16 / 10;overflow:hidden;background:#e9edf9}.rukh-home-news__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.rukh-home-news__card:hover .rukh-home-news__media img{transform:scale(1.04)}.rukh-home-news__media--placeholder{display:flex;align-items:center;justify-content:center;background:radial-gradient(130% 130% at 82% 18%,rgba(233,253,27,.3),transparent 55%),linear-gradient(135deg,var(--rukh-blue),#1030a0)}.rukh-home-news__media-mark{font-family:var(--font-display);font-size:46px;line-height:1;letter-spacing:.14em;text-transform:uppercase;color:#fff;opacity:.22;-webkit-user-select:none;user-select:none;transition:transform .4s ease}.rukh-home-news__card:hover .rukh-home-news__media-mark{transform:scale(1.04)}.rukh-home-news__body{display:flex;flex-direction:column;gap:14px;padding:28px 26px 30px;flex:1}.rukh-home-news__date{font-family:var(--font-body);font-weight:600;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--rukh-blue)}.rukh-home-news__title{margin:0;font-family:var(--font-body);font-weight:600;color:var(--rukh-ink);font-size:24px;line-height:1.25;text-align:start;overflow-wrap:break-word}.rukh-home-news__title a{color:inherit;text-decoration:none;transition:color .2s ease}.rukh-home-news__title a:hover{color:var(--rukh-blue)}.rukh-home-news__accent{display:block;width:48px;height:4px;border-radius:2px;background:linear-gradient(90deg,var(--rukh-yellow-from, #ffcc1b),var(--rukh-yellow-to, #e9fd1b))}.rukh-home-news__excerpt{margin:0;font-family:var(--font-body);font-weight:500;color:var(--rukh-ink);font-size:16px;line-height:1.5;text-align:start;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.rukh-home-news__cta{align-self:flex-start;margin-top:auto;display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-family:var(--font-body);font-weight:600;font-size:15px;text-transform:uppercase;letter-spacing:.06em;color:var(--rukh-blue);transition:gap .25s ease}.rukh-home-news__cta-arrow{transition:transform .25s ease}.rukh-home-news__cta:hover{gap:12px}.rukh-home-news__cta:hover .rukh-home-news__cta-arrow{transform:translate(3px)}@media(max-width:980px){.rukh-home-news{padding-block:80px}.rukh-home-news .rukh-home-news__inner{gap:40px}.rukh-home-news__heading{font-size:60px}.rukh-home-news__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.rukh-home-news__grid[data-count="1"]{grid-template-columns:minmax(0,500px)}.rukh-home-news__grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.rukh-home-news__body{padding:24px 20px 26px}.rukh-home-news__title{font-size:21px}}@media(max-width:767px){.rukh-home-news{padding-block:64px}.rukh-home-news .rukh-home-news__inner{gap:30px}.rukh-home-news__heading{font-size:38px}.rukh-home-news__grid,.rukh-home-news__grid[data-count="1"],.rukh-home-news__grid[data-count="2"]{grid-template-columns:minmax(0,1fr);gap:20px}.rukh-home-news__card{max-width:460px;margin-inline:auto;width:100%}.rukh-home-news__body{padding:22px 18px 24px}.rukh-home-news__title{font-size:20px}.rukh-home-news__excerpt{font-size:15px}}@media(prefers-reduced-motion:reduce){.rukh-home-news__card,.rukh-home-news__media img,.rukh-home-news__media-mark,.rukh-home-news__cta,.rukh-home-news__cta-arrow{transition:none}.rukh-home-news__card:hover,.rukh-home-news__card:hover .rukh-home-news__media img,.rukh-home-news__card:hover .rukh-home-news__media-mark{transform:none}}.rukh-floating-text{width:100%;box-sizing:border-box;padding-block:clamp(3rem,7vw,6rem);padding-inline:clamp(1rem,4vw,2.5rem);background:#fff}.rukh-floating-text__inner{display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,3rem)}.rukh-floating-text__heading{font-family:var(--font-display);font-weight:700;text-transform:uppercase;text-align:center;color:var(--rukh-blue);font-size:clamp(2.5rem,7.5vw,5.75rem);line-height:1;margin:0;letter-spacing:.005em}.rukh-floating-text__body{margin:0;text-align:center;font-family:var(--font-body);font-weight:500;font-size:clamp(1.125rem,2.1vw,1.875rem);line-height:1.55;color:var(--rukh-ink);max-width:1100px;margin-inline:auto}.rukh-float-word{display:inline-block;will-change:transform;animation:rukh-float 4s ease-in-out infinite;animation-delay:var(--rukh-anim-delay, 0s)}@keyframes rukh-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media(prefers-reduced-motion:reduce){.rukh-float-word{animation:none!important;transform:none!important}}@media(max-width:1024px){.rukh-floating-text__heading{font-size:clamp(2.25rem,6vw,4rem)}.rukh-floating-text__body{font-size:1.375rem}}@media(max-width:600px){.rukh-floating-text__heading{font-size:clamp(2rem,9vw,2.5rem)}.rukh-floating-text__body{font-size:1.125rem}}.rukh-contact{width:100%;box-sizing:border-box;background-color:var(--rukh-blue, #194dd3);padding-block:clamp(3rem,7vw,6.75rem);padding-inline:clamp(1rem,4vw,2.5rem);color:#fff;--rukh-contact-gap: 40px}.rukh-contact__inner{display:flex;flex-direction:column;gap:clamp(1.5rem,3vw,2.5rem);max-width:1100px;width:90%;padding-inline:0}.rukh-contact__heading{font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--rukh-yellow-to, #e9fd1b);font-size:clamp(2.375rem,7.5vw,5rem);line-height:1;letter-spacing:.005em;margin:0 auto;text-align:center;width:75%}@media(max-width:1024px){.rukh-contact__heading{font-size:clamp(2.375rem,6vw,3.75rem)}}.rukh-contact__form{display:flex;flex-direction:column;gap:var(--rukh-contact-gap);margin:0;border:2px solid #fff;border-radius:30px;padding:54px 116px}@media(max-width:1280px){.rukh-contact__form{padding:clamp(28px,4vw,48px) clamp(28px,6vw,96px);border-radius:24px}}@media(max-width:480px){.rukh-contact__form{padding:24px 20px;border-radius:18px}}.rukh-contact__variant{display:flex;flex-direction:column;gap:var(--rukh-contact-gap)}.rukh-contact__variant[hidden]{display:none}.rukh-contact__row{display:grid;gap:24px;grid-template-columns:1fr;align-items:start}.rukh-contact__row--align-end{align-items:end}@media(min-width:768px){.rukh-contact__row--2{grid-template-columns:1fr 1fr}.rukh-contact__row--4{grid-template-columns:repeat(4,1fr)}}@media(min-width:480px)and (max-width:767px){.rukh-contact__row--4{grid-template-columns:1fr 1fr}}.rukh-contact__col{display:flex;flex-direction:column;gap:14px;margin:0}.rukh-contact__subtitle{margin:0;color:#fff;font-family:var(--font-body);font-weight:500;font-size:clamp(16px,1.6vw,18px);line-height:1.4}.rukh-contact__col-heading{margin:0 0 4px;color:#fff;font-family:var(--font-body);font-weight:500;font-size:16px;line-height:1.4}.rukh-contact__section-heading{margin:0;color:#fff;font-family:var(--font-body);font-weight:600;font-size:clamp(18px,1.8vw,22px);line-height:1.3}.rukh-contact__info{margin:0;color:#fff;font-family:var(--font-body);font-weight:500;font-size:16px;line-height:1.5}.rukh-contact__field{display:flex;flex-direction:column;gap:10px;margin:0}.rukh-contact__label{display:inline-block;color:#fff;font-family:var(--font-body);font-weight:500;font-size:16px;line-height:1.4}.rukh-contact__field input,.rukh-contact__field textarea,.rukh-contact__group textarea{width:100%;box-sizing:border-box;background:#fff;border:none;border-radius:11px;color:#1d1d1bd9;font-family:var(--font-body);font-weight:500;font-size:18px;padding:14px 20px;height:50px;text-align:left;transition:box-shadow .3s ease;box-shadow:none}.rukh-contact__field textarea{height:auto;min-height:140px;padding:16px 20px;resize:vertical;line-height:1.4}.rukh-contact__field input::placeholder,.rukh-contact__field textarea::placeholder{color:#1d1d1b80;font-family:var(--font-body);font-weight:500}.rukh-contact__field input:focus-visible,.rukh-contact__field textarea:focus-visible{box-shadow:0 0 0 2px var(--rukh-yellow-to, #e9fd1b);outline:none}.rukh-contact__field input[aria-invalid=true],.rukh-contact__field textarea[aria-invalid=true]{box-shadow:0 0 0 2px #ff7a7a}.rukh-contact__field input[type=number]::-webkit-inner-spin-button,.rukh-contact__field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.rukh-contact__field input[type=number]{-moz-appearance:textfield}.rukh-contact__group{border:0;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.rukh-contact__group legend.rukh-contact__label{padding:0;margin-bottom:4px}.rukh-contact__group--role{flex-direction:row;flex-wrap:wrap;gap:24px 24px;align-items:center}@media(min-width:768px){.rukh-contact__group--role{justify-content:space-between}}.rukh-contact__role{display:inline-flex;align-items:center;gap:10px;margin:0;cursor:pointer;color:#fff;font-family:var(--font-body);font-weight:500;font-size:20px;line-height:1;text-transform:uppercase}.rukh-contact__role input[type=radio]{-webkit-appearance:none;appearance:none;width:32px;height:32px;border-radius:50%;border:2px solid rgba(233,253,27,.5);background:transparent;cursor:pointer;transition:all .3s ease;flex-shrink:0;margin:0;display:inline-block;position:relative}.rukh-contact__role input[type=radio]:checked{border-color:var(--rukh-yellow-to, #e9fd1b);background:radial-gradient(circle,var(--rukh-yellow-to, #e9fd1b) 45%,transparent 48%)}.rukh-contact__role input[type=radio]:focus-visible{outline:2px solid var(--rukh-yellow-to, #e9fd1b);outline-offset:3px}@media(max-width:640px){.rukh-contact__group--role{gap:12px 16px}.rukh-contact__role{font-size:18px}}.rukh-contact__check{display:flex;align-items:center;gap:10px;margin:0;cursor:pointer;color:#fff;font-family:var(--font-body);font-weight:500;font-size:16px;line-height:1.3}.rukh-contact__check input[type=checkbox],.rukh-contact__check input[type=radio]{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;border:2px solid rgba(233,253,27,.5);background:transparent;cursor:pointer;transition:all .3s ease;flex-shrink:0;margin:0;position:relative}.rukh-contact__check input[type=checkbox]:checked,.rukh-contact__check input[type=radio]:checked{border-color:var(--rukh-yellow-to, #e9fd1b);background:radial-gradient(circle,var(--rukh-yellow-to, #e9fd1b) 40%,transparent 44%)}.rukh-contact__check input:focus-visible{outline:2px solid var(--rukh-yellow-to, #e9fd1b);outline-offset:2px}.rukh-contact__honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.rukh-contact__actions{display:flex;flex-direction:column;gap:14px;align-items:center;margin-top:4px;text-align:center}.rukh-contact__submit{appearance:none;cursor:pointer;border:none;border-radius:30px;padding:14px 60px;font-family:var(--font-body);font-weight:500;font-size:24px;text-transform:uppercase;letter-spacing:1px;color:var(--rukh-blue, #194dd3);background:linear-gradient(90deg,#ffc107,var(--rukh-yellow-to, #e9fd1b));transition:transform .3s ease,background .3s ease,box-shadow .3s ease,opacity .15s ease}.rukh-contact__submit:hover:not(:disabled){background:linear-gradient(90deg,var(--rukh-yellow-to, #e9fd1b),#ffc107);transform:translateY(-2px);box-shadow:0 4px 15px #e9fd1b4d}.rukh-contact__submit:active{transform:translateY(0)}.rukh-contact__submit:focus-visible{outline:3px solid #fff;outline-offset:3px}.rukh-contact__submit:disabled{opacity:.7;cursor:progress}.rukh-contact__status{margin:0;min-height:1.4em;font-family:var(--font-body);font-size:1rem;line-height:1.4;color:#fff}.rukh-contact__status[data-state=success]{color:var(--rukh-yellow-to, #e9fd1b);font-weight:600}.rukh-contact__status[data-state=error]{color:#ffd2d2}.rukh-about-hero{width:100%;box-sizing:border-box;background:#fff;padding-block:108px;padding-inline:clamp(1rem,4vw,2.5rem)}.rukh-about-hero .rukh-about-hero__inner{max-width:1080px;display:flex;flex-direction:column;gap:40px}.rukh-about-hero__heading{margin:0;font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--rukh-blue);font-size:80px;line-height:1;letter-spacing:.005em}.rukh-about-hero__body{font-family:var(--font-body);font-weight:500;color:var(--rukh-ink);font-size:22px;line-height:1.5}.rukh-about-hero__body p{margin:0 0 1em}.rukh-about-hero__body p:last-child{margin-bottom:0}.rukh-about-hero__body a{color:var(--rukh-blue);text-decoration:underline}.rukh-about-hero__body strong,.rukh-about-hero__body b{font-weight:700}@media(max-width:980px){.rukh-about-hero{padding-block:80px}.rukh-about-hero .rukh-about-hero__inner{gap:30px}.rukh-about-hero__heading{font-size:60px}.rukh-about-hero__body{font-size:20px}}@media(max-width:767px){.rukh-about-hero{padding-block:64px}.rukh-about-hero__heading{font-size:38px}.rukh-about-hero__body{font-size:18px}}.rukh-five-pillars{width:100%;box-sizing:border-box;background:#fff;padding-block:108px;padding-inline:clamp(1rem,4vw,2.5rem)}.rukh-five-pillars .rukh-five-pillars__inner{max-width:1080px;display:flex;flex-direction:column;gap:60px}.rukh-five-pillars__head{display:flex;flex-direction:column;align-items:center;gap:24px}.rukh-five-pillars__heading{width:75%;margin:0;font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--rukh-blue);font-size:80px;line-height:1;text-align:center;letter-spacing:.005em}.rukh-five-pillars__intro{width:80%;margin:0;font-family:var(--font-body);font-weight:500;color:var(--rukh-ink);font-size:28px;line-height:1.2;text-align:center}.rukh-five-pillars__grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:40px}.rukh-five-pillars__card{box-sizing:border-box;width:30%;min-width:0;display:flex;flex-direction:column;gap:16px;padding:36px 12px 36px 30px;background:#fff;border:4px solid var(--rukh-blue);border-radius:24px;overflow:hidden}.rukh-five-pillars__title{margin:0;font-family:var(--font-body);font-weight:500;color:var(--rukh-blue);font-size:30px;line-height:1.2;text-align:start;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none}.rukh-five-pillars__divider{margin:0 0 0 -18px;border:0;border-top:3px solid var(--rukh-blue);width:calc(100% + 18px);height:0}.rukh-five-pillars__desc{margin:0;font-family:var(--font-body);font-weight:500;color:var(--rukh-ink);font-size:18px;line-height:1.3;text-align:start}@media(max-width:980px){.rukh-five-pillars{padding-block:80px}.rukh-five-pillars .rukh-five-pillars__inner{gap:40px}.rukh-five-pillars__heading{font-size:60px}.rukh-five-pillars__intro{font-size:22px}.rukh-five-pillars__grid{gap:24px}.rukh-five-pillars__card{width:47%;gap:14px;padding-left:20px}.rukh-five-pillars__title{font-size:22px}.rukh-five-pillars__desc{font-size:16px}}@media(max-width:767px){.rukh-five-pillars{padding-block:64px}.rukh-five-pillars .rukh-five-pillars__inner{gap:30px}.rukh-five-pillars__heading{width:100%;font-size:38px}.rukh-five-pillars__intro{width:100%;font-size:18px}.rukh-five-pillars__grid{gap:16px}.rukh-five-pillars__card{width:100%;max-width:460px}.rukh-five-pillars__title{font-size:18px}.rukh-five-pillars__desc{font-size:15px}}.rukh-team{width:100%;box-sizing:border-box;background:#fff;padding-block:108px;padding-inline:clamp(1rem,4vw,2.5rem)}.rukh-team .rukh-team__inner{max-width:1200px;display:flex;flex-direction:column;gap:60px}.rukh-team__head{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.rukh-team__heading{margin:0;font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--rukh-blue);font-size:64px;line-height:1;letter-spacing:.005em}.rukh-team__intro{margin:0;max-width:720px;font-family:var(--font-body);font-weight:500;color:var(--rukh-ink);font-size:22px;line-height:1.4}.rukh-team__grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:24px;container-type:inline-size;container-name:team-grid}.rukh-team-card{flex:0 0 100%;max-width:100%;box-sizing:border-box;background:#fff;border:4px solid var(--rukh-blue);border-radius:24px;padding:40px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.rukh-team-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #194dd32e}@container team-grid (min-width: 724px){.rukh-team-card{flex-basis:calc((100% - 24px)/2);max-width:calc((100% - 24px)/2)}}@container team-grid (min-width: 1098px){.rukh-team-card{flex-basis:calc((100% - 48px) / 3);max-width:calc((100% - 48px) / 3)}}.rukh-team-card__avatar{width:160px;height:160px;flex:none;display:block;margin:0 auto 22px;border-radius:50%;object-fit:cover;object-position:center;background:#f4f4f4}.rukh-team-card__avatar--top{object-position:top}.rukh-team-card__avatar--empty{background:linear-gradient(135deg,#eef2ff,#f5f7ff)}.rukh-team-card__name{margin:0 0 10px;font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--rukh-blue);font-size:26px;line-height:1.05;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.rukh-team-card__role{margin:0 0 16px;font-family:var(--font-body);font-weight:600;color:var(--rukh-blue);font-size:15px;line-height:1.3}.rukh-team-card__bio{margin:0;font-family:var(--font-body);font-weight:500;color:var(--rukh-ink);font-size:14px;line-height:1.55}@media(max-width:980px){.rukh-team{padding-block:80px}.rukh-team .rukh-team__inner{gap:40px}.rukh-team__heading{font-size:48px}.rukh-team__intro{font-size:20px}.rukh-team-card{padding:32px 22px}.rukh-team-card__avatar{width:140px;height:140px}}@media(max-width:767px){.rukh-team{padding-block:64px}.rukh-team .rukh-team__inner{gap:30px}.rukh-team__heading{font-size:34px}.rukh-team__intro{font-size:18px}.rukh-team-card{padding:32px 22px;transition:none}.rukh-team-card:hover{transform:none;box-shadow:none}}@media(prefers-reduced-motion:reduce){.rukh-team-card,.rukh-team-card:hover{transition:none;transform:none;box-shadow:none}}.rukh-kv{width:100%;box-sizing:border-box;background:#fff;padding-block:108px;padding-inline:clamp(1rem,4vw,2.5rem)}.rukh-kv .rukh-kv__inner{max-width:1080px;display:flex;flex-direction:column;gap:40px}.rukh-kv__heading{margin:0;font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--rukh-blue);font-size:64px;line-height:1;letter-spacing:.005em}.rukh-kv__list{margin:0;padding:0;display:flex;flex-direction:column}.rukh-kv__row{display:grid;grid-template-columns:var(--label-col, 8fr) var(--value-col, 16fr);gap:24px;padding:18px 0;border-bottom:1px solid rgba(29,29,27,.08)}.rukh-kv__row:last-child{border-bottom:0}.rukh-kv__label{margin:0;font-family:var(--font-body);font-weight:700;color:var(--rukh-blue);font-size:18px;line-height:1.3}.rukh-kv__value{margin:0;font-family:var(--font-body);font-weight:500;color:var(--rukh-ink);font-size:18px;line-height:1.3;word-break:break-word}.rukh-kv__value a{color:var(--rukh-blue);text-decoration:underline}@media(max-width:980px){.rukh-kv{padding-block:80px}.rukh-kv__heading{font-size:48px}}@media(max-width:767px){.rukh-kv{padding-block:64px}.rukh-kv .rukh-kv__inner{gap:28px}.rukh-kv__heading{font-size:32px}.rukh-kv__row{grid-template-columns:minmax(0,1fr);gap:6px;padding:14px 0}.rukh-kv__label,.rukh-kv__value{font-size:16px}}.rukh-project{padding:clamp(2rem,5vw,4rem) 1rem;color:var(--rukh-ink)}.rukh-project__container{max-width:880px;margin:0 auto}.rukh-project__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.25rem);line-height:1.1;margin:0 0 1.5rem;color:var(--rukh-ink)}.rukh-project__picture{margin:0 0 1.5rem}.rukh-project__picture img{display:block;width:100%;height:auto;border-radius:12px}.rukh-project__description{font-family:var(--font-body);font-size:1.25rem;line-height:1.6;color:var(--rukh-ink);margin:0 0 2rem;opacity:.85}.prose{font-family:var(--font-body);color:var(--rukh-ink);font-size:1.0625rem;line-height:1.75;max-width:65ch}.prose>*+*{margin-top:1.25em}.prose p{margin:1.25em 0}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{font-family:var(--font-display);color:var(--rukh-ink);font-weight:700;line-height:1.2}.prose h1{font-size:2.25em;margin:0 0 .8em}.prose h2{font-size:1.75em;margin:2em 0 .8em}.prose h3{font-size:1.375em;margin:1.6em 0 .6em}.prose h4{font-size:1.125em;margin:1.5em 0 .5em}.prose a{color:var(--rukh-link);text-decoration:underline;text-underline-offset:2px}.prose a:hover{text-decoration-thickness:2px}.prose strong{font-weight:700;color:inherit}.prose em{font-style:italic}.prose ul,.prose ol{padding-left:1.625em;margin:1.25em 0}.prose ul{list-style:disc}.prose ol{list-style:decimal}.prose li{margin:.5em 0}.prose li::marker{color:var(--rukh-blue)}.prose blockquote{border-left:4px solid var(--rukh-blue);padding-left:1em;margin:1.6em 0;font-style:italic;color:var(--rukh-ink);opacity:.85}.prose code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;background:#194dd314;padding:.15em .4em;border-radius:4px}.prose pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:#1d1d1b;color:#f4f4f4;padding:1em 1.25em;border-radius:8px;overflow-x:auto;line-height:1.55;margin:1.6em 0}.prose pre code{background:transparent;padding:0;color:inherit;font-size:.95em}.prose img,.prose video{max-width:100%;height:auto;border-radius:8px;margin:1.5em 0}.prose figure{margin:1.6em 0}.prose figure figcaption{font-size:.875em;opacity:.7;margin-top:.5em}.prose hr{border:0;border-top:1px solid rgba(29,29,27,.15);margin:2.5em 0}.prose table{width:100%;border-collapse:collapse;margin:1.6em 0;font-size:.95em}.prose th,.prose td{border-bottom:1px solid rgba(29,29,27,.15);padding:.6em .75em;text-align:left}.prose th{font-weight:700}.rukh-project-share{padding:clamp(2rem,4vw,3rem) 1rem;border-top:1px solid rgba(29,29,27,.1);color:var(--rukh-ink)}.rukh-project-share__inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.rukh-project-share__title{font-family:var(--font-display);font-size:clamp(1.25rem,2.4vw,1.625rem);line-height:1.2;margin:0;color:var(--rukh-ink)}.rukh-project-share__list{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;list-style:none;margin:0;padding:0}.rukh-project-share__item{margin:0}.rukh-project-share__link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:#fff;color:var(--rukh-ink);border:1px solid rgba(29,29,27,.15);transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;text-decoration:none}.rukh-project-share__link:hover,.rukh-project-share__link:focus-visible{background:var(--rukh-blue);border-color:var(--rukh-blue);color:#fff;transform:translateY(-1px);text-decoration:none}.rukh-project-share__icon{display:inline-flex;width:20px;height:20px}.rukh-project-share__icon svg{width:100%;height:100%;display:block}@media(prefers-reduced-motion:reduce){.rukh-project-share__link{transition:none}.rukh-project-share__link:hover,.rukh-project-share__link:focus-visible{transform:none}}.rukh-project-share-toast{position:fixed;inset:auto 0 1.25rem;margin-inline:auto;width:max-content;max-width:calc(100vw - 2rem);background:var(--rukh-ink);color:#fff;padding:.625rem 1rem;border-radius:999px;font-family:var(--font-body);font-size:.9375rem;line-height:1.2;box-shadow:0 8px 24px #1d1d1b2e;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:1000}.rukh-project-share-toast.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.rukh-project-share-toast{transition:none;transform:none}}.rukh-article{padding-block:clamp(2.5rem,6vw,4.5rem);padding-inline:clamp(1rem,4vw,2.5rem);color:var(--rukh-ink)}.rukh-article__column{width:100%;max-width:720px;margin-inline:auto}.rukh-article__header{margin-bottom:clamp(2rem,4vw,3rem);text-align:center}.rukh-article__date{margin:0 0 1rem;font-family:var(--font-body);font-weight:600;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--rukh-blue)}.rukh-article__title{margin:0;font-family:var(--font-display);font-weight:700;font-size:clamp(2.2rem,5.5vw,3.5rem);line-height:1.08;color:var(--rukh-blue);overflow-wrap:break-word}.rukh-article__hero{margin:0 auto clamp(2rem,4vw,3rem);max-width:1040px;border-radius:16px;overflow:hidden}.rukh-article__hero img{display:block;width:100%;height:auto}.rukh-article__lead{margin:0 0 2rem;font-family:var(--font-body);font-weight:500;font-size:clamp(1.15rem,2.2vw,1.375rem);line-height:1.6;color:var(--rukh-ink)}.rukh-article__body .prose{max-width:none}@media(max-width:767px){.rukh-article__hero{border-radius:12px}}.rukh-documents{width:100%;box-sizing:border-box;background:#fff;padding-block:108px;padding-inline:clamp(1rem,4vw,2.5rem)}.rukh-documents .rukh-documents__inner{max-width:1080px;margin-inline:auto;display:flex;flex-direction:column;gap:60px}.rukh-documents__head{display:flex;flex-direction:column;align-items:center;gap:24px}.rukh-documents__heading{width:100%;margin:0;font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--rukh-blue);font-size:80px;line-height:1;text-align:center;letter-spacing:.005em}.rukh-documents__empty{text-align:center;font-family:var(--font-body);color:var(--rukh-ink);font-size:18px;margin:0}.rukh-documents__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;justify-content:center}.rukh-documents__grid[data-count="1"]{grid-template-columns:minmax(0,560px);justify-content:center}.rukh-documents__grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,460px));justify-content:center}.rukh-documents__card{box-sizing:border-box;display:flex;flex-direction:column;background:#fff;border:4px solid var(--rukh-blue);border-radius:24px;overflow:hidden;padding:28px 22px 28px 30px;gap:18px;color:var(--rukh-blue)}.rukh-documents__icon{display:flex;align-items:center;justify-content:flex-start;color:var(--rukh-blue)}.rukh-documents__body{display:flex;flex-direction:column;gap:14px;flex:1}.rukh-documents__title{margin:0;font-family:var(--font-body);font-weight:500;color:var(--rukh-blue);font-size:24px;line-height:1.2;text-align:start;overflow-wrap:break-word}.rukh-documents__divider{margin:0 0 0 -18px;border:0;border-top:3px solid var(--rukh-blue);width:calc(100% + 18px);height:0}.rukh-documents__excerpt{margin:0;font-family:var(--font-body);font-weight:500;color:var(--rukh-ink);font-size:16px;line-height:1.45;text-align:start;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.rukh-documents__meta{margin:0;font-family:var(--font-body);font-weight:500;color:var(--rukh-ink);opacity:.7;font-size:14px;letter-spacing:.02em}.rukh-documents__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:6px}.rukh-documents__btn{text-decoration:none;cursor:pointer;border:none;border-radius:30px;padding:10px 26px;font-family:var(--font-body);font-weight:500;font-size:16px;text-transform:uppercase;letter-spacing:1px;transition:transform .3s ease,background .3s ease,box-shadow .3s ease,color .3s ease;display:inline-flex;align-items:center;justify-content:center}.rukh-documents__btn--primary{color:var(--rukh-blue);background:linear-gradient(90deg,#ffc107,var(--rukh-yellow-to, #e9fd1b))}.rukh-documents__btn--primary:hover{background:linear-gradient(90deg,var(--rukh-yellow-to, #e9fd1b),#ffc107);transform:translateY(-2px);box-shadow:0 4px 15px #e9fd1b4d}.rukh-documents__btn--primary:active{transform:translateY(0)}.rukh-documents__btn--secondary{color:var(--rukh-blue);background:transparent;border:2px solid var(--rukh-blue);padding:8px 24px}.rukh-documents__btn--secondary:hover{background:var(--rukh-blue);color:#fff;transform:translateY(-2px)}.rukh-documents__btn--secondary:active{transform:translateY(0)}@media(max-width:980px){.rukh-documents{padding-block:80px}.rukh-documents .rukh-documents__inner{gap:40px}.rukh-documents__heading{font-size:60px}.rukh-documents__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.rukh-documents__grid[data-count="1"]{grid-template-columns:minmax(0,520px)}.rukh-documents__grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.rukh-documents__card{padding:24px 18px 24px 22px}.rukh-documents__title{font-size:22px}}@media(max-width:767px){.rukh-documents{padding-block:64px}.rukh-documents .rukh-documents__inner{gap:30px}.rukh-documents__heading{font-size:38px}.rukh-documents__grid,.rukh-documents__grid[data-count="1"],.rukh-documents__grid[data-count="2"]{grid-template-columns:minmax(0,1fr);gap:20px}.rukh-documents__card{max-width:460px;margin-inline:auto;width:100%;padding:22px 18px 22px 22px}.rukh-documents__title{font-size:20px}.rukh-documents__excerpt{font-size:15px}.rukh-documents__btn{font-size:15px;padding:9px 22px}.rukh-documents__btn--secondary{padding:7px 20px}}@font-face{font-family:NauryzRedKeds;src:url(/build/assets/NauryzRedKeds-BiljUhpB.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--rukh-yellow-from: #ffcc1b;--rukh-yellow-to: #e9fd1b;--rukh-blue: #194dd3;--rukh-ink: #1d1d1b;--rukh-link: #0000ff;--font-display: "NauryzRedKeds", Helvetica, Arial, Lucida, sans-serif;--font-body: "Josefin Sans", Helvetica, Arial, Lucida, sans-serif}.rukh-body{margin:0;font-family:var(--font-body);color:var(--rukh-ink);background:#fff;-webkit-font-smoothing:antialiased}.rukh-main{min-height:40vh;overflow-x:hidden}.rukh-content-container{width:100%;max-width:1440px;margin-inline:auto;box-sizing:border-box}:focus:not(:focus-visible){outline:none;box-shadow:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
