.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:100vh;overflow:hidden;background:var(--color-bg)}@media (prefers-reduced-motion: no-preference){html.js .hero__anim[data-astro-cid-bbe6dxrz]{opacity:0;transform:translateY(22px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}html.js.intro-done .hero__anim[data-astro-cid-bbe6dxrz]{opacity:1;transform:none}.hero__title[data-astro-cid-bbe6dxrz]{transition-delay:0s}.hero__status[data-astro-cid-bbe6dxrz]{transition-delay:.16s}.hero__description-text[data-astro-cid-bbe6dxrz]{transition-delay:.24s}.hero__profile[data-astro-cid-bbe6dxrz]{transition-delay:.32s}.hero__footer[data-astro-cid-bbe6dxrz]{transition-delay:.4s}}.hero__bg[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.hero__overlay[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background:linear-gradient(180deg,#06060659,#06060600 22%,#06060659 55%,#060606e6),linear-gradient(90deg,#0606068c,#06060600 60%)}.hero__content[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding-top:calc(86px + clamp(40px,3.8vw,73px));padding-bottom:clamp(32px,3.2vw,62px)}.hero__title[data-astro-cid-bbe6dxrz]{max-width:1380px;font-size:clamp(34px,3.65vw,70px);line-height:1.33;font-weight:400;color:#fff;letter-spacing:-.5px}.hero__title-dim[data-astro-cid-bbe6dxrz]{color:#949494}.hero__info[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;gap:clamp(40px,3.8vw,73px)}.hero__info-content[data-astro-cid-bbe6dxrz]{display:flex;justify-content:space-between;align-items:flex-end;gap:clamp(40px,9.7vw,187px)}.hero__description[data-astro-cid-bbe6dxrz]{max-width:1016px;display:flex;flex-direction:column;gap:36px}.hero__status[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:25px;font-family:var(--font-mono);font-weight:500;font-size:clamp(15px,1.05vw,20px);color:#fff}.hero__status-dim[data-astro-cid-bbe6dxrz]{color:#949494}.hero__status-dot[data-astro-cid-bbe6dxrz]{position:relative;flex:none;width:12px;height:12px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55eb3;margin:4px}.hero__status-dot[data-astro-cid-bbe6dxrz]:after{content:"";position:absolute;inset:0;border-radius:50%;background:#22c55e;animation:status-pulse 1.8s ease-out infinite}@keyframes status-pulse{0%{transform:scale(1);opacity:.7}70%,to{transform:scale(2.8);opacity:0}}@media (prefers-reduced-motion: reduce){.hero__status-dot[data-astro-cid-bbe6dxrz]:after{animation:none}}.hero__description-text[data-astro-cid-bbe6dxrz]{max-width:838px;font-size:clamp(15px,1.05vw,20px);line-height:1.8;font-weight:500;color:#fff}.hero__description-dim[data-astro-cid-bbe6dxrz]{color:#c4c4cd}.hero__profile[data-astro-cid-bbe6dxrz]{flex:none;display:flex;flex-direction:column;align-items:flex-end;gap:47px}.hero__profile-header[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:19px;transition:opacity .2s ease}.hero__profile-header[data-astro-cid-bbe6dxrz]:hover{opacity:.8}.hero__profile-name[data-astro-cid-bbe6dxrz]{font-size:14px;font-weight:500;color:#c2c2c2}.hero__avatar[data-astro-cid-bbe6dxrz]{width:54px;height:54px;border-radius:10px;object-fit:cover}.hero__buttons[data-astro-cid-bbe6dxrz]{display:flex;gap:16px}.hero__footer[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;gap:29px}.hero__footer-line[data-astro-cid-bbe6dxrz]{height:1px;background:#ffffff59}.hero__footer-content[data-astro-cid-bbe6dxrz]{display:flex;justify-content:space-between;font-size:14px;font-weight:500;color:#949494}@media (max-width: 900px){.hero__info-content[data-astro-cid-bbe6dxrz]{flex-direction:column;align-items:flex-start;gap:40px}.hero__profile[data-astro-cid-bbe6dxrz]{align-items:flex-start}.hero__buttons[data-astro-cid-bbe6dxrz]{flex-wrap:wrap}}@media (max-width: 768px){.hero__bg[data-astro-cid-bbe6dxrz],.hero__overlay[data-astro-cid-bbe6dxrz]{display:none}.hero[data-astro-cid-bbe6dxrz]{background:#000;min-height:100svh}html.js .hero__anim[data-astro-cid-bbe6dxrz]{opacity:1;transform:none;transition:none}.hero__content[data-astro-cid-bbe6dxrz]{min-height:100svh;display:flex;flex-direction:column;justify-content:flex-start;gap:0;padding-top:92px;padding-bottom:28px}.hero__info[data-astro-cid-bbe6dxrz]{display:contents}.hero__title[data-astro-cid-bbe6dxrz]{margin-top:auto;font-size:34px;line-height:1.3}.hero__description[data-astro-cid-bbe6dxrz],.hero__profile[data-astro-cid-bbe6dxrz]{display:contents}.hero__info-content[data-astro-cid-bbe6dxrz]{margin-top:23px;display:grid;grid-template-columns:1fr auto;grid-template-areas:"desc    desc" "status  profile" "btns    btns";align-items:center;column-gap:16px;row-gap:26px}.hero__description-text[data-astro-cid-bbe6dxrz]{grid-area:desc;max-width:none;font-size:14px;line-height:1.7}.hero__status[data-astro-cid-bbe6dxrz]{grid-area:status;align-self:center;margin-top:20px;gap:12px;font-size:12px}.hero__status-dot[data-astro-cid-bbe6dxrz]{width:10px;height:10px;margin:2px}.hero__profile-header[data-astro-cid-bbe6dxrz]{grid-area:profile;align-self:center;justify-self:end;margin-top:20px;gap:12px}.hero__profile-name[data-astro-cid-bbe6dxrz]{font-size:12px}.hero__avatar[data-astro-cid-bbe6dxrz]{width:42px;height:42px}.hero__buttons[data-astro-cid-bbe6dxrz]{grid-area:btns;gap:12px;flex-wrap:nowrap}.hero__buttons[data-astro-cid-bbe6dxrz] .btn--lg{height:56px;padding-inline:16px;font-size:15px;min-width:0}.hero__buttons[data-astro-cid-bbe6dxrz] .btn--solid{flex:199 1 0}.hero__buttons[data-astro-cid-bbe6dxrz] .btn--outline{flex:136 1 0}.hero__buttons[data-astro-cid-bbe6dxrz] .btn__arrow{width:22px;height:22px}.hero__footer[data-astro-cid-bbe6dxrz]{margin-top:auto}.hero__footer-content[data-astro-cid-bbe6dxrz]{font-size:11px}}.clients[data-astro-cid-ctnphsfc]{background:var(--color-bg);padding-block:clamp(56px,5.7vw,110px)}.clients__inner[data-astro-cid-ctnphsfc]{display:flex;flex-direction:column;gap:clamp(36px,3.6vw,69px)}.clients__top[data-astro-cid-ctnphsfc]{display:flex;align-items:center;gap:27px;font-size:16px;font-weight:500;letter-spacing:-.6px;color:#fff}.clients__badge[data-astro-cid-ctnphsfc]{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#fff;flex:none}.clients__date[data-astro-cid-ctnphsfc]{color:#ffffffb3}.clients__grid[data-astro-cid-ctnphsfc]{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.clients__card[data-astro-cid-ctnphsfc]{display:flex;align-items:center;justify-content:center;aspect-ratio:233 / 171;background:#fff;border-radius:13px}.clients__card[data-astro-cid-ctnphsfc] img[data-astro-cid-ctnphsfc]{max-height:46px;max-width:62%;width:auto;height:auto}@media (max-width: 1100px){.clients__grid[data-astro-cid-ctnphsfc]{grid-template-columns:repeat(4,1fr)}}@media (max-width: 640px){.clients__grid[data-astro-cid-ctnphsfc]{grid-template-columns:repeat(2,1fr)}}.portfolio[data-astro-cid-uhrerali]{background:var(--color-bg);padding-block:clamp(56px,4vw,76px)}.portfolio__inner[data-astro-cid-uhrerali]{display:flex;flex-direction:column;gap:clamp(48px,3.8vw,73px)}.portfolio__header[data-astro-cid-uhrerali]{display:flex;align-items:flex-end;justify-content:space-between;gap:clamp(32px,4vw,80px)}.portfolio__title[data-astro-cid-uhrerali]{font-size:clamp(30px,3.1vw,60px);line-height:1.1;font-weight:400;color:#fff;flex:none}.portfolio__title-dim[data-astro-cid-uhrerali]{color:#86868c}.portfolio__description[data-astro-cid-uhrerali]{font-size:clamp(16px,1.05vw,20px);line-height:1.5;letter-spacing:.5px;color:#86868c;margin-inline-start:auto}.portfolio__view-all[data-astro-cid-uhrerali]{display:inline-flex;align-items:center;gap:20px;flex:none;font-size:13px;font-weight:400;letter-spacing:.5px;color:#fff}.portfolio__view-all-icon[data-astro-cid-uhrerali]{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#17171c;border-radius:4px;transition:background-color .2s ease}.portfolio__view-all[data-astro-cid-uhrerali]:hover .portfolio__view-all-icon[data-astro-cid-uhrerali]{background:#26262e}.portfolio__grid[data-astro-cid-uhrerali]{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media (max-width: 1000px){.portfolio__header[data-astro-cid-uhrerali]{flex-direction:column;align-items:flex-start;gap:24px}.portfolio__description[data-astro-cid-uhrerali]{margin-inline-start:0}.portfolio__grid[data-astro-cid-uhrerali]{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width: 620px){.portfolio__grid[data-astro-cid-uhrerali]{grid-template-columns:1fr}}.service-card[data-astro-cid-uhzbvkqe]{display:flex;gap:clamp(40px,6vw,100px);padding:10px;background:#000;border:1px solid rgba(255,255,255,.14);border-radius:30px;min-height:clamp(420px,36vw,693px)}.service-card__content[data-astro-cid-uhzbvkqe]{flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between;gap:40px;padding:30px}.service-card__badge[data-astro-cid-uhzbvkqe]{display:inline-flex;align-items:center;justify-content:center;width:56px;height:55px;border-radius:10px;background:#575757;color:#000;font-weight:600;line-height:1;flex:none}.service-card__title[data-astro-cid-uhzbvkqe]{font-size:clamp(24px,2vw,38px);line-height:1.08;font-weight:500;color:#fff}.service-card__title-dim[data-astro-cid-uhzbvkqe]{color:#9a9a9a}.service-card__desc[data-astro-cid-uhzbvkqe]{margin-top:22px;max-width:753px;font-size:clamp(16px,1.05vw,20px);line-height:1.5;font-weight:400;color:#949494}.service-card__links[data-astro-cid-uhzbvkqe]{flex:0 0 44%;display:flex;flex-direction:column;gap:40px;padding:30px;background:#ffffff0f;border-radius:24px}.service-card__links-head[data-astro-cid-uhzbvkqe]{display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:500}.service-card__links-title[data-astro-cid-uhzbvkqe]{color:#575757}.service-card__links-number[data-astro-cid-uhzbvkqe]{color:#fff}.service-card__list[data-astro-cid-uhzbvkqe]{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.service-card__item[data-astro-cid-uhzbvkqe] span[data-astro-cid-uhzbvkqe]{display:inline-block;font-size:18px;font-weight:400;color:#fff;padding-bottom:5px;border-bottom:1.5px solid rgba(255,255,255,.18)}@media (max-width: 900px){.service-card[data-astro-cid-uhzbvkqe]{flex-direction:column;min-height:0}.service-card__content[data-astro-cid-uhzbvkqe]{gap:60px}.service-card__links[data-astro-cid-uhzbvkqe]{flex-basis:auto}}.services[data-astro-cid-g5jplrhu]{background:var(--color-bg);padding-block:clamp(56px,3.9vw,75px)}.services__inner[data-astro-cid-g5jplrhu]{display:flex;flex-direction:column;gap:clamp(56px,4.4vw,84px)}.services__header[data-astro-cid-g5jplrhu]{display:flex;align-items:center;justify-content:space-between;gap:clamp(40px,5vw,100px)}.services__title[data-astro-cid-g5jplrhu]{flex:0 0 auto;max-width:573px;font-size:clamp(30px,3.1vw,60px);line-height:1.08;letter-spacing:.5px;font-weight:500;color:#fff}.services__subtitle[data-astro-cid-g5jplrhu]{max-width:713px;font-size:clamp(16px,1.05vw,20px);line-height:1.5;letter-spacing:.5px;font-weight:400;color:#9a9a9a}.services__cards[data-astro-cid-g5jplrhu]{display:flex;flex-direction:column;gap:36px}.services__card-wrap[data-astro-cid-g5jplrhu]{position:sticky;top:clamp(28px,6vh,64px)}@media (max-width: 900px){.services__header[data-astro-cid-g5jplrhu]{flex-direction:column;align-items:flex-start;gap:24px}.services__card-wrap[data-astro-cid-g5jplrhu]{position:static}}.process-card[data-astro-cid-objv2t6k]{display:flex;flex-direction:column;justify-content:space-between;gap:100px;min-height:clamp(360px,27vw,517px);padding:40px 30px;background:#fff;border-radius:20px}.process-card__icon[data-astro-cid-objv2t6k]{display:inline-block}.process-card__info[data-astro-cid-objv2t6k]{display:flex;flex-direction:column;gap:23px}.process-card__title[data-astro-cid-objv2t6k]{font-size:clamp(26px,2vw,38px);line-height:1.05;letter-spacing:-.4px;font-weight:500;color:#000}.process-card__desc[data-astro-cid-objv2t6k]{font-size:clamp(15px,.95vw,18px);line-height:1.65;font-weight:400;color:#404040}.process[data-astro-cid-fz4tclxl]{background:var(--color-bg-light);padding-block:clamp(64px,5.2vw,100px)}.process__grid[data-astro-cid-fz4tclxl]{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.process__header[data-astro-cid-fz4tclxl]{display:flex;flex-direction:column;gap:36px;padding-block:40px 0}.process__label[data-astro-cid-fz4tclxl]{display:flex;align-items:center;gap:18px;font-size:20px;font-weight:400;color:#949494}.process__label-badge[data-astro-cid-fz4tclxl]{position:relative;width:18px;height:18px;background:#d9dbda;flex:none}.process__label-badge[data-astro-cid-fz4tclxl]:after{content:"";position:absolute;right:0;bottom:0;width:5px;height:5px;background:#000}.process__title[data-astro-cid-fz4tclxl]{font-size:clamp(40px,5.5vw,80px);line-height:1.02;letter-spacing:-1px;font-weight:500;color:#000}.process__title-dim[data-astro-cid-fz4tclxl]{color:#949494}.process__description[data-astro-cid-fz4tclxl]{font-size:clamp(16px,1.05vw,20px);line-height:1.5;letter-spacing:.5px;font-weight:400;color:#404040}@media (max-width: 1000px){.process__grid[data-astro-cid-fz4tclxl]{grid-template-columns:repeat(2,1fr)}.process__header[data-astro-cid-fz4tclxl]{grid-column:1 / -1}}@media (max-width: 640px){.process__grid[data-astro-cid-fz4tclxl]{grid-template-columns:1fr}}.about[data-astro-cid-v2cbyr3p]{background:var(--color-bg-light)}.about__pin-wrap[data-astro-cid-v2cbyr3p]{height:140vh}.about__pin[data-astro-cid-v2cbyr3p]{position:sticky;top:0;height:100vh;display:flex;align-items:flex-start;padding-top:72px}.about__heading[data-astro-cid-v2cbyr3p]{display:flex;flex-direction:column;gap:0;line-height:.92;width:100%}.about__line[data-astro-cid-v2cbyr3p]{font-size:clamp(48px,11.6vw,166px);font-weight:500;letter-spacing:-.02em;text-transform:uppercase}.about__line--1[data-astro-cid-v2cbyr3p]{color:#000}.about__line--2[data-astro-cid-v2cbyr3p]{color:#949494;text-align:right}.about__word[data-astro-cid-v2cbyr3p]{opacity:.1;will-change:opacity}html:not(.js) .about__word[data-astro-cid-v2cbyr3p]{opacity:1}@media (prefers-reduced-motion: reduce){.about__word[data-astro-cid-v2cbyr3p]{opacity:1}}.about__inner[data-astro-cid-v2cbyr3p]{margin-top:calc(513px - 100vh);padding-block:0 clamp(48px,6vw,120px)}@media (max-width: 768px){.about__inner[data-astro-cid-v2cbyr3p]{margin-top:0;padding-block:clamp(40px,10vw,80px)}}.about__content[data-astro-cid-v2cbyr3p]{display:flex;align-items:center;gap:clamp(32px,4.2vw,61px)}.about__photo[data-astro-cid-v2cbyr3p]{position:relative;flex:0 0 47%;aspect-ratio:787 / 669;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.6);background:linear-gradient(160deg,#2a2a2a,#050505)}.about__photo[data-astro-cid-v2cbyr3p] img[data-astro-cid-v2cbyr3p]{width:100%;height:100%;object-fit:cover}.about__author[data-astro-cid-v2cbyr3p]{position:absolute;left:0;right:0;bottom:28px;text-align:center;font-size:18px;font-weight:400;letter-spacing:1.2px;color:#ffffffd1}.about__text[data-astro-cid-v2cbyr3p]{flex:1 1 auto;display:flex;flex-direction:column}.about__label[data-astro-cid-v2cbyr3p]{font-size:12px;font-weight:500;letter-spacing:1.7px;text-transform:uppercase;color:#404040}.about__title[data-astro-cid-v2cbyr3p]{margin-top:12px;font-size:clamp(30px,3.6vw,52px);line-height:1.28;letter-spacing:-1.2px;font-weight:400;color:#404040}.about__desc[data-astro-cid-v2cbyr3p]{margin-top:20px;display:flex;flex-direction:column;gap:1.4em;font-size:clamp(15px,.95vw,18px);line-height:1.72;letter-spacing:-.3px;color:#404040}@media (max-width: 768px){.about__pin-wrap[data-astro-cid-v2cbyr3p]{height:auto}.about__pin[data-astro-cid-v2cbyr3p]{position:static;height:auto;padding-block:clamp(56px,14vw,96px)}}@media (max-width: 950px){.about__content[data-astro-cid-v2cbyr3p]{flex-direction:column;align-items:stretch}.about__photo[data-astro-cid-v2cbyr3p]{flex-basis:auto;max-width:520px}}.faq[data-astro-cid-z6gx6xcw]{background:var(--color-bg);padding-block:clamp(56px,4vw,72px)}.faq__inner[data-astro-cid-z6gx6xcw]{display:flex;flex-direction:column;gap:40px}.faq__title[data-astro-cid-z6gx6xcw]{font-size:clamp(30px,2.8vw,48px);line-height:1.08;letter-spacing:-1px;font-weight:500;color:#fff}.faq__item[data-astro-cid-z6gx6xcw]{border-top:1px solid rgba(255,255,255,.12);padding-block:32px 26px}.faq__header[data-astro-cid-z6gx6xcw]{display:flex;align-items:center;gap:20px;cursor:pointer;list-style:none}.faq__header[data-astro-cid-z6gx6xcw]::-webkit-details-marker{display:none}.faq__plus[data-astro-cid-z6gx6xcw]{flex:none;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#1e1e1e;transition:transform .25s ease}.faq__item[data-astro-cid-z6gx6xcw][open] .faq__plus[data-astro-cid-z6gx6xcw]{transform:rotate(45deg)}.faq__row[data-astro-cid-z6gx6xcw]{flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.faq__question[data-astro-cid-z6gx6xcw]{font-size:clamp(18px,1.5vw,24px);font-weight:500;color:#fff}.faq__badge[data-astro-cid-z6gx6xcw]{flex:none;font-size:12px;font-weight:400;color:#949494;transition:color .2s ease}.faq__item[data-astro-cid-z6gx6xcw][open] .faq__badge[data-astro-cid-z6gx6xcw]{color:#fff}.faq__answer[data-astro-cid-z6gx6xcw]{padding-left:62px;padding-top:24px;max-width:1100px}.faq__answer[data-astro-cid-z6gx6xcw] p[data-astro-cid-z6gx6xcw]{font-size:clamp(15px,1.05vw,18px);line-height:1.7;font-weight:400;color:#949494}@media (max-width: 640px){.faq__answer[data-astro-cid-z6gx6xcw]{padding-left:0}}
