@import "https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap";:root{--evos-bg-top:#41af28;--evos-bg-bottom:#006500;--evos-green:#41af28;--evos-green-deep:#0c7307;--evos-card:#fff;--evos-card-border:#dee0e5;--evos-tile:#e7f3e0;--evos-title:#171717;--evos-muted:#55665c;--evos-divider:#c4c9d2;--evos-pill-text:#343434;--page-pad:56px;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter Tight,system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%}body{background:var(--evos-bg-bottom);color:#fff;overflow-x:hidden}#root{width:100%;min-height:100dvh;display:flex}button{font:inherit;color:inherit;background:0 0;border:none}a{color:inherit;text-decoration:none}@keyframes evosFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes evosFade{0%{opacity:0}to{opacity:1}}@keyframes evosRise{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.page{--scene:min(100vw, 1680px, calc(169vw - 866px));isolation:isolate;background:linear-gradient(180deg, var(--evos-bg-top) 0%, var(--evos-bg-bottom) 100%);flex-direction:column;width:100%;min-height:100dvh;display:flex;position:relative;overflow-x:clip}.page__decor{z-index:-2;pointer-events:none;position:absolute;inset:0;overflow:hidden}.page__glow{width:calc(var(--scene) * .430729);height:calc(var(--scene) * .402618);opacity:.24;pointer-events:none;background:url(/leaf-cluster.svg) 50%/100% 100% no-repeat;position:absolute}.page__glow--left{left:calc(var(--scene) * -.104861);bottom:calc(var(--scene) * -.069979)}.page__glow--right{right:calc(var(--scene) * -.104338);bottom:calc(var(--scene) * -.069979)}.heroes{z-index:-1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero{opacity:0;animation:.9s cubic-bezier(.22,.8,.3,1) .15s forwards evosRise;position:absolute}.hero__photo{object-fit:fill;width:100%;height:100%;display:block}.hero__heart{height:auto;display:block;position:absolute}.hero--man .hero__photo{filter:drop-shadow(calc(var(--scene) * -.015278) calc(var(--scene) * .015972) calc(var(--scene) * .048611) #00000030) drop-shadow(calc(var(--scene) * -.061111) calc(var(--scene) * .063194) calc(var(--scene) * .088194) #0000002b) drop-shadow(calc(var(--scene) * -.138194) calc(var(--scene) * .143056) calc(var(--scene) * .119444) #0000001a)}.hero--woman .hero__photo{filter:drop-shadow(calc(var(--scene) * .015278) calc(var(--scene) * .017361) calc(var(--scene) * .051389) #0003) drop-shadow(calc(var(--scene) * .0625) calc(var(--scene) * .070139) calc(var(--scene) * .09375) #0000002b) drop-shadow(calc(var(--scene) * .140278) calc(var(--scene) * .158333) calc(var(--scene) * .127083) #0000001a)}.hero--man{left:calc(var(--scene) * -.170833);bottom:calc(var(--scene) * -.355556);width:calc(var(--scene) * .70625);height:calc(var(--scene) * 1.05972)}.hero--woman{right:calc(var(--scene) * -.193056);bottom:calc(var(--scene) * -.440278);width:calc(var(--scene) * .740972);height:calc(var(--scene) * 1.11111);animation-delay:.25s}.hero__heart--a{width:3.146%;top:27.85%;left:32.05%}.hero__heart--b{width:2.905%;top:27.63%;left:37.49%}.hero__heart--c{width:3.655%;top:27.21%;left:59.67%}.header{top:28px;left:var(--page-pad);right:var(--page-pad);z-index:20;opacity:0;justify-content:space-between;align-items:flex-start;gap:16px;animation:.5s ease-out .1s forwards evosFade;display:flex;position:absolute}.header__logo{line-height:0;display:block}.header__logo-desktop{width:94px;height:auto;display:block}.header__logo-mobile{display:none}.lang{flex:none;width:140px;position:relative}.lang__button{cursor:pointer;background:#fff;border:1px solid #d8dee5;border-radius:12px;align-items:center;gap:6px;width:100%;height:46px;padding:0 12px;transition:box-shadow .2s,transform .2s;display:flex;box-shadow:0 6px 18px #063c061f}.lang__button:hover{box-shadow:0 8px 22px #063c0633}.lang__label{letter-spacing:-.16px;color:var(--evos-title);text-align:left;white-space:nowrap;flex:1;font-size:14px;font-weight:400;line-height:20px}.lang__button svg:last-child{flex:none;transition:transform .25s}.lang--open .lang__button svg:last-child{transform:rotate(180deg)}.lang__menu{opacity:0;visibility:hidden;background:#fff;border:1px solid #d8dee5;border-radius:12px;flex-direction:column;gap:6px;width:100%;padding:6px;transition:opacity .18s,transform .18s,visibility .18s;display:flex;position:absolute;top:calc(100% + 6px);left:0;transform:translateY(-6px);box-shadow:0 10px 26px #063c0629}.lang--open .lang__menu{opacity:1;visibility:visible;transform:translateY(0)}.lang__option{cursor:pointer;background:#f6f8f9;border-radius:7px;align-items:center;gap:6px;width:100%;padding:6px 8px;transition:background .15s;display:flex}.lang__option:hover{background:#eaeff1}.content{z-index:5;flex-direction:column;align-items:center;gap:18px;width:480px;max-width:100%;margin:auto;padding:92px 0 0;display:flex;position:relative}.intro{text-align:center;opacity:0;flex-direction:column;align-items:center;gap:6px;padding-bottom:8px;animation:.55s ease-out .15s forwards evosFadeUp;display:flex}.intro__title{color:#fff;text-shadow:0 2px 14px #003c0033;font-size:32px;font-weight:700;line-height:43px}.intro__subtitle{color:#fff;font-size:16px;font-weight:400;line-height:22px}.cards{flex-direction:column;gap:12px;width:100%;display:flex}.card{background:linear-gradient(#fff, #fff) padding-box, linear-gradient(0deg, var(--evos-card-border) 0%, #fff 100%) border-box;cursor:pointer;opacity:0;border:2px solid #0000;border-radius:20px;align-items:center;gap:14px;width:100%;height:68px;padding:0 16px 0 12px;transition:transform .2s,box-shadow .2s;animation:.5s ease-out forwards evosFadeUp;display:flex;box-shadow:0 6px 18px #063c061a}.card:hover{transform:translateY(-2px);box-shadow:0 12px 26px #063c0633}.card:active{transform:translateY(0)}.card__tile{background:var(--evos-tile);border-radius:10px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.card__text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.card__title{color:var(--evos-title);white-space:nowrap;text-overflow:ellipsis;font-size:17px;font-weight:600;line-height:23px;overflow:hidden}.card__subtitle{color:var(--evos-muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:400;line-height:18px;overflow:hidden}.card>svg:last-child{flex:none}.divider{background:var(--evos-divider);opacity:0;width:223px;height:2px;margin-bottom:-2px;animation:.4s ease-out .42s forwards evosFade}.socials{flex-direction:column;align-items:center;gap:14px;width:100%;padding:0 0 16px;display:flex}.socials__text{color:#fff;text-align:center;opacity:0;width:100%;font-size:15px;font-weight:500;line-height:20px;animation:.4s ease-out .5s forwards evosFade}.socials__list{flex-wrap:wrap;justify-content:center;gap:12px;list-style:none;display:flex}.socials__item{background:linear-gradient(#fff, #fff) padding-box, linear-gradient(0deg, var(--evos-card-border) 0%, #fff 100%) border-box;cursor:pointer;opacity:0;border:2px solid #0000;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .2s,box-shadow .2s;animation:.45s ease-out forwards evosFadeUp;display:flex;box-shadow:0 6px 18px #063c061a}.socials__item:hover{transform:translateY(-3px);box-shadow:0 12px 26px #063c0633}.back{background:linear-gradient(#fff, #fff) padding-box, linear-gradient(0deg, var(--evos-card-border) 0%, #fff 100%) border-box;width:100%;height:56px;color:var(--evos-title);cursor:pointer;opacity:0;border:2px solid #0000;border-radius:20px;justify-content:center;align-items:center;gap:6px;margin-top:4px;font-size:16px;font-weight:600;line-height:22px;transition:transform .2s,box-shadow .2s;animation:.5s ease-out .52s forwards evosFadeUp;display:flex;box-shadow:0 6px 18px #063c061a}.back:hover{transform:translateY(-2px);box-shadow:0 12px 26px #063c0633}.back:active{transform:translateY(0)}.content--socials{gap:12px;margin:0 auto;padding-top:82px;padding-bottom:20px}.content--socials .intro{gap:4px;padding-bottom:2px}.content--socials .intro__title{font-size:28px;line-height:38px}.content--socials .card{border-width:1.4px;border-radius:18px;gap:14px;height:68px;padding:0 16.6px 0 12.6px}.content--socials .card__tile{width:44px;height:44px}.footer{z-index:5;padding:0 var(--page-pad) 36px;text-align:center;color:#fff;opacity:0;font-size:13px;font-weight:400;line-height:18px;animation:.4s ease-out .8s forwards evosFade;position:relative}@media (width<=820px){:root{--page-pad:24px}.page{background:linear-gradient(180deg, var(--evos-bg-top) 0%, var(--evos-bg-bottom) 51.44%);overflow-x:clip}.page__glow{width:620.246px;height:579.767px;margin-left:-310.123px;left:50%}.page__glow--left{top:-300px;bottom:auto}.page__glow--right{opacity:.2;top:460px;bottom:auto}.header{align-items:center;top:20px;left:20px;right:20px}.header__logo-desktop{display:none}.header__logo-mobile{width:84px;height:auto;display:block}.lang__button{height:46px}.content{gap:16px;width:100%;max-width:390px;margin:0 auto;padding:102px 16px 0}.card{height:76px}.socials{gap:14px;padding-top:18px}.socials__list{flex-wrap:nowrap;gap:10px;width:100%;max-width:350px}.socials__list li{flex:0 58px;min-width:0}.socials__item{aspect-ratio:1;border-radius:15px;width:100%;max-width:58px;height:auto;margin:0 auto}.content--socials{padding-top:74px}.content--socials .intro__title{font-size:26px;line-height:34px}.footer{padding:14px 16px 0;line-height:16px}.heroes{aspect-ratio:390/420;z-index:1;width:100%;max-width:520px;margin:0 auto;position:relative;inset:auto;overflow:hidden}.hero{overflow:hidden}.hero--man{width:63.077%;height:98.571%;bottom:0;left:0;right:auto}.hero--woman{width:61.795%;height:100%;bottom:0;left:44.103%;right:auto}.hero--man .hero__photo,.hero--woman .hero__photo{filter:none}.hero__photo{position:absolute}.hero--man .hero__photo{width:280.89%;height:250.33%;top:-45.45%;left:-82.51%}.hero--woman .hero__photo{width:287.72%;height:247.62%;top:-34.76%;left:-96.76%}.hero__heart--a{width:7.72%;top:25.12%;left:8.13%}.hero__heart--b{width:8.3%;top:34.29%;left:11.2%}.hero__heart--c{width:10.37%;top:32.86%;left:74.69%}}@media (width<=359px){.card{gap:12px;padding:0 14px 0 12px}.card__tile{width:44px;height:44px}.card__title{font-size:16px}.socials__list{gap:8px}}@media (width>=821px) and (height<=800px){.content--socials{gap:10px;padding-top:68px}.content--socials .cards{gap:10px}.content--socials .card{height:62px}.content--socials .card__tile{width:42px;height:42px}.content--socials .back{height:50px}.content{gap:12px;padding-top:96px}.intro{padding-bottom:4px}.cards{gap:10px}.card{height:58px}.card__tile{width:40px;height:40px}.socials{gap:10px;padding-top:0}.socials__item{width:50px;height:50px}.footer{padding-bottom:20px}}@media (width>=821px) and (height<=660px){.content{gap:8px;padding-top:96px}.intro{padding-bottom:4px}.intro__title{font-size:25px;line-height:33px}.intro__subtitle{font-size:14px;line-height:19px}.cards{gap:10px}.card{border-radius:16px;height:52px}.card__tile{border-radius:9px;width:36px;height:36px}.card__title{font-size:15px;line-height:20px}.card__subtitle{font-size:12px;line-height:16px}.socials{gap:10px;padding-top:0}.socials__item{border-radius:13px;width:44px;height:44px}.socials__item svg{width:22px;height:22px}.footer{padding-bottom:18px}}@media (prefers-reduced-motion:reduce){.page,.page *{animation-duration:.01ms!important;animation-delay:0s!important}}
