@charset "UTF-8";: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));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform: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%;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;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{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{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--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}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.action-notifier{margin-top:5px;background-color:#e01507;animation:pulse 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 #e0150766}70%{box-shadow:0 0 0 5px #e0150700}to{box-shadow:0 0 #e0150700}}.action-notifier-2{position:relative;width:15px;height:15px;border-radius:50%;background-color:#e01507}.action-notifier-2 span{position:absolute;width:100%;height:100%;background-color:inherit;border-radius:inherit;opacity:.4;animation:pulseAnimate 1s ease-out infinite;animation-delay:calc(.4s * var(--i))}@keyframes pulseAnimate{to{opacity:0;transform:scale(2)}}.d-flex{display:flex}.d-flex.flex-column{flex-direction:column}.d-flex.flex-row{flex-direction:row}.d-flex.justify-content-center{justify-content:center}.d-flex.justify-content-between{justify-content:space-between}.d-flex.justify-content-around{justify-content:space-around}.d-flex.justify-content-evenly{justify-content:space-evenly}.d-flex.justify-content-end{justify-content:flex-end}.d-flex.justify-content-start{justify-content:flex-start}.d-flex.align-items-center{align-items:center}.d-flex.align-items-start{align-items:flex-start}.d-flex.align-items-end{align-items:flex-end}.d-flex.flex-wrap{flex-wrap:wrap}.d-flex .flex-grow-1{flex-grow:1}.d-flex .align-self-end{align-self:flex-end}.input-container{width:100%;background-color:#f7f7f7;display:flex;box-sizing:border-box;align-items:center;padding-top:15px;border-radius:8px;margin-bottom:0;padding-left:10px;padding-right:10px;height:55px}.input-container input[type=date]::-webkit-inner-spin-button,.input-container input[type=date]::-webkit-calendar-picker-indicator{transform:scale(1.3);filter:invert(.7)}.input-container input[type=date]::-webkit-datetime-edit-text,.input-container input[type=date]::-webkit-datetime-edit-month-field,.input-container input[type=date]::-webkit-datetime-edit-day-field,.input-container input[type=date]::-webkit-datetime-edit-year-field{color:#888}.input-container:focus-within{outline:1px solid rgb(89,101,229)!important}.input-container:focus-within svg{fill:#5965e5}.input-container.is-error{outline:1px solid #cb4335!important}.input-container.is-error svg{fill:#cb4335}.input-container.is-error label{color:#cb4335}.input-container.is-success{outline:1px solid #009262!important}.input-container.is-success svg{fill:#009262}.input-container.is-success label{color:#009262}.input-container .floating-label{flex-grow:1;position:relative;margin-bottom:15px}.input-container .input-icon{height:25px;display:flex;justify-content:center;align-items:center;margin-top:-18px;margin-right:5px}.input-container .floating-input{font-size:14px;padding:4px;display:block;width:100%;height:30px;background-color:transparent;border:none}.input-container .floating-input::-moz-placeholder{visibility:hidden}.input-container .floating-input::placeholder{visibility:hidden}.input-container .floating-input:focus{outline:none}.input-container .floating-input:-webkit-autofill,.input-container .floating-input:-webkit-autofill:hover,.input-container .floating-input:-webkit-autofill:focus,.input-container .floating-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f7f7f7 inset!important}.input-container label{top:8px;left:5px;font-size:12px;color:#8c8c8c;position:absolute;font-weight:400;pointer-events:none;transition:.2s ease all;-moz-transition:.2s ease all;-webkit-transition:.2s ease all}.input-container .floating-input:not(:-moz-placeholder)~label{top:-5px;font-size:11px;color:#5965e5}.input-container .floating-input:focus~label,.input-container .floating-input:not(:placeholder-shown)~label{top:-5px;font-size:11px;color:#5965e5}.input-toggle *,.input-toggle *:after,.input-toggle *:before{box-sizing:border-box}.input-toggle{display:flex;justify-content:center}.input-toggle input[type=checkbox]{visibility:hidden;height:0px;width:0px}.input-toggle input[type=checkbox]:checked+label{background-color:#19181a}.input-toggle input[type=checkbox]:checked+label:before{border:2px solid #fff;transform:translate(15px)}.input-toggle label{width:35px;height:20px;display:flex;border:2px solid;border-radius:99em;position:relative;transform-origin:50% 50%;cursor:pointer}.input-toggle label:before{transition-delay:.25s;transition:transform .25s ease;content:"";display:block;position:absolute;width:12px;height:12px;border-radius:50%;background-color:#fff;border:2px solid #19181a;top:2px;left:2px}.input-checkbox .checkbox-wrapper label{display:flex;align-items:center}.input-checkbox input[type=checkbox]{width:22px;height:22px;outline:none;cursor:pointer;-moz-appearance:none;appearance:none;border-radius:3px;margin-right:.5em;-webkit-appearance:none;border:.15em solid #19181a}.input-checkbox input[type=checkbox]:before{transition:.25s ease-in all}.input-checkbox input.checked{position:relative;background-color:#19181a}.input-checkbox input.checked:before{top:-12px;right:-1px;color:#fff;content:"✓";font-size:27px;font-weight:700;position:absolute}.input-checkbox input[type=checkbox]:disabled{border-color:#bdbdbd}.input-checkbox label.disabled{color:#bdbdbd}.otp-input::-webkit-inner-spin-button,.otp-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.mk-search-input{font-size:16px;font-weight:500;caret-color:#712eff;font-family:GT-America-Extended;height:45px}.mk-search-input::-moz-placeholder{opacity:1;font-size:16px;font-weight:500;color:#8c8c8c;padding-bottom:50px;font-family:GT-America-Extended}.mk-search-input::placeholder{opacity:1;font-size:16px;font-weight:500;color:#8c8c8c;padding-bottom:50px;font-family:GT-America-Extended}.md-content-containter{font-family:Satoshi;font-size:18px;line-height:28px;font-weight:400;font-style:normal}.md-content-containter table{margin-top:50px;font-family:arial,sans-serif;border-collapse:collapse;width:100%}.md-content-containter td,.md-content-containter th{padding:8px;text-align:left;word-break:break-word;border:1px solid rgba(221,221,221,.7)}.md-content-containter tr:first-child{color:#fff;background-color:#2e4053b3}.md-content-containter tr:not(:first-child):hover{background-color:#ddd6;word-wrap:break-word;font-size:12px}.md-content-containter .md-input-container{display:inline}.md-content-containter .md-input-container span.keyword-container{display:none}.md-content-containter .md-input-container span.value-container{color:#737373}.md-content-containter .md-input-container .markdown-keyword-input{border:none;background-color:transparent}.md-content-containter .md-input-container-active{padding:0;border-radius:8px;display:inline-flex;background-color:#e2e5ff;outline:1px solid #5965e5}.md-content-containter .md-input-container-active span.keyword-container{color:#5965e5;font-size:14px;font-weight:500;padding:5px 5px 5px 10px}.md-content-containter .md-input-container-active span.value-container{padding:5px 10px 5px 5px;color:#5965e5;font-size:14px;font-weight:500}.md-content-containter .md-input-container-active .markdown-keyword-input{flex-grow:1;border:none;display:block;border-radius:5px;background-color:#e2e5ff}.md-content-containter .keyword-highlighted{padding:5px;color:#5965e5;border-radius:8px;background-color:#e2e5ff;outline:1px solid #5965e5}.rendered-md-r1 span.keyword{height:50px;border-radius:20px;padding-right:10px;background-color:#5965e580}.rendered-md-r1 span.keyword span.keyword-name{color:#fff;background-color:#5965e5;padding-left:10px;padding-right:10px;margin:0;border-top-left-radius:20px;border-bottom-left-radius:20px}.rendered-md-r1 span.keyword span.keyword-value{margin:0;color:#000;padding-left:10px;padding-right:10px}.rendered-md-r2 span.keyword{height:50px;border-radius:20px;padding-right:10px;background-color:#f05d4980}.rendered-md-r2 span.keyword span.keyword-name{color:#fff;background-color:#f05d49;padding-left:10px;padding-right:10px;margin:0;border-top-left-radius:20px;border-bottom-left-radius:20px}.rendered-md-r2 span.keyword span.keyword-value{margin:0;color:#000;padding-left:10px;padding-right:10px}.mk-fonts{font-family:Satoshi}.mk-fonts.heading-title-1{font-size:44px;line-height:48px;font-weight:500;font-style:normal}.mk-fonts.heading-title{font-size:36px;line-height:48px;font-weight:500;font-style:normal}.mk-fonts.heading-title-light{font-size:36px;line-height:76px;font-weight:400;font-style:normal}.mk-fonts.heading-sub-title,.mk-fonts.heading-title-2{font-size:32px;line-height:40px;font-weight:500;font-style:normal}.mk-fonts.search-text-bolder{font-size:20px;line-height:30px;font-weight:700;font-style:normal}.mk-fonts.search-text-bold{line-height:30px;font-style:normal;font-size:20px!important;font-weight:500!important}.mk-fonts.search-text{font-size:24px;line-height:36px;font-weight:500;font-style:normal}.mk-fonts.search-text-lg-bold{font-size:24px;line-height:36px;font-weight:700;font-style:normal}.mk-fonts.search-text-bold{font-size:18px;line-height:28px;font-weight:700;font-style:normal}.mk-fonts.search-text-light{line-height:28px;font-style:normal;font-size:18px!important;font-weight:400!important}.mk-fonts.text-description{font-size:24px!important;font-weight:500!important;line-height:36px!important;font-style:normal!important}.mk-fonts.text-small{font-size:24px;font-weight:700;line-height:28px}.mk-fonts.text-small-1{font-size:20px;font-weight:500;line-height:28px}.mk-fonts.text-small-2{line-height:30px;font-size:20px!important;font-weight:500!important}.mk-fonts.text-small-sm{font-size:20px;font-weight:400;line-height:28px}.mk-fonts.text-reg-bold{font-size:16px!important;font-weight:700!important;line-height:24px!important}.mk-fonts.text-reg-bold-1{font-size:16px!important;font-weight:700!important;line-height:28px!important}.mk-fonts.text-reg{font-size:16px!important;font-weight:500!important;line-height:24px!important}.mk-fonts.text-reg-sm-line{font-size:16px!important;font-weight:500!important;line-height:20px!important}.mk-fonts.text-reg-light{font-size:16px;font-weight:400;line-height:24px}.mk-fonts.text-reg-1{font-size:15px;font-weight:500;line-height:24px}.mk-fonts.input-label-light{font-size:14px;font-weight:700;line-height:20px;color:#fff}.mk-fonts.input-label-dark{font-size:14px;font-weight:500;line-height:20px;color:#19181a}.mk-fonts.input-label{font-size:14px;font-weight:700;line-height:20px;color:#19181a}.mk-fonts.input-label-n{font-size:14px;font-weight:700;line-height:20px}.mk-fonts.input-label-sm{font-size:14px;font-weight:400;line-height:20px}.mk-fonts.input-label-sm-1{font-size:14px;font-weight:500;line-height:20px}.mk-fonts.input-label-sm-2{font-size:14px;font-weight:500;line-height:18px}.mk-fonts.input-label-md{font-size:16px;font-weight:400;line-height:20px;color:#19181a}.mk-fonts.input-label-lg{font-size:16px;font-weight:700;line-height:20px;color:#19181a}.mk-fonts.input-label-lg-light{font-size:16px;font-weight:700;line-height:20px;color:#fff}.mk-fonts.text-hint{font-size:16px;font-weight:400;line-height:24px;color:#5b5b5b;font-family:Satoshi}.mk-fonts.text-hint-1{font-size:16px;font-weight:500;line-height:24px;color:#5b5b5b;font-family:Satoshi}.mk-fonts.text-hint-sm{font-size:14px;font-weight:500;line-height:18px;color:#5b5b5b;font-family:Satoshi}.mk-fonts.text-hint-sm-1{font-size:14px;font-weight:400;line-height:18px;color:#5b5b5b;font-family:Satoshi}.mk-fonts.text-hint-xs{font-size:12px;font-weight:500;line-height:20px;font-family:Satoshi}.mk-fonts.link-text{color:#19181a;text-decoration:underline}.mk-fonts.link-text:hover{text-decoration:none}.mk-fonts.text-neutral{color:#8c8c8c}.mk-fonts.text-neutral-light{color:#bdbdbd}.mk-fonts.text-danger{color:#cc4533}.mk-fonts.avatar-content{font-size:16px;font-weight:700;line-height:24px}.mk-fonts.avatar-content-mini{font-size:16px;font-weight:400;line-height:20px}.mk-fonts.text-16-500-20{font-size:16px;font-weight:500;line-height:20px}.mk-fonts.jump-section{font-size:20px;font-weight:500;line-height:28px}.mk-fonts.jump-section-lh{font-size:20px;font-weight:500;line-height:30px}.mk-fonts.tag{font-size:14px!important;font-weight:500!important}.mk-fonts.tag-secondary{color:#737373;font-size:14px!important;font-weight:500!important}.mk-fonts.avatar-heading{font-size:12px;font-weight:500;line-height:20px}.mk-fonts.avatar-heading-secondary{color:#737373;font-size:13px!important;font-weight:500!important}.text-center{text-align:center!important}.gt-am-400-24{font-family:GTAmR!important;font-size:24px;font-weight:400;line-height:29px}.gt-am-700-24{font-family:GTAmR;font-size:14px;font-weight:700;line-height:18px}.gt-am-400-32{font-size:32px;font-weight:400;line-height:76px;font-family:GTAmR!important;text-transform:uppercase;font-style:normal}.mk-tab{font-family:Satoshi}.mk-tab.disabled .ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn,.mk-tab.disabled .ant-tabs .ant-tabs-tab .ant-tabs-tab-btn{color:#bdbdbd!important}.mk-tab .ant-tabs-nav{margin:0}.mk-tab .ant-tabs-nav:before{border-bottom:none!important}.mk-tab .ant-tabs-nav{margin-bottom:0}.mk-tab .ant-tabs-nav .ant-tabs-tab{font-size:24px;font-weight:500;line-height:36px;font-style:normal;padding:0}.mk-tab .ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab{margin-left:24px}.mk-tab .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn,.mk-tab .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn:hover{color:#8c8c8c!important}.mk-tab .ant-tabs-nav .ant-tabs-nav-more{display:none}.mk-tab .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn{color:#19181a!important}.mk-tab .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:#8c8c8c!important}.mk-tab .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-ink-bar,.mk-tab .ant-tabs-ink-bar-animated{display:none!important}.market-place-btn{padding:15px 25px;border-radius:0!important;border:none;cursor:pointer;align-items:center;display:inline-flex;justify-content:center}.market-place-btn.btn-primary{color:#fff;background-color:#000000d9;transition:.2s ease-in}.market-place-btn.btn-primary:hover{background-color:#000}.market-place-btn.btn-primary:disabled{background-color:#0009}.is-loading{position:relative;background-color:#ccc}.is-loading:after{top:0;display:block;content:"";position:absolute;width:100%;height:100%;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:loading .8s infinite}.is-loading-dark{position:relative;background-color:#19181a}.is-loading-dark:after{display:block;content:"";position:absolute;width:100%;height:100%;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:loading 2s infinite}@keyframes loading{0%{transform:translate(0)}to{transform:translate(100%)}}.fav-card{border-radius:7px}.fav-card .tags-wrapper{max-height:20px;overflow:hidden;padding:2px}.fav-card .ant-card-cover{background-color:#fff}.fav-card .ant-card-cover .img-skeleton{top:-1px;right:0;position:absolute;border-radius:6px 6px 0 0}.fav-card .ant-card-cover .img-blur-effect{top:-1px;right:0;position:absolute;border-radius:6px 6px 0 0;animation:blurEffect .5s ease-in}.fav-card .ant-card-cover .fav-icon{width:40px;height:40px;top:16px;right:16px;border-radius:50%;cursor:pointer;position:absolute;background-color:#f6f6f6cc;display:flex;justify-content:center;align-items:center;transition:.2s ease-in}.fav-card .ant-card-cover .fav-icon svg{transition:.2s ease-in}.fav-card .ant-card-cover .fav-icon:hover{background-color:#ffffffe6}.fav-card .ant-card-cover .fav-icon:hover svg{fill:#cb4335}@keyframes blurEffect{0%{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffc}25%{-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);background-color:#ffffffbf}50%{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffff80}75%{-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);background-color:#ffffff40}to{-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);background-color:#fff0}}.license-history .ant-table-column-sorter{display:none}.license-history .ant-table-fixed-header table .ant-table-thead,.license-history .ant-table-fixed-header table .ant-table-thead tr{background-color:#f6f6f6!important;border-bottom-color:#bdbdbd!important}.license-history .ant-table-fixed-header table .ant-table-thead tr th{font-size:16px;font-family:Satoshi;background-color:#f6f6f6!important;border-bottom-width:1px!important;border-color:#bdbdbd}.license-history .ant-table-fixed-header table .ant-table-tbody>tr>td{padding:10px}.license-history .ant-table-fixed-header table .ant-table-tbody::-webkit-scrollbar-thumb{border-radius:6px;background-color:#000!important}.license-history .ant-table-fixed-header table .ant-table-tbody::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.license-history .ant-table-fixed-header table .ant-table-tbody{background-color:#f6f6f6!important}.license-history .ant-table-fixed-header table .ant-table-tbody tr{font-size:16px!important;background-color:#f6f6f6!important;font-family:Satoshi}.license-history .ant-table-fixed-header table .ant-table-tbody tr td{font-size:16px!important;font-family:Satoshi;background-color:#f6f6f6!important}.license-history .ant-table-fixed-header table .ant-table-tbody tr td a.transaction-link{color:#19181a}.license-history .ant-table-content table .ant-table-thead,.license-history .ant-table-content table .ant-table-thead tr{background-color:#f6f6f6!important;border-bottom-color:#bdbdbd!important}.license-history .ant-table-content table .ant-table-thead tr th{font-size:16px;font-family:Satoshi;background-color:#f6f6f6!important}.license-history .ant-table-content table .ant-table-tbody{background-color:#f6f6f6!important}.license-history .ant-table-content table .ant-table-tbody::-webkit-scrollbar-thumb{background-color:#000!important;border-radius:6px}.license-history .ant-table-content table .ant-table-tbody::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.license-history .ant-table-content table .ant-table-tbody{height:20px!important}.license-history .ant-table-content table .ant-table-tbody tr{font-family:Satoshi;font-size:16px!important;background-color:#f6f6f6!important;height:20px!important}.license-history .ant-table-content table .ant-table-tbody tr td{height:20px!important;font-size:16px!important;font-family:Satoshi;background-color:#f6f6f6!important}.license-history .ant-table-content table .ant-table-tbody tr td a.transaction-link{color:#19181a}.license-offer-table .ant-table-fixed-header table .ant-table-thead,.license-offer-table .ant-table-fixed-header table .ant-table-thead tr{background-color:#f6f6f6!important}.license-offer-table .ant-table-fixed-header table .ant-table-thead tr th{font-size:16px;font-family:Satoshi;background-color:#f6f6f6!important;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#737373!important}.auto-complete ::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.auto-complete ::-webkit-scrollbar-thumb{border-radius:6px;background-color:#000}.text-success{color:#009262}.text-upper{text-transform:uppercase}.bg-info{background-color:#f2ebff}.text-info{color:#712eff}.category-selector ul.ant-dropdown-menu{padding:0;width:345px;margin-top:10px;border-radius:0}.category-selector ul.ant-dropdown-menu li.ant-dropdown-menu-item{height:68px;border-radius:0}.category-selector ul.ant-dropdown-menu li.ant-dropdown-menu-item:hover{background-color:#f2ebff}.sort-selector ul.ant-dropdown-menu{padding:0;width:248px;margin-top:10px;border-radius:0}.sort-selector ul.ant-dropdown-menu li.ant-dropdown-menu-item{padding:16px 24px;border-radius:0}.sort-selector ul.ant-dropdown-menu li.ant-dropdown-menu-item-divider{margin:0!important}.sort-selector ul.ant-dropdown-menu li.ant-dropdown-menu-item:hover{background-color:#f2ebff}.ant-popover.filters-menu{width:248px;border-radius:2px}.ant-popover.filters-menu .ant-popover-inner{padding:0;width:248px;border-radius:2px!important}.ant-popover.filters-menu .ant-popover-inner .filter-menu-item:hover{background-color:#f2ebff}.bg-dark{background-color:#19181a!important}.bg-accent-purple-light{background-color:#f2ebff}.text-dark-primary{color:#19181a!important}.text-neutral-white{color:#f6f6f6}.text-neutral-darker{color:#5b5b5b}.text-neutral-darker-1{color:#737373}.text-neutral-darker-2{color:#8c8c8c}.text-accent-purple{color:#712eff}.text-accent-danger{color:#f05d49}.sidebar-option-items{border-bottom:1px solid rgba(255,255,255,.3)}.bg-neutral-light{background-color:#f6f6f6}.collection-selector-item{height:64px;display:flex;align-items:center;justify-content:space-between;padding-left:15px;padding-right:15px}.collection-selector-item:hover{background-color:#f2ebff}.collection-selector-item-disabled:hover{background-color:#e7e7e7}.license-history-menu-table .ant-popover-inner{padding:0;width:570px;height:500px;border-radius:2px;background:#f6f6f6;border:2px solid #bdbdbd}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-thead{background-color:#f6f6f6!important;border-bottom-color:#bdbdbd!important;border-bottom-width:10px!important}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-thead tr{background-color:#f6f6f6!important;border-bottom-color:#bdbdbd!important}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-thead tr th{font-size:16px;font-family:Satoshi;background-color:#f6f6f6!important}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-tbody::-webkit-scrollbar-thumb{border-radius:6px;background-color:#000!important}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-tbody::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-tbody{background-color:#f6f6f6!important}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-tbody tr{font-size:16px!important;font-family:Satoshi}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-tbody tr:hover{background-color:#bdbdbd!important}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-tbody tr td{font-size:16px!important;font-family:Satoshi;background-color:#f6f6f6!important}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-tbody tr td a.transaction-link{color:#19181a}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-thead,.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-thead tr{background-color:#f6f6f6!important;border-bottom-color:#bdbdbd!important}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-thead tr th{font-size:16px;font-family:Satoshi;background-color:#f6f6f6!important}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-tbody{background-color:#f6f6f6!important}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-tbody::-webkit-scrollbar-thumb{background-color:#000!important;border-radius:6px}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-tbody::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-tbody tr{font-size:16px!important;background-color:#f6f6f6!important;font-family:Satoshi}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-tbody tr td{font-size:16px!important;font-family:Satoshi;background-color:#f6f6f6!important}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-tbody tr td a.transaction-link{color:#19181a}.rm-stepper .ant-steps-icon{font-weight:700}.rm-stepper .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon{background-color:transparent!important;border:1px solid #712eff}.rm-stepper .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon svg{fill:#712eff}.rm-stepper .ant-steps-item-container{box-sizing:border-box;width:-moz-fit-content;width:fit-content}.rm-stepper .ant-steps-item-title:after{width:30px}.rm-stepper .ant-steps-item-tail{background-color:red}.rm-stepper .ant-steps-item.ant-steps-item-process.ant-steps-item-active .ant-steps-item-container .ant-steps-item-title{color:#712eff;font-weight:700}.select-input-wrapper{position:relative;width:100%;height:30px}.select-input-wrapper select{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:none;outline:none;background:transparent;width:100%;height:100%;font-size:16px;line-height:30px;padding-right:20px;border-bottom:1px solid #000;color:#000}.select-input-wrapper select::-ms-expand{display:none}.select-input-wrapper select option{font-size:16px;line-height:30px}.select-input-wrapper:after{content:"";position:absolute;transform:translateY(-50%);top:50%;right:0;width:0;height:0;border-style:solid;border-width:6px 6px 0 6px;border-color:#000 transparent transparent transparent}.mk-select-container .ant-select{outline:none;margin-top:6px}.mk-select-container .ant-select .ant-select-selector{outline:none;border:none;margin-left:0;padding-left:0}.mk-select-container .ant-select .ant-select-selector input{margin-left:0;font-size:16px;font-weight:400;line-height:24px}.border-light{border:2px solid #5a5a5a!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.ms-0{margin-left:0!important}.me-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.p-0{padding:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.pt-0{padding-top:0!important}.ps-0{padding-left:0!important}.pe-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.m-1rem{margin:1rem!important}.mt-1rem{margin-top:1rem!important}.ms-1rem{margin-left:1rem!important}.me-1rem{margin-right:1rem!important}.mb-1rem{margin-bottom:1rem!important}.mx-1rem{margin-left:1rem!important;margin-right:1rem!important}.my-1rem{margin-top:1rem!important;margin-bottom:1rem!important}.p-1rem{padding:1rem!important}.px-1rem{padding-left:1rem!important;padding-right:1rem!important}.py-1rem{padding-top:1rem!important;padding-bottom:1rem!important}.pt-1rem{padding-top:1rem!important}.ps-1rem{padding-left:1rem!important}.pe-1rem{padding-right:1rem!important}.pb-1rem{padding-bottom:1rem!important}.m-2rem{margin:2rem!important}.mt-2rem{margin-top:2rem!important}.ms-2rem{margin-left:2rem!important}.me-2rem{margin-right:2rem!important}.mb-2rem{margin-bottom:2rem!important}.mx-2rem{margin-left:2rem!important;margin-right:2rem!important}.my-2rem{margin-top:2rem!important;margin-bottom:2rem!important}.p-2rem{padding:2rem!important}.px-2rem{padding-left:2rem!important;padding-right:2rem!important}.py-2rem{padding-top:2rem!important;padding-bottom:2rem!important}.pt-2rem{padding-top:2rem!important}.ps-2rem{padding-left:2rem!important}.pe-2rem{padding-right:2rem!important}.pb-2rem{padding-bottom:2rem!important}.m-3rem{margin:3rem!important}.mt-3rem{margin-top:3rem!important}.ms-3rem{margin-left:3rem!important}.me-3rem{margin-right:3rem!important}.mb-3rem{margin-bottom:3rem!important}.mx-3rem{margin-left:3rem!important;margin-right:3rem!important}.my-3rem{margin-top:3rem!important;margin-bottom:3rem!important}.p-3rem{padding:3rem!important}.px-3rem{padding-left:3rem!important;padding-right:3rem!important}.py-3rem{padding-top:3rem!important;padding-bottom:3rem!important}.pt-3rem{padding-top:3rem!important}.ps-3rem{padding-left:3rem!important}.pe-3rem{padding-right:3rem!important}.pb-3rem{padding-bottom:3rem!important}.m-4rem{margin:4rem!important}.mt-4rem{margin-top:4rem!important}.ms-4rem{margin-left:4rem!important}.me-4rem{margin-right:4rem!important}.mb-4rem{margin-bottom:4rem!important}.mx-4rem{margin-left:4rem!important;margin-right:4rem!important}.my-4rem{margin-top:4rem!important;margin-bottom:4rem!important}.p-4rem{padding:4rem!important}.px-4rem{padding-left:4rem!important;padding-right:4rem!important}.py-4rem{padding-top:4rem!important;padding-bottom:4rem!important}.pt-4rem{padding-top:4rem!important}.ps-4rem{padding-left:4rem!important}.pe-4rem{padding-right:4rem!important}.pb-4rem{padding-bottom:4rem!important}.m-5rem{margin:5rem!important}.mt-5rem{margin-top:5rem!important}.ms-5rem{margin-left:5rem!important}.me-5rem{margin-right:5rem!important}.mb-5rem{margin-bottom:5rem!important}.mx-5rem{margin-left:5rem!important;margin-right:5rem!important}.my-5rem{margin-top:5rem!important;margin-bottom:5rem!important}.p-5rem{padding:5rem!important}.px-5rem{padding-left:5rem!important;padding-right:5rem!important}.py-5rem{padding-top:5rem!important;padding-bottom:5rem!important}.pt-5rem{padding-top:5rem!important}.ps-5rem{padding-left:5rem!important}.pe-5rem{padding-right:5rem!important}.pb-5rem{padding-bottom:5rem!important}.m-6rem{margin:6rem!important}.mt-6rem{margin-top:6rem!important}.ms-6rem{margin-left:6rem!important}.me-6rem{margin-right:6rem!important}.mb-6rem{margin-bottom:6rem!important}.mx-6rem{margin-left:6rem!important;margin-right:6rem!important}.my-6rem{margin-top:6rem!important;margin-bottom:6rem!important}.p-6rem{padding:6rem!important}.px-6rem{padding-left:6rem!important;padding-right:6rem!important}.py-6rem{padding-top:6rem!important;padding-bottom:6rem!important}.pt-6rem{padding-top:6rem!important}.ps-6rem{padding-left:6rem!important}.pe-6rem{padding-right:6rem!important}.pb-6rem{padding-bottom:6rem!important}.m-8rem{margin:8rem!important}.mt-8rem{margin-top:8rem!important}.ms-8rem{margin-left:8rem!important}.me-8rem{margin-right:8rem!important}.mb-8rem{margin-bottom:8rem!important}.mx-8rem{margin-left:8rem!important;margin-right:8rem!important}.my-8rem{margin-top:8rem!important;margin-bottom:8rem!important}.p-8rem{padding:8rem!important}.px-8rem{padding-left:8rem!important;padding-right:8rem!important}.py-8rem{padding-top:8rem!important;padding-bottom:8rem!important}.pt-8rem{padding-top:8rem!important}.ps-8rem{padding-left:8rem!important}.pe-8rem{padding-right:8rem!important}.pb-8rem{padding-bottom:8rem!important}.m-10rem{margin:10rem!important}.mt-10rem{margin-top:10rem!important}.ms-10rem{margin-left:10rem!important}.me-10rem{margin-right:10rem!important}.mb-10rem{margin-bottom:10rem!important}.mx-10rem{margin-left:10rem!important;margin-right:10rem!important}.my-10rem{margin-top:10rem!important;margin-bottom:10rem!important}.p-10rem{padding:10rem!important}.px-10rem{padding-left:10rem!important;padding-right:10rem!important}.py-10rem{padding-top:10rem!important;padding-bottom:10rem!important}.pt-10rem{padding-top:10rem!important}.ps-10rem{padding-left:10rem!important}.pe-10rem{padding-right:10rem!important}.pb-10rem{padding-bottom:10rem!important}.m-12rem{margin:12rem!important}.mt-12rem{margin-top:12rem!important}.ms-12rem{margin-left:12rem!important}.me-12rem{margin-right:12rem!important}.mb-12rem{margin-bottom:12rem!important}.mx-12rem{margin-left:12rem!important;margin-right:12rem!important}.my-12rem{margin-top:12rem!important;margin-bottom:12rem!important}.p-12rem{padding:12rem!important}.px-12rem{padding-left:12rem!important;padding-right:12rem!important}.py-12rem{padding-top:12rem!important;padding-bottom:12rem!important}.pt-12rem{padding-top:12rem!important}.ps-12rem{padding-left:12rem!important}.pe-12rem{padding-right:12rem!important}.pb-12rem{padding-bottom:12rem!important}.m-16rem{margin:16rem!important}.mt-16rem{margin-top:16rem!important}.ms-16rem{margin-left:16rem!important}.me-16rem{margin-right:16rem!important}.mb-16rem{margin-bottom:16rem!important}.mx-16rem{margin-left:16rem!important;margin-right:16rem!important}.my-16rem{margin-top:16rem!important;margin-bottom:16rem!important}.p-16rem{padding:16rem!important}.px-16rem{padding-left:16rem!important;padding-right:16rem!important}.py-16rem{padding-top:16rem!important;padding-bottom:16rem!important}.pt-16rem{padding-top:16rem!important}.ps-16rem{padding-left:16rem!important}.pe-16rem{padding-right:16rem!important}.pb-16rem{padding-bottom:16rem!important}.m-20rem{margin:20rem!important}.mt-20rem{margin-top:20rem!important}.ms-20rem{margin-left:20rem!important}.me-20rem{margin-right:20rem!important}.mb-20rem{margin-bottom:20rem!important}.mx-20rem{margin-left:20rem!important;margin-right:20rem!important}.my-20rem{margin-top:20rem!important;margin-bottom:20rem!important}.p-20rem{padding:20rem!important}.px-20rem{padding-left:20rem!important;padding-right:20rem!important}.py-20rem{padding-top:20rem!important;padding-bottom:20rem!important}.pt-20rem{padding-top:20rem!important}.ps-20rem{padding-left:20rem!important}.pe-20rem{padding-right:20rem!important}.pb-20rem{padding-bottom:20rem!important}.m-24rem{margin:24rem!important}.mt-24rem{margin-top:24rem!important}.ms-24rem{margin-left:24rem!important}.me-24rem{margin-right:24rem!important}.mb-24rem{margin-bottom:24rem!important}.mx-24rem{margin-left:24rem!important;margin-right:24rem!important}.my-24rem{margin-top:24rem!important;margin-bottom:24rem!important}.p-24rem{padding:24rem!important}.px-24rem{padding-left:24rem!important;padding-right:24rem!important}.py-24rem{padding-top:24rem!important;padding-bottom:24rem!important}.pt-24rem{padding-top:24rem!important}.ps-24rem{padding-left:24rem!important}.pe-24rem{padding-right:24rem!important}.pb-24rem{padding-bottom:24rem!important}.m-32rem{margin:32rem!important}.mt-32rem{margin-top:32rem!important}.ms-32rem{margin-left:32rem!important}.me-32rem{margin-right:32rem!important}.mb-32rem{margin-bottom:32rem!important}.mx-32rem{margin-left:32rem!important;margin-right:32rem!important}.my-32rem{margin-top:32rem!important;margin-bottom:32rem!important}.p-32rem{padding:32rem!important}.px-32rem{padding-left:32rem!important;padding-right:32rem!important}.py-32rem{padding-top:32rem!important;padding-bottom:32rem!important}.pt-32rem{padding-top:32rem!important}.ps-32rem{padding-left:32rem!important}.pe-32rem{padding-right:32rem!important}.pb-32rem{padding-bottom:32rem!important}.m-40rem{margin:40rem!important}.mt-40rem{margin-top:40rem!important}.ms-40rem{margin-left:40rem!important}.me-40rem{margin-right:40rem!important}.mb-40rem{margin-bottom:40rem!important}.mx-40rem{margin-left:40rem!important;margin-right:40rem!important}.my-40rem{margin-top:40rem!important;margin-bottom:40rem!important}.p-40rem{padding:40rem!important}.px-40rem{padding-left:40rem!important;padding-right:40rem!important}.py-40rem{padding-top:40rem!important;padding-bottom:40rem!important}.pt-40rem{padding-top:40rem!important}.ps-40rem{padding-left:40rem!important}.pe-40rem{padding-right:40rem!important}.pb-40rem{padding-bottom:40rem!important}.m-48rem{margin:48rem!important}.mt-48rem{margin-top:48rem!important}.ms-48rem{margin-left:48rem!important}.me-48rem{margin-right:48rem!important}.mb-48rem{margin-bottom:48rem!important}.mx-48rem{margin-left:48rem!important;margin-right:48rem!important}.my-48rem{margin-top:48rem!important;margin-bottom:48rem!important}.p-48rem{padding:48rem!important}.px-48rem{padding-left:48rem!important;padding-right:48rem!important}.py-48rem{padding-top:48rem!important;padding-bottom:48rem!important}.pt-48rem{padding-top:48rem!important}.ps-48rem{padding-left:48rem!important}.pe-48rem{padding-right:48rem!important}.pb-48rem{padding-bottom:48rem!important}.m-56rem{margin:56rem!important}.mt-56rem{margin-top:56rem!important}.ms-56rem{margin-left:56rem!important}.me-56rem{margin-right:56rem!important}.mb-56rem{margin-bottom:56rem!important}.mx-56rem{margin-left:56rem!important;margin-right:56rem!important}.my-56rem{margin-top:56rem!important;margin-bottom:56rem!important}.p-56rem{padding:56rem!important}.px-56rem{padding-left:56rem!important;padding-right:56rem!important}.py-56rem{padding-top:56rem!important;padding-bottom:56rem!important}.pt-56rem{padding-top:56rem!important}.ps-56rem{padding-left:56rem!important}.pe-56rem{padding-right:56rem!important}.pb-56rem{padding-bottom:56rem!important}.m-64rem{margin:64rem!important}.mt-64rem{margin-top:64rem!important}.ms-64rem{margin-left:64rem!important}.me-64rem{margin-right:64rem!important}.mb-64rem{margin-bottom:64rem!important}.mx-64rem{margin-left:64rem!important;margin-right:64rem!important}.my-64rem{margin-top:64rem!important;margin-bottom:64rem!important}.p-64rem{padding:64rem!important}.px-64rem{padding-left:64rem!important;padding-right:64rem!important}.py-64rem{padding-top:64rem!important;padding-bottom:64rem!important}.pt-64rem{padding-top:64rem!important}.ps-64rem{padding-left:64rem!important}.pe-64rem{padding-right:64rem!important}.pb-64rem{padding-bottom:64rem!important}.mx-1{margin-left:5px;margin-right:5px}.py-1{padding-top:10px;padding-bottom:10px}.px-2{padding-left:15px!important;padding-right:15px!important}.py-2{padding-top:1.15rem!important;padding-bottom:1.15rem!important}.p-0,.pb-0{padding:0}.pb-2{padding:3px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:10px}.mt-1{margin-top:10px}.mb-2{margin-bottom:13px}.ms-1{margin-left:5px}.w-50{width:50%}.w-100{width:100%}@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}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 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.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display: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:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper{width:100%;z-index:1000}.swiper .swiper-wrapper{padding-left:30px;padding-right:30px}.swiper .swiper-button-prev:after{display:none}.swiper .swiper-button-next:after{display:none}.swiper .swiper-nav-btns{height:80px;width:100%;position:static;margin-top:-80px;z-index:100000!important;display:flex;justify-content:space-between;align-items:center}.swiper .swiper-nav-btns button{width:30px;height:30px;border-radius:30px;border:1px solid #000;color:#000;display:flex;justify-content:center;align-items:center;background-color:#fff;margin:0px .5rem;box-shadow:2px 2px 2px #00000080;transition:all .5s;z-index:100000000000}.swiper .swiper-nav-btns button:hover{cursor:pointer}:where(:not(.tw-prose):not(.tw-prose *))>h1{font-size:32px;font-weight:700;line-height:43px;letter-spacing:-.02em;font-family:Satoshi}:where(:not(.tw-prose):not(.tw-prose *))>h2{font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.01em;font-family:Satoshi}:where(:not(.tw-prose):not(.tw-prose *))>h3{font-weight:700;font-size:20px;line-height:27px;letter-spacing:-.005em;font-family:Satoshi}:where(:not(.tw-prose):not(.tw-prose *))>h4{font-weight:500;font-size:20px;line-height:140%;letter-spacing:-.005em;font-family:Satoshi}:where(:not(.tw-prose):not(.tw-prose *))>h5{font-weight:500;font-size:18px;line-height:140%;letter-spacing:-.0025em;font-family:Satoshi}:where(:not(.tw-prose):not(.tw-prose *))>h6{font-size:16px;font-weight:500;line-height:140%;font-family:Satoshi}:where(:not(.tw-prose):not(.tw-prose *))>p{font-size:16px;font-weight:500;line-height:160%;font-family:Satoshi}:where(:not(.tw-prose):not(.tw-prose *))>.text-secondary{color:#737373}:where(:not(.tw-prose):not(.tw-prose *))>.text-secondary-dark{color:#5b5b5b}:where(:not(.tw-prose):not(.tw-prose *))>.text-success{color:#009262}:where(:not(.tw-prose):not(.tw-prose *))>.text-white{color:#fff}:where(:not(.tw-prose):not(.tw-prose *))>.text-input-error{font-size:13px;color:#cb4335b3}:where(:not(.tw-prose):not(.tw-prose *))>.text-input-success{font-size:13px;color:#009262}:where(:not(.tw-prose):not(.tw-prose *))>.text-capitalize{text-transform:uppercase}:where(:not(.tw-prose):not(.tw-prose *))>.paragraph-action{border:none;cursor:pointer;background-color:#fff;padding:0}:where(:not(.tw-prose):not(.tw-prose *))>.paragraph-action:hover{color:#000}:where(:not(.tw-prose):not(.tw-prose *))>.custom-paragraph-ellipsis{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;max-height:3em}:where(:not(.tw-prose):not(.tw-prose *))>.custom-paragraph-ellipsis-1{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;max-height:1.5em}.arrow-container{display:block;width:60px;height:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0)}.arrow-container:hover{cursor:pointer}.arrow-container:hover .arrow{top:50%}.arrow-container:hover .arrow:before{transform:translate(-50%,-50%) rotate(-30deg)}.arrow-container:hover .arrow:after{transform:translate(-50%,-50%) rotate(30deg)}.arrow{position:absolute;left:50%;transition:all .4s ease}.arrow:before,.arrow:after{transition:all .4s ease;content:"";display:block;position:absolute;transform-origin:bottom right;background:#000;width:4px;height:20px;border-radius:10px;transform:translate(-50%,-50%) rotate(-45deg)}.arrow:after{transform-origin:bottom left;transform:translate(-50%,-50%) rotate(45deg)}.arrow:nth-child(1){opacity:.3;top:35%}.arrow:nth-child(2){opacity:.6;top:55%}.arrow:nth-child(3){opacity:.9;top:75%}:root{--remaster-header-height: 64px;--w3m-z-index: 1111!important}html,body{margin:0;padding:0;font-family:Satoshi}img{-o-object-fit:cover;object-fit:cover}*{font-family:Satoshi;-webkit-font-smoothing:antialiased}.ant-modal-mask{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ant-tooltip .ant-tooltip-inner{min-height:unset}.custom-scrollbar-r1::-webkit-scrollbar-thumb{background-color:#5965e5;border-radius:6px}.custom-scrollbar-r1::-webkit-scrollbar{width:5px;height:5px;border-radius:6px;background-color:#f6f6f6}.custom-scrollbar-r2::-webkit-scrollbar-thumb{background-color:#f27362;border-radius:6px}.custom-scrollbar-r2::-webkit-scrollbar{width:5px;height:5px;border-radius:6px;background-color:#f6f6f6}.custom-scrollbar-r3::-webkit-scrollbar-thumb{background-color:#712eff;border-radius:6px}.custom-scrollbar-r3::-webkit-scrollbar{width:5px;height:5px;border-radius:6px;background-color:#f6f6f6}.custom-scrollbar-dark::-webkit-scrollbar-thumb{background-color:#19181a;border-radius:6px}.custom-scrollbar-dark::-webkit-scrollbar{width:5px;height:5px;border-radius:6px;background-color:#f6f6f6}.custom-scrollbar-light::-webkit-scrollbar-thumb{background-color:#e7e7e7;border-radius:6px}.custom-scrollbar-light::-webkit-scrollbar{width:5px;height:5px;border-radius:6px;background-color:#f6f6f6}.custom-scrollbar-dark-light::-webkit-scrollbar-thumb{border-radius:6px;background-color:#ffffff80}.custom-scrollbar-dark-light::-webkit-scrollbar{width:5px;height:5px;border-radius:6px;background-color:#fff3}.no-scrollbar::-webkit-scrollbar-thumb{background-color:transparent;border-radius:3px}.no-scrollbar::-webkit-scrollbar{width:2px;border-radius:6px;background-color:transparent}.ant-drawer-body::-webkit-scrollbar-thumb{background-color:#000;border-radius:6px}.ant-drawer-body::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.border-1{border-radius:5px!important}.border-b-1{border-bottom:1px solid #e7e7e7;padding-left:10px;padding-right:10px}.cursor-pointer{cursor:pointer}.bg-danger{background-color:red}.bg-primary{background-color:#00f}.bg-white{background-color:#fff}.table-input-row-container{border-bottom:1px solid #f0f0f0;padding-top:15px;padding-bottom:15px}.border-1{border:1px solid #f0f0f0}.filter-menu .ant-popover-inner-content{max-height:300px;min-height:300px;overflow-y:scroll}.filter-menu .ant-popover-inner-content::-webkit-scrollbar-thumb{background-color:#5965e5;border-radius:6px}.filter-menu .ant-popover-inner-content::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}#collection-menu .ant-popover{left:30px!important}@media(min-width:1201px)and (max-width:1920px){#collection-menu .ant-popover{left:20px!important}}.collection-selector-menu .ant-popover-content{border-radius:2px}.collection-selector-menu .ant-popover-content .ant-popover-inner{width:100%;padding:0;margin-top:-15px;border-radius:2px}.collection-selector-menu .ant-popover-inner-content{width:239px;padding:0}@media(min-width:1201px)and (max-width:1920px){.collection-selector-menu .ant-popover-inner-content{width:275px;padding:0}}.shake-animation{animation:horizontal-shaking .4s 5}@keyframes horizontal-shaking{0%{transform:translate(0)}25%{transform:translate(5px)}50%{transform:translate(-5px)}75%{transform:translate(5px)}to{transform:translate(0)}}.slick-list{padding:15px!important}.slick-list .slick-track{width:100%!important;display:flex!important;justify-content:flex-start!important}.slick-list .slick-track .slick-slide{margin-right:20px}.attr-selector .ant-select-selector{height:50px;border:none!important;outline:none!important;background:#f6f6f6!important;padding-left:10px}.attr-selector .ant-select-selector .ant-select-selection-overflow-item .ant-select-selection-item{height:35px;display:flex;align-items:center;justify-content:center}.tags-input .ant-select-selector{height:50px;overflow-y:scroll;border:none!important;outline:none!important;background:#f6f6f6!important}.tags-input .ant-select-selector .ant-select-selection-overflow-item .ant-select-selection-item{height:35px;display:flex;align-items:center;justify-content:center}@keyframes floatIn{0%{opacity:0;transform:translate(50px)}50%{opacity:0;transform:translate(0)}to{opacity:1;transform:translate(0)}}.slide-in{animation-name:floatIn;animation-duration:.5s;animation-timing-function:ease-out;animation-fill-mode:forwards;opacity:0;transform:translateY(50px)}.rotate-180{rotate:180deg}label.ant-radio-button-wrapper-checked:hover{border-color:#000000d9!important;outline-color:#000000d9!important;background-color:#000000d9!important}label.ant-radio-button-wrapper-checked:hover:before{border-color:#000000d9!important;outline-color:#000000d9!important;background-color:#000000d9!important}label.ant-radio-button-wrapper-checked span.ant-radio-button-checked:hover{border-color:#000000d9!important;outline-color:#000000d9!important;background-color:#000000d9!important}.license-header{display:flex;flex-wrap:wrap}.license-header .collection-img{max-height:166px;min-height:166px;min-width:166px;max-width:166px;-o-object-fit:cover;object-fit:cover;border-radius:5}.license-header .collection-content{flex-grow:1}.ant-modal .ant-modal-close{height:auto;width:auto}.ant-modal .ant-modal-close:hover{background-color:transparent}.ant-upload-list-item-done{display:none!important}.pin-input{-webkit-text-security:disc;-moz-text-security:circle;text-security:circle}#remaster-body .ant-form-item .ant-form-item-label>label{font-weight:700;font-size:14px;line-height:20px;height:auto;min-height:32px}#remaster-body .ant-form-vertical .ant-form-item-label{padding:0}.Toastify__toast-container--top-right{top:2px;right:2px;width:600px}.Toastify__toast{color:#fff;border-radius:0}.Toastify__toast--default{background-color:transparent;width:466px;right:0;padding:0}.Toastify__toast-body{margin:0;padding:0}.Toastify__toast-container--top-right{top:2px;right:2px;width:472px}.Toastify__toast-container--bottom-left{bottom:2px;left:2px;width:472px}.input-highlighter{animation:blink 5s step-end;border-radius:2px}@keyframes blink{0%,to{background-color:transparent}10%{background-color:#e9554a66}30%{background-color:transparent}40%{background-color:#e9554a66}60%{background-color:transparent}70%{background-color:#e9554a66}90%{background-color:transparent}}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.manage-license-opts .ant-dropdown-menu-submenu-arrow{display:none!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.tw-container{width:100%;margin-right:auto;margin-left:auto}@media(min-width:480px){.tw-container{max-width:480px}}@media(min-width:576px){.tw-container{max-width:576px}}@media(min-width:768px){.tw-container{max-width:768px}}@media(min-width:992px){.tw-container{max-width:992px}}@media(min-width:1200px){.tw-container{max-width:1200px}}@media(min-width:1600px){.tw-container{max-width:1600px}}.tw-prose{color:var(--tw-prose-body);max-width:65ch}.tw-prose :where(p):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;word-wrap:break-word}.tw-prose :where([class~=lead]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.tw-prose :where(a):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.tw-prose :where(strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.tw-prose :where(a strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:inherit}.tw-prose :where(blockquote strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:inherit}.tw-prose :where(thead th strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:inherit}.tw-prose :where(ol):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.tw-prose :where(ol[type=A]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){list-style-type:upper-alpha}.tw-prose :where(ol[type=a]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){list-style-type:lower-alpha}.tw-prose :where(ol[type=A s]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){list-style-type:upper-alpha}.tw-prose :where(ol[type=a s]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){list-style-type:lower-alpha}.tw-prose :where(ol[type=I]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){list-style-type:upper-roman}.tw-prose :where(ol[type=i]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){list-style-type:lower-roman}.tw-prose :where(ol[type=I s]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){list-style-type:upper-roman}.tw-prose :where(ol[type=i s]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){list-style-type:lower-roman}.tw-prose :where(ol[type="1"]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){list-style-type:decimal}.tw-prose :where(ul):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.tw-prose :where(ol>li):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.tw-prose :where(ul>li):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *))::marker{color:var(--tw-prose-bullets)}.tw-prose :where(dt):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.tw-prose :where(hr):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.tw-prose :where(blockquote):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.tw-prose :where(blockquote p:first-of-type):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)):before{content:open-quote}.tw-prose :where(blockquote p:last-of-type):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)):after{content:close-quote}.tw-prose :where(h1):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.tw-prose :where(h1 strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-weight:900;color:inherit}.tw-prose :where(h2):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.tw-prose :where(h2 strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-weight:800;color:inherit}.tw-prose :where(h3):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.tw-prose :where(h3 strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-weight:700;color:inherit}.tw-prose :where(h4):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.tw-prose :where(h4 strong):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-weight:700;color:inherit}.tw-prose :where(img):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:2em;margin-bottom:2em}.tw-prose :where(picture):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.tw-prose :where(video):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:2em;margin-bottom:2em}.tw-prose :where(kbd):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.tw-prose :where(code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.tw-prose :where(code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)):before{content:"`"}.tw-prose :where(code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)):after{content:"`"}.tw-prose :where(a code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:inherit}.tw-prose :where(h1 code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:inherit}.tw-prose :where(h2 code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:inherit;font-size:.875em}.tw-prose :where(h3 code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:inherit;font-size:.9em}.tw-prose :where(h4 code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:inherit}.tw-prose :where(blockquote code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:inherit}.tw-prose :where(thead th code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:inherit}.tw-prose :where(pre):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.tw-prose :where(pre code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.tw-prose :where(pre code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)):before{content:none}.tw-prose :where(pre code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)):after{content:none}.tw-prose :where(table):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.tw-prose :where(thead):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.tw-prose :where(thead th):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.tw-prose :where(tbody tr):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.tw-prose :where(tbody tr:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){border-bottom-width:0}.tw-prose :where(tbody td):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){vertical-align:baseline}.tw-prose :where(tfoot):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.tw-prose :where(tfoot td):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){vertical-align:top}.tw-prose :where(th,td):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){text-align:start}.tw-prose :where(figure>*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:0;margin-bottom:0}.tw-prose :where(figcaption):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.tw-prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.tw-prose :where(picture>img):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:0;margin-bottom:0}.tw-prose :where(li):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:.5em;margin-bottom:.5em}.tw-prose :where(ol>li):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding-inline-start:.375em}.tw-prose :where(ul>li):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding-inline-start:.375em}.tw-prose :where(.tw-prose>ul>li p):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:.75em;margin-bottom:.75em}.tw-prose :where(.tw-prose>ul>li>p:first-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:1.25em}.tw-prose :where(.tw-prose>ul>li>p:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-bottom:1.25em}.tw-prose :where(.tw-prose>ol>li>p:first-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:1.25em}.tw-prose :where(.tw-prose>ol>li>p:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-bottom:1.25em}.tw-prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:.75em;margin-bottom:.75em}.tw-prose :where(dl):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.tw-prose :where(dd):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.tw-prose :where(hr+*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:0}.tw-prose :where(h2+*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:0}.tw-prose :where(h3+*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:0}.tw-prose :where(h4+*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:0}.tw-prose :where(thead th:first-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding-inline-start:0}.tw-prose :where(thead th:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding-inline-end:0}.tw-prose :where(tbody td,tfoot td):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.tw-prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding-inline-start:0}.tw-prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding-inline-end:0}.tw-prose :where(figure):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:2em;margin-bottom:2em}.tw-prose :where(.tw-prose>:first-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:0}.tw-prose :where(.tw-prose>:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-bottom:0}.tw-prose :where(div):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;word-wrap:break-word;font-size:16px;font-weight:500;line-height:160%}.tw-prose :where(th):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding:1rem}.tw-prose :where(td):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding:1rem}.tw-prose-base{font-size:1rem;line-height:1.75}.tw-prose-base :where(p):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.tw-prose-base :where([class~=lead]):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.tw-prose-base :where(blockquote):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.tw-prose-base :where(h1):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.tw-prose-base :where(h2):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.tw-prose-base :where(h3):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.tw-prose-base :where(h4):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.tw-prose-base :where(img):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:2em;margin-bottom:2em}.tw-prose-base :where(picture):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:2em;margin-bottom:2em}.tw-prose-base :where(picture>img):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:0;margin-bottom:0}.tw-prose-base :where(video):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:2em;margin-bottom:2em}.tw-prose-base :where(kbd):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.tw-prose-base :where(code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-size:.875em}.tw-prose-base :where(h2 code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-size:.875em}.tw-prose-base :where(h3 code):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-size:.9em}.tw-prose-base :where(pre):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.tw-prose-base :where(ol):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.tw-prose-base :where(ul):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.tw-prose-base :where(li):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:.5em;margin-bottom:.5em}.tw-prose-base :where(ol>li):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding-inline-start:.375em}.tw-prose-base :where(ul>li):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding-inline-start:.375em}.tw-prose-base :where(.tw-prose-base>ul>li p):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:.75em;margin-bottom:.75em}.tw-prose-base :where(.tw-prose-base>ul>li>p:first-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:1.25em}.tw-prose-base :where(.tw-prose-base>ul>li>p:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-bottom:1.25em}.tw-prose-base :where(.tw-prose-base>ol>li>p:first-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:1.25em}.tw-prose-base :where(.tw-prose-base>ol>li>p:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-bottom:1.25em}.tw-prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:.75em;margin-bottom:.75em}.tw-prose-base :where(dl):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.tw-prose-base :where(dt):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:1.25em}.tw-prose-base :where(dd):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.tw-prose-base :where(hr):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:3em;margin-bottom:3em}.tw-prose-base :where(hr+*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:0}.tw-prose-base :where(h2+*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:0}.tw-prose-base :where(h3+*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:0}.tw-prose-base :where(h4+*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:0}.tw-prose-base :where(table):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-size:.875em;line-height:1.7142857}.tw-prose-base :where(thead th):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.tw-prose-base :where(thead th:first-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding-inline-start:0}.tw-prose-base :where(thead th:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding-inline-end:0}.tw-prose-base :where(tbody td,tfoot td):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.tw-prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding-inline-start:0}.tw-prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){padding-inline-end:0}.tw-prose-base :where(figure):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:2em;margin-bottom:2em}.tw-prose-base :where(figure>*):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:0;margin-bottom:0}.tw-prose-base :where(figcaption):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.tw-prose-base :where(.tw-prose-base>:first-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-top:0}.tw-prose-base :where(.tw-prose-base>:last-child):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)){margin-bottom:0}#remaster-body .tw-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}#remaster-body .tw-pointer-events-none{pointer-events:none}#remaster-body .tw-visible{visibility:visible}#remaster-body .tw-invisible{visibility:hidden}#remaster-body .\!tw-fixed{position:fixed!important}#remaster-body .tw-fixed{position:fixed}#remaster-body .tw-absolute{position:absolute}#remaster-body .tw-relative{position:relative}#remaster-body .tw-sticky{position:sticky}#remaster-body .tw-inset-0{inset:0}#remaster-body .tw-inset-y-0{top:0;bottom:0}#remaster-body .\!tw-right-0{right:0!important}#remaster-body .-tw-left-\[40px\]{left:-40px}#remaster-body .tw-bottom-0{bottom:0}#remaster-body .tw-bottom-10{bottom:2.5rem}#remaster-body .tw-bottom-6{bottom:1.5rem}#remaster-body .tw-bottom-\[15px\]{bottom:15px}#remaster-body .tw-left-0{left:0}#remaster-body .tw-left-1\/2{left:50%}#remaster-body .tw-left-\[-5px\]{left:-5px}#remaster-body .tw-left-\[12\%\]{left:12%}#remaster-body .tw-left-\[50\%\]{left:50%}#remaster-body .tw-right-0{right:0}#remaster-body .tw-right-1{right:.25rem}#remaster-body .tw-right-6{right:1.5rem}#remaster-body .tw-right-\[0px\]{right:0}#remaster-body .tw-right-\[25px\]{right:25px}#remaster-body .tw-right-\[40\%\]{right:40%}#remaster-body .tw-top-0{top:0}#remaster-body .tw-top-1{top:.25rem}#remaster-body .tw-top-1\/2{top:50%}#remaster-body .tw-top-10{top:2.5rem}#remaster-body .tw-top-16{top:4rem}#remaster-body .tw-top-20{top:5rem}#remaster-body .tw-top-6{top:1.5rem}#remaster-body .tw-top-8{top:2rem}#remaster-body .tw-top-\[-5px\]{top:-5px}#remaster-body .tw-top-\[0\.5px\]{top:.5px}#remaster-body .tw-top-\[25px\]{top:25px}#remaster-body .tw-top-\[30px\]{top:30px}#remaster-body .tw-top-\[32\%\]{top:32%}#remaster-body .tw-top-\[5px\]{top:5px}#remaster-body .tw-top-\[72px\]{top:72px}#remaster-body .tw-top-\[var\(--remaster-header-height\)\]{top:var(--remaster-header-height)}#remaster-body .tw-z-10{z-index:10}#remaster-body .tw-z-50{z-index:50}#remaster-body .tw-z-\[-1000000000000\]{z-index:-1000000000000}#remaster-body .tw-z-\[100000000000000000000\]{z-index:100000000000000000000}#remaster-body .tw-z-\[1000000000000\]{z-index:1000000000000}#remaster-body .tw-z-\[1000000000001\]{z-index:1000000000001}#remaster-body .tw-z-\[1000000\]{z-index:1000000}#remaster-body .tw-z-\[100000\]{z-index:100000}#remaster-body .tw-z-\[10000\]{z-index:10000}#remaster-body .tw-z-\[10001\]{z-index:10001}#remaster-body .tw-z-\[1000\]{z-index:1000}#remaster-body .tw-z-\[1\]{z-index:1}#remaster-body .tw-col-span-1{grid-column:span 1 / span 1}#remaster-body .tw-col-span-10{grid-column:span 10 / span 10}#remaster-body .tw-col-span-2{grid-column:span 2 / span 2}#remaster-body .tw-col-span-3{grid-column:span 3 / span 3}#remaster-body .tw-col-span-5{grid-column:span 5 / span 5}#remaster-body .tw-col-start-12{grid-column-start:12}#remaster-body .tw-col-start-2{grid-column-start:2}#remaster-body .tw-row-span-2{grid-row:span 2 / span 2}#remaster-body .\!tw-m-0{margin:0!important}#remaster-body .\!tw-m-auto{margin:auto!important}#remaster-body .tw-m-0{margin:0}#remaster-body .tw-m-1{margin:.25rem}#remaster-body .tw-m-12{margin:3rem}#remaster-body .tw-m-2{margin:.5rem}#remaster-body .tw-m-4{margin:1rem}#remaster-body .tw-m-5{margin:1.25rem}#remaster-body .tw-m-8{margin:2rem}#remaster-body .tw-m-\[0px\]{margin:0}#remaster-body .tw-m-auto{margin:auto}#remaster-body .-tw-mx-8{margin-left:-2rem;margin-right:-2rem}#remaster-body .-tw-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}#remaster-body .tw--mx-\[2\.5rem\]{margin-left:-2.5rem;margin-right:-2.5rem}#remaster-body .tw-mx-0{margin-left:0;margin-right:0}#remaster-body .tw-mx-1{margin-left:.25rem;margin-right:.25rem}#remaster-body .tw-mx-12{margin-left:3rem;margin-right:3rem}#remaster-body .tw-mx-14{margin-left:3.5rem;margin-right:3.5rem}#remaster-body .tw-mx-2{margin-left:.5rem;margin-right:.5rem}#remaster-body .tw-mx-4{margin-left:1rem;margin-right:1rem}#remaster-body .tw-mx-6{margin-left:1.5rem;margin-right:1.5rem}#remaster-body .tw-mx-9{margin-left:2.25rem;margin-right:2.25rem}#remaster-body .tw-mx-\[24px\]{margin-left:24px;margin-right:24px}#remaster-body .tw-mx-auto{margin-left:auto;margin-right:auto}#remaster-body .tw-my-0{margin-top:0;margin-bottom:0}#remaster-body .tw-my-1{margin-top:.25rem;margin-bottom:.25rem}#remaster-body .tw-my-10{margin-top:2.5rem;margin-bottom:2.5rem}#remaster-body .tw-my-2{margin-top:.5rem;margin-bottom:.5rem}#remaster-body .tw-my-3{margin-top:.75rem;margin-bottom:.75rem}#remaster-body .tw-my-4{margin-top:1rem;margin-bottom:1rem}#remaster-body .tw-my-5{margin-top:1.25rem;margin-bottom:1.25rem}#remaster-body .tw-my-6{margin-top:1.5rem;margin-bottom:1.5rem}#remaster-body .tw-my-7{margin-top:1.75rem;margin-bottom:1.75rem}#remaster-body .tw-my-8{margin-top:2rem;margin-bottom:2rem}#remaster-body .tw-my-\[10px\]{margin-top:10px;margin-bottom:10px}#remaster-body .tw-my-\[12px\]{margin-top:12px;margin-bottom:12px}#remaster-body .tw-my-\[16px\]{margin-top:16px;margin-bottom:16px}#remaster-body .tw-my-\[2\.5rem\]{margin-top:2.5rem;margin-bottom:2.5rem}#remaster-body .tw-my-\[20px\]{margin-top:20px;margin-bottom:20px}#remaster-body .tw-my-\[24px\]{margin-top:24px;margin-bottom:24px}#remaster-body .tw-my-\[2rem\]{margin-top:2rem;margin-bottom:2rem}#remaster-body .tw-my-\[3\.5rem\]{margin-top:3.5rem;margin-bottom:3.5rem}#remaster-body .tw-my-\[32px\]{margin-top:32px;margin-bottom:32px}#remaster-body .tw-my-\[40px\]{margin-top:40px;margin-bottom:40px}#remaster-body .tw-my-\[4px\]{margin-top:4px;margin-bottom:4px}#remaster-body .tw-my-\[5px\]{margin-top:5px;margin-bottom:5px}#remaster-body .tw-my-\[60px\]{margin-top:60px;margin-bottom:60px}#remaster-body .\!tw-mb-4{margin-bottom:1rem!important}#remaster-body .-tw-mb-\[0\.2em\]{margin-bottom:-.2em}#remaster-body .-tw-ml-10{margin-left:-2.5rem}#remaster-body .-tw-ml-4{margin-left:-1rem}#remaster-body .-tw-ml-6{margin-left:-1.5rem}#remaster-body .-tw-ml-8{margin-left:-2rem}#remaster-body .-tw-mr-8{margin-right:-2rem}#remaster-body .-tw-mt-1{margin-top:-.25rem}#remaster-body .-tw-mt-\[2px\]{margin-top:-2px}#remaster-body .tw-mb-0{margin-bottom:0}#remaster-body .tw-mb-1{margin-bottom:.25rem}#remaster-body .tw-mb-10{margin-bottom:2.5rem}#remaster-body .tw-mb-12{margin-bottom:3rem}#remaster-body .tw-mb-2{margin-bottom:.5rem}#remaster-body .tw-mb-20{margin-bottom:5rem}#remaster-body .tw-mb-24{margin-bottom:6rem}#remaster-body .tw-mb-3{margin-bottom:.75rem}#remaster-body .tw-mb-36{margin-bottom:9rem}#remaster-body .tw-mb-4{margin-bottom:1rem}#remaster-body .tw-mb-5{margin-bottom:1.25rem}#remaster-body .tw-mb-6{margin-bottom:1.5rem}#remaster-body .tw-mb-8{margin-bottom:2rem}#remaster-body .tw-mb-\[0px\]{margin-bottom:0}#remaster-body .tw-mb-\[10px\]{margin-bottom:10px}#remaster-body .tw-mb-\[120px\]{margin-bottom:120px}#remaster-body .tw-mb-\[124px\]{margin-bottom:124px}#remaster-body .tw-mb-\[12px\]{margin-bottom:12px}#remaster-body .tw-mb-\[14px\]{margin-bottom:14px}#remaster-body .tw-mb-\[15px\]{margin-bottom:15px}#remaster-body .tw-mb-\[16px\]{margin-bottom:16px}#remaster-body .tw-mb-\[22px\]{margin-bottom:22px}#remaster-body .tw-mb-\[24px\]{margin-bottom:24px}#remaster-body .tw-mb-\[26px\]{margin-bottom:26px}#remaster-body .tw-mb-\[2em\]{margin-bottom:2em}#remaster-body .tw-mb-\[2px\]{margin-bottom:2px}#remaster-body .tw-mb-\[32px\]{margin-bottom:32px}#remaster-body .tw-mb-\[36px\]{margin-bottom:36px}#remaster-body .tw-mb-\[40px\]{margin-bottom:40px}#remaster-body .tw-mb-\[45px\]{margin-bottom:45px}#remaster-body .tw-mb-\[4px\]{margin-bottom:4px}#remaster-body .tw-mb-\[5px\]{margin-bottom:5px}#remaster-body .tw-mb-\[60px\]{margin-bottom:60px}#remaster-body .tw-mb-\[6px\]{margin-bottom:6px}#remaster-body .tw-mb-\[80px\]{margin-bottom:80px}#remaster-body .tw-mb-\[8px\]{margin-bottom:8px}#remaster-body .tw-ml-1{margin-left:.25rem}#remaster-body .tw-ml-12{margin-left:3rem}#remaster-body .tw-ml-14{margin-left:3.5rem}#remaster-body .tw-ml-2{margin-left:.5rem}#remaster-body .tw-ml-3{margin-left:.75rem}#remaster-body .tw-ml-4{margin-left:1rem}#remaster-body .tw-ml-5{margin-left:1.25rem}#remaster-body .tw-ml-6{margin-left:1.5rem}#remaster-body .tw-ml-7{margin-left:1.75rem}#remaster-body .tw-ml-8{margin-left:2rem}#remaster-body .tw-ml-\[0\.75rem\]{margin-left:.75rem}#remaster-body .tw-ml-\[100px\]{margin-left:100px}#remaster-body .tw-ml-\[10px\]{margin-left:10px}#remaster-body .tw-ml-\[12px\]{margin-left:12px}#remaster-body .tw-ml-\[15px\]{margin-left:15px}#remaster-body .tw-ml-\[16px\]{margin-left:16px}#remaster-body .tw-ml-\[1px\]{margin-left:1px}#remaster-body .tw-ml-\[1rem\]{margin-left:1rem}#remaster-body .tw-ml-\[24px\]{margin-left:24px}#remaster-body .tw-ml-\[262px\]{margin-left:262px}#remaster-body .tw-ml-\[26px\]{margin-left:26px}#remaster-body .tw-ml-\[300px\]{margin-left:300px}#remaster-body .tw-ml-\[4px\]{margin-left:4px}#remaster-body .tw-ml-\[5px\]{margin-left:5px}#remaster-body .tw-ml-\[8px\]{margin-left:8px}#remaster-body .tw-ml-auto{margin-left:auto}#remaster-body .tw-mr-0{margin-right:0}#remaster-body .tw-mr-1{margin-right:.25rem}#remaster-body .tw-mr-10{margin-right:2.5rem}#remaster-body .tw-mr-2{margin-right:.5rem}#remaster-body .tw-mr-3{margin-right:.75rem}#remaster-body .tw-mr-4{margin-right:1rem}#remaster-body .tw-mr-5{margin-right:1.25rem}#remaster-body .tw-mr-8{margin-right:2rem}#remaster-body .tw-mr-\[-6px\]{margin-right:-6px}#remaster-body .tw-mr-\[15px\]{margin-right:15px}#remaster-body .tw-mr-\[16px\]{margin-right:16px}#remaster-body .tw-mr-\[1rem\]{margin-right:1rem}#remaster-body .tw-mr-\[24px\]{margin-right:24px}#remaster-body .tw-mr-\[5px\]{margin-right:5px}#remaster-body .tw-mr-\[8px\]{margin-right:8px}#remaster-body .tw-mr-auto{margin-right:auto}#remaster-body .tw-ms-\[16px\]{margin-inline-start:16px}#remaster-body .tw-ms-\[1rem\]{margin-inline-start:1rem}#remaster-body .tw-ms-\[8px\]{margin-inline-start:8px}#remaster-body .tw-mt-0{margin-top:0}#remaster-body .tw-mt-1{margin-top:.25rem}#remaster-body .tw-mt-10{margin-top:2.5rem}#remaster-body .tw-mt-11{margin-top:2.75rem}#remaster-body .tw-mt-12{margin-top:3rem}#remaster-body .tw-mt-14{margin-top:3.5rem}#remaster-body .tw-mt-16{margin-top:4rem}#remaster-body .tw-mt-2{margin-top:.5rem}#remaster-body .tw-mt-20{margin-top:5rem}#remaster-body .tw-mt-3{margin-top:.75rem}#remaster-body .tw-mt-4{margin-top:1rem}#remaster-body .tw-mt-40{margin-top:10rem}#remaster-body .tw-mt-5{margin-top:1.25rem}#remaster-body .tw-mt-6{margin-top:1.5rem}#remaster-body .tw-mt-7{margin-top:1.75rem}#remaster-body .tw-mt-8{margin-top:2rem}#remaster-body .tw-mt-\[-10px\]{margin-top:-10px}#remaster-body .tw-mt-\[-124\.5px\]{margin-top:-124.5px}#remaster-body .tw-mt-\[-15px\]{margin-top:-15px}#remaster-body .tw-mt-\[-167px\]{margin-top:-167px}#remaster-body .tw-mt-\[-18px\]{margin-top:-18px}#remaster-body .tw-mt-\[-1px\]{margin-top:-1px}#remaster-body .tw-mt-\[-20px\]{margin-top:-20px}#remaster-body .tw-mt-\[-213px\]{margin-top:-213px}#remaster-body .tw-mt-\[-30px\]{margin-top:-30px}#remaster-body .tw-mt-\[-463px\]{margin-top:-463px}#remaster-body .tw-mt-\[-60px\]{margin-top:-60px}#remaster-body .tw-mt-\[-64px\]{margin-top:-64px}#remaster-body .tw-mt-\[-80px\]{margin-top:-80px}#remaster-body .tw-mt-\[-82px\]{margin-top:-82px}#remaster-body .tw-mt-\[0\.5rem\]{margin-top:.5rem}#remaster-body .tw-mt-\[0px\]{margin-top:0}#remaster-body .tw-mt-\[100px\]{margin-top:100px}#remaster-body .tw-mt-\[10px\]{margin-top:10px}#remaster-body .tw-mt-\[120px\]{margin-top:120px}#remaster-body .tw-mt-\[12px\]{margin-top:12px}#remaster-body .tw-mt-\[16px\]{margin-top:16px}#remaster-body .tw-mt-\[1rem\]{margin-top:1rem}#remaster-body .tw-mt-\[20px\]{margin-top:20px}#remaster-body .tw-mt-\[24px\]{margin-top:24px}#remaster-body .tw-mt-\[25px\]{margin-top:25px}#remaster-body .tw-mt-\[2px\]{margin-top:2px}#remaster-body .tw-mt-\[2rem\]{margin-top:2rem}#remaster-body .tw-mt-\[32px\]{margin-top:32px}#remaster-body .tw-mt-\[3px\]{margin-top:3px}#remaster-body .tw-mt-\[40px\]{margin-top:40px}#remaster-body .tw-mt-\[46px\]{margin-top:46px}#remaster-body .tw-mt-\[48px\]{margin-top:48px}#remaster-body .tw-mt-\[4px\]{margin-top:4px}#remaster-body .tw-mt-\[56px\]{margin-top:56px}#remaster-body .tw-mt-\[5px\]{margin-top:5px}#remaster-body .tw-mt-\[60px\]{margin-top:60px}#remaster-body .tw-mt-\[70px\]{margin-top:70px}#remaster-body .tw-mt-\[80px\]{margin-top:80px}#remaster-body .tw-mt-\[87px\]{margin-top:87px}#remaster-body .tw-mt-\[8px\]{margin-top:8px}#remaster-body .tw-box-border{box-sizing:border-box}#remaster-body .\!tw-line-clamp-1{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important}#remaster-body .tw-line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}#remaster-body .tw-line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}#remaster-body .tw-line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}#remaster-body .tw-block{display:block}#remaster-body .tw-inline-block{display:inline-block}#remaster-body .tw-inline{display:inline}#remaster-body .tw-flex{display:flex}#remaster-body .tw-inline-flex{display:inline-flex}#remaster-body .tw-table{display:table}#remaster-body .tw-table-cell{display:table-cell}#remaster-body .tw-grid{display:grid}#remaster-body .tw-contents{display:contents}#remaster-body .tw-hidden{display:none}#remaster-body .tw-aspect-\[16\/9\]{aspect-ratio:16/9}#remaster-body .tw-aspect-\[261\/174\]{aspect-ratio:261/174}#remaster-body .tw-aspect-\[261\/246\]{aspect-ratio:261/246}#remaster-body .tw-aspect-\[293\/154\]{aspect-ratio:293/154}#remaster-body .tw-aspect-square{aspect-ratio:1 / 1}#remaster-body .tw-size-16{width:4rem;height:4rem}#remaster-body .\!tw-h-\[100svh\]{height:100svh!important}#remaster-body .\!tw-h-\[100vh\]{height:100vh!important}#remaster-body .tw-h-0{height:0px}#remaster-body .tw-h-1{height:.25rem}#remaster-body .tw-h-10{height:2.5rem}#remaster-body .tw-h-11{height:2.75rem}#remaster-body .tw-h-12{height:3rem}#remaster-body .tw-h-14{height:3.5rem}#remaster-body .tw-h-16{height:4rem}#remaster-body .tw-h-2{height:.5rem}#remaster-body .tw-h-20{height:5rem}#remaster-body .tw-h-24{height:6rem}#remaster-body .tw-h-32{height:8rem}#remaster-body .tw-h-4{height:1rem}#remaster-body .tw-h-5{height:1.25rem}#remaster-body .tw-h-6{height:1.5rem}#remaster-body .tw-h-60{height:15rem}#remaster-body .tw-h-7{height:1.75rem}#remaster-body .tw-h-8{height:2rem}#remaster-body .tw-h-\[0px\]{height:0px}#remaster-body .tw-h-\[100px\]{height:100px}#remaster-body .tw-h-\[100svh\]{height:100svh}#remaster-body .tw-h-\[100vh\]{height:100vh}#remaster-body .tw-h-\[108px\]{height:108px}#remaster-body .tw-h-\[10px\]{height:10px}#remaster-body .tw-h-\[110vh\]{height:110vh}#remaster-body .tw-h-\[112px\]{height:112px}#remaster-body .tw-h-\[120px\]{height:120px}#remaster-body .tw-h-\[12px\]{height:12px}#remaster-body .tw-h-\[140px\]{height:140px}#remaster-body .tw-h-\[14px\]{height:14px}#remaster-body .tw-h-\[150px\]{height:150px}#remaster-body .tw-h-\[154px\]{height:154px}#remaster-body .tw-h-\[156px\]{height:156px}#remaster-body .tw-h-\[158px\]{height:158px}#remaster-body .tw-h-\[15px\]{height:15px}#remaster-body .tw-h-\[166px\]{height:166px}#remaster-body .tw-h-\[16px\]{height:16px}#remaster-body .tw-h-\[172px\]{height:172px}#remaster-body .tw-h-\[173px\]{height:173px}#remaster-body .tw-h-\[18px\]{height:18px}#remaster-body .tw-h-\[19px\]{height:19px}#remaster-body .tw-h-\[1px\]{height:1px}#remaster-body .tw-h-\[200px\]{height:200px}#remaster-body .tw-h-\[20px\]{height:20px}#remaster-body .tw-h-\[211px\]{height:211px}#remaster-body .tw-h-\[23px\]{height:23px}#remaster-body .tw-h-\[240px\]{height:240px}#remaster-body .tw-h-\[24px\]{height:24px}#remaster-body .tw-h-\[250px\]{height:250px}#remaster-body .tw-h-\[25px\]{height:25px}#remaster-body .tw-h-\[261px\]{height:261px}#remaster-body .tw-h-\[269px\]{height:269px}#remaster-body .tw-h-\[270px\]{height:270px}#remaster-body .tw-h-\[272px\]{height:272px}#remaster-body .tw-h-\[27px\]{height:27px}#remaster-body .tw-h-\[280px\]{height:280px}#remaster-body .tw-h-\[28px\]{height:28px}#remaster-body .tw-h-\[2px\]{height:2px}#remaster-body .tw-h-\[300px\]{height:300px}#remaster-body .tw-h-\[30px\]{height:30px}#remaster-body .tw-h-\[329px\]{height:329px}#remaster-body .tw-h-\[32px\]{height:32px}#remaster-body .tw-h-\[34px\]{height:34px}#remaster-body .tw-h-\[350px\]{height:350px}#remaster-body .tw-h-\[355px\]{height:355px}#remaster-body .tw-h-\[356px\]{height:356px}#remaster-body .tw-h-\[35px\]{height:35px}#remaster-body .tw-h-\[36px\]{height:36px}#remaster-body .tw-h-\[40px\]{height:40px}#remaster-body .tw-h-\[40vh\]{height:40vh}#remaster-body .tw-h-\[43px\]{height:43px}#remaster-body .tw-h-\[44px\]{height:44px}#remaster-body .tw-h-\[456px\]{height:456px}#remaster-body .tw-h-\[45px\]{height:45px}#remaster-body .tw-h-\[480px\]{height:480px}#remaster-body .tw-h-\[48px\]{height:48px}#remaster-body .tw-h-\[4px\]{height:4px}#remaster-body .tw-h-\[50px\]{height:50px}#remaster-body .tw-h-\[52px\]{height:52px}#remaster-body .tw-h-\[54px\]{height:54px}#remaster-body .tw-h-\[55px\]{height:55px}#remaster-body .tw-h-\[560px\]{height:560px}#remaster-body .tw-h-\[56px\]{height:56px}#remaster-body .tw-h-\[580px\]{height:580px}#remaster-body .tw-h-\[60px\]{height:60px}#remaster-body .tw-h-\[60vh\]{height:60vh}#remaster-body .tw-h-\[64px\]{height:64px}#remaster-body .tw-h-\[65px\]{height:65px}#remaster-body .tw-h-\[65vh\]{height:65vh}#remaster-body .tw-h-\[67vh\]{height:67vh}#remaster-body .tw-h-\[70\%\]{height:70%}#remaster-body .tw-h-\[70px\]{height:70px}#remaster-body .tw-h-\[70vh\]{height:70vh}#remaster-body .tw-h-\[72px\]{height:72px}#remaster-body .tw-h-\[74px\]{height:74px}#remaster-body .tw-h-\[75px\]{height:75px}#remaster-body .tw-h-\[75vh\]{height:75vh}#remaster-body .tw-h-\[78px\]{height:78px}#remaster-body .tw-h-\[80px\]{height:80px}#remaster-body .tw-h-\[80vh\]{height:80vh}#remaster-body .tw-h-\[84px\]{height:84px}#remaster-body .tw-h-\[88px\]{height:88px}#remaster-body .tw-h-\[8px\]{height:8px}#remaster-body .tw-h-\[91px\]{height:91px}#remaster-body .tw-h-\[calc\(100\%_-_24px\)\]{height:calc(100% - 24px)}#remaster-body .tw-h-\[calc\(100\%_-_28px\)\]{height:calc(100% - 28px)}#remaster-body .tw-h-\[calc\(100svh-var\(--remaster-header-height\)\)\],#remaster-body .tw-h-\[calc\(100svh_-_var\(--remaster-header-height\)\)\]{height:calc(100svh - var(--remaster-header-height))}#remaster-body .tw-h-\[calc\(100vh-64px\)\]{height:calc(100vh - 64px)}#remaster-body .tw-h-\[calc\(100vh-65px\)\]{height:calc(100vh - 65px)}#remaster-body .tw-h-\[calc\(100vh_-_var\(--remaster-header-height\)\)\]{height:calc(100vh - var(--remaster-header-height))}#remaster-body .tw-h-\[calc\(theme\(height\.screen\)-theme\(space\.16\)\)\]{height:calc(100vh - 4rem)}#remaster-body .tw-h-\[calc\(theme\(height\.screen\)-theme\(space\.20\)\)\]{height:calc(100vh - 5rem)}#remaster-body .tw-h-auto{height:auto}#remaster-body .tw-h-fit{height:-moz-fit-content;height:fit-content}#remaster-body .tw-h-full{height:100%}#remaster-body .tw-h-max{height:-moz-max-content;height:max-content}#remaster-body .tw-max-h-14{max-height:3.5rem}#remaster-body .tw-max-h-7{max-height:1.75rem}#remaster-body .tw-max-h-\[150px\]{max-height:150px}#remaster-body .tw-max-h-\[211px\]{max-height:211px}#remaster-body .tw-max-h-\[250px\]{max-height:250px}#remaster-body .tw-max-h-\[280px\]{max-height:280px}#remaster-body .tw-max-h-\[35vh\]{max-height:35vh}#remaster-body .tw-max-h-\[360px\]{max-height:360px}#remaster-body .tw-max-h-\[372px\]{max-height:372px}#remaster-body .tw-max-h-\[400px\]{max-height:400px}#remaster-body .tw-max-h-\[468px\]{max-height:468px}#remaster-body .tw-max-h-\[calc\(100svh-32px\)\]{max-height:calc(100svh - 32px)}#remaster-body .tw-max-h-\[calc\(100svh_-_var\(--remaster-header-height\)\)\]{max-height:calc(100svh - var(--remaster-header-height))}#remaster-body .tw-max-h-\[calc\(100vh_-_var\(--remaster-header-height\)\)\]{max-height:calc(100vh - var(--remaster-header-height))}#remaster-body .tw-max-h-\[calc\(70vh\)\]{max-height:70vh}#remaster-body .tw-min-h-10{min-height:2.5rem}#remaster-body .tw-min-h-14{min-height:3.5rem}#remaster-body .tw-min-h-48{min-height:12rem}#remaster-body .tw-min-h-\[1\.5rem\]{min-height:1.5rem}#remaster-body .tw-min-h-\[100svh\]{min-height:100svh}#remaster-body .tw-min-h-\[100vh\]{min-height:100vh}#remaster-body .tw-min-h-\[120px\]{min-height:120px}#remaster-body .tw-min-h-\[180px\]{min-height:180px}#remaster-body .tw-min-h-\[45px\]{min-height:45px}#remaster-body .tw-min-h-\[509px\]{min-height:509px}#remaster-body .tw-min-h-\[72px\]{min-height:72px}#remaster-body .tw-min-h-\[75px\]{min-height:75px}#remaster-body .tw-min-h-\[calc\(100\%_-_80px\)\]{min-height:calc(100% - 80px)}#remaster-body .tw-min-h-\[calc\(100svh-var\(--remaster-header-height\)\)\]{min-height:calc(100svh - var(--remaster-header-height))}#remaster-body .tw-min-h-\[calc\(100svh-var\(--remaster-header-height\)-55px\)\]{min-height:calc(100svh - var(--remaster-header-height) - 55px)}#remaster-body .tw-min-h-\[calc\(100svh_-_var\(--remaster-header-height\)\)\]{min-height:calc(100svh - var(--remaster-header-height))}#remaster-body .tw-min-h-\[calc\(100vh-67px\)\]{min-height:calc(100vh - 67px)}#remaster-body .tw-min-h-full{min-height:100%}#remaster-body .tw-min-h-screen{min-height:100vh}#remaster-body .\!tw-w-\[100vw\]{width:100vw!important}#remaster-body .\!tw-w-\[80px\]{width:80px!important}#remaster-body .\!tw-w-\[auto\]{width:auto!important}#remaster-body .\!tw-w-full{width:100%!important}#remaster-body .tw-w-0{width:0px}#remaster-body .tw-w-10{width:2.5rem}#remaster-body .tw-w-11{width:2.75rem}#remaster-body .tw-w-12{width:3rem}#remaster-body .tw-w-14{width:3.5rem}#remaster-body .tw-w-16{width:4rem}#remaster-body .tw-w-2{width:.5rem}#remaster-body .tw-w-20{width:5rem}#remaster-body .tw-w-24{width:6rem}#remaster-body .tw-w-32{width:8rem}#remaster-body .tw-w-36{width:9rem}#remaster-body .tw-w-4{width:1rem}#remaster-body .tw-w-40{width:10rem}#remaster-body .tw-w-44{width:11rem}#remaster-body .tw-w-5{width:1.25rem}#remaster-body .tw-w-52{width:13rem}#remaster-body .tw-w-6{width:1.5rem}#remaster-body .tw-w-60{width:15rem}#remaster-body .tw-w-8{width:2rem}#remaster-body .tw-w-80{width:20rem}#remaster-body .tw-w-9{width:2.25rem}#remaster-body .tw-w-96{width:24rem}#remaster-body .tw-w-\[0px\]{width:0px}#remaster-body .tw-w-\[100\%\]{width:100%}#remaster-body .tw-w-\[100px\]{width:100px}#remaster-body .tw-w-\[100vw\]{width:100vw}#remaster-body .tw-w-\[108px\]{width:108px}#remaster-body .tw-w-\[110px\]{width:110px}#remaster-body .tw-w-\[112px\]{width:112px}#remaster-body .tw-w-\[1200px\]{width:1200px}#remaster-body .tw-w-\[120px\]{width:120px}#remaster-body .tw-w-\[125px\]{width:125px}#remaster-body .tw-w-\[128px\]{width:128px}#remaster-body .tw-w-\[130px\]{width:130px}#remaster-body .tw-w-\[150px\]{width:150px}#remaster-body .tw-w-\[151px\]{width:151px}#remaster-body .tw-w-\[156px\]{width:156px}#remaster-body .tw-w-\[158px\]{width:158px}#remaster-body .tw-w-\[160px\]{width:160px}#remaster-body .tw-w-\[165px\]{width:165px}#remaster-body .tw-w-\[166px\]{width:166px}#remaster-body .tw-w-\[16px\]{width:16px}#remaster-body .tw-w-\[173px\]{width:173px}#remaster-body .tw-w-\[174px\]{width:174px}#remaster-body .tw-w-\[175px\]{width:175px}#remaster-body .tw-w-\[180px\]{width:180px}#remaster-body .tw-w-\[185px\]{width:185px}#remaster-body .tw-w-\[190px\]{width:190px}#remaster-body .tw-w-\[1px\]{width:1px}#remaster-body .tw-w-\[200px\]{width:200px}#remaster-body .tw-w-\[208px\]{width:208px}#remaster-body .tw-w-\[211px\]{width:211px}#remaster-body .tw-w-\[220px\]{width:220px}#remaster-body .tw-w-\[224px\]{width:224px}#remaster-body .tw-w-\[236px\]{width:236px}#remaster-body .tw-w-\[23px\]{width:23px}#remaster-body .tw-w-\[240px\]{width:240px}#remaster-body .tw-w-\[24px\]{width:24px}#remaster-body .tw-w-\[250px\]{width:250px}#remaster-body .tw-w-\[258px\]{width:258px}#remaster-body .tw-w-\[260px\]{width:260px}#remaster-body .tw-w-\[261px\]{width:261px}#remaster-body .tw-w-\[265px\]{width:265px}#remaster-body .tw-w-\[28px\]{width:28px}#remaster-body .tw-w-\[293px\]{width:293px}#remaster-body .tw-w-\[300px\]{width:300px}#remaster-body .tw-w-\[325px\]{width:325px}#remaster-body .tw-w-\[32px\]{width:32px}#remaster-body .tw-w-\[345px\]{width:345px}#remaster-body .tw-w-\[350px\]{width:350px}#remaster-body .tw-w-\[353px\]{width:353px}#remaster-body .tw-w-\[355px\]{width:355px}#remaster-body .tw-w-\[356px\]{width:356px}#remaster-body .tw-w-\[35px\]{width:35px}#remaster-body .tw-w-\[366px\]{width:366px}#remaster-body .tw-w-\[380px\]{width:380px}#remaster-body .tw-w-\[400px\]{width:400px}#remaster-body .tw-w-\[404px\]{width:404px}#remaster-body .tw-w-\[40px\]{width:40px}#remaster-body .tw-w-\[414px\]{width:414px}#remaster-body .tw-w-\[424px\]{width:424px}#remaster-body .tw-w-\[435px\]{width:435px}#remaster-body .tw-w-\[450px\]{width:450px}#remaster-body .tw-w-\[456px\]{width:456px}#remaster-body .tw-w-\[45px\]{width:45px}#remaster-body .tw-w-\[476px\]{width:476px}#remaster-body .tw-w-\[480px\]{width:480px}#remaster-body .tw-w-\[48px\]{width:48px}#remaster-body .tw-w-\[492px\]{width:492px}#remaster-body .tw-w-\[500px\]{width:500px}#remaster-body .tw-w-\[50px\]{width:50px}#remaster-body .tw-w-\[520px\]{width:520px}#remaster-body .tw-w-\[52px\]{width:52px}#remaster-body .tw-w-\[540px\]{width:540px}#remaster-body .tw-w-\[543px\]{width:543px}#remaster-body .tw-w-\[546px\]{width:546px}#remaster-body .tw-w-\[54px\]{width:54px}#remaster-body .tw-w-\[55px\]{width:55px}#remaster-body .tw-w-\[560px\]{width:560px}#remaster-body .tw-w-\[56px\]{width:56px}#remaster-body .tw-w-\[594px\]{width:594px}#remaster-body .tw-w-\[60px\]{width:60px}#remaster-body .tw-w-\[64px\]{width:64px}#remaster-body .tw-w-\[65px\]{width:65px}#remaster-body .tw-w-\[68px\]{width:68px}#remaster-body .tw-w-\[716px\]{width:716px}#remaster-body .tw-w-\[72px\]{width:72px}#remaster-body .tw-w-\[730px\]{width:730px}#remaster-body .tw-w-\[74px\]{width:74px}#remaster-body .tw-w-\[780px\]{width:780px}#remaster-body .tw-w-\[78px\]{width:78px}#remaster-body .tw-w-\[80px\]{width:80px}#remaster-body .tw-w-\[830px\]{width:830px}#remaster-body .tw-w-\[831px\]{width:831px}#remaster-body .tw-w-\[834px\]{width:834px}#remaster-body .tw-w-\[84px\]{width:84px}#remaster-body .tw-w-\[85\%\]{width:85%}#remaster-body .tw-w-\[870px\]{width:870px}#remaster-body .tw-w-\[88px\]{width:88px}#remaster-body .tw-w-\[897px\]{width:897px}#remaster-body .tw-w-\[8px\]{width:8px}#remaster-body .tw-w-\[90\%\]{width:90%}#remaster-body .tw-w-\[90px\]{width:90px}#remaster-body .tw-w-\[90vw\]{width:90vw}#remaster-body .tw-w-\[926px\]{width:926px}#remaster-body .tw-w-\[99\%\]{width:99%}#remaster-body .tw-w-\[auto\]{width:auto}#remaster-body .tw-w-\[calc\(100\%\)\]{width:100%}#remaster-body .tw-w-\[calc\(100\%-26px\)\]{width:calc(100% - 26px)}#remaster-body .tw-w-\[calc\(100\%-510px\)\]{width:calc(100% - 510px)}#remaster-body .tw-w-\[calc\(100\%_\+_32px\)\]{width:calc(100% + 32px)}#remaster-body .tw-w-\[calc\(100\%_\+_48px\)\]{width:calc(100% + 48px)}#remaster-body .tw-w-\[calc\(100vw-512px\)\]{width:calc(100vw - 512px)}#remaster-body .tw-w-\[full\]{width:full}#remaster-body .tw-w-auto{width:auto}#remaster-body .tw-w-fit{width:-moz-fit-content;width:fit-content}#remaster-body .tw-w-full{width:100%}#remaster-body .tw-w-max{width:-moz-max-content;width:max-content}#remaster-body .tw-w-screen{width:100vw}#remaster-body .\!tw-min-w-\[175px\]{min-width:175px!important}#remaster-body .tw-min-w-0{min-width:0px}#remaster-body .tw-min-w-20{min-width:5rem}#remaster-body .tw-min-w-44{min-width:11rem}#remaster-body .tw-min-w-\[260px\]{min-width:260px}#remaster-body .tw-min-w-\[300px\]{min-width:300px}#remaster-body .tw-min-w-\[926px\]{min-width:926px}#remaster-body .tw-min-w-min{min-width:-moz-min-content;min-width:min-content}#remaster-body .tw-max-w-2xl{max-width:42rem}#remaster-body .tw-max-w-3xl{max-width:48rem}#remaster-body .tw-max-w-4xl{max-width:56rem}#remaster-body .tw-max-w-6xl{max-width:72rem}#remaster-body .tw-max-w-\[1116px\]{max-width:1116px}#remaster-body .tw-max-w-\[150px\]{max-width:150px}#remaster-body .tw-max-w-\[2px\]{max-width:2px}#remaster-body .tw-max-w-\[350px\]{max-width:350px}#remaster-body .tw-max-w-\[400px\]{max-width:400px}#remaster-body .tw-max-w-\[416px\]{max-width:416px}#remaster-body .tw-max-w-\[480px\]{max-width:480px}#remaster-body .tw-max-w-\[600px\]{max-width:600px}#remaster-body .tw-max-w-\[800px\]{max-width:800px}#remaster-body .tw-max-w-\[831px\]{max-width:831px}#remaster-body .tw-max-w-\[835px\]{max-width:835px}#remaster-body .tw-max-w-\[926px\]{max-width:926px}#remaster-body .tw-max-w-fit{max-width:-moz-fit-content;max-width:fit-content}#remaster-body .tw-max-w-full{max-width:100%}#remaster-body .tw-max-w-max{max-width:-moz-max-content;max-width:max-content}#remaster-body .tw-max-w-md{max-width:28rem}#remaster-body .tw-max-w-none{max-width:none}#remaster-body .tw-max-w-screen-2xl{max-width:1600px}#remaster-body .tw-max-w-screen-md{max-width:768px}#remaster-body .tw-max-w-screen-xl{max-width:1200px}#remaster-body .tw-max-w-sm{max-width:24rem}#remaster-body .tw-max-w-xl{max-width:36rem}#remaster-body .tw-flex-1{flex:1 1 0%}#remaster-body .tw-flex-shrink{flex-shrink:1}#remaster-body .tw-flex-shrink-0,#remaster-body .tw-shrink-0{flex-shrink:0}#remaster-body .tw-flex-grow,#remaster-body .tw-grow{flex-grow:1}#remaster-body .tw-basis-1\/5{flex-basis:20%}#remaster-body .tw-basis-1\/6{flex-basis:16.666667%}#remaster-body .tw-basis-2\/5{flex-basis:40%}#remaster-body .tw-basis-2\/6{flex-basis:33.333333%}#remaster-body .tw-basis-3\/6{flex-basis:50%}#remaster-body .tw-basis-auto{flex-basis:auto}#remaster-body .tw-table-auto{table-layout:auto}#remaster-body .tw-table-fixed{table-layout:fixed}#remaster-body .tw-border-spacing-0,#remaster-body .tw-border-spacing-\[0px\]{--tw-border-spacing-x: 0px;--tw-border-spacing-y: 0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}#remaster-body .tw--translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body .tw--translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body .tw-translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body .tw-translate-y-\[4px\]{--tw-translate-y: 4px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body .tw-rotate-\[-45deg\]{--tw-rotate: -45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body .tw-rotate-\[45deg\]{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body .tw-scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body .tw-scale-\[85\%\]{--tw-scale-x: 85%;--tw-scale-y: 85%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body .tw-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes tw-pulse{50%{opacity:.5}}#remaster-body .tw-animate-pulse{animation:tw-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes tw-spin{to{transform:rotate(360deg)}}#remaster-body .tw-animate-spin{animation:tw-spin 1s linear infinite}#remaster-body .tw-cursor-not-allowed{cursor:not-allowed}#remaster-body .tw-cursor-pointer{cursor:pointer}#remaster-body .tw-resize-none{resize:none}#remaster-body .tw-scroll-m-8{scroll-margin:2rem}#remaster-body .tw-list-inside{list-style-position:inside}#remaster-body .tw-list-disc{list-style-type:disc}#remaster-body .tw-list-none{list-style-type:none}#remaster-body .tw-appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}#remaster-body .tw-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}#remaster-body .tw-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}#remaster-body .tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#remaster-body .tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}#remaster-body .tw-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}#remaster-body .tw-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}#remaster-body .tw-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}#remaster-body .tw-grid-cols-\[1fr_1fr\]{grid-template-columns:1fr 1fr}#remaster-body .tw-grid-cols-\[1fr_1fr_auto\]{grid-template-columns:1fr 1fr auto}#remaster-body .tw-grid-cols-\[1fr_510px\]{grid-template-columns:1fr 510px}#remaster-body .tw-grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}#remaster-body .tw-grid-cols-\[1fr_auto_auto\]{grid-template-columns:1fr auto auto}#remaster-body .tw-grid-cols-\[264px_1fr\]{grid-template-columns:264px 1fr}#remaster-body .tw-grid-cols-\[300px_1fr\]{grid-template-columns:300px 1fr}#remaster-body .tw-grid-cols-\[356px_356px\]{grid-template-columns:356px 356px}#remaster-body .tw-grid-cols-\[356px_356px_356px\]{grid-template-columns:356px 356px 356px}#remaster-body .tw-grid-cols-\[40px_1fr\]{grid-template-columns:40px 1fr}#remaster-body .tw-grid-cols-\[60px_auto\]{grid-template-columns:60px auto}#remaster-body .tw-grid-cols-\[80px_1fr\]{grid-template-columns:80px 1fr}#remaster-body .tw-grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}#remaster-body .tw-grid-cols-\[auto_1fr_0px\]{grid-template-columns:auto 1fr 0px}#remaster-body .tw-grid-cols-\[auto_1fr_auto\]{grid-template-columns:auto 1fr auto}#remaster-body .tw-grid-cols-\[auto_auto\]{grid-template-columns:auto auto}#remaster-body .tw-grid-cols-\[auto_auto_1fr\]{grid-template-columns:auto auto 1fr}#remaster-body .tw-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}#remaster-body .tw-grid-rows-\[1fr\]{grid-template-rows:1fr}#remaster-body .tw-grid-rows-\[1fr_auto\]{grid-template-rows:1fr auto}#remaster-body .tw-grid-rows-\[auto\,1fr\,auto\],#remaster-body .tw-grid-rows-\[auto_1fr_auto\]{grid-template-rows:auto 1fr auto}#remaster-body .tw-flex-row{flex-direction:row}#remaster-body .tw-flex-row-reverse{flex-direction:row-reverse}#remaster-body .tw-flex-col{flex-direction:column}#remaster-body .tw-flex-col-reverse{flex-direction:column-reverse}#remaster-body .tw-flex-wrap{flex-wrap:wrap}#remaster-body .tw-items-start{align-items:flex-start}#remaster-body .tw-items-end{align-items:flex-end}#remaster-body .tw-items-center{align-items:center}#remaster-body .tw-items-baseline{align-items:baseline}#remaster-body .tw-items-stretch{align-items:stretch}#remaster-body .tw-justify-start{justify-content:flex-start}#remaster-body .tw-justify-end{justify-content:flex-end}#remaster-body .tw-justify-center{justify-content:center}#remaster-body .tw-justify-between{justify-content:space-between}#remaster-body .tw-justify-evenly{justify-content:space-evenly}#remaster-body .tw-gap-0{gap:0px}#remaster-body .tw-gap-1{gap:.25rem}#remaster-body .tw-gap-10{gap:2.5rem}#remaster-body .tw-gap-16{gap:4rem}#remaster-body .tw-gap-2{gap:.5rem}#remaster-body .tw-gap-20{gap:5rem}#remaster-body .tw-gap-3{gap:.75rem}#remaster-body .tw-gap-4{gap:1rem}#remaster-body .tw-gap-5{gap:1.25rem}#remaster-body .tw-gap-6{gap:1.5rem}#remaster-body .tw-gap-7{gap:1.75rem}#remaster-body .tw-gap-8{gap:2rem}#remaster-body .tw-gap-\[0\.5rem\]{gap:.5rem}#remaster-body .tw-gap-\[10px\]{gap:10px}#remaster-body .tw-gap-\[119px\]{gap:119px}#remaster-body .tw-gap-\[11px\]{gap:11px}#remaster-body .tw-gap-\[12px\]{gap:12px}#remaster-body .tw-gap-\[15px\]{gap:15px}#remaster-body .tw-gap-\[16px\]{gap:16px}#remaster-body .tw-gap-\[1rem\]{gap:1rem}#remaster-body .tw-gap-\[20px\]{gap:20px}#remaster-body .tw-gap-\[21px\]{gap:21px}#remaster-body .tw-gap-\[24px\]{gap:24px}#remaster-body .tw-gap-\[2px\]{gap:2px}#remaster-body .tw-gap-\[32px\]{gap:32px}#remaster-body .tw-gap-\[3px\]{gap:3px}#remaster-body .tw-gap-\[4px\]{gap:4px}#remaster-body .tw-gap-\[5px\]{gap:5px}#remaster-body .tw-gap-\[7px\]{gap:7px}#remaster-body .tw-gap-\[8px\]{gap:8px}#remaster-body .tw-gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}#remaster-body .tw-gap-y-10{row-gap:2.5rem}#remaster-body .tw-gap-y-2{row-gap:.5rem}#remaster-body :is(.tw-space-x-2>:not([hidden])~:not([hidden])){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}#remaster-body :is(.tw-space-x-4>:not([hidden])~:not([hidden])){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}#remaster-body :is(.tw-space-y-1>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}#remaster-body :is(.tw-space-y-2>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}#remaster-body :is(.tw-space-y-3>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}#remaster-body :is(.tw-space-y-\[6px\]>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(6px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6px * var(--tw-space-y-reverse))}#remaster-body .tw-self-start{align-self:flex-start}#remaster-body .tw-self-end{align-self:flex-end}#remaster-body .tw-overflow-auto{overflow:auto}#remaster-body .tw-overflow-hidden{overflow:hidden}#remaster-body .tw-overflow-clip{overflow:clip}#remaster-body .tw-overflow-scroll{overflow:scroll}#remaster-body .tw-overflow-x-auto{overflow-x:auto}#remaster-body .tw-overflow-y-auto{overflow-y:auto}#remaster-body .tw-overflow-x-hidden{overflow-x:hidden}#remaster-body .tw-overflow-y-scroll{overflow-y:scroll}#remaster-body .tw-scroll-smooth{scroll-behavior:smooth}#remaster-body .tw-text-ellipsis{text-overflow:ellipsis}#remaster-body .tw-whitespace-nowrap{white-space:nowrap}#remaster-body .tw-whitespace-pre-wrap{white-space:pre-wrap}#remaster-body .tw-break-words{overflow-wrap:break-word}#remaster-body .tw-break-all{word-break:break-all}#remaster-body .\!tw-rounded-none{border-radius:0!important}#remaster-body .tw-rounded{border-radius:.25rem}#remaster-body .tw-rounded-\[0px\]{border-radius:0}#remaster-body .tw-rounded-\[100px\]{border-radius:100px}#remaster-body .tw-rounded-\[10px\]{border-radius:10px}#remaster-body .tw-rounded-\[12px\]{border-radius:12px}#remaster-body .tw-rounded-\[15px\]{border-radius:15px}#remaster-body .tw-rounded-\[16px\]{border-radius:16px}#remaster-body .tw-rounded-\[1px\]{border-radius:1px}#remaster-body .tw-rounded-\[20px\]{border-radius:20px}#remaster-body .tw-rounded-\[240px\]{border-radius:240px}#remaster-body .tw-rounded-\[25px\]{border-radius:25px}#remaster-body .tw-rounded-\[2px\]{border-radius:2px}#remaster-body .tw-rounded-\[32px\]{border-radius:32px}#remaster-body .tw-rounded-\[3px\]{border-radius:3px}#remaster-body .tw-rounded-\[40px\]{border-radius:40px}#remaster-body .tw-rounded-\[45px\]{border-radius:45px}#remaster-body .tw-rounded-\[48px\]{border-radius:48px}#remaster-body .tw-rounded-\[4px\]{border-radius:4px}#remaster-body .tw-rounded-\[50\%\]{border-radius:50%}#remaster-body .tw-rounded-\[54px\]{border-radius:54px}#remaster-body .tw-rounded-\[56px\]{border-radius:56px}#remaster-body .tw-rounded-\[5px\]{border-radius:5px}#remaster-body .tw-rounded-\[60px\]{border-radius:60px}#remaster-body .tw-rounded-\[65px\]{border-radius:65px}#remaster-body .tw-rounded-\[72px\]{border-radius:72px}#remaster-body .tw-rounded-\[8px\]{border-radius:8px}#remaster-body .tw-rounded-full{border-radius:9999px}#remaster-body .tw-rounded-lg{border-radius:.5rem}#remaster-body .tw-rounded-md{border-radius:.375rem}#remaster-body .tw-rounded-none{border-radius:0}#remaster-body .tw-rounded-sm{border-radius:.125rem}#remaster-body .tw-rounded-xl{border-radius:.75rem}#remaster-body .\!tw-rounded-t-\[2px\]{border-top-left-radius:2px!important;border-top-right-radius:2px!important}#remaster-body .tw-rounded-b-\[1px\]{border-bottom-right-radius:1px;border-bottom-left-radius:1px}#remaster-body .tw-rounded-b-\[2px\]{border-bottom-right-radius:2px;border-bottom-left-radius:2px}#remaster-body .tw-rounded-e-\[0px\]{border-start-end-radius:0px;border-end-end-radius:0px}#remaster-body .tw-rounded-e-md{border-start-end-radius:.375rem;border-end-end-radius:.375rem}#remaster-body .tw-rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}#remaster-body .tw-rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}#remaster-body .tw-rounded-t-\[2px\]{border-top-left-radius:2px;border-top-right-radius:2px}#remaster-body .tw-rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}#remaster-body .tw-rounded-bl-\[2px\]{border-bottom-left-radius:2px}#remaster-body .tw-rounded-tl-\[2px\]{border-top-left-radius:2px}#remaster-body .tw-rounded-tl-none{border-top-left-radius:0}#remaster-body .tw-border{border-width:1px}#remaster-body .tw-border-0{border-width:0px}#remaster-body .tw-border-2{border-width:2px}#remaster-body .tw-border-\[0\.5px\]{border-width:.5px}#remaster-body .tw-border-\[0px\]{border-width:0px}#remaster-body .tw-border-\[1\.5px\]{border-width:1.5px}#remaster-body .tw-border-\[1px\]{border-width:1px}#remaster-body .tw-border-\[2px\]{border-width:2px}#remaster-body .tw-border-x-0{border-left-width:0px;border-right-width:0px}#remaster-body .tw-border-y-0{border-top-width:0px;border-bottom-width:0px}#remaster-body .tw-border-y-\[1px\]{border-top-width:1px;border-bottom-width:1px}#remaster-body .tw-border-b{border-bottom-width:1px}#remaster-body .tw-border-b-0{border-bottom-width:0px}#remaster-body .tw-border-b-2{border-bottom-width:2px}#remaster-body .tw-border-b-\[1px\]{border-bottom-width:1px}#remaster-body .tw-border-l-0{border-left-width:0px}#remaster-body .tw-border-l-\[1px\]{border-left-width:1px}#remaster-body .tw-border-l-\[3px\]{border-left-width:3px}#remaster-body .tw-border-r{border-right-width:1px}#remaster-body .tw-border-r-0{border-right-width:0px}#remaster-body .tw-border-r-\[1px\]{border-right-width:1px}#remaster-body .tw-border-t-0,#remaster-body .tw-border-t-\[0px\]{border-top-width:0px}#remaster-body .tw-border-t-\[1px\]{border-top-width:1px}#remaster-body .\!tw-border-solid{border-style:solid!important}#remaster-body .tw-border-solid{border-style:solid}#remaster-body .tw-border-dashed{border-style:dashed}#remaster-body .tw-border-none{border-style:none}#remaster-body .\!tw-border-\[\#000\]{--tw-border-opacity: 1 !important;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))!important}#remaster-body .\!tw-border-\[\#E7E7E7\]{--tw-border-opacity: 1 !important;border-color:rgb(231 231 231 / var(--tw-border-opacity, 1))!important}#remaster-body .tw-border-\[\#009262\]{--tw-border-opacity: 1;border-color:rgb(0 146 98 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#115B43\]{--tw-border-opacity: 1;border-color:rgb(17 91 67 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#19181A\],#remaster-body .tw-border-\[\#19181a\]{--tw-border-opacity: 1;border-color:rgb(25 24 26 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#5B5B5B\],#remaster-body .tw-border-\[\#5b5b5b\]{--tw-border-opacity: 1;border-color:rgb(91 91 91 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#6B39FA\]{--tw-border-opacity: 1;border-color:rgb(107 57 250 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#712EFF\]{--tw-border-opacity: 1;border-color:rgb(113 46 255 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#84DFC1\]{--tw-border-opacity: 1;border-color:rgb(132 223 193 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#8850FF\],#remaster-body .tw-border-\[\#8850ff\]{--tw-border-opacity: 1;border-color:rgb(136 80 255 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#8C8C8C\],#remaster-body .tw-border-\[\#8c8c8c\]{--tw-border-opacity: 1;border-color:rgb(140 140 140 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#8d8d8d\]{--tw-border-opacity: 1;border-color:rgb(141 141 141 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#B18CFF\]{--tw-border-opacity: 1;border-color:rgb(177 140 255 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#BDBDBD\]{--tw-border-opacity: 1;border-color:rgb(189 189 189 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#C33025\]{--tw-border-opacity: 1;border-color:rgb(195 48 37 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#C3A5FF\]{--tw-border-opacity: 1;border-color:rgb(195 165 255 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#E01507\]{--tw-border-opacity: 1;border-color:rgb(224 21 7 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#E3D5FF\]{--tw-border-opacity: 1;border-color:rgb(227 213 255 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#E6E6E6\]{--tw-border-opacity: 1;border-color:rgb(230 230 230 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#E7E7E7\]{--tw-border-opacity: 1;border-color:rgb(231 231 231 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#F4D6D4\]{--tw-border-opacity: 1;border-color:rgb(244 214 212 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#F6F6F6\]{--tw-border-opacity: 1;border-color:rgb(246 246 246 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#FFB240\]{--tw-border-opacity: 1;border-color:rgb(255 178 64 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#FFFFFF\]{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#b5b5b5\]{--tw-border-opacity: 1;border-color:rgb(181 181 181 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#b8b8b8\]{--tw-border-opacity: 1;border-color:rgb(184 184 184 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#e01507\]{--tw-border-opacity: 1;border-color:rgb(224 21 7 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#e48900\]{--tw-border-opacity: 1;border-color:rgb(228 137 0 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#e6e6e6\]{--tw-border-opacity: 1;border-color:rgb(230 230 230 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#e7e7e7\]{--tw-border-opacity: 1;border-color:rgb(231 231 231 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#e8e8e8\]{--tw-border-opacity: 1;border-color:rgb(232 232 232 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#f0f0f0\]{--tw-border-opacity: 1;border-color:rgb(240 240 240 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#f6f6f6\]{--tw-border-opacity: 1;border-color:rgb(246 246 246 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#f7f7f7\]{--tw-border-opacity: 1;border-color:rgb(247 247 247 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[\#fff\]{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-\[rgba\(0\,0\,0\,0\.2\)\]{border-color:#0003}#remaster-body .tw-border-\[rgba\(0\,0\,0\,0\.3\)\]{border-color:#0000004d}#remaster-body .tw-border-\[rgba\(0\,0\,0\,0\.5\)\]{border-color:#00000080}#remaster-body .tw-border-\[rgba\(255\,255\,255\,0\.3\)\]{border-color:#ffffff4d}#remaster-body .tw-border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-green-800{--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-neutral-200{--tw-border-opacity: 1;border-color:rgb(229 229 229 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-neutral-300{--tw-border-opacity: 1;border-color:rgb(212 212 212 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-neutral-500{--tw-border-opacity: 1;border-color:rgb(115 115 115 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-neutral-800{--tw-border-opacity: 1;border-color:rgb(38 38 38 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-red-800{--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-transparent{border-color:transparent}#remaster-body .tw-border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-white\/20{border-color:#fff3}#remaster-body .tw-border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}#remaster-body .tw-border-yellow-800{--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity, 1))}#remaster-body .\!tw-bg-\[\#F6F6F6\]\/\[\.8\]{background-color:#f6f6f6cc!important}#remaster-body .tw-bg-\[\#000000\],#remaster-body .tw-bg-\[\#000\]{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#009262\]{--tw-bg-opacity: 1;background-color:rgb(0 146 98 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#10B981\]{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#19181A\],#remaster-body .tw-bg-\[\#19181a\]{--tw-bg-opacity: 1;background-color:rgb(25 24 26 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#2E86C1\]{--tw-bg-opacity: 1;background-color:rgb(46 134 193 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#5B5B5B\]{--tw-bg-opacity: 1;background-color:rgb(91 91 91 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#712EFF\]{--tw-bg-opacity: 1;background-color:rgb(113 46 255 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#8C8C8C\]{--tw-bg-opacity: 1;background-color:rgb(140 140 140 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#8d8d8d\]{--tw-bg-opacity: 1;background-color:rgb(141 141 141 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#9a1c1c\]\/70{background-color:#9a1c1cb3}#remaster-body .tw-bg-\[\#B18CFF\]{--tw-bg-opacity: 1;background-color:rgb(177 140 255 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#BDBDBD\]{--tw-bg-opacity: 1;background-color:rgb(189 189 189 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#C33025\]{--tw-bg-opacity: 1;background-color:rgb(195 48 37 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#C3A5FF\]{--tw-bg-opacity: 1;background-color:rgb(195 165 255 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#D12429\]{--tw-bg-opacity: 1;background-color:rgb(209 36 41 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#D4EFDF\]{--tw-bg-opacity: 1;background-color:rgb(212 239 223 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#D73C2C\]{--tw-bg-opacity: 1;background-color:rgb(215 60 44 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#D9D9D9\]{--tw-bg-opacity: 1;background-color:rgb(217 217 217 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#DAD0F7\]{--tw-bg-opacity: 1;background-color:rgb(218 208 247 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#E01507\]{--tw-bg-opacity: 1;background-color:rgb(224 21 7 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#E3D5FF\]{--tw-bg-opacity: 1;background-color:rgb(227 213 255 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#E48900\]{--tw-bg-opacity: 1;background-color:rgb(228 137 0 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#E7E7E7\]{--tw-bg-opacity: 1;background-color:rgb(231 231 231 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#EAECEE\]{--tw-bg-opacity: 1;background-color:rgb(234 236 238 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#EBF5FB\]{--tw-bg-opacity: 1;background-color:rgb(235 245 251 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#F1FBF8\]{--tw-bg-opacity: 1;background-color:rgb(241 251 248 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#F2EBFF\]{--tw-bg-opacity: 1;background-color:rgb(242 235 255 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#F6F6F6\]{--tw-bg-opacity: 1;background-color:rgb(246 246 246 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#FADBD8\]{--tw-bg-opacity: 1;background-color:rgb(250 219 216 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#FDEBD0\]{--tw-bg-opacity: 1;background-color:rgb(253 235 208 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#FFC670\]{--tw-bg-opacity: 1;background-color:rgb(255 198 112 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#FFD596\]{--tw-bg-opacity: 1;background-color:rgb(255 213 150 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#FFEEED\]{--tw-bg-opacity: 1;background-color:rgb(255 238 237 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#FFF6F6\]{--tw-bg-opacity: 1;background-color:rgb(255 246 246 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#FFF8EC\]{--tw-bg-opacity: 1;background-color:rgb(255 248 236 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#FFF9F8\]{--tw-bg-opacity: 1;background-color:rgb(255 249 248 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#FFFFFF\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#\]{background-color:#}#remaster-body .tw-bg-\[\#b18cff\]{--tw-bg-opacity: 1;background-color:rgb(177 140 255 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#b8b8b8\]{--tw-bg-opacity: 1;background-color:rgb(184 184 184 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#cccccc\]{--tw-bg-opacity: 1;background-color:rgb(204 204 204 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#e6e6e6\]{--tw-bg-opacity: 1;background-color:rgb(230 230 230 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#e7e7e7\]{--tw-bg-opacity: 1;background-color:rgb(231 231 231 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#f1fdf8\]{--tw-bg-opacity: 1;background-color:rgb(241 253 248 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#f2ebff\]{--tw-bg-opacity: 1;background-color:rgb(242 235 255 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#f6f6f6\]{--tw-bg-opacity: 1;background-color:rgb(246 246 246 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#f7f7f7\]{--tw-bg-opacity: 1;background-color:rgb(247 247 247 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#fff8ec\]{--tw-bg-opacity: 1;background-color:rgb(255 248 236 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\#fff\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[\]{background-color:}#remaster-body .tw-bg-\[green\]{--tw-bg-opacity: 1;background-color:rgb(0 128 0 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-\[rgba\(0\,0\,0\,0\.1\)\]{background-color:#0000001a}#remaster-body .tw-bg-\[rgba\(0\,0\,0\,0\.4\)\]{background-color:#0006}#remaster-body .tw-bg-\[rgba\(0\,0\,0\,0\.6\)\]{background-color:#0009}#remaster-body .tw-bg-\[rgba\(0\,0\,0\,0\.7\)\]{background-color:#000000b3}#remaster-body .tw-bg-\[rgba\(0\,0\,0\,0\.8\)\]{background-color:#000c}#remaster-body .tw-bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-green-100\/10{background-color:#dcfce71a}#remaster-body .tw-bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-green-300{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-green-50\/80{background-color:#f0fdf4cc}#remaster-body .tw-bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-green-800{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-neutral-100{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-neutral-100\/10{background-color:#f5f5f51a}#remaster-body .tw-bg-neutral-200{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-neutral-300{--tw-bg-opacity: 1;background-color:rgb(212 212 212 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-neutral-800{--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-orange-300{--tw-bg-opacity: 1;background-color:rgb(253 186 116 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-red-100\/10{background-color:#fee2e21a}#remaster-body .tw-bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-red-300{--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-red-50\/80{background-color:#fef2f2cc}#remaster-body .tw-bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-red-800{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-transparent{background-color:transparent}#remaster-body .tw-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-white\/10{background-color:#ffffff1a}#remaster-body .tw-bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-yellow-100\/10{background-color:#fef9c31a}#remaster-body .tw-bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-yellow-300{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-yellow-50\/80{background-color:#fefce8cc}#remaster-body .tw-bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-yellow-800{--tw-bg-opacity: 1;background-color:rgb(133 77 14 / var(--tw-bg-opacity, 1))}#remaster-body .tw-bg-opacity-50{--tw-bg-opacity: .5}#remaster-body .tw-bg-cover{background-size:cover}#remaster-body .tw-bg-center{background-position:center}#remaster-body .tw-bg-no-repeat{background-repeat:no-repeat}#remaster-body .tw-object-contain{-o-object-fit:contain;object-fit:contain}#remaster-body .tw-object-cover{-o-object-fit:cover;object-fit:cover}#remaster-body .tw-p-0{padding:0}#remaster-body .tw-p-1{padding:.25rem}#remaster-body .tw-p-10{padding:2.5rem}#remaster-body .tw-p-12{padding:3rem}#remaster-body .tw-p-2{padding:.5rem}#remaster-body .tw-p-2\.5{padding:.625rem}#remaster-body .tw-p-3{padding:.75rem}#remaster-body .tw-p-4{padding:1rem}#remaster-body .tw-p-5{padding:1.25rem}#remaster-body .tw-p-6{padding:1.5rem}#remaster-body .tw-p-8{padding:2rem}#remaster-body .tw-p-\[12px\]{padding:12px}#remaster-body .tw-p-\[15px\]{padding:15px}#remaster-body .tw-p-\[16px\]{padding:16px}#remaster-body .tw-p-\[24px\]{padding:24px}#remaster-body .tw-p-\[2px\]{padding:2px}#remaster-body .tw-p-\[40px\]{padding:40px}#remaster-body .tw-p-\[8px\]{padding:8px}#remaster-body .\!tw-px-0{padding-left:0!important;padding-right:0!important}#remaster-body .tw-px-0{padding-left:0;padding-right:0}#remaster-body .tw-px-1{padding-left:.25rem;padding-right:.25rem}#remaster-body .tw-px-10{padding-left:2.5rem;padding-right:2.5rem}#remaster-body .tw-px-12{padding-left:3rem;padding-right:3rem}#remaster-body .tw-px-14{padding-left:3.5rem;padding-right:3.5rem}#remaster-body .tw-px-16{padding-left:4rem;padding-right:4rem}#remaster-body .tw-px-2{padding-left:.5rem;padding-right:.5rem}#remaster-body .tw-px-20{padding-left:5rem;padding-right:5rem}#remaster-body .tw-px-3{padding-left:.75rem;padding-right:.75rem}#remaster-body .tw-px-36{padding-left:9rem;padding-right:9rem}#remaster-body .tw-px-4{padding-left:1rem;padding-right:1rem}#remaster-body .tw-px-5{padding-left:1.25rem;padding-right:1.25rem}#remaster-body .tw-px-6{padding-left:1.5rem;padding-right:1.5rem}#remaster-body .tw-px-7{padding-left:1.75rem;padding-right:1.75rem}#remaster-body .tw-px-8{padding-left:2rem;padding-right:2rem}#remaster-body .tw-px-\[0px\]{padding-left:0;padding-right:0}#remaster-body .tw-px-\[100px\]{padding-left:100px;padding-right:100px}#remaster-body .tw-px-\[10px\]{padding-left:10px;padding-right:10px}#remaster-body .tw-px-\[12px\]{padding-left:12px;padding-right:12px}#remaster-body .tw-px-\[150px\]{padding-left:150px;padding-right:150px}#remaster-body .tw-px-\[15px\]{padding-left:15px;padding-right:15px}#remaster-body .tw-px-\[16px\]{padding-left:16px;padding-right:16px}#remaster-body .tw-px-\[20px\]{padding-left:20px;padding-right:20px}#remaster-body .tw-px-\[24px\]{padding-left:24px;padding-right:24px}#remaster-body .tw-px-\[25px\]{padding-left:25px;padding-right:25px}#remaster-body .tw-px-\[32px\]{padding-left:32px;padding-right:32px}#remaster-body .tw-px-\[40px\]{padding-left:40px;padding-right:40px}#remaster-body .tw-px-\[42px\]{padding-left:42px;padding-right:42px}#remaster-body .tw-px-\[44px\]{padding-left:44px;padding-right:44px}#remaster-body .tw-px-\[48px\]{padding-left:48px;padding-right:48px}#remaster-body .tw-px-\[4px\]{padding-left:4px;padding-right:4px}#remaster-body .tw-px-\[52px\]{padding-left:52px;padding-right:52px}#remaster-body .tw-px-\[8px\]{padding-left:8px;padding-right:8px}#remaster-body .tw-py-0{padding-top:0;padding-bottom:0}#remaster-body .tw-py-1{padding-top:.25rem;padding-bottom:.25rem}#remaster-body .tw-py-10{padding-top:2.5rem;padding-bottom:2.5rem}#remaster-body .tw-py-14{padding-top:3.5rem;padding-bottom:3.5rem}#remaster-body .tw-py-16{padding-top:4rem;padding-bottom:4rem}#remaster-body .tw-py-2{padding-top:.5rem;padding-bottom:.5rem}#remaster-body .tw-py-20{padding-top:5rem;padding-bottom:5rem}#remaster-body .tw-py-24{padding-top:6rem;padding-bottom:6rem}#remaster-body .tw-py-3{padding-top:.75rem;padding-bottom:.75rem}#remaster-body .tw-py-4{padding-top:1rem;padding-bottom:1rem}#remaster-body .tw-py-40{padding-top:10rem;padding-bottom:10rem}#remaster-body .tw-py-5{padding-top:1.25rem;padding-bottom:1.25rem}#remaster-body .tw-py-6{padding-top:1.5rem;padding-bottom:1.5rem}#remaster-body .tw-py-7{padding-top:1.75rem;padding-bottom:1.75rem}#remaster-body .tw-py-8{padding-top:2rem;padding-bottom:2rem}#remaster-body .tw-py-\[10px\]{padding-top:10px;padding-bottom:10px}#remaster-body .tw-py-\[120px\]{padding-top:120px;padding-bottom:120px}#remaster-body .tw-py-\[12px\]{padding-top:12px;padding-bottom:12px}#remaster-body .tw-py-\[15px\]{padding-top:15px;padding-bottom:15px}#remaster-body .tw-py-\[16px\]{padding-top:16px;padding-bottom:16px}#remaster-body .tw-py-\[18px\]{padding-top:18px;padding-bottom:18px}#remaster-body .tw-py-\[1rem\]{padding-top:1rem;padding-bottom:1rem}#remaster-body .tw-py-\[20px\]{padding-top:20px;padding-bottom:20px}#remaster-body .tw-py-\[22px\]{padding-top:22px;padding-bottom:22px}#remaster-body .tw-py-\[24px\]{padding-top:24px;padding-bottom:24px}#remaster-body .tw-py-\[25px\]{padding-top:25px;padding-bottom:25px}#remaster-body .tw-py-\[2px\]{padding-top:2px;padding-bottom:2px}#remaster-body .tw-py-\[32px\]{padding-top:32px;padding-bottom:32px}#remaster-body .tw-py-\[40px\]{padding-top:40px;padding-bottom:40px}#remaster-body .tw-py-\[4px\]{padding-top:4px;padding-bottom:4px}#remaster-body .tw-py-\[50px\]{padding-top:50px;padding-bottom:50px}#remaster-body .tw-py-\[5px\]{padding-top:5px;padding-bottom:5px}#remaster-body .tw-py-\[70px\]{padding-top:70px;padding-bottom:70px}#remaster-body .tw-py-\[7px\]{padding-top:7px;padding-bottom:7px}#remaster-body .tw-py-\[8px\]{padding-top:8px;padding-bottom:8px}#remaster-body .\!tw-pb-\[20px\]{padding-bottom:20px!important}#remaster-body .tw-pb-0{padding-bottom:0}#remaster-body .tw-pb-1{padding-bottom:.25rem}#remaster-body .tw-pb-10{padding-bottom:2.5rem}#remaster-body .tw-pb-12{padding-bottom:3rem}#remaster-body .tw-pb-16{padding-bottom:4rem}#remaster-body .tw-pb-2{padding-bottom:.5rem}#remaster-body .tw-pb-20{padding-bottom:5rem}#remaster-body .tw-pb-4{padding-bottom:1rem}#remaster-body .tw-pb-6{padding-bottom:1.5rem}#remaster-body .tw-pb-8{padding-bottom:2rem}#remaster-body .tw-pb-\[10px\]{padding-bottom:10px}#remaster-body .tw-pb-\[12px\]{padding-bottom:12px}#remaster-body .tw-pb-\[16px\]{padding-bottom:16px}#remaster-body .tw-pb-\[1px\]{padding-bottom:1px}#remaster-body .tw-pb-\[20px\]{padding-bottom:20px}#remaster-body .tw-pb-\[240px\]{padding-bottom:240px}#remaster-body .tw-pb-\[24px\]{padding-bottom:24px}#remaster-body .tw-pb-\[40px\]{padding-bottom:40px}#remaster-body .tw-pb-\[50px\]{padding-bottom:50px}#remaster-body .tw-pb-\[6px\]{padding-bottom:6px}#remaster-body .tw-pb-\[8px\]{padding-bottom:8px}#remaster-body .tw-pl-0{padding-left:0}#remaster-body .tw-pl-10{padding-left:2.5rem}#remaster-body .tw-pl-12{padding-left:3rem}#remaster-body .tw-pl-14{padding-left:3.5rem}#remaster-body .tw-pl-2{padding-left:.5rem}#remaster-body .tw-pl-3{padding-left:.75rem}#remaster-body .tw-pl-4{padding-left:1rem}#remaster-body .tw-pl-6{padding-left:1.5rem}#remaster-body .tw-pl-8{padding-left:2rem}#remaster-body .tw-pl-\[10px\]{padding-left:10px}#remaster-body .tw-pl-\[12px\]{padding-left:12px}#remaster-body .tw-pl-\[16px\]{padding-left:16px}#remaster-body .tw-pl-\[1rem\]{padding-left:1rem}#remaster-body .tw-pl-\[20px\]{padding-left:20px}#remaster-body .tw-pl-\[24px\]{padding-left:24px}#remaster-body .tw-pl-\[280px\]{padding-left:280px}#remaster-body .tw-pl-\[40px\]{padding-left:40px}#remaster-body .tw-pl-\[42px\]{padding-left:42px}#remaster-body .tw-pl-\[8px\]{padding-left:8px}#remaster-body .tw-pr-0{padding-right:0}#remaster-body .tw-pr-10{padding-right:2.5rem}#remaster-body .tw-pr-2{padding-right:.5rem}#remaster-body .tw-pr-3{padding-right:.75rem}#remaster-body .tw-pr-32{padding-right:8rem}#remaster-body .tw-pr-4{padding-right:1rem}#remaster-body .tw-pr-6{padding-right:1.5rem}#remaster-body .tw-pr-8{padding-right:2rem}#remaster-body .tw-pr-\[16px\]{padding-right:16px}#remaster-body .tw-pr-\[1rem\]{padding-right:1rem}#remaster-body .tw-pr-\[30px\]{padding-right:30px}#remaster-body .tw-pr-\[8px\]{padding-right:8px}#remaster-body .tw-pt-0{padding-top:0}#remaster-body .tw-pt-10{padding-top:2.5rem}#remaster-body .tw-pt-12{padding-top:3rem}#remaster-body .tw-pt-14{padding-top:3.5rem}#remaster-body .tw-pt-2{padding-top:.5rem}#remaster-body .tw-pt-20{padding-top:5rem}#remaster-body .tw-pt-3{padding-top:.75rem}#remaster-body .tw-pt-4{padding-top:1rem}#remaster-body .tw-pt-5{padding-top:1.25rem}#remaster-body .tw-pt-6{padding-top:1.5rem}#remaster-body .tw-pt-8{padding-top:2rem}#remaster-body .tw-pt-\[10px\]{padding-top:10px}#remaster-body .tw-pt-\[12px\]{padding-top:12px}#remaster-body .tw-pt-\[15px\]{padding-top:15px}#remaster-body .tw-pt-\[16px\]{padding-top:16px}#remaster-body .tw-pt-\[20px\]{padding-top:20px}#remaster-body .tw-pt-\[24px\]{padding-top:24px}#remaster-body .tw-pt-\[40px\]{padding-top:40px}#remaster-body .tw-pt-\[4px\]{padding-top:4px}#remaster-body .tw-pt-\[67px\]{padding-top:67px}#remaster-body .tw-pt-\[6px\]{padding-top:6px}#remaster-body .tw-text-left{text-align:left}#remaster-body .tw-text-center{text-align:center}#remaster-body .tw-text-right{text-align:right}#remaster-body .tw-align-baseline{vertical-align:baseline}#remaster-body .tw-align-top{vertical-align:top}#remaster-body .tw-align-middle{vertical-align:middle}#remaster-body .tw-align-bottom{vertical-align:bottom}#remaster-body .\!tw-font-\[\'GTAmR\'\]{font-family:GTAmR!important}#remaster-body .tw-font-\[Satoshi\]{font-family:Satoshi}#remaster-body .tw-font-sans{font-family:Satoshi,sans-serif}#remaster-body .\!tw-text-2xl{font-size:1.5rem!important;line-height:2rem!important}#remaster-body .\!tw-text-base\/5{font-size:1rem!important;line-height:1.25rem!important}#remaster-body .\!tw-text-lg{font-size:1.125rem!important;line-height:1.75rem!important}#remaster-body .tw-text-2xl{font-size:1.5rem;line-height:2rem}#remaster-body .tw-text-2xl\/9{font-size:1.5rem;line-height:2.25rem}#remaster-body .tw-text-4xl{font-size:2.25rem;line-height:2.5rem}#remaster-body .tw-text-4xl\/\[48px\]{font-size:2.25rem;line-height:48px}#remaster-body .tw-text-\[1\.2em\]{font-size:1.2em}#remaster-body .tw-text-\[12px\]{font-size:12px}#remaster-body .tw-text-\[13px\]{font-size:13px}#remaster-body .tw-text-\[14px\]{font-size:14px}#remaster-body .tw-text-\[16px\]{font-size:16px}#remaster-body .tw-text-\[18px\]{font-size:18px}#remaster-body .tw-text-\[1rem\]{font-size:1rem}#remaster-body .tw-text-\[20px\]{font-size:20px}#remaster-body .tw-text-\[22px\]{font-size:22px}#remaster-body .tw-text-\[24px\]{font-size:24px}#remaster-body .tw-text-\[25px\]{font-size:25px}#remaster-body .tw-text-\[2rem\]{font-size:2rem}#remaster-body .tw-text-\[30px\]{font-size:30px}#remaster-body .tw-text-\[32px\]{font-size:32px}#remaster-body .tw-text-\[48px\]{font-size:48px}#remaster-body .tw-text-base{font-size:1rem;line-height:1.5rem}#remaster-body .tw-text-base\/5{font-size:1rem;line-height:1.25rem}#remaster-body .tw-text-lg{font-size:1.125rem;line-height:1.75rem}#remaster-body .tw-text-sm{font-size:.875rem;line-height:1.25rem}#remaster-body .tw-text-xl{font-size:1.25rem;line-height:1.75rem}#remaster-body .tw-text-xl\/8{font-size:1.25rem;line-height:2rem}#remaster-body .tw-text-xs{font-size:.75rem;line-height:1rem}#remaster-body .\!tw-font-\[500\]{font-weight:500!important}#remaster-body .\!tw-font-bold{font-weight:700!important}#remaster-body .\!tw-font-medium{font-weight:500!important}#remaster-body .\!tw-font-thin{font-weight:100!important}#remaster-body .tw-font-\[300\]{font-weight:300}#remaster-body .tw-font-\[400\]{font-weight:400}#remaster-body .tw-font-\[500\]{font-weight:500}#remaster-body .tw-font-\[600\]{font-weight:600}#remaster-body .tw-font-\[700\],#remaster-body .tw-font-bold{font-weight:700}#remaster-body .tw-font-light{font-weight:300}#remaster-body .tw-font-medium{font-weight:500}#remaster-body .tw-font-normal{font-weight:400}#remaster-body .tw-font-semibold{font-weight:600}#remaster-body .tw-font-thin{font-weight:100}#remaster-body .tw-uppercase{text-transform:uppercase}#remaster-body .\!tw-capitalize{text-transform:capitalize!important}#remaster-body .tw-capitalize{text-transform:capitalize}#remaster-body .tw-normal-case{text-transform:none}#remaster-body .tw-italic{font-style:italic}#remaster-body .tw-leading-6{line-height:1.5rem}#remaster-body .tw-leading-9{line-height:2.25rem}#remaster-body .tw-leading-\[150\%\]{line-height:150%}#remaster-body .tw-leading-\[18px\]{line-height:18px}#remaster-body .tw-leading-\[30px\]{line-height:30px}#remaster-body .tw-leading-loose{line-height:2}#remaster-body .tw-leading-none{line-height:1}#remaster-body .tw-leading-relaxed{line-height:1.625}#remaster-body .tw-leading-tight{line-height:1.25}#remaster-body .tw-text-\[\#009262\]{--tw-text-opacity: 1;color:rgb(0 146 98 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#115B43\]{--tw-text-opacity: 1;color:rgb(17 91 67 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#19181A\],#remaster-body .tw-text-\[\#19181a\]{--tw-text-opacity: 1;color:rgb(25 24 26 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#1B6E53\],#remaster-body .tw-text-\[\#1b6e53\]{--tw-text-opacity: 1;color:rgb(27 110 83 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#28B463\]{--tw-text-opacity: 1;color:rgb(40 180 99 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#2E86C1\]{--tw-text-opacity: 1;color:rgb(46 134 193 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#333\]{--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#585858\]{--tw-text-opacity: 1;color:rgb(88 88 88 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#5B5B5B\],#remaster-body .tw-text-\[\#5b5b5b\]{--tw-text-opacity: 1;color:rgb(91 91 91 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#5d5d5d\]{--tw-text-opacity: 1;color:rgb(93 93 93 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#6B39FA\]{--tw-text-opacity: 1;color:rgb(107 57 250 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#712EFF\]{--tw-text-opacity: 1;color:rgb(113 46 255 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#737373\]{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#8850FF\],#remaster-body .tw-text-\[\#8850ff\]{--tw-text-opacity: 1;color:rgb(136 80 255 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#8C8C8C\],#remaster-body .tw-text-\[\#8c8c8c\]{--tw-text-opacity: 1;color:rgb(140 140 140 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#8d8d8d\]{--tw-text-opacity: 1;color:rgb(141 141 141 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#BDBDBD\]{--tw-text-opacity: 1;color:rgb(189 189 189 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#C33025\]{--tw-text-opacity: 1;color:rgb(195 48 37 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#CB4335\]{--tw-text-opacity: 1;color:rgb(203 67 53 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#CC4533\]{--tw-text-opacity: 1;color:rgb(204 69 51 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#D73C2C\]{--tw-text-opacity: 1;color:rgb(215 60 44 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#E01507\]{--tw-text-opacity: 1;color:rgb(224 21 7 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#E48900\]{--tw-text-opacity: 1;color:rgb(228 137 0 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#E7E7E7\]{--tw-text-opacity: 1;color:rgb(231 231 231 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#EC1C24\]{--tw-text-opacity: 1;color:rgb(236 28 36 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#F6F6F6\]{--tw-text-opacity: 1;color:rgb(246 246 246 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#FFA826\]{--tw-text-opacity: 1;color:rgb(255 168 38 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#FFEEED\]{--tw-text-opacity: 1;color:rgb(255 238 237 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#FFFFFF\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#b5b5b5\]{--tw-text-opacity: 1;color:rgb(181 181 181 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#b8b8b8\]{--tw-text-opacity: 1;color:rgb(184 184 184 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#bdbdbd\]{--tw-text-opacity: 1;color:rgb(189 189 189 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#cc4533\]{--tw-text-opacity: 1;color:rgb(204 69 51 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#cdcdcd\]{--tw-text-opacity: 1;color:rgb(205 205 205 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#e01507\]{--tw-text-opacity: 1;color:rgb(224 21 7 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#e48900\]{--tw-text-opacity: 1;color:rgb(228 137 0 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#f6f6f6\]{--tw-text-opacity: 1;color:rgb(246 246 246 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\#fff\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-\[\]{color:}#remaster-body .tw-text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-inherit{color:inherit}#remaster-body .tw-text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}#remaster-body .tw-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}#remaster-body .tw-underline{text-decoration-line:underline}#remaster-body .tw-line-through{text-decoration-line:line-through}#remaster-body .tw-no-underline{text-decoration-line:none}#remaster-body .tw-underline-offset-2{text-underline-offset:2px}#remaster-body .tw-underline-offset-4{text-underline-offset:4px}#remaster-body .tw-placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}#remaster-body .tw-placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}#remaster-body .tw-caret-\[\#5965E5\]{caret-color:#5965e5}#remaster-body .tw-caret-white{caret-color:#fff}#remaster-body .tw-accent-\[\#19181A\]{accent-color:#19181A}#remaster-body .tw-accent-\[\#BDBDBD\]{accent-color:#BDBDBD}#remaster-body .tw-accent-\[\#FFFFFF\]{accent-color:#FFFFFF}#remaster-body .tw-accent-black{accent-color:#000}#remaster-body .tw-opacity-0{opacity:0}#remaster-body .tw-opacity-100{opacity:1}#remaster-body .tw-opacity-50{opacity:.5}#remaster-body .tw-opacity-60{opacity:.6}#remaster-body .tw-opacity-\[0\.1\]{opacity:.1}#remaster-body .tw-shadow-\[3px_2px_10px_0px_\#0000000F\]{--tw-shadow: 3px 2px 10px 0px #0000000F;--tw-shadow-colored: 3px 2px 10px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#remaster-body .tw-shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#remaster-body .tw-shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#remaster-body .tw-shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#remaster-body .tw-shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#remaster-body .tw-outline-none{outline:2px solid transparent;outline-offset:2px}#remaster-body .tw-outline{outline-style:solid}#remaster-body .tw-outline-1{outline-width:1px}#remaster-body .tw-outline-\[\#000\]{outline-color:#000}#remaster-body .tw-outline-\[\#19181A\]{outline-color:#19181a}#remaster-body .tw-outline-\[\#712EFF\]{outline-color:#712eff}#remaster-body .tw-outline-\[\#B18CFF\]{outline-color:#b18cff}#remaster-body .tw-outline-\[\#BDBDBD\]{outline-color:#bdbdbd}#remaster-body .tw-blur-\[2px\]{--tw-blur: blur(2px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}#remaster-body .tw-blur-md{--tw-blur: blur(12px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}#remaster-body .tw-backdrop-blur-\[12px\]{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}#remaster-body .tw-backdrop-blur-\[5px\]{--tw-backdrop-blur: blur(5px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}#remaster-body .tw-backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}#remaster-body .tw-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#remaster-body .tw-transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#remaster-body .tw-duration-300{transition-duration:.3s}#remaster-body .tw-duration-500{transition-duration:.5s}#remaster-body .tw-duration-\[350ms\]{transition-duration:.35s}#remaster-body .tw-duration-\[500ms\]{transition-duration:.5s}#remaster-body .tw-duration-\[800ms\]{transition-duration:.8s}#remaster-body .tw-duration-\[900ms\]{transition-duration:.9s}#remaster-body .tw-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}#remaster-body .placeholder\:tw-text-sm::-moz-placeholder{font-size:.875rem;line-height:1.25rem}#remaster-body .placeholder\:tw-text-sm::placeholder{font-size:.875rem;line-height:1.25rem}#remaster-body .placeholder\:tw-font-semibold::-moz-placeholder{font-weight:600}#remaster-body .placeholder\:tw-font-semibold::placeholder{font-weight:600}#remaster-body .placeholder\:tw-text-\[\#19181A\]::-moz-placeholder{--tw-text-opacity: 1;color:rgb(25 24 26 / var(--tw-text-opacity, 1))}#remaster-body .placeholder\:tw-text-\[\#19181A\]::placeholder{--tw-text-opacity: 1;color:rgb(25 24 26 / var(--tw-text-opacity, 1))}#remaster-body .placeholder\:tw-text-\[\#BDBDBD\]::-moz-placeholder{--tw-text-opacity: 1;color:rgb(189 189 189 / var(--tw-text-opacity, 1))}#remaster-body .placeholder\:tw-text-\[\#BDBDBD\]::placeholder{--tw-text-opacity: 1;color:rgb(189 189 189 / var(--tw-text-opacity, 1))}#remaster-body .after\:tw-absolute:after{content:var(--tw-content);position:absolute}#remaster-body .after\:tw-left-\[4px\]:after{content:var(--tw-content);left:4px}#remaster-body .after\:tw-left-\[5px\]:after{content:var(--tw-content);left:5px}#remaster-body .after\:tw-top-\[5px\]:after{content:var(--tw-content);top:5px}#remaster-body .after\:tw-top-\[6px\]:after{content:var(--tw-content);top:6px}#remaster-body .after\:tw-h-3:after{content:var(--tw-content);height:.75rem}#remaster-body .after\:tw-h-4:after{content:var(--tw-content);height:1rem}#remaster-body .after\:tw-w-3:after{content:var(--tw-content);width:.75rem}#remaster-body .after\:tw-w-4:after{content:var(--tw-content);width:1rem}#remaster-body .after\:tw-rounded-full:after{content:var(--tw-content);border-radius:9999px}#remaster-body .after\:tw-border-2:after{content:var(--tw-content);border-width:2px}#remaster-body .after\:tw-border-\[\#8C8C8C\]:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(140 140 140 / var(--tw-border-opacity, 1))}#remaster-body .after\:tw-border-\[\#BDBDBD\]:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(189 189 189 / var(--tw-border-opacity, 1))}#remaster-body .after\:tw-bg-white:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}#remaster-body .after\:tw-transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#remaster-body .after\:tw-content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}#remaster-body .first\:tw-ml-0:first-child{margin-left:0}#remaster-body .first\:tw-pt-0:first-child{padding-top:0}#remaster-body .last\:tw-mr-0:last-child{margin-right:0}#remaster-body .last\:tw-pb-0:last-child{padding-bottom:0}#remaster-body .hover\:tw-border-0:hover{border-width:0px}#remaster-body .hover\:tw-border-b-0:hover{border-bottom-width:0px}#remaster-body .hover\:tw-border-none:hover{border-style:none}#remaster-body .hover\:tw-border-\[\#8850FF\]:hover{--tw-border-opacity: 1;border-color:rgb(136 80 255 / var(--tw-border-opacity, 1))}#remaster-body .hover\:\!tw-bg-transparent:hover{background-color:transparent!important}#remaster-body .hover\:tw-bg-\[\#19181a\]:hover{--tw-bg-opacity: 1;background-color:rgb(25 24 26 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-\[\#333\]:hover{--tw-bg-opacity: 1;background-color:rgb(51 51 51 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-\[\#84DFC1\]:hover{--tw-bg-opacity: 1;background-color:rgb(132 223 193 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-\[\#E3D5FF\]:hover{--tw-bg-opacity: 1;background-color:rgb(227 213 255 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-\[\#E7E7E7\]:hover{--tw-bg-opacity: 1;background-color:rgb(231 231 231 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-\[\#F2EBFF\]:hover{--tw-bg-opacity: 1;background-color:rgb(242 235 255 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-\[\#FFD596\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 213 150 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-\[\#FFEEED\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 238 237 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-\[\#a72b25\]:hover{--tw-bg-opacity: 1;background-color:rgb(167 43 37 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-\[\#b62f22\]:hover{--tw-bg-opacity: 1;background-color:rgb(182 47 34 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-\[\#e7e7e7\]:hover{--tw-bg-opacity: 1;background-color:rgb(231 231 231 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-\[\#f6f6f6\]:hover{--tw-bg-opacity: 1;background-color:rgb(246 246 246 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-\[rgb\(205\,205\,205\)\]:hover{--tw-bg-opacity: 1;background-color:rgb(205 205 205 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-\[rgb\(236\,226\,255\)\]:hover{--tw-bg-opacity: 1;background-color:rgb(236 226 255 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-\[rgba\(0\,0\,0\,0\.06\)\]:hover{background-color:#0000000f}#remaster-body .hover\:tw-bg-\[rgba\(227\,213\,255\,0\.5\)\]:hover{background-color:#e3d5ff80}#remaster-body .hover\:tw-bg-\[rgba\(255\,255\,255\,0\.1\)\]:hover{background-color:#ffffff1a}#remaster-body .hover\:tw-bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}#remaster-body .hover\:tw-bg-white\/15:hover{background-color:#ffffff26}#remaster-body .hover\:tw-text-\[\#19181A\]:hover{--tw-text-opacity: 1;color:rgb(25 24 26 / var(--tw-text-opacity, 1))}#remaster-body .hover\:tw-text-\[\#1B6E53\]:hover{--tw-text-opacity: 1;color:rgb(27 110 83 / var(--tw-text-opacity, 1))}#remaster-body .hover\:tw-text-\[\#712EFF\]:hover{--tw-text-opacity: 1;color:rgb(113 46 255 / var(--tw-text-opacity, 1))}#remaster-body .hover\:tw-text-\[\#8850FF\]:hover{--tw-text-opacity: 1;color:rgb(136 80 255 / var(--tw-text-opacity, 1))}#remaster-body .hover\:tw-text-\[\#E01507\]:hover{--tw-text-opacity: 1;color:rgb(224 21 7 / var(--tw-text-opacity, 1))}#remaster-body .hover\:tw-text-\[\#FFA826\]:hover{--tw-text-opacity: 1;color:rgb(255 168 38 / var(--tw-text-opacity, 1))}#remaster-body .hover\:tw-text-\[\#b8b8b8\]:hover{--tw-text-opacity: 1;color:rgb(184 184 184 / var(--tw-text-opacity, 1))}#remaster-body .hover\:tw-text-\[\#fff\]:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}#remaster-body .hover\:tw-underline:hover{text-decoration-line:underline}#remaster-body .hover\:tw-no-underline:hover{text-decoration-line:none}#remaster-body .hover\:tw-opacity-30:hover{opacity:.3}#remaster-body .hover\:tw-opacity-50:hover{opacity:.5}#remaster-body .hover\:placeholder\:tw-text-\[\#19181A\]:hover::-moz-placeholder{--tw-text-opacity: 1;color:rgb(25 24 26 / var(--tw-text-opacity, 1))}#remaster-body .hover\:placeholder\:tw-text-\[\#19181A\]:hover::placeholder{--tw-text-opacity: 1;color:rgb(25 24 26 / var(--tw-text-opacity, 1))}#remaster-body .focus\:tw-border-\[\#BDBDBD\]:focus{--tw-border-opacity: 1;border-color:rgb(189 189 189 / var(--tw-border-opacity, 1))}#remaster-body .focus\:tw-outline-none:focus{outline:2px solid transparent;outline-offset:2px}#remaster-body .focus\:placeholder\:tw-text-\[\#8C8C8C\]:focus::-moz-placeholder{--tw-text-opacity: 1;color:rgb(140 140 140 / var(--tw-text-opacity, 1))}#remaster-body .focus\:placeholder\:tw-text-\[\#8C8C8C\]:focus::placeholder{--tw-text-opacity: 1;color:rgb(140 140 140 / var(--tw-text-opacity, 1))}#remaster-body .active\:\!tw-bg-transparent:active{background-color:transparent!important}#remaster-body :is(.tw-peer:checked~.peer-checked\:tw-bg-black){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}#remaster-body :is(.tw-peer:checked~.peer-checked\:after\:tw-translate-x-full):after{content:var(--tw-content);--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body :is(.tw-peer:checked~.peer-checked\:after\:tw-bg-white):after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}#remaster-body :is(.tw-peer:focus~.peer-focus\:tw-outline-none){outline:2px solid transparent;outline-offset:2px}#remaster-body :is(.prose-p\:tw-font-medium :is(:where(p):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)))){font-weight:500}#remaster-body :is(.prose-li\:tw-font-medium :is(:where(li):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)))){font-weight:500}#remaster-body :is(.prose-table\:tw-border-collapse :is(:where(table):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)))){border-collapse:collapse}#remaster-body :is(.prose-th\:tw-border-solid :is(:where(th):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)))){border-style:solid}#remaster-body :is(.prose-td\:tw-border-solid :is(:where(td):not(:where([class~=tw-not-prose],[class~=tw-not-prose] *)))){border-style:solid}@media(min-width:480px){#remaster-body .xs\:tw-col-span-1{grid-column:span 1 / span 1}#remaster-body .xs\:tw-col-span-8{grid-column:span 8 / span 8}#remaster-body .xs\:tw-col-span-9{grid-column:span 9 / span 9}#remaster-body .xs\:tw-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}#remaster-body .xs\:tw-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}#remaster-body .xs\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#remaster-body .xs\:tw-grid-cols-\[356px\]{grid-template-columns:356px}}@media(min-width:576px){#remaster-body .sm\:tw-col-span-1{grid-column:span 1 / span 1}#remaster-body .sm\:tw-col-span-2{grid-column:span 2 / span 2}#remaster-body .sm\:tw-col-span-5{grid-column:span 5 / span 5}#remaster-body .sm\:tw-col-span-6{grid-column:span 6 / span 6}#remaster-body .sm\:tw-col-span-8{grid-column:span 8 / span 8}#remaster-body .sm\:tw-col-start-7{grid-column-start:7}#remaster-body .sm\:tw-grid{display:grid}#remaster-body .sm\:tw-hidden{display:none}#remaster-body .sm\:tw-w-full{width:100%}#remaster-body .sm\:tw-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}#remaster-body .sm\:tw-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}#remaster-body .sm\:tw-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}#remaster-body .sm\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#remaster-body .sm\:tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}#remaster-body .sm\:tw-grid-cols-\[166px_1fr\]{grid-template-columns:166px 1fr}#remaster-body .sm\:tw-gap-8{gap:2rem}#remaster-body .sm\:tw-pt-16{padding-top:4rem}#remaster-body .sm\:tw-text-base{font-size:1rem;line-height:1.5rem}}@media(min-width:768px){#remaster-body .md\:tw-col-span-2{grid-column:span 2 / span 2}#remaster-body .md\:tw-col-span-4{grid-column:span 4 / span 4}#remaster-body .md\:tw-col-span-6{grid-column:span 6 / span 6}#remaster-body .md\:tw-col-start-3{grid-column-start:3}#remaster-body .md\:tw-h-\[calc\(100vh-65px\)\]{height:calc(100vh - 65px)}#remaster-body .md\:tw-w-\[926px\]{width:926px}#remaster-body .md\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#remaster-body .md\:tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}#remaster-body .md\:tw-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}#remaster-body .md\:tw-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}#remaster-body .md\:tw-grid-cols-\[25\%_45\%_30\%\]{grid-template-columns:25% 45% 30%}#remaster-body .md\:tw-grid-cols-\[356px_356px\]{grid-template-columns:356px 356px}#remaster-body .md\:tw-grid-cols-\[auto_1fr_auto\]{grid-template-columns:auto 1fr auto}#remaster-body .md\:tw-flex-nowrap{flex-wrap:nowrap}#remaster-body .md\:tw-justify-between{justify-content:space-between}#remaster-body .md\:tw-text-3xl{font-size:1.875rem;line-height:2.25rem}}@media(min-width:992px){#remaster-body .lg\:tw-sticky{position:sticky}#remaster-body .lg\:tw-col-span-10{grid-column:span 10 / span 10}#remaster-body .lg\:tw-col-start-2{grid-column-start:2}#remaster-body .lg\:tw-m-20{margin:5rem}#remaster-body .lg\:tw-mx-32{margin-left:8rem;margin-right:8rem}#remaster-body .lg\:tw-block{display:block}#remaster-body .lg\:tw-flex{display:flex}#remaster-body .lg\:tw-grid{display:grid}#remaster-body .lg\:tw-h-\[calc\(100svh_-_var\(--remaster-header-height\)_-_92px_-_48px\)\]{height:calc(100svh - var(--remaster-header-height) - 92px - 48px)}#remaster-body .lg\:tw-max-h-\[calc\(100svh-120px\)\]{max-height:calc(100svh - 120px)}#remaster-body .lg\:tw-min-h-\[calc\(100svh_-_var\(--remaster-header-height\)\)\]{min-height:calc(100svh - var(--remaster-header-height))}#remaster-body .lg\:tw-w-44{width:11rem}#remaster-body .lg\:tw-w-\[370px\]{width:370px}#remaster-body .lg\:tw-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}#remaster-body .lg\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#remaster-body .lg\:tw-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}#remaster-body .lg\:tw-grid-cols-\[1fr_510px\]{grid-template-columns:1fr 510px}#remaster-body .lg\:tw-grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}#remaster-body .lg\:tw-grid-cols-\[451px_1fr\]{grid-template-columns:451px 1fr}#remaster-body .lg\:tw-grid-cols-\[8fr_16fr\]{grid-template-columns:8fr 16fr}#remaster-body .lg\:tw-grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}#remaster-body .lg\:tw-grid-cols-\[auto_auto_auto_auto_1fr\]{grid-template-columns:auto auto auto auto 1fr}#remaster-body .lg\:tw-flex-row{flex-direction:row}#remaster-body .lg\:tw-justify-end{justify-content:flex-end}#remaster-body .lg\:tw-justify-center{justify-content:center}#remaster-body .lg\:tw-justify-between{justify-content:space-between}#remaster-body .lg\:tw-gap-0{gap:0px}#remaster-body .lg\:tw-gap-6{gap:1.5rem}#remaster-body .lg\:tw-px-10{padding-left:2.5rem;padding-right:2.5rem}#remaster-body .lg\:tw-px-4{padding-left:1rem;padding-right:1rem}}@media(min-width:1200px){#remaster-body .xl\:tw-col-span-5{grid-column:span 5 / span 5}#remaster-body .xl\:tw-col-start-8{grid-column-start:8}#remaster-body .xl\:tw-max-w-7xl{max-width:80rem}#remaster-body .xl\:tw-grid-cols-\[356px_356px\]{grid-template-columns:356px 356px}#remaster-body .xl\:tw-flex-row-reverse{flex-direction:row-reverse}#remaster-body .xl\:tw-justify-between{justify-content:space-between}#remaster-body .xl\:tw-pt-10{padding-top:2.5rem}#remaster-body .xl\:tw-pt-5{padding-top:1.25rem}}@media(min-width:1600px){#remaster-body .\32xl\:tw-mx-\[60px\]{margin-left:60px;margin-right:60px}#remaster-body .\32xl\:tw-grid-cols-\[356px_356px_356px\]{grid-template-columns:356px 356px 356px}#remaster-body .\32xl\:tw-px-\[40px\]{padding-left:40px;padding-right:40px}}#remaster-body :is(.\[\&\>\.ant-form-item-row\]\:tw-grid>.ant-form-item-row){display:grid}#remaster-body :is(.\[\&\>\.ant-form-item-row\]\:tw-gap-4>.ant-form-item-row){gap:1rem}@media(min-width:992px){#remaster-body :is(.lg\:\[\&\>\.ant-form-item-row\]\:tw-grid-cols-\[8fr_16fr\]>.ant-form-item-row){grid-template-columns:8fr 16fr}#remaster-body :is(.lg\:\[\&\>\.ant-form-item-row\]\:tw-gap-0>.ant-form-item-row){gap:0px}}#remaster-body :is(.\[\&\>span\]\:tw-self-baseline>span){align-self:baseline}#remaster-body .\[\&\]\:tw-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}#remaster-body :is(.\[\&_\.ant-checkbox\]\:tw-w-0 .ant-checkbox){width:0px}#remaster-body :is(.\[\&_\.ant-checkbox\]\:tw-overflow-hidden .ant-checkbox){overflow:hidden}#remaster-body :is(.\[\&_\.ant-collapse-content-box\]\:tw-p-0 .ant-collapse-content-box){padding:0}#remaster-body :is(.\[\&_\.ant-collapse-item\]\:tw-border-\[\#E7E7E7\] .ant-collapse-item){--tw-border-opacity: 1;border-color:rgb(231 231 231 / var(--tw-border-opacity, 1))}#remaster-body :is(.\[\&_\.ant-collapse-item\]\:tw-bg-white .ant-collapse-item){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}#remaster-body :is(.\[\&_\.ant-form-item-control-input-content_\>_\*\]\:tw-mt-2 .ant-form-item-control-input-content>*){margin-top:.5rem}#remaster-body :is(.\[\&_\.ant-form-item-control-input\]\:tw-min-h-min .ant-form-item-control-input){min-height:-moz-min-content;min-height:min-content}#remaster-body :is(.\[\&_\.ant-form-item-control\]\:tw-max-w-full .ant-form-item-control){max-width:100%}#remaster-body :is(.\[\&_\.ant-form-item-label\>label\]\:tw-h-auto .ant-form-item-label>label){height:auto}#remaster-body :is(.\[\&_\.ant-form-item-label\]\:tw-max-w-full .ant-form-item-label){max-width:100%}#remaster-body :is(.\[\&_\.ant-form-item-label\]\:tw-pb-4 .ant-form-item-label){padding-bottom:1rem}#remaster-body :is(.\[\&_\.ant-popover\]\:tw-overflow-hidden .ant-popover){overflow:hidden}#remaster-body :is(.\[\&_\.ant-popover\]\:tw-rounded-md .ant-popover){border-radius:.375rem}#remaster-body :is(.\[\&_\.ant-popover\]\:tw-border .ant-popover){border-width:1px}#remaster-body :is(.\[\&_\.ant-popover\]\:tw-border-solid .ant-popover){border-style:solid}#remaster-body :is(.\[\&_\.ant-radio-wrapper\]\:tw-m-0 .ant-radio-wrapper){margin:0}#remaster-body :is(.\[\&_\.ant-radio-wrapper_\>span\:nth-child\(2\)\]\:tw-p-0 .ant-radio-wrapper>span:nth-child(2)){padding:0}#remaster-body :is(.\[\&_\.ant-radio-wrapper_\>span\:nth-child\(2\)\]\:tw-pl-2 .ant-radio-wrapper>span:nth-child(2)){padding-left:.5rem}#remaster-body :is(.\[\&_\.ant-select-arrow\]\:tw-mr-2 .ant-select-arrow){margin-right:.5rem}#remaster-body :is(.\[\&_\.ant-select-selection-item\]\:tw-font-medium .ant-select-selection-item){font-weight:500}#remaster-body :is(.\[\&_\.ant-select-selector\]\:tw-border-none .ant-select-selector){border-style:none}#remaster-body :is(.\[\&_\.ant-select-selector\]\:tw-bg-transparent .ant-select-selector){background-color:transparent}#remaster-body :is(.\[\&_\.ant-select-selector\]\:tw-px-2 .ant-select-selector){padding-left:.5rem;padding-right:.5rem}#remaster-body :is(.\[\&_\.ant-skeleton_\.ant-skeleton-content_\.ant-skeleton-paragraph_\>_li\]\:tw-h-4 .ant-skeleton .ant-skeleton-content .ant-skeleton-paragraph>li){height:1rem}#remaster-body :is(.\[\&_\.ant-skeleton_\.ant-skeleton-content_\.ant-skeleton-title\]\:tw-h-4 .ant-skeleton .ant-skeleton-content .ant-skeleton-title){height:1rem}#remaster-body :is(.\[\&_\.ant-table-cell-row-hover\]\:tw-bg-inherit .ant-table-cell-row-hover){background-color:inherit}#remaster-body :is(.\[\&_\.ant-table-cell\:last-child\]\:tw-pr-0 .ant-table-cell:last-child){padding-right:0}#remaster-body :is(.\[\&_\.ant-table-cell\:nth-child\(1\)\]\:tw-pl-0 .ant-table-cell:nth-child(1)){padding-left:0}#remaster-body :is(.\[\&_\.ant-table-cell\]\:tw-border-\[\#E7E7E7\] .ant-table-cell){--tw-border-opacity: 1;border-color:rgb(231 231 231 / var(--tw-border-opacity, 1))}#remaster-body :is(.\[\&_\.ant-table-expanded-row\]\:tw-bg-\[\#F6F6F6\] .ant-table-expanded-row){--tw-bg-opacity: 1;background-color:rgb(246 246 246 / var(--tw-bg-opacity, 1))}#remaster-body :is(.\[\&_\.ant-table-expanded-row_\.ant-table-cell\:tw-bg-\[\#F6F6F6\]\]\:tw-p-0 .ant-table-expanded-row .ant-table-cell:tw-bg-[#F6F6F6]){padding:0}#remaster-body :is(.\[\&_\.ant-table\]\:tw-w-max .ant-table){width:-moz-max-content;width:max-content}@media(min-width:992px){#remaster-body :is(.lg\:\[\&_\.ant-table\]\:tw-w-full .ant-table){width:100%}}#remaster-body :is(.\[\&_\.ant-tabs-ink-bar\]\:tw-h-\[1px\] .ant-tabs-ink-bar){height:1px}#remaster-body :is(.\[\&_\.ant-tabs-tab-btn\[aria-selected\=\"true\"\]\]\:tw-text-\[\#19181A\] .ant-tabs-tab-btn[aria-selected=true]){--tw-text-opacity: 1;color:rgb(25 24 26 / var(--tw-text-opacity, 1))}#remaster-body :is(.\[\&_\.ant-tabs-tab-btn\]\:tw-font-medium .ant-tabs-tab-btn){font-weight:500}#remaster-body :is(.\[\&_\.ant-tabs-tab-btn\]\:tw-text-\[\#8c8c8c\] .ant-tabs-tab-btn){--tw-text-opacity: 1;color:rgb(140 140 140 / var(--tw-text-opacity, 1))}#remaster-body :is(.\[\&_\.ant-tabs-tab\:nth-child\(1\)\]\:tw-ml-0 .ant-tabs-tab:nth-child(1)){margin-left:0}#remaster-body :is(.\[\&_\.ant-tabs-tab\]\:tw-ml-6 .ant-tabs-tab){margin-left:1.5rem}#remaster-body :is(.\[\&_\.ant-upload-list-item-uploading\]\:tw-hidden .ant-upload-list-item-uploading){display:none}#remaster-body :is(.\[\&_\.ant-upload-list-text\]\:tw-hidden .ant-upload-list-text){display:none}#remaster-body :is(.\[\&_\.ant-upload-list\]\:tw-hidden .ant-upload-list){display:none}#remaster-body :is(.\[\&_\.ant-upload-select\]\:tw-block .ant-upload-select){display:block}#remaster-body :is(.\[\&_\.ant-upload\.ant-upload-drag\]\:tw-border-\[1px\] .ant-upload.ant-upload-drag){border-width:1px}#remaster-body :is(.\[\&_\.ant-upload\.ant-upload-drag\]\:tw-border-none .ant-upload.ant-upload-drag){border-style:none}#remaster-body :is(.\[\&_\.ant-upload\.ant-upload-drag\]\:tw-border-black .ant-upload.ant-upload-drag){--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}#remaster-body :is(.\[\&_\.ant-upload\.ant-upload-drag\]\:tw-bg-transparent .ant-upload.ant-upload-drag){background-color:transparent}#remaster-body :is(.\[\&_\.ant-upload\.ant-upload-select\]\:tw-m-0 .ant-upload.ant-upload-select){margin:0}#remaster-body :is(.\[\&_\.ant-upload\.ant-upload-select\]\:tw-h-40 .ant-upload.ant-upload-select){height:10rem}#remaster-body :is(.\[\&_\.ant-upload\.ant-upload-select\]\:tw-w-40 .ant-upload.ant-upload-select){width:10rem}#remaster-body :is(.\[\&_\.ant-upload\.ant-upload-select\]\:tw-border-\[1px\] .ant-upload.ant-upload-select){border-width:1px}#remaster-body :is(.\[\&_\.ant-upload\.ant-upload-select\]\:tw-border-solid .ant-upload.ant-upload-select){border-style:solid}#remaster-body :is(.\[\&_\.ant-upload\.ant-upload-select\]\:tw-border-\[\#712EFF\] .ant-upload.ant-upload-select){--tw-border-opacity: 1;border-color:rgb(113 46 255 / var(--tw-border-opacity, 1))}#remaster-body :is(.\[\&_\.ant-upload\.ant-upload-select\]\:tw-border-black .ant-upload.ant-upload-select){--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}#remaster-body :is(.\[\&_\.ant-upload_\.ant-upload-btn\]\:tw-p-0 .ant-upload .ant-upload-btn){padding:0}#remaster-body :is(.\[\&_\.tw-prose\:nth-child\(2\)\]\:tw-block .tw-prose:nth-child(2)){display:block}#remaster-body :is(.\[\&_\.tw-prose\:nth-child\(3\)\]\:tw-block .tw-prose:nth-child(3)){display:block}#remaster-body :is(.\[\&_\.tw-prose\]\:tw-hidden .tw-prose){display:none}#remaster-body :is(.\[\&_\>_div\:nth-child\(1\)\]\:tw-w-full>div:nth-child(1)){width:100%}#remaster-body :is(.\[\&_\>_div\:nth-child\(2\)\]\:tw-p-0>div:nth-child(2)){padding:0}#remaster-body :is(.\[\&_\>_div\]\:tw-m-0>div){margin:0}#remaster-body :is(.\[\&_\>_div\]\:tw-p-0>div){padding:0}#remaster-body :is(.\[\&_\>_div_\>_div_\>_div\]\:tw-grid-cols-1>div>div>div){grid-template-columns:repeat(1,minmax(0,1fr))}#remaster-body :is(.\[\&_\>_span\:nth-child\(2\)\]\:tw-p-0>span:nth-child(2)){padding:0}#remaster-body :is(.\[\&_h5\]\:tw-mt-2 h5){margin-top:.5rem}#remaster-body :is(.\[\&_h5\]\:tw-text-lg h5){font-size:1.125rem;line-height:1.75rem}#remaster-body :is(.\[\&_h5\]\:tw-font-medium h5){font-weight:500}#remaster-body :is(.\[\&_label\]\:tw-h-auto label){height:auto}#remaster-body :is(.\[\&_span\]\:tw-text-sm span){font-size:.875rem;line-height:1.25rem}#remaster-body :is(.\[\&_th\.ant-table-cell\:\:before\]\:tw-hidden th.ant-table-cell):before{display:none}#remaster-body :is(.\[\&_th\.ant-table-cell\]\:tw-text-sm th.ant-table-cell){font-size:.875rem;line-height:1.25rem}#remaster-body :is(.\[\&_th\.ant-table-cell\]\:tw-font-medium th.ant-table-cell){font-weight:500}#remaster-body :is(.\[\&_th\.ant-table-cell\]\:tw-uppercase th.ant-table-cell){text-transform:uppercase}#remaster-body :is(.\[\&_th\]\:tw-bg-transparent th){background-color:transparent}#remaster-body :is(.\[\&_th\]\:tw-py-6 th){padding-top:1.5rem;padding-bottom:1.5rem}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
