*{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;min-height:100%}html{background:green}body{min-width:320px;overflow-x:hidden;font-family:Inter,Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#1da51b,green);color:#fff}button,input,textarea,select{font:inherit}:root{--color-green: #159b17;--color-card: #ffffff;--color-chip: #e7f3e0;--color-text: #171717;--color-text-soft: #6f6f6f;--color-divider: rgba(255, 255, 255, .25);--shadow-card: 0 5px 20px rgba(0, 0, 0, .08)}.page{position:relative;display:flex;flex-direction:column;width:100%;min-height:100vh;overflow-x:hidden;background:linear-gradient(180deg,#20a51b,green)}.bg-pattern{position:fixed;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;height:auto;display:block}.bg-pattern--desktop{width:clamp(340px,32vw,520px);max-width:none}.bg-pattern--desktop-left{left:-.5vw;bottom:-1vh}.bg-pattern--desktop-right{right:-.5vw;bottom:-.5vh}.bg-pattern--mobile{display:none}.people{position:relative;width:100%;z-index:4;pointer-events:none}.person{position:fixed;bottom:0;display:grid;width:max-content;height:clamp(680px,94vh,1400px);margin:0;padding:0;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:4;animation:none!important}.person--men{left:0}.person--girl{right:0}.person__img{grid-area:1 / 1;display:block;width:auto;height:107%;max-width:none;margin:0;padding:0;object-fit:contain;animation:none!important}.nav{position:relative;z-index:10;width:100%;background:transparent;padding-bottom:12px}.nav__inner{position:relative;z-index:10;width:100%;max-width:1740px;margin:0 auto;padding:20px 16px 10px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.brand{display:inline-flex;align-items:center;text-decoration:none;flex-shrink:0}.brand__logo{display:block;width:auto;height:44px;object-fit:contain;image-rendering:-webkit-optimize-contrast}.lang{position:relative;display:flex;align-items:center;flex-shrink:0}.lang__trigger{display:flex;align-items:center;gap:8px;height:46px;padding:0 14px;max-width:220px;box-sizing:border-box;background:var(--color-card);border:1px solid rgba(0,0,0,.08);border-radius:12px;font-size:14px;font-weight:500;color:var(--color-text);cursor:pointer;box-shadow:0 4px 14px #0000000d;transition:box-shadow .2s ease}.lang__trigger:hover{box-shadow:0 6px 18px #00000014}.lang__label{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.lang__flag{width:22px;height:15px;flex-shrink:0;object-fit:cover;border-radius:3px}.lang__chevron{width:14px;height:14px;flex-shrink:0;color:var(--color-text);margin-left:2px;transition:transform .2s ease}.lang__chevron--rotated{transform:rotate(180deg)}.lang__menu{position:absolute;top:calc(100% + 8px);right:0;z-index:30;display:flex;flex-direction:column;gap:4px;min-width:100%;width:max-content;max-width:260px;margin:0;padding:8px;list-style:none;background:var(--color-card);border:1px solid rgba(0,0,0,.08);border-radius:18px;box-shadow:0 10px 25px -5px #00000014}.lang__option{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;background:none;border:none;border-radius:7px;font-size:14px;font-weight:500;color:var(--color-text);cursor:pointer;text-align:left}.lang__option:hover{background:var(--color-chip)}.content{position:relative;z-index:8;flex:1;width:100%;max-width:534px;margin:0 auto;padding:20px 24px 40px;box-sizing:border-box;text-align:center}.title{margin:0 0 6px;font-size:clamp(22px,5vw,30px);line-height:1.2;font-weight:700;letter-spacing:-.01em;color:#fff;overflow-wrap:break-word}.subtitle{margin:0 0 28px;font-size:14px;line-height:20px;color:#ffffffd9;overflow-wrap:break-word}.options{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;margin:0;padding:0;list-style:none;text-align:left}.options li{width:100%;display:flex;flex-direction:column;align-items:center}.option{width:100%;max-width:486px;display:flex;align-items:center;gap:14px;padding:14px 18px;box-sizing:border-box;background:var(--color-card);border-radius:18px;box-shadow:var(--shadow-card);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.option:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000000f}.option__icon-wrap{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--color-chip)}.option__icon{width:20px;height:20px;object-fit:contain}.option__icon--career{width:28px;height:28px}.option__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.option__title{font-size:17px;line-height:23px;font-weight:600;color:var(--color-text);overflow-wrap:break-word}.option__subtitle{font-size:13px;font-weight:500;letter-spacing:.02em;color:var(--color-text-soft);overflow-wrap:break-word}.option__chevron{width:20px;height:20px;flex-shrink:0;color:var(--color-green)}.option-divider{width:100%;max-width:223px;height:1px;margin:12px auto 0;background:var(--color-divider)}.social-label-row{width:100%;max-width:486px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:36px auto 16px;padding:0}.social-label{min-width:0;margin:0;font-size:15px;line-height:20px;font-weight:600;color:#fff;white-space:nowrap}.social-label__short{display:none}.social-view-all{flex-shrink:0;padding:0;background:none;border:none;font-size:15px;line-height:20px;font-weight:600;color:#ffffffe6;cursor:pointer;white-space:nowrap}.social-view-all:hover{color:#fff}.social-view-all:active{transform:translateY(1px)}.socials{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;margin:0 0 28px;padding:0;list-style:none}.socials__link{width:58px;height:58px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--color-card);border-radius:12px;box-shadow:0 4px 16px #0000000f;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.socials__link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.socials__img{width:24px;height:24px;display:block;object-fit:contain}.footer{margin:0;font-size:14px;font-weight:400;color:#ffffffd9;overflow-wrap:break-word}.socials-page{text-align:left}.socials-page__title{margin-bottom:6px;text-align:center}.socials-page__title:focus{outline:none}.socials-page__subtitle{margin-bottom:24px;text-align:center}.socials-list{width:100%;display:flex;flex-direction:column;align-items:center;gap:12px;margin:0;padding:0;list-style:none}.socials-list li{width:100%;display:flex;justify-content:center}.socials-row{width:100%;max-width:480px;height:70px;display:flex;align-items:center;gap:14px;padding:16px 18px;box-sizing:border-box;background:var(--color-card);border-radius:18px;box-shadow:var(--shadow-card);text-decoration:none}.socials-row:hover{transform:translateY(-2px)}.socials-row__icon-wrap{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#e7f3e0}.socials-row__icon{width:18px;height:18px;object-fit:contain}.socials-row__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.socials-row__name{font-size:17px;line-height:23px;font-weight:600;color:var(--color-text);overflow-wrap:break-word}.socials-row__subtitle{font-size:13px;line-height:18px;font-weight:500;color:var(--color-text-soft);overflow-wrap:break-word}.socials-row__chevron{width:20px;height:20px;flex-shrink:0;color:var(--color-green)}.socials-page__back{width:100%;max-width:486px;display:flex;align-items:center;justify-content:center;gap:6px;margin:18px auto 40px;padding:14px 18px;background:var(--color-card);border:1px solid rgba(0,0,0,.06);border-radius:999px;box-shadow:var(--shadow-card);font-size:16px;font-weight:600;color:#000;cursor:pointer}.socials-page__back-icon{width:18px;height:18px;color:var(--color-text)}@media(max-width:1370px){.person{position:fixed;bottom:0;height:clamp(440px,95vh,680px);width:auto;max-width:none;margin:0;overflow:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}.person__img{height:100%;max-width:660px;margin:0;padding:0;object-fit:contain;object-position:bottom center;animation:none!important}.person--men{left:-.5%;height:105%;z-index:1}.person--girl{right:.2%;z-index:2;height:105%}}@media(max-width:1024px){.bg-pattern--desktop{width:clamp(250px,34vw,400px)}.bg-pattern--desktop-left{left:-4vw;bottom:-2vh}.bg-pattern--desktop-right{right:-4vw;bottom:-2vh}.social-label__full{display:none}.social-label__short{display:inline}.person{height:clamp(440px,72vh,640px)}.person--men{left:0}.person--girl{right:0}}@media(max-width:600px){.bg-pattern--desktop{display:none}.bg-pattern--mobile{display:block;position:absolute;left:0;right:0;width:100%;height:auto;z-index:0;pointer-events:none;transform:none}.bg-pattern--mobile-top{top:0;bottom:auto}.bg-pattern--mobile-bottom{top:auto;bottom:0;right:0}.nav__inner{padding:16px 18px 8px}.brand__logo{height:34px}.lang__trigger{height:34px;max-width:160px;padding:0 10px}.content{padding:16px 16px 20px}.title{font-size:clamp(20px,6vw,24px)}.option{padding:12px 14px}.social-label-row,.socials{gap:8px}.socials__link{width:58px;height:58px;border-radius:10px}.socials__img{width:24px;height:24px}.people{position:relative;inset:auto;width:100%;height:clamp(500px,105vh,720px);margin:24px 0 0;padding:0;display:block;overflow:visible;z-index:1;pointer-events:none}.person{position:absolute;bottom:0;top:auto;height:100%;width:auto;max-width:none;margin:0;pointer-events:none;-webkit-user-select:none;user-select:none;overflow:visible}.person--men{left:0;right:auto;z-index:1}.person--girl{right:0;left:auto;z-index:2}.person__img{width:auto;height:100%;max-width:none;margin:0;padding:0;display:block;object-fit:contain;object-position:bottom center;animation:none!important}}@media(max-width:450px){.people{height:clamp(460px,100vh,660px)}}@media(max-width:400px){.people{height:clamp(320px,78vh,460px)}.socials{gap:8px}.socials__link{width:58px;height:58px;border-radius:10px}.socials__img{width:24px;height:24px}}
