@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap);.layout__header{background-color:#fff;font-size:1.125rem;line-height:1.5rem;padding:.75rem 0;position:relative;transition:all .4s ease-in-out;z-index:4}@media screen and (min-width:992px){.layout__header{padding:1rem 0}}.layout__header.layout__header_menu-active{background-color:transparent;position:fixed;z-index:4}@media(max-width:1239px){.layout__header.layout__header_menu-active .header__burger .burger__item{background-color:#fff;margin-bottom:0;width:2rem}.layout__header.layout__header_menu-active .header__burger .burger__item:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.layout__header.layout__header_menu-active .header__burger .burger__item:nth-child(2){display:none}.layout__header.layout__header_menu-active .header__burger .burger__item:nth-child(3){margin-top:-.25rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.layout__header.layout__header_menu-active .header__layout{-webkit-transform:translateX(0);transform:translateX(0)}.layout__header.layout__header_menu-active~*{position:relative}.layout__header.layout__header_menu-active~:before{background-color:#202639;content:"";height:100%;left:0;opacity:.9;position:absolute;top:0;width:100%;z-index:3}}.layout__header .container{align-items:center;display:flex;margin:0 auto;width:75rem}.layout__header .header__layout{align-items:center;display:flex;flex-direction:row;width:100%}@media(max-width:1239px){.layout__header .header__layout{align-items:flex-start;background-color:#fff;flex-direction:column;height:100vh;left:0;max-width:30rem;overflow:hidden;overflow-y:auto;padding:1rem 1rem 2.5rem;position:fixed;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .4s ease-in-out;width:80vw;z-index:4}}.layout__header .header__logo:not(:last-child){margin-right:4.5rem}.layout__header .header__logo .logo__link{align-items:flex-start;display:flex;width:12.5rem}.layout__header .header__logo img,.layout__header .header__logo svg{height:100%;width:100%}.layout__header .header__nav:not(:last-child){margin-bottom:1.5rem}@media(min-width:1240px){.layout__header .header__nav:not(:last-child){margin-bottom:0;margin-right:.25rem}}.layout__header .header__nav .nav__list{align-items:flex-start;display:flex;flex-direction:column;margin:0}@media(min-width:1240px){.layout__header .header__nav .nav__list{flex-direction:row}}.layout__header .header__nav .nav__list:hover>.nav__item>.nav__link:not(.active) .nav__text,.layout__header .header__nav .nav__list:hover>.nav__item>.nav__link:not(:hover) .nav__text{color:#8f939c}.layout__header .header__nav .nav__list .nav__item{display:flex;flex-wrap:wrap;margin:0;position:relative}.layout__header .header__nav .nav__list .nav__item:not(:last-child){margin-bottom:1.5rem}@media(min-width:1240px){.layout__header .header__nav .nav__list .nav__item:not(:last-child){margin-bottom:0}.layout__header .header__nav .nav__list .nav__item:hover{z-index:2}.layout__header .header__nav .nav__list .nav__item:hover .nav__action{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.layout__header .header__nav .nav__list .nav__item:hover>.nav__link>.nav__text{color:#a717ff!important}.layout__header .header__nav .nav__list .nav__item:hover .nav__submenu{max-height:9999px;padding-bottom:1.5rem;padding-top:1.5rem;transition-delay:0s}}.layout__header .header__nav .nav__list .nav__item.nav__item_disabled>.nav__link{pointer-events:none}@media(max-width:1239px){.layout__header .header__nav .nav__list .nav__item.nav__item_open{z-index:2}.layout__header .header__nav .nav__list .nav__item.nav__item_open .nav__action{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.layout__header .header__nav .nav__list .nav__item.nav__item_open>.nav__link>.nav__text{color:#a717ff!important}.layout__header .header__nav .nav__list .nav__item.nav__item_open .nav__submenu{max-height:9999px;padding-top:1.5rem;transition-delay:0s}}.layout__header .header__nav .nav__link{display:flex;text-decoration:none}@media(min-width:1240px){.layout__header .header__nav .nav__link{padding:.5rem .75rem;white-space:nowrap}}.layout__header .header__nav .nav__link.active>.nav__text,.layout__header .header__nav .nav__link:hover>.nav__text{color:#a717ff!important}.layout__header .header__nav .nav__text{color:#202639;transition:all .4s ease-in-out}.layout__header .header__nav .nav__action{align-items:center;display:flex;height:1.5rem;justify-content:center;margin-left:1rem;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:all .4s ease-in-out;width:1.5rem}@media(min-width:1240px){.layout__header .header__nav .nav__action{display:none}}.layout__header .header__nav .nav__action img,.layout__header .header__nav .nav__action svg{height:100%;width:100%}.layout__header .header__nav .nav__submenu{display:flex;flex-direction:column;max-height:0;overflow:hidden;transition:all .4s ease-in-out;transition-delay:.4s;width:100%}@media(min-width:1240px){.layout__header .header__nav .nav__submenu{align-items:center;background-color:#fff;border-radius:1.5rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);left:50%;padding:0 1.5rem;position:absolute;top:calc(100% + 1.75rem);-webkit-transform:translateX(-50%);transform:translateX(-50%);width:auto;z-index:2}}.layout__header .header__nav .nav__submenu:hover>.nav__item>.nav__link:not(.active) .nav__text,.layout__header .header__nav .nav__submenu:hover>.nav__item>.nav__link:not(:hover) .nav__text{color:#8f939c}.layout__header .header__languages{position:relative}@media(max-width:1239px){.layout__header .header__languages{order:-1}}.layout__header .header__languages:not(:last-child){margin-bottom:1.5rem}@media(min-width:1240px){.layout__header .header__languages:not(:last-child){margin-bottom:0;margin-right:1rem}}.layout__header .header__languages:not(:last-child):hover .languages__header{background-color:#202639}.layout__header .header__languages:not(:last-child):hover .languages__header .languages__action{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.layout__header .header__languages:not(:last-child):hover .languages__header .languages__action img path,.layout__header .header__languages:not(:last-child):hover .languages__header .languages__action svg path{fill:#fff}.layout__header .header__languages:not(:last-child):hover .languages__main{background-color:#202639}.layout__header .header__languages:not(:last-child):hover .languages__main .languages__title .languages__text{color:#fff}@media(min-width:1240px){.layout__header .header__languages.header__languages__active .languages__header{border-radius:1rem 1rem 0 0}}.layout__header .header__languages .languages__header{align-items:center;background-color:#e5e5e5;border-radius:1.5rem;cursor:pointer;display:flex;padding:.25rem .5rem;transition:all .4s ease-in-out}.layout__header .header__languages .languages__main{background-color:#e5e5e5;border-radius:1.5rem;left:calc(100% + .5rem);padding:.25rem .75rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .4s ease-in-out}@media(min-width:1240px){.layout__header .header__languages .languages__main{border-radius:0 0 1rem 1rem;left:0;top:calc(100% + .25rem);-webkit-transform:none;transform:none;width:100%}}.layout__header .header__languages .languages__main .languages__media:not(:last-child){margin-right:.5rem}.layout__header .header__languages .languages__list{display:flex;flex-direction:row}@media(min-width:1240px){.layout__header .header__languages .languages__list{flex-direction:column}}.layout__header .header__languages .languages__item{align-items:center;cursor:pointer;display:flex}.layout__header .header__languages .languages__item:not(:last-child){margin-right:1rem}@media(min-width:1240px){.layout__header .header__languages .languages__item:not(:last-child){margin-right:0}}.layout__header .header__languages .languages__media{align-items:flex-start;display:flex;height:1.5rem;width:1.5rem}.layout__header .header__languages .languages__media:not(:last-child){margin-right:.25rem}.layout__header .header__languages .languages__media img,.layout__header .header__languages .languages__media svg{height:100%;width:100%}.layout__header .header__languages .languages__title .languages__text{color:#202639;font-size:.875rem;font-weight:500;line-height:1.5rem;text-transform:capitalize;transition:all .4s ease-in-out}.layout__header .header__languages .languages__action{align-items:flex-start;display:flex;height:1.5rem;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:all .4s ease-in-out;width:1.5rem}.layout__header .header__languages .languages__action img,.layout__header .header__languages .languages__action svg{fill:#202639;height:100%;transition:all .4s ease-in-out;width:100%}@media(min-width:1240px){.layout__header .header__account{margin-left:auto}}.layout__header .header__account .account__link{align-items:center;display:flex;text-decoration:none}.layout__header .header__account .account__title:not(:last-child){margin-right:.5rem}.layout__header .header__account .account__title .title__text{color:#202639;font-size:1rem;font-weight:500;line-height:1.5rem}.layout__header .header__account .account__media{align-items:flex-start;display:flex;height:1.5rem;width:1.5rem}.layout__header .header__account .account__media img,.layout__header .header__account .account__media svg{height:100%;width:100%}.layout__header .header__burger{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:1.5rem;justify-content:center;margin-left:auto;width:1.5rem;z-index:10}@media(min-width:1240px){.layout__header .header__burger{display:none}}.layout__header .header__burger .burger__item{background-color:#202639;border-radius:.5rem;height:.125rem;transition:all .4s ease-in-out;width:1rem}.layout__header .header__burger .burger__item:not(:last-child){margin-bottom:.25rem}.layout__footer{background-color:#202639;color:#fff;padding:2rem 0}@media screen and (min-width:992px){.layout__footer{padding:4rem 0}}.layout__footer .container{margin:0 auto;max-width:calc(100vw - 2rem);width:75rem}.layout__footer .footer__group{width:100%}.layout__footer .footer__group:not(:last-child){margin-bottom:2rem}@media screen and (min-width:768px){.layout__footer .footer__group:not(:last-child){margin-bottom:4rem}}.layout__footer .footer__group .h1,.layout__footer .footer__group .h2,.layout__footer .footer__group .h3,.layout__footer .footer__group .h4,.layout__footer .footer__group .h5,.layout__footer .footer__group .h6,.layout__footer .footer__group h1,.layout__footer .footer__group h2,.layout__footer .footer__group h3,.layout__footer .footer__group h4,.layout__footer .footer__group h5,.layout__footer .footer__group h6{color:#fff}.footer__logo .logo__link{align-items:flex-start;display:flex;width:12.5rem}@media screen and (min-width:992px){.footer__logo .logo__link{width:21.75rem}}.footer__logo img,.footer__logo svg{height:100%;width:100%}.footer__nav .nav__groups{display:flex;flex-direction:column;margin-bottom:-2rem}@media screen and (min-width:992px){.footer__nav .nav__groups{flex-direction:row}}.footer__nav .nav__group{margin-bottom:2rem}@media screen and (max-width:991px){.footer__nav .nav__group{border-bottom:1px solid #fff;margin-bottom:1.5rem;padding-bottom:1.5rem}.footer__nav .nav__group.nav__group_open .nav__header{margin-bottom:.75rem}.footer__nav .nav__group.nav__group_open .nav__action{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.footer__nav .nav__group.nav__group_open .nav__main{max-height:9999px}}@media screen and (min-width:992px){.footer__nav .nav__group:not(:last-child){margin-right:1.5rem}}@media(min-width:1240px){.footer__nav .nav__group:not(:last-child){margin-right:4rem}}.footer__nav .nav__header{align-items:center;display:flex;justify-content:space-between;transition:all .4s ease-in-out}@media screen and (min-width:992px){.footer__nav .nav__header:not(:last-child){margin-bottom:.75rem}}.footer__nav .nav__header .nav__title:not(:last-child){margin-right:1rem}.footer__nav .nav__header .nav__title .title__text{font-size:1.125rem;line-height:1.25rem}@media screen and (min-width:992px){.footer__nav .nav__header .nav__title .title__text{font-size:1.25rem;font-weight:500;line-height:1.5rem}}.footer__nav .nav__header .nav__action{align-items:center;display:flex;height:1.5rem;justify-content:center;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:all .4s ease-in-out;width:1.5rem}@media screen and (min-width:992px){.footer__nav .nav__header .nav__action{display:none}}.footer__nav .nav__header .nav__action img,.footer__nav .nav__header .nav__action svg{fill:#fff;height:100%;width:100%}.footer__nav .nav__main{max-height:0;overflow:hidden;transition:all .4s ease-in-out}@media screen and (min-width:992px){.footer__nav .nav__main{max-height:9999px}}.footer__nav .nav__list{display:flex;flex-direction:column}.footer__nav .nav__item:not(:last-child){margin-bottom:.5rem}@media screen and (min-width:992px){.footer__nav .nav__item:not(:last-child){margin-bottom:.75rem}}.footer__nav .nav__link{color:hsla(0,0%,100%,.7);display:flex;font-size:1.125rem;line-height:1.25rem;transition:all .4s ease-in-out}@media screen and (min-width:992px){.footer__nav .nav__link{font-size:.875rem;line-height:1rem}}@media(min-width:1240px){.footer__nav .nav__link{white-space:nowrap}}.footer__nav .nav__link.active,.footer__nav .nav__link:hover{color:#a717ff}@media screen and (max-width:991px){.footer__contact{border-bottom:1px solid #fff;margin-bottom:1.5rem;padding-bottom:1.5rem}}@media screen and (min-width:992px){.footer__contact{align-items:flex-end;display:flex;flex-direction:column}}.footer__contact .contact__header:not(:last-child){margin-bottom:.75rem}.footer__contact .contact__list{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media screen and (min-width:992px){.footer__contact .contact__list{align-items:flex-start;flex-direction:column;justify-content:flex-start}}.footer__contact .contact__item:not(:last-child){margin:0 .75rem .25rem 0}@media screen and (min-width:992px){.footer__contact .contact__item:not(:last-child){margin-right:0}}.footer__contact .contact__item.contact__item_second{text-align:center;width:100%}@media screen and (min-width:768px){.footer__contact .contact__item.contact__item_second{text-align:left;width:auto}}.footer__contact .contact__item.contact__item_second:not(:last-child){margin-bottom:.75rem}.footer__contact .contact__item.contact__item_second .contact__link{font-size:2rem;line-height:2.5rem}@media screen and (min-width:992px){.footer__contact .contact__item.contact__item_second .contact__link{font-size:1.125rem;line-height:1.25rem}}.footer__contact .contact__item:hover .contact__link{color:#a717ff}.footer__contact .contact__link{color:#fff;font-size:.875rem;line-height:1.25rem;transition:all .4s ease-in-out}.footer__contact .contact__socials{display:flex;justify-content:center;width:100%}@media screen and (min-width:768px){.footer__contact .contact__socials{justify-content:flex-start}}.footer__contact .contact__socials .socials__list{display:flex;margin:0 -1.5rem -.5rem 0}.footer__contact .contact__socials .socials__item{margin:0 1.5rem .5rem 0}.footer__contact .contact__socials .socials__link{align-items:flex-start;display:flex;height:1.5rem;width:1.5rem}.footer__contact .contact__socials .socials__link:hover img,.footer__contact .contact__socials .socials__link:hover svg{-webkit-transform:scale(1.1);transform:scale(1.1)}.footer__contact .contact__socials img,.footer__contact .contact__socials svg{height:100%;-webkit-transform:scale(1);transform:scale(1);transition:all .4s ease-in-out;width:100%}.footer__socials .socials__groups{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -.75rem -1.5rem;width:calc(100% + 1.5rem)}@media screen and (min-width:992px){.footer__socials .socials__groups{justify-content:flex-start;margin:0 -2rem -2rem;width:calc(100% + 4rem)}}.footer__socials .socials__group{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1.5rem;padding:0 .75rem}@media screen and (min-width:992px){.footer__socials .socials__group{margin-bottom:2rem;padding:0 2rem}}.footer__socials .socials__header:not(:last-child){margin-bottom:.5rem}.footer__socials .socials__location{align-items:center;display:flex}.footer__socials .socials__location:not(:last-child){margin-bottom:.5rem}.footer__socials .socials__location .location__media{align-items:flex-start;display:flex;height:1.5rem;width:1.5rem}.footer__socials .socials__location .location__media:not(:last-child){margin-right:.5rem}.footer__socials .socials__location .location__media img,.footer__socials .socials__location .location__media svg{height:100%;width:100%}.footer__socials .socials__location .location__title .title__text{font-size:.875rem;line-height:1.5rem}.footer__socials .socials__main{border-radius:6.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.25);padding:.5rem}.footer__socials .socials__list{display:flex;margin:0 -1.5rem -.5rem 0}.footer__socials .socials__item{margin:0 1.5rem .5rem 0}.footer__socials .socials__link{align-items:flex-start;display:flex;height:1.5rem;width:1.5rem}.footer__socials .socials__link:hover img,.footer__socials .socials__link:hover svg{-webkit-transform:scale(1.1);transform:scale(1.1)}.footer__socials img,.footer__socials svg{height:100%;-webkit-transform:scale(1);transform:scale(1);transition:all .4s ease-in-out;width:100%}.footer__copyright{display:flex;font-size:.875rem;justify-content:center;line-height:1.5rem;text-align:center;text-transform:uppercase}@media screen and (min-width:992px){.footer__copyright{justify-content:flex-end;text-align:right}}.layout .accordion .accordion__item:not(:last-child),.p2p .accordion .accordion__item:not(:last-child){margin-bottom:1.5rem}.layout .accordion .accordion__item.accordion__item_active .accordion__header:not(:last-child),.p2p .accordion .accordion__item.accordion__item_active .accordion__header:not(:last-child){margin-bottom:.5rem}.layout .accordion .accordion__item.accordion__item_active .accordion__header .accordion__title .title__text,.p2p .accordion .accordion__item.accordion__item_active .accordion__header .accordion__title .title__text{color:#a717ff}.layout .accordion .accordion__item.accordion__item_active .accordion__header .accordion__action,.p2p .accordion .accordion__item.accordion__item_active .accordion__header .accordion__action{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.layout .accordion .accordion__item.accordion__item_active .accordion__main,.p2p .accordion .accordion__item.accordion__item_active .accordion__main{max-height:9999px;opacity:1;visibility:visible}.layout .accordion .accordion__item .accordion__header,.p2p .accordion .accordion__item .accordion__header{cursor:pointer;display:flex;transition:all .4s ease-in-out}.layout .accordion .accordion__item .accordion__header:not(:last-child),.p2p .accordion .accordion__item .accordion__header:not(:last-child){margin-bottom:0}.layout .accordion .accordion__item .accordion__header .accordion__title:not(:last-child),.p2p .accordion .accordion__item .accordion__header .accordion__title:not(:last-child){margin-right:1rem}.layout .accordion .accordion__item .accordion__header .accordion__title .title__text,.p2p .accordion .accordion__item .accordion__header .accordion__title .title__text{color:#000;font-size:1rem;font-weight:500;line-height:1rem;transition:all .4s ease-in-out}@media screen and (min-width:768px){.layout .accordion .accordion__item .accordion__header .accordion__title .title__text,.p2p .accordion .accordion__item .accordion__header .accordion__title .title__text{font-size:1.25rem;line-height:1.5rem}}.layout .accordion .accordion__item .accordion__header .accordion__action,.p2p .accordion .accordion__item .accordion__header .accordion__action{height:1.5rem;margin-left:auto;min-width:1.5rem;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:all .4s ease-in-out;width:1.5rem}.layout .accordion .accordion__item .accordion__header .accordion__action img,.layout .accordion .accordion__item .accordion__header .accordion__action svg,.p2p .accordion .accordion__item .accordion__header .accordion__action img,.p2p .accordion .accordion__item .accordion__header .accordion__action svg{height:100%;width:100%}.layout .accordion .accordion__item .accordion__main,.p2p .accordion .accordion__item .accordion__main{font-size:.875rem;line-height:1rem;max-height:0;opacity:0;transition:all .4s ease-in-out;visibility:hidden}@media screen and (min-width:768px){.layout .accordion .accordion__item .accordion__main,.p2p .accordion .accordion__item .accordion__main{font-size:1rem;line-height:1.5rem}}.account .btn,.layout .btn,.layout__header .btn,.p2p .btn,.p2p__modal .btn{align-items:center;-webkit-appearance:none;appearance:none;background-color:#202639;border:.0625rem solid #202639;border-radius:2rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;height:2.5rem;justify-content:center;line-height:1rem;margin:0;min-width:2.5rem;outline:none;padding:.75rem;text-align:center;text-decoration:none;transition:all .4s ease-in-out}@media screen and (min-width:768px){.account .btn.btn_secondary-padding,.layout .btn.btn_secondary-padding,.layout__header .btn.btn_secondary-padding,.p2p .btn.btn_secondary-padding,.p2p__modal .btn.btn_secondary-padding{padding:.75rem 2rem}}.account .btn:hover,.layout .btn:hover,.layout__header .btn:hover,.p2p .btn:hover,.p2p__modal .btn:hover{background:#fff;border-color:#202639;color:#202639;text-decoration:none}.account .btn:hover .btn__ico path,.layout .btn:hover .btn__ico path,.layout__header .btn:hover .btn__ico path,.p2p .btn:hover .btn__ico path,.p2p__modal .btn:hover .btn__ico path{fill:#202639}.account .btn:disabled,.layout .btn:disabled,.layout__header .btn:disabled,.p2p .btn:disabled,.p2p__modal .btn:disabled{background-color:#8f939c;border-color:#8f939c;color:#fff}.account .btn.btn_revert,.layout .btn.btn_revert,.layout__header .btn.btn_revert,.p2p .btn.btn_revert,.p2p__modal .btn.btn_revert{background-color:#fff;border-color:#202639;color:#202639}.account .btn.btn_revert:hover,.layout .btn.btn_revert:hover,.layout__header .btn.btn_revert:hover,.p2p .btn.btn_revert:hover,.p2p__modal .btn.btn_revert:hover{background-color:#202639;border-color:#202639;color:#fff}.account .btn.btn_revert:disabled,.layout .btn.btn_revert:disabled,.layout__header .btn.btn_revert:disabled,.p2p .btn.btn_revert:disabled,.p2p__modal .btn.btn_revert:disabled{background-color:#8f939c;border-color:#8f939c;color:#fff}.account .btn.btn_secondary,.layout .btn.btn_secondary,.layout__header .btn.btn_secondary,.p2p .btn.btn_secondary,.p2p__modal .btn.btn_secondary{background-color:#00d09e;border-color:#00d09e;color:#fff}.account .btn.btn_secondary:hover,.layout .btn.btn_secondary:hover,.layout__header .btn.btn_secondary:hover,.p2p .btn.btn_secondary:hover,.p2p__modal .btn.btn_secondary:hover{background-color:#1aefbc;border-color:#1aefbc;color:#fff}.account .btn.btn_secondary:disabled,.layout .btn.btn_secondary:disabled,.layout__header .btn.btn_secondary:disabled,.p2p .btn.btn_secondary:disabled,.p2p__modal .btn.btn_secondary:disabled{background-color:#ebfbf7;border-color:#ebfbf7;color:#202639}.account .btn.btn_secondary.btn_revert,.layout .btn.btn_secondary.btn_revert,.layout__header .btn.btn_secondary.btn_revert,.p2p .btn.btn_secondary.btn_revert,.p2p__modal .btn.btn_secondary.btn_revert{background-color:transparent;border-color:#1aefbc;color:#1aefbc}.account .btn.btn_secondary.btn_revert:hover,.layout .btn.btn_secondary.btn_revert:hover,.layout__header .btn.btn_secondary.btn_revert:hover,.p2p .btn.btn_secondary.btn_revert:hover,.p2p__modal .btn.btn_secondary.btn_revert:hover{background-color:#00d09e;border-color:#00d09e;color:#fff}.account .btn.btn_secondary.btn_revert:disabled,.layout .btn.btn_secondary.btn_revert:disabled,.layout__header .btn.btn_secondary.btn_revert:disabled,.p2p .btn.btn_secondary.btn_revert:disabled,.p2p__modal .btn.btn_secondary.btn_revert:disabled{background-color:#ebfbf7;border-color:#ebfbf7;color:#202639}.account .btn.btn_tertiary,.layout .btn.btn_tertiary,.layout__header .btn.btn_tertiary,.p2p .btn.btn_tertiary,.p2p__modal .btn.btn_tertiary{background-color:#ff004c;border-color:#ff004c;color:#fff}.account .btn.btn_tertiary:hover,.layout .btn.btn_tertiary:hover,.layout__header .btn.btn_tertiary:hover,.p2p .btn.btn_tertiary:hover,.p2p__modal .btn.btn_tertiary:hover{background-color:transparent;border-color:#ff004d;color:#ff004d}.account .btn.btn_tertiary:disabled,.layout .btn.btn_tertiary:disabled,.layout__header .btn.btn_tertiary:disabled,.p2p .btn.btn_tertiary:disabled,.p2p__modal .btn.btn_tertiary:disabled{background-color:#ffebf1;border-color:#ffebf1;color:#202639}.account .btn.btn_tertiary.btn_revert,.layout .btn.btn_tertiary.btn_revert,.layout__header .btn.btn_tertiary.btn_revert,.p2p .btn.btn_tertiary.btn_revert,.p2p__modal .btn.btn_tertiary.btn_revert{background-color:transparent;border-color:#ff004d;color:#ff004d}.account .btn.btn_tertiary.btn_revert:hover,.layout .btn.btn_tertiary.btn_revert:hover,.layout__header .btn.btn_tertiary.btn_revert:hover,.p2p .btn.btn_tertiary.btn_revert:hover,.p2p__modal .btn.btn_tertiary.btn_revert:hover{background-color:#ff004c;border-color:#ff004c;color:#fff}.account .btn.btn_tertiary.btn_revert:disabled,.layout .btn.btn_tertiary.btn_revert:disabled,.layout__header .btn.btn_tertiary.btn_revert:disabled,.p2p .btn.btn_tertiary.btn_revert:disabled,.p2p__modal .btn.btn_tertiary.btn_revert:disabled{background-color:#ffebf1;border-color:#ffebf1;color:#202639}.account .btn.btn_quartyty,.layout .btn.btn_quartyty,.layout__header .btn.btn_quartyty,.p2p .btn.btn_quartyty,.p2p__modal .btn.btn_quartyty{background-color:#a717ff;border-color:#a717ff;color:#fff}.account .btn.btn_quartyty:hover,.layout .btn.btn_quartyty:hover,.layout__header .btn.btn_quartyty:hover,.p2p .btn.btn_quartyty:hover,.p2p__modal .btn.btn_quartyty:hover{background-color:#ca74fe;border-color:#ca74fe;color:#fff}.account .btn.btn_quartyty:disabled,.layout .btn.btn_quartyty:disabled,.layout__header .btn.btn_quartyty:disabled,.p2p .btn.btn_quartyty:disabled,.p2p__modal .btn.btn_quartyty:disabled{background-color:rgba(202,116,254,.5);border-color:rgba(202,116,254,.5);color:#202639}.account .btn.btn_quartyty.btn_revert,.layout .btn.btn_quartyty.btn_revert,.layout__header .btn.btn_quartyty.btn_revert,.p2p .btn.btn_quartyty.btn_revert,.p2p__modal .btn.btn_quartyty.btn_revert{background-color:transparent;border-color:#a717ff;color:#a717ff}.account .btn.btn_quartyty.btn_revert:hover,.layout .btn.btn_quartyty.btn_revert:hover,.layout__header .btn.btn_quartyty.btn_revert:hover,.p2p .btn.btn_quartyty.btn_revert:hover,.p2p__modal .btn.btn_quartyty.btn_revert:hover{background-color:#a717ff;border-color:#a717ff;color:#fff}.account .btn.btn_quartyty.btn_revert:disabled,.layout .btn.btn_quartyty.btn_revert:disabled,.layout__header .btn.btn_quartyty.btn_revert:disabled,.p2p .btn.btn_quartyty.btn_revert:disabled,.p2p__modal .btn.btn_quartyty.btn_revert:disabled{background-color:#ffebf1;border-color:#ffebf1;color:#202639}.account .btn.btn_sixty,.layout .btn.btn_sixty,.layout__header .btn.btn_sixty,.p2p .btn.btn_sixty,.p2p__modal .btn.btn_sixty{background-color:#00d09e;border-color:#00d09e;color:#fff}.account .btn.btn_sixty:hover,.layout .btn.btn_sixty:hover,.layout__header .btn.btn_sixty:hover,.p2p .btn.btn_sixty:hover,.p2p__modal .btn.btn_sixty:hover{background-color:#1aefbc;border-color:#1aefbc;color:#fff}.account .btn.btn_sixty:disabled,.layout .btn.btn_sixty:disabled,.layout__header .btn.btn_sixty:disabled,.p2p .btn.btn_sixty:disabled,.p2p__modal .btn.btn_sixty:disabled{background-color:#ebfbf7;border-color:#ebfbf7;color:#202639}.account .btn.btn_sixty.btn_revert,.layout .btn.btn_sixty.btn_revert,.layout__header .btn.btn_sixty.btn_revert,.p2p .btn.btn_sixty.btn_revert,.p2p__modal .btn.btn_sixty.btn_revert{background-color:transparent;border-color:#00d09e;color:#00d09e}.account .btn.btn_sixty.btn_revert:hover,.layout .btn.btn_sixty.btn_revert:hover,.layout__header .btn.btn_sixty.btn_revert:hover,.p2p .btn.btn_sixty.btn_revert:hover,.p2p__modal .btn.btn_sixty.btn_revert:hover{background-color:#00d09e;border-color:#00d09e;color:#fff}.account .btn.btn_sixty.btn_revert:disabled,.layout .btn.btn_sixty.btn_revert:disabled,.layout__header .btn.btn_sixty.btn_revert:disabled,.p2p .btn.btn_sixty.btn_revert:disabled,.p2p__modal .btn.btn_sixty.btn_revert:disabled{background-color:#ebfbf7;border-color:#ebfbf7;color:#202639}.account .btn.btn_secondary-radius,.layout .btn.btn_secondary-radius,.layout__header .btn.btn_secondary-radius,.p2p .btn.btn_secondary-radius,.p2p__modal .btn.btn_secondary-radius{border-radius:.625rem}@media screen and (max-width:767px){.account .btn.btn_m-circly,.layout .btn.btn_m-circly,.layout__header .btn.btn_m-circly,.p2p .btn.btn_m-circly,.p2p__modal .btn.btn_m-circly{height:2.5rem;padding:0;width:2.5rem}.account .btn.btn_m-circly .btn__text,.layout .btn.btn_m-circly .btn__text,.layout__header .btn.btn_m-circly .btn__text,.p2p .btn.btn_m-circly .btn__text,.p2p__modal .btn.btn_m-circly .btn__text{display:none}}.account .btn.btn_large,.layout .btn.btn_large,.layout__header .btn.btn_large,.p2p .btn.btn_large,.p2p__modal .btn.btn_large{border-width:.125rem;box-shadow:0 .25rem 1.5rem rgba(0,0,0,.15);height:4.5rem}.account .btn__ico:not(:last-child),.account .btn__text:not(:last-child),.layout .btn__ico:not(:last-child),.layout .btn__text:not(:last-child),.layout__header .btn__ico:not(:last-child),.layout__header .btn__text:not(:last-child),.p2p .btn__ico:not(:last-child),.p2p .btn__text:not(:last-child),.p2p__modal .btn__ico:not(:last-child),.p2p__modal .btn__text:not(:last-child){margin-right:.5rem}.account .btn__ico path,.layout .btn__ico path,.layout__header .btn__ico path,.p2p .btn__ico path,.p2p__modal .btn__ico path{transition:all .4s ease-in-out}.account .btn__ico img,.account .btn__ico svg,.layout .btn__ico img,.layout .btn__ico svg,.layout__header .btn__ico img,.layout__header .btn__ico svg,.p2p .btn__ico img,.p2p .btn__ico svg,.p2p__modal .btn__ico img,.p2p__modal .btn__ico svg{height:1rem;min-width:1rem;width:1rem}.btn-round{align-items:center;background-color:#000;border-radius:50%;color:#fff;display:inline-flex;height:20px;justify-content:center;padding:0;width:20px}.account .formular,.layout .formular,.p2p .formular,.p2p__modal .formular{margin-bottom:-.5rem}@media screen and (min-width:768px){.account .formular,.layout .formular,.p2p .formular,.p2p__modal .formular{margin-bottom:-1.5rem}}.account .form-items,.layout .form-items,.p2p .form-items,.p2p__modal .form-items{display:flex;flex-wrap:wrap;margin:0 -.25rem;width:calc(100% + .5rem)}@media screen and (min-width:768px){.account .form-items,.layout .form-items,.p2p .form-items,.p2p__modal .form-items{margin:0 -.625rem;width:calc(100% + 1.25rem)}}.account .form-items .form-item,.layout .form-items .form-item,.p2p .form-items .form-item,.p2p__modal .form-items .form-item{padding:0 .25rem}@media screen and (min-width:768px){.account .form-items .form-item,.layout .form-items .form-item,.p2p .form-items .form-item,.p2p__modal .form-items .form-item{padding:0 .625rem}}.account .form-items .form-item__ico,.layout .form-items .form-item__ico,.p2p .form-items .form-item__ico,.p2p__modal .form-items .form-item__ico{align-items:center;display:flex;height:2.5rem;justify-content:center;width:1.25rem}.account .form-items .form-item__ico img,.account .form-items .form-item__ico svg,.layout .form-items .form-item__ico img,.layout .form-items .form-item__ico svg,.p2p .form-items .form-item__ico img,.p2p .form-items .form-item__ico svg,.p2p__modal .form-items .form-item__ico img,.p2p__modal .form-items .form-item__ico svg{height:.75rem;width:1.25rem}.account .form-item,.layout .form-item,.p2p .form-item,.p2p__modal .form-item{margin-bottom:.5rem}@media screen and (min-width:768px){.account .form-item,.layout .form-item,.p2p .form-item,.p2p__modal .form-item{margin-bottom:1.5rem}}.account .form-items_exhange_curency,.layout .form-items_exhange_curency,.p2p .form-items_exhange_curency,.p2p__modal .form-items_exhange_curency{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.account .form-item_exhange_curency,.layout .form-item_exhange_curency,.p2p .form-item_exhange_curency,.p2p__modal .form-item_exhange_curency{flex:0 0 auto;margin:.25rem;width:auto}.account .form-item__footer:not(:last-child),.account .form-item__header:not(:last-child),.account .form-item__main:not(:last-child),.layout .form-item__footer:not(:last-child),.layout .form-item__header:not(:last-child),.layout .form-item__main:not(:last-child),.p2p .form-item__footer:not(:last-child),.p2p .form-item__header:not(:last-child),.p2p .form-item__main:not(:last-child),.p2p__modal .form-item__footer:not(:last-child),.p2p__modal .form-item__header:not(:last-child),.p2p__modal .form-item__main:not(:last-child){margin-bottom:.25rem}.account .form-item__footer.secondary-margin:not(:last-child),.account .form-item__header.secondary-margin:not(:last-child),.account .form-item__main.secondary-margin:not(:last-child),.layout .form-item__footer.secondary-margin:not(:last-child),.layout .form-item__header.secondary-margin:not(:last-child),.layout .form-item__main.secondary-margin:not(:last-child),.p2p .form-item__footer.secondary-margin:not(:last-child),.p2p .form-item__header.secondary-margin:not(:last-child),.p2p .form-item__main.secondary-margin:not(:last-child),.p2p__modal .form-item__footer.secondary-margin:not(:last-child),.p2p__modal .form-item__header.secondary-margin:not(:last-child),.p2p__modal .form-item__main.secondary-margin:not(:last-child){margin-bottom:1.5rem}.account .form-item__header,.layout .form-item__header,.p2p .form-item__header,.p2p__modal .form-item__header{align-items:flex-start;display:flex;flex-direction:column;min-height:1.25em}.account .form-item__title,.layout .form-item__title,.p2p .form-item__title,.p2p__modal .form-item__title{color:#8f939c;cursor:pointer;font-size:.875rem;font-weight:400;line-height:1rem;transition:all .4s ease-in-out}.account .form-item__title.form-item__title_secondary,.layout .form-item__title.form-item__title_secondary,.p2p .form-item__title.form-item__title_secondary,.p2p__modal .form-item__title.form-item__title_secondary{font-size:1rem;font-weight:500;line-height:2rem}.account .form-item__title:hover,.layout .form-item__title:hover,.p2p .form-item__title:hover,.p2p__modal .form-item__title:hover{color:#202639}.account .form-item__sup,.layout .form-item__sup,.p2p .form-item__sup,.p2p__modal .form-item__sup{color:#ff004c;font-size:1rem;font-weight:500;line-height:1rem;-webkit-transform:translateY(-.25rem);transform:translateY(-.25rem)}.account .form-item__subtitle,.layout .form-item__subtitle,.p2p .form-item__subtitle,.p2p__modal .form-item__subtitle{color:#202639;font-size:.875rem;font-weight:400;line-height:1rem}.account .form-item__main.form-item__main_row,.layout .form-item__main.form-item__main_row,.p2p .form-item__main.form-item__main_row,.p2p__modal .form-item__main.form-item__main_row{display:flex;margin:0 -.5rem;width:calc(100% + .5rem)}.account .form-item__main.form-item__main_row .form-item__field,.layout .form-item__main.form-item__main_row .form-item__field,.p2p .form-item__main.form-item__main_row .form-item__field,.p2p__modal .form-item__main.form-item__main_row .form-item__field{margin:0 .25rem .5rem}.account .form-item__content,.layout .form-item__content,.p2p .form-item__content,.p2p__modal .form-item__content{color:#202639;font-size:.875rem;line-height:1.5rem;text-align:center}.account .form-item__tooltip,.layout .form-item__tooltip,.p2p .form-item__tooltip,.p2p__modal .form-item__tooltip{position:relative}.account .form-item__tooltip:hover .tooltip__dropdown,.layout .form-item__tooltip:hover .tooltip__dropdown,.p2p .form-item__tooltip:hover .tooltip__dropdown,.p2p__modal .form-item__tooltip:hover .tooltip__dropdown{opacity:1;visibility:visible}.account .form-item__tooltip .tooltip__preview,.layout .form-item__tooltip .tooltip__preview,.p2p .form-item__tooltip .tooltip__preview,.p2p__modal .form-item__tooltip .tooltip__preview{align-items:center;display:flex}.account .form-item__tooltip .tooltip__title:not(:last-child),.layout .form-item__tooltip .tooltip__title:not(:last-child),.p2p .form-item__tooltip .tooltip__title:not(:last-child),.p2p__modal .form-item__tooltip .tooltip__title:not(:last-child){margin-right:.5rem}.account .form-item__tooltip .tooltip__title .title__text,.layout .form-item__tooltip .tooltip__title .title__text,.p2p .form-item__tooltip .tooltip__title .title__text,.p2p__modal .form-item__tooltip .tooltip__title .title__text{color:#8f939c;font-size:.875rem;line-height:1rem}.account .form-item__tooltip .tooltip__media,.layout .form-item__tooltip .tooltip__media,.p2p .form-item__tooltip .tooltip__media,.p2p__modal .form-item__tooltip .tooltip__media{align-items:flex-start;display:flex;height:1rem;width:1rem}.account .form-item__tooltip .tooltip__media:not(:last-child),.layout .form-item__tooltip .tooltip__media:not(:last-child),.p2p .form-item__tooltip .tooltip__media:not(:last-child),.p2p__modal .form-item__tooltip .tooltip__media:not(:last-child){margin-right:.5rem}.account .form-item__tooltip .tooltip__media img,.account .form-item__tooltip .tooltip__media svg,.layout .form-item__tooltip .tooltip__media img,.layout .form-item__tooltip .tooltip__media svg,.p2p .form-item__tooltip .tooltip__media img,.p2p .form-item__tooltip .tooltip__media svg,.p2p__modal .form-item__tooltip .tooltip__media img,.p2p__modal .form-item__tooltip .tooltip__media svg{height:100%;width:100%}.account .form-item__tooltip .tooltip__dropdown,.layout .form-item__tooltip .tooltip__dropdown,.p2p .form-item__tooltip .tooltip__dropdown,.p2p__modal .form-item__tooltip .tooltip__dropdown{background-color:#8f939c;border-radius:1.5rem 1.5rem 0 0;bottom:0;left:0;opacity:0;padding:.5rem 1rem;position:fixed;transition:all .4s ease-in-out;visibility:hidden;width:100%;z-index:5}@media screen and (min-width:992px){.account .form-item__tooltip .tooltip__dropdown,.layout .form-item__tooltip .tooltip__dropdown,.p2p .form-item__tooltip .tooltip__dropdown,.p2p__modal .form-item__tooltip .tooltip__dropdown{border-radius:1.5rem;bottom:auto;left:calc(100% + .5rem);position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20rem}}.account .form-item__tooltip .tooltip__dropdown p:not(:last-child),.layout .form-item__tooltip .tooltip__dropdown p:not(:last-child),.p2p .form-item__tooltip .tooltip__dropdown p:not(:last-child),.p2p__modal .form-item__tooltip .tooltip__dropdown p:not(:last-child){margin-bottom:.25rem}.account .form-item__tooltip .dropdown__main,.layout .form-item__tooltip .dropdown__main,.p2p .form-item__tooltip .dropdown__main,.p2p__modal .form-item__tooltip .dropdown__main{color:#fff;font-size:.75rem;line-height:1rem;max-height:2.5rem;overflow:hidden;overflow-y:auto;padding-right:.5rem}.account .form-item__fields,.layout .form-item__fields,.p2p .form-item__fields,.p2p__modal .form-item__fields{display:flex;flex-wrap:wrap;margin:0 -.5rem -.5rem;width:calc(100% + 1rem)}.account .form-item__fields .form-item__field,.layout .form-item__fields .form-item__field,.p2p .form-item__fields .form-item__field,.p2p__modal .form-item__fields .form-item__field{margin-bottom:.5rem;padding:0 .75rem}.account .form-item__field:not(:last-child),.layout .form-item__field:not(:last-child),.p2p .form-item__field:not(:last-child),.p2p__modal .form-item__field:not(:last-child){margin-bottom:.5rem}@media screen and (min-width:768px){.account .form-item__field:not(:last-child),.layout .form-item__field:not(:last-child),.p2p .form-item__field:not(:last-child),.p2p__modal .form-item__field:not(:last-child){margin-bottom:1rem}}.account .form-item__attach,.layout .form-item__attach,.p2p .form-item__attach,.p2p__modal .form-item__attach{position:relative}.account .form-item__attach .attach__label,.layout .form-item__attach .attach__label,.p2p .form-item__attach .attach__label,.p2p__modal .form-item__attach .attach__label{background-color:#f6f6f6;border-radius:1.5rem;cursor:pointer;display:block;padding-top:50%;position:relative;width:100%}.account .form-item__attach .attach__input,.layout .form-item__attach .attach__input,.p2p .form-item__attach .attach__input,.p2p__modal .form-item__attach .attach__input{left:-999999px;position:absolute}.account .form-item__attach .attach__ico,.layout .form-item__attach .attach__ico,.p2p .form-item__attach .attach__ico,.p2p__modal .form-item__attach .attach__ico{height:1.5rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:1.5rem}.account .form-item__switch.form-item__switch_up .switch__input:checked~.switch__layout,.layout .form-item__switch.form-item__switch_up .switch__input:checked~.switch__layout,.p2p .form-item__switch.form-item__switch_up .switch__input:checked~.switch__layout,.p2p__modal .form-item__switch.form-item__switch_up .switch__input:checked~.switch__layout{background-color:#00d09e;color:#fff}.account .form-item__switch.form-item__switch_down .switch__input:checked~.switch__layout,.layout .form-item__switch.form-item__switch_down .switch__input:checked~.switch__layout,.p2p .form-item__switch.form-item__switch_down .switch__input:checked~.switch__layout,.p2p__modal .form-item__switch.form-item__switch_down .switch__input:checked~.switch__layout{background-color:#ff004d;color:#fff}.account .form-item__switch.form-item__disabled,.layout .form-item__switch.form-item__disabled,.p2p .form-item__switch.form-item__disabled,.p2p__modal .form-item__switch.form-item__disabled{pointer-events:none}.account .form-item__switch .switch__label,.layout .form-item__switch .switch__label,.p2p .form-item__switch .switch__label,.p2p__modal .form-item__switch .switch__label{cursor:pointer;position:relative}.account .form-item__switch .switch__input,.layout .form-item__switch .switch__input,.p2p .form-item__switch .switch__input,.p2p__modal .form-item__switch .switch__input{left:-999999px;position:absolute}.account .form-item__switch .switch__input:checked~.switch__media,.layout .form-item__switch .switch__input:checked~.switch__media,.p2p .form-item__switch .switch__input:checked~.switch__media,.p2p__modal .form-item__switch .switch__input:checked~.switch__media{order:2}.account .form-item__switch .switch__layout,.layout .form-item__switch .switch__layout,.p2p .form-item__switch .switch__layout,.p2p__modal .form-item__switch .switch__layout{align-items:center;background-color:#e5e5e5;border-radius:1.5rem;color:#202639;display:flex;padding:.25rem}.account .form-item__switch .switch__media,.layout .form-item__switch .switch__media,.p2p .form-item__switch .switch__media,.p2p__modal .form-item__switch .switch__media{align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-shrink:0;height:2rem;justify-content:center;width:2rem}.account .form-item__switch .switch__media img,.account .form-item__switch .switch__media svg,.layout .form-item__switch .switch__media img,.layout .form-item__switch .switch__media svg,.p2p .form-item__switch .switch__media img,.p2p .form-item__switch .switch__media svg,.p2p__modal .form-item__switch .switch__media img,.p2p__modal .form-item__switch .switch__media svg{height:.75rem;width:.75rem}.account .form-item__switch .switch__title,.layout .form-item__switch .switch__title,.p2p .form-item__switch .switch__title,.p2p__modal .form-item__switch .switch__title{min-width:9.25rem;text-align:center;width:100%}.account .form-item__switch .switch__title .switch__text,.layout .form-item__switch .switch__title .switch__text,.p2p .form-item__switch .switch__title .switch__text,.p2p__modal .form-item__switch .switch__title .switch__text{font-size:1rem;font-weight:500;line-height:1.25rem}.account .form-item__scope,.layout .form-item__scope,.p2p .form-item__scope,.p2p__modal .form-item__scope{align-items:center;background-color:#fff;border:.0625rem solid #202639;border-radius:2rem;color:#202639;display:flex;height:2.5rem;justify-content:space-between;overflow:hidden;transition:all .4s ease-in-out}.account .form-item__scope .scope__after,.account .form-item__scope .scope__before,.layout .form-item__scope .scope__after,.layout .form-item__scope .scope__before,.p2p .form-item__scope .scope__after,.p2p .form-item__scope .scope__before,.p2p__modal .form-item__scope .scope__after,.p2p__modal .form-item__scope .scope__before{align-items:center;color:#8f939c;display:flex;font-size:1rem;font-weight:500;line-height:2.5rem;padding:.75rem;white-space:nowrap}.account .form-item__scope .scope__after:first-child,.account .form-item__scope .scope__before:first-child,.layout .form-item__scope .scope__after:first-child,.layout .form-item__scope .scope__before:first-child,.p2p .form-item__scope .scope__after:first-child,.p2p .form-item__scope .scope__before:first-child,.p2p__modal .form-item__scope .scope__after:first-child,.p2p__modal .form-item__scope .scope__before:first-child{padding-right:0}.account .form-item__scope .scope__after:last-child,.account .form-item__scope .scope__before:last-child,.layout .form-item__scope .scope__after:last-child,.layout .form-item__scope .scope__before:last-child,.p2p .form-item__scope .scope__after:last-child,.p2p .form-item__scope .scope__before:last-child,.p2p__modal .form-item__scope .scope__after:last-child,.p2p__modal .form-item__scope .scope__before:last-child{padding-left:0}.account .form-item__scope .scope__after span:not(:last-child),.account .form-item__scope .scope__before span:not(:last-child),.layout .form-item__scope .scope__after span:not(:last-child),.layout .form-item__scope .scope__before span:not(:last-child),.p2p .form-item__scope .scope__after span:not(:last-child),.p2p .form-item__scope .scope__before span:not(:last-child),.p2p__modal .form-item__scope .scope__after span:not(:last-child),.p2p__modal .form-item__scope .scope__before span:not(:last-child){margin-right:.25rem}.account .form-item__scope .scope__after img,.account .form-item__scope .scope__after svg,.account .form-item__scope .scope__before img,.account .form-item__scope .scope__before svg,.layout .form-item__scope .scope__after img,.layout .form-item__scope .scope__after svg,.layout .form-item__scope .scope__before img,.layout .form-item__scope .scope__before svg,.p2p .form-item__scope .scope__after img,.p2p .form-item__scope .scope__after svg,.p2p .form-item__scope .scope__before img,.p2p .form-item__scope .scope__before svg,.p2p__modal .form-item__scope .scope__after img,.p2p__modal .form-item__scope .scope__after svg,.p2p__modal .form-item__scope .scope__before img,.p2p__modal .form-item__scope .scope__before svg{height:1rem;min-width:1rem;width:1rem}.account .form-item__scope .scope__input,.layout .form-item__scope .scope__input,.p2p .form-item__scope .scope__input,.p2p__modal .form-item__scope .scope__input{-webkit-appearance:none;appearance:none;background-color:transparent;border:0;box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;height:100%;line-height:2.5rem;margin:0;min-height:2.5rem;outline:none;padding:0 .75rem;text-overflow:ellipsis;width:100%}.account .form-item__scope.scope_disabled,.layout .form-item__scope.scope_disabled,.p2p .form-item__scope.scope_disabled,.p2p__modal .form-item__scope.scope_disabled{background-color:#e5e5e5;border-color:#e5e5e5;pointer-events:none}.account .form-item__scope::-webkit-input-placeholder,.layout .form-item__scope::-webkit-input-placeholder,.p2p .form-item__scope::-webkit-input-placeholder,.p2p__modal .form-item__scope::-webkit-input-placeholder{color:#8f939c;opacity:1}.account .form-item__scope::placeholder,.layout .form-item__scope::placeholder,.p2p .form-item__scope::placeholder,.p2p__modal .form-item__scope::placeholder{color:#8f939c;opacity:1}.account .form-item__scope.form-item__input_textarea,.layout .form-item__scope.form-item__input_textarea,.p2p .form-item__scope.form-item__input_textarea,.p2p__modal .form-item__scope.form-item__input_textarea{height:6.875rem;resize:none;width:100%}.account .form-item__data,.layout .form-item__data,.p2p .form-item__data,.p2p__modal .form-item__data{align-items:center;color:#8f939c;display:flex;font-size:.875rem;justify-content:space-between;line-height:1.25rem;margin:0 -.75rem;width:calc(100% + 1.5rem)}.account .form-item__data:not(:last-child),.layout .form-item__data:not(:last-child),.p2p .form-item__data:not(:last-child),.p2p__modal .form-item__data:not(:last-child){margin-bottom:.5rem}.account .form-item__data .data__item,.layout .form-item__data .data__item,.p2p .form-item__data .data__item,.p2p__modal .form-item__data .data__item{margin:0;padding:0 .75rem}.account .form-item__data .data__item.data__item_after,.layout .form-item__data .data__item.data__item_after,.p2p .form-item__data .data__item.data__item_after,.p2p__modal .form-item__data .data__item.data__item_after{margin-left:auto;white-space:nowrap}.account .form-item__data .btn:hover,.layout .form-item__data .btn:hover,.p2p .form-item__data .btn:hover,.p2p__modal .form-item__data .btn:hover{background-color:#202639;color:#fff}.account .textarea,.layout .textarea,.p2p .textarea,.p2p__modal .textarea{position:relative}.account .textarea textarea,.layout .textarea textarea,.p2p .textarea textarea,.p2p__modal .textarea textarea{-webkit-appearance:none;appearance:none;background-color:#fff;border:.0625rem solid #202639;border-radius:1.25rem;box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;height:6.25rem;line-height:1rem;margin:0;outline:none;padding:1.25rem .75rem .75rem;resize:none}.account .textarea .textarea__progress,.layout .textarea .textarea__progress,.p2p .textarea .textarea__progress,.p2p__modal .textarea .textarea__progress{color:#8f939c;font-size:1rem;font-weight:500;line-height:1rem;position:absolute;right:.5rem;top:.5rem}@media screen and (min-width:768px){.account .textarea .textarea__progress,.layout .textarea .textarea__progress,.p2p .textarea .textarea__progress,.p2p__modal .textarea .textarea__progress{font-size:.875rem;font-weight:400;line-height:1rem}}.account .checkbox,.layout .checkbox,.p2p .checkbox,.p2p__modal .checkbox{align-items:center;display:flex;min-height:2.5rem}.account .checkbox .checkbox__label,.layout .checkbox .checkbox__label,.p2p .checkbox .checkbox__label,.p2p__modal .checkbox .checkbox__label{display:flex;position:relative}.account .checkbox .checkbox__input,.layout .checkbox .checkbox__input,.p2p .checkbox .checkbox__input,.p2p__modal .checkbox .checkbox__input{opacity:0;position:absolute}.account .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_before,.layout .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_before,.p2p .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_before,.p2p__modal .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_before{opacity:0}.account .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_after,.layout .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_after,.p2p .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_after,.p2p__modal .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_after{opacity:1}.account .checkbox .checkbox__input:disabled~.checkbox__text,.layout .checkbox .checkbox__input:disabled~.checkbox__text,.p2p .checkbox .checkbox__input:disabled~.checkbox__text,.p2p__modal .checkbox .checkbox__input:disabled~.checkbox__text{color:#8f939c;pointer-events:none}.account .checkbox .checkbox__input.error~.checkbox__text,.layout .checkbox .checkbox__input.error~.checkbox__text,.p2p .checkbox .checkbox__input.error~.checkbox__text,.p2p__modal .checkbox .checkbox__input.error~.checkbox__text{color:#ff004c}.account .checkbox .checkbox__main,.layout .checkbox .checkbox__main,.p2p .checkbox .checkbox__main,.p2p__modal .checkbox .checkbox__main{cursor:pointer;display:flex;flex-wrap:wrap;font-size:1rem;font-weight:500;line-height:1rem;padding-left:1.5rem;position:relative}.account .checkbox .checkbox__text,.layout .checkbox .checkbox__text,.p2p .checkbox .checkbox__text,.p2p__modal .checkbox .checkbox__text{color:#202639}.account .checkbox .checkbox__text:not(:last-child),.layout .checkbox .checkbox__text:not(:last-child),.p2p .checkbox .checkbox__text:not(:last-child),.p2p__modal .checkbox .checkbox__text:not(:last-child){margin-right:.5rem}.account .checkbox .checkbox__text a,.layout .checkbox .checkbox__text a,.p2p .checkbox .checkbox__text a,.p2p__modal .checkbox .checkbox__text a{color:#a717ff}.account .checkbox .checkbox__prompt,.layout .checkbox .checkbox__prompt,.p2p .checkbox .checkbox__prompt,.p2p__modal .checkbox .checkbox__prompt{color:#8f939c}.account .checkbox .checkbox__label,.layout .checkbox .checkbox__label,.p2p .checkbox .checkbox__label,.p2p__modal .checkbox .checkbox__label{position:static}.account .checkbox .checkbox__media,.layout .checkbox .checkbox__media,.p2p .checkbox .checkbox__media,.p2p__modal .checkbox .checkbox__media{position:relative}.account .checkbox .checkbox__ico,.layout .checkbox .checkbox__ico,.p2p .checkbox .checkbox__ico,.p2p__modal .checkbox .checkbox__ico{height:1rem;left:0;min-width:1rem;position:absolute;top:0;transition:all .4s ease-in-out;width:1rem}.account .checkbox .checkbox__ico.checkbox__ico_before,.layout .checkbox .checkbox__ico.checkbox__ico_before,.p2p .checkbox .checkbox__ico.checkbox__ico_before,.p2p__modal .checkbox .checkbox__ico.checkbox__ico_before{opacity:1}.account .checkbox .checkbox__ico.checkbox__ico_after,.layout .checkbox .checkbox__ico.checkbox__ico_after,.p2p .checkbox .checkbox__ico.checkbox__ico_after,.p2p__modal .checkbox .checkbox__ico.checkbox__ico_after{opacity:0}.p-calendar{background-color:#fff;border-radius:2rem;color:#202639;display:block;height:2.5rem}.p-calendar.p-calendar_secondary{background-color:#eee;color:#202639}.p-calendar .p-inputtext{-webkit-appearance:none;appearance:none;background-color:transparent;background:no-repeat url(/static/media/calendar.fceabce6ca39f85f3b4a.svg);background-position:.5rem 50%;background-size:1.25rem;border:0;box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;height:2.5rem;line-height:2.5rem;margin:0;outline:none;padding:.75rem .75rem .75rem 2.75rem;text-overflow:ellipsis;width:100%}.p-datepicker{background:#fff;border-radius:1rem;padding:.5rem;width:18.5rem}.p-datepicker .p-datepicker-title{display:flex;flex-direction:row-reverse}.p-datepicker .p-datepicker-title .p-link{color:#000;font-size:1.25rem;line-height:1.25rem}.p-datepicker .p-datepicker-title .p-link.p-datepicker-month{margin-right:.25rem}.p-datepicker .p-datepicker-next,.p-datepicker .p-datepicker-prev{align-items:center;background-color:#eee;border-radius:50%;display:flex;height:2.5rem;justify-content:center;width:2.5rem}.p-datepicker .p-datepicker-next path,.p-datepicker .p-datepicker-prev path{fill:#000}.p-datepicker tr{display:flex}.p-datepicker td,.p-datepicker th{align-items:center;background-color:#fff;border-radius:50%;color:#000;display:flex;height:2.5rem;justify-content:center;transition:all .4s ease-in-out;width:2.5rem}.p-datepicker td.p-datepicker-today{background-color:rgba(202,116,254,.5)}.p-datepicker td:hover{background-color:#eee}.p-datepicker .p-highlight{color:#a717ff}.form-item__icocheck .icocheck__label{cursor:pointer;position:relative}.form-item__icocheck .icocheck__input{left:-99999px;position:absolute}.form-item__icocheck .icocheck__input:checked+.icocheck__layout{background-color:#a717ff;color:#fff}.form-item__icocheck .icocheck__layout{align-items:center;background-color:#eee;border-radius:2rem;color:#000;display:flex;padding:.5rem;transition:all .4s ease-in-out}.form-item__icocheck .icocheck__media{align-items:flex-start;display:flex;height:1.5rem;width:1.5em}.form-item__icocheck .icocheck__media:not(:last-child){margin-right:.5rem}.form-item__icocheck .icocheck__media img,.form-item__icocheck .icocheck__media svg{height:100%;width:100%}.form-item__icocheck .icocheck__title .icocheck__text{font-size:1rem;font-weight:500;line-height:1.5rem}.p-dropdown,.p-multiselect{align-items:center;background-color:#e5e5e5;border:.0625rem solid #e5e5e5;border-radius:2rem;display:flex;height:2.5rem;padding:.75rem;transition:all .4s ease-in-out}.p-dropdown.p-invalid,.p-multiselect.p-invalid{background-color:#fff;border-color:#ff004c}.p-dropdown.p-invalid .p-dropdown-label.p-placeholder,.p-multiselect.p-invalid .p-dropdown-label.p-placeholder{color:#ff004c}.p-dropdown.p-invalid .p-dropdown-trigger img path,.p-dropdown.p-invalid .p-dropdown-trigger svg path,.p-multiselect.p-invalid .p-dropdown-trigger img path,.p-multiselect.p-invalid .p-dropdown-trigger svg path{fill:#ff004c}.p-dropdown.p-disabled,.p-multiselect.p-disabled{background-color:#fff;border-color:#fff;cursor:inherit;pointer-events:none}.p-dropdown.p-disabled .p-dropdown-trigger,.p-multiselect.p-disabled .p-dropdown-trigger{opacity:0;visibility:hidden}.p-dropdown .p-hidden-accessible,.p-multiselect .p-hidden-accessible{left:-99999px;opacity:0;position:absolute;top:0;visibility:hidden}.p-dropdown .p-dropdown-label,.p-multiselect .p-dropdown-label{color:#202639;display:block;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:2.5rem;overflow:hidden}.p-dropdown .p-dropdown-label.p-placeholder,.p-multiselect .p-dropdown-label.p-placeholder{color:#8f939c}.p-dropdown .p-dropdown-tags:not(:last-child),.p-multiselect .p-dropdown-tags:not(:last-child){margin-right:.5rem}.p-dropdown .p-dropdown-trigger,.p-multiselect .p-dropdown-trigger{background:no-repeat 50%/contain url(/static/media/arrowBottom.0e1d5b53ff407e5203e0.svg);height:.375rem;margin-left:auto;width:.5625rem}.p-dropdown-template{align-items:center;display:flex}.p-dropdown-template.p-dropdown-template_active .p-dropdown-title .title__text{color:#a717ff}.p-dropdown-media{align-items:flex-start;display:flex;height:1.5rem;width:1.5rem}.p-dropdown-media:not(:last-child){margin-right:.75rem}.p-dropdown-media img,.p-dropdown-media svg{height:100%;width:100%}.p-dropdown-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.p-dropdown-title .title__text{color:#202639;font-size:1rem;font-weight:500;line-height:1.5rem}.p-dropdown-panel,.p-multiselect-panel{background-color:#eee;border:.0625rem solid #eee;border-radius:1.25rem;overflow:hidden;position:absolute;-webkit-transform:translateY(.25rem);transform:translateY(.25rem)}.p-dropdown-panel .p-dropdown-header,.p-dropdown-panel .p-multiselect-header,.p-multiselect-panel .p-dropdown-header,.p-multiselect-panel .p-multiselect-header{padding:.5rem}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-container,.p-dropdown-panel .p-dropdown-header .p-multiselect-filter-container,.p-dropdown-panel .p-multiselect-header .p-dropdown-filter-container,.p-dropdown-panel .p-multiselect-header .p-multiselect-filter-container,.p-multiselect-panel .p-dropdown-header .p-dropdown-filter-container,.p-multiselect-panel .p-dropdown-header .p-multiselect-filter-container,.p-multiselect-panel .p-multiselect-header .p-dropdown-filter-container,.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container{align-items:center;border:.0625rem solid #202639;border-radius:2rem;color:#202639;display:flex;position:relative}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter,.p-dropdown-panel .p-dropdown-header .p-multiselect-filter,.p-dropdown-panel .p-multiselect-header .p-dropdown-filter,.p-dropdown-panel .p-multiselect-header .p-multiselect-filter,.p-multiselect-panel .p-dropdown-header .p-dropdown-filter,.p-multiselect-panel .p-dropdown-header .p-multiselect-filter,.p-multiselect-panel .p-multiselect-header .p-dropdown-filter,.p-multiselect-panel .p-multiselect-header .p-multiselect-filter{-webkit-appearance:none;appearance:none;background-color:transparent;border:0;box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;height:2.5rem;line-height:2.5rem;margin:0;outline:none;padding:.75rem .75rem .75rem 2.5rem;text-overflow:ellipsis}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon,.p-dropdown-panel .p-dropdown-header .p-multiselect-filter-icon,.p-dropdown-panel .p-multiselect-header .p-dropdown-filter-icon,.p-dropdown-panel .p-multiselect-header .p-multiselect-filter-icon,.p-multiselect-panel .p-dropdown-header .p-dropdown-filter-icon,.p-multiselect-panel .p-dropdown-header .p-multiselect-filter-icon,.p-multiselect-panel .p-multiselect-header .p-dropdown-filter-icon,.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-icon{height:1.25rem;left:.65rem;margin:0;position:absolute;top:.65rem;width:1.25rem}.p-dropdown-panel .p-dropdown-header .p-dropdown-close,.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon g,.p-dropdown-panel .p-dropdown-header .p-multiselect-close,.p-dropdown-panel .p-dropdown-header .p-multiselect-filter-icon g,.p-dropdown-panel .p-multiselect-header .p-dropdown-close,.p-dropdown-panel .p-multiselect-header .p-dropdown-filter-icon g,.p-dropdown-panel .p-multiselect-header .p-multiselect-close,.p-dropdown-panel .p-multiselect-header .p-multiselect-filter-icon g,.p-multiselect-panel .p-dropdown-header .p-dropdown-close,.p-multiselect-panel .p-dropdown-header .p-dropdown-filter-icon g,.p-multiselect-panel .p-dropdown-header .p-multiselect-close,.p-multiselect-panel .p-dropdown-header .p-multiselect-filter-icon g,.p-multiselect-panel .p-multiselect-header .p-dropdown-close,.p-multiselect-panel .p-multiselect-header .p-dropdown-filter-icon g,.p-multiselect-panel .p-multiselect-header .p-multiselect-close,.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-icon g{display:none}.p-dropdown-panel .p-dropdown-items,.p-dropdown-panel .p-multiselect-items,.p-multiselect-panel .p-dropdown-items,.p-multiselect-panel .p-multiselect-items{display:flex;flex-direction:column}.p-dropdown-panel .p-dropdown-items .p-dropdown-items-wrapper,.p-dropdown-panel .p-multiselect-items .p-dropdown-items-wrapper,.p-multiselect-panel .p-dropdown-items .p-dropdown-items-wrapper,.p-multiselect-panel .p-multiselect-items .p-dropdown-items-wrapper{overflow:hidden;overflow-y:auto}.p-dropdown-panel .p-dropdown-item,.p-dropdown-panel .p-multiselect-item,.p-multiselect-panel .p-dropdown-item,.p-multiselect-panel .p-multiselect-item{align-items:center;background-color:#eee;cursor:pointer;display:flex;margin:0;padding:.5rem;transition:all .4s ease-in-out}.p-dropdown-panel .p-dropdown-item.p-highlight,.p-dropdown-panel .p-dropdown-item:hover,.p-dropdown-panel .p-multiselect-item.p-highlight,.p-dropdown-panel .p-multiselect-item:hover,.p-multiselect-panel .p-dropdown-item.p-highlight,.p-multiselect-panel .p-dropdown-item:hover,.p-multiselect-panel .p-multiselect-item.p-highlight,.p-multiselect-panel .p-multiselect-item:hover{background-color:#f6f6f6}.p-dropdown-panel .p-dropdown-item .p-checkbox:not(:last-child),.p-dropdown-panel .p-multiselect-item .p-checkbox:not(:last-child),.p-multiselect-panel .p-dropdown-item .p-checkbox:not(:last-child),.p-multiselect-panel .p-multiselect-item .p-checkbox:not(:last-child){margin-right:.5rem}.p-dropdown-panel .p-dropdown-item .p-checkbox .p-checkbox-box,.p-dropdown-panel .p-multiselect-item .p-checkbox .p-checkbox-box,.p-multiselect-panel .p-dropdown-item .p-checkbox .p-checkbox-box,.p-multiselect-panel .p-multiselect-item .p-checkbox .p-checkbox-box{align-items:center;border:.125rem solid #a717ff;border-radius:50%;color:#a717ff;display:flex;height:1rem;justify-content:center;width:1rem}.p-dropdown-panel .p-dropdown-item .p-checkbox .p-checkbox-box img,.p-dropdown-panel .p-dropdown-item .p-checkbox .p-checkbox-box svg,.p-dropdown-panel .p-multiselect-item .p-checkbox .p-checkbox-box img,.p-dropdown-panel .p-multiselect-item .p-checkbox .p-checkbox-box svg,.p-multiselect-panel .p-dropdown-item .p-checkbox .p-checkbox-box img,.p-multiselect-panel .p-dropdown-item .p-checkbox .p-checkbox-box svg,.p-multiselect-panel .p-multiselect-item .p-checkbox .p-checkbox-box img,.p-multiselect-panel .p-multiselect-item .p-checkbox .p-checkbox-box svg{height:1rem;width:1rem}.p-dropdown-panel .p-dropdown-empty-message,.p-multiselect-panel .p-dropdown-empty-message{color:#ff004c;padding:.75rem}.account .tabs,.layout .tabs,.p2p .tabs{margin-bottom:1.25rem}.account .tabs .tabs__header,.layout .tabs .tabs__header,.p2p .tabs .tabs__header{display:flex;justify-content:flex-start;margin-bottom:1.5rem}.account .tabs .tabs__header .tabs__list,.layout .tabs .tabs__header .tabs__list,.p2p .tabs .tabs__header .tabs__list{background-color:#fff;border-radius:4rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);display:flex;overflow:hidden;overflow-x:auto;padding:.25rem}.account .tabs .tabs__header .tabs__list .tabs__item,.layout .tabs .tabs__header .tabs__list .tabs__item,.p2p .tabs .tabs__header .tabs__list .tabs__item{background-color:#fff;border-radius:4rem;box-shadow:0 .25rem 1.5rem transparent;color:#202639;cursor:pointer;display:flex;font-size:.875rem;font-weight:400;justify-content:center;line-height:1rem;padding:.5rem;transition:all .4s ease-in-out;white-space:nowrap;width:100%}@media screen and (min-width:768px){.account .tabs .tabs__header .tabs__list .tabs__item,.layout .tabs .tabs__header .tabs__list .tabs__item,.p2p .tabs .tabs__header .tabs__list .tabs__item{font-size:1rem;font-weight:600;line-height:1.25rem;padding:.75rem 2rem;width:auto}}.account .tabs .tabs__header .tabs__list .tabs__item:not(:last-child),.layout .tabs .tabs__header .tabs__list .tabs__item:not(:last-child),.p2p .tabs .tabs__header .tabs__list .tabs__item:not(:last-child){margin-right:.5rem}.account .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active,.account .tabs .tabs__header .tabs__list .tabs__item:hover,.layout .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active,.layout .tabs .tabs__header .tabs__list .tabs__item:hover,.p2p .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active,.p2p .tabs .tabs__header .tabs__list .tabs__item:hover{background-color:#a717ff;box-shadow:0 .25rem 1.5rem rgba(59,0,96,.15);color:#fff}.account .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active.tabs__item_buy,.account .tabs .tabs__header .tabs__list .tabs__item:hover.tabs__item_buy,.layout .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active.tabs__item_buy,.layout .tabs .tabs__header .tabs__list .tabs__item:hover.tabs__item_buy,.p2p .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active.tabs__item_buy,.p2p .tabs .tabs__header .tabs__list .tabs__item:hover.tabs__item_buy{background-color:#00d09e}.account .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active.tabs__item_sell,.account .tabs .tabs__header .tabs__list .tabs__item:hover.tabs__item_sell,.layout .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active.tabs__item_sell,.layout .tabs .tabs__header .tabs__list .tabs__item:hover.tabs__item_sell,.p2p .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active.tabs__item_sell,.p2p .tabs .tabs__header .tabs__list .tabs__item:hover.tabs__item_sell{background-color:#ff004c}.account .tabs .tabs__main:not(:last-child),.layout .tabs .tabs__main:not(:last-child),.p2p .tabs .tabs__main:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width:768px){.account .tabs.tabs_second .tabs__header .tabs__item,.layout .tabs.tabs_second .tabs__header .tabs__item,.p2p .tabs.tabs_second .tabs__header .tabs__item{font-size:.875rem;line-height:1rem;padding:.5rem 3rem}}.account .tags.tags_secondary .tags__text,.layout .tags.tags_secondary .tags__text,.p2p .tags.tags_secondary .tags__text{font-size:.75rem;line-height:.75rem;padding:.25rem}.account .tags .tags__list,.layout .tags .tags__list,.p2p .tags .tags__list{display:flex;flex-wrap:wrap;margin:0 -.25rem -.25rem}.account .tags .tags__item,.layout .tags .tags__item,.p2p .tags .tags__item{display:flex;margin:0 .25rem .25rem}.account .tags .tags__text,.layout .tags .tags__text,.p2p .tags .tags__text{border-radius:2rem;color:#202639;display:block;font-size:1rem;font-weight:500;line-height:2rem;padding:.25rem .75rem;white-space:nowrap}.p2p__modal{-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);background:hsla(0,0%,40%,.25);cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:4}@media screen and (min-width:992px)and (min-height:40rem){.p2p__modal{align-items:center}}.layout_modal-active .p2p__modal{opacity:1;visibility:visible}.modal__layout{background-color:#fff;border:1px solid #eee;cursor:auto;display:flex;flex-direction:column;height:auto;padding:3rem 1.5rem 1.5rem;position:relative;width:100%;z-index:111}@media screen and (min-width:992px)and (min-height:40rem){.modal__layout{border-radius:1rem;max-height:95vh;padding:1.5rem}}.modal__layout.modal768{max-width:48rem}.modal__layout.modal640{max-width:40rem}.modal__layout.modal600{max-width:37.5rem}.modal__layout.modal480{max-width:30rem}.modal__layout .modal__action{align-items:center;cursor:pointer;display:flex;height:1.25rem;justify-content:center;position:absolute;right:.5rem;top:.5rem;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:all .4s ease-in-out;width:1.25rem;z-index:3}@media screen and (min-width:992px)and (min-height:40rem){.modal__layout .modal__action{right:-2.5rem;top:1.5rem}}.modal__layout .modal__action:hover{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.modal__layout .modal__action img,.modal__layout .modal__action svg{height:100%;transition:all .4s ease-in-out;width:100%}.modal__layout .modal__action img path,.modal__layout .modal__action svg path{stroke:#202639;transition:all .4s ease-in-out}.modal__layout .modal__header:not(:last-child){margin-bottom:1.5rem}.modal__layout .modal__main{max-height:calc(100vh - 8rem);overflow:hidden;overflow-y:auto}.modal__layout .modal__main:not(:last-child){margin-bottom:1.5rem}.modal__layout .modal__section:not(:last-child){border-bottom:1px solid #eee;margin-bottom:1.5rem;padding-bottom:1.5rem}.modal__database{font-weight:400}.modal__database .database__list{display:flex;flex-direction:column;margin-bottom:-.75rem}.modal__database .database__item{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.modal__database .database__key{margin-right:1rem}.modal__database .database__key .database__title .title__text{color:#8f939c;font-size:.875rem;line-height:1rem}.modal__database .database__value{display:flex;flex-direction:column}.modal__database .database__value .value__title:not(:last-child){margin-bottom:.25rem}.modal__database .database__value .value__title .title__text{color:#202639;display:block;font-size:1rem;font-weight:500;line-height:1.25rem;text-align:right}.modal__database .database__value .database__data .data__list{display:flex;flex-wrap:wrap;margin:0 -1.5rem -.5rem 0;width:calc(100% + 1.5rem)}.modal__database .database__value .database__data .data__item{align-items:center;color:#00d09e;display:flex;margin:0 1.5rem .5rem 0}.modal__database .database__value .database__data .data__item.data__item_secondary{color:#ff004c}.modal__database .database__value .database__data .data__item.data__item_secondary .data__media img,.modal__database .database__value .database__data .data__item.data__item_secondary .data__media svg{fill:#ff004c}.modal__database .database__value .database__data .data__title:not(:last-child){margin-right:.25rem}.modal__database .database__value .database__data .data__media{align-items:flex-start;display:flex;height:.75rem;-webkit-transform:translateY(-.125rem);transform:translateY(-.125rem);width:.75rem}.modal__database .database__value .database__data .data__media:not(:last-child){margin-right:.25rem}.modal__database .database__value .database__data .data__media img,.modal__database .database__value .database__data .data__media svg{height:100%;width:100%}.modal__methods .methods__list{display:flex;flex-direction:column}.modal__methods .methods__item:not(:last-child){margin-bottom:1.5rem}.modal__methods .methods__label{background-color:#f6f6f6;border-radius:1.25rem;cursor:pointer;display:flex;flex-direction:column;padding:1.5rem;position:relative}.modal__methods .methods__header{background-color:#fff;border-radius:1.5rem;padding:.75rem}.modal__methods .methods__header:not(:last-child){margin-bottom:2rem}.modal__methods .checkbox__input:checked~.checkbox__main:before{border-color:#a717ff}.modal__methods .checkbox__main{position:static!important}.modal__methods .checkbox__main:before{border:1px solid #f6f6f6;border-radius:1.25rem;content:"";cursor:pointer;height:100%;left:0;position:absolute;top:0;transition:all .4s ease-in-out;width:100%}.modal__methods .modal__margin_bottom{margin-bottom:15px!important}.modal__chat{align-items:center;cursor:pointer;display:flex}.modal__chat svg{flex-shrink:0;height:1rem;width:1rem}.modal__chat svg:not(:last-child){margin-right:.25rem}.modal__chat .chat__text{font-size:.875rem;font-weight:500;line-height:1rem}.modal__notifications .notifications__groups{display:flex;flex-direction:column}.modal__notifications .notifications__group{color:#8f939c;display:flex;flex-direction:column;font-size:.875rem;line-height:1.25rem}.modal__notifications .notifications__group:not(:last-child){margin-bottom:1.5rem}.modal__notifications .group__header:not(:last-child){margin-bottom:.75rem}.modal__notifications .group__header h1,.modal__notifications .group__header h2,.modal__notifications .group__header h3,.modal__notifications .group__header h4,.modal__notifications .group__header h5,.modal__notifications .group__header h6{color:#202639}.modal__notifications .group__header h1:not(:last-child),.modal__notifications .group__header h2:not(:last-child),.modal__notifications .group__header h3:not(:last-child),.modal__notifications .group__header h4:not(:last-child),.modal__notifications .group__header h5:not(:last-child),.modal__notifications .group__header h6:not(:last-child){margin-bottom:0}.modal__notifications .group__main{background-color:#f6f6f6;border-radius:1.25rem;padding:1.5rem}.modal__notifications .notifications__list{display:flex;flex-direction:column}.modal__notifications .notifications__item:not(:last-child){border-bottom:1px solid #e5e5e5;margin-bottom:.75rem;padding-bottom:.75rem}.modal__notifications .notifications__label{cursor:pointer;display:flex;justify-content:space-between}.modal__notifications .notifications__label h1,.modal__notifications .notifications__label h2,.modal__notifications .notifications__label h3,.modal__notifications .notifications__label h4,.modal__notifications .notifications__label h5,.modal__notifications .notifications__label h6{color:#202639}.modal__notifications .notifications__label h1:not(:last-child),.modal__notifications .notifications__label h2:not(:last-child),.modal__notifications .notifications__label h3:not(:last-child),.modal__notifications .notifications__label h4:not(:last-child),.modal__notifications .notifications__label h5:not(:last-child),.modal__notifications .notifications__label h6:not(:last-child){margin-bottom:.5rem}.modal__notifications .notifications__switcher .switcher__input{left:-999999px;position:absolute}.modal__notifications .notifications__switcher .switcher__input:checked~.switcher__text:before{background-color:#a717ff}.modal__notifications .notifications__switcher .switcher__input:checked~.switcher__text:after{right:.25rem}.modal__notifications .notifications__switcher .switcher__text{display:block;position:relative;width:2.5rem}.modal__notifications .notifications__switcher .switcher__text:after,.modal__notifications .notifications__switcher .switcher__text:before{content:"";position:absolute;right:0;top:0;transition:all .4s ease-in-out}.modal__notifications .notifications__switcher .switcher__text:before{background-color:#000;border-radius:2rem;box-shadow:none;height:1.5rem;width:2.5rem}.modal__notifications .notifications__switcher .switcher__text:after{background-color:#fff;border-radius:50%;height:1rem;opacity:1;right:1.25rem;top:.25rem;width:1rem;z-index:2}.modal__trading .trading__information{background-color:#f6f6f6;border-radius:1.25rem;margin-bottom:2.5rem;padding:.75rem}@media screen and (min-width:992px){.modal__trading .trading__information{margin-bottom:0}}.modal__trading .information__about{border-bottom:1px solid #e5e5e5;margin-bottom:.75rem;padding-bottom:.75rem}.modal__trading .about__header{display:flex}.modal__trading .about__header:not(:last-child){margin-bottom:.75rem}.modal__trading .about__header .information__avatar{align-items:center;background-color:#a717ff;border-radius:50%;color:#fff;display:flex;height:2.5rem;justify-content:center;text-align:center;width:2.5rem}.modal__trading .about__header .information__avatar:not(:last-child){margin-right:1rem}.modal__trading .about__header .information__title{color:#a717ff}.modal__trading .about__protection .protection__list{display:flex;flex-wrap:wrap;margin-bottom:-.5rem}.modal__trading .about__protection .protection__item{align-items:center;color:#00d09e;display:flex;font-size:.875rem;line-height:1rem;margin-bottom:.5rem}.modal__trading .about__protection .protection__item:not(:last-child){margin-right:1.5rem}.modal__trading .about__protection .protection__item img,.modal__trading .about__protection .protection__item svg{flex-shrink:0;height:.75rem;-webkit-transform:translateY(-.125rem);transform:translateY(-.125rem);width:.75rem}.modal__trading .about__protection .protection__item img:not(:last-child),.modal__trading .about__protection .protection__item svg:not(:last-child){margin-right:.25rem}.modal__trading .trading__formular{display:flex;height:100%;width:100%}.modal__trading .trading__formular .formular{display:flex;flex-direction:column;width:100%}.modal__trading .trading__formular .formular__footer{margin-top:auto}.layout .slick-slider,.p2p .slick-slider{cursor:grab;display:block;height:100%;position:relative;width:auto}.layout .slick-slider.slick-vertical .slick-track,.p2p .slick-slider.slick-vertical .slick-track{flex-direction:column}.layout .slick-slider.slick-vertical .slick-slide,.p2p .slick-slider.slick-vertical .slick-slide{display:block;height:20rem}.layout .slick-slider img,.p2p .slick-slider img{display:block;width:100%}.layout .slick-slider .slick-track,.p2p .slick-slider .slick-track{display:flex}.layout .slick-slider .slick-list,.p2p .slick-slider .slick-list{overflow:hidden}.layout .slick-slider .slick-slide,.p2p .slick-slider .slick-slide{display:inline-block;height:100%;margin:0;min-height:1px;z-index:2!important}.layout .slick-slider .slick-slide.slick-current,.p2p .slick-slider .slick-slide.slick-current{z-index:3!important}.layout .slick-slider .slick-arrow,.p2p .slick-slider .slick-arrow{align-items:center;cursor:pointer;display:flex;height:2.75rem;justify-content:center;position:absolute;text-indent:-999999px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .4s ease-in-out;width:2.75rem;z-index:4}.layout .slick-slider .slick-arrow.slick-prev,.p2p .slick-slider .slick-arrow.slick-prev{left:0;right:auto}.layout .slick-slider .slick-arrow.slick-prev:hover,.p2p .slick-slider .slick-arrow.slick-prev:hover{left:-1rem}.layout .slick-slider .slick-arrow.slick-next,.p2p .slick-slider .slick-arrow.slick-next{left:auto;right:0}.layout .slick-slider .slick-arrow.slick-next:hover,.p2p .slick-slider .slick-arrow.slick-next:hover{right:-1rem}.layout .slick-slider .slick-arrow.slick-disabled,.p2p .slick-slider .slick-arrow.slick-disabled{opacity:.8;pointer-events:none}.layout .slick-slider .slick-dots,.p2p .slick-slider .slick-dots{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin:0;padding:1rem;position:absolute;width:100%;z-index:3}.layout .slick-slider .slick-dots li,.p2p .slick-slider .slick-dots li{margin:0;transition:all .4s ease-in-out}.layout .slick-slider .slick-dots li:not(:last-child),.p2p .slick-slider .slick-dots li:not(:last-child){margin-right:.25rem}.layout .slick-slider .slick-dots li.slick-active button,.layout .slick-slider .slick-dots li:hover button,.p2p .slick-slider .slick-dots li.slick-active button,.p2p .slick-slider .slick-dots li:hover button{background-color:#fff}.layout .slick-slider .slick-dots li:only-child,.p2p .slick-slider .slick-dots li:only-child{display:none}.layout .slick-slider .slick-dots button,.p2p .slick-slider .slick-dots button{background-color:#202639;border-radius:50%;height:.5rem;text-indent:-9999px;transition:all .4s ease-in-out;width:.5rem}.layout .slick-loading .slick-slide,.p2p .slick-loading .slick-slide{visibility:hidden}.account .layout__table,.layout .layout__table,.p2p .layout__table{background-color:#fff;border-radius:1.25rem}@media screen and (min-width:992px){.account .layout__table.layout__table_center .table__item,.layout .layout__table.layout__table_center .table__item,.p2p .layout__table.layout__table_center .table__item{justify-content:center}}.account .layout__table:not(:last-child),.layout .layout__table:not(:last-child),.p2p .layout__table:not(:last-child){margin-bottom:1.5rem}.account .layout__table .table__head,.layout .layout__table .table__head,.p2p .layout__table .table__head{background-color:#202639;border-radius:1.25rem;color:#fff;display:none}@media screen and (min-width:992px){.account .layout__table .table__head,.layout .layout__table .table__head,.p2p .layout__table .table__head{display:flex}}.account .layout__table .table__head .table__item,.layout .layout__table .table__head .table__item,.p2p .layout__table .table__head .table__item{font-size:1.25rem;font-weight:500;line-height:1.25rem;padding:.75rem 1.25rem}.account .layout__table .table__body .table__list:not(:last-child),.layout .layout__table .table__body .table__list:not(:last-child),.p2p .layout__table .table__body .table__list:not(:last-child){position:relative}.account .layout__table .table__body .table__list:not(:last-child):after,.layout .layout__table .table__body .table__list:not(:last-child):after,.p2p .layout__table .table__body .table__list:not(:last-child):after{background-color:#eee;content:"";height:1px;left:1rem;position:absolute;top:100%;width:calc(100% - 2rem)}.account .layout__table .table__body .table__item,.layout .layout__table .table__body .table__item,.p2p .layout__table .table__body .table__item{font-size:1rem;font-weight:500;line-height:1.25rem;padding:.75rem 1.25rem}@media screen and (min-width:992px){.account .layout__table .table__body .table__item,.layout .layout__table .table__body .table__item,.p2p .layout__table .table__body .table__item{padding:1.25rem}}.account .layout__table .table__list,.layout .layout__table .table__list,.p2p .layout__table .table__list{display:flex;flex-direction:column;padding:1rem 0;width:100%}@media screen and (min-width:992px){.account .layout__table .table__list,.layout .layout__table .table__list,.p2p .layout__table .table__list{flex-direction:row;padding:0}}.account .layout__table .table__item,.layout .layout__table .table__item,.p2p .layout__table .table__item{align-items:center;display:flex}@media screen and (max-width:991px){.account .layout__table .table__item,.layout .layout__table .table__item,.p2p .layout__table .table__item{justify-content:space-between;width:100%!important}}.account .layout__table .table__header,.layout .layout__table .table__header,.p2p .layout__table .table__header{display:block}@media screen and (min-width:992px){.account .layout__table .table__header,.layout .layout__table .table__header,.p2p .layout__table .table__header{display:none}}.account .layout__table .table__header .table__title,.layout .layout__table .table__header .table__title,.p2p .layout__table .table__header .table__title{color:#8f939c}.account .layout__table .table__main,.layout .layout__table .table__main,.p2p .layout__table .table__main{align-items:center;display:flex}.account .layout__table .table__ico,.layout .layout__table .table__ico,.p2p .layout__table .table__ico{height:1.5rem;width:1.5rem}.account .layout__table .table__ico:not(:last-child),.layout .layout__table .table__ico:not(:last-child),.p2p .layout__table .table__ico:not(:last-child){margin-right:.5rem}.account,.p2p,.p2p__modal{color:#202639;display:flex;flex-direction:column}.account .p2p__main,.p2p .p2p__main,.p2p__modal .p2p__main{display:flex;flex-direction:column;padding:1.5rem 0}.account .wrapper,.p2p .wrapper,.p2p__modal .wrapper{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);padding:.75rem}@media screen and (min-width:768px){.account .wrapper,.p2p .wrapper,.p2p__modal .wrapper{padding:1.5rem}}.account .group:not(:last-child),.account .wrapper:not(:last-child),.p2p .group:not(:last-child),.p2p .wrapper:not(:last-child),.p2p__modal .group:not(:last-child),.p2p__modal .wrapper:not(:last-child){margin-bottom:1.5rem}.account .group.group_secondary:not(:last-child),.p2p .group.group_secondary:not(:last-child),.p2p__modal .group.group_secondary:not(:last-child){border-bottom:1px solid #eee;margin-bottom:1.5rem;padding-bottom:1.5rem}.account .group .group__header:not(:last-child),.p2p .group .group__header:not(:last-child),.p2p__modal .group .group__header:not(:last-child){margin-bottom:.75rem}.account .group .group__header.group__header_ico,.p2p .group .group__header.group__header_ico,.p2p__modal .group .group__header.group__header_ico{align-items:center;display:flex}.account .group .group__header.group__header_ico .group__ico,.p2p .group .group__header.group__header_ico .group__ico,.p2p__modal .group .group__header.group__header_ico .group__ico{margin-left:auto;order:2}@media screen and (min-width:992px){.account .group .group__header.group__header_ico .group__ico,.p2p .group .group__header.group__header_ico .group__ico,.p2p__modal .group .group__header.group__header_ico .group__ico{display:none}}.account .group .group__main,.p2p .group .group__main,.p2p__modal .group .group__main{background-color:#f6f6f6;border-radius:1.5rem;padding:1rem}@media screen and (min-width:992px){.account .group .group__main,.p2p .group .group__main,.p2p__modal .group .group__main{padding:1.5rem}}.account .group .group__main.group__main_secondary,.p2p .group .group__main.group__main_secondary,.p2p__modal .group .group__main.group__main_secondary{background-color:rgba(0,208,158,.08)}.account .group .group__main.group__main_transparent,.p2p .group .group__main.group__main_transparent,.p2p__modal .group .group__main.group__main_transparent{background-color:transparent;padding:0}.account .p2p__reviews .reviews__header,.p2p .p2p__reviews .reviews__header,.p2p__modal .p2p__reviews .reviews__header{font-weight:500;text-align:center}.account .p2p__reviews .reviews__header:not(:last-child),.p2p .p2p__reviews .reviews__header:not(:last-child),.p2p__modal .p2p__reviews .reviews__header:not(:last-child){margin-bottom:1.25rem}.account .p2p__reviews .reviews__preview .preview__list,.p2p .p2p__reviews .reviews__preview .preview__list,.p2p__modal .p2p__reviews .reviews__preview .preview__list{display:flex;justify-content:center}.account .p2p__reviews .reviews__preview .preview__item,.p2p .p2p__reviews .reviews__preview .preview__item,.p2p__modal .p2p__reviews .reviews__preview .preview__item{cursor:pointer;padding:0 .75rem}.account .p2p__reviews .reviews__preview .form-item,.p2p .p2p__reviews .reviews__preview .form-item,.p2p__modal .p2p__reviews .reviews__preview .form-item{pointer-events:none}.account .p2p__reviews .reviews__result,.p2p .p2p__reviews .reviews__result,.p2p__modal .p2p__reviews .reviews__result{display:flex;justify-content:space-between}.account .p2p__reviews .reviews__result .result__main,.p2p .p2p__reviews .reviews__result .result__main,.p2p__modal .p2p__reviews .reviews__result .result__main{display:flex;flex-direction:column}.account .p2p__reviews .reviews__result .result__visual:not(:last-child),.p2p .p2p__reviews .reviews__result .result__visual:not(:last-child),.p2p__modal .p2p__reviews .reviews__result .result__visual:not(:last-child){margin-bottom:.5rem}.account .p2p__reviews .reviews__result .result__date,.p2p .p2p__reviews .reviews__result .result__date,.p2p__modal .p2p__reviews .reviews__result .result__date{color:#8f939c;font-size:.875rem;line-height:1.25rem}.account .p2p__reviews .reviews__result .result__date .date__item:not(:last-child),.p2p .p2p__reviews .reviews__result .result__date .date__item:not(:last-child),.p2p__modal .p2p__reviews .reviews__result .result__date .date__item:not(:last-child){margin-right:.5rem}.account .p2p__reviews .reviews__result .result__action,.p2p .p2p__reviews .reviews__result .result__action,.p2p__modal .p2p__reviews .reviews__result .result__action{align-items:flex-end;display:flex}.account .p2p__reviews .reviews__result .result__action .action__list,.p2p .p2p__reviews .reviews__result .result__action .action__list,.p2p__modal .p2p__reviews .reviews__result .result__action .action__list{display:flex}.account .p2p__reviews .reviews__result .result__action .action__item,.p2p .p2p__reviews .reviews__result .result__action .action__item,.p2p__modal .p2p__reviews .reviews__result .result__action .action__item{align-items:flex-start;cursor:pointer;display:flex;height:1.5rem;width:1.5rem}.account .p2p__reviews .reviews__result .result__action .action__item:not(:last-child),.p2p .p2p__reviews .reviews__result .result__action .action__item:not(:last-child),.p2p__modal .p2p__reviews .reviews__result .result__action .action__item:not(:last-child){margin-right:1.5rem}.account .p2p__reviews .reviews__result .result__action .action__item img,.account .p2p__reviews .reviews__result .result__action .action__item svg,.p2p .p2p__reviews .reviews__result .result__action .action__item img,.p2p .p2p__reviews .reviews__result .result__action .action__item svg,.p2p__modal .p2p__reviews .reviews__result .result__action .action__item img,.p2p__modal .p2p__reviews .reviews__result .result__action .action__item svg{height:100%;width:100%}.account .p2p__filter:not(:last-child),.p2p .p2p__filter:not(:last-child),.p2p__modal .p2p__filter:not(:last-child){margin-bottom:1.5rem}.account .p2p__filter.p2p__filter_active .filter__main,.p2p .p2p__filter.p2p__filter_active .filter__main,.p2p__modal .p2p__filter.p2p__filter_active .filter__main{display:block}.account .p2p__filter .filter__formular,.p2p .p2p__filter .filter__formular,.p2p__modal .p2p__filter .filter__formular{align-items:center;display:flex;justify-content:space-between}.account .p2p__filter .filter__main,.p2p .p2p__filter .filter__main,.p2p__modal .p2p__filter .filter__main{display:none;width:100%}@media screen and (min-width:768px){.account .p2p__filter .filter__main,.p2p .p2p__filter .filter__main,.p2p__modal .p2p__filter .filter__main{display:block}}.account .p2p__filter .filter__main:not(:last-child),.p2p .p2p__filter .filter__main:not(:last-child),.p2p__modal .p2p__filter .filter__main:not(:last-child){margin-right:1.5rem}.account .p2p__filter .filter__action,.p2p .p2p__filter .filter__action,.p2p__modal .p2p__filter .filter__action{margin-left:auto}.account .p2p__filter .action__list,.p2p .p2p__filter .action__list,.p2p__modal .p2p__filter .action__list{display:flex}.account .p2p__filter .action__item,.p2p .p2p__filter .action__item,.p2p__modal .p2p__filter .action__item{align-items:center;cursor:pointer;display:flex;padding:.25rem 0}.account .p2p__filter .action__item:not(:last-child),.p2p .p2p__filter .action__item:not(:last-child),.p2p__modal .p2p__filter .action__item:not(:last-child){margin-right:1.5rem}@media screen and (min-width:992px){.account .p2p__filter .action__item,.p2p .p2p__filter .action__item,.p2p__modal .p2p__filter .action__item{padding-top:1.75rem}}.account .p2p__filter .action__item.action__item_init .action__title,.p2p .p2p__filter .action__item.action__item_init .action__title,.p2p__modal .p2p__filter .action__item.action__item_init .action__title{display:none}@media screen and (min-width:768px){.account .p2p__filter .action__item.action__item_init .action__title,.p2p .p2p__filter .action__item.action__item_init .action__title,.p2p__modal .p2p__filter .action__item.action__item_init .action__title{display:block}}.account .p2p__filter .action__item.action__item_init .action__ico,.p2p .p2p__filter .action__item.action__item_init .action__ico,.p2p__modal .p2p__filter .action__item.action__item_init .action__ico{align-items:flex-start;display:flex}@media screen and (min-width:768px){.account .p2p__filter .action__item.action__item_init .action__ico,.p2p .p2p__filter .action__item.action__item_init .action__ico,.p2p__modal .p2p__filter .action__item.action__item_init .action__ico{display:none}}.account .p2p__filter .action__item.action__item_reset .action__title,.p2p .p2p__filter .action__item.action__item_reset .action__title,.p2p__modal .p2p__filter .action__item.action__item_reset .action__title{display:none}@media screen and (min-width:992px){.account .p2p__filter .action__item.action__item_reset .action__title,.p2p .p2p__filter .action__item.action__item_reset .action__title,.p2p__modal .p2p__filter .action__item.action__item_reset .action__title{display:block}}.account .p2p__filter .action__item.action__item_reset .action__ico,.p2p .p2p__filter .action__item.action__item_reset .action__ico,.p2p__modal .p2p__filter .action__item.action__item_reset .action__ico{display:flex}@media screen and (min-width:992px){.account .p2p__filter .action__item.action__item_reset .action__ico,.p2p .p2p__filter .action__item.action__item_reset .action__ico,.p2p__modal .p2p__filter .action__item.action__item_reset .action__ico{display:none}}.account .p2p__filter .action__item .action__title .title__text,.p2p .p2p__filter .action__item .action__title .title__text,.p2p__modal .p2p__filter .action__item .action__title .title__text{color:#a717ff;font-size:1rem;font-weight:500;line-height:1.5rem;white-space:nowrap}.account .p2p__filter .action__item .action__ico,.p2p .p2p__filter .action__item .action__ico,.p2p__modal .p2p__filter .action__item .action__ico{align-items:flex-start;height:2rem;width:2rem}@media screen and (min-width:768px){.account .p2p__filter .action__item .action__ico,.p2p .p2p__filter .action__item .action__ico,.p2p__modal .p2p__filter .action__item .action__ico{height:1.5rem;width:1.5rem}}.account .p2p__filter .action__item .action__ico img,.account .p2p__filter .action__item .action__ico svg,.p2p .p2p__filter .action__item .action__ico img,.p2p .p2p__filter .action__item .action__ico svg,.p2p__modal .p2p__filter .action__item .action__ico img,.p2p__modal .p2p__filter .action__item .action__ico svg{height:100%;width:100%}.account .p2p__table,.p2p .p2p__table,.p2p__modal .p2p__table{background-color:#fff;border-radius:1rem;overflow:hidden}.account .p2p__table .table__head,.p2p .p2p__table .table__head,.p2p__modal .p2p__table .table__head{background-color:#202639;border-radius:2rem;display:none;padding:0 1.25rem}@media screen and (min-width:768px){.account .p2p__table .table__head,.p2p .p2p__table .table__head,.p2p__modal .p2p__table .table__head{display:block}}.account .p2p__table .table__head .table__list,.p2p .p2p__table .table__head .table__list,.p2p__modal .p2p__table .table__head .table__list{display:flex}.account .p2p__table .table__head .table__item,.p2p .p2p__table .table__head .table__item,.p2p__modal .p2p__table .table__head .table__item{color:#fff;font-size:1.125rem;font-weight:400;line-height:1.5rem;padding:.5rem;text-align:center}.account .p2p__table .table__layout,.p2p .p2p__table .table__layout,.p2p__modal .p2p__table .table__layout{background-color:#fff;padding:0 .75rem}@media screen and (min-width:768px)and (min-width:768px){.account .p2p__table .table__layout,.p2p .p2p__table .table__layout,.p2p__modal .p2p__table .table__layout{padding:0 1.25rem 1.25rem}}.account .p2p__table .table__layout .table__list,.p2p .p2p__table .table__layout .table__list,.p2p__modal .p2p__table .table__layout .table__list{position:relative}.account .p2p__table .table__layout .table__list:not(:last-child),.p2p .p2p__table .table__layout .table__list:not(:last-child),.p2p__modal .p2p__table .table__layout .table__list:not(:last-child){border-bottom:1px solid #eee}.account .p2p__table .table__preview,.p2p .p2p__table .table__preview,.p2p__modal .p2p__table .table__preview{display:flex;flex-direction:column;padding:.75rem 0}@media screen and (min-width:768px){.account .p2p__table .table__preview,.p2p .p2p__table .table__preview,.p2p__modal .p2p__table .table__preview{flex-direction:row}}.account .p2p__table .table__preview .table__header,.p2p .p2p__table .table__preview .table__header,.p2p__modal .p2p__table .table__preview .table__header{align-items:flex-start;display:flex;width:100%}.account .p2p__table .table__preview .table__header .header__avatar,.p2p .p2p__table .table__preview .table__header .header__avatar,.p2p__modal .p2p__table .table__preview .table__header .header__avatar{align-items:center;background-color:#a717ff;border-radius:50%;color:#fff;display:flex;height:2.5rem;justify-content:center;min-width:2.5rem;text-align:center;width:2.5rem}.account .p2p__table .table__preview .table__header .header__avatar:not(:last-child),.p2p .p2p__table .table__preview .table__header .header__avatar:not(:last-child),.p2p__modal .p2p__table .table__preview .table__header .header__avatar:not(:last-child){margin-right:1rem}.account .p2p__table .table__preview .table__header .header__subtitle,.p2p .p2p__table .table__preview .table__header .header__subtitle,.p2p__modal .p2p__table .table__preview .table__header .header__subtitle{display:flex;flex-direction:column}.account .p2p__table .table__preview .table__header .header__subtitle .subtitle__text,.p2p .p2p__table .table__preview .table__header .header__subtitle .subtitle__text,.p2p__modal .p2p__table .table__preview .table__header .header__subtitle .subtitle__text{margin:0}.account .p2p__table .table__dropdown,.p2p .p2p__table .table__dropdown,.p2p__modal .p2p__table .table__dropdown{background:#fff;height:100%;max-height:0;opacity:0;overflow:hidden;padding:0 1.25rem;position:relative;transition:all .4s ease-in-out;visibility:hidden;width:100%;z-index:2}.account .p2p__table .table__item,.p2p .p2p__table .table__item,.p2p__modal .p2p__table .table__item{align-items:center;display:flex;justify-content:flex-start;width:100%}@media screen and (min-width:768px){.account .p2p__table .table__item,.p2p .p2p__table .table__item,.p2p__modal .p2p__table .table__item{justify-content:center;width:15rem}}.account .p2p__table .table__item:not(:last-child),.p2p .p2p__table .table__item:not(:last-child),.p2p__modal .p2p__table .table__item:not(:last-child){margin-bottom:1rem}@media screen and (min-width:768px){.account .p2p__table .table__item:not(:last-child),.p2p .p2p__table .table__item:not(:last-child),.p2p__modal .p2p__table .table__item:not(:last-child){margin-bottom:0}}.account .p2p__table .table__item:last-child,.p2p .p2p__table .table__item:last-child,.p2p__modal .p2p__table .table__item:last-child{justify-content:center}@media(max-width:768px){.account .p2p__table .home__item,.p2p .p2p__table .home__item,.p2p__modal .p2p__table .home__item{display:block}}.account .p2p__table .tags .tags__list,.p2p .p2p__table .tags .tags__list,.p2p__modal .p2p__table .tags .tags__list{justify-content:flex-start}@media screen and (min-width:768px){.account .p2p__table .tags .tags__list,.p2p .p2p__table .tags .tags__list,.p2p__modal .p2p__table .tags .tags__list{justify-content:center}}.account .ml-auto,.p2p .ml-auto,.p2p__modal .ml-auto{margin-left:auto!important}@media screen and (min-width:768px){.account .ml-m-auto,.p2p .ml-m-auto,.p2p__modal .ml-m-auto{margin-left:auto!important}.account .mb-m-auto,.p2p .mb-m-auto,.p2p__modal .mb-m-auto{margin-bottom:auto!important}.account .m-m-0,.p2p .m-m-0,.p2p__modal .m-m-0{margin-bottom:0!important}}.account .nowrap,.p2p .nowrap,.p2p__modal .nowrap{flex-wrap:nowrap!important}@media screen and (max-width:767px){.account .w-m-100,.p2p .w-m-100,.p2p__modal .w-m-100{width:100%!important}.account .w-m-auto,.p2p .w-m-auto,.p2p__modal .w-m-auto{width:auto!important}}.account .d-none,.p2p .d-none,.p2p__modal .d-none{display:none!important}@media screen and (max-width:767px){.account .d-m-none,.p2p .d-m-none,.p2p__modal .d-m-none{display:none!important}.account .d-m-flex,.p2p .d-m-flex,.p2p__modal .d-m-flex{display:flex!important}}.account .h1,.account .h2,.account .h3,.account .h4,.account .h5,.account .h6,.account h1,.account h2,.account h3,.account h4,.account h5,.account h6,.p2p .h1,.p2p .h2,.p2p .h3,.p2p .h4,.p2p .h5,.p2p .h6,.p2p h1,.p2p h2,.p2p h3,.p2p h4,.p2p h5,.p2p h6,.p2p__modal .h1,.p2p__modal .h2,.p2p__modal .h3,.p2p__modal .h4,.p2p__modal .h5,.p2p__modal .h6,.p2p__modal h1,.p2p__modal h2,.p2p__modal h3,.p2p__modal h4,.p2p__modal h5,.p2p__modal h6{font-weight:500}.account .h1:not(:last-child),.account .h2:not(:last-child),.account .h3:not(:last-child),.account .h4:not(:last-child),.account .h5:not(:last-child),.account .h6:not(:last-child),.account h1:not(:last-child),.account h2:not(:last-child),.account h3:not(:last-child),.account h4:not(:last-child),.account h5:not(:last-child),.account h6:not(:last-child),.p2p .h1:not(:last-child),.p2p .h2:not(:last-child),.p2p .h3:not(:last-child),.p2p .h4:not(:last-child),.p2p .h5:not(:last-child),.p2p .h6:not(:last-child),.p2p h1:not(:last-child),.p2p h2:not(:last-child),.p2p h3:not(:last-child),.p2p h4:not(:last-child),.p2p h5:not(:last-child),.p2p h6:not(:last-child),.p2p__modal .h1:not(:last-child),.p2p__modal .h2:not(:last-child),.p2p__modal .h3:not(:last-child),.p2p__modal .h4:not(:last-child),.p2p__modal .h5:not(:last-child),.p2p__modal .h6:not(:last-child),.p2p__modal h1:not(:last-child),.p2p__modal h2:not(:last-child),.p2p__modal h3:not(:last-child),.p2p__modal h4:not(:last-child),.p2p__modal h5:not(:last-child),.p2p__modal h6:not(:last-child){margin:0 0 1.25rem}.account .h1,.account h1,.p2p .h1,.p2p h1,.p2p__modal .h1,.p2p__modal h1{font-size:2rem;line-height:2rem}.account .h2,.account h2,.p2p .h2,.p2p h2,.p2p__modal .h2,.p2p__modal h2{font-size:1.25rem!important;line-height:1.5rem!important}.account .h3,.account h3,.p2p .h3,.p2p h3,.p2p__modal .h3,.p2p__modal h3{font-size:1rem;font-weight:500;line-height:1.5rem}.account .h4,.account h4,.p2p .h4,.p2p h4,.p2p__modal .h4,.p2p__modal h4{font-size:.875rem;font-weight:400;line-height:1.25rem}.account .h5,.account .h6,.account h5,.account h6,.p2p .h5,.p2p .h6,.p2p h5,.p2p h6,.p2p__modal .h5,.p2p__modal .h6,.p2p__modal h5,.p2p__modal h6{font-size:.75rem;font-weight:400;line-height:1rem}.account h1 a,.account h2 a,.account h3 a,.account h4 a,.account h5 a,.account h6 a,.p2p h1 a,.p2p h2 a,.p2p h3 a,.p2p h4 a,.p2p h5 a,.p2p h6 a,.p2p__modal h1 a,.p2p__modal h2 a,.p2p__modal h3 a,.p2p__modal h4 a,.p2p__modal h5 a,.p2p__modal h6 a{color:#202639;text-decoration:none}.account h1 a:hover,.account h2 a:hover,.account h3 a:hover,.account h4 a:hover,.account h5 a:hover,.account h6 a:hover,.p2p h1 a:hover,.p2p h2 a:hover,.p2p h3 a:hover,.p2p h4 a:hover,.p2p h5 a:hover,.p2p h6 a:hover,.p2p__modal h1 a:hover,.p2p__modal h2 a:hover,.p2p__modal h3 a:hover,.p2p__modal h4 a:hover,.p2p__modal h5 a:hover,.p2p__modal h6 a:hover{text-decoration:underline}.account strong,.p2p strong,.p2p__modal strong{font-weight:500}.account a,.p2p a,.p2p__modal a{color:#202639;text-decoration:none}.account a:hover,.p2p a:hover,.p2p__modal a:hover{text-decoration:none}.account ol,.account p,.account ul,.p2p ol,.p2p p,.p2p ul,.p2p__modal ol,.p2p__modal p,.p2p__modal ul{margin-bottom:0;padding:0}.account ol,.account ul,.p2p ol,.p2p ul,.p2p__modal ol,.p2p__modal ul{list-style:none}.account ol ol,.account ol ul,.account ul ol,.account ul ul,.p2p ol ol,.p2p ol ul,.p2p ul ol,.p2p ul ul,.p2p__modal ol ol,.p2p__modal ol ul,.p2p__modal ul ol,.p2p__modal ul ul{margin:.5rem 0}.account ol li,.account ul li,.p2p ol li,.p2p ul li,.p2p__modal ol li,.p2p__modal ul li{margin:0}.account img,.account svg,.p2p img,.p2p svg,.p2p__modal img,.p2p__modal svg{height:auto;max-width:100%;object-fit:cover;outline:none}.account .container,.p2p .container,.p2p__modal .container{margin:0 auto;max-width:calc(100vw - 1rem);width:75rem}.account .row,.p2p .row,.p2p__modal .row{display:flex;flex-wrap:wrap;margin:0 -.625rem;width:calc(100% + 1.25rem)}@media screen and (max-width:767px){.account .row.row_m-revers,.p2p .row.row_m-revers,.p2p__modal .row.row_m-revers{flex-direction:column-reverse}}.account .col,.p2p .col,.p2p__modal .col{box-sizing:border-box;display:flex;flex-direction:column;padding:0 .625rem}.account .col.col_1,.p2p .col.col_1,.p2p__modal .col.col_1{width:8.3333%}.account .col.col_2,.p2p .col.col_2,.p2p__modal .col.col_2{width:16.666%}.account .col.col_3,.p2p .col.col_3,.p2p__modal .col.col_3{width:25%}.account .col.col_4,.p2p .col.col_4,.p2p__modal .col.col_4{width:33.3%}.account .col.col_5,.p2p .col.col_5,.p2p__modal .col.col_5{width:41.666667%}.account .col.col_6,.p2p .col.col_6,.p2p__modal .col.col_6{width:50%}.account .col.col_7,.p2p .col.col_7,.p2p__modal .col.col_7{width:58.333333%}.account .col.col_8,.p2p .col.col_8,.p2p__modal .col.col_8{width:66.666667%}.account .col.col_9,.p2p .col.col_9,.p2p__modal .col.col_9{width:75%}.account .col.col_10,.p2p .col.col_10,.p2p__modal .col.col_10{width:83.333333%}.account .col.col_11,.p2p .col.col_11,.p2p__modal .col.col_11{width:91.666667%}.account .col.col_12,.p2p .col.col_12,.p2p__modal .col.col_12{width:100%}@media(max-width:1239px){.account .col.col_desktop-2,.p2p .col.col_desktop-2,.p2p__modal .col.col_desktop-2{width:16.66%}.account .col.col_desktop-3,.p2p .col.col_desktop-3,.p2p__modal .col.col_desktop-3{width:25%}.account .col.col_desktop-4,.p2p .col.col_desktop-4,.p2p__modal .col.col_desktop-4{width:33.3%}.account .col.col_desktop-5,.p2p .col.col_desktop-5,.p2p__modal .col.col_desktop-5{width:41.666667%}.account .col.col_desktop-6,.p2p .col.col_desktop-6,.p2p__modal .col.col_desktop-6{width:50%}.account .col.col_desktop-7,.p2p .col.col_desktop-7,.p2p__modal .col.col_desktop-7{width:58.333333%}.account .col.col_desktop-8,.p2p .col.col_desktop-8,.p2p__modal .col.col_desktop-8{width:66.666667%}.account .col.col_desktop-9,.p2p .col.col_desktop-9,.p2p__modal .col.col_desktop-9{width:75%}.account .col.col_desktop-10,.p2p .col.col_desktop-10,.p2p__modal .col.col_desktop-10{width:83.333333%}.account .col.col_desktop-11,.p2p .col.col_desktop-11,.p2p__modal .col.col_desktop-11{width:91.666667%}.account .col.col_desktop-12,.p2p .col.col_desktop-12,.p2p__modal .col.col_desktop-12{width:100%}}@media screen and (max-width:991px){.account .col.col_tab-2,.p2p .col.col_tab-2,.p2p__modal .col.col_tab-2{width:16.66%}.account .col.col_tab-3,.p2p .col.col_tab-3,.p2p__modal .col.col_tab-3{width:25%}.account .col.col_tab-4,.p2p .col.col_tab-4,.p2p__modal .col.col_tab-4{width:33.3%}.account .col.col_tab-5,.p2p .col.col_tab-5,.p2p__modal .col.col_tab-5{width:41.666667%}.account .col.col_tab-6,.p2p .col.col_tab-6,.p2p__modal .col.col_tab-6{width:50%}.account .col.col_tab-7,.p2p .col.col_tab-7,.p2p__modal .col.col_tab-7{width:58.333333%}.account .col.col_tab-8,.p2p .col.col_tab-8,.p2p__modal .col.col_tab-8{width:66.666667%}.account .col.col_tab-9,.p2p .col.col_tab-9,.p2p__modal .col.col_tab-9{width:75%}.account .col.col_tab-10,.p2p .col.col_tab-10,.p2p__modal .col.col_tab-10{width:83.333333%}.account .col.col_tab-11,.p2p .col.col_tab-11,.p2p__modal .col.col_tab-11{width:91.666667%}.account .col.col_tab-12,.p2p .col.col_tab-12,.p2p__modal .col.col_tab-12{width:100%}}@media screen and (max-width:767px){.account .col.col_mob-2,.p2p .col.col_mob-2,.p2p__modal .col.col_mob-2{width:16.66%}.account .col.col_mob-3,.p2p .col.col_mob-3,.p2p__modal .col.col_mob-3{width:25%}.account .col.col_mob-4,.p2p .col.col_mob-4,.p2p__modal .col.col_mob-4{width:33.3%}.account .col.col_mob-5,.p2p .col.col_mob-5,.p2p__modal .col.col_mob-5{width:41.666667%}.account .col.col_mob-6,.p2p .col.col_mob-6,.p2p__modal .col.col_mob-6{width:50%}.account .col.col_mob-7,.p2p .col.col_mob-7,.p2p__modal .col.col_mob-7{width:58.333333%}.account .col.col_mob-8,.p2p .col.col_mob-8,.p2p__modal .col.col_mob-8{width:66.666667%}.account .col.col_mob-9,.p2p .col.col_mob-9,.p2p__modal .col.col_mob-9{width:75%}.account .col.col_mob-10,.p2p .col.col_mob-10,.p2p__modal .col.col_mob-10{width:83.333333%}.account .col.col_mob-11,.p2p .col.col_mob-11,.p2p__modal .col.col_mob-11{width:91.666667%}.account .col.col_mob-12,.p2p .col.col_mob-12,.p2p__modal .col.col_mob-12{width:100%}}@media screen and (max-width:579px){.account .col.col_mobp-2,.p2p .col.col_mobp-2,.p2p__modal .col.col_mobp-2{width:16.66%}.account .col.col_mobp-3,.p2p .col.col_mobp-3,.p2p__modal .col.col_mobp-3{width:25%}.account .col.col_mobp-4,.p2p .col.col_mobp-4,.p2p__modal .col.col_mobp-4{width:33.3%}.account .col.col_mobp-5,.p2p .col.col_mobp-5,.p2p__modal .col.col_mobp-5{width:41.666667%}.account .col.col_mobp-6,.p2p .col.col_mobp-6,.p2p__modal .col.col_mobp-6{width:50%}.account .col.col_mobp-7,.p2p .col.col_mobp-7,.p2p__modal .col.col_mobp-7{width:58.333333%}.account .col.col_mobp-8,.p2p .col.col_mobp-8,.p2p__modal .col.col_mobp-8{width:66.666667%}.account .col.col_mobp-9,.p2p .col.col_mobp-9,.p2p__modal .col.col_mobp-9{width:75%}.account .col.col_mobp-10,.p2p .col.col_mobp-10,.p2p__modal .col.col_mobp-10{width:83.333333%}.account .col.col_mobp-11,.p2p .col.col_mobp-11,.p2p__modal .col.col_mobp-11{width:91.666667%}.account .col.col_mobp-12,.p2p .col.col_mobp-12,.p2p__modal .col.col_mobp-12{width:100%}}.account .d-flex,.p2p .d-flex,.p2p__modal .d-flex{display:flex!important}.account .justify-end,.p2p .justify-end,.p2p__modal .justify-end{justify-content:flex-end!important}.account .justify-center,.p2p .justify-center,.p2p__modal .justify-center{justify-content:center}.account .justify-space-between,.p2p .justify-space-between,.p2p__modal .justify-space-between{justify-content:space-between}.account .d-flex,.p2p .d-flex,.p2p__modal .d-flex{display:flex}.account .direction-column,.p2p .direction-column,.p2p__modal .direction-column{flex-direction:column}.account .align-center,.p2p .align-center,.p2p__modal .align-center{align-items:center}.account .align-end,.p2p .align-end,.p2p__modal .align-end{align-items:flex-end}@media screen and (max-width:767px){.account .justify-m-center,.p2p .justify-m-center,.p2p__modal .justify-m-center{justify-content:center}.account .justify-m-end,.p2p .justify-m-end,.p2p__modal .justify-m-end{justify-content:flex-end}.account .justify-m-start,.p2p .justify-m-start,.p2p__modal .justify-m-start{justify-content:flex-start}}@media screen and (min-width:768px){.account .m-no-wrap,.p2p .m-no-wrap,.p2p__modal .m-no-wrap{flex-wrap:nowrap!important}}.account .w-100,.p2p .w-100,.p2p__modal .w-100{width:100%!important}.account .invalid-input,.p2p .invalid-input,.p2p__modal .invalid-input{border-bottom:2px solid red!important}.account .p-0,.p2p .p-0,.p2p__modal .p-0{padding:0!important}.account .pb-0,.p2p .pb-0,.p2p__modal .pb-0{padding-bottom:0!important}.account .b-0,.p2p .b-0,.p2p__modal .b-0{border:0!important}.account .m-0,.p2p .m-0,.p2p__modal .m-0{margin:0!important}.account .mb-0,.p2p .mb-0,.p2p__modal .mb-0{margin-bottom:0!important}.account .text-center,.p2p .text-center,.p2p__modal .text-center{text-align:center!important}.account .colorSecondary300,.p2p .colorSecondary300,.p2p__modal .colorSecondary300{color:#ebfbf7!important}.account .colorSecondary400,.p2p .colorSecondary400,.p2p__modal .colorSecondary400{color:#1aefbc!important}.account .colorSecondary500,.p2p .colorSecondary500,.p2p__modal .colorSecondary500{color:#00d09e!important}.account .colorTertiary300,.p2p .colorTertiary300,.p2p__modal .colorTertiary300{color:#ffebf1!important}.account .colorTertiary400,.p2p .colorTertiary400,.p2p__modal .colorTertiary400{color:#ff5285!important}.account .colorTertiary500,.p2p .colorTertiary500,.p2p__modal .colorTertiary500{color:#ff004c!important}.account .colorTertiary600,.p2p .colorTertiary600,.p2p__modal .colorTertiary600{color:#ff004d!important}.account .colorPrimary200,.p2p .colorPrimary200,.p2p__modal .colorPrimary200{color:#eee!important}.account .colorPrimary300,.p2p .colorPrimary300,.p2p__modal .colorPrimary300{color:#8f939c!important}.account .colorPrimary400,.p2p .colorPrimary400,.p2p__modal .colorPrimary400{color:#202639!important}.account .colorPrimary600,.p2p .colorPrimary600,.p2p__modal .colorPrimary600{color:#e5e5e5!important}.account .colorPrimary700,.p2p .colorPrimary700,.p2p__modal .colorPrimary700{color:rgba(32,38,57,.502)!important}.account .colorQuartyty200,.p2p .colorQuartyty200,.p2p__modal .colorQuartyty200{color:rgba(59,0,96,.15)!important}.account .colorQuartyty300,.p2p .colorQuartyty300,.p2p__modal .colorQuartyty300{color:rgba(202,116,254,.5)!important}.account .colorQuartyty400,.p2p .colorQuartyty400,.p2p__modal .colorQuartyty400{color:#ca74fe!important}.account .colorQuartyty500,.p2p .colorQuartyty500,.p2p__modal .colorQuartyty500{color:#a717ff!important}.account .bgcolorTertiary300,.p2p .bgcolorTertiary300,.p2p__modal .bgcolorTertiary300{background-color:#ffebf1!important;border-radius:2rem;color:#000;font-size:.75rem;line-height:1rem;padding:.25rem .5rem}.account ::-webkit-scrollbar,.p2p ::-webkit-scrollbar,.p2p__modal ::-webkit-scrollbar{height:0;width:0}.account ::-webkit-scrollbar-track,.p2p ::-webkit-scrollbar-track,.p2p__modal ::-webkit-scrollbar-track{background:#fff}.account ::-webkit-scrollbar-thumb,.p2p ::-webkit-scrollbar-thumb,.p2p__modal ::-webkit-scrollbar-thumb{background-color:#1aefbc}.account ::-webkit-scrollbar-thumb:hover,.p2p ::-webkit-scrollbar-thumb:hover,.p2p__modal ::-webkit-scrollbar-thumb:hover{background-color:#00d09e}.account .p2p__tooltip,.p2p .p2p__tooltip,.p2p__modal .p2p__tooltip{background-color:#ffebf1;border-radius:1.25rem;color:#202639;font-size:1rem;font-weight:500;line-height:1.25rem;padding:1.5rem}.account .p2p__tooltip:not(:last-child),.p2p .p2p__tooltip:not(:last-child),.p2p__modal .p2p__tooltip:not(:last-child){margin-bottom:1.5rem}.account .p2p__tooltip .p2p__tooltip,.p2p .p2p__tooltip .p2p__tooltip,.p2p__modal .p2p__tooltip .p2p__tooltip{padding:.75rem}.account .tooltip__order,.p2p .tooltip__order,.p2p__modal .tooltip__order{display:flex;flex-direction:column}@media screen and (min-width:992px){.account .tooltip__order,.p2p .tooltip__order,.p2p__modal .tooltip__order{flex-direction:row;justify-content:space-between}}.account .tooltip__order:not(:last-child),.p2p .tooltip__order:not(:last-child),.p2p__modal .tooltip__order:not(:last-child){border-bottom:1px solid #e5e5e5;margin-bottom:.75rem;padding-bottom:.75rem}.account .tooltip__order .order__header,.p2p .tooltip__order .order__header,.p2p__modal .tooltip__order .order__header{align-items:center;display:flex;margin-bottom:1rem}@media screen and (min-width:992px){.account .tooltip__order .order__header,.p2p .tooltip__order .order__header,.p2p__modal .tooltip__order .order__header{margin-bottom:0;margin-right:1rem;width:50%}.account .tooltip__order .order__main,.p2p .tooltip__order .order__main,.p2p__modal .tooltip__order .order__main{width:40%}}.account .fontMiddle,.p2p .fontMiddle,.p2p__modal .fontMiddle{font-size:.875rem;line-height:1.5rem}.account .fontTiny,.p2p .fontTiny,.p2p__modal .fontTiny{font-size:.75rem;line-height:1rem}.account .datatext:not(:last-child),.p2p .datatext:not(:last-child),.p2p__modal .datatext:not(:last-child){margin-bottom:2rem}.account .datatext .datatext__list,.p2p .datatext .datatext__list,.p2p__modal .datatext .datatext__list{align-items:center;display:flex;flex-wrap:wrap;margin:0 -1rem -1rem;width:calc(100% + 2rem)}.account .datatext .datatext__item,.p2p .datatext .datatext__item,.p2p__modal .datatext .datatext__item{align-items:center;display:flex;margin-bottom:1rem;padding:0 1rem}.account .datatext .datatext__title:not(:last-child),.p2p .datatext .datatext__title:not(:last-child),.p2p__modal .datatext .datatext__title:not(:last-child){margin-right:.25rem}.account .datatext .datatext__media,.p2p .datatext .datatext__media,.p2p__modal .datatext .datatext__media{align-items:flex-start;display:flex;height:1rem;width:1rem}.account .datatext .datatext__media img,.account .datatext .datatext__media svg,.p2p .datatext .datatext__media img,.p2p .datatext .datatext__media svg,.p2p__modal .datatext .datatext__media img,.p2p__modal .datatext .datatext__media svg{height:100%;width:100%}.account .cursor-pointer,.p2p .cursor-pointer,.p2p__modal .cursor-pointer{cursor:pointer}.account .empty_space,.p2p .empty_space,.p2p__modal .empty_space{align-items:center;color:#999;display:flex;font-size:16px;height:50px;justify-content:center}.flex-nowrap{flex-wrap:nowrap}.comment_label,.comment_text{margin-bottom:10px}.comment_text{margin-left:5px}.comment_footer{display:flex;justify-content:flex-end}.comment_btn_list{display:flex;gap:10px}.comment_date{color:#888;font-size:.9em}.comment_btn{margin-top:5px;padding:5px}.account .wysiwyg:not(:last-child),.p2p .wysiwyg:not(:last-child){margin-bottom:1.25rem}.account .wysiwyg ol,.account .wysiwyg p,.account .wysiwyg ul,.p2p .wysiwyg ol,.p2p .wysiwyg p,.p2p .wysiwyg ul{margin-bottom:0;padding:0}.account .wysiwyg ol:not(:last-child),.account .wysiwyg p:not(:last-child),.account .wysiwyg ul:not(:last-child),.p2p .wysiwyg ol:not(:last-child),.p2p .wysiwyg p:not(:last-child),.p2p .wysiwyg ul:not(:last-child){margin-bottom:1.25rem}.account .wysiwyg ol:empty,.account .wysiwyg p:empty,.account .wysiwyg ul:empty,.p2p .wysiwyg ol:empty,.p2p .wysiwyg p:empty,.p2p .wysiwyg ul:empty{display:none}.account .wysiwyg ol li:not(:last-child),.account .wysiwyg p li:not(:last-child),.account .wysiwyg ul li:not(:last-child),.p2p .wysiwyg ol li:not(:last-child),.p2p .wysiwyg p li:not(:last-child),.p2p .wysiwyg ul li:not(:last-child){margin-bottom:.5rem}.account .wysiwyg ol li:before,.p2p .wysiwyg ol li:before{top:-.25rem}.account .wysiwyg ol,.p2p .wysiwyg ol{counter-reset:my-awesome-counter;list-style:none}.account .wysiwyg ol li,.p2p .wysiwyg ol li{counter-increment:my-awesome-counter;padding-left:2rem;position:relative}.account .wysiwyg ol li:not(:last-child),.p2p .wysiwyg ol li:not(:last-child){margin-bottom:1.5rem}.account .wysiwyg ol li:before,.p2p .wysiwyg ol li:before{align-items:center;background-color:#202639;border-radius:50%;color:#fff;content:counter(my-awesome-counter);display:flex;font-size:.875rem;height:1.5rem;justify-content:center;left:0;line-height:1rem;position:absolute;top:-.125rem;width:1.5rem}.account .wysiwyg ol li strong:not(:last-child),.p2p .wysiwyg ol li strong:not(:last-child){display:block;margin-bottom:.75rem}.account .wysiwyg .link,.p2p .wysiwyg .link{color:#8f939c;cursor:pointer;font-size:.75rem;line-height:.75rem;position:relative;text-decoration:none;transition:all .4s ease-in-out}.account .wysiwyg .link:after,.p2p .wysiwyg .link:after{background-color:#8f939c;content:"";height:1px;left:0;position:absolute;top:100%;transition:all .4s ease-in-out;width:100%}.account .wysiwyg .link:hover,.p2p .wysiwyg .link:hover{color:#a717ff}.account .wysiwyg .link:hover:after,.p2p .wysiwyg .link:hover:after{background-color:#a717ff}.account .wysiwyg small,.p2p .wysiwyg small{display:inline-block;font-size:.875rem;line-height:1rem}.data:not(:last-child){margin-bottom:1.5rem}.data .data__list{margin-bottom:-.5rem}.data .data__list.data__list_second{margin-bottom:-1.5rem}.data .data__list.data__list_second .data__item{margin-bottom:1.5rem}.data .data__list.data__list_tertiary{margin-bottom:-1.25rem}.data .data__list.data__list_tertiary .data__item{margin-bottom:1.25rem}.data .data__list.data__list_row .data__item{display:flex;flex-direction:column;margin-bottom:.5rem}@media screen and (min-width:768px){.data .data__list.data__list_row .data__item{align-items:center;flex-direction:row}}.data .data__list.data__list_row .data__header:not(:last-child){margin-bottom:.25rem}@media screen and (min-width:768px){.data .data__list.data__list_row .data__header:not(:last-child){margin-bottom:0;margin-right:.5rem}.data .data__list.data__list_row .data__main{margin-left:auto}}.data .data__list.data__list_row .data__main:not(:last-child){margin-right:.25rem}.data .data__list.data__list_row.data__list_row-only .data__item{align-items:center;flex-direction:row}.data .data__list.data__list_row.data__list_row-only .data__header:not(:last-child){margin-bottom:0;margin-right:1rem}.data .data__list.data__list_row.data__list_row-only .data__main{margin-left:auto}.data .data__list.data__list_column{display:flex;flex-wrap:wrap;margin:0 -1.25rem -1.25rem 0}.data .data__list.data__list_column .data__item{display:flex;flex-direction:column;margin:0 1.25rem 1.25rem 0}.data .data__list.data__list_column .data__header:not(:last-child){margin-bottom:.25rem}.data .data__list.data__list_column .data__header.data__header_secondary:not(:last-child){margin-bottom:.75rem}.data .data__list.data__list_column .data__main:not(:last-child){margin-bottom:.25rem}.data .data__item{margin-bottom:1.5rem}.data .data__item.data__item_second{background-color:#fff;border-radius:1rem;height:2rem;padding:.5rem .5rem .5rem 2rem;position:relative}.data .data__item.data__item_second:before{background-color:#ffebf1;border-radius:50%;content:"";height:1rem;left:.5rem;position:absolute;top:.5rem;width:1rem}.data .data__item.data__item_second .data__header .data__title{color:#000;font-size:.875rem;line-height:1rem}.data .data__item.data__item_tiny .data__header:not(:last-child){margin-bottom:0;margin-right:.5rem}.data .data__item.data__item_tiny .data__header .data__title{color:#8f939c;font-size:.75rem;line-height:.75rem}.data .data__header{display:flex}.data .data__header .data__title{color:#8f939c;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.25rem}.data .data__main{align-items:center;display:flex}.data .data__main .data__text{color:#202639;font-size:1rem;font-weight:500;letter-spacing:-.1px;line-height:1.25rem}.data .data__main .data__text:not(:last-child){margin-right:.5rem}.data .data__main .data__text.data__text_second{color:#a717ff;font-size:1.25rem;line-height:1.25rem}.data .data__main .data__ico{cursor:pointer;height:1rem;min-width:1rem;width:1rem}.data .data__main .data__ico:hover img path,.data .data__main .data__ico:hover svg path{fill:rgba(202,116,254,.5)}.data .data__main .data__ico img,.data .data__main .data__ico svg{height:100%;width:100%}.data .data__main .data__ico img path,.data .data__main .data__ico svg path{fill:#8f939c;transition:all .4s ease-in-out}.data .data__toggle .data__text{color:#8f939c;cursor:pointer;font-size:.75rem;line-height:1.25rem;text-decoration:underline}.data .data__toggle .data__text:hover{color:rgba(32,38,57,.502)}.p2p__chat_second{align-items:flex-end;display:flex;height:100%;justify-content:flex-end}.p2p__chat_second .control__list{display:flex;gap:.75rem}.p2p__chat_second .btn{min-width:10rem}@media screen and (min-width:768px){.p2p__chat_second .btn{min-width:14rem}}.dataset{align-items:center;display:flex;flex-wrap:wrap;margin:0 -.75rem -.75rem;width:calc(100% + 1.5rem)}.dataset .dataset__item{display:flex;flex-direction:column;margin:0 .75rem .75rem}.p2p .steps .steps__footer:not(:last-child),.p2p .steps .steps__header:not(:last-child),.p2p .steps .steps__main:not(:last-child){margin-bottom:1.5rem}.p2p .steps .steps__header .steps__list{display:flex;justify-content:center;margin:0 -.375rem;width:calc(100% + .75rem)}@media screen and (min-width:768px){.p2p .steps .steps__header .steps__list{margin:0 -.5rem;width:calc(100% + 1rem)}}.p2p .steps .steps__header .steps__item{align-items:center;display:flex;flex-direction:column;padding:0 .375rem;position:relative;width:33.3%}@media screen and (min-width:768px){.p2p .steps .steps__header .steps__item{padding:0 1.25rem}}.p2p .steps .steps__header .steps__item:not(:first-child):before{background-color:#eee;content:"";height:.125rem;position:absolute;right:50%;top:1rem;width:100%}.p2p .steps .steps__header .steps__item.steps__item_active:before{background-color:#202639}.p2p .steps .steps__header .steps__item.steps__item_active .steps__index{background-color:#202639;color:#fff}.p2p .steps .steps__header .steps__item.steps__item_active .steps__index .index__text{color:#fff}.p2p .steps .steps__header .steps__item.steps__item_active .steps__title .title__text{color:#202639}.p2p .steps .steps__header .steps__index{align-items:center;background-color:#eee;border-radius:50%;box-shadow:0 0 0 .25rem #f6f6f6;color:#777a83;display:flex;height:2rem;justify-content:center;position:relative;text-align:center;transition:all .4s ease-in-out;width:2rem;z-index:2}.p2p .steps .steps__header .steps__index:not(:last-child){margin-bottom:4px}.p2p .steps .steps__header .steps__index .index__text{display:block;font-size:1.25rem;font-weight:500;line-height:1.25rem}.p2p .steps .steps__header .steps__title{color:#777a83;font-weight:500;text-align:center;transition:all .4s ease-in-out}.p2p .steps .steps__header .steps__title .title__text{display:block;font-size:.75rem;line-height:.75rem}@media screen and (min-width:992px){.p2p .steps .steps__header .steps__title .title__text{font-size:1rem;font-weight:500;line-height:1.25rem}}.p2p_header{background-color:#202639;padding:.75rem 0;width:100%}.p2p_header .header__layout{align-items:center;display:flex;justify-content:space-between}.p2p_header .header__logo .header__link{align-items:flex-start;color:#fff;display:flex;transition:all .4s ease-in-out}.p2p_header .header__logo .header__link.active,.p2p_header .header__logo .header__link:hover{color:#ca74fe}.p2p_header .header__logo .header__text{font-size:.875rem;font-weight:400;line-height:1rem}@media screen and (min-width:768px){.p2p_header .header__logo .header__text{font-size:1.25rem;font-weight:500;line-height:1.25rem}}.p2p_header .header__menu .menu__list{display:flex;justify-content:flex-end}.p2p_header .header__menu .menu__item{display:flex}.p2p_header .header__menu .menu__item:not(:last-child){margin-right:2.5rem}@media screen and (min-width:992px){.p2p_header .header__menu .menu__item:not(:last-child){margin-right:40px}.p2p_header .header__menu .menu__item:first-child .menu__media,.p2p_header .header__menu .menu__item:nth-child(4) .menu__media{height:24px;width:24px}}.p2p_header .header__menu .menu__item:first-child .menu__media img,.p2p_header .header__menu .menu__item:first-child .menu__media svg,.p2p_header .header__menu .menu__item:nth-child(4) .menu__media img,.p2p_header .header__menu .menu__item:nth-child(4) .menu__media svg{stroke:#fff;fill:none}.p2p_header .header__menu .menu__item:first-child .menu__link.active .menu__media img,.p2p_header .header__menu .menu__item:first-child .menu__link.active .menu__media svg,.p2p_header .header__menu .menu__item:first-child .menu__link:hover .menu__media img,.p2p_header .header__menu .menu__item:first-child .menu__link:hover .menu__media svg,.p2p_header .header__menu .menu__item:nth-child(4) .menu__link.active .menu__media img,.p2p_header .header__menu .menu__item:nth-child(4) .menu__link.active .menu__media svg,.p2p_header .header__menu .menu__item:nth-child(4) .menu__link:hover .menu__media img,.p2p_header .header__menu .menu__item:nth-child(4) .menu__link:hover .menu__media svg{stroke:#ca74fe}@media screen and (min-width:992px){.p2p_header .header__menu .menu__item:nth-child(4) .menu__media:not(:last-child){margin-right:.25rem}}.p2p_header .header__menu .menu__item:nth-child(4) .menu__title{display:none}@media screen and (min-width:992px){.p2p_header .header__menu .menu__item:nth-child(4) .menu__title{display:block}}.p2p_header .header__menu .menu__item .menu__link{align-items:center;color:#fff;display:flex;position:relative}.p2p_header .header__menu .menu__item .menu__link:hover,.p2p_header .header__menu .menu__item .menu__link:hover .menu__title .title__text,.p2p_header .header__menu .menu__item .menu__link[class*=active],.p2p_header .header__menu .menu__item .menu__link[class*=active] .menu__title .title__text{color:#ca74fe}.p2p_header .header__menu .menu__item .menu__link:hover .menu__media img,.p2p_header .header__menu .menu__item .menu__link:hover .menu__media svg,.p2p_header .header__menu .menu__item .menu__link[class*=active] .menu__media img,.p2p_header .header__menu .menu__item .menu__link[class*=active] .menu__media svg{fill:#ca74fe}.p2p_header .header__menu .menu__item .menu__media{height:1rem;width:1rem}@media screen and (min-width:768px){.p2p_header .header__menu .menu__item .menu__media{height:1.25rem;width:1.25rem}.p2p_header .header__menu .menu__item .menu__media:not(:last-child){margin-right:.25rem}}.p2p_header .header__menu .menu__item .menu__media img,.p2p_header .header__menu .menu__item .menu__media svg{fill:#fff;height:100%;transition:all .4s ease-in-out;width:100%}.p2p_header .header__menu .menu__item .menu__title{display:none}@media screen and (min-width:768px){.p2p_header .header__menu .menu__item .menu__title{display:block}}.p2p_header .header__menu .menu__item .menu__title .title__text{font-size:1.125rem;font-weight:400;line-height:1.5rem;transition:all .4s ease-in-out}.p2p_header .header__menu .menu__item .menu__tooltip{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:1rem;justify-content:center;position:relative;right:-.25rem;text-align:center;top:-.5rem;width:1rem}.p2p_header .header__menu .menu__item .menu__tooltip .tooltip__text{color:#ca74fe;font-size:.75rem;line-height:.875rem}.p2p .section{position:relative}.p2p .section .section__header:not(:last-child),.p2p .section .section__main:not(:last-child){margin-bottom:1.5rem}.p2p .section:not(:last-child){margin-bottom:3rem}.p2p .section:not(:last-child):before{background-color:#eee;content:"";height:1px;left:50%;max-width:calc(100vw - 1rem);position:absolute;top:calc(100% + 1.5rem);-webkit-transform:translateX(-50%);transform:translateX(-50%);width:75rem}.p2p__info{grid-gap:1.5rem;display:grid;grid-template-columns:1fr}@media screen and (min-width:768px){.p2p__info{grid-template-columns:3rem auto}}@media screen and (min-width:992px){.p2p__info{grid-template-columns:3rem auto 18rem}}.p2p__info .info__media{align-items:center;display:flex;height:3rem;width:3rem}@media screen and (min-width:768px){.p2p__info .info__footer{display:grid;grid-column:span 2;padding:0 3rem}}@media screen and (min-width:992px){.p2p__info .info__footer{align-items:center;display:flex;grid-column:unset;justify-content:center;padding:0}}.p2p__info .info__footer .btn{width:auto}@media screen and (min-width:992px){.p2p__info .info__footer .btn{width:100%}}.p2p__info .info__main{grid-gap:.75rem;display:grid;grid-template-columns:1fr}.p2p__info .info__title .title__text{color:#202639;font-size:1.25rem;font-weight:500;line-height:1.5rem}.p2p__info .info__data{margin:0!important}.p2p__info .info__data ul{grid-gap:.75rem;color:#202639;display:grid;font-size:.875rem;grid-template-columns:1fr;line-height:1rem;list-style:none;margin:0;opacity:.5;padding:0}.p2p__info .info__help{grid-gap:1rem;color:#a717ff;display:grid;font-size:.875rem;grid-template-columns:1rem auto;line-height:1rem}.p2p__info .info__subtitle{color:#202639;font-size:.75rem;line-height:1rem;opacity:.5}@media screen and (min-width:768px){.p2p__info .info__subtitle{font-size:.875rem;line-height:1rem}}.p2p__head{display:flex;flex-wrap:wrap}@media screen and (min-width:768px){.p2p__head{align-items:center;flex-wrap:nowrap}}.p2p__head .head__media{flex-shrink:0;height:1.5rem;width:1.5rem}@media screen and (min-width:768px){.p2p__head .head__media{height:3rem;width:3rem}}.p2p__head .head__media:not(:last-child){margin-right:.5rem}@media screen and (min-width:768px){.p2p__head .head__media:not(:last-child){margin-right:1.5rem}}.p2p__head .head__main{display:flex;flex-direction:column;margin-bottom:.5rem;width:calc(100% - 2rem)}@media screen and (min-width:768px){.p2p__head .head__main{margin-bottom:0;margin-right:1.5rem}}.p2p__head .head__title{color:#202639;font-size:1rem;font-weight:500;line-height:1.25rem}@media screen and (min-width:768px){.p2p__head .head__title{font-size:1.25rem;line-height:1.5rem}}.p2p__head .head__subtitle{color:#202639;font-size:.75rem;line-height:1rem;opacity:.5}@media screen and (min-width:768px){.p2p__head .head__subtitle{font-size:.875rem;line-height:1rem}}.p2p__head .head__footer{display:flex;justify-content:center;width:100%}@media screen and (min-width:768px){.p2p__head .head__footer{justify-content:flex-start;margin-left:auto;width:auto}}.p2p__head .head__clock{align-items:center;display:flex}.p2p__head .head__clock .clock__item{display:flex;font-size:1.25rem;font-weight:600;height:2rem;line-height:1.5rem;width:2.5rem}.p2p__head .head__clock .clock__item,.p2p__head .head__clock .clock__item_small{align-items:center;background-color:#a717ff;border-radius:1.25rem;color:#fff;justify-content:center;text-align:center}.p2p__head .head__clock .clock__item_small{display:inline-flex;font-size:1rem;font-weight:400;height:1.5rem;line-height:1rem;width:2rem}.p2p__head .head__clock .clock__delivery{color:#a717ff;font-size:1.25rem;line-height:1.5rem;margin:0 .25rem}.p2p__banner{background-color:#202639;color:#fff;min-height:100%;padding:1.5rem 0;position:relative;text-align:center}@media screen and (min-width:992px){.p2p__banner{padding:3rem 0}}.p2p__banner .banner__layout{position:relative;z-index:3}.p2p__banner .banner__header:not(:last-child){margin-bottom:.75rem}.p2p__banner .banner__media{align-items:flex-end;display:flex;height:100%;justify-content:space-between;left:0;position:absolute;top:0;width:100%}.p2p__banner .banner__media .media__item{align-items:flex-start;display:flex;height:100%;width:50%}.p2p__banner .banner__media .media__item.media__item_before{justify-content:flex-start}.p2p__banner .banner__media .media__item.media__item_after{justify-content:flex-end}.p2p__banner .banner__media .media__item img,.p2p__banner .banner__media .media__item svg{height:100%;object-fit:cover;width:auto}.p2p__chat{align-items:flex-end;display:none;flex-direction:column}@media screen and (min-width:992px){.p2p__chat{display:flex}}.p2p__chat.p2p__chat_second{align-items:flex-end;display:flex;flex-direction:row;height:100%;justify-content:flex-end}.p2p__chat .chat__preview{display:none}@media screen and (max-width:767px){.p2p__chat .chat__preview{bottom:1rem;display:flex;position:fixed;right:1rem;z-index:11}}.p2p__chat .chat__preview .preview__media{align-items:flex-start;display:flex;height:3rem;min-width:3rem;width:3rem}.p2p__chat .chat__preview .preview__media img,.p2p__chat .chat__preview .preview__media svg{height:100%;width:100%}.p2p__chat .chat__layout{display:none}@media screen and (min-width:768px){.p2p__chat .chat__layout{display:block}}.p2p__chat .chat__widget .chat__preview{display:none}@media screen and (min-width:768px){.p2p__chat .chat__widget .chat__preview{display:flex}}.p2p__chat .chat__widget .chat__preview .preview__media{align-items:flex-start;display:flex;height:1rem;min-width:1rem;width:1rem}.p2p__chat .chat__widget .chat__control .control__list{display:flex;margin:0 -.75rem -1.5rem;width:calc(100% + 1.5rem)}@media screen and (min-width:768px){.p2p__chat .chat__widget .chat__control .control__list{display:none}}.p2p__chat .chat__widget .chat__control .control__item{height:1.5rem;margin:0 .75rem 1.5rem;width:1.5rem}.p2p__chat .chat__widget .chat__control .control__media,.p2p__chat .chat__widget .chat__control .control__media img,.p2p__chat .chat__widget .chat__control .control__media svg{height:100%;width:100%}.layout__chat{align-items:center;display:flex;flex-direction:column;padding:2rem 0}@media screen and (max-width:991px){.layout__chat.layout__chat_active .chat__layout{display:grid}}@media screen and (min-width:768px){.layout__chat{padding:0}}.chat__preview{grid-gap:.25rem;align-items:center;background-color:#ebfbf7;border:1px solid #00d09e;border-radius:2rem;display:grid;font-size:1rem;font-weight:500;grid-template-columns:1rem auto;line-height:1rem;margin:0 auto .5rem;padding:.5rem}@media screen and (min-width:768px){.chat__preview{margin-left:auto}}@media screen and (min-width:992px){.chat__preview{display:none}}.chat__preview .chat__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat__layout{grid-gap:.5rem;background-color:#fff;border-radius:1.5rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);display:none;grid-template-columns:1fr;padding:.75rem}@media screen and (min-width:992px){.chat__layout{display:grid}}.chat__layout .chat__header{grid-gap:.25rem .5rem;background-color:#f6f6f6;border-radius:1.5rem;display:grid;grid-template-columns:2.5rem auto;padding:.75rem}.chat__layout .chat__header .chat__avatar{align-items:center;background-color:#a717ff;border-radius:50%;display:flex;font-size:1.25rem;font-weight:500;grid-row:span 2;height:2.5rem;justify-content:center;line-height:1.5rem;text-align:center;width:2.5rem}.chat__layout .chat__header .chat__avatar .avatar__text{color:#fff;font-size:1.25rem;font-weight:500;line-height:1.5rem}.chat__layout .chat__header .chat__title{align-items:center;display:flex;font-size:.875rem;justify-content:space-between}.chat__layout .chat__header .chat__subtitle{color:#202639;font-size:.875rem;line-height:1rem}.chat__layout .chat__header .btn__small{font-size:.75rem;height:1.5rem;padding:.5rem}.chat__layout .chat__main{grid-gap:.5rem;align-items:flex-end;display:grid;grid-template-columns:1fr;height:25rem;overflow:auto;overflow-y:auto}.chat__layout .chat__day{grid-gap:.75rem;display:grid;grid-template-columns:1fr}.chat__layout .chat__day .day__header{text-align:center}.chat__layout .chat__day .day__title{color:rgba(32,38,57,.314);font-size:.75rem;line-height:1rem}.chat__layout .chat__day .chat__list{display:flex;flex-direction:column;gap:.75rem;grid-template-columns:1fr}.chat__layout .chat__tooltip{grid-gap:.5rem;border-radius:.75rem;display:grid;font-size:.75rem;grid-template-columns:1.125rem auto;line-height:1rem;margin-bottom:.5rem;padding:.75rem}.chat__layout .chat__tooltip.chat__tooltip_primary{background-color:#e5e5e5}.chat__layout .chat__tooltip.chat__tooltip_secondary{background-color:#ffebf1;color:#ff004d}.chat__layout .chat__message{grid-gap:.25rem;align-items:flex-end;display:flex;width:100%}.chat__layout .chat__message.chat__message_primary{margin-right:auto}@media screen and (min-width:992px){.chat__layout .chat__message.chat__message_primary{padding-left:1.5rem}}.chat__layout .chat__message.chat__message_primary .message__layout{background-color:rgba(0,208,158,.078)}.chat__layout .chat__message.chat__message_primary .message__header{grid-template-columns:auto auto 1rem}.chat__layout .chat__message.chat__message_primary .message__name,.chat__layout .chat__message.chat__message_primary .message__time{color:rgba(32,38,57,.314)}.chat__layout .chat__message.chat__message_secondary{flex-direction:row;grid-template-columns:1.5rem auto;margin-left:auto}@media screen and (min-width:992px){.chat__layout .chat__message.chat__message_secondary{padding-right:1.5rem}}.chat__layout .chat__message.chat__message_secondary .message__layout{background-color:#f6f6f6;border-radius:.75rem .75rem 0 .75rem;margin-left:auto}.chat__layout .chat__message.chat__message_secondary .message__name{color:#a717ff}.chat__layout .chat__message.chat__message_secondary .message__time{color:rgba(32,38,57,.314)}.chat__layout .chat__message.chat__message_tertiary{grid-template-columns:1.5rem auto}@media screen and (min-width:992px){.chat__layout .chat__message.chat__message_tertiary{padding-right:1.5rem}}.chat__layout .chat__message.chat__message_tertiary .message__avatar{background-color:#f6f6f6}.chat__layout .chat__message.chat__message_tertiary .message__layout{background-color:#a717ff;color:#fff}.chat__layout .chat__message.chat__message_tertiary .message__name,.chat__layout .chat__message.chat__message_tertiary .message__time{color:#f6f6f6}.chat__layout .chat__message .message__avatar{align-items:center;background-color:#a717ff;border-radius:50%;display:flex;height:1.5rem;justify-content:center;text-align:center;width:1.5rem}.chat__layout .chat__message .message__avatar .avatar__text{color:#fff;font-size:.875rem;font-weight:700;line-height:1rem}.chat__layout .chat__message .message__avatar img,.chat__layout .chat__message .message__avatar svg{height:1rem;width:1rem}.chat__layout .chat__message .message__layout{grid-gap:.25rem;border-radius:.75rem .75rem .75rem 0;color:#202639;display:grid;grid-template-columns:1fr;padding:.5rem}.chat__layout .chat__message .message__header{grid-gap:.5rem;align-items:center;color:rgba(32,38,57,.314);display:grid;font-size:.75rem;grid-template-columns:auto auto;line-height:1rem}.chat__layout .chat__message .message__title{color:#f6f6f6;font-size:.75rem;line-height:1rem}.chat__layout .chat__message .message__time{margin-left:auto}.chat__layout .chat__message .message__status,.chat__layout .chat__message .message__time{color:rgba(32,38,57,.314);font-size:.75rem;font-weight:700;line-height:1rem}.chat__layout .chat__message .message__attach{grid-gap:0 .5rem;align-items:center;display:grid;grid-template-columns:3rem auto}.chat__layout .chat__message .message__attach .attach__ico{grid-row:span 2;height:3rem}.chat__layout .chat__message .message__attach .attach__title{color:#202639;font-size:.875rem;line-height:1rem}.chat__layout .chat__message .message__attach .attach__size{color:rgba(32,38,57,.314);font-size:.75rem;line-height:1rem}.chat__layout .chat__message .message__content{font-size:.875rem;line-height:1rem}.chat__layout .chat__footer{grid-gap:.5rem;align-items:center;background-color:#e5e5e5;border-radius:1.5rem;display:grid;flex-shrink:0;grid-template-columns:2.5rem auto 2.5rem;padding:.125rem .25rem}.chat__layout .chat__footer .chat__attach{position:relative}.chat__layout .chat__footer .chat__attach:hover .attach__preview{background-color:#202639}.chat__layout .chat__footer .chat__attach:hover .attach__preview img,.chat__layout .chat__footer .chat__attach:hover .attach__preview svg{stroke:#fff}.chat__layout .chat__footer .chat__attach:hover .attach__dropdown{opacity:1;visibility:visible}.chat__layout .chat__footer .chat__attach .attach__preview{align-items:center;background-color:#f6f6f6;border-radius:50%;cursor:pointer;display:flex;height:2.5rem;justify-content:center;transition:all .4s ease-in-out}.chat__layout .chat__footer .chat__attach .attach__preview img,.chat__layout .chat__footer .chat__attach .attach__preview svg{stroke:rgba(32,38,57,.314);height:1rem;transition:all .4s ease-in-out;width:1rem}.chat__layout .chat__footer .chat__attach .attach__dropdown{background-color:#fff;border-radius:1.5rem;bottom:calc(100% + 1rem);box-shadow:0 .25rem .75rem rgba(0,0,0,.03);left:0;min-width:15rem;opacity:0;padding:.75rem;position:absolute;transition:all .4s ease-in-out;transition-delay:.5s;visibility:hidden;z-index:2}.chat__layout .chat__footer .chat__attach .attach__dropdown .dropdown__list{grid-gap:.75rem;display:grid;grid-template-columns:1fr}.chat__layout .chat__footer .chat__attach .attach__dropdown .dropdown__list .dropdown__item{grid-gap:.5rem;display:grid;font-size:.875rem;grid-template-columns:1fr;line-height:1rem}.chat__layout .chat__footer .chat__attach .attach__dropdown .dropdown__list dl{align-items:center;display:flex;gap:.25rem}.chat__layout .chat__footer .chat__attach .attach__dropdown .dropdown__list dt{color:rgba(32,38,57,.314)}.chat__layout .chat__footer .chat__attach .attach__dropdown .dropdown__list dd{color:#202639}.chat__layout .chat__footer .chat__attach .file__selected{background-color:#202639}.chat__layout .chat__footer .chat__attach .file__selected img,.chat__layout .chat__footer .chat__attach .file__selected svg{stroke:#fff}.chat__layout .chat__footer .chat__attach .delete__button{border-top:1px solid #000;margin-top:10px;padding-top:10px}.chat__layout .chat__footer .chat__field .chat__input{-webkit-appearance:none;appearance:none;background-color:#f6f6f6;border:0;border-radius:1.5rem;box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;height:100%;line-height:2.5rem;margin:0;max-height:200px;outline:none;overflow-y:auto;padding:.75rem;resize:none;text-overflow:ellipsis;width:100%}.chat__layout .chat__footer .chat__action{align-items:center;background-color:#f6f6f6;border-radius:50%;cursor:pointer;display:flex;height:2.5rem;justify-content:center;transition:all .4s ease-in-out}.chat__layout .chat__footer .chat__action:hover{background-color:#202639}.chat__layout .chat__footer .chat__action:hover img,.chat__layout .chat__footer .chat__action:hover svg{fill:#fff}.chat__layout .chat__footer .chat__action img,.chat__layout .chat__footer .chat__action svg{fill:rgba(32,38,57,.314);height:1rem;transition:all .4s ease-in-out;width:1rem}.chat__layout .chat__footer .file-input{align-items:center;border:1px solid #ccc;border-radius:4px;display:flex;justify-content:space-between;max-width:500px;padding:10px}.chat__layout .chat__footer .file-name{flex-grow:1;margin-right:10px}.chat__layout .chat__footer .file-size{margin-right:10px}.chat__layout .chat__footer .remove-file-btn{background:transparent;border:none;color:red;cursor:pointer;font-size:20px}.chat__layout .chat__footer .action__selected{background-color:#202639}.chat__layout .chat__footer .action__selected img,.chat__layout .chat__footer .action__selected svg{fill:#fff}.chat__layout .preview-container{align-items:center;display:flex;justify-content:center}.chat__layout .preview-container .preview-media{border-radius:.75rem;height:100%;object-fit:contain;width:100%}.p2p__user .user__database:not(:last-child){margin-bottom:2rem}@media screen and (min-width:992px){.p2p__user .user__database:not(:last-child){margin-bottom:3rem}}.p2p__user .user__database .database__header{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);padding:1.5rem}.p2p__user .user__database .database__header:not(:last-child){margin-bottom:1.5rem}.p2p__user .user__database .database__about{display:flex;flex-direction:column;margin-bottom:2rem}@media screen and (min-width:768px){.p2p__user .user__database .database__about{align-items:center;flex-direction:row}}@media screen and (min-width:992px){.p2p__user .user__database .database__about{margin-bottom:0}}.p2p__user .user__database .database__about:not(:last-child){box-shadow:0 .25rem .75rem rgba(0,0,0,.03);margin-bottom:1.5rem}.p2p__user .user__database .database__about .about__avatar{align-items:flex-start;display:flex;height:2.5rem;margin-bottom:.5rem;width:2.5rem}@media screen and (min-width:768px){.p2p__user .user__database .database__about .about__avatar{margin-bottom:0;margin-right:1rem}}.p2p__user .user__database .database__about .about__title{margin-bottom:.5rem}.p2p__user .user__database .database__about .about__title .title__text{color:#a717ff;font-size:1.25rem;font-weight:500;line-height:1.25rem}.p2p__user .user__database .database__about .about__data .data__list{display:flex;flex-wrap:wrap;margin:0 -1.5rem -.5rem 0;width:calc(100% + 1.5rem)}.p2p__user .user__database .database__about .about__data .data__item{align-items:center;color:#00d09e;display:flex;margin:0 1.5rem .5rem 0}.p2p__user .user__database .database__about .about__data .data__item.data__item_secondary{color:#8f939c}.p2p__user .user__database .database__about .about__data .data__item.data__item_secondary .data__media img,.p2p__user .user__database .database__about .about__data .data__item.data__item_secondary .data__media svg{fill:#8f939c}.p2p__user .user__database .database__about .about__data .data__media{align-items:flex-start;display:flex;height:.75rem;-webkit-transform:translateY(-.125rem);transform:translateY(-.125rem);width:.75rem}.p2p__user .user__database .database__about .about__data .data__media:not(:last-child){margin-right:.25rem}.p2p__user .user__database .database__about .about__data .data__media img,.p2p__user .user__database .database__about .about__data .data__media svg{height:100%;width:100%}@media screen and (min-width:992px){.p2p__user .user__database .database__action{align-items:center;display:flex;height:100%}}.p2p__user .user__database .database__action .action__list{display:flex;flex-wrap:wrap;margin:0 -1rem -1rem;width:calc(100% + 2rem)}@media screen and (min-width:992px){.p2p__user .user__database .database__action .action__list{justify-content:flex-end}}.p2p__user .user__database .database__action .action__item{margin:0 1rem 1rem 0;width:100%}@media screen and (min-width:768px){.p2p__user .user__database .database__action .action__item{width:auto}}.p2p__user .user__database .database__groups .groups__col{display:flex;flex-direction:column;height:100%}.p2p__user .user__database .database__groups .groups__list{margin-bottom:-1.25rem}.p2p__user .user__database .database__groups .groups__item{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);display:flex;flex-direction:column;font-size:.75rem;height:100%;justify-content:space-between;line-height:1rem;margin-bottom:1.25rem;min-height:7.125rem;padding:1.5rem}@media screen and (min-width:992px){.p2p__user .user__database .database__groups .groups__item{align-items:center;flex-direction:row;min-height:0}}.p2p__user .user__database .database__groups .group__header:not(:last-child){margin-bottom:.75rem}@media screen and (min-width:992px){.p2p__user .user__database .database__groups .group__header:not(:last-child){margin-bottom:0;margin-right:.25rem}}.p2p__user .user__database .database__groups .group__header .group__title:not(:last-child){margin-bottom:.5rem}.p2p__user .user__database .database__groups .group__header .group__title .title__text{color:#8f939c}.p2p__user .user__database .database__groups .group__header .group__data .data__list{display:flex}@media screen and (min-width:992px){.p2p__user .user__database .database__groups .group__header .group__data .data__list{justify-content:space-between}}.p2p__user .user__database .database__groups .group__header .group__data .data__item{align-items:center;display:flex}.p2p__user .user__database .database__groups .group__header .group__data .data__item:not(:last-child){margin-right:.5rem}.p2p__user .user__database .database__groups .group__header .group__data .data__item.data__item_buy{color:#1aefbc}.p2p__user .user__database .database__groups .group__header .group__data .data__item.data__item_sell{color:#ff5285}.p2p__user .user__database .database__groups .group__header .group__data .data__item .data__text{font-weight:500}.p2p__user .user__database .database__groups .group__header .group__data .data__media{align-items:flex-start;display:flex;height:.75rem;width:.75rem}.p2p__user .user__database .database__groups .group__header .group__data .data__media:not(:last-child){margin-right:.25rem}.p2p__user .user__database .database__groups .group__header .group__data .data__media img,.p2p__user .user__database .database__groups .group__header .group__data .data__media svg{height:100%;width:100%}.p2p__user .user__database .database__groups .group__main{background:none;padding:0}.p2p__user .user__database .database__groups .group__main .group__value .data__text{color:#202639;font-size:1.25rem;font-weight:500;line-height:1.25rem;white-space:nowrap}.p2p__user .user__database .database__groups .groups__action{margin-bottom:1.25rem;margin-top:auto}@media screen and (max-width:767px){.p2p__user .user__database .mob-order-5{order:5}.p2p__user .user__database .mob-order-6{order:6}}.p2p__user .user__payments{border-radius:1.5rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);overflow:hidden}.p2p__user .user__payments .payments__header{background-color:#fff;border-bottom:1px solid #e5e5e5;display:flex;padding:1.5rem}@media screen and (min-width:992px){.p2p__user .user__payments .payments__header{align-items:center}}.p2p__user .user__payments .payments__header .payments__description{color:#8f939c;font-size:.875rem;line-height:1.2rem;margin-bottom:1rem}@media screen and (min-width:992px){.p2p__user .user__payments .payments__header .payments__description{margin-bottom:0}}.p2p__user .user__payments .payments__header .payments__description h1,.p2p__user .user__payments .payments__header .payments__description h2,.p2p__user .user__payments .payments__header .payments__description h3{color:#202639}@media screen and (min-width:992px){.p2p__user .user__payments .payments__header .payments__action{align-items:center;display:flex;height:100%;justify-content:flex-end}}.p2p__user .user__payments .payments__header .payments__action .action__list{display:flex;flex-wrap:wrap;margin:0 -1rem -1rem;width:calc(100% + 2rem)}.p2p__user .user__payments .payments__header .payments__action .action__item{margin:0 1rem 1rem 0}.p2p__user .user__payments .payments__main{background-color:#fff;padding:1.5rem}.p2p__user .user__payments .payments__item,.p2p__user .user__payments .payments__list{display:flex;flex-direction:column}@media screen and (min-width:580px){.p2p__user .user__payments .payments__item{align-items:center;flex-direction:row;justify-content:space-between}}.p2p__user .user__payments .payments__item:not(:last-child){border-bottom:1px solid #e5e5e5;margin-bottom:1.5rem;padding-bottom:1.5rem}.p2p__user .user__payments .payments__item .payment__layout:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width:580px){.p2p__user .user__payments .payments__item .payment__layout:not(:last-child){margin-bottom:0;margin-right:1rem}}.p2p__user .user__payments .payments__item .payment__header:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width:580px){.p2p__user .user__payments .payments__item .payment__header:not(:last-child){margin-bottom:.5rem}}.p2p__user .user__payments .payments__item .payment__header .payment__title{margin-bottom:.5rem}@media screen and (min-width:580px){.p2p__user .user__payments .payments__item .payment__header .payment__title{margin-bottom:0;margin-right:1rem}}.p2p__user .user__payments .payments__item .payment__header .payment__title .title__text{color:#a717ff;font-size:1.125rem;line-height:1.5rem}.p2p__user .user__payments .payments__item .payment__action{align-items:center;display:flex;height:100%;justify-content:flex-end}.p2p__user .user__payments .payments__item .payment__action .action__list{display:flex;margin:0 -.25rem -1rem;width:calc(100% + .5rem)}@media screen and (min-width:992px){.p2p__user .user__payments .payments__item .payment__action .action__list{margin:0 -1rem -1rem;width:calc(100% + 2rem)}}.p2p__user .user__payments .payments__item .payment__action .action__item{margin-bottom:1rem;padding:0 .25rem;width:100%}@media screen and (min-width:992px){.p2p__user .user__payments .payments__item .payment__action .action__item{padding:0 1rem;width:auto}}.p2p__user .user__payments .payments__item .payment__action .btn{width:100%}@media screen and (min-width:992px){.p2p__user .user__payments .payments__item .payment__action .btn{width:auto}}.p2p__user .user__payments .payments__item .payment__data .data__list{display:flex;flex-direction:column;margin:0 -1.25rem -.5rem;width:calc(100% + 2.5rem)}@media screen and (min-width:580px){.p2p__user .user__payments .payments__item .payment__data .data__list{flex-direction:row;flex-wrap:wrap;margin-bottom:-1rem}}.p2p__user .user__payments .payments__item .payment__data .data__item{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.5rem;padding:0 1.25rem}@media screen and (min-width:580px){.p2p__user .user__payments .payments__item .payment__data .data__item{flex-direction:column;justify-content:flex-start;margin-bottom:1rem;max-width:14rem}}.p2p__user .user__payments .payments__item .payment__data .data__title:not(:last-child){margin-bottom:.25rem}.p2p__user .user__payments .payments__item .payment__data .data__title .title__text{color:#8f939c;font-size:.875rem;line-height:1rem}.p2p__user .user__payments .payments__item .payment__data .data__value .data__text{color:#202639;font-size:1rem;font-weight:500;line-height:1.25rem}.p2p__user .user__testimonials{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);padding:1.5rem}.p2p__user .user__testimonials .testimonials__header{border-bottom:1px solid #e5e5e5;display:flex;flex-direction:column;margin-bottom:1.5rem;padding-bottom:1.5rem}@media screen and (min-width:992px){.p2p__user .user__testimonials .testimonials__header{align-items:center;flex-direction:row}}.p2p__user .user__testimonials .testimonials__rating{align-items:center;display:flex;margin-bottom:1.5rem}@media screen and (min-width:992px){.p2p__user .user__testimonials .testimonials__rating{margin-bottom:0}}.p2p__user .user__testimonials .testimonials__rating .rating__title:not(:last-child){margin-right:1.5rem}.p2p__user .user__testimonials .testimonials__rating .rating__title .title__text{color:#8f939c;font-size:.875rem;line-height:1rem}.p2p__user .user__testimonials .testimonials__rating .rating__value .data__text{color:#202639;font-size:1.25rem;font-weight:500;line-height:1.5rem}@media screen and (min-width:992px){.p2p__user .user__testimonials .testimonials__statistics{margin-left:auto}}.p2p__user .user__testimonials .testimonials__statistics .statistics__list{display:flex;margin:0 -.5rem -.5rem 0;width:calc(100% + .5rem)}.p2p__user .user__testimonials .testimonials__statistics .statistics__item{border-radius:1.5rem;font-size:1rem;font-weight:500;line-height:1.25rem;margin:0 .5rem .5rem 0;padding:.75rem .5rem}.p2p__user .user__testimonials .testimonials__statistics .statistics__item.statistics__item_like{background-color:#ebfbf7}.p2p__user .user__testimonials .testimonials__statistics .statistics__item.statistics__item_dislike{background-color:#ffebf1}.p2p__user .user__testimonials .testimonials__list{display:flex;flex-direction:column}.p2p__user .user__testimonials .testimonials__item{display:flex;flex-direction:column;font-size:.875rem;line-height:1rem}@media screen and (min-width:992px){.p2p__user .user__testimonials .testimonials__item{flex-direction:row}}.p2p__user .user__testimonials .testimonials__item:not(:last-child){border-bottom:1px solid #e5e5e5;margin-bottom:1.5rem;padding-bottom:1.5rem}.p2p__user .user__testimonials .testimonials__item .testimonial__header{align-items:center;display:flex;margin-bottom:1.5rem}@media screen and (min-width:992px){.p2p__user .user__testimonials .testimonials__item .testimonial__header{margin-bottom:0}}.p2p__user .user__testimonials .testimonials__item .testimonial__avatar{height:2.5rem;width:2.5rem}.p2p__user .user__testimonials .testimonials__item .testimonial__avatar:not(:last-child){margin-right:1rem}.p2p__user .user__testimonials .testimonials__item .testimonial__data{display:flex;flex-direction:column}.p2p__user .user__testimonials .testimonials__item .testimonial__data .testimonial__name:not(:last-child){margin-bottom:.25rem}.p2p__user .user__testimonials .testimonials__item .testimonial__data .testimonial__name .name__text{color:#a717ff;font-size:1.25rem;font-weight:500;line-height:1.5rem}.p2p__user .user__testimonials .testimonials__item .testimonial__data .testimonial__date .date__text{color:#8f939c;font-size:.875rem;line-height:1rem;white-space:nowrap}.p2p__user .user__testimonials .testimonials__item .testimonial__main{display:flex}.p2p__user .user__testimonials .testimonials__item .testimonial__media{align-items:flex-start;display:flex;height:.75rem;min-width:.75rem;width:.75rem}.p2p__user .user__testimonials .testimonials__item .testimonial__media:not(:last-child){margin-right:1.5rem}.p2p__user .user__blacklist{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);padding:1.5rem}.p2p__user .user__blacklist .blacklist__list{display:flex;flex-direction:column}.p2p__user .user__blacklist .blacklist__item:not(:last-child){border-bottom:1px solid #e5e5e5;margin-bottom:1.5rem;padding-bottom:1.5rem}.p2p__user .user__blacklist .blacklist__data{margin-bottom:1rem}@media screen and (min-width:992px){.p2p__user .user__blacklist .blacklist__data{margin-bottom:0}}.p2p__user .user__blacklist .blacklist__data .data__list{margin:0 -1.25rem -.5rem;width:calc(100% + 2.5rem)}@media screen and (min-width:992px){.p2p__user .user__blacklist .blacklist__data .data__list{margin-bottom:-1rem}}@media screen and (max-width:991px){.p2p__user .user__blacklist .blacklist__data .col:nth-child(2){order:3}}.p2p__user .user__blacklist .blacklist__data .data__item{display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:.5rem;padding:0 1.25rem}.p2p__user .user__blacklist .blacklist__data .data__title:not(:last-child){margin-bottom:.25rem}.p2p__user .user__blacklist .blacklist__data .data__title .title__text{color:#8f939c;font-size:.875rem;line-height:1rem}.p2p__user .user__blacklist .blacklist__data .data__value .data__text{color:#202639;font-size:1rem;font-weight:500;line-height:1.25rem}@media screen and (min-width:992px){.p2p__user .user__blacklist .blacklist__action{align-items:center;display:flex;height:100%;justify-content:flex-end}}.appeal__info{grid-gap:1.5rem;display:grid;grid-template-columns:1fr}@media screen and (min-width:768px){.appeal__info{grid-template-columns:3rem auto}}@media screen and (min-width:992px){.appeal__info{grid-template-columns:3rem auto 18rem}}.appeal__info .info__media{align-items:center;display:flex;height:3rem;width:3rem}@media screen and (min-width:768px){.appeal__info .info__footer{display:grid;grid-column:span 2;padding:0 3rem}}@media screen and (min-width:992px){.appeal__info .info__footer{align-items:center;display:flex;grid-column:unset;justify-content:center;padding:0}}.appeal__info .info__footer .btn{width:auto}@media screen and (min-width:992px){.appeal__info .info__footer .btn{width:100%}}.appeal__info .info__main{grid-gap:.75rem;display:grid;grid-template-columns:1fr}.appeal__info .info__title .title__text{color:#202639;font-size:1.25rem;font-weight:500;line-height:1.5rem}.appeal__info .info__data{margin:0!important}.appeal__info .info__data ul{grid-gap:.75rem;color:#202639;display:grid;font-size:.875rem;grid-template-columns:1fr;line-height:1rem;list-style:none;margin:0;opacity:.5;padding:0}.appeal__info .info__help{grid-gap:1rem;color:#a717ff;display:grid;font-size:.875rem;grid-template-columns:1rem auto;line-height:1rem}.appeal__help{grid-gap:1rem;display:grid;grid-template-columns:1fr;justify-content:center;margin:0 auto 1.5rem;max-width:35rem;width:100%}@media screen and (min-width:768px){.appeal__help{grid-template-columns:1fr 1fr}}.p2p__notification{cursor:move;position:fixed;right:1rem;top:50%;touch-action:none;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-user-select:none;user-select:none;z-index:11}.p2p__notification.dragging{cursor:grabbing;opacity:.9}.p2p__notification.p2p__notification_active .notification__layout{max-height:20rem;overflow:hidden;overflow-y:auto;padding:.75rem}.p2p__notification .notification__preview{align-items:center;background-color:#a717ff;border:.25rem solid #a717ff;border-radius:1.25rem;color:#fff;cursor:pointer;display:flex;height:2.5rem;padding-right:0;transition:all .4s ease-in-out}.p2p__notification .notification__preview:hover{padding-right:.5rem}.p2p__notification .notification__preview:hover .preview__media{margin-right:.5rem}.p2p__notification .notification__preview:hover .preview__ico{fill:#a717ff}.p2p__notification .notification__preview:hover .preview__title{max-width:20rem}.p2p__notification .notification__preview:hover .preview__text{opacity:1;transition-delay:.2s;visibility:visible}.p2p__notification .preview__media--blink:before{-webkit-animation:hide 2s ease-in-out infinite;animation:hide 2s ease-in-out infinite;background-color:#00d09e;border:.125rem solid #fff;border-radius:50%;content:"";height:.75rem;position:absolute;right:.25rem;top:.3rem;width:.75rem}.p2p__notification .preview__media{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:2rem;justify-content:center;margin-right:0;position:relative;transition:all .4s ease-in-out;width:2rem}.p2p__notification .preview__ico{fill:#202639;height:1rem;transition:all .4s ease-in-out;width:1rem}.p2p__notification .preview__title{max-width:0;transition:all .4s ease-in-out}.p2p__notification .preview__text{opacity:0;overflow:hidden;text-overflow:ellipsis;transition:all .4s ease-in-out;transition-delay:0s;visibility:hidden;white-space:nowrap}.p2p__notification .notification__layout{background-color:#fff;border-radius:1.25rem;max-height:0;overflow:hidden;padding:0 .75rem;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .4s ease-in-out;width:18rem;z-index:12}.p2p__notification .notification__header{align-items:center;text-align:center}.p2p__notification .notification__header:not(:last-child){margin-bottom:.75rem}.p2p__notification .notification__main{background-color:#f6f6f6;border-radius:1.25rem;padding:.75rem}.p2p__notification .notification__list{display:flex;flex-direction:column}.p2p__notification .notification__list:not(:last-child){margin-bottom:.5rem}.p2p__notification .notification__item{align-items:center;cursor:pointer;display:flex;flex-direction:column;text-align:center}.p2p__notification .notification__item:hover{text-decoration:underline}.p2p__notification .notification__title{font-weight:500;text-align:center}.p2p__notification .notification__title:not(:last-child){margin-bottom:.5rem}.p2p__notification .notification__text{font-size:.875rem;line-height:1rem;text-align:center}.notification__preview.active,.notification__preview:hover{padding-right:.5rem}.notification__preview.active .preview__media,.notification__preview:hover .preview__media{margin-right:.5rem}.notification__preview.active .preview__ico,.notification__preview:hover .preview__ico{fill:#a717ff}.notification__preview.active .preview__title,.notification__preview:hover .preview__title{max-width:20rem}.notification__preview.active .preview__text,.notification__preview:hover .preview__text{opacity:1;transition-delay:.2s;visibility:visible}.notification__title___buy{color:#00d09e}.notification__title__sell{color:#ff004c}@-webkit-keyframes hide{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes hide{0%{opacity:0}50%{opacity:1}to{opacity:0}}.notification__show{background-color:#fff;border-radius:.5rem;bottom:.75rem;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:.5rem 1rem;position:fixed;right:.75rem;z-index:11}@media screen and (min-width:992px){.notification__show{border-radius:.5rem;bottom:1rem;font-size:.875rem;padding:.75rem 1.5rem;right:1rem}}@media screen and (max-width:767px){.notification__show{border-radius:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.15);font-size:.75rem;padding:.5rem .75rem}}.notification__footer{border-top:1px solid #f6f6f6;color:#202639;cursor:pointer;font-size:.75rem;padding:.5rem;text-align:center}.notification__footer:hover{text-decoration:underline}html{background-color:#f6f6f6;color:#202639;display:flex;flex-direction:column;font-family:Roboto!important;font-size:4vw!important;line-height:1.5rem!important;min-height:100vh;overflow:hidden;overflow-y:auto}@media screen and (min-width:768px){html{font-size:1.9vw!important;line-height:1.25rem!important}}@media screen and (min-width:992px){html{font-size:16px!important;line-height:1.25rem!important}}.layout .h1,.layout .h2,.layout .h3,.layout .h4,.layout .h5,.layout .h6,.layout h1,.layout h2,.layout h3,.layout h4,.layout h5,.layout h6,.layout__footer .h1,.layout__footer .h2,.layout__footer .h3,.layout__footer .h4,.layout__footer .h5,.layout__footer .h6,.layout__footer h1,.layout__footer h2,.layout__footer h3,.layout__footer h4,.layout__footer h5,.layout__footer h6,.layout__header .h1,.layout__header .h2,.layout__header .h3,.layout__header .h4,.layout__header .h5,.layout__header .h6,.layout__header h1,.layout__header h2,.layout__header h3,.layout__header h4,.layout__header h5,.layout__header h6{color:#202639;letter-spacing:-.06rem}.layout .h1:not(:last-child),.layout .h2:not(:last-child),.layout .h3:not(:last-child),.layout .h4:not(:last-child),.layout .h5:not(:last-child),.layout .h6:not(:last-child),.layout h1:not(:last-child),.layout h2:not(:last-child),.layout h3:not(:last-child),.layout h4:not(:last-child),.layout h5:not(:last-child),.layout h6:not(:last-child),.layout__footer .h1:not(:last-child),.layout__footer .h2:not(:last-child),.layout__footer .h3:not(:last-child),.layout__footer .h4:not(:last-child),.layout__footer .h5:not(:last-child),.layout__footer .h6:not(:last-child),.layout__footer h1:not(:last-child),.layout__footer h2:not(:last-child),.layout__footer h3:not(:last-child),.layout__footer h4:not(:last-child),.layout__footer h5:not(:last-child),.layout__footer h6:not(:last-child),.layout__header .h1:not(:last-child),.layout__header .h2:not(:last-child),.layout__header .h3:not(:last-child),.layout__header .h4:not(:last-child),.layout__header .h5:not(:last-child),.layout__header .h6:not(:last-child),.layout__header h1:not(:last-child),.layout__header h2:not(:last-child),.layout__header h3:not(:last-child),.layout__header h4:not(:last-child),.layout__header h5:not(:last-child),.layout__header h6:not(:last-child){margin:0 0 1.25rem}.layout .h1 a,.layout .h2 a,.layout .h3 a,.layout .h4 a,.layout .h5 a,.layout .h6 a,.layout h1 a,.layout h2 a,.layout h3 a,.layout h4 a,.layout h5 a,.layout h6 a,.layout__footer .h1 a,.layout__footer .h2 a,.layout__footer .h3 a,.layout__footer .h4 a,.layout__footer .h5 a,.layout__footer .h6 a,.layout__footer h1 a,.layout__footer h2 a,.layout__footer h3 a,.layout__footer h4 a,.layout__footer h5 a,.layout__footer h6 a,.layout__header .h1 a,.layout__header .h2 a,.layout__header .h3 a,.layout__header .h4 a,.layout__header .h5 a,.layout__header .h6 a,.layout__header h1 a,.layout__header h2 a,.layout__header h3 a,.layout__header h4 a,.layout__header h5 a,.layout__header h6 a{color:#202639;text-decoration:none}.layout .h1 a:hover,.layout .h2 a:hover,.layout .h3 a:hover,.layout .h4 a:hover,.layout .h5 a:hover,.layout .h6 a:hover,.layout h1 a:hover,.layout h2 a:hover,.layout h3 a:hover,.layout h4 a:hover,.layout h5 a:hover,.layout h6 a:hover,.layout__footer .h1 a:hover,.layout__footer .h2 a:hover,.layout__footer .h3 a:hover,.layout__footer .h4 a:hover,.layout__footer .h5 a:hover,.layout__footer .h6 a:hover,.layout__footer h1 a:hover,.layout__footer h2 a:hover,.layout__footer h3 a:hover,.layout__footer h4 a:hover,.layout__footer h5 a:hover,.layout__footer h6 a:hover,.layout__header .h1 a:hover,.layout__header .h2 a:hover,.layout__header .h3 a:hover,.layout__header .h4 a:hover,.layout__header .h5 a:hover,.layout__header .h6 a:hover,.layout__header h1 a:hover,.layout__header h2 a:hover,.layout__header h3 a:hover,.layout__header h4 a:hover,.layout__header h5 a:hover,.layout__header h6 a:hover{text-decoration:underline}.layout .h1 strong,.layout .h2 strong,.layout .h3 strong,.layout .h4 strong,.layout .h5 strong,.layout .h6 strong,.layout h1 strong,.layout h2 strong,.layout h3 strong,.layout h4 strong,.layout h5 strong,.layout h6 strong,.layout__footer .h1 strong,.layout__footer .h2 strong,.layout__footer .h3 strong,.layout__footer .h4 strong,.layout__footer .h5 strong,.layout__footer .h6 strong,.layout__footer h1 strong,.layout__footer h2 strong,.layout__footer h3 strong,.layout__footer h4 strong,.layout__footer h5 strong,.layout__footer h6 strong,.layout__header .h1 strong,.layout__header .h2 strong,.layout__header .h3 strong,.layout__header .h4 strong,.layout__header .h5 strong,.layout__header .h6 strong,.layout__header h1 strong,.layout__header h2 strong,.layout__header h3 strong,.layout__header h4 strong,.layout__header h5 strong,.layout__header h6 strong{color:#a717ff;font-weight:inherit}.layout .h1,.layout h1,.layout__footer .h1,.layout__footer h1,.layout__header .h1,.layout__header h1{font-size:1.5rem;font-weight:600;line-height:2rem}@media screen and (min-width:992px){.layout .h1,.layout h1,.layout__footer .h1,.layout__footer h1,.layout__header .h1,.layout__header h1{font-size:3rem!important;line-height:3.5rem!important}}.layout .h2,.layout h2,.layout__footer .h2,.layout__footer h2,.layout__header .h2,.layout__header h2{font-size:1.125rem!important;font-weight:500;line-height:1.5rem!important}@media screen and (min-width:992px){.layout .h2,.layout h2,.layout__footer .h2,.layout__footer h2,.layout__header .h2,.layout__header h2{font-size:2rem!important;line-height:2.5rem!important}}.layout .h3,.layout h3,.layout__footer .h3,.layout__footer h3,.layout__header .h3,.layout__header h3{font-size:1.5rem;font-weight:500;line-height:2rem}.layout .h4,.layout h4,.layout__footer .h4,.layout__footer h4,.layout__header .h4,.layout__header h4{font-size:1.25rem;font-weight:400;line-height:1.5rem}@media screen and (min-width:768px){.layout .h4,.layout h4,.layout__footer .h4,.layout__footer h4,.layout__header .h4,.layout__header h4{font-weight:500}}.layout .h5,.layout h5,.layout__footer .h5,.layout__footer h5,.layout__header .h5,.layout__header h5{font-size:1.125rem;font-weight:400;line-height:1.5rem}.layout .h6,.layout h6,.layout__footer .h6,.layout__footer h6,.layout__header .h6,.layout__header h6{font-size:1rem;font-weight:500;line-height:1.5rem}.layout strong,.layout__footer strong,.layout__header strong{font-weight:500}.layout a,.layout__footer a,.layout__header a{color:#202639;text-decoration:none}.layout a:hover,.layout__footer a:hover,.layout__header a:hover{text-decoration:none}.layout ol,.layout p,.layout ul,.layout__footer ol,.layout__footer p,.layout__footer ul,.layout__header ol,.layout__header p,.layout__header ul{margin-bottom:0;padding:0}.layout ol,.layout ul,.layout__footer ol,.layout__footer ul,.layout__header ol,.layout__header ul{list-style:none}.layout ol ol,.layout ol ul,.layout ul ol,.layout ul ul,.layout__footer ol ol,.layout__footer ol ul,.layout__footer ul ol,.layout__footer ul ul,.layout__header ol ol,.layout__header ol ul,.layout__header ul ol,.layout__header ul ul{margin:.5rem 0}.layout ol li,.layout ul li,.layout__footer ol li,.layout__footer ul li,.layout__header ol li,.layout__header ul li{margin:0}.layout img,.layout svg,.layout__footer img,.layout__footer svg,.layout__header img,.layout__header svg{height:auto;max-height:100%;max-width:100%;object-fit:cover;outline:none}.layout .sup,.layout sup,.layout__footer .sup,.layout__footer sup,.layout__header .sup,.layout__header sup{color:#a717ff;font-size:.75rem;position:relative;top:-.25rem}.layout blockquote,.layout__footer blockquote,.layout__header blockquote{border-left:.125rem solid #a717ff;color:#8f939c;font-style:italic;margin-bottom:2rem;padding-left:1.25rem}.layout .q,.layout q,.layout__footer .q,.layout__footer q,.layout__header .q,.layout__header q{display:block;margin-bottom:1.5rem;quotes:"«" "»"}.layout .q q,.layout q q,.layout__footer .q q,.layout__footer q q,.layout__header .q q,.layout__header q q{quotes:"„" "“"}.layout dl,.layout__footer dl,.layout__header dl{align-items:center;color:#8f939c;display:flex;font-size:.75rem;justify-content:space-between;line-height:1rem;margin:0 -.75rem;width:calc(100% + 1.5rem)}.layout dl:not(:last-child),.layout__footer dl:not(:last-child),.layout__header dl:not(:last-child){margin-bottom:.5rem}.layout dl dd,.layout dl dt,.layout__footer dl dd,.layout__footer dl dt,.layout__header dl dd,.layout__header dl dt{padding:0 .75rem}.layout .container,.layout__footer .container,.layout__header .container{margin:0 auto;max-width:calc(100vw - 2rem);width:75rem}.layout .container.container_secondary,.layout__footer .container.container_secondary,.layout__header .container.container_secondary{width:66.5rem}.layout .row,.layout__footer .row,.layout__header .row{display:flex;flex-wrap:wrap;margin:0 -.625rem;width:calc(100% + 1.25rem)}@media screen and (min-width:992px){.layout .row.row_secondary,.layout__footer .row.row_secondary,.layout__header .row.row_secondary{margin:0 -1.25rem;width:calc(100% + 2.5rem)}.layout .row.row_secondary .col,.layout__footer .row.row_secondary .col,.layout__header .row.row_secondary .col{padding:0 1.25rem}}@media screen and (max-width:991px){.layout .row.row_t-revers,.layout__footer .row.row_t-revers,.layout__header .row.row_t-revers{flex-direction:column-reverse}}@media screen and (max-width:767px){.layout .row.row_m-revers,.layout__footer .row.row_m-revers,.layout__header .row.row_m-revers{flex-direction:column-reverse}}.layout .col,.layout__footer .col,.layout__header .col{box-sizing:border-box;display:flex;flex-direction:column;padding:0 .625rem}.layout .col.col_1,.layout__footer .col.col_1,.layout__header .col.col_1{width:8.3333%}.layout .col.col_2,.layout__footer .col.col_2,.layout__header .col.col_2{width:16.666%}.layout .col.col_3,.layout__footer .col.col_3,.layout__header .col.col_3{width:25%}.layout .col.col_4,.layout__footer .col.col_4,.layout__header .col.col_4{width:33.3%}.layout .col.col_5,.layout__footer .col.col_5,.layout__header .col.col_5{width:41.666667%}.layout .col.col_6,.layout__footer .col.col_6,.layout__header .col.col_6{width:50%}.layout .col.col_7,.layout__footer .col.col_7,.layout__header .col.col_7{width:58.333333%}.layout .col.col_8,.layout__footer .col.col_8,.layout__header .col.col_8{width:66.666667%}.layout .col.col_9,.layout__footer .col.col_9,.layout__header .col.col_9{width:75%}.layout .col.col_10,.layout__footer .col.col_10,.layout__header .col.col_10{width:83.333333%}.layout .col.col_11,.layout__footer .col.col_11,.layout__header .col.col_11{width:91.666667%}.layout .col.col_12,.layout__footer .col.col_12,.layout__header .col.col_12{width:100%}@media(max-width:1239px){.layout .col.col_desktop-2,.layout__footer .col.col_desktop-2,.layout__header .col.col_desktop-2{width:16.66%}.layout .col.col_desktop-3,.layout__footer .col.col_desktop-3,.layout__header .col.col_desktop-3{width:25%}.layout .col.col_desktop-4,.layout__footer .col.col_desktop-4,.layout__header .col.col_desktop-4{width:33.3%}.layout .col.col_desktop-5,.layout__footer .col.col_desktop-5,.layout__header .col.col_desktop-5{width:41.666667%}.layout .col.col_desktop-6,.layout__footer .col.col_desktop-6,.layout__header .col.col_desktop-6{width:50%}.layout .col.col_desktop-7,.layout__footer .col.col_desktop-7,.layout__header .col.col_desktop-7{width:58.333333%}.layout .col.col_desktop-8,.layout__footer .col.col_desktop-8,.layout__header .col.col_desktop-8{width:66.666667%}.layout .col.col_desktop-9,.layout__footer .col.col_desktop-9,.layout__header .col.col_desktop-9{width:75%}.layout .col.col_desktop-10,.layout__footer .col.col_desktop-10,.layout__header .col.col_desktop-10{width:83.333333%}.layout .col.col_desktop-11,.layout__footer .col.col_desktop-11,.layout__header .col.col_desktop-11{width:91.666667%}.layout .col.col_desktop-12,.layout__footer .col.col_desktop-12,.layout__header .col.col_desktop-12{width:100%}}@media screen and (max-width:991px){.layout .col.col_tab-2,.layout__footer .col.col_tab-2,.layout__header .col.col_tab-2{width:16.66%}.layout .col.col_tab-3,.layout__footer .col.col_tab-3,.layout__header .col.col_tab-3{width:25%}.layout .col.col_tab-4,.layout__footer .col.col_tab-4,.layout__header .col.col_tab-4{width:33.3%}.layout .col.col_tab-5,.layout__footer .col.col_tab-5,.layout__header .col.col_tab-5{width:41.666667%}.layout .col.col_tab-6,.layout__footer .col.col_tab-6,.layout__header .col.col_tab-6{width:50%}.layout .col.col_tab-7,.layout__footer .col.col_tab-7,.layout__header .col.col_tab-7{width:58.333333%}.layout .col.col_tab-8,.layout__footer .col.col_tab-8,.layout__header .col.col_tab-8{width:66.666667%}.layout .col.col_tab-9,.layout__footer .col.col_tab-9,.layout__header .col.col_tab-9{width:75%}.layout .col.col_tab-10,.layout__footer .col.col_tab-10,.layout__header .col.col_tab-10{width:83.333333%}.layout .col.col_tab-11,.layout__footer .col.col_tab-11,.layout__header .col.col_tab-11{width:91.666667%}.layout .col.col_tab-12,.layout__footer .col.col_tab-12,.layout__header .col.col_tab-12{width:100%}}@media screen and (max-width:767px){.layout .col.col_mob-2,.layout__footer .col.col_mob-2,.layout__header .col.col_mob-2{width:16.66%}.layout .col.col_mob-3,.layout__footer .col.col_mob-3,.layout__header .col.col_mob-3{width:25%}.layout .col.col_mob-4,.layout__footer .col.col_mob-4,.layout__header .col.col_mob-4{width:33.3%}.layout .col.col_mob-5,.layout__footer .col.col_mob-5,.layout__header .col.col_mob-5{width:41.666667%}.layout .col.col_mob-6,.layout__footer .col.col_mob-6,.layout__header .col.col_mob-6{width:50%}.layout .col.col_mob-7,.layout__footer .col.col_mob-7,.layout__header .col.col_mob-7{width:58.333333%}.layout .col.col_mob-8,.layout__footer .col.col_mob-8,.layout__header .col.col_mob-8{width:66.666667%}.layout .col.col_mob-9,.layout__footer .col.col_mob-9,.layout__header .col.col_mob-9{width:75%}.layout .col.col_mob-10,.layout__footer .col.col_mob-10,.layout__header .col.col_mob-10{width:83.333333%}.layout .col.col_mob-11,.layout__footer .col.col_mob-11,.layout__header .col.col_mob-11{width:91.666667%}.layout .col.col_mob-12,.layout__footer .col.col_mob-12,.layout__header .col.col_mob-12{width:100%}}.layout .h-100,.layout__footer .h-100,.layout__header .h-100{height:100%!important}.layout .w-100,.layout__footer .w-100,.layout__header .w-100{width:100%!important}.layout .pb-0,.layout__footer .pb-0,.layout__header .pb-0{padding-bottom:0!important}.layout .align-center,.layout__footer .align-center,.layout__header .align-center{align-items:center}.layout .align-start,.layout__footer .align-start,.layout__header .align-start{align-items:flex-start}.layout .align-end,.layout__footer .align-end,.layout__header .align-end{align-items:flex-end}.layout .justify-start,.layout__footer .justify-start,.layout__header .justify-start{justify-content:flex-start!important}.layout .justify-center,.layout__footer .justify-center,.layout__header .justify-center{justify-content:center!important}.layout .justify-between,.layout__footer .justify-between,.layout__header .justify-between{justify-content:space-between!important}.layout .justify-end,.layout__footer .justify-end,.layout__header .justify-end{justify-content:flex-end!important}.layout .mt-auto,.layout__footer .mt-auto,.layout__header .mt-auto{margin-top:auto!important}.layout .text-center,.layout__footer .text-center,.layout__header .text-center{text-align:center!important}.layout .text-end,.layout__footer .text-end,.layout__header .text-end{text-align:right!important}.layout .colorSecondary300,.layout__footer .colorSecondary300,.layout__header .colorSecondary300{color:#ebfbf7!important}.layout .colorSecondary400,.layout__footer .colorSecondary400,.layout__header .colorSecondary400{color:#1aefbc!important}.layout .colorSecondary500,.layout__footer .colorSecondary500,.layout__header .colorSecondary500{color:#00d09e!important}.layout .colorTertiary300,.layout__footer .colorTertiary300,.layout__header .colorTertiary300{color:#ffebf1!important}.layout .colorTertiary400,.layout__footer .colorTertiary400,.layout__header .colorTertiary400{color:#ff5285!important}.layout .colorTertiary500,.layout__footer .colorTertiary500,.layout__header .colorTertiary500{color:#ff004c!important}.layout .colorPrimary200,.layout__footer .colorPrimary200,.layout__header .colorPrimary200{color:#eee!important}.layout .colorPrimary300,.layout__footer .colorPrimary300,.layout__header .colorPrimary300{color:#8f939c!important}.layout .colorPrimary400,.layout__footer .colorPrimary400,.layout__header .colorPrimary400{color:#202639!important}.layout .colorQuartyty200,.layout__footer .colorQuartyty200,.layout__header .colorQuartyty200{color:rgba(59,0,96,.15)!important}.layout .colorQuartyty300,.layout__footer .colorQuartyty300,.layout__header .colorQuartyty300{color:rgba(202,116,254,.5)!important}.layout .colorQuartyty400,.layout__footer .colorQuartyty400,.layout__header .colorQuartyty400{color:#ca74fe!important}.layout .colorQuartyty500,.layout__footer .colorQuartyty500,.layout__header .colorQuartyty500{color:#a717ff!important}.layout ::-webkit-scrollbar,.layout__footer ::-webkit-scrollbar,.layout__header ::-webkit-scrollbar{height:0;width:0}.layout ::-webkit-scrollbar-track,.layout__footer ::-webkit-scrollbar-track,.layout__header ::-webkit-scrollbar-track{background:#fff}.layout ::-webkit-scrollbar-thumb,.layout__footer ::-webkit-scrollbar-thumb,.layout__header ::-webkit-scrollbar-thumb{background-color:#1aefbc}.layout ::-webkit-scrollbar-thumb:hover,.layout__footer ::-webkit-scrollbar-thumb:hover,.layout__header ::-webkit-scrollbar-thumb:hover{background-color:#00d09e}.layout .p-0,.layout__footer .p-0,.layout__header .p-0{padding:0!important}.wysiwyg:not(:last-child){margin-bottom:1.25rem}.wysiwyg.wysiwyg_secondary-margin:not(:last-child){margin-bottom:.5rem}.wysiwyg img:not(:last-child),.wysiwyg svg:not(:last-child){margin-bottom:1.5rem}.wysiwyg ol,.wysiwyg p,.wysiwyg ul{margin-bottom:0;padding:0}.wysiwyg ol:not(:last-child),.wysiwyg p:not(:last-child),.wysiwyg ul:not(:last-child){margin-bottom:1.25rem}.wysiwyg ol:empty,.wysiwyg p:empty,.wysiwyg ul:empty{display:none}.wysiwyg ol li:not(:last-child),.wysiwyg p li:not(:last-child),.wysiwyg ul li:not(:last-child){margin-bottom:.5rem}.wysiwyg ul li{color:#202639;padding-left:1.5rem;position:relative}.wysiwyg ul li:not(:last-child){margin-bottom:1.5rem}.wysiwyg ul li:before{background-image:url(/static/media/check.ab4d9426f8eb64b848ae.svg);background-position:50%;background-repeat:no-repeat;content:"";height:.625rem;left:0;position:absolute;top:.4rem;width:1rem}.wysiwyg ol{counter-reset:my-awesome-counter;list-style:none}.wysiwyg ol li{counter-increment:my-awesome-counter;padding-left:2rem;position:relative}.wysiwyg ol li:not(:last-child){margin-bottom:1.5rem}.wysiwyg ol li:before{align-items:center;background-color:#202639;border-radius:50%;color:#fff;content:counter(my-awesome-counter);display:flex;font-size:.875rem;height:1.5rem;justify-content:center;left:0;line-height:1rem;position:absolute;top:-.25rem;width:1.5rem}.wysiwyg i{font-style:italic}.wysiwyg small{display:block;font-size:.875rem;line-height:1rem}.transparentHalf{opacity:.5}.layout{font-size:.875rem;line-height:1.25rem}@media screen and (min-width:992px){.layout{font-size:1.125rem;line-height:1.375rem}}.layout .layout__breadcrumb{position:relative;z-index:2}@media screen and (min-width:992px){.layout .layout__breadcrumb{margin:-3rem 0}}.layout .layout__breadcrumb .breadcrumb__list{display:flex;overflow:hidden;overflow-x:auto}.layout .layout__breadcrumb .breadcrumb__item:not(:last-child){margin-right:1.25rem}.layout .layout__breadcrumb .breadcrumb__item:not(:last-child):before{background-color:#8f939c;border-radius:50%;content:"";height:.25rem;left:calc(100% + .625rem);position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:.25rem}.layout .layout__breadcrumb .breadcrumb__item:not(:last-child):hover .breadcrumb__text{color:#a717ff}.layout .layout__breadcrumb .breadcrumb__item:not(:last-child) .breadcrumb__text{cursor:pointer}.layout .layout__breadcrumb .breadcrumb__text{color:#8f939c;font-size:.75rem;line-height:1.5rem;transition:all .4s ease-in-out;white-space:nowrap}.layout .layout__main{background-color:#f6f6f6;overflow:hidden;padding:2rem 0}@media screen and (min-width:992px){.layout .layout__main{padding:4.5rem 0}}.layout .layout__section{padding:2rem 0}@media screen and (min-width:992px){.layout .layout__section{padding:4rem 0}}.layout .layout__section:first-child{padding-top:0}.layout .layout__section:last-child{padding-bottom:0}.layout .layout__section .section__footer:not(:last-child),.layout .layout__section .section__header:not(:last-child),.layout .layout__section .section__main:not(:last-child){margin-bottom:2rem}@media screen and (min-width:992px){.layout .layout__section .section__footer:not(:last-child),.layout .layout__section .section__header:not(:last-child),.layout .layout__section .section__main:not(:last-child){margin-bottom:4rem}}.layout .layout__section .section__content{margin-bottom:2rem}@media screen and (min-width:992px){.layout .layout__section .section__content{margin-bottom:0}}.layout .section__navigation{display:flex;justify-content:center}.layout .section__navigation .navigation__arrow{align-items:flex-start;cursor:pointer;display:flex;height:2.75rem;-webkit-transform:translateX(0);transform:translateX(0);transition:all .4s ease-in-out;width:2.75rem}.layout .section__navigation .navigation__arrow.navigation__arrow_prev:hover{-webkit-transform:translateX(-.25rem);transform:translateX(-.25rem)}.layout .section__navigation .navigation__arrow.navigation__arrow_next:hover{-webkit-transform:translateX(.25rem);transform:translateX(.25rem)}.layout .section__navigation .navigation__pagination{align-items:center;display:flex;padding:0 .5rem}.layout .section__navigation .navigation__pagination .pagination__list{align-items:center;display:flex;justify-content:center}.layout .section__navigation .navigation__pagination .pagination__item{align-items:center;color:#8f939c;cursor:pointer;display:flex;font-size:1rem;font-weight:500;height:2rem;justify-content:center;line-height:1rem;transition:all .4s ease-in-out;width:2rem}.layout .section__navigation .navigation__pagination .pagination__item.pagination__item_active,.layout .section__navigation .navigation__pagination .pagination__item:hover{color:#202639}.layout .section__filter .filter__tags:not(:last-child),.layout .section__filter:not(:last-child){margin-bottom:2rem}@media screen and (min-width:992px){.layout .section__filter .tags__list{padding:0 4rem}}.layout .section__filter .tags__item{padding:0 .25rem}.layout .section__filter .tags__item .tags__item_active .tags__text,.layout .section__filter .tags__item:hover .tags__text{background-color:#202639;color:#fff}.layout .section__filter .tags__text{background-color:#eee;border-radius:1.5rem;color:#202639;cursor:pointer;display:block;font-weight:500;padding:.75rem;text-align:center;transition:all .4s ease-in-out}.layout__authorization .authorization__layout{background-color:#fff;border-radius:1.5rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.25);padding:1.5rem}@media screen and (max-width:767px){.layout__authorization .authorization__layout{display:none}.layout__authorization .authorization__layout.authorization__layout_active{display:block}}.layout__authorization .authorization__header{text-align:center}.layout__authorization .authorization__group:not(:last-child),.layout__authorization .authorization__header:not(:last-child),.layout__authorization .authorization__main:not(:last-child){margin-bottom:1.5rem}.layout__authorization .authorization__forgot{color:#202639;cursor:pointer;font-weight:500;opacity:.5;text-align:center;transition:all .4s ease-in-out}.layout__authorization .authorization__forgot:hover{color:#a717ff;opacity:1}.layout__authorization .authorization__change{color:#a717ff;cursor:pointer;display:block;font-weight:500;text-align:center;transition:all .4s ease-in-out}@media screen and (min-width:992px){.layout__authorization .authorization__change{display:none}}.layout__authorization .authorization__change:hover{color:rgba(202,116,254,.5)}.layout__banner{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);padding:2rem}.layout__banner .banner__layout{align-items:center;display:flex;flex-direction:column;text-align:center}@media screen and (min-width:768px){.layout__banner .banner__layout{align-items:flex-start;height:100%;justify-content:center;text-align:left}}.layout__banner .banner__footer,.layout__banner .banner__header,.layout__banner .banner__main{width:100%}.layout__banner .banner__footer:not(:last-child),.layout__banner .banner__header:not(:last-child),.layout__banner .banner__main:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width:992px){.layout__banner .banner__footer:not(:last-child),.layout__banner .banner__header:not(:last-child),.layout__banner .banner__main:not(:last-child){margin-bottom:2rem}}.layout__banner .banner__footer{margin-top:auto}.layout__banner .banner__media{margin-bottom:2rem}@media screen and (min-width:992px){.layout__banner .banner__media{margin-bottom:0}}.layout__groups{position:relative}.layout__groups .groups__background{align-items:center;display:flex;height:11.25rem;justify-content:center;margin:0 auto;width:11.25rem}.layout__groups .groups__background:not(:last-child){margin-bottom:1.25rem}@media screen and (min-width:992px){.layout__groups .groups__background{height:14.5rem;position:absolute;width:14.5rem}.layout__groups .groups__background.groups__background_top-right{right:0;top:0}.layout__groups .groups__background.groups__background_top-center{left:50%;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.layout__groups .groups__background.groups__background_bottom-left{bottom:0;left:0}}.layout__groups .groups__background img,.layout__groups .groups__background svg{height:8.25rem;object-fit:contain;width:8.25rem}@media screen and (min-width:992px){.layout__groups .groups__background img,.layout__groups .groups__background svg{height:100%;width:100%}}.layout__groups .groups__list{margin-bottom:-1rem}@media screen and (min-width:992px){.layout__groups .groups__list{margin-bottom:-1.25rem}}.layout__groups .groups__item{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);color:#8f939c;display:flex;flex-direction:column;height:100%;margin-bottom:1rem;padding:1.5rem}@media screen and (min-width:992px){.layout__groups .groups__item{margin-bottom:1.25rem;padding:2rem}.layout__groups .groups__item.groups__item_second-size{font-size:1.25rem;line-height:1.5rem}}.layout__groups .groups__item.groups__item_second-color{color:#202639}.layout__groups .groups__item.groups__item_second-radius{border-radius:4rem}.layout__groups .groups__item.groups__item_unset{background-color:initial;box-shadow:none;padding:initial}.layout__groups .groups__media{align-items:flex-start;display:flex;height:4rem;width:auto}@media screen and (min-width:992px){.layout__groups .groups__media{height:10rem}.layout__groups .groups__media.groups__media_tiny{height:6.25rem}.layout__groups .groups__media.groups__media_tiny:not(:last-child){margin-bottom:1.5rem}}.layout__groups .groups__media.groups__media_large{height:6.875rem}@media screen and (min-width:992px){.layout__groups .groups__media.groups__media_large{height:11rem}}.layout__groups .groups__footer:not(:last-child),.layout__groups .groups__header:not(:last-child),.layout__groups .groups__main:not(:last-child),.layout__groups .groups__media:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width:992px){.layout__groups .groups__footer:not(:last-child),.layout__groups .groups__header:not(:last-child),.layout__groups .groups__main:not(:last-child),.layout__groups .groups__media:not(:last-child){margin-bottom:2rem}}.layout__groups .groups__info{background-color:#202639;border-radius:1.25rem;color:#fff;padding:1.5rem}.layout__news .news__article{color:#202639}@media screen and (min-width:992px){.layout__news .news__article{background-color:#fff;border-radius:1.25rem;padding:1.5rem}}.layout__news .news__article:not(:last-child){margin-bottom:4rem}.layout__news .news__article:not(:last-child):before{background-color:#eee;content:"";height:.125rem;left:0;position:absolute;top:calc(100% + 2rem);width:100%}.layout__news .news__article .article__header:not(:last-child),.layout__news .news__article .article__media,.layout__news .news__article .article__title{margin-bottom:1.5rem}.layout__news .news__article .article__date{display:flex;justify-content:flex-start}@media screen and (min-width:992px){.layout__news .news__article .article__date{justify-content:flex-end}}.layout__news .news__article .article__date .date__text{font-size:1rem;font-weight:500;line-height:2.5rem}.layout__news .news__list{margin-bottom:-1.25rem}.layout__news .news__list .news__item{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);margin-bottom:1.25rem;transition:all .4s ease-in-out}.layout__news .news__list .news__item:hover{box-shadow:0 .25rem .75rem rgba(0,0,0,.1)}.layout__news .news__list .news__link{color:#202639;display:flex;flex-direction:column;padding:1.5rem}.layout__news .news__list .news__media{align-items:flex-start;border-radius:1.25rem;display:flex;margin:-1.5rem -1.5rem 1.5rem;overflow:hidden;width:calc(100% + 3rem)}.layout__news .news__list .news__media img,.layout__news .news__list .news__media svg{height:100%;-webkit-transform:scale(1);transform:scale(1);transition:all .4s ease-in-out;width:100%}.layout__news .news__list .news__layout{display:flex;flex-direction:column}.layout__news .news__list .news__footer:not(:last-child),.layout__news .news__list .news__layout:not(:last-child),.layout__news .news__list .news__main:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width:992px){.layout__news .news__list .news__footer:not(:last-child),.layout__news .news__list .news__layout:not(:last-child),.layout__news .news__list .news__main:not(:last-child){margin-bottom:2rem}}.layout__news .news__list .news__footer{margin-top:auto}.layout__news .news__list .news__date .date__text{color:#8f939c}.layout__offices .offices__map .map__link{align-items:center;display:flex;flex-direction:column;text-decoration:none}.layout__offices .offices__map .map__preview{background-color:rgba(32,37,58,.1);border-radius:2rem;padding:.625rem;width:100%}@media screen and (min-width:992px){.layout__offices .offices__map .map__preview{padding:1.25rem}}.layout__offices .offices__map .map__preview:not(:last-child){margin-bottom:1.25rem}.layout__offices .offices__map .map__media{align-items:flex-start;border-radius:2rem;box-shadow:0 4px 30px 0 rgba(0,0,0,.251);display:flex;overflow:hidden;padding-top:45%;position:relative}@media screen and (min-width:992px){.layout__offices .offices__map .map__media{padding-top:110%}}.layout__offices .offices__map .map__media img,.layout__offices .offices__map .map__media svg{height:100%;left:0;position:absolute;top:0;width:100%}.layout__offices .map__action{display:flex;justify-content:center;width:17.5rem}.layout__offices .map__action .btn{width:100%}.layout__offices .offices__layout{display:flex;flex-direction:column;margin-bottom:2.5rem}.layout__offices .offices__layout .offices__header{display:flex;justify-content:flex-start}.layout__offices .offices__layout .offices__header:not(:last-child){margin-bottom:1.25rem}.layout__offices .offices__layout .offices__main{opacity:.6}.layout__account{padding:1.25rem 0}@media screen and (min-width:992px){.layout__account{padding:3rem 0}}.layout__account .container{grid-gap:1.5rem;display:grid;grid-template-columns:1fr}@media screen and (min-width:992px){.layout__account .container{grid-gap:1.5rem 1.25rem;grid-template-columns:14rem auto}.layout__account .account__header{grid-column:span 2}}.layout__account .account__main{background:#fff;border-radius:20px;box-shadow:0 .25rem .75rem 0 rgba(0,0,0,.063);padding:.75rem}@media screen and (min-width:768px){.layout__account .account__main{padding:1.5rem}}.layout__verification .verification__list{display:flex;flex-direction:column}.layout__verification .verification__item{grid-gap:1.5rem;display:grid;grid-template-columns:1fr}.layout__verification .verification__item:not(:last-child){border-bottom:1px solid #e5e5e5;margin-bottom:1.5rem;padding-bottom:1.5rem}.layout__verification .verification__header{grid-gap:1.5rem;display:grid;grid-template-columns:1fr;justify-content:center}@media screen and (min-width:768px){.layout__verification .verification__header{grid-gap:0;align-items:center;grid-template-columns:auto auto;justify-content:space-between}}.layout__verification .verification__header.verification__header_secondary{grid-gap:1.5rem;grid-template-columns:1fr}@media(min-width:1240px){.layout__verification .verification__header.verification__header_secondary{grid-gap:0;grid-template-columns:auto auto}}.layout__verification .verification__header.verification__header_secondary .verification__title{margin-right:auto}@media(min-width:1240px){.layout__verification .verification__header.verification__header_secondary .verification__title{margin-right:0}}.layout__verification .verification__header.verification__header_secondary .verification__action{justify-content:center}@media(min-width:1240px){.layout__verification .verification__header.verification__header_secondary .verification__action{justify-content:flex-start}}.layout__verification .verification__header.verification__header_secondary .verification__action .btn{min-width:17.75rem;width:auto}@media(min-width:1240px){.layout__verification .verification__header.verification__header_secondary .verification__action .btn{width:100%}}.layout__verification .verification__title{grid-gap:.5rem;display:grid;grid-template-columns:auto 1.5rem;margin-right:auto}@media screen and (min-width:768px){.layout__verification .verification__title{margin-right:0}}.layout__verification .verification__title .verification__text{margin:0}.layout__verification .verification__title .verification__status{align-items:flex-start;display:flex;height:1.5rem;margin-right:auto;width:1.5rem}.layout__verification .verification__action{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}@media screen and (min-width:768px){.layout__verification .verification__action{flex-wrap:nowrap;justify-content:flex-start}}.layout__verification .verification__action .btn{min-width:17.75rem}@media screen and (min-width:768px){.layout__verification .verification__action .btn{width:100%}}.layout__verification .verification__main,.verification__data{grid-gap:1.5rem;display:grid;grid-template-columns:1fr}.verification__data{justify-content:center}@media screen and (min-width:768px){.verification__data{grid-template-columns:1fr 1fr;justify-content:space-between}}.verification__advantages .advantages__list{grid-gap:.75rem;display:grid;grid-template-columns:1fr}.verification__advantages .advantages__item{grid-gap:.75rem;align-items:center;color:rgba(32,38,57,.502);display:grid;font-size:.875rem;grid-template-columns:1.125rem auto;line-height:1rem}.verification__time{grid-gap:.25rem;align-items:center;display:grid;grid-template-columns:auto auto;order:-1}@media screen and (min-width:768px){.verification__time{grid-gap:.5rem;display:grid;grid-template-columns:1fr;order:0;text-align:right}}.verification__time .time__title{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem;text-align:right}.verification__time .time__value{color:#202639;font-size:1rem;font-weight:500;line-height:1.5rem}.verification__box .box__list{grid-gap:1.25rem;display:grid;grid-template-columns:1fr}@media screen and (min-width:768px){.verification__box .box__list{grid-template-columns:repeat(2,16.25rem)}.verification__box .box__list.box__list_secondary{grid-template-columns:repeat(2,21rem)}}.verification__box .box__item{grid-gap:.75rem;background-color:#f6f6f6;border-radius:1.5rem;color:#202639;display:grid;grid-template-columns:1fr;padding:1.5rem}.verification__box .box__main{font-size:.875rem;line-height:1rem}.verification__box .box__main .wysiwyg li:not(:last-child),.verification__box .box__main .wysiwyg p:not(:last-child),.verification__box .box__main .wysiwyg ul:not(:last-child){margin-bottom:.75rem}.verification__box .box__data .data__list{grid-gap:.75rem;display:grid;grid-template-columns:1fr;margin:0}.verification__box .box__data .data__item{grid-gap:.75rem;display:grid;grid-template-columns:auto auto;justify-content:space-between;margin:0}.verification__box .box__data .data__text{color:rgba(32,38,57,.502)}.verification__box .box__data .data__value{color:#202639}.verification__formular{grid-gap:1.25rem;display:grid;margin:0!important}.verification__formular .formular__group{grid-gap:1.25rem;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:768px){.verification__formular .formular__group{grid-template-columns:repeat(3,1fr)}}.verification__formular .form-item{margin:0}.verification__information{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}.verification__examples{grid-gap:.75rem;display:grid;grid-template-columns:1fr}.verification__examples .examples__list{grid-gap:1.25rem;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:768px){.verification__examples .examples__list{grid-template-columns:repeat(3,1fr)}}.verification__examples .examples__item{grid-gap:.5rem;display:grid;grid-template-columns:1fr;justify-content:center}.verification__examples .examples__media{border-radius:1.5rem;margin:0 auto;overflow:hidden;padding-top:50%;position:relative;width:14rem}.verification__examples .examples__media img{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.verification__examples .examples__footer{display:flex;justify-content:center}.verification__examples .examples__text{color:rgba(32,38,57,.314);font-weight:500;text-align:center}.account__instructions{grid-gap:1.5rem;display:grid;grid-template-columns:1fr}@media screen and (min-width:768px){.account__instructions{align-items:center;grid-template-columns:1fr 1fr}}.account__instructions .instructions__header{grid-gap:.5rem;display:grid;grid-template-columns:1fr}@media screen and (min-width:768px){.account__instructions .instructions__header{grid-column:span 2}}.account__instructions .instructions__description{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}.account__instructions .instructions__description ol:not(:last-child),.account__instructions .instructions__description p:not(:last-child),.account__instructions .instructions__description ul:not(:last-child){margin-bottom:.5rem}.account__instructions .instructions__description strong{color:#ff004c;font-size:1rem;font-weight:500;line-height:1rem}.account__instructions .instructions__main{grid-gap:1.5rem;display:grid;grid-template-columns:1fr}@media screen and (min-width:768px){.account__instructions .instructions__main{grid-template-columns:17.875rem auto}}.account__instructions .instructions__information{color:#a717ff;font-size:.875rem;line-height:1rem}@media screen and (min-width:768px){.account__instructions .instructions__information,.account__instructions .instructions__steps{grid-column:span 2}}.account__instructions .instructions__steps .steps__list{grid-gap:.5rem;display:grid;grid-template-columns:repeat(8,1fr)}.account__instructions .instructions__steps .steps__item{align-items:center;border:1px solid rgba(32,38,57,.502);border-radius:2rem;display:flex;font-size:2rem;height:3.625rem;justify-content:center;line-height:2rem;text-align:center;width:3rem}.account__instructions .instructions__media{align-items:flex-start;display:flex;height:17.5rem;margin:0 auto;order:-1;width:19.5rem}@media screen and (min-width:768px){.account__instructions .instructions__media{margin:0;order:2}}.account__instructions .instructions__media img,.account__instructions .instructions__media svg{height:100%;width:100%}.account__tooltip .tooltip__list{align-items:center;display:flex;flex-direction:column}@media screen and (min-width:992px){.account__tooltip .tooltip__list{align-items:flex-start}}.account__tooltip .tooltip__item{border-radius:1.5rem;font-size:.875rem;font-weight:500;line-height:1rem;padding:.75rem}.account__tooltip .tooltip__item.tooltip__item_tertiary{background-color:rgba(255,0,76,.078)}.BaseComponents_button__ex15n{align-items:center;background:#efebff;border:1px solid #e7c8ff;border-radius:10px;color:#000;display:flex;gap:10px;height:40px;justify-content:center}.BaseComponents_button__ex15n,.BaseComponents_button__ex15n span{font-size:18px;line-height:22px}@media(hover:hover){.BaseComponents_button__ex15n:not(:disabled):hover{background:linear-gradient(135deg,#8c00fd,#a800c0);border:0;box-shadow:0 4px 10px 0 rgba(0,0,0,.25);color:#fff}}.BaseComponents_button__ex15n:not(:disabled):active{background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);border:0;box-shadow:0 4px 10px 0 rgba(0,0,0,.25);color:#fff}@media(max-width:767.998px){.BaseComponents_button__ex15n{height:35px}.BaseComponents_button__ex15n,.BaseComponents_button__ex15n span{font-size:16px;line-height:19px}}@media(max-width:575.998px){.BaseComponents_button__ex15n{height:30px}.BaseComponents_button__ex15n,.BaseComponents_button__ex15n span{font-size:14px;line-height:17px}}@media(hover:hover){.BaseComponents_buttonWithImagePurple__34ZxD:not(:disabled):hover img{-webkit-filter:invert(93%) sepia(83%) saturate(4433%) hue-rotate(181deg) brightness(107%) contrast(102%);filter:invert(93%) sepia(83%) saturate(4433%) hue-rotate(181deg) brightness(107%) contrast(102%)}}.BaseComponents_buttonWithImagePurple__34ZxD:not(:disabled):active img{-webkit-filter:invert(93%) sepia(83%) saturate(4433%) hue-rotate(181deg) brightness(107%) contrast(102%);filter:invert(93%) sepia(83%) saturate(4433%) hue-rotate(181deg) brightness(107%) contrast(102%)}.BaseComponents_buttonWithImagePurple__34ZxD img{-webkit-filter:invert(17%) sepia(49%) saturate(4414%) hue-rotate(259deg) brightness(86%) contrast(116%);filter:invert(17%) sepia(49%) saturate(4414%) hue-rotate(259deg) brightness(86%) contrast(116%)}.BaseComponents_buttonOutlined__l3IJO{align-items:center;background-color:#fff;border:2px solid #e7c8ff;border-radius:10px;display:grid;font-size:18px;height:40px;line-height:22px}@media(hover:hover){.BaseComponents_buttonOutlined__l3IJO:not(:disabled):hover{background:#f8f9fd}}.BaseComponents_buttonOutlined__l3IJO:not(:disabled):active{background:#efebff}@media(max-width:767.998px){.BaseComponents_buttonOutlined__l3IJO{font-size:16px;height:35px;line-height:19px}.BaseComponents_buttonOutlined__l3IJO span{font-size:16px;line-height:19px}}@media(max-width:575.998px){.BaseComponents_buttonOutlined__l3IJO{font-size:14px;height:30px;line-height:17px}.BaseComponents_buttonOutlined__l3IJO span{font-size:14px;line-height:17px}}.BaseComponents_buttonActive__7Oota{background:linear-gradient(135deg,#8c00fd,#a800c0);border:0;color:#fff;font-weight:600}@media(hover:hover){.BaseComponents_buttonActive__7Oota:not(:disabled):hover{background:linear-gradient(135deg,#7600d7,#8f00a2);border:0;color:#fff}}.BaseComponents_buttonActive__7Oota:not(:disabled):active{background:radial-gradient(145.02% 191.6% at 123.17% 100%,#00281e 0,#6700b7 100%);border:0;color:#fff}.BaseComponents_buttonColored__-\+7jw{border:0;border-radius:10px;color:#fff;font-size:18px;font-weight:500;height:40px;line-height:22px}@media(max-width:767.998px){.BaseComponents_buttonColored__-\+7jw{font-size:16px;height:35px;line-height:19px}.BaseComponents_buttonColored__-\+7jw span{font-size:16px;line-height:19px}}@media(max-width:575.998px){.BaseComponents_buttonColored__-\+7jw{font-size:14px;height:30px;line-height:17px}.BaseComponents_buttonColored__-\+7jw span{font-size:14px;line-height:17px}}.BaseComponents_buttonGreen__7KQ34{background:#00d09e;border:0;border-radius:10px;font-weight:500}@media(hover:hover){.BaseComponents_buttonGreen__7KQ34:hover{background:#00ba8d}}.BaseComponents_buttonGreen__7KQ34:active{background:#00ba8d}.BaseComponents_buttonRed__\+9Nqf{background:#ff004d;border:0;border-radius:10px;font-weight:500}@media(hover:hover){.BaseComponents_buttonRed__\+9Nqf:hover{background:#dd0043}}.BaseComponents_buttonRed__\+9Nqf:active{background:#dd0043}.BaseComponents_buttonLogout__m6US-{box-shadow:0 4px 10px 0 rgba(0,0,0,.25);font-weight:500;height:30px;width:210px}@media(hover:hover){.BaseComponents_buttonLogout__m6US-:not(:disabled):hover{box-shadow:0 4px 10px 0 rgba(0,0,0,.25)}}.BaseComponents_buttonLogout__m6US-:not(:disabled):active{box-shadow:0 4px 10px 0 rgba(0,0,0,.25)}@media(max-width:767.998px){.BaseComponents_buttonLogout__m6US-{font-size:16px;height:29px;line-height:19px;width:152px}}.BaseComponents_input__tzy08{border:2px solid #abaeef;border-radius:10px;font-size:18px;height:40px;line-height:22px;outline:none;padding-left:20px;position:relative;width:100%}.BaseComponents_input__tzy08:focus{outline:none}.BaseComponents_input__tzy08:disabled,.BaseComponents_input__tzy08:read-only{background:#f8f9fd}.BaseComponents_input__tzy08::-webkit-input-placeholder{color:#666}.BaseComponents_input__tzy08::placeholder{color:#666}@media(max-width:767.998px){.BaseComponents_input__tzy08{font-size:16px;height:35px;line-height:19px}}@media(max-width:575.998px){.BaseComponents_input__tzy08{font-size:14px;height:30px;line-height:17px;padding-left:10px}}.BaseComponents_pointer__QqXeQ{cursor:pointer}.BaseComponents_rotate180__z9mZy{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.BaseComponents_displayNone__nDHO-{display:none!important}.BaseComponents_swiperWrapper__lH6Qz{height:100%;overscroll-behavior:none;width:100%}.BaseComponents_swiperWrapper__lH6Qz .swiper-wrapper{overscroll-behavior:none}.BaseComponents_swiperWrapper__lH6Qz .swiper-slide{height:auto;width:100%}.BaseComponents_scrollbarLeft__Aev7R{background-color:transparent!important;left:2px!important;right:auto!important}.BaseComponents_scrollbarRight__kKzgT{background-color:transparent!important;left:auto!important;right:2px!important}.BaseComponents_scrollbarRight3px__OI\+51{background-color:transparent!important;left:auto!important;right:3px!important}.BaseComponents_scrollbarDragGreen__pcndZ,.BaseComponents_scrollbarDragPurpleLight__dX3Zp,.BaseComponents_scrollbarDragPurple__uTOVG,.BaseComponents_scrollbarRedDrag__O9ZPf{border-radius:2px}.BaseComponents_scrollbarDragGreen__pcndZ{background:rgba(0,208,158,.5)}.BaseComponents_scrollbarRedDrag__O9ZPf{background:rgba(255,0,77,.5)}.BaseComponents_scrollbarDragPurple__uTOVG{background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%)}.BaseComponents_scrollbarDragPurpleLight__dX3Zp{background:linear-gradient(116.51deg,rgba(222,215,251,.5) 5.82%,rgba(159,1,212,.285) 94.31%)}.BaseComponents_swiperBody__VVczp{height:100vh;width:100vw}.MarketLimit_wrapper__ylPbi{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:28px;width:100%}.MarketLimit_borderWrapper__9kw3P{border-radius:10px 20px 20px 20px;padding-bottom:.016px;position:relative;width:100%;z-index:2}.MarketLimit_navWrapper__Rw6QT{display:flex;gap:5px;height:42px;position:relative;z-index:2;z-index:1}@media(max-width:767.998px){.MarketLimit_navWrapper__Rw6QT{height:29px}}@media(max-width:575.998px){.MarketLimit_navWrapper__Rw6QT{gap:2px}}.MarketLimit_navButton__FHixz{background:#efebff;border:1px solid #e7c8ff;border-bottom:0;border-radius:10px 10px 0 0;color:#000;font-size:20px;height:42px;line-height:24px;margin:0;padding-top:4px;width:200px}@media(max-width:767.998px){.MarketLimit_navButton__FHixz{font-size:14px;height:29px;line-height:17px;padding-top:3px;width:132px}}@media(max-width:575.998px){.MarketLimit_navButton__FHixz{font-size:14px;height:29px;line-height:17px;padding-top:3px;width:85px}}.MarketLimit_navButton__FHixz span{color:#000}.MarketLimit_navButtonActive__IEITl{background:#fff;border:2px solid #abaeef;border-bottom:0;border-radius:8px 8px 0 0;height:44px;padding-top:0;width:196px}.MarketLimit_navButtonActive__IEITl span{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-weight:600}@media(max-width:767.998px){.MarketLimit_navButtonActive__IEITl{height:31px;width:128px}}@media(max-width:575.998px){.MarketLimit_navButtonActive__IEITl{width:81px}}.MarketLimit_typeActionButtonsWrapper__gAw-6{display:none;height:29px;justify-content:center;position:absolute;right:0;top:0;width:262px;z-index:3}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__gAw-6{width:169px}}.MarketLimit_typeActionButtonsWrapper__gAw-6 button{background-repeat:no-repeat;color:#909193;font-size:14px;font-weight:500;height:100%;line-height:17px;width:142px}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__gAw-6 button{background-image:url(/static/media/BuyInactivePhone.45c5c8cde47106134afa.svg);width:93px}}.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_green__D\+1ye{background-image:url(/static/media/BuyInactive.38b4883e52c91ec165fd.svg);left:0;position:absolute}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_green__D\+1ye{background-image:url(/static/media/BuyInactivePhone.45c5c8cde47106134afa.svg)}}.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_red__86QyC{background-image:url(/static/media/SellInactive.3b05d354dcb812ae0ddb.svg);position:absolute;right:0}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_red__86QyC{background-image:url(/static/media/SellInactivePhone.3c30946b14b2f2fe79ac.svg)}}.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_activeGreen__i0Zlp{background-image:url(/static/media/BuyActive.afa4e992aadf1cdc23e6.svg);color:#fff;font-weight:600;width:131px;z-index:4}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_activeGreen__i0Zlp{background-image:url(/static/media/BuyActivePhone.92909dedcda7c117b092.svg);width:87px}}@media(hover:hover){.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_activeGreen__i0Zlp:hover{background-image:url(/static/media/BuyActiveHover.3b855542cdba0a79b4e0.svg)}}@media(hover:hover)and (max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_activeGreen__i0Zlp:hover{background-image:url(/static/media/BuyActivePhoneHover.4a179f0b10eeb4bcb947.svg)}}.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_activeGreen__i0Zlp:active{background-image:url(/static/media/BuyActiveHover.3b855542cdba0a79b4e0.svg)}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_activeGreen__i0Zlp:active{background-image:url(/static/media/BuyActivePhoneHover.4a179f0b10eeb4bcb947.svg)}}.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_activeRed__xBkw1{background-image:url(/static/media/SellActive.d0b1e27352ae3091e504.svg);color:#fff;font-weight:600;width:131px;z-index:4}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_activeRed__xBkw1{background-image:url(/static/media/SellActivePhone.716d2c2545d9a80b8a6c.svg);width:87px}}@media(hover:hover){.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_activeRed__xBkw1:hover{background-image:url(/static/media/SellActiveHover.32a2597c31cfafd8c1ac.svg)}}@media(hover:hover)and (max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_activeRed__xBkw1:hover{background-image:url(/static/media/SellActivePhoneHover.dda523933862fdf962ac.svg)}}.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_activeRed__xBkw1:active{background-image:url(/static/media/SellActiveHover.32a2597c31cfafd8c1ac.svg)}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__gAw-6 button.MarketLimit_activeRed__xBkw1:active{background-image:url(/static/media/SellActivePhoneHover.dda523933862fdf962ac.svg)}}@media(max-width:767.998px){.MarketLimit_typeActionButtonsWrapper__gAw-6{display:flex}}.MarketLimit_chevron__2hI8z{z-index:5}.MarketLimit_content__LfUvm{background:#fff;border:2px solid #abaeef;border-radius:0 18px 18px 18px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;padding:0 35px 10px;position:relative;width:100%;z-index:0}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_content__LfUvm{padding:1px 10px 8px}}@media(max-width:767.998px){.MarketLimit_content__LfUvm{border-radius:0 0 18px 18px;padding:13px 20px 20px}}@media(max-width:575.998px){.MarketLimit_content__LfUvm{padding:13px 10px 10px}}.MarketLimit_crossBg__6er\+b{background:#abaeef;height:calc(100% - 20px);position:absolute;top:10px;width:calc(100% - 70px);z-index:1}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_crossBg__6er\+b{width:calc(100% - 20px)}}@media(max-width:767.998px){.MarketLimit_crossBg__6er\+b{height:calc(100% - 35px);top:13px;width:calc(100% - 40px)}}@media(max-width:575.998px){.MarketLimit_crossBg__6er\+b{width:calc(100% - 20px)}}.MarketLimit_table__L\+fx0{display:grid;grid-template-areas:"title1 line1 title2" "line2 line2 line2" "cell1 line3 cell2";grid-template-columns:1fr 1px 1fr;grid-template-rows:42px 1px -webkit-min-content;grid-template-rows:42px 1px min-content;position:relative;width:100%;z-index:2}@media(max-width:767.998px){.MarketLimit_table__L\+fx0{grid-template-areas:"title1" "line2" "cell1";grid-template-columns:1fr;grid-template-rows:42px 1px -webkit-min-content;grid-template-rows:42px 1px min-content}}.MarketLimit_title1__8N-rj{grid-area:title1}.MarketLimit_title2__74bgL{grid-area:title2}.MarketLimit_cell1__yFDSf{grid-area:cell1}.MarketLimit_cell2__w0wUS{grid-area:cell2}.MarketLimit_line1__K1ljW{grid-area:line1}@media(max-width:767.998px){.MarketLimit_line1__K1ljW{display:none}}.MarketLimit_line2__CObBc{grid-area:line2}@media(max-width:575.998px){.MarketLimit_line2__CObBc{width:calc(100% - 20px)}}.MarketLimit_line3__lfUNO{grid-area:line3}@media(max-width:767.998px){.MarketLimit_line3__lfUNO{display:none}}.MarketLimit_titleRow__m7ak7{align-items:center;background:#fff;display:flex;justify-content:space-between;width:100%}.MarketLimit_titleRow__m7ak7.MarketLimit_titleRowLeft__tF\+dR{padding-right:30px}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_titleRow__m7ak7.MarketLimit_titleRowLeft__tF\+dR{padding-right:10px}}@media(max-width:767.998px){.MarketLimit_titleRow__m7ak7.MarketLimit_titleRowLeft__tF\+dR{padding-right:0}}.MarketLimit_titleRow__m7ak7.MarketLimit_titleRowRight__iV3-1{padding-left:18px;padding-right:10px}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_titleRow__m7ak7.MarketLimit_titleRowRight__iV3-1{padding-left:10px;padding-right:0}}@media(max-width:767.998px){.MarketLimit_titleRow__m7ak7.MarketLimit_titleRowRight__iV3-1{display:none}}.MarketLimit_tableTitle__Tmras{font-size:20px;font-weight:500;line-height:24px}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_tableTitle__Tmras{font-size:18px;line-height:22px}}@media(max-width:575.998px){.MarketLimit_tableTitle__Tmras{font-size:16px;line-height:19px}}.MarketLimit_balanceWrapper__DAMVt{align-items:center;display:flex;gap:8px}.MarketLimit_balanceWrapper__DAMVt .MarketLimit_balanceTitle__SaqDN{font-size:16px;font-weight:400;line-height:19px}@media(max-width:575.998px){.MarketLimit_balanceWrapper__DAMVt .MarketLimit_balanceTitle__SaqDN{font-size:12px;line-height:15px}}.MarketLimit_balanceWrapper__DAMVt .MarketLimit_balanceValue__4yrwh{font-size:20px;font-weight:400;line-height:24px}@media(max-width:1240px){.MarketLimit_balanceWrapper__DAMVt .MarketLimit_balanceValue__4yrwh{font-size:16px;line-height:19px}}@media(max-width:575.998px){.MarketLimit_balanceWrapper__DAMVt .MarketLimit_balanceValue__4yrwh{font-size:14px;line-height:17px}}.MarketLimit_balanceWrapper__DAMVt .MarketLimit_balanceCurrency__ZAiIy{-webkit-text-fill-color:transparent;background:radial-gradient(150.69% 118.33% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text;font-size:18px;line-height:22px;opacity:.6}@media(max-width:575.998px){.MarketLimit_balanceWrapper__DAMVt .MarketLimit_balanceCurrency__ZAiIy{font-size:14px;line-height:17px}}.MarketLimit_cell__UHxN1{align-items:flex-end;background:#fff;display:flex;flex-direction:column;padding:10px 20px 0 0}.MarketLimit_cell__UHxN1.MarketLimit_cellRight__jHt4g{padding:10px 0 0 20px}@media(max-width:767.998px){.MarketLimit_cell__UHxN1.MarketLimit_cellRight__jHt4g{display:none}}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_cell__UHxN1{padding:10px 10px 0 0}}@media(max-width:767.998px){.MarketLimit_cell__UHxN1{padding:20px 0 0}}.MarketLimit_fieldWrapper__qWsem{align-items:center;display:flex;gap:10px;position:relative;width:100%}.MarketLimit_fieldName__eW0DH{font-size:18px;font-weight:400;left:10px;line-height:22px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:3}@media(max-width:575.998px){.MarketLimit_fieldName__eW0DH{font-size:16px;line-height:19px}}.MarketLimit_fieldInput__g60\+q{border:1px solid #ab49f8;border-radius:10px;font-size:20px;font-weight:400;line-height:24px;outline:none;padding-right:70px;text-align:right}.MarketLimit_fieldInput__g60\+q:disabled{background-color:#f0f0f0;background-image:none;border:0}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_fieldInput__g60\+q{font-size:16px;line-height:19px}}@media(max-width:767.998px){.MarketLimit_fieldInput__g60\+q{font-size:20px;line-height:24px}}@media(max-width:575.998px){.MarketLimit_fieldInput__g60\+q{font-size:18px;line-height:22px}}.MarketLimit_fieldInputMax__nHDcg{padding-right:124px}.MarketLimit_fieldCurrency__txbF8{-webkit-text-fill-color:transparent;align-items:center;background:radial-gradient(150.69% 118.33% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text;display:flex;font-size:18px;height:100%;line-height:22px;opacity:.6;position:absolute;right:9px;top:0}@media(max-width:575.998px){.MarketLimit_fieldCurrency__txbF8{font-size:16px;line-height:19px}}.MarketLimit_fieldCurrencyMax__XVaUI{right:69px}.MarketLimit_fieldMaxBtn__3R15j{align-items:center;display:flex;height:calc(100% - 2px);position:absolute;right:1px;top:1px;width:58px;z-index:3}.MarketLimit_fieldMaxBtn__3R15j p{-webkit-text-fill-color:transparent;background:#7f00e2;background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text;display:grid;font-size:18px;height:100%;line-height:22px;place-content:center;width:100%}@media(hover:hover){.MarketLimit_fieldMaxBtn__3R15j p:hover{-webkit-text-fill-color:#fff;background:transparent}}.MarketLimit_fieldMaxBtn__3R15j p:active{-webkit-text-fill-color:#fff;background:transparent}.MarketLimit_percentWrapper__zwyE7{grid-gap:4px 77px;display:grid;gap:4px 77px;grid-template-columns:repeat(5,9px);grid-template-rows:9px -webkit-min-content;grid-template-rows:9px min-content;margin-right:14px;margin-top:5px;position:relative;z-index:2}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_percentWrapper__zwyE7{gap:4px 48px}}@media(max-width:575.998px){.MarketLimit_percentWrapper__zwyE7{gap:4px 59px}}.MarketLimit_percentWrapper__zwyE7 .MarketLimit_circle__z87zo{background:#d9d9d9;border-radius:100%;height:100%;position:relative;width:100%;z-index:2}.MarketLimit_percentWrapper__zwyE7 .MarketLimit_circle__z87zo.MarketLimit_active__vYzIP{background:#ab49f8}.MarketLimit_percentWrapper__zwyE7 span{color:#8d8d8d;font-size:14px;font-weight:400;justify-self:center;line-height:17px}.MarketLimit_percentWrapper__zwyE7 span.MarketLimit_active__vYzIP{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;opacity:.5}.MarketLimit_progressLine__9xAKA{background:#d9d9d9;height:1px;left:4px;margin-top:4px;position:absolute;width:calc(100% - 8px);z-index:1}.MarketLimit_mt5__b5CkX{margin-top:5px}.MarketLimit_mt10__ZWQZF{margin-top:10px}.MarketLimit_comissionWrapper__K5sng{align-self:flex-start;display:flex;gap:27px;margin-top:5px}.MarketLimit_comissionWrapper__K5sng span{font-size:14px;font-weight:400;line-height:17px;opacity:.5}@media(max-width:1240px){.MarketLimit_comissionWrapper__K5sng{align-items:flex-end;flex-direction:column;gap:5px}}.MarketLimit_infoWrapper__mshOh{display:flex}.MarketLimit_infoWrapper__mshOh span:nth-of-type(2){margin-left:10px}.MarketLimit_infoWrapper__mshOh span:nth-of-type(3){margin-left:8px}.MarketLimit_infoWrapper__mshOh span:nth-of-type(4){margin-left:5px}.MarketLimit_infoCommission__7G\+m1{cursor:pointer;text-decoration-line:underline}.MarketLimit_buttonGreen__yW5u2{background:#00d09e;border:0;border-radius:10px;color:#fff;font-weight:600;margin-top:5px;width:178px}@media(hover:hover){.MarketLimit_buttonGreen__yW5u2:hover{background:#00ba8d}}.MarketLimit_buttonGreen__yW5u2:active{background:#00ba8d}.MarketLimit_buttonGreen__yW5u2:disabled{opacity:.5}.MarketLimit_buttonRed__A0\+yV{background:#ff004d;border:0;border-radius:10px;color:#fff;font-weight:600;margin-top:5px;width:178px}@media(hover:hover){.MarketLimit_buttonRed__A0\+yV:hover{background:#d52b1e}}.MarketLimit_buttonRed__A0\+yV:active{background:#d52b1e}.MarketLimit_buttonRed__A0\+yV:disabled{opacity:.5}.MarketLimit_hideNumberInputArrows__KdkCm{-webkit-appearance:textfield;appearance:textfield}.MarketLimit_hideNumberInputArrows__KdkCm::-webkit-inner-spin-button,.MarketLimit_hideNumberInputArrows__KdkCm::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Chart_wrapper__mPNS8{background:#abaeef;border:2px solid #abaeef;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:10px;width:100%}@media(max-width:767.998px){.Chart_wrapper__mPNS8{margin-top:20px}}.Chart_chartTable__qLVB7{background-color:#efebff;border-radius:18px;display:grid;grid-template-areas:"c l title1" "c l l1" "c l window1" "c l l2" "c l title2" "c l l3" "c l window2" "c l l4" "c l title3";grid-template-columns:62% 1px 1fr;grid-template-rows:repeat(2,25px 1px 236px 1px) 25px;height:100%;width:100%}@media(min-width:767.999px)and (max-width:1239.999px){.Chart_chartTable__qLVB7{grid-template-columns:58% 1px 1fr}}@media(max-width:767.998px){.Chart_chartTable__qLVB7{display:none}}.Chart_chart__LLZTM{background-color:#fff;border-radius:18px 0 0 18px;grid-area:c;padding:10px}.Chart_phoneOnly__lWULF{display:none}.Chart_phoneOnly__lWULF .Chart_chart__LLZTM{border-radius:18px 18px 18px 18px;height:100%}@media(max-width:767.998px){.Chart_phoneOnly__lWULF{display:block;height:555px}}.Chart_firstRowWrapper__ucJpS{align-items:center;display:flex;font-family:Inter;font-size:18px;font-weight:500;justify-content:space-between;line-height:22px;margin-bottom:10px}.Chart_elementWrapper__lB0Zt{align-items:center;display:flex;gap:10px}@media(max-width:767.998px){.Chart_elementWrapper__lB0Zt{gap:4px}}.Chart_elementWrapper__lB0Zt span{font-size:18px;line-height:22px}@media(max-width:767.998px){.Chart_elementWrapper__lB0Zt span{font-size:16px;line-height:19px}}.Chart_elementIcon__8-QYw{max-height:30px;max-width:30px}.Chart_chartContainer__Bp1OO{height:491px;width:100%}.Chart_chart-page__vujye{height:100%!important}.Chart_chart-page__vujye .Chart_chart-container__o5aIz{height:100%!important;overflow:visible!important}.Chart_chart-page__vujye .Chart_group-wWM3zP_M-__2o1as{height:100%!important}.Chart_chart-page__vujye .Chart_layout__area--left__wpD2z{height:100%!important;overflow-x:hidden!important;overflow-y:auto!important;position:relative!important;scrollbar-color:#888 #f1f1f1;scrollbar-width:thin}.Chart_chart-page__vujye .Chart_layout__area--left__wpD2z .Chart_inner-wWM3zP_M-__enGYV{display:flex!important;flex-direction:column!important;height:auto!important;position:relative!important}.Chart_chart-page__vujye .Chart_layout__area--left__wpD2z::-webkit-scrollbar{width:6px}.Chart_chart-page__vujye .Chart_layout__area--left__wpD2z::-webkit-scrollbar-track{background:#f1f1f1}.Chart_chart-page__vujye .Chart_layout__area--left__wpD2z::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.Chart_chart-page__vujye .Chart_layout__area--left__wpD2z::-webkit-scrollbar-thumb:hover{background:#555}.TokenPage_project__GnS4f{background-color:#f7f7f7}.TokenPage_project__GnS4f .TokenPage_h1__CY6\+C,.TokenPage_project__GnS4f .TokenPage_h2__OsNQK,.TokenPage_project__GnS4f .TokenPage_h3__VY0\+3,.TokenPage_project__GnS4f .TokenPage_h4__smCrf,.TokenPage_project__GnS4f .TokenPage_h5__EQyeI,.TokenPage_project__GnS4f .TokenPage_h6__REHfm,.TokenPage_project__GnS4f h1,.TokenPage_project__GnS4f h2,.TokenPage_project__GnS4f h3,.TokenPage_project__GnS4f h4,.TokenPage_project__GnS4f h5,.TokenPage_project__GnS4f h6{font-weight:400}.TokenPage_project__GnS4f .TokenPage_h1__CY6\+C a,.TokenPage_project__GnS4f .TokenPage_h2__OsNQK a,.TokenPage_project__GnS4f .TokenPage_h3__VY0\+3 a,.TokenPage_project__GnS4f .TokenPage_h4__smCrf a,.TokenPage_project__GnS4f .TokenPage_h5__EQyeI a,.TokenPage_project__GnS4f .TokenPage_h6__REHfm a,.TokenPage_project__GnS4f h1 a,.TokenPage_project__GnS4f h2 a,.TokenPage_project__GnS4f h3 a,.TokenPage_project__GnS4f h4 a,.TokenPage_project__GnS4f h5 a,.TokenPage_project__GnS4f h6 a{color:rgba(32,38,57,.251);text-decoration:none}.TokenPage_project__GnS4f .TokenPage_h1__CY6\+C a:hover,.TokenPage_project__GnS4f .TokenPage_h2__OsNQK a:hover,.TokenPage_project__GnS4f .TokenPage_h3__VY0\+3 a:hover,.TokenPage_project__GnS4f .TokenPage_h4__smCrf a:hover,.TokenPage_project__GnS4f .TokenPage_h5__EQyeI a:hover,.TokenPage_project__GnS4f .TokenPage_h6__REHfm a:hover,.TokenPage_project__GnS4f h1 a:hover,.TokenPage_project__GnS4f h2 a:hover,.TokenPage_project__GnS4f h3 a:hover,.TokenPage_project__GnS4f h4 a:hover,.TokenPage_project__GnS4f h5 a:hover,.TokenPage_project__GnS4f h6 a:hover{text-decoration:underline}.TokenPage_project__GnS4f .TokenPage_h1__CY6\+C,.TokenPage_project__GnS4f h1{font-size:1.5rem;line-height:2rem}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_h1__CY6\+C,.TokenPage_project__GnS4f h1{font-size:2rem;line-height:2.5rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_h1__CY6\+C,.TokenPage_project__GnS4f h1{font-size:2.5rem;line-height:3rem}}.TokenPage_project__GnS4f .TokenPage_h2__OsNQK,.TokenPage_project__GnS4f h2{font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_h2__OsNQK,.TokenPage_project__GnS4f h2{font-size:1.5rem;line-height:2rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_h2__OsNQK,.TokenPage_project__GnS4f h2{font-size:2rem;line-height:2.5rem}}.TokenPage_project__GnS4f .TokenPage_h3__VY0\+3,.TokenPage_project__GnS4f h3{font-size:1rem;line-height:1.25rem}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_h3__VY0\+3,.TokenPage_project__GnS4f h3{font-size:1.25rem;line-height:1.5rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_h3__VY0\+3,.TokenPage_project__GnS4f h3{font-size:1.5rem;line-height:1.75rem}}.TokenPage_project__GnS4f .TokenPage_h4__smCrf,.TokenPage_project__GnS4f h4{font-size:1rem;line-height:1.25rem}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_h4__smCrf,.TokenPage_project__GnS4f h4{font-size:1.25rem;line-height:1.75rem}}.TokenPage_project__GnS4f .TokenPage_h5__EQyeI,.TokenPage_project__GnS4f h5{font-size:1rem;line-height:1.25rem}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_h5__EQyeI,.TokenPage_project__GnS4f h5{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__GnS4f .TokenPage_h6__REHfm,.TokenPage_project__GnS4f h6{font-size:1rem;line-height:1.5rem}.TokenPage_project__GnS4f img,.TokenPage_project__GnS4f svg{height:auto;max-height:100%;max-width:100%;object-fit:cover;outline:none}.TokenPage_project__GnS4f ol,.TokenPage_project__GnS4f ul{list-style:none}.TokenPage_project__GnS4f a{text-decoration:none}.TokenPage_project__GnS4f .TokenPage_btn__jN45L{align-items:center;-webkit-appearance:none;appearance:none;background-color:#a717ff;border:1px solid #a717ff;border-radius:6.25rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;line-height:1rem;outline:none;padding:1rem 1.25rem;text-align:center;transition:all .4s ease-in-out}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_btn__jN45L{font-size:1rem;line-height:1rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_btn__jN45L{font-size:1rem;line-height:1.25rem;padding:1.5rem 4.75rem}}.TokenPage_project__GnS4f .TokenPage_btn__jN45L:disabled{background-color:rgba(32,38,57,.502);border-color:transparent;pointer-events:none}.TokenPage_project__GnS4f .TokenPage_btn__jN45L:hover{background-color:#202639;border-color:#202639}.TokenPage_project__GnS4f .TokenPage_btn__jN45L img,.TokenPage_project__GnS4f .TokenPage_btn__jN45L svg{fill:#fff;flex-shrink:0;height:1rem;transition:all .4s ease-in-out;width:1rem}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_btn__jN45L img,.TokenPage_project__GnS4f .TokenPage_btn__jN45L svg{height:1.25rem;width:1.25rem}}.TokenPage_project__GnS4f .TokenPage_btn__jN45L img.TokenPage_btn_transparent__uTPl4,.TokenPage_project__GnS4f .TokenPage_btn__jN45L svg.TokenPage_btn_transparent__uTPl4{background-color:transparent;border-color:#a717ff;color:#a717ff}.TokenPage_project__GnS4f .TokenPage_btn__jN45L img.TokenPage_btn_transparent__uTPl4:hover,.TokenPage_project__GnS4f .TokenPage_btn__jN45L svg.TokenPage_btn_transparent__uTPl4:hover{background-color:#a717ff;border-color:#a717ff;color:#fff}.TokenPage_project__GnS4f .TokenPage_btn__jN45L img.TokenPage_btn_transparent__uTPl4:hover img,.TokenPage_project__GnS4f .TokenPage_btn__jN45L img.TokenPage_btn_transparent__uTPl4:hover svg,.TokenPage_project__GnS4f .TokenPage_btn__jN45L svg.TokenPage_btn_transparent__uTPl4:hover img,.TokenPage_project__GnS4f .TokenPage_btn__jN45L svg.TokenPage_btn_transparent__uTPl4:hover svg{fill:#fff}.TokenPage_project__GnS4f .TokenPage_btn__jN45L img.TokenPage_btn_transparent__uTPl4 img,.TokenPage_project__GnS4f .TokenPage_btn__jN45L img.TokenPage_btn_transparent__uTPl4 svg,.TokenPage_project__GnS4f .TokenPage_btn__jN45L svg.TokenPage_btn_transparent__uTPl4 img,.TokenPage_project__GnS4f .TokenPage_btn__jN45L svg.TokenPage_btn_transparent__uTPl4 svg{fill:#a717ff}.TokenPage_project__GnS4f .TokenPage_btn__jN45L.TokenPage_btn_secondary__AfGIj{background-color:#202639;border-color:#202639;color:#fff}.TokenPage_project__GnS4f .TokenPage_btn__jN45L.TokenPage_btn_secondary__AfGIj:hover{background-color:#a717ff;border-color:#a717ff;color:#fff}.TokenPage_project__GnS4f .TokenPage_btn__jN45L.TokenPage_btn_tertiary__dIytI{background-color:rgba(32,38,57,.125);border-color:transparent;color:#202639}.TokenPage_project__GnS4f .TokenPage_btn__jN45L.TokenPage_btn_tertiary__dIytI:disabled{background-color:transparent}.TokenPage_project__GnS4f .TokenPage_btn__jN45L.TokenPage_btn_tertiary__dIytI:hover{background-color:#202639;border-color:transparent;color:#fff}.TokenPage_project__GnS4f .TokenPage_btn__jN45L.TokenPage_btn_transparent__uTPl4{background-color:transparent;border-color:#202639;color:#202639}.TokenPage_project__GnS4f .TokenPage_btn__jN45L.TokenPage_btn_transparent__uTPl4:hover{background-color:#202639;border-color:#202639;color:#fff}.TokenPage_project__GnS4f .TokenPage_btn__jN45L.TokenPage_btn_transparent__uTPl4:hover img,.TokenPage_project__GnS4f .TokenPage_btn__jN45L.TokenPage_btn_transparent__uTPl4:hover svg{fill:#fff}.TokenPage_project__GnS4f .TokenPage_btn__jN45L.TokenPage_btn_transparent__uTPl4 img,.TokenPage_project__GnS4f .TokenPage_btn__jN45L.TokenPage_btn_transparent__uTPl4 svg{fill:#202639}.TokenPage_project__GnS4f .TokenPage_btn__jN45L.TokenPage_btn_tiny__f9D2B{padding:.75rem 1.25rem}.TokenPage_project__GnS4f .TokenPage_socials__EM95V .TokenPage_socials__list__tT90Q{display:flex;flex-wrap:wrap;gap:.7rem}.TokenPage_project__GnS4f .TokenPage_socials__EM95V .TokenPage_socials__link__Eqg3f{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:3.675rem;justify-content:center;width:3.675rem}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_socials__EM95V .TokenPage_socials__link__Eqg3f{height:5.675rem;width:5.675rem}}.TokenPage_project__GnS4f .TokenPage_socials__EM95V img,.TokenPage_project__GnS4f .TokenPage_socials__EM95V svg{fill:#2196f3;height:1.7rem;width:1.75rem}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_socials__EM95V img,.TokenPage_project__GnS4f .TokenPage_socials__EM95V svg{height:2.7rem;width:2.75rem}}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq:not(:last-child){margin-bottom:1.5rem}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq h1,.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq h2{color:#202639}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq h1:not(:last-child),.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq h2:not(:last-child){margin-bottom:1rem}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq h3,.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq h4,.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq h5,.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq h6{color:rgba(32,38,57,.8)}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq h3:not(:last-child),.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq h4:not(:last-child),.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq h5:not(:last-child),.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq h6:not(:last-child){margin-bottom:1.25rem}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq img{display:block;margin:3.25rem 0}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq ol:not(:last-child),.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq p:not(:last-child),.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq ul:not(:last-child){margin-bottom:2.5rem}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq img{border-radius:1rem;overflow:hidden}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq strong{font-weight:600}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq ul{list-style:none}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq ul ul{margin-left:0}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq ul li{padding-left:1.25rem;position:relative}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq ul li:before{background-color:rgba(167,23,255,.251);border-radius:50%;content:"";height:.625rem;left:0;position:absolute;top:.4rem;width:.625rem}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq ul li:before:not(:last-child){margin-bottom:1.25rem}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq ol{list-style:decimal;padding-left:1rem}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq ol li{margin:0 0 .5rem}.TokenPage_project__GnS4f .TokenPage_wysiwyg__598eq a{color:#a717ff;position:relative;text-decoration:none;white-space:nowrap}.TokenPage_project__GnS4f .TokenPage_container__IkaeL{margin:0 auto;max-width:calc(100vw - 2rem);width:85rem}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_container__IkaeL{max-width:calc(100vw - 3rem)}}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_container__IkaeL{max-width:calc(100vw - 4rem)}}.TokenPage_project__GnS4f .TokenPage_container__IkaeL.TokenPage_container_secondary__WCO8D{width:53.625rem}.TokenPage_project__GnS4f select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB3SURBVHgBdY0hDoAwEATvUoUrAgehDhwWFP0RXwQFkgcgaFJJSD9AS+ua5rru9mYzKLppgQ/O+9o3yET0owSHA+NVXfhb8rIB82pFghZmsHgw8+jbD5AaROAazCyU1CAFA4ek0oHynzYGQ1gMR4YhBbMRQnKq/wFMW0DX/RBaDwAAAABJRU5ErkJggg==);background-position:90% 50%;background-repeat:no-repeat;border:1px solid rgba(32,38,57,.2);border-radius:.75rem;color:#202639;cursor:pointer;font-size:1rem;font-weight:600;height:3.25rem;line-height:1.25rem;min-width:12.5rem;outline:none;padding:1rem}.TokenPage_project__GnS4f .TokenPage_project__picture__zRuVr{display:flex;margin-bottom:-1.25rem;padding-top:45%;position:relative}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_project__picture__zRuVr{padding-top:22.222%}}.TokenPage_project__GnS4f .TokenPage_project__picture__zRuVr img{height:100%;left:0;position:absolute;top:0;width:100%}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI{background-color:#fff;border-radius:.75rem .75rem 0 0;padding:1rem 1rem 0;position:relative;z-index:2}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI{border-radius:1.25rem 1.25rem 0 0;padding:2rem 2rem 0}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI{border-radius:1.5rem 1.5rem 0 0;padding:2.5rem 2.5rem 0}}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_container__IkaeL{grid-gap:1.25rem;display:flex;flex-direction:column}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__list__0fyPX{grid-gap:1rem;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__list__0fyPX{grid-gap:1.125rem}}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__list__0fyPX{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__list__0fyPX{grid-gap:1.25rem}}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__item__G-CCq{grid-gap:0 1.25rem;align-items:center;background-color:#f7f7f7;border-radius:.75rem;display:grid;gap:0 1.25rem;padding:1.25rem}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__item__G-CCq{align-items:flex-start;gap:0 1.5rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__item__G-CCq{gap:0 2rem}}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__item__G-CCq.TokenPage_data__item_secondary__39gVy{grid-column:span 2;grid-template-columns:7.5rem auto}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__item__G-CCq.TokenPage_data__item_secondary__39gVy{grid-column:span 2;grid-row:span 2;grid-template-columns:10.375rem auto}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__item__G-CCq.TokenPage_data__item_secondary__39gVy{gap:0 2rem;grid-template-columns:12.375rem auto}}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__media__B46CS{align-items:center;background-color:#fff;border-radius:.75rem;display:flex;flex-shrink:0;grid-row:span 2;height:7.5rem;justify-content:center;margin-bottom:.75rem;width:7.5rem}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__media__B46CS{grid-row:span 3;height:10.375rem;margin-bottom:0;width:10.375rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__media__B46CS{height:12.375rem;width:12.375rem}}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__media__B46CS img{height:5.125rem;width:5.125rem}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__media__B46CS img{height:7.25rem;width:7.25rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__media__B46CS img{height:8.75rem;width:8.75rem}}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__media_img_full_size__h1jRX{align-items:center;background-color:#fff;border-radius:.75rem;display:flex;flex-shrink:0;grid-row:span 2;height:7.5rem;justify-content:center;margin-bottom:.75rem;overflow:hidden;width:7.5rem}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__media_img_full_size__h1jRX{grid-row:span 3;height:10.375rem;margin-bottom:0;width:10.375rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__media_img_full_size__h1jRX{height:12.375rem;width:12.375rem}}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__media_img_full_size__h1jRX img{border-radius:.75rem;box-sizing:border-box;height:100%;object-fit:contain;object-position:center;width:100%}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__header__L3DDi:not(:last-child){margin-bottom:.75rem}}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__status__1T9J6{align-items:center;display:flex;gap:.5rem}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__status__1T9J6 img,.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__status__1T9J6 svg{height:1.5rem;width:1.5rem}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__status__1T9J6 .TokenPage_status__text__qos8g{color:#2196f3;font-size:1rem;line-height:1.25rem;-webkit-transform:translateY(.125rem);transform:translateY(.125rem)}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__main__nY7MV{grid-gap:.125rem;display:grid}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__main__nY7MV:not(:last-child){margin-bottom:1.5rem}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__subtitle__B1ldu{color:rgba(32,38,57,.8);font-size:.75rem;line-height:.875rem;opacity:.5}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__subtitle__B1ldu{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__subtitle__B1ldu{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__title__Mjt3J{color:#202639;font-size:1.5rem;line-height:2rem}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__title__Mjt3J{font-size:1.875rem;line-height:2rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__title__Mjt3J{font-size:2.25rem;line-height:2.5rem}}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__title__Mjt3J.TokenPage_data__title_secondary__npzSY{color:#00b31d}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__footer__JZXZA{grid-gap:1rem;display:grid;gap:1rem;grid-column:span 2;grid-template-columns:auto 4.25rem}@media screen and (min-width:580px){.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__footer__JZXZA{grid-column:unset}}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__footer__JZXZA .TokenPage_btn__jN45L{width:100%}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__btn__DufjF{align-items:center;background-color:#fff;border:1px solid rgba(32,38,57,.125);border-radius:50%;cursor:pointer;display:flex;height:4.25rem;justify-content:center;transition:all .4s ease-in-out;width:4.25rem}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__btn__DufjF:hover{border:1px solid #202639}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__btn__DufjF svg{height:1rem;width:1rem}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__tags__PHrTk .TokenPage_tags__list__XAz9W{display:flex;flex-wrap:wrap;gap:1.25rem}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__tags__PHrTk .TokenPage_tags__item__zjdxA{align-items:center;background-color:#f7f7f7;border-radius:.5rem;display:flex;gap:.75rem;padding:.75rem 1.5rem}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__tags__PHrTk img,.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__tags__PHrTk svg{flex-shrink:0;height:1.5rem;width:1.5rem}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__tags__PHrTk .TokenPage_tags__text__YRAc-{color:rgba(32,38,57,.8);font-size:1.25rem;line-height:1.5rem}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__tabs__pM0zJ .TokenPage_tabs__header__rCd3C .TokenPage_tabs__list__xCmJZ{display:flex;gap:3.25rem;overflow:hidden;overflow-x:auto}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__tabs__pM0zJ .TokenPage_tabs__header__rCd3C .TokenPage_tabs__item__-hZvA{color:rgba(32,38,57,.502);cursor:pointer;display:flex;gap:.25rem;padding:2rem 0;position:relative;transition:all .4s ease-in-out}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__tabs__pM0zJ .TokenPage_tabs__header__rCd3C .TokenPage_tabs__item__-hZvA:before{background-color:#a717ff;border-radius:.75rem .75rem 0 0;bottom:0;content:"";height:.25rem;left:0;position:absolute;transition:all .4s ease-in-out;width:0}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__tabs__pM0zJ .TokenPage_tabs__header__rCd3C .TokenPage_tabs__item__-hZvA.TokenPage_tabs__item_active__87bHM,.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__tabs__pM0zJ .TokenPage_tabs__header__rCd3C .TokenPage_tabs__item__-hZvA:hover{color:#202639}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__tabs__pM0zJ .TokenPage_tabs__header__rCd3C .TokenPage_tabs__item__-hZvA.TokenPage_tabs__item_active__87bHM:before,.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__tabs__pM0zJ .TokenPage_tabs__header__rCd3C .TokenPage_tabs__item__-hZvA:hover:before{width:100%}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__tabs__pM0zJ .TokenPage_tabs__header__rCd3C .TokenPage_tabs__text__3Qnxl{font-size:1.25rem;line-height:1.5rem;white-space:nowrap}.TokenPage_project__GnS4f .TokenPage_project__header__BFzSI .TokenPage_project__tabs__pM0zJ .TokenPage_tabs__header__rCd3C .TokenPage_tabs__count__utsfq{color:#a717ff;font-size:.75rem;line-height:.875rem}.TokenPage_project__GnS4f .TokenPage_project__main__Hke3r{background:no-repeat url(/static/media/background.fdaa336d13b52e88c96c.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:2rem 0}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_project__main__Hke3r{padding:2.5rem 0}}.TokenPage_project__GnS4f .TokenPage_project__footer__-EeS5{background-color:#fff;padding:1.25rem 0}.TokenPage_project__GnS4f .TokenPage_project__action__21kT\+ .TokenPage_action__list__33cNu{display:flex;flex-direction:column;gap:.75rem}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_project__action__21kT\+ .TokenPage_action__list__33cNu{align-items:center;flex-direction:row;gap:1.25rem}}.TokenPage_project__GnS4f .TokenPage_project__action__21kT\+ .TokenPage_action__item__rsjYl{width:100%}.TokenPage_project__GnS4f .TokenPage_project__information__vCO7K .TokenPage_container__IkaeL{grid-gap:1.25rem;display:grid}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_project__information__vCO7K .TokenPage_container__IkaeL{grid-template-columns:auto 30.125rem}}.TokenPage_project__GnS4f .TokenPage_information__main__FSvvd{grid-gap:1.25rem;display:grid}.TokenPage_project__GnS4f .TokenPage_information__section__fhUQy{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;padding:1.25rem}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9{background-color:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:1.5rem;display:grid;padding:1.25rem}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc{grid-gap:1rem;align-items:center;display:flex;flex-wrap:wrap}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc{grid-gap:2rem 1rem;flex-wrap:nowrap}}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc:not(:last-child){margin-bottom:2.5rem}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc .TokenPage_graphic__ico__mCSce{align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-shrink:0;height:3.25rem;justify-content:center;overflow:hidden;width:3.25rem}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc .TokenPage_graphic__ico__mCSce img,.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc .TokenPage_graphic__ico__mCSce svg{height:100%;object-fit:cover;object-position:center;width:100%}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc .TokenPage_graphic__title__xhX\+L .TokenPage_graphic__text__Sy2Mo{color:#202639;font-size:1rem;line-height:1.5rem}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc .TokenPage_graphic__title__xhX\+L .TokenPage_graphic__text__Sy2Mo{font-size:1.25rem;line-height:1.5rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc .TokenPage_graphic__title__xhX\+L .TokenPage_graphic__text__Sy2Mo{font-size:1.5rem;line-height:2rem}}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc .TokenPage_graphic__subtitle__pFOEw .TokenPage_graphic__text__Sy2Mo{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc .TokenPage_graphic__subtitle__pFOEw .TokenPage_graphic__text__Sy2Mo{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc .TokenPage_graphic__subtitle__pFOEw .TokenPage_graphic__text__Sy2Mo{font-size:1.25rem;line-height:1.5rem}}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc .TokenPage_graphic__sellect__-CEJe{display:flex;justify-content:flex-end;margin-left:auto}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc .TokenPage_graphic__sellect__-CEJe select{width:12.5rem}}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__main__5UUla:not(:last-child){margin-bottom:3.625rem}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__cost__18DLX{align-items:center;display:flex;gap:.75rem}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__cost__18DLX:not(:last-child){margin-bottom:2rem}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__cost__18DLX .TokenPage_cost__title__W78Kt{color:#202639;font-size:2.25rem;line-height:2.5rem}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__cost__18DLX .TokenPage_cost__subtitle__PwIs7{color:#00b31d;font-size:1.5rem;line-height:2rem}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2{grid-gap:1.25rem;display:grid}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2{grid-template-columns:auto 4.5rem}}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__calendar__GUYEX .TokenPage_calendar__list__zbTVn{align-items:center;display:flex;gap:1rem}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__calendar__GUYEX .TokenPage_calendar__item__aF\+v8{cursor:pointer}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__calendar__GUYEX .TokenPage_calendar__item__aF\+v8.TokenPage_calendar__item_active__FSmLM .TokenPage_calendar__text__GwNyJ,.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__calendar__GUYEX .TokenPage_calendar__item__aF\+v8:hover .TokenPage_calendar__text__GwNyJ{color:#a717ff}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__calendar__GUYEX .TokenPage_calendar__text__GwNyJ{color:rgba(32,38,57,.8);font-size:1rem;line-height:1.25rem;opacity:.8;transition:all .4s ease-in-out}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__calendar__GUYEX .TokenPage_calendar__text__GwNyJ{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__media__RY3uC{border-right:1px solid rgba(32,38,57,.125);padding-top:74%;position:relative}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__media__RY3uC img{height:100%;left:0;position:absolute;top:0;width:100%}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__times__tOSyV .TokenPage_times__list__14kxT{display:flex;flex-direction:row;gap:2rem;justify-content:space-between}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__times__tOSyV .TokenPage_times__item__bcxCT{cursor:pointer}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__times__tOSyV .TokenPage_times__item__bcxCT:hover .TokenPage_times__text__8O2N-{color:#a717ff}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__times__tOSyV .TokenPage_times__text__8O2N-{color:rgba(32,38,57,.8);font-size:.875rem;line-height:1rem;opacity:.8}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__cost__BNNom{display:none;flex-direction:column;gap:1.5rem;grid-row:span 3}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__cost__BNNom{display:flex}}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__cost__BNNom .TokenPage_cost__title__W78Kt{color:#202639;font-size:1.25rem;line-height:1.5rem}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__cost__BNNom .TokenPage_cost__list__W0tdc{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__cost__BNNom .TokenPage_cost__item__aUPrK{cursor:pointer}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__cost__BNNom .TokenPage_cost__item__aUPrK:hover .TokenPage_cost__text__sU9Ea{color:#a717ff}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__cost__BNNom .TokenPage_cost__text__sU9Ea{color:rgba(32,38,57,.8);font-size:.875rem;line-height:1rem;opacity:.8;transition:all .4s ease-in-out}.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__footer__Vvrxu .TokenPage_graphic__text__Sy2Mo{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__footer__Vvrxu .TokenPage_graphic__text__Sy2Mo{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__footer__Vvrxu .TokenPage_graphic__text__Sy2Mo{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM{display:grid}.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__head__9xt4g{display:flex;flex-direction:column;gap:.25rem}.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__head__9xt4g:not(:last-child){margin-bottom:2rem}.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__head__9xt4g .TokenPage_description__title__vwd4K{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1.25rem}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__head__9xt4g .TokenPage_description__title__vwd4K{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__head__9xt4g .TokenPage_description__title__vwd4K{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__head__9xt4g .TokenPage_description__subtitle__Arj2V{color:#202639;font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__head__9xt4g .TokenPage_description__subtitle__Arj2V{font-size:1.5rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__head__9xt4g .TokenPage_description__subtitle__Arj2V{font-size:2rem;line-height:2.5rem}}.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__media__17pJ\+{border-radius:.75rem;overflow:hidden;padding-top:51%;position:relative}.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__media__17pJ\+:not(:last-child){margin-bottom:2.5rem}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__media__17pJ\+:not(:last-child){margin-bottom:3.25rem}}.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__media__17pJ\+ img{border-radius:.75rem;height:100%;left:0;position:absolute;top:0;width:100%}.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__header__-wxpz{grid-gap:1rem;display:grid}.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__header__-wxpz:not(:last-child){margin-bottom:1.25rem}.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__title__vwd4K{color:#202639;font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__title__vwd4K{font-size:1.5rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__title__vwd4K{font-size:2rem;line-height:2.5rem}}.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__subtitle__Arj2V{color:rgba(32,38,57,.8);font-size:1rem;line-height:1.25rem}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__subtitle__Arj2V{font-size:1.25rem;line-height:1.5rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__subtitle__Arj2V{font-size:1.5rem;line-height:2rem}}.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__main__WIr55{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1.25rem}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__main__WIr55{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_information__description__TCOeM .TokenPage_description__main__WIr55{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY{display:flex;flex-direction:column;gap:1.25rem;order:-1}@media screen and (min-width:841px){.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY{order:0}}.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK{grid-gap:1.5rem;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:grid;gap:1.5rem;padding:1.25rem}.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__header__Qycga .TokenPage_group__title__5FK1i{color:rgba(32,38,57,.502);font-size:1rem;line-height:1.25rem}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__header__Qycga .TokenPage_group__title__5FK1i{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__list__FLh9J{grid-gap:.75rem;display:grid;gap:.75rem}.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__item__Hy2Jn{background-color:#f7f7f7;border:1px solid #fff;border-radius:.75rem;padding:1.25rem}.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__title__5FK1i{color:rgba(32,38,57,.502);font-size:1rem;line-height:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__title__5FK1i{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__title__5FK1i:not(:last-child){margin-bottom:.5rem}.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__subtitle__kJLAa{align-items:center;color:#202639;display:flex;font-size:1.5rem;gap:.5rem;line-height:2rem;width:calc(100% - 2.25rem)}@media(min-width:1280px){.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__subtitle__kJLAa{font-size:2rem;line-height:2.5rem}}.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__subtitle__kJLAa:not(:last-child){margin-bottom:2rem}.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__tooltip__lUU4C{height:1.125rem;position:relative;width:1.125rem}.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__tooltip__lUU4C:hover .TokenPage_tooltip__dropdown__sU1kA{display:block}.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__tooltip__lUU4C .TokenPage_tooltip__ico__s2Mme{align-items:flex-start;border-radius:50%;cursor:pointer;display:flex;height:100%;width:100%}.TokenPage_project__GnS4f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__tooltip__lUU4C .TokenPage_tooltip__dropdown__sU1kA{background-color:#fff;border:1px solid rgba(32,38,57,.125);border-radius:.5rem;display:none;font-size:1rem;line-height:1.25rem;padding:1.5rem 1.25rem;position:absolute;right:calc(100% + .5rem);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .4s ease-in-out;width:20rem}.TokenPage_project__GnS4f .TokenPage_project_update__PnX1-{align-items:center;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;justify-content:space-between;min-height:84px;padding:1.25rem;width:100%}@media(max-width:767px){.TokenPage_project__GnS4f .TokenPage_project_update__PnX1-{flex-direction:column;height:auto;padding:20px}}.TokenPage_project__GnS4f .TokenPage_project_update__PnX1- .TokenPage_project_update__text__5qtdy{color:rgba(32,38,57,.8);font-family:Roboto,sans-serif;font-size:20px;font-weight:400;margin-right:16px}@media(max-width:767px){.TokenPage_project__GnS4f .TokenPage_project_update__PnX1- .TokenPage_project_update__text__5qtdy{margin-bottom:16px;margin-right:0;text-align:center}}.TokenPage_project__GnS4f .TokenPage_project_update__PnX1- .TokenPage_project_update__button__QLThm{align-items:center;background-color:#a717ff;border:none;border-radius:100px;color:#fff;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:600;height:52px;justify-content:center;max-width:221px;min-width:120px;padding:18px 24px;transition:background-color .3s ease;width:100%}.TokenPage_project__GnS4f .TokenPage_project_update__PnX1- .TokenPage_project_update__button__QLThm:hover{background-color:#8d00e3}@media(max-width:767px){.TokenPage_project__GnS4f .TokenPage_project_update__PnX1- .TokenPage_project_update__button__QLThm{width:100%}}.TokenPage_articles__byok4{display:flex;flex-direction:column;gap:2.5rem}@media screen and (min-width:841px){.TokenPage_articles__byok4{gap:3.25rem}}.TokenPage_articles__byok4 .TokenPage_articles__list__XCGOG{grid-gap:1.25rem;display:flex;flex-direction:column}.TokenPage_article__eA7Xe{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:flex;flex-direction:column;padding:1.25rem}.TokenPage_article__eA7Xe .TokenPage_article__header__ZoyoQ{align-items:center;display:flex;gap:1.25rem;justify-content:space-between}.TokenPage_article__eA7Xe .TokenPage_article__header__ZoyoQ:not(:last-child){margin-bottom:2rem}.TokenPage_article__eA7Xe .TokenPage_article__header__ZoyoQ .TokenPage_article__tag__jegjW{align-items:center;background-color:rgba(167,23,255,.125);border-radius:10rem;display:flex;justify-content:space-between;padding:.75rem 1.25rem}@media screen and (min-width:841px){.TokenPage_article__eA7Xe .TokenPage_article__header__ZoyoQ .TokenPage_article__tag__jegjW{padding:.75rem 1.25rem}}@media(min-width:1280px){.TokenPage_article__eA7Xe .TokenPage_article__header__ZoyoQ .TokenPage_article__tag__jegjW{padding:.75rem 1.25rem}}.TokenPage_article__eA7Xe .TokenPage_article__header__ZoyoQ .TokenPage_article__tag__jegjW .TokenPage_tag__text__OQI9y{color:#a717ff;font-size:.75rem;line-height:.75rem;margin-right:.5rem}@media screen and (min-width:841px){.TokenPage_article__eA7Xe .TokenPage_article__header__ZoyoQ .TokenPage_article__tag__jegjW .TokenPage_tag__text__OQI9y{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_article__eA7Xe .TokenPage_article__header__ZoyoQ .TokenPage_article__tag__jegjW .TokenPage_tag__text__OQI9y{font-size:1.25rem;line-height:1.5rem}}.TokenPage_article__eA7Xe .TokenPage_article__header__ZoyoQ .TokenPage_article__date__b2\+X2 .TokenPage_date__text__2qNSq{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:580px){.TokenPage_article__eA7Xe .TokenPage_article__header__ZoyoQ .TokenPage_article__date__b2\+X2 .TokenPage_date__text__2qNSq{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_article__eA7Xe .TokenPage_article__header__ZoyoQ .TokenPage_article__date__b2\+X2 .TokenPage_date__text__2qNSq{font-size:1.25rem;line-height:1.5rem}}.TokenPage_article__eA7Xe .TokenPage_article__main__F5I8J{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}@media screen and (min-width:580px){.TokenPage_article__eA7Xe .TokenPage_article__main__F5I8J{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_article__eA7Xe .TokenPage_article__main__F5I8J{font-size:1.25rem;line-height:1.5rem}}.TokenPage_article__eA7Xe .TokenPage_article__main__F5I8J:not(:last-child){margin-bottom:3.25rem}.TokenPage_article__eA7Xe .TokenPage_article__footer__zNlTX{align-items:center;display:flex;justify-content:space-between}.TokenPage_article__eA7Xe .TokenPage_article__footer__zNlTX .TokenPage_article__data__Kq-\+7 .TokenPage_data__list__0fyPX{align-items:center;display:flex;gap:1.25rem}.TokenPage_article__eA7Xe .TokenPage_article__footer__zNlTX .TokenPage_article__data__Kq-\+7 .TokenPage_data__item__G-CCq{align-items:center;cursor:pointer;display:flex;gap:.5rem}.TokenPage_article__eA7Xe .TokenPage_article__footer__zNlTX .TokenPage_article__data__Kq-\+7 .TokenPage_data__item__G-CCq:hover .TokenPage_data__text__JS-x\+{color:#202639}.TokenPage_article__eA7Xe .TokenPage_article__footer__zNlTX .TokenPage_article__data__Kq-\+7 img,.TokenPage_article__eA7Xe .TokenPage_article__footer__zNlTX .TokenPage_article__data__Kq-\+7 svg{flex-shrink:0;height:1.25rem;width:1.25rem}@media screen and (min-width:841px){.TokenPage_article__eA7Xe .TokenPage_article__footer__zNlTX .TokenPage_article__data__Kq-\+7 img,.TokenPage_article__eA7Xe .TokenPage_article__footer__zNlTX .TokenPage_article__data__Kq-\+7 svg{height:1.5rem;width:1.5rem}}.TokenPage_article__eA7Xe .TokenPage_article__footer__zNlTX .TokenPage_article__data__Kq-\+7 .TokenPage_data__text__JS-x\+{color:rgba(32,38,57,.502);font-size:.875rem;font-weight:600;line-height:1rem;transition:all .4s ease-in-out}@media screen and (min-width:841px){.TokenPage_article__eA7Xe .TokenPage_article__footer__zNlTX .TokenPage_article__data__Kq-\+7 .TokenPage_data__text__JS-x\+{font-size:1rem;line-height:1.5rem}}.TokenPage_article__eA7Xe .TokenPage_edit__btn__PpHVg{align-items:center;cursor:pointer;display:flex;justify-content:center}.TokenPage_comments__HDE3\+{grid-gap:1.25rem;display:grid}.TokenPage_comments__HDE3\+ .TokenPage_comments__header__iBbmN{grid-gap:.25rem 1.5rem;align-items:center;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:grid;padding:1.25rem}@media screen and (min-width:580px){.TokenPage_comments__HDE3\+ .TokenPage_comments__header__iBbmN{grid-template-columns:auto 12.5rem}}.TokenPage_comments__HDE3\+ .TokenPage_comments__header__iBbmN .TokenPage_comments__title__7aS5\+{color:rgba(32,38,57,.502);font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:580px){.TokenPage_comments__HDE3\+ .TokenPage_comments__header__iBbmN .TokenPage_comments__title__7aS5\+{order:-2}}.TokenPage_comments__HDE3\+ .TokenPage_comments__header__iBbmN .TokenPage_comments__subtitle__Fnyyw{color:#202639;font-size:1.5rem;line-height:2rem}@media screen and (min-width:841px){.TokenPage_comments__HDE3\+ .TokenPage_comments__header__iBbmN .TokenPage_comments__subtitle__Fnyyw{font-size:2rem;line-height:2.5rem}}.TokenPage_comments__HDE3\+ .TokenPage_comments__header__iBbmN .TokenPage_comments__subtitle__Fnyyw:not(:last-child){margin-bottom:.5rem}@media screen and (min-width:580px){.TokenPage_comments__HDE3\+ .TokenPage_comments__header__iBbmN .TokenPage_comments__subtitle__Fnyyw:not(:last-child){margin-bottom:0}.TokenPage_comments__HDE3\+ .TokenPage_comments__header__iBbmN .TokenPage_comments__select__TEHN1{grid-row:span 2;order:-1}}.TokenPage_comments__HDE3\+ .TokenPage_comments__list__NRYJ7{display:flex;flex-direction:column;gap:1.25rem}.TokenPage_comments__addComment__4RDBV{background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;padding:1.25rem}.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__header__n-fbc{grid-gap:.25rem 1.5rem;display:grid}@media screen and (min-width:580px){.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__header__n-fbc{grid-template-columns:auto 12.5rem}}.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__header__n-fbc:not(:last-child){margin-bottom:3rem}.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__header__n-fbc .TokenPage_comments__title__7aS5\+{color:rgba(32,38,57,.502);font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:580px){.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__header__n-fbc .TokenPage_comments__title__7aS5\+{order:-2}}.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__header__n-fbc .TokenPage_comments__subtitle__Fnyyw{color:#202639;font-size:1.5rem;line-height:2rem}@media screen and (min-width:841px){.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__header__n-fbc .TokenPage_comments__subtitle__Fnyyw{font-size:2rem;line-height:2.5rem}}.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__header__n-fbc .TokenPage_comments__subtitle__Fnyyw:not(:last-child){margin-bottom:.5rem}@media screen and (min-width:580px){.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__header__n-fbc .TokenPage_comments__subtitle__Fnyyw:not(:last-child){margin-bottom:0}.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__header__n-fbc .TokenPage_comments__select__TEHN1{grid-row:span 2;order:-1}}.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__main__R4pCH{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:2rem auto}@media screen and (min-width:580px){.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__main__R4pCH{gap:1.25rem;grid-template-columns:2.5rem auto}}@media screen and (min-width:841px){.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__main__R4pCH{grid-template-columns:3.25rem auto}}.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__main__R4pCH:not(:last-child){margin-bottom:2rem}.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__main__R4pCH .TokenPage_comments__media__HsqPg{border-radius:.75rem;height:2rem;overflow:hidden;position:relative;width:2rem}@media screen and (min-width:580px){.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__main__R4pCH .TokenPage_comments__media__HsqPg{font-size:2.5rem;line-height:2.5rem}}@media screen and (min-width:841px){.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__main__R4pCH .TokenPage_comments__media__HsqPg{height:3.25rem;width:3.25rem}}.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__main__R4pCH .TokenPage_comments__text__\+P53c{-webkit-appearance:none;appearance:none;background-color:transparent;border:0;border-bottom:1px solid rgba(32,38,57,.125);box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:400;height:100%;height:2.75rem;line-height:2.5rem;margin:0;min-height:2.5rem;outline:none;padding:0 .75rem;resize:none;text-overflow:ellipsis;transition:all .4s ease-in-out;width:100%}.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__main__R4pCH .TokenPage_comments__text__\+P53c::-webkit-input-placeholder{color:rgba(32,38,57,.502);opacity:1}.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__main__R4pCH .TokenPage_comments__text__\+P53c::placeholder{color:rgba(32,38,57,.502);opacity:1}.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__main__R4pCH .TokenPage_comments__text__\+P53c:focus{border-color:rgba(32,38,57,.502)}.TokenPage_comments__addComment__4RDBV .TokenPage_addComment__action__RJWdx .TokenPage_action__list__33cNu{display:flex;gap:.75rem;justify-content:flex-end}.TokenPage_comment__9zcbR{grid-gap:0 1rem;align-items:flex-start;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:grid;grid-template-columns:2rem auto;padding:1.25rem}@media screen and (min-width:580px){.TokenPage_comment__9zcbR{grid-template-columns:2.5rem auto}}@media screen and (min-width:841px){.TokenPage_comment__9zcbR{grid-template-columns:3.25rem auto}}.TokenPage_comment__9zcbR .TokenPage_comments__list__NRYJ7{grid-gap:3rem;display:grid}.TokenPage_comment__9zcbR .TokenPage_comments__item__1a5Y0{-webkit-backdrop-filter:initial!important;backdrop-filter:none!important;background:transparent none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important;border:initial!important;grid-template-columns:1.125rem auto;padding:initial!important}@media screen and (min-width:580px){.TokenPage_comment__9zcbR .TokenPage_comments__item__1a5Y0{grid-template-columns:2rem auto}}@media screen and (min-width:841px){.TokenPage_comment__9zcbR .TokenPage_comments__item__1a5Y0{grid-template-columns:2.5rem auto}}.TokenPage_comment__9zcbR .TokenPage_comments__item__1a5Y0 .TokenPage_comment__media__FA1Be{border-radius:.25rem;height:1.125rem;position:relative;width:1.125rem}@media screen and (min-width:580px){.TokenPage_comment__9zcbR .TokenPage_comments__item__1a5Y0 .TokenPage_comment__media__FA1Be{font-size:2rem;line-height:2rem}}@media screen and (min-width:841px){.TokenPage_comment__9zcbR .TokenPage_comments__item__1a5Y0 .TokenPage_comment__media__FA1Be{height:2.5rem;width:2.5rem}}.TokenPage_comment__9zcbR .TokenPage_comments__item__1a5Y0 .TokenPage_comment__header__\+3BKf:not(:last-child){margin-bottom:1.25rem}.TokenPage_comment__9zcbR .TokenPage_comments__item__1a5Y0 .TokenPage_comment__header__\+3BKf .TokenPage_comment__title__LWoVJ{font-size:.875rem;line-height:1rem}@media screen and (min-width:580px){.TokenPage_comment__9zcbR .TokenPage_comments__item__1a5Y0 .TokenPage_comment__header__\+3BKf .TokenPage_comment__title__LWoVJ{font-size:1rem;line-height:1.25rem}}@media screen and (min-width:841px){.TokenPage_comment__9zcbR .TokenPage_comments__item__1a5Y0 .TokenPage_comment__header__\+3BKf .TokenPage_comment__title__LWoVJ{font-size:1.125rem;line-height:1.25rem}}.TokenPage_comment__9zcbR .TokenPage_comments__item__1a5Y0 .TokenPage_comment__header__\+3BKf .TokenPage_comment__subtitle__Ldey1{color:rgba(32,38,57,.502);font-size:.75rem;line-height:.875rem}.TokenPage_comment__9zcbR .TokenPage_comment__media__FA1Be{border-radius:1rem;grid-row:span 4;height:2rem;overflow:hidden;position:relative;width:2rem}@media screen and (min-width:580px){.TokenPage_comment__9zcbR .TokenPage_comment__media__FA1Be{font-size:2.5rem;line-height:2.5rem}}@media screen and (min-width:841px){.TokenPage_comment__9zcbR .TokenPage_comment__media__FA1Be{height:3.25rem;width:3.25rem}}.TokenPage_comment__9zcbR .TokenPage_comment__media__FA1Be img{height:100%;left:0;position:absolute;top:0;width:100%}.TokenPage_comment__9zcbR .TokenPage_comment__header__\+3BKf{align-items:center;display:flex;gap:1rem}.TokenPage_comment__9zcbR .TokenPage_comment__header__\+3BKf:not(:last-child){margin-bottom:1.5rem}.TokenPage_comment__9zcbR .TokenPage_comment__header__\+3BKf .TokenPage_comment__title__LWoVJ{color:#202639;font-size:1rem;font-weight:400;line-height:1rem}@media screen and (min-width:580px){.TokenPage_comment__9zcbR .TokenPage_comment__header__\+3BKf .TokenPage_comment__title__LWoVJ{font-size:1.25rem;line-height:1.25rem}}@media screen and (min-width:841px){.TokenPage_comment__9zcbR .TokenPage_comment__header__\+3BKf .TokenPage_comment__title__LWoVJ{font-size:1.5rem;line-height:2rem}}.TokenPage_comment__9zcbR .TokenPage_comment__header__\+3BKf .TokenPage_comment__subtitle__Ldey1{color:rgba(32,38,57,.502);font-size:.75rem;font-weight:400;line-height:1rem}@media screen and (min-width:580px){.TokenPage_comment__9zcbR .TokenPage_comment__header__\+3BKf .TokenPage_comment__subtitle__Ldey1{font-size:.875rem;line-height:1rem}}@media screen and (min-width:841px){.TokenPage_comment__9zcbR .TokenPage_comment__header__\+3BKf .TokenPage_comment__subtitle__Ldey1{font-size:1rem;line-height:1.125rem}}.TokenPage_comment__9zcbR .TokenPage_comment__main__FceDg{color:rgba(32,38,57,.8);font-size:.875rem;line-height:1rem}@media screen and (min-width:580px){.TokenPage_comment__9zcbR .TokenPage_comment__main__FceDg{font-size:1rem;line-height:1.25rem}}@media screen and (min-width:841px){.TokenPage_comment__9zcbR .TokenPage_comment__main__FceDg{font-size:1.25rem;line-height:1.5rem}}.TokenPage_comment__9zcbR .TokenPage_comment__main__FceDg:not(:last-child){margin-bottom:2rem}.TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo{align-items:center;display:flex;gap:1.25rem}.TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo:not(:last-child){margin-bottom:.875rem}.TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__favorite__Ao7yB{align-items:center;cursor:pointer;display:flex;gap:.5rem}.TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__favorite__Ao7yB:hover .TokenPage_favorite__text__NjvLU{color:#202639}.TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__favorite__Ao7yB img,.TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__favorite__Ao7yB svg{flex-shrink:0;height:1.5rem;width:1.5rem}.TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__favorite__Ao7yB .TokenPage_favorite__text__NjvLU{color:rgba(32,38,57,.502);font-size:.875rem;font-weight:600;line-height:1rem;transition:all .4s ease-in-out}@media screen and (min-width:841px){.TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__favorite__Ao7yB .TokenPage_favorite__text__NjvLU{font-size:1rem;line-height:1.5rem}}.TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__answer__tQqW2{cursor:pointer}.TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__answer__tQqW2:hover .TokenPage_answer__text__Lnhlt{color:rgba(32,38,57,.565)}.TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__answer__tQqW2 .TokenPage_answer__text__Lnhlt{color:#202639;font-size:1rem;font-weight:600;line-height:1.125rem;transition:all .4s ease-in-out}.TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ{align-items:flex-start;display:flex;flex-direction:column;gap:2rem}.TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ .TokenPage_dropdown__header__6HcNT{align-items:center;background-color:rgba(167,23,255,.125);border-radius:.75rem;color:#a717ff;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:all .4s ease-in-out}@media screen and (min-width:841px){.TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ .TokenPage_dropdown__header__6HcNT{padding:1rem}}.TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ .TokenPage_dropdown__header__6HcNT:hover{background-color:#a717ff;color:#fff}.TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ .TokenPage_dropdown__header__6HcNT:hover img,.TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ .TokenPage_dropdown__header__6HcNT:hover svg{fill:#fff}.TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ .TokenPage_dropdown__header__6HcNT img,.TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ .TokenPage_dropdown__header__6HcNT svg{fill:#a717ff;height:.5rem;transition:all .4s ease-in-out;width:.75rem}.TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ .TokenPage_dropdown__header__6HcNT .TokenPage_dropdown__text__KedUn{font-size:.875rem;font-weight:600;line-height:1rem}@media screen and (min-width:841px){.TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ .TokenPage_dropdown__header__6HcNT .TokenPage_dropdown__text__KedUn{font-size:1rem;line-height:1.125rem}}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f{background-color:#010607}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f h1,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f h2{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f h3,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f h4,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f h5,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f h6{color:hsla(0,0%,100%,.439)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_btn__jN45L.TokenPage_btn_transparent__uTPl4{background-color:transparent;border-color:#fff;color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_btn__jN45L.TokenPage_btn_transparent__uTPl4:hover{background-color:#fff;border-color:#fff;color:#010607}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_btn__jN45L.TokenPage_btn_transparent__uTPl4:hover img,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_btn__jN45L.TokenPage_btn_transparent__uTPl4:hover svg{fill:#010607}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_btn__jN45L.TokenPage_btn_transparent__uTPl4 img,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_btn__jN45L.TokenPage_btn_transparent__uTPl4 svg{fill:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_project__header__BFzSI{background-color:#010607}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__item__G-CCq,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__media__B46CS{background-color:hsla(0,0%,100%,.063)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__subtitle__B1ldu{color:hsla(0,0%,100%,.439)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__title__Mjt3J{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_project__header__BFzSI .TokenPage_project__data__fb3iG .TokenPage_data__title__Mjt3J.TokenPage_data__title_secondary__npzSY{color:#00b31d}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_project__header__BFzSI .TokenPage_project__tags__PHrTk .TokenPage_tags__item__zjdxA{background-color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_project__header__BFzSI .TokenPage_project__tags__PHrTk .TokenPage_tags__text__YRAc-{color:rgba(1,6,7,.439)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_project__header__BFzSI .TokenPage_project__tabs__pM0zJ .TokenPage_tabs__header__rCd3C .TokenPage_tabs__item__-hZvA{color:hsla(0,0%,100%,.314)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_project__header__BFzSI .TokenPage_project__tabs__pM0zJ .TokenPage_tabs__header__rCd3C .TokenPage_tabs__item__-hZvA:before{background-color:#a717ff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_project__header__BFzSI .TokenPage_project__tabs__pM0zJ .TokenPage_tabs__header__rCd3C .TokenPage_tabs__item__-hZvA.TokenPage_tabs__item_active__87bHM,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_project__header__BFzSI .TokenPage_project__tabs__pM0zJ .TokenPage_tabs__header__rCd3C .TokenPage_tabs__item__-hZvA:hover{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_project__header__BFzSI .TokenPage_project__tabs__pM0zJ .TokenPage_tabs__header__rCd3C .TokenPage_tabs__count__utsfq{color:#a717ff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_project__main__Hke3r{background:no-repeat url(/static/media/background2.db53260e2f51c065a755.jpg)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_project__footer__-EeS5{background-color:hsla(0,0%,100%,.063)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__section__fhUQy{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9{background-color:hsla(0,0%,100%,.063);border:1px solid hsla(0,0%,100%,.063)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc .TokenPage_graphic__ico__mCSce{background-color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc .TokenPage_graphic__title__xhX\+L .TokenPage_graphic__text__Sy2Mo{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__header__J0gcc .TokenPage_graphic__subtitle__pFOEw .TokenPage_graphic__text__Sy2Mo{color:hsla(0,0%,100%,.314)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__cost__18DLX .TokenPage_cost__title__W78Kt{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__cost__18DLX .TokenPage_cost__subtitle__PwIs7{color:#00b31d}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__calendar__GUYEX .TokenPage_calendar__item__aF\+v8{cursor:pointer}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__calendar__GUYEX .TokenPage_calendar__item__aF\+v8.TokenPage_calendar__item_active__FSmLM .TokenPage_calendar__text__GwNyJ,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__calendar__GUYEX .TokenPage_calendar__item__aF\+v8:hover .TokenPage_calendar__text__GwNyJ{color:#a717ff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__calendar__GUYEX .TokenPage_calendar__text__GwNyJ{color:hsla(0,0%,100%,.314)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__media__RY3uC{border-right:1px solid hsla(0,0%,100%,.063)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__times__tOSyV .TokenPage_times__item__bcxCT{cursor:pointer}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__times__tOSyV .TokenPage_times__item__bcxCT:hover .TokenPage_times__text__8O2N-{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__times__tOSyV .TokenPage_times__text__8O2N-{color:hsla(0,0%,100%,.314)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__cost__BNNom .TokenPage_cost__title__W78Kt{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__cost__BNNom .TokenPage_cost__item__aUPrK{cursor:pointer}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__cost__BNNom .TokenPage_cost__item__aUPrK:hover .TokenPage_cost__text__sU9Ea{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__schedule__5eVu2 .TokenPage_schedule__cost__BNNom .TokenPage_cost__text__sU9Ea{color:hsla(0,0%,100%,.314)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__graphic__d96c9 .TokenPage_graphic__footer__Vvrxu .TokenPage_graphic__text__Sy2Mo{color:hsla(0,0%,100%,.439)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__description__TCOeM .TokenPage_description__head__9xt4g .TokenPage_description__title__vwd4K{color:hsla(0,0%,100%,.314)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__description__TCOeM .TokenPage_description__head__9xt4g .TokenPage_description__subtitle__Arj2V,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__description__TCOeM .TokenPage_description__title__vwd4K{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__description__TCOeM .TokenPage_description__main__WIr55,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__description__TCOeM .TokenPage_description__subtitle__Arj2V{color:hsla(0,0%,100%,.314)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__header__Qycga .TokenPage_group__title__5FK1i{color:hsla(0,0%,100%,.314)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__item__Hy2Jn{background-color:hsla(0,0%,100%,.063);border:1px solid hsla(0,0%,100%,.063)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__title__5FK1i{color:hsla(0,0%,100%,.314)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__subtitle__kJLAa{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_information__sidebar__9rRbY .TokenPage_sidebar__group__WJIyK .TokenPage_group__tooltip__lUU4C .TokenPage_tooltip__dropdown__sU1kA{background-color:#fff;border:1px solid hsla(0,0%,100%,.063);color:#000}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_article__eA7Xe{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_article__eA7Xe .TokenPage_article__header__ZoyoQ .TokenPage_article__tag__jegjW{background-color:rgba(167,23,255,.125)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_article__eA7Xe .TokenPage_article__header__ZoyoQ .TokenPage_article__tag__jegjW .TokenPage_tag__text__OQI9y{color:#a717ff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_article__eA7Xe .TokenPage_article__header__ZoyoQ .TokenPage_article__date__b2\+X2 .TokenPage_date__text__2qNSq,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_article__eA7Xe .TokenPage_article__main__F5I8J{color:hsla(0,0%,100%,.314)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_article__eA7Xe .TokenPage_article__footer__zNlTX .TokenPage_article__data__Kq-\+7 .TokenPage_data__item__G-CCq:hover .TokenPage_data__text__JS-x\+{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_article__eA7Xe .TokenPage_article__footer__zNlTX .TokenPage_article__data__Kq-\+7 img,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_article__eA7Xe .TokenPage_article__footer__zNlTX .TokenPage_article__data__Kq-\+7 svg{fill:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_article__eA7Xe .TokenPage_article__footer__zNlTX .TokenPage_article__data__Kq-\+7 .TokenPage_data__text__JS-x\+{color:hsla(0,0%,100%,.314)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comments__HDE3\+ .TokenPage_comments__header__iBbmN{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comments__HDE3\+ .TokenPage_comments__header__iBbmN .TokenPage_comments__title__7aS5\+{color:hsla(0,0%,100%,.314)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comments__HDE3\+ .TokenPage_comments__header__iBbmN .TokenPage_comments__subtitle__Fnyyw{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comments__addComment__4RDBV{background-color:rgba(1,6,7,.251);border-color:hsla(0,0%,100%,.125)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comments__addComment__4RDBV .TokenPage_addComment__header__n-fbc .TokenPage_comments__title__7aS5\+{color:hsla(0,0%,100%,.314)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comments__addComment__4RDBV .TokenPage_addComment__header__n-fbc .TokenPage_comments__subtitle__Fnyyw{color:#fff}@media screen and (min-width:580px){.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comments__addComment__4RDBV .TokenPage_addComment__header__n-fbc .TokenPage_comments__select__TEHN1{grid-row:span 2;order:-1}}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comments__addComment__4RDBV .TokenPage_addComment__main__R4pCH .TokenPage_comments__text__\+P53c{border-color:hsla(0,0%,100%,.2);color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comments__addComment__4RDBV .TokenPage_addComment__main__R4pCH .TokenPage_comments__text__\+P53c:focus{border-color:hsla(0,0%,100%,.5)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comments__addComment__4RDBV .TokenPage_addComment__main__R4pCH .TokenPage_comments__text__\+P53c::-webkit-input-placeholder{color:hsla(0,0%,100%,.5);opacity:1}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comments__addComment__4RDBV .TokenPage_addComment__main__R4pCH .TokenPage_comments__text__\+P53c::placeholder{color:hsla(0,0%,100%,.5);opacity:1}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_btn__jN45L:disabled{background-color:hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.5)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_btn__jN45L.TokenPage_btn_tertiary__dIytI{background-color:hsla(0,0%,100%,.2);color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_btn__jN45L.TokenPage_btn_tertiary__dIytI:disabled{background-color:transparent;color:hsla(0,0%,100%,.5)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f select{background-color:hsla(0,0%,100%,.1);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNjcxMUIxQjJDMTcxMUVGOTIwQzg2MTY5REMyQTc5QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNjcxMUIxQzJDMTcxMUVGOTIwQzg2MTY5REMyQTc5QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI2NzExQjE5MkMxNzExRUY5MjBDODYxNjlEQzJBNzlDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI2NzExQjFBMkMxNzExRUY5MjBDODYxNjlEQzJBNzlDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+y4ZxMQAAALtJREFUeNrs180NwyAMBWDoAlmlo2UD2CBdqRMxgmuiKKUVP7YB5RBbehdAvO+EEgsA5sp5mItHAQpQQAp4YeKj4Cf2rZiA2c6V+BAdCfAdn6yPioff2dfTA+vfAT+x3OUA5tgYjSiW5wCjEdXyEmAUolleA/QiSOUtgBRBLqcAuAhWORVARbDLOYAWQlTOBZQQ4nIJIIcQl0sBJYST3NXzxLre8hjb+Vn+xCyYt/QCq/8FClDA7QEfAQYAF7iummIhzbQAAAAASUVORK5CYII=);background-size:auto 25%;border-color:hsla(0,0%,100%,.2);color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f select option{color:#000}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comments__item__1a5Y0 .TokenPage_comment__header__\+3BKf .TokenPage_comment__subtitle__Ldey1{color:hsla(0,0%,100%,.314)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__header__\+3BKf .TokenPage_comment__title__LWoVJ{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__header__\+3BKf .TokenPage_comment__subtitle__Ldey1,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__main__FceDg{color:hsla(0,0%,100%,.314)}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__favorite__Ao7yB:hover .TokenPage_favorite__text__NjvLU{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__favorite__Ao7yB img,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__favorite__Ao7yB svg{fill:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__favorite__Ao7yB .TokenPage_favorite__text__NjvLU{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__answer__tQqW2{cursor:pointer}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__answer__tQqW2 .TokenPage_answer__text__Lnhlt,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__footer__3LOSo .TokenPage_comment__answer__tQqW2:hover .TokenPage_answer__text__Lnhlt{color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ .TokenPage_dropdown__header__6HcNT{background-color:rgba(167,23,255,.125);color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ .TokenPage_dropdown__header__6HcNT:hover{background-color:#a717ff;color:#fff}.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ .TokenPage_dropdown__header__6HcNT img,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ .TokenPage_dropdown__header__6HcNT svg,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ .TokenPage_dropdown__header__6HcNT:hover img,.TokenPage_project__GnS4f.TokenPage_project_dark__U6y7f .TokenPage_comment__9zcbR .TokenPage_comment__dropdown__321YQ .TokenPage_dropdown__header__6HcNT:hover svg{fill:#fff}.TokenPage_project__GnS4f .TokenPage_project__return__WiSBj{display:flex;justify-content:flex-start;margin-bottom:2rem}.TokenPage_project__GnS4f .TokenPage_project__return__WiSBj .TokenPage_return__link__89PiD{align-items:center;background-color:#fff;border-radius:.75rem;cursor:pointer;display:flex;gap:1rem;padding:1rem 1.5rem;transition:all .4s ease-in-out}.TokenPage_project__GnS4f .TokenPage_project__return__WiSBj .TokenPage_return__link__89PiD:hover{background-color:#a717ff}.TokenPage_project__GnS4f .TokenPage_project__return__WiSBj .TokenPage_return__link__89PiD:hover .TokenPage_return__text__qv0-L{color:#fff}.TokenPage_project__GnS4f .TokenPage_project__return__WiSBj .TokenPage_return__link__89PiD:hover img,.TokenPage_project__GnS4f .TokenPage_project__return__WiSBj .TokenPage_return__link__89PiD:hover svg{fill:#fff}.TokenPage_project__GnS4f .TokenPage_project__return__WiSBj .TokenPage_return__link__89PiD img,.TokenPage_project__GnS4f .TokenPage_project__return__WiSBj .TokenPage_return__link__89PiD svg{fill:#202639;height:.75rem;width:1rem}.TokenPage_project__GnS4f .TokenPage_project__return__WiSBj .TokenPage_return__text__qv0-L{color:#202639;font-size:1rem;font-weight:600;line-height:1.25rem}.TokenPage_project__GnS4f .TokenPage_comment__avatar__cL6kh .TokenPage_information__avatar__el84Y{align-items:center;background-color:#a717ff;border-radius:50%;color:#fff;display:flex;font-size:1rem;font-weight:700;height:2.5rem;justify-content:center;text-align:center;text-transform:uppercase;width:2.5rem}.TokenPage_project__GnS4f .TokenPage_comment__avatar__cL6kh .TokenPage_information__avatar__el84Y:not(:last-child){margin-right:1rem}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;box-sizing:border-box;font:inherit;margin:0;outline:none;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}html{font:400 4vw/1.5rem Roboto,sans-serif}@media screen and (min-width:580px){html{font-size:1.9vw}}@media screen and (min-width:992px){html{font-size:1.333vw}}@media(min-width:1201px){html{font-size:16px}}body{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;background-color:#fff;color:#202639}body,html{min-height:100%}.layout_Tokens .h1,.layout_Tokens .h2,.layout_Tokens .h3,.layout_Tokens .h4,.layout_Tokens .h5,.layout_Tokens .h6,.layout_Tokens h1,.layout_Tokens h2,.layout_Tokens h3,.layout_Tokens h4,.layout_Tokens h5,.layout_Tokens h6{font-weight:500}.layout_Tokens .h1 a,.layout_Tokens .h2 a,.layout_Tokens .h3 a,.layout_Tokens .h4 a,.layout_Tokens .h5 a,.layout_Tokens .h6 a,.layout_Tokens h1 a,.layout_Tokens h2 a,.layout_Tokens h3 a,.layout_Tokens h4 a,.layout_Tokens h5 a,.layout_Tokens h6 a{color:#202639;text-decoration:none}.layout_Tokens .h1 a:hover,.layout_Tokens .h2 a:hover,.layout_Tokens .h3 a:hover,.layout_Tokens .h4 a:hover,.layout_Tokens .h5 a:hover,.layout_Tokens .h6 a:hover,.layout_Tokens h1 a:hover,.layout_Tokens h2 a:hover,.layout_Tokens h3 a:hover,.layout_Tokens h4 a:hover,.layout_Tokens h5 a:hover,.layout_Tokens h6 a:hover{text-decoration:underline}.layout_Tokens .h1 strong,.layout_Tokens .h2 strong,.layout_Tokens .h3 strong,.layout_Tokens .h4 strong,.layout_Tokens .h5 strong,.layout_Tokens .h6 strong,.layout_Tokens h1 strong,.layout_Tokens h2 strong,.layout_Tokens h3 strong,.layout_Tokens h4 strong,.layout_Tokens h5 strong,.layout_Tokens h6 strong{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#a717ff,#ff1292);-webkit-background-clip:text}.layout_Tokens .h1,.layout_Tokens h1{font-size:1.5rem;line-height:1.5rem}@media screen and (min-width:580px){.layout_Tokens .h1,.layout_Tokens h1{font-size:2.5rem;line-height:3rem}}@media(min-width:1201px){.layout_Tokens .h1,.layout_Tokens h1{font-size:3rem;line-height:3.5rem}}.layout_Tokens .h2,.layout_Tokens h2{font-size:1.375rem;line-height:1.875rem}@media screen and (min-width:580px){.layout_Tokens .h2,.layout_Tokens h2{font-size:2.25rem;line-height:2.75rem}}@media(min-width:1201px){.layout_Tokens .h2,.layout_Tokens h2{font-size:2.625rem;line-height:3.125rem}}.layout_Tokens .h3,.layout_Tokens h3{font-size:1.25rem;line-height:1.75rem}@media screen and (min-width:580px){.layout_Tokens .h3,.layout_Tokens h3{font-size:1.75rem;line-height:2.25rem}}@media(min-width:1201px){.layout_Tokens .h3,.layout_Tokens h3{font-size:2rem;line-height:2.125rem}}.layout_Tokens .h4,.layout_Tokens h4{font-size:1.125rem;line-height:1.625rem}@media(min-width:1201px){.layout_Tokens .h4,.layout_Tokens h4{font-size:1.5rem;line-height:1.75rem}}.layout_Tokens .h5,.layout_Tokens h5{font-size:1rem;line-height:1.5rem}@media(min-width:1201px){.layout_Tokens .h5,.layout_Tokens h5{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .h6,.layout_Tokens h6{font-size:1rem;line-height:1.5rem}.layout_Tokens img,.layout_Tokens svg{height:auto;max-height:100%;max-width:100%;object-fit:cover;outline:none}.layout_Tokens a{color:#1e1e1e;text-decoration:none}.layout_Tokens strong{font-weight:500}.layout_Tokens ol,.layout_Tokens ul{list-style:none}.layout_Tokens .container{margin:0 auto;max-width:calc(100vw - 2rem);width:85rem}@media screen and (min-width:992px){.layout_Tokens .container{max-width:calc(100vw - 4rem)}}.layout_Tokens .pb-0{padding-bottom:0!important}.layout_Tokens .layout__box{background-color:#f7f7f7;border-radius:.75rem;padding:1rem}@media screen and (min-width:580px){.layout_Tokens .layout__box{padding:1.5rem}}@media(min-width:1201px){.layout_Tokens .layout__box{border-radius:1.25rem;padding:2rem}}.layout_Tokens .layout__box.layout__box_secondary{padding:.875rem}@media screen and (min-width:580px){.layout_Tokens .layout__box.layout__box_secondary{padding:1rem}}@media(min-width:1201px){.layout_Tokens .layout__box.layout__box_secondary{padding:1.25rem}}.layout_Tokens .layout__box.layout__box_light{background-color:#fff}.layout_Tokens .layout__tag{background-color:#fff;border-radius:2rem;display:block;font-weight:500;padding:.5rem 1rem}@media screen and (min-width:580px){.layout_Tokens .layout__tag{font-size:1rem;line-height:1.5rem;padding:.75rem 1.25rem}}@media(min-width:1201px){.layout_Tokens .layout__tag{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .form__item{grid-gap:.75rem;display:grid;position:relative}.layout_Tokens .form__header .form__title{color:rgba(32,38,57,.5);cursor:pointer;font-size:1rem;font-weight:400;line-height:1.25rem;transition:all .4s ease-in-out}.layout_Tokens .form__header .form__title:hover{color:rgba(167,23,255,.5)}.layout_Tokens .form__main{display:flex;flex-direction:column;gap:.125rem}.layout_Tokens .form__footer .form__tooltip{color:rgba(32,38,57,.5);font-size:.75rem;font-weight:400;line-height:1.25rem}@media screen and (min-width:580px){.layout_Tokens .form__footer .form__tooltip{font-size:.875rem}}@media(min-width:1201px){.layout_Tokens .form__footer .form__tooltip{font-size:1rem}}.layout_Tokens .form__field{align-items:center;background-color:#fff;border:1px solid rgba(30,30,30,.2);border-radius:.5rem;display:flex;gap:.5rem;padding:.75rem;transition:all .4s ease-in-out}@media screen and (min-width:580px){.layout_Tokens .form__field{padding:1rem}}@media(min-width:1201px){.layout_Tokens .form__field{padding:1.25rem}}.layout_Tokens .form__field:hover{border-color:#a717ff}.layout_Tokens .form__field:not(.form__field_secondary){justify-content:space-between}.layout_Tokens .form__field.form__field_secondary{align-items:flex-start}.layout_Tokens .form__field.form__field_tiny{padding:.75rem}.layout_Tokens .form__field .field__touch{align-items:center;cursor:move;display:flex;flex-shrink:0;height:2rem;justify-content:center;width:1.5rem}.layout_Tokens .form__field .field__touch svg{height:100%;width:100%}.layout_Tokens .form__field .field__header{align-items:center;display:flex;gap:.75rem}.layout_Tokens .form__field .field__ico{display:none;flex-shrink:0;height:2rem;width:2rem}@media screen and (min-width:580px){.layout_Tokens .form__field .field__ico{display:flex}}.layout_Tokens .form__field .field__title{color:rgba(32,38,57,.5);font-size:.75rem;font-weight:500;line-height:2rem}@media screen and (min-width:580px){.layout_Tokens .form__field .field__title{font-size:.875rem}}@media(min-width:1201px){.layout_Tokens .form__field .field__title{font-size:1rem}}.layout_Tokens .form__field .field__main{align-items:center;display:flex;gap:.125rem;margin-left:auto}.layout_Tokens .form__btn{max-width:4.5rem}@media screen and (min-width:580px){.layout_Tokens .form__btn{max-width:5.75rem}}@media(min-width:1201px){.layout_Tokens .form__btn{max-width:7.5rem}}.layout_Tokens .form__ico{cursor:pointer;flex-shrink:0;height:1.5rem;-webkit-transform:scale(1);transform:scale(1);transition:all .4s ease-in-out;width:1.5rem}.layout_Tokens .form__ico.form__ico_secondary{height:1.25rem;width:1.25rem}.layout_Tokens .form__ico.form__ico_secondary:hover,.layout_Tokens .form__ico:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.layout_Tokens .form__input{-webkit-appearance:none;appearance:none;border:0;box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-weight:500;height:2rem;outline:none;text-overflow:ellipsis;transition:all .4s ease-in-out;width:100%}.layout_Tokens .form__input:not(.form__input_secondary){font-size:.875rem;line-height:1.5rem}@media screen and (min-width:580px){.layout_Tokens .form__input:not(.form__input_secondary){font-size:1.125rem}}@media(min-width:1201px){.layout_Tokens .form__input:not(.form__input_secondary){font-size:1.25rem}}.layout_Tokens .form__input.form__input_secondary{background-color:#f7f7f7;border-radius:.375rem;font-size:.75rem;line-height:1.25rem;padding:.25rem .75rem}@media screen and (min-width:580px){.layout_Tokens .form__input.form__input_secondary{font-size:.875rem}}@media(min-width:1201px){.layout_Tokens .form__input.form__input_secondary{font-size:1rem}}.layout_Tokens .form__input:disabled{opacity:.5}.layout_Tokens .form__input::-webkit-input-placeholder{color:rgba(32,38,57,.5);opacity:1}.layout_Tokens .form__input::placeholder{color:rgba(32,38,57,.5);opacity:1}.layout_Tokens .form__input.form__input_textarea{height:6.875rem;resize:none;width:100%}@media(min-width:1201px){.layout_Tokens .form__input.form__input_textareaSecondary{height:14.5rem}}.layout_Tokens .form__dropdown{background-color:#fff;border-radius:.375rem;box-shadow:0 4px 32px 0 rgba(0,0,0,.078);left:0;padding:.75rem 0;position:absolute;top:calc(100% + .5rem);width:100%}.layout_Tokens select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFGSURBVHgB7dZBSsNAGAXgN2ktARHivotZKLjsRuiy3sAbFI/gCaw38QqeoLqx7pqt6CJgt0o2QlVIzB8rjbUj7e9kYXkfhCQT+PMeDCEAERERERHRP2WgZG0vQjjtYBrGSXKVQqGcsfVi8b6daGcEULAHXYvW6xiZGcrZ2uJeO8M0x+WM/cMOFFQFkKEvGb6yoGWG65Qow0v56gw0+1DQFTBBvLCycokl4Wcz8xgKDSikT4930W67eKnpVZYjNMxxtNO+TNPJ0v3sDJ+bi+R+dA4FVQGRPk+u1ynxe/ibEyipC4hVS9QVXqg/o1V2r3uGwAwWlhO85UcIi6uawgsvBYSzxOzxt1VP4cWftlCVczt9HnNZPkgeRqfwxFsB4SgxV4a/VX1tXLwWEM4SNYQX3guIHyVqCl87+b/R/uMQERERERFtvA+dZ5C8jBLPJAAAAABJRU5ErkJggg==);background-position:98%;background-repeat:no-repeat;background-size:auto 1.5rem}.layout_Tokens .checkbox{align-items:center;display:flex;min-height:2.5rem}.layout_Tokens .checkbox .checkbox__label{display:flex;position:relative}.layout_Tokens .checkbox .checkbox__input{opacity:0;position:absolute}.layout_Tokens .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_before{opacity:0}.layout_Tokens .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_after{opacity:1}.layout_Tokens .checkbox .checkbox__input:disabled~.checkbox__text{color:rgba(32,38,57,.3);pointer-events:none}.layout_Tokens .checkbox .checkbox__input.error~.checkbox__text{color:rgba(167,23,255,.5)}.layout_Tokens .checkbox .checkbox__main{cursor:pointer;display:flex;flex-wrap:wrap;font-size:1rem;font-weight:500;padding-left:1.5rem;position:relative}.layout_Tokens .checkbox .checkbox__text{color:rgba(32,38,57,.4)}.layout_Tokens .checkbox .checkbox__text:not(:last-child){margin-right:.5rem}.layout_Tokens .checkbox .checkbox__text a{color:rgba(167,23,255,.5)}.layout_Tokens .checkbox .checkbox__prompt{color:rgba(32,38,57,.4)}.layout_Tokens .checkbox .checkbox__label{position:static}.layout_Tokens .checkbox .checkbox__media{position:relative}.layout_Tokens .checkbox .checkbox__ico{height:1rem;left:0;min-width:1rem;position:absolute;top:0;transition:all .4s ease-in-out;width:1rem}.layout_Tokens .checkbox .checkbox__ico.checkbox__ico_before{opacity:1}.layout_Tokens .checkbox .checkbox__ico.checkbox__ico_after{opacity:0}::-webkit-scrollbar{height:0;width:.25rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background-color:rgba(167,23,255,.4)}.layout_Tokens .btn{align-items:center;-webkit-appearance:none;appearance:none;background-color:#a717ff;border:1px solid #a717ff;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:700;justify-content:center;line-height:1.5rem;outline:none;padding:1rem;text-align:center;transition:all .4s ease-in-out;width:100%}@media screen and (min-width:580px){.layout_Tokens .btn{border-radius:.75rem;font-size:1rem;line-height:1.25rem;padding:1.125rem}}@media screen and (min-width:992px){.layout_Tokens .btn{height:5.125rem;padding:1.5rem}}@media(min-width:1201px){.layout_Tokens .btn{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .btn:disabled{background-color:rgba(32,38,57,.5);border-color:transparent;cursor:inherit;pointer-events:none}.layout_Tokens .btn:active,.layout_Tokens .btn:hover{background-color:rgba(167,23,255,.8)}@media screen and (min-width:992px){.layout_Tokens .btn.btn_radius-secondary{border-radius:.75rem}}.layout_Tokens .btn.btn_large{height:4.5rem}@media screen and (min-width:580px){.layout_Tokens .btn.btn_large{border-radius:.75rem;height:5.75rem}}@media(min-width:1201px){.layout_Tokens .btn.btn_large{border-radius:1.25rem;height:6.75rem}}.layout_Tokens .btn.btn_tiny{font-size:.75rem;height:2rem;line-height:1.125rem;padding:.25rem 1rem}@media screen and (min-width:580px){.layout_Tokens .btn.btn_tiny{font-size:.875rem}}@media screen and (min-width:992px){.layout_Tokens .btn.btn_tiny{font-size:1rem;line-height:1.125rem}}.layout_Tokens .btn.btn_transparent{background-color:transparent;color:#a717ff}.layout_Tokens .btn.btn_transparent:hover{background-color:#a717ff;border-color:#a717ff;color:#fff}.layout_Tokens .btn.btn_secondary{background-color:#00b31d;border-color:#00b31d}.layout_Tokens .btn.btn_secondary:active,.layout_Tokens .btn.btn_secondary:hover{background-color:rgba(0,179,29,.7)}.layout_Tokens .btn.btn_tertiary{background-color:#1e1e1e;border-color:#1e1e1e}.layout_Tokens .btn.btn_tertiary:active,.layout_Tokens .btn.btn_tertiary:hover{background-color:#323232}.layout_Tokens .btn .btn__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout_Tokens .layout__nav,.layout_Tokens .layout__nav .nav__list{display:flex;gap:.375rem}.layout_Tokens .layout__nav .nav__item.nav__item_active .nav__link,.layout_Tokens .layout__nav .nav__item:hover .nav__link{background-color:#a717ff;color:#fff}.layout_Tokens .layout__nav .nav__item.nav__item_active .nav__ico,.layout_Tokens .layout__nav .nav__item:hover .nav__ico{fill:#fff}.layout_Tokens .layout__nav .nav__link{align-items:center;border:1px solid rgba(30,30,30,.06);border-radius:.375rem;color:#202639;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;height:2rem;justify-content:center;line-height:1rem;text-align:center;transition:all .4s ease-in-out;width:2rem}@media screen and (min-width:580px){.layout_Tokens .layout__nav .nav__link{font-size:.875rem;line-height:1rem}}@media screen and (min-width:992px){.layout_Tokens .layout__nav .nav__link{font-size:1rem;height:2.75rem;line-height:1.25rem;width:2.75rem}}.layout_Tokens .layout__nav .nav__ico{fill:#202639;height:1.5rem;transition:all .4s ease-in-out;width:1.5rem}.layout_Tokens{font-size:1rem;line-height:1.25rem;min-height:100vh;overflow:hidden;overflow-y:auto}@media screen and (min-width:580px){.layout_Tokens{font-size:1.125rem;line-height:1.5rem}}@media(min-width:1201px){.layout_Tokens{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens.layout_Tokens_secodnary{background-color:#f7f7f7}.layout_Tokens .layout__main{flex-grow:1}.layout__header .container{max-width:calc(100vw - 2rem);width:85rem}.layout__header .btn{align-items:center;-webkit-appearance:none;appearance:none;background-color:#202639;border:.0625rem solid #202639;border-radius:2rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;height:2.5rem;justify-content:center;line-height:1rem;margin:0;min-width:2.5rem;outline:none;padding:.75rem;text-align:center;text-decoration:none;transition:all .4s ease-in-out}.layout__header .btn:hover{background:#fff;border-color:#202639;color:#202639;text-decoration:none}.layout_Tokens .layout__section{padding:2.25rem 0}@media screen and (min-width:580px){.layout_Tokens .layout__section{padding:3.5rem 0}}@media screen and (min-width:992px){.layout_Tokens .layout__section{padding:3.75rem 0}}.layout_Tokens .layout__section.layout__section_secondary{background-color:#f7f7f7}.layout_Tokens .layout__section .container{display:flex;flex-direction:column;gap:2.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__section .container{gap:3.5rem}}@media screen and (min-width:992px){.layout_Tokens .layout__section .container{gap:3.75rem}}.layout_Tokens .layout__section .section__header{display:flex;flex-direction:column;gap:1.25rem}@media screen and (min-width:580px){.layout_Tokens .layout__section .section__header{gap:2rem}}.layout_Tokens .layout__section .section__header:not(.section__header_secondary){align-items:center;text-align:center}.layout_Tokens .layout__section .section__header.section__header_with-form{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.layout_Tokens .layout__section .section__title{max-width:44rem}.layout_Tokens .layout__section .section__form{width:12.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__section .section__form{width:27.5rem}}@media(min-width:1201px){.layout_Tokens .layout__section .section__form{width:32.5rem}}.layout_Tokens .layout__section .section__form .table__list{gap:0}.layout_Tokens .layout__section .section__form .form__field{border:0;box-shadow:0 4px 32px 0 rgba(0,0,0,.078)}.layout_Tokens .layout__section .section__form .table__link{background-color:#fff;justify-content:flex-start!important;padding:.5rem 1.25rem;transition:all .4s ease-in-out;width:100%}.layout_Tokens .layout__section .section__form .table__link:hover{background-color:rgba(30,30,30,.04)}.layout_Tokens .layout__section .section__tabs{display:flex;justify-content:center}.layout_Tokens .layout__section .section__tabs.section__tabs_secondary .tabs__list,.layout_Tokens .layout__section .section__tabs.section__tabs_secondary .tabs__list .tabs__item{background-color:#fff}.layout_Tokens .layout__section .section__tabs.section__tabs_secondary .tabs__list .tabs__item.tabs__item_active,.layout_Tokens .layout__section .section__tabs.section__tabs_secondary .tabs__list .tabs__item:hover{background-color:#a717ff;color:#fff}.layout_Tokens .layout__section .section__tabs .tabs__list{align-items:center;background-color:#f7f7f7;border-radius:2rem;display:flex;gap:.375rem;overflow:hidden;overflow-x:auto;padding:.375rem}.layout_Tokens .layout__section .section__tabs .tabs__item{background-color:#fff;border-radius:2rem;color:rgba(32,38,57,.8);cursor:pointer;flex-shrink:0;font-size:1rem;font-weight:500;line-height:1.5rem;padding:.75rem 1.25rem;transition:all .4s ease-in-out}@media screen and (min-width:992px){.layout_Tokens .layout__section .section__tabs .tabs__item{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .layout__section .section__tabs .tabs__item.tabs__item_active,.layout_Tokens .layout__section .section__tabs .tabs__item:hover{background-color:#a717ff;color:#fff}.layout_Tokens .tokens__form{grid-gap:2rem;display:flex;flex-direction:column;position:relative}@media(min-width:1201px){.layout_Tokens .tokens__form{grid-gap:.25rem;align-items:flex-start;display:grid;grid-template-columns:1fr 1fr}}.layout_Tokens .tokens__sidebar{order:2}@media(min-width:1201px){.layout_Tokens .tokens__sidebar{grid-gap:2rem;background-color:#f7f7f7;border-radius:1.25rem;display:grid;max-width:40.5rem;padding:2rem;position:absolute;width:calc(50vw - 2rem)}.layout_Tokens .tokens__sidebar.tokens__sidebar_fixed{position:fixed;top:0}.layout_Tokens .tokens__sidebar.tokens__sidebar_bottom{bottom:0;position:absolute;top:auto}}.layout_Tokens .tokens__sidebar .sidebar__header,.layout_Tokens .tokens__sidebar .sidebar__main{display:none}@media(min-width:1201px){.layout_Tokens .tokens__sidebar .sidebar__header,.layout_Tokens .tokens__sidebar .sidebar__main{display:block}}.layout_Tokens .tokens__sidebar .sidebar__title{font-weight:700}.layout_Tokens .tokens__nav .nav__list{border:1px solid rgba(32,38,57,.1);display:flex;flex-direction:row}@media screen and (min-width:992px){.layout_Tokens .tokens__nav .nav__list{flex-direction:column}}.layout_Tokens .tokens__nav .nav__item{position:relative}.layout_Tokens .tokens__nav .nav__item:before{background-color:transparent;content:"";height:100%;left:0;position:absolute;top:0;transition:all .4s ease-in-out;width:.125rem}.layout_Tokens .tokens__nav .nav__item:not(:last-child){border-bottom:1px solid rgba(32,38,57,.1)}.layout_Tokens .tokens__nav .nav__item.nav__item_active:before,.layout_Tokens .tokens__nav .nav__item:hover:before{background-color:#a717ff}.layout_Tokens .tokens__nav .nav__item.nav__item_active .nav__link,.layout_Tokens .tokens__nav .nav__item:hover .nav__link{color:#a717ff}.layout_Tokens .tokens__nav .nav__link{color:rgba(32,38,57,.5);cursor:pointer;display:block;font-size:1.125rem;font-weight:700;line-height:1.25rem;padding:.75rem 1.125rem;transition:all .4s ease-in-out}@media(min-width:1201px){.layout_Tokens .tokens__nav .nav__link{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .tokens__main{grid-gap:.5em;align-items:flex-start;display:grid;gap:.5em;grid-column:-2}.layout_Tokens .tokens__group{grid-gap:.75rem;background-color:#f7f7f7;border-radius:1.25rem;display:grid;padding:1rem .75rem}@media screen and (min-width:580px){.layout_Tokens .tokens__group{grid-gap:1.5rem;padding:1.5rem}}@media(min-width:1201px){.layout_Tokens .tokens__group{grid-gap:2rem;padding:2rem}}.layout_Tokens .tokens__group .group__title{font-weight:700}.layout_Tokens .tokens__group .group__main{grid-gap:1rem;display:grid;gap:1rem}@media(min-width:1201px){.layout_Tokens .tokens__group .group__main{gap:2rem}}.layout_Tokens .tokens__group .group__main.group__main_secondary{gap:1rem}.layout_Tokens .token__form{grid-gap:2rem;display:flex;flex-direction:column;position:relative}@media(min-width:1201px){.layout_Tokens .token__form{grid-gap:.25rem;align-items:flex-start;display:grid;grid-template-columns:1fr 1fr}}.layout_Tokens .token__group{grid-gap:.75rem;background-color:#f7f7f7;border-radius:1.25rem;display:grid;padding:1rem .75rem}@media screen and (min-width:580px){.layout_Tokens .token__group{grid-gap:1.5rem;padding:1.5rem}}@media(min-width:1201px){.layout_Tokens .token__group{grid-gap:2rem;padding:2rem}}.layout_Tokens .token__group .group__main{grid-gap:1rem;display:grid;gap:1rem}@media(min-width:1201px){.layout_Tokens .token__group .group__main{gap:2rem}}.layout_Tokens .token__group .group__main.group__main_secondary{gap:1rem}.layout_Tokens .token__header{align-items:center;display:flex;gap:1.5rem;margin-bottom:.5rem}.layout_Tokens .token__header .token__avatar{align-items:center;background-color:#fff;border-radius:.75rem;cursor:pointer;display:flex;flex-direction:column;gap:.75rem;height:5.75rem;justify-content:center;overflow:hidden;position:relative;width:5.75rem}@media screen and (min-width:580px){.layout_Tokens .token__header .token__avatar{height:9rem;width:9rem}}@media(min-width:1201px){.layout_Tokens .token__header .token__avatar{height:10rem;width:10rem}}.layout_Tokens .token__header .token__avatar .avatar__input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.layout_Tokens .token__header .token__avatar .avatar__ico{height:1rem;width:1rem}@media screen and (min-width:580px){.layout_Tokens .token__header .token__avatar .avatar__ico{height:1.125rem;width:1.125rem}}@media(min-width:1201px){.layout_Tokens .token__header .token__avatar .avatar__ico{height:1.25rem;width:1.25rem}}.layout_Tokens .token__header .token__avatar .avatar__text{color:rgba(32,38,57,.5);font-size:.875rem;font-weight:500;line-height:1rem;text-align:center}@media screen and (min-width:580px){.layout_Tokens .token__header .token__avatar .avatar__text{font-size:1.125rem;line-height:1.25rem}}@media(min-width:1201px){.layout_Tokens .token__header .token__avatar .avatar__text{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .token__header .token__title{display:flex;flex-direction:column;max-width:calc(100% - 11.5rem)}.layout_Tokens .token__header .token__title .token__text{font-weight:400;margin-bottom:.5rem}.layout_Tokens .token__header .token__title .form__tooltip{display:block;font-size:.875rem;line-height:1.2}.layout_Tokens .token__header .token__img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.layout_Tokens .token__service{display:flex;flex-direction:column;gap:.5rem}@media(min-width:1201px){.layout_Tokens .token__service{gap:1rem}}.layout_Tokens .token__service:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width:580px){.layout_Tokens .token__service:not(:last-child){margin-bottom:2rem}}@media(min-width:1201px){.layout_Tokens .token__service:not(:last-child){margin-bottom:3.75rem}}.layout_Tokens .token__service .service__text{color:rgba(32,38,57,.5);font-size:1rem;line-height:1.25rem}@media screen and (min-width:580px){.layout_Tokens .token__service .service__text{font-size:1.125rem;line-height:1.5rem}}@media(min-width:1201px){.layout_Tokens .token__service .service__text{font-size:1.25rem}}.layout_Tokens .token_support .support__link{align-items:center;color:rgba(32,38,57,.5);display:flex;font-size:.75rem;font-weight:700;gap:.75rem;line-height:1.5rem}@media screen and (min-width:580px){.layout_Tokens .token_support .support__link{font-size:1.125rem}}@media(min-width:1201px){.layout_Tokens .token_support .support__link{font-size:1.25rem}}.layout_Tokens .token_support .support__link:hover .support__ico{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}.layout_Tokens .token_support .support__tooltip{height:2rem;width:2rem}.layout_Tokens .token_support .support__ico{height:2rem;-webkit-transform:translateX(0);transform:translateX(0);transition:all .4s ease-in-out;width:2rem}.layout_Tokens .form__tooltip_error{color:red;font-weight:600}.layout_Tokens .token__avatar_error{border:2px solid red}.layout_Tokens .layout__markets,.layout_Tokens .markets__section{display:flex;flex-direction:column;gap:.25rem}.layout_Tokens .markets__list{display:flex;gap:.25rem;overflow:hidden;overflow-x:auto}@media screen and (min-width:768px){.layout_Tokens .markets__list{display:grid;grid-template-columns:1fr 1fr 1fr}}.layout_Tokens .markets__list .markets__item{flex-shrink:0;width:20.125rem}@media screen and (min-width:768px){.layout_Tokens .markets__list .markets__item{width:auto}}.layout_Tokens .markets__item{grid-gap:.75rem;background-color:#fff;border-radius:1.25rem;display:grid;flex-shrink:0;padding:1rem}@media screen and (min-width:580px){.layout_Tokens .markets__item{grid-gap:1rem}}@media(min-width:1201px){.layout_Tokens .markets__item{grid-gap:1.25rem;padding:1.25rem}}.layout_Tokens .markets__item.markets__item_secondary{background:none;padding:0}.layout_Tokens .markets__item .markets__title{font-size:1.125rem;font-weight:700;line-height:1.25rem}@media(min-width:1201px){.layout_Tokens .markets__item .markets__title{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .market__main:not(:last-child){border-bottom:1px solid rgba(32,38,57,.04)}.layout_Tokens .market__footer{display:flex;justify-content:flex-end;padding-top:1rem}.layout_Tokens .market__table{max-width:calc(100vw - 4rem);overflow:hidden;overflow-x:auto}.layout_Tokens .market__table .table__list{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:auto 4rem 4.25rem}@media screen and (min-width:992px){.layout_Tokens .market__table .table__list{gap:.5rem;grid-template-columns:auto 4.25rem 4.25rem}}@media(min-width:1201px){.layout_Tokens .market__table .table__list{grid-template-columns:auto 7.25rem 5.25rem}}@media screen and (min-width:768px){.layout_Tokens .market__table .table__list.table__list_secondary{grid-template-columns:auto 5.25rem 6.25rem 5.25rem 5.25rem 9.25rem 10rem}}@media(min-width:1201px){.layout_Tokens .market__table .table__list.table__list_secondary{grid-template-columns:auto 9.25rem 7.25rem 6.25rem 6.25rem 10.25rem 10rem}}@media(min-width:1400px){.layout_Tokens .market__table .table__list.table__list_secondary{grid-template-columns:auto 10.25rem 9.25rem 7.25rem 7.25rem 15.25rem 10rem}}@media(min-width:1201px){.layout_Tokens .market__table .table__list.table__list_secondary:not(:last-child){border-bottom:1px solid rgba(32,38,57,.04)}}.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(3){justify-content:flex-end}@media screen and (min-width:768px){.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(3){justify-content:normal}}.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(4),.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(5),.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(6),.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(7){display:none}@media screen and (min-width:768px){.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(4),.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(5),.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(6),.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(7){display:flex}}.layout_Tokens .market__table .table__list.table__list_tertiary{grid-template-columns:auto auto 4.25rem 5.875rem}@media screen and (min-width:992px){.layout_Tokens .market__table .table__list.table__list_tertiary{grid-template-columns:auto 7.25rem 6rem 7.25rem}}@media(min-width:1201px){.layout_Tokens .market__table .table__list.table__list_tertiary{grid-template-columns:auto 9.25rem 7rem 7.25rem}.layout_Tokens .market__table .table__list.table__list_tertiary .table__item,.layout_Tokens .market__table .table__list.table__list_tertiary .table__link{padding:.75rem 0}}.layout_Tokens .market__table .table__list.table__list_quarty{grid-template-columns:none}.layout_Tokens .market__table .table__list.table__list_quarty .table__item{justify-content:flex-start;padding:0}.layout_Tokens .market__table .table__title{color:rgba(32,38,57,.4);font-size:.75rem;font-weight:500;line-height:1rem}@media(min-width:1201px){.layout_Tokens .market__table .table__title{font-size:.875rem;line-height:1.125rem}}.layout_Tokens .market__table .table__title.table__title_secondary{font-size:.75rem;line-height:1rem}.layout_Tokens .market__table .table__title .table__subtitle{display:none}@media(min-width:1201px){.layout_Tokens .market__table .table__title .table__subtitle{display:inline;display:initial}}.layout_Tokens .market__table .table__sort{cursor:pointer;display:none;flex-shrink:0;height:.75rem;width:.75rem}@media screen and (min-width:992px){.layout_Tokens .market__table .table__sort{display:inline;display:initial}}.layout_Tokens .market__table .table__item,.layout_Tokens .market__table .table__link{align-items:center;display:flex;gap:.25rem;padding:.25rem 0}@media(min-width:1201px){.layout_Tokens .market__table .table__item,.layout_Tokens .market__table .table__link{gap:.75rem;padding:.5rem 0}}.layout_Tokens .market__table .table__item:last-child,.layout_Tokens .market__table .table__link:last-child{justify-content:flex-end}.layout_Tokens .market__table .table__text{font-size:.75rem;font-weight:600;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:1201px){.layout_Tokens .market__table .table__text{font-size:1.125rem;line-height:1.5rem}}.layout_Tokens .market__table .table__text.table__text_secondary{color:#00b31d}.layout_Tokens .market__table .table__text.table__text_tertiary{color:#ef454a}.layout_Tokens .market__table .table__ico{border-radius:50%;flex-shrink:0;height:1.5rem;object-fit:cover;overflow:hidden;width:1.5rem}@media(min-width:1201px){.layout_Tokens .market__table .table__ico{height:2.25rem;width:2.25rem}}.layout_Tokens .market__table .table__ico~.table__text{display:block}.layout_Tokens .market__table .table__tooltip{background-color:rgba(167,23,255,.1);border-radius:.25rem;color:#a717ff;display:none;font-size:.625rem;font-weight:600;line-height:.875rem;overflow:hidden;padding:.25rem .75rem;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:992px){.layout_Tokens .market__table .table__tooltip{display:inline;display:initial}}@media(min-width:1201px){.layout_Tokens .market__table .table__tooltip{font-size:.75rem;line-height:.875rem}}.layout_Tokens .markets__filters .filters__list{grid-gap:.25rem;display:flex;flex-direction:column}.layout_Tokens .markets__filters .filters__item{align-items:center;background-color:#fff;border-radius:1.25rem;display:flex;gap:.75rem;justify-content:space-between;overflow:hidden;overflow-x:auto;padding:1rem}@media screen and (min-width:580px){.layout_Tokens .markets__filters .filters__item{gap:1rem}}@media(min-width:1201px){.layout_Tokens .markets__filters .filters__item{gap:1.25rem;padding:1.25rem}}.layout_Tokens .markets__filters .filter__list{display:flex;gap:.25rem}@media screen and (min-width:580px){.layout_Tokens .markets__filters .filter__list{gap:.75rem}}@media(min-width:1400px){.layout_Tokens .markets__filters .filter__list{gap:1.125rem}}@media(min-width:1201px){.layout_Tokens .markets__filters .filter__list.filter__list_secodnary{gap:.75rem}}.layout_Tokens .markets__filters .filter__list.filter__list_secodnary .filter__btn{font-weight:600}.layout_Tokens .markets__filters .filter__item{cursor:pointer;white-space:nowrap}.layout_Tokens .markets__filters .filter__item.filter__item_active .filter__text,.layout_Tokens .markets__filters .filter__item:hover .filter__text{color:#202639}.layout_Tokens .markets__filters .filter__item.filter__item_active .filter__btn,.layout_Tokens .markets__filters .filter__item:hover .filter__btn{background-color:rgba(167,23,255,.1);color:#a717ff}.layout_Tokens .markets__filters .filter__text{color:rgba(32,38,57,.5);font-size:.875rem;font-weight:700;line-height:1rem;transition:all .4s ease-in-out}@media screen and (min-width:580px){.layout_Tokens .markets__filters .filter__text{font-size:1.125rem;line-height:1.125rem}}@media(min-width:1201px){.layout_Tokens .markets__filters .filter__text{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .markets__filters .filter__btn{background-color:rgba(30,30,30,.04);border-radius:.375rem;color:rgba(30,30,30,.5);font-size:.875rem;font-weight:400;line-height:1.125rem;padding:.25rem 1.125rem;transition:all .4s ease-in-out}.layout_Tokens .fixed_layout,.layout_Tokens .fixed_layout__item{display:flex;flex-direction:column;height:100%}.layout_Tokens .fixed_layout__content{display:flex;flex-direction:column;flex-grow:1;min-height:0}.layout_Tokens .fixed_layout__table-content{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start;overflow-y:auto}.layout_Tokens .layout__about{grid-gap:.25rem;display:grid;gap:.25rem}@media screen and (min-width:992px){.layout_Tokens .layout__about{grid-template-columns:1fr 1fr}}.layout_Tokens .layout__about .about__banner{background-color:#a717ff;border-radius:1.25rem;color:#fff;display:flex;flex-direction:column;gap:2rem;height:29rem;justify-content:space-between;padding:1.5rem;position:relative}@media screen and (min-width:580px){.layout_Tokens .layout__about .about__banner{padding:2rem}}@media screen and (min-width:992px){.layout_Tokens .layout__about .about__banner{height:35rem}}.layout_Tokens .layout__about .banner__background{align-items:flex-end;bottom:0;display:flex;height:100%;justify-content:flex-start;left:0;position:absolute;width:100%}.layout_Tokens .layout__about .banner__footer,.layout_Tokens .layout__about .banner__header{position:relative;z-index:2}.layout_Tokens .layout__about .banner__footer{width:100%}@media screen and (min-width:992px){.layout_Tokens .layout__about .banner__footer{width:26.25rem}}.layout_Tokens .layout__about .about__list{grid-gap:.25rem;display:grid;gap:.25rem;height:100%}@media screen and (min-width:580px){.layout_Tokens .layout__about .about__list{grid-template-columns:repeat(2,1fr)}}.layout_Tokens .layout__about .about__item{align-items:flex-start;display:flex;flex-direction:column;gap:2.5rem;justify-content:space-between}@media screen and (min-width:580px){.layout_Tokens .layout__about .about__item{gap:2rem}}.layout_Tokens .layout__about .about__text{max-width:16rem}.layout_Tokens .layout__banner{background-color:#a717ff;border-radius:1.25rem;color:#fff;display:flex;flex-direction:column;gap:2rem;height:26rem;justify-content:space-between;overflow:hidden;padding:1rem;position:relative}@media screen and (min-width:580px){.layout_Tokens .layout__banner{padding:2rem}}.layout_Tokens .layout__banner .banner__media{align-items:flex-end;bottom:0;display:flex;height:100%;justify-content:flex-end;position:absolute;right:0;width:100%}.layout_Tokens .layout__banner .banner__media img{height:100%;width:auto}.layout_Tokens .layout__banner .banner__header{max-width:26.5rem}.layout_Tokens .layout__banner .banner__footer,.layout_Tokens .layout__banner .banner__header{position:relative;z-index:2}.layout_Tokens .layout__banner .banner__footer{width:100%}@media screen and (min-width:992px){.layout_Tokens .layout__banner .banner__footer{width:26.25rem}}.layout_Tokens .layout__investments{grid-gap:.25rem;display:grid;gap:.25rem}@media screen and (min-width:992px){.layout_Tokens .layout__investments{grid-template-columns:1fr 1fr}}.layout_Tokens .layout__investments .investments__layout{display:flex;flex-direction:column;gap:.25rem}.layout_Tokens .layout__investments .investments__main{display:flex;flex-direction:column;gap:3rem;height:100%;justify-content:space-between}@media screen and (min-width:580px){.layout_Tokens .layout__investments .investments__main{gap:7rem}}.layout_Tokens .layout__investments .investments__text{color:rgba(32,38,57,.8)}.layout_Tokens .layout__investments .investments__text strong{position:relative}.layout_Tokens .layout__investments .investments__media{align-items:flex-end;display:flex;justify-content:center}.layout_Tokens .layout__investments .investments__media img{max-width:16rem;-webkit-transform:translateY(1rem);transform:translateY(1rem)}@media screen and (min-width:580px){.layout_Tokens .layout__investments .investments__media img{max-width:32rem}}@media screen and (min-width:992px){.layout_Tokens .layout__investments .investments__media img{max-width:100%;-webkit-transform:translateY(1.5rem);transform:translateY(1.5rem)}}@media(min-width:1201px){.layout_Tokens .layout__investments .investments__media img{-webkit-transform:translateY(2rem);transform:translateY(2rem)}}.layout_Tokens .layout__investments .investments__footer{display:flex;flex-direction:column;gap:.25rem;margin-top:auto}.animet-text{display:inline-block;height:50px;line-height:60px;margin:-2rem 0 0;overflow:hidden;padding:0;-webkit-transform:translateY(.75rem);transform:translateY(.75rem)}@media screen and (min-width:580px){.animet-text{height:55px;-webkit-transform:translateY(.55rem);transform:translateY(.55rem)}}@media screen and (min-width:992px){.animet-text{height:52px}}@media(min-width:1201px){.animet-text{height:56px}}.animet-text li{-webkit-animation:slide 15s steps(6) infinite;animation:slide 15s steps(6) infinite;position:relative;top:0}@-webkit-keyframes slide{to{top:-360px}}@keyframes slide{to{top:-360px}}.animet-text li span{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#a717ff,#ff1292);-webkit-background-clip:text;line-height:40px;margin:10px 0;overflow:hidden;position:relative}.animet-text li span:after{-webkit-animation:typing 2.5s steps(15) infinite;animation:typing 2.5s steps(15) infinite;background:#f7f7f7;border-left:3px solid #ff1292;content:"";height:40px;left:0;position:absolute;top:0;width:100%}@media screen and (min-width:580px){.animet-text li span:after{height:60px;top:-.125rem}}@-webkit-keyframes typing{20%,30%{left:100%}90%{left:100%}to{left:0}}@keyframes typing{20%,30%{left:100%}90%{left:100%}to{left:0}}.layout_Tokens .layout__statistics .statistics__list{grid-gap:.25rem;display:grid;gap:.25rem;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:992px){.layout_Tokens .layout__statistics .statistics__list{grid-template-columns:repeat(4,1fr)}}.layout_Tokens .layout__statistics .statistics__item{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between}@media(min-width:1201px){.layout_Tokens .layout__statistics .statistics__item{gap:2rem}}.layout_Tokens .layout__statistics .statistics__text{font-size:3.5rem;line-height:3.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__statistics .statistics__text{font-size:4.5rem;line-height:4.5rem}}@media(min-width:1201px){.layout_Tokens .layout__statistics .statistics__text{font-size:5rem;line-height:5rem}}.layout_Tokens .layout__statistics.layout__statistics_secondary .statistics__item{gap:4.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__statistics.layout__statistics_secondary .statistics__item{gap:7.5rem}}@media(min-width:1201px){.layout_Tokens .layout__statistics.layout__statistics_secondary .statistics__item{gap:8.258rem}}.layout_Tokens .layout__partners .partners__list{grid-gap:.125rem;display:grid;grid-template-columns:repeat(2,1fr);grid-template-columns:repeat(4,1fr)}@media screen and (min-width:992px){.layout_Tokens .layout__partners .partners__list{grid-template-columns:repeat(8,1fr)}}.layout_Tokens .layout__partners .partners__item:hover .partners__link{border-color:rgba(32,38,57,.2)}.layout_Tokens .layout__partners .partners__item.partners__item_secondary:hover .partners__link{background-color:rgba(167,23,255,.9)}.layout_Tokens .layout__partners .partners__item.partners__item_secondary .partners__link{background-color:#a717ff;border-color:#a717ff;color:#fff}.layout_Tokens .layout__partners .partners__link{align-items:center;border:1px solid #f7f7f7;display:flex;height:6.25rem;justify-content:center;padding:1rem;transition:all .4s ease-in-out}@media screen and (min-width:580px){.layout_Tokens .layout__partners .partners__link{height:9rem}}@media screen and (min-width:992px){.layout_Tokens .layout__partners .partners__link{height:7.5rem}}.layout_Tokens .layout__partners .partners__img{height:4rem;object-fit:contain;width:auto}@media screen and (min-width:580px){.layout_Tokens .layout__partners .partners__img{height:4rem}}@media screen and (min-width:992px){.layout_Tokens .layout__partners .partners__img{height:2.75rem;height:5rem}}.layout_Tokens .layout__partners .partners__ico{height:4rem}@media screen and (min-width:992px){.layout_Tokens .layout__partners .partners__ico{height:5rem}}@media(min-width:1201px){.layout_Tokens .layout__partners .partners__ico{height:3.25rem}}.layout_Tokens .layout__investors{grid-gap:2.75rem;display:grid;gap:2.75rem}@media screen and (min-width:992px){.layout_Tokens .layout__investors{gap:4rem;grid-template-columns:20.5rem auto}}@media(min-width:1201px){.layout_Tokens .layout__investors{gap:3.5rem;grid-template-columns:25rem auto}}@media(min-width:1400px){.layout_Tokens .layout__investors{gap:14.5rem;grid-template-columns:30rem auto}}.layout_Tokens .investors__layout{display:flex;flex-direction:column;gap:1.25rem}.layout_Tokens .investors__header,.layout_Tokens .investors__main{max-width:35rem}.layout_Tokens .investors__text{color:rgba(32,38,57,.8)}.layout_Tokens .investors__footer{margin-top:auto}.layout_Tokens .investors__tabs{display:flex;flex-direction:column}.layout_Tokens .investors__tabs .tabs__header{position:relative}.layout_Tokens .investors__tabs .tabs__header:not(:last-child){margin-bottom:1rem}.layout_Tokens .investors__tabs .tabs__header:before{background-color:rgba(30,30,30,.1);bottom:0;content:"";height:.125rem;left:0;position:absolute;width:100%}.layout_Tokens .investors__tabs .tabs__header .tabs__list{display:flex;gap:3.25rem;overflow:hidden;overflow-x:auto;padding-bottom:1rem}@media(min-width:1201px){.layout_Tokens .investors__tabs .tabs__header .tabs__list{gap:3.75rem}}.layout_Tokens .investors__tabs .tabs__header .tabs__item{color:rgba(30,30,30,.4);cursor:pointer;font-size:1rem;font-weight:500;line-height:1.25rem;position:relative;transition:all .4s ease-in-out}@media screen and (min-width:580px){.layout_Tokens .investors__tabs .tabs__header .tabs__item{font-size:1.125rem;line-height:1.125rem}}@media(min-width:1201px){.layout_Tokens .investors__tabs .tabs__header .tabs__item{font-size:1.25rem;line-height:1.25rem}}.layout_Tokens .investors__tabs .tabs__header .tabs__item:before{background-color:#a717ff;bottom:-1rem;content:"";height:.125rem;left:0;position:absolute;transition:all .4s ease-in-out;width:0}.layout_Tokens .investors__tabs .tabs__header .tabs__item.tabs__item_active,.layout_Tokens .investors__tabs .tabs__header .tabs__item:hover{color:#1e1e1e}.layout_Tokens .investors__tabs .tabs__header .tabs__item.tabs__item_active:before,.layout_Tokens .investors__tabs .tabs__header .tabs__item:hover:before{width:100%}.layout_Tokens .investors__tabs .tabs__main:not(:last-child){margin-bottom:1.5rem}.layout_Tokens .investors__tabs .tabs__link{align-items:center;color:#1e1e1e;display:flex;font-size:1rem;font-weight:500;gap:1rem;line-height:1.25rem}.layout_Tokens .investors__tabs .tabs__link:hover .link__ico{-webkit-transform:translateX(.25rem);transform:translateX(.25rem)}.layout_Tokens .investors__tabs .tabs__link .link__ico{height:1.25rem;-webkit-transform:translateX(0);transform:translateX(0);transition:all .4s ease-in-out;width:1.25rem}.layout_Tokens .layout__steps{display:flex;flex-direction:column;gap:.25rem}.layout_Tokens .layout__steps .steps__list{grid-gap:.25rem;display:grid;gap:.25rem}@media screen and (min-width:580px){.layout_Tokens .layout__steps .steps__list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.layout_Tokens .layout__steps .steps__list{grid-template-columns:repeat(4,1fr)}}.layout_Tokens .layout__steps .steps__item{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__steps .steps__item{gap:2rem}}.layout_Tokens .layout__steps .steps__img{height:18.5rem;margin:auto auto -.5rem;object-fit:contain;width:17.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__steps .steps__img{margin-bottom:-1rem}}@media(min-width:1201px){.layout_Tokens .layout__steps .steps__img{margin-bottom:-1.25rem}}.layout_Tokens .layout__poster .poster__media{align-items:flex-start;border-radius:1.5rem;display:flex;overflow:hidden}.layout_Tokens .layout__poster .poster__media img{min-height:11rem}.layout_Tokens .layout__cooperation{grid-gap:.25rem;display:grid;gap:.25rem}@media screen and (min-width:992px){.layout_Tokens .layout__cooperation{grid-template-columns:1fr 1fr}}.layout_Tokens .layout__cooperation .cooperation__banner{position:relative}.layout_Tokens .layout__cooperation .banner__wrapper{background-color:#a717ff;border-radius:1.25rem;color:#fff;display:flex;flex-direction:column;gap:2rem;justify-content:space-between;padding:1.5rem;position:relative}@media screen and (min-width:580px){.layout_Tokens .layout__cooperation .banner__wrapper{height:35rem;height:26rem;max-width:46vw;padding:2rem;position:absolute}}@media screen and (min-width:992px){.layout_Tokens .layout__cooperation .banner__wrapper.banner__wrapper_fixed{position:fixed;top:0}.layout_Tokens .layout__cooperation .banner__wrapper.banner__wrapper_bottom{bottom:0;position:absolute;top:auto}}.layout_Tokens .layout__cooperation .banner__wrapper .banner__background{align-items:flex-end;bottom:0;display:flex;height:100%;justify-content:flex-start;left:0;position:absolute;width:100%}.layout_Tokens .layout__cooperation .banner__wrapper .banner__footer,.layout_Tokens .layout__cooperation .banner__wrapper .banner__header{position:relative;z-index:2}.layout_Tokens .layout__cooperation .banner__wrapper .banner__footer{width:100%}@media screen and (min-width:992px){.layout_Tokens .layout__cooperation .banner__wrapper .banner__footer{width:26.25rem}}.layout_Tokens .layout__cooperation .cooperation__list{grid-gap:.25rem;display:grid;gap:.25rem}.layout_Tokens .layout__cooperation .cooperation__item{align-items:flex-start;display:flex;flex-direction:column;gap:2.5rem;justify-content:space-between;position:relative}@media screen and (min-width:580px){.layout_Tokens .layout__cooperation .cooperation__item{gap:4rem;padding-right:14.5rem}}@media(min-width:1201px){.layout_Tokens .layout__cooperation .cooperation__item{gap:5.5rem}}.layout_Tokens .layout__cooperation .cooperation__text{max-width:25rem}.layout_Tokens .layout__cooperation .cooperation__img{height:12.5rem;margin:0 auto -.75rem;width:12.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__cooperation .cooperation__img{bottom:0;height:15.5rem;margin:0;object-fit:contain;object-position:bottom;position:absolute;right:0;width:14.5rem}}.layout_Tokens .layout__roadmap{grid-gap:2em;display:grid;gap:2em}@media screen and (min-width:580px){.layout_Tokens .layout__roadmap{gap:4.5rem}}.layout_Tokens .layout__roadmap .roadmap__list{display:flex;flex-direction:column;gap:2rem}@media(min-width:1201px){.layout_Tokens .layout__roadmap .roadmap__list{gap:3rem}}.layout_Tokens .layout__roadmap .roadmap__item{grid-gap:1rem;align-items:flex-start;display:grid;gap:1rem}@media screen and (min-width:580px){.layout_Tokens .layout__roadmap .roadmap__item{gap:2rem;grid-template-columns:8.75rem auto}}@media screen and (min-width:992px){.layout_Tokens .layout__roadmap .roadmap__item{grid-template-columns:13.5rem auto}}@media(min-width:1201px){.layout_Tokens .layout__roadmap .roadmap__item{grid-template-columns:19.5rem auto}}@media screen and (min-width:580px){.layout_Tokens .layout__roadmap .roadmap__header{display:flex;justify-content:flex-end}}.layout_Tokens .layout__roadmap .roadmap__header .roadmap__title{align-items:center;display:flex;font-size:1rem;font-weight:500;gap:.5rem;line-height:1.5rem;width:9.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__roadmap .roadmap__header .roadmap__title{font-size:1.5rem;line-height:3rem}}.layout_Tokens .layout__roadmap .roadmap__header .roadmap__title:before{background-color:#a717ff;border-radius:50%;content:"";height:.5rem;width:.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__roadmap .roadmap__header .roadmap__title:before{height:.75rem;width:.75rem}}.layout_Tokens .layout__roadmap .roadmap__events .events__list{display:flex;flex-wrap:wrap;gap:.5rem}.layout_Tokens .layout__roadmap .roadmap__events .events__item{border:1px solid rgba(30,30,30,.1);border-radius:.375rem;overflow:hidden;transition:all .4s ease-in-out}.layout_Tokens .layout__roadmap .roadmap__events .events__item.events__item_secondary,.layout_Tokens .layout__roadmap .roadmap__events .events__item:hover{border-color:#a717ff}.layout_Tokens .layout__roadmap .roadmap__events .events__item.events__item_secondary .events__link,.layout_Tokens .layout__roadmap .roadmap__events .events__item:hover .events__link{background-color:#a717ff;color:#fff}.layout_Tokens .layout__roadmap .roadmap__events .events__item.events__item_secondary .events__arrow,.layout_Tokens .layout__roadmap .roadmap__events .events__item.events__item_secondary .events__ico,.layout_Tokens .layout__roadmap .roadmap__events .events__item:hover .events__arrow,.layout_Tokens .layout__roadmap .roadmap__events .events__item:hover .events__ico{fill:#fff}.layout_Tokens .layout__roadmap .roadmap__events .events__link{align-items:center;background-color:#fff;color:#202639;display:flex;font-weight:500;gap:.75rem;padding:.75rem 1.5rem;transition:all .4s ease-in-out}.layout_Tokens .layout__roadmap .roadmap__events .events__ico{fill:#a717ff;flex-shrink:0;height:1.5rem;transition:all .4s ease-in-out;width:1.5rem}.layout_Tokens .layout__roadmap .roadmap__events .events__arrow{fill:#202639;flex-shrink:0;height:1.25rem;transition:all .4s ease-in-out;width:1.25rem}.layout_Tokens .layout__roadmap .roadmap__action{display:flex;justify-content:center}.layout_Tokens .layout__roadmap .roadmap__action .btn{max-width:26.25rem}.layout_Tokens .layout__categories{grid-gap:.25rem;align-items:flex-start;display:grid;gap:.25rem}@media screen and (min-width:992px){.layout_Tokens .layout__categories{grid-template-columns:17.5rem auto}}@media(min-width:1201px){.layout_Tokens .layout__categories{grid-template-columns:21.25rem auto}}.layout_Tokens .layout__categories .section__tabs{justify-content:flex-start}.layout_Tokens .categories__sidebar{align-items:flex-start;display:flex;flex-direction:column;gap:.75rem}@media screen and (min-width:992px){.layout_Tokens .categories__sidebar{gap:2rem}}.layout_Tokens .categories__sidebar .sidebar__header{padding:1.25rem}@media screen and (min-width:992px){.layout_Tokens .categories__nav{margin:0 -1.25rem;width:calc(100% + 2.5rem)}}.layout_Tokens .categories__nav .nav__list{display:flex;flex-direction:row;gap:1rem;max-width:calc(100vw - 3.5rem);overflow:hidden;overflow-x:auto}@media screen and (min-width:992px){.layout_Tokens .categories__nav .nav__list{flex-direction:column;gap:0}}.layout_Tokens .categories__nav .nav__item{align-items:center;background-color:#fff;border-radius:2rem;cursor:pointer;display:flex;flex-shrink:0;gap:1rem;padding:.75rem 1rem;transition:all .4s ease-in-out}@media screen and (min-width:992px){.layout_Tokens .categories__nav .nav__item{background-color:transparent}}.layout_Tokens .categories__nav .nav__item.nav__item_active,.layout_Tokens .categories__nav .nav__item:hover{background-color:#a717ff}.layout_Tokens .categories__nav .nav__item.nav__item_active .nav__ico,.layout_Tokens .categories__nav .nav__item:hover .nav__ico{background-color:hsla(0,0%,100%,.2)}.layout_Tokens .categories__nav .nav__item.nav__item_active .nav__text,.layout_Tokens .categories__nav .nav__item:hover .nav__text{color:#fff}@media screen and (min-width:992px){.layout_Tokens .categories__nav .nav__item{border:0;border-bottom:1px solid rgba(30,30,30,.1);border-radius:0}}.layout_Tokens .categories__nav .nav__ico{align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-shrink:0;font-size:1rem;height:2rem;justify-content:center;line-height:1.25rem;transition:all .4s ease-in-out;width:2rem}@media screen and (min-width:580px){.layout_Tokens .categories__nav .nav__ico{height:2.5rem;width:2.5rem}}@media screen and (min-width:992px){.layout_Tokens .categories__nav .nav__ico{font-size:1.25rem;height:3.25rem;line-height:1.5rem;width:3.25rem}}.layout_Tokens .categories__nav .nav__text{color:rgba(30,30,30,.5);font-size:.875rem;font-weight:500;line-height:1rem;transition:all .4s ease-in-out}@media screen and (min-width:580px){.layout_Tokens .categories__nav .nav__text{font-size:1rem;line-height:1.25rem}}@media(min-width:1201px){.layout_Tokens .categories__nav .nav__text{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .categories__item{grid-gap:2rem;display:grid;gap:2rem}@media(min-width:1201px){.layout_Tokens .categories__item{gap:3.25rem}}.layout_Tokens .categories__item .category__header{display:flex;justify-content:space-between}.layout_Tokens .categories__item .category__title{max-width:32.5rem}.layout_Tokens .categories__item .category__ico{align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-shrink:0;font-size:2rem;height:3.75rem;justify-content:center;line-height:2.5rem;transition:all .4s ease-in-out;width:3.75rem}@media screen and (min-width:580px){.layout_Tokens .categories__item .category__ico{height:5rem;width:5rem}}@media screen and (min-width:992px){.layout_Tokens .categories__item .category__ico{height:5.75rem;width:5.75rem}}.layout_Tokens .categories__item .category__main{grid-gap:2rem;display:grid;gap:2rem}@media screen and (min-width:992px){.layout_Tokens .categories__item .category__main{gap:3rem}}.layout_Tokens .category__group{grid-gap:1.5rem;display:grid;gap:1.5rem}.layout_Tokens .category__steps .steps__list{grid-gap:.25rem;display:grid;gap:.25rem}@media screen and (min-width:580px){.layout_Tokens .category__steps .steps__list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.layout_Tokens .category__steps .steps__list{grid-template-columns:repeat(3,1fr)}}.layout_Tokens .category__steps .steps__item:hover .steps__link{background-color:#a717ff;color:#fff}.layout_Tokens .category__steps .steps__item:hover .steps__link .steps__title{background-color:hsla(0,0%,100%,.2)}.layout_Tokens .category__steps .steps__item:hover .steps__link .steps__arrow{fill:#fff}.layout_Tokens .category__steps .steps__link{align-items:flex-start;background-color:#fff;border-radius:.75rem;color:#202639;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;min-height:10rem;padding:1rem;transition:all .4s ease-in-out}@media screen and (min-width:580px){.layout_Tokens .category__steps .steps__link{min-height:11.75rem}}@media(min-width:1201px){.layout_Tokens .category__steps .steps__link{border-radius:1rem;padding:1.25rem}}.layout_Tokens .category__steps .steps__title{background-color:#f7f7f7;border-radius:2rem;font-size:1rem;font-weight:500;line-height:1.25rem;padding:.75rem 1.25rem;transition:all .4s ease-in-out}@media screen and (min-width:992px){.layout_Tokens .category__steps .steps__title{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .category__steps .steps__arrow{fill:#202639;height:1.5rem;-webkit-transform:translateY(.75rem);transform:translateY(.75rem);transition:all .4s ease-in-out;width:1.5rem}.layout_Tokens .category__steps .steps__text{margin-top:auto;width:100%}.layout_Tokens .category__results .results__list{display:flex;flex-wrap:wrap;gap:.5rem}.layout_Tokens .category__results .results__item:hover .results__link{background-color:#a717ff;color:#fff}.layout_Tokens .category__results .results__link{color:rgba(32,38,57,.8);transition:all .4s ease-in-out}.Orderbook_titleFirst__PJqvk{border-radius:0 18px 0 0;grid-area:title1}.Orderbook_titleSecond__RkK7m{background-color:#fff;grid-area:title2}.Orderbook_titleLast__dc1z\+{border-radius:0 0 18px 0;grid-area:title3}.Orderbook_windowFirst__aT4G8{background:#fff2f6;grid-area:window1;height:100%;width:100%}.Orderbook_windowFirst__aT4G8::-webkit-scrollbar{width:4px}.Orderbook_windowFirst__aT4G8::-webkit-scrollbar-track{background:#fff2f6}.Orderbook_windowFirst__aT4G8::-webkit-scrollbar-thumb{background-color:#ff004d;border-radius:999px}.Orderbook_windowFirst__aT4G8 .Orderbook_tableItem__ze9SK span:first-of-type{color:#ff004d}.Orderbook_windowSecond__Xrz19{background:#f5fdfd;grid-area:window2;height:100%;width:100%}.Orderbook_windowSecond__Xrz19::-webkit-scrollbar{width:4px}.Orderbook_windowSecond__Xrz19::-webkit-scrollbar-track{background:#f5fdfd}.Orderbook_windowSecond__Xrz19::-webkit-scrollbar-thumb{background-color:#00d09e;border-radius:999px}.Orderbook_windowSecond__Xrz19 .Orderbook_tableItem__ze9SK span:first-of-type{color:#00d09e}.Orderbook_title__1ZuSP{align-items:center;background-color:#fff;display:flex;justify-content:center}.Orderbook_title__1ZuSP h3{font-size:20px;font-weight:500;line-height:24px}.Orderbook_tableItem__ze9SK{display:grid;grid-template-columns:24% 26% 19% 1fr;height:25px;padding:0 8px}.Orderbook_tableItem__ze9SK h3{align-self:center;font-size:14px;font-weight:500;line-height:17px;opacity:.5}@media(min-width:767.999px)and (max-width:1239.999px){.Orderbook_tableItem__ze9SK h3{font-size:14px;line-height:17px}}.Orderbook_tableItem__ze9SK span{align-self:center;font-family:Inter;font-size:16px;font-weight:500;line-height:19px;white-space:nowrap}@media(min-width:767.999px)and (max-width:1239.999px){.Orderbook_tableItem__ze9SK span{font-size:12px;line-height:15px}}.Orderbook_list__QBGde{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.Orderbook_line__Jowbi{background-color:#e9e7e7;height:1px}.MarketLimitPhone_wrapper__zSiGw{display:none;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:20px;width:100%}@media(max-width:767.998px){.MarketLimitPhone_wrapper__zSiGw{display:block}}.MarketLimitPhone_borderWrapper__wiElZ{border:2px solid #abaeef;border-radius:20px 20px 0 0;display:none;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1px;width:100%}@media(max-width:767.998px){.MarketLimitPhone_borderWrapper__wiElZ{display:block}}.MarketLimitPhone_content__y6\+oa{background:#fff;border-radius:19px 19px 0 0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-top:5px;width:100%}.MarketLimitPhone_firstRow__1LJOB{align-items:center;display:flex;justify-content:space-between;margin:0 20px 10px}.MarketLimitPhone_firstRow__1LJOB h3{-webkit-text-fill-color:transparent;background:radial-gradient(150.69% 118.33% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text;font-weight:400}.MarketLimitPhone_filterBlock__d4bfD{align-items:center;display:flex;gap:8px;height:21px;width:auto}.MarketLimitPhone_filterBlock__d4bfD button{align-items:center;display:flex;height:21px;justify-content:center;width:21px}.MarketLimitPhone_filterBlock__d4bfD button img{height:19px;width:19px}.MarketLimitPhone_filterActive__oIgdF{background:radial-gradient(150.69% 118.33% at 123.17% 100%,#c6fff1 0,#e7c8ff 100%)}.MarketLimitPhone_table__K7Xhu{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.MarketLimitPhone_tableSelected__kC9J9{grid-template-columns:1fr}.MarketLimitPhone_tableSelected__kC9J9 .MarketLimitPhone_right__9Q9-7 .MarketLimitPhone_cellRow__a4wVp{direction:ltr;grid-auto-flow:row}.MarketLimitPhone_tableSelected__kC9J9 .MarketLimitPhone_right__9Q9-7 span:nth-of-type(2){direction:ltr;justify-self:flex-start}.MarketLimitPhone_left__oFwEs .MarketLimitPhone_containerWrapper__Q6vP-{background:radial-gradient(107.25% 302.83% at 3.5% 11.32%,rgba(204,255,243,.2) 0,rgba(208,244,245,.2) 93.26%)}.MarketLimitPhone_left__oFwEs :not(.MarketLimitPhone_cellFirstRow__Y6OSU) span:nth-of-type(3){color:#00d09e}.MarketLimitPhone_right__9Q9-7 .MarketLimitPhone_containerWrapper__Q6vP-{background-color:#fff2f6}.MarketLimitPhone_right__9Q9-7 .MarketLimitPhone_cellRow__a4wVp{direction:rtl;grid-auto-flow:dense}.MarketLimitPhone_right__9Q9-7 :not(.MarketLimitPhone_cellFirstRow__Y6OSU) span:nth-of-type(3){color:#ff004d}.MarketLimitPhone_right__9Q9-7 span:nth-of-type(2){direction:ltr;justify-self:flex-end}.MarketLimitPhone_containerWrapper__Q6vP-{height:269px}.MarketLimitPhone_cellRow__a4wVp{align-items:center;display:grid;font-size:12px;font-weight:400;grid-template-columns:1fr 20% 1fr;height:25px;line-height:15px;padding:0 10px}.MarketLimitPhone_cellRow__a4wVp span:nth-of-type(3){font-weight:500;justify-self:flex-end}@media(max-width:575.998px){.MarketLimitPhone_cellRow__a4wVp{grid-template-columns:1fr 1fr}.MarketLimitPhone_cellRow__a4wVp:not(.MarketLimitPhone_cellRowSelected__U8EVg) span:nth-of-type(2){display:none}}.MarketLimitPhone_cellRowSelected__U8EVg{grid-template-columns:1.1fr .8fr 1fr .8fr}.MarketLimitPhone_cellRowSelected__U8EVg span:nth-of-type(3){justify-self:flex-start}.MarketLimitPhone_cellRowSelected__U8EVg span:nth-of-type(4){justify-self:flex-end}.MarketLimitPhone_cellFirstRow__Y6OSU{font-weight:500}.MarketLimitPhone_gradientLine__4JZYP{background:linear-gradient(135deg,#8c00fd,#a800c0);height:1px;width:100%}.MarketLimitPhone_grayLine__dLuAl{background-color:#e9e7e7;height:1px;width:100%}.MarketLimitPhone_buttonsWrapper__OOQus{display:flex;gap:10px;height:40px;margin-top:20px;width:100%}.MarketLimitPhone_buttonsWrapper__OOQus button{border-radius:10px;color:#fff;font-size:20px;font-weight:600;height:100%;line-height:24px;width:100%}@media(max-width:575.998px){.MarketLimitPhone_buttonsWrapper__OOQus button{font-size:18px;line-height:22px}}.MarketLimitPhone_buttonsWrapper__OOQus .MarketLimitPhone_green__sdIkC{background:#00d09e}@media(hover:hover){.MarketLimitPhone_buttonsWrapper__OOQus .MarketLimitPhone_green__sdIkC:hover{background:#00ba8d}}.MarketLimitPhone_buttonsWrapper__OOQus .MarketLimitPhone_green__sdIkC:active{background:#00ba8d}.MarketLimitPhone_buttonsWrapper__OOQus .MarketLimitPhone_red__QnNld{background:#ff004d}@media(hover:hover){.MarketLimitPhone_buttonsWrapper__OOQus .MarketLimitPhone_red__QnNld:hover{background:#dd0043}}.MarketLimitPhone_buttonsWrapper__OOQus .MarketLimitPhone_red__QnNld:active{background:#dd0043}.Deals_wrapper__A9ctu{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:26px;width:100%}.Deals_borderWrapper__T2-bC{border-radius:10px 20px 20px 20px;padding-bottom:.016px;position:relative;width:100%;z-index:2}@media(max-width:575.998px){.Deals_borderWrapper__T2-bC{border-radius:0 20px 20px 20px;padding-top:8px}}.Deals_mask__3YNeI{display:grid;grid-template-areas:"button1 mask1 rec0 mask2 button2 mask3 rec4 mask5 button2 mask6 rec";grid-template-columns:210px 10px 5px 10px 190px 10px 5px 10px 190px 10px auto;height:42px;left:0;position:absolute;top:0;width:100%;z-index:1}@media(max-width:767.998px){.Deals_mask__3YNeI{grid-template-columns:136px 10px 8px 10px 78px 10px 8px 10px 78px 10px auto;height:34px}}.Deals_white__7S7f8{background:#f8f9fd}.Deals_rec__rbVzH{grid-area:rec}.Deals_rec2__3kDWm{grid-area:rec2}.Deals_maskRotate__1qbTE{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.Deals_navWrapper__6gFQM{grid-gap:5px;display:grid;gap:5px;grid-template-columns:220px 210px 210px auto;height:42px;position:relative;z-index:2;z-index:1}@media(max-width:767.998px){.Deals_navWrapper__6gFQM{gap:8px;grid-template-columns:146px 98px 98px auto}}.Deals_navWrapper__6gFQM .Deals_navButtonActive__lVN3Q,.Deals_navWrapper__6gFQM .Deals_navButton__oJjNA{width:100%}.Deals_navButton__oJjNA{background:#efebff;border:1px solid #e7c8ff;border-bottom:0;border-radius:10px 10px 0 0;font-size:20px;height:42px;line-height:24px;margin:0;padding-top:5px}@media(max-width:767.998px){.Deals_navButton__oJjNA{font-size:14px;height:34px;line-height:17px}}.Deals_navButtonActive__lVN3Q{background:#fff;border:2px solid #abaeef;border-bottom:0;border-radius:8px 8px 0 0;height:44px;padding-top:0}.Deals_navButtonActive__lVN3Q span{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-weight:600}@media(max-width:767.998px){.Deals_navButtonActive__lVN3Q{height:36px}}.Deals_phoneVNavButtonsWrapper__b6X4x{display:none}@media(max-width:575.998px){.Deals_phoneVNavButtonsWrapper__b6X4x{align-items:center;display:grid;font-size:12px;font-weight:400;grid-template-columns:repeat(3,1fr);height:35px;justify-content:space-around;line-height:15px;width:100%}}.Deals_phoneVNavButton__9VjJE{height:17px}.Deals_phoneVNavButton__9VjJE span{color:#000}.Deals_phoneVNavButtonActive__yQmzC span{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-weight:600;position:relative;white-space:nowrap}.Deals_phoneVNavButtonActive__yQmzC span:before{background:linear-gradient(135deg,#8c00fd,#a800c0);content:"";height:2px;left:0;position:absolute;top:calc(100% + 3px);width:100%}.Deals_content__8e6o5{background:#fff;border:2px solid #abaeef;border-radius:0 20px 20px 20px}@media(max-width:767.998px){.Deals_content__8e6o5{margin-top:-8px}}.Deals_mask20__f4lsL{height:20px;position:absolute;right:0;top:-2px;width:20px}.Deals_row__S9oDx{background:#fff;display:grid;grid-template-columns:16% 16% 18% 18% 15% 14%;height:29px;padding:0 20px;position:relative;width:calc(100% + 2px);z-index:2}.Deals_row__S9oDx h3{align-self:center;font-size:18px;font-weight:500;line-height:22px}@media(min-width:575.999px)and (max-width:767.998px){.Deals_row__S9oDx h3{font-size:14px;line-height:17px}}@media(max-width:575.998px){.Deals_row__S9oDx h3{font-size:12px;line-height:15px}}.Deals_row__S9oDx span{align-self:center;font-size:14px;font-weight:400;line-height:17px}@media(max-width:767.998px){.Deals_row__S9oDx span{font-size:12px;line-height:15px}}@media(max-width:575.998px){.Deals_row__S9oDx span{font-size:11px}}.Deals_row__S9oDx.Deals_green__7Eq2l .Deals_type__nzLUB{color:#00d09e}.Deals_row__S9oDx.Deals_red__Bor-G .Deals_type__nzLUB{color:#ff004d}@media(max-width:767.998px){.Deals_row__S9oDx.Deals_green__7Eq2l .Deals_price__4hykf{color:#00d09e}.Deals_row__S9oDx.Deals_red__Bor-G .Deals_price__4hykf{color:#ff004d}}@media(min-width:575.999px)and (max-width:767.998px){.Deals_row__S9oDx{grid-template-columns:31% 31% 31% 5%;padding:0 10px}}@media(max-width:575.998px){.Deals_row__S9oDx{grid-template-columns:31% 31% 31% 5%;padding:0 10px}}@media(min-width:575.999px)and (max-width:767.998px){.Deals_row7__KxwHT{grid-template-columns:31% 31% 31% 5%}}@media(max-width:575.998px){.Deals_row7__KxwHT{grid-template-columns:31% 31% 31% 5%}}.Deals_type__nzLUB{font-weight:500}@media(max-width:767.998px){.Deals_type__nzLUB{display:none}}.Deals_cancelImage__2Kvn-{align-self:center}.Deals_cancelBtn__DL4MS{color:#ff004d;cursor:pointer;text-decoration-line:underline}.Deals_mobileOnly__msk3Q{display:none}@media(max-width:1240px){.Deals_mobileOnly__msk3Q{display:block}.Deals_mobileHidden__4c0kg{display:none}}@media(max-width:767.998px){.Deals_phoneHidden__1oNSV{display:none}}@media(min-width:575.999px)and (max-width:767.998px){.Deals_phoneHHidden__0oYSk{display:none}}@media(max-width:575.998px){.Deals_phoneVHidden__6le3j{display:none}}.Deals_phoneOnly__7T04o{display:none}@media(max-width:767.998px){.Deals_phoneOnly__7T04o{display:block}}.Deals_phoneHOnly__eXvPH{display:none}@media(min-width:575.999px)and (max-width:767.998px){.Deals_phoneHOnly__eXvPH{display:block}}.Deals_phoneVOnly__DtX8d{display:none}@media(max-width:575.998px){.Deals_phoneVOnly__DtX8d{display:block}}.Deals_title__HjxLq{background:#fff;border-radius:0 18px 0 0;height:47px;margin:2px 2px 0;width:calc(100% - 4px)}.Deals_elementWrapper__B2iAH{display:flex;gap:20px}@media(max-width:767.998px){.Deals_elementWrapper__B2iAH{gap:5px}}.Deals_borderRadius__zPw3E{background:#fff;border-radius:0 0 18px 18px;margin-left:2px;overflow:hidden;width:calc(100% - 4px)}.Deals_viewport__ZLBhL{border-radius:0 0 18px 18px;height:462px}.Deals_viewport__ZLBhL::-webkit-scrollbar{width:4px}.Deals_viewport__ZLBhL::-webkit-scrollbar-track{background:#fff}.Deals_viewport__ZLBhL::-webkit-scrollbar-thumb{background-color:#7f00e2;border-radius:999px}.Deals_coloredRow__t8kDE{background:linear-gradient(135deg,#f9f2ff,#fbf2fc)}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-scrollbar{background:rgba(0,0,0,.1);background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);height:4px;height:var(--swiper-scrollbar-size,4px);left:1%;left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:auto;top:var(--swiper-scrollbar-top,auto);width:98%;width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);left:auto;left:var(--swiper-scrollbar-left,auto);position:absolute;right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);width:4px;width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}@media(max-width:575.998px){.CurrencyPairs_currencyPairs__teq9h{-ms-overflow-style:none;display:flex;gap:20px;margin:0 -10px;overflow-x:scroll;overflow:-moz-scrollbars-none;padding:0 10px 20px}}.CurrencyPairs_currencyPairs__teq9h::-webkit-scrollbar{width:0}.CurrencyPairs_currencyPairBlocksWrapper__EEEtM{grid-gap:10px;display:grid;flex-wrap:wrap;gap:10px;grid-template-areas:"c1 c1 c2 c2 c3 c3 c4 c4 c5 c5 c6 c6 " "v1 v1 v1 c7 c7 c8 c8 c9 c9 v2 v2 v2";grid-template-columns:repeat(12,calc(8.33333% - 9.16667px));justify-content:center;margin-top:20px}@media(min-width:767.999px)and (max-width:1239.999px){.CurrencyPairs_currencyPairBlocksWrapper__EEEtM{gap:5px;grid-template-areas:"c1 c1 c1 c1 c2 c2 c2 c2 c3 c3 c3 c3 c4 c4 c4 c4 c5 c5 c5 c5" "v1 v1 c6 c6 c6 c6 c7 c7 c7 c7 c8 c8 c8 c8 c9 c9 c9 c9 v2 v2";grid-template-columns:repeat(20,calc(5% - 4.75px))}}@media(min-width:575.999px)and (max-width:767.998px){.CurrencyPairs_currencyPairBlocksWrapper__EEEtM{gap:10px;grid-template-areas:"c1 c1 c1 c1 c2 c2 c2 c2 c3 c3 c3 c3 c4 c4 c4 c4 c5 c5 c5 c5" "v1 v1 c6 c6 c6 c6 c7 c7 c7 c7 c8 c8 c8 c8 c9 c9 c9 c9 v2 v2";grid-template-columns:repeat(20,calc(5% - 9.5px))}}@media(max-width:575.998px){.CurrencyPairs_currencyPairBlocksWrapper__EEEtM{gap:10px;grid-template-areas:"c1 c2 c3" "c4 c5 c6" "c7 c8 c9";grid-template-columns:repeat(3,calc(33.33333% - 6.66667px))}}.CurrencyPairs_currencyPairBlocksWrapper4Columns__zs0Vu{grid-template-columns:repeat(4,calc(20% - 8px))}@media(max-width:575.998px){.CurrencyPairs_currencyPairBlocksWrapper4Columns__zs0Vu{grid-template-columns:repeat(4,98px)}}.CurrencyPairs_currencyPairBlock__b2-jk{border-radius:20px;box-shadow:0 4px 10px rgba(0,0,0,.25);cursor:pointer;display:flex;flex-direction:column;height:46px;justify-content:center;overflow:hidden;padding-left:10px;position:relative;width:100%}@media(max-width:1240px){.CurrencyPairs_currencyPairBlock__b2-jk{padding:10px}}.CurrencyPairs_currencyPairBlock__b2-jk img{align-self:center;height:40px;width:178px}@media(min-width:767.999px)and (max-width:1239.999px){.CurrencyPairs_currencyPairBlock__b2-jk img{height:23px;width:104px}}@media(max-width:767.998px){.CurrencyPairs_currencyPairBlock__b2-jk img{height:17px;width:78px}}.CurrencyPairs_currencyPairBlock__b2-jk span{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CurrencyPairs_currencyPairBlock__b2-jk:first-of-type{grid-area:c1}.CurrencyPairs_currencyPairBlock__b2-jk:nth-of-type(2){grid-area:c2}.CurrencyPairs_currencyPairBlock__b2-jk:nth-of-type(3){grid-area:c3}.CurrencyPairs_currencyPairBlock__b2-jk:nth-of-type(4){grid-area:c4}.CurrencyPairs_currencyPairBlock__b2-jk:nth-of-type(5){grid-area:c5}.CurrencyPairs_currencyPairBlock__b2-jk:nth-of-type(6){grid-area:c6}.CurrencyPairs_currencyPairBlock__b2-jk:nth-of-type(7){grid-area:c7}.CurrencyPairs_currencyPairBlock__b2-jk:nth-of-type(8){grid-area:c8}.CurrencyPairs_currencyPairBlock__b2-jk:nth-of-type(9){grid-area:c9}.CurrencyPairs_currencyPairBlockGreen__bFjMi{background:#dbfff6}.CurrencyPairs_currencyPairBlockRed__zLLd4{background:#fee1ea}.CurrencyPairs_currencyPairBlockActive__1qRQr{background:linear-gradient(135deg,#8c00fd,#a800c0)}.CurrencyPairs_currencyPairBlockActive__1qRQr .CurrencyPairs_currencyPairValue__5zvll,.CurrencyPairs_currencyPairBlockActive__1qRQr .CurrencyPairs_currencyPair__WRcBB{color:#fff}.CurrencyPairs_currencyPairPofit__infTL{border-radius:23px;box-shadow:5px 5px 10px rgba(127,0,226,.2);font-size:12px;font-weight:600;height:-webkit-min-content;height:min-content;line-height:15px;padding:3px 1.5px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);vertical-align:middle;width:-webkit-min-content;width:min-content;z-index:2}@media(max-width:767.998px){.CurrencyPairs_currencyPairPofit__infTL{display:none}}.CurrencyPairs_currencyPairProfitGreen__Rfg2f{background:#f1fffc;color:#0e8568}.CurrencyPairs_currencyPairProfitRed__HGH-8{background:#fefbfc;color:#ff004d}.CurrencyPairs_currencyPairProfitGreenActive__QK4mf{background:#f6edfd;color:#0e8568}.CurrencyPairs_currencyPairProfitRedActive__mfbkq{background:#f6edfd;color:#ff004d}.CurrencyPairs_currencyPair__WRcBB{font-size:18px;font-weight:500;line-height:22px;white-space:nowrap}@media(max-width:1240px){.CurrencyPairs_currencyPair__WRcBB{font-size:14px;line-height:17px}}@media(max-width:767.998px){.CurrencyPairs_currencyPair__WRcBB{align-self:center}}.CurrencyPairs_currencyPairValue__5zvll{font-size:32px;font-weight:500;line-height:39px;margin-bottom:5px;margin-top:12px}@media(max-width:1240px){.CurrencyPairs_currencyPairValue__5zvll{font-size:16px;line-height:19px}}.CurrencyPairs_currencyPairChartGreenActive__dr-lM{-webkit-filter:invert(95%) sepia(87%) saturate(5852%) hue-rotate(82deg) brightness(104%) contrast(105%);filter:invert(95%) sepia(87%) saturate(5852%) hue-rotate(82deg) brightness(104%) contrast(105%)}.CurrencyPairs_currencyPairChartGreen__ttwhw{-webkit-filter:invert(36%) sepia(78%) saturate(1340%) hue-rotate(138deg) brightness(97%) contrast(87%);filter:invert(36%) sepia(78%) saturate(1340%) hue-rotate(138deg) brightness(97%) contrast(87%)}.CurrencyPairs_currencyPairChartRedActive__NMWRg,.CurrencyPairs_currencyPairChartRed__M6EoE{-webkit-filter:invert(11%) sepia(100%) saturate(6858%) hue-rotate(338deg) brightness(101%) contrast(103%);filter:invert(11%) sepia(100%) saturate(6858%) hue-rotate(338deg) brightness(101%) contrast(103%)}.TradingPage_liteProSwitcherWrapper__xIEsv{align-items:center;display:flex}.TradingPage_liteProSwitcherWrapper__xIEsv span{font-size:18px;line-height:22px}@media(max-width:767.998px){.TradingPage_liteProSwitcherWrapper__xIEsv{display:none}}.TradingPage_firstRowWrapper__yeAGs{align-items:center;display:flex;justify-content:space-between}@media(max-width:767.998px){.TradingPage_firstRowWrapper__yeAGs{justify-content:flex-end}}.TradingPage_firstRowWrapperLanding__hJnoi{justify-content:flex-end}.TradingPage_input__e-FpJ{height:0;visibility:hidden;width:0}.TradingPage_input__e-FpJ:checked+.TradingPage_label__RO\+35{background:#abaeef}.TradingPage_input__e-FpJ:checked+.TradingPage_label__RO\+35:after{background:radial-gradient(150.69% 118.33% at 123.17% 100%,#003629 0,#7f00e2 100%);left:calc(100% - 3px);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.TradingPage_label__RO\+35{background:#efebff;border-radius:29px;box-shadow:5px 5px 10px rgba(127,0,226,.2);cursor:pointer;display:block;height:29px;margin:0 10px;position:relative;text-indent:-9999px;width:58px}.TradingPage_label__RO\+35:after{background:radial-gradient(150.69% 118.33% at 123.17% 100%,#ab49f8 0,#ab49f8 100%);border-radius:23px;content:"";height:23px;left:3px;position:absolute;top:3px;transition:.3s;width:23px}.TradingPage_label__RO\+35:active:after{width:23px}.TradingPage_currencyButtonsWrapper__OuokM{align-items:center;display:flex;gap:20px}@media(min-width:767.999px)and (max-width:1239.999px){.TradingPage_currencyButtonsWrapper__OuokM{gap:15px}}@media(max-width:767.998px){.TradingPage_currencyButtonsWrapper__OuokM{gap:5px}}.TradingPage_currencyButton__N6AmJ{background:#f6eaff;border:0;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.25);color:#000;font-size:20px;height:50px;line-height:24px;outline:none;width:178px}@media(min-width:767.999px)and (max-width:1239.999px){.TradingPage_currencyButton__N6AmJ{font-size:18px;height:30px;line-height:22px;width:125px}}@media(max-width:767.998px){.TradingPage_currencyButton__N6AmJ{font-size:14px;height:30px;line-height:17px;width:75px}}.TradingPage_currencyButtonActive__36KSo{background:linear-gradient(135deg,#8c00fd,#a800c0);color:#fff}@media(max-width:767.998px){.TradingPage_phoneHidden__P57FU{display:none}}.TradingPage_margin15__m\+AjQ{margin-top:15px}.TradingPage_searchAndButton__SjEV-{display:flex;justify-content:space-between;padding-top:2.5rem}.TradingPage_goToTokenButton__WFEwE{background:#f6eaff;border:0;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.25);color:#000;cursor:pointer;margin:auto auto auto 1rem;outline:none;padding:.5rem}:root{--primary-color:radial-gradient(150.69% 118.33% at 123.17% 100%,#c6fff1 0%,#e7c8ff 100%);--title-color:radial-gradient(150.69% 118.33% at 123.17% 100%,#003629 0%,#7f00e2 100%);--danger-color:#ff004d;--border-color:radial-gradient(96.1% 93.99% at 0% 2.73%,#ccfff3 0%,#c985ff 100%);--active-gradient:radial-gradient(107.25% 302.83% at 3.5% 11.32%,#ccfff3 0%,#d0f4f5 93.26%);--active-color:radial-gradient(107.25% 302.83% at 3.5% 11.32%,#ccfff3 0%,#d0f4f5 93.26%);--active-menu-color:#7f00e2;--font-family:"Inter";--size-h1:32px;--size-h2:26px;--size-h3:20px;--size-h4:18px;--size-h5:16px;--size-h6:14px}*,:after,:before{box-sizing:border-box;letter-spacing:.01em}h1{font-size:32px;line-height:39px}h2{font-size:20px;line-height:24px}h3{font-size:18px;line-height:22px}h4{font-size:16px;line-height:19px}h5{font-size:14px;line-height:17px}h6{font-size:12px;line-height:15px}ul{list-style:none;margin:0;padding:0}button{background-color:transparent;border:0;cursor:pointer;outline:none;position:relative}.pages_titleWrapper__DNG9a{display:flex;justify-content:space-between}.pages_title__bV-xu{-webkit-text-fill-color:transparent;background:#7f00e2;background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:500;line-height:39px;margin-bottom:20px}@media(max-width:767.998px){.pages_title__bV-xu{font-size:20px;line-height:24px}}.pages_flow__rv-s7{margin:0 auto;min-width:360px;padding:2.5rem 0;width:1200px}@media(max-width:1240px){.pages_flow__rv-s7{margin:0;width:100%}}@media(min-width:767.999px)and (max-width:1239.999px){.pages_flow__rv-s7{padding:0 18px}}@media(min-width:575.999px)and (max-width:767.998px){.pages_flow__rv-s7{padding:0 14px}}@media(max-width:575.998px){.pages_flow__rv-s7{padding:2.5rem .75rem}}.pages_wrapper__7WcGE{grid-gap:5px;display:grid;gap:5px;grid-template-columns:230px 1fr;justify-content:center;width:100%}@media(max-width:1240px){.pages_wrapper__7WcGE{grid-template-columns:1fr}}.pages_content__XXroL{width:965px}@media(max-width:1240px){.pages_content__XXroL{width:100%}}.pages_blockWrapper__PBUze{background:#fff;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:20px;padding:20px;width:100%}@media(max-width:575.998px){.pages_blockWrapper__PBUze{padding:10px}}.zIndex10{z-index:10!important}.Modal_modalBlurBg__BKACw{-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);background:hsla(0,0%,40%,.25);display:grid;height:100%;left:0;overflow-y:auto;position:fixed;top:0;width:100%;z-index:100}.Modal_modalBorderWrapper__rsSQb{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-self:center;margin:auto 0;padding:40px 0}.modal604px{width:604px}@media(min-width:575.999px)and (max-width:767.998px){.modal604px{width:520px}}@media(max-width:575.998px){.modal604px{width:calc(100% - 20px)}}.modal794px{width:794px}@media(min-width:767.999px)and (max-width:1239.999px){.modal794px{width:610px}}@media(min-width:575.999px)and (max-width:767.998px){.modal794px{width:520px}}@media(max-width:575.998px){.modal794px{width:340px}}.modal1200px{width:1200px}@media(min-width:767.999px)and (max-width:1239.999px){.modal1200px{width:748px}}@media(min-width:575.999px)and (max-width:767.998px){.modal1200px{width:540px}}@media(max-width:575.998px){.modal1200px{width:340px}}.modal480px{width:480px}@media(min-width:767.999px)and (max-width:1239.999px){.modal480px{width:480px}}@media(min-width:575.999px)and (max-width:767.998px){.modal480px{width:480px}}@media(max-width:575.998px){.modal480px{width:calc(100vw - 2rem)}}.Modal_modal__6vKD6{background:#fff;border-radius:24px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:24px;width:100%}.Modal_exitButton__IVbBy{position:absolute;right:20px;top:20px;z-index:4}.Modal_exitButton__IVbBy img{height:20px;width:20px}@media(max-width:575.998px){.Modal_exitButton__IVbBy{height:15px;right:15px;top:15px;width:15px}.Modal_exitButton__IVbBy img{height:15px;width:15px}}.Modal_title__BSMDW{font-weight:400;max-width:calc(100% - 25px)}@media(max-width:767.998px){.Modal_title__BSMDW{font-size:20px;line-height:24px}}@media(max-width:575.998px){.Modal_title__BSMDW{max-width:calc(100% - 20px)}}.header-container{align-items:center;background-color:#f5f5f5;display:flex;justify-content:space-between;padding:1rem}.header-title{font-size:1.5rem;font-weight:700}.search-container{align-self:flex-end;max-width:300px}.search-container,.search-wrapper{position:relative;width:100%}.search-input{background-color:#fff;border:1px solid #e0e0e0;border-radius:.375rem;font-size:1rem;line-height:1.5;padding:.5rem 2.5rem;width:100%}.close-icon,.search-icon{height:1.5rem;pointer-events:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1.5rem}.search-icon{left:.75rem}.close-icon{cursor:pointer;pointer-events:auto;right:.75rem}.search-results{background-color:#fff;border:1px solid #e0e0e0;border-radius:0 0 .375rem .375rem;border-top:none;box-shadow:0 4px 6px rgba(0,0,0,.1);left:0;list-style:none;margin:0;max-height:300px;overflow-y:auto;padding:0;position:absolute;top:100%;width:100%;z-index:10}.search-result-item a{align-items:center;color:#333;cursor:pointer;display:flex;padding:.5rem 1rem;text-decoration:none}.search-result-item a:hover{background-color:#f5f5f5}.search-result-item a img{border-radius:50%;height:1.5rem;margin-right:.75rem;width:1.5rem}.search-result-item a span{font-size:.875rem}@media(max-width:768px){.header-container{align-items:flex-start;flex-direction:column}.search-container{align-self:flex-end;margin-left:0;margin-top:1rem}}.Sidebar_sidebar__NBaZC{background:#fff;border-radius:20px;box-shadow:0 4px 12px 0 rgba(0,0,0,.063);display:flex;flex-direction:column;gap:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:20px!important;width:100%}@media screen and (max-width:991px){.Sidebar_sidebar__NBaZC{border-radius:12px;padding:8px 12px}}.Sidebar_sidebar__NBaZC li{align-items:center;color:#000;display:flex;font-size:20px;gap:4px;justify-content:space-between;line-height:24px;list-style-type:none;position:relative;text-decoration:none;white-space:nowrap}.Sidebar_sidebar__NBaZC li a{color:#000;font-size:inherit;line-height:inherit;list-style-type:none;text-decoration:none;transition:all .4s ease-in-out}.Sidebar_sidebar__NBaZC li a.Sidebar_active__\+i\+Fe,.Sidebar_sidebar__NBaZC li a:hover{color:#a717ff!important}.Sidebar_sidebar__NBaZC li a.Sidebar_active__\+i\+Fe{border-radius:20px;font-weight:600}@media(min-width:767.999px)and (max-width:1239.999px){.Sidebar_sidebar__NBaZC li{font-size:16px;line-height:19px}}@media(max-width:767.998px){.Sidebar_sidebar__NBaZC li{font-size:14px;line-height:17px}}@media screen and (max-width:991px){.Sidebar_sidebar__NBaZC li.Sidebar_order__gebDp{display:none}.Sidebar_sidebar__NBaZC{flex-direction:row;gap:0;justify-content:space-between;padding:12px 20px}}@media(max-width:767.998px){.Sidebar_sidebar__NBaZC{flex-direction:row;gap:0;justify-content:space-between;padding:8px 12px}}.Sidebar_sidebar__NBaZC:nth-of-type(3){justify-content:space-evenly}.Sidebar_order__gebDp{margin-left:10px}.Sidebar_orderButton__y2lJd{align-items:center;display:flex;height:17px;justify-content:center;width:17px}.Sidebar_rotate180__ZEXZn{-webkit-transform:rotate(180deg);transform:rotate(180deg)}div.Sidebar_orderBlock__uOjvQ{display:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:991px){div.Sidebar_orderBlock__uOjvQ{display:flex;left:0;position:absolute;top:calc(100% + 12px)}div.Sidebar_orderBlock__uOjvQ .Sidebar_sidebar__NBaZC{display:flex;flex-direction:column;padding:8px}}@media(max-width:575.998px){div.Sidebar_orderBlock__uOjvQ{left:auto;right:0}}div.Sidebar_orderBlock__uOjvQ .Sidebar_sidebar__NBaZC{font-weight:400;gap:20px}@media(max-width:575.998px){.Sidebar_phoneVertHidden__gDlVx{display:none}}.Sidebar_phoneVertOnly__3eg\+M{display:none}@media(max-width:575.998px){.Sidebar_phoneVertOnly__3eg\+M{display:flex}}@media screen and (max-width:991px){.Sidebar_desktopOnly__hcCSB{display:none}}.Sidebar_desktopHidden__5cBQy{display:none}@media screen and (max-width:991px){.Sidebar_desktopHidden__5cBQy{display:block}}.Sidebar_fitLi__ywgo0{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Sidebar_notification1Figure__l4sGx{background-color:#abaeef;border-radius:10px;color:#fff;display:grid;font-size:14px;height:20px;left:100%;line-height:17px;place-items:center;position:absolute;top:0;-webkit-transform:translateX(2px) translateY(-8px);transform:translateX(2px) translateY(-8px);width:20px}@media(max-width:575.998px){.Sidebar_notification1Figure__l4sGx{font-size:12px;height:16px;line-height:15px;-webkit-transform:translateX(1px) translateY(-6px);transform:translateX(1px) translateY(-6px);width:16px}}.Sidebar_notificationMoreThan1Figure__jQcL5{padding:0 4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Selector_select__zHZgv{min-width:8.75rem;position:relative;width:100%}.Selector_select__zHZgv .Selector_select__btn__gmWrO{align-items:flex-start;border:1px solid #202639;border-radius:20px;display:flex;width:100%}.Selector_select__zHZgv .Selector_select__preview__yMkpN{align-items:center;display:flex;height:40px;padding:3px 20px;width:100%}.Selector_select__zHZgv .Selector_select__dropdown__c67de{left:0;min-width:100%;padding:4px 0;position:absolute;top:100%;z-index:3}.Selector_select__zHZgv .Selector_select__list__\+2Niy{background-color:#fff;border:1px solid #202639;border-radius:20px;display:flex;flex-direction:column;max-height:320px;overflow:hidden;overflow-y:auto;transition:all .4s ease-in-out}.Selector_select__zHZgv .Selector_select__item__YuEkP{align-items:center;display:flex;margin:0;padding:4px 20px}.Selector_select__zHZgv .Selector_select__item__YuEkP.Selector_select__item_active__1Xzwa{background-color:#efebff}.Selector_select__zHZgv .Selector_select__arrow__Pw5H6:not(:last-child),.Selector_select__zHZgv .Selector_select__media__SIrHl:not(:last-child),.Selector_select__zHZgv .Selector_select__title__qaB5n:not(:last-child){margin-right:12px}.Selector_select__zHZgv .Selector_select__media__SIrHl{align-items:center;display:flex;height:32px;justify-content:center;width:32px}.Selector_select__zHZgv .Selector_select__title__qaB5n{color:#202639;font-size:18px;font-weight:500;line-height:32px;white-space:nowrap}.Selector_select__zHZgv .Selector_select__arrow__Pw5H6{align-items:center;display:flex;height:32px;justify-content:flex-end;margin-left:auto;width:32px}.TableItem_itemImgBlock__tZ6s8{align-items:center;display:flex}.TableItem_arrows__h3eZG{height:12px;margin-left:4px;margin-right:9px;width:7px}@media(max-width:1240px){.TableItem_arrows__h3eZG{margin-right:5px}}.TableItem_img__7E6Py{height:30px;margin-right:10px;width:30px}@media(max-width:1240px){.TableItem_img__7E6Py{margin-right:5px}}@media(max-width:767.998px){.TableItem_img__7E6Py{height:25px;width:25px}}.TableItem_itemTitle__O2k33{font-size:18px;font-weight:500;line-height:22px}@media(max-width:767.998px){.TableItem_itemTitle__O2k33{font-size:14px;line-height:17px}}.TableItem_itemDescription__3sA6d{font-size:14px;line-height:17px;opacity:.7}@media(max-width:767.998px){.TableItem_itemDescription__3sA6d{font-size:12px;line-height:15px}}.TableItem_active__n3S-T{background:var(--active-color)}.TableItem_data__zvBuN{display:flex;font-size:14px;font-weight:600;line-height:17px}@media(max-width:767.998px){.TableItem_data__zvBuN{font-size:12px;line-height:15px}.TableItem_phoneHidden__Oy5V0{display:none}}.TableItem_depositWithdrawBlock__oC5EC{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:100%;min-width:180px}@media(max-width:767.998px){.TableItem_depositWithdrawBlock__oC5EC{min-width:160px!important}}.Balance_wrapper__nhRzH{background:#fff;border:1px solid #abaeef;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:20px;padding:20px;width:965px}@media(max-width:1240px){.Balance_wrapper__nhRzH{width:100%}}@media(max-width:575.998px){.Balance_wrapper__nhRzH{padding:10px}}.Balance_title__mxGXK{color:#000;font-size:32px;font-weight:400;line-height:39px;margin-bottom:20px}@media(min-width:575.999px)and (max-width:767.998px){.Balance_title__mxGXK{font-size:20px;line-height:24px;margin-bottom:17px}}@media(max-width:575.998px){.Balance_title__mxGXK{font-size:18px;line-height:22px;margin-bottom:10px}}.Balance_buttonWrapper__xMKVM{flex-direction:column;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Balance_buttonWrapper__xMKVM,.Balance_button__oTwah{align-items:center;display:flex;justify-content:center}.Balance_button__oTwah{border:0;font-size:18px;font-weight:500;line-height:22px}.Balance_button__oTwah p{-webkit-text-fill-color:transparent;background:#7f00e2;background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text}@media(min-width:767.999px)and (max-width:1239.999px){.Balance_button__oTwah{font-size:16px;line-height:19px}}@media(min-width:575.999px)and (max-width:767.998px){.Balance_button__oTwah{font-size:14px;line-height:17px}}@media(max-width:575.998px){.Balance_button__oTwah{font-size:14px;line-height:17px}}.Balance_triangle__M92ai{bottom:-2px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Balance_table__Sisal{position:relative;z-index:0}.Balance_tableRow__4pquW{align-items:center;display:grid;font-size:18px;font-weight:500;grid-template-columns:1.3fr repeat(3,1fr) 156px;line-height:22px;position:relative;z-index:1}@media(min-width:767.999px)and (max-width:1239.999px){.Balance_tableRow__4pquW{grid-template-columns:1.3fr repeat(3,1fr) 146px}}@media(min-width:575.999px)and (max-width:767.998px){.Balance_tableRow__4pquW{font-size:14px;grid-template-columns:1.3fr repeat(2,1fr) 130px;line-height:17px}}@media(max-width:575.998px){.Balance_tableRow__4pquW{font-size:12px;grid-template-columns:1.3fr 1fr 127px;line-height:15px}}.Balance_tableTitleRow__ZaUya{background:#efebff;border-radius:20px 20px 0 0;grid-template-rows:50px;position:relative;z-index:2}@media(max-width:767.998px){.Balance_tableTitleRow__ZaUya{grid-template-rows:30px}}.Balance_tableCurrencyRow__XlF-T{border-bottom:1px solid;border-image:var(--border-color) 1;border-top:1px solid;grid-template-rows:59px;margin-top:-1px}.Balance_tableCurrencyRow__XlF-T:last-child{border-bottom:initial}@media(max-width:767.998px){.Balance_tableCurrencyRow__XlF-T{grid-template-rows:42px}}.Balance_tableFirstTitle__8mIhP{padding-left:10px}@media(max-width:767.998px){.Balance_phoneHidden__iS2ai{display:none}}@media(max-width:575.998px){.Balance_phoneVertHidden__ufIjp{display:none}}.BalanceBlock_balanceBlock__Va04O{display:flex;gap:8px;justify-content:flex-start;margin-bottom:20px}.BalanceBlock_balanceBlock__Va04O span{font-size:20px;line-height:24px}@media(min-width:575.999px)and (max-width:767.998px){.BalanceBlock_balanceBlock__Va04O span{font-size:16px;line-height:19px}}@media(max-width:575.998px){.BalanceBlock_balanceBlock__Va04O span{font-size:12px;line-height:15px}.BalanceBlock_balanceBlock__Va04O{gap:5px}}.BalanceBlock_subTitle__hKlDN{font-size:18px;line-height:22px}@media(min-width:575.999px)and (max-width:767.998px){.BalanceBlock_subTitle__hKlDN{font-size:14px;line-height:17px}}@media(max-width:575.998px){.BalanceBlock_subTitle__hKlDN{font-size:12px;line-height:15px}}.BalanceBlock_number__-rDTA{font-weight:500}.BalanceBlock_headlines__SQDBM,.BalanceBlock_tilda__cKzcT{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.BalanceBlock_tilda__cKzcT{margin:0 12px}@media(max-width:767.998px){.BalanceBlock_tilda__cKzcT{margin:0}}.CryptoDeposit_block__GYRYA{padding:20px 0;position:relative}.CryptoDeposit_body__nvfSs{display:flex;gap:10px;justify-content:space-between}@media(max-width:767.998px){.CryptoDeposit_body__nvfSs{flex-direction:column}}.CryptoDeposit_title__f4LOW{font-size:32px;font-weight:500;line-height:39px;margin-bottom:20px}@media(max-width:767.998px){.CryptoDeposit_title__f4LOW{font-size:20px;line-height:24px}}.CryptoDeposit_selectTitle__6U7YV{font-size:18px;line-height:22px;margin-bottom:10px}@media(max-width:767.998px){.CryptoDeposit_selectTitle__6U7YV{font-size:16px;line-height:19px}}.CryptoDeposit_buttonBody__ozgsm{display:flex;gap:5px;justify-content:flex-start;margin-bottom:20px}.CryptoDeposit_button__d8j0k{align-items:center;background-color:#fff;border-radius:10px;display:flex;font-size:14px;font-weight:400;height:30px;justify-content:center;line-height:17px;width:134px}@media(max-width:767.998px){.CryptoDeposit_button__d8j0k{width:100px}}.CryptoDeposit_buttonGreen__tBXnB{border:1px solid #666}.CryptoDeposit_buttonYellow__lxGxn{border:1px solid #f9d519}.CryptoDeposit_buttonRed__9jJwN{border:1px solid var(--danger-color)}.CryptoDeposit_buttonGreenActive__qluWN{background:radial-gradient(107.25% 302.83% at 3.5% 11.32%,#ccfff3 0,#d0f4f5 93.26%);border:1px solid #666}.CryptoDeposit_buttonYellowActive__UvDta{background:#fff7ca;border:1px solid #f9d519}.CryptoDeposit_buttonRedActive__N0N6i{background:#ffd2e0;border:1px solid #ff004d}.CryptoDeposit_list__jnDQS{margin-bottom:20px;margin-top:20px;padding:0}.CryptoDeposit_item__k8NC-{font-size:14px;line-height:17px;opacity:.7}@media(max-width:767.998px){.CryptoDeposit_item__k8NC-{font-size:12px;line-height:15px}}.CryptoDeposit_danger__kuFc9{color:var(--danger-color);font-size:14px;font-weight:400;line-height:17px;margin-bottom:10px}@media(max-width:767.998px){.CryptoDeposit_danger__kuFc9{font-size:12px;line-height:15px}}.CryptoDeposit_dangerBody__L0ots{margin-bottom:20px}@media(max-width:767.998px){.CryptoDeposit_dangerBody__L0ots{margin-bottom:0}}.CryptoDeposit_qrCodeBody__Vvaho{aspect-ratio:1;display:flex;height:-webkit-max-content;height:max-content}@media(max-width:767.998px){.CryptoDeposit_qrCodeBody__Vvaho{height:155px;justify-content:center;width:100%}}.CryptoDeposit_qrCode__MUaIs{height:100%;width:100%}@media(max-width:767.998px){.CryptoDeposit_qrCode__MUaIs{height:155px;width:155px}}.CryptoDeposit_address__J-XP0{font-size:18px;font-weight:400;line-height:22px;margin-bottom:10px;padding-left:1px}@media(max-width:767.998px){.CryptoDeposit_address__J-XP0{font-size:14px;line-height:17px}}.CryptoDeposit_inputBody__CAnpt{position:relative;width:613px}@media(max-width:767.998px){.CryptoDeposit_inputBody__CAnpt{width:100%}}.CryptoDeposit_inputImageBlock__dcjVv{align-items:center;border:0;display:flex;justify-content:center;position:absolute;right:0;top:0;width:40px}@media(max-width:767.998px){.CryptoDeposit_inputImageBlock__dcjVv{width:35px}}@media(max-width:575.998px){.CryptoDeposit_inputImageBlock__dcjVv{height:30px}}.CryptoDeposit_inputImage__XXRDs{height:20px;width:17px}@media(max-width:767.998px){.CryptoDeposit_inputImage__XXRDs{height:17px;width:15px}}.CryptoDeposit_buttonAddress__Gz2zV{font-size:16px;height:40px;line-height:19px;width:240px}.CryptoWithdrawal_block__qJceb{padding-top:15px;position:relative}.CryptoWithdrawal_body__\+CnPF{display:flex;justify-content:space-between}.CryptoWithdrawal_infoBody__6hBBg{display:grid;justify-content:flex-start;width:651px}@media(max-width:767.998px){.CryptoWithdrawal_infoBody__6hBBg{width:100%}}.CryptoWithdrawal_title__xtNSZ{font-size:32px;font-weight:500;line-height:39px;margin-bottom:20px}@media(max-width:767.998px){.CryptoWithdrawal_title__xtNSZ{font-size:20px;line-height:24px}}.CryptoWithdrawal_selectTitle__vTLq1{font-size:18px;line-height:22px;margin-bottom:10px;margin-top:10px}@media(max-width:767.998px){.CryptoWithdrawal_selectTitle__vTLq1{font-size:16px;line-height:19px}}.CryptoWithdrawal_description__R5lMu{font-size:14px;line-height:17px;opacity:.7}@media(max-width:767.998px){.CryptoWithdrawal_description__R5lMu{font-size:12px;line-height:15px}}.CryptoWithdrawal_buttonBody__wN06e{display:flex;gap:5px;justify-content:flex-start;margin-bottom:20px}.CryptoWithdrawal_button__nlhTe{align-items:center;background-color:#fff;border-radius:10px;display:flex;font-size:14px;font-weight:400;height:30px;justify-content:center;line-height:17px;width:134px}@media(max-width:767.998px){.CryptoWithdrawal_button__nlhTe{font-size:16px;line-height:19px;width:100px}}@media(max-width:575.998px){.CryptoWithdrawal_button__nlhTe{font-size:14px;line-height:17px}}.CryptoWithdrawal_buttonGreen__0BGZb{border:1px solid #666}.CryptoWithdrawal_buttonYellow__WMQoA{border:1px solid #f9d519}.CryptoWithdrawal_buttonRed__8Up6y{border:1px solid var(--danger-color)}.CryptoWithdrawal_buttonGreenActive__-ZjX1{background:radial-gradient(107.25% 302.83% at 3.5% 11.32%,#ccfff3 0,#d0f4f5 93.26%);border:1px solid #666}.CryptoWithdrawal_buttonYellowActive__k0BBS{background:#fff7ca;border:1px solid #f9d519}.CryptoWithdrawal_buttonRedActive__xmN65{background:#ffd2e0;border:1px solid #ff004d}.CryptoWithdrawal_dangerBody__HZL8q{width:412px}@media(max-width:767.998px){.CryptoWithdrawal_dangerBody__HZL8q{width:100%}}.CryptoWithdrawal_danger__DyX67{color:var(--danger-color);font-size:14px;font-weight:500;line-height:17px}@media(max-width:767.998px){.CryptoWithdrawal_danger__DyX67{font-size:12px;line-height:15px}}.CryptoWithdrawal_form__Gmhkw{margin-bottom:20px;width:651px}@media(max-width:767.998px){.CryptoWithdrawal_form__Gmhkw{width:100%}}.CryptoWithdrawal_formTitle__k\+RY7{align-self:flex-end;font-size:18px;font-weight:500;line-height:22px;margin-bottom:0;margin-top:20px}@media(max-width:767.998px){.CryptoWithdrawal_formTitle__k\+RY7{font-size:14px;line-height:17px;margin-top:10px}}.CryptoWithdrawal_formTitle__k\+RY7.CryptoWithdrawal_commission__0YoBy{margin-top:0}.CryptoWithdrawal_input__Qlv7Z{margin-top:10px}.CryptoWithdrawal_input__Qlv7Z::-webkit-input-placeholder{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;opacity:.2}.CryptoWithdrawal_input__Qlv7Z::placeholder{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;opacity:.2}.CryptoWithdrawal_summWrapper__Emr25{grid-gap:10px 20px;display:grid;gap:10px 20px;grid-template-areas:"sum sum com" "suminp button cominp";grid-template-columns:auto repeat(2,24%);grid-template-rows:-webkit-min-content -webkit-min-content;grid-template-rows:min-content min-content}@media(max-width:767.998px){.CryptoWithdrawal_summWrapper__Emr25{gap:10px}}@media(max-width:575.998px){.CryptoWithdrawal_summWrapper__Emr25{gap:10px;grid-template-areas:"sum sum" "suminp button " "com  a" "cominp a";grid-template-columns:auto 35%;grid-template-rows:repeat(4,-webkit-min-content);grid-template-rows:repeat(4,min-content)}}.CryptoWithdrawal_summTitle__nHO-C{grid-area:sum}.CryptoWithdrawal_commission__0YoBy{cursor:pointer;font-weight:400;grid-area:com}.CryptoWithdrawal_summInput__R4RNy{grid-area:suminp;margin-top:0}.CryptoWithdrawal_summButton__m2i71{grid-area:button}.CryptoWithdrawal_commissionDisabledInput__oAxia{background:#f0f0f0;border:0;border-radius:10px;color:#000;grid-area:cominp;padding-left:20px}.CryptoWithdrawal_commissionDisabledInput__oAxia::-webkit-input-placeholder{color:#000}.CryptoWithdrawal_commissionDisabledInput__oAxia::placeholder{color:#000}.CryptoWithdrawal_sendButton__9oEmU{margin-top:20px;width:155px}.CryptoWithdrawal_inputButtonWrapper__WzE2z{grid-gap:20px;align-items:flex-end;display:grid;gap:20px;grid-template-columns:auto 24%}@media(max-width:767.998px){.CryptoWithdrawal_inputButtonWrapper__WzE2z{gap:10px;grid-template-columns:auto 35%}}.CashDeposit_block__5gFLq{border-bottom:1px solid;border-image:var(--border-color) 1;padding:20px 0;position:relative}.CashDeposit_title__yu1hY{font-size:32px;font-weight:500;line-height:39px;width:100%}@media(max-width:767.998px){.CashDeposit_title__yu1hY{font-size:20px;line-height:24px}}.CashDeposit_methodWrapper__xdm92{grid-gap:10px 20px;display:grid;gap:10px 20px;grid-template-areas:"title1 title2" "select instructions";grid-template-columns:30% auto;grid-template-rows:repeat(2,-webkit-min-content);grid-template-rows:repeat(2,min-content);margin-top:20px}.CashDeposit_methodWrapper__xdm92 p{margin-bottom:0}@media(max-width:767.998px){.CashDeposit_methodWrapper__xdm92{grid-template-columns:40% auto}}@media(max-width:575.998px){.CashDeposit_methodWrapper__xdm92{grid-template-areas:"title1" "select" "title2" "instructions";grid-template-columns:100%;grid-template-rows:repeat(4,-webkit-min-content);grid-template-rows:repeat(4,min-content)}}.CashDeposit_title1__5UU3k{grid-area:title1}.CashDeposit_title2__P1SBL{grid-area:title2}.CashDeposit_select__5XI4n{grid-area:select}.CashDeposit_instructions__LCQq1{grid-area:instructions}.CashDeposit_methodTitle__wfWyh{font-size:18px;font-weight:500;line-height:22px}@media(max-width:767.998px){.CashDeposit_methodTitle__wfWyh{font-size:14px;line-height:17px}}.CashDeposit_selectWrapper__3bEOP{background:radial-gradient(150.69% 118.33% at 123.17% 100%,#c6fff1 0,#e7c8ff 100%);border-radius:10px;height:40px;padding:2px;position:relative;width:100%}@media(max-width:767.998px){.CashDeposit_selectWrapper__3bEOP{height:35px}}@media(max-width:575.998px){.CashDeposit_selectWrapper__3bEOP{height:30px;width:200px}}.CashDeposit_methodSelect__Dne0R{background:#f8f9fd;border:0;border-radius:8px;font-size:18px;height:calc(100% - 4px);line-height:22px;padding:0;position:absolute;width:calc(100% - 4px)}@media(max-width:767.998px){.CashDeposit_methodSelect__Dne0R{font-size:14px;line-height:17px}}.CashDeposit_selectTitleWrapper__EmWp0{align-self:center;display:flex;height:100%;justify-content:space-between;padding:0 18px;position:absolute;top:0;width:100%}.CashDeposit_selectTitleWrapper__EmWp0 p{align-self:center;font-size:18px;line-height:22px}@media(max-width:767.998px){.CashDeposit_selectTitleWrapper__EmWp0 p{font-size:14px;line-height:17px}}.CashDeposit_selectTitleWrapper__EmWp0 img{align-self:center;height:8px;width:14px}.CashDeposit_selectListWrapper__79Kcm{border-radius:10px;left:10px;padding:1px;position:absolute;top:26px;width:calc(100% + 4px)}.CashDeposit_selectList__tZNZC{border-radius:9px;display:flex;flex-direction:column;gap:10px;width:100%}.CashDeposit_selectList__tZNZC li{font-size:18px;line-height:22px;text-align:left}@media(max-width:767.998px){.CashDeposit_selectList__tZNZC li{font-size:14px;line-height:17px}}.CashDeposit_selectedItem__51nY3{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.CashDeposit_instructionsWrapper__BlOxj{background:#f0f0f0;border-radius:10px;padding:10px}.CashDeposit_instructionsItem__-mZYJ{font-size:18px;line-height:22px;line-height:150%;margin-bottom:0}@media(max-width:767.998px){.CashDeposit_instructionsItem__-mZYJ{font-size:14px;line-height:17px}}.CashDeposit_depositStambulWrapper__3-0Bi{grid-gap:10px;display:grid;gap:10px;grid-template-areas:"title1 title2" "input1 input2" "a a" "title3 b" "input3 b" "c c" "button e";grid-template-columns:auto 133px;grid-template-rows:-webkit-min-content 40px 0 -webkit-min-content 40px 0 40px;grid-template-rows:min-content 40px 0 min-content 40px 0 40px;margin-top:20px;width:651px}@media(max-width:767.998px){.CashDeposit_depositStambulWrapper__3-0Bi{grid-template-columns:auto 30%;width:100%}}.CashDeposit_depositBlazarexTRYWrapper__hNNy0{grid-gap:10px;display:grid;gap:10px;grid-template-areas:"title1 title2" "input1 input2" "a a" "button e";grid-template-columns:auto 133px;grid-template-rows:-webkit-min-content 40px 0 40px;grid-template-rows:min-content 40px 0 40px;margin-top:20px;width:651px}@media(max-width:767.998px){.CashDeposit_depositBlazarexTRYWrapper__hNNy0{grid-template-columns:auto 30%;width:100%}}.CashDeposit_firstTitle__jF2Cp{grid-area:title1}.CashDeposit_firstTitle__jF2Cp,.CashDeposit_secondTitle__5ShQi{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CashDeposit_secondTitle__5ShQi{grid-area:title2}.CashDeposit_thirdTitle__Qlwe3{grid-area:title3;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CashDeposit_firstInput__Fva\+6{grid-area:input1;width:100%}.CashDeposit_secondInput__YIGsY{grid-area:input2;width:100%}.CashDeposit_thirdInput__\+DvE8{grid-area:input3;width:100%}.CashDeposit_buttonDepositStambul__PW-uV{grid-area:button;width:181px}@media(max-width:767.998px){.CashDeposit_buttonDepositStambul__PW-uV{width:153px}}.CashDeposit_depositStambul2stageWrapper__womtW{grid-gap:10px;display:grid;gap:10px;grid-template-areas:"title1" "input1" "a" "title2" "paragraph" "b" "buttons";grid-template-columns:auto;grid-template-rows:-webkit-min-content 40px 0 -webkit-min-content -webkit-min-content 0 40px;grid-template-rows:min-content 40px 0 min-content min-content 0 40px;margin-top:20px;width:637px}@media(max-width:767.998px){.CashDeposit_depositStambul2stageWrapper__womtW{width:100%}}.CashDeposit_paragraph__yI67x{grid-area:paragraph}.CashDeposit_buttonsWrapper__JRcbT{display:flex;gap:20px;grid-area:buttons}@media(max-width:767.998px){.CashDeposit_buttonsWrapper__JRcbT{gap:10px}.CashDeposit_input__rcNAZ{font-size:14px;line-height:17px}}.CashDeposit_disabledInput__vP2vb{background:#f0f0f0;border:0;border-radius:10px;font-size:18px;height:40px;line-height:22px;padding-left:20px;width:100%}@media(max-width:767.998px){.CashDeposit_disabledInput__vP2vb{font-size:14px;height:35px;line-height:17px}}.PublicID_idWrapper__J025W{align-items:flex-end;display:flex;gap:20px;margin-top:20px}.PublicID_idTitle__lVvRD{font-size:16px;font-weight:500;line-height:19px}@media(max-width:767.998px){.PublicID_idTitle__lVvRD{font-size:14px;line-height:17px}}.PublicID_idValue__lfBly{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-size:18px;line-height:22px;margin-bottom:0}@media(max-width:767.998px){.PublicID_idValue__lfBly{font-size:16px;line-height:19px}}.CashWithdrawal_block__J6JgC{border-bottom:1px solid;border-image:var(--border-color) 1;padding:20px 0;position:relative}.CashWithdrawal_title__ugxvp{font-size:32px;font-weight:500;line-height:39px;width:100%}@media(max-width:767.998px){.CashWithdrawal_title__ugxvp{font-size:20px;line-height:24px}}.CashWithdrawal_methodWrapper__sLbnC{grid-gap:10px 20px;display:grid;gap:10px 20px;grid-template-areas:"title1 title2" "select instructions";grid-template-columns:30% auto;grid-template-rows:repeat(2,-webkit-min-content);grid-template-rows:repeat(2,min-content);margin-top:20px}.CashWithdrawal_methodWrapper__sLbnC p{margin-bottom:0}@media(max-width:767.998px){.CashWithdrawal_methodWrapper__sLbnC{grid-template-columns:40% auto}}@media(max-width:575.998px){.CashWithdrawal_methodWrapper__sLbnC{grid-template-areas:"title1" "select" "title2" "instructions";grid-template-columns:100%;grid-template-rows:repeat(4,-webkit-min-content);grid-template-rows:repeat(4,min-content)}}.CashWithdrawal_title1__dRc8z{grid-area:title1}.CashWithdrawal_title2__uU5LF{grid-area:title2}.CashWithdrawal_select__GFmWx{grid-area:select}.CashWithdrawal_instructions__\+Fb0r{grid-area:instructions}.CashWithdrawal_methodTitle__Dpz9u{font-size:18px;font-weight:500;line-height:22px}@media(max-width:767.998px){.CashWithdrawal_methodTitle__Dpz9u{font-size:14px;line-height:17px}}.CashWithdrawal_selectWrapper__ReBmJ{background:radial-gradient(150.69% 118.33% at 123.17% 100%,#c6fff1 0,#e7c8ff 100%);border-radius:10px;height:40px;padding:2px;position:relative;width:100%}@media(max-width:767.998px){.CashWithdrawal_selectWrapper__ReBmJ{height:35px}}@media(max-width:575.998px){.CashWithdrawal_selectWrapper__ReBmJ{height:30px;width:200px}}.CashWithdrawal_methodSelect__xqJzl{background:#f8f9fd;border:0;border-radius:8px;font-size:18px;height:calc(100% - 4px);line-height:22px;padding:0;position:absolute;width:calc(100% - 4px)}@media(max-width:767.998px){.CashWithdrawal_methodSelect__xqJzl{font-size:14px;line-height:17px}}.CashWithdrawal_selectTitleWrapper__22zdN{align-self:center;display:flex;height:100%;justify-content:space-between;padding:0 18px;position:absolute;top:0;width:100%}.CashWithdrawal_selectTitleWrapper__22zdN p{align-self:center;font-size:18px;line-height:22px}@media(max-width:767.998px){.CashWithdrawal_selectTitleWrapper__22zdN p{font-size:14px;line-height:17px}}.CashWithdrawal_selectTitleWrapper__22zdN img{align-self:center;height:8px;width:14px}.CashWithdrawal_imgRotate__JYsui{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.CashWithdrawal_selectListWrapper__u4vYv{border-radius:10px;left:10px;padding:1px;position:absolute;top:26px;width:calc(100% + 4px)}.CashWithdrawal_selectList__QGu52{border-radius:9px;display:flex;flex-direction:column;gap:10px;width:100%}.CashWithdrawal_selectList__QGu52 li{font-size:18px;line-height:22px;text-align:left}@media(max-width:767.998px){.CashWithdrawal_selectList__QGu52 li{font-size:14px;line-height:17px}}.CashWithdrawal_selectedItem__FSLIb{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.CashWithdrawal_instructionsWrapper__jZpQh{background:#f0f0f0;border-radius:10px;padding:10px}.CashWithdrawal_instructionsItem__\+O1g4{font-size:18px;line-height:22px;line-height:150%;margin-bottom:0}@media(max-width:767.998px){.CashWithdrawal_instructionsItem__\+O1g4{font-size:14px;line-height:17px}}.CashWithdrawal_withdrawalStambulWrapper__VaUJS{grid-gap:10px;display:grid;gap:10px;grid-template-areas:"title1 title1 title2" "input1 button1 input2" "a a a" "title3 title3 title3" "input3 input3 b" "c c c" "title4 title4 title4" "input4 button2 d" "button3 button3 button3";grid-template-columns:auto 175px 133px;grid-template-rows:repeat(3,repeat(2,-webkit-min-content) 0);grid-template-rows:repeat(3,repeat(2,min-content) 0);margin-top:20px;width:651px}@media(max-width:767.998px){.CashWithdrawal_withdrawalStambulWrapper__VaUJS{grid-template-columns:auto 23% 15%;width:100%}}@media(max-width:575.998px){.CashWithdrawal_withdrawalStambulWrapper__VaUJS{grid-template-areas:"title1 title1" "input1 button1" "a a" "title3 title2" "input3 input2" "c c" "title4 title4" "input4 button2" "button3 button3";grid-template-columns:auto 147px;grid-template-rows:repeat(3,repeat(2,-webkit-min-content) 0);grid-template-rows:repeat(3,repeat(2,min-content) 0)}}.CashWithdrawal_firstTitle__zkKEV{grid-area:title1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CashWithdrawal_secondTitle__hCiob{grid-area:title2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CashWithdrawal_thirdTitle__4kw6G{grid-area:title3;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CashWithdrawal_fourthTitle__nTEYT{grid-area:title4;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CashWithdrawal_firstInput__16Z3E{grid-area:input1;width:100%}.CashWithdrawal_secondInput__7MBOI{grid-area:input2;width:100%}.CashWithdrawal_thirdInput__cGnkJ{grid-area:input3;width:100%}.CashWithdrawal_fourthInput__LoAaQ{grid-area:input4;width:100%}.CashWithdrawal_firstButton__HAvHp{font-weight:500;grid-area:button1;width:100%}.CashWithdrawal_secondButton__txmXQ{font-weight:500;grid-area:button2;width:100%}.CashWithdrawal_thirdButton__ot4\+3{grid-area:button3;width:181px}@media(max-width:767.998px){.CashWithdrawal_thirdButton__ot4\+3{width:153px}}.CashWithdrawal_paragraph__lGJlN{grid-area:paragraph}.CashWithdrawal_buttonsWrapper__\+Yvqk{display:flex;gap:20px;grid-area:buttons}@media(max-width:767.998px){.CashWithdrawal_input__q7ozg{font-size:14px;line-height:17px}}.CashWithdrawal_disabledInput__-zviL{background:#f0f0f0;border:0;border-radius:10px;font-size:18px;height:40px;line-height:22px;padding-left:20px;width:100%}@media(max-width:767.998px){.CashWithdrawal_disabledInput__-zviL{font-size:14px;height:35px;line-height:17px}}@media(max-width:575.998px){.CashWithdrawal_disabledInput__-zviL{height:30px}}.FormElement_wrapper__iKIfv{display:flex;flex-direction:column;width:100%}.FormElement_wrapper__iKIfv span{font-size:18px;font-weight:500;line-height:22px}@media(min-width:767.999px)and (max-width:1239.999px){.FormElement_wrapper__iKIfv span{font-size:16px;line-height:19px}}@media(max-width:767.998px){.FormElement_wrapper__iKIfv span{font-size:14px;line-height:17px}}.FormElement_inputBorder__eDJ9n{margin-top:10px;position:relative}.FormElement_password__TsuuR input{padding-right:30px}.FormElement_passwordFieldIcon__mA8To{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.FormElement_passwordFieldIcon__mA8To:hover{cursor:pointer}.Account_wrapper__sNuPS{background:#fff;border:1px solid #abaeef;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:20px;padding:20px;width:100%}@media(max-width:575.998px){.Account_wrapper__sNuPS{padding:10px}}.Account_firstRow__WqxYh{align-items:center;display:flex;justify-content:space-between}.Account_firstRow__WqxYh div{margin-bottom:0}.Account_titleWrapper__oD7\+e{align-items:center;display:flex;justify-content:space-between}.Account_titleWrapper__oD7\+e div{margin-bottom:0}@media(max-width:575.998px){.Account_titleWrapper__oD7\+e{align-items:flex-start;flex-direction:column;gap:10px}}.Account_title__k7ru5{color:#000;font-size:32px;font-weight:400;line-height:39px;margin-bottom:0}@media(max-width:767.998px){.Account_title__k7ru5{font-size:20px;line-height:24px}}.Account_balanceBlock__LKJ4W{display:flex;gap:8px;justify-content:center}.Account_subTitle__FzWNQ{font-size:18px;line-height:22px}@media(max-width:767.998px){.Account_subTitle__FzWNQ{font-size:14px;line-height:17px}}.Account_number__L4a0L{font-size:20px;font-weight:500;line-height:24px}@media(max-width:767.998px){.Account_number__L4a0L{font-size:16px;line-height:19px}}.Account_headlines__DbaoZ{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-size:20px;line-height:24px}@media(max-width:767.998px){.Account_headlines__DbaoZ{font-size:16px;line-height:19px}}.Account_tilda__1vCV8{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-size:20px;line-height:24px;margin:0 12px}@media(max-width:767.998px){.Account_tilda__1vCV8{font-size:16px;line-height:19px;margin:0}}.Account_plate__sm5PP{align-items:center;background:radial-gradient(107.25% 302.83% at 3.5% 11.32%,#f0fffb 0,#f1fcfc 93.26%);border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.075);display:flex;justify-content:space-between;margin-top:10px;padding:20px;width:100%}@media(max-width:767.998px){.Account_plate__sm5PP{padding:12px}}@media(max-width:575.998px){.Account_plate__sm5PP{grid-gap:10px;display:grid;gap:10px;grid-template-areas:"avatar avatar" "identificator verification" "buttons buttons";grid-template-columns:1fr 1fr}}.Account_groupWrapper__0S76I{align-items:center;display:flex;gap:10px;grid-area:avatar}.Account_groupWrapper__0S76I span{font-size:20px;line-height:24px}@media(min-width:767.999px)and (max-width:1239.999px){.Account_groupWrapper__0S76I span{font-size:16px;line-height:19px}}@media(max-width:767.998px){.Account_groupWrapper__0S76I span{font-size:12px;line-height:15px}.Account_groupWrapper__0S76I{gap:5px}}@media(max-width:575.998px){.Account_groupWrapper__0S76I{flex-direction:column;justify-content:center}}.Account_avatar__taPLW{height:40px;width:40px}@media(max-width:767.998px){.Account_avatar__taPLW{height:25px;width:25px}}.Account_idWrapper__ZcPe4{display:flex;gap:inherit}@media(max-width:1240px){.Account_idWrapper__ZcPe4{flex-direction:column}}@media(max-width:575.998px){.Account_idWrapper__ZcPe4{flex-direction:row}}.Account_idValueWrapper__a488X{align-items:center;display:flex;gap:inherit}.Account_value__QxEfa{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.Account_copyButton__Ykv-P{background:transparent;border:0;height:20px;width:17px}@media(max-width:767.998px){.Account_copyButton__Ykv-P{height:13px;width:11px}}.Account_copyButton__Ykv-P img{-webkit-filter:invert(17%) sepia(49%) saturate(4414%) hue-rotate(259deg) brightness(86%) contrast(116%);filter:invert(17%) sepia(49%) saturate(4414%) hue-rotate(259deg) brightness(86%) contrast(116%);height:20px;width:17px}@media(max-width:767.998px){.Account_copyButton__Ykv-P img{height:13px;width:11px}}.Account_doubleRow__U4LrC{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.Account_doubleRow__U4LrC:first-of-type{grid-area:verification}.Account_doubleRow__U4LrC:nth-of-type(2){grid-area:identificator}.Account_firstRow__WqxYh{color:#000;font-size:16px;line-height:19px}@media(min-width:767.999px)and (max-width:1239.999px){.Account_firstRow__WqxYh{font-size:14px;line-height:17px}}@media(max-width:767.998px){.Account_firstRow__WqxYh{font-size:12px;line-height:15px}}.Account_secondRow__npP3\+{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);background-clip:text;-webkit-background-clip:text;font-size:20px;line-height:24px}@media(min-width:767.999px)and (max-width:1239.999px){.Account_secondRow__npP3\+{font-size:16px;line-height:19px}}@media(max-width:767.998px){.Account_secondRow__npP3\+{font-size:12px;line-height:15px}}.Account_plateButtonsWrapper__9Arcn{align-items:center;display:flex;gap:10px;grid-area:buttons}@media(max-width:767.998px){.Account_plateButtonsWrapper__9Arcn{gap:5px}}.Account_plateButton__ND0Jo{margin-top:0;width:100px}@media(max-width:767.998px){.Account_plateButton__ND0Jo{font-size:14px;line-height:17px;width:55px}}@media(max-width:575.998px){.Account_plateButton__ND0Jo{width:100%}}.Account_saveButton__oHsM9{margin-top:20px;text-transform:capitalize;width:210px}@media(max-width:767.998px){.Account_saveButton__oHsM9{width:170px}}.Account_form__I0HJA{margin-top:20px}.Account_labelWrapper__dhjjm{grid-gap:20px 10px;display:grid;grid-template-columns:repeat(3,1fr)}@media(max-width:575.998px){.Account_labelWrapper__dhjjm{grid-template-columns:repeat(2,1fr)}}.Account_labelWrapper__dhjjm:nth-of-type(2){margin-top:20px}@media(max-width:575.998px){.Account_labelWrapperAlt__\+UX4B{grid-template-columns:1fr;width:50%}}.Account_line__7cln7{background:radial-gradient(96.1% 93.99% at 0 2.73%,#ccfff3 0,#c985ff 100%);height:1px;margin-bottom:20px;margin-top:39px;width:100%}.Account_text__Max0y{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.Account_paragraph__LoA-p{color:#666;font-size:12px;line-height:15px;list-style-type:none;margin-bottom:0;margin-top:10px;text-decoration:none}.Account_paragraph__LoA-p img{margin-right:8px}.Account_paragraphFirst__-Bjze{margin-top:20px}.Account_paragraphOther__Sxpou{margin-top:0}.Notifications_notificationWrapper__akRXY{-webkit-filter:drop-shadow(10px 10px 100px rgba(0,0,0,.5));filter:drop-shadow(10px 10px 100px rgba(0,0,0,.5));left:50%;position:fixed;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);z-index:5}.Notifications_notificationSmall__bjdjd{height:103px;width:501px}.Notifications_notificationBig__IlQAt{height:409px;width:618px}.Notifications_parallelepiped__9iTwd{background-image:url(/static/media/parallelepipedDesktop.4f8722b6b473b5c410cc.svg);background-position:50%;background-repeat:no-repeat;height:100%;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:100%}@media(max-width:767.998px){.Notifications_parallelepiped__9iTwd{background-image:url(/static/media/parallelepipedPhone.d9cfe59c9565877817c1.svg)}}.Notifications_bigBg__yoKtw{background-image:url(/static/media/bigBg.778a050866ce0051c1e2.svg);background-position:50%;background-repeat:no-repeat;height:100%;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:100%}@media(max-width:767.998px){.Notifications_bigBg__yoKtw{background-image:url(/static/media/bigBgPhone.f72e986eda6875a86aaf.svg)}}.Notifications_plateBg__9Sj7r{align-items:center;background:#fff;border-radius:30px;display:flex;gap:20px;height:92px;justify-content:space-between;left:50%;padding:18px 20px;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:474px}.Notifications_plateBg__9Sj7r p{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-size:16px;font-weight:700;line-height:19px;text-align:center}@media(max-width:767.998px){.Notifications_plateBg__9Sj7r p{font-size:14px;line-height:17px}.Notifications_plateBg__9Sj7r{gap:8px;height:63px;width:335px}}.Notifications_plateBgBig__UpsiD{align-items:center;background:#fff;border-radius:30px;display:flex;flex-direction:column;gap:55px;height:370px;justify-content:space-between;left:50%;padding:70px 20px 60px;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:580px}.Notifications_plateBgBig__UpsiD p{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:700;line-height:22px;text-align:center}@media(max-width:767.998px){.Notifications_plateBgBig__UpsiD p{font-size:14px;line-height:17px}.Notifications_plateBgBig__UpsiD{gap:8px;height:187px;padding:30px 10px;width:294px}.Notifications_imgCheck__VUF-b{height:20px;width:20px}.Notifications_imgSmile__QIAQW{height:22px;width:22px}}.Notifications_exclamation__n2j7i{height:56px;width:50px}@media(max-width:767.998px){.Notifications_exclamation__n2j7i{height:31px;width:28px}}.Notifications_exit__aSrYL{height:19px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Notifications_exit__aSrYL img{height:19px;width:20px}@media(max-width:767.998px){.Notifications_exit__aSrYL{height:15px}.Notifications_exit__aSrYL img{height:15px;width:16px}}.Notifications_exitBig__SRAGc{height:20px;position:absolute;right:20px;top:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Notifications_exitBig__SRAGc img{height:20px;width:21px}.Notifications_notificationLogout__R97nV{height:297px;width:620px}.Notifications_logoutBg__7pPrI{background-image:url(/static/media/logoutBg.c9f26276c083aa3803f6.svg);background-position:50%;background-repeat:no-repeat;height:100%;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:100%}@media(max-width:767.998px){.Notifications_logoutBg__7pPrI{background-image:url(/static/media/logoutBgPhone.6e0164684a9bf4537b18.svg)}}.Notifications_plateBgLogout__HWoY\+{align-items:center;background:#fff;border-radius:30px;display:flex;flex-direction:column;gap:40px;height:266px;justify-content:center;left:50%;padding:20px;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:580px}.Notifications_plateBgLogout__HWoY\+ p{-webkit-text-fill-color:transparent;background:#7f00e2;background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:700;line-height:22px;text-align:center}@media(max-width:767.998px){.Notifications_plateBgLogout__HWoY\+ p{font-size:16px;line-height:19px}.Notifications_plateBgLogout__HWoY\+{gap:20px;height:192px;width:336px}}.Notifications_buttonsWrapper__566ZB{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;width:440px}@media(max-width:767.998px){.Notifications_buttonsWrapper__566ZB{width:310px}}.Notifications_buttonsWrapper__566ZB button{font-weight:500}.Search_wrapper__nSALm{width:442px}@media(min-width:767.999px)and (max-width:1239.999px){.Search_wrapper__nSALm{width:295px}}@media(max-width:767.998px){.Search_wrapper__nSALm{width:142px}}.Search_image__U49Oo{cursor:pointer;height:20px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:29px}@media(max-width:767.998px){.Search_image__U49Oo{height:16px;width:23px}}.Line_line__gg\+mB{background:radial-gradient(96.1% 93.99% at 0 2.73%,#ccfff3 0,#c985ff 100%);height:1px;width:100%}.Line_newsLine__eDbRO{margin-bottom:20px}.NewsItem_image__q0SQQ{border-radius:20px;height:100%;object-fit:cover;width:100%}.NewsItem_textWrapper__n1As5{grid-gap:10px;display:grid;gap:10px;grid-template-areas:"date author" "title title";grid-template-columns:auto auto;grid-template-rows:auto auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}@media(max-width:767.998px){.NewsItem_textWrapper__n1As5{gap:5px}}.NewsItem_date__TptaP{font-size:16px;grid-area:date;line-height:19px;margin:0;width:auto}@media(max-width:767.998px){.NewsItem_date__TptaP{font-size:12px;line-height:15px}}.NewsItem_author__vD1R5{font-size:16px;grid-area:author;line-height:19px;margin:0;text-align:right;width:auto}@media(max-width:767.998px){.NewsItem_author__vD1R5{font-size:12px;line-height:15px}}.NewsItem_title__EZ7W6{font-size:20px;font-weight:600;grid-area:title;line-height:24px;width:100%}@media(max-width:767.998px){.NewsItem_title__EZ7W6{font-size:14px;line-height:17px}}.NewsItem_title__EZ7W6 a{color:inherit;text-decoration:none}.NewsSection_section__W9PpF{grid-gap:10px;display:grid;gap:10px;grid-template-rows:190px -webkit-min-content 0 190px -webkit-min-content;grid-template-rows:190px min-content 0 190px min-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:16px;width:100%}@media(max-width:767.998px){.NewsSection_section__W9PpF{grid-template-rows:112px -webkit-min-content 0 112px -webkit-min-content;grid-template-rows:112px min-content 0 112px min-content}}@media(max-width:575.998px){.NewsSection_section__W9PpF{grid-template-rows:200px -webkit-min-content 0 112px -webkit-min-content;grid-template-rows:200px min-content 0 112px min-content}}.NewsSection_mainLeftSection__Y4-yH{grid-template-areas:"mainImage a firstSideImage" "mainImage a firstSideText" "mainImage a b" "mainImage a secondSideImage" "mainText a secondSideText";grid-template-columns:850px 0 330px}@media(max-width:1240px){.NewsSection_mainLeftSection__Y4-yH{grid-template-columns:auto 0 40%}}@media(max-width:575.998px){.NewsSection_mainLeftSection__Y4-yH{grid-template-areas:"mainImage mainImage mainImage" "mainText mainText mainText" "b b b" "firstSideImage c secondSideImage" "firstSideText c secondSideText";grid-template-columns:1fr 0 1fr}}.NewsSection_mainRightSection__w8sIe{grid-template-areas:"firstSideImage c mainImage" "firstSideText c mainImage" "d c mainImage" "secondSideImage c mainImage" "secondSideText c mainText";grid-template-columns:330px 0 850px}@media(max-width:1240px){.NewsSection_mainRightSection__w8sIe{grid-template-columns:40% 0 auto}}@media(max-width:575.998px){.NewsSection_mainRightSection__w8sIe{grid-template-areas:"mainImage mainImage mainImage" "mainText mainText mainText" "b b b" "firstSideImage c secondSideImage" "firstSideText c secondSideText";grid-template-columns:1fr 0 1fr}}.NewsSection_mainImage__ZgCyt{grid-area:mainImage}.NewsSection_firstSideImage__QRgWn{grid-area:firstSideImage}.NewsSection_secondSideImage__w1Jng{grid-area:secondSideImage}.NewsSection_mainText__u9PZR{grid-area:mainText}.NewsSection_firstSideText__g\+N3r,.NewsSection_mainText__u9PZR{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.NewsSection_firstSideText__g\+N3r{grid-area:firstSideText}.NewsSection_secondSideText__\+nBMg{grid-area:secondSideText}.NewsPage_titleWrapper__mzjxM,.NewsSection_secondSideText__\+nBMg{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.NewsPage_titleWrapper__mzjxM{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px;width:100%;z-index:1}.NewsPage_titleWrapper__mzjxM h2{margin-bottom:0}@media(max-width:1240px){.NewsPage_titleWrapper__mzjxM{margin-bottom:20px}}.NewsPage_loadButtonWrapper__gyoYP{justify-content:space-evenly;padding-bottom:20px;z-index:1}.NewsPage_loadButtonWrapper__gyoYP h2{z-index:1}.NewsPage_loadButton__PuQjM{width:262px}@media(max-width:1240px){.NewsPage_loadButton__PuQjM{width:200px}}.OneNewsPage_wrapper__d3wy1{grid-gap:100px;display:grid;gap:100px;grid-template-columns:770px 330px;width:100%}@media(min-width:767.999px)and (max-width:1239.999px){.OneNewsPage_wrapper__d3wy1{gap:20px;grid-template-columns:70% auto}}@media(max-width:767.998px){.OneNewsPage_wrapper__d3wy1{gap:40px;grid-template-columns:100%}}.OneNewsPage_mainNews__RNBVo{margin-bottom:80px;width:100%}@media(max-width:767.998px){.OneNewsPage_mainNews__RNBVo{margin-bottom:0}}.OneNewsPage_paragraph__HArdz{font-size:20px;line-height:24px;line-height:200%;text-align:justify}@media(max-width:1240px){.OneNewsPage_paragraph__HArdz{line-height:150%}}@media(max-width:767.998px){.OneNewsPage_paragraph__HArdz{font-size:14px;line-height:17px}}.OneNewsPage_image__UaX0u{aspect-ratio:1.5;border-radius:20px;margin:20px 0;object-fit:cover;width:100%}.OneNewsPage_dateAuthorWrapper__bq1li{display:flex;justify-content:space-between;width:100%}.OneNewsPage_aboveLine__f6T5Y{font-size:16px;line-height:19px;margin-bottom:10px}@media(min-width:575.999px)and (max-width:767.998px){.OneNewsPage_aboveLine__f6T5Y{font-size:14px;line-height:17px}}.OneNewsPage_alignRight__NvS3k{text-align:right}.OneNewsPage_shareWrapper__IjwI3{align-items:center;display:flex;gap:20px;margin-top:20px}.OneNewsPage_shareWrapper__IjwI3 p{display:block;font-size:20px;font-weight:600;line-height:24px;margin-bottom:0}.OneNewsPage_shareLink__yrigy{align-items:center;display:grid;height:20px;justify-content:center;margin:0;padding:0;width:20px}.OneNewsPage_shareLink__yrigy img{height:20px;margin:0;object-fit:cover;padding:0;width:20px}.OneNewsPage_sideNews__TyZ48{display:flex;flex-direction:column}.OneNewsPage_sideNewsWrapper__oBI1d{grid-gap:20px;display:grid;gap:20px;margin-bottom:30px;overflow-x:hidden}@media(max-width:767.998px){.OneNewsPage_sideNewsWrapper__oBI1d{grid-template-columns:repeat(3,1fr)}}@media(max-width:575.998px){.OneNewsPage_sideNewsWrapper__oBI1d{grid-template-columns:repeat(2,1fr)}}.OneNewsPage_newsWrapper__rpxON{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.OneNewsPage_loadButton__AhuEm{display:none;margin-bottom:20px;width:262px}@media(max-width:767.998px){.OneNewsPage_loadButton__AhuEm{align-self:center;display:block}}.Referrals_tabWrapper__esLv2{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.Referrals_tabWrapper__esLv2 button{width:100%}@media(max-width:575.998px){.Referrals_tabWrapper__esLv2{gap:5px;grid-template-columns:repeat(3,auto);width:100%}}.Referrals_optionsWrapper__r4Q7s{align-items:flex-end;display:flex;justify-content:space-between}@media(max-width:575.998px){.Referrals_optionsWrapper__r4Q7s{grid-gap:10px;display:grid;gap:10px}}.Referrals_table__qT5sx{background:#fff;border-bottom-left-radius:19px;border-bottom-right-radius:19px;display:grid;margin:16px -19px -10px;overflow:hidden;position:relative;width:calc(100% + 38px)}@media(max-width:1240px){.Referrals_table__qT5sx{margin-bottom:-19px}}@media(max-width:575.998px){.Referrals_table__qT5sx{margin:5px -9px -9px;width:calc(100% + 18px)}}.Referrals_row__MClnf{align-items:center;display:grid;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;padding:1px 19px;width:100%}.Referrals_rowHistory__59HfC{grid-template-columns:14% 9% 8% 11% 10% 43%}.Referrals_rowHistoryCash__wESND{grid-template-columns:14% 18% 5% 10% 10% 8% 17%}.Referrals_rowTurnover__KAXIW{grid-template-columns:9% 12% 13% 13% 21% 9% 9%}.Referrals_rowMobile__r8wlA{gap:20px;grid-template-columns:40% auto;justify-content:flex-start}.Referrals_rowMobileTitleWrapper__vkPJb{display:flex;gap:20px}.Referrals_imgRotate__OsKnA{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.Referrals_grey__zvkIx{color:#666}.Referrals_titleRow__HT8mC{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:8px;padding-top:8px}@media(max-width:1240px){.Referrals_titleRow__HT8mC{font-size:16px;grid-template-columns:auto auto;justify-content:space-between;line-height:19px}}.Referrals_cell__vGoi-{align-items:center;color:#000;display:flex;font-size:14px;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;line-height:17px;padding:4px 0;width:100%}.Referrals_cellColoredBg__NrCbi{background:linear-gradient(135deg,#f9f2ff,#faf2fc)}.Referrals_tableTitle__jwiKD{font-size:14px;font-weight:500;line-height:17px}@media(max-width:1240px){.Referrals_tableTitle__jwiKD{font-size:16px;line-height:19px}}.Referrals_hiddenWrapper__s2OgV{height:0;overflow:hidden}.Referrals_TxID__DsujI{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.Referrals_cancelled__\+0RaQ{color:#ff004d}.Referrals_credited__8bytQ{color:#00d09e}.Referrals_cancelButton__kuyaB{color:#666;font-size:14px;height:15px;line-height:17px}@media(max-width:1240px){.Referrals_cancelButton__kuyaB{font-size:12px;height:13px;line-height:15px}}.Referrals_line__W-KtG{background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);height:3px;margin:0 20px}.Referrals_lineMobile__wLb--{background:#abaeef;height:1px}.Referrals_paginationWrapper__9SNFg{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;margin:0 auto;width:420px}@media(min-width:575.999px)and (max-width:767.998px){.Referrals_paginationWrapper__9SNFg{width:350px}}@media(max-width:575.998px){.Referrals_paginationWrapper__9SNFg{width:330px}}.Referrals_paginationCenterWrapper__wrtGs{display:flex;gap:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;place-content:center}@media(max-width:767.998px){.Referrals_paginationCenterWrapper__wrtGs{gap:8px}}.Referrals_arrowButton__KyrI5{aspect-ratio:1;display:grid;place-content:center}.Referrals_arrowButton__KyrI5 img{-webkit-filter:invert(14%) sepia(65%) saturate(7464%) hue-rotate(274deg) brightness(92%) contrast(127%);filter:invert(14%) sepia(65%) saturate(7464%) hue-rotate(274deg) brightness(92%) contrast(127%)}@media(max-width:767.998px){.Referrals_arrowButton__KyrI5 img{height:12.25px;width:8.75px}}@media(max-width:575.998px){.Referrals_arrowButton__KyrI5 img{height:10.5px;width:7.5px}}.Referrals_arrowRight__Xcer6{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media(hover:hover){.Referrals_arrowRight__Xcer6:not(:disabled):hover{box-shadow:none}.Referrals_arrowRight__Xcer6:not(:disabled):hover img{-webkit-filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%);filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%)}}.Referrals_arrowRight__Xcer6:not(:disabled):active{box-shadow:none}.Referrals_arrowRight__Xcer6:not(:disabled):active img{-webkit-filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%);filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%)}.Referrals_pageNumber__GmSle{cursor:pointer;font-size:16px;line-height:36px;place-self:center;text-align:center;width:30px}@media(max-width:767.998px){.Referrals_pageNumber__GmSle{font-size:14px;line-height:17px;width:26px}}.Referrals_pageNumberActive__PKtl2{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.Referrals_ellipsisWrapper__gsR4O{width:40px}@media(max-width:767.998px){.Referrals_ellipsisWrapper__gsR4O{width:35px}}@media(max-width:575.998px){.Referrals_ellipsisWrapper__gsR4O{width:30px}}.Referrals_ellipsis__eDe3m{border:2px solid #e7c8ff;font-size:16px;line-height:19px;padding:0;text-align:center}.Referrals_notification1Figure__dDIig{background-color:#abaeef;border-radius:10px;color:#fff;display:grid;font-size:14px;height:20px;line-height:17px;place-content:center;place-items:center;position:absolute;right:0;top:0;-webkit-transform:translateX(8px) translateY(-8px);transform:translateX(8px) translateY(-8px);width:20px}@media(max-width:575.998px){.Referrals_notification1Figure__dDIig{font-size:12px;height:16px;line-height:15px;-webkit-transform:translateX(4px) translateY(-6px);transform:translateX(4px) translateY(-6px);width:16px}}.Referrals_notificationMoreThan1Figure__L3qg6{padding:0 4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Referrals_section__gbZ4a{width:100%}.Referrals_section__gbZ4a .Referrals_section__subsection__9I4QA:not(:last-child){margin-bottom:40px}@media(max-width:1240px){.Referrals_section__gbZ4a .Referrals_section__subsection__9I4QA:not(:last-child){margin-bottom:20px}}.Referrals_section__gbZ4a .Referrals_section__header__cEaF7{text-align:center}.Referrals_section__gbZ4a .Referrals_section__header__cEaF7:not(:last-child){margin-bottom:20px}.Referrals_section__gbZ4a .Referrals_section__title__2TXgT{color:var(--active-menu-color)!important;font-size:20px;font-weight:600;line-height:24px}@media(max-width:1240px){.Referrals_section__gbZ4a .Referrals_section__title__2TXgT{font-size:12px;line-height:14px}}.Referrals_section__gbZ4a .Referrals_wysiwyg__KtkE\+{color:#000}.Referrals_section__gbZ4a .Referrals_reference__JI8Wt{display:flex;flex-wrap:wrap;width:100%}.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__list__X7b7i{display:flex;flex-direction:column;width:100%}.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__item__2m1dq{width:100%}.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__item__2m1dq:not(:last-child){margin-bottom:20px}.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__header__wKJUf{font-size:18px;font-weight:500;line-height:24px;margin-bottom:12px;width:100%}@media(max-width:1240px){.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__header__wKJUf{font-size:12px;line-height:14px}}.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__layout__iBHTc{align-items:flex-end;display:flex}.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__main__nU1FJ{margin-right:20px;width:100%}.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__field__OG2NK{background-color:hsla(0,0%,40%,.1);border:0;border-radius:12px;font-family:Inter;font-size:18px;font-weight:400;height:40px;line-height:24px;padding:8px 20px;resize:none;width:100%}@media(max-width:1240px){.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__field__OG2NK{font-size:12px;height:32px;line-height:18px}}.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__field__OG2NK.Referrals_reference__field_second__aNSLH{height:280px}@media(max-width:1240px){.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__field__OG2NK.Referrals_reference__field_second__aNSLH{height:140px}}.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__action__PtGWP{align-items:center;background-color:#00d09e;border-radius:12px;cursor:pointer;display:flex;justify-content:center;padding:8px 40px;width:200px}@media(max-width:1240px){.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__action__PtGWP{background-color:#efebff;border-radius:12px;height:32px;padding:8px;width:32px}}.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__action__PtGWP .Referrals_reference__ico__SGsGS{display:none;height:16px;width:16px}@media(max-width:1240px){.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__action__PtGWP .Referrals_reference__ico__SGsGS{display:block}}.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__action__PtGWP .Referrals_reference__text__ZqQJh{color:#fff;font-size:18px;font-weight:500;line-height:24px}@media(max-width:1240px){.Referrals_section__gbZ4a .Referrals_reference__JI8Wt .Referrals_reference__action__PtGWP .Referrals_reference__text__ZqQJh{display:none}}.Referrals_section__gbZ4a .Referrals_rowTabSecondary__VNRJt{grid-template-columns:40% 40% 20%}@media(max-width:1240px){.Referrals_section__gbZ4a .Referrals_rowTabSecondary__VNRJt{grid-template-columns:33.3% 33.3% 33.3%}}.Referrals_section__gbZ4a .Referrals_rowTabTertiary__agOj\+{grid-template-columns:40% 40% 20%}@media(max-width:1240px){.Referrals_section__gbZ4a .Referrals_rowTabTertiary__agOj\+{grid-template-columns:33.3% 33.3% 33.3%}}.Referrals_section__gbZ4a .Referrals_wysiwyg__KtkE\+{font-size:18px;line-height:40px}@media(max-width:1240px){.Referrals_section__gbZ4a .Referrals_wysiwyg__KtkE\+{font-size:12px;line-height:14px}}.Referrals_table__qT5sx{margin:0;width:100%}@media(max-width:1240px){.Referrals_table__qT5sx .Referrals_cell__vGoi-{font-size:12px;line-height:14px}}.Referrals_tabWrapper__esLv2{margin-bottom:40px;width:100%}@media(max-width:1240px){.Referrals_tabWrapper__esLv2{margin-bottom:20px}}.Referrals_tabWrapper__esLv2 button{font-weight:400}@media(max-width:1240px){.Referrals_tabWrapper__esLv2 button{font-size:12px;line-height:14px}}.Order_wrapper__XR4VI{background:#fff;border:1px solid #abaeef;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:20px;padding:20px;width:965px}@media(max-width:1240px){.Order_wrapper__XR4VI{width:100%}}@media(max-width:575.998px){.Order_wrapper__XR4VI{padding:10px}}.Order_firstRow__4e1jB{align-items:center;display:flex;justify-content:space-between}.Order_firstRow__4e1jB div{margin-bottom:0}@media(max-width:575.998px){.Order_firstRow__4e1jB{flex-direction:column;gap:19px}}.Order_title__gg6-n{color:#000;font-size:32px;font-weight:400;line-height:39px;margin-bottom:0;white-space:nowrap}@media(max-width:1240px){.Order_title__gg6-n{white-space:normal}}@media(max-width:767.998px){.Order_title__gg6-n{font-size:20px;line-height:24px}}@media(max-width:575.998px){.Order_title__gg6-n{align-self:flex-start}}.Order_title__gg6-n:not(:last-child){margin-right:20px}.Order_selectorsWrapper__j-uuj{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1.1fr;width:100%}@media(min-width:767.999px)and (max-width:1239.999px){.Order_selectorsWrapper__j-uuj{gap:10px}}@media(max-width:767.998px){.Order_selectorsWrapper__j-uuj{gap:10px;grid-template-columns:1fr;height:auto}}.Order_table__cyiMT{background:#fff;border-radius:19px;display:grid;margin:0 -19px -10px;overflow:hidden;position:relative;width:calc(100% + 38px)}@media(max-width:575.998px){.Order_table__cyiMT{margin:0 -9px;width:calc(100% + 18px)}}.Order_tableCancel__4vv-R{background:#fff;border-radius:19px;display:grid;grid-template-areas:"t t t t t t t" "l l l l l l l";grid-template-columns:repeat(7,auto);overflow:hidden;position:relative}.Order_tableCancel__4vv-R div:first-child,.Order_tableCancel__4vv-R div:nth-child(7n+2):not(:nth-child(2)){padding-left:20px}@media(min-width:575.999px)and (max-width:767.998px){.Order_tableCancel__4vv-R{grid-template-areas:"t t t t t t" "l l l l l l";grid-template-columns:repeat(6,auto)}}@media(max-width:575.998px){.Order_tableCancel__4vv-R{grid-template-areas:"t t t t" "l l l l";grid-template-columns:repeat(4,auto)}.Order_tableCancel__4vv-R div:nth-child(2),.Order_tableCancel__4vv-R div:nth-child(7n+3):not(.Order_tableTitle__fTyLv){padding-left:20px}}.Order_tableNoCancel__rZsx4{grid-template-areas:"t t t t t t" "l l l l l l";grid-template-columns:repeat(6,auto)}.Order_tableNoCancel__rZsx4 div:first-child,.Order_tableNoCancel__rZsx4 div:nth-child(6n+2):not(:nth-child(2)){padding-left:20px}@media(min-width:575.999px)and (max-width:767.998px){.Order_tableNoCancel__rZsx4{grid-template-areas:"t t t t t" "l l l l l";grid-template-columns:repeat(5,auto)}}@media(max-width:575.998px){.Order_tableNoCancel__rZsx4{grid-template-areas:"t t t" "l l l";grid-template-columns:repeat(3,auto)}.Order_tableNoCancel__rZsx4 div:nth-child(2),.Order_tableNoCancel__rZsx4 div:nth-child(6n+3):not(.Order_tableTitle__fTyLv){padding-left:20px}}.Order_cell__t6wvW{align-items:center;color:#000;display:flex;font-size:14px;font-weight:400;height:29px;justify-content:flex-start;line-height:17px;white-space:nowrap;width:100%}@media(max-width:767.998px){.Order_cell__t6wvW{font-size:12px;line-height:15px}}.Order_cellColoredBg__Qx9Uy{background:linear-gradient(135deg,#f9f2ff,#faf2fc)}.Order_tableTitle__fTyLv{font-size:18px;font-weight:500;line-height:22px;margin:10px 0}@media(max-width:1240px){.Order_tableTitle__fTyLv{font-size:14px;line-height:17px}}.Order_line__FBUKc{background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);grid-area:l;height:3px;margin:0 20px}.Order_green__kUmhA{color:#00d09e}@media(max-width:767.998px){.Order_phoneGreen__oswu2{color:#00d09e}}.Order_red__fT2Bx{color:#ff004d}@media(max-width:767.998px){.Order_phoneRed__JkwKt{color:#ff004d}.Order_phoneHidden__b25Ot{display:none}}@media(max-width:575.998px){.Order_phoneVertHidden__v8vqM{display:none}}.Order_phoneVertOnly__QN5z1{display:none}@media(max-width:575.998px){.Order_phoneVertOnly__QN5z1{display:block}.Order_actionTitlePhone__94deN{visibility:hidden;width:0}}.Page404_planets__GCmHC{grid-gap:60px;background-image:url(/static/media/404bg.bd9ec64954bb5ee5e5a0.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:grid;gap:60px;grid-template-columns:50%;grid-template-rows:-webkit-min-content auto -webkit-min-content;grid-template-rows:min-content auto min-content;height:876px;margin-bottom:-110px;margin-top:-110px;place-content:center;place-items:center}.Page404_planets__GCmHC h3{font-size:18px;font-weight:400;line-height:22px}.Page404_planets__GCmHC img,.Page404_planets__GCmHC svg{height:auto;width:100%}.Page404_planets__GCmHC button{width:414px}@media(max-width:575.998px){.Page404_planets__GCmHC button{width:298px}}@media(max-width:1240px){.Page404_planets__GCmHC{grid-template-columns:85%}}@media(min-width:767.999px)and (max-width:1239.999px){.Page404_planets__GCmHC{margin-top:-20px}}.ApiKeysModal_title__hBV\+1{font-weight:400;max-width:calc(100% - 27px)}@media(max-width:767.998px){.ApiKeysModal_title__hBV\+1{font-size:20px;line-height:24px}}@media(max-width:575.998px){.ApiKeysModal_title__hBV\+1{max-width:calc(100% - 20px)}}.ApiKeysModal_form__Z8hd4{grid-gap:10px;display:grid;gap:10px;margin-top:30px}@media(max-width:767.998px){.ApiKeysModal_form__Z8hd4{margin-top:20px}}.ApiKeysModal_fieldWrapper__uNZ4h{grid-gap:5px;display:grid;gap:5px}.ApiKeysModal_fieldWrapper__uNZ4h span{font-size:18px;font-weight:500;line-height:22px}@media(max-width:575.998px){.ApiKeysModal_fieldWrapper__uNZ4h span{font-size:14px;line-height:17px}}.ApiKeysModal_formButton__XVlHw{justify-self:center;width:163px}.ApiKeysModal_keyInfo__KFVEP{display:flex;flex-direction:column;gap:5px;margin-top:10px}.ApiKeysModal_key__IrdmA{font-size:15px;word-break:break-all}.ApiKeys_wrapper__Hp2zr{background:#fff;border:1px solid #abaeef;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:20px;padding:20px;width:965px}@media(max-width:1240px){.ApiKeys_wrapper__Hp2zr{width:100%}}@media(max-width:575.998px){.ApiKeys_wrapper__Hp2zr{padding:10px}}.ApiKeys_firstRow__IeiC6{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:20px}.ApiKeys_firstRow__IeiC6 button{width:163px}.ApiKeys_title__UlI5w{color:#000;font-size:32px;font-weight:400;line-height:39px}@media(min-width:575.999px)and (max-width:767.998px){.ApiKeys_title__UlI5w{font-size:20px;line-height:24px}}@media(max-width:575.998px){.ApiKeys_title__UlI5w{font-size:18px;line-height:22px}}.ApiKeys_table__amPaV{grid-gap:0 4px;display:grid;gap:0 4px;grid-template-columns:repeat(7,auto);margin-bottom:20px;overflow:hidden}@media(max-width:767.998px){.ApiKeys_table__amPaV{grid-template-columns:repeat(6,auto);margin-bottom:10px}}@media(max-width:575.998px){.ApiKeys_table__amPaV{grid-template-columns:repeat(4,auto);margin:0 -5px 10px}}.ApiKeys_titleBg__xpGyG{background:#efebff;border-radius:20px 20px 0 0;height:64px;left:0;position:absolute;top:0;width:100%}.ApiKeys_cell__dv85-{align-items:center;display:flex;font-size:12px;height:51px;line-height:15px;width:100%}.ApiKeys_cell__dv85-:not(.ApiKeys_titleCell__ngIVE){word-break:break-all}@media(min-width:767.999px)and (max-width:1239.999px){.ApiKeys_cell__dv85-:not(.ApiKeys_titleCell__ngIVE){max-width:138px}}@media(max-width:767.998px){.ApiKeys_cell__dv85-:not(.ApiKeys_titleCell__ngIVE){max-width:120px}}@media(max-width:575.998px){.ApiKeys_cell__dv85-:not(.ApiKeys_titleCell__ngIVE){justify-content:center}}button.ApiKeys_cell__dv85-{color:#ff004d;font-size:14px;line-height:17px}@media(max-width:767.998px){.ApiKeys_phoneHidden__0SlZU{display:none}}@media(max-width:575.998px){.ApiKeys_phoneVHidden__\+ESXw{display:none}}.ApiKeys_titleCell__ngIVE{font-size:14px;font-weight:500;height:64px;line-height:17px;line-height:13px}.ApiKeys_titleCell__ngIVE:first-of-type{padding-left:10px}@media(max-width:575.998px){.ApiKeys_titleCell__ngIVE:first-of-type{padding-left:5px}}.ApiKeys_line__OdfNv{background:radial-gradient(96.1% 93.99% at 0 2.73%,#ccfff3 0,#c985ff 100%);grid-column:1/8;height:1px}@media(max-width:767.998px){.ApiKeys_line__OdfNv{grid-column:1/7}}@media(max-width:575.998px){.ApiKeys_line__OdfNv{grid-column:1/5}}.ExternalPayments_firstRow__3cL5Y{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.ExternalPayments_title__wf9u2{color:#202639;font-size:24px;font-weight:600;margin:0}.ExternalPayments_description__IK4df{color:#666;font-size:14px;line-height:1.5;margin:0}.ExternalPayments_table__POxGq{grid-gap:0;border:1px solid #e5e5e5;border-radius:8px;display:grid;gap:0;grid-template-columns:1fr 2fr 1fr;margin-bottom:30px;overflow:hidden}.ExternalPayments_titleBg__6s5Aa{background:#f8f9fa;grid-column:1/-1;height:0}.ExternalPayments_cell__RfV\+I{align-items:center;border-bottom:1px solid #e5e5e5;display:flex;min-height:50px;padding:15px}.ExternalPayments_titleCell__A9cil{background:#f8f9fa;border-bottom:2px solid #e5e5e5;color:#202639;font-weight:600}.ExternalPayments_line__OCXKe{background:#e5e5e5;grid-column:1/-1;height:1px}.ExternalPayments_documentsSection__uEn3U{margin-top:40px}.ExternalPayments_sectionTitle__PuVZm{color:#202639;font-size:20px;font-weight:600;margin-bottom:20px}.ExternalPayments_documentsSection__uEn3U .ExternalPayments_table__POxGq{grid-template-columns:1fr 2fr}.ExternalPayments_fileCell__sYeAI{align-items:center;display:flex;gap:15px}.ExternalPayments_fileExtension__hfc7R{background:#f0f0f0;border-radius:4px;color:#666;font-size:12px;font-weight:500;padding:4px 8px;text-transform:uppercase}.ExternalPayments_uploadSection__rz3Y\+{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;gap:15px;margin-top:20px;padding:20px}.ExternalPayments_fileInput__Ot8rk{background:#fff;border:1px solid #ddd;border-radius:4px;flex:1 1;padding:8px}@media(max-width:768px){.ExternalPayments_table__POxGq{gap:10px;grid-template-columns:1fr}.ExternalPayments_cell__RfV\+I{min-height:auto;padding:10px}.ExternalPayments_titleCell__A9cil{text-align:center}.ExternalPayments_documentsSection__uEn3U .ExternalPayments_table__POxGq{grid-template-columns:1fr}.ExternalPayments_fileCell__sYeAI{align-items:flex-start;flex-direction:column;gap:10px}.ExternalPayments_uploadSection__rz3Y\+{align-items:stretch;flex-direction:column}}@media(max-width:480px){.ExternalPayments_firstRow__3cL5Y{align-items:flex-start;flex-direction:column;gap:15px}.ExternalPayments_title__wf9u2{font-size:20px}.ExternalPayments_sectionTitle__PuVZm{font-size:18px}}.SupportModal_modalBlurBg__AVY4D{-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);background:hsla(0,0%,40%,.25);display:grid;height:100%;left:0;place-content:center;position:fixed;top:0;width:100%;z-index:3}.SupportModal_modalBorderWrapper__5xGbl{background:radial-gradient(150.69% 118.33% at 123.17% 100%,#c6fff1 0,#e7c8ff 100%);border-radius:20px;box-shadow:5px 5px 10px rgba(127,0,226,.2);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-self:center;padding:1px;width:794px}@media(min-width:767.999px)and (max-width:1239.999px){.SupportModal_modalBorderWrapper__5xGbl{width:610px}}@media(min-width:575.999px)and (max-width:767.998px){.SupportModal_modalBorderWrapper__5xGbl{width:540px}}@media(max-width:575.998px){.SupportModal_modalBorderWrapper__5xGbl{width:360px}}.SupportModal_modal__4dD-a{background:#fff;border-radius:19px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px;width:100%}@media(max-width:1240px){.SupportModal_modal__4dD-a{padding:15px 10px 10px}}.SupportModal_exitButton__ffNlS{position:absolute;right:20px;top:20px;z-index:4}@media(max-width:575.998px){.SupportModal_exitButton__ffNlS{height:15px;right:15px;top:15px;width:15px}.SupportModal_exitButton__ffNlS img{height:15px;width:15px}}.SupportModal_title__KS8Wd{font-weight:400}@media(max-width:767.998px){.SupportModal_title__KS8Wd{font-size:20px;line-height:24px}}.SupportModal_form__hwaGe{grid-gap:20px;display:grid;gap:20px;margin-top:30px}@media(max-width:767.998px){.SupportModal_form__hwaGe{margin-top:20px}}.SupportModal_textarea__x-2NO{-ms-overflow-style:none;padding:10px;resize:none;scrollbar-width:none}.SupportModal_textarea__x-2NO::-webkit-scrollbar{display:none}.SupportModal_fieldWrapper__HITBg{grid-gap:10px;display:grid;gap:10px}.SupportModal_fieldWrapper__HITBg span{font-size:18px;font-weight:500;line-height:22px}@media(max-width:575.998px){.SupportModal_fieldWrapper__HITBg span{font-size:14px;line-height:17px}}.SupportModal_fieldWrapper__HITBg textarea{height:156px}.SupportModal_formButton__nK3PA{justify-self:center;width:163px}.Support_wrapper__-Ix6U{background:#fff;border:1px solid #abaeef;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:20px;padding:20px;width:100%}@media(max-width:1240px){.Support_wrapper__-Ix6U{width:100%}}@media(max-width:575.998px){.Support_wrapper__-Ix6U{padding:10px}}.Support_button__RT\+LW{width:163px}.Support_table__gG\+PK{grid-gap:0 30px;display:grid;gap:0 30px;grid-template-columns:repeat(4,auto);margin-top:20px;overflow:hidden}@media(max-width:575.998px){.Support_table__gG\+PK{grid-template-columns:repeat(3,auto)}}.Support_titleBg__tOWwR{background:#efebff;border-radius:20px 20px 0 0;height:50px;left:0;position:absolute;top:0;width:100%}.Support_cell__oCGYK{align-items:center;display:flex;font-size:16px;font-weight:400;height:58px;line-height:19px;width:100%}@media(max-width:767.998px){.Support_cell__oCGYK{font-size:12px;line-height:15px}}.Support_cell__oCGYK:nth-of-type(4n+1){font-weight:500;margin-left:20px}@media(max-width:1240px){.Support_cell__oCGYK:nth-of-type(4n+1){margin-left:10px}}.Support_cell__oCGYK:nth-of-type(4n+4){margin-right:20px}@media(max-width:575.998px){.Support_cell__oCGYK:nth-of-type(4n+4){margin-left:0}}.Support_cellStatus__wZqbN{color:#00d09e;font-size:20px;font-weight:600;line-height:24px}@media(max-width:767.998px){.Support_cellStatus__wZqbN{font-size:16px;line-height:19px}.Support_phoneHidden__2SUSd{display:none}}@media(max-width:575.998px){.Support_phoneVHidden__eaMmQ{display:none}}.Support_titleCell__R1yOx{font-size:18px;font-weight:500;height:50px;line-height:22px}@media(max-width:767.998px){.Support_titleCell__R1yOx{font-size:14px;line-height:17px}}.Support_line__b6hxH{background:radial-gradient(96.1% 93.99% at 0 2.73%,#ccfff3 0,#c985ff 100%);grid-column:1/5;height:1px}@media(max-width:575.998px){.Support_line__b6hxH{grid-column:1/4}}.LandingPage_layout__wwPLj{background-color:#f6f6f6;color:#202639;font-size:.9375rem;line-height:1.125rem}@media(min-width:1201px){.LandingPage_layout__wwPLj{font-size:1.25rem;line-height:1.5rem}}.LandingPage_layout__wwPLj.LandingPage_layout_second__WanSE{background-color:#f8f9fd}.LandingPage_layout__main__Kgalz{display:flex;flex-direction:column;font-family:Roboto,sans-serif}.LandingPage_layout__main__Kgalz .LandingPage_h1__LpOeE,.LandingPage_layout__main__Kgalz .LandingPage_h2__C1vGQ,.LandingPage_layout__main__Kgalz .LandingPage_h3__leBAy,.LandingPage_layout__main__Kgalz .LandingPage_h4__nmXfd,.LandingPage_layout__main__Kgalz .LandingPage_h5__pTYWn,.LandingPage_layout__main__Kgalz .LandingPage_h6__Uwu2y,.LandingPage_layout__main__Kgalz h1,.LandingPage_layout__main__Kgalz h2,.LandingPage_layout__main__Kgalz h3,.LandingPage_layout__main__Kgalz h4,.LandingPage_layout__main__Kgalz h5,.LandingPage_layout__main__Kgalz h6{color:#202639;font-weight:400;line-height:1.25}.LandingPage_layout__main__Kgalz .LandingPage_h1__LpOeE:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_h2__C1vGQ:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_h3__leBAy:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_h4__nmXfd:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_h5__pTYWn:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_h6__Uwu2y:not(:last-child),.LandingPage_layout__main__Kgalz h1:not(:last-child),.LandingPage_layout__main__Kgalz h2:not(:last-child),.LandingPage_layout__main__Kgalz h3:not(:last-child),.LandingPage_layout__main__Kgalz h4:not(:last-child),.LandingPage_layout__main__Kgalz h5:not(:last-child),.LandingPage_layout__main__Kgalz h6:not(:last-child){margin:0 0 1px}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_h1__LpOeE:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_h2__C1vGQ:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_h3__leBAy:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_h4__nmXfd:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_h5__pTYWn:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_h6__Uwu2y:not(:last-child),.LandingPage_layout__main__Kgalz h1:not(:last-child),.LandingPage_layout__main__Kgalz h2:not(:last-child),.LandingPage_layout__main__Kgalz h3:not(:last-child),.LandingPage_layout__main__Kgalz h4:not(:last-child),.LandingPage_layout__main__Kgalz h5:not(:last-child),.LandingPage_layout__main__Kgalz h6:not(:last-child){margin:0 0 24px}}.LandingPage_layout__main__Kgalz .LandingPage_h1__LpOeE a,.LandingPage_layout__main__Kgalz .LandingPage_h2__C1vGQ a,.LandingPage_layout__main__Kgalz .LandingPage_h3__leBAy a,.LandingPage_layout__main__Kgalz .LandingPage_h4__nmXfd a,.LandingPage_layout__main__Kgalz .LandingPage_h5__pTYWn a,.LandingPage_layout__main__Kgalz .LandingPage_h6__Uwu2y a,.LandingPage_layout__main__Kgalz h1 a,.LandingPage_layout__main__Kgalz h2 a,.LandingPage_layout__main__Kgalz h3 a,.LandingPage_layout__main__Kgalz h4 a,.LandingPage_layout__main__Kgalz h5 a,.LandingPage_layout__main__Kgalz h6 a{color:#202639;text-decoration:none}.LandingPage_layout__main__Kgalz .LandingPage_h1__LpOeE a:hover,.LandingPage_layout__main__Kgalz .LandingPage_h2__C1vGQ a:hover,.LandingPage_layout__main__Kgalz .LandingPage_h3__leBAy a:hover,.LandingPage_layout__main__Kgalz .LandingPage_h4__nmXfd a:hover,.LandingPage_layout__main__Kgalz .LandingPage_h5__pTYWn a:hover,.LandingPage_layout__main__Kgalz .LandingPage_h6__Uwu2y a:hover,.LandingPage_layout__main__Kgalz h1 a:hover,.LandingPage_layout__main__Kgalz h2 a:hover,.LandingPage_layout__main__Kgalz h3 a:hover,.LandingPage_layout__main__Kgalz h4 a:hover,.LandingPage_layout__main__Kgalz h5 a:hover,.LandingPage_layout__main__Kgalz h6 a:hover{text-decoration:underline}.LandingPage_layout__main__Kgalz .LandingPage_h1__LpOeE strong,.LandingPage_layout__main__Kgalz .LandingPage_h2__C1vGQ strong,.LandingPage_layout__main__Kgalz .LandingPage_h3__leBAy strong,.LandingPage_layout__main__Kgalz .LandingPage_h4__nmXfd strong,.LandingPage_layout__main__Kgalz .LandingPage_h5__pTYWn strong,.LandingPage_layout__main__Kgalz .LandingPage_h6__Uwu2y strong,.LandingPage_layout__main__Kgalz h1 strong,.LandingPage_layout__main__Kgalz h2 strong,.LandingPage_layout__main__Kgalz h3 strong,.LandingPage_layout__main__Kgalz h4 strong,.LandingPage_layout__main__Kgalz h5 strong,.LandingPage_layout__main__Kgalz h6 strong{color:#a717ff}.LandingPage_layout__main__Kgalz .LandingPage_h1__LpOeE,.LandingPage_layout__main__Kgalz h1{font-size:1.5rem;font-weight:600}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_h1__LpOeE,.LandingPage_layout__main__Kgalz h1{font-size:3.25rem}}.LandingPage_layout__main__Kgalz .LandingPage_h1__LpOeE strong,.LandingPage_layout__main__Kgalz h1 strong{font-weight:600}.LandingPage_layout__main__Kgalz .LandingPage_h2__C1vGQ,.LandingPage_layout__main__Kgalz h2{font-size:1.125rem}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_h2__C1vGQ,.LandingPage_layout__main__Kgalz h2{font-size:2rem}}.LandingPage_layout__main__Kgalz .LandingPage_h3__leBAy,.LandingPage_layout__main__Kgalz h3{font-size:1.25rem}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_h3__leBAy,.LandingPage_layout__main__Kgalz h3{font-size:1.5rem}}.LandingPage_layout__main__Kgalz .LandingPage_h4__nmXfd,.LandingPage_layout__main__Kgalz h4{font-size:1.25rem}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_h4__nmXfd,.LandingPage_layout__main__Kgalz h4{font-size:1.25rem}}.LandingPage_layout__main__Kgalz .LandingPage_h5__pTYWn,.LandingPage_layout__main__Kgalz h5{font-size:1rem}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_h5__pTYWn,.LandingPage_layout__main__Kgalz h5{font-size:1.25rem}}.LandingPage_layout__main__Kgalz .LandingPage_h6__Uwu2y,.LandingPage_layout__main__Kgalz h6{font-size:1rem;line-height:1.5rem}.LandingPage_layout__main__Kgalz strong{font-weight:500}.LandingPage_layout__main__Kgalz a{color:#202639;text-decoration:none}.LandingPage_layout__main__Kgalz a:hover{text-decoration:none}.LandingPage_layout__main__Kgalz ol,.LandingPage_layout__main__Kgalz p,.LandingPage_layout__main__Kgalz ul{margin:0;padding:0}.LandingPage_layout__main__Kgalz ol:empty,.LandingPage_layout__main__Kgalz p:empty,.LandingPage_layout__main__Kgalz ul:empty{display:none}.LandingPage_layout__main__Kgalz ol,.LandingPage_layout__main__Kgalz ul{list-style:none}.LandingPage_layout__main__Kgalz ol ol,.LandingPage_layout__main__Kgalz ol ul,.LandingPage_layout__main__Kgalz ul ol,.LandingPage_layout__main__Kgalz ul ul{margin:.5em 0}.LandingPage_layout__main__Kgalz ol li,.LandingPage_layout__main__Kgalz ul li{margin:0 0 .5rem}.LandingPage_layout__main__Kgalz img,.LandingPage_layout__main__Kgalz svg{height:auto;max-width:100%;object-fit:cover;outline:none}.LandingPage_layout__main__Kgalz .LandingPage_sup__6ZoMU,.LandingPage_layout__main__Kgalz sup{color:#1aefbc;font-size:.75rem;position:relative;top:-.25rem}.LandingPage_layout__main__Kgalz blockquote{border-left:1.125em solid rgba(32,38,57,.5);font-style:italic;margin-bottom:2rem;padding-left:1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_q__hNUGD,.LandingPage_layout__main__Kgalz q{display:block;margin-bottom:1.5rem;quotes:"«" "»"}.LandingPage_layout__main__Kgalz .LandingPage_q__hNUGD q,.LandingPage_layout__main__Kgalz q q{quotes:"„" "“"}.LandingPage_layout__main__Kgalz dl{display:flex;margin-bottom:1rem}.LandingPage_layout__main__Kgalz dl:not(:last-child){margin-bottom:.5rem}.LandingPage_layout__main__Kgalz dl dt{color:rgba(32,38,57,.5);min-width:5rem}.LandingPage_layout__main__Kgalz dl dt:not(:last-child){margin-right:.5rem}.LandingPage_layout__main__Kgalz .LandingPage_container__jYuhf{margin:0 auto;max-width:calc(100vw - 2em);width:75rem}.LandingPage_layout__main__Kgalz .LandingPage_container__jYuhf.LandingPage_container_second__kz5D\+{width:50rem}.LandingPage_layout__main__Kgalz .LandingPage_row__vKrwQ{display:flex;flex-wrap:wrap;margin:0 -.5rem;width:calc(100% + 1em)}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_row__vKrwQ{margin:0 -.75rem;width:calc(100% + 1.5em)}.LandingPage_layout__main__Kgalz .LandingPage_row__vKrwQ.LandingPage_row_second__m0Rzo{margin:0 -4.25rem;width:calc(100% + 8.5rem)}.LandingPage_layout__main__Kgalz .LandingPage_row__vKrwQ.LandingPage_row_second__m0Rzo>.LandingPage_col__QVFuS{padding:0 4.25rem}}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS{box-sizing:border-box;display:flex;flex-direction:column;padding:0 .5rem}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS{padding:0 .75rem}}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_1__oaI9o{width:8.3333%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_2__haswe{width:16.666%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_3__YB3lr{width:25%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_4__vqSm8{width:33.3%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_5__INwsQ{width:41.666667%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_6__R7peu{width:50%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_7__10fHJ{width:58.333333%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_8__tSud3{width:66.666667%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_9__WfYgB{width:75%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_10__GPofl{width:83.333333%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_11__9FGM3{width:91.666667%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_12__4XVHS{width:100%}@media(max-width:1200px){.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_desktop_2__pRS4\+{width:16.66%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_desktop_3__iWyym{width:25%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_desktop_4__UQ5n7{width:33.3%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_desktop_5__7TAjC{width:41.666667%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_desktop_6__nXISU{width:50%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_desktop_7__6ZwDs{width:58.333333%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_desktop_8__kgPvC{width:66.666667%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_desktop_9__fMFzi{width:75%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_desktop_10__oJlCc{width:83.333333%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_desktop_11__1eWxi{width:91.666667%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_desktop_12__Jhrnj{width:100%}}@media screen and (max-width:991px){.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_tab_3__X-fcq{width:25%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_tab_4__f5bqM{width:33.3%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_tab_5__jmQhG{width:41.666667%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_tab_6__\+59AA{width:50%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_tab_7__L5o0a{width:58.333333%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_tab_8__9h85V{width:66.666667%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_tab_9__nNNAP{width:75%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_tab_10__CPjyd{width:83.333333%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_tab_11__mh4Mn{width:91.666667%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_tab_12__0VNOg{width:100%}}@media screen and (max-width:767px){.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_mob_3__h6Svm{width:25%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_mob_4__t0KlQ{width:33.3%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_mob_5__KjolA{width:41.666667%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_mob_6__Qj3eV{width:50%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_mob_7__M7IIH{width:58.333333%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_mob_8__GOs7k{width:66.666667%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_mob_9__0mpmp{width:75%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_mob_10__ZFdrc{width:83.333333%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_mob_11__sZzmi{width:91.666667%}.LandingPage_layout__main__Kgalz .LandingPage_col__QVFuS.LandingPage_col_mob_12__JTpar{width:100%}}.LandingPage_layout__main__Kgalz .LandingPage_layout__section__UA-wP{background-color:#f7f7f7;padding:2em 0}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_layout__section__UA-wP{padding:4em 0}}.LandingPage_layout__main__Kgalz .LandingPage_layout__section__UA-wP .LandingPage_section__footer__UZDj0:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_layout__section__UA-wP .LandingPage_section__header__9\+MxG:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_layout__section__UA-wP .LandingPage_section__main__fFZqs:not(:last-child){margin-bottom:2rem}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_layout__section__UA-wP .LandingPage_section__footer__UZDj0:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_layout__section__UA-wP .LandingPage_section__header__9\+MxG:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_layout__section__UA-wP .LandingPage_section__main__fFZqs:not(:last-child){margin-bottom:3.5rem}}.LandingPage_layout__main__Kgalz .LandingPage_layout__section__UA-wP.LandingPage_section_secondary__V-\+5g{background-color:#fff}.LandingPage_layout__main__Kgalz .LandingPage_wysiwyg__dyMNh:not(:last-child){margin-bottom:1.5rem}.LandingPage_layout__main__Kgalz .LandingPage_wysiwyg__dyMNh img,.LandingPage_layout__main__Kgalz .LandingPage_wysiwyg__dyMNh svg{display:block;margin-bottom:1.5rem}.LandingPage_layout__main__Kgalz .LandingPage_wysiwyg__dyMNh ol:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_wysiwyg__dyMNh p:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_wysiwyg__dyMNh ul:not(:last-child){margin-bottom:1.5rem}.LandingPage_layout__main__Kgalz .LandingPage_wysiwyg__dyMNh ul{list-style:none}.LandingPage_layout__main__Kgalz .LandingPage_wysiwyg__dyMNh ul ul{margin-left:0}.LandingPage_layout__main__Kgalz .LandingPage_wysiwyg__dyMNh ul li{padding-left:2rem;position:relative}.LandingPage_layout__main__Kgalz .LandingPage_wysiwyg__dyMNh ul li:before{background-color:#1aefbc;border-radius:50%;content:"";height:.5rem;left:.5rem;position:absolute;top:.4rem;width:.5rem}.LandingPage_layout__main__Kgalz .LandingPage_wysiwyg__dyMNh ol{list-style:decimal;padding-left:1rem}.LandingPage_layout__main__Kgalz .LandingPage_wysiwyg__dyMNh ol li{margin:0 0 .5rem}.LandingPage_layout__main__Kgalz .LandingPage_wysiwyg__dyMNh a{color:#1aefbc;position:relative;white-space:nowrap}.LandingPage_layout__main__Kgalz .LandingPage_wysiwyg__dyMNh a:hover:before{opacity:1}.LandingPage_layout__main__Kgalz .LandingPage_wysiwyg__dyMNh a:before{background-color:#1aefbc;content:"";height:1px;left:0;opacity:.2;position:absolute;top:calc(100% + .125em);transition:all .4s ease-in-out;width:100%}.LandingPage_layout__main__Kgalz .LandingPage_btn__eKrVA{align-items:center;-webkit-appearance:none;appearance:none;background-color:#202639;border:.125rem solid #202639;border-radius:2.5rem;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;justify-content:center;line-height:1.125rem;margin:0;outline:none;padding:1.25rem;text-align:center;text-decoration:none;transition:all .4s ease-in-out}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_btn__eKrVA{font-size:1.25rem;line-height:1.25rem;padding:1.5rem}}.LandingPage_layout__main__Kgalz .LandingPage_btn__eKrVA:hover{background-color:#a717ff;border-color:#a717ff;color:#fff;text-decoration:none}.LandingPage_layout__main__Kgalz .LandingPage_btn__eKrVA.LandingPage_btn_second__Ki84w{background-color:#fff;border-color:#202639;color:#202639}.LandingPage_layout__main__Kgalz .LandingPage_btn__eKrVA.LandingPage_btn_second__Ki84w:hover{border-color:#a717ff;color:#a717ff}.LandingPage_layout__main__Kgalz .LandingPage_btn__eKrVA.LandingPage_btn_tertiaty__AwDRn{background-color:transparent;border-color:#a717ff;color:#a717ff}.LandingPage_layout__main__Kgalz .LandingPage_btn__eKrVA.LandingPage_btn_tertiaty__AwDRn:hover{background-color:#a717ff;border-color:#a717ff;color:#fff}.LandingPage_layout__main__Kgalz .LandingPage_btn__eKrVA.LandingPage_btn_tiny__g8su2{font-size:1rem;font-weight:400;line-height:1.25rem;padding:.5rem 1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_btn__eKrVA:disabled{background-color:rgba(32,38,57,.5);color:#fff}.LandingPage_layout__main__Kgalz .LandingPage_btn__eKrVA .LandingPage_btn__ico__X3BZw:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_btn__eKrVA .LandingPage_btn__text__1CoZ4:not(:last-child){margin-right:.5rem}.LandingPage_layout__main__Kgalz .LandingPage_buttons__7WRl6:not(:last-child){margin-bottom:2.5rem}.LandingPage_layout__main__Kgalz .LandingPage_buttons__7WRl6 .LandingPage_buttons__list__bllzm{display:flex;margin:0 -.5rem -.5rem;width:calc(100% + 1rem)}.LandingPage_layout__main__Kgalz .LandingPage_buttons__7WRl6 .LandingPage_buttons__item__8NmL7{margin:0 .5rem .5rem}.LandingPage_layout__main__Kgalz .LandingPage_textCenter__H\+MT-{text-align:center!important}.LandingPage_layout__main__Kgalz .LandingPage_colorTertiary500__zc-pl{color:#ff004c!important}.LandingPage_layout__main__Kgalz .LandingPage_colorTertiary__B8huN{color:#a717ff!important}.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__list__2mQdi{margin-bottom:-1rem}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__list__2mQdi{margin-bottom:-1.25rem}}.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__item__bC8sU{background-color:#fff;border-radius:1.5rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);display:flex;flex-direction:column;height:100%;margin-bottom:1rem;padding:1.5rem;transition:all .4s ease-in-out}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__item__bC8sU{margin-bottom:1.25rem;padding:2rem}}.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__item__bC8sU:hover{background-color:#f7f7f7;box-shadow:0 .2rem .75rem rgba(0,0,0,.25)}.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__footer__yQxiF:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__header__yoYUM:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__main__UA2fQ:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__media__GHLXR:not(:last-child){margin-bottom:1rem}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__footer__yQxiF:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__header__yoYUM:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__main__UA2fQ:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__media__GHLXR:not(:last-child){margin-bottom:2rem}}.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__media__GHLXR{align-items:flex-start;display:flex;height:3rem;width:3rem}.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__media__GHLXR:not(:last-child){margin-bottom:2rem}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__media__GHLXR:not(:last-child){margin-bottom:2.5rem}}.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__media__GHLXR.LandingPage_boxes__media_second__jYfXk{height:4.5rem;width:auto}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__media__GHLXR.LandingPage_boxes__media_second__jYfXk{height:9.25rem}}.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__media__GHLXR.LandingPage_boxes__media_second__jYfXk:not(:last-child){margin-bottom:1rem}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__media__GHLXR.LandingPage_boxes__media_second__jYfXk:not(:last-child){margin-bottom:4rem}}.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__media__GHLXR img,.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__media__GHLXR svg{height:100%;width:auto}.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__header__yoYUM{align-items:flex-start;display:flex}.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__header__yoYUM .LandingPage_wysiwyg__dyMNh:not(:last-child){margin-bottom:0;margin-right:1rem}.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__header__yoYUM .LandingPage_boxes__number__K4Mwg{align-items:center;display:flex;justify-content:flex-end;margin-left:auto}.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__header__yoYUM .LandingPage_boxes__number__K4Mwg .LandingPage_number__text__iFcH6{color:#a717ff;font-style:italic}.LandingPage_layout__main__Kgalz .LandingPage_boxes__wyttF .LandingPage_boxes__main__UA2fQ{color:rgba(32,38,57,.5)}.LandingPage_layout__main__Kgalz .LandingPage_tabs__aXZaC:not(:last-child){margin-bottom:1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_tabs__aXZaC .LandingPage_tabs__header__5NVdG{display:flex;justify-content:center}.LandingPage_layout__main__Kgalz .LandingPage_tabs__aXZaC .LandingPage_tabs__header__5NVdG:not(:last-child){margin-bottom:2rem}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_tabs__aXZaC .LandingPage_tabs__header__5NVdG:not(:last-child){margin-bottom:4.5rem}.LandingPage_layout__main__Kgalz .LandingPage_tabs__aXZaC .LandingPage_tabs__header__5NVdG.LandingPage_tabs__header_second__spUDX{margin-bottom:1.25rem}}.LandingPage_layout__main__Kgalz .LandingPage_tabs__aXZaC .LandingPage_tabs__header__5NVdG .LandingPage_tabs__list__5y4qg{background-color:#fff;border-radius:4rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);display:flex;justify-content:center;padding:.5rem;width:100%}.LandingPage_layout__main__Kgalz .LandingPage_tabs__aXZaC .LandingPage_tabs__header__5NVdG .LandingPage_tabs__list__5y4qg .LandingPage_tabs__item__ZFmCT{background-color:#fff;border-radius:4rem;color:#a717ff;cursor:pointer;display:flex;font-size:1.25rem;font-weight:600;justify-content:center;line-height:1.25rem;padding:1.25rem;transition:all .4s ease-in-out;width:100%}.LandingPage_layout__main__Kgalz .LandingPage_tabs__aXZaC .LandingPage_tabs__header__5NVdG .LandingPage_tabs__list__5y4qg .LandingPage_tabs__item__ZFmCT:not(:last-child){margin-right:.5rem}.LandingPage_layout__main__Kgalz .LandingPage_tabs__aXZaC .LandingPage_tabs__header__5NVdG .LandingPage_tabs__list__5y4qg .LandingPage_tabs__item__ZFmCT.LandingPage_tabs__item_active__car\+D,.LandingPage_layout__main__Kgalz .LandingPage_tabs__aXZaC .LandingPage_tabs__header__5NVdG .LandingPage_tabs__list__5y4qg .LandingPage_tabs__item__ZFmCT:hover{background-color:#a717ff;color:#fff}.LandingPage_layout__main__Kgalz .LandingPage_tabs__aXZaC.LandingPage_tabs_second__5Wwbw .LandingPage_tabs__header__5NVdG{margin-bottom:1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_tabs__aXZaC.LandingPage_tabs_second__5Wwbw .LandingPage_tabs__header__5NVdG .LandingPage_tabs__item__ZFmCT{color:#202639;font-size:1rem;font-weight:600;line-height:1.25rem;padding:.75rem}.LandingPage_layout__main__Kgalz .LandingPage_form__group__tmTGv{font-size:1rem;line-height:1.5rem}.LandingPage_layout__main__Kgalz .LandingPage_form__group__tmTGv:not(:last-child):not(.LandingPage_form__group_second__OJ7K-){border-bottom:1px solid #eee;margin-bottom:1.25rem;padding-bottom:1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_form__group__tmTGv .LandingPage_group__header__Ft30g{align-items:center;display:flex}.LandingPage_layout__main__Kgalz .LandingPage_form__group__tmTGv .LandingPage_group__header__Ft30g:not(:last-child){margin-bottom:.75rem}.LandingPage_layout__main__Kgalz .LandingPage_form__group__tmTGv .LandingPage_group__title__4\+L0C:not(:last-child){margin-right:.75rem}.LandingPage_layout__main__Kgalz .LandingPage_form__group__tmTGv .LandingPage_group__title__4\+L0C .LandingPage_title__text__CeMs3{color:rgba(32,38,57,.5);font-size:1rem;font-weight:500;line-height:1.5rem}.LandingPage_layout__main__Kgalz .LandingPage_form__tooltip__o9emL{position:relative}.LandingPage_layout__main__Kgalz .LandingPage_form__tooltip__o9emL:hover .LandingPage_tooltip__dropdown__rY1Mu{opacity:1;visibility:visible}.LandingPage_layout__main__Kgalz .LandingPage_form__tooltip__o9emL .LandingPage_tooltip__media__TK\+v4{align-items:center;display:flex;height:1rem;justify-content:center;width:1rem}.LandingPage_layout__main__Kgalz .LandingPage_form__tooltip__o9emL .LandingPage_tooltip__media__TK\+v4 img,.LandingPage_layout__main__Kgalz .LandingPage_form__tooltip__o9emL .LandingPage_tooltip__media__TK\+v4 svg{height:100%;width:100%}.LandingPage_layout__main__Kgalz .LandingPage_form__tooltip__o9emL .LandingPage_tooltip__dropdown__rY1Mu{background-color:#202639;border-radius:1rem;color:#fff;font-size:.875rem;left:calc(100% + 1rem);line-height:1rem;opacity:0;padding:1rem;position:absolute;top:0;transition:all .4s ease-in-out;visibility:hidden;width:15rem;z-index:1}.LandingPage_layout__main__Kgalz .LandingPage_formItems__dY2E6{display:flex}.LandingPage_layout__main__Kgalz .LandingPage_formItems__dY2E6 .LandingPage_formItem__SZpmc{width:100%}.LandingPage_layout__main__Kgalz .LandingPage_formItems__dY2E6 .LandingPage_formClips__eBaOF{align-items:center;display:flex;height:2.5rem;justify-content:center;min-width:2.5rem;width:2.5rem}.LandingPage_layout__main__Kgalz .LandingPage_formItems__dY2E6 .LandingPage_formClips__eBaOF img,.LandingPage_layout__main__Kgalz .LandingPage_formItems__dY2E6 .LandingPage_formClips__eBaOF svg{height:auto;width:1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_formItem__SZpmc{margin-bottom:1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_formItem__header__13G1s:not(:last-child){margin-bottom:.75rem}.LandingPage_layout__main__Kgalz .LandingPage_formItem__header__13G1s .LandingPage_formItem__label__\+ygod{color:rgba(32,38,57,.5);cursor:pointer;display:block;font-size:1rem;font-weight:500;line-height:1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_formItem__main__u9hyD{position:relative}.LandingPage_layout__main__Kgalz .LandingPage_formItem__main__u9hyD:not(:last-child){margin-bottom:.5rem}.LandingPage_layout__main__Kgalz .LandingPage_formItem__field__mqBUj{align-items:flex-start;display:flex;position:relative;width:100%}.LandingPage_layout__main__Kgalz .LandingPage_formItem__field__mqBUj.LandingPage_formItem__field_before__vXKBR .LandingPage_formItem__media__qXOuQ{left:0}.LandingPage_layout__main__Kgalz .LandingPage_formItem__field__mqBUj.LandingPage_formItem__field_before__vXKBR .LandingPage_formItem__input__qpNTl{padding-left:3rem}.LandingPage_layout__main__Kgalz .LandingPage_formItem__field__mqBUj.LandingPage_formItem__field_after__YXJQu .LandingPage_formItem__media__qXOuQ{right:0}.LandingPage_layout__main__Kgalz .LandingPage_formItem__field__mqBUj.LandingPage_formItem__field_after__YXJQu .LandingPage_formItem__input__qpNTl{padding-right:3rem}.LandingPage_layout__main__Kgalz .LandingPage_formItem__field__mqBUj.LandingPage_formItem__field_tooltipAfter__50e9W .LandingPage_formItem__tooltip__ctMEe,.LandingPage_layout__main__Kgalz .LandingPage_formItem__field__mqBUj.LandingPage_formItem__field_tooltipBefore__J4sUl .LandingPage_formItem__tooltip__ctMEe{left:1.25rem;right:auto;text-align:left}.LandingPage_layout__main__Kgalz .LandingPage_formItem__field__mqBUj.LandingPage_formItem__field_tooltipAfter__50e9W .LandingPage_formItem__input__qpNTl+.LandingPage_formItem__tooltip__ctMEe,.LandingPage_layout__main__Kgalz .LandingPage_formItem__field__mqBUj.LandingPage_formItem__field_tooltipBefore__J4sUl .LandingPage_formItem__input__qpNTl+.LandingPage_formItem__tooltip__ctMEe{left:auto;right:1.25rem;text-align:right}.LandingPage_layout__main__Kgalz .LandingPage_formItem__field__mqBUj.LandingPage_formItem__field_tooltipBefore__J4sUl .LandingPage_formItem__input__qpNTl{padding-left:4rem}.LandingPage_layout__main__Kgalz .LandingPage_formItem__field__mqBUj.LandingPage_formItem__field_tooltipAfter__50e9W .LandingPage_formItem__input__qpNTl{padding-right:4rem}.LandingPage_layout__main__Kgalz .LandingPage_formItem__data__mh84J{color:rgba(32,38,57,.5);font-size:.75rem;font-weight:500;line-height:.75rem}.LandingPage_layout__main__Kgalz .LandingPage_formItem__data__mh84J .LandingPage_data__list__m-mZb{display:flex;flex-direction:column}.LandingPage_layout__main__Kgalz .LandingPage_formItem__data__mh84J .LandingPage_data__item__Zqia7{display:flex;justify-content:flex-start}.LandingPage_layout__main__Kgalz .LandingPage_formItem__data__mh84J .LandingPage_data__item__Zqia7:not(:last-child){margin-bottom:.25rem}.LandingPage_layout__main__Kgalz .LandingPage_formItem__data__mh84J .LandingPage_data__key__F0-AO:not(:last-child){margin-right:.25rem}.LandingPage_layout__main__Kgalz .LandingPage_formItem__data__mh84J .LandingPage_data__value__qDR2p{margin-left:auto}.LandingPage_layout__main__Kgalz .LandingPage_formItem__progress__y2AMc{bottom:.5rem;color:rgba(32,38,57,.2);font-size:1.125rem;line-height:1.5rem;position:absolute;right:.5rem}.LandingPage_layout__main__Kgalz .LandingPage_formItem__media__qXOuQ{align-items:center;cursor:pointer;display:flex;height:2.5rem;justify-content:center;position:absolute;top:0;width:2.5rem}.LandingPage_layout__main__Kgalz .LandingPage_formItem__media__qXOuQ:hover .LandingPage_media__ico__1\+LpI{stroke:#00d09e}.LandingPage_layout__main__Kgalz .LandingPage_formItem__media__qXOuQ .LandingPage_media__ico__1\+LpI{stroke:rgba(32,38,57,.5);fill:transparent;height:1.5rem;transition:all .4s ease-in-out;width:1.5rem}.LandingPage_layout__main__Kgalz .LandingPage_formItem__tooltip__ctMEe{color:rgba(32,38,57,.5);font-size:1.125rem;font-weight:500;line-height:1.375rem;position:absolute;right:1.25rem;text-align:right;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:3.25rem;z-index:2}.LandingPage_layout__main__Kgalz .LandingPage_formItem__input__qpNTl{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #202639;border-radius:1.25rem;box-sizing:border-box;color:#16192c;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.375rem;margin:0;outline:none;padding:.5rem 1.25rem;text-overflow:ellipsis;transition:all .4s ease-in-out;width:100%}.LandingPage_layout__main__Kgalz .LandingPage_formItem__input__qpNTl.LandingPage_formItem__input_second__WDwyK{background-color:#eee;border:0}.LandingPage_layout__main__Kgalz .LandingPage_formItem__input__qpNTl:disabled{opacity:.5}.LandingPage_layout__main__Kgalz .LandingPage_formItem__input__qpNTl.LandingPage_error__g-b9d{border-color:#ff004c}.LandingPage_layout__main__Kgalz .LandingPage_formItem__input__qpNTl::-webkit-input-placeholder{color:#202639;opacity:1}.LandingPage_layout__main__Kgalz .LandingPage_formItem__input__qpNTl::placeholder{color:#202639;opacity:1}.LandingPage_layout__main__Kgalz .LandingPage_formItem__input__qpNTl:focus,.LandingPage_layout__main__Kgalz .LandingPage_formItem__input__qpNTl:hover{border-color:#202639}.LandingPage_layout__main__Kgalz .LandingPage_formItem__input__qpNTl.LandingPage_formItem__input_textarea__qRmgN{height:6.25rem!important;resize:none;width:100%!important}.LandingPage_layout__main__Kgalz .LandingPage_toggle__Wu8a4 .LandingPage_toggle__list__8txUK{display:flex;justify-content:center;margin:0 -1.25rem -.5rem 0}.LandingPage_layout__main__Kgalz .LandingPage_toggle__Wu8a4 .LandingPage_toggle__item__XDTKs{margin:0 1.25rem .5rem 0;position:relative}.LandingPage_layout__main__Kgalz .LandingPage_toggle__Wu8a4 .LandingPage_toggle__label__QrO1-{cursor:pointer}.LandingPage_layout__main__Kgalz .LandingPage_toggle__Wu8a4 .LandingPage_toggle__input__J9D5G{left:-999999px;position:absolute}.LandingPage_layout__main__Kgalz .LandingPage_toggle__Wu8a4 .LandingPage_toggle__input__J9D5G:checked+.LandingPage_toggle__text__NO9FJ{background-color:#a717ff;color:#fff}.LandingPage_layout__main__Kgalz .LandingPage_toggle__Wu8a4 .LandingPage_toggle__text__NO9FJ{background-color:#fff;border:.125rem solid #a717ff;border-radius:2rem;color:#a717ff;font-size:1rem;line-height:1.5rem;padding:.5rem 1rem;transition:all .4s ease-in-out}@media screen and (min-width:768px){.LandingPage_layout__main__Kgalz .LandingPage_toggle__Wu8a4 .LandingPage_toggle__text__NO9FJ{font-size:1.125rem;line-height:1.5rem;padding:.5rem 1.25rem}}@media(min-width:1201px){.LandingPage_layout__main__Kgalz .LandingPage_toggle__Wu8a4 .LandingPage_toggle__text__NO9FJ{font-size:1.25rem;line-height:1.5rem}}.LandingPage_layout__main__Kgalz .LandingPage_color_300__oMEDa{color:rgba(32,38,57,.5)}.LandingPage_layout__main__Kgalz .LandingPage_bg_300__HbCKQ{background-color:#eee}.LandingPage_layout__main__Kgalz .LandingPage_w_100__tQ4r0{width:100%!important}.LandingPage_layout__main__Kgalz .LandingPage_b_0__Ihkfn{border:0}.LandingPage_layout__main__Kgalz .LandingPage_p_0__EzObE{padding:0!important}.LandingPage_layout__main__Kgalz .LandingPage_m_0__xYkK0{margin:0!important}.LandingPage_layout__main__Kgalz .LandingPage_justifyCenter__Dsqjh{justify-content:center!important}.LandingPage_layout__main__Kgalz .LandingPage_modal__layout__4tH53 .LandingPage_modal__header__3QGOd:not(:last-child),.LandingPage_layout__main__Kgalz .LandingPage_modal__layout__4tH53 .LandingPage_modal__main__4fx7w:not(:last-child){margin-bottom:1.5rem}.LandingPage_layout__main__Kgalz .LandingPage_modal__layout__4tH53 .LandingPage_modal__header__3QGOd .LandingPage_modal__title__sYOdC,.LandingPage_layout__main__Kgalz .LandingPage_modal__layout__4tH53 .LandingPage_modal__main__4fx7w .LandingPage_modal__title__sYOdC{font-size:1.25rem;font-weight:600;line-height:1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_modal__layout__4tH53 .LandingPage_modal__group__HCJ9I:not(:last-child){border-bottom:1px solid #eee;margin-bottom:1.25rem;padding-bottom:1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_modal__layout__4tH53 .LandingPage_modal__tooltip__dEbnv{margin:0 auto;max-width:29rem;text-align:center}.LandingPage_layout__main__Kgalz .LandingPage_modal__layout__4tH53 .LandingPage_modal__tooltip__dEbnv:not(:last-child){margin-bottom:1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_modal__layout__4tH53 .LandingPage_modal__tooltip__dEbnv .LandingPage_tooltip__text__vMPsY{color:#ff004d;font-size:1rem;font-weight:600;line-height:1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_tooltip__UhYnq{align-items:flex-start;background-color:rgba(255,0,76,.05);border-radius:.75rem;color:#ff004c;display:flex;padding:1rem}.LandingPage_layout__main__Kgalz .LandingPage_tooltip__UhYnq:not(:last-child){margin-bottom:1.5rem}.LandingPage_layout__main__Kgalz .LandingPage_tooltip__UhYnq .LandingPage_tooltip__media__TK\+v4{align-items:flex-start;display:flex;height:1.5rem;justify-content:center;width:1.5rem}.LandingPage_layout__main__Kgalz .LandingPage_tooltip__UhYnq .LandingPage_tooltip__media__TK\+v4:not(:last-child){margin-right:1rem}.LandingPage_layout__main__Kgalz .LandingPage_tooltip__UhYnq .LandingPage_tooltip__media__TK\+v4 img,.LandingPage_layout__main__Kgalz .LandingPage_tooltip__UhYnq .LandingPage_tooltip__media__TK\+v4 svg{height:100%;width:100%}.LandingPage_layout__main__Kgalz .LandingPage_tooltip__UhYnq .LandingPage_tooltip__main__dQGHO{font-size:1rem;line-height:1.125rem}.LandingPage_layout__main__Kgalz .LandingPage_dataset__p29AF .LandingPage_dataset__list__g-lWm{margin-bottom:-1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_dataset__p29AF .LandingPage_dataset__list__g-lWm .LandingPage_dataset__item__-Qc48{display:flex;flex-direction:column;margin-bottom:1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_dataset__p29AF .LandingPage_dataset__list__g-lWm .LandingPage_dataset__title__x-uaL:not(:last-child){margin-bottom:.25rem}.LandingPage_layout__main__Kgalz .LandingPage_dataset__p29AF .LandingPage_dataset__list__g-lWm .LandingPage_dataset__title__x-uaL .LandingPage_title__text__CeMs3{color:rgba(32,38,57,.5);display:block;font-size:.875rem;font-weight:500;line-height:1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_dataset__p29AF .LandingPage_dataset__list__g-lWm .LandingPage_dataset__value__gr4-h .LandingPage_data__text__jCbRv{color:#202639;display:block;font-size:1rem;font-weight:500;line-height:1.25rem}.LandingPage_layout__main__Kgalz .LandingPage_dataset__p29AF .LandingPage_dataset__list__g-lWm.LandingPage_dataset__list_second__JjzUA{margin-bottom:-.75rem}.LandingPage_layout__main__Kgalz .LandingPage_dataset__p29AF .LandingPage_dataset__list__g-lWm.LandingPage_dataset__list_second__JjzUA .LandingPage_dataset__item__-Qc48{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.75rem}.LandingPage_layout__main__Kgalz .LandingPage_dataset__p29AF .LandingPage_dataset__list__g-lWm.LandingPage_dataset__list_second__JjzUA .LandingPage_dataset__title__x-uaL:not(:last-child){margin-bottom:0;margin-right:.25rem}.AboutSection_about__nrIJ3 .AboutSection_about__picture__5b2hi{align-items:flex-start;display:flex;margin-bottom:2em;max-width:36.25rem}@media screen and (min-width:768px){.AboutSection_about__nrIJ3 .AboutSection_about__picture__5b2hi{margin-bottom:0}.AboutSection_about__nrIJ3 .AboutSection_about__main__PCTEX{max-width:30rem}}@media(min-width:1201px){.AboutSection_phoneOnly__fq\+Gv{display:none!important}}@media(max-width:1200px){.AboutSection_desktopOnly__1ariS{display:none!important}}.StepsSection_steps__-HFHa .StepsSection_steps__main__ElKwB{margin-bottom:2rem}@media(min-width:1201px){.StepsSection_steps__-HFHa .StepsSection_steps__main__ElKwB{margin-bottom:0}}.ConverterSection_converter__V4Jn6{background-color:#fff;border-radius:1.5rem;padding:1.5rem}@media(min-width:1201px){.ConverterSection_converter__V4Jn6{padding:2rem}}.ConverterSection_converter__V4Jn6 .ConverterSection_formular__group__5g2\+h:not(:last-child){margin-bottom:2.5rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi strong{font-weight:600}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__revert__KBOBa{align-items:center;cursor:pointer;display:flex;height:1.5rem;justify-content:center;margin:1rem auto;width:1.5rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__revert__KBOBa img,.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__revert__KBOBa svg{height:auto;width:1rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_group__list__CRbuq{display:flex;flex-direction:column;margin-bottom:-1rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_group__item__SA3G\+{background-color:#f7f7f7;border-radius:1.5rem;color:rgba(32,38,57,.5);display:flex;flex-direction:column;font-size:1rem;justify-content:space-between;line-height:1.25rem;margin-bottom:1rem;min-height:8.75rem;padding:1.5rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__header__m1cNG:not(:last-child){margin-bottom:1.5rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__main__g2CG9 .ConverterSection_order__list__iSrm2{align-items:flex-start;flex-direction:column}@media(min-width:1240px){.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__main__g2CG9 .ConverterSection_order__list__iSrm2{align-items:flex-end;flex-direction:row}}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__list__iSrm2{display:flex;justify-content:space-between;margin:0 -.5rem -.5rem;width:calc(100% + 1rem)}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__item__EuaG-{margin-bottom:.5rem;padding:0 .5rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__item__EuaG-:nth-child(2){text-align:right}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__price__7WzMg .ConverterSection_price__header__5U1Du:not(:last-child){margin-bottom:.25rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__price__7WzMg .ConverterSection_price__main__OH\+h6 .ConverterSection_price__input__hM57Q{-webkit-appearance:none;appearance:none;background:none;border:0;border-radius:0;box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:2rem;font-weight:400;line-height:2.5rem;margin:0;outline:none;padding:0;text-overflow:ellipsis;width:100%}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__price__7WzMg .ConverterSection_price__main__OH\+h6 .ConverterSection_price__input__hM57Q::-webkit-input-placeholder{color:rgba(32,38,57,.5);opacity:1}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__price__7WzMg .ConverterSection_price__main__OH\+h6 .ConverterSection_price__input__hM57Q .ConverterSection_form-item__input__Q-3VS::-moz-placeholder,.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__price__7WzMg .ConverterSection_price__main__OH\+h6 .ConverterSection_price__input__hM57Q:-ms-input-placeholder,.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__price__7WzMg .ConverterSection_price__main__OH\+h6 .ConverterSection_price__input__hM57Q::-webkit-input-placeholder,.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__price__7WzMg .ConverterSection_price__main__OH\+h6 .ConverterSection_price__input__hM57Q::placeholder,.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__price__7WzMg .ConverterSection_price__main__OH\+h6 .ConverterSection_price__inputt__ojvw\+::-ms-input-placeholder{color:rgba(32,38,57,.5);opacity:1}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__symbol__PTdnV{align-items:center;background-color:#fff;border-radius:2rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);cursor:pointer;display:flex;padding:.5rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__symbol__PTdnV .ConverterSection_symbol__action__xon2p:not(:last-child),.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__symbol__PTdnV .ConverterSection_symbol__media__GlHTm:not(:last-child),.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__symbol__PTdnV .ConverterSection_symbol__title__xRvGx:not(:last-child){margin-right:.5rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__symbol__PTdnV .ConverterSection_symbol__media__GlHTm{align-items:flex-start;border-radius:50%;display:flex;height:1.5rem;width:1.5rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__symbol__PTdnV .ConverterSection_symbol__media__GlHTm img,.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__symbol__PTdnV .ConverterSection_symbol__media__GlHTm svg{height:100%;width:100%}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__symbol__PTdnV .ConverterSection_symbol__title__xRvGx{color:#202639;font-weight:600}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__symbol__PTdnV .ConverterSection_symbol__action__xon2p{align-items:center;display:flex;height:1rem;justify-content:center;width:1rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__symbol__PTdnV .ConverterSection_symbol__action__xon2p img,.ConverterSection_converter__V4Jn6 .ConverterSection_converter__order__56iPi .ConverterSection_order__symbol__PTdnV .ConverterSection_symbol__action__xon2p svg{height:auto;width:.75rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__search__MFiOz:not(:last-child){margin-bottom:1.5rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__groups__7oE3-{display:flex;flex-direction:column;max-height:450px;overflow-y:auto;padding-right:10px}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__groups__7oE3-::-webkit-scrollbar{width:4px}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__groups__7oE3-::-webkit-scrollbar-track{background:#f7f7f7}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__groups__7oE3-::-webkit-scrollbar-thumb{background-color:rgba(167,23,255,.4);border-radius:3px;opacity:.5}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__groups__7oE3-::-webkit-scrollbar-thumb:hover{background-color:rgba(167,23,255,.5)}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__group__HNA-C{align-items:center;display:flex;padding:10px 0}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__group__HNA-C:not(:last-child){border-bottom:1px solid #f7f7f7}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__group__HNA-C:hover{background-color:#f7f7f7;cursor:pointer}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__media__RPV0P{align-items:flex-start;display:flex;height:3rem;justify-content:center;min-width:3rem;width:3rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__media__RPV0P:not(:last-child){margin-right:1rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__media__RPV0P img,.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__media__RPV0P svg{height:100%;width:100%}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__main__FlpKc{width:100%}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__list__h9Gda{display:flex;flex-direction:column}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__item__sYxlx{color:rgba(32,38,57,.5);display:flex;font-size:1rem;font-weight:400;justify-content:space-between;line-height:1.125rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__item__sYxlx.ConverterSection_currency__item_second__73Zh7{color:#202639;font-weight:600}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__item__sYxlx:not(:last-child){margin-bottom:.25rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__text__\+521n:nth-child(2){display:block;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:100%}@media(hover:none)and (pointer:coarse){.ConverterSection_converter__V4Jn6 .ConverterSection_converter__currency__GG-bY .ConverterSection_currency__groups__7oE3-::-webkit-scrollbar{width:6px}}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__cart__7AUKQ:not(:last-child){margin-bottom:1.5rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__cart__7AUKQ .ConverterSection_cart__revert__-6Svi{align-items:center;display:flex;height:1.5rem;justify-content:center;margin:1.25rem 0;width:3rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__cart__7AUKQ .ConverterSection_cart__list__GzmLc{display:flex;flex-direction:column}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__cart__7AUKQ .ConverterSection_cart__item__yg-le{display:flex}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__cart__7AUKQ .ConverterSection_cart__media__BJN-F{align-items:flex-start;display:flex;height:3rem;min-width:3rem;width:3rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__cart__7AUKQ .ConverterSection_cart__media__BJN-F:not(:last-child){margin-right:1rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__cart__7AUKQ .ConverterSection_cart__media__BJN-F img,.ConverterSection_converter__V4Jn6 .ConverterSection_converter__cart__7AUKQ .ConverterSection_cart__media__BJN-F svg{height:100%;width:100%}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__cart__7AUKQ .ConverterSection_cart__main__3WDO8{align-items:center;color:#202639;display:flex;font-size:1.25rem;font-weight:600;justify-content:space-between;line-height:1.25rem;width:100%}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__cart__7AUKQ .ConverterSection_cart__text__gLAIk:not(:last-child){margin-right:1rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__checkout__c2g-Z{background-color:#f7f7f7;border-radius:.75rem;padding:1.5rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__checkout__c2g-Z .ConverterSection_checkout__list__rDURW{display:flex;flex-direction:column}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__checkout__c2g-Z .ConverterSection_checkout__item__5n2as{align-items:center;display:flex;font-size:1rem;justify-content:space-between;line-height:1.25rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__checkout__c2g-Z .ConverterSection_checkout__item__5n2as:not(:last-child){margin-bottom:.5rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__checkout__c2g-Z .ConverterSection_checkout__item__5n2as.ConverterSection_checkout__item_second__WGYeC .ConverterSection_checkout__text__WpN6q{color:#202639}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__checkout__c2g-Z .ConverterSection_checkout__item__5n2as.ConverterSection_checkout__item_second__WGYeC .ConverterSection_checkout__text__WpN6q:first-child{font-weight:600}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__checkout__c2g-Z .ConverterSection_checkout__item__5n2as.ConverterSection_checkout__item_second__WGYeC .ConverterSection_checkout__text__WpN6q:nth-child(2){font-size:2rem;font-weight:400;line-height:2rem}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__checkout__c2g-Z .ConverterSection_checkout__text__WpN6q{color:rgba(32,38,57,.5);white-space:nowrap}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__checkout__c2g-Z .ConverterSection_checkout__text__WpN6q:nth-child(2){display:block;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__checkout__c2g-Z .ConverterSection_checkout__text__WpN6q:not(:last-child){margin-right:.5rem}@media screen and (min-width:768px){.ConverterSection_converter__V4Jn6 .ConverterSection_converter__checkout__c2g-Z .ConverterSection_checkout__text__WpN6q:not(:last-child){min-width:40%}}.ConverterSection_converter__V4Jn6 .ConverterSection_converter__checkout__c2g-Z .ConverterSection_checkout__text__WpN6q.ConverterSection_checkout__text_second__IpbkZ{color:#00d09e}@media screen and (min-width:992px){.ServicesSection_services__O8WYT .ServicesSection_boxes__row__9gYOS{grid-gap:0 20px;display:grid;gap:0 20px;grid-auto-rows:1fr;grid-template-columns:repeat(3,1fr);margin:0;width:auto}.ServicesSection_services__O8WYT .ServicesSection_boxes__col__DY4Kl{padding:0!important;width:100%!important}}.InstructionsSection_instructions__WpCjO .InstructionsSection_instructions__list__kgl56{margin-bottom:-1.25rem}.InstructionsSection_instructions__WpCjO .InstructionsSection_instructions__item__wOQdB{background-color:#fff;border-radius:1.5rem;box-shadow:0 .25em .75em rgba(0,0,0,.3);margin-bottom:1.25rem;padding:2rem}.InstructionsSection_instructions__WpCjO .InstructionsSection_instructions__header__6yRMq{align-items:flex-start;display:flex}.InstructionsSection_instructions__WpCjO .InstructionsSection_instructions__header__6yRMq:not(:last-child){margin-bottom:7.75rem}.InstructionsSection_instructions__WpCjO .InstructionsSection_instructions__title__vSnkA:not(:last-child){margin-right:1rem}.progress :root{--scrollbar-width:calc(100vw - 100%)}.progress body.no-scroll{overflow:hidden;padding-right:var(--scrollbar-width)}.progress__templates{background-color:#e5e5e5;border-radius:8px;margin-bottom:12px;margin-top:12px;padding:16px}.progress__template{word-wrap:break-word;background-color:#fff;border:1px solid #8f939c;border-radius:8px;color:#000;cursor:pointer;display:block;font-size:14px;line-height:1.4;margin-bottom:10px;padding:12px 16px;text-align:left;transition:all .25s ease;white-space:normal;width:100%}.progress__template:hover{background-color:#ebfbf7;border-color:#1aefbc;box-shadow:0 4px 8px rgba(0,0,0,.1);color:#00d09e;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.progress__template:active{box-shadow:0 2px 4px rgba(0,0,0,.05);-webkit-transform:translateY(0);transform:translateY(0)}.progress__template:last-child{margin-bottom:0}.progress__template[disabled]{cursor:not-allowed;opacity:.5}.EmailPage_wrapper__SM3vD{align-items:center;display:flex;justify-content:center;margin-top:78px;padding:15px}.EmailPage_link__smLRt{color:var(--active-menu-color)}.ResetPWPage_paragraph__j\+YkH{color:#666;font-size:12px;line-height:15px;list-style-type:none;margin-bottom:0;margin-top:10px;text-decoration:none}.ResetPWPage_paragraph__j\+YkH img{margin-right:8px}.ResetPWPage_form__0Z6LZ{margin-top:20px}.ResetPWPage_labelWrapper__wbrJg{grid-gap:20px 10px;display:grid;grid-template-columns:repeat(3,1fr)}@media(max-width:575.998px){.ResetPWPage_labelWrapper__wbrJg{grid-template-columns:repeat(2,1fr)}}.ResetPWPage_labelWrapper__wbrJg:nth-of-type(2){margin-top:20px}@media(max-width:575.998px){.ResetPWPage_labelWrapperAlt__Zcvvf{grid-template-columns:1fr}}.ResetPWPage_paragraphFirst__tkd3O{margin-top:20px}.ResetPWPage_paragraphOther__8r6wK{margin-top:0}.ResetPWPage_text__5L63K{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.ResetPWPage_saveButton__6DmWa{margin-top:20px;text-transform:capitalize;width:210px}@media(max-width:767.998px){.ResetPWPage_saveButton__6DmWa{width:170px}}.History_tabWrapper__a3aCm{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);width:660px}.History_tabWrapper__a3aCm button{width:100%}@media(min-width:575.999px)and (max-width:767.998px){.History_tabWrapper__a3aCm{width:510px}}@media(max-width:575.998px){.History_tabWrapper__a3aCm{gap:5px;grid-template-columns:repeat(3,auto);width:100%}}.History_optionsWrapper__XuZ8Q{align-items:flex-end;display:flex;justify-content:space-between}@media(max-width:575.998px){.History_optionsWrapper__XuZ8Q{grid-gap:10px;display:grid;gap:10px}}.History_fieldsWrapper__Il2K-{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.History_fieldWrapper__5RaD7{grid-gap:5px;display:grid;gap:5px;width:166px}@media(min-width:575.999px)and (max-width:767.998px){.History_fieldWrapper__5RaD7{width:140px}}@media(max-width:575.998px){.History_fieldWrapper__5RaD7{width:150px}}.History_fieldTitle__3b8eU{font-size:14px;font-weight:500;line-height:17px}.History_dateInputsWrapper__THyBu{display:flex;margin:0 -4px;width:calc(100% + 8px)}.History_dateInputWrapper__XECr7{margin:0 4px}.History_fieldWrapperDate__1T2l\+{width:312px}@media(min-width:575.999px)and (max-width:767.998px){.History_fieldWrapperDate__1T2l\+{width:240px}}@media(max-width:575.998px){.History_fieldWrapperDate__1T2l\+{width:215px}}.History_dateInput__4rWC5{padding-left:45px}@media(max-width:767.998px){.History_dateInput__4rWC5{padding-left:34px}}.History_calendar__nUVI9{left:10px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media(max-width:767.998px){.History_calendar__nUVI9{height:14px;width:15px}}.History_optionButtonsWrapper__4u3NG{display:flex;gap:20px;margin-bottom:3px}@media(min-width:575.999px)and (max-width:767.998px){.History_optionButtonsWrapper__4u3NG{grid-gap:10px;display:grid;gap:10px;justify-content:flex-end}}.History_optionButton__qBZZ1{height:22px;text-align:right}.History_optionButton__qBZZ1 span{-webkit-text-fill-color:transparent;background:#7f00e2;background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:400;line-height:22px;white-space:nowrap}.History_optionButton__qBZZ1 span:before{background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);content:"";height:1px;left:0;position:absolute;top:calc(100% + 3px);width:100%}@media(max-width:1240px){.History_optionButton__qBZZ1{height:17px}.History_optionButton__qBZZ1 span{font-size:14px;line-height:17px}.History_optionButton__qBZZ1 span:before{top:calc(100% + 2px)}}.History_table__X6Jb6{background:#fff;border-bottom-left-radius:19px;border-bottom-right-radius:19px;display:grid;margin:16px -19px -10px;overflow:hidden;position:relative;width:calc(100% + 38px)}@media(max-width:1240px){.History_table__X6Jb6{margin-bottom:-19px}}@media(max-width:575.998px){.History_table__X6Jb6{margin:5px -9px -9px;width:calc(100% + 18px)}}@media(max-width:1240px){.History_desktopOnly__b4r8A{display:none}}.History_mobileOnly__5Z7RY{display:none}@media(max-width:1240px){.History_mobileOnly__5Z7RY{display:grid}}.History_row__iEAYF{align-items:center;display:grid;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;padding:1px 19px;width:100%}.History_rowHistory__UfAyq{grid-template-columns:14% 9% 8% 11% 10% 43%}.History_rowHistoryCash__\+s\+d9{grid-template-columns:14% 18% 5% 7% 10% 11% 17%}.History_rowTurnover__Ua2vK{grid-template-columns:9% 12% 13% 13% 21% 9% 9%}.History_rowMobile__31N-j{gap:20px;grid-template-columns:40% auto;justify-content:flex-start}.History_rowMobileTitleWrapper__h9Nco{display:flex;gap:20px}.History_imgRotate__UAE\+e{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.History_grey__\+yBYj{color:#666}.History_titleRow__3FnOr{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:8px;padding-top:8px}@media(max-width:1240px){.History_titleRow__3FnOr{font-size:16px;grid-template-columns:auto auto;justify-content:space-between;line-height:19px}}.History_cell__i9PhL{align-items:center;color:#000;display:flex;font-size:14px;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;line-height:17px;padding:4px 0;width:100%}.History_cellColoredBg__6zqui{background:linear-gradient(135deg,#f9f2ff,#faf2fc)}.History_tableTitle__wCav-{font-size:14px;font-weight:500;line-height:17px}@media(max-width:1240px){.History_tableTitle__wCav-{font-size:16px;line-height:19px}}.History_hiddenWrapper__MYtnc{height:0;overflow:hidden}.History_TxID__hkkAc{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.History_cancelled__b-I6f{color:#ff004d}.History_credited__wx9kX{color:#00d09e}.History_cancelButton__6vxWz{color:#666;font-size:14px;height:15px;line-height:17px}@media(max-width:1240px){.History_cancelButton__6vxWz{font-size:12px;height:13px;line-height:15px}}.History_line__9FmbA{background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);height:3px;margin:0 20px}.History_lineMobile__ROJSm{background:#abaeef;height:1px}.History_paginationWrapper__uL2KP{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;margin:0 auto;width:420px}@media(min-width:575.999px)and (max-width:767.998px){.History_paginationWrapper__uL2KP{width:350px}}@media(max-width:575.998px){.History_paginationWrapper__uL2KP{width:330px}}.History_paginationCenterWrapper__8yzU9{display:flex;gap:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;place-content:center}@media(max-width:767.998px){.History_paginationCenterWrapper__8yzU9{gap:8px}}.History_arrowButton__kR-Vx{aspect-ratio:1;display:grid;place-content:center}.History_arrowButton__kR-Vx img{-webkit-filter:invert(14%) sepia(65%) saturate(7464%) hue-rotate(274deg) brightness(92%) contrast(127%);filter:invert(14%) sepia(65%) saturate(7464%) hue-rotate(274deg) brightness(92%) contrast(127%)}@media(max-width:767.998px){.History_arrowButton__kR-Vx img{height:12.25px;width:8.75px}}@media(max-width:575.998px){.History_arrowButton__kR-Vx img{height:10.5px;width:7.5px}}.History_arrowRight__m52YK{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media(hover:hover){.History_arrowRight__m52YK:not(:disabled):hover{box-shadow:none}.History_arrowRight__m52YK:not(:disabled):hover img{-webkit-filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%);filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%)}}.History_arrowRight__m52YK:not(:disabled):active{box-shadow:none}.History_arrowRight__m52YK:not(:disabled):active img{-webkit-filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%);filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%)}.History_pageNumber__5ezyT{cursor:pointer;font-size:16px;line-height:19px;place-self:center;text-align:center;width:30px}@media(max-width:767.998px){.History_pageNumber__5ezyT{font-size:14px;line-height:17px;width:26px}}.History_pageNumberActive__i8JMO{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.History_ellipsisWrapper__36vVX{width:40px}@media(max-width:767.998px){.History_ellipsisWrapper__36vVX{width:35px}}@media(max-width:575.998px){.History_ellipsisWrapper__36vVX{width:30px}}.History_ellipsis__8ELx\+{border:2px solid #e7c8ff;font-size:16px;line-height:19px;padding:0;text-align:center}.History_notification1Figure__SJjrH{background-color:#abaeef;border-radius:10px;color:#fff;display:grid;font-size:14px;height:20px;line-height:17px;place-content:center;place-items:center;position:absolute;right:0;top:0;-webkit-transform:translateX(8px) translateY(-8px);transform:translateX(8px) translateY(-8px);width:20px}@media(max-width:575.998px){.History_notification1Figure__SJjrH{font-size:12px;height:16px;line-height:15px;-webkit-transform:translateX(4px) translateY(-6px);transform:translateX(4px) translateY(-6px);width:16px}}.History_notificationMoreThan1Figure__gVl01{padding:0 4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ProjectPage_project__580cD{background-color:#f7f7f7}.ProjectPage_project__580cD .ProjectPage_h1__4kz0A,.ProjectPage_project__580cD .ProjectPage_h2__3gkKH,.ProjectPage_project__580cD .ProjectPage_h3__wcwWf,.ProjectPage_project__580cD .ProjectPage_h4__huumO,.ProjectPage_project__580cD .ProjectPage_h5__RYb3L,.ProjectPage_project__580cD .ProjectPage_h6__SFQNg,.ProjectPage_project__580cD h1,.ProjectPage_project__580cD h2,.ProjectPage_project__580cD h3,.ProjectPage_project__580cD h4,.ProjectPage_project__580cD h5,.ProjectPage_project__580cD h6{font-weight:400}.ProjectPage_project__580cD .ProjectPage_h1__4kz0A a,.ProjectPage_project__580cD .ProjectPage_h2__3gkKH a,.ProjectPage_project__580cD .ProjectPage_h3__wcwWf a,.ProjectPage_project__580cD .ProjectPage_h4__huumO a,.ProjectPage_project__580cD .ProjectPage_h5__RYb3L a,.ProjectPage_project__580cD .ProjectPage_h6__SFQNg a,.ProjectPage_project__580cD h1 a,.ProjectPage_project__580cD h2 a,.ProjectPage_project__580cD h3 a,.ProjectPage_project__580cD h4 a,.ProjectPage_project__580cD h5 a,.ProjectPage_project__580cD h6 a{color:rgba(32,38,57,.251);text-decoration:none}.ProjectPage_project__580cD .ProjectPage_h1__4kz0A a:hover,.ProjectPage_project__580cD .ProjectPage_h2__3gkKH a:hover,.ProjectPage_project__580cD .ProjectPage_h3__wcwWf a:hover,.ProjectPage_project__580cD .ProjectPage_h4__huumO a:hover,.ProjectPage_project__580cD .ProjectPage_h5__RYb3L a:hover,.ProjectPage_project__580cD .ProjectPage_h6__SFQNg a:hover,.ProjectPage_project__580cD h1 a:hover,.ProjectPage_project__580cD h2 a:hover,.ProjectPage_project__580cD h3 a:hover,.ProjectPage_project__580cD h4 a:hover,.ProjectPage_project__580cD h5 a:hover,.ProjectPage_project__580cD h6 a:hover{text-decoration:underline}.ProjectPage_project__580cD .ProjectPage_h1__4kz0A,.ProjectPage_project__580cD h1{font-size:1.5rem;line-height:2rem}@media screen and (min-width:580px){.ProjectPage_project__580cD .ProjectPage_h1__4kz0A,.ProjectPage_project__580cD h1{font-size:2rem;line-height:2.5rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_h1__4kz0A,.ProjectPage_project__580cD h1{font-size:2.5rem;line-height:3rem}}.ProjectPage_project__580cD .ProjectPage_h2__3gkKH,.ProjectPage_project__580cD h2{font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:580px){.ProjectPage_project__580cD .ProjectPage_h2__3gkKH,.ProjectPage_project__580cD h2{font-size:1.5rem;line-height:2rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_h2__3gkKH,.ProjectPage_project__580cD h2{font-size:2rem;line-height:2.5rem}}.ProjectPage_project__580cD .ProjectPage_h3__wcwWf,.ProjectPage_project__580cD h3{font-size:1rem;line-height:1.25rem}@media screen and (min-width:580px){.ProjectPage_project__580cD .ProjectPage_h3__wcwWf,.ProjectPage_project__580cD h3{font-size:1.25rem;line-height:1.5rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_h3__wcwWf,.ProjectPage_project__580cD h3{font-size:1.5rem;line-height:1.75rem}}.ProjectPage_project__580cD .ProjectPage_h4__huumO,.ProjectPage_project__580cD h4{font-size:1rem;line-height:1.25rem}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_h4__huumO,.ProjectPage_project__580cD h4{font-size:1.25rem;line-height:1.75rem}}.ProjectPage_project__580cD .ProjectPage_h5__RYb3L,.ProjectPage_project__580cD h5{font-size:1rem;line-height:1.25rem}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_h5__RYb3L,.ProjectPage_project__580cD h5{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__580cD .ProjectPage_h6__SFQNg,.ProjectPage_project__580cD h6{font-size:1rem;line-height:1.5rem}.ProjectPage_project__580cD img,.ProjectPage_project__580cD svg{height:auto;max-height:100%;max-width:100%;object-fit:cover;outline:none}.ProjectPage_project__580cD ol,.ProjectPage_project__580cD ul{list-style:none}.ProjectPage_project__580cD a{text-decoration:none}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz{align-items:center;-webkit-appearance:none;appearance:none;background-color:#a717ff;border:1px solid #a717ff;border-radius:6.25rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;line-height:1rem;outline:none;padding:1rem 1.25rem;text-align:center;transition:all .4s ease-in-out}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_btn__QyeHz{font-size:1rem;line-height:1rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_btn__QyeHz{font-size:1rem;line-height:1.25rem;padding:1.5rem 4.75rem}}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz:disabled{background-color:rgba(32,38,57,.502);border-color:transparent;pointer-events:none}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz:hover{background-color:#202639;border-color:#202639}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz img,.ProjectPage_project__580cD .ProjectPage_btn__QyeHz svg{fill:#fff;flex-shrink:0;height:1rem;transition:all .4s ease-in-out;width:1rem}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_btn__QyeHz img,.ProjectPage_project__580cD .ProjectPage_btn__QyeHz svg{height:1.25rem;width:1.25rem}}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz img.ProjectPage_btn_transparent__V8bRl,.ProjectPage_project__580cD .ProjectPage_btn__QyeHz svg.ProjectPage_btn_transparent__V8bRl{background-color:transparent;border-color:#a717ff;color:#a717ff}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz img.ProjectPage_btn_transparent__V8bRl:hover,.ProjectPage_project__580cD .ProjectPage_btn__QyeHz svg.ProjectPage_btn_transparent__V8bRl:hover{background-color:#a717ff;border-color:#a717ff;color:#fff}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz img.ProjectPage_btn_transparent__V8bRl:hover img,.ProjectPage_project__580cD .ProjectPage_btn__QyeHz img.ProjectPage_btn_transparent__V8bRl:hover svg,.ProjectPage_project__580cD .ProjectPage_btn__QyeHz svg.ProjectPage_btn_transparent__V8bRl:hover img,.ProjectPage_project__580cD .ProjectPage_btn__QyeHz svg.ProjectPage_btn_transparent__V8bRl:hover svg{fill:#fff}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz img.ProjectPage_btn_transparent__V8bRl img,.ProjectPage_project__580cD .ProjectPage_btn__QyeHz img.ProjectPage_btn_transparent__V8bRl svg,.ProjectPage_project__580cD .ProjectPage_btn__QyeHz svg.ProjectPage_btn_transparent__V8bRl img,.ProjectPage_project__580cD .ProjectPage_btn__QyeHz svg.ProjectPage_btn_transparent__V8bRl svg{fill:#a717ff}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz.ProjectPage_btn_secondary__X40ox{background-color:#202639;border-color:#202639;color:#fff}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz.ProjectPage_btn_secondary__X40ox:hover{background-color:#a717ff;border-color:#a717ff;color:#fff}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz.ProjectPage_btn_tertiary__X9yet{background-color:rgba(32,38,57,.125);border-color:transparent;color:#202639}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz.ProjectPage_btn_tertiary__X9yet:disabled{background-color:transparent}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz.ProjectPage_btn_tertiary__X9yet:hover{background-color:#202639;border-color:transparent;color:#fff}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz.ProjectPage_btn_transparent__V8bRl{background-color:transparent;border-color:#202639;color:#202639}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz.ProjectPage_btn_transparent__V8bRl:hover{background-color:#202639;border-color:#202639;color:#fff}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz.ProjectPage_btn_transparent__V8bRl:hover img,.ProjectPage_project__580cD .ProjectPage_btn__QyeHz.ProjectPage_btn_transparent__V8bRl:hover svg{fill:#fff}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz.ProjectPage_btn_transparent__V8bRl img,.ProjectPage_project__580cD .ProjectPage_btn__QyeHz.ProjectPage_btn_transparent__V8bRl svg{fill:#202639}.ProjectPage_project__580cD .ProjectPage_btn__QyeHz.ProjectPage_btn_tiny__9tqBp{padding:.75rem 1.25rem}.ProjectPage_project__580cD .ProjectPage_socials__XWzrg .ProjectPage_socials__list__23cE8{display:flex;flex-wrap:wrap;gap:.7rem}.ProjectPage_project__580cD .ProjectPage_socials__XWzrg .ProjectPage_socials__link__Bo3Mg{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:3.675rem;justify-content:center;width:3.675rem}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_socials__XWzrg .ProjectPage_socials__link__Bo3Mg{height:5.675rem;width:5.675rem}}.ProjectPage_project__580cD .ProjectPage_socials__XWzrg img,.ProjectPage_project__580cD .ProjectPage_socials__XWzrg svg{fill:#2196f3;height:1.7rem;width:1.75rem}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_socials__XWzrg img,.ProjectPage_project__580cD .ProjectPage_socials__XWzrg svg{height:2.7rem;width:2.75rem}}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C:not(:last-child){margin-bottom:1.5rem}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C h1,.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C h2{color:#202639}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C h1:not(:last-child),.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C h2:not(:last-child){margin-bottom:1rem}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C h3,.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C h4,.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C h5,.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C h6{color:rgba(32,38,57,.8)}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C h3:not(:last-child),.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C h4:not(:last-child),.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C h5:not(:last-child),.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C h6:not(:last-child){margin-bottom:1.25rem}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C img{display:block;margin:3.25rem 0}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C ol:not(:last-child),.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C p:not(:last-child),.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C ul:not(:last-child){margin-bottom:2.5rem}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C img{border-radius:1rem;overflow:hidden}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C strong{font-weight:600}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C ul{list-style:none}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C ul ul{margin-left:0}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C ul li{padding-left:1.25rem;position:relative}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C ul li:before{background-color:rgba(167,23,255,.251);border-radius:50%;content:"";height:.625rem;left:0;position:absolute;top:.4rem;width:.625rem}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C ul li:before:not(:last-child){margin-bottom:1.25rem}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C ol{list-style:decimal;padding-left:1rem}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C ol li{margin:0 0 .5rem}.ProjectPage_project__580cD .ProjectPage_wysiwyg__feJ0C a{color:#a717ff;position:relative;text-decoration:none;white-space:nowrap}.ProjectPage_project__580cD .ProjectPage_container__EwBtN{margin:0 auto;max-width:calc(100vw - 2rem);width:85rem}@media screen and (min-width:580px){.ProjectPage_project__580cD .ProjectPage_container__EwBtN{max-width:calc(100vw - 3rem)}}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_container__EwBtN{max-width:calc(100vw - 4rem)}}.ProjectPage_project__580cD .ProjectPage_container__EwBtN.ProjectPage_container_secondary__5fUZT{width:53.625rem}.ProjectPage_project__580cD select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB3SURBVHgBdY0hDoAwEATvUoUrAgehDhwWFP0RXwQFkgcgaFJJSD9AS+ua5rru9mYzKLppgQ/O+9o3yET0owSHA+NVXfhb8rIB82pFghZmsHgw8+jbD5AaROAazCyU1CAFA4ek0oHynzYGQ1gMR4YhBbMRQnKq/wFMW0DX/RBaDwAAAABJRU5ErkJggg==);background-position:90% 50%;background-repeat:no-repeat;border:1px solid rgba(32,38,57,.2);border-radius:.75rem;color:#202639;cursor:pointer;font-size:1rem;font-weight:600;height:3.25rem;line-height:1.25rem;min-width:12.5rem;outline:none;padding:1rem}.ProjectPage_project__580cD .ProjectPage_project__picture__fRDR9{display:flex;margin-bottom:-1.25rem;padding-top:45%;position:relative}@media screen and (min-width:580px){.ProjectPage_project__580cD .ProjectPage_project__picture__fRDR9{padding-top:22.222%}}.ProjectPage_project__580cD .ProjectPage_project__picture__fRDR9 img{height:100%;left:0;position:absolute;top:0;width:100%}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0{background-color:#fff;border-radius:.75rem .75rem 0 0;padding:1rem 1rem 0;position:relative;z-index:2}@media screen and (min-width:580px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0{border-radius:1.25rem 1.25rem 0 0;padding:2rem 2rem 0}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0{border-radius:1.5rem 1.5rem 0 0;padding:2.5rem 2.5rem 0}}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_container__EwBtN{grid-gap:1.25rem;display:flex;flex-direction:column}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__list__LTQmy{grid-gap:1rem;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:580px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__list__LTQmy{grid-gap:1.125rem}}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__list__LTQmy{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__list__LTQmy{grid-gap:1.25rem}}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__item__u9yhm{grid-gap:0 1.25rem;align-items:center;background-color:#f7f7f7;border-radius:.75rem;display:grid;gap:0 1.25rem;padding:1.25rem}@media screen and (min-width:580px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__item__u9yhm{align-items:flex-start;gap:0 1.5rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__item__u9yhm{gap:0 2rem}}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__item__u9yhm.ProjectPage_data__item_secondary__jleHl{grid-column:span 2;grid-template-columns:7.5rem auto}@media screen and (min-width:580px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__item__u9yhm.ProjectPage_data__item_secondary__jleHl{grid-column:span 2;grid-row:span 2;grid-template-columns:10.375rem auto}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__item__u9yhm.ProjectPage_data__item_secondary__jleHl{gap:0 2rem;grid-template-columns:12.375rem auto}}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__media__JBoyB{align-items:center;background-color:#fff;border-radius:.75rem;display:flex;flex-shrink:0;grid-row:span 2;height:7.5rem;justify-content:center;margin-bottom:.75rem;width:7.5rem}@media screen and (min-width:580px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__media__JBoyB{grid-row:span 3;height:10.375rem;margin-bottom:0;width:10.375rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__media__JBoyB{height:12.375rem;width:12.375rem}}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__media__JBoyB img{height:5.125rem;width:5.125rem}@media screen and (min-width:580px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__media__JBoyB img{height:7.25rem;width:7.25rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__media__JBoyB img{height:8.75rem;width:8.75rem}}@media screen and (min-width:580px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__header__dG9iu:not(:last-child){margin-bottom:.75rem}}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__status__C3Qpo{align-items:center;display:flex;gap:.5rem}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__status__C3Qpo img,.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__status__C3Qpo svg{height:1.5rem;width:1.5rem}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__status__C3Qpo .ProjectPage_status__text__7fyUb{color:#2196f3;font-size:1rem;line-height:1.25rem;-webkit-transform:translateY(.125rem);transform:translateY(.125rem)}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__main__mEypQ{grid-gap:.125rem;display:grid}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__main__mEypQ:not(:last-child){margin-bottom:1.5rem}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__subtitle__dz9ux{color:rgba(32,38,57,.8);font-size:.75rem;line-height:.875rem;opacity:.5}@media screen and (min-width:580px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__subtitle__dz9ux{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__subtitle__dz9ux{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__title__xmEz1{color:#202639;font-size:1.5rem;line-height:2rem}@media screen and (min-width:580px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__title__xmEz1{font-size:1.875rem;line-height:2rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__title__xmEz1{font-size:2.25rem;line-height:2.5rem}}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__title__xmEz1.ProjectPage_data__title_secondary__Ax3aL{color:#00b31d}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__footer__1dbKN{grid-gap:1rem;display:grid;gap:1rem;grid-column:span 2;grid-template-columns:auto 4.25rem}@media screen and (min-width:580px){.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__footer__1dbKN{grid-column:unset}}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__footer__1dbKN .ProjectPage_btn__QyeHz{width:100%}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__btn__PTM04{align-items:center;background-color:#fff;border:1px solid rgba(32,38,57,.125);border-radius:50%;cursor:pointer;display:flex;height:4.25rem;justify-content:center;transition:all .4s ease-in-out;width:4.25rem}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__btn__PTM04:hover{border:1px solid #202639}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__btn__PTM04 svg{height:1rem;width:1rem}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__tags__-VId0 .ProjectPage_tags__list__EJcUd{display:flex;flex-wrap:wrap;gap:1.25rem}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__tags__-VId0 .ProjectPage_tags__item__X2d62{align-items:center;background-color:#f7f7f7;border-radius:.5rem;display:flex;gap:.75rem;padding:.75rem 1.5rem}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__tags__-VId0 img,.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__tags__-VId0 svg{flex-shrink:0;height:1.5rem;width:1.5rem}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__tags__-VId0 .ProjectPage_tags__text__KKCiP{color:rgba(32,38,57,.8);font-size:1.25rem;line-height:1.5rem}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__tabs__ArxRx .ProjectPage_tabs__header__mGwgk .ProjectPage_tabs__list__sdQpa{display:flex;gap:3.25rem;overflow:hidden;overflow-x:auto}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__tabs__ArxRx .ProjectPage_tabs__header__mGwgk .ProjectPage_tabs__item__cj6t7{color:rgba(32,38,57,.502);cursor:pointer;display:flex;gap:.25rem;padding:2rem 0;position:relative;transition:all .4s ease-in-out}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__tabs__ArxRx .ProjectPage_tabs__header__mGwgk .ProjectPage_tabs__item__cj6t7:before{background-color:#a717ff;border-radius:.75rem .75rem 0 0;bottom:0;content:"";height:.25rem;left:0;position:absolute;transition:all .4s ease-in-out;width:0}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__tabs__ArxRx .ProjectPage_tabs__header__mGwgk .ProjectPage_tabs__item__cj6t7.ProjectPage_tabs__item_active__IxNkw,.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__tabs__ArxRx .ProjectPage_tabs__header__mGwgk .ProjectPage_tabs__item__cj6t7:hover{color:#202639}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__tabs__ArxRx .ProjectPage_tabs__header__mGwgk .ProjectPage_tabs__item__cj6t7.ProjectPage_tabs__item_active__IxNkw:before,.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__tabs__ArxRx .ProjectPage_tabs__header__mGwgk .ProjectPage_tabs__item__cj6t7:hover:before{width:100%}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__tabs__ArxRx .ProjectPage_tabs__header__mGwgk .ProjectPage_tabs__text__pmD9g{font-size:1.25rem;line-height:1.5rem;white-space:nowrap}.ProjectPage_project__580cD .ProjectPage_project__header__rTCD0 .ProjectPage_project__tabs__ArxRx .ProjectPage_tabs__header__mGwgk .ProjectPage_tabs__count__jdj54{color:#a717ff;font-size:.75rem;line-height:.875rem}.ProjectPage_project__580cD .ProjectPage_project__main__L09Zd{background:no-repeat url(/static/media/background.fdaa336d13b52e88c96c.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:2rem 0}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_project__main__L09Zd{padding:2.5rem 0}}.ProjectPage_project__580cD .ProjectPage_project__footer__niE1l{background-color:#fff;padding:1.25rem 0}.ProjectPage_project__580cD .ProjectPage_project__action__3Og\+M .ProjectPage_action__list__VMqka{display:flex;flex-direction:column;gap:.75rem}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_project__action__3Og\+M .ProjectPage_action__list__VMqka{align-items:center;flex-direction:row;gap:1.25rem}}.ProjectPage_project__580cD .ProjectPage_project__action__3Og\+M .ProjectPage_action__item__qk\+K6{width:100%}.ProjectPage_project__580cD .ProjectPage_project__information__tcwu- .ProjectPage_container__EwBtN{grid-gap:1.25rem;display:grid}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_project__information__tcwu- .ProjectPage_container__EwBtN{grid-template-columns:auto 30.125rem}}.ProjectPage_project__580cD .ProjectPage_information__main__lFIV4{grid-gap:1.25rem;display:grid}.ProjectPage_project__580cD .ProjectPage_information__section__J3GyY{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;padding:1.25rem}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg{background-color:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:1.5rem;display:grid;padding:1.25rem}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T{grid-gap:1rem;align-items:center;display:flex;flex-wrap:wrap}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T{grid-gap:2rem 1rem;flex-wrap:nowrap}}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T:not(:last-child){margin-bottom:2.5rem}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T .ProjectPage_graphic__ico__hf6nk{align-items:center;background-color:#fff;border-radius:.25rem;display:flex;flex-shrink:0;height:3.25rem;justify-content:center;width:3.25rem}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T .ProjectPage_graphic__ico__hf6nk img,.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T .ProjectPage_graphic__ico__hf6nk svg{height:2.5rem;width:2.5rem}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T .ProjectPage_graphic__title__CkBhg .ProjectPage_graphic__text__0H1hy{color:#202639;font-size:1rem;line-height:1.5rem}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T .ProjectPage_graphic__title__CkBhg .ProjectPage_graphic__text__0H1hy{font-size:1.25rem;line-height:1.5rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T .ProjectPage_graphic__title__CkBhg .ProjectPage_graphic__text__0H1hy{font-size:1.5rem;line-height:2rem}}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T .ProjectPage_graphic__subtitle__ldmk2 .ProjectPage_graphic__text__0H1hy{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T .ProjectPage_graphic__subtitle__ldmk2 .ProjectPage_graphic__text__0H1hy{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T .ProjectPage_graphic__subtitle__ldmk2 .ProjectPage_graphic__text__0H1hy{font-size:1.25rem;line-height:1.5rem}}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T .ProjectPage_graphic__sellect__VLsfv{display:flex;justify-content:flex-end;margin-left:auto}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T .ProjectPage_graphic__sellect__VLsfv select{width:12.5rem}}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__main__3EbYU:not(:last-child){margin-bottom:3.625rem}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__cost__citRa{align-items:center;display:flex;gap:.75rem}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__cost__citRa:not(:last-child){margin-bottom:2rem}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__cost__citRa .ProjectPage_cost__title__W0OZh{color:#202639;font-size:2.25rem;line-height:2.5rem}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__cost__citRa .ProjectPage_cost__subtitle__xnk1h{color:#00b31d;font-size:1.5rem;line-height:2rem}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix{grid-gap:1.25rem;display:grid}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix{grid-template-columns:auto 4.5rem}}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__calendar__nd7nN .ProjectPage_calendar__list__z3kFG{align-items:center;display:flex;gap:1rem}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__calendar__nd7nN .ProjectPage_calendar__item__JrKii{cursor:pointer}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__calendar__nd7nN .ProjectPage_calendar__item__JrKii.ProjectPage_calendar__item_active__k4uOF .ProjectPage_calendar__text__sjfhi,.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__calendar__nd7nN .ProjectPage_calendar__item__JrKii:hover .ProjectPage_calendar__text__sjfhi{color:#a717ff}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__calendar__nd7nN .ProjectPage_calendar__text__sjfhi{color:rgba(32,38,57,.8);font-size:1rem;line-height:1.25rem;opacity:.8;transition:all .4s ease-in-out}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__calendar__nd7nN .ProjectPage_calendar__text__sjfhi{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__media__MklsI{border-right:1px solid rgba(32,38,57,.125);padding-top:74%;position:relative}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__media__MklsI img{height:100%;left:0;position:absolute;top:0;width:100%}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__times__k-MIy .ProjectPage_times__list__WZfu7{display:flex;flex-direction:row;gap:2rem;justify-content:space-between}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__times__k-MIy .ProjectPage_times__item__vud4V{cursor:pointer}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__times__k-MIy .ProjectPage_times__item__vud4V:hover .ProjectPage_times__text__DAuta{color:#a717ff}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__times__k-MIy .ProjectPage_times__text__DAuta{color:rgba(32,38,57,.8);font-size:.875rem;line-height:1rem;opacity:.8}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__cost__dgp5w{display:none;flex-direction:column;gap:1.5rem;grid-row:span 3}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__cost__dgp5w{display:flex}}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__cost__dgp5w .ProjectPage_cost__title__W0OZh{color:#202639;font-size:1.25rem;line-height:1.5rem}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__cost__dgp5w .ProjectPage_cost__list__FRf6Z{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__cost__dgp5w .ProjectPage_cost__item__k\+8KP{cursor:pointer}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__cost__dgp5w .ProjectPage_cost__item__k\+8KP:hover .ProjectPage_cost__text__Br3Mv{color:#a717ff}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__cost__dgp5w .ProjectPage_cost__text__Br3Mv{color:rgba(32,38,57,.8);font-size:.875rem;line-height:1rem;opacity:.8;transition:all .4s ease-in-out}.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__footer__QaBlg .ProjectPage_graphic__text__0H1hy{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__footer__QaBlg .ProjectPage_graphic__text__0H1hy{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__footer__QaBlg .ProjectPage_graphic__text__0H1hy{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA{display:grid}.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__head__Yn-E1{display:flex;flex-direction:column;gap:.25rem}.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__head__Yn-E1:not(:last-child){margin-bottom:2rem}.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__head__Yn-E1 .ProjectPage_description__title__mQPmh{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1.25rem}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__head__Yn-E1 .ProjectPage_description__title__mQPmh{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__head__Yn-E1 .ProjectPage_description__title__mQPmh{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__head__Yn-E1 .ProjectPage_description__subtitle__NrQ\+W{color:#202639;font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__head__Yn-E1 .ProjectPage_description__subtitle__NrQ\+W{font-size:1.5rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__head__Yn-E1 .ProjectPage_description__subtitle__NrQ\+W{font-size:2rem;line-height:2.5rem}}.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__media__cOG9X{border-radius:.75rem;overflow:hidden;padding-top:51%;position:relative}.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__media__cOG9X:not(:last-child){margin-bottom:2.5rem}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__media__cOG9X:not(:last-child){margin-bottom:3.25rem}}.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__media__cOG9X img{height:100%;left:0;position:absolute;top:0;width:100%}.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__header__igOeU{grid-gap:1rem;display:grid}.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__header__igOeU:not(:last-child){margin-bottom:1.25rem}.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__title__mQPmh{color:#202639;font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__title__mQPmh{font-size:1.5rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__title__mQPmh{font-size:2rem;line-height:2.5rem}}.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__subtitle__NrQ\+W{color:rgba(32,38,57,.8);font-size:1rem;line-height:1.25rem}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__subtitle__NrQ\+W{font-size:1.25rem;line-height:1.5rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__subtitle__NrQ\+W{font-size:1.5rem;line-height:2rem}}.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__main__0HwrY{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1.25rem}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__main__0HwrY{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_information__description__bdBtA .ProjectPage_description__main__0HwrY{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2{display:flex;flex-direction:column;gap:1.25rem;order:-1}@media screen and (min-width:841px){.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2{order:0}}.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk{grid-gap:1.5rem;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:grid;gap:1.5rem;padding:1.25rem}.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__header__B-a7J .ProjectPage_group__title__Qbvay{color:rgba(32,38,57,.502);font-size:1rem;line-height:1.25rem}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__header__B-a7J .ProjectPage_group__title__Qbvay{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__list__WQunG{grid-gap:.75rem;display:grid;gap:.75rem}.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__item__YknCI{background-color:#f7f7f7;border:1px solid #fff;border-radius:.75rem;padding:1.25rem}.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__title__Qbvay{color:rgba(32,38,57,.502);font-size:1rem;line-height:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__title__Qbvay{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__title__Qbvay:not(:last-child){margin-bottom:.5rem}.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__subtitle__Wgc4j{align-items:center;color:#202639;display:flex;font-size:1.5rem;gap:.5rem;line-height:2rem;width:calc(100% - 2.25rem)}@media(min-width:1280px){.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__subtitle__Wgc4j{font-size:2rem;line-height:2.5rem}}.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__subtitle__Wgc4j:not(:last-child){margin-bottom:2rem}.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__tooltip__6BO48{height:1.125rem;position:relative;width:1.125rem}.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__tooltip__6BO48:hover .ProjectPage_tooltip__dropdown__qHCAV{display:block}.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__tooltip__6BO48 .ProjectPage_tooltip__ico__FEr2p{align-items:flex-start;border-radius:50%;cursor:pointer;display:flex;height:100%;width:100%}.ProjectPage_project__580cD .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__tooltip__6BO48 .ProjectPage_tooltip__dropdown__qHCAV{background-color:#fff;border:1px solid rgba(32,38,57,.125);border-radius:.5rem;display:none;font-size:1rem;line-height:1.25rem;padding:1.5rem 1.25rem;position:absolute;right:calc(100% + .5rem);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .4s ease-in-out;width:20rem}.ProjectPage_articles__tmkl\+{display:flex;flex-direction:column;gap:2.5rem}@media screen and (min-width:841px){.ProjectPage_articles__tmkl\+{gap:3.25rem}}.ProjectPage_articles__tmkl\+ .ProjectPage_articles__list__xHrS9{grid-gap:1.25rem;display:flex;flex-direction:column}.ProjectPage_article__a\+wg-{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:flex;flex-direction:column;padding:1.25rem}.ProjectPage_article__a\+wg- .ProjectPage_article__header__syHFy{align-items:center;display:flex;gap:1.25rem;justify-content:space-between}.ProjectPage_article__a\+wg- .ProjectPage_article__header__syHFy:not(:last-child){margin-bottom:2rem}.ProjectPage_article__a\+wg- .ProjectPage_article__header__syHFy .ProjectPage_article__tag__PNFFy{background-color:rgba(167,23,255,.125);border-radius:10rem;display:flex;padding:.75rem 1.25rem}@media screen and (min-width:841px){.ProjectPage_article__a\+wg- .ProjectPage_article__header__syHFy .ProjectPage_article__tag__PNFFy{padding:.75rem 1.25rem}}@media(min-width:1280px){.ProjectPage_article__a\+wg- .ProjectPage_article__header__syHFy .ProjectPage_article__tag__PNFFy{padding:.75rem 1.25rem}}.ProjectPage_article__a\+wg- .ProjectPage_article__header__syHFy .ProjectPage_article__tag__PNFFy .ProjectPage_tag__text__5xEpe{color:#a717ff;font-size:.75rem;line-height:.75rem}@media screen and (min-width:841px){.ProjectPage_article__a\+wg- .ProjectPage_article__header__syHFy .ProjectPage_article__tag__PNFFy .ProjectPage_tag__text__5xEpe{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_article__a\+wg- .ProjectPage_article__header__syHFy .ProjectPage_article__tag__PNFFy .ProjectPage_tag__text__5xEpe{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_article__a\+wg- .ProjectPage_article__header__syHFy .ProjectPage_article__date__Xksij .ProjectPage_date__text__UYQQN{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:580px){.ProjectPage_article__a\+wg- .ProjectPage_article__header__syHFy .ProjectPage_article__date__Xksij .ProjectPage_date__text__UYQQN{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_article__a\+wg- .ProjectPage_article__header__syHFy .ProjectPage_article__date__Xksij .ProjectPage_date__text__UYQQN{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_article__a\+wg- .ProjectPage_article__main__1D-F5{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}@media screen and (min-width:580px){.ProjectPage_article__a\+wg- .ProjectPage_article__main__1D-F5{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_article__a\+wg- .ProjectPage_article__main__1D-F5{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_article__a\+wg- .ProjectPage_article__main__1D-F5:not(:last-child){margin-bottom:3.25rem}.ProjectPage_article__a\+wg- .ProjectPage_article__footer__I6i2A{align-items:center;display:flex;justify-content:space-between}.ProjectPage_article__a\+wg- .ProjectPage_article__footer__I6i2A .ProjectPage_article__data__nSVG- .ProjectPage_data__list__LTQmy{align-items:center;display:flex;gap:1.25rem}.ProjectPage_article__a\+wg- .ProjectPage_article__footer__I6i2A .ProjectPage_article__data__nSVG- .ProjectPage_data__item__u9yhm{align-items:center;cursor:pointer;display:flex;gap:.5rem}.ProjectPage_article__a\+wg- .ProjectPage_article__footer__I6i2A .ProjectPage_article__data__nSVG- .ProjectPage_data__item__u9yhm:hover .ProjectPage_data__text__oGUJE{color:#202639}.ProjectPage_article__a\+wg- .ProjectPage_article__footer__I6i2A .ProjectPage_article__data__nSVG- img,.ProjectPage_article__a\+wg- .ProjectPage_article__footer__I6i2A .ProjectPage_article__data__nSVG- svg{flex-shrink:0;height:1.25rem;width:1.25rem}@media screen and (min-width:841px){.ProjectPage_article__a\+wg- .ProjectPage_article__footer__I6i2A .ProjectPage_article__data__nSVG- img,.ProjectPage_article__a\+wg- .ProjectPage_article__footer__I6i2A .ProjectPage_article__data__nSVG- svg{height:1.5rem;width:1.5rem}}.ProjectPage_article__a\+wg- .ProjectPage_article__footer__I6i2A .ProjectPage_article__data__nSVG- .ProjectPage_data__text__oGUJE{color:rgba(32,38,57,.502);font-size:.875rem;font-weight:600;line-height:1rem;transition:all .4s ease-in-out}@media screen and (min-width:841px){.ProjectPage_article__a\+wg- .ProjectPage_article__footer__I6i2A .ProjectPage_article__data__nSVG- .ProjectPage_data__text__oGUJE{font-size:1rem;line-height:1.5rem}}.ProjectPage_comments__fj2k-{grid-gap:1.25rem;display:grid}.ProjectPage_comments__fj2k- .ProjectPage_comments__header__B7ZRt{grid-gap:.25rem 1.5rem;align-items:center;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:grid;padding:1.25rem}@media screen and (min-width:580px){.ProjectPage_comments__fj2k- .ProjectPage_comments__header__B7ZRt{grid-template-columns:auto 12.5rem}}.ProjectPage_comments__fj2k- .ProjectPage_comments__header__B7ZRt .ProjectPage_comments__title__0ES7k{color:rgba(32,38,57,.502);font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:580px){.ProjectPage_comments__fj2k- .ProjectPage_comments__header__B7ZRt .ProjectPage_comments__title__0ES7k{order:-2}}.ProjectPage_comments__fj2k- .ProjectPage_comments__header__B7ZRt .ProjectPage_comments__subtitle__myDkH{color:#202639;font-size:1.5rem;line-height:2rem}@media screen and (min-width:841px){.ProjectPage_comments__fj2k- .ProjectPage_comments__header__B7ZRt .ProjectPage_comments__subtitle__myDkH{font-size:2rem;line-height:2.5rem}}.ProjectPage_comments__fj2k- .ProjectPage_comments__header__B7ZRt .ProjectPage_comments__subtitle__myDkH:not(:last-child){margin-bottom:.5rem}@media screen and (min-width:580px){.ProjectPage_comments__fj2k- .ProjectPage_comments__header__B7ZRt .ProjectPage_comments__subtitle__myDkH:not(:last-child){margin-bottom:0}.ProjectPage_comments__fj2k- .ProjectPage_comments__header__B7ZRt .ProjectPage_comments__select__BfX7s{grid-row:span 2;order:-1}}.ProjectPage_comments__fj2k- .ProjectPage_comments__list__8rWWN{display:flex;flex-direction:column;gap:1.25rem}.ProjectPage_comments__addComment__nat-H{background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;padding:1.25rem}.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__header__hSsrn{grid-gap:.25rem 1.5rem;display:grid}@media screen and (min-width:580px){.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__header__hSsrn{grid-template-columns:auto 12.5rem}}.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__header__hSsrn:not(:last-child){margin-bottom:3rem}.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__header__hSsrn .ProjectPage_comments__title__0ES7k{color:rgba(32,38,57,.502);font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:580px){.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__header__hSsrn .ProjectPage_comments__title__0ES7k{order:-2}}.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__header__hSsrn .ProjectPage_comments__subtitle__myDkH{color:#202639;font-size:1.5rem;line-height:2rem}@media screen and (min-width:841px){.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__header__hSsrn .ProjectPage_comments__subtitle__myDkH{font-size:2rem;line-height:2.5rem}}.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__header__hSsrn .ProjectPage_comments__subtitle__myDkH:not(:last-child){margin-bottom:.5rem}@media screen and (min-width:580px){.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__header__hSsrn .ProjectPage_comments__subtitle__myDkH:not(:last-child){margin-bottom:0}.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__header__hSsrn .ProjectPage_comments__select__BfX7s{grid-row:span 2;order:-1}}.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__main__r5H4H{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:2rem auto}@media screen and (min-width:580px){.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__main__r5H4H{gap:1.25rem;grid-template-columns:2.5rem auto}}@media screen and (min-width:841px){.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__main__r5H4H{grid-template-columns:3.25rem auto}}.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__main__r5H4H:not(:last-child){margin-bottom:2rem}.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__main__r5H4H .ProjectPage_comments__media__S\+dhP{border-radius:.75rem;height:2rem;overflow:hidden;position:relative;width:2rem}@media screen and (min-width:580px){.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__main__r5H4H .ProjectPage_comments__media__S\+dhP{font-size:2.5rem;line-height:2.5rem}}@media screen and (min-width:841px){.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__main__r5H4H .ProjectPage_comments__media__S\+dhP{height:3.25rem;width:3.25rem}}.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__main__r5H4H .ProjectPage_comments__text__QDkBL{-webkit-appearance:none;appearance:none;background-color:transparent;border:0;border-bottom:1px solid rgba(32,38,57,.125);box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:400;height:100%;height:2.75rem;line-height:2.5rem;margin:0;min-height:2.5rem;outline:none;padding:0 .75rem;resize:none;text-overflow:ellipsis;transition:all .4s ease-in-out;width:100%}.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__main__r5H4H .ProjectPage_comments__text__QDkBL::-webkit-input-placeholder{color:rgba(32,38,57,.502);opacity:1}.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__main__r5H4H .ProjectPage_comments__text__QDkBL::placeholder{color:rgba(32,38,57,.502);opacity:1}.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__main__r5H4H .ProjectPage_comments__text__QDkBL:focus{border-color:rgba(32,38,57,.502)}.ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__action__L8E5G .ProjectPage_action__list__VMqka{display:flex;gap:.75rem;justify-content:flex-end}.ProjectPage_comment__t1MT0{grid-gap:0 1rem;align-items:flex-start;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:grid;grid-template-columns:2rem auto;padding:1.25rem}@media screen and (min-width:580px){.ProjectPage_comment__t1MT0{grid-template-columns:2.5rem auto}}@media screen and (min-width:841px){.ProjectPage_comment__t1MT0{grid-template-columns:3.25rem auto}}.ProjectPage_comment__t1MT0 .ProjectPage_comments__list__8rWWN{grid-gap:3rem;display:grid}.ProjectPage_comment__t1MT0 .ProjectPage_comments__item__VWrao{-webkit-backdrop-filter:initial!important;backdrop-filter:none!important;background:transparent none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important;border:initial!important;grid-template-columns:1.125rem auto;padding:initial!important}@media screen and (min-width:580px){.ProjectPage_comment__t1MT0 .ProjectPage_comments__item__VWrao{grid-template-columns:2rem auto}}@media screen and (min-width:841px){.ProjectPage_comment__t1MT0 .ProjectPage_comments__item__VWrao{grid-template-columns:2.5rem auto}}.ProjectPage_comment__t1MT0 .ProjectPage_comments__item__VWrao .ProjectPage_comment__media__-pyhg{border-radius:.25rem;height:1.125rem;position:relative;width:1.125rem}@media screen and (min-width:580px){.ProjectPage_comment__t1MT0 .ProjectPage_comments__item__VWrao .ProjectPage_comment__media__-pyhg{font-size:2rem;line-height:2rem}}@media screen and (min-width:841px){.ProjectPage_comment__t1MT0 .ProjectPage_comments__item__VWrao .ProjectPage_comment__media__-pyhg{height:2.5rem;width:2.5rem}}.ProjectPage_comment__t1MT0 .ProjectPage_comments__item__VWrao .ProjectPage_comment__header__Ota06:not(:last-child){margin-bottom:1.25rem}.ProjectPage_comment__t1MT0 .ProjectPage_comments__item__VWrao .ProjectPage_comment__header__Ota06 .ProjectPage_comment__title__4TJV\+{font-size:.875rem;line-height:1rem}@media screen and (min-width:580px){.ProjectPage_comment__t1MT0 .ProjectPage_comments__item__VWrao .ProjectPage_comment__header__Ota06 .ProjectPage_comment__title__4TJV\+{font-size:1rem;line-height:1.25rem}}@media screen and (min-width:841px){.ProjectPage_comment__t1MT0 .ProjectPage_comments__item__VWrao .ProjectPage_comment__header__Ota06 .ProjectPage_comment__title__4TJV\+{font-size:1.125rem;line-height:1.25rem}}.ProjectPage_comment__t1MT0 .ProjectPage_comments__item__VWrao .ProjectPage_comment__header__Ota06 .ProjectPage_comment__subtitle__FrkBB{color:rgba(32,38,57,.502);font-size:.75rem;line-height:.875rem}.ProjectPage_comment__t1MT0 .ProjectPage_comment__media__-pyhg{border-radius:1rem;grid-row:span 4;height:2rem;overflow:hidden;position:relative;width:2rem}@media screen and (min-width:580px){.ProjectPage_comment__t1MT0 .ProjectPage_comment__media__-pyhg{font-size:2.5rem;line-height:2.5rem}}@media screen and (min-width:841px){.ProjectPage_comment__t1MT0 .ProjectPage_comment__media__-pyhg{height:3.25rem;width:3.25rem}}.ProjectPage_comment__t1MT0 .ProjectPage_comment__media__-pyhg img{height:100%;left:0;position:absolute;top:0;width:100%}.ProjectPage_comment__t1MT0 .ProjectPage_comment__header__Ota06{align-items:center;display:flex;gap:1rem}.ProjectPage_comment__t1MT0 .ProjectPage_comment__header__Ota06:not(:last-child){margin-bottom:1.5rem}.ProjectPage_comment__t1MT0 .ProjectPage_comment__header__Ota06 .ProjectPage_comment__title__4TJV\+{color:#202639;font-size:1rem;font-weight:400;line-height:1rem}@media screen and (min-width:580px){.ProjectPage_comment__t1MT0 .ProjectPage_comment__header__Ota06 .ProjectPage_comment__title__4TJV\+{font-size:1.25rem;line-height:1.25rem}}@media screen and (min-width:841px){.ProjectPage_comment__t1MT0 .ProjectPage_comment__header__Ota06 .ProjectPage_comment__title__4TJV\+{font-size:1.5rem;line-height:2rem}}.ProjectPage_comment__t1MT0 .ProjectPage_comment__header__Ota06 .ProjectPage_comment__subtitle__FrkBB{color:rgba(32,38,57,.502);font-size:.75rem;font-weight:400;line-height:1rem}@media screen and (min-width:580px){.ProjectPage_comment__t1MT0 .ProjectPage_comment__header__Ota06 .ProjectPage_comment__subtitle__FrkBB{font-size:.875rem;line-height:1rem}}@media screen and (min-width:841px){.ProjectPage_comment__t1MT0 .ProjectPage_comment__header__Ota06 .ProjectPage_comment__subtitle__FrkBB{font-size:1rem;line-height:1.125rem}}.ProjectPage_comment__t1MT0 .ProjectPage_comment__main__Pc578{color:rgba(32,38,57,.8);font-size:.875rem;line-height:1rem}@media screen and (min-width:580px){.ProjectPage_comment__t1MT0 .ProjectPage_comment__main__Pc578{font-size:1rem;line-height:1.25rem}}@media screen and (min-width:841px){.ProjectPage_comment__t1MT0 .ProjectPage_comment__main__Pc578{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_comment__t1MT0 .ProjectPage_comment__main__Pc578:not(:last-child){margin-bottom:2rem}.ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL{align-items:center;display:flex;gap:1.25rem}.ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL:not(:last-child){margin-bottom:.875rem}.ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__favorite__kApq2{align-items:center;cursor:pointer;display:flex;gap:.5rem}.ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__favorite__kApq2:hover .ProjectPage_favorite__text__LazcI{color:#202639}.ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__favorite__kApq2 img,.ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__favorite__kApq2 svg{flex-shrink:0;height:1.5rem;width:1.5rem}.ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__favorite__kApq2 .ProjectPage_favorite__text__LazcI{color:rgba(32,38,57,.502);font-size:.875rem;font-weight:600;line-height:1rem;transition:all .4s ease-in-out}@media screen and (min-width:841px){.ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__favorite__kApq2 .ProjectPage_favorite__text__LazcI{font-size:1rem;line-height:1.5rem}}.ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__answer__rerrm{cursor:pointer}.ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__answer__rerrm:hover .ProjectPage_answer__text__c6d-t{color:rgba(32,38,57,.565)}.ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__answer__rerrm .ProjectPage_answer__text__c6d-t{color:#202639;font-size:1rem;font-weight:600;line-height:1.125rem;transition:all .4s ease-in-out}.ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x{align-items:flex-start;display:flex;flex-direction:column;gap:2rem}.ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x .ProjectPage_dropdown__header__D3bRk{align-items:center;background-color:rgba(167,23,255,.125);border-radius:.75rem;color:#a717ff;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:all .4s ease-in-out}@media screen and (min-width:841px){.ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x .ProjectPage_dropdown__header__D3bRk{padding:1rem}}.ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x .ProjectPage_dropdown__header__D3bRk:hover{background-color:#a717ff;color:#fff}.ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x .ProjectPage_dropdown__header__D3bRk:hover img,.ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x .ProjectPage_dropdown__header__D3bRk:hover svg{fill:#fff}.ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x .ProjectPage_dropdown__header__D3bRk img,.ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x .ProjectPage_dropdown__header__D3bRk svg{fill:#a717ff;height:.5rem;transition:all .4s ease-in-out;width:.75rem}.ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x .ProjectPage_dropdown__header__D3bRk .ProjectPage_dropdown__text__hMeog{font-size:.875rem;font-weight:600;line-height:1rem}@media screen and (min-width:841px){.ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x .ProjectPage_dropdown__header__D3bRk .ProjectPage_dropdown__text__hMeog{font-size:1rem;line-height:1.125rem}}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6{background-color:#010607}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 h1,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 h2{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 h3,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 h4,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 h5,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 h6{color:hsla(0,0%,100%,.439)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_btn__QyeHz.ProjectPage_btn_transparent__V8bRl{background-color:transparent;border-color:#fff;color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_btn__QyeHz.ProjectPage_btn_transparent__V8bRl:hover{background-color:#fff;border-color:#fff;color:#010607}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_btn__QyeHz.ProjectPage_btn_transparent__V8bRl:hover img,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_btn__QyeHz.ProjectPage_btn_transparent__V8bRl:hover svg{fill:#010607}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_btn__QyeHz.ProjectPage_btn_transparent__V8bRl img,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_btn__QyeHz.ProjectPage_btn_transparent__V8bRl svg{fill:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_project__header__rTCD0{background-color:#010607}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__item__u9yhm,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__media__JBoyB{background-color:hsla(0,0%,100%,.063)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__subtitle__dz9ux{color:hsla(0,0%,100%,.439)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__title__xmEz1{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_project__header__rTCD0 .ProjectPage_project__data__pwOYz .ProjectPage_data__title__xmEz1.ProjectPage_data__title_secondary__Ax3aL{color:#00b31d}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_project__header__rTCD0 .ProjectPage_project__tags__-VId0 .ProjectPage_tags__item__X2d62{background-color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_project__header__rTCD0 .ProjectPage_project__tags__-VId0 .ProjectPage_tags__text__KKCiP{color:rgba(1,6,7,.439)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_project__header__rTCD0 .ProjectPage_project__tabs__ArxRx .ProjectPage_tabs__header__mGwgk .ProjectPage_tabs__item__cj6t7{color:hsla(0,0%,100%,.314)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_project__header__rTCD0 .ProjectPage_project__tabs__ArxRx .ProjectPage_tabs__header__mGwgk .ProjectPage_tabs__item__cj6t7:before{background-color:#a717ff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_project__header__rTCD0 .ProjectPage_project__tabs__ArxRx .ProjectPage_tabs__header__mGwgk .ProjectPage_tabs__item__cj6t7.ProjectPage_tabs__item_active__IxNkw,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_project__header__rTCD0 .ProjectPage_project__tabs__ArxRx .ProjectPage_tabs__header__mGwgk .ProjectPage_tabs__item__cj6t7:hover{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_project__header__rTCD0 .ProjectPage_project__tabs__ArxRx .ProjectPage_tabs__header__mGwgk .ProjectPage_tabs__count__jdj54{color:#a717ff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_project__main__L09Zd{background:no-repeat url(/static/media/background2.db53260e2f51c065a755.jpg)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_project__footer__niE1l{background-color:hsla(0,0%,100%,.063)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__section__J3GyY{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg{background-color:hsla(0,0%,100%,.063);border:1px solid hsla(0,0%,100%,.063)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T .ProjectPage_graphic__ico__hf6nk{background-color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T .ProjectPage_graphic__title__CkBhg .ProjectPage_graphic__text__0H1hy{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__header__Eiu-T .ProjectPage_graphic__subtitle__ldmk2 .ProjectPage_graphic__text__0H1hy{color:hsla(0,0%,100%,.314)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__cost__citRa .ProjectPage_cost__title__W0OZh{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__cost__citRa .ProjectPage_cost__subtitle__xnk1h{color:#00b31d}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__calendar__nd7nN .ProjectPage_calendar__item__JrKii{cursor:pointer}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__calendar__nd7nN .ProjectPage_calendar__item__JrKii.ProjectPage_calendar__item_active__k4uOF .ProjectPage_calendar__text__sjfhi,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__calendar__nd7nN .ProjectPage_calendar__item__JrKii:hover .ProjectPage_calendar__text__sjfhi{color:#a717ff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__calendar__nd7nN .ProjectPage_calendar__text__sjfhi{color:hsla(0,0%,100%,.314)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__media__MklsI{border-right:1px solid hsla(0,0%,100%,.063)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__times__k-MIy .ProjectPage_times__item__vud4V{cursor:pointer}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__times__k-MIy .ProjectPage_times__item__vud4V:hover .ProjectPage_times__text__DAuta{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__times__k-MIy .ProjectPage_times__text__DAuta{color:hsla(0,0%,100%,.314)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__cost__dgp5w .ProjectPage_cost__title__W0OZh{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__cost__dgp5w .ProjectPage_cost__item__k\+8KP{cursor:pointer}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__cost__dgp5w .ProjectPage_cost__item__k\+8KP:hover .ProjectPage_cost__text__Br3Mv{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__schedule__8l-ix .ProjectPage_schedule__cost__dgp5w .ProjectPage_cost__text__Br3Mv{color:hsla(0,0%,100%,.314)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__graphic__AjTfg .ProjectPage_graphic__footer__QaBlg .ProjectPage_graphic__text__0H1hy{color:hsla(0,0%,100%,.439)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__description__bdBtA .ProjectPage_description__head__Yn-E1 .ProjectPage_description__title__mQPmh{color:hsla(0,0%,100%,.314)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__description__bdBtA .ProjectPage_description__head__Yn-E1 .ProjectPage_description__subtitle__NrQ\+W,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__description__bdBtA .ProjectPage_description__title__mQPmh{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__description__bdBtA .ProjectPage_description__main__0HwrY,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__description__bdBtA .ProjectPage_description__subtitle__NrQ\+W{color:hsla(0,0%,100%,.314)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__header__B-a7J .ProjectPage_group__title__Qbvay{color:hsla(0,0%,100%,.314)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__item__YknCI{background-color:hsla(0,0%,100%,.063);border:1px solid hsla(0,0%,100%,.063)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__title__Qbvay{color:hsla(0,0%,100%,.314)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__subtitle__Wgc4j{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_information__sidebar__Cohk2 .ProjectPage_sidebar__group__2G0uk .ProjectPage_group__tooltip__6BO48 .ProjectPage_tooltip__dropdown__qHCAV{background-color:#fff;border:1px solid hsla(0,0%,100%,.063);color:#000}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_article__a\+wg-{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_article__a\+wg- .ProjectPage_article__header__syHFy .ProjectPage_article__tag__PNFFy{background-color:rgba(167,23,255,.125)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_article__a\+wg- .ProjectPage_article__header__syHFy .ProjectPage_article__tag__PNFFy .ProjectPage_tag__text__5xEpe{color:#a717ff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_article__a\+wg- .ProjectPage_article__header__syHFy .ProjectPage_article__date__Xksij .ProjectPage_date__text__UYQQN,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_article__a\+wg- .ProjectPage_article__main__1D-F5{color:hsla(0,0%,100%,.314)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_article__a\+wg- .ProjectPage_article__footer__I6i2A .ProjectPage_article__data__nSVG- .ProjectPage_data__item__u9yhm:hover .ProjectPage_data__text__oGUJE{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_article__a\+wg- .ProjectPage_article__footer__I6i2A .ProjectPage_article__data__nSVG- img,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_article__a\+wg- .ProjectPage_article__footer__I6i2A .ProjectPage_article__data__nSVG- svg{fill:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_article__a\+wg- .ProjectPage_article__footer__I6i2A .ProjectPage_article__data__nSVG- .ProjectPage_data__text__oGUJE{color:hsla(0,0%,100%,.314)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comments__fj2k- .ProjectPage_comments__header__B7ZRt{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comments__fj2k- .ProjectPage_comments__header__B7ZRt .ProjectPage_comments__title__0ES7k{color:hsla(0,0%,100%,.314)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comments__fj2k- .ProjectPage_comments__header__B7ZRt .ProjectPage_comments__subtitle__myDkH{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comments__addComment__nat-H{background-color:rgba(1,6,7,.251);border-color:hsla(0,0%,100%,.125)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__header__hSsrn .ProjectPage_comments__title__0ES7k{color:hsla(0,0%,100%,.314)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__header__hSsrn .ProjectPage_comments__subtitle__myDkH{color:#fff}@media screen and (min-width:580px){.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__header__hSsrn .ProjectPage_comments__select__BfX7s{grid-row:span 2;order:-1}}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__main__r5H4H .ProjectPage_comments__text__QDkBL{border-color:hsla(0,0%,100%,.2);color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__main__r5H4H .ProjectPage_comments__text__QDkBL:focus{border-color:hsla(0,0%,100%,.5)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__main__r5H4H .ProjectPage_comments__text__QDkBL::-webkit-input-placeholder{color:hsla(0,0%,100%,.5);opacity:1}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comments__addComment__nat-H .ProjectPage_addComment__main__r5H4H .ProjectPage_comments__text__QDkBL::placeholder{color:hsla(0,0%,100%,.5);opacity:1}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_btn__QyeHz:disabled{background-color:hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.5)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_btn__QyeHz.ProjectPage_btn_tertiary__X9yet{background-color:hsla(0,0%,100%,.2);color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_btn__QyeHz.ProjectPage_btn_tertiary__X9yet:disabled{background-color:transparent;color:hsla(0,0%,100%,.5)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 select{background-color:hsla(0,0%,100%,.1);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNjcxMUIxQjJDMTcxMUVGOTIwQzg2MTY5REMyQTc5QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNjcxMUIxQzJDMTcxMUVGOTIwQzg2MTY5REMyQTc5QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI2NzExQjE5MkMxNzExRUY5MjBDODYxNjlEQzJBNzlDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI2NzExQjFBMkMxNzExRUY5MjBDODYxNjlEQzJBNzlDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+y4ZxMQAAALtJREFUeNrs180NwyAMBWDoAlmlo2UD2CBdqRMxgmuiKKUVP7YB5RBbehdAvO+EEgsA5sp5mItHAQpQQAp4YeKj4Cf2rZiA2c6V+BAdCfAdn6yPioff2dfTA+vfAT+x3OUA5tgYjSiW5wCjEdXyEmAUolleA/QiSOUtgBRBLqcAuAhWORVARbDLOYAWQlTOBZQQ4nIJIIcQl0sBJYST3NXzxLre8hjb+Vn+xCyYt/QCq/8FClDA7QEfAQYAF7iummIhzbQAAAAASUVORK5CYII=);background-size:auto 25%;border-color:hsla(0,0%,100%,.2);color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 select option{color:#000}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comments__item__VWrao .ProjectPage_comment__header__Ota06 .ProjectPage_comment__subtitle__FrkBB{color:hsla(0,0%,100%,.314)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__header__Ota06 .ProjectPage_comment__title__4TJV\+{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__header__Ota06 .ProjectPage_comment__subtitle__FrkBB,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__main__Pc578{color:hsla(0,0%,100%,.314)}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__favorite__kApq2:hover .ProjectPage_favorite__text__LazcI{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__favorite__kApq2 img,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__favorite__kApq2 svg{fill:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__favorite__kApq2 .ProjectPage_favorite__text__LazcI{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__answer__rerrm{cursor:pointer}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__answer__rerrm .ProjectPage_answer__text__c6d-t,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__footer__o6HvL .ProjectPage_comment__answer__rerrm:hover .ProjectPage_answer__text__c6d-t{color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x .ProjectPage_dropdown__header__D3bRk{background-color:rgba(167,23,255,.125);color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x .ProjectPage_dropdown__header__D3bRk:hover{background-color:#a717ff;color:#fff}.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x .ProjectPage_dropdown__header__D3bRk img,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x .ProjectPage_dropdown__header__D3bRk svg,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x .ProjectPage_dropdown__header__D3bRk:hover img,.ProjectPage_project__580cD.ProjectPage_project_dark__P4XN6 .ProjectPage_comment__t1MT0 .ProjectPage_comment__dropdown__X1B1x .ProjectPage_dropdown__header__D3bRk:hover svg{fill:#fff}.ProjectPage_project__580cD .ProjectPage_project__return__YHtBf{display:flex;justify-content:flex-start;margin-bottom:2rem}.ProjectPage_project__580cD .ProjectPage_project__return__YHtBf .ProjectPage_return__link__VcDkq{align-items:center;background-color:#fff;border-radius:.75rem;cursor:pointer;display:flex;gap:1rem;padding:1rem 1.5rem;transition:all .4s ease-in-out}.ProjectPage_project__580cD .ProjectPage_project__return__YHtBf .ProjectPage_return__link__VcDkq:hover{background-color:#a717ff}.ProjectPage_project__580cD .ProjectPage_project__return__YHtBf .ProjectPage_return__link__VcDkq:hover .ProjectPage_return__text__hOV1C{color:#fff}.ProjectPage_project__580cD .ProjectPage_project__return__YHtBf .ProjectPage_return__link__VcDkq:hover img,.ProjectPage_project__580cD .ProjectPage_project__return__YHtBf .ProjectPage_return__link__VcDkq:hover svg{fill:#fff}.ProjectPage_project__580cD .ProjectPage_project__return__YHtBf .ProjectPage_return__link__VcDkq img,.ProjectPage_project__580cD .ProjectPage_project__return__YHtBf .ProjectPage_return__link__VcDkq svg{fill:#202639;height:.75rem;width:1rem}.ProjectPage_project__580cD .ProjectPage_project__return__YHtBf .ProjectPage_return__text__hOV1C{color:#202639;font-size:1rem;font-weight:600;line-height:1.25rem}.TokenChart_wrapper__\+\+eD8{background:#abaeef;border:2px solid #abaeef;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:10px;width:100%}@media(max-width:767.998px){.TokenChart_wrapper__\+\+eD8{margin-top:20px}}.TokenChart_chartTable__D2mwH{background-color:#efebff;border-radius:18px;display:grid;grid-template-areas:"c l title1" "c l l1" "c l window1" "c l l2" "c l title2" "c l l3" "c l window2" "c l l4" "c l title3";grid-template-columns:62% 1px 1fr;grid-template-rows:repeat(2,25px 1px 236px 1px) 25px;height:100%;width:100%}@media(min-width:767.999px)and (max-width:1239.999px){.TokenChart_chartTable__D2mwH{grid-template-columns:58% 1px 1fr}}@media(max-width:767.998px){.TokenChart_chartTable__D2mwH{display:none}}.TokenChart_chart__Wh-nP{background-color:#fff;border-radius:18px 0 0 18px;grid-area:c;padding:10px}.TokenChart_phoneOnly__hH6Cs{display:none}.TokenChart_phoneOnly__hH6Cs .TokenChart_chart__Wh-nP{border-radius:18px 18px 18px 18px;height:100%}@media(max-width:767.998px){.TokenChart_phoneOnly__hH6Cs{display:block;height:555px}}.TokenChart_firstRowWrapper__kOpA1{align-items:center;display:flex;font-family:Inter;font-size:18px;font-weight:500;justify-content:space-between;line-height:22px;margin-bottom:10px}.TokenChart_elementWrapper__u8kMa{align-items:center;display:flex;gap:10px}@media(max-width:767.998px){.TokenChart_elementWrapper__u8kMa{gap:4px}}.TokenChart_elementWrapper__u8kMa span{font-size:18px;line-height:22px}@media(max-width:767.998px){.TokenChart_elementWrapper__u8kMa span{font-size:16px;line-height:19px}}.quill-content{color:#333;font-family:Arial,sans-serif;font-size:16px;line-height:1.5}.quill-content h1,.quill-content h2,.quill-content h3{margin-bottom:.5em;margin-top:.5em}.quill-content h1{font-size:2em;font-weight:700}.quill-content h2{font-size:1.5em;font-weight:700}.quill-content p{margin-bottom:1em}.quill-content ol,.quill-content ul{margin-bottom:1em;padding-left:1.5em}.quill-content a{color:#06c;text-decoration:none}.quill-content a:hover{text-decoration:underline}.quill-content .ql-align-right{text-align:right}.quill-content .ql-align-center{text-align:center}.quill-content .ql-align-justify{text-align:justify}.quill-content strong{font-weight:700}.quill-content em{font-style:italic}.quill-content u{text-decoration:underline}.quill-content s{text-decoration:line-through}.quill-content blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-editor .ql-size-small,.quill-content .ql-size-small{font-size:.75em!important}.ql-editor .ql-size-large,.quill-content .ql-size-large{font-size:1.5em!important}.ql-editor .ql-size-huge,.quill-content .ql-size-huge{font-size:2.5em!important}.ql-editor{color:#333;font-family:Arial,sans-serif;font-size:16px;line-height:1.5}.ql-editor h1{font-size:2em}.ql-editor h1,.ql-editor h2{font-weight:700;margin-bottom:.5em}.ql-editor h2{font-size:1.5em}.ql-editor p{margin-bottom:1em}.ql-editor strong{font-weight:700}.ql-editor em{font-style:italic}.ql-editor u{text-decoration:underline}.ql-editor s{text-decoration:line-through}.ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-editor ol,.ql-editor ul{margin-bottom:1em}.ql-editor a{color:#007bff;text-decoration:underline}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.quill-wrapper{position:relative;width:100%}.quill-container,.quill-wrapper{display:flex;flex-direction:column}.quill-container{border-radius:8px;flex-grow:1;max-height:400px;min-height:120px;overflow:relative;transition:box-shadow .3s ease}.quill-container-fixed-height{min-height:300px}.quill-container .ql-container,.quill-container .quill{height:calc(100% - 42px)}.quill-container .ql-editor{height:100%;overflow-y:auto}.quill-container>div{display:flex;flex-direction:column;flex-grow:1;height:auto}.quill-container .ql-container{background-color:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px;flex-grow:1;overflow:auto;padding:5px}.quill-container:hover{box-shadow:0 0 0 .5px #a717ff}.quill-container:focus-within{box-shadow:0 0 0 .5px #a717ff}.quill-wrapper .token-icons{position:absolute;right:10px;top:10px;z-index:1}.quill-container .ql-toolbar{border:1px solid #e6e6e6;border-top-left-radius:8px;border-top-right-radius:8px}.quill-container .ql-container{border:none}.quill-container .quill{width:100%}.quill-container .ql-editor:focus{outline:none}.quill-container .ql-toolbar .ql-picker,.quill-container .ql-toolbar button{margin-right:5px}.quill-container .ql-toolbar button:focus,.quill-container .ql-toolbar button:hover{color:#06c}.quill-container .ql-editor.ql-blank:before{color:rgba(32,38,57,.4);font-family:Roboto,sans-serif;font-size:1.125rem;font-style:normal;font-weight:700;height:2rem;line-height:1.5rem;padding-left:5px}@media screen and (max-width:767px){.quill-container .ql-editor.ql-blank:before{font-size:.875rem;line-height:1.5rem}}: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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.69cc945d.css.map*/