button,a[data-button]{-webkit-appearance:none;appearance:none;border:none;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 16px;gap:8px;width:fit-content;height:fit-content;white-space:nowrap;border-radius:12px;cursor:pointer;text-decoration:none;transition:.2s ease all}button.button-default,a[data-button].button-default{background:var(--button_backgroundColor);color:var(--button_textColor)}button.button-default:hover,a[data-button].button-default:hover{background:var(--button_default_hover)}button.button-secondary,a[data-button].button-secondary{background:var(--button_secondary_backgroundColor);color:var(--button_secondary_textColor)}button.button-secondary:hover,a[data-button].button-secondary:hover{background:var(--button_secondary_hoverBackgroundColor);color:var(--button_secondary_hoverTextColor)}button.button-transparent,a[data-button].button-transparent{border:1px solid var(--button_secondary_backgroundColor);color:var(--button_secondary_textColor);background:transparent}button.button-transparent:hover,a[data-button].button-transparent:hover{background:var(--button_secondary_backgroundColor)}button span,a[data-button] span{font-weight:500;font-size:var(--fz16);line-height:var(--lh24);text-align:center;vertical-align:middle}section{position:relative;display:flex;flex-direction:column;max-width:1390px;background:var(--block_backgroundColor);border-radius:24px;gap:24px;padding:24px}@media screen and (max-width: 620px){section{padding:20px;gap:20px;border-radius:20px}}section:not(:first-child){margin-top:32px}@media screen and (max-width: 620px){section:not(:first-child){margin-top:8px}}section.type-transparent{background:transparent;padding:24px 0}@media screen and (max-width: 620px){section.type-transparent{padding:20px 0}}section.type-transparent.no-padding{padding:0}section.type-transparent h3{margin:0 24px;padding:0;font-weight:700;font-size:var(--fz24);line-height:var(--lh32);vertical-align:middle}section.type-transparent div.articles{position:relative;display:flex;flex-direction:row;width:100%;gap:16px;max-width:100%;min-width:0;overflow:hidden}@media screen and (max-width: 620px){section.type-transparent div.articles{gap:12px}}article{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:24px;border-radius:24px;padding:24px;width:100%;min-height:fit-content;height:inherit;background:var(--block_backgroundColor)}@media screen and (max-width: 620px){article{border-radius:20px;gap:20px;padding:20px}}article div.article-actions{position:relative;display:flex;flex-direction:row;justify-content:flex-end}article img.article-image{position:relative;display:block;width:100%;height:auto}article div.article-content{position:relative;display:flex;flex-direction:column;gap:12px}article span.article-content-title{font-weight:700;font-size:var(--fz24);line-height:var(--lh32);vertical-align:middle}article span.article-content-description{font-weight:500;font-size:var(--fz16);line-height:var(--lh32);vertical-align:middle}article div.image-wrapper{position:relative;display:flex;width:100%;align-items:flex-start;justify-content:flex-start}a.no-style{-webkit-appearance:none;appearance:none;text-decoration:none;color:var(--textColor);cursor:pointer}a.no-style.image-button img{transition:.2s ease all;opacity:.3}a.no-style.image-button:hover img{opacity:1}div.inline{position:relative;display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}.generic-badge{position:relative;display:block;border-radius:8px;gap:8px;padding:4px 8px;white-space:nowrap;font-weight:500;font-size:var(--fz12);line-height:var(--lh16);letter-spacing:.4px;text-align:center;vertical-align:middle;text-transform:uppercase}.generic-badge.blue{background:var(--color_blue_background);color:var(--color_blue_foreground)}.generic-badge.green{background:var(--color_green_background);color:var(--color_green_foreground)}.generic-badge.yellow{background:var(--color_yellow_background);color:var(--color_yellow_foreground)}.language-selector{position:relative;display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;color:var(--textColor)}.language-selector .language-selector-header{font-weight:500;font-size:var(--fz12);line-height:var(--lh24);letter-spacing:.4px;position:relative;display:flex;gap:6px;align-items:center;transition:.2s ease all;cursor:pointer;padding:8px 8px 8px 12px;border-radius:12px;flex-direction:row;justify-content:center}.language-selector .language-selector-header .language-selector-icon{position:relative;display:block;width:20px;height:20px;min-width:20px}.language-selector .language-selector-header .language-selector-icon img{width:20px;height:20px;min-width:20px}.language-selector .language-selector-header .language-selector-chevron{height:20px;width:20px}@media screen and (max-width: 780px){.language-selector .language-selector-header .language-selector-text{display:none}}.language-selector .language-selector-header:hover{background:var(--button_secondary_backgroundColor)}.language-selector .language-selector-list{position:absolute;display:flex;flex-direction:column;padding:4px;border-radius:12px;background:var(--block_backgroundColor);z-index:10;transition:.2s ease all;max-height:400px;overflow:hidden;overflow-y:auto;top:0;transform:translateY(40px);opacity:0;pointer-events:none;box-shadow:0 0 15px rgba(0,0,0,.07)}.language-selector .language-selector-chevron{transition:.2s ease all}.language-selector .language-selector-item{font-weight:500;font-size:var(--fz12);line-height:var(--lh24);letter-spacing:.4px;text-align:center;position:relative;display:flex;gap:6px;align-items:center;padding:8px 16px;cursor:pointer;border-radius:10px;transition:.2s ease all;min-width:200px}.language-selector .language-selector-item img{width:20px;height:20px}.language-selector .language-selector-item:hover,.language-selector.open .language-selector-header{background:var(--button_secondary_backgroundColor)}.language-selector.open .language-selector-chevron{transform:rotate(90deg)}.language-selector.open .language-selector-list{opacity:1;transform:translateY(50px);pointer-events:all}.animated{transform:translateY(40px) scale(.8);transition:.6s ease all;opacity:0}.animated.shown{opacity:1;transform:translateY(0) scale(1)}.animated.hidden-top{transform:translateY(-40px) scale(.8);opacity:0}section.footer.no-padding.type-transparent{gap:8px;padding:32px 48px 24px;justify-content:flex-start;align-items:flex-start;width:100%;max-width:100%}section.footer.no-padding.type-transparent .footer-logo{position:relative;display:flex;flex-direction:row;gap:8px;justify-content:center;align-items:center}section.footer.no-padding.type-transparent .footer-logo-text{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:2px}section.footer.no-padding.type-transparent .footer-logo-text-title{font-weight:700;font-size:var(--fz18);line-height:100%;text-align:center;vertical-align:middle}section.footer.no-padding.type-transparent .footer-logo-text-subtitle{font-weight:500;font-size:var(--fz12);line-height:var(--lh16);letter-spacing:.4px;text-align:center;vertical-align:middle;text-transform:uppercase;color:var(--text_secondaryColor)}@media screen and (max-width: 620px){section.footer.no-padding.type-transparent{padding:24px 12px}}.header{position:fixed;display:flex;top:0;color:#fff;z-index:100!important;user-select:none;width:100%;margin:0;gap:0;justify-content:space-between;transition:.6s ease all;border-radius:0;backdrop-filter:blur(30px);transform:translateY(-100px) scaleY(.9);padding:24px 48px}.header .mobile-only{display:none}@media screen and (max-width: 620px){.header{padding:16px 18px 16px 22px}.header .desktop-only{display:none}.header .mobile-only{display:block}}.header.shown{transform:translateY(0) scale(1)}.header .header__right{position:relative;display:flex;flex-direction:row;gap:16px;align-items:center}@media screen and (max-width: 620px){.header .header__right{gap:6px}}.main-section{justify-content:center;align-items:center;gap:56px;overflow:hidden}.main-section__top{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}@media screen and (max-width: 540px){.main-section__top{align-items:flex-start!important}}.main-section h1,.main-section h2{margin:0;padding:0;text-align:center}@media screen and (max-width: 540px){.main-section h1,.main-section h2{text-align:left!important}}.main-section h1{position:relative;display:inline-block}.main-section h1,.main-section h1 span{font-weight:800;font-size:var(--fz80);line-height:var(--lh88);text-align:center;vertical-align:middle;width:fit-content}.main-section h1 span:last-child{background:var(--text_primaryGradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.main-section h2{font-weight:500;font-size:var(--fz16);line-height:var(--lh32);text-align:center;vertical-align:middle;color:var(--text_secondaryColor);max-width:660px}.main-section__partners{position:relative;display:flex;flex-direction:row;gap:16px;width:100%}.main-section__partners .partners-list__item{position:relative;display:flex;flex-direction:column;gap:24px;padding:24px 24px 40px;border-radius:24px;overflow:hidden;background:var(--block_backgroundColor);box-shadow:var(--block_shadow);width:100%;justify-content:center;align-items:center}.main-section__partners .partners-list__item img{height:32px}.main-section__partners .partners-list__item__badge{background:var(--button_secondary_backgroundColor);border:1px solid var(--partnerBorder);font-weight:500;font-size:var(--fz12);line-height:var(--lh16);letter-spacing:.7px;text-align:center;vertical-align:middle;text-transform:uppercase;gap:8px;border-radius:8px;padding:4px 8px;white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}@media screen and (max-width: 1200px){.main-section__partners{flex-wrap:wrap}.main-section__partners .partners-list__item{width:calc(33.3333333333% - 11px)}}@media screen and (max-width: 820px){.main-section__partners .partners-list__item{width:calc(50% - 8px)}}@media screen and (max-width: 460px){.main-section__partners{gap:12px}.main-section__partners .partners-list__item{padding:20px 20px 32px;width:100%!important}.main-section__partners .partners-list__item img{height:28px}}.help-section{gap:24px}.help-section__section{--textColor: #EEEEEC;--button_secondary_backgroundColor: #F6F6F513;--button_secondary_textColor: var(--textColor);--button_textColor: #191918;--button_secondary_hoverBackgroundColor: white;--button_default_hover: white;--button_secondary_hoverTextColor: black;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 24px;gap:56px;overflow:hidden;color:var(--textColor);background:var(--color_blue_foreground);border-radius:24px}@media screen and (max-width: 620px){.help-section__section{padding-top:154px;padding-bottom:154px;gap:32px}}.help-section__section .help-section-effect{position:absolute}.help-section__section .help-section-effect.effect-left{top:-220px;left:-200px}.help-section__section .help-section-effect.effect-right{top:-220px;right:-350px}@media screen and (max-width: 1360px){.help-section__section .help-section-effect.effect-left{top:-220px;left:-360px}.help-section__section .help-section-effect.effect-right{top:-220px;right:-510px}}@media screen and (max-width: 980px){.help-section__section .help-section-effect{transform:scale(.5)}.help-section__section .help-section-effect.effect-left{top:-220px;left:-300px}.help-section__section .help-section-effect.effect-right{top:-180px;right:-400px}}@media screen and (max-width: 840px){.help-section__section .help-section-effect{transform:scale(.45)}.help-section__section .help-section-effect.effect-left{top:-180px;left:-360px}.help-section__section .help-section-effect.effect-right{top:-220px;right:-460px}}@media screen and (max-width: 620px){.help-section__section .help-section-effect.effect-left{top:unset;bottom:0;left:50%;transform:scale(.4) translate(-100%) translate(-160px) translateY(800px)}.help-section__section .help-section-effect.effect-right{bottom:unset;top:0;left:50%;transform:scale(.25) translate(-100%) translate(-780px) translateY(-1300px)}}.help-section__section__text{position:relative;display:flex;flex-direction:column;gap:16px}.help-section__section__title{font-weight:800;font-size:var(--fz40);line-height:40px;text-align:center;vertical-align:middle}@media screen and (max-width: 620px){.help-section__section__title{text-align:left}}.help-section__section__description{font-weight:500;font-size:var(--fz16);line-height:var(--lh32);text-align:center;vertical-align:middle}@media screen and (max-width: 620px){.help-section__section__description{text-align:left}}.help-section__section__actions{position:relative;display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap}@media screen and (max-width: 620px){.help-section__section__actions{align-items:flex-start;justify-content:flex-start}}.help-section__links{flex-wrap:wrap;position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px;width:100%}@media screen and (max-width: 620px){.help-section__links{flex-direction:column;flex-wrap:nowrap}.help-section__links a,.help-section__links button{width:100%}}.reviews-section__list{position:relative;display:flex;flex-direction:column;gap:24px;width:100%}.reviews-section__list__row{position:relative;display:flex;flex-direction:row;gap:24px;width:100%;height:fit-content}@media screen and (max-width: 930px){.reviews-section__list__row{flex-direction:column}}.reviews-section__list__item{position:relative;display:flex;flex-direction:column;width:100%;gap:16px;border-radius:24px;background:var(--block_backgroundColor);padding:var(--padding24)}.reviews-section__list__item__head{position:relative;display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:space-between}.reviews-section__list__item__head>img{height:32px;min-width:fit-content}.reviews-section__list__item__role{background:var(--button_secondary_backgroundColor);border:1px solid var(--partnerBorder);font-weight:500;font-size:var(--fz12);line-height:var(--lh16);letter-spacing:.7px;text-align:center;vertical-align:middle;text-transform:uppercase;gap:8px;border-radius:8px;padding:4px 8px}.reviews-section__list__item__content{position:relative;display:flex;flex-direction:column;gap:24px;justify-content:space-between;align-items:flex-end;height:100%}.reviews-section__list__item__text{font-weight:500;font-size:var(--fz16);line-height:var(--lh32);margin:auto 0}.articles-section__list{position:relative;display:flex;flex-direction:row;gap:16px;width:100%}.articles-section__list .articles-section__list__item{position:relative;display:flex;flex-direction:column;width:100%;overflow:hidden;gap:20px;text-decoration:none;color:var(--textColor);transition:.2s ease all}.articles-section__list .articles-section__list__item__cover{height:290px;border:1px solid var(--partnerBorder);position:relative;display:grid;place-items:center;width:100%;overflow:hidden;border-radius:24px;opacity:.85;transition:.2s ease all;background-size:cover;background-position:top left}.articles-section__list .articles-section__list__item__description{position:relative;display:flex;flex-direction:column;gap:10px;padding:0 var(--padding24)}.articles-section__list .articles-section__list__item__description>span{font-weight:700;font-size:var(--fz16);line-height:var(--lh24)}.articles-section__list .articles-section__list__item__description__source{position:relative;display:flex;gap:6px;align-items:center}.articles-section__list .articles-section__list__item__description__source img{width:16px;height:16px;min-width:16px;position:relative}.articles-section__list .articles-section__list__item__description__source span{font-weight:500;font-size:var(--fz14);line-height:var(--lh16);text-transform:uppercase}.articles-section__list .articles-section__list__item.placeholder{background:var(--button_secondary_backgroundColor);border:1px solid var(--partnerBorder);border-radius:24px;display:grid;place-items:center;color:var(--textColor_sub);text-transform:uppercase;font-size:var(--fz14);letter-spacing:4px;word-spacing:4px;height:220px;opacity:.5}.articles-section__list .articles-section__list__item:not(.placeholder):hover{transform:scale(1.02)}.articles-section__list .articles-section__list__item:not(.placeholder):hover .articles-section__list__item__cover{opacity:1}@media screen and (max-width: 1150px) and (min-width: 751px){.articles-section__list{flex-direction:column}.articles-section__list .articles-section__list__item{flex-direction:row;align-items:center}.articles-section__list .articles-section__list__item__description,.articles-section__list .articles-section__list__item__cover{width:100%}}@media screen and (max-width: 750px){.articles-section .articles-section__list{flex-direction:column}.articles-section .articles-section__list__item__cover{height:320px}}:root{font-family:Manrope,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--app_backgroundColor: #F1F0EF;--textColor: #21201C;--textColor_sub: #0F0F0079;--block_backgroundColor: #FDFDFC;--block_transparent_backgroundColor: rgba(241, 240, 239, .5);--text_secondaryColor: #63635E;--text_primaryGradient: linear-gradient(98.23deg, #5472E4 23.14%, #5472E4 59.13%, #435DB1 87.64%);--block_shadow: 0 0 5px 0 #00000005;--button_backgroundColor: #21201C;--button_textColor: #FDFDFC;--button_default_hover: black;--topBadge_backgroundColor: #F76B15;--topBadge_badgeColor: #F1F0EF3D;--topBadge_textColor: #FDFDFC;--color_blue_foreground: #3358D4;--color_blue_background: #0047F112;--color_green_foreground: #3E9B4F;--color_green_background: #00970016;--color_yellow_foreground: #AB6400;--color_yellow_background: #FFDE003D;--button_secondary_backgroundColor: #20100010;--button_secondary_textColor: var(--textColor);--button_secondary_hoverBackgroundColor: rgba(32, 16, 0, .15);--button_secondary_hoverTextColor: var(--textColor);--partnerBorder: #1F150019;--backlight_green: #B2DDB5;--backlight_blue: #C1D0FF;--fz12: 12px;--fz16: 16px;--fz14: 14px;--fz18: 18px;--fz24: 24px;--fz40: 40px;--fz80: 80px;--lh24: 24px;--lh32: 32px;--lh16: 16px;--lh88: 88px;--padding24: 24px}:root[data-theme=dark]{--button_backgroundColor: #EEEEEC;--button_textColor: #191918;--textColor_sub: #FFFAE965;--color_blue_foreground: #5472E4;--color_blue_background: #2F62FF3C;--color_green_foreground: #53B365;--color_green_background: #70FE8C1B;--color_yellow_foreground: #FFCA16;--color_yellow_background: #FA820022;--partnerBorder: #FEFEF31B;--text_primaryGradient: linear-gradient(98.23deg, #D6E1FF 23.14%, #5472E4 59.13%, #435DB1 87.64%);--app_backgroundColor: #111110;--textColor: #EEEEEC;--text_secondaryColor: #B5B3AD;--block_backgroundColor: #191918;--block_transparent_backgroundColor: rgba(17, 17, 16, .5);--block_shadow: 0 0 5px 0 #00000029;--button_secondary_backgroundColor: #F6F6F513;--button_secondary_textColor: var(--textColor);--button_secondary_hoverBackgroundColor: rgba(246, 246, 245, .15);--button_default_hover: white;--backlight_green: #2D5736;--backlight_blue: #304384}@media screen and (max-width: 620px){:root{--fz16: 14px;--fz24: 16px;--fz80: 40px;--fz40: 32px;--fz18: 14px;--fz12: 10px;--lh24: 16px;--lh32: 24px;--lh16: 14px;--lh88: 39px;--fz14: 12px;--padding24: 20px}}*{box-sizing:border-box;user-select:none;-webkit-tap-highlight-color:transparent;font-size:var(--fz16)}@media screen and (max-width: 620px){* *[data-desktop-only]{display:none!important}}@media screen and (min-width: 621px){* *[data-mobile-only]{display:none!important}}.container{max-width:1392px;width:calc(100% - 40px);margin:0 20px;padding-top:120px}@media screen and (max-width: 620px){.container{padding-top:86px;width:calc(100% - 24px)}}body,html{background:var(--app_backgroundColor);min-width:320px;color:var(--textColor)}body{margin:0;display:flex;justify-content:center;place-items:center;width:100%;min-height:100vh}#app{width:100%;position:relative;margin:0 auto;display:flex;flex-direction:column;align-items:center}img{pointer-events:none}#highlight{position:absolute;display:block;width:100%;height:100%;top:0;left:0;overflow:hidden}#highlight img{position:absolute;top:0;left:0}#highlight img:first-child{left:-100px}#highlight img:last-child{transform:rotate(180deg);left:unset;right:-200px;top:230px}@media screen and (max-width: 1350px){#highlight img:first-child{transform:scale(.9);left:-150px;top:-60px}#highlight img:last-child{transform:rotate(180deg) scale(.9);right:-250px}}@media screen and (max-width: 1000px){#highlight img:first-child{transform:scale(.7);left:-250px;top:-140px}#highlight img:last-child{transform:rotate(180deg) scale(.7);right:-350px}}@media screen and (max-width: 620px){#highlight img:last-child{display:none}#highlight img:first-child{width:100%;transform:translate(250px) translateY(180px) scale(1.2)}}
