@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";: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: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( 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) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;-webkit-transform:translateX(-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-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.7s;animation-duration:.7s}.Toastify--animate-icon{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;-webkit-transform-origin:left;transform-origin:left}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.d-none{display:none!important}.d-block{display:block}@media (min-width: 376px){.d-xs-none{display:none}.d-xs-block{display:block}}@media (min-width: 576px){.d-sm-none{display:none}.d-sm-block{display:block}}@media (min-width: 768px){.d-md-none{display:none}.d-md-block{display:block}}.m-0{margin:0rem!important}.mt-0,.my-0{margin-top:0rem!important}.mr-0,.mx-0{margin-right:0rem!important}.mb-0,.my-0{margin-bottom:0rem!important}.ml-0,.mx-0{margin-left:0rem!important}.m-4{margin:.25rem!important}.mt-4,.my-4{margin-top:.25rem!important}.mr-4,.mx-4{margin-right:.25rem!important}.mb-4,.my-4{margin-bottom:.25rem!important}.ml-4,.mx-4{margin-left:.25rem!important}.m-8{margin:.5rem!important}.mt-8,.my-8{margin-top:.5rem!important}.mr-8,.mx-8{margin-right:.5rem!important}.mb-8,.my-8{margin-bottom:.5rem!important}.ml-8,.mx-8{margin-left:.5rem!important}.m-12{margin:.75rem!important}.mt-12,.my-12{margin-top:.75rem!important}.mr-12,.mx-12{margin-right:.75rem!important}.mb-12,.my-12{margin-bottom:.75rem!important}.ml-12,.mx-12{margin-left:.75rem!important}.m-16{margin:1rem!important}.mt-16,.my-16{margin-top:1rem!important}.mr-16,.mx-16{margin-right:1rem!important}.mb-16,.my-16{margin-bottom:1rem!important}.ml-16,.mx-16{margin-left:1rem!important}.m-20{margin:1.25rem!important}.mt-20,.my-20{margin-top:1.25rem!important}.mr-20,.mx-20{margin-right:1.25rem!important}.mb-20,.my-20{margin-bottom:1.25rem!important}.ml-20,.mx-20{margin-left:1.25rem!important}.m-24{margin:1.5rem!important}.mt-24,.my-24{margin-top:1.5rem!important}.mr-24,.mx-24{margin-right:1.5rem!important}.mb-24,.my-24{margin-bottom:1.5rem!important}.ml-24,.mx-24{margin-left:1.5rem!important}.m-28{margin:1.75rem!important}.mt-28,.my-28{margin-top:1.75rem!important}.mr-28,.mx-28{margin-right:1.75rem!important}.mb-28,.my-28{margin-bottom:1.75rem!important}.ml-28,.mx-28{margin-left:1.75rem!important}.m-32{margin:2rem!important}.mt-32,.my-32{margin-top:2rem!important}.mr-32,.mx-32{margin-right:2rem!important}.mb-32,.my-32{margin-bottom:2rem!important}.ml-32,.mx-32{margin-left:2rem!important}.m-36{margin:2.25rem!important}.mt-36,.my-36{margin-top:2.25rem!important}.mr-36,.mx-36{margin-right:2.25rem!important}.mb-36,.my-36{margin-bottom:2.25rem!important}.ml-36,.mx-36{margin-left:2.25rem!important}.m-40{margin:2.5rem!important}.mt-40,.my-40{margin-top:2.5rem!important}.mr-40,.mx-40{margin-right:2.5rem!important}.mb-40,.my-40{margin-bottom:2.5rem!important}.ml-40,.mx-40{margin-left:2.5rem!important}.m-44{margin:2.75rem!important}.mt-44,.my-44{margin-top:2.75rem!important}.mr-44,.mx-44{margin-right:2.75rem!important}.mb-44,.my-44{margin-bottom:2.75rem!important}.ml-44,.mx-44{margin-left:2.75rem!important}.m-48{margin:3rem!important}.mt-48,.my-48{margin-top:3rem!important}.mr-48,.mx-48{margin-right:3rem!important}.mb-48,.my-48{margin-bottom:3rem!important}.ml-48,.mx-48{margin-left:3rem!important}.m-52{margin:3.25rem!important}.mt-52,.my-52{margin-top:3.25rem!important}.mr-52,.mx-52{margin-right:3.25rem!important}.mb-52,.my-52{margin-bottom:3.25rem!important}.ml-52,.mx-52{margin-left:3.25rem!important}.m-56{margin:3.5rem!important}.mt-56,.my-56{margin-top:3.5rem!important}.mr-56,.mx-56{margin-right:3.5rem!important}.mb-56,.my-56{margin-bottom:3.5rem!important}.ml-56,.mx-56{margin-left:3.5rem!important}.m-60{margin:3.75rem!important}.mt-60,.my-60{margin-top:3.75rem!important}.mr-60,.mx-60{margin-right:3.75rem!important}.mb-60,.my-60{margin-bottom:3.75rem!important}.ml-60,.mx-60{margin-left:3.75rem!important}.m-64{margin:4rem!important}.mt-64,.my-64{margin-top:4rem!important}.mr-64,.mx-64{margin-right:4rem!important}.mb-64,.my-64{margin-bottom:4rem!important}.ml-64,.mx-64{margin-left:4rem!important}.m-68{margin:4.25rem!important}.mt-68,.my-68{margin-top:4.25rem!important}.mr-68,.mx-68{margin-right:4.25rem!important}.mb-68,.my-68{margin-bottom:4.25rem!important}.ml-68,.mx-68{margin-left:4.25rem!important}.m-72{margin:4.5rem!important}.mt-72,.my-72{margin-top:4.5rem!important}.mr-72,.mx-72{margin-right:4.5rem!important}.mb-72,.my-72{margin-bottom:4.5rem!important}.ml-72,.mx-72{margin-left:4.5rem!important}.m-76{margin:4.75rem!important}.mt-76,.my-76{margin-top:4.75rem!important}.mr-76,.mx-76{margin-right:4.75rem!important}.mb-76,.my-76{margin-bottom:4.75rem!important}.ml-76,.mx-76{margin-left:4.75rem!important}.m-80{margin:5rem!important}.mt-80,.my-80{margin-top:5rem!important}.mr-80,.mx-80{margin-right:5rem!important}.mb-80,.my-80{margin-bottom:5rem!important}.ml-80,.mx-80{margin-left:5rem!important}.m-84{margin:5.25rem!important}.mt-84,.my-84{margin-top:5.25rem!important}.mr-84,.mx-84{margin-right:5.25rem!important}.mb-84,.my-84{margin-bottom:5.25rem!important}.ml-84,.mx-84{margin-left:5.25rem!important}.m-88{margin:5.5rem!important}.mt-88,.my-88{margin-top:5.5rem!important}.mr-88,.mx-88{margin-right:5.5rem!important}.mb-88,.my-88{margin-bottom:5.5rem!important}.ml-88,.mx-88{margin-left:5.5rem!important}.m-92{margin:5.75rem!important}.mt-92,.my-92{margin-top:5.75rem!important}.mr-92,.mx-92{margin-right:5.75rem!important}.mb-92,.my-92{margin-bottom:5.75rem!important}.ml-92,.mx-92{margin-left:5.75rem!important}.m-96{margin:6rem!important}.mt-96,.my-96{margin-top:6rem!important}.mr-96,.mx-96{margin-right:6rem!important}.mb-96,.my-96{margin-bottom:6rem!important}.ml-96,.mx-96{margin-left:6rem!important}.m-100{margin:6.25rem!important}.mt-100,.my-100{margin-top:6.25rem!important}.mr-100,.mx-100{margin-right:6.25rem!important}.mb-100,.my-100{margin-bottom:6.25rem!important}.ml-100,.mx-100{margin-left:6.25rem!important}.m-104{margin:6.5rem!important}.mt-104,.my-104{margin-top:6.5rem!important}.mr-104,.mx-104{margin-right:6.5rem!important}.mb-104,.my-104{margin-bottom:6.5rem!important}.ml-104,.mx-104{margin-left:6.5rem!important}.m-108{margin:6.75rem!important}.mt-108,.my-108{margin-top:6.75rem!important}.mr-108,.mx-108{margin-right:6.75rem!important}.mb-108,.my-108{margin-bottom:6.75rem!important}.ml-108,.mx-108{margin-left:6.75rem!important}.m-112{margin:7rem!important}.mt-112,.my-112{margin-top:7rem!important}.mr-112,.mx-112{margin-right:7rem!important}.mb-112,.my-112{margin-bottom:7rem!important}.ml-112,.mx-112{margin-left:7rem!important}.m-116{margin:7.25rem!important}.mt-116,.my-116{margin-top:7.25rem!important}.mr-116,.mx-116{margin-right:7.25rem!important}.mb-116,.my-116{margin-bottom:7.25rem!important}.ml-116,.mx-116{margin-left:7.25rem!important}.m-120{margin:7.5rem!important}.mt-120,.my-120{margin-top:7.5rem!important}.mr-120,.mx-120{margin-right:7.5rem!important}.mb-120,.my-120{margin-bottom:7.5rem!important}.ml-120,.mx-120{margin-left:7.5rem!important}.m-124{margin:7.75rem!important}.mt-124,.my-124{margin-top:7.75rem!important}.mr-124,.mx-124{margin-right:7.75rem!important}.mb-124,.my-124{margin-bottom:7.75rem!important}.ml-124,.mx-124{margin-left:7.75rem!important}.m-128{margin:8rem!important}.mt-128,.my-128{margin-top:8rem!important}.mr-128,.mx-128{margin-right:8rem!important}.mb-128,.my-128{margin-bottom:8rem!important}.ml-128,.mx-128{margin-left:8rem!important}.m-132{margin:8.25rem!important}.mt-132,.my-132{margin-top:8.25rem!important}.mr-132,.mx-132{margin-right:8.25rem!important}.mb-132,.my-132{margin-bottom:8.25rem!important}.ml-132,.mx-132{margin-left:8.25rem!important}.m-136{margin:8.5rem!important}.mt-136,.my-136{margin-top:8.5rem!important}.mr-136,.mx-136{margin-right:8.5rem!important}.mb-136,.my-136{margin-bottom:8.5rem!important}.ml-136,.mx-136{margin-left:8.5rem!important}.m-140{margin:8.75rem!important}.mt-140,.my-140{margin-top:8.75rem!important}.mr-140,.mx-140{margin-right:8.75rem!important}.mb-140,.my-140{margin-bottom:8.75rem!important}.ml-140,.mx-140{margin-left:8.75rem!important}.m-144{margin:9rem!important}.mt-144,.my-144{margin-top:9rem!important}.mr-144,.mx-144{margin-right:9rem!important}.mb-144,.my-144{margin-bottom:9rem!important}.ml-144,.mx-144{margin-left:9rem!important}.m-148{margin:9.25rem!important}.mt-148,.my-148{margin-top:9.25rem!important}.mr-148,.mx-148{margin-right:9.25rem!important}.mb-148,.my-148{margin-bottom:9.25rem!important}.ml-148,.mx-148{margin-left:9.25rem!important}.m-152{margin:9.5rem!important}.mt-152,.my-152{margin-top:9.5rem!important}.mr-152,.mx-152{margin-right:9.5rem!important}.mb-152,.my-152{margin-bottom:9.5rem!important}.ml-152,.mx-152{margin-left:9.5rem!important}.m-156{margin:9.75rem!important}.mt-156,.my-156{margin-top:9.75rem!important}.mr-156,.mx-156{margin-right:9.75rem!important}.mb-156,.my-156{margin-bottom:9.75rem!important}.ml-156,.mx-156{margin-left:9.75rem!important}.m-160{margin:10rem!important}.mt-160,.my-160{margin-top:10rem!important}.mr-160,.mx-160{margin-right:10rem!important}.mb-160,.my-160{margin-bottom:10rem!important}.ml-160,.mx-160{margin-left:10rem!important}.m-164{margin:10.25rem!important}.mt-164,.my-164{margin-top:10.25rem!important}.mr-164,.mx-164{margin-right:10.25rem!important}.mb-164,.my-164{margin-bottom:10.25rem!important}.ml-164,.mx-164{margin-left:10.25rem!important}.m-168{margin:10.5rem!important}.mt-168,.my-168{margin-top:10.5rem!important}.mr-168,.mx-168{margin-right:10.5rem!important}.mb-168,.my-168{margin-bottom:10.5rem!important}.ml-168,.mx-168{margin-left:10.5rem!important}.m-172{margin:10.75rem!important}.mt-172,.my-172{margin-top:10.75rem!important}.mr-172,.mx-172{margin-right:10.75rem!important}.mb-172,.my-172{margin-bottom:10.75rem!important}.ml-172,.mx-172{margin-left:10.75rem!important}.m-176{margin:11rem!important}.mt-176,.my-176{margin-top:11rem!important}.mr-176,.mx-176{margin-right:11rem!important}.mb-176,.my-176{margin-bottom:11rem!important}.ml-176,.mx-176{margin-left:11rem!important}.m-180{margin:11.25rem!important}.mt-180,.my-180{margin-top:11.25rem!important}.mr-180,.mx-180{margin-right:11.25rem!important}.mb-180,.my-180{margin-bottom:11.25rem!important}.ml-180,.mx-180{margin-left:11.25rem!important}.m-184{margin:11.5rem!important}.mt-184,.my-184{margin-top:11.5rem!important}.mr-184,.mx-184{margin-right:11.5rem!important}.mb-184,.my-184{margin-bottom:11.5rem!important}.ml-184,.mx-184{margin-left:11.5rem!important}.m-188{margin:11.75rem!important}.mt-188,.my-188{margin-top:11.75rem!important}.mr-188,.mx-188{margin-right:11.75rem!important}.mb-188,.my-188{margin-bottom:11.75rem!important}.ml-188,.mx-188{margin-left:11.75rem!important}.m-192{margin:12rem!important}.mt-192,.my-192{margin-top:12rem!important}.mr-192,.mx-192{margin-right:12rem!important}.mb-192,.my-192{margin-bottom:12rem!important}.ml-192,.mx-192{margin-left:12rem!important}.m-196{margin:12.25rem!important}.mt-196,.my-196{margin-top:12.25rem!important}.mr-196,.mx-196{margin-right:12.25rem!important}.mb-196,.my-196{margin-bottom:12.25rem!important}.ml-196,.mx-196{margin-left:12.25rem!important}.m-200{margin:12.5rem!important}.mt-200,.my-200{margin-top:12.5rem!important}.mr-200,.mx-200{margin-right:12.5rem!important}.mb-200,.my-200{margin-bottom:12.5rem!important}.ml-200,.mx-200{margin-left:12.5rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}.m-1{margin:.0625rem!important}.mt-1,.my-1{margin-top:.0625rem!important}.mr-1,.mx-1{margin-right:.0625rem!important}.mb-1,.my-1{margin-bottom:.0625rem!important}.ml-1,.mx-1{margin-left:.0625rem!important}.m-2{margin:.125rem!important}.mt-2,.my-2{margin-top:.125rem!important}.mr-2,.mx-2{margin-right:.125rem!important}.mb-2,.my-2{margin-bottom:.125rem!important}.ml-2,.mx-2{margin-left:.125rem!important}.m-10{margin:.625rem!important}.mt-10,.my-10{margin-top:.625rem!important}.mr-10,.mx-10{margin-right:.625rem!important}.mb-10,.my-10{margin-bottom:.625rem!important}.ml-10,.mx-10{margin-left:.625rem!important}.m-18{margin:1.125rem!important}.mt-18,.my-18{margin-top:1.125rem!important}.mr-18,.mx-18{margin-right:1.125rem!important}.mb-18,.my-18{margin-bottom:1.125rem!important}.ml-18,.mx-18{margin-left:1.125rem!important}.p-0{padding:0rem!important}.pt-0,.py-0{padding-top:0rem!important}.pr-0,.px-0{padding-right:0rem!important}.pb-0,.py-0{padding-bottom:0rem!important}.pl-0,.px-0{padding-left:0rem!important}.p-4{padding:.25rem!important}.pt-4,.py-4{padding-top:.25rem!important}.pr-4,.px-4{padding-right:.25rem!important}.pb-4,.py-4{padding-bottom:.25rem!important}.pl-4,.px-4{padding-left:.25rem!important}.p-8{padding:.5rem!important}.pt-8,.py-8{padding-top:.5rem!important}.pr-8,.px-8{padding-right:.5rem!important}.pb-8,.py-8{padding-bottom:.5rem!important}.pl-8,.px-8{padding-left:.5rem!important}.p-12{padding:.75rem!important}.pt-12,.py-12{padding-top:.75rem!important}.pr-12,.px-12{padding-right:.75rem!important}.pb-12,.py-12{padding-bottom:.75rem!important}.pl-12,.px-12{padding-left:.75rem!important}.p-16{padding:1rem!important}.pt-16,.py-16{padding-top:1rem!important}.pr-16,.px-16{padding-right:1rem!important}.pb-16,.py-16{padding-bottom:1rem!important}.pl-16,.px-16{padding-left:1rem!important}.p-20{padding:1.25rem!important}.pt-20,.py-20{padding-top:1.25rem!important}.pr-20,.px-20{padding-right:1.25rem!important}.pb-20,.py-20{padding-bottom:1.25rem!important}.pl-20,.px-20{padding-left:1.25rem!important}.p-24{padding:1.5rem!important}.pt-24,.py-24{padding-top:1.5rem!important}.pr-24,.px-24{padding-right:1.5rem!important}.pb-24,.py-24{padding-bottom:1.5rem!important}.pl-24,.px-24{padding-left:1.5rem!important}.p-28{padding:1.75rem!important}.pt-28,.py-28{padding-top:1.75rem!important}.pr-28,.px-28{padding-right:1.75rem!important}.pb-28,.py-28{padding-bottom:1.75rem!important}.pl-28,.px-28{padding-left:1.75rem!important}.p-32{padding:2rem!important}.pt-32,.py-32{padding-top:2rem!important}.pr-32,.px-32{padding-right:2rem!important}.pb-32,.py-32{padding-bottom:2rem!important}.pl-32,.px-32{padding-left:2rem!important}.p-36{padding:2.25rem!important}.pt-36,.py-36{padding-top:2.25rem!important}.pr-36,.px-36{padding-right:2.25rem!important}.pb-36,.py-36{padding-bottom:2.25rem!important}.pl-36,.px-36{padding-left:2.25rem!important}.p-40{padding:2.5rem!important}.pt-40,.py-40{padding-top:2.5rem!important}.pr-40,.px-40{padding-right:2.5rem!important}.pb-40,.py-40{padding-bottom:2.5rem!important}.pl-40,.px-40{padding-left:2.5rem!important}.p-44{padding:2.75rem!important}.pt-44,.py-44{padding-top:2.75rem!important}.pr-44,.px-44{padding-right:2.75rem!important}.pb-44,.py-44{padding-bottom:2.75rem!important}.pl-44,.px-44{padding-left:2.75rem!important}.p-48{padding:3rem!important}.pt-48,.py-48{padding-top:3rem!important}.pr-48,.px-48{padding-right:3rem!important}.pb-48,.py-48{padding-bottom:3rem!important}.pl-48,.px-48{padding-left:3rem!important}.p-52{padding:3.25rem!important}.pt-52,.py-52{padding-top:3.25rem!important}.pr-52,.px-52{padding-right:3.25rem!important}.pb-52,.py-52{padding-bottom:3.25rem!important}.pl-52,.px-52{padding-left:3.25rem!important}.p-56{padding:3.5rem!important}.pt-56,.py-56{padding-top:3.5rem!important}.pr-56,.px-56{padding-right:3.5rem!important}.pb-56,.py-56{padding-bottom:3.5rem!important}.pl-56,.px-56{padding-left:3.5rem!important}.p-60{padding:3.75rem!important}.pt-60,.py-60{padding-top:3.75rem!important}.pr-60,.px-60{padding-right:3.75rem!important}.pb-60,.py-60{padding-bottom:3.75rem!important}.pl-60,.px-60{padding-left:3.75rem!important}.p-64{padding:4rem!important}.pt-64,.py-64{padding-top:4rem!important}.pr-64,.px-64{padding-right:4rem!important}.pb-64,.py-64{padding-bottom:4rem!important}.pl-64,.px-64{padding-left:4rem!important}.p-68{padding:4.25rem!important}.pt-68,.py-68{padding-top:4.25rem!important}.pr-68,.px-68{padding-right:4.25rem!important}.pb-68,.py-68{padding-bottom:4.25rem!important}.pl-68,.px-68{padding-left:4.25rem!important}.p-72{padding:4.5rem!important}.pt-72,.py-72{padding-top:4.5rem!important}.pr-72,.px-72{padding-right:4.5rem!important}.pb-72,.py-72{padding-bottom:4.5rem!important}.pl-72,.px-72{padding-left:4.5rem!important}.p-76{padding:4.75rem!important}.pt-76,.py-76{padding-top:4.75rem!important}.pr-76,.px-76{padding-right:4.75rem!important}.pb-76,.py-76{padding-bottom:4.75rem!important}.pl-76,.px-76{padding-left:4.75rem!important}.p-80{padding:5rem!important}.pt-80,.py-80{padding-top:5rem!important}.pr-80,.px-80{padding-right:5rem!important}.pb-80,.py-80{padding-bottom:5rem!important}.pl-80,.px-80{padding-left:5rem!important}.p-84{padding:5.25rem!important}.pt-84,.py-84{padding-top:5.25rem!important}.pr-84,.px-84{padding-right:5.25rem!important}.pb-84,.py-84{padding-bottom:5.25rem!important}.pl-84,.px-84{padding-left:5.25rem!important}.p-88{padding:5.5rem!important}.pt-88,.py-88{padding-top:5.5rem!important}.pr-88,.px-88{padding-right:5.5rem!important}.pb-88,.py-88{padding-bottom:5.5rem!important}.pl-88,.px-88{padding-left:5.5rem!important}.p-92{padding:5.75rem!important}.pt-92,.py-92{padding-top:5.75rem!important}.pr-92,.px-92{padding-right:5.75rem!important}.pb-92,.py-92{padding-bottom:5.75rem!important}.pl-92,.px-92{padding-left:5.75rem!important}.p-96{padding:6rem!important}.pt-96,.py-96{padding-top:6rem!important}.pr-96,.px-96{padding-right:6rem!important}.pb-96,.py-96{padding-bottom:6rem!important}.pl-96,.px-96{padding-left:6rem!important}.p-100{padding:6.25rem!important}.pt-100,.py-100{padding-top:6.25rem!important}.pr-100,.px-100{padding-right:6.25rem!important}.pb-100,.py-100{padding-bottom:6.25rem!important}.pl-100,.px-100{padding-left:6.25rem!important}.p-104{padding:6.5rem!important}.pt-104,.py-104{padding-top:6.5rem!important}.pr-104,.px-104{padding-right:6.5rem!important}.pb-104,.py-104{padding-bottom:6.5rem!important}.pl-104,.px-104{padding-left:6.5rem!important}.p-108{padding:6.75rem!important}.pt-108,.py-108{padding-top:6.75rem!important}.pr-108,.px-108{padding-right:6.75rem!important}.pb-108,.py-108{padding-bottom:6.75rem!important}.pl-108,.px-108{padding-left:6.75rem!important}.p-112{padding:7rem!important}.pt-112,.py-112{padding-top:7rem!important}.pr-112,.px-112{padding-right:7rem!important}.pb-112,.py-112{padding-bottom:7rem!important}.pl-112,.px-112{padding-left:7rem!important}.p-116{padding:7.25rem!important}.pt-116,.py-116{padding-top:7.25rem!important}.pr-116,.px-116{padding-right:7.25rem!important}.pb-116,.py-116{padding-bottom:7.25rem!important}.pl-116,.px-116{padding-left:7.25rem!important}.p-120{padding:7.5rem!important}.pt-120,.py-120{padding-top:7.5rem!important}.pr-120,.px-120{padding-right:7.5rem!important}.pb-120,.py-120{padding-bottom:7.5rem!important}.pl-120,.px-120{padding-left:7.5rem!important}.p-124{padding:7.75rem!important}.pt-124,.py-124{padding-top:7.75rem!important}.pr-124,.px-124{padding-right:7.75rem!important}.pb-124,.py-124{padding-bottom:7.75rem!important}.pl-124,.px-124{padding-left:7.75rem!important}.p-128{padding:8rem!important}.pt-128,.py-128{padding-top:8rem!important}.pr-128,.px-128{padding-right:8rem!important}.pb-128,.py-128{padding-bottom:8rem!important}.pl-128,.px-128{padding-left:8rem!important}.p-132{padding:8.25rem!important}.pt-132,.py-132{padding-top:8.25rem!important}.pr-132,.px-132{padding-right:8.25rem!important}.pb-132,.py-132{padding-bottom:8.25rem!important}.pl-132,.px-132{padding-left:8.25rem!important}.p-136{padding:8.5rem!important}.pt-136,.py-136{padding-top:8.5rem!important}.pr-136,.px-136{padding-right:8.5rem!important}.pb-136,.py-136{padding-bottom:8.5rem!important}.pl-136,.px-136{padding-left:8.5rem!important}.p-140{padding:8.75rem!important}.pt-140,.py-140{padding-top:8.75rem!important}.pr-140,.px-140{padding-right:8.75rem!important}.pb-140,.py-140{padding-bottom:8.75rem!important}.pl-140,.px-140{padding-left:8.75rem!important}.p-144{padding:9rem!important}.pt-144,.py-144{padding-top:9rem!important}.pr-144,.px-144{padding-right:9rem!important}.pb-144,.py-144{padding-bottom:9rem!important}.pl-144,.px-144{padding-left:9rem!important}.p-148{padding:9.25rem!important}.pt-148,.py-148{padding-top:9.25rem!important}.pr-148,.px-148{padding-right:9.25rem!important}.pb-148,.py-148{padding-bottom:9.25rem!important}.pl-148,.px-148{padding-left:9.25rem!important}.p-152{padding:9.5rem!important}.pt-152,.py-152{padding-top:9.5rem!important}.pr-152,.px-152{padding-right:9.5rem!important}.pb-152,.py-152{padding-bottom:9.5rem!important}.pl-152,.px-152{padding-left:9.5rem!important}.p-156{padding:9.75rem!important}.pt-156,.py-156{padding-top:9.75rem!important}.pr-156,.px-156{padding-right:9.75rem!important}.pb-156,.py-156{padding-bottom:9.75rem!important}.pl-156,.px-156{padding-left:9.75rem!important}.p-160{padding:10rem!important}.pt-160,.py-160{padding-top:10rem!important}.pr-160,.px-160{padding-right:10rem!important}.pb-160,.py-160{padding-bottom:10rem!important}.pl-160,.px-160{padding-left:10rem!important}.p-164{padding:10.25rem!important}.pt-164,.py-164{padding-top:10.25rem!important}.pr-164,.px-164{padding-right:10.25rem!important}.pb-164,.py-164{padding-bottom:10.25rem!important}.pl-164,.px-164{padding-left:10.25rem!important}.p-168{padding:10.5rem!important}.pt-168,.py-168{padding-top:10.5rem!important}.pr-168,.px-168{padding-right:10.5rem!important}.pb-168,.py-168{padding-bottom:10.5rem!important}.pl-168,.px-168{padding-left:10.5rem!important}.p-172{padding:10.75rem!important}.pt-172,.py-172{padding-top:10.75rem!important}.pr-172,.px-172{padding-right:10.75rem!important}.pb-172,.py-172{padding-bottom:10.75rem!important}.pl-172,.px-172{padding-left:10.75rem!important}.p-176{padding:11rem!important}.pt-176,.py-176{padding-top:11rem!important}.pr-176,.px-176{padding-right:11rem!important}.pb-176,.py-176{padding-bottom:11rem!important}.pl-176,.px-176{padding-left:11rem!important}.p-180{padding:11.25rem!important}.pt-180,.py-180{padding-top:11.25rem!important}.pr-180,.px-180{padding-right:11.25rem!important}.pb-180,.py-180{padding-bottom:11.25rem!important}.pl-180,.px-180{padding-left:11.25rem!important}.p-184{padding:11.5rem!important}.pt-184,.py-184{padding-top:11.5rem!important}.pr-184,.px-184{padding-right:11.5rem!important}.pb-184,.py-184{padding-bottom:11.5rem!important}.pl-184,.px-184{padding-left:11.5rem!important}.p-188{padding:11.75rem!important}.pt-188,.py-188{padding-top:11.75rem!important}.pr-188,.px-188{padding-right:11.75rem!important}.pb-188,.py-188{padding-bottom:11.75rem!important}.pl-188,.px-188{padding-left:11.75rem!important}.p-192{padding:12rem!important}.pt-192,.py-192{padding-top:12rem!important}.pr-192,.px-192{padding-right:12rem!important}.pb-192,.py-192{padding-bottom:12rem!important}.pl-192,.px-192{padding-left:12rem!important}.p-196{padding:12.25rem!important}.pt-196,.py-196{padding-top:12.25rem!important}.pr-196,.px-196{padding-right:12.25rem!important}.pb-196,.py-196{padding-bottom:12.25rem!important}.pl-196,.px-196{padding-left:12.25rem!important}.p-200{padding:12.5rem!important}.pt-200,.py-200{padding-top:12.5rem!important}.pr-200,.px-200{padding-right:12.5rem!important}.pb-200,.py-200{padding-bottom:12.5rem!important}.pl-200,.px-200{padding-left:12.5rem!important}.p-auto{padding:auto!important}.pt-auto,.py-auto{padding-top:auto!important}.pr-auto,.px-auto{padding-right:auto!important}.pb-auto,.py-auto{padding-bottom:auto!important}.pl-auto,.px-auto{padding-left:auto!important}.p-1{padding:.0625rem!important}.pt-1,.py-1{padding-top:.0625rem!important}.pr-1,.px-1{padding-right:.0625rem!important}.pb-1,.py-1{padding-bottom:.0625rem!important}.pl-1,.px-1{padding-left:.0625rem!important}.p-2{padding:.125rem!important}.pt-2,.py-2{padding-top:.125rem!important}.pr-2,.px-2{padding-right:.125rem!important}.pb-2,.py-2{padding-bottom:.125rem!important}.pl-2,.px-2{padding-left:.125rem!important}.p-10{padding:.625rem!important}.pt-10,.py-10{padding-top:.625rem!important}.pr-10,.px-10{padding-right:.625rem!important}.pb-10,.py-10{padding-bottom:.625rem!important}.pl-10,.px-10{padding-left:.625rem!important}.p-18{padding:1.125rem!important}.pt-18,.py-18{padding-top:1.125rem!important}.pr-18,.px-18{padding-right:1.125rem!important}.pb-18,.py-18{padding-bottom:1.125rem!important}.pl-18,.px-18{padding-left:1.125rem!important}@media (min-width: 376px){.m-xs-0{margin:0rem!important}.mt-xs-0,.my-xs-0{margin-top:0rem!important}.mr-xs-0,.mx-xs-0{margin-right:0rem!important}.mb-xs-0,.my-xs-0{margin-bottom:0rem!important}.ml-xs-0,.mx-xs-0{margin-left:0rem!important}.m-xs-4{margin:.25rem!important}.mt-xs-4,.my-xs-4{margin-top:.25rem!important}.mr-xs-4,.mx-xs-4{margin-right:.25rem!important}.mb-xs-4,.my-xs-4{margin-bottom:.25rem!important}.ml-xs-4,.mx-xs-4{margin-left:.25rem!important}.m-xs-8{margin:.5rem!important}.mt-xs-8,.my-xs-8{margin-top:.5rem!important}.mr-xs-8,.mx-xs-8{margin-right:.5rem!important}.mb-xs-8,.my-xs-8{margin-bottom:.5rem!important}.ml-xs-8,.mx-xs-8{margin-left:.5rem!important}.m-xs-12{margin:.75rem!important}.mt-xs-12,.my-xs-12{margin-top:.75rem!important}.mr-xs-12,.mx-xs-12{margin-right:.75rem!important}.mb-xs-12,.my-xs-12{margin-bottom:.75rem!important}.ml-xs-12,.mx-xs-12{margin-left:.75rem!important}.m-xs-16{margin:1rem!important}.mt-xs-16,.my-xs-16{margin-top:1rem!important}.mr-xs-16,.mx-xs-16{margin-right:1rem!important}.mb-xs-16,.my-xs-16{margin-bottom:1rem!important}.ml-xs-16,.mx-xs-16{margin-left:1rem!important}.m-xs-20{margin:1.25rem!important}.mt-xs-20,.my-xs-20{margin-top:1.25rem!important}.mr-xs-20,.mx-xs-20{margin-right:1.25rem!important}.mb-xs-20,.my-xs-20{margin-bottom:1.25rem!important}.ml-xs-20,.mx-xs-20{margin-left:1.25rem!important}.m-xs-24{margin:1.5rem!important}.mt-xs-24,.my-xs-24{margin-top:1.5rem!important}.mr-xs-24,.mx-xs-24{margin-right:1.5rem!important}.mb-xs-24,.my-xs-24{margin-bottom:1.5rem!important}.ml-xs-24,.mx-xs-24{margin-left:1.5rem!important}.m-xs-28{margin:1.75rem!important}.mt-xs-28,.my-xs-28{margin-top:1.75rem!important}.mr-xs-28,.mx-xs-28{margin-right:1.75rem!important}.mb-xs-28,.my-xs-28{margin-bottom:1.75rem!important}.ml-xs-28,.mx-xs-28{margin-left:1.75rem!important}.m-xs-32{margin:2rem!important}.mt-xs-32,.my-xs-32{margin-top:2rem!important}.mr-xs-32,.mx-xs-32{margin-right:2rem!important}.mb-xs-32,.my-xs-32{margin-bottom:2rem!important}.ml-xs-32,.mx-xs-32{margin-left:2rem!important}.m-xs-36{margin:2.25rem!important}.mt-xs-36,.my-xs-36{margin-top:2.25rem!important}.mr-xs-36,.mx-xs-36{margin-right:2.25rem!important}.mb-xs-36,.my-xs-36{margin-bottom:2.25rem!important}.ml-xs-36,.mx-xs-36{margin-left:2.25rem!important}.m-xs-40{margin:2.5rem!important}.mt-xs-40,.my-xs-40{margin-top:2.5rem!important}.mr-xs-40,.mx-xs-40{margin-right:2.5rem!important}.mb-xs-40,.my-xs-40{margin-bottom:2.5rem!important}.ml-xs-40,.mx-xs-40{margin-left:2.5rem!important}.m-xs-44{margin:2.75rem!important}.mt-xs-44,.my-xs-44{margin-top:2.75rem!important}.mr-xs-44,.mx-xs-44{margin-right:2.75rem!important}.mb-xs-44,.my-xs-44{margin-bottom:2.75rem!important}.ml-xs-44,.mx-xs-44{margin-left:2.75rem!important}.m-xs-48{margin:3rem!important}.mt-xs-48,.my-xs-48{margin-top:3rem!important}.mr-xs-48,.mx-xs-48{margin-right:3rem!important}.mb-xs-48,.my-xs-48{margin-bottom:3rem!important}.ml-xs-48,.mx-xs-48{margin-left:3rem!important}.m-xs-52{margin:3.25rem!important}.mt-xs-52,.my-xs-52{margin-top:3.25rem!important}.mr-xs-52,.mx-xs-52{margin-right:3.25rem!important}.mb-xs-52,.my-xs-52{margin-bottom:3.25rem!important}.ml-xs-52,.mx-xs-52{margin-left:3.25rem!important}.m-xs-56{margin:3.5rem!important}.mt-xs-56,.my-xs-56{margin-top:3.5rem!important}.mr-xs-56,.mx-xs-56{margin-right:3.5rem!important}.mb-xs-56,.my-xs-56{margin-bottom:3.5rem!important}.ml-xs-56,.mx-xs-56{margin-left:3.5rem!important}.m-xs-60{margin:3.75rem!important}.mt-xs-60,.my-xs-60{margin-top:3.75rem!important}.mr-xs-60,.mx-xs-60{margin-right:3.75rem!important}.mb-xs-60,.my-xs-60{margin-bottom:3.75rem!important}.ml-xs-60,.mx-xs-60{margin-left:3.75rem!important}.m-xs-64{margin:4rem!important}.mt-xs-64,.my-xs-64{margin-top:4rem!important}.mr-xs-64,.mx-xs-64{margin-right:4rem!important}.mb-xs-64,.my-xs-64{margin-bottom:4rem!important}.ml-xs-64,.mx-xs-64{margin-left:4rem!important}.m-xs-68{margin:4.25rem!important}.mt-xs-68,.my-xs-68{margin-top:4.25rem!important}.mr-xs-68,.mx-xs-68{margin-right:4.25rem!important}.mb-xs-68,.my-xs-68{margin-bottom:4.25rem!important}.ml-xs-68,.mx-xs-68{margin-left:4.25rem!important}.m-xs-72{margin:4.5rem!important}.mt-xs-72,.my-xs-72{margin-top:4.5rem!important}.mr-xs-72,.mx-xs-72{margin-right:4.5rem!important}.mb-xs-72,.my-xs-72{margin-bottom:4.5rem!important}.ml-xs-72,.mx-xs-72{margin-left:4.5rem!important}.m-xs-76{margin:4.75rem!important}.mt-xs-76,.my-xs-76{margin-top:4.75rem!important}.mr-xs-76,.mx-xs-76{margin-right:4.75rem!important}.mb-xs-76,.my-xs-76{margin-bottom:4.75rem!important}.ml-xs-76,.mx-xs-76{margin-left:4.75rem!important}.m-xs-80{margin:5rem!important}.mt-xs-80,.my-xs-80{margin-top:5rem!important}.mr-xs-80,.mx-xs-80{margin-right:5rem!important}.mb-xs-80,.my-xs-80{margin-bottom:5rem!important}.ml-xs-80,.mx-xs-80{margin-left:5rem!important}.m-xs-84{margin:5.25rem!important}.mt-xs-84,.my-xs-84{margin-top:5.25rem!important}.mr-xs-84,.mx-xs-84{margin-right:5.25rem!important}.mb-xs-84,.my-xs-84{margin-bottom:5.25rem!important}.ml-xs-84,.mx-xs-84{margin-left:5.25rem!important}.m-xs-88{margin:5.5rem!important}.mt-xs-88,.my-xs-88{margin-top:5.5rem!important}.mr-xs-88,.mx-xs-88{margin-right:5.5rem!important}.mb-xs-88,.my-xs-88{margin-bottom:5.5rem!important}.ml-xs-88,.mx-xs-88{margin-left:5.5rem!important}.m-xs-92{margin:5.75rem!important}.mt-xs-92,.my-xs-92{margin-top:5.75rem!important}.mr-xs-92,.mx-xs-92{margin-right:5.75rem!important}.mb-xs-92,.my-xs-92{margin-bottom:5.75rem!important}.ml-xs-92,.mx-xs-92{margin-left:5.75rem!important}.m-xs-96{margin:6rem!important}.mt-xs-96,.my-xs-96{margin-top:6rem!important}.mr-xs-96,.mx-xs-96{margin-right:6rem!important}.mb-xs-96,.my-xs-96{margin-bottom:6rem!important}.ml-xs-96,.mx-xs-96{margin-left:6rem!important}.m-xs-100{margin:6.25rem!important}.mt-xs-100,.my-xs-100{margin-top:6.25rem!important}.mr-xs-100,.mx-xs-100{margin-right:6.25rem!important}.mb-xs-100,.my-xs-100{margin-bottom:6.25rem!important}.ml-xs-100,.mx-xs-100{margin-left:6.25rem!important}.m-xs-104{margin:6.5rem!important}.mt-xs-104,.my-xs-104{margin-top:6.5rem!important}.mr-xs-104,.mx-xs-104{margin-right:6.5rem!important}.mb-xs-104,.my-xs-104{margin-bottom:6.5rem!important}.ml-xs-104,.mx-xs-104{margin-left:6.5rem!important}.m-xs-108{margin:6.75rem!important}.mt-xs-108,.my-xs-108{margin-top:6.75rem!important}.mr-xs-108,.mx-xs-108{margin-right:6.75rem!important}.mb-xs-108,.my-xs-108{margin-bottom:6.75rem!important}.ml-xs-108,.mx-xs-108{margin-left:6.75rem!important}.m-xs-112{margin:7rem!important}.mt-xs-112,.my-xs-112{margin-top:7rem!important}.mr-xs-112,.mx-xs-112{margin-right:7rem!important}.mb-xs-112,.my-xs-112{margin-bottom:7rem!important}.ml-xs-112,.mx-xs-112{margin-left:7rem!important}.m-xs-116{margin:7.25rem!important}.mt-xs-116,.my-xs-116{margin-top:7.25rem!important}.mr-xs-116,.mx-xs-116{margin-right:7.25rem!important}.mb-xs-116,.my-xs-116{margin-bottom:7.25rem!important}.ml-xs-116,.mx-xs-116{margin-left:7.25rem!important}.m-xs-120{margin:7.5rem!important}.mt-xs-120,.my-xs-120{margin-top:7.5rem!important}.mr-xs-120,.mx-xs-120{margin-right:7.5rem!important}.mb-xs-120,.my-xs-120{margin-bottom:7.5rem!important}.ml-xs-120,.mx-xs-120{margin-left:7.5rem!important}.m-xs-124{margin:7.75rem!important}.mt-xs-124,.my-xs-124{margin-top:7.75rem!important}.mr-xs-124,.mx-xs-124{margin-right:7.75rem!important}.mb-xs-124,.my-xs-124{margin-bottom:7.75rem!important}.ml-xs-124,.mx-xs-124{margin-left:7.75rem!important}.m-xs-128{margin:8rem!important}.mt-xs-128,.my-xs-128{margin-top:8rem!important}.mr-xs-128,.mx-xs-128{margin-right:8rem!important}.mb-xs-128,.my-xs-128{margin-bottom:8rem!important}.ml-xs-128,.mx-xs-128{margin-left:8rem!important}.m-xs-132{margin:8.25rem!important}.mt-xs-132,.my-xs-132{margin-top:8.25rem!important}.mr-xs-132,.mx-xs-132{margin-right:8.25rem!important}.mb-xs-132,.my-xs-132{margin-bottom:8.25rem!important}.ml-xs-132,.mx-xs-132{margin-left:8.25rem!important}.m-xs-136{margin:8.5rem!important}.mt-xs-136,.my-xs-136{margin-top:8.5rem!important}.mr-xs-136,.mx-xs-136{margin-right:8.5rem!important}.mb-xs-136,.my-xs-136{margin-bottom:8.5rem!important}.ml-xs-136,.mx-xs-136{margin-left:8.5rem!important}.m-xs-140{margin:8.75rem!important}.mt-xs-140,.my-xs-140{margin-top:8.75rem!important}.mr-xs-140,.mx-xs-140{margin-right:8.75rem!important}.mb-xs-140,.my-xs-140{margin-bottom:8.75rem!important}.ml-xs-140,.mx-xs-140{margin-left:8.75rem!important}.m-xs-144{margin:9rem!important}.mt-xs-144,.my-xs-144{margin-top:9rem!important}.mr-xs-144,.mx-xs-144{margin-right:9rem!important}.mb-xs-144,.my-xs-144{margin-bottom:9rem!important}.ml-xs-144,.mx-xs-144{margin-left:9rem!important}.m-xs-148{margin:9.25rem!important}.mt-xs-148,.my-xs-148{margin-top:9.25rem!important}.mr-xs-148,.mx-xs-148{margin-right:9.25rem!important}.mb-xs-148,.my-xs-148{margin-bottom:9.25rem!important}.ml-xs-148,.mx-xs-148{margin-left:9.25rem!important}.m-xs-152{margin:9.5rem!important}.mt-xs-152,.my-xs-152{margin-top:9.5rem!important}.mr-xs-152,.mx-xs-152{margin-right:9.5rem!important}.mb-xs-152,.my-xs-152{margin-bottom:9.5rem!important}.ml-xs-152,.mx-xs-152{margin-left:9.5rem!important}.m-xs-156{margin:9.75rem!important}.mt-xs-156,.my-xs-156{margin-top:9.75rem!important}.mr-xs-156,.mx-xs-156{margin-right:9.75rem!important}.mb-xs-156,.my-xs-156{margin-bottom:9.75rem!important}.ml-xs-156,.mx-xs-156{margin-left:9.75rem!important}.m-xs-160{margin:10rem!important}.mt-xs-160,.my-xs-160{margin-top:10rem!important}.mr-xs-160,.mx-xs-160{margin-right:10rem!important}.mb-xs-160,.my-xs-160{margin-bottom:10rem!important}.ml-xs-160,.mx-xs-160{margin-left:10rem!important}.m-xs-164{margin:10.25rem!important}.mt-xs-164,.my-xs-164{margin-top:10.25rem!important}.mr-xs-164,.mx-xs-164{margin-right:10.25rem!important}.mb-xs-164,.my-xs-164{margin-bottom:10.25rem!important}.ml-xs-164,.mx-xs-164{margin-left:10.25rem!important}.m-xs-168{margin:10.5rem!important}.mt-xs-168,.my-xs-168{margin-top:10.5rem!important}.mr-xs-168,.mx-xs-168{margin-right:10.5rem!important}.mb-xs-168,.my-xs-168{margin-bottom:10.5rem!important}.ml-xs-168,.mx-xs-168{margin-left:10.5rem!important}.m-xs-172{margin:10.75rem!important}.mt-xs-172,.my-xs-172{margin-top:10.75rem!important}.mr-xs-172,.mx-xs-172{margin-right:10.75rem!important}.mb-xs-172,.my-xs-172{margin-bottom:10.75rem!important}.ml-xs-172,.mx-xs-172{margin-left:10.75rem!important}.m-xs-176{margin:11rem!important}.mt-xs-176,.my-xs-176{margin-top:11rem!important}.mr-xs-176,.mx-xs-176{margin-right:11rem!important}.mb-xs-176,.my-xs-176{margin-bottom:11rem!important}.ml-xs-176,.mx-xs-176{margin-left:11rem!important}.m-xs-180{margin:11.25rem!important}.mt-xs-180,.my-xs-180{margin-top:11.25rem!important}.mr-xs-180,.mx-xs-180{margin-right:11.25rem!important}.mb-xs-180,.my-xs-180{margin-bottom:11.25rem!important}.ml-xs-180,.mx-xs-180{margin-left:11.25rem!important}.m-xs-184{margin:11.5rem!important}.mt-xs-184,.my-xs-184{margin-top:11.5rem!important}.mr-xs-184,.mx-xs-184{margin-right:11.5rem!important}.mb-xs-184,.my-xs-184{margin-bottom:11.5rem!important}.ml-xs-184,.mx-xs-184{margin-left:11.5rem!important}.m-xs-188{margin:11.75rem!important}.mt-xs-188,.my-xs-188{margin-top:11.75rem!important}.mr-xs-188,.mx-xs-188{margin-right:11.75rem!important}.mb-xs-188,.my-xs-188{margin-bottom:11.75rem!important}.ml-xs-188,.mx-xs-188{margin-left:11.75rem!important}.m-xs-192{margin:12rem!important}.mt-xs-192,.my-xs-192{margin-top:12rem!important}.mr-xs-192,.mx-xs-192{margin-right:12rem!important}.mb-xs-192,.my-xs-192{margin-bottom:12rem!important}.ml-xs-192,.mx-xs-192{margin-left:12rem!important}.m-xs-196{margin:12.25rem!important}.mt-xs-196,.my-xs-196{margin-top:12.25rem!important}.mr-xs-196,.mx-xs-196{margin-right:12.25rem!important}.mb-xs-196,.my-xs-196{margin-bottom:12.25rem!important}.ml-xs-196,.mx-xs-196{margin-left:12.25rem!important}.m-xs-200{margin:12.5rem!important}.mt-xs-200,.my-xs-200{margin-top:12.5rem!important}.mr-xs-200,.mx-xs-200{margin-right:12.5rem!important}.mb-xs-200,.my-xs-200{margin-bottom:12.5rem!important}.ml-xs-200,.mx-xs-200{margin-left:12.5rem!important}.m-xs-auto{margin:auto!important}.mt-xs-auto,.my-xs-auto{margin-top:auto!important}.mr-xs-auto,.mx-xs-auto{margin-right:auto!important}.mb-xs-auto,.my-xs-auto{margin-bottom:auto!important}.ml-xs-auto,.mx-xs-auto{margin-left:auto!important}.m-xs-1{margin:.0625rem!important}.mt-xs-1,.my-xs-1{margin-top:.0625rem!important}.mr-xs-1,.mx-xs-1{margin-right:.0625rem!important}.mb-xs-1,.my-xs-1{margin-bottom:.0625rem!important}.ml-xs-1,.mx-xs-1{margin-left:.0625rem!important}.m-xs-2{margin:.125rem!important}.mt-xs-2,.my-xs-2{margin-top:.125rem!important}.mr-xs-2,.mx-xs-2{margin-right:.125rem!important}.mb-xs-2,.my-xs-2{margin-bottom:.125rem!important}.ml-xs-2,.mx-xs-2{margin-left:.125rem!important}.m-xs-10{margin:.625rem!important}.mt-xs-10,.my-xs-10{margin-top:.625rem!important}.mr-xs-10,.mx-xs-10{margin-right:.625rem!important}.mb-xs-10,.my-xs-10{margin-bottom:.625rem!important}.ml-xs-10,.mx-xs-10{margin-left:.625rem!important}.m-xs-18{margin:1.125rem!important}.mt-xs-18,.my-xs-18{margin-top:1.125rem!important}.mr-xs-18,.mx-xs-18{margin-right:1.125rem!important}.mb-xs-18,.my-xs-18{margin-bottom:1.125rem!important}.ml-xs-18,.mx-xs-18{margin-left:1.125rem!important}.p-xs-0{padding:0rem!important}.pt-xs-0,.py-xs-0{padding-top:0rem!important}.pr-xs-0,.px-xs-0{padding-right:0rem!important}.pb-xs-0,.py-xs-0{padding-bottom:0rem!important}.pl-xs-0,.px-xs-0{padding-left:0rem!important}.p-xs-4{padding:.25rem!important}.pt-xs-4,.py-xs-4{padding-top:.25rem!important}.pr-xs-4,.px-xs-4{padding-right:.25rem!important}.pb-xs-4,.py-xs-4{padding-bottom:.25rem!important}.pl-xs-4,.px-xs-4{padding-left:.25rem!important}.p-xs-8{padding:.5rem!important}.pt-xs-8,.py-xs-8{padding-top:.5rem!important}.pr-xs-8,.px-xs-8{padding-right:.5rem!important}.pb-xs-8,.py-xs-8{padding-bottom:.5rem!important}.pl-xs-8,.px-xs-8{padding-left:.5rem!important}.p-xs-12{padding:.75rem!important}.pt-xs-12,.py-xs-12{padding-top:.75rem!important}.pr-xs-12,.px-xs-12{padding-right:.75rem!important}.pb-xs-12,.py-xs-12{padding-bottom:.75rem!important}.pl-xs-12,.px-xs-12{padding-left:.75rem!important}.p-xs-16{padding:1rem!important}.pt-xs-16,.py-xs-16{padding-top:1rem!important}.pr-xs-16,.px-xs-16{padding-right:1rem!important}.pb-xs-16,.py-xs-16{padding-bottom:1rem!important}.pl-xs-16,.px-xs-16{padding-left:1rem!important}.p-xs-20{padding:1.25rem!important}.pt-xs-20,.py-xs-20{padding-top:1.25rem!important}.pr-xs-20,.px-xs-20{padding-right:1.25rem!important}.pb-xs-20,.py-xs-20{padding-bottom:1.25rem!important}.pl-xs-20,.px-xs-20{padding-left:1.25rem!important}.p-xs-24{padding:1.5rem!important}.pt-xs-24,.py-xs-24{padding-top:1.5rem!important}.pr-xs-24,.px-xs-24{padding-right:1.5rem!important}.pb-xs-24,.py-xs-24{padding-bottom:1.5rem!important}.pl-xs-24,.px-xs-24{padding-left:1.5rem!important}.p-xs-28{padding:1.75rem!important}.pt-xs-28,.py-xs-28{padding-top:1.75rem!important}.pr-xs-28,.px-xs-28{padding-right:1.75rem!important}.pb-xs-28,.py-xs-28{padding-bottom:1.75rem!important}.pl-xs-28,.px-xs-28{padding-left:1.75rem!important}.p-xs-32{padding:2rem!important}.pt-xs-32,.py-xs-32{padding-top:2rem!important}.pr-xs-32,.px-xs-32{padding-right:2rem!important}.pb-xs-32,.py-xs-32{padding-bottom:2rem!important}.pl-xs-32,.px-xs-32{padding-left:2rem!important}.p-xs-36{padding:2.25rem!important}.pt-xs-36,.py-xs-36{padding-top:2.25rem!important}.pr-xs-36,.px-xs-36{padding-right:2.25rem!important}.pb-xs-36,.py-xs-36{padding-bottom:2.25rem!important}.pl-xs-36,.px-xs-36{padding-left:2.25rem!important}.p-xs-40{padding:2.5rem!important}.pt-xs-40,.py-xs-40{padding-top:2.5rem!important}.pr-xs-40,.px-xs-40{padding-right:2.5rem!important}.pb-xs-40,.py-xs-40{padding-bottom:2.5rem!important}.pl-xs-40,.px-xs-40{padding-left:2.5rem!important}.p-xs-44{padding:2.75rem!important}.pt-xs-44,.py-xs-44{padding-top:2.75rem!important}.pr-xs-44,.px-xs-44{padding-right:2.75rem!important}.pb-xs-44,.py-xs-44{padding-bottom:2.75rem!important}.pl-xs-44,.px-xs-44{padding-left:2.75rem!important}.p-xs-48{padding:3rem!important}.pt-xs-48,.py-xs-48{padding-top:3rem!important}.pr-xs-48,.px-xs-48{padding-right:3rem!important}.pb-xs-48,.py-xs-48{padding-bottom:3rem!important}.pl-xs-48,.px-xs-48{padding-left:3rem!important}.p-xs-52{padding:3.25rem!important}.pt-xs-52,.py-xs-52{padding-top:3.25rem!important}.pr-xs-52,.px-xs-52{padding-right:3.25rem!important}.pb-xs-52,.py-xs-52{padding-bottom:3.25rem!important}.pl-xs-52,.px-xs-52{padding-left:3.25rem!important}.p-xs-56{padding:3.5rem!important}.pt-xs-56,.py-xs-56{padding-top:3.5rem!important}.pr-xs-56,.px-xs-56{padding-right:3.5rem!important}.pb-xs-56,.py-xs-56{padding-bottom:3.5rem!important}.pl-xs-56,.px-xs-56{padding-left:3.5rem!important}.p-xs-60{padding:3.75rem!important}.pt-xs-60,.py-xs-60{padding-top:3.75rem!important}.pr-xs-60,.px-xs-60{padding-right:3.75rem!important}.pb-xs-60,.py-xs-60{padding-bottom:3.75rem!important}.pl-xs-60,.px-xs-60{padding-left:3.75rem!important}.p-xs-64{padding:4rem!important}.pt-xs-64,.py-xs-64{padding-top:4rem!important}.pr-xs-64,.px-xs-64{padding-right:4rem!important}.pb-xs-64,.py-xs-64{padding-bottom:4rem!important}.pl-xs-64,.px-xs-64{padding-left:4rem!important}.p-xs-68{padding:4.25rem!important}.pt-xs-68,.py-xs-68{padding-top:4.25rem!important}.pr-xs-68,.px-xs-68{padding-right:4.25rem!important}.pb-xs-68,.py-xs-68{padding-bottom:4.25rem!important}.pl-xs-68,.px-xs-68{padding-left:4.25rem!important}.p-xs-72{padding:4.5rem!important}.pt-xs-72,.py-xs-72{padding-top:4.5rem!important}.pr-xs-72,.px-xs-72{padding-right:4.5rem!important}.pb-xs-72,.py-xs-72{padding-bottom:4.5rem!important}.pl-xs-72,.px-xs-72{padding-left:4.5rem!important}.p-xs-76{padding:4.75rem!important}.pt-xs-76,.py-xs-76{padding-top:4.75rem!important}.pr-xs-76,.px-xs-76{padding-right:4.75rem!important}.pb-xs-76,.py-xs-76{padding-bottom:4.75rem!important}.pl-xs-76,.px-xs-76{padding-left:4.75rem!important}.p-xs-80{padding:5rem!important}.pt-xs-80,.py-xs-80{padding-top:5rem!important}.pr-xs-80,.px-xs-80{padding-right:5rem!important}.pb-xs-80,.py-xs-80{padding-bottom:5rem!important}.pl-xs-80,.px-xs-80{padding-left:5rem!important}.p-xs-84{padding:5.25rem!important}.pt-xs-84,.py-xs-84{padding-top:5.25rem!important}.pr-xs-84,.px-xs-84{padding-right:5.25rem!important}.pb-xs-84,.py-xs-84{padding-bottom:5.25rem!important}.pl-xs-84,.px-xs-84{padding-left:5.25rem!important}.p-xs-88{padding:5.5rem!important}.pt-xs-88,.py-xs-88{padding-top:5.5rem!important}.pr-xs-88,.px-xs-88{padding-right:5.5rem!important}.pb-xs-88,.py-xs-88{padding-bottom:5.5rem!important}.pl-xs-88,.px-xs-88{padding-left:5.5rem!important}.p-xs-92{padding:5.75rem!important}.pt-xs-92,.py-xs-92{padding-top:5.75rem!important}.pr-xs-92,.px-xs-92{padding-right:5.75rem!important}.pb-xs-92,.py-xs-92{padding-bottom:5.75rem!important}.pl-xs-92,.px-xs-92{padding-left:5.75rem!important}.p-xs-96{padding:6rem!important}.pt-xs-96,.py-xs-96{padding-top:6rem!important}.pr-xs-96,.px-xs-96{padding-right:6rem!important}.pb-xs-96,.py-xs-96{padding-bottom:6rem!important}.pl-xs-96,.px-xs-96{padding-left:6rem!important}.p-xs-100{padding:6.25rem!important}.pt-xs-100,.py-xs-100{padding-top:6.25rem!important}.pr-xs-100,.px-xs-100{padding-right:6.25rem!important}.pb-xs-100,.py-xs-100{padding-bottom:6.25rem!important}.pl-xs-100,.px-xs-100{padding-left:6.25rem!important}.p-xs-104{padding:6.5rem!important}.pt-xs-104,.py-xs-104{padding-top:6.5rem!important}.pr-xs-104,.px-xs-104{padding-right:6.5rem!important}.pb-xs-104,.py-xs-104{padding-bottom:6.5rem!important}.pl-xs-104,.px-xs-104{padding-left:6.5rem!important}.p-xs-108{padding:6.75rem!important}.pt-xs-108,.py-xs-108{padding-top:6.75rem!important}.pr-xs-108,.px-xs-108{padding-right:6.75rem!important}.pb-xs-108,.py-xs-108{padding-bottom:6.75rem!important}.pl-xs-108,.px-xs-108{padding-left:6.75rem!important}.p-xs-112{padding:7rem!important}.pt-xs-112,.py-xs-112{padding-top:7rem!important}.pr-xs-112,.px-xs-112{padding-right:7rem!important}.pb-xs-112,.py-xs-112{padding-bottom:7rem!important}.pl-xs-112,.px-xs-112{padding-left:7rem!important}.p-xs-116{padding:7.25rem!important}.pt-xs-116,.py-xs-116{padding-top:7.25rem!important}.pr-xs-116,.px-xs-116{padding-right:7.25rem!important}.pb-xs-116,.py-xs-116{padding-bottom:7.25rem!important}.pl-xs-116,.px-xs-116{padding-left:7.25rem!important}.p-xs-120{padding:7.5rem!important}.pt-xs-120,.py-xs-120{padding-top:7.5rem!important}.pr-xs-120,.px-xs-120{padding-right:7.5rem!important}.pb-xs-120,.py-xs-120{padding-bottom:7.5rem!important}.pl-xs-120,.px-xs-120{padding-left:7.5rem!important}.p-xs-124{padding:7.75rem!important}.pt-xs-124,.py-xs-124{padding-top:7.75rem!important}.pr-xs-124,.px-xs-124{padding-right:7.75rem!important}.pb-xs-124,.py-xs-124{padding-bottom:7.75rem!important}.pl-xs-124,.px-xs-124{padding-left:7.75rem!important}.p-xs-128{padding:8rem!important}.pt-xs-128,.py-xs-128{padding-top:8rem!important}.pr-xs-128,.px-xs-128{padding-right:8rem!important}.pb-xs-128,.py-xs-128{padding-bottom:8rem!important}.pl-xs-128,.px-xs-128{padding-left:8rem!important}.p-xs-132{padding:8.25rem!important}.pt-xs-132,.py-xs-132{padding-top:8.25rem!important}.pr-xs-132,.px-xs-132{padding-right:8.25rem!important}.pb-xs-132,.py-xs-132{padding-bottom:8.25rem!important}.pl-xs-132,.px-xs-132{padding-left:8.25rem!important}.p-xs-136{padding:8.5rem!important}.pt-xs-136,.py-xs-136{padding-top:8.5rem!important}.pr-xs-136,.px-xs-136{padding-right:8.5rem!important}.pb-xs-136,.py-xs-136{padding-bottom:8.5rem!important}.pl-xs-136,.px-xs-136{padding-left:8.5rem!important}.p-xs-140{padding:8.75rem!important}.pt-xs-140,.py-xs-140{padding-top:8.75rem!important}.pr-xs-140,.px-xs-140{padding-right:8.75rem!important}.pb-xs-140,.py-xs-140{padding-bottom:8.75rem!important}.pl-xs-140,.px-xs-140{padding-left:8.75rem!important}.p-xs-144{padding:9rem!important}.pt-xs-144,.py-xs-144{padding-top:9rem!important}.pr-xs-144,.px-xs-144{padding-right:9rem!important}.pb-xs-144,.py-xs-144{padding-bottom:9rem!important}.pl-xs-144,.px-xs-144{padding-left:9rem!important}.p-xs-148{padding:9.25rem!important}.pt-xs-148,.py-xs-148{padding-top:9.25rem!important}.pr-xs-148,.px-xs-148{padding-right:9.25rem!important}.pb-xs-148,.py-xs-148{padding-bottom:9.25rem!important}.pl-xs-148,.px-xs-148{padding-left:9.25rem!important}.p-xs-152{padding:9.5rem!important}.pt-xs-152,.py-xs-152{padding-top:9.5rem!important}.pr-xs-152,.px-xs-152{padding-right:9.5rem!important}.pb-xs-152,.py-xs-152{padding-bottom:9.5rem!important}.pl-xs-152,.px-xs-152{padding-left:9.5rem!important}.p-xs-156{padding:9.75rem!important}.pt-xs-156,.py-xs-156{padding-top:9.75rem!important}.pr-xs-156,.px-xs-156{padding-right:9.75rem!important}.pb-xs-156,.py-xs-156{padding-bottom:9.75rem!important}.pl-xs-156,.px-xs-156{padding-left:9.75rem!important}.p-xs-160{padding:10rem!important}.pt-xs-160,.py-xs-160{padding-top:10rem!important}.pr-xs-160,.px-xs-160{padding-right:10rem!important}.pb-xs-160,.py-xs-160{padding-bottom:10rem!important}.pl-xs-160,.px-xs-160{padding-left:10rem!important}.p-xs-164{padding:10.25rem!important}.pt-xs-164,.py-xs-164{padding-top:10.25rem!important}.pr-xs-164,.px-xs-164{padding-right:10.25rem!important}.pb-xs-164,.py-xs-164{padding-bottom:10.25rem!important}.pl-xs-164,.px-xs-164{padding-left:10.25rem!important}.p-xs-168{padding:10.5rem!important}.pt-xs-168,.py-xs-168{padding-top:10.5rem!important}.pr-xs-168,.px-xs-168{padding-right:10.5rem!important}.pb-xs-168,.py-xs-168{padding-bottom:10.5rem!important}.pl-xs-168,.px-xs-168{padding-left:10.5rem!important}.p-xs-172{padding:10.75rem!important}.pt-xs-172,.py-xs-172{padding-top:10.75rem!important}.pr-xs-172,.px-xs-172{padding-right:10.75rem!important}.pb-xs-172,.py-xs-172{padding-bottom:10.75rem!important}.pl-xs-172,.px-xs-172{padding-left:10.75rem!important}.p-xs-176{padding:11rem!important}.pt-xs-176,.py-xs-176{padding-top:11rem!important}.pr-xs-176,.px-xs-176{padding-right:11rem!important}.pb-xs-176,.py-xs-176{padding-bottom:11rem!important}.pl-xs-176,.px-xs-176{padding-left:11rem!important}.p-xs-180{padding:11.25rem!important}.pt-xs-180,.py-xs-180{padding-top:11.25rem!important}.pr-xs-180,.px-xs-180{padding-right:11.25rem!important}.pb-xs-180,.py-xs-180{padding-bottom:11.25rem!important}.pl-xs-180,.px-xs-180{padding-left:11.25rem!important}.p-xs-184{padding:11.5rem!important}.pt-xs-184,.py-xs-184{padding-top:11.5rem!important}.pr-xs-184,.px-xs-184{padding-right:11.5rem!important}.pb-xs-184,.py-xs-184{padding-bottom:11.5rem!important}.pl-xs-184,.px-xs-184{padding-left:11.5rem!important}.p-xs-188{padding:11.75rem!important}.pt-xs-188,.py-xs-188{padding-top:11.75rem!important}.pr-xs-188,.px-xs-188{padding-right:11.75rem!important}.pb-xs-188,.py-xs-188{padding-bottom:11.75rem!important}.pl-xs-188,.px-xs-188{padding-left:11.75rem!important}.p-xs-192{padding:12rem!important}.pt-xs-192,.py-xs-192{padding-top:12rem!important}.pr-xs-192,.px-xs-192{padding-right:12rem!important}.pb-xs-192,.py-xs-192{padding-bottom:12rem!important}.pl-xs-192,.px-xs-192{padding-left:12rem!important}.p-xs-196{padding:12.25rem!important}.pt-xs-196,.py-xs-196{padding-top:12.25rem!important}.pr-xs-196,.px-xs-196{padding-right:12.25rem!important}.pb-xs-196,.py-xs-196{padding-bottom:12.25rem!important}.pl-xs-196,.px-xs-196{padding-left:12.25rem!important}.p-xs-200{padding:12.5rem!important}.pt-xs-200,.py-xs-200{padding-top:12.5rem!important}.pr-xs-200,.px-xs-200{padding-right:12.5rem!important}.pb-xs-200,.py-xs-200{padding-bottom:12.5rem!important}.pl-xs-200,.px-xs-200{padding-left:12.5rem!important}.p-xs-auto{padding:auto!important}.pt-xs-auto,.py-xs-auto{padding-top:auto!important}.pr-xs-auto,.px-xs-auto{padding-right:auto!important}.pb-xs-auto,.py-xs-auto{padding-bottom:auto!important}.pl-xs-auto,.px-xs-auto{padding-left:auto!important}.p-xs-1{padding:.0625rem!important}.pt-xs-1,.py-xs-1{padding-top:.0625rem!important}.pr-xs-1,.px-xs-1{padding-right:.0625rem!important}.pb-xs-1,.py-xs-1{padding-bottom:.0625rem!important}.pl-xs-1,.px-xs-1{padding-left:.0625rem!important}.p-xs-2{padding:.125rem!important}.pt-xs-2,.py-xs-2{padding-top:.125rem!important}.pr-xs-2,.px-xs-2{padding-right:.125rem!important}.pb-xs-2,.py-xs-2{padding-bottom:.125rem!important}.pl-xs-2,.px-xs-2{padding-left:.125rem!important}.p-xs-10{padding:.625rem!important}.pt-xs-10,.py-xs-10{padding-top:.625rem!important}.pr-xs-10,.px-xs-10{padding-right:.625rem!important}.pb-xs-10,.py-xs-10{padding-bottom:.625rem!important}.pl-xs-10,.px-xs-10{padding-left:.625rem!important}.p-xs-18{padding:1.125rem!important}.pt-xs-18,.py-xs-18{padding-top:1.125rem!important}.pr-xs-18,.px-xs-18{padding-right:1.125rem!important}.pb-xs-18,.py-xs-18{padding-bottom:1.125rem!important}.pl-xs-18,.px-xs-18{padding-left:1.125rem!important}}@media (min-width: 576px){.m-sm-0{margin:0rem!important}.mt-sm-0,.my-sm-0{margin-top:0rem!important}.mr-sm-0,.mx-sm-0{margin-right:0rem!important}.mb-sm-0,.my-sm-0{margin-bottom:0rem!important}.ml-sm-0,.mx-sm-0{margin-left:0rem!important}.m-sm-4{margin:.25rem!important}.mt-sm-4,.my-sm-4{margin-top:.25rem!important}.mr-sm-4,.mx-sm-4{margin-right:.25rem!important}.mb-sm-4,.my-sm-4{margin-bottom:.25rem!important}.ml-sm-4,.mx-sm-4{margin-left:.25rem!important}.m-sm-8{margin:.5rem!important}.mt-sm-8,.my-sm-8{margin-top:.5rem!important}.mr-sm-8,.mx-sm-8{margin-right:.5rem!important}.mb-sm-8,.my-sm-8{margin-bottom:.5rem!important}.ml-sm-8,.mx-sm-8{margin-left:.5rem!important}.m-sm-12{margin:.75rem!important}.mt-sm-12,.my-sm-12{margin-top:.75rem!important}.mr-sm-12,.mx-sm-12{margin-right:.75rem!important}.mb-sm-12,.my-sm-12{margin-bottom:.75rem!important}.ml-sm-12,.mx-sm-12{margin-left:.75rem!important}.m-sm-16{margin:1rem!important}.mt-sm-16,.my-sm-16{margin-top:1rem!important}.mr-sm-16,.mx-sm-16{margin-right:1rem!important}.mb-sm-16,.my-sm-16{margin-bottom:1rem!important}.ml-sm-16,.mx-sm-16{margin-left:1rem!important}.m-sm-20{margin:1.25rem!important}.mt-sm-20,.my-sm-20{margin-top:1.25rem!important}.mr-sm-20,.mx-sm-20{margin-right:1.25rem!important}.mb-sm-20,.my-sm-20{margin-bottom:1.25rem!important}.ml-sm-20,.mx-sm-20{margin-left:1.25rem!important}.m-sm-24{margin:1.5rem!important}.mt-sm-24,.my-sm-24{margin-top:1.5rem!important}.mr-sm-24,.mx-sm-24{margin-right:1.5rem!important}.mb-sm-24,.my-sm-24{margin-bottom:1.5rem!important}.ml-sm-24,.mx-sm-24{margin-left:1.5rem!important}.m-sm-28{margin:1.75rem!important}.mt-sm-28,.my-sm-28{margin-top:1.75rem!important}.mr-sm-28,.mx-sm-28{margin-right:1.75rem!important}.mb-sm-28,.my-sm-28{margin-bottom:1.75rem!important}.ml-sm-28,.mx-sm-28{margin-left:1.75rem!important}.m-sm-32{margin:2rem!important}.mt-sm-32,.my-sm-32{margin-top:2rem!important}.mr-sm-32,.mx-sm-32{margin-right:2rem!important}.mb-sm-32,.my-sm-32{margin-bottom:2rem!important}.ml-sm-32,.mx-sm-32{margin-left:2rem!important}.m-sm-36{margin:2.25rem!important}.mt-sm-36,.my-sm-36{margin-top:2.25rem!important}.mr-sm-36,.mx-sm-36{margin-right:2.25rem!important}.mb-sm-36,.my-sm-36{margin-bottom:2.25rem!important}.ml-sm-36,.mx-sm-36{margin-left:2.25rem!important}.m-sm-40{margin:2.5rem!important}.mt-sm-40,.my-sm-40{margin-top:2.5rem!important}.mr-sm-40,.mx-sm-40{margin-right:2.5rem!important}.mb-sm-40,.my-sm-40{margin-bottom:2.5rem!important}.ml-sm-40,.mx-sm-40{margin-left:2.5rem!important}.m-sm-44{margin:2.75rem!important}.mt-sm-44,.my-sm-44{margin-top:2.75rem!important}.mr-sm-44,.mx-sm-44{margin-right:2.75rem!important}.mb-sm-44,.my-sm-44{margin-bottom:2.75rem!important}.ml-sm-44,.mx-sm-44{margin-left:2.75rem!important}.m-sm-48{margin:3rem!important}.mt-sm-48,.my-sm-48{margin-top:3rem!important}.mr-sm-48,.mx-sm-48{margin-right:3rem!important}.mb-sm-48,.my-sm-48{margin-bottom:3rem!important}.ml-sm-48,.mx-sm-48{margin-left:3rem!important}.m-sm-52{margin:3.25rem!important}.mt-sm-52,.my-sm-52{margin-top:3.25rem!important}.mr-sm-52,.mx-sm-52{margin-right:3.25rem!important}.mb-sm-52,.my-sm-52{margin-bottom:3.25rem!important}.ml-sm-52,.mx-sm-52{margin-left:3.25rem!important}.m-sm-56{margin:3.5rem!important}.mt-sm-56,.my-sm-56{margin-top:3.5rem!important}.mr-sm-56,.mx-sm-56{margin-right:3.5rem!important}.mb-sm-56,.my-sm-56{margin-bottom:3.5rem!important}.ml-sm-56,.mx-sm-56{margin-left:3.5rem!important}.m-sm-60{margin:3.75rem!important}.mt-sm-60,.my-sm-60{margin-top:3.75rem!important}.mr-sm-60,.mx-sm-60{margin-right:3.75rem!important}.mb-sm-60,.my-sm-60{margin-bottom:3.75rem!important}.ml-sm-60,.mx-sm-60{margin-left:3.75rem!important}.m-sm-64{margin:4rem!important}.mt-sm-64,.my-sm-64{margin-top:4rem!important}.mr-sm-64,.mx-sm-64{margin-right:4rem!important}.mb-sm-64,.my-sm-64{margin-bottom:4rem!important}.ml-sm-64,.mx-sm-64{margin-left:4rem!important}.m-sm-68{margin:4.25rem!important}.mt-sm-68,.my-sm-68{margin-top:4.25rem!important}.mr-sm-68,.mx-sm-68{margin-right:4.25rem!important}.mb-sm-68,.my-sm-68{margin-bottom:4.25rem!important}.ml-sm-68,.mx-sm-68{margin-left:4.25rem!important}.m-sm-72{margin:4.5rem!important}.mt-sm-72,.my-sm-72{margin-top:4.5rem!important}.mr-sm-72,.mx-sm-72{margin-right:4.5rem!important}.mb-sm-72,.my-sm-72{margin-bottom:4.5rem!important}.ml-sm-72,.mx-sm-72{margin-left:4.5rem!important}.m-sm-76{margin:4.75rem!important}.mt-sm-76,.my-sm-76{margin-top:4.75rem!important}.mr-sm-76,.mx-sm-76{margin-right:4.75rem!important}.mb-sm-76,.my-sm-76{margin-bottom:4.75rem!important}.ml-sm-76,.mx-sm-76{margin-left:4.75rem!important}.m-sm-80{margin:5rem!important}.mt-sm-80,.my-sm-80{margin-top:5rem!important}.mr-sm-80,.mx-sm-80{margin-right:5rem!important}.mb-sm-80,.my-sm-80{margin-bottom:5rem!important}.ml-sm-80,.mx-sm-80{margin-left:5rem!important}.m-sm-84{margin:5.25rem!important}.mt-sm-84,.my-sm-84{margin-top:5.25rem!important}.mr-sm-84,.mx-sm-84{margin-right:5.25rem!important}.mb-sm-84,.my-sm-84{margin-bottom:5.25rem!important}.ml-sm-84,.mx-sm-84{margin-left:5.25rem!important}.m-sm-88{margin:5.5rem!important}.mt-sm-88,.my-sm-88{margin-top:5.5rem!important}.mr-sm-88,.mx-sm-88{margin-right:5.5rem!important}.mb-sm-88,.my-sm-88{margin-bottom:5.5rem!important}.ml-sm-88,.mx-sm-88{margin-left:5.5rem!important}.m-sm-92{margin:5.75rem!important}.mt-sm-92,.my-sm-92{margin-top:5.75rem!important}.mr-sm-92,.mx-sm-92{margin-right:5.75rem!important}.mb-sm-92,.my-sm-92{margin-bottom:5.75rem!important}.ml-sm-92,.mx-sm-92{margin-left:5.75rem!important}.m-sm-96{margin:6rem!important}.mt-sm-96,.my-sm-96{margin-top:6rem!important}.mr-sm-96,.mx-sm-96{margin-right:6rem!important}.mb-sm-96,.my-sm-96{margin-bottom:6rem!important}.ml-sm-96,.mx-sm-96{margin-left:6rem!important}.m-sm-100{margin:6.25rem!important}.mt-sm-100,.my-sm-100{margin-top:6.25rem!important}.mr-sm-100,.mx-sm-100{margin-right:6.25rem!important}.mb-sm-100,.my-sm-100{margin-bottom:6.25rem!important}.ml-sm-100,.mx-sm-100{margin-left:6.25rem!important}.m-sm-104{margin:6.5rem!important}.mt-sm-104,.my-sm-104{margin-top:6.5rem!important}.mr-sm-104,.mx-sm-104{margin-right:6.5rem!important}.mb-sm-104,.my-sm-104{margin-bottom:6.5rem!important}.ml-sm-104,.mx-sm-104{margin-left:6.5rem!important}.m-sm-108{margin:6.75rem!important}.mt-sm-108,.my-sm-108{margin-top:6.75rem!important}.mr-sm-108,.mx-sm-108{margin-right:6.75rem!important}.mb-sm-108,.my-sm-108{margin-bottom:6.75rem!important}.ml-sm-108,.mx-sm-108{margin-left:6.75rem!important}.m-sm-112{margin:7rem!important}.mt-sm-112,.my-sm-112{margin-top:7rem!important}.mr-sm-112,.mx-sm-112{margin-right:7rem!important}.mb-sm-112,.my-sm-112{margin-bottom:7rem!important}.ml-sm-112,.mx-sm-112{margin-left:7rem!important}.m-sm-116{margin:7.25rem!important}.mt-sm-116,.my-sm-116{margin-top:7.25rem!important}.mr-sm-116,.mx-sm-116{margin-right:7.25rem!important}.mb-sm-116,.my-sm-116{margin-bottom:7.25rem!important}.ml-sm-116,.mx-sm-116{margin-left:7.25rem!important}.m-sm-120{margin:7.5rem!important}.mt-sm-120,.my-sm-120{margin-top:7.5rem!important}.mr-sm-120,.mx-sm-120{margin-right:7.5rem!important}.mb-sm-120,.my-sm-120{margin-bottom:7.5rem!important}.ml-sm-120,.mx-sm-120{margin-left:7.5rem!important}.m-sm-124{margin:7.75rem!important}.mt-sm-124,.my-sm-124{margin-top:7.75rem!important}.mr-sm-124,.mx-sm-124{margin-right:7.75rem!important}.mb-sm-124,.my-sm-124{margin-bottom:7.75rem!important}.ml-sm-124,.mx-sm-124{margin-left:7.75rem!important}.m-sm-128{margin:8rem!important}.mt-sm-128,.my-sm-128{margin-top:8rem!important}.mr-sm-128,.mx-sm-128{margin-right:8rem!important}.mb-sm-128,.my-sm-128{margin-bottom:8rem!important}.ml-sm-128,.mx-sm-128{margin-left:8rem!important}.m-sm-132{margin:8.25rem!important}.mt-sm-132,.my-sm-132{margin-top:8.25rem!important}.mr-sm-132,.mx-sm-132{margin-right:8.25rem!important}.mb-sm-132,.my-sm-132{margin-bottom:8.25rem!important}.ml-sm-132,.mx-sm-132{margin-left:8.25rem!important}.m-sm-136{margin:8.5rem!important}.mt-sm-136,.my-sm-136{margin-top:8.5rem!important}.mr-sm-136,.mx-sm-136{margin-right:8.5rem!important}.mb-sm-136,.my-sm-136{margin-bottom:8.5rem!important}.ml-sm-136,.mx-sm-136{margin-left:8.5rem!important}.m-sm-140{margin:8.75rem!important}.mt-sm-140,.my-sm-140{margin-top:8.75rem!important}.mr-sm-140,.mx-sm-140{margin-right:8.75rem!important}.mb-sm-140,.my-sm-140{margin-bottom:8.75rem!important}.ml-sm-140,.mx-sm-140{margin-left:8.75rem!important}.m-sm-144{margin:9rem!important}.mt-sm-144,.my-sm-144{margin-top:9rem!important}.mr-sm-144,.mx-sm-144{margin-right:9rem!important}.mb-sm-144,.my-sm-144{margin-bottom:9rem!important}.ml-sm-144,.mx-sm-144{margin-left:9rem!important}.m-sm-148{margin:9.25rem!important}.mt-sm-148,.my-sm-148{margin-top:9.25rem!important}.mr-sm-148,.mx-sm-148{margin-right:9.25rem!important}.mb-sm-148,.my-sm-148{margin-bottom:9.25rem!important}.ml-sm-148,.mx-sm-148{margin-left:9.25rem!important}.m-sm-152{margin:9.5rem!important}.mt-sm-152,.my-sm-152{margin-top:9.5rem!important}.mr-sm-152,.mx-sm-152{margin-right:9.5rem!important}.mb-sm-152,.my-sm-152{margin-bottom:9.5rem!important}.ml-sm-152,.mx-sm-152{margin-left:9.5rem!important}.m-sm-156{margin:9.75rem!important}.mt-sm-156,.my-sm-156{margin-top:9.75rem!important}.mr-sm-156,.mx-sm-156{margin-right:9.75rem!important}.mb-sm-156,.my-sm-156{margin-bottom:9.75rem!important}.ml-sm-156,.mx-sm-156{margin-left:9.75rem!important}.m-sm-160{margin:10rem!important}.mt-sm-160,.my-sm-160{margin-top:10rem!important}.mr-sm-160,.mx-sm-160{margin-right:10rem!important}.mb-sm-160,.my-sm-160{margin-bottom:10rem!important}.ml-sm-160,.mx-sm-160{margin-left:10rem!important}.m-sm-164{margin:10.25rem!important}.mt-sm-164,.my-sm-164{margin-top:10.25rem!important}.mr-sm-164,.mx-sm-164{margin-right:10.25rem!important}.mb-sm-164,.my-sm-164{margin-bottom:10.25rem!important}.ml-sm-164,.mx-sm-164{margin-left:10.25rem!important}.m-sm-168{margin:10.5rem!important}.mt-sm-168,.my-sm-168{margin-top:10.5rem!important}.mr-sm-168,.mx-sm-168{margin-right:10.5rem!important}.mb-sm-168,.my-sm-168{margin-bottom:10.5rem!important}.ml-sm-168,.mx-sm-168{margin-left:10.5rem!important}.m-sm-172{margin:10.75rem!important}.mt-sm-172,.my-sm-172{margin-top:10.75rem!important}.mr-sm-172,.mx-sm-172{margin-right:10.75rem!important}.mb-sm-172,.my-sm-172{margin-bottom:10.75rem!important}.ml-sm-172,.mx-sm-172{margin-left:10.75rem!important}.m-sm-176{margin:11rem!important}.mt-sm-176,.my-sm-176{margin-top:11rem!important}.mr-sm-176,.mx-sm-176{margin-right:11rem!important}.mb-sm-176,.my-sm-176{margin-bottom:11rem!important}.ml-sm-176,.mx-sm-176{margin-left:11rem!important}.m-sm-180{margin:11.25rem!important}.mt-sm-180,.my-sm-180{margin-top:11.25rem!important}.mr-sm-180,.mx-sm-180{margin-right:11.25rem!important}.mb-sm-180,.my-sm-180{margin-bottom:11.25rem!important}.ml-sm-180,.mx-sm-180{margin-left:11.25rem!important}.m-sm-184{margin:11.5rem!important}.mt-sm-184,.my-sm-184{margin-top:11.5rem!important}.mr-sm-184,.mx-sm-184{margin-right:11.5rem!important}.mb-sm-184,.my-sm-184{margin-bottom:11.5rem!important}.ml-sm-184,.mx-sm-184{margin-left:11.5rem!important}.m-sm-188{margin:11.75rem!important}.mt-sm-188,.my-sm-188{margin-top:11.75rem!important}.mr-sm-188,.mx-sm-188{margin-right:11.75rem!important}.mb-sm-188,.my-sm-188{margin-bottom:11.75rem!important}.ml-sm-188,.mx-sm-188{margin-left:11.75rem!important}.m-sm-192{margin:12rem!important}.mt-sm-192,.my-sm-192{margin-top:12rem!important}.mr-sm-192,.mx-sm-192{margin-right:12rem!important}.mb-sm-192,.my-sm-192{margin-bottom:12rem!important}.ml-sm-192,.mx-sm-192{margin-left:12rem!important}.m-sm-196{margin:12.25rem!important}.mt-sm-196,.my-sm-196{margin-top:12.25rem!important}.mr-sm-196,.mx-sm-196{margin-right:12.25rem!important}.mb-sm-196,.my-sm-196{margin-bottom:12.25rem!important}.ml-sm-196,.mx-sm-196{margin-left:12.25rem!important}.m-sm-200{margin:12.5rem!important}.mt-sm-200,.my-sm-200{margin-top:12.5rem!important}.mr-sm-200,.mx-sm-200{margin-right:12.5rem!important}.mb-sm-200,.my-sm-200{margin-bottom:12.5rem!important}.ml-sm-200,.mx-sm-200{margin-left:12.5rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}.m-sm-1{margin:.0625rem!important}.mt-sm-1,.my-sm-1{margin-top:.0625rem!important}.mr-sm-1,.mx-sm-1{margin-right:.0625rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.0625rem!important}.ml-sm-1,.mx-sm-1{margin-left:.0625rem!important}.m-sm-2{margin:.125rem!important}.mt-sm-2,.my-sm-2{margin-top:.125rem!important}.mr-sm-2,.mx-sm-2{margin-right:.125rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.125rem!important}.ml-sm-2,.mx-sm-2{margin-left:.125rem!important}.m-sm-10{margin:.625rem!important}.mt-sm-10,.my-sm-10{margin-top:.625rem!important}.mr-sm-10,.mx-sm-10{margin-right:.625rem!important}.mb-sm-10,.my-sm-10{margin-bottom:.625rem!important}.ml-sm-10,.mx-sm-10{margin-left:.625rem!important}.m-sm-18{margin:1.125rem!important}.mt-sm-18,.my-sm-18{margin-top:1.125rem!important}.mr-sm-18,.mx-sm-18{margin-right:1.125rem!important}.mb-sm-18,.my-sm-18{margin-bottom:1.125rem!important}.ml-sm-18,.mx-sm-18{margin-left:1.125rem!important}.p-sm-0{padding:0rem!important}.pt-sm-0,.py-sm-0{padding-top:0rem!important}.pr-sm-0,.px-sm-0{padding-right:0rem!important}.pb-sm-0,.py-sm-0{padding-bottom:0rem!important}.pl-sm-0,.px-sm-0{padding-left:0rem!important}.p-sm-4{padding:.25rem!important}.pt-sm-4,.py-sm-4{padding-top:.25rem!important}.pr-sm-4,.px-sm-4{padding-right:.25rem!important}.pb-sm-4,.py-sm-4{padding-bottom:.25rem!important}.pl-sm-4,.px-sm-4{padding-left:.25rem!important}.p-sm-8{padding:.5rem!important}.pt-sm-8,.py-sm-8{padding-top:.5rem!important}.pr-sm-8,.px-sm-8{padding-right:.5rem!important}.pb-sm-8,.py-sm-8{padding-bottom:.5rem!important}.pl-sm-8,.px-sm-8{padding-left:.5rem!important}.p-sm-12{padding:.75rem!important}.pt-sm-12,.py-sm-12{padding-top:.75rem!important}.pr-sm-12,.px-sm-12{padding-right:.75rem!important}.pb-sm-12,.py-sm-12{padding-bottom:.75rem!important}.pl-sm-12,.px-sm-12{padding-left:.75rem!important}.p-sm-16{padding:1rem!important}.pt-sm-16,.py-sm-16{padding-top:1rem!important}.pr-sm-16,.px-sm-16{padding-right:1rem!important}.pb-sm-16,.py-sm-16{padding-bottom:1rem!important}.pl-sm-16,.px-sm-16{padding-left:1rem!important}.p-sm-20{padding:1.25rem!important}.pt-sm-20,.py-sm-20{padding-top:1.25rem!important}.pr-sm-20,.px-sm-20{padding-right:1.25rem!important}.pb-sm-20,.py-sm-20{padding-bottom:1.25rem!important}.pl-sm-20,.px-sm-20{padding-left:1.25rem!important}.p-sm-24{padding:1.5rem!important}.pt-sm-24,.py-sm-24{padding-top:1.5rem!important}.pr-sm-24,.px-sm-24{padding-right:1.5rem!important}.pb-sm-24,.py-sm-24{padding-bottom:1.5rem!important}.pl-sm-24,.px-sm-24{padding-left:1.5rem!important}.p-sm-28{padding:1.75rem!important}.pt-sm-28,.py-sm-28{padding-top:1.75rem!important}.pr-sm-28,.px-sm-28{padding-right:1.75rem!important}.pb-sm-28,.py-sm-28{padding-bottom:1.75rem!important}.pl-sm-28,.px-sm-28{padding-left:1.75rem!important}.p-sm-32{padding:2rem!important}.pt-sm-32,.py-sm-32{padding-top:2rem!important}.pr-sm-32,.px-sm-32{padding-right:2rem!important}.pb-sm-32,.py-sm-32{padding-bottom:2rem!important}.pl-sm-32,.px-sm-32{padding-left:2rem!important}.p-sm-36{padding:2.25rem!important}.pt-sm-36,.py-sm-36{padding-top:2.25rem!important}.pr-sm-36,.px-sm-36{padding-right:2.25rem!important}.pb-sm-36,.py-sm-36{padding-bottom:2.25rem!important}.pl-sm-36,.px-sm-36{padding-left:2.25rem!important}.p-sm-40{padding:2.5rem!important}.pt-sm-40,.py-sm-40{padding-top:2.5rem!important}.pr-sm-40,.px-sm-40{padding-right:2.5rem!important}.pb-sm-40,.py-sm-40{padding-bottom:2.5rem!important}.pl-sm-40,.px-sm-40{padding-left:2.5rem!important}.p-sm-44{padding:2.75rem!important}.pt-sm-44,.py-sm-44{padding-top:2.75rem!important}.pr-sm-44,.px-sm-44{padding-right:2.75rem!important}.pb-sm-44,.py-sm-44{padding-bottom:2.75rem!important}.pl-sm-44,.px-sm-44{padding-left:2.75rem!important}.p-sm-48{padding:3rem!important}.pt-sm-48,.py-sm-48{padding-top:3rem!important}.pr-sm-48,.px-sm-48{padding-right:3rem!important}.pb-sm-48,.py-sm-48{padding-bottom:3rem!important}.pl-sm-48,.px-sm-48{padding-left:3rem!important}.p-sm-52{padding:3.25rem!important}.pt-sm-52,.py-sm-52{padding-top:3.25rem!important}.pr-sm-52,.px-sm-52{padding-right:3.25rem!important}.pb-sm-52,.py-sm-52{padding-bottom:3.25rem!important}.pl-sm-52,.px-sm-52{padding-left:3.25rem!important}.p-sm-56{padding:3.5rem!important}.pt-sm-56,.py-sm-56{padding-top:3.5rem!important}.pr-sm-56,.px-sm-56{padding-right:3.5rem!important}.pb-sm-56,.py-sm-56{padding-bottom:3.5rem!important}.pl-sm-56,.px-sm-56{padding-left:3.5rem!important}.p-sm-60{padding:3.75rem!important}.pt-sm-60,.py-sm-60{padding-top:3.75rem!important}.pr-sm-60,.px-sm-60{padding-right:3.75rem!important}.pb-sm-60,.py-sm-60{padding-bottom:3.75rem!important}.pl-sm-60,.px-sm-60{padding-left:3.75rem!important}.p-sm-64{padding:4rem!important}.pt-sm-64,.py-sm-64{padding-top:4rem!important}.pr-sm-64,.px-sm-64{padding-right:4rem!important}.pb-sm-64,.py-sm-64{padding-bottom:4rem!important}.pl-sm-64,.px-sm-64{padding-left:4rem!important}.p-sm-68{padding:4.25rem!important}.pt-sm-68,.py-sm-68{padding-top:4.25rem!important}.pr-sm-68,.px-sm-68{padding-right:4.25rem!important}.pb-sm-68,.py-sm-68{padding-bottom:4.25rem!important}.pl-sm-68,.px-sm-68{padding-left:4.25rem!important}.p-sm-72{padding:4.5rem!important}.pt-sm-72,.py-sm-72{padding-top:4.5rem!important}.pr-sm-72,.px-sm-72{padding-right:4.5rem!important}.pb-sm-72,.py-sm-72{padding-bottom:4.5rem!important}.pl-sm-72,.px-sm-72{padding-left:4.5rem!important}.p-sm-76{padding:4.75rem!important}.pt-sm-76,.py-sm-76{padding-top:4.75rem!important}.pr-sm-76,.px-sm-76{padding-right:4.75rem!important}.pb-sm-76,.py-sm-76{padding-bottom:4.75rem!important}.pl-sm-76,.px-sm-76{padding-left:4.75rem!important}.p-sm-80{padding:5rem!important}.pt-sm-80,.py-sm-80{padding-top:5rem!important}.pr-sm-80,.px-sm-80{padding-right:5rem!important}.pb-sm-80,.py-sm-80{padding-bottom:5rem!important}.pl-sm-80,.px-sm-80{padding-left:5rem!important}.p-sm-84{padding:5.25rem!important}.pt-sm-84,.py-sm-84{padding-top:5.25rem!important}.pr-sm-84,.px-sm-84{padding-right:5.25rem!important}.pb-sm-84,.py-sm-84{padding-bottom:5.25rem!important}.pl-sm-84,.px-sm-84{padding-left:5.25rem!important}.p-sm-88{padding:5.5rem!important}.pt-sm-88,.py-sm-88{padding-top:5.5rem!important}.pr-sm-88,.px-sm-88{padding-right:5.5rem!important}.pb-sm-88,.py-sm-88{padding-bottom:5.5rem!important}.pl-sm-88,.px-sm-88{padding-left:5.5rem!important}.p-sm-92{padding:5.75rem!important}.pt-sm-92,.py-sm-92{padding-top:5.75rem!important}.pr-sm-92,.px-sm-92{padding-right:5.75rem!important}.pb-sm-92,.py-sm-92{padding-bottom:5.75rem!important}.pl-sm-92,.px-sm-92{padding-left:5.75rem!important}.p-sm-96{padding:6rem!important}.pt-sm-96,.py-sm-96{padding-top:6rem!important}.pr-sm-96,.px-sm-96{padding-right:6rem!important}.pb-sm-96,.py-sm-96{padding-bottom:6rem!important}.pl-sm-96,.px-sm-96{padding-left:6rem!important}.p-sm-100{padding:6.25rem!important}.pt-sm-100,.py-sm-100{padding-top:6.25rem!important}.pr-sm-100,.px-sm-100{padding-right:6.25rem!important}.pb-sm-100,.py-sm-100{padding-bottom:6.25rem!important}.pl-sm-100,.px-sm-100{padding-left:6.25rem!important}.p-sm-104{padding:6.5rem!important}.pt-sm-104,.py-sm-104{padding-top:6.5rem!important}.pr-sm-104,.px-sm-104{padding-right:6.5rem!important}.pb-sm-104,.py-sm-104{padding-bottom:6.5rem!important}.pl-sm-104,.px-sm-104{padding-left:6.5rem!important}.p-sm-108{padding:6.75rem!important}.pt-sm-108,.py-sm-108{padding-top:6.75rem!important}.pr-sm-108,.px-sm-108{padding-right:6.75rem!important}.pb-sm-108,.py-sm-108{padding-bottom:6.75rem!important}.pl-sm-108,.px-sm-108{padding-left:6.75rem!important}.p-sm-112{padding:7rem!important}.pt-sm-112,.py-sm-112{padding-top:7rem!important}.pr-sm-112,.px-sm-112{padding-right:7rem!important}.pb-sm-112,.py-sm-112{padding-bottom:7rem!important}.pl-sm-112,.px-sm-112{padding-left:7rem!important}.p-sm-116{padding:7.25rem!important}.pt-sm-116,.py-sm-116{padding-top:7.25rem!important}.pr-sm-116,.px-sm-116{padding-right:7.25rem!important}.pb-sm-116,.py-sm-116{padding-bottom:7.25rem!important}.pl-sm-116,.px-sm-116{padding-left:7.25rem!important}.p-sm-120{padding:7.5rem!important}.pt-sm-120,.py-sm-120{padding-top:7.5rem!important}.pr-sm-120,.px-sm-120{padding-right:7.5rem!important}.pb-sm-120,.py-sm-120{padding-bottom:7.5rem!important}.pl-sm-120,.px-sm-120{padding-left:7.5rem!important}.p-sm-124{padding:7.75rem!important}.pt-sm-124,.py-sm-124{padding-top:7.75rem!important}.pr-sm-124,.px-sm-124{padding-right:7.75rem!important}.pb-sm-124,.py-sm-124{padding-bottom:7.75rem!important}.pl-sm-124,.px-sm-124{padding-left:7.75rem!important}.p-sm-128{padding:8rem!important}.pt-sm-128,.py-sm-128{padding-top:8rem!important}.pr-sm-128,.px-sm-128{padding-right:8rem!important}.pb-sm-128,.py-sm-128{padding-bottom:8rem!important}.pl-sm-128,.px-sm-128{padding-left:8rem!important}.p-sm-132{padding:8.25rem!important}.pt-sm-132,.py-sm-132{padding-top:8.25rem!important}.pr-sm-132,.px-sm-132{padding-right:8.25rem!important}.pb-sm-132,.py-sm-132{padding-bottom:8.25rem!important}.pl-sm-132,.px-sm-132{padding-left:8.25rem!important}.p-sm-136{padding:8.5rem!important}.pt-sm-136,.py-sm-136{padding-top:8.5rem!important}.pr-sm-136,.px-sm-136{padding-right:8.5rem!important}.pb-sm-136,.py-sm-136{padding-bottom:8.5rem!important}.pl-sm-136,.px-sm-136{padding-left:8.5rem!important}.p-sm-140{padding:8.75rem!important}.pt-sm-140,.py-sm-140{padding-top:8.75rem!important}.pr-sm-140,.px-sm-140{padding-right:8.75rem!important}.pb-sm-140,.py-sm-140{padding-bottom:8.75rem!important}.pl-sm-140,.px-sm-140{padding-left:8.75rem!important}.p-sm-144{padding:9rem!important}.pt-sm-144,.py-sm-144{padding-top:9rem!important}.pr-sm-144,.px-sm-144{padding-right:9rem!important}.pb-sm-144,.py-sm-144{padding-bottom:9rem!important}.pl-sm-144,.px-sm-144{padding-left:9rem!important}.p-sm-148{padding:9.25rem!important}.pt-sm-148,.py-sm-148{padding-top:9.25rem!important}.pr-sm-148,.px-sm-148{padding-right:9.25rem!important}.pb-sm-148,.py-sm-148{padding-bottom:9.25rem!important}.pl-sm-148,.px-sm-148{padding-left:9.25rem!important}.p-sm-152{padding:9.5rem!important}.pt-sm-152,.py-sm-152{padding-top:9.5rem!important}.pr-sm-152,.px-sm-152{padding-right:9.5rem!important}.pb-sm-152,.py-sm-152{padding-bottom:9.5rem!important}.pl-sm-152,.px-sm-152{padding-left:9.5rem!important}.p-sm-156{padding:9.75rem!important}.pt-sm-156,.py-sm-156{padding-top:9.75rem!important}.pr-sm-156,.px-sm-156{padding-right:9.75rem!important}.pb-sm-156,.py-sm-156{padding-bottom:9.75rem!important}.pl-sm-156,.px-sm-156{padding-left:9.75rem!important}.p-sm-160{padding:10rem!important}.pt-sm-160,.py-sm-160{padding-top:10rem!important}.pr-sm-160,.px-sm-160{padding-right:10rem!important}.pb-sm-160,.py-sm-160{padding-bottom:10rem!important}.pl-sm-160,.px-sm-160{padding-left:10rem!important}.p-sm-164{padding:10.25rem!important}.pt-sm-164,.py-sm-164{padding-top:10.25rem!important}.pr-sm-164,.px-sm-164{padding-right:10.25rem!important}.pb-sm-164,.py-sm-164{padding-bottom:10.25rem!important}.pl-sm-164,.px-sm-164{padding-left:10.25rem!important}.p-sm-168{padding:10.5rem!important}.pt-sm-168,.py-sm-168{padding-top:10.5rem!important}.pr-sm-168,.px-sm-168{padding-right:10.5rem!important}.pb-sm-168,.py-sm-168{padding-bottom:10.5rem!important}.pl-sm-168,.px-sm-168{padding-left:10.5rem!important}.p-sm-172{padding:10.75rem!important}.pt-sm-172,.py-sm-172{padding-top:10.75rem!important}.pr-sm-172,.px-sm-172{padding-right:10.75rem!important}.pb-sm-172,.py-sm-172{padding-bottom:10.75rem!important}.pl-sm-172,.px-sm-172{padding-left:10.75rem!important}.p-sm-176{padding:11rem!important}.pt-sm-176,.py-sm-176{padding-top:11rem!important}.pr-sm-176,.px-sm-176{padding-right:11rem!important}.pb-sm-176,.py-sm-176{padding-bottom:11rem!important}.pl-sm-176,.px-sm-176{padding-left:11rem!important}.p-sm-180{padding:11.25rem!important}.pt-sm-180,.py-sm-180{padding-top:11.25rem!important}.pr-sm-180,.px-sm-180{padding-right:11.25rem!important}.pb-sm-180,.py-sm-180{padding-bottom:11.25rem!important}.pl-sm-180,.px-sm-180{padding-left:11.25rem!important}.p-sm-184{padding:11.5rem!important}.pt-sm-184,.py-sm-184{padding-top:11.5rem!important}.pr-sm-184,.px-sm-184{padding-right:11.5rem!important}.pb-sm-184,.py-sm-184{padding-bottom:11.5rem!important}.pl-sm-184,.px-sm-184{padding-left:11.5rem!important}.p-sm-188{padding:11.75rem!important}.pt-sm-188,.py-sm-188{padding-top:11.75rem!important}.pr-sm-188,.px-sm-188{padding-right:11.75rem!important}.pb-sm-188,.py-sm-188{padding-bottom:11.75rem!important}.pl-sm-188,.px-sm-188{padding-left:11.75rem!important}.p-sm-192{padding:12rem!important}.pt-sm-192,.py-sm-192{padding-top:12rem!important}.pr-sm-192,.px-sm-192{padding-right:12rem!important}.pb-sm-192,.py-sm-192{padding-bottom:12rem!important}.pl-sm-192,.px-sm-192{padding-left:12rem!important}.p-sm-196{padding:12.25rem!important}.pt-sm-196,.py-sm-196{padding-top:12.25rem!important}.pr-sm-196,.px-sm-196{padding-right:12.25rem!important}.pb-sm-196,.py-sm-196{padding-bottom:12.25rem!important}.pl-sm-196,.px-sm-196{padding-left:12.25rem!important}.p-sm-200{padding:12.5rem!important}.pt-sm-200,.py-sm-200{padding-top:12.5rem!important}.pr-sm-200,.px-sm-200{padding-right:12.5rem!important}.pb-sm-200,.py-sm-200{padding-bottom:12.5rem!important}.pl-sm-200,.px-sm-200{padding-left:12.5rem!important}.p-sm-auto{padding:auto!important}.pt-sm-auto,.py-sm-auto{padding-top:auto!important}.pr-sm-auto,.px-sm-auto{padding-right:auto!important}.pb-sm-auto,.py-sm-auto{padding-bottom:auto!important}.pl-sm-auto,.px-sm-auto{padding-left:auto!important}.p-sm-1{padding:.0625rem!important}.pt-sm-1,.py-sm-1{padding-top:.0625rem!important}.pr-sm-1,.px-sm-1{padding-right:.0625rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.0625rem!important}.pl-sm-1,.px-sm-1{padding-left:.0625rem!important}.p-sm-2{padding:.125rem!important}.pt-sm-2,.py-sm-2{padding-top:.125rem!important}.pr-sm-2,.px-sm-2{padding-right:.125rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.125rem!important}.pl-sm-2,.px-sm-2{padding-left:.125rem!important}.p-sm-10{padding:.625rem!important}.pt-sm-10,.py-sm-10{padding-top:.625rem!important}.pr-sm-10,.px-sm-10{padding-right:.625rem!important}.pb-sm-10,.py-sm-10{padding-bottom:.625rem!important}.pl-sm-10,.px-sm-10{padding-left:.625rem!important}.p-sm-18{padding:1.125rem!important}.pt-sm-18,.py-sm-18{padding-top:1.125rem!important}.pr-sm-18,.px-sm-18{padding-right:1.125rem!important}.pb-sm-18,.py-sm-18{padding-bottom:1.125rem!important}.pl-sm-18,.px-sm-18{padding-left:1.125rem!important}}@media (min-width: 768px){.m-md-0{margin:0rem!important}.mt-md-0,.my-md-0{margin-top:0rem!important}.mr-md-0,.mx-md-0{margin-right:0rem!important}.mb-md-0,.my-md-0{margin-bottom:0rem!important}.ml-md-0,.mx-md-0{margin-left:0rem!important}.m-md-4{margin:.25rem!important}.mt-md-4,.my-md-4{margin-top:.25rem!important}.mr-md-4,.mx-md-4{margin-right:.25rem!important}.mb-md-4,.my-md-4{margin-bottom:.25rem!important}.ml-md-4,.mx-md-4{margin-left:.25rem!important}.m-md-8{margin:.5rem!important}.mt-md-8,.my-md-8{margin-top:.5rem!important}.mr-md-8,.mx-md-8{margin-right:.5rem!important}.mb-md-8,.my-md-8{margin-bottom:.5rem!important}.ml-md-8,.mx-md-8{margin-left:.5rem!important}.m-md-12{margin:.75rem!important}.mt-md-12,.my-md-12{margin-top:.75rem!important}.mr-md-12,.mx-md-12{margin-right:.75rem!important}.mb-md-12,.my-md-12{margin-bottom:.75rem!important}.ml-md-12,.mx-md-12{margin-left:.75rem!important}.m-md-16{margin:1rem!important}.mt-md-16,.my-md-16{margin-top:1rem!important}.mr-md-16,.mx-md-16{margin-right:1rem!important}.mb-md-16,.my-md-16{margin-bottom:1rem!important}.ml-md-16,.mx-md-16{margin-left:1rem!important}.m-md-20{margin:1.25rem!important}.mt-md-20,.my-md-20{margin-top:1.25rem!important}.mr-md-20,.mx-md-20{margin-right:1.25rem!important}.mb-md-20,.my-md-20{margin-bottom:1.25rem!important}.ml-md-20,.mx-md-20{margin-left:1.25rem!important}.m-md-24{margin:1.5rem!important}.mt-md-24,.my-md-24{margin-top:1.5rem!important}.mr-md-24,.mx-md-24{margin-right:1.5rem!important}.mb-md-24,.my-md-24{margin-bottom:1.5rem!important}.ml-md-24,.mx-md-24{margin-left:1.5rem!important}.m-md-28{margin:1.75rem!important}.mt-md-28,.my-md-28{margin-top:1.75rem!important}.mr-md-28,.mx-md-28{margin-right:1.75rem!important}.mb-md-28,.my-md-28{margin-bottom:1.75rem!important}.ml-md-28,.mx-md-28{margin-left:1.75rem!important}.m-md-32{margin:2rem!important}.mt-md-32,.my-md-32{margin-top:2rem!important}.mr-md-32,.mx-md-32{margin-right:2rem!important}.mb-md-32,.my-md-32{margin-bottom:2rem!important}.ml-md-32,.mx-md-32{margin-left:2rem!important}.m-md-36{margin:2.25rem!important}.mt-md-36,.my-md-36{margin-top:2.25rem!important}.mr-md-36,.mx-md-36{margin-right:2.25rem!important}.mb-md-36,.my-md-36{margin-bottom:2.25rem!important}.ml-md-36,.mx-md-36{margin-left:2.25rem!important}.m-md-40{margin:2.5rem!important}.mt-md-40,.my-md-40{margin-top:2.5rem!important}.mr-md-40,.mx-md-40{margin-right:2.5rem!important}.mb-md-40,.my-md-40{margin-bottom:2.5rem!important}.ml-md-40,.mx-md-40{margin-left:2.5rem!important}.m-md-44{margin:2.75rem!important}.mt-md-44,.my-md-44{margin-top:2.75rem!important}.mr-md-44,.mx-md-44{margin-right:2.75rem!important}.mb-md-44,.my-md-44{margin-bottom:2.75rem!important}.ml-md-44,.mx-md-44{margin-left:2.75rem!important}.m-md-48{margin:3rem!important}.mt-md-48,.my-md-48{margin-top:3rem!important}.mr-md-48,.mx-md-48{margin-right:3rem!important}.mb-md-48,.my-md-48{margin-bottom:3rem!important}.ml-md-48,.mx-md-48{margin-left:3rem!important}.m-md-52{margin:3.25rem!important}.mt-md-52,.my-md-52{margin-top:3.25rem!important}.mr-md-52,.mx-md-52{margin-right:3.25rem!important}.mb-md-52,.my-md-52{margin-bottom:3.25rem!important}.ml-md-52,.mx-md-52{margin-left:3.25rem!important}.m-md-56{margin:3.5rem!important}.mt-md-56,.my-md-56{margin-top:3.5rem!important}.mr-md-56,.mx-md-56{margin-right:3.5rem!important}.mb-md-56,.my-md-56{margin-bottom:3.5rem!important}.ml-md-56,.mx-md-56{margin-left:3.5rem!important}.m-md-60{margin:3.75rem!important}.mt-md-60,.my-md-60{margin-top:3.75rem!important}.mr-md-60,.mx-md-60{margin-right:3.75rem!important}.mb-md-60,.my-md-60{margin-bottom:3.75rem!important}.ml-md-60,.mx-md-60{margin-left:3.75rem!important}.m-md-64{margin:4rem!important}.mt-md-64,.my-md-64{margin-top:4rem!important}.mr-md-64,.mx-md-64{margin-right:4rem!important}.mb-md-64,.my-md-64{margin-bottom:4rem!important}.ml-md-64,.mx-md-64{margin-left:4rem!important}.m-md-68{margin:4.25rem!important}.mt-md-68,.my-md-68{margin-top:4.25rem!important}.mr-md-68,.mx-md-68{margin-right:4.25rem!important}.mb-md-68,.my-md-68{margin-bottom:4.25rem!important}.ml-md-68,.mx-md-68{margin-left:4.25rem!important}.m-md-72{margin:4.5rem!important}.mt-md-72,.my-md-72{margin-top:4.5rem!important}.mr-md-72,.mx-md-72{margin-right:4.5rem!important}.mb-md-72,.my-md-72{margin-bottom:4.5rem!important}.ml-md-72,.mx-md-72{margin-left:4.5rem!important}.m-md-76{margin:4.75rem!important}.mt-md-76,.my-md-76{margin-top:4.75rem!important}.mr-md-76,.mx-md-76{margin-right:4.75rem!important}.mb-md-76,.my-md-76{margin-bottom:4.75rem!important}.ml-md-76,.mx-md-76{margin-left:4.75rem!important}.m-md-80{margin:5rem!important}.mt-md-80,.my-md-80{margin-top:5rem!important}.mr-md-80,.mx-md-80{margin-right:5rem!important}.mb-md-80,.my-md-80{margin-bottom:5rem!important}.ml-md-80,.mx-md-80{margin-left:5rem!important}.m-md-84{margin:5.25rem!important}.mt-md-84,.my-md-84{margin-top:5.25rem!important}.mr-md-84,.mx-md-84{margin-right:5.25rem!important}.mb-md-84,.my-md-84{margin-bottom:5.25rem!important}.ml-md-84,.mx-md-84{margin-left:5.25rem!important}.m-md-88{margin:5.5rem!important}.mt-md-88,.my-md-88{margin-top:5.5rem!important}.mr-md-88,.mx-md-88{margin-right:5.5rem!important}.mb-md-88,.my-md-88{margin-bottom:5.5rem!important}.ml-md-88,.mx-md-88{margin-left:5.5rem!important}.m-md-92{margin:5.75rem!important}.mt-md-92,.my-md-92{margin-top:5.75rem!important}.mr-md-92,.mx-md-92{margin-right:5.75rem!important}.mb-md-92,.my-md-92{margin-bottom:5.75rem!important}.ml-md-92,.mx-md-92{margin-left:5.75rem!important}.m-md-96{margin:6rem!important}.mt-md-96,.my-md-96{margin-top:6rem!important}.mr-md-96,.mx-md-96{margin-right:6rem!important}.mb-md-96,.my-md-96{margin-bottom:6rem!important}.ml-md-96,.mx-md-96{margin-left:6rem!important}.m-md-100{margin:6.25rem!important}.mt-md-100,.my-md-100{margin-top:6.25rem!important}.mr-md-100,.mx-md-100{margin-right:6.25rem!important}.mb-md-100,.my-md-100{margin-bottom:6.25rem!important}.ml-md-100,.mx-md-100{margin-left:6.25rem!important}.m-md-104{margin:6.5rem!important}.mt-md-104,.my-md-104{margin-top:6.5rem!important}.mr-md-104,.mx-md-104{margin-right:6.5rem!important}.mb-md-104,.my-md-104{margin-bottom:6.5rem!important}.ml-md-104,.mx-md-104{margin-left:6.5rem!important}.m-md-108{margin:6.75rem!important}.mt-md-108,.my-md-108{margin-top:6.75rem!important}.mr-md-108,.mx-md-108{margin-right:6.75rem!important}.mb-md-108,.my-md-108{margin-bottom:6.75rem!important}.ml-md-108,.mx-md-108{margin-left:6.75rem!important}.m-md-112{margin:7rem!important}.mt-md-112,.my-md-112{margin-top:7rem!important}.mr-md-112,.mx-md-112{margin-right:7rem!important}.mb-md-112,.my-md-112{margin-bottom:7rem!important}.ml-md-112,.mx-md-112{margin-left:7rem!important}.m-md-116{margin:7.25rem!important}.mt-md-116,.my-md-116{margin-top:7.25rem!important}.mr-md-116,.mx-md-116{margin-right:7.25rem!important}.mb-md-116,.my-md-116{margin-bottom:7.25rem!important}.ml-md-116,.mx-md-116{margin-left:7.25rem!important}.m-md-120{margin:7.5rem!important}.mt-md-120,.my-md-120{margin-top:7.5rem!important}.mr-md-120,.mx-md-120{margin-right:7.5rem!important}.mb-md-120,.my-md-120{margin-bottom:7.5rem!important}.ml-md-120,.mx-md-120{margin-left:7.5rem!important}.m-md-124{margin:7.75rem!important}.mt-md-124,.my-md-124{margin-top:7.75rem!important}.mr-md-124,.mx-md-124{margin-right:7.75rem!important}.mb-md-124,.my-md-124{margin-bottom:7.75rem!important}.ml-md-124,.mx-md-124{margin-left:7.75rem!important}.m-md-128{margin:8rem!important}.mt-md-128,.my-md-128{margin-top:8rem!important}.mr-md-128,.mx-md-128{margin-right:8rem!important}.mb-md-128,.my-md-128{margin-bottom:8rem!important}.ml-md-128,.mx-md-128{margin-left:8rem!important}.m-md-132{margin:8.25rem!important}.mt-md-132,.my-md-132{margin-top:8.25rem!important}.mr-md-132,.mx-md-132{margin-right:8.25rem!important}.mb-md-132,.my-md-132{margin-bottom:8.25rem!important}.ml-md-132,.mx-md-132{margin-left:8.25rem!important}.m-md-136{margin:8.5rem!important}.mt-md-136,.my-md-136{margin-top:8.5rem!important}.mr-md-136,.mx-md-136{margin-right:8.5rem!important}.mb-md-136,.my-md-136{margin-bottom:8.5rem!important}.ml-md-136,.mx-md-136{margin-left:8.5rem!important}.m-md-140{margin:8.75rem!important}.mt-md-140,.my-md-140{margin-top:8.75rem!important}.mr-md-140,.mx-md-140{margin-right:8.75rem!important}.mb-md-140,.my-md-140{margin-bottom:8.75rem!important}.ml-md-140,.mx-md-140{margin-left:8.75rem!important}.m-md-144{margin:9rem!important}.mt-md-144,.my-md-144{margin-top:9rem!important}.mr-md-144,.mx-md-144{margin-right:9rem!important}.mb-md-144,.my-md-144{margin-bottom:9rem!important}.ml-md-144,.mx-md-144{margin-left:9rem!important}.m-md-148{margin:9.25rem!important}.mt-md-148,.my-md-148{margin-top:9.25rem!important}.mr-md-148,.mx-md-148{margin-right:9.25rem!important}.mb-md-148,.my-md-148{margin-bottom:9.25rem!important}.ml-md-148,.mx-md-148{margin-left:9.25rem!important}.m-md-152{margin:9.5rem!important}.mt-md-152,.my-md-152{margin-top:9.5rem!important}.mr-md-152,.mx-md-152{margin-right:9.5rem!important}.mb-md-152,.my-md-152{margin-bottom:9.5rem!important}.ml-md-152,.mx-md-152{margin-left:9.5rem!important}.m-md-156{margin:9.75rem!important}.mt-md-156,.my-md-156{margin-top:9.75rem!important}.mr-md-156,.mx-md-156{margin-right:9.75rem!important}.mb-md-156,.my-md-156{margin-bottom:9.75rem!important}.ml-md-156,.mx-md-156{margin-left:9.75rem!important}.m-md-160{margin:10rem!important}.mt-md-160,.my-md-160{margin-top:10rem!important}.mr-md-160,.mx-md-160{margin-right:10rem!important}.mb-md-160,.my-md-160{margin-bottom:10rem!important}.ml-md-160,.mx-md-160{margin-left:10rem!important}.m-md-164{margin:10.25rem!important}.mt-md-164,.my-md-164{margin-top:10.25rem!important}.mr-md-164,.mx-md-164{margin-right:10.25rem!important}.mb-md-164,.my-md-164{margin-bottom:10.25rem!important}.ml-md-164,.mx-md-164{margin-left:10.25rem!important}.m-md-168{margin:10.5rem!important}.mt-md-168,.my-md-168{margin-top:10.5rem!important}.mr-md-168,.mx-md-168{margin-right:10.5rem!important}.mb-md-168,.my-md-168{margin-bottom:10.5rem!important}.ml-md-168,.mx-md-168{margin-left:10.5rem!important}.m-md-172{margin:10.75rem!important}.mt-md-172,.my-md-172{margin-top:10.75rem!important}.mr-md-172,.mx-md-172{margin-right:10.75rem!important}.mb-md-172,.my-md-172{margin-bottom:10.75rem!important}.ml-md-172,.mx-md-172{margin-left:10.75rem!important}.m-md-176{margin:11rem!important}.mt-md-176,.my-md-176{margin-top:11rem!important}.mr-md-176,.mx-md-176{margin-right:11rem!important}.mb-md-176,.my-md-176{margin-bottom:11rem!important}.ml-md-176,.mx-md-176{margin-left:11rem!important}.m-md-180{margin:11.25rem!important}.mt-md-180,.my-md-180{margin-top:11.25rem!important}.mr-md-180,.mx-md-180{margin-right:11.25rem!important}.mb-md-180,.my-md-180{margin-bottom:11.25rem!important}.ml-md-180,.mx-md-180{margin-left:11.25rem!important}.m-md-184{margin:11.5rem!important}.mt-md-184,.my-md-184{margin-top:11.5rem!important}.mr-md-184,.mx-md-184{margin-right:11.5rem!important}.mb-md-184,.my-md-184{margin-bottom:11.5rem!important}.ml-md-184,.mx-md-184{margin-left:11.5rem!important}.m-md-188{margin:11.75rem!important}.mt-md-188,.my-md-188{margin-top:11.75rem!important}.mr-md-188,.mx-md-188{margin-right:11.75rem!important}.mb-md-188,.my-md-188{margin-bottom:11.75rem!important}.ml-md-188,.mx-md-188{margin-left:11.75rem!important}.m-md-192{margin:12rem!important}.mt-md-192,.my-md-192{margin-top:12rem!important}.mr-md-192,.mx-md-192{margin-right:12rem!important}.mb-md-192,.my-md-192{margin-bottom:12rem!important}.ml-md-192,.mx-md-192{margin-left:12rem!important}.m-md-196{margin:12.25rem!important}.mt-md-196,.my-md-196{margin-top:12.25rem!important}.mr-md-196,.mx-md-196{margin-right:12.25rem!important}.mb-md-196,.my-md-196{margin-bottom:12.25rem!important}.ml-md-196,.mx-md-196{margin-left:12.25rem!important}.m-md-200{margin:12.5rem!important}.mt-md-200,.my-md-200{margin-top:12.5rem!important}.mr-md-200,.mx-md-200{margin-right:12.5rem!important}.mb-md-200,.my-md-200{margin-bottom:12.5rem!important}.ml-md-200,.mx-md-200{margin-left:12.5rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}.m-md-1{margin:.0625rem!important}.mt-md-1,.my-md-1{margin-top:.0625rem!important}.mr-md-1,.mx-md-1{margin-right:.0625rem!important}.mb-md-1,.my-md-1{margin-bottom:.0625rem!important}.ml-md-1,.mx-md-1{margin-left:.0625rem!important}.m-md-2{margin:.125rem!important}.mt-md-2,.my-md-2{margin-top:.125rem!important}.mr-md-2,.mx-md-2{margin-right:.125rem!important}.mb-md-2,.my-md-2{margin-bottom:.125rem!important}.ml-md-2,.mx-md-2{margin-left:.125rem!important}.m-md-10{margin:.625rem!important}.mt-md-10,.my-md-10{margin-top:.625rem!important}.mr-md-10,.mx-md-10{margin-right:.625rem!important}.mb-md-10,.my-md-10{margin-bottom:.625rem!important}.ml-md-10,.mx-md-10{margin-left:.625rem!important}.m-md-18{margin:1.125rem!important}.mt-md-18,.my-md-18{margin-top:1.125rem!important}.mr-md-18,.mx-md-18{margin-right:1.125rem!important}.mb-md-18,.my-md-18{margin-bottom:1.125rem!important}.ml-md-18,.mx-md-18{margin-left:1.125rem!important}.p-md-0{padding:0rem!important}.pt-md-0,.py-md-0{padding-top:0rem!important}.pr-md-0,.px-md-0{padding-right:0rem!important}.pb-md-0,.py-md-0{padding-bottom:0rem!important}.pl-md-0,.px-md-0{padding-left:0rem!important}.p-md-4{padding:.25rem!important}.pt-md-4,.py-md-4{padding-top:.25rem!important}.pr-md-4,.px-md-4{padding-right:.25rem!important}.pb-md-4,.py-md-4{padding-bottom:.25rem!important}.pl-md-4,.px-md-4{padding-left:.25rem!important}.p-md-8{padding:.5rem!important}.pt-md-8,.py-md-8{padding-top:.5rem!important}.pr-md-8,.px-md-8{padding-right:.5rem!important}.pb-md-8,.py-md-8{padding-bottom:.5rem!important}.pl-md-8,.px-md-8{padding-left:.5rem!important}.p-md-12{padding:.75rem!important}.pt-md-12,.py-md-12{padding-top:.75rem!important}.pr-md-12,.px-md-12{padding-right:.75rem!important}.pb-md-12,.py-md-12{padding-bottom:.75rem!important}.pl-md-12,.px-md-12{padding-left:.75rem!important}.p-md-16{padding:1rem!important}.pt-md-16,.py-md-16{padding-top:1rem!important}.pr-md-16,.px-md-16{padding-right:1rem!important}.pb-md-16,.py-md-16{padding-bottom:1rem!important}.pl-md-16,.px-md-16{padding-left:1rem!important}.p-md-20{padding:1.25rem!important}.pt-md-20,.py-md-20{padding-top:1.25rem!important}.pr-md-20,.px-md-20{padding-right:1.25rem!important}.pb-md-20,.py-md-20{padding-bottom:1.25rem!important}.pl-md-20,.px-md-20{padding-left:1.25rem!important}.p-md-24{padding:1.5rem!important}.pt-md-24,.py-md-24{padding-top:1.5rem!important}.pr-md-24,.px-md-24{padding-right:1.5rem!important}.pb-md-24,.py-md-24{padding-bottom:1.5rem!important}.pl-md-24,.px-md-24{padding-left:1.5rem!important}.p-md-28{padding:1.75rem!important}.pt-md-28,.py-md-28{padding-top:1.75rem!important}.pr-md-28,.px-md-28{padding-right:1.75rem!important}.pb-md-28,.py-md-28{padding-bottom:1.75rem!important}.pl-md-28,.px-md-28{padding-left:1.75rem!important}.p-md-32{padding:2rem!important}.pt-md-32,.py-md-32{padding-top:2rem!important}.pr-md-32,.px-md-32{padding-right:2rem!important}.pb-md-32,.py-md-32{padding-bottom:2rem!important}.pl-md-32,.px-md-32{padding-left:2rem!important}.p-md-36{padding:2.25rem!important}.pt-md-36,.py-md-36{padding-top:2.25rem!important}.pr-md-36,.px-md-36{padding-right:2.25rem!important}.pb-md-36,.py-md-36{padding-bottom:2.25rem!important}.pl-md-36,.px-md-36{padding-left:2.25rem!important}.p-md-40{padding:2.5rem!important}.pt-md-40,.py-md-40{padding-top:2.5rem!important}.pr-md-40,.px-md-40{padding-right:2.5rem!important}.pb-md-40,.py-md-40{padding-bottom:2.5rem!important}.pl-md-40,.px-md-40{padding-left:2.5rem!important}.p-md-44{padding:2.75rem!important}.pt-md-44,.py-md-44{padding-top:2.75rem!important}.pr-md-44,.px-md-44{padding-right:2.75rem!important}.pb-md-44,.py-md-44{padding-bottom:2.75rem!important}.pl-md-44,.px-md-44{padding-left:2.75rem!important}.p-md-48{padding:3rem!important}.pt-md-48,.py-md-48{padding-top:3rem!important}.pr-md-48,.px-md-48{padding-right:3rem!important}.pb-md-48,.py-md-48{padding-bottom:3rem!important}.pl-md-48,.px-md-48{padding-left:3rem!important}.p-md-52{padding:3.25rem!important}.pt-md-52,.py-md-52{padding-top:3.25rem!important}.pr-md-52,.px-md-52{padding-right:3.25rem!important}.pb-md-52,.py-md-52{padding-bottom:3.25rem!important}.pl-md-52,.px-md-52{padding-left:3.25rem!important}.p-md-56{padding:3.5rem!important}.pt-md-56,.py-md-56{padding-top:3.5rem!important}.pr-md-56,.px-md-56{padding-right:3.5rem!important}.pb-md-56,.py-md-56{padding-bottom:3.5rem!important}.pl-md-56,.px-md-56{padding-left:3.5rem!important}.p-md-60{padding:3.75rem!important}.pt-md-60,.py-md-60{padding-top:3.75rem!important}.pr-md-60,.px-md-60{padding-right:3.75rem!important}.pb-md-60,.py-md-60{padding-bottom:3.75rem!important}.pl-md-60,.px-md-60{padding-left:3.75rem!important}.p-md-64{padding:4rem!important}.pt-md-64,.py-md-64{padding-top:4rem!important}.pr-md-64,.px-md-64{padding-right:4rem!important}.pb-md-64,.py-md-64{padding-bottom:4rem!important}.pl-md-64,.px-md-64{padding-left:4rem!important}.p-md-68{padding:4.25rem!important}.pt-md-68,.py-md-68{padding-top:4.25rem!important}.pr-md-68,.px-md-68{padding-right:4.25rem!important}.pb-md-68,.py-md-68{padding-bottom:4.25rem!important}.pl-md-68,.px-md-68{padding-left:4.25rem!important}.p-md-72{padding:4.5rem!important}.pt-md-72,.py-md-72{padding-top:4.5rem!important}.pr-md-72,.px-md-72{padding-right:4.5rem!important}.pb-md-72,.py-md-72{padding-bottom:4.5rem!important}.pl-md-72,.px-md-72{padding-left:4.5rem!important}.p-md-76{padding:4.75rem!important}.pt-md-76,.py-md-76{padding-top:4.75rem!important}.pr-md-76,.px-md-76{padding-right:4.75rem!important}.pb-md-76,.py-md-76{padding-bottom:4.75rem!important}.pl-md-76,.px-md-76{padding-left:4.75rem!important}.p-md-80{padding:5rem!important}.pt-md-80,.py-md-80{padding-top:5rem!important}.pr-md-80,.px-md-80{padding-right:5rem!important}.pb-md-80,.py-md-80{padding-bottom:5rem!important}.pl-md-80,.px-md-80{padding-left:5rem!important}.p-md-84{padding:5.25rem!important}.pt-md-84,.py-md-84{padding-top:5.25rem!important}.pr-md-84,.px-md-84{padding-right:5.25rem!important}.pb-md-84,.py-md-84{padding-bottom:5.25rem!important}.pl-md-84,.px-md-84{padding-left:5.25rem!important}.p-md-88{padding:5.5rem!important}.pt-md-88,.py-md-88{padding-top:5.5rem!important}.pr-md-88,.px-md-88{padding-right:5.5rem!important}.pb-md-88,.py-md-88{padding-bottom:5.5rem!important}.pl-md-88,.px-md-88{padding-left:5.5rem!important}.p-md-92{padding:5.75rem!important}.pt-md-92,.py-md-92{padding-top:5.75rem!important}.pr-md-92,.px-md-92{padding-right:5.75rem!important}.pb-md-92,.py-md-92{padding-bottom:5.75rem!important}.pl-md-92,.px-md-92{padding-left:5.75rem!important}.p-md-96{padding:6rem!important}.pt-md-96,.py-md-96{padding-top:6rem!important}.pr-md-96,.px-md-96{padding-right:6rem!important}.pb-md-96,.py-md-96{padding-bottom:6rem!important}.pl-md-96,.px-md-96{padding-left:6rem!important}.p-md-100{padding:6.25rem!important}.pt-md-100,.py-md-100{padding-top:6.25rem!important}.pr-md-100,.px-md-100{padding-right:6.25rem!important}.pb-md-100,.py-md-100{padding-bottom:6.25rem!important}.pl-md-100,.px-md-100{padding-left:6.25rem!important}.p-md-104{padding:6.5rem!important}.pt-md-104,.py-md-104{padding-top:6.5rem!important}.pr-md-104,.px-md-104{padding-right:6.5rem!important}.pb-md-104,.py-md-104{padding-bottom:6.5rem!important}.pl-md-104,.px-md-104{padding-left:6.5rem!important}.p-md-108{padding:6.75rem!important}.pt-md-108,.py-md-108{padding-top:6.75rem!important}.pr-md-108,.px-md-108{padding-right:6.75rem!important}.pb-md-108,.py-md-108{padding-bottom:6.75rem!important}.pl-md-108,.px-md-108{padding-left:6.75rem!important}.p-md-112{padding:7rem!important}.pt-md-112,.py-md-112{padding-top:7rem!important}.pr-md-112,.px-md-112{padding-right:7rem!important}.pb-md-112,.py-md-112{padding-bottom:7rem!important}.pl-md-112,.px-md-112{padding-left:7rem!important}.p-md-116{padding:7.25rem!important}.pt-md-116,.py-md-116{padding-top:7.25rem!important}.pr-md-116,.px-md-116{padding-right:7.25rem!important}.pb-md-116,.py-md-116{padding-bottom:7.25rem!important}.pl-md-116,.px-md-116{padding-left:7.25rem!important}.p-md-120{padding:7.5rem!important}.pt-md-120,.py-md-120{padding-top:7.5rem!important}.pr-md-120,.px-md-120{padding-right:7.5rem!important}.pb-md-120,.py-md-120{padding-bottom:7.5rem!important}.pl-md-120,.px-md-120{padding-left:7.5rem!important}.p-md-124{padding:7.75rem!important}.pt-md-124,.py-md-124{padding-top:7.75rem!important}.pr-md-124,.px-md-124{padding-right:7.75rem!important}.pb-md-124,.py-md-124{padding-bottom:7.75rem!important}.pl-md-124,.px-md-124{padding-left:7.75rem!important}.p-md-128{padding:8rem!important}.pt-md-128,.py-md-128{padding-top:8rem!important}.pr-md-128,.px-md-128{padding-right:8rem!important}.pb-md-128,.py-md-128{padding-bottom:8rem!important}.pl-md-128,.px-md-128{padding-left:8rem!important}.p-md-132{padding:8.25rem!important}.pt-md-132,.py-md-132{padding-top:8.25rem!important}.pr-md-132,.px-md-132{padding-right:8.25rem!important}.pb-md-132,.py-md-132{padding-bottom:8.25rem!important}.pl-md-132,.px-md-132{padding-left:8.25rem!important}.p-md-136{padding:8.5rem!important}.pt-md-136,.py-md-136{padding-top:8.5rem!important}.pr-md-136,.px-md-136{padding-right:8.5rem!important}.pb-md-136,.py-md-136{padding-bottom:8.5rem!important}.pl-md-136,.px-md-136{padding-left:8.5rem!important}.p-md-140{padding:8.75rem!important}.pt-md-140,.py-md-140{padding-top:8.75rem!important}.pr-md-140,.px-md-140{padding-right:8.75rem!important}.pb-md-140,.py-md-140{padding-bottom:8.75rem!important}.pl-md-140,.px-md-140{padding-left:8.75rem!important}.p-md-144{padding:9rem!important}.pt-md-144,.py-md-144{padding-top:9rem!important}.pr-md-144,.px-md-144{padding-right:9rem!important}.pb-md-144,.py-md-144{padding-bottom:9rem!important}.pl-md-144,.px-md-144{padding-left:9rem!important}.p-md-148{padding:9.25rem!important}.pt-md-148,.py-md-148{padding-top:9.25rem!important}.pr-md-148,.px-md-148{padding-right:9.25rem!important}.pb-md-148,.py-md-148{padding-bottom:9.25rem!important}.pl-md-148,.px-md-148{padding-left:9.25rem!important}.p-md-152{padding:9.5rem!important}.pt-md-152,.py-md-152{padding-top:9.5rem!important}.pr-md-152,.px-md-152{padding-right:9.5rem!important}.pb-md-152,.py-md-152{padding-bottom:9.5rem!important}.pl-md-152,.px-md-152{padding-left:9.5rem!important}.p-md-156{padding:9.75rem!important}.pt-md-156,.py-md-156{padding-top:9.75rem!important}.pr-md-156,.px-md-156{padding-right:9.75rem!important}.pb-md-156,.py-md-156{padding-bottom:9.75rem!important}.pl-md-156,.px-md-156{padding-left:9.75rem!important}.p-md-160{padding:10rem!important}.pt-md-160,.py-md-160{padding-top:10rem!important}.pr-md-160,.px-md-160{padding-right:10rem!important}.pb-md-160,.py-md-160{padding-bottom:10rem!important}.pl-md-160,.px-md-160{padding-left:10rem!important}.p-md-164{padding:10.25rem!important}.pt-md-164,.py-md-164{padding-top:10.25rem!important}.pr-md-164,.px-md-164{padding-right:10.25rem!important}.pb-md-164,.py-md-164{padding-bottom:10.25rem!important}.pl-md-164,.px-md-164{padding-left:10.25rem!important}.p-md-168{padding:10.5rem!important}.pt-md-168,.py-md-168{padding-top:10.5rem!important}.pr-md-168,.px-md-168{padding-right:10.5rem!important}.pb-md-168,.py-md-168{padding-bottom:10.5rem!important}.pl-md-168,.px-md-168{padding-left:10.5rem!important}.p-md-172{padding:10.75rem!important}.pt-md-172,.py-md-172{padding-top:10.75rem!important}.pr-md-172,.px-md-172{padding-right:10.75rem!important}.pb-md-172,.py-md-172{padding-bottom:10.75rem!important}.pl-md-172,.px-md-172{padding-left:10.75rem!important}.p-md-176{padding:11rem!important}.pt-md-176,.py-md-176{padding-top:11rem!important}.pr-md-176,.px-md-176{padding-right:11rem!important}.pb-md-176,.py-md-176{padding-bottom:11rem!important}.pl-md-176,.px-md-176{padding-left:11rem!important}.p-md-180{padding:11.25rem!important}.pt-md-180,.py-md-180{padding-top:11.25rem!important}.pr-md-180,.px-md-180{padding-right:11.25rem!important}.pb-md-180,.py-md-180{padding-bottom:11.25rem!important}.pl-md-180,.px-md-180{padding-left:11.25rem!important}.p-md-184{padding:11.5rem!important}.pt-md-184,.py-md-184{padding-top:11.5rem!important}.pr-md-184,.px-md-184{padding-right:11.5rem!important}.pb-md-184,.py-md-184{padding-bottom:11.5rem!important}.pl-md-184,.px-md-184{padding-left:11.5rem!important}.p-md-188{padding:11.75rem!important}.pt-md-188,.py-md-188{padding-top:11.75rem!important}.pr-md-188,.px-md-188{padding-right:11.75rem!important}.pb-md-188,.py-md-188{padding-bottom:11.75rem!important}.pl-md-188,.px-md-188{padding-left:11.75rem!important}.p-md-192{padding:12rem!important}.pt-md-192,.py-md-192{padding-top:12rem!important}.pr-md-192,.px-md-192{padding-right:12rem!important}.pb-md-192,.py-md-192{padding-bottom:12rem!important}.pl-md-192,.px-md-192{padding-left:12rem!important}.p-md-196{padding:12.25rem!important}.pt-md-196,.py-md-196{padding-top:12.25rem!important}.pr-md-196,.px-md-196{padding-right:12.25rem!important}.pb-md-196,.py-md-196{padding-bottom:12.25rem!important}.pl-md-196,.px-md-196{padding-left:12.25rem!important}.p-md-200{padding:12.5rem!important}.pt-md-200,.py-md-200{padding-top:12.5rem!important}.pr-md-200,.px-md-200{padding-right:12.5rem!important}.pb-md-200,.py-md-200{padding-bottom:12.5rem!important}.pl-md-200,.px-md-200{padding-left:12.5rem!important}.p-md-auto{padding:auto!important}.pt-md-auto,.py-md-auto{padding-top:auto!important}.pr-md-auto,.px-md-auto{padding-right:auto!important}.pb-md-auto,.py-md-auto{padding-bottom:auto!important}.pl-md-auto,.px-md-auto{padding-left:auto!important}.p-md-1{padding:.0625rem!important}.pt-md-1,.py-md-1{padding-top:.0625rem!important}.pr-md-1,.px-md-1{padding-right:.0625rem!important}.pb-md-1,.py-md-1{padding-bottom:.0625rem!important}.pl-md-1,.px-md-1{padding-left:.0625rem!important}.p-md-2{padding:.125rem!important}.pt-md-2,.py-md-2{padding-top:.125rem!important}.pr-md-2,.px-md-2{padding-right:.125rem!important}.pb-md-2,.py-md-2{padding-bottom:.125rem!important}.pl-md-2,.px-md-2{padding-left:.125rem!important}.p-md-10{padding:.625rem!important}.pt-md-10,.py-md-10{padding-top:.625rem!important}.pr-md-10,.px-md-10{padding-right:.625rem!important}.pb-md-10,.py-md-10{padding-bottom:.625rem!important}.pl-md-10,.px-md-10{padding-left:.625rem!important}.p-md-18{padding:1.125rem!important}.pt-md-18,.py-md-18{padding-top:1.125rem!important}.pr-md-18,.px-md-18{padding-right:1.125rem!important}.pb-md-18,.py-md-18{padding-bottom:1.125rem!important}.pl-md-18,.px-md-18{padding-left:1.125rem!important}}.rounded-0{border-radius:0!important}.rounded-4{border-radius:4px!important}.rounded-8{border-radius:8px!important}.rounded-12{border-radius:12px!important}.rounded-24{border-radius:24px!important}.rounded-36{border-radius:36px!important}@media (min-width: 376px){.rounded-xs-0{border-radius:0!important}.rounded-xs-4{border-radius:4px!important}.rounded-xs-8{border-radius:8px!important}.rounded-xs-12{border-radius:12px!important}.rounded-xs-24{border-radius:24px!important}.rounded-xs-36{border-radius:36px!important}}@media (min-width: 576px){.rounded-sm-0{border-radius:0!important}.rounded-sm-4{border-radius:4px!important}.rounded-sm-8{border-radius:8px!important}.rounded-sm-12{border-radius:12px!important}.rounded-sm-24{border-radius:24px!important}.rounded-sm-36{border-radius:36px!important}}@media (min-width: 768px){.rounded-md-0{border-radius:0!important}.rounded-md-4{border-radius:4px!important}.rounded-md-8{border-radius:8px!important}.rounded-md-12{border-radius:12px!important}.rounded-md-24{border-radius:24px!important}.rounded-md-36{border-radius:36px!important}}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}@media (min-width: 376px){.order-xs-0{order:0!important}.order-xs-1{order:1!important}.order-xs-2{order:2!important}.order-xs-3{order:3!important}.order-xs-4{order:4!important}.order-xs-5{order:5!important}.order-xs-6{order:6!important}.order-xs-7{order:7!important}.order-xs-8{order:8!important}.order-xs-9{order:9!important}}@media (min-width: 576px){.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-6{order:6!important}.order-sm-7{order:7!important}.order-sm-8{order:8!important}.order-sm-9{order:9!important}}@media (min-width: 768px){.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-6{order:6!important}.order-md-7{order:7!important}.order-md-8{order:8!important}.order-md-9{order:9!important}}.flex-row{flex-direction:row!important}.flex-col{flex-direction:column!important}@media (min-width: 376px){.flex-xs-row{flex-direction:row!important}.flex-xs-col{flex-direction:column!important}}@media (min-width: 576px){.flex-sm-row{flex-direction:row!important}.flex-sm-col{flex-direction:column!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-col{flex-direction:column!important}}.absolute{position:absolute}.relative{position:relative}.flex{display:flex}.inline-flex{display:inline-flex}.inline-block{display:inline-block}.min-h-screen{min-height:calc(var(--dvh) * 100)}.h-full{height:100%!important}.max-w-none{max-width:none}.flex-none{flex:none}.items-center{align-items:center!important}.items-end{align-items:flex-end!important}.items-start{align-items:flex-start!important}.items-baseline{align-items:baseline!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.justify-around{justify-content:space-around!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.self-center{align-self:center!important}.w-full{width:100%}.no-vertical-padding{padding-top:0;padding-bottom:0}.filter-paddings{padding:40px 120px 0;max-width:1200px;margin:0 auto}@media (max-width: 767px){.filter-paddings{padding:0}}:root{--z-hide: -1;--z-base: 0;--z-10: 10;--z-20: 20;--z-30: 30;--z-40: 40;--z-50: 50;--z-60: 60;--z-navigation: 500;--z-dropdown: 750;--z-dialog: 1000;--z-toast: 1500}.z-hide{z-index:-1}.z-base{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-60{z-index:60}.z-navigation{z-index:500}.z-dropdown{z-index:750}.z-dialog{z-index:1000}.z-toast{z-index:1500}@media (min-width: 768px){.screen-small{max-width:400px;margin:0 auto;padding-top:40px;overflow:auto}}@media (min-width: 576px) and (max-width: 600px){.screen-medium{padding-left:1rem;padding-right:1rem}}@media (min-width: 768px){.screen-medium{max-width:600px;margin:0 auto;padding-top:40px;overflow:auto}}@media (min-width: 576px) and (max-width: 1200px){.screen-large{padding-left:1rem;padding-right:1rem}}@media (min-width: 768px){.screen-large{max-width:1200px;margin:0 auto;padding-top:40px;overflow:auto}}@media (min-width: 768px){.screen-full{max-width:100%;margin:0 auto;overflow:auto;padding:0}}.virtual-container{overflow:hidden}@media (max-width: 767px){.virtual-container{padding:0}}.virtual-container.-standalone{height:calc(var(--dvh) * 100)!important}@media (min-width: 768px){.virtual-container{height:calc(calc(var(--dvh) * 100) - 72px - 40px);padding-bottom:0!important}.virtual-container.-no-padding{height:calc(calc(var(--dvh) * 100) - 72px);padding-top:0}.fullheight-centered-container{display:flex;align-items:center;justify-content:center;height:calc(var(--dvh) * 100);padding:0!important}}@-webkit-keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.spinner{--spinner-width: 3px;width:1.5rem;height:1.5rem;border-radius:50%;background:conic-gradient(rgba(0,0,0,0) 10%,#fff);-webkit-mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - var(--spinner-width)),#000 0);mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - var(--spinner-width)),#000 0);-webkit-animation:spinner 1s infinite linear;animation:spinner 1s infinite linear;flex-shrink:0}.spinner.-dark{background:conic-gradient(rgba(0,0,0,0) 10%,#000);-webkit-mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - var(--spinner-width)),#fff 0);mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - var(--spinner-width)),#fff 0)}.spinner.-small{width:1.25rem;height:1.25rem}.spinner.-large{--spinner-width: 4px;width:3.125rem;height:3.125rem}.spinner.-xlarge{--spinner-width: 5px;width:5.125rem;height:5.125rem}.spinner-wrapper{display:flex;justify-content:center;align-items:center;height:auto;width:auto;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.spinner-wrapper.-standalone{height:auto;max-width:100%;position:static;-webkit-transform:none;transform:none}.spinner-wrapper.-spinner{width:100%}@font-face{font-family:stax-icons;src:url(data:application/font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMghp/pAAAAC8AAAAYGNtYXAXVtKHAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZvyUlpYAAAF4AAABkGhlYWQe8vMbAAADCAAAADZoaGVhAyEB3gAAA0AAAAAkaG10eAPWAA0AAANkAAAAFGxvY2EAKADcAAADeAAAAAxtYXhwAAkAhgAAA4QAAAAgbmFtZenu+BsAAAOkAAABqnBvc3QAAwAAAAAFUAAAACAAAwDrAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAAHX/9gAKAHXACgAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6QD//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAA3/0AFIAdAAHgA9AIMAABMmIiMiBgcVBwYUFRQWFzEWMjMyNjcxNzwBNTQmJzERJiIjIgYHMQcGFBUUFhcxFjIzMjY3NTc8ATU0JicxAyIGBw4BFRQWFx4BOwEyFhceARUUBgcOASsBIgYVMRQWMzEzMjY3PgE1NCYnLgErASImJy4BNTQ2Nz4BOwEyNjUxNCYjMbkBAwIHCwIUAQgHAgMBBwwCFAgHAQMCBwsCFAEIBwIDAQcMAhQIB0cUJQ4OEBAODiUUcQwWCAgJCQgIFgvCCQwMCcEUJQ4PDw8PDiUTcgwWCAgICAgIFgyqCQ0NCQHPAQkGAUcBAwIHCwIBCQZIAQMCBwsC/nIBCQZIAQMCBwsCAQkGAUcBAwIHCwIBMg4ODSQUEyQODQ8JBwgUCgsUBwgJDAkJDA4ODSQUEyQODQ8ICAgUCgsUBwgJDAkJDAAAAQAAAAEAAOVxah9fDzz1AAsCAAAAAADfRdk/AAAAAN9F2T8AAP/QAUgB0AAAAAgAAgAAAAAAAAABAAAB1//YAAACAAAAAAABSAABAAAAAAAAAAAAAAAAAAAABQIAAAAAAAAAAAAAAACAAAABVgANAAAAAAAKABQAHgDIAAEAAAAFAIQAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAKAAAAAQAAAAAAAgAHAHsAAQAAAAAAAwAKAD8AAQAAAAAABAAKAJAAAQAAAAAABQALAB4AAQAAAAAABgAKAF0AAQAAAAAACgAaAK4AAwABBAkAAQAUAAoAAwABBAkAAgAOAIIAAwABBAkAAwAUAEkAAwABBAkABAAUAJoAAwABBAkABQAWACkAAwABBAkABgAUAGcAAwABBAkACgA0AMhzdGF4LXRva2VuAHMAdABhAHgALQB0AG8AawBlAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBzdGF4LXRva2VuAHMAdABhAHgALQB0AG8AawBlAG5zdGF4LXRva2VuAHMAdABhAHgALQB0AG8AawBlAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJzdGF4LXRva2VuAHMAdABhAHgALQB0AG8AawBlAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype")}@font-face{font-family:Roboto;src:url(/assets/Roboto-Regular.319cff6e.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-Italic.8aaf23ac.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Roboto;src:url(/assets/Roboto-Thin.bf9760a4.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-ThinItalic.cacbe64b.ttf) format("truetype");font-weight:100;font-style:italic}@font-face{font-family:Roboto;src:url(/assets/Roboto-Thin.bf9760a4.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-ThinItalic.cacbe64b.ttf) format("truetype");font-weight:200;font-style:italic}@font-face{font-family:Roboto;src:url(/assets/Roboto-Light.c576c506.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-LightItalic.a4840622.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Roboto;src:url(/assets/Roboto-Medium.4ac8e036.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-MediumItalic.8524736b.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:Roboto;src:url(/assets/Roboto-Medium.4ac8e036.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-MediumItalic.8524736b.ttf) format("truetype");font-weight:600;font-style:italic}@font-face{font-family:Roboto;src:url(/assets/Roboto-Bold.baf44ce8.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-BoldItalic.467a9ef7.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Roboto;src:url(/assets/Roboto-Black.2e337683.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Roboto;src:url(/assets/Roboto-BlackItalic.c2d13e2d.ttf) format("truetype");font-weight:900;font-style:italic}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-Thin.woff2) format("woff2");font-weight:100;font-style:normal}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-ThinItalic.woff2) format("woff2");font-weight:100;font-style:italic}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-ExtraLight.woff2) format("woff2");font-weight:200;font-style:normal}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-ExtraLightItalic.woff2) format("woff2");font-weight:200;font-style:italic}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-Light.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-LightItalic.woff2) format("woff2");font-weight:300;font-style:italic}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-Italic.woff2) format("woff2");font-weight:400;font-style:italic}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-Medium.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-MediumItalic.woff2) format("woff2");font-weight:500;font-style:italic}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-SemiBoldItalic.woff2) format("woff2");font-weight:600;font-style:italic}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-Bold.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-BoldItalic.woff2) format("woff2");font-weight:700;font-style:italic}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-ExtraBold.woff2) format("woff2");font-weight:800;font-style:normal}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-ExtraBoldItalic.woff2) format("woff2");font-weight:800;font-style:italic}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-Black.woff2) format("woff2");font-weight:900;font-style:normal}@font-face{font-family:Poppins;src:url(/src/assets/fonts/poppins/Poppins-BlackItalic.woff2) format("woff2");font-weight:900;font-style:italic}.text-heading-xxlarge-short{font-size:3.5rem;line-height:3.7rem}.text-heading-xxlarge-long{font-size:3.5rem;line-height:4rem}.text-heading-xlarge-short{font-size:3rem;line-height:3.2rem}.text-heading-xlarge-long{font-size:3rem;line-height:3.5rem}.text-heading-large-short{font-size:2.625rem;line-height:2.825rem}.text-heading-large-long{font-size:2.625rem;line-height:3.125rem}.text-heading1-short{font-size:2.25rem;line-height:2.45rem}.text-heading1-long{font-size:2.25rem;line-height:2.75rem}.text-heading2-short{font-size:2rem;line-height:2.2rem}.text-heading2-long{font-size:2rem;line-height:2.5rem}.text-numing2-short{font-size:2rem;line-height:2.2rem}.text-numing2-long{font-size:2rem;line-height:2.5rem}.text-heading3-short{font-size:1.75rem;line-height:1.95rem}.text-heading3-long{font-size:1.75rem;line-height:2.25rem}.text-heading4-short{font-size:1.625rem;line-height:1.825rem}.text-heading4-long{font-size:1.625rem;line-height:2.125rem}.text-heading5-short{font-size:1.5rem;line-height:1.7rem}.text-heading5-long{font-size:1.5rem;line-height:2rem}.text-numing5-short{font-size:1.5rem;line-height:1.7rem}.text-numing5-long{font-size:1.5rem;line-height:2rem}.text-heading6-short{font-size:1.25rem;line-height:1.45rem}.text-heading6-long{font-size:1.25rem;line-height:1.75rem}.text-heading7-short{font-size:1.125rem;line-height:1.325rem}.text-heading7-long{font-size:1.125rem;line-height:1.625rem}.text-body-large-short{font-size:1.125rem;line-height:1.325rem}.text-body-large-long{font-size:1.125rem;line-height:1.625rem}.text-input-short{font-size:1.125rem;line-height:1.325rem}.text-input-long{font-size:1.125rem;line-height:1.625rem}.text-num-large-short{font-size:1.125rem;line-height:1.325rem}.text-num-large-long{font-size:1.125rem;line-height:1.625rem}.text-body-short{font-size:1rem;line-height:1.2rem}.text-body-long{font-size:1rem;line-height:1.5rem}.text-button-short{font-size:1rem;line-height:1.2rem}.text-button-long{font-size:1rem;line-height:1.5rem}.text-button-titlecase-short{font-size:1rem;line-height:1.2rem}.text-button-titlecase-long{font-size:1rem;line-height:1.5rem}.text-num-short{font-size:1rem;line-height:1.2rem}.text-num-long{font-size:1rem;line-height:1.5rem}.text-body-small-short{font-size:.875rem;line-height:1.075rem}.text-body-small-long{font-size:.875rem;line-height:1.375rem}.text-input-hint-short{font-size:.875rem;line-height:1.075rem}.text-input-hint-long{font-size:.875rem;line-height:1.375rem}.text-button-titlecase-small-short{font-size:.875rem;line-height:1.075rem}.text-button-titlecase-small-long{font-size:.875rem;line-height:1.375rem}.text-num-small-short{font-size:.875rem;line-height:1.075rem}.text-num-small-long{font-size:.875rem;line-height:1.375rem}.text-body-xsmall-short{font-size:.75rem;line-height:.95rem}.text-body-xsmall-long{font-size:.75rem;line-height:1.25rem}.text-input-label-short{font-size:.75rem;line-height:.95rem}.text-input-label-long{font-size:.75rem;line-height:1.25rem}.text-input-selection-short{font-size:.75rem;line-height:.95rem}.text-input-selection-long{font-size:.75rem;line-height:1.25rem}.text-num-xsmall-short{font-size:.75rem;line-height:.95rem}.text-num-xsmall-long{font-size:.75rem;line-height:1.25rem}.text-body-xxsmall-short{font-size:.625rem;line-height:.825rem}.text-body-xxsmall-long{font-size:.625rem;line-height:1.125rem}.text-num-xxsmall-short{font-size:.625rem;line-height:.825rem}.text-num-xxsmall-long{font-size:.625rem;line-height:1.125rem}.text-body-xxxsmall-short{font-size:.5rem;line-height:.7rem}.text-body-xxxsmall-long{font-size:.5rem;line-height:1rem}.text-num-xxxsmall-short{font-size:.625rem;line-height:.825rem}.text-num-xxxsmall-long{font-size:.625rem;line-height:1.125rem}.font-thin{font-weight:100}.font-light{font-weight:300}.font-regular,.font-normal{font-weight:400}.font-med,.font-medium{font-weight:500}.font-sbold,.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-black{font-weight:900}.font-inherit{font-weight:inherit}.text-link{text-decoration:underline}.text-italic{font-style:italic}.text-transparent{color:transparent}.text-black{color:#000}.text-black-50{color:#00000080}.text-black-60{color:#0009}.text-light-black{color:#7f7f7f}.text-white{color:#fff}.text-white-smoke{color:#f2f2f2}.text-white-640{color:#ffffffa3}.text-white-500{color:#ffffff80}.text-white-400{color:#fff6}.text-white-300{color:#ffffff4d}.text-white-200{color:#fff3}.text-white-160{color:#ffffff29}.text-white-120{color:#ffffff1f}.text-white-008{color:#ffffff14}.text-white-160-hex{color:#2f2f2f}.text-gray{color:#d7d7d7}.text-gray-1{color:#323232}.text-light-gray{color:#d3d3d3}.text-dark-gray{color:#aaa}.text-smoke-gray{color:#797979}.text-slider-gray{color:#585858}.text-gray-gradient{color:linear-gradient(180deg,#121212 0%,#282828 100%)}.text-gold-gradient{color:linear-gradient(270deg,#fffbb3 0%,#be8d45 100%)}.text-dark-gradient{color:linear-gradient(180deg,#121212 0%,rgba(18,18,18,0) 100%)}.text-silver{color:#d7d7d7}.text-gold{color:#d9c47a}.text-gold-160{color:#12121229}.text-dark-gold{color:#fffbb3}.text-medium-gold{color:#be8d45}.text-pure-gold{color:#ffaf15}.text-background-gold{color:linear-gradient(rgb(255,251,179),rgb(190,141,69))}.text-green{color:green}.text-error{color:#d64954}.text-firebrick{color:#b22222}.text-dark-blue{color:#4192e9}.text-dark-opacity-850{color:#000000d9}.text-dark-900{color:#121212}.text-dark-850{color:#202020}.text-dark-825{color:#252525}.text-dark-800{color:#323232}.text-dark-750{color:#464646}.text-dark-700{color:#505050}.text-dark-600{color:#636363}.text-dark-500{color:#8a8a8a}.text-dark-400{color:#ababab}.text-dark-300{color:#d0d0d0}.text-dark-200{color:#e2e2e2}.text-dark-100{color:#eee}.text-dark-50{color:#f7f7f7}.text-all-xchange{color:#ff9100}.text-actor-xchange{color:#db0030}.text-artist-xchange{color:#fca931}.text-business-xchange{color:#2490ff}.text-celebrity-xchange{color:#d9ba7e}.text-dancer-xchange{color:#48a2ff}.text-esport-xchange{color:#976ac9}.text-influencer-xchange{color:#d630d6}.text-inventor-xchange{color:#55f593}.text-musician-xchange{color:#5ed9de}.text-sport-xchange{color:#26c91e}.text-other-xchange{color:#505050}.text-support-positive-light{color:#0f9958}.text-support-positive-dark{color:#074729}.text-support-negative-light{color:#d64954}.text-support-negative-dark{color:#561d22}.text-support-warning-light{color:#ffb929}.text-support-warning-dark{color:#ad7e1c}.text-support-like-light{color:#fc2b5d}.text-support-like-dark{color:#c02147}.text-gold-radial{color:radial-gradient(578.16% 101.85% at 16.67% -21.49%,#fffbb3 0%,#be8d45 100%)}.text-text-gold-radial{color:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%)}.text-border-highlight-radial{color:linear-gradient(90deg,rgba(202,161,89,0) 0%,#f2e59d 49.98%,rgba(202,161,89,0) 100%)}.text-live-radial{color:radial-gradient(107.14% 371.94% at 0% -7.14%,#ff6f6a .01%,#ea1e18 35.82%,#a80c0c 100%)}.text-graph-line-all-start{color:#fffbb3}.text-graph-line-all-end{color:#be8d45}.text-graph-line-artist-path-start{color:#f19537}.text-graph-line-artist-path-end{color:#c2782a}.text-graph-line-esport-path-start{color:#866ff6}.text-graph-line-esport-path-end{color:#44387c}.text-graph-line-musician-path-start{color:#5ed9de}.text-graph-line-musician-path-end{color:#249196}.text-graph-line-sport-path-start{color:#61c542}.text-graph-line-sport-path-end{color:#3d7d29}.text-current{color:currentColor}.text-gold-radial{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.text-gold-radial.text-link{text-decoration:underline;-webkit-text-decoration-color:#dfc7a3;text-decoration-color:#dfc7a3}.text-inherit{font-size:inherit;line-height:inherit}.text-align-left{text-align:left}.text-align-center{text-align:center}.text-align-right{text-align:right}.text-align-justify{text-align:justify}.text-align-start{text-align:start}.text-align-end{text-align:end}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.transform-none{text-transform:none}.decoration-none{text-decoration:none}.underline{text-decoration:underline}.uppercase{text-transform:uppercase}body{color:#8a8a8a;-webkit-font-feature-settings:"ss03" on,"ss04" on,"liga" off;font-feature-settings:"ss03" on,"ss04" on,"liga" off;font-family:Roboto,sans-serif,stax-icons}body,h1,h2,h3,h4{margin:0;padding:0}h1{font-size:1.625rem;line-height:2.125rem;font-weight:600}span,p{font-size:1rem;line-height:1.5rem;margin:0}a{text-decoration:none}.title-text{font-size:1.75rem;line-height:1.28em}.subtitle{font-size:1.125rem;line-height:1.44em;color:#fff}.dialog-title{font-size:1.25rem;line-height:1.4em}.large-text{font-size:1.625rem;line-height:1.3em;color:#fff}.break-word{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.username-text{font-size:1.5rem;line-height:1.33em;color:#fff}.medium-text{font-size:1rem;line-height:1.5em;color:#8a8a8a}.small-text{font-size:.875rem;color:#8a8a8a;line-height:1.375em}.smaller-text{font-size:.75rem;line-height:1em}.white-text{color:#fff}.gradient-text{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative;-webkit-box-decoration-break:clone;box-decoration-break:clone}.gradient-text.-no-underline:after{display:none}.gradient-text.-clickable{cursor:pointer}.gradient-text.-nav{background:transparent;color:#8a8a8a;background-clip:unset;-webkit-text-fill-color:unset;text-decoration:none;white-space:nowrap}.gradient-text.-nav:after{all:unset}.gradient-text.-nav.-active,.gradient-text.-nav:hover{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.gradient-text.-nav:hover:after{content:"";position:absolute;bottom:1px;left:0;height:1px;width:100%;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%)}@media (max-width: 375px){.gradient-text.-nav:hover{-webkit-text-decoration-color:#be8d45;text-decoration-color:#be8d45}.gradient-text.-nav:hover:after{display:none}}.gradient-text.-filter{font-size:2rem;line-height:2.5rem;font-weight:500;margin:0}.gradient-text.-filter:after{display:none}@media (max-width: 375px){.gradient-text.-filter{text-decoration:underline;-webkit-text-decoration-color:#be8d45;text-decoration-color:#be8d45}.gradient-text.-filter:after{display:none}}.gradient-text:after{content:"";position:absolute;bottom:1px;left:0;height:1px;width:100%;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%)}@media (max-width: 375px){.gradient-text{text-decoration:underline;-webkit-text-decoration-color:#be8d45;text-decoration-color:#be8d45}.gradient-text:after{display:none}.gradient-text.-no-underline{text-decoration:none}}.red-text{color:#d64954}.footnote{color:#8a8a8a;font-size:.625rem;line-height:1.125rem;font-weight:600px}.heading{line-height:1.75rem;font-size:1.25rem;font-weight:600}.error-text{color:#d64954}.svg-shadow{-webkit-filter:drop-shadow(0px 16px 24px rgba(191,142,69,.7));filter:drop-shadow(0px 16px 24px rgba(191,142,69,.7))}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.button-clean{background:transparent;border:none;font-family:Roboto,sans-serif,stax-icons;cursor:pointer}.button-clean:disabled{cursor:default;opacity:.16!important}.modal-gradient{background:radial-gradient(578.16% 101.85% at 16.67% -21.49%,#fffbb3 0%,#be8d45 100%)}.visible{visibility:visible}.invisible{visibility:hidden}.h-auto{height:auto!important}.w-auto{width:auto!important}.flex-2{flex:2!important}.flex-1{flex:1!important}.flex-0{flex:0!important}.shrink-0{flex-shrink:0}.flex-no-wrap{flex-wrap:nowrap}.w-full{width:calc(var(--dvw) * 100)}.w-100{width:100%!important}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.separator-line{border:0;height:1px;background:#323232;flex-shrink:0}.separator-line.-fullwidth{margin-left:-1rem;margin-right:-1rem}.separator-line.-light{background:rgba(255,255,255,.08)}.select-none{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.min-w-auto{min-width:auto!important}.border-box,.border-box *{box-sizing:border-box}.top-0{top:0!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.right-0{right:0!important}.border-top-line{border-top:1px solid rgba(255,255,255,.08)!important}.border-bottom-line{border-bottom:1px solid rgba(255,255,255,.08)!important}:root{--color-transparent: transparent;--color-transparent-raw: 0,0,0;--color-black: #000;--color-black-raw: 0,0,0;--color-black-50: rgba(0, 0, 0, .5);--color-black-50-raw: 0,0,0;--color-black-60: rgba(0, 0, 0, .6);--color-black-60-raw: 0,0,0;--color-light-black: #7f7f7f;--color-light-black-raw: 127,127,127;--color-white: #fff;--color-white-raw: 255,255,255;--color-white-smoke: #f2f2f2;--color-white-smoke-raw: 242,242,242;--color-white-640: rgba(255, 255, 255, .64);--color-white-640-raw: 255,255,255;--color-white-500: rgba(255, 255, 255, .5);--color-white-500-raw: 255,255,255;--color-white-400: rgba(255, 255, 255, .4);--color-white-400-raw: 255,255,255;--color-white-300: rgba(255, 255, 255, .3);--color-white-300-raw: 255,255,255;--color-white-200: rgba(255, 255, 255, .2);--color-white-200-raw: 255,255,255;--color-white-160: rgba(255, 255, 255, .16);--color-white-160-raw: 255,255,255;--color-white-120: rgba(255, 255, 255, .12);--color-white-120-raw: 255,255,255;--color-white-008: rgba(255, 255, 255, .08);--color-white-008-raw: 255,255,255;--color-white-160-hex: #2f2f2f;--color-white-160-hex-raw: 47,47,47;--color-gray: #d7d7d7;--color-gray-raw: 215,215,215;--color-gray-1: #323232;--color-gray-1-raw: 50,50,50;--color-light-gray: #d3d3d3;--color-light-gray-raw: 211,211,211;--color-dark-gray: #aaaaaa;--color-dark-gray-raw: 170,170,170;--color-smoke-gray: #797979;--color-smoke-gray-raw: 121,121,121;--color-slider-gray: #585858;--color-slider-gray-raw: 88,88,88;--color-gray-gradient: linear-gradient(180deg, #121212 0%, #282828 100%);--color-gray-gradient-raw: 0,0,0;--color-gold-gradient: linear-gradient(270deg, #fffbb3 0%, #be8d45 100%);--color-gold-gradient-raw: 0,0,0;--color-dark-gradient: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0) 100%);--color-dark-gradient-raw: 0,0,0;--color-silver: #d7d7d7;--color-silver-raw: 215,215,215;--color-gold: #d9c47a;--color-gold-raw: 217,196,122;--color-gold-160: rgba(18, 18, 18, .16);--color-gold-160-raw: 18,18,18;--color-dark-gold: #fffbb3;--color-dark-gold-raw: 255,251,179;--color-medium-gold: #be8d45;--color-medium-gold-raw: 190,141,69;--color-pure-gold: #ffaf15;--color-pure-gold-raw: 255,175,21;--color-background-gold: linear-gradient(rgb(255, 251, 179), rgb(190, 141, 69));--color-background-gold-raw: 0,0,0;--color-green: green;--color-green-raw: 0,128,0;--color-error: #d64954;--color-error-raw: 214,73,84;--color-firebrick: #b22222;--color-firebrick-raw: 178,34,34;--color-dark-blue: #4192e9;--color-dark-blue-raw: 65,146,233;--color-dark-opacity-850: rgba(0, 0, 0, .85);--color-dark-opacity-850-raw: 0,0,0;--color-dark-900: #121212;--color-dark-900-raw: 18,18,18;--color-dark-850: #202020;--color-dark-850-raw: 32,32,32;--color-dark-825: #252525;--color-dark-825-raw: 37,37,37;--color-dark-800: #323232;--color-dark-800-raw: 50,50,50;--color-dark-750: #464646;--color-dark-750-raw: 70,70,70;--color-dark-700: #505050;--color-dark-700-raw: 80,80,80;--color-dark-600: #636363;--color-dark-600-raw: 99,99,99;--color-dark-500: #8a8a8a;--color-dark-500-raw: 138,138,138;--color-dark-400: #ababab;--color-dark-400-raw: 171,171,171;--color-dark-300: #d0d0d0;--color-dark-300-raw: 208,208,208;--color-dark-200: #e2e2e2;--color-dark-200-raw: 226,226,226;--color-dark-100: #eeeeee;--color-dark-100-raw: 238,238,238;--color-dark-50: #f7f7f7;--color-dark-50-raw: 247,247,247;--color-all-xchange: #ff9100;--color-all-xchange-raw: 255,145,0;--color-actor-xchange: #db0030;--color-actor-xchange-raw: 219,0,48;--color-artist-xchange: #fca931;--color-artist-xchange-raw: 252,169,49;--color-business-xchange: #2490ff;--color-business-xchange-raw: 36,144,255;--color-celebrity-xchange: #d9ba7e;--color-celebrity-xchange-raw: 217,186,126;--color-dancer-xchange: #48a2ff;--color-dancer-xchange-raw: 72,162,255;--color-esport-xchange: #976ac9;--color-esport-xchange-raw: 151,106,201;--color-influencer-xchange: #d630d6;--color-influencer-xchange-raw: 214,48,214;--color-inventor-xchange: #55f593;--color-inventor-xchange-raw: 85,245,147;--color-musician-xchange: #5ed9de;--color-musician-xchange-raw: 94,217,222;--color-sport-xchange: #26c91e;--color-sport-xchange-raw: 38,201,30;--color-other-xchange: #505050;--color-other-xchange-raw: 80,80,80;--color-support-positive-light: #0f9958;--color-support-positive-light-raw: 15,153,88;--color-support-positive-dark: #074729;--color-support-positive-dark-raw: 7,71,41;--color-support-negative-light: #d64954;--color-support-negative-light-raw: 214,73,84;--color-support-negative-dark: #561d22;--color-support-negative-dark-raw: 86,29,34;--color-support-warning-light: #ffb929;--color-support-warning-light-raw: 255,185,41;--color-support-warning-dark: #ad7e1c;--color-support-warning-dark-raw: 173,126,28;--color-support-like-light: #fc2b5d;--color-support-like-light-raw: 252,43,93;--color-support-like-dark: #c02147;--color-support-like-dark-raw: 192,33,71;--color-gold-radial: radial-gradient(578.16% 101.85% at 16.67% -21.49%, #fffbb3 0%, #be8d45 100%);--color-gold-radial-raw: 0,0,0;--color-text-gold-radial: radial-gradient(144.47% 514.83% at 0% 0%, #fffbb3 0%, #be8d45 100%);--color-text-gold-radial-raw: 0,0,0;--color-border-highlight-radial: linear-gradient(90deg, rgba(202, 161, 89, 0) 0%, #f2e59d 49.98%, rgba(202, 161, 89, 0) 100%);--color-border-highlight-radial-raw: 0,0,0;--color-live-radial: radial-gradient(107.14% 371.94% at 0% -7.14%, #ff6f6a .01%, #ea1e18 35.82%, #a80c0c 100%);--color-live-radial-raw: 0,0,0;--color-graph-line-all-start: #fffbb3;--color-graph-line-all-start-raw: 255,251,179;--color-graph-line-all-end: #be8d45;--color-graph-line-all-end-raw: 190,141,69;--color-graph-line-artist-path-start: #f19537;--color-graph-line-artist-path-start-raw: 241,149,55;--color-graph-line-artist-path-end: #c2782a;--color-graph-line-artist-path-end-raw: 194,120,42;--color-graph-line-esport-path-start: #866ff6;--color-graph-line-esport-path-start-raw: 134,111,246;--color-graph-line-esport-path-end: #44387c;--color-graph-line-esport-path-end-raw: 68,56,124;--color-graph-line-musician-path-start: #5ed9de;--color-graph-line-musician-path-start-raw: 94,217,222;--color-graph-line-musician-path-end: #249196;--color-graph-line-musician-path-end-raw: 36,145,150;--color-graph-line-sport-path-start: #61c542;--color-graph-line-sport-path-start-raw: 97,197,66;--color-graph-line-sport-path-end: #3d7d29;--color-graph-line-sport-path-end-raw: 61,125,41;--color-current: currentColor;--color-current-raw: 0,0,0;--toastify-font-family: Roboto, sans-serif, stax-icons;--dvh: 1vh;--dvw: 1vw}body,html{background-color:#121212}@media (min-width: 768px){body,html{height:100%;overflow:hidden}}#root{background-color:#121212}@media (min-width: 768px){#root{position:absolute;top:0;bottom:0;left:0;right:0;overflow:auto}}img{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@media screen and (-webkit-min-device-pixel-ratio: 0){select,textarea,input{font-size:1rem}}@media screen and (-webkit-min-device-pixel-ratio: 0){select:focus,textarea:focus,input:focus{font-size:1rem}}.flex-spacer{flex:1 1 100%}.email-chip-box{transition:max-width .35s ease,margin-right .35s ease,max-height .1s ease .349s,margin-top .1s ease .349s;max-width:0;max-height:0;overflow:hidden;margin-top:0;margin-bottom:0;margin-right:0}.email-chip-box.-show{max-width:200px;max-height:50px;margin-top:10px;margin-right:8px;transition:max-width .35s ease,margin-right .35s ease}.email-chip-box.-margin-bottom{margin-bottom:16px}.email-chip-box.-margin-top{margin-top:0}.check-fields-box{margin-top:12px}.check-fields-box .item-box{display:flex;align-items:flex-start;margin-top:4px}.check-fields-box .item-box .text{font-size:1rem;line-height:1.375em;margin-left:4px;color:#f2f2f2}.input-adorments-box{right:12px;display:flex;position:absolute;align-items:center;top:calc(50% + 4px);justify-content:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.input-adorments-box .clear-adorment-box{cursor:pointer;outline:none}.input-adorments-box .edit-adorment-box{margin-bottom:7px;margin-right:0}.password-adorment-box{cursor:pointer;margin-left:8px;position:relative;outline:none}.password-adorment-box .password-adorment-show-icon,.password-adorment-box .password-adorment-hide-icon{transition:opacity .35s ease}.password-adorment-box .password-adorment-show-icon.-hide{opacity:0}.password-adorment-box .password-adorment-hide-icon{position:absolute;opacity:0;left:0}.password-adorment-box .password-adorment-hide-icon.-show{opacity:1}.control-text-field-box{display:flex;flex-direction:column;align-items:flex-start;width:90%}.control-text-field-box .autosuggest-chip-box{display:flex;max-width:calc(var(--dvw) * 90)}.control-text-field-box .control-text-field-input-wrapper{position:relative;width:100%}.control-text-field-box.-full-width{width:100%}.controlled-text-error-wrapper .text-error-inner-box{max-height:0;overflow:hidden;display:flex;margin-top:0;transition:all .35s ease}.controlled-text-error-wrapper .text-error-inner-box.-show{max-height:44px;margin-top:12px;margin-bottom:8px}.controlled-text-error-wrapper .text-error-inner-box .ui-icon-box{flex-shrink:0}.controlled-text-error-wrapper .text-error-inner-box .error-icon{margin-right:8px;margin-left:4px}.gradient-button{flex:1;border:0;display:flex;flex-direction:row;justify-content:center;align-items:center;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%)}.gradient-button.-white-case,.gradient-button.-white-case:hover{background:#fff;color:#000}.gradient-button.-full-width{width:100%}.gradient-button:disabled{opacity:.16}.gradient-button.-secondary{background:#323232}.gradient-button.-remove{background:#323232;color:#fff}.gradient-button.-remove.-with-border{border:2px solid #323232}.gradient-button.-outlined-remove{background:transparent;border:2px solid #323232;color:#fff!important}.gradient-button.-warning{background:#d64954;color:#121212}.gradient-button.-standard-case{color:#121212;text-transform:none;font-size:1rem;line-height:1.375em}.gradient-button.-margin-bottom{margin-bottom:16px}.gradient-button.-margin-right{margin-right:16px}.gradient-button.-reset-password{width:100%;margin-top:56px;background:rgba(18,18,18,.16)}.gradient-button.-outline{background:transparent;border:2px solid #323232;box-sizing:border-box;border-radius:12px;margin-right:16px}.gradient-button.-sign-in{width:100%;background:rgba(18,18,18,.16)}.gradient-button.-no-text-transform{text-transform:none}.gradient-button.-highlight-text{font-size:1rem;font-weight:600}.gradient-button.-bold-case{font-size:1rem;font-weight:600;text-transform:none}.gradient-button.-white-color{color:#fff!important}.styled-button.-floating-button{height:56px;min-width:56px;position:fixed;text-transform:none;background-color:#fff;padding:16px!important;border-radius:32px!important;box-shadow:0 12px 32px #000c;bottom:40px;right:120px;overflow:hidden;transition:max-width .7s ease-in 2s;z-index:10;max-width:250px}@media (max-width: 767px){.styled-button.-floating-button{bottom:120px;right:16px}}.styled-button.-floating-button:hover{background-color:#fff}.styled-button.-floating-button.first{bottom:112px}@media (max-width: 767px){.styled-button.-floating-button.first{bottom:190px}}.styled-button.-floating-button.-close{max-width:56px;margin-left:0}.styled-button.-floating-button.-close p{max-width:0;opacity:0;padding-right:0;margin-left:0}.styled-button.-floating-button p{white-space:nowrap;transition:max-width .7s ease-in 2s,opacity .7s ease-in 2.1s,padding-right .7s ease-in 2s,margin-left .6s ease-in 2s;overflow:hidden;border-top-right-radius:50%;border-bottom-right-radius:50%;padding-right:6px;margin-left:14px;max-width:180px}.styled-button.-reel{bottom:0;right:0}.styled-button.-reel.-empty-page{bottom:120px;right:16px}.styled-button.-unapproved-reel{bottom:20px;right:16px}.styled-button.-unapproved-reel.-empty{bottom:calc(72px + 1.5rem)}.styled-button.-white{height:56px;position:fixed;text-transform:none;background-color:#fff;padding:16px!important;border-radius:32px!important;box-shadow:0 12px 32px #000c;bottom:40px;right:120px;overflow:hidden;max-width:150px;transition:max-width .7s ease-in 2s;min-width:unset;z-index:10}@media (max-width: 767px){.styled-button.-white{bottom:120px;right:16px}}.styled-button.-white:hover{background-color:#fff}.styled-button.-white.-close{max-width:56px}.styled-button.-white.-close p{max-width:0;opacity:0;padding-right:0}.styled-button.-white.-close svg{margin-right:0}.styled-button.-white svg{margin-right:14px;transition:margin-right .6s ease-in 2s}.styled-button.-white p{margin:0;white-space:nowrap;transition:max-width .7s ease-in 2s,opacity .7s ease-in 2.1s,padding-right .7s ease-in 2s;overflow:hidden;max-width:60px;font-size:.875rem;line-height:1.5em;font-family:Roboto,sans-serif,stax-icons;font-weight:500;border-top-right-radius:50%;border-bottom-right-radius:50%;padding-right:6px}@media (max-width: 767px){.styled-button.-white{right:16px}}.checkbox-box{display:flex;flex-direction:row;align-items:flex-start;color:#fff!important;text-transform:none!important;border-radius:12px;margin-bottom:16px;padding:16px!important;cursor:pointer;background-color:#202020}.checkbox-box:hover{background-color:transparent!important}.checkbox-box .text{line-height:1.5em;color:#fff}.checkbox-initial{all:unset;cursor:pointer;display:flex;align-self:center;margin-right:16px}.checkbox-initial .inner{display:flex;justify-content:center;align-items:center}.checkbox-default{border-radius:6px;border:2px solid #636363}.checkbox-checked{border-radius:6px;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%)}.checkbox-checked-dim{width:20px;height:20px}.checkbox-default-dim{width:16px;height:16px}.custom-checkbox-root .MuiSvgIcon-root{height:36px}.exit-button-style{all:unset;padding:6px;background-color:#323232;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer}.close-button-box{display:flex;justify-content:flex-end}.close-button-box .close-button-button{background-color:#323232;color:#ffffffa3;min-width:unset;border-radius:60px;padding:8px}.close-button-box .close-button-button:hover{background-color:#ffffff59}.back-button-box .back-button-button{background-color:#323232;color:#ffffffa3;border-radius:100px;padding:.875rem;min-width:unset}.back-button-box .back-button-button:hover{background-color:#323232;opacity:.7}.back-button-box .back-button-button:disabled{background-color:#323232;opacity:.25}.back-button-box.-small .back-button-button{width:36px;height:36px;padding:0}.icon-button-box .icon-button-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;min-width:unset;background-color:#323232;color:#ffffffa3;border-radius:100px}.icon-button-box .icon-button-button:hover{background-color:#323232;opacity:.7}.icon-button-box .icon-button-button:disabled{background-color:#323232;opacity:.25}.icon-button-box .icon-button-button.transparent{background-color:transparent}.icon-button-box .icon-button-button.transparent:hover{background-color:#323232;opacity:1}.notification-button-box .notification-button-button{background-color:#323232;display:flex;justify-content:center;width:36px;height:36px;padding:0!important;color:#ffffffa3;min-width:unset;border-radius:60px}.notification-button-box .notification-button-button.desktop{background-color:transparent}.notification-button-box .notification-button-button:hover{background-color:#ffffff14}.ui-icon-box{display:flex;flex-direction:row;overflow:hidden;justify-content:center;align-items:center}.ui-icon-box.inline{display:inline-flex}.local-link-container .local-link-wrapper{width:100%}button.switch-button.MuiButton-root{display:flex;align-items:center;padding:16px;cursor:pointer;border-radius:0;text-align:left;position:relative;overflow:hidden;outline:none;text-transform:none;width:100%;border:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}button.switch-button.MuiButton-root.-align-start{align-items:flex-start}button.switch-button.MuiButton-root .left-side{width:100%;padding-right:24px}button.switch-button.MuiButton-root .title{margin:0;font-size:1rem;line-height:1.5em;color:#fff}button.switch-button.MuiButton-root .description{margin:0;font-size:.875rem;line-height:1.6em;color:#8a8a8a}button.switch-button.MuiButton-root .MuiSwitch-root{overflow:visible}button.switch-button.MuiButton-root .MuiSwitch-thumb:before{content:"";display:block;position:absolute;width:100%;height:100%;background:linear-gradient(0deg,rgba(18,18,18,.4),rgba(18,18,18,.4)),linear-gradient(0deg,rgba(171,171,171,.4),rgba(171,171,171,.4));z-index:-1;border-radius:50%;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;visibility:hidden}button.switch-button.MuiButton-root.button-checked .MuiSwitch-thumb:before{background:linear-gradient(0deg,rgba(18,18,18,.16),rgba(18,18,18,.16)),linear-gradient(118.89deg,rgba(255,251,179,.4) -36.19%,rgba(190,141,69,.4) 82.22%)}button.switch-button.MuiButton-root.button-pressed .MuiSwitch-thumb:before{-webkit-transform:scale(2);transform:scale(2);visibility:visible}button.switch-button.MuiButton-root>*{z-index:1}button.switch-button.MuiButton-root .MuiTouchRipple-rippleVisible{-webkit-animation-duration:.8s;animation-duration:.8s}button.switch-button.MuiButton-root .MuiTouchRipple-child{background-color:#323232}button.switch-button.MuiButton-root:disabled{cursor:unset;opacity:.7}button.switch-button.MuiButton-root:disabled:hover{background:none}.tab-filters-box .filter-button{min-width:unset;padding:8px 16px;border-radius:24px;text-transform:none;color:#ffffffa3}.tab-filters-box .filter-button:hover{background-color:#ffffff14}.tab-filters-box .filter-button.-active{background-color:#323232}.tab-filters-box .filter-button.-active:hover{background-color:#ffffff14}.tab-filters-box .filter-button.-active .filter-text{color:#fff}.tab-filters-box .filter-button .filter-icon{width:20px;height:20px}.tab-filters-box .filter-button .filter-text{margin:0;color:#636363}.contact-support-dialog{color:#fff}.contact-support-dialog .title{margin:0;font-size:1.25rem;color:#fff;line-height:1.75rem}.contact-support-dialog .medium-text{color:#fff;margin:16px 0 24px}@media (min-width: 768px){.contact-support-dialog .medium-text{margin:24px 0}}.contact-support-dialog .dialog-actions{display:flex;flex-direction:column;width:100%}.contact-support-dialog .dialog-actions>button{text-transform:capitalize}@media (min-width: 768px){.contact-support-dialog .dialog-actions{display:block;width:auto;float:right}}.contact-support-dialog .dialog-actions .gradient-button:first-of-type{margin:16px 0;order:1}@media (min-width: 768px){.contact-support-dialog .dialog-actions .gradient-button:first-of-type{margin:0 16px}}.contact-support-dialog .dialog-actions .message-icon{margin-right:15px}@media (min-width: 768px){.contact-support-dialog.-bank-account .dialog-actions{display:flex;width:100%}}.contact-support-dialog.-bank-account .dialog-actions .gradient-button:first-of-type{margin:0}.contact-support-dialog.-remove-methods .dialog-actions{display:flex;width:100%}.contact-support-dialog.-remove-methods .dialog-actions .gradient-button:first-of-type{margin:16px 0}.contact-support-dialog.-remove-methods .dialog-actions .gradient-button:nth-child(2){background:#d64954}.contact-support-dialog.-bank-container .dialog-actions .gradient-button:first-of-type{margin:16px 0}.dropdown-box-overlay-wrapper{position:absolute;inset:0;display:none}.dropdown-box-overlay-wrapper.-active{display:block}.dropdown-box{top:76px;right:0;padding:16px;display:none;position:absolute;border-radius:12px;flex-direction:column;border:1px solid #323232;background-color:#202020;z-index:750}.dropdown-box.-active{display:flex}.dropdown-box .close-button-box{position:absolute;top:12px;right:16px;width:36px;height:36px}.dropdown-box .close-button-box button{width:36px;height:36px;padding:0}.dropdown-box.-bottom-sheet{top:unset;right:unset;padding:16px;display:flex;position:relative;border-radius:0;flex-direction:column;border:unset;background-color:#202020;z-index:1000;height:auto}.dropdown-box.-bottom-sheet.-radio-box{height:auto}.dropdown-box.-bottom-sheet.-radio-box.-full-screen{height:calc(var(--dvh) * 85)}.dropdown-box.-bottom-sheet.-radio-box .dropdown-button{padding:10px 0!important}.dropdown-box.-bottom-sheet.-radio-box .dropdown-button:hover{background-color:transparent}.dropdown-box.-bottom-sheet.-radio-box .dropdown-button .dropdown-button-title{color:#8a8a8a}.dropdown-box.-bottom-sheet.-radio-box .dropdown-title{color:#fff;margin:0 0 15px;padding:10px 0 0;font-family:Roboto,sans-serif,stax-icons;font-weight:500;white-space:nowrap;font-size:1.125rem;line-height:1em}.dropdown-box.-bottom-sheet.-list .dropdown-button .dropdown-button-title{color:#fff;font-size:1rem;line-height:1.5em;font-weight:600}.dropdown-box.-bottom-sheet.-list .dropdown-title{display:none}.dropdown-box.-bottom-sheet .title-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.dropdown-box.-bottom-sheet .title-wrapper .title{color:#fff;font-size:1.25rem;line-height:1em}.dropdown-box.-bottom-sheet .dropdown-radio-button-wrapper{flex:0}.dropdown-box.-hover-item-bg .dropdown-box-wrapper button:hover{background-color:#323232}.dropdown-box .dropdown-box-wrapper{display:flex;flex-direction:column}.dropdown-box .dropdown-box-wrapper.-flex{flex:1}.dropdown-box .dropdown-box-wrapper.-report-mobile .dropdown-box-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px}.dropdown-box .dropdown-box-wrapper.-report-mobile .dropdown-box-header .dropdown-title{font-size:1.25rem;color:#fff;line-height:1.25rem}.dropdown-box .dropdown-title{color:#8a8a8a;margin:0 0 8px;padding:10px 8px 0;font-family:Roboto,sans-serif,stax-icons;font-weight:500;white-space:nowrap}.dropdown-box .dropdown-button{margin:0;padding:10px 8px;color:#ffffff14;justify-content:flex-start;align-items:center}.dropdown-box .dropdown-button.-radio-box{justify-content:space-between}.dropdown-box .dropdown-button:hover{background-color:transparent}.dropdown-box .dropdown-button.-main-navigation{margin:8px 0;padding:10px 20px}.dropdown-box .dropdown-button.-main-navigation .dropdown-image-wrapper{margin-right:20px}.dropdown-box .dropdown-button .dropdown-button-title{margin:0 10px 0 0;white-space:nowrap;color:#fff;text-transform:none;-webkit-transform:translateY(1px);transform:translateY(1px)}.dropdown-box .dropdown-button .dropdown-image-wrapper{display:flex;max-height:24px;margin-right:16px}.dropdown-box .dropdown-button .dropdown-image-wrapper.-small{max-height:20px}.dropdown-box .dropdown-button .refer-box{background:radial-gradient(994.86% 229.56% at -20.37% -65.62%,#fffbb3 0%,#be8d45 100%);padding:3px 6px;border-radius:4px;margin-left:16px;-webkit-transform:translateY(1px);transform:translateY(1px)}.dropdown-box .dropdown-button .refer-box .refer-title{margin:0;font-size:.625rem;line-height:100%;color:#121212;-webkit-transform:translateY(1px);transform:translateY(1px);font-family:fontMedium}.dropdown-box .dropdown-radio-reset-button{border:2px solid #323232;margin-right:4px;flex:1;text-transform:none;color:#fff;display:flex}.dropdown-box .dropdown-radio-save-button{margin-left:4px;flex:1;text-transform:none;color:#121212;display:flex;background-color:#fff}.dropdown-box .dropdown-radio-button-wrapper{display:flex;flex:1;margin-top:16px}.local-link-rounded-container{border-radius:12px;background-color:#323232;width:100%}.local-link-rounded-container .local-link-rounded-wrapper{width:100%;padding:0;text-transform:none;margin:0;color:#fff}.card-wrapper{width:100%;background-color:#202020;border-radius:12px;display:flex;text-align:left;padding:16px}.card-wrapper .subtitle{color:#fff;margin:0;text-align:left}.card-wrapper .smaller-text{color:#8a8a8a;margin:4px 0 0;text-align:left}.card-wrapper button{text-transform:inherit}.overflow-button-box .overflow-button-button{border-radius:100px;min-width:unset}.overflow-button-box .overflow-button-button:hover{background-color:#323232;opacity:.7}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#121212}.carousel-slide>img{width:unset;max-width:100%}@media (min-width: 768px){.carousel-slide>img{max-height:calc(calc(var(--dvh) * 100) - 200px)}}.carousel-slide.next{left:100%}.carousel-slide.next.move-in{-webkit-animation:move-in-from-right .3s;animation:move-in-from-right .3s}.carousel-slide.prev{left:-100%}.carousel-slide.prev.move-in{-webkit-animation:move-in-from-left .3s;animation:move-in-from-left .3s}@-webkit-keyframes move-in-from-right{0%{left:100%}to{left:0}}@keyframes move-in-from-right{0%{left:100%}to{left:0}}@-webkit-keyframes move-in-from-left{0%{left:-100%}to{left:0}}@keyframes move-in-from-left{0%{left:-100%}to{left:0}}.explainer{width:100%;height:calc(calc(var(--dvh) * 100) - .75rem);padding-top:.75rem;overflow:hidden;display:flex;flex-direction:column}@media (min-width: 768px){.explainer{width:400px;height:auto}}.explainer .top-nav{position:relative;box-sizing:border-box;padding:0 24px}@media (max-width: 767px){.explainer .top-nav{padding:0 16px}}.explainer .top-nav .pager{height:56px;display:flex;flex-direction:row;justify-content:space-around}@media (min-width: 768px){.explainer .top-nav .pager{padding-top:8px}}.explainer .top-nav .pager .pager-items{display:flex;flex-direction:row;align-items:center}.explainer .top-nav .pager .pager-items>*+*{margin-left:8px}.explainer .top-nav .pager .pager-items .pager-item{cursor:pointer;background-color:#323232;height:8px;width:8px;border-radius:4px}.explainer .top-nav .pager .pager-items .pager-item.active{background:linear-gradient(rgb(255,251,179),rgb(190,141,69))}.explainer .top-nav .close-button-box{position:absolute;top:8px;right:16px}@media (min-width: 768px){.explainer .top-nav .close-button-box{top:16px;right:24px}}.explainer .swiper{flex:1;margin:0}.explainer .bottom-nav{display:flex;border-top:1px solid rgba(255,255,255,.08);box-sizing:border-box;height:92px;padding:24px}.explainer .bottom-nav :first-child{flex-grow:1}.explainer .bottom-nav :last-child{flex-grow:2;margin-left:16px}@media (max-width: 767px){.explainer .bottom-nav{height:76px}}@media (max-width: 767px){.explainer .bottom-nav{padding:16px}}.explainer .explainer-page{flex:1;display:flex;flex-direction:column;padding:0 40px 40px}@media (min-width: 768px){.explainer .explainer-page{min-height:590px;max-height:590px;overflow:hidden}}@media (max-width: 375px){.explainer .explainer-page{min-height:calc(var(--dvh) * 75);max-height:calc(var(--dvh) * 75)}}@media (min-width: 376px) and (max-width: 575px){.explainer .explainer-page{padding:0 32px 32px;min-height:calc(var(--dvh) * 80);max-height:calc(var(--dvh) * 80);overflow:hidden}}.explainer .explainer-page .image-container{margin-top:24px;min-height:200px;max-height:320px;overflow:hidden}@media (max-width: 767px){.explainer .explainer-page .image-container{margin-top:16px}}.explainer .explainer-page .image-container img{width:100%;height:inherit;object-fit:contain}.explainer .explainer-page .heading{font-family:Roboto,sans-serif,stax-icons;font-weight:500;margin:1.5rem 0;width:100%}.explainer .explainer-page .text-container{text-align:center;overflow-y:auto}.explainer .explainer-page .text-container::-webkit-scrollbar{display:none}.explainer .explainer-page .text-container .content>p{margin-top:.75rem}.explainer .explainer-page .text-container .content img{height:12px;background-color:#fff}.explainer .explainer-page .text-container .footnote{margin:1rem 0 1.5rem}.select-list-radio>button.MuiButton-root.sort-button-box,.select-list-radio button.MuiButton-root.sort-button-box{width:36px;height:36px;padding:0;border-radius:50%;min-width:unset;color:#ffffffa3;background-color:#323232;position:relative}.help-group-button{all:unset;cursor:pointer;display:flex;align-items:center}.pin-input-fields-wrapper{display:flex;flex-direction:row;justify-content:space-between}.pin-input-fields-wrapper .pin-input{height:56px;width:76px}.pin-input-fields-wrapper .pin-input:not(:first-child){margin-left:16px}.pin-input-fields-wrapper .pin-input>div{padding-right:0}.radio-button-box .radio-button{flex:1;border:0px;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff!important;text-transform:none!important;font-size:.875rem;line-height:1.5em;font-weight:600;padding:8px 0!important}.radio-button-box .radio-button:hover{background-color:transparent!important}.radio-button-box .radio-button svg{margin-right:18px}.radio-button-box .radio-button-description{margin-left:38px;color:#8a8a8a;font-size:.875rem;line-height:1.5em;font-weight:500}button.local-more-button{background-color:#323232;color:#ffffffa3;border-radius:100%;height:36px;width:36px;min-width:unset}button.local-more-button:hover{background-color:#323232;opacity:.7}.outlined-button-box{all:unset;display:flex;flex-direction:row;align-items:center;cursor:pointer}.outlined-button-box.-additional-margin{margin-bottom:8px}.outlined-button-box .button-title{font-size:.875rem;color:#8a8a8a;line-height:1em;margin-left:12px}.slider-box{position:relative;width:100%;touch-action:none}.slider-box.-vertical{height:100%;width:2px}@media (max-width: 767px){.slider-box{width:calc(100% - 16px);margin:0 8px}}.slider-box .slider-bar{width:100%;margin:16px 0;height:2px;border-radius:2px;background-color:#585858;cursor:pointer}.slider-box .slider-bar.-hide{background-color:transparent}.slider-box .slider-bar.-vertical{height:100%;width:2px}.slider-box .slider-line{position:absolute;top:0;left:50%;right:50%;height:2px;border-radius:2px;background-color:#fff}.slider-box .slider-line.-hide{background-color:transparent}.slider-box .slider-line.-vertical{right:0;left:0;bottom:50%;top:50%;width:2px;height:unset}.slider-box .slider-button{position:absolute;top:0;left:50%;width:16px;height:16px;border-radius:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);background-color:#4192e9;cursor:grab;z-index:10}.slider-box .slider-button.-small-button{width:8px;height:8px;-webkit-transform:translateY(0%) translateX(-50%);transform:translateY(0) translate(-50%)}.slider-box .slider-button:active{cursor:grabbing}.slider-box .slider-button.-vertical{left:0;top:unset;-webkit-transform:translateY(-25%) translateX(-50%);transform:translateY(-25%) translate(-50%)}.slider-box .steps{position:absolute;-webkit-transform:translateX(-50%) translateY(50%);transform:translate(-50%) translateY(50%);height:4px;width:4px;border-radius:50%;background-color:#8a8a8a;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.slider-box .steps.-big-point{width:8px;height:8px;border-radius:50%;-webkit-transform:translateX(-50%) translateY(0%);transform:translate(-50%) translateY(0)}.slider-box .steps .slider-points-text{color:#8a8a8a;font-size:.875rem;line-height:1.14em;font-weight:500;text-align:center;margin-top:15px}.adjustment-bar-main-box{margin-top:8px}.adjustment-bar-main-box .adjustment-bar-inner-box{display:flex;flex:1;justify-content:space-between;align-items:flex-end}.adjustment-bar-main-box .adjustment-bar-inner-box .adjustment-bar-title{font-size:.875rem;line-height:1.25em;color:#fff;font-weight:500}.adjustment-bar-main-box .adjustment-bar-inner-box .adjustment-bar-input{padding:4px 8px;background-color:transparent;border:1px solid #585858;width:40px;border-radius:4px;text-align:center;font-size:.875rem;line-height:1.25em;color:#fff;font-weight:500}.adjustment-bar-main-box .slider-box{margin:24px 0;touch-action:none}.controlled-slider-main-box{display:flex;justify-content:center;flex-direction:column;align-items:center}.controlled-slider-main-box .controlled-slider-inner-box{display:flex;flex-direction:column;justify-content:center;align-items:center}.controlled-slider-main-box .controlled-slider-inner-box .controlled-slider-title{font-size:1rem;line-height:1.14em;color:#8a8a8a;margin-bottom:16px}.controlled-slider-main-box .circle-button{all:unset;cursor:pointer;margin-right:4px}.controlled-slider-main-box .circle-button.-top-margin{margin-top:24px}.controlled-slider-main-box .slider-box.-vertical{margin-bottom:12px;width:4px;height:200px;touch-action:none}.controlled-slider-main-box .slider-box:not(.-vertical){margin-top:-6px}.controlled-slider-main-box .slider-box:not(.-vertical) .slider-button{margin-top:4px}.straighten-slider-box .straighten-slider-title{font-size:1rem;line-height:1.14em;color:#8a8a8a;text-align:center;margin-bottom:16px}.horizontal-button-box .horizontal-button-button{background-color:#323232;color:#ffffffa3;border-radius:100px;padding:.875rem;min-width:unset}.horizontal-button-box .horizontal-button-button:hover{background-color:#323232;opacity:.7}.horizontal-button-box .horizontal-button-button:disabled{background-color:#323232;opacity:.25}.calendar-datepicker .controlled-text-filed-error-box-wrapper-inner-box{justify-content:flex-start}.calendar-paper{border-radius:12px!important;border:1px solid #323232!important;box-shadow:0 3px 10px #0009!important;background-color:#121212!important;color:#fff!important;-webkit-transform:translateY(8px)!important;transform:translateY(8px)!important}.calendar-paper .MuiTypography-root:disabled{color:#8a8a8a}.calendar-paper .MuiPickersDay-root{background-color:transparent;width:32px;height:32px}.calendar-paper .MuiPickersDay-root{color:#fff}.calendar-paper .MuiPickersDay-root:disabled{color:#8a8a8a}.calendar-paper .MuiPickersDay-dayOutsideMonth{color:#8a8a8a}.calendar-paper .MuiTypography-caption{color:#636363;width:32px;height:32px}.calendar-paper .MuiTypography-root.Mui-selected,.calendar-paper .MuiPickersDay-root.Mui-selected{color:#121212;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%)}.calendar-paper .MuiPickersDay-today{border:none;background-color:#636363!important}.calendar-paper .MuiPickersDay-today:hover{border:none}.calendar-paper .MuiPickersDay-root:not(.Mui-selected){border:none}.calendar-paper .MuiPickersDay-root:hover{background-color:#323232}.calendar-paper .MuiPickersArrowSwitcher-spacer{display:none}.calendar-paper .MuiCalendarPicker-root{width:265px}.calendar-paper .MuiCalendarPicker-root div{font-size:.875rem!important}.calendar-paper .MuiMonthPicker-root{width:255px}.calendar-paper .PrivatePickersSlideTransition-root{min-height:214px}.calendar-paper .controlled-text-filed-error-box-wrapper-inner-box{justify-content:flex-start}.calendar-popover{width:265px}.calendar-popover>div>div{width:265px}.local-timepicker .clock-adorment{padding:8px!important;border-radius:20px!important;-webkit-transform:translateX(12px)!important;transform:translate(12px)!important;min-width:unset}.local-timepicker .controlled-text-filed-error-box-wrapper-inner-box{justify-content:flex-start}.local-timepicker .dropdown-box{max-height:130px;overflow:auto}.round-checkbox{height:20px;width:20px;padding:0;display:flex;justify-content:space-around;border:2px solid #636363;border-radius:10px;background:transparent;cursor:pointer}.round-checkbox.checked{background:#fff}.round-checkbox .inner{padding-top:1px}.detail-item-box{display:flex;justify-content:space-between;margin-bottom:.5rem}.detail-item-box .detail-item-title{color:#8a8a8a;font-size:1rem;line-height:1em;letter-spacing:-1%;font-weight:500}.detail-item-box .detail-item-value.-green-item{color:#0f9958}.detail-item-box .bold-text{font-weight:600}@media (max-width: 767px){.detail-item-box .absolute-button-box{z-index:unset}}.absolute-button-box{background-color:#121212;z-index:10;border-radius:6px}.absolute-button-box.-no-shadow{background:transparent}.absolute-button-box.-issuer{position:absolute;border-radius:8px;top:16px;left:16px;padding:3px}@media (max-width: 767px){.absolute-button-box.-issuer{border-radius:4px;top:8px;left:8px}}.absolute-button-box .absolute-button{display:flex;align-items:center;border-radius:4px}.absolute-button-box .absolute-button.-issuer{border-radius:8px}@media (max-width: 767px){.absolute-button-box .absolute-button.-issuer{border-radius:4px}}.absolute-button-box .absolute-button.-live{background:radial-gradient(107.14% 371.94% at 0% -7.14%,#ff6f6a .01%,#ea1e18 35.82%,#a80c0c 100%)}.absolute-button-box .absolute-button.-rest{background:#505050}.absolute-button-box .absolute-button.-red{background:radial-gradient(107.14% 371.94% at 0% -7.14%,#ff6f6a .01%,#ea1e18 35.82%,#a80c0c 100%)}.absolute-button-box .absolute-button.-gray{background:#505050}.absolute-button-box .absolute-button.-green{background:#0f9958}.absolute-button-box .absolute-button .absolute-button-text{color:#fff;padding:2px 4px}.absolute-button-box .absolute-button .absolute-button-text.-issuer{font-size:.75rem;padding:5.5px 8px 6.5px}.local-chip{height:16px;display:flex;justify-content:center;align-items:center;border-radius:4px;font-size:.625rem;font-weight:500;padding:2.5px 6px}.local-chip.-gradient-bordered{position:relative;z-index:10}.local-chip.-gradient-bordered:before{content:"";position:absolute;z-index:-1;top:0;left:0;width:calc(100% + 2px);height:calc(100% + 2px);-webkit-transform:translate(-1px,-1px);transform:translate(-1px,-1px);border-radius:inherit;background-image:linear-gradient(to bottom right,#fff -75%,rgba(255,255,255,0) 100%)}.accordion-list-container,.accordion-list-container .accordion-list-group{width:100%}.accordion-list-container .accordion-list-group:before,.accordion-list-container .accordion-list-group .Mui-expanded:before{top:-2px;height:2px;background:#121212;opacity:1!important}.MuiPickersToolbar-penIconButton{visibility:hidden}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content{width:100%!important;min-width:100%!important}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content>div>div:nth-child(2){margin:unset;width:100%!important;min-width:100%!important}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content>div>div:nth-child(2)>div{width:100%!important;min-width:100%!important}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content{background-color:#202020!important;color:#fff!important}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiPickersToolbar-root{margin:unset;padding:unset}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiTypography-root:disabled{color:#8a8a8a}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiPickersToolbar-root{display:none}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiPickersDay-root{background-color:transparent;width:32px;height:32px}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiPickersDay-root{color:#fff}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiPickersDay-root:disabled{color:#8a8a8a}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiPickersDay-dayOutsideMonth{color:#8a8a8a}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiSvgIcon-root{color:#8a8a8a!important}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .PrivatePickersYear-yearButton{color:#fff!important}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiTypography-caption{color:#636363;width:32px;height:32px}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiPickersDay-today{border:none;background-color:#636363!important}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiPickersDay-today:hover{border:none}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiPickersDay-root:not(.Mui-selected){border:none}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiTypography-root.Mui-selected,.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiPickersDay-root.Mui-selected{color:#121212;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%)}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiPickersDay-root:hover{color:#121212;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%)!important}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiPickersDay-root:active{background-color:#323232}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiPickersArrowSwitcher-spacer{display:none}.MuiPickerStaticWrapper-root .MuiPickerStaticWrapper-content .MuiCalendarPicker-root div{font-size:.875rem!important;justify-content:space-evenly}.MuiPickerStaticWrapper-root .MuiDialogActions-root{display:none}.MuiPickerStaticWrapper-root .PrivatePickersSlideTransition-root{min-height:220px}.foldable-header-wrapper{position:relative}@media (max-width: 767px){.foldable-header-wrapper .foldable-header{position:absolute;top:0;left:0;width:100%;z-index:-1}}.range-slider{display:flex;align-items:center;justify-content:space-between;padding:0;position:relative;flex-direction:row;margin-bottom:30px}@media (max-width: 767px){.range-slider{display:none}}.range-slider-control{all:unset;cursor:pointer;justify-content:center;align-items:center;display:flex;background-color:#323232;border-radius:50%}.range-slider-control:disabled{opacity:.3}.range-slider-wrapper{position:relative;width:248px}.range-slider-input{width:100%;cursor:pointer;opacity:0}.range-slider-input::-ms-tooltip{display:none}.range-slider-track{position:absolute;width:100%;height:6px;background:#323232;border-radius:5px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none;z-index:10}.range-slider-track-inner{width:0;height:100%;border-radius:5px 0 0 5px;background:linear-gradient(90deg,#fffbb3 0%,#be8d45 100%)}.range-slider-thumb{position:absolute;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#fff;border-radius:50%;top:50%;left:0;-webkit-transform:translate(0%,-50%);transform:translateY(-50%);pointer-events:none;z-index:20}.country-picker-button .chosen-country-box{display:flex;flex-direction:row;align-items:center;justify-content:center}.country-picker-button .chosen-country-box .country-image{width:24px;height:24px;border-radius:50%;object-fit:cover;margin-right:8px;padding-top:16px;padding-bottom:16px}.country-picker-button .chosen-country-box p{margin-bottom:0}[data-rsbs-overlay]{border-top-left-radius:var(--rsbs-overlay-rounded);border-top-right-radius:var(--rsbs-overlay-rounded);display:flex;background:var(--rsbs-bg);flex-direction:column;height:var(--rsbs-overlay-h);-webkit-transform:translate3d(0,var(--rsbs-overlay-translate-y),0);transform:translate3d(0,var(--rsbs-overlay-translate-y),0);will-change:height}[data-rsbs-overlay]:focus{outline:none}[data-rsbs-is-blocking=false] [data-rsbs-overlay]{box-shadow:0 -5px 60px #2659731c,0 -1px #2659730d}[data-rsbs-overlay],[data-rsbs-root]:after{max-width:var(--rsbs-max-w);margin-left:var(--rsbs-ml);margin-right:var(--rsbs-mr);background-color:#202020}[data-rsbs-overlay],[data-rsbs-backdrop],[data-rsbs-root]:after{z-index:var(--z-index-sheet, 1000);-ms-scroll-chaining:none;overscroll-behavior:none;touch-action:none;position:fixed;right:0;bottom:0;left:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}[data-rsbs-backdrop]{top:-60px;bottom:-60px;background-color:#0009;will-change:opacity;cursor:pointer;opacity:var(--rsbs-backdrop-opacity)}[data-rsbs-is-dismissable=false] [data-rsbs-backdrop]{cursor:ns-resize}[data-rsbs-root]:after{content:"";pointer-events:none;background:var(--rsbs-bg);height:1px;-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-transform:scale3d(1,var(--rsbs-antigap-scale-y),1);transform:scale3d(1,var(--rsbs-antigap-scale-y),1);will-change:transform;background-color:#202020}[data-rsbs-footer],[data-rsbs-header]{flex-shrink:0;cursor:ns-resize;padding:16px}[data-rsbs-header]{text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 1px 0 rgba(46,59,66,calc(var(--rsbs-content-opacity) * .125));z-index:1001;padding-top:calc(20px + env(safe-area-inset-top));padding-bottom:8px}[data-rsbs-header]:before{position:absolute;content:"";display:block;width:36px;height:4px;top:calc(8px + env(safe-area-inset-top));left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);border-radius:2px;background-color:gray}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){[data-rsbs-header]:before{-webkit-transform:translateX(-50%) scaleY(.75);transform:translate(-50%) scaleY(.75)}}[data-rsbs-has-header=false] [data-rsbs-header]{box-shadow:none;padding-top:calc(12px + env(safe-area-inset-top))}[data-rsbs-scroll]{flex-shrink:1;flex-grow:1;-webkit-tap-highlight-color:revert;-webkit-touch-callout:revert;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}[data-rsbs-scroll]:focus{outline:none}[data-rsbs-has-footer=false] [data-rsbs-content]{padding-bottom:env(safe-area-inset-bottom)}[data-rsbs-content]{overflow:hidden}[data-rsbs-footer]{box-shadow:0 -1px 0 rgba(46,59,66,calc(var(--rsbs-content-opacity) * .125)),0 2px 0 var(--rsbs-bg);overflow:hidden;z-index:1001;padding-bottom:calc(16px + env(safe-area-inset-bottom))}[data-rsbs-is-dismissable=true] :matches([data-rsbs-header],[data-rsbs-scroll],[data-rsbs-footer])>*,[data-rsbs-is-dismissable=false]:matches([data-rsbs-state=opening],[data-rsbs-state=closing]) :matches([data-rsbs-header],[data-rsbs-scroll],[data-rsbs-footer])>*{opacity:var(--rsbs-content-opacity)}[data-rsbs-is-dismissable=true] [data-rsbs-backdrop],[data-rsbs-is-dismissable=false]:matches([data-rsbs-state=opening],[data-rsbs-state=closing]) [data-rsbs-backdrop]{opacity:var(--rsbs-backdrop-opacity)}[data-rsbs-state=closed],[data-rsbs-state=closing]{pointer-events:none}.is-window{--rsbs-max-w: breakpoint("md");--rsbs-ml: auto;--rsbs-mr: auto}.bottom-sheet-header{color:#fff;display:flex;justify-content:space-between;align-items:center;height:68px;padding:0 16px}.bottom-sheet-header .sheet-title{margin:0;font-size:1.25rem;line-height:1em;font-weight:600}.bottom-sheet-header.-negative-margin-24{margin-top:-24px}@media (min-width: 768px){.bottom-sheet-header{height:84px;padding:0}}.sheet-content-wrapper-box{padding:calc(var(--dvh) * 1) calc(var(--dvh) * 3) calc(var(--dvh) * 3);gap:calc(var(--dvh) * 2)}.sheet-content-wrapper-box.-remove-padding{padding:0;gap:0}.bottom-sheet-title-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.bottom-sheet-title-wrapper.-remove-margin{margin-bottom:0}.bottom-sheet-title-wrapper.-underline{border-bottom:1px solid rgba(255,255,255,.08)}.bottom-sheet-title-wrapper.-padding{padding:0 16px 16px}.bottom-sheet-title-wrapper .title{color:#fff;font-size:1.25rem;line-height:1em}.content-box .close-button-button{background-color:#12121229}.content-box.-additional-padding{padding:20px}.content-box .position-center{display:flex;align-items:center;justify-content:center;margin-bottom:23px}.content-box .position-center .image-placeholder{width:100%;height:210px}.content-box .text{color:#fff}.content-box .description-margin{margin-bottom:24px}.content-box .title-margin{margin-bottom:16px}.content-box .button{display:flex;flex-direction:column}.country-picker-box{width:100%;padding-top:10px;overflow:hidden}.country-picker-box .list-box{margin-top:10px;overflow-y:auto;height:calc(var(--dvh) * 70)}@media (max-width: 767px){.country-picker-box .list-box{height:calc(calc(var(--dvh) * 100) - 111px)}}.country-picker-box .list-box .no-result-box{margin-top:50px;display:flex;justify-content:center;align-items:center;flex-direction:column}.country-picker-box .list-box .no-result-box .no-result-description .position-center{text-align:center}.country-picker-box .list-box .no-result-box .country-picker-text{text-align:center;font-size:1rem;line-height:1.5em;color:#8a8a8a}.country-picker-box .list-box .list{padding-left:unset}.country-picker-box .list-box .list .item{display:flex;justify-content:center;align-items:center;margin-bottom:8px}.country-picker-box .list-box .list .item .image{width:32px;height:32px;border-radius:50%;object-fit:cover;margin-right:16px}.country-picker-box .list-box .list .item .button{all:unset;padding:12px 16px;align-items:center;display:flex;justify-content:space-between;border-radius:12px;width:90%;cursor:pointer}.country-picker-box .list-box .list .item .button.-active{background-color:#323232}.country-picker-box .list-box .list .item .button .name{color:#fff;line-height:1em;margin-bottom:2px;word-break:break-word}.country-picker-box .list-box .list .item .button .dial-code{line-height:1em}.country-picker-box .list-box .list .item .button .info-box{align-items:center;display:flex}.country-picker-box .list-box .list .item .button .circle{border-radius:50%;padding:6px;display:flex;justify-content:center;align-items:center}.country-picker-box .list-box .list .item .button .circle.-checked{background-color:#fff}.country-picker-box .list-box .list .item .button .circle.-unchecked{border:2px solid #636363}.country-picker-box .list-box .list .item .button .circle .transparent-circle{background-color:transparent;width:8px;height:8px}.country-picker-box .search-button-box{width:90%}.country-picker-box .search-button-box .search-button{width:100%;left:5%;bottom:10px}.profile-image-action{min-width:380px}.profile-image-action .header{display:flex;padding:24px;margin:-24px -24px 0;border-bottom:1px solid rgba(255,255,255,.08);justify-content:space-between;align-items:center}.profile-image-action .header .title{font-size:1.25rem;color:#fff}@media (max-width: 767px){.profile-image-action .header{display:none}}.profile-image-action .cancel-button{padding:24px 24px 0;margin:0 -24px;border-top:1px solid rgba(255,255,255,.08)}@media (max-width: 767px){.profile-image-action .cancel-button{display:none}}@media (max-width: 767px){.profile-image-action{min-width:auto}}.place-bid-wrapper{position:relative;overflow:auto;max-height:calc(var(--dvh) * 90vh);padding-bottom:132px;box-sizing:border-box}.place-bid-wrapper.-first-step{padding-bottom:80px}@media (min-width: 768px){.place-bid-wrapper{padding-top:16px;min-width:448px}}.place-bid-wrapper .control-text-field{width:100%}.place-bid-wrapper .control-text-field input{padding:16px!important;font-size:1rem!important;line-height:1em!important;-webkit-transform:translateY(1px);transform:translateY(1px)}.place-bid-wrapper .control-text-field .input-adorments-box{top:50%}.place-bid-wrapper .content-wrapper{padding:16px;overflow:auto;max-height:calc(90vh - 100px)}.place-bid-wrapper .content-wrapper .label-text{font-size:.75rem;line-height:1em;color:#fff;font-weight:600;margin:8px 0 16px}.place-bid-wrapper .content-wrapper .label-text.-pre-wrap{white-space:pre-wrap}.place-bid-wrapper .content-wrapper .label-text.-dark{color:#8a8a8a}.place-bid-wrapper .content-wrapper .wallet-wrapper{margin-top:16px}.place-bid-wrapper .content-wrapper .trades-wrapper{border:2px solid #323232;border-radius:12px}.place-bid-wrapper .buttons-wrapper{bottom:0;width:100%;box-sizing:border-box;border-top:1px solid rgba(255,255,255,.08)}.withdraw-bid-box{padding:16px}.withdraw-bid-box p{white-space:pre-wrap}.withdraw-bid-box .dialog-title{margin-bottom:16px}.withdraw-bid-box .gradient-button{margin-top:16px}@media (min-width: 768px){.withdraw-bid-box .buttons-wrapper{display:flex;flex-direction:row-reverse}.withdraw-bid-box .buttons-wrapper .gradient-button:nth-child(even){margin-right:8px}.withdraw-bid-box .buttons-wrapper .gradient-button:nth-child(odd){margin-left:8px}}.profile-visuals .upload-button-label{cursor:pointer;padding:20px 0}.profile-visuals .upload-button-label .standard-item-label{text-transform:none}.profile-visuals .button-container{display:flex;flex-direction:row;justify-content:space-between;padding:24px 24px 0;margin:0 -24px;border-top:1px solid rgba(255,255,255,.08)}.profile-visuals .button-container .profile-visuals-button{padding:10px 16px;flex:unset}.xchange-not-available-box{padding:24px 0}.xchange-not-available-box .description-box{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;padding:24px}.xchange-not-available-box .header-box{display:flex;justify-content:space-between;align-items:center;padding:0 24px 24px}.xchange-not-available-box .header-box .header-title{font-size:1.25rem;line-height:1em;color:#fff;margin-right:40px}.xchange-not-available-box .header-box .close-button{background-color:#323232}.xchange-not-available-box .button-row-position{display:flex;justify-content:space-between;margin-top:24px;padding:0 24px}.xchange-not-available-box .button-row-position .-right-margin{margin-right:8px}.xchange-not-available-box .button-row-position .-left-margin{margin-left:8px}@media (min-width: 768px){.review-stax-box-modal{max-width:500px!important;padding:0!important}}.review-stax-box{width:500px;background-color:#202020}.review-stax-box .review-stax-header-box{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);padding:32px 24px}.review-stax-box .review-stax-header-box .review-title{font-size:1.25rem;line-height:1em;color:#fff}.review-stax-box .review-stax-header-box .close-button-background{background-color:#323232}.review-stax-box .review-inner-content-box{padding:24px 50px;display:flex;height:350px;flex-direction:column;align-items:center}.review-stax-box .review-inner-content-box .review-description{font-size:.875rem;line-height:1.2em;color:#ffffff80;text-align:center}.review-stax-box .review-inner-content-box .img-wrapper{flex:1;min-height:0;margin-top:12px}.review-stax-box .review-inner-content-box .stax-image{max-width:100%;height:100%;object-fit:contain}.review-stax-box .review-inner-content-box .stax-image-placeholder{height:100%;max-width:100%}.review-stax-box .review-footer-box{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);padding:24px}.review-stax-box .review-footer-box .save-cancel-box{flex:1.4;text-align:end}.order-book{color:#fff}@media (min-width: 768px){.order-book{width:400px}}.order-book .order-book-header{padding:0 16px 16px;display:flex;align-items:center;justify-content:space-between}.order-book .order-book-content{padding:8px 16px 40px}.order-book .order-book-content .tab-filters-box{margin-bottom:24px}@media (min-width: 768px){.order-book .order-book-header{padding:21px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.order-book .order-book-content{padding:24px}}.orders-and-listings .order-card{margin-bottom:24px}.orders-and-listings .table-header{margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.orders-and-listings .table-header .table-header-title{font-size:.75rem;font-weight:400;color:#ffffffa3}.orders-and-listings .table-header.-sell{flex-direction:row-reverse}.orders-and-listings .table-header .price-bracket-select{background-color:#323232;border-radius:20px;padding:6px 18px;text-transform:none;font-size:.875rem;line-height:1.5em;font-weight:600;color:#fff}.orders-and-listings .table-header .price-bracket-select .down-icon{margin-left:8px}.orders-and-listings .table-header .dropdown-box.-active{min-width:200px}.orders-and-listings .tables{display:flex}.orders-and-listings .tables .order-book-table{flex:1}.orders-and-listings .tables .order-book-table:not(:first-child){margin-left:8px}.orders-and-listings .spinner{display:block;margin:32px auto 0}.trade-history-spinner{display:flex;justify-content:center}.trade-history-tab{position:relative}.trade-history-tab:before{content:"";position:absolute;height:36px;width:calc(100% + 48px);top:0;left:-24px;background-color:#323232}.trade-history-tab table{width:100%;margin:0;border-spacing:0;border-collapse:collapse;position:relative}.trade-history-tab table thead{width:100%}.trade-history-tab table thead tr{height:36px;background-color:#323232;font-size:.75rem;font-weight:600;color:#636363;text-transform:uppercase}.trade-history-tab table thead tr th{cursor:pointer}.trade-history-tab table thead tr th.-sort-active{color:#fff}.trade-history-tab table tbody{width:100%}.trade-history-tab table tbody tr{height:36px;border-bottom:1px solid #323232}.trade-history-tab table tbody tr td{font-size:.875rem;font-weight:600;color:#8a8a8a;text-transform:uppercase}.trade-history-tab table tbody tr td svg{margin-right:4px;-webkit-transform:translateY(4px);transform:translateY(4px)}.trade-history-tab table th.left-align,.trade-history-tab table td.left-align{text-align:left}.trade-history-tab table th.right-align,.trade-history-tab table td.right-align{text-align:right}.trade-history-tab table th.buy,.trade-history-tab table td.buy{color:#0f9958}.trade-history-tab table th.sell,.trade-history-tab table td.sell{color:#d64954}@media (min-width: 768px){.transaction-details{min-width:400px}}.change-payment-method{color:#fff}.change-payment-method .header{display:flex;align-items:center;padding:0}.change-payment-method .header .title{font-size:1.125rem;font-weight:600}.change-payment-method .header .back-button-button{padding:11px 14px}@media (min-width: 768px){.change-payment-method .header{margin:0 -24px;padding:0 24px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.change-payment-method .header .title{font-size:1.25rem;margin-left:24px}}.change-payment-method .content{overflow-y:auto;padding:24px;margin:0 -24px}@media (min-width: 768px){.change-payment-method .content{width:352px;max-height:400px;scrollbar-width:thin}}.change-payment-method .button-container{padding-top:16px}@media (min-width: 768px){.change-payment-method .button-container{margin:0 -24px;padding:24px 24px 0;border-top:1px solid rgba(255,255,255,.08)}}.change-payment-method .button-container .gradient-button:not(:last-child){margin-bottom:16px}.change-payment-method .wallet-deposit-selection{border-radius:12px;border:2px solid #323232;margin-bottom:8px;min-height:0}.change-payment-method .wallet-deposit-selection.selected{background-color:#323232}.change-payment-method .wallet-deposit-selection .right-box{margin-right:0}.take-photo-modal .header{display:flex;margin:-24px;border-bottom:1px solid rgba(255,255,255,.08);justify-content:space-between;align-items:center}@media (max-width: 767px){.take-photo-modal .header{border-bottom:none}}.take-photo-modal .content{position:relative;border-radius:100px;margin:32px auto;flex-direction:column;display:flex;align-items:center}@media (max-width: 767px){.take-photo-modal .content{width:100%}}.take-photo-modal .content .img-container{width:calc(100% - 32px);height:calc(100% - 32px);width:348px;height:348px;border-radius:12px;display:flex;align-items:center;justify-content:center;background-color:#323232}.take-photo-modal .content .img-container>div{display:flex;width:100%;height:100%}.take-photo-modal .content .img-container .video{border-radius:12px;object-fit:cover;width:100%;height:100%}.take-photo-modal .content .img-container .white-spinner{position:absolute;width:20px;height:20px}.take-photo-modal .content button{width:100%}.take-photo-modal .button{display:flex;justify-content:flex-end;flex-direction:column;margin:0 -24px}@media (min-width: 768px){.take-photo-modal .button{flex-direction:row;border-top:1px solid rgba(255,255,255,.08)}.take-photo-modal .button .gradient-button{margin:0}.take-photo-modal .button .save-button{order:1;margin-bottom:0;margin-left:16px}.take-photo-modal .button button{flex:0 auto}}.search-input-container{border-bottom:1px solid rgba(255,255,255,.08);width:calc(100% - 32px);padding:0 16px}.search-input-container .status{box-sizing:border-box;width:24px;height:24px;flex-shrink:0}.search-input-box{padding-bottom:24px;display:flex;width:100%;justify-content:center;align-items:center}.search-input-box .text-field{width:100%;margin-right:24px}.search-input-box .status{box-sizing:border-box;width:24px;height:24px;flex-shrink:0;margin-top:3px}.search-results-list-box .empty-state-box .text-wrapper{-webkit-transform:translateY(0);transform:translateY(0)}.search-container-box{width:100%;padding-top:10px;overflow:hidden}.search-container-box .search-input-box .text-field input{padding:8px 12px!important;font-size:1rem!important;line-height:1em!important;-webkit-transform:translateY(1px);transform:translateY(1px)}.search-container-box .search-input-box .text-field .input-adorments-box{top:50%}.search-container-box .top-bar{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;width:100%}.search-container-box .top-bar .search-input-container{flex:1;max-width:calc(100% - 52px)}.search-container-box .top-bar .close-button-box{margin-left:12px}.search-container-box .metadata{color:#636363;box-sizing:border-box;font-weight:600;font-size:.875rem;padding:24px 16px;height:50px;display:flex;align-items:center}.search-container-box .list-item-box{padding:0 1rem}.desktop-search-container-box{overflow:hidden}.desktop-search-container-box .search-input-container{border-bottom:0px;width:400px;padding:0}.desktop-search-container-box .search-input-container .search-input-box{padding-bottom:0;display:flex;width:100%;justify-content:center;align-items:center}.desktop-search-container-box .search-input-container .search-input-box .text-field{width:100%;margin-right:0}.desktop-search-container-box .search-input-container .search-input-box .text-field .MuiFilledInput-root{box-shadow:none;background-color:#121212;border-radius:30px;border:4px solid #323232}.desktop-search-container-box .search-input-container .search-input-box .text-field input{padding:8px 12px!important;font-size:1rem!important;line-height:1em!important;-webkit-transform:translateY(1px);transform:translateY(1px)}.desktop-search-container-box .search-input-container .search-input-box .text-field .input-adorments-box{top:50%}.desktop-search-container-box .results-box{margin-top:8px;max-height:414px;background:#202020;border:1px solid #323232;border-radius:12px}.desktop-search-container-box .results-box .search-results-list-box{padding:0 16px}.desktop-search-container-box .results-box .metadata{color:#636363;box-sizing:border-box;font-weight:600;font-size:.875rem;padding:24px 16px;height:50px;display:flex;align-items:center}.search-history-box{box-sizing:border-box;width:400px;padding:0 16px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center}@media (max-width: 767px){.search-history-box{width:100%;padding:0}}.search-history-box .recent-title{display:flex;align-items:center}@media (max-width: 767px){.search-history-box .recent-title{margin-left:1rem}}.search-history-box .recent-title .icon{display:inline-flex;margin-right:8px}.search-history-box .clear-history{font-size:.875rem;color:#fff!important;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:none}.search-history-box .clear-history:hover{background-color:transparent}.search-history-box .recent-item{width:100%}.search-result-item{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;display:flex;box-sizing:border-box;height:88px;width:100%;padding:20px 12px}.search-result-item .-no-shrink{flex-shrink:0}.search-result-item .rows{display:flex;flex-direction:column;width:100%;padding-left:12px}.search-result-item .rows .first,.search-result-item .rows .second{font-size:1rem;display:flex;flex-direction:row;align-items:center}.search-result-item .rows .first>*,.search-result-item .rows .second>*{margin-right:10px}.search-result-item .rows .first .value,.search-result-item .rows .second .value{margin-right:unset;margin-left:auto}.search-result-item .rows .second .gpx-text{color:#fff;font-size:.875rem}.search-result-item .rows .second .logo .filter-icon{height:10px}.search-result-item .rows .second .logo .filter-icon img{height:100%}.search-result-item .rows .second .logo .white-text{display:none}.search-result-item .rows .second .value{font-size:.875rem;color:#fff}.search-result-item .rows .second .value.-negative{color:#d64954}.search-result-item .rows .second .value.-positive{color:#0f9958}.results-box .issuer-details.-has-details{padding-bottom:1rem}.results-box .list-item-box .gpx-group .subxchange-img{height:14px;margin:0}.navigation-bar-box{top:0;left:0;width:100%;height:71px;background-color:#202020;border-bottom:1px solid rgba(255,255,255,.08);position:fixed;z-index:501}.navigation-bar-box .navigation-bar-content-box{display:flex;padding:0 2rem;align-items:center;justify-content:center;max-width:1200px;margin:0 auto}@media (min-width: 768px) and (max-width: 1200px){.navigation-bar-box .navigation-bar-content-box{padding:0 1rem}}.navigation-bar-box .navigation-bar-content-box .logo-box{width:135px}.navigation-bar-box .navigation-bar-content-box .content-box{display:flex;position:relative;margin:0 auto 0 40px;height:72px;transition:all .3s ease-in-out;visibility:visible;opacity:1}.navigation-bar-box .navigation-bar-content-box .content-box .link-item-box{border-bottom-color:#ffffff14}.navigation-bar-box .navigation-bar-content-box .content-box .gradient-bottom-border{left:0;height:1px;z-index:10;bottom:0px;position:absolute;background:linear-gradient(90deg,rgba(202,161,89,0) 0%,#f2e59d 49.98%,rgba(202,161,89,0) 100%)}.navigation-bar-box .navigation-bar-content-box .content-box.--hidden{visibility:hidden;opacity:0}.navigation-bar-box .navigation-bar-content-box .auth-navigation-buttons{margin-left:24px}@media (min-width: 768px) and (max-width: 1100px){.navigation-bar-box .navigation-bar-content-box .auth-navigation-buttons{margin-left:0}.navigation-bar-box .navigation-bar-content-box .auth-navigation-buttons #login-button{margin-right:0}.navigation-bar-box .navigation-bar-content-box .auth-navigation-buttons #register-button{display:none}}.navigation-bar-box .navigation-bar-content-box .right-content-box{display:flex;align-items:center}.navigation-bar-box .navigation-bar-content-box .right-content-box .search-content-box{margin-right:16px}.navigation-bar-box .navigation-bar-content-box .right-content-box .search-content-box .search-button{width:40px;height:40px;padding:0;min-width:unset;border-radius:50%;color:#fff}.navigation-bar-box .navigation-bar-content-box .right-content-box .search-content-box .search-button:hover{background-color:#ffffff14}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box{display:flex;align-items:center}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .notification-content-box .notification-button{min-width:unset;border-radius:50%;color:#fff}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box{width:40px;height:40px;display:flex;cursor:pointer;margin-left:24px;border-radius:50%;position:relative;background-color:#323232}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box .user-profile-image-box{z-index:20;width:40px;height:40px;display:flex;outline:none;border-radius:50%;align-items:center;justify-content:center;overflow:hidden;background-color:#323232}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box .user-profile-image-box .user-profile-image{width:100%;height:100%;border-radius:50%}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box .user-profile-image-box .profile-placeholder-icon{width:16px;height:18px}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box .user-profile-image-dark-box{top:-4px;z-index:10;left:-4px;width:48px;height:48px;display:none;position:absolute;border-radius:50%;background-color:#202020}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box .user-profile-image-dark-box.-active{display:block}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box .user-profile-image-gradient-box{top:-6px;z-index:9;left:-6px;width:52px;height:52px;display:none;position:absolute;border-radius:50%;background:radial-gradient(578.16% 101.85% at 16.67% -21.49%,#fffbb3 0%,#be8d45 100%)}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box .user-profile-image-gradient-box.-active{display:block}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box .user-profile-dropdown-box{top:76px;right:0;padding:16px;display:none;position:absolute;border-radius:12px;flex-direction:column;border:1px solid #323232;background-color:#202020;z-index:750}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box .user-profile-dropdown-box.-active{display:flex}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box .user-profile-dropdown-box .dropdown-button{margin:8px 0;padding:10px 20px;color:#ffffff14;justify-content:flex-start}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box .user-profile-dropdown-box .dropdown-button:hover{background-color:#323232}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box .user-profile-dropdown-box .dropdown-button .dropdown-button-title{margin:0;white-space:nowrap;color:#fff;text-transform:none;-webkit-transform:translateY(2px);transform:translateY(2px)}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box .user-profile-dropdown-box .dropdown-button .dropdown-image-wrapper{width:24px;height:24px;margin-right:20px}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box .user-profile-dropdown-box .dropdown-button .refer-box{background:radial-gradient(994.86% 229.56% at -20.37% -65.62%,#fffbb3 0%,#be8d45 100%);padding:3px 6px;border-radius:4px;margin-left:16px;-webkit-transform:translateY(1px);transform:translateY(1px)}.navigation-bar-box .navigation-bar-content-box .logged-in-navigation-box .user-profile-box .user-profile-dropdown-box .dropdown-button .refer-box .refer-title{margin:0;font-size:.625rem;line-height:100%;color:#121212;-webkit-transform:translateY(1px);transform:translateY(1px);font-family:fontMedium}.navigation-bar-spacer{height:71px}@media (min-width: 768px){.issuers-navigation-content-box{border-bottom:1px solid rgba(255,255,255,.08)}}.issuers-navigation-content-box .link-item-box .gradient-texts:after{display:none}.issuers-navigation-content-box .gradient-bottom-border{left:0;bottom:-1px;height:1px;z-index:10;position:absolute;background:linear-gradient(90deg,rgba(202,161,89,0) 0%,#f2e59d 49.98%,rgba(202,161,89,0) 100%)}.issuers-navigation-content-box.-mobile>div:first-child{width:100%;display:flex;align-items:center;justify-content:center;text-align:center;background-color:#202020;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0 0 12px 12px}.issuers-navigation-content-box.-mobile>div:first-child .link-item-box{flex:1;margin-right:0}.link-item:hover{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.link-item-box .gradient-text:hover{-webkit-text-fill-color:inherit}.link-item-box .gradient-text:hover .link-item{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.desktop-tab-navigation{border-bottom:1px solid rgba(255,255,255,.08)}.desktop-tab-navigation .link-item-box .gradient-text{font-size:1.25rem;line-height:1em;font-family:Roboto,sans-serif,stax-icons;font-weight:500}.desktop-tab-navigation .link-item-box .gradient-text:after{display:none}.desktop-tab-navigation .gradient-bottom-border{left:0;bottom:-1px;height:1px;z-index:10;position:absolute;background:linear-gradient(90deg,rgba(202,161,89,0) 0%,#f2e59d 49.98%,rgba(202,161,89,0) 100%)}.mobile-tab-navigation{position:relative}.mobile-tab-navigation-wrapper{display:flex;background-color:#202020;border-bottom:1px solid rgba(255,255,255,.08);position:absolute;left:0;top:0;right:0;border-radius:0 0 12px 12px;z-index:499;height:49px}.mobile-tab-navigation-wrapper.-dark{background-color:#121212}.mobile-tab-navigation-wrapper.-mobile-status-bar{border-radius:0;width:100%;position:relative}.mobile-tab-navigation-wrapper .gradient-bottom-border{left:0;bottom:-1px;height:1px;z-index:10;position:absolute;background:linear-gradient(90deg,rgba(202,161,89,0) 0%,#f2e59d 49.98%,rgba(202,161,89,0) 100%)}.mobile-tab-navigation-button{padding-top:8px;padding-bottom:12px;display:flex;flex:1;align-items:center;justify-content:center;outline:none}.mobile-top-navigation-bar-box{position:fixed;top:0;left:0;width:100%;height:71px;z-index:500}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box{display:flex;padding:18px 16px;align-items:center;justify-content:center;position:relative;z-index:501;background-color:#202020;height:2.25rem}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box.-rounded{border-radius:0 0 12px 12px;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box.-filter-selection{padding:18px 0 18px 40px}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box.-hide{-webkit-transform:translateY(-100%);transform:translateY(-100%);z-index:-1;opacity:0}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .chevron-box{position:absolute;top:0;left:0;width:40px;height:calc(90% - 1px);background-color:#202020;box-shadow:7px -4px 7px #0000004d;z-index:10;display:flex;justify-content:flex-end;align-items:center;border-bottom-left-radius:12px}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .chevron-box .inner-box{-webkit-transform:translateY(5px);transform:translateY(5px)}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box{flex:1;display:flex;align-items:center;max-width:calc(var(--dvw) * 100);overflow:auto;scrollbar-width:none}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box.-filter-selection{padding-left:16px}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box::-webkit-scrollbar{display:none}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .left-content-box{flex:1;display:flex;align-items:center}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .left-content-box .tab-title{margin:0;font-size:1.25rem;line-height:1.1em;font-family:Roboto,sans-serif,stax-icons;font-weight:500;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .left-content-box .tab-title:hover:after{display:none}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .left-content-box .fixed-active-subxchange-wrapper{position:absolute;top:0;left:0;width:80px;height:72px;display:flex;align-items:center;justify-content:right;background:#202020;padding-right:8px;z-index:10;border-bottom-left-radius:30px}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .left-content-box .fixed-active-subxchange-spacer{width:72px}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .left-content-box .subxchange-button{padding:.175rem .75rem;font-size:.875rem;line-height:1.375rem;font-weight:500;color:#fff;height:36px}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .left-content-box .subxchange-button.-arrow{padding-right:.375rem}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .left-content-box .subxchange-button .ui-icon-box{flex-shrink:0}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .left-content-box .subxchange-button.-small{height:25px}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .left-content-box .active-subxchange-button{display:flex;height:36px;width:36px;padding-right:.375rem}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .left-content-box .active-subxchange-button .filter-icon-logo{max-width:24px}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .right-content-box{display:flex;align-items:center}@media (min-width: 768px){.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .right-content-box .search-content-box{margin-right:16px}}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .right-content-box .search-content-box .search-button{padding:10px;min-width:unset;border-radius:50%;color:#fff}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .right-content-box .search-content-box .search-button:hover{background-color:#ffffff14}@media (max-width: 767px){.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .right-content-box .search-content-box .search-button:hover{background-color:transparent}}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .right-content-box .burger-content-box .burger-button{padding:10px;min-width:unset;border-radius:50%;color:#fff}.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .right-content-box .burger-content-box .burger-button:hover{background-color:#ffffff14}@media (max-width: 767px){.mobile-top-navigation-bar-box .mobile-top-navigation-content-bar-box .content-box .right-content-box .burger-content-box .burger-button:hover{background-color:transparent}}.bottom-navigation-bar-box{z-index:499;width:100%;position:fixed;bottom:0;left:0;display:flex;align-items:flex-end;border-radius:12px 12px 0 0;height:72px;background-color:#323232}.bottom-navigation-bar-box .bottom-navigation-bar-content-box{z-index:10;width:100%;display:flex;position:relative;border-radius:12px 12px 0 0;background-color:#121212;height:71px}.bottom-navigation-bar-box .bottom-navigation-bar-content-box .bottom-tab-item-box{flex:1;display:flex;outline:none;padding:0;align-items:center;flex-direction:column;justify-content:center}.bottom-navigation-bar-box .bottom-navigation-bar-content-box .bottom-tab-item-box .icon-box{width:24px;height:24px}.bottom-navigation-bar-box .bottom-navigation-bar-content-box .bottom-tab-item-box .tab-title{margin:8px 0 0;background:unset;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;font-weight:500;color:#ffffffa3;-webkit-text-fill-color:unset}.bottom-navigation-bar-box .bottom-navigation-bar-content-box .bottom-tab-item-box .tab-title.-active{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.bottom-navigation-bar-box .bottom-navigation-bar-content-box .bottom-tab-item-box .tab-title:hover:after{all:unset}.bottom-navigation-bar-box .gradient-top-border{top:0px;left:0px;height:94px;position:absolute;background:linear-gradient(90deg,rgba(202,161,89,0) 0%,#f2e59d 49.98%,rgba(202,161,89,0) 100%);border-radius:0;display:inline-block}.bottom-navigation-placeholder{height:72px}.drawer-overlay-screen-box{top:0;left:0;right:0;bottom:0;z-index:1000;position:absolute;background-color:#121212;overflow:auto;position:fixed}@media (min-width: 768px){.drawer-overlay-screen-box{display:none}}.drawer-overlay-screen-box .drawer-overlay-screen-top-bar{top:10;left:0;right:0;display:flex;padding:10px 16px 0;position:fixed;z-index:10;justify-content:space-between;align-items:center;background-color:#121212}.drawer-overlay-screen-box .drawer-overlay-screen-content-box{width:100%;display:flex;margin-top:70px;align-items:center;flex-direction:column}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .profile-image-wrapper{width:80px;height:80px;display:flex;border-radius:50%;margin-bottom:10px;align-items:center;justify-content:center;background-color:#323232}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .wallet-button-wrapper{width:calc(100% - 32px)}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .drawer-items-wrapper{padding:24px 0;background-color:#121212}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .drawer-items-wrapper .drawer-button-wrapper{width:100%;padding:16px;border-radius:0;text-transform:none;color:#fff;background-color:#121212;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .drawer-items-wrapper .drawer-button-wrapper .drawer-button-item-wrapper{display:flex;align-items:center;width:100%}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .drawer-items-wrapper .drawer-button-wrapper .drawer-button-item-wrapper .drawer-button-image-wrapper{width:24px;height:24px}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .drawer-items-wrapper .drawer-button-wrapper .drawer-button-item-wrapper .refer-box{background:radial-gradient(994.86% 229.56% at -20.37% -65.62%,#fffbb3 0%,#be8d45 100%);padding:3px 6px;border-radius:4px;margin-left:16px;height:-webkit-max-content;height:-moz-max-content;height:max-content}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .drawer-items-wrapper .drawer-button-wrapper .drawer-button-item-wrapper .refer-box .refer-title{margin:0;font-size:.625rem;line-height:100%;color:#121212;-webkit-transform:translateY(1px);transform:translateY(1px);font-family:fontMedium}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .drawer-items-wrapper .drawer-button-wrapper .drawer-button-chevron{padding-right:6px}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .drawer-register-button-wrapper{padding:0;width:100%;display:flex;position:relative;text-transform:none;background-color:#121212}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .drawer-register-button-wrapper .drawer-register-button-box{flex:1;display:flex;margin:0 16px;border-radius:12px;background:radial-gradient(578.16% 101.85% at 16.67% -21.49%,#fffbb3 0%,#be8d45 100%)}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .drawer-register-button-wrapper .drawer-register-button-box .drawer-register-button-container-box{flex:1;display:flex}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .drawer-register-button-wrapper .drawer-register-button-box .drawer-register-button-container-box .drawer-register-button-text-box{margin:auto;text-align:start;padding:22px 24px}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .drawer-register-button-wrapper .drawer-register-button-box .drawer-register-button-container-box .drawer-register-button-image{width:100%;object-fit:contain;object-position:bottom}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .drawer-sign-out-button-box{width:100%;display:flex;position:relative;background-color:#121212}.drawer-overlay-screen-box .drawer-overlay-screen-content-box .drawer-sign-out-button-box .drawer-sign-out-button{width:100%;text-transform:none;color:#fff;margin:40px 16px 24px;background-color:transparent;border:2px solid #323232}.filter-box{display:flex;align-items:center}.filter-box .filter-divider{height:16px;width:2px;background-color:#323232;margin:0 16px 0 8px;display:none;flex-shrink:0}.filter-box .filter-divider.-show{display:block}.filter-box .close-button-button{margin-right:8px;background-color:transparent;border:2px solid #323232}.filter-box .filter-content-box{display:flex;padding:6px 16px;align-items:center;border-radius:20px;justify-content:center;background-color:transparent;text-transform:none;color:#ffffff29;border:2px solid #323232}.filter-box .filter-content-box.-active{background-color:#323232}.filter-box .filter-content-box.-small-margin{margin-right:8px}.filter-box .filter-content-box .filter-icon-logo{height:14px;max-width:28px}.filter-box .filter-content-box .filter-title{margin:0 0 0 8px;color:#fff;white-space:nowrap}.filter-box .scrollable-content{display:flex;flex:1;align-items:center;scrollbar-width:thin;overflow-x:auto;white-space:nowrap}.filter-box .scrollable-content>*{display:inline}.filter-box .scrollable-content .categories{display:flex}.filter-box .scrollable-content .subxchange-button{display:flex;flex-shrink:0}.filter-box .scrollable-content .add-button{background:#323232;width:40px;height:36px;padding:0;min-width:inherit}@media (min-width: 768px){.filter-box .scrollable-content .add-button{width:45px;height:40px}}.filter-box .scrollable-content .add-button .ui-icon-box{flex-shrink:0}.filter-box .scrollable-content .add-button.-small{height:25px;width:30px}@media (min-width: 768px){.filter-box .scrollable-content .add-button.-small{width:40px;height:32px}}.details-header-box{display:flex;align-items:center;justify-content:space-between;height:72px;background:linear-gradient(180deg,#121212 0%,rgba(18,18,18,0) 100%),#181818;box-shadow:inset 0 -1px #ffffff0d;border-radius:0 0 12px 12px}@media (min-width: 768px){.details-header-box{padding-bottom:unset;background:unset;box-shadow:unset;border-radius:unset}}.details-header-box .details-header-wrapper{display:flex;align-items:center}.details-header-box .details-header-wrapper p{font-size:1.25rem;margin-left:9px}@media (min-width: 768px){.details-header-box .details-header-wrapper p{color:#8a8a8a}}.details-header-box .details-header-wrapper .back-button-box .back-button-button{background-color:unset}@media (min-width: 768px){.details-header-box .details-header-wrapper .back-button-box .back-button-button{background-color:#323232}}@media (max-width: 767px){.details-header-box-placeholder{height:72px}.details-header-box.-fixed{position:fixed;top:0;left:0;z-index:500;overflow:hidden;width:100%}}.issuers-mobile-navigation-box-container{position:relative}.issuers-mobile-navigation-box{display:flex;background-color:#202020;border-bottom:1px solid rgba(255,255,255,.08);position:absolute;left:0;top:0;right:0;border-radius:0 0 12px 12px;z-index:500;height:49px}.issuers-mobile-navigation-box.-dark{background-color:#121212}.issuers-mobile-navigation-box.-mobile-status-bar{border-radius:0;width:100%;position:relative}.issuers-mobile-navigation-box .issuers-mobile-navigation-button{padding-top:8px;padding-bottom:12px;display:flex;flex:1;align-items:center;justify-content:center;outline:none}.issuers-mobile-navigation-box .gradient-bottom-border{left:0;bottom:-1px;height:1px;z-index:10;position:absolute;background:linear-gradient(90deg,rgba(202,161,89,0) 0%,#f2e59d 49.98%,rgba(202,161,89,0) 100%)}.grid-comfortable-wrapper{position:relative}@media (min-width: 768px){.grid-comfortable-wrapper>div{overflow-x:hidden!important;margin:0 auto}}.grid-comfortable-wrapper .grid-comfortable-header-wrapper{position:absolute;top:0;left:0px;right:0px;z-index:50;padding-bottom:24px;background-color:#121212}.grid-comfortable-wrapper .wrap-navigation{display:flex;justify-content:flex-end;flex-direction:column;-webkit-transform:translateY(-5px);transform:translateY(-5px)}.grid-header-box{margin:0 auto}@media (max-width: 767px){.grid-header-box{margin-top:78px}}.grid-header-box p{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.grid-header-box .grid-wrapper{height:100%;position:relative;width:100%;margin-left:-6px}@media (max-width: 767px){.grid-header-box .grid-wrapper{margin-top:70px}}.grid-header-box .grid-wrapper .grid-box{border:2px solid #202020;border-radius:8px;padding:24px;margin-right:12px;margin-left:12px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:all .1s ease-in-out;box-sizing:border-box;-webkit-transform:scale(1);transform:scale(1)}.grid-header-box .grid-wrapper .grid-box.-issuer{padding:24px;margin-right:12px;margin-left:12px;width:288px}@media (max-width: 767px){.grid-header-box .grid-wrapper .grid-box.-issuer{width:165px;margin-right:4.5px;margin-left:4.5px;padding:16px}}.grid-header-box .grid-wrapper .grid-box.-auctions{padding:16px;margin-right:8px;margin-left:8px;width:188px}@media (max-width: 767px){.grid-header-box .grid-wrapper .grid-box.-auctions{width:165px;margin-right:4px;margin-left:4px;max-height:355px}}@media (max-width: 767px){.grid-header-box .grid-wrapper .grid-box:hover:active{opacity:.7;-webkit-transform:scale(.95);transform:scale(.95)}}@media (max-width: 767px){.grid-header-box .grid-wrapper .grid-box.-my-stax:hover:active{opacity:unset;-webkit-transform:scale(1);transform:scale(1)}}.grid-header-box .grid-wrapper .grid-box .item-box{display:flex;justify-content:center;flex-direction:column}.grid-header-box .grid-wrapper .grid-box .item-box .image-box{border-radius:8px}.grid-header-box .grid-wrapper .grid-box .item-box .image-box .image-box-wrapper{width:100%;aspect-ratio:1;height:100%;position:relative;border-radius:12px;cursor:pointer}@supports not (aspect-ratio: 1/1){.grid-header-box .grid-wrapper .grid-box .item-box .image-box .image-box-wrapper:before{float:left;padding-top:100%;content:""}.grid-header-box .grid-wrapper .grid-box .item-box .image-box .image-box-wrapper:after{display:block;content:"";clear:both}}.grid-header-box .grid-wrapper .grid-box .item-box .image-box .image-box-wrapper .subxchange-wrapper{height:15px;position:absolute;right:8px;top:8px;border-radius:50%;box-shadow:0 3px 12px 14px #0000001a}.grid-header-box .grid-wrapper .grid-box .item-box .image-box .image-box-wrapper .subxchange-wrapper img{height:12px}.grid-header-box .grid-wrapper .grid-box .item-box .image-box .image-dimensions{width:100%;height:100%;border-radius:8px;pointer-events:none;object-fit:cover}.grid-header-box .grid-wrapper .grid-box .item-box .image-box .image-placeholder{padding-top:100%}.grid-header-box .grid-wrapper .grid-box .item-box .basic-info-box-wrapper{margin-top:16px;margin-bottom:14px}@media (max-width: 767px){.grid-header-box .grid-wrapper .grid-box .item-box .basic-info-box-wrapper{margin-top:14px;margin-bottom:10px}}.grid-header-box .grid-wrapper .grid-box .item-box .basic-info-box-wrapper .basic-info-box{display:flex;justify-content:space-between;align-items:center}.grid-header-box .grid-wrapper .grid-box .item-box .basic-info-box-wrapper .basic-info-box .icon-placeholder{cursor:default;opacity:0}.grid-header-box .grid-wrapper .grid-box .item-box .basic-info-box-wrapper .basic-info-box .icon-placeholder .skeleton{width:24px;height:24px;opacity:0}@media (min-width: 768px){.grid-header-box .grid-wrapper .grid-box .item-box .basic-info-box-wrapper .issuer-category.-margin{margin-top:-8px}}.grid-header-box .grid-wrapper .grid-box .item-box .name-text{margin-bottom:4.5px}.grid-header-box .grid-wrapper .grid-box .item-box .just-joined-text{font-size:.75rem;line-height:1em;color:#8a8a8a;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.grid-header-box .grid-wrapper .grid-box .item-box .just-joined-text-placeholder{height:1.1875rem}.grid-header-box .grid-wrapper .grid-box .item-box .white-text{color:#fff}.grid-header-box .grid-wrapper .grid-box .item-box .description-box .gpx-row{display:flex;justify-content:space-between;align-items:flex-start}.grid-header-box .grid-wrapper .grid-box .item-box .description-box .gpx{font-size:.875rem;line-height:1em;min-height:1em;color:#8a8a8a}@media (max-width: 767px){.grid-header-box .grid-wrapper .grid-box .item-box .description-box .gpx{font-size:.75rem;line-height:1em}}.grid-header-box .grid-wrapper .grid-box .item-box .description-box .status-box{margin-top:8.5px;display:flex;justify-content:space-between}.grid-header-box .gridbox-album{width:100%;height:100%}.positive-text{color:#0f9958}.negative-text{color:#d64954}.price-before-dot{color:#fff}.price-before-dot:first-letter{letter-spacing:3px}.price-before-dot.-min-margin{margin-bottom:4px}.price-after-dot{color:#8a8a8a}.auction-grid-item-box p{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.auction-grid-item-box .image-placeholder-box{position:relative}.auction-grid-item-box .image-placeholder-box .auctions-image-placeholder{aspect-ratio:.6428571429;width:100%;height:100%;border-radius:12px;position:relative}@supports not (aspect-ratio: 1/1){.auction-grid-item-box .image-placeholder-box .auctions-image-placeholder:before{float:left;padding-top:calc(100% * 14 / 9);content:""}.auction-grid-item-box .image-placeholder-box .auctions-image-placeholder:after{display:block;content:"";clear:both}}.auction-grid-item-box .image-placeholder-box .profile-image-placeholder{position:absolute;bottom:-24px;z-index:10}.auction-grid-item-box .certificate-image-wrapper{aspect-ratio:.6428571429;width:100%;height:100%}@supports not (aspect-ratio: 1/1){.auction-grid-item-box .certificate-image-wrapper:before{float:left;padding-top:calc(100% * 14 / 9);content:""}.auction-grid-item-box .certificate-image-wrapper:after{display:block;content:"";clear:both}}.auction-grid-item-box .image-background{aspect-ratio:.6428571429;height:100%;width:100%;position:relative}@supports not (aspect-ratio: 1/1){.auction-grid-item-box .image-background:before{float:left;padding-top:calc(100% * 14 / 9);content:""}.auction-grid-item-box .image-background:after{display:block;content:"";clear:both}}.auction-grid-item-box .image-background .image-style{width:100%;height:100%;pointer-events:none;border-radius:6px}.auction-grid-item-box .image-background .issuer-profile-image-box{position:absolute;bottom:-24px;z-index:20}.auction-grid-item-box .image-background .issuer-profile-image-box .verified{position:absolute;bottom:0;right:0}.auction-grid-item-box .issuer-name-text{margin-top:40px;font-size:.875rem;line-height:1.375rem;line-height:1em;color:#fff;margin-bottom:11.5px}.auction-grid-item-box .end-time-text{color:#fff;font-size:.75rem;line-height:1em;font-weight:600}.auction-grid-item-box .description-box{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.auction-grid-item-box .description-box .description-text{white-space:pre-wrap}.auction-grid-item-box .description-box .price-item-text{line-height:1em;font-size:.75rem}.auction-grid-item-box .description-box .price-item-text span,.auction-grid-item-box .description-box .price-item-text p{line-height:1em}.auction-grid-item-box .description-box .price-item-text.-white{color:#fff}.auction-grid-item-box .follow-button-box{background-color:#121212;z-index:10;padding:3px;position:absolute;top:8px;right:8px;border-radius:50%}.auction-grid-item-box .follow-button-box .follow-button{all:unset;display:flex;padding:8.5px 8px;cursor:pointer;background-color:#202020;border-radius:16px}.auction-grid-item-box .follow-button-box .follow-button :nth-child(2){margin-left:4px}.image-box-information{display:flex;position:absolute;bottom:8px;left:8px;padding:6px 8px;background-color:#121212;border-radius:16px}.my-stax-grid-item .certificate{border-radius:4px;aspect-ratio:.5625;min-height:150px;position:relative}@supports not (aspect-ratio: 1/1){.my-stax-grid-item .certificate:before{float:left;padding-top:calc(100% * 16 / 9);content:""}.my-stax-grid-item .certificate:after{display:block;content:"";clear:both}}.my-stax-grid-item .certificate .certificate-image{width:100%;height:100%}.my-stax-grid-item .basic-info-box-wrapper{margin:0 0 7px}.my-stax-grid-item .certificate-skeleton-styled{position:absolute;border-radius:8px;top:0px}.my-stax-grid-item .bottom-box{display:flex;align-items:center}.my-stax-grid-item .bottom-box .status-box{width:100%}.my-stax-grid-item .bottom-box .status-box .price{font-size:.75rem;line-height:1em;font-weight:600;margin-bottom:6px}.my-stax-grid-item .bottom-box .status-box .number-of-stax{font-size:.5rem;line-height:1em;font-weight:500;color:#8a8a8a}.my-stax-grid-item .bottom-box .favorite-box{width:20px}@media (min-width: 768px){.my-stax-grid-item .certificate{padding:0 8px}.my-stax-grid-item .bottom-box .status-box .price{font-size:.875rem;margin-bottom:8px}.my-stax-grid-item .bottom-box .status-box .number-of-stax{font-size:.625rem}}.public-post{display:flex;flex-direction:column;box-sizing:border-box;border:2px solid #202020;border-radius:12px}.public-post.-inline{border:none}@media (min-width: 768px){.public-post.-comments{border:none}.public-post.-comments .comments-input,.public-post.-comments .comments-list,.public-post.-comments .comments-list-empty,.public-post.-comments .public-post-wrapper{border-top:2px solid rgba(255,255,255,.08)}.public-post.-comments .comment-create{background:#323232}}@media (max-width: 767px){.public-post{border-top:none;margin-bottom:unset;border:none;border-bottom:2px solid #202020;border-radius:0}}.public-post .public-post-type.no-premium{height:24px}.public-post .public-post-type .premium{font-size:.625rem;margin-left:8px;text-transform:uppercase}.public-post .public-post-type .premium:after{display:none}.public-post .public-post-header{display:flex;flex-direction:row;width:100%}.public-post .public-post-header-link{display:flex;flex-direction:row;margin-left:-4px}.public-post .public-post-header-link>*+*{margin-left:12px}.public-post .public-post-header .info p{line-height:1rem;font-size:.875rem;margin:0;font-weight:600}.public-post .public-post-header .info .username{color:#fff;margin-top:8px;margin-bottom:4px}.public-post .public-post-header .info .handler{color:#8a8a8a}.public-post .public-post-header .actions{margin-left:auto;margin-top:6px}.public-post .public-post-header .actions .timestamp{font-size:.75rem;color:#8a8a8a;margin-right:16px;vertical-align:top}.public-post .public-post-header .actions .more-button{min-width:unset}.public-post-content{padding:12px 0 24px 56px;display:flex;flex-direction:column;color:#fff}.public-post-content>*+*{margin-top:16px}.public-post-content.single{padding-left:0}.public-post-content .post-content-text{padding:0;word-break:break-word}.public-post-content .video-thumbnail{position:relative;cursor:pointer;z-index:10;overflow:hidden;border-radius:12px;height:350px}@media (max-width: 767px){.public-post-content .video-thumbnail{height:275px}}.public-post-content .video-thumbnail .thumbnail-image{height:100%;width:100%;object-fit:contain;border-radius:12px;aspect-ratio:1}.public-post-content .video-thumbnail .thumbnail-image-background{position:absolute;height:100%;width:100%;top:0;left:0;-webkit-filter:blur(100px);filter:blur(100px);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);background-position:center;background-repeat:no-repeat;background-size:200%;z-index:-1}.public-post-content .video-thumbnail .thumbnail-image-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.public-post-content .video-thumbnail .play-button-container{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.public-post .public-post-footer{display:flex;flex-direction:row;padding-left:56px;margin-bottom:24px;flex-wrap:wrap;z-index:10;color:#fff}.public-post .public-post-footer.single{padding-left:0}.public-post .public-post-footer .timestamp{width:100%;flex:1 1 100%}.public-post .public-post-footer .post-reaction{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:60px}.public-post .public-post-footer .post-reaction .ui-icon-box{flex-shrink:0}.public-post .public-post-footer .post-reaction>*+*{margin-left:10px}.public-post .public-post-footer .post-reaction.--disabled{cursor:default;opacity:.16}.public-post .public-post-footer .post-reaction.-visible{opacity:1!important}.public-post .public-post-footer .bookmark-action{cursor:pointer;margin-left:auto;margin-right:2px;min-width:unset}.public-post .comments-input,.public-post .comments-list,.public-post .comments-list-empty{padding:24px;margin-inline:-16px;border-top:2px solid rgba(255,255,255,.08);box-sizing:border-box}@media (min-width: 768px){.public-post .comments-input,.public-post .comments-list,.public-post .comments-list-empty{margin-inline:-24px}}.public-post .comments-input-spacer{height:90px}@media (min-width: 768px){.public-post .comments-input-spacer{height:0px}}@media (min-width: 768px){.public-post .comments-list{max-height:calc(var(--dvh) * 35);overflow-y:auto}}.public-post .comments-list-inner .comment:last-child{margin-bottom:0!important}@media (max-width: 767px){.public-post{position:relative}.public-post .comments-list-empty{padding-bottom:50px}.public-post .comments-list-empty .empty-state-box{padding:0}.public-post .comments-list{padding-bottom:40px}.public-post .comments-input{position:fixed;padding:1rem;z-index:500;margin:0;width:100%;bottom:0;left:0;background:#121212;border-top-left-radius:20px;border-top-right-radius:20px;border-top:2px solid #202020}}.public-post .anonymous-content{width:calc(100% + 3rem);margin:0 -1.5rem;position:relative}.public-post .anonymous-content .content{position:absolute;top:0;left:0;height:100%;width:100%;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.public-post .anonymous-content .content .content-wrapper{max-width:320px}.public-post .anonymous-content .content .premium-img{width:40px}.public-post .anonymous-content .content .small-text *{line-height:1rem!important}.video-player-wrapper{position:relative;padding-top:56.25%}.video-player-wrapper .video-player{position:absolute;top:0;left:0;overflow:hidden}.video-player-wrapper .play-icon{display:block;margin:0 auto}.play-icon-wrapper-outer{height:40px;width:40px;background-color:transparent;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:25px;border:3px solid transparent}.play-icon-wrapper-inner{margin-left:2px;margin-top:2px;height:36px;width:36px;border-radius:20px;background-color:#fff;display:flex;align-items:center;justify-content:center}.fullscreen-post{position:fixed;top:0;left:0;z-index:1000;display:flex;flex-direction:column;justify-content:space-around;height:100%;width:100%;background:#121212;overflow:hidden}.fullscreen-post .header{position:absolute;left:0;top:0;width:100%;box-sizing:border-box;height:56px;display:flex;flex-direction:row;justify-content:space-between;padding:10px 16px;z-index:500}.fullscreen-post .header .back-button-box .back-button-button{background-color:#121212}.fullscreen-post .header .more-button{margin-top:.5rem;min-width:36px}.fullscreen-post .header .more-button .ui-icon-box{color:#fff}.fullscreen-post .header button{cursor:pointer}.fullscreen-post .navigation-button{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:500}@media (max-width: 767px){.fullscreen-post .navigation-button{display:none}}.fullscreen-post .navigation-button.-prev{left:1.5rem}.fullscreen-post .navigation-button.-next{right:1.5rem}.fullscreen-post .media-attachment-wrapper{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (min-width: 768px){.fullscreen-post .media-attachment-wrapper img{max-height:calc(calc(var(--dvh) * 100) - 200px)}}.fullscreen-post .media-attachment-wrapper .video-player-wrapper{width:100%;height:100%}.fullscreen-post .footer-wrapper{background:rgba(18,18,18,.6);box-sizing:border-box;position:absolute;border-radius:12px 12px 0 0;padding:16px 21px 30px;bottom:0;width:100%}.fullscreen-post .public-post-footer{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:16px;z-index:10}.fullscreen-post .public-post-footer .timestamp{width:100%;flex:1 1 100%;margin:0 0 12px;font-size:.875rem}.fullscreen-post .public-post-footer .post-reaction{cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center;background:transparent;border:none}.fullscreen-post .public-post-footer .post-reaction span{margin-left:10px;margin-right:5px;width:50px;text-align:left}.fullscreen-post .public-post-footer .post-reaction.--disabled{cursor:default}.fullscreen-post .public-post-footer .bookmark-action{cursor:pointer;margin-left:auto;margin-right:2px;min-width:unset}.fullscreen-post .background-image{position:fixed;left:0;top:0;width:100%;height:100%;-webkit-filter:blur(100px);filter:blur(100px);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);background-position:center;background-repeat:no-repeat;background-size:200%}.fullscreen-post .background-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.image-thumbnails{position:relative;max-height:275px;overflow:hidden;border-radius:12px;display:flex;gap:2px}@media (max-width: 767px){.image-thumbnails{max-height:200px}}.image-thumbnails.-two{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}.image-thumbnails.-two .item-0{grid-area:1/1/3/3}.image-thumbnails.-two .item-1{grid-area:1/3/3/5}.image-thumbnails.-multiple{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}.image-thumbnails.-multiple .item-0{grid-area:1/1/3/3}.image-thumbnails.-multiple .item-1{grid-area:1/3/2/5}.image-thumbnails.-multiple .item-2{grid-area:2/3/3/5}.image-thumbnails .thumbnail-item{cursor:pointer;position:relative;overflow:hidden;padding:0;display:flex;justify-content:center;width:100%}.image-thumbnails .thumbnail-item .show-more{position:absolute;inset:0;background-color:#00000080;display:flex;flex-direction:column;justify-content:space-around;align-items:center;z-index:20}.image-thumbnails .thumbnail-image{position:inherit;height:100%;width:100%;object-fit:contain;z-index:10}.image-thumbnails .thumbnail-image-background{position:absolute;height:100%;width:100%;top:0;left:0;background:#202020;-webkit-filter:blur(100px);filter:blur(100px);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);background-position:center;background-repeat:no-repeat;background-size:200%}.image-thumbnails .thumbnail-image-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.comment{color:#fff;display:flex;flex-direction:row;width:100%;margin-bottom:24px;min-height:74px;box-sizing:border-box}.comment div{box-sizing:border-box}.comment .avatar{width:40px;height:40px;overflow:hidden;flex-shrink:0}.comment .avatar .user{overflow:none;width:40px;height:40px;border-radius:50%}.comment .content{flex:1;display:flex;flex-direction:column}.comment .content .text>*{color:#fff;font-size:.875rem;line-height:22px;overflow-wrap:break-word}.comment .actions{width:100%;height:20px;display:flex;margin-top:12px;flex-direction:row;align-items:center}.comment .actions .post-reaction{cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:80px}.comment .actions .post-reaction>*+*{margin-left:10px}.comment .actions .post-reaction.--disabled{cursor:default}.comment .actions .more-button{min-width:unset}.comment .actions .timestamp{margin-left:auto;font-size:.75rem;color:#8a8a8a;margin-right:16px;vertical-align:top}.comment .actions .report{display:block}.comment-create{display:flex;flex-direction:row;align-items:flex-end;padding-left:16px;padding-right:16px;background:#202020;color:#fff;border-radius:12px;min-height:56px;box-sizing:border-box}.comment-create img{margin-right:18px;height:24px;width:24px}.comment-create input{padding-top:16px;padding-bottom:16px;all:unset;width:100%;height:100%}.comment-create .MuiFormControl-root{margin:0}.comment-create .MuiFormControl-root .MuiInputBase-multiline{background:transparent;border:none;padding:16px 0;box-shadow:none!important}.comment-create .post{all:unset}.comment-create .post:disabled{opacity:.16}.comment-create .post span{font-weight:600}.comment-create .post span:after{all:unset}.playback-controls-wrapper{background:transparent;margin-bottom:24px}.playback-controls-wrapper .progress-bar-container{padding:16px 0}.playback-controls-wrapper .controls-container{height:40px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;color:#fff}.playback-controls-wrapper .controls-container .controls-left{display:flex;align-items:center}.playback-controls-wrapper .controls-container .controls-left .view-count{margin-left:8px}.playback-controls-wrapper .controls-container .controls-middle{display:flex;justify-content:space-around}.playback-controls-wrapper .controls-container .controls-middle .play-pause{height:40px;width:40px;line-height:40px;border-radius:30px;border:2px solid rgba(255,255,255,.2);text-align:center;color:#121212;display:flex;flex-direction:column;justify-content:space-around;align-items:center;cursor:pointer}.playback-controls-wrapper .controls-container .controls-middle .play-pause.is-paused{background-color:#fff}.playback-controls-wrapper .controls-container .controls-right{text-align:right;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#ffffffa3}.playback-controls-wrapper .controls-container .controls-right .time-elapsed{color:#fff}.dialog .dialog-custom-backdrop{background-color:#00000080;position:absolute;width:100%;height:100%}.dialog .dialog-custom-backdrop .close-icon-position{position:absolute;top:40px;right:40px}.dialog .content-box{border-radius:12px;text-align:center}.dialog .content-box .mobile-header{display:none}@media (max-width: 767px){.dialog .content-box .mobile-header{display:flex;padding-top:45px;align-items:center;width:100%;justify-content:center}}.dialog .content-box .mobile-header .close-button-box{position:absolute;right:16px}@media (max-width: 767px){.dialog .content-box{display:flex;justify-content:space-between;flex-direction:column;height:100%}}.dialog .content-box .group{margin-top:40px}@media (max-width: 767px){.dialog .content-box .group{margin-top:0;margin-bottom:40px}}.dialog .content-box .verified-group{margin-top:40px}@media (max-width: 767px){.dialog .content-box .verified-group{margin-top:0;margin-bottom:0}}.dialog .content-box .content-image{margin-top:92px;width:100px;margin-bottom:40px;border-radius:100px;box-shadow:0 16px 24px #bf8e45b3}@media (max-width: 767px){.dialog .content-box .content-image{margin-bottom:44px;margin-top:70px}}.dialog .content-box .verified-image{margin-top:62px}.dialog .content-box .text{color:#121212}.dialog .content-box .title{margin-bottom:24px;font-size:1.75rem;line-height:1.28em}.dialog .content-box .transparent{width:100%;background:rgba(18,18,18,.16);color:#121212}@media (min-width: 768px){.dialog .content-box.-fullscreen{max-width:400px;margin:auto;display:flex;justify-content:center;align-items:center}}.dialog .content-box .main-image{width:76px;height:76px;margin:72px auto 40px}@media (min-width: 768px){.dialog .content-box .main-image{margin-top:0}}.dialog .content-box .user-listed-image{width:1.785rem;height:1.785rem;border-radius:50%;display:inline-block;margin:0 4px -2px}.dialog .content-box .buttons{margin-top:40px;display:flex;flex-direction:column}.dialog .content-box .buttons>*+*{margin-top:16px}.dialog .content-box .buttons>button{background-color:#1212122e}@media (max-width: 767px){.dialog .generic-dialog .box-wrapper{height:calc(var(--dvh) * 100)}}.dialog.-width400 .MuiPaper-root{width:400px}.expanded-image-modal{max-width:calc((var(--dvh) * 100) / 1.75)!important}.expanded-image-modal.-full{max-width:calc((var(--dvh) * 100) / 1.95)!important}.expanded-image-modal .expanded-box{border-radius:12px;width:100%;height:100%}.expanded-image-modal .expanded-box .exit-button{position:absolute;top:0;right:-.5rem;top:-.5rem;z-index:20;background-color:#1212128f}@media (min-width: 768px){.expanded-image-modal .expanded-box .exit-button{top:24px}}@media (max-width: 767px){.expanded-image-modal .expanded-box{display:flex;justify-content:center;flex-direction:column;height:100%;position:relative}}.expanded-image-modal .expanded-box .auction-image{z-index:10;align-self:center;object-fit:contain;pointer-events:none;max-height:calc(var(--dvh) * 90)}@media (max-width: 767px){.expanded-image-modal .expanded-box .auction-image{max-height:calc(100% - 56px)}}.expanded-image-modal .expanded-box .mobile-header{display:none}@media (max-width: 767px){.expanded-image-modal .expanded-box .mobile-header{position:absolute;display:unset;top:10px;z-index:500;right:2em}}.schedule-auction-box .medium-text{color:#fff}.schedule-auction-box .schedule-auction-form-box{padding-top:24px;display:flex}.schedule-auction-box .schedule-auction-form-box .calendar-datepicker{margin-right:8px}.schedule-auction-box .schedule-auction-form-box .local-timepicker{margin-left:8px}.schedule-auction-box .schedule-auction-buttons-box{border-top:1px solid rgba(255,255,255,.08);display:flex}.schedule-auction-box .schedule-auction-buttons-box>*+*{margin-left:16px}@media (max-width: 767px){.schedule-auction-box .schedule-auction-buttons-box{flex-direction:column-reverse;border-top:unset}.schedule-auction-box .schedule-auction-buttons-box>*+*{margin-left:0;margin-bottom:16px}}.edit-your-profile-box{padding:24px}.edit-your-profile-box p{color:#fff}.edit-your-profile-box .body-box{margin-bottom:24px;margin-top:16px}.avatar-container{width:48px;height:48px;box-sizing:border-box;overflow:hidden;position:relative}.avatar-container .border{position:absolute;width:100%;height:100%;border-radius:50%;border:1px solid;box-sizing:border-box}.avatar-container img{position:absolute}.avatar-container .verified{bottom:0;right:0}.avatar-container .user{overflow:none;width:40px;height:40px;top:4px;left:4px;border-radius:50%;object-fit:cover}.avatar-container-square{width:84px;height:84px;box-sizing:border-box;overflow:hidden;position:relative;border-radius:3px}.avatar-container-square .user{width:84px;height:84px;object-fit:cover}.avatar-container-square .subxchange-logo{position:absolute;height:16px;top:5px;right:8px}.image-overlay-main-box{height:100%;width:100%;background-color:#000;position:absolute;z-index:1000}.ptr__pull-down--pull-more{margin-top:1rem;text-align:center}.list-item-box{color:#fff;display:flex;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);border-top:1px solid rgba(255,255,255,.16)}.list-item-box p{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.list-item-box.-mobile,.list-item-box.-desktop{height:95px}.list-item-box.-remove-border{border-top:none}.list-item-box.-height-auto{height:auto}.list-item-box .inner-list-item-box{display:flex;flex:1;padding:10px 0;transition:all .1s ease-in-out;-webkit-transform:scale(1);transform:scale(1)}@media (max-width: 767px){.list-item-box .inner-list-item-box:hover:active{opacity:.7;-webkit-transform:scale(.95);transform:scale(.95)}}.list-item-box .issuer-cell .image-box{margin-right:20px}.list-item-box .issuer-cell .issuer-name-box .issuer-name{font-size:1rem;line-height:1em;letter-spacing:-1%}.list-item-box .issuer-cell .issuer-name-box .gpx-text{font-size:.875rem;line-height:1em;color:#8a8a8a;letter-spacing:2%}.list-item-box .xchange-cell{justify-content:center}.list-item-box .xchange-cell .inner{height:10px;display:flex;justify-content:center;align-items:center;padding:13px 16px;border-radius:20px;border:2px solid #323232}.list-item-box .xchange-cell .inner .icon-placeholder{width:15px;height:10px;background-color:green;margin-right:8px}.list-item-box .xchange-cell .inner .filter-icon{height:20px;min-width:12px;margin-right:8px}.list-item-box .xchange-cell .inner .filter-icon img{height:10px;min-width:12px}.list-item-box .price-group-cell{flex-direction:column;align-items:end!important;text-align:right}.list-item-box .issuer-details.-is-mobile{width:100%}.list-item-box .issuer-details .issuer-details-row{display:flex;align-items:center;justify-content:space-between}.list-item-box .issuer-details .issuer-name-group{display:flex;align-items:center}.list-item-box .issuer-details .issuer-name-group .issuer-name{font-size:1rem;letter-spacing:-1%}.list-item-box .issuer-details .issuer-name-group img{width:15px;height:15px;margin-left:8px}.list-item-box .issuer-auction-group{display:flex;align-items:center;white-space:pre}.list-item-box .issuer-auction-group .dot-divider{margin:0 8px}.list-item-box .issuer-auction-group .auction-box{justify-content:flex-start!important;align-items:flex-end}.list-item-box .issuer-auction-group .auction-box .absolute-button-box{padding:0!important;margin-right:4px;background-color:transparent}.list-item-box .issuer-auction-group .auction-box .absolute-button-box .absolute-button{padding:0!important}.list-item-box .issuer-auction-group .auction-box .auction-text-inner{font-size:.875rem;line-height:1.25em!important}.list-item-box .gpx-group{display:flex;align-items:center}.list-item-box .gpx-group .subxchange-img{margin-right:4px;height:10px}.list-item-box .gpx-group .arrow{width:8px;height:8px}.list-item-box .gpx-group .gpx-text{font-size:.875rem;color:#8a8a8a;letter-spacing:2%}.list-item-box .gpx-group img+.gpx-text,.list-item-box .gpx-group .gpx-text+img{margin-left:8px}@media (min-width: 768px){.list-item-box .portfolio-issuer-cell{padding-left:20px}.list-item-box .portfolio-issuer-cell+.portfolio-price-group{padding-right:20px}}.list-item-box .portfolio-issuer-cell .image-box{position:relative;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:20px}.list-item-box .portfolio-issuer-cell .image-box .image{width:40px;height:40px;border-radius:50%}.list-item-box .portfolio-issuer-cell .image-box .verified{position:absolute;bottom:0;right:0}.list-item-box .portfolio-issuer-cell .stax-collectibles{display:flex;align-items:center}.list-item-box .portfolio-issuer-cell .stax-collectibles .-divider{width:2px;height:2px;margin:0 8px;display:flex;align-items:center}.list-item-box .cell-position{display:flex;align-items:center}.list-item-box .cell-position .basic-text{font-size:1rem;line-height:1em}.list-item-box .cell-position .basic-text.-letter-spacing-2{letter-spacing:-2%}.list-item-box .cell-position .basic-text.-letter-spacing-1{letter-spacing:-1%}.list-item-box .cell-position .basic-text.-standard{margin:0;line-height:1em;letter-spacing:-2%}.list-item-box .cell-position .basic-text.-margin-bottom{margin-bottom:20px}@media (max-width: 767px){.list-item-box .cell-position .basic-text.-margin-bottom{margin-bottom:5px}}.list-item-box .cell-position .issuer-skeleton{margin-top:8px}.list-item-box .cell-position .auction-box{display:flex;justify-content:center;align-items:center}.list-item-box .cell-position .auction-box .absolute-button-box{padding:2px;margin-right:4px}.list-item-box .cell-position .auction-box .absolute-button-box .absolute-button{padding:2px}.list-item-box .cell-position .auction-box .auction-text-inner{line-height:1.5em}.list-item-box .cell-position .auction-box-empty{display:flex;flex:1;align-items:center;justify-content:center;margin-right:32px}.list-item-box .cell-position .auction-box-empty .empty-line{width:24px;height:2px;border-radius:1px;background-color:#636363}.list-item-box .cell-position .auction-text-inner{color:#8a8a8a}.just-joined-box .just-joined-text{font-size:.875rem;color:#8a8a8a;letter-spacing:2%;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.list-box{position:relative}.list-box .list-header-wrapper{position:absolute;left:0;top:0;right:0;border-bottom:1px solid rgba(255,255,255,.16);background-color:#121212;z-index:50}.list-box .list-header-wrapper.-no-border{border-bottom:0px}.list-box .list-table-title-box{color:#fff;display:flex;padding:16px 0;margin:0 10px;justify-content:space-between}@media (min-width: 768px){.list-box .list-table-title-box{border-bottom:1px solid rgba(255,255,255,.16);margin:0}}.list-box .list-table-title-box .title{margin:0;font-size:.75rem;line-height:.95rem;color:#636363;font-weight:500}.issuer-cell .image-box,.my-stax-cell .image-box{position:relative;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:20px}.issuer-cell .image-box .image,.my-stax-cell .image-box .image{width:40px;height:40px;border-radius:50%;pointer-events:none}.issuer-cell .image-box .verified,.my-stax-cell .image-box .verified{position:absolute;bottom:0;right:0}.issuer-cell .issuer-name-box .issuer-name,.my-stax-cell .issuer-name-box .issuer-name{font-size:1rem;line-height:1em;letter-spacing:-1%;margin-bottom:8.5px}@media (max-width: 767px){.issuer-cell .issuer-name-box .issuer-name,.my-stax-cell .issuer-name-box .issuer-name{margin-bottom:4.5px}}.issuer-cell .issuer-name-box .gpx-text,.my-stax-cell .issuer-name-box .gpx-text{font-size:.875rem;line-height:1em;color:#8a8a8a;letter-spacing:2%}.modal-content-wrapper{padding:calc(var(--dvh) * 1) calc(var(--dvh) * 3) calc(var(--dvh) * 3);gap:calc(var(--dvh) * 2)}.modal-content-wrapper.p-0{gap:0}.custom-bottom-sheet-backdrop{position:fixed;left:0;top:0;width:calc(var(--dvw) * 100);height:calc(var(--dvh) * 100);opacity:0;background-color:#0009;transition:opacity 1s;z-index:999}.dialog-container.MuiPaper-root{box-sizing:border-box;background-color:#202020;position:relative;overflow:auto;padding:24px;border-radius:12px}@media (max-width: 767px){.dialog-container.MuiPaper-root{width:100%;max-width:100%;height:100%;max-height:unset;margin:0;border-radius:0}}@media (min-width: 768px){.dialog-container.MuiPaper-root{max-width:448px}}.dialog-container.MuiPaper-root.no-overflow{overflow:hidden}.dialog-container.MuiPaper-root.w-auto{max-width:unset}.dialog-container.MuiPaper-root.no-safe-area{min-width:400px}.dialog-container.MuiPaper-root.fullscreen{width:100%;max-width:100%;height:100%;max-height:unset;margin:0;border-radius:0}.dialog-custom-backdrop{background-color:#00000080;position:absolute;width:100%;height:100%}.dialog-custom-backdrop .close-icon-position{position:absolute;top:40px;right:40px}.list-modal{min-width:332px!important}.search-modal{height:calc((var(--dvh) * 100) - 76px)}@media (min-width: 768px){.order-history{min-width:448px}}.modal-header{display:flex;justify-content:space-between;margin-bottom:32px}.modal-header.-remove-margin{margin-bottom:0}.modal-header.-underline{border-bottom:1px solid rgba(255,255,255,.08)}.modal-header.-padding{padding:0 16px 16px}.modal-header.-underline-desktop{border-bottom:1px solid rgba(255,255,255,.08)}@media (max-width: 767px){.modal-header.-underline-desktop{border-bottom:unset}}.modal-footer{display:flex;flex-direction:row;padding:24px;border-top:1px solid rgba(255,255,255,.08)}.status-modal-box{background:radial-gradient(578.16% 101.85% at 16.67% -21.49%,#fffbb3 0%,#be8d45 100%)}@media (max-width: 767px){.status-modal-box{height:100%}}.status-modal-box .form-box{flex:1;width:100%}.status-modal-box .form-box .content-box{position:relative;height:100%}@media (min-width: 768px){.status-modal-box .form-box .content-box{max-width:400px}}.status-modal-box .form-box .content-box .next-button-box{width:100%}.status-modal-box .form-box .content-box .inner-content-box .title-wrapper{width:100%;height:35px}.status-modal-box .form-box .content-box .inner-content-box .title-wrapper .close-button-box{position:absolute;right:0;top:0}.status-modal-box .form-box .content-box .inner-content-box .title-wrapper .close-button-box .close-button-button{background:rgba(18,18,18,.16);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.status-modal-box .form-box .content-box .inner-content-box .title-wrapper .close-button-box .close-button-button path{stroke:#000}@media (min-width: 768px){.status-modal-box.-fullscreen{height:100%}.status-modal-box.-fullscreen .form-box{display:flex;justify-content:center;align-items:center}.status-modal-box.-fullscreen .form-box .content-box{height:-webkit-min-content;height:-moz-min-content;height:min-content}}.status-modal-box .mobile-header{padding-top:0!important}.single-post-modal{max-width:560px!important;width:100%;padding:0!important;background:#121212!important;border:2px solid #202020}.single-post-modal .issuers-post-screen{padding-bottom:0}.single-post-modal .comments-input-spacer{height:90px}@media (min-width: 768px){.single-post-modal:not(.-old){background:#202020!important;border:none}.single-post-modal .details-header-box{padding-left:1.5rem;margin-top:.5rem 0!important;border-bottom:2px solid #202020!important}.single-post-modal .public-post-type{margin-top:0}.single-post-modal .public-post-type.no-premium{margin:0}.single-post-modal .comments-input-spacer{height:0}}.single-post-modal .public-post{margin-top:0!important;margin-bottom:0!important;border:0}@media (min-width: 768px){.single-post-modal .public-post{max-height:calc(calc(var(--dvh) * 100) - 150px)}.single-post-modal .public-post .public-post-wrapper{overflow-y:auto}.single-post-modal .public-post .public-post-wrapper .comments-list{max-height:calc(var(--dvh) * 35);overflow-y:initial}}.single-post-modal .loading-box-initial{width:100%;height:calc(var(--dvh) * 100);display:flex;justify-content:center;align-items:center}@media (min-width: 768px){.single-post-modal .loading-box-initial{height:200px}}.wallet-deposit-modal,.wallet-withdrawal-modal{width:100%;background:#121212!important}@media (min-width: 768px){.wallet-deposit-modal,.wallet-withdrawal-modal{max-width:400px!important}}.select-category-modal,.select-subxchange-modal{width:100%}@media (min-width: 768px){.select-category-modal,.select-subxchange-modal{max-width:400px!important}}.select-category-modal-container,.select-subxchange-modal-container{display:flex;flex-flow:column;width:100%;height:100%;justify-content:space-between}@media (min-width: 768px){.select-category-modal-container,.select-subxchange-modal-container{width:auto;max-height:600px}}.select-category-modal .modal-top .close-button-box,.select-subxchange-modal .modal-top .close-button-box{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.select-category-modal .gradient-button,.select-subxchange-modal .gradient-button{width:100%}.select-category-modal .search-input-box .text-field,.select-subxchange-modal .search-input-box .text-field{width:100%;margin-right:0}.select-category-modal .search-input-box .text-field .MuiFilledInput-root,.select-subxchange-modal .search-input-box .text-field .MuiFilledInput-root{box-shadow:none;background-color:transparent;border:none}.select-category-modal .search-input-box .text-field input,.select-subxchange-modal .search-input-box .text-field input{padding:8px 12px!important;font-size:1rem!important;line-height:1em!important;-webkit-transform:translateY(1px);transform:translateY(1px)}.select-category-modal .search-input-box .text-field .input-adorments-box,.select-subxchange-modal .search-input-box .text-field .input-adorments-box{top:50%}.select-category-modal .selection-items,.select-subxchange-modal .selection-items{display:flex;flex-wrap:wrap;gap:.25rem;flex:1;overflow:auto;align-content:flex-start;align-items:flex-start}.select-category-modal .selection-items .subxchange-button,.select-subxchange-modal .selection-items .subxchange-button{width:100%;justify-content:left;border:none}.select-category-modal .selection-items .subxchange-button .filter-logo-wrapper,.select-subxchange-modal .selection-items .subxchange-button .filter-logo-wrapper{width:3rem;display:flex}.select-category-modal .selection-items .subxchange-button .filter-logo-wrapper .filter-icon-logo,.select-subxchange-modal .selection-items .subxchange-button .filter-logo-wrapper .filter-icon-logo{object-fit:contain;height:15px;max-width:unset}.select-category-modal .selection-items .subxchange-button:not(.-active) .subxchange-button-text,.select-subxchange-modal .selection-items .subxchange-button:not(.-active) .subxchange-button-text{color:#8a8a8a}.select-category-modal .select-category-modal-container .subxchange-button:after,.select-subxchange-modal .select-category-modal-container .subxchange-button:after{content:"";position:absolute;right:20px;width:14px;height:14px;border-radius:50%;background:transparent;border:2px solid #fff}.select-category-modal .select-category-modal-container .subxchange-button:hover,.select-subxchange-modal .select-category-modal-container .subxchange-button:hover{background:#464646}.select-category-modal .select-category-modal-container .subxchange-button.-active,.select-subxchange-modal .select-category-modal-container .subxchange-button.-active{background:transparent}.select-category-modal .select-category-modal-container .subxchange-button.-active:hover,.select-subxchange-modal .select-category-modal-container .subxchange-button.-active:hover{background:#464646}.select-category-modal .select-category-modal-container .subxchange-button.-active:after,.select-subxchange-modal .select-category-modal-container .subxchange-button.-active:after{background:#fff}.select-category-modal .search-input-container,.select-subxchange-modal .search-input-container{padding:0;width:100%;border:0}.select-category-modal .search-input-container .control-text-field-box,.select-subxchange-modal .search-input-container .control-text-field-box{margin:0}.select-category-modal .search-input-container .control-text-field-box .MuiInputBase-input,.select-subxchange-modal .search-input-container .control-text-field-box .MuiInputBase-input{padding:16px}.otp-modal{background-color:#121212;height:100%;width:100%}.custom-toast-wrapper{color:#fff;border-radius:8px;text-align:center;min-height:auto;font-size:.875rem;line-height:1.375rem}.price-item>span{line-height:1.25em}.price-item .ui-icon-box{margin-top:-.1em}.issuer-profile-fragment{display:flex;align-items:center}.issuer-profile-fragment.-boxed{border:2px solid #323232;border-radius:10px}.issuer-profile-fragment .subxchange-img{height:10px;margin-right:8px}.round-image-with-badge{color:transparent;position:relative;border-radius:50%;display:flex;justify-content:center;align-items:center}.round-image-with-badge .image{border-radius:50%;pointer-events:none}.round-image-with-badge .badge{position:absolute;bottom:-2px;right:-2px}.round-image-with-badge .border{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:visible}.control-button-wrapper{display:flex;align-items:center;flex-direction:column}.control-button-wrapper .control-button.MuiButton-root{padding:6px;min-width:0}.control-button-wrapper .center-bold-text{text-align:center;font-weight:600}.certificate-background-image{width:100%;height:100%;pointer-events:none;position:absolute;-webkit-filter:blur(100px);filter:blur(100px);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);background-position:center;background-repeat:no-repeat;background-size:600%}@media (max-width: 767px){.certificate-background-image{background-size:300%}}.certificate-background-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.upload-progress-bar-box{position:relative;width:100%;height:100%}.upload-progress-bar-box .upload-progress-inner{width:100%;height:100%;position:absolute;display:flex;align-items:flex-end}.upload-progress-bar-box .upload-progress-inner.-profile-image-small{width:70%;left:15%}.upload-progress-bar-box .upload-progress-inner.-profile-image-med{width:80%;left:10%}.upload-progress-bar-box .upload-progress-inner .progress-bar{height:8px;margin-bottom:8px;z-index:50;background:linear-gradient(270deg,#fffbb3 0%,#be8d45 100%);border-radius:24px;transition:width .2s}.upload-progress-bar-box .upload-progress-inner .progress-bar.-profile-image-small,.upload-progress-bar-box .upload-progress-inner .progress-bar.-profile-image-med{margin-bottom:16px}.info-card{border-radius:12px;border:1px solid #323232;background-color:#202020;display:flex}.date-time-picker-box .picker-fields{gap:15px;margin-bottom:20px;margin-top:16px}.date-time-picker-box .picker-action-buttons{display:flex;flex-direction:column;gap:16px}.date-time-picker-box .dropdown-box-wrapper{display:flex;flex-direction:column;height:240px;position:unset;overflow:auto}.date-time-picker-box .dropdown-box-wrapper .dropdown-button{display:flex;justify-content:flex-start}.date-time-picker-box .dropdown-box-wrapper .dropdown-button.-active{background-color:#323232}.date-time-picker-box .dropdown-box-wrapper .dropdown-button:focus{background-color:#323232}.date-time-picker-box .date-picker-field-button{display:flex;width:100%;flex-direction:column}.html-content a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-decoration:underline;-webkit-text-decoration-color:#dfc7a3;text-decoration-color:#dfc7a3}.lottie-wrapper{max-width:calc(var(--dvw) * 100);max-height:calc(var(--dvh) * 100);overflow:hidden}.status-screen{background:radial-gradient(578.16% 101.85% at 16.67% -21.49%,#fffbb3 0%,#be8d45 100%)}.status-screen *{box-sizing:border-box}@media (max-width: 767px){.status-screen{height:calc(var(--dvh) * 100)}}.status-screen .form-box{height:100%}.status-screen .form-box .content-box{position:relative;height:100%;display:flex;flex-direction:column;justify-content:space-between}@media (min-width: 768px){.status-screen .form-box .content-box{max-width:400px}}.status-screen .form-box .content-box .next-button-box{width:100%}.status-screen .form-box .content-box .inner-content-box .title-wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:35px}.status-screen .form-box .content-box .inner-content-box .title-wrapper .close-button-box{position:absolute;right:0;top:0}.status-screen .form-box .content-box .inner-content-box .title-wrapper .close-button-box .close-button-button{background:rgba(18,18,18,.16);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.status-screen .form-box .content-box .inner-content-box .title-wrapper .close-button-box .close-button-button path{stroke:#000}.status-screen .form-box .content-box .inner-content-box .icon-image{width:200px;border-radius:100px;margin:0 auto}@media (min-width: 768px){.status-screen{height:100%}.status-screen .form-box{display:flex;justify-content:center;align-items:center}.status-screen .form-box .content-box{height:-webkit-min-content;height:-moz-min-content;height:min-content}}.status-screen .mobile-header{padding-top:0!important}.local-infinite-loader{position:relative}.local-infinite-loader .load-more-area{position:absolute;bottom:0;left:0}.carousel-navigation{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:1rem}.carousel-navigation-item{cursor:pointer;background-color:#323232;height:8px;width:8px;border-radius:4px}.carousel-navigation-item.active{background:linear-gradient(rgb(255,251,179),rgb(190,141,69))}.carousel-navigation-item:not(:last-child){margin-right:8px}.local-card{border:#323232 1px solid;border-radius:12px}.local-card.-gradient{background:linear-gradient(180deg,#121212 0%,#282828 100%)}.mobile-header{border-radius:0 0 12px 12px;background:linear-gradient(180deg,#121212 0%,#282828 100%);box-shadow:inset 0 -1px #ffffff0d}.mobile-header.-transparent{background:transparent;box-shadow:none}.mobile-header .icon-button-button{width:24px;height:24px}.mobile-header.-dark{background:linear-gradient(180deg,#121212 0%,rgba(18,18,18,0) 100%)}.help-content-wrapper{max-width:400px}.help-external-content a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative;-webkit-box-decoration-break:clone;box-decoration-break:clone}.shared-header{display:flex}.shared-header .title{font-size:2rem}.shared-header .action-button{width:36px;height:36px;background-color:#323232;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;margin-right:16px}.shared-header-mobile{display:flex;align-items:center;border-radius:0 0 12px 12px;color:#fff}.shared-header-mobile .title{font-size:1.25rem}.wallet-pin-set-dialog,.wallet-pin-enter-dialog{background-color:#121212;box-sizing:border-box;height:100%;padding:16px}@media (min-width: 768px){.wallet-pin-set-dialog,.wallet-pin-enter-dialog{min-width:400px;background-color:#202020;padding:24px}}.wallet-pin-set-dialog .header,.wallet-pin-enter-dialog .header{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}@media (min-width: 768px){.wallet-pin-set-dialog .enter-pin-screen-box .content-box,.wallet-pin-enter-dialog .enter-pin-screen-box .content-box{max-width:unset}.wallet-pin-set-dialog .enter-pin-screen-box .content-box .medium-text,.wallet-pin-enter-dialog .enter-pin-screen-box .content-box .medium-text{max-width:350px}.wallet-pin-set-dialog .button-box,.wallet-pin-set-dialog .buttons,.wallet-pin-set-dialog .button-box button,.wallet-pin-enter-dialog .button-box,.wallet-pin-enter-dialog .buttons,.wallet-pin-enter-dialog .button-box button{width:100%!important}}.wallet-pin-enter-dialog .authorize-pin-screen-box .forget-button-box button{float:left}@media (min-width: 768px){.wallet-pin-enter-dialog .authorize-pin-screen-box .forget-button-box button{margin-top:16px}}.wallet-pin-enter-dialog .authorize-pin-screen-box .buttons{left:16px}@media (min-width: 768px){.wallet-pin-enter-dialog .authorize-pin-screen-box .buttons{left:unset}}.wallet-pin-forgoten-dialog{background-color:#121212;box-sizing:border-box;height:100%}.wallet-pin-forgoten-dialog .change-user-data-screen-box .content-box .title{text-align:start;line-height:1.3em;margin-top:0;margin-bottom:0;font-size:1.625rem}.wallet-pin-forgoten-dialog .change-user-data-screen-box .content-box .buttons{margin:0}.wallet-pin-forgoten-dialog .change-user-data-screen-box .content-box .buttons .forgot-password-button{margin-top:0}.wallet-pin-forgoten-dialog .change-user-data-screen-box .content-box .buttons .forgot-password-button button{float:left}@media (min-width: 768px){.wallet-pin-forgoten-dialog .change-user-data-screen-box .content-box .buttons{flex-direction:row}}.wallet-pin-forgoten-dialog .enter-pin-screen-box .content-box .title{text-align:start;line-height:1.3em;margin-top:0;margin-bottom:0;font-size:1.625rem}@media (min-width: 768px){.wallet-pin-forgoten-dialog .enter-pin-screen-box .content-box .buttons{flex-direction:row-reverse}}.pending-transactions-list *{box-sizing:border-box}.pending-transactions-list .list-content{scrollbar-width:thin}.pending-transactions-list.-full-height .list-content{height:100%!important}.pending-transactions-list .list-item-box .inner-list-item-box{padding:0 16px}.pending-transactions-list .no-pending-transactions{min-height:150px;display:flex;align-items:center;justify-content:center}.transaction-payment-cell{display:flex;align-items:center}.transaction-payment-cell .icon-wrapper{border-radius:50%;width:24px;height:24px}.transaction-payment-cell .icon-wrapper.negative{background-color:#d64954}.transaction-payment-cell .icon-wrapper.positive{background-color:#0f9958}.transaction-amount-cell{display:flex;align-items:center}.transaction-amount-cell .text{margin-left:16px;text-align:right}.transaction-amount-cell .text .amount{font-size:1rem;line-height:1rem;font-weight:500;margin-bottom:4px}.transaction-amount-cell .text .date{color:#8a8a8a;line-height:1rem;font-size:.875rem}.pending-transactions .header{display:flex;justify-content:space-between;padding:24px 16px;border-bottom:1px solid rgba(255,255,255,.08);align-items:center}.pending-transactions .action-button{width:36px;height:36px;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:#323232}.pending-transactions .action-button.-up-arrow{padding-left:3px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}@media (max-width: 767px){.pending-transactions .actions{border-top:1px solid rgba(255,255,255,.08)}}.pending-transactions .content{border-radius:12px;background-color:#202020}.pending-transactions.-desktop-expanded{width:400px;margin:40px auto}.pending-transactions.-desktop-expanded .header{justify-content:flex-start;padding:24px 0}.pending-transactions.-desktop-expanded .content{background-color:#121212}.pending-transactions.-desktop-expanded .content .list-item-box .inner-list-item-box{padding:0}.wallet-deposit-selection{display:flex;padding:16px;flex-direction:row;min-height:115px;width:100%;box-sizing:border-box}.wallet-deposit-selection.bottom-border{border-bottom:1px solid rgba(255,255,255,.16)}.wallet-deposit-selection .left-box{margin-right:16px}.wallet-deposit-selection .content-box{flex:1 1 100%}.wallet-deposit-selection .content-box .-error{color:#d64954}.wallet-deposit-selection .content-box .-warning{color:#ffb929}.wallet-deposit-selection .right-box{margin-right:16px}.wallet-deposit-methods-item{display:flex;padding:16px;flex-direction:row;cursor:pointer;min-height:115px;width:100%;box-sizing:border-box}.wallet-deposit-methods-item .left-box{margin-right:16px}.wallet-deposit-methods-item .content-box{flex:1 1 100%}.wallet-deposit-methods-item .right-box{margin-right:16px}.payment-methods-stepper{background-color:#121212}.payment-methods-stepper .header{display:flex;align-items:center;justify-content:space-between;height:72px;background:linear-gradient(180deg,#121212 0%,rgba(18,18,18,0) 100%),#181818;box-shadow:inset 0 -1px #ffffff0d;border-radius:0 0 12px 12px;padding:10px}.payment-methods-stepper .header .text-container{display:flex;justify-content:center;flex-direction:column;margin-left:24px;flex:1 1 100%}.payment-methods-stepper .header .text-container .title{font-size:1.125rem;color:#fff}@media (min-width: 768px){.payment-methods-stepper .header{background:unset;border-radius:unset}}.payment-methods-stepper .header .back-button-box .back-button-button{background-color:unset;padding:10px 14px;margin-left:10px}@media (min-width: 768px){.payment-methods-stepper .header .back-button-box .back-button-button{background-color:#323232}}.payment-methods-stepper .header .close-button-box .close-button-button{padding:4px;margin-right:10px}.payment-methods-stepper .content{max-height:520px;overflow:auto}.payment-methods-stepper .footer{border-top:1px solid rgba(255,255,255,.0784313725);display:flex;width:100%}.payment-methods-stepper .footer button{margin:24px}@media (max-width: 767px){.payment-methods-stepper .footer{position:fixed;bottom:0}}@media (min-width: 768px){.payment-methods-stepper{background-color:#202020;width:400px}}.bank-account-details{margin:24px 16px}.bank-account-details .control-text-field-box,.bank-account-details p{margin-bottom:24px;width:100%}.card-details{margin:24px 16px}.card-details .control-text-field-box,.card-details p{margin-bottom:24px;width:100%}.card-details .country-picker-box{display:flex;padding:0;justify-content:space-between;align-items:flex-start}.card-details .country-picker-box .picker-button{padding:0}.card-details .country-picker-box .text-field{width:70%;margin-left:16px}.card-details .country-picker-box .chosen-country-box{display:flex;flex-direction:row;align-items:center;justify-content:center}.card-details .country-picker-box .chosen-country-box .country-image{width:24px;height:24px;border-radius:50%;object-fit:cover;margin-right:8px;padding-top:16px;padding-bottom:16px}.card-details .country-picker-box .chosen-country-box p{margin-bottom:0}.card-details .expiry-cvv-section{display:flex}.card-details .expiry-cvv-section .control-text-field-box+.control-text-field-box{margin-left:15px}.card-details .credit-card-field .MuiFilledInput-input{padding:16px}.card-details .credit-card-adornment{overflow:revert}.card-details .controlled-text-filed-error-box-wrapper-inner-box{overflow:unset}.transaction-history-item{display:flex;color:#fff;align-items:center;justify-content:space-between;cursor:pointer;height:68px;border-top:1px solid #202020;box-sizing:border-box}.onramper-modal{height:calc((var(--dvh) * 100) - 100px)}@media (min-width: 768px){.onramper-modal{width:400px;height:640px}}.onramper-frame{border:0;flex:1;border-radius:12px}.ramp-modal{height:100%}@media (min-width: 768px){.ramp-modal{width:400px;height:800px}}.ramp-modal .ramp-container{min-width:320px;min-height:668px;border-radius:8px 8px 0 0;overflow:hidden}@media (min-width: 768px){.ramp-modal .ramp-container{border-radius:8px}}.my-stax-controls{display:flex}.my-stax-controls .control-button.MuiButton-root{position:relative;padding:8px;width:32px;height:32px;min-width:unset;border-radius:50%;background-color:#323232;font-size:14px;line-height:1em;font-weight:600}.my-stax-controls .control-button.MuiButton-root:not(:last-child){margin-right:8px}@media (min-width: 768px){.my-stax-controls .control-button.MuiButton-root:not(:last-child){margin-right:16px}}@media (min-width: 768px){.my-stax-controls .control-button.MuiButton-root{width:36px;height:36px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.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-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}.stax-slider{--swiper-navigation-color: $stax-slider-navigation-color;position:relative;width:100%;margin:0 auto;max-width:100%;overflow:hidden}@media (max-width: 767px){.stax-slider{margin:16px auto}}.stax-slider .swiper-slide{width:327px;height:585px}.stax-slider .gallery-floating-controls{height:585px;width:48px;right:calc(50% - 227.5px)}.stax-slider .swiper-button-prev{left:calc(50% - 227.5px)}.stax-slider .swiper-button-next{right:calc(50% - 291.5px)}@media (max-width: 876px){.stax-slider .swiper-slide{width:215px;height:377px}.stax-slider .gallery-floating-controls{height:377px;width:48px;right:calc(50% - 171.5px)}.stax-slider .swiper-button-prev{left:calc(50% - 171.5px)}.stax-slider .swiper-button-next{right:calc(50% - 235.5px)}}@media (max-width: 767px){.stax-slider .swiper-slide{width:215px;height:377px}.stax-slider .gallery-floating-controls{height:377px;width:48px;right:calc(50% - 167.5px)}.stax-slider .swiper-button-prev{left:calc(50% - 167.5px)}.stax-slider .swiper-button-next{right:calc(50% - 227.5px)}}.stax-slider.full-screen .swiper-slide{width:calc((var(--dvh) * 80) / 2 + 20px);height:calc(var(--dvh) * 80)}.stax-slider.full-screen .gallery-floating-controls{height:calc(var(--dvh) * 80);width:48px;right:calc(50% - ((var(--dvh) * 80) / 2 + 20px) / 2 - 48px - 16px)}.stax-slider.full-screen .swiper-button-prev{left:calc(50% - ((var(--dvh) * 80) / 2 + 20px) / 2 - 16px - 48px)}.stax-slider.full-screen .swiper-button-next{right:calc(50% - ((var(--dvh) * 80) / 2 + 20px) / 2 - 32px - 96px)}@media (max-width: 876px){.stax-slider.full-screen .swiper-slide{width:calc((var(--dvh) * 80) / 2 + 20px);height:calc(var(--dvh) * 80)}.stax-slider.full-screen .gallery-floating-controls{height:calc(var(--dvh) * 80);width:48px;right:calc(50% - ((var(--dvh) * 80) / 2 + 20px) / 2 - 48px - 16px)}.stax-slider.full-screen .swiper-button-prev{left:calc(50% - ((var(--dvh) * 80) / 2 + 20px) / 2 - 16px - 48px)}.stax-slider.full-screen .swiper-button-next{right:calc(50% - ((var(--dvh) * 80) / 2 + 20px) / 2 - 32px - 96px)}}@media (max-width: 767px){.stax-slider.full-screen .swiper-slide{width:calc((var(--dvh) * 80) / 2 + 20px);height:calc(var(--dvh) * 80)}.stax-slider.full-screen .gallery-floating-controls{height:calc(var(--dvh) * 80);width:48px;right:calc(50% - ((var(--dvh) * 80) / 2 + 20px) / 2 - 48px - 12px)}.stax-slider.full-screen .swiper-button-prev{left:calc(50% - ((var(--dvh) * 80) / 2 + 20px) / 2 - 12px - 48px)}.stax-slider.full-screen .swiper-button-next{right:calc(50% - ((var(--dvh) * 80) / 2 + 20px) / 2 - 24px - 96px)}}.stax-slider.full-screen .swiper{padding:0}.stax-slider .swiper{padding-bottom:32px}.stax-slider .swiper-slide{position:relative}.stax-slider .stax-slider-animate-opacity{height:100%}.stax-slider .gallery-floating-controls{color:#fff;position:absolute;background:transparent;z-index:20;top:0;display:flex;flex-direction:column;justify-content:space-around}.stax-slider .gallery-floating-controls .inner-wrapper{display:flex;flex-direction:column}.stax-slider .gallery-floating-controls .control-button-wrapper:not(:first-child){margin-top:16px}.stax-slider .gallery-floating-controls .control-button-wrapper>div{cursor:pointer}.stax-slider .gallery-floating-controls .control-button-wrapper svg{display:block;margin:0 auto}@media (max-width: 876px){.stax-slider .back-button-box{display:none}}.stax-slider .hide{display:none}.stax-slider .preview-carousel{position:relative;width:100%}@media (min-width: 768px){.stax-slider .preview-carousel{display:none}}.stax-slider .preview-carousel .swiper{padding:0}.stax-slider .preview-carousel .swiper-slide{width:68px;height:120px;position:relative}.stax-slider .preview-carousel .swiper-slide img{border-radius:2px}.stax-slider .swiper-slide img:not(.user,.verified){width:100%;height:100%;display:block;object-fit:cover;border-radius:8px}.my-stax-list{scrollbar-width:0}.my-stax-list ::-webkit-scrollbar{display:none}@media (max-width: 767px){.my-stax-list .grid-header-box{margin-top:72px}.my-stax-list .list-box{margin:0 -16px}.my-stax-list .list-box .top-section.-scrollable{padding:16px}.my-stax-list .list-box .list-content>div{-webkit-transform:translateY(72px);transform:translateY(72px)}.my-stax-list .list-item-box{padding:0 1rem}}.base-stax-information .header{display:flex;align-items:center;justify-content:space-between}.base-stax-information .header h2{font-size:1.25rem;font-weight:600;line-height:1.25rem;color:#fff}.base-stax-information .content .box{background-color:#323232;border-radius:12px;padding:16px;margin:16px 0}.base-stax-information .content .box .box-header{display:flex;align-items:center}.base-stax-information .content .box .box-row{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;line-height:.875rem;margin:10px 0}.base-stax-information .content .box .box-row .value .xchange-box{display:flex;align-items:center}.base-stax-information .content .box .box-row .value .xchange-box img{width:15px;height:10px;margin-right:8px}.base-stax-information .dialog-actions button{width:100%}.expanded-background-image{position:absolute;top:0;left:0;height:100%;width:100%;-webkit-filter:blur(100px);filter:blur(100px);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);background-position:center;background-repeat:no-repeat;background-size:600%}@media (max-width: 767px){.expanded-background-image{background-size:300%}}.expanded-background-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7)}.expanded-view-wrapper-full-screen{height:100%;justify-content:space-between;align-items:center}.expanded-view-wrapper-full-screen .stax-expanded-view{height:100%;align-items:center}.expanded-view-wrapper-full-screen .placeholder{height:88px;width:100%}.stax-expanded-view{display:flex;justify-content:space-between;flex-direction:column}.stax-expanded-view .header{margin:14px;align-self:flex-end}.stax-expanded-view .stax-image{z-index:10;border-radius:6px;margin:0 auto;max-height:calc(calc(var(--dvh) * 95) - 170px);max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.stax-expanded-view .stax-image.-desktop{position:absolute;margin:24px;top:25px;width:70%;max-height:calc(calc(var(--dvh) * 85) - 170px)}@media (min-width: 876px){.stax-expanded-view .stax-image.-desktop{max-height:calc(calc(var(--dvh) * 100) - 170px)}}@media (min-width: 876px){.stax-expanded-view .stax-image{width:90%;object-fit:contain;margin-bottom:88px}}.stax-expanded-view .stax-view-actions{background-color:#000;z-index:10}.stax-detail-container{display:flex;justify-content:center;width:100%;flex-grow:1;height:100%}.stax-detail-container .expanded-view-wrapper{position:relative;flex:2}.stax-detail-container .expanded-view-wrapper .stax-expanded-view{align-items:center}.stax-detail-container .expanded-view-wrapper .stax-expanded-view .stax-image{width:auto;margin-bottom:0}.stax-detail-container .expanded-view-wrapper .header{padding-right:32px;padding-top:32px}@media (max-width: 920px){.stax-detail-container .expanded-view-wrapper .header{padding-right:15px}}.stax-detail-container .base-stax-information{flex:1;padding:24px;background-color:#121212;z-index:10;position:relative}.stax-detail-container .base-stax-information .scrollable-content{height:calc(100% - 93px);overflow:auto;padding-right:6px;scrollbar-width:thin;scrollbar-gutter:auto}.stax-detail-container .base-stax-information .scrollable-content::-webkit-scrollbar{display:block;width:7px;height:7px;background-color:transparent}.stax-detail-container .base-stax-information .scrollable-content::-webkit-scrollbar-thumb{background:#8a8a8a;border-radius:80px}.stax-detail-container .base-stax-information .stax-view-actions{border-top:1px solid rgba(255,255,255,.08);width:calc(100% - 48px);background-color:#121212}.stax-view-actions{display:flex;padding:20px 16px;width:calc(100% - 32px);position:absolute;bottom:0}.stax-view-actions button+button{margin-left:16px}@media (min-width: 768px){.stax-view-actions{padding:24px 0 40px}}.utility-step{height:8px;flex:1;border-radius:6px;background:#505050}.utility-step:not(:first-child){margin-left:10px}.utility-step.-active{background:radial-gradient(578.16% 101.85% at 16.67% -21.49%,#fffbb3 0%,#be8d45 100%)}.kyc-steps-box{list-style-type:none;all:unset;margin-top:24px}.kyc-steps-box .items{display:flex;align-items:center;margin-bottom:16px}.kyc-steps-box .items .icon-box{margin-right:16px;display:flex;align-items:center;justify-content:center;border-radius:50%}.kyc-steps-box .items .checked{background-color:#0f9958}.kyc-steps-box .items .unchecked{border-radius:50%;background-color:#323232}.kyc-steps-box .icon{padding:6px}.progress-box{display:flex;align-items:center;justify-content:flex-end;flex:.25}.progress-box .inner-box{height:4px;flex:1;margin-right:8px;position:relative}.progress-box .inner-box.-margin-left{margin-left:8px}.progress-box .inner-box .placeholder{background-color:#202020;border-radius:24px;height:4px;width:100%}.progress-box .inner-box .bar{height:4px;border-radius:24px;position:absolute;bottom:0px;transition:width 1s;background:linear-gradient(270deg,#fffbb3 0%,#be8d45 100%)}.progress-box .circle-placeholder{padding:10px;border-radius:16px;background-color:#202020;justify-content:center;align-items:center;display:flex}.progress-box .circle-placeholder.-checked{background-color:#fffbb3}.bid-item-box{background:transparent}.bid-item-box.-dark-bg{background:#121212}.bid-item-box .row-direction{display:flex;align-items:center}.bid-item-box .row-direction .basic-text{font-size:.875rem;line-height:1em}.bid-item-box .row-direction .text-margin{margin-right:24px}.bid-item-box .bid-image{width:24px;height:24px;border-radius:50%}.bid-item-box .nickname-text{font-size:.875rem;line-height:1.1em;margin-left:16px}.time-box{display:flex;margin-bottom:8px;justify-content:space-between;align-items:center;width:100%}.time-box .time-subtitle-text{color:#8a8a8a;line-height:1em;font-size:.75rem}.time-box .placeholder-space{height:12px}.time-value-box{display:flex}.time-value-box .time-value-item{display:flex;align-items:center}.time-value-box .time-value-item .time-value-text{font-size:1rem;line-height:1em;letter-spacing:-2%;color:#fff}.time-value-box .time-value-item .time-label-text{font-size:.75rem;line-height:1em;letter-spacing:-1%;color:#8a8a8a;margin-right:8px;margin-left:4px}.time-value-box.-short-time-values .time-value-item{font-size:.875rem;font-weight:600}.time-value-box.-short-time-values .time-value-item:not(:last-child){margin-right:8px}.time-auction-status .absolute-button-box{position:absolute;top:8px;left:8px;padding:3px}.auction-information-box{background-color:#121212}.auction-information-box .reverse-order{display:flex;flex-direction:column-reverse}.auction-information-box .cell-position{display:flex;align-items:center;padding:16px}@media (min-width: 768px){.auction-information-box .cell-position{padding:16px 0}}.auction-information-box .cell-position .image-box .image{width:48px;height:48px;border-radius:50%;pointer-events:none}.auction-information-box .cell-position .issuer-name-box .issuer-name{font-size:1.125rem;line-height:1.44em;margin-bottom:2px}.auction-information-box .bids-box{padding:0;background-color:#121212}.auction-information-box .bids-box .bid-title-text{font-size:.75rem;line-height:100%;margin-bottom:16px}.auction-information-box .box-divider{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:2px solid #202020}.auction-information-box .reverse-order .box-divider{padding-top:1rem;border-top:2px solid #202020;border-bottom:none}.auction-information-box .auction-subtitle-text{font-size:.75rem;line-height:1em;letter-spacing:-1%;font-weight:600;color:#fff;margin-bottom:16px}.auction-information-box .auction-description-text{color:#fff;line-height:1.5em;font-size:.75rem}.auction-information-box .issuer-details{width:100%}.auction-information-box .issuer-details.-reverse-order{border-top:unset;margin-top:0}.auction-information-box .issuer-details .issuer-details-inner{padding:0;background-color:#121212;margin-top:1.5rem}.auction-information-box .issuer-details .issuer-details-inner.-reverse-order{margin-top:0}@media (max-width: 767px){.auction-information-box .issuer-details .issuer-details-inner{padding:0 16px}}.auction-information-box .issuer-details .issuer-details-inner .details-box-position{margin-bottom:1rem;margin-top:16px}.auction-information-box .issuer-details .issuer-details-inner .details-box-position.-reverse-order{margin-top:0}.auction-information-box .issuer-details .issuer-details-inner .details-box-position .divider{border-bottom:2px solid #202020;margin-bottom:1rem;padding-bottom:8px}.stax-bid-item-box{border:2px solid #202020;border-radius:12px;background:transparent;padding:16px;display:flex;justify-content:space-between;margin-bottom:24px}.stax-bid-item-box.-light-border{border:2px solid #323232}.stax-bid-item-box .row-direction{display:flex;align-items:center}.stax-bid-item-box .row-direction .basic-text{font-size:.875rem;line-height:1em}.stax-bid-item-box .image-box{position:relative;border-radius:50%;display:flex;justify-content:center;align-items:center}.stax-bid-item-box .image-box .image{width:24px;height:24px;border-radius:50%;pointer-events:none}.stax-bid-item-box .image-box .verified{position:absolute;bottom:0;right:0}.stax-bid-item-box .nickname-text{font-size:.875rem;line-height:1.1em;margin-left:15px}.fixed-wrapper{border-top:1px solid rgba(255,255,255,.08);padding-top:16px;z-index:501;position:fixed;background-color:#121212;box-sizing:border-box}@media (min-width: 768px){.fixed-wrapper{border-radius:0 0 4px 4px;bottom:32px;z-index:500}}.fixed-wrapper.-bottom{bottom:0px;padding-bottom:24px}.fixed-wrapper.-action-section{border-radius:0 0 4px 4px;position:static;bottom:32px;background-color:transparent;border-top:unset}@media (max-width: 767px){.fixed-wrapper.-action-section{padding:16px;bottom:0px;left:0px;right:0px;position:fixed;background-color:#121212;border-top:1px solid rgba(255,255,255,.08)}}.fixed-wrapper.-default{padding:16px;bottom:0px;left:0px;right:0px;background-color:#121212}@media (min-width: 768px){.fixed-wrapper.-default.-desktop-remove-horizontal-padding{padding:16px 0}}.fixed-wrapper.-default:empty{padding:0!important;margin:0}.fixed-wrapper.-desktop-padding{padding-top:16px}@media (min-width: 768px){.fixed-wrapper.-full-screen-border{border-top:none}.fixed-wrapper.-full-screen-border:before{content:"";border-top:1px solid rgba(255,255,255,.08);position:absolute;top:-1px;left:calc(var(--dvw) * -100);width:calc(var(--dvw) * 200);background-color:inherit;height:100%}}.auction-reminder-text{font-size:.75rem;line-height:1.6em;text-align:center;color:#fff}.collectible-warning-box{display:flex;flex-direction:column;align-items:center;padding:0 50px;text-align:center}.collectible-warning-box .collectible-chips{margin-top:16px;display:flex;flex-direction:row}.collectible-chip-box{padding:2.5px 4px 3.5px;background:radial-gradient(107.14% 371.94% at 0% -7.14%,#cccccc .01%,#dfdfdf 35.82%,#9a9a9a 100%);display:flex;justify-content:center;align-items:center;border-radius:4px;margin-right:8px}.collectible-chip-box .chip-text{font-size:.625rem;line-height:1em;text-transform:uppercase;color:#121212}.auction-stats{position:relative;border:2px solid #323232;border-radius:12px}.auction-stats .top-bid{background:radial-gradient(107.14% 371.94% at 0% -7.14%,#ff6f6a .01%,#ea1e18 35.82%,#a80c0c 100%)}.auction-utility{border-radius:12px;background:#202020}.auction-utility .detail-item-box:last-child{margin-bottom:0}.pie-chart-component{width:100%;padding:30px 4px;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.pie-chart-component .pie-chart-container{width:100%;display:flex;justify-content:center;align-items:center}@media (min-width: 768px){.pie-chart-component .pie-chart-container{width:50%}}.pie-chart-component .pie-chart-container .spinner-container{display:flex;align-items:center;min-height:230px}@media (min-width: 768px){.pie-chart-component .pie-chart-container .spinner-container{min-height:250px}}.pie-chart-component .pie-chart-container .pie-chart{width:100%;min-width:180px;max-width:200px;position:relative}@media (min-width: 768px){.pie-chart-component .pie-chart-container .pie-chart{max-width:250px}}.pie-chart-component .pie-chart-container .pie-chart svg{overflow:visible}.pie-chart-component .pie-chart-container .pie-chart svg path{cursor:pointer;transition:opacity 1s}.pie-chart-component .pie-chart-container .pie-chart .subxchange-info{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;-webkit-animation:subxhange-info-scale01 .5s;animation:subxhange-info-scale01 .5s}.pie-chart-component .pie-chart-container .pie-chart .subxchange-info .name{color:#8a8a8a;font-size:.75rem;font-weight:600;line-height:1em;margin-bottom:12px;text-align:center}.pie-chart-component .pie-chart-container .pie-chart .subxchange-info .percentage{color:#fff;font-weight:600;font-size:24px;line-height:1em;margin-bottom:12px}.pie-chart-component .pie-chart-container .pie-chart .subxchange-info .price-container{margin-bottom:10px;display:flex;align-items:center}.pie-chart-component .pie-chart-container .pie-chart .subxchange-info .price-container p.price{margin-right:6px;line-height:1em}.pie-chart-component .pie-chart-container .pie-chart .subxchange-info .price-container p.price .basic-text{font-size:.875rem;line-height:1em}.pie-chart-component .pie-chart-container .pie-chart .subxchange-info .price-container .growth-icon{width:7px;height:4px}.pie-chart-component .pie-chart-container .pie-chart .subxchange-info .number-of-issuers{color:#fff;font-size:.875rem;font-weight:400;line-height:1em;letter-spacing:-.02em}.pie-chart-component .pie-chart-container .legend{margin-left:24px}@media (min-width: 768px){.pie-chart-component .pie-chart-container .legend{margin-left:90px}}.pie-chart-component .pie-chart-container .legend ul{list-style:none;padding:0}.pie-chart-component .pie-chart-container .legend ul li:not(:last-child){margin-bottom:10px}.pie-chart-component .pie-chart-container .legend ul li button{background:transparent;border:none;outline:none;-webkit-tap-highlight-color:transparent;display:flex;align-items:center;cursor:pointer;opacity:.5}.pie-chart-component .pie-chart-container .legend ul li button.-active{opacity:1}.pie-chart-component .pie-chart-container .legend ul li button .color{display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:50%}.pie-chart-component .pie-chart-container .legend ul li button .name{color:#fff;font-size:.875rem;line-height:1.6em;font-weight:600;white-space:nowrap}@-webkit-keyframes subxhange-info-scale01{0%{-webkit-transform:scale(0) translate(-50%,-50%);transform:scale(0) translate(-50%,-50%)}to{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%)}}@keyframes subxhange-info-scale01{0%{-webkit-transform:scale(0) translate(-50%,-50%);transform:scale(0) translate(-50%,-50%)}to{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%)}}.line-chart-container{padding:42px 0 66px}.line-chart-container .line-chart{position:relative}.line-chart-container .line-chart *{transition:opacity .1s}.line-chart-container .line-chart .min-max{position:absolute;color:#fff;background-color:#202020;padding:8px 12px;border-radius:8px;display:flex;white-space:nowrap;transition:left 2s}.line-chart-container .line-chart .min-max.-min{-webkit-transform:translate(-50%);transform:translate(-50%);margin-top:8px}.line-chart-container .line-chart .min-max.-max{-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);top:-8px}.line-chart-container .line-chart .basic-text{margin:0;font-size:.75rem;font-weight:600;letter-spacing:-.02em}.line-chart-container .line-chart .time-labels{position:relative;top:52px}.line-chart-container .line-chart .time-labels .time-label{position:absolute;text-align:center;font-size:.75rem;line-height:1em;font-weight:400;letter-spacing:-.02em;color:#fff;white-space:nowrap}.line-chart-container .line-chart .spinner-container{width:100%;padding:90px 0;display:flex;justify-content:center;align-items:center}.line-chart-container .line-chart .spinner-container img{width:20px;height:20px}.line-chart-container .line-chart .area-chart svg{overflow:visible}@-webkit-keyframes dot-animation{0%{r:4}to{r:24}}@keyframes dot-animation{0%{r:4}to{r:24}}.line-chart-container .line-chart .recharts-reference-dot:last-child circle{-webkit-animation:dot-animation .2s;animation:dot-animation .2s}.xchange-breakdown-item{display:flex;align-items:center;justify-content:space-between;padding:16px;background-color:#202020;cursor:pointer}.xchange-breakdown-item:not(:first-child){border-top:1px solid #121212}.xchange-breakdown-item .xchange-left{display:flex;justify-content:center;align-items:center}.xchange-breakdown-item .xchange-left .xchange-img{display:flex;width:40px;height:40px;border-radius:50%;margin-right:16px;background:#323232;align-items:center;justify-content:center}.xchange-breakdown-item .xchange-left .xchange-img img{width:18px;height:10px}.xchange-breakdown-item .xchange-left .xchange-text p:first-of-type{margin-bottom:8px;margin-top:0;color:#fff}.xchange-breakdown-item .xchange-left .xchange-text .-bottom{display:flex;align-items:center}.xchange-breakdown-item .xchange-left .xchange-text .-bottom .-divider{width:2px;height:2px;margin:0 8px;display:flex;align-items:center}.xchange-breakdown-item .xchange-right{display:flex;align-items:center;text-align:right}.xchange-breakdown-item .xchange-right p{margin:0}.xchange-breakdown-item .xchange-right p.-negative{color:#d64954}.xchange-breakdown-item .xchange-right p.-positive{color:#0f9958}.xchange-breakdown-item .xchange-right .ui-icon-box{margin-left:16px}.xchange-breakdown-item.-secondary .xchange-left img{display:none}.xchange-breakdown-item.-top-border{border-top-left-radius:12px;border-top-right-radius:12px}.xchange-breakdown-item.-bottom-border{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.xchange-breakdown-list{width:100%;border-radius:12px;margin-top:20px}.portfolio-issuers-filter{display:flex;align-items:center;justify-content:space-between}.portfolio-issuers-filter .small-text{font-weight:600}.portfolio-issuers-filter .portfolio-filters-area{position:relative;display:flex}.portfolio-issuers-filter .portfolio-filters-area .portfolio-dropdown-button{padding:6px 16px;color:#fff}.portfolio-issuers-filter .portfolio-filters-area .portfolio-dropdown-button .portfolio-dropdown-button-value{margin-right:12px}.portfolio-issuers-filter .sort-button-box{border-radius:50%;min-width:unset;color:#fff;background-color:#323232;position:relative;margin-right:8px;height:40px;width:40px}.portfolio-issuers-filter .sort-button-box>img{padding:8px}.portfolio-issuers-filter .sort-button-box .MuiButton-root{background-color:#323232}.portfolio-issuers-filter .dropdown-box{width:255px}.xchange-chart-filter{display:flex;align-items:center}.xchange-chart-filter .small-text{color:#fff;font-weight:600}.xchange-chart-filter .percentage-wrapper,.xchange-chart-filter .xchange-dropdown-button-value{margin-right:12px}.xchange-chart-filter .chart-button-box{border-radius:50%;min-width:unset;color:#fff;background-color:#323232;position:relative;margin-left:16px;height:40px;width:40px}.xchange-chart-filter .chart-button-box>img{padding:8px}.xchange-chart-filter .chart-button-box .MuiButton-root{background-color:#323232}.xchange-chart-filter .chart-button-box.active{opacity:.4}.xchange-chart-filter .dropdown-box{width:255px}.percentage-indicator{display:flex;align-items:center;width:100%;height:44px;letter-spacing:-.01em}@media (min-width: 768px){.percentage-indicator{height:24px}}.percentage-indicator p.-negative{color:#d64954}.percentage-indicator p.-positive{color:#0f9958}.percentage-indicator .time{color:#fff;font-size:.875rem;font-weight:600;line-height:1em;margin-left:auto}@media (max-width: 767px){.portfolio-issuers-list .list-content{overflow:hidden!important}}@media (min-width: 768px){.portfolio-issuers-list{border:1px solid #202020;border-radius:12px}}.portfolio-issuers-list.no-issuers .list-content{height:0!important}.portfolio-empty-states .empty-state-box{display:flex;flex-direction:column;justify-content:center;align-items:center}.portfolio-empty-states .empty-state-box .text-wrapper{max-width:265px;text-align:center;-webkit-transform:translateY(-40px);transform:translateY(-40px);margin-top:16px}.portfolio-empty-states .empty-state-box .text-wrapper .description{color:#8a8a8a;margin:8px 0 24px}.portfolio-empty-states .empty-state-box .text-wrapper button{display:block;width:100%}.onboarding-card-box{padding:24px;margin:10px;border-radius:12px}.onboarding-card-box.-active,.onboarding-card-box.-finished{border:2px solid #0f9958}.onboarding-card-box.-failed{border:2px solid #d64954}.onboarding-card-box.-locked{border:2px solid #202020}.onboarding-card-box.-resubmit{border:2px solid #ffaf15}.onboarding-card-box .submitted-header-box{display:flex}.onboarding-card-box .submitted-header-box svg{margin-right:16px}.onboarding-card-box .header-box{display:flex;justify-content:space-between}.onboarding-card-box .header-box .header-box-row{display:flex;align-items:center}.onboarding-card-box .header-box .header-box-row svg{margin-right:16px;flex-shrink:0}.onboarding-card-box .onboarding-title-text{font-size:1.25rem;line-height:1em;color:#fff;letter-spacing:-1%;font-weight:600}.onboarding-card-box .onboarding-title-text.-additional-margin{margin-top:16px}.onboarding-card-box .onboarding-title-text.-inactive{color:#fff6}.onboarding-card-box .onboarding-description-text{font-size:.875rem;line-height:1.25em;color:#fff;margin-top:8px;font-weight:300}.onboarding-card-box .onboarding-button-position{margin-top:24px;display:flex;justify-content:flex-end;align-items:flex-end}.onboarding-card-box .onboarding-button-position .row-direction{flex:1;display:flex}.onboarding-card-box .onboarding-button-position .row-direction .onboarding-button{margin-right:10px}.onboarding-card-box .onboarding-edit-button{all:unset;font-size:.875rem;color:#ffffffa3;line-height:1.375em;cursor:pointer}.progress-bar-container .progress-bar-header-box{width:100%;display:flex;justify-content:space-between}.progress-bar-container .progress-bar-main-title{font-size:1rem;line-height:2.125em;margin-bottom:8px;color:#fff}.progress-bar-container .progress-bar-box{position:relative;display:flex;overflow:hidden;--progress-bar-height: 4px;--progress-distance-width: 16px;--progress-bar-border-radius: calc(var(--progress-bar-height) / 2);border-radius:var(--progress-bar-border-radius)}.progress-bar-container .progress-bar-box .progress-line-empty{height:var(--progress-bar-height);background-color:#121212;width:100%;border-radius:var(--progress-bar-border-radius)}.progress-bar-container .progress-bar-box .progress-filled-box{display:flex;position:absolute;inset:0;z-index:10;-webkit-transform:translateX(-100%);transform:translate(-100%)}.progress-bar-container .progress-bar-box .progress-filled-box .progress-filled-box-completed{background-color:#0f9958;border-top-left-radius:var(--progress-bar-border-radius);border-bottom-left-radius:var(--progress-bar-border-radius);width:100%;height:100%}.progress-bar-container .progress-bar-box .progress-filled-box .progress-filled-box-progress{background-color:#ffaf15;border-top-right-radius:var(--progress-bar-border-radius);border-bottom-right-radius:var(--progress-bar-border-radius);width:100%;height:100%}.progress-bar-container .progress-bar-box .progress-distance-box{position:absolute;width:var(--progress-distance-width);top:-1px;bottom:-1px;z-index:20;background-color:#202020}.progress-bar-container .progress-content-box{display:flex}.progress-bar-container .progress-content-box .item-box{display:flex;flex:1;align-items:center}.progress-bar-container .progress-content-box .item-box .icon-box{margin-left:8px}.progress-bar-container .progress-content-box .item-box .progress-bar-label{font-size:.875rem;line-height:2.42em;letter-spacing:1%}.progress-bar-container .progress-content-box .item-box .progress-bar-label.-active{color:#fff}.progress-bar-container .progress-content-box .item-box .progress-bar-label.-inactive{color:#ffffff4d}.fixed-footer-box{position:fixed;bottom:0px;z-index:500;left:0px;width:50%;box-shadow:0 -10px 20px #00000040,inset 0 1px #ffffff0d;background:#202020}.fixed-footer-box .inner-box{padding:24px 40px;display:flex;justify-content:space-between}.fixed-footer-box .inner-box .gradient-button{min-width:120px}.xchange-selector-box{all:unset;display:flex;flex-direction:column;justify-content:space-between;border:2px solid #323232;padding:16px;border-radius:12px;cursor:pointer;margin-bottom:8px}@media (min-width: 768px){.xchange-selector-box{margin-right:8px}}.xchange-selector-box.-active{border:2px solid}.xchange-selector-box .xchange-selector-image{height:15px;margin-bottom:8px}.xchange-selector-box .xchange-selector-title{font-size:1rem;line-height:1.5em;color:#fff;margin-bottom:8px}.xchange-selector-box .xchange-selector-description{font-size:.875rem;line-height:1.3em;color:#fff;margin-bottom:8px}.xchange-selector-box .xchange-selector-label{font-size:.75rem;line-height:1.67em;color:#fff}.xchange-selector-box .-not-active{color:#8a8a8a}.base-stax-selector-box{all:unset;border:2px solid #323232;padding:16px;border-radius:12px;cursor:pointer;margin-right:8px;margin-bottom:8px}.base-stax-selector-box.-active{background-color:#121212}.base-stax-selector-box .base-stax-selector-title{font-size:1rem;line-height:1.5em;color:#fff;margin-bottom:8px}.base-stax-selector-box .base-stax-selector-description{font-size:.875rem;line-height:1.3em;color:#fff;margin-bottom:8px}.image-list-box{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;margin-top:4px;border-radius:6px}.image-list-box.-scrollable{display:flex;-webkit-column-gap:unset;-moz-column-gap:unset;column-gap:unset;overflow-x:auto}.image-list-box.-scrollable .image-item-box{min-width:80px}.image-list-box .image-item-box{margin:8px;padding:12px;background-color:#121212;width:80px;height:80px;border-radius:4px;position:relative;display:inline-block}.image-list-box .image-item-box .image{width:100%;height:100%;border-radius:4px;object-fit:cover}.image-list-box .image-item-box .delete-image-button{all:unset;position:absolute;top:4px;right:4px;z-index:10;border-radius:50%;padding:4px;background-color:#323232;cursor:pointer}.mobile-container-wrapper-box{width:375px;height:710px;border:2px solid #202020;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.mobile-container-wrapper-box .top-container{display:flex;align-items:flex-end}.mobile-container-wrapper-box .top-container .top-left-container{display:flex;flex:.2;margin-right:5px;justify-content:flex-end}.mobile-container-wrapper-box .top-container .top-left-container .time-text{text-align:end;color:#fff;font-size:.875rem;line-height:1em}.mobile-container-wrapper-box .top-container .top-middle-container{height:25px;background-color:#000;border-radius:0 0 25px 25px;flex:.6}.mobile-container-wrapper-box .top-container .top-right-container{display:flex;flex:.2}.mobile-container-wrapper-box .top-container .top-right-container svg{margin-right:5px}.mobile-container-wrapper-box .middle-container{display:flex;flex:1;overflow:auto}.mobile-container-wrapper-box .bottom-container{display:flex;height:34px;justify-content:center;align-items:flex-end}.mobile-container-wrapper-box .bottom-container .ios-home-bar{height:5px;border-radius:5px;width:35%;background-color:#fff;margin-bottom:8px}.mobile-container-wrapper-box .mobile-subtitle-text{font-size:1.25rem;line-height:1.2em;color:#fff;margin-bottom:24px}.mobile-container-wrapper-box .mobile-subtitle-text.-subtitle-margin{margin-top:38px}.mobile-container-wrapper-box .mobile-value-text{font-size:1rem;line-height:1.5em;color:#fff;opacity:.7}.payment-fee-box .mobile-header{display:flex;justify-content:space-between;align-items:center;padding:24px}.payment-fee-box .summary-box{border-block:1px solid rgba(255,255,255,.08)}.payment-fee-box .summary-box .summary-item{display:flex;justify-content:space-between}.payment-fee-box .spinner-position{display:flex;justify-content:center;align-items:center}.category-input-wrapper .suggestions{display:flex;flex-direction:row;gap:.5rem;flex-wrap:wrap}.category-input-wrapper .MuiChip-root{height:auto}.category-input-wrapper .MuiChip-root .MuiChip-label{font-weight:600;padding:.5rem 1rem}.certificate-help-buttons{position:absolute;top:0;left:0;z-index:20}.certificate-guide-overlay-wrapper .certificate-guide-overlay{z-index:501!important}.certificate-info-modal{padding-bottom:0!important}.certificate-info-modal .selector-box{height:calc(var(--dvh) * 75);overflow:auto}.certificate-info-modal .xchange-selector-box{width:calc(100% - 40px)}.certificate-image-actions-wrapper{display:flex;flex-direction:column;align-items:center}.certificate-image-actions-wrapper .certificate-image-actions{display:flex;flex-direction:row;justify-content:center}.certificate-image-actions-wrapper .certificate-image-actions>*+*{margin-left:1rem}.adjust-image-slider-wrapper .slider-top-section{display:flex;justify-content:space-between;align-items:center;width:100%}.adjust-image-slider-wrapper .slider-top-section .slider-value-box{display:flex;justify-content:center;width:40px;border:1px solid #8a8a8a;padding:.25rem 0;border-radius:4px}.adjust-image-slider-wrapper.-adjustment .slider-box{width:100%;margin:0}.info-guide{position:fixed;top:0;height:100%;left:0;background:rgba(0,0,0,.86);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);z-index:502}.info-guide.intro{top:122px;height:calc(100% - 122px)}.guide-footer{z-index:503!important}.info-guide-description{position:absolute;z-index:502;top:16px;left:16px;width:calc((var(--dvw) * 100) - 32px);background-color:#202020;border-radius:12px}.steps-container{display:flex;flex-wrap:nowrap}.steps-container.-mobile{position:absolute;z-index:502;bottom:94px;left:16px;width:calc((var(--dvw) * 100) - 32px)}.steps-container .step{flex:1;height:4px;border-radius:6px;background-color:#323232}.steps-container .step:not(:first-child){margin-left:10px}.steps-container .step.active{background-color:#ffb929}.info-dialog{max-width:400px;width:400px}@media (max-width: 1450px){.info-dialog{margin-right:340px!important;margin-left:0!important}}.info-dialog .btn-skip{min-width:100px}.info-dialog .header{border-bottom:1px solid rgba(255,255,255,.08)}.info-dialog .footer{border-top:1px solid rgba(255,255,255,.08)}.info-guide-certificate{border-radius:4px 4px 0 0;height:200px;overflow:hidden;position:relative}.info-guide-certificate:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(180deg,rgba(32,32,32,0) 0%,#202020 100%);z-index:21}.info-guide-certificate .issuer-image{margin-top:36px}.issuer-profile-details{position:relative;overflow:hidden}.issuer-profile-details .action-button{width:36px;height:36px;background-color:#1212128f;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}.issuer-profile-details .action-button.-back-button{margin-right:auto}.issuer-profile-details .action-button.-bids{margin-left:auto;margin-right:16px}.issuer-profile-details .action-button.-share{position:relative}.issuer-profile-details .gradient-button.-copy-button{width:200px;justify-content:flex-start;padding-left:10px}.issuer-profile-details .gradient-button.-copy-button svg{margin-right:10px}.issuer-profile-details .issuer-image{margin:0 auto}.issuer-profile-details .background-photo{position:absolute;background-size:100% auto;background-position:center;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(100% + 4px);height:calc(100% + 4px);padding-bottom:2px}@supports not ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())){.issuer-profile-details .background-photo{-webkit-filter:blur(20px);filter:blur(20px)}}.issuer-profile-details .background-photo:before,.issuer-profile-details .background-photo:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.issuer-profile-details .background-photo:before{background:rgba(18,18,18,.56);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px)}.issuer-profile-details .background-photo:after{background:linear-gradient(180deg,rgba(18,18,18,0) 0%,#121212 100%)}.issuer-profile-details .content{z-index:10;margin-top:110px;display:flex;flex-direction:column;justify-content:center}.issuer-profile-details .content .image-container{margin-bottom:30px}.issuer-profile-details .content .data-section{display:flex;flex-direction:column;align-items:center;width:100%;z-index:10}.issuer-profile-details .content .data-section .names-box{margin-bottom:27px}.issuer-profile-details .content .data-section .names-box.-block-dimensions{width:100%}.issuer-profile-details .content .data-section .names-box .name-section-position{display:flex;justify-content:space-between;position:relative}.issuer-profile-details .content .data-section .names-box .name{margin:0 0 6px;text-align:center;font-size:1rem;line-height:1em;letter-spacing:-.01em;font-weight:600;display:flex;align-items:center;justify-content:center}.issuer-profile-details .content .data-section .names-box .name .eye{margin-left:8px}.issuer-profile-details .content .data-section .names-box .nick-subxchange{display:flex;font-weight:600;align-items:center}.issuer-profile-details .content .data-section .names-box .nick-subxchange .nick,.issuer-profile-details .content .data-section .names-box .nick-subxchange .subxchange{font-size:.875rem;line-height:1.25em;letter-spacing:-.02em;color:#8a8a8a;margin:0}.issuer-profile-details .content .data-section .stats-and-follow{width:100%;display:flex;flex-direction:column;align-items:center}.issuer-profile-details .content .data-section .stats-and-follow .statistic-position{display:flex;justify-content:space-between;flex:1;flex-direction:row-reverse}.issuer-profile-details .content .data-section .stats-and-follow .stats{display:flex;margin-bottom:24px;margin-left:.75rem}.issuer-profile-details .content .data-section .stats-and-follow .stats .stat{letter-spacing:-.01em;padding:0 1rem}.issuer-profile-details .content .data-section .stats-and-follow .stats .stat:not(:last-child){border-right:1px solid #323232}.issuer-profile-details .content .data-section .stats-and-follow .stats .stat .value{font-size:1.125rem;font-weight:600;line-height:1.5em;display:flex;align-items:center;justify-content:center}.issuer-profile-details .content .data-section .stats-and-follow .stats .stat .value img{margin-left:10px}.issuer-profile-details .content .data-section .stats-and-follow .stats .stat .title{font-size:.75rem;line-height:1em;color:#8a8a8a}.issuer-profile-details .content .data-section .stats-and-follow .follow-button-container{margin-bottom:16px;width:100%}.issuer-profile-details .content .data-section .stats-and-follow .follow-button-container:empty{display:none}.issuer-profile-details .content .data-section .stats-and-follow .follow-button-container button{width:100%}.issuer-profile-details .content .data-section .stats-and-follow .follow-button-container button.-remove.-outline:hover{background:initial}@media (min-width: 768px){.issuer-profile-details .content{margin-top:45px;justify-content:flex-start;flex-direction:row}.issuer-profile-details .content .image-container{margin-bottom:0;margin-right:44px}.issuer-profile-details .content .data-section{align-items:flex-start}.issuer-profile-details .content .data-section .names-box{margin-bottom:26px}.issuer-profile-details .content .data-section .names-box .name{font-size:2.25rem;text-align:start;justify-content:flex-start;margin-bottom:12px;white-space:nowrap}.issuer-profile-details .content .data-section .names-box .nick-subxchange .nick,.issuer-profile-details .content .data-section .names-box .nick-subxchange .subxchange{font-size:1rem}.issuer-profile-details .content .data-section .stats-and-follow{flex-direction:row}.issuer-profile-details .content .data-section .stats-and-follow .stats{order:2;margin-bottom:0}.issuer-profile-details .content .data-section .stats-and-follow .follow-button-container{order:1;margin-bottom:0;width:100px}}.issuer-profile-details .spinner-container{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.issuer-profile-image.image-box{color:transparent;position:relative;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:.75rem;margin-left:.25rem;border-style:solid;padding:4px}.issuer-profile-image.image-box .image{width:40px;height:40px;border-radius:50%;pointer-events:none;overflow:hidden}.issuer-profile-image.image-box .verified{position:absolute;bottom:0;right:0}.issuer-profile-image.image-box .border{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:visible}.issuer-profile-action-section{display:flex;flex-direction:column}.issuer-profile-action-section .infos{display:flex;flex-direction:column;padding:16px 16px 0;width:calc(100% - 2rem)}.issuer-profile-action-section .infos:empty{padding:0!important;margin:0}.issuer-profile-action-section .infos .action-info{width:100%;display:flex;justify-content:space-between;margin:0 0 10px;align-items:center}.issuer-profile-action-section .infos .action-info .title,.issuer-profile-action-section .infos .action-info .value,.issuer-profile-action-section .infos .action-info .basic-text{font-size:.875rem;line-height:1em;font-weight:600;white-space:nowrap}.issuer-profile-action-section .infos .action-info .zero-bid{color:#d64954;display:flex;align-items:flex-end;font-size:1rem;line-height:1}.issuer-profile-action-section .infos .action-info .zero-bid svg{margin-left:6px}.issuer-profile-action-section .buttons{box-sizing:border-box;width:100%;display:flex}.issuer-profile-action-section .buttons:empty{padding:0!important;margin:0}.issuer-profile-action-section .buttons .gradient-button{width:100%;white-space:nowrap}.issuer-profile-action-section .buttons .gradient-button:not(:last-child){margin-right:16px}.issuer-profile-action-section .buttons .gradient-button svg{margin-right:16px}@media (min-width: 768px){.issuer-profile-action-section{flex-direction:row}.issuer-profile-action-section .infos{flex-direction:row;align-items:stretch;width:unset;margin-right:8px;padding:0}.issuer-profile-action-section .infos .action-info{flex-direction:column;justify-content:center;margin:0 12px}.issuer-profile-action-section .infos .action-info .title{margin-bottom:6px}.issuer-profile-action-section .infos .action-info .zero-bid{font-size:inherit}.issuer-profile-action-section .infos .action-info .zero-bid svg{width:18px;height:18px}.issuer-profile-action-section .buttons{width:340px}}@media (max-width: 767px){.issuer-profile-action-section.fixed-wrapper.-action-section{padding:0}}.issuer-profile-action-section .action-results{white-space:nowrap;justify-content:center}@media (max-width: 767px){.issuer-profile-action-section .action-results{align-self:center}}.issuer-profile-reels{display:-webkit-box;overflow-x:auto;scrollbar-width:none}.issuer-profile-reels .issuer-profile-reel{margin-right:20px;width:78px;height:78px;background-color:#202020;border-radius:50%;background:radial-gradient(578.16% 101.85% at 16.67% -21.49%,#fffbb3 0%,#be8d45 100%);display:flex;align-items:center;justify-content:center}.issuer-profile-reels .issuer-profile-reel>div{width:calc(100% - 1.6px);height:calc(100% - 1.6px);background-color:#121212;border-radius:50%;display:flex;align-items:center;justify-content:center}.issuer-profile-reels .issuer-profile-reel>div img{width:64px;height:64px}.issuer-profile-reels::-webkit-scrollbar{display:none}.issuer-profile-social-media-wrapper{display:flex;flex-wrap:wrap}.issuer-profile-social-media-wrapper .social-media{margin-right:20px;flex:calc(50% - 50px) 1;display:flex;align-items:center;padding:10px;color:#8a8a8a;opacity:.7;color:#fff;cursor:pointer}.issuer-profile-social-media-wrapper .social-media .social-media-icon{margin-right:16px}.issuer-profile-social-media-wrapper .social-media .text{font-weight:600}.issuer-card{padding:12px;border-radius:8px;border:2px solid #202020}.issuer-card .issuer-card-profile{position:relative;border-radius:8px}.issuer-card .issuer-card-profile .user-img{width:85px;height:85px;border-radius:8px}.issuer-card .issuer-card-profile .subxchange-img{position:absolute;right:8px;top:8px;height:10px;width:15px}.issuer-card .issuer-card-profile .badge{position:absolute;background:radial-gradient(107.14% 371.94% at 0% -7.14%,#ff6f6a .01%,#ea1e18 35.82%,#a80c0c 100%);border:.5px solid;border-image-source:radial-gradient(89.29% 137.76% at 9.26% -17.86%,#fff 0%,rgba(255,255,255,0) 74.72%);border-radius:4px;width:14px;height:16px;display:flex;align-items:center;justify-content:center;top:-5px;left:-5px;box-shadow:2px 3px 2px #000}.issuer-card .small-text{color:#fff;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:12px;max-width:84px}.issuer-card .stax-data{margin-top:35px}.issuer-card .stax-data .stax-data-box{display:flex;align-items:center;justify-content:space-between}.issuer-card .stax-data .stax-data-box p{color:#8a8a8a;font-size:.625rem}.issuer-card .stax-data .stax-data-box .price-item>span:first-of-type{margin-top:2px;margin-left:-2px}.issuer-profile-issuers{display:flex;justify-content:flex-start;overflow:auto}.issuer-profile-issuers .issuer-card+.issuer-card{margin-left:10px}.album-preview{display:flex;max-height:316px}.album-preview.-min-height{min-height:316px}.album-preview .video{width:100%;height:100%;object-fit:cover;border-radius:8px}.album-preview>div img{height:100%;width:100%;cursor:pointer;object-fit:cover;border-radius:8px}.album-preview .first-img{padding-right:16px;display:flex;flex:1}.album-preview .h-180{height:180px}.album-preview .last-img{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.album-preview .last-img p{position:absolute;color:#fff}.album-preview .media{border-radius:8px;position:relative;display:flex;align-items:center;justify-content:center;outline:none;box-shadow:none}.album-preview .media .play-icon{all:unset;position:absolute;background-color:#fff;border-radius:50%;cursor:pointer;background-clip:padding-box;border:10px solid hsla(0deg,0%,50%,.5)}.album-preview .opacity-40{opacity:.4}.album-preview .right-section{display:flex;flex-direction:column;flex:1}.album-preview .right-section>div:first-child{height:150px;padding-bottom:14px}.album-preview .right-section>div:last-child{height:150px}.album-preview.single-img .first-img{height:300px;padding-right:0}.album-preview.single-img .right-section{flex:0}@media (min-width: 768px){.album-preview{max-height:500px}}.album-preview.-two-imgs .right-section{flex-direction:row}.album-preview.-two-imgs .right-section .media{height:180px}.order-detail-tile{box-sizing:border-box;color:#fff;background-color:#202020;border-radius:12px;padding:16px;cursor:pointer;width:100%}@media (min-width: 768px){.order-detail-tile{width:400px}}.order-detail-tile.bid-and-order-tile{height:95%;display:flex;flex-direction:column;justify-content:space-evenly}.order-detail-tile .top-section{margin-bottom:10px;display:flex;justify-content:space-between}.order-detail-tile .issuer-details-data{margin-left:4px;margin-bottom:20px}.order-detail-tile .details-data .data-row{display:flex;justify-content:space-between}.order-detail-tile .details-data .data-row:not(:last-child){margin-bottom:8px}.order-detail-tile .details-data .data-row .-green{color:#0f9958}.order-detail-tile .details-data .data-row .-red{color:#d64954}.order-detail-tile .details-data .data-row .name{color:#8a8a8a;font-size:1rem;line-height:1em;font-weight:500;margin-right:8px}.order-detail-tile .details-data .data-row .value{color:#fff;font-size:1rem;font-weight:600;display:flex;align-items:center}.order-detail-tile .details-data .data-row .value,.order-detail-tile .details-data .data-row .value>*{line-height:1em}.order-detail-tile .details-data .data-row .value .-green{color:#0f9958}.order-detail-tile .details-data .data-row .value .-red{color:#d64954}.order-detail-kebab-options{-webkit-transform:translateX(16px);transform:translate(16px)}.kebab-options-content{min-width:300px}.kebab-options-content button.MuiButton-root{padding:0;width:100%;justify-content:flex-start}.kebab-options-content button.MuiButton-root:not(:last-child){margin-bottom:16px}.kebab-options-content button.MuiButton-root.MuiButton-text{color:#fff;text-transform:none;font-size:1rem;font-weight:600}.kebab-options-content button.MuiButton-root svg,.kebab-options-content button.MuiButton-root .ui-icon-box{display:block;margin-right:16px}.kebab-options-content button.MuiButton-root img{opacity:.5;margin-left:-4px}.bids-orders-header{display:flex}.bids-orders-header .title{font-size:2rem}.bids-orders-header .action-button{width:36px;height:36px;background-color:#323232;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;margin-right:16px}.bids-orders-header.-mobile{display:flex;align-items:center;padding:25px 25px 20px;color:#fff;background-color:#181818}.bids-orders-header.-mobile .title{font-size:1.25rem}.bids-orders-header.-mobile .action-button{background-color:unset}.bids-and-orders-navigation{display:flex;position:relative;border-bottom:1px solid rgba(255,255,255,.08);margin-top:10px}.bids-and-orders-navigation .link-item-box{padding:18px 0}.bids-and-orders-navigation .link-item-box .gradient-text{font-size:1.25rem;line-height:1em}.bids-and-orders-navigation .link-item-box .gradient-text:after{display:none}.bids-and-orders-navigation .gradient-bottom-border{left:0;bottom:-1px;height:1px;z-index:10;position:absolute;background:linear-gradient(90deg,rgba(202,161,89,0) 0%,#f2e59d 49.98%,rgba(202,161,89,0) 100%)}.bids-and-orders-navigation.-mobile{background-color:#181818;margin-top:0}.bids-and-orders-navigation.-mobile .link-item-box{flex:1;justify-content:center}.bids-and-orders-filters{display:flex;justify-content:space-between;margin:24px 0 0}@media (max-width: 767px){.bids-and-orders-filters{margin:24px 16px 0}.bids-and-orders-filters.-remove-margin{margin:24px 0 0}}.bids-and-orders-filters .right-tab-box{display:flex;margin-bottom:40px}.bids-and-orders-filters .right-tab-box :last-child{margin-right:0!important}@media (max-width: 767px){.bids-and-orders-filters .right-tab-box{margin-bottom:0}}.bids-and-orders-wrapper .content{margin:1rem}@media (min-width: 576px){.bids-and-orders-wrapper .content{margin:1rem auto;max-width:400px}}@media (max-width: 767px){.bids-and-orders-wrapper .empty-state-box{padding-top:0}}.bids-and-orders-wrapper .list-header-wrapper{border:none!important}.bids-and-orders-button-box{width:100%;margin:auto;border-top:1px solid rgba(255,255,255,.0784313725);position:fixed;bottom:0;display:flex;justify-content:center;left:0;padding:24px 0;background-color:#121212}.bids-and-orders-button-box>div{width:400px}@media (max-width: 767px){.bids-and-orders-button-box{padding:16px;width:calc(100% - 32px)}}.notifications-nav-header .control-button.MuiButton-root{position:relative;min-width:unset;border-radius:50%;background-color:#323232;font-size:14px;line-height:1em;font-weight:600;padding:0}@media (min-width: 768px){.notifications-nav-header .control-button.MuiButton-root{width:36px;height:36px}}.notifications-nav-header .control-button.MuiButton-root:not(:last-child){margin-right:8px}@media (min-width: 768px){.notifications-nav-header .control-button.MuiButton-root:not(:last-child){margin-right:16px}}.notifications-nav-header.mobile{background:linear-gradient(180deg,#121212 0%,#282828 100%);border-radius:0 0 12px 12px;border-bottom:1px solid #252525}.notifications-nav-header.mobile .control-button.MuiButton-root{background-color:unset}.notifications-list{max-width:600px;margin:0 auto}@media (max-width: 767px){.notifications-list .notifications-list-wrapper{position:relative}.notifications-list .notifications-list-box{margin-top:69px}}.selected-notifications-actions{position:absolute;bottom:0;box-sizing:border-box;width:100%;display:flex;background-color:#202020}.selected-notifications-actions .inner-wrapper{max-width:1200px;flex-direction:row;display:flex;flex:1;justify-content:space-between}.selected-notifications-actions.desktop{left:0;justify-content:space-around}.selected-notifications-actions.desktop .inner-wrapper{width:600px;flex:unset}.selected-notifications-actions.desktop .inner-wrapper button{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.notification-item{display:flex;gap:16px;cursor:pointer;border:1px solid #323232;border-top:0}.notification-item.first{border-top:1px solid #323232}@media (min-width: 768px){.notification-item.first{border-top-left-radius:16px;border-top-right-radius:16px}}@media (min-width: 768px){.notification-item.last{border-bottom-left-radius:16px;border-bottom-right-radius:16px}}.notification-item.is-unread{background-color:#202020}.notification-item .image-or-checkbox{display:inline-flex;height:40px;width:40px;flex-shrink:0;justify-content:space-around}.notification-item .image-or-checkbox .image{background:#202020}.notification-item .image-or-checkbox .image .position-icon-20{position:relative;top:10px;left:10px}.notification-item .image-or-checkbox .round-image.positive .image{background:#0f9958}.notification-item .image-or-checkbox .round-image.negative .image{background:#d64954}.notification-item .image-or-checkbox .round-image.neutral .image{background:#8a8a8a}.notification-item .contents{display:inline-flex;flex-direction:column;flex:1}.notification-item .contents>*{display:inline-block}.notification-item .contents .body-and-secondary-image{display:flex;flex-direction:row}.notification-item .contents .body-and-secondary-image .body{flex-grow:1}.notification-item .contents .body-and-secondary-image .secondary-image{height:48px;width:48px;overflow:hidden;flex-shrink:0;margin-left:16px}.notification-item .contents .action-buttons button{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;height:36px}.trading-mode-switch{display:flex;align-items:center}.trading-mode-switch .switch-label{font-size:.875rem;font-weight:600;color:#fff;margin-right:8px}.market-trading-header{display:flex;padding:1rem}.market-trading-header .market-header-button.MuiButton-root,.market-trading-header .back-button-box .back-button-button.MuiButton-root{background-color:#323232;color:#ffffffa3;border-radius:100px;width:36px;height:36px;padding:unset;min-width:unset}.market-trading-header .market-header-button.MuiButton-root:hover,.market-trading-header .back-button-box .back-button-button.MuiButton-root:hover{background-color:#323232;opacity:.7}.market-trading-header .market-header-button.MuiButton-root.orders-and-trades-button,.market-trading-header .back-button-box .back-button-button.MuiButton-root.orders-and-trades-button{margin-left:auto;margin-right:16px;position:relative}.market-trading-header .market-header-button.MuiButton-root.orders-and-trades-button .open-orders,.market-trading-header .back-button-box .back-button-button.MuiButton-root.orders-and-trades-button .open-orders{position:absolute;box-sizing:border-box;top:0;right:0;width:14px;height:14px;border-radius:100px;display:flex;align-items:center;justify-content:center;background-color:#121212}.market-trading-header .market-header-button.MuiButton-root.orders-and-trades-button .open-orders:before,.market-trading-header .back-button-box .back-button-button.MuiButton-root.orders-and-trades-button .open-orders:before{content:"";display:block;width:8px;height:8px;border-radius:100px;background-color:#d64954}.market-trading-header .back-button-box{margin-right:16px}@media (max-width: 767px){.market-trading-header{position:fixed;z-index:10;top:0;left:0;right:0;border-bottom:1px solid rgba(255,255,255,.08);background-color:#121212}}@media (min-width: 768px){.market-trading-header{padding:0}}.trading-issuer-details{display:flex;align-items:center;margin-left:0!important}.trading-issuer-details .data{margin-left:.25rem;display:flex;flex-direction:column;justify-content:space-between}.trading-issuer-details .data .name{font-size:1.125rem;line-height:1.45em;font-weight:600;color:#fff}.trading-issuer-details .data .infos{display:flex;align-items:center;color:#8a8a8a}.trading-issuer-details .data .infos .subxchange-img{height:10px;margin-right:8px}.trading-issuer-details .data .infos p{font-size:.875rem;font-weight:500}.trading-issuer-details .data .infos .gpx{margin-right:6px;white-space:pre;word-wrap:normal}.info-modal-icon-button{background:transparent;border:none}.info-modal-icon-button:hover{background:transparent!important}.order-book-table{color:#fff;display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;justify-content:space-between}.order-book-table .number-of-stax{font-weight:600;font-size:.75rem}.order-book-table .price{display:flex;justify-content:flex-end;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:20px;line-height:20px;font-weight:500;font-size:.75rem;text-align:right;color:#d64954;position:relative;padding:0 4px 0 0;margin:0 0 0 30px}.order-book-table .price .price-bar{position:absolute;height:100%;top:0;right:0;display:inline-block;background-color:#d6495429}.order-book-table.-reverse{grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content;grid-auto-flow:dense}.order-book-table.-reverse .number-of-stax{grid-column:2;text-align:right}.order-book-table.-reverse .price{grid-column:1;justify-content:flex-start;text-align:left;color:#0f9958;padding:0 0 0 4px;margin:0 30px 0 0}.order-book-table.-reverse .price .price-bar{left:0;background-color:#0f995829}.device-info-item-box{display:flex;align-items:center;color:#fff;margin-bottom:24px}.device-info-item-box>img{padding-right:8px}.device-info-item-box .info-box{line-height:1em}.device-info-item-box .info-box .title{font-size:.75rem;font-weight:600;color:#8a8a8a;margin:0 0 8px}.device-info-item-box .info-box .info{font-size:1rem;font-weight:400;display:flex;align-items:center}.device-info-item-box .info-box .info img{box-sizing:border-box;margin-right:12px;border-radius:50%;width:17px;height:16px;object-fit:cover}.device-link .device-type-icon{height:40px;width:40px;margin-right:18px}.device-link h3{font-size:1rem;font-weight:600;line-height:1.5em;text-align:left;margin-bottom:6px}.device-link .activity{margin:0;font-size:.875rem;font-weight:400;color:#8a8a8a;text-align:left}.device-link .activity .last-active{font-size:inherit;font-weight:600;margin-right:8px}.device-link .content{text-transform:none;padding-right:8px;padding-left:24px;flex:1 1;margin:0 -16px}.device-link .icon-box{padding:6px 9px}.device-link .icon-box img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.information-text-box-box{padding:16px;border-radius:12px;background-color:#323232}.information-text-box-box:not(:first-child){margin-top:16px}.information-text-box-box .information-text-box-title-row{margin-bottom:16px}.information-text-box-box .information-text-box-title-row .information-image-box-title{margin-right:16px}.information-text-box-box .detail-item-box{margin-bottom:.5rem}.information-text-box-box .detail-item-box.-last-item{margin-bottom:4px}.information-text-box-box .detail-item-box .information-subxchange{height:15px;margin-right:8px;-webkit-transform:translateY(2px);transform:translateY(2px)}.certificate-image-wrapper{display:flex;position:relative;align-items:center;justify-content:center}.certificate-image-wrapper.-faded:before{content:"";position:absolute;width:102%;height:30%;bottom:-2px;left:0;background-image:linear-gradient(transparent,#121212)}.certificate-image-wrapper.-rounded .issuer-certificate-object{border-radius:6px;overflow:hidden}.certificate-image-wrapper .issuer-certificate-object{pointer-events:none;max-width:100%;box-shadow:0 14px 36px #0003}.certificate-image-wrapper .issuer-certificate-object.-stacked{z-index:40}.certificate-image-wrapper .issuer-certificate-object.-full{aspect-ratio:.5625}.certificate-image-wrapper .issuer-certificate-object.-lite{aspect-ratio:.6428}.certificate-image-wrapper .stacked-certificates{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0}.certificate-image-wrapper .stacked-certificates .certificate{position:absolute;width:100%;height:100%;background:#fff;-webkit-transform:translate(6px,6px);transform:translate(6px,6px);border-radius:6px;box-shadow:0 14px 36px #0003;z-index:30}.certificate-image-wrapper .stacked-certificates .certificate:nth-child(2){-webkit-transform:translate(12px,12px);transform:translate(12px,12px);z-index:20}.certificate-image-wrapper .stacked-certificates .certificate:nth-child(3){-webkit-transform:translate(18px,18px);transform:translate(18px,18px);z-index:10}.issuer-dashboard-mobile-nav .mobile-top-navigation-content-bar-box{background-color:#202020;border-radius:unset;border-bottom:unset}.issuer-dashboard-mobile-nav .mobile-top-navigation-content-bar-box.-embedded{position:fixed;top:0;left:0;width:calc(100% - 32px);z-index:500;background-color:inherit;border-bottom:none}.issuer-dashboard-mobile-nav .mobile-top-navigation-content-bar-box.-embedded .burger-content-box>button{background:rgba(18,18,18,.56);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.issuer-dashboard-mobile-nav .mobile-top-navigation-content-bar-box .content-box{justify-content:space-between}.performance-box-stats{border-radius:12px;background-color:#202020}.performance-box-stats .box-header{display:flex;justify-content:space-between}.performance-box-stats .box-header .header-action{cursor:pointer}.performance-box-stats .box-row{display:flex;justify-content:space-between;align-items:center}.performance-box-stats .box-row .value-text{display:flex}.performance-chart-header{display:flex;justify-content:space-between}@media (max-width: 767px){.performance-chart-header{flex-direction:column;align-items:center}}.performance-chart-header .gpx-price{display:flex}.performance-chart-header .first-section{display:flex;flex-direction:column;align-items:center}.performance-chart-header .second-section{display:flex;align-items:center}.media-upload{background-color:#202020}.drop-zone{position:relative;border-radius:12px;border:1px dashed #8a8a8a;overflow:hidden}.drop-zone.is-active{background-color:#323232}.drop-zone input[type=file]{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%}.media-footer{background:#121212;box-shadow:inset 0 1px 1px #ffffff14;position:absolute;bottom:0;left:0}@media (min-width: 768px){.media-footer{background:#202020;box-shadow:0 -10px 20px #00000040,inset 0 1px 1px #ffffff0d}}.media-footer .gradient-button{flex:0;min-width:150px}.preview-container{aspect-ratio:9/16;overflow:hidden;border-radius:8px;height:calc((var(--dvh) * 100) - 430px);max-height:400px}@media (min-width: 768px){.preview-container{height:calc((var(--dvh) * 100) - 8rem);max-height:800px;max-width:calc(100% - 8rem);border-radius:12px;border:2px solid #202020}}.preview-container img{height:100%;width:100%;object-fit:cover}.feed-media-carousel-item{width:100%}.feed-media-carousel-item .image-container{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:1}@supports not (aspect-ratio: 1/1){.feed-media-carousel-item .image-container:before{float:left;padding-top:100%;content:""}.feed-media-carousel-item .image-container:after{display:block;content:"";clear:both}}.feed-media-carousel-item .image-container .thumbnail-background{width:100%;height:100%;-webkit-filter:blur(100px);filter:blur(100px);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);background-position:center;background-repeat:no-repeat;background-size:200%}.feed-media-carousel-item .image-container .thumbnail-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.feed-media-carousel-item .image-container .feed-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;z-index:10;border-radius:12px;overflow:hidden;transition:opacity .15s ease-in;opacity:0;-webkit-transform:translateZ(1px);transform:translateZ(1px)}.feed-media-carousel-item .image-container .feed-image.-loaded{opacity:1}.feed-media-carousel-item .video-container{border-radius:12px;overflow:hidden}.feed-media-carousel-item .video-container .video-player-wrapper{position:relative;background:#000;padding:0;width:100%;aspect-ratio:1}@supports not (aspect-ratio: 1/1){.feed-media-carousel-item .video-container .video-player-wrapper:before{float:left;padding-top:100%;content:""}.feed-media-carousel-item .video-container .video-player-wrapper:after{display:block;content:"";clear:both}}.feed-media-carousel-item .video-container .video-player-wrapper .video-player{position:relative;overflow:hidden}.feed-media-carousel-item .video-container .video-player-wrapper .video-player-background{position:absolute;height:100%;width:100%;top:0;left:0;-webkit-filter:blur(100px);filter:blur(100px);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);background-position:center;background-repeat:no-repeat;background-size:200%}.feed-media-carousel-item .video-container .video-player-wrapper .video-player-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.feed-media-carousel-item .video-container .video-player-wrapper .controls-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.feed-media-carousel-item .video-container .video-player-wrapper .play-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.feed-media-carousel-item .video-container .video-player-wrapper .mute-wrapper{position:absolute;bottom:10px;right:10px;z-index:20}.feed-media-carousel-item .remove-media-wrapper{position:absolute;top:0;right:0;z-index:20}.feed-media-carousel-item .remove-media-wrapper .icon-button-button{width:24px;height:24px;padding:0;border-radius:0 12px 0 6px;background:rgba(32,32,32,.75)}.report-post-modal.content-box .content-image{margin-top:64px;width:auto;border-radius:0;box-shadow:none;margin-bottom:40px}.homepage-wrapper{height:calc((var(--dvh) * 100) - 72px - 4px)}@media (max-width: 767px){.homepage-wrapper{height:calc((var(--dvh) * 100) - 72px - 72px)}}.homepage-wrapper iframe{border:0}.post-creation-screen{overflow:hidden}@media (min-width: 768px){.post-creation-screen{height:calc(var(--dvh) * 100)}.post-creation-screen .editor,.post-creation-screen .preview{width:calc(var(--dvw) * 50);overflow:auto;padding-right:6px;scrollbar-width:thin;scrollbar-gutter:auto}.post-creation-screen .editor::-webkit-scrollbar,.post-creation-screen .preview::-webkit-scrollbar{display:block;width:7px;height:7px;background-color:transparent}.post-creation-screen .editor::-webkit-scrollbar-thumb,.post-creation-screen .preview::-webkit-scrollbar-thumb{background:#8a8a8a;border-radius:80px}}.post-creation-screen .editor{position:relative;flex-shrink:0}@media (max-width: 767px){.post-creation-screen .editor{max-height:calc((var(--dvh) * 100) - 90px);overflow:auto;padding-right:6px;scrollbar-width:thin;scrollbar-gutter:auto}.post-creation-screen .editor::-webkit-scrollbar{display:block;width:7px;height:7px;background-color:transparent}.post-creation-screen .editor::-webkit-scrollbar-thumb{background:#8a8a8a;border-radius:80px}}@media (min-width: 768px){.post-creation-screen .editor{background:#202020}}.post-creation-screen .editor .create-post-input-box{position:relative}.post-creation-screen .editor .create-post-input-box .post-input-root>.MuiFilledInput-root{padding:1rem}@media (max-width: 767px){.post-creation-screen .editor .create-post-input-box .post-input-root>.MuiFilledInput-root{background:transparent;border:none;box-shadow:none}.post-creation-screen .editor .create-post-input-box .post-input-root>.MuiFilledInput-root>textarea{width:100%;resize:none;overflow-y:auto;height:140px!important;overflow:auto;padding-right:6px;scrollbar-width:thin;scrollbar-gutter:auto}.post-creation-screen .editor .create-post-input-box .post-input-root>.MuiFilledInput-root>textarea::-webkit-scrollbar{display:block;width:7px;height:7px;background-color:transparent}.post-creation-screen .editor .create-post-input-box .post-input-root>.MuiFilledInput-root>textarea::-webkit-scrollbar-thumb{background:#8a8a8a;border-radius:80px}}.post-creation-screen .editor .create-post-input-box .character-count{position:absolute;right:1rem;bottom:1rem}@media (max-width: 767px){.post-creation-screen .editor .create-post-input-box .character-count{bottom:-2rem}}.post-creation-screen .editor .feed-media-carousel{max-width:150px;margin:0 auto}.post-creation-screen .editor .media-wrapper{height:calc((var(--dvh) * 100) - 250px)}.post-creation-screen .editor .media-wrapper .media-upload{padding-bottom:10px!important}.post-creation-screen .editor .image-list-box .image-item-box{padding:2px;background:#636363}.post-creation-screen .editor .image-list-box .image-item-box .delete-image-button{right:-6px;top:-6px}.post-creation-screen .editor .guide-box{padding:8px;border-radius:4px;border:2px solid #323232;visibility:hidden}@media (min-width: 768px){.post-creation-screen .editor .guide-box{display:none}}.post-creation-screen .preview{display:flex;justify-content:center;align-items:center}.post-creation-screen .preview .public-post{width:600px}.post-creation-screen .preview .public-post .public-post-header,.post-creation-screen .preview .public-post .public-post-footer{pointer-events:none}.post-creation-screen .media-footer{position:fixed;z-index:500}@media (min-width: 768px){.post-creation-screen .media-footer{max-width:calc(var(--dvw) * 50)}}@media (max-width: 767px){.post-creation-screen .media-footer .MuiButton-root{flex:1}.post-creation-screen .media-footer .MuiButton-root:not(:last-child){margin-right:1rem}}@media (min-width: 768px){.stax-slider.-reels .swiper-slide{width:calc(min(max((var(--dvh) * 100) - 300px,580px),1280px)*.5625);height:min(max((var(--dvh) * 100) - 300px,580px),1280px)}.stax-slider.-reels.-full-screen .swiper-slide{width:calc(min(max((var(--dvh) * 100) - 80px,580px),1280px)*.5625);height:min(max((var(--dvh) * 100) - 80px,580px),1280px)}}.stax-slider.-reels .swiper-slide:not(.swiper-slide-active){opacity:.4!important}@media (min-width: 768px){.issuer-profile-home-screen .stax-slider.-reels .swiper-slide{width:calc(min(max((var(--dvh) * 100) - 560px,580px),1280px)*.5625);height:min(max((var(--dvh) * 100) - 560px,580px),1280px)}}.home-reel-swiper{width:calc(100% + 32px)!important;margin-left:-16px;margin-right:-16px}.home-reel-swiper .swiper-slide,.home-reel-swiper .swiper-slide-active{width:calc(max((var(--dvh) * 100) - 300px,440px)*.5625);height:max((var(--dvh) * 100) - 300px,440px)}.home-reel-swiper .reel-tile-actions .action-button-wrapper{bottom:70px}.reels .swiper-slide:not(.swiper-slide-active) .actions,.reels-full-screen-wrapper .swiper-slide:not(.swiper-slide-active) .actions{display:none}.swiper-slide:not(.swiper-slide-active) .tile-content{background-size:cover;background-position:center}.success-modal{background:radial-gradient(578.16% 101.85% at 16.67% -21.49%,#fffbb3 0%,#be8d45 100%)}.tile-wrapper{width:100%}.tile-wrapper.-minimal{border-radius:12px;overflow:hidden}.tile-wrapper.-minimal .-tile-content{border-radius:12px}.tile-wrapper .tile-content{width:calc(100% - 2px);margin-left:1px;background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#202020}@media (min-width: 768px){.tile-wrapper .tile-content{border-radius:12px;background-position:center}}.tile-wrapper .loading-content{width:100%;background:rgba(0,0,0,.3);top:0;right:0;z-index:10;opacity:0;transition:opacity .25s ease}.tile-wrapper .loading-content.-show{opacity:1}@media (max-width: 767px){.tile-wrapper:not(.-minimal) .video-player-wrapper{height:calc(calc(var(--dvh) * 100))}}.tile-wrapper .video-thumb-wrapper{width:100%;overflow:hidden}@media (min-width: 768px){.tile-wrapper .video-thumb-wrapper{border-radius:12px}}.tile-wrapper .video-thumb-wrapper.-blurred .tile-content{-webkit-filter:blur(40px);filter:blur(40px);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.tile-wrapper .video-thumb-wrapper .video-player-wrapper{width:100%}.tile-wrapper .video-thumb-wrapper .video-player-wrapper .video-player video{object-fit:cover}.tile-wrapper .reel-details-layer{width:70%;text-align:center;display:flex;flex-direction:column;z-index:50}.tile-wrapper .reel-details-layer .text-link{color:#fff;font-weight:500!important;margin-left:0!important}.popularity-stats .label-text:not(:last-child):after{padding-left:8px;content:"\2022"}.reel-tile-actions{top:0;left:0;width:100%}.reel-tile-actions.-disabled{pointer-events:none}.reel-tile-actions .action-wrapper .actions{width:48px;z-index:30;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.reel-tile-actions .action-wrapper .actions .control-button-wrapper .more-button{border-radius:50px;background-color:#0006}.reel-tile-actions .action-wrapper .actions .issuer-action-button{top:0;right:6px}.reel-tile-actions .issuers{width:100%;margin-left:-8px}.reel-tile-actions .issuers .avatar-wrapper{cursor:pointer}.reel-tile-actions .issuers .issuers-initials{cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reel-tile-actions .issuer-details{box-sizing:border-box;width:calc(100% + 2px);bottom:-1px;left:-1px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 51.04%);border-bottom-left-radius:12px;border-bottom-right-radius:12px;z-index:20;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.reel-tile-actions .action-button-wrapper{bottom:76px;right:24px;z-index:40}@media (max-width: 767px){.reel-tile-actions .action-button-wrapper{right:16px}}.reel-tile-actions .action-button-wrapper.-minimal{right:16px}.reel-tile-actions .control-button-wrapper .ui-icon-box svg{-webkit-filter:drop-shadow(0px 0px 6px rgba(0,0,0,.2));filter:drop-shadow(0px 0px 6px rgba(0,0,0,.2))}.reel-tile-actions .control-button-wrapper span{text-shadow:0px 0px 6px rgba(0,0,0,.2)}@media (min-width: 768px){.order-details-box .border-bottom{border-bottom:1px solid rgba(255,255,255,.08)}}@media (min-width: 768px){.order-details-box{min-width:448px}}.order-details-box .bottom-sheet-title-wrapper{padding:24px;margin-bottom:0}@media (min-width: 768px){.order-details-box .bottom-sheet-title-wrapper{border-bottom:1px solid rgba(255,255,255,.08)}}.order-details-box .order-details-content-box{margin:0 24px;max-height:calc(var(--dvh) * 60);overflow:auto}@media (min-width: 768px){.order-details-box .order-details-content-box{margin:24px}}.order-details-box .order-details-content-box .medium-text{color:#fff}.order-details-box .order-details-content-box .smaller-text{color:#8a8a8a}.order-details-box .order-details-button-box{padding:24px;display:flex}@media (min-width: 768px){.order-details-box .order-details-button-box{border-top:1px solid rgba(255,255,255,.08)}}.home-screen-box{background-color:#121212;overflow-x:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column}.home-screen-box .home-screen-title{color:#f2f2f2;margin-bottom:20px}.screen-grid-wrapper-box{flex:1;display:flex;justify-content:space-between;height:calc((var(--dvh) * 100) - 72px)}.screen-grid-wrapper-box .half-screen{flex:1;height:100%;width:100%;overflow:auto}.screen-grid-wrapper-box .half-screen.-center{display:flex;align-items:center;justify-content:center}.screen-grid-wrapper-box .half-screen.-relative{position:relative;overflow:hidden}.screen-grid-wrapper-box .half-screen.-column{flex-direction:column}.screen-grid-wrapper-box .half-screen.-first{background-color:#202020}.screen-grid-wrapper-box .half-screen.-second{background-color:#121212}.help-content-wrapper{max-width:400px}.help-external-content a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative;-webkit-box-decoration-break:clone;box-decoration-break:clone}.shared-header{display:flex}.shared-header .title{font-size:2rem}.shared-header .action-button{width:36px;height:36px;background-color:#323232;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;margin-right:16px}.shared-header-mobile{display:flex;align-items:center;border-radius:0 0 12px 12px;color:#fff}.shared-header-mobile .title{font-size:1.25rem}.shared-header{display:flex}.shared-header .title{font-size:2rem}.shared-header .action-button{width:36px;height:36px;background-color:#323232;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;margin-right:16px}.shared-header-mobile{display:flex;align-items:center;border-radius:0 0 12px 12px;color:#fff}.shared-header-mobile .title{font-size:1.25rem}@media (max-width: 767px){.the-xchange-stax-screen .grid-header-box{margin-top:90px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}.the-xchange-collectibles{margin:0 auto;max-width:265px;text-align:center}.the-xchange-issuers-grid{overflow-y:auto}@media (max-width: 767px){.the-xchange-issuers-grid .grid-wrapper{margin-top:110px}}.the-xchange-issuers-grid-item{width:100%;cursor:pointer}.the-xchange-issuers-grid-item-image{position:relative;width:100%;height:234px;border-radius:8px;margin-bottom:16px;overflow:hidden;pointer-events:none}@media (max-width: 767px){.the-xchange-issuers-grid-item-image{height:135px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}.the-xchange-issuers-grid-item-image img{width:100%;height:100%;object-fit:cover;pointer-events:none}@media (max-width: 767px){.the-xchange-issuers-grid-item-image img{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}@media (min-width: 768px){.the-xchange-issuers-grid-item .issuer-category{margin-top:-6px}}@media (max-width: 767px){.the-xchange-issuers-grid-item-content{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}.the-xchange-issuers-grid-item-content-title>button{margin-right:-10px}.the-xchange-issuers-grid-item-content-title>p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.the-xchange-issuers-grid-item-content-gpx-wrapper{margin-bottom:16px}.the-xchange-issuers-grid-item-content-gpx-wrapper>div:first-child{margin-bottom:6px}.the-xchange-issuers-grid-item-content-price-and-actions .price-item{margin-left:-3px}.the-xchange-issuers-grid-item-content-price-and-actions>button.MuiButton-root{max-width:109px}@media (max-width: 767px){.the-xchange-issuers-grid-item-content-price-and-actions>button.MuiButton-root{max-width:56px;padding:8px 10px;font-size:14px}}.the-xchange-empty-state-mobile-filters{width:100%;top:49px;left:0}.issuer-list-modal{min-width:400px}@media (max-width: 767px){.issuer-list-modal{min-width:calc(100% - 32px)}}.issuer-list-modal .search-input-box{padding-bottom:0}.issuer-list-modal .search-input-box .text-field{margin-right:0}.issuer-list-modal .search-input-box .text-field input{padding:14px 14px 14px 20px}.issuer-list-modal .search-input-box .text-field .input-adorments-box{top:50%}.issuer-list-modal .search-input-box .text-field .status{margin-top:0}.issuer-list-modal .issuers-sell-list{max-height:420px;overflow:auto;border-top:1px solid rgba(255,255,255,.08)}@media (max-width: 767px){.issuer-list-modal .issuers-sell-list{border-top:none;max-height:calc(calc(var(--dvh) * 80) - 100px)}}.the-xchange-trading-off{text-align:center;max-width:280px}.login-screen-box{background-color:#121212}@media (max-width: 767px){.login-screen-box .inner-box{min-width:90%;min-height:calc(var(--dvh) * 100)}}@media (min-width: 768px){.login-screen-box .inner-box{width:100%}}.login-screen-box .inner-box .title{color:#f2f2f2;margin-bottom:24px}.login-screen-box .inner-box .form-box{width:100%}.login-screen-box .inner-box .form-box .text-field{width:100%;margin-bottom:24px}.login-screen-box .inner-box .form-box .button{display:flex;width:100%;margin-top:50px}.login-screen-box .inner-box .form-box .link-box{text-align:center;padding:0 16px;margin-top:16px}.login-screen-box .inner-box .form-box .link-box .link{margin-left:4px;color:#f2f2f2;font-weight:700}.login-screen-box .inner-box .form-box .link-box .description{color:#8a8a8a}.login-screen-box .inner-box .form-box .link{color:#aaa}.sign-in-screen-overlay-box{top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;position:fixed;background:radial-gradient(578.16% 101.85% at 16.67% -21.49%,#fffbb3 0%,#be8d45 100%)}@media (min-width: 768px){.sign-in-screen-overlay-box{display:none}}.sign-in-screen-overlay-box .sign-in-screen-overlay-form-box{flex:1;display:flex;align-items:center;flex-direction:column;justify-content:center}.sign-in-screen-overlay-box .sign-in-screen-overlay-form-box .sign-in-screen-overlay-content-box{min-width:30%;min-height:420px;max-width:35%}@media (max-width: 767px){.sign-in-screen-overlay-box .sign-in-screen-overlay-form-box .sign-in-screen-overlay-content-box{min-width:90%;min-height:calc(var(--dvh) * 100);max-width:35%}}.sign-in-screen-overlay-box .sign-in-screen-overlay-form-box .sign-in-screen-overlay-content-box .sign-in-screen-overlay-content-position{flex:1;display:flex;align-items:center;flex-direction:column;justify-content:space-between}@media (max-width: 767px){.sign-in-screen-overlay-box .sign-in-screen-overlay-form-box .sign-in-screen-overlay-content-box .sign-in-screen-overlay-content-position{height:100%}}.sign-in-screen-overlay-box .sign-in-screen-overlay-form-box .sign-in-screen-overlay-content-box .sign-in-screen-overlay-content-position .inner-content-box{display:flex;align-items:center;flex-direction:column}.sign-in-screen-overlay-box .sign-in-screen-overlay-form-box .sign-in-screen-overlay-content-box .sign-in-screen-overlay-content-position .inner-content-box .shield-image{width:100px;margin-bottom:40px;border-radius:100px;box-shadow:0 16px 24px #bf8e45b3}.sign-in-screen-overlay-box .sign-in-screen-overlay-form-box .sign-in-screen-overlay-content-box .sign-in-screen-overlay-content-position .inner-content-box .subtitle-text{width:80%;text-align:center}.sign-in-screen-overlay-box .sign-in-screen-overlay-form-box .sign-in-screen-overlay-content-box .sign-in-screen-overlay-content-position .inner-content-box .description{margin-top:24px;text-align:center;color:#121212}.sign-in-screen-overlay-box .sign-in-screen-overlay-form-box .sign-in-screen-overlay-content-box .sign-in-screen-overlay-content-position .inner-content-box .title-wrapper{width:100%;height:40px;display:flex;position:relative;margin-bottom:80px;align-items:center;justify-content:center}.sign-in-screen-overlay-box .sign-in-screen-overlay-form-box .sign-in-screen-overlay-content-box .sign-in-screen-overlay-content-position .inner-content-box .title-wrapper .title{text-align:center}.sign-in-screen-overlay-box .sign-in-screen-overlay-form-box .sign-in-screen-overlay-content-box .sign-in-screen-overlay-content-position .inner-content-box .title-wrapper .close-button-box{position:absolute;top:0;right:0px}.sign-in-screen-overlay-box .sign-in-screen-overlay-form-box .sign-in-screen-overlay-content-box .sign-in-screen-overlay-content-position .inner-content-box .title-wrapper .close-button-button{background:rgba(18,18,18,.16);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sign-in-screen-overlay-box .sign-in-screen-overlay-form-box .sign-in-screen-overlay-content-box .sign-in-screen-overlay-content-position .inner-content-box .title-wrapper .close-button-button path{stroke:#000}.sign-in-screen-overlay-box .sign-in-screen-overlay-form-box .sign-in-screen-overlay-content-box .sign-in-screen-overlay-content-position .help-link{display:flex;margin-top:24px;align-items:center;color:#121212;justify-content:center;font-family:Roboto,sans-serif,stax-icons;font-weight:500}.wallet-landing-screen{display:flex;align-items:center;flex-direction:column;overflow:auto}.wallet-landing-screen .opacity-25{opacity:.25}.wallet-landing-screen .header{display:flex;justify-content:center;align-items:center;position:relative;width:100%;padding-top:10px;box-sizing:border-box;margin-bottom:16px}@media (max-width: 767px){.wallet-landing-screen .header{padding-top:1.5rem;padding-bottom:3rem}}.wallet-landing-screen .header .back-button-box{position:absolute;left:1rem;top:1rem}.wallet-landing-screen .funds{margin:calc(var(--dvh) * 4) 0;width:400px;max-width:calc(var(--dvw) * 100);height:56px;display:flex;justify-content:center;align-items:center}.wallet-landing-screen .empty-wallet{max-width:257px;text-align:center}.wallet-landing-screen .actions{display:flex;flex-direction:row;margin-top:calc(var(--dvh) * 2)}.wallet-landing-screen .actions .button-group{display:flex;flex-direction:column;align-items:center;gap:8px}.wallet-landing-screen .actions .button-group:not(:first-child){margin-left:40px}.wallet-landing-screen .actions .action-button{background-color:#323232;color:#ffffffa3;border-radius:100px;padding:8px 28px;height:80px;width:80px;min-width:unset}.wallet-landing-screen .actions .action-button:disabled{opacity:.24}.wallet-landing-screen .actions .action-button:hover{background-color:#323232;opacity:.7}.wallet-landing-screen .actions .disabled-text{opacity:.24}.wallet-methods-screen{display:flex;align-items:flex-start;flex-direction:column;justify-content:flex-start;max-width:400px;margin:0 auto}.wallet-methods-screen .header{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:56px;padding-top:10px;box-sizing:border-box;margin-bottom:24px}@media (max-width: 767px){.wallet-methods-screen .header{margin-bottom:8px;padding:2.125rem 1rem}}@media (max-width: 767px){.wallet-methods-screen{padding-bottom:110px}.wallet-methods-screen.selection{padding-bottom:150px}.wallet-methods-screen .headings{margin:0 1rem}}.wallet-methods-screen .small-text{margin:0 16px}.wallet-methods-screen .empty-list-text{margin-bottom:16px}.wallet-methods-screen .title-text{text-align:center;margin-bottom:8px}@media (max-width: 767px){.wallet-methods-screen .title-text{padding-right:1rem;padding-left:1rem}}.wallet-methods-screen .payment-methods{width:100%;max-width:400px}@media (min-width: 768px){.wallet-methods-screen .payment-methods{margin-bottom:90px}}@media (max-width: 767px){.wallet-methods-screen .add-actions{position:fixed;bottom:0;width:100%;left:0;border-top:1px solid rgba(255,255,255,.16);background-color:#121212}.wallet-methods-screen .add-actions .add-method{margin:1rem;width:calc(100% - 32px)}}.wallet-methods-screen .remove-actions{position:fixed;bottom:0;left:0;margin-right:16px;width:calc(100% - 32px);background-color:#121212;padding:16px;box-shadow:unset;border-top:1px solid rgba(255,255,255,.16);display:flex;flex-direction:column}.wallet-methods-screen .remove-actions button:first-child{color:#000;background:#fff}.wallet-methods-screen .remove-actions button+button{margin-top:16px}.wallet-methods-screen .remove-actions>div{display:flex;flex-direction:column}@media (min-width: 768px){.wallet-methods-screen .remove-actions{bottom:0;width:100%;padding:24px 0;left:0;background:#202020;display:block;box-shadow:0 -10px 20px #00000040,inset 0 1px 1px #ffffff0d;border-top:unset}.wallet-methods-screen .remove-actions>div{max-width:400px;margin:0 auto;display:block}.wallet-methods-screen .remove-actions>div button{margin:0}.wallet-methods-screen .remove-actions>div .delete{float:right}.wallet-methods-screen .remove-actions>div .cancel{float:left}}.wallet-add-methods-screen{display:flex;align-items:flex-start;flex-direction:column;justify-content:flex-start;max-width:400px;margin:0 auto}.wallet-add-methods-screen .header{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:56px;padding-top:10px;box-sizing:border-box;margin-bottom:24px}@media (max-width: 767px){.wallet-add-methods-screen .header{margin-bottom:8px;padding:2.125rem 1rem}}.wallet-add-methods-screen .title-text{text-align:center;margin-bottom:8px}@media (max-width: 767px){.wallet-add-methods-screen .title-text{padding-right:16px;padding-left:16px}}.wallet-add-methods-screen .payment-methods{width:100%;max-width:400px;margin-bottom:24px}.wallet-deposit-withdraw-screen{color:#fff;height:100%;display:flex;flex-direction:column}.wallet-deposit-withdraw-screen .header{display:flex;align-items:center;padding:16px;justify-content:space-between}.wallet-deposit-withdraw-screen .header.no-alignment{justify-content:normal}.wallet-deposit-withdraw-screen .header .back-button-button,.wallet-deposit-withdraw-screen .header .help-button-button{padding:6px}.wallet-deposit-withdraw-screen .header .help-button-button{background-color:#323232;color:#ffffffa3;border-radius:50%;min-width:unset}@media (max-width: 767px){.wallet-deposit-withdraw-screen .header{position:relative}}.wallet-deposit-withdraw-screen .content{padding:24px}@media (max-width: 767px){.wallet-deposit-withdraw-screen .content{padding:1rem}}.wallet-deposit-withdraw-screen .button-container{display:flex;flex-direction:column;box-sizing:border-box;padding:16px;margin-top:auto;border-top:1px solid rgba(255,255,255,.08)}.wallet-deposit-withdraw-screen .button-container button:not(:last-child){margin-bottom:16px}.wallet-deposit-withdraw-screen .description{color:#8a8a8a;font-size:1rem;line-height:1.5em;margin:0 0 40px}@media (min-width: 768px){.wallet-deposit-withdraw-screen .header{padding:24px;border-bottom:1px solid rgba(255,255,255,.08)}.wallet-deposit-withdraw-screen .header .title{font-size:1.25rem}.wallet-deposit-withdraw-screen .content{padding:40px 24px}.wallet-deposit-withdraw-screen .button-container{padding:24px}}.wallet-amount-screen .payment-method{display:flex;align-items:center;justify-content:center;align-self:center;background-color:#323232;color:#fff;font-weight:600;border:none;outline:none;cursor:pointer;margin-bottom:24px;padding:0 16px;height:32px;border-radius:20px}.wallet-amount-screen .payment-method>*+*{margin-left:12px}.wallet-amount-screen .wallet-balance{margin-top:auto;padding:16px;border-radius:12px;background-color:#202020;display:flex;justify-content:space-between}.wallet-amount-screen .fee{display:flex;justify-content:space-between}.wallet-amount-screen .content{flex:1;display:flex;flex-direction:column}.controlled-amount-input{width:100%}.controlled-amount-input input{font-size:1rem!important;line-height:1em!important;padding:16px!important;-webkit-transform:translateY(1px);transform:translateY(1px)}.controlled-amount-input .input-adorments-box{top:50%}.wallet-deposit-confirm-screen .deposit-data{padding:0 16px;overflow-y:auto}.wallet-deposit-confirm-screen .deposit-data .info{margin-bottom:24px}.wallet-deposit-confirm-screen .deposit-data .info .name{letter-spacing:-.01em;margin-bottom:8px}.wallet-deposit-confirm-screen .deposit-data .info .value{letter-spacing:-.01em;text-decoration:none;position:static}.wallet-deposit-confirm-screen .deposit-data .info .note{margin-top:8px}.wallet-deposit-confirm-screen .deposit-data .body-row{display:flex;align-items:center}.wallet-deposit-confirm-screen .deposit-data .copy-icon{margin-left:18px;cursor:pointer}@media (min-width: 768px){.wallet-deposit-confirm-screen .deposit-data{padding:24px;max-height:calc(var(--dvh) * 50)}}.enter-pin-screen-box{display:flex;align-items:center;flex-direction:column;justify-content:center}.enter-pin-screen-box .content-box{width:100%}@media (min-width: 768px){.enter-pin-screen-box .content-box{max-width:calc(var(--dvw) * 34);margin:auto}}.enter-pin-screen-box .pin-input-dialog{margin:40px 0}.enter-pin-screen-box .buttons{position:fixed;bottom:16px;width:calc(100% - 32px)}@media (min-width: 768px){.enter-pin-screen-box .buttons{position:relative;width:unset;bottom:unset}}.enter-pin-screen-box .buttons .button-box{flex-direction:column;width:100%;margin:0}@media (min-width: 768px){.enter-pin-screen-box .buttons .button-box{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;place-self:flex-end;display:inline-block;float:right}}.enter-pin-screen-box .buttons .button-box:first-of-type{margin:0 0 16px}@media (min-width: 768px){.enter-pin-screen-box .buttons .button-box:first-of-type{margin:0 0 0 16px}}.enter-pin-screen-box .buttons .button-box button{width:100%}@media (min-width: 768px){.enter-pin-screen-box .buttons .button-box button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.pending-transactions-bottom-sheet [data-rsbs-backdrop]{top:unset}.pending-transactions-bottom-sheet .sheet-content-wrapper-box{padding:0}.pending-transaction-desktop{width:400px;margin:40px auto}.pending-transaction-mobile{margin:40px auto 0;position:absolute;width:100%;left:0;bottom:0}.pending-transaction-mobile .content{border-radius:12px 12px 0 0}.pending-transaction-mobile-expanded{top:20px}.pending-transaction-mobile-expanded .content{height:calc(calc(var(--dvh) * 100) - 20px - 40px)}.pending-transaction-mobile .actions{background-color:#202020}.transaction-history-screen{max-width:400px;margin:0 auto}.transaction-history-screen .details-header-box p{color:#fff}.crypto-wrapper-screen-screen{max-width:400px;margin:0 auto}.crypto-wrapper-screen-screen .details-header-box p{color:#fff}.crypto-wrapper .crypto-button{background-color:#fff;width:120px;height:32px;border-radius:28px}.crypto-wrapper .select-network-button{height:56px;justify-content:flex-start}.crypto-wrapper .gradient-button.camera-icon:disabled{opacity:.6!important}.crypto-wrapper .info-click{cursor:pointer}.crypto-wrapper .full-width,.crypto-wrapper .address-text-field{width:100%}.crypto-wrapper .address-text-field .MuiFormControl-root{height:56px}.crypto-selector-modal{width:400px}.crypto-selector-modal .option-wrapper{cursor:pointer}@media (max-width: 767px){.crypto-selector-modal{width:calc(100% - 112px)}}.network-selected-wrapper{width:400px}@media (max-width: 767px){.network-selected-wrapper{width:calc(100% - 48px)}}.network-selected-wrapper .qr-code-image-wrapper{width:220px;height:220px;margin:0 auto}.network-selected-wrapper .full-width{width:100%}.network-selected-wrapper .custom-width{width:82%}.network-description{white-space:pre-wrap}.qr-code-modal .crypto-video-scanner{min-height:calc(var(--dvh) * 70)}.my-stax-home-screen .certificate-item{overflow:hidden}@media (max-width: 767px){.my-stax-home-screen{padding:0 16px}}.my-stax-home-screen .top-section{padding:16px 0;display:flex;align-items:center;justify-content:space-between}.my-stax-home-screen .top-section .number-of-issuers{color:#636363}.my-stax-home-screen .top-section.-scrollable{padding-bottom:0}.my-stax-home-screen .empty-state-box{padding-top:68px}@media (min-width: 768px){.my-stax-home-screen .top-section{margin-top:8px;margin-bottom:16px}}@media (max-width: 767px){.issuers-home-screen-box{position:relative}}@media (max-width: 767px){.issuers-home-screen-box .issuer-no-item-header{position:absolute;top:49px;right:0;left:0}}.issuers-home-screen-box ::-webkit-scrollbar{display:none}.issuers-home-screen-box .list-box .list-item-box.-mobile{padding:0 1rem 0 .75rem}.issuers-home-screen-box .prevent-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.empty-state-box{display:none;flex-direction:column;align-items:center}@media (max-width: 767px){.empty-state-box{padding-top:160px}}.empty-state-box.-active{display:flex}.empty-state-box .text-wrapper{display:flex;flex-direction:column;justify-content:center;max-width:300px;text-align:center;-webkit-transform:translateY(-40px);transform:translateY(-40px);margin-top:16px}.empty-state-box .text-wrapper .subtitle h2 span{font-size:1.125rem!important}.empty-state-box .text-wrapper .description{color:#8a8a8a;margin:8px 0 24px}.screen-tab-box{display:flex;justify-content:space-between;margin:24px 0 0}@media (max-width: 375px){.screen-tab-box{margin:12px 12px 0}.screen-tab-box.-remove-margin{margin:16px 0 0}}@media (min-width: 376px) and (max-width: 767px){.screen-tab-box{margin:16px 16px 0}.screen-tab-box.-remove-margin{margin:24px 0 0}}.screen-tab-box.-no-margin{margin:0}.screen-tab-box .right-tab-box{display:flex}.screen-tab-box .right-tab-box>*+*{margin-left:1rem}@media (max-width: 767px){.screen-tab-box .right-tab-box{margin-bottom:0}}.sort-button-box{padding:8px;border-radius:50%;min-width:unset;margin-right:16px;color:#ffffffa3;background-color:#323232;position:relative}.sort-button-box .image-box{height:20px;width:20px}.sort-button-box .sort-active-box{background-color:#121212;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0;z-index:10;display:flex;justify-content:center;align-items:center}.sort-button-box .sort-active-box .inner-box{height:6px;width:6px;border-radius:50%;background-color:#fff}.list-table-title-box{justify-content:space-between}.wrapper{height:62px;position:fixed;bottom:10px;right:112px;z-index:10}@media (max-width: 767px){.wrapper{right:4px;bottom:90px}}.warning-wrapper-icon{position:relative;top:-8px;right:-8px;width:16px;height:16px;border-radius:50px;background:#121212;z-index:10}.warning-wrapper-icon .warning-icon{background:#fc2b5d;width:8px;height:8px;border-radius:50px;z-index:20;position:absolute;top:4px;right:4px}.issuers-feed-screen{position:relative;background-color:#121212;display:flex;flex-direction:column;color:#f2f2f2;overflow:unset}.issuers-feed-screen .new-posts-notifier{position:fixed;border-radius:32px!important;top:1rem;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);z-index:501;box-shadow:0 8px 36px #be8d4559}@media (min-width: 768px){.issuers-feed-screen .new-posts-notifier{position:absolute;z-index:501;top:-55px}}@media (max-width: 767px){.issuers-feed-screen .raf-loading-indicator{margin-top:100px}}.issuers-feed-screen .static-posts-feed-wrapper{overflow-y:auto}@media (max-width: 767px){.issuers-feed-screen .static-posts-feed-wrapper .feed-top{height:111px}}@media (max-width: 767px){.issuers-feed-screen .static-posts-feed-wrapper.--issuer-dashboard .feed-top{height:70px}}.issuers-feed-screen .right-tab-box{margin-bottom:0}.issuers-feed-screen .circle-plus-button{background-color:inherit;border:none}@media (max-width: 767px){.issuers-feed-screen .tab-filters-box{display:flex}}@media (max-width: 767px){.issuers-feed-screen .screen-tab-box{position:fixed;left:0;top:0;right:0;background-color:#121212;z-index:497;margin:0;-webkit-transform:translateY(120px);transform:translateY(120px)}.issuers-feed-screen .screen-tab-box.top-13{top:13px}}.issuers-feed-screen .issuer-feed-box{margin:0 auto}@media (max-width: 767px){.issuers-feed-screen .issuer-feed-box{margin-top:120px}}.issuers-feed-screen .issuer-feed-box .issuer-feed-wrapper{height:100%;position:relative;width:100%}@media (max-width: 767px){.issuers-feed-screen .issuer-feed-box .issuer-feed-wrapper{margin-top:40px}.issuers-feed-screen .issuer-feed-box .issuer-feed-wrapper>div:first-child .no-premium{margin:0}}.issuers-feed-screen .issuers-feed-tab-empty{display:flex;flex-direction:column;align-items:center;max-width:263px;margin:0 auto;text-align:center}.issuers-feed-screen .issuers-feed-tab-empty h1{margin-top:-16px}.issuers-feed-screen .issuers-feed-tab-empty.sign-in .gradient-button{width:100%;margin-bottom:16px}.issuers-feed-screen .issuers-feed-tab-empty>img{height:200px}.issuers-feed-screen .save-post-notice-bookmark{margin:0 12px;-webkit-transform:translateY(2px);transform:translateY(2px)}.issuers-feed-screen .issuers-feed-tab-post-stream{margin:0 auto;width:100%;max-width:600px;position:relative;direction:ltr;scrollbar-width:none}@media (min-width: 768px){.issuers-feed-screen .issuers-feed-tab-post-stream{max-width:max(min(var(--dvh) * 60,600px),400px)}}.issuers-feed-screen .issuers-feed-tab-post-stream::-webkit-scrollbar{display:none}.issuers-feed-screen .issuers-feed-loading-indicator{height:1%;overflow:clip}.issuers-feed-screen .issuers-feed-loading-indicator img{width:50px}.issuers-feed-screen .ptr__pull-down{margin-top:100px}.issuers-post-screen{width:100%;display:flex;flex-direction:column;padding-bottom:48px}.issuers-post-screen .public-post,.issuers-post-screen .public-post-header{width:100%;margin:0 auto}@media (min-width: 768px){.issuers-post-screen .public-post,.issuers-post-screen .public-post-header{max-width:600px}}@media (max-width: 767px){.post-details-loader{padding:0!important;min-height:calc(var(--dvh) * 100)}}.reels{width:100%;overflow:hidden}.reels .action-box{width:100%}.reels .action-box .right-tab-box{z-index:10;top:0;right:0}.create-reels-modal{max-width:523px;min-width:523px;background-color:#202020;padding:0;position:relative;overflow:auto}@media (max-width: 767px){.create-reels-modal{min-width:unset}}.delete-reel-modal{min-width:400px}.delete-reel-modal .prompt-description{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}@media (max-width: 767px){.delete-reel-modal{min-width:unset}}.desktop-slider-wrapper .placeholder-left{width:min(var(--dvw) * 8,180px);height:100%;top:0;left:0;background:linear-gradient(90deg,#121212 0%,rgba(18,18,18,.8) 30%,transparent 100%);z-index:10}.desktop-slider-wrapper .placeholder-right{width:min(var(--dvw) * 8,180px);height:100%;top:0;right:0;background:linear-gradient(90deg,transparent 0%,rgba(18,18,18,.8) 70%,#121212 100%);z-index:10}.reels-full-screen-wrapper{position:relative;height:calc(var(--vh, 1vh) * 100 - 80px);background-color:#12121299;background-image:url(../../../../assets/images/blurOverlayFullScreen.png);background-repeat:no-repeat;background-size:cover;-webkit-backdrop-filter:blur(200px);backdrop-filter:blur(200px)}.reels-full-screen-wrapper .action-box{position:absolute;top:40px;right:40px;z-index:20}.slider-enter{opacity:.5}.slider-enter-active{opacity:1;transition:opacity 1.5s}.slider-exit-active{display:none}.reels-mobile .swiper{width:100%;height:100%}.reels-mobile .swiper-wrapper *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.reels-mobile .swiper-slide{background:#202020;display:flex;justify-content:center;align-items:center;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.register-screen-box{background-color:#121212;display:flex;justify-content:center}@media (max-width: 767px){.register-screen-box{justify-content:flex-start}}.register-screen-box .steps{width:100%;min-height:calc(var(--dvh) * 58);display:flex;flex-direction:column}@media (max-width: 767px){.register-screen-box .steps{width:calc(var(--dvw) * 90);padding-top:20px;flex:1}}.register-screen-box .steps .header-box{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.register-screen-box .steps .header-box .flex{flex:1}.register-screen-box .steps .header-box .button{all:unset;cursor:pointer;border-radius:50%;padding:14px 18px;display:flex;justify-content:center;align-items:center;background-color:#323232}@media (max-width: 767px){.register-screen-box-steps{flex:1}}.register-screen-title{color:#f2f2f2}.register-screen-title.-margin{margin-bottom:10px}.register-screen-text{color:#d7d7d7}.registration-step-text-field{width:100%}.registration-step-text-field.-margin-bottom{margin-bottom:20px}.registration-step-terms-box{display:flex;flex-direction:row;align-items:flex-start;margin-top:24px!important;padding:0!important;background-color:transparent}.registration-step-terms-box-mark{background-color:transparent}.registration-step-terms-box-link{color:#fffbb3}.registration-step-terms-box-text{color:#fff}.next-button-box{display:flex;width:100%}@media (max-width: 767px){.next-button-box{margin-top:20px;margin-bottom:20px}}.next-button-box.-column{flex-direction:column}.next-button-box.-top-margin{margin-top:56px}.next-button-box.-flex-end{justify-content:flex-end}.next-button-box .success-button{width:100%;margin-top:16px;background:rgba(18,18,18,.16)}.next-button-box.-margin-bottom{margin-bottom:16px}.registration-step-checkbox{margin-right:18px}.registration-step-screen-position{flex:1;display:flex;flex-direction:column;justify-content:space-between}.registration-step-screen-position .title{margin-bottom:8px}.registration-step-screen-position .medium-text.white-space{white-space:pre-wrap}.registration-step-screen-position .medium-text .registration-step-screen-email-bold{font-family:Roboto,sans-serif,stax-icons;font-weight:500;color:#fff}.account-created .note-box{border:1px solid #aaaaaa;padding:16px 18px;border-radius:12px;background-color:#202020;display:flex;flex-direction:row;align-items:flex-start;margin-top:24px}.account-created .note-box .note-text{all:unset;color:#fff;margin-left:18px}.account-created .button-form{margin-top:56px;flex-direction:column;margin-bottom:40px}.account-created .exit-button-position{display:flex;justify-content:flex-end}.profile-image-box{display:flex;justify-content:flex-start}.profile-image-box-inner{display:flex;align-items:center;cursor:pointer}.profile-image-box-inner .add-button{display:flex}@media (max-width: 767px){.profile-image-box-inner{flex-direction:column;justify-content:center;width:100%}}.profile-image-box-inner-dashed{background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23333' stroke-width='4' stroke-dasharray='4%2c 12' stroke-dashoffset='1' stroke-linecap='round'/%3e%3c/svg%3e");border-radius:50%;padding:20px;margin-right:30px;cursor:pointer}@media (max-width: 767px){.profile-image-box-inner-dashed{margin-right:0;margin-bottom:24px}}.profile-image-box-inner-dashed.-register{width:120px;height:120px;padding:0;display:flex;justify-content:center;align-items:center}.profile-image-box-inner-dashed.-register img{width:60px;height:60px}.profile-image-box-inner-remove{padding:0;background-image:none;margin-right:30px;cursor:pointer}@media (max-width: 767px){.profile-image-box-inner-remove{margin-right:0;margin-bottom:24px}}@media (max-width: 767px){.profile-image-button-position-mobile{position:absolute;bottom:16px;width:calc(var(--dvw) * 90)}}.profile-image{width:80px;height:80px;border-radius:50%}.profile-image.-register{width:120px;height:120px}@media (max-width: 767px){.profile-image.-register{margin-right:0}}.profile-image.-no-margin{margin:0}.profile-image.-add-padding{width:20px;height:20px;padding:30px;background-color:#323232}@media (min-width: 768px){.profile-image-modal{min-width:352px}}.profile-image-modal .header{display:flex;padding:17px 24px;margin:-24px -24px 0;border-bottom:1px solid rgba(255,255,255,.08);justify-content:space-between;align-items:center}@media (max-width: 767px){.profile-image-modal .header{border-bottom:none}}.profile-image-modal .cropper{width:200px;height:200px;position:relative;border-radius:100px;margin:40px auto}.profile-image-modal .cropper .reactEasyCrop_Container{background:transparent;background:repeating-conic-gradient(#eeeeee 0% 25%,#fff 0% 50%) 50%/20px 20px}.profile-image-modal .cropper .reactEasyCrop_CropArea{border:none}@media (max-width: 767px){.profile-image-modal .cropper{width:260px;height:260px;border-radius:100px;margin:calc(var(--dvh) * 10) auto}}.profile-image-modal .cropper .container{border-radius:50%}.profile-image-modal .retake-photo{width:100%;margin-bottom:10px}.profile-image-modal .button{display:flex;justify-content:flex-end;flex-direction:column;padding:24px 24px 0;margin:0 -24px}.profile-image-modal .button-spacing-right{margin-right:8px}.profile-image-modal .button-spacing-left{margin-left:8px}.profile-image-modal .button .save-button{margin-bottom:16px}@media (min-width: 768px){.profile-image-modal .button{flex-direction:row;border-top:1px solid rgba(255,255,255,.08)}.profile-image-modal .button .gradient-button{margin:0}.profile-image-modal .button .save-button{order:1;margin-bottom:0;margin-left:16px}.profile-image-modal .button button{flex:0 auto}}.registration-step-screen-position .mobile-number-box .country-picker-box{display:flex;justify-content:space-between;align-items:flex-start;padding:unset}.registration-step-screen-position .mobile-number-box .country-picker-box .country-picker-button{padding:2px 0}.registration-step-screen-position .mobile-number-box .country-picker-box .text-field{width:70%;margin-left:16px}.registration-step-screen-position.-secondary{align-self:center;width:100%}@media (min-width: 768px){.registration-step-screen-position.-secondary{width:400px}}.registration-step-screen-position.-secondary .mobile-number-box{margin:16px}.registration-step-screen-position.-secondary .next-button-box button{margin:0 16px}@media (min-width: 768px){.registration-step-screen-position.-secondary .next-button-box button{place-self:flex-end;margin:16px}}.registration-step-screen-position.-secondary .next-button-box .small-text{display:none}.session-screen-box .kyc-session-box{display:flex;flex-direction:column;width:100%;margin-top:50px}.ssn-wrapper .ssn-footer{flex-direction:column;text-align:center}.auction-screen ::-webkit-scrollbar{display:none}@media (max-width: 767px){.auction-screen .empty-state-box{padding-top:50px}}.stax-details-container-desktop{display:flex;justify-content:space-between;padding:40px 0;flex:1;position:relative;overflow:hidden}.stax-details-container-desktop ::-webkit-scrollbar{display:none}.stax-details-container-desktop button:hover{background-color:#323232;opacity:.7}.stax-details-container-desktop .information-section{flex:1;margin-left:40px;position:relative}.stax-details-container-desktop .information-section .information-section-inner{height:calc(100% - 50px);overflow:auto;padding-bottom:4px}.stax-details-container-desktop .information-section .information-section-inner .absolute-button-box{margin-top:1rem;display:flex;justify-content:space-between}.stax-details-container-desktop .information-section .information-section-inner .icon-section{display:flex;justify-content:space-between}.stax-details-container-desktop .information-section .information-section-inner .icon-section .icon-box{all:unset;background-color:#323232;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-left:16px;cursor:pointer}.stax-details-container-desktop .information-section .-order-screen{height:auto}.stax-details-container-desktop .information-section .place-bid-button{position:absolute;bottom:-16px;width:100%}.stax-details-container-desktop .information-section .buttons-wrapper{display:flex;flex-direction:column}.stax-details-container-desktop .information-section .bid-information-wrapper{margin-top:25px;margin-bottom:8px}.stax-details-container-desktop .information-section .bid-information-wrapper .detail-item-box{margin-bottom:10px}.stax-details-container-desktop .information-section .bid-information-wrapper .detail-item-box .detail-item-title{color:#fff;font-size:.875rem;font-weight:600}.stax-details-container-desktop .stax-container{flex:2;display:flex;position:relative;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.stax-details-container-desktop .stax-container .inner-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center;border-radius:1rem;height:calc(var(--dvh) * 70);overflow:hidden}.stax-details-container-desktop .stax-container .inner-container .background-image{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-filter:blur(100px);filter:blur(100px);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);background-position:center;background-repeat:no-repeat;background-size:600%}@media (max-width: 767px){.stax-details-container-desktop .stax-container .inner-container .background-image{background-size:300%}}.stax-details-container-desktop .stax-container .inner-container .background-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.stax-details-container-desktop .stax-container .inner-container .certificate-wrapper{height:auto!important}.stax-details-container-desktop .stax-container .stax-certificate{width:100%;display:flex;justify-content:center;padding-block:85px;background-color:#202020;border-radius:12px;margin-left:24px}.stax-details-container-desktop .stax-container .stax-certificate .issuer-certificate-object{max-height:calc(var(--dvh) * 60)}.stax-details-container-desktop .stax-container .expand-box{all:unset;background-color:#323232;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-left:16px;cursor:pointer;position:absolute;bottom:16px;right:16px}.stax-details-container-desktop .reminder-icon{margin-right:12px}.stax-details-screen-mobile{overflow:auto;scroll-behavior:smooth}.stax-details-screen-mobile .certificate-section{width:100%;justify-content:center;align-items:center;display:flex;position:fixed;height:430px;padding-top:12px;z-index:10}.stax-details-screen-mobile .certificate-section .certificate-image-wrapper{margin-top:.75rem}.stax-details-screen-mobile .certificate-section .auction-image{max-height:300px;z-index:10}.stax-details-screen-mobile .back-button-box .back-button-button{background:rgba(18,18,18,.56);color:#ffffffa3;border-radius:100px;min-width:unset}.stax-details-screen-mobile .back-button-box .back-button-button:hover{background-color:#323232;opacity:.7}.stax-details-screen-mobile .header-box{display:flex;position:fixed;z-index:500;width:100%;background-color:transparent;height:72px;background:transparent;transition:background-color .2s ease-in-out;border-bottom:none}.stax-details-screen-mobile .header-box.-static{background:#121212;border-bottom:1px solid #202020}.stax-details-screen-mobile .header-box .header-inner{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 16px}.stax-details-screen-mobile .header-box .header-inner .info-box{display:flex}.stax-details-screen-mobile .header-box .header-inner .icon-box{all:unset;background-color:#1212128f;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;cursor:pointer}.stax-details-screen-mobile .header-box .header-inner .icon-box:hover{opacity:.7}.stax-details-screen-mobile .header-box .header-inner .icon-box.-left-margin{margin-left:16px}.stax-details-screen-mobile .header-box .header-inner .icon-box .icon-index{z-index:10}.stax-details-screen-mobile .header-box .header-inner .icon-box .overlay-item{height:140px;width:70px;left:0px;top:70px;position:absolute;background-color:#323232}.stax-details-screen-mobile .absolute-button-box{display:flex;justify-content:space-between;margin:0 1rem}.stax-details-screen-mobile .auction-status-box{transition:opacity .1s}.stax-details-screen-mobile .animated-header{background-color:#121212;height:10px;top:349px;z-index:10;position:absolute;width:100%}.stax-details-screen-mobile .animated-header.-unset-width{width:unset}.stax-details-screen-mobile .animated-header.activate-static-header{width:100%}.stax-details-screen-mobile .activate-static-header{position:fixed;padding:4px 0;top:0px;border-radius:0;height:72px}.stax-details-screen-mobile .disable-static-header{top:349px;padding:unset;position:absolute}.stax-details-screen-mobile .information-section{position:absolute;top:430px;padding-top:1rem;width:100%;padding-bottom:1rem;background-color:#121212;z-index:50;border-radius:12px 12px 0 0}.stax-details-screen-mobile .buttons-wrapper{display:flex;flex-direction:column}.stax-details-screen-mobile .buttons-wrapper .gradient-button:nth-child(even){margin-left:8px}.stax-details-screen-mobile .buttons-wrapper .gradient-button:nth-child(odd){margin-right:8px}.stax-details-screen-mobile .bid-information-wrapper{margin-bottom:8px}.stax-details-screen-mobile .bid-information-wrapper .detail-item-box{margin-bottom:.5rem}.stax-details-screen-mobile .bid-information-wrapper .detail-item-box .detail-item-title{color:#fff;font-size:.875rem;font-weight:600}.stax-details-screen-mobile .expand-box{all:unset;background-color:#323232;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-left:16px;cursor:pointer;position:absolute;top:370px;right:16px;transition:opacity .2s ease-in-out;z-index:20}.stax-details-screen-mobile .reminder-icon{margin-right:12px}.portfolio-screen-box .ptr{overflow:unset}@media (min-width: 768px){.portfolio-screen-box .ptr{position:unset}}.portfolio-screen-box .ptr__children{overflow:unset!important}@media (min-width: 768px){.portfolio-screen-box .ptr__children{position:unset}}.portfolio-screen-box .empty-state-box{padding-top:68px}.portfolio-home-screen{display:flex;align-items:center;flex-direction:column}.portfolio-home-screen .portfolio-home-mobile-screen{width:calc(100% - 2rem);padding:1rem;overflow-y:auto;overflow-x:hidden}.portfolio-home-screen .stax-wealth{color:#636363;font-weight:600}@media (max-width: 767px){.portfolio-home-screen .stax-wealth{margin-top:20px}}.portfolio-home-screen .stax-wealth-value{margin-top:0;margin-bottom:5px;font-size:2rem;line-height:2.2rem;font-weight:600}.portfolio-home-screen .time-filter-wrapper{display:flex}.portfolio-home-screen .time-filter-wrapper .percentage-wrapper{margin-right:10px;display:flex;align-items:center}.portfolio-home-screen .time-filter-wrapper.-width-100{width:100%}.portfolio-home-screen .chart{margin:24px calc(var(--dvw) * -5)}.portfolio-home-screen .chart-container,.portfolio-home-screen .collection-wrapper{width:100%}.portfolio-home-screen .collection-wrapper .small-text{color:#636363}.portfolio-home-screen .collection-wrapper .collection-counts{display:flex;width:100%}.portfolio-home-screen .collection-wrapper .collection-counts .card-wrapper+.card-wrapper{margin-left:8px}.portfolio-home-screen .xchange-breakdown-list-container{width:100%;margin-top:16px}.portfolio-home-screen .xchange-breakdown-list>.small-text{color:#636363}.portfolio-home-screen .issuers-list{margin-top:20px;width:100%;position:relative}.portfolio-home-desktop{width:100%}.portfolio-home-desktop .content{display:flex;margin-top:20px}.portfolio-home-desktop .content .left-section{flex:2;margin-right:20px}.portfolio-home-desktop .content .left-section .graph-section{border:1px solid #202020;border-radius:12px;padding:24px}.portfolio-home-desktop .content .left-section .graph-section .chart{margin:18px -24px 0}.portfolio-home-desktop .content .left-section .graph-section .stax-wealth{margin-bottom:0;margin-top:10px}.portfolio-home-desktop .content .left-section .graph-section .first-row{display:flex;justify-content:space-between;position:relative}.portfolio-home-desktop .content .left-section .percentage-wrapper{color:#fff;margin-top:0;min-height:24px}.portfolio-home-desktop .content .left-section .percentage-wrapper .small-text{color:#fff}.portfolio-home-desktop .content .right-section{min-width:350px}.portfolio-home-desktop .content .right-section .collection-wrapper,.portfolio-home-desktop .content .right-section .xchange-breakdown-list-container{margin-top:30px}.portfolio-home-desktop .content .right-section .collection-wrapper .small-text{margin-bottom:16px}@media (min-width: 768px){.xchange-breakdown-details{margin-left:20%;margin-right:20%}}.xchange-breakdown-details .xchange-breakdown-content .portfolio-issuers-filter{margin:16px}@media (min-width: 768px){.xchange-breakdown-details .xchange-breakdown-content .portfolio-issuers-filter .left-title{color:#fff;font-size:2rem}}.xchange-modal-wrapper .filter-box{padding:calc(var(--dvh) * 5) calc(var(--dvw) * 5)}.certificate-transparent{background-color:transparent}.onboarding-main-box .onboarding-first-box,.info-dialog .onboarding-first-box{max-width:580px}.onboarding-main-box .onboarding-first-box .logo-position,.info-dialog .onboarding-first-box .logo-position{position:absolute;top:40px;left:40px}.onboarding-main-box .onboarding-first-box .become-issuer-title,.info-dialog .onboarding-first-box .become-issuer-title{font-size:3rem;line-height:1.17em;color:#fff}.onboarding-main-box .onboarding-items-box,.info-dialog .onboarding-items-box{width:100%;overflow:auto;max-height:100%;max-width:580px}.onboarding-main-box .onboarding-items-box .help-position,.info-dialog .onboarding-items-box .help-position{position:absolute;top:40px;right:40px}.onboarding-main-box .relative-position-certificate,.info-dialog .relative-position-certificate{position:relative;width:100%;height:100%}.onboarding-main-box .absolute-position-certificate,.info-dialog .absolute-position-certificate{position:absolute;z-index:20;pointer-events:none;width:100%;height:100%}.onboarding-main-box .issuer-image,.info-dialog .issuer-image{object-fit:contain;position:absolute;z-index:10;display:flex;justify-content:center;align-items:center;background-color:transparent;max-width:100%}.onboarding-main-box .issuer-image .image-border,.info-dialog .issuer-image .image-border{box-shadow:0 0 20px 100vw #00000080}.onboarding-main-box .issuer-image.issuer-image-inner,.info-dialog .issuer-image.issuer-image-inner{max-width:100%;max-height:100%}.onboarding-main-box .issuer-image .invisible,.info-dialog .issuer-image .invisible{opacity:0}.onboarding-main-box .issuer-image .full-screen-image,.info-dialog .issuer-image .full-screen-image{width:100%;height:100%}.onboarding-main-box .svg-position,.info-dialog .svg-position{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.onboarding-upload-image-button{margin:20px 0!important;line-height:1.5em}.onboarding-upload-image-button svg{margin-right:12px}.question-box-onboarding .sport-field{max-width:50%;margin-top:24px}.question-box-onboarding .sport-field .MuiInputBase-input{padding:1rem}.question-box-onboarding .sport-field .input-adorments-box{top:50%}.question-box-onboarding .story-field{width:100%;margin-top:24px}.question-box-onboarding .charitable-giving-field{max-width:352px;margin-top:24px}.onboarding-mobile{height:calc(var(--dvh) * 100);flex-direction:column;box-sizing:border-box}.onboarding-mobile .hero-img{width:100%;height:auto}.onboarding-mobile .onboarding-body{flex-grow:1}.onboarding-mobile .onboarding-actions{left:0;bottom:0;width:100%;position:absolute;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-top:1px solid rgba(255,255,255,.08)}.onboarding-mobile .onboarding-actions button{width:100%}.xchange-selector-main-box .xchange-selector-first-box{padding:40px}.xchange-selector-main-box .xchange-selector-first-box .selector-box{margin-top:40px;display:grid}.xchange-selector-main-box .xchange-selector-first-box .selector-box.-three-columns{grid-template-columns:1fr 1fr 1fr}.xchange-selector-main-box .xchange-selector-first-box .selector-box.-two-columns{grid-template-columns:1fr 1fr}.xchange-selector-main-box .xchange-selector-first-box .xchange-selector-title{font-size:1.25rem;line-height:1.4em;color:#fff;margin-bottom:8px}.xchange-selector-main-box .xchange-selector-first-box .xchange-description-text{font-size:1rem;line-height:1.25em;color:#ffffffa3}.xchange-selector-main-box .outlined-element{outline-offset:8px;outline:8px solid #4192e9}.progress-bar-position{position:fixed;padding-top:40px;width:50%;background-color:#202020;display:flex;justify-content:center;align-items:center;z-index:10}.progress-bar-position .progress-bar-inner{width:calc(100% - 80px)}.become-issuer-title{font-size:1.25rem;line-height:1.4em;color:#fff}.fixed-footer-inner-box{display:flex}.fixed-footer-inner-box .button-padding{padding:10px 40px}.fixed-footer-inner-box .back-button-margin{margin-right:16px}.become-issuer-image-button{margin:20px 0;line-height:1.5em}.become-issuer-image-button svg{margin-right:12px}.about-you-main-box .about-you-first-box{padding:40px}.about-you-main-box .about-you-first-box .answer-text{color:#ffffffa3;margin-top:8px}.about-you-main-box .about-you-second-box{display:flex;align-items:center;justify-content:center;height:100%}.about-you-main-box .about-you-second-box .mobile-content-box{padding:24px 16px;overflow:auto}.mobile-content-box .about-text a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.social-account-main-box .social-account-first-box{padding:40px}.social-account-main-box .social-account-first-box .social-account-add-links .link-box{display:flex;align-items:center;margin-top:30px}.social-account-main-box .social-account-first-box .social-account-add-links .link-box .ui-icon-box{margin-right:32px}.social-account-main-box .social-account-first-box .social-account-add-links .link-box button{min-width:150px}.social-account-main-box .social-account-first-box .social-account-add-links .link-box .login-content{display:flex;align-items:center}.social-account-main-box .social-account-first-box .social-account-add-links .link-box .login-content p{margin-right:24px;color:#fff;font-size:1rem;line-height:1.5rem}.social-account-main-box .social-account-first-box .social-account-add-links .link-box .login-content .instagram-button{height:0;width:0;align-items:center;justify-content:center;display:flex}.social-account-main-box .fixed-inner .back-button{margin-right:16px;padding:10px 40px}.social-account-main-box .social-account-second-box{display:flex;align-items:center;justify-content:center;height:100%}.social-account-main-box .social-account-second-box .mobile-content-box{padding:24px 16px;overflow:auto}.social-account-main-box .social-account-second-box .mobile-content-box h2{font-size:1.25rem;line-height:1.25rem;color:#fff;margin:24px 0}.social-account-main-box .middle-container{display:block}.personal-details-main-box .personal-details-first-box{padding:40px}.personal-details-main-box .personal-details-first-box .personal-details-title{font-size:1.25rem;line-height:1.4em;color:#fff}.personal-details-main-box .personal-details-first-box .personal-details-subtitle{font-size:1rem;line-height:1.25em;margin-top:16px;color:#fff}.personal-details-main-box .personal-details-first-box .personal-details-image-button{margin:20px 0;line-height:1.5em}.personal-details-main-box .personal-details-first-box .personal-details-image-button svg{margin-right:12px}.personal-details-main-box .personal-details-first-box .personal-details-description{font-size:1rem;line-height:1.25em;color:#ffffffa3;font-weight:500;margin-top:8px}.personal-details-main-box .personal-details-first-box .personal-details-nickname-input{max-width:400px;min-width:250px;margin:24px 38px 40px}.personal-details-main-box .personal-details-first-box .personal-details-username-input{max-width:400px;min-width:250px;margin:24px 0}.personal-details-main-box .personal-details-second-box{display:flex;align-items:center;justify-content:center;height:100%}.personal-details-main-box .personal-details-second-box .inner-box{display:flex;align-items:center;margin-top:80px;flex:1;flex-direction:column}.personal-details-main-box .personal-details-second-box .inner-box .display-name-text{margin-top:32px;font-weight:600;line-height:1em;color:#fff}.personal-details-main-box .personal-details-second-box .inner-box .username-text-box{margin-top:4px;font-weight:600;font-size:.875rem;line-height:1em;color:#8a8a8a;display:flex;align-items:center}.personal-details-main-box .personal-details-second-box .inner-box .username-text-box .dot-divider{margin:0 8px}.image-screen-main-box .first-box{padding:40px 75px 40px 40px}.image-screen-main-box .first-box .uploaded-image-box{display:flex;align-items:flex-start;margin-top:24px}.image-screen-main-box .first-box .image-options{margin-left:16px;margin-top:16px}.image-screen-main-box .first-box .base-stax-image-box{width:120px;height:207px;border-radius:4px;padding:4px;border:1px solid rgba(255,255,255,.4);background-color:#121212}.image-screen-main-box .first-box .base-stax-image-box .base-stax-image{width:100%;height:100%;object-fit:contain}.image-screen-main-box .first-box .file-input{position:fixed!important;top:-10000px!important}.image-screen-main-box .second-box{width:100%;height:100%;flex:1;display:flex;justify-content:center;align-items:center;position:relative}.image-screen-main-box .second-box .cloud-saved-box{position:absolute;left:32px;top:32px;align-items:center;justify-content:center;display:flex}.image-screen-main-box .second-box .second-box-title{position:absolute;opacity:0}.image-screen-main-box .second-box .image-scale-position-box{position:absolute;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);right:0px}.image-screen-main-box .second-box .certificate-box-wrapper{position:relative}.image-screen-main-box .second-box .certificate-box{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.image-screen-main-box .second-box .scale-slider-box{position:absolute;height:320px;top:0;bottom:0;right:-115px;margin:auto 0}.image-screen-main-box .second-box .rotate-slider-box{position:absolute;width:calc(100% - 20px);right:10px;bottom:-90px}.adjustment-main-box .adjustment-first-box{padding:40px 75px 40px 40px}.adjustment-main-box .adjustment-second-box{width:100%;height:100%;flex:1;display:flex;justify-content:center;align-items:center}.adjustment-main-box .certificate-box{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.adjustment-main-box .adjustment-box{display:flex;align-items:center;margin-top:40px;margin-bottom:20px}.adjustment-main-box .adjustment-box .adjustment-subtitle{color:#fff}.adjustment-main-box .adjustment-box .reset-box{all:unset;display:flex;align-items:center;margin-left:24px;opacity:.6;cursor:default}.adjustment-main-box .adjustment-box .reset-box.-active{opacity:1;cursor:pointer}.adjustment-main-box .adjustment-box .reset-box .reset-text{font-size:.875rem;margin-left:8px;line-height:1.14em;color:#ababab}.profile-screen-certificate-box{width:100%;height:100%;flex:1;display:flex;justify-content:center;align-items:center}.profile-screen-certificate-box .profile-relative-box{position:relative}.profile-screen-certificate-box .profile-relative-box .certificate-box{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.profile-screen-certificate-box .profile-relative-box .active-certificate-main-box{position:absolute;opacity:0;z-index:20}.profile-screen-certificate-box .profile-relative-box .active-certificate-main-box .vertical-padding{padding-block:2px}.profile-screen-certificate-box .profile-relative-box .active-certificate-main-box .horizontal-padding{padding-inline:2px}.profile-screen-certificate-box .profile-relative-box .active-certificate-main-box .active-certificate-inner-box{border:2px solid #4192e9;width:100%;height:100%}.profile-screen-certificate-box .profile-relative-box .active-certificate-main-box .active-certificate-text{font-size:.625rem;background-color:#4192e9;color:#fff;line-height:1em;padding:4px 8px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;align-self:flex-start;position:absolute;-webkit-transform-origin:top left;transform-origin:top left}.become-issuer-onboarding-screen-mobile .onboarding-first-box{background-color:#202020}.become-issuer-header-mobile{width:calc(100% - 32px);position:fixed;top:0;left:0;padding:20px 16px;z-index:50;border-radius:0 0 12px 12px;box-shadow:0 5px 10px #0000004d,inset 0 -1px #ffffff0d;background:linear-gradient(180deg,#121212 0%,rgba(18,18,18,0) 100%),#181818}.progress-bar-mobile{margin-top:30px;overflow-x:auto}.progress-bar-mobile-item{flex:1}.progress-bar-mobile-item.--active{flex:2}.progress-bar-mobile-item.--active .progress-bar-mobile-item-progress{min-width:30px}.progress-bar-mobile-item:last-of-type{flex:unset;width:auto!important;min-width:auto!important}.progress-bar-mobile-item-ui-icon{min-width:24px;min-height:24px}.progress-bar-mobile-item-icon{width:24px;height:24px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#323232}.progress-bar-mobile-item-icon.--active{background-color:#ffb929}.progress-bar-mobile-item-progress{position:relative;min-width:20px;width:100%;height:4px;background-color:#323232;border-radius:6px;margin:0 6px;overflow-x:hidden}.progress-bar-mobile-item-progress-filled{width:50%;height:4px;border-radius:6px}.progress-bar-mobile-item-progress-filled.--completed{width:100%;background-color:#0f9958}.progress-bar-mobile-item-progress-filled.--active{width:0;-webkit-animation:loadActive .3s normal forwards;animation:loadActive .3s normal forwards;background-color:#ffb929}@-webkit-keyframes loadActive{0%{width:0}to{width:50%}}@keyframes loadActive{0%{width:0}to{width:50%}}.fixed-footer-mobile{position:fixed;width:calc(100% - 32px);display:flex;align-items:center;bottom:0;left:0;background-color:#121212;padding:16px;z-index:500;border-top:1px solid rgba(255,255,255,.08)}.fixed-footer-mobile.-local{z-index:501}.fixed-footer-mobile .MuiButton-text{white-space:nowrap}.personal-details-mobile-nickname-input{margin-left:32px;width:calc(100% - 32px)}.personal-details-mobile .image-item-box{padding-left:0;margin-left:0;margin-top:0;margin-bottom:0}.preview-profile{width:100%;position:fixed;bottom:78px;left:0;display:flex;flex-direction:column;transition:.3s;z-index:50;background-color:#202020;border-radius:12px 12px 0 0}.preview-profile.-navigation .issuers-mobile-navigation-box{height:40px}.preview-profile.-navigation .issuers-mobile-navigation-button{padding-top:12px}.preview-profile.-navigation .issuers-mobile-navigation-button svg{scale:.8}.preview-profile-toggle{display:flex;align-items:center;flex-direction:column;padding:12px 16px 24px}.preview-profile-content{height:100%;overflow-y:auto;padding:0 60px 23px}.preview-profile-content .mobile-container-wrapper-box{max-width:235px;width:100%;height:446px;margin:0 auto;background-color:#121212}.preview-profile-content .mobile-container-wrapper-box .top-left-container p{font-size:.589rem}.preview-profile-content .mobile-container-wrapper-box .top-middle-container{height:18px}.preview-profile-content .mobile-container-wrapper-box .top-right-container{padding-right:5px}.preview-profile-content .mobile-container-wrapper-box .top-right-container svg{scale:.7;margin-right:0;margin-left:-3px}.about-you-screen-mobile{padding-right:0!important;padding-left:0!important}.about-you-screen-mobile .sport-field{width:100%}.about-you-screen-mobile .sport-field .MuiInputBase-input{padding:1rem}.about-you-screen-mobile .album-preview{max-height:175px}.about-you-screen-mobile .album-preview.-min-height{min-height:175px}.about-you-screen-mobile .image-list-box{padding-top:7px}.about-you-screen-mobile .image-list-box .image-item-box{margin:0 0 25px 25px;padding:0}.about-you-screen-mobile .image-list-box .image-item-box:first-child{margin-left:16px}.about-you-screen-mobile .image-list-box .image-item-box:last-child{margin-right:16px}.about-you-screen-mobile .image-list-box .delete-image-button{top:-7px;right:-7px}.social-accounts-screen-mobile .gradient-button{width:150px}.social-accounts-screen-mobile .album-preview{max-height:175px}.social-accounts-screen-mobile .social-media{padding-left:0}.social-accounts-screen-mobile .social-media .social-media-icon{scale:.7;margin-right:5px}.social-accounts-screen-mobile .social-media .text{font-size:.625rem}.edit-image-action-button .button-action{width:48px;height:48px;border:1px solid rgba(255,255,255,.4);border-radius:50%}.edit-image-action-button .button-dot{width:4px;height:4px;margin-top:5px;border-radius:50%;background-color:#8a8a8a}.sell-order-screen .sell-order-screen-content{padding:5.5rem 1rem 1rem}.sell-order-screen .sell-order-screen-content .last-trade{margin-top:24px}.sell-order-screen .sell-order-screen-content .market-trading-text-field{color:#fff;margin-top:24px}.sell-order-screen .sell-order-screen-content .market-trading-text-field .label{font-size:1.125rem;font-weight:600;line-height:1.45em}.sell-order-screen .sell-order-screen-content .market-trading-text-field .sublabel{font-size:.875rem;font-weight:500;line-height:1em;margin-top:8px}.sell-order-screen .sell-order-screen-content .market-trading-text-field .sublabel .bold{font-size:inherit;font-weight:600;margin-left:6px}.sell-order-screen .sell-order-screen-content .market-trading-text-field .control-text-field-box{margin:16px 0 12px;width:100%}.sell-order-screen .sell-order-screen-content .market-trading-text-field .control-text-field-box .dollar-icon{margin-right:16px}.sell-order-screen .sell-order-screen-content .market-trading-text-field .control-text-field-box.-no-label .MuiFilledInput-input{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.sell-order-screen .sell-order-screen-content .market-trading-text-field .control-text-field-box.-no-label .input-adorments-box{-webkit-transform:translateY(-14px);transform:translateY(-14px)}.sell-order-screen .sell-order-screen-content .market-trading-text-field .hint{font-size:.875rem;font-weight:500;line-height:1.6em}.sell-order-screen .sell-order-screen-content .earnings-title{font-size:1.125rem;font-weight:600;margin-top:24px;margin-bottom:8px}.sell-order-screen .sell-order-screen-content .earnings-value{font-size:2rem;font-weight:600;line-height:1em;margin-bottom:16px}.sell-order-screen .sell-order-screen-content .earnings-value:first-letter{margin-right:8px}.sell-order-screen .sell-order-screen-content .info-icon{background:transparent;border:none;padding:4px 6px}@media (min-width: 768px){.sell-order-screen .sell-order-screen-content{padding:0;margin:-24px auto 0;max-width:420px}.sell-order-screen .sell-order-screen-content .trading-mode-switch{margin-bottom:28px}}.order-card{background-color:#323232;border-radius:12px;font-size:1rem;line-height:1em;padding:16px;margin-bottom:2px;display:flex;flex-direction:column}.order-card>*+*{margin-top:16px}.order-card.-no-gap>*+*{margin-top:.25rem}.order-card .card-row{display:flex;align-items:center;justify-content:space-between}.order-card .card-row .name{font-size:1rem;font-weight:500}.order-card .card-row .value{font-size:1rem;font-weight:600;display:inline-flex;align-items:center}.order-card .card-row .value.-button{border:none;cursor:pointer;padding:0;background:transparent}.order-card .card-row .value .gradient-text{-webkit-filter:brightness(1.05);filter:brightness(1.05)}.order-card .card-row .value .growth-icon{display:inline-block;margin-left:6px}.order-card .note{margin-top:-12px;color:#8a8a8a;font-size:.75rem;font-weight:500;line-height:1.25rem}.stax-details-container-desktop.order-details .stax-container .inner-container{height:calc((var(--dvh) * 100) - 72px - 56px)}.stax-details-container-desktop.order-details .stax-container .inner-container .certificate-wrapper{display:inline-block;--ratio: .564;--h: min(calc(calc(var(--dvw) * 31) / var(--ratio)), calc(var(--dvh) * 65));height:var(--h);width:calc(var(--h) * var(--ratio))}.stax-details-container-desktop.order-details .stax-container .inner-container .certificate-wrapper.-full{--ratio: .5}.stax-details-container-desktop.order-details .stax-container .inner-container .certificate-wrapper img{width:100%}.stax-details-container-desktop.order-details .information-section .information-section-inner .trading-mode-switch{margin-top:24px}.stax-details-container-desktop.order-details .information-section .information-section-inner .trading-issuer-details{margin-top:24px;margin-left:6px}.stax-details-container-desktop.order-details .information-section .information-section-inner .buy-order-input .estimated-stax{display:flex;justify-content:space-between}.stax-details-container-desktop.order-details .information-section .information-section-inner .buy-order-input .estimated-stax .info-icon{background-color:transparent;border:none}.stax-details-container-desktop.order-details .information-section .information-section-inner .buy-order-input .control-text-field-box{width:100%}.stax-details-container-desktop.order-details .information-section .information-section-inner .buy-order-input .control-text-field-box.-no-label .MuiFilledInput-input{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.stax-details-container-desktop.order-details .information-section .information-section-inner .icon-section .icon-box.activity-icon{background-color:transparent;overflow:visible}.stax-details-container-desktop.order-details .information-section .information-section-inner .icon-section .icon-box.activity-icon:hover{opacity:.7}.stax-details-container-desktop.order-details .information-section .last-trade{margin-top:16px}.stax-details-screen-mobile .header-left{display:flex;flex-direction:row}.stax-details-screen-mobile .header-left>*{margin-left:16px}.stax-details-screen-mobile .animated-header.-unset-width{width:unset}.stax-details-screen-mobile .animated-header.activate-static-header{width:100%}.stax-details-screen-mobile .information-section .trading-issuer-details{padding:20px 16px}.stax-details-screen-mobile .information-section .buy-order-input .estimated-stax{display:flex;justify-content:space-between}.stax-details-screen-mobile .information-section .buy-order-input .estimated-stax .info-icon{background-color:transparent;border:none}.stax-details-screen-mobile .information-section .buy-order-input .control-text-field-box{width:100%}.stax-details-screen-mobile .information-section .buy-order-input .control-text-field-box.-no-label .MuiFilledInput-input{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.stax-details-screen-mobile .header-box .header-inner .icon-box.static{background-color:#323232}.stax-details-screen-mobile .header-box .header-inner .icon-box.activity-icon{background-color:transparent;overflow:visible}.stax-details-screen-mobile .header-box .header-inner .icon-box.activity-icon:hover{opacity:.7}.buy-order-screen{color:#fff}.buy-order-screen .earnings-title{font-size:1.125rem;font-weight:600;margin-top:24px;margin-bottom:8px}.buy-order-screen .earnings-value{font-size:2rem;font-weight:600;line-height:1em;margin-bottom:16px}.buy-order-screen .earnings-value:first-letter{margin-right:8px}.buy-order-screen .market-trading-text-field{color:#fff;margin-top:24px}.buy-order-screen .market-trading-text-field .label{font-size:1.125rem;font-weight:600;line-height:1.45em}.buy-order-screen .market-trading-text-field .sublabel{font-size:.875rem;font-weight:500;line-height:1em;margin-top:8px}.buy-order-screen .market-trading-text-field .sublabel .bold{font-size:inherit;font-weight:600;margin-left:6px}.buy-order-screen .market-trading-text-field .control-text-field-box{margin:16px 0 12px;width:100%}.buy-order-screen .market-trading-text-field .control-text-field-box .dollar-icon{margin-right:16px}.buy-order-screen .market-trading-text-field .control-text-field-box.-no-label .MuiFilledInput-input{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.buy-order-screen .market-trading-text-field .control-text-field-box.-no-label .input-adorments-box{-webkit-transform:translateY(-14px);transform:translateY(-14px)}.buy-order-screen .market-trading-text-field .hint{font-size:.875rem;font-weight:500;line-height:1.6em}.buy-order-screen .stax-details-screen-mobile .last-trade{margin:0 16px}.confirm-trade-order{color:#fff;position:relative}.confirm-trade-order .confirm-trade-order-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid rgba(255,255,255,.08)}.confirm-trade-order .confirm-trade-order-header .title{font-size:1.25rem;font-weight:600;line-height:1em}.confirm-trade-order .confirm-trade-order-content{padding:16px 16px 150px}.confirm-trade-order .confirm-trade-order-content .subtitle{font-size:2.25rem;line-height:1.2em;margin-bottom:24px}.confirm-trade-order .bottom-buttons{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;padding:16px;border-top:1px solid rgba(255,255,255,.08)}.confirm-trade-order .bottom-buttons>*+*{margin-top:16px}@media (min-width: 400px) and (max-width: 767px){.confirm-trade-order{min-width:400px}.confirm-trade-order .confirm-listing-order-content{padding-bottom:180px}}.issuer-profile-home-screen{color:#fff;--issuer-profile-padding: 16px}.issuer-profile-home-screen .issuer-profile-details{min-height:370px}.issuer-profile-home-screen .issuer-profile-details-minimal{min-height:70px}.issuer-profile-home-screen .issuers-mobile-navigation-box{position:-webkit-sticky;position:sticky;top:71px;background-color:#121212;border-radius:0;z-index:500}.issuer-profile-home-screen .issuers-mobile-navigation-box.-fixed{background-color:#202020;border-radius:0 0 12px 12px;box-shadow:0 -1px #ffffff0d inset}.issuer-profile-home-screen .issuer-profile-desktop-navigation{display:flex;position:relative;border-bottom:1px solid rgba(255,255,255,.08);margin-top:24px}.issuer-profile-home-screen .issuer-profile-desktop-navigation .link-item-box .gradient-text{font-size:1.25rem;line-height:1em;font-family:Roboto,sans-serif,stax-icons;font-weight:500}.issuer-profile-home-screen .issuer-profile-desktop-navigation .link-item-box .gradient-text:after{display:none}.issuer-profile-home-screen .issuer-profile-desktop-navigation .gradient-bottom-border{left:0;bottom:-1px;height:1px;z-index:10;position:absolute;background:linear-gradient(90deg,rgba(202,161,89,0) 0%,#f2e59d 49.98%,rgba(202,161,89,0) 100%)}.issuer-profile-home-screen .issuer-profile-header{display:flex;align-items:center;position:fixed;top:0;left:0;right:0;padding:0 var(--issuer-profile-padding);-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:500}@media (max-width: 767px){.issuer-profile-home-screen .issuer-profile-header{height:72px}}.issuer-profile-home-screen .issuer-profile-header .issuer-image{display:none}.issuer-profile-home-screen .issuer-profile-header.-fixed{background-color:#121212}.issuer-profile-home-screen .issuer-profile-header.-fixed .issuer-image{display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.issuer-profile-home-screen .issuer-profile-header.-fixed .action-button{background-color:transparent;opacity:.6}@media (min-width: 768px){.issuer-profile-home-screen{--issuer-profile-padding: 120px}.issuer-profile-home-screen .issuer-profile-header{position:relative;padding:0}.issuer-profile-home-screen .issuer-profile-details{min-height:310px}.issuer-profile-home-screen .tab-content-container{padding-bottom:16px}}.issuer-profile-home-screen .issuers-feed-screen .tab-content-container{padding-bottom:0}.issuer-profile-home-screen .issuers-feed-screen .screen-tab-box{z-index:497;position:-webkit-sticky;position:sticky}@media (max-width: 767px){.issuer-profile-home-screen .issuers-feed-screen .screen-tab-box{top:120px;-webkit-transform:translateY(0px);transform:translateY(0)}}.issuer-profile-home-screen .issuers-feed-screen .screen-tab-box.--fixed{background:rgba(18,18,18,.75);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom-left-radius:20px;border-bottom-right-radius:20px}@media (max-width: 767px){.issuer-profile-home-screen .issuers-feed-screen .empty-state-box{padding-top:0}}.issuer-profile-home-screen .issuers-feed-screen .new-posts-notifier.--fixed{position:fixed;top:calc(72px + 1rem)}.issuer-profile-home-screen .static-posts-feed-wrapper .feed-top{height:0}@media (min-width: 768px){.issuer-profile-about{max-width:600px;margin:0 auto}}.issuer-profile-about h2{font-size:1.25rem;line-height:1.25rem;color:#fff}.issuer-profile-about .about-text{font-size:1rem;line-height:1.5rem;color:#fff;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;opacity:.7}.issuer-profile-about .about-text a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:radial-gradient(144.47% 514.83% at 0% 0%,#fffbb3 0%,#be8d45 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.issuer-profile-about .d-block{display:block}.issuer-profile-about .issuer-fans{margin-right:-16px}@media (min-width: 768px){.issuer-profile-about .connect-section .issuer-profile-social-media-wrapper{max-width:300px}}.issuer-profile-about .gradient-button{margin-bottom:56px}.issuer-profile-about .mt-24{margin-top:24px}.issuer-profile-about .mb-24{margin-bottom:24px}.issuer-profile-about .connect-section{margin-top:50px}.issuer-profile-about .reels-wrapper{display:flex;justify-content:flex-start;overflow:auto}.issuer-profile-about .reels-wrapper .reel-container{width:76px;height:76px}.issuer-profile-about .reels-wrapper .reel-container .user{width:64px;height:64px;top:6px;left:6px}.about-extended-wrapper .header{display:flex;align-items:center;padding:25px 25px 20px;background:linear-gradient(180deg,#121212 0%,rgba(18,18,18,0) 100%),#181818;box-shadow:inset 0 -1px #ffffff0d;border-radius:0 0 12px 12px}@media (min-width: 768px){.about-extended-wrapper .header{padding-bottom:unset;background:unset;box-shadow:unset;border-radius:unset}}.about-extended-wrapper .header p{font-size:1.25rem;margin-left:9px}@media (min-width: 768px){.about-extended-wrapper .header p{color:#8a8a8a}}.about-extended-wrapper .header .back-button-box .back-button-button{background-color:unset}@media (min-width: 768px){.about-extended-wrapper .header .back-button-box .back-button-button{background-color:#323232}}.about-extended-wrapper .content{margin:16px;color:#fff;opacity:.7;overflow:auto;height:calc(calc(var(--dvh) * 100) - 105px)}.album-extended-page .header{display:flex;align-items:center}@media (min-width: 768px){.album-extended-page .header{padding-bottom:unset;background:unset;box-shadow:unset;border-radius:unset}}.album-extended-page .header p{font-size:1.25rem;margin-left:9px}@media (min-width: 768px){.album-extended-page .header p{color:#8a8a8a}}.album-extended-page .header .back-button-box .back-button-button{background-color:unset}@media (min-width: 768px){.album-extended-page .header .back-button-box .back-button-button{background-color:#323232}}@media (max-width: 767px){.album-extended-page .grid-header-box{margin-top:0!important}}.album-extended-page .content{display:flex;flex-wrap:wrap;overflow:auto;height:calc(calc(var(--dvh) * 100) - 105px);align-content:flex-start}.album-extended-page .content>div{width:calc(33% - 3px);height:195px;padding:2px}.album-extended-page .content>div img{width:100%;height:100%;object-fit:cover}.album-extended-page .content .media-box{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:2px;width:calc(100% - 2px);height:calc(100% - 2px)}.album-extended-page .content .media-box .play-icon{position:absolute;background-color:#fff;border-radius:50%;cursor:pointer;background-clip:padding-box;border:10px solid hsla(0deg,0%,50%,.5)}.album-extended-page .content .grid-wrapper{margin-top:0}.album-extended-page .content .grid-wrapper>div .media-box{outline:none;box-shadow:none}@media (min-width: 768px){.album-extended-page .details{display:flex;align-items:flex-start;width:100%;margin-top:0}.album-extended-page .content{width:600px;justify-self:center;align-self:center;margin:25px auto;height:calc(calc(var(--dvh) * 100) - 40px)}}.album-media-selected{height:100%}.album-media-selected .details{height:100%;margin-top:0}.album-media-selected .details .header{display:flex;align-items:center;justify-content:space-between}.album-media-selected .details .header .back-button-box .back-button-button{background-color:unset}@media (min-width: 768px){.album-media-selected .details .header .back-button-box .back-button-button{background-color:#323232}}.album-media-selected .details .content{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.album-media-selected .details .content .media-attachment-wrapper{width:100%;display:flex;margin-bottom:85px;align-items:center;justify-content:space-around}@media (min-width: 768px){.album-media-selected .details .content .media-attachment-wrapper{height:calc(var(--dvh) * 70);margin-bottom:0}}.album-media-selected .details .content .media-attachment-wrapper .react-transform-component{width:inherit}.album-media-selected .details .content .media-attachment-wrapper .react-transform-component img{object-fit:cover;max-height:calc(var(--dvh) * 70)}.album-media-selected .details .content .media-attachment-wrapper .video-player-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding-top:0}.album-media-selected .details .content .media-attachment-wrapper .video-player-wrapper .video-player{position:relative}.album-media-selected .details .content .media-attachment-wrapper .video-player-wrapper .video-player>video{aspect-ratio:3/4}@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape){.album-media-selected .details .content .media-attachment-wrapper .video-player-wrapper .video-player>video{aspect-ratio:3}}@media (min-width: 768px){.album-media-selected .details .content .media-attachment-wrapper .video-player-wrapper .video-player>video{max-height:calc(var(--dvh) * 70)}}.album-media-selected .details .content .media-attachment-wrapper .navigation-icon{background-color:#323232;color:#ffffffa3;width:36px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:50%;border:none;cursor:pointer}.album-media-selected .details .content .media-attachment-wrapper .forward-icon,.album-media-selected .details .content .media-attachment-wrapper .back-button-box{cursor:pointer}.album-media-selected .details .content .media-attachment-wrapper .swiper-slide{height:100%;display:flex;align-items:center;justify-content:center;min-height:calc(var(--dvh) * 70)}@media (min-width: 768px){.album-media-selected .details .content .media-attachment-wrapper .react-transform-wrapper{max-width:calc(calc(var(--dvh) * 100) - 200px)!important}}.album-media-selected .details .content .footer-wrapper{height:128px;width:400px}@media (max-width: 767px){.album-media-selected .details .content .footer-wrapper{position:absolute;bottom:0px;left:0;z-index:10;width:calc(100% - 60px);padding:10px 30px;background-image:linear-gradient(0deg,rgb(0,0,0) 0%,rgba(0,0,0,.7) 48%,rgba(0,0,0,.3) 81%,transparent 100%)}}.album-media-selected .details .content .footer-wrapper .progress-bar-container{padding-bottom:.25rem}.issuer-profile-auction{padding:2.5rem 0 1.5rem}@media (min-width: 768px){.issuer-profile-auction{display:flex;flex:1;justify-content:space-between}}.issuer-profile-auction .issuer-stax-container{margin-bottom:40px;margin-top:16px}@media (min-width: 768px){.issuer-profile-auction .issuer-stax-container{flex:2;margin:0;height:100%;display:flex}}.issuer-profile-auction .issuer-stax-container .inner-container{display:flex;justify-content:center;align-items:center;max-width:100vw}@media (min-width: 768px){.issuer-profile-auction .issuer-stax-container .inner-container{background-color:#202020;width:100%;border-radius:12px;margin-right:80px;padding:80px 0}}.issuer-profile-auction .issuer-stax-container .auction-image{max-height:320px;margin:0}@media (min-width: 768px){.issuer-profile-auction .issuer-stax-container .auction-image{max-height:500px}}.issuer-profile-auction .auction-box{width:calc(var(--dvw) * 100)}@media (min-width: 768px){.issuer-profile-auction .auction-box{flex:1}}.issuer-profile-auction .auction-box .auction-status-item{display:flex;align-items:flex-start}@media (max-width: 767px){.issuer-profile-auction .auction-box .auction-status-item{margin-left:16px}}.issuer-profile-auction .auction-doesnt-exists-box{display:flex;justify-content:center;align-items:flex-start;padding:0 40px;flex-direction:column;text-align:left}@media (min-width: 768px){.issuer-profile-auction .auction-doesnt-exists-box{flex:1;justify-content:flex-start;text-align:center;align-items:center}}.issuer-profile-auction .auction-doesnt-exists-box .auction-text-position{margin-top:8px}.issuer-profile-auction .auction-doesnt-exists-box .learn-button-box{display:flex;width:100%;align-items:flex-start}.issuer-profile-auction .auction-doesnt-exists-box .learn-button-box .learn-more-button{margin-top:24px}.issuer-profile-auction.-results .bid-item-inner-box .equal-divider{color:#8a8a8a}.issuer-profile-auction.-results .bid-item-inner-box>div:first-child p{color:#fff;-webkit-text-fill-color:unset}.issuer-profile-auction.-results .divider{margin-bottom:24px;border-bottom:2px solid #202020}.issuer-profile-auction.-results .bids-box>div>div:first-child p:first-child{font-size:1rem}.issuer-profile-auction.-results .insuficcient-bid{color:#d64954}.issuer-profile-auction.-results .auction-description-text{color:#8a8a8a}.issuer-profile-auction.-results .stax-count-wrapper{display:flex;align-items:center}@media (max-width: 767px){.issuer-profile-auction.-results{padding-top:.5rem}}.auction-results-wrapper .content{color:#fff;overflow:auto;height:calc(calc(var(--dvh) * 100) - 105px)}@media (min-width: 768px){.auction-results-wrapper .content{margin-left:80px}}@media (max-width: 767px){.auction-results-wrapper .content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.auction-results-wrapper .stax-price{display:flex}.auction-results-wrapper .stax-price .detail-item-box{width:100%}.issuer-profile-performance{position:relative}.issuer-profile-performance .filters-section{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:24px}@media (min-width: 768px){.issuer-profile-performance .filters-section{align-items:flex-start}}.issuer-profile-performance .filters-section .stax-price{font-size:1rem;color:#636363;margin-top:24px;line-height:1rem}.issuer-profile-performance .filters-section .stax-price-value{margin-top:12px;margin-bottom:18px;font-size:2rem}.issuer-profile-performance .filters-section .time-filter-wrapper{display:flex;align-items:center;min-height:44px}.issuer-profile-performance .filters-section .time-filter-wrapper .percentage-wrapper{margin-right:12px}.issuer-profile-performance .filters-section .time-filter-wrapper .percentage-wrapper .small-text{color:#fff}.issuer-profile-performance .filters-section .time-filter-wrapper.-width-100{width:100%}.issuer-profile-performance .stax-cards{margin-top:40px}@media (min-width: 768px){.issuer-profile-performance .stax-cards{position:absolute;right:0;top:0;width:332px;margin-top:24px}}.issuer-profile-performance .stax-cards .stax-title{font-size:.875rem;color:#636363}.issuer-profile-performance .stax-cards .stax-card{display:flex}.issuer-profile-performance .stax-cards .stax-card>*+*{margin-left:8px}.issuer-profile-performance .ptr{overflow:visible}.issuer-profile-performance .ptr__children{overflow:visible!important}.issuer-profile-performance .action-results{width:calc(100% - 32px);font-size:1rem;text-indent:10px}.auction-results-modal-container{max-width:unset!important;margin:0!important;background-color:#121212!important;width:100%}.orders-bid-history{margin-top:16px}.orders-bid-history .order-detail-tile{background:#323232}@media (max-width: 767px){.orders-bid-history .empty-state-box{padding-top:0}}.orders-bid-history .list-header-wrapper{border:none!important}.orders-bid-history .list-content{scrollbar-width:thin}.notifications-screen{color:#fff}.notifications-screen .header-container{z-index:10;position:-webkit-sticky;position:sticky;top:0;background:#121212}.notifications-screen .header-container.desktop{padding-top:40px}.notifications-screen .filter-paddings{padding:0 120px}.notifications-screen .filter-header{position:relative;background:#121212;color:#636363;font-weight:600;font-size:14px}.notifications-screen .filter-header .vertical-align-child{display:flex;flex-direction:column;justify-content:space-around}.notifications-screen .filter-header .desktop-actions{width:600px;max-width:calc(calc(var(--dvw) * 100) - 340px);position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}.notifications-options{color:#fff}.notifications-options .control-button.MuiButton-root{position:relative;min-width:unset;border-radius:50%;background-color:#323232;font-size:14px;line-height:1em;font-weight:600;color:#636363;padding:0;background-color:transparent}@media (min-width: 768px){.notifications-options .control-button.MuiButton-root{width:36px;height:36px}}.notifications-options .option{cursor:pointer;margin:12px 0}.notifications-options .option .control-button{margin-right:8px}.reset-password-screen-box{background-color:#121212;display:flex}.reset-password-screen-box .reset-password-screen-form-box{flex:1;display:flex;align-items:center;flex-direction:column;justify-content:center;background-color:#121212}.reset-password-screen-box .reset-password-screen-form-box .reset-password-screen-form-inner-box{width:100%}@media (max-width: 767px){.reset-password-screen-box .reset-password-screen-form-box .reset-password-screen-form-inner-box{min-width:90%;min-height:calc(var(--dvh) * 100);max-width:35%}}.reset-password-screen-box .reset-password-screen-form-box .reset-password-screen-form-inner-box .back-button-box{margin-bottom:18px}@media (max-width: 767px){.reset-password-screen-box .reset-password-screen-form-box .reset-password-screen-form-inner-box .registration-step-screen-position{height:100%}}.reset-password-screen-box .reset-password-screen-form-box .reset-password-screen-form-inner-box .registration-step-screen-position .registration-step-screen-position-title{margin-bottom:24px}.reset-password-screen-box .reset-password-screen-form-box .reset-password-screen-form-inner-box .registration-step-screen-position .registration-step-screen-wrapper .close-button-box{margin-bottom:18px}.forgot-password-email-screen-box{background-color:#121212;display:flex}.forgot-password-email-screen-box *{box-sizing:border-box}.forgot-password-email-screen-box .forgot-password-email-screen-form-box{flex:1;background-color:#121212;display:flex;flex-direction:column;justify-content:center;align-items:center}.forgot-password-email-screen-box .forgot-password-email-screen-form-box .forgot-password-email-screen-form-inner-box{width:100%}@media (max-width: 767px){.forgot-password-email-screen-box .forgot-password-email-screen-form-box .forgot-password-email-screen-form-inner-box{min-width:90%;min-height:calc(var(--dvh) * 100)}}@media (max-width: 767px){.forgot-password-email-screen-box .forgot-password-email-screen-form-box .forgot-password-email-screen-form-inner-box .registration-step-screen-position{height:100%}}.forgot-password-email-screen-box .forgot-password-email-screen-form-box .forgot-password-email-screen-form-inner-box .registration-step-screen-position .registration-step-screen-wrapper .close-button-box{margin-bottom:18px}.success-reset-password-screen-box{background:radial-gradient(578.16% 101.85% at 16.67% -21.49%,#fffbb3 0%,#be8d45 100%);display:flex}.success-reset-password-screen-box .form-box{flex:1;padding:calc(var(--dvh) * 5) calc(var(--dvw) * 5);display:flex;align-items:center;flex-direction:column;justify-content:center}.success-reset-password-screen-box .form-box .content-box{min-width:30%;min-height:420px;max-width:35%}@media (max-width: 767px){.success-reset-password-screen-box .form-box .content-box{min-width:90%;min-height:calc(var(--dvh) * 100);max-width:35%}}.success-reset-password-screen-box .form-box .content-box .position{flex:1;display:flex;align-items:center;flex-direction:column;justify-content:space-between}@media (max-width: 767px){.success-reset-password-screen-box .form-box .content-box .position{height:100%}}.success-reset-password-screen-box .form-box .content-box .position .next-button-box{display:flex;width:100%}@media (max-width: 767px){.success-reset-password-screen-box .form-box .content-box .position .next-button-box{margin-top:0;margin-bottom:0}}.success-reset-password-screen-box .form-box .content-box .position .next-button-box.-column{flex-direction:column}.success-reset-password-screen-box .form-box .content-box .position .inner-content-box{display:flex;align-items:center;flex-direction:column}.success-reset-password-screen-box .form-box .content-box .position .inner-content-box .shield-image{width:200px}.success-reset-password-screen-box .form-box .content-box .position .inner-content-box .image-position{margin-bottom:38px;width:76px}.success-reset-password-screen-box .form-box .content-box .position .inner-content-box .subtitle-text{text-align:center;color:#121212}.success-reset-password-screen-box .form-box .content-box .position .inner-content-box .description{margin-top:24px;text-align:center;color:#121212}.success-reset-password-screen-box .form-box .content-box .position .inner-content-box .title-wrapper{width:100%;height:40px;display:flex;position:relative;margin-bottom:80px;align-items:center;justify-content:center}@media (max-width: 375px){.success-reset-password-screen-box .form-box .content-box .position .inner-content-box .title-wrapper{margin-bottom:30px}}.success-reset-password-screen-box .form-box .content-box .position .inner-content-box .title-wrapper .title{text-align:center}.success-reset-password-screen-box .form-box .content-box .position .inner-content-box .title-wrapper .close-button-box{position:absolute;right:-16px;top:0px}.success-reset-password-screen-box .form-box .content-box .position .inner-content-box .title-wrapper .title{text-align:center}.success-reset-password-screen-box .form-box .content-box .position .inner-content-box .title-wrapper .close-button-button{background:rgba(18,18,18,.16);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.success-reset-password-screen-box .form-box .content-box .position .inner-content-box .title-wrapper .close-button-button path{stroke:#000}.loading-screen{display:flex;justify-content:center;align-items:center;height:calc(var(--dvh) * 100)}.forgot-password-email-verification-screen-box{background-color:#121212;display:flex}.forgot-password-email-verification-screen-box .forgot-password-email-verification-screen-form-box{flex:1;background-color:#121212;display:flex;flex-direction:column;justify-content:center;align-items:center}.forgot-password-email-verification-screen-box .forgot-password-email-verification-screen-form-box .forgot-password-email-verification-screen-form-inner-box .back-button-box{margin-bottom:18px}@media (max-width: 767px){.forgot-password-email-verification-screen-box .forgot-password-email-verification-screen-form-box .forgot-password-email-verification-screen-form-inner-box .registration-step-screen-position{height:100%}}.forgot-password-email-verification-screen-box .forgot-password-email-verification-screen-form-box .forgot-password-email-verification-screen-form-inner-box .registration-step-screen-position .registration-step-screen-wrapper .close-button-box{margin-bottom:18px}.settings-screen-box{background-color:#121212;color:#fff;display:flex;flex-direction:column}@media (max-width: 767px){.settings-screen-box{overflow:auto;padding:1rem}}.settings-screen-box .settings-screen-wrapper{width:100%}@media (min-width: 768px){.settings-screen-box .settings-screen-wrapper{width:400px}}.settings-screen-box .back-button-box+.settings-screen-wrapper{margin-top:16px}.settings-screen-box.-margin{margin-bottom:10px}.settings-screen-box .profile-image-section{display:flex;align-items:center;margin-top:40px}.settings-screen-box .profile-image-section .profile-image-wrapper{width:80px;height:80px;display:flex;outline:none;border-radius:50%;align-items:center;justify-content:center;background-color:#323232;margin-right:16px}.settings-screen-box .settings-control-field{margin-top:40px}.settings-screen-box .settings-control-field{width:100%;margin-top:16px}.settings-screen-box .settings-control-field.-username{margin-top:40px}.settings-screen-box .settings-subtitle{font-size:1.25rem;font-weight:600;margin-bottom:16px}.settings-screen-box .input-adorments-box .edit-adorment-box img{width:18px;height:18px}.profile-image-component .profile-image-box-inner{flex-direction:row;justify-content:flex-start}.profile-image-component .profile-image-box-inner-dashed,.profile-image-component .profile-image-box-inner-remove{padding:0;background:none;margin:0 16px 0 0;border-radius:50%;width:80px;height:80px;background-color:#323232;display:flex;align-items:center;justify-content:center}.profile-image-component .profile-image-box-inner-dashed img{width:16px;height:16px}.profile-image-component .profile-image-box-inner-remove img{width:80px;height:80px}.profile-image-component .profile-image-box-inner button{display:block;bottom:0;flex:0 auto}.change-user-data-screen-box{padding:16px;margin-bottom:24px}.change-user-data-screen-box .back-button-box{margin-bottom:16px}.change-user-data-screen-box .title{line-height:1.3em;margin-top:10px;margin-bottom:8px}.change-user-data-screen-box .medium-text{margin:0}.change-user-data-screen-box .description{color:#8a8a8a;font-size:1rem;margin:0}.change-user-data-screen-box .control-text-field-box{margin-top:24px;margin-bottom:24px}.change-user-data-screen-box .forgot-password-button{margin-top:8px}.change-user-data-screen-box .next-button-box{margin-top:54px;position:fixed;left:16px;bottom:16px;width:calc(100% - 32px);margin-bottom:0}@media (min-width: 768px){.change-user-data-screen-box{padding:0}.change-user-data-screen-box .content-box{max-width:calc(var(--dvw) * 34);margin:auto}.change-user-data-screen-box .control-text-field-box{margin-top:40px;margin-bottom:40px}.change-user-data-screen-box .buttons{display:flex;justify-content:flex-end}.change-user-data-screen-box .forgot-password-button{margin:0}.change-user-data-screen-box .next-button-box{margin-top:0;margin-left:16px;width:initial;position:static}.change-user-data-screen-box .next-button-box button{flex:auto 0;margin-left:auto}}.security-mobile-number-wrapper{display:flex;flex-direction:column;height:100%}@media (min-width: 768px){.security-mobile-number-wrapper{margin:24px;height:auto}}.security-mobile-number-wrapper .close-button-box{margin:16px}.security-mobile-verification-wrapper{display:flex;flex-direction:column;height:100%}@media (min-width: 768px){.security-mobile-verification-wrapper{height:auto;margin:16px}}.security-mobile-verification-wrapper .top-actions{margin:16px;display:flex;justify-content:space-between;align-items:center}@media (min-width: 768px){.security-mobile-verification-wrapper .top-actions{margin:40px}}.security-mobile-verification-wrapper .registration-step-screen-position{align-self:center;margin:16px}.security-mobile-verification-wrapper .registration-step-screen-position .next-button-box{flex-direction:column;width:100%;margin:0}@media (min-width: 768px){.security-mobile-verification-wrapper .registration-step-screen-position .next-button-box{margin:40px 0 16px 16px;float:right;place-self:flex-end;display:flex;flex-direction:row-reverse}}.security-mobile-verification-wrapper .registration-step-screen-position .next-button-box button{flex:auto}@media (min-width: 768px){.security-mobile-verification-wrapper .registration-step-screen-position .next-button-box button{flex:unset}}.security-mobile-verification-wrapper .registration-step-screen-position .medium-text{margin-bottom:24px}@media (min-width: 768px){.security-mobile-verification-wrapper .registration-step-screen-position .medium-text{margin-bottom:40px}}.security-mobile-verification-wrapper .registration-step-screen-position .next-button-box button:first-of-type{margin:0 0 16px}@media (min-width: 768px){.security-mobile-verification-wrapper .registration-step-screen-position .next-button-box button:first-of-type{margin:0 0 0 16px}}.devices-list-screen-box .device-list{margin-top:24px;padding:0;display:flex;flex-direction:column;width:100%;max-height:calc(calc(var(--dvh) * 100) - 230px);overflow-y:auto}.devices-list-screen-box .content-box{margin:0;max-width:unset}.devices-list-screen-box .loading-box{text-align:center;margin-top:40px}.devices-list-screen-box .loading-box img{width:50px}@media (min-width: 768px){.devices-list-screen-box{max-width:400px}}.device-review-screen-box .title{margin-bottom:24px}.device-review-screen-box .content-box{margin:0;max-width:unset}.device-review-screen-box .next-button-box{margin-left:0}@media (min-width: 768px){.device-review-screen-box{max-width:400px}.device-review-screen-box .next-button-box{margin-top:16px}}.dot{display:inline-block;padding-left:8px;padding-right:8px;height:1em;vertical-align:middle;position:relative}.dot:before{content:"";display:block;width:3px;height:2px;border-radius:100px;background-color:#636363;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.red-button.MuiButton-root.MuiButton-text,.grey-button.MuiButton-root.MuiButton-text{text-transform:none;font-size:1rem;font-weight:600}.red-button.MuiButton-root.-outlined{border:2px solid #323232;color:#d64954}.red-button.MuiButton-root.-contained{background-color:#d64954;color:#121212}.grey-button.MuiButton-root.-contained{background-color:#323232;color:#fff}.security-email-wrapper{display:flex;flex-direction:column;height:100%}@media (min-width: 768px){.security-email-wrapper{margin:24px;height:auto}}.security-email-wrapper .close-button-box{margin:16px}.security-email-wrapper .registration-step-screen-position{align-self:center;margin:16px}.security-email-wrapper .registration-step-screen-position .next-button-box{flex-direction:column;width:100%;margin:0}@media (min-width: 768px){.security-email-wrapper .registration-step-screen-position .next-button-box{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;place-self:flex-end;display:flex}}.security-email-wrapper .registration-step-screen-position .registration-step-screen-wrapper{margin-top:0}@media (min-width: 768px){.security-email-wrapper .registration-step-screen-position .registration-step-screen-wrapper{margin:40px 0}}.security-email-verification-wrapper{display:flex;flex-direction:column;height:100%}@media (min-width: 768px){.security-email-verification-wrapper{height:auto;margin:16px}}.security-email-verification-wrapper .top-actions{margin:16px;display:flex;justify-content:space-between;align-items:center}@media (min-width: 768px){.security-email-verification-wrapper .top-actions{margin:40px}}.security-email-verification-wrapper .registration-step-screen-position{margin:16px;align-self:unset}@media (min-width: 768px){.security-email-verification-wrapper .registration-step-screen-position{min-width:400px;align-self:center}}.security-email-verification-wrapper .registration-step-screen-position .next-button-box{flex-direction:column;width:100%;margin:0}@media (min-width: 768px){.security-email-verification-wrapper .registration-step-screen-position .next-button-box{margin-top:40px;display:inline-block}}.security-email-verification-wrapper .registration-step-screen-position .next-button-box button{float:right}.security-email-verification-wrapper .registration-step-screen-position .medium-text{margin-bottom:24px}@media (min-width: 768px){.security-email-verification-wrapper .registration-step-screen-position .medium-text{margin-bottom:40px}}.security-email-verification-wrapper .registration-step-screen-position .next-button-box button:first-of-type{margin:0 0 16px}@media (min-width: 768px){.security-email-verification-wrapper .registration-step-screen-position .next-button-box button:first-of-type{margin:0 0 0 16px}}.change-pin-modal-wrapper{padding:16px;margin-bottom:24px}@media (min-width: 768px){.change-pin-modal-wrapper{padding:40px}}.change-pin-modal-wrapper .change-pin-modal-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:16px}.change-pin-modal-wrapper .registration-step-screen-position{width:100%;align-self:unset}@media (min-width: 768px){.change-pin-modal-wrapper .registration-step-screen-position{max-width:400px;margin:auto}}.change-pin-modal-wrapper .registration-step-screen-position .next-button-box{position:fixed;bottom:16px;width:calc(100% - 32px)}@media (min-width: 768px){.change-pin-modal-wrapper .registration-step-screen-position .next-button-box{position:relative;display:inline-flex;flex-direction:row-reverse;align-self:flex-end;bottom:unset;margin-top:40px}}.change-pin-modal-wrapper .registration-step-screen-position .next-button-box button{width:100%}@media (min-width: 768px){.change-pin-modal-wrapper .registration-step-screen-position .next-button-box button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:unset}}.change-pin-modal-wrapper .registration-step-screen-position .next-button-box button:first-of-type{margin:0 0 16px}@media (min-width: 768px){.change-pin-modal-wrapper .registration-step-screen-position .next-button-box button:first-of-type{margin:0 0 0 16px}}.change-pin-modal-wrapper .registration-step-screen-position .medium-text{margin-bottom:24px}@media (min-width: 768px){.change-pin-modal-wrapper .registration-step-screen-position .medium-text{margin-bottom:40px}}@media (min-width: 768px){.change-pin-modal-wrapper .enter-pin-screen-box{max-width:400px;margin-left:auto;margin-right:auto}}.profile-screen-main-box{width:100%;overflow:auto}.profile-screen-main-box .header-box{height:0}.auction-screen-main-box{width:100%;height:calc(calc(var(--dvh) * 100) - 72px)}@media (max-width: 767px){.auction-screen-main-box{height:auto}}.auction-screen-main-box .header-box{height:0}@media (max-width: 767px){.auction-screen-main-box .screen-grid-wrapper-box{flex-direction:column;height:auto}}.auction-screen-main-box .screen-grid-wrapper-box .auction-screen-padding{padding:34px 24px}@media (min-width: 768px){.auction-screen-main-box .screen-grid-wrapper-box .auction-screen-padding{padding:0 38px}}@media (min-width: 1400px){.auction-screen-main-box .screen-grid-wrapper-box .auction-screen-padding{padding:0 168px}}.auction-screen-main-box .screen-grid-wrapper-box .auction-state-second-box{padding-top:74px;position:relative;max-width:600px}.auction-screen-main-box .screen-grid-wrapper-box .auction-state-second-box .performance-inner{height:100%;overflow:auto}.auction-screen-main-box .screen-grid-wrapper-box .auction-state-second-box .gradient-button .children-row-position{display:flex;flex-direction:row}@media (max-width: 767px){.auction-screen-main-box .screen-grid-wrapper-box .issuer-certificate-section{width:calc(calc(var(--dvw) * 100) - 32px)}}.auction-screen-main-box .screen-grid-wrapper-box .issuer-certificate-section .auction-image{max-height:calc(var(--dvh) * 60);width:auto}@media (max-width: 767px){.auction-screen-main-box .screen-grid-wrapper-box .issuer-certificate-section .auction-image{max-height:calc(var(--dvh) * 40)}}@media (max-width: 767px){.auction-screen-main-box .screen-grid-wrapper-box .animated-header{width:100%;height:10px;background:#121212;border-radius:12px 12px 0 0;margin-top:-20px;z-index:10}.auction-screen-main-box .screen-grid-wrapper-box .auction-information-box .issuer-cell{padding:12px 16px 16px}}.issuer-certificate-section{width:100%}.issuer-certificate-section .auction-image{z-index:10;width:calc(100% - 112px)}.issuer-certificate-section .certificate-description{z-index:10;text-align:center;width:0;min-width:100%;margin-top:24px}.stax-collectible-box{display:flex;flex-direction:column;align-items:center;padding:0 50px;text-align:center;margin-top:44px}.stax-collectible-box .width-wrapper{max-width:263px;display:flex;justify-content:center;align-items:center;flex-direction:column}.stax-collectible-box .collectible-chips{margin-top:16px;margin-bottom:16px;display:flex;flex-direction:row;text-align:center}.stax-collectible-box .bottom-margin{margin-bottom:24px}.stax-container-box{padding-top:24px;margin:0 auto}@media (max-width: 767px){.stax-container-box{padding-top:0}}@media (max-width: 767px){.stax-container-box .issuers-feed-screen{padding-top:var(--margin-top)}}.stax-container-box .issuers-feed-screen .static-posts-feed-wrapper .feed-top{height:70px}@media (min-width: 768px){.stax-container-box .issuers-feed-screen .static-posts-feed-wrapper .feed-top{height:0}}.stax-container-box .issuers-navigation-content-box{z-index:499}@media (max-width: 767px){.stax-container-box .issuers-navigation-content-box .link-item-box{justify-content:center}}@media (max-width: 767px){.stax-container-box .screen-tab-box{background-color:#121212;-webkit-transform:translateY(132px);transform:translateY(132px);padding-bottom:10px}.stax-container-box .issuer-feed-box{margin-top:80px}}.stax-container-box .right-tab-box{right:0!important;top:0!important}.stax-home-screen-box{margin-top:44px}@media (max-width: 767px){.stax-home-screen-box{margin:16px;display:flex;flex-wrap:wrap;padding-bottom:100px}.stax-home-screen-box .stax-item-box:nth-child(even){margin-left:16px}}.stax-home-screen-box .stax-item-box{all:unset;border-radius:8px;padding:16px 24px;border:2px solid #202020;cursor:pointer}.stax-home-screen-box .stax-item-box .stax-image{border-radius:8px}.stax-home-screen-box .stax-item-box .item-label{margin-top:16px}.stax-home-screen-box .stax-item-box .item-value{margin-top:6.5px}@media (max-width: 767px){.stax-home-screen-box .stax-item-box{width:calc(50% - 60px);margin-top:16px;margin-right:0;display:flex;flex-direction:column}}.issuer-profile-section{color:#fff}.issuer-profile-section .issuer-profile-details,.issuer-profile-section .tab-content-container{padding:0 var(--issuer-profile-padding)}.issuer-profile-section .issuer-profile-details{min-height:250px}.issuer-profile-section .issuer-profile-details .local-container{padding-inline:1rem}@media (min-width: 768px){.issuer-profile-section .issuer-profile-details .local-container{padding-inline:120px}}@media (max-width: 767px){.issuer-profile-section .data-section .name-section-position,.issuer-profile-section .data-section .nick-subxchange{justify-content:center!important}}.expanded-image-box .half-screen.-first{flex:.63;position:relative}.expanded-image-box .half-screen.-first .issuer-certificate-section-main{height:100%}.expanded-image-box .half-screen.-first .issuer-certificate-section-main .issuer-certificate-section-inner{position:absolute;z-index:20}.expanded-image-box .half-screen.-first .issuer-certificate-section-main .issuer-certificate-section-inner .rounded-certificate{border-radius:10px}.expanded-image-box .half-screen.-first .issuer-certificate-section-main .close-button-box{position:absolute;top:32px;right:34px;z-index:30}.expanded-image-box .half-screen.-second{flex:.37}.expanded-image-box .expanded-image-second-box{padding:32px}.expanded-image-box .expanded-image-second-box .expanded-image-subxchange{width:15px;height:12px}.expanded-image-box .expanded-image-second-box .expanded-image-title{margin-bottom:8px}.expanded-image-box.issuer-dashboard-mobile-stax{display:block}.expanded-image-box.issuer-dashboard-mobile-stax .issuer-certificate-section-inner{width:calc(100% - 32px)!important}.expanded-image-box.issuer-dashboard-mobile-stax .expanded-image-second-box{padding:16px}.expanded-image-box.issuer-dashboard-mobile-stax .half-screen.-first .issuer-certificate-section-main .close-button-box{right:16px}.performance-stax-container{display:flex}@media (max-width: 767px){.performance-stax-container{flex-direction:column}.performance-stax-container .line-chart-container{margin:0 -16px}}.performance-stax-container .chart-container{width:100%;flex:3}.performance-stax-container .stax-information{flex:1.3}.performance-stax-container .stax-information .overall-earnings{border:1px solid #202020;border-radius:12px}.performance-gpx-container{display:flex}@media (max-width: 767px){.performance-gpx-container{flex-direction:column}.performance-gpx-container .line-chart-container{margin:0 -16px}}.performance-gpx-container .chart-container{width:100%;flex:3}.performance-gpx-container .gpx-information{flex:1}.performance-gpx-container .gpx-information .supporters{width:100%}.performance-gpx-container .gpx-information .supporters .small-text{color:#636363}.performance-gpx-container .gpx-information .supporters .supporters-counts{display:flex;width:100%}.performance-gpx-container .gpx-information .supporters .supporters-counts .card-wrapper+.card-wrapper{margin-left:8px}.reel-upload .col{width:50%;flex:1}.thumbnail-selector .thumbnails{border-radius:8px;overflow:hidden}.thumbnail-selector .border{top:0;left:0}.thumbnail-selector .border:not(.react-draggable-dragging){transition:all .3s}.thumbnail-selector .border svg{margin-top:-2px;margin-left:-4px}.summary-cover{aspect-ratio:9/16;width:200px;position:relative;border-radius:4px;overflow:hidden}.summary-cover img{width:100%;height:100%;object-fit:cover}.summary-cover .cover-footer{background-color:#323232;position:absolute;left:0;bottom:0;width:100%}.thumbnail-screen{background:#121212}.thumbnail-screen .footer{border-top:1px solid rgba(255,255,255,.08)}.sitemap-screen{background:#fff}.sitemap-screen .sitemap-table th,.sitemap-screen .sitemap-table td{padding:.5rem;border-bottom:1px solid rgba(0,0,0,.2)}.sitemap-screen .sitemap-table th:not(:last-child),.sitemap-screen .sitemap-table td:not(:last-child){border-right:1px solid rgba(0,0,0,.2)}.sitemap-screen .sitemap-table th{min-width:200px;text-align:left}.side-drawer-layout{min-height:100%;display:flex}.side-drawer-layout .side-drawer-navigation-box{border-right:1px solid rgba(255,255,255,.08)}.side-drawer-layout .side-drawer-navigation-box .side-drawer-navigation-wrapper{display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:20px}.side-drawer-layout .side-drawer-navigation-box .side-drawer-navigation-wrapper .dropdown-button{display:flex;align-items:center;color:#ffffff14;justify-content:flex-start;padding:20px;min-width:292px;min-height:56px}.side-drawer-layout .side-drawer-navigation-box .side-drawer-navigation-wrapper .dropdown-button:hover{background-color:#202020}.side-drawer-layout .side-drawer-navigation-box .side-drawer-navigation-wrapper .dropdown-button.-main-navigation{margin:8px 0;padding:10px 20px}.side-drawer-layout .side-drawer-navigation-box .side-drawer-navigation-wrapper .dropdown-button.-main-navigation .dropdown-image-wrapper{margin-right:20px}.side-drawer-layout .side-drawer-navigation-box .side-drawer-navigation-wrapper .dropdown-button .dropdown-button-title{margin:0 10px 0 0;white-space:nowrap;color:#fff;text-transform:none;-webkit-transform:translateY(1px);transform:translateY(1px)}.side-drawer-layout .side-drawer-navigation-box .side-drawer-navigation-wrapper .dropdown-button .dropdown-image-wrapper{width:24px;height:24px;margin-right:16px}.side-drawer-layout .side-drawer-navigation-box .side-drawer-navigation-wrapper .dropdown-button .dropdown-image-wrapper.-small{width:20px;height:20px}.side-drawer-layout .side-drawer-navigation-box .side-drawer-navigation-wrapper .dropdown-button.-active{background:#202020}.side-drawer-layout .side-drawer-layout-content{width:400px}.text-field-story{display:flex;padding:32px;align-items:center;justify-content:flex-start;max-width:400px}.text-field-story.-search .search-input-box .text-field input{padding:8px 12px!important;font-size:1rem!important;line-height:1em!important;-webkit-transform:translateY(1px);transform:translateY(1px)}.text-field-story.-search .search-input-box .text-field .input-adorments-box{top:50%}.slider-story{width:80%;margin:0 auto}.text-story{padding:20px}.colors-story{padding:2rem;background:#fff}.colors-story .color-container{display:flex;flex-direction:column;gap:2rem}.colors-story .color-container .color-palette{display:flex;flex-wrap:wrap;margin:1rem 0;gap:1rem}.colors-story .color-container .color-palette .color-box{width:auto;padding:1rem;border:1px solid #8a8a8a;cursor:pointer}.icons-story{padding:2rem;background:#fff}.icons-story .icons-header{display:flex;gap:5rem}.icons-story .icons-wrapper{display:flex;flex-direction:row;align-items:center;margin:1rem 0;gap:2rem;flex-wrap:wrap}.icons-story .icons-wrapper.-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.icons-story .icons-wrapper .icon-box{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem}.icons-story .icons-wrapper .icon-box .icon-name{font-size:.875rem;line-height:1em;word-break:break-word}.icons-story .icons-wrapper .size-box{display:flex;flex-direction:column;justify-content:center;align-items:center}.icons-story .icons-wrapper .size-box svg{min-height:60px}.modal-wrapper{max-width:400px}div:not(.scrollbar)::-webkit-scrollbar{display:none}.scrollbar{overflow:auto;padding-right:6px;scrollbar-width:thin;scrollbar-gutter:auto}.scrollbar::-webkit-scrollbar{display:block;width:7px;height:7px;background-color:transparent}.scrollbar::-webkit-scrollbar-thumb{background:#8a8a8a;border-radius:80px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-transition:background-color 9999s ease-in-out 9999s,color 9999s ease-in-out 9999s;transition:background-color 9999s ease-in-out 9999s,color 9999s ease-in-out 9999s}.text-field-story{display:flex;padding:32px;align-items:center;justify-content:flex-start;max-width:400px}.text-field-story.-search .search-input-box .text-field input{padding:8px 12px!important;font-size:1rem!important;line-height:1em!important;-webkit-transform:translateY(1px);transform:translateY(1px)}.text-field-story.-search .search-input-box .text-field .input-adorments-box{top:50%}.slider-story{width:80%;margin:0 auto}.text-story{padding:20px}.colors-story{padding:2rem;background:color("white")}.colors-story .color-container{display:flex;flex-direction:column;gap:2rem}.colors-story .color-container .color-palette{display:flex;flex-wrap:wrap;margin:1rem 0;gap:1rem}.colors-story .color-container .color-palette .color-box{width:auto;padding:1rem;border:1px solid color("dark-500");cursor:pointer}.icons-story{padding:2rem;background:color("white")}.icons-story .icons-header{display:flex;gap:5rem}.icons-story .icons-wrapper{display:flex;flex-direction:row;align-items:center;margin:1rem 0;gap:2rem;flex-wrap:wrap}.icons-story .icons-wrapper.-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.icons-story .icons-wrapper .icon-box{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem}.icons-story .icons-wrapper .icon-box .icon-name{font-size:.875rem;line-height:1em;word-break:break-word}.icons-story .icons-wrapper .size-box{display:flex;flex-direction:column;justify-content:center;align-items:center}.icons-story .icons-wrapper .size-box svg{min-height:60px}.modal-wrapper{max-width:400px}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);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));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.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-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
