: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:#ffffffb3;--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(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{min-height:var(--toastify-toast-min-height);box-sizing:border-box;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (width<=480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._footer_1ivpl_6{color:#e8eaf0;background:#0009;border-top:1px solid #ffffff14;padding:28px 0 36px;font-family:Helvetica,Arial,sans-serif}._footer_1ivpl_6 a{color:inherit;text-decoration:none}._footer_1ivpl_6 *{box-sizing:border-box}._container_1ivpl_21{width:min(1160px,100% - 40px);margin:0 auto}@media (width<=575.998px){._container_1ivpl_21{width:min(1160px,100% - 28px)}}._footerGrid_1ivpl_31{grid-template-columns:1.3fr 1fr 1fr 1fr 1fr;gap:14px;display:grid}@media (width<=1200px){._footerGrid_1ivpl_31{grid-template-columns:1fr 1fr}}@media (width<=575.998px){._footerGrid_1ivpl_31{grid-template-columns:1fr}}._brand_1ivpl_47{align-items:center;min-width:0;display:flex}._footTitle_1ivpl_53{color:#e8eaf0;margin:0 0 8px;font-weight:900}._footText_1ivpl_59{color:#e8eaf080;margin:10px 0 0;font-size:14px}._footLinks_1ivpl_65 a{color:#e8eaf080;padding:6px 0;font-size:14px;transition:color .15s;display:block}._footLinks_1ivpl_65 a:hover{color:#e8eaf0}._socialLinks_1ivpl_76{flex-direction:column;gap:6px;margin-top:6px;display:flex}._socialLink_1ivpl_76{color:#e8eaf080;align-items:center;gap:8px;padding:6px 0;font-size:14px;transition:color .15s;display:flex}._socialLink_1ivpl_76 img{flex-shrink:0;width:17px;height:16px}._socialLink_1ivpl_76:hover{color:#e8eaf0}._socialLinkContent_1ivpl_101{align-items:center;gap:4px;display:flex}._legal_1ivpl_107{color:#e8eaf080;margin-top:16px;font-size:12px}._version_1ivpl_113{color:#e8eaf080;margin-top:8px;font-size:12px}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.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-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}._card_1gypw_6{border-radius:12px;min-width:0;text-decoration:none;overflow:hidden}._banner_1gypw_13,._mobileBanner_1gypw_19{width:100%;height:auto;display:block}._desktopCarousel_1gypw_25{--carousel-gap:16px;--desktop-banner-inner:78%;align-items:center;gap:10px;margin-bottom:24px;display:flex}@media (width<=767.998px){._desktopCarousel_1gypw_25{display:none}}._window_1gypw_39{flex:1;min-width:0;position:relative;overflow:hidden;container-type:inline-size}._track_1gypw_47{gap:var(--carousel-gap);transition:transform .3s;display:flex}._track_1gypw_47 ._card_1gypw_6{flex:0 0 calc((100cqi - 2 * var(--carousel-gap)) / 3);justify-content:center;align-items:center;min-width:0;display:flex}._desktopCarousel_1gypw_25 ._banner_1gypw_13{width:var(--desktop-banner-inner);max-width:100%;height:auto;display:block}._arrow_1gypw_67{color:#e8eaf080;cursor:pointer;background:#ffffff08;border:1px solid #ffffff12;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;padding:0;transition:border-color .2s,color .2s;display:inline-flex}._arrow_1gypw_67 ._arrowIcon_1gypw_82{flex-shrink:0;display:block}._arrow_1gypw_67:hover:not(:disabled){color:#e8eaf0;border-color:#ffffff1f}._arrow_1gypw_67:disabled{opacity:.3;cursor:default}._fadeRight_1gypw_95{pointer-events:none;background:linear-gradient(90deg,#0000,#0009);width:48px;position:absolute;top:0;bottom:0;right:0}._mobileSwiperWrap_1gypw_105{margin-bottom:24px}._mobileSwiper_1gypw_105{padding-bottom:28px}._mobileSwiper_1gypw_105 .swiper-slide{height:auto}._mobileSwiper_1gypw_105 .swiper-slide ._card_1gypw_6{width:92%;max-width:92%;margin-left:auto;margin-right:auto}._mobileSwiper_1gypw_105 .swiper-pagination{bottom:0}._mobileSwiper_1gypw_105 .swiper-pagination-bullet{opacity:.6;background:#e8eaf080}._mobileSwiper_1gypw_105 .swiper-pagination-bullet-active{opacity:1;background:#c8d2e6}._badge_1nga9_1{color:#f5b400;letter-spacing:.06em;-webkit-user-select:none;user-select:none;vertical-align:middle;background:#0f0c04a6;border:1.5px solid #f5b400;border-radius:7px;justify-content:center;align-items:center;padding:.22em .6em;font-size:.78em;font-weight:800;line-height:1;display:inline-flex;position:relative;box-shadow:0 0 8px #f5b40073,inset 0 0 4px #f5b4002e}._crown_1nga9_20{color:#f5b400;filter:drop-shadow(0 0 3px #f5b40099);width:1.15em;height:.65em;position:absolute;top:0;left:50%;transform:translate(-50%,-75%)}._text_1nga9_31{font-family:inherit}._clickable_1nga9_35{cursor:pointer;transition:transform .12s,box-shadow .12s}._clickable_1nga9_35:hover{transform:translateY(-1px);box-shadow:0 0 12px #f5b40099,inset 0 0 4px #f5b4002e}._locked_1nga9_44{color:#9aa0a8;box-shadow:none;background:#14161ca6;border-color:#6c6f78}._locked_1nga9_44 ._crown_1nga9_20{color:#6c6f78;filter:none}._xs_1nga9_55{padding:2px 6px;font-size:11px}._sm_1nga9_60{padding:3px 8px;font-size:13px}._md_1nga9_65{padding:4px 10px;font-size:15px}._lg_1nga9_70{padding:6px 14px;font-size:20px}._modalBlurBg_6hat0_6{z-index:99;-webkit-overflow-scrolling:touch;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0009;width:100%;height:100dvh;display:grid;position:fixed;top:0;left:0;overflow-y:auto}._modalBorderWrapper_6hat0_21{justify-self:center;height:fit-content;margin:auto 0;padding:40px 0}@media (width<=575.998px){._modalBorderWrapper_6hat0_21{padding:16px 0 calc(16px + env(safe-area-inset-bottom,0px))}}._modalExitButtonAtTop_6hat0_33 ._modalBorderWrapper_6hat0_21{align-self:start;margin-top:20px;padding-top:0}._modalExitButtonAtTop_6hat0_33 ._exitButton_6hat0_38{top:20px}@media (width<=575.998px){._modalExitButtonAtTop_6hat0_33 ._exitButton_6hat0_38{top:20px}}.modal604px{width:604px}@media (width>=575.999px) and (width<=767.998px){.modal604px{width:520px}}@media (width<=575.998px){.modal604px{width:calc(100% - 20px)}}.modal794px{width:794px}@media (width>=767.999px) and (width<=1240px){.modal794px{width:610px}}@media (width>=575.999px) and (width<=767.998px){.modal794px{width:520px}}@media (width<=575.998px){.modal794px{width:340px}}.modal1200px{width:1200px}@media (width>=767.999px) and (width<=1240px){.modal1200px{width:748px}}@media (width>=575.999px) and (width<=767.998px){.modal1200px{width:540px}}@media (width<=575.998px){.modal1200px{width:340px}}.modal480px{width:480px}@media (width>=767.999px) and (width<=1240px){.modal480px{width:480px}}@media (width>=575.999px) and (width<=767.998px){.modal480px{width:480px}}@media (width<=575.998px){.modal480px{width:calc(100vw - 2rem)}}.stakingModal{width:500px;max-width:90vw}@media (width<=575.998px){.stakingModal{border-radius:20px 20px 0 0;width:100%;max-width:100%;margin:auto auto 0;padding:0}.stakingModal .modal{border-bottom:none;border-radius:20px 20px 0 0}}._modal_6hat0_6{-webkit-backdrop-filter:blur(20px)saturate(1.4)brightness(1.05);color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff12;border-radius:24px;width:100%;height:fit-content;min-height:750px;padding:24px;box-shadow:0 8px 32px #00000080,inset 0 1px #ffffff12}@media (width<=575.998px){._modal_6hat0_6{min-height:0;padding:16px}}._exitButton_6hat0_38{z-index:4;position:absolute;top:120px;right:20px}._exitButton_6hat0_38 img{filter:brightness(0)invert();opacity:.7;width:20px;height:20px;transition:opacity .15s}._exitButton_6hat0_38:hover img{opacity:1}@media (width<=575.998px){._exitButton_6hat0_38{width:15px;height:15px;top:120px;right:15px}._exitButton_6hat0_38 img{width:15px;height:15px}}._title_6hat0_188{color:#e8eaf0;max-width:calc(100% - 25px);font-weight:700}@media (width<=767.998px){._title_6hat0_188{font-size:20px;line-height:24px}}@media (width<=575.998px){._title_6hat0_188{max-width:calc(100% - 20px)}}body:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(600px 400px at 10% 10%,#3c0a5a24,#0000 70%),radial-gradient(500px 350px at 85% 25%,#0a28781f,#0000 70%),radial-gradient(450px 350px at 65% 75%,#640a321a,#0000 70%),radial-gradient(400px 400px at 20% 80%,#0f23641f,#0000 70%);animation:30s ease-in-out infinite alternate bgShift;position:fixed;inset:0}@keyframes bgShift{0%{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.orb{pointer-events:none;z-index:0;border-radius:50%;animation:15s ease-in-out infinite alternate float;position:fixed}.orb--1{filter:blur(60px);background:#500f8c59;width:260px;height:260px;animation-duration:22s;top:5%;left:5%}.orb--2{filter:blur(55px);background:#0a32a04d;width:220px;height:220px;animation-duration:26s;animation-delay:-4s;top:35%;right:5%}.orb--3{filter:blur(50px);background:#8c144640;width:200px;height:200px;animation-duration:20s;animation-delay:-8s;bottom:10%;left:20%}.orb--4{filter:blur(50px);background:#28056e4d;width:180px;height:180px;animation-duration:24s;animation-delay:-12s;top:60%;left:55%}@keyframes float{0%{transform:translate(0)}33%{transform:translate(25px,-18px)}66%{transform:translate(-18px,12px)}to{transform:translate(10px,-8px)}}@media (width<=640px){.orb--1{filter:blur(45px);width:180px;height:180px}.orb--2{filter:blur(40px);width:150px;height:150px}.orb--3{filter:blur(38px);width:140px;height:140px}.orb--4{filter:blur(35px);width:130px;height:130px}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}body{color:#e8eaf0;background:#06080e;overflow-x:hidden}.layout__header{z-index:4;background-color:#fff;font-size:1.125rem;line-height:1.5rem;transition:all .25s;position:relative}.layout__header.layout__header_menu-active{z-index:4;background-color:#0000;position:fixed}@media (width<=1440px){.layout__header.layout__header_menu-active .header__burger .burger__item{background-color:#fff;width:2rem;margin-bottom:0}.layout__header.layout__header_menu-active .header__burger .burger__item:first-child{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;transform:rotate(-45deg)}.layout__header.layout__header_menu-active .header__icon-link[title=Settings],.layout__header.layout__header_menu-active .header__icon-link[title=Support]{display:none}.layout__header.layout__header_menu-active .header__layout{transform:translate(0%)}.layout__header.layout__header_menu-active~*{position:relative}.layout__header.layout__header_menu-active~:before{content:"";opacity:.9;z-index:3;background-color:#202639;width:100%;height:100%;position:absolute;top:0;left:0}}.layout__header .container{align-items:center;width:75rem;max-width:calc(100vw - 2rem);margin:0 auto;display:flex}.layout__header .header__icons_near_burger{margin-left:auto;display:flex}@media (width>=1441px){.layout__header .header__icons_near_burger{display:none}}.layout__header .header__layout{flex-direction:row;align-items:center;width:100%;display:flex}@media (width<=1440px){.layout__header .header__layout{z-index:4;background-color:#fff;flex-direction:column;align-items:flex-start;width:82vw;max-width:30rem;height:100vh;padding:1rem 1rem 2.5rem;transition:all .25s;position:fixed;top:0;left:0;overflow:hidden auto;transform:translate(-100%)}}.layout__header .header__logo:not(:last-child){margin-right:4.5rem}.layout__header .header__logo .logo__link{align-items:flex-start;width:12.5rem;display:flex}.layout__header .header__logo img,.layout__header .header__logo svg{width:100%;height:100%}.layout__header .header__nav:not(:last-child){margin-bottom:1.5rem}@media (width>=1441px){.layout__header .header__nav:not(:last-child){margin-bottom:0;margin-right:.25rem}}.layout__header .header__nav .nav__list{flex-direction:column;align-items:flex-start;margin:0;display:flex}@media (width>=1441px){.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{flex-wrap:wrap;align-items:center;margin:0;display:flex;position:relative}.layout__header .header__nav .nav__list .nav__item:not(:last-child){margin-bottom:1.5rem}@media (width>=1441px){.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{transform:rotate(180deg)}.layout__header .header__nav .nav__list .nav__item:hover>.nav__link>.nav__text{color:#e0e4ec!important}.layout__header .header__nav .nav__list .nav__item:hover .nav__submenu{max-height:9999px;padding-top:1.5rem;padding-bottom:1.5rem;transition-delay:0s}}.layout__header .header__nav .nav__list .nav__item.nav__item_disabled>.nav__link{pointer-events:none}@media (width<=1440px){.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{transform:rotate(180deg)}.layout__header .header__nav .nav__list .nav__item.nav__item_open>.nav__link>.nav__text{color:#e0e4ec!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{text-decoration:none;display:flex}@media (width>=1441px){.layout__header .header__nav .nav__link{white-space:nowrap;padding:.5rem .75rem}}.layout__header .header__nav .nav__link:hover>.nav__text,.layout__header .header__nav .nav__link.active>.nav__text{color:#e0e4ec!important}.layout__header .header__nav .nav__link_button{font:inherit;cursor:pointer;background:0 0;border:0;padding:0}@media (width>=1441px){.layout__header .header__nav .nav__link_button{padding:.5rem .75rem}}.layout__header .header__nav .nav__text{color:#202639;transition:all .25s}.layout__header .header__nav .nav__action{justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-left:1rem;transition:all .25s;display:flex;transform:rotate(0)}@media (width>=1441px){.layout__header .header__nav .nav__action{display:none}}.layout__header .header__nav .nav__action img,.layout__header .header__nav .nav__action svg{width:100%;height:100%}.layout__header .header__nav .nav__submenu{flex-direction:column;width:100%;max-height:0;transition:all .25s .4s;display:flex;overflow:hidden}@media (width>=1441px){.layout__header .header__nav .nav__submenu{z-index:2;background-color:#fff;border-radius:1.5rem;align-items:center;width:auto;padding:0 1.5rem;position:absolute;top:calc(100% + 1.75rem);left:50%;transform:translate(-50%);box-shadow:0 .25rem .75rem #00000008}}.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 (width<=1440px){.layout__header .header__languages{order:-1}}.layout__header .header__languages:not(:last-child){margin-bottom:1.5rem}@media (width>=1441px){.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{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 (width>=1441px){.layout__header .header__languages.header__languages__active .languages__header{border-radius:1rem 1rem 0 0}}.layout__header .header__languages .languages__header{cursor:pointer;background-color:#e5e5e5;border-radius:1.5rem;align-items:center;padding:.25rem .5rem;transition:all .25s;display:flex}.layout__header .header__languages .languages__main{background-color:#e5e5e5;border-radius:1.5rem;padding:.25rem .75rem;transition:all .25s;position:absolute;top:50%;left:calc(100% + .5rem);transform:translateY(-50%)}@media (width>=1441px){.layout__header .header__languages .languages__main{border-radius:0 0 1rem 1rem;width:100%;top:calc(100% + .25rem);left:0;transform:none}}.layout__header .header__languages .languages__main .languages__media:not(:last-child){margin-right:.5rem}.layout__header .header__languages .languages__list{-webkit-overflow-scrolling:touch;grid-template-rows:repeat(3,auto);grid-auto-flow:column;gap:.5rem 1rem;max-width:50vw;display:grid;overflow-x:auto}@media (width>=1441px){.layout__header .header__languages .languages__list{flex-direction:column;max-width:none;overflow-x:visible}}.layout__header .header__languages .languages__item{cursor:pointer;align-items:center;display:flex}.layout__header .header__languages .languages__item:not(:last-child){margin-right:1rem}@media (width>=1441px){.layout__header .header__languages .languages__item:not(:last-child){margin-right:0}}.layout__header .header__languages .languages__media{border-radius:2px;width:1.5rem;height:1rem}.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{object-fit:fill;width:100%;height:100%;display:block}.layout__header .header__languages .languages__title .languages__text{color:#202639;text-transform:capitalize;font-size:.875rem;font-weight:500;line-height:1.5rem;transition:all .25s}.layout__header .header__languages .languages__action{align-items:flex-start;width:1.5rem;height:1.5rem;transition:all .25s;display:flex;transform:rotate(0)}.layout__header .header__languages .languages__action img,.layout__header .header__languages .languages__action svg{fill:#202639;width:100%;height:100%;transition:all .25s}.layout__header .header__icons{align-items:center;gap:.5rem;display:flex}@media (width<=1440px){.layout__header .header__icons{margin-bottom:1.5rem}}@media (width>=1441px){.layout__header .header__icons{margin-left:auto}}.layout__header .header__icons:not(:last-child){margin-right:1rem}.layout__header .header__icon-link[title=Support]{margin-left:auto}.layout__header .header__icon-link{color:#202639;border-radius:.625rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;text-decoration:none;transition:all .25s;display:flex}.layout__header .header__icon-link:hover{color:#e0e4ec;background-color:#2026391a}.layout__header .header__icon-link svg{display:block}.layout__header .header__account{min-width:0}.layout__header .header__account .account__guest-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.layout__header .header__account .account__link{align-items:center;gap:.5rem;min-width:0;max-width:100%;text-decoration:none;display:flex}.layout__header .header__account .account__title{flex:auto;min-width:0;overflow:hidden}.layout__header .header__account .account__title .title__text{color:#202639;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:500;line-height:1.5rem;display:block;overflow:hidden}.layout__header .header__account .account__media{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex;overflow:hidden}.layout__header .header__account .account__media img,.layout__header .header__account .account__media svg{object-fit:cover;border-radius:50%;width:100%;height:100%}.layout__header .header__account .account__vip-badge{flex-shrink:0;margin-left:auto}.layout__header .header__burger{cursor:pointer;z-index:10;flex-direction:column;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;margin-left:0;display:flex}@media (width>=1441px){.layout__header .header__burger{margin-left:auto;display:none}}.layout__header .header__burger .burger__item{background-color:#202639;border-radius:.5rem;width:1rem;height:.125rem;transition:all .25s}.layout__header .header__burger .burger__item:not(:last-child){margin-bottom:.25rem}.layout__header.layout__header_dark{z-index:20;-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#06080eb8;border-bottom:1px solid #ffffff0f;position:sticky;top:0}.layout__header.layout__header_dark .container{width:min(1550px,100% - 40px);padding:14px 0}.layout__header.layout__header_dark .header__burger .burger__item{background-color:#e8eaf0}.layout__header.layout__header_dark.layout__header_menu-active{background:#06080ef2}.layout__header.layout__header_dark.layout__header_menu-active .header__burger .burger__item{background-color:#e8eaf0}.layout__header.layout__header_dark.layout__header_menu-active .header__layout{background-color:#0c1018}@media (width<=1440px){.layout__header.layout__header_dark .header__layout{background-color:#0c1018}}.layout__header.layout__header_dark .header__logo:not(:last-child){margin-right:1.25rem}.layout__header.layout__header_dark .header__logo .logo__link{width:auto}.layout__header.layout__header_dark .header__logo .logo__brand{align-items:center;gap:10px;display:flex}.layout__header.layout__header_dark .header__logo .logo__box{background:linear-gradient(135deg,#e0e4ec1f,#1a3a6e26);border:1px solid #ffffff14;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.layout__header.layout__header_dark .header__logo .logo__mark{background:linear-gradient(135deg,#c8d2e6,#a0aec0);border-radius:6px;width:18px;height:18px;box-shadow:0 10px 24px #e0e4ec33}.layout__header.layout__header_dark .header__logo .logo__name{letter-spacing:-.02em;color:#e8eaf0;font-size:18px;font-weight:800}.layout__header.layout__header_dark .header__logo .logo__name span{color:#e0e4ec}.layout__header.layout__header_dark .header__nav .nav__text{color:#e8eaf080}.layout__header.layout__header_dark .header__nav .nav__list:hover>.nav__item>.nav__link:not(.active) .nav__text,.layout__header.layout__header_dark .header__nav .nav__list:hover>.nav__item>.nav__link:not(:hover) .nav__text{color:#e8eaf099}@media (width>=1441px){.layout__header.layout__header_dark .header__nav .nav__list .nav__item:hover>.nav__link>.nav__text{color:#e0e4ec!important}}@media (width<=1440px){.layout__header.layout__header_dark .header__nav .nav__list .nav__item.nav__item_open>.nav__link>.nav__text{color:#e0e4ec!important}}.layout__header.layout__header_dark .header__nav .nav__link{border-radius:10px;align-items:center;gap:6px;padding:8px 10px;transition:all .25s}@media (width>=1441px){.layout__header.layout__header_dark .header__nav .nav__link{padding:6px 8px}}.layout__header.layout__header_dark .header__nav .nav__link:hover{background:#e0e4ec1a}.layout__header.layout__header_dark .header__nav .nav__link:hover>.nav__text{color:#e8eaf0!important}.layout__header.layout__header_dark .header__nav .nav__link.active>.nav__text{color:#e0e4ec!important}.layout__header.layout__header_dark .header__nav .nav__link_button{appearance:none;cursor:pointer;font:inherit;color:inherit;background:0 0;border:none}.layout__header.layout__header_dark .header__nav .nav__icon{color:#e8eaf080;flex-shrink:0;width:16px;height:16px;transition:all .25s}@media (width>=1441px){.layout__header.layout__header_dark .header__nav .nav__icon{width:14px;height:14px}}.layout__header.layout__header_dark .header__nav .nav__link:hover .nav__icon,.layout__header.layout__header_dark .header__nav .nav__link.active .nav__icon{color:#e0e4ec}@media (width>=1441px){.layout__header.layout__header_dark .header__nav .nav__submenu{box-shadow:none;background-color:#0000;border:none}.layout__header.layout__header_dark .header__nav .nav__list .nav__item:hover .nav__submenu{background-color:#0c1018;border:1px solid #ffffff14;box-shadow:0 4px 20px #0006}}.layout__header.layout__header_dark .header__languages .languages__header{background-color:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;padding:6px 10px}.layout__header.layout__header_dark .header__languages .languages__main{z-index:10;background-color:#0c1018;border:1px solid #ffffff14;border-radius:10px;width:max-content;position:absolute;top:calc(100% + .5rem);left:0;transform:none;box-shadow:0 4px 20px #0006}.layout__header.layout__header_dark .header__languages .languages__title .languages__text{color:#e8eaf080}.layout__header.layout__header_dark .header__languages:not(:last-child):hover .languages__header{background-color:#e0e4ec1a}.layout__header.layout__header_dark .header__languages:not(:last-child):hover .languages__main{background-color:#0c1018}.layout__header.layout__header_dark .header__languages:not(:last-child):hover .languages__main .languages__title .languages__text{color:#e8eaf0}.layout__header.layout__header_dark .header__icons:not(:last-child){margin-right:.75rem}.layout__header.layout__header_dark .header__icon-link{color:#e8eaf080;border-radius:10px;font-size:1.25rem}.layout__header.layout__header_dark .header__icon-link:hover{color:#e8eaf0;background:#e0e4ec1a}.layout__header.layout__header_dark .header__icon-link.active{color:#e0e4ec}.layout__header.layout__header_dark .header__account{align-items:flex-end;width:fit-content}@media (width<=767.998px){.layout__header.layout__header_dark .header__account{align-items:flex-start}}.layout__header.layout__header_dark .header__account .account__title .title__text{color:#e8eaf0}.layout__header.layout__header_dark .header__account .btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;padding:10px 14px;font-size:14px;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 8px 20px #00000059}.layout__header.layout__header_dark .header__account .btn:hover{color:#e8eaf0;background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-1px);box-shadow:0 12px 28px #0000006b}.layout__header.layout__header_dark .header__account .btn.btn_dark{color:#06080e;background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border:1px solid #e0e4ec4d;box-shadow:0 4px 20px #e0e4ec33}.layout__header.layout__header_dark .header__account .btn.btn_dark:hover{color:#06080e;box-shadow:0 6px 28px #e0e4ec33}.layout__header.layout__header_dark .header__account .account__link_signin .btn{background:#0c1018eb;border:1px solid #e8eaf024;box-shadow:inset 0 1px #ffffff0f,0 4px 18px #00000073}.layout__header.layout__header_dark .header__account .account__link_signin .btn:hover{background:#151921;border-color:#e8eaf038;box-shadow:inset 0 1px #ffffff14,0 8px 22px #00000080}.layout__footer{color:#e8eaf0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#06080ec7;border-top:1px solid #ffffff14;padding:2rem 0}@media screen and (width>=992px){.layout__footer{padding:4rem 0}}.layout__footer .container{width:75rem;max-width:calc(100vw - 2rem);margin:0 auto}.layout__footer .footer__group{width:100%}.layout__footer .footer__group:not(:last-child){margin-bottom:2rem}@media screen and (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:#e8eaf0}.footer__logo .logo__link{align-items:flex-start;width:12.5rem;display:flex}@media screen and (width>=992px){.footer__logo .logo__link{width:21.75rem}}.footer__logo img,.footer__logo svg{width:100%;height:100%}.footer__nav .nav__groups{flex-direction:column;margin-bottom:-2rem;display:flex}@media screen and (width>=992px){.footer__nav .nav__groups{flex-direction:row}}.footer__nav .nav__group{margin-bottom:2rem}@media screen and (width<=991px){.footer__nav .nav__group{border-bottom:1px solid #ffffff14;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{transform:rotate(180deg)}.footer__nav .nav__group.nav__group_open .nav__main{max-height:9999px}}@media screen and (width>=992px){.footer__nav .nav__group:not(:last-child){margin-right:1.5rem}}@media (width>=1201px){.footer__nav .nav__group:not(:last-child){margin-right:4rem}}.footer__nav .nav__header{justify-content:space-between;align-items:center;transition:all .25s;display:flex}@media screen and (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 (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{justify-content:center;align-items:center;width:1.5rem;height:1.5rem;transition:all .25s;display:flex;transform:rotate(0)}@media screen and (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:#e8eaf0;width:100%;height:100%}.footer__nav .nav__main{max-height:0;transition:all .25s;overflow:hidden}@media screen and (width>=992px){.footer__nav .nav__main{max-height:9999px}}.footer__nav .nav__list{flex-direction:column;display:flex}.footer__nav .nav__item:not(:last-child){margin-bottom:.5rem}@media screen and (width>=992px){.footer__nav .nav__item:not(:last-child){margin-bottom:.75rem}}.footer__nav .nav__link{color:#e8eaf080;font-size:1.125rem;line-height:1.25rem;transition:all .25s;display:flex}@media screen and (width>=992px){.footer__nav .nav__link{font-size:.875rem;line-height:1rem}}@media (width>=1201px){.footer__nav .nav__link{white-space:nowrap}}.footer__nav .nav__link:hover,.footer__nav .nav__link.active{color:#e0e4ec}@media screen and (width<=991px){.footer__contact{border-bottom:1px solid #ffffff14;margin-bottom:1.5rem;padding-bottom:1.5rem}}@media screen and (width>=992px){.footer__contact{flex-direction:column;align-items:flex-end;display:flex}}.footer__contact .contact__header:not(:last-child){margin-bottom:.75rem}.footer__contact .contact__list{flex-flow:wrap;justify-content:space-between;align-items:center;display:flex}@media screen and (width>=992px){.footer__contact .contact__list{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.footer__contact .contact__item:not(:last-child){margin:0 .75rem .25rem 0}@media screen and (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 (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 (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:#e0e4ec}.footer__contact .contact__link{color:#e8eaf080;font-size:.875rem;line-height:1.25rem;transition:all .25s}.footer__contact .contact__socials{justify-content:center;width:100%;display:flex}@media screen and (width>=768px){.footer__contact .contact__socials{justify-content:flex-start}}.footer__contact .contact__socials .socials__list{margin:0 -1.5rem -.5rem 0;display:flex}.footer__contact .contact__socials .socials__item{margin:0 1.5rem .5rem 0}.footer__contact .contact__socials .socials__link{align-items:flex-start;width:1.5rem;height:1.5rem;display:flex}.footer__contact .contact__socials .socials__link:hover img,.footer__contact .contact__socials .socials__link:hover svg{transform:scale(1.1)}.footer__contact .contact__socials img,.footer__contact .contact__socials svg{width:100%;height:100%;transition:all .25s;transform:scale(1)}.footer__socials .socials__groups{flex-wrap:wrap;justify-content:center;width:calc(100% + 1.5rem);margin:0 -.75rem -1.5rem;display:flex}@media screen and (width>=992px){.footer__socials .socials__groups{justify-content:flex-start;width:calc(100% + 4rem);margin:0 -2rem -2rem}}.footer__socials .socials__group{flex-direction:column;align-items:flex-start;margin-bottom:1.5rem;padding:0 .75rem;display:flex}@media screen and (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;width:1.5rem;height:1.5rem;display:flex}.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{width:100%;height:100%}.footer__socials .socials__location .location__title .title__text{font-size:.875rem;line-height:1.5rem}.footer__socials .socials__main{border-radius:6.25rem;padding:.5rem;box-shadow:0 .25rem .75rem #00000040}.footer__socials .socials__list{margin:0 -1.5rem -.5rem 0;display:flex}.footer__socials .socials__item{margin:0 1.5rem .5rem 0}.footer__socials .socials__link{align-items:flex-start;width:1.5rem;height:1.5rem;display:flex}.footer__socials .socials__link:hover img,.footer__socials .socials__link:hover svg{transform:scale(1.1)}.footer__socials img,.footer__socials svg{width:100%;height:100%;transition:all .25s;transform:scale(1)}.footer__copyright{text-transform:uppercase;text-align:center;justify-content:center;font-size:.875rem;line-height:1.5rem;display:flex}@media screen and (width>=992px){.footer__copyright{text-align:right;justify-content:flex-end}}.p2p .accordion .accordion__item:not(:last-child),.layout .accordion .accordion__item:not(:last-child){margin-bottom:1.5rem}.p2p .accordion .accordion__item.accordion__item_active .accordion__header:not(:last-child),.layout .accordion .accordion__item.accordion__item_active .accordion__header:not(:last-child){margin-bottom:.5rem}.p2p .accordion .accordion__item.accordion__item_active .accordion__header .accordion__title .title__text,.layout .accordion .accordion__item.accordion__item_active .accordion__header .accordion__title .title__text{color:#e0e4ec}.p2p .accordion .accordion__item.accordion__item_active .accordion__header .accordion__action,.layout .accordion .accordion__item.accordion__item_active .accordion__header .accordion__action{transform:rotate(180deg)}.p2p .accordion .accordion__item.accordion__item_active .accordion__main,.layout .accordion .accordion__item.accordion__item_active .accordion__main{opacity:1;visibility:visible;max-height:9999px}.p2p .accordion .accordion__item .accordion__header,.layout .accordion .accordion__item .accordion__header{cursor:pointer;transition:all .25s;display:flex}.p2p .accordion .accordion__item .accordion__header:not(:last-child),.layout .accordion .accordion__item .accordion__header:not(:last-child){margin-bottom:0}.p2p .accordion .accordion__item .accordion__header .accordion__title:not(:last-child),.layout .accordion .accordion__item .accordion__header .accordion__title:not(:last-child){margin-right:1rem}.p2p .accordion .accordion__item .accordion__header .accordion__title .title__text,.layout .accordion .accordion__item .accordion__header .accordion__title .title__text{color:#000;font-size:1rem;font-weight:500;line-height:1rem;transition:all .25s}@media screen and (width>=768px){.p2p .accordion .accordion__item .accordion__header .accordion__title .title__text,.layout .accordion .accordion__item .accordion__header .accordion__title .title__text{font-size:1.25rem;line-height:1.5rem}}.p2p .accordion .accordion__item .accordion__header .accordion__action,.layout .accordion .accordion__item .accordion__header .accordion__action{width:1.5rem;min-width:1.5rem;height:1.5rem;margin-left:auto;transition:all .25s;transform:rotate(0)}.p2p .accordion .accordion__item .accordion__header .accordion__action img,.p2p .accordion .accordion__item .accordion__header .accordion__action svg,.layout .accordion .accordion__item .accordion__header .accordion__action img,.layout .accordion .accordion__item .accordion__header .accordion__action svg{width:100%;height:100%}.p2p .accordion .accordion__item .accordion__main,.layout .accordion .accordion__item .accordion__main{opacity:0;visibility:hidden;max-height:0;font-size:.875rem;line-height:1rem;transition:all .25s}@media screen and (width>=768px){.p2p .accordion .accordion__item .accordion__main,.layout .accordion .accordion__item .accordion__main{font-size:1rem;line-height:1.5rem}}.layout__header .btn,.p2p .btn,.p2p__modal .btn,.account .btn,.layout .btn{color:#06080e;cursor:pointer;text-align:center;appearance:none;background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border:1px solid #e0e4ec4d;border-radius:12px;outline:none;justify-content:center;align-items:center;min-width:2.5rem;height:2.5rem;margin:0;padding:.75rem;font-size:1rem;font-weight:500;line-height:1rem;text-decoration:none;transition:transform .12s,box-shadow .12s;display:flex;box-shadow:0 4px 20px #e0e4ec33}@media screen and (width>=768px){.layout__header .btn.btn_secondary-padding,.p2p .btn.btn_secondary-padding,.p2p__modal .btn.btn_secondary-padding,.account .btn.btn_secondary-padding,.layout .btn.btn_secondary-padding{padding:.75rem 2rem}}.layout__header .btn:hover,.p2p .btn:hover,.p2p__modal .btn:hover,.account .btn:hover,.layout .btn:hover{text-decoration:none;transform:translateY(-1px);box-shadow:0 6px 28px #e0e4ec33}.layout__header .btn:hover .btn__ico path,.p2p .btn:hover .btn__ico path,.p2p__modal .btn:hover .btn__ico path,.account .btn:hover .btn__ico path,.layout .btn:hover .btn__ico path{fill:#06080e}.layout__header .btn:active,.p2p .btn:active,.p2p__modal .btn:active,.account .btn:active,.layout .btn:active{transform:translateY(0);box-shadow:0 2px 14px #e0e4ec1a}.layout__header .btn:disabled,.p2p .btn:disabled,.p2p__modal .btn:disabled,.account .btn:disabled,.layout .btn:disabled{color:#e8eaf080;box-shadow:none;cursor:not-allowed;background:#ffffff0a;border-color:#ffffff14}.layout__header .btn:disabled:hover,.p2p .btn:disabled:hover,.p2p__modal .btn:disabled:hover,.account .btn:disabled:hover,.layout .btn:disabled:hover{box-shadow:none;transform:none}.layout__header .btn.btn_revert,.p2p .btn.btn_revert,.p2p__modal .btn.btn_revert,.account .btn.btn_revert,.layout .btn.btn_revert{color:#e8eaf0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;box-shadow:0 8px 20px #00000059}.layout__header .btn.btn_revert:hover,.p2p .btn.btn_revert:hover,.p2p__modal .btn.btn_revert:hover,.account .btn.btn_revert:hover,.layout .btn.btn_revert:hover{background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-1px);box-shadow:0 12px 28px #0000006b}.layout__header .btn.btn_revert:disabled,.p2p .btn.btn_revert:disabled,.p2p__modal .btn.btn_revert:disabled,.account .btn.btn_revert:disabled,.layout .btn.btn_revert:disabled{color:#e8eaf080;box-shadow:none;background:#ffffff0a;border-color:#ffffff14}.layout__header .btn.btn_secondary,.p2p .btn.btn_secondary,.p2p__modal .btn.btn_secondary,.account .btn.btn_secondary,.layout .btn.btn_secondary{color:#06080e;background:#00e676;border-color:#00e676;box-shadow:0 4px 20px #00e67638}.layout__header .btn.btn_secondary:hover,.p2p .btn.btn_secondary:hover,.p2p__modal .btn.btn_secondary:hover,.account .btn.btn_secondary:hover,.layout .btn.btn_secondary:hover{box-shadow:0 6px 28px #00e67647}.layout__header .btn.btn_secondary:disabled,.p2p .btn.btn_secondary:disabled,.p2p__modal .btn.btn_secondary:disabled,.account .btn.btn_secondary:disabled,.layout .btn.btn_secondary:disabled{color:#e8eaf080;box-shadow:none;background:#00e6764d;border-color:#00e6764d}.layout__header .btn.btn_secondary.btn_revert,.p2p .btn.btn_secondary.btn_revert,.p2p__modal .btn.btn_secondary.btn_revert,.account .btn.btn_secondary.btn_revert,.layout .btn.btn_secondary.btn_revert{color:#00e676;box-shadow:none;background:#00e67626;border:1px solid #00e676}.layout__header .btn.btn_secondary.btn_revert:hover,.p2p .btn.btn_secondary.btn_revert:hover,.p2p__modal .btn.btn_secondary.btn_revert:hover,.account .btn.btn_secondary.btn_revert:hover,.layout .btn.btn_secondary.btn_revert:hover{background:#00e67638;transform:none}.layout__header .btn.btn_secondary.btn_revert:disabled,.p2p .btn.btn_secondary.btn_revert:disabled,.p2p__modal .btn.btn_secondary.btn_revert:disabled,.account .btn.btn_secondary.btn_revert:disabled,.layout .btn.btn_secondary.btn_revert:disabled{color:#e8eaf080;background:#00e67614;border-color:#00e6764d}.layout__header .btn.btn_tertiary,.p2p .btn.btn_tertiary,.p2p__modal .btn.btn_tertiary,.account .btn.btn_tertiary,.layout .btn.btn_tertiary{color:#e8eaf0;background:#ff5b5b;border-color:#ff5b5b;box-shadow:0 4px 20px #ff5b5b38}.layout__header .btn.btn_tertiary:hover,.p2p .btn.btn_tertiary:hover,.p2p__modal .btn.btn_tertiary:hover,.account .btn.btn_tertiary:hover,.layout .btn.btn_tertiary:hover{box-shadow:0 6px 28px #ff5b5b47}.layout__header .btn.btn_tertiary:disabled,.p2p .btn.btn_tertiary:disabled,.p2p__modal .btn.btn_tertiary:disabled,.account .btn.btn_tertiary:disabled,.layout .btn.btn_tertiary:disabled{color:#e8eaf080;box-shadow:none;background:#ff5b5b4d;border-color:#ff5b5b4d}.layout__header .btn.btn_tertiary.btn_revert,.p2p .btn.btn_tertiary.btn_revert,.p2p__modal .btn.btn_tertiary.btn_revert,.account .btn.btn_tertiary.btn_revert,.layout .btn.btn_tertiary.btn_revert{color:#ff5b5b;box-shadow:none;background:#ff5b5b24;border:1px solid #ff5b5b}.layout__header .btn.btn_tertiary.btn_revert:hover,.p2p .btn.btn_tertiary.btn_revert:hover,.p2p__modal .btn.btn_tertiary.btn_revert:hover,.account .btn.btn_tertiary.btn_revert:hover,.layout .btn.btn_tertiary.btn_revert:hover{background:#ff5b5b38;transform:none}.layout__header .btn.btn_tertiary.btn_revert:disabled,.p2p .btn.btn_tertiary.btn_revert:disabled,.p2p__modal .btn.btn_tertiary.btn_revert:disabled,.account .btn.btn_tertiary.btn_revert:disabled,.layout .btn.btn_tertiary.btn_revert:disabled{color:#e8eaf080;background:#ff5b5b14;border-color:#ff5b5b4d}.layout__header .btn.btn_quartyty,.p2p .btn.btn_quartyty,.p2p__modal .btn.btn_quartyty,.account .btn.btn_quartyty,.layout .btn.btn_quartyty{color:#06080e;background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border:1px solid #e0e4ec4d;box-shadow:0 4px 20px #e0e4ec33}.layout__header .btn.btn_quartyty:hover,.p2p .btn.btn_quartyty:hover,.p2p__modal .btn.btn_quartyty:hover,.account .btn.btn_quartyty:hover,.layout .btn.btn_quartyty:hover{box-shadow:0 6px 28px #e0e4ec33}.layout__header .btn.btn_quartyty:disabled,.p2p .btn.btn_quartyty:disabled,.p2p__modal .btn.btn_quartyty:disabled,.account .btn.btn_quartyty:disabled,.layout .btn.btn_quartyty:disabled{color:#e8eaf080;box-shadow:none;background:#e0e4ec4d;border-color:#e0e4ec4d}.layout__header .btn.btn_quartyty.btn_revert,.p2p .btn.btn_quartyty.btn_revert,.p2p__modal .btn.btn_quartyty.btn_revert,.account .btn.btn_quartyty.btn_revert,.layout .btn.btn_quartyty.btn_revert{color:#e0e4ec;box-shadow:none;background:#e0e4ec1a;border:1px solid #e0e4ec}.layout__header .btn.btn_quartyty.btn_revert:hover,.p2p .btn.btn_quartyty.btn_revert:hover,.p2p__modal .btn.btn_quartyty.btn_revert:hover,.account .btn.btn_quartyty.btn_revert:hover,.layout .btn.btn_quartyty.btn_revert:hover{background:#e0e4ec2e;transform:none}.layout__header .btn.btn_quartyty.btn_revert:disabled,.p2p .btn.btn_quartyty.btn_revert:disabled,.p2p__modal .btn.btn_quartyty.btn_revert:disabled,.account .btn.btn_quartyty.btn_revert:disabled,.layout .btn.btn_quartyty.btn_revert:disabled{color:#e8eaf080;background:#e0e4ec14;border-color:#e0e4ec4d}.layout__header .btn.btn_sixty,.p2p .btn.btn_sixty,.p2p__modal .btn.btn_sixty,.account .btn.btn_sixty,.layout .btn.btn_sixty{color:#06080e;background:#00e676;border-color:#00e676;box-shadow:0 4px 20px #00e67638}.layout__header .btn.btn_sixty:hover,.p2p .btn.btn_sixty:hover,.p2p__modal .btn.btn_sixty:hover,.account .btn.btn_sixty:hover,.layout .btn.btn_sixty:hover{box-shadow:0 6px 28px #00e67647}.layout__header .btn.btn_sixty:disabled,.p2p .btn.btn_sixty:disabled,.p2p__modal .btn.btn_sixty:disabled,.account .btn.btn_sixty:disabled,.layout .btn.btn_sixty:disabled{color:#e8eaf080;box-shadow:none;background:#00e6764d;border-color:#00e6764d}.layout__header .btn.btn_sixty.btn_revert,.p2p .btn.btn_sixty.btn_revert,.p2p__modal .btn.btn_sixty.btn_revert,.account .btn.btn_sixty.btn_revert,.layout .btn.btn_sixty.btn_revert{color:#00e676;box-shadow:none;background:#00e67626;border:1px solid #00e676}.layout__header .btn.btn_sixty.btn_revert:hover,.p2p .btn.btn_sixty.btn_revert:hover,.p2p__modal .btn.btn_sixty.btn_revert:hover,.account .btn.btn_sixty.btn_revert:hover,.layout .btn.btn_sixty.btn_revert:hover{background:#00e67638;transform:none}.layout__header .btn.btn_sixty.btn_revert:disabled,.p2p .btn.btn_sixty.btn_revert:disabled,.p2p__modal .btn.btn_sixty.btn_revert:disabled,.account .btn.btn_sixty.btn_revert:disabled,.layout .btn.btn_sixty.btn_revert:disabled{color:#e8eaf080;background:#00e67614;border-color:#00e6764d}.layout__header .btn.btn_secondary-radius,.p2p .btn.btn_secondary-radius,.p2p__modal .btn.btn_secondary-radius,.account .btn.btn_secondary-radius,.layout .btn.btn_secondary-radius{border-radius:.625rem}@media screen and (width<=767px){.layout__header .btn.btn_m-circly,.p2p .btn.btn_m-circly,.p2p__modal .btn.btn_m-circly,.account .btn.btn_m-circly,.layout .btn.btn_m-circly{width:2.5rem;height:2.5rem;padding:0}.layout__header .btn.btn_m-circly .btn__text,.p2p .btn.btn_m-circly .btn__text,.p2p__modal .btn.btn_m-circly .btn__text,.account .btn.btn_m-circly .btn__text,.layout .btn.btn_m-circly .btn__text{display:none}}.layout__header .btn.btn_large,.p2p .btn.btn_large,.p2p__modal .btn.btn_large,.account .btn.btn_large,.layout .btn.btn_large{border-width:.125rem;height:4.5rem;box-shadow:0 4px 20px #e0e4ec33}.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),.account .btn__ico:not(:last-child),.account .btn__text:not(:last-child),.layout .btn__ico:not(:last-child),.layout .btn__text:not(:last-child){margin-right:.5rem}.layout__header .btn__ico path,.p2p .btn__ico path,.p2p__modal .btn__ico path,.account .btn__ico path,.layout .btn__ico path{transition:fill .12s}.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,.account .btn__ico img,.account .btn__ico svg,.layout .btn__ico img,.layout .btn__ico svg{width:1rem;min-width:1rem;height:1rem}.btn-round{color:#06080e;background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:inline-flex}.p2p .formular,.layout .formular,.account .formular,.p2p__modal .formular{margin-bottom:-.5rem}@media screen and (width>=768px){.p2p .formular,.layout .formular,.account .formular,.p2p__modal .formular{margin-bottom:-1.5rem}}.p2p .form-items,.layout .form-items,.account .form-items,.p2p__modal .form-items{flex-wrap:wrap;width:calc(100% + .5rem);margin:0 -.25rem;display:flex}@media screen and (width>=768px){.p2p .form-items,.layout .form-items,.account .form-items,.p2p__modal .form-items{width:calc(100% + 1.25rem);margin:0 -.625rem}}.p2p .form-items .form-item,.layout .form-items .form-item,.account .form-items .form-item,.p2p__modal .form-items .form-item{padding:0 .25rem}@media screen and (width>=768px){.p2p .form-items .form-item,.layout .form-items .form-item,.account .form-items .form-item,.p2p__modal .form-items .form-item{padding:0 .625rem}}.p2p .form-items .form-item__ico,.layout .form-items .form-item__ico,.account .form-items .form-item__ico,.p2p__modal .form-items .form-item__ico{justify-content:center;align-items:center;width:1.25rem;height:2.5rem;display:flex}.p2p .form-items .form-item__ico img,.p2p .form-items .form-item__ico svg,.layout .form-items .form-item__ico img,.layout .form-items .form-item__ico svg,.account .form-items .form-item__ico img,.account .form-items .form-item__ico svg,.p2p__modal .form-items .form-item__ico img,.p2p__modal .form-items .form-item__ico svg{width:1.25rem;height:.75rem}.p2p .form-item,.layout .form-item,.account .form-item,.p2p__modal .form-item{margin-bottom:.5rem}@media screen and (width>=768px){.p2p .form-item,.layout .form-item,.account .form-item,.p2p__modal .form-item{margin-bottom:1.5rem}}.p2p .form-items_exhange_curency,.layout .form-items_exhange_curency,.account .form-items_exhange_curency,.p2p__modal .form-items_exhange_curency{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.p2p .form-item_exhange_curency,.layout .form-item_exhange_curency,.account .form-item_exhange_curency,.p2p__modal .form-item_exhange_curency{flex:none;width:auto;margin:.25rem}.p2p .form-item__header:not(:last-child),.p2p .form-item__main:not(:last-child),.p2p .form-item__footer:not(:last-child),.layout .form-item__header:not(:last-child),.layout .form-item__main:not(:last-child),.layout .form-item__footer:not(:last-child),.account .form-item__header:not(:last-child),.account .form-item__main:not(:last-child),.account .form-item__footer:not(:last-child),.p2p__modal .form-item__header:not(:last-child),.p2p__modal .form-item__main:not(:last-child),.p2p__modal .form-item__footer:not(:last-child){margin-bottom:.25rem}.p2p .form-item__header.secondary-margin:not(:last-child),.p2p .form-item__main.secondary-margin:not(:last-child),.p2p .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),.layout .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),.account .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),.p2p__modal .form-item__footer.secondary-margin:not(:last-child){margin-bottom:1.5rem}.p2p .form-item__header,.layout .form-item__header,.account .form-item__header,.p2p__modal .form-item__header{flex-direction:column;align-items:flex-start;min-height:1.25em;display:flex}.p2p .form-item__title,.layout .form-item__title,.account .form-item__title,.p2p__modal .form-item__title{color:#e8eaf080;cursor:pointer;font-size:.875rem;font-weight:400;line-height:1rem;transition:color .15s}.p2p .form-item__title.form-item__title_secondary,.layout .form-item__title.form-item__title_secondary,.account .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}.p2p .form-item__title:hover,.layout .form-item__title:hover,.account .form-item__title:hover,.p2p__modal .form-item__title:hover{color:#e8eaf0}.p2p .form-item__sup,.layout .form-item__sup,.account .form-item__sup,.p2p__modal .form-item__sup{color:#ff5b5b;font-size:1rem;font-weight:500;line-height:1rem;transform:translateY(-.25rem)}.p2p .form-item__subtitle,.layout .form-item__subtitle,.account .form-item__subtitle,.p2p__modal .form-item__subtitle{color:#e8eaf0;font-size:.875rem;font-weight:400;line-height:1rem}.p2p .form-item__main.form-item__main_row,.layout .form-item__main.form-item__main_row,.account .form-item__main.form-item__main_row,.p2p__modal .form-item__main.form-item__main_row{width:calc(100% + .5rem);margin:0 -.5rem;display:flex}.p2p .form-item__main.form-item__main_row .form-item__field,.layout .form-item__main.form-item__main_row .form-item__field,.account .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}.p2p .form-item__content,.layout .form-item__content,.account .form-item__content,.p2p__modal .form-item__content{color:#e8eaf0;text-align:center;font-size:.875rem;line-height:1.5rem}.p2p .form-item__tooltip,.layout .form-item__tooltip,.account .form-item__tooltip,.p2p__modal .form-item__tooltip{position:relative}.p2p .form-item__tooltip:hover .tooltip__dropdown,.layout .form-item__tooltip:hover .tooltip__dropdown,.account .form-item__tooltip:hover .tooltip__dropdown,.p2p__modal .form-item__tooltip:hover .tooltip__dropdown{opacity:1;visibility:visible}.p2p .form-item__tooltip .tooltip__preview,.layout .form-item__tooltip .tooltip__preview,.account .form-item__tooltip .tooltip__preview,.p2p__modal .form-item__tooltip .tooltip__preview{align-items:center;display:flex}.p2p .form-item__tooltip .tooltip__title:not(:last-child),.layout .form-item__tooltip .tooltip__title:not(:last-child),.account .form-item__tooltip .tooltip__title:not(:last-child),.p2p__modal .form-item__tooltip .tooltip__title:not(:last-child){margin-right:.5rem}.p2p .form-item__tooltip .tooltip__title .title__text,.layout .form-item__tooltip .tooltip__title .title__text,.account .form-item__tooltip .tooltip__title .title__text,.p2p__modal .form-item__tooltip .tooltip__title .title__text{color:#e8eaf080;font-size:.875rem;line-height:1rem}.p2p .form-item__tooltip .tooltip__media,.layout .form-item__tooltip .tooltip__media,.account .form-item__tooltip .tooltip__media,.p2p__modal .form-item__tooltip .tooltip__media{align-items:flex-start;width:1rem;height:1rem;display:flex}.p2p .form-item__tooltip .tooltip__media:not(:last-child),.layout .form-item__tooltip .tooltip__media:not(:last-child),.account .form-item__tooltip .tooltip__media:not(:last-child),.p2p__modal .form-item__tooltip .tooltip__media:not(:last-child){margin-right:.5rem}.p2p .form-item__tooltip .tooltip__media img,.p2p .form-item__tooltip .tooltip__media svg,.layout .form-item__tooltip .tooltip__media img,.layout .form-item__tooltip .tooltip__media svg,.account .form-item__tooltip .tooltip__media img,.account .form-item__tooltip .tooltip__media svg,.p2p__modal .form-item__tooltip .tooltip__media img,.p2p__modal .form-item__tooltip .tooltip__media svg{width:100%;height:100%}.p2p .form-item__tooltip .tooltip__dropdown,.layout .form-item__tooltip .tooltip__dropdown,.account .form-item__tooltip .tooltip__dropdown,.p2p__modal .form-item__tooltip .tooltip__dropdown{z-index:5;-webkit-backdrop-filter:blur(20px)saturate(1.4);opacity:0;visibility:hidden;background:#0f131cf5;border:1px solid #ffffff14;border-radius:1.5rem 1.5rem 0 0;width:100%;padding:.5rem 1rem;transition:all .15s;position:fixed;bottom:0;left:0;box-shadow:0 8px 24px #00000080}@media screen and (width>=992px){.p2p .form-item__tooltip .tooltip__dropdown,.layout .form-item__tooltip .tooltip__dropdown,.account .form-item__tooltip .tooltip__dropdown,.p2p__modal .form-item__tooltip .tooltip__dropdown{border-radius:1.5rem;width:20rem;position:absolute;top:50%;bottom:auto;left:calc(100% + .5rem);transform:translateY(-50%)}}.p2p .form-item__tooltip .tooltip__dropdown p:not(:last-child),.layout .form-item__tooltip .tooltip__dropdown p:not(:last-child),.account .form-item__tooltip .tooltip__dropdown p:not(:last-child),.p2p__modal .form-item__tooltip .tooltip__dropdown p:not(:last-child){margin-bottom:.25rem}.p2p .form-item__tooltip .dropdown__main,.layout .form-item__tooltip .dropdown__main,.account .form-item__tooltip .dropdown__main,.p2p__modal .form-item__tooltip .dropdown__main{color:#e8eaf0;max-height:2.5rem;padding-right:.5rem;font-size:.75rem;line-height:1rem;overflow:hidden auto}.p2p .form-item__fields,.layout .form-item__fields,.account .form-item__fields,.p2p__modal .form-item__fields{flex-wrap:wrap;width:calc(100% + 1rem);margin:0 -.5rem -.5rem;display:flex}.p2p .form-item__fields .form-item__field,.layout .form-item__fields .form-item__field,.account .form-item__fields .form-item__field,.p2p__modal .form-item__fields .form-item__field{margin-bottom:.5rem;padding:0 .75rem}.p2p .form-item__field:not(:last-child),.layout .form-item__field:not(:last-child),.account .form-item__field:not(:last-child),.p2p__modal .form-item__field:not(:last-child){margin-bottom:.5rem}@media screen and (width>=768px){.p2p .form-item__field:not(:last-child),.layout .form-item__field:not(:last-child),.account .form-item__field:not(:last-child),.p2p__modal .form-item__field:not(:last-child){margin-bottom:1rem}}.p2p .form-item__attach,.layout .form-item__attach,.account .form-item__attach,.p2p__modal .form-item__attach{position:relative}.p2p .form-item__attach .attach__label,.layout .form-item__attach .attach__label,.account .form-item__attach .attach__label,.p2p__modal .form-item__attach .attach__label{cursor:pointer;background:#ffffff05;border:2px dashed #ffffff14;border-radius:1.5rem;width:100%;padding-top:50%;transition:all .15s;display:block;position:relative}.p2p .form-item__attach .attach__label:hover,.layout .form-item__attach .attach__label:hover,.account .form-item__attach .attach__label:hover,.p2p__modal .form-item__attach .attach__label:hover{background:#e0e4ec14;border-color:#e0e4ec}.p2p .form-item__attach .attach__input,.layout .form-item__attach .attach__input,.account .form-item__attach .attach__input,.p2p__modal .form-item__attach .attach__input{position:absolute;left:-999999px}.p2p .form-item__attach .attach__ico,.layout .form-item__attach .attach__ico,.account .form-item__attach .attach__ico,.p2p__modal .form-item__attach .attach__ico{width:1.5rem;height:1.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.p2p .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,.account .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{color:#06080e;background:#00e676}.p2p .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,.account .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{color:#e8eaf0;background:#ff5b5b}.p2p .form-item__switch.form-item__disabled,.layout .form-item__switch.form-item__disabled,.account .form-item__switch.form-item__disabled,.p2p__modal .form-item__switch.form-item__disabled{pointer-events:none}.p2p .form-item__switch .switch__label,.layout .form-item__switch .switch__label,.account .form-item__switch .switch__label,.p2p__modal .form-item__switch .switch__label{cursor:pointer;position:relative}.p2p .form-item__switch .switch__input,.layout .form-item__switch .switch__input,.account .form-item__switch .switch__input,.p2p__modal .form-item__switch .switch__input{position:absolute;left:-999999px}.p2p .form-item__switch .switch__input:checked~.switch__media,.layout .form-item__switch .switch__input:checked~.switch__media,.account .form-item__switch .switch__input:checked~.switch__media,.p2p__modal .form-item__switch .switch__input:checked~.switch__media{order:2}.p2p .form-item__switch .switch__layout,.layout .form-item__switch .switch__layout,.account .form-item__switch .switch__layout,.p2p__modal .form-item__switch .switch__layout{color:#e8eaf0;background:#ffffff0f;border-radius:1.5rem;align-items:center;padding:.25rem;display:flex}.p2p .form-item__switch .switch__media,.layout .form-item__switch .switch__media,.account .form-item__switch .switch__media,.p2p__modal .form-item__switch .switch__media{background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.p2p .form-item__switch .switch__media img,.p2p .form-item__switch .switch__media svg,.layout .form-item__switch .switch__media img,.layout .form-item__switch .switch__media svg,.account .form-item__switch .switch__media img,.account .form-item__switch .switch__media svg,.p2p__modal .form-item__switch .switch__media img,.p2p__modal .form-item__switch .switch__media svg{width:.75rem;height:.75rem}.p2p .form-item__switch .switch__title,.layout .form-item__switch .switch__title,.account .form-item__switch .switch__title,.p2p__modal .form-item__switch .switch__title{text-align:center;width:100%;min-width:9.25rem}.p2p .form-item__switch .switch__title .switch__text,.layout .form-item__switch .switch__title .switch__text,.account .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}.p2p .form-item__scope,.layout .form-item__scope,.account .form-item__scope,.p2p__modal .form-item__scope{color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;height:2.5rem;transition:border-color .15s;display:flex;overflow:hidden}.p2p .form-item__scope:focus-within,.layout .form-item__scope:focus-within,.account .form-item__scope:focus-within,.p2p__modal .form-item__scope:focus-within{border-color:#e0e4ec}.p2p .form-item__scope .scope__before,.p2p .form-item__scope .scope__after,.layout .form-item__scope .scope__before,.layout .form-item__scope .scope__after,.account .form-item__scope .scope__before,.account .form-item__scope .scope__after,.p2p__modal .form-item__scope .scope__before,.p2p__modal .form-item__scope .scope__after{color:#e8eaf080;white-space:nowrap;align-items:center;padding:.75rem;font-size:1rem;font-weight:500;line-height:2.5rem;display:flex}.p2p .form-item__scope .scope__before:first-child,.p2p .form-item__scope .scope__after:first-child,.layout .form-item__scope .scope__before:first-child,.layout .form-item__scope .scope__after:first-child,.account .form-item__scope .scope__before:first-child,.account .form-item__scope .scope__after:first-child,.p2p__modal .form-item__scope .scope__before:first-child,.p2p__modal .form-item__scope .scope__after:first-child{padding-right:0}.p2p .form-item__scope .scope__before:last-child,.p2p .form-item__scope .scope__after:last-child,.layout .form-item__scope .scope__before:last-child,.layout .form-item__scope .scope__after:last-child,.account .form-item__scope .scope__before:last-child,.account .form-item__scope .scope__after:last-child,.p2p__modal .form-item__scope .scope__before:last-child,.p2p__modal .form-item__scope .scope__after:last-child{padding-left:0}.p2p .form-item__scope .scope__before span:not(:last-child),.p2p .form-item__scope .scope__after span:not(:last-child),.layout .form-item__scope .scope__before span:not(:last-child),.layout .form-item__scope .scope__after span:not(:last-child),.account .form-item__scope .scope__before span:not(:last-child),.account .form-item__scope .scope__after span:not(:last-child),.p2p__modal .form-item__scope .scope__before span:not(:last-child),.p2p__modal .form-item__scope .scope__after span:not(:last-child){margin-right:.25rem}.p2p .form-item__scope .scope__before img,.p2p .form-item__scope .scope__before svg,.p2p .form-item__scope .scope__after img,.p2p .form-item__scope .scope__after svg,.layout .form-item__scope .scope__before img,.layout .form-item__scope .scope__before svg,.layout .form-item__scope .scope__after img,.layout .form-item__scope .scope__after svg,.account .form-item__scope .scope__before img,.account .form-item__scope .scope__before svg,.account .form-item__scope .scope__after img,.account .form-item__scope .scope__after svg,.p2p__modal .form-item__scope .scope__before img,.p2p__modal .form-item__scope .scope__before svg,.p2p__modal .form-item__scope .scope__after img,.p2p__modal .form-item__scope .scope__after svg{width:1rem;min-width:1rem;height:1rem}.p2p .form-item__scope .scope__input,.layout .form-item__scope .scope__input,.account .form-item__scope .scope__input,.p2p__modal .form-item__scope .scope__input{color:#e8eaf0;text-overflow:ellipsis;box-sizing:border-box;appearance:none;background-color:#0000;border:0;outline:none;width:100%;height:100%;min-height:2.5rem;margin:0;padding:0 .75rem;font-family:Helvetica,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:2.5rem}.p2p .form-item__scope.scope_disabled,.layout .form-item__scope.scope_disabled,.account .form-item__scope.scope_disabled,.p2p__modal .form-item__scope.scope_disabled{pointer-events:none;background:#ffffff05;border-color:#ffffff14}.p2p .form-item__scope::placeholder,.layout .form-item__scope::placeholder,.account .form-item__scope::placeholder,.p2p__modal .form-item__scope::placeholder{opacity:1;color:#e8eaf080}.p2p .form-item__scope.form-item__input_textarea,.layout .form-item__scope.form-item__input_textarea,.account .form-item__scope.form-item__input_textarea,.p2p__modal .form-item__scope.form-item__input_textarea{resize:none;width:100%;height:6.875rem}.p2p .form-item__data,.layout .form-item__data,.account .form-item__data,.p2p__modal .form-item__data{color:#e8eaf080;justify-content:space-between;align-items:center;width:calc(100% + 1.5rem);margin:0 -.75rem;font-size:.875rem;line-height:1.25rem;display:flex}.p2p .form-item__data.form-item__data_chips,.layout .form-item__data.form-item__data_chips,.account .form-item__data.form-item__data_chips,.p2p__modal .form-item__data.form-item__data_chips{flex-wrap:wrap;justify-content:flex-start;gap:.5rem;width:100%;margin:0}.p2p .form-item__data:not(:last-child),.layout .form-item__data:not(:last-child),.account .form-item__data:not(:last-child),.p2p__modal .form-item__data:not(:last-child){margin-bottom:.5rem}.p2p .form-item__data .data__item,.layout .form-item__data .data__item,.account .form-item__data .data__item,.p2p__modal .form-item__data .data__item{margin:0;padding:0 .75rem}.p2p .form-item__data .data__item.data__item_after,.layout .form-item__data .data__item.data__item_after,.account .form-item__data .data__item.data__item_after,.p2p__modal .form-item__data .data__item.data__item_after{white-space:nowrap;margin-left:auto}.p2p .form-item__data .btn:hover,.layout .form-item__data .btn:hover,.account .form-item__data .btn:hover,.p2p__modal .form-item__data .btn:hover{color:#06080e}.p2p .textarea,.layout .textarea,.account .textarea,.p2p__modal .textarea{position:relative}.p2p .textarea textarea,.layout .textarea textarea,.account .textarea textarea,.p2p__modal .textarea textarea{color:#e8eaf0;resize:none;box-sizing:border-box;appearance:none;background:#ffffff08;border:1px solid #ffffff14;border-radius:1.25rem;outline:none;height:6.25rem;margin:0;padding:1.25rem .75rem .75rem;font-family:Helvetica,Arial,sans-serif;font-size:1rem;font-weight:500;line-height:1rem;transition:border-color .15s}.p2p .textarea textarea:focus,.layout .textarea textarea:focus,.account .textarea textarea:focus,.p2p__modal .textarea textarea:focus{border-color:#e0e4ec}.p2p .textarea textarea::placeholder,.layout .textarea textarea::placeholder,.account .textarea textarea::placeholder,.p2p__modal .textarea textarea::placeholder{color:#e8eaf080}.p2p .textarea .textarea__progress,.layout .textarea .textarea__progress,.account .textarea .textarea__progress,.p2p__modal .textarea .textarea__progress{color:#e8eaf080;font-size:1rem;font-weight:500;line-height:1rem;position:absolute;top:.5rem;right:.5rem}@media screen and (width>=768px){.p2p .textarea .textarea__progress,.layout .textarea .textarea__progress,.account .textarea .textarea__progress,.p2p__modal .textarea .textarea__progress{font-size:.875rem;font-weight:400;line-height:1rem}}.p2p .checkbox,.layout .checkbox,.account .checkbox,.p2p__modal .checkbox{align-items:center;min-height:2.5rem;display:flex}.p2p .checkbox .checkbox__label,.layout .checkbox .checkbox__label,.account .checkbox .checkbox__label,.p2p__modal .checkbox .checkbox__label{display:flex;position:relative}.p2p .checkbox .checkbox__input,.layout .checkbox .checkbox__input,.account .checkbox .checkbox__input,.p2p__modal .checkbox .checkbox__input{opacity:0;position:absolute}.p2p .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_before,.layout .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_before,.account .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}.p2p .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_after,.layout .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_after,.account .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}.p2p .checkbox .checkbox__input:disabled~.checkbox__text,.layout .checkbox .checkbox__input:disabled~.checkbox__text,.account .checkbox .checkbox__input:disabled~.checkbox__text,.p2p__modal .checkbox .checkbox__input:disabled~.checkbox__text{color:#e8eaf080;pointer-events:none}.p2p .checkbox .checkbox__input.error~.checkbox__text,.layout .checkbox .checkbox__input.error~.checkbox__text,.account .checkbox .checkbox__input.error~.checkbox__text,.p2p__modal .checkbox .checkbox__input.error~.checkbox__text{color:#ff5b5b}.p2p .checkbox .checkbox__main,.layout .checkbox .checkbox__main,.account .checkbox .checkbox__main,.p2p__modal .checkbox .checkbox__main{cursor:pointer;flex-wrap:wrap;padding-left:1.5rem;font-size:1rem;font-weight:500;line-height:1rem;display:flex;position:relative}.p2p .checkbox .checkbox__text,.layout .checkbox .checkbox__text,.account .checkbox .checkbox__text,.p2p__modal .checkbox .checkbox__text{color:#e8eaf0}.p2p .checkbox .checkbox__text:not(:last-child),.layout .checkbox .checkbox__text:not(:last-child),.account .checkbox .checkbox__text:not(:last-child),.p2p__modal .checkbox .checkbox__text:not(:last-child){margin-right:.5rem}.p2p .checkbox .checkbox__text a,.layout .checkbox .checkbox__text a,.account .checkbox .checkbox__text a,.p2p__modal .checkbox .checkbox__text a{color:#e0e4ec;text-decoration:underline}.p2p .checkbox .checkbox__prompt,.layout .checkbox .checkbox__prompt,.account .checkbox .checkbox__prompt,.p2p__modal .checkbox .checkbox__prompt{color:#e8eaf080}.p2p .checkbox .checkbox__label,.layout .checkbox .checkbox__label,.account .checkbox .checkbox__label,.p2p__modal .checkbox .checkbox__label{position:unset}.p2p .checkbox .checkbox__media,.layout .checkbox .checkbox__media,.account .checkbox .checkbox__media,.p2p__modal .checkbox .checkbox__media{position:relative}.p2p .checkbox .checkbox__ico,.layout .checkbox .checkbox__ico,.account .checkbox .checkbox__ico,.p2p__modal .checkbox .checkbox__ico{width:1rem;min-width:1rem;height:1rem;transition:opacity .15s;position:absolute;top:0;left:0}.p2p .checkbox .checkbox__ico.checkbox__ico_before,.layout .checkbox .checkbox__ico.checkbox__ico_before,.account .checkbox .checkbox__ico.checkbox__ico_before,.p2p__modal .checkbox .checkbox__ico.checkbox__ico_before{opacity:1}.p2p .checkbox .checkbox__ico.checkbox__ico_after,.layout .checkbox .checkbox__ico.checkbox__ico_after,.account .checkbox .checkbox__ico.checkbox__ico_after,.p2p__modal .checkbox .checkbox__ico.checkbox__ico_after{opacity:0}.p-calendar{color:#e8eaf0;background:#ffffff08;border-radius:12px;height:2.5rem;display:block}.p-calendar.p-calendar_secondary{color:#e8eaf0;background:#ffffff0f}.p-calendar .p-inputtext{color:#e8eaf0;text-overflow:ellipsis;box-sizing:border-box;appearance:none;filter:brightness(0)invert();background-color:#0000;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='3'%20y='5'%20width='18'%20height='16'%20rx='2'%20stroke='%23000'%20stroke-width='2'%20fill='none'/%3e%3cpath%20d='M3%2010h18'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M8%203v4M16%203v4'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e");background-position:.5rem 40%;background-repeat:no-repeat;background-size:1.25rem;border:0;outline:none;width:100%;height:2.5rem;margin:0;padding:.75rem .75rem .75rem 2.75rem;font-family:Helvetica,Arial,sans-serif;font-size:1rem;font-weight:500;line-height:2.5rem}.p-datepicker{background:#0c1018;border:1px solid #ffffff14;border-radius:1rem;width:18.5rem;padding:.5rem}.p-datepicker .p-datepicker-title{flex-direction:row-reverse;display:flex}.p-datepicker .p-datepicker-title .p-link{color:#e8eaf0;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-prev,.p-datepicker .p-datepicker-next{background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.p-datepicker .p-datepicker-prev path,.p-datepicker .p-datepicker-next path{fill:#e8eaf0}.p-datepicker tr{display:flex}.p-datepicker th,.p-datepicker td{color:#e8eaf0;text-align:center;background-color:#0000;width:2.5rem;height:2.5rem;padding:0}.p-datepicker th>span,.p-datepicker td>span{border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;transition:background-color .15s,color .15s;display:flex}.p-datepicker td>span{cursor:pointer}.p-datepicker td>span:hover{background:#ffffff0f}.p-datepicker td>span.p-highlight{color:#06080e;background:#e0e4ec}.p-datepicker td>span.p-disabled{color:#e8eaf080;cursor:default}.p-datepicker td>span.p-disabled:hover{background:0 0}.p-datepicker td.p-datepicker-today>span{background:#e0e4ec1a}.p-datepicker td.p-datepicker-today>span.p-highlight{background:#e0e4ec}.form-item__icocheck .icocheck__label{cursor:pointer;position:relative}.form-item__icocheck .icocheck__input{position:absolute;left:-99999px}.form-item__icocheck .icocheck__input:checked+.icocheck__layout{color:#06080e;background:linear-gradient(135deg,#c8d2e6,#8a9bb5)}.form-item__icocheck .icocheck__layout{color:#e8eaf0;background:#ffffff0f;border-radius:2rem;align-items:center;padding:.5rem;transition:all .15s;display:flex}.form-item__icocheck .icocheck__media{align-items:flex-start;width:1.5em;height:1.5rem;display:flex}.form-item__icocheck .icocheck__media:not(:last-child){margin-right:.5rem}.form-item__icocheck .icocheck__media img,.form-item__icocheck .icocheck__media svg{width:100%;height:100%}.form-item__icocheck .icocheck__title .icocheck__text{font-size:1rem;font-weight:500;line-height:1.5rem}.p-dropdown,.p-multiselect{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;align-items:center;height:2.5rem;padding:.75rem;transition:border-color .15s;display:flex}.p-dropdown:focus-within,.p-multiselect:focus-within{border-color:#e0e4ec}.p-dropdown.p-invalid,.p-multiselect.p-invalid{background:#ff5b5b24;border-color:#ff5b5b}.p-dropdown.p-invalid .p-dropdown-label.p-placeholder,.p-multiselect.p-invalid .p-dropdown-label.p-placeholder{color:#ff5b5b}.p-dropdown.p-invalid .p-dropdown-trigger img path,.p-dropdown.p-invalid .p-dropdown-trigger svg path,.p-dropdown.p-invalid .p-multiselect-trigger img path,.p-dropdown.p-invalid .p-multiselect-trigger svg path,.p-multiselect.p-invalid .p-dropdown-trigger img path,.p-multiselect.p-invalid .p-dropdown-trigger svg path,.p-multiselect.p-invalid .p-multiselect-trigger img path,.p-multiselect.p-invalid .p-multiselect-trigger svg path{fill:#ff5b5b}.p-dropdown.p-disabled,.p-multiselect.p-disabled{pointer-events:none;cursor:unset;background:#ffffff05;border-color:#ffffff14}.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{opacity:0;visibility:hidden;position:absolute;top:0;left:-99999px}.p-dropdown .p-dropdown-label,.p-multiselect .p-dropdown-label{color:#e8eaf0;font-family:Helvetica,Arial,sans-serif;font-size:1rem;font-weight:500;line-height:2.5rem;display:block;overflow:hidden}.p-dropdown .p-dropdown-label.p-placeholder,.p-multiselect .p-dropdown-label.p-placeholder{color:#e8eaf080}.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{color:#e8eaf0;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;display:flex}.p-dropdown .p-dropdown-trigger svg path,.p-multiselect .p-dropdown-trigger svg path{fill:currentColor}.p-dropdown .p-multiselect-trigger,.p-multiselect .p-multiselect-trigger{color:#e8eaf0}.p-dropdown .p-multiselect-trigger svg path,.p-multiselect .p-multiselect-trigger svg path{fill:currentColor}.p-dropdown-template{align-items:center;display:flex}.p-dropdown-template.p-dropdown-template_active .p-dropdown-title .title__text{color:#e0e4ec}.p-dropdown-media{align-items:flex-start;width:1.5rem;height:1.5rem;display:flex}.p-dropdown-media:not(:last-child){margin-right:.75rem}.p-dropdown-media img,.p-dropdown-media svg{width:100%;height:100%}.p-dropdown-title{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.p-dropdown-title .title__text{color:#e8eaf0;font-size:1rem;font-weight:500;line-height:1.5rem}.p-dropdown-panel,.p-multiselect-panel{background:#0c1018;border:1px solid #ffffff14;border-radius:1.25rem;position:absolute;overflow:hidden;transform:translateY(.25rem);box-shadow:0 12px 30px #00000073}.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{color:#e8eaf0;border:1px solid #ffffff14;border-radius:12px;align-items:center;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{color:#e8eaf0;text-overflow:ellipsis;box-sizing:border-box;appearance:none;background-color:#0000;border:0;outline:none;height:2.5rem;margin:0;padding:.75rem .75rem .75rem 2.5rem;font-family:Helvetica,Arial,sans-serif;font-size:1rem;font-weight:500;line-height:2.5rem}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter::placeholder,.p-dropdown-panel .p-dropdown-header .p-multiselect-filter::placeholder,.p-dropdown-panel .p-multiselect-header .p-dropdown-filter::placeholder,.p-dropdown-panel .p-multiselect-header .p-multiselect-filter::placeholder,.p-multiselect-panel .p-dropdown-header .p-dropdown-filter::placeholder,.p-multiselect-panel .p-dropdown-header .p-multiselect-filter::placeholder,.p-multiselect-panel .p-multiselect-header .p-dropdown-filter::placeholder,.p-multiselect-panel .p-multiselect-header .p-multiselect-filter::placeholder{color:#e8eaf080}.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{filter:brightness(0)invert();width:1.25rem;height:1.25rem;margin:0;position:absolute;top:.65rem;left:.65rem}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon g,.p-dropdown-panel .p-dropdown-header .p-multiselect-filter-icon g,.p-dropdown-panel .p-multiselect-header .p-dropdown-filter-icon g,.p-dropdown-panel .p-multiselect-header .p-multiselect-filter-icon g,.p-multiselect-panel .p-dropdown-header .p-dropdown-filter-icon g,.p-multiselect-panel .p-dropdown-header .p-multiselect-filter-icon g,.p-multiselect-panel .p-multiselect-header .p-dropdown-filter-icon g,.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-icon g,.p-dropdown-panel .p-dropdown-header .p-dropdown-close,.p-dropdown-panel .p-dropdown-header .p-multiselect-close,.p-dropdown-panel .p-multiselect-header .p-dropdown-close,.p-dropdown-panel .p-multiselect-header .p-multiselect-close,.p-multiselect-panel .p-dropdown-header .p-dropdown-close,.p-multiselect-panel .p-dropdown-header .p-multiselect-close,.p-multiselect-panel .p-multiselect-header .p-dropdown-close,.p-multiselect-panel .p-multiselect-header .p-multiselect-close{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{flex-direction:column;display:flex}.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 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{cursor:pointer;background-color:#0000;align-items:center;margin:0;padding:.5rem;transition:background-color .15s;display:flex}.p-dropdown-panel .p-dropdown-item:hover,.p-dropdown-panel .p-dropdown-item.p-highlight,.p-dropdown-panel .p-multiselect-item:hover,.p-dropdown-panel .p-multiselect-item.p-highlight,.p-multiselect-panel .p-dropdown-item:hover,.p-multiselect-panel .p-dropdown-item.p-highlight,.p-multiselect-panel .p-multiselect-item:hover,.p-multiselect-panel .p-multiselect-item.p-highlight{background:#ffffff0f}.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{color:#e0e4ec;border:.125rem solid #e0e4ec;border-radius:50%;justify-content:center;align-items:center;width:1rem;height:1rem;display:flex}.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{width:1rem;height:1rem}.p-dropdown-panel .p-dropdown-empty-message,.p-multiselect-panel .p-dropdown-empty-message{color:#ff5b5b;padding:.75rem}.p2p .tabs,.account .tabs,.layout .tabs{margin-bottom:1.25rem}.p2p .tabs .tabs__header,.account .tabs .tabs__header,.layout .tabs .tabs__header{justify-content:flex-start;margin-bottom:1.5rem;display:flex}.p2p .tabs .tabs__header .tabs__list,.account .tabs .tabs__header .tabs__list,.layout .tabs .tabs__header .tabs__list{background:#ffffff08;border:1px solid #ffffff0a;border-radius:12px;padding:4px;display:flex;overflow:auto hidden}.p2p .tabs .tabs__header .tabs__list .tabs__item,.account .tabs .tabs__header .tabs__list .tabs__item,.layout .tabs .tabs__header .tabs__list .tabs__item{font:inherit;color:#e8eaf080;cursor:pointer;white-space:nowrap;text-align:center;box-sizing:border-box;appearance:none;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;width:100%;margin:0;padding:10px;font-family:inherit;font-size:.875rem;font-weight:400;line-height:1rem;transition:all .2s;display:flex}@media screen and (width>=768px){.p2p .tabs .tabs__header .tabs__list .tabs__item,.account .tabs .tabs__header .tabs__list .tabs__item,.layout .tabs .tabs__header .tabs__list .tabs__item{width:auto;padding:10px 2rem;font-size:.875rem;font-weight:500;line-height:1.25rem}}.p2p .tabs .tabs__header .tabs__list .tabs__item:not(:last-child),.account .tabs .tabs__header .tabs__list .tabs__item:not(:last-child),.layout .tabs .tabs__header .tabs__list .tabs__item:not(:last-child){margin-right:4px}.p2p .tabs .tabs__header .tabs__list .tabs__item:hover,.p2p .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active,.account .tabs .tabs__header .tabs__list .tabs__item:hover,.account .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active,.layout .tabs .tabs__header .tabs__list .tabs__item:hover,.layout .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active{color:#e8eaf0;background:#ffffff0a;border-color:#ffffff14;box-shadow:0 2px 8px #0000004d}.p2p .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,.account .tabs .tabs__header .tabs__list .tabs__item:hover.tabs__item_buy,.account .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,.layout .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active.tabs__item_buy{color:#00e676;background:#00e67626;border-color:#00e67633}.p2p .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,.account .tabs .tabs__header .tabs__list .tabs__item:hover.tabs__item_sell,.account .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,.layout .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active.tabs__item_sell{color:#ff5b5b;background:#ff5b5b24;border-color:#ff5b5b33}.p2p .tabs .tabs__main:not(:last-child),.account .tabs .tabs__main:not(:last-child),.layout .tabs .tabs__main:not(:last-child){margin-bottom:1.5rem}@media screen and (width>=768px){.p2p .tabs.tabs_second .tabs__header .tabs__item,.account .tabs.tabs_second .tabs__header .tabs__item,.layout .tabs.tabs_second .tabs__header .tabs__item{padding:10px 3rem;font-size:.875rem;line-height:1rem}}.p2p .tags.tags_secondary .tags__text,.account .tags.tags_secondary .tags__text,.layout .tags.tags_secondary .tags__text{padding:.25rem;font-size:.75rem;line-height:.75rem}.p2p .tags .tags__list,.account .tags .tags__list,.layout .tags .tags__list{flex-wrap:wrap;margin:0 -.25rem -.25rem;display:flex}.p2p .tags .tags__item,.account .tags .tags__item,.layout .tags .tags__item{margin:0 .25rem .25rem;display:flex}.p2p .tags .tags__text,.account .tags .tags__text,.layout .tags .tags__text{color:#202639;white-space:nowrap;border-radius:2rem;padding:.25rem .75rem;font-size:1rem;font-weight:500;line-height:2rem;display:block}.p2p__modal{z-index:2000;cursor:pointer;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.layout_modal-active .p2p__modal{visibility:visible;opacity:1}.modal__layout{cursor:auto;-webkit-backdrop-filter:blur(20px)saturate(1.4);z-index:111;background:#ffffff08;border:1px solid #ffffff12;border-radius:24px;flex-direction:column;width:100%;height:auto;max-height:95vh;padding:1.5rem;display:flex;position:relative;box-shadow:0 8px 32px #00000080,inset 0 1px #ffffff12}@media (width<=767.998px){.modal__layout{width:calc(100% - 2rem);margin:1rem}}.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{cursor:pointer;z-index:3;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;transition:all .25s;display:flex;position:absolute;top:.5rem;right:.5rem;transform:rotate(0)}@media screen and (width>=992px) and (height>=40rem){.modal__layout .modal__action{top:1.5rem;right:-2.5rem}}.modal__layout .modal__action:hover{transform:rotate(180deg)}.modal__layout .modal__action img,.modal__layout .modal__action svg{width:100%;height:100%;transition:all .25s}.modal__layout .modal__action img path,.modal__layout .modal__action svg path{stroke:#e8eaf0;transition:all .25s}.modal__layout .modal__header:not(:last-child){margin-bottom:1.5rem}.modal__layout .modal__header h4{color:#e8eaf0}.modal__layout .modal__main{max-height:calc(100vh - 8rem);overflow:hidden auto}.modal__layout .modal__main:not(:last-child){margin-bottom:1.5rem}.modal__layout .modal__main .wysiwyg h2{color:#e8eaf0}.modal__layout .p2p__tooltip--moreData{color:#e8eaf0;border:1px solid #ffffff14;background:#ffffff0a!important}.modal__layout .modal__section:not(:last-child){border-bottom:1px solid #ffffff14;margin-bottom:1.5rem;padding-bottom:1.5rem}.modal__database{font-weight:400}.modal__database .database__list{flex-direction:column;margin-bottom:-.75rem;display:flex}.modal__database .database__item{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.modal__database .database__key{margin-right:1rem}.modal__database .database__key .database__title .title__text{color:#e8eaf080;font-size:.875rem;line-height:1rem}.modal__database .database__value{flex-direction:column;display:flex}.modal__database .database__value .value__title:not(:last-child){margin-bottom:.25rem}.modal__database .database__value .value__title .title__text{color:#e8eaf0;text-align:right;font-size:1rem;font-weight:500;line-height:1.25rem;display:block}.modal__database .database__value .database__data .data__list{flex-wrap:wrap;justify-content:flex-end;gap:.25rem 1rem;width:100%;margin:0;display:flex}.modal__database .database__value .database__data .data__item{color:#00e676;align-items:center;margin:0;display:flex}.modal__database .database__value .database__data .data__item.data__item_secondary{color:#ff5b5b}.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:#ff5b5b}.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;width:.75rem;height:.75rem;display:flex;transform:translateY(-.125rem)}.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{width:100%;height:100%}.modal__methods .methods__list{flex-direction:column;display:flex}.modal__methods .methods__item:not(:last-child){margin-bottom:1.5rem}.modal__methods .methods__label{cursor:pointer;background:#ffffff08;border-radius:1.25rem;flex-direction:column;padding:1.5rem;display:flex;position:relative}.modal__methods .methods__header{background:#ffffff0f;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:#e0e4ec}.modal__methods .checkbox__main{position:unset!important}.modal__methods .checkbox__main:before{content:"";cursor:pointer;border:1px solid #ffffff14;border-radius:1.25rem;width:100%;height:100%;transition:all .25s;position:absolute;top:0;left:0}.modal__methods .modal__margin_bottom{margin-bottom:15px!important}.modal__chat{cursor:pointer;align-items:center;display:flex}.modal__chat svg{flex-shrink:0;width:1rem;height: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{flex-direction:column;display:flex}.modal__notifications .notifications__group{color:#e8eaf080;flex-direction:column;font-size:.875rem;line-height:1.25rem;display:flex}.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:#e8eaf0}.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:#ffffff08;border-radius:1.25rem;padding:1.5rem}.modal__notifications .notifications__list{flex-direction:column;display:flex}.modal__notifications .notifications__item:not(:last-child){border-bottom:1px solid #ffffff14;margin-bottom:.75rem;padding-bottom:.75rem}.modal__notifications .notifications__label{cursor:pointer;justify-content:space-between;display:flex}.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:#e8eaf0}.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{position:absolute;left:-999999px}.modal__notifications .notifications__switcher .switcher__input:checked~.switcher__text:before{background:linear-gradient(135deg,#c8d2e6,#8a9bb5)}.modal__notifications .notifications__switcher .switcher__input:checked~.switcher__text:after{right:.25rem}.modal__notifications .notifications__switcher .switcher__text{width:2.5rem;display:block;position:relative}.modal__notifications .notifications__switcher .switcher__text:before,.modal__notifications .notifications__switcher .switcher__text:after{content:"";transition:all .25s;position:absolute;top:0;right:0}.modal__notifications .notifications__switcher .switcher__text:before{width:2.5rem;height:1.5rem;box-shadow:none;background:#ffffff0f;border-radius:2rem}.modal__notifications .notifications__switcher .switcher__text:after{z-index:2;opacity:1;background-color:#e8eaf0;border-radius:50%;width:1rem;height:1rem;top:.25rem;right:1.25rem}.modal__trading .trading__information{background:#ffffff08;border-radius:1.25rem;margin-bottom:2.5rem;padding:.75rem}@media screen and (width>=992px){.modal__trading .trading__information{margin-bottom:0}}.modal__trading .information__about{border-bottom:1px solid #ffffff14;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{color:#06080e;text-align:center;background:linear-gradient(135deg,#e0e4ec,#e0e4eccc);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.modal__trading .about__header .information__avatar:not(:last-child){margin-right:1rem}.modal__trading .about__header .information__title{color:#e0e4ec}.modal__trading .about__protection .protection__list{flex-wrap:wrap;margin-bottom:-.5rem;display:flex}.modal__trading .about__protection .protection__item{color:#00e676;align-items:center;margin-bottom:.5rem;font-size:.875rem;line-height:1rem;display:flex}.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;width:.75rem;height:.75rem;transform:translateY(-.125rem)}.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{width:100%;height:100%;display:flex}.modal__trading .trading__formular .formular{flex-direction:column;width:100%;display:flex}.modal__trading .trading__formular .formular__footer{margin-top:auto}.layout .slick-slider,.p2p .slick-slider{cursor:grab;width:auto;height:100%;display:block;position:relative}.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{height:20rem;display:block}.layout .slick-slider img,.p2p .slick-slider img{width:100%;display:block}.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{height:100%;min-height:1px;margin:0;display:inline-block;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{cursor:pointer;z-index:4;text-indent:-999999px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.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{z-index:3;justify-content:center;width:100%;margin:0;padding:1rem;list-style:none;display:flex;position:absolute;bottom:0;left:0}.layout .slick-slider .slick-dots li,.p2p .slick-slider .slick-dots li{margin:0;transition:all .25s}.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{text-indent:-9999px;background-color:#202639;border-radius:50%;width:.5rem;height:.5rem;transition:all .25s}.layout .slick-loading .slick-slide,.p2p .slick-loading .slick-slide{visibility:hidden}.layout .layout__table,.account .layout__table,.p2p .layout__table{background-color:#0c1018;border:1px solid #ffffff14;border-radius:1.25rem}@media screen and (width>=992px){.layout .layout__table.layout__table_center .table__item,.account .layout__table.layout__table_center .table__item,.p2p .layout__table.layout__table_center .table__item{justify-content:center}}.layout .layout__table:not(:last-child),.account .layout__table:not(:last-child),.p2p .layout__table:not(:last-child){margin-bottom:1.5rem}.layout .layout__table .table__head,.account .layout__table .table__head,.p2p .layout__table .table__head{color:#e8eaf0;background-color:#ffffff0a;border-radius:1.25rem 1.25rem 0 0;display:none}@media screen and (width>=992px){.layout .layout__table .table__head,.account .layout__table .table__head,.p2p .layout__table .table__head{display:flex}}.layout .layout__table .table__head .table__item,.account .layout__table .table__head .table__item,.p2p .layout__table .table__head .table__item{padding:.75rem 1.25rem;font-size:1.25rem;font-weight:500;line-height:1.25rem}.layout .layout__table .table__body,.account .layout__table .table__body,.p2p .layout__table .table__body{color:#e8eaf0}.layout .layout__table .table__body .table__list:not(:last-child),.account .layout__table .table__body .table__list:not(:last-child),.p2p .layout__table .table__body .table__list:not(:last-child){position:relative}.layout .layout__table .table__body .table__list:not(:last-child):after,.account .layout__table .table__body .table__list:not(:last-child):after,.p2p .layout__table .table__body .table__list:not(:last-child):after{content:"";background:linear-gradient(90deg,#0000,#ffffff14,#0000);width:calc(100% - 2rem);height:1px;position:absolute;top:100%;left:1rem}.layout .layout__table .table__body .table__item,.account .layout__table .table__body .table__item,.p2p .layout__table .table__body .table__item{padding:.75rem 1.25rem;font-size:1rem;font-weight:500;line-height:1.25rem}@media screen and (width>=992px){.layout .layout__table .table__body .table__item,.account .layout__table .table__body .table__item,.p2p .layout__table .table__body .table__item{padding:1.25rem}}.layout .layout__table .table__list,.account .layout__table .table__list,.p2p .layout__table .table__list{flex-direction:column;width:100%;padding:1rem 0;display:flex}@media screen and (width>=992px){.layout .layout__table .table__list,.account .layout__table .table__list,.p2p .layout__table .table__list{flex-direction:row;padding:0}}.layout .layout__table .table__item,.account .layout__table .table__item,.p2p .layout__table .table__item{align-items:center;display:flex}@media screen and (width<=991px){.layout .layout__table .table__item,.account .layout__table .table__item,.p2p .layout__table .table__item{justify-content:space-between;width:100%!important}}.layout .layout__table .table__header,.account .layout__table .table__header,.p2p .layout__table .table__header{display:block}@media screen and (width>=992px){.layout .layout__table .table__header,.account .layout__table .table__header,.p2p .layout__table .table__header{display:none}}.layout .layout__table .table__header .table__title,.account .layout__table .table__header .table__title,.p2p .layout__table .table__header .table__title{color:#e8eaf080}.layout .layout__table .table__main,.account .layout__table .table__main,.p2p .layout__table .table__main{align-items:center;display:flex}.layout .layout__table .table__ico,.account .layout__table .table__ico,.p2p .layout__table .table__ico{width:1.5rem;height:1.5rem}.layout .layout__table .table__ico:not(:last-child),.account .layout__table .table__ico:not(:last-child),.p2p .layout__table .table__ico:not(:last-child){margin-right:.5rem}.Toastify__toast-container{width:auto;max-width:440px;padding:0}.Toastify__toast-container--bottom-center{bottom:24px;left:50%;transform:translate(-50%)}@media (width<=575.998px){.Toastify__toast-container{width:auto;max-width:none;bottom:16px;left:16px;right:16px;transform:none}.Toastify__toast-container--bottom-center{bottom:16px;left:16px;right:16px;transform:none}}.Toastify__toast{cursor:default;border-radius:8px;min-height:44px;margin-top:8px;margin-bottom:0;padding:10px 16px;font-family:Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:18px;box-shadow:0 6px 20px #00000059}@media (width<=575.998px){.Toastify__toast{min-height:44px;padding:10px 16px;font-size:14px}}.Toastify__toast-body{align-items:center;margin:0;padding:0}.Toastify__toast-body>div:last-child{text-align:center;flex:1}.Toastify__toast-icon{display:none}.Toastify__toast--success{color:#000;background:#00e676}.Toastify__toast--error{color:#fff;background:#ff004d}.Toastify__toast--info,.Toastify__toast--default,.Toastify__toast--warning{color:#e8eaf0;background:#0c1018;border:1px solid #ffffff14}.p2p,.account,.p2p__modal{box-sizing:border-box;flex-direction:column;width:100%;min-width:0;display:flex}.p2p .p2p__main,.account .p2p__main,.p2p__modal .p2p__main{box-sizing:border-box;overflow-wrap:break-word;flex-direction:column;width:100%;min-width:0;padding:1.5rem 0;display:flex}.p2p .wrapper,.account .wrapper,.p2p__modal .wrapper{background-color:#fff;border-radius:1.25rem;padding:.75rem;box-shadow:0 .25rem .75rem #00000008}@media screen and (width>=768px){.p2p .wrapper,.account .wrapper,.p2p__modal .wrapper{padding:1.5rem}}.p2p .wrapper:not(:last-child),.account .wrapper:not(:last-child),.p2p__modal .wrapper:not(:last-child),.p2p .group:not(:last-child),.account .group:not(:last-child),.p2p__modal .group:not(:last-child){margin-bottom:1.5rem}.p2p .group.group_secondary:not(:last-child),.account .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}.p2p .group .group__header:not(:last-child),.account .group .group__header:not(:last-child),.p2p__modal .group .group__header:not(:last-child){margin-bottom:.75rem}.p2p .group .group__header.group__header_ico,.account .group .group__header.group__header_ico,.p2p__modal .group .group__header.group__header_ico{align-items:center;display:flex}.p2p .group .group__header.group__header_ico .group__ico,.account .group .group__header.group__header_ico .group__ico,.p2p__modal .group .group__header.group__header_ico .group__ico{order:2;margin-left:auto}@media screen and (width>=992px){.p2p .group .group__header.group__header_ico .group__ico,.account .group .group__header.group__header_ico .group__ico,.p2p__modal .group .group__header.group__header_ico .group__ico{display:none}}.p2p .group .group__main,.account .group .group__main,.p2p__modal .group .group__main{background-color:#f6f6f6;border-radius:1.5rem;padding:1rem}@media screen and (width>=992px){.p2p .group .group__main,.account .group .group__main,.p2p__modal .group .group__main{padding:1.5rem}}.p2p .group .group__main.group__main_secondary,.account .group .group__main.group__main_secondary,.p2p__modal .group .group__main.group__main_secondary{background-color:#00e67614}.p2p .group .group__main.group__main_transparent,.account .group .group__main.group__main_transparent,.p2p__modal .group .group__main.group__main_transparent{background-color:#0000;padding:0}.p2p .p2p__reviews .reviews__header,.account .p2p__reviews .reviews__header,.p2p__modal .p2p__reviews .reviews__header{text-align:center;font-weight:500}.p2p .p2p__reviews .reviews__header:not(:last-child),.account .p2p__reviews .reviews__header:not(:last-child),.p2p__modal .p2p__reviews .reviews__header:not(:last-child){margin-bottom:1.25rem}.p2p .p2p__reviews .reviews__preview .preview__list,.account .p2p__reviews .reviews__preview .preview__list,.p2p__modal .p2p__reviews .reviews__preview .preview__list{justify-content:center;display:flex}.p2p .p2p__reviews .reviews__preview .preview__item,.account .p2p__reviews .reviews__preview .preview__item,.p2p__modal .p2p__reviews .reviews__preview .preview__item{cursor:pointer;padding:0 .75rem}.p2p .p2p__reviews .reviews__preview .form-item,.account .p2p__reviews .reviews__preview .form-item,.p2p__modal .p2p__reviews .reviews__preview .form-item{pointer-events:none}.p2p .p2p__reviews .reviews__result,.account .p2p__reviews .reviews__result,.p2p__modal .p2p__reviews .reviews__result{justify-content:space-between;display:flex}.p2p .p2p__reviews .reviews__result .result__main,.account .p2p__reviews .reviews__result .result__main,.p2p__modal .p2p__reviews .reviews__result .result__main{flex-direction:column;display:flex}.p2p .p2p__reviews .reviews__result .result__visual:not(:last-child),.account .p2p__reviews .reviews__result .result__visual:not(:last-child),.p2p__modal .p2p__reviews .reviews__result .result__visual:not(:last-child){margin-bottom:.5rem}.p2p .p2p__reviews .reviews__result .result__date,.account .p2p__reviews .reviews__result .result__date,.p2p__modal .p2p__reviews .reviews__result .result__date{color:#8f939c;font-size:.875rem;line-height:1.25rem}.p2p .p2p__reviews .reviews__result .result__date .date__item:not(:last-child),.account .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}.p2p .p2p__reviews .reviews__result .result__action,.account .p2p__reviews .reviews__result .result__action,.p2p__modal .p2p__reviews .reviews__result .result__action{align-items:flex-end;display:flex}.p2p .p2p__reviews .reviews__result .result__action .action__list,.account .p2p__reviews .reviews__result .result__action .action__list,.p2p__modal .p2p__reviews .reviews__result .result__action .action__list{display:flex}.p2p .p2p__reviews .reviews__result .result__action .action__item,.account .p2p__reviews .reviews__result .result__action .action__item,.p2p__modal .p2p__reviews .reviews__result .result__action .action__item{cursor:pointer;align-items:flex-start;width:1.5rem;height:1.5rem;display:flex}.p2p .p2p__reviews .reviews__result .result__action .action__item:not(:last-child),.account .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}.p2p .p2p__reviews .reviews__result .result__action .action__item img,.p2p .p2p__reviews .reviews__result .result__action .action__item svg,.account .p2p__reviews .reviews__result .result__action .action__item img,.account .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{width:100%;height:100%}.p2p .p2p__filter:not(:last-child),.account .p2p__filter:not(:last-child),.p2p__modal .p2p__filter:not(:last-child){margin-bottom:1.5rem}.p2p .p2p__filter.p2p__filter_active .filter__main,.account .p2p__filter.p2p__filter_active .filter__main,.p2p__modal .p2p__filter.p2p__filter_active .filter__main{display:block}.p2p .p2p__filter .filter__formular,.account .p2p__filter .filter__formular,.p2p__modal .p2p__filter .filter__formular{justify-content:space-between;align-items:center;display:flex}.p2p .p2p__filter .filter__main,.account .p2p__filter .filter__main,.p2p__modal .p2p__filter .filter__main{width:100%;display:none}@media screen and (width>=768px){.p2p .p2p__filter .filter__main,.account .p2p__filter .filter__main,.p2p__modal .p2p__filter .filter__main{display:block}}.p2p .p2p__filter .filter__main:not(:last-child),.account .p2p__filter .filter__main:not(:last-child),.p2p__modal .p2p__filter .filter__main:not(:last-child){margin-right:1.5rem}.p2p .p2p__filter .filter__action,.account .p2p__filter .filter__action,.p2p__modal .p2p__filter .filter__action{margin-left:auto}.p2p .p2p__filter .action__list,.account .p2p__filter .action__list,.p2p__modal .p2p__filter .action__list{display:flex}.p2p .p2p__filter .action__item,.account .p2p__filter .action__item,.p2p__modal .p2p__filter .action__item{cursor:pointer;align-items:center;padding:.25rem 0;display:flex}.p2p .p2p__filter .action__item:not(:last-child),.account .p2p__filter .action__item:not(:last-child),.p2p__modal .p2p__filter .action__item:not(:last-child){margin-right:1.5rem}@media screen and (width>=992px){.p2p .p2p__filter .action__item,.account .p2p__filter .action__item,.p2p__modal .p2p__filter .action__item{padding-top:1.75rem}}.p2p .p2p__filter .action__item.action__item_init .action__title,.account .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 (width>=768px){.p2p .p2p__filter .action__item.action__item_init .action__title,.account .p2p__filter .action__item.action__item_init .action__title,.p2p__modal .p2p__filter .action__item.action__item_init .action__title{display:block}}.p2p .p2p__filter .action__item.action__item_init .action__ico,.account .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 (width>=768px){.p2p .p2p__filter .action__item.action__item_init .action__ico,.account .p2p__filter .action__item.action__item_init .action__ico,.p2p__modal .p2p__filter .action__item.action__item_init .action__ico{display:none}}.p2p .p2p__filter .action__item.action__item_reset .action__title,.account .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 (width>=992px){.p2p .p2p__filter .action__item.action__item_reset .action__title,.account .p2p__filter .action__item.action__item_reset .action__title,.p2p__modal .p2p__filter .action__item.action__item_reset .action__title{display:block}}.p2p .p2p__filter .action__item.action__item_reset .action__ico,.account .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 (width>=992px){.p2p .p2p__filter .action__item.action__item_reset .action__ico,.account .p2p__filter .action__item.action__item_reset .action__ico,.p2p__modal .p2p__filter .action__item.action__item_reset .action__ico{display:none}}.p2p .p2p__filter .action__item .action__title .title__text,.account .p2p__filter .action__item .action__title .title__text,.p2p__modal .p2p__filter .action__item .action__title .title__text{color:#e0e4ec;white-space:nowrap;font-size:1rem;font-weight:500;line-height:1.5rem}.p2p .p2p__filter .action__item .action__ico,.account .p2p__filter .action__item .action__ico,.p2p__modal .p2p__filter .action__item .action__ico{align-items:flex-start;width:2rem;height:2rem}@media screen and (width>=768px){.p2p .p2p__filter .action__item .action__ico,.account .p2p__filter .action__item .action__ico,.p2p__modal .p2p__filter .action__item .action__ico{width:1.5rem;height:1.5rem}}.p2p .p2p__filter .action__item .action__ico img,.p2p .p2p__filter .action__item .action__ico svg,.account .p2p__filter .action__item .action__ico img,.account .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{width:100%;height:100%}.p2p .p2p__table,.account .p2p__table,.p2p__modal .p2p__table{background-color:#0c1018;border:1px solid #ffffff14;border-radius:1.25rem;overflow:hidden;box-shadow:0 4px 20px #0006}.p2p .p2p__table .table__head,.account .p2p__table .table__head,.p2p__modal .p2p__table .table__head{background-color:#ffffff0a;border-radius:1.25rem 1.25rem 0 0;padding:0 1.25rem;display:none}@media screen and (width>=768px){.p2p .p2p__table .table__head,.account .p2p__table .table__head,.p2p__modal .p2p__table .table__head{display:block}}.p2p .p2p__table .table__head .table__list,.account .p2p__table .table__head .table__list,.p2p__modal .p2p__table .table__head .table__list{display:flex}.p2p .p2p__table .table__head .table__item,.account .p2p__table .table__head .table__item,.p2p__modal .p2p__table .table__head .table__item{color:#e8eaf0;text-align:center;padding:.5rem;font-size:1.125rem;font-weight:500;line-height:1.5rem}.p2p .p2p__table .table__layout,.account .p2p__table .table__layout,.p2p__modal .p2p__table .table__layout{color:#e8eaf0;background-color:#0c1018;padding:0 .75rem}@media screen and (width>=768px) and (width>=768px){.p2p .p2p__table .table__layout,.account .p2p__table .table__layout,.p2p__modal .p2p__table .table__layout{padding:0 1.25rem 1.25rem}}.p2p .p2p__table .table__layout .table__list,.account .p2p__table .table__layout .table__list,.p2p__modal .p2p__table .table__layout .table__list{position:relative}.p2p .p2p__table .table__layout .table__list:not(:last-child),.account .p2p__table .table__layout .table__list:not(:last-child),.p2p__modal .p2p__table .table__layout .table__list:not(:last-child){border-bottom:1px solid #ffffff14}.p2p .p2p__table .table__preview,.account .p2p__table .table__preview,.p2p__modal .p2p__table .table__preview{flex-direction:column;padding:.75rem 0;display:flex}@media screen and (width>=768px){.p2p .p2p__table .table__preview,.account .p2p__table .table__preview,.p2p__modal .p2p__table .table__preview{flex-direction:row}}.p2p .p2p__table .table__preview .table__header,.account .p2p__table .table__preview .table__header,.p2p__modal .p2p__table .table__preview .table__header{align-items:flex-start;width:100%;display:flex}.p2p .p2p__table .table__preview .table__header .header__avatar,.account .p2p__table .table__preview .table__header .header__avatar,.p2p__modal .p2p__table .table__preview .table__header .header__avatar{color:#fff;text-align:center;background:linear-gradient(135deg,#8a9bb5,#1a3a6e);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;min-width:2.5rem;height:2.5rem;display:flex}.p2p .p2p__table .table__preview .table__header .header__avatar:not(:last-child),.account .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}.p2p .p2p__table .table__preview .table__header .header__subtitle,.account .p2p__table .table__preview .table__header .header__subtitle,.p2p__modal .p2p__table .table__preview .table__header .header__subtitle{flex-direction:column;display:flex}.p2p .p2p__table .table__preview .table__header .header__subtitle .subtitle__text,.account .p2p__table .table__preview .table__header .header__subtitle .subtitle__text,.p2p__modal .p2p__table .table__preview .table__header .header__subtitle .subtitle__text{color:#e8eaf0;margin:0}.p2p .p2p__table .table__dropdown,.account .p2p__table .table__dropdown,.p2p__modal .p2p__table .table__dropdown{z-index:2;opacity:0;visibility:hidden;background:#0c1018;width:100%;height:100%;max-height:0;padding:0 1.25rem;transition:all .25s;position:relative;overflow:hidden}.p2p .p2p__table .table__item,.account .p2p__table .table__item,.p2p__modal .p2p__table .table__item{justify-content:flex-start;align-items:center;width:100%;display:flex}@media screen and (width>=768px){.p2p .p2p__table .table__item,.account .p2p__table .table__item,.p2p__modal .p2p__table .table__item{justify-content:center;width:15rem}}.p2p .p2p__table .table__item:not(:last-child),.account .p2p__table .table__item:not(:last-child),.p2p__modal .p2p__table .table__item:not(:last-child){margin-bottom:1rem}@media screen and (width>=768px){.p2p .p2p__table .table__item:not(:last-child),.account .p2p__table .table__item:not(:last-child),.p2p__modal .p2p__table .table__item:not(:last-child){margin-bottom:0}}.p2p .p2p__table .table__item:last-child,.account .p2p__table .table__item:last-child,.p2p__modal .p2p__table .table__item:last-child{justify-content:center}@media (width<=768px){.p2p .p2p__table .home__item,.account .p2p__table .home__item,.p2p__modal .p2p__table .home__item{display:block}}.p2p .p2p__table .tags .tags__list,.account .p2p__table .tags .tags__list,.p2p__modal .p2p__table .tags .tags__list{justify-content:flex-start}@media screen and (width>=768px){.p2p .p2p__table .tags .tags__list,.account .p2p__table .tags .tags__list,.p2p__modal .p2p__table .tags .tags__list{justify-content:center}}.p2p .ml-auto,.account .ml-auto,.p2p__modal .ml-auto{margin-left:auto!important}@media screen and (width>=768px){.p2p .ml-m-auto,.account .ml-m-auto,.p2p__modal .ml-m-auto{margin-left:auto!important}.p2p .mb-m-auto,.account .mb-m-auto,.p2p__modal .mb-m-auto{margin-bottom:auto!important}.p2p .m-m-0,.account .m-m-0,.p2p__modal .m-m-0{margin-bottom:0!important}}.p2p .nowrap,.account .nowrap,.p2p__modal .nowrap{flex-wrap:nowrap!important}@media screen and (width<=767px){.p2p .w-m-100,.account .w-m-100,.p2p__modal .w-m-100{width:100%!important}.p2p .w-m-auto,.account .w-m-auto,.p2p__modal .w-m-auto{width:auto!important}}.p2p .d-none,.account .d-none,.p2p__modal .d-none{display:none!important}@media screen and (width<=767px){.p2p .d-m-none,.account .d-m-none,.p2p__modal .d-m-none{display:none!important}.p2p .d-m-flex,.account .d-m-flex,.p2p__modal .d-m-flex{display:flex!important}}.p2p h1,.p2p h2,.p2p h3,.p2p h4,.p2p h5,.p2p h6,.p2p .h1,.p2p .h2,.p2p .h3,.p2p .h4,.p2p .h5,.p2p .h6,.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__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}.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),.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__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}.p2p h1,.p2p .h1,.account h1,.account .h1,.p2p__modal h1,.p2p__modal .h1{font-size:2rem;line-height:2rem}.p2p h2,.p2p .h2,.account h2,.account .h2,.p2p__modal h2,.p2p__modal .h2{font-size:1.25rem!important;line-height:1.5rem!important}.p2p h3,.p2p .h3,.account h3,.account .h3,.p2p__modal h3,.p2p__modal .h3{font-size:1rem;font-weight:500;line-height:1.5rem}.p2p h4,.p2p .h4,.account h4,.account .h4,.p2p__modal h4,.p2p__modal .h4{font-size:.875rem;font-weight:400;line-height:1.25rem}.p2p h5,.p2p .h5,.account h5,.account .h5,.p2p__modal h5,.p2p__modal .h5,.p2p h6,.p2p .h6,.account h6,.account .h6,.p2p__modal h6,.p2p__modal .h6{font-size:.75rem;font-weight:400;line-height:1rem}.p2p h1 a,.p2p h2 a,.p2p h3 a,.p2p h4 a,.p2p h5 a,.p2p h6 a,.account h1 a,.account h2 a,.account h3 a,.account h4 a,.account h5 a,.account 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}.p2p h1 a:hover,.p2p h2 a:hover,.p2p h3 a:hover,.p2p h4 a:hover,.p2p h5 a:hover,.p2p h6 a:hover,.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__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}.p2p strong,.account strong,.p2p__modal strong{font-weight:500}.p2p a,.account a,.p2p__modal a{color:#202639;text-decoration:none}.p2p a:hover,.account a:hover,.p2p__modal a:hover{text-decoration:none}.p2p ul,.p2p p,.p2p ol,.account ul,.account p,.account ol,.p2p__modal ul,.p2p__modal p,.p2p__modal ol{margin-bottom:0;padding:0}.p2p ul,.p2p ol,.account ul,.account ol,.p2p__modal ul,.p2p__modal ol{list-style:none}.p2p ul ul,.p2p ul ol,.p2p ol ul,.p2p ol ol,.account ul ul,.account ul ol,.account ol ul,.account ol ol,.p2p__modal ul ul,.p2p__modal ul ol,.p2p__modal ol ul,.p2p__modal ol ol{margin:.5rem 0}.p2p ul li,.p2p ol li,.account ul li,.account ol li,.p2p__modal ul li,.p2p__modal ol li{margin:0}.p2p img,.p2p svg,.account img,.account svg,.p2p__modal img,.p2p__modal svg{object-fit:cover;outline:none;max-width:100%;height:auto}.p2p .container,.account .container,.p2p__modal .container{width:75rem;max-width:calc(100vw - 1rem);margin:0 auto}.p2p .row,.account .row,.p2p__modal .row{flex-wrap:wrap;width:calc(100% + 1.25rem);margin:0 -.625rem;display:flex}@media screen and (width<=767px){.p2p .row.row_m-revers,.account .row.row_m-revers,.p2p__modal .row.row_m-revers{flex-direction:column-reverse}}.p2p .col,.account .col,.p2p__modal .col{box-sizing:border-box;flex-direction:column;padding:0 .625rem;display:flex}.p2p .col.col_1,.account .col.col_1,.p2p__modal .col.col_1{width:8.3333%}.p2p .col.col_2,.account .col.col_2,.p2p__modal .col.col_2{width:16.666%}.p2p .col.col_3,.account .col.col_3,.p2p__modal .col.col_3{width:25%}.p2p .col.col_4,.account .col.col_4,.p2p__modal .col.col_4{width:33.3%}.p2p .col.col_5,.account .col.col_5,.p2p__modal .col.col_5{width:41.6667%}.p2p .col.col_6,.account .col.col_6,.p2p__modal .col.col_6{width:50%}.p2p .col.col_7,.account .col.col_7,.p2p__modal .col.col_7{width:58.3333%}.p2p .col.col_8,.account .col.col_8,.p2p__modal .col.col_8{width:66.6667%}.p2p .col.col_9,.account .col.col_9,.p2p__modal .col.col_9{width:75%}.p2p .col.col_10,.account .col.col_10,.p2p__modal .col.col_10{width:83.3333%}.p2p .col.col_11,.account .col.col_11,.p2p__modal .col.col_11{width:91.6667%}.p2p .col.col_12,.account .col.col_12,.p2p__modal .col.col_12{width:100%}@media (width<=1200px){.p2p .col.col_desktop-2,.account .col.col_desktop-2,.p2p__modal .col.col_desktop-2{width:16.66%}.p2p .col.col_desktop-3,.account .col.col_desktop-3,.p2p__modal .col.col_desktop-3{width:25%}.p2p .col.col_desktop-4,.account .col.col_desktop-4,.p2p__modal .col.col_desktop-4{width:33.3%}.p2p .col.col_desktop-5,.account .col.col_desktop-5,.p2p__modal .col.col_desktop-5{width:41.6667%}.p2p .col.col_desktop-6,.account .col.col_desktop-6,.p2p__modal .col.col_desktop-6{width:50%}.p2p .col.col_desktop-7,.account .col.col_desktop-7,.p2p__modal .col.col_desktop-7{width:58.3333%}.p2p .col.col_desktop-8,.account .col.col_desktop-8,.p2p__modal .col.col_desktop-8{width:66.6667%}.p2p .col.col_desktop-9,.account .col.col_desktop-9,.p2p__modal .col.col_desktop-9{width:75%}.p2p .col.col_desktop-10,.account .col.col_desktop-10,.p2p__modal .col.col_desktop-10{width:83.3333%}.p2p .col.col_desktop-11,.account .col.col_desktop-11,.p2p__modal .col.col_desktop-11{width:91.6667%}.p2p .col.col_desktop-12,.account .col.col_desktop-12,.p2p__modal .col.col_desktop-12{width:100%}}@media screen and (width<=991px){.p2p .col.col_tab-2,.account .col.col_tab-2,.p2p__modal .col.col_tab-2{width:16.66%}.p2p .col.col_tab-3,.account .col.col_tab-3,.p2p__modal .col.col_tab-3{width:25%}.p2p .col.col_tab-4,.account .col.col_tab-4,.p2p__modal .col.col_tab-4{width:33.3%}.p2p .col.col_tab-5,.account .col.col_tab-5,.p2p__modal .col.col_tab-5{width:41.6667%}.p2p .col.col_tab-6,.account .col.col_tab-6,.p2p__modal .col.col_tab-6{width:50%}.p2p .col.col_tab-7,.account .col.col_tab-7,.p2p__modal .col.col_tab-7{width:58.3333%}.p2p .col.col_tab-8,.account .col.col_tab-8,.p2p__modal .col.col_tab-8{width:66.6667%}.p2p .col.col_tab-9,.account .col.col_tab-9,.p2p__modal .col.col_tab-9{width:75%}.p2p .col.col_tab-10,.account .col.col_tab-10,.p2p__modal .col.col_tab-10{width:83.3333%}.p2p .col.col_tab-11,.account .col.col_tab-11,.p2p__modal .col.col_tab-11{width:91.6667%}.p2p .col.col_tab-12,.account .col.col_tab-12,.p2p__modal .col.col_tab-12{width:100%}}@media screen and (width<=767px){.p2p .col.col_mob-2,.account .col.col_mob-2,.p2p__modal .col.col_mob-2{width:16.66%}.p2p .col.col_mob-3,.account .col.col_mob-3,.p2p__modal .col.col_mob-3{width:25%}.p2p .col.col_mob-4,.account .col.col_mob-4,.p2p__modal .col.col_mob-4{width:33.3%}.p2p .col.col_mob-5,.account .col.col_mob-5,.p2p__modal .col.col_mob-5{width:41.6667%}.p2p .col.col_mob-6,.account .col.col_mob-6,.p2p__modal .col.col_mob-6{width:50%}.p2p .col.col_mob-7,.account .col.col_mob-7,.p2p__modal .col.col_mob-7{width:58.3333%}.p2p .col.col_mob-8,.account .col.col_mob-8,.p2p__modal .col.col_mob-8{width:66.6667%}.p2p .col.col_mob-9,.account .col.col_mob-9,.p2p__modal .col.col_mob-9{width:75%}.p2p .col.col_mob-10,.account .col.col_mob-10,.p2p__modal .col.col_mob-10{width:83.3333%}.p2p .col.col_mob-11,.account .col.col_mob-11,.p2p__modal .col.col_mob-11{width:91.6667%}.p2p .col.col_mob-12,.account .col.col_mob-12,.p2p__modal .col.col_mob-12{width:100%}}@media screen and (width<=579px){.p2p .col.col_mobp-2,.account .col.col_mobp-2,.p2p__modal .col.col_mobp-2{width:16.66%}.p2p .col.col_mobp-3,.account .col.col_mobp-3,.p2p__modal .col.col_mobp-3{width:25%}.p2p .col.col_mobp-4,.account .col.col_mobp-4,.p2p__modal .col.col_mobp-4{width:33.3%}.p2p .col.col_mobp-5,.account .col.col_mobp-5,.p2p__modal .col.col_mobp-5{width:41.6667%}.p2p .col.col_mobp-6,.account .col.col_mobp-6,.p2p__modal .col.col_mobp-6{width:50%}.p2p .col.col_mobp-7,.account .col.col_mobp-7,.p2p__modal .col.col_mobp-7{width:58.3333%}.p2p .col.col_mobp-8,.account .col.col_mobp-8,.p2p__modal .col.col_mobp-8{width:66.6667%}.p2p .col.col_mobp-9,.account .col.col_mobp-9,.p2p__modal .col.col_mobp-9{width:75%}.p2p .col.col_mobp-10,.account .col.col_mobp-10,.p2p__modal .col.col_mobp-10{width:83.3333%}.p2p .col.col_mobp-11,.account .col.col_mobp-11,.p2p__modal .col.col_mobp-11{width:91.6667%}.p2p .col.col_mobp-12,.account .col.col_mobp-12,.p2p__modal .col.col_mobp-12{width:100%}}.p2p .justify-end,.account .justify-end,.p2p__modal .justify-end{justify-content:flex-end!important}.p2p .justify-center,.account .justify-center,.p2p__modal .justify-center{justify-content:center}.p2p .justify-space-between,.account .justify-space-between,.p2p__modal .justify-space-between{justify-content:space-between}.p2p .d-flex,.account .d-flex,.p2p__modal .d-flex{display:flex}.p2p .direction-column,.account .direction-column,.p2p__modal .direction-column{flex-direction:column}.p2p .align-center,.account .align-center,.p2p__modal .align-center{align-items:center}.p2p .align-end,.account .align-end,.p2p__modal .align-end{align-items:flex-end}@media screen and (width<=767px){.p2p .justify-m-center,.account .justify-m-center,.p2p__modal .justify-m-center{justify-content:center}.p2p .justify-m-end,.account .justify-m-end,.p2p__modal .justify-m-end{justify-content:flex-end}.p2p .justify-m-start,.account .justify-m-start,.p2p__modal .justify-m-start{justify-content:flex-start}}@media screen and (width>=768px){.p2p .m-no-wrap,.account .m-no-wrap,.p2p__modal .m-no-wrap{flex-wrap:nowrap!important}}.p2p .w-100,.account .w-100,.p2p__modal .w-100{width:100%!important}.p2p .invalid-input,.account .invalid-input,.p2p__modal .invalid-input{border-bottom:2px solid red!important}.p2p .p-0,.account .p-0,.p2p__modal .p-0{padding:0!important}.p2p .pb-0,.account .pb-0,.p2p__modal .pb-0{padding-bottom:0!important}.p2p .b-0,.account .b-0,.p2p__modal .b-0{border:0!important}.p2p .m-0,.account .m-0,.p2p__modal .m-0{margin:0!important}.p2p .mb-0,.account .mb-0,.p2p__modal .mb-0{margin-bottom:0!important}.p2p .text-center,.account .text-center,.p2p__modal .text-center{text-align:center!important}.p2p .colorSecondary300,.account .colorSecondary300,.p2p__modal .colorSecondary300{color:#ebfbf7!important}.p2p .colorSecondary400,.account .colorSecondary400,.p2p__modal .colorSecondary400,.p2p .colorSecondary500,.account .colorSecondary500,.p2p__modal .colorSecondary500{color:#00e676!important}.p2p .colorTertiary300,.account .colorTertiary300,.p2p__modal .colorTertiary300{color:#ffebf1!important}.p2p .colorTertiary400,.account .colorTertiary400,.p2p__modal .colorTertiary400{color:#ff5285!important}.p2p .colorTertiary500,.account .colorTertiary500,.p2p__modal .colorTertiary500{color:#ff004c!important}.p2p .colorTertiary600,.account .colorTertiary600,.p2p__modal .colorTertiary600{color:#ff004d!important}.p2p .colorPrimary200,.account .colorPrimary200,.p2p__modal .colorPrimary200{color:#eee!important}.p2p .colorPrimary300,.account .colorPrimary300,.p2p__modal .colorPrimary300{color:#8f939c!important}.p2p .colorPrimary400,.account .colorPrimary400,.p2p__modal .colorPrimary400{color:#202639!important}.p2p .p2p-deal-header__currency,.account .p2p-deal-header__currency,.p2p__modal .p2p-deal-header__currency{color:#e8eaf0}.p2p .colorPrimary600,.account .colorPrimary600,.p2p__modal .colorPrimary600{color:#e5e5e5!important}.p2p .colorPrimary700,.account .colorPrimary700,.p2p__modal .colorPrimary700{color:#20263980!important}.p2p .colorQuartyty200,.account .colorQuartyty200,.p2p__modal .colorQuartyty200{color:#e0e4ec26!important}.p2p .colorQuartyty300,.account .colorQuartyty300,.p2p__modal .colorQuartyty300{color:#e0e4ec80!important}.p2p .colorQuartyty400,.account .colorQuartyty400,.p2p__modal .colorQuartyty400,.p2p .colorQuartyty500,.account .colorQuartyty500,.p2p__modal .colorQuartyty500{color:#e0e4ec!important}.p2p .bgcolorTertiary300,.account .bgcolorTertiary300,.p2p__modal .bgcolorTertiary300{color:#000;border-radius:2rem;padding:.25rem .5rem;font-size:.75rem;line-height:1rem;background-color:#ffebf1!important}.p2p ::-webkit-scrollbar{width:0;height:0}.account ::-webkit-scrollbar{width:0;height:0}.p2p__modal ::-webkit-scrollbar{width:0;height:0}.p2p ::-webkit-scrollbar-track{background:#fff}.account ::-webkit-scrollbar-track{background:#fff}.p2p__modal ::-webkit-scrollbar-track{background:#fff}.p2p ::-webkit-scrollbar-thumb{background-color:#00e676}.account ::-webkit-scrollbar-thumb{background-color:#00e676}.p2p__modal ::-webkit-scrollbar-thumb{background-color:#00e676}.p2p ::-webkit-scrollbar-thumb:hover{background-color:#00e676}.account ::-webkit-scrollbar-thumb:hover{background-color:#00e676}.p2p__modal ::-webkit-scrollbar-thumb:hover{background-color:#00e676}.p2p .p2p__tooltip,.account .p2p__tooltip,.p2p__modal .p2p__tooltip{color:#202639;box-sizing:border-box;background-color:#ffebf1;border-radius:1.25rem;max-width:100%;padding:1.5rem;font-size:1rem;font-weight:500;line-height:1.25rem}.p2p .p2p__tooltip:not(:last-child),.account .p2p__tooltip:not(:last-child),.p2p__modal .p2p__tooltip:not(:last-child){margin-bottom:1.5rem}.p2p .p2p__tooltip .p2p__tooltip,.account .p2p__tooltip .p2p__tooltip,.p2p__modal .p2p__tooltip .p2p__tooltip{padding:.75rem}.p2p .p2p__tooltip .tooltip__text,.account .p2p__tooltip .tooltip__text,.p2p__modal .p2p__tooltip .tooltip__text{white-space:normal;overflow-wrap:break-word;word-break:break-word}.p2p .p2p-merchant-application,.account .p2p-merchant-application,.p2p__modal .p2p-merchant-application{box-sizing:border-box;overflow-wrap:break-word;word-break:break-word;width:100%;max-width:min(45rem,100vw - 1.5rem);margin-inline:auto;padding-block:clamp(1rem,4vw,2rem);padding-inline:clamp(.75rem,4vw,1rem)}.p2p .p2p-merchant-application h1,.p2p .p2p-merchant-application .h2,.p2p .p2p-merchant-application h2,.p2p .p2p-merchant-application p,.p2p .p2p-merchant-application li,.account .p2p-merchant-application h1,.account .p2p-merchant-application .h2,.account .p2p-merchant-application h2,.account .p2p-merchant-application p,.account .p2p-merchant-application li,.p2p__modal .p2p-merchant-application h1,.p2p__modal .p2p-merchant-application .h2,.p2p__modal .p2p-merchant-application h2,.p2p__modal .p2p-merchant-application p,.p2p__modal .p2p-merchant-application li{overflow-wrap:break-word;word-break:break-word}.p2p .p2p-merchant-application .btn,.account .p2p-merchant-application .btn,.p2p__modal .p2p-merchant-application .btn{box-sizing:border-box;max-width:100%;margin-top:1.5rem}.p2p .p2p-merchant-application .p2p-merchant-requirements,.account .p2p-merchant-application .p2p-merchant-requirements,.p2p__modal .p2p-merchant-application .p2p-merchant-requirements{margin:0 0 1.25rem;padding:0;list-style:none}.p2p .p2p-merchant-application .p2p-merchant-requirements__item,.account .p2p-merchant-application .p2p-merchant-requirements__item,.p2p__modal .p2p-merchant-application .p2p-merchant-requirements__item{align-items:flex-start;gap:.625rem;display:flex}.p2p .p2p-merchant-application .p2p-merchant-requirements__item:not(:last-child),.account .p2p-merchant-application .p2p-merchant-requirements__item:not(:last-child),.p2p__modal .p2p-merchant-application .p2p-merchant-requirements__item:not(:last-child){margin-bottom:.85rem}.p2p .p2p-merchant-application .p2p-merchant-requirements__icon,.account .p2p-merchant-application .p2p-merchant-requirements__icon,.p2p__modal .p2p-merchant-application .p2p-merchant-requirements__icon{text-align:center;flex-shrink:0;width:1.25rem;font-size:1rem;font-weight:600;line-height:1.5rem}.p2p .p2p-merchant-application .p2p-merchant-requirements__icon--ok,.account .p2p-merchant-application .p2p-merchant-requirements__icon--ok,.p2p__modal .p2p-merchant-application .p2p-merchant-requirements__icon--ok{color:#00e676}.p2p .p2p-merchant-application .p2p-merchant-requirements__icon--no,.account .p2p-merchant-application .p2p-merchant-requirements__icon--no,.p2p__modal .p2p-merchant-application .p2p-merchant-requirements__icon--no{color:#ff5b5b}.p2p .p2p-merchant-application .p2p-merchant-requirements__icon--unknown,.account .p2p-merchant-application .p2p-merchant-requirements__icon--unknown,.p2p__modal .p2p-merchant-application .p2p-merchant-requirements__icon--unknown{color:#e8eaf080;font-weight:400}.p2p .p2p-merchant-application .p2p-merchant-requirements__label,.account .p2p-merchant-application .p2p-merchant-requirements__label,.p2p__modal .p2p-merchant-application .p2p-merchant-requirements__label{overflow-wrap:break-word;word-break:break-word;flex:1;min-width:0;font-size:1rem;line-height:1.5rem}.p2p .p2p-merchant-application .p2p-merchant-requirements__detail,.account .p2p-merchant-application .p2p-merchant-requirements__detail,.p2p__modal .p2p-merchant-application .p2p-merchant-requirements__detail{color:#e8eaf080;white-space:nowrap;font-size:.9375rem}@media screen and (width<=579px){.p2p .p2p-merchant-application .p2p-merchant-requirements__detail,.account .p2p-merchant-application .p2p-merchant-requirements__detail,.p2p__modal .p2p-merchant-application .p2p-merchant-requirements__detail{white-space:normal}}.p2p .tooltip__order,.account .tooltip__order,.p2p__modal .tooltip__order{flex-direction:column;display:flex}@media screen and (width>=992px){.p2p .tooltip__order,.account .tooltip__order,.p2p__modal .tooltip__order{flex-direction:row;justify-content:space-between}}.p2p .tooltip__order:not(:last-child),.account .tooltip__order:not(:last-child),.p2p__modal .tooltip__order:not(:last-child){border-bottom:1px solid #e5e5e5;margin-bottom:.75rem;padding-bottom:.75rem}.p2p .tooltip__order .order__header,.account .tooltip__order .order__header,.p2p__modal .tooltip__order .order__header{align-items:center;margin-bottom:1rem;display:flex}@media screen and (width>=992px){.p2p .tooltip__order .order__header,.account .tooltip__order .order__header,.p2p__modal .tooltip__order .order__header{width:50%;margin-bottom:0;margin-right:1rem}.p2p .tooltip__order .order__main,.account .tooltip__order .order__main,.p2p__modal .tooltip__order .order__main{width:40%}}.p2p .fontMiddle,.account .fontMiddle,.p2p__modal .fontMiddle{font-size:.875rem;line-height:1.5rem}.p2p .fontTiny,.account .fontTiny,.p2p__modal .fontTiny{font-size:.75rem;line-height:1rem}.p2p .datatext:not(:last-child),.account .datatext:not(:last-child),.p2p__modal .datatext:not(:last-child){margin-bottom:2rem}.p2p .datatext .datatext__list,.account .datatext .datatext__list,.p2p__modal .datatext .datatext__list{flex-wrap:wrap;align-items:center;width:calc(100% + 2rem);margin:0 -1rem -1rem;display:flex}.p2p .datatext .datatext__item,.account .datatext .datatext__item,.p2p__modal .datatext .datatext__item{align-items:center;margin-bottom:1rem;padding:0 1rem;display:flex}.p2p .datatext .datatext__title:not(:last-child),.account .datatext .datatext__title:not(:last-child),.p2p__modal .datatext .datatext__title:not(:last-child){margin-right:.25rem}.p2p .datatext .datatext__media,.account .datatext .datatext__media,.p2p__modal .datatext .datatext__media{align-items:flex-start;width:1rem;height:1rem;display:flex}.p2p .datatext .datatext__media img,.p2p .datatext .datatext__media svg,.account .datatext .datatext__media img,.account .datatext .datatext__media svg,.p2p__modal .datatext .datatext__media img,.p2p__modal .datatext .datatext__media svg{width:100%;height:100%}.p2p .cursor-pointer,.account .cursor-pointer,.p2p__modal .cursor-pointer{cursor:pointer}.p2p .empty_space,.account .empty_space,.p2p__modal .empty_space{color:#999;justify-content:center;align-items:center;height:50px;font-size:16px;display:flex}.account{color:#202639}.p2p,.p2p__modal{color:#e8eaf0}.p2p a,.p2p h1 a,.p2p h2 a,.p2p h3 a,.p2p h4 a,.p2p h5 a,.p2p h6 a,.p2p__modal 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:#e0e4eccc;text-decoration:none}.p2p 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 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{color:#e8eaf0;text-decoration:underline}.p2p .wrapper,.p2p__modal .wrapper{color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;box-shadow:0 4px 20px #0006}.p2p .group.group_secondary:not(:last-child),.p2p__modal .group.group_secondary:not(:last-child){border-bottom:1px solid #ffffff14}.p2p .group .group__main,.p2p__modal .group .group__main{background:#ffffff0a}.p2p .group .group__main.group__main_secondary,.p2p__modal .group .group__main.group__main_secondary{background:#00e67626}.p2p .p2p__reviews .result__date,.p2p__modal .p2p__reviews .result__date{color:#e8eaf080}.p2p .p2p__filter .action__item .action__title .title__text,.p2p__modal .p2p__filter .action__item .action__title .title__text{color:#e0e4eccc}.p2p .data .data__header .data__title,.p2p__modal .data .data__header .data__title{color:#e8eaf080}.p2p .data .data__main .data__text,.p2p__modal .data .data__main .data__text,.p2p .group .tags .tags__text,.p2p .tags .tags__text,.p2p__modal .group .tags .tags__text,.p2p__modal .tags .tags__text{color:#e0e4ec}.p2p .group .tags .tags__text--deal-buy,.p2p .tags .tags__text--deal-buy,.p2p__modal .group .tags .tags__text--deal-buy,.p2p__modal .tags .tags__text--deal-buy{color:#e0e4ec;border:1px solid #00e67638;background:#00e67626!important}.p2p .group .tags .tags__text--deal-sell,.p2p .tags .tags__text--deal-sell,.p2p__modal .group .tags .tags__text--deal-sell,.p2p__modal .tags .tags__text--deal-sell{color:#e0e4ec;border:1px solid #ff5b5b59;background:#ff5b5b24!important}.p2p .p2p__tooltip,.p2p__modal .p2p__tooltip{color:#e8eaf0;box-sizing:border-box;background-color:#0c1018;border:1px solid #ffffff14;max-width:100%}.p2p .p2p__tooltip .p2p__tooltip,.p2p__modal .p2p__tooltip .p2p__tooltip{background-color:#ffffff0a}.p2p .p2p__tooltip .tooltip__text,.p2p__modal .p2p__tooltip .tooltip__text{white-space:normal;overflow-wrap:break-word;word-break:break-word}.p2p .modal__main .p2p__tooltip--accent,.p2p__modal .modal__main .p2p__tooltip--accent{color:#e8eaf0;background:#00e67626;border:1px solid #00e67647}.p2p .modal__main .p2p__tooltip--accent .wysiwyg p,.p2p .modal__main .p2p__tooltip--accent .wysiwyg strong,.p2p__modal .modal__main .p2p__tooltip--accent .wysiwyg p,.p2p__modal .modal__main .p2p__tooltip--accent .wysiwyg strong{color:#e8eaf0}.p2p .modal__main .p2p__tooltip--card,.p2p__modal .modal__main .p2p__tooltip--card{color:#e8eaf0;background:#ffffff0a;border:1px solid #ffffff14}.p2p .modal__main .p2p__tooltip--card .modal__chat .chat__text,.p2p__modal .modal__main .p2p__tooltip--card .modal__chat .chat__text{color:#e0e4eccc}.p2p .tooltip__order:not(:last-child),.p2p__modal .tooltip__order:not(:last-child){border-bottom:1px solid #ffffff14}.p2p ::-webkit-scrollbar-track{background:#0c1018}.p2p__modal ::-webkit-scrollbar-track{background:#0c1018}.p2p ::-webkit-scrollbar-thumb{background-color:#ffffff14}.p2p__modal ::-webkit-scrollbar-thumb{background-color:#ffffff14}.p2p ::-webkit-scrollbar-thumb:hover{background-color:#8a9bb5}.p2p__modal ::-webkit-scrollbar-thumb:hover{background-color:#8a9bb5}.p2p .accordion .accordion__item .accordion__header .accordion__title .title__text,.p2p__modal .accordion .accordion__item .accordion__header .accordion__title .title__text{color:#e0e4ec}.p2p .accordion .accordion__main .wysiwyg p,.p2p__modal .accordion .accordion__main .wysiwyg p{color:#e8eaf0}.p2p .empty_space,.p2p__modal .empty_space{color:#e8eaf080}.flex-nowrap{flex-wrap:nowrap}.comment_label{margin-bottom:10px}.comment_text{margin-bottom:10px;margin-left:5px}.comment_footer{justify-content:flex-end;display:flex}.comment_btn_list{gap:10px;display:flex}.comment_date{color:#888;font-size:.9em}.comment_btn{margin-top:5px;padding:5px}.p2p .wysiwyg:not(:last-child),.account .wysiwyg:not(:last-child){margin-bottom:1.25rem}.p2p .wysiwyg ul,.p2p .wysiwyg p,.p2p .wysiwyg ol,.account .wysiwyg ul,.account .wysiwyg p,.account .wysiwyg ol{margin-bottom:0;padding:0}.p2p .wysiwyg ul:not(:last-child),.p2p .wysiwyg p:not(:last-child),.p2p .wysiwyg ol:not(:last-child),.account .wysiwyg ul:not(:last-child),.account .wysiwyg p:not(:last-child),.account .wysiwyg ol:not(:last-child){margin-bottom:1.25rem}.p2p .wysiwyg ul:empty,.p2p .wysiwyg p:empty,.p2p .wysiwyg ol:empty,.account .wysiwyg ul:empty,.account .wysiwyg p:empty,.account .wysiwyg ol:empty{display:none}.p2p .wysiwyg ul li:not(:last-child),.p2p .wysiwyg p li:not(:last-child),.p2p .wysiwyg ol li:not(:last-child),.account .wysiwyg ul li:not(:last-child),.account .wysiwyg p li:not(:last-child),.account .wysiwyg ol li:not(:last-child){margin-bottom:.5rem}.p2p .wysiwyg ol,.account .wysiwyg ol{counter-reset:my-awesome-counter;list-style:none}.p2p .wysiwyg ol li,.account .wysiwyg ol li{counter-increment:my-awesome-counter;padding-left:2rem;position:relative}.p2p .wysiwyg ol li:not(:last-child),.account .wysiwyg ol li:not(:last-child){margin-bottom:1.5rem}.p2p .wysiwyg ol li:before,.account .wysiwyg ol li:before{color:#fff;content:counter(my-awesome-counter);background-color:#202639;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.875rem;line-height:1rem;display:flex;position:absolute;top:-.125rem;left:0}.p2p .wysiwyg ol li strong:not(:last-child),.account .wysiwyg ol li strong:not(:last-child){margin-bottom:.75rem;display:block}.p2p .wysiwyg .link,.account .wysiwyg .link{color:#8f939c;cursor:pointer;font-size:.75rem;line-height:.75rem;text-decoration:none;transition:all .25s;position:relative}.p2p .wysiwyg .link:after,.account .wysiwyg .link:after{content:"";background-color:#8f939c;width:100%;height:1px;transition:all .25s;position:absolute;top:100%;left:0}.p2p .wysiwyg .link:hover,.account .wysiwyg .link:hover{color:#e0e4ec}.p2p .wysiwyg .link:hover:after,.account .wysiwyg .link:hover:after{background-color:#e0e4ec}.p2p .wysiwyg small,.account .wysiwyg small{font-size:.875rem;line-height:1rem;display:inline-block}.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{flex-direction:column;margin-bottom:.5rem;display:flex}@media screen and (width>=768px){.data .data__list.data__list_row .data__item{flex-direction:row;align-items:center}}.data .data__list.data__list_row .data__header:not(:last-child){margin-bottom:.25rem}@media screen and (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{flex-direction:row;align-items:center}.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{flex-wrap:wrap;margin:0 -1.25rem -1.25rem 0;display:flex}.data .data__list.data__list_column .data__item{flex-direction:column;margin:0 1.25rem 1.25rem 0;display:flex}.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{content:"";background-color:#ffebf1;border-radius:50%;width:1rem;height:1rem;position:absolute;top:.5rem;left:.5rem}.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:Helvetica,Arial,sans-serif;font-size:.875rem;line-height:1.25rem}.data .data__main{align-items:center;display:flex}.data .data__main .data__text{color:#202639;letter-spacing:-.1px;font-size:1rem;font-weight:500;line-height:1.25rem}.data .data__main .data__text:not(:last-child){margin-right:.5rem}.data .data__main .data__text.data__text_second{color:#e0e4ec;font-size:1.25rem;line-height:1.25rem}.data .data__main .data__ico{cursor:pointer;width:1rem;min-width:1rem;height:1rem}.data .data__main .data__ico:hover img path,.data .data__main .data__ico:hover svg path{fill:#e0e4ec80}.data .data__main .data__ico img,.data .data__main .data__ico svg{width:100%;height:100%}.data .data__main .data__ico img path,.data .data__main .data__ico svg path{fill:#8f939c;transition:all .25s}.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:#20263980}.p2p__chat_second{justify-content:flex-end;align-items:flex-end;height:100%;display:flex}.p2p__chat_second .control__list{gap:.75rem;display:flex}.p2p__chat_second .btn{min-width:10rem}@media screen and (width>=768px){.p2p__chat_second .btn{min-width:14rem}}.dataset{flex-wrap:wrap;align-items:center;width:calc(100% + 1.5rem);margin:0 -.75rem -.75rem;display:flex}.dataset .dataset__item{flex-direction:column;margin:0 .75rem .75rem;display:flex}.p2p .steps .steps__header:not(:last-child),.p2p .steps .steps__main:not(:last-child),.p2p .steps .steps__footer:not(:last-child){margin-bottom:1.5rem}.p2p .steps .steps__header .steps__list{justify-content:center;width:calc(100% + .75rem);margin:0 -.375rem;display:flex}@media screen and (width>=768px){.p2p .steps .steps__header .steps__list{width:calc(100% + 1rem);margin:0 -.5rem}}.p2p .steps .steps__header .steps__item{flex-direction:column;align-items:center;width:33.3%;padding:0 .375rem;display:flex;position:relative}@media screen and (width>=768px){.p2p .steps .steps__header .steps__item{padding:0 1.25rem}}.p2p .steps .steps__header .steps__item:not(:first-child):before{content:"";background-color:#eee;width:100%;height:.125rem;position:absolute;top:1rem;right:50%}.p2p .steps .steps__header .steps__item.steps__item_active:before{background-color:#202639}.p2p .steps .steps__header .steps__item.steps__item_active .steps__index{color:#fff;background-color:#202639}.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:#e8eaf0}.p2p .steps .steps__header .steps__index{color:#777a83;text-align:center;z-index:2;background-color:#eee;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .25s;display:flex;position:relative;box-shadow:0 0 0 .25rem #f6f6f6}.p2p .steps .steps__header .steps__index:not(:last-child){margin-bottom:4px}.p2p .steps .steps__header .steps__index .index__text{font-size:1.25rem;font-weight:500;line-height:1.25rem;display:block}.p2p .steps .steps__header .steps__title{color:#e8eaf080;text-align:center;font-weight:500;transition:all .25s}.p2p .steps .steps__header .steps__title .title__text{font-size:.75rem;line-height:.75rem;display:block}@media screen and (width>=992px){.p2p .steps .steps__header .steps__title .title__text{font-size:1rem;font-weight:500;line-height:1.25rem}}.p2p_header{box-sizing:border-box;-webkit-backdrop-filter:blur(12px);background:#0c1018bf;border-bottom:1px solid #ffffff14;width:100%;margin-top:-2rem;padding:.75rem 0}.p2p_header .container{box-sizing:border-box;min-width:0}@media screen and (width>=992px){.p2p_header{margin-top:-4.5rem}}.p2p_header .header__layout{justify-content:space-between;align-items:center;gap:.5rem;min-width:0;display:flex}.p2p_header .header__logo{flex-shrink:0}.p2p_header .header__logo .header__link{color:#e8eaf0;align-items:flex-start;transition:all .25s;display:flex}.p2p_header .header__logo .header__link:hover,.p2p_header .header__logo .header__link.active{color:#e0e4ec}.p2p_header .header__logo .header__text{font-size:.875rem;font-weight:400;line-height:1rem}@media screen and (width>=768px){.p2p_header .header__logo .header__text{font-size:1.25rem;font-weight:500;line-height:1.25rem}}.p2p_header .header__menu{flex:auto;justify-content:flex-end;min-width:0;display:flex}.p2p_header .header__menu .menu__list{flex-wrap:wrap;justify-content:flex-end;gap:.35rem 0;max-width:100%;display:flex}@media screen and (width>=992px){.p2p_header .header__menu .menu__list{flex-wrap:nowrap}}.p2p_header .header__menu .menu__item{display:flex}.p2p_header .header__menu .menu__item:not(:last-child){margin-right:.5rem}@media screen and (width>=768px){.p2p_header .header__menu .menu__item:not(:last-child){margin-right:1rem}}@media screen and (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{width:24px;height: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:#e8eaf0;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:#e0e4ec}@media screen and (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 (width>=992px){.p2p_header .header__menu .menu__item:nth-child(4) .menu__title{display:block}}.p2p_header .header__menu .menu__item .menu__link{color:#e8eaf0;align-items:center;min-width:0;display:flex;position:relative}.p2p_header .header__menu .menu__item .menu__link[class*=active],.p2p_header .header__menu .menu__item .menu__link:hover,.p2p_header .header__menu .menu__item .menu__link[class*=active] .menu__title .title__text,.p2p_header .header__menu .menu__item .menu__link:hover .menu__title .title__text{color:#e0e4ec}.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,.p2p_header .header__menu .menu__item .menu__link:hover .menu__media img,.p2p_header .header__menu .menu__item .menu__link:hover .menu__media svg{fill:#e0e4ec}.p2p_header .header__menu .menu__item .menu__media{width:1rem;height:1rem}@media screen and (width>=768px){.p2p_header .header__menu .menu__item .menu__media{width:1.25rem;height: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:#e8eaf0;width:100%;height:100%;transition:all .25s}.p2p_header .header__menu .menu__item .menu__title{display:none}@media screen and (width>=992px){.p2p_header .header__menu .menu__item .menu__title{display:block}}.p2p_header .header__menu .menu__item .menu__title .title__text{white-space:normal;overflow-wrap:anywhere;word-break:break-word;max-width:12rem;font-size:1.125rem;font-weight:400;line-height:1.5rem;transition:all .25s}@media screen and (width>=992px){.p2p_header .header__menu .menu__item .menu__title .title__text{max-width:none}}.p2p_header .header__menu .menu__item .menu__tooltip{text-align:center;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:1rem;height:1rem;display:flex;position:relative;top:-.5rem;right:-.25rem}.p2p_header .header__menu .menu__item .menu__tooltip .tooltip__text{color:#202639;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{content:"";background-color:#ffffff14;width:75rem;max-width:calc(100vw - 1rem);height:1px;position:absolute;top:calc(100% + 1.5rem);left:50%;transform:translate(-50%)}.p2p__info{grid-gap:1.5rem;grid-template-columns:1fr;display:grid}@media screen and (width>=768px){.p2p__info{grid-template-columns:3rem auto}}@media screen and (width>=992px){.p2p__info{grid-template-columns:3rem auto 18rem}}.p2p__info .info__media{align-items:center;width:3rem;height:3rem;display:flex}@media screen and (width>=768px){.p2p__info .info__footer{grid-column:span 2;padding:0 3rem;display:grid}}@media screen and (width>=992px){.p2p__info .info__footer{grid-column:unset;justify-content:center;align-items:center;padding:0;display:flex}}.p2p__info .info__footer .btn{width:auto}@media screen and (width>=992px){.p2p__info .info__footer .btn{width:100%}}.p2p__info .info__main{grid-gap:.75rem;grid-template-columns:1fr;display:grid}.p2p__info .info__title .title__text{color:#e8eaf0;font-size:1.25rem;font-weight:500;line-height:1.5rem}.p2p__info .info__data{margin:0!important}.p2p__info .info__data ul{color:#e8eaf0;opacity:.5;grid-gap:.75rem;grid-template-columns:1fr;margin:0;padding:0;font-size:.875rem;line-height:1rem;list-style:none;display:grid}.p2p__info .info__help{color:#e0e4eccc;grid-gap:1rem;grid-template-columns:1rem auto;font-size:.875rem;line-height:1rem;display:grid}.p2p__info .info__subtitle{color:#e8eaf0;opacity:.5;font-size:.75rem;line-height:1rem}@media screen and (width>=768px){.p2p__info .info__subtitle{font-size:.875rem;line-height:1rem}}@media screen and (width>=768px){.appeal__help{grid-template-columns:1fr 1fr}}.p2p__head{flex-wrap:wrap;display:flex}@media screen and (width>=768px){.p2p__head{flex-wrap:nowrap;align-items:center}}.p2p__head .head__media{flex-shrink:0;width:1.5rem;height:1.5rem}@media screen and (width>=768px){.p2p__head .head__media{width:3rem;height:3rem}}.p2p__head .head__media:not(:last-child){margin-right:.5rem}@media screen and (width>=768px){.p2p__head .head__media:not(:last-child){margin-right:1.5rem}}.p2p__head .head__main{flex-direction:column;width:calc(100% - 2rem);margin-bottom:.5rem;display:flex}@media screen and (width>=768px){.p2p__head .head__main{margin-bottom:0;margin-right:1.5rem}}.p2p__head .head__title{color:#e8eaf0;font-size:1rem;font-weight:500;line-height:1.25rem}@media screen and (width>=768px){.p2p__head .head__title{font-size:1.25rem;line-height:1.5rem}}.p2p__head .head__subtitle{color:#e8eaf0;opacity:.5;font-size:.75rem;line-height:1rem}@media screen and (width>=768px){.p2p__head .head__subtitle{font-size:.875rem;line-height:1rem}}.p2p__head .head__footer{justify-content:center;width:100%;display:flex}@media screen and (width>=768px){.p2p__head .head__footer{justify-content:flex-start;width:auto;margin-left:auto}}.p2p__head .head__clock{align-items:center;display:flex}.p2p__head .head__clock .clock__item{color:#06080e;text-align:center;background-color:#e0e4eccc;border-radius:1.25rem;justify-content:center;align-items:center;width:2.5rem;height:2rem;font-size:1.25rem;font-weight:600;line-height:1.5rem;display:flex}.p2p__head .head__clock .clock__item_small{color:#06080e;text-align:center;background-color:#e0e4eccc;border-radius:1.25rem;justify-content:center;align-items:center;width:2rem;height:1.5rem;font-size:1rem;font-weight:400;line-height:1rem;display:inline-flex}.p2p__head .head__clock .clock__delivery{color:#e0e4eccc;margin:0 .25rem;font-size:1.25rem;line-height:1.5rem}.p2p__chat{flex-direction:column;align-items:flex-end;display:none}@media screen and (width>=992px){.p2p__chat{display:flex}}.p2p__chat.p2p__chat_second{flex-direction:row;justify-content:flex-end;align-items:flex-end;height:100%;display:flex}.p2p__chat .chat__preview{display:none}@media screen and (width<=767px){.p2p__chat .chat__preview{z-index:11;display:flex;position:fixed;bottom:1rem;right:1rem}}.p2p__chat .chat__preview .preview__media{align-items:flex-start;width:3rem;min-width:3rem;height:3rem;display:flex}.p2p__chat .chat__preview .preview__media img,.p2p__chat .chat__preview .preview__media svg{width:100%;height:100%}.p2p__chat .chat__layout{display:none}@media screen and (width>=768px){.p2p__chat .chat__layout{display:block}}.p2p__chat .chat__widget .chat__preview{display:none}@media screen and (width>=768px){.p2p__chat .chat__widget .chat__preview{display:flex}}.p2p__chat .chat__widget .chat__preview .preview__media{align-items:flex-start;width:1rem;min-width:1rem;height:1rem;display:flex}.p2p__chat .chat__widget .chat__control .control__list{width:calc(100% + 1.5rem);margin:0 -.75rem -1.5rem;display:flex}.p2p__chat .chat__widget .chat__control .control__item{width:1.5rem;height:1.5rem;margin:0 .75rem 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{width:100%;height:100%}.layout__chat{flex-direction:column;align-items:center;padding:2rem 0;display:flex}@media screen and (width<=991px){.layout__chat.layout__chat_active .chat__layout{display:grid}}@media screen and (width>=768px){.layout__chat{padding:0}}.chat__preview{grid-gap:.25rem;background-color:#ebfbf7;border:1px solid #00e676;border-radius:2rem;grid-template-columns:1rem auto;align-items:center;margin:0 auto .5rem;padding:.5rem;font-size:1rem;font-weight:500;line-height:1rem;display:grid}@media screen and (width>=768px){.chat__preview{margin-left:auto}}@media screen and (width>=992px){.chat__preview{display:none}}.chat__preview .chat__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat__layout{grid-gap:.5rem;background:#ffffff08;border:1px solid #ffffff14;border-radius:1.5rem;grid-template-columns:1fr;padding:.75rem;display:none;box-shadow:0 4px 20px #0006}@media screen and (width>=992px){.chat__layout{display:grid}}.chat__layout .chat__header{grid-gap:.25rem .5rem;background:#ffffff0a;border-radius:1.5rem;grid-template-columns:2.5rem auto;padding:.75rem;display:grid}.chat__layout .chat__header .chat__avatar{text-align:center;background:linear-gradient(135deg,#8a9bb5,#1a3a6e);border-radius:50%;grid-row:span 2;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;font-weight:500;line-height:1.5rem;display:flex}.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{justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.chat__layout .chat__header .chat__subtitle{color:#e8eaf0;font-size:.875rem;line-height:1rem}.chat__layout .chat__header .btn__small{height:1.5rem;padding:.5rem;font-size:.75rem}.chat__layout .chat__main{grid-gap:.5rem;grid-template-columns:1fr;align-items:flex-end;height:clamp(18rem,50vh,25rem);display:grid;overflow-y:auto}.chat__layout .chat__day{grid-gap:.75rem;grid-template-columns:1fr;display:grid}.chat__layout .chat__day .day__header{text-align:center}.chat__layout .chat__day .day__title{color:#e8eaf080;font-size:.75rem;line-height:1rem}.chat__layout .chat__day .chat__list{flex-direction:column;grid-template-columns:1fr;gap:.75rem;display:flex}.chat__layout .chat__tooltip{grid-gap:.5rem;color:#e8eaf0;border-radius:.75rem;grid-template-columns:1.125rem auto;margin-bottom:.5rem;padding:.75rem;font-size:.75rem;line-height:1rem;display:grid}.chat__layout .chat__tooltip .tooltip__main p,.chat__layout .chat__tooltip .tooltip__main{color:#e8eaf0}.chat__layout .chat__tooltip.chat__tooltip_primary{background:#ffffff0a;border:1px solid #ffffff14}.chat__layout .chat__tooltip.chat__tooltip_secondary{color:#e8eaf0;background:#ff5b5b24;border:1px solid #ff5b5b59}.chat__layout .chat__tooltip.chat__tooltip_secondary .tooltip__main p,.chat__layout .chat__tooltip.chat__tooltip_secondary .tooltip__main,.chat__layout .chat__tooltip.chat__tooltip_secondary p,.chat__layout .chat__tooltip.chat__tooltip_secondary strong{color:#e8eaf0}.chat__layout .chat__message{grid-gap:.25rem;align-items:flex-end;width:100%;display:flex}.chat__layout .chat__message.chat__message_primary{margin-right:auto}@media screen and (width>=992px){.chat__layout .chat__message.chat__message_primary{padding-left:1.5rem}}.chat__layout .chat__message.chat__message_primary .message__layout{background-color:#00d09e14}.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:#e8eaf080}.chat__layout .chat__message.chat__message_secondary{flex-direction:row;grid-template-columns:1.5rem auto;margin-left:auto}@media screen and (width>=992px){.chat__layout .chat__message.chat__message_secondary{padding-right:1.5rem}}.chat__layout .chat__message.chat__message_secondary .message__layout{background:#ffffff0a;border:1px solid #ffffff14;border-radius:.75rem .75rem 0;margin-left:auto}.chat__layout .chat__message.chat__message_secondary .message__name{color:#e0e4eccc}.chat__layout .chat__message.chat__message_secondary .message__time{color:#e8eaf080}.chat__layout .chat__message.chat__message_tertiary{grid-template-columns:1.5rem auto}@media screen and (width>=992px){.chat__layout .chat__message.chat__message_tertiary{padding-right:1.5rem}}.chat__layout .chat__message.chat__message_tertiary .message__avatar{background:#ffffff0a}.chat__layout .chat__message.chat__message_tertiary .message__layout{color:#fff;background:linear-gradient(135deg,#8a9bb5,#1a3a6e)}.chat__layout .chat__message.chat__message_tertiary .message__name,.chat__layout .chat__message.chat__message_tertiary .message__time{color:#ffffffd9}.chat__layout .chat__message .message__avatar{text-align:center;background:linear-gradient(135deg,#8a9bb5,#1a3a6e);border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex}.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{width:1rem;height:1rem}.chat__layout .chat__message .message__layout{color:#e8eaf0;grid-gap:.25rem;border-radius:.75rem .75rem .75rem 0;grid-template-columns:1fr;padding:.5rem;display:grid}.chat__layout .chat__message .message__header{color:#e8eaf080;grid-gap:.5rem;grid-template-columns:auto auto;align-items:center;font-size:.75rem;line-height:1rem;display:grid}.chat__layout .chat__message .message__title{color:#e8eaf04d;font-size:.75rem;line-height:1rem}.chat__layout .chat__message .message__time{color:#e8eaf080;margin-left:auto;font-size:.75rem;font-weight:700;line-height:1rem}.chat__layout .chat__message .message__status{color:#e8eaf080;font-size:.75rem;font-weight:700;line-height:1rem}.chat__layout .chat__message .message__attach{grid-gap:0 .5rem;grid-template-columns:3rem auto;align-items:center;display:grid}.chat__layout .chat__message .message__attach .attach__ico{grid-row:span 2;height:3rem}.chat__layout .chat__message .message__attach .attach__title{color:#e8eaf0;font-size:.875rem;line-height:1rem}.chat__layout .chat__message .message__attach .attach__size{color:#e8eaf080;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;background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.5rem;flex-shrink:0;grid-template-columns:2.5rem auto 2.5rem;align-items:center;padding:.125rem .25rem;display:grid}.chat__layout .chat__footer .chat__attach{position:relative}.chat__layout .chat__footer .chat__attach:hover .attach__preview{background:#0c1018}.chat__layout .chat__footer .chat__attach:hover .attach__preview img,.chat__layout .chat__footer .chat__attach:hover .attach__preview svg{stroke:#e8eaf0}.chat__layout .chat__footer .chat__attach:hover .attach__dropdown{opacity:1;visibility:visible}.chat__layout .chat__footer .chat__attach .attach__preview{cursor:pointer;background:#ffffff0a;border-radius:50%;justify-content:center;align-items:center;height:2.5rem;transition:all .25s;display:flex}.chat__layout .chat__footer .chat__attach .attach__preview img,.chat__layout .chat__footer .chat__attach .attach__preview svg{stroke:#e8eaf080;width:1rem;height:1rem;transition:all .25s}.chat__layout .chat__footer .chat__attach .attach__dropdown{z-index:2;opacity:0;visibility:hidden;background:#0c1018;border:1px solid #ffffff14;border-radius:1.5rem;min-width:min(15rem,100vw - 2rem);max-width:calc(100vw - 2rem);padding:.75rem;transition:all .25s .5s;position:absolute;bottom:calc(100% + 1rem);left:0;box-shadow:0 4px 20px #0006}.chat__layout .chat__footer .chat__attach .attach__dropdown .dropdown__list{grid-gap:.75rem;grid-template-columns:1fr;display:grid}.chat__layout .chat__footer .chat__attach .attach__dropdown .dropdown__list .dropdown__item{grid-gap:.5rem;grid-template-columns:1fr;font-size:.875rem;line-height:1rem;display:grid}.chat__layout .chat__footer .chat__attach .attach__dropdown .dropdown__list dl{align-items:center;gap:.25rem;display:flex}.chat__layout .chat__footer .chat__attach .attach__dropdown .dropdown__list dt{color:#e8eaf080}.chat__layout .chat__footer .chat__attach .attach__dropdown .dropdown__list dd{color:#e8eaf0}.chat__layout .chat__footer .chat__attach .file__selected{background:#0c1018}.chat__layout .chat__footer .chat__attach .file__selected img,.chat__layout .chat__footer .chat__attach .file__selected svg{stroke:#e8eaf0}.chat__layout .chat__footer .chat__attach .delete__button{border-top:1px solid #ffffff14;margin-top:10px;padding-top:10px}.chat__layout .chat__footer .chat__field .chat__input{color:#e8eaf0;text-overflow:ellipsis;box-sizing:border-box;appearance:none;resize:none;background:#06080e;border:0;border-radius:1.5rem;outline:none;width:100%;height:100%;max-height:200px;margin:0;padding:.75rem;font-family:Helvetica,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:2.5rem;overflow-y:auto}.chat__layout .chat__footer .chat__action{cursor:pointer;background:#ffffff0a;border-radius:50%;justify-content:center;align-items:center;height:2.5rem;transition:all .25s;display:flex}.chat__layout .chat__footer .chat__action:hover{background:#0c1018}.chat__layout .chat__footer .chat__action:hover img,.chat__layout .chat__footer .chat__action:hover svg{fill:#e8eaf0}.chat__layout .chat__footer .chat__action img,.chat__layout .chat__footer .chat__action svg{fill:#e8eaf080;width:1rem;height:1rem;transition:all .25s}.chat__layout .chat__footer .file-input{border:1px solid #ffffff14;border-radius:4px;justify-content:space-between;align-items:center;max-width:500px;padding:10px;display:flex}.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{color:red;cursor:pointer;background:0 0;border:none;font-size:20px}.chat__layout .chat__footer .action__selected{background:#0c1018}.chat__layout .chat__footer .action__selected img,.chat__layout .chat__footer .action__selected svg{fill:#e8eaf0}.chat__layout .preview-container{justify-content:center;align-items:center;display:flex}.chat__layout .preview-container .preview-media{object-fit:contain;border-radius:.75rem;width:100%;height:100%}.p2p__user .user__database:not(:last-child){margin-bottom:2rem}@media screen and (width>=992px){.p2p__user .user__database:not(:last-child){margin-bottom:3rem}}.p2p__user .user__database .database__header{color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;border-radius:1.25rem;padding:1.5rem;box-shadow:0 4px 20px #0006}.p2p__user .user__database .database__header:not(:last-child){margin-bottom:1.5rem}.p2p__user .user__database .database__about{flex-direction:column;margin-bottom:2rem;display:flex}@media screen and (width>=768px){.p2p__user .user__database .database__about{flex-direction:row;align-items:center}}@media screen and (width>=992px){.p2p__user .user__database .database__about{margin-bottom:0}}.p2p__user .user__database .database__about:not(:last-child){margin-bottom:1.5rem;box-shadow:0 .25rem .75rem #00000008}.p2p__user .user__database .database__about .about__avatar{align-items:flex-start;width:2.5rem;height:2.5rem;margin-bottom:.5rem;display:flex}@media screen and (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:#e0e4eccc;font-size:1.25rem;font-weight:500;line-height:1.25rem}.p2p__user .user__database .database__about .about__data .data__list{flex-wrap:wrap;width:calc(100% + 1.5rem);margin:0 -1.5rem -.5rem 0;display:flex}.p2p__user .user__database .database__about .about__data .data__item{color:#00e676;align-items:center;margin:0 1.5rem .5rem 0;display:flex}.p2p__user .user__database .database__about .about__data .data__item.data__item_secondary{color:#e8eaf080}.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:#e8eaf080}.p2p__user .user__database .database__about .about__data .data__media{align-items:flex-start;width:.75rem;height:.75rem;display:flex;transform:translateY(-.125rem)}.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{width:100%;height:100%}@media screen and (width>=992px){.p2p__user .user__database .database__action{align-items:center;height:100%;display:flex}}.p2p__user .user__database .database__action .action__list{flex-wrap:wrap;width:calc(100% + 2rem);margin:0 -1rem -1rem;display:flex}@media screen and (width>=992px){.p2p__user .user__database .database__action .action__list{justify-content:flex-end}}.p2p__user .user__database .database__action .action__item{width:100%;margin:0 1rem 1rem 0}@media screen and (width>=768px){.p2p__user .user__database .database__action .action__item{width:auto}}.p2p__user .user__database .database__groups .groups__col{flex-direction:column;height:100%;display:flex}.p2p__user .user__database .database__groups .groups__list{margin-bottom:-1.25rem}.p2p__user .user__database .database__groups .groups__item{color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;border-radius:1.25rem;flex-direction:column;justify-content:space-between;height:100%;min-height:7.125rem;margin-bottom:1.25rem;padding:1.5rem;font-size:.75rem;line-height:1rem;display:flex;box-shadow:0 4px 20px #0006}@media screen and (width>=992px){.p2p__user .user__database .database__groups .groups__item{flex-direction:row;align-items:center;min-height:0}}.p2p__user .user__database .database__groups .group__header:not(:last-child){margin-bottom:.75rem}@media screen and (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:#e8eaf080}.p2p__user .user__database .database__groups .group__header .group__data .data__list{display:flex}@media screen and (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:#00e676}.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;width:.75rem;height:.75rem;display:flex}.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{width:100%;height:100%}.p2p__user .user__database .database__groups .group__main{background:0 0;padding:0}.p2p__user .user__database .database__groups .group__main .group__value .data__text{color:#e8eaf0;white-space:nowrap;font-size:1.25rem;font-weight:500;line-height:1.25rem}.p2p__user .user__database .database__groups .groups__action{margin-top:auto;margin-bottom:1.25rem}@media screen and (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:1px solid #ffffff14;border-radius:1.5rem;overflow:hidden;box-shadow:0 .25rem .75rem #00000008}.p2p__user .user__payments .payments__header{background:#ffffff0a;border-bottom:1px solid #ffffff14;padding:1.5rem;display:flex}@media screen and (width>=992px){.p2p__user .user__payments .payments__header{align-items:center}}.p2p__user .user__payments .payments__header .payments__description{color:#e8eaf080;margin-bottom:1rem;font-size:.875rem;line-height:1.2rem}@media screen and (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:#e8eaf0}@media screen and (width>=992px){.p2p__user .user__payments .payments__header .payments__action{justify-content:flex-end;align-items:center;height:100%;display:flex}}.p2p__user .user__payments .payments__header .payments__action .action__list{flex-wrap:wrap;width:calc(100% + 2rem);margin:0 -1rem -1rem;display:flex}.p2p__user .user__payments .payments__header .payments__action .action__item{margin:0 1rem 1rem 0}.p2p__user .user__payments .payments__main{background:#ffffff08;padding:1.5rem}.p2p__user .user__payments .payments__list,.p2p__user .user__payments .payments__item{flex-direction:column;display:flex}@media screen and (width>=580px){.p2p__user .user__payments .payments__item{flex-direction:row;justify-content:space-between;align-items:center}}.p2p__user .user__payments .payments__item:not(:last-child){border-bottom:1px solid #ffffff14;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 (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 (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 (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:#e0e4eccc;font-size:1.125rem;line-height:1.5rem}.p2p__user .user__payments .payments__item .payment__action{justify-content:flex-end;align-items:center;height:100%;display:flex}.p2p__user .user__payments .payments__item .payment__action .action__list{width:calc(100% + .5rem);margin:0 -.25rem -1rem;display:flex}@media screen and (width>=992px){.p2p__user .user__payments .payments__item .payment__action .action__list{width:calc(100% + 2rem);margin:0 -1rem -1rem}}.p2p__user .user__payments .payments__item .payment__action .action__item{width:100%;margin-bottom:1rem;padding:0 .25rem}@media screen and (width>=992px){.p2p__user .user__payments .payments__item .payment__action .action__item{width:auto;padding:0 1rem}}.p2p__user .user__payments .payments__item .payment__action .btn{width:100%}@media screen and (width>=992px){.p2p__user .user__payments .payments__item .payment__action .btn{width:auto}}.p2p__user .user__payments .payments__item .payment__data .data__list{flex-direction:column;width:calc(100% + 2.5rem);margin:0 -1.25rem -.5rem;display:flex}@media screen and (width>=580px){.p2p__user .user__payments .payments__item .payment__data .data__list{flex-flow:wrap;margin-bottom:-1rem}}.p2p__user .user__payments .payments__item .payment__data .data__item{flex-direction:row;justify-content:space-between;margin-bottom:.5rem;padding:0 1.25rem;display:flex}@media screen and (width>=580px){.p2p__user .user__payments .payments__item .payment__data .data__item{flex-direction:column;justify-content:flex-start;max-width:14rem;margin-bottom:1rem}}.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:#e8eaf080;font-size:.875rem;line-height:1rem}.p2p__user .user__payments .payments__item .payment__data .data__value .data__text{color:#e8eaf0;font-size:1rem;font-weight:500;line-height:1.25rem}.p2p__user .user__testimonials{color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;border-radius:1.25rem;padding:1.5rem;box-shadow:0 4px 20px #0006}.p2p__user .user__testimonials .testimonials__header{border-bottom:1px solid #ffffff14;flex-direction:column;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}@media screen and (width>=992px){.p2p__user .user__testimonials .testimonials__header{flex-direction:row;align-items:center}}.p2p__user .user__testimonials .testimonials__rating{align-items:center;margin-bottom:1.5rem;display:flex}@media screen and (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:#e8eaf080;font-size:.875rem;line-height:1rem}.p2p__user .user__testimonials .testimonials__rating .rating__value .data__text{color:#e8eaf0;font-size:1.25rem;font-weight:500;line-height:1.5rem}@media screen and (width>=992px){.p2p__user .user__testimonials .testimonials__statistics{margin-left:auto}}.p2p__user .user__testimonials .testimonials__statistics .statistics__list{width:calc(100% + .5rem);margin:0 -.5rem -.5rem 0;display:flex}.p2p__user .user__testimonials .testimonials__statistics .statistics__item{border-radius:1.5rem;margin:0 .5rem .5rem 0;padding:.75rem .5rem;font-size:1rem;font-weight:500;line-height:1.25rem}.p2p__user .user__testimonials .testimonials__statistics .statistics__item.statistics__item_like{color:#00e676;background-color:#00e67626}.p2p__user .user__testimonials .testimonials__statistics .statistics__item.statistics__item_dislike{color:#ff5b5b;background-color:#ff5b5b24}.p2p__user .user__testimonials .testimonials__list{flex-direction:column;display:flex}.p2p__user .user__testimonials .testimonials__item{flex-direction:column;font-size:.875rem;line-height:1rem;display:flex}@media screen and (width>=992px){.p2p__user .user__testimonials .testimonials__item{flex-direction:row}}.p2p__user .user__testimonials .testimonials__item:not(:last-child){border-bottom:1px solid #ffffff14;margin-bottom:1.5rem;padding-bottom:1.5rem}.p2p__user .user__testimonials .testimonials__item .testimonial__header{align-items:center;margin-bottom:1.5rem;display:flex}@media screen and (width>=992px){.p2p__user .user__testimonials .testimonials__item .testimonial__header{margin-bottom:0}}.p2p__user .user__testimonials .testimonials__item .testimonial__avatar{width:2.5rem;height:2.5rem}.p2p__user .user__testimonials .testimonials__item .testimonial__avatar:not(:last-child){margin-right:1rem}.p2p__user .user__testimonials .testimonials__item .testimonial__data{flex-direction:column;display:flex}.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:#e0e4eccc;font-size:1.25rem;font-weight:500;line-height:1.5rem}.p2p__user .user__testimonials .testimonials__item .testimonial__data .testimonial__date .date__text{color:#e8eaf080;white-space:nowrap;font-size:.875rem;line-height:1rem}.p2p__user .user__testimonials .testimonials__item .testimonial__main{display:flex}.p2p__user .user__testimonials .testimonials__item .testimonial__media{align-items:flex-start;width:.75rem;min-width:.75rem;height:.75rem;display:flex}.p2p__user .user__testimonials .testimonials__item .testimonial__media:not(:last-child){margin-right:1.5rem}.p2p__user .user__blacklist{color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;border-radius:1.25rem;padding:1.5rem;box-shadow:0 4px 20px #0006}.p2p__user .user__blacklist .blacklist__list{flex-direction:column;display:flex}.p2p__user .user__blacklist .blacklist__item:not(:last-child){border-bottom:1px solid #ffffff14;margin-bottom:1.5rem;padding-bottom:1.5rem}.p2p__user .user__blacklist .blacklist__data{margin-bottom:1rem}@media screen and (width>=992px){.p2p__user .user__blacklist .blacklist__data{margin-bottom:0}}.p2p__user .user__blacklist .blacklist__data .data__list{width:calc(100% + 2.5rem);margin:0 -1.25rem -.5rem}@media screen and (width>=992px){.p2p__user .user__blacklist .blacklist__data .data__list{margin-bottom:-1rem}}@media screen and (width<=991px){.p2p__user .user__blacklist .blacklist__data .col:nth-child(2){order:3}}.p2p__user .user__blacklist .blacklist__data .data__item{flex-direction:column;justify-content:flex-start;margin-bottom:.5rem;padding:0 1.25rem;display:flex}.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:#e8eaf080;font-size:.875rem;line-height:1rem}.p2p__user .user__blacklist .blacklist__data .data__value .data__text{color:#e8eaf0;font-size:1rem;font-weight:500;line-height:1.25rem}@media screen and (width>=992px){.p2p__user .user__blacklist .blacklist__action{justify-content:flex-end;align-items:center;height:100%;display:flex}}.appeal__info{grid-gap:1.5rem;grid-template-columns:1fr;display:grid}@media screen and (width>=768px){.appeal__info{grid-template-columns:3rem auto}}@media screen and (width>=992px){.appeal__info{grid-template-columns:3rem auto 18rem}}.appeal__info .info__media{align-items:center;width:3rem;height:3rem;display:flex}@media screen and (width>=768px){.appeal__info .info__footer{grid-column:span 2;padding:0 3rem;display:grid}}@media screen and (width>=992px){.appeal__info .info__footer{grid-column:unset;justify-content:center;align-items:center;padding:0;display:flex}}.appeal__info .info__footer .btn{width:auto}@media screen and (width>=992px){.appeal__info .info__footer .btn{width:100%}}.appeal__info .info__main{grid-gap:.75rem;grid-template-columns:1fr;display:grid}.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{color:#202639;opacity:.5;grid-gap:.75rem;grid-template-columns:1fr;margin:0;padding:0;font-size:.875rem;line-height:1rem;list-style:none;display:grid}.appeal__info .info__help{color:#e0e4ec;grid-gap:1rem;grid-template-columns:1rem auto;font-size:.875rem;line-height:1rem;display:grid}.appeal__help{grid-gap:1rem;grid-template-columns:1fr;justify-content:center;width:100%;max-width:35rem;margin:0 auto 1.5rem;display:grid}@media screen and (width>=768px){.appeal__help{grid-template-columns:1fr 1fr}}.p2p__notification{z-index:11;cursor:move;-webkit-user-select:none;user-select:none;touch-action:none;position:fixed;top:50%;right:1rem;transform:translateY(-50%)}.p2p__notification.dragging{cursor:grabbing;opacity:.9}.p2p__notification.p2p__notification_active .notification__layout{max-height:20rem;padding:.75rem;overflow:hidden auto}.p2p__notification .notification__preview{color:#e8eaf0;cursor:pointer;background:#ffffff08;border:.25rem solid #ffffff14;border-radius:1.25rem;align-items:center;height:2.5rem;padding-right:0;transition:all .25s;display:flex}.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:#e0e4eccc}.p2p__notification .notification__preview:hover .preview__title{max-width:20rem}.p2p__notification .notification__preview:hover .preview__text{opacity:1;visibility:visible;transition-delay:.2s}.p2p__notification .preview__media--blink:before{content:"";background-color:#00e676;border:.125rem solid #fff;border-radius:50%;width:.75rem;height:.75rem;animation:2s ease-in-out infinite hide;position:absolute;top:.3rem;right:.25rem}.p2p__notification .preview__media{background-color:#ffffff0a;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;margin-right:0;transition:all .25s;display:flex;position:relative}.p2p__notification .preview__ico{fill:#e0e4eccc;width:1rem;height:1rem;transition:all .25s}.p2p__notification .preview__title{max-width:0;transition:all .25s}.p2p__notification .preview__text{white-space:nowrap;text-overflow:ellipsis;opacity:0;visibility:hidden;transition:all .25s;overflow:hidden}.p2p__notification .notification__layout{z-index:12;background:#0c1018;border-radius:1.25rem;width:18rem;max-height:0;padding:0 .75rem;transition:all .25s;position:absolute;top:50%;right:0;overflow:hidden;transform:translateY(-50%)}.p2p__notification .notification__header{text-align:center;align-items:center}.p2p__notification .notification__header:not(:last-child){margin-bottom:.75rem}.p2p__notification .notification__main{background:#ffffff0a;border-radius:1.25rem;padding:.75rem}.p2p__notification .notification__list{flex-direction:column;display:flex}.p2p__notification .notification__list:not(:last-child){margin-bottom:.5rem}.p2p__notification .notification__item{text-align:center;cursor:pointer;flex-direction:column;align-items:center;display:flex}.p2p__notification .notification__item:hover{text-decoration:underline}.p2p__notification .notification__title{text-align:center;color:#e8eaf0;font-weight:500}.p2p__notification .notification__title:not(:last-child){margin-bottom:.5rem}.p2p__notification .notification__text{text-align:center;color:#e8eaf080;font-size:.875rem;line-height:1rem}.notification__preview:hover,.notification__preview.active{padding-right:.5rem}.notification__preview:hover .preview__media,.notification__preview.active .preview__media{margin-right:.5rem}.notification__preview:hover .preview__ico,.notification__preview.active .preview__ico{fill:#e0e4eccc}.notification__preview:hover .preview__title,.notification__preview.active .preview__title{max-width:20rem}.notification__preview:hover .preview__text,.notification__preview.active .preview__text{opacity:1;visibility:visible;transition-delay:.2s}.notification__title___buy{color:#00e676}.notification__title__sell{color:#ff004c}@keyframes hide{0%{opacity:0}50%{opacity:1}to{opacity:0}}.notification__show{z-index:2010;color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;border-radius:.5rem;padding:.5rem 1rem;position:fixed;bottom:.75rem;right:.75rem;box-shadow:0 4px 20px #0006}@media screen and (width>=992px){.notification__show{border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;bottom:1rem;right:1rem}}@media screen and (width<=767px){.notification__show{border-radius:1.5rem;padding:.5rem .75rem;font-size:.75rem;box-shadow:0 2px 8px #00000026}}.notification__footer{color:#e8eaf080;cursor:pointer;text-align:center;border-top:1px solid #ffffff14;padding:.5rem;font-size:.75rem}.notification__footer:hover{text-decoration:underline}html,body,div,span,applet,object,iframe,main,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,button,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{font:inherit;vertical-align:baseline;box-sizing:border-box;border:0;outline:none;margin:0;padding:0}main,article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}html{color:#e8eaf0;background-color:#06080e;flex-direction:column;min-height:100vh;display:flex;overflow:hidden auto;font-family:Helvetica,Arial,sans-serif!important;font-size:4vw!important;line-height:1.5rem!important}@media screen and (width>=768px){html{font-size:1.9vw!important;line-height:1.25rem!important}}@media screen and (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__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,.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{color:#e8eaf0;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__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),.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){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__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,.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{color:#e8eaf0;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__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,.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{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__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,.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{color:#e0e4ec;font-weight:inherit}.layout h1,.layout .h1,.layout__header h1,.layout__header .h1,.layout__footer h1,.layout__footer .h1{font-size:1.5rem;font-weight:600;line-height:2rem}@media screen and (width>=992px){.layout h1,.layout .h1,.layout__header h1,.layout__header .h1,.layout__footer h1,.layout__footer .h1{font-size:3rem!important;line-height:3.5rem!important}}.layout h2,.layout .h2,.layout__header h2,.layout__header .h2,.layout__footer h2,.layout__footer .h2{font-weight:500;font-size:1.125rem!important;line-height:1.5rem!important}@media screen and (width>=992px){.layout h2,.layout .h2,.layout__header h2,.layout__header .h2,.layout__footer h2,.layout__footer .h2{font-size:2rem!important;line-height:2.5rem!important}}.layout h3,.layout .h3,.layout__header h3,.layout__header .h3,.layout__footer h3,.layout__footer .h3{font-size:1.5rem;font-weight:500;line-height:2rem}.layout h4,.layout .h4,.layout__header h4,.layout__header .h4,.layout__footer h4,.layout__footer .h4{font-size:1.25rem;font-weight:400;line-height:1.5rem}@media screen and (width>=768px){.layout h4,.layout .h4,.layout__header h4,.layout__header .h4,.layout__footer h4,.layout__footer .h4{font-weight:500}}.layout h5,.layout .h5,.layout__header h5,.layout__header .h5,.layout__footer h5,.layout__footer .h5{font-size:1.125rem;font-weight:400;line-height:1.5rem}.layout h6,.layout .h6,.layout__header h6,.layout__header .h6,.layout__footer h6,.layout__footer .h6{font-size:1rem;font-weight:500;line-height:1.5rem}.layout strong,.layout__header strong,.layout__footer strong{font-weight:500}.layout a,.layout__header a,.layout__footer a{color:#e8eaf080;text-decoration:none}.layout a:hover,.layout__header a:hover,.layout__footer a:hover{color:#e0e4ec;text-decoration:none}.layout ul,.layout p,.layout ol,.layout__header ul,.layout__header p,.layout__header ol,.layout__footer ul,.layout__footer p,.layout__footer ol{margin-bottom:0;padding:0}.layout ul,.layout ol,.layout__header ul,.layout__header ol,.layout__footer ul,.layout__footer ol{list-style:none}.layout ul ul,.layout ul ol,.layout ol ul,.layout ol ol,.layout__header ul ul,.layout__header ul ol,.layout__header ol ul,.layout__header ol ol,.layout__footer ul ul,.layout__footer ul ol,.layout__footer ol ul,.layout__footer ol ol{margin:.5rem 0}.layout ul li,.layout ol li,.layout__header ul li,.layout__header ol li,.layout__footer ul li,.layout__footer ol li{margin:0}.layout img,.layout svg,.layout__header img,.layout__header svg,.layout__footer img,.layout__footer svg{object-fit:cover;outline:none;max-width:100%;height:auto;max-height:100%}.layout sup,.layout .sup,.layout__header sup,.layout__header .sup,.layout__footer sup,.layout__footer .sup{color:#e0e4ec;font-size:.75rem;position:relative;top:-.25rem}.layout blockquote,.layout__header blockquote,.layout__footer blockquote{color:#8f939c;border-left:.125rem solid #e0e4ec;margin-bottom:2rem;padding-left:1.25rem;font-style:italic}.layout q,.layout .q,.layout__header q,.layout__header .q,.layout__footer q,.layout__footer .q{quotes:"«" "»";margin-bottom:1.5rem;display:block}.layout q q,.layout .q q,.layout__header q q,.layout__header .q q,.layout__footer q q,.layout__footer .q q{quotes:"„" "“"}.layout dl,.layout__header dl,.layout__footer dl{color:#8f939c;justify-content:space-between;align-items:center;width:calc(100% + 1.5rem);margin:0 -.75rem;font-size:.75rem;line-height:1rem;display:flex}.layout dl:not(:last-child),.layout__header dl:not(:last-child),.layout__footer dl:not(:last-child){margin-bottom:.5rem}.layout dl dt,.layout dl dd,.layout__header dl dt,.layout__header dl dd,.layout__footer dl dt,.layout__footer dl dd{padding:0 .75rem}.layout .container,.layout__header .container,.layout__footer .container{width:75rem;max-width:calc(100vw - 2rem);margin:0 auto}.layout .container.container_secondary,.layout__header .container.container_secondary,.layout__footer .container.container_secondary{width:66.5rem}.layout .row,.layout__header .row,.layout__footer .row{flex-wrap:wrap;width:calc(100% + 1.25rem);margin:0 -.625rem;display:flex}@media screen and (width>=992px){.layout .row.row_secondary,.layout__header .row.row_secondary,.layout__footer .row.row_secondary{width:calc(100% + 2.5rem);margin:0 -1.25rem}.layout .row.row_secondary .col,.layout__header .row.row_secondary .col,.layout__footer .row.row_secondary .col{padding:0 1.25rem}}@media screen and (width<=991px){.layout .row.row_t-revers,.layout__header .row.row_t-revers,.layout__footer .row.row_t-revers{flex-direction:column-reverse}}@media screen and (width<=767px){.layout .row.row_m-revers,.layout__header .row.row_m-revers,.layout__footer .row.row_m-revers{flex-direction:column-reverse}}.layout .col,.layout__header .col,.layout__footer .col{box-sizing:border-box;flex-direction:column;padding:0 .625rem;display:flex}.layout .col.col_1,.layout__header .col.col_1,.layout__footer .col.col_1{width:8.3333%}.layout .col.col_2,.layout__header .col.col_2,.layout__footer .col.col_2{width:16.666%}.layout .col.col_3,.layout__header .col.col_3,.layout__footer .col.col_3{width:25%}.layout .col.col_4,.layout__header .col.col_4,.layout__footer .col.col_4{width:33.3%}.layout .col.col_5,.layout__header .col.col_5,.layout__footer .col.col_5{width:41.6667%}.layout .col.col_6,.layout__header .col.col_6,.layout__footer .col.col_6{width:50%}.layout .col.col_7,.layout__header .col.col_7,.layout__footer .col.col_7{width:58.3333%}.layout .col.col_8,.layout__header .col.col_8,.layout__footer .col.col_8{width:66.6667%}.layout .col.col_9,.layout__header .col.col_9,.layout__footer .col.col_9{width:75%}.layout .col.col_10,.layout__header .col.col_10,.layout__footer .col.col_10{width:83.3333%}.layout .col.col_11,.layout__header .col.col_11,.layout__footer .col.col_11{width:91.6667%}.layout .col.col_12,.layout__header .col.col_12,.layout__footer .col.col_12{width:100%}@media (width<=1200px){.layout .col.col_desktop-2,.layout__header .col.col_desktop-2,.layout__footer .col.col_desktop-2{width:16.66%}.layout .col.col_desktop-3,.layout__header .col.col_desktop-3,.layout__footer .col.col_desktop-3{width:25%}.layout .col.col_desktop-4,.layout__header .col.col_desktop-4,.layout__footer .col.col_desktop-4{width:33.3%}.layout .col.col_desktop-5,.layout__header .col.col_desktop-5,.layout__footer .col.col_desktop-5{width:41.6667%}.layout .col.col_desktop-6,.layout__header .col.col_desktop-6,.layout__footer .col.col_desktop-6{width:50%}.layout .col.col_desktop-7,.layout__header .col.col_desktop-7,.layout__footer .col.col_desktop-7{width:58.3333%}.layout .col.col_desktop-8,.layout__header .col.col_desktop-8,.layout__footer .col.col_desktop-8{width:66.6667%}.layout .col.col_desktop-9,.layout__header .col.col_desktop-9,.layout__footer .col.col_desktop-9{width:75%}.layout .col.col_desktop-10,.layout__header .col.col_desktop-10,.layout__footer .col.col_desktop-10{width:83.3333%}.layout .col.col_desktop-11,.layout__header .col.col_desktop-11,.layout__footer .col.col_desktop-11{width:91.6667%}.layout .col.col_desktop-12,.layout__header .col.col_desktop-12,.layout__footer .col.col_desktop-12{width:100%}}@media screen and (width<=991px){.layout .col.col_tab-2,.layout__header .col.col_tab-2,.layout__footer .col.col_tab-2{width:16.66%}.layout .col.col_tab-3,.layout__header .col.col_tab-3,.layout__footer .col.col_tab-3{width:25%}.layout .col.col_tab-4,.layout__header .col.col_tab-4,.layout__footer .col.col_tab-4{width:33.3%}.layout .col.col_tab-5,.layout__header .col.col_tab-5,.layout__footer .col.col_tab-5{width:41.6667%}.layout .col.col_tab-6,.layout__header .col.col_tab-6,.layout__footer .col.col_tab-6{width:50%}.layout .col.col_tab-7,.layout__header .col.col_tab-7,.layout__footer .col.col_tab-7{width:58.3333%}.layout .col.col_tab-8,.layout__header .col.col_tab-8,.layout__footer .col.col_tab-8{width:66.6667%}.layout .col.col_tab-9,.layout__header .col.col_tab-9,.layout__footer .col.col_tab-9{width:75%}.layout .col.col_tab-10,.layout__header .col.col_tab-10,.layout__footer .col.col_tab-10{width:83.3333%}.layout .col.col_tab-11,.layout__header .col.col_tab-11,.layout__footer .col.col_tab-11{width:91.6667%}.layout .col.col_tab-12,.layout__header .col.col_tab-12,.layout__footer .col.col_tab-12{width:100%}}@media screen and (width<=767px){.layout .col.col_mob-2,.layout__header .col.col_mob-2,.layout__footer .col.col_mob-2{width:16.66%}.layout .col.col_mob-3,.layout__header .col.col_mob-3,.layout__footer .col.col_mob-3{width:25%}.layout .col.col_mob-4,.layout__header .col.col_mob-4,.layout__footer .col.col_mob-4{width:33.3%}.layout .col.col_mob-5,.layout__header .col.col_mob-5,.layout__footer .col.col_mob-5{width:41.6667%}.layout .col.col_mob-6,.layout__header .col.col_mob-6,.layout__footer .col.col_mob-6{width:50%}.layout .col.col_mob-7,.layout__header .col.col_mob-7,.layout__footer .col.col_mob-7{width:58.3333%}.layout .col.col_mob-8,.layout__header .col.col_mob-8,.layout__footer .col.col_mob-8{width:66.6667%}.layout .col.col_mob-9,.layout__header .col.col_mob-9,.layout__footer .col.col_mob-9{width:75%}.layout .col.col_mob-10,.layout__header .col.col_mob-10,.layout__footer .col.col_mob-10{width:83.3333%}.layout .col.col_mob-11,.layout__header .col.col_mob-11,.layout__footer .col.col_mob-11{width:91.6667%}.layout .col.col_mob-12,.layout__header .col.col_mob-12,.layout__footer .col.col_mob-12{width:100%}}.layout .h-100,.layout__header .h-100,.layout__footer .h-100{height:100%!important}.layout .w-100,.layout__header .w-100,.layout__footer .w-100{width:100%!important}.layout .pb-0,.layout__header .pb-0,.layout__footer .pb-0{padding-bottom:0!important}.layout .align-center,.layout__header .align-center,.layout__footer .align-center{align-items:center}.layout .align-start,.layout__header .align-start,.layout__footer .align-start{align-items:flex-start}.layout .align-end,.layout__header .align-end,.layout__footer .align-end{align-items:flex-end}.layout .justify-start,.layout__header .justify-start,.layout__footer .justify-start{justify-content:flex-start!important}.layout .justify-center,.layout__header .justify-center,.layout__footer .justify-center{justify-content:center!important}.layout .justify-between,.layout__header .justify-between,.layout__footer .justify-between{justify-content:space-between!important}.layout .justify-end,.layout__header .justify-end,.layout__footer .justify-end{justify-content:flex-end!important}.layout .mt-auto,.layout__header .mt-auto,.layout__footer .mt-auto{margin-top:auto!important}.layout .text-center,.layout__header .text-center,.layout__footer .text-center{text-align:center!important}.layout .text-end,.layout__header .text-end,.layout__footer .text-end{text-align:right!important}.layout .colorSecondary300,.layout__header .colorSecondary300,.layout__footer .colorSecondary300{color:#ebfbf7!important}.layout .colorSecondary400,.layout__header .colorSecondary400,.layout__footer .colorSecondary400,.layout .colorSecondary500,.layout__header .colorSecondary500,.layout__footer .colorSecondary500{color:#00e676!important}.layout .colorTertiary300,.layout__header .colorTertiary300,.layout__footer .colorTertiary300{color:#ffebf1!important}.layout .colorTertiary400,.layout__header .colorTertiary400,.layout__footer .colorTertiary400{color:#ff5285!important}.layout .colorTertiary500,.layout__header .colorTertiary500,.layout__footer .colorTertiary500{color:#ff004c!important}.layout .colorPrimary200,.layout__header .colorPrimary200,.layout__footer .colorPrimary200{color:#eee!important}.layout .colorPrimary300,.layout__header .colorPrimary300,.layout__footer .colorPrimary300{color:#8f939c!important}.layout .colorPrimary400,.layout__header .colorPrimary400,.layout__footer .colorPrimary400{color:#202639!important}.layout .colorQuartyty200,.layout__header .colorQuartyty200,.layout__footer .colorQuartyty200{color:#e0e4ec26!important}.layout .colorQuartyty300,.layout__header .colorQuartyty300,.layout__footer .colorQuartyty300{color:#e0e4ec80!important}.layout .colorQuartyty400,.layout__header .colorQuartyty400,.layout__footer .colorQuartyty400,.layout .colorQuartyty500,.layout__header .colorQuartyty500,.layout__footer .colorQuartyty500{color:#e0e4ec!important}.layout ::-webkit-scrollbar{width:0;height:0}.layout__header ::-webkit-scrollbar{width:0;height:0}.layout__footer ::-webkit-scrollbar{width:0;height:0}.layout ::-webkit-scrollbar-track{background:#fff}.layout__header ::-webkit-scrollbar-track{background:#fff}.layout__footer ::-webkit-scrollbar-track{background:#fff}.layout ::-webkit-scrollbar-thumb{background-color:#00e676}.layout__header ::-webkit-scrollbar-thumb{background-color:#00e676}.layout__footer ::-webkit-scrollbar-thumb{background-color:#00e676}.layout ::-webkit-scrollbar-thumb:hover{background-color:#00e676}.layout__header ::-webkit-scrollbar-thumb:hover{background-color:#00e676}.layout__footer ::-webkit-scrollbar-thumb:hover{background-color:#00e676}.layout .p-0,.layout__header .p-0,.layout__footer .p-0{padding:0!important}.wysiwyg{color:#e8eaf0}.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 ul,.wysiwyg p,.wysiwyg ol{margin-bottom:0;padding:0}.wysiwyg ul:not(:last-child),.wysiwyg p:not(:last-child),.wysiwyg ol:not(:last-child){margin-bottom:1.25rem}.wysiwyg ul:empty,.wysiwyg p:empty,.wysiwyg ol:empty{display:none}.wysiwyg ul li:not(:last-child),.wysiwyg p li:not(:last-child),.wysiwyg ol li:not(:last-child){margin-bottom:.5rem}.wysiwyg ul li{color:#e8eaf0;padding-left:1.5rem;position:relative}.wysiwyg ul li:not(:last-child){margin-bottom:1.5rem}.wysiwyg ul li:before{content:"";filter:brightness(0)saturate()invert(67%)sepia(74%)saturate(1047%)hue-rotate(2deg)brightness(103%)contrast(101%);background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='11'%20viewBox='0%200%2016%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.22223%2010.7013C5.99469%2010.7013%205.76726%2010.6142%205.59365%2010.44L0.260333%205.08939C-0.0867775%204.74104%20-0.0867775%204.17671%200.260333%203.82836C0.607554%203.48001%201.17027%203.48001%201.51749%203.82836L6.22223%208.5485L14.4825%200.261262C14.8297%20-0.0870874%2015.3924%20-0.0870874%2015.7397%200.261262C16.0868%200.609612%2016.0868%201.17394%2015.7397%201.52229L6.85081%2010.44C6.6772%2010.6142%206.44977%2010.7013%206.22223%2010.7013Z'%20fill='%23202639'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;width:1rem;height:.625rem;position:absolute;top:.4rem;left:0}.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{color:#06080e;content:counter(my-awesome-counter);background-color:#e0e4ec;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.875rem;line-height:1rem;display:flex;position:absolute;top:-.25rem;left:0}.wysiwyg h1{color:#e8eaf0}.wysiwyg i{font-style:italic}.wysiwyg small{font-size:.875rem;line-height:1rem;display:block}.transparentHalf{opacity:.5}.layout__main{background:radial-gradient(900px 500px at 15% -10%,#e0e4ec26,#0000 60%),radial-gradient(900px 500px at 85% 0,#2f81f71f,#0000 55%),radial-gradient(800px 500px at 60% 110%,#00e6761a,#0000 60%),#06080e;padding:2rem 0;overflow:hidden}@media screen and (width>=992px){.layout__main{padding:4.5rem 0}}.layout{font-size:.875rem;line-height:1.25rem}@media screen and (width>=992px){.layout{font-size:1.125rem;line-height:1.375rem}}.layout .layout__breadcrumb{z-index:2;position:relative}@media screen and (width>=992px){.layout .layout__breadcrumb{margin:-3rem 0}}.layout .layout__breadcrumb .breadcrumb__list{display:flex;overflow:auto hidden}.layout .layout__breadcrumb .breadcrumb__item:not(:last-child){margin-right:1.25rem}.layout .layout__breadcrumb .breadcrumb__item:not(:last-child):before{content:"";background-color:#e8eaf080;border-radius:50%;width:.25rem;height:.25rem;position:absolute;top:50%;left:calc(100% + .625rem);transform:translate(-50%,-50%)}.layout .layout__breadcrumb .breadcrumb__item:not(:last-child):hover .breadcrumb__text{color:#e0e4ec}.layout .layout__breadcrumb .breadcrumb__item:not(:last-child) .breadcrumb__text{cursor:pointer}.layout .layout__breadcrumb .breadcrumb__text{color:#e8eaf080;white-space:nowrap;font-size:.75rem;line-height:1.5rem;transition:all .25s}.layout .layout__section{padding:2rem 0}@media screen and (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__header:not(:last-child),.layout .layout__section .section__main:not(:last-child),.layout .layout__section .section__footer:not(:last-child){margin-bottom:2rem}@media screen and (width>=992px){.layout .layout__section .section__header:not(:last-child),.layout .layout__section .section__main:not(:last-child),.layout .layout__section .section__footer:not(:last-child){margin-bottom:4rem}}.layout .layout__section .section__content{margin-bottom:2rem}@media screen and (width>=992px){.layout .layout__section .section__content{margin-bottom:0}}.layout .section__navigation{justify-content:center;display:flex}.layout .section__navigation .navigation__arrow{cursor:pointer;align-items:flex-start;width:2.75rem;height:2.75rem;transition:all .25s;display:flex;transform:translate(0)}.layout .section__navigation .navigation__arrow.navigation__arrow_prev:hover{transform:translate(-.25rem)}.layout .section__navigation .navigation__arrow.navigation__arrow_next:hover{transform:translate(.25rem)}.layout .section__navigation .navigation__pagination{align-items:center;padding:0 .5rem;display:flex}.layout .section__navigation .navigation__pagination .pagination__list{justify-content:center;align-items:center;display:flex}.layout .section__navigation .navigation__pagination .pagination__item{color:#e8eaf080;cursor:pointer;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;font-weight:500;line-height:1rem;transition:all .25s;display:flex}.layout .section__navigation .navigation__pagination .pagination__item:hover{color:#e8eaf0}.layout .section__navigation .navigation__pagination .pagination__item.pagination__item_active{color:#e0e4ec}.layout .section__filter:not(:last-child),.layout .section__filter .filter__tags:not(:last-child){margin-bottom:2rem}@media screen and (width>=992px){.layout .section__filter .tags__list{padding:0 4rem}}.layout .section__filter .tags__item{padding:0 .25rem}.layout .section__filter .tags__item:hover .tags__text,.layout .section__filter .tags__item .tags__item_active .tags__text{color:#06080e;background-color:#e0e4ec}.layout .section__filter .tags__text{cursor:pointer;color:#e8eaf0;text-align:center;background-color:#ffffff0a;border-radius:1.5rem;padding:.75rem;font-weight:500;transition:all .25s;display:block}.layout__authorization .authorization__layout{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:1.5rem;box-shadow:0 4px 20px #0006}@media screen and (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__header:not(:last-child){margin-bottom:1.5rem}.layout__authorization .authorization__header h2{color:#e8eaf0}.layout__authorization .authorization__main:not(:last-child),.layout__authorization .authorization__group:not(:last-child){margin-bottom:1.5rem}.layout__authorization .authorization__forgot{color:#e8eaf080;text-align:center;cursor:pointer;font-weight:500;transition:all .25s}.layout__authorization .authorization__forgot:hover{color:#e0e4ec}.layout__authorization .authorization__change{color:#e0e4ec;text-align:center;cursor:pointer;font-weight:500;transition:all .25s;display:block}@media screen and (width>=992px){.layout__authorization .authorization__change{display:none}}.layout__authorization .authorization__change:hover{color:#e0e4eccc}.layout__authorization .authorization__navBetweenPages{color:#e0e4ec;text-align:center;cursor:pointer;font-weight:500;text-decoration:none;transition:all .25s;display:block}.layout__authorization .authorization__navBetweenPages:hover{color:#e0e4eccc}.layout__banner{background-color:#0c1018;border:1px solid #ffffff14;border-radius:1.25rem;padding:2rem;box-shadow:0 4px 20px #0006}.layout__banner .banner__layout{text-align:center;flex-direction:column;align-items:center;display:flex}@media screen and (width>=768px){.layout__banner .banner__layout{text-align:left;justify-content:center;align-items:flex-start;height:100%}}.layout__banner .banner__header,.layout__banner .banner__main,.layout__banner .banner__footer{width:100%}.layout__banner .banner__header:not(:last-child),.layout__banner .banner__main:not(:last-child),.layout__banner .banner__footer:not(:last-child){margin-bottom:1.5rem}@media screen and (width>=992px){.layout__banner .banner__header:not(:last-child),.layout__banner .banner__main:not(:last-child),.layout__banner .banner__footer:not(:last-child){margin-bottom:2rem}}.layout__banner .banner__footer{margin-top:auto}.layout__banner .banner__media{margin-bottom:2rem}@media screen and (width>=992px){.layout__banner .banner__media{margin-bottom:0}}.layout__groups{position:relative}.layout__groups .groups__background{justify-content:center;align-items:center;width:11.25rem;height:11.25rem;margin:0 auto;display:flex}.layout__groups .groups__background:not(:last-child){margin-bottom:1.25rem}@media screen and (width>=992px){.layout__groups .groups__background{width:14.5rem;height:14.5rem;position:absolute}.layout__groups .groups__background.groups__background_top-right{top:0;right:0}.layout__groups .groups__background.groups__background_top-center{top:0;left:50%;transform:translate(-50%)}.layout__groups .groups__background.groups__background_bottom-left{bottom:0;left:0}}.layout__groups .groups__background img,.layout__groups .groups__background svg{object-fit:contain;width:8.25rem;height:8.25rem}@media screen and (width>=992px){.layout__groups .groups__background img,.layout__groups .groups__background svg{width:100%;height:100%}}.layout__groups .groups__list{margin-bottom:-1rem}@media screen and (width>=992px){.layout__groups .groups__list{margin-bottom:-1.25rem}}.layout__groups .groups__item{color:#8f939c;background-color:#fff;border-radius:1.25rem;flex-direction:column;height:100%;margin-bottom:1rem;padding:1.5rem;display:flex;box-shadow:0 .25rem .75rem #00000008}@media screen and (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{padding:unset;background-color:unset;box-shadow:unset}.layout__groups .groups__media{align-items:flex-start;width:auto;height:4rem;display:flex}@media screen and (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 (width>=992px){.layout__groups .groups__media.groups__media_large{height:11rem}}.layout__groups .groups__media:not(:last-child),.layout__groups .groups__header:not(:last-child),.layout__groups .groups__main:not(:last-child),.layout__groups .groups__footer:not(:last-child){margin-bottom:1.5rem}@media screen and (width>=992px){.layout__groups .groups__media:not(:last-child),.layout__groups .groups__header:not(:last-child),.layout__groups .groups__main:not(:last-child),.layout__groups .groups__footer:not(:last-child){margin-bottom:2rem}}.layout__groups .groups__info{color:#fff;background-color:#202639;border-radius:1.25rem;padding:1.5rem}.layout__news .news__article{color:#202639}@media screen and (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{content:"";background-color:#eee;width:100%;height:.125rem;position:absolute;top:calc(100% + 2rem);left:0}.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{justify-content:flex-start;display:flex}@media screen and (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;margin-bottom:1.25rem;transition:all .25s;box-shadow:0 .25rem .75rem #00000008}.layout__news .news__list .news__item:hover{box-shadow:0 .25rem .75rem #0000001a}.layout__news .news__list .news__link{color:#202639;flex-direction:column;padding:1.5rem;display:flex}.layout__news .news__list .news__media{border-radius:1.25rem;align-items:flex-start;width:calc(100% + 3rem);margin:-1.5rem -1.5rem 1.5rem;display:flex;overflow:hidden}.layout__news .news__list .news__media img,.layout__news .news__list .news__media svg{width:100%;height:100%;transition:all .25s;transform:scale(1)}.layout__news .news__list .news__layout{flex-direction:column;display:flex}.layout__news .news__list .news__layout:not(:last-child),.layout__news .news__list .news__main:not(:last-child),.layout__news .news__list .news__footer:not(:last-child){margin-bottom:1.5rem}@media screen and (width>=992px){.layout__news .news__list .news__layout:not(:last-child),.layout__news .news__list .news__main:not(:last-child),.layout__news .news__list .news__footer: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{flex-direction:column;align-items:center;text-decoration:none;display:flex}.layout__offices .offices__map .map__preview{background-color:#20253a1a;border-radius:2rem;width:100%;padding:.625rem}@media screen and (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{border-radius:2rem;align-items:flex-start;padding-top:45%;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 30px #00000040}@media screen and (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{width:100%;height:100%;position:absolute;top:0;left:0}.layout__offices .map__action{justify-content:center;width:17.5rem;display:flex}.layout__offices .map__action .btn{width:100%}.layout__offices .offices__layout{flex-direction:column;margin-bottom:2.5rem;display:flex}.layout__offices .offices__layout .offices__header{justify-content:flex-start;display:flex}.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 (width>=992px){.layout__account{padding:3rem 0}}.layout__account .container{grid-gap:1.5rem;grid-template-columns:1fr;display:grid}@media screen and (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:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:.75rem;box-shadow:0 12px 30px #00000073}@media screen and (width>=768px){.layout__account .account__main{padding:1.5rem}}.layout__verification .verification__list{flex-direction:column;display:flex}.layout__verification .verification__item{grid-gap:1rem;grid-template-columns:1fr;display:grid}@media screen and (width>=768px){.layout__verification .verification__item{grid-gap:1.5rem}}.layout__verification .verification__item:not(:last-child){border-bottom:1px solid #ffffff14;margin-bottom:1rem;padding-bottom:1rem}@media screen and (width>=768px){.layout__verification .verification__item:not(:last-child){margin-bottom:1.5rem;padding-bottom:1.5rem}}.layout__verification .verification__header{grid-gap:1.5rem;grid-template-columns:1fr;justify-content:center;display:grid}@media screen and (width>=768px){.layout__verification .verification__header{grid-gap:0;grid-template-columns:auto auto;justify-content:space-between;align-items:center}}.layout__verification .verification__header.verification__header_secondary{grid-gap:1.5rem;grid-template-columns:1fr}@media (width>=1201px){.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 (width>=1201px){.layout__verification .verification__header.verification__header_secondary .verification__title{margin-right:unset}}.layout__verification .verification__header.verification__header_secondary .verification__action{justify-content:center}@media (width>=1201px){.layout__verification .verification__header.verification__header_secondary .verification__action{justify-content:flex-start}}.layout__verification .verification__header.verification__header_secondary .verification__action .btn{width:auto;min-width:17.75rem}@media (width>=1201px){.layout__verification .verification__header.verification__header_secondary .verification__action .btn{width:100%}}.layout__verification .verification__title{grid-gap:.5rem;grid-template-columns:auto 1.5rem;margin-right:auto;display:grid}@media screen and (width>=768px){.layout__verification .verification__title{margin-right:unset}}.layout__verification .verification__title .verification__text{color:#e8eaf0;margin:0}.layout__verification .verification__title .verification__status{align-items:flex-start;width:1.5rem;height:1.5rem;margin-right:auto;display:flex}.layout__verification .verification__action{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}@media screen and (width>=768px){.layout__verification .verification__action{flex-wrap:nowrap;justify-content:flex-start}}.layout__verification .verification__action .btn{color:#06080e;background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border:1px solid #e0e4ec4d;border-radius:12px;justify-content:center;align-items:center;min-width:17.75rem;height:40px;font-size:18px;line-height:22px;transition:transform .12s,box-shadow .12s;display:flex;box-shadow:0 18px 44px #e0e4ec33}.layout__verification .verification__action .btn:hover{transform:translateY(-1px);box-shadow:0 22px 52px #e0e4ec33}.layout__verification .verification__action .btn:active{transform:translateY(0);box-shadow:0 14px 36px #e0e4ec26}@media screen and (width>=768px){.layout__verification .verification__action .btn{width:100%}}.layout__verification .verification__action .btn-success,.layout__verification .verification__action .btn_success{color:#00e676;box-shadow:none;cursor:default;background:#00e67626;border:1px solid #00e676}.layout__verification .verification__action .btn-success:hover,.layout__verification .verification__action .btn_success:hover{box-shadow:none;transform:none}.layout__verification .verification__action .btn-warning,.layout__verification .verification__action .btn_warning{color:#e0e4ec;box-shadow:none;cursor:default;background:#e0e4ec1a;border:1px solid #e0e4ec}.layout__verification .verification__action .btn-warning:hover,.layout__verification .verification__action .btn_warning:hover{box-shadow:none;transform:none}.layout__verification .verification__action .btn-danger,.layout__verification .verification__action .btn_danger{color:#ff5b5b;box-shadow:none;cursor:default;background:#ff5b5b24;border:1px solid #ff5b5b}.layout__verification .verification__action .btn-danger:hover,.layout__verification .verification__action .btn_danger:hover{box-shadow:none;transform:none}.layout__verification .verification__action .btn_revert{color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;box-shadow:0 12px 22px #00000059}.layout__verification .verification__action .btn_revert:hover{background:#ffffff0f;transform:translateY(-1px);box-shadow:0 16px 28px #0000006b}.layout__verification .verification__main{grid-gap:1rem;grid-template-columns:1fr;padding-bottom:2rem;display:grid}@media screen and (width>=768px){.layout__verification .verification__main{grid-gap:1.5rem;padding-bottom:1.5rem}}.verification__data{grid-gap:1.5rem;grid-template-columns:1fr;justify-content:center;display:grid}@media screen and (width>=768px){.verification__data{grid-template-columns:1fr 1fr;justify-content:space-between}}.verification__advantages .advantages__list{grid-gap:.75rem;grid-template-columns:1fr;display:grid}.verification__advantages .advantages__item{color:#e8eaf080;grid-gap:.75rem;grid-template-columns:1.125rem auto;align-items:center;font-size:.875rem;line-height:1rem;display:grid}.verification__time{grid-gap:.25rem;order:-1;grid-template-columns:auto auto;align-items:center;display:grid}@media screen and (width>=768px){.verification__time{grid-gap:.5rem;text-align:right;order:unset;grid-template-columns:1fr;display:grid}}.verification__time .time__title{color:#e8eaf080;text-align:right;font-size:.875rem;line-height:1rem}.verification__time .time__value{color:#e8eaf0;font-size:1rem;font-weight:500;line-height:1.5rem}.verification__box .box__list{grid-gap:1.25rem;grid-template-columns:1fr;display:grid}@media screen and (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{color:#e8eaf0;grid-gap:.75rem;background:#ffffff08;border:1px solid #ffffff14;border-radius:1.5rem;grid-template-columns:1fr;padding:1.5rem;display:grid}.verification__box .box__main{color:#e8eaf080;font-size:.875rem;line-height:1rem}.verification__box .box__main .wysiwyg p:not(:last-child),.verification__box .box__main .wysiwyg ul:not(:last-child),.verification__box .box__main .wysiwyg li:not(:last-child){margin-bottom:.75rem}.verification__box .box__data .data__list{grid-gap:.75rem;grid-template-columns:1fr;margin:0;display:grid}.verification__box .box__data .data__item{grid-gap:.75rem;grid-template-columns:auto auto;justify-content:space-between;margin:0;display:grid}.verification__box .box__data .data__text{color:#e8eaf080}.verification__box .box__data .data__value{color:#e8eaf0}.verification__formular{grid-gap:1rem;display:grid;margin:0!important}@media screen and (width>=768px){.verification__formular{grid-gap:1.25rem}}.verification__formular .formular__group{grid-gap:1rem;grid-template-columns:1fr;display:grid}@media screen and (width>=768px){.verification__formular .formular__group{grid-gap:1.25rem;grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.verification__formular .formular__group{grid-template-columns:repeat(3,1fr)}}.verification__formular .form-item{margin:0}.verification__formular .form-item__header{margin-bottom:.5rem}.verification__formular .form-item__title{color:#e8eaf0;font-size:.875rem;font-weight:500;line-height:1.25rem}@media screen and (width>=768px){.verification__formular .form-item__title{font-size:1rem;line-height:1.5rem}}.verification__formular .form-item__sup{color:#ff5b5b}.verification__formular .form-item__footer{margin-top:.5rem}.verification__formular .form-item__error{color:#ff5b5b;margin-top:.25rem;font-size:14px;line-height:17px}.verification__information{color:#e8eaf080;font-size:.8125rem;line-height:1.125rem}@media screen and (width>=768px){.verification__information{font-size:.875rem;line-height:1rem}}.verification__examples{grid-gap:.75rem;grid-template-columns:1fr;display:grid}.verification__examples .examples__header .wysiwyg h3{color:#e8eaf0}.verification__examples .examples__list{grid-gap:1rem;grid-template-columns:1fr;display:grid}@media screen and (width>=768px){.verification__examples .examples__list{grid-gap:1.25rem;grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.verification__examples .examples__list{grid-template-columns:repeat(3,1fr)}}.verification__examples .examples__item{grid-gap:.5rem;grid-template-columns:1fr;justify-content:center;display:grid}.verification__examples .examples__media{border:1px solid #ffffff14;border-radius:1.5rem;width:100%;max-width:12rem;margin:0 auto;padding-top:50%;position:relative;overflow:hidden}@media screen and (width>=768px){.verification__examples .examples__media{width:14rem;max-width:14rem}}.verification__examples .examples__media img{object-fit:contain;width:100%;height:100%;position:absolute;top:0;left:0}.verification__examples .examples__footer{justify-content:center;display:flex}.verification__examples .examples__text{color:#e8eaf080;text-align:center;font-weight:500}.account__tooltip .tooltip__list{grid-gap:.75rem;grid-template-columns:1fr;display:grid}.account__tooltip .tooltip__item{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:.75rem 1rem}@media screen and (width>=768px){.account__tooltip .tooltip__item{padding:1rem 1.25rem}}.account__tooltip .tooltip__item_tertiary{background:#ff5b5b24;border:1px solid #ff5b5b}.account__tooltip .tooltip__text{color:#e8eaf0;font-size:.8125rem;line-height:1.125rem}@media screen and (width>=768px){.account__tooltip .tooltip__text{font-size:.875rem;line-height:1.25rem}}.account__instructions{grid-gap:1.5rem;grid-template-columns:1fr;display:grid}@media screen and (width>=768px){.account__instructions{grid-template-columns:1fr 1fr;align-items:center}}.account__instructions .instructions__header{grid-gap:.5rem;grid-template-columns:1fr;display:grid}@media screen and (width>=768px){.account__instructions .instructions__header{grid-column:span 2}}.account__instructions .instructions__description{color:#e8eaf080;font-size:.875rem;line-height:1rem}.account__instructions .instructions__description ul:not(:last-child),.account__instructions .instructions__description ol:not(:last-child),.account__instructions .instructions__description p:not(:last-child){margin-bottom:.5rem}.account__instructions .instructions__description strong{color:#ff5b5b;font-size:1rem;font-weight:500;line-height:1rem}.account__instructions .instructions__main{grid-gap:1.5rem;grid-template-columns:1fr;display:grid}@media screen and (width>=768px){.account__instructions .instructions__main{grid-template-columns:17.875rem auto}}.account__instructions .instructions__information{color:#e0e4ec;font-size:.875rem;line-height:1rem}@media screen and (width>=768px){.account__instructions .instructions__information,.account__instructions .instructions__steps{grid-column:span 2}}.account__instructions .instructions__steps .steps__list{grid-gap:.5rem;grid-template-columns:repeat(8,1fr);display:grid}.account__instructions .instructions__steps .steps__item{color:#e8eaf0;text-align:center;border:1px solid #ffffff14;border-radius:2rem;justify-content:center;align-items:center;width:3rem;height:3.625rem;font-size:2rem;line-height:2rem;display:flex}.account__instructions .instructions__media{order:-1;align-items:flex-start;width:19.5rem;height:17.5rem;margin:0 auto;display:flex}@media screen and (width>=768px){.account__instructions .instructions__media{order:2;margin:0}}.account__instructions .instructions__media img,.account__instructions .instructions__media svg{width:100%;height:100%}.rejection-reason{color:#e8eaf0;background:#ff5b5b24;border:1px solid #ff5b5b;border-radius:12px;padding:1rem 1.25rem;font-size:.875rem;line-height:1.25rem}.attach .attach__label{cursor:pointer;background:#ffffff05;border:2px dashed #ffffff14;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100px;padding:1.25rem;transition:all .15s;display:flex;position:relative}@media screen and (width>=768px){.attach .attach__label{border-radius:16px;min-height:120px;padding:1.5rem}}@media (width>=768px){.attach .attach__label{min-height:150px;padding:2rem}}.attach .attach__label:hover{background:#e0e4ec14;border-color:#e0e4ec}.attach .attach__label:active{transform:scale(.98)}.attach .attach__spinnerOverlay{border-radius:inherit;pointer-events:auto;cursor:wait;background:#0006;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.attach .attach__spinner{border:3px solid #ffffff1a;border-top-color:#e8eaf0;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite attach-spin}.attach .attach__input{display:none}@keyframes attach-spin{to{transform:rotate(360deg)}}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{color:#e8eaf0;margin-bottom:.5rem}.wysiwyg p{color:#e8eaf080;margin-bottom:.5rem}.wysiwyg ul,.wysiwyg ol{color:#e8eaf080;padding-left:1.25rem}.wysiwyg a{color:#e0e4ec;text-decoration:none}.wysiwyg a:hover{text-decoration:underline}.text-center{text-align:center}.error-message{color:#ff5b5b;background:#ff5b5b24;border:1px solid #ff5b5b33;border-radius:8px;padding:10px 14px;font-size:14px;line-height:17px;display:none}.error-message:not(:empty){display:block}.form-item__footer .error-message{margin-top:.5rem}.account__tooltip .tooltip__list{flex-direction:column;align-items:center;display:flex}@media screen and (width>=992px){.account__tooltip .tooltip__list{align-items:flex-start}}.account__tooltip .tooltip__item{border-radius:1.5rem;padding:.75rem;font-size:.875rem;font-weight:500;line-height:1rem}.account__tooltip .tooltip__item.tooltip__item_tertiary{background-color:#ff004c14}._swiperWrapper_c03z6_6{overscroll-behavior:none;width:100%;height:100%}._swiperWrapper_c03z6_6 .swiper-wrapper{overscroll-behavior:none}._swiperWrapper_c03z6_6 .swiper-slide{width:100%;height:auto}.swiper-scrollbar-right{background-color:#0000!important;left:auto!important;right:3px!important}.swiper-scrollbar-drag-purple{background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border-radius:2px}.swiper-scrollbar-drag-green{background:#00e67680;border-radius:2px}.swiper-scrollbar-drag-red{background:#ff5b5b80;border-radius:2px}.swiper-scrollbar-drag-purple-light{background:#e0e4ec59;border-radius:2px}.scrollbar-right-3px{background-color:#0000!important;left:auto!important;right:3px!important}._button_c03z6_51{color:#06080e;background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border:1px solid #e0e4ec4d;border-radius:12px;justify-content:center;align-items:center;gap:10px;height:40px;font-size:18px;line-height:22px;transition:transform .12s,box-shadow .12s;display:flex;box-shadow:0 4px 20px #e0e4ec33}._button_c03z6_51 span{font-size:18px;line-height:22px}@media (hover:hover){._button_c03z6_51:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 6px 28px #e0e4ec33}}._button_c03z6_51:not(:disabled):active{transform:translateY(0);box-shadow:0 2px 14px #e0e4ec1a}@media (width<=767.998px){._button_c03z6_51{height:35px;font-size:16px;line-height:19px}._button_c03z6_51 span{font-size:16px;line-height:19px}}@media (width<=575.998px){._button_c03z6_51{height:30px;font-size:14px;line-height:17px}._button_c03z6_51 span{font-size:14px;line-height:17px}}@media (hover:hover){._buttonWithImagePurple_c03z6_104:not(:disabled):hover img{filter:brightness(0)}}._buttonWithImagePurple_c03z6_104:not(:disabled):active img,._buttonWithImagePurple_c03z6_104 img{filter:brightness(0)}._buttonOutlined_c03z6_115{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;align-items:center;height:40px;font-size:18px;line-height:22px;transition:transform .12s,box-shadow .12s,background .12s;display:grid;box-shadow:0 8px 20px #00000059}@media (hover:hover){._buttonOutlined_c03z6_115:not(:disabled):hover{background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-1px);box-shadow:0 12px 28px #0000006b}}._buttonOutlined_c03z6_115:not(:disabled):active{background:#ffffff0f}@media (width<=767.998px){._buttonOutlined_c03z6_115{height:35px;font-size:16px;line-height:19px}._buttonOutlined_c03z6_115 span{font-size:16px;line-height:19px}}@media (width<=575.998px){._buttonOutlined_c03z6_115{height:30px;font-size:14px;line-height:17px}._buttonOutlined_c03z6_115 span{font-size:14px;line-height:17px}}._buttonActive_c03z6_163{color:#06080e;background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border:1px solid #e0e4ec4d;font-weight:600}@media (hover:hover){._buttonActive_c03z6_163:not(:disabled):hover{color:#06080e;box-shadow:0 6px 28px #e0e4ec33}}._buttonActive_c03z6_163:not(:disabled):active{color:#06080e;box-shadow:0 2px 14px #e0e4ec1a}._buttonColored_c03z6_180{color:#e8eaf0;border:0;border-radius:12px;height:40px;font-size:18px;font-weight:500;line-height:22px}@media (width<=767.998px){._buttonColored_c03z6_180{height:35px;font-size:16px;line-height:19px}._buttonColored_c03z6_180 span{font-size:16px;line-height:19px}}@media (width<=575.998px){._buttonColored_c03z6_180{height:30px;font-size:14px;line-height:17px}._buttonColored_c03z6_180 span{font-size:14px;line-height:17px}}._buttonGreen_c03z6_212{color:#06080e;background:#00e676;border:0;border-radius:12px;font-weight:500;box-shadow:0 4px 20px #00e67638}@media (hover:hover){._buttonGreen_c03z6_212:hover{box-shadow:0 6px 28px #00e67647}}._buttonGreen_c03z6_212:active{box-shadow:0 2px 14px #00e6762e}._buttonRed_c03z6_229{color:#e8eaf0;background:#ff5b5b;border:0;border-radius:12px;font-weight:500;box-shadow:0 4px 20px #ff5b5b38}@media (hover:hover){._buttonRed_c03z6_229:hover{box-shadow:0 6px 28px #ff5b5b47}}._buttonRed_c03z6_229:active{box-shadow:0 2px 14px #ff5b5b2e}._buttonLogout_c03z6_246{width:210px;height:30px;font-weight:500;box-shadow:0 8px 20px #00000059}@media (hover:hover){._buttonLogout_c03z6_246:not(:disabled):hover{box-shadow:0 12px 28px #0000006b}}._buttonLogout_c03z6_246:not(:disabled):active{box-shadow:0 6px 14px #0000004d}@media (width<=767.998px){._buttonLogout_c03z6_246{width:152px;height:29px;font-size:16px;line-height:19px}}._input_c03z6_269{color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;outline:none;width:100%;height:40px;padding-left:20px;font-size:18px;line-height:22px;transition:border-color .2s,box-shadow .2s;position:relative}._input_c03z6_269:focus{border-color:#e0e4ec;outline:none;box-shadow:0 0 12px #e0e4ec1a}._input_c03z6_269:read-only,._input_c03z6_269:disabled{color:#e8eaf080;background:#ffffff05}._input_c03z6_269::-webkit-input-placeholder{color:#e8eaf080}._input_c03z6_269:-moz-placeholder-shown{color:#e8eaf080;opacity:1}._input_c03z6_269::-moz-placeholder{color:#e8eaf080;opacity:1}._input_c03z6_269:-ms-placeholder-shown{color:#e8eaf080}._input_c03z6_269::placeholder{color:#e8eaf080}@media (width<=767.998px){._input_c03z6_269{height:35px;font-size:16px;line-height:19px}}@media (width<=575.998px){._input_c03z6_269{height:30px;padding-left:10px;font-size:14px;line-height:17px}}._pointer_c03z6_328{cursor:pointer}._rotate180_c03z6_332{transform:rotate(180deg)}._displayNone_c03z6_336{display:none!important}._swiperBody_c03z6_340{width:100vw;height:100vh}._wrapper_4g2bq_7{width:100%;height:fit-content;margin-top:28px}._borderWrapper_4g2bq_13{z-index:2;border-radius:10px 20px 20px;width:100%;padding-bottom:.016px;position:relative}._navWrapper_4g2bq_21{z-index:2;z-index:1;gap:5px;height:42px;display:flex;position:relative}@media (width<=767.998px){._navWrapper_4g2bq_21{height:29px}}@media (width<=575.998px){._navWrapper_4g2bq_21{gap:2px}}._navButton_4g2bq_40{color:#e8eaf0;background:#0c1018;border:1px solid #ffffff14;border-bottom:0;border-radius:10px 10px 0 0;width:200px;height:42px;margin:0;padding-top:4px;font-size:20px;line-height:24px}@media (width<=767.998px){._navButton_4g2bq_40{width:132px;height:29px;padding-top:3px;font-size:14px;line-height:17px}}@media (width<=575.998px){._navButton_4g2bq_40{width:85px;height:29px;padding-top:3px;font-size:14px;line-height:17px}}._navButton_4g2bq_40 span{color:#e8eaf0}._navButtonActive_4g2bq_75{background:#0c1018;border:1px solid #ffffff14;border-bottom:0;border-radius:8px 8px 0 0;width:196px;height:44px;padding-top:0}._navButtonActive_4g2bq_75 span{color:#e0e4ec;font-weight:600}@media (width<=767.998px){._navButtonActive_4g2bq_75{width:128px;height:31px}}@media (width<=575.998px){._navButtonActive_4g2bq_75{width:81px}}._typeActionButtonsWrapper_4g2bq_100{z-index:3;justify-content:center;width:262px;height:29px;display:none;position:absolute;top:0;right:0}@media (width<=575.998px){._typeActionButtonsWrapper_4g2bq_100{width:169px}}._typeActionButtonsWrapper_4g2bq_100 button{color:#e8eaf080;background-repeat:no-repeat;width:142px;height:100%;font-size:14px;font-weight:500;line-height:17px}@media (width<=575.998px){._typeActionButtonsWrapper_4g2bq_100 button{background-image:url("data:image/svg+xml,%3csvg%20width='93'%20height='29'%20viewBox='0%200%2093%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_1_10)'%3e%3cpath%20opacity='0.3'%20d='M0%2010C0%204.47715%204.47715%200%2010%200H93L78.5%2014.5L93%2029H0V10Z'%20fill='%23666666'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_10'%3e%3crect%20width='93'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:93px}}._typeActionButtonsWrapper_4g2bq_100 button._green_4g2bq_130{background-image:url("data:image/svg+xml,%3csvg%20width='142'%20height='29'%20viewBox='0%200%20142%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_1_8)'%3e%3cpath%20opacity='0.3'%20d='M0%2010C0%204.47715%204.47715%200%2010%200H142L127.5%2014.5L142%2029H0V10Z'%20fill='%23666666'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_8'%3e%3crect%20width='142'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");position:absolute;left:0}@media (width<=575.998px){._typeActionButtonsWrapper_4g2bq_100 button._green_4g2bq_130{background-image:url("data:image/svg+xml,%3csvg%20width='93'%20height='29'%20viewBox='0%200%2093%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_1_10)'%3e%3cpath%20opacity='0.3'%20d='M0%2010C0%204.47715%204.47715%200%2010%200H93L78.5%2014.5L93%2029H0V10Z'%20fill='%23666666'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_10'%3e%3crect%20width='93'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}}._typeActionButtonsWrapper_4g2bq_100 button._red_4g2bq_140{background-image:url("data:image/svg+xml,%3csvg%20width='142'%20height='29'%20viewBox='0%200%20142%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_1_4)'%3e%3cpath%20opacity='0.3'%20d='M0%200H132C137.523%200%20142%204.47715%20142%2010V29H0L14.5%2014.5L0%200Z'%20fill='%23666666'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_4'%3e%3crect%20width='142'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");position:absolute;right:0}@media (width<=575.998px){._typeActionButtonsWrapper_4g2bq_100 button._red_4g2bq_140{background-image:url("data:image/svg+xml,%3csvg%20width='93'%20height='29'%20viewBox='0%200%2093%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_1_6)'%3e%3cpath%20opacity='0.3'%20d='M0%200H83C88.523%200%2093%204.47715%2093%2010V29H0L14.5%2014.5L0%200Z'%20fill='%23666666'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_6'%3e%3crect%20width='93'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}}._typeActionButtonsWrapper_4g2bq_100 button._activeGreen_4g2bq_150{z-index:4;color:#06080e;background-image:url("data:image/svg+xml,%3csvg%20width='131'%20height='29'%20viewBox='0%200%20131%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_1_13)'%3e%3cpath%20d='M0%2010C0%204.47715%204.47715%200%2010%200H116.5L131%2014.5L116.5%2029H0V10Z'%20fill='%2300D09E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_13'%3e%3crect%20width='131'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:131px;font-weight:600}@media (width<=575.998px){._typeActionButtonsWrapper_4g2bq_100 button._activeGreen_4g2bq_150{background-image:url("data:image/svg+xml,%3csvg%20width='87'%20height='29'%20viewBox='0%200%2087%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_1_15)'%3e%3cpath%20d='M0%2010C0%204.48%204.48%200%2010%200H72.5L87%2014.5L72.5%2029H0V10Z'%20fill='%2300D09E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_15'%3e%3crect%20width='87'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:87px}}@media (hover:hover){._typeActionButtonsWrapper_4g2bq_100 button._activeGreen_4g2bq_150:hover{background-image:url("data:image/svg+xml,%3csvg%20width='131'%20height='29'%20viewBox='0%200%20131%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_2_21)'%3e%3cpath%20d='M0%2010C0%204.47715%204.47715%200%2010%200H116.5L131%2014.5L116.5%2029H0V10Z'%20fill='%2300BA8D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2_21'%3e%3crect%20width='131'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}}@media (hover:hover) and (width<=575.998px){._typeActionButtonsWrapper_4g2bq_100 button._activeGreen_4g2bq_150:hover{background-image:url("data:image/svg+xml,%3csvg%20width='87'%20height='29'%20viewBox='0%200%2087%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_2_23)'%3e%3cpath%20d='M0%2010C0%204.48%204.48%200%2010%200H72.5L87%2014.5L72.5%2029H0V10Z'%20fill='%2300BA8D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2_23'%3e%3crect%20width='87'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}}._typeActionButtonsWrapper_4g2bq_100 button._activeGreen_4g2bq_150:active{background-image:url("data:image/svg+xml,%3csvg%20width='131'%20height='29'%20viewBox='0%200%20131%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_2_21)'%3e%3cpath%20d='M0%2010C0%204.47715%204.47715%200%2010%200H116.5L131%2014.5L116.5%2029H0V10Z'%20fill='%2300BA8D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2_21'%3e%3crect%20width='131'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}@media (width<=575.998px){._typeActionButtonsWrapper_4g2bq_100 button._activeGreen_4g2bq_150:active{background-image:url("data:image/svg+xml,%3csvg%20width='87'%20height='29'%20viewBox='0%200%2087%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_2_23)'%3e%3cpath%20d='M0%2010C0%204.48%204.48%200%2010%200H72.5L87%2014.5L72.5%2029H0V10Z'%20fill='%2300BA8D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2_23'%3e%3crect%20width='87'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}}._typeActionButtonsWrapper_4g2bq_100 button._activeRed_4g2bq_181{z-index:4;color:#06080e;background-image:url("data:image/svg+xml,%3csvg%20width='131'%20height='29'%20viewBox='0%200%20131%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_1_17)'%3e%3cpath%20d='M14.5%200H121C126.523%200%20131%204.47715%20131%2010V29H14.5L0%2014.5L14.5%200Z'%20fill='%23FF004D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_17'%3e%3crect%20width='131'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:131px;font-weight:600}@media (width<=575.998px){._typeActionButtonsWrapper_4g2bq_100 button._activeRed_4g2bq_181{background-image:url("data:image/svg+xml,%3csvg%20width='87'%20height='29'%20viewBox='0%200%2087%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_1_19)'%3e%3cpath%20d='M14.5%200H77C82.523%200%2087%204.47715%2087%2010V29H14.5L0%2014.5L14.5%200Z'%20fill='%23FF004D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_19'%3e%3crect%20width='87'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:87px}}@media (hover:hover){._typeActionButtonsWrapper_4g2bq_100 button._activeRed_4g2bq_181:hover{background-image:url("data:image/svg+xml,%3csvg%20width='131'%20height='29'%20viewBox='0%200%20131%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_2_25)'%3e%3cpath%20d='M14.5%200H121C126.523%200%20131%204.47715%20131%2010V29H14.5L0%2014.5L14.5%200Z'%20fill='%23D52B1E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2_25'%3e%3crect%20width='131'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}}@media (hover:hover) and (width<=575.998px){._typeActionButtonsWrapper_4g2bq_100 button._activeRed_4g2bq_181:hover{background-image:url("data:image/svg+xml,%3csvg%20width='87'%20height='29'%20viewBox='0%200%2087%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_2_27)'%3e%3cpath%20d='M14.5%200H77C82.523%200%2087%204.47715%2087%2010V29H14.5L0%2014.5L14.5%200Z'%20fill='%23D52B1E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2_27'%3e%3crect%20width='87'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}}._typeActionButtonsWrapper_4g2bq_100 button._activeRed_4g2bq_181:active{background-image:url("data:image/svg+xml,%3csvg%20width='131'%20height='29'%20viewBox='0%200%20131%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_2_25)'%3e%3cpath%20d='M14.5%200H121C126.523%200%20131%204.47715%20131%2010V29H14.5L0%2014.5L14.5%200Z'%20fill='%23D52B1E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2_25'%3e%3crect%20width='131'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}@media (width<=575.998px){._typeActionButtonsWrapper_4g2bq_100 button._activeRed_4g2bq_181:active{background-image:url("data:image/svg+xml,%3csvg%20width='87'%20height='29'%20viewBox='0%200%2087%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clipPath='url(%23clip0_2_27)'%3e%3cpath%20d='M14.5%200H77C82.523%200%2087%204.47715%2087%2010V29H14.5L0%2014.5L14.5%200Z'%20fill='%23D52B1E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2_27'%3e%3crect%20width='87'%20height='29'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}}@media (width<=767.998px){._typeActionButtonsWrapper_4g2bq_100{display:flex}}._chevron_4g2bq_218{z-index:5}._content_4g2bq_222{z-index:0;background:#0c1018;border:1px solid #ffffff14;border-radius:0 18px 18px;width:100%;height:fit-content;padding:0 35px 10px;position:relative;overflow:hidden}@media (width>=767.999px) and (width<=1240px){._content_4g2bq_222{padding:1px 10px 8px}}@media (width<=767.998px){._content_4g2bq_222{border-radius:0 0 18px 18px;padding:13px 20px 20px}}@media (width<=575.998px){._content_4g2bq_222{padding:13px 10px 10px}}._crossBg_4g2bq_250{z-index:1;background:#ffffff14;width:calc(100% - 70px);height:calc(100% - 20px);position:absolute;top:10px}@media (width>=767.999px) and (width<=1240px){._crossBg_4g2bq_250{width:calc(100% - 20px)}}@media (width<=767.998px){._crossBg_4g2bq_250{width:calc(100% - 40px);height:calc(100% - 35px);top:13px}}@media (width<=575.998px){._crossBg_4g2bq_250{width:calc(100% - 20px)}}._table_4g2bq_276{z-index:2;grid-template:"title1 line1 title2"42px"line2 line2 line2"1px"cell1 line3 cell2"min-content/1fr 1px 1fr;width:100%;display:grid;position:relative}@media (width<=767.998px){._table_4g2bq_276{grid-template:"title1"42px"line2"1px"cell1"min-content/1fr}}._title1_4g2bq_293{grid-area:title1}._title2_4g2bq_297{grid-area:title2}._cell1_4g2bq_301{grid-area:cell1}._cell2_4g2bq_305{grid-area:cell2}._line1_4g2bq_309{background:#ffffff14;grid-area:line1}@media (width<=767.998px){._line1_4g2bq_309{display:none}}._line2_4g2bq_319{background:#ffffff14;grid-area:line2}@media (width<=575.998px){._line2_4g2bq_319{width:calc(100% - 20px)}}._line3_4g2bq_329{background:#ffffff14;grid-area:line3}@media (width<=767.998px){._line3_4g2bq_329{display:none}}._titleRow_4g2bq_339{background:#0c1018;justify-content:space-between;align-items:center;width:100%;display:flex}._titleRow_4g2bq_339._titleRowLeft_4g2bq_346{padding-right:30px}@media (width>=767.999px) and (width<=1240px){._titleRow_4g2bq_339._titleRowLeft_4g2bq_346{padding-right:10px}}@media (width<=767.998px){._titleRow_4g2bq_339._titleRowLeft_4g2bq_346{padding-right:0}}._titleRow_4g2bq_339._titleRowRight_4g2bq_359{padding-left:18px;padding-right:10px}@media (width>=767.999px) and (width<=1240px){._titleRow_4g2bq_339._titleRowRight_4g2bq_359{padding-left:10px;padding-right:0}}@media (width<=767.998px){._titleRow_4g2bq_339._titleRowRight_4g2bq_359{display:none}}._tableTitle_4g2bq_375{color:#e8eaf0;font-size:20px;font-weight:500;line-height:24px}@media (width>=767.999px) and (width<=1240px){._tableTitle_4g2bq_375{font-size:18px;line-height:22px}}@media (width<=575.998px){._tableTitle_4g2bq_375{font-size:16px;line-height:19px}}._balanceWrapper_4g2bq_394{align-items:center;gap:8px;display:flex}._balanceWrapper_4g2bq_394 ._balanceTitle_4g2bq_399{color:#e8eaf080;font-size:16px;font-weight:400;line-height:19px}@media (width<=575.998px){._balanceWrapper_4g2bq_394 ._balanceTitle_4g2bq_399{font-size:12px;line-height:15px}}._balanceWrapper_4g2bq_394 ._balanceValue_4g2bq_411{color:#e8eaf0;font-size:20px;font-weight:400;line-height:24px}@media (width<=1240px){._balanceWrapper_4g2bq_394 ._balanceValue_4g2bq_411{font-size:16px;line-height:19px}}@media (width<=575.998px){._balanceWrapper_4g2bq_394 ._balanceValue_4g2bq_411{font-size:14px;line-height:17px}}._balanceWrapper_4g2bq_394 ._balanceCurrency_4g2bq_429{color:#e0e4ec;opacity:.8;font-size:18px;line-height:22px}@media (width<=575.998px){._balanceWrapper_4g2bq_394 ._balanceCurrency_4g2bq_429{font-size:14px;line-height:17px}}._cell_4g2bq_301{background:#0c1018;flex-direction:column;align-items:flex-end;padding:10px 20px 0 0;display:flex}._cell_4g2bq_301._cellRight_4g2bq_449{padding:10px 0 0 20px}@media (width<=767.998px){._cell_4g2bq_301._cellRight_4g2bq_449{display:none}}@media (width>=767.999px) and (width<=1240px){._cell_4g2bq_301{padding:10px 10px 0 0}}@media (width<=767.998px){._cell_4g2bq_301{padding:20px 0 0}}._fieldWrapper_4g2bq_469{align-items:center;gap:10px;width:100%;display:flex;position:relative}._fieldName_4g2bq_477{z-index:3;color:#e8eaf080;font-size:18px;font-weight:400;line-height:22px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}@media (width<=575.998px){._fieldName_4g2bq_477{font-size:16px;line-height:19px}}._fieldInput_4g2bq_495{text-align:right;color:#e8eaf0;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;outline:none;padding-right:70px;font-size:20px;font-weight:400;line-height:24px}._fieldInput_4g2bq_495:focus{border-color:#e0e4ec}._fieldInput_4g2bq_495:disabled{color:#e8eaf080;background-color:#ffffff08;background-image:none;border:0}@media (width>=767.999px) and (width<=1240px){._fieldInput_4g2bq_495{font-size:16px;line-height:19px}}@media (width<=767.998px){._fieldInput_4g2bq_495{font-size:20px;line-height:24px}}@media (width<=575.998px){._fieldInput_4g2bq_495{font-size:18px;line-height:22px}}._fieldInputMax_4g2bq_535{padding-left:110px;padding-right:133px}._fieldCurrency_4g2bq_540{color:#e0e4ec;opacity:.8;align-items:center;height:100%;font-size:18px;line-height:22px;display:flex;position:absolute;top:0;right:9px}@media (width<=575.998px){._fieldCurrency_4g2bq_540{font-size:16px;line-height:19px}}._fieldCurrencyMax_4g2bq_559{right:69px}._fieldMaxBtn_4g2bq_563{z-index:3;border-radius:0 9px 9px 0;align-items:center;width:58px;height:calc(100% - 2px);display:flex;position:absolute;top:1px;right:1px;box-shadow:none!important;background:0 0!important;border:none!important}._fieldMaxBtn_4g2bq_563 p{color:#e0e4ec;-webkit-text-fill-color:#e0e4ec;cursor:pointer;background:0 0;place-content:center;width:100%;height:100%;font-size:18px;line-height:22px;display:grid}@media (hover:hover){._fieldMaxBtn_4g2bq_563 p:hover{background:#e0e4ec1a;border-radius:0 9px 9px 0}}._fieldMaxBtn_4g2bq_563 p:active{background:#e0e4ec1a;border-radius:0 9px 9px 0}._percentWrapper_4g2bq_600{z-index:2;grid-template-rows:9px min-content;grid-template-columns:repeat(5,9px);gap:4px 77px;margin-top:5px;margin-right:14px;display:grid;position:relative}@media (width>=767.999px) and (width<=1240px){._percentWrapper_4g2bq_600{gap:4px 48px}}@media (width<=575.998px){._percentWrapper_4g2bq_600{gap:4px 59px}}._percentWrapper_4g2bq_600 ._circle_4g2bq_620{z-index:2;cursor:pointer;background:#e8eaf080;border-radius:100%;width:100%;height:100%;position:relative}._percentWrapper_4g2bq_600 ._circle_4g2bq_620._active_4g2bq_150{background:#e0e4ec}._percentWrapper_4g2bq_600 span{color:#e8eaf080;cursor:pointer;justify-self:center;font-size:14px;font-weight:400;line-height:17px}._percentWrapper_4g2bq_600 span._active_4g2bq_150{color:#e0e4ec}._progressLine_4g2bq_644{z-index:1;background:#e8eaf080;width:calc(100% - 8px);height:1px;margin-top:4px;position:absolute;left:4px}._mt5_4g2bq_654{margin-top:5px}._mt10_4g2bq_658{margin-top:10px}._comissionWrapper_4g2bq_662{align-self:flex-start;gap:27px;margin-top:5px;display:flex}._comissionWrapper_4g2bq_662 span{color:#e8eaf080;font-size:14px;font-weight:400;line-height:17px}@media (width<=1240px){._comissionWrapper_4g2bq_662{flex-direction:column;align-items:flex-end;gap:5px}}._infoWrapper_4g2bq_682{display:flex}._infoWrapper_4g2bq_682 span:nth-of-type(2){margin-left:10px}._infoWrapper_4g2bq_682 span:nth-of-type(3){margin-left:8px}._infoWrapper_4g2bq_682 span:nth-of-type(4){margin-left:5px}._infoCommission_4g2bq_695{cursor:pointer;text-decoration-line:underline}._buttonGreen_4g2bq_700{color:#06080e;background:#00e676;border:0;border-radius:10px;width:200px;margin-top:5px;font-weight:600}@media (hover:hover){._buttonGreen_4g2bq_700:hover{background:#27ae60}}._buttonGreen_4g2bq_700:active{background:#27ae60}._buttonGreen_4g2bq_700:disabled{opacity:.5}._buttonRed_4g2bq_721{color:#06080e;background:#ff5b5b;border:0;border-radius:10px;width:200px;margin-top:5px;font-weight:600}@media (hover:hover){._buttonRed_4g2bq_721:hover{background:#e04e4e}}._buttonRed_4g2bq_721:active{background:#e04e4e}._buttonRed_4g2bq_721:disabled{opacity:.5}._buttonInactive_4g2bq_742{cursor:not-allowed;color:#06080e;background:#e8eaf080;border:0;border-radius:10px;width:200px;margin-top:5px;font-weight:600}._buttonInactive_4g2bq_742:disabled{opacity:.5}._authLinksWrapper_4g2bq_756{justify-content:center;align-items:center;gap:6px;width:200px;margin-top:8px;display:flex}._authLink_4g2bq_756{color:#e0e4ec;cursor:pointer;font-size:14px;line-height:17px;text-decoration:underline;transition:color .2s}@media (hover:hover){._authLink_4g2bq_756:hover{color:#e0e4eccc}}._authLink_4g2bq_756:active{color:#e0e4eccc}._authLinkDivider_4g2bq_782{color:#e8eaf080;-webkit-user-select:none;user-select:none;font-size:14px;line-height:17px}._hideNumberInputArrows_4g2bq_789{appearance:textfield}._hideNumberInputArrows_4g2bq_789::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._hideNumberInputArrows_4g2bq_789::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._wrapper_155fs_6{background:#ffffff14;border:1px solid #ffffff14;border-radius:20px;width:100%;height:fit-content;margin-top:10px}@media (width<=767.998px){._wrapper_155fs_6{margin-top:20px}}._chartTable_155fs_20{background-color:#0c1018;border-radius:18px;grid-template-rows:repeat(2,25px 1px 236px 1px) 25px;grid-template-columns:62% 1px 1fr;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";width:100%;height:100%;display:grid}@media (width>=767.999px) and (width<=1240px){._chartTable_155fs_20{grid-template-columns:58% 1px 1fr}}@media (width<=767.998px){._chartTable_155fs_20{grid-template:"c"/1fr;height:555px}._chartTable_155fs_20>:not(._chart_155fs_20){display:none}}._chart_155fs_20{background-color:#0c1018;border-radius:18px 0 0 18px;grid-area:c;padding:10px}@media (width<=767.998px){._chart_155fs_20{border-radius:18px;height:100%}}._firstRowWrapper_155fs_60{color:#e8eaf0;justify-content:space-between;align-items:center;margin-bottom:10px;font-family:Helvetica,Arial,sans-serif;font-size:18px;font-weight:500;line-height:22px;display:flex}._elementWrapper_155fs_72{align-items:center;gap:10px;display:flex}@media (width<=767.998px){._elementWrapper_155fs_72{gap:4px}}._elementWrapper_155fs_72 span{color:#e8eaf0;font-size:18px;line-height:22px}@media (width<=767.998px){._elementWrapper_155fs_72 span{font-size:16px;line-height:19px}}._elementIcon_155fs_94{max-width:30px;max-height:30px}._chartContainer_155fs_99{width:100%;height:491px}._chart-page_155fs_104{height:100%!important}._chart-page_155fs_104 ._chart-container_155fs_107{height:100%!important;overflow:visible!important}._chart-page_155fs_104 ._group-wWM3zP_M-_155fs_111{height:100%!important}._chart-page_155fs_104 ._layout__area--left_155fs_114{scrollbar-width:thin;scrollbar-color:#e8eaf080 #0c1018;height:100%!important;position:relative!important;overflow:hidden auto!important}._chart-page_155fs_104 ._layout__area--left_155fs_114 ._inner-wWM3zP_M-_155fs_122{flex-direction:column!important;height:auto!important;display:flex!important;position:relative!important}._chart-page_155fs_104 ._layout__area--left_155fs_114::-webkit-scrollbar{width:6px}._chart-page_155fs_104 ._layout__area--left_155fs_114::-webkit-scrollbar-track{background:#0c1018}._chart-page_155fs_104 ._layout__area--left_155fs_114::-webkit-scrollbar-thumb{background:#e8eaf080;border-radius:3px}._chart-page_155fs_104 ._layout__area--left_155fs_114::-webkit-scrollbar-thumb:hover{background:#e0e4ec}._titleFirst_1ynsi_7{border-radius:18px 18px 0 0;grid-area:title1}._titleSecond_1ynsi_12{background-color:#0c1018;grid-area:title2}._titleLast_1ynsi_17{border-radius:0 0 18px 18px;grid-area:title3}._windowFirst_1ynsi_22{background:#ff5b5b24;grid-area:window1;width:100%;height:100%}._windowFirst_1ynsi_22::-webkit-scrollbar{width:4px}._windowFirst_1ynsi_22::-webkit-scrollbar-track{background:#ff5b5b24}._windowFirst_1ynsi_22::-webkit-scrollbar-thumb{background-color:#ff5b5b;border-radius:999px}._windowFirst_1ynsi_22 ._tableItem_1ynsi_38 span:first-of-type{color:#ff5b5b}._windowSecond_1ynsi_42{background:#00e67626;grid-area:window2;width:100%;height:100%}._windowSecond_1ynsi_42::-webkit-scrollbar{width:4px}._windowSecond_1ynsi_42::-webkit-scrollbar-track{background:#00e67626}._windowSecond_1ynsi_42::-webkit-scrollbar-thumb{background-color:#00e676;border-radius:999px}._windowSecond_1ynsi_42 ._tableItem_1ynsi_38 span:first-of-type{color:#00e676}._title_1ynsi_7{background-color:#0c1018;justify-content:center;align-items:center;display:flex}._title_1ynsi_7 h3{color:#e8eaf0;font-size:20px;font-weight:500;line-height:24px}._tableItem_1ynsi_38{grid-template-columns:18% 32% 22% 1fr;height:25px;padding:0 8px;display:grid}._tableItem_1ynsi_38 h3{text-align:end;color:#e8eaf080;opacity:.8;align-self:center;font-size:14px;font-weight:500;line-height:17px}@media (width>=767.999px) and (width<=1240px){._tableItem_1ynsi_38 h3{font-size:14px;line-height:17px}}._tableItem_1ynsi_38 span{text-align:end;color:#e8eaf0;white-space:nowrap;align-self:center;font-family:Helvetica,Arial,sans-serif;font-size:16px;font-weight:500;line-height:19px}@media (width>=767.999px) and (width<=1240px){._tableItem_1ynsi_38 span{font-size:12px;line-height:15px}}._list_1ynsi_113{height:fit-content}._line_1ynsi_117{background-color:#ffffff14;height:1px}._wrapper_14520_6{width:100%;height:fit-content;margin-top:20px;display:none}@media (width<=767.998px){._wrapper_14520_6{display:block}}._borderWrapper_14520_18{border:1px solid #ffffff14;border-radius:20px 20px 0 0;width:100%;height:fit-content;padding:1px;display:none}@media (width<=767.998px){._borderWrapper_14520_18{display:block}}._content_14520_32{background:#0c1018;border-radius:19px 19px 0 0;width:100%;height:fit-content;padding-top:5px}._firstRow_14520_40{justify-content:space-between;align-items:center;margin:0 20px 10px;display:flex}._firstRow_14520_40 h3{color:#e0e4ec;font-weight:400}._filterBlock_14520_51{align-items:center;gap:8px;width:auto;height:21px;display:flex}._filterBlock_14520_51 button{justify-content:center;align-items:center;width:21px;height:21px;display:flex}._filterBlock_14520_51 button img{width:19px;height:19px}._filterActive_14520_70{background:#e0e4ec1a;border-radius:4px}._table_14520_75{grid-template-columns:1fr 1fr;gap:8px;display:grid}._tableSelected_14520_81{grid-template-columns:1fr}._tableSelected_14520_81 ._right_14520_84 ._cellRow_14520_84{direction:ltr;grid-auto-flow:row}._tableSelected_14520_81 ._right_14520_84 span:nth-of-type(2){direction:ltr;justify-self:flex-start}._left_14520_93 ._containerWrapper_14520_93{background:#00e67626}._left_14520_93 :not(._cellFirstRow_14520_96) span:nth-of-type(3){color:#00e676}._right_14520_84 ._containerWrapper_14520_93{background:#ff5b5b24}._right_14520_84 ._cellRow_14520_84{grid-auto-flow:dense;direction:rtl}._right_14520_84 :not(._cellFirstRow_14520_96) span:nth-of-type(3){color:#ff5b5b}._right_14520_84 span:nth-of-type(2){direction:ltr;justify-self:flex-end}._containerWrapper_14520_93{height:269px}._cellRow_14520_84{color:#e8eaf0;grid-template-columns:1fr 20% 1fr;align-items:center;height:25px;padding:0 10px;font-size:12px;font-weight:400;line-height:15px;display:grid}._cellRow_14520_84 span:nth-of-type(3){justify-self:flex-end;font-weight:500}@media (width<=575.998px){._cellRow_14520_84{grid-template-columns:1fr 1fr}._cellRow_14520_84:not(._cellRowSelected_14520_138) span:nth-of-type(2){display:none}}._cellRowSelected_14520_138{grid-template-columns:1.1fr .8fr 1fr .8fr}._cellRowSelected_14520_138 span:nth-of-type(3){justify-self:flex-start}._cellRowSelected_14520_138 span:nth-of-type(4){justify-self:flex-end}._cellFirstRow_14520_96{color:#e8eaf080;font-weight:500}._gradientLine_14520_158{background:linear-gradient(135deg,#c8d2e6,#8a9bb5);width:100%;height:1px}._grayLine_14520_164{background-color:#ffffff14;width:100%;height:1px}._buttonsWrapper_14520_170{flex-wrap:wrap;gap:10px;width:100%;margin-top:20px;margin-bottom:20px;display:flex}._buttonGreen_14520_179{color:#06080e;background:#00e676;border:0;border-radius:10px;flex:1;height:40px;font-weight:600}@media (hover:hover){._buttonGreen_14520_179:hover{background:#27ae60}}._buttonGreen_14520_179:active{background:#27ae60}._buttonGreen_14520_179:disabled{opacity:.5}._buttonRed_14520_200{color:#06080e;background:#ff5b5b;border:0;border-radius:10px;flex:1;height:40px;font-weight:600}@media (hover:hover){._buttonRed_14520_200:hover{background:#e04e4e}}._buttonRed_14520_200:active{background:#e04e4e}._buttonRed_14520_200:disabled{opacity:.5}._buttonInactive_14520_221{cursor:not-allowed;color:#06080e;background:#e8eaf080;border:0;border-radius:10px;flex:1;height:40px;font-weight:600}._buttonInactive_14520_221:disabled{opacity:.5}._authLinksWrapper_14520_235{flex-basis:100%;justify-content:center;align-items:center;gap:6px;display:flex}._authLink_14520_235{color:#e0e4ec;cursor:pointer;font-size:14px;line-height:17px;text-decoration:underline;transition:color .2s}@media (hover:hover){._authLink_14520_235:hover{color:#e0e4eccc}}._authLink_14520_235:active{color:#e0e4eccc}._authLinkDivider_14520_260{color:#e8eaf080;-webkit-user-select:none;user-select:none;font-size:14px;line-height:17px}._wrapper_1v5ji_7{width:100%;height:fit-content;margin-top:26px}._borderWrapper_1v5ji_13{z-index:2;border-radius:10px 20px 20px;width:100%;padding-bottom:.016px;position:relative}@media (width<=575.998px){._borderWrapper_1v5ji_13{border-radius:0 20px 20px;padding-top:8px}}._mask_1v5ji_27{z-index:1;grid-template-columns:210px 10px 5px 10px 190px 10px 5px 10px 190px 10px auto;grid-template-areas:"button1 mask1 rec0 mask2 button2 mask3 rec4 mask5 button2 mask6 rec";width:100%;height:42px;display:grid;position:absolute;top:0;left:0}@media (width<=767.998px){._mask_1v5ji_27{grid-template-columns:136px 10px 8px 10px 78px 10px 8px 10px 78px 10px auto;height:34px}}._white_1v5ji_45{background:#0c1018}._rec_1v5ji_49{grid-area:rec}._rec2_1v5ji_53{grid-area:rec2}._maskRotate_1v5ji_57{transform:rotate(-90deg)}._navWrapper_1v5ji_61{z-index:2;z-index:1;grid-template-columns:220px 210px 210px auto;gap:5px;height:42px;display:grid;position:relative}@media (width<=767.998px){._navWrapper_1v5ji_61{grid-template-columns:146px 98px 98px auto;gap:8px}}._navWrapper_1v5ji_61 ._navButton_1v5ji_76,._navWrapper_1v5ji_61 ._navButtonActive_1v5ji_79{width:100%}._navButton_1v5ji_76{color:#e8eaf0;background:#0c1018;border:1px solid #ffffff14;border-bottom:0;border-radius:10px 10px 0 0;height:42px;margin:0;padding-top:5px;font-size:20px;line-height:24px}@media (width<=767.998px){._navButton_1v5ji_76{height:34px;font-size:14px;line-height:17px}}._navButtonActive_1v5ji_79{background:#0c1018;border:1px solid #ffffff14;border-bottom:0;border-radius:8px 8px 0 0;height:44px;padding-top:0}._navButtonActive_1v5ji_79 span{color:#e0e4ec;font-weight:600}@media (width<=767.998px){._navButtonActive_1v5ji_79{height:36px}}._phoneVNavButtonsWrapper_1v5ji_121{display:none}@media (width<=575.998px){._phoneVNavButtonsWrapper_1v5ji_121{grid-template-columns:repeat(3,1fr);justify-content:space-around;align-items:center;width:100%;height:35px;font-size:12px;font-weight:400;line-height:15px;display:grid}}._phoneVNavButton_1v5ji_121{height:17px}._phoneVNavButton_1v5ji_121 span{color:#e8eaf0}._phoneVNavButtonActive_1v5ji_145 span{white-space:nowrap;color:#e0e4ec;font-weight:600;position:relative}._phoneVNavButtonActive_1v5ji_145 span:before{content:"";background:linear-gradient(135deg,#c8d2e6,#8a9bb5);width:100%;height:2px;position:absolute;top:calc(100% + 3px);left:0}._content_1v5ji_161{background:#0c1018;border:1px solid #ffffff14;border-radius:0 20px 20px}@media (width<=767.998px){._content_1v5ji_161{margin-top:-8px}}._mask20_1v5ji_172{width:20px;height:20px;position:absolute;top:-2px;right:0}._row_1v5ji_180{z-index:2;background:#0c1018;grid-template-columns:16% 16% 18% 18% 15% 14%;width:calc(100% + 2px);height:29px;padding:0 20px;display:grid;position:relative}._row_1v5ji_180 h3{color:#e8eaf0;align-self:center;font-size:18px;font-weight:500;line-height:22px}@media (width>=575.999px) and (width<=767.998px){._row_1v5ji_180 h3{font-size:14px;line-height:17px}}@media (width<=575.998px){._row_1v5ji_180 h3{font-size:12px;line-height:15px}}._row_1v5ji_180 span{color:#e8eaf0;align-self:center;font-size:14px;font-weight:400;line-height:17px}@media (width<=767.998px){._row_1v5ji_180 span{font-size:12px;line-height:15px}}@media (width<=575.998px){._row_1v5ji_180 span{font-size:11px}}._row_1v5ji_180._green_1v5ji_227 ._type_1v5ji_227{color:#00e676}._row_1v5ji_180._red_1v5ji_230 ._type_1v5ji_227{color:#ff5b5b}@media (width<=767.998px){._row_1v5ji_180._green_1v5ji_227 ._price_1v5ji_234{color:#00e676}._row_1v5ji_180._red_1v5ji_230 ._price_1v5ji_234{color:#ff5b5b}}@media (width>=575.999px) and (width<=767.998px){._row_1v5ji_180{grid-template-columns:31% 31% 31% 5%;padding:0 10px}}@media (width<=575.998px){._row_1v5ji_180{grid-template:"type time action""price amount volume"/1fr 1fr 1fr;row-gap:4px;height:auto;padding:6px 10px}._row_1v5ji_180 ._price_1v5ji_234{grid-area:price}._row_1v5ji_180 ._type_1v5ji_227{grid-area:type;display:block}._row_1v5ji_180 ._amount_1v5ji_263{grid-area:amount;justify-self:center}._row_1v5ji_180 ._volume_1v5ji_267{grid-area:volume;justify-self:end}._row_1v5ji_180 ._time_1v5ji_271{grid-area:time;justify-self:center}._row_1v5ji_180 ._action_1v5ji_275{grid-area:action;justify-self:end}}@media (width>=575.999px) and (width<=767.998px){._row7_1v5ji_282{grid-template-columns:31% 31% 31% 5%}}._type_1v5ji_227{font-weight:500}@media (width<=767.998px){._type_1v5ji_227{display:none}}._cancelImage_1v5ji_296{align-self:center}._cancelBtn_1v5ji_300{cursor:pointer;text-decoration-line:underline;color:#ff5b5b!important}._mobileOnly_1v5ji_306{display:none}@media (width<=1240px){._mobileOnly_1v5ji_306{display:block}._mobileHidden_1v5ji_316{display:none}}@media (width<=767.998px){._phoneHidden_1v5ji_322{display:none}}@media (width>=575.999px) and (width<=767.998px){._phoneHHidden_1v5ji_328{display:none}}@media (width<=575.998px){._phoneVHidden_1v5ji_334{display:none}}._phoneOnly_1v5ji_339{display:none}@media (width<=767.998px){._phoneOnly_1v5ji_339{display:block}}._phoneHOnly_1v5ji_348{display:none}@media (width>=575.999px) and (width<=767.998px){._phoneHOnly_1v5ji_348{display:block}}._phoneVOnly_1v5ji_357{display:none}@media (width<=575.998px){._phoneVOnly_1v5ji_357{display:block}}._phoneVOnlyInline_1v5ji_366{display:none}@media (width<=575.998px){._phoneVOnlyInline_1v5ji_366{display:inline}}._title_1v5ji_375{background:#0c1018;border-radius:0 18px 0 0;width:calc(100% - 4px);height:47px;margin:2px 2px 0}@media (width<=575.998px){._title_1v5ji_375{height:auto;padding:6px 10px}}._elementWrapper_1v5ji_389{gap:20px;display:flex}@media (width<=767.998px){._elementWrapper_1v5ji_389{gap:5px}}._borderRadius_1v5ji_399{background:#0c1018;border-radius:0 0 18px 18px;width:calc(100% - 4px);margin-left:2px;overflow:hidden}._viewport_1v5ji_407{border-radius:0 0 18px 18px;height:462px}._viewport_1v5ji_407::-webkit-scrollbar{width:4px}._viewport_1v5ji_407::-webkit-scrollbar-track{background:#0c1018}._viewport_1v5ji_407::-webkit-scrollbar-thumb{background-color:#e0e4ec;border-radius:999px}._coloredRow_1v5ji_422{background:#e0e4ec14}@media (width<=575.998px){._currencyPairs_14ofr_7{-ms-overflow-style:none;overflow-x:scroll;overflow:-moz-scrollbars-none;gap:20px;margin:0 -10px;padding:0 10px 20px;display:flex}}._currencyPairs_14ofr_7::-webkit-scrollbar{width:0}._currencyPairBlocksWrapper_14ofr_21{flex-wrap:wrap;grid-template-columns:repeat(12,calc(8.33333% - 9.16667px));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";justify-content:center;gap:10px;margin-top:20px;display:grid}@media (width>=767.999px) and (width<=1240px){._currencyPairBlocksWrapper_14ofr_21{grid-template-columns:repeat(20,calc(5% - 4.75px));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";gap:5px}}@media (width>=575.999px) and (width<=767.998px){._currencyPairBlocksWrapper_14ofr_21{grid-template-columns:repeat(20,calc(5% - 9.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";gap:10px}}@media (width<=575.998px){._currencyPairBlocksWrapper_14ofr_21{grid-template-columns:repeat(3,calc(33.3333% - 6.66667px));grid-template-areas:"c1 c2 c3""c4 c5 c6""c7 c8 c9";gap:10px}}._currencyPairBlocksWrapper4Columns_14ofr_52{grid-template-columns:repeat(4,calc(20% - 8px))}@media (width<=575.998px){._currencyPairBlocksWrapper4Columns_14ofr_52{grid-template-columns:repeat(4,98px)}}._currencyPairBlock_14ofr_21{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;justify-content:center;width:100%;height:46px;padding-left:10px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 10px #00000040}@media (width<=1240px){._currencyPairBlock_14ofr_21{padding:10px}}._currencyPairBlock_14ofr_21 img{align-self:center;width:178px;height:40px}@media (width>=767.999px) and (width<=1240px){._currencyPairBlock_14ofr_21 img{width:104px;height:23px}}@media (width<=767.998px){._currencyPairBlock_14ofr_21 img{width:78px;height:17px}}._currencyPairBlock_14ofr_21 span{color:#e8eaf0;width:fit-content}._currencyPairBlock_14ofr_21:first-of-type{grid-area:c1}._currencyPairBlock_14ofr_21:nth-of-type(2){grid-area:c2}._currencyPairBlock_14ofr_21:nth-of-type(3){grid-area:c3}._currencyPairBlock_14ofr_21:nth-of-type(4){grid-area:c4}._currencyPairBlock_14ofr_21:nth-of-type(5){grid-area:c5}._currencyPairBlock_14ofr_21:nth-of-type(6){grid-area:c6}._currencyPairBlock_14ofr_21:nth-of-type(7){grid-area:c7}._currencyPairBlock_14ofr_21:nth-of-type(8){grid-area:c8}._currencyPairBlock_14ofr_21:nth-of-type(9){grid-area:c9}._currencyPairBlockGreen_14ofr_130{background:#00e67626;border-color:#00e67633}._currencyPairBlockRed_14ofr_135{background:#ff5b5b24;border-color:#ff5b5b4d}._currencyPairBlockActive_14ofr_140{background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border-color:#e0e4ec4d}._currencyPairBlockActive_14ofr_140 ._currencyPair_14ofr_7,._currencyPairBlockActive_14ofr_140 ._currencyPairValue_14ofr_145{color:#06080e}._currencyPairPofit_14ofr_149{z-index:2;vertical-align:middle;border-radius:23px;width:min-content;height:min-content;padding:3px 1.5px;font-size:12px;font-weight:600;line-height:15px;position:absolute;top:50%;right:10px;transform:translateY(-50%);box-shadow:0 4px 10px #0000004d}@media (width<=767.998px){._currencyPairPofit_14ofr_149{display:none}}._currencyPairProfitGreen_14ofr_171{color:#00e676;background:#00e67626}._currencyPairProfitRed_14ofr_176{color:#ff5b5b;background:#ff5b5b24}._currencyPairProfitGreenActive_14ofr_181{color:#00e676;background:#0000004d}._currencyPairProfitRedActive_14ofr_186{color:#ff5b5b;background:#0000004d}._currencyPair_14ofr_7{white-space:nowrap;color:#e8eaf0;font-size:18px;font-weight:500;line-height:22px}@media (width<=1240px){._currencyPair_14ofr_7{font-size:14px;line-height:17px}}@media (width<=767.998px){._currencyPair_14ofr_7{align-self:center}}._currencyPairValue_14ofr_145{color:#e8eaf0;margin-top:12px;margin-bottom:5px;font-size:32px;font-weight:500;line-height:39px}@media (width<=1240px){._currencyPairValue_14ofr_145{font-size:16px;line-height:19px}}._currencyPairChartGreenActive_14ofr_225,._currencyPairChartGreen_14ofr_225{filter:brightness(0)saturate()invert(78%)sepia(52%)saturate(405%)hue-rotate(98deg)brightness(93%)contrast(87%)}._currencyPairChartRedActive_14ofr_233,._currencyPairChartRed_14ofr_233{filter:brightness(0)saturate()invert(52%)sepia(75%)saturate(1175%)hue-rotate(324deg)brightness(101%)contrast(101%)}._liteProSwitcherWrapper_19oxo_6{align-items:center;display:flex}._liteProSwitcherWrapper_19oxo_6 span{color:#e8eaf0;font-size:18px;line-height:22px}@media (width<=767.998px){._liteProSwitcherWrapper_19oxo_6{display:none}}._firstRowWrapper_19oxo_21{justify-content:space-between;align-items:center;display:flex}@media (width<=767.998px){._firstRowWrapper_19oxo_21{justify-content:flex-end}}._firstRowWrapperLanding_19oxo_32{justify-content:flex-end}._input_19oxo_36{visibility:hidden;width:0;height:0}._input_19oxo_36:checked+._label_19oxo_41{background:#ffffff0a}._input_19oxo_36:checked+._label_19oxo_41:after{background:linear-gradient(135deg,#c8d2e6,#8a9bb5);left:calc(100% - 3px);transform:translate(-100%)}._label_19oxo_41{cursor:pointer;text-indent:-9999px;background:#0c1018;border-radius:29px;width:58px;height:29px;margin:0 10px;display:block;position:relative;box-shadow:0 4px 10px #0000004d}._label_19oxo_41:after{content:"";background:#e8eaf080;border-radius:23px;width:23px;height:23px;transition:all .3s;position:absolute;top:3px;left:3px}._label_19oxo_41:active:after{width:23px}._currencyButtonsWrapper_19oxo_77{align-items:center;gap:20px;display:flex}@media (width>=767.999px) and (width<=1240px){._currencyButtonsWrapper_19oxo_77{gap:15px}}@media (width<=767.998px){._currencyButtonsWrapper_19oxo_77{gap:5px}}._currencyButton_19oxo_77{color:#e8eaf0;background:#0c1018;border:1px solid #ffffff14;border-radius:10px;outline:none;width:178px;height:50px;font-size:20px;line-height:24px;box-shadow:0 4px 10px #00000040}@media (width>=767.999px) and (width<=1240px){._currencyButton_19oxo_77{width:125px;height:30px;font-size:18px;line-height:22px}}@media (width<=767.998px){._currencyButton_19oxo_77{width:75px;height:30px;font-size:14px;line-height:17px}}._currencyButtonActive_19oxo_122{color:#06080e;background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border-color:#e0e4ec4d}@media (width<=767.998px){._phoneHidden_19oxo_129{display:none}}._margin15_19oxo_134{margin-top:15px}._searchAndButton_19oxo_138{justify-content:space-between;display:flex}._goToTokenButton_19oxo_143{color:#e8eaf0;cursor:pointer;background:#0c1018;border:1px solid #ffffff14;border-radius:10px;outline:none;margin:auto auto auto 1rem;padding:.5rem;box-shadow:0 4px 10px #00000040}._goToTokenButton_19oxo_143:hover{background:#ffffff0a}._questionnaireBlock_19oxo_158{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;display:flex}._questionnaireBlockSpinner_19oxo_167{border:4px solid #ffffff14;border-top-color:#e0e4ec;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite _questionnaireBlockSpin_19oxo_167}@keyframes _questionnaireBlockSpin_19oxo_167{to{transform:rotate(360deg)}}._questionnaireBlockText_19oxo_181{color:#e8eaf0;margin:0;font-size:18px;line-height:22px}._questionnaireBlockActions_19oxo_188{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}._questionnaireBlockButton_19oxo_195{color:#06080e;cursor:pointer;background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border:none;border-radius:10px;padding:.6rem 1.2rem;font-size:16px;line-height:19px}._questionnaireBlockButton_19oxo_195:hover{opacity:.9}:root{--dark-bg:#06080e;--dark-surface:#0c1018;--dark-surface2:#ffffff0a;--dark-text:#e8eaf0;--dark-muted:#e8eaf080;--dark-border:#ffffff14;--dark-accent:#e0e4ec;--dark-accent2:#e0e4eccc;--dark-green:#00e676;--dark-red:#ff5b5b;--dark-blue:#1a3a6e;--danger-color:#ff5b5b;--glass-bg:#ffffff08;--glass-border:#ffffff12;--glass-highlight:#ffffff1f;--accent-glow:#e0e4ec33;--font-family:Helvetica, Arial, sans-serif;--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{margin:0;padding:0;list-style:none}button{cursor:pointer;background-color:#0000;border:0;outline:none;position:relative}._titleWrapper_4wc8e_83{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}._titleActions_4wc8e_90{align-items:center;gap:16px;display:flex}@media (width<=767.998px){._titleActions_4wc8e_90{gap:10px}}@media (width<=575.998px){._titleActions_4wc8e_90{flex-wrap:wrap;width:100%}}._title_4wc8e_83{background:linear-gradient(135deg,#fff 0%,#a0aec0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:32px;font-weight:700;line-height:39px}@media (width<=767.998px){._title_4wc8e_83{font-size:20px;line-height:24px}}._flow_4wc8e_124{color:#e8eaf0;z-index:1;width:1200px;min-width:360px;margin:0 auto;padding:20px 0;position:relative}@media (width<=1240px){._flow_4wc8e_124{width:100%;margin:0;overflow-x:hidden}}@media (width>=767.999px) and (width<=1240px){._flow_4wc8e_124{padding:20px 16px}}@media (width>=575.999px) and (width<=767.998px){._flow_4wc8e_124{padding:20px 14px}}@media (width<=575.998px){._flow_4wc8e_124{padding:20px 12px}}._wrapper_4wc8e_156{grid-template-columns:230px 1fr;justify-content:center;gap:14px;width:100%;display:grid}@media (width<=1240px){._wrapper_4wc8e_156{grid-template-columns:1fr}}._wrapperCentered_4wc8e_169{grid-template-columns:1fr;justify-items:center;width:100%;min-width:0;display:grid}._content_4wc8e_177{width:100%;min-width:0;max-width:965px;overflow-x:hidden}._blockWrapper_4wc8e_184{width:100%;height:fit-content;margin-bottom:20px;padding:20px}@media (width<=1240px){._blockWrapper_4wc8e_184{padding-left:0;padding-right:0}}@media (width<=575.998px){._blockWrapper_4wc8e_184{padding-top:10px;padding-bottom:10px}}.zIndex10{z-index:10!important}.header-container{background-color:#0c1018;justify-content:space-between;align-items:center;padding:1rem;display:flex}.header-title{color:#e8eaf0;font-size:1.5rem;font-weight:700}.search-container{align-self:flex-end;width:100%;max-width:300px;position:relative}.search-wrapper{width:100%;position:relative}.search-input{color:#e8eaf0;background-color:#1e252eb3;border:1px solid #374151b3;border-radius:.375rem;width:100%;padding:.5rem 2.5rem;font-size:1rem;line-height:1.5}.search-input::placeholder{color:#e8eaf080}.search-input:focus{border-color:#e0e4ec;outline:none}.search-icon,.close-icon{pointer-events:none;width:1.5rem;height:1.5rem;position:absolute;top:50%;transform:translateY(-50%)}.search-icon{left:.75rem}.close-icon{cursor:pointer;pointer-events:auto;right:.75rem}.search-results{z-index:10;background-color:#0c1018;border:1px solid #ffffff14;border-top:none;border-radius:0 0 .375rem .375rem;width:100%;max-height:300px;margin:0;padding:0;list-style:none;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 4px 12px #0006}.search-result-item a{color:#e8eaf0;cursor:pointer;align-items:center;padding:.5rem 1rem;text-decoration:none;display:flex}.search-result-item a:hover{background-color:#ffffff0a}.search-result-item a img{border-radius:50%;width:1.5rem;height:1.5rem;margin-right:.75rem}.search-result-item a span{font-size:.875rem}@media (width<=768px){.header-container{flex-direction:column;align-items:flex-start}.search-container{align-self:flex-end;margin-top:1rem;margin-left:0}}._customCheck_yvqdj_6{position:relative}._customCheck_yvqdj_6 ._customCheck__label_yvqdj_9{cursor:pointer;align-items:center;display:flex}._customCheck_yvqdj_6 ._customCheck__field_yvqdj_14{visibility:hidden;position:absolute;left:-99999px}._customCheck_yvqdj_6 ._customCheck__field_yvqdj_14:checked~._customCheck__media_yvqdj_19 ._customCheck__ico_yvqdj_19._customCheck__ico_before_yvqdj_19{opacity:0;visibility:hidden}._customCheck_yvqdj_6 ._customCheck__field_yvqdj_14:checked~._customCheck__media_yvqdj_19 ._customCheck__ico_yvqdj_19._customCheck__ico_after_yvqdj_23{opacity:1;visibility:visible}._customCheck_yvqdj_6 ._customCheck__field_yvqdj_14:disabled~._customCheck__media_yvqdj_19,._customCheck_yvqdj_6 ._customCheck__field_yvqdj_14:disabled~._customCheck__main_yvqdj_27{opacity:.5}._customCheck_yvqdj_6 ._customCheck__media_yvqdj_19{width:1.25rem;min-width:1.25rem;height:1.25rem;position:relative}._customCheck_yvqdj_6 ._customCheck__media_yvqdj_19:not(:last-child){margin-right:.75rem}._customCheck_yvqdj_6 ._customCheck__media_yvqdj_19 ._customCheck__ico_yvqdj_19{justify-content:center;align-items:center;width:100%;height:100%;transition:all .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._customCheck_yvqdj_6 ._customCheck__media_yvqdj_19 ._customCheck__ico_yvqdj_19._customCheck__ico_before_yvqdj_19{opacity:1;visibility:visible}._customCheck_yvqdj_6 ._customCheck__media_yvqdj_19 ._customCheck__ico_yvqdj_19._customCheck__ico_after_yvqdj_23{opacity:0;visibility:hidden}._customCheck_yvqdj_6 ._customCheck__media_yvqdj_19 img,._customCheck_yvqdj_6 ._customCheck__media_yvqdj_19 svg{width:100%;height:100%}._customCheck_yvqdj_6 ._customCheck__text_yvqdj_64{color:#e8eaf0;font-size:1rem;font-weight:500;line-height:1.125rem}._questionnaire_1yqn5_6{-webkit-overflow-scrolling:touch;flex-direction:column;gap:24px;max-height:80dvh;padding-right:8px;display:flex;overflow-y:auto}._questionnaire_1yqn5_6 h1{margin-bottom:0}._questionnaire_1yqn5_6::-webkit-scrollbar{width:6px}._questionnaire_1yqn5_6::-webkit-scrollbar-track{background:#ffffff14;border-radius:3px}._questionnaire_1yqn5_6::-webkit-scrollbar-thumb{background:#e8eaf080;border-radius:3px}._questionnaire_1yqn5_6::-webkit-scrollbar-thumb:hover{background:#e8eaf0}._infoMessage_1yqn5_34{color:#e8eaf080;background:#ffffff14;border:1px solid #ffffff14;border-radius:8px;margin-top:-8px;padding:12px 16px;font-size:14px;line-height:1.5}._questions_1yqn5_46{flex-direction:column;gap:24px;display:flex}._question_1yqn5_6{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:16px;padding:24px;transition:all .2s;display:flex}._question_1yqn5_6:hover{border-color:#ffffff1a}._question_1yqn5_6._questionError_1yqn5_65{background:#ff5b5b0d;border-color:#ff5b5b}._questionHeader_1yqn5_70{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}._questionText_1yqn5_78{color:#e8eaf0;flex:1;margin:0;font-size:18px;font-weight:600;line-height:1.4}._errorMessage_1yqn5_88{color:#ff5b5b;background:#ff5b5b24;border:1px solid #ff5b5b33;border-radius:8px;padding:10px 14px;font-size:14px;line-height:17px;display:none}._errorMessage_1yqn5_88:not(:empty){display:block}._options_1yqn5_102{flex-direction:column;gap:14px;display:flex}._optionText_1yqn5_108{color:#e8eaf0;font-size:16px;font-weight:400;line-height:1.5}._required_1yqn5_116{color:#ff5b5b;margin-left:2px;font-weight:600}._loading_1yqn5_122{color:#e8eaf0;text-align:center;padding:60px 20px;font-size:18px;font-weight:500;line-height:22px}._actions_1yqn5_131{-webkit-backdrop-filter:blur(12px);padding-top:24px;padding-bottom:env(safe-area-inset-bottom,0px);z-index:2;background:#06080ee6;border-top:1px solid #ffffff14;justify-content:center;margin-top:8px;display:flex;position:sticky;bottom:0}._submitButton_1yqn5_146{min-width:140px;padding:0 32px}@media (width<=767.998px){._questionnaire_1yqn5_6,._questions_1yqn5_46{gap:20px}._question_1yqn5_6{gap:14px;padding:20px}._questionText_1yqn5_78{font-size:16px;line-height:19px}._options_1yqn5_102{gap:12px}}@media (width<=575.998px){._questionnaire_1yqn5_6,._questions_1yqn5_46{gap:16px}._question_1yqn5_6{gap:12px;padding:16px}._questionText_1yqn5_78{font-size:16px;line-height:19px}._questionHeader_1yqn5_70{gap:8px}._sensitiveBadge_1yqn5_188{padding:4px 10px;font-size:12px;line-height:15px}._options_1yqn5_102{gap:10px}._optionText_1yqn5_108{font-size:14px;line-height:17px}._actions_1yqn5_131{padding-top:20px}._submitButton_1yqn5_146{width:100%;min-width:unset}}._itemImgBlock_1v68v_6{align-items:center;display:flex}._arrows_1v68v_11{filter:brightness(0)invert();width:7px;height:12px;margin-left:4px;margin-right:9px}@media (width<=1240px){._arrows_1v68v_11{margin-right:5px}}._img_1v68v_24{border-radius:8px;width:30px;height:30px;margin-right:10px}@media (width<=1240px){._img_1v68v_24{margin-right:5px}}@media (width<=767.998px){._img_1v68v_24{width:25px;height:25px}}._itemTitle_1v68v_42{color:#e8eaf0;font-size:18px;font-weight:600;line-height:22px}@media (width<=767.998px){._itemTitle_1v68v_42{font-size:14px;line-height:17px}}._itemDescription_1v68v_55{color:#e8eaf080;font-size:14px;line-height:17px}@media (width<=767.998px){._itemDescription_1v68v_55{font-size:12px;line-height:15px}}._active_1v68v_67{background:#e0e4ec1a}._data_1v68v_71{color:#e8eaf0;font-size:14px;font-weight:600;line-height:17px;display:flex}@media (width<=767.998px){._data_1v68v_71{font-size:12px;line-height:15px}._phoneHidden_1v68v_86{display:none}}._depositWithdrawBlock_1v68v_91{flex-flow:wrap;align-items:center;gap:10px;min-width:180px;height:100%;display:flex}@media (width<=767.998px){._depositWithdrawBlock_1v68v_91{min-width:160px!important}}._wrapper_17fq7_6{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:965px;height:fit-content;margin-bottom:20px;padding:20px;box-shadow:0 4px 20px #0006}@media (width<=575.998px){._wrapper_17fq7_6{padding:10px}}._accountActions_17fq7_23{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:20px;display:flex}._accountActionBtn_17fq7_31{color:#e0e4ec;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;transition:background .2s,border-color .2s;display:inline-flex}._accountActionBtn_17fq7_31:hover{background:#e0e4ec14;border-color:#e0e4ec59}._accountActionBtn_17fq7_31._accountActionBtnActive_17fq7_46{background:#e0e4ec1f;border-color:#e0e4ec80}@media (width<=575.998px){._accountActionBtn_17fq7_31{gap:6px;padding:8px 12px}}._accountActionIcon_17fq7_57{color:inherit;flex-shrink:0;justify-content:center;align-items:center;display:flex}._accountActionIcon_17fq7_57 svg{display:block}._accountActionLabel_17fq7_68{color:inherit;font-size:16px;font-weight:500;line-height:19px}@media (width<=575.998px){._accountActionLabel_17fq7_68{font-size:12px;line-height:15px}}._backButton_17fq7_81{color:#e0e4ec;cursor:pointer;font:inherit;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:20px;padding:8px 0;transition:opacity .2s;display:inline-flex}._backButton_17fq7_81:hover{opacity:.85}._backButtonIcon_17fq7_98{justify-content:center;align-items:center;display:flex}._backButtonIcon_17fq7_98 svg{display:block}._backButtonLabel_17fq7_107{font-size:16px;font-weight:500;line-height:19px}@media (width<=575.998px){._backButtonLabel_17fq7_107{font-size:12px;line-height:15px}}._historySection_17fq7_119{margin-top:0}._title_17fq7_123{color:#e8eaf0;margin-bottom:20px;font-size:32px;font-weight:700;line-height:39px}@media (width>=575.999px) and (width<=767.998px){._title_17fq7_123{margin-bottom:17px;font-size:20px;line-height:24px}}@media (width<=575.998px){._title_17fq7_123{margin-bottom:10px;font-size:18px;line-height:22px}}._buttonWrapper_17fq7_145{flex-direction:column;justify-content:center;align-items:center;width:fit-content;display:flex;position:relative}._button_17fq7_145{border:0;justify-content:center;align-items:center;font-size:18px;font-weight:500;line-height:22px;display:flex}._button_17fq7_145 p{color:#e0e4ec;font-weight:700}@media (width>=767.999px) and (width<=1240px){._button_17fq7_145{font-size:16px;line-height:19px}}@media (width>=575.999px) and (width<=767.998px){._button_17fq7_145{font-size:14px;line-height:17px}}@media (width<=575.998px){._button_17fq7_145{font-size:14px;line-height:17px}}._triangle_17fq7_186{position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}._table_17fq7_193{z-index:0;position:relative}._tableRow_17fq7_198{z-index:1;color:#e8eaf0;grid-template-columns:1.3fr repeat(4,1fr);align-items:center;font-size:18px;font-weight:500;line-height:22px;display:grid;position:relative}@media (width>=767.999px) and (width<=1240px){._tableRow_17fq7_198{grid-template-columns:1.3fr repeat(4,1fr)}}@media (width>=575.999px) and (width<=767.998px){._tableRow_17fq7_198{grid-template-columns:1.3fr repeat(2,1fr);font-size:14px;line-height:17px}}@media (width<=575.998px){._tableRow_17fq7_198{grid-template-columns:1.3fr 1fr 1fr;font-size:12px;line-height:15px}}._tableTitleRow_17fq7_229{z-index:2;color:#e8eaf080;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px 16px 0 0;grid-template-rows:50px;font-weight:600;position:relative}@media (width<=767.998px){._tableTitleRow_17fq7_229{grid-template-rows:30px}}._tableCurrencyRow_17fq7_245{border-bottom:1px solid #ffffff14;grid-template-rows:59px;margin-top:-1px;transition:background .15s}._tableCurrencyRow_17fq7_245:hover{background:#ffffff08}._tableCurrencyRow_17fq7_245:last-child{border-bottom:unset;border-radius:0 0 16px 16px}@media (width<=767.998px){._tableCurrencyRow_17fq7_245{grid-template-rows:42px}}._listingActionsRow_17fq7_264{background:#ffffff05;border-bottom:1px solid #ffffff14;flex-wrap:wrap;align-items:center;gap:10px;margin-top:-1px;padding:8px 10px 12px;display:flex}._tableFirstTitle_17fq7_275{padding-left:10px}@media (width<=767.998px){._phoneHidden_17fq7_280{display:none}}@media (width<=575.998px){._phoneVertHidden_17fq7_286{display:none}}._search__input_17fq7_291{width:100%;margin-bottom:8px}._search__input_17fq7_291 div{width:100%}._search__input_17fq7_291 input{color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px}._search__input_17fq7_291 input::placeholder{color:#e8eaf080}._all__checkbox_17fq7_308{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;margin-bottom:12px;margin-left:6px;display:flex}._all__checkbox_17fq7_308 ._switch_17fq7_317{background:#ffffff14;border-radius:22px;flex-shrink:0;width:42px;height:22px;transition:background .3s;position:relative}._all__checkbox_17fq7_308 ._switch_17fq7_317:before{content:"";background:#e8eaf080;border-radius:50%;width:18px;height:18px;transition:transform .3s,background .3s;position:absolute;top:2px;left:2px}._all__checkbox_17fq7_308 input[type=checkbox]{display:none}._all__checkbox_17fq7_308 input[type=checkbox]:checked+._switch_17fq7_317{background:linear-gradient(135deg,#c8d2e6,#8a9bb5)}._all__checkbox_17fq7_308 input[type=checkbox]:checked+._switch_17fq7_317:before{background:#06080e;transform:translate(20px)}._all__checkbox_17fq7_308 span{color:#e8eaf0;font-size:18px;font-weight:500;line-height:22px}._select_2297w_6{width:100%;min-width:8.75rem;position:relative}._select_2297w_6 ._select__btn_2297w_11{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;align-items:flex-start;width:100%;transition:border-color .15s;display:flex}._select_2297w_6 ._select__btn_2297w_11:hover{border-color:#e0e4ec}._select_2297w_6 ._select__preview_2297w_23{align-items:center;width:100%;height:40px;padding:3px 20px;display:flex}._select_2297w_6 ._select__dropdown_2297w_30{z-index:3;min-width:100%;padding:4px 0;position:absolute;top:100%;left:0}._select_2297w_6 ._select__list_2297w_38{background:#0c1018;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;max-height:320px;transition:all .15s;display:flex;overflow:hidden auto;box-shadow:0 4px 20px #0006}._select_2297w_6 ._select__item_2297w_50{color:#e8eaf0;cursor:pointer;align-items:center;margin:0;padding:8px 20px;transition:background .15s;display:flex}._select_2297w_6 ._select__item_2297w_50:hover{background:#ffffff14}._select_2297w_6 ._select__item_2297w_50._select__item_active_2297w_62{color:#e0e4ec;background:#e0e4ec1a}._select_2297w_6 ._select__media_2297w_66:not(:last-child),._select_2297w_6 ._select__title_2297w_67:not(:last-child),._select_2297w_6 ._select__arrow_2297w_68:not(:last-child){margin-right:12px}._select_2297w_6 ._select__media_2297w_66{justify-content:center;align-items:center;width:32px;height:32px;display:flex}._select_2297w_6 ._select__title_2297w_67{color:#e8eaf0;white-space:nowrap;font-size:18px;font-weight:500;line-height:32px}._select_2297w_6 ._select__anyText_2297w_85{color:#e0e4ec;cursor:pointer;margin-left:auto;margin-right:8px;font-size:14px;font-weight:500;transition:opacity .15s}._select_2297w_6 ._select__anyText_2297w_85:hover{opacity:.8}._select_2297w_6 ._select__arrow_2297w_68{justify-content:flex-end;align-items:center;width:32px;height:32px;margin-left:auto;display:flex}._select_2297w_6 ._select__arrow_2297w_68 svg{opacity:.7}._titleWrapper_59tob_6{justify-content:center;align-items:center;margin-bottom:20px;display:flex;position:relative}._title_59tob_6{color:#e8eaf0;margin:0 auto;font-size:20px;line-height:24px}@media (width<=767.998px){._title_59tob_6{font-size:16px;line-height:19px}}._titleWithBackButton_59tob_27{margin:0 auto!important}._backButton_59tob_31{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:0;left:0}._backButtonIcon_59tob_44{display:inline-flex}._applyButton_7sdlz_1{color:#06080e;cursor:pointer;background:linear-gradient(135deg,#e0e4ec,#e0e4eccc);border:1px solid #e0e4ec4d;border-radius:12px;justify-content:center;align-items:center;padding:5px 10px;transition:transform .12s,box-shadow .12s;display:flex;box-shadow:0 18px 44px #e0e4ec26}@media (hover:hover){._applyButton_7sdlz_1:hover{transform:translateY(-1px);box-shadow:0 22px 52px #e0e4ec33}}._applyButton_7sdlz_1:active{transform:translateY(0);box-shadow:0 14px 36px #e0e4ec1f}._clearButton_7sdlz_25{color:#e8eaf0;cursor:pointer;background:#6464644d;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;padding:5px 10px;transition:transform .12s,box-shadow .12s,background .12s;display:flex;box-shadow:0 12px 22px #00000080}@media (hover:hover){._clearButton_7sdlz_25:hover{background:#78787866;transform:translateY(-1px);box-shadow:0 16px 28px #0009}}._clearButton_7sdlz_25:active{background:#50505059;transform:translateY(0)}._buttonsWrapper_7sdlz_50{justify-content:space-between;gap:10px;display:flex}._tabWrapper_gwts0_6{grid-template-columns:repeat(3,1fr);gap:10px;width:960px;display:grid}._tabWrapper_gwts0_6 button{width:100%}@media (width>=575.999px) and (width<=767.998px){._tabWrapper_gwts0_6{width:510px}}@media (width<=575.998px){._tabWrapper_gwts0_6{grid-template-columns:repeat(1,auto);gap:5px;width:100%}}._tabCell_gwts0_28{align-items:flex-end;min-height:0;display:flex}._optionsWrapper_gwts0_34{justify-content:space-between;align-items:flex-end}@media (width<=575.998px){._optionsWrapper_gwts0_34{gap:10px}}._fieldsWrapper_gwts0_44{flex-wrap:wrap;align-items:flex-end;gap:10px;margin-top:10px;display:flex}._fieldWrapper_gwts0_52{gap:5px;width:166px;display:grid}@media (width>=575.999px) and (width<=767.998px){._fieldWrapper_gwts0_52{width:140px}}@media (width<=575.998px){._fieldWrapper_gwts0_52{width:150px}}._fieldTitle_gwts0_68{color:#e8eaf080;font-size:14px;font-weight:500;line-height:17px}._dateInputsWrapper_gwts0_75{align-items:center;gap:8px;width:calc(100% + 8px);margin:0 -4px;display:flex}._dateInputWrapper_gwts0_83{flex:1;margin:0 4px}._dateInputWrapper_gwts0_83 ._p-inputwrapper_gwts0_87,._dateInputWrapper_gwts0_83 ._p-inputtext_gwts0_90{width:100%}._clearDateButton_gwts0_94{cursor:pointer;color:#e8eaf080;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:24px;line-height:1;transition:color .15s;display:flex}._clearDateButton_gwts0_94:hover{color:#e8eaf0}@media (width<=767.998px){._clearDateButton_gwts0_94{width:20px;height:20px;font-size:20px}}._fieldWrapperDate_gwts0_121{width:312px}@media (width<=767.998px){._fieldWrapperDate_gwts0_121{width:100%}}._dateInput_gwts0_75{padding-left:45px}@media (width<=767.998px){._dateInput_gwts0_75{padding-left:34px}}._calendar_gwts0_139{position:absolute;top:50%;left:10px;transform:translateY(-50%)}@media (width<=767.998px){._calendar_gwts0_139{width:15px;height:14px}}._optionButtonsWrapper_gwts0_152{gap:20px;margin-bottom:3px;display:flex}@media (width>=575.999px) and (width<=767.998px){._optionButtonsWrapper_gwts0_152{justify-content:flex-end;gap:10px;display:grid}}._optionButton_gwts0_152{text-align:right;height:22px}._optionButton_gwts0_152 span{white-space:nowrap;color:#e0e4ec;font-size:18px;font-weight:400;line-height:22px}._optionButton_gwts0_152 span:before{content:"";background:linear-gradient(135deg,#c8d2e6,#8a9bb5);width:100%;height:1px;position:absolute;top:calc(100% + 3px);left:0}@media (width<=1240px){._optionButton_gwts0_152{height:17px}._optionButton_gwts0_152 span{font-size:14px;line-height:17px}._optionButton_gwts0_152 span:before{top:calc(100% + 2px)}}._table_gwts0_198{background:0 0;border-bottom-right-radius:19px;border-bottom-left-radius:19px;width:calc(100% + 38px);margin:16px -19px -10px;display:grid;position:relative;overflow:hidden}@media (width<=1240px){._table_gwts0_198{box-sizing:border-box;max-width:100vw;margin-bottom:-19px}}@media (width<=575.998px){._table_gwts0_198{box-sizing:border-box;width:calc(100% + 18px);max-width:100vw;margin:5px -9px -9px}}@media (width<=1240px){._desktopOnly_gwts0_228{display:none}}._mobileOnly_gwts0_233{display:none}@media (width<=1240px){._mobileOnly_gwts0_233{display:grid}}._row_gwts0_242{justify-content:space-between;align-items:center;width:100%;height:fit-content;padding:1px 19px;display:grid}@media (width<=575.998px){._row_gwts0_242{box-sizing:border-box;padding:1px 9px}}._rowHistory_gwts0_257{grid-template-columns:14% 16% 8% 11% 10% 43%}._cellType_gwts0_261{word-break:break-word;overflow-wrap:break-word;min-width:0}._rowHistoryCash_gwts0_267{grid-template-columns:14% 18% 5% 7% 10% 11% 17%}._rowTurnover_gwts0_271{grid-template-columns:9% 12% 13% 13% 21% 9% 9%}._rowMobile_gwts0_275{grid-template-columns:40% auto;justify-content:flex-start;gap:20px}@media (width<=575.998px){._rowMobile_gwts0_275{grid-template-columns:35% 1fr;gap:10px;padding:1px 9px}}._rowMobileTitleWrapper_gwts0_288{flex:1;grid-template-columns:2fr 1fr;gap:20px;min-width:0;display:grid!important}@media (width<=575.998px){._rowMobileTitleWrapper_gwts0_288{gap:10px}}._rowMobileTitleWrapper_gwts0_288 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._rowMobileTitleWrapper_gwts0_288 span:last-child{flex:1;min-width:0}._imgRotate_gwts0_310{transform:rotate(-90deg)}._grey_gwts0_314{color:#e8eaf080}._titleRow_gwts0_318{height:fit-content;padding-top:8px;padding-bottom:8px}@media (width<=1240px){._titleRow_gwts0_318{grid-template-columns:1fr auto;justify-content:space-between;min-width:0;font-size:16px;line-height:19px}}._cell_gwts0_261{color:#e8eaf0;justify-content:flex-start;align-items:center;width:100%;height:fit-content;padding:4px 0;font-size:14px;font-weight:400;line-height:17px;display:flex}@media (width<=575.998px){._cell_gwts0_261{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;min-width:0}}._cellColoredBg_gwts0_354{background:#ffffff08}._tableTitle_gwts0_358{color:#e8eaf080;font-size:14px;font-weight:500;line-height:17px}@media (width<=1240px){._tableTitle_gwts0_358{font-size:16px;line-height:19px}}._hiddenWrapper_gwts0_371{visibility:hidden;height:0;min-height:0;margin:0;overflow:hidden;padding:0!important}._TxID_gwts0_380{color:#e0e4ec;word-break:break-all;overflow-wrap:anywhere;font-weight:500}._TxID_gwts0_380:hover{opacity:.85;cursor:pointer;text-decoration:underline}@media (width<=575.998px){._TxID_gwts0_380{font-size:12px}}._cancelled_gwts0_397{color:#ff5b5b}._credited_gwts0_401{color:#00e676}._cancelButton_gwts0_405{color:#e8eaf080;height:15px;font-size:14px;line-height:17px;transition:color .15s}._cancelButton_gwts0_405:hover{color:#ff5b5b}@media (width<=1240px){._cancelButton_gwts0_405{height:13px;font-size:12px;line-height:15px}}._line_gwts0_423{background:linear-gradient(135deg,#c8d2e6,#8a9bb5);height:3px;margin:0 20px}._lineMobile_gwts0_429{background:#ffffff14;height:1px}._mobileCard_gwts0_434{border-radius:12px;margin:0 -9px;padding:0 9px;transition:background-color .2s}@media (width<=1240px){._mobileCard_gwts0_434{margin:0 -19px;padding:0 19px}}@media (width<=575.998px){._mobileCard_gwts0_434{margin:0 -9px;padding:0 9px}}@media (hover:hover){._mobileCard_gwts0_434:hover{background:#232a3680}}._mobileCard_gwts0_434:active{background:#232a3699}._mobileCardExpanded_gwts0_461{border-bottom-right-radius:0;border-bottom-left-radius:0}._mobileCardPreview_gwts0_466{border-left:3px solid #e0e4ec;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:10px 0 12px 14px;display:flex;position:relative;overflow:hidden}@media (width<=575.998px){._mobileCardPreview_gwts0_466{gap:8px;min-height:52px;padding:10px 12px 0}}._mobileCardMain_gwts0_486{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}._mobileCardType_gwts0_494{color:#e8eaf080;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:17px;overflow:hidden}@media (width<=575.998px){._mobileCardType_gwts0_494{font-size:12px;line-height:15px}}._mobileCardAmount_gwts0_510{color:#e8eaf0;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;line-height:19px;overflow:hidden}@media (width<=575.998px){._mobileCardAmount_gwts0_510{font-size:14px;line-height:17px}}._mobileCardCurrency_gwts0_526{color:#e8eaf080;margin-left:6px;font-size:.9em;font-weight:500}._mobileCardMeta_gwts0_533{flex-shrink:0;align-items:center;gap:10px;display:flex}._mobileCardDate_gwts0_540{color:#e8eaf080;white-space:nowrap;font-size:14px;line-height:17px}@media (width<=575.998px){._mobileCardDate_gwts0_540{font-size:12px;line-height:15px}}._mobileCardChevron_gwts0_553{opacity:.7;flex-shrink:0;transition:transform .2s}@media (width<=1240px){._mobileCardDetails_gwts0_560{background:#161b2266;border-bottom-right-radius:12px;border-bottom-left-radius:12px;padding:2px 0 12px}}@media (width<=575.998px){._mobileCardDetails_gwts0_560{padding:2px 0 10px}}._paginationWrapper_gwts0_573{justify-content:space-between;align-items:center;width:420px;height:fit-content;margin:0 auto;display:flex}@media (width>=575.999px) and (width<=767.998px){._paginationWrapper_gwts0_573{width:350px}}@media (width<=575.998px){._paginationWrapper_gwts0_573{width:330px}}._paginationCenterWrapper_gwts0_592{place-content:center;gap:10px;height:fit-content;display:flex}@media (width<=767.998px){._paginationCenterWrapper_gwts0_592{gap:8px}}._arrowButton_gwts0_604{aspect-ratio:1;place-content:center;display:grid}._arrowButton_gwts0_604 img{filter:brightness(0)saturate()invert(67%)sepia(74%)saturate(1047%)hue-rotate(2deg)brightness(103%)contrast(101%)}@media (width<=767.998px){._arrowButton_gwts0_604 img{width:8.75px;height:12.25px}}@media (width<=575.998px){._arrowButton_gwts0_604 img{width:7.5px;height:10.5px}}._arrowRight_gwts0_625{transform:rotate(180deg)}._arrowRight_gwts0_625 img{filter:brightness(0)saturate()invert()sepia(0%)saturate(0%)hue-rotate()brightness()contrast()}@media (hover:hover){._arrowRight_gwts0_625:not(:disabled):hover{box-shadow:none}._arrowRight_gwts0_625:not(:disabled):hover img{filter:brightness(0)saturate()invert()sepia(0%)saturate(0%)hue-rotate()brightness()contrast()}}._arrowRight_gwts0_625:not(:disabled):active{box-shadow:none}._arrowRight_gwts0_625:not(:disabled):active img{filter:brightness(0)saturate()invert()sepia(0%)saturate(0%)hue-rotate()brightness()contrast()}._pageNumber_gwts0_646{text-align:center;color:#e8eaf080;cursor:pointer;place-self:center;width:30px;font-size:16px;line-height:19px;transition:color .15s}._pageNumber_gwts0_646:hover{color:#e8eaf0}@media (width<=767.998px){._pageNumber_gwts0_646{width:26px;font-size:14px;line-height:17px}}._pageNumberActive_gwts0_667{color:#e0e4ec;font-weight:600}._ellipsisWrapper_gwts0_672{width:40px}@media (width<=767.998px){._ellipsisWrapper_gwts0_672{width:35px}}@media (width<=575.998px){._ellipsisWrapper_gwts0_672{width:30px}}._ellipsis_gwts0_672{text-align:center;color:#e8eaf080;background:#ffffff08;border:2px solid #ffffff14;border-radius:8px;padding:0;font-size:16px;line-height:19px}._notification1Figure_gwts0_697{color:#06080e;background-color:#e0e4ec;border-radius:10px;place-content:center;place-items:center;width:20px;height:20px;font-size:14px;font-weight:600;line-height:17px;display:grid;position:absolute;top:0;right:0;transform:translate(8px)translateY(-8px)}@media (width<=575.998px){._notification1Figure_gwts0_697{width:16px;height:16px;font-size:12px;line-height:15px;transform:translate(4px)translateY(-6px)}}._notificationMoreThan1Figure_gwts0_724{width:fit-content;padding:0 4px}._title_gwts0_318{margin:0 auto;font-size:20px;line-height:24px}@media (width<=767.998px){._title_gwts0_318{font-size:16px;line-height:19px}}._mobileDetailsButtonRow_gwts0_741{justify-content:center;padding:8px 9px 4px;display:flex}._mobileDetailsButton_gwts0_741{color:#e0e4ec;cursor:pointer;background:0 0;border:none;padding:6px 0;font-size:14px;font-weight:500;line-height:17px;transition:opacity .15s}._mobileDetailsButton_gwts0_741:hover{opacity:.85;text-decoration:underline}._balanceBlock_knfeg_6{justify-content:flex-start;gap:8px;margin-bottom:20px;display:flex}._balanceBlock_knfeg_6 span{color:#e8eaf0;font-size:20px;line-height:24px}@media (width>=575.999px) and (width<=767.998px){._balanceBlock_knfeg_6 span{font-size:16px;line-height:19px}}@media (width<=575.998px){._balanceBlock_knfeg_6 span{font-size:12px;line-height:15px}._balanceBlock_knfeg_6{gap:5px}}._subTitle_knfeg_35{color:#e8eaf080;font-size:18px;line-height:22px}@media (width>=575.999px) and (width<=767.998px){._subTitle_knfeg_35{font-size:14px;line-height:17px}}@media (width<=575.998px){._subTitle_knfeg_35{font-size:12px;line-height:15px}}._number_knfeg_53{color:#e8eaf0;font-weight:500}._headlines_knfeg_58{color:#e0e4ec;font-weight:700}._tilda_knfeg_63{color:#e0e4ec;margin:0 12px}@media (width<=767.998px){._tilda_knfeg_63{margin:0}}._block_bqbyn_6{padding:20px 0;position:relative}._body_bqbyn_11{justify-content:space-between;gap:10px;display:flex}@media (width<=767.998px){._body_bqbyn_11{flex-direction:column}._desktopAddressBlock_bqbyn_23{display:none}}._mobileAddressBlock_bqbyn_28{display:none}@media (width<=767.998px){._mobileAddressBlock_bqbyn_28{display:block}}._title_bqbyn_37{color:#e8eaf0;margin-bottom:20px;font-size:32px;font-weight:700;line-height:39px}@media (width<=767.998px){._title_bqbyn_37{font-size:20px;line-height:24px}}._infoBody_bqbyn_51{width:100%}._selectTitle_bqbyn_55{color:#e8eaf0;margin-bottom:10px;font-size:18px;line-height:22px}@media (width<=767.998px){._selectTitle_bqbyn_55{font-size:16px;line-height:19px}}._buttonBody_bqbyn_68{justify-content:flex-start;gap:5px;margin-bottom:20px;display:flex}._button_bqbyn_68{color:#e8eaf0;background:#ffffff08;border-radius:12px;justify-content:center;align-items:center;width:134px;height:30px;font-size:14px;font-weight:500;line-height:17px;transition:all .15s;display:flex}@media (width<=767.998px){._button_bqbyn_68{width:100px}}._buttonGreen_bqbyn_95{border:1px solid #ffffff14}._buttonGreen_bqbyn_95:hover{border-color:#00e676}._buttonYellow_bqbyn_102{border:1px solid #e0e4ec4d}._buttonRed_bqbyn_106{border:1px solid #ff5b5b73}._buttonGreenActive_bqbyn_110{background:#00e67626;border:1px solid #00e676}._buttonYellowActive_bqbyn_115{background:#e0e4ec1a;border:1px solid #e0e4ec}._buttonRedActive_bqbyn_120{background:#ff5b5b24;border:1px solid #ff5b5b}._list_bqbyn_125{margin-top:20px;margin-bottom:20px;padding:0}._item_bqbyn_131{color:#e8eaf080;font-size:14px;line-height:17px}@media (width<=767.998px){._item_bqbyn_131{font-size:12px;line-height:15px}}._danger_bqbyn_143{color:#ff5b5b;margin-bottom:10px;font-size:14px;font-weight:500;line-height:17px}@media (width<=767.998px){._danger_bqbyn_143{font-size:12px;line-height:15px}}._dangerBody_bqbyn_157{margin-bottom:20px}@media (width<=767.998px){._dangerBody_bqbyn_157{margin-bottom:0}}._qrCodeBody_bqbyn_166{aspect-ratio:1;background:#e8eaf0;border-radius:16px;height:max-content;padding:12px;display:flex}@media (width<=767.998px){._qrCodeBody_bqbyn_166{justify-content:center;align-self:center;width:fit-content;height:auto}}._qrCode_bqbyn_166{width:100%;height:100%}@media (width<=767.998px){._qrCode_bqbyn_166{width:155px;height:155px}}._address_bqbyn_194{color:#e8eaf0;margin-bottom:10px;padding-left:1px;font-size:18px;font-weight:500;line-height:22px}@media (width<=767.998px){._address_bqbyn_194{font-size:14px;line-height:17px}}._inputBody_bqbyn_209{width:613px;position:relative}@media (width<=767.998px){._inputBody_bqbyn_209{width:100%}._inputBody_bqbyn_209 input{width:88%}}._inputImageBlock_bqbyn_222{cursor:pointer;border:0;justify-content:center;align-items:center;width:40px;display:flex;position:absolute;top:0;right:0}@media (width<=767.998px){._inputImageBlock_bqbyn_222{width:35px}}@media (width<=575.998px){._inputImageBlock_bqbyn_222{height:30px}}._inputImage_bqbyn_222{filter:brightness(0)invert();width:17px;height:20px}@media (width<=767.998px){._inputImage_bqbyn_222{width:15px;height:17px}}._buttonAddress_bqbyn_256{width:240px;height:40px;font-size:16px;line-height:19px}._block_1gwny_6{padding-top:15px;position:relative}._body_1gwny_11{justify-content:space-between;display:flex}._infoBody_1gwny_16{justify-content:flex-start;width:651px;display:grid}@media (width<=767.998px){._infoBody_1gwny_16{width:100%}}._title_1gwny_27{color:#e8eaf0;margin-bottom:20px;font-size:32px;font-weight:700;line-height:39px}@media (width<=767.998px){._title_1gwny_27{font-size:20px;line-height:24px}}._description_1gwny_41{color:#e8eaf080;font-size:14px;line-height:17px}@media (width<=767.998px){._description_1gwny_41{font-size:12px;line-height:15px}}._form_1gwny_53{width:651px;margin-bottom:20px}@media (width<=767.998px){._form_1gwny_53{width:100%}}._formTitle_1gwny_63{color:#e8eaf0;align-self:flex-end;margin-top:20px;margin-bottom:0;font-size:18px;font-weight:500;line-height:22px}@media (width<=767.998px){._formTitle_1gwny_63{margin-top:10px;font-size:14px;line-height:17px}}._input_1gwny_80{margin-top:10px}._input_1gwny_80::placeholder{color:#e8eaf080;opacity:.5}._inputError_1gwny_88{border-color:#ff5b5b!important}._inputSuccess_1gwny_92{border-color:#00e676!important}._lookupStatus_1gwny_96{color:#e8eaf080;margin-top:6px;font-size:12px;line-height:15px}._lookupError_1gwny_103{color:#ff5b5b;margin-top:6px;font-size:12px;line-height:15px}._recipientPreview_1gwny_110{background:#00e67614;border:1px solid #00e6764d;border-radius:12px;align-items:center;gap:10px;margin-top:10px;padding:10px 14px;display:flex}._avatarSmall_1gwny_121{object-fit:cover;border-radius:50%;width:32px;height:32px}._nickname_1gwny_128{color:#e8eaf0;font-size:16px;font-weight:600;line-height:19px}._amountRow_1gwny_135{grid-template-columns:1fr auto;align-items:flex-end;gap:10px;display:grid}._amountInput_1gwny_142{margin-top:10px}._maxButton_1gwny_146{min-width:80px;height:48px}._commissionRow_1gwny_151,._receiveRow_1gwny_152{color:#e8eaf080;justify-content:space-between;align-items:center;margin-top:14px;font-size:14px;line-height:17px;display:flex}._commissionValue_1gwny_162,._receiveValue_1gwny_163{color:#e8eaf0;font-weight:600}._sendButton_1gwny_168{width:100%;margin-top:24px}._confirmModal_1gwny_174{min-width:340px;padding:10px 0}@media (width<=767.998px){._confirmModal_1gwny_174{min-width:auto}}._confirmTitle_1gwny_184{color:#e8eaf0;text-align:center;margin-bottom:20px;font-size:20px;font-weight:700;line-height:24px}._confirmRecipient_1gwny_193{background:#ffffff08;border-radius:12px;align-items:center;gap:14px;margin-bottom:20px;padding:16px;display:flex}._avatarLarge_1gwny_203{object-fit:cover;border-radius:50%;width:48px;height:48px}._confirmRecipientInfo_1gwny_210{flex-direction:column;gap:2px;display:flex}._confirmNickname_1gwny_216{color:#e8eaf0;font-size:16px;font-weight:600;line-height:19px}._confirmUid_1gwny_223{color:#e8eaf080;font-size:12px;line-height:15px}._confirmDetails_1gwny_229{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}._confirmRow_1gwny_236{color:#e8eaf080;justify-content:space-between;font-size:14px;line-height:17px;display:flex}._confirmRow_1gwny_236 span:last-child{color:#e8eaf0;font-weight:600}._confirmTotal_1gwny_248{border-top:1px solid #ffffff14;padding-top:12px;font-size:16px;line-height:19px}._confirmButtons_1gwny_255{flex-direction:column;gap:10px;display:flex}._confirmBtn_1gwny_261{color:#000;background:#e0e4ec;width:100%;font-weight:600}._confirmBtn_1gwny_261:hover{opacity:.9}._cancelBtn_1gwny_271{color:#e8eaf0;background:0 0;border:1px solid #ffffff14;width:100%}._cancelBtn_1gwny_271:hover{background:#ffffff08}._block_yw2ye_6{padding-top:15px;position:relative}._body_yw2ye_11{justify-content:space-between;display:flex}._infoBody_yw2ye_16{justify-content:flex-start;width:651px;display:grid}@media (width<=767.998px){._infoBody_yw2ye_16{width:100%}}._title_yw2ye_27{color:#e8eaf0;margin-bottom:20px;font-size:32px;font-weight:700;line-height:39px}@media (width<=767.998px){._title_yw2ye_27{font-size:20px;line-height:24px}}._selectTitle_yw2ye_41{color:#e8eaf0;margin-top:10px;margin-bottom:10px;font-size:18px;line-height:22px}@media (width<=767.998px){._selectTitle_yw2ye_41{font-size:16px;line-height:19px}}._description_yw2ye_55{color:#e8eaf080;font-size:14px;line-height:17px}@media (width<=767.998px){._description_yw2ye_55{font-size:12px;line-height:15px}}._buttonBody_yw2ye_67{justify-content:flex-start;gap:5px;margin-bottom:20px;display:flex}._button_yw2ye_67{white-space:nowrap;color:#e8eaf0;background:#ffffff08;border-radius:12px;justify-content:center;align-items:center;min-width:134px;height:30px;padding:0 12px;font-size:14px;font-weight:500;line-height:17px;transition:all .15s;display:flex}@media (width<=767.998px){._button_yw2ye_67{min-width:100px;font-size:16px;line-height:19px}}@media (width<=575.998px){._button_yw2ye_67{font-size:14px;line-height:17px}}._buttonGreen_yw2ye_104{border:1px solid #ffffff14}._buttonGreen_yw2ye_104:hover{border-color:#00e676}._buttonYellow_yw2ye_111{border:1px solid #e0e4ec4d}._buttonRed_yw2ye_115{border:1px solid #ff5b5b73}._buttonGreenActive_yw2ye_119{background:#00e67626;border:1px solid #00e676}._buttonYellowActive_yw2ye_124{background:#e0e4ec1a;border:1px solid #e0e4ec}._buttonRedActive_yw2ye_129{background:#ff5b5b24;border:1px solid #ff5b5b}._dangerBody_yw2ye_134{width:412px}@media (width<=767.998px){._dangerBody_yw2ye_134{width:100%}}._danger_yw2ye_134{color:#ff5b5b;font-size:14px;font-weight:500;line-height:17px}@media (width<=767.998px){._danger_yw2ye_134{font-size:12px;line-height:15px}}._form_yw2ye_156{width:651px;margin-bottom:20px}@media (width<=767.998px){._form_yw2ye_156{width:100%}}._formTitle_yw2ye_166{color:#e8eaf0;align-self:flex-end;margin-top:20px;margin-bottom:0;font-size:18px;font-weight:500;line-height:22px}@media (width<=767.998px){._formTitle_yw2ye_166{margin-top:10px;font-size:14px;line-height:17px}}._formTitle_yw2ye_166._commission_yw2ye_182{margin-top:0}._input_yw2ye_186{margin-top:10px}._input_yw2ye_186::placeholder{color:#e8eaf080;opacity:.5}._addressWrapper_yw2ye_194{display:flex}._summWrapper_yw2ye_198{grid-template:"sum sum com"min-content"suminp button cominp"min-content/minmax(0,1fr) max-content minmax(0,1fr);gap:10px 20px;display:grid}@media (width<=767.998px){._summWrapper_yw2ye_198{gap:10px}}@media (width<=575.998px){._summWrapper_yw2ye_198{grid-template-rows:repeat(4,min-content);grid-template-columns:minmax(0,1fr) max-content;grid-template-areas:"sum sum""suminp button""com com""cominp cominp";gap:10px}}._fieldError_yw2ye_219{color:#ff5b5b;margin:6px 0 0;font-size:14px;font-weight:500;line-height:17px}@media (width<=767.998px){._fieldError_yw2ye_219{font-size:12px;line-height:15px}}._withdrawWrapper_yw2ye_233{align-items:flex-end;gap:10px 20px;display:flex}@media (width<=767.998px){._withdrawWrapper_yw2ye_233{gap:10px}}@media (width<=575.998px){._withdrawWrapper_yw2ye_233{gap:10px}}._withdrawQrButton_yw2ye_249{flex-shrink:0;justify-content:center;align-items:center;gap:.3rem;width:clamp(2rem,13vw,8rem);margin-top:10px;display:none}@media (width<=767.998px){._withdrawQrButton_yw2ye_249{display:flex}}@media (width<=575.998px){._withdrawQrButton_yw2ye_249{display:flex}}._summTitle_yw2ye_269{color:#e8eaf0;grid-area:sum}._commission_yw2ye_182{cursor:pointer;color:#e8eaf0;grid-area:com;font-weight:400}._summInput_yw2ye_281{grid-area:suminp;width:100%;min-width:0;margin-top:0}._summButton_yw2ye_288{grid-area:button;justify-self:start;width:fit-content;max-width:100%;margin:auto 0;padding-left:12px;padding-right:12px;color:#e8eaf080!important;height:34px!important;box-shadow:none!important;background:#ffffff08!important;border:1px solid #ffffff14!important}@media (hover:hover){._summButton_yw2ye_288:not(:disabled):hover{color:#e8eaf0!important;background:#ffffff0f!important}}@media (width<=767.998px){._summButton_yw2ye_288{height:28px!important}}._commissionDisabledInput_yw2ye_314{color:#e8eaf080;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;grid-area:cominp;width:100%;min-width:0;padding-left:20px}._commissionDisabledInput_yw2ye_314::placeholder{color:#e8eaf080}._sendButton_yw2ye_328{width:155px;margin-top:20px}._emailCooldownHint_yw2ye_333{color:#e8eaf080;margin:8px 0 0;font-size:14px;line-height:17px}@media (width<=767.998px){._emailCooldownHint_yw2ye_333{font-size:12px;line-height:15px}}._sendEmailButtonCooldown_yw2ye_346{white-space:nowrap;padding-left:6px;padding-right:6px;font-size:14px;line-height:17px}._sendEmailButtonCooldown_yw2ye_346 span{font-size:14px;line-height:17px}@media (width<=767.998px){._sendEmailButtonCooldown_yw2ye_346,._sendEmailButtonCooldown_yw2ye_346 span{font-size:12px;line-height:15px}}._inputButtonWrapper_yw2ye_368{grid-template-columns:auto 24%;align-items:flex-end;gap:20px;display:grid}@media (width<=767.998px){._inputButtonWrapper_yw2ye_368{grid-template-columns:auto 35%;gap:10px}}._root_ilbsc_6{box-sizing:border-box;max-width:100%;padding:0 36px 2px 0}@media (width<=575.998px){._root_ilbsc_6{padding:0 28px 2px 0}}._title_ilbsc_17{text-align:center;color:#e8eaf0;margin:0 0 10px;padding-right:4px;font-size:20px;font-weight:600;line-height:1.25}@media (width<=767.998px){._title_ilbsc_17{font-size:18px;line-height:22px}}._description_ilbsc_34{color:#e8eaf080;text-align:center;margin:0 0 22px;padding-right:4px;font-size:16px;line-height:1.45}@media (width<=767.998px){._description_ilbsc_34{margin-bottom:18px;font-size:14px;line-height:17px}}._actions_ilbsc_51{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 12px;margin-top:16px;display:flex}._actions_ilbsc_51 button{padding:0 12px}._button_ilbsc_63{flex:none;min-width:108px;height:40px}@media (width<=575.998px){._button_ilbsc_63{min-width:96px;height:28px}}._buttonGreen_ilbsc_75{flex:none;min-width:108px;height:40px;background:#00e676!important}@media (width<=575.998px){._buttonGreen_ilbsc_75{min-width:96px;height:28px}}._scanner_qvtip_6{z-index:9999;background:#000;position:fixed;inset:0;overflow:hidden}._video_qvtip_14{object-fit:cover;background:#000;width:100%;height:100%;position:absolute;inset:0}._overlay_qvtip_23{position:absolute;inset:0}._header_qvtip_28{z-index:3;padding:max(1rem, env(safe-area-inset-top)) 1rem .75rem;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0;right:0}._backButton_qvtip_40{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;display:flex;position:absolute;left:.5rem}._headerTitle_qvtip_55{color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:1.2rem;font-weight:500}._centerContent_qvtip_62{pointer-events:none;flex-direction:column;align-items:center;gap:1.5rem;padding-top:22vh;display:flex;position:absolute;inset:0}._scanArea_qvtip_73{aspect-ratio:1;width:clamp(16rem,72vw,24rem);position:relative}._frame_qvtip_79{border:2px solid #fff6;border-radius:.8rem;position:absolute;inset:0;overflow:hidden}._corner_qvtip_87{pointer-events:none;z-index:2;border:0 solid #fff;width:2rem;height:2rem;position:absolute}._tl_qvtip_98{border-width:4px 0 0 4px;border-top-left-radius:.8rem;top:-1px;left:-1px}._tr_qvtip_105{border-width:4px 4px 0 0;border-top-right-radius:.8rem;top:-1px;right:-1px}._bl_qvtip_112{border-width:0 0 4px 4px;border-bottom-left-radius:.8rem;bottom:-1px;left:-1px}._br_qvtip_119{border-width:0 4px 4px 0;border-bottom-right-radius:.8rem;bottom:-1px;right:-1px}._scanLine_qvtip_126{z-index:1;background:linear-gradient(90deg,#0000 0%,#ffffff0f 15%,#ffea00e6 50%,#ffffff0f 85%,#0000 100%);height:2px;animation:2.8s ease-in-out infinite _scanMove_qvtip_1;position:absolute;top:0;left:0;right:0;box-shadow:0 0 12px 2px #ffea0059}@keyframes _scanMove_qvtip_1{0%{opacity:.4;transform:translateY(12px)}50%{opacity:1;transform:translateY(calc(clamp(16rem,72vw,24rem) - 12px))}to{opacity:.4;transform:translateY(12px)}}._scanHint_qvtip_152{color:#fff;opacity:.9;text-align:center;text-shadow:0 1px 8px #0009;pointer-events:none;max-width:90%;font-family:Helvetica,Arial,sans-serif;font-size:clamp(1rem,3vw,1.15rem);font-weight:500}._galleryButton_qvtip_164{cursor:pointer;color:#fff;z-index:2;pointer-events:auto;background:0 0;border:none;flex-direction:column;align-items:center;gap:.5rem;margin-top:1.5rem;padding:0;display:flex}._galleryButton_qvtip_164 ._galleryIcon_qvtip_178{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:999px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:flex}._galleryLabel_qvtip_189{color:#fff;white-space:nowrap;font-family:Helvetica,Arial,sans-serif;font-size:1rem;font-weight:500}._fileInput_qvtip_197{display:none}._block_nix78_6{border-bottom:1px solid #ffffff14;padding:20px 0;position:relative}._title_nix78_12{color:#e8eaf0;width:100%;font-size:32px;font-weight:700;line-height:39px}@media (width<=767.998px){._title_nix78_12{font-size:20px;line-height:24px}}._methodWrapper_nix78_26{grid-template-rows:repeat(2,min-content);grid-template-columns:30% auto;grid-template-areas:"title1 title2""select instructions";gap:10px 20px;margin-top:20px;display:grid}._methodWrapper_nix78_26 p{margin-bottom:0}@media (width<=767.998px){._methodWrapper_nix78_26{grid-template-columns:40% auto}}@media (width<=575.998px){._methodWrapper_nix78_26{grid-template-rows:repeat(4,min-content);grid-template-columns:100%;grid-template-areas:"title1""select""title2""instructions"}}._title1_nix78_50{grid-area:title1}._title2_nix78_54{grid-area:title2}._select_nix78_58{grid-area:select}._instructions_nix78_62{grid-area:instructions}._methodTitle_nix78_66{color:#e8eaf0;font-size:18px;font-weight:500;line-height:22px}@media (width<=767.998px){._methodTitle_nix78_66{font-size:14px;line-height:17px}}._selectWrapper_nix78_79{background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border-radius:12px;width:100%;height:40px;padding:2px;position:relative}@media (width<=767.998px){._selectWrapper_nix78_79{height:35px}}@media (width<=575.998px){._selectWrapper_nix78_79{width:200px;height:30px}}._methodSelect_nix78_99{color:#e8eaf0;background:#0c1018;border:0;border-radius:10px;width:calc(100% - 4px);height:calc(100% - 4px);padding:0;font-size:18px;line-height:22px;position:absolute}@media (width<=767.998px){._methodSelect_nix78_99{font-size:14px;line-height:17px}}._selectTitleWrapper_nix78_118{justify-content:space-between;align-self:center;width:100%;height:100%;padding:0 18px;display:flex;position:absolute;top:0}._selectTitleWrapper_nix78_118 p{color:#e8eaf0;align-self:center;font-size:18px;line-height:22px}@media (width<=767.998px){._selectTitleWrapper_nix78_118 p{font-size:14px;line-height:17px}}._selectTitleWrapper_nix78_118 img{filter:brightness(0)invert();align-self:center;width:14px;height:8px}._selectListWrapper_nix78_147{background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;width:calc(100% + 4px);padding:1px;position:absolute;top:44px;left:0;box-shadow:0 4px 20px #0006}._selectList_nix78_147{border-radius:10px;flex-direction:column;gap:10px;width:100%;padding:10px;display:flex}._selectList_nix78_147 li{text-align:left;color:#e8eaf0;cursor:pointer;border-radius:8px;padding:8px 12px;font-size:18px;line-height:22px;transition:background .15s}._selectList_nix78_147 li:hover{background:#ffffff14}@media (width<=767.998px){._selectList_nix78_147 li{font-size:14px;line-height:17px}}._selectedItem_nix78_187{color:#e0e4ec;font-weight:600}._instructionsWrapper_nix78_192{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:12px}._instructionsItem_nix78_199{color:#e8eaf080;margin-bottom:0;font-size:18px;line-height:150%}@media (width<=767.998px){._instructionsItem_nix78_199{font-size:14px;line-height:17px}}._depositStambulWrapper_nix78_213{grid-template:"title1 title2"min-content"input1 input2"40px"a a"0"title3 b"min-content"input3 b"40px"c c"0"button e"40px/auto 133px;gap:10px;width:651px;margin-top:20px;display:grid}@media (width<=767.998px){._depositStambulWrapper_nix78_213{grid-template-columns:auto 30%;width:100%}}._depositBinibitTRYWrapper_nix78_229{grid-template:"title1 title2"min-content"input1 input2"40px"a a"0"button e"40px/auto 133px;gap:10px;width:651px;margin-top:20px;display:grid}@media (width<=767.998px){._depositBinibitTRYWrapper_nix78_229{grid-template-columns:auto 30%;width:100%}}._firstTitle_nix78_245{color:#e8eaf0;grid-area:title1;width:fit-content}._secondTitle_nix78_251{color:#e8eaf0;grid-area:title2;width:fit-content}._thirdTitle_nix78_257{color:#e8eaf0;grid-area:title3;width:fit-content}._firstInput_nix78_263{grid-area:input1;width:100%}._secondInput_nix78_268{grid-area:input2;width:100%}._thirdInput_nix78_273{grid-area:input3;width:100%}._buttonDepositStambul_nix78_278{grid-area:button;width:181px}@media (width<=767.998px){._buttonDepositStambul_nix78_278{width:153px}}._depositStambul2stageWrapper_nix78_288{grid-template:"title1"min-content"input1"40px"a"0"title2"min-content"paragraph"min-content"b"0"buttons"40px/auto;gap:10px;width:637px;margin-top:20px;display:grid}@media (width<=767.998px){._depositStambul2stageWrapper_nix78_288{width:100%}}._paragraph_nix78_303{color:#e8eaf080;grid-area:paragraph}._buttonsWrapper_nix78_308{grid-area:buttons;gap:20px;display:flex}@media (width<=767.998px){._buttonsWrapper_nix78_308{gap:10px}._input_nix78_320{font-size:14px;line-height:17px}}._disabledInput_nix78_326{color:#e8eaf080;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;width:100%;height:40px;padding-left:20px;font-size:18px;line-height:22px}@media (width<=767.998px){._disabledInput_nix78_326{height:35px;font-size:14px;line-height:17px}}._idWrapper_uyb1k_6{align-items:flex-end;gap:20px;margin-top:20px;display:flex}._idTitle_uyb1k_13{color:#e8eaf080;font-size:16px;font-weight:500;line-height:19px}@media (width<=767.998px){._idTitle_uyb1k_13{font-size:14px;line-height:17px}}._idValue_uyb1k_26{color:#e0e4ec;margin-bottom:0;font-size:18px;font-weight:700;line-height:22px}@media (width<=767.998px){._idValue_uyb1k_26{font-size:16px;line-height:19px}}._block_1wh8q_6{border-bottom:1px solid #ffffff14;padding:20px 0;position:relative}._title_1wh8q_12{color:#e8eaf0;width:100%;font-size:32px;font-weight:700;line-height:39px}@media (width<=767.998px){._title_1wh8q_12{font-size:20px;line-height:24px}}._methodWrapper_1wh8q_26{grid-template-rows:repeat(2,min-content);grid-template-columns:30% auto;grid-template-areas:"title1 title2""select instructions";gap:10px 20px;margin-top:20px;display:grid}._methodWrapper_1wh8q_26 p{margin-bottom:0}@media (width<=767.998px){._methodWrapper_1wh8q_26{grid-template-columns:40% auto}}@media (width<=575.998px){._methodWrapper_1wh8q_26{grid-template-rows:repeat(4,min-content);grid-template-columns:100%;grid-template-areas:"title1""select""title2""instructions"}}._title1_1wh8q_50{grid-area:title1}._title2_1wh8q_54{grid-area:title2}._select_1wh8q_58{grid-area:select}._instructions_1wh8q_62{grid-area:instructions}._methodTitle_1wh8q_66{color:#e8eaf0;font-size:18px;font-weight:500;line-height:22px}@media (width<=767.998px){._methodTitle_1wh8q_66{font-size:14px;line-height:17px}}._selectWrapper_1wh8q_79{background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border-radius:12px;width:100%;height:40px;padding:2px;position:relative}@media (width<=767.998px){._selectWrapper_1wh8q_79{height:35px}}@media (width<=575.998px){._selectWrapper_1wh8q_79{width:200px;height:30px}}._methodSelect_1wh8q_99{color:#e8eaf0;background:#0c1018;border:0;border-radius:10px;width:calc(100% - 4px);height:calc(100% - 4px);padding:0;font-size:18px;line-height:22px;position:absolute}@media (width<=767.998px){._methodSelect_1wh8q_99{font-size:14px;line-height:17px}}._selectTitleWrapper_1wh8q_118{justify-content:space-between;align-self:center;width:100%;height:100%;padding:0 18px;display:flex;position:absolute;top:0}._selectTitleWrapper_1wh8q_118 p{color:#e8eaf0;align-self:center;font-size:18px;line-height:22px}@media (width<=767.998px){._selectTitleWrapper_1wh8q_118 p{font-size:14px;line-height:17px}}._selectTitleWrapper_1wh8q_118 img{filter:brightness(0)invert();align-self:center;width:14px;height:8px}._imgRotate_1wh8q_147{transform:rotate(180deg)}._selectListWrapper_1wh8q_151{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;width:calc(100% + 4px);padding:1px;position:absolute;top:26px;left:10px;box-shadow:0 4px 20px #0006}._selectList_1wh8q_151{border-radius:10px;flex-direction:column;gap:10px;width:100%;padding:10px;display:flex}._selectList_1wh8q_151 li{text-align:left;color:#e8eaf0;cursor:pointer;border-radius:8px;padding:8px 12px;font-size:18px;line-height:22px;transition:background .15s}._selectList_1wh8q_151 li:hover{background:#ffffff14}@media (width<=767.998px){._selectList_1wh8q_151 li{font-size:14px;line-height:17px}}._selectedItem_1wh8q_191{color:#e0e4ec;font-weight:600}._instructionsWrapper_1wh8q_196{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:12px}._instructionsItem_1wh8q_203{color:#e8eaf080;margin-bottom:0;font-size:18px;line-height:150%}@media (width<=767.998px){._instructionsItem_1wh8q_203{font-size:14px;line-height:17px}}._withdrawalStambulWrapper_1wh8q_217{grid-template-columns:auto 175px 133px;grid-template-rows:repeat(3, repeat(2, min-content) 0px);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";gap:10px;width:651px;margin-top:20px;display:grid}@media (width<=767.998px){._withdrawalStambulWrapper_1wh8q_217{grid-template-columns:auto 23% 15%;width:100%}}@media (width<=575.998px){._withdrawalStambulWrapper_1wh8q_217{grid-template-columns:auto 147px;grid-template-rows:repeat(3, repeat(2, min-content) 0px);grid-template-areas:"title1 title1""input1 button1""a a""title3 title2""input3 input2""c c""title4 title4""input4 button2""button3 button3"}}._firstTitle_1wh8q_240{color:#e8eaf0;grid-area:title1;width:fit-content}._secondTitle_1wh8q_246{color:#e8eaf0;grid-area:title2;width:fit-content}._thirdTitle_1wh8q_252{color:#e8eaf0;grid-area:title3;width:fit-content}._fourthTitle_1wh8q_258{color:#e8eaf0;grid-area:title4;width:fit-content}._firstInput_1wh8q_264{grid-area:input1;width:100%}._secondInput_1wh8q_269{grid-area:input2;width:100%}._thirdInput_1wh8q_274{grid-area:input3;width:100%}._fourthInput_1wh8q_279{grid-area:input4;width:100%}._firstButton_1wh8q_284{grid-area:button1;width:100%;font-weight:500}._secondButton_1wh8q_290{grid-area:button2;width:100%;font-weight:500}._thirdButton_1wh8q_296{grid-area:button3;width:181px}@media (width<=767.998px){._thirdButton_1wh8q_296{width:153px}}._paragraph_1wh8q_306{color:#e8eaf080;grid-area:paragraph}._buttonsWrapper_1wh8q_311{grid-area:buttons;gap:20px;display:flex}@media (width<=767.998px){._input_1wh8q_318{font-size:14px;line-height:17px}}._disabledInput_1wh8q_324{color:#e8eaf080;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;width:100%;height:40px;padding-left:20px;font-size:18px;line-height:22px}@media (width<=767.998px){._disabledInput_1wh8q_324{height:35px;font-size:14px;line-height:17px}}@media (width<=575.998px){._disabledInput_1wh8q_324{height:30px}}._emailCooldownHint_1wh8q_348{color:#e8eaf080;margin:12px 0 0;font-size:14px;line-height:17px}@media (width<=767.998px){._emailCooldownHint_1wh8q_348{font-size:12px;line-height:15px}}._sendEmailButtonCooldown_1wh8q_361{white-space:nowrap;padding-left:6px;padding-right:6px;font-size:14px;line-height:17px}._sendEmailButtonCooldown_1wh8q_361 span{font-size:14px;line-height:17px}@media (width<=767.998px){._sendEmailButtonCooldown_1wh8q_361,._sendEmailButtonCooldown_1wh8q_361 span{font-size:12px;line-height:15px}}._title_1is6n_6{color:#e8eaf0;margin-bottom:20px;font-size:32px;font-weight:700;line-height:39px}._table_1is6n_14{z-index:0;position:relative}._tableRow_1is6n_19{color:#e8eaf0;cursor:pointer;grid-template-columns:1.3fr 1fr;align-items:center;font-size:18px;font-weight:500;line-height:22px;display:grid}@media (width<=767.998px){._tableRow_1is6n_19{font-size:14px;line-height:17px}}@media (width<=575.998px){._tableRow_1is6n_19{font-size:12px;line-height:15px}}._tableTitleRow_1is6n_42{color:#e8eaf080;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px 16px 0 0;grid-template-rows:50px;font-weight:600}@media (width<=767.998px){._tableTitleRow_1is6n_42{grid-template-rows:30px}}._tableFirstTitle_1is6n_56{padding-left:10px}._itemImgBlock_1is6n_60{align-items:center;display:flex}._img_1is6n_65{border-radius:8px;width:30px;height:30px;margin-right:10px}@media (width<=767.998px){._img_1is6n_65{width:25px;height:25px}}._itemTitle_1is6n_78{color:#e8eaf0;font-size:18px;font-weight:600;line-height:22px}@media (width<=767.998px){._itemTitle_1is6n_78{font-size:14px;line-height:17px}}._itemDescription_1is6n_91{color:#e8eaf080;font-size:14px;line-height:17px}@media (width<=767.998px){._itemDescription_1is6n_91{font-size:12px;line-height:15px}}._data_1is6n_103{color:#e8eaf0;font-size:14px;font-weight:600;line-height:17px}@media (width<=767.998px){._data_1is6n_103{font-size:12px;line-height:15px}}._empty_1is6n_116,._loading_1is6n_124{text-align:center;color:#e8eaf080;padding:24px;font-size:16px;line-height:19px}._currencyValueBlock_1is6n_132{justify-content:flex-end;align-items:center;gap:4px;display:flex}._title_1xq8s_6{text-align:center;margin-right:auto;font-size:20px;line-height:24px}@media (width<=767.998px){._title_1xq8s_6{font-size:16px;line-height:19px}}._titleWrapper_1xq8s_19{justify-content:center;align-items:center;margin-bottom:12px;display:flex}._backButton_1xq8s_26{margin-top:4px;margin-right:auto}._title_widnm_1{text-align:center;margin-bottom:12px;margin-right:auto;font-size:20px;line-height:24px}._titleWrapper_widnm_9{justify-content:center;align-items:center;margin-bottom:12px;display:flex}._backButton_widnm_16{margin-right:auto}._backButtonIcon_widnm_20{justify-content:center;align-items:center;display:flex}._backButtonIcon_widnm_20 svg{display:block}._loading_widnm_29{text-align:center;color:#e8eaf080;padding:24px;font-size:16px;line-height:19px}._content_widnm_37{flex-direction:column;align-items:center;display:flex}._sidebar_1cozi_6{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;justify-content:center;gap:20px;width:100%;height:fit-content;display:flex;box-shadow:0 4px 20px #0006;padding:20px!important}@media screen and (width<=991px){._sidebar_1cozi_6{border-radius:12px;padding:8px 12px}}._sidebar_1cozi_6 li{color:#e8eaf0;white-space:nowrap;justify-content:space-between;align-items:center;gap:4px;font-size:20px;line-height:24px;text-decoration:none;list-style-type:none;display:flex;position:relative}._sidebar_1cozi_6 li a{color:#e8eaf080;font-size:inherit;line-height:inherit;text-decoration:none;list-style-type:none;transition:all .15s}._sidebar_1cozi_6 li a._active_1cozi_46,._sidebar_1cozi_6 li a:hover{color:#e0e4ec!important}._sidebar_1cozi_6 li a._active_1cozi_46{border-radius:20px;font-weight:600}@media (width>=767.999px) and (width<=1240px){._sidebar_1cozi_6 li{font-size:16px;line-height:19px}}@media (width<=767.998px){._sidebar_1cozi_6 li{font-size:14px;line-height:17px}}@media screen and (width<=991px){._sidebar_1cozi_6 li._order_1cozi_66{display:none}._sidebar_1cozi_6{flex-direction:row;justify-content:space-between;gap:0;padding:12px 20px}}@media (width<=767.998px){._sidebar_1cozi_6{flex-direction:row;justify-content:space-between;gap:0;padding:8px 12px}}._sidebar_1cozi_6:nth-of-type(3){justify-content:space-evenly}._order_1cozi_66{margin-left:10px}._orderButton_1cozi_95{filter:brightness(0)invert();justify-content:center;align-items:center;width:17px;height:17px;display:flex}._rotate180_1cozi_104{transform:rotate(180deg)}div._orderBlock_1cozi_108{width:fit-content;display:none}@media screen and (width<=991px){div._orderBlock_1cozi_108{display:flex;position:absolute;top:calc(100% + 12px);left:0}div._orderBlock_1cozi_108 ._sidebar_1cozi_6{background:#0c1018;flex-direction:column;padding:8px;display:flex}}@media (width<=575.998px){div._orderBlock_1cozi_108{left:auto;right:0}}div._orderBlock_1cozi_108 ._sidebar_1cozi_6{gap:20px;font-weight:400}@media (width<=575.998px){._phoneVertHidden_1cozi_138{display:none}}._phoneVertOnly_1cozi_143{display:none}@media (width<=575.998px){._phoneVertOnly_1cozi_143{display:flex}}@media screen and (width<=991px){._desktopOnly_1cozi_153{display:none}}._desktopHidden_1cozi_158{display:none}@media screen and (width<=991px){._desktopHidden_1cozi_158{display:block}}._fitLi_1cozi_167{width:fit-content}._notification1Figure_1cozi_171{color:#06080e;background:linear-gradient(135deg,#e0e4ec,#e0e4eccc);border-radius:10px;place-items:center;width:20px;height:20px;font-size:14px;font-weight:700;line-height:17px;display:grid;position:absolute;top:0;left:100%;transform:translate(2px)translateY(-8px)}@media (width<=575.998px){._notification1Figure_1cozi_171{width:16px;height:16px;font-size:12px;line-height:15px;transform:translate(1px)translateY(-6px)}}._notificationMoreThan1Figure_1cozi_197{width:fit-content;padding:0 4px}._wrapper_ckrzk_6{flex-direction:column;width:100%;display:flex}._wrapper_ckrzk_6 span{color:#e8eaf0;font-size:18px;font-weight:500;line-height:22px}@media (width>=767.999px) and (width<=1240px){._wrapper_ckrzk_6 span{font-size:16px;line-height:19px}}@media (width<=767.998px){._wrapper_ckrzk_6 span{font-size:14px;line-height:17px}}._inputBorder_ckrzk_30{margin-top:10px;position:relative}._password_ckrzk_35 input{padding-right:30px}._passwordFieldIcon_ckrzk_39{filter:brightness(0)invert();position:absolute;top:50%;right:10px;transform:translateY(-50%)}._passwordFieldIcon_ckrzk_39:hover{cursor:pointer;filter:brightness(0)invert()brightness(.8)}._wrapper_qwamr_6{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;width:100%;height:fit-content;margin-bottom:20px;padding:20px;box-shadow:0 4px 20px #0006}@media (width<=575.998px){._wrapper_qwamr_6{padding:10px}}._firstRow_qwamr_22{justify-content:space-between;align-items:center;display:flex}._firstRow_qwamr_22 div{margin-bottom:0}._titleWrapper_qwamr_31{justify-content:space-between;align-items:center;display:flex}._titleWrapper_qwamr_31 div{margin-bottom:0}@media (width<=575.998px){._titleWrapper_qwamr_31{flex-direction:column;align-items:flex-start;gap:10px}}._title_qwamr_31{color:#e8eaf0;margin-bottom:0;font-size:32px;font-weight:400;line-height:39px}@media (width<=767.998px){._title_qwamr_31{font-size:20px;line-height:24px}}._balanceBlock_qwamr_61{justify-content:center;gap:8px;display:flex}._subTitle_qwamr_67{color:#e8eaf080;font-size:18px;line-height:22px}@media (width<=767.998px){._subTitle_qwamr_67{font-size:14px;line-height:17px}}._number_qwamr_79{color:#e8eaf0;font-size:20px;font-weight:500;line-height:24px}@media (width<=767.998px){._number_qwamr_79{font-size:16px;line-height:19px}}._headlines_qwamr_92{color:#e0e4ec;font-size:20px;line-height:24px}@media (width<=767.998px){._headlines_qwamr_92{font-size:16px;line-height:19px}}._tilda_qwamr_104{color:#e0e4ec;margin:0 12px;font-size:20px;line-height:24px}@media (width<=767.998px){._tilda_qwamr_104{margin:0;font-size:16px;line-height:19px}}._plate_qwamr_118{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:16px;width:100%;margin-top:10px;padding:20px;display:flex;box-shadow:0 12px 30px #00000073}@media (width<=767.998px){._plate_qwamr_118{gap:12px;padding:14px}}._plateTopRow_qwamr_137{align-items:center;gap:14px;width:100%;display:flex}@media (width<=767.998px){._plateTopRow_qwamr_137{gap:10px}}._vipPerks_qwamr_149{flex-shrink:0;align-self:flex-end;align-items:center;gap:8px;margin-bottom:2px;display:flex}._plateDivider_qwamr_158{background:linear-gradient(90deg,#e0e4ec33 0%,#e0e4ec0d 100%);width:100%;height:1px}._avatar_qwamr_164{object-fit:cover;cursor:pointer;border-radius:50%;flex-shrink:0;width:64px;height:64px;transition:transform .12s,box-shadow .12s}._avatar_qwamr_164:hover{transform:scale(1.04);box-shadow:0 0 14px #f5b40059}@media (width<=767.998px){._avatar_qwamr_164{width:48px;height:48px}}._idStack_qwamr_184{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}._idRow_qwamr_192{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._uidLabel_qwamr_199{color:#e8eaf080;font-size:16px;line-height:19px}@media (width<=767.998px){._uidLabel_qwamr_199{font-size:14px;line-height:17px}}._value_qwamr_211{color:#e8eaf0;font-size:18px;font-weight:500;line-height:22px}@media (width<=767.998px){._value_qwamr_211{font-size:14px;line-height:17px}}._copyButton_qwamr_224{background:0 0;border:0;align-items:center;width:17px;height:20px;padding:0;display:flex}@media (width<=767.998px){._copyButton_qwamr_224{width:14px;height:16px}}._copyButton_qwamr_224 img{filter:brightness(0)invert();opacity:.7;width:17px;height:20px}@media (width<=767.998px){._copyButton_qwamr_224 img{width:14px;height:16px}}._vipPerkButton_qwamr_252{cursor:pointer;background:linear-gradient(135deg,#1c1f27,#0d0f14);border:2px solid #f5b400d9;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:transform .12s,box-shadow .12s;display:inline-flex;box-shadow:0 0 14px #f5b40052,inset 0 0 6px #f5b40014}._vipPerkButton_qwamr_252 img{object-fit:contain;width:78%;height:78%}._vipPerkButton_qwamr_252:hover{transform:translateY(-1px);box-shadow:0 0 18px #f5b4007a,inset 0 0 6px #f5b4001f}@media (width<=767.998px){._vipPerkButton_qwamr_252{border-width:1.5px;width:40px;height:40px}}._doubleRow_qwamr_283{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}._firstRow_qwamr_22{color:#e8eaf080;font-size:16px;line-height:19px}@media (width<=767.998px){._firstRow_qwamr_22{font-size:14px;line-height:17px}}._secondRow_qwamr_303{color:#e8eaf0;text-align:right;word-break:break-all;font-size:16px;font-weight:500;line-height:19px}@media (width<=767.998px){._secondRow_qwamr_303{font-size:14px;line-height:17px}}._plateButtonsWrapper_qwamr_318{align-items:center;gap:10px;display:flex}@media (width<=767.998px){._plateButtonsWrapper_qwamr_318{gap:8px}}._plateButton_qwamr_318{flex:1;max-width:160px;margin-top:0}@media (width<=767.998px){._plateButton_qwamr_318{max-width:none;font-size:14px;line-height:17px}}._saveButton_qwamr_342{text-transform:capitalize;width:210px;margin-top:20px}._saveButton_qwamr_342:disabled{cursor:not-allowed;opacity:.55;color:#e8eaf080;box-shadow:none;filter:grayscale(.35);background:#e0e4ec14;border-color:#e0e4ec1f;transform:none}@media (width<=767.998px){._saveButton_qwamr_342{width:170px}}._deleteAccountButton_qwamr_363{color:#e74c5b;letter-spacing:.01em;background:0 0;border:1px solid #e74c5bd9;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:210px;height:40px;margin-top:32px;padding:0 12px;font-size:18px;font-weight:500;line-height:22px;transition:background .12s,border-color .12s,box-shadow .12s,color .12s,transform .12s;display:flex;box-shadow:0 8px 20px #00000059}._deleteAccountButton_qwamr_363 svg{flex:none}@media (hover:hover){._deleteAccountButton_qwamr_363:not(:disabled):hover{color:#ff6373;border-color:#ff6373;transform:translateY(-1px);box-shadow:0 12px 28px #0000006b}}._deleteAccountButton_qwamr_363:not(:disabled):active{transform:translateY(0);box-shadow:0 6px 14px #0000004d}._deleteAccountButton_qwamr_363:disabled{cursor:not-allowed;opacity:.55;box-shadow:none;transform:none}@media (width<=767.998px){._deleteAccountButton_qwamr_363{width:170px;font-size:16px;line-height:19px}}@media (width<=575.998px){._deleteAccountButton_qwamr_363{height:30px;font-size:14px;line-height:17px}}._deleteModalCancelButton_qwamr_419{color:#e8eaf0;background:linear-gradient(135deg,#73767eeb,#40434beb);border:1px solid #e0e4ec38;min-width:120px;padding:0 24px;box-shadow:0 8px 20px #00000059}._deleteModalCancelButton_qwamr_419:hover:not(:disabled){background:linear-gradient(135deg,#878b94f5,#4e525cf5)}._deleteModalConfirmButton_qwamr_431{color:#120606;background:#e74c3c;min-width:210px;padding:0 28px;box-shadow:0 8px 22px #e74c3c52}._deleteModalConfirmButton_qwamr_431:hover:not(:disabled){background:#ff5f50;box-shadow:0 10px 28px #e74c3c6b}._deleteAccountForm_qwamr_443{padding:24px}._form_qwamr_447{margin-top:20px}._labelWrapper_qwamr_451{grid-gap:20px 10px;grid-template-columns:repeat(3,1fr);display:grid}@media (width<=575.998px){._labelWrapper_qwamr_451{grid-template-columns:repeat(2,1fr)}}._labelWrapper_qwamr_451:nth-of-type(2){margin-top:20px}@media (width<=575.998px){._labelWrapperAlt_qwamr_467{grid-template-columns:1fr;width:50%}}._line_qwamr_473{background:linear-gradient(90deg,#e0e4ec4d 0%,#ffffff0f 100%);width:100%;height:1px;margin-top:39px;margin-bottom:20px}._text_qwamr_481{margin-top:0;margin-bottom:0;margin-left:0;padding-left:0}@media (width<=767.998px){._text_qwamr_481{padding-left:16px;padding-right:16px;overflow-x:hidden}}._paragraph_qwamr_495{color:#e8eaf080;margin-top:10px;margin-bottom:0;font-size:12px;line-height:15px;text-decoration:none;list-style-type:none}._paragraphFirst_qwamr_505{margin-top:20px}._paragraphOther_qwamr_509{margin-top:0}._ruleIcon_qwamr_513{filter:brightness(0)invert();margin-right:8px;transition:filter .2s}._ruleError_qwamr_519 ._ruleIcon_qwamr_513{filter:brightness(0)saturate()invert(27%)sepia(95%)saturate(2500%)hue-rotate(340deg)}@keyframes _ruleShake_qwamr_540{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}._ruleShake_qwamr_540{animation:.4s ease-in-out _ruleShake_qwamr_540}._passwordOtherError_qwamr_544{color:#ff5b5b;margin:8px 0 0;font-size:12px;line-height:15px}._nicknameHint_qwamr_551{color:#e8eaf080;margin:6px 0 0;font-size:12px;line-height:15px}._nicknameWrapper_qwamr_558{flex-direction:column;width:100%;display:flex}._nicknameLabel_qwamr_564{color:#e8eaf0;font-size:18px;font-weight:500;line-height:22px}@media (width>=767.999px) and (width<=1240px){._nicknameLabel_qwamr_564{font-size:16px;line-height:19px}}@media (width<=767.998px){._nicknameLabel_qwamr_564{font-size:14px;line-height:17px}}._nicknameInputBox_qwamr_583{margin-top:10px;position:relative}._nicknameInput_qwamr_583{width:100%}._nicknameInputWithBadge_qwamr_592{padding-right:64px}._nicknameVipBadge_qwamr_596{pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}._vipLevelButton_qwamr_606{color:#f5b400;cursor:pointer;background:linear-gradient(135deg,#f5b40038,#f5b4000f);border:1.5px solid #f5b400b3;border-radius:14px;align-self:flex-start;align-items:center;gap:10px;padding:8px 16px;font-size:14px;font-weight:600;transition:background .12s,transform .12s,box-shadow .12s;display:inline-flex;box-shadow:0 0 14px #f5b40038}._vipLevelButton_qwamr_606:hover{background:linear-gradient(135deg,#f5b4004d,#f5b4001a);transform:translateY(-1px);box-shadow:0 0 18px #f5b40052}@media (width<=767.998px){._vipLevelButton_qwamr_606{gap:8px;padding:6px 12px;font-size:13px}}._vipLevelButtonLocked_qwamr_635{color:#9aa0a8;box-shadow:none;background:#14161c80;border-color:#6c6f7899}._vipLevelButtonLocked_qwamr_635:hover{box-shadow:none;background:#1c1f278c}._vipLevelButtonLocked_qwamr_635 ._vipLevelDiamond_qwamr_645{color:#6c6f78;filter:none}._vipLevelDiamond_qwamr_645{color:#f5b400;filter:drop-shadow(0 0 3px #f5b4008c);flex-shrink:0;width:18px;height:18px}._vipLevelText_qwamr_658{white-space:nowrap}._vipLevelChevron_qwamr_662{margin-left:2px;font-size:18px;line-height:1}._passwordErrors_qwamr_668{color:#ff5b5b;margin:8px 0 0;padding-left:18px;font-size:12px;line-height:15px;list-style:outside}._passwordErrorItem_qwamr_677{margin-top:4px}._passwordErrorItem_qwamr_677:first-child{margin-top:0}._container_1dfcm_6{padding:10px}._list_1dfcm_10{margin-top:0;margin-bottom:0;margin-left:0;padding-left:0}@media (width<=767.998px){._list_1dfcm_10{padding-left:16px;padding-right:16px;overflow-x:hidden}}._paragraph_1dfcm_24{color:#e8eaf080;margin-top:10px;margin-bottom:0;font-size:12px;line-height:15px;text-decoration:none;list-style-type:none}._paragraphFirst_1dfcm_34{margin-top:20px}._paragraphOther_1dfcm_38{margin-top:0}._ruleIcon_1dfcm_42{filter:brightness(0)invert();margin-right:8px;transition:filter .2s}._ruleError_1dfcm_48 ._ruleIcon_1dfcm_42{filter:brightness(0)saturate()invert(27%)sepia(95%)saturate(2500%)hue-rotate(340deg)}@keyframes _ruleShake_1dfcm_69{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}._ruleShake_1dfcm_69{animation:.4s ease-in-out _ruleShake_1dfcm_69}._notificationWrapper_og21d_6{z-index:100;-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}._notificationSmall_og21d_20{width:501px;height:103px}._parallelepiped_og21d_25{background-image:url("data:image/svg+xml,%3csvg%20width='501'%20height='103'%20viewBox='0%200%20501%20103'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.8177%2029.6785C8.23624%2013.2875%2023.6271%200.183982%2040.194%200.411112L475.003%206.37225C491.57%206.59938%20503.039%2020.0711%20500.621%2036.4622L495.182%2073.3212C492.764%2089.7123%20477.373%20102.816%20460.806%20102.589L25.9971%2096.6275C9.43011%2096.4003%20-2.03947%2082.9286%200.379068%2066.5375L5.8177%2029.6785Z'%20fill='url(%23paint0_linear_2449_2051)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_2449_2051'%20x1='0.0571289'%20y1='0.408203'%20x2='40.0832'%20y2='196.609'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%238C00FD'/%3e%3cstop%20offset='1'%20stop-color='%23A800C0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}@media (width<=767.998px){._parallelepiped_og21d_25{background-image:url("data:image/svg+xml,%3csvg%20width='352'%20height='70'%20viewBox='0%200%20352%2070'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.48775%2029.6525C4.00249%2013.2759%2019.4714%200.177016%2036.0385%200.395266L326.003%204.21516C342.57%204.43341%20353.961%2017.8862%20351.447%2034.2628L350.512%2040.3477C347.998%2056.7243%20332.529%2069.8232%20315.962%2069.6049L25.9974%2065.785C9.43032%2065.5668%20-1.96137%2052.114%200.553373%2035.7374L1.48775%2029.6525Z'%20fill='url(%23paint0_linear_2449_2052)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_2449_2052'%20x1='0.205566'%20y1='0.392578'%20x2='26.4406'%20y2='133.658'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%238C00FD'/%3e%3cstop%20offset='1'%20stop-color='%23A800C0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}}._bigBg_og21d_42{display:none}._plateBg_og21d_46{background:#fff;border-radius:30px;justify-content:space-between;align-items:center;gap:20px;width:474px;height:92px;padding:18px 20px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}._plateBg_og21d_46 p{text-align:center;background:linear-gradient(135deg,#fff 0%,#a0aec0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:16px;font-weight:700;line-height:19px}@media (width<=767.998px){._plateBg_og21d_46 p{font-size:14px;line-height:17px}._plateBg_og21d_46{gap:8px;width:335px;height:63px}}._plateBgBig_og21d_85{background:#ffffff05;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;align-items:center;gap:24px;width:480px;padding:48px 32px;display:flex;position:relative;box-shadow:0 8px 32px #00000080}._plateBgBig_og21d_85 p{text-align:center;color:#e8eaf0;-webkit-text-fill-color:unset;background:0 0;font-size:18px;font-weight:600;line-height:22px}@media (width<=767.998px){._plateBgBig_og21d_85 p{font-size:16px;line-height:19px}}@media (width<=575.998px){._plateBgBig_og21d_85{gap:16px;width:calc(100vw - 32px);padding:32px 20px}}@media (width<=767.998px){._imgCheck_og21d_122{width:20px;height:20px}}._exclamation_og21d_128{width:50px;height:56px}@media (width<=767.998px){._exclamation_og21d_128{width:28px;height:31px}}._exit_og21d_139{width:fit-content;height:19px}._exit_og21d_139 img{width:20px;height:19px}@media (width<=767.998px){._exit_og21d_139{height:15px}._exit_og21d_139 img{width:16px;height:15px}}._exitBig_og21d_157{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:16px;right:16px}._exitBig_og21d_157 img{filter:brightness(0)invert();opacity:.7;width:20px;height:20px;transition:opacity .15s}._exitBig_og21d_157:hover img{opacity:1}._logoutBg_og21d_178{display:none}._plateBgLogout_og21d_182{background:#ffffff05;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;align-items:center;gap:32px;width:480px;padding:48px 32px;display:flex;position:relative;box-shadow:0 8px 32px #00000080}._plateBgLogout_og21d_182 p{text-align:center;color:#e8eaf0;-webkit-text-fill-color:unset;background:0 0;font-size:18px;font-weight:600;line-height:22px}@media (width<=767.998px){._plateBgLogout_og21d_182 p{font-size:16px;line-height:19px}}@media (width<=575.998px){._plateBgLogout_og21d_182{gap:24px;width:calc(100vw - 32px);padding:32px 20px}}._buttonsWrapper_og21d_218{grid-template-columns:1fr 1fr;gap:16px;width:100%;display:grid}@media (width<=575.998px){._buttonsWrapper_og21d_218{gap:12px}}._buttonsWrapper_og21d_218 button{font-weight:500}._qrWrapper_og21d_233{background-color:#fff;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:fit-content;padding:12px;display:flex}@media (width<=1240px){._qrWrapper_og21d_233{padding:8px}}._wrapper_1cbb0_6{width:442px}@media (width>=767.999px) and (width<=1240px){._wrapper_1cbb0_6{width:295px}}@media (width<=767.998px){._wrapper_1cbb0_6{width:142px}}._image_1cbb0_20{cursor:pointer;width:29px;height:20px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}@media (width<=767.998px){._image_1cbb0_20{width:23px;height:16px}}._line_my5fy_6{background:radial-gradient(96.1% 93.99% at 0 2.73%,#ccfff3 0%,#c985ff 100%);width:100%;height:1px}._newsLine_my5fy_12{margin-bottom:20px}._image_1x15i_6{object-fit:cover;border-radius:20px;width:100%;height:100%}._textWrapper_1x15i_13{grid-template:"date author""title title"/auto auto;gap:10px;width:100%;height:fit-content;display:grid}@media (width<=767.998px){._textWrapper_1x15i_13{gap:5px}}._date_1x15i_28{grid-area:date;width:auto;margin:0;font-size:16px;line-height:19px}@media (width<=767.998px){._date_1x15i_28{font-size:12px;line-height:15px}}._author_1x15i_42{text-align:right;grid-area:author;width:auto;margin:0;font-size:16px;line-height:19px}@media (width<=767.998px){._author_1x15i_42{font-size:12px;line-height:15px}}._title_1x15i_57{grid-area:title;width:100%;font-size:20px;font-weight:600;line-height:24px}@media (width<=767.998px){._title_1x15i_57{font-size:14px;line-height:17px}}._title_1x15i_57 a{color:inherit;text-decoration:none}._currencyIcon_1x15i_75{vertical-align:middle;margin-right:8px;display:inline-block}._section_1itlf_6{grid-template-rows:190px min-content 0 190px min-content;gap:10px;width:100%;height:fit-content;padding-bottom:16px;display:grid}@media (width<=767.998px){._section_1itlf_6{grid-template-rows:112px min-content 0 112px min-content}}@media (width<=575.998px){._section_1itlf_6{grid-template-rows:200px min-content 0 112px min-content}}._mainLeftSection_1itlf_25{grid-template-columns:850px 0 330px;grid-template-areas:"mainImage a firstSideImage""mainImage a firstSideText""mainImage a b""mainImage a secondSideImage""mainText a secondSideText"}@media (width<=1240px){._mainLeftSection_1itlf_25{grid-template-columns:auto 0 40%}}@media (width<=575.998px){._mainLeftSection_1itlf_25{grid-template-columns:1fr 0 1fr;grid-template-areas:"mainImage mainImage mainImage""mainText mainText mainText""b b b""firstSideImage c secondSideImage""firstSideText c secondSideText"}}._mainRightSection_1itlf_41{grid-template-columns:330px 0 850px;grid-template-areas:"firstSideImage c mainImage""firstSideText c mainImage""d c mainImage""secondSideImage c mainImage""secondSideText c mainText"}@media (width<=1240px){._mainRightSection_1itlf_41{grid-template-columns:40% 0 auto}}@media (width<=575.998px){._mainRightSection_1itlf_41{grid-template-columns:1fr 0 1fr;grid-template-areas:"mainImage mainImage mainImage""mainText mainText mainText""b b b""firstSideImage c secondSideImage""firstSideText c secondSideText"}}._mainImage_1itlf_57{grid-area:mainImage}._firstSideImage_1itlf_61{grid-area:firstSideImage}._secondSideImage_1itlf_65{grid-area:secondSideImage}._mainText_1itlf_69{grid-area:mainText;height:fit-content}._firstSideText_1itlf_74{grid-area:firstSideText;height:fit-content}._secondSideText_1itlf_79{grid-area:secondSideText;height:fit-content}._titleWrapper_3h6tq_6{z-index:1;justify-content:space-between;align-items:center;width:100%;height:fit-content;margin-bottom:40px;display:flex}._titleWrapper_3h6tq_6 h2{margin-bottom:0}@media (width<=1240px){._titleWrapper_3h6tq_6{margin-bottom:20px}}._loadButtonWrapper_3h6tq_24{z-index:1;justify-content:space-evenly;padding-bottom:20px}._loadButtonWrapper_3h6tq_24 h2{z-index:1}._loadButton_3h6tq_24{width:262px}@media (width<=1240px){._loadButton_3h6tq_24{width:200px}}._wrapper_wdycn_6{grid-template-columns:770px 330px;gap:100px;width:100%;display:grid}@media (width>=767.999px) and (width<=1240px){._wrapper_wdycn_6{grid-template-columns:70% auto;gap:20px}}@media (width<=767.998px){._wrapper_wdycn_6{grid-template-columns:100%;gap:40px}}._mainNews_wdycn_25{width:100%;margin-bottom:80px}@media (width<=767.998px){._mainNews_wdycn_25{margin-bottom:0}}._paragraph_wdycn_35{text-align:justify;font-size:20px;line-height:200%}@media (width<=1240px){._paragraph_wdycn_35{line-height:150%}}@media (width<=767.998px){._paragraph_wdycn_35{font-size:14px;line-height:17px}}._image_wdycn_53{object-fit:cover;border-radius:20px;width:100%;margin:20px 0}._dateAuthorWrapper_wdycn_60{justify-content:space-between;width:100%;display:flex}._aboveLine_wdycn_66{margin-bottom:10px;font-size:16px;line-height:19px}@media (width>=575.999px) and (width<=767.998px){._aboveLine_wdycn_66{font-size:14px;line-height:17px}}._alignRight_wdycn_78{text-align:right}._currencyIcon_wdycn_82{vertical-align:middle;margin-right:8px;display:inline-block}._shareWrapper_wdycn_88{align-items:center;gap:20px;margin-top:20px;display:flex}._shareWrapper_wdycn_88 p{margin-bottom:0;font-size:20px;font-weight:600;line-height:24px;display:block}._shareLink_wdycn_102{justify-content:center;align-items:center;width:20px;height:20px;margin:0;padding:0;display:grid}._shareLink_wdycn_102 img{object-fit:cover;width:20px;height:20px;margin:0;padding:0}._sideNews_wdycn_119{flex-direction:column;display:flex}._sideNewsWrapper_wdycn_124{gap:20px;margin-bottom:30px;display:grid;overflow-x:hidden}@media (width<=767.998px){._sideNewsWrapper_wdycn_124{grid-template-columns:repeat(3,1fr)}}@media (width<=575.998px){._sideNewsWrapper_wdycn_124{grid-template-columns:repeat(2,1fr)}}._newsWrapper_wdycn_141{width:100%;height:fit-content}._loadButton_wdycn_146{width:262px;margin-bottom:20px;display:none}@media (width<=767.998px){._loadButton_wdycn_146{align-self:center;display:block}}._root_1g5c1_1{align-items:center;gap:12px;display:flex}._avatar_1g5c1_7{object-fit:cover;border-radius:50%;width:40px;height:40px}._avatarPlaceholder_1g5c1_14{background:#e0e4ec;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}._avatarPlaceholderIcon_1g5c1_24{font-size:18px}._plateBgBig_1151s_6{flex-direction:column;align-items:center;gap:24px;padding:1rem;display:flex;position:relative}._plateBgBig_1151s_6 p{text-align:center;color:#e8eaf0;-webkit-text-fill-color:unset;background:0 0;font-size:18px;font-weight:600;line-height:22px}@media (width<=767.998px){._plateBgBig_1151s_6 p{font-size:16px;line-height:19px}}@media (width<=575.998px){._plateBgBig_1151s_6{gap:16px;width:100%;padding:32px 20px}}@media (width<=767.998px){._imgCheck_1151s_38{width:20px;height:20px}}._cooldownHint_1151s_44{text-align:center;opacity:.7;margin:0;font-size:14px;line-height:17px;color:#e8eaf0!important;font-weight:400!important}._accrualsChartBlock_wl8kj_6{background:#ffffff08;border-radius:19px;width:100%;margin-bottom:24px;padding:16px 19px 8px}@media (width<=575.998px){._accrualsChartBlock_wl8kj_6{margin-bottom:16px;padding:12px 12px 4px}}._accrualsChartHeader_wl8kj_20{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}._accrualsChartTitle_wl8kj_29{color:#e8eaf0;font-size:16px;font-weight:500;line-height:19px}@media (width<=575.998px){._accrualsChartTitle_wl8kj_29{font-size:14px;line-height:17px}}._accrualsPeriodRow_wl8kj_42{flex-wrap:wrap;gap:8px;display:flex}._accrualsPeriodBtn_wl8kj_48{min-width:auto;padding-left:14px;padding-right:14px}@media (width<=575.998px){._accrualsPeriod30PhoneHidden_wl8kj_55{display:none}}._accrualsChartLoading_wl8kj_60,._accrualsChartEmpty_wl8kj_61{color:#e8eaf080;text-align:center;padding:24px 0 32px;font-size:14px;line-height:17px}._accrualsChartPlot_wl8kj_69{width:100%;min-height:280px;margin:0 -8px}@media (width<=575.998px){._accrualsChartPlot_wl8kj_69{min-height:240px}}._block_yshfk_6{flex-direction:column;align-items:flex-start;gap:8px;width:100%;margin:0 0 16px;padding:0 2px;display:flex}@media (width<=575.998px){._block_yshfk_6{gap:6px;margin-bottom:14px}}._label_yshfk_22{color:#e8eaf080;font-size:14px;font-weight:500;line-height:17px}._list_yshfk_29{flex-direction:column;align-items:flex-start;gap:4px;width:100%;display:flex}._value_yshfk_37{color:#e8eaf0;word-break:break-word;font-size:16px;font-weight:600;line-height:1.35}@media (width<=1240px){._value_yshfk_37{font-size:14px;line-height:20px}}._valueMuted_yshfk_52{color:#e8eaf080}._tabWrapper_1xkl7_6{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}._tabWrapper_1xkl7_6 button{width:100%}@media (width<=575.998px){._tabWrapper_1xkl7_6{grid-template-columns:repeat(3,auto);gap:5px;width:100%}}._optionsWrapper_1xkl7_22{justify-content:space-between;align-items:flex-end;display:flex}@media (width<=575.998px){._optionsWrapper_1xkl7_22{gap:10px;display:grid}}._table_1xkl7_34{background:0 0;border-bottom-right-radius:19px;border-bottom-left-radius:19px;width:calc(100% + 38px);margin:16px -19px -10px;display:grid;position:relative;overflow:hidden}@media (width<=1240px){._table_1xkl7_34{margin-bottom:-19px}}@media (width<=575.998px){._table_1xkl7_34{width:calc(100% + 18px);margin:5px -9px -9px}}._row_1xkl7_59{justify-content:space-between;align-items:center;width:100%;height:fit-content;padding:1px 19px;display:grid}._rowHistory_1xkl7_68{grid-template-columns:14% 9% 8% 11% 10% 43%}._rowHistoryCash_1xkl7_72{grid-template-columns:14% 18% 5% 10% 10% 8% 17%}._rowTurnover_1xkl7_76{grid-template-columns:9% 12% 13% 13% 21% 9% 9%}._rowMobile_1xkl7_80{grid-template-columns:40% auto;justify-content:flex-start;gap:20px}._rowMobileTitleWrapper_1xkl7_86{gap:20px;display:flex}._imgRotate_1xkl7_91{transform:rotate(-90deg)}._grey_1xkl7_95{color:#e8eaf080}._titleRow_1xkl7_99{height:fit-content;padding-top:8px;padding-bottom:8px}@media (width<=1240px){._titleRow_1xkl7_99{grid-template-columns:auto auto;justify-content:space-between;font-size:16px;line-height:19px}}._cell_1xkl7_113{overflow-wrap:anywhere;color:#e8eaf0;justify-content:flex-start;align-items:center;width:100%;height:fit-content;padding:4px 0;font-size:14px;font-weight:400;line-height:17px;display:flex}._cellColoredBg_1xkl7_127{background:#ffffff08}._tableTitle_1xkl7_131{color:#e8eaf080;font-size:14px;font-weight:500;line-height:17px}@media (width<=1240px){._tableTitle_1xkl7_131{font-size:16px;line-height:19px}}._hiddenWrapper_1xkl7_144{height:0;overflow:hidden}._TxID_1xkl7_149{color:#e0e4ec;font-weight:500}._cancelled_1xkl7_154{color:#ff5b5b}._credited_1xkl7_158{color:#00e676}._cancelButton_1xkl7_162{color:#e8eaf080;height:15px;font-size:14px;line-height:17px;transition:color .15s}._cancelButton_1xkl7_162:hover{color:#ff5b5b}@media (width<=1240px){._cancelButton_1xkl7_162{height:13px;font-size:12px;line-height:15px}}._line_1xkl7_180{background:linear-gradient(135deg,#c8d2e6,#8a9bb5);height:3px;margin:0 20px}._lineMobile_1xkl7_186{background:#ffffff14;height:1px}._paginationWrapper_1xkl7_191{justify-content:space-between;align-items:baseline;width:420px;height:fit-content;margin:0 auto;display:flex}@media (width>=575.999px) and (width<=767.998px){._paginationWrapper_1xkl7_191{width:350px}}@media (width<=575.998px){._paginationWrapper_1xkl7_191{width:330px}}._paginationCenterWrapper_1xkl7_210{place-content:center;align-items:flex-end;gap:10px;height:fit-content;padding-bottom:2px;display:flex}@media (width<=767.998px){._paginationCenterWrapper_1xkl7_210{gap:8px}}._paginationWrapper_1xkl7_191 ._arrowButton_1xkl7_224{aspect-ratio:1;-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#0c1018;background-image:none;border-color:#ffffff12;place-content:center;display:grid;box-shadow:0 4px 16px #0000006b}@media (hover:hover){._paginationWrapper_1xkl7_191 ._arrowButton_1xkl7_224:not(:disabled):hover{background-color:#ffffff0a;border-color:#ffffff1f}}._paginationWrapper_1xkl7_191 ._arrowButton_1xkl7_224:not(:disabled):active{background-color:#ffffff0f}._paginationWrapper_1xkl7_191 ._arrowButton_1xkl7_224 img{filter:brightness(0)invert();opacity:.4;transition:opacity .15s;display:block}@media (width<=767.998px){._paginationWrapper_1xkl7_191 ._arrowButton_1xkl7_224 img{width:8.75px;height:12.25px}}@media (width<=575.998px){._paginationWrapper_1xkl7_191 ._arrowButton_1xkl7_224 img{width:7.5px;height:10.5px}}._paginationWrapper_1xkl7_191 ._arrowButton_1xkl7_224:disabled{cursor:default}._paginationWrapper_1xkl7_191 ._arrowButton_1xkl7_224:disabled img{opacity:.52}@media (hover:hover){._paginationWrapper_1xkl7_191 ._arrowButton_1xkl7_224:not(:disabled):hover img{opacity:.62}}._paginationWrapper_1xkl7_191 ._arrowButton_1xkl7_224:not(:disabled):active img{opacity:.75}._arrowRight_1xkl7_276{transform:rotate(180deg)}._pageNumber_1xkl7_280{text-align:center;color:#e8eaf080;cursor:pointer;place-self:center;width:40px;font-size:20px;line-height:24px;transition:color .15s}._pageNumber_1xkl7_280:hover{color:#e8eaf0}@media (width<=767.998px){._pageNumber_1xkl7_280{width:34px;font-size:16px;line-height:19px}}._pageNumberActive_1xkl7_301{color:#e0e4ec;font-weight:600}._ellipsisWrapper_1xkl7_306{width:40px}@media (width<=767.998px){._ellipsisWrapper_1xkl7_306{width:35px}}@media (width<=575.998px){._ellipsisWrapper_1xkl7_306{width:30px}}._ellipsis_1xkl7_306{text-align:center;color:#e8eaf080;background:#ffffff08;border:2px solid #ffffff14;border-radius:8px;padding:0;font-size:16px;line-height:19px}._notification1Figure_1xkl7_331{color:#06080e;background-color:#e0e4ec;border-radius:10px;place-content:center;place-items:center;width:20px;height:20px;font-size:14px;font-weight:600;line-height:17px;display:grid;position:absolute;top:0;right:0;transform:translate(8px)translateY(-8px)}@media (width<=575.998px){._notification1Figure_1xkl7_331{width:16px;height:16px;font-size:12px;line-height:15px;transform:translate(4px)translateY(-6px)}}._notificationMoreThan1Figure_1xkl7_358{width:fit-content;padding:0 4px}._section_1xkl7_363{width:100%}._section_1xkl7_363 ._section__subsection_1xkl7_367:not(:last-child){margin-bottom:40px}@media (width<=1240px){._section_1xkl7_363 ._section__subsection_1xkl7_367:not(:last-child){margin-bottom:20px}}._section_1xkl7_363 ._section__header_1xkl7_376{text-align:center}._partnerNetworkLink_1xkl7_380{color:#e0e4ec;margin-top:10px;font-size:14px;font-weight:600;text-decoration:underline;display:inline-block}._partnerNetworkLink_1xkl7_380:hover{opacity:.85}._section_1xkl7_363 ._section__header_1xkl7_376:not(:last-child){margin-bottom:20px}._section_1xkl7_363 ._section__title_1xkl7_396{font-size:20px;font-weight:600;line-height:24px;color:#e0e4ec!important}@media (width<=1240px){._section_1xkl7_363 ._section__title_1xkl7_396{font-size:12px;line-height:14px}}._section_1xkl7_363 ._wysiwyg_1xkl7_409{color:#e8eaf0}._section_1xkl7_363 ._reference_1xkl7_413{flex-wrap:wrap;width:100%;display:flex}._section_1xkl7_363 ._reference_1xkl7_413 ._reference__list_1xkl7_419{flex-direction:column;width:100%;display:flex}._section_1xkl7_363 ._reference_1xkl7_413 ._reference__item_1xkl7_425{width:100%}._section_1xkl7_363 ._reference_1xkl7_413 ._reference__item_1xkl7_425:not(:last-child){margin-bottom:20px}._referralActionsRow_1xkl7_433{align-items:flex-end;gap:12px;display:flex}@media (width<=575.998px){._referralActionsRow_1xkl7_433{flex-direction:column;align-items:stretch}}._referralActionsField_1xkl7_445{flex:1;min-width:0}._ambassadorPanelButton_1xkl7_450{box-sizing:border-box;white-space:nowrap;flex:none;justify-content:center;align-items:center;height:40px;padding:8px 16px;font-family:Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:22px;text-decoration:none;display:inline-flex}._ambassadorPanelButton_1xkl7_450:hover,._ambassadorPanelButton_1xkl7_450:focus{text-decoration:none}@media (width<=575.998px){._ambassadorPanelButton_1xkl7_450{text-align:center;width:100%;height:44px;min-height:44px;padding:8px 12px;font-size:12px;line-height:18px}}._section_1xkl7_363 ._reference_1xkl7_413 ._reference__header_1xkl7_480{color:#e8eaf080;width:100%;margin-bottom:12px;font-size:18px;font-weight:500;line-height:24px}@media (width<=1240px){._section_1xkl7_363 ._reference_1xkl7_413 ._reference__header_1xkl7_480{font-size:12px;line-height:14px}}._section_1xkl7_363 ._reference_1xkl7_413 ._reference__layout_1xkl7_495{align-items:flex-end;display:flex}._section_1xkl7_363 ._reference_1xkl7_413 ._reference__main_1xkl7_500{width:100%;margin-right:20px}._section_1xkl7_363 ._reference_1xkl7_413 ._reference__field_1xkl7_505{color:#e8eaf0;resize:none;background-color:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;width:100%;height:40px;padding:8px 20px;font-family:Helvetica,Arial,sans-serif;font-size:18px;font-weight:400;line-height:24px}@media (width<=1240px){._section_1xkl7_363 ._reference_1xkl7_413 ._reference__field_1xkl7_505{height:32px;font-size:12px;line-height:18px}}._section_1xkl7_363 ._reference_1xkl7_413 ._reference__field_1xkl7_505._reference__field_second_1xkl7_526{height:280px}@media (width<=1240px){._section_1xkl7_363 ._reference_1xkl7_413 ._reference__field_1xkl7_505._reference__field_second_1xkl7_526{height:140px}}._section_1xkl7_363 ._reference_1xkl7_413 ._reference__action_1xkl7_535{cursor:pointer;background-color:#e0e4ec;border-radius:12px;justify-content:center;align-items:center;width:200px;padding:8px 40px;transition:background-color .15s;display:flex}._section_1xkl7_363 ._reference_1xkl7_413 ._reference__action_1xkl7_535:hover{background-color:#e0e4eccc}@media (width<=1240px){._section_1xkl7_363 ._reference_1xkl7_413 ._reference__action_1xkl7_535{background-color:#e0e4ec;border-radius:12px;width:32px;height:32px;padding:8px}}._section_1xkl7_363 ._reference_1xkl7_413 ._reference__action_1xkl7_535 ._reference__ico_1xkl7_559{width:16px;height:16px;display:none}@media (width<=1240px){._section_1xkl7_363 ._reference_1xkl7_413 ._reference__action_1xkl7_535 ._reference__ico_1xkl7_559{display:block}}._section_1xkl7_363 ._reference_1xkl7_413 ._reference__action_1xkl7_535 ._reference__text_1xkl7_570{color:#06080e;font-size:18px;font-weight:500;line-height:24px}@media (width<=1240px){._section_1xkl7_363 ._reference_1xkl7_413 ._reference__action_1xkl7_535 ._reference__text_1xkl7_570{display:none}}._section_1xkl7_363 ._rowTabSecondary_1xkl7_582{grid-template-columns:40% 40% 20%}@media (width<=1240px){._section_1xkl7_363 ._rowTabSecondary_1xkl7_582{grid-template-columns:33.3% 33.3% 33.3%}}._section_1xkl7_363 ._rowTabTertiary_1xkl7_591{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr) minmax(0,1.2fr) minmax(0,.9fr)}@media (width<=1240px){._section_1xkl7_363 ._rowTabTertiary_1xkl7_591{grid-template-columns:repeat(4,minmax(0,1fr))}}._section_1xkl7_363 ._wysiwyg_1xkl7_409{font-size:18px;line-height:40px}@media (width<=1240px){._section_1xkl7_363 ._wysiwyg_1xkl7_409{font-size:12px;line-height:14px}}._table_1xkl7_34{width:100%;margin:0}@media (width<=1240px){._table_1xkl7_34 ._cell_1xkl7_113{font-size:12px;line-height:14px}}._tabWrapper_1xkl7_6{width:100%;margin-bottom:40px}@media (width<=1240px){._tabWrapper_1xkl7_6{margin-bottom:20px}}._tabWrapper_1xkl7_6 button{font-weight:400}@media (width<=1240px){._tabWrapper_1xkl7_6 button{font-size:12px;line-height:14px}}._accrualsFiltersRow_1xkl7_641{flex-wrap:wrap;align-items:flex-end;gap:16px 24px;width:100%;margin:16px 0 12px;padding:0 2px;display:flex}@media (width<=575.998px){._accrualsFiltersRow_1xkl7_641{flex-direction:column;align-items:stretch;gap:12px;margin-top:4px;margin-bottom:14px}}._accrualsFilterField_1xkl7_660{flex-direction:column;gap:6px;min-width:280px;max-width:320px;display:flex}@media (width<=575.998px){._accrualsFilterField_1xkl7_660{max-width:none}}._accrualsFilterLabel_1xkl7_673{color:#e8eaf080;font-size:14px;font-weight:500;line-height:17px}._accrualsFilterField_1xkl7_660 .p-dropdown,._wrap_pgew4_6{width:100%}@media (width<=1240px){._header_pgew4_10{font-size:12px;line-height:14px}}@media (width>=1240px){._fieldGroup_pgew4_24{flex-direction:row;align-items:stretch;max-width:100%;display:flex;overflow:hidden}}@media (width<=1240px){._fieldGroup_pgew4_24{isolation:isolate;background-color:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-direction:row;align-items:stretch;max-width:100%;display:flex;overflow:hidden}}@media (width>=1240px){._field_pgew4_24{border:1px solid #ffffff14;border-right:none;border-radius:12px 0 0 12px;flex:1 1 0;order:1;min-width:0}}@media (width<=1240px){._field_pgew4_24{background-color:#0000;border:none;flex:1 1 0;order:1;min-width:0;height:44px;min-height:44px;padding:8px 12px;font-size:12px;line-height:18px}}@media (hover:hover){._btn_pgew4_94:hover{background:#ffffff0f}}@media (width<=1240px){._btn_pgew4_94{height:44px;min-height:44px;padding:8px 12px;font-size:12px;line-height:18px}}@media (width>=1240px){._btnCopy_pgew4_125{border:1px solid #ffffff14;border-radius:0;flex:none;order:2}}@media (width<=1240px){._btnCopy_pgew4_125{text-overflow:ellipsis;text-align:center;white-space:nowrap;background:#ffffff08;border:none;border-left:1px solid #ffffff14;flex:0 auto;order:2;min-width:0;overflow:hidden}}@media (width>=1240px){._btnQr_pgew4_148{border:1px solid #ffffff14;border-left:none;border-radius:0;flex:none;order:3;padding:8px 16px}}@media (width<=1240px){._btnQr_pgew4_148{background:#ffffff08;border:none;border-left:1px solid #ffffff14;flex:none;order:3;padding:8px 10px}}@media (width>=1240px){._btnCopyLink_pgew4_173{border:1px solid #ffffff14;border-left:none;border-radius:0 12px 12px 0;flex:none;order:4}}@media (width<=1240px){._btnCopyLink_pgew4_173{text-overflow:ellipsis;text-align:center;white-space:nowrap;background:#ffffff08;border:none;border-left:1px solid #ffffff14;flex:0 auto;order:4;min-width:0;overflow:hidden}}@media (width>=1240px) and (hover:hover){._btnCopy_pgew4_125:hover,._btnQr_pgew4_148:hover,._btnCopyLink_pgew4_173:hover{z-index:1;border-color:#ffffff1f;position:relative}}._ambassadorPanel_qigwj_6{gap:24px;width:100%;display:grid}._ambassadorForm_qigwj_12{grid-template-columns:minmax(0,1fr) 160px auto;align-items:end;gap:12px;display:grid}@media (width<=1240px){._ambassadorForm_qigwj_12{grid-template-columns:1fr;gap:10px}}._ambassadorLabelBlock_qigwj_25{gap:4px;display:grid}._ambassadorLabel_qigwj_25{color:#e8eaf080;font-size:18px;font-weight:500;line-height:24px}@media (width<=1240px){._ambassadorLabel_qigwj_25{font-size:12px;line-height:14px}}._ambassadorHint_qigwj_43{color:#e8eaf080;font-size:12px;font-weight:400;line-height:16px}._ambassadorInput_qigwj_50{box-sizing:border-box;color:#e8eaf0;background-color:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;outline:none;height:40px;padding:8px 16px;font-family:Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:22px}._ambassadorInput_qigwj_50:focus{border-color:#e0e4ec}@media (width<=1240px){._ambassadorInput_qigwj_50{height:44px;padding:8px 12px;font-size:12px;line-height:18px}}._ambassadorButton_qigwj_76,._ambassadorButtonSecondary_qigwj_77{box-sizing:border-box;white-space:nowrap;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;height:40px;padding:8px 16px;font-family:Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:22px;transition:background .2s,border-color .2s,opacity .2s;display:inline-flex}._ambassadorButton_qigwj_76:disabled,._ambassadorButtonSecondary_qigwj_77:disabled{cursor:default;opacity:.6}@media (width<=1240px){._ambassadorButton_qigwj_76,._ambassadorButtonSecondary_qigwj_77{height:44px;min-height:44px;padding:8px 12px;font-size:12px;line-height:18px}}._ambassadorButton_qigwj_76{color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14}@media (hover:hover){._ambassadorButton_qigwj_76:not(:disabled):hover{background:#ffffff0f;border-color:#ffffff1f}}._ambassadorButtonSecondary_qigwj_77{color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14}._ambassadorTable_qigwj_127{border:1px solid #ffffff14;border-radius:12px;width:100%;overflow:hidden}._ambassadorRow_qigwj_134{color:#e8eaf0;border-bottom:1px solid #ffffff14;grid-template-columns:minmax(0,1fr) 100px 180px 120px;align-items:center;gap:12px;padding:10px 16px;font-size:14px;line-height:17px;display:grid}._ambassadorRow_qigwj_134:last-child{border-bottom:none}@media (width<=1240px){._ambassadorRow_qigwj_134{grid-template-columns:1fr;gap:8px;padding:12px;font-size:12px;line-height:18px}}._ambassadorHeaderRow_qigwj_158{color:#e8eaf080;background:#ffffff08;font-weight:500}._ambassadorUrl_qigwj_164{overflow-wrap:anywhere}._ambassadorEmpty_qigwj_168{color:#e8eaf080;text-align:center;padding:20px;font-size:14px;line-height:17px}.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#ffffff80;--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:#f0f0f099;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;background-color:var(--xy-background-color,var(--xy-background-color-default));--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #00000014;--xy-node-boxshadow-selected-default:0 0 0 .5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:#0059dc14;--xy-selection-border-default:1px dotted #0059dccc;--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#96969640;--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:#3c3c3c99;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #ffffff14;--xy-node-boxshadow-selected-default:0 0 0 .5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:#c8c8dc14;--xy-selection-border-default:1px dotted #c8c8dccc;--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{pointer-events:none;position:absolute;overflow:visible}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}svg.react-flow__connectionline{z-index:1001;position:absolute;overflow:visible}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default;position:absolute}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:0;left:50%;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{z-index:5;margin:15px;position:absolute}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px)translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px)translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__viewport-portal{-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__minimap{background:var(--xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default)))}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default)));stroke:var(--xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default)));stroke-width:var(--xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default)))}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default)));stroke:var(--xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default)));stroke-width:var(--xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default)))}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default)))}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default)))}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default)))}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));flex-direction:column;display:flex}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)));width:26px;height:26px;color:var(--xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default)));cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:4px;display:flex}.react-flow__controls-button svg{fill:currentColor;width:100%;max-width:12px;max-height:12px}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;color:var(--xy-node-color,var(--xy-node-color-default));text-align:center;border:var(--xy-node-border,var(--xy-node-border-default));background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));padding:10px;font-size:12px}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(--xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default)));color:var(--xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default)))}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)))}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;width:5px;height:5px;translate:-50% -50%}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}._stakingHeader_wr6fq_6{z-index:1;margin-bottom:24px;position:relative}@media (width<=575.998px){._stakingHeader_wr6fq_6{margin-bottom:20px}}._topRow_wr6fq_17{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}@media (width<=575.998px){._topRow_wr6fq_17{gap:12px;margin-bottom:16px}}._userProfile_wr6fq_32{align-items:center;gap:12px;display:flex}._avatar_wr6fq_38{border:2px solid #ffffff1f;border-radius:50%;width:56px;height:56px;overflow:hidden;box-shadow:0 4px 12px #0000004d}._avatar_wr6fq_38 img{object-fit:cover;width:100%;height:100%}@media (width<=575.998px){._avatar_wr6fq_38{width:48px;height:48px}}._userInfo_wr6fq_58{flex-direction:column;display:flex}._username_wr6fq_63{color:#e8eaf0;font-size:18px;font-weight:600;line-height:22px}@media (width<=575.998px){._username_wr6fq_63{font-size:16px;line-height:19px}}._levelBadge_wr6fq_76{background:#00e67626;border:1px solid #00e67633;border-radius:8px;align-items:center;gap:6px;width:fit-content;margin-top:4px;padding:4px 10px;display:flex}._levelBadge_wr6fq_76 span{color:#00e676;font-size:12px;font-weight:600;line-height:15px}._balances_wr6fq_94{cursor:pointer;gap:16px;display:flex}@media (width<=575.998px){._balances_wr6fq_94{gap:12px}}._divider_wr6fq_105{background:#ffffff14;align-self:stretch;width:1px}._balanceItem_wr6fq_111{flex-direction:column;align-items:flex-end;gap:2px;display:flex}._balanceLabel_wr6fq_118{color:#e8eaf080;font-size:14px;line-height:17px}@media (width<=575.998px){._balanceLabel_wr6fq_118{font-size:12px;line-height:15px}}._balanceValue_wr6fq_130{color:#e8eaf0;font-size:18px;font-weight:600;line-height:22px}@media (width<=575.998px){._balanceValue_wr6fq_130{font-size:14px;line-height:17px}}._tabs_wr6fq_143{background:#ffffff08;border:1px solid #ffffff0a;border-radius:12px;gap:4px;padding:4px;display:flex}._tab_wr6fq_143{text-align:center;cursor:pointer;color:#e8eaf080;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:10px;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}@media (width<=575.998px){._tab_wr6fq_143{padding:8px 6px;font-size:.75rem}}._tabActive_wr6fq_174{color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;box-shadow:0 2px 8px #0000004d}._collapseBtn_fksms_2{z-index:2;color:#4a2d6e;cursor:pointer;background:#ffffffeb;border:1px solid #7f00e259;border-radius:8px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:600;line-height:1;display:inline-flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #0000000f}._collapseBtn_fksms_2:hover{cursor:pointer;background:#fff;border-color:#7f00e28c}._collapseBtn_fksms_2:focus-visible{outline-offset:2px;outline:2px solid #7f00e273}._collapseBtn_collapsed_fksms_31{padding-right:6px}._collapseIcon_fksms_35{text-align:center;width:1em;font-size:10px;display:inline-block}._collapseBadge_fksms_42{color:#4a2d6e;background:#7f00e22e;border-radius:6px;min-width:1.25rem;padding:1px 5px;font-size:10px;font-weight:700}._root_dark_fksms_52 ._collapseBtn_fksms_2{color:#e8dff8;background:#28203af2;border-color:#c8afff59}._root_dark_fksms_52 ._collapseBtn_fksms_2:hover{background:#372d4efa;border-color:#c8afff80}._root_dark_fksms_52 ._collapseBadge_fksms_42{color:#f0e8ff;background:#7f00e259}._root_fksms_52{contain:layout;-webkit-user-select:none;user-select:none;cursor:grab;background:#f3f0fa;border:1px solid #7f00e240;border-radius:12px;width:300px;min-height:200px;padding:12px 12px 10px;font-size:13px;line-height:1.35;position:relative;box-shadow:0 1px 4px #00000014}._root_fksms_52:active{cursor:grabbing}._root_dark_fksms_52{color:#f0ecf5;background:#252030;border-color:#7f00e280}._root_dark_fksms_52 ._email_fksms_92{color:#fff}._root_dark_fksms_52 ._meta_fksms_95{color:#ffffffbf}._root_dark_fksms_52 ._counts_fksms_98{color:#ffffffa6}._root_dark_fksms_52 ._badge_fksms_101{color:#fff;background:#7f00e259}._root_dark_fksms_52 ._details_fksms_105{border-top-color:#ffffff1f}._root_dark_fksms_52 ._detailLabel_fksms_108{color:#ffffff8c}._root_dark_fksms_52 ._detailValue_fksms_111{color:#ffffffeb}._dimmed_fksms_115{opacity:.42}._row_fksms_120{align-items:flex-start;gap:10px;display:flex}._avatar_fksms_126{border:2px solid #ffffff59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}._avatarText_fksms_137{color:#fff;text-shadow:0 1px 2px #00000040;font-size:15px;font-weight:700}._main_fksms_144{flex:1;min-width:0}._email_fksms_92{color:#1f1533;word-break:break-all;font-weight:600}._meta_fksms_95{color:#5c5470;flex-wrap:wrap;gap:8px;margin-top:4px;font-size:12px;display:flex}._status_fksms_164{border-radius:6px;padding:1px 8px;font-size:11px;font-weight:600}._status_active_fksms_171{color:#1e7f34;background:#2ea04326}._status_pending_fksms_176{color:#8a6a12;background:#d2992233}._status_blocked_fksms_181{color:#a32020;background:#c83c3c26}._root_dark_fksms_52 ._status_active_fksms_171{color:#8fe9a6;background:#2ea04340}._root_dark_fksms_52 ._status_pending_fksms_176{color:#ffd88a;background:#d2992240}._root_dark_fksms_52 ._status_blocked_fksms_181{color:#ff9a9a;background:#c83c3c40}._counts_fksms_98{color:#6b6280;gap:12px;margin-top:6px;font-size:11px;display:flex}._details_fksms_105{border-top:1px solid #7f00e21f;gap:8px;margin:10px 0 0;padding:10px 0 0;display:grid}._detailRow_fksms_217{grid-template-columns:1fr;gap:2px;margin:0;display:grid}._referralRow_fksms_224{justify-content:space-between;align-items:flex-start;gap:8px;width:100%;min-width:0;display:flex}._referralRowText_fksms_233{flex:1;grid-template-columns:1fr;gap:2px;min-width:0;display:grid}._referralQrWrap_fksms_241{cursor:default;-webkit-user-select:none;user-select:none;flex-shrink:0;line-height:0}._referralQrBox_fksms_248{background:#fff;border:1px solid #7f00e233;border-radius:6px;padding:4px;box-shadow:0 1px 2px #0000000f}._root_dark_fksms_52 ._referralQrBox_fksms_248{border-color:#c8afff59}._detailLabel_fksms_108{text-transform:uppercase;letter-spacing:.04em;color:#7a708f;margin:0;font-size:10px;font-weight:600}._detailValue_fksms_111{color:#2a1f42;word-break:break-all;margin:0;font-size:12px;font-weight:600;line-height:1.3}._referralLink_fksms_278{-webkit-user-select:text;user-select:text;color:#5a2d8f;text-underline-offset:2px;text-decoration:underline}._referralLink_fksms_278:hover{color:#3d1f66}._referralLink_fksms_278:focus-visible{outline-offset:2px;outline:2px solid #7f00e273}._root_dark_fksms_52 ._referralLink_fksms_278{color:#c4a8ff}._root_dark_fksms_52 ._referralLink_fksms_278:hover{color:#e0d4ff}._badge_fksms_101{letter-spacing:.02em;color:#5a2d8f;background:#7f00e21a;border-radius:6px;margin-top:8px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}._handle_fksms_311{background:#fff!important;border:2px solid #7f00e299!important;width:8px!important;height:8px!important}._page_154gr_1{flex-direction:column;gap:16px;min-height:70vh;display:flex}._head_154gr_8{padding-bottom:4px}._title_154gr_12{color:inherit;margin:0;font-size:1.35rem;font-weight:600}._hint_154gr_19{opacity:.75;margin:8px 0 0;font-size:13px}._hint_error_154gr_25{color:#e8a0a0;opacity:1}._toolbar_154gr_30{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}._tabs_154gr_38{gap:8px;display:flex}._tab_154gr_38{cursor:pointer;background:0 0;border:1px solid #7f00e240;border-radius:8px;padding:8px 16px;font-size:14px;transition:background .15s,border-color .15s}._tab_154gr_38:hover{border-color:#7f00e273}._tab_active_154gr_56{background:#7f00e21f;border-color:#7f00e280;font-weight:600}._search_154gr_62{border:1px solid #7f00e240;border-radius:8px;flex:1;min-width:220px;max-width:360px;padding:10px 14px;font-size:14px}._search_154gr_62:focus{border-color:#7f00e28c;outline:none}._canvasWrap_154gr_76{background:#16101f;border:1px solid #7f00e259;border-radius:12px;height:min(72vh,720px);min-height:420px;position:relative;overflow:hidden}._canvasStatus_154gr_86{text-align:center;opacity:.9;justify-content:center;align-items:center;height:100%;min-height:420px;padding:24px;font-size:15px;line-height:1.45;display:flex}._canvasStatus_error_154gr_99{color:#f0a8a8}._reactFlow_154gr_103{--xy-background-color:#16101f;min-height:100%}._wrapper_1qtbq_6{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:965px;height:fit-content;margin-bottom:20px;padding:20px;box-shadow:0 4px 20px #0006}@media (width<=575.998px){._wrapper_1qtbq_6{padding:10px}}._firstRow_1qtbq_23{justify-content:space-between;align-items:center;display:flex}._firstRow_1qtbq_23 div{margin-bottom:0}@media (width<=575.998px){._firstRow_1qtbq_23{flex-direction:column;gap:19px}}._title_1qtbq_38{color:#e8eaf0;white-space:nowrap;margin-bottom:0;font-size:32px;font-weight:700;line-height:39px}@media (width<=1240px){._title_1qtbq_38{white-space:normal}}@media (width<=767.998px){._title_1qtbq_38{font-size:20px;line-height:24px}}@media (width<=575.998px){._title_1qtbq_38{align-self:flex-start}}._title_1qtbq_38:not(:last-child){margin-right:20px}._selectorsWrapper_1qtbq_66{grid-template-columns:1fr 1.1fr;gap:20px;width:100%;display:grid}@media (width>=767.999px) and (width<=1240px){._selectorsWrapper_1qtbq_66{gap:10px}}@media (width<=767.998px){._selectorsWrapper_1qtbq_66{grid-template-columns:1fr;gap:10px;height:auto}}._table_1qtbq_85{background:0 0;border-radius:19px;width:calc(100% + 38px);margin:0 -19px -10px;display:grid;position:relative;overflow:hidden}@media (width<=575.998px){._table_1qtbq_85{width:calc(100% + 18px);margin:0 -9px}}._tableCancel_1qtbq_103{background:0 0;border-radius:19px;grid-template-columns:repeat(7,auto);grid-template-areas:"t t t t t t t""l l l l l l l";display:grid;position:relative;overflow:hidden}._tableCancel_1qtbq_103 div:first-child,._tableCancel_1qtbq_103 div:nth-child(7n+2):not(:nth-child(2)){padding-left:20px}@media (width>=575.999px) and (width<=767.998px){._tableCancel_1qtbq_103{grid-template-columns:repeat(6,auto);grid-template-areas:"t t t t t t""l l l l l l"}}@media (width<=575.998px){._tableCancel_1qtbq_103{grid-template-columns:repeat(4,auto);grid-template-areas:"t t t t""l l l l"}._tableCancel_1qtbq_103 div:nth-child(2),._tableCancel_1qtbq_103 div:nth-child(7n+3):not(._tableTitle_1qtbq_128){padding-left:20px}}._tableNoCancel_1qtbq_133{grid-template-columns:repeat(6,auto);grid-template-areas:"t t t t t t""l l l l l l"}._tableNoCancel_1qtbq_133 div:first-child,._tableNoCancel_1qtbq_133 div:nth-child(6n+2):not(:nth-child(2)){padding-left:20px}@media (width>=575.999px) and (width<=767.998px){._tableNoCancel_1qtbq_133{grid-template-columns:repeat(5,auto);grid-template-areas:"t t t t t""l l l l l"}}@media (width<=575.998px){._tableNoCancel_1qtbq_133{grid-template-columns:repeat(3,auto);grid-template-areas:"t t t""l l l"}._tableNoCancel_1qtbq_133 div:nth-child(2),._tableNoCancel_1qtbq_133 div:nth-child(6n+3):not(._tableTitle_1qtbq_128){padding-left:20px}}._cell_1qtbq_158{color:#e8eaf0;white-space:nowrap;justify-content:flex-start;align-items:center;width:100%;height:29px;font-size:14px;font-weight:400;line-height:17px;display:flex}@media (width<=767.998px){._cell_1qtbq_158{font-size:12px;line-height:15px}}._cellColoredBg_1qtbq_177{background:#ffffff08}._tableTitle_1qtbq_128{color:#e8eaf080;margin:10px 0;font-size:18px;font-weight:500;line-height:22px}@media (width<=1240px){._tableTitle_1qtbq_128{font-size:14px;line-height:17px}}._line_1qtbq_195{background:linear-gradient(135deg,#c8d2e6,#8a9bb5);grid-area:l;height:3px;margin:0 20px}._green_1qtbq_202{color:#00e676}@media (width<=767.998px){._phoneGreen_1qtbq_207{color:#00e676}}._red_1qtbq_212{color:#ff5b5b}@media (width<=767.998px){._phoneRed_1qtbq_217{color:#ff5b5b}._phoneHidden_1qtbq_223{display:none}}@media (width<=575.998px){._phoneVertHidden_1qtbq_229{display:none}}._phoneVertOnly_1qtbq_234{display:none}@media (width<=575.998px){._phoneVertOnly_1qtbq_234{display:block}._actionTitlePhone_1qtbq_244{visibility:hidden;width:0}}._planets_nk9uu_6{background:radial-gradient(900px 500px at 15% -10%,#e0e4ec26,#0000 60%),radial-gradient(900px 500px at 85% 0,#2f81f71f,#0000 55%),radial-gradient(800px 500px at 60% 110%,#00e6761a,#0000 60%),#06080e;grid-template-rows:min-content auto min-content;grid-template-columns:50%;place-content:center;place-items:center;gap:60px;height:876px;margin-top:-110px;margin-bottom:-110px;display:grid}._planets_nk9uu_6 h3{color:#e8eaf0;font-size:18px;font-weight:400;line-height:22px}._planets_nk9uu_6 ._errorCode_nk9uu_24{color:#e8eaf0;font-size:200px;font-weight:700;line-height:1}@media (width<=575.998px){._planets_nk9uu_6 ._errorCode_nk9uu_24{font-size:120px}}._planets_nk9uu_6 button{width:414px}@media (width<=575.998px){._planets_nk9uu_6 button{width:298px}}@media (width<=1240px){._planets_nk9uu_6{grid-template-columns:85%}}@media (width>=767.999px) and (width<=1240px){._planets_nk9uu_6{margin-top:-20px}}._title_1v5mj_6{max-width:calc(100% - 27px);font-weight:400}@media (width<=767.998px){._title_1v5mj_6{font-size:20px;line-height:24px}}@media (width<=575.998px){._title_1v5mj_6{max-width:calc(100% - 20px)}}._form_1v5mj_22{gap:10px;margin-top:30px;display:grid}@media (width<=767.998px){._form_1v5mj_22{margin-top:20px}}._fieldWrapper_1v5mj_33{gap:5px;display:grid}._fieldWrapper_1v5mj_33 span{color:#e8eaf080;font-size:18px;font-weight:500;line-height:22px}@media (width<=575.998px){._fieldWrapper_1v5mj_33 span{font-size:14px;line-height:17px}}._formButton_1v5mj_50{justify-self:center;width:163px}._keyInfo_1v5mj_55{flex-direction:column;gap:5px;margin-top:10px;display:flex}._key_1v5mj_55{word-break:break-all;color:#e8eaf0;font-size:15px}._wrapper_57xtr_6{background:#0c1018;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:965px;height:fit-content;margin-bottom:20px;padding:20px}@media (width<=575.998px){._wrapper_57xtr_6{padding:10px}}._firstRow_57xtr_22{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}._firstRow_57xtr_22 button{width:163px}._title_57xtr_32{color:#e8eaf0;font-size:32px;font-weight:400;line-height:39px}@media (width>=575.999px) and (width<=767.998px){._title_57xtr_32{font-size:20px;line-height:24px}}@media (width<=575.998px){._title_57xtr_32{font-size:18px;line-height:22px}}._table_57xtr_51{grid-template-columns:repeat(7,auto);gap:0 4px;margin-bottom:20px;display:grid;position:relative;overflow:hidden}@media (width<=767.998px){._table_57xtr_51{grid-template-columns:repeat(6,auto);margin-bottom:10px}}@media (width<=575.998px){._table_57xtr_51{grid-template-columns:repeat(4,auto);margin:0 -5px 10px}}._titleBg_57xtr_72{background:#ffffff0a;border-radius:20px 20px 0 0;width:100%;height:64px;position:absolute;top:0;left:0}._cell_57xtr_82{color:#e8eaf0;align-items:center;width:100%;height:51px;font-size:12px;line-height:15px;display:flex}._cell_57xtr_82:not(._titleCell_57xtr_91){word-break:break-all}@media (width>=767.999px) and (width<=1240px){._cell_57xtr_82:not(._titleCell_57xtr_91){max-width:138px}}@media (width<=767.998px){._cell_57xtr_82:not(._titleCell_57xtr_91){max-width:120px}}@media (width<=575.998px){._cell_57xtr_82:not(._titleCell_57xtr_91){justify-content:center}}button._cell_57xtr_82{color:#ff004d;font-size:14px;line-height:17px}@media (width<=767.998px){._phoneHidden_57xtr_117{display:none}}@media (width<=575.998px){._phoneVHidden_57xtr_123{display:none}}._titleCell_57xtr_91{color:#e8eaf080;height:64px;font-size:14px;font-weight:500;line-height:13px}._titleCell_57xtr_91:first-of-type{padding-left:10px}@media (width<=575.998px){._titleCell_57xtr_91:first-of-type{padding-left:5px}}._line_57xtr_145{background:linear-gradient(135deg,#c8d2e6,#8a9bb5);grid-column:1/8;height:1px}@media (width<=767.998px){._line_57xtr_145{grid-column:1/7}}@media (width<=575.998px){._line_57xtr_145{grid-column:1/5}}._list_ru5st_1{flex-direction:column;flex-shrink:0;gap:6px;min-width:0;max-width:100%;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}._item_ru5st_14{color:#e8eaf0;align-items:center;gap:8px;min-width:0;font-size:14px;line-height:17px;display:flex}._name_ru5st_24{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}._status_ru5st_32{color:#e8eaf080;flex-shrink:0}._done_ru5st_37{color:#00e676;flex-shrink:0}._error_ru5st_42{color:#ff5b5b;flex-shrink:0}._remove_ru5st_47{cursor:pointer;color:#e8eaf080;background:0 0;border:none;flex-shrink:0;padding:0 4px;font-size:18px;line-height:1}._remove_ru5st_47:hover{color:#e8eaf0}._wrapper_gm36c_6{width:100%;max-width:700px}._header_gm36c_11{text-align:center;margin-bottom:28px}._icon_gm36c_16{color:#e0e4ec;background:linear-gradient(135deg,#e0e4ec1a 0%,#e0e4ec14 100%);border:1px solid #e0e4ec33;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;font-size:22px;display:inline-flex}._icon_gm36c_16 img{filter:invert()}._title_gm36c_33{color:#e8eaf0;margin:0 0 8px;font-size:20px;font-weight:600;line-height:24px}._subtitle_gm36c_41{color:#e8eaf080;margin:0;font-size:14px;line-height:1.4}._form_gm36c_49{flex-direction:column;gap:20px;display:flex}._field_gm36c_55{flex-direction:column;gap:8px;display:flex}._label_gm36c_61{color:#e8eaf0;font-size:14px;font-weight:500;line-height:17px}._input_gm36c_68{min-height:44px;padding:12px 16px}._textarea_gm36c_73{resize:none;-ms-overflow-style:none;scrollbar-width:none;min-height:120px;padding:14px 18px;line-height:1.5}._textarea_gm36c_73::-webkit-scrollbar{display:none}._submitBtn_gm36c_85{width:100%;margin-top:8px;padding:12px 24px}._fileInput_gm36c_91{opacity:0;pointer-events:none;width:0;height:0;position:absolute}._textareaWrap_gm36c_99{width:100%;position:relative}._attachButton_gm36c_104{z-index:1;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff14;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:18px;line-height:1;display:flex;position:absolute;bottom:8px;right:8px}._attachButton_gm36c_104:hover{background:#ffffff0f}._fileUploadList_gm36c_127{margin:8px 0 0}._banner_1jyzl_1{background:linear-gradient(135deg,#f5b4001a,#f5b40005);border:1px solid #f5b40066;border-radius:12px;flex-direction:column;gap:4px;margin-bottom:16px;padding:14px 18px;display:flex;box-shadow:0 6px 18px #f5b4001f}._titleRow_1jyzl_13{align-items:center;gap:8px;display:flex}._title_1jyzl_13{text-transform:uppercase;letter-spacing:.08em;color:#f5b400;font-size:12px;font-weight:600}._name_1jyzl_27{color:#e8eaf0;font-size:18px;font-weight:600}._subtitle_1jyzl_33{color:#e8eaf080;font-size:13px}._wrapper_ws4oa_6{background:#0c1018;border:1px solid #ffffff14;border-radius:20px;width:100%;min-width:0;height:fit-content;margin-bottom:20px;padding:20px;box-shadow:0 4px 20px #0006}@media (width<=1240px){._wrapper_ws4oa_6{width:100%}}@media (width<=575.998px){._wrapper_ws4oa_6{padding:10px 8px}}._button_ws4oa_28{width:163px}._table_ws4oa_32{grid-template-columns:repeat(4,minmax(0,1fr));gap:0 30px;min-width:0;margin-top:20px;display:grid;overflow:hidden}@media (width<=575.998px){._table_ws4oa_32{grid-template-columns:1fr;gap:0}}._row_ws4oa_47{grid-column:1/-1;grid-template-columns:subgrid;cursor:pointer;gap:0 30px;transition:background-color .15s;display:grid}._row_ws4oa_47:hover{background-color:#ffffff0a}@media (width<=575.998px){._row_ws4oa_47{grid-template-rows:auto auto 1px;grid-template-columns:1fr auto;align-items:start;gap:4px 12px;padding:12px 0}}._chevron_ws4oa_68{color:#e8eaf080;flex-shrink:0;margin-left:auto;margin-right:8px;font-size:1.25em;line-height:1}._titleBg_ws4oa_77{background:#ffffff0a;border-radius:20px 20px 0 0;width:100%;height:65px;position:absolute;top:0;left:0}@media (width<=575.998px){._titleBg_ws4oa_77{display:none}}._cell_ws4oa_92{color:#e8eaf0;align-items:center;width:100%;min-width:0;height:58px;font-size:16px;font-weight:400;line-height:19px;display:flex}@media (width<=767.998px){._cell_ws4oa_92{font-size:12px;line-height:15px}}._cell_ws4oa_92:nth-of-type(4n+1){margin-left:20px;font-weight:500}@media (width<=1240px){._cell_ws4oa_92:nth-of-type(4n+1){margin-left:10px}}@media (width<=575.998px){._cell_ws4oa_92:nth-of-type(4n+1){grid-area:1/1/auto/-1;max-width:65%;height:auto;min-height:0;margin-left:0;margin-right:0}._cell_ws4oa_92:nth-of-type(4n+3){color:#e8eaf080;grid-area:2/1;height:auto;margin-left:0;font-size:12px;line-height:15px}}._cell_ws4oa_92:nth-of-type(4n+4){margin-right:20px}@media (width<=575.998px){._cell_ws4oa_92:nth-of-type(4n+4){grid-area:2/2;justify-content:flex-end;height:auto;margin-left:0;margin-right:0}._cell_ws4oa_92:nth-of-type(4n+4) ._chevron_ws4oa_68{margin-left:4px;margin-right:0}._cell_ws4oa_92:nth-of-type(4n+1),._cell_ws4oa_92:nth-of-type(4n+3),._cell_ws4oa_92:nth-of-type(4n+4){flex-shrink:0}._cell_ws4oa_92{height:auto}}._cellText_ws4oa_168{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}@media (width<=575.998px){._cellText_ws4oa_168{white-space:normal;word-break:break-word}}._cellStatus_ws4oa_181{color:#00e676;flex-shrink:0;font-size:20px;font-weight:600;line-height:24px}@media (width<=767.998px){._cellStatus_ws4oa_181{font-size:16px;line-height:19px}._phoneHidden_ws4oa_196{display:none}}@media (width<=575.998px){._phoneVHidden_ws4oa_202{display:none}}._titleCell_ws4oa_207{color:#e8eaf080;height:50px;font-size:18px;font-weight:500;line-height:22px}@media (width<=767.998px){._titleCell_ws4oa_207{font-size:14px;line-height:17px}}@media (width<=575.998px){._titleCell_ws4oa_207{display:none}}._line_ws4oa_226{background:#ffffff14;grid-column:1/5;height:1px}@media (width<=575.998px){._line_ws4oa_226{grid-area:3/1/auto/-1}}._header_14d2s_1{border-bottom:1px solid #ffffff14;flex-direction:column;align-items:center;gap:12px;width:100%;min-width:0;max-width:600px;margin-bottom:4px;padding:0 16px 12px;display:flex}@media (width>=360px){._header_14d2s_1{min-width:min(340px,100%)}}._headerTitle_14d2s_19{color:#e8eaf0;word-break:break-word;white-space:normal;flex:1;min-width:0;margin:0;font-size:16px;font-weight:600;line-height:19px}._headerSub_14d2s_31{color:#e8eaf080;flex-shrink:0;font-size:12px;line-height:15px}._container_14d2s_38{scroll-behavior:smooth;flex-grow:1;width:100%;min-width:0;max-width:600px;padding:4px 16px;overflow:hidden auto}._messagesInner_14d2s_49{flex-direction:column;gap:14px;width:100%;min-width:0;display:flex}._fileUploadList_14d2s_57{border-top:1px solid #ffffff14;margin:0;padding:8px 16px 0}._fileInput_14d2s_63{opacity:0;pointer-events:none;width:0;height:0;position:absolute}._textareaWrap_14d2s_71{flex:1;width:100%;min-width:0;position:relative}._attachButton_14d2s_78{z-index:1;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff14;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:18px;line-height:1;display:flex;position:absolute;bottom:8px;right:8px}._attachButton_14d2s_78:hover{background:#ffffff0f}._inputContainer_14d2s_101{border-top:1px solid #ffffff14;flex-direction:row;flex-shrink:0;align-items:flex-end;gap:12px;padding-top:16px;display:flex}._inputContainer_14d2s_101 ._textarea_14d2s_71{box-sizing:border-box;resize:none;scrollbar-width:none;border-radius:12px;width:100%;min-width:0;height:76px;padding:12px 48px 12px 14px;font-size:16px;line-height:19px;display:block;overflow-y:auto}._inputContainer_14d2s_101 ._textarea_14d2s_71::-webkit-scrollbar{display:none}._sendButton_14d2s_129{flex-shrink:0;min-width:72px;padding:10px 14px}._sendButtonDisabled_14d2s_135{opacity:.5;cursor:not-allowed;pointer-events:none}._closedNotice_14d2s_141{color:#e8eaf080;text-align:center;border-top:1px solid #ffffff14;margin-top:12px;padding-top:16px;font-size:14px;line-height:17px}._lightbox_14d2s_151{z-index:9999;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._lightbox_14d2s_151 img{object-fit:contain;cursor:default;max-width:95vw;max-height:95vh}._lightboxBroken_14d2s_167{color:#fff9;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex}._lightboxBroken_14d2s_167 svg{width:64px;height:64px}._lightboxBroken_14d2s_167 span{text-align:center;font-size:16px;line-height:19px}._card_61kih_1{color:#e8eaf0;border-radius:16px;min-width:0;max-width:80%;padding:12px 16px;font-size:16px;line-height:19px;transition:box-shadow .15s}._card_outMessage_61kih_13{text-align:right;background:linear-gradient(135deg,#e0e4ec1a 0%,#e0e4ec14 100%);border:1px solid #e0e4ec33;border-radius:16px 16px 4px;align-self:flex-end}@media (hover:hover){._card_outMessage_61kih_13:hover{box-shadow:0 4px 12px #e0e4ec1a}}._card_replayMessage_61kih_26{text-align:left;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px 16px 16px 4px;align-self:flex-start}@media (hover:hover){._card_replayMessage_61kih_26:hover{box-shadow:0 4px 12px #0003}}._text_61kih_39{word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}._attachments_61kih_45{flex-direction:column;gap:8px;min-width:0;margin-top:4px;display:flex}._attachmentImgButton_61kih_53{cursor:pointer;text-align:left;background:0 0;border:none;padding:0;display:block}._attachmentImg_61kih_53{object-fit:contain;border-radius:10px;width:auto;max-width:min(260px,72vw);height:auto;max-height:220px;display:block}._attachmentImgButton_61kih_53 ._attachmentImg_61kih_53{cursor:pointer}._attachmentPlaceholder_61kih_76{background:#0003;border-radius:10px;width:min(200px,60vw);height:120px;animation:1s ease-in-out infinite _attachmentPulse_61kih_1;display:block}._attachmentBroken_61kih_85{aspect-ratio:4/3;color:#e0e4ec80;background:#00000040;border:1px dashed #e0e4ec4d;border-radius:10px;justify-content:center;align-items:center;width:min(260px,72vw);min-height:120px;max-height:220px;display:flex}._attachmentBrokenIcon_61kih_99{flex-shrink:0;width:48px;height:48px}._attachmentError_61kih_105{background:#b43c3c33;border-radius:10px;width:min(200px,60vw);height:80px;display:block}@keyframes _attachmentPulse_61kih_1{0%,to{opacity:.6}50%{opacity:1}}._title_yda21_1{margin-left:12px}._landingWrapper_11vk1_6{color:#e8eaf0;background:radial-gradient(900px 500px at 15% -10%,#e0e4ec26,#0000 60%),radial-gradient(900px 500px at 85% 0,#2f81f71f,#0000 55%),radial-gradient(800px 500px at 60% 110%,#00e6761a,#0000 60%),#06080e;min-height:100vh;font-family:Helvetica,Arial,sans-serif;line-height:1.5}._landingWrapper_11vk1_6 a{color:inherit;text-decoration:none}._landingWrapper_11vk1_6 *{box-sizing:border-box}._container_11vk1_21{width:min(1160px,100% - 40px);margin:0 auto}@media (width<=575.998px){._container_11vk1_21{width:min(1160px,100% - 28px)}}._btn_11vk1_31{color:#e8eaf0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:700;transition:transform .12s,box-shadow .12s,background .12s;display:inline-flex;box-shadow:0 12px 22px #00000059}._btn_11vk1_31:hover{transform:translateY(-1px);box-shadow:0 16px 28px #0000006b}._btnPrimary_11vk1_54{color:#0b0e11;background:linear-gradient(135deg,#a8b2c6,#7585a0);border:1px solid #b4bed24d;box-shadow:0 18px 44px #b4bed22e}._btnPrimary_11vk1_54:hover{box-shadow:0 22px 52px #b4bed22e}._btnGhost_11vk1_64,._btnDownload_11vk1_68{background:#ffffff08}._btnDownload_11vk1_68:hover{color:#0b0e11;background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border-color:#e0e4ec4d;box-shadow:0 22px 52px #e0e4ec33}._pill_11vk1_78{color:#e8eaf080;background:#ffffff08;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;padding:8px 10px;font-size:12px;display:inline-flex}._dot_11vk1_90{background:#00e676;border-radius:99px;width:8px;height:8px;box-shadow:0 0 0 4px #00e67626}._hero_11vk1_98{padding:48px 0 10px}._heroGrid_11vk1_102{grid-template-columns:1.1fr .9fr;align-items:stretch;gap:28px;display:grid}@media (width<=1200px){._heroGrid_11vk1_102{grid-template-columns:1fr}}._heroLeft_11vk1_114{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:28px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0006}._heroLeft_11vk1_114:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 30%,#e0e4ec33,#0000 60%),radial-gradient(circle at 70% 60%,#2f81f729,#0000 55%),radial-gradient(circle at 30% 70%,#00e67626,#0000 55%);border-radius:999px;width:260px;height:260px;position:absolute;inset:-60px -80px auto auto;transform:rotate(12deg)}._heroLeft_11vk1_114 h1{letter-spacing:-.03em;color:#e8eaf0;margin:10px 0;font-size:clamp(28px,3.2vw,44px);line-height:1.08}._sub_11vk1_142{color:#e8eaf080;max-width:52ch;margin:0 0 18px;font-size:16px}._ctaRow_11vk1_149{flex-wrap:wrap;align-items:center;gap:12px;margin:18px 0 14px;display:flex}@media (width<=575.998px){._appStoreRow_11vk1_158{flex-direction:column;align-items:stretch}}._btnAppStore_11vk1_164{text-align:left;justify-content:flex-start;min-width:0}._btnAppBrandIcon_11vk1_170,._btnAppStoreIcon_11vk1_171{object-fit:contain;flex-shrink:0;width:40px;height:40px}._trustRow_11vk1_178{flex-wrap:wrap;gap:14px;margin-top:16px;display:flex}._trustCard_11vk1_185{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex:160px;padding:12px;box-shadow:0 10px 18px #00000040}._trustTop_11vk1_194{color:#e8eaf080;margin-bottom:6px;font-size:12px}._trustVal_11vk1_200{letter-spacing:-.02em;font-size:18px;font-weight:900}._up_11vk1_206{color:#00e676;font-weight:900}._down_11vk1_211{color:#ff5b5b;font-weight:900}._heroRight_11vk1_216{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;gap:12px;padding:18px;display:flex;box-shadow:0 4px 20px #0006}._miniHeader_11vk1_227{justify-content:space-between;align-items:center;gap:10px;padding:6px 6px 2px;display:flex}._miniTitle_11vk1_235{letter-spacing:-.02em;font-weight:900}._miniHint_11vk1_240{color:#e8eaf080;font-size:12px}._marketList_11vk1_245{flex-direction:column;gap:10px;display:flex}._marketRow_11vk1_251{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:12px;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex;box-shadow:0 10px 18px #00000038}._marketRow_11vk1_251:hover{border-color:#e0e4ec4d;transform:translateY(-2px);box-shadow:0 14px 24px #0000004d}._pair_11vk1_270{align-items:center;gap:10px;min-width:140px;display:flex}._coin_11vk1_277{color:#e0e4ec;place-items:center;width:34px;height:34px;font-weight:900;display:grid}._pairText_11vk1_286{flex-direction:column;display:flex}._pairText_11vk1_286 b{font-size:14px}._pairText_11vk1_286 span{color:#e8eaf080;font-size:12px}._price_11vk1_298{letter-spacing:-.01em;text-align:right;font-weight:900}._chg_11vk1_304{text-align:right;color:#e8eaf080;font-size:12px}._pos_11vk1_310{color:#00e676;font-weight:800}._neg_11vk1_315{color:#ff5b5b;font-weight:800}._miniCtas_11vk1_320{flex-wrap:wrap;gap:10px;padding-top:6px;display:flex}._btnWide_11vk1_327{flex:160px}._section_11vk1_331{padding:40px 0}._sectionTitle_11vk1_335{letter-spacing:-.02em;color:#e8eaf0;margin:0 0 8px;font-size:22px;font-weight:900}._sectionSub_11vk1_343{color:#e8eaf080;max-width:70ch;margin:0 0 18px}._grid3_11vk1_349{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}@media (width<=1200px){._grid3_11vk1_349{grid-template-columns:1fr}}._card_11vk1_360{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:18px;box-shadow:0 4px 20px #0006}._card_11vk1_360 h3{letter-spacing:-.01em;color:#e8eaf0;margin:0 0 6px;font-size:16px}._card_11vk1_360 p{color:#e8eaf080;margin:0;font-size:14px}._iconBadge_11vk1_379{color:#e0e4ec;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:10px;padding-top:5px;font-size:20px;font-weight:900;display:flex}._learnStepBadge_11vk1_392{position:relative}._learnStepBadge_11vk1_392:before{content:"";border-bottom:2px solid #e0e4ec;width:26px;height:2px;position:absolute;bottom:0;left:10px}._callout_11vk1_406{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;width:100%;padding:20px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0006}._callout_11vk1_406:after{content:"";pointer-events:none;background:radial-gradient(circle at 30% 30%,#e0e4ec33,#0000 55%),radial-gradient(circle at 70% 60%,#2f81f724,#0000 60%);border-radius:999px;width:220px;height:220px;position:absolute;inset:auto -70px -90px auto;transform:rotate(-10deg)}._callout_11vk1_406 h3{letter-spacing:-.02em;color:#e8eaf0;margin:0 0 8px;font-size:18px}._callout_11vk1_406 p{color:#e8eaf080;max-width:62ch;margin:0 0 14px}._faq_11vk1_439{gap:10px;display:grid}._faqItem_11vk1_444{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:12px 14px;transition:background .15s;box-shadow:0 10px 18px #00000038}._faqItem_11vk1_444:hover{background:#ffffff08}._faqSummary_11vk1_457{letter-spacing:-.01em;color:#e8eaf0;justify-content:space-between;align-items:center;font-weight:800;display:flex}._faqArrow_11vk1_466{color:#e8eaf080;font-size:20px;font-weight:400}._faqAnswer_11vk1_472{color:#e8eaf080;margin:8px 0 0;font-size:14px}._modalTitle_11vk1_478{letter-spacing:-.02em;color:#e8eaf0;margin:0 0 12px;font-size:20px;font-weight:800}._modalText_11vk1_486{color:#e8eaf080;margin:0;font-size:15px;line-height:1.5}.progress :root{--scrollbar-width:calc(100vw - 100%)}.progress body.no-scroll{padding-right:var(--scrollbar-width);overflow:hidden}.progress__templates{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;margin-top:12px;margin-bottom:12px;padding:16px}.progress__template{cursor:pointer;color:#e8eaf0;white-space:normal;word-wrap:break-word;text-align:left;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;width:100%;margin-bottom:10px;padding:12px 16px;font-size:14px;line-height:1.4;transition:all .25s;display:block}.progress__template:hover{color:#00e676;background:#00e67626;border-color:#00e67640;transform:translateY(-2px);box-shadow:0 4px 20px #0006}.progress__template:active{transform:translateY(0);box-shadow:0 2px 4px #0000000d}.progress__template:last-child{margin-bottom:0}.progress__template[disabled]{opacity:.5;cursor:not-allowed}._wrapper_wf82b_6{justify-content:center;align-items:center;margin-top:78px;padding:15px;display:flex}._link_wf82b_14{color:var(--active-menu-color)}._wrapper_2o79k_6{justify-content:center;align-items:center;margin-top:78px;padding:15px;display:flex}._card_2o79k_14{background:#0c1018;border:1px solid #ffffff14;border-radius:8px;width:100%;max-width:420px;padding:24px}._message_2o79k_23{color:#e8eaf0;margin:0 0 12px;font-size:1rem}._hint_2o79k_29{color:#e8eaf080;margin:0 0 20px;font-size:.875rem}._form_2o79k_35{margin-top:4px}._actions_2o79k_39{margin-top:16px}._cooldownHint_2o79k_43{text-align:center;color:#e8eaf080;margin:12px 0 0;font-size:.875rem}._paragraph_cx9uf_6{color:#e8eaf080;margin-top:10px;margin-bottom:0;font-size:12px;line-height:15px;text-decoration:none;list-style-type:none}._paragraph_cx9uf_6 img{filter:brightness(0)saturate()invert(77%)sepia(8%)saturate(486%)hue-rotate(177deg)brightness(88%)contrast(88%);margin-right:8px}._form_cx9uf_20{margin-top:20px}._labelWrapper_cx9uf_24{grid-gap:20px 10px;grid-template-columns:repeat(3,1fr);display:grid}@media (width<=575.998px){._labelWrapper_cx9uf_24{grid-template-columns:repeat(2,1fr)}}._labelWrapper_cx9uf_24:nth-of-type(2){margin-top:20px}@media (width<=575.998px){._labelWrapperAlt_cx9uf_40{grid-template-columns:1fr}}._paragraphFirst_cx9uf_45{margin-top:20px}._paragraphOther_cx9uf_49{margin-top:0}._text_cx9uf_53{margin-top:0;margin-bottom:0;margin-left:0;padding-left:0}._saveButton_cx9uf_60{text-transform:capitalize;width:210px;margin-top:20px}@media (width<=767.998px){._saveButton_cx9uf_60{width:170px}}._wrap_tju8p_1{justify-content:center;margin-top:1.5rem;margin-bottom:1.5rem;display:flex}._backBtn_tju8p_8{color:#06080e;cursor:pointer;background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border:1px solid #e0e4ec4d;border-radius:.75rem;justify-content:center;align-items:center;min-width:10rem;padding:.625rem 1.5rem;font-size:1rem;font-weight:500;line-height:1.25rem;transition:transform .12s,box-shadow .12s;display:inline-flex;box-shadow:0 18px 44px #e0e4ec33}._backBtn_tju8p_8:hover{transform:translateY(-1px);box-shadow:0 22px 52px #e0e4ec33}._backBtn_tju8p_8:active{transform:translateY(0);box-shadow:0 14px 36px #e0e4ec26}._converter_18qdd_6{color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:1.5rem;box-shadow:0 4px 20px #0006}@media (width>=1201px){._converter_18qdd_6{padding:2rem}}._converter_18qdd_6 ._formular__group_18qdd_19:not(:last-child){margin-bottom:2.5rem}._converter_18qdd_6 ._converter__order_18qdd_22 strong{font-weight:600}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__revert_18qdd_25{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin:1rem auto;transition:background .15s;display:flex}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__revert_18qdd_25:hover{background:#ffffff14}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__revert_18qdd_25 img,._converter_18qdd_6 ._converter__order_18qdd_22 ._order__revert_18qdd_25 svg{filter:brightness(0)invert();width:1rem;height:auto}._converter_18qdd_6 ._converter__order_18qdd_22 ._group__list_18qdd_47{flex-direction:column;margin-bottom:-1rem;display:flex}._converter_18qdd_6 ._converter__order_18qdd_22 ._group__item_18qdd_52{color:#e8eaf080;background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:8.75rem;margin-bottom:1rem;padding:1.5rem;font-size:1rem;line-height:1.25rem;display:flex}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__header_18qdd_66:not(:last-child){margin-bottom:1.5rem}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__main_18qdd_69 ._order__list_18qdd_69{flex-direction:column;align-items:flex-start}@media (width>=1240px){._converter_18qdd_6 ._converter__order_18qdd_22 ._order__main_18qdd_69 ._order__list_18qdd_69{flex-direction:row;align-items:flex-end}}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__list_18qdd_69{justify-content:space-between;width:calc(100% + 1rem);margin:0 -.5rem -.5rem;display:flex}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__item_18qdd_85{margin-bottom:.5rem;padding:0 .5rem}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__item_18qdd_85:nth-child(2){text-align:right}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__price_18qdd_92 ._price__header_18qdd_92:not(:last-child){margin-bottom:.25rem}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__price_18qdd_92 ._price__main_18qdd_95 ._price__input_18qdd_95{color:#e8eaf0;text-overflow:ellipsis;box-sizing:border-box;appearance:none;background:0 0;border:0;border-radius:0;outline:none;width:100%;margin:0;padding:0;font-family:Helvetica,Arial,sans-serif;font-size:2rem;font-weight:400;line-height:2.5rem}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__price_18qdd_92 ._price__main_18qdd_95 ._price__input_18qdd_95::placeholder{opacity:1;color:#e8eaf080}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__price_18qdd_92 ._price__main_18qdd_95 ._price__input_18qdd_95::-webkit-input-placeholder{opacity:1;color:#e8eaf080}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__price_18qdd_92 ._price__main_18qdd_95 ._price__input_18qdd_95 ._form-item__input_18qdd_113::-moz-placeholder{opacity:1;color:#e8eaf080}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__price_18qdd_92 ._price__main_18qdd_95 ._price__input_18qdd_95:-ms-placeholder-shown{opacity:1;color:#e8eaf080}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__price_18qdd_92 ._price__main_18qdd_95 ._price__inputt_18qdd_113::-moz-placeholder{opacity:1;color:#e8eaf080}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__symbol_18qdd_117{cursor:pointer;background:#ffffff14;border:1px solid #ffffff14;border-radius:2rem;align-items:center;padding:.5rem .75rem;transition:background .15s;display:flex;box-shadow:0 10px 18px #00000038}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__symbol_18qdd_117:hover{background:#2f3846f2}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__symbol_18qdd_117 ._symbol__media_18qdd_131:not(:last-child),._converter_18qdd_6 ._converter__order_18qdd_22 ._order__symbol_18qdd_117 ._symbol__title_18qdd_132:not(:last-child),._converter_18qdd_6 ._converter__order_18qdd_22 ._order__symbol_18qdd_117 ._symbol__action_18qdd_133:not(:last-child){margin-right:.5rem}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__symbol_18qdd_117 ._symbol__media_18qdd_131{border-radius:50%;align-items:flex-start;width:1.5rem;height:1.5rem;display:flex}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__symbol_18qdd_117 ._symbol__media_18qdd_131 img,._converter_18qdd_6 ._converter__order_18qdd_22 ._order__symbol_18qdd_117 ._symbol__media_18qdd_131 svg{width:100%;height:100%}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__symbol_18qdd_117 ._symbol__title_18qdd_132{color:#e8eaf0;font-weight:600}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__symbol_18qdd_117 ._symbol__action_18qdd_133{justify-content:center;align-items:center;width:1rem;height:1rem;display:flex}._converter_18qdd_6 ._converter__order_18qdd_22 ._order__symbol_18qdd_117 ._symbol__action_18qdd_133 img,._converter_18qdd_6 ._converter__order_18qdd_22 ._order__symbol_18qdd_117 ._symbol__action_18qdd_133 svg{filter:brightness(0)invert();width:.75rem;height:auto}._converter__currency_18qdd_166 ._currency__search_18qdd_166:not(:last-child){margin-bottom:1.5rem}._converter__currency_18qdd_166 ._currency__groups_18qdd_169{flex-direction:column;max-height:min(450px,70vh - 8rem);padding-right:10px;display:flex;overflow-y:auto}._converter__currency_18qdd_166 ._currency__groups_18qdd_169::-webkit-scrollbar{width:4px}._converter__currency_18qdd_166 ._currency__groups_18qdd_169::-webkit-scrollbar-track{background:#ffffff08;border-radius:3px}._converter__currency_18qdd_166 ._currency__groups_18qdd_169::-webkit-scrollbar-thumb{background-color:#e0e4ec4d;border-radius:3px}._converter__currency_18qdd_166 ._currency__groups_18qdd_169::-webkit-scrollbar-thumb:hover{background-color:#e0e4ec66}._converter__currency_18qdd_166 ._currency__group_18qdd_169{border-radius:12px;align-items:center;padding:10px;transition:background .15s;display:flex}._converter__currency_18qdd_166 ._currency__group_18qdd_169:not(:last-child){border-bottom:1px solid #ffffff14}._converter__currency_18qdd_166 ._currency__group_18qdd_169:hover{cursor:pointer;background:#ffffff08}._converter__currency_18qdd_166 ._currency__media_18qdd_204{justify-content:center;align-items:flex-start;width:3rem;min-width:3rem;height:3rem;display:flex}._converter__currency_18qdd_166 ._currency__media_18qdd_204:not(:last-child){margin-right:1rem}._converter__currency_18qdd_166 ._currency__media_18qdd_204 img,._converter__currency_18qdd_166 ._currency__media_18qdd_204 svg{width:100%;height:100%}._converter__currency_18qdd_166 ._currency__main_18qdd_220{width:100%}._converter__currency_18qdd_166 ._currency__list_18qdd_223{flex-direction:column;display:flex}._converter__currency_18qdd_166 ._currency__item_18qdd_227{color:#e8eaf080;justify-content:space-between;font-size:1rem;font-weight:400;line-height:1.125rem;display:flex}._converter__currency_18qdd_166 ._currency__item_18qdd_227._currency__item_second_18qdd_235{color:#e8eaf0;font-weight:600}._converter__currency_18qdd_166 ._currency__item_18qdd_227:not(:last-child){margin-bottom:.25rem}._converter__currency_18qdd_166 ._currency__text_18qdd_242:nth-child(2){text-overflow:ellipsis;white-space:nowrap;text-align:right;width:100%;display:block;overflow:hidden}@media (hover:none) and (pointer:coarse){._converter__currency_18qdd_166 ._currency__groups_18qdd_169::-webkit-scrollbar{width:6px}}._converter__cart_18qdd_256:not(:last-child){margin-bottom:1.5rem}._converter__cart_18qdd_256 ._cart__revert_18qdd_259{justify-content:center;align-items:center;width:3rem;height:1.5rem;margin:1.25rem 0;display:flex}._converter__cart_18qdd_256 ._cart__list_18qdd_267{flex-direction:column;display:flex}._converter__cart_18qdd_256 ._cart__item_18qdd_271{display:flex}._converter__cart_18qdd_256 ._cart__media_18qdd_274{align-items:flex-start;width:3rem;min-width:3rem;height:3rem;display:flex}._converter__cart_18qdd_256 ._cart__media_18qdd_274:not(:last-child){margin-right:1rem}._converter__cart_18qdd_256 ._cart__media_18qdd_274 img,._converter__cart_18qdd_256 ._cart__media_18qdd_274 svg{width:100%;height:100%}._converter__cart_18qdd_256 ._cart__main_18qdd_289{color:#e8eaf0;justify-content:space-between;align-items:center;width:100%;font-size:1.25rem;font-weight:600;line-height:1.25rem;display:flex}._converter__cart_18qdd_256 ._cart__text_18qdd_299:not(:last-child){margin-right:1rem}._converter__checkout_18qdd_303{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;padding:1.5rem}._converter__checkout_18qdd_303 ._checkout__list_18qdd_309{flex-direction:column;display:flex}._converter__checkout_18qdd_303 ._checkout__item_18qdd_313{justify-content:space-between;align-items:center;font-size:1rem;line-height:1.25rem;display:flex}._converter__checkout_18qdd_303 ._checkout__item_18qdd_313:not(:last-child){margin-bottom:.5rem}._converter__checkout_18qdd_303 ._checkout__item_18qdd_313._checkout__item_second_18qdd_323 ._checkout__text_18qdd_323{color:#e8eaf0}._converter__checkout_18qdd_303 ._checkout__item_18qdd_313._checkout__item_second_18qdd_323 ._checkout__text_18qdd_323:first-child{font-weight:600}._converter__checkout_18qdd_303 ._checkout__item_18qdd_313._checkout__item_second_18qdd_323 ._checkout__text_18qdd_323:nth-child(2){font-size:2rem;font-weight:400;line-height:2rem}._converter__checkout_18qdd_303 ._checkout__text_18qdd_323{color:#e8eaf080;white-space:nowrap}._converter__checkout_18qdd_303 ._checkout__text_18qdd_323:nth-child(2){white-space:nowrap;text-overflow:ellipsis;font-weight:600;display:block;overflow:hidden}._converter__checkout_18qdd_303 ._checkout__text_18qdd_323:not(:last-child){margin-right:.5rem}@media screen and (width>=768px){._converter__checkout_18qdd_303 ._checkout__text_18qdd_323:not(:last-child){min-width:40%}}._converter__checkout_18qdd_303 ._checkout__text_18qdd_323._checkout__text_second_18qdd_353{color:#00e676}._btn_18qdd_357{color:#0b0e11;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;appearance:none;background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border:1px solid #e0e4ec;border-radius:2.5rem;outline:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 1.5rem;font-size:1.125rem;font-weight:600;line-height:1.25rem;text-decoration:none;transition:transform .12s,box-shadow .12s,background .12s;display:inline-flex;box-shadow:0 18px 44px #e0e4ec33}@media (width>=1201px){._btn_18qdd_357{padding:1.25rem 1.5rem;font-size:1.25rem}}._btn_18qdd_357:hover{transform:translateY(-1px);box-shadow:0 22px 52px #e0e4ec33}._btn_18qdd_357:disabled{opacity:.5;cursor:not-allowed;transform:none}._btn_second_18qdd_396{color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;box-shadow:0 12px 22px #00000059}._btn_second_18qdd_396:hover{box-shadow:0 16px 28px #0000006b}._btn_tertiaty_18qdd_406{color:#e0e4ec;box-shadow:none;background:0 0;border:1px solid #e0e4ec}._btn_tertiaty_18qdd_406:hover{background:#e0e4ec1a;box-shadow:0 12px 22px #e0e4ec1f}._btn_tiny_18qdd_417{width:auto;padding:.5rem 1.25rem;font-size:1rem;line-height:1.25rem}._btn__text_18qdd_424:not(:last-child){margin-right:.5rem}._btn__ico_18qdd_428{justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex}._btn__ico_18qdd_428 img,._btn__ico_18qdd_428 svg{width:100%;height:auto}._buttons_18qdd_441:not(:last-child){margin-bottom:1.5rem}._buttons_18qdd_441 ._buttons__list_18qdd_444{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}._modal__layout_18qdd_450 ._modal__header_18qdd_450:not(:last-child),._modal__layout_18qdd_450 ._modal__main_18qdd_451:not(:last-child){margin-bottom:1.5rem}._modal__layout_18qdd_450 ._modal__main_18qdd_451{overflow:hidden auto}._modal__layout_18qdd_450 ._modal__title_18qdd_458{color:#e8eaf0;font-size:1.25rem;font-weight:600;line-height:1.25rem}._modal__layout_18qdd_450 ._modal__footer_18qdd_464{margin-top:1.5rem}._tooltip_18qdd_468{color:#ff5b5b;background:#ff5b5b1a;border:1px solid #ff5b5b4d;border-radius:.75rem;align-items:flex-start;padding:1rem;display:flex}._tooltip_18qdd_468:not(:last-child){margin-bottom:1.5rem}._tooltip_18qdd_468 ._tooltip__media_18qdd_480{flex-shrink:0;justify-content:center;align-items:flex-start;width:1.5rem;height:1.5rem;display:flex}._tooltip_18qdd_468 ._tooltip__media_18qdd_480:not(:last-child){margin-right:1rem}._tooltip_18qdd_468 ._tooltip__media_18qdd_480 img,._tooltip_18qdd_468 ._tooltip__media_18qdd_480 svg{width:100%;height:100%}._tooltip_18qdd_468 ._tooltip__main_18qdd_496{font-size:1rem;line-height:1.25rem}._wysiwyg_18qdd_501 p{margin:0}._p_0_18qdd_505{padding:0!important}._tabs_18qdd_509:not(:last-child){margin-bottom:1.25rem}._tabs__header_18qdd_513{justify-content:center;display:flex}._tabs__header_18qdd_513:not(:last-child){margin-bottom:1.5rem}._tabs__header_18qdd_513._tabs__header_second_18qdd_520{margin-bottom:1rem}._tabs__list_18qdd_524{background:#ffffff08;border:1px solid #ffffff14;border-radius:2.5rem;justify-content:center;padding:.25rem;display:flex;box-shadow:0 10px 18px #00000038}._tabs__item_18qdd_534{color:#e8eaf080;cursor:pointer;background:0 0;border-radius:2rem;justify-content:center;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;line-height:1.25rem;transition:color .15s,background .15s;display:flex}._tabs__item_18qdd_534:not(:last-child){margin-right:.25rem}._tabs__item_18qdd_534:hover{color:#e8eaf0}._tabs__item_18qdd_534._tabs__item_active_18qdd_553{color:#0b0e11;background:linear-gradient(135deg,#c8d2e6,#8a9bb5)}._tabs__item_18qdd_534._tabs__item_disabled_18qdd_557{color:#e8eaf080}._tabs__title_18qdd_561{white-space:nowrap}._tabs__body_18qdd_565 ._tabs__list_18qdd_524{box-shadow:none;background:0 0;border:none;border-radius:0;padding:0;display:block}._tabs__body_18qdd_565 ._tabs__item_18qdd_534{padding:0;display:none}._tabs__body_18qdd_565 ._tabs__item_18qdd_534._tabs__item_active_18qdd_553{background:0 0;display:block}._searchWrapper_1i8bt_1{position:relative}._searchIcon_1i8bt_5{pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}._searchInput_1i8bt_15{color:#e8eaf0;background:#1e252e66;border:1px solid #374151b3;border-radius:12px;outline:none;width:100%;padding:10px 40px 10px 38px;font-family:Helvetica,Arial,sans-serif;font-size:14px;transition:border-color .15s}._searchInput_1i8bt_15::placeholder{color:#e8eaf080}._searchInput_1i8bt_15:focus{border-color:#e0e4ec}._clearBtn_1i8bt_34{cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}._clearBtn_1i8bt_34:hover svg path{fill:#e8eaf0}._pageWrapper_1lzzm_6{color:#e8eaf0;background:radial-gradient(900px 500px at 15% -10%,#e0e4ec26,#0000 60%),radial-gradient(900px 500px at 85% 0,#2f81f71f,#0000 55%),radial-gradient(800px 500px at 60% 110%,#00e6761a,#0000 60%),#06080e;min-height:100vh;font-family:Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5}._pageWrapper_1lzzm_6 a{color:inherit;text-decoration:none}._pageWrapper_1lzzm_6 *{box-sizing:border-box}._pageMain_1lzzm_22{flex-direction:column;display:flex}._pageSection_1lzzm_27{padding:2rem 0}@media (width>=1201px){._pageSection_1lzzm_27{padding:3rem 0}}._sectionMain_1lzzm_36:not(:last-child){margin-bottom:2rem}@media (width>=1201px){._sectionMain_1lzzm_36:not(:last-child){margin-bottom:3rem}}._container_1lzzm_45{width:min(1160px,100% - 40px);margin:0 auto}@media (width<=575.998px){._container_1lzzm_45{width:min(1160px,100% - 28px)}}._container_1lzzm_45._containerNarrow_1lzzm_54{width:min(50rem,100% - 40px)}@media (width<=575.998px){._container_1lzzm_45._containerNarrow_1lzzm_54{width:min(50rem,100% - 28px)}}._marketsPage_16h0t_6{padding-top:30px;padding-bottom:40px}._searchWrapper_16h0t_11{max-width:400px;margin-bottom:20px}._tabs_16h0t_16{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}._tabBtn_16h0t_23{appearance:none;cursor:pointer;color:#e8eaf080;background:0 0;border:1px solid #ffffff14;border-radius:10px;padding:8px 18px;font-size:14px;font-weight:600;transition:color .15s,background .15s,border-color .15s}._tabBtn_16h0t_23:hover{color:#e8eaf0;border-color:#fff3}._tabBtnActive_16h0t_40{color:#e8eaf0;background:#ffffff08;border-color:#fff3}._thStar_16h0t_46{width:40px;padding:0!important}._tdStar_16h0t_51{text-align:center;width:40px;padding-left:8px!important;padding-right:0!important}._starBtn_16h0t_58{appearance:none;cursor:pointer;color:#e8eaf080;background:0 0;border:none;padding:4px;font-size:20px;line-height:1;transition:color .15s,transform .1s}._starBtn_16h0t_58:hover{color:#e8eaf0;transform:scale(1.1)}._starBtnActive_16h0t_74{color:#facc15}._starBtnActive_16h0t_74:hover{color:#fde047}._table_16h0t_81{border-collapse:separate;border-spacing:0 6px;width:100%}._table_16h0t_81 thead th{color:#e8eaf080;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ffffff14;padding:8px 16px;font-size:12px;font-weight:600}._thPair_16h0t_97{text-align:left;width:60%}._thRight_16h0t_102{text-align:right}._row_16h0t_106{cursor:pointer;background:#ffffff08;transition:background .15s}._row_16h0t_106:hover{background:#1e252ef2}._row_16h0t_106 td{color:#e8eaf0;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:10px 16px;font-size:14px}._row_16h0t_106 td:first-child{border-left:1px solid #ffffff14;border-radius:12px 0 0 12px}._row_16h0t_106 td:last-child{border-right:1px solid #ffffff14;border-radius:0 12px 12px 0}._tdRight_16h0t_130{text-align:right}._pairLink_16h0t_134{color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}._coin_16h0t_142{flex-shrink:0;place-items:center;width:28px;height:28px;display:grid}._pairText_16h0t_150{flex-direction:column;display:flex}._pairText_16h0t_150 b{color:#e8eaf0;font-size:14px}._pairText_16h0t_150 span{color:#e8eaf080;font-size:12px}._priceMain_16h0t_163{color:#e8eaf0;font-weight:700}._pos_16h0t_168{color:#00e676;font-size:12px;font-weight:700}._neg_16h0t_174{color:#ff5b5b;font-size:12px;font-weight:700}._loading_16h0t_180,._noResults_16h0t_181{color:#e8eaf080;padding:20px 0;font-size:14px}._pagination_16h0t_187{margin-top:24px}._loadMoreWrap_16h0t_191{justify-content:center;margin-top:24px;display:flex}._loadMoreBtn_16h0t_197{appearance:none;cursor:pointer;color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:12px 28px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s}._loadMoreBtn_16h0t_197:hover{background:#1e252ef2;border-color:#ffffff1f}._paginationWrapper_6zxti_6{justify-content:space-between;align-items:center;width:420px;height:fit-content;margin:0 auto;display:flex}@media (width>=575.999px) and (width<=767.998px){._paginationWrapper_6zxti_6{width:350px}}@media (width<=575.998px){._paginationWrapper_6zxti_6{width:330px}}._paginationCenterWrapper_6zxti_25{place-content:center;gap:10px;height:fit-content;display:flex}@media (width<=767.998px){._paginationCenterWrapper_6zxti_25{gap:8px}}._arrowButton_6zxti_37{aspect-ratio:1;place-content:center;display:grid}._arrowButton_6zxti_37:disabled{opacity:.4;cursor:not-allowed}._arrowButton_6zxti_37 img{filter:brightness(0)saturate()invert(67%)sepia(74%)saturate(1047%)hue-rotate(2deg)brightness(103%)contrast(101%)}@media (width<=767.998px){._arrowButton_6zxti_37 img{width:8.75px;height:12.25px}}@media (width<=575.998px){._arrowButton_6zxti_37 img{width:7.5px;height:10.5px}}._arrowRight_6zxti_62 img{transform:rotate(180deg)}._pageNumber_6zxti_66{text-align:center;color:#e8eaf080;cursor:pointer;place-self:center;width:30px;font-size:16px;line-height:19px;transition:color .15s}._pageNumber_6zxti_66:hover{color:#e8eaf0}@media (width<=767.998px){._pageNumber_6zxti_66{width:26px;font-size:14px;line-height:17px}}._pageNumberActive_6zxti_87{color:#e0e4ec;font-weight:600}._ellipsisWrapper_6zxti_92{width:40px}@media (width<=767.998px){._ellipsisWrapper_6zxti_92{width:35px}}@media (width<=575.998px){._ellipsisWrapper_6zxti_92{width:30px}}._ellipsis_6zxti_92{text-align:center;color:#e8eaf080;background:#ffffff08;border:2px solid #ffffff14;border-radius:8px;padding:0;font-size:16px;line-height:19px}._container_1dio6_1{max-width:600px;margin:40px auto;padding:20px}._container_1dio6_1 h2{color:#fff;margin-bottom:20px}._linkList_1dio6_11{margin:0;padding:0;list-style:none}._linkList_1dio6_11 li{margin-bottom:12px}._linkList_1dio6_11 li a{color:#3b82f6;font-size:16px;text-decoration:none}._linkList_1dio6_11 li a:hover{text-decoration:underline}._stakingWrapper_1vvdm_6{position:relative;overflow:hidden}._backgroundLogo_1vvdm_11{color:#00e6760d;pointer-events:none;z-index:0;white-space:nowrap;-webkit-user-select:none;user-select:none;opacity:.3;font-size:32px;font-weight:700;line-height:39px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=575.998px){._backgroundLogo_1vvdm_11{opacity:.2;font-size:20px;line-height:24px}}._headerSection_1vvdm_34{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex;position:relative}@media (width<=575.998px){._headerSection_1vvdm_34{flex-direction:column;align-items:flex-start;margin-bottom:20px}}._logoWrapper_1vvdm_52{align-items:center;gap:12px;display:flex}._logoIcon_1vvdm_58{color:#06080e;background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;font-weight:700;line-height:24px;display:flex;box-shadow:0 8px 24px #e0e4ec33}@media (width<=575.998px){._logoIcon_1vvdm_58{width:40px;height:40px;font-size:18px;line-height:22px}}._logoText_1vvdm_81{color:#e8eaf0;font-size:26px;font-weight:700;line-height:31px}@media (width<=575.998px){._logoText_1vvdm_81{font-size:20px;line-height:24px}}._userProfile_1vvdm_94{align-items:center;gap:12px;display:flex}._avatar_1vvdm_100{border:2px solid #ffffff1f;border-radius:50%;width:56px;height:56px;overflow:hidden;box-shadow:0 4px 12px #0000004d}._avatar_1vvdm_100 img{object-fit:cover;width:100%;height:100%}@media (width<=575.998px){._avatar_1vvdm_100{width:48px;height:48px}}._userInfo_1vvdm_120{flex-direction:column;gap:6px;display:flex}._username_1vvdm_126{color:#e8eaf0;font-size:18px;font-weight:600;line-height:22px}@media (width<=575.998px){._username_1vvdm_126{font-size:16px;line-height:19px}}._levelBadge_1vvdm_139{background:#00e67626;border:1px solid #00e67633;border-radius:8px;align-items:center;gap:6px;width:fit-content;padding:4px 10px;display:flex}._levelBadge_1vvdm_139 span:first-child{color:#00e676;font-size:14px;font-weight:600;line-height:17px}._levelBadge_1vvdm_139 ._checkmark_1vvdm_155{color:#00e676;font-size:12px;font-weight:700;line-height:15px}@media (width<=575.998px){._levelBadge_1vvdm_139{gap:4px;padding:3px 8px}._levelBadge_1vvdm_139 span:first-child{font-size:12px;line-height:15px}}._navigationButtons_1vvdm_172{z-index:1;gap:12px;margin-bottom:24px;display:flex;position:relative}@media (width<=575.998px){._navigationButtons_1vvdm_172{gap:8px;margin-bottom:20px}}._navButton_1vvdm_186{flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 20px;display:flex}@media (width<=575.998px){._navButton_1vvdm_186{gap:6px;padding:10px 16px}}._navIcon_1vvdm_201{font-size:18px;line-height:22px}@media (width<=575.998px){._navIcon_1vvdm_201{font-size:16px;line-height:19px}}._stakingTitleWrapper_1vvdm_212{z-index:1;justify-content:space-between;align-items:center;margin-bottom:20px;display:flex;position:relative}@media (width<=575.998px){._stakingTitleWrapper_1vvdm_212{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:16px}}._stakingTitle_1vvdm_212{color:#e8eaf0;margin:0;font-size:26px;font-weight:700;line-height:31px}@media (width<=575.998px){._stakingTitle_1vvdm_212{font-size:20px;line-height:24px}}._assetsLink_1vvdm_243{color:#e0e4ec;cursor:pointer;background:0 0;border:none;font-size:16px;font-weight:500;line-height:19px;text-decoration:none;transition:color .15s}@media (hover:hover){._assetsLink_1vvdm_243:hover{color:#e0e4eccc}}@media (width<=575.998px){._assetsLink_1vvdm_243{font-size:14px;line-height:17px}}._stakingOptionsList_1vvdm_266{z-index:1;flex-direction:column;gap:16px;margin-bottom:20px;display:flex;position:relative}@media (width<=575.998px){._stakingOptionsList_1vvdm_266{gap:12px;margin-bottom:16px}}._stakingOptionCard_1vvdm_281{z-index:1;-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;padding:20px;transition:all .2s;display:flex;position:relative}@media (hover:hover){._stakingOptionCard_1vvdm_281:hover{background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}}@media (width<=575.998px){._stakingOptionCard_1vvdm_281{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._optionLeft_1vvdm_312{flex-direction:column;flex:1;gap:12px;display:flex}@media (width<=575.998px){._optionLeft_1vvdm_312{gap:10px;width:100%}}._durationBadge_1vvdm_325{color:#00e676;background:#00e67626;border:1px solid #00e67633;border-radius:8px;width:fit-content;padding:6px 14px;font-size:14px;font-weight:600;line-height:17px;display:inline-block}@media (width<=575.998px){._durationBadge_1vvdm_325{padding:5px 12px;font-size:12px;line-height:15px}}._apyWrapper_1vvdm_345{flex-direction:column;gap:4px;display:flex}._apyLabel_1vvdm_351{color:#e8eaf080;font-size:14px;font-weight:400;line-height:17px}@media (width<=575.998px){._apyLabel_1vvdm_351{font-size:12px;line-height:15px}}._apyValue_1vvdm_364{color:#e8eaf0;font-size:32px;font-weight:700;line-height:1.2}@media (width<=575.998px){._apyValue_1vvdm_364{font-size:20px;line-height:24px}}._optionRight_1vvdm_378{flex-direction:column;align-items:flex-end;gap:10px;display:flex}@media (width<=575.998px){._optionRight_1vvdm_378{align-items:stretch;width:100%}}._joinButton_1vvdm_391{white-space:nowrap;align-items:center;gap:8px;min-width:200px;padding:12px 24px;display:flex}@media (width<=575.998px){._joinButton_1vvdm_391{width:100%;min-width:auto;padding:10px 20px}}._arrowIcon_1vvdm_407{font-size:18px;font-weight:600;line-height:22px}._minAmount_1vvdm_413{color:#e8eaf080;font-size:14px;font-weight:400;line-height:17px}@media (width<=575.998px){._minAmount_1vvdm_413{font-size:12px;line-height:15px}}._infoText_1vvdm_426{color:#e8eaf080;z-index:1;margin-top:8px;padding:12px 0;font-size:14px;line-height:17px;position:relative}@media (width<=575.998px){._infoText_1vvdm_426{padding:8px 0;font-size:12px;line-height:15px}}._supportButton_1vvdm_443{cursor:pointer;z-index:100;background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border:1px solid #e0e4ec4d;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #ffffff1f}@media (hover:hover){._supportButton_1vvdm_443:hover{transform:translateY(-2px);box-shadow:0 12px 32px #e0e4ec4d}}._supportButton_1vvdm_443:active{transform:translateY(0);box-shadow:0 6px 16px #e0e4ec33}@media (width<=575.998px){._supportButton_1vvdm_443{width:48px;height:48px;bottom:16px;right:16px}}._supportIcon_1vvdm_479{filter:brightness(0);font-size:20px;line-height:24px}@media (width<=575.998px){._supportIcon_1vvdm_479{font-size:20px;line-height:24px}}._aprHeader_1vvdm_491{z-index:1;flex-direction:column;align-items:center;gap:4px;margin-bottom:24px;display:flex;position:relative}@media (width<=575.998px){._aprHeader_1vvdm_491{margin-bottom:20px}}._aprValue_1vvdm_506{letter-spacing:-.03em;background:linear-gradient(135deg,#00e676,#69f0ae);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding:4px 0;font-size:3.5rem;font-weight:800;line-height:1.2}@media (width<=575.998px){._aprValue_1vvdm_506{font-size:2.5rem}}._aprLabel_1vvdm_523{color:#e8eaf080;font-size:16px;line-height:19px}@media (width<=575.998px){._aprLabel_1vvdm_523{font-size:14px;line-height:17px}}._loadingContainer_1vvdm_535{color:#e8eaf080;z-index:1;justify-content:center;align-items:center;padding:40px 20px;font-size:16px;line-height:19px;display:flex;position:relative}@media (width<=575.998px){._loadingContainer_1vvdm_535{padding:30px 16px;font-size:14px;line-height:17px}}._errorContainer_1vvdm_554{color:#e74c3c;z-index:1;background:#e74c3c1a;border:1px solid #e74c3c4d;border-radius:12px;margin-bottom:20px;padding:20px;font-size:14px;line-height:17px;position:relative}@media (width<=575.998px){._errorContainer_1vvdm_554{margin-bottom:16px;padding:16px;font-size:12px;line-height:15px}}._stakingOptionCard_cf2oc_6{-webkit-backdrop-filter:blur(20px)saturate(1.4)brightness(1.05);cursor:pointer;background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;padding:24px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000080,inset 0 0 0 .5px #ffffff0d,inset 0 1px #ffffff12}._stakingOptionCard_cf2oc_6:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000 0%,#ffffff1a 20%,#fff3 50%,#ffffff1a 80%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}._stakingOptionCard_cf2oc_6:after{content:"";background:radial-gradient(circle at var(--mx,50%) var(--my,50%), #ffffff0a 0%, transparent 60%);pointer-events:none;opacity:0;width:200%;height:200%;transition:opacity .3s;position:absolute;top:-50%;left:-50%}._stakingOptionCard_cf2oc_6:hover:after{opacity:1}@media (hover:hover){._stakingOptionCard_cf2oc_6:hover{border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 12px 40px #0006,inset 0 1px #ffffff14}}@media (width<=575.998px){._stakingOptionCard_cf2oc_6{padding:14px 12px}}._cardTop_cf2oc_58{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}._badges_cf2oc_65{flex-wrap:wrap;gap:8px;display:flex}._durationBadge_cf2oc_71{letter-spacing:.03em;text-transform:uppercase;color:#00e676;background:#00e67626;border:1px solid #00e67633;border-radius:50px;align-items:center;gap:4px;padding:5px 12px;font-size:.72rem;font-weight:600;display:inline-flex}._apyBadge_cf2oc_86{letter-spacing:.03em;text-transform:uppercase;color:#6b8ec4;background:#1a3a6e4d;border:1px solid #1a3a6e80;border-radius:50px;align-items:center;gap:4px;padding:5px 12px;font-size:.72rem;font-weight:600;display:inline-flex}._apySection_cf2oc_101{margin-bottom:4px}._apyValue_cf2oc_105{letter-spacing:-.03em;background:linear-gradient(135deg,#c8d2e6,#00e676);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800}@media (width<=575.998px){._apyValue_cf2oc_105{font-size:26px;line-height:31px}}._apyLabel_cf2oc_121{color:#e8eaf080;margin-top:2px;font-size:12px;line-height:15px}._details_cf2oc_128{margin-bottom:16px}._detailRow_cf2oc_132{border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:6px 0;display:flex}._detailLabel_cf2oc_140{color:#e8eaf080;font-size:14px;line-height:17px}@media (width<=575.998px){._detailLabel_cf2oc_140{font-size:12px;line-height:15px}}._detailValue_cf2oc_152{font-size:16px;font-weight:600;line-height:19px}@media (width<=575.998px){._detailValue_cf2oc_152{font-size:14px;line-height:17px}}._detailValue_cf2oc_152._green_cf2oc_163{color:#00e676}._joinButton_cf2oc_167{cursor:pointer;color:#e0e4ec;background:linear-gradient(135deg,#ffffff1a,#ffffff08);border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px;font-size:.85rem;font-weight:600;transition:all .25s;display:flex;position:relative;overflow:hidden}._joinButton_cf2oc_167:after{content:"";opacity:0;z-index:0;background:linear-gradient(135deg,#c8d2e6,#a0aec0cc);transition:opacity .25s;position:absolute;inset:0}@media (hover:hover){._joinButton_cf2oc_167:hover{color:#06080e;box-shadow:0 0 24px #e0e4ec1a}._joinButton_cf2oc_167:hover:after{opacity:1}}._joinButton_cf2oc_167 span{z-index:1;position:relative}._arrowIcon_cf2oc_208{font-size:18px;font-weight:600;line-height:22px}._stakingOptionsList_ratfv_6{z-index:1;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:32px;display:grid;position:relative}@media (width<=575.998px){._stakingOptionsList_ratfv_6{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:24px}}._infoBanner_1hrce_6{color:#c8d2e6;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:10px;margin-bottom:20px;padding:14px 20px;font-size:.82rem;display:flex}@media (width<=575.998px){._infoBanner_1hrce_6{padding:10px 14px;font-size:.75rem}}._icon_1hrce_25{flex-shrink:0;font-size:1rem}._bottomSheetOverlay_1i6vm_6{z-index:100;-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);background:#0009;width:100%;height:100%;animation:.3s _fadeIn_1i6vm_1;position:fixed;top:0;left:0}@keyframes _fadeIn_1i6vm_1{0%{opacity:0}to{opacity:1}}._bottomSheet_1i6vm_6{-webkit-backdrop-filter:blur(20px)saturate(1.4);color:#e8eaf0;background:#ffffff05;border:1px solid #ffffff14;border-bottom:none;border-radius:20px 20px 0 0;width:1200px;min-width:360px;max-height:90vh;margin:0 auto;padding:12px 24px 24px;animation:.3s _slideUp_1i6vm_1;position:absolute;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 8px 32px #00000080}@media (width<=1240px){._bottomSheet_1i6vm_6{width:100%;min-width:100%;max-height:95vh;padding:12px 16px 20px}}@keyframes _slideUp_1i6vm_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._bottomSheetHandle_1i6vm_66{cursor:pointer;background:#8b949e80;border-radius:2px;width:40px;height:4px;margin:0 auto 16px;transition:background .2s}@media (hover:hover){._bottomSheetHandle_1i6vm_66:hover{background:#8b949ecc}}._closeButton_1i6vm_81{cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:opacity .15s;display:flex;position:absolute;top:16px;right:16px}@media (hover:hover){._closeButton_1i6vm_81:hover{opacity:1}}@media (width<=575.998px){._closeButton_1i6vm_81{padding:6px;top:12px;right:12px}}._stakingModalContent_5xcvy_6{color:#e8eaf0;padding:28px}@media (width<=575.998px){._stakingModalContent_5xcvy_6{padding:20px 16px}}._modalTitle_5xcvy_16{letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#a0aec0);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;margin:0 0 24px;font-size:1.5rem;font-weight:700}@media (width<=575.998px){._modalTitle_5xcvy_16{margin-bottom:20px;font-size:20px;line-height:24px}}._stakingInfo_5xcvy_35{background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px;display:flex}@media (width<=575.998px){._stakingInfo_5xcvy_35{align-items:flex-start;gap:12px;margin-bottom:20px}}._durationInfo_5xcvy_53{color:#e8eaf0;font-size:18px;font-weight:600;line-height:22px}@media (width<=575.998px){._durationInfo_5xcvy_53{font-size:16px;line-height:19px}}._apyInfo_5xcvy_66{color:#e8eaf080;font-size:16px;font-weight:400;line-height:19px}@media (width<=575.998px){._apyInfo_5xcvy_66{font-size:14px;line-height:17px}}._amountSection_5xcvy_79{margin-bottom:24px}@media (width<=575.998px){._amountSection_5xcvy_79{margin-bottom:20px}}._fieldWrapper_5xcvy_88{flex-direction:column;gap:10px;width:100%;display:flex;position:relative}._fieldName_5xcvy_96{z-index:3;color:#e8eaf080;font-size:18px;font-weight:400;line-height:22px;top:50%;left:10px;transform:translateY(-50%)}@media (width<=575.998px){._fieldName_5xcvy_96{font-size:16px;line-height:19px}}._fieldInput_5xcvy_113{text-align:right;color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;outline:none;width:100%;padding-right:60px;font-size:20px;font-weight:400;line-height:24px;transition:border-color .2s}._fieldInput_5xcvy_113:focus{border-color:#e0e4ec;box-shadow:0 0 12px #e0e4ec1a}@media (width<=575.998px){._fieldInput_5xcvy_113{font-size:18px;line-height:22px}}._fieldCurrency_5xcvy_138{color:#e0e4ec;opacity:.8;align-items:center;height:100%;font-size:18px;line-height:22px;display:flex;position:absolute;top:0;right:9px}@media (width<=575.998px){._fieldCurrency_5xcvy_138{font-size:16px;line-height:19px}}._fieldCurrencyMax_5xcvy_157{right:69px}._fieldMaxBtn_5xcvy_161{color:#fff;z-index:3;border-radius:0 9px 9px 0;align-items:center;width:58px;height:calc(100% - 2px);display:flex;position:absolute;top:16px;right:1px;box-shadow:none!important;background:0 0!important;border:none!important}._fieldMaxBtn_5xcvy_161 p{color:#e0e4ec;-webkit-text-fill-color:#e0e4ec;cursor:pointer;background:0 0;place-content:center;width:100%;height:100%;font-size:18px;line-height:22px;display:grid}@media (hover:hover){._fieldMaxBtn_5xcvy_161 p:hover{background:#e0e4ec1a;border-radius:0 9px 9px 0}}._fieldMaxBtn_5xcvy_161 p:active{background:#e0e4ec1a;border-radius:0 9px 9px 0}._hideNumberInputArrows_5xcvy_199{appearance:textfield}._hideNumberInputArrows_5xcvy_199::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._hideNumberInputArrows_5xcvy_199::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._tokenSelection_5xcvy_208{margin-bottom:24px}@media (width<=575.998px){._tokenSelection_5xcvy_208{margin-bottom:20px}}._tokenOption_5xcvy_217{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:16px;transition:all .2s;display:flex}@media (hover:hover){._tokenOption_5xcvy_217:hover{background:#ffffff0f;border-color:#ffffff1f}}@media (width<=575.998px){._tokenOption_5xcvy_217{margin-bottom:10px;padding:12px}}._tokenOptionActive_5xcvy_242{background:#00e67626;border-color:#00e67633}._tokenName_5xcvy_247{color:#e8eaf0;font-size:16px;font-weight:500;line-height:19px}@media (width<=575.998px){._tokenName_5xcvy_247{font-size:14px;line-height:17px}}._checkmark_5xcvy_260{color:#00e676;font-size:20px;font-weight:700;line-height:24px}._infoSection_5xcvy_267{background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;margin-bottom:24px;padding:16px}@media (width<=575.998px){._infoSection_5xcvy_267{margin-bottom:20px}}._infoRow_5xcvy_280{color:#e8eaf080;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:10px 0;font-size:14px;line-height:17px;display:flex}._infoRow_5xcvy_280:last-child{border-bottom:none}@media (width<=575.998px){._infoRow_5xcvy_280{font-size:12px;line-height:15px}}._infoValue_5xcvy_300{color:#e8eaf0;font-weight:600}._confirmButton_5xcvy_305{cursor:pointer;color:#06080e;background:linear-gradient(135deg,#c8d2e6,#8a9bb5);border:none;border-radius:12px;width:100%;padding:14px;font-size:.9rem;font-weight:700;transition:all .25s;box-shadow:0 4px 20px #e0e4ec1a}._confirmButton_5xcvy_305:hover{transform:translateY(-1px);box-shadow:0 6px 28px #e0e4ec33}._errorContainer_5xcvy_323{flex-direction:column;gap:8px;margin-bottom:20px;animation:.3s ease-out _slideIn_5xcvy_1;display:flex}@media (width<=575.998px){._errorContainer_5xcvy_323{gap:6px;margin-bottom:16px}}._error_5xcvy_323{color:#ff5b5b;background:#e74c3c26;border:1px solid #e74c3c66;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;line-height:1.4;transition:all .2s;display:flex}@media (width<=575.998px){._error_5xcvy_323{gap:8px;padding:10px 14px;font-size:14px;line-height:17px}}._errorIcon_5xcvy_361{color:#ff5b5b;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:700;line-height:22px;display:flex}@media (width<=575.998px){._errorIcon_5xcvy_361{font-size:16px;line-height:19px}}._errorText_5xcvy_378{word-break:break-word;flex:1}@keyframes _slideIn_5xcvy_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._myStakeWrapper_r0d1y_6{position:relative;overflow:hidden}._titleWrapper_r0d1y_11{z-index:1;justify-content:center;align-items:center;margin-bottom:24px;display:flex;position:relative}@media (width<=575.998px){._titleWrapper_r0d1y_11{margin-bottom:20px}}._backButton_r0d1y_25{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex;position:absolute;left:4px}@media (hover:hover){._backButton_r0d1y_25:hover{background:#ffffff0f;border-color:#ffffff1f}}@media (width<=575.998px){._backButton_r0d1y_25{width:36px;height:36px}}._backIcon_r0d1y_53{color:#e8eaf0;font-size:20px;font-weight:600;line-height:24px}@media (width<=575.998px){._backIcon_r0d1y_53{font-size:18px;line-height:22px}}._pageTitle_r0d1y_66{text-align:center;color:#e8eaf0;margin:0;font-size:26px;font-weight:700;line-height:31px}@media (width<=575.998px){._pageTitle_r0d1y_66{font-size:20px;line-height:24px}}._stakesList_r0d1y_81{z-index:1;flex-direction:column;gap:16px;display:flex;position:relative}@media (width<=575.998px){._stakesList_r0d1y_81{gap:12px}}._emptyState_r0d1y_94{-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;justify-content:center;align-items:center;padding:60px 20px;display:flex}@media (width<=575.998px){._emptyState_r0d1y_94{padding:40px 16px}}._emptyText_r0d1y_111{color:#e8eaf080;text-align:center;margin:0;font-size:16px;line-height:19px}@media (width<=575.998px){._emptyText_r0d1y_111{font-size:14px;line-height:17px}}._stakeCard_vb4li_6{-webkit-backdrop-filter:blur(20px)saturate(1.4)brightness(1.05);cursor:pointer;background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;align-items:center;gap:20px;padding:20px 24px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000080,inset 0 0 0 .5px #ffffff0d,inset 0 1px #ffffff12}._stakeCard_vb4li_6:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000 0%,#ffffff1a 20%,#fff3 50%,#ffffff1a 80%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}@media (hover:hover){._stakeCard_vb4li_6:hover{border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 12px 40px #0006,inset 0 1px #ffffff14}}@media (width<=575.998px){._stakeCard_vb4li_6{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._badges_vb4li_49{flex-direction:column;flex-shrink:0;gap:6px;display:flex}@media (width<=575.998px){._badges_vb4li_49{flex-direction:row;gap:8px}}._durationBadge_vb4li_62{letter-spacing:.03em;text-transform:uppercase;color:#00e676;background:#00e67626;border:1px solid #00e67633;border-radius:50px;align-items:center;gap:4px;padding:5px 12px;font-size:.72rem;font-weight:600;display:inline-flex}._apyBadge_vb4li_77{letter-spacing:.03em;text-transform:uppercase;color:#6b8ec4;background:#1a3a6e4d;border:1px solid #1a3a6e80;border-radius:50px;align-items:center;gap:4px;padding:5px 12px;font-size:.72rem;font-weight:600;display:inline-flex}._body_vb4li_92{flex:1;grid-template-columns:1fr 1fr;gap:8px 24px;display:grid}@media (width<=575.998px){._body_vb4li_92{gap:6px 16px;width:100%}}._fieldLabel_vb4li_105{color:#e8eaf080;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem}._fieldValue_vb4li_112{color:#e8eaf0;margin-top:2px;font-size:.95rem;font-weight:600}._fieldValue_vb4li_112._green_vb4li_118{color:#00e676}._arrow_vb4li_122{color:#e8eaf080;flex-shrink:0;font-size:1.2rem;transition:all .2s}._stakeCard_vb4li_6:hover ._arrow_vb4li_122{color:#e0e4ec;transform:translate(4px)}@media (width<=575.998px){._arrow_vb4li_122{display:none}}._myTeamWrapper_xx3e8_6{max-width:100%;position:relative;overflow:hidden}._loading_xx3e8_12{color:#e8eaf080;text-align:center;padding:60px 20px;font-size:16px;line-height:19px}._titleWrapper_xx3e8_20{z-index:1;justify-content:center;align-items:center;margin-bottom:24px;display:flex;position:relative}@media (width<=575.998px){._titleWrapper_xx3e8_20{margin-bottom:20px}}._backButton_xx3e8_34{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex;position:absolute;left:4px}@media (hover:hover){._backButton_xx3e8_34:hover{background:#ffffff0f;border-color:#e0e4ec4d}}@media (width<=575.998px){._backButton_xx3e8_34{width:36px;height:36px}}._backIcon_xx3e8_62{color:#e8eaf0;font-size:20px;font-weight:600;line-height:24px}@media (width<=575.998px){._backIcon_xx3e8_62{font-size:18px;line-height:22px}}._pageTitle_xx3e8_75{text-align:center;color:#e8eaf0;margin:0;font-size:26px;font-weight:700;line-height:31px}@media (width<=575.998px){._pageTitle_xx3e8_75{font-size:20px;line-height:24px}}._inviterBlock_xx3e8_90{z-index:1;margin-bottom:24px;position:relative}@media (width<=575.998px){._inviterBlock_xx3e8_90{margin-bottom:20px}}._inviteLink_xx3e8_101{z-index:1;width:100%;margin-bottom:24px;position:relative}@media (width<=575.998px){._inviteLink_xx3e8_101{margin-bottom:20px}}._inviteLinkRow_xx3e8_113{align-items:flex-end;gap:12px;display:flex}@media (width<=575.998px){._inviteLinkRow_xx3e8_113{flex-direction:column;align-items:stretch}}._inviteLinkField_xx3e8_125{flex:1;min-width:0}._statsCard_xx3e8_130{z-index:1;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;width:100%;margin-bottom:24px;padding:20px;position:relative}@media (width<=575.998px){._statsCard_xx3e8_130{border-radius:12px;margin-bottom:20px;padding:16px}._statsCard_xx3e8_130 ._statsRow_xx3e8_146:last-child{flex-direction:column;gap:4px}._statsCard_xx3e8_130 ._statsRow_xx3e8_146:last-child ._statBlock_xx3e8_150{flex-direction:row;align-items:center}._statsCard_xx3e8_130 ._statsRow_xx3e8_146:last-child ._statBlock_xx3e8_150>:first-child{flex-shrink:0;min-width:180px}}._statsRow_xx3e8_146{gap:16px;display:flex}@media (width<=575.998px){._statsRow_xx3e8_146{gap:12px}}._statBlock_xx3e8_150{flex-direction:column;flex:1;gap:4px;display:flex}._statLabel_xx3e8_177{color:#e8eaf080;font-size:14px;font-weight:400;line-height:17px}@media (width<=575.998px){._statLabel_xx3e8_177{font-size:12px;line-height:15px}}._statValue_xx3e8_190{color:#e8eaf0;font-size:20px;font-weight:700;line-height:1.2}@media (width<=575.998px){._statValue_xx3e8_190{font-size:18px;line-height:22px}}._statSub_xx3e8_204{color:#e8eaf080;font-size:14px;font-weight:400;line-height:17px}@media (width<=575.998px){._statSub_xx3e8_204{font-size:12px;line-height:15px}}._statsDivider_xx3e8_217{background:#ffffff14;height:1px;margin:16px 0}@media (width<=575.998px){._statsDivider_xx3e8_217{margin:12px 0}}._directsSection_xx3e8_228{z-index:1;margin-top:32px;position:relative}@media (width<=575.998px){._directsSection_xx3e8_228{margin-top:24px}}._depthTabsLabel_xx3e8_239{color:#e8eaf080;text-align:center;margin-bottom:8px;font-size:14px;font-weight:400;line-height:17px}@media (width<=575.998px){._depthTabsLabel_xx3e8_239{font-size:12px;line-height:15px}}._depthTabs_xx3e8_239{background:#ffffff08;border:1px solid #ffffff0a;border-radius:12px;gap:4px;margin-bottom:16px;padding:4px;display:flex;overflow-x:auto}@media (width<=575.998px){._depthTabs_xx3e8_239{margin-bottom:12px}}._depthTab_xx3e8_239{text-align:center;cursor:pointer;color:#e8eaf080;white-space:nowrap;background:0 0;border:none;border-radius:8px;flex:1;padding:8px 0;font-family:Helvetica,Arial,sans-serif;font-size:.82rem;font-weight:500;transition:all .2s}@media (width<=575.998px){._depthTab_xx3e8_239{padding:6px 8px;font-size:.75rem}._depthTab_xx3e8_239:nth-child(n+9){display:none}}._depthTabActive_xx3e8_295{color:#e8eaf0;background:#ffffff08;border:1px solid #ffffff14;box-shadow:0 2px 8px #0000004d}._searchWrapper_xx3e8_302{margin-bottom:16px}@media (width<=575.998px){._searchWrapper_xx3e8_302{margin-bottom:12px}}._directsList_xx3e8_311{flex-direction:column;gap:12px;display:flex}@media (width<=575.998px){._directsList_xx3e8_311{gap:10px}}._emptyState_xx3e8_322{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;justify-content:center;align-items:center;padding:60px 20px;display:flex}@media (width<=575.998px){._emptyState_xx3e8_322{border-radius:12px;padding:40px 16px}}._emptyText_xx3e8_338{color:#e8eaf080;text-align:center;margin:0;font-size:16px;line-height:19px}@media (width<=575.998px){._emptyText_xx3e8_338{font-size:14px;line-height:17px}}._referralCard_13spc_6{z-index:1;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;width:100%;padding:16px;transition:all .2s;position:relative}@media (hover:hover){._referralCard_13spc_6:hover{background:#ffffff0f;border-color:#e0e4ec4d;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}}@media (width<=575.998px){._referralCard_13spc_6{border-radius:12px;padding:12px}}._referralHeader_13spc_32{align-items:center;gap:12px;margin-bottom:16px;display:flex}@media (width<=575.998px){._referralHeader_13spc_32{gap:10px;margin-bottom:12px}}._referralAvatar_13spc_45{border:2px solid #00e67633;border-radius:50%;flex-shrink:0;width:48px;height:48px;overflow:hidden}._referralAvatar_13spc_45 img{object-fit:cover;width:100%;height:100%}@media (width<=575.998px){._referralAvatar_13spc_45{width:40px;height:40px}}._referralInfo_13spc_65{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}@media (width<=575.998px){._referralInfo_13spc_65{gap:4px}}._referralNameRow_13spc_78{align-items:center;gap:8px;min-width:0;display:flex}._activeStakerBadge_13spc_85{color:#00e676;white-space:nowrap;background:#00e67626;border:1px solid #00e67633;border-radius:6px;flex-shrink:0;padding:2px 8px;font-size:12px;font-weight:600;line-height:15px}._referralUsername_13spc_98{color:#e8eaf0;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:600;line-height:19px;overflow:hidden}@media (width<=575.998px){._referralUsername_13spc_98{font-size:14px;line-height:17px}}._referralLevel_13spc_114{background:#00e67626;border:1px solid #00e67633;border-radius:8px;align-items:center;gap:6px;width:fit-content;padding:4px 10px;display:flex}._referralLevel_13spc_114 ._levelIcon_13spc_124{font-size:14px;line-height:17px}._referralLevel_13spc_114 span:not(._levelIcon_13spc_124){color:#00e676;font-size:12px;font-weight:600;line-height:15px}@media (width<=575.998px){._referralLevel_13spc_114{gap:4px;padding:3px 8px}._referralLevel_13spc_114 ._levelIcon_13spc_124,._referralLevel_13spc_114 span:not(._levelIcon_13spc_124){font-size:12px;line-height:15px}}._arrowIcon_13spc_149{color:#e8eaf080;flex-shrink:0;font-size:20px;font-weight:600;line-height:24px}@media (width<=575.998px){._arrowIcon_13spc_149{font-size:18px;line-height:22px}}._referralStats_13spc_163{border-top:1px solid #ffffff14;flex-direction:column;gap:10px;padding-top:16px;display:flex}@media (width<=575.998px){._referralStats_13spc_163{gap:8px;padding-top:12px}}._statRow_13spc_177{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}._statLabel_13spc_185{color:#e8eaf080;font-size:14px;font-weight:400;line-height:17px}@media (width<=575.998px){._statLabel_13spc_185{font-size:12px;line-height:15px}}._statValue_13spc_198{color:#e8eaf0;text-align:right;font-size:14px;font-weight:600;line-height:17px}@media (width<=575.998px){._statValue_13spc_198{font-size:12px;line-height:15px}}._levelProgressCard_ehiyj_6{z-index:1;text-align:left;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;width:100%;margin-bottom:16px;padding:20px;position:relative}@media (width<=575.998px){._levelProgressCard_ehiyj_6{border-radius:12px;margin-bottom:12px;padding:16px}}._levelProgressCard_ehiyj_6._clickable_ehiyj_24{cursor:pointer;transition:border-color .2s,background .2s}._levelProgressCard_ehiyj_6._clickable_ehiyj_24:hover{background:#1c222bb3;border-color:#00e67666}._levelProgressCard_ehiyj_6._clickable_ehiyj_24:active{background:#191e26cc}._viewDetails_ehiyj_36{color:#e8eaf080;align-items:center;gap:4px;margin-top:12px;font-size:12px;line-height:15px;display:flex}@media (width<=575.998px){._viewDetails_ehiyj_36{margin-top:10px}}._chevron_ehiyj_51{color:#00e676;font-weight:600}._levelHeader_ehiyj_56{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}@media (width<=575.998px){._levelHeader_ehiyj_56{margin-bottom:12px}}._currentLevel_ehiyj_68,._nextLevel_ehiyj_69{align-items:baseline;gap:6px;display:flex}@media (width<=575.998px){._currentLevel_ehiyj_68,._nextLevel_ehiyj_69{gap:6px}}._levelLabel_ehiyj_81{color:#e8eaf080;font-size:12px;font-weight:400;line-height:15px}@media (width<=575.998px){._levelLabel_ehiyj_81{font-size:12px;line-height:15px}}._levelValue_ehiyj_94{color:#e8eaf0;font-size:18px;font-weight:600;line-height:22px}@media (width<=575.998px){._levelValue_ehiyj_94{font-size:16px;line-height:19px}}._progressBarWrapper_ehiyj_107{background:#ffffff14;border-radius:6px;width:100%;height:12px;margin-bottom:20px;overflow:hidden}@media (width<=575.998px){._progressBarWrapper_ehiyj_107{height:10px;margin-bottom:16px}}._progressBar_ehiyj_107{background:linear-gradient(90deg,#00e676,#00e676cc);border-radius:6px;height:100%;transition:width .3s}._checklist_ehiyj_129{background:#0003;border:1px solid #00e67626;border-radius:10px;margin-bottom:16px;padding:12px 14px}@media (width<=575.998px){._checklist_ehiyj_129{margin-bottom:12px;padding:10px 12px}}._checklistTitle_ehiyj_143{color:#e8eaf080;margin-bottom:10px;font-size:12px;font-weight:500;line-height:15px}._checklistRow_ehiyj_151{flex-wrap:wrap;align-items:baseline;gap:6px 10px;margin-bottom:10px;display:flex}._checklistRow_ehiyj_151:last-child{margin-bottom:0}._checklistLabel_ehiyj_162{color:#e8eaf080;flex:0 auto;min-width:0;max-width:100%;font-size:14px;line-height:17px}._checklistValue_ehiyj_171{color:#e8eaf0;white-space:nowrap;flex:none;font-size:14px;font-weight:600;line-height:17px}._checklistValueMet_ehiyj_180{color:#15803d}._teamDetailsWrapper_1dcdw_6{max-width:100%;position:relative;overflow:hidden}._pageHeader_1dcdw_12{z-index:1;flex-direction:column;align-items:center;gap:12px;margin-bottom:20px;display:flex;position:relative}@media (width<=575.998px){._pageHeader_1dcdw_12{justify-content:center;gap:10px;margin-bottom:16px}}._backToParentButton_1dcdw_29{color:#e8eaf0;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;align-self:flex-start;padding:10px 16px;font-size:14px;font-weight:600;line-height:17px;transition:all .2s;position:absolute}@media (hover:hover){._backToParentButton_1dcdw_29:hover{background:#ffffff0f;border-color:#e0e4ec4d}}@media (width<=575.998px){._backToParentButton_1dcdw_29{padding:8px 12px;font-size:12px;line-height:15px}}._pageTitle_1dcdw_57{text-align:center;color:#e8eaf0;width:100%;margin:0;font-size:26px;font-weight:700;line-height:31px}@media (width<=575.998px){._pageTitle_1dcdw_57{text-align:right;font-size:20px;line-height:24px}}._mainMemberSection_1dcdw_74{z-index:1;position:relative}._directReferralsHint_1dcdw_79{z-index:1;margin-top:8px;margin-bottom:12px;position:relative}@media (width<=575.998px){._directReferralsHint_1dcdw_79{margin-bottom:10px}}._membersList_1dcdw_91{z-index:1;flex-direction:column;gap:12px;display:flex;position:relative}@media (width<=575.998px){._membersList_1dcdw_91{gap:10px}}._emptyState_1dcdw_104{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;justify-content:center;align-items:center;padding:60px 20px;display:flex}@media (width<=575.998px){._emptyState_1dcdw_104{border-radius:12px;padding:40px 16px}}._emptyText_1dcdw_120{color:#e8eaf080;text-align:center;margin:0;font-size:16px;line-height:19px}@media (width<=575.998px){._emptyText_1dcdw_120{font-size:14px;line-height:17px}}._wrap_pgew4_6{width:100%}._header_pgew4_10{color:#e8eaf080;margin-bottom:12px;font-size:18px;font-weight:500;line-height:24px}@media (width<=1240px){._header_pgew4_10{font-size:12px;line-height:14px}}._fieldGroup_pgew4_24{min-width:0}@media (width>=1240px){._fieldGroup_pgew4_24{flex-direction:row;align-items:stretch;max-width:100%;display:flex;overflow:hidden}}@media (width<=1240px){._fieldGroup_pgew4_24{isolation:isolate;background-color:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-direction:row;align-items:stretch;max-width:100%;display:flex;overflow:hidden}}._rowTop_pgew4_50,._rowBottom_pgew4_51{display:contents}._field_pgew4_24{box-sizing:border-box;color:#e8eaf0;background-color:#ffffff0a;outline:none;width:100%;min-width:0;height:40px;padding:8px 20px;font-family:Helvetica,Arial,sans-serif;font-size:18px;font-weight:400;line-height:24px}@media (width>=1240px){._field_pgew4_24{border:1px solid #ffffff14;border-right:none;border-radius:12px 0 0 12px;flex:1 1 0;order:1;min-width:0}}@media (width<=1240px){._field_pgew4_24{background-color:#0000;border:none;flex:1 1 0;order:1;min-width:0;height:44px;min-height:44px;padding:8px 12px;font-size:12px;line-height:18px}}._btn_pgew4_94{color:#e8eaf0;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:#ffffff08;border:none;height:40px;padding:8px 16px;font-family:Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:22px;transition:background .2s,border-color .2s}@media (hover:hover){._btn_pgew4_94:hover{background:#ffffff0f}}@media (width<=1240px){._btn_pgew4_94{height:44px;min-height:44px;padding:8px 12px;font-size:12px;line-height:18px}}@media (width>=1240px){._btnCopy_pgew4_125{border:1px solid #ffffff14;border-radius:0;flex:none;order:2}}@media (width<=1240px){._btnCopy_pgew4_125{text-overflow:ellipsis;text-align:center;white-space:nowrap;background:#ffffff08;border:none;border-left:1px solid #ffffff14;flex:0 auto;order:2;min-width:0;overflow:hidden}}._btnQr_pgew4_148{padding:8px 14px}@media (width>=1240px){._btnQr_pgew4_148{border:1px solid #ffffff14;border-left:none;border-radius:0;flex:none;order:3;padding:8px 16px}}@media (width<=1240px){._btnQr_pgew4_148{background:#ffffff08;border:none;border-left:1px solid #ffffff14;flex:none;order:3;padding:8px 10px}}@media (width>=1240px){._btnCopyLink_pgew4_173{border:1px solid #ffffff14;border-left:none;border-radius:0 12px 12px 0;flex:none;order:4}}@media (width<=1240px){._btnCopyLink_pgew4_173{text-overflow:ellipsis;text-align:center;white-space:nowrap;background:#ffffff08;border:none;border-left:1px solid #ffffff14;flex:0 auto;order:4;min-width:0;overflow:hidden}}@media (width>=1240px) and (hover:hover){._btnCopy_pgew4_125:hover,._btnQr_pgew4_148:hover,._btnCopyLink_pgew4_173:hover{z-index:1;border-color:#ffffff1f;position:relative}}._memberHeader_144m5_6{z-index:1;margin-bottom:24px;position:relative}@media (width<=575.998px){._memberHeader_144m5_6{margin-bottom:20px}}._memberProfileNavigate_144m5_17{width:100%;text-align:inherit;font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:12px;margin:0;padding:0;transition:background .2s;display:block}@media (hover:hover){._memberProfileNavigate_144m5_17:hover{background:#ffffff0a}}._memberProfileNavigate_144m5_17:focus-visible{outline-offset:2px;outline:2px solid #00e67680}._userProfile_144m5_41{align-items:center;gap:12px;display:flex}._userInfo_144m5_47{flex-direction:column;display:flex}._avatar_144m5_52{border:2px solid #ffffff1f;border-radius:50%;flex-shrink:0;width:56px;height:56px;overflow:hidden;box-shadow:0 4px 12px #0000004d}._avatar_144m5_52 img{object-fit:cover;width:100%;height:100%}@media (width<=575.998px){._avatar_144m5_52{width:48px;height:48px}}._avatarPlaceholder_144m5_73{background:#ffffff0f;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._avatarPlaceholderIcon_144m5_82{opacity:.7;font-size:1.5rem}._username_144m5_87{color:#e8eaf0;font-size:18px;font-weight:600;line-height:22px}@media (width<=575.998px){._username_144m5_87{font-size:16px;line-height:19px}}._parentBranch_l1dqd_6{z-index:1;border-radius:14px;max-width:92%;margin-bottom:28px;margin-left:auto;margin-right:auto;padding:14px 14px 16px;position:relative}@media (width<=575.998px){._parentBranch_l1dqd_6{max-width:100%;margin-bottom:22px;padding:12px}._parentBranch_l1dqd_6 ._compactSiblingsRow_l1dqd_22{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-bottom:4px}._parentBranch_l1dqd_6 ._compactReferralCard_l1dqd_27{border-radius:10px;gap:6px;padding:7px 8px}._parentBranch_l1dqd_6 ._compactCardTop_l1dqd_32{align-items:center;gap:6px}._parentBranch_l1dqd_6 ._compactStats_l1dqd_36{flex-direction:column;gap:6px;padding-top:6px;display:flex}._parentBranch_l1dqd_6 ._compactStatRow_l1dqd_42{gap:3px}._parentBranch_l1dqd_6 ._compactStatLabel_l1dqd_45{letter-spacing:.01em;overflow-wrap:break-word;font-size:10px;font-weight:600;line-height:1.35}._parentBranch_l1dqd_6 ._compactStatValue_l1dqd_52{font-size:clamp(10px,2.9vw,12px);font-weight:600;line-height:1.35}._parentBranch_l1dqd_6 ._compactStatRowPersonal_l1dqd_57 ._compactStatValueSecondary_l1dqd_57{font-size:11px}._parentBranch_l1dqd_6 ._compactAvatar_l1dqd_60{width:30px;height:30px}._parentBranch_l1dqd_6 ._compactInfo_l1dqd_64{gap:2px}._parentBranch_l1dqd_6 ._compactName_l1dqd_67{font-size:13px;line-height:1.3}._parentBranch_l1dqd_6 ._compactLevel_l1dqd_71{font-size:11px;line-height:1.35}._parentBranch_l1dqd_6 ._compactYouBadge_l1dqd_75{letter-spacing:.04em;margin-top:2px;font-size:10px;line-height:1.25}}._parentBranchLoading_l1dqd_83{justify-content:center;align-items:center;min-height:72px;padding:12px 8px;display:flex}._parentBranchLabel_l1dqd_91{color:#e8eaf080;text-transform:uppercase;letter-spacing:.04em;margin:0 0 10px;font-size:12px;font-weight:600;line-height:15px}@media (width<=575.998px){._parentBranchLabel_l1dqd_91{margin-bottom:8px;font-size:12px;line-height:13px}}._parentMemberSummary_l1dqd_108{text-align:left;width:100%}._parentBranchLabelContainer_l1dqd_113{position:relative}._treeConnector_l1dqd_117{background:linear-gradient(#00e67659,#ffffff14);border-radius:2px;width:2px;height:14px;margin:6px auto 8px;position:absolute;bottom:3px;left:50%}._compactSiblingsRow_l1dqd_22{flex-wrap:wrap;grid-template-columns:repeat(auto-fill,minmax(min(100%,248px),1fr));justify-content:center;gap:8px;display:grid}._compactReferralCard_l1dqd_27{cursor:pointer;text-align:left;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;align-items:stretch;gap:8px;min-width:0;min-height:auto;padding:8px 10px;transition:all .2s;display:flex}@media (hover:hover){._compactReferralCard_l1dqd_27:hover{background:#ffffff12;border-color:#ffffff1f}}._compactReferralCardCurrent_l1dqd_158{background:#00e67614;border-color:#00e67673;box-shadow:0 0 0 1px #00e6761f}._compactCardTop_l1dqd_32{align-items:center;gap:8px;display:flex}._compactStats_l1dqd_36{border-top:1px solid #ffffff14;flex-direction:column;gap:6px;min-width:0;padding-top:6px;display:flex}._compactStatRow_l1dqd_42{flex-direction:column;align-items:stretch;gap:2px;min-width:0;display:flex}._compactStatLabel_l1dqd_45{color:#e8eaf080;overflow-wrap:break-word;min-width:0;font-size:12px;line-height:13px}._compactStatValue_l1dqd_52{color:#e8eaf0;text-align:left;font-variant-numeric:tabular-nums;overflow-wrap:anywhere;min-width:0;max-width:100%;font-size:12px;font-weight:600;line-height:1.35}._compactStatRowPersonal_l1dqd_57 ._compactStatValuePrimary_l1dqd_208,._compactStatRowPersonal_l1dqd_57 ._compactStatValueSecondary_l1dqd_57{overflow-wrap:anywhere;max-width:100%;display:block}._compactStatRowPersonal_l1dqd_57 ._compactStatValueSep_l1dqd_214{display:none}._compactStatRowPersonal_l1dqd_57 ._compactStatValueSecondary_l1dqd_57{color:#e8eaf080;margin-top:2px;font-size:12px;font-weight:600;line-height:1.3}._compactStatValuePrimary_l1dqd_208,._compactStatValueSecondary_l1dqd_57,._compactStatValueSep_l1dqd_214{display:inline}._compactAvatar_l1dqd_60{border:1px solid #00e67633;border-radius:50%;flex-shrink:0;width:32px;height:32px;overflow:hidden}._compactAvatar_l1dqd_60 img{object-fit:cover;width:100%;height:100%}._avatarPlaceholder_l1dqd_246{background:#ffffff0f;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._compactInfo_l1dqd_64{flex-direction:column;gap:2px;min-width:0;display:flex}._compactName_l1dqd_67{color:#e8eaf0;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;line-height:15px;overflow:hidden}._compactLevel_l1dqd_71{color:#e8eaf080;font-size:12px;line-height:13px}._compactYouBadge_l1dqd_75{color:#00e676f2;text-transform:uppercase;letter-spacing:.03em;margin-top:2px;font-size:10px;font-weight:700;line-height:12px}._avatarPlaceholderIconSmall_l1dqd_288{opacity:.65;font-size:1rem}._stakeDetailsWrapper_62blq_6{width:1200px;min-width:360px;margin:0 auto;position:relative;overflow:hidden}@media (width<=1240px){._stakeDetailsWrapper_62blq_6{width:100%;min-width:100%}}._titleWrapper_62blq_20{z-index:1;justify-content:center;align-items:center;margin-bottom:24px;display:flex;position:relative}@media (width<=575.998px){._titleWrapper_62blq_20{margin-bottom:20px}}._backButton_62blq_34{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex;position:absolute;left:4px}@media (hover:hover){._backButton_62blq_34:hover{background:#ffffff0f;border-color:#ffffff1f}}@media (width<=575.998px){._backButton_62blq_34{width:36px;height:36px}}._backIcon_62blq_62{color:#e8eaf0;font-size:20px;font-weight:600;line-height:24px}@media (width<=575.998px){._backIcon_62blq_62{font-size:18px;line-height:22px}}._pageTitle_62blq_75{text-align:center;color:#e8eaf0;margin:0;font-size:26px;font-weight:700;line-height:31px}@media (width<=575.998px){._pageTitle_62blq_75{font-size:20px;line-height:24px}}._incomeSection_62blq_90{z-index:1;margin-top:24px;position:relative}@media (width<=575.998px){._incomeSection_62blq_90{margin-top:20px}}._incomeTitle_62blq_101{color:#e8eaf0;margin:0 0 16px;font-size:20px;font-weight:600;line-height:24px}@media (width<=575.998px){._incomeTitle_62blq_101{margin-bottom:12px;font-size:18px;line-height:22px}}._loading_62blq_116{color:#e8eaf080;text-align:center;padding:60px 20px;font-size:16px;line-height:19px}._stakeDetailsCard_x00dr_6{-webkit-backdrop-filter:blur(20px)saturate(1.4)brightness(1.05);background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;padding:28px;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000080,inset 0 0 0 .5px #ffffff0d,inset 0 1px #ffffff12}._stakeDetailsCard_x00dr_6:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000 0%,#ffffff1a 20%,#fff3 50%,#ffffff1a 80%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}@media (width<=575.998px){._stakeDetailsCard_x00dr_6{padding:20px 16px}}._detailBlocks_x00dr_34{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}@media (width<=575.998px){._detailBlocks_x00dr_34{grid-template-columns:1fr;gap:12px;margin-bottom:20px}}._detailBlock_x00dr_34{background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;padding:16px}._detailBlockLabel_x00dr_55{color:#e8eaf080;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:.72rem}._detailBlockValue_x00dr_63{color:#e8eaf0;font-size:1.3rem;font-weight:700}._detailBlockValue_x00dr_63._accent_x00dr_68{color:#e0e4ec}._detailBlockValue_x00dr_63._green_x00dr_71{color:#00e676}@media (width<=575.998px){._detailBlockValue_x00dr_63{font-size:1.1rem}}._producedRow_x00dr_80{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}._producedFrom_x00dr_87{color:#e8eaf080;font-size:.78rem;font-weight:400}._progressSection_x00dr_93{margin-bottom:24px}@media (width<=575.998px){._progressSection_x00dr_93{margin-bottom:20px}}._progressHeader_x00dr_102{justify-content:space-between;margin-bottom:10px;display:flex}._progressLabel_x00dr_108{color:#e8eaf080;font-size:.78rem}._progressValue_x00dr_113{color:#e0e4ec;font-size:.85rem;font-weight:700}._progressTrack_x00dr_119{background:#ffffff0f;border-radius:3px;height:6px;position:relative;overflow:hidden}._progressFill_x00dr_127{background:linear-gradient(90deg,#e0e4ec,#00e676);border-radius:3px;height:100%;transition:width 1s;position:relative}._progressFill_x00dr_127:after{content:"";background:#e0e4ec;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;right:0;transform:translateY(-50%);box-shadow:0 0 12px #e0e4ec33}._progressDays_x00dr_147{text-align:right;color:#e8eaf080;margin-top:8px;font-size:.75rem}._incomeList_8jq69_6{-webkit-backdrop-filter:blur(20px)saturate(1.4)brightness(1.05);background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;padding:20px 24px;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000080,inset 0 0 0 .5px #ffffff0d,inset 0 1px #ffffff12}._incomeList_8jq69_6:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000 0%,#ffffff1a 20%,#fff3 50%,#ffffff1a 80%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}@media (width<=575.998px){._incomeList_8jq69_6{padding:16px}}._incomeItem_8jq69_34{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:14px 0;display:flex}._incomeItem_8jq69_34:last-child{border-bottom:none}._incomeItemLeft_8jq69_45{align-items:center;gap:10px;display:flex}._dot_8jq69_51{background:#00e676;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 8px #00e67666}._incomeInfo_8jq69_60{flex-direction:column;display:flex}._incomeLabel_8jq69_65{color:#e8eaf0;font-size:.82rem;font-weight:500}._incomeDate_8jq69_71{color:#e8eaf080;margin-top:2px;font-size:.72rem}._incomeAmount_8jq69_77{color:#00e676;white-space:nowrap;font-size:.88rem;font-weight:600}._emptyState_8jq69_84{-webkit-backdrop-filter:blur(20px)saturate(1.4)brightness(1.05);background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;justify-content:center;align-items:center;padding:60px 20px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000080,inset 0 0 0 .5px #ffffff0d,inset 0 1px #ffffff12}@media (width<=575.998px){._emptyState_8jq69_84{padding:40px 16px}}._emptyText_8jq69_104{color:#e8eaf080;text-align:center;margin:0;font-size:16px;line-height:19px}@media (width<=575.998px){._emptyText_8jq69_104{font-size:14px;line-height:17px}}._wrapper_tcl1a_6{width:1200px;min-width:360px;margin:0 auto;position:relative;overflow:hidden}@media (width<=1240px){._wrapper_tcl1a_6{width:100%;min-width:100%}}._loading_tcl1a_20{color:#e8eaf080;text-align:center;padding:60px 20px;font-size:16px;line-height:19px}._titleWrapper_tcl1a_28{z-index:1;justify-content:center;align-items:center;margin-bottom:24px;display:flex;position:relative}@media (width<=575.998px){._titleWrapper_tcl1a_28{margin-bottom:20px}}._backButton_tcl1a_42{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex;position:absolute;left:4px}@media (hover:hover){._backButton_tcl1a_42:hover{background:#ffffff0f;border-color:#e0e4ec4d}}@media (width<=575.998px){._backButton_tcl1a_42{width:36px;height:36px}}._backIcon_tcl1a_70{color:#e8eaf0;font-size:20px;font-weight:600;line-height:24px}@media (width<=575.998px){._backIcon_tcl1a_70{font-size:18px;line-height:22px}}._pageTitle_tcl1a_83{text-align:center;color:#e8eaf0;margin:0;font-size:26px;font-weight:700;line-height:31px}@media (width<=575.998px){._pageTitle_tcl1a_83{margin-left:8px;font-size:20px;line-height:24px}}._tableCard_tcl1a_99{z-index:1;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;width:100%;margin-bottom:16px;position:relative;overflow:hidden}@media (width<=575.998px){._tableCard_tcl1a_99{border-radius:12px;margin-bottom:12px}}._tableWrapper_tcl1a_116{overflow-x:auto}._table_tcl1a_99{border-collapse:collapse;width:100%;min-width:400px}._thLevel_tcl1a_126{width:80px}@media (width<=575.998px){._thLevel_tcl1a_126{width:64px}}th{color:#e0e4ec;text-align:left;background:#ffffff08;border-bottom:1px solid #ffffff14;padding:16px 12px;font-size:14px;font-weight:600;line-height:17px}@media (width<=575.998px){th{padding:12px 10px;font-size:12px;line-height:15px}}._row_tcl1a_153{transition:background .2s}@media (hover:hover){._row_tcl1a_153:hover{background:#00e6760f}}td{color:#e8eaf0;vertical-align:middle;border-bottom:1px solid #ffffff14;padding:14px 12px;font-size:14px;line-height:17px}@media (width<=575.998px){td{padding:12px 10px;font-size:12px;line-height:15px}}._row_tcl1a_153:last-child td{border-bottom:none}._levelBadge_tcl1a_182{color:#00e676;background:#00e67626;border:1px solid #00e67640;border-radius:8px;padding:6px 12px;font-weight:700;display:inline-block}@media (width<=575.998px){._levelBadge_tcl1a_182{padding:4px 10px;font-size:12px;line-height:15px}}._rewardValue_tcl1a_199{color:#e0e4ec;font-weight:600}._note_tcl1a_204{color:#e8eaf080;z-index:1;margin:0;font-size:12px;line-height:15px;position:relative}@media (width<=575.998px){._note_tcl1a_204{font-size:12px;line-height:13px}}._cardsGrid_tcl1a_219{z-index:1;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:16px;display:grid;position:relative}@media (width<=575.998px){._cardsGrid_tcl1a_219{grid-template-columns:1fr;gap:12px;margin-bottom:12px}}._card_tcl1a_219{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;overflow:hidden}@media (width<=575.998px){._card_tcl1a_219{border-radius:12px}}._cardHeaderReward_tcl1a_247{color:#e8eaf080;text-align:right;font-size:12px;line-height:15px}._cardHeaderReward_tcl1a_247 ._rewardValue_tcl1a_199{margin-left:2px}._cardHeader_tcl1a_247{background:#ffffff08;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}._cardBody_tcl1a_266{padding:14px 16px}._cardRow_tcl1a_270{justify-content:space-between;align-items:baseline;gap:12px;padding:6px 0;display:flex}._cardRow_tcl1a_270:not(:last-child){border-bottom:1px solid #ffffff14}._cardLabel_tcl1a_281{color:#e8eaf080;flex-shrink:0;width:70%;font-size:12px;line-height:15px}@media (width<=575.998px){._cardLabel_tcl1a_281{font-size:12px;line-height:13px}}._cardValue_tcl1a_295{color:#e8eaf0;text-align:right;font-size:14px;font-weight:600;line-height:17px}@media (width<=575.998px){._cardValue_tcl1a_295{font-size:12px;line-height:15px}}._transactionWrapper_6urje_6{max-width:660px;margin:0 auto;padding:20px}@media (width<=575.998px){._transactionWrapper_6urje_6{padding:10px}}._transactionCard_6urje_17{background-color:#161b2299;border-radius:16px;gap:12px;padding:20px;display:grid}@media (width<=575.998px){._transactionCard_6urje_17{padding:12px}}._field_6urje_30{border-bottom:1px solid #232a36cc;justify-content:space-between;align-items:center;padding:4px 0;display:flex}._field_6urje_30:last-child{border-bottom:none}._fieldTitle_6urje_41{color:#e8eaf080;font-weight:500}._fieldValue_6urje_46{color:#e8eaf0;word-break:break-all;font-weight:400}._fieldValueMono_6urje_52{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}._fieldValueLink_6urje_56{color:#ffab40;text-underline-offset:3px;word-break:break-all;text-decoration:underline}._fieldValueLink_6urje_56:hover{filter:brightness(1.08)}@media (width<=767.998px){._txId_6urje_67{display:none}}._txIdMobile_6urje_72{display:none}@media (width<=767.998px){._txIdMobile_6urje_72{display:block}}._txIdContainer_6urje_81{align-items:center;gap:10px;display:flex}._loadingWrapper_6urje_87{justify-content:center;align-items:center;padding:40px;display:flex}._spinner_6urje_94{border:3px solid #ffffff1a;border-top-color:#e8eaf0;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite _spin_6urje_94}@keyframes _spin_6urje_94{to{transform:rotate(360deg)}}._action_1suk8_6{cursor:pointer;background-color:#e0e4ec;border-radius:12px;justify-content:center;align-items:center;width:fit-content;padding:8px 10px;transition:background-color .15s;display:flex}._action_1suk8_6:hover{background-color:#e0e4eccc}@media (width<=1240px){._action_1suk8_6{background-color:#e0e4ec;border-radius:12px;width:32px;height:32px;padding:8px}}._copyText_1suk8_30{color:#06080e;font-size:18px;font-weight:500;line-height:24px}@media (width<=1240px){._copyText_1suk8_30{display:none}}._ico_1suk8_42{display:none}@media (width<=1240px){._ico_1suk8_42{display:block}}._icoMobile_1suk8_51{width:16px;height:16px;display:block}._avatarsWrapper_195xh_6{max-width:720px;margin:0 auto;padding:12px 18px 32px}@media (width<=767.998px){._avatarsWrapper_195xh_6{padding:8px 14px 28px}}._title_195xh_17{text-align:center}._currentAvatarCard_195xh_21{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:center;gap:14px;max-width:280px;margin:16px auto 28px;padding:24px;display:flex}._currentAvatarLabel_195xh_34{color:#e8eaf080;letter-spacing:.02em;font-size:14px;line-height:17px}._currentAvatarFigure_195xh_41{width:130px;height:130px;position:relative}@media (width<=767.998px){._currentAvatarFigure_195xh_41{width:100px;height:100px}}._myAvatarImage_195xh_53{object-fit:cover;border-radius:50%;width:100%;height:100%}._cornerBadge_195xh_60{border:3px solid #ffffff08;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;position:absolute;bottom:-2px;right:-2px}._cornerBadge_195xh_60 svg{width:60%;height:60%}@media (width<=767.998px){._cornerBadge_195xh_60{border-width:2px;width:28px;height:28px}}._cornerBadgeCheck_195xh_84{color:#fff;background:#14b85f}._cornerBadgeCheckVip_195xh_89{color:#000;background:#f5b400;box-shadow:0 0 10px #f5b4008c}._cornerBadgeLock_195xh_95{color:#c9ccd2;background:#2b2f38}._imgLocked_195xh_100{filter:grayscale()brightness(.65)}._lockedHint_195xh_104{text-align:center;color:#e8eaf080;margin:8px 0 0;font-size:13px;line-height:1.5}._lockedHintLink_195xh_112{color:#f5b400;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}._tileLockBadge_195xh_122{color:#c9ccd2;background:#2b2f38;border:2px solid #0c1018;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;position:absolute;bottom:-4px;right:-4px}._tileLockBadge_195xh_122 svg{width:60%;height:60%}._avatarTileLocked_195xh_141{cursor:not-allowed;position:relative}._availableHeader_195xh_146{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px;display:flex}._availableTitle_195xh_155{color:#e8eaf0;font-size:20px;font-weight:500;line-height:24px}._availableCount_195xh_162{color:#e8eaf080;font-size:14px;line-height:17px}._avatarsList_195xh_168{grid-template-columns:repeat(4,1fr);justify-items:center;gap:18px;display:grid}@media (width<=767.998px){._avatarsList_195xh_168{grid-template-columns:repeat(4,1fr);gap:12px}}@media (width<=575.998px){._avatarsList_195xh_168{grid-template-columns:repeat(3,1fr)}}._avatarTile_195xh_141{aspect-ratio:1;cursor:pointer;background:0 0;border:0;border-radius:50%;width:100%;max-width:90px;padding:0;transition:transform .12s;position:relative}._avatarTile_195xh_141:hover{transform:translateY(-2px)}._avatarItem_195xh_202{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}._avatarItemVip_195xh_210{transform-origin:50%;transform:scale(1.12)}._avatarTileActive_195xh_215{border-radius:50%;box-shadow:0 0 0 3px #14171f,0 0 0 6px #f5b400e6,0 0 22px 4px #f5b40066}._actions_195xh_220{gap:12px;width:100%;margin-top:32px;display:flex}@media (width<=575.998px){._actions_195xh_220{flex-direction:column-reverse}}._actionButton_195xh_232{flex:1;width:100%;padding:12px 18px}._actionButtonSecondary_195xh_238{color:#e8eaf080;background:#ffffff0d;border:1px solid #ffffff14}._actionButtonSecondary_195xh_238:hover{background:#ffffff14}._pageWrapper_1yg5j_6{color:#e8eaf0;background:radial-gradient(900px 500px at 15% -10%,#e0e4ec26,#0000 60%),radial-gradient(900px 500px at 85% 0,#2f81f71f,#0000 55%),radial-gradient(800px 500px at 60% 110%,#00e6761a,#0000 60%),#06080e;min-height:100vh;font-family:Helvetica,Arial,sans-serif;line-height:1.5}._pageWrapper_1yg5j_6 a{color:inherit;text-decoration:none}._pageWrapper_1yg5j_6 *{box-sizing:border-box}._container_1yg5j_21{width:min(1160px,100% - 40px);margin:0 auto}@media (width<=575.998px){._container_1yg5j_21{width:min(1160px,100% - 28px)}}._btn_1yg5j_31{color:#e8eaf0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:700;transition:transform .12s,box-shadow .12s,background .12s;display:inline-flex;box-shadow:0 12px 22px #00000059}._btn_1yg5j_31:hover{transform:translateY(-1px);box-shadow:0 16px 28px #0000006b}._btnPrimary_1yg5j_54{color:#0b0e11;background:linear-gradient(135deg,#a8b2c6,#7585a0);border:1px solid #b4bed24d;box-shadow:0 18px 44px #b4bed22e}._btnPrimary_1yg5j_54:hover{box-shadow:0 22px 52px #b4bed22e}._btnGhost_1yg5j_64{background:#ffffff08}._pill_1yg5j_68{color:#e8eaf080;background:#ffffff08;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;padding:8px 10px;font-size:12px;display:inline-flex}._dot_1yg5j_80{background:#00e676;border-radius:99px;width:8px;height:8px;box-shadow:0 0 0 4px #00e67626}._hero_1yg5j_88{padding:48px 0 10px}._heroCard_1yg5j_92{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:28px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0006}._heroCard_1yg5j_92:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 30%,#e0e4ec33,#0000 60%),radial-gradient(circle at 70% 60%,#2f81f729,#0000 55%),radial-gradient(circle at 30% 70%,#00e67626,#0000 55%);border-radius:999px;width:260px;height:260px;position:absolute;inset:-60px -80px auto auto;transform:rotate(12deg)}._heroCard_1yg5j_92 h1{letter-spacing:-.03em;color:#e8eaf0;margin:10px 0;font-size:clamp(28px,3.2vw,44px);line-height:1.08}._heroSubtitle_1yg5j_120{color:#e0e4eccc;margin:0 0 10px;font-size:18px;font-weight:700}._heroDesc_1yg5j_127{color:#e8eaf080;max-width:68ch;margin:0 0 18px;font-size:16px}._ctaRow_1yg5j_134{flex-wrap:wrap;align-items:center;gap:12px;margin:18px 0 0;display:flex}._section_1yg5j_142{padding:40px 0}._sectionTitle_1yg5j_146{letter-spacing:-.02em;color:#e8eaf0;margin:0 0 8px;font-size:22px;font-weight:900}._sectionSub_1yg5j_154{color:#e8eaf080;max-width:70ch;margin:0 0 18px}._card_1yg5j_160{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;margin-bottom:14px;padding:18px;box-shadow:0 4px 20px #0006}._card_1yg5j_160 h3{letter-spacing:-.01em;color:#e8eaf0;margin:0 0 12px;font-size:16px}._card_1yg5j_160 p{color:#e8eaf080;margin:0;font-size:14px}._cardDesc_1yg5j_180{margin:0 0 14px!important}._tokenCard_1yg5j_184{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:18px;box-shadow:0 4px 20px #0006}._tokenRows_1yg5j_192{flex-direction:column;gap:0;display:flex}._tokenRow_1yg5j_192{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:10px 0;display:flex}._tokenRow_1yg5j_192:last-child{border-bottom:none;padding:8px 0 0}._tokenLabel_1yg5j_210{color:#e8eaf080;flex-shrink:0;margin-right:12px;font-size:14px}._tokenValue_1yg5j_217{color:#e8eaf0;text-align:right;font-size:14px;font-weight:700}._tokenValueContract_1yg5j_224{align-items:center;gap:8px;display:flex}._contractCode_1yg5j_230{color:#e8eaf0;word-break:break-all;font-size:14px;font-weight:700}@media (width<=575.998px){._contractCode_1yg5j_230{font-size:10px}}._copyBtn_1yg5j_242{color:#e8eaf080;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;flex-shrink:0;padding:4px 8px;font-size:14px;transition:background .12s,color .12s}._copyBtn_1yg5j_242:hover{color:#e8eaf0;background:#ffffff0f}._contractAddr_1yg5j_258{text-align:right;transition:opacity .12s}._contractAddr_1yg5j_258:hover{opacity:.8}._contractLink_1yg5j_266{border-top:1px solid #ffffff14;margin-top:10px;padding-top:10px}._contractLink_1yg5j_266 a{color:#8a9bb5;font-size:13px;transition:color .12s}._contractLink_1yg5j_266 a:hover{color:#e8eaf0}._tokenomicsGrid_1yg5j_280{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (width<=1200px){._tokenomicsGrid_1yg5j_280{grid-template-columns:1fr}}._donutWrapper_1yg5j_291{width:300px;height:300px;margin:16px auto;position:relative}._donut_1yg5j_291{width:100%;height:100%}._donutCenter_1yg5j_303{color:#e8eaf0;letter-spacing:-.02em;justify-content:center;align-items:center;font-size:26px;font-weight:900;display:flex;position:absolute;inset:0}._legend_1yg5j_315{flex-direction:column;gap:6px;margin-top:12px;display:flex}._legendItem_1yg5j_322{align-items:center;gap:8px;display:flex}._legendDot_1yg5j_328{border-radius:3px;flex-shrink:0;width:10px;height:10px}._legendText_1yg5j_335{color:#e8eaf080;font-size:13px}._emissionChart_1yg5j_340{flex-direction:column;gap:10px;margin-top:10px;display:flex}._emissionRow_1yg5j_347{align-items:center;gap:10px;display:flex}._emissionLabel_1yg5j_353{color:#e8eaf080;flex-shrink:0;width:110px;font-size:13px}@media (width<=575.998px){._emissionLabel_1yg5j_353{width:80px;font-size:12px}}._emissionBarBg_1yg5j_366{background:#ffffff0a;border-radius:10px;flex:1;height:20px;overflow:hidden}._emissionBarFill_1yg5j_374{background:linear-gradient(90deg,#00e676,#2f81f7);border-radius:10px;height:100%;transition:width .6s}._emissionValue_1yg5j_381{color:#e8eaf0;text-align:right;flex-shrink:0;width:50px;font-size:14px;font-weight:700}._emissionNote_1yg5j_390{color:#00e676;font-size:13px;font-weight:700;margin-top:12px!important}._deflationGrid_1yg5j_397{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}@media (width<=575.998px){._deflationGrid_1yg5j_397{grid-template-columns:1fr}}._deflationItem_1yg5j_408{color:#e8eaf080;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:8px;padding:12px;font-size:14px;display:flex;box-shadow:0 10px 18px #00000038}._burnIcon_1yg5j_421{font-size:18px}._wrapper_m56g3_6{max-width:720px;margin:0 auto;padding:12px 18px 32px}@media (width<=767.998px){._wrapper_m56g3_6{padding:8px 14px 28px}}._heroCard_m56g3_17{background:#ffffff08;border:1px solid #f5b4004d;border-radius:24px;flex-direction:column;align-items:center;gap:12px;margin-bottom:24px;padding:24px;display:flex}._statusLine_m56g3_29{font-size:16px;font-weight:500}._assistantLine_m56g3_34{color:#e8eaf0;margin-top:4px;font-size:14px}._toneActive_m56g3_40{color:#44d27a}._toneWarning_m56g3_44{color:#f5b400}._toneNeutral_m56g3_48{color:#e8eaf080}._section_m56g3_52{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;margin-bottom:16px;padding:20px}._sectionTitle_m56g3_60{color:#e8eaf0;margin:0 0 12px;font-size:18px;font-weight:500}._list_m56g3_67{color:#e8eaf0;margin:0;padding-left:20px;line-height:1.6}._list_m56g3_67 li{margin-bottom:6px}._soon_m56g3_77{color:#f5b400;background:#f5b4001f;border:1px solid #f5b4004d;border-radius:4px;margin-left:6px;padding:1px 6px;font-size:11px;display:inline-block}._loaderWrapper_1ga43_1{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}._loader_1ga43_1{transform-origin:50%;width:3.25em;animation:2s linear infinite _rotate4_1ga43_1}._circle_1ga43_15{fill:none;stroke:#ffab40;stroke-width:2px;stroke-dasharray:1 200;stroke-dashoffset:0;stroke-linecap:round;animation:1.5s ease-in-out infinite _dash4_1ga43_1}@keyframes _rotate4_1ga43_1{to{transform:rotate(360deg)}}@keyframes _dash4_1ga43_1{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:90 200;stroke-dashoffset:-3rem}to{stroke-dashoffset:-9rem}}
