.Clap-module__nHfT8G__clap{background:#131316;border-radius:50%;width:36px;height:36px}.Clap-module__nHfT8G__clap:after{content:"";border-radius:50%;width:35px;height:35px;display:block;position:absolute;top:0;left:0}.Clap-module__nHfT8G__clapPositive:hover:after{animation:1s ease-in infinite Clap-module__nHfT8G__shockwave-positive}.Clap-module__nHfT8G__clapNegative:hover:after{animation:1s ease-in infinite Clap-module__nHfT8G__shockwave-negative}.Clap-module__nHfT8G__clapCount{top:-22.5px}@keyframes Clap-module__nHfT8G__shockwave-positive{0%{opacity:1;transform:scale(1);box-shadow:0 0 2px #27ae60}to{opacity:0;transform:scale(1);box-shadow:0 0 50px #1f8b4d,inset 0 0 10px #27ae60}}@keyframes Clap-module__nHfT8G__shockwave-negative{0%{opacity:1;transform:scale(1);box-shadow:0 0 2px #c0392b}to{opacity:0;transform:scale(1);box-shadow:0 0 50px #9a2e22,inset 0 0 10px #c0392b}}
: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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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-color-progress-bgo:.2}.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:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0;padding:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y:0;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;border-radius:var(--toastify-toast-bd-radius);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.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{flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-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;z-index:1;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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;border-bottom-left-radius:var(--toastify-toast-bd-radius);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%;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height: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:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@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:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@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:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}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:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}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:translate3d(0, var(--y), 0) 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:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.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:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 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;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.AppToast-module__tolUPG__toastContainer{z-index:100000;width:min(420px,100vw - 32px);left:auto;right:16px}.AppToast-module__tolUPG__toastShell{color:#f5f5f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#121418f5;border:1px solid #ffffff1a;border-left-width:4px;border-radius:8px;min-height:0;overflow:hidden;box-shadow:0 18px 44px #0000006b,inset 0 1px #ffffff0f}.AppToast-module__tolUPG__toastBody{margin:0;padding:0}.AppToast-module__tolUPG__toastProgress{opacity:.7;height:2px}.AppToast-module__tolUPG__toastContent{grid-template-columns:22px minmax(0,1fr);gap:10px;padding:13px 14px 13px 13px;display:grid}.AppToast-module__tolUPG__icon{border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;display:inline-flex}.AppToast-module__tolUPG__icon svg{width:16px;height:16px}.AppToast-module__tolUPG__text{min-width:0}.AppToast-module__tolUPG__title{color:#f8fafc;font-size:.93rem;font-weight:700;line-height:1.25}.AppToast-module__tolUPG__description{color:#cbd5e1;margin-top:3px;font-size:.85rem;line-height:1.4}.AppToast-module__tolUPG__details{color:#9ca3af;overflow-wrap:anywhere;margin-top:8px;font-size:.78rem;line-height:1.35}.AppToast-module__tolUPG__action{cursor:pointer;color:#f8fafc;text-underline-offset:3px;background:0 0;border:0;align-items:center;gap:5px;margin-top:10px;padding:0;font-size:.82rem;font-weight:700;text-decoration:underline;display:inline-flex}.AppToast-module__tolUPG__action:hover{color:#fff}.AppToast-module__tolUPG__closeButton{cursor:pointer;color:#94a3b8;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;margin:8px 8px 0 0;display:inline-flex}.AppToast-module__tolUPG__closeButton:hover{color:#fff;background:#1f2937}.AppToast-module__tolUPG__closeButton svg{width:15px;height:15px}.AppToast-module__tolUPG__success{border-left-color:#3ccb7f}.AppToast-module__tolUPG__error{border-left-color:#f97066}.AppToast-module__tolUPG__warning{border-left-color:#f6c85f}.AppToast-module__tolUPG__info,.AppToast-module__tolUPG__default{border-left-color:#84adff}.AppToast-module__tolUPG__successIcon{color:#a7f3d0;background:#123524}.AppToast-module__tolUPG__errorIcon{color:#fecaca;background:#3b1717}.AppToast-module__tolUPG__warningIcon{color:#fde68a;background:#3b2d0f}.AppToast-module__tolUPG__infoIcon,.AppToast-module__tolUPG__defaultIcon{color:#bfdbfe;background:#172554}.AppToast-module__tolUPG__newVersionWrapper{pointer-events:none;z-index:1000;position:fixed;bottom:16px;left:16px;right:16px}.AppToast-module__tolUPG__newVersionWrapperApp{bottom:96px}.AppToast-module__tolUPG__newVersionButton{pointer-events:auto;cursor:pointer;color:#f8fafc;text-align:left;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#121418f5;border:1px solid #84adff3d;border-left:4px solid #84adff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:min(372px,100%);margin-left:auto;padding:12px 14px;display:flex;box-shadow:0 18px 44px #0000006b,inset 0 1px #ffffff0f}.AppToast-module__tolUPG__newVersionTitle{font-size:.93rem;font-weight:700;line-height:1.25}.AppToast-module__tolUPG__newVersionDescription{color:#cbd5e1;margin-top:3px;font-size:.85rem;line-height:1.35}.AppToast-module__tolUPG__newVersionImage{flex-shrink:0;width:auto;height:42px}@media (max-width:640px){.AppToast-module__tolUPG__toastContainer{width:auto;left:12px;right:12px}.AppToast-module__tolUPG__newVersionWrapper{left:12px;right:12px}.AppToast-module__tolUPG__newVersionButton{margin-inline:auto}}
.Auth-module__3a0xqq__signModalDialog{max-width:min(32rem,100vw - 2rem);margin:.75rem auto}.Auth-module__3a0xqq__signModalSurface{overflow:hidden;box-shadow:0 24px 64px #00000080;color:#fff!important;background:linear-gradient(#26272bfa 0%,#131316fa 100%)!important;border:1px solid #93939f59!important;border-radius:.9rem!important}.Auth-module__3a0xqq__signModalHeader{background:0 0!important;border-bottom:1px solid #93939f38!important;padding:1.15rem 1.25rem 1.05rem!important}.Auth-module__3a0xqq__signModalTitle{color:#f5f5f5!important;margin:0!important;font-size:clamp(1.1rem,1.8vw,1.45rem)!important;font-weight:600!important;line-height:1.2!important}.Auth-module__3a0xqq__signModalBody{color:#ececee!important;background:0 0!important;padding:1rem 1.25rem!important}.Auth-module__3a0xqq__signModalLead{color:#ececee;margin:0 0 .8rem;font-size:1rem;line-height:1.5}.Auth-module__3a0xqq__signModalList{color:#cecfd4;gap:.45rem;margin:0;padding-left:1.2rem;font-size:.95rem;display:grid}.Auth-module__3a0xqq__signModalList li{line-height:1.5}.Auth-module__3a0xqq__signModalLearnMore{margin:.85rem 0 0;font-size:.9rem;line-height:1.45}.Auth-module__3a0xqq__signModalLearnMore a{color:#9bb2ff;font-weight:600;text-decoration:none}.Auth-module__3a0xqq__signModalLearnMore a:hover,.Auth-module__3a0xqq__signModalLearnMore a:focus-visible{color:#c5d0ff;text-decoration:underline}.Auth-module__3a0xqq__signModalFooter{gap:.6rem;display:flex;background:0 0!important;border-top:1px solid #93939f38!important;justify-content:flex-end!important;padding:.85rem 1.25rem 1rem!important}.Auth-module__3a0xqq__signModalCancelButton,.Auth-module__3a0xqq__signModalConfirmButton{min-width:8rem;height:2.55rem;transition:background-color .2s,border-color .2s,color .2s,transform .2s;border:1px solid #0000!important;border-radius:.7rem!important;padding:0 1rem!important;font-size:.98rem!important;font-weight:600!important;line-height:1!important;text-decoration:none!important}.Auth-module__3a0xqq__signModalCancelButton{color:#f5f5f5!important;background:#1c1c21!important;border-color:#37373e!important}.Auth-module__3a0xqq__signModalCancelButton:hover:not(:disabled),.Auth-module__3a0xqq__signModalCancelButton:focus-visible:not(:disabled){color:#fff!important;background:#26272b!important}.Auth-module__3a0xqq__signModalConfirmButton{color:#fff!important;background:#365ce0!important;border-color:#365ce0!important}.Auth-module__3a0xqq__signModalConfirmButton:hover:not(:disabled),.Auth-module__3a0xqq__signModalConfirmButton:focus-visible:not(:disabled){color:#fff!important;background:#2f56d6!important;border-color:#2f56d6!important}.Auth-module__3a0xqq__signModalCancelButton:disabled,.Auth-module__3a0xqq__signModalConfirmButton:disabled{opacity:.55!important;cursor:not-allowed!important}.Auth-module__3a0xqq__signModalButtonContent{white-space:nowrap;justify-content:center;align-items:center;gap:.55rem;display:inline-flex}@media (max-width:576px){.Auth-module__3a0xqq__signModalDialog{max-width:calc(100vw - 1rem);margin:.5rem auto}.Auth-module__3a0xqq__signModalHeader,.Auth-module__3a0xqq__signModalBody,.Auth-module__3a0xqq__signModalFooter{padding-left:1rem!important;padding-right:1rem!important}.Auth-module__3a0xqq__signModalFooter{justify-content:space-between!important}.Auth-module__3a0xqq__signModalCancelButton,.Auth-module__3a0xqq__signModalConfirmButton{flex:1;min-width:0;font-size:.95rem!important}.Auth-module__3a0xqq__signModalLead{font-size:.95rem}}
.NFTImage-module__UEPuhq__nftAnimation{padding:0;position:relative}.NFTImage-module__UEPuhq__nftAnimation model-viewer{background-color:#000}.NFTImage-module__UEPuhq__nftAnimation iframe,.NFTImage-module__UEPuhq__nftAnimation model-viewer{width:100%}.NFTImage-module__UEPuhq__nftAnimation iframe{border:0}.NFTImage-module__UEPuhq__nftAnimation video{max-width:100%}.NFTImage-module__UEPuhq__nftAnimation svg{width:100%}.NFTImage-module__UEPuhq__heightFull{max-height:90vh!important}.NFTImage-module__UEPuhq__heightFull iframe,.NFTImage-module__UEPuhq__heightFull video,.NFTImage-module__UEPuhq__heightFull model-viewer{max-width:90vw;height:90vh!important}.NFTImage-module__UEPuhq__height650{max-width:100%;max-height:650px!important}.NFTImage-module__UEPuhq__height650 iframe,.NFTImage-module__UEPuhq__height650 video,.NFTImage-module__UEPuhq__height650 model-viewer{height:650px}.NFTImage-module__UEPuhq__height300{max-width:100%;height:300px!important}.NFTImage-module__UEPuhq__height300 iframe,.NFTImage-module__UEPuhq__height300 video,.NFTImage-module__UEPuhq__height300 model-viewer{height:300px}@media only screen and (max-width:1200px){.NFTImage-module__UEPuhq__height300{height:250px}}@media only screen and (max-width:800px){.NFTImage-module__UEPuhq__height300{height:200px}}.NFTImage-module__UEPuhq__imageWrapper{padding:0;position:relative}.NFTImage-module__UEPuhq__balance{white-space:nowrap;background-color:#0000;margin-right:10px;padding:2px 5px;font-family:Montserrat,sans-serif;font-size:16px;position:absolute;bottom:-40px;box-shadow:0 4px 4px #00000040;color:#9a9a9a!important}.NFTImage-module__UEPuhq__balanceBigger{padding:6px 25px;bottom:-45px}.NFTImage-module__UEPuhq__balanceInline{white-space:nowrap;font-family:Montserrat,sans-serif;font-size:16px;color:#9a9a9a!important}.NFTImage-module__UEPuhq__transparentBG{background-color:#0000!important}@media only screen and (max-width:1200px){.NFTImage-module__UEPuhq__balance{font-size:14px!important}}@media only screen and (max-width:1000px){.NFTImage-module__UEPuhq__balance{font-size:12px!important}}
.TheMemes-module__u2iXma__main{min-height:100vh}.TheMemes-module__u2iXma__mainContainer{background-color:#222;min-height:calc(100vh - 100px);padding-bottom:20px}.TheMemes-module__u2iXma__tab{padding:0}.TheMemes-module__u2iXma__hodlersTableLive{margin-bottom:0}.TheMemes-module__u2iXma__hodlersTableLive>:not(caption)>*>*{padding:.1rem}.TheMemes-module__u2iXma__marketplace{margin-right:15px}.TheMemes-module__u2iXma__marketplace:hover{opacity:.75}.TheMemes-module__u2iXma__theArtImage{max-width:100%;max-height:800px}.TheMemes-module__u2iXma__sort{color:#fff;cursor:pointer;margin-right:15px;text-decoration:none}.TheMemes-module__u2iXma__sort:hover{color:#fff!important}.TheMemes-module__u2iXma__sortDirection:hover{color:#d7d7d7}.TheMemes-module__u2iXma__disabled{color:#9a9a9a;text-decoration:none}.TheMemes-module__u2iXma__disabled:hover{color:#fff}.TheMemes-module__u2iXma__artHeader{z-index:1;padding:1rem 0;position:relative}.TheMemes-module__u2iXma__artHeaderContent{justify-content:space-between;align-items:center;width:100%;padding:0 1rem;display:flex;position:relative}.TheMemes-module__u2iXma__artFormatLabel{text-align:center;color:#fff;flex:1}.TheMemes-module__u2iXma__artControls{z-index:1;padding:.5rem 0 0;position:relative}.TheMemes-module__u2iXma__artControlsContent{-moz-column-gap:1rem;align-items:center;column-gap:1rem;min-height:2.5rem;padding:0;display:flex;position:relative}.TheMemes-module__u2iXma__artControlsBalance{flex:0 auto;align-items:center;min-width:0;display:flex}.TheMemes-module__u2iXma__artControlsCenter{background-color:#0000;justify-content:flex-start;align-items:center;gap:.375rem;min-width:0;height:2.25rem;padding:0;display:flex}.TheMemes-module__u2iXma__artControlsCenterWithBalance{margin-left:auto}.TheMemes-module__u2iXma__artControlsCenterGrouped{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#131316e6;border-radius:8px;gap:0;overflow:hidden;box-shadow:inset 0 0 0 1px #37373e99,0 10px 15px -3px #0003,0 4px 6px -4px #0003}.TheMemes-module__u2iXma__artControlsFormatLabel{color:#9a9a9a;text-align:center;letter-spacing:.04em;text-transform:uppercase;background:0 0;border:1px solid #1e1e1e;border-radius:4px;justify-content:center;align-items:center;min-width:3.25rem;height:1.625rem;padding:0 .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.TheMemes-module__u2iXma__artControlsCenterGrouped .TheMemes-module__u2iXma__artControlsFormatLabel{color:#efeff1;border:0;border-radius:0;width:2.25rem;min-width:2.25rem;height:2.25rem;padding:0}.TheMemes-module__u2iXma__artSlideButton{cursor:pointer;color:#efeff1;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;padding:0;transition:background-color .2s,color .2s,opacity .2s;display:flex}.TheMemes-module__u2iXma__artSlideButton:hover:not(:disabled){color:#efeff1;background-color:#37373e}.TheMemes-module__u2iXma__artSlideButton:disabled{cursor:default;opacity:.35}.TheMemes-module__u2iXma__artSlideIcon{width:.95rem;height:.95rem}.TheMemes-module__u2iXma__memePageTab{color:#b3b3b3;cursor:pointer;margin-right:15px}.TheMemes-module__u2iXma__memePageTab:hover,.TheMemes-module__u2iXma__memePageTabActive{color:#fff}@media only screen and (max-width:450px){.TheMemes-module__u2iXma__arweaveLink{font-size:8px}}.TheMemes-module__u2iXma__memesCarousel{z-index:2;height:clamp(360px,58vw,650px);position:relative;overflow:hidden}.TheMemes-module__u2iXma__memesCarousel [data-carousel-slide]>*{height:100%;max-height:100%!important}.TheMemes-module__u2iXma__memesCarousel [data-carousel-slide] iframe,.TheMemes-module__u2iXma__memesCarousel [data-carousel-slide] video,.TheMemes-module__u2iXma__memesCarousel [data-carousel-slide] model-viewer{height:100%!important;max-height:100%!important}.TheMemes-module__u2iXma__memesCarousel [data-carousel-slide] img{max-height:100%!important}.TheMemes-module__u2iXma__rankSubheading{color:#fff!important}.TheMemes-module__u2iXma__hodlersTable td{width:50%}.TheMemes-module__u2iXma__overviewColumn{font-size:larger;font-weight:700}.TheMemes-module__u2iXma__overviewColumnNote{font-size:smaller;font-weight:lighter}.TheMemes-module__u2iXma__activityFilterDropdown{text-align:center;background-color:#0000;border:none;width:100%;line-height:48px}.TheMemes-module__u2iXma__activityFilterDropdown a{line-height:30px}.TheMemes-module__u2iXma__activityFilterDropdown button{cursor:copy;padding:0;background-color:#0000!important;border-color:#0000!important;font-size:larger!important;font-weight:bolder!important}.TheMemes-module__u2iXma__activityFilterDropdown button:after{margin-top:.8rem}.TheMemes-module__u2iXma__activityFilterDropdown div{width:80%}@media only screen and (max-width:800px){.TheMemes-module__u2iXma__activityFilterDropdown button:after{margin-top:.5rem}}.TheMemes-module__u2iXma__tabFocus{float:left;white-space:nowrap;cursor:pointer;color:#9a9a9a;margin-right:20px;text-decoration:none}.TheMemes-module__u2iXma__tabFocus:hover{color:#fff}.TheMemes-module__u2iXma__tabFocusActive{color:#fff!important}.TheMemes-module__u2iXma__nftImagePadding{padding-bottom:35px}.TheMemes-module__u2iXma__volumeDropdown{text-align:center;background-color:#0000;border:none;display:inline-block}.TheMemes-module__u2iXma__volumeDropdown a{line-height:30px}.TheMemes-module__u2iXma__volumeDropdown button{font-size:inherit;padding:0;color:#9a9a9a!important;background-color:#0000!important;border-color:#0000!important}.TheMemes-module__u2iXma__volumeDropdown button:after{margin-top:.8rem}.TheMemes-module__u2iXma__volumeDropdown div{width:60%}@media only screen and (max-width:800px){.TheMemes-module__u2iXma__volumeDropdown button:after{margin-top:.5rem}}.TheMemes-module__u2iXma__volumeDropdownEnabled button{color:#fff!important}.TheMemes-module__u2iXma__leaderboardNavigationLeft{text-align:left}.TheMemes-module__u2iXma__leaderboardNavigationRight{text-align:right}@media only screen and (max-width:767px){.TheMemes-module__u2iXma__leaderboardNavigationLeft,.TheMemes-module__u2iXma__leaderboardNavigationRight{text-align:center;padding-top:10px;padding-bottom:10px}}.TheMemes-module__u2iXma__nftImageWrapper{flex-direction:column;min-width:0;display:flex}.TheMemes-module__u2iXma__seasonDropdown{text-align:center;background-color:#0000;border:none;padding-right:25px;line-height:48px}.TheMemes-module__u2iXma__seasonDropdown a{line-height:30px}.TheMemes-module__u2iXma__seasonDropdown button{cursor:copy;padding:0;background-color:#0000!important;border-color:#0000!important;font-size:larger!important;font-weight:bolder!important}.TheMemes-module__u2iXma__seasonDropdown button:after{margin-top:.8rem}.TheMemes-module__u2iXma__seasonDropdown div{width:60%}@media only screen and (max-width:800px){.TheMemes-module__u2iXma__seasonDropdown button:after{margin-top:.5rem}}.TheMemes-module__u2iXma__viewAllLink{margin-left:15px;font-family:Montserrat,sans-serif;font-weight:lighter;font-size:15px!important}@media only screen and (max-width:800px){.TheMemes-module__u2iXma__viewAllLink{font-size:12px!important}}.TheMemes-module__u2iXma__buttonIcon{cursor:pointer;width:30px}.TheMemes-module__u2iXma__buttonIcon:hover{opacity:.75}@media only screen and (max-width:1200px){.TheMemes-module__u2iXma__buttonIcon{width:26px}}@media only screen and (max-width:800px){.TheMemes-module__u2iXma__buttonIcon{width:22px}}.TheMemes-module__u2iXma__rememesSortDropdown{text-align:center;background-color:#0000;border:none;padding-right:25px;line-height:48px}.TheMemes-module__u2iXma__rememesSortDropdown a,.TheMemes-module__u2iXma__rememesSortDropdown>button{line-height:30px}.TheMemes-module__u2iXma__rememesSortDropdown>button{cursor:copy;padding:0;background-color:#0000!important;border-color:#0000!important;font-size:larger!important;font-weight:bolder!important}.TheMemes-module__u2iXma__rememesSortDropdown>button:after{margin-top:.8rem}.TheMemes-module__u2iXma__rememesSortDropdown div{max-height:65vh;overflow-y:auto}@media only screen and (max-width:800px){.TheMemes-module__u2iXma__rememesSortDropdown button:after{margin-top:.5rem}}
@keyframes WaveDropReactions-module__7kwi-q__reaction-slide-up{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}@keyframes WaveDropReactions-module__7kwi-q__reaction-slide-down{0%{opacity:0;transform:translateY(-50%)}to{opacity:1;transform:translateY(0)}}.WaveDropReactions-module__7kwi-q__reaction{display:inline-block}.WaveDropReactions-module__7kwi-q__reactionSlideUp{animation:.1s ease-out WaveDropReactions-module__7kwi-q__reaction-slide-up}.WaveDropReactions-module__7kwi-q__reactionSlideDown{animation:.1s ease-out WaveDropReactions-module__7kwi-q__reaction-slide-down}
.CommunityDownloads-module__fGRuRG__downloadsScrollContainer{-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto}.CommunityDownloads-module__fGRuRG__downloadsScrollContainer::-webkit-scrollbar{display:none}.CommunityDownloads-module__fGRuRG__downloadsTable tr td{vertical-align:middle;white-space:nowrap;align-items:center}.CommunityDownloads-module__fGRuRG__downloadsTable td{line-height:40px}.CommunityDownloads-module__fGRuRG__downloadsTable tbody tr:nth-child(odd){background-color:#1e1e1e}.CommunityDownloads-module__fGRuRG__downloadsTable>:not(caption)>*>*{padding:.5rem 1rem!important}.CommunityDownloads-module__fGRuRG__downloadLink{cursor:pointer;border:1px solid #fff;justify-content:center;align-items:center;width:100%;padding-top:50px;padding-bottom:50px;display:inline-flex}.CommunityDownloads-module__fGRuRG__downloadLink:hover{background-color:#1e1e1e;border:1px solid #d7d7d7}
.GasRoyalties-module__imIZ2a__scrollContainer{-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto}.GasRoyalties-module__imIZ2a__scrollContainer::-webkit-scrollbar{display:none}.GasRoyalties-module__imIZ2a__gasTable,.GasRoyalties-module__imIZ2a__royaltiesTable{width:100%}.GasRoyalties-module__imIZ2a__gasTable tr td,.GasRoyalties-module__imIZ2a__royaltiesTable tr td{vertical-align:middle;white-space:nowrap;align-items:center}.GasRoyalties-module__imIZ2a__gasTable tr td span,.GasRoyalties-module__imIZ2a__royaltiesTable tr td span{float:left;margin-top:4px;margin-bottom:4px}.GasRoyalties-module__imIZ2a__gasTable tr td span a,.GasRoyalties-module__imIZ2a__royaltiesTable tr td span a{line-height:40px}.GasRoyalties-module__imIZ2a__gasTable th,.GasRoyalties-module__imIZ2a__royaltiesTable th{white-space:nowrap;line-height:28px}.GasRoyalties-module__imIZ2a__gasTable th span,.GasRoyalties-module__imIZ2a__royaltiesTable th span{white-space:nowrap}.GasRoyalties-module__imIZ2a__gasTable td,.GasRoyalties-module__imIZ2a__royaltiesTable td{line-height:40px}.GasRoyalties-module__imIZ2a__gasTable thead tr,.GasRoyalties-module__imIZ2a__royaltiesTable thead tr{background-color:#0000!important}.GasRoyalties-module__imIZ2a__gasTable tr:nth-child(odd),.GasRoyalties-module__imIZ2a__royaltiesTable tr:nth-child(odd){background-color:#1e1e1e}.GasRoyalties-module__imIZ2a__gasTable>:not(caption)>*>*,.GasRoyalties-module__imIZ2a__royaltiesTable>:not(caption)>*>*{padding:.5rem}.GasRoyalties-module__imIZ2a__filterDropdown{text-align:center;background-color:#0000;border:none;padding-right:15px;display:inline-block;position:relative}.GasRoyalties-module__imIZ2a__filterDropdown a,.GasRoyalties-module__imIZ2a__filterDropdown .GasRoyalties-module__imIZ2a__filterDropdownItem{line-height:30px}.GasRoyalties-module__imIZ2a__filterDropdown button{cursor:pointer;color:#fff;border:0;padding:0;background-color:#0000!important;border-color:#0000!important;font-size:larger!important;font-weight:bolder!important}.GasRoyalties-module__imIZ2a__filterDropdown button:after{vertical-align:.255em;content:"";border-top:.3em solid;border-left:.3em solid #0000;border-right:.3em solid #0000;margin-top:.8rem;margin-left:.255em;display:inline-block}@media only screen and (max-width:800px){.GasRoyalties-module__imIZ2a__filterDropdown button:after{margin-top:.5rem}}.GasRoyalties-module__imIZ2a__filterDropdownMenu{z-index:1000;text-align:left;background-color:#222;border:1px solid #333;border-radius:.375rem;flex-direction:column;min-width:max-content;padding:.5rem 0;display:flex;position:absolute;top:100%;left:0;box-shadow:0 .5rem 1rem #00000059}.GasRoyalties-module__imIZ2a__filterDropdownItem{color:#fff;text-align:left;white-space:nowrap;padding:.25rem 1rem!important;font-size:16px!important;font-weight:400!important}.GasRoyalties-module__imIZ2a__filterDropdownItem:after{display:none!important}.GasRoyalties-module__imIZ2a__filterDropdownItem:hover,.GasRoyalties-module__imIZ2a__filterDropdownItem:focus{color:#fff;background-color:#333!important}.GasRoyalties-module__imIZ2a__filterDropdownDivider{border-top:1px solid #333;margin:.5rem 0;display:block}.GasRoyalties-module__imIZ2a__filterDropdownHeader{color:#9a9a9a;white-space:nowrap;padding:.25rem 1rem;font-size:14px;display:block}.GasRoyalties-module__imIZ2a__collectionFocus{background-color:#0000;border:0;padding:0}.GasRoyalties-module__imIZ2a__collectionFocus:hover{color:#fff;cursor:pointer}.GasRoyalties-module__imIZ2a__collectionFocusActive{transform:scale(1.02);color:#fff!important}.GasRoyalties-module__imIZ2a__infoIcon{cursor:pointer;color:#9a9a9a;height:18px}.GasRoyalties-module__imIZ2a__infoIcon:hover{color:#fff}
.LFGSlideshow-module__2aMZ7a__slideshowContainer{z-index:999;background-color:#000000f2;justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex;position:fixed;inset:0;overflow:hidden}.LFGSlideshow-module__2aMZ7a__slideButtons{top:calc(20px + env(safe-area-inset-top));align-items:center;gap:15px;display:flex;position:absolute;right:20px}.LFGSlideshow-module__2aMZ7a__slideButton{z-index:1100;cursor:pointer;color:#fff;width:28px;height:28px}.LFGSlideshow-module__2aMZ7a__slideButton:hover{color:#d7d7d7}.LFGSlideshow-module__2aMZ7a__slide{justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex;position:relative}.LFGSlideshow-module__2aMZ7a__slide img,.LFGSlideshow-module__2aMZ7a__slide video{-o-object-fit:contain;object-fit:contain;border-radius:2px;width:auto;max-width:85vw;height:auto;max-height:85vh;display:block}
.Rememes-module__GQCI6q__marketplace{margin-left:5px}.Rememes-module__GQCI6q__marketplace:hover{opacity:.75}.Rememes-module__GQCI6q__marketplaceRememe{margin-right:15px}.Rememes-module__GQCI6q__marketplaceRememe:hover{opacity:.75}.Rememes-module__GQCI6q__memeRefDropdown{text-align:center;background-color:#0000;border:none;padding-right:25px;line-height:48px}.Rememes-module__GQCI6q__memeRefDropdown a{line-height:30px}.Rememes-module__GQCI6q__memeRefDropdown button{cursor:copy;padding:0;background-color:#0000!important;border-color:#0000!important;font-size:larger!important;font-weight:bolder!important}.Rememes-module__GQCI6q__memeRefDropdown button:after{margin-top:.8rem}.Rememes-module__GQCI6q__memeRefDropdown div{max-height:65vh;overflow-y:auto}@media only screen and (max-width:800px){.Rememes-module__GQCI6q__memeRefDropdown button:after{margin-top:.5rem}}.Rememes-module__GQCI6q__buttonIcon{cursor:pointer;width:30px}.Rememes-module__GQCI6q__buttonIcon:hover{opacity:.75}@media only screen and (max-width:1200px){.Rememes-module__GQCI6q__buttonIcon{width:26px}}@media only screen and (max-width:800px){.Rememes-module__GQCI6q__buttonIcon{width:22px}}.Rememes-module__GQCI6q__globeIcon{width:30px;margin-right:8px}@media only screen and (max-width:800px){.Rememes-module__GQCI6q__globeIcon{width:20px}}.Rememes-module__GQCI6q__linkIcon{height:16px;margin-left:8px}.Rememes-module__GQCI6q__userLink{text-decoration:none}.Rememes-module__GQCI6q__userLink img{margin-right:8px}.Rememes-module__GQCI6q__userLink:hover img{opacity:.75}.Rememes-module__GQCI6q__tabFocus{float:left;white-space:nowrap;cursor:pointer;color:#9a9a9a;margin-right:20px}.Rememes-module__GQCI6q__tabFocus:hover,.Rememes-module__GQCI6q__tabActive{color:#fff}.Rememes-module__GQCI6q__metadataTable>:not(caption)>*>*{padding:.5rem}.Rememes-module__GQCI6q__metadataTableNoBreak{white-space:nowrap}.Rememes-module__GQCI6q__metadataTableBreak{word-break:break-all}.Rememes-module__GQCI6q__addRememeContainer{border:1px solid #fff;padding:30px}.Rememes-module__GQCI6q__formInput{border:1px solid #9a9a9a;width:100%;padding:.375rem .75rem;line-height:1.5;display:block;color:#333!important;border-radius:0!important}.Rememes-module__GQCI6q__formInput:focus{border-color:#267c93!important}.Rememes-module__GQCI6q__addMemeReferencesDropdown{background-color:#0000;border:none;line-height:48px}.Rememes-module__GQCI6q__addMemeReferencesDropdown a,.Rememes-module__GQCI6q__addMemeReferencesDropdown>button{line-height:30px}.Rememes-module__GQCI6q__addMemeReferencesDropdown svg{color:#d7d7d7;width:30px;height:30px}.Rememes-module__GQCI6q__addMemeReferencesDropdown svg:hover{color:#fff}.Rememes-module__GQCI6q__addMemeReferencesDropdown>button{background-color:#0000!important;border:none!important;padding:0!important}.Rememes-module__GQCI6q__addMemeReferencesDropdown>button:after{border:none!important}.Rememes-module__GQCI6q__addMemeReferencesDropdown div{max-height:50vh;overflow-y:auto}.Rememes-module__GQCI6q__addMemeReferenceWrapper{white-space:nowrap;float:none;line-height:250%}.Rememes-module__GQCI6q__addMemeReferenceDisplay{color:#000;background-color:#d7d7d7;border-top-right-radius:5px;border-bottom-right-radius:5px;margin-right:10px;padding:5px 10px}.Rememes-module__GQCI6q__addMemeReferenceDisplayBtn{color:#000;cursor:pointer;background-color:#d7d7d7;border:none;border-right:1px solid #000;border-radius:5px 0 0 5px;width:30px;padding:5px 10px;border-color:#000!important;outline:0!important}.Rememes-module__GQCI6q__addMemeReferenceDisplayBtn:hover{background-color:#fff;color:#000!important}.Rememes-module__GQCI6q__addMemeReferenceDisplayBtnDisabled{color:#333;background-color:#ccc;pointer-events:none!important}.Rememes-module__GQCI6q__verifiedIcon{color:#00ba00;width:30px;height:30px}.Rememes-module__GQCI6q__unverifiedIcon{color:#fb3535;width:30px;height:30px}.Rememes-module__GQCI6q__replica{cursor:pointer;border:1px solid #fff;justify-content:center;align-items:center;padding:10px;display:inline-flex}.Rememes-module__GQCI6q__replica a{text-decoration:none}.Rememes-module__GQCI6q__replica:hover{background-color:#1e1e1e;border:1px solid #d7d7d7}.Rememes-module__GQCI6q__addRememeTokenList{max-height:40vh;position:relative;overflow-y:scroll}.Rememes-module__GQCI6q__addRememeTokenList li{word-wrap:break-word}.Rememes-module__GQCI6q__connectWalletButton{margin-left:20px;padding:6px 20px;color:#000!important;background-color:#fff!important;border:none!important;font-size:larger!important;font-weight:bolder!important}.Rememes-module__GQCI6q__validateButton{align-items:center;gap:8px;line-height:1.5;display:inline-flex!important}.Rememes-module__GQCI6q__loaderSlot{justify-content:center;align-items:center;width:12px;height:12px;line-height:0;display:inline-flex}.Rememes-module__GQCI6q__loader{vertical-align:middle;flex:none;border-width:1.5px!important;width:12px!important;height:12px!important}.Rememes-module__GQCI6q__addRememeChecklist{margin:0!important;padding:0!important}.Rememes-module__GQCI6q__addRememeChecklist li{list-style-type:none}.Rememes-module__GQCI6q__rememesFiltersRow{justify-content:flex-end}@media only screen and (max-width:1200px){.Rememes-module__GQCI6q__rememesFiltersRow{justify-content:center}}
.UserPageSubscriptions-module__niSbxq__radioInput{cursor:pointer;appearance:none;background-color:#0000;border:1px solid #37373e;border-radius:50%;width:16px;height:16px;margin:0;transition:border-color .3s,background-color .3s;position:relative}.UserPageSubscriptions-module__niSbxq__radioInput:checked{background-color:#528bff1a;border-color:#528bff}.UserPageSubscriptions-module__niSbxq__radioInput:checked:after{content:"";background-color:#528bff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.UserPageSubscriptions-module__niSbxq__radioInput:not(:checked):hover{border-color:#848490}.UserPageSubscriptions-module__niSbxq__radioInput:focus-visible{outline-offset:2px;outline:2px solid #528bff}
.DelegationHTML-module__YtR8Da__htmlContainer h1,.DelegationHTML-module__YtR8Da__htmlContainer h2,.DelegationHTML-module__YtR8Da__htmlContainer h3,.DelegationHTML-module__YtR8Da__htmlContainer h4,.DelegationHTML-module__YtR8Da__htmlContainer h5{float:none;color:#fff;font-family:Montserrat,sans-serif!important}.DelegationHTML-module__YtR8Da__htmlContainer img{max-width:80%;margin-left:5%;padding-top:50px;padding-bottom:50px}.DelegationHTML-module__YtR8Da__htmlContainer a{text-decoration:none}.DelegationHTML-module__YtR8Da__articlePager{border-top:1px solid #444;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;padding-top:1rem;display:grid}.DelegationHTML-module__YtR8Da__articlePager a{color:#9a9a9a;text-decoration:none}.DelegationHTML-module__YtR8Da__articlePager a:last-child{text-align:right}.DelegationHTML-module__YtR8Da__articlePager a:hover{color:#fff;text-decoration:underline}@media only screen and (max-width:767px){.DelegationHTML-module__YtR8Da__articlePager{grid-template-columns:1fr}.DelegationHTML-module__YtR8Da__articlePager a:last-child{text-align:left}}.DelegationHTML-module__YtR8Da__pageNotFound{flex-direction:column;justify-content:flex-start;align-items:center;padding-top:30px;display:flex}.DelegationHTML-module__YtR8Da__pageNotFound img{fill:#fff;width:100px}