@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-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, .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(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));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:translate(-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:translate(-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 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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--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__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";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{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--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;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:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height: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:initial;transform-origin:right;border-bottom-left-radius:initial}.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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}.btn-default{gap:.1rem;font-family:Nunito;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;outline:none;cursor:pointer;padding:.1rem .12rem;border-radius:.08rem;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}.btn-default.primary{background:#1684f2}.btn-default.primary span{color:#fff}.btn-default.secondary{background:#5055f4}.btn-default.secondary span{color:#fff}.btn-default.white{background:#fff}.btn-default.white span{color:var(--Momento-Color-Web-01, #5055f4)}.btn-default.disabled{pointer-events:none;background-color:#dcdcdc}.btn-default.disabled span{color:#fff}.btn-default.lg{padding:.16rem .24rem;border-radius:.08rem}.btn-default.lg span{font-size:.2rem}@media screen and (max-width:900px){.btn-default.lg span{font-size:.16rem}}.btn-default span{font-size:.14rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}.btn-default span+*{margin-left:.08rem}@media screen and (max-width:900px){.btn-default span+*{margin-left:.08rem}}.btn-default img{width:.12rem;object-fit:contain}.text-default.d65{font-size:.65rem}.text-default.d32{font-size:.32rem}.text-default.d28{font-size:.28rem}.text-default.d26{font-size:.26rem}.text-default.d25{font-size:.25rem}.text-default.d24{font-size:.24rem}.text-default.d20{font-size:.2rem}.text-default.d18{font-size:.18rem}.text-default.d16{font-size:.16rem}.text-default.d14{font-size:.14rem}.text-default.d13{font-size:.13rem}.text-default.d12{font-size:.12rem}.text-default.d11{font-size:.11rem}.text-default.d10{font-size:.1rem}.text-default.d9{font-size:.09rem}@media screen and (max-width:1600px){.text-default.md10{font-size:.1rem}}@media screen and (max-width:1600px){.text-default.md12{font-size:.12rem}}@media screen and (max-width:1600px){.text-default.md11{font-size:.11rem}}@media screen and (max-width:1600px){.text-default.md14{font-size:.14rem}}@media screen and (max-width:1600px){.text-default.md16{font-size:.16rem}}@media screen and (max-width:1600px){.text-default.md18{font-size:.18rem}}@media screen and (max-width:1600px){.text-default.md20{font-size:.2rem}}@media screen and (max-width:1600px){.text-default.md24{font-size:.24rem}}@media screen and (max-width:1600px){.text-default.md28{font-size:.28rem}}@media screen and (max-width:1600px){.text-default.md32{font-size:.32rem}}@media screen and (max-width:1600px){.text-default.md36{font-size:.36rem}}@media screen and (max-width:1600px){.text-default.md40{font-size:.4rem}}@media screen and (max-width:1600px){.text-default.md48{font-size:.48rem}}@media screen and (max-width:1600px){.text-default.md56{font-size:.56rem}}@media screen and (max-width:1600px){.text-default.md64{font-size:.64rem}}@media screen and (max-width:900px){.text-default.m40{font-size:.4rem}}@media screen and (max-width:900px){.text-default.m24{font-size:.24rem}}@media screen and (max-width:900px){.text-default.m20{font-size:.2rem}}@media screen and (max-width:900px){.text-default.m18{font-size:.18rem}}@media screen and (max-width:900px){.text-default.m16{font-size:.16rem}}@media screen and (max-width:900px){.text-default.m14{font-size:.14rem}}@media screen and (max-width:900px){.text-default.m13{font-size:.13rem}}@media screen and (max-width:900px){.text-default.m12{font-size:.12rem}}.text-default.fw400{font-weight:400}.text-default.fw500{font-weight:500}.text-default.fw600{font-weight:600}.text-default.fw700{font-weight:700}.text-default.fw800{font-weight:800}.text-default.fw900{font-weight:900}@media screen and (max-width:1600px){.text-default.mdfw400{font-weight:400}}@media screen and (max-width:1600px){.text-default.mdfw500{font-weight:500}}@media screen and (max-width:1600px){.text-default.mdfw600{font-weight:600}}@media screen and (max-width:1600px){.text-default.mdfw700{font-weight:700}}@media screen and (max-width:1600px){.text-default.mdfw800{font-weight:800}}@media screen and (max-width:1600px){.text-default.mdfw900{font-weight:900}}.text-default.white{color:#fff}.text-default.gray{color:#939aba}.text-default.dark{color:#252525}.text-default.lightgray{color:#abb1b7}.text-default.black{color:#000}.text-default.green{color:var(--Momento-Color-Web-05, #009993)}.text-default.red{color:var(--Momento-Color-Web-08, #f55d3e)}.text-default.purple{color:#5055f4}.text-default.blue{color:var(--text4, #1684f2)}.text-default.text-center{text-align:center}.text-default.normal{line-height:normal}.text-default.lh3{line-height:.3rem}.text-default.lh24{line-height:.24rem}.text-default.lh20{line-height:.2rem}.text-default.lh65{line-height:.65rem}@media screen and (max-width:900px){.text-default.mlh40{line-height:.4rem}}@media screen and (max-width:900px){.text-default.mlh3{line-height:.3rem}}@media screen and (max-width:900px){.text-default.mlh24{line-height:.24rem}}@media screen and (max-width:900px){.text-default.mlh20{line-height:.2rem}}@media screen and (max-width:900px){.text-default.mlh16{line-height:.16rem}}.text-default ul{padding-left:.2rem}.brand-mini-item{position:relative;display:flex;flex:1;border-radius:.08rem;background:var(--primary, #fff);box-shadow:0 1.423px 34.162px #0000000a;cursor:pointer}.brand-mini-item .content{display:flex;flex:1;padding:.12rem;gap:.12rem}.brand-mini-item .content .image{width:.55rem;height:.55rem}.brand-mini-item .content .image img{width:100%;height:100%;object-fit:cover;border-radius:.08rem}.brand-mini-item .content .info{display:flex;align-items:flex-start;flex-direction:column;gap:.09rem}.brand-mini-item .favorite{position:absolute;top:.05rem;right:.05rem;cursor:pointer}.showcase{display:flex;flex:1;flex-direction:column;gap:.16rem}.showcase .items{display:flex;flex-direction:column;gap:.12rem;flex:1}section.account{padding:.2rem 0}section.account .container .left .left-content{display:flex;flex-direction:column}section.account .container .left .left-content span{padding:.12rem;display:block;cursor:pointer;border:1px solid transparent;border-radius:.1rem}section.account .container .left .left-content span.active{border-color:#1684f2;background:#e8f4ff;color:#232323}section.account .container .center .permissions{display:flex;flex-direction:column;gap:.2rem}section.account .container .center .permissions .permission{display:flex;flex-direction:row;gap:.12rem}section.account .container .center .permissions .permission span{flex:1}section.account .container .center .permissions .permission form.general{width:unset}section.account .container .center .permissions .permission form.general .item .switch span.button{border-radius:.22rem}section.account .container .center .permissions .permission form.general .item .switch span.button:before{border-radius:.22rem}section.account .container .center .permissions .permission form.general .item .switch input:checked+span.button{background-color:#1684f2}section.account .container .center .permissions .accordion{display:flex;flex-direction:column;gap:.2rem}section.account .container .center .permissions .accordion .accordion-item.active .accordion-header img{transform:scaleY(1)}section.account .container .center .permissions .accordion .accordion-item .accordion-header{display:flex;gap:.2rem;align-items:center;position:relative;color:#2f2d2d}@media screen and (max-width:900px){section.account .container .center .permissions .accordion .accordion-item .accordion-header{gap:.1rem}}section.account .container .center .permissions .accordion .accordion-item .accordion-header img{transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;position:absolute;right:0;transform:scaleY(-1)}section.account .container .center .permissions .accordion .accordion-item .accordion-body{padding:.15rem 0;color:#2f2d2d}section.account .container .center .update-password-form form.general .form-item{position:relative}section.account .container .center .update-password-form form.general .form-item.password .eye{width:.2rem;height:.2rem;position:absolute;right:.2rem;top:50%;transform:translateY(-50%);cursor:pointer}section.account .container .center .update-password-form form.general .password-checks{align-self:flex-start}section.account .container .center .update-password-form form.general .btn-default{align-self:flex-end}section.account .container .center .contact form.general{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:.8rem;row-gap:.3rem}@media screen and (max-width:1280px){section.account .container .center .contact form.general{flex-direction:column;row-gap:.15rem;column-gap:0}}@media screen and (max-width:1280px){section.account .container .center .contact form.general .form-item{width:100%}}section.account .container .center .contact form.general .massage{width:100%;height:1.56rem}section.account .container .center .contact form.general .massage textarea{height:100%}section.account .container .center .contact form.general .btn-default{margin-left:auto}@media screen and (max-width:1280px){section.account .container .center .contact form.general .btn-default{max-width:1.56rem;width:100%}}.password-popup .popup-container .popup-content{padding:0}.password-popup .popup-container .popup-content .title{border-bottom:1px solid var(--stroke, #dbdbdb);padding:.4rem .4rem .1rem;text-align:center}.password-popup .popup-container .popup-content form{padding:0 .4rem .4rem}.password-popup .popup-container .popup-content form .text{text-align:center}.password-popup .popup-container .popup-content form .code-send{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:.1rem;margin-top:-.1rem;cursor:pointer}.password-popup .popup-container .popup-content form .btn-default{width:100%}.column-container{display:flex;flex:1;flex-direction:row;gap:.2rem;min-width:0}@media screen and (max-width:900px){.column-container{flex-direction:column}}.column-container .left{flex-basis:3.25rem;flex-shrink:0}@media screen and (max-width:900px){.column-container .left{display:none}}.column-container .left .left-content{display:flex;position:sticky;top:.24rem}.column-container .right{flex-basis:2.8rem;flex-shrink:0;width:2.8rem}@media screen and (max-width:900px){.column-container .right{display:none}}.column-container .right .right-content{display:flex;position:sticky;top:.24rem;padding:.2rem;background-color:#fbfdff;border-radius:.08rem;width:100%}.column-container .center{display:flex;flex:1;padding:.2rem;background-color:#fbfdff;flex-direction:column;border-radius:.08rem;gap:.2rem;min-width:0;min-height:calc(100vh - 2.14rem)}@media screen and (max-width:900px){.column-container .center{min-height:auto}}@media screen and (max-width:900px){.column-container .center{min-height:calc(100vh - 1.98rem)}}@media screen and (max-width:900px){.column-container .center{width:100%;padding:0;background-color:transparent}}section.announcements{padding:.2rem 0}section.announcements .container .left .left-content{display:flex;flex-direction:column}section.announcements .container .left .left-content .pagination{margin-top:.2rem}section.announcements .container .center{gap:.24rem}section.announcements .container .center .page-header{display:flex;flex-direction:column;gap:.16rem}section.announcements .container .center .page-header .announcement-list .announcements-mobile-swiper .swiper-wrapper .swiper-slide{width:60%;flex-shrink:0}section.announcements .container .center .page-header .announcement-list .announcements-mobile-swiper .swiper-wrapper .swiper-slide .announcement-item{display:flex;flex-direction:column;justify-content:space-between;gap:.12rem;padding:.16rem;background-color:#fff;border-radius:.12rem;height:1rem;width:100%}section.announcements .container .center .page-header .announcement-list .announcements-mobile-swiper .swiper-wrapper .swiper-slide .announcement-item .swiper-item-title{overflow:hidden;text-overflow:ellipsis}section.announcements .container .center .announcement-detail{display:flex;gap:.16rem}@media screen and (max-width:900px){section.announcements .container .center .announcement-detail{background-color:#fff;padding:.16rem;border-radius:.12rem}}@media screen and (max-width:1280px){section.announcements .container .center .announcement-detail{flex-direction:column}}section.announcements .container .center .announcement-detail .text-container{position:relative;width:100%}@media screen and (max-width:900px){section.announcements .container .center .announcement-detail .text-container{display:flex;flex-direction:column}}section.announcements .container .center .announcement-detail .text-container .announcement-image-container{float:left;margin-right:.16rem;margin-bottom:.16rem;width:40%}@media screen and (max-width:900px){section.announcements .container .center .announcement-detail .text-container .announcement-image-container{width:100%}}section.announcements .container .center .announcement-detail .text-container .announcement-image-container img.announcement-image{width:100%}section.announcements .container .center .announcement-detail .text-container .title-container{display:flex;flex-direction:row;justify-content:space-between;gap:.12rem;margin-bottom:.16rem}@media screen and (max-width:900px){section.announcements .container .center .announcement-detail .text-container .title-container{flex-direction:column;justify-content:flex-start;gap:.08rem}}.popup-wrapper.announcement-detail-popup .popup-container{padding:.24rem}.popup-wrapper.announcement-detail-popup .popup-container .image{flex:1}@media screen and (max-width:1280px){.popup-wrapper.announcement-detail-popup .popup-container .image{width:100%}}.popup-wrapper.announcement-detail-popup .popup-container .image img{width:100%;height:auto}.popup-wrapper.announcement-detail-popup .popup-container .text-container{display:flex;flex:1;flex-direction:column;gap:.16rem}@media screen and (max-width:1280px){.popup-wrapper.announcement-detail-popup .popup-container .text-container{width:100%}}.popup-wrapper.announcement-detail-popup .popup-container .text-container .title{display:flex;justify-content:space-between}.announcement-card{display:flex;flex-direction:column;background-color:#fff;padding:.16rem;border-radius:.08rem;gap:.08rem;box-shadow:0 0 12.908px #f0f0f0bd;cursor:pointer}.announcement-card .announcement-image-container,.announcement-card .announcement-image-container img.announcement-image{width:100%}.announcement-card .announcement-text-container{display:flex;flex-direction:column}.announcement-container{flex:1;display:flex;flex-direction:column;gap:.16rem}.announcement-container .announcement-title{flex:1;display:flex;justify-content:space-between;align-items:center}.announcement-container .announcements{display:flex;flex-direction:column;gap:.16rem}.announcement-container .advertising{margin-top:.3rem}.pagination-container .items{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.04rem}.pagination-container .items .arrow{display:flex;align-items:center;justify-content:center;width:.24rem;height:.24rem;cursor:pointer}.pagination-container .items .arrow img{width:.18rem;height:.18rem}.pagination-container .items .arrow.left-arrow img{transform:rotate(-90deg)}.pagination-container .items .arrow.right-arrow img{transform:rotate(90deg)}.pagination-container .items .item{display:flex;align-items:center;justify-content:center;width:.24rem;height:.24rem;border-radius:.12rem;cursor:pointer}.pagination-container .items .item span{font-size:.14rem;color:#919eab}.pagination-container .items .item.active{background:#1684f2}.pagination-container .items .item.active span{color:#fff}: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);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}section.brand-detail{padding:.2rem 0}section.brand-detail .container .center{display:flex;flex-direction:row}@media screen and (max-width:900px){section.brand-detail .container .center{flex-direction:column}}section.brand-detail .container .center .product-detail-container{width:40%}@media screen and (max-width:1280px){section.brand-detail .container .center .product-detail-container{width:100%}}@media screen and (max-width:900px){section.brand-detail .container .center .product-detail-container{background-color:#fff;padding:.16rem;border-radius:.12rem}}section.brand-detail .container .center .product-detail-container .product-detail{display:flex;flex-direction:column;justify-content:center;padding-bottom:.2rem}section.brand-detail .container .center .product-detail-container .product-detail .brand-logo{max-width:2.48rem;width:100%;margin:auto;border-radius:.08rem}section.brand-detail .container .center .product-detail-container .product-detail .download-badge{width:1.8rem}section.brand-detail .container .center .product-detail-container .product-detail .qr-price-text{width:100%;text-align:center}section.brand-detail .container .center .terms{width:60%}@media screen and (max-width:1280px){section.brand-detail .container .center .terms{width:100%}}@media screen and (max-width:900px){section.brand-detail .container .center .terms{background-color:#fff;padding:.16rem;border-radius:.12rem}}section.brand-detail .container .center .terms .accordion .accordion-item.active .accordion-header:after{content:"";transform:translateY(-50%) scaleY(1)}section.brand-detail .container .center .terms .accordion .accordion-item.active .accordion-body{display:flex}section.brand-detail .container .center .terms .accordion .accordion-item+.accordion-item{margin-top:.24rem}section.brand-detail .container .center .terms .accordion .accordion-item .accordion-body{padding:.16rem 0;flex-direction:column;gap:.1rem}section.brand-detail .container .center .terms .accordion .accordion-item .accordion-body ul{padding:0 .2rem}section.brand-detail .container .center .terms .accordion .accordion-item .accordion-body ul li{color:var(--text1, #252525);font-size:13px;font-style:normal;font-weight:400;line-height:130%}section.brand-detail .container .center .terms .accordion .accordion-item .accordion-body ul li+*{margin-top:.1rem}section.brand-detail .container .center .terms .accordion .accordion-item .accordion-body .specification-items{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}section.brand-detail .container .center .terms .accordion .accordion-item .accordion-body .specification-items .specification-item{display:flex;flex-direction:column;align-items:flex-start;gap:.12rem}section.brand-detail .container .center .terms .accordion .accordion-item .accordion-body .specification-items .specification-item .spec-children{display:flex;flex-direction:row;flex-wrap:wrap;gap:.08rem}section.brand-detail .container .center .terms .accordion .accordion-item .accordion-body .specification-items .specification-item .spec-children .specification-value-item{display:flex;align-items:center;gap:.08rem}section.brand-detail .container .center .terms .accordion .accordion-item .accordion-body .specification-items .specification-item .spec-children .specification-value-item img{height:.24rem}section.brand-detail .container .center .terms .accordion .accordion-item .accordion-body .cashback-ratio-container{display:flex;flex-direction:row;align-items:center;gap:.12rem}section.brand-detail .container .center .terms .accordion .accordion-item .accordion-body .cashback-ratio-container .cashback-ratio-item{display:flex;flex-direction:row;align-items:center;gap:.04rem;border-radius:.04rem;padding:.04rem .08rem .04rem .04rem;background-color:#cfedf0}section.brand-detail .container .center .terms .accordion .accordion-item .accordion-body .cashback-ratio-container .cashback-ratio-item.company{background-color:#e2e3ff}section.brand-detail .container .center .terms .accordion .accordion-item .accordion-body .cashback-ratio-container .cashback-ratio-item img{width:.2rem;height:.2rem}section.brand-detail .container .center .terms .accordion .accordion-item .accordion-header{position:relative}section.brand-detail .container .center .terms .accordion .accordion-item .accordion-header:after{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='17'%20height='11'%20viewBox='0%200%2017%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.75%209.125L8.5%201.875L1.25%209.125'%20stroke='%23B8BED9'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");width:.14rem;height:.07rem;background-repeat:no-repeat;background-size:cover;position:absolute;top:50%;transform:translateY(-50%) scaleY(-1);right:0;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}section.brand-detail .container .popup-wrapper.purchase-status-wrapper .popup-container.purchase-status{background-color:transparent;background-image:url("data:image/svg+xml,%3csvg%20width='303'%20height='402'%20viewBox='0%200%20303%20402'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_258_888'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='303'%20height='455'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M301.977%20449.702C303%20447.627%20303%20444.909%20303%20439.475V349.678C295.597%20349.678%20289.595%20343.477%20289.595%20335.827C289.595%20328.177%20295.597%20321.976%20303%20321.976L303%2015.5248C303%2010.0911%20303%207.3743%20301.977%205.29855C301.076%203.47232%20299.64%201.98914%20297.873%201.05698C295.864%203.05176e-05%20293.235%200%20287.976%200L15.0244%200C9.7655%200%207.13589%203.05176e-05%205.12708%201.05698C3.36035%201.98914%201.92365%203.47232%201.0235%205.29855C-3.05176e-05%207.3743%200%2010.0911%200%2015.5248L0%20321.976C7.4032%20321.976%2013.4049%20328.177%2013.4049%20335.827C13.4049%20343.477%207.4032%20349.678%200%20349.678V439.475C0%20444.909%20-3.05176e-05%20447.627%201.0235%20449.702C1.92365%20451.528%203.36035%20453.012%205.12708%20453.942C7.13589%20455%209.7655%20455%2015.0244%20455L287.976%20455C293.235%20455%20295.864%20455%20297.873%20453.942C299.64%20453.012%20301.076%20451.528%20301.977%20449.702ZM263.132%20327.987C258.942%20327.987%20255.544%20331.497%20255.544%20335.827C255.544%20340.157%20258.942%20343.667%20263.132%20343.667C267.323%20343.667%20270.72%20340.157%20270.72%20335.827C270.72%20331.497%20267.323%20327.987%20263.132%20327.987ZM228.894%20335.827C228.894%20331.497%20232.291%20327.987%20236.482%20327.987C240.672%20327.987%20244.069%20331.497%20244.069%20335.827C244.069%20340.157%20240.672%20343.667%20236.482%20343.667C232.291%20343.667%20228.894%20340.157%20228.894%20335.827ZM208.154%20327.987C203.964%20327.987%20200.567%20331.497%20200.567%20335.827C200.567%20340.157%20203.964%20343.667%20208.154%20343.667C212.345%20343.667%20215.742%20340.157%20215.742%20335.827C215.742%20331.497%20212.345%20327.987%20208.154%20327.987ZM172.24%20335.827C172.24%20331.497%20175.637%20327.987%20179.827%20327.987C184.018%20327.987%20187.415%20331.497%20187.415%20335.827C187.415%20340.157%20184.018%20343.667%20179.827%20343.667C175.637%20343.667%20172.24%20340.157%20172.24%20335.827ZM151.5%20327.987C147.309%20327.987%20143.912%20331.497%20143.912%20335.827C143.912%20340.157%20147.309%20343.667%20151.5%20343.667C155.691%20343.667%20159.087%20340.157%20159.087%20335.827C159.087%20331.497%20155.691%20327.987%20151.5%20327.987ZM115.585%20335.827C115.585%20331.497%20118.982%20327.987%20123.173%20327.987C127.363%20327.987%20130.76%20331.497%20130.76%20335.827C130.76%20340.157%20127.363%20343.667%20123.173%20343.667C118.982%20343.667%20115.585%20340.157%20115.585%20335.827ZM94.8457%20327.987C90.6549%20327.987%2087.258%20331.497%2087.258%20335.827C87.258%20340.157%2090.6549%20343.667%2094.8457%20343.667C99.0361%20343.667%20102.433%20340.157%20102.433%20335.827C102.433%20331.497%2099.0361%20327.987%2094.8457%20327.987ZM58.931%20335.827C58.931%20331.497%2062.3279%20327.987%2066.5183%20327.987C70.709%20327.987%2074.1059%20331.497%2074.1059%20335.827C74.1059%20340.157%2070.709%20343.667%2066.5183%20343.667C62.3279%20343.667%2058.931%20340.157%2058.931%20335.827ZM38.1912%20327.987C34.0005%20327.987%2030.6035%20331.497%2030.6035%20335.827C30.6035%20340.157%2034.0005%20343.667%2038.1912%20343.667C42.3816%20343.667%2045.7788%20340.157%2045.7788%20335.827C45.7788%20331.497%2042.3816%20327.987%2038.1912%20327.987Z'%20fill='%23FEB84C'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_258_888)'%3e%3cpath%20d='M0%200H303V402H0V0Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;aspect-ratio:303/402;position:relative}section.brand-detail .container .popup-wrapper.purchase-status-wrapper .popup-container.purchase-status .popup-content{display:flex;flex-direction:column;gap:.2rem;align-items:center;text-align:center;padding-top:.64rem}section.brand-detail .container .popup-wrapper.purchase-status-wrapper .popup-container.purchase-status .popup-content .purchase-status-image-container{width:100%;display:flex;flex-direction:column;align-items:center}section.brand-detail .container .popup-wrapper.purchase-status-wrapper .popup-container.purchase-status .popup-content .purchase-status-image-container .success-image{width:100%}section.brand-detail .container .popup-wrapper.purchase-status-wrapper .popup-container.purchase-status .popup-content .purchase-status-image-container .fail-image{width:35%}section.brand-detail .container .popup-wrapper.purchase-status-wrapper .popup-container.purchase-status .bottom-text-container{text-align:center;width:80%;position:absolute;bottom:.12rem;left:0;right:0;margin-left:auto;margin-right:auto}.price-option .content{display:flex;flex-direction:column;gap:.2rem}.price-option .content .custom-input{display:flex;justify-content:center}.price-option .content .custom-input input{height:.45rem;max-width:1.8rem;border-radius:.08rem;background:#f5f5f6;outline:none;border:none;display:flex;width:100%;padding:0 .2rem;align-items:center;color:#232323;font-size:.14rem;font-family:Nunito;text-align:center}.price-option .content .custom-input input::placeholder{color:#919eab}.price-option .content .custom-input input::-webkit-outer-spin-button,.price-option .content .custom-input input::-webkit-inner-spin-button{-webkit-appearance:none}.price-option .content .items{display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;gap:.08rem;grid-row-gap:.16rem}.price-option .content .items .item{cursor:pointer}.price-option .content .items .item .price{border:1px solid transparent;padding:.05rem .1rem;border-radius:.08rem;background:#f2f8ff}.price-option .content .items .item .price span{font-size:.14rem;line-height:normal}.price-option .content .items .item .price.out{position:relative;cursor:default;border:1px solid blue;background:linear-gradient(to top right,#fff calc(50% - 1px),#00f,#fff calc(50% + 1px))}.price-option .content .items .item .price.out span{color:#919eab}.price-option .content .items .item .price.out .ring{cursor:pointer;position:absolute;right:-.1rem;top:-.06rem;width:.18rem}.price-option .content .items .item .price.out .ring .ring-icon{width:100%}.price-option .content .items .item .price.out .ring .tooltip{width:1.6rem;visibility:hidden;opacity:0;color:#252525;text-align:center;border-radius:.08rem;position:absolute;z-index:1;bottom:-170%;background-color:#d9ebfe;padding:.04rem;left:50%;transform:translate(-50%)}.price-option .content .items .item .price.out .ring .tooltip span{font-size:.12rem}.price-option .content .items .item .price.out .ring .tooltip:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-.05rem;border-width:.05rem;border-style:solid;border-color:transparent transparent rgb(217,235,254) transparent}.price-option .content .items .item .price.out .ring:hover .tooltip{visibility:visible;opacity:1}.price-option .content .items .item.selected .price{border-radius:.08rem;border:1px solid #003e98;background:#f2f8ff;color:#003e98;font-weight:600}.price-option .content .multiple-items{display:flex;flex-direction:column;gap:.16rem}.price-option .content .multiple-items .multiple-item{display:flex;flex-direction:row;gap:.12rem;align-items:center;justify-content:center}.price-option .content .multiple-items .multiple-item .minus{width:.16rem;height:.16rem;cursor:pointer}.price-option .content .multiple-items .multiple-item .minus.disabled{opacity:.5;cursor:default}.price-option .content .multiple-items .multiple-item .minus img{width:100%;height:100%;transform:rotate(180deg);object-fit:contain}.price-option .content .multiple-items .multiple-item .plus{width:.16rem;height:.16rem;cursor:pointer}.price-option .content .multiple-items .multiple-item .plus.disabled{opacity:.5;cursor:default}.price-option .content .multiple-items .multiple-item .plus img{width:100%;height:100%;object-fit:contain}.price-option .content .multiple-items .multiple-item .price{flex:1;border:1px solid transparent;padding:.05rem .1rem;border-radius:.08rem;background:#f2f8ff;text-align:center}.price-option .content .multiple-items .multiple-item .price span{font-size:.14rem;line-height:normal}.price-option .content .multiple-items .multiple-item .price.out{position:relative;border:1px solid blue;background:linear-gradient(to top right,#fff calc(50% - 1px),#00f,#fff calc(50% + 1px))}.price-option .content .multiple-items .multiple-item .price.out span{color:#919eab}.price-option .content .multiple-items .multiple-item .price.out .ring{cursor:pointer;position:absolute;right:-.1rem;top:-.06rem;width:.18rem}.price-option .content .multiple-items .multiple-item .price.out .ring .ring-icon{width:100%}.price-option .content .multiple-items .multiple-item .price.out .ring .tooltip{width:1.6rem;visibility:hidden;opacity:0;color:#252525;text-align:center;border-radius:.08rem;position:absolute;z-index:1;bottom:-170%;background-color:#d9ebfe;padding:.04rem;left:50%;transform:translate(-50%)}.price-option .content .multiple-items .multiple-item .price.out .ring .tooltip span{font-size:.12rem}.price-option .content .multiple-items .multiple-item .price.out .ring .tooltip:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-.05rem;border-width:.05rem;border-style:solid;border-color:transparent transparent rgb(217,235,254) transparent}.price-option .content .multiple-items .multiple-item .price.out .ring:hover .tooltip{visibility:visible;opacity:1}.price-option .content .multiple-items .multiple-item.selected .price{border-radius:.08rem;border:1px solid #003e98;background:#f2f8ff;color:#003e98;font-weight:600}.price-option .content .multiple-items .sum{text-align:center}.profile{width:100%}.profile .profile-details{display:flex;flex-direction:column;gap:.2rem}.profile .profile-details .wallet-details{background-color:#fbfdff;padding:.21rem .25rem;display:flex;flex-direction:column;gap:.14rem}.profile .profile-details .wallet-details .tabs{display:flex;flex-direction:column;gap:.14rem}.profile .profile-details .wallet-details .tabs .tab-menu{display:flex;gap:.04rem;width:100%}.profile .profile-details .wallet-details .tabs .tab-menu .tab-menu-item{flex:1;display:flex;justify-content:center;align-self:center;padding-bottom:.1rem}.profile .profile-details .wallet-details .tabs .tab-menu .tab-menu-item.active{border-bottom:.02rem solid #4062FF}.profile .profile-details .wallet-details .tabs .tab-container .tab-item .no-items{width:100%;text-align:center;padding:1.8rem 0}.profile .profile-details .wallet-details .tabs .tab-container .tab-item .recent-actions-list{display:flex;flex-direction:column;gap:.2rem}.profile .profile-details .wallet-details .see-all-link{text-align:center;display:block}.profile .profile-details .wallet-details .cashback-summary{cursor:pointer;background-color:#f5f7ff;border-radius:.05rem;padding:.08rem;display:flex;flex-direction:column;gap:.1rem}.profile .profile-details .wallet-details .cashback-summary .cashback-summary-header{display:flex;flex-direction:row;gap:.04rem;align-items:center}.profile .profile-details .wallet-details .cashback-summary .cashback-summary-header .cashback-summary-header-content{flex:1;display:flex;flex-direction:row;justify-content:space-between;gap:.38rem;align-items:center}.profile .profile-details .wallet-details .cashback-summary .cashback-summary-header .cashback-summary-header-content .cashback-summary-title{flex:1;display:flex;flex-direction:column}.profile .profile-details .wallet-details .cashback-summary .cashback-summary-header img{width:.16rem;height:.16rem;transform:rotate(180deg);transition:transform .5s ease;-webkit-transition:transform .5s ease}.profile .profile-details .wallet-details .cashback-summary .cashback-summary-header img.active{transform:rotate(0)}.profile .profile-details .wallet-details .cashback-summary .cashback-summary-details{display:none;flex-direction:column;justify-content:center;gap:.1rem}.profile .profile-details .wallet-details .cashback-summary .cashback-summary-details.active{display:flex}.profile .profile-details .wallet-details .cashback-summary .cashback-summary-details .row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.1rem}.profile .profile-details .wallet-details .cashback-summary .cashback-summary-details .cashback-summary-details-box{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.02rem;padding:.05rem;border:.005rem solid #AAAED3;border-radius:.05rem}.profile .profile-details .wallet-details .cashback-summary .cashback-summary-details .cashback-summary-details-list{display:flex;flex-direction:column;justify-content:center}.profile .profile-details .wallet-details .cashback-summary .cashback-summary-details .cashback-summary-details-list .cashback-summary-details-list-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.1rem 0;border-bottom:.01rem solid #D1D4F0}.profile .profile-details .wallet-details .cashback-summary .cashback-summary-details .cashback-summary-details-list .cashback-summary-details-list-item:first-child{padding-top:0}.profile .profile-details .wallet-details .cashback-summary .cashback-summary-details .cashback-summary-details-list .cashback-summary-details-list-item:last-child{border-bottom:none;padding-bottom:0}.profile .profile-details .wallet-details .cashback-summary .cashback-summary-details .cashback-summary-details-list .cashback-summary-details-list-item img{max-width:1.5rem;max-height:.2rem}.recent-actions-container.covered{border-radius:.16rem;background:#fff;box-shadow:0 0 25px #3049bf12;padding:.12rem .24rem}.recent-actions-container.covered .recent-actions-item.second{margin-left:.58rem}.recent-actions-container.covered .recent-actions-item.third{margin-left:1.02rem}.recent-actions-container.covered .item-left-content img{width:.42rem;height:.42rem}@media screen and (max-width:900px){.recent-actions-container.covered .item-left-content img{width:.32rem;height:.32rem}}.recent-actions-container.covered .item-left-content .detail{margin-left:.12rem}.recent-actions-container .recent-actions-item{display:flex;align-items:center;justify-content:space-between}.recent-actions-container .recent-actions-item.second{margin-left:.4rem}.recent-actions-container .recent-actions-item.third{margin-left:.7rem}.recent-actions-container .recent-actions-item .item-left-content{display:flex;align-items:center;gap:.04rem}.recent-actions-container .recent-actions-item .item-left-content img{width:.28rem;height:.28rem}.recent-actions-container .recent-actions-item .item-left-content .detail{display:flex;flex-direction:column;gap:.04rem}.recent-actions-container .recent-actions-item .item-right-content{display:flex;flex-direction:row;align-items:center;gap:.05rem}.recent-actions-container .recent-actions-item .item-right-content .cashback-tooltip{cursor:pointer}.recent-actions-container .recent-actions-item .item-right-content .cashback-tooltip img{width:.16rem;height:.16rem}.recent-actions-container .recent-actions-item .item-right-content .cashback-tooltip .tooltip{width:2.45rem;position:absolute;transform:translate(calc(-100% + .28rem),.08rem);padding:.04rem .08rem;background-color:#d9ebfe;border-radius:.04rem;z-index:9;white-space:normal;display:none}.recent-actions-container .recent-actions-item .item-right-content .cashback-tooltip .tooltip:after{content:"";position:absolute;bottom:100%;right:.1rem;border-width:10px;border-style:solid;border-color:transparent transparent #e3f2fd transparent}.recent-actions-container .recent-actions-item .item-right-content .cashback-tooltip:hover .tooltip{display:block}.recent-actions-container .recent-actions-item .points{display:flex;justify-content:center;align-items:center;text-align:center;padding:.08rem .12rem;border-radius:.08rem}.recent-actions-container .recent-actions-item .points.success{background:#0099931a}.recent-actions-container .recent-actions-item .points.danger{background:#f55d3e1a}.recent-actions-container .recent-actions-item .points.warning{background:#fff4b080}@keyframes rotate-effect{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-wallets{flex:1;display:flex;flex-direction:column;gap:.1rem;padding:.25rem;background-color:#fff}.profile-wallets .header{flex:1;display:flex;justify-content:space-between;align-items:center}.profile-wallets .header .update-wallets{display:flex;align-items:center;gap:.04rem}.profile-wallets .header .update-wallets img{width:.14rem;height:.14rem}.profile-wallets .header .update-wallets img.updating{animation-name:rotate-effect;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}.profile-wallets .wallets{display:flex;flex-direction:row;justify-content:center;gap:.05rem}.profile-wallets .wallets .wallet{display:flex;flex-direction:column;justify-content:center;align-items:center;background-position:center;background-repeat:no-repeat;background-size:contain;margin:0 -.04rem -.04rem}.profile-wallets .wallets .wallet.company{background-image:url("data:image/svg+xml,%3csvg%20width='143'%20height='168'%20viewBox='0%200%20143%20168'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_2018_1050)'%3e%3cpath%20d='M127%200C133.627%200%20139%205.37258%20139%2012V74C135.686%2074%20133%2076.6863%20133%2080C133%2083.3137%20135.686%2086%20139%2086V148C139%20154.627%20133.627%20160%20127%20160H16C9.37258%20160%204%20154.627%204%20148V86C7.31371%2086%2010%2083.3137%2010%2080C10%2076.6863%207.31371%2074%204%2074V12C4%205.37258%209.37258%201.57038e-07%2016%200H127Z'%20fill='url(%23paint0_linear_2018_1050)'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_d_2018_1050)'%3e%3cpath%20d='M16%203.5H127C131.694%203.5%20135.5%207.30558%20135.5%2012V71.167C131.986%2072.5603%20129.5%2075.9886%20129.5%2080C129.5%2084.0112%20131.987%2087.4376%20135.5%2088.8311V148C135.5%20152.543%20131.935%20156.254%20127.45%20156.488L126.987%20156.5H16C11.4563%20156.5%207.74405%20152.935%207.51074%20148.449L7.5%20147.987V88.8311C11.0133%2087.4376%2013.5%2084.0112%2013.5%2080C13.5%2075.9886%2011.0137%2072.5603%207.5%2071.167V12C7.5%207.45231%2011.0714%203.73844%2015.5625%203.51074L16%203.5Z'%20stroke='url(%23paint1_linear_2018_1050)'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_2018_1050'%20x='0'%20y='0'%20width='143'%20height='168'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='4'/%3e%3cfeGaussianBlur%20stdDeviation='2'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.519231%200%200%200%200%200.519231%200%200%200%200%200.519231%200%200%200%200.59%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_2018_1050'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_2018_1050'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter1_d_2018_1050'%20x='3'%20y='3'%20width='137'%20height='162'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='4'/%3e%3cfeGaussianBlur%20stdDeviation='2'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.519231%200%200%200%200%200.519231%200%200%200%200%200.519231%200%200%200%200.59%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_2018_1050'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_2018_1050'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_2018_1050'%20x1='71.5'%20y1='0'%20x2='71.5'%20y2='160'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236D57E8'/%3e%3cstop%20offset='0.944772'%20stop-color='%234B4FCA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_2018_1050'%20x1='71.5'%20y1='3'%20x2='71.5'%20y2='157'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%239B76FF'/%3e%3cstop%20offset='0.5'%20stop-color='%239B76FF'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%239B76FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}.profile-wallets .wallets .wallet.personal{background-image:url("data:image/svg+xml,%3csvg%20width='143'%20height='168'%20viewBox='0%200%20143%20168'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_2018_1068)'%3e%3cpath%20d='M127%200C133.627%200%20139%205.37258%20139%2012V74C135.686%2074%20133%2076.6863%20133%2080C133%2083.3137%20135.686%2086%20139%2086V148C139%20154.627%20133.627%20160%20127%20160H16C9.37258%20160%204%20154.627%204%20148V86C7.31371%2086%2010%2083.3137%2010%2080C10%2076.6863%207.31371%2074%204%2074V12C4%205.37258%209.37258%201.57038e-07%2016%200H127Z'%20fill='url(%23paint0_linear_2018_1068)'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_d_2018_1068)'%3e%3cpath%20d='M16%203.5H127C131.694%203.5%20135.5%207.30558%20135.5%2012V71.167C131.986%2072.5603%20129.5%2075.9886%20129.5%2080C129.5%2084.0112%20131.987%2087.4376%20135.5%2088.8311V148C135.5%20152.543%20131.935%20156.254%20127.45%20156.488L126.987%20156.5H16C11.4563%20156.5%207.74405%20152.935%207.51074%20148.449L7.5%20147.987V88.8311C11.0133%2087.4376%2013.5%2084.0112%2013.5%2080C13.5%2075.9886%2011.0137%2072.5603%207.5%2071.167V12C7.5%207.45231%2011.0714%203.73844%2015.5625%203.51074L16%203.5Z'%20stroke='url(%23paint1_linear_2018_1068)'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_2018_1068'%20x='0'%20y='0'%20width='143'%20height='168'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='4'/%3e%3cfeGaussianBlur%20stdDeviation='2'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.519231%200%200%200%200%200.519231%200%200%200%200%200.519231%200%200%200%200.59%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_2018_1068'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_2018_1068'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter1_d_2018_1068'%20x='3'%20y='3'%20width='137'%20height='162'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='4'/%3e%3cfeGaussianBlur%20stdDeviation='2'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.519231%200%200%200%200%200.519231%200%200%200%200%200.519231%200%200%200%200.59%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_2018_1068'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_2018_1068'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_2018_1068'%20x1='71.5'%20y1='0'%20x2='71.5'%20y2='160'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2328B9C8'/%3e%3cstop%20offset='0.944772'%20stop-color='%2314A1AF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_2018_1068'%20x1='71.5'%20y1='3'%20x2='71.5'%20y2='157'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2363D1DB'/%3e%3cstop%20offset='0.5'%20stop-color='%2363D1DB'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%2336ACB7'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}.profile-wallets .wallets .wallet .wallet-content{display:flex;flex-direction:column;width:1.43rem;height:1.68rem;padding:.12rem .14rem .16rem}.profile-wallets .wallets .wallet .wallet-title{margin-bottom:.05rem}.profile-wallets .wallets .wallet .progress-title{margin-top:.16rem}.profile-wallets .wallets .wallet .progress{width:100%;height:.16rem;display:flex;align-items:center;border-radius:.16rem;padding:.02rem;background:linear-gradient(180deg,#34379e,#373bb9);margin:.04rem 0}.profile-wallets .wallets .wallet .progress .progress-fill{height:.12rem;border-radius:.12rem;background:linear-gradient(180deg,#fff,#b7a2ed)}.profile-wallets .wallets .wallet .progress .progress-fill.full{background:linear-gradient(180deg,#ffb3b3,#ff0002)}.profile-wallets .wallets .wallet .points-limit{align-self:flex-end}.profile-wallets .wallets .wallet .no-limit-message{display:flex;flex-direction:row;align-items:center;gap:.04rem;margin-top:auto;margin-bottom:.1rem}.profile-wallets .wallets .wallet .no-limit-message svg{width:.16rem;height:.16rem}.profile-wallets .wallets .wallet .load-money-button{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:auto;margin-bottom:.1rem;padding:.06rem .08rem;border-radius:.06rem;background:linear-gradient(180deg,#fff,#a9d2d7);box-shadow:0 .02rem .02rem #00000026}.profile-wallets .wallets .wallet .load-money-button span{color:#09464d}.profile-wallets .total-amount{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#eef0f8;border-radius:.04rem;padding:.08rem;cursor:pointer}.profile-wallets .total-amount.active .amount img{transform:rotate(180deg)}.profile-wallets .total-amount .amount{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.04rem}.profile-wallets .total-amount-detail-container{display:none;flex-direction:column;gap:.08rem}.profile-wallets .total-amount-detail-container.active{display:flex}.profile-wallets .total-amount-detail-container .total-amount-detail-row{display:flex;justify-content:space-between;align-items:center}.profile-wallets .total-amount-detail-container .total-amount-detail-row .title{display:flex;flex-direction:row;align-items:center;gap:.02rem}.profile-wallets .total-amount-detail-container .total-amount-detail-row .title svg{width:.06rem;height:.06rem}.profile-wallets .total-amount-detail-container .total-amount-detail-row .amount{display:flex;justify-content:flex-end;align-items:center}.rating{display:flex;gap:.1rem;justify-content:center}.rating svg{color:#c7c7c7;cursor:pointer;fill:#c7c7c7;width:.4rem;height:.36rem}.rating .clickedstar path{color:#d4b400;fill:#fed956}.rating .hoveredstar path{color:#d4b400;fill:#fed956}.code-item{position:relative;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;box-sizing:border-box;border-radius:.1rem;background:#fff;box-shadow:0 0 .25rem #3049bf12;padding:.12rem;cursor:pointer;border:1px solid #fff;align-items:center;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}.code-item.selected{box-shadow:0 1px 9px #40baff4f}@media screen and (max-width:1600px){.code-item{flex-wrap:wrap;width:100%;gap:.1rem}}.code-item.passive:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:#ffffffa1;pointer-events:none;-webkit-user-select:none;user-select:none}.code-item.passive{pointer-events:none;-webkit-user-select:none;user-select:none}.code-item .left-content{display:flex;gap:.1rem}@media screen and (max-width:900px){.code-item .left-content{max-width:calc(100% - 1rem)}}.code-item .left-content img{width:.48rem;height:.48rem;border-radius:.1rem;object-fit:cover}@media screen and (max-width:900px){.code-item .left-content img{width:.4rem;height:.4rem}}.code-item .left-content .detail{display:flex;flex-direction:column}.code-item .left-content .detail *+*{margin-top:.02rem}.code-item .right-content{width:fit-content}.code-item .right-content img{width:.3rem;height:.3rem}.code-item .right-content .archive-button{pointer-events:all;position:relative}@media screen and (max-width:900px){.code-item .right-content .archive-button{padding-left:.08rem;padding-right:.08rem}.code-item .right-content .archive-button span{font-size:.11rem}}section.coupons-page{padding:.2rem 0;display:flex;align-items:stretch}section.coupons-page .container .center .detail-content{display:flex;flex-direction:column;gap:.12rem}section.coupons-page .container .center .detail-content .top{flex:1;display:flex;justify-content:flex-end}@media screen and (max-width:900px){section.coupons-page .container .center .detail-content .top{flex-direction:column-reverse;gap:.16rem}}section.coupons-page .container .center .detail-content .top form{flex:1;display:flex;flex-direction:row;justify-content:space-between}@media screen and (max-width:900px){section.coupons-page .container .center .detail-content .top form{flex-direction:column-reverse;align-items:flex-end;gap:.12rem}}section.coupons-page .container .center .detail-content .top form .filters{display:flex;flex-direction:row;gap:.08rem;width:75%;justify-content:flex-end}@media screen and (max-width:900px){section.coupons-page .container .center .detail-content .top form .filters{width:100%}}section.coupons-page .container .center .detail-content .top form .filters .filter-item{max-width:1.8rem;width:100%;z-index:85}@media screen and (max-width:900px){section.coupons-page .container .center .detail-content .top form .filters .filter-item{max-width:100%}}section.coupons-page .container .center .detail-content .top form .archive-view-switch{display:flex;flex-direction:row;align-items:center;gap:.08rem}section.coupons-page .container .center .detail-content .top form .archive-view-switch .item .switch span.button{border-radius:.22rem}section.coupons-page .container .center .detail-content .top form .archive-view-switch .item .switch span.button:before{border-radius:.22rem}section.coupons-page .container .center .detail-content .top form .archive-view-switch .item .switch input:checked+span.button{background-color:#1684f2}section.coupons-page .container .center .detail-content .orders{display:flex;flex-direction:column;gap:.1rem}section.coupons-page .container .center .detail-content .no-items{width:100%;text-align:center;padding:1.8rem 0}section.coupons-page .container .center .pagination{margin-top:.2rem}section.coupons-page .container .right .coupon-detail{display:flex;flex-direction:column;gap:.16rem;align-items:center;width:100%;height:calc(100vh - 2.14rem);overflow-y:auto;overflow-x:hidden}section.coupons-page .container .right .coupon-detail::-webkit-scrollbar{width:.06rem}section.coupons-page .container .right .coupon-detail::-webkit-scrollbar-track{background:#d9d9d9;border-radius:.1rem}section.coupons-page .container .right .coupon-detail::-webkit-scrollbar-thumb{background:#bebebe;border-radius:.1rem;width:.09rem}section.coupons-page .container .right .coupon-detail{height:fit-content;max-height:calc(100vh - 2.12rem);padding:.08rem}section.coupons-page .container .right .coupon-detail .terms-of-use a{display:none}section.coupons-page .container .right .coupon-detail .coupon{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;width:100%}section.coupons-page .container .right .coupon-detail .coupon img{width:100%;height:auto;border-radius:.08rem}section.coupons-page .container .right .coupon-detail .coupon .gift-point{width:100%;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:900px){section.coupons-page .container .right .coupon-detail .coupon .gift-point{justify-content:space-evenly;gap:.15rem}}section.coupons-page .container .right .coupon-detail .terms{width:100%}section.coupons-page .container .right .coupon-detail .terms .accordion{display:flex;flex-direction:column;gap:.12rem}section.coupons-page .container .right .coupon-detail .terms .accordion .accordion-item.active .accordion-header:after{content:"";transform:translateY(-50%) scaleY(1)}section.coupons-page .container .right .coupon-detail .terms .accordion .accordion-item .accordion-body{padding:.16rem 0}section.coupons-page .container .right .coupon-detail .terms .accordion .accordion-item .accordion-body ul{padding:0 .2rem}section.coupons-page .container .right .coupon-detail .terms .accordion .accordion-item .accordion-body ul li{color:var(--text1, #252525);font-size:13px;font-style:normal;font-weight:400;line-height:130%}section.coupons-page .container .right .coupon-detail .terms .accordion .accordion-item .accordion-body ul li+*{margin-top:.08rem}section.coupons-page .container .right .coupon-detail .terms .accordion .accordion-item .accordion-body .specification-items{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}section.coupons-page .container .right .coupon-detail .terms .accordion .accordion-item .accordion-body .specification-items .specification-item{display:flex;flex-direction:column;align-items:flex-start;gap:.12rem}section.coupons-page .container .right .coupon-detail .terms .accordion .accordion-item .accordion-body .specification-items .specification-item .spec-children{display:flex;flex-direction:row;flex-wrap:wrap;gap:.08rem}section.coupons-page .container .right .coupon-detail .terms .accordion .accordion-item .accordion-body .specification-items .specification-item .spec-children .specification-value-item{display:flex;align-items:center;gap:.08rem}section.coupons-page .container .right .coupon-detail .terms .accordion .accordion-item .accordion-body .specification-items .specification-item .spec-children .specification-value-item img{height:.24rem}section.coupons-page .container .right .coupon-detail .terms .accordion .accordion-item .accordion-header{position:relative}section.coupons-page .container .right .coupon-detail .terms .accordion .accordion-item .accordion-header:after{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='17'%20height='11'%20viewBox='0%200%2017%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.75%209.125L8.5%201.875L1.25%209.125'%20stroke='%23B8BED9'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");width:.14rem;height:.07rem;background-repeat:no-repeat;background-size:cover;position:absolute;top:50%;transform:translateY(-50%) scaleY(-1);right:0;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}section.coupons-page .container .right .coupon-detail+*{margin-top:.15rem}.popup-wrapper.coupon-detail-popup .popup-container{padding:.24rem}.popup-wrapper.coupon-detail-popup .popup-container .terms-of-use a{display:none}.popup-wrapper.coupon-detail-popup .popup-container .coupon{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.12rem;width:100%}.popup-wrapper.coupon-detail-popup .popup-container .coupon img{width:100%;height:auto;border-radius:.08rem}.popup-wrapper.coupon-detail-popup .popup-container .coupon .gift-point{width:100%;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:900px){.popup-wrapper.coupon-detail-popup .popup-container .coupon .gift-point{justify-content:space-evenly;gap:.15rem}}.popup-wrapper.coupon-detail-popup .popup-container .terms{width:100%;margin-top:.16rem}.popup-wrapper.coupon-detail-popup .popup-container .terms .accordion{display:flex;flex-direction:column;gap:.12rem}.popup-wrapper.coupon-detail-popup .popup-container .terms .accordion .accordion-item.active .accordion-header:after{content:"";transform:translateY(-50%) scaleY(1)}.popup-wrapper.coupon-detail-popup .popup-container .terms .accordion .accordion-item .accordion-body{padding:.16rem 0}.popup-wrapper.coupon-detail-popup .popup-container .terms .accordion .accordion-item .accordion-body ul{padding:0 .2rem}.popup-wrapper.coupon-detail-popup .popup-container .terms .accordion .accordion-item .accordion-body ul li{color:var(--text1, #252525);font-size:13px;font-style:normal;font-weight:400;line-height:130%}.popup-wrapper.coupon-detail-popup .popup-container .terms .accordion .accordion-item .accordion-body ul li+*{margin-top:.08rem}.popup-wrapper.coupon-detail-popup .popup-container .terms .accordion .accordion-item .accordion-body .specification-items{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}.popup-wrapper.coupon-detail-popup .popup-container .terms .accordion .accordion-item .accordion-body .specification-items .specification-item{display:flex;flex-direction:column;align-items:flex-start;gap:.12rem}.popup-wrapper.coupon-detail-popup .popup-container .terms .accordion .accordion-item .accordion-body .specification-items .specification-item .spec-children{display:flex;flex-direction:row;flex-wrap:wrap;gap:.08rem}.popup-wrapper.coupon-detail-popup .popup-container .terms .accordion .accordion-item .accordion-body .specification-items .specification-item .spec-children .specification-value-item{display:flex;align-items:center;gap:.08rem}.popup-wrapper.coupon-detail-popup .popup-container .terms .accordion .accordion-item .accordion-body .specification-items .specification-item .spec-children .specification-value-item img{height:.24rem}.popup-wrapper.coupon-detail-popup .popup-container .terms .accordion .accordion-item .accordion-header{position:relative}.popup-wrapper.coupon-detail-popup .popup-container .terms .accordion .accordion-item .accordion-header:after{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='17'%20height='11'%20viewBox='0%200%2017%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.75%209.125L8.5%201.875L1.25%209.125'%20stroke='%23B8BED9'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");width:.14rem;height:.07rem;background-repeat:no-repeat;background-size:cover;position:absolute;top:50%;transform:translateY(-50%) scaleY(-1);right:0;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}.popup-wrapper.code-wrapper{background-color:transparent}.popup-wrapper.code-wrapper .popup-container.code{background-color:transparent;background-image:url("data:image/svg+xml,%3csvg%20width='303'%20height='402'%20viewBox='0%200%20303%20402'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_258_888'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='303'%20height='455'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M301.977%20449.702C303%20447.627%20303%20444.909%20303%20439.475V349.678C295.597%20349.678%20289.595%20343.477%20289.595%20335.827C289.595%20328.177%20295.597%20321.976%20303%20321.976L303%2015.5248C303%2010.0911%20303%207.3743%20301.977%205.29855C301.076%203.47232%20299.64%201.98914%20297.873%201.05698C295.864%203.05176e-05%20293.235%200%20287.976%200L15.0244%200C9.7655%200%207.13589%203.05176e-05%205.12708%201.05698C3.36035%201.98914%201.92365%203.47232%201.0235%205.29855C-3.05176e-05%207.3743%200%2010.0911%200%2015.5248L0%20321.976C7.4032%20321.976%2013.4049%20328.177%2013.4049%20335.827C13.4049%20343.477%207.4032%20349.678%200%20349.678V439.475C0%20444.909%20-3.05176e-05%20447.627%201.0235%20449.702C1.92365%20451.528%203.36035%20453.012%205.12708%20453.942C7.13589%20455%209.7655%20455%2015.0244%20455L287.976%20455C293.235%20455%20295.864%20455%20297.873%20453.942C299.64%20453.012%20301.076%20451.528%20301.977%20449.702ZM263.132%20327.987C258.942%20327.987%20255.544%20331.497%20255.544%20335.827C255.544%20340.157%20258.942%20343.667%20263.132%20343.667C267.323%20343.667%20270.72%20340.157%20270.72%20335.827C270.72%20331.497%20267.323%20327.987%20263.132%20327.987ZM228.894%20335.827C228.894%20331.497%20232.291%20327.987%20236.482%20327.987C240.672%20327.987%20244.069%20331.497%20244.069%20335.827C244.069%20340.157%20240.672%20343.667%20236.482%20343.667C232.291%20343.667%20228.894%20340.157%20228.894%20335.827ZM208.154%20327.987C203.964%20327.987%20200.567%20331.497%20200.567%20335.827C200.567%20340.157%20203.964%20343.667%20208.154%20343.667C212.345%20343.667%20215.742%20340.157%20215.742%20335.827C215.742%20331.497%20212.345%20327.987%20208.154%20327.987ZM172.24%20335.827C172.24%20331.497%20175.637%20327.987%20179.827%20327.987C184.018%20327.987%20187.415%20331.497%20187.415%20335.827C187.415%20340.157%20184.018%20343.667%20179.827%20343.667C175.637%20343.667%20172.24%20340.157%20172.24%20335.827ZM151.5%20327.987C147.309%20327.987%20143.912%20331.497%20143.912%20335.827C143.912%20340.157%20147.309%20343.667%20151.5%20343.667C155.691%20343.667%20159.087%20340.157%20159.087%20335.827C159.087%20331.497%20155.691%20327.987%20151.5%20327.987ZM115.585%20335.827C115.585%20331.497%20118.982%20327.987%20123.173%20327.987C127.363%20327.987%20130.76%20331.497%20130.76%20335.827C130.76%20340.157%20127.363%20343.667%20123.173%20343.667C118.982%20343.667%20115.585%20340.157%20115.585%20335.827ZM94.8457%20327.987C90.6549%20327.987%2087.258%20331.497%2087.258%20335.827C87.258%20340.157%2090.6549%20343.667%2094.8457%20343.667C99.0361%20343.667%20102.433%20340.157%20102.433%20335.827C102.433%20331.497%2099.0361%20327.987%2094.8457%20327.987ZM58.931%20335.827C58.931%20331.497%2062.3279%20327.987%2066.5183%20327.987C70.709%20327.987%2074.1059%20331.497%2074.1059%20335.827C74.1059%20340.157%2070.709%20343.667%2066.5183%20343.667C62.3279%20343.667%2058.931%20340.157%2058.931%20335.827ZM38.1912%20327.987C34.0005%20327.987%2030.6035%20331.497%2030.6035%20335.827C30.6035%20340.157%2034.0005%20343.667%2038.1912%20343.667C42.3816%20343.667%2045.7788%20340.157%2045.7788%20335.827C45.7788%20331.497%2042.3816%20327.987%2038.1912%20327.987Z'%20fill='%23FEB84C'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_258_888)'%3e%3cpath%20d='M0%200H303V402H0V0Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;aspect-ratio:303/402}section.faqs{padding:.2rem 0}section.faqs .container .center .faq-container .accordion{display:flex;flex-direction:column;width:100%}section.faqs .container .center .faq-container .accordion .accordion-item{position:relative;display:flex;gap:.2rem;margin-bottom:.2rem;width:100%}section.faqs .container .center .faq-container .accordion .accordion-item .image{display:flex;flex:1;width:100%}section.faqs .container .center .faq-container .accordion .accordion-item .image img{width:100%;object-fit:contain;object-position:top}section.faqs .container .center .faq-container .accordion .accordion-item .content{display:flex;flex:2;flex-direction:column;width:100%}section.faqs .container .center .faq-container .accordion .accordion-item .content .accordion-header{position:relative;width:100%;display:flex;justify-content:space-between;align-items:center;gap:.12rem}section.faqs .container .center .faq-container .accordion .accordion-item .content .accordion-header img{transform:scaleY(-1);transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}section.faqs .container .center .faq-container .accordion .accordion-item .content .accordion-body{max-height:3.6rem;overflow-y:auto;padding-right:.1rem;margin-top:.16rem;width:100%}@media screen and (max-width:900px){section.faqs .container .center .faq-container .accordion .accordion-item .content .accordion-body{max-height:3.6rem}}@media screen and (max-width:900px){section.faqs .container .center .faq-container .accordion .accordion-item .content .accordion-body .image{margin-bottom:.1rem}}section.faqs .container .center .faq-container .accordion .accordion-item .content .accordion-body::-webkit-scrollbar{width:.06rem}section.faqs .container .center .faq-container .accordion .accordion-item .content .accordion-body::-webkit-scrollbar-track{background:#d9d9d9;border-radius:.1rem}section.faqs .container .center .faq-container .accordion .accordion-item .content .accordion-body::-webkit-scrollbar-thumb{background:#bebebe;border-radius:.1rem;width:.09rem}section.faqs .container .center .faq-container .accordion .accordion-item+.accordion-item{padding-top:.2rem;border-top:1px solid #eeeeee}section.favorites{padding:.2rem 0;display:flex;align-items:stretch}section.favorites .container .center .title{margin-bottom:.2rem}@media screen and (max-width:900px){section.favorites .container .center .title{margin-bottom:.1rem}}section.favorites .container .center .favorite-list{display:flex;flex-direction:column;gap:.12rem}section.favorites .container .center .favorite-list .no-items{width:100%;text-align:center;padding:.8rem 0}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;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-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{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;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-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-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-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}section.forgot-password{position:relative;width:100%;height:100vh;background-color:#fff}@media screen and (max-width:900px){section.forgot-password{height:100%;padding:.4rem 0rem}}section.forgot-password .container{padding-top:.32rem;padding-bottom:auto}@media screen and (max-width:900px){section.forgot-password .container{padding-top:0;padding-bottom:0}}section.forgot-password .container .logo{width:4rem;padding-left:.4rem;padding-right:.4rem}@media screen and (max-width:900px){section.forgot-password .container .logo{width:80%;margin-left:.32rem;padding:0;display:flex;justify-content:center}}section.forgot-password .container .logo img{width:100%}@media screen and (max-width:900px){section.forgot-password .container .logo img{width:100%}}section.forgot-password .container .login-content{z-index:2;position:relative;height:calc(100vh - 1.6rem);display:flex;align-items:center;gap:.7rem}@media screen and (max-width:900px){section.forgot-password .container .login-content{flex-direction:column;height:100%;gap:.26rem}}section.forgot-password .container .login-content .left{width:55%;padding-left:1.55rem;padding-top:1.26rem;display:flex;flex-direction:column;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}@media screen and (max-width:1280px){section.forgot-password .container .login-content .left{padding-left:.5rem}}@media screen and (max-width:900px){section.forgot-password .container .login-content .left{width:100%;padding-left:0;padding-top:.7rem}}section.forgot-password .container .login-content .left .title{width:80%;position:relative}@media screen and (max-width:900px){section.forgot-password .container .login-content .left .title{width:75%}}section.forgot-password .container .login-content .left .title:after{width:100%;height:100%;content:"";background-image:url(/assets/login-shape-nGPehkMR.svg);position:absolute;top:-.6rem;right:-1.46rem;background-position:center;background-repeat:no-repeat;background-size:90% 90%;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}@media screen and (max-width:1280px){section.forgot-password .container .login-content .left .title:after{background-size:88% 88%;top:-.5rem;right:-1.5rem}}@media screen and (max-width:900px){section.forgot-password .container .login-content .left .title:after{background-size:85% 85%;top:-32%;right:calc(-30% - .2rem)}}section.forgot-password .container .login-content .left .subtitle{width:90%}section.forgot-password .container .login-content .left span+span{margin-top:.32rem}@media screen and (max-width:900px){section.forgot-password .container .login-content .left span+span{margin-top:.16rem}}section.forgot-password .container .login-content .right{width:45%}@media screen and (max-width:900px){section.forgot-password .container .login-content .right{width:100%}}section.forgot-password .container form.general{max-width:100%;width:100%;padding:.4rem;background:#fff;box-shadow:0 0 25px #3049bf12;border-radius:.16rem;gap:.24rem;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}@media screen and (max-width:1441px){section.forgot-password .container form.general{max-width:4rem}}@media screen and (max-width:900px){section.forgot-password .container form.general{max-width:100%;padding:.2rem}}section.forgot-password .container form.general .title-container{display:flex;width:100%;border-bottom:1px solid #dfdfdf;padding-bottom:.1rem}section.forgot-password .container form.general .text-container{display:flex;width:100%}section.forgot-password .container form.general .back{cursor:pointer}section.forgot-password .container form.general .form-item{position:relative}section.forgot-password .container form.general .form-item.password .eye{width:.2rem;height:.2rem;position:absolute;right:.2rem;top:50%;transform:translateY(-50%);cursor:pointer}section.forgot-password .container form.general .password-checks{align-self:flex-start}section.home{padding:.2rem 0}section.home .container .left .left-content .badges{background-color:#fff;padding:.16rem;border-top:.1rem solid #f2f8ff}@media screen and (max-width:900px){section.home .container .left .left-content .badges{border-top:none}}section.home .container .left .left-content .badges .title{display:flex;flex-direction:column;gap:.1rem}section.home .container .left .left-content .badges .swiper{margin-top:.2rem}section.home .container .center{gap:.28rem}section.home .container .center .mobile-deposit-banner{background-image:url("data:image/svg+xml,%3csvg%20width='343'%20height='61'%20viewBox='0%200%20343%2061'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='343'%20height='61'%20rx='15'%20fill='%235055F4'/%3e%3cpath%20d='M115%2033.5002C85.9723%2028.8495%2030.917%2051.3112%2016%2061.0001H169C157.107%2055.1868%20144.028%2038.1509%20115%2033.5002Z'%20fill='%234B4FCA'/%3e%3cpath%20d='M275.5%2038.4999C245.906%2045.6698%20190.208%2014.9372%20175%204.19617e-05H329C318%209.6705%20305.094%2031.3301%20275.5%2038.4999Z'%20fill='%233CBECB'/%3e%3c/svg%3e");width:100%;aspect-ratio:343/61;background-repeat:no-repeat;background-size:cover;padding:.08rem .24rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:.12rem}section.home .container .center .mobile-deposit-banner .current-points-container{display:flex;flex-direction:column}section.home .container .center .mobile-deposit-banner .deposit-button-container .deposit-button{padding:.06rem .14rem;border-radius:.12rem}section.home .container .center .mobile-deposit-banner .deposit-button-container .deposit-button span{font-weight:700;font-size:.12rem}section.home .container .center .highlights{display:flex;flex-direction:column;gap:.2rem}section.home .container .center .highlights .highlights-list{display:flex;flex-wrap:wrap;gap:.15rem}section.home .container .center .highlights .highlights-list .title{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.2rem}section.home .container .center .highlights .highlights-list .title .show-all{cursor:pointer}section.home .container .center .highlights .highlights-list .swiper{width:100%;padding:0 .02rem}section.home .container .center .highlights .highlights-list .swiper .brand-list-item .top img{min-height:.8rem;object-fit:cover}.brand-list-item{display:flex;flex-direction:column;justify-content:space-between;border-radius:.08rem;background-color:#fff;box-shadow:0 0 .02rem #4b4fca4f;margin:.02rem 0;gap:.14rem;padding-bottom:.1rem;cursor:pointer;position:relative}.brand-list-item.swiper-item{height:calc(100% - .04rem)}@media screen and (max-width:900px){.brand-list-item{width:100%}}.brand-list-item .top{position:relative;width:100%;padding-top:100%}.brand-list-item .top .new-tag{position:absolute;top:.05rem;left:.05rem;border-radius:.06rem;padding:.05rem .08rem .04rem;background-color:#ffbf00}.brand-list-item .top img{position:absolute;width:100%;height:100%;left:0;top:0;object-fit:cover;border-top-right-radius:.08rem;border-top-left-radius:.08rem}.brand-list-item .bottom{display:flex;justify-content:space-between;padding:0 .1rem}.brand-list-item .bottom span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.brand-list-item .info{display:flex;align-items:center;justify-content:space-between;padding:0 .1rem;gap:.15rem}.brand-list-item .info .cashback-info{height:.28rem;width:100%;padding:.04rem;background-color:#e4f2ff;border-radius:.05rem;display:flex;align-items:center;overflow:hidden}.brand-list-item .info .cashback-info .roller{height:.2rem;display:flex;flex-direction:column;gap:.01rem;animation:flip 4s infinite ease-in-out}@keyframes flip{0%,20%{transform:translateY(0)}45%,70%{transform:translateY(-.21rem)}95%,to{transform:translateY(0)}}.brand-list-item .info .cashback-info .item{flex:1;display:flex;flex-direction:row;align-items:center;height:.21rem}.brand-list-item .info .cashback-info img{width:.2rem;height:.2rem}.brand-list-item .favorite{position:absolute;top:.05rem;right:.05rem;cursor:pointer}.banner{width:100%}.banner .banner-slider{padding-bottom:.16rem}.banner .banner-slider .swiper-pagination{bottom:0}.banner .banner-slider .swiper-pagination .swiper-pagination-bullet{width:.09rem;height:.09rem;background-color:#bbb}.banner .banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#939aba}.banner .banner-slider .swiper-slide .item{width:100%;aspect-ratio:727/288;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:.16rem;cursor:pointer}@media screen and (max-width:900px){.banner .banner-slider .swiper-slide .item{aspect-ratio:343/135.88}}.banner .banner-slider .swiper-slide .title{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:.57rem .6rem}@media screen and (max-width:1280px){.banner .banner-slider .swiper-slide .title{padding:.24rem .16rem}}.banner .banner-slider .swiper-slide .title .banner-text{width:2.4rem}@media screen and (max-width:1280px){.banner .banner-slider .swiper-slide .title .banner-text{width:100%}}.banner .banner-slider .swiper-slide .title *+*{margin-top:.05rem}section.login{position:relative;width:100%;height:100vh;background-color:#fff}@media screen and (max-width:900px){section.login{height:100%;padding:.4rem 0rem}}section.login .container{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding-top:.32rem;padding-bottom:auto}@media screen and (max-width:900px){section.login .container{padding-top:0;padding-bottom:0}}section.login .container .logo{width:4rem;padding-left:.4rem;padding-right:.4rem}@media screen and (max-width:900px){section.login .container .logo{width:80%;margin-left:.32rem;padding:0;display:flex;justify-content:center}}section.login .container .logo img{width:100%}@media screen and (max-width:900px){section.login .container .logo img{width:100%}}section.login .container .login-content{z-index:2;position:relative;display:flex;align-items:center;gap:.7rem}@media screen and (max-width:900px){section.login .container .login-content{flex-direction:column;height:100%;gap:.26rem}}section.login .container .login-content .left{width:55%;padding-left:1.55rem;padding-top:1.26rem;display:flex;flex-direction:column;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}@media screen and (max-width:1280px){section.login .container .login-content .left{padding-left:.5rem}}@media screen and (max-width:900px){section.login .container .login-content .left{width:100%;padding-left:0;padding-top:.7rem}}section.login .container .login-content .left .title{width:80%;position:relative}@media screen and (max-width:900px){section.login .container .login-content .left .title{width:75%}}section.login .container .login-content .left .title:after{width:100%;height:100%;content:"";background-image:url(/assets/login-shape-nGPehkMR.svg);position:absolute;top:-.6rem;right:-1.46rem;background-position:center;background-repeat:no-repeat;background-size:90% 90%;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}@media screen and (max-width:1280px){section.login .container .login-content .left .title:after{background-size:88% 88%;top:-.5rem;right:-1.5rem}}@media screen and (max-width:900px){section.login .container .login-content .left .title:after{background-size:85% 85%;top:-32%;right:calc(-30% - .2rem)}}section.login .container .login-content .left .subtitle{width:90%}section.login .container .login-content .left span+span{margin-top:.32rem}@media screen and (max-width:900px){section.login .container .login-content .left span+span{margin-top:.16rem}}section.login .container .login-content .right{width:45%}@media screen and (max-width:900px){section.login .container .login-content .right{width:100%}}section.login .container form{max-width:100%;width:100%;padding:.4rem;background:#fff;box-shadow:0 0 25px #3049bf12;border-radius:.16rem;gap:.24rem;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}@media screen and (max-width:1441px){section.login .container form{max-width:4rem}}@media screen and (max-width:900px){section.login .container form{max-width:100%;padding:.2rem}}section.login .container form .title-container{display:flex;width:100%;border-bottom:1px solid #dfdfdf;padding-bottom:.1rem}section.login .container form .form-item{position:relative}section.login .container form .form-item.password .eye{width:.2rem;height:.2rem;position:absolute;right:.2rem;top:50%;transform:translateY(-50%);cursor:pointer}section.login .container form .form-item .tooltip{position:absolute;right:.2rem;top:50%;transform:translateY(-50%)}section.login .container form .form-item .tooltip img{filter:grayscale(1);opacity:.6;width:.24rem}@media screen and (max-width:900px){section.login .container form .form-item .tooltip img{width:.2rem}}section.login .container form .form-item .tooltip:hover .tooltip-text{visibility:visible}section.login .container form .form-item .tooltip:hover img{filter:grayscale(0);opacity:1}section.login .container form .form-item .tooltip .tooltip-text{width:1.4rem;visibility:hidden;background-color:#d9ebfe;text-align:center;border-radius:.04rem;padding:.05rem;position:absolute;z-index:1;bottom:110%;left:50%;transform:translate(-50%)}@media screen and (max-width:900px){section.login .container form .form-item .tooltip .tooltip-text{width:1rem}}section.login .container form .form-item .tooltip .tooltip-text:after{content:"";position:absolute;top:100%;left:50%;margin-left:-.05rem;border-width:.05rem;border-style:solid;border-color:#dbf2ff transparent transparent transparent}section.login .container form .forgot-password{display:flex;align-self:flex-end;margin-top:-.15rem}section.login .container .image{width:50%;display:flex;justify-content:center;align-items:center}@media screen and (max-width:900px){section.login .container .image{width:100%}}section.login .container .image img.banner-img{max-width:7rem;max-height:6.6rem;width:100%;height:100%;object-fit:cover;border-radius:.2rem}section.login .container footer.footer .container{width:60%;padding-top:.08rem;padding-bottom:0;border-top:1px solid rgb(236,236,236)}@media screen and (max-width:900px){section.login .container footer.footer .container{width:auto;border-top:none}}header{position:relative;width:100%;display:flex;align-items:center;min-height:.88rem;background-color:#fff}@media screen and (max-width:900px){header{padding-left:0;padding-right:0;min-height:.72rem}}header .content{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;position:relative}header .content .logo{width:2.4rem}header .content .logo img{width:100%}header .content .menu-left{display:flex;align-items:center;gap:.04rem}@media screen and (max-width:900px){header .content .menu-left{width:100%;justify-content:space-between}}header .content .menu-left .logo{margin-right:.1rem}@media screen and (max-width:900px){header .content .menu-left .logo{margin-right:0}header .content .menu-left .logo a{display:block}}header .content .menu-left .search{margin-left:.16rem;position:relative}header .content .menu-left .search img{height:.15rem;position:absolute;left:.1rem;top:50%;transform:translateY(-50%)}header .content .menu-left .search.active input{width:2rem;border-radius:.08rem;border:1px solid #ebebeb;background:#fff;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}header .content .menu-left .search input{border-radius:.08rem;width:1.4rem;padding:.1rem .1rem .1rem .35rem;border:1px solid transparent;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}header .content .menu-left .search input::placeholder{font-family:Nunito;color:#bdbdbd;font-size:.16rem;font-style:normal;font-weight:600;line-height:normal}header .content .menu-left .search-mobile-ico{cursor:pointer}header .content .menu-left .menu-toggler{cursor:pointer}header .content .menu-left .menu-toggler img{width:.28rem;height:.28rem}header .content .profile{display:flex;align-items:center;justify-content:space-between;width:auto;gap:.3rem;padding:0}header .content .profile .menu-item:hover{color:var(--text4, #1684f2)}header .content .profile .menu-item.active span{font-weight:700;color:var(--text4, #1684f2)}@media screen and (max-width:900px){header .content .profile .menu-item{display:none}}header .content .profile img.brand-logo{max-height:.54rem;max-width:2.8rem}@media screen and (max-width:900px){header .content .profile{display:none}}header .mobile-menu{z-index:99;position:fixed;top:0;left:-100%;width:100%;height:100%;background-color:transparent;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;overflow:hidden}header .mobile-menu.opened{left:0;background-color:#00000082;overflow:auto}header .mobile-menu .mobile-menu-content{position:relative;width:80%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:.36rem .26rem;background-color:#fff;gap:.32rem;overflow:auto;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}header .mobile-menu .mobile-menu-content .menu-item{display:flex;align-items:center;gap:.1rem}header .mobile-menu .mobile-menu-content .menu-item .new-badge{background-color:#2ab41e;color:#fff;font-size:.12rem;font-weight:700;padding:.06rem .08rem;border-radius:.04rem}header .mobile-menu .mobile-menu-content .menu-item.active span{font-weight:700;color:var(--text4, #1684f2)}header .mobile-menu .logo{width:100%;display:flex;justify-content:center}header .mobile-menu .logo img{width:1.38rem}header .mobile-menu .close{position:absolute;top:.15rem;right:.15rem}header .mobile-menu .close img{width:.3rem;height:.3rem}header .mobile-menu .brand-logo{width:.7rem}header .profile-button{position:relative}header .profile-button .profile-button-content{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:.12rem;height:.56rem;gap:.12rem;background-image:url(/assets/header-profile-background-STSavjp7.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:.08rem}header .profile-button .profile-button-content .icon{display:flex;width:.24rem;height:.24rem;align-items:center;justify-content:center;background-color:#5770ef;border-radius:50%}header .profile-button .profile-button-content .texts{position:relative;display:flex;max-width:1.5rem;flex-direction:column;padding-right:.38rem}header .profile-button .profile-button-content .texts>.text-default{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}header .profile-button .profile-button-content .texts:after{content:"";width:.08rem;height:.08rem;background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.246%207.08703C3.20733%207.04936%203.042%206.90713%202.906%206.77464C2.05067%205.99789%200.650667%203.97159%200.223333%202.91102C0.154667%202.74996%200.00933333%202.34275%200%202.12518C0%201.91671%200.048%201.71797%200.145333%201.52833C0.281333%201.29193%200.495333%201.10229%200.748%200.998376C0.923333%200.931482%201.448%200.827569%201.45733%200.827569C2.03133%200.723656%202.964%200.666504%203.99467%200.666504C4.97667%200.666504%205.87133%200.723656%206.454%200.808735C6.46333%200.818477%207.11533%200.92239%207.33867%201.03604C7.74667%201.24452%208%201.65173%208%202.08751V2.12518C7.99%202.40899%207.73667%203.00584%207.72733%203.00584C7.29933%204.00925%205.968%205.9888%205.08333%206.78438C5.08333%206.78438%204.856%207.00844%204.714%207.10586C4.51%207.25783%204.25733%207.33317%204.00467%207.33317C3.72267%207.33317%203.46%207.24809%203.246%207.08703Z'%20fill='%23FFFFFF'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:100%;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%);transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}header .profile-button .profile-button-content .texts.active:after{transform:translateY(-50%) scaleY(-1)}header .profile-button .dropdown-menu{width:100%;position:absolute;top:110%;left:0;z-index:90;display:flex;flex-direction:column;border-radius:.08rem;background-color:#fff;box-shadow:0 0 2px #d6d6d6b8;opacity:0;visibility:hidden;transform:translateY(.3rem);pointer-events:none;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}@media screen and (max-width:900px){header .profile-button .dropdown-menu{position:relative;top:0;display:none;box-shadow:none}}header .profile-button .dropdown-menu.active{display:flex;z-index:90;opacity:1;visibility:visible;transform:translateY(5%);pointer-events:all}header .profile-button .dropdown-menu .item{padding:.12rem;border-bottom:1px solid var(--stroke-rengi, #ececec);display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media screen and (max-width:900px){header .profile-button .dropdown-menu .item{border:none;padding:0;margin:.15rem .05rem}}header .profile-button .dropdown-menu .item:last-child{border-bottom:none}header .profile-button .dropdown-menu .item:hover{color:#232323}header .profile-button .dropdown-menu .item.active span{font-weight:700;color:var(--text4, #1684f2)}header .profile-button .dropdown-menu .item.logout-div{cursor:pointer}header .profile-button .dropdown-menu .item .new-badge{background-color:#2ab41e;color:#fff;font-size:.12rem;font-weight:700;padding:.06rem .08rem;border-radius:.04rem}header .mobile-search{display:none;z-index:9;width:100%;height:.4rem;position:absolute;top:100%;left:0;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}header .mobile-search.search-active{display:flex}header .mobile-search input{width:100%;height:100%;background-color:#ebebeb;padding:.1rem .42rem;border:none;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}header .mobile-search .search-img{height:.15rem;position:absolute;left:.16rem;top:50%;transform:translateY(-50%)}footer{background-color:#fff}footer .content{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:.16rem 0}footer .content .site-link{display:flex;flex-wrap:wrap;gap:.24rem;row-gap:.12rem}footer .content .site-link .popup-opener{cursor:pointer}footer .content .contact{display:flex;gap:.25rem;margin-top:.16rem}.popup-wrapper .popup-container.how-to-win{max-width:5.66rem;width:100%!important;padding:.4rem;height:auto}.popup-wrapper .popup-container.how-to-win .popup-content{padding:0}.popup-wrapper .popup-container.how-to-win .popup-content .title{border-bottom:1px solid #dfdfdf;padding-bottom:.1rem}.popup-wrapper .popup-container.faq-popup{min-width:6.4rem;width:100%!important;padding:.4rem;height:auto}@media screen and (max-width:900px){.popup-wrapper .popup-container.faq-popup{min-width:auto}}.popup-wrapper .popup-container.faq-popup .popup-content{padding:0}.popup-wrapper .popup-container.faq-popup .popup-content .faq-container .accordion{display:flex;flex-direction:column}.popup-wrapper .popup-container.faq-popup .popup-content .faq-container .accordion .accordion-item{position:relative;display:flex;gap:.2rem}.popup-wrapper .popup-container.faq-popup .popup-content .faq-container .accordion .accordion-item .image{display:flex;flex:1}.popup-wrapper .popup-container.faq-popup .popup-content .faq-container .accordion .accordion-item .image img{width:100%;object-fit:contain;object-position:top}.popup-wrapper .popup-container.faq-popup .popup-content .faq-container .accordion .accordion-item .content{display:flex;flex:2;flex-direction:column}.popup-wrapper .popup-container.faq-popup .popup-content .faq-container .accordion .accordion-item .content .accordion-header{position:relative;width:100%;display:flex;justify-content:space-between;align-items:center;gap:.12rem}.popup-wrapper .popup-container.faq-popup .popup-content .faq-container .accordion .accordion-item .content .accordion-header img{transform:scaleY(-1);transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}.popup-wrapper .popup-container.faq-popup .popup-content .faq-container .accordion .accordion-item .content .accordion-body{max-height:3.6rem;overflow-y:auto;padding-right:.1rem;margin-top:.16rem}@media screen and (max-width:900px){.popup-wrapper .popup-container.faq-popup .popup-content .faq-container .accordion .accordion-item .content .accordion-body{max-height:3.6rem}}@media screen and (max-width:900px){.popup-wrapper .popup-container.faq-popup .popup-content .faq-container .accordion .accordion-item .content .accordion-body .image{margin-bottom:.1rem}}.popup-wrapper .popup-container.faq-popup .popup-content .faq-container .accordion .accordion-item .content .accordion-body::-webkit-scrollbar{width:.06rem}.popup-wrapper .popup-container.faq-popup .popup-content .faq-container .accordion .accordion-item .content .accordion-body::-webkit-scrollbar-track{background:#d9d9d9;border-radius:.1rem}.popup-wrapper .popup-container.faq-popup .popup-content .faq-container .accordion .accordion-item .content .accordion-body::-webkit-scrollbar-thumb{background:#bebebe;border-radius:.1rem;width:.09rem}.popup-wrapper .popup-container.faq-popup .popup-content .faq-container .accordion .accordion-item+.accordion-item{padding-top:.2rem;border-top:1px solid #eeeeee}.popup-wrapper .popup-container.contact-popup{min-width:6.4rem;width:100%!important;padding:.4rem;height:auto}@media screen and (max-width:900px){.popup-wrapper .popup-container.contact-popup{min-width:auto}}.popup-wrapper .popup-container.contact-popup .popup-content{padding:0}section.not-found{position:relative;display:flex;flex-direction:column;justify-content:center;width:100%;height:100vh;background-color:#f2f8ff;padding:0}section.not-found .wrapper{width:100%;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:0;padding-bottom:0}@media screen and (max-width:900px){section.not-found .wrapper{padding-top:0;padding-bottom:0}}section.not-found .wrapper .main{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:0 .2rem}@media screen and (max-width:900px){section.not-found .wrapper .main{padding:0}}section.not-found .wrapper .main .not-found{display:flex;flex-direction:column;align-items:center;text-align:center}section.not-found .wrapper .main .button-container{display:flex;flex-direction:column;align-items:center}section.not-found footer{background-color:#f2f8ff}section.not-found footer:before{content:"";height:1px;background-color:#ddd;width:6rem;position:absolute;left:50%;transform:translate(-50%)}.accordion-filter-container{display:flex;flex-direction:column;justify-content:space-between;gap:.16rem}.accordion-filter-container .filter-inputs-container{display:flex;flex-direction:column;gap:.16rem}@media screen and (max-width:1600px){.accordion-filter-container .filter-inputs-container{gap:.12rem}}.accordion-filter-container .filter-inputs-container .search{position:relative;display:flex;flex-direction:row;gap:.1rem;align-items:center;border-radius:.08rem;box-shadow:0 0 2px #3049bf30;background-color:#f5f5f6;padding:.12rem .2rem}@media screen and (max-width:1600px){.accordion-filter-container .filter-inputs-container .search{padding:.08rem .16rem}}.accordion-filter-container .filter-inputs-container .search input{font-size:.14rem;border:none;width:100%;height:.2rem;background-color:#f5f5f6}@media screen and (max-width:1600px){.accordion-filter-container .filter-inputs-container .search input{font-size:.12rem}}.accordion-filter-container .filter-inputs-container .search input::placeholder{color:#c4cdd5;font-size:.14rem;font-style:normal;font-weight:400;line-height:normal}@media screen and (max-width:1600px){.accordion-filter-container .filter-inputs-container .search input::placeholder{font-size:.12rem}}.accordion-filter-container .filter-inputs-container .search img{width:.2rem}@media screen and (max-width:1600px){.accordion-filter-container .filter-inputs-container .search img{width:.16rem}}.accordion-filter-container .filter-inputs-container .accordion{display:flex;flex-direction:column;gap:.16rem}@media screen and (max-width:1600px){.accordion-filter-container .filter-inputs-container .accordion{gap:.1rem}}@media screen and (max-width:900px){.accordion-filter-container .filter-inputs-container .accordion{gap:.12rem}}.accordion-filter-container .filter-inputs-container .accordion .accordion-item{display:flex;flex-direction:column;gap:.04rem}.accordion-filter-container .filter-inputs-container .accordion .accordion-item.active .accordion-header{border-radius:.09rem .09rem 0rem 0rem}.accordion-filter-container .filter-inputs-container .accordion .accordion-item.active .accordion-header img{transform:scaleY(-1)}.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-header{display:flex;justify-content:space-between;align-items:center;background-color:#f2f8ff;padding:.16rem .2rem;border-radius:.09rem}@media screen and (max-width:1600px){.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-header{padding:.12rem .16rem}}@media screen and (max-width:900px){.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-header{gap:.1rem}}.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-header img{transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-body{height:calc(100vh - 2.14rem);overflow-y:auto;overflow-x:hidden}.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-body::-webkit-scrollbar{width:.06rem}.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-body::-webkit-scrollbar-track{background:#d9d9d9;border-radius:.1rem}.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-body::-webkit-scrollbar-thumb{background:#bebebe;border-radius:.1rem;width:.09rem}.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-body{height:fit-content;max-height:2.6rem}@media screen and (max-width:1600px){.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-body{max-height:1.2rem}}@media screen and (max-width:900px){.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-body{max-height:1.8rem}}.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-body .filter-list-items{display:flex;flex-direction:column}.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-body .filter-list-items .filter-list-item{display:flex;align-items:center;gap:.1rem;cursor:pointer;padding:.1rem}.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-body .filter-list-items .filter-list-item.selected{background:#f2f8ff}@media screen and (max-width:1600px){.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-body .filter-list-items .filter-list-item{padding:.08rem}}.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-body .filter-list-items .filter-list-item .filter-option-checkbox{appearance:auto;-webkit-appearance:auto!important;border-color:#1684f2;width:.2rem;height:.2rem;cursor:pointer}@media screen and (max-width:1600px){.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-body .filter-list-items .filter-list-item .filter-option-checkbox{width:.16rem;height:.16rem}}.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-body .filter-list-items .filter-list-item .filter-option-label{font-size:.14rem;font-weight:400;color:#939aba;cursor:pointer}@media screen and (max-width:1600px){.accordion-filter-container .filter-inputs-container .accordion .accordion-item .accordion-body .filter-list-items .filter-list-item .filter-option-label{font-size:.12rem}}.accordion-filter-container .filter-buttons-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.16rem}.accordion-filter-container .filter-buttons-container .filter-button{width:100%;height:.48rem}@media screen and (max-width:1600px){.accordion-filter-container .filter-buttons-container .filter-button{height:.4rem}}.accordion-filter-container .filter-buttons-container .filter-button span{font-size:.16rem}@media screen and (max-width:1600px){.accordion-filter-container .filter-buttons-container .filter-button span{font-size:.14rem;font-weight:300}}.accordion-filter-container .filter-buttons-container .remove-filters-text{cursor:pointer}section.opportunities{padding:.2rem 0}@media screen and (max-width:900px){section.opportunities .container .column-container{gap:0}}@media screen and (max-width:900px){section.opportunities .container .column-container .left{z-index:9;display:flex;flex-basis:auto}}@media screen and (max-width:900px){section.opportunities .container .column-container .left .left-content{padding:0}}section.opportunities .container .left-sidebar{width:100%}@media screen and (max-width:900px){section.opportunities .container .left-sidebar{width:100%;position:fixed;top:0;right:-100%;height:100vh;transition:right .2s ease;z-index:98;overflow:hidden;display:flex;flex-direction:column;padding:.24rem;background-color:#fff}section.opportunities .container .left-sidebar.open{overflow:auto!important;right:0;pointer-events:initial}}@media screen and (max-width:900px){section.opportunities .container .left-sidebar .mobile-filter-menu-header{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:.24rem}}section.opportunities .container .section-content-box{display:flex;flex-direction:column;gap:.2rem}@media screen and (max-width:900px){section.opportunities .container .section-content-box{background:transparent;padding:0}}@media screen and (max-width:900px){section.opportunities .container .section-content-box .section-title{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}section.opportunities .container .section-content-box .section-title .filter-menu-icon-container{display:flex;align-items:center;justify-content:center;padding:.12rem .16rem;background-color:#f2f2f2;border-radius:.16rem}section.opportunities .container .section-content-box .section-title .filter-menu-icon-container img{width:.16rem}section.opportunities .container .section-content-box .list{display:flex;flex-wrap:wrap;column-gap:.2rem}@media screen and (max-width:900px){section.opportunities .container .section-content-box .list{column-gap:.16rem}}section.opportunities .container .section-content-box .list .brand-list-item{width:calc((100% - .6rem)/4);margin:0 0 .2rem}@media screen and (max-width:900px){section.opportunities .container .section-content-box .list .brand-list-item{margin-bottom:.12rem}}@media screen and (max-width:1100px){section.opportunities .container .section-content-box .list .brand-list-item{width:calc((100% - .4rem) / 3)}}@media screen and (max-width:900px){section.opportunities .container .section-content-box .list .brand-list-item{width:calc((100% - .16rem)/2)}}section.opportunities .container .section-content-box .list .brand-list-item .top img{object-fit:cover}@media screen and (max-width:900px){section.opportunities .container .section-content-box .list{justify-content:center}}section.opportunities .container .section-content-box .no-items{width:100%;text-align:center;padding:.8rem 0}section.opportunities .container .right .right-content{padding-top:.28rem}@media screen and (max-width:900px){section.opportunities .container .popup-wrapper{padding:.64rem 0 0;width:100%;max-width:100%}section.opportunities .container .popup-wrapper.closed{height:0;overflow:hidden}section.opportunities .container .popup-wrapper .popup-container{height:100%;padding:0;transform:none;width:100%;max-width:100%;vertical-align:bottom;border-radius:.08rem .08rem 0 0}section.opportunities .container .popup-wrapper .popup-container .popup-content{height:100%;padding:0;padding-top:.24rem;width:100%;max-width:100%}}section.opportunities .container .right-close{position:absolute;top:.12rem;right:.12rem;cursor:pointer;z-index:1;width:.24rem;height:.24rem}section.opportunities .container .right-close img{width:100%;height:100%;object-fit:contain}section.opportunities .container .product-detail{background-color:#fbfdff;width:100%}@media screen and (max-width:1280px){section.opportunities .container .product-detail{margin:auto}}@media screen and (max-width:900px){section.opportunities .container .product-detail{width:100%;padding:0}}section.opportunities .container .product-detail .product{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:.2rem;padding-top:.2rem}@media screen and (max-width:900px){section.opportunities .container .product-detail .product{padding:.2rem}}section.opportunities .container .product-detail .product form.general{width:100%}section.opportunities .container .product-detail .product .product-container{display:flex;flex-direction:column;align-items:center;gap:.2rem;height:calc(100vh - 2.14rem);overflow-y:auto;overflow-x:hidden}section.opportunities .container .product-detail .product .product-container::-webkit-scrollbar{width:.06rem}section.opportunities .container .product-detail .product .product-container::-webkit-scrollbar-track{background:#d9d9d9;border-radius:.1rem}section.opportunities .container .product-detail .product .product-container::-webkit-scrollbar-thumb{background:#bebebe;border-radius:.1rem;width:.09rem}section.opportunities .container .product-detail .product .product-container{height:fit-content;padding:0 .08rem;width:100%}section.opportunities .container .product-detail .product .product-container .specs{display:flex;flex-direction:row;gap:.08rem}section.opportunities .container .product-detail .product img{width:100%;border-radius:.16rem}section.opportunities .container .product-detail .product .btn-product{margin-top:.15rem;line-height:normal}@media screen and (max-width:900px){section.opportunities .container .product-detail .product .btn-product{margin-top:.2rem}}section.opportunities .container .tooltip-container{margin-top:.2rem;padding-top:.1rem;justify-content:center;border-top:1px solid #f2f8ff}@media screen and (max-width:900px){section.opportunities .container .tooltip-container{border:none}}section.project-selection{position:relative;width:100%;height:100vh;background-color:#fff;overflow:hidden}@media screen and (max-width:900px){section.project-selection{height:100%;padding:.4rem 0rem}}section.project-selection .container-only-left,section.project-selection .container{padding-top:.32rem;padding-bottom:auto}@media screen and (max-width:900px){section.project-selection .container-only-left,section.project-selection .container{padding-top:0;padding-bottom:0}}section.project-selection .container-only-left .logo,section.project-selection .container .logo{width:4rem;padding-left:.4rem;padding-right:.4rem}@media screen and (max-width:900px){section.project-selection .container-only-left .logo,section.project-selection .container .logo{width:80%;margin-left:.32rem;padding:0;display:flex;justify-content:center}}section.project-selection .container-only-left .logo img,section.project-selection .container .logo img{width:100%}@media screen and (max-width:900px){section.project-selection .container-only-left .logo img,section.project-selection .container .logo img{width:100%}}section.project-selection .container-only-left .project-container,section.project-selection .container .project-container{height:calc(100vh - 1.6rem);display:flex;align-items:center;gap:.77rem;padding-left:1rem}@media screen and (max-width:1280px){section.project-selection .container-only-left .project-container,section.project-selection .container .project-container{padding:0}}@media screen and (max-width:900px){section.project-selection .container-only-left .project-container,section.project-selection .container .project-container{flex-direction:column;align-items:flex-start;height:100%;gap:.32rem;padding:0;margin-top:.7rem}}section.project-selection .container-only-left .project-container .left,section.project-selection .container .project-container .left{z-index:99;width:6rem;height:100%;overflow:hidden;background:#fff;justify-content:center;display:flex;flex-direction:column;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}@media screen and (max-width:1280px){section.project-selection .container-only-left .project-container .left,section.project-selection .container .project-container .left{padding-left:.5rem}}@media screen and (max-width:900px){section.project-selection .container-only-left .project-container .left,section.project-selection .container .project-container .left{width:75%}}section.project-selection .container-only-left .project-container .left .subtitle,section.project-selection .container .project-container .left .subtitle{width:90%}section.project-selection .container-only-left .project-container .left span+span,section.project-selection .container .project-container .left span+span{margin-top:.32rem}@media screen and (max-width:900px){section.project-selection .container-only-left .project-container .left span+span,section.project-selection .container .project-container .left span+span{margin-top:.16rem}}section.project-selection .container-only-left .project-container .right,section.project-selection .container .project-container .right{width:calc(100% - 6rem);display:flex;flex-wrap:wrap;gap:.4rem}@media screen and (max-width:900px){section.project-selection .container-only-left .project-container .right,section.project-selection .container .project-container .right{width:100%;gap:.2rem}}section.project-selection .container-only-left .project-container .right .project-item,section.project-selection .container .project-container .right .project-item{min-height:2.4rem;display:flex;flex-direction:column;align-items:flex-start;border-radius:.089rem;padding:.55rem .15rem}@media screen and (max-width:900px){section.project-selection .container-only-left .project-container .right .project-item,section.project-selection .container .project-container .right .project-item{width:calc((100% - .2rem)/2);padding:.4rem .12rem;height:auto;min-height:2rem}}section.project-selection .container-only-left .project-container .right .project-item .title+.total-balance,section.project-selection .container .project-container .right .project-item .title+.total-balance{margin-top:.1rem}section.project-selection .container-only-left .project-container .right .project-item .total-balance,section.project-selection .container .project-container .right .project-item .total-balance{display:flex;flex-direction:column;gap:.04rem}section.project-selection .container-only-left .project-container .right .project-item.purple,section.project-selection .container .project-container .right .project-item.purple{background-image:url(/assets/project-bg-1-DVGnzTo-.svg);background-repeat:no-repeat;background-size:cover;background-color:var(--Momento-Color-Web-01, #5055f4)}section.project-selection .container-only-left .project-container .right .project-item.blue,section.project-selection .container .project-container .right .project-item.blue{background-image:url(/assets/project-bg-2-B976dQop.svg);background-repeat:no-repeat;background-size:cover;background-color:var(--Momento-Color-Web-02, #004fc3)}section.project-selection .container-only-left .project-container .right .project-item.green,section.project-selection .container .project-container .right .project-item.green{background-image:url(/assets/project-bg-3-CK2Pylaz.svg);background-repeat:no-repeat;background-size:cover;background-color:#19a9b0}section.project-selection .container-only-left .project-container .right .project-item.lightblue,section.project-selection .container .project-container .right .project-item.lightblue{background-image:url(/assets/project-bg-4-ExyKpZgB.svg);background-repeat:no-repeat;background-size:cover;background-color:#136fcb}section.project-selection .container-only-left .project-container .right .swiper,section.project-selection .container .project-container .right .swiper{width:100%}section.project-selection .container-only-left .project-container .right .no-project,section.project-selection .container .project-container .right .no-project{width:100%;margin:auto;display:flex;flex-direction:column;gap:.32rem;align-items:center}section.project-selection .container-only-left .project-container .right .no-project .image-container,section.project-selection .container .project-container .right .no-project .image-container{width:20%}@media screen and (max-width:900px){section.project-selection .container-only-left .project-container .right .no-project .image-container,section.project-selection .container .project-container .right .no-project .image-container{width:50%}}section.project-selection .container-only-left .project-container .right .no-project .image-container img.magnifier-image,section.project-selection .container .project-container .right .no-project .image-container img.magnifier-image{width:100%}section.project-selection .container-only-left .project-container .right .no-project .text-container,section.project-selection .container .project-container .right .no-project .text-container{display:flex;flex-direction:column;align-items:center;gap:.2rem;width:4rem}@media screen and (max-width:900px){section.project-selection .container-only-left .project-container .right .no-project .text-container,section.project-selection .container .project-container .right .no-project .text-container{width:100%}section.project-selection .container-only-left .project-container .right .no-project .text-container .desc-text,section.project-selection .container .project-container .right .no-project .text-container .desc-text{width:80%}}section.project-selection .container-only-left .project-container .right .no-project .button-container .logout-button,section.project-selection .container .project-container .right .no-project .button-container .logout-button{padding:.1rem .42rem}section.transactions{padding:.2rem 0;display:flex;align-items:stretch}section.transactions .container .center .detail-content .transactions-list{display:flex;flex-direction:column;gap:.12rem}section.transactions .container .center .detail-content .tabs .top{display:flex;justify-content:space-between;gap:.08rem}@media screen and (max-width:900px){section.transactions .container .center .detail-content .tabs .top{flex-direction:column;gap:.16rem}}section.transactions .container .center .detail-content .tabs .top form.general{flex:1;align-items:flex-end;width:auto}section.transactions .container .center .detail-content .tabs .top form.general .form-item{width:100%}section.transactions .container .center .detail-content .tabs .top .tab-menu{flex:4;display:flex;gap:.04rem;width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}section.transactions .container .center .detail-content .tabs .top .tab-menu::-webkit-scrollbar{display:none}section.transactions .container .center .detail-content .tabs .top .tab-menu .tab-menu-item{display:flex;justify-content:center;align-self:center;padding:.04rem .12rem;background-color:#f9f9f9;border:.01rem solid #D9D9D9;border-radius:.08rem}@media screen and (max-width:900px){section.transactions .container .center .detail-content .tabs .top .tab-menu .tab-menu-item{padding:.1rem .12rem}}section.transactions .container .center .detail-content .tabs .top .tab-menu .tab-menu-item img{width:.45rem;height:.31rem;margin-left:.08rem}section.transactions .container .center .detail-content .tabs .top .tab-menu .tab-menu-item span{align-content:center;inline-size:max-content}section.transactions .container .center .detail-content .tabs .top .tab-menu .tab-menu-item.active{background-color:#ebf5fe;border:.01rem solid #1684F2;border-radius:.08rem}section.transactions .container .center .detail-content .tabs .top .tab-container .tab-item .no-items{width:100%;text-align:center;padding:1.8rem 0}section.transactions .container .center .detail-content .inner-tabs .tabs .tab-menu{display:flex;gap:.32rem;padding:.12rem}@media screen and (max-width:900px){section.transactions .container .center .detail-content .inner-tabs .tabs .tab-menu{width:100%;justify-content:space-between;gap:0}}section.transactions .container .center .detail-content .inner-tabs .tabs .tab-menu .tab-menu-item{padding-left:.12rem;padding-right:.12rem;display:flex;justify-content:center}section.transactions .container .center .detail-content .inner-tabs .tabs .tab-menu .tab-menu-item.active{border-bottom:2px solid #4062ff;padding-bottom:.08rem}section.transactions .container .center .detail-content .inner-tabs .tabs .tab-container .tab-item .no-items{width:100%;text-align:center;padding:1.8rem 0}section.transactions .container .center .detail-content .pagination{margin-top:.2rem}section.advantages{padding:.2rem 0;background:#f2f8ff}@media screen and (max-width:900px){section.advantages .container .column-container{gap:0}section.advantages .container .column-container .center{background-color:#fff;padding:.2rem}}@media screen and (max-width:900px){section.advantages .container .column-container .left{z-index:9;display:flex;flex-basis:auto}}@media screen and (max-width:900px){section.advantages .container .column-container .left .left-content{padding:0}}section.advantages .container .left-sidebar{width:100%}@media screen and (max-width:900px){section.advantages .container .left-sidebar{width:100%;position:fixed;top:0;right:-100%;height:100vh;transition:right .2s ease;z-index:98;overflow:hidden;display:flex;flex-direction:column;padding:.24rem;background-color:#fff}section.advantages .container .left-sidebar.open{overflow:auto!important;right:0;pointer-events:initial}}@media screen and (max-width:900px){section.advantages .container .left-sidebar .mobile-filter-menu-header{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:.24rem}}section.advantages .container .section-content-box{display:flex;flex-direction:column;gap:.2rem}@media screen and (max-width:900px){section.advantages .container .section-content-box{background:transparent;padding:0}}@media screen and (max-width:900px){section.advantages .container .section-content-box .section-title{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}section.advantages .container .section-content-box .section-title .filter-menu-icon-container{display:flex;align-items:center;justify-content:center;padding:.12rem .16rem;background-color:#f2f2f2;border-radius:.16rem}section.advantages .container .section-content-box .section-title .filter-menu-icon-container img{width:.16rem}section.advantages .container .section-content-box .advantages-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:.12rem}@media screen and (max-width:900px){section.advantages .container .section-content-box .advantages-container{gap:.15rem;flex-direction:column;flex-wrap:nowrap}}section.advantages .container .section-content-box .no-items{width:100%;text-align:center;padding:.8rem 0}section.advantages .container .right-sidebar{width:100%}@media screen and (max-width:900px){section.advantages .container .popup-wrapper{padding:.64rem 0 0;width:100%;max-width:100%}section.advantages .container .popup-wrapper.closed{height:0;overflow:hidden}section.advantages .container .popup-wrapper.opened{height:100%;overflow:hidden}section.advantages .container .popup-wrapper .popup-container{height:100%;padding:.12rem;transform:none;width:100%;max-width:100%;vertical-align:bottom;border-radius:.08rem .08rem 0 0}section.advantages .container .popup-wrapper .popup-container .popup-content{height:100%;padding:0;width:100%;max-width:100%}}.advantage-card{box-sizing:border-box;flex:0 1 calc(25% - .09rem);border-radius:.1rem;box-shadow:0 .71px 4.27px #4e6dff30;display:flex;flex-direction:column;background-color:#fff}@media screen and (max-width:900px){.advantage-card{flex:2 0 100%}}.advantage-card .advantage-image-container{height:1.5rem}.advantage-card .advantage-image-container img.advantage-image{border-radius:.1rem .1rem 0 0;width:100%;height:100%;object-fit:contain}.advantage-card .advantage-details-container{flex-grow:1;padding:.16rem;margin-bottom:0;display:flex;flex-direction:column;justify-content:space-between;gap:.2rem}@media screen and (max-width:1600px){.advantage-card .advantage-details-container{padding:.16rem}}.advantage-card .advantage-details-container .advantage-desc-container{display:flex;flex-direction:column;gap:.12rem}@media screen and (max-width:1600px){.advantage-card .advantage-details-container .advantage-desc-container{gap:.08rem}}.advantage-card .advantage-details-container .advantage-desc-container .advantage-category-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:.08rem}@media screen and (max-width:1600px){.advantage-card .advantage-details-container .advantage-desc-container .advantage-category-container{gap:.04rem}}.advantage-card .advantage-details-container .advantage-desc-container .advantage-category-container .advantage-category-box{border-radius:.1rem;padding:.02rem .1rem;border:1px solid rgb(235,235,235)}@media screen and (max-width:1600px){.advantage-card .advantage-details-container .advantage-desc-container .advantage-category-container .advantage-category-box{padding:.02rem .08rem}}.advantage-card .advantage-details-container .review-container .advantage-validity-date{margin-bottom:.02rem;display:flex;gap:.04rem}.advantage-card .advantage-details-container .review-container .review-button-container{width:100%}.advantage-card .advantage-details-container .review-container .review-button-container .codes-button{background:#e8f3fe;width:100%;display:flex;flex-direction:row-reverse;gap:.06rem}.advantage-card .advantage-details-container .review-container .review-button-container .codes-button span{color:#181717;font-size:.16rem;font-weight:700}@media screen and (max-width:1600px){.advantage-card .advantage-details-container .review-container .review-button-container .codes-button span{font-size:.14rem}}.advantage-card .advantage-details-container .review-container .review-button-container .codes-button img{width:.18rem}.advantage-card .advantage-details-container .review-container .review-button-container .review-button{width:100%}.advantage-card .advantage-details-container .review-container .review-button-container .review-button span{font-size:.16rem;font-weight:700}@media screen and (max-width:1600px){.advantage-card .advantage-details-container .review-container .review-button-container .review-button span{font-size:.14rem}}@media screen and (max-width:900px){.advantage-card .advantage-details-container .review-container .review-button-container .review-button span{font-size:.16rem}}.advantage-detail-card{padding-top:.18rem}.advantage-detail-card .advantage-detail-container{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem}@media screen and (max-width:1600px){.advantage-detail-card .advantage-detail-container{gap:.16rem}}@media screen and (max-width:900px){.advantage-detail-card .advantage-detail-container{height:calc(100vh - 2.14rem);overflow-y:auto;overflow-x:hidden}.advantage-detail-card .advantage-detail-container::-webkit-scrollbar{width:.06rem}.advantage-detail-card .advantage-detail-container::-webkit-scrollbar-track{background:#d9d9d9;border-radius:.1rem}.advantage-detail-card .advantage-detail-container::-webkit-scrollbar-thumb{background:#bebebe;border-radius:.1rem;width:.09rem}}.advantage-detail-card .advantage-detail-container .description-container.desktop .description-text-container{height:calc(100vh - 2.14rem);overflow-y:auto;overflow-x:hidden}.advantage-detail-card .advantage-detail-container .description-container.desktop .description-text-container::-webkit-scrollbar{width:.06rem}.advantage-detail-card .advantage-detail-container .description-container.desktop .description-text-container::-webkit-scrollbar-track{background:#d9d9d9;border-radius:.1rem}.advantage-detail-card .advantage-detail-container .description-container.desktop .description-text-container::-webkit-scrollbar-thumb{background:#bebebe;border-radius:.1rem;width:.09rem}.advantage-detail-card .advantage-detail-container .description-container.desktop .description-text-container{height:fit-content;max-height:calc(100vh - 3.4rem);padding-right:.08rem}.advantage-detail-card .advantage-detail-container .description-container.desktop.in-tab .description-text-container{max-height:calc(100vh - 4rem)}.advantage-detail-card .advantage-detail-container .mobile-codes-container{width:100%;display:flex;flex-direction:column;gap:.08rem}.advantage-detail-card .advantage-detail-container .description-container{padding-right:.08rem}.advantage-detail-card .advantage-detail-container .description-container .description-text-container{display:flex;flex-direction:column;gap:.1rem}.advantage-detail-card .advantage-detail-container .campaign-codes-container{height:fit-content;display:flex;flex-direction:column;align-items:flex-start;width:100%;padding-right:.08rem}.advantage-detail-card .advantage-detail-container .campaign-codes-container .campaign-code-container{display:flex;flex-direction:column;width:100%;padding:.16rem 0;border-bottom:1px solid rgb(230,230,230)}.advantage-detail-card .advantage-detail-container .campaign-codes-container .campaign-code-container:last-child{border-bottom:none}@media screen and (max-width:1600px){.advantage-detail-card .advantage-detail-container .campaign-codes-container .campaign-code-container{padding:.12rem 0}}.advantage-detail-card .advantage-detail-container .campaign-codes-container .campaign-code-container .code-div{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.advantage-detail-card .advantage-detail-container .campaign-codes-container .campaign-code-container .code-div .copy-code-button{display:flex;flex-direction:row-reverse;gap:.06rem;background:#1684f21a;padding:.08rem .1rem;border-radius:.16rem}.advantage-detail-card .advantage-detail-container .campaign-codes-container .campaign-code-container .code-div .copy-code-button span{color:#252525;font-size:.12rem;font-weight:700}.advantage-detail-card .advantage-detail-container .action-button-container{width:100%;padding:.1rem 0}.advantage-detail-card .advantage-detail-container .action-button-container .action-button{width:100%}.advantage-detail-card .advantage-detail-container .description-container{display:flex;flex-direction:column;gap:.2rem}.advantage-detail-card .advantage-detail-container .tabs{width:100%;display:flex;flex-direction:column;gap:.16rem}.advantage-detail-card .advantage-detail-container .tabs .tab-menu{width:100%;display:flex;flex-direction:row}.advantage-detail-card .advantage-detail-container .tabs .tab-menu .tab-menu-item{width:50%;font-size:.14rem;font-weight:400;color:#939aba;text-align:center;padding-bottom:.1rem}.advantage-detail-card .advantage-detail-container .tabs .tab-menu .tab-menu-item.active{color:#252525;border-bottom:2px solid rgb(22,132,242)}.advantage-detail-card .advantage-detail-container .tabs .tab-container .tab-item{display:flex;flex-direction:column;align-items:flex-start}.advantage-detail-card .advantage-detail-container .tabs .tab-container .tab-item .campaign-codes-container{height:calc(100vh - 2.14rem);overflow-y:auto;overflow-x:hidden}.advantage-detail-card .advantage-detail-container .tabs .tab-container .tab-item .campaign-codes-container::-webkit-scrollbar{width:.06rem}.advantage-detail-card .advantage-detail-container .tabs .tab-container .tab-item .campaign-codes-container::-webkit-scrollbar-track{background:#d9d9d9;border-radius:.1rem}.advantage-detail-card .advantage-detail-container .tabs .tab-container .tab-item .campaign-codes-container::-webkit-scrollbar-thumb{background:#bebebe;border-radius:.1rem;width:.09rem}.advantage-detail-card .advantage-detail-container .tabs .tab-container .tab-item .campaign-codes-container{max-height:3.2rem}@media screen and (max-width:1600px){.advantage-detail-card .advantage-detail-container .tabs .tab-container .tab-item .campaign-codes-container{max-height:2rem}}.advantage-detail-card .close-action{cursor:pointer;position:absolute;right:.1rem;top:.1rem;width:.2rem;height:.2rem}.advantage-detail-card .close-action .close-action-icon{width:100%;height:100%}section.user-agreements{position:relative;width:100%;height:100vh;background-color:#fff}@media screen and (max-width:900px){section.user-agreements{height:100%;padding:.4rem 0rem}}section.user-agreements .container{padding-top:.32rem;padding-bottom:auto}@media screen and (max-width:900px){section.user-agreements .container{padding-top:0;padding-bottom:0}}section.user-agreements .container .logo{width:4rem;padding-left:.4rem;padding-right:.4rem}@media screen and (max-width:900px){section.user-agreements .container .logo{width:80%;margin-left:.32rem;padding:0;display:flex;justify-content:center}}section.user-agreements .container .logo img{width:100%}@media screen and (max-width:900px){section.user-agreements .container .logo img{width:100%}}section.user-agreements .container .content{z-index:2;position:relative;height:calc(100vh - 1.6rem);min-height:5.5rem;display:flex;align-items:center;gap:.4rem}@media screen and (max-width:900px){section.user-agreements .container .content{flex-direction:column;height:100%;gap:.26rem;min-height:auto}}section.user-agreements .container .content .left{width:35%;height:calc(100% - .8rem);min-height:5rem;margin-top:.3rem;margin-bottom:.3rem;padding:.4rem;display:flex;flex-direction:column;gap:.2rem;box-shadow:0 0 25px #3049bf12;justify-content:space-between}@media screen and (max-width:900px){section.user-agreements .container .content .left{width:100%;min-height:auto;padding:.2rem}}section.user-agreements .container .content .left .continue-button-container{align-self:center;display:flex;flex-direction:column;align-items:center;gap:.16rem}section.user-agreements .container .content .left .continue-button-container .continue-button{padding:.1rem .44rem}section.user-agreements .container .content .left .continue-button-container .continue-button span{font-weight:400;font-size:.2rem;line-height:1.4em}section.user-agreements .container .content .left .continue-button-container .remove-filters-text{cursor:pointer}section.user-agreements .container .content .left .left-top{display:flex;flex-direction:column;gap:.2rem}section.user-agreements .container .content .left .left-top .section-title-container{padding-bottom:.1rem;border-bottom:1px solid #dfdfdf}section.user-agreements .container .content .left .left-top .items{display:flex;flex-direction:column;gap:.24rem}section.user-agreements .container .content .left .left-top .items .filter-list-item{display:flex;align-items:center;gap:.1rem;cursor:pointer}section.user-agreements .container .content .left .left-top .items .filter-list-item .checkbox-container{position:relative}section.user-agreements .container .content .left .left-top .items .filter-list-item .checkbox-container .clickable{position:absolute;left:0;top:0;width:0;height:0;z-index:-1}section.user-agreements .container .content .left .left-top .items .filter-list-item .checkbox-container .clickable.on-top{z-index:80;width:100%;height:100%}section.user-agreements .container .content .left .left-top .items .filter-list-item .checkbox-container .filter-option-checkbox{z-index:10;appearance:auto;-webkit-appearance:auto!important;border-color:#1684f2;width:.2rem;height:.2rem;cursor:pointer}section.user-agreements .container .content .left .left-top .items .filter-list-item .filter-option-label{font-size:.14rem;font-weight:400;color:#939aba;cursor:pointer}section.user-agreements .container .content .left .popup-wrapper .popup-container .popup-content{display:flex;flex-direction:column;align-items:center;gap:.12rem}section.user-agreements .container .content .left .popup-wrapper .popup-container .popup-content .agreement-text{flex:1;max-height:2rem;overflow:auto}section.user-agreements .container .content .left .popup-wrapper .popup-container .popup-content .agreement-button{display:flex;padding-top:.16rem;justify-content:center}section.user-agreements .container .content .left .popup-wrapper .popup-container .popup-content .agreement-button .read-button{padding:.08rem .1rem}section.user-agreements .container .content .left .popup-wrapper .popup-container .popup-content .agreement-button .read-button span{font-size:.16rem;font-weight:100;line-height:1.4em}section.user-agreements .container .content .right{width:65%;height:calc(100% - .8rem);min-height:5rem;padding:.24rem .32rem;display:flex;flex-direction:column;box-shadow:0 0 25px #3049bf12}@media screen and (max-width:900px){section.user-agreements .container .content .right{display:none}}section.user-agreements .container .content .right .tabs{height:100%;display:flex;flex-direction:column}section.user-agreements .container .content .right .tabs .tab-menu{display:flex;flex-wrap:wrap}section.user-agreements .container .content .right .tabs .tab-menu .tab-menu-item{padding:.08rem .24rem;text-align:center}section.user-agreements .container .content .right .tabs .tab-menu .tab-menu-item.active{border-bottom:2px solid #1684f2}section.user-agreements .container .content .right .tabs .tab-container{display:flex;flex:1;overflow:hidden}section.user-agreements .container .content .right .tabs .tab-container .tab-item{display:flex;flex-direction:column;flex:1;padding-top:.24rem}section.user-agreements .container .content .right .tabs .tab-container .tab-item .agreement-text{flex:1;max-height:5rem;overflow:auto}section.user-agreements .container .content .right .tabs .tab-container .tab-item .agreement-button{display:flex;padding-top:.16rem;justify-content:center}section.user-agreements .container .content .right .tabs .tab-container .tab-item .agreement-button .read-button{padding:.08rem .1rem}section.user-agreements .container .content .right .tabs .tab-container .tab-item .agreement-button .read-button span{font-size:.16rem;font-weight:100;line-height:1.4em}section.load-money-section{display:flex;justify-content:center;padding:.2rem 0;background:#f2f8ff}section.load-money-section .container{display:flex;justify-content:center}section.load-money-section .content-area{max-width:8rem;width:100%;display:flex;align-items:flex-start;background-color:#fbfdff;gap:.6rem;padding:.2rem;border-radius:.08rem;min-height:calc(100vh - 2.14rem)}@media screen and (max-width:900px){section.load-money-section .content-area{min-height:auto}}@media screen and (max-width:900px){section.load-money-section .content-area{min-height:calc(100vh - 1.98rem)}}@media screen and (max-width:900px){section.load-money-section .content-area{flex-direction:column;gap:.4rem}}section.load-money-section .content-area .load-money-form{flex:1;width:calc(100% - 3.97rem);display:flex}@media screen and (max-width:900px){section.load-money-section .content-area .load-money-form{flex:0;width:100%}}section.load-money-section .content-area .load-money-form form{align-items:flex-start}section.load-money-section .content-area .load-money-form form .swiper{width:100%}section.load-money-section .content-area .load-money-form form .swiper .quick-access-button{background-color:#e8f4ff;border-radius:.1rem;padding:.08rem .24rem;cursor:pointer}section.load-money-section .content-area .load-money-form form .swiper .quick-access-button span{text-wrap:nowrap}@media screen and (max-width:900px){section.load-money-section .content-area .load-money-form form .swiper .quick-access-button{padding:.08rem .16rem}}section.load-money-section .content-area .load-money-form form .swiper .quick-access-button.active{background-color:#1684f2}section.load-money-section .content-area .load-money-form form .cashback-info{display:flex;align-items:center;gap:.04rem;background-color:#e8ecff;border-radius:.08rem;padding:.08rem}section.load-money-section .content-area .load-money-form form .cashback-info img{width:.18rem;height:.18rem;padding:.015rem}section.load-money-section .content-area .load-money-form form .payment-imgs{margin-top:.1rem;display:flex;gap:.1rem}section.load-money-section .content-area .load-money-form form .dropdowns{display:flex;gap:.2rem}section.load-money-section .content-area .load-money-form form .dropdowns>div{flex:1}section.load-money-section .content-area .load-money-form form .dropdowns .cvv-input-container{display:flex;flex-direction:row;align-items:center;gap:.07rem}section.load-money-section .content-area .load-money-form form .dropdowns .cvv-input-container .cvv{position:relative}section.load-money-section .content-area .load-money-form form .dropdowns .cvv-input-container .cvv img{height:.24rem;position:absolute;right:-.3rem;top:50%;transform:translateY(-50%)}section.load-money-section .content-area .load-money-form form .dropdowns .cvv-input-container .cvv-info-container{position:relative;width:.2rem;height:.2rem}section.load-money-section .content-area .load-money-form form .dropdowns .cvv-input-container .cvv-info-container.has-tooltip{cursor:pointer}section.load-money-section .content-area .load-money-form form .dropdowns .cvv-input-container .cvv-info-container.has-tooltip:hover .tooltip{display:block}section.load-money-section .content-area .load-money-form form .dropdowns .cvv-input-container .cvv-info-container.has-tooltip:hover .tooltip:hover{display:none}section.load-money-section .content-area .load-money-form form .dropdowns .cvv-input-container .cvv-info-container .cvv-info-icon{width:100%;height:100%}section.load-money-section .content-area .load-money-form form .dropdowns .cvv-input-container .cvv-info-container .tooltip{width:1.5rem;text-align:center;position:absolute;left:100px;transform:translate(-50%);bottom:100%;padding:.04rem .08rem;font-size:1em;line-height:1.5;color:#242424;background-color:#fff;border:1px solid #242424;z-index:9;white-space:normal;display:none}section.load-money-section .content-area .load-money-form form .card-list{width:100%;display:flex;flex-direction:column;gap:.16rem;justify-content:center}section.load-money-section .content-area .load-money-form form .card-list .card-item{display:flex;flex-direction:row;gap:.12rem;padding:.16rem 0;border-bottom:.01rem solid #DFDFDF;cursor:pointer}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-checkbox{width:.16rem;height:.16rem}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content{flex:1;display:flex;flex-direction:column;gap:.12rem}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .card-bank-logo,section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .card-bank-logo>img{height:.15rem}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .card-brand-logo,section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .card-brand-logo>img{height:.15rem;margin-left:.12rem}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .card-number-container{display:flex;align-items:center}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .cvc-container{background-color:#edf3f9;border-radius:.1rem;border:.01rem solid #BCDDFF;display:flex;flex-direction:row;gap:.16rem;padding:.12rem;align-items:center}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .cvc-container .card-item-cvv-input-container{display:flex;flex-direction:row;align-items:center;gap:.07rem}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .cvc-container .card-item-cvv-input-container .cvv{position:relative}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .cvc-container .card-item-cvv-input-container .cvv input{background-color:#fff;border-radius:.08rem;border:none;width:.77rem}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .cvc-container .card-item-cvv-input-container .cvv img{height:.24rem;position:absolute;right:-.3rem;top:50%;transform:translateY(-50%)}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .cvc-container .card-item-cvv-input-container .cvv-info-container{position:relative;width:.2rem;height:.2rem}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .cvc-container .card-item-cvv-input-container .cvv-info-container.has-tooltip{cursor:pointer}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .cvc-container .card-item-cvv-input-container .cvv-info-container.has-tooltip:hover .tooltip{display:block}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .cvc-container .card-item-cvv-input-container .cvv-info-container.has-tooltip:hover .tooltip:hover{display:none}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .cvc-container .card-item-cvv-input-container .cvv-info-container .cvv-info-icon{width:100%;height:100%}section.load-money-section .content-area .load-money-form form .card-list .card-item .card-item-content .cvc-container .card-item-cvv-input-container .cvv-info-container .tooltip{width:1.5rem;text-align:center;position:absolute;left:100px;transform:translate(-50%);bottom:100%;padding:.04rem .08rem;font-size:1em;line-height:1.5;color:#242424;background-color:#fff;border:1px solid #242424;z-index:9;white-space:normal;display:none}section.load-money-section .content-area .load-money-form form .card-list .btn-new-card{border:.01rem solid #1684F2;border-radius:.1rem;color:#1684f2;width:100%}section.load-money-section .content-area .load-money-form form .card-list .btn-new-card span{font-weight:700}section.load-money-section .content-area .load-money-form form .aggrement{display:flex;align-items:center}section.load-money-section .content-area .load-money-form form .aggrement.save-card{align-items:flex-start}section.load-money-section .content-area .load-money-form form .aggrement .aggrement-text{display:flex;cursor:pointer}section.load-money-section .content-area .load-money-form form .aggrement .aggrement-text .term{text-decoration:underline}section.load-money-section .content-area .load-money-form form .aggrement .checkbox{width:auto}section.load-money-section .content-area .load-money-form form .aggrement .checkbox.checkbox-disabled label{cursor:not-allowed}section.load-money-section .content-area .load-money-form form .aggrement .checkbox.checkbox-disabled.filled:after{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20rx='4'%20fill='%23AAAAAA'/%3e%3cpath%20d='M9.49997%2014.7325L6.20697%2011.4395L4.79297%2012.8535L9.49997%2017.5605L19.207%207.85345L17.793%206.43945L9.49997%2014.7325Z'%20fill='white'/%3e%3c/svg%3e")}section.load-money-section .content-area .load-money-form form .aggrement .checkbox.filled{position:relative}section.load-money-section .content-area .load-money-form form .aggrement .checkbox.filled:after{content:"";position:absolute;pointer-events:none;left:0rem;top:0rem;right:0;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20rx='4'%20fill='%23003DA5'/%3e%3cpath%20d='M9.49997%2014.7325L6.20697%2011.4395L4.79297%2012.8535L9.49997%2017.5605L19.207%207.85345L17.793%206.43945L9.49997%2014.7325Z'%20fill='white'/%3e%3c/svg%3e");display:block;background-position:center;background-repeat:no-repeat;background-size:contain;width:.24rem;height:.24rem}section.load-money-section .content-area .load-money-form form .aggrement .checkbox.filled input[type=checkbox]{border:none}section.load-money-section .content-area .payment{width:3.37rem;display:flex}@media screen and (max-width:900px){section.load-money-section .content-area .payment{width:100%}}section.load-money-section .content-area .payment .profile-points .content{padding:.2rem}section.load-money-section .content-area .payment .profile-points .content .btn-default{margin-top:.24rem}.popup-wrapper .popup-container.three-d{max-width:12.2rem;width:100%!important;height:90%!important}.popup-wrapper .popup-container.three-d .popup-content{padding:0}.popup-wrapper .popup-container.three-d .popup-content iframe.three-d-iframe{width:100%;height:100%}.popup-wrapper .popup-container.agreements-popup{max-width:5.6rem}.popup-wrapper .popup-container.payment-status .popup-content{display:flex;flex-direction:column;gap:.2rem;align-items:center}.popup-wrapper .popup-container.payment-status .popup-content .payment-status-image-container{width:100%;display:flex;flex-direction:column;align-items:center}.popup-wrapper .popup-container.payment-status .popup-content .payment-status-image-container .success-image{width:100%}.popup-wrapper .popup-container.payment-status .popup-content .payment-status-image-container .fail-image{width:35%}.popup-wrapper .popup-container.phone-status .popup-content{display:flex;flex-direction:column;gap:.2rem;align-items:center}.popup-wrapper .popup-container.phone-status .popup-content .phone-status-image-container{width:100%;display:flex;flex-direction:column;align-items:center}.popup-wrapper .popup-container.phone-status .popup-content .phone-status-image-container .success-image{width:100%}.popup-wrapper .popup-container.phone-status .popup-content .phone-status-image-container .fail-image{width:35%}.payment-summary{width:100%;background-image:url(/assets/points-bg-CwgAtxzR.png);background-position:center;background-size:100% 100%;background-repeat:no-repeat}.payment-summary .content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.3rem;gap:.12rem}.payment-summary .content .info-text-container{display:flex;flex-direction:column;align-items:center;gap:.08rem}.payment-summary .content .info-text-container .comissions-container{display:flex;flex-direction:column;align-items:center}.payment-summary .content .info-text-container .points-to-get-container{display:flex;flex-direction:column;gap:.04rem;align-items:center}section.cards{padding:.2rem 0;display:flex;align-items:stretch}@media screen and (max-width:900px){section.cards .container{background-color:#fbfdff;margin:0 .16rem;padding:.15rem .1rem}section.cards .container .column-container .center{min-height:calc(100vh - 2.28rem)}}section.cards .container .title{margin-bottom:.2rem}@media screen and (max-width:900px){section.cards .container .title{margin-bottom:.1rem}}section.cards .container .no-card-text{margin-top:.24rem;display:flex;justify-content:center;align-items:center}@media screen and (max-width:900px){section.cards .container .card-list-desktop{display:none}}@media screen and (min-width:901px){section.cards .container .card-list-desktop{display:flex;flex-direction:column;gap:.12rem;margin-bottom:.24rem}}section.cards .container .card-list-desktop .no-items{width:100%;text-align:center;padding:.8rem 0}section.cards .container .card-list-desktop .card-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom:.01rem solid #D7D7D7;padding:.16rem 0;gap:.12rem}section.cards .container .card-list-desktop .card-item div,section.cards .container .card-list-desktop .card-item span{flex:1}section.cards .container .card-list-desktop .card-item .card-bank-logo{padding:.12rem .16rem;border:.01rem solid #DFDFDF;border-radius:.04rem;flex:none}section.cards .container .card-list-desktop .card-item .card-bank-logo img{width:.8rem;height:.14rem}section.cards .container .card-list-desktop .card-item .card-brand-logo{width:.24rem;height:.15rem;margin-left:.12rem}section.cards .container .card-list-desktop .card-item .edit-button{flex:none;display:flex;flex-direction:row;align-items:center;gap:.04rem;cursor:pointer}section.cards .container .card-list-desktop .card-item .edit-button svg{width:.12rem;height:.12rem}@media screen and (min-width:901px){section.cards .container .card-list-mobile{display:none}}@media screen and (max-width:900px){section.cards .container .card-list-mobile{display:flex;flex-direction:column;gap:.12rem;margin-bottom:.24rem}}section.cards .container .card-list-mobile .no-items{width:100%;text-align:center;padding:.8rem 0}section.cards .container .card-list-mobile .card-item{display:flex;flex-direction:column;border-bottom:.01rem solid #D7D7D7;padding:.16rem 0;gap:.12rem}section.cards .container .card-list-mobile .card-item div,section.cards .container .card-list-mobile .card-item span{flex:1}section.cards .container .card-list-mobile .card-item .card-item-header{display:flex;flex-direction:row;align-items:center;gap:.1rem}section.cards .container .card-list-mobile .card-item .card-item-header .card-bank-logo{padding:.12rem .16rem;border:.01rem solid #DFDFDF;border-radius:.04rem;flex:none}section.cards .container .card-list-mobile .card-item .card-item-header .card-bank-logo img{width:.6rem;height:.1rem}section.cards .container .card-list-mobile .card-item .card-item-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center}section.cards .container .card-list-mobile .card-item .card-item-footer .card-brand-logo{width:.24rem;height:.15rem;margin-left:.12rem}section.cards .container .card-list-mobile .card-item .card-item-footer .edit-button{flex:none;display:flex;flex-direction:row;align-items:center;gap:.04rem;cursor:pointer}section.cards .container .card-list-mobile .card-item .card-item-footer .edit-button svg{width:.12rem;height:.12rem}section.cards .container .btn-new-card{border:.01rem solid #1684F2;border-radius:.1rem;color:#1684f2;width:100%}section.cards .container .btn-new-card span{font-weight:700}section.cards .new-card-section{z-index:90;position:fixed;width:100%;height:100%;background-color:transparent;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;overflow:hidden}@media screen and (max-width:900px){section.cards .new-card-section{bottom:-100%;left:0}}@media screen and (min-width:901px){section.cards .new-card-section{top:0;right:-100%}}section.cards .new-card-section.opened{background-color:#00000082;overflow:auto}@media screen and (max-width:900px){section.cards .new-card-section.opened{bottom:0}}@media screen and (min-width:901px){section.cards .new-card-section.opened{right:0}}section.cards .new-card-section .new-card-content{z-index:91;position:absolute;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:.36rem .26rem;background-color:#fff;gap:.24rem;overflow:auto;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}@media screen and (max-width:900px){section.cards .new-card-section .new-card-content{width:100%;height:75%;bottom:0;border-top-left-radius:.1rem;border-top-right-radius:.1rem}}@media screen and (min-width:901px){section.cards .new-card-section .new-card-content{width:30%;height:100%;right:0}}section.cards .new-card-section .new-card-content .new-card-header{display:flex;flex-direction:row;justify-content:space-between;width:100%;border-bottom:.01rem solid #DFDFDF;padding-bottom:.16rem}section.cards .new-card-section .new-card-content .new-card-header .close-button{cursor:pointer}section.cards .new-card-section .new-card-content form{align-items:normal;height:100%;gap:.15rem}section.cards .new-card-section .new-card-content form span:not(:first-child){margin-top:.1rem}section.cards .new-card-section .new-card-content form .dropdowns{display:flex;flex-direction:row;gap:.12rem}section.cards .new-card-section .new-card-content form .aggrement{display:flex}section.cards .new-card-section .new-card-content form .aggrement .aggrement-text{display:flex;cursor:pointer}section.cards .new-card-section .new-card-content form .aggrement .aggrement-text .term{text-decoration:underline}section.cards .new-card-section .new-card-content form .aggrement .checkbox{width:auto}section.cards .new-card-section .new-card-content form .aggrement .checkbox.filled{position:relative}section.cards .new-card-section .new-card-content form .aggrement .checkbox.filled:after{content:"";position:absolute;pointer-events:none;left:0rem;top:0rem;right:0;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20rx='4'%20fill='%23003DA5'/%3e%3cpath%20d='M9.49997%2014.7325L6.20697%2011.4395L4.79297%2012.8535L9.49997%2017.5605L19.207%207.85345L17.793%206.43945L9.49997%2014.7325Z'%20fill='white'/%3e%3c/svg%3e");display:block;background-position:center;background-repeat:no-repeat;background-size:contain;width:.24rem;height:.24rem}section.cards .new-card-section .new-card-content form .aggrement .checkbox.filled input[type=checkbox]{border:none}section.cards .new-card-section .new-card-content form .form-buttons{margin-top:auto;display:flex;flex-direction:column}section.cards .new-card-section .new-card-content form .form-buttons .btn-cancel{color:#908e8e}section.cards .new-card-section .new-card-content form .form-buttons .btn-cancel span{font-weight:600}.popup-wrapper .popup-container.agreements-popup .popup-content{display:flex;flex-direction:column;gap:.16rem}.popup-wrapper .popup-container.agreements-popup .popup-content .agreement-title-container{text-align:center;border-bottom:1px solid #dfdfdf;padding-bottom:.06rem}.popup-wrapper .popup-container.status .popup-content{display:flex;flex-direction:column;gap:.2rem;align-items:center}.popup-wrapper .popup-container.status .popup-content .status-image-container{width:100%;display:flex;flex-direction:column;align-items:center}.popup-wrapper .popup-container.status .popup-content .status-image-container .success-image{width:100%}.popup-wrapper .popup-container.status .popup-content .status-image-container .fail-image{width:35%}.popup-wrapper .popup-container.delete-card .popup-content{display:flex;flex-direction:column;gap:.24rem;align-items:center;padding:.16rem}.popup-wrapper .popup-container.delete-card .popup-content .popup-close{top:.18rem;right:.18rem}.popup-wrapper .popup-container.delete-card .popup-content .status-image-container{width:100%;display:flex;flex-direction:column;align-items:center}.popup-wrapper .popup-container.delete-card .popup-content .status-image-container .success-image{width:100%}.popup-wrapper .popup-container.delete-card .popup-content .status-image-container .fail-image{width:35%}.popup-wrapper .popup-container.delete-card .popup-content .text-container{display:flex;flex-direction:column;align-items:center;gap:.04rem}.popup-wrapper .popup-container.delete-card .popup-content .button-container{display:flex;flex-direction:column;gap:.08rem;width:100%;padding:0 .24rem}.popup-wrapper .popup-container.delete-card .popup-content .button-container .btn-cancel{color:#908e8e;padding:0}.popup-wrapper .popup-container.delete-card .popup-content .button-container .btn-cancel span{font-weight:600}.popup-wrapper .popup-container.phone-card .popup-content{display:flex;flex-direction:column;gap:.24rem;align-items:center;padding:.16rem}.popup-wrapper .popup-container.phone-card .popup-content .popup-close{top:.18rem;right:.18rem}.popup-wrapper .popup-container.phone-card .popup-content .text-container{display:flex;flex-direction:column;align-items:center;gap:.04rem}.popup-wrapper .popup-container.phone-card .popup-content .otp-container .actions{display:flex;justify-content:space-between}.popup-wrapper .popup-container.phone-card .popup-content .otp-container .actions .retry{cursor:pointer}.popup-wrapper .popup-container.phone-card .popup-content .otp-container .actions .retry.disabled{opacity:.5;cursor:default}.popup-wrapper .popup-container.phone-card .popup-content .button-container{display:flex;flex-direction:column;gap:.08rem;width:100%;padding:0 .24rem}.popup-wrapper .popup-container.phone-card .popup-content .button-container .btn-cancel{color:#908e8e;padding:0}.popup-wrapper .popup-container.phone-card .popup-content .button-container .btn-cancel span{font-weight:600}@font-face{font-family:Nunito;src:url(/assets/subset-Nunito-Black-DA4RfA1_.eot);src:url(/assets/subset-Nunito-Black-DA4RfA1_.eot?#iefix) format("embedded-opentype"),url(/assets/subset-Nunito-Black-fU-CsDFo.woff2) format("woff2"),url(/assets/subset-Nunito-Black-Dj9hT96E.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/subset-Nunito-Medium-BV01bD7Y.eot);src:url(/assets/subset-Nunito-Medium-BV01bD7Y.eot?#iefix) format("embedded-opentype"),url(/assets/subset-Nunito-Medium-CFCaoioX.woff2) format("woff2"),url(/assets/subset-Nunito-Medium-BWkPjCDh.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/subset-Nunito-SemiBold-CdOwd00j.eot);src:url(/assets/subset-Nunito-SemiBold-CdOwd00j.eot?#iefix) format("embedded-opentype"),url(/assets/subset-Nunito-SemiBold-CmOG-1kw.woff2) format("woff2"),url(/assets/subset-Nunito-SemiBold-D0QdXa8e.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/subset-Nunito-ExtraLight-BaDoIrNM.eot);src:url(/assets/subset-Nunito-ExtraLight-BaDoIrNM.eot?#iefix) format("embedded-opentype"),url(/assets/subset-Nunito-ExtraLight-XhpG6_OX.woff2) format("woff2"),url(/assets/subset-Nunito-ExtraLight-DJdRxHpm.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/subset-Nunito-Regular-CVxZ3yyD.eot);src:url(/assets/subset-Nunito-Regular-CVxZ3yyD.eot?#iefix) format("embedded-opentype"),url(/assets/subset-Nunito-Regular-CkwMzh1g.woff2) format("woff2"),url(/assets/subset-Nunito-Regular-DCgR1Aok.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/subset-Nunito-Light-BLsjHHxM.eot);src:url(/assets/subset-Nunito-Light-BLsjHHxM.eot?#iefix) format("embedded-opentype"),url(/assets/subset-Nunito-Light-DsZvVdhQ.woff2) format("woff2"),url(/assets/subset-Nunito-Light-CO6E320Z.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/subset-Nunito-Bold-ghGiA4Tn.eot);src:url(/assets/subset-Nunito-Bold-ghGiA4Tn.eot?#iefix) format("embedded-opentype"),url(/assets/subset-Nunito-Bold-DS-wCKGm.woff2) format("woff2"),url(/assets/subset-Nunito-Bold-EaERf6ZN.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/subset-Nunito-ExtraBold-C_lw9i1F.eot);src:url(/assets/subset-Nunito-ExtraBold-C_lw9i1F.eot?#iefix) format("embedded-opentype"),url(/assets/subset-Nunito-ExtraBold-WLqDFZ2Z.woff2) format("woff2"),url(/assets/subset-Nunito-ExtraBold-DsJQ2CbQ.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@media screen and (max-width:900px){.desktop-only{display:none!important}}@media screen and (min-width:901px){.mobile-only{display:none!important}}html{font-family:Nunito!important;font-size:100px}@media screen and (max-width:900px){html{font-size:26.66666vw}}body{font-size:0!important;background-color:#f2f8ff}body.no-scroll{overflow:hidden}.Toastify__toast{margin-bottom:.12rem!important;font-size:.16rem;overflow:hidden}section{background-color:#f2f8ff}section>.container,header>.container,footer>.container{position:relative;width:14.4rem;max-width:100%;padding-left:.24rem;padding-right:.24rem;margin-left:auto;margin-right:auto}@media screen and (max-width:900px){section>.container,header>.container,footer>.container{padding-left:.16rem;padding-right:.16rem}}.container-only-left{position:relative;padding-left:calc((100% - 14.4rem)/2 + .24rem)}@media screen and (max-width:900px){.container-only-left{padding-left:.16rem;padding-right:.16rem}}@media screen and (max-width:900px){.popup-wrapper{padding-left:.16rem;padding-right:.16rem}}.popup-container{max-width:3.5rem;width:100%!important;height:auto!important;border-radius:.08rem;overflow:auto;word-break:break-word;position:relative;text-align:left}.popup-container::-webkit-scrollbar{width:.06rem}.popup-container::-webkit-scrollbar-track{background:#f2f8ff;margin:.16rem}.popup-container::-webkit-scrollbar-thumb{background:#b3b3b3;border-radius:.12rem;width:.1rem}.popup-container.password-popup{height:4.18rem!important}.popup-container.code{background-color:transparent;text-align:center;height:auto!important}.popup-container.code .popup-content{min-height:4rem;background-size:cover;background-position:center;background-repeat:no-repeat;padding:.24rem}.popup-container.code .popup-content .brand{height:.72rem}.popup-container.code .popup-content .title,.popup-container.code .popup-content .big-code{margin-top:.12rem}.popup-container.code .popup-content .big-code svg{width:1.5rem;height:1.2rem}.popup-container.code .popup-content .number{margin-top:.24rem;position:relative;display:flex;align-items:center;gap:.1rem;justify-content:center}.popup-container.code .popup-content .number .copy-code{cursor:pointer}.popup-container.code .popup-content .number .copy-code .number-icon{height:.185rem}.popup-container.code .popup-content .number .tooltip{opacity:0;visibility:hidden;background-color:#dbf2ff;padding:.05rem;border-radius:.04rem;position:absolute;bottom:120%;transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}.popup-container.code .popup-content .number .tooltip.copied{opacity:1;visibility:visible}.popup-container.code .popup-content .extra-data{margin-top:.12rem}.popup-container.code .popup-content .small-code{position:absolute;bottom:.08rem;left:0;right:0;margin-left:auto;margin-right:auto;cursor:pointer}.popup-container.code .popup-content .small-code svg{width:1rem;height:.5rem}.popup-container.code .popup-content .change-type{position:absolute;bottom:.2rem;right:.32rem;cursor:pointer}.popup-container.code .popup-content .change-type img{width:.24rem}.popup-container .title.underline{border-bottom:1px solid #dfdfdf;padding-bottom:.04rem;margin-bottom:.3rem!important}.popup-container .dropdown{font-size:.16rem;text-align:left}.popup-container .dropdown .select__control{cursor:pointer;height:.55rem}.popup-container .dropdown .select__control .select__value-container,.popup-container .dropdown .select__control .select__indicators{height:100%}.popup-container .close{cursor:pointer}.popup-container .popup-content{height:100%;padding:.4rem}.popup-container .popup-content .title{margin-bottom:.12rem}.popup-container .popup-content.popup-content-generic .text{display:flex;align-items:center;justify-content:center}.popup-container .popup-content.popup-content-generic .buttons-container{margin-top:.24rem;display:flex;gap:.12rem;align-items:center;justify-content:center}.popup-container .popup-content .popup-close{cursor:pointer;position:absolute;right:.1rem;top:.1rem}form.general{display:flex;flex-direction:column;align-items:center;gap:.2rem;width:100%}form.general .form-item{display:flex;flex-direction:column;width:100%;gap:.16rem}form.general .form-item.error input[type=checkbox]+label{color:#dc3545!important}form.general .form-item.error input[type=checkbox]+label:before{border-color:#dc3545!important}form.general .form-item.error input[type=text],form.general .form-item.error input[type=email],form.general .form-item.error input[type=password],form.general .form-item.error textarea,form.general .form-item.error .select__control{border:1px solid #dc3545!important}form.general .form-item.error label{color:#dc3545}form.general .form-item.error .error-message{font-size:.12rem;font-weight:600;color:#dc3545;padding-top:.08rem}form.general .form-item label{font-size:.16rem;font-weight:500;line-height:1.2em;color:#919eab}@media screen and (max-width:900px){form.general .form-item label{font-size:.14rem}}form.general .form-item ::placeholder{color:#919eab;opacity:1;font-family:Nunito}form.general .form-item input,form.general .form-item textarea{border:1px solid #40baff;border-radius:.08rem;background:#f2f8ff;outline:none;display:flex;width:100%;padding:0 .2rem;align-items:center;color:#232323;font-size:.14rem;font-family:Nunito}form.general .form-item input::placeholder,form.general .form-item textarea::placeholder{color:#919eab}form.general .form-item input:disabled,form.general .form-item textarea:disabled{background-color:#f7f7f7}form.general .form-item input[type=text],form.general .form-item input[type=password],form.general .form-item input[type=email]{height:.44rem}form.general .form-item textarea{width:100%;height:.8rem;padding:.14rem;resize:none}form.general .form-item textarea::-webkit-scrollbar{width:.06rem}form.general .form-item textarea::-webkit-scrollbar-track{background:#f2f8ff;border-radius:.12rem}form.general .form-item textarea::-webkit-scrollbar-thumb{background:#b3b3b3;border-radius:.12rem;width:.09rem}form.general .form-item input[type=checkbox]{appearance:none;position:absolute;width:0;height:0;opacity:0;cursor:pointer}form.general .form-item input[type=checkbox]+label{display:flex;align-items:center;font-size:.14rem;color:#232323;cursor:pointer}form.general .form-item input[type=checkbox]+label:before{content:"";width:.24rem;height:.24rem;margin-right:.06rem;border-radius:.06rem;border:1px solid #5055f4;box-sizing:border-box;flex-shrink:0}@media screen and (max-width:900px){form.general .form-item input[type=checkbox]+label:before{width:.2rem;height:.2rem}}form.general .form-item input[type=checkbox]:checked+label:before{background-size:.13rem;background-position:center;background-repeat:no-repeat}form.general .form-item .select__menu{margin:0;border-radius:.08rem}form.general .form-item .select__control--is-focused{border-color:#626262;box-shadow:none}form.general .form-item .select__indicator-separator{display:none}form.general .form-item .select__control--is-disabled{background-color:#f7f7f7!important}form.general .form-item .select__control--is-disabled .select__single-value{font-size:.14rem;color:#232323;font-weight:400}@media screen and (max-width:900px){form.general .form-item .select__control--is-disabled .select__single-value{font-size:.14rem}}form.general .form-item .select__value-container{padding:.02rem .16rem}@media screen and (max-width:900px){form.general .form-item .select__value-container{padding:.02rem 0 .02rem .1rem}}form.general .form-item .select__control{height:.44rem;border-radius:.08rem;border:1px solid #40baff;background:#f2f8ff;cursor:pointer}form.general .form-item .select__single-value{font-size:.14rem;font-weight:500;color:#232323}form.general .form-item .select__input{height:auto!important}form.general .form-item .select__option{display:flex;align-items:center;min-height:.4rem;font-size:.14rem;font-weight:400;color:#abb1b7;margin-top:.08rem;cursor:pointer}form.general .form-item .select__option:last-of-type{margin-bottom:.08rem}form.general .form-item .select__option--is-selected{background-color:#f2f8ff;color:#333}form.general .form-item .select__option--is-focused{background-color:#f2f8ff!important}form.general .form-item .select__placeholder{font-size:.14rem;font-weight:400;color:#919eab}form.general .form-item .split-container{display:flex;gap:.08rem}form.general .form-item .split-container input{flex:1;text-align:center;padding:0;text-indent:0}form.general .radio-item{display:inline-flex;align-items:center;position:relative}form.general .radio-item input{opacity:0;position:absolute;z-index:-1}form.general .radio-item input+label{font-weight:500;font-size:.16rem;line-height:1.2em;color:#919eab;display:inline-flex;align-items:center;padding-left:.26rem;position:relative;cursor:pointer}@media screen and (max-width:900px){form.general .radio-item input+label{font-size:.14rem}}form.general .radio-item input+label:before{content:"";position:absolute;left:0;width:.2rem;height:.2rem;background-position:center;background-repeat:no-repeat;background-size:90%}form.general .switch{position:relative;display:inline-block;width:.44rem;height:.26rem;flex-shrink:0}form.general .switch input{opacity:0;width:0;height:0}form.general .switch input:checked+.button{background-color:#40baff}form.general .switch input:checked+.button:before{left:-.06rem;bottom:.03rem;-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}form.general .switch input:focus+.button{box-shadow:0 0 1px #40baff}form.general .switch .button{position:absolute;cursor:pointer;inset:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border-radius:.08rem}form.general .switch .button:before{position:absolute;content:"";height:.2rem;width:.2rem;left:.04rem;bottom:.03rem;background-color:#fff;transition:.4s;border-radius:.08rem}.tooltip-container{display:flex;gap:.02rem;align-items:center;justify-content:flex-start;position:relative;background-color:#fff;margin-top:.01rem}@media screen and (max-width:1441px){.tooltip-container{gap:.01rem}}.tooltip-container .tooltip{position:relative;display:block}.tooltip-container .tooltip img{filter:grayscale(1);opacity:.6;width:.24rem;height:.24rem}.tooltip-container .tooltip:hover .tooltip-text{visibility:visible;opacity:1}.tooltip-container .tooltip:hover img{filter:grayscale(0);opacity:1}.tooltip-container .tooltip .tooltip-text{visibility:hidden;opacity:0;background-color:#d9ebfe;color:#252525;text-align:center;border-radius:.04rem;padding:.05rem;position:absolute;z-index:1;bottom:-120%;left:50%;transform:translate(-50%);font-size:.12rem}.tooltip-container .tooltip .tooltip-text:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-.05rem;border-width:.05rem;border-style:solid;border-color:transparent transparent #dbf2ff transparent}.favorite{display:flex;align-items:center;justify-content:center;width:.3rem;height:.3rem;border-radius:.3rem;background-color:#fff;filter:drop-shadow(0px 0px 4px rgba(197,197,197,.25));box-shadow:0 17.392px 52.177px #0000001a}.favorite .active-fav{animation:leaves .5s ease-in-out alternate;-webkit-animation:leaves .5s ease-in-out alternate}@keyframes leaves{0%{transform:scale(1);-webkit-transform:scale(1)}25%{transform:scale(1.2);-webkit-transform:scale(1.2)}50%{transform:scale(1.3);-webkit-transform:scale(1.3)}75%{transform:scale(1.2);-webkit-transform:scale(1.2)}to{transform:scale(1);-webkit-transform:scale(1)}}.shape-top-right{content:"";width:1.2rem;height:1.6rem;position:absolute;top:0;right:0;background-image:url("data:image/svg+xml,%3csvg%20width='119'%20height='160'%20viewBox='0%200%20119%20160'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M66.2437%20-41.3059L5.67801%2054.0908C-2.98036%2067.7285%20-0.154797%2085.789%2011.9888%2094.4279C12.8002%2095.0052%2013.6326%2095.5227%2014.4825%2095.9886L97.0267%20154.71C109.17%20163.349%20126.035%20159.297%20134.694%20145.659C143.352%20132.021%20140.526%20113.961%20128.383%20105.322L65.4269%2060.535L110.221%20-10.0203C118.88%20-23.6581%20116.054%20-41.7185%20103.91%20-50.3575C91.7669%20-58.9964%2074.902%20-54.9436%2066.2437%20-41.3059Z'%20fill='%2329D9E2'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:cover}@media screen and (max-width:900px){.shape-top-right{display:none}}.shape-bottom-right{content:"";width:1.9rem;height:1.3rem;position:absolute;bottom:0;right:0;background-image:url("data:image/svg+xml,%3csvg%20width='191'%20height='133'%20viewBox='0%200%20191%20133'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M217.656%20155.137L149.701%2014.2125C143.519%201.39243%20129.109%20-3.57379%20117.515%203.12008C105.92%209.81394%20101.533%2025.633%20107.715%2038.453L144.345%20114.416L35.6137%2063.8339C28.8111%2059.6759%2020.3442%2059.2214%2012.9929%2063.4657C1.81506%2069.9192%20-2.63445%2084.8441%202.59517%2097.3979C2.61307%2097.435%202.63455%2097.4795%202.65245%2097.5166C2.83276%2097.944%202.98936%2098.3755%203.1934%2098.7986L71.1485%20239.723C77.3304%20252.543%2091.7407%20257.509%20103.335%20250.815C114.929%20244.121%20119.316%20228.302%20113.134%20215.482L76.5043%20139.519L185.236%20190.101C192.035%20194.252%20200.505%20194.714%20207.856%20190.47C219.034%20184.016%20223.484%20169.091%20218.254%20156.537C218.233%20156.493%20218.215%20156.456%20218.193%20156.411C218.013%20155.984%20217.85%20155.556%20217.646%20155.133L217.656%20155.137Z'%20fill='%235055F4'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:cover}@media screen and (max-width:900px){.shape-bottom-right{display:none}}.shape-bottom-left{content:"";width:1rem;height:2rem;position:absolute;bottom:0;left:0;background-image:url("data:image/svg+xml,%3csvg%20width='101'%20height='201'%20viewBox='0%200%20101%20201'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M-27.4126%202.61594C-42.5754%205.33223%20-52.6399%2021.0754%20-49.9363%2037.5991L-49.8372%2037.867C-46.9615%2054.4727%20-32.344%2065.6288%20-17.1081%2062.7265C-16.6909%2062.7044%20-16.4457%2062.6003%20-16.0285%2062.5782C-12.6173%2062.2153%20-9.1801%2062.3063%20-5.79001%2063.0374C11.8229%2066.5666%2028.3483%2083.2684%2034.0605%20104.095C41.7065%20130.922%2033.3763%20159.415%2013.7309%20173.025C9.78724%20175.784%205.37434%20177.657%200.909437%20178.622C-14.4255%20181.257%20-24.5889%20196.732%20-22.1305%20213.36C-22.1305%20213.36%20-22.2036%20213.546%20-22.0315%20213.628C-19.3279%20230.151%20-5.0286%20241.598%2010.3063%20238.963C23.4087%20236.812%2035.4477%20232.166%2046.5222%20225.295C47.6489%20224.506%2048.7757%20223.718%2049.7304%20222.848C92.5005%20193.531%20111.028%20136.993%2095.3706%2084.2697C83.5598%2044.64%2050.2689%2012.8886%2012.7537%203.85677C10.5164%202.79137%208.13293%202.09803%205.60335%201.77673C-4.85918%200.327603%20-16.1513%200.47075%20-27.4126%202.61594Z'%20fill='%231684F2'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:cover}@media screen and (max-width:900px){.shape-bottom-left{display:none}}.mobile-app-banner{position:fixed;bottom:0;left:0;width:100vw;z-index:9999;padding:.32rem .16rem .16rem;background-image:url(/assets/mobile-app-banner-background-BfmzWQu6.svg);background-repeat:no-repeat;background-size:cover}.mobile-app-banner .close{position:absolute;top:.1rem;right:.1rem;cursor:pointer}.mobile-app-banner .close img{width:.24rem;height:.24rem}.mobile-app-banner .mobile-app-banner-content{display:flex;flex-direction:row;gap:.2rem}.mobile-app-banner .mobile-app-banner-content img{width:.6rem;height:.6rem;background-color:#fff;border-radius:.15rem}.mobile-app-banner .mobile-app-banner-button{display:flex;align-items:center;justify-content:center;width:100%;height:.44rem;background-color:#62cad4;border-radius:.08rem;margin-top:.2rem}.mobile-app-banner .mobile-app-banner-button span{font-size:.16rem;font-weight:500}@media screen and (max-width:900px){.mobile-app-banner .mobile-app-banner-button{font-size:.14rem}}.loading{width:100%;height:100%;left:0;top:0;position:fixed;z-index:9999;background:#000000bf}.loading .load{width:150px;animation:loading 3s linear infinite;position:absolute;left:50%;top:50%;margin-left:-75px;margin-top:-75px}.loading .load .loading-inner{stroke-dashoffset:0;stroke-dasharray:300;stroke-width:10;stroke-miterlimit:10;stroke-linecap:round;animation:loading-circle 2s linear infinite;stroke:#1a1a1a;fill:transparent}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loading-circle{0%{stroke-dashoffset:0}to{stroke-dashoffset:-600}}html{font-size:100px;font-weight:400;font-family:Arial,sans-serif;font-variant-ligatures:none;-webkit-font-variant-ligatures:none;-webkit-font-smoothing:antialiased}html.lock{position:fixed;width:100%;height:100%;overflow:hidden}body{position:relative;min-height:100vh;font-size:0;background-color:#fff}*{padding:0;margin:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;appearance:none!important;-webkit-appearance:none!important;-webkit-font-smoothing:antialiased}*:focus{outline:none!important}a{text-decoration:none}b,strong{font-weight:700}.font *{font-family:inherit!important;font-size:inherit!important;line-height:inherit!important}.font img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important}.tabs{font-size:12px}.tabs .tab-menu .tab-menu-item{color:inherit;cursor:pointer}.accordion .accordion-item:not(.active) .accordion-body{display:none}.accordion .accordion-item .accordion-header{cursor:pointer}.popup-wrapper{position:fixed;width:100%;height:100%;top:0;left:0;padding-top:.5rem;padding-bottom:.5rem;text-align:center;background-color:#00000080;overflow:auto;z-index:100}.popup-wrapper:before{content:"";display:inline-block;vertical-align:middle;width:0;height:100%}.popup-wrapper.closed{width:0;height:0;pointer-events:none;overflow:hidden;z-index:-1;background-color:#0000;transition:.2s background-color .3s ease,0s width .5s ease,0s height .5s ease,0s overflow .5s ease,0s z-index .5s ease;-webkit-transition:.2s background-color .3s ease,0s width .5s ease,0s height .5s ease,0s overflow .5s ease,0s z-index .5s ease;-ms-transition:.2s background-color .3s ease,0s width .5s ease,0s height .5s ease,0s overflow .5s ease,0s z-index .5s ease;-moz-transition:.2s background-color .3s ease,0s width .5s ease,0s height .5s ease,0s overflow .5s ease,0s z-index .5s ease;-o-transition:.2s background-color .3s ease,0s width .5s ease,0s height .5s ease,0s overflow .5s ease,0s z-index .5s ease}.popup-wrapper.closed .popup-container{transform:scale(0);-webkit-transform:scale(0);-ms-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transition:.3s all ease;-webkit-transition:.3s all ease;-ms-transition:.3s all ease;-moz-transition:.3s all ease;-o-transition:.3s all ease}.popup-wrapper.opened{width:100%;height:100%;pointer-events:initial;overflow:auto;background-color:#00000080;transition:.2s background-color ease;-webkit-transition:.2s background-color ease;-ms-transition:.2s background-color ease;-moz-transition:.2s background-color ease;-o-transition:.2s background-color ease}.popup-wrapper.opened .popup-container{transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transition:.3s all ease;-webkit-transition:.3s all ease;-ms-transition:.3s all ease;-moz-transition:.3s all ease;-o-transition:.3s all ease}.popup-wrapper .popup-container{display:inline-block;vertical-align:middle;width:200px;height:200px;background-color:#fff}
