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;transition:.2s ease all}button.button-default{background:var(--button_backgroundColor);color:var(--button_textColor)}button.button-default:hover{background:var(--button_default_hover)}button.button-secondary{background:var(--button_secondary_backgroundColor);color:var(--button_secondary_textColor)}button.button-secondary:hover{background:var(--button_default_hover);color:var(--button_textColor)}button.button-transparent{border:1px solid var(--button_secondary_backgroundColor);color:var(--button_secondary_textColor);background:transparent}button.button-transparent:hover{background:var(--button_secondary_backgroundColor)}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}@media screen and (max-width: 620px){.main-section{gap:104px}}.main-section .main-section__chart-line{position:absolute;display:flex;bottom:0;left:0;width:100%;justify-content:flex-end;align-items:flex-end}.main-section .main-section__chart-line img{position:relative;display:block;width:100%;height:auto;transform:translateY(10px) scaleY(.95);bottom:0}@media screen and (max-width: 870px){.main-section .main-section__chart-line img{width:160%;height:auto;transform:translateY(-10px) translate(140px) scaleX(1.5);bottom:0}}@media screen and (max-width: 620px){.main-section .main-section__chart-line img{width:220%;height:auto;transform:translateY(-20px) scaleX(1.5) scaleY(1) translate(-90px);bottom:0}}@media screen and (max-width: 440px){.main-section .main-section__chart-line img{width:220%;height:auto;transform:translateY(-70px) scaleX(.9) scaleY(2) translate(280px);bottom:0}}.main-section__top{position:relative;display:flex;width:fit-content;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding-top:32px;max-width:560px}@media screen and (max-width: 620px){.main-section__top{padding-top:0;padding-bottom:0}}.main-section__bottom{position:relative;display:flex;flex-direction:row;gap:32px;padding-bottom:32px}.main-section__top-badge{--textColor: #EEEEEC;color:var(--textColor);position:relative;display:flex;align-items:center;justify-content:center;border-radius:14px;gap:6px;padding:6px 12px 6px 6px;flex-wrap:wrap;box-shadow:0 5px 11px rgba(166,71,8,.28),0 20px 20px rgba(166,71,8,.25),0 45px 27px rgba(166,71,8,.14);background:var(--topBadge_backgroundColor)}@media screen and (max-width: 620px){.main-section__top-badge{margin-bottom:88px}}@media screen and (max-width: 620px){.main-section__top-badge{padding-left:12px}}.main-section__top-badge>span{font-weight:500;font-size:var(--fz14);line-height:var(--lh24);color:var(--topBadge_textColor);white-space:nowrap}@media screen and (max-width: 620px){.main-section__top-badge>span{font-size:12px}}.main-section__top-badge__badge{border-radius:8px;gap:8px;padding:4px 8px;background:var(--topBadge_badgeColor)}.main-section__top-badge__badge span{position:relative;display:block;font-weight:500;font-size:var(--fz12);line-height:var(--lh16);letter-spacing:.4px;text-align:center;text-transform:uppercase;white-space:nowrap}@media screen and (max-width: 620px){.main-section__top-badge__badge{display:none}}.main-section h1,.main-section h2{margin:0;padding:0;text-align:center}.main-section h1{font-weight:800;font-size:var(--fz80);line-height:var(--lh88);text-align:center;vertical-align:middle;width:fit-content}.main-section h2{font-weight:500;font-size:var(--fz16);line-height:var(--lh32);text-align:center;vertical-align:middle;color:var(--text_secondaryColor)}.help-section{gap:24px}.help-section__section{--textColor: #EEEEEC;--button_secondary_backgroundColor: #F6F6F513;--button_secondary_textColor: var(--textColor);--button_textColor: #191918;--button_default_hover: white;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%}}@media screen and (max-width: 1100px){.swap-section .articles{flex-wrap:wrap}.swap-section article{max-width:calc(50% - 8px);width:100%}}@media screen and (max-width: 520px){.swap-section article{max-width:100%;width:100%}}@media screen and (max-width: 880px){.integration-section .articles{flex-wrap:wrap}.integration-section article{max-width:calc(50% - 8px);width:100%}.integration-section article:nth-child(3){max-width:100%}}@media screen and (max-width: 620px){.integration-section .articles{flex-direction:column!important}.integration-section article{max-width:100%}}.features-section article{gap:0;padding:0;overflow:hidden}.features-section article .backlight{position:absolute;display:block;bottom:18%;width:50%;height:25%;left:25%;filter:blur(120px);opacity:.4;z-index:10}.features-section article .backlight.bl-blue{background:var(--backlight_blue)}.features-section article .backlight.bl-green{background:var(--backlight_green)}.features-section article div.article-wrapper{padding:24px 24px 0;position:relative;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 620px){.features-section article div.article-wrapper{padding:20px 20px 0}}.features-section__image-wrapper{position:relative;display:flex;justify-content:center;align-items:flex-start;width:100%}.features-section__image-wrapper img{width:100%}@media screen and (max-width: 720px){.features-section div.articles{flex-direction:column!important}}: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;--block_backgroundColor: #FDFDFC;--block_transparent_backgroundColor: rgba(241, 240, 239, .5);--text_secondaryColor: #63635E;--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);--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}:root[data-theme=dark]{--button_backgroundColor: #EEEEEC;--button_textColor: #191918;--color_blue_foreground: #5472E4;--color_blue_background: #2F62FF3C;--color_green_foreground: #53B365;--color_green_background: #70FE8C1B;--color_yellow_foreground: #FFCA16;--color_yellow_background: #FA820022;--app_backgroundColor: #111110;--textColor: #EEEEEC;--text_secondaryColor: #B5B3AD;--block_backgroundColor: #191918;--block_transparent_backgroundColor: rgba(17, 17, 16, .5);--button_secondary_backgroundColor: #F6F6F513;--button_secondary_textColor: var(--textColor);--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}}*{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}}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}
