:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loader-overlay{0%{opacity:0}to{opacity:.8}}@keyframes spinner-emergence{0%{opacity:0}to{opacity:1}}@keyframes spinner-rotate{to{transform:rotate(1turn)}}.custom-loader-spinner{position:relative;overflow:hidden}.custom-loader-spinner-fixed{height:100vh;position:fixed;top:0;bottom:0;left:0;right:0;z-index:99999;overflow:hidden}.custom-loader-spinner-fixed:before,.custom-loader-spinner:before{content:"";background:#fff;position:absolute;top:0;bottom:0;left:0;right:0;opacity:.8;animation:loader-overlay .3s ease-in-out;z-index:9999}.custom-loader-spinner:before{background:inherit}.custom-loader-spinner-fixed:after,.custom-loader-spinner:after{content:"";width:32px;height:32px;border:2px solid #8ad4ff;border-right-color:transparent;border-radius:50%;position:absolute;top:50%;left:50%;margin:-16px 0 0 -16px;opacity:1;animation:spinner-rotate .73s linear infinite,spinner-emergence .3s ease-in-out;z-index:9999}*,:after,:before{box-sizing:border-box}ol[class],ul[class]{padding:0}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,h5,h6,li,ol[class],p,ul[class]{margin:0}body{min-height:100vh;scroll-behavior:smooth;line-height:1}ol[class],ul[class]{list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}article>*+*{margin-top:1em}button,input,select,textarea{font:inherit}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}input[type=number],input[type=number]:focus,input[type=number]:hover{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}._container{max-width:1120px}._container,_container2{height:100%;margin:0 auto;position:relative}.Toastify__toast{box-shadow:#000;padding:0!important;min-width:557px;background:#f6fbfa!important;min-height:52px}.Toastify__toast-container{display:flex!important;justify-content:center!important}.Toastify__toast--error,.Toastify__toast--success{border:2px solid #e7e7e7;box-shadow:2px 4px 9px 0 rgba(0,0,0,.05)}.Toastify__toast-body{width:calc(100% - 24px);padding:0!important}.Toastify__close-button{display:none}.grecaptcha-badge{width:70px!important;overflow:hidden!important;transition:all .3s ease!important;left:4px!important;bottom:14px!important}.grecaptcha-badge:hover{width:256px!important}.swiper-slide{width:auto!important}.Toastify__toast.Toastify__toast--v2{box-shadow:none;padding:0!important;min-width:410px;border:1px solid #25b939;border-radius:16px;background:#edffed!important;height:64px}.Toastify__toast.Toastify__toast--v2,.Toastify__toast.Toastify__toast--v2-danger{right:53px!important;top:3px!important}.Toastify__toast.Toastify__toast--v2-danger{box-shadow:none;padding:0!important;min-width:410px;border:1px solid #f30;border-radius:16px;background:#fff0f1!important;height:64px}@media (max-width:768px){.Toastify__toast.Toastify__toast--v2{min-width:335px;right:0!important;top:0!important}.Toastify__toast.Toastify__toast--v2-danger{min-width:335px;right:0!important;top:0!important}.hKQogF,.uw__messenger-layout__frame{bottom:20%!important}}@media (max-width:480px){.Toastify__toast.Toastify__toast--v2,.Toastify__toast.Toastify__toast--v2-danger{margin-top:20px}}@media (max-width:600px){.hKQogF,.uw__messenger-layout__frame{width:95vw!important;left:2.5vw!important;right:2.5vw!important;max-width:400px!important;max-height:70vh!important;height:auto!important;border-radius:16px!important;overflow:hidden!important}.hKQogF:before,.uw__messenger-layout__frame:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:-1}.bDhTbr,.uw__widget-layout__content{max-height:60vh!important;overflow-y:auto!important}}.bDhTbr{height:100%!important}.img>span>svg{width:22px!important;height:22px!important}.select svg{width:20px!important;height:20px!important}.img>span{display:inline-block!important;border-radius:50%!important;overflow:hidden!important;line-height:0!important}.img>span>svg,.select svg,.select>div svg{object-fit:cover!important}.img svg[height],.img svg[width],span[class*=img] svg[height],span[class*=img] svg[width]{width:22px!important;height:22px!important}.select span svg[height],.select span svg[width],.select svg[height],.select svg[width]{width:20px!important;height:20px!important}.selectV2 .img>span>svg,.selectV2 svg[height],.selectV2 svg[width]{width:24px!important;height:24px!important}span[style*=border-radius] svg,span[style*=overflow] svg{width:inherit!important;height:inherit!important;max-width:28px!important;max-height:28px!important}form svg[data-testid*=flag],form svg[viewBox*="640"]{width:22px!important;height:22px!important}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--primary-blue-1:#f0f9ff;--primary-blue-2:#caecff;--primary-blue-3:#8ad4ff;--primary-blue-4:#6ac8ff;--primary-blue-5:#2196f3;--secondary-grey-1:#f6f6f6;--secondary-grey-2:#e4e6e7;--secondary-grey-3:#dcdcdc;--secondary-grey-4:#9c9c9c;--secondary-grey-5:#767676;--secondary-grey-6:#171717;--secondary-grey-7:#000;--text-primary:#171717;--text-secondary:#9c9c9c;--text-disabled:#767676;--text-on-accent:#fff;--text-link:#6ac8ff;--text-success:#25b939;--text-error:#f30;--bg-primary:#fff;--bg-secondary:#f6f6f6;--bg-accent:#edf8ff;--bg-error:#fff0f1;--bg-success:#edffed;--bg-overlay:#1c1c1d;--status-success:#25b939;--status-error:#ff3500;--status-info:#2196f3;--additional-link-medium-font-family:"Josefin Sans";--additional-link-medium-font-size:20px;--additional-link-medium-font-style:normal;--additional-link-medium-font-weight:500;--additional-link-medium-letter-spacing:0px;--additional-link-medium-line-height:125%;--additional-link-regular-font-family:"Josefin Sans";--additional-link-regular-font-size:17px;--additional-link-regular-font-style:normal;--additional-link-regular-font-weight:400;--additional-link-regular-letter-spacing:0px;--additional-link-regular-line-height:125%;--bgaccent:#edf8ff;--bgerror:#fff0f1;--bgoverlay:hsla(0,0%,9%,.7);--bgprimary:#fff;--bgsecondary:#f6f6f6;--bgsuccess:#edffed;--body-p1-semibold-font-family:"Josefin Sans";--body-p1-semibold-font-size:24px;--body-p1-semibold-font-style:normal;--body-p1-semibold-font-weight:600;--body-p1-semibold-letter-spacing:0px;--body-p1-semibold-line-height:114.99999761581421%;--body-p2-medium-font-family:"Josefin Sans";--body-p2-medium-font-size:20px;--body-p2-medium-font-style:normal;--body-p2-medium-font-weight:500;--body-p2-medium-letter-spacing:0px;--body-p2-medium-line-height:120.00000476837158%;--body-p2-regular-font-family:"Josefin Sans",Helvetica;--body-p2-regular-font-size:20px;--body-p2-regular-font-style:normal;--body-p2-regular-font-weight:400;--body-p2-regular-letter-spacing:0px;--body-p2-regular-line-height:120.00000476837158%;--body-p3-regular-font-family:"Josefin Sans",Helvetica;--body-p3-regular-font-size:18px;--body-p3-regular-font-style:normal;--body-p3-regular-font-weight:400;--body-p3-regular-letter-spacing:0px;--body-p3-regular-line-height:135.0000023841858%;--body-p4-regular-font-family:"Josefin Sans",Helvetica;--body-p4-regular-font-size:17px;--body-p4-regular-font-style:normal;--body-p4-regular-font-weight:400;--body-p4-regular-letter-spacing:0px;--body-p4-regular-line-height:125%;--body-p4-semibold-font-family:"Josefin Sans";--body-p4-semibold-font-size:17px;--body-p4-semibold-font-style:normal;--body-p4-semibold-font-weight:600;--body-p4-semibold-letter-spacing:0px;--body-p4-semibold-line-height:125%;--body-p5-regular-font-family:"Josefin Sans";--body-p5-regular-font-size:16px;--body-p5-regular-font-style:normal;--body-p5-regular-font-weight:400;--body-p5-regular-letter-spacing:0px;--body-p5-regular-line-height:120.00000476837158%;--body-p6-regular-font-family:"Josefin Sans";--body-p6-regular-font-size:14px;--body-p6-regular-font-style:normal;--body-p6-regular-font-weight:400;--body-p6-regular-letter-spacing:0px;--body-p6-regular-line-height:125%;--button-on-hover:0px 0px 3px 2px hsla(0,0%,9%,.1);--cards:0px 0px 5px 1px hsla(0,0%,9%,.1);--dropdown:0px 0px 8px 0px rgba(0,102,255,.1);--headings-h1-medium-font-family:"Josefin Sans";--headings-h1-medium-font-size:45px;--headings-h1-medium-font-style:normal;--headings-h1-medium-font-weight:500;--headings-h1-medium-letter-spacing:0px;--headings-h1-medium-line-height:114.99999761581421%;--headings-h2-medium-font-family:"Josefin Sans",Helvetica;--headings-h2-medium-font-size:35px;--headings-h2-medium-font-style:normal;--headings-h2-medium-font-weight:500;--headings-h2-medium-letter-spacing:0px;--headings-h2-medium-line-height:120.00000476837158%;--headings-h3-medium-font-family:"Josefin Sans",Helvetica;--headings-h3-medium-font-size:30px;--headings-h3-medium-font-style:normal;--headings-h3-medium-font-weight:500;--headings-h3-medium-letter-spacing:0px;--headings-h3-medium-line-height:120.00000476837158%;--headings-h4-medium-font-family:"Josefin Sans",Helvetica;--headings-h4-medium-font-size:24px;--headings-h4-medium-font-style:normal;--headings-h4-medium-font-weight:500;--headings-h4-medium-letter-spacing:0px;--headings-h4-medium-line-height:114.99999761581421%;--headings-h5-medium-font-family:"Josefin Sans",Helvetica;--headings-h5-medium-font-size:18px;--headings-h5-medium-font-style:normal;--headings-h5-medium-font-weight:500;--headings-h5-medium-letter-spacing:0px;--headings-h5-medium-line-height:114.99999761581421%;--headings-h6-medium-font-family:"Josefin Sans",Helvetica;--headings-h6-medium-font-size:16px;--headings-h6-medium-font-style:normal;--headings-h6-medium-font-weight:500;--headings-h6-medium-letter-spacing:0px;--headings-h6-medium-line-height:114.99999761581421%;--headings-h7-semibold-font-family:"Josefin Sans",Helvetica;--headings-h7-semibold-font-size:14px;--headings-h7-semibold-font-style:normal;--headings-h7-semibold-font-weight:600;--headings-h7-semibold-letter-spacing:0px;--headings-h7-semibold-line-height:120.00000476837158%;--headings-h8-semibold-font-family:"Josefin Sans",Helvetica;--headings-h8-semibold-font-size:12px;--headings-h8-semibold-font-style:normal;--headings-h8-semibold-font-weight:600;--headings-h8-semibold-letter-spacing:0px;--headings-h8-semibold-line-height:120.00000476837158%;--hints:0px 4px 10px 6px hsla(0,0%,9%,.09);--notification:0px 0px 6px 5px rgba(28,29,29,.09);--primaryblue-1:#f0f9ff;--primaryblue-2:#caecff;--primaryblue-3:#8ad4ff;--primaryblue-4:#6ac8ff;--primaryblue-5:#2196f3;--secondarygrey-1:#f6f6f6;--secondarygrey-2:#e4e6e7;--secondarygrey-3:#dcdcdc;--secondarygrey-4:#9c9c9c;--secondarygrey-5:#767676;--secondarygrey-6:#171717;--secondarygrey-7:#000;--statuseserror:#f30;--statusesinfo:#2196f3;--statusessuccess:#25b939;--textdisable:#767676;--texterror:#f30;--textlink:#2196f3;--texton-accent:#fff;--textprimary:#171717;--textsecondary:#9c9c9c;--textsuccess:#25b939}.landing-button_button__zC0R6{width:280px;height:58px;padding:18px;display:flex;align-items:center;justify-content:space-between;border:none;outline:none;font-size:22px;font-style:normal;font-weight:500;line-height:normal;cursor:pointer}.landing-button_primary__T1rOf{background:#f6fbfa;color:#2e5a7d}.profile-button_button__SyvWR{padding:8px 14px;display:flex;align-items:center;justify-content:center;gap:14px;border:none;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#040d0b;cursor:pointer;transition:background .2s ease-in-out}.profile-button_button__SyvWR:disabled{opacity:.6;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.profile-button_button__SyvWR.profile-button_primary__1gvdZ{background:#8ad4ff}.profile-button_button__SyvWR.profile-button_primary__1gvdZ:hover{background:#9ecce7}.profile-button_button__SyvWR.profile-button_secondary__1nvEz{background:#e7e7e7}.profile-button_button__SyvWR.profile-button_secondary__1nvEz:hover{background:#ccc}.profile-button_button__SyvWR.profile-button_outlined__Jb8d7{background:inherit;border:2px solid #8ad4ff}.profile-button_button__SyvWR.profile-button_outlined__Jb8d7:hover{background:inherit;border:2px solid #9ecce7}.profile-button_button__SyvWR.profile-button_small__YPj_d{width:-moz-fit-content;width:fit-content;height:30px}.profile-button_button__SyvWR.profile-button_medium__w0H1H{min-width:96px;width:-moz-fit-content;width:fit-content;height:38px}.profile-button_button__SyvWR.profile-button_large__jfkNg{width:100%;height:52px;font-size:20px}.profile-button_spinner__mW_2B{animation:profile-button_spin__B23a1 1s linear infinite}.profile-button_count__GzzgS{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;margin-left:6px;padding:0 6px;font-size:12px;line-height:1;border-radius:10px;background-color:#000;color:#fff}@keyframes profile-button_spin__B23a1{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.no-mobile-support_modalOverlay__3XkgU{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(4,13,11,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;z-index:1000}.no-mobile-support_modalContent__nZX6y{background:#fff;padding:20px;width:90%;max-width:500px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);animation:no-mobile-support_fadeIn__ZRO0j .3s ease-in-out}@keyframes no-mobile-support_fadeIn__ZRO0j{0%{opacity:0}to{opacity:1}}.no-mobile-support_modalTitle__5KQln{margin-bottom:16px;font-weight:500;font-size:23px;line-height:120%;font-family:__Josefin_Sans_d152a3;text-align:left}.no-mobile-support_modalMessage__WURAB{text-align:start;margin-bottom:24px;font-size:17px;line-height:120%;color:#898989}.no-mobile-support_buttonGroup__JSW05{display:flex;flex-direction:column;justify-content:space-around;gap:10px}.no-mobile-support_buttonIcon__W8xJG>svg{width:24px;height:24px}@font-face{font-family:__Josefin_Sans_10725e;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/312bdf69facd99ca-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Josefin_Sans_10725e;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/1b30b992a554bafd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Josefin_Sans_10725e;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/accc82dc8525882b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Josefin_Sans_10725e;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/312bdf69facd99ca-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Josefin_Sans_10725e;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1b30b992a554bafd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Josefin_Sans_10725e;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/accc82dc8525882b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Josefin_Sans_10725e;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/312bdf69facd99ca-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Josefin_Sans_10725e;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1b30b992a554bafd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Josefin_Sans_10725e;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/accc82dc8525882b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Josefin_Sans_10725e;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/312bdf69facd99ca-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Josefin_Sans_10725e;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1b30b992a554bafd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Josefin_Sans_10725e;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/accc82dc8525882b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Josefin_Sans_10725e;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/312bdf69facd99ca-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Josefin_Sans_10725e;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1b30b992a554bafd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Josefin_Sans_10725e;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/accc82dc8525882b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Josefin_Sans_Fallback_10725e;src:local("Arial");ascent-override:72.92%;descent-override:24.31%;line-gap-override:0.00%;size-adjust:102.85%}.__className_10725e{font-family:__Josefin_Sans_10725e,__Josefin_Sans_Fallback_10725e;font-style:normal}