.tab-bar{align-items:center;background:#fff;box-shadow:0 -.09rem .14rem 0 #00000012;color:#333;display:flex;height:2.31rem;max-width:768px;width:100%}.tab-bar .tab-bar-item{align-items:center;display:flex;flex:1;flex-direction:column}.tab-bar .tab-bar-item>img{height:.74rem;width:.74rem}.tab-bar .tab-bar-item>span{font-size:.37rem;line-height:1;margin-top:.37rem;white-space:nowrap}.tab-bar .tab-bar-item.message{background:#333;border-radius:50%;color:#fff;flex:0 0 2.77rem;height:2.77rem;justify-content:center;transform:translateY(-.55rem);width:2.77rem}.tab-bar .tab-bar-item.message.active{background:var(--theme)}.tab-bar .tab-bar-item.message>img{height:auto;width:1.38rem}.tab-bar .tab-bar-item.message>span{margin-top:.28rem}.tab-bar .tab-bar-item.active:not(.message)>span{color:var(--theme)}.App{height:100%;position:relative}.App>[class$=-page]{height:100%;overflow:hidden auto}.tab-bar{bottom:0;position:fixed;z-index:8}.Toastify__toast-container{padding:1.85rem;top:50%!important;transform:translateY(-50%)!important}.Toastify__toast-theme--light{background-color:#000000b3!important;border-radius:.46rem!important;color:#fff!important;justify-content:center}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-container-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:var(--toastify-toast-left);top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:var(--toastify-toast-right);top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 auto;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-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--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform: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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform: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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.message-card{background:var(--theme);border-radius:.46rem;color:#fff;display:flex;height:6.55rem;padding:.46rem .55rem .74rem;position:relative;width:16.15rem}.message-card .player{align-items:center;display:flex;flex:0 0 1.75rem;flex-direction:column;margin-right:.65rem;width:1.75rem}.message-card .player .avatar{border-radius:50%;height:1.75rem;width:1.75rem}.message-card .player .name{font-family:Aldrich;font-size:.28rem;margin-top:.18rem}.message-card .message{display:flex;flex:0 0 calc(100% - 2.4rem);flex-direction:column;padding-top:.28rem;width:calc(100% - 2.4rem)}.message-card .message .date-time{color:#fff9;font-size:.46rem}.message-card .message .title{font-size:.65rem;font-weight:700;line-height:1.3;margin-top:.55rem}.message-card .message .text{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;font-size:.55rem;line-height:1.5;margin-top:.55rem;overflow:hidden;text-overflow:ellipsis}.message-card .new{background:#949172;border-radius:.37rem;font-size:.46rem;height:.74rem;line-height:.74rem;padding:0 .37rem;position:absolute;right:-.28rem;top:-.37rem}.message-input{align-items:flex-end;background-color:#fff;border:1px solid #888;border-radius:.92rem;color:#333;display:flex;font-size:.65rem;justify-content:space-between;max-height:5.17rem;min-height:1.85rem;padding:.37rem .74rem;position:relative;transition:all .2s ease}.message-input .message{background:#0000;border:none;flex:1 0 0;font-family:inherit;font-size:inherit;line-height:.92rem;margin:0;max-height:4.43rem;min-height:1.11rem;outline:none;overflow-y:auto;padding:0;position:relative;resize:none}.message-input .message::placeholder{color:#888}.message-input .message::-webkit-scrollbar{width:0}.message-input .sending-message-button{align-self:flex-end;cursor:pointer;flex-shrink:0;height:1.11rem;margin-left:.55rem;padding:.18rem;width:1.11rem}.group-message-input{background-color:#fff;color:#333;font-size:.65rem}.group-message-input .group{align-items:center;display:flex;justify-content:space-between}.group-message-input .group .info{align-items:center;display:flex;margin-left:1px;margin-top:1px}.group-message-input .group .info .logo{align-items:center;background-color:#fff;border:1px solid #f0f0f0;border-radius:50%;display:flex;height:2.31rem;justify-content:center;width:2.31rem}.group-message-input .group .info .logo>img{width:1.11rem}.group-message-input .group .info .name{margin-left:.55rem}.group-message-input .group .navigation-button{margin-right:1.02rem}.group-message-input .message-input{margin:.37rem .28rem .28rem}.group-message-input.active{background:var(--theme);border-radius:1.2rem;color:#fff}.group-message-input.active .message-input{border:none}.message-sending-finished-modal{align-items:center;background:#0009;display:flex;height:100vh;justify-content:center;left:0;max-width:768px;position:fixed;top:0;width:100vw;z-index:10}.message-sending-finished-modal .wrapper{align-items:center;background:#fff;border-radius:.92rem;display:flex;height:13.2rem;justify-content:center;position:relative;width:15.97rem}.message-sending-finished-modal .wrapper .close-button{position:absolute;right:.92rem;top:.92rem;width:.74rem}.message-sending-finished-modal .wrapper .content{align-items:center;display:flex;flex-direction:column;font-weight:700}.message-sending-finished-modal .wrapper .content .tip{color:#333;font-size:.74rem}.message-sending-finished-modal .wrapper .content .navigate-button{align-items:center;background-color:#333;border-radius:1.15rem;color:#fff;display:flex;font-size:.65rem;height:2.31rem;justify-content:center;margin-top:1.85rem;width:12.46rem}.loading{left:50%;max-width:768px;overflow-x:hidden;overflow-y:auto;position:fixed;transform:translateX(-50%);width:100vw}.loading,.loading .mask{height:100%;top:0;z-index:10}.loading .mask{background-color:#0009;left:0;position:absolute;width:100%}.loading .animation{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:3.69rem;z-index:11}.top-page>.head-info{align-items:center;display:flex;height:2.49rem;justify-content:center}.top-page>.head-info .logo{width:1.11rem}.top-page>.head-info .name{color:var(--theme);font-family:Aldrich;font-size:.55rem;letter-spacing:.6px;margin-left:.46rem}.top-page>.player{color:#fff;font-size:.65rem;max-width:768px;position:relative;width:100vw}.top-page>.player>img{vertical-align:bottom;width:100%}.top-page>.player .set-favorite-player-button{align-items:center;background:#000c;border-radius:1.48rem;bottom:2.58rem;display:flex;font-weight:500;height:2.31rem;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);width:16.15rem}.top-page>.new-messages{background-color:#f0f0f0}.top-page>.new-messages .swiper{padding:.83rem 0 1.57rem}.top-page>.new-messages .swiper .swiper-wrapper .swiper-slide .message-card{margin:0 auto}.top-page>.new-messages .swiper .swiper-pagination{align-items:center;bottom:.83rem;display:flex;justify-content:center}.top-page>.new-messages .swiper .swiper-pagination .swiper-pagination-bullet{background:#fff;border-radius:50%;height:.28rem;opacity:1;width:.28rem}.top-page>.new-messages .swiper .swiper-pagination .swiper-pagination-bullet-active{background:var(--theme)}.top-page>.new-messages .swiper .new-messages-button-next,.top-page>.new-messages .swiper .new-messages-button-prev{height:auto;margin:0;position:absolute;top:50%;transform:translateY(-50%);width:auto;z-index:1}.top-page>.new-messages .swiper .new-messages-button-next>img,.top-page>.new-messages .swiper .new-messages-button-prev>img{width:.28rem}.top-page>.new-messages .swiper .new-messages-button-next:after,.top-page>.new-messages .swiper .new-messages-button-prev:after{content:"";display:none}.top-page>.new-messages .swiper .new-messages-button-prev{left:.37rem}.top-page>.new-messages .swiper .new-messages-button-next{right:.37rem}.top-page>.fan-shop .title,.top-page>.group-message .title,.top-page>.message .title{color:var(--theme);font-family:Rajdhani;font-size:1.11rem;font-weight:600;letter-spacing:.11rem;text-align:center}.top-page>.message{align-items:center;background:#fff;border-radius:.92rem .92rem 0 0;display:flex;flex-direction:column;line-height:1;padding:1.11rem 0}.top-page>.message .description{font-size:.55rem;margin-top:1.11rem}.top-page>.message .players{height:4.43rem;margin-top:1.38rem;width:calc(100% + 2.58rem)}.top-page>.message .players .swiper .swiper-wrapper{align-items:center;box-sizing:border-box;display:flex}.top-page>.message .players .swiper .swiper-wrapper .swiper-slide{border-radius:50%}.top-page>.message .players .swiper .swiper-wrapper .swiper-slide.swiper-slide-active{border:1px solid var(--theme)}.top-page>.message .players .swiper .swiper-wrapper .swiper-slide>img{border-radius:50%;height:100%;object-fit:cover;vertical-align:bottom;width:100%}.top-page>.message .selected-player{align-items:center;display:flex;margin-top:1.11rem}.top-page>.message .selected-player .player-button-next>img,.top-page>.message .selected-player .player-button-prev>img{vertical-align:bottom;width:.28rem}.top-page>.message .selected-player .player-button-prev{margin-right:.74rem}.top-page>.message .selected-player .player-button-next{margin-left:.74rem}.top-page>.message .selected-player>span{font-size:.55rem;font-weight:500}.top-page>.message .chat-input{margin-top:1.11rem;position:relative;width:calc(100% - 2.4rem)}.top-page>.group-message{border-top:1px solid #f0f0f0;display:flex;flex-direction:column;margin:0 .92rem;padding:1.11rem 0 1.38rem}.top-page>.group-message .messages{display:flex;flex-direction:column;margin-top:1.11rem}.top-page>.group-message .messages .group-message-input:not(:first-of-type){margin-top:.74rem}.top-page .card-collection{background:url(/user/static/media/home-card-collection-background.9ea50b06585d591d1cb2.jpeg) 50%/cover no-repeat;border-radius:.92rem .92rem 0 0;height:68.2vw;max-height:24.17rem;max-width:768px;position:relative;width:100vw}.top-page .card-collection .title{color:#fff;display:flex;flex-direction:column;font-weight:600;left:1.38rem;line-height:1;position:absolute;top:1.57rem}.top-page .card-collection .title>span{font-family:Rajdhani}.top-page .card-collection .title>span:first-of-type{font-size:1.75rem;letter-spacing:.18rem}.top-page .card-collection .title>span:last-of-type{font-size:1.11rem;letter-spacing:.11rem;margin-top:.37rem}.top-page .card-collection .description{color:#fff;font-size:.55rem;font-weight:700;left:1.38rem;line-height:1.8;position:absolute;top:5.54rem}.top-page .card-collection>img{border:1px solid #fffc;border-radius:.18rem;bottom:.18rem;position:absolute;right:1.66rem;width:6.83rem;z-index:1}.top-page .card-collection .black-card{background:#000c;border-radius:.18rem;bottom:-.09rem;height:9.6rem;position:absolute;right:2.54rem;transform:rotate(10deg);transform-origin:right bottom;width:6.83rem}.top-page .fan-shop{background-color:#fff;border-radius:.92rem .92rem 0 0;display:flex;flex-direction:column;margin-top:-.92rem;padding:1.57rem .92rem 1.38rem;position:relative;z-index:1}.top-page .fan-shop .goods{margin-top:1.11rem}.top-page .fan-shop .goods .shop-goods{border-top:1px solid #f0f0f0;padding:.92rem 0}.top-page .fan-shop .goods .shop-goods:last-of-type{padding-bottom:0}.top-page .fan-shop .more-button{align-self:center;background:#333;border-radius:.92rem;color:#fff;font-size:.74rem;letter-spacing:1.6px;margin-top:1.38rem;padding:.46rem 1.38rem}.top-page .foot-info{align-items:center;background-color:var(--theme);color:#fff;display:flex;flex-direction:column;margin-top:-.92rem;padding:1.38rem 0 3.23rem;position:relative;z-index:1}.top-page .foot-info .info{align-items:center;display:flex;font-size:.55rem}.top-page .foot-info .info .logo{width:1.11rem}.top-page .foot-info .info .name{font-family:Aldrich;margin-left:.46rem}.top-page .foot-info .slogan{font-size:.65rem;font-weight:700;margin-top:1.11rem;text-align:center}.navigation-bar{align-items:center;background-color:#fff;box-shadow:0 .09rem .18rem #0000001a;color:#000;display:flex;font-size:.55rem;height:2.54rem;justify-content:space-between;left:50%;max-width:768px;padding:0 .74rem;position:fixed;top:0;transform:translateX(-50%);width:100vw;z-index:8}.navigation-bar .left-context{align-items:center;display:flex;justify-content:center}.navigation-bar .left-context img{margin-right:.74rem}.message-item{align-items:center;display:flex;margin-bottom:1.15rem}.message-item .message-left img{border:1px solid #e7e7e7;border-radius:2.31rem;height:2.31rem;object-fit:cover;width:2.31rem}.message-item .message-left .not-private-img{padding:.46rem}.message-item .message-right{display:grid;margin-left:.69rem;padding-right:.28rem}.message-item .message-right .message-title{font-size:.65rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-item .message-right .message-title .new-tag{background-color:red;border-radius:2.31rem;color:#fff;font-size:.37rem;margin-right:.28rem;padding:.18rem .37rem}.message-item .message-right .message-title .new-tag,.message-item .message-right .message-title .title{display:inline;line-height:normal;vertical-align:middle}.message-item .message-right .message-sub-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:.46rem;margin-top:.46rem;overflow:hidden;text-overflow:ellipsis}.password-change-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:.92rem;position:fixed;right:0;top:0;z-index:1000}.password-change-modal{background:#fff;border-radius:.55rem;box-shadow:0 .46rem 1.38rem #0000004d;max-height:90vh;max-width:400px;overflow-y:auto;width:100%}.password-change-modal .modal-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.92rem 1.11rem .74rem}.password-change-modal .modal-header h2{color:#333;font-size:.83rem;font-weight:600;margin:0}.password-change-modal .modal-header .close-button{background:none;border:none;border-radius:.18rem;cursor:pointer;padding:.18rem;transition:background-color .2s}.password-change-modal .modal-header .close-button:hover{background-color:#f5f5f5}.password-change-modal .modal-header .close-button img{height:.92rem;width:.92rem}.password-change-modal .modal-body{padding:1.11rem}.password-change-modal .modal-body .form-group{margin-bottom:.92rem}.password-change-modal .modal-body .form-group:last-of-type{margin-bottom:0}.password-change-modal .modal-body .form-group label{color:#333;display:block;font-size:.65rem;font-weight:500;margin-bottom:.37rem}.password-change-modal .modal-body .form-group .password-input{align-items:center;display:flex;position:relative}.password-change-modal .modal-body .form-group .password-input input{background:#fff;border:1px solid #d9d9d9;border-radius:.37rem;color:#333;font-size:.65rem;height:2.22rem;padding:.55rem 2.31rem .55rem .74rem;transition:border-color .2s;width:100%}.password-change-modal .modal-body .form-group .password-input input:focus{border-color:var(--theme,#c32034);outline:none}.password-change-modal .modal-body .form-group .password-input input.error{border-color:#ff4d4f}.password-change-modal .modal-body .form-group .password-input input::placeholder{color:#999}.password-change-modal .modal-body .form-group .password-input input:disabled{background-color:#f5f5f5;cursor:not-allowed}.password-change-modal .modal-body .form-group .password-input .toggle-password{background:none;border:none;border-radius:.18rem;cursor:pointer;padding:.18rem;position:absolute;right:.55rem;transition:background-color .2s}.password-change-modal .modal-body .form-group .password-input .toggle-password:hover{background-color:#f5f5f5}.password-change-modal .modal-body .form-group .password-input .toggle-password img{height:.92rem;width:.92rem}.password-change-modal .modal-body .form-group .error-message{color:#ff4d4f;font-size:.55rem;line-height:1.4;margin-top:.28rem}.password-change-modal .modal-footer{border-top:1px solid #f0f0f0;display:flex;gap:.55rem;padding:.92rem 1.11rem 1.11rem}.password-change-modal .modal-footer button{border-radius:.37rem;cursor:pointer;flex:1;font-size:.65rem;font-weight:500;height:2.22rem;transition:all .2s}.password-change-modal .modal-footer button:disabled{cursor:not-allowed;opacity:.6}.password-change-modal .modal-footer .cancel-button{background:#fff;border:1px solid #d9d9d9;color:#666}.password-change-modal .modal-footer .cancel-button:hover:not(:disabled){border-color:#999;color:#333}.password-change-modal .modal-footer .submit-button{background:var(--theme,#c32034);border:1px solid var(--theme,#c32034);color:#fff}.password-change-modal .modal-footer .submit-button:hover:not(:disabled){background:#a91b2a;border-color:#a91b2a}@media(max-width:480px){.password-change-modal{border-radius:.55rem .55rem 0 0;margin:0;max-height:80vh}.password-change-modal .modal-header{padding:.74rem .92rem .55rem}.password-change-modal .modal-header h2{font-size:.74rem}.password-change-modal .modal-body{padding:.92rem}.password-change-modal .modal-body .form-group{margin-bottom:.74rem}.password-change-modal .modal-body .form-group .password-input input{height:2.03rem;padding:.46rem 2.08rem .46rem .65rem}.password-change-modal .modal-footer{padding:.74rem .92rem .92rem}.password-change-modal .modal-footer button{height:2.03rem}}.message-page{height:100vh;margin:0 auto;max-width:768px;min-height:100vh;overflow:hidden;position:relative;width:100%}.message-page:before{background:url(/user/static/media/logo-gray-big.0760889f497b01eb865b.svg) right 1.2rem bottom 3.23rem/5.91rem no-repeat;bottom:0;content:"";left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:0}.message-page .message-page-message-list{-webkit-overflow-scrolling:touch;height:calc(100vh - 2.31rem);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:3.46rem .92rem .23rem;position:relative;scroll-behavior:smooth;touch-action:pan-y;z-index:1}@supports(-webkit-touch-callout:none){.message-page .message-page-message-list{height:calc(100vh - 5.08rem);min-height:calc(100vh - 5.08rem)}}.message-page .flex-logo{bottom:3.23rem;position:fixed;right:1.38rem;z-index:2}.message-page .player-message-header{align-items:center;background:#fff;box-shadow:0 .09rem .18rem #0000001a;display:flex;height:2.77rem;justify-content:space-between;left:0;padding:0 .74rem;position:fixed;right:0;top:0;z-index:100}.message-page .player-message-header .player-info{align-items:center;display:flex;gap:.55rem}.message-page .player-message-header .player-info .player-avatar{border:.09rem solid #e0e0e0;border-radius:50%;cursor:pointer;height:1.85rem;object-fit:cover;transition:all .2s ease;width:1.85rem}.message-page .player-message-header .player-info .player-avatar:hover{border-color:var(--theme,#c32034);box-shadow:0 .09rem .37rem #c3203433;transform:scale(1.05)}.message-page .player-message-header .player-info .player-avatar:active{transform:scale(.98)}.message-page .player-message-header .player-info .player-name{color:#333;font-size:.55rem;font-weight:400;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-page .player-message-header .logout-section{align-items:center;color:#333;cursor:pointer;display:flex;flex-direction:column;font-size:.37rem;transition:background-color .2s}.message-page .player-message-header .logout-section:hover{background-color:#f5f5f5}.message-page .player-message-header .logout-section:active{background-color:#e0e0e0}.message-page .player-message-header .logout-section img{margin-left:.18rem;width:.92rem}.message-page .player-message-header .logout-section span{font-weight:500;line-height:1;margin-top:.28rem}.message-page.player-mode .message-page-message-list{height:calc(100vh - .46rem);padding:3.46rem .92rem .46rem}@supports(-webkit-touch-callout:none){.message-page.player-mode .message-page-message-list{height:calc(100vh - 3.23rem);min-height:calc(100vh - 3.23rem)}}.message-input-enhanced{background:#fff;bottom:0;box-shadow:0 -1px .18rem #0000000d;left:0;padding:.55rem .74rem calc(.55rem + env(safe-area-inset-bottom));position:fixed;right:0}.message-input-enhanced .preview-container{animation:slideUpSmooth .3s cubic-bezier(.34,1.56,.64,1);background:#fffffffa;border-radius:.74rem;bottom:100%;box-shadow:0 -.09rem .55rem #00000014;left:0;margin-bottom:.37rem;padding:.55rem .74rem;position:absolute;right:0}.message-input-enhanced .preview-container .preview-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.46rem;position:relative}.message-input-enhanced .preview-container .preview-header .preview-title{align-items:center;color:#999;display:flex;font-size:.55rem;font-weight:400;gap:.18rem}.message-input-enhanced .preview-container .preview-header .preview-title .file-icon{color:var(--theme,#c32034);height:.83rem;opacity:.9;transition:color .2s;width:.83rem}.message-input-enhanced .preview-container .preview-header .preview-title .file-icon[src*=video]{height:1.02rem;width:1.02rem}.message-input-enhanced .preview-container .preview-header .remove-button{align-items:center;background:#00000073;border:none;border-radius:.55rem;cursor:pointer;display:flex;flex-shrink:0;height:1.11rem;justify-content:center;padding:0;position:relative;transition:all .2s;width:1.11rem;z-index:2}.message-input-enhanced .preview-container .preview-header .remove-button img{filter:brightness(0) invert(1);height:.55rem;width:.55rem}.message-input-enhanced .preview-container .preview-header .remove-button:hover{background:#000000a6;transform:scale(1.05)}.message-input-enhanced .preview-container .preview-header .remove-button:active{transform:scale(.95)}.message-input-enhanced .preview-container .preview-content{background:#f8f8f8;border-radius:.55rem;overflow:hidden;position:relative}.message-input-enhanced .preview-container .preview-content img,.message-input-enhanced .preview-container .preview-content video{background:#f8f8f8;max-height:8.31rem;object-fit:contain;width:100%}.message-input-enhanced .preview-container .preview-content .file-info{align-items:center;backdrop-filter:blur(.18rem);background:linear-gradient(#0000,#0006);bottom:0;color:#fff;display:flex;font-size:.55rem;justify-content:space-between;left:0;padding:.37rem .55rem;position:absolute;right:0}.message-input-enhanced .preview-container .preview-content .file-info .file-size{opacity:.8}.message-input-enhanced .upload-panel{background:linear-gradient(145deg,#fff,#fafffe);border:1px solid #81a68433;border-radius:.74rem;bottom:100%;box-shadow:0 -.18rem .55rem #00000014;left:0;margin-bottom:.28rem;padding:.55rem;position:absolute;right:0;z-index:100}.message-input-enhanced .upload-panel .upload-options{display:flex;gap:1.48rem;justify-content:center}.message-input-enhanced .upload-panel .upload-options .upload-option{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.28rem;padding:.37rem;transition:transform .2s}.message-input-enhanced .upload-panel .upload-options .upload-option:hover{transform:scale(1.05)}.message-input-enhanced .upload-panel .upload-options .upload-option:hover img{color:var(--theme,#c32034);opacity:.8}.message-input-enhanced .upload-panel .upload-options .upload-option:active{transform:scale(.95)}.message-input-enhanced .upload-panel .upload-options .upload-option img{color:var(--theme,#c32034);height:1.29rem;transition:color .2s,opacity .2s;width:1.29rem}.message-input-enhanced .upload-panel .upload-options .upload-option img[src*=video]{height:1.57rem;margin:-.14rem;width:1.57rem}.message-input-enhanced .upload-panel .upload-options .upload-option span{color:#888;font-size:.55rem}.message-input-enhanced .input-container{align-items:flex-end;display:flex;gap:.28rem;min-height:2.03rem;position:relative}.message-input-enhanced .input-container .toggle-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-shrink:0;height:1.85rem;justify-content:center;padding:0;transition:all .2s;width:1.85rem}.message-input-enhanced .input-container .toggle-button:hover{transform:scale(1.05)}.message-input-enhanced .input-container .toggle-button:hover img{color:var(--theme,#c32034);opacity:.8}.message-input-enhanced .input-container .toggle-button:active{transform:scale(.95)}.message-input-enhanced .input-container .toggle-button img{color:var(--theme,#c32034);height:1.29rem;transition:color .2s,opacity .2s;width:1.29rem}.message-input-enhanced .input-container .toggle-button img:hover{color:var(--theme,#c32034);opacity:.8}.message-input-enhanced .input-container .message-input{background:#f5f5f5;border:1px solid #0000;border-radius:1.02rem;flex:1;margin-right:-.09rem;max-height:5.54rem;min-height:2.03rem;padding:.37rem .74rem;transition:all .2s ease}.message-input-enhanced .input-container .message-input:focus-within{background:#fff;border-color:#e1e9e1;box-shadow:0 .09rem .37rem #0000000d}.message-input-enhanced .input-container .message-input.disabled{background:#f0f0f0;opacity:.7;pointer-events:none}.message-input-enhanced .input-container .message-input .message{background:#0000;border:none;font-size:.65rem;line-height:.92rem;margin:0;max-height:4.43rem;min-height:1.11rem;outline:none;padding:.18rem 0;resize:none;width:100%}.message-input-enhanced .input-container .message-input .message::placeholder{color:#999}.message-input-enhanced .input-container .message-input .message::-webkit-scrollbar{width:0}.message-input-enhanced .input-container .message-input .message:disabled{-webkit-text-fill-color:#999;background:#0000;color:#999;opacity:1}.message-input-enhanced .input-container .sending-message-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-shrink:0;height:1.48rem;justify-content:center;margin-bottom:.28rem;padding:0;transition:transform .2s;width:1.48rem}.message-input-enhanced .input-container .sending-message-button:hover:not(.disabled){transform:scale(1.05)}.message-input-enhanced .input-container .sending-message-button:active:not(.disabled){transform:scale(.95)}.message-input-enhanced .input-container .sending-message-button.disabled{cursor:not-allowed;opacity:.5}.message-input-enhanced .input-container .sending-message-button img{height:1.02rem;width:1.02rem}.upload-panel{animation:slideUpSmooth .35s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUpSmooth{0%{opacity:0;transform:translateY(.46rem)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInButton{0%{filter:blur(1px);opacity:0;transform:translateY(.55rem) scale(.88) rotate(-2deg)}50%{filter:blur(0);opacity:.7;transform:translateY(-.09rem) scale(1.02) rotate(1deg)}to{filter:blur(0);opacity:1;transform:translateY(0) scale(1) rotate(0deg)}}.message-bubble-page{display:flex;margin-bottom:.92rem;position:relative;width:100%}.message-bubble-page img{height:1.38rem;object-fit:cover;width:1.38rem}.message-bubble-page .media-container{display:inline-block;max-width:280px;min-width:8.31rem;position:relative;width:100%}.message-bubble-page .media-container .media-image{border-radius:.55rem;cursor:pointer;height:auto;object-fit:contain;width:100%}.message-bubble-page .media-container .video-wrapper{border-radius:.55rem;cursor:pointer;overflow:hidden;position:relative}.message-bubble-page .media-container .video-wrapper .video-preview,.message-bubble-page .media-container .video-wrapper .video-thumbnail{display:block;height:auto;object-fit:contain;width:100%}.message-bubble-page .media-container .video-wrapper .video-overlay{background:#0000004d;bottom:0;display:flex;flex-direction:column;justify-content:space-between;left:0;position:absolute;right:0;top:0}.message-bubble-page .media-container .video-wrapper .video-overlay .video-info{align-items:center;background:linear-gradient(0deg,#0009,#0000);bottom:0;color:#fff;display:flex;font-size:.55rem;justify-content:space-between;left:0;padding:.37rem .55rem;position:absolute;right:0}.message-bubble-page .media-container .video-wrapper .video-overlay .video-info .video-duration{align-items:center;display:flex;gap:.18rem}.message-bubble-page .media-container .video-wrapper .video-overlay .video-info .video-duration svg{flex-shrink:0}.message-bubble-page .media-container .video-wrapper .video-overlay .video-info .video-duration span{white-space:nowrap}.message-bubble-page .media-container .video-wrapper .video-overlay .video-info .video-size{opacity:.8;white-space:nowrap}.message-bubble-page .media-container .video-wrapper .video-overlay .play-button{align-items:center;background:#00000080;border-radius:50%;display:flex;height:2.22rem;justify-content:center;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:2.22rem}.message-bubble-page.message-right{align-items:flex-start;gap:.37rem;justify-content:flex-end}.message-bubble-page.message-right .message-bubble-right{word-wrap:break-word;background-color:#000;border-radius:.69rem;display:inline-block;font-size:.65rem;line-height:1.5;max-width:65%;padding:.46rem;position:relative;text-align:left}.message-bubble-page.message-right .message-bubble-right .message-bubble-content{word-wrap:break-word;color:#fff;font-size:.55rem;line-height:1.6;white-space:pre-wrap}.message-bubble-page.message-right .message-bubble-right .message-bubble-content img,.message-bubble-page.message-right .message-bubble-right .message-bubble-content video{border-radius:.55rem;cursor:pointer;display:block;height:auto;margin:0;max-height:11.08rem;max-width:200px;object-fit:contain;width:auto}.message-bubble-page.message-right .message-bubble-right .message-bubble-content .text-message-container{position:relative;width:100%}.message-bubble-page.message-right .message-bubble-right .message-bubble-content .text-message-container .expand-button{background:none;border:none;bottom:-1.15rem;color:#ffffffb3!important;cursor:pointer;font-size:.37rem!important;padding:.18rem .37rem;position:absolute;right:0;transition:color .2s ease}.message-bubble-page.message-right .message-bubble-right .message-bubble-content .text-message-container .expand-button:hover{color:#fff!important}.message-bubble-page.message-right .message-bubble-right .message-time{color:#fff;font-size:.37rem;margin-top:.46rem}.message-bubble-page.message-right .message-delete-tag{align-items:center;display:flex;height:1.38rem;margin:0;padding:0}.message-bubble-page.message-right .message-delete-tag .message-delete-tag-dot{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 1px .18rem #0003;color:#333;cursor:pointer;display:flex;flex-direction:column;font-size:.83rem;height:1.15rem;justify-content:center;line-height:1;padding:.18rem;width:1.15rem}.message-bubble-page.message-right .message-delete-tag .message-delete-tag-dot-checked{background-color:#ccc;box-shadow:0 1px .09rem #0003;color:#fff!important}.message-bubble-page.message-left{align-items:flex-start;gap:.37rem;justify-content:flex-start}.message-bubble-page.message-left .message-bubble-left{word-wrap:break-word;background-color:#fff;border-radius:.69rem;display:inline-block;font-size:.65rem;line-height:1.5;max-width:65%;padding:.46rem;position:relative;text-align:left}.message-bubble-page.message-left .message-bubble-left .message-bubble-content{word-wrap:break-word;color:#000;font-size:.55rem;line-height:1.6;white-space:pre-wrap}.message-bubble-page.message-left .message-bubble-left .message-bubble-content img,.message-bubble-page.message-left .message-bubble-left .message-bubble-content video{border-radius:.55rem;cursor:pointer;display:block;height:auto;margin:0;max-height:11.08rem;max-width:200px;object-fit:contain;width:auto}.message-bubble-page.message-left .message-bubble-left .message-bubble-content .text-message-container{position:relative;width:100%}.message-bubble-page.message-left .message-bubble-left .message-bubble-content .text-message-container .expand-button{background:none;border:none;bottom:-1.15rem;color:#00000080!important;cursor:pointer;font-size:.37rem!important;padding:.18rem .37rem;position:absolute;right:0;transition:color .2s ease}.message-bubble-page.message-left .message-bubble-left .message-bubble-content .text-message-container .expand-button:hover{color:#000c!important}.message-bubble-page.message-left .message-bubble-left .message-time{color:#666;font-size:.37rem;margin-top:.46rem}.message-delete-popup{align-items:center;background-color:#fff;border-radius:.37rem;box-shadow:0 .09rem .37rem #00000026;color:#333;cursor:pointer;display:flex;font-size:.65rem;padding:.69rem .92rem;transition:all .2s;white-space:nowrap;z-index:1000}.message-delete-popup:hover{background-color:#f5f5f5}.message-delete-popup .fill-white{fill:#fff;height:.46rem;width:.46rem}.message-delete-popup .message-delete-popup-text{color:#333;font-size:.65rem;margin-left:.18rem}.message-delete-popup:focus{outline:none}.message-delete-popup svg{height:.92rem;width:.92rem}.preview-modal{animation:fadeIn .2s ease-in-out;-webkit-backdrop-filter:blur(.46rem);backdrop-filter:blur(.46rem);background-color:#000000f2;bottom:0;left:0;position:fixed;right:0;top:0;z-index:99999}.preview-modal,.preview-modal .preview-container{align-items:center;display:flex;justify-content:center}.preview-modal .preview-container{box-sizing:border-box;height:100%;padding:1.85rem;position:relative;width:100%}.preview-modal .preview-container .preview-image{-webkit-user-drag:none;animation:imageZoomIn .3s ease-out forwards;border-radius:.37rem;box-shadow:0 .18rem .55rem #0003;display:block;max-height:90%;max-width:90%;object-fit:contain;user-select:none;will-change:transform,opacity}.preview-modal .preview-container .close-button{align-items:center;background-color:#0006;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.11rem;height:1.85rem;justify-content:center;position:absolute;right:.92rem;top:.92rem;transition:all .2s ease;width:1.85rem;z-index:1000}.preview-modal .preview-container .close-button:hover{background-color:#ffffff26;transform:scale(1.1)}@keyframes imageZoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.message-bubble-content img{animation:imageLoading .3s ease-in}.image-preview-modal{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.image-preview-modal .modal-overlay{backdrop-filter:blur(.46rem);background-color:#000000bf;height:100%;left:0;position:absolute;top:0;width:100%}.image-preview-modal .modal-content,.image-preview-modal .modal-content .image-container{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.image-preview-modal .modal-content .image-container{animation:modalFadeIn .2s ease-out;box-sizing:border-box;padding:.69rem;touch-action:none}.image-preview-modal .preview-image{-webkit-user-drag:none;border-radius:0!important;object-fit:contain;touch-action:none;user-select:none}.image-preview-modal .close-button{align-items:center;animation:fadeIn .2s ease-out;background-color:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:1.85rem;justify-content:center;position:fixed;right:.92rem;top:3.23rem;width:1.85rem;z-index:2}.image-preview-modal .close-button:hover{background-color:#fff3;transform:scale(1.05)}.image-preview-modal .close-button:active{transform:scale(.95)}.image-preview-modal .close-button svg{height:1.11rem;width:1.11rem}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.video-preview-modal{align-items:center;animation:fadeIn .2s ease-in-out;-webkit-backdrop-filter:blur(.46rem);backdrop-filter:blur(.46rem);background-color:#000000bf;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.video-preview-modal .preview-container,.video-preview-modal .preview-container .video-wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.video-preview-modal .preview-container .video-wrapper{box-sizing:border-box;padding:.69rem}.video-preview-modal .preview-container .preview-video{-webkit-user-drag:none;background-color:#000;border-radius:0!important;object-fit:contain;user-select:none}.video-preview-modal .preview-container .close-button{align-items:center;animation:fadeIn .2s ease-out;background-color:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:1.85rem;justify-content:center;position:fixed;right:.92rem;top:3.23rem;width:1.85rem;z-index:2}.video-preview-modal .preview-container .close-button:hover{background-color:#fff3;transform:scale(1.05)}.video-preview-modal .preview-container .close-button:active{transform:scale(.95)}.video-preview-modal .preview-container .close-button svg{height:1.11rem;width:1.11rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{height:100vh;left:0;opacity:0;position:fixed;top:0;transform:scale(.9);transition:opacity .3s ease,transform .3s ease;width:100vw;z-index:10}.modal .modal-mask{background:#0009;height:100%;left:0;position:absolute;top:0;width:100%}.modal .modal-wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:relative}.modal .modal-wrapper .modal-dialog{background:#fff;border-radius:.92rem;display:flex;flex-direction:column;margin:.92rem;max-height:80vh;max-width:calc(100vw - 40px);overflow:hidden;position:relative;transition:transform .3s ease,opacity .3s ease}.modal .modal-wrapper .modal-dialog .modal-header{flex-shrink:0;padding:1.15rem;position:relative}.modal .modal-wrapper .modal-dialog .modal-header .modal-close{cursor:pointer;position:absolute;right:.92rem;top:.92rem;z-index:1}.modal .modal-wrapper .modal-dialog .modal-header .modal-title{display:flex;flex-direction:row;padding-right:1.85rem}.modal .modal-wrapper .modal-dialog .modal-content{flex:1;max-height:calc(80vh - 3.69rem);overflow-y:auto;padding:.92rem}.modal-show{display:block;opacity:1;transform:scale(1)}.modal-hide{display:none;opacity:0;transform:scale(.5)}.message-info-page{background:#dadada url(/user/static/media/logo-gray-big.0760889f497b01eb865b.svg) right 1.2rem bottom 3.23rem/5.91rem no-repeat;display:flex;flex-direction:column;height:100vh;overflow:auto;padding-bottom:3.3rem}.message-info-page .navigation-player{align-items:center;display:flex;height:auto;justify-content:center}.message-info-page .navigation-player img{background-color:#e7e7e7;border-radius:2.31rem;height:1.57rem;margin-right:.55rem;object-fit:cover;width:1.57rem}.message-info-page .navigation-player .not-private-img{background-color:#fff;border:1px solid #e7e7e7;padding:.28rem}.message-info-page .content{flex:1;height:auto;margin-top:2.58rem;padding:.55rem;position:relative;scroll-behavior:smooth;z-index:6}.message-info-page .content.column-reverse{display:flex;flex-direction:column-reverse}.message-info-page .player-info-fixed{align-items:center;bottom:1.5rem;display:flex;left:.83rem;position:absolute;z-index:4}.message-info-page .player-info-fixed .player-id{color:#fff;font-family:Alex Brush;font-size:5.54rem}.message-info-page .player-info-fixed .player-name{color:#fff;font-family:Aldrich;font-size:1.38rem;margin-left:1.29rem}.message-info-page .scroll-container{-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior-y:contain}.message-info-page .footer{align-items:center;background-color:#e8e8e8;bottom:0;display:flex;height:2.77rem;justify-content:center;left:50%;max-width:768px;padding:.92rem .69rem;position:fixed;transform:translateX(-50%);width:100vw;z-index:10}.message-info-page .footer .message-input-send{width:100%}.message-private{background-image:url(/user/static/media/message-info-background.95430374bd60f66f18e8.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.message-popConfirm_context{padding-bottom:1.62rem;padding-top:1.38rem;text-align:center}.message-popConfirm_context .message-popConfirm_title{color:#333;font-size:.74rem;font-weight:700;margin-bottom:1.85rem}.message-popConfirm_context .message-popConfirm_button{align-items:center;display:flex;font-size:.65rem;font-weight:700;justify-content:center;padding:0 .46rem}.message-popConfirm_context .message-popConfirm_button .message-popConfirm_button_no{background-color:#333;border:none;border-radius:1.15rem;color:#fff;padding:.69rem 1.85rem}.message-popConfirm_context .message-popConfirm_button .message-popConfirm_button_yes{background-color:var(--theme);border:none;border-radius:1.15rem;color:#fff;margin-left:1.15rem;padding:.69rem 1.85rem}.player-card{color:#fff;overflow:hidden;position:relative;width:5.08rem}.player-card.is-collected{background:none}.player-card .player-card-type{color:#000;font-size:.46rem;margin-top:.23rem;text-align:center}.player-card .player-card-content{background-color:#0006;border-radius:.14rem;height:7.66rem;overflow:hidden;width:100%}.player-card .romaji-name{display:flex;flex-direction:column;left:.46rem;position:absolute;top:.46rem}.player-card .romaji-name .romaji{font-family:aldrich;font-size:.46rem;letter-spacing:.5px;line-height:1.2}.player-card .romaji-name .name{font-size:.28rem;font-weight:300;letter-spacing:.5px;line-height:1;margin-top:.28rem}.player-card .number{bottom:1.38rem;font-family:Alex Brush;font-size:1.75rem;left:.46rem;letter-spacing:.18rem;line-height:.4;position:absolute}.player-card .image{height:100%;object-fit:cover;width:100%}.card-page{background:url(/user/static/media/card-page-background.d19f325617617032063f.jpg) 50%/cover no-repeat;color:#fff;padding:.92rem .92rem 3.23rem}.card-page .collection{align-items:center;display:flex;justify-content:space-between}.card-page .collection .title{font-size:.55rem;font-weight:500}.card-page .collection .count{color:#000;font-family:Rajdhani;font-size:1.75rem;font-weight:500;letter-spacing:.18rem;line-height:1}.card-page .card-list{display:flex;flex-wrap:wrap;margin-top:1.11rem;padding-bottom:5.54rem}.card-page .card-list .player-card:nth-child(3n+2),.card-page .card-list .player-card:nth-child(3n+3){margin-left:calc(50% - 7.615rem - .5px)}.card-page .card-list .player-card:nth-child(n+4){margin-top:.46rem}.card-page .qrcode-scanner-float-button{align-items:center;background:linear-gradient(135deg,#c41e3a,#8b1538);border-radius:50%;bottom:3.69rem;box-shadow:0 .37rem 1.11rem #c41e3a66;cursor:pointer;display:flex;height:2.95rem;justify-content:center;position:fixed;right:.92rem;transition:all .3s ease;width:2.95rem;z-index:1000}.card-page .qrcode-scanner-float-button .qrcode-icon{filter:brightness(0) invert(1);height:1.29rem;width:1.29rem}.card-page .qrcode-scanner-float-button:hover{border-color:#fff;box-shadow:0 .55rem 1.48rem #c41e3a99;transform:scale(1.1)}.card-page .qrcode-scanner-float-button:active{transform:scale(.95);transition:all .1s ease}.card-page .qrcode-scanner-float-button:before{animation:pulse 2s infinite;background:#c41e3a4d;border-radius:50%;content:"";height:100%;position:absolute;width:100%}@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.4)}}.card-page #qrcode-scanner-container{background:#000;display:none;height:100vh;height:calc(var(--vh, 1vh)*100);left:50%;max-width:768px;min-height:100vh;min-height:-webkit-fill-available;position:fixed!important;top:0;transform:translateX(-50%);width:100vw}.card-page #qrcode-scanner-container video{height:100%!important;min-height:100vh;min-height:-webkit-fill-available;object-fit:cover;width:100%!important}.card-page #qrcode-scanner-container .qrcode-scanner-overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:11}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-mask{height:100vh;height:calc(var(--vh, 1vh)*100);left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:12}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-mask:before{border-radius:.74rem;box-shadow:0 0 0 100vw #3c3c3ccc,0 0 0 100vh #3c3c3ccc;content:"";height:min(85vw,70vh);left:50%;max-height:14.77rem;max-width:320px;position:absolute;top:40vh;top:calc(var(--vh, 1vh)*40);transform:translate(-50%,-50%);width:min(85vw,70vh)}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-mask:after{background:#3c3c3ccc;bottom:0;content:"";height:30vh;height:calc(var(--vh, 1vh)*30);left:0;max-height:12.92rem;min-height:9.23rem;position:absolute;width:100%;z-index:1}@supports(-webkit-touch-callout:none){.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-mask:after{height:calc(var(--vh, 1vh)*30);min-height:8.31rem;padding-bottom:env(safe-area-inset-bottom,0)}}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-guide{align-items:center;display:flex;flex-direction:column;left:50%;position:absolute;top:40vh;top:calc(var(--vh, 1vh)*40);transform:translate(-50%,-50%);z-index:14}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-guide .scanner-frame{background:#0000;border:none;border-radius:.74rem;height:min(85vw,70vh);max-height:14.77rem;max-width:320px;position:relative;width:min(85vw,70vh);z-index:15}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-guide .scanner-frame:after{animation:scanLine 2s linear infinite;background:linear-gradient(90deg,#0000,#c41e3a,#0000);content:"";height:.09rem;left:0;position:absolute;top:10%;width:100%;z-index:16}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-guide .scanner-frame .corner{height:1.15rem;position:absolute;width:1.15rem}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-guide .scanner-frame .corner.top-left{border-left:.14rem solid #fff;border-radius:.28rem 0 0 0;border-top:.14rem solid #fff;left:.37rem;top:.37rem}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-guide .scanner-frame .corner.top-right{border-radius:0 .28rem 0 0;border-right:.14rem solid #fff;border-top:.14rem solid #fff;right:.37rem;top:.37rem}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-guide .scanner-frame .corner.bottom-left{border-bottom:.14rem solid #fff;border-left:.14rem solid #fff;border-radius:0 0 0 .28rem;bottom:.37rem;left:.37rem}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-guide .scanner-frame .corner.bottom-right{border-bottom:.14rem solid #fff;border-radius:0 0 .28rem 0;border-right:.14rem solid #fff;bottom:.37rem;right:.37rem}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-info{align-items:center;background:#282828f2;bottom:0;box-sizing:border-box;display:flex;flex-direction:column;gap:.92rem;height:calc(var(--vh, 1vh)*35);justify-content:center;left:0;max-height:12.92rem;min-height:9.23rem;padding:.92rem .69rem;position:absolute;width:100%;z-index:15}@supports(-webkit-touch-callout:none){.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-info{height:calc(var(--vh, 1vh)*30);min-height:8.31rem;padding-bottom:calc(.92rem + env(safe-area-inset-bottom, 0px))}}@media screen and (device-width:375px)and (device-height:812px)and (-webkit-device-pixel-ratio:3){.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-info{min-height:10.15rem;padding-bottom:calc(.92rem + env(safe-area-inset-bottom, 1.57rem))}}@media screen and (device-width:414px)and (device-height:896px){.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-info{min-height:10.15rem;padding-bottom:calc(.92rem + env(safe-area-inset-bottom, 1.57rem))}}@media screen and (device-width:360px)and (device-height:780px){.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-info{min-height:9.23rem;padding-bottom:calc(.92rem + env(safe-area-inset-bottom, 1.57rem))}}@media(max-height:667px){.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-info{gap:.69rem;height:8.31rem;min-height:7.38rem;padding:.69rem .46rem}}@media(orientation:landscape)and (max-height:500px){.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-info{gap:.46rem;height:6.46rem;min-height:5.54rem;padding:.46rem}}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-info .scanner-text{color:#ffffffe6;font-size:.74rem;font-weight:400;line-height:1.5;text-align:center}@media(max-height:667px){.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-info .scanner-text{font-size:.65rem}}@media(orientation:landscape)and (max-height:500px){.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-info .scanner-text{font-size:.6rem;line-height:1.3}}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-info .close-scanner-btn{backdrop-filter:blur(.46rem);background:#c41e3ae6;border:1px solid #fff3;border-radius:1.15rem;color:#fff;cursor:pointer;font-size:.74rem;font-weight:500;margin-bottom:.92rem;padding:.55rem 1.38rem;transition:all .3s ease}@media(max-height:667px){.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-info .close-scanner-btn{font-size:.65rem;padding:.46rem 1.15rem}}@media(orientation:landscape)and (max-height:500px){.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-info .close-scanner-btn{font-size:.6rem;padding:.37rem .92rem}}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-info .close-scanner-btn:hover{background:#c41e3a;box-shadow:0 .18rem .55rem #c41e3a4d;transform:translateY(-.09rem)}.card-page #qrcode-scanner-container .qrcode-scanner-overlay .scanner-info .close-scanner-btn:active{transform:translateY(0)}.card-page #qrcode-scanner-container .qrcode-scanner-controls{bottom:.92rem;left:50%;position:absolute;transform:translateX(-50%);z-index:12}.card-page #qrcode-scanner-container .qrcode-scanner-controls .close-button{align-items:center;backdrop-filter:blur(.37rem);background:#0009;border:1px solid #fff3;border-radius:50%;cursor:pointer;display:flex;height:2.77rem;justify-content:center;transition:all .3s ease;width:2.77rem}.card-page #qrcode-scanner-container .qrcode-scanner-controls .close-button img{height:1.29rem;opacity:.9;width:1.29rem}.card-page #qrcode-scanner-container .qrcode-scanner-controls .close-button:hover{background:#000c;border-color:#fff6;transform:scale(1.05)}.card-page #qrcode-scanner-container .qrcode-scanner-controls .close-button:active{transform:scale(.98)}@keyframes scanLine{0%{opacity:0;top:10%}50%{opacity:1}to{opacity:0;top:90%}}.product-context{background-color:#e8e8e8;height:100vh;height:100dvh;min-height:100vh;min-height:calc(var(--vh, 1vh)*100);overflow:hidden}.product-context .product-header{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background-color:#e8e8e8;height:2.77rem;padding-top:1.38rem;position:sticky;position:-webkit-sticky;top:calc(2.54rem + env(safe-area-inset-top, 0px));-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform;z-index:5}.product-context .product-tab{display:flex;margin-bottom:1.15rem;width:100%}.product-context .product-tab .tab-left,.product-context .product-tab .tab-right{align-items:center;background-color:#fff;cursor:pointer;display:flex;flex:1;font:.55rem;font-weight:700;justify-content:center;padding:.92rem 0}.product-context .product-tab .tab-active{background-color:#c32034;color:#fff}.product-context .product-text{background-color:#e8e8e8;height:85vh;overflow-y:auto;padding:3.69rem .92rem 4.15rem;scroll-behavior:smooth}.product-context .product-text .product-list{display:flex;flex-wrap:wrap;gap:.92rem}.product-context .product-text .product-list .product-card{box-sizing:border-box;display:flex;flex:1 1 calc(50% - 0.46rem);flex-direction:column;max-width:calc(50% - 10px);overflow:hidden}.product-context .product-text .product-list .product-image{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:.37rem;display:flex;height:7.62rem;justify-content:center;overflow:hidden;width:100%}.product-context .product-text .product-list .product-image img{height:100%;object-fit:cover;width:100%}.product-context .product-text .product-list .product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:.55rem;font-weight:400;height:1.34rem;line-height:.69rem;margin-bottom:.55rem;margin-top:.55rem;overflow:hidden;text-overflow:ellipsis}.product-context .product-text .product-list .product-price{color:#333;font-size:.55rem;line-height:.69rem}.tag-btn{background-color:#fff;border-radius:.92rem;font-size:.55rem;font-weight:700;line-height:.69rem;padding:.55rem .92rem}.tag-btn-active{background-color:#c32034;color:#fff}.rightHelp{align-items:center;cursor:pointer;display:flex;flex-direction:row}.rightHelp .howBuy{margin-left:.46rem}.pop-context{padding-top:1.38rem}.pop-context .pop-title{color:var(--theme);font-size:.74rem;line-height:.92rem;margin-bottom:1.66rem;text-align:center}.pop-context .pop-sub-title{border-bottom:1px solid #333;color:#333;font-size:.65rem;font-weight:700;line-height:.97rem;margin-bottom:.92rem;padding-bottom:.46rem}.pop-context .pop-text{font-size:.55rem;line-height:.83rem;margin-bottom:.46rem}.pop-context .pop-sub-text{font-size:.55rem;line-height:.83rem;margin-bottom:.69rem}.player-card-back{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANkAAADrBAMAAAAWIi7jAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADnRSTlNAAAgPMDcgKAQ8FxwkLL2gjvYAAAa5SURBVHjavdw/bxNBEAXwkcBBFkG6MSJCQIPkyA1IIMU98tVIFhYUpglU0BlDkdZNaFJQuYgrCheUFBR0iCol4hOBwp8H9+zdvZ2b25IAP5Dfu53bLIhmrduas4o8bXAlmbNrJyKXEjm7dvxO4pxdAxbi7BpjIjvENa/d+IOJPKEvGjXGxoI1xY+7aFcfiAQ4u8YYcx4aMKwJvmrVGONVqrpovZlsWnMX7foXCMQZNcZeEgPOrjFm4KCZMek8b1b7LBLk3jeprUVSObt2IGLioFkxcGYNWHxdvG/WgMXXldt2bZAkYXYwaW9F7By0+BBi51izYzwZsWbCeD3J1vaApa9pnobxys7FtavAzBxrPITkrklcs2NYZVyzY1jzWlrvm4gDB41mOQcOGg0hDhw0O8aTEWseGDZz1hjz4lhbi3hxrA1FvDjWDqwATUakOWHYzKG5YuBY6zfJgGMNs5wHB80whCRPRtD8MExG0ID5rSk0TwwcNB6vHDhovhgmo0IwhPiu0bnmj2EzL8QfA1eIPwaukL2xtLVOC9GBtLSWi5+a7ksr6+JtLQSjiO/q3NdfWu9Q3Ff3mZ5rmMQ911Gbz8lSFZo692Cl/2m+PdhZVDSXHiD7Fc2jB8g+aW496L5Q0vx6MFfS/HpQKmtuPVgpaX7j8u4ioKEHzm9U6IH/26JDD5B90lx68L16gFDItfeJx5L2o7xPhRQ4xm+2B6sqNuz81Pige9Bo9vHme67JU1XqgT37dCL+W+Oz2bU9+3zh4I8mc+qBNft8ugpNvjbbg1E1+zP5V+s02oMJn9RBI87YgyVlXypaoAfm7B8IafwNn/2Gsn8ipDXWg271I7n5jjR8uNYeUPbHslnj2s3M2e89kG2aPKMeWLN/KNs0ew+WC75xwBp+wNSDS5z9oMa12zdk/65ENFlm96D7kTaZqCbT3B6cccTimozyelDyJpOiyTynBxPeZNK0zkfuQTz7tMkkaly7Qe37F0MJabYedO5z0XiNoEW4da3sn2z+ZKFZenC2cZOhIkOLc7P07I83P9WgGXowpU1m81MtqMlz6kFW9vHJQsvuwcVqnj5s/mShpeZ6Pzf7pZKW0QNkP/j3P9UUTXZo4w9kH5sMHaqRltWDMp5bfLJxTR6Ffr/T4CaDT5a11NrdBEfZ/xJ5uYpr3WeUg23Zfxk7WICWXrv9LdkfRjZZ1pL6u974d+7HDxaghWvHPThK2WR2F/U1eco9KGmTiQ+Yx/eg1andDfiUfXrQoDzQ6h1ZpWwyclb9A6VqMq9/d7qkMkKr2YP4JjOltx1oFu4gYZM9ENIuj3Numb5NKOlAWLsQnMF3icMmw49i+jms6Z14D1IGrO4z/jmsRWbwSeplxDn1Y7Om67QeINfx7B/KVk0/1TkN+Rx7FKMfrNEwwD2IbzK7lP2ARo+h7YcO/YR3/RMJa3ojsXbHwXMu3htYi1+L3gluMvKCsh/TNHgvA98FFV4juj/rqE1ob3DUlguKrJPG7/p98dP4USyeWvcjZd9RO6LHtZ/GY4intqJ3gtra42Rtl7JfX3t1mKJxHPuSpfVmadpFGkNyNBo7whr2kDwNvzSuIfvZmg5SNWTfoGk/XeNR5WFdTdepGo/pq73amh6ma28rA1GGhh5EtVnlZSBD01v1NFQ+S9urpeFcpkXtSFvUSm1RO9UWteWiNQ0vwv4atjt/DdNXW9qZtqiV2qI20Ra15aJFrfId9s+u2pv7NFc6ajRXumo0V7pqPFf6a5gr/TWeK/21l9KiNhRfjbPP2rWmtPg7Vfee6KGDdmPzEVghGIRtWvz4d6SFoIQ2jS+y8BFYITggtGmcfT4CO9d00Kg23HKI+kfToVmLH/9C00+Nacdbr7tA682MWvj490yhnXNjmxbMfqnQsBkZtFD2p0qaDuza9W3ZZ033zdpw61Uv1nRt1PqBKzGs9V6btJNA9qHRytEC2XfQAtl30Hpbsu+idbZk30GLXxXx15B9f42vu/hqZ9qiVmqy9s2snWq6dseq7SxqaHrXoCH7qZquDRqyn6rpywwNh651td4sWzvSqMbcOFMrM//vsSxtpVmaHudou4tMTQcJGmc/V9PbUY2zn69pssbZ99e+a4vaRFvUVuqtcfb9Nbx++mu4e+Wvcfb9tZHaNewHEW2iFo33g6C20kY13QtolH2zpgPWKPvNabomDTfvmtf0E2nIvtP/+c3aSB009AAaZd+kcQ9IW+KrTWt6XNXw/a9GNfQAGmXfrHEPoNG/NLJr3ANolH2zxj34q1H27Rpzf4JxVeuu4gefMDClRbR5RQAAAABJRU5ErkJggg==) 50%/9.97rem no-repeat,url(/user/static/media/player-card-back-background.516919e1983783eb7ab0.jpeg) 50%/cover no-repeat;color:#fff;display:flex;flex-direction:column;height:22.2rem;line-height:1;padding:1.2rem 1.2rem 1.57rem;position:relative;width:14.68rem}.player-card-back .name-romaji{display:flex;flex-direction:column;padding-bottom:.92rem}.player-card-back .name-romaji .name{font-size:1.11rem;font-weight:500;letter-spacing:.11rem}.player-card-back .name-romaji .romaji{color:var(--theme);font-family:Aldrich;font-size:.65rem;letter-spacing:.7px;margin-top:.74rem}.player-card-back .info{border-top:1px solid #ffffff59;display:flex;flex-direction:column;font-size:.55rem;font-weight:500;line-height:1.5;padding:.74rem 0}.player-card-back .info>div{display:flex}.player-card-back .info>div>div{display:flex;flex:0 0 3.97rem;justify-content:space-between;width:3.97rem}.player-card-back .info>div>span{margin-left:.37rem}.player-card-back .message{border-top:1px solid #ffffff59;display:flex;flex-direction:column;padding:.92rem 0}.player-card-back .message .title{color:var(--theme);font-family:Aldrich;font-size:.65rem;letter-spacing:.7px}.player-card-back .message .text{font-family:Zen Kurenaido;font-size:.74rem;line-height:1.7;margin-top:.46rem}.player-card-back .number{color:var(--theme);font-family:Alex Brush;font-size:5.08rem;position:absolute;right:1.85rem;top:1.2rem}.card-collection-page,.card-detail-page{animation:pageSlideIn .4s cubic-bezier(.25,.46,.45,.94) forwards;height:100%;left:0;min-height:100vh;opacity:0;position:absolute;top:0;transform:translateZ(0);transition:background-color .3s ease;width:100%;will-change:transform,opacity}.card-collection-page.exiting,.card-detail-page.exiting{animation:pageSlideOut .2s cubic-bezier(.25,.46,.45,.94) forwards}.card-collection-page.exiting .wrapper,.card-detail-page.exiting .wrapper{animation:wrapperFadeOut .15s ease-out forwards;z-index:20}.card-collection-page .wrapper,.card-detail-page .wrapper{animation:backgroundFadeIn .5s ease-out .1s forwards;background:#0009;background-color:#0000;height:100%;left:0;perspective:92.31rem;position:absolute;top:0;width:100%;z-index:10}.exiting .card-collection-page .wrapper,.exiting .card-detail-page .wrapper{animation:backgroundFadeOut .2s ease-out forwards}.card-collection-page .wrapper .card,.card-detail-page .wrapper .card{animation:cardZoomIn .6s cubic-bezier(.175,.885,.32,1.275) .2s forwards;opacity:0;will-change:transform,opacity}.card-collection-page .wrapper .card .card-flip-container,.card-detail-page .wrapper .card .card-flip-container{backface-visibility:hidden;transform-style:preserve-3d;transition:transform 1s ease-in-out}.card-collection-page .wrapper .card .card-flip-container.back,.card-detail-page .wrapper .card .card-flip-container.back{transform:rotateY(180deg)}.card-collection-page .wrapper .card .card-flip-container:hover,.card-detail-page .wrapper .card .card-flip-container:hover{transform:scale(1.02)}.card-collection-page .wrapper .card .card-flip-container:hover.back,.card-detail-page .wrapper .card .card-flip-container:hover.back{transform:rotateY(180deg) scale(1.02)}.card-collection-page .wrapper .card .card-flip-container .player-card,.card-collection-page .wrapper .card .card-flip-container .player-card-back,.card-detail-page .wrapper .card .card-flip-container .player-card,.card-detail-page .wrapper .card .card-flip-container .player-card-back{backface-visibility:hidden;left:50%;position:absolute;top:2.77rem}@media(min-height:800px){.card-collection-page .wrapper .card .card-flip-container .player-card,.card-collection-page .wrapper .card .card-flip-container .player-card-back,.card-detail-page .wrapper .card .card-flip-container .player-card,.card-detail-page .wrapper .card .card-flip-container .player-card-back{top:3.69rem}}@media(max-height:650px){.card-collection-page .wrapper .card .card-flip-container .player-card,.card-collection-page .wrapper .card .card-flip-container .player-card-back,.card-detail-page .wrapper .card .card-flip-container .player-card,.card-detail-page .wrapper .card .card-flip-container .player-card-back{top:1.85rem}}@media(max-height:550px){.card-collection-page .wrapper .card .card-flip-container .player-card,.card-collection-page .wrapper .card .card-flip-container .player-card-back,.card-detail-page .wrapper .card .card-flip-container .player-card,.card-detail-page .wrapper .card .card-flip-container .player-card-back{top:1.38rem}}@media(max-height:480px){.card-collection-page .wrapper .card .card-flip-container .player-card,.card-collection-page .wrapper .card .card-flip-container .player-card-back,.card-detail-page .wrapper .card .card-flip-container .player-card,.card-detail-page .wrapper .card .card-flip-container .player-card-back{top:.92rem}}.card-collection-page .wrapper .card .card-flip-container .player-card,.card-detail-page .wrapper .card .card-flip-container .player-card{transform:translateX(-50%) scale(2.9);transform-origin:center top}@media(min-height:800px){.card-collection-page .wrapper .card .card-flip-container .player-card,.card-detail-page .wrapper .card .card-flip-container .player-card{transform:translateX(-50%) scale(3.2)}}@media(max-height:650px){.card-collection-page .wrapper .card .card-flip-container .player-card,.card-detail-page .wrapper .card .card-flip-container .player-card{transform:translateX(-50%) scale(2.6)}}@media(max-height:550px){.card-collection-page .wrapper .card .card-flip-container .player-card,.card-detail-page .wrapper .card .card-flip-container .player-card{transform:translateX(-50%) scale(2.3)}}@media(max-height:480px){.card-collection-page .wrapper .card .card-flip-container .player-card,.card-detail-page .wrapper .card .card-flip-container .player-card{transform:translateX(-50%) scale(2)}}.card-collection-page .wrapper .card .card-flip-container .player-card-back,.card-detail-page .wrapper .card .card-flip-container .player-card-back{border-radius:.46rem;transform:translateX(-50%) rotateY(180deg)}@media(max-height:650px){.card-collection-page .wrapper .card .card-flip-container .player-card-back,.card-detail-page .wrapper .card .card-flip-container .player-card-back{transform:translateX(-50%) rotateY(180deg)}}@media(max-height:550px){.card-collection-page .wrapper .card .card-flip-container .player-card-back,.card-detail-page .wrapper .card .card-flip-container .player-card-back{transform:translateX(-50%) rotateY(180deg)}}@media(max-height:480px){.card-collection-page .wrapper .card .card-flip-container .player-card-back,.card-detail-page .wrapper .card .card-flip-container .player-card-back{transform:translateX(-50%) rotateY(180deg)}}.card-collection-page .wrapper .new-card-band,.card-detail-page .wrapper .new-card-band{animation:bandSlideIn .8s cubic-bezier(.25,.46,.45,.94) .4s forwards;color:#fff;left:0;opacity:0;position:absolute;top:9.23rem;transform:translateX(-100%) rotate(-15deg);width:100%;will-change:transform,opacity}@media(min-height:800px){.card-collection-page .wrapper .new-card-band,.card-detail-page .wrapper .new-card-band{top:11.08rem}}@media(max-height:650px){.card-collection-page .wrapper .new-card-band,.card-detail-page .wrapper .new-card-band{top:7.38rem}}@media(max-height:550px){.card-collection-page .wrapper .new-card-band,.card-detail-page .wrapper .new-card-band{top:6.46rem}}@media(max-height:480px){.card-collection-page .wrapper .new-card-band,.card-detail-page .wrapper .new-card-band{top:5.54rem}}.card-collection-page .wrapper .new-card-band.fade-out,.card-detail-page .wrapper .new-card-band.fade-out{animation:fadeOut 2s linear forwards}.card-collection-page .wrapper .new-card-band .tip,.card-detail-page .wrapper .new-card-band .tip{display:flex;flex-direction:column;left:50%;position:absolute;top:4.43rem;transform:translateX(-50%) rotate(-15deg);white-space:nowrap}.card-collection-page .wrapper .new-card-band .tip>span:first-of-type,.card-detail-page .wrapper .new-card-band .tip>span:first-of-type{font-family:Rajdhani;font-size:2.22rem;font-weight:600;letter-spacing:.11rem;line-height:1}.card-collection-page .wrapper .new-card-band>img,.card-detail-page .wrapper .new-card-band>img{vertical-align:bottom;width:100%}.card-collection-page .wrapper .media-button-group,.card-detail-page .wrapper .media-button-group{align-items:center;animation:fadeInUpBottom .3s ease-out .4s forwards;display:flex;flex-direction:row;gap:.74rem;left:calc(50% + 2.77rem);opacity:0;pointer-events:auto;position:absolute;top:21.28rem;transform:translateY(.69rem);z-index:9999}.card-collection-page .wrapper .media-button-group .audio-button,.card-collection-page .wrapper .media-button-group .video-button,.card-detail-page .wrapper .media-button-group .audio-button,.card-detail-page .wrapper .media-button-group .video-button{background:none;border:none;cursor:pointer;display:block;height:2.22rem;padding:0;pointer-events:auto;position:relative;transition:transform .2s ease;width:2.22rem;z-index:10000}.card-collection-page .wrapper .media-button-group .audio-button:hover,.card-collection-page .wrapper .media-button-group .video-button:hover,.card-detail-page .wrapper .media-button-group .audio-button:hover,.card-detail-page .wrapper .media-button-group .video-button:hover{transform:scale(1.1)}.card-collection-page .wrapper .media-button-group .audio-button:active,.card-collection-page .wrapper .media-button-group .video-button:active,.card-detail-page .wrapper .media-button-group .audio-button:active,.card-detail-page .wrapper .media-button-group .video-button:active{transform:scale(.95)}@media(min-height:800px){.card-collection-page .wrapper .media-button-group,.card-detail-page .wrapper .media-button-group{left:calc(50% + 2.77rem);top:21.74rem}.card-collection-page .wrapper .media-button-group .audio-button,.card-collection-page .wrapper .media-button-group .video-button,.card-detail-page .wrapper .media-button-group .audio-button,.card-detail-page .wrapper .media-button-group .video-button{height:2.4rem;width:2.4rem}}@media(max-height:650px){.card-collection-page .wrapper .media-button-group,.card-detail-page .wrapper .media-button-group{left:calc(50% + 2.77rem);top:20.82rem}.card-collection-page .wrapper .media-button-group .audio-button,.card-collection-page .wrapper .media-button-group .video-button,.card-detail-page .wrapper .media-button-group .audio-button,.card-detail-page .wrapper .media-button-group .video-button{height:2.03rem;width:2.03rem}}@media(max-height:550px){.card-collection-page .wrapper .media-button-group,.card-detail-page .wrapper .media-button-group{left:calc(50% + 2.77rem);top:20.58rem}.card-collection-page .wrapper .media-button-group .audio-button,.card-collection-page .wrapper .media-button-group .video-button,.card-detail-page .wrapper .media-button-group .audio-button,.card-detail-page .wrapper .media-button-group .video-button{height:1.85rem;width:1.85rem}}@media(max-height:480px){.card-collection-page .wrapper .media-button-group,.card-detail-page .wrapper .media-button-group{left:calc(50% + 2.77rem);top:20.35rem}.card-collection-page .wrapper .media-button-group .audio-button,.card-collection-page .wrapper .media-button-group .video-button,.card-detail-page .wrapper .media-button-group .audio-button,.card-detail-page .wrapper .media-button-group .video-button{height:1.66rem;width:1.66rem}}.card-collection-page .wrapper .card-type,.card-detail-page .wrapper .card-type{animation:fadeInUpBottom .3s ease-out .4s forwards;bottom:calc(7.38rem + env(safe-area-inset-bottom, 0px));color:#fff;font-size:.55rem;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transform:translateX(-50%) translateY(.69rem)}@media(min-height:800px){.card-collection-page .wrapper .card-type,.card-detail-page .wrapper .card-type{bottom:calc(8.31rem + env(safe-area-inset-bottom, 0px));font-size:.65rem}}@media(max-height:650px){.card-collection-page .wrapper .card-type,.card-detail-page .wrapper .card-type{bottom:calc(6rem + env(safe-area-inset-bottom, 0px))}}@media(max-height:550px){.card-collection-page .wrapper .card-type,.card-detail-page .wrapper .card-type{bottom:calc(4.62rem + env(safe-area-inset-bottom, 0px))}}@media(max-height:480px){.card-collection-page .wrapper .card-type,.card-detail-page .wrapper .card-type{bottom:calc(3.69rem + env(safe-area-inset-bottom, 0px));font-size:.51rem}}.card-collection-page .wrapper .button-group,.card-detail-page .wrapper .button-group{animation:fadeInUpBottom .3s ease-out .5s forwards;bottom:calc(3.23rem + env(safe-area-inset-bottom, 0px));display:flex;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transform:translateX(-50%) translateY(.69rem)}@media(min-height:800px){.card-collection-page .wrapper .button-group,.card-detail-page .wrapper .button-group{bottom:calc(4.15rem + env(safe-area-inset-bottom, 0px))}}@media(max-height:650px){.card-collection-page .wrapper .button-group,.card-detail-page .wrapper .button-group{bottom:calc(2.31rem + env(safe-area-inset-bottom, 0px))}}@media(max-height:550px){.card-collection-page .wrapper .button-group,.card-detail-page .wrapper .button-group{bottom:calc(1.62rem + env(safe-area-inset-bottom, 0px))}}@media(max-height:480px){.card-collection-page .wrapper .button-group,.card-detail-page .wrapper .button-group{bottom:calc(1.15rem + env(safe-area-inset-bottom, 0px))}}.card-collection-page .wrapper .button-group>img,.card-detail-page .wrapper .button-group>img{cursor:pointer;transition:transform .2s ease,filter .2s ease,opacity .2s ease;width:3.23rem}.card-collection-page .wrapper .button-group>img:hover,.card-detail-page .wrapper .button-group>img:hover{filter:brightness(1.2);transform:scale(1.1)}.card-collection-page .wrapper .button-group>img:active,.card-detail-page .wrapper .button-group>img:active{opacity:.8;transform:scale(.95)}@media(min-height:800px){.card-collection-page .wrapper .button-group>img,.card-detail-page .wrapper .button-group>img{width:3.46rem}}@media(max-height:650px){.card-collection-page .wrapper .button-group>img,.card-detail-page .wrapper .button-group>img{width:3rem}}@media(max-height:550px){.card-collection-page .wrapper .button-group>img,.card-detail-page .wrapper .button-group>img{width:2.77rem}}@media(max-height:480px){.card-collection-page .wrapper .button-group>img,.card-detail-page .wrapper .button-group>img{width:2.54rem}}.exiting .card-collection-page .wrapper .button-group>img,.exiting .card-detail-page .wrapper .button-group>img{opacity:.5;pointer-events:none;transform:scale(.9)}.card-collection-page .wrapper .button-group .reverse-button,.card-detail-page .wrapper .button-group .reverse-button{margin-left:1.38rem}@media(min-height:800px){.card-collection-page .wrapper .button-group .reverse-button,.card-detail-page .wrapper .button-group .reverse-button{margin-left:1.62rem}}@media(max-height:650px){.card-collection-page .wrapper .button-group .reverse-button,.card-detail-page .wrapper .button-group .reverse-button{margin-left:1.15rem}}@media(max-height:550px){.card-collection-page .wrapper .button-group .reverse-button,.card-detail-page .wrapper .button-group .reverse-button{margin-left:.92rem}}@media(max-height:480px){.card-collection-page .wrapper .button-group .reverse-button,.card-detail-page .wrapper .button-group .reverse-button{margin-left:.69rem}}.card-detail-page,.card-detail-page.exiting{background:url(/user/static/media/card-page-background.d19f325617617032063f.jpg) 50%/cover no-repeat}.card-detail-page.exiting:before{animation:overlayFadeIn .2s ease-out forwards;background:linear-gradient(180deg,#0000001a 0,#0000004d);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.card-collection-page{background:url(/user/static/media/card-collection-page-background.56c724d754cdbd7124e8.jpeg) 50%/cover no-repeat}.card-collection-page .wrapper{background:none;z-index:1}.card-collection-page.exiting{background:url(/user/static/media/card-collection-page-background.56c724d754cdbd7124e8.jpeg) 50%/cover no-repeat}.card-collection-page.exiting:before{animation:overlayFadeIn .2s ease-out forwards;background:linear-gradient(180deg,#0000001a 0,#0003);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.card-collection-page.exiting .wrapper{z-index:20}@keyframes pageSlideIn{0%{opacity:0;transform:scale(.95) translateY(.92rem)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes pageSlideOut{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:.3;transform:scale(.98) translateY(.92rem)}}@keyframes backgroundFadeIn{0%{background-color:#0000}to{background-color:#0009}}@keyframes backgroundFadeOut{0%{background-color:#0009}to{background-color:#0006}}@keyframes wrapperFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes cardZoomIn{0%{opacity:0;transform:scale(.3) translateY(4.62rem)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateX(-50%) translateY(.69rem)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes fadeInUpBottom{0%{opacity:0;transform:translateX(-50%) translateY(.69rem)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes bandSlideIn{0%{opacity:0;transform:translateX(-100%) rotate(-15deg) scale(.8)}60%{opacity:.8;transform:translateX(10%) rotate(-15deg) scale(1.05)}to{opacity:1;transform:translateX(0) rotate(-15deg) scale(1)}}@keyframes fadeOut{0%{opacity:1}to{display:none;opacity:0}}.media-modal-overlay{align-items:center;background-color:#0006;display:flex;height:100%;inset:0;justify-content:center;overflow:hidden;position:fixed;width:100%;z-index:999999}.media-player-wrapper{max-width:100%;position:relative;width:100%}.media-player-wrapper.video{align-items:center;display:flex;justify-content:center;max-width:none;width:100%}.media-player-wrapper.audio{height:2.77rem;width:13.85rem}.card-obtain-page{background-color:#fff}.record-component{background-color:#fff;border-radius:.28rem;justify-content:space-between;padding:.46rem 1.11rem;width:100%}.record-component,.record-component .record{align-items:center;display:flex}.record-component .record .icon{display:flex;justify-content:center;margin-right:.46rem;width:1.57rem}.record-component .record>span{font-family:Rajdhani;font-weight:600}.record-component .count{color:var(--theme);font-family:Rajdhani;font-size:1.48rem;font-weight:500}.my-page .logout{align-items:center;color:#333;display:flex;flex-direction:column;font-size:.37rem}.my-page .logout>img{margin-left:.18rem;width:.92rem}.my-page .logout>span{font-weight:500;line-height:1;margin-top:.28rem}.my-page .my-page-body{background-color:#e8e8e8;height:100vh}.my-page .my-page-body .my-page-context{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;padding-top:3.69rem;text-align:center}.my-page .my-page-body .my-page-context .my-page-top{width:100%}.my-page .my-page-body .my-page-context .my-page-top .my-page-avatar{background-color:#e8e8e8;border-radius:50%;display:block;height:6.46rem;margin:0 auto;object-fit:cover;width:6.46rem}.my-page .my-page-body .my-page-context .my-page-top .my-page-nickname{font-size:.46rem;font-weight:700;margin-top:1.15rem}.my-page .my-page-body .my-page-context .my-page-top .my-page-eyelashes{font-size:.74rem;font-weight:700;margin-top:.65rem}.my-page .my-page-body .my-page-context .my-page-top .my-page-favorite-player{background-color:var(--theme);border-radius:2.31rem;margin:1.15rem 2.08rem}.my-page .my-page-body .my-page-context .my-page-top .my-page-favorite-player .my-page-player{align-items:center;display:flex}.my-page .my-page-body .my-page-context .my-page-top .my-page-favorite-player .my-page-player .my-page-player-avatar{background-color:var(--theme);border:1px solid var(--theme);border-radius:50%;height:2.77rem;object-fit:cover;width:2.77rem}.my-page .my-page-body .my-page-context .my-page-top .my-page-favorite-player .my-page-player .not-avatar{background-color:#efefef;padding:.65rem}.my-page .my-page-body .my-page-context .my-page-top .my-page-favorite-player .my-page-player .my-page-player-name{color:#fff;font-size:.65rem;margin-left:1.15rem}.my-page .my-page-body .my-page-context .my-page-active{background-color:#e8e8e8;border-top-left-radius:.92rem;border-top-right-radius:.92rem;padding:1.62rem .92rem 3.23rem;width:100%}.my-page .my-page-body .my-page-context .my-page-active .my-page-active-record{color:var(--theme);font-family:Rajdhani;font-size:.92rem;font-weight:700;letter-spacing:1.5px}.my-page .my-page-body .my-page-context .my-page-active .my-page-active-text{color:var(--theme);font-size:.46rem;font-weight:700;margin-top:.46rem}.my-page .my-page-body .my-page-context .my-page-active .my-page-active-context{margin-top:.92rem}.my-page .my-page-body .my-page-context .my-page-active .my-page-active-context .mt-2{margin-top:.09rem}.login-page{background-color:#e8e8e8;height:100vh;justify-content:center;margin:0;padding:0;width:100%}.login-container,.login-page{align-items:center;display:flex}.login-container{background-color:#fff;border-radius:.92rem;flex-direction:column;height:26.82rem;padding:2.72rem 1.75rem .92rem;width:15.97rem}.mg-logo{height:auto;margin-bottom:1.06rem;width:5.72rem}.club-name{color:#c32034;font-family:Aldrich;font-size:.76rem;font-weight:400;line-height:.92rem;margin-bottom:2.03rem}.welcome-message{color:#333;font-family:Noto Sans JP,sans-serif;font-size:.65rem;font-weight:500;line-height:1.13rem;margin-bottom:1.38rem;text-align:left;white-space:pre-wrap}.welcome-message .welcome-strong{font-size:.92rem;font-weight:700;line-height:1.62rem}.login-button{align-items:center;background-color:#333;border:none;border-radius:1.15rem;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;font-family:Noto Sans JP,sans-serif;font-size:.65rem;font-weight:700;height:2.31rem;justify-content:center;line-height:2.31rem;width:12.46rem}.login-button:hover{opacity:.9}.login-button .line-logo{height:1.4rem;margin-right:.42rem;width:1.4rem}.login-note{color:#000;font-size:.46rem;font-weight:400;line-height:.6rem;margin-left:-1.15rem;margin-right:-1.15rem;margin-top:.92rem;white-space:pre-wrap}.login-note,.player-login-link{font-family:Noto Sans JP,sans-serif;text-align:center}.player-login-link{color:var(--theme);cursor:pointer;font-size:.55rem;font-weight:700;margin-top:1.38rem}.player-login-page{align-items:center;background-color:#e8e8e8;display:flex;height:100vh;justify-content:center;margin:0;padding:0;width:100%}.player-login-container{align-items:center;background-color:#fff;border-radius:.92rem;display:flex;flex-direction:column;height:26.82rem;padding:2.72rem 1.75rem .92rem;width:15.97rem}.player-mg-logo{height:auto;margin-bottom:1.06rem;width:5.72rem}.player-club-name{color:#c32034;font-family:Aldrich;font-size:.76rem;font-weight:400;line-height:.92rem;margin-bottom:.46rem}.player-welcome-message{color:#333;font-family:Noto Sans JP,sans-serif;font-size:.65rem;font-weight:500;line-height:1.13rem;margin-bottom:1.85rem;text-align:center;white-space:pre-wrap}.player-welcome-strong{font-size:.92rem;font-weight:700;line-height:1.62rem}.player-login-form{width:100%}.player-login-field,.player-login-form{align-items:center;display:flex;flex-direction:column}.player-login-field{margin-bottom:.74rem;width:12.46rem}.player-login-input{background:#fff;border:1px solid #ddd;border-radius:.37rem;box-sizing:border-box;color:#333;font-size:.65rem;height:2.03rem;padding:0 .74rem;transition:all .2s ease;width:12.46rem}.player-login-input:focus{border-color:#c32034;outline:none}.player-login-input:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.player-login-input::placeholder{color:#999;font-size:.65rem}.player-login-password-container{align-items:center;display:flex;position:relative;width:12.46rem}.player-login-password-toggle{align-items:center;background:none;border:none;border-radius:.18rem;cursor:pointer;display:flex;justify-content:center;padding:.28rem;position:absolute;right:.55rem;top:50%;transform:translateY(-50%);transition:background-color .2s ease}.player-login-password-toggle:hover:not(:disabled){background-color:#f0f0f0}.player-login-password-toggle:disabled{cursor:not-allowed;opacity:.5}.player-login-password-toggle img{height:.92rem;object-fit:contain;width:.92rem}.player-login-button{align-items:center;background-color:#c32034;border:none;border-radius:1.15rem;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;font-family:Noto Sans JP,sans-serif;font-size:.65rem;font-weight:700;height:2.31rem;justify-content:center;line-height:2.31rem;margin-top:.74rem;width:12.46rem}.player-login-button:hover:not(:disabled){opacity:.9}.player-login-button:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.player-login-icon{height:.92rem;position:absolute;right:.74rem;width:.92rem}.player-back-link{color:#666;cursor:pointer;font-family:Noto Sans JP,sans-serif;font-size:.55rem;font-weight:400;margin-top:1.48rem;text-align:center;text-decoration:underline;transition:color .2s ease}.player-back-link:hover{color:#c32034}.goods-detail-context{font-family:Noto Sans JP;height:100vh;overflow-y:auto;padding-bottom:3.69rem;padding-top:2.77rem;scroll-behavior:smooth}.goods-detail-context .goods_detail{padding-left:.92rem;padding-right:.92rem}.goods-detail-context .goods_detail .goods_material,.goods-detail-context .goods_detail .goods_name{margin-bottom:1.15rem}.goods-detail-context .goods_detail .goods_name,.goods-detail-context .goods_detail .goods_price{font-size:.74rem;font-weight:700;line-height:1.11rem}.goods-detail-context .goods_detail .goods_price{line-height:.92rem;margin-bottom:1.85rem}.goods-detail-context .goods_detail .goods_size{margin-bottom:.46rem}.goods-detail-context .goods_detail .goods_material,.goods-detail-context .goods_detail .goods_size{font-size:.65rem}.goods-detail-context .goods_detail .size{margin-right:2.31rem}.goods-detail-context .goods_detail .material{margin-right:2.95rem}.goods-detail-context .goods_num{border-top:1px solid #ccc;margin-bottom:1.2rem;margin-top:1.02rem;padding:.92rem .92rem 0}.goods-detail-context .goods_num .input-container{display:flex;flex-direction:column;margin-right:.92rem;margin-top:.37rem;position:relative}.goods-detail-context .goods_num .input_num{border:1px solid #888;border-radius:.46rem;height:2.08rem;padding:0 .55rem}.goods-detail-context .goods_num .error-message{color:red;font-size:.55rem;position:absolute;top:2.31rem}.goods-detail-context .goods_info{padding-bottom:.46rem;word-break:break-word}.goods-detail-context .goods_order{align-items:center;display:inline;padding:0 .92rem}.goods-detail-context .goods_order .order_btn{background-color:var(--theme);border:none;border-radius:2.31rem;color:#fff;cursor:pointer;font-size:.65rem;font-weight:700;line-height:.83rem;padding:.92rem 5.26rem;text-align:center;white-space:nowrap;width:calc(100% - 2.77rem)}.goods-detail-context .swiper-pagination-bullet-active{background:var(--theme)}.goods-detail-context .goods-button-next,.goods-detail-context .goods-button-prev{height:auto;margin:0;position:absolute;top:50%;transform:translateY(-50%);width:auto;z-index:1}.goods-detail-context .goods-button-next>img,.goods-detail-context .goods-button-prev>img{height:.92rem;width:.74rem}.goods-detail-context .goods-button-next:after,.goods-detail-context .goods-button-prev:after{content:"";display:none}.goods-detail-context .goods-button-prev{left:0}.goods-detail-context .goods-button-next{right:0}.order_goods_form{height:100vh;overflow-y:auto;padding:2.49rem .92rem 4.62rem;scroll-behavior:smooth}.order_goods_form .order_title{color:var(--theme);font-size:.74rem;font-weight:700;line-height:.92rem;margin-bottom:1.71rem;margin-top:1.38rem;text-align:center}.order_goods_form .order_tip{color:#333;font-size:.65rem;line-height:.97rem;margin-bottom:1.85rem}.order_goods_form .form_label{color:#333;font-size:.65rem;font-weight:700;line-height:.97rem}.order_goods_form .form_input{border:1px solid #888;border-radius:.28rem;font-size:.65rem;margin-top:.69rem;padding:.46rem .74rem;width:100%}.order_goods_form .order_input_error_tip{color:red;margin-top:.23rem}.order_goods_form .order_goods_tip{border-bottom:1px solid #333;font-size:.65rem;font-weight:700;line-height:.97rem;margin-bottom:1.15rem;margin-top:1.52rem;padding-bottom:.55rem}.order_goods_form .order_goods_names{align-items:center;border-bottom:1px dashed #ccc;color:#333;display:flex;font-size:.55rem;justify-content:space-between;line-height:.83rem;margin:0 .46rem;padding-bottom:1.29rem}.order_goods_form .order_goods_names .goods_title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;padding-right:.69rem;text-overflow:ellipsis;white-space:normal}.order_goods_form .form_order_button{text-align:center}.order_goods_form .form_order_button .order_form_btn{background-color:var(--theme);border:none;border-radius:2.31rem;color:#fff;font-size:.65rem;font-weight:700;line-height:.83rem;margin-top:1.38rem;padding:.92rem 5.26rem}.popConfirm_context{text-align:center}.popConfirm_context .popConfirm_title{white-space-collapse:break-spaces;color:#333;font-size:.74rem;font-weight:700;line-height:1.11rem;margin-bottom:.92rem;margin-top:1.38rem}.popConfirm_context .popConfirm_orderIdNum{font-size:.65rem;margin-bottom:.92rem}.popConfirm_context .popConfirm_orderTip{white-space-collapse:break-spaces;font-size:.55rem;line-height:.83rem}.popConfirm_context .popConfirm_goMyPageBtn{background-color:#333;border:none;border-radius:2.31rem;color:#fff;font-size:.65rem;font-weight:700;margin-bottom:.92rem;margin-top:1.66rem;padding:.97rem 4.29rem}.my-order-context{height:100vh;overflow-y:auto;padding:2.49rem .92rem 4.62rem;scroll-behavior:smooth}.order-item-context{margin-top:1.62rem}.order-item-context .order-item-header{align-items:center;border-bottom:1px solid #333;display:flex;font-size:.65rem;justify-content:space-between;padding-bottom:.55rem}.order-item-context .order-item{align-items:center;border-bottom:1px dashed #ccc;display:flex;padding:.55rem 0}.order-item-context .order-item-image{height:3.69rem;width:3.69rem}.order-item-context .order-item-image img{border:1px solid #ccc;border-radius:.46rem;height:100%;object-fit:cover;width:100%}.order-item-context .order-item-details{word-wrap:break-word;flex:1;font-size:.55rem;overflow:hidden;padding-left:.46rem;padding-right:.92rem}.order-item-context .order-item-name{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-weight:700;margin-bottom:.23rem;overflow:hidden;text-overflow:ellipsis;white-space:normal}.order-item-context .order-item-quantity{word-wrap:break-word;color:#333;font-size:.55rem;font-weight:700;text-align:right;width:.92rem}.players-page .players-context{box-sizing:border-box;height:100vh;overflow-y:auto;padding:3.46rem .92rem .92rem;padding-bottom:calc(4.62rem + env(safe-area-inset-bottom, 0px))!important}.players-page .players-context .player-card-page:last-child{margin-bottom:0}.player-card-page{border-radius:2.31rem;justify-content:space-between;margin-bottom:.69rem}.player-card-page,.player-card-page .player{align-items:center;display:flex}.player-card-page .player .player-avatar{background:linear-gradient(180deg,#efefef,#e2e2e2);border-radius:50%;height:2.77rem;object-fit:cover;padding:.65rem;width:2.77rem}.player-card-page .player .player-avatar.has-avatar{background:none;padding:0}.player-card-page .player .player-avatar.selected{border:1px solid #e8e8e8}.player-card-page .player .player-name{color:#000;font-size:.65rem;margin-left:.69rem}.selected{background-color:#e8e8e8}.selected .player .player-avatar{border:1px solid #e8e8e8}.selected .setting-btn{background-color:var(--theme);border-radius:1.15rem;color:#fff;font-size:.65rem;margin-right:.37rem;padding:.55rem 1.2rem}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.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{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-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{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev 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-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}@font-face{font-family:Noto Sans JP;font-style:normal;font-weight:400;src:url(/user/static/media/NotoSansJP-Regular.24e464fc2530c0ab7f6e.ttf) format("truetype")}@font-face{font-family:Noto Sans JP;font-style:normal;font-weight:700;src:url(/user/static/media/NotoSansJP-Bold.ec5ff0b4649895544618.ttf) format("truetype")}@font-face{font-family:Aldrich;font-style:normal;font-weight:400;src:url(/user/static/media/Aldrich-Regular.75395156257a5c948148.ttf) format("truetype")}@font-face{font-family:Alex Brush;font-style:normal;font-weight:400;src:url(/user/static/media/AlexBrush-Regular.2931994a26f7d46dab66.ttf) format("truetype")}@font-face{font-family:Zen Kurenaido;font-style:normal;font-weight:400;src:url(/user/static/media/ZenKurenaido-Regular.5bd0c22381d31f93c106.ttf) format("truetype")}@font-face{font-family:Rajdhani;font-style:normal;font-weight:400;src:url(/user/static/media/Rajdhani-Regular.148606c1eb703f6e597a.ttf) format("truetype")}@font-face{font-family:Rajdhani;font-style:normal;font-weight:700;src:url(/user/static/media/Rajdhani-SemiBold.7d928c2670caba5b9dd6.ttf) format("truetype")}.width-2{width:.09rem!important}.height-2{height:.09rem!important}.width-4{width:.18rem!important}.height-4{height:.18rem!important}.width-6{width:.28rem!important}.height-6{height:.28rem!important}.width-8{width:.37rem!important}.height-8{height:.37rem!important}.width-10{width:.46rem!important}.height-10{height:.46rem!important}.width-12{width:.55rem!important}.height-12{height:.55rem!important}.width-14{width:.65rem!important}.height-14{height:.65rem!important}.width-16{width:.74rem!important}.height-16{height:.74rem!important}.width-18{width:.83rem!important}.height-18{height:.83rem!important}.width-20{width:.92rem!important}.height-20{height:.92rem!important}.width-22{width:1.02rem!important}.height-22{height:1.02rem!important}.width-24{width:1.11rem!important}.height-24{height:1.11rem!important}.width-26{width:1.2rem!important}.height-26{height:1.2rem!important}.width-28{width:1.29rem!important}.height-28{height:1.29rem!important}.width-30{width:1.38rem!important}.height-30{height:1.38rem!important}.width-32{width:1.48rem!important}.height-32{height:1.48rem!important}.width-34{width:1.57rem!important}.height-34{height:1.57rem!important}.width-36{width:1.66rem!important}.height-36{height:1.66rem!important}.width-38{width:1.75rem!important}.height-38{height:1.75rem!important}.width-40{width:1.85rem!important}.height-40{height:1.85rem!important}.width-42{width:1.94rem!important}.height-42{height:1.94rem!important}.width-44{width:2.03rem!important}.height-44{height:2.03rem!important}.width-46{width:2.12rem!important}.height-46{height:2.12rem!important}.width-48{width:2.22rem!important}.height-48{height:2.22rem!important}.width-50{width:2.31rem!important}.height-50{height:2.31rem!important}.width-52{width:2.4rem!important}.height-52{height:2.4rem!important}.width-54{width:2.49rem!important}.height-54{height:2.49rem!important}.width-56{width:2.58rem!important}.height-56{height:2.58rem!important}.width-58{width:2.68rem!important}.height-58{height:2.68rem!important}.width-60{width:2.77rem!important}.height-60{height:2.77rem!important}.width-62{width:2.86rem!important}.height-62{height:2.86rem!important}.width-64{width:2.95rem!important}.height-64{height:2.95rem!important}.width-66{width:3.05rem!important}.height-66{height:3.05rem!important}.width-68{width:3.14rem!important}.height-68{height:3.14rem!important}.width-70{width:3.23rem!important}.height-70{height:3.23rem!important}.width-72{width:3.32rem!important}.height-72{height:3.32rem!important}.width-74{width:3.42rem!important}.height-74{height:3.42rem!important}.width-76{width:3.51rem!important}.height-76{height:3.51rem!important}.width-78{width:3.6rem!important}.height-78{height:3.6rem!important}.width-80{width:3.69rem!important}.height-80{height:3.69rem!important}.width-82{width:3.78rem!important}.height-82{height:3.78rem!important}.width-84{width:3.88rem!important}.height-84{height:3.88rem!important}.width-86{width:3.97rem!important}.height-86{height:3.97rem!important}.width-88{width:4.06rem!important}.height-88{height:4.06rem!important}.width-90{width:4.15rem!important}.height-90{height:4.15rem!important}.width-92{width:4.25rem!important}.height-92{height:4.25rem!important}.width-94{width:4.34rem!important}.height-94{height:4.34rem!important}.width-96{width:4.43rem!important}.height-96{height:4.43rem!important}.width-98{width:4.52rem!important}.height-98{height:4.52rem!important}.width-100{width:4.62rem!important}.height-100{height:4.62rem!important}.width-102{width:4.71rem!important}.height-102{height:4.71rem!important}.width-104{width:4.8rem!important}.height-104{height:4.8rem!important}.width-106{width:4.89rem!important}.height-106{height:4.89rem!important}.width-108{width:4.98rem!important}.height-108{height:4.98rem!important}.width-110{width:5.08rem!important}.height-110{height:5.08rem!important}.width-112{width:5.17rem!important}.height-112{height:5.17rem!important}.width-114{width:5.26rem!important}.height-114{height:5.26rem!important}.width-116{width:5.35rem!important}.height-116{height:5.35rem!important}.width-118{width:5.45rem!important}.height-118{height:5.45rem!important}.width-120{width:5.54rem!important}.height-120{height:5.54rem!important}.width-122{width:5.63rem!important}.height-122{height:5.63rem!important}.width-124{width:5.72rem!important}.height-124{height:5.72rem!important}.width-126{width:5.82rem!important}.height-126{height:5.82rem!important}.width-128{width:5.91rem!important}.height-128{height:5.91rem!important}.width-130{width:6rem!important}.height-130{height:6rem!important}.width-132{width:6.09rem!important}.height-132{height:6.09rem!important}.width-134{width:6.18rem!important}.height-134{height:6.18rem!important}.width-136{width:6.28rem!important}.height-136{height:6.28rem!important}.width-138{width:6.37rem!important}.height-138{height:6.37rem!important}.width-140{width:6.46rem!important}.height-140{height:6.46rem!important}.width-142{width:6.55rem!important}.height-142{height:6.55rem!important}.width-144{width:6.65rem!important}.height-144{height:6.65rem!important}.width-146{width:6.74rem!important}.height-146{height:6.74rem!important}.width-148{width:6.83rem!important}.height-148{height:6.83rem!important}.width-150{width:6.92rem!important}.height-150{height:6.92rem!important}.width-152{width:7.02rem!important}.height-152{height:7.02rem!important}.width-154{width:7.11rem!important}.height-154{height:7.11rem!important}.width-156{width:7.2rem!important}.height-156{height:7.2rem!important}.width-158{width:7.29rem!important}.height-158{height:7.29rem!important}.width-160{width:7.38rem!important}.height-160{height:7.38rem!important}.width-162{width:7.48rem!important}.height-162{height:7.48rem!important}.width-164{width:7.57rem!important}.height-164{height:7.57rem!important}.width-166{width:7.66rem!important}.height-166{height:7.66rem!important}.width-168{width:7.75rem!important}.height-168{height:7.75rem!important}.width-170{width:7.85rem!important}.height-170{height:7.85rem!important}.width-172{width:7.94rem!important}.height-172{height:7.94rem!important}.width-174{width:8.03rem!important}.height-174{height:8.03rem!important}.width-176{width:8.12rem!important}.height-176{height:8.12rem!important}.width-178{width:8.22rem!important}.height-178{height:8.22rem!important}.width-180{width:8.31rem!important}.height-180{height:8.31rem!important}.width-182{width:8.4rem!important}.height-182{height:8.4rem!important}.width-184{width:8.49rem!important}.height-184{height:8.49rem!important}.width-186{width:8.58rem!important}.height-186{height:8.58rem!important}.width-188{width:8.68rem!important}.height-188{height:8.68rem!important}.width-190{width:8.77rem!important}.height-190{height:8.77rem!important}.width-192{width:8.86rem!important}.height-192{height:8.86rem!important}.width-194{width:8.95rem!important}.height-194{height:8.95rem!important}.width-196{width:9.05rem!important}.height-196{height:9.05rem!important}.width-198{width:9.14rem!important}.height-198{height:9.14rem!important}.width-200{width:9.23rem!important}.height-200{height:9.23rem!important}.width-202{width:9.32rem!important}.height-202{height:9.32rem!important}.width-204{width:9.42rem!important}.height-204{height:9.42rem!important}.width-206{width:9.51rem!important}.height-206{height:9.51rem!important}.width-208{width:9.6rem!important}.height-208{height:9.6rem!important}.width-210{width:9.69rem!important}.height-210{height:9.69rem!important}.width-212{width:9.78rem!important}.height-212{height:9.78rem!important}.width-214{width:9.88rem!important}.height-214{height:9.88rem!important}.width-216{width:9.97rem!important}.height-216{height:9.97rem!important}.width-218{width:10.06rem!important}.height-218{height:10.06rem!important}.width-220{width:10.15rem!important}.height-220{height:10.15rem!important}.width-222{width:10.25rem!important}.height-222{height:10.25rem!important}.width-224{width:10.34rem!important}.height-224{height:10.34rem!important}.width-226{width:10.43rem!important}.height-226{height:10.43rem!important}.width-228{width:10.52rem!important}.height-228{height:10.52rem!important}.width-230{width:10.62rem!important}.height-230{height:10.62rem!important}.width-232{width:10.71rem!important}.height-232{height:10.71rem!important}.width-234{width:10.8rem!important}.height-234{height:10.8rem!important}.width-236{width:10.89rem!important}.height-236{height:10.89rem!important}.width-238{width:10.98rem!important}.height-238{height:10.98rem!important}.width-240{width:11.08rem!important}.height-240{height:11.08rem!important}.width-242{width:11.17rem!important}.height-242{height:11.17rem!important}.width-244{width:11.26rem!important}.height-244{height:11.26rem!important}.width-246{width:11.35rem!important}.height-246{height:11.35rem!important}.width-248{width:11.45rem!important}.height-248{height:11.45rem!important}.width-250{width:11.54rem!important}.height-250{height:11.54rem!important}.width-252{width:11.63rem!important}.height-252{height:11.63rem!important}.width-254{width:11.72rem!important}.height-254{height:11.72rem!important}.width-256{width:11.82rem!important}.height-256{height:11.82rem!important}.width-258{width:11.91rem!important}.height-258{height:11.91rem!important}.width-260{width:12rem!important}.height-260{height:12rem!important}.width-262{width:12.09rem!important}.height-262{height:12.09rem!important}.width-264{width:12.18rem!important}.height-264{height:12.18rem!important}.width-266{width:12.28rem!important}.height-266{height:12.28rem!important}.width-268{width:12.37rem!important}.height-268{height:12.37rem!important}.width-270{width:12.46rem!important}.height-270{height:12.46rem!important}.width-272{width:12.55rem!important}.height-272{height:12.55rem!important}.width-274{width:12.65rem!important}.height-274{height:12.65rem!important}.width-276{width:12.74rem!important}.height-276{height:12.74rem!important}.width-278{width:12.83rem!important}.height-278{height:12.83rem!important}.width-280{width:12.92rem!important}.height-280{height:12.92rem!important}.width-282{width:13.02rem!important}.height-282{height:13.02rem!important}.width-284{width:13.11rem!important}.height-284{height:13.11rem!important}.width-286{width:13.2rem!important}.height-286{height:13.2rem!important}.width-288{width:13.29rem!important}.height-288{height:13.29rem!important}.width-290{width:13.38rem!important}.height-290{height:13.38rem!important}.width-292{width:13.48rem!important}.height-292{height:13.48rem!important}.width-294{width:13.57rem!important}.height-294{height:13.57rem!important}.width-296{width:13.66rem!important}.height-296{height:13.66rem!important}.width-298{width:13.75rem!important}.height-298{height:13.75rem!important}.width-300{width:13.85rem!important}.height-300{height:13.85rem!important}.width-302{width:13.94rem!important}.height-302{height:13.94rem!important}.width-304{width:14.03rem!important}.height-304{height:14.03rem!important}.width-306{width:14.12rem!important}.height-306{height:14.12rem!important}.width-308{width:14.22rem!important}.height-308{height:14.22rem!important}.width-310{width:14.31rem!important}.height-310{height:14.31rem!important}.width-312{width:14.4rem!important}.height-312{height:14.4rem!important}.width-314{width:14.49rem!important}.height-314{height:14.49rem!important}.width-316{width:14.58rem!important}.height-316{height:14.58rem!important}.width-318{width:14.68rem!important}.height-318{height:14.68rem!important}.width-320{width:14.77rem!important}.height-320{height:14.77rem!important}.width-322{width:14.86rem!important}.height-322{height:14.86rem!important}.width-324{width:14.95rem!important}.height-324{height:14.95rem!important}.width-326{width:15.05rem!important}.height-326{height:15.05rem!important}.width-328{width:15.14rem!important}.height-328{height:15.14rem!important}.width-330{width:15.23rem!important}.height-330{height:15.23rem!important}.width-332{width:15.32rem!important}.height-332{height:15.32rem!important}.width-334{width:15.42rem!important}.height-334{height:15.42rem!important}.width-336{width:15.51rem!important}.height-336{height:15.51rem!important}.width-338{width:15.6rem!important}.height-338{height:15.6rem!important}.width-340{width:15.69rem!important}.height-340{height:15.69rem!important}.width-342{width:15.78rem!important}.height-342{height:15.78rem!important}.width-344{width:15.88rem!important}.height-344{height:15.88rem!important}.width-346{width:15.97rem!important}.height-346{height:15.97rem!important}.width-348{width:16.06rem!important}.height-348{height:16.06rem!important}.width-350{width:16.15rem!important}.height-350{height:16.15rem!important}.width-352{width:16.25rem!important}.height-352{height:16.25rem!important}.width-354{width:16.34rem!important}.height-354{height:16.34rem!important}.width-356{width:16.43rem!important}.height-356{height:16.43rem!important}.width-358{width:16.52rem!important}.height-358{height:16.52rem!important}.width-360{width:16.62rem!important}.height-360{height:16.62rem!important}.width-362{width:16.71rem!important}.height-362{height:16.71rem!important}.width-364{width:16.8rem!important}.height-364{height:16.8rem!important}.width-366{width:16.89rem!important}.height-366{height:16.89rem!important}.width-368{width:16.98rem!important}.height-368{height:16.98rem!important}.width-370{width:17.08rem!important}.height-370{height:17.08rem!important}.width-372{width:17.17rem!important}.height-372{height:17.17rem!important}.width-374{width:17.26rem!important}.height-374{height:17.26rem!important}.width-376{width:17.35rem!important}.height-376{height:17.35rem!important}.width-378{width:17.45rem!important}.height-378{height:17.45rem!important}.width-380{width:17.54rem!important}.height-380{height:17.54rem!important}.width-382{width:17.63rem!important}.height-382{height:17.63rem!important}.width-384{width:17.72rem!important}.height-384{height:17.72rem!important}.width-386{width:17.82rem!important}.height-386{height:17.82rem!important}.width-388{width:17.91rem!important}.height-388{height:17.91rem!important}.width-390{width:18rem!important}.height-390{height:18rem!important}.width-392{width:18.09rem!important}.height-392{height:18.09rem!important}.width-394{width:18.18rem!important}.height-394{height:18.18rem!important}.width-396{width:18.28rem!important}.height-396{height:18.28rem!important}.width-398{width:18.37rem!important}.height-398{height:18.37rem!important}.width-400{width:18.46rem!important}.height-400{height:18.46rem!important}.z-index-1{z-index:1!important}.z-index-2{z-index:2!important}.z-index-3{z-index:3!important}.z-index-4{z-index:4!important}.z-index-5{z-index:5!important}.z-index-6{z-index:6!important}.z-index-7{z-index:7!important}.z-index-8{z-index:8!important}.z-index-9{z-index:9!important}.z-index-10{z-index:10!important}.background-white{background-color:#fff!important}.background-black{background-color:#000!important}.border-radius-2{border-radius:.09rem!important}.border-radius-4{border-radius:.18rem!important}.border-radius-6{border-radius:.28rem!important}.border-radius-8{border-radius:.37rem!important}.border-radius-10{border-radius:.46rem!important}.border-radius-12{border-radius:.55rem!important}.border-radius-14{border-radius:.65rem!important}.border-radius-16{border-radius:.74rem!important}.border-radius-18{border-radius:.83rem!important}.border-radius-20{border-radius:.92rem!important}.border-radius-22{border-radius:1.02rem!important}.border-radius-24{border-radius:1.11rem!important}.border-radius-26{border-radius:1.2rem!important}.border-radius-28{border-radius:1.29rem!important}.border-radius-30{border-radius:1.38rem!important}.border-radius-32{border-radius:1.48rem!important}.border-radius-34{border-radius:1.57rem!important}.border-radius-36{border-radius:1.66rem!important}.border-radius-38{border-radius:1.75rem!important}.border-radius-40{border-radius:1.85rem!important}.text-white{color:#fff!important}.text-black{color:#000!important}.font-12{font-size:.55rem!important}.font-14{font-size:.65rem!important}.font-16{font-size:.74rem!important}.font-18{font-size:.83rem!important}.font-20{font-size:.92rem!important}.font-22{font-size:1.02rem!important}.font-24{font-size:1.11rem!important}.font-26{font-size:1.2rem!important}.font-28{font-size:1.29rem!important}.font-30{font-size:1.38rem!important}.font-32{font-size:1.48rem!important}.font-34{font-size:1.57rem!important}.font-36{font-size:1.66rem!important}.font-38{font-size:1.75rem!important}.font-40{font-size:1.85rem!important}.font-weight-100{font-weight:100!important}.font-weight-200{font-weight:200!important}.font-weight-300{font-weight:300!important}.font-weight-400{font-weight:400!important}.font-weight-500{font-weight:500!important}.font-weight-600{font-weight:600!important}.font-weight-700{font-weight:700!important}.line-height-12{line-height:.55rem!important}.line-height-14{line-height:.65rem!important}.line-height-16{line-height:.74rem!important}.line-height-18{line-height:.83rem!important}.line-height-20{line-height:.92rem!important}.line-height-22{line-height:1.02rem!important}.line-height-24{line-height:1.11rem!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.padding-2{padding:.09rem!important}.padding-x-2{padding-left:.09rem!important;padding-right:.09rem!important}.padding-y-2{padding-bottom:.09rem!important}.padding-top-2,.padding-y-2{padding-top:.09rem!important}.padding-right-2{padding-right:.09rem!important}.padding-bottom-2{padding-bottom:.09rem!important}.padding-left-2{padding-left:.09rem!important}.padding-4{padding:.18rem!important}.padding-x-4{padding-left:.18rem!important;padding-right:.18rem!important}.padding-y-4{padding-bottom:.18rem!important}.padding-top-4,.padding-y-4{padding-top:.18rem!important}.padding-right-4{padding-right:.18rem!important}.padding-bottom-4{padding-bottom:.18rem!important}.padding-left-4{padding-left:.18rem!important}.padding-6{padding:.28rem!important}.padding-x-6{padding-left:.28rem!important;padding-right:.28rem!important}.padding-y-6{padding-bottom:.28rem!important}.padding-top-6,.padding-y-6{padding-top:.28rem!important}.padding-right-6{padding-right:.28rem!important}.padding-bottom-6{padding-bottom:.28rem!important}.padding-left-6{padding-left:.28rem!important}.padding-8{padding:.37rem!important}.padding-x-8{padding-left:.37rem!important;padding-right:.37rem!important}.padding-y-8{padding-bottom:.37rem!important}.padding-top-8,.padding-y-8{padding-top:.37rem!important}.padding-right-8{padding-right:.37rem!important}.padding-bottom-8{padding-bottom:.37rem!important}.padding-left-8{padding-left:.37rem!important}.padding-10{padding:.46rem!important}.padding-x-10{padding-left:.46rem!important;padding-right:.46rem!important}.padding-y-10{padding-bottom:.46rem!important}.padding-top-10,.padding-y-10{padding-top:.46rem!important}.padding-right-10{padding-right:.46rem!important}.padding-bottom-10{padding-bottom:.46rem!important}.padding-left-10{padding-left:.46rem!important}.padding-12{padding:.55rem!important}.padding-x-12{padding-left:.55rem!important;padding-right:.55rem!important}.padding-y-12{padding-bottom:.55rem!important}.padding-top-12,.padding-y-12{padding-top:.55rem!important}.padding-right-12{padding-right:.55rem!important}.padding-bottom-12{padding-bottom:.55rem!important}.padding-left-12{padding-left:.55rem!important}.padding-14{padding:.65rem!important}.padding-x-14{padding-left:.65rem!important;padding-right:.65rem!important}.padding-y-14{padding-bottom:.65rem!important}.padding-top-14,.padding-y-14{padding-top:.65rem!important}.padding-right-14{padding-right:.65rem!important}.padding-bottom-14{padding-bottom:.65rem!important}.padding-left-14{padding-left:.65rem!important}.padding-16{padding:.74rem!important}.padding-x-16{padding-left:.74rem!important;padding-right:.74rem!important}.padding-y-16{padding-bottom:.74rem!important}.padding-top-16,.padding-y-16{padding-top:.74rem!important}.padding-right-16{padding-right:.74rem!important}.padding-bottom-16{padding-bottom:.74rem!important}.padding-left-16{padding-left:.74rem!important}.padding-18{padding:.83rem!important}.padding-x-18{padding-left:.83rem!important;padding-right:.83rem!important}.padding-y-18{padding-bottom:.83rem!important}.padding-top-18,.padding-y-18{padding-top:.83rem!important}.padding-right-18{padding-right:.83rem!important}.padding-bottom-18{padding-bottom:.83rem!important}.padding-left-18{padding-left:.83rem!important}.padding-20{padding:.92rem!important}.padding-x-20{padding-left:.92rem!important;padding-right:.92rem!important}.padding-y-20{padding-bottom:.92rem!important}.padding-top-20,.padding-y-20{padding-top:.92rem!important}.padding-right-20{padding-right:.92rem!important}.padding-bottom-20{padding-bottom:.92rem!important}.padding-left-20{padding-left:.92rem!important}.padding-22{padding:1.02rem!important}.padding-x-22{padding-left:1.02rem!important;padding-right:1.02rem!important}.padding-y-22{padding-bottom:1.02rem!important}.padding-top-22,.padding-y-22{padding-top:1.02rem!important}.padding-right-22{padding-right:1.02rem!important}.padding-bottom-22{padding-bottom:1.02rem!important}.padding-left-22{padding-left:1.02rem!important}.padding-24{padding:1.11rem!important}.padding-x-24{padding-left:1.11rem!important;padding-right:1.11rem!important}.padding-y-24{padding-bottom:1.11rem!important}.padding-top-24,.padding-y-24{padding-top:1.11rem!important}.padding-right-24{padding-right:1.11rem!important}.padding-bottom-24{padding-bottom:1.11rem!important}.padding-left-24{padding-left:1.11rem!important}.padding-26{padding:1.2rem!important}.padding-x-26{padding-left:1.2rem!important;padding-right:1.2rem!important}.padding-y-26{padding-bottom:1.2rem!important}.padding-top-26,.padding-y-26{padding-top:1.2rem!important}.padding-right-26{padding-right:1.2rem!important}.padding-bottom-26{padding-bottom:1.2rem!important}.padding-left-26{padding-left:1.2rem!important}.padding-28{padding:1.29rem!important}.padding-x-28{padding-left:1.29rem!important;padding-right:1.29rem!important}.padding-y-28{padding-bottom:1.29rem!important}.padding-top-28,.padding-y-28{padding-top:1.29rem!important}.padding-right-28{padding-right:1.29rem!important}.padding-bottom-28{padding-bottom:1.29rem!important}.padding-left-28{padding-left:1.29rem!important}.padding-30{padding:1.38rem!important}.padding-x-30{padding-left:1.38rem!important;padding-right:1.38rem!important}.padding-y-30{padding-bottom:1.38rem!important}.padding-top-30,.padding-y-30{padding-top:1.38rem!important}.padding-right-30{padding-right:1.38rem!important}.padding-bottom-30{padding-bottom:1.38rem!important}.padding-left-30{padding-left:1.38rem!important}.padding-32{padding:1.48rem!important}.padding-x-32{padding-left:1.48rem!important;padding-right:1.48rem!important}.padding-y-32{padding-bottom:1.48rem!important}.padding-top-32,.padding-y-32{padding-top:1.48rem!important}.padding-right-32{padding-right:1.48rem!important}.padding-bottom-32{padding-bottom:1.48rem!important}.padding-left-32{padding-left:1.48rem!important}.padding-34{padding:1.57rem!important}.padding-x-34{padding-left:1.57rem!important;padding-right:1.57rem!important}.padding-y-34{padding-bottom:1.57rem!important}.padding-top-34,.padding-y-34{padding-top:1.57rem!important}.padding-right-34{padding-right:1.57rem!important}.padding-bottom-34{padding-bottom:1.57rem!important}.padding-left-34{padding-left:1.57rem!important}.padding-36{padding:1.66rem!important}.padding-x-36{padding-left:1.66rem!important;padding-right:1.66rem!important}.padding-y-36{padding-bottom:1.66rem!important}.padding-top-36,.padding-y-36{padding-top:1.66rem!important}.padding-right-36{padding-right:1.66rem!important}.padding-bottom-36{padding-bottom:1.66rem!important}.padding-left-36{padding-left:1.66rem!important}.padding-38{padding:1.75rem!important}.padding-x-38{padding-left:1.75rem!important;padding-right:1.75rem!important}.padding-y-38{padding-bottom:1.75rem!important}.padding-top-38,.padding-y-38{padding-top:1.75rem!important}.padding-right-38{padding-right:1.75rem!important}.padding-bottom-38{padding-bottom:1.75rem!important}.padding-left-38{padding-left:1.75rem!important}.padding-40{padding:1.85rem!important}.padding-x-40{padding-left:1.85rem!important;padding-right:1.85rem!important}.padding-y-40{padding-bottom:1.85rem!important}.padding-top-40,.padding-y-40{padding-top:1.85rem!important}.padding-right-40{padding-right:1.85rem!important}.padding-bottom-40{padding-bottom:1.85rem!important}.padding-left-40{padding-left:1.85rem!important}.padding-42{padding:1.94rem!important}.padding-x-42{padding-left:1.94rem!important;padding-right:1.94rem!important}.padding-y-42{padding-bottom:1.94rem!important}.padding-top-42,.padding-y-42{padding-top:1.94rem!important}.padding-right-42{padding-right:1.94rem!important}.padding-bottom-42{padding-bottom:1.94rem!important}.padding-left-42{padding-left:1.94rem!important}.padding-44{padding:2.03rem!important}.padding-x-44{padding-left:2.03rem!important;padding-right:2.03rem!important}.padding-y-44{padding-bottom:2.03rem!important}.padding-top-44,.padding-y-44{padding-top:2.03rem!important}.padding-right-44{padding-right:2.03rem!important}.padding-bottom-44{padding-bottom:2.03rem!important}.padding-left-44{padding-left:2.03rem!important}.padding-46{padding:2.12rem!important}.padding-x-46{padding-left:2.12rem!important;padding-right:2.12rem!important}.padding-y-46{padding-bottom:2.12rem!important}.padding-top-46,.padding-y-46{padding-top:2.12rem!important}.padding-right-46{padding-right:2.12rem!important}.padding-bottom-46{padding-bottom:2.12rem!important}.padding-left-46{padding-left:2.12rem!important}.padding-48{padding:2.22rem!important}.padding-x-48{padding-left:2.22rem!important;padding-right:2.22rem!important}.padding-y-48{padding-bottom:2.22rem!important}.padding-top-48,.padding-y-48{padding-top:2.22rem!important}.padding-right-48{padding-right:2.22rem!important}.padding-bottom-48{padding-bottom:2.22rem!important}.padding-left-48{padding-left:2.22rem!important}.padding-50{padding:2.31rem!important}.padding-x-50{padding-left:2.31rem!important;padding-right:2.31rem!important}.padding-y-50{padding-bottom:2.31rem!important}.padding-top-50,.padding-y-50{padding-top:2.31rem!important}.padding-right-50{padding-right:2.31rem!important}.padding-bottom-50{padding-bottom:2.31rem!important}.padding-left-50{padding-left:2.31rem!important}.padding-52{padding:2.4rem!important}.padding-x-52{padding-left:2.4rem!important;padding-right:2.4rem!important}.padding-y-52{padding-bottom:2.4rem!important}.padding-top-52,.padding-y-52{padding-top:2.4rem!important}.padding-right-52{padding-right:2.4rem!important}.padding-bottom-52{padding-bottom:2.4rem!important}.padding-left-52{padding-left:2.4rem!important}.padding-54{padding:2.49rem!important}.padding-x-54{padding-left:2.49rem!important;padding-right:2.49rem!important}.padding-y-54{padding-bottom:2.49rem!important}.padding-top-54,.padding-y-54{padding-top:2.49rem!important}.padding-right-54{padding-right:2.49rem!important}.padding-bottom-54{padding-bottom:2.49rem!important}.padding-left-54{padding-left:2.49rem!important}.padding-56{padding:2.58rem!important}.padding-x-56{padding-left:2.58rem!important;padding-right:2.58rem!important}.padding-y-56{padding-bottom:2.58rem!important}.padding-top-56,.padding-y-56{padding-top:2.58rem!important}.padding-right-56{padding-right:2.58rem!important}.padding-bottom-56{padding-bottom:2.58rem!important}.padding-left-56{padding-left:2.58rem!important}.padding-58{padding:2.68rem!important}.padding-x-58{padding-left:2.68rem!important;padding-right:2.68rem!important}.padding-y-58{padding-bottom:2.68rem!important}.padding-top-58,.padding-y-58{padding-top:2.68rem!important}.padding-right-58{padding-right:2.68rem!important}.padding-bottom-58{padding-bottom:2.68rem!important}.padding-left-58{padding-left:2.68rem!important}.padding-60{padding:2.77rem!important}.padding-x-60{padding-left:2.77rem!important;padding-right:2.77rem!important}.padding-y-60{padding-bottom:2.77rem!important}.padding-top-60,.padding-y-60{padding-top:2.77rem!important}.padding-right-60{padding-right:2.77rem!important}.padding-bottom-60{padding-bottom:2.77rem!important}.padding-left-60{padding-left:2.77rem!important}.padding-62{padding:2.86rem!important}.padding-x-62{padding-left:2.86rem!important;padding-right:2.86rem!important}.padding-y-62{padding-bottom:2.86rem!important}.padding-top-62,.padding-y-62{padding-top:2.86rem!important}.padding-right-62{padding-right:2.86rem!important}.padding-bottom-62{padding-bottom:2.86rem!important}.padding-left-62{padding-left:2.86rem!important}.padding-64{padding:2.95rem!important}.padding-x-64{padding-left:2.95rem!important;padding-right:2.95rem!important}.padding-y-64{padding-bottom:2.95rem!important}.padding-top-64,.padding-y-64{padding-top:2.95rem!important}.padding-right-64{padding-right:2.95rem!important}.padding-bottom-64{padding-bottom:2.95rem!important}.padding-left-64{padding-left:2.95rem!important}.padding-66{padding:3.05rem!important}.padding-x-66{padding-left:3.05rem!important;padding-right:3.05rem!important}.padding-y-66{padding-bottom:3.05rem!important}.padding-top-66,.padding-y-66{padding-top:3.05rem!important}.padding-right-66{padding-right:3.05rem!important}.padding-bottom-66{padding-bottom:3.05rem!important}.padding-left-66{padding-left:3.05rem!important}.padding-68{padding:3.14rem!important}.padding-x-68{padding-left:3.14rem!important;padding-right:3.14rem!important}.padding-y-68{padding-bottom:3.14rem!important}.padding-top-68,.padding-y-68{padding-top:3.14rem!important}.padding-right-68{padding-right:3.14rem!important}.padding-bottom-68{padding-bottom:3.14rem!important}.padding-left-68{padding-left:3.14rem!important}.padding-70{padding:3.23rem!important}.padding-x-70{padding-left:3.23rem!important;padding-right:3.23rem!important}.padding-y-70{padding-bottom:3.23rem!important}.padding-top-70,.padding-y-70{padding-top:3.23rem!important}.padding-right-70{padding-right:3.23rem!important}.padding-bottom-70{padding-bottom:3.23rem!important}.padding-left-70{padding-left:3.23rem!important}.padding-72{padding:3.32rem!important}.padding-x-72{padding-left:3.32rem!important;padding-right:3.32rem!important}.padding-y-72{padding-bottom:3.32rem!important}.padding-top-72,.padding-y-72{padding-top:3.32rem!important}.padding-right-72{padding-right:3.32rem!important}.padding-bottom-72{padding-bottom:3.32rem!important}.padding-left-72{padding-left:3.32rem!important}.padding-74{padding:3.42rem!important}.padding-x-74{padding-left:3.42rem!important;padding-right:3.42rem!important}.padding-y-74{padding-bottom:3.42rem!important}.padding-top-74,.padding-y-74{padding-top:3.42rem!important}.padding-right-74{padding-right:3.42rem!important}.padding-bottom-74{padding-bottom:3.42rem!important}.padding-left-74{padding-left:3.42rem!important}.padding-76{padding:3.51rem!important}.padding-x-76{padding-left:3.51rem!important;padding-right:3.51rem!important}.padding-y-76{padding-bottom:3.51rem!important}.padding-top-76,.padding-y-76{padding-top:3.51rem!important}.padding-right-76{padding-right:3.51rem!important}.padding-bottom-76{padding-bottom:3.51rem!important}.padding-left-76{padding-left:3.51rem!important}.padding-78{padding:3.6rem!important}.padding-x-78{padding-left:3.6rem!important;padding-right:3.6rem!important}.padding-y-78{padding-bottom:3.6rem!important}.padding-top-78,.padding-y-78{padding-top:3.6rem!important}.padding-right-78{padding-right:3.6rem!important}.padding-bottom-78{padding-bottom:3.6rem!important}.padding-left-78{padding-left:3.6rem!important}.padding-80{padding:3.69rem!important}.padding-x-80{padding-left:3.69rem!important;padding-right:3.69rem!important}.padding-y-80{padding-bottom:3.69rem!important}.padding-top-80,.padding-y-80{padding-top:3.69rem!important}.padding-right-80{padding-right:3.69rem!important}.padding-bottom-80{padding-bottom:3.69rem!important}.padding-left-80{padding-left:3.69rem!important}.padding-82{padding:3.78rem!important}.padding-x-82{padding-left:3.78rem!important;padding-right:3.78rem!important}.padding-y-82{padding-bottom:3.78rem!important}.padding-top-82,.padding-y-82{padding-top:3.78rem!important}.padding-right-82{padding-right:3.78rem!important}.padding-bottom-82{padding-bottom:3.78rem!important}.padding-left-82{padding-left:3.78rem!important}.padding-84{padding:3.88rem!important}.padding-x-84{padding-left:3.88rem!important;padding-right:3.88rem!important}.padding-y-84{padding-bottom:3.88rem!important}.padding-top-84,.padding-y-84{padding-top:3.88rem!important}.padding-right-84{padding-right:3.88rem!important}.padding-bottom-84{padding-bottom:3.88rem!important}.padding-left-84{padding-left:3.88rem!important}.padding-86{padding:3.97rem!important}.padding-x-86{padding-left:3.97rem!important;padding-right:3.97rem!important}.padding-y-86{padding-bottom:3.97rem!important}.padding-top-86,.padding-y-86{padding-top:3.97rem!important}.padding-right-86{padding-right:3.97rem!important}.padding-bottom-86{padding-bottom:3.97rem!important}.padding-left-86{padding-left:3.97rem!important}.padding-88{padding:4.06rem!important}.padding-x-88{padding-left:4.06rem!important;padding-right:4.06rem!important}.padding-y-88{padding-bottom:4.06rem!important}.padding-top-88,.padding-y-88{padding-top:4.06rem!important}.padding-right-88{padding-right:4.06rem!important}.padding-bottom-88{padding-bottom:4.06rem!important}.padding-left-88{padding-left:4.06rem!important}.padding-90{padding:4.15rem!important}.padding-x-90{padding-left:4.15rem!important;padding-right:4.15rem!important}.padding-y-90{padding-bottom:4.15rem!important}.padding-top-90,.padding-y-90{padding-top:4.15rem!important}.padding-right-90{padding-right:4.15rem!important}.padding-bottom-90{padding-bottom:4.15rem!important}.padding-left-90{padding-left:4.15rem!important}.padding-92{padding:4.25rem!important}.padding-x-92{padding-left:4.25rem!important;padding-right:4.25rem!important}.padding-y-92{padding-bottom:4.25rem!important}.padding-top-92,.padding-y-92{padding-top:4.25rem!important}.padding-right-92{padding-right:4.25rem!important}.padding-bottom-92{padding-bottom:4.25rem!important}.padding-left-92{padding-left:4.25rem!important}.padding-94{padding:4.34rem!important}.padding-x-94{padding-left:4.34rem!important;padding-right:4.34rem!important}.padding-y-94{padding-bottom:4.34rem!important}.padding-top-94,.padding-y-94{padding-top:4.34rem!important}.padding-right-94{padding-right:4.34rem!important}.padding-bottom-94{padding-bottom:4.34rem!important}.padding-left-94{padding-left:4.34rem!important}.padding-96{padding:4.43rem!important}.padding-x-96{padding-left:4.43rem!important;padding-right:4.43rem!important}.padding-y-96{padding-bottom:4.43rem!important}.padding-top-96,.padding-y-96{padding-top:4.43rem!important}.padding-right-96{padding-right:4.43rem!important}.padding-bottom-96{padding-bottom:4.43rem!important}.padding-left-96{padding-left:4.43rem!important}.padding-98{padding:4.52rem!important}.padding-x-98{padding-left:4.52rem!important;padding-right:4.52rem!important}.padding-y-98{padding-bottom:4.52rem!important}.padding-top-98,.padding-y-98{padding-top:4.52rem!important}.padding-right-98{padding-right:4.52rem!important}.padding-bottom-98{padding-bottom:4.52rem!important}.padding-left-98{padding-left:4.52rem!important}.padding-100{padding:4.62rem!important}.padding-x-100{padding-left:4.62rem!important;padding-right:4.62rem!important}.padding-y-100{padding-bottom:4.62rem!important}.padding-top-100,.padding-y-100{padding-top:4.62rem!important}.padding-right-100{padding-right:4.62rem!important}.padding-bottom-100{padding-bottom:4.62rem!important}.padding-left-100{padding-left:4.62rem!important}.padding-102{padding:4.71rem!important}.padding-x-102{padding-left:4.71rem!important;padding-right:4.71rem!important}.padding-y-102{padding-bottom:4.71rem!important}.padding-top-102,.padding-y-102{padding-top:4.71rem!important}.padding-right-102{padding-right:4.71rem!important}.padding-bottom-102{padding-bottom:4.71rem!important}.padding-left-102{padding-left:4.71rem!important}.padding-104{padding:4.8rem!important}.padding-x-104{padding-left:4.8rem!important;padding-right:4.8rem!important}.padding-y-104{padding-bottom:4.8rem!important}.padding-top-104,.padding-y-104{padding-top:4.8rem!important}.padding-right-104{padding-right:4.8rem!important}.padding-bottom-104{padding-bottom:4.8rem!important}.padding-left-104{padding-left:4.8rem!important}.padding-106{padding:4.89rem!important}.padding-x-106{padding-left:4.89rem!important;padding-right:4.89rem!important}.padding-y-106{padding-bottom:4.89rem!important}.padding-top-106,.padding-y-106{padding-top:4.89rem!important}.padding-right-106{padding-right:4.89rem!important}.padding-bottom-106{padding-bottom:4.89rem!important}.padding-left-106{padding-left:4.89rem!important}.padding-108{padding:4.98rem!important}.padding-x-108{padding-left:4.98rem!important;padding-right:4.98rem!important}.padding-y-108{padding-bottom:4.98rem!important}.padding-top-108,.padding-y-108{padding-top:4.98rem!important}.padding-right-108{padding-right:4.98rem!important}.padding-bottom-108{padding-bottom:4.98rem!important}.padding-left-108{padding-left:4.98rem!important}.padding-110{padding:5.08rem!important}.padding-x-110{padding-left:5.08rem!important;padding-right:5.08rem!important}.padding-y-110{padding-bottom:5.08rem!important}.padding-top-110,.padding-y-110{padding-top:5.08rem!important}.padding-right-110{padding-right:5.08rem!important}.padding-bottom-110{padding-bottom:5.08rem!important}.padding-left-110{padding-left:5.08rem!important}.padding-112{padding:5.17rem!important}.padding-x-112{padding-left:5.17rem!important;padding-right:5.17rem!important}.padding-y-112{padding-bottom:5.17rem!important}.padding-top-112,.padding-y-112{padding-top:5.17rem!important}.padding-right-112{padding-right:5.17rem!important}.padding-bottom-112{padding-bottom:5.17rem!important}.padding-left-112{padding-left:5.17rem!important}.padding-114{padding:5.26rem!important}.padding-x-114{padding-left:5.26rem!important;padding-right:5.26rem!important}.padding-y-114{padding-bottom:5.26rem!important}.padding-top-114,.padding-y-114{padding-top:5.26rem!important}.padding-right-114{padding-right:5.26rem!important}.padding-bottom-114{padding-bottom:5.26rem!important}.padding-left-114{padding-left:5.26rem!important}.padding-116{padding:5.35rem!important}.padding-x-116{padding-left:5.35rem!important;padding-right:5.35rem!important}.padding-y-116{padding-bottom:5.35rem!important}.padding-top-116,.padding-y-116{padding-top:5.35rem!important}.padding-right-116{padding-right:5.35rem!important}.padding-bottom-116{padding-bottom:5.35rem!important}.padding-left-116{padding-left:5.35rem!important}.padding-118{padding:5.45rem!important}.padding-x-118{padding-left:5.45rem!important;padding-right:5.45rem!important}.padding-y-118{padding-bottom:5.45rem!important}.padding-top-118,.padding-y-118{padding-top:5.45rem!important}.padding-right-118{padding-right:5.45rem!important}.padding-bottom-118{padding-bottom:5.45rem!important}.padding-left-118{padding-left:5.45rem!important}.padding-120{padding:5.54rem!important}.padding-x-120{padding-left:5.54rem!important;padding-right:5.54rem!important}.padding-y-120{padding-bottom:5.54rem!important}.padding-top-120,.padding-y-120{padding-top:5.54rem!important}.padding-right-120{padding-right:5.54rem!important}.padding-bottom-120{padding-bottom:5.54rem!important}.padding-left-120{padding-left:5.54rem!important}.padding-122{padding:5.63rem!important}.padding-x-122{padding-left:5.63rem!important;padding-right:5.63rem!important}.padding-y-122{padding-bottom:5.63rem!important}.padding-top-122,.padding-y-122{padding-top:5.63rem!important}.padding-right-122{padding-right:5.63rem!important}.padding-bottom-122{padding-bottom:5.63rem!important}.padding-left-122{padding-left:5.63rem!important}.padding-124{padding:5.72rem!important}.padding-x-124{padding-left:5.72rem!important;padding-right:5.72rem!important}.padding-y-124{padding-bottom:5.72rem!important}.padding-top-124,.padding-y-124{padding-top:5.72rem!important}.padding-right-124{padding-right:5.72rem!important}.padding-bottom-124{padding-bottom:5.72rem!important}.padding-left-124{padding-left:5.72rem!important}.padding-126{padding:5.82rem!important}.padding-x-126{padding-left:5.82rem!important;padding-right:5.82rem!important}.padding-y-126{padding-bottom:5.82rem!important}.padding-top-126,.padding-y-126{padding-top:5.82rem!important}.padding-right-126{padding-right:5.82rem!important}.padding-bottom-126{padding-bottom:5.82rem!important}.padding-left-126{padding-left:5.82rem!important}.padding-128{padding:5.91rem!important}.padding-x-128{padding-left:5.91rem!important;padding-right:5.91rem!important}.padding-y-128{padding-bottom:5.91rem!important}.padding-top-128,.padding-y-128{padding-top:5.91rem!important}.padding-right-128{padding-right:5.91rem!important}.padding-bottom-128{padding-bottom:5.91rem!important}.padding-left-128{padding-left:5.91rem!important}.padding-130{padding:6rem!important}.padding-x-130{padding-left:6rem!important;padding-right:6rem!important}.padding-y-130{padding-bottom:6rem!important}.padding-top-130,.padding-y-130{padding-top:6rem!important}.padding-right-130{padding-right:6rem!important}.padding-bottom-130{padding-bottom:6rem!important}.padding-left-130{padding-left:6rem!important}.padding-132{padding:6.09rem!important}.padding-x-132{padding-left:6.09rem!important;padding-right:6.09rem!important}.padding-y-132{padding-bottom:6.09rem!important}.padding-top-132,.padding-y-132{padding-top:6.09rem!important}.padding-right-132{padding-right:6.09rem!important}.padding-bottom-132{padding-bottom:6.09rem!important}.padding-left-132{padding-left:6.09rem!important}.padding-134{padding:6.18rem!important}.padding-x-134{padding-left:6.18rem!important;padding-right:6.18rem!important}.padding-y-134{padding-bottom:6.18rem!important}.padding-top-134,.padding-y-134{padding-top:6.18rem!important}.padding-right-134{padding-right:6.18rem!important}.padding-bottom-134{padding-bottom:6.18rem!important}.padding-left-134{padding-left:6.18rem!important}.padding-136{padding:6.28rem!important}.padding-x-136{padding-left:6.28rem!important;padding-right:6.28rem!important}.padding-y-136{padding-bottom:6.28rem!important}.padding-top-136,.padding-y-136{padding-top:6.28rem!important}.padding-right-136{padding-right:6.28rem!important}.padding-bottom-136{padding-bottom:6.28rem!important}.padding-left-136{padding-left:6.28rem!important}.padding-138{padding:6.37rem!important}.padding-x-138{padding-left:6.37rem!important;padding-right:6.37rem!important}.padding-y-138{padding-bottom:6.37rem!important}.padding-top-138,.padding-y-138{padding-top:6.37rem!important}.padding-right-138{padding-right:6.37rem!important}.padding-bottom-138{padding-bottom:6.37rem!important}.padding-left-138{padding-left:6.37rem!important}.padding-140{padding:6.46rem!important}.padding-x-140{padding-left:6.46rem!important;padding-right:6.46rem!important}.padding-y-140{padding-bottom:6.46rem!important}.padding-top-140,.padding-y-140{padding-top:6.46rem!important}.padding-right-140{padding-right:6.46rem!important}.padding-bottom-140{padding-bottom:6.46rem!important}.padding-left-140{padding-left:6.46rem!important}.padding-142{padding:6.55rem!important}.padding-x-142{padding-left:6.55rem!important;padding-right:6.55rem!important}.padding-y-142{padding-bottom:6.55rem!important}.padding-top-142,.padding-y-142{padding-top:6.55rem!important}.padding-right-142{padding-right:6.55rem!important}.padding-bottom-142{padding-bottom:6.55rem!important}.padding-left-142{padding-left:6.55rem!important}.padding-144{padding:6.65rem!important}.padding-x-144{padding-left:6.65rem!important;padding-right:6.65rem!important}.padding-y-144{padding-bottom:6.65rem!important}.padding-top-144,.padding-y-144{padding-top:6.65rem!important}.padding-right-144{padding-right:6.65rem!important}.padding-bottom-144{padding-bottom:6.65rem!important}.padding-left-144{padding-left:6.65rem!important}.padding-146{padding:6.74rem!important}.padding-x-146{padding-left:6.74rem!important;padding-right:6.74rem!important}.padding-y-146{padding-bottom:6.74rem!important}.padding-top-146,.padding-y-146{padding-top:6.74rem!important}.padding-right-146{padding-right:6.74rem!important}.padding-bottom-146{padding-bottom:6.74rem!important}.padding-left-146{padding-left:6.74rem!important}.padding-148{padding:6.83rem!important}.padding-x-148{padding-left:6.83rem!important;padding-right:6.83rem!important}.padding-y-148{padding-bottom:6.83rem!important}.padding-top-148,.padding-y-148{padding-top:6.83rem!important}.padding-right-148{padding-right:6.83rem!important}.padding-bottom-148{padding-bottom:6.83rem!important}.padding-left-148{padding-left:6.83rem!important}.padding-150{padding:6.92rem!important}.padding-x-150{padding-left:6.92rem!important;padding-right:6.92rem!important}.padding-y-150{padding-bottom:6.92rem!important}.padding-top-150,.padding-y-150{padding-top:6.92rem!important}.padding-right-150{padding-right:6.92rem!important}.padding-bottom-150{padding-bottom:6.92rem!important}.padding-left-150{padding-left:6.92rem!important}.padding-152{padding:7.02rem!important}.padding-x-152{padding-left:7.02rem!important;padding-right:7.02rem!important}.padding-y-152{padding-bottom:7.02rem!important}.padding-top-152,.padding-y-152{padding-top:7.02rem!important}.padding-right-152{padding-right:7.02rem!important}.padding-bottom-152{padding-bottom:7.02rem!important}.padding-left-152{padding-left:7.02rem!important}.padding-154{padding:7.11rem!important}.padding-x-154{padding-left:7.11rem!important;padding-right:7.11rem!important}.padding-y-154{padding-bottom:7.11rem!important}.padding-top-154,.padding-y-154{padding-top:7.11rem!important}.padding-right-154{padding-right:7.11rem!important}.padding-bottom-154{padding-bottom:7.11rem!important}.padding-left-154{padding-left:7.11rem!important}.padding-156{padding:7.2rem!important}.padding-x-156{padding-left:7.2rem!important;padding-right:7.2rem!important}.padding-y-156{padding-bottom:7.2rem!important}.padding-top-156,.padding-y-156{padding-top:7.2rem!important}.padding-right-156{padding-right:7.2rem!important}.padding-bottom-156{padding-bottom:7.2rem!important}.padding-left-156{padding-left:7.2rem!important}.padding-158{padding:7.29rem!important}.padding-x-158{padding-left:7.29rem!important;padding-right:7.29rem!important}.padding-y-158{padding-bottom:7.29rem!important}.padding-top-158,.padding-y-158{padding-top:7.29rem!important}.padding-right-158{padding-right:7.29rem!important}.padding-bottom-158{padding-bottom:7.29rem!important}.padding-left-158{padding-left:7.29rem!important}.padding-160{padding:7.38rem!important}.padding-x-160{padding-left:7.38rem!important;padding-right:7.38rem!important}.padding-y-160{padding-bottom:7.38rem!important}.padding-top-160,.padding-y-160{padding-top:7.38rem!important}.padding-right-160{padding-right:7.38rem!important}.padding-bottom-160{padding-bottom:7.38rem!important}.padding-left-160{padding-left:7.38rem!important}.padding-162{padding:7.48rem!important}.padding-x-162{padding-left:7.48rem!important;padding-right:7.48rem!important}.padding-y-162{padding-bottom:7.48rem!important}.padding-top-162,.padding-y-162{padding-top:7.48rem!important}.padding-right-162{padding-right:7.48rem!important}.padding-bottom-162{padding-bottom:7.48rem!important}.padding-left-162{padding-left:7.48rem!important}.padding-164{padding:7.57rem!important}.padding-x-164{padding-left:7.57rem!important;padding-right:7.57rem!important}.padding-y-164{padding-bottom:7.57rem!important}.padding-top-164,.padding-y-164{padding-top:7.57rem!important}.padding-right-164{padding-right:7.57rem!important}.padding-bottom-164{padding-bottom:7.57rem!important}.padding-left-164{padding-left:7.57rem!important}.padding-166{padding:7.66rem!important}.padding-x-166{padding-left:7.66rem!important;padding-right:7.66rem!important}.padding-y-166{padding-bottom:7.66rem!important}.padding-top-166,.padding-y-166{padding-top:7.66rem!important}.padding-right-166{padding-right:7.66rem!important}.padding-bottom-166{padding-bottom:7.66rem!important}.padding-left-166{padding-left:7.66rem!important}.padding-168{padding:7.75rem!important}.padding-x-168{padding-left:7.75rem!important;padding-right:7.75rem!important}.padding-y-168{padding-bottom:7.75rem!important}.padding-top-168,.padding-y-168{padding-top:7.75rem!important}.padding-right-168{padding-right:7.75rem!important}.padding-bottom-168{padding-bottom:7.75rem!important}.padding-left-168{padding-left:7.75rem!important}.padding-170{padding:7.85rem!important}.padding-x-170{padding-left:7.85rem!important;padding-right:7.85rem!important}.padding-y-170{padding-bottom:7.85rem!important}.padding-top-170,.padding-y-170{padding-top:7.85rem!important}.padding-right-170{padding-right:7.85rem!important}.padding-bottom-170{padding-bottom:7.85rem!important}.padding-left-170{padding-left:7.85rem!important}.padding-172{padding:7.94rem!important}.padding-x-172{padding-left:7.94rem!important;padding-right:7.94rem!important}.padding-y-172{padding-bottom:7.94rem!important}.padding-top-172,.padding-y-172{padding-top:7.94rem!important}.padding-right-172{padding-right:7.94rem!important}.padding-bottom-172{padding-bottom:7.94rem!important}.padding-left-172{padding-left:7.94rem!important}.padding-174{padding:8.03rem!important}.padding-x-174{padding-left:8.03rem!important;padding-right:8.03rem!important}.padding-y-174{padding-bottom:8.03rem!important}.padding-top-174,.padding-y-174{padding-top:8.03rem!important}.padding-right-174{padding-right:8.03rem!important}.padding-bottom-174{padding-bottom:8.03rem!important}.padding-left-174{padding-left:8.03rem!important}.padding-176{padding:8.12rem!important}.padding-x-176{padding-left:8.12rem!important;padding-right:8.12rem!important}.padding-y-176{padding-bottom:8.12rem!important}.padding-top-176,.padding-y-176{padding-top:8.12rem!important}.padding-right-176{padding-right:8.12rem!important}.padding-bottom-176{padding-bottom:8.12rem!important}.padding-left-176{padding-left:8.12rem!important}.padding-178{padding:8.22rem!important}.padding-x-178{padding-left:8.22rem!important;padding-right:8.22rem!important}.padding-y-178{padding-bottom:8.22rem!important}.padding-top-178,.padding-y-178{padding-top:8.22rem!important}.padding-right-178{padding-right:8.22rem!important}.padding-bottom-178{padding-bottom:8.22rem!important}.padding-left-178{padding-left:8.22rem!important}.padding-180{padding:8.31rem!important}.padding-x-180{padding-left:8.31rem!important;padding-right:8.31rem!important}.padding-y-180{padding-bottom:8.31rem!important}.padding-top-180,.padding-y-180{padding-top:8.31rem!important}.padding-right-180{padding-right:8.31rem!important}.padding-bottom-180{padding-bottom:8.31rem!important}.padding-left-180{padding-left:8.31rem!important}.padding-182{padding:8.4rem!important}.padding-x-182{padding-left:8.4rem!important;padding-right:8.4rem!important}.padding-y-182{padding-bottom:8.4rem!important}.padding-top-182,.padding-y-182{padding-top:8.4rem!important}.padding-right-182{padding-right:8.4rem!important}.padding-bottom-182{padding-bottom:8.4rem!important}.padding-left-182{padding-left:8.4rem!important}.padding-184{padding:8.49rem!important}.padding-x-184{padding-left:8.49rem!important;padding-right:8.49rem!important}.padding-y-184{padding-bottom:8.49rem!important}.padding-top-184,.padding-y-184{padding-top:8.49rem!important}.padding-right-184{padding-right:8.49rem!important}.padding-bottom-184{padding-bottom:8.49rem!important}.padding-left-184{padding-left:8.49rem!important}.padding-186{padding:8.58rem!important}.padding-x-186{padding-left:8.58rem!important;padding-right:8.58rem!important}.padding-y-186{padding-bottom:8.58rem!important}.padding-top-186,.padding-y-186{padding-top:8.58rem!important}.padding-right-186{padding-right:8.58rem!important}.padding-bottom-186{padding-bottom:8.58rem!important}.padding-left-186{padding-left:8.58rem!important}.padding-188{padding:8.68rem!important}.padding-x-188{padding-left:8.68rem!important;padding-right:8.68rem!important}.padding-y-188{padding-bottom:8.68rem!important}.padding-top-188,.padding-y-188{padding-top:8.68rem!important}.padding-right-188{padding-right:8.68rem!important}.padding-bottom-188{padding-bottom:8.68rem!important}.padding-left-188{padding-left:8.68rem!important}.padding-190{padding:8.77rem!important}.padding-x-190{padding-left:8.77rem!important;padding-right:8.77rem!important}.padding-y-190{padding-bottom:8.77rem!important}.padding-top-190,.padding-y-190{padding-top:8.77rem!important}.padding-right-190{padding-right:8.77rem!important}.padding-bottom-190{padding-bottom:8.77rem!important}.padding-left-190{padding-left:8.77rem!important}.padding-192{padding:8.86rem!important}.padding-x-192{padding-left:8.86rem!important;padding-right:8.86rem!important}.padding-y-192{padding-bottom:8.86rem!important}.padding-top-192,.padding-y-192{padding-top:8.86rem!important}.padding-right-192{padding-right:8.86rem!important}.padding-bottom-192{padding-bottom:8.86rem!important}.padding-left-192{padding-left:8.86rem!important}.padding-194{padding:8.95rem!important}.padding-x-194{padding-left:8.95rem!important;padding-right:8.95rem!important}.padding-y-194{padding-bottom:8.95rem!important}.padding-top-194,.padding-y-194{padding-top:8.95rem!important}.padding-right-194{padding-right:8.95rem!important}.padding-bottom-194{padding-bottom:8.95rem!important}.padding-left-194{padding-left:8.95rem!important}.padding-196{padding:9.05rem!important}.padding-x-196{padding-left:9.05rem!important;padding-right:9.05rem!important}.padding-y-196{padding-bottom:9.05rem!important}.padding-top-196,.padding-y-196{padding-top:9.05rem!important}.padding-right-196{padding-right:9.05rem!important}.padding-bottom-196{padding-bottom:9.05rem!important}.padding-left-196{padding-left:9.05rem!important}.padding-198{padding:9.14rem!important}.padding-x-198{padding-left:9.14rem!important;padding-right:9.14rem!important}.padding-y-198{padding-bottom:9.14rem!important}.padding-top-198,.padding-y-198{padding-top:9.14rem!important}.padding-right-198{padding-right:9.14rem!important}.padding-bottom-198{padding-bottom:9.14rem!important}.padding-left-198{padding-left:9.14rem!important}.padding-200{padding:9.23rem!important}.padding-x-200{padding-left:9.23rem!important;padding-right:9.23rem!important}.padding-y-200{padding-bottom:9.23rem!important}.padding-top-200,.padding-y-200{padding-top:9.23rem!important}.padding-right-200{padding-right:9.23rem!important}.padding-bottom-200{padding-bottom:9.23rem!important}.padding-left-200{padding-left:9.23rem!important}.margin-2{margin:.09rem!important}.margin-x-4{margin-left:.09rem!important;margin-right:.09rem!important}.margin-y-2{margin-bottom:.09rem!important}.margin-top-2,.margin-y-2{margin-top:.09rem!important}.margin-right-2{margin-right:.09rem!important}.margin-bottom-2{margin-bottom:.09rem!important}.margin-left-2{margin-left:.09rem!important}.margin-4{margin:.18rem!important}.margin-x-8{margin-left:.18rem!important;margin-right:.18rem!important}.margin-y-4{margin-bottom:.18rem!important}.margin-top-4,.margin-y-4{margin-top:.18rem!important}.margin-right-4{margin-right:.18rem!important}.margin-bottom-4{margin-bottom:.18rem!important}.margin-left-4{margin-left:.18rem!important}.margin-6{margin:.28rem!important}.margin-x-12{margin-left:.28rem!important;margin-right:.28rem!important}.margin-y-6{margin-bottom:.28rem!important}.margin-top-6,.margin-y-6{margin-top:.28rem!important}.margin-right-6{margin-right:.28rem!important}.margin-bottom-6{margin-bottom:.28rem!important}.margin-left-6{margin-left:.28rem!important}.margin-8{margin:.37rem!important}.margin-x-16{margin-left:.37rem!important;margin-right:.37rem!important}.margin-y-8{margin-bottom:.37rem!important}.margin-top-8,.margin-y-8{margin-top:.37rem!important}.margin-right-8{margin-right:.37rem!important}.margin-bottom-8{margin-bottom:.37rem!important}.margin-left-8{margin-left:.37rem!important}.margin-10{margin:.46rem!important}.margin-x-20{margin-left:.46rem!important;margin-right:.46rem!important}.margin-y-10{margin-bottom:.46rem!important}.margin-top-10,.margin-y-10{margin-top:.46rem!important}.margin-right-10{margin-right:.46rem!important}.margin-bottom-10{margin-bottom:.46rem!important}.margin-left-10{margin-left:.46rem!important}.margin-12{margin:.55rem!important}.margin-x-24{margin-left:.55rem!important;margin-right:.55rem!important}.margin-y-12{margin-bottom:.55rem!important}.margin-top-12,.margin-y-12{margin-top:.55rem!important}.margin-right-12{margin-right:.55rem!important}.margin-bottom-12{margin-bottom:.55rem!important}.margin-left-12{margin-left:.55rem!important}.margin-14{margin:.65rem!important}.margin-x-28{margin-left:.65rem!important;margin-right:.65rem!important}.margin-y-14{margin-bottom:.65rem!important}.margin-top-14,.margin-y-14{margin-top:.65rem!important}.margin-right-14{margin-right:.65rem!important}.margin-bottom-14{margin-bottom:.65rem!important}.margin-left-14{margin-left:.65rem!important}.margin-16{margin:.74rem!important}.margin-x-32{margin-left:.74rem!important;margin-right:.74rem!important}.margin-y-16{margin-bottom:.74rem!important}.margin-top-16,.margin-y-16{margin-top:.74rem!important}.margin-right-16{margin-right:.74rem!important}.margin-bottom-16{margin-bottom:.74rem!important}.margin-left-16{margin-left:.74rem!important}.margin-18{margin:.83rem!important}.margin-x-36{margin-left:.83rem!important;margin-right:.83rem!important}.margin-y-18{margin-bottom:.83rem!important}.margin-top-18,.margin-y-18{margin-top:.83rem!important}.margin-right-18{margin-right:.83rem!important}.margin-bottom-18{margin-bottom:.83rem!important}.margin-left-18{margin-left:.83rem!important}.margin-20{margin:.92rem!important}.margin-x-40{margin-left:.92rem!important;margin-right:.92rem!important}.margin-y-20{margin-bottom:.92rem!important}.margin-top-20,.margin-y-20{margin-top:.92rem!important}.margin-right-20{margin-right:.92rem!important}.margin-bottom-20{margin-bottom:.92rem!important}.margin-left-20{margin-left:.92rem!important}.margin-22{margin:1.02rem!important}.margin-x-44{margin-left:1.02rem!important;margin-right:1.02rem!important}.margin-y-22{margin-bottom:1.02rem!important}.margin-top-22,.margin-y-22{margin-top:1.02rem!important}.margin-right-22{margin-right:1.02rem!important}.margin-bottom-22{margin-bottom:1.02rem!important}.margin-left-22{margin-left:1.02rem!important}.margin-24{margin:1.11rem!important}.margin-x-48{margin-left:1.11rem!important;margin-right:1.11rem!important}.margin-y-24{margin-bottom:1.11rem!important}.margin-top-24,.margin-y-24{margin-top:1.11rem!important}.margin-right-24{margin-right:1.11rem!important}.margin-bottom-24{margin-bottom:1.11rem!important}.margin-left-24{margin-left:1.11rem!important}.margin-26{margin:1.2rem!important}.margin-x-52{margin-left:1.2rem!important;margin-right:1.2rem!important}.margin-y-26{margin-bottom:1.2rem!important}.margin-top-26,.margin-y-26{margin-top:1.2rem!important}.margin-right-26{margin-right:1.2rem!important}.margin-bottom-26{margin-bottom:1.2rem!important}.margin-left-26{margin-left:1.2rem!important}.margin-28{margin:1.29rem!important}.margin-x-56{margin-left:1.29rem!important;margin-right:1.29rem!important}.margin-y-28{margin-bottom:1.29rem!important}.margin-top-28,.margin-y-28{margin-top:1.29rem!important}.margin-right-28{margin-right:1.29rem!important}.margin-bottom-28{margin-bottom:1.29rem!important}.margin-left-28{margin-left:1.29rem!important}.margin-30{margin:1.38rem!important}.margin-x-60{margin-left:1.38rem!important;margin-right:1.38rem!important}.margin-y-30{margin-bottom:1.38rem!important}.margin-top-30,.margin-y-30{margin-top:1.38rem!important}.margin-right-30{margin-right:1.38rem!important}.margin-bottom-30{margin-bottom:1.38rem!important}.margin-left-30{margin-left:1.38rem!important}.margin-32{margin:1.48rem!important}.margin-x-64{margin-left:1.48rem!important;margin-right:1.48rem!important}.margin-y-32{margin-bottom:1.48rem!important}.margin-top-32,.margin-y-32{margin-top:1.48rem!important}.margin-right-32{margin-right:1.48rem!important}.margin-bottom-32{margin-bottom:1.48rem!important}.margin-left-32{margin-left:1.48rem!important}.margin-34{margin:1.57rem!important}.margin-x-68{margin-left:1.57rem!important;margin-right:1.57rem!important}.margin-y-34{margin-bottom:1.57rem!important}.margin-top-34,.margin-y-34{margin-top:1.57rem!important}.margin-right-34{margin-right:1.57rem!important}.margin-bottom-34{margin-bottom:1.57rem!important}.margin-left-34{margin-left:1.57rem!important}.margin-36{margin:1.66rem!important}.margin-x-72{margin-left:1.66rem!important;margin-right:1.66rem!important}.margin-y-36{margin-bottom:1.66rem!important}.margin-top-36,.margin-y-36{margin-top:1.66rem!important}.margin-right-36{margin-right:1.66rem!important}.margin-bottom-36{margin-bottom:1.66rem!important}.margin-left-36{margin-left:1.66rem!important}.margin-38{margin:1.75rem!important}.margin-x-76{margin-left:1.75rem!important;margin-right:1.75rem!important}.margin-y-38{margin-bottom:1.75rem!important}.margin-top-38,.margin-y-38{margin-top:1.75rem!important}.margin-right-38{margin-right:1.75rem!important}.margin-bottom-38{margin-bottom:1.75rem!important}.margin-left-38{margin-left:1.75rem!important}.margin-40{margin:1.85rem!important}.margin-x-80{margin-left:1.85rem!important;margin-right:1.85rem!important}.margin-y-40{margin-bottom:1.85rem!important}.margin-top-40,.margin-y-40{margin-top:1.85rem!important}.margin-right-40{margin-right:1.85rem!important}.margin-bottom-40{margin-bottom:1.85rem!important}.margin-left-40{margin-left:1.85rem!important}.margin-42{margin:1.94rem!important}.margin-x-84{margin-left:1.94rem!important;margin-right:1.94rem!important}.margin-y-42{margin-bottom:1.94rem!important}.margin-top-42,.margin-y-42{margin-top:1.94rem!important}.margin-right-42{margin-right:1.94rem!important}.margin-bottom-42{margin-bottom:1.94rem!important}.margin-left-42{margin-left:1.94rem!important}.margin-44{margin:2.03rem!important}.margin-x-88{margin-left:2.03rem!important;margin-right:2.03rem!important}.margin-y-44{margin-bottom:2.03rem!important}.margin-top-44,.margin-y-44{margin-top:2.03rem!important}.margin-right-44{margin-right:2.03rem!important}.margin-bottom-44{margin-bottom:2.03rem!important}.margin-left-44{margin-left:2.03rem!important}.margin-46{margin:2.12rem!important}.margin-x-92{margin-left:2.12rem!important;margin-right:2.12rem!important}.margin-y-46{margin-bottom:2.12rem!important}.margin-top-46,.margin-y-46{margin-top:2.12rem!important}.margin-right-46{margin-right:2.12rem!important}.margin-bottom-46{margin-bottom:2.12rem!important}.margin-left-46{margin-left:2.12rem!important}.margin-48{margin:2.22rem!important}.margin-x-96{margin-left:2.22rem!important;margin-right:2.22rem!important}.margin-y-48{margin-bottom:2.22rem!important}.margin-top-48,.margin-y-48{margin-top:2.22rem!important}.margin-right-48{margin-right:2.22rem!important}.margin-bottom-48{margin-bottom:2.22rem!important}.margin-left-48{margin-left:2.22rem!important}.margin-50{margin:2.31rem!important}.margin-x-100{margin-left:2.31rem!important;margin-right:2.31rem!important}.margin-y-50{margin-bottom:2.31rem!important}.margin-top-50,.margin-y-50{margin-top:2.31rem!important}.margin-right-50{margin-right:2.31rem!important}.margin-bottom-50{margin-bottom:2.31rem!important}.margin-left-50{margin-left:2.31rem!important}.margin-52{margin:2.4rem!important}.margin-x-104{margin-left:2.4rem!important;margin-right:2.4rem!important}.margin-y-52{margin-bottom:2.4rem!important}.margin-top-52,.margin-y-52{margin-top:2.4rem!important}.margin-right-52{margin-right:2.4rem!important}.margin-bottom-52{margin-bottom:2.4rem!important}.margin-left-52{margin-left:2.4rem!important}.margin-54{margin:2.49rem!important}.margin-x-108{margin-left:2.49rem!important;margin-right:2.49rem!important}.margin-y-54{margin-bottom:2.49rem!important}.margin-top-54,.margin-y-54{margin-top:2.49rem!important}.margin-right-54{margin-right:2.49rem!important}.margin-bottom-54{margin-bottom:2.49rem!important}.margin-left-54{margin-left:2.49rem!important}.margin-56{margin:2.58rem!important}.margin-x-112{margin-left:2.58rem!important;margin-right:2.58rem!important}.margin-y-56{margin-bottom:2.58rem!important}.margin-top-56,.margin-y-56{margin-top:2.58rem!important}.margin-right-56{margin-right:2.58rem!important}.margin-bottom-56{margin-bottom:2.58rem!important}.margin-left-56{margin-left:2.58rem!important}.margin-58{margin:2.68rem!important}.margin-x-116{margin-left:2.68rem!important;margin-right:2.68rem!important}.margin-y-58{margin-bottom:2.68rem!important}.margin-top-58,.margin-y-58{margin-top:2.68rem!important}.margin-right-58{margin-right:2.68rem!important}.margin-bottom-58{margin-bottom:2.68rem!important}.margin-left-58{margin-left:2.68rem!important}.margin-60{margin:2.77rem!important}.margin-x-120{margin-left:2.77rem!important;margin-right:2.77rem!important}.margin-y-60{margin-bottom:2.77rem!important}.margin-top-60,.margin-y-60{margin-top:2.77rem!important}.margin-right-60{margin-right:2.77rem!important}.margin-bottom-60{margin-bottom:2.77rem!important}.margin-left-60{margin-left:2.77rem!important}.margin-62{margin:2.86rem!important}.margin-x-124{margin-left:2.86rem!important;margin-right:2.86rem!important}.margin-y-62{margin-bottom:2.86rem!important}.margin-top-62,.margin-y-62{margin-top:2.86rem!important}.margin-right-62{margin-right:2.86rem!important}.margin-bottom-62{margin-bottom:2.86rem!important}.margin-left-62{margin-left:2.86rem!important}.margin-64{margin:2.95rem!important}.margin-x-128{margin-left:2.95rem!important;margin-right:2.95rem!important}.margin-y-64{margin-bottom:2.95rem!important}.margin-top-64,.margin-y-64{margin-top:2.95rem!important}.margin-right-64{margin-right:2.95rem!important}.margin-bottom-64{margin-bottom:2.95rem!important}.margin-left-64{margin-left:2.95rem!important}.margin-66{margin:3.05rem!important}.margin-x-132{margin-left:3.05rem!important;margin-right:3.05rem!important}.margin-y-66{margin-bottom:3.05rem!important}.margin-top-66,.margin-y-66{margin-top:3.05rem!important}.margin-right-66{margin-right:3.05rem!important}.margin-bottom-66{margin-bottom:3.05rem!important}.margin-left-66{margin-left:3.05rem!important}.margin-68{margin:3.14rem!important}.margin-x-136{margin-left:3.14rem!important;margin-right:3.14rem!important}.margin-y-68{margin-bottom:3.14rem!important}.margin-top-68,.margin-y-68{margin-top:3.14rem!important}.margin-right-68{margin-right:3.14rem!important}.margin-bottom-68{margin-bottom:3.14rem!important}.margin-left-68{margin-left:3.14rem!important}.margin-70{margin:3.23rem!important}.margin-x-140{margin-left:3.23rem!important;margin-right:3.23rem!important}.margin-y-70{margin-bottom:3.23rem!important}.margin-top-70,.margin-y-70{margin-top:3.23rem!important}.margin-right-70{margin-right:3.23rem!important}.margin-bottom-70{margin-bottom:3.23rem!important}.margin-left-70{margin-left:3.23rem!important}.margin-72{margin:3.32rem!important}.margin-x-144{margin-left:3.32rem!important;margin-right:3.32rem!important}.margin-y-72{margin-bottom:3.32rem!important}.margin-top-72,.margin-y-72{margin-top:3.32rem!important}.margin-right-72{margin-right:3.32rem!important}.margin-bottom-72{margin-bottom:3.32rem!important}.margin-left-72{margin-left:3.32rem!important}.margin-74{margin:3.42rem!important}.margin-x-148{margin-left:3.42rem!important;margin-right:3.42rem!important}.margin-y-74{margin-bottom:3.42rem!important}.margin-top-74,.margin-y-74{margin-top:3.42rem!important}.margin-right-74{margin-right:3.42rem!important}.margin-bottom-74{margin-bottom:3.42rem!important}.margin-left-74{margin-left:3.42rem!important}.margin-76{margin:3.51rem!important}.margin-x-152{margin-left:3.51rem!important;margin-right:3.51rem!important}.margin-y-76{margin-bottom:3.51rem!important}.margin-top-76,.margin-y-76{margin-top:3.51rem!important}.margin-right-76{margin-right:3.51rem!important}.margin-bottom-76{margin-bottom:3.51rem!important}.margin-left-76{margin-left:3.51rem!important}.margin-78{margin:3.6rem!important}.margin-x-156{margin-left:3.6rem!important;margin-right:3.6rem!important}.margin-y-78{margin-bottom:3.6rem!important}.margin-top-78,.margin-y-78{margin-top:3.6rem!important}.margin-right-78{margin-right:3.6rem!important}.margin-bottom-78{margin-bottom:3.6rem!important}.margin-left-78{margin-left:3.6rem!important}.margin-80{margin:3.69rem!important}.margin-x-160{margin-left:3.69rem!important;margin-right:3.69rem!important}.margin-y-80{margin-bottom:3.69rem!important}.margin-top-80,.margin-y-80{margin-top:3.69rem!important}.margin-right-80{margin-right:3.69rem!important}.margin-bottom-80{margin-bottom:3.69rem!important}.margin-left-80{margin-left:3.69rem!important}.margin-82{margin:3.78rem!important}.margin-x-164{margin-left:3.78rem!important;margin-right:3.78rem!important}.margin-y-82{margin-bottom:3.78rem!important}.margin-top-82,.margin-y-82{margin-top:3.78rem!important}.margin-right-82{margin-right:3.78rem!important}.margin-bottom-82{margin-bottom:3.78rem!important}.margin-left-82{margin-left:3.78rem!important}.margin-84{margin:3.88rem!important}.margin-x-168{margin-left:3.88rem!important;margin-right:3.88rem!important}.margin-y-84{margin-bottom:3.88rem!important}.margin-top-84,.margin-y-84{margin-top:3.88rem!important}.margin-right-84{margin-right:3.88rem!important}.margin-bottom-84{margin-bottom:3.88rem!important}.margin-left-84{margin-left:3.88rem!important}.margin-86{margin:3.97rem!important}.margin-x-172{margin-left:3.97rem!important;margin-right:3.97rem!important}.margin-y-86{margin-bottom:3.97rem!important}.margin-top-86,.margin-y-86{margin-top:3.97rem!important}.margin-right-86{margin-right:3.97rem!important}.margin-bottom-86{margin-bottom:3.97rem!important}.margin-left-86{margin-left:3.97rem!important}.margin-88{margin:4.06rem!important}.margin-x-176{margin-left:4.06rem!important;margin-right:4.06rem!important}.margin-y-88{margin-bottom:4.06rem!important}.margin-top-88,.margin-y-88{margin-top:4.06rem!important}.margin-right-88{margin-right:4.06rem!important}.margin-bottom-88{margin-bottom:4.06rem!important}.margin-left-88{margin-left:4.06rem!important}.margin-90{margin:4.15rem!important}.margin-x-180{margin-left:4.15rem!important;margin-right:4.15rem!important}.margin-y-90{margin-bottom:4.15rem!important}.margin-top-90,.margin-y-90{margin-top:4.15rem!important}.margin-right-90{margin-right:4.15rem!important}.margin-bottom-90{margin-bottom:4.15rem!important}.margin-left-90{margin-left:4.15rem!important}.margin-92{margin:4.25rem!important}.margin-x-184{margin-left:4.25rem!important;margin-right:4.25rem!important}.margin-y-92{margin-bottom:4.25rem!important}.margin-top-92,.margin-y-92{margin-top:4.25rem!important}.margin-right-92{margin-right:4.25rem!important}.margin-bottom-92{margin-bottom:4.25rem!important}.margin-left-92{margin-left:4.25rem!important}.margin-94{margin:4.34rem!important}.margin-x-188{margin-left:4.34rem!important;margin-right:4.34rem!important}.margin-y-94{margin-bottom:4.34rem!important}.margin-top-94,.margin-y-94{margin-top:4.34rem!important}.margin-right-94{margin-right:4.34rem!important}.margin-bottom-94{margin-bottom:4.34rem!important}.margin-left-94{margin-left:4.34rem!important}.margin-96{margin:4.43rem!important}.margin-x-192{margin-left:4.43rem!important;margin-right:4.43rem!important}.margin-y-96{margin-bottom:4.43rem!important}.margin-top-96,.margin-y-96{margin-top:4.43rem!important}.margin-right-96{margin-right:4.43rem!important}.margin-bottom-96{margin-bottom:4.43rem!important}.margin-left-96{margin-left:4.43rem!important}.margin-98{margin:4.52rem!important}.margin-x-196{margin-left:4.52rem!important;margin-right:4.52rem!important}.margin-y-98{margin-bottom:4.52rem!important}.margin-top-98,.margin-y-98{margin-top:4.52rem!important}.margin-right-98{margin-right:4.52rem!important}.margin-bottom-98{margin-bottom:4.52rem!important}.margin-left-98{margin-left:4.52rem!important}.margin-100{margin:4.62rem!important}.margin-x-200{margin-left:4.62rem!important;margin-right:4.62rem!important}.margin-y-100{margin-bottom:4.62rem!important}.margin-top-100,.margin-y-100{margin-top:4.62rem!important}.margin-right-100{margin-right:4.62rem!important}.margin-bottom-100{margin-bottom:4.62rem!important}.margin-left-100{margin-left:4.62rem!important}.margin-102{margin:4.71rem!important}.margin-x-204{margin-left:4.71rem!important;margin-right:4.71rem!important}.margin-y-102{margin-bottom:4.71rem!important}.margin-top-102,.margin-y-102{margin-top:4.71rem!important}.margin-right-102{margin-right:4.71rem!important}.margin-bottom-102{margin-bottom:4.71rem!important}.margin-left-102{margin-left:4.71rem!important}.margin-104{margin:4.8rem!important}.margin-x-208{margin-left:4.8rem!important;margin-right:4.8rem!important}.margin-y-104{margin-bottom:4.8rem!important}.margin-top-104,.margin-y-104{margin-top:4.8rem!important}.margin-right-104{margin-right:4.8rem!important}.margin-bottom-104{margin-bottom:4.8rem!important}.margin-left-104{margin-left:4.8rem!important}.margin-106{margin:4.89rem!important}.margin-x-212{margin-left:4.89rem!important;margin-right:4.89rem!important}.margin-y-106{margin-bottom:4.89rem!important}.margin-top-106,.margin-y-106{margin-top:4.89rem!important}.margin-right-106{margin-right:4.89rem!important}.margin-bottom-106{margin-bottom:4.89rem!important}.margin-left-106{margin-left:4.89rem!important}.margin-108{margin:4.98rem!important}.margin-x-216{margin-left:4.98rem!important;margin-right:4.98rem!important}.margin-y-108{margin-bottom:4.98rem!important}.margin-top-108,.margin-y-108{margin-top:4.98rem!important}.margin-right-108{margin-right:4.98rem!important}.margin-bottom-108{margin-bottom:4.98rem!important}.margin-left-108{margin-left:4.98rem!important}.margin-110{margin:5.08rem!important}.margin-x-220{margin-left:5.08rem!important;margin-right:5.08rem!important}.margin-y-110{margin-bottom:5.08rem!important}.margin-top-110,.margin-y-110{margin-top:5.08rem!important}.margin-right-110{margin-right:5.08rem!important}.margin-bottom-110{margin-bottom:5.08rem!important}.margin-left-110{margin-left:5.08rem!important}.margin-112{margin:5.17rem!important}.margin-x-224{margin-left:5.17rem!important;margin-right:5.17rem!important}.margin-y-112{margin-bottom:5.17rem!important}.margin-top-112,.margin-y-112{margin-top:5.17rem!important}.margin-right-112{margin-right:5.17rem!important}.margin-bottom-112{margin-bottom:5.17rem!important}.margin-left-112{margin-left:5.17rem!important}.margin-114{margin:5.26rem!important}.margin-x-228{margin-left:5.26rem!important;margin-right:5.26rem!important}.margin-y-114{margin-bottom:5.26rem!important}.margin-top-114,.margin-y-114{margin-top:5.26rem!important}.margin-right-114{margin-right:5.26rem!important}.margin-bottom-114{margin-bottom:5.26rem!important}.margin-left-114{margin-left:5.26rem!important}.margin-116{margin:5.35rem!important}.margin-x-232{margin-left:5.35rem!important;margin-right:5.35rem!important}.margin-y-116{margin-bottom:5.35rem!important}.margin-top-116,.margin-y-116{margin-top:5.35rem!important}.margin-right-116{margin-right:5.35rem!important}.margin-bottom-116{margin-bottom:5.35rem!important}.margin-left-116{margin-left:5.35rem!important}.margin-118{margin:5.45rem!important}.margin-x-236{margin-left:5.45rem!important;margin-right:5.45rem!important}.margin-y-118{margin-bottom:5.45rem!important}.margin-top-118,.margin-y-118{margin-top:5.45rem!important}.margin-right-118{margin-right:5.45rem!important}.margin-bottom-118{margin-bottom:5.45rem!important}.margin-left-118{margin-left:5.45rem!important}.margin-120{margin:5.54rem!important}.margin-x-240{margin-left:5.54rem!important;margin-right:5.54rem!important}.margin-y-120{margin-bottom:5.54rem!important}.margin-top-120,.margin-y-120{margin-top:5.54rem!important}.margin-right-120{margin-right:5.54rem!important}.margin-bottom-120{margin-bottom:5.54rem!important}.margin-left-120{margin-left:5.54rem!important}.margin-122{margin:5.63rem!important}.margin-x-244{margin-left:5.63rem!important;margin-right:5.63rem!important}.margin-y-122{margin-bottom:5.63rem!important}.margin-top-122,.margin-y-122{margin-top:5.63rem!important}.margin-right-122{margin-right:5.63rem!important}.margin-bottom-122{margin-bottom:5.63rem!important}.margin-left-122{margin-left:5.63rem!important}.margin-124{margin:5.72rem!important}.margin-x-248{margin-left:5.72rem!important;margin-right:5.72rem!important}.margin-y-124{margin-bottom:5.72rem!important}.margin-top-124,.margin-y-124{margin-top:5.72rem!important}.margin-right-124{margin-right:5.72rem!important}.margin-bottom-124{margin-bottom:5.72rem!important}.margin-left-124{margin-left:5.72rem!important}.margin-126{margin:5.82rem!important}.margin-x-252{margin-left:5.82rem!important;margin-right:5.82rem!important}.margin-y-126{margin-bottom:5.82rem!important}.margin-top-126,.margin-y-126{margin-top:5.82rem!important}.margin-right-126{margin-right:5.82rem!important}.margin-bottom-126{margin-bottom:5.82rem!important}.margin-left-126{margin-left:5.82rem!important}.margin-128{margin:5.91rem!important}.margin-x-256{margin-left:5.91rem!important;margin-right:5.91rem!important}.margin-y-128{margin-bottom:5.91rem!important}.margin-top-128,.margin-y-128{margin-top:5.91rem!important}.margin-right-128{margin-right:5.91rem!important}.margin-bottom-128{margin-bottom:5.91rem!important}.margin-left-128{margin-left:5.91rem!important}.margin-130{margin:6rem!important}.margin-x-260{margin-left:6rem!important;margin-right:6rem!important}.margin-y-130{margin-bottom:6rem!important}.margin-top-130,.margin-y-130{margin-top:6rem!important}.margin-right-130{margin-right:6rem!important}.margin-bottom-130{margin-bottom:6rem!important}.margin-left-130{margin-left:6rem!important}.margin-132{margin:6.09rem!important}.margin-x-264{margin-left:6.09rem!important;margin-right:6.09rem!important}.margin-y-132{margin-bottom:6.09rem!important}.margin-top-132,.margin-y-132{margin-top:6.09rem!important}.margin-right-132{margin-right:6.09rem!important}.margin-bottom-132{margin-bottom:6.09rem!important}.margin-left-132{margin-left:6.09rem!important}.margin-134{margin:6.18rem!important}.margin-x-268{margin-left:6.18rem!important;margin-right:6.18rem!important}.margin-y-134{margin-bottom:6.18rem!important}.margin-top-134,.margin-y-134{margin-top:6.18rem!important}.margin-right-134{margin-right:6.18rem!important}.margin-bottom-134{margin-bottom:6.18rem!important}.margin-left-134{margin-left:6.18rem!important}.margin-136{margin:6.28rem!important}.margin-x-272{margin-left:6.28rem!important;margin-right:6.28rem!important}.margin-y-136{margin-bottom:6.28rem!important}.margin-top-136,.margin-y-136{margin-top:6.28rem!important}.margin-right-136{margin-right:6.28rem!important}.margin-bottom-136{margin-bottom:6.28rem!important}.margin-left-136{margin-left:6.28rem!important}.margin-138{margin:6.37rem!important}.margin-x-276{margin-left:6.37rem!important;margin-right:6.37rem!important}.margin-y-138{margin-bottom:6.37rem!important}.margin-top-138,.margin-y-138{margin-top:6.37rem!important}.margin-right-138{margin-right:6.37rem!important}.margin-bottom-138{margin-bottom:6.37rem!important}.margin-left-138{margin-left:6.37rem!important}.margin-140{margin:6.46rem!important}.margin-x-280{margin-left:6.46rem!important;margin-right:6.46rem!important}.margin-y-140{margin-bottom:6.46rem!important}.margin-top-140,.margin-y-140{margin-top:6.46rem!important}.margin-right-140{margin-right:6.46rem!important}.margin-bottom-140{margin-bottom:6.46rem!important}.margin-left-140{margin-left:6.46rem!important}.margin-142{margin:6.55rem!important}.margin-x-284{margin-left:6.55rem!important;margin-right:6.55rem!important}.margin-y-142{margin-bottom:6.55rem!important}.margin-top-142,.margin-y-142{margin-top:6.55rem!important}.margin-right-142{margin-right:6.55rem!important}.margin-bottom-142{margin-bottom:6.55rem!important}.margin-left-142{margin-left:6.55rem!important}.margin-144{margin:6.65rem!important}.margin-x-288{margin-left:6.65rem!important;margin-right:6.65rem!important}.margin-y-144{margin-bottom:6.65rem!important}.margin-top-144,.margin-y-144{margin-top:6.65rem!important}.margin-right-144{margin-right:6.65rem!important}.margin-bottom-144{margin-bottom:6.65rem!important}.margin-left-144{margin-left:6.65rem!important}.margin-146{margin:6.74rem!important}.margin-x-292{margin-left:6.74rem!important;margin-right:6.74rem!important}.margin-y-146{margin-bottom:6.74rem!important}.margin-top-146,.margin-y-146{margin-top:6.74rem!important}.margin-right-146{margin-right:6.74rem!important}.margin-bottom-146{margin-bottom:6.74rem!important}.margin-left-146{margin-left:6.74rem!important}.margin-148{margin:6.83rem!important}.margin-x-296{margin-left:6.83rem!important;margin-right:6.83rem!important}.margin-y-148{margin-bottom:6.83rem!important}.margin-top-148,.margin-y-148{margin-top:6.83rem!important}.margin-right-148{margin-right:6.83rem!important}.margin-bottom-148{margin-bottom:6.83rem!important}.margin-left-148{margin-left:6.83rem!important}.margin-150{margin:6.92rem!important}.margin-x-300{margin-left:6.92rem!important;margin-right:6.92rem!important}.margin-y-150{margin-bottom:6.92rem!important}.margin-top-150,.margin-y-150{margin-top:6.92rem!important}.margin-right-150{margin-right:6.92rem!important}.margin-bottom-150{margin-bottom:6.92rem!important}.margin-left-150{margin-left:6.92rem!important}.margin-152{margin:7.02rem!important}.margin-x-304{margin-left:7.02rem!important;margin-right:7.02rem!important}.margin-y-152{margin-bottom:7.02rem!important}.margin-top-152,.margin-y-152{margin-top:7.02rem!important}.margin-right-152{margin-right:7.02rem!important}.margin-bottom-152{margin-bottom:7.02rem!important}.margin-left-152{margin-left:7.02rem!important}.margin-154{margin:7.11rem!important}.margin-x-308{margin-left:7.11rem!important;margin-right:7.11rem!important}.margin-y-154{margin-bottom:7.11rem!important}.margin-top-154,.margin-y-154{margin-top:7.11rem!important}.margin-right-154{margin-right:7.11rem!important}.margin-bottom-154{margin-bottom:7.11rem!important}.margin-left-154{margin-left:7.11rem!important}.margin-156{margin:7.2rem!important}.margin-x-312{margin-left:7.2rem!important;margin-right:7.2rem!important}.margin-y-156{margin-bottom:7.2rem!important}.margin-top-156,.margin-y-156{margin-top:7.2rem!important}.margin-right-156{margin-right:7.2rem!important}.margin-bottom-156{margin-bottom:7.2rem!important}.margin-left-156{margin-left:7.2rem!important}.margin-158{margin:7.29rem!important}.margin-x-316{margin-left:7.29rem!important;margin-right:7.29rem!important}.margin-y-158{margin-bottom:7.29rem!important}.margin-top-158,.margin-y-158{margin-top:7.29rem!important}.margin-right-158{margin-right:7.29rem!important}.margin-bottom-158{margin-bottom:7.29rem!important}.margin-left-158{margin-left:7.29rem!important}.margin-160{margin:7.38rem!important}.margin-x-320{margin-left:7.38rem!important;margin-right:7.38rem!important}.margin-y-160{margin-bottom:7.38rem!important}.margin-top-160,.margin-y-160{margin-top:7.38rem!important}.margin-right-160{margin-right:7.38rem!important}.margin-bottom-160{margin-bottom:7.38rem!important}.margin-left-160{margin-left:7.38rem!important}.margin-162{margin:7.48rem!important}.margin-x-324{margin-left:7.48rem!important;margin-right:7.48rem!important}.margin-y-162{margin-bottom:7.48rem!important}.margin-top-162,.margin-y-162{margin-top:7.48rem!important}.margin-right-162{margin-right:7.48rem!important}.margin-bottom-162{margin-bottom:7.48rem!important}.margin-left-162{margin-left:7.48rem!important}.margin-164{margin:7.57rem!important}.margin-x-328{margin-left:7.57rem!important;margin-right:7.57rem!important}.margin-y-164{margin-bottom:7.57rem!important}.margin-top-164,.margin-y-164{margin-top:7.57rem!important}.margin-right-164{margin-right:7.57rem!important}.margin-bottom-164{margin-bottom:7.57rem!important}.margin-left-164{margin-left:7.57rem!important}.margin-166{margin:7.66rem!important}.margin-x-332{margin-left:7.66rem!important;margin-right:7.66rem!important}.margin-y-166{margin-bottom:7.66rem!important}.margin-top-166,.margin-y-166{margin-top:7.66rem!important}.margin-right-166{margin-right:7.66rem!important}.margin-bottom-166{margin-bottom:7.66rem!important}.margin-left-166{margin-left:7.66rem!important}.margin-168{margin:7.75rem!important}.margin-x-336{margin-left:7.75rem!important;margin-right:7.75rem!important}.margin-y-168{margin-bottom:7.75rem!important}.margin-top-168,.margin-y-168{margin-top:7.75rem!important}.margin-right-168{margin-right:7.75rem!important}.margin-bottom-168{margin-bottom:7.75rem!important}.margin-left-168{margin-left:7.75rem!important}.margin-170{margin:7.85rem!important}.margin-x-340{margin-left:7.85rem!important;margin-right:7.85rem!important}.margin-y-170{margin-bottom:7.85rem!important}.margin-top-170,.margin-y-170{margin-top:7.85rem!important}.margin-right-170{margin-right:7.85rem!important}.margin-bottom-170{margin-bottom:7.85rem!important}.margin-left-170{margin-left:7.85rem!important}.margin-172{margin:7.94rem!important}.margin-x-344{margin-left:7.94rem!important;margin-right:7.94rem!important}.margin-y-172{margin-bottom:7.94rem!important}.margin-top-172,.margin-y-172{margin-top:7.94rem!important}.margin-right-172{margin-right:7.94rem!important}.margin-bottom-172{margin-bottom:7.94rem!important}.margin-left-172{margin-left:7.94rem!important}.margin-174{margin:8.03rem!important}.margin-x-348{margin-left:8.03rem!important;margin-right:8.03rem!important}.margin-y-174{margin-bottom:8.03rem!important}.margin-top-174,.margin-y-174{margin-top:8.03rem!important}.margin-right-174{margin-right:8.03rem!important}.margin-bottom-174{margin-bottom:8.03rem!important}.margin-left-174{margin-left:8.03rem!important}.margin-176{margin:8.12rem!important}.margin-x-352{margin-left:8.12rem!important;margin-right:8.12rem!important}.margin-y-176{margin-bottom:8.12rem!important}.margin-top-176,.margin-y-176{margin-top:8.12rem!important}.margin-right-176{margin-right:8.12rem!important}.margin-bottom-176{margin-bottom:8.12rem!important}.margin-left-176{margin-left:8.12rem!important}.margin-178{margin:8.22rem!important}.margin-x-356{margin-left:8.22rem!important;margin-right:8.22rem!important}.margin-y-178{margin-bottom:8.22rem!important}.margin-top-178,.margin-y-178{margin-top:8.22rem!important}.margin-right-178{margin-right:8.22rem!important}.margin-bottom-178{margin-bottom:8.22rem!important}.margin-left-178{margin-left:8.22rem!important}.margin-180{margin:8.31rem!important}.margin-x-360{margin-left:8.31rem!important;margin-right:8.31rem!important}.margin-y-180{margin-bottom:8.31rem!important}.margin-top-180,.margin-y-180{margin-top:8.31rem!important}.margin-right-180{margin-right:8.31rem!important}.margin-bottom-180{margin-bottom:8.31rem!important}.margin-left-180{margin-left:8.31rem!important}.margin-182{margin:8.4rem!important}.margin-x-364{margin-left:8.4rem!important;margin-right:8.4rem!important}.margin-y-182{margin-bottom:8.4rem!important}.margin-top-182,.margin-y-182{margin-top:8.4rem!important}.margin-right-182{margin-right:8.4rem!important}.margin-bottom-182{margin-bottom:8.4rem!important}.margin-left-182{margin-left:8.4rem!important}.margin-184{margin:8.49rem!important}.margin-x-368{margin-left:8.49rem!important;margin-right:8.49rem!important}.margin-y-184{margin-bottom:8.49rem!important}.margin-top-184,.margin-y-184{margin-top:8.49rem!important}.margin-right-184{margin-right:8.49rem!important}.margin-bottom-184{margin-bottom:8.49rem!important}.margin-left-184{margin-left:8.49rem!important}.margin-186{margin:8.58rem!important}.margin-x-372{margin-left:8.58rem!important;margin-right:8.58rem!important}.margin-y-186{margin-bottom:8.58rem!important}.margin-top-186,.margin-y-186{margin-top:8.58rem!important}.margin-right-186{margin-right:8.58rem!important}.margin-bottom-186{margin-bottom:8.58rem!important}.margin-left-186{margin-left:8.58rem!important}.margin-188{margin:8.68rem!important}.margin-x-376{margin-left:8.68rem!important;margin-right:8.68rem!important}.margin-y-188{margin-bottom:8.68rem!important}.margin-top-188,.margin-y-188{margin-top:8.68rem!important}.margin-right-188{margin-right:8.68rem!important}.margin-bottom-188{margin-bottom:8.68rem!important}.margin-left-188{margin-left:8.68rem!important}.margin-190{margin:8.77rem!important}.margin-x-380{margin-left:8.77rem!important;margin-right:8.77rem!important}.margin-y-190{margin-bottom:8.77rem!important}.margin-top-190,.margin-y-190{margin-top:8.77rem!important}.margin-right-190{margin-right:8.77rem!important}.margin-bottom-190{margin-bottom:8.77rem!important}.margin-left-190{margin-left:8.77rem!important}.margin-192{margin:8.86rem!important}.margin-x-384{margin-left:8.86rem!important;margin-right:8.86rem!important}.margin-y-192{margin-bottom:8.86rem!important}.margin-top-192,.margin-y-192{margin-top:8.86rem!important}.margin-right-192{margin-right:8.86rem!important}.margin-bottom-192{margin-bottom:8.86rem!important}.margin-left-192{margin-left:8.86rem!important}.margin-194{margin:8.95rem!important}.margin-x-388{margin-left:8.95rem!important;margin-right:8.95rem!important}.margin-y-194{margin-bottom:8.95rem!important}.margin-top-194,.margin-y-194{margin-top:8.95rem!important}.margin-right-194{margin-right:8.95rem!important}.margin-bottom-194{margin-bottom:8.95rem!important}.margin-left-194{margin-left:8.95rem!important}.margin-196{margin:9.05rem!important}.margin-x-392{margin-left:9.05rem!important;margin-right:9.05rem!important}.margin-y-196{margin-bottom:9.05rem!important}.margin-top-196,.margin-y-196{margin-top:9.05rem!important}.margin-right-196{margin-right:9.05rem!important}.margin-bottom-196{margin-bottom:9.05rem!important}.margin-left-196{margin-left:9.05rem!important}.margin-198{margin:9.14rem!important}.margin-x-396{margin-left:9.14rem!important;margin-right:9.14rem!important}.margin-y-198{margin-bottom:9.14rem!important}.margin-top-198,.margin-y-198{margin-top:9.14rem!important}.margin-right-198{margin-right:9.14rem!important}.margin-bottom-198{margin-bottom:9.14rem!important}.margin-left-198{margin-left:9.14rem!important}.margin-200{margin:9.23rem!important}.margin-x-400{margin-left:9.23rem!important;margin-right:9.23rem!important}.margin-y-200{margin-bottom:9.23rem!important}.margin-top-200,.margin-y-200{margin-top:9.23rem!important}.margin-right-200{margin-right:9.23rem!important}.margin-bottom-200{margin-bottom:9.23rem!important}.margin-left-200{margin-left:9.23rem!important}.input-error,input.sDefault:focus{border:1px solid var(--theme)!important;outline:none}*{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;font-family:Noto Sans JP;margin:0;padding:0}#root,body,html{background-color:#fff;color:#333;font-size:.65rem;height:100%}#root{margin:0 auto;max-width:768px}a,button{cursor:pointer}::-webkit-scrollbar{height:.18rem;width:.18rem}::-webkit-scrollbar-thumb{background-color:var(--theme);border-radius:.46rem}.text-decoration-underline{text-decoration:underline}.display-block{display:block!important}.display-none{display:none!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-left{left:0!important;top:0!important}.top-right{right:0!important;top:0!important}.bottom-left{bottom:0!important;left:0!important}.bottom-right{bottom:0!important;right:0!important}.width-full{width:100%!important}.height-full{height:100%!important}.border-none{border:none!important}.border-radius-50p{border-radius:50%!important}.text-nowrap{white-space:nowrap!important}.flex,.flex-column{display:flex!important}.flex-column{flex-direction:column!important}.flex-row{display:flex!important;flex-direction:row!important}.flex-center,.flex-column-center{align-items:center!important;display:flex!important;justify-content:center!important}.flex-column-center{flex-direction:column!important}.flex-justify-center{display:flex!important;justify-content:center!important}.flex-justify-space-between{display:flex!important;justify-content:space-between!important}.flex-align-center{align-items:center!important;display:flex!important}.flex-1{flex:1!important}.flex-growth{flex:1 0 auto!important}.flex-align-self-center{align-self:center!important}.cursor-pointer{cursor:pointer!important}.overflow-hidden{overflow:hidden!important}.overflow-x-scroll{overflow:scroll hidden!important}.overflow-y-scroll{overflow:hidden scroll!important}.overflow-ellipsis{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}body,html{-webkit-overflow-scrolling:touch;overflow-x:hidden;overscroll-behavior-y:contain;scroll-behavior:smooth}body.fixed-body-scroll{overflow:hidden;position:fixed;width:100%}
/*# sourceMappingURL=main.c620dc1b.css.map*/