:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-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 rgba(0,0,0,0.1);--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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.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{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;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{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform: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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:MtsWideLight;font-style:normal;font-weight:300;src:url(/_next/static/media/MTSWide-Light.4999506d.eot);src:local("MtsSansWide Light"),local("MtsSansWide-Light"),url(/_next/static/media/MTSWide-Light.4999506d.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/MTSWide-Light.723de7b7.woff2) format("woff2"),url(/_next/static/media/MTSWide-Light.98f130a4.woff) format("woff"),url(/_next/static/media/MTSWide-Light.073ab053.ttf) format("truetype");font-display:swap}@font-face{font-family:MtsWideRegular;font-style:normal;font-weight:400;src:url(/_next/static/media/MTSWide-Regular.a3a17ad2.eot);src:local("MtsSansWide Regular"),local("MtsSansWide-Regular"),url(/_next/static/media/MTSWide-Regular.a3a17ad2.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/MTSWide-Regular.9510354a.woff2) format("woff2"),url(/_next/static/media/MTSWide-Regular.8a64b2c6.woff) format("woff"),url(/_next/static/media/MTSWide-Regular.b2c4c194.ttf) format("truetype");font-display:swap}@font-face{font-family:MtsWideMedium;font-style:normal;font-weight:500;src:url(/_next/static/media/MTSWide-Medium.2a64ba8a.eot);src:local("MtsSansWide Medium"),local("MtsSansWide-Medium"),url(/_next/static/media/MTSWide-Medium.2a64ba8a.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/MTSWide-Medium.b7872e18.woff2) format("woff2"),url(/_next/static/media/MTSWide-Medium.88d74395.woff) format("woff"),url(/_next/static/media/MTSWide-Medium.a7c7b794.ttf) format("truetype");font-display:swap}@font-face{font-family:MtsWideBold;font-style:normal;font-weight:600;src:url(/_next/static/media/MTSWide-Bold.a9a2af16.eot);src:local("MtsSansWide Bold"),local("MtsSansWide-Bold"),url(/_next/static/media/MTSWide-Bold.a9a2af16.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/MTSWide-Bold.1163371c.woff2) format("woff2"),url(/_next/static/media/MTSWide-Bold.8d0bb265.woff) format("woff"),url(/_next/static/media/MTSWide-Bold.89f46db3.ttf) format("truetype");font-display:swap}@font-face{font-family:MtsTextRegular;font-style:normal;font-weight:400;src:url(/_next/static/media/MTSText-Regular.673efd83.eot);src:local("MtsSansText Regular"),local("MtsSansText-Regular"),url(/_next/static/media/MTSText-Regular.673efd83.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/MTSText-Regular.f632eb21.woff2) format("woff2"),url(/_next/static/media/MTSText-Regular.8562852a.woff) format("woff"),url(/_next/static/media/MTSText-Regular.7990a2ec.ttf) format("truetype");font-display:swap}@font-face{font-family:MtsTextMedium;font-style:normal;font-weight:500;src:url(/_next/static/media/MTSText-Medium.55fa925e.eot);src:local("MtsSansText Medium"),local("MtsSansText-Medium"),url(/_next/static/media/MTSText-Medium.55fa925e.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/MTSText-Medium.f18fde0b.woff2) format("woff2"),url(/_next/static/media/MTSText-Medium.bc19117b.woff) format("woff"),url(/_next/static/media/MTSText-Medium.147a3f94.ttf) format("truetype");font-display:swap}@font-face{font-family:MtsTextBold;font-style:normal;font-weight:600;src:url(/_next/static/media/MTSText-Bold.d17fec06.eot);src:local("MtsSansText Bold"),local("MtsSansText-Bold"),url(/_next/static/media/MTSText-Bold.d17fec06.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/MTSText-Bold.54eefb6c.woff2) format("woff2"),url(/_next/static/media/MTSText-Bold.3ba8ba77.woff) format("woff"),url(/_next/static/media/MTSText-Bold.2a4ff102.ttf) format("truetype");font-display:swap}@font-face{font-family:MtsTextBlack;font-style:normal;font-weight:700;src:url(/_next/static/media/MTSText-Black.bb5024a9.eot);src:local("MtsSansText Black"),local("MtsSansText-Black"),url(/_next/static/media/MTSText-Black.bb5024a9.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/MTSText-Black.14d8baaf.woff2) format("woff2"),url(/_next/static/media/MTSText-Black.426d41e6.woff) format("woff"),url(/_next/static/media/MTSText-Black.1a2608b0.ttf) format("truetype");font-display:swap}@font-face{font-family:MtsCompactRegular;font-style:normal;font-weight:400;src:url(/_next/static/media/MTSCompact-Regular.3eedc7ea.eot);src:local("MtsSansCompact Regular"),local("MtsSansCompact-Regular"),url(/_next/static/media/MTSCompact-Regular.3eedc7ea.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/MTSCompact-Regular.253ca971.woff2) format("woff2"),url(/_next/static/media/MTSCompact-Regular.abbf059d.woff) format("woff"),url(/_next/static/media/MTSCompact-Regular.ae522d0e.ttf) format("truetype");font-display:swap}@font-face{font-family:MtsCompactMedium;font-style:normal;font-weight:500;src:url(/_next/static/media/MTSCompact-Medium.801f58b0.eot);src:local("MtsSansCompact Medium"),local("MtsSansCompact-Medium"),url(/_next/static/media/MTSCompact-Medium.801f58b0.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/MTSCompact-Medium.76b74811.woff2) format("woff2"),url(/_next/static/media/MTSCompact-Medium.c3d537c2.woff) format("woff"),url(/_next/static/media/MTSCompact-Medium.d3c1f7f0.ttf) format("truetype");font-display:swap}@font-face{font-family:MtsCompactBold;font-style:normal;font-weight:600;src:url(/_next/static/media/MTSCompact-Bold.aa2f7f5a.eot);src:local("MtsSansCompact Bold"),local("MtsSansCompact-Bold"),url(/_next/static/media/MTSCompact-Bold.aa2f7f5a.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/MTSCompact-Bold.5f9909b1.woff2) format("woff2"),url(/_next/static/media/MTSCompact-Bold.db9fa3fb.woff) format("woff"),url(/_next/static/media/MTSCompact-Bold.3d977265.ttf) format("truetype");font-display:swap}@font-face{font-family:MtsCompactBlack;font-style:normal;font-weight:700;src:url(/_next/static/media/MTSCompact-Black.bb375988.eot);src:local("MtsSansCompact Black"),local("MtsSansCompact-Black"),url(/_next/static/media/MTSCompact-Black.bb375988.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/MTSCompact-Black.296a02cd.woff2) format("woff2"),url(/_next/static/media/MTSCompact-Black.ccffcf26.woff) format("woff"),url(/_next/static/media/MTSCompact-Black.279d8e96.ttf) format("truetype");font-display:swap}@keyframes spinner_spinner__fM7b5{to{transform:rotate(1turn)}}.spinner_wrapper__qKm5R{animation:spinner_spinner__fM7b5 1s linear infinite}.spinner_default__d32aE{fill:var(--color-icon-primary)}.spinner_inverted__l7nIG{fill:var(--color-text-inverted)}.spinner_accent__BpRU0{fill:var(--color-brand)}.spinner_negative__zp3RW{fill:var(--color-accent-negative)}.spinner_always-white__L4BxH{fill:var(--color-constant-greyscale-0)}.spinner_always-black__Gn766{fill:var(--color-constant-greyscale-900)}.spinner_size_s__eHYL0{width:16px;height:16px;min-width:16px;min-height:16px}.spinner_size_m__SjpGV{width:24px;height:24px;min-width:24px;min-height:24px}.spinner_size_l__6GCLs{width:44px;height:44px;min-width:44px;min-height:44px}.button_wrapper__hyCP8{display:flex;align-items:center;justify-content:center;gap:8px;border:none;outline:none;text-decoration:none;cursor:pointer;position:relative;color:var(--color-constant-greyscale-0);transition:all .3s cubic-bezier(.16,1,.3,1);width:max-content;text-align:center}.button_wrapper__hyCP8>*{padding-bottom:1px}.button_primaryAlternate__fulVd{color:var(--color-text-inverted);background-color:var(--color-control-secondary-active)}@media(hover:hover){.button_primaryAlternate__fulVd:hover{background-color:var(--color-control-alternative-hover)}}.button_alwaysWhite__HEPeo{color:var(--color-constant-greyscale-800);background-color:var(--color-constant-greyscale-0)}@media(hover:hover){.button_alwaysWhite__HEPeo:hover{background-color:var(--color-constant-greyscale-0-hover)}}.button_ghost__cwu3L{color:var(--color-text-primary);background-color:rgba(0,0,0,0)}@media(hover:hover){.button_ghost__cwu3L:hover{background-color:var(--color-background-hover)}}.button_secondary__hWR94{color:var(--color-text-primary);background-color:var(--color-control-tertiary-active)}@media(hover:hover){.button_secondary__hWR94:hover{background-color:var(--color-control-secondary-hover)}}.button_secondaryGray__IFHOC{color:var(--color-text-primary);background-color:var(--color-control-tertiary-active)}@media(hover:hover){.button_secondaryGray__IFHOC:hover{background-color:var(--color-control-secondary-gray-hover)}}.button_primaryActive__kD8xf{color:var(--color-constant-greyscale-0);background-color:var(--color-control-primary-active)}@media(hover:hover){.button_primaryActive__kD8xf:hover{background-color:var(--color-control-primary-active-hover)}}.button_blur__yWRHf{background-color:var(--color-control-blur);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media(hover:hover){.button_blur__yWRHf:hover{background-color:var(--color-background-hover)}}.button_custom_blur__hU2Vv{background-color:var(--color-control-blur)}@media(hover:hover){.button_custom_blur__hU2Vv:hover{background-color:var(--color-background-hover)}}.button_disabled__LQeik{color:var(--color-text-tertiary);background-color:var(--color-control-inactive);pointer-events:none;cursor:default}.button_disabled__LQeik svg{fill:var(--color-text-tertiary)}.button_size__s__YXfpE{border-radius:12px;padding:9px 12px 7px;height:32px}.button_size__s__YXfpE:active{transform:scale(.93)}.button_wrapper__hyCP8.button_size__s__YXfpE{gap:4px}.button_size__m__0hq4N{border-radius:16px;padding:11px 14px 9px;height:44px}.button_size__m__0hq4N:active{transform:scale(.95)}.button_size__l__4kj4n{border-radius:16px;padding:15px 18px 13px;height:52px}.button_size__l__4kj4n:active{transform:scale(.96)}.button_size__xl__TGnj3{border-radius:20px;padding:27px 32px 25px;height:72px}.button_size__xl__TGnj3:active{transform:scale(.97)}.button_fluid__BQo0O{width:100%}.cookie-banner_wrapper__3CveX button{min-width:max-content}@media screen and (max-width:767px){.cookie-banner_wrapper__3CveX button{width:100%}}.cookie-banner_description__jdJHu{margin-right:16px;color:var(--color-text-inverted)}@media screen and (max-width:767px){.cookie-banner_description__jdJHu{margin-bottom:16px}}.cookie-banner_description__jdJHu a{color:var(--color-text-primary-link-inverted)}.cookie-banner_button__22OX0{margin-right:12px;padding:10px;border-radius:16px;border-color:rgba(0,0,0,0)}@media screen and (max-width:767px){.cookie-banner_button__22OX0{width:100%;margin-top:16px}}.cookie-banner_link__Cs01s{color:var(--color-text-primary-link);margin-left:4.72px;text-decoration:none}@keyframes base-system-banner_slideInFromBottom__t3G13{0%{transform:translate(-50%,100%);opacity:0}to{opacity:1;transform:translate(-50%)}}@keyframes base-system-banner_fadeInOut__lF3LS{0%{opacity:1;transform:translate(-50%)}to{transform:translate(-50%,100%);opacity:0}}.base-system-banner_wrapper__RamTr{position:fixed;z-index:70002;left:50%;bottom:24px;max-width:704px;height:-moz-fit-content;height:fit-content;width:max-content;display:flex;align-items:center;padding:16px 20px;border-radius:20px;background-color:var(--color-background-inverted)}@media screen and (max-width:767px){.base-system-banner_wrapper__RamTr{width:calc(100% - 40px);flex-direction:column;align-items:start;bottom:12px;padding:16px}}.base-system-banner_open__Vu_WH{animation:base-system-banner_slideInFromBottom__t3G13 .5s forwards}.base-system-banner_close__hhFmN{animation:base-system-banner_fadeInOut__lF3LS .5s forwards}.icon_size__16__w4QNc{min-width:16px;min-height:16px}.icon_size__24__HRIKX{min-width:24px;min-height:24px}.icon_size__32__pGdJF{min-width:32px;min-height:32px}.icon_size__44__WRWeZ{min-width:44px;min-height:44px}@keyframes snackbar_open__96RkB{to{opacity:1}}@keyframes snackbar_closing___7WhU{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.snackbar_wrapper__O7drN{position:fixed;width:100%;bottom:76px;z-index:1000000;display:flex;justify-content:center;opacity:0;animation:snackbar_open__96RkB .5s ease-in-out forwards}.snackbar_wrapper__O7drN.snackbar_closing___7WhU{animation:snackbar_closing___7WhU .5s ease-in-out forwards}@media screen and (max-width:767px){.snackbar_wrapper__O7drN{width:unset;left:12px;right:12px;bottom:12px}}.snackbar_content__Z7X2z{max-width:400px;padding:10px 12px;color:var(--color-text-inverted);background-color:var(--color-background-inverted);border-radius:12px}.snackbar_content__Z7X2z.snackbar_flex__16yNF{padding:8px 12px;display:flex;align-items:center}@media screen and (max-width:767px){.snackbar_content__Z7X2z.snackbar_flex__16yNF{flex-grow:1}.snackbar_content__Z7X2z{max-width:100%}}.snackbar_timer__zoMgS{position:relative}.snackbar_timer__zoMgS svg{display:block;transform:rotate(-90deg);transform-origin:50% 50%}@keyframes snackbar_stroke__fJ_LV{0%{stroke-dashoffset:156}to{stroke-dashoffset:86}}.snackbar_timer__zoMgS svg circle{stroke:var(--color-control-primary-active);stroke-width:2px;stroke-dasharray:78px;stroke-dashoffset:156px;animation-name:snackbar_stroke__fJ_LV;animation-timing-function:linear;animation-fill-mode:forwards}.snackbar_timer__zoMgS .snackbar_countdown__kGbB5{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--color-background-inverted);border-radius:50%;width:20px;text-align:center}.snackbar_message__n2oCG{overflow:hidden;max-height:48px}.snackbar_message__n2oCG.snackbar_fullWidth__ckA_6{flex-grow:1}.snackbar_message__n2oCG.snackbar_withMarginLeft__K40FZ{margin-left:6px}.snackbar_divider__hFk10{margin:0 12px;width:1px;height:100%;background-color:var(--color-background-stroke)}.snackbar_button__yxWNH{border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;color:var(--color-text-inverted);cursor:pointer;padding:10px 12px;margin:-10px -12px}@keyframes toast_open__J5Luz{to{opacity:1}}@keyframes toast_top-closure__16dHq{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@keyframes toast_bottom-closure__SRrCI{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.toast_wrapper__2Wsmm{position:fixed;width:100%;z-index:1000000;display:flex;justify-content:center;opacity:0;animation:toast_open__J5Luz .5s ease-in-out forwards}.toast_wrapper__2Wsmm.toast_top__gGF3a{top:32px}.toast_wrapper__2Wsmm.toast_top__gGF3a.toast_closing__t2mcx{animation:toast_top-closure__16dHq .5s ease-in-out forwards}@media screen and (max-width:767px){.toast_wrapper__2Wsmm.toast_top__gGF3a{top:12px}}.toast_wrapper__2Wsmm.toast_bottom__wE0GJ{bottom:76px}.toast_wrapper__2Wsmm.toast_bottom__wE0GJ.toast_closing__t2mcx{animation:toast_bottom-closure__SRrCI .5s ease-in-out forwards}@media screen and (max-width:767px){.toast_wrapper__2Wsmm.toast_bottom__wE0GJ{bottom:12px}.toast_wrapper__2Wsmm{width:unset;left:12px;right:12px}}.toast_content__hQv8d{max-width:400px;padding:8px 12px;display:flex;gap:6px;color:var(--color-text-inverted);background-color:var(--color-background-inverted);border-radius:12px}@media screen and (max-width:767px){.toast_content__hQv8d{max-width:100%}}.toast_text__NSF9a{overflow:hidden}@media screen and (max-width:767px){.toast_text__NSF9a.toast_withPaddingTop__b8vhS{margin-top:2px}}.toast_title__ullb1{font:700 1.0625rem/1.5rem MTS Compact,sans-serif}@media screen and (max-width:767px){.toast_title__ullb1{font:700 .875rem/1.25rem MTS Compact,sans-serif}}.toast_description__BQxXf{font:400 1.0625rem/1.5rem MTS Compact,sans-serif}@media screen and (max-width:767px){.toast_description__BQxXf{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font:400 .875rem/1.25rem MTS Compact,sans-serif}}.tab-bar_wrapper__kO1T3{position:fixed;display:flex;align-items:flex-end;width:100%;z-index:7;bottom:0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:hsla(0,0%,100%,.88);height:92px;padding:32px 16px 8px}@media screen and (min-width:768px){.tab-bar_wrapper__kO1T3{display:none}}.tab-bar_listWrapper__53AeZ{display:grid;grid-template-columns:1fr 1fr 1fr;justify-items:center;align-items:flex-end;width:100%}.route-link_not_clickable___WOe3{pointer-events:none}.tab_wrapper__lH7zj{flex-direction:column;display:flex;align-items:center;justify-content:space-between;row-gap:2px;font-size:12px;line-height:16px;color:var(--color-text-inactive-tab-bar)}.tab_active___Iuzr{color:var(--color-text-primary)}.tab_button__FxVH_{border:none;background:none;cursor:pointer;padding:0;margin:0}@keyframes now-playing-icon_first-rect-animation__ZYr0s{33%{height:20px}66%{height:10px}to{height:15px}}@keyframes now-playing-icon_second-rect-animation__WgD_S{50%{height:10px}to{height:20px}}@keyframes now-playing-icon_third-rect-animation__GOFDu{50%{height:20px}to{height:10px}}.now-playing-icon_wrapper__bfMdk{transform:rotate(180deg)}.now-playing-icon_equilizer__bar__nWhoC{width:4px}.now-playing-icon_equilizer__bar__nWhoC.now-playing-icon_first__1r_h0{height:15px;animation:now-playing-icon_first-rect-animation__ZYr0s 1s linear infinite}.now-playing-icon_equilizer__bar__nWhoC.now-playing-icon_second__nCmxi{height:20px;animation:now-playing-icon_second-rect-animation__WgD_S 1s linear infinite}.now-playing-icon_equilizer__bar__nWhoC.now-playing-icon_third__laqo_{height:10px;animation:now-playing-icon_third-rect-animation__GOFDu 1s linear infinite}.icon-button_button__Wfg0s{position:relative;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;cursor:pointer}.icon-button_button__Wfg0s:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;transition:all .2s ease-in-out;mix-blend-mode:multiply}.icon-button_extra-large__yC8Wn{width:72px;height:72px;min-height:72px;min-width:72px;padding:20px;border-radius:20px}.icon-button_extra-large__yC8Wn:after{border-radius:20px}.icon-button_extra-large__yC8Wn:active{transform:scale(.9722)}.icon-button_large__DGOGh{width:52px;height:52px;min-height:52px;min-width:52px;padding:10px;border-radius:16px}.icon-button_large__DGOGh:after{border-radius:16px}.icon-button_large__DGOGh:active{transform:scale(.9615)}.icon-button_medium___otJL{width:44px;height:44px;min-height:44px;min-width:44px;padding:10px;border-radius:16px}.icon-button_medium___otJL:after{border-radius:16px}.icon-button_medium___otJL:active{transform:scale(.9545)}.icon-button_small__UzxZj{width:32px;height:32px;min-height:32px;min-width:32px;padding:4px;border-radius:12px}.icon-button_small__UzxZj:after{border-radius:12px}.icon-button_small__UzxZj:active{transform:scale(.9167)}.icon-button_extra-small___yvuq{width:24px;height:24px;min-height:24px;min-width:24px;padding:4px;border-radius:8px}.icon-button_extra-small___yvuq:after{border-radius:8px}.icon-button_primary__t1XfO{background-color:var(--color-control-primary-active)}.icon-button_primary__t1XfO:not(.icon-button_no_hover__6qHj7):hover:after{background-color:var(--color-control-hover-primary)}.icon-button_primary-alternative__9zXgF{background-color:var(--color-control-secondary-active)}.icon-button_primary-alternative__9zXgF:not(.icon-button_no_hover__6qHj7):hover:after{background-color:var(--color-control-hover-primary)}.icon-button_always-white__pC_nc{background-color:var(--color-constant-greyscale-0)}.icon-button_always-white__pC_nc:not(.icon-button_no_hover__6qHj7):hover:after{background-color:var(--color-control-hover-primary)}.icon-button_secondary__KlJCO{background-color:var(--color-control-tertiary-active)}.icon-button_secondary__KlJCO:not(.icon-button_no_hover__6qHj7):hover{background-color:var(--color-control-secondary-hover)}.icon-button_ghost__phuuF:not(.icon-button_no_hover__6qHj7):hover{background-color:var(--color-background-hover)}.icon-button_blur__uwRnc{background-color:var(--color-control-blur);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.icon-button_blur__uwRnc:not(.icon-button_no_hover__6qHj7):hover{background-color:var(--color-background-hover)}.icon-button_custom-blur__G2uKz{background-color:var(--color-control-blur)}.icon-button_custom-blur__G2uKz:not(.icon-button_no_hover__6qHj7):hover{background-color:var(--color-background-hover)}.icon-button_no__padding__n4uKr{padding:0}.icon-button_disabled__Alllq{background-color:var(--color-control-inactive);pointer-events:none;cursor:default}.icon-button_disabled__Alllq svg{fill:var(--color-icon-secondary)}.track-info_wrapper__gy5Fr{height:417px;width:100%;max-width:337px;border-radius:40px;position:relative;overflow:hidden}@media screen and (max-width:959px){.track-info_wrapper__gy5Fr{height:507px;max-width:unset;border-radius:32px}}@media screen and (max-width:767px){.track-info_wrapper__gy5Fr{height:unset;max-height:503px}}.track-info_content__7xs78{width:100%;height:100%;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;background:rgba(0,0,0,.4);backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px)}.track-info_cover__Han6s{margin:12px 12px 0;border-radius:28px;border:1px solid var(--color-background-stroke)}@media screen and (max-width:767px){.track-info_cover__Han6s{max-width:404px;max-height:404px;aspect-ratio:1/1}}.track-info_track_info__2cnOc{margin-top:16px;margin-bottom:32px;padding:0 20px;max-width:100%;text-align:center}.track-info_track_info__2cnOc .track-info_title__h_kr5{margin-bottom:4px;display:flex;align-items:center;gap:4px;justify-content:center}.track-info_track_info__2cnOc .track-info_title__h_kr5 h4{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--color-control-alternative)}@media screen and (max-width:767px){.track-info_track_info__2cnOc .track-info_title__h_kr5 h4{font:500 1.0625rem/1.5rem MTS Compact,sans-serif;line-height:20px}}.track-info_track_info__2cnOc .track-info_artist_names__JY8hN{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--color-constant-greyscale-200)}@media screen and (max-width:767px){.track-info_track_info__2cnOc{margin-bottom:28px}}.track-info_layout__hY68K{z-index:0}@keyframes blocked-playback-banner_show__dFFYZ{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes blocked-playback-banner_hide__tiY2B{0%{transform:translateY(0)}to{transform:translateY(100%)}}.blocked-playback-banner_modal__9qvSP{top:50%;left:50%;transform:translate(-50%,-50%);border:none;outline:none;background-color:unset;width:736px;max-width:100vw;max-width:100dvw;max-height:100vh;max-height:100dvh}.blocked-playback-banner_modal__9qvSP[open]::-webkit-backdrop{background-color:rgba(29,32,35,.4);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.blocked-playback-banner_modal__9qvSP[open]::backdrop{background-color:rgba(29,32,35,.4);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}@media screen and (max-width:959px){.blocked-playback-banner_modal__9qvSP{width:430px}}@media screen and (max-width:767px){.blocked-playback-banner_modal__9qvSP{width:unset;top:unset;left:0;right:0;bottom:0;transform:unset}.blocked-playback-banner_modal__9qvSP[open]{animation:blocked-playback-banner_show__dFFYZ .5s ease-in-out}.blocked-playback-banner_modal__9qvSP.blocked-playback-banner_hide__tiY2B{animation:blocked-playback-banner_hide__tiY2B .5s ease-in-out}.blocked-playback-banner_modal__9qvSP:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);display:block;width:32px;height:4px;background-color:hsla(0,0%,100%,.35);border-radius:2px}}.blocked-playback-banner_wrapper__4ARVh{position:relative;width:100%;border-radius:40px;background-color:var(--color-background-primary);display:flex}@media screen and (max-width:959px){.blocked-playback-banner_wrapper__4ARVh{flex-direction:column;border-radius:32px}}@media screen and (max-width:767px){.blocked-playback-banner_wrapper__4ARVh{margin-top:8px;border-bottom-left-radius:unset;border-bottom-right-radius:unset}}.blocked-playback-banner_track_info__Ug2X7{flex-shrink:0}.blocked-playback-banner_content__hVqYi{padding:40px;display:flex;flex-direction:column;gap:20px}.blocked-playback-banner_content__hVqYi .blocked-playback-banner_title__8GGB1{font-weight:700;text-transform:unset;color:var(--color-text-primary)}.blocked-playback-banner_content__hVqYi .blocked-playback-banner_subtitle__oJTQ_{color:var(--color-text-secondary)}.blocked-playback-banner_content__hVqYi .blocked-playback-banner_button__ox2zE{margin-top:auto}@media screen and (max-width:959px){.blocked-playback-banner_content__hVqYi{padding:32px;display:block}.blocked-playback-banner_content__hVqYi .blocked-playback-banner_title__8GGB1{font-size:32px;line-height:36px}.blocked-playback-banner_content__hVqYi .blocked-playback-banner_subtitle__oJTQ_{margin-top:12px}.blocked-playback-banner_content__hVqYi .blocked-playback-banner_button__ox2zE{margin-top:32px}}@media screen and (max-width:767px){.blocked-playback-banner_content__hVqYi{padding:20px}.blocked-playback-banner_content__hVqYi .blocked-playback-banner_title__8GGB1{font-size:24px;line-height:28px}.blocked-playback-banner_content__hVqYi .blocked-playback-banner_button__ox2zE{margin-top:24px}}.blocked-playback-banner_close_btn__VAfuj{position:absolute;top:20px;right:20px;z-index:10}.promo-card_wrapper__MBL2P{max-width:1868px;max-height:1008px;width:100%;height:100%;padding:128px 156px 0;position:relative;overflow:hidden;display:flex;justify-content:center;gap:92px;border-radius:76px;background:linear-gradient(to bottom right,#111111,#1f1f1f)}@media screen and (max-width:2047px){.promo-card_wrapper__MBL2P{max-width:1400px;max-height:760px;padding:96px 116px 0;gap:70px;border-radius:56px}}@media screen and (max-width:1679px){.promo-card_wrapper__MBL2P{max-width:1200px;max-height:640px;padding:72px 100px 0;gap:60px;border-radius:48px}}.promo-card_light__y3Ud0{position:absolute;inset:0;z-index:0;overflow:hidden}.promo-card_light__y3Ud0 .promo-card_tall__DCk6r{position:absolute;top:-48px;right:311px;width:686px;height:2240px;border-radius:50%;background-color:#9a1dfd;filter:blur(200px)}@media screen and (max-width:2047px){.promo-card_light__y3Ud0 .promo-card_tall__DCk6r{top:-32px;right:233px;width:514px;height:1680px}}@media screen and (max-width:1679px){.promo-card_light__y3Ud0 .promo-card_tall__DCk6r{top:-40px;right:200px;width:440px;height:1440px}}.promo-card_light__y3Ud0 .promo-card_wide__DW504{position:absolute;top:872px;right:155px;width:998px;height:498px;border-radius:50%;background-color:#8120fe;filter:blur(100px)}@media screen and (max-width:2047px){.promo-card_light__y3Ud0 .promo-card_wide__DW504{top:658px;right:116px;width:748px;height:393px}}@media screen and (max-width:1679px){.promo-card_light__y3Ud0 .promo-card_wide__DW504{top:552px;right:100px;width:640px;height:320px}}.promo-card_iphone__apdya{z-index:1}@media screen and (max-width:2047px){.promo-card_iphone__apdya{width:350px;height:712px}}@media screen and (max-width:1679px){.promo-card_iphone__apdya{width:300px;height:610px}}.promo-card_content__a8EQ_{z-index:1;flex-grow:1;margin-top:48px;width:100%;display:flex;flex-direction:column;align-items:center}@media screen and (max-width:2047px){.promo-card_content__a8EQ_{margin-top:36px}}@media screen and (max-width:1679px){.promo-card_content__a8EQ_{margin-top:32px}}h1.promo-card_title__1fXdg{margin-top:48px;color:var(--color-text-inverted);font-family:MTS Wide;font-size:96px;font-weight:500;line-height:96px;text-align:center}@media screen and (max-width:2047px){h1.promo-card_title__1fXdg{margin-top:36px;font-size:72px;line-height:72px}}@media screen and (max-width:1679px){h1.promo-card_title__1fXdg{margin-top:32px;font-size:64px;line-height:64px}}h1.promo-card_title__1fXdg .promo-card_new_price__HsAk9{margin:16px 10px 0;display:inline-block;position:relative}@media screen and (max-width:2047px){h1.promo-card_title__1fXdg .promo-card_new_price__HsAk9{margin:12px 8px 0}}@media screen and (max-width:1679px){h1.promo-card_title__1fXdg .promo-card_new_price__HsAk9{margin:10px 6px 0}}h1.promo-card_title__1fXdg .promo-card_new_price__HsAk9:before{content:"";position:absolute;z-index:-1;top:calc(50% - 3px);left:50%;transform:translate(-50%,-50%) rotate(-170deg);width:190px;height:112px;background:linear-gradient(88deg,#ff0032,#d33852 50%,#ff0060);border-radius:16px}@media screen and (max-width:2047px){h1.promo-card_title__1fXdg .promo-card_new_price__HsAk9:before{width:142px;height:84px;border-radius:12px}}@media screen and (max-width:1679px){h1.promo-card_title__1fXdg .promo-card_new_price__HsAk9:before{width:122px;height:72px;border-radius:10px}}h1.promo-card_title__1fXdg .promo-card_old_price__abTKK{display:inline-block;position:relative}h1.promo-card_title__1fXdg .promo-card_old_price__abTKK:before{content:"";position:absolute;top:calc(50% - 2px);left:-25px;right:-16px;transform:translateY(-50%) rotate(-16deg);width:342px;height:9px;background-color:#ff0032;border-radius:4.5px}@media screen and (max-width:2047px){h1.promo-card_title__1fXdg .promo-card_old_price__abTKK:before{left:-20px;right:-11px;width:256px;height:7px;border-radius:3.5px}}@media screen and (max-width:1679px){h1.promo-card_title__1fXdg .promo-card_old_price__abTKK:before{left:-14px;right:-6px;width:220px;height:6px;border-radius:3px}}h4.promo-card_subtitle___2ImF{margin-top:29px;max-width:768px;color:var(--color-constant-greyscale-300);text-align:center}@media screen and (max-width:2047px){h4.promo-card_subtitle___2ImF{margin-top:24px;max-width:572px;font-size:24px;line-height:28px}}@media screen and (max-width:1679px){h4.promo-card_subtitle___2ImF{margin-top:20px;max-width:492px;font-size:20px;line-height:24px}}.promo-card_button__GW6IF{margin-top:48px;width:580px;height:100px;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:20px;background:linear-gradient(88deg,#ff0032,#d33852 50%,#ff0060);cursor:pointer;position:relative}.promo-card_button__GW6IF:after{content:"";position:absolute;inset:0;background-color:#bcc3d0;opacity:0;border-radius:20px;mix-blend-mode:multiply;pointer-events:none;transition:opacity .3s ease}.promo-card_button__GW6IF:hover:after{opacity:.4}@media screen and (max-width:2047px){.promo-card_button__GW6IF{margin-top:36px;width:408px;height:78px}}@media screen and (max-width:1679px){.promo-card_button__GW6IF{margin-top:32px;width:340px;height:66px}}.promo-card_button__GW6IF p.promo-card_button_label__5hkWB{z-index:1;color:var(--color-constant-greyscale-0);font-family:MTS Wide;font-size:24px;font-weight:700;line-height:32px;letter-spacing:1.2px;text-transform:uppercase}@media screen and (max-width:2047px){.promo-card_button__GW6IF p.promo-card_button_label__5hkWB{font-size:17px;line-height:24px;letter-spacing:.85px}}@media screen and (max-width:1679px){.promo-card_button__GW6IF p.promo-card_button_label__5hkWB{font-family:MTS Wide;font-size:14px;line-height:20px;letter-spacing:.7px}}.promo-card_button__GW6IF p.promo-card_button_description__xX7s2{z-index:1;color:var(--color-control-alternative);opacity:.7}@media screen and (max-width:2047px){.promo-card_button__GW6IF p.promo-card_button_description__xX7s2{font-size:17px;line-height:24px}}@media screen and (max-width:1679px){.promo-card_button__GW6IF p.promo-card_button_description__xX7s2{font-size:14px;line-height:20px}}p.promo-card_description__454Zk{margin-top:20px;color:var(--color-text-inverted);opacity:.7}@media screen and (max-width:2047px){p.promo-card_description__454Zk{margin-top:16px;font-size:17px;line-height:24px}}@media screen and (max-width:1679px){p.promo-card_description__454Zk{margin-top:12px;font-size:14px;line-height:20px}}.promo-card_close_button__0PvYG{position:absolute;top:52px;right:52px}@media screen and (max-width:2047px){.promo-card_close_button__0PvYG{top:40px;right:40px}}@media screen and (max-width:1679px){.promo-card_close_button__0PvYG{top:32px;right:32px}}.premium-full-screen-banner_modal__YvHS8{max-width:unset;max-height:unset;width:unset;height:unset;border:none;outline:none;background:#040404}.premium-full-screen-banner_modal__YvHS8[open]::-webkit-backdrop{background:unset}.premium-full-screen-banner_modal__YvHS8[open]::backdrop{background:unset}.premium-full-screen-banner_first_block__T3PeT{height:100vh;display:flex;align-items:center;justify-content:center}.promo-card_wrapper__7gTPI{max-width:1868px;max-height:1008px;width:100%;height:100%;padding:128px 156px 0;position:relative;overflow:hidden;display:flex;justify-content:center;gap:92px;border-radius:76px;background:linear-gradient(to bottom right,#111111,#1f1f1f)}@media screen and (max-width:2047px){.promo-card_wrapper__7gTPI{max-width:1400px;max-height:760px;padding:96px 116px 0;gap:70px;border-radius:56px}}@media screen and (max-width:1679px){.promo-card_wrapper__7gTPI{max-width:1200px;max-height:640px;padding:72px 100px 0;gap:60px;border-radius:48px}}.promo-card_light__0N2_z{position:absolute;inset:0;z-index:0;overflow:hidden}.promo-card_light__0N2_z .promo-card_tall__OhtJ7{position:absolute;top:-48px;right:311px;width:686px;height:2240px;border-radius:50%;background-color:#9a1dfd;filter:blur(200px)}@media screen and (max-width:2047px){.promo-card_light__0N2_z .promo-card_tall__OhtJ7{top:-32px;right:233px;width:514px;height:1680px}}@media screen and (max-width:1679px){.promo-card_light__0N2_z .promo-card_tall__OhtJ7{top:-40px;right:200px;width:440px;height:1440px}}.promo-card_light__0N2_z .promo-card_wide__OXH8y{position:absolute;top:872px;right:155px;width:998px;height:498px;border-radius:50%;background-color:#8120fe;filter:blur(100px)}@media screen and (max-width:2047px){.promo-card_light__0N2_z .promo-card_wide__OXH8y{top:658px;right:116px;width:748px;height:393px}}@media screen and (max-width:1679px){.promo-card_light__0N2_z .promo-card_wide__OXH8y{top:552px;right:100px;width:640px;height:320px}}.promo-card_iphone__D0uP6{z-index:1}@media screen and (max-width:2047px){.promo-card_iphone__D0uP6{width:350px;height:712px}}@media screen and (max-width:1679px){.promo-card_iphone__D0uP6{width:300px;height:610px}}.promo-card_content__pyeJU{z-index:1;flex-grow:1;margin-top:48px;width:100%;display:flex;flex-direction:column;align-items:center}@media screen and (max-width:2047px){.promo-card_content__pyeJU{margin-top:36px}}@media screen and (max-width:1679px){.promo-card_content__pyeJU{margin-top:32px}}h1.promo-card_title__BIqa5{margin-top:48px;color:var(--color-text-inverted);font-family:MTS Wide;font-size:96px;font-weight:500;line-height:96px;text-align:center}@media screen and (max-width:2047px){h1.promo-card_title__BIqa5{margin-top:36px;font-size:72px;line-height:72px}}@media screen and (max-width:1679px){h1.promo-card_title__BIqa5{margin-top:32px;font-size:64px;line-height:64px}}h1.promo-card_title__BIqa5 .promo-card_new_price__72u32{margin:16px 10px 0;display:inline-block;position:relative}@media screen and (max-width:2047px){h1.promo-card_title__BIqa5 .promo-card_new_price__72u32{margin:12px 8px 0}}@media screen and (max-width:1679px){h1.promo-card_title__BIqa5 .promo-card_new_price__72u32{margin:10px 6px 0}}h1.promo-card_title__BIqa5 .promo-card_new_price__72u32:before{content:"";position:absolute;z-index:-1;top:calc(50% - 3px);left:50%;transform:translate(-50%,-50%) rotate(-170deg);width:190px;height:112px;background:linear-gradient(88deg,#ff0032,#d33852 50%,#ff0060);border-radius:16px}@media screen and (max-width:2047px){h1.promo-card_title__BIqa5 .promo-card_new_price__72u32:before{width:142px;height:84px;border-radius:12px}}@media screen and (max-width:1679px){h1.promo-card_title__BIqa5 .promo-card_new_price__72u32:before{width:122px;height:72px;border-radius:10px}}h1.promo-card_title__BIqa5 .promo-card_old_price__ymXbe{display:inline-block;position:relative}h1.promo-card_title__BIqa5 .promo-card_old_price__ymXbe:before{content:"";position:absolute;top:calc(50% - 2px);left:-25px;right:-16px;transform:translateY(-50%) rotate(-16deg);width:342px;height:9px;background-color:#ff0032;border-radius:4.5px}@media screen and (max-width:2047px){h1.promo-card_title__BIqa5 .promo-card_old_price__ymXbe:before{left:-20px;right:-11px;width:256px;height:7px;border-radius:3.5px}}@media screen and (max-width:1679px){h1.promo-card_title__BIqa5 .promo-card_old_price__ymXbe:before{left:-14px;right:-6px;width:220px;height:6px;border-radius:3px}}h4.promo-card_subtitle__uDtwu{margin-top:29px;max-width:768px;color:var(--color-constant-greyscale-300);text-align:center}@media screen and (max-width:2047px){h4.promo-card_subtitle__uDtwu{margin-top:24px;max-width:572px;font-size:24px;line-height:28px}}@media screen and (max-width:1679px){h4.promo-card_subtitle__uDtwu{margin-top:20px;max-width:492px;font-size:20px;line-height:24px}}.promo-card_button__tulqJ{margin-top:48px;width:580px;height:100px;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:20px;background:linear-gradient(88deg,#ff0032,#d33852 50%,#ff0060);cursor:pointer;position:relative}.promo-card_button__tulqJ:after{content:"";position:absolute;inset:0;background-color:#bcc3d0;opacity:0;border-radius:20px;mix-blend-mode:multiply;pointer-events:none;transition:opacity .3s ease}.promo-card_button__tulqJ:hover:after{opacity:.4}@media screen and (max-width:2047px){.promo-card_button__tulqJ{margin-top:36px;width:408px;height:78px}}@media screen and (max-width:1679px){.promo-card_button__tulqJ{margin-top:32px;width:340px;height:66px}}.promo-card_button__tulqJ p.promo-card_button_label__Yfl1m{z-index:1;color:var(--color-constant-greyscale-0);font-family:MTS Wide;font-size:24px;font-weight:700;line-height:32px;letter-spacing:1.2px;text-transform:uppercase}@media screen and (max-width:2047px){.promo-card_button__tulqJ p.promo-card_button_label__Yfl1m{font-size:17px;line-height:24px;letter-spacing:.85px}}@media screen and (max-width:1679px){.promo-card_button__tulqJ p.promo-card_button_label__Yfl1m{font-family:MTS Wide;font-size:14px;line-height:20px;letter-spacing:.7px}}.promo-card_button__tulqJ p.promo-card_button_description__ne6sS{z-index:1;color:var(--color-control-alternative);opacity:.7}@media screen and (max-width:2047px){.promo-card_button__tulqJ p.promo-card_button_description__ne6sS{font-size:17px;line-height:24px}}@media screen and (max-width:1679px){.promo-card_button__tulqJ p.promo-card_button_description__ne6sS{font-size:14px;line-height:20px}}.promo-card_close_button__npu8R{position:absolute;top:52px;right:52px}@media screen and (max-width:2047px){.promo-card_close_button__npu8R{top:40px;right:40px}}@media screen and (max-width:1679px){.promo-card_close_button__npu8R{top:32px;right:32px}}.standalone-full-screen-banner_modal__9OzTN{max-width:unset;max-height:unset;width:unset;height:unset;border:none;outline:none;background:#040404}.standalone-full-screen-banner_modal__9OzTN[open]::-webkit-backdrop{background:unset}.standalone-full-screen-banner_modal__9OzTN[open]::backdrop{background:unset}.standalone-full-screen-banner_first_block__8oYOB{height:100vh;display:flex;align-items:center;justify-content:center}.tab_wrapper__dyuAl{cursor:pointer;white-space:nowrap;transition:color .3s ease-out;border:none;padding:14px 20px;border-radius:16px;height:52px;font:500 1.0625rem/1.5rem MTS Compact,sans-serif}@media screen and (max-width:959px){.tab_wrapper__dyuAl{padding:6px 12px;border-radius:12px;height:32px;font:500 .875rem/1.25rem MTS Compact,sans-serif}}.tab_active__4kR9z{color:var(--color-text-inverted);background-color:var(--color-control-secondary-active);transition:color .3s ease-in-out}.tab_inactive__fhzuA{color:var(--color-text-primary);background-color:var(--color-control-blur);transition:color .3s ease-out}@media(hover:hover)and (pointer:fine){.tab_inactive__fhzuA:hover{color:var(--color-text-secondary);transition:color .3s ease-out}}.favorite-tabs-block_wrapper__vsWZ6{margin-bottom:32px;grid-area:tabs}.favorite-tabs-block_skeleton__DDnkL{position:relative;margin:4px 12px 4px 0;width:122px;height:44px}@media screen and (max-width:959px){.favorite-tabs-block_skeleton__DDnkL{margin:2px 12px 2px 0;width:100px;height:28px}}.favorite-tabs-block_skeleton__DDnkL>*{opacity:0}.favorite-tabs-block_skeleton__DDnkL:after{content:"";position:absolute;display:block;inset:0;border-radius:16px;animation:favorite-tabs-block_skeleton-animation__1cHSr 2s linear infinite;background-color:var(--color-control-inactive)}@keyframes favorite-tabs-block_skeleton-animation__1cHSr{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.favorite-tabs-block_tabs__PMVA_{display:flex;margin:32px -20px 0;padding:0 20px;overflow-x:auto}@supports selector(::-webkit-scrollbar){.favorite-tabs-block_tabs__PMVA_::-webkit-scrollbar{display:none}}@supports not selector(::-webkit-scrollbar){.favorite-tabs-block_tabs__PMVA_{scrollbar-width:none}}.favorite-tabs-block_tabs__PMVA_ li>*{display:block}@keyframes favorite-tabs-block_skeleton__DDnkL{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.divider_divider__0WR2R{width:100%;height:1px;background-color:var(--color-background-stroke);border:none}.footer_wrapper__76zTi{padding-bottom:24px;grid-area:footer}.footer_wrapper__76zTi .footer_rowGap__HjS7z{row-gap:32px}@media screen and (max-width:767px){.footer_wrapper__76zTi .footer_rowGap__HjS7z{row-gap:40px}}.footer_divider__Pjoif{margin-top:56px;margin-bottom:32px}@media screen and (max-width:767px){.footer_divider__Pjoif{margin-bottom:40px}}.footer_paddingBottom__ka4fP{padding-bottom:96px}@media screen and (max-width:767px){.footer_paddingBottom__ka4fP{padding-bottom:154px}}.footer-left-column_footer__leftColumn__7l3UA{display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1279px){.footer-left-column_footer__leftColumn__7l3UA{flex-direction:row}}@media screen and (max-width:767px){.footer-left-column_footer__leftColumn__7l3UA{flex-direction:column;row-gap:40px}}.footer-left-column_footer__leftColumn__7l3UA .footer-left-column_buttonMobile__8zFro{display:none}@media screen and (max-width:767px){.footer-left-column_footer__leftColumn__7l3UA .footer-left-column_buttonMobile__8zFro{display:flex}}.footer-left-column_footer__downloadBlock__2jVfP{display:flex;gap:12px}@media(max-width:1279px){.footer-left-column_footer__downloadBlock__2jVfP{gap:16px}}@media screen and (max-width:767px){.footer-left-column_footer__downloadBlock__2jVfP{display:none}}.footer-left-column_footer__socialLinks__YoFTa{display:flex;gap:16px}@media(max-width:1279px){.footer-left-column_footer__socialLinks__YoFTa{gap:24px}}@media screen and (max-width:767px){.footer-left-column_footer__socialLinks__YoFTa{gap:32px}}.footer-left-column_footer__socialLink__2jWPI{display:block}.footer-left-column_footer__socialLink__2jWPI path{fill:var(--color-icon-tertiary);transition:fill .3s ease}@media(hover:hover){.footer-left-column_footer__socialLink__2jWPI:hover path{fill:var(--color-icon-secondary);transition:fill .3s ease}}@media(max-width:1279px){.footer-left-column_footer__socialLink__2jWPI{width:44px;height:44px}}.footer-left-column_downloadBlock__text__q0eIw{white-space:pre-line}@media(max-width:1279px){.footer-left-column_downloadBlock__text__q0eIw{font:500 .875rem/1.25rem MTS Compact,sans-serif}}.footer-left-column_downloadBlock__container__XzzFa{display:flex;flex-direction:column;gap:12px}.footer-left-column_downloadBlock__container__XzzFa .footer-left-column_buttonTablet__GXvA5{display:none}@media screen and (min-width:768px)and (max-width:1279px){.footer-left-column_downloadBlock__container__XzzFa .footer-left-column_buttonTablet__GXvA5{display:flex}}.footer-left-column_downloadBlock__linkTablet__E9Ik4{display:none;position:relative;width:max-content;padding-left:12px;padding-right:12px;border-radius:12px;font:700 .625rem/.75rem MTS Wide,sans-serif;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-inverted);background-color:var(--color-control-secondary-active)}@media screen and (min-width:768px)and (max-width:1279px){.footer-left-column_downloadBlock__linkTablet__E9Ik4{display:block}}.footer-left-column_downloadBlock__linkMobile__0_ScQ{display:none;position:relative;width:100%;height:44px;border-radius:16px;font:700 .75rem/1rem MTS Wide,sans-serif;text-transform:uppercase;letter-spacing:.05em}@media screen and (max-width:767px){.footer-left-column_downloadBlock__linkMobile__0_ScQ{display:flex}}.external-link-item_externalLink__mPU1A{color:var(--color-text-secondary-link);text-decoration:none;outline:none;background:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px}@media(hover:hover){.external-link-item_externalLink__mPU1A:hover{background-size:100% 1px}}.external-link-item_externalLink__mPU1A:active{color:var(--color-text-primary)}.footer-right-column_linksBlock__DdHBf{display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:767px){.footer-right-column_linksBlock__DdHBf{order:-1}}.footer-right-column_list__bI2hH{display:flex;flex-direction:column;gap:16px}.footer-right-column_copyright__9OQLc{display:flex;justify-content:space-between;margin-top:40px;color:var(--color-text-tertiary)}@media screen and (max-width:767px){.footer-right-column_copyright__9OQLc{display:none}}.footer-right-column_copyright__mobile__3AVMb{display:none;width:100%}@media screen and (max-width:767px){.footer-right-column_copyright__mobile__3AVMb{display:flex;margin-top:0}}.footer-right-column_maxWidth__qkwYF{max-width:168px}.footer-right-column_rowGap__N17WE{row-gap:16px}.footer-right-column_flexEnd__HZWsV{align-self:flex-end}.footer-right-column_flex__Os0Kz{display:flex}.input-search_wrapper__RoSXr{width:100%;display:flex;gap:4px;align-items:center;background-color:var(--color-background-secondary);border:1px solid var(--color-background-stroke);border-radius:16px}.input-search_wrapper__RoSXr:hover{border-color:var(--color-control-secondary-active)}.input-search_wrapper__RoSXr:focus-within{border-color:var(--color-accent-active)}.input-search_wrapper__RoSXr.input-search_size__l__ohbk_{height:32px;padding:14px 12px}.input-search_wrapper__RoSXr.input-search_size__m___diDJ{height:44px;padding:10px 12px}.input-search_wrapper__RoSXr.input-search_size__s__U_V1E{height:52px;padding:4px 12px}.input-search_wrapper__RoSXr svg{min-width:24px;min-height:24px;width:24px;height:24px}.input-search_wrapper__RoSXr .input-search_input__AdEbx{width:100%;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--color-text-primary);background:rgba(0,0,0,0)}.input-search_wrapper__RoSXr .input-search_input__AdEbx::placeholder{color:var(--color-text-secondary)}.input-search_wrapper__RoSXr .input-search_close__icon__T20sF{cursor:pointer}.burger-button_icon__2SpYz{display:none}@media screen and (max-width:1279px){.burger-button_icon__2SpYz{width:32px;height:32px;min-width:32px;min-height:32px;margin-left:20px;display:block;cursor:pointer}}.search-field_wrapper__OGjkB{display:flex;align-items:center}.search-field_input_wrapper__zlVPt{width:100%;display:flex;align-items:center;padding:6px 12px 8px;background:var(--color-background-secondary);border-radius:10px}.search-field_input_wrapper__zlVPt svg{min-width:24px;min-height:24px;width:24px;height:24px}.search-field_input_wrapper__zlVPt input{margin-left:4px;width:100%;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--color-text-primary);background:rgba(0,0,0,0)}.search-field_input_wrapper__zlVPt input::placeholder{color:var(--color-text-tertiary)}.search-field_cancel__fIAj_{margin-left:8px}.menu-cell_wrapper__HAZqn{display:flex;align-items:center;gap:12px;padding:14px 12px;cursor:pointer;border-radius:12px;color:var(--color-control-secondary-active);transition:background-color .1s ease-out}.menu-cell_wrapper__HAZqn:hover{background-color:var(--color-background-primary)}@media screen and (max-width:1279px){.menu-cell_wrapper__HAZqn{padding:16px 0}.menu-cell_wrapper__HAZqn:hover{background-color:inherit}}.menu-cell_selected__Uo_oP{color:var(--color-control-primary-active)}.menu-cell_selected__Uo_oP svg:not([fill=none]){fill:var(--color-control-primary-active)}@keyframes mobile-menu_content-close__g8Ngj{0%{transform:translateY(0)}to{transform:translateY(-110%)}}@keyframes mobile-menu_content-open__JRtt1{0%{transform:translateY(-110%)}to{transform:translateY(0)}}.mobile-menu_mobile_menu__88DwY{width:100%;height:calc(100dvh - 52px);z-index:9;background:var(--color-background-overlay);position:fixed;top:52px;left:0;display:none;align-items:center;flex-direction:column;box-sizing:border-box}.mobile-menu_mobile_menu__88DwY.mobile-menu_visible__cexAw{display:flex}@media screen and (max-width:767px){.mobile-menu_mobile_menu__88DwY.mobile-menu_closed__lR_gp{animation:mobile-menu_content-close__g8Ngj .4s ease-in-out forwards}.mobile-menu_mobile_menu__88DwY.mobile-menu_open__HxzBQ{animation:mobile-menu_content-open__JRtt1 .4s ease-in-out forwards}}.mobile-menu_mobile_menu__88DwY .mobile-menu_mobile_menu__content__F1LAK{position:relative;height:100%;overflow-y:hidden;flex:1 1;background-color:var(--color-background-primary);align-self:flex-end;width:360px}.mobile-menu_mobile_menu__88DwY .mobile-menu_mobile_menu__content__F1LAK.mobile-menu_shadow__xk47a:before{content:"";position:absolute;top:0;width:100%;z-index:1;box-shadow:0 0 16px 8px rgba(0,0,0,.08)}@media screen and (max-width:767px){.mobile-menu_mobile_menu__88DwY .mobile-menu_mobile_menu__content__F1LAK{width:100%}}.mobile-menu_mobile_menu__88DwY .mobile-menu_mobile_menu__links__sdfPh{display:flex;flex-direction:column;height:100%;overflow-y:auto;background-color:var(--color-background-primary);padding:16px 20px}.mobile-menu_mobile_menu__88DwY .mobile-menu_mobile_menu__links__sdfPh.mobile-menu_withIncreasedPaddingBottom__kgQra{padding:16px 20px 88px}@media screen and (max-width:767px){.mobile-menu_mobile_menu__88DwY .mobile-menu_mobile_menu__links__sdfPh.mobile-menu_withIncreasedPaddingBottom__kgQra{padding:16px 20px 146px}}.mobile-menu_mobile_menu__88DwY .mobile-menu_mobile_menu__links__sdfPh li{text-decoration:none;color:var(--color-control-secondary-active)}.mobile-menu_mobile_menu__88DwY .mobile-menu_mobile_menu__item__7TEth{display:flex;padding:16px 0;font-size:17px;line-height:24px;cursor:pointer}.mobile-menu_mobile_menu__88DwY .mobile-menu_mobile_menu__item__7TEth>:first-child{margin-right:12px}.mobile-menu_mobile_menu__88DwY .mobile-menu_mobile_menu__close_button__KPiD3{background-repeat:no-repeat;background-size:auto;width:20px;height:20px;position:absolute;right:24px;top:24px;cursor:pointer;border:none;outline:none;background-color:rgba(0,0,0,0)}.mobile-menu_mobile_menu__88DwY .mobile-menu_mobile_menu__download_app_button___ST1X{margin:auto 0 20px}.mobile-menu_divider___2orT{margin:16px 0}.mobile-menu_divider___2orT:last-of-type{display:none}@media screen and (max-width:1279px){.mobile-menu_divider___2orT:last-of-type{display:block}}.mobile-menu_create_playlist_button__G57xb{margin:12px 0}.mobile-menu_selected__Caz10{color:var(--color-control-primary-active)}.mobile-menu_selected__Caz10 g path{fill:var(--color-control-primary-active)}.profile-widget_wrapper__SWQnN{display:block}.music-subscription-block_wrapper__v2jsd{background-color:var(--color-background-primary);padding:32px 20px;border-radius:16px}.modal_overlay__MR62_{position:fixed;inset:0;z-index:70000;padding:34px 34px 70px;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(0,0,0,.3)}.modal_overlay__MR62_.modal_hidden__S2pcy{background:none}@media screen and (max-width:767px){.modal_overlay__MR62_{padding:0}}.modal_modal_wrapper__pPvCA{position:relative;z-index:70002}@media screen and (max-width:767px){.modal_modal_wrapper__pPvCA{width:100%}}.modal_modal_block__yHGZE{margin:auto;padding:24px;height:auto;position:relative;border-radius:16px;background-color:var(--color-constant-greyscale-0);display:flex;flex-direction:column;box-shadow:0 4px 24px rgba(0,0,0,.12),0 12px 20px rgba(0,0,0,.14)}@media screen and (max-width:768px){.modal_modal_block__yHGZE{margin:0;height:100%}}@media screen and (max-width:767px){.modal_modal_block__yHGZE{top:0;width:100%;height:100vh;border-radius:0;overflow:auto;padding:20px}.modal_modal_block__yHGZE.modal_show_close_button__2V37z{padding:64px 20px 20px}}.modal_close_button__xHGlK{position:absolute;right:24px;top:24px}.premium-subscription-block_wrapper__EThmN{color:var(--color-text-primary)}.premium-subscription-block_title__HaSbi{margin-bottom:8px}.premium-subscription-block_description__4XtHC{margin-bottom:16px}.premium-subscription-block_button__SbyiP{background:linear-gradient(48.27deg,#9BD5FF 6.25%,#9B93FF 44.27%,#9A8DFF 58.33%,#7C86FE 84.9%);margin-bottom:16px}@keyframes search-drop-list_fadeIn__tY3yx{0%{opacity:0}to{opacity:1}}@keyframes search-drop-list_fadeOut__sxE2d{0%{opacity:1}to{opacity:0}}.search-drop-list_wrapper__wcQc8{display:flex;flex-direction:column;gap:8px;position:absolute;width:100%;padding:8px;top:48px;left:0;border-radius:16px;background-color:var(--color-background-secondary);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:10;overflow-y:auto;max-height:calc(100vh - 68px);max-height:calc(100dvh - 68px);opacity:0;transition:opacity .3s ease-in}@supports selector(::-webkit-scrollbar){.search-drop-list_wrapper__wcQc8::-webkit-scrollbar{display:none}}@supports not selector(::-webkit-scrollbar){.search-drop-list_wrapper__wcQc8{scrollbar-width:none}}@media screen and (max-width:959px){.search-drop-list_wrapper__wcQc8{max-height:calc(100vh - 52px);max-height:calc(100dvh - 52px)}}@media screen and (min-width:768px)and (max-width:959px){.search-drop-list_wrapper__wcQc8{background-color:var(--color-control-alternative);padding:0 20px;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;top:52px}}@media screen and (max-width:767px){.search-drop-list_wrapper__wcQc8{background-color:var(--color-control-alternative);padding:0 20px;width:100vw;margin-left:-20px;top:52px}}.search-drop-list_wrapper__wcQc8.search-drop-list_withLimitedHeight__1A4vN{max-height:calc(100vh - 152px);max-height:calc(100dvh - 152px)}@media screen and (min-width:960px)and (max-width:1279px){.search-drop-list_wrapper__wcQc8.search-drop-list_withLimitedHeight__1A4vN{max-height:calc(100vh - 140px);max-height:calc(100dvh - 140px)}}@media screen and (min-width:768px)and (max-width:959px){.search-drop-list_wrapper__wcQc8.search-drop-list_withLimitedHeight__1A4vN{padding-bottom:72px;max-height:calc(100vh - 56px);max-height:calc(100dvh - 56px)}}@media screen and (max-width:767px){.search-drop-list_wrapper__wcQc8.search-drop-list_withLimitedHeight__1A4vN{padding-bottom:130px;max-height:calc(100vh - 56px);max-height:calc(100dvh - 56px)}}.search-drop-list_wrapper__wcQc8 .search-drop-list_resetMargin__j2_4R{margin:0}.search-drop-list_closed__XfSmh{opacity:0}.search-drop-list_open__JWm_c{animation:search-drop-list_fadeIn__tY3yx .2s ease-in forwards}.search-drop-list_closed__XfSmh{animation:search-drop-list_fadeOut__sxE2d .2s ease-in forwards}.search-drop-list_spinnerWrapper__yjyq7{display:flex;justify-content:center;align-items:center;background-color:var(--color-control-alternative);border-radius:8px;height:104px}@media screen and (max-width:959px){.search-drop-list_spinnerWrapper__yjyq7{height:100vh;height:100dvh;align-items:start;padding-top:32px}}.new-avatar_wrapper__YXp6g{position:relative;aspect-ratio:1/1;border:1px solid var(--color-background-stroke);border-radius:20px;overflow:hidden}.new-avatar_round__jYQ38{border-radius:50%}.new-avatar_avatar__cm9TQ{object-fit:cover}.new-avatar_rectangle__QCsfw{aspect-ratio:2.09/1}.description_description__aeS5c{font-family:MTS Compact,sans-serif;font-size:14px;font-weight:400;line-height:16.8px;margin-top:4px;color:var(--color-text-secondary);max-height:34px;z-index:2}@media screen and (max-width:959px){.description_description__aeS5c{pointer-events:none;cursor:default}}@media screen and (max-width:691px){.description_description__aeS5c{margin-top:0}}@media screen and (max-width:959px){.description_lineClamp__rf9J4:after{height:20.4px}}.description_lineClamp__rf9J4{position:relative;display:-webkit-box;overflow:hidden}.description_lineClamp__rf9J4:after{content:"";pointer-events:none;text-align:right;position:absolute;bottom:0;right:0;width:10%;height:20.4px;background:linear-gradient(90deg,rgba(255,255,255,0),rgb(255,255,255) 50%)}.description_flex__vLvqi{display:flex;justify-content:center}.card-title_titleWrapper__n8OFV{display:flex;justify-content:space-between;align-items:center;column-gap:4px}.card-title_title__t7FK5{width:100%;font-family:MTS Compact,sans-serif;font-size:17px;font-weight:500;line-height:20.4px;margin-top:12px;color:var(--color-text-primary);transition:color .1s ease-in-out;max-height:40px;z-index:2}@media(max-width:691px){.card-title_title__t7FK5{margin-top:8px}}.card-title_lineClamp__cLFi6{position:relative;display:-webkit-box;overflow:hidden}.card-title_lineClamp__cLFi6:after{content:"";pointer-events:none;text-align:right;position:absolute;bottom:0;right:0;width:10%;height:20.4px;background:linear-gradient(90deg,rgba(255,255,255,0),rgb(255,255,255) 50%)}.card-title_icon__YMCbZ{vertical-align:middle;margin-right:4px;margin-bottom:1px}.card-title_flex__Azy0i{display:flex;justify-content:center;text-align:center}@media(hover:hover)and (pointer:fine){.card-title_hover__qhr7Y:hover{color:var(--color-control-primary-active);transition:color .1s ease-in-out}}.card-title_noHover__opqym{pointer-events:none}.base_wrapper__6P2Pb{position:relative;cursor:pointer;height:max-content}.base_wrapper__6P2Pb:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:26px;padding:8px 8px 16px;box-shadow:0 4px 16px 0 rgba(0,0,0,.0784313725);transition:all .1s ease-in-out;opacity:0;margin:-8px 0 -16px}@media(hover:hover)and (pointer:fine){.base_wrapper__6P2Pb:hover:before{opacity:1}.base_wrapper__6P2Pb:hover .base_overlay__B4lvj{opacity:1;transition:opacity .1s ease-in-out}.base_wrapper__6P2Pb:hover .base_controlBlock__KqY5w,.base_wrapper__6P2Pb:hover .base_likeIcon__yzlIE{display:flex}}.base_wrapper__6P2Pb .base_likeIcon__yzlIE{display:none}@media(hover:hover)and (pointer:fine){.base_noBackWrapper__E9fzV:hover:before{opacity:0}}.base_overlay__B4lvj{opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(29,32,35,.4);z-index:1;transition:opacity .1s ease-in-out}.base_controlBlock__KqY5w{display:none;position:absolute;top:0;right:0;z-index:3;top:50%;right:50%;transform:translate(50%,-50%)}.base_isActive__Ia_C_~.base_overlay__B4lvj{opacity:.5}.base_isActive__Ia_C_.base_controlBlock__KqY5w{display:flex}.base_linksHover__u0fix{transition:color .1s ease-in-out}@media(hover:hover)and (pointer:fine){.base_linksHover__u0fix:hover{color:var(--color-control-primary-active);transition:color .1s ease-in-out}}.album-card-ui_wrapper__dULk1{position:relative}.album-card-ui_wrapper__dULk1.album-card-ui_isActive___T1p6 .album-card-ui_controlButton__rcoVq{display:grid}.album-card-ui_wrapper__dULk1.album-card-ui_isActive___T1p6 .album-card-ui_overlay__SzuOa:before{background-color:rgba(29,32,35,.2);transition:background-color .3s ease-in-out}@media(hover:hover)and (pointer:fine){.album-card-ui_wrapper__dULk1:hover .album-card-ui_overlay__SzuOa:before{background-color:rgba(29,32,35,.4);transition:background-color .3s ease-in-out}.album-card-ui_wrapper__dULk1:hover .album-card-ui_controlButton__rcoVq{display:grid}.album-card-ui_wrapper__dULk1:has(.album-card-ui_controlButton__rcoVq:hover) .album-card-ui_overlay__SzuOa:before{background-color:rgba(29,32,35,.2);transition:background-color .3s ease-in-out}}.album-card-ui_controlButton__rcoVq{position:absolute;display:none;grid-template-columns:1fr 60px 1fr;align-items:center;justify-items:center;width:100%;top:50%;right:50%;z-index:3;transform:translate(50%,-50%);gap:8px}.album-card-ui_controlButton__rcoVq:hover .album-card-ui_pauseIcon__mputH{display:block}.album-card-ui_controlButton__rcoVq:hover .album-card-ui_playingIcon__f59I5,.album-card-ui_pauseIcon__mputH{display:none}.album-card-ui_playBlock__QLy9x{grid-column:2}.album-card-ui_likeBlock__4gxhJ{grid-column:3;justify-self:flex-start}.album-card-ui_link___CJsv:before{content:"";position:absolute;inset:0;margin:-8px 0 -16px;z-index:1}.album-card-ui_overlay__SzuOa{display:block;position:relative}.album-card-ui_overlay__SzuOa:before{content:"";position:absolute;inset:0;z-index:1;background-color:rgba(0,0,0,0);transition:background-color .3s ease-in-out}.control-btn_background__NUNg1{border:none;align-items:center;border-radius:50%;background-color:var(--color-control-alternative);transition:.1s ease-in-out;cursor:pointer;display:flex;justify-content:center}.control-btn_extra-large__LoKxr{width:80px;height:80px;min-width:80px;min-height:80px;transition:.1s ease-in-out}@media(hover:hover){.control-btn_extra-large__LoKxr:hover{width:84px;height:84px;min-width:84px;min-height:84px;margin:-2px;transition:.1s ease-in-out}}.control-btn_large__Bh_IO{width:56px;height:56px;min-width:56px;min-height:56px;transition:.1s ease-in-out}@media(hover:hover){.control-btn_large__Bh_IO:hover{width:60px;height:60px;min-width:60px;min-height:60px;transition:.1s ease-in-out}}.control-btn_medium__VhKH5{width:48px;height:48px;min-width:48px;min-height:48px;transition:.1s ease-in-out}@media(hover:hover){.control-btn_medium__VhKH5:hover{width:52px;height:52px;min-width:52px;min-height:52px;margin:-2px;transition:.1s ease-in-out}}.control-btn_small__eO84f{width:32px;height:32px;min-width:32px;min-height:32px;transition:.1s ease-in-out}@media(hover:hover){.control-btn_small__eO84f:hover{width:36px;height:36px;min-width:36px;min-height:36px;margin:-2px;transition:.1s ease-in-out}.control-btn_small__eO84f:active{width:32px;height:32px;min-width:32px;min-height:32px;margin:0;transition:.1s ease-in-out}}.dislike_default__e9Jiv{cursor:pointer}@media(hover:hover){.dislike_default__e9Jiv:hover{fill:var(--color-icon-primary)}.dislike_default__e9Jiv:active{fill:var(--color-control-primary-active)}}.dislike_active___vbVq{cursor:pointer}@media(hover:hover){.dislike_active___vbVq:hover{opacity:60%}}.like_default__rBizU{cursor:pointer}@media(hover:hover){.like_default__rBizU:hover{fill:var(--color-icon-primary)}.like_default__rBizU:active{fill:var(--color-control-primary-active)}}.like_active__1_Z4W{cursor:pointer}.playlist-card-ui_wrapper__DlMiu{position:relative}.playlist-card-ui_wrapper__DlMiu.playlist-card-ui_isActive__k_v8f .playlist-card-ui_controlButton__XMpH2{display:grid}.playlist-card-ui_wrapper__DlMiu.playlist-card-ui_isActive__k_v8f .playlist-card-ui_overlay__aKDNA:before{background-color:rgba(29,32,35,.2);transition:background-color .3s ease-in-out}@media(hover:hover)and (pointer:fine){.playlist-card-ui_wrapper__DlMiu:hover .playlist-card-ui_overlay__aKDNA:before{background-color:rgba(29,32,35,.4);transition:background-color .3s ease-in-out}.playlist-card-ui_wrapper__DlMiu:hover .playlist-card-ui_controlButton__XMpH2{display:grid}.playlist-card-ui_wrapper__DlMiu:has(.playlist-card-ui_controlButton__XMpH2:hover) .playlist-card-ui_overlay__aKDNA:before{background-color:rgba(29,32,35,.2);transition:background-color .3s ease-in-out}}.playlist-card-ui_controlButton__XMpH2{position:absolute;display:none;grid-template-columns:1fr 60px 1fr;align-items:center;justify-items:center;width:100%;top:50%;right:50%;z-index:3;transform:translate(50%,-50%);gap:8px}.playlist-card-ui_controlButton__XMpH2:hover .playlist-card-ui_pauseIcon__rms2z{display:block}.playlist-card-ui_controlButton__XMpH2:hover .playlist-card-ui_playingIcon__aF3gh,.playlist-card-ui_pauseIcon__rms2z{display:none}.playlist-card-ui_playBlock__lzmnJ{grid-column:2}.playlist-card-ui_likeBlock__uF8_J{grid-column:3;justify-self:flex-start}.playlist-card-ui_link__KEPab:before{content:"";position:absolute;inset:0;margin:-8px 0 -16px;z-index:1}.playlist-card-ui_overlay__aKDNA{display:block;position:relative}.playlist-card-ui_overlay__aKDNA:before{content:"";position:absolute;inset:0;z-index:1;background-color:rgba(0,0,0,0);transition:background-color .3s ease-in-out}@media(hover:hover)and (pointer:fine){.genre-card-ui_wrapper__6MLYT:hover .genre-card-ui_overlay__LXlZd:before{background-color:rgba(29,32,35,.4);transition:background-color .3s ease-in-out}}.genre-card-ui_wrapper__6MLYT:before{left:2px;right:2px;padding:8px;margin:-8px 0}.genre-card-ui_hiddenText__d4yR4{visibility:hidden;position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.genre-card-ui_overlay__LXlZd{display:block;position:relative}.genre-card-ui_overlay__LXlZd:before{content:"";position:absolute;inset:0;z-index:1;background-color:rgba(0,0,0,0);transition:background-color .3s ease-in-out}.artist-card-ui_wrapper__Qq7_j{position:relative}.artist-card-ui_wrapper__Qq7_j.artist-card-ui_isActive__PAGl2 .artist-card-ui_controlButton__vyM_i{display:grid}.artist-card-ui_wrapper__Qq7_j.artist-card-ui_isActive__PAGl2 .artist-card-ui_overlay__O04s5:before{background-color:rgba(29,32,35,.2);transition:background-color .3s ease-in-out}@media(hover:hover)and (pointer:fine){.artist-card-ui_wrapper__Qq7_j:hover .artist-card-ui_overlay__O04s5:before{background-color:rgba(29,32,35,.4);transition:background-color .3s ease-in-out}.artist-card-ui_wrapper__Qq7_j:hover .artist-card-ui_controlButton__vyM_i{display:grid}.artist-card-ui_wrapper__Qq7_j:has(.artist-card-ui_controlButton__vyM_i:hover) .artist-card-ui_overlay__O04s5:before{background-color:rgba(29,32,35,.2);transition:background-color .3s ease-in-out}}.artist-card-ui_wrapper__Qq7_j:before{display:none}.artist-card-ui_controlButton__vyM_i{position:absolute;display:none;grid-template-columns:1fr 60px 1fr;align-items:center;justify-items:center;width:100%;top:50%;right:50%;z-index:3;transform:translate(50%,-50%);gap:8px}.artist-card-ui_controlButton__vyM_i:hover .artist-card-ui_pauseIcon__21Cbb{display:block}.artist-card-ui_controlButton__vyM_i:hover .artist-card-ui_playingIcon___Aixq,.artist-card-ui_pauseIcon__21Cbb{display:none}.artist-card-ui_playBlock__UTjZs{grid-column:2}.artist-card-ui_likeBlock__nviJu{grid-column:3;justify-self:flex-start}.artist-card-ui_link__mw_9g:before{content:"";position:absolute;inset:0;margin:-8px 0 -16px;z-index:1}.artist-card-ui_overlay__O04s5{display:block;position:relative}.artist-card-ui_overlay__O04s5:before{content:"";position:absolute;inset:0;z-index:1;background-color:rgba(0,0,0,0);transition:background-color .3s ease-in-out}.artist-card-ui_genreBlock__s6w75{text-align:center;display:flex;justify-content:center;flex-wrap:wrap}.artist-card-ui_genre__1IZwU{display:block}.universal-control-block_controlBlock__wrapper__hzeq9{column-gap:8px;align-items:center}.radio-avatar_wrapper__UwS9e{background-color:var(--color-background-secondary);position:relative;aspect-ratio:1/1;border-radius:20px;overflow:hidden;padding:16px}.radio-avatar_avatarWrapper__a32W0{position:relative;width:100%;aspect-ratio:1/1}.radio-avatar_avatarWrapper__a32W0:after{content:"";display:block;width:100%;aspect-ratio:1/1;border-radius:50%;background-color:var(--color-background-primary)}.radio-avatar_avatar__Uxfv8{max-width:64%;max-height:64%;top:50%!important;left:50%!important;transform:translate(-50%,-50%);object-fit:contain;border-radius:12px}.interesting-card-ui_wrapper__kWUVE{position:relative;border:1px solid var(--color-background-stroke);border-radius:20px;overflow:hidden}.interesting-card-ui_wrapper__kWUVE.interesting-card-ui_isActive__FYuJt .interesting-card-ui_controlButton__8eFsC{display:flex!important}.interesting-card-ui_wrapper__kWUVE.interesting-card-ui_isActive__FYuJt .interesting-card-ui_linkWrapper__BmXdA:before{background-color:rgba(29,32,35,.2);transition:background-color .3s ease-in-out}@media(hover:hover)and (pointer:fine){.interesting-card-ui_wrapper__kWUVE:hover .interesting-card-ui_linkWrapper__BmXdA:before{background-color:rgba(29,32,35,.4);transition:background-color .3s ease-in-out}.interesting-card-ui_wrapper__kWUVE:hover .interesting-card-ui_controlButton__8eFsC{display:flex!important}.interesting-card-ui_wrapper__kWUVE:has(.interesting-card-ui_controlButton__8eFsC:hover) .interesting-card-ui_linkWrapper__BmXdA:before{background-color:rgba(29,32,35,.2);transition:background-color .3s ease-in-out}}.interesting-card-ui_linkWrapper__BmXdA{display:block;height:100%;position:relative}.interesting-card-ui_linkWrapper__BmXdA:before{content:"";position:absolute;inset:0;z-index:1;background-color:rgba(0,0,0,0);transition:background-color .3s ease-in-out}.interesting-card-ui_cover__dTwxv{object-fit:cover}.interesting-card-ui_square__8auZF{aspect-ratio:1/1}@media screen and (max-width:691px){.interesting-card-ui_square__8auZF{max-height:100%}}.interesting-card-ui_controlButton__8eFsC{position:absolute;display:none!important;top:50%;right:50%;z-index:3;transform:translate(50%,-50%)}.interesting-card-ui_controlButton__8eFsC:hover .interesting-card-ui_pauseIcon__8AdRw{display:block!important}.interesting-card-ui_controlButton__8eFsC:hover .interesting-card-ui_playingIcon__RErST,.interesting-card-ui_pauseIcon__8AdRw{display:none!important}.interesting-card-ui_description__yUMIb:after{content:"";pointer-events:none;text-align:right;position:absolute;bottom:0;right:0;width:24px;height:20px;background:linear-gradient(90deg,rgba(255,255,255,0),rgb(255,255,255) 50%)}@media screen and (max-width:959px){.interesting-card-ui_description__yUMIb:after{height:17px}}.interesting-card-ui_description__yUMIb{position:relative;overflow:hidden;font-family:MTS Compact,sans-serif;font-weight:400;color:var(--color-text-secondary);margin-top:12px;font-size:17px;line-height:20px;max-height:40px}@media screen and (max-width:959px){.interesting-card-ui_description__yUMIb{margin-top:8px;font-size:14px;line-height:17px;max-height:34px}}.interesting-card-ui_hiddenText__3MLwr{visibility:hidden;position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.mood-card-ui_button__MDCV6{position:relative;cursor:pointer;display:flex;align-items:center;width:max-content;gap:16px;padding:16px 32px 16px 16px;border-radius:32px;border-color:rgba(0,0,0,0);transition:all .3s ease-in-out;height:80px;background-color:#f2f3f7;color:var(--color-text-primary)}@media screen and (max-width:959px){.mood-card-ui_button__MDCV6{padding:12px 24px 12px 16px;gap:12px;height:72px;font:500 1.25rem/1.5rem MTS Wide,sans-serif}}.mood-card-ui_button__MDCV6.mood-card-ui_active__gY2jA{background-color:#8120fe;color:var(--color-text-inverted)}@media(hover:hover)and (pointer:fine){.mood-card-ui_button__MDCV6:hover{box-shadow:0 0 6px 0 rgba(0,0,0,.08),0 4px 16px 0 rgba(0,0,0,.08)}.mood-card-ui_button__MDCV6:hover .mood-card-ui_pauseIcon__fNcpa{display:block}.mood-card-ui_button__MDCV6:hover .mood-card-ui_playingIcon__EU_Gh{display:none}}.mood-card-ui_active__gY2jA:hover .mood-card-ui_iconBackground__rrjdU,.mood-card-ui_button__MDCV6:hover .mood-card-ui_iconBackground__rrjdU{width:52px;height:52px;min-width:52px;min-height:52px;margin:-2px;transition:.1s ease-in-out}.mood-card-ui_pauseIcon__fNcpa{display:none}.collection-card-ui_card__rectangle__djpM_{aspect-ratio:2.09/1}@media screen and (hover:hover){.collection-card-ui_card__rectangle__djpM_:hover img{border-radius:20px;border-radius:12px;transform:rotate(0deg)}.collection-card-ui_card__rectangle__djpM_:hover img:first-child{top:8px;left:8px;width:76px;height:76px}.collection-card-ui_card__rectangle__djpM_:hover img:nth-child(2){top:8px;right:8px;width:88px;height:88px}.collection-card-ui_card__rectangle__djpM_:hover img:nth-child(3){left:8px;bottom:8px;width:92px;height:92px}.collection-card-ui_card__rectangle__djpM_:hover img:nth-child(4){right:8px;bottom:8px;width:80px;height:80px}}@media screen and (hover:hover)and (max-width:1919px){.collection-card-ui_card__rectangle__djpM_{padding:16px}.collection-card-ui_card__rectangle__djpM_:hover img:first-child{top:4px;left:4px;width:56px;height:56px}.collection-card-ui_card__rectangle__djpM_:hover img:nth-child(2){top:4px;right:4px;width:68px;height:68px}.collection-card-ui_card__rectangle__djpM_:hover img:nth-child(3){left:4px;bottom:4px;width:72px;height:72px}.collection-card-ui_card__rectangle__djpM_:hover img:nth-child(4){right:4px;bottom:4px;width:64px;height:64px;transform:rotate(3deg)}}@media screen and (hover:hover)and (max-width:1439px){.collection-card-ui_card__rectangle__djpM_:hover img{border-radius:8px}.collection-card-ui_card__rectangle__djpM_:hover img:first-child{width:44px;height:44px}.collection-card-ui_card__rectangle__djpM_:hover img:nth-child(2){width:52px;height:52px}.collection-card-ui_card__rectangle__djpM_:hover img:nth-child(3){width:54px;height:54px}.collection-card-ui_card__rectangle__djpM_:hover img:nth-child(4){width:48px;height:48px}}@media screen and (hover:hover)and (max-width:1279px){.collection-card-ui_card__rectangle__djpM_:hover img:first-child{top:4px;left:4px;width:56px;height:56px}.collection-card-ui_card__rectangle__djpM_:hover img:nth-child(2){top:4px;right:4px;width:68px;height:68px}.collection-card-ui_card__rectangle__djpM_:hover img:nth-child(3){left:4px;bottom:4px;width:72px;height:72px}.collection-card-ui_card__rectangle__djpM_:hover img:nth-child(4){right:4px;bottom:4px;width:64px;height:64px;transform:rotate(3deg)}}.collection-card-ui_card__square__ifsxV{aspect-ratio:1/1}@media screen and (hover:hover){.collection-card-ui_card__square__ifsxV:hover img:first-child{top:4px;left:4px;width:56px;height:56px}.collection-card-ui_card__square__ifsxV:hover img:nth-child(2){top:4px;right:4px;width:68px;height:68px}.collection-card-ui_card__square__ifsxV:hover img:nth-child(3){left:4px;bottom:4px;width:72px;height:72px}.collection-card-ui_card__square__ifsxV:hover img:nth-child(4){right:4px;bottom:4px;width:64px;height:64px;transform:rotate(3deg)}}@media screen and (hover:hover)and (max-width:1919px){.collection-card-ui_card__square__ifsxV:hover img{border-radius:8px}.collection-card-ui_card__square__ifsxV:hover img:first-child{width:44px;height:44px}.collection-card-ui_card__square__ifsxV:hover img:nth-child(2){width:52px;height:52px}.collection-card-ui_card__square__ifsxV:hover img:nth-child(3){width:54px;height:54px}.collection-card-ui_card__square__ifsxV:hover img:nth-child(4){width:48px;height:48px}}@media screen and (hover:hover)and (max-width:1679px){.collection-card-ui_card__square__ifsxV:hover img{border-radius:6px}.collection-card-ui_card__square__ifsxV:hover img:first-child{width:36px;height:36px}.collection-card-ui_card__square__ifsxV:hover img:nth-child(2){width:42px;height:42px}.collection-card-ui_card__square__ifsxV:hover img:nth-child(3){width:44px;height:44px}.collection-card-ui_card__square__ifsxV:hover img:nth-child(4){width:40px;height:40px}}@media screen and (hover:hover)and (max-width:1439px){.collection-card-ui_card__square__ifsxV:hover img:first-child{width:32px;height:32px}.collection-card-ui_card__square__ifsxV:hover img:nth-child(2){width:36px;height:36px}.collection-card-ui_card__square__ifsxV:hover img:nth-child(3){width:40px;height:40px}.collection-card-ui_card__square__ifsxV:hover img:nth-child(4){width:34px;height:34px}}@media screen and (hover:hover)and (max-width:1279px){.collection-card-ui_card__square__ifsxV:hover img{border-radius:6px}.collection-card-ui_card__square__ifsxV:hover img:first-child{width:36px;height:36px}.collection-card-ui_card__square__ifsxV:hover img:nth-child(2){width:42px;height:42px}.collection-card-ui_card__square__ifsxV:hover img:nth-child(3){width:44px;height:44px}.collection-card-ui_card__square__ifsxV:hover img:nth-child(4){width:40px;height:40px}}.collection-card-ui_card__zTwXc{border-radius:20px;background-color:var(--color-background-secondary);display:block;position:relative;overflow:hidden;padding:20px}@media screen and (hover:hover){.collection-card-ui_card__zTwXc:hover img{transform:rotate(0deg)}.collection-card-ui_card__zTwXc:hover img:nth-child(4){transform:rotate(3deg)}}@media screen and (max-width:1919px){.collection-card-ui_card__zTwXc{padding:16px}}.collection-card-ui_cover_view__rectangle__xx_Ke{position:absolute;transition:all .3s ease-out;width:144px;height:144px;border-radius:20px}.collection-card-ui_cover_view__rectangle__xx_Ke:first-child{top:32px;left:32px}.collection-card-ui_cover_view__rectangle__xx_Ke:nth-child(2){top:16px;right:48px}.collection-card-ui_cover_view__rectangle__xx_Ke:nth-child(3){left:48px;bottom:20px}.collection-card-ui_cover_view__rectangle__xx_Ke:nth-child(4){right:48px;bottom:16px}.collection-card-ui_cover_view__rectangle__xx_Ke:first-child{transform:rotate(-5deg);z-index:4}.collection-card-ui_cover_view__rectangle__xx_Ke:nth-child(2){transform:rotate(5deg);z-index:3}.collection-card-ui_cover_view__rectangle__xx_Ke:nth-child(3){transform:rotate(6deg);z-index:2}.collection-card-ui_cover_view__rectangle__xx_Ke:nth-child(4){transform:rotate(-16deg);z-index:1}@media screen and (max-width:1919px){.collection-card-ui_cover_view__rectangle__xx_Ke{width:104px;height:104px;border-radius:12px}.collection-card-ui_cover_view__rectangle__xx_Ke:first-child{top:24px;left:26px}.collection-card-ui_cover_view__rectangle__xx_Ke:nth-child(2){top:12px;right:38px}.collection-card-ui_cover_view__rectangle__xx_Ke:nth-child(3){left:38px;bottom:16px}.collection-card-ui_cover_view__rectangle__xx_Ke:nth-child(4){right:38px;bottom:12px}}@media screen and (max-width:1439px){.collection-card-ui_cover_view__rectangle__xx_Ke{width:86px;height:86px}.collection-card-ui_cover_view__rectangle__xx_Ke:first-child{top:16px;left:18px}.collection-card-ui_cover_view__rectangle__xx_Ke:nth-child(2){top:8px;right:26px}.collection-card-ui_cover_view__rectangle__xx_Ke:nth-child(3){left:26px;bottom:12px}.collection-card-ui_cover_view__rectangle__xx_Ke:nth-child(4){right:26px;bottom:8px}.collection-card-ui_cover_view__rectangle__xx_Ke:hover img{border-radius:8px}}@media screen and (max-width:1279px){.collection-card-ui_cover_view__rectangle__xx_Ke{width:104px;height:104px;border-radius:12px}.collection-card-ui_cover_view__rectangle__xx_Ke:first-child{top:24px;left:26px}.collection-card-ui_cover_view__rectangle__xx_Ke:nth-child(2){top:12px;right:38px}.collection-card-ui_cover_view__rectangle__xx_Ke:nth-child(3){left:38px;bottom:16px}.collection-card-ui_cover_view__rectangle__xx_Ke:nth-child(4){right:38px;bottom:12px}}.collection-card-ui_cover_view__square__CvO3n{position:absolute;transition:all .3s ease-out;width:104px;height:104px;border-radius:12px}.collection-card-ui_cover_view__square__CvO3n:first-child{top:24px;left:26px}.collection-card-ui_cover_view__square__CvO3n:nth-child(2){top:12px;right:38px}.collection-card-ui_cover_view__square__CvO3n:nth-child(3){left:38px;bottom:16px}.collection-card-ui_cover_view__square__CvO3n:nth-child(4){right:38px;bottom:12px}.collection-card-ui_cover_view__square__CvO3n:first-child{transform:rotate(-5deg);z-index:4}.collection-card-ui_cover_view__square__CvO3n:nth-child(2){transform:rotate(5deg);z-index:3}.collection-card-ui_cover_view__square__CvO3n:nth-child(3){transform:rotate(6deg);z-index:2}.collection-card-ui_cover_view__square__CvO3n:nth-child(4){transform:rotate(-16deg);z-index:1}@media screen and (max-width:1919px){.collection-card-ui_cover_view__square__CvO3n{width:86px;height:86px}.collection-card-ui_cover_view__square__CvO3n:first-child{top:16px;left:18px}.collection-card-ui_cover_view__square__CvO3n:nth-child(2){top:8px;right:26px}.collection-card-ui_cover_view__square__CvO3n:nth-child(3){left:26px;bottom:12px}.collection-card-ui_cover_view__square__CvO3n:nth-child(4){right:26px;bottom:8px}}@media screen and (max-width:1679px){.collection-card-ui_cover_view__square__CvO3n{width:68px;height:68px;border-radius:8px}.collection-card-ui_cover_view__square__CvO3n:first-child{top:16px;left:16px}.collection-card-ui_cover_view__square__CvO3n:nth-child(2){top:8px;right:24px}.collection-card-ui_cover_view__square__CvO3n:nth-child(3){left:24px;bottom:12px}.collection-card-ui_cover_view__square__CvO3n:nth-child(4){right:24px;bottom:8px}}@media screen and (max-width:1439px){.collection-card-ui_cover_view__square__CvO3n{width:56px;height:56px}.collection-card-ui_cover_view__square__CvO3n:first-child{top:16px;left:16px}.collection-card-ui_cover_view__square__CvO3n:nth-child(2){top:8px;right:24px}.collection-card-ui_cover_view__square__CvO3n:nth-child(3){left:24px;bottom:12px}.collection-card-ui_cover_view__square__CvO3n:nth-child(4){right:24px;bottom:8px}}@media screen and (max-width:1279px){.collection-card-ui_cover_view__square__CvO3n{width:68px;height:68px;border-radius:8px}.collection-card-ui_cover_view__square__CvO3n:first-child{top:16px;left:16px}.collection-card-ui_cover_view__square__CvO3n:nth-child(2){top:8px;right:24px}.collection-card-ui_cover_view__square__CvO3n:nth-child(3){left:24px;bottom:12px}.collection-card-ui_cover_view__square__CvO3n:nth-child(4){right:24px;bottom:8px}}.collection-card-ui_container_view__rectangle__Ur1AP{position:absolute;top:50%;right:24px;transform:translateY(-50%);width:208px;height:208px}@media screen and (max-width:1919px){.collection-card-ui_container_view__rectangle__Ur1AP{width:154px;height:154px}}@media screen and (max-width:1679px){.collection-card-ui_container_view__rectangle__Ur1AP{right:12px}}@media screen and (max-width:1439px){.collection-card-ui_container_view__rectangle__Ur1AP{width:120px;height:120px;right:8px}}@media screen and (max-width:1279px){.collection-card-ui_container_view__rectangle__Ur1AP{width:154px;height:154px;right:24px}}@media screen and (max-width:768px){.collection-card-ui_container_view__rectangle__Ur1AP{right:0}}.collection-card-ui_container_view__square___HXWN{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);width:154px;height:154px}@media screen and (max-width:1919px){.collection-card-ui_container_view__square___HXWN{width:120px;height:120px;bottom:12px}}@media screen and (max-width:1679px){.collection-card-ui_container_view__square___HXWN{width:100px;height:100px;bottom:0}}@media screen and (max-width:1439px){.collection-card-ui_container_view__square___HXWN{width:88px;height:88px}}@media screen and (max-width:1279px){.collection-card-ui_container_view__square___HXWN{width:100px;height:100px;bottom:24px}}@media screen and (max-width:420px){.collection-card-ui_container_view__square___HXWN{bottom:0}}.collection-card-ui_title__8siMq{max-width:150px;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--color-text-primary);font:500 1.25rem/1.5rem MTS Compact,sans-serif}@media screen and (max-width:1679px){.collection-card-ui_title__8siMq{font:500 1.0625rem/1.5rem MTS Compact,sans-serif;line-height:20px}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);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{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.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)}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);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);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;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,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.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{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-content-ui_wrapper__JZDCV{display:flex;background:#fff;border-radius:16px;flex-direction:column;position:relative;padding:32px 0}.swiper-content-ui_top__block__E3iZV{padding:0 32px;display:flex;flex-wrap:wrap}@media screen and (max-width:767px){.swiper-content-ui_top__block__E3iZV{padding:0 20px}}.swiper-content-ui_title__q0vNO{margin-bottom:12px}@media screen and (max-width:767px){.swiper-content-ui_title__q0vNO{margin-bottom:8px}}.swiper-content-ui_description__0bmaE{width:100%;margin-bottom:24px;color:var(--color-text-secondary)}@media screen and (max-width:767px){.swiper-content-ui_description__0bmaE{font-size:17px;line-height:24px}}.swiper-content-ui_controller__block__fdtzd{margin-left:auto;display:flex;gap:8px}@media screen and (max-width:767px){.swiper-content-ui_controller__block__fdtzd{display:none}}.swiper-content-ui_slider_container__oxjyo{max-width:100%;width:100%}.search-album-list_slide__lpQ54{max-width:140px}.search-all-results-link_wrapper__NN_Xx{background-color:var(--color-background-primary);border-radius:16px;padding:11px 17px 11px 16px;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;cursor:pointer;margin:0 32px}@media screen and (max-width:1279px){.search-all-results-link_wrapper__NN_Xx{margin:0 20px}}.search-all-results-link_text___Wir5{white-space:nowrap;min-inline-size:231px;overflow:hidden}.search-artist-list_slide___Tr18{max-width:140px}.search-not-found_wrapper__tty74{display:flex;flex-direction:column;align-items:center;margin:0 auto;width:100%;text-align:center;padding:0 32px 32px;background-color:var(--color-background-primary);border-radius:16px}.search-not-found_inside__wrapper__VN0Wo{max-width:438px;background-color:var(--color-background-primary)}.search-suggest-list_wrapper__EVj1j{list-style-type:none;background-color:var(--color-background-primary-elevated);font-size:20px;line-height:28px;padding:0;border-radius:16px}.search-suggest-list_list__item__RcRUV{color:#000;background-color:rgba(0,0,0,0);cursor:pointer;padding:16px 48px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1279px){.search-suggest-list_list__item__RcRUV{padding:30px 36px}}.album-name_name__I1OyG{white-space:nowrap;overflow:hidden;display:none;color:var(--color-text-secondary)}@media(hover:hover){.album-name_name__I1OyG:hover{color:var(--color-control-primary-active)}}@media screen and (max-width:959px){.album-name_name__I1OyG{font-weight:400}}@media screen and (min-width:768px){.album-name_show__khAfo{display:block}}@media(max-width:959px){.album-name_disableLinkOnMobile__oz4h4{pointer-events:none;cursor:default}}.artists-names_wrapper__MJKFN{white-space:nowrap;overflow:hidden;color:var(--color-text-secondary)}@media(hover:hover){.artists-names_name__kt9_T:hover{color:var(--color-control-primary-active)}}@media(max-width:959px){.artists-names_disableLinkOnMobile__Wf44g{pointer-events:none;cursor:default}}.chart-info_wrapper__3xnww{display:flex;flex-direction:column;align-items:center;justify-content:center}.cover_wrapper__MO4zh{position:relative;width:50px;height:50px;border-radius:12px;border:1px solid var(--color-background-stroke);overflow:hidden}.cover_overlay__ut6Lc{position:relative;z-index:2;width:100%;height:100%;background-color:var(--color-background-overlay);align-items:center;justify-content:center}.duration-with-actions_wrapper__7H80j{position:relative;display:flex;align-items:center;gap:16px}@media screen and (min-width:960px){.duration-with-actions_wrapper__7H80j{padding-right:16px}}.duration-with-actions_duration__gZxOw{color:var(--color-text-secondary)}@media screen and (max-width:959px){.duration-with-actions_duration__gZxOw{display:none}.duration-with-actions_duration_long__E2WOn{display:block}}@media screen and (max-width:767px){.duration-with-actions_duration_long__E2WOn{display:none}}.duration-with-actions_icon_more__aqfPr{cursor:pointer}@media(hover:hover){.duration-with-actions_icon_more__aqfPr:hover{fill:var(--color-icon-primary)}}@media screen and (max-width:959px){.duration-with-actions_icon_more__aqfPr{box-sizing:content-box;padding:10px}}.track-name_name__uyqZG{white-space:nowrap;overflow:hidden;color:var(--color-text-primary)}@media(hover:hover){.track-name_name__uyqZG:hover{color:var(--color-control-primary-active)}}@media screen and (max-width:959px){.track-name_name__uyqZG{font-weight:400}}@media(max-width:959px){.track-name_disableLinkOnMobile__L9wl3{pointer-events:none;cursor:default}}.track-row_wrapper__qJJjq{margin:-8px;padding:8px;border-radius:16px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:transform .3s ease-out}.track-row_wrapper__qJJjq.track-row_active__kKsIC .track-row_track_cover_overlay__trdXL{display:flex}@media screen and (min-width:768px){.track-row_wrapper__qJJjq.track-row_long__5Phr9{gap:24px}.track-row_wrapper__qJJjq.track-row_long__5Phr9 .track-row_left__2n0Ox{flex-basis:50%}.track-row_wrapper__qJJjq.track-row_long__5Phr9 .track-row_right__hhexD{display:flex;flex-basis:50%;min-width:0;gap:24px}}.track-row_wrapper__qJJjq.track-row_shared__tfct_{background-color:var(--color-background-secondary)}@media(hover:hover){.track-row_wrapper__qJJjq:hover:not(.track-row_withoutHover__qX0ZC){background-color:var(--color-background-primary);box-shadow:0 4px 16px 0 rgba(0,0,0,.0784313725),0 0 16px 0 rgba(0,0,0,.0784313725)}.track-row_wrapper__qJJjq:hover .track-row_track_cover_overlay__trdXL{display:flex}.track-row_wrapper__qJJjq:hover .track-row_pauseBtn__HtnQg{display:flex!important}.track-row_wrapper__qJJjq:hover .track-row_playingIcon__HgjQo{display:none!important}}@media screen and (hover:hover)and (min-width:960px){.track-row_wrapper__qJJjq:hover .track-row_dislike__16HGx,.track-row_wrapper__qJJjq:hover .track-row_like__WjkAF{visibility:visible}.track-row_wrapper__qJJjq:hover .track-row_duration__mqq0A{display:none}}@media screen and (max-width:959px){.track-row_wrapper__qJJjq:active{transform:scale(.98)}}@media screen and (max-width:429px){.track-row_wrapper__qJJjq{gap:8px}}.track-row_left__2n0Ox{min-width:0;display:flex;align-items:center;gap:12px}@media screen and (max-width:429px){.track-row_left__2n0Ox{gap:8px}}.track-row_right__hhexD{display:none;align-items:center;justify-content:space-between}.track-row_track_chart_info__CO0jn{flex-shrink:0;width:32px}.track-row_track_cover_wrapper__snZn1{flex-shrink:0}.track-row_track_cover_overlay__trdXL{display:none}.track-row_pauseBtn__HtnQg{display:none!important}.track-row_playingIcon__HgjQo{display:flex!important}.track-row_track_title__QjM28{display:flex;align-items:center;gap:4px}.track-row_track_info__kFqbU{min-width:0}.track-row_with_mask__XNJR2{-webkit-mask-image:linear-gradient(90deg,var(--color-constant-greyscale-900) 90%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(90deg,var(--color-constant-greyscale-900) 90%,rgba(0,0,0,0) 100%)}.track-row_dislike__16HGx,.track-row_like__WjkAF{visibility:hidden}.track-row_duration__mqq0A{position:absolute;right:16px}.content-block-ui_wrapper__Ezyaq{display:flex;flex-direction:column;gap:16px}.heading_title__A81GW{color:var(--color-text-primary);transition:color .3s;font:500 1.5rem/1.75rem MTS Wide,sans-serif}.heading_title__A81GW span{font-weight:700}@media screen and (min-width:960px){.heading_title__A81GW{text-overflow:ellipsis;white-space:normal;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}}@media screen and (max-width:959px){.heading_title__A81GW{font:500 1.25rem/1.5rem MTS Wide,sans-serif}}.heading_subtitle__VgJbG{color:var(--color-text-secondary);margin-top:4px}@media screen and (min-width:960px){.heading_subtitle__VgJbG{text-overflow:ellipsis;white-space:normal;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}}@media screen and (max-width:959px){.heading_subtitle__VgJbG{font:400 .875rem/1.25rem MTS Compact,sans-serif;overflow:visible}}.heading_icon__Pxldc{vertical-align:middle;transition:transform .2s ease}@media screen and (hover:hover){.heading_link__RjsQl:hover .heading_title__A81GW{color:var(--color-control-primary-active);transition:color .3s}.heading_link__RjsQl:hover .heading_icon__Pxldc{fill:var(--color-control-primary-active);transform:translateX(4px);transition:fill .3s,transform .2s ease}}.heading_linkPadding__qFWmX{padding:8px 0}.heading_subtitleWithoutLink__ygriX{margin-top:-12px;padding-bottom:8px}.heading_titleWithoutLink__JzzZ6{padding-top:8px}.heading_titleWithoutLink__JzzZ6:not(:has(+.heading_subtitle__VgJbG)){padding-bottom:8px}.search-track-list_wrapper__pTdgr{padding:32px;border-radius:16px;background-color:var(--color-background-primary)}.controls-bar_wrapper__l1vCP{display:flex;justify-content:space-between;padding-top:14px;padding-bottom:14px}@media screen and (max-width:1279px){.controls-bar_wrapper__l1vCP{padding-top:10px;padding-bottom:10px}}.controls-bar_dropList__block__uWXCs{width:100%}.controls-bar_logo__I0to1{width:109px;height:32px;min-width:109px;min-height:32px;display:none}@media screen and (max-width:1279px){.controls-bar_logo__I0to1{display:block;margin-right:32px}}@media screen and (max-width:767px){.controls-bar_logo__I0to1.controls-bar_hide__VYxQi{display:none}}.controls-bar_controls__bar__7CaQB{display:flex;align-items:center;justify-content:space-between;width:100%}@media screen and (max-width:1279px){.controls-bar_controls__bar__7CaQB.controls-bar_without__search__Yt0zC{justify-content:end}}.controls-bar_search__block__TJrdd{position:relative;width:100%;max-width:620px;display:flex;gap:8px;align-items:center}@media screen and (max-width:1279px){.controls-bar_search__block__TJrdd{margin:-6px 0;display:none}}@media screen and (max-width:1279px)and (max-width:1279px){.controls-bar_search__block__TJrdd.controls-bar_visible__9uuIh{display:flex}}.controls-bar_search__block__TJrdd .controls-bar_cancel__ekemT{display:none;color:var(--color-text-primary);cursor:pointer}@media screen and (max-width:767px){.controls-bar_search__block__TJrdd .controls-bar_cancel__ekemT.controls-bar_visible__9uuIh{display:block}}.controls-bar_right__icons__CMtNP{display:flex}@media screen and (max-width:767px){.controls-bar_right__icons__CMtNP.controls-bar_hide__VYxQi{display:none}}.controls-bar_search__icon__DsIyE{display:none;margin-right:4px;cursor:pointer}@media screen and (max-width:1279px){.controls-bar_search__icon__DsIyE{display:block;min-width:32px;min-height:32px}}.header_wrapper__WsskC{grid-area:header;width:100%;position:-webkit-sticky;position:sticky;top:0;z-index:10;background-color:var(--color-background-primary);transition:height .5s ease,max-height .5s ease}@media screen and (max-width:1279px){.header_wrapper__WsskC{grid-template-columns:1fr}}.header_logo_with_controls_bar__O5D1D{height:72px;display:grid;grid-template-columns:256px 1fr;box-shadow:0 4px 16px 0 rgba(0,0,0,.08),0 0 16px 0 rgba(0,0,0,.08)}@media screen and (max-width:1279px){.header_logo_with_controls_bar__O5D1D{height:52px;grid-template-columns:1fr}}.header_logo__k3emO{margin:14px 96px 14px 10px;cursor:pointer}@media screen and (max-width:1279px){.header_logo__k3emO{display:none}}.menu-items_wrapper__RAZhO{padding:0 16px}.menu-items_divider__UBSKM{width:100%;height:1px;margin:12px 0;background-color:var(--color-background-stroke)}.favorite-tooltip_tooltip__btns__gq5Mb{margin-top:12px;display:flex;justify-content:flex-end;gap:4px}.favorite-tooltip_tooltip__btns__gq5Mb button:first-child{color:var(--color-text-tertiary)}div:has(.favorite-tooltip_tooltip__btns__gq5Mb){line-clamp:none;-webkit-line-clamp:initial}.playlists_wrapper__Fesd4{position:relative;height:100%;overflow:hidden}.playlists_wrapper__Fesd4.playlists_shadow__itrL_:before{content:"";position:absolute;top:0;width:256px;z-index:1;box-shadow:0 0 16px 8px rgba(0,0,0,.08)}.playlists_wrapper__Fesd4.playlists_withLimitedHeight__aBsUn{margin-bottom:88px}.playlists_content__omrQq{overflow-x:hidden;height:100%;padding:12px 16px;overflow:auto}@supports selector(::-webkit-scrollbar){.playlists_content__omrQq::-webkit-scrollbar{width:12px;height:12px}.playlists_content__omrQq::-webkit-scrollbar-button,.playlists_content__omrQq::-webkit-scrollbar-corner,.playlists_content__omrQq::-webkit-scrollbar-track{display:none}.playlists_content__omrQq::-webkit-scrollbar-thumb{border-radius:100px;background-color:var(--color-icon-tertiary);border:4px solid var(--color-background-secondary)}}@supports not selector(::-webkit-scrollbar){.playlists_content__omrQq{scrollbar-width:thin;scrollbar-color:var(--color-icon-tertiary) var(--color-background-secondary)}}.playlists_create_playlist_button__vk18g{margin:12px 0 24px}.playlists_list__cC3oP{display:flex;flex-direction:column;gap:12px}.playlists_list__item__kyPK_{cursor:pointer}.playlists_favorite__img__AvcIP{min-width:50px;min-height:50px;border-radius:12px;border:1px solid var(--color-background-stroke)}.playlists_playlist__xIk8t{display:flex;gap:12px;align-items:center;transition:background-color .1s ease-out;margin:-6px;padding:6px;border-radius:16px}.playlists_playlist__xIk8t .playlists_playlist__info__0U6mi .playlists_playlist__title__AF42C{color:var(--color-text-primary);text-overflow:ellipsis;white-space:normal;overflow:hidden;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical}.playlists_playlist__xIk8t .playlists_playlist__info__0U6mi .playlists_playlist__subtitle__LiKB8{color:var(--color-text-tertiary);display:flex;align-items:center;gap:4px}.playlists_playlist__xIk8t .playlists_playlist__info__0U6mi .playlists_playlist__subtitle__LiKB8 .playlists_pin__icon__Z4j1C{min-width:16px;min-height:16px}.playlists_playlist__xIk8t.playlists_selected__UPH__,.playlists_playlist__xIk8t:hover{background-color:var(--color-background-primary)}.playlist-cover_wrapper__cover__Wggcj{border-radius:12px;border:1px solid var(--color-background-stroke)}.playlist-cover_wrapper__cover__Wggcj,.playlist-cover_wrapper__covers__U4M4_{min-width:50px;min-height:50px;max-width:50px;max-height:50px;display:flex;flex-wrap:wrap}.playlist-cover_cover__IvMr6{border:1px solid var(--color-background-stroke);min-width:25px;min-height:25px;max-width:25px;max-height:25px}.playlist-cover_cover__0__NZ7cq{border-top-left-radius:12px}.playlist-cover_cover__1__seBwh{border-top-right-radius:12px}.playlist-cover_cover__2__Bl8jQ{border-bottom-left-radius:12px}.playlist-cover_cover__3__CzySX{border-bottom-right-radius:12px}.sidebar_wrapper__O4zYZ{grid-area:sidebar;width:256px;height:calc(100vh - 72px);height:calc(100dvh - 72px);padding-top:20px;margin-top:72px;position:fixed;display:flex;flex-direction:column;background-color:var(--color-background-secondary);transition:height .5s ease,margin-top .5s ease}@media screen and (max-width:1279px){.sidebar_wrapper__O4zYZ{display:none}}.tabs-block_wrapper__9HYj9{grid-area:tabs}.tabs-block_skeleton__78gEt{position:relative;margin:4px 12px 4px 0;width:122px;height:44px}@media screen and (max-width:959px){.tabs-block_skeleton__78gEt{margin:2px 12px 2px 0;width:100px;height:28px}}.tabs-block_skeleton__78gEt>*{opacity:0}.tabs-block_skeleton__78gEt:after{content:"";position:absolute;display:block;inset:0;border-radius:16px;animation:tabs-block_skeleton-animation__aJIve 2s linear infinite;background-color:var(--color-control-inactive)}@keyframes tabs-block_skeleton-animation__aJIve{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.tabs-block_tabs__WH_ou{display:flex;margin:32px -20px 0;padding:0 20px;overflow-x:auto}@supports selector(::-webkit-scrollbar){.tabs-block_tabs__WH_ou::-webkit-scrollbar{display:none}}@supports not selector(::-webkit-scrollbar){.tabs-block_tabs__WH_ou{scrollbar-width:none}}.tabs-block_tabs__WH_ou li>*{display:block}@keyframes tabs-block_skeleton__78gEt{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.layout_gridContainer__2_3e6{display:grid;grid-template-columns:256px calc(100% - 256px);grid-template-rows:min-content min-content 1fr min-content;min-height:100vh;grid-template-areas:"header header" "sidebar tabs" "sidebar main" "sidebar footer"}@media screen and (max-width:1279px){.layout_gridContainer__2_3e6{grid-template-columns:100%;grid-template-areas:"header" "tabs" "main" "footer"}}.layout_main__TPomv{grid-area:main;padding-top:32px}.layout_secondaryBackground__4k3hq{background-color:var(--color-background-secondary)}.success-payment-popup_wrapper__QUwH7{width:400px;text-align:center}.success-payment-popup_wrapper__QUwH7 p{white-space:pre-line}.success-payment-popup_wrapper__QUwH7 p:first-child{margin-bottom:8px}.success-payment-popup_wrapper__QUwH7 p:nth-child(2){margin-bottom:24px;color:var(--color-text-secondary)}@media screen and (max-width:767px){.success-payment-popup_wrapper__QUwH7{width:100%}}.success-payment-popup_title__7_ZHJ{margin:16px 0 8px;color:var(--color-constant-greyscale-900)}.error-payment-popup_wrapper__DIQ2_{width:400px;text-align:center}@media screen and (max-width:767px){.error-payment-popup_wrapper__DIQ2_{width:100%}}.error-payment-popup_title__O3g9h{margin:16px 0 8px;color:var(--color-constant-greyscale-900)}.error-payment-popup_description__89pho{margin-bottom:24px;color:var(--color-text-secondary);white-space:pre-line}.subscription-popup_wrapper__psvai{display:flex;max-width:440px;flex-direction:column;align-items:center;justify-content:center;text-align:center}.subscription-popup_icon_wrapper__opOFv{margin-bottom:16px}.subscription-popup_title__QbFTd{font-weight:500;margin-bottom:8px}.subscription-popup_description__hsuMR{margin-bottom:20px}.subscription-popup_button_wrapper__FSK4R{display:flex;width:100%;justify-content:center;column-gap:12px}.subscription-popup_button_wrapper__FSK4R button{flex-basis:50%}.error-payment-popup-with-promocode_wrapper__W3p0M{width:400px;text-align:center}.error-payment-popup-with-promocode_wrapper__W3p0M p{white-space:pre-line}@media screen and (max-width:767px){.error-payment-popup-with-promocode_wrapper__W3p0M{width:100%}}.error-payment-popup-with-promocode_title__NyZZv{margin:16px 0 8px;color:var(--color-constant-greyscale-900)}.error-payment-popup-with-promocode_description__wkah8{margin-bottom:24px;color:var(--color-text-secondary)}.error-payment-popup-with-promocode_button_block__OEimm{display:flex;margin-bottom:24px;justify-content:center}.error-payment-popup-with-promocode_button_block__OEimm button:first-child{margin-right:12px}.error-payment-popup-with-promocode_button_block__OEimm a{text-decoration:none;color:var(--color-constant-greyscale-900)}.error-payment-popup-with-promocode_button__BuZPC{border:none;cursor:pointer;background:none;display:flex;align-items:center;flex-direction:column;padding:0}.error-payment-popup-with-promocode_button__BuZPC p{font-size:12px;line-height:16px}.error-payment-popup-with-promocode_button_wrapper__lsnt9{width:44px;height:44px;background-color:var(--color-control-tertiary-active);border-radius:50%;background-repeat:no-repeat;background-size:contain}@font-face{font-family:MTS Compact;src:url(/_next/static/media/MTSCompact-Bold.20e7785c.eot);src:url(/_next/static/media/MTSCompact-Bold.20e7785c.eot) format("embedded-opentype"),url(/_next/static/media/MTSCompact-Bold.58601dda.woff2) format("woff2"),url(/_next/static/media/MTSCompact-Bold.60a0c8f0.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:MTS Compact;src:url(/_next/static/media/MTSCompact-Medium.f35cf43b.eot);src:url(/_next/static/media/MTSCompact-Medium.f35cf43b.eot) format("embedded-opentype"),url(/_next/static/media/MTSCompact-Medium.c724f0c1.woff2) format("woff2"),url(/_next/static/media/MTSCompact-Medium.2993b128.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:MTS Compact;src:url(/_next/static/media/MTSCompact-Regular.e3cd4570.eot);src:url(/_next/static/media/MTSCompact-Regular.e3cd4570.eot) format("embedded-opentype"),url(/_next/static/media/MTSCompact-Regular.facdb620.woff2) format("woff2"),url(/_next/static/media/MTSCompact-Regular.7ba428ff.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:MTS Text;src:url(/_next/static/media/MTSText-Regular.8f8a4735.eot);src:url(/_next/static/media/MTSText-Regular.8f8a4735.eot) format("embedded-opentype"),url(/_next/static/media/MTSText-Regular.35bd5ea5.woff2) format("woff2"),url(/_next/static/media/MTSText-Regular.e2965275.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:MTS Text;src:url(/_next/static/media/MTSText-Medium.aebd6a36.eot);src:url(/_next/static/media/MTSText-Medium.aebd6a36.eot) format("embedded-opentype"),url(/_next/static/media/MTSText-Medium.d7231641.woff2) format("woff2"),url(/_next/static/media/MTSText-Medium.d1bba0ac.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:MTS Wide;src:url(/_next/static/media/MTSWide-Medium.9aa0f977.eot);src:url(/_next/static/media/MTSWide-Medium.9aa0f977.eot) format("embedded-opentype"),url(/_next/static/media/MTSWide-Medium.61fa0e80.woff2) format("woff2"),url(/_next/static/media/MTSWide-Medium.aa2be9fe.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:MTS Wide;src:url(/_next/static/media/MTSWide-Bold.b8be6f75.eot);src:url(/_next/static/media/MTSWide-Bold.b8be6f75.eot) format("embedded-opentype"),url(/_next/static/media/MTSWide-Bold.bc37c157.woff2) format("woff2"),url(/_next/static/media/MTSWide-Bold.d9ad725a.woff) format("woff");font-weight:700;font-style:normal}.mtsds-promo1-short-wide{text-transform:uppercase}.mtsds-promo1-long-wide,.mtsds-promo1-short-wide{font:500 4.5rem/4.5rem MTS Wide,sans-serif}.mtsds-promo2-short-wide{text-transform:uppercase}.mtsds-promo2-long-wide,.mtsds-promo2-short-wide{font:500 2.75rem/2.75rem MTS Wide,sans-serif}.mtsds-promo-56-56-upp-wide,.mtsds-promo-56-56-wide{font:500 3.5rem/3.5rem MTS Wide,sans-serif}.mtsds-promo-56-56-upp-wide{text-transform:uppercase}.mtsds-promo-36-36-upp-wide,.mtsds-promo-36-36-wide{font:500 2.25rem/2.25rem MTS Wide,sans-serif}.mtsds-promo-36-36-upp-wide{text-transform:uppercase}.mtsds-h1-wide{font:500 2.25rem/2.5rem MTS Wide,sans-serif}.mtsds-h1-comp{font:500 2.25rem/2.5rem MTS Compact,sans-serif}.mtsds-h2-wide{font:500 2rem/2.25rem MTS Wide,sans-serif}.mtsds-h2-comp{font:500 2rem/2.25rem MTS Compact,sans-serif}.mtsds-h3-wide{font:500 1.5rem/1.75rem MTS Wide,sans-serif}.mtsds-h3-comp{font:500 1.5rem/1.75rem MTS Compact,sans-serif}.mtsds-h3-text{font:500 1.5rem/1.75rem MTS Text,sans-serif}.mtsds-h4-wide{font:500 1.25rem/1.5rem MTS Wide,sans-serif}.mtsds-h4-comp{font:500 1.25rem/1.5rem MTS Compact,sans-serif}.mtsds-h4-text{font:500 1.25rem/1.5rem MTS Text,sans-serif}.mtsds-p1-regular-comp{font:400 1.5rem/2rem MTS Compact,sans-serif}.mtsds-p1-regular-text{font:400 1.5rem/2rem MTS Text,sans-serif}.mtsds-p2-regular-comp{font:400 1.25rem/1.75rem MTS Compact,sans-serif}.mtsds-p2-regular-text{font:400 1.25rem/1.75rem MTS Text,sans-serif}.mtsds-p3-bold-comp{font:700 1.0625rem/1.5rem MTS Compact,sans-serif}.mtsds-p3-medium-comp{font:500 1.0625rem/1.5rem MTS Compact,sans-serif}.mtsds-p3-regular-comp{font:400 1.0625rem/1.5rem MTS Compact,sans-serif}.mtsds-p3-medium-text{font:500 1.0625rem/1.5rem MTS Text,sans-serif}.mtsds-p3-regular-text{font:400 1.0625rem/1.5rem MTS Text,sans-serif}.mtsds-p4-bold-comp{font:700 .875rem/1.25rem MTS Compact,sans-serif}.mtsds-p4-medium-comp,.mtsds-p4-medium-upp-comp{font:500 .875rem/1.25rem MTS Compact,sans-serif}.mtsds-p4-medium-upp-comp{text-transform:uppercase}.mtsds-p4-medium-upp-text{font:500 .875rem/1.25rem MTS Text,sans-serif;text-transform:uppercase}.mtsds-p4-regular-comp{font:400 .875rem/1.25rem MTS Compact,sans-serif}.mtsds-p4-regular-text{font:400 .875rem/1.25rem MTS Text,sans-serif}.mtsds-p4-bold-upp-wide{font:700 .875rem/1.25rem MTS Wide,sans-serif;letter-spacing:.05em;text-transform:uppercase}.mtsds-c1-bold-comp{font:700 .75rem/1rem MTS Compact,sans-serif}.mtsds-c1-bold-upp-wide{font:700 .75rem/1rem MTS Wide,sans-serif;letter-spacing:.05em;text-transform:uppercase}.mtsds-c1-medium-comp,.mtsds-c1-medium-upp-comp{font:500 .75rem/1rem MTS Compact,sans-serif}.mtsds-c1-medium-upp-comp{text-transform:uppercase}.mtsds-c1-regular-comp{font:400 .75rem/1rem MTS Compact,sans-serif}.mtsds-c2-bold-upp-wide{font:700 .625rem/.75rem MTS Wide,sans-serif;letter-spacing:.05em;text-transform:uppercase}.mts-theme-light,[data-mts-theme=light]{--color-brand:#ff0032;--color-accent-active:#007cff;--color-accent-positive:#26cd58;--color-accent-warning:#fac031;--color-accent-negative:#f95721;--color-accent-active-inverted:#45b6fc;--color-accent-positive-inverted:#74df8b;--color-accent-warning-inverted:#fad67d;--color-accent-negative-inverted:#fa8a64;--color-text-headline:#000000;--color-text-primary:#1d2023;--color-text-secondary:#626c77;--color-text-tertiary:#969fa8;--color-text-inverted:#fafafa;--color-text-positive:#12b23f;--color-text-negative:#db400c;--color-text-primary-link:#0070e5;--color-text-primary-link-hover:#007cff;--color-text-primary-link-visited:#3396ff;--color-text-primary-link-inverted:#45b6fc;--color-text-secondary-link:#626c77;--color-text-secondary-link-hover:#bbc1c7;--color-text-secondary-link-visited:#abb2b9;--color-text-visited-link:#883888;--color-text-inactive-tab-bar:#6e7782;--color-background-primary:#ffffff;--color-background-stroke:rgba(188,195,208,0.5);--color-background-primary-elevated:#ffffff;--color-background-secondary:#f2f3f7;--color-background-secondary-elevated:#ffffff;--color-background-modal:#ffffff;--color-background-inverted:#1d2023;--color-background-overlay:rgba(29,32,35,0.4);--color-background-hover:rgba(188,195,208,0.25);--color-background-hover-inverted:rgba(242,243,247,0.2);--color-background-navbar-ios:rgba(255,255,255,0.92);--color-background-disabled:#f8f8fb;--color-background-stroke-disabled:rgba(188,195,208,0.25);--color-background-lower:#f2f3f7;--color-control-primary-active:#ff0032;--color-control-secondary-active:#1d2023;--color-control-tertiary-active:#f2f3f7;--color-control-inactive:rgba(188,195,208,0.5);--color-control-alternative:#ffffff;--color-control-alternative-stroke-hover:#ced4dc;--color-control-active-tab-bar:#ff0032;--color-control-inactive-tab-bar:#8d969f;--color-control-stroke:#8d969f;--color-icon-primary:#1d2023;--color-icon-secondary:#8d969f;--color-icon-tertiary:#bbc1c7;--color-premium:linear-gradient(48deg,#9BD5FF 6.25%,#9B93FF 44.27%,#9A8DFF 58.33%,#7C86FE 84.9%);--blend-hover:multiply;--blend-hover-inverted:normal}.mts-theme-dark,[data-mts-theme=dark]{--color-brand:#ff0032;--color-accent-active:#45b6fc;--color-accent-positive:#74df8b;--color-accent-warning:#fad67d;--color-accent-negative:#fa8a64;--color-accent-active-inverted:#007cff;--color-accent-positive-inverted:#26cd58;--color-accent-warning-inverted:#fac031;--color-accent-negative-inverted:#f95721;--color-text-headline:#ffffff;--color-text-primary:#fafafa;--color-text-secondary:#969fa8;--color-text-tertiary:#626c77;--color-text-inverted:#1d2023;--color-text-positive:#74df8b;--color-text-negative:#ffa080;--color-text-primary-link:#45b6fc;--color-text-primary-link-hover:#45b6fc;--color-text-primary-link-visited:#0063cc;--color-text-primary-link-inverted:#0070e5;--color-text-secondary-link:#969fa8;--color-text-secondary-link-hover:#626c77;--color-text-secondary-link-visited:#787f86;--color-text-visited-link:#b767b7;--color-text-inactive-tab-bar:rgba(255,255,255,0.46);--color-background-primary:#000000;--color-background-stroke:rgba(127,140,153,0.35);--color-background-primary-elevated:#1d2023;--color-background-secondary:rgba(98,108,119,0.25);--color-background-secondary-elevated:rgba(98,108,119,0.25);--color-background-modal:#2c3135;--color-background-inverted:#ffffff;--color-background-overlay:rgba(29,32,35,0.6);--color-background-hover:rgba(242,243,247,0.2);--color-background-hover-inverted:rgba(188,195,208,0.25);--color-background-navbar-ios:rgba(0,0,0,0.92);--color-background-disabled:rgba(98,108,119,0.15);--color-background-stroke-disabled:rgba(127,140,153,0.1);--color-background-lower:#000000;--color-control-primary-active:#ff0032;--color-control-secondary-active:#ffffff;--color-control-tertiary-active:rgba(127,140,153,0.35);--color-control-inactive:rgba(127,140,153,0.35);--color-control-alternative:rgba(127,140,153,0.35);--color-control-alternative-stroke-hover:#6a7278;--color-control-active-tab-bar:#ffffff;--color-control-inactive-tab-bar:rgba(255,255,255,0.46);--color-control-stroke:#636b72;--color-icon-primary:#fafafa;--color-icon-secondary:#969fa8;--color-icon-tertiary:#626c77;--color-premium:linear-gradient(48deg,#9BD5FF 6.25%,#9B93FF 44.27%,#9A8DFF 58.33%,#7C86FE 84.9%);--blend-hover:normal;--blend-hover-inverted:multiply}:root{--color-constant-greyscale-0:#ffffff;--color-constant-greyscale-100:#f2f3f7;--color-constant-greyscale-200:#e2e5eb;--color-constant-greyscale-300:#bbc1c7;--color-constant-greyscale-400:#969fa8;--color-constant-greyscale-500:#626c77;--color-constant-greyscale-600:#434a51;--color-constant-greyscale-700:#2c3135;--color-constant-greyscale-800:#1d2023;--color-constant-greyscale-900:#000000;--color-constant-blackberry-lightest:#e7eafa;--color-constant-blackberry-light:#6384e0;--color-constant-blackberry-normal:#014fce;--color-constant-blackberry-dark:#003db7;--color-constant-blackberry-darkest:#002094;--color-constant-blueberry-lightest:#e1f3fe;--color-constant-blueberry-light:#45b6fc;--color-constant-blueberry-normal:#0097fd;--color-constant-blueberry-dark:#007cff;--color-constant-blueberry-darkest:#0048aa;--color-constant-mint-lightest:#dff9f5;--color-constant-mint-light:#00d9bc;--color-constant-mint-normal:#00c19b;--color-constant-mint-dark:#03a17b;--color-constant-mint-darkest:#00724d;--color-constant-apple-lightest:#e8faeb;--color-constant-apple-light:#74df8b;--color-constant-apple-normal:#26cd58;--color-constant-apple-dark:#04aa42;--color-constant-apple-darkest:#027722;--color-constant-lime-lightest:#f8fee7;--color-constant-lime-light:#d3f36b;--color-constant-lime-normal:#c1eb1d;--color-constant-lime-dark:#a6c100;--color-constant-lime-darkest:#808201;--color-constant-banana-lightest:#fffde8;--color-constant-banana-light:#fdf177;--color-constant-banana-normal:#fbe739;--color-constant-banana-dark:#fac031;--color-constant-banana-darkest:#f37f19;--color-constant-orange-lightest:#fbe9e7;--color-constant-orange-light:#ffa080;--color-constant-orange-normal:#f95721;--color-constant-orange-dark:#e04a17;--color-constant-orange-darkest:#ba360a;--color-constant-raspberry-lightest:#ffe4e9;--color-constant-raspberry-light:#f55f7e;--color-constant-raspberry-normal:#ea1f49;--color-constant-raspberry-dark:#c51345;--color-constant-raspberry-darkest:#8e003f;--color-constant-cranberry-lightest:#f9e7f0;--color-constant-cranberry-light:#e677ad;--color-constant-cranberry-normal:#e54887;--color-constant-cranberry-dark:#bb4079;--color-constant-cranberry-darkest:#7f3363;--color-constant-plum-lightest:#f0e7f0;--color-constant-plum-light:#a86ea7;--color-constant-plum-normal:#883888;--color-constant-plum-dark:#6d2d79;--color-constant-plum-darkest:#471c61;--font-weight-ultra:1000;--font-weight-black:900;--font-weight-bold:700;--font-weight-medium:500;--font-weight-regular:400;--font-family-base:MTS Sans;--font-family-wide:MTS Wide;--font-family-compact:MTS Compact;--font-family-text:MTS Text;--grid-m-breakpoint:0rem;--grid-m-columns:12;--grid-m-gutter:0.75rem;--grid-m-margin:1.25rem;--grid-t-breakpoint:48rem;--grid-t-columns:12;--grid-t-gutter:2rem;--grid-t-margin:2.5rem;--grid-dxs-breakpoint:60rem;--grid-dxs-columns:12;--grid-dxs-gutter:2rem;--grid-dxs-margin:2.5rem;--grid-ds-breakpoint:80rem;--grid-ds-max-width:73rem;--grid-ds-columns:12;--grid-ds-gutter:2rem;--grid-ds-margin:2rem;--grid-dm-breakpoint:90rem;--grid-dm-max-width:79rem;--grid-dm-columns:12;--grid-dm-gutter:2rem;--grid-dm-margin:2.5rem;--grid-dl-breakpoint:105rem;--grid-dl-max-width:85rem;--grid-dl-columns:12;--grid-dl-gutter:2rem;--grid-dl-margin:2.5rem;--grid-dxl-breakpoint:120rem;--grid-dxl-max-width:97rem;--grid-dxl-columns:12;--grid-dxl-gutter:2rem;--grid-dxl-margin:2.5rem;--shadow-lowest:0 0 6px rgba(0,0,0,0.08),0 4px 16px rgba(0,0,0,0.08);--shadow-low:0 0 16px rgba(0,0,0,0.08),0 4px 16px rgba(0,0,0,0.08);--shadow-middle:0 4px 24px rgba(0,0,0,0.12),0 8px 16px rgba(0,0,0,0.08);--shadow-upper-middle:0 -2px 24px rgba(0,0,0,0.08),0 -8px 24px rgba(0,0,0,0.1);--shadow-high:0 4px 24px rgba(0,0,0,0.12),0 12px 20px rgba(0,0,0,0.14);--size-spacing-2:0.125rem;--size-spacing-4:0.25rem;--size-spacing-8:0.5rem;--size-spacing-12:0.75rem;--size-spacing-16:1rem;--size-spacing-24:1.5rem;--size-spacing-32:2rem;--size-spacing-40:2.5rem;--size-spacing-48:3rem;--size-spacing-64:4rem;--size-spacing-80:5rem}.mts-music-container{margin:0 auto;width:100%;padding-left:32px;padding-right:32px;max-width:1664px}@media screen and (max-width:767px){.mts-music-container{padding-left:20px;padding-right:20px}}.mts-music-row{row-gap:24px;display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}@media screen and (max-width:767px){.mts-music-row{margin-left:-6px;margin-right:-6px;row-gap:12px}}.mts-music-col-xl-1{padding-left:12px;padding-right:12px;width:8.3333333333%}@media screen and (max-width:767px){.mts-music-col-xl-1{padding-left:6px;padding-right:6px}}.mts-music-col-xl-2{padding-left:12px;padding-right:12px;width:16.6666666667%}@media screen and (max-width:767px){.mts-music-col-xl-2{padding-left:6px;padding-right:6px}}.mts-music-col-xl-3{padding-left:12px;padding-right:12px;width:25%}@media screen and (max-width:767px){.mts-music-col-xl-3{padding-left:6px;padding-right:6px}}.mts-music-col-xl-4{padding-left:12px;padding-right:12px;width:33.3333333333%}@media screen and (max-width:767px){.mts-music-col-xl-4{padding-left:6px;padding-right:6px}}.mts-music-col-xl-5{padding-left:12px;padding-right:12px;width:41.6666666667%}@media screen and (max-width:767px){.mts-music-col-xl-5{padding-left:6px;padding-right:6px}}.mts-music-col-xl-6{padding-left:12px;padding-right:12px;width:50%}@media screen and (max-width:767px){.mts-music-col-xl-6{padding-left:6px;padding-right:6px}}.mts-music-col-xl-7{padding-left:12px;padding-right:12px;width:58.3333333333%}@media screen and (max-width:767px){.mts-music-col-xl-7{padding-left:6px;padding-right:6px}}.mts-music-col-xl-8{padding-left:12px;padding-right:12px;width:66.6666666667%}@media screen and (max-width:767px){.mts-music-col-xl-8{padding-left:6px;padding-right:6px}}.mts-music-col-xl-9{padding-left:12px;padding-right:12px;width:75%}@media screen and (max-width:767px){.mts-music-col-xl-9{padding-left:6px;padding-right:6px}}.mts-music-col-xl-10{padding-left:12px;padding-right:12px;width:83.3333333333%}@media screen and (max-width:767px){.mts-music-col-xl-10{padding-left:6px;padding-right:6px}}.mts-music-col-xl-11{padding-left:12px;padding-right:12px;width:91.6666666667%}@media screen and (max-width:767px){.mts-music-col-xl-11{padding-left:6px;padding-right:6px}}.mts-music-col-xl-12{padding-left:12px;padding-right:12px;width:100%}@media screen and (max-width:767px){.mts-music-col-xl-12{padding-left:6px;padding-right:6px}}@media screen and (max-width:1919px){.mts-music-col-l-1{padding-left:12px;padding-right:12px;width:8.3333333333%}}@media screen and (max-width:1919px)and (max-width:767px){.mts-music-col-l-1{padding-left:6px;padding-right:6px}}@media screen and (max-width:1919px){.mts-music-col-l-2{padding-left:12px;padding-right:12px;width:16.6666666667%}}@media screen and (max-width:1919px)and (max-width:767px){.mts-music-col-l-2{padding-left:6px;padding-right:6px}}@media screen and (max-width:1919px){.mts-music-col-l-3{padding-left:12px;padding-right:12px;width:25%}}@media screen and (max-width:1919px)and (max-width:767px){.mts-music-col-l-3{padding-left:6px;padding-right:6px}}@media screen and (max-width:1919px){.mts-music-col-l-4{padding-left:12px;padding-right:12px;width:33.3333333333%}}@media screen and (max-width:1919px)and (max-width:767px){.mts-music-col-l-4{padding-left:6px;padding-right:6px}}@media screen and (max-width:1919px){.mts-music-col-l-5{padding-left:12px;padding-right:12px;width:41.6666666667%}}@media screen and (max-width:1919px)and (max-width:767px){.mts-music-col-l-5{padding-left:6px;padding-right:6px}}@media screen and (max-width:1919px){.mts-music-col-l-6{padding-left:12px;padding-right:12px;width:50%}}@media screen and (max-width:1919px)and (max-width:767px){.mts-music-col-l-6{padding-left:6px;padding-right:6px}}@media screen and (max-width:1919px){.mts-music-col-l-7{padding-left:12px;padding-right:12px;width:58.3333333333%}}@media screen and (max-width:1919px)and (max-width:767px){.mts-music-col-l-7{padding-left:6px;padding-right:6px}}@media screen and (max-width:1919px){.mts-music-col-l-8{padding-left:12px;padding-right:12px;width:66.6666666667%}}@media screen and (max-width:1919px)and (max-width:767px){.mts-music-col-l-8{padding-left:6px;padding-right:6px}}@media screen and (max-width:1919px){.mts-music-col-l-9{padding-left:12px;padding-right:12px;width:75%}}@media screen and (max-width:1919px)and (max-width:767px){.mts-music-col-l-9{padding-left:6px;padding-right:6px}}@media screen and (max-width:1919px){.mts-music-col-l-10{padding-left:12px;padding-right:12px;width:83.3333333333%}}@media screen and (max-width:1919px)and (max-width:767px){.mts-music-col-l-10{padding-left:6px;padding-right:6px}}@media screen and (max-width:1919px){.mts-music-col-l-11{padding-left:12px;padding-right:12px;width:91.6666666667%}}@media screen and (max-width:1919px)and (max-width:767px){.mts-music-col-l-11{padding-left:6px;padding-right:6px}}@media screen and (max-width:1919px){.mts-music-col-l-12{padding-left:12px;padding-right:12px;width:100%}}@media screen and (max-width:1919px)and (max-width:767px){.mts-music-col-l-12{padding-left:6px;padding-right:6px}}@media screen and (max-width:1679px){.mts-music-col-m-1{padding-left:12px;padding-right:12px;width:8.3333333333%}}@media screen and (max-width:1679px)and (max-width:767px){.mts-music-col-m-1{padding-left:6px;padding-right:6px}}@media screen and (max-width:1679px){.mts-music-col-m-2{padding-left:12px;padding-right:12px;width:16.6666666667%}}@media screen and (max-width:1679px)and (max-width:767px){.mts-music-col-m-2{padding-left:6px;padding-right:6px}}@media screen and (max-width:1679px){.mts-music-col-m-3{padding-left:12px;padding-right:12px;width:25%}}@media screen and (max-width:1679px)and (max-width:767px){.mts-music-col-m-3{padding-left:6px;padding-right:6px}}@media screen and (max-width:1679px){.mts-music-col-m-4{padding-left:12px;padding-right:12px;width:33.3333333333%}}@media screen and (max-width:1679px)and (max-width:767px){.mts-music-col-m-4{padding-left:6px;padding-right:6px}}@media screen and (max-width:1679px){.mts-music-col-m-5{padding-left:12px;padding-right:12px;width:41.6666666667%}}@media screen and (max-width:1679px)and (max-width:767px){.mts-music-col-m-5{padding-left:6px;padding-right:6px}}@media screen and (max-width:1679px){.mts-music-col-m-6{padding-left:12px;padding-right:12px;width:50%}}@media screen and (max-width:1679px)and (max-width:767px){.mts-music-col-m-6{padding-left:6px;padding-right:6px}}@media screen and (max-width:1679px){.mts-music-col-m-7{padding-left:12px;padding-right:12px;width:58.3333333333%}}@media screen and (max-width:1679px)and (max-width:767px){.mts-music-col-m-7{padding-left:6px;padding-right:6px}}@media screen and (max-width:1679px){.mts-music-col-m-8{padding-left:12px;padding-right:12px;width:66.6666666667%}}@media screen and (max-width:1679px)and (max-width:767px){.mts-music-col-m-8{padding-left:6px;padding-right:6px}}@media screen and (max-width:1679px){.mts-music-col-m-9{padding-left:12px;padding-right:12px;width:75%}}@media screen and (max-width:1679px)and (max-width:767px){.mts-music-col-m-9{padding-left:6px;padding-right:6px}}@media screen and (max-width:1679px){.mts-music-col-m-10{padding-left:12px;padding-right:12px;width:83.3333333333%}}@media screen and (max-width:1679px)and (max-width:767px){.mts-music-col-m-10{padding-left:6px;padding-right:6px}}@media screen and (max-width:1679px){.mts-music-col-m-11{padding-left:12px;padding-right:12px;width:91.6666666667%}}@media screen and (max-width:1679px)and (max-width:767px){.mts-music-col-m-11{padding-left:6px;padding-right:6px}}@media screen and (max-width:1679px){.mts-music-col-m-12{padding-left:12px;padding-right:12px;width:100%}}@media screen and (max-width:1679px)and (max-width:767px){.mts-music-col-m-12{padding-left:6px;padding-right:6px}}@media screen and (max-width:1439px){.mts-music-col-s-1{padding-left:12px;padding-right:12px;width:8.3333333333%}}@media screen and (max-width:1439px)and (max-width:767px){.mts-music-col-s-1{padding-left:6px;padding-right:6px}}@media screen and (max-width:1439px){.mts-music-col-s-2{padding-left:12px;padding-right:12px;width:16.6666666667%}}@media screen and (max-width:1439px)and (max-width:767px){.mts-music-col-s-2{padding-left:6px;padding-right:6px}}@media screen and (max-width:1439px){.mts-music-col-s-3{padding-left:12px;padding-right:12px;width:25%}}@media screen and (max-width:1439px)and (max-width:767px){.mts-music-col-s-3{padding-left:6px;padding-right:6px}}@media screen and (max-width:1439px){.mts-music-col-s-4{padding-left:12px;padding-right:12px;width:33.3333333333%}}@media screen and (max-width:1439px)and (max-width:767px){.mts-music-col-s-4{padding-left:6px;padding-right:6px}}@media screen and (max-width:1439px){.mts-music-col-s-5{padding-left:12px;padding-right:12px;width:41.6666666667%}}@media screen and (max-width:1439px)and (max-width:767px){.mts-music-col-s-5{padding-left:6px;padding-right:6px}}@media screen and (max-width:1439px){.mts-music-col-s-6{padding-left:12px;padding-right:12px;width:50%}}@media screen and (max-width:1439px)and (max-width:767px){.mts-music-col-s-6{padding-left:6px;padding-right:6px}}@media screen and (max-width:1439px){.mts-music-col-s-7{padding-left:12px;padding-right:12px;width:58.3333333333%}}@media screen and (max-width:1439px)and (max-width:767px){.mts-music-col-s-7{padding-left:6px;padding-right:6px}}@media screen and (max-width:1439px){.mts-music-col-s-8{padding-left:12px;padding-right:12px;width:66.6666666667%}}@media screen and (max-width:1439px)and (max-width:767px){.mts-music-col-s-8{padding-left:6px;padding-right:6px}}@media screen and (max-width:1439px){.mts-music-col-s-9{padding-left:12px;padding-right:12px;width:75%}}@media screen and (max-width:1439px)and (max-width:767px){.mts-music-col-s-9{padding-left:6px;padding-right:6px}}@media screen and (max-width:1439px){.mts-music-col-s-10{padding-left:12px;padding-right:12px;width:83.3333333333%}}@media screen and (max-width:1439px)and (max-width:767px){.mts-music-col-s-10{padding-left:6px;padding-right:6px}}@media screen and (max-width:1439px){.mts-music-col-s-11{padding-left:12px;padding-right:12px;width:91.6666666667%}}@media screen and (max-width:1439px)and (max-width:767px){.mts-music-col-s-11{padding-left:6px;padding-right:6px}}@media screen and (max-width:1439px){.mts-music-col-s-12{padding-left:12px;padding-right:12px;width:100%}}@media screen and (max-width:1439px)and (max-width:767px){.mts-music-col-s-12{padding-left:6px;padding-right:6px}}@media screen and (max-width:1279px){.mts-music-col-xs-1{padding-left:12px;padding-right:12px;width:8.3333333333%}}@media screen and (max-width:1279px)and (max-width:767px){.mts-music-col-xs-1{padding-left:6px;padding-right:6px}}@media screen and (max-width:1279px){.mts-music-col-xs-2{padding-left:12px;padding-right:12px;width:16.6666666667%}}@media screen and (max-width:1279px)and (max-width:767px){.mts-music-col-xs-2{padding-left:6px;padding-right:6px}}@media screen and (max-width:1279px){.mts-music-col-xs-3{padding-left:12px;padding-right:12px;width:25%}}@media screen and (max-width:1279px)and (max-width:767px){.mts-music-col-xs-3{padding-left:6px;padding-right:6px}}@media screen and (max-width:1279px){.mts-music-col-xs-4{padding-left:12px;padding-right:12px;width:33.3333333333%}}@media screen and (max-width:1279px)and (max-width:767px){.mts-music-col-xs-4{padding-left:6px;padding-right:6px}}@media screen and (max-width:1279px){.mts-music-col-xs-5{padding-left:12px;padding-right:12px;width:41.6666666667%}}@media screen and (max-width:1279px)and (max-width:767px){.mts-music-col-xs-5{padding-left:6px;padding-right:6px}}@media screen and (max-width:1279px){.mts-music-col-xs-6{padding-left:12px;padding-right:12px;width:50%}}@media screen and (max-width:1279px)and (max-width:767px){.mts-music-col-xs-6{padding-left:6px;padding-right:6px}}@media screen and (max-width:1279px){.mts-music-col-xs-7{padding-left:12px;padding-right:12px;width:58.3333333333%}}@media screen and (max-width:1279px)and (max-width:767px){.mts-music-col-xs-7{padding-left:6px;padding-right:6px}}@media screen and (max-width:1279px){.mts-music-col-xs-8{padding-left:12px;padding-right:12px;width:66.6666666667%}}@media screen and (max-width:1279px)and (max-width:767px){.mts-music-col-xs-8{padding-left:6px;padding-right:6px}}@media screen and (max-width:1279px){.mts-music-col-xs-9{padding-left:12px;padding-right:12px;width:75%}}@media screen and (max-width:1279px)and (max-width:767px){.mts-music-col-xs-9{padding-left:6px;padding-right:6px}}@media screen and (max-width:1279px){.mts-music-col-xs-10{padding-left:12px;padding-right:12px;width:83.3333333333%}}@media screen and (max-width:1279px)and (max-width:767px){.mts-music-col-xs-10{padding-left:6px;padding-right:6px}}@media screen and (max-width:1279px){.mts-music-col-xs-11{padding-left:12px;padding-right:12px;width:91.6666666667%}}@media screen and (max-width:1279px)and (max-width:767px){.mts-music-col-xs-11{padding-left:6px;padding-right:6px}}@media screen and (max-width:1279px){.mts-music-col-xs-12{padding-left:12px;padding-right:12px;width:100%}}@media screen and (max-width:1279px)and (max-width:767px){.mts-music-col-xs-12{padding-left:6px;padding-right:6px}}@media screen and (max-width:959px){.mts-music-col-t-1{padding-left:12px;padding-right:12px;width:25%}}@media screen and (max-width:959px)and (max-width:767px){.mts-music-col-t-1{padding-left:6px;padding-right:6px}}@media screen and (max-width:959px){.mts-music-col-t-2{padding-left:12px;padding-right:12px;width:50%}}@media screen and (max-width:959px)and (max-width:767px){.mts-music-col-t-2{padding-left:6px;padding-right:6px}}@media screen and (max-width:959px){.mts-music-col-t-3{padding-left:12px;padding-right:12px;width:75%}}@media screen and (max-width:959px)and (max-width:767px){.mts-music-col-t-3{padding-left:6px;padding-right:6px}}@media screen and (max-width:959px){.mts-music-col-t-4{padding-left:12px;padding-right:12px;width:100%}}@media screen and (max-width:959px)and (max-width:767px){.mts-music-col-t-4{padding-left:6px;padding-right:6px}}@media screen and (max-width:767px){.mts-music-col-ml-1{padding-left:12px;padding-right:12px;width:25%}}@media screen and (max-width:767px)and (max-width:767px){.mts-music-col-ml-1{padding-left:6px;padding-right:6px}}@media screen and (max-width:767px){.mts-music-col-ml-2{padding-left:12px;padding-right:12px;width:50%}}@media screen and (max-width:767px)and (max-width:767px){.mts-music-col-ml-2{padding-left:6px;padding-right:6px}}@media screen and (max-width:767px){.mts-music-col-ml-3{padding-left:12px;padding-right:12px;width:75%}}@media screen and (max-width:767px)and (max-width:767px){.mts-music-col-ml-3{padding-left:6px;padding-right:6px}}@media screen and (max-width:767px){.mts-music-col-ml-4{padding-left:12px;padding-right:12px;width:100%}}@media screen and (max-width:767px)and (max-width:767px){.mts-music-col-ml-4{padding-left:6px;padding-right:6px}}@media screen and (max-width:691px){.mts-music-col-ms-1{padding-left:12px;padding-right:12px;width:50%}}@media screen and (max-width:691px)and (max-width:767px){.mts-music-col-ms-1{padding-left:6px;padding-right:6px}}@media screen and (max-width:691px){.mts-music-col-ms-2{padding-left:12px;padding-right:12px;width:100%}}@media screen and (max-width:691px)and (max-width:767px){.mts-music-col-ms-2{padding-left:6px;padding-right:6px}}@media screen and (max-width:429px){.mts-music-col-mxs-1{padding-left:12px;padding-right:12px;width:50%}}@media screen and (max-width:429px)and (max-width:767px){.mts-music-col-mxs-1{padding-left:6px;padding-right:6px}}@media screen and (max-width:429px){.mts-music-col-mxs-2{padding-left:12px;padding-right:12px;width:100%}}@media screen and (max-width:429px)and (max-width:767px){.mts-music-col-mxs-2{padding-left:6px;padding-right:6px}}*{padding:0;margin:0;box-sizing:border-box}html{font-size:16px}body,html{scrollbar-gutter:stable;overscroll-behavior:none}a{text-decoration:none;color:inherit}ul{list-style-type:none}.mts-theme-light,[data-mts-theme=light]{--color-control-blur:rgba(255,255,255,0.08);--color-control-hover-primary:rgba(188,195,208,0.4);--color-control-hover-alternative:rgba(242,243,247,0.12);--color-control-primary-active-hover:#e4002e;--color-control-alternative-hover:#36393d;--color-control-secondary-hover:#e5e7ed;--color-control-secondary-gray-hover:#e4e7ec;--color-constant-greyscale-0-hover:#e4e7ec}.mts-theme-dark,[data-mts-theme=dark]{--color-control-blur:rgba(255,255,255,0.08);--color-control-hover-primary:rgba(188,195,208,0.4);--color-control-hover-alternative:rgba(188,195,208,0.4);--color-control-primary-active-hover:#e4002e;--color-control-alternative-hover:#e4e7ec;--color-control-secondary-hover:#e5e7ed;--color-control-secondary-gray-hover:#e4e7ec;--color-constant-greyscale-0-hover:#e4e7ec}.sidebar_buzzoola_banner{margin:40px 8px 0}.top_buzzoola_banner{max-width:728px;height:90px;margin:0 auto;overflow:hidden;transition:height .5s ease}@media screen and (max-width:959px){.top_buzzoola_banner{max-width:320px;height:50px}}.top_buzzoola_banner.hidden{height:0}.header_with_buzzoola_banner{max-height:162px}@media screen and (max-width:1279px){.header_with_buzzoola_banner{max-height:142px}}@media screen and (max-width:959px){.header_with_buzzoola_banner{max-height:102px}}@media screen and (min-width:1280px){.sidebar_with_top_buzzoola_banner{margin-top:162px;height:calc(100vh - 162px);height:calc(100dvh - 162px)}}@media screen and (max-width:1279px){.prp-notifications-widget,.prp-profile-b2c-products{display:none!important}.prp-button{padding:9px 12px 7px!important;font:700 .625rem/.75rem MTS Wide,sans-serif!important;letter-spacing:.05em!important;text-transform:uppercase!important}.prp-avatar,.prp-button{border-radius:12px!important;height:32px!important}.prp-avatar,.prp-avatar img{width:32px!important}.prp-avatar img{height:32px!important}}body:has(dialog[open]){overflow:hidden}[data-af-custom-fonts=af-creatives-text]{font-family:MTS Compact!important}button[data-af-custom-fonts=af-creatives-text]{font-family:MTS Wide!important}.app_spinner__SpD8q{margin:0 auto;width:100%}