@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");:root{--text-color:#606060;--nav-color:#777;--primary-color:#7041de;--header-one-color:#101010;--header-three-color:#161616;--mobile-header-font:2rem}*{box-sizing:border-box;padding:0;margin:0}body,html{overflow-x:hidden;font-family:Manrope,sans-serif!important;margin:0 auto}p{color:var(--text-color)}h3{font-size:3rem;letter-spacing:-2%}h3,h4{color:var(--header-three-color);font-weight:700}h4{font-size:2.5rem;font-style:normal;line-height:3.824rem}h2{color:var(--header-three-color);font-size:4rem;font-weight:700}h1{color:var(--header-one-color);font-size:5.6rem;font-style:normal;font-weight:800;line-height:110%;letter-spacing:-1.8px}h6{color:var(--header-three-color);font-size:1.75rem;font-weight:500;line-height:normal;text-transform:capitalize}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slide-up 2s ease-out forwards;opacity:0}.purple__gradient{background:linear-gradient(180deg,rgba(188,165,255,0),#7041de);border:2px solid red;right:-10rem}.purple__gradient,.yellow__gradient{filter:blur(90px);height:70%;position:absolute;z-index:-5;width:50%}.yellow__gradient{background:linear-gradient(180deg,rgba(188,165,255,0),#facc15);left:-10rem}@media (max-width:750px){.purple__gradient,.yellow__gradient{display:none}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Footer_FooterContainer__9wcmB{background-image:url(/footerImg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:50%}.Footer_FooterContainer__9wcmB .Footer_footerHeader__m73mq{text-align:center;display:grid;place-content:center;place-items:center;padding:5rem 1rem}.Footer_FooterContainer__9wcmB .Footer_footerHeader__m73mq h3{color:#fff}.Footer_FooterContainer__9wcmB .Footer_footerHeader__m73mq .Footer_button__fMRJb{border:none;background:#6c47ff;color:#fff;justify-content:center;align-items:center;display:flex;gap:9px;height:50px;padding:.5rem 1rem;border-radius:5rem;font-weight:600;width:200px;text-decoration:none}.Footer_FooterContainer__9wcmB .Footer_FooterMain__ajchu{background:#fff;color:#000;max-width:1300px;margin:2rem auto;border-radius:10px}.Footer_FooterContainer__9wcmB .Footer_Address__U_uxo{margin-top:3rem}.Footer_FooterContainer__9wcmB .Footer_SocialIcons__lETGg{list-style-type:none;display:flex;padding:0;gap:20px}.Footer_FooterContainer__9wcmB .Footer_SocialIcons__lETGg li{margin-right:1rem}.Footer_FooterContainer__9wcmB .Footer_MenusContainer__RFAJP{display:flex;justify-content:space-between}.Footer_FooterContainer__9wcmB .Footer_MenusContainer__RFAJP .Footer_FooterMenus__9wECX{list-style-type:none;padding:0;display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}.Footer_FooterContainer__9wcmB .Footer_MenusContainer__RFAJP .Footer_FooterMenus__9wECX .Footer_MenuItem__tvi1N{text-decoration:none}.Footer_FooterContainer__9wcmB .Footer_MenusContainer__RFAJP .Footer_FooterMenus__9wECX h4{font-size:16px}.Footer_FooterContainer__9wcmB .Footer_MenusContainer__RFAJP .Footer_FooterMenus__9wECX li{color:#a1a1a1}.Footer_FooterContainer__9wcmB .Footer_MenusContainer__RFAJP .Footer_FooterMenus__9wECX li a{color:#a1a1a1;text-decoration:none}.Footer_FooterContainer__9wcmB .Footer_FooterForm__6yyBk{display:flex;flex-wrap:wrap;gap:10px}.Footer_FooterContainer__9wcmB .Footer_FooterBottom__bYxqq{display:flex;flex-wrap:wrap;justify-content:space-between;padding:3rem 1rem}.Footer_FooterContainer__9wcmB .Footer_CopyRight__Bo9J4{color:#fff;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-align:center}@media(max-width:850px){.Footer_FooterContainer__9wcmB .Footer_FooterMain__ajchu{max-width:96%;border-radius:10px}}@media(max-width:750px){.Footer_FooterContainer__9wcmB .Footer_FooterMain__ajchu{max-width:94%;border-radius:10px}.Footer_FooterContainer__9wcmB .Footer_FooterMain__ajchu .Footer_MenusContainer__RFAJP{flex-direction:column}}.product_discover__jSwnT{font-size:1rem;font-weight:600;color:#7041de;line-height:146%;text-align:left;padding:10px 0 0 20px}.product_productBox__mVhxz{display:flex}.product_productBox__mVhxz .product_spacing__FUOwV{padding:30px 20px 0;display:flex;gap:50px;border-right:1px dashed #a1a1a1}.product_productBox__mVhxz .product_spacing__FUOwV .product_subMenuLink__sWNxr{display:flex;align-items:center;gap:15px;padding:2px;margin-bottom:20px;text-decoration:none}.product_productBox__mVhxz .product_spacing__FUOwV .product_subMenuLink__sWNxr:hover{background:#f3f3f3;border-radius:3px}.product_productBox__mVhxz .product_spacing__FUOwV .product_textAlignment__Zrsl0{display:flex;flex-direction:column}.product_productBox__mVhxz .product_spacing__FUOwV .product_productTitle__sfAuV{font-size:14px;line-height:146%;text-align:left;margin:0;padding:0;color:#000;font-weight:600}.product_productBox__mVhxz .product_spacing__FUOwV .product_productText__Rm1YO{font-size:12px;margin:0;text-align:left;padding:0}.product_productBox__mVhxz .product_ctaBox__RGtPS{padding:40px 20px 0}.product_productBox__mVhxz .product_ctaBox__RGtPS .product_menuCta__OFHlm{font-size:18px}.product_productBox__mVhxz .product_ctaBox__RGtPS .product_ctaText__n_Cdl{font-size:14px}.product_productBox__mVhxz .product_ctaBox__RGtPS .product_socials__3sjtl{display:flex;flex-wrap:wrap;gap:5px;max-width:95px}@media(max-width:800px){.product_productBox__mVhxz{flex-direction:column;overflow-y:auto!important;-ms-overflow-style:none;scrollbar-width:none;max-height:80vh}.product_productBox__mVhxz::-webkit-scrollbar{display:none}.product_productBox__mVhxz .product_spacing__FUOwV{padding:10px 20px 0;flex-direction:column;gap:0;border-right:0}.product_productBox__mVhxz .product_ctaBox__RGtPS{padding:10px 10px 15px}.product_productBox__mVhxz .product_ctaBox__RGtPS .product_ctaText__n_Cdl,.product_productBox__mVhxz .product_ctaBox__RGtPS .product_menuCta__OFHlm{text-align:left}.product_productBox__mVhxz .product_ctaBox__RGtPS .product_socials__3sjtl{display:flex;flex-wrap:nowrap;gap:5px;max-width:100%}}.product_productBox__ivIRX{padding:10px 10px 0}.product_productBox__ivIRX .product_spacing__8Ub33 .product_subMenuLink__RG10J{display:flex;gap:15px;padding:2px;margin-bottom:20px;text-decoration:none}.product_productBox__ivIRX .product_spacing__8Ub33 .product_subMenuLink__RG10J:hover{background:#f3f3f3;border-radius:3px}.product_productBox__ivIRX .product_spacing__8Ub33 .product_textAlignment__fPCCM{display:flex;flex-direction:column}.product_productBox__ivIRX .product_spacing__8Ub33 .product_productTitle__deA8d{font-size:14px;line-height:146%;text-align:left;margin:0;padding:0;color:#000;font-weight:600}.product_productBox__ivIRX .product_spacing__8Ub33 .product_productText__2REEg{font-size:12px;text-align:left;margin:0;padding:0}@media(max-width:500px){.product_productTitle__deA8d{font-size:12px}.product_productText__2REEg{font-size:10px}}.Header_HeaderContainer__q94F5{display:flex;justify-content:space-between;background-color:inherit;padding:1.5rem 6.25rem;position:fixed;top:0;width:100%;z-index:100}.Header_LogoHamburger__YJq5V .Header_Logo__g72wj{margin-top:.5rem;cursor:pointer}.Header_LogoHamburger__YJq5V .Header_Hamburger__sHRXm{display:none;cursor:pointer}.Header_dropdownContainer__isU9e{position:absolute;background-color:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:100}.Header_Menus__ElWP2{display:flex;justify-content:space-between}.Header_Menus__ElWP2 ul{list-style-type:none;display:flex;align-items:center;margin-bottom:0}.Header_Menus__ElWP2 ul li{margin:0 1.8rem}.Header_Menus__ElWP2 ul li .Header_NavLink__nMu_2{color:var(--nav-color);text-decoration:none}.Header_Menus__ElWP2 ul li .Header_Active___40EG,.Header_Menus__ElWP2 ul li .Header_NavLink__nMu_2:hover{color:#101010;font-weight:500}.Header_Menus__ElWP2 .Header_signinSize___DHyD{font-size:20px}.Header_Menus__ElWP2 .Header_arrow__Gjd7P,.Header_Menus__ElWP2 .Header_signUp__UHEd_{margin-left:8px}.Header_Menus__ElWP2 .Header_arrow__Gjd7P{color:var(--nav-color)}.Header_Menus__ElWP2 .Header_Register__rKu4a{margin-left:20px}.Header_Menus__ElWP2 .Header_Register__rKu4a li{margin-inline:.7rem}.Header_Menus__ElWP2 .Header_TryItButton__Gmhaj{cursor:pointer;border:none;width:8.5rem;height:3rem;border-radius:4.4rem;color:#fff;font-weight:600;font-size:16px;background-color:var(--primary-color)}.Header_DownloadsHeaderContainer__MBskK{display:flex;justify-content:space-between;background-color:#7041de;padding:1.5rem 6.25rem;position:fixed;top:0;border:none;width:100%;z-index:100}.Header_DownloadsHeaderContainer__MBskK li .Header_NavLink__nMu_2{color:#fff!important}.Header_DownloadsHeaderContainer__MBskK li .Header_Active___40EG,.Header_DownloadsHeaderContainer__MBskK li .Header_NavLink__nMu_2:hover{font-weight:600!important}.Header_DownloadsHeaderContainer__MBskK li .Header_DownloadsButton__v25Iu{cursor:pointer;border:none;width:8.5rem;height:3rem;border-radius:4.4rem;color:#7041de;font-weight:600;font-size:16px;background-color:#fff}@media(min-width:1020px)and (max-width:1250px){.Header_DownloadsHeaderContainer__MBskK,.Header_HeaderContainer__q94F5{padding-inline:2rem}.Header_LogoHamburger__YJq5V .Header_Logo__g72wj{width:48px;height:48px;margin:0}}@media(min-width:768px)and (max-width:1019px){.Header_DownloadsHeaderContainer__MBskK,.Header_HeaderContainer__q94F5{padding-inline:2rem!important}.Header_Register__rKu4a{margin:0;display:none!important}}@media screen and (min-width:480px)and (max-width:767px){.Header_DownloadsHeaderContainer__MBskK,.Header_HeaderContainer__q94F5{padding-inline:1rem;flex-direction:column}.Header_LogoHamburger__YJq5V .Header_Logo__g72wj{width:48px;height:48px;margin:0}.Header_LogoHamburger__YJq5V .Header_Hamburger__sHRXm{display:block;float:right;width:32px;height:32px}.Header_Menus__ElWP2{padding:1rem;flex-direction:column;display:none}.Header_Menus__ElWP2 ul{flex-direction:column;padding:0;margin:0 auto}.Header_Menus__ElWP2 ul li{text-align:center;margin-bottom:2rem}.Header_Menus__ElWP2 .Header_DownloadsButton__v25Iu,.Header_Menus__ElWP2 .Header_TryItButton__Gmhaj{margin:.5rem auto;width:100%;border-radius:2rem;padding-inline:.8rem}.Header_Responsive__rsahG{display:block}}@media screen and (max-width:480px){.Header_DownloadsHeaderContainer__MBskK,.Header_HeaderContainer__q94F5{flex-direction:column;padding:1rem;top:0}.Header_LogoHamburger__YJq5V .Header_Logo__g72wj{width:48px;height:48px;margin:0}.Header_LogoHamburger__YJq5V .Header_Hamburger__sHRXm{display:block;float:right;width:32px;height:32px}.Header_Menus__ElWP2{padding:1rem;flex-direction:column;display:none}.Header_Menus__ElWP2 ul{flex-direction:column;padding:0;margin:0 auto}.Header_Menus__ElWP2 ul li{text-align:center;margin-bottom:2rem}.Header_Menus__ElWP2 .Header_DownloadsButton__v25Iu,.Header_Menus__ElWP2 .Header_TryItButton__Gmhaj{margin:.5rem auto;width:100%;padding-inline:.8rem;border-radius:2rem}.Header_Responsive__rsahG{display:block}}.App_Main__kMjLS{margin-top:6rem}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/78187650dd6b50b3-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4529092560591ab4-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b8222d26e20b2e06-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/008f2e8b4aae291f-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3c46462b57ac880e-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3534416bbfdcc9be-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/78187650dd6b50b3-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4529092560591ab4-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b8222d26e20b2e06-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/008f2e8b4aae291f-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3c46462b57ac880e-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3534416bbfdcc9be-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/78187650dd6b50b3-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4529092560591ab4-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b8222d26e20b2e06-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/008f2e8b4aae291f-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3c46462b57ac880e-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3534416bbfdcc9be-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/78187650dd6b50b3-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4529092560591ab4-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/b8222d26e20b2e06-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/008f2e8b4aae291f-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/3c46462b57ac880e-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Manrope_5d3293;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/3534416bbfdcc9be-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Manrope_Fallback_5d3293;src:local("Arial");ascent-override:102.96%;descent-override:28.98%;line-gap-override:0.00%;size-adjust:103.53%}.__className_5d3293{font-family:__Manrope_5d3293,__Manrope_Fallback_5d3293;font-style:normal}