#pw-contacts{
  --pw-bg:#fafaf7;
  --pw-surface:#ffffff;
  --pw-ink:#1e1f1c;
  --pw-muted:#67665f;
  --pw-subtle:#74726a;
  --pw-line:#e7e3d9;
  --pw-dark:#1f201e;
  --pw-line-on-dark:#4b4c47;
  --pw-on-dark:#f5f3ec;
  --pw-on-dark-muted:#c6c4bd;
  --pw-on-dark-subtle:#a9aaa4;
  --pw-fg:var(--pw-ink);
  --pw-fg-muted:var(--pw-muted);
  --pw-fg-subtle:var(--pw-subtle);
  --pw-rule:var(--pw-line);
  --pw-focus:var(--pw-ink);
  --pw-link:var(--pw-ink);
  --pw-font-sans:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  --pw-type-body:16px;
  --pw-track-display:-.060em;
  --pw-track-heading:-.045em;
  --pw-track-title:-.030em;
  --pw-content-max:1160px;
  --pw-gutter:20px;
  --pw-gutter-mobile:14px;
  --pw-motion-quick:150ms;
  --pw-ease:ease;
  --pw-section-index-col:60px;
  --pw-section-index-col-tablet:46px;
  --pw-section-gap:18px;
  --pw-section-desc-max:520px;
  overflow:hidden;
  background:var(--pw-bg);
  color:var(--pw-ink);
  font-family:Inter,var(--pw-font-sans);
  font-size:var(--pw-type-body);
  -webkit-font-smoothing:antialiased;
}
#pw-contacts[lang="ru"]{
  --pw-track-display:-.010em;
  --pw-track-heading:-.008em;
  --pw-track-title:-.006em;
}
#pw-contacts *{box-sizing:border-box}
#pw-contacts a{color:inherit}
#pw-contacts .pw-wrap{width:min(var(--pw-content-max),calc(100% - (var(--pw-gutter) * 2)));margin:0 auto}

#pw-contacts .pw-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:44px;padding:11px 15px;border:1px solid var(--pw-line);
  border-radius:999px;background:var(--pw-surface);color:var(--pw-ink);
  text-decoration:none;font-size:13px;font-weight:700;
  transition:transform var(--pw-motion-quick) var(--pw-ease),
    background var(--pw-motion-quick) var(--pw-ease),
    border-color var(--pw-motion-quick) var(--pw-ease),
    color var(--pw-motion-quick) var(--pw-ease)
}
#pw-contacts .pw-btn[data-pw-action="primary"]{
  background:var(--pw-ink);color:var(--pw-surface);border-color:var(--pw-ink)
}
#pw-contacts .pw-btn:hover{transform:translateY(-1px)}
#pw-contacts a:focus-visible{outline:2px solid var(--pw-focus);outline-offset:3px}

#pw-contacts .pw-hero{padding:138px 0 96px;border-bottom:1px solid var(--pw-line)}
#pw-contacts .pw-eyebrow,
#pw-contacts .pw-card-kicker,
#pw-contacts .pw-dark-kicker{
  font-size:11px;line-height:1.3;font-weight:800;letter-spacing:.13em;text-transform:uppercase
}
#pw-contacts .pw-eyebrow{color:var(--pw-muted);margin-bottom:28px}
#pw-contacts .pw-hero-grid{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:72px;align-items:end
}
#pw-contacts h1,#pw-contacts h2,#pw-contacts h3,#pw-contacts p{margin-top:0}
#pw-contacts h1{
  margin-bottom:0;font-size:clamp(58px,8vw,108px);line-height:.92;
  letter-spacing:var(--pw-track-display);font-weight:760;max-width:720px
}
#pw-contacts .pw-lead{font-size:20px;line-height:1.55;color:var(--pw-muted);max-width:580px;margin-bottom:26px}
#pw-contacts .pw-hero-actions{display:flex;flex-wrap:wrap;gap:10px}
#pw-contacts .pw-direct-email{margin:18px 0 0;font-size:14px;color:var(--pw-muted)}
#pw-contacts .pw-direct-email a{text-decoration:underline;text-underline-offset:3px}

#pw-contacts .pw-section{padding:94px 0;border-bottom:1px solid var(--pw-line)}
#pw-contacts .pw-section-head{
  display:grid;grid-template-columns:var(--pw-section-index-col) minmax(0,1fr) minmax(0,1fr);
  gap:var(--pw-section-gap);align-items:start;margin-bottom:38px
}
#pw-contacts .pw-section-head>*{min-width:0}
#pw-contacts .pw-section-head>.pw-section-desc{justify-self:end;max-width:var(--pw-section-desc-max);overflow-wrap:break-word}
#pw-contacts .pw-section-head>h2{overflow-wrap:break-word}
#pw-contacts .pw-no{font-size:12px;color:var(--pw-subtle);font-weight:800;letter-spacing:.08em;padding-top:7px}
#pw-contacts .pw-section-head h2{
  font-size:clamp(30px,4vw,52px);line-height:1;letter-spacing:var(--pw-track-heading);margin:0
}
#pw-contacts .pw-section-desc{font-size:16px;line-height:1.65;color:var(--pw-muted);margin:0}

#pw-contacts .pw-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
#pw-contacts .pw-contact-card{
  min-height:286px;padding:27px;border:1px solid var(--pw-line);border-radius:28px;
  background:var(--pw-surface);display:flex;flex-direction:column;
  box-shadow:0 22px 64px -58px rgba(0,0,0,.55)
}
#pw-contacts .pw-card-kicker{color:var(--pw-subtle);margin-bottom:34px}
#pw-contacts .pw-contact-card h3{font-size:25px;line-height:1.08;letter-spacing:var(--pw-track-title);margin-bottom:15px}
#pw-contacts .pw-contact-card p{color:var(--pw-muted);line-height:1.6;margin-bottom:24px}
#pw-contacts .pw-contact-card>a{
  margin-top:auto;text-decoration:none;font-weight:720;line-height:1.45;overflow-wrap:anywhere
}
#pw-contacts .pw-contact-card>a:hover{text-decoration:underline;text-underline-offset:4px}
#pw-contacts .pw-legal-name{font-size:12px;color:var(--pw-subtle);margin-top:12px}
#pw-contacts .pw-contact-card>.pw-founder-about{display:inline-flex;align-items:center;gap:6px;width:max-content;max-width:100%;margin-top:10px;text-decoration:none;font-size:13px;font-weight:720;color:var(--pw-ink)}
#pw-contacts .pw-contact-card>.pw-founder-about:hover{text-decoration:underline;text-underline-offset:4px}

#pw-contacts .pw-organisation-section{padding-top:100px}
#pw-contacts .pw-org-panel{
  border-radius:34px;padding:42px;display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;
  background:var(--pw-dark);color:var(--pw-on-dark);
  --pw-fg:var(--pw-on-dark);--pw-fg-muted:var(--pw-on-dark-muted);
  --pw-fg-subtle:var(--pw-on-dark-subtle);--pw-rule:var(--pw-line-on-dark);
  --pw-focus:var(--pw-on-dark);--pw-link:var(--pw-on-dark)
}
#pw-contacts .pw-dark-kicker{color:var(--pw-fg-subtle);margin-bottom:22px}
#pw-contacts .pw-org-intro h3{
  font-size:clamp(30px,3.6vw,46px);line-height:1.03;letter-spacing:var(--pw-track-heading);
  margin-bottom:20px;color:var(--pw-fg)
}
#pw-contacts .pw-org-intro p{color:var(--pw-fg-muted);line-height:1.65;max-width:430px;margin-bottom:28px}
#pw-contacts .pw-dark-link{display:inline-flex;gap:8px;color:var(--pw-link);text-decoration:none;font-weight:700}
#pw-contacts .pw-dark-link:hover{text-decoration:underline;text-underline-offset:4px}
#pw-contacts .pw-org-details{margin:0;border-top:1px solid var(--pw-rule)}
#pw-contacts .pw-org-details>div{
  display:grid;grid-template-columns:150px 1fr;gap:24px;padding:20px 0;border-bottom:1px solid var(--pw-rule)
}
#pw-contacts .pw-org-details dt{
  font-size:12px;color:var(--pw-fg-subtle);font-weight:800;text-transform:uppercase;letter-spacing:.1em
}
#pw-contacts .pw-org-details dd{margin:0;color:var(--pw-fg);line-height:1.55;overflow-wrap:anywhere}
#pw-contacts .pw-org-details a{color:var(--pw-link);text-decoration:underline;text-underline-offset:3px}

#pw-contacts .pw-last-section{border-bottom:0;padding-bottom:92px}
#pw-contacts .pw-last-section .pw-section-head{margin-bottom:18px}
#pw-contacts .pw-info-links{
  display:flex;flex-wrap:wrap;gap:10px;width:min(var(--pw-section-desc-max),calc((100% - var(--pw-section-index-col) - 2*var(--pw-section-gap))/2));margin-left:auto
}

@media(max-width:900px){
  #pw-contacts .pw-hero{padding-top:120px}
  #pw-contacts .pw-hero-grid{grid-template-columns:minmax(0,1fr);gap:42px}
  #pw-contacts .pw-section-head{
    grid-template-columns:var(--pw-section-index-col-tablet) minmax(0,1fr)
  }
  #pw-contacts .pw-section-head>.pw-section-desc{grid-column:2;justify-self:start}
  #pw-contacts .pw-contact-grid{grid-template-columns:1fr 1fr}
  #pw-contacts .pw-contact-card:last-child{grid-column:1/-1;min-height:250px}
  #pw-contacts .pw-org-panel{grid-template-columns:1fr;gap:46px}
  #pw-contacts .pw-info-links{
    width:min(var(--pw-section-desc-max),calc(100% - var(--pw-section-index-col-tablet) - var(--pw-section-gap)));
    margin-left:calc(var(--pw-section-index-col-tablet) + var(--pw-section-gap))
  }
}
@media(max-width:620px){
  #pw-contacts{--pw-gutter:var(--pw-gutter-mobile)}
  #pw-contacts .pw-hero{padding:105px 0 66px}
  #pw-contacts .pw-eyebrow{margin-bottom:20px}
  #pw-contacts h1{font-size:clamp(50px,18vw,72px)}
  #pw-contacts .pw-lead{font-size:18px}
  #pw-contacts .pw-hero-actions,#pw-contacts .pw-info-links{display:grid;grid-template-columns:1fr}
  #pw-contacts .pw-info-links{width:100%;margin-left:0}
  #pw-contacts .pw-btn{width:100%}
  #pw-contacts .pw-section{padding:66px 0}
  #pw-contacts .pw-section-head{grid-template-columns:1fr;gap:7px;margin-bottom:26px}
  #pw-contacts .pw-section-head>.pw-section-desc{grid-column:1}
  #pw-contacts .pw-contact-grid{grid-template-columns:1fr}
  #pw-contacts .pw-contact-card:last-child{grid-column:auto}
  #pw-contacts .pw-contact-card{min-height:0;padding:24px;border-radius:22px}
  #pw-contacts .pw-contact-card>a{padding-block:10px}
  #pw-contacts .pw-card-kicker{margin-bottom:28px}
  #pw-contacts .pw-org-panel{padding:26px 22px;border-radius:26px}
  #pw-contacts .pw-org-details>div{grid-template-columns:1fr;gap:7px;padding:17px 0}
  #pw-contacts .pw-last-section{padding-bottom:80px}
}
@media(prefers-reduced-motion:reduce){
  #pw-contacts *,#pw-contacts *::before,#pw-contacts *::after{
    animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0s!important;
    transition-duration:.01ms!important;transition-delay:0s!important;scroll-behavior:auto!important
  }
}
