: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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 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:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--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}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--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}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-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{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.container{max-width:1920px;padding:0 200px;margin:0 auto}@media only screen and (max-width:1700px){.container{padding:0 100px}}@media only screen and (max-width:1500px){.container{padding:0 80px}}@media only screen and (max-width:1380px){.container{padding:0 50px}}@media only screen and (max-width:1150px){.container{padding:0 25px}}@media only screen and (max-width:700px){.container{padding:0 10px}}.paper{background:#1e1e1e;border-radius:10px}.pageHolder{padding:60px 0}@media only screen and (max-width:1150px){.pageHolder{padding:10px 0}}h1.pageTitle{font-weight:500;font-size:20px;margin-bottom:20px}.productsGrid{padding:20px;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:15px}@media only screen and (max-width:1800px){.productsGrid{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:1400px){.productsGrid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1150px){.productsGrid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:1024px){.productsGrid{grid-template-columns:repeat(2,1fr);padding:0}}.flexCenter{display:flex;align-items:center;justify-content:center}.breadcrumb{max-width:1920px;padding:20px 0;margin:0 auto}@media only screen and (max-width:1700px){.breadcrumb{padding:20px 100px}}@media only screen and (max-width:1500px){.breadcrumb{padding:20px 80px}}@media only screen and (max-width:1380px){.breadcrumb{padding:15px 50px}}@media only screen and (max-width:1150px){.breadcrumb{padding:15px 25px}}@media only screen and (max-width:1024px){.breadcrumb{width:100%;white-space:nowrap;overflow-x:auto;padding:10px}}.breadcrumb a{font-size:13px;color:hsla(0,0%,100%,.6)}.breadcrumb .arrow{margin:0 10px}.breadcrumb span{font-size:13px;color:#fff}*{margin:0;padding:0;box-sizing:border-box;outline:none!important;font-family:Poppins,sans-serif}body{background:#121212;color:#fff}#next,body,html{scroll-behavior:smooth}b,h1,h2,h3,h4,h5,h6{color:#fff;font-weight:500}a,li,p{font-weight:400;font-size:16px;line-height:24px;color:#fff}a{color:#00ffc8;text-decoration:none}li,ol,ul{list-style:none}a,button{cursor:pointer;transition:all .2s ease-in-out}a.btn-primary,button.btn-primary{display:flex;align-items:center;justify-content:center;text-align:center;font-size:16px;line-height:24px;padding:10px 32px;font-weight:600;color:#fff;background:#8565c2;border-radius:10px;border:1px solid transparent}a.btn-primary:hover,button.btn-primary:hover{color:#fff;border-color:#8565c2;background:#1e1e1e}a.btn-primary.light,button.btn-primary.light{background:#8565c2;color:#fff}a.btn-primary.light:hover,button.btn-primary.light:hover{border-color:transparent;background:#6a45af}a.btn-banner,button.btn-banner{display:flex;align-items:center;justify-content:center;text-align:center;font-size:16px;line-height:24px;padding:10px 8px;font-weight:600;background:#00ffc8;border-radius:5px;border:1px solid transparent;color:#000}a.btn-banner:hover,button.btn-banner:hover{background:#8565c2;color:#fff}a:disabled,button:disabled{background:#444!important;color:hsla(0,0%,100%,.6)!important}input,textarea{width:100%;padding:12px 24px;background:#1e1e1e;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);font-weight:500;font-size:14px;line-height:21px;color:#fff;transition:all .2s ease-in-out}input:focus,textarea:focus{border-color:#00ffc8;box-shadow:0 0 0 1px rgba(0,255,200,.3)}textarea{resize:none;border-radius:10px;height:150px}input::placeholder,textarea::placeholder{font-weight:500;font-size:14px;line-height:21px;color:hsla(0,0%,100%,.6)}label{display:block;font-weight:500;font-size:16px;line-height:20px;color:#fff;margin-bottom:15px}@media only screen and (max-width:1024px){label{font-size:14px;margin-bottom:10px}}.errorMsg{font-weight:300;color:#ff4a4a;font-size:14px;margin-top:5px}.badge{font-weight:500;font-size:14px;line-height:20px;text-align:center;color:#fff;padding:3px 10px;border-radius:50px;background:#00ffc8;width:-moz-fit-content;width:fit-content}.badge.primary{background:#8565c2}.checkbox{width:18px;height:18px;background:#fff;border:1px solid #000;border-radius:3px;display:flex;align-items:center;justify-content:center;padding:2px;cursor:pointer}.checkbox.active svg{opacity:1}.checkbox svg{opacity:0;width:100%;height:100%}header{background:#8565c2}header .headerBanner__content{display:flex;align-items:center;padding:6px 0;justify-content:center;gap:10px}@media only screen and (max-width:1024px){header .headerBanner__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}}header .headerBanner__content a,header .headerBanner__content p{font-weight:400;font-size:14px;line-height:18px;color:#fff;display:inline}header .headerBanner__content b{color:#fff}header .headerBanner__content svg{padding:0;margin:0 5px;width:24px;height:24px}header .headerMiddle{position:relative;background-color:#000}@media only screen and (max-width:1024px){header .headerMiddle{padding:15px 0}}header .headerMiddle__content{display:flex;align-items:center;justify-content:space-between}header .headerMiddle__content .left{display:grid;grid-template-columns:240px 630px;align-items:center;grid-gap:120px;gap:120px}@media only screen and (max-width:1700px){header .headerMiddle__content .left{grid-template-columns:240px 550px;gap:50px}}@media only screen and (max-width:1500px){header .headerMiddle__content .left{grid-template-columns:200px 450px;gap:24px}}@media only screen and (max-width:1380px){header .headerMiddle__content .left{grid-template-columns:170px 400px}}@media only screen and (max-width:1150px){header .headerMiddle__content .left{grid-template-columns:170px 350px;gap:10px}}@media only screen and (max-width:1024px){header .headerMiddle__content .left{display:flex;gap:0}header .headerMiddle__content .left .links{order:1}header .headerMiddle__content .left .searchInput{order:2}}header .headerMiddle__content .left .hamburger-react{display:none}@media only screen and (max-width:1024px){header .headerMiddle__content .left .hamburger-react{display:block;width:20px;height:20px;color:#00ffc8;margin-right:10px;cursor:pointer}}header .headerMiddle__content .left .logoLink{position:relative}@media only screen and (max-width:1024px){header .headerMiddle__content .left .logoLink img{width:160px;height:auto}}header .headerMiddle__content .left .searchInput{width:100%;position:relative}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput{background:#000;padding:10px;display:none}header .headerMiddle__content .left .searchInput.active{display:block}}header .headerMiddle__content .left .searchInput .closeBtn{display:none}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .closeBtn{display:none}}header .headerMiddle__content .left .searchInput .row{position:relative;display:flex;align-items:center}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .row{border:1px solid hsla(0,0%,100%,.1);border-radius:10px}}header .headerMiddle__content .left .searchInput .row input{padding-right:42px;background:#1e1e1e;border:1px solid hsla(0,0%,100%,.1)}header .headerMiddle__content .left .searchInput .row input::placeholder{font-weight:300}header .headerMiddle__content .left .searchInput .row input.active{border-radius:10px 10px 0 0}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .row input{border-radius:20px}header .headerMiddle__content .left .searchInput .row input.active{border-radius:10px}}header .headerMiddle__content .left .searchInput .row .searchButton{position:absolute;right:0;top:50%;transform:translateY(-50%);cursor:pointer;z-index:1;background-color:#00ffc8;color:#000;border:none;height:100%;padding:0 25px;border-radius:0 10px 10px 0}header .headerMiddle__content .left .searchInput .row .searchButton.active{border-radius:0 10px 0 0}header .headerMiddle__content .left .searchInput .searchResultInputMask{position:fixed;top:0;left:0;right:0;bottom:0}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .searchResultInputMask{display:none}}header .headerMiddle__content .left .searchInput .searchResultInput{position:absolute;width:100%;height:-moz-fit-content;height:fit-content;max-height:400px;overflow-y:scroll;background:#1e1e1e;border-bottom-left-radius:10px;border-bottom-right-radius:10px;z-index:9999999999999}header .headerMiddle__content .left .searchInput .searchResultInput::-webkit-scrollbar{width:5px;border-radius:10px}header .headerMiddle__content .left .searchInput .searchResultInput::-webkit-scrollbar-track{background:transparent}header .headerMiddle__content .left .searchInput .searchResultInput::-webkit-scrollbar-thumb{background:#8565c2;border-radius:10px}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .searchResultInput{position:static;max-height:unset;overflow:unset;border-radius:0;z-index:unset}}header .headerMiddle__content .left .searchInput .searchResultInput .productRow{display:grid;grid-template-columns:52px 1fr 24px;align-items:center;grid-gap:20px;gap:20px;padding:10px 20px;width:100%;cursor:pointer}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .searchResultInput .productRow{padding:10px 0;grid-template-columns:52px 1fr}}header .headerMiddle__content .left .searchInput .searchResultInput .productRow:hover{background:#000}header .headerMiddle__content .left .searchInput .searchResultInput .productRow .photo{width:52px;height:52px}header .headerMiddle__content .left .searchInput .searchResultInput .productRow .info{display:flex;flex-direction:column}header .headerMiddle__content .left .searchInput .searchResultInput .productRow .info h2{font-size:14px;font-weight:400}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .searchResultInput .productRow .info h2{font-size:12px}}header .headerMiddle__content .left .searchInput .searchResultInput .productRow .info p{font-size:16px;font-weight:600}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .searchResultInput .productRow .info p{font-size:14px}}header .headerMiddle__content .left .searchInput .searchResultInput .productRow svg{position:relative;width:24px;height:24px;margin-left:auto}@media only screen and (max-width:1024px){header .headerMiddle__content .left .searchInput .searchResultInput .productRow svg{display:none}}header .headerMiddle__content .left .searchInput .searchResultInput .noResult{padding:15px;text-align:center}header .headerMiddle__content .links{display:flex;align-items:center;gap:24px;text-align:center}@media only screen and (max-width:1024px){header .headerMiddle__content .links{grid-gap:15px}}header .headerMiddle__content .links .icon{gap:10px;color:#fff;font-weight:500;font-size:14px;line-height:21px;position:relative}@media only screen and (max-width:1024px){header .headerMiddle__content .links .icon{font-size:0;gap:0}}header .headerMiddle__content .links .icon .headerIcon,header .headerMiddle__content .links .icon svg{width:24px;height:24px}header .headerMiddle__content .links .icon.mob{display:none}@media only screen and (max-width:1024px){header .headerMiddle__content .links .icon.mob{display:none}}header .headerMiddle__content .links .icon span{position:absolute;top:-10px;left:-14px;background:#8565c2;color:#fff;border-radius:12px;font-weight:500;display:flex;align-items:center;justify-content:center;text-align:center;font-size:10px;padding:0 10px}header .headerMiddle__content .links .icon.primary{background-color:#8565c2;padding:15px;border-radius:10px;color:#fff}header .headerMiddle__content .links p{font-size:14px}@media only screen and (max-width:1024px){header .headerMiddle__content .links p{display:none}header .headerMiddle .searchInput{margin:15px 0;width:100%;display:block}header .headerMiddle .searchInput .row{position:relative}header .headerMiddle .searchInput .row input{background-color:#1e1e1e;border-radius:25px}header .headerMiddle .searchInput .row .closeBtnMobile{position:absolute;right:20px;top:35%}}@media only screen and (max-width:1024px)and (max-width:1024px){header .headerMiddle .searchInput .closeBtn{display:none}header .headerMiddle .searchInput.active .closeBtn{display:block}}@media only screen and (max-width:1024px){header .headerMiddle .searchIcon{position:absolute;right:3px;top:50%;transform:translateY(-50%);width:42px;height:42px;cursor:pointer;z-index:1;background-color:#8565c2;border-radius:70px;padding:10px}header .headerMiddle .searchResultInputMask{display:none}}header .headerMiddle .searchResultInput{position:absolute;width:100%;height:-moz-fit-content;height:fit-content;max-height:400px;overflow-y:scroll;background:#1e1e1e;border-bottom-left-radius:10px;border-bottom-right-radius:10px;z-index:9999999999999}header .headerMiddle .searchResultInput::-webkit-scrollbar{width:5px;border-radius:10px}header .headerMiddle .searchResultInput::-webkit-scrollbar-track{background:transparent}header .headerMiddle .searchResultInput::-webkit-scrollbar-thumb{background:#8565c2;border-radius:10px}@media only screen and (max-width:1024px){header .headerMiddle .searchResultInput{position:static;max-height:unset;overflow:unset;border-radius:0;z-index:unset}}header .headerMiddle .searchResultInput .productRow{display:grid;grid-template-columns:52px 1fr 24px;align-items:center;grid-gap:20px;gap:20px;padding:10px 20px;width:100%;cursor:pointer}@media only screen and (max-width:1024px){header .headerMiddle .searchResultInput .productRow{padding:10px 0;grid-template-columns:52px 1fr}}header .headerMiddle .searchResultInput .productRow:hover{background:#000}header .headerMiddle .searchResultInput .productRow .photo{width:52px;height:52px}header .headerMiddle .searchResultInput .productRow .info{display:flex;flex-direction:column}@media only screen and (max-width:1024px){header .headerMiddle .searchResultInput .productRow .info{max-width:100%}header .headerMiddle .searchResultInput .productRow .info h2{font-size:12px;overflow:hidden;width:260px}}header .headerMiddle .searchResultInput .productRow .info p{font-size:16px;font-weight:600}@media only screen and (max-width:1024px){header .headerMiddle .searchResultInput .productRow .info p{font-size:14px}}header .headerMiddle .searchResultInput .productRow svg{position:relative;width:24px;height:24px;margin-left:auto}@media only screen and (max-width:1024px){header .headerMiddle .searchResultInput .productRow svg{display:none}}header .headerMiddle .searchResultInput .noResult{padding:15px;text-align:center}header nav{background-color:#8565c2;grid-gap:170px;padding:12px 0}@media only screen and (max-width:1500px){header nav{grid-gap:50px}}@media only screen and (max-width:1150px){header nav{grid-gap:20px}}header nav .navContainer{position:relative;padding:0 200px;display:flex;align-items:center;gap:3rem}@media only screen and (max-width:1700px){header nav .navContainer{padding:0 100px}}@media only screen and (max-width:1500px){header nav .navContainer{padding:0 80px}}@media only screen and (max-width:1380px){header nav .navContainer{padding:0 50px}}@media only screen and (max-width:1150px){header nav .navContainer{padding:0 25px}}@media only screen and (max-width:1024px){header nav .navContainer{padding:0;gap:0}}header nav .navContainer .select{position:relative}header nav .navContainer .select.active svg{transform:rotate(180deg)}header nav .navContainer .select .selectPreview{display:flex;align-items:center;grid-gap:10px;cursor:pointer;background-color:hsla(0,0%,100%,.2);padding:10px 20px;border-radius:10px;width:max-content}header nav .navContainer .select .selectPreview p{color:#fff}header nav .navContainer .select .selectPreview svg{transition:all .2s ease-in-out}@media only screen and (max-width:1024px){header nav .navContainer .select .selectPreview{display:none}}header nav .navContainer .links-container{width:100%}@media only screen and (max-width:1024px){header nav .navContainer .links-container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;position:relative}}header nav .navContainer .links-container .links{display:flex;align-items:center;justify-content:space-between;width:100%}header nav .navContainer .links-container .links .main{display:flex;align-items:center;gap:45px}@media only screen and (max-width:1700px){header nav .navContainer .links-container .links .main{gap:30px}}@media only screen and (max-width:1500px){header nav .navContainer .links-container .links .main{gap:25px}}@media only screen and (max-width:1380px){header nav .navContainer .links-container .links .main{gap:20px}}@media only screen and (max-width:1150px){header nav .navContainer .links-container .links .main{gap:15px}}@media only screen and (max-width:1024px){header nav .navContainer .links-container .links .main{gap:10px}}header nav .navContainer .links-container .links .main a.link{font-weight:400;color:#fff;font-size:16px}@media only screen and (max-width:1024px){header nav .navContainer .links-container .links .main a.link{scroll-snap-align:start;white-space:nowrap;padding:.5rem 12px;gap:1rem}}header nav .navContainer .links-container .links .main a.link.active{font-weight:500}header nav .navContainer .links-container .links .main a.link.primary{background-color:#8565c2;border-radius:10px;color:#fff}header nav .navContainer .links-container .links .main .show-more{position:-webkit-sticky;position:sticky;right:0;margin-left:auto;font-size:20px;display:none}header nav .navContainer .links-container .links .rest{display:flex;align-items:center;gap:25px}@media only screen and (max-width:1500px){header nav .navContainer .links-container .links .rest{gap:15px}}@media only screen and (max-width:1427px){header nav .navContainer .links-container .links .rest{display:none}}@media only screen and (max-width:700px){header nav .navContainer .links-container .links .rest{gap:10px}}header nav .navContainer .links-container .links .rest a.link{font-size:14px}header nav .navContainer .links{display:flex;align-items:center;gap:45px}@media only screen and (max-width:1380px){header nav .navContainer .links{grid-gap:25px}}@media only screen and (max-width:1150px){header nav .navContainer .links{grid-gap:20px}}header nav .navContainer .links a.link{font-size:15px;font-weight:400;color:#fff;white-space:nowrap}header nav .navContainer .links a.link.active{font-weight:800;border-radius:10px}@media only screen and (max-width:1024px){header nav .navContainer .links a.link.active{background-color:inherit}}header nav .navContainer .hamburgerIcon{position:relative;float:right;margin-left:auto;height:27px;width:27px;cursor:pointer}@media only screen and (max-width:1024px){header nav .navContainer .hamburgerIcon{display:none}}header nav .navContainer .hamburgerIcon .hamburgerContent{padding:20px 30px;width:300px;position:absolute;top:50px;right:0;background-color:#121212;z-index:999;border-radius:0 0 15px 15px}header nav .navContainer .hamburgerIcon .hamburgerContent li{font-size:14px;margin-bottom:10px}header nav .navContainer .hamburgerIcon .hamburgerContent li:hover{font-weight:500}.mobileCategoriesWrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000000000000000000;background:rgba(0,0,0,.5);display:none}@media only screen and (max-width:1024px){.mobileCategoriesWrapper{display:block}}.mobileCategoriesWrapper .closeIcon{position:absolute;top:5px;right:5px;width:24px;height:24px;color:#fff}.mobileCategoriesWrapper .content{width:90%;height:100%;background:#fff;overflow-y:auto}.mobileCategoriesWrapper .content .categoryContainer1{padding-left:10px}.mobileCategoriesWrapper .content .categoryContainer2{padding-left:20px}.mobileCategoriesWrapper .content .categoryContainer3{padding-left:30px}.mobileCategoriesWrapper .content .categoryContainer4{padding-left:40px}.mobileCategoriesWrapper .content .item{display:grid;grid-template-columns:1fr 25px;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1)}.mobileCategoriesWrapper .content .item.root{background:#121212}.mobileCategoriesWrapper .content .item.active a{color:#8565c2;background-color:#ededed}.mobileCategoriesWrapper .content .item a{font-size:14px;font-weight:500;color:#000;padding:7px 10px}.mobileCategoriesWrapper .content .item span{width:25px;height:100%;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobileCategoriesWrapper .content .item span svg{width:14px;height:14px;transition:all .2s ease-in-out}.mobileCategoriesWrapper .content .item span svg.active{transform:rotate(180deg)}footer{background:#8565c2;padding-top:55px;margin-top:40px}@media only screen and (max-width:1024px){footer{padding-top:25px;margin-top:10px}}footer .footerContainer{margin:0 200px;padding-bottom:50px;display:grid;grid-template-columns:2fr 5fr;grid-gap:30px;gap:30px;border-bottom:1px solid hsla(0,0%,100%,.2)}@media only screen and (max-width:1700px){footer .footerContainer{margin:0 100px}}@media only screen and (max-width:1500px){footer .footerContainer{margin:0 80px;gap:15px}}@media only screen and (max-width:1380px){footer .footerContainer{margin:0 50px;gap:15px}}@media only screen and (max-width:1150px){footer .footerContainer{padding:0 25px;gap:15px}}@media only screen and (max-width:1024px){footer .footerContainer{display:flex;align-items:center;padding:0 10px;gap:10px;margin:0;width:100%}}footer .footerContainer .left{padding-right:70px;border-radius:10px}@media only screen and (max-width:1024px){footer .footerContainer .left{display:none}}footer .footerContainer .left h3{font-size:14px;font-weight:700;margin:20px 0}footer .footerContainer .left p{font-size:12px;color:#fff}footer .footerContainer .left .logo{position:relative;width:150px;height:82px}@media only screen and (max-width:1024px){footer .footerContainer .right{order:-1;text-align:center;justify-content:center;margin:0 auto}}footer .footerContainer .right .links{display:grid;align-items:flex-start;grid-template-columns:2fr 2fr 1fr 2fr;grid-gap:80px}@media only screen and (max-width:1024px){footer .footerContainer .right .links{width:100%;grid-template-columns:100%;grid-gap:15px;text-align:center;margin-top:30px}}footer .footerContainer .right .links h2{font-weight:600;font-size:14px;line-height:24px;text-transform:uppercase;color:#fff;margin-bottom:10px}footer .footerContainer .right .links a,footer .footerContainer .right .links p{font-weight:200;font-size:14px;line-height:24px;color:#fff;display:block;width:-moz-fit-content;width:fit-content}@media only screen and (max-width:1024px){footer .footerContainer .right .links a,footer .footerContainer .right .links p{margin:0 auto;display:none}}footer .footerContainer .right .links .showAlways{display:block}footer .footerContainer .right .links .showAlways h2{font-size:16px}footer .footerContainer .right .links .socials{display:flex;align-items:center;margin-top:10px}@media only screen and (max-width:1024px){footer .footerContainer .right .links .socials a{display:block;margin-top:1rem}}footer .footerContainer .right .links .socials svg{height:35px;width:35px;margin-right:15px}footer .footerContainer .right .top{align-items:flex-start;grid-gap:70px}@media only screen and (max-width:1024px){footer .footerContainer .right .top{flex-wrap:wrap}}footer .footerContainer .right .top .middle{display:grid;grid-template-columns:3fr 1fr;position:relative}@media only screen and (max-width:1024px){footer .footerContainer .right .top .middle{display:flex;align-items:center;flex-wrap:wrap}}footer .footerContainer .right .top .middle .middleLeft{position:relative}@media only screen and (max-width:1024px){footer .footerContainer .right .top .middle .middleLeft .logoMobile{height:-moz-fit-content;height:fit-content;background-color:#fff;border-radius:15px;padding:10px;margin-bottom:10px;text-align:center}footer .footerContainer .right .top .middle .middleLeft .logoMobile img{position:relative!important;height:70px!important;width:120px!important}footer .footerContainer .right .top .middle .middleLeft .logoMobile p{font-size:12px}}footer .footerContainer .right .top .middle .middleRight{margin-left:110px}@media only screen and (max-width:1024px){footer .footerContainer .right .top .middle .middleRight{width:100%;margin:0;text-align:center}}footer .footerContainer .right .top .middle .middleRight h2{font-weight:600;font-size:14px;line-height:24px;text-transform:uppercase;color:#fff;margin-bottom:10px}footer .footerContainer .right .top .middle .middleRight p{font-weight:200;font-size:12px;line-height:24px;color:#fff;display:block;width:-moz-fit-content;width:fit-content}@media only screen and (max-width:1024px){footer .footerContainer .right .top .middle .middleRight p{margin:0 auto}}footer .footerContainer .right .top .middle .middleRight a{font-weight:500;font-size:14px;line-height:24px;color:#fff;display:block;width:-moz-fit-content;width:fit-content;margin-bottom:10px}@media only screen and (max-width:1024px){footer .footerContainer .right .top .middle .middleRight a{margin:0 auto}}footer .footerContainer .right .top .middle .middleRight .bold{font-weight:500;font-size:14px;line-height:24px;color:#fff;display:block;width:-moz-fit-content;width:fit-content;margin-bottom:10px}footer .bottom{background-color:#8565c2;margin-top:10px;display:flex;align-items:center;justify-content:space-between;padding:10px 100px}@media only screen and (max-width:1024px){footer .bottom{padding:10px;flex-wrap:wrap}footer .bottom .left{width:100%}}footer .bottom .left p{font-size:13px;line-height:18px;color:#fff}@media only screen and (max-width:1024px){footer .bottom .left p{text-align:center;display:block}}footer .bottom .left p a{color:#fff;font-size:13px}@media only screen and (max-width:1024px){footer .bottom .left p a{display:block}}footer .bottom .right{display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:1024px){footer .bottom .right{margin:0 auto;width:100%}}footer .bottom .right p{font-size:12px;color:#fff}.productsSection{background:#fff;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.4);padding:30px 40px}.productsSection .row{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.productsSection .row h2{font-weight:500;font-size:20px;line-height:30px}.productsSection .row a{color:hsla(0,0%,100%,.6);font-weight:500;font-size:14px;line-height:21px}.productsSection .paper{background:unset;box-shadow:none;border-radius:0}.productsSection .paper.productsGrid{padding:0}.productContainer{flex:1 1;padding:15px;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:10px;overflow:visible}@media only screen and (max-width:1024px){.productContainer{padding:.5rem}}.productContainer .productCard{position:relative;display:flex;flex-direction:column;padding:0 10px;height:430px;transition:all .2s ease-in-out;display:grid;grid-template-rows:1fr 125px}@media only screen and (max-width:1024px){.productContainer .productCard{height:340px;padding:0 10px;grid-template-rows:auto}}.productContainer .productCard .top{position:relative}.productContainer .productCard .top .heartIcon{position:absolute;top:15px;right:15px;cursor:pointer;z-index:1;width:24px;height:24px}@media only screen and (max-width:1024px){.productContainer .productCard .top .heartIcon{top:8px;right:8px}}.productContainer .productCard .top .heartIcon path{fill:rgba(0,0,0,.4)}.productContainer .productCard .top .sticker{position:absolute;top:15px;left:15px}@media only screen and (max-width:1024px){.productContainer .productCard .top .sticker{left:0}.productContainer .productCard .top .sticker img{height:45px;width:45px}}.productContainer .productCard .top .catalogStickers{position:absolute;right:0;top:40px}@media only screen and (max-width:1024px){.productContainer .productCard .top .catalogStickers{top:35px}}.productContainer .productCard .top .catalogStickers img{display:block;margin-bottom:5px}@media only screen and (max-width:1024px){.productContainer .productCard .top .catalogStickers img{height:45px;width:45px}}.productContainer .productCard .top .photo{height:230px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:1024px){.productContainer .productCard .top .photo{height:170px;margin:0 auto;width:100%}}.productContainer .productCard .top .photo img{height:100%;object-fit:contain}@media only screen and (max-width:1024px){.productContainer .productCard .top .photo img{width:100%}}.productContainer .productCard .top h2{font-weight:600;font-size:16px;line-height:24px;word-break:break-all;height:40px;margin-bottom:20px;color:#000}@media only screen and (max-width:1024px){.productContainer .productCard .top h2{font-size:12px;font-weight:600}}.productContainer .productCard .bottom{position:relative}.productContainer .productCard .bottom .badgeHolder{height:30px}.productContainer .productCard .bottom .badgeHolder .badge{font-size:10px}.productContainer .productCard .bottom .prices .pricesTop p{font-size:18px;line-height:20px;color:#000}@media only screen and (max-width:1024px){.productContainer .productCard .bottom .prices .pricesTop p{font-size:15px}}.productContainer .productCard .bottom .prices .pricesTop p.retail{color:rgba(0,0,0,.4)}.productContainer .productCard .bottom .prices .pricesTop h3{font-weight:700;font-size:24px;line-height:32px;color:#000}@media only screen and (max-width:1024px){.productContainer .productCard .bottom .prices .pricesTop h3{font-size:18px}}.productContainer .productCard .bottom .prices .pricesBottom{display:flex;align-items:center;gap:15px;margin-top:10px}@media only screen and (max-width:1024px){.productContainer .productCard .bottom .prices .pricesBottom{display:flex;flex-wrap:wrap;gap:0}}.productContainer .productCard .bottom .prices .pricesBottom h4{font-size:13px;color:#000}.productContainer .productCard .bottom .prices .pricesBottom p{font-size:16px;line-height:20px;color:#000}.productContainer .productCard .bottom .prices .pricesBottom .saving{background-color:#00ffc8;color:#000;padding:5px;border-radius:5px;font-size:13px}@media only screen and (max-width:1024px){.productContainer .productCard .bottom .prices .pricesBottom .saving{font-size:12px;line-height:10px}}.productContainer button{width:100%;padding:15px;border-radius:10px}@media only screen and (max-width:1024px){.productContainer button{font-size:14px}}.sectionContainer{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:1024px){.sectionContainer{margin-top:1rem;display:flex;flex-wrap:wrap;flex-direction:column;align-items:flex-start}}.sectionContainer h2{font-weight:500;font-size:20px;line-height:30px}.sectionContainer .sectionRight{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:1024px){.sectionContainer .sectionRight{display:block}}.sectionContainer .sectionRight a{margin-left:20px;padding:0 0 0 20px;font-weight:100;color:#fff}@media only screen and (max-width:1024px){.sectionContainer .sectionRight a{border-left:0;display:block;margin:0;padding:0}}.shadow-box{box-shadow:0 0 10px rgba(0,0,0,.1);margin:10px;border-radius:10px}.productsSlider{margin:30px 0 60px;overflow:visible}.productsSlider.active{background:#00ffc8}.productsSlider.active .sectionTitle{color:#fff}@media only screen and (max-width:1150px){.productsSlider{padding:20px;margin:30px 0}}@media only screen and (max-width:1024px){.productsSlider{padding:0}}.productsSlider .swiper-button-next,.productsSlider .swiper-button-prev{width:15px;height:15px;opacity:.7}@media only screen and (max-width:1024px){.productsSlider .swiper-button-next,.productsSlider .swiper-button-prev{width:0;height:0}}.productsSlider .swiper-button-next:after,.productsSlider .swiper-button-prev:after{font-size:14px;height:20px}@media only screen and (max-width:1024px){.productsSlider .swiper-button-next:after,.productsSlider .swiper-button-prev:after{height:60px}}.productsSlider .swiper-button-lock{display:block}.mainCategoryMask{position:fixed;top:0;left:0;right:0;bottom:0}.mainCategoryContainer{z-index:9999999;position:absolute;left:0;top:calc(100% + 12px);display:flex;gap:20px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.mainCategoryContainer .category .left{display:flex;align-items:center;gap:.5rem}.mainCategoryContainer .column{padding:20px;min-width:300px;display:flex;flex-direction:column;gap:1rem;border-radius:15px}.mainCategoryContainer .column:first-child{background:#121212}@media only screen and (max-width:1500px){.mainCategoryContainer .column{min-width:250px}}@media only screen and (max-width:1150px){.mainCategoryContainer .column{min-width:220px}}.mainCategoryContainer .column.second{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;min-width:1000px}.mainCategoryContainer .column.second .main-cat a{display:flex;flex-direction:column;font-size:16px;font-weight:600;color:#000}.mainCategoryContainer .column.second .main-cat .sub-cat{display:flex;margin-top:10px;flex-direction:column}.mainCategoryContainer .column.second .main-cat .sub-cat a{color:#fff;font-size:small;font-weight:400;margin-bottom:10px}.sortField{display:flex;align-items:center;justify-content:flex-end;grid-gap:15px}@media only screen and (max-width:1024px){.sortField{flex-direction:column;justify-content:center;margin-bottom:10px}}.sortField p{font-weight:500;font-size:14px}@media only screen and (max-width:700px){.sortField p{font-size:12px}}.sortField .select{position:relative;background:#121212}.sortField .select.active .selectPreview svg{transform:rotate(180deg)}.sortField .select.active .selectOptions{background-color:#000;opacity:1;pointer-events:unset}.sortField .select .selectPreview{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;border:1px solid #ddd;border-radius:25px;cursor:pointer;grid-gap:15px;min-width:300px}.sortField .select .selectPreview p{font-weight:500;font-size:14px;color:hsla(0,0%,100%,.6)}@media only screen and (max-width:700px){.sortField .select .selectPreview p{font-size:12px}}.sortField .select .selectPreview svg{transition:all .2s ease-in-out}.sortField .select .selectOptions{background-color:#000;opacity:0;pointer-events:none;transition:all .2s ease-in-out;border:1px solid #ddd;border-radius:10px;position:absolute;top:calc(100% + 12px);left:0;right:0;z-index:5;overflow:hidden}.sortField .select .selectOptions ul li{font-size:14px;font-weight:300;padding:8px;cursor:pointer}.sortField .select .selectOptions ul li:hover{background:#121212}.sortField .select .selectOptions ul li.active{font-weight:500}.pagination{justify-content:flex-end;margin-top:20px;grid-gap:20px;color:#9f9f9f}.pagination,.pagination .item{display:flex;align-items:center}.pagination .item{font-weight:500;font-size:16px;line-height:24px;height:30px;justify-content:center;cursor:pointer}.pagination .item.active{color:#000;font-weight:700}.pagination .item.arrow{width:30px;height:30px}.pagination .item.arrow:first-child{transform:rotate(180deg)}.cartIconHolder{position:relative}.cartPreview{position:absolute;right:0;top:100%;z-index:99;width:350px;transition:all .2s ease-in-out;opacity:0;pointer-events:none;padding-top:10px}.cartPreview.active{pointer-events:unset;opacity:1}@media only screen and (max-width:1024px){.cartPreview{display:none}}.cartPreview .content{position:relative;background:#000;border:1px solid #fff;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.4);width:100%;padding:15px 0}.cartPreview .content .itemsWrap{display:flex;flex-direction:column;align-items:center}.cartPreview .content .itemsWrap .items{margin-bottom:10px;width:100%;overflow-y:auto;max-height:265px}.cartPreview .content .itemsWrap .items::-webkit-scrollbar{width:0}.cartPreview .content .itemsWrap .items .item{padding:15px 5px;border-bottom:1px solid hsla(0,0%,100%,.1);display:grid;grid-template-columns:52px 1fr;align-items:center;width:100%;grid-gap:10px}.cartPreview .content .itemsWrap .items .item .photo{width:52px;height:52px;display:flex;align-items:center;justify-content:center}.cartPreview .content .itemsWrap .items .item .right{display:grid;grid-template-columns:1fr 24px;grid-gap:10px;align-items:center}.cartPreview .content .itemsWrap .items .item .right .info{width:100%}.cartPreview .content .itemsWrap .items .item .right .info h2{width:240px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:400;font-size:14px}.cartPreview .content .itemsWrap .items .item .right .info .row{display:grid;grid-template-columns:70px auto;grid-gap:15px;margin-top:5px;align-items:center}.cartPreview .content .itemsWrap .items .item .right .info .row .counter{display:grid;grid-template-columns:20px 1fr 20px;height:30px;align-items:center;justify-items:center;border:1px solid hsla(0,0%,100%,.1);border-radius:30px}.cartPreview .content .itemsWrap .items .item .right .info .row .counter svg{cursor:pointer;transform:rotate(90deg)}.cartPreview .content .itemsWrap .items .item .right .info .row .counter svg:last-child{transform:rotate(-90deg)}.cartPreview .content .itemsWrap .items .item .right .info .row .counter svg path{fill:hsla(0,0%,100%,.6)}.cartPreview .content .itemsWrap .items .item .right .info .row .counter p{font-size:16px;color:hsla(0,0%,100%,.6)}.cartPreview .content .itemsWrap .items .item .right .info .row p{font-weight:500;font-size:16px}.cartPreview .content .itemsWrap .items .item .right svg{cursor:pointer}.cartPreview .content .itemsWrap .buttons{display:flex;flex-direction:column;grid-gap:10px;width:240px}.cartPreview .content .itemsWrap .buttons a{font-size:14px}.cartPreview .content .itemsWrap .buttons a.disabled{background:#121212;color:#000}.cartPreview .content .empty{display:flex;flex-direction:column;align-items:center}.cartPreview .content .empty svg{width:90px!important;height:90px!important}.cartPreview .content .empty p{font-weight:400;font-size:14px;margin:10px 0 30px}.cartPreview .content .empty .btn-primary{width:240px;font-size:14px}.infos h3{font-size:18px;font-weight:600;margin-bottom:20px;margin-top:40px}.infos p{font-size:12px;font-weight:400;line-height:18px;letter-spacing:0}.readOnlyPage{padding-bottom:60px}@media only screen and (max-width:700px){.readOnlyPage{padding:30px 0}}.readOnlyPage .container .padleft{padding-left:1rem}.readOnlyPage .container h1{font-weight:500;font-size:24px;margin-bottom:30px}.readOnlyPage .container h2{font-weight:500;font-size:20px;margin-bottom:20px}.readOnlyPage .container h3{font-weight:500;font-size:18px}.readOnlyPage .container a,.readOnlyPage .container p{font-size:16px;line-height:24px;margin-bottom:.5rem}@media only screen and (max-width:700px){.readOnlyPage .container a,.readOnlyPage .container p{font-size:14px;line-height:20px}}.readOnlyPage .container .group{margin-bottom:20px}.readOnlyPage .container .group h3{margin-bottom:10px}.readOnlyPage .container .group:last-child{margin-bottom:0}.readOnlyPage .container ul{margin:20px 0;display:flex;flex-direction:column;grid-gap:8px}.readOnlyPage .container ul.decimal li{list-style:decimal}.readOnlyPage .container ul li{list-style:disc;margin-left:20px;font-size:16px;line-height:24px}@media only screen and (max-width:700px){.readOnlyPage .container ul li{font-size:14px;line-height:20px}}.homePage{background-color:#121212}.homePage .heroBannerWrapper{display:flex;gap:20px;width:100%;margin:20px auto;padding:0}@media only screen and (max-width:1024px){.homePage .heroBannerWrapper{flex-direction:column;gap:10px}}.homePage .rightBannersContainer{display:flex;flex-direction:column;gap:10px;width:33%}@media only screen and (max-width:1024px){.homePage .rightBannersContainer{width:100%;gap:10px}}.homePage .rightBanner{width:100%;height:0;padding-bottom:43%;background-color:#fff;border-radius:10px;overflow:hidden;position:relative}@media only screen and (max-width:1024px){.homePage .rightBanner{padding-bottom:43%}}.homePage .heroBanner{width:67%;height:0;padding-bottom:28.81%;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;position:relative}@media only screen and (max-width:1024px){.homePage .heroBanner{width:100%;padding-bottom:100%}}.homePage .heroBanner .swiper{position:absolute;top:0;left:0;width:100%;height:100%}.homePage .heroBanner .swiper-slide{height:100%;width:100%}.homePage .heroBanner .slideItemBanner{width:100%;height:100%;display:block;position:relative}.homePage .heroBanner .slideItemBanner img{position:absolute!important;width:100%!important;height:100%!important;object-fit:cover}@media only screen and (max-width:1150px){.homePage .heroBanner .swiper-pagination{display:none}}.homePage .heroBanner .swiper-pagination .swiper-pagination-bullet{width:60px;height:8px;border-radius:10px;background:hsla(0,0%,100%,.7)}.homePage .heroBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff}.homePage .heroBanner .swiper-button-next,.homePage .heroBanner .swiper-button-prev{color:#fff;width:30px;height:30px}.homePage .heroBanner .swiper-button-next:after,.homePage .heroBanner .swiper-button-prev:after{font-size:100%}@media only screen and (max-width:1150px){.homePage .heroBanner .swiper-button-next,.homePage .heroBanner .swiper-button-prev{display:none}}.homePage .cardsGroup{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;justify-content:space-between;margin:60px 0;grid-gap:20px}@media only screen and (max-width:1700px){.homePage .cardsGroup{grid-gap:15px}}@media only screen and (max-width:1500px){.homePage .cardsGroup{grid-gap:15px}}@media only screen and (max-width:1380px){.homePage .cardsGroup{grid-gap:5px}}@media only screen and (max-width:1150px){.homePage .cardsGroup{grid-template-columns:repeat(2,1fr);grid-gap:30px}}@media only screen and (max-width:700px){.homePage .cardsGroup{grid-template-columns:100%;align-items:center;grid-gap:5px;margin:0}}.homePage .cardsGroup .card{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:20px;border-radius:10px;padding:25px;box-shadow:0 8px 24px rgba(0,0,0,.4);background:#8565c2}@media only screen and (max-width:1700px){.homePage .cardsGroup .card{padding:25px;grid-gap:10px}}@media only screen and (max-width:1500px){.homePage .cardsGroup .card{padding:10px}}@media only screen and (max-width:1380px){.homePage .cardsGroup .card{grid-gap:10px}}@media only screen and (max-width:700px){.homePage .cardsGroup .card{box-shadow:none}}.homePage .cardsGroup .card svg{width:50px;height:50px;margin:10px;color:#fff}@media only screen and (max-width:1500px){.homePage .cardsGroup .card svg{width:40px;height:40px}}@media only screen and (max-width:1380px){.homePage .cardsGroup .card svg{width:35px;height:35px}}@media only screen and (max-width:1150px){.homePage .cardsGroup .card svg{width:40px;height:40px}}.homePage .cardsGroup .card .text h2{font-weight:600;font-size:16px;line-height:27px;color:#fff}@media only screen and (max-width:1500px){.homePage .cardsGroup .card .text h2{font-size:16px}}@media only screen and (max-width:1380px){.homePage .cardsGroup .card .text h2{font-size:14px;line-height:20px}}@media only screen and (max-width:700px){.homePage .cardsGroup .card .text h2{font-size:14px;line-height:24px}}.homePage .cardsGroup .card .text p{font-weight:400;font-size:14px;line-height:21px;color:hsla(0,0%,100%,.8)}@media only screen and (max-width:1700px){.homePage .cardsGroup .card .text p{font-size:12px}}@media only screen and (max-width:1380px){.homePage .cardsGroup .card .text p{font-size:12px}}@media only screen and (max-width:700px){.homePage .cardsGroup .card .text p{display:none}}.homePage .cardsGroup .card .text .click{float:right;color:#00ffc8;font-weight:500}.homePage .actions{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;width:100%;margin:4rem 0}@media only screen and (max-width:1024px){.homePage .actions{display:flex}.homePage .actions .action{width:100%}}.homePage .actions .action img{object-fit:contain;border-radius:15px;overflow:hidden;height:auto;width:100%}@media only screen and (max-width:1024px){.homePage .actions .action img{width:100%;object-fit:cover;border-radius:15px;overflow:hidden}}.homePage .actions-section img{width:100%;object-fit:cover;border-radius:15px;overflow:hidden}.homePage .bannersSlider{position:relative}.homePage .bannersSlider .bannerItem{width:100%;aspect-ratio:4;border-radius:15px;overflow:hidden;position:relative;display:block}@media only screen and (max-width:1024px){.homePage .bannersSlider .bannerItem{height:100%;width:100%;object-fit:cover}}@media only screen and (max-width:700px){.homePage .bannersSlider .bannerItem{height:100%;width:100%;object-fit:cover}}.homePage .bannersSlider .swiper-button-next,.homePage .bannersSlider .swiper-button-prev{display:none!important}.homePage .bannersSlider2{position:relative;display:flex;gap:10px}@media only screen and (max-width:1024px){.homePage .bannersSlider2{flex-direction:column}}.homePage .bannersSlider2 .bannerItem{width:100%;aspect-ratio:2;border-radius:15px;overflow:hidden;position:relative;display:block}@media only screen and (max-width:1024px){.homePage .bannersSlider2 .bannerItem{height:100%;width:100%;object-fit:cover}}@media only screen and (max-width:700px){.homePage .bannersSlider2 .bannerItem{height:100%;width:100%;object-fit:cover}}.homePage .bannersSlider2 .swiper-button-next,.homePage .bannersSlider2 .swiper-button-prev{display:none!important}.homePage .banners{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:40px;gap:20px}.homePage .banners img{max-width:100%;height:auto}@media only screen and (max-width:700px){.homePage .banners{flex-wrap:wrap;gap:0;margin-bottom:0}.homePage .banners img{max-width:100%}}.homePage .productsSpecialTop{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:700px){.homePage .productsSpecialTop h3{font-size:18px;max-width:275px}}.homePage .productsSpecialTop a{color:#000;font-weight:500}@media only screen and (max-width:700px){.homePage .productsSpecialTop a{font-size:12px}}.homePage .productsSpecial{display:flex;align-items:center;align-items:stretch;border-radius:15px;margin:30px 0;width:100%;gap:10px}@media only screen and (max-width:1700px){.homePage .productsSpecial{gap:10px}}@media only screen and (max-width:1380px){.homePage .productsSpecial{gap:0}}@media only screen and (max-width:1024px){.homePage .productsSpecial{gap:10px}}@media only screen and (max-width:700px){.homePage .productsSpecial{gap:10px;flex-wrap:wrap}}.homePage .productsSpecial .image{margin:auto 0}.homePage .productsSpecial .image img{width:100%;max-width:100vw;margin:0 auto;border-radius:15px;overflow:hidden}@media only screen and (max-width:700px){.homePage .productsSpecial .image img{height:100%;width:100%}}.homePage .productsSpecial .products{display:flex;align-items:center;justify-content:space-between;flex:1 1;height:100%;margin:0 auto;gap:40px}@media only screen and (max-width:1700px){.homePage .productsSpecial .products{gap:10px}}@media only screen and (max-width:1500px){.homePage .productsSpecial .products{gap:5px}}@media only screen and (max-width:1024px){.homePage .productsSpecial .products{width:70%}}@media only screen and (max-width:700px){.homePage .productsSpecial .products{width:100%}}.homePage .categoriesBlock{margin:60px 0}@media only screen and (max-width:700px){.homePage .categoriesBlock{padding:40px 10px;margin:30px 0}}.homePage .categoriesBlock h2{font-weight:500;font-size:20px;line-height:30px;margin-bottom:20px}.homePage .categoriesBlock .categories{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px;gap:20px}@media only screen and (max-width:700px){.homePage .categoriesBlock .categories{grid-template-columns:repeat(2,1fr)}}.homePage .categoriesBlock .categories .item{background:linear-gradient(to top right,#0e0b23,#459d7d);text-align:center;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.4);padding:2rem 1rem}.homePage .categoriesBlock .categories .item img{width:auto!important}.homePage .newsBlock{border-radius:10px;margin:20px 0}@media only screen and (max-width:700px){.homePage .newsBlock{margin:30px 0}}.homePage .newsBlock h2{font-weight:500;font-size:20px;line-height:30px;margin-bottom:40px}@media only screen and (max-width:1500px){.homePage .newsBlock h2{margin-bottom:20px}}.homePage .newsBlock .newsSlide{border-radius:10px;padding:20px}.homePage .newsBlock .newsSlide .newsSlideTop{position:relative;height:320px;text-align:center}@media only screen and (max-width:1500px){.homePage .newsBlock .newsSlide .newsSlideTop{height:360px}}@media only screen and (max-width:1380px){.homePage .newsBlock .newsSlide .newsSlideTop{height:330px}}@media only screen and (max-width:700px){.homePage .newsBlock .newsSlide .newsSlideTop{height:320px}}.homePage .newsBlock .newsSlide .newsSlideTop img{margin:0 auto;width:auto!important;border-radius:10px;overflow:hidden}@media only screen and (max-width:700px){.homePage .newsBlock .newsSlide .newsSlideBottom{text-align:center}}.homePage .newsBlock .newsSlide .newsSlideBottom h3{margin-top:15px;font-size:16px;font-weight:500;height:50px;margin-bottom:30px}@media only screen and (max-width:1024px){.homePage .newsBlock .newsSlide .newsSlideBottom h3{margin-top:0;height:60px}}.homePage .newsBlock .newsSlide .newsSlideBottom .newsBody{overflow:hidden;max-height:3.5rem;text-overflow:ellipsis}.homePage .newsBlock .newsSlide .newsSlideBottom .newsBody,.homePage .newsBlock .newsSlide .newsSlideBottom p{font-size:12px;font-weight:400;line-height:18px;letter-spacing:0;color:hsla(0,0%,100%,.6)}.homePage .newsBlock .newsSlide .newsSlideBottom button{margin-top:25px;background-color:#00ffc8}@media only screen and (max-width:700px){.homePage .newsBlock .newsSlide .newsSlideBottom button{margin:0 auto}}.homePage .newsBlock .sliderWrap{position:relative}.homePage .newsBlock .sliderWrap .swiper-button-next{position:absolute!important;right:-35px!important;top:50%!important;transform:translateY(-50%)!important;width:30px!important;height:30px!important;font-size:30px!important;margin:0!important;z-index:3;cursor:pointer}@media only screen and (max-width:700px){.homePage .newsBlock .sliderWrap .swiper-button-next{display:none!important}}.homePage .newsBlock .sliderWrap .swiper-button-next svg{width:30px;height:30px;transform:rotate(-90deg)}.homePage .newsBlock .sliderWrap .swiper-button-next svg path{fill:#b3b3b3}.homePage .newsBlock .sliderWrap .swiper-button-next:after{display:none}.homePage .newsBlock .sliderWrap .swiper-button-prev{position:absolute!important;left:-35px!important;top:50%!important;transform:translateY(-50%)!important;width:30px!important;height:30px!important;font-size:30px!important;margin:0!important;z-index:3;cursor:pointer}@media only screen and (max-width:700px){.homePage .newsBlock .sliderWrap .swiper-button-prev{display:none!important}}.homePage .newsBlock .sliderWrap .swiper-button-prev svg{width:30px;height:30px;transform:rotate(90deg)}.homePage .newsBlock .sliderWrap .swiper-button-prev svg path{fill:#b3b3b3}.homePage .newsBlock .sliderWrap .swiper-button-prev:after{display:none}.homePage .categoryBoxesContainer{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px;gap:15px;margin:30px 0}@media only screen and (max-width:1150px){.homePage .categoryBoxesContainer{grid-template-columns:repeat(2,1fr);gap:10px}}@media only screen and (max-width:700px){.homePage .categoryBoxesContainer{grid-template-columns:repeat(2,1fr);gap:10px}}.homePage .categoryBoxesContainer .categoryBox{aspect-ratio:1/1;border-radius:10px;background-color:#fff;overflow:hidden;position:relative}.homePage .tabbedProductsSection{margin:40px 0}@media only screen and (max-width:700px){.homePage .tabbedProductsSection{visibility:hidden;height:0}}.homePage .tabbedProductsSection .tabsNavigation{display:flex;justify-content:center;align-items:center;margin-bottom:30px;position:relative}.homePage .tabbedProductsSection .tabsNavigation .tabButton{background:none;border:none;font-size:18px;font-weight:700;padding:10px 25px;text-transform:uppercase;color:#333;cursor:pointer;position:relative;transition:all .3s ease}.homePage .tabbedProductsSection .tabsNavigation .tabButton.active,.homePage .tabbedProductsSection .tabsNavigation .tabButton:hover{color:#000}.homePage .tabbedProductsSection .tabsNavigation .tabButton.active:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:80%;height:3px;background-color:#00ffc8}@media only screen and (max-width:1024px){.homePage .tabbedProductsSection .tabsNavigation .tabButton{font-size:16px;padding:10px 15px}}@media only screen and (max-width:700px){.homePage .tabbedProductsSection .tabsNavigation .tabButton{font-size:14px;padding:8px 10px}}.homePage .tabbedProductsSection .tabsNavigation .tabControls{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;gap:5px}.homePage .tabbedProductsSection .tabsNavigation .tabControls .tabControl{width:30px;height:30px;border-radius:50%;background:#f0f0f0;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:700}.homePage .tabbedProductsSection .tabsNavigation .tabControls .tabControl:hover{background:#e5e5e5}.homePage .tabbedProductsSection .tabContent{position:relative}.homePage .tabbedProductsSection .tabContent .tabPanel{display:none}.homePage .tabbedProductsSection .tabContent .tabPanel.active{display:block}.productPage{padding-bottom:30px}.productPage .contentGrid{display:flex;grid-gap:35px;align-items:flex-start;margin-bottom:60px;position:relative}@media only screen and (max-width:1700px){.productPage .contentGrid{grid-gap:30px}}@media only screen and (max-width:1024px){.productPage .contentGrid{display:grid;grid-template-columns:100%;grid-gap:15px}}.productPage .images{display:grid;grid-template-columns:2fr 5fr;grid-gap:20px;flex:1 1}@media only screen and (max-width:1700px){.productPage .images{grid-gap:20px}}@media only screen and (max-width:1500px){.productPage .images{grid-gap:15px}}@media only screen and (max-width:1024px){.productPage .images{height:300px;grid-template-columns:1fr 3fr}}@media only screen and (max-width:700px){.productPage .images{display:flex;flex-direction:column-reverse}}.productPage .images .swiper{height:100%;width:100%;border-radius:10px}.productPage .images .swiper .swiper-button-next,.productPage .images .swiper .swiper-button-prev{font-size:10px;height:70px}.productPage .images .swiper .swiper-slide{display:flex}.productPage .images .swiper .swiper-slide img{height:auto!important;margin:0 auto}.productPage .images .allImages{height:610px;gap:10px}.productPage .images .allImages .swiper{gap:10px}.productPage .images .allImages .swiper .image-holder{display:flex;align-items:center;width:100%;margin-bottom:10px;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background-color:#fff}.productPage .images .allImages .swiper .image-holder img{margin:0 auto;height:auto!important}.productPage .images .allImages .swiper .swiper-button-next,.productPage .images .allImages .swiper .swiper-button-prev{left:10px;width:20px;height:20px}.productPage .images .allImages .swiper .swiper-button-next{position:absolute;left:45%;height:580px;bottom:0;transform:rotate(90deg)}.productPage .images .allImages .swiper .swiper-button-prev{left:45%;top:40px;transform:rotate(90deg)}.productPage .images .right .mainImg{width:100%;height:600px;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);padding:10px;position:relative;background:#fff;cursor:pointer}@media only screen and (max-width:1700px){.productPage .images .right .mainImg{height:600px}}@media only screen and (max-width:1500px){.productPage .images .right .mainImg{height:550px}}@media only screen and (max-width:1380px){.productPage .images .right .mainImg{height:500px}}@media only screen and (max-width:700px){.productPage .images .right .mainImg{height:300px}}.productPage .images .right .mainImg .img img{object-fit:contain}.productPage .images .right .mainImg .wishListIcon{position:absolute;top:20px;right:20px;width:28px;height:28px;color:hsla(0,0%,100%,.6);cursor:pointer;z-index:1}.productPage .images .sticker{position:absolute;z-index:100;top:15px;left:15px}@media only screen and (max-width:1024px){.productPage .images .sticker img{height:50px;width:50px}}.productPage .images .catalogStickers{position:absolute;z-index:100;right:15px;top:55px}@media only screen and (max-width:1024px){.productPage .images .catalogStickers{top:15px}}.productPage .images .catalogStickers img{display:block;margin-bottom:5px}@media only screen and (max-width:1024px){.productPage .images .catalogStickers img{height:50px;width:50px}}.productPage .images .backdrop{background-color:rgba(0,0,0,.75);position:fixed;top:0;left:0;height:100%;width:100%;z-index:1000}@media only screen and (max-width:700px){.productPage .images .backdrop{display:none}}.productPage .images .largeImage{position:fixed;top:50px;left:30%;z-index:10000;overflow:hidden;cursor:pointer}.productPage .images .largeImage img{object-fit:cover;height:550px;width:auto!important}@media only screen and (max-width:1380px){.productPage .images .largeImage img{height:430px}}.productPage .tabs{border-radius:0 0 25px 25px;padding:20px 0}@media only screen and (max-width:1380px){.productPage .tabs{padding:5px}}@media only screen and (max-width:700px){.productPage .tabs{margin-top:20px;background-color:transparent}}.productPage .tabs .headings{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}.productPage .tabs .headings h2{font-size:large;font-weight:400}.productPage .tabs .headings h2.active{font-weight:700}@media only screen and (max-width:700px){.productPage .tabs .headings h2{font-size:14px}}.productPage .tabs .headings .heading{cursor:pointer}.productPage .tabs .content{margin-left:30px;min-height:200px}.productPage .tabs .specifications{margin:10px 0;overflow:hidden}@media only screen and (max-width:700px){.productPage .tabs .specifications{width:100%;margin:10px 0}}.productPage .tabs .specifications .specification{display:flex;align-items:center;justify-content:space-between;padding:15px 20px}@media only screen and (max-width:700px){.productPage .tabs .specifications .specification{padding:12px}}.productPage .tabs .specifications .specification:nth-child(odd){background:#1e1e1e}.productPage .tabs .specifications .specification span{font-size:15px;font-weight:400}@media only screen and (max-width:700px){.productPage .tabs .specifications .specification span{font-size:12px}}.productPage .tabs .specifications .specification p{font-size:14px;font-weight:600;text-align:right}@media only screen and (max-width:700px){.productPage .tabs .specifications .specification p{font-size:12px}}.productPage .detailsBox{border-radius:10px;min-width:500px;height:690px;box-shadow:0 8px 24px rgba(0,0,0,.4);padding:1.5rem;position:-webkit-sticky;position:sticky;top:0;right:0;width:600px;height:100%}@media only screen and (max-width:1500px){.productPage .detailsBox{min-width:450px}}@media only screen and (max-width:700px){.productPage .detailsBox{min-width:100%;max-width:100%;padding:5px}}.productPage .detailsBox .productInfo{width:100%;height:100%;overflow-y:scroll;padding-right:50px;box-sizing:content-box;overflow:auto;scroll-behavior:xsooth}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo{padding:.5rem}}.productPage .detailsBox .productInfo .infoPart{border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:10px;display:grid;grid-template-columns:1fr 80px;align-items:end;grid-gap:20px}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo .infoPart{display:flex;flex-direction:column;align-items:flex-start}}.productPage .detailsBox .productInfo .infoPart .left .row p{margin-right:20px;display:inline;font-size:12px;color:hsla(0,0%,100%,.6)}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo .infoPart .left .row p{font-size:12px;line-height:16px;display:block;margin-right:5px}}.productPage .detailsBox .productInfo .infoPart .left .row p span{font-weight:600}.productPage .detailsBox .productInfo .infoPart .left h1{font-weight:600;font-size:20px;line-height:30px}@media only screen and (max-width:1500px){.productPage .detailsBox .productInfo .infoPart .left h1{font-size:20px;line-height:30px}}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo .infoPart .left h1{font-size:15px;line-height:26px}}.productPage .detailsBox .productInfo .mainSpec{margin:20px 32px 10px}.productPage .detailsBox .productInfo .mainSpec ul{margin-bottom:5px}.productPage .detailsBox .productInfo .mainSpec ul li{font-size:13px;list-style-type:disc;font-weight:400;color:hsla(0,0%,100%,.6);line-height:20px}.productPage .detailsBox .productInfo .mainSpec a{font-size:12px}.productPage .detailsBox .productInfo .prices{display:flex;align-items:center;padding-bottom:15px}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo .prices{width:100%;margin:0 auto;flex-wrap:wrap}}.productPage .detailsBox .productInfo .prices .text{font-size:13px;font-weight:500}.productPage .detailsBox .productInfo .prices h2{font-weight:700;font-size:24px;margin-bottom:10px}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo .prices h2{font-size:32px;line-height:36px;margin-bottom:0}}.productPage .detailsBox .productInfo .prices .left{width:50%;border-right:1px solid #1e1e1e;margin-right:1.5rem;padding-right:1.5rem}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo .prices .left{border-right:none;width:100%}}.productPage .detailsBox .productInfo .prices .left .discountInfo{gap:35px}.productPage .detailsBox .productInfo .prices .left .discountInfo .text{font-size:16px}.productPage .detailsBox .productInfo .prices .left .discountInfo .usualPrice .lineThrough{font-size:18px;font-weight:500}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo .prices .left .discountInfo .usualPrice .lineThrough{font-size:16px}}.productPage .detailsBox .productInfo .prices .left .discountInfo .savings{display:flex;align-items:center;gap:.5rem}.productPage .detailsBox .productInfo .prices .left .discountInfo .savings .text{color:#308762}.productPage .detailsBox .productInfo .prices .left .discountInfo .savings .saving{font-size:16px;font-weight:700;color:#308762}.productPage .detailsBox .productInfo .prices .right{width:50%}@media only screen and (max-width:700px){.productPage .detailsBox .productInfo .prices .right{width:100%}}.productPage .detailsBox .actionsColumns{margin-top:10px}@media only screen and (max-width:700px){.productPage .detailsBox .actionsColumns{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}}.productPage .detailsBox .actionsColumns .top{display:flex;align-items:center;gap:10px;margin-bottom:10px}@media only screen and (max-width:700px){.productPage .detailsBox .actionsColumns .top{width:100%;display:grid;grid-template-columns:1fr 3fr;grid-gap:2rem;gap:2rem;padding:.5rem}}.productPage .detailsBox .actionsColumns .top .counter{display:grid;grid-template-columns:30px 15px 30px;align-items:center;justify-items:center;border:1px solid hsla(0,0%,100%,.1);border-radius:15px;padding:15px 10px}@media only screen and (max-width:700px){.productPage .detailsBox .actionsColumns .top .counter{justify-content:space-around;width:100%}}.productPage .detailsBox .actionsColumns .top .counter svg{cursor:pointer;transform:rotate(90deg)}.productPage .detailsBox .actionsColumns .top .counter svg:last-child{transform:rotate(-90deg)}.productPage .detailsBox .actionsColumns .top .counter svg path{fill:hsla(0,0%,100%,.6)}.productPage .detailsBox .actionsColumns .top .counter p{font-size:20px;color:hsla(0,0%,100%,.6);padding:0 2px}.productPage .detailsBox .actionsColumns .bottom{display:grid;grid-template-columns:1fr 3fr;grid-gap:2rem;gap:2rem}@media only screen and (max-width:700px){.productPage .detailsBox .actionsColumns .bottom{width:100%;padding:.5rem}}.productPage .detailsBox .actionsColumns .bottom .wishlist{display:flex;align-items:center;border:1px solid hsla(0,0%,100%,.1);border-radius:15px;color:hsla(0,0%,100%,.6)}@media only screen and (max-width:700px){.productPage .detailsBox .actionsColumns .bottom .wishlist{justify-content:space-around}}.productPage .detailsBox .actionsColumns .bottom .wishlist svg{margin:0 auto;height:35px;width:35px}@media only screen and (max-width:1380px){.productPage .detailsBox .actionsColumns .bottom .wishlist{font-size:12px}}@media only screen and (max-width:700px){.productPage .detailsBox .actionsColumns .bottom .action{width:100%;margin-bottom:5px}}.productPage .detailsBox .actionsColumns .bottom .action button{width:100%;padding:15px 10px;font-size:14px}.productPage .detailsBox .actionsColumns .bottom .action button.darker{background-color:#00ffc8}.productPage .detailsBox .actionsColumns .bottom .action button.darker:hover{background-color:#fff;color:#8565c2}.productPage .detailsBox .helpWithShopping{margin-top:3rem}.productPage .detailsBox .helpWithShopping .item{display:flex;align-items:flex-start;margin-bottom:1rem;gap:.5rem}.productPage .detailsBox .helpWithShopping .item .left{padding:.5rem}.productPage .detailsBox .helpWithShopping .item .left svg{height:35px;width:35px}.productPage .detailsBox .helpWithShopping .item .right .larger{font-size:14px;font-weight:500}.productPage .detailsBox .helpWithShopping .item .right .smaller{font-size:12px;font-weight:400}.authPage{padding-bottom:60px}@media only screen and (max-width:1024px){.authPage{padding:30px 0}}.authPage .container .tabs{display:flex;align-items:center;justify-content:center;grid-gap:60px;margin-bottom:60px}@media only screen and (max-width:1024px){.authPage .container .tabs{grid-gap:20px;margin-bottom:30px}}.authPage .container .tabs p{font-weight:500;font-size:20px;line-height:30px;color:hsla(0,0%,100%,.6);cursor:pointer}@media only screen and (max-width:1024px){.authPage .container .tabs p{font-size:16px;line-height:unset}}.authPage .container .tabs p.active{color:#000}.authPage .container form{width:700px;margin:0 auto;background:#fff;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.4);padding:30px;display:flex;flex-direction:column;grid-gap:20px}@media only screen and (max-width:1024px){.authPage .container form{width:100%;max-width:600px;padding:15px}}.authPage .container form button{width:100%}.contactPage{padding-bottom:60px}@media only screen and (max-width:700px){.contactPage{padding-bottom:10px}}.contactPage .container h1{font-weight:500;font-size:20px}.contactPage .container .banner{width:100%;height:300px;border-radius:10px;background:#121212;display:flex;align-items:center;justify-content:center;margin:20px 0 70px;overflow:hidden}@media only screen and (max-width:1500px){.contactPage .container .banner{height:250px}}@media only screen and (max-width:700px){.contactPage .container .banner{margin:20px 0}.contactPage .container .banner img{height:auto;width:100%}}.contactPage .container .holder{display:grid;grid-template-columns:2fr 1fr;grid-gap:50px}@media only screen and (max-width:1500px){.contactPage .container .holder{grid-template-columns:repeat(2,1fr);grid-gap:25px}}@media only screen and (max-width:1150px){.contactPage .container .holder{grid-template-columns:100%}}.contactPage .container .holder .left{width:100%;box-shadow:0 8px 24px rgba(0,0,0,.4);padding:2rem;border-radius:.5rem}.contactPage .container .holder .left h2{font-weight:600;font-size:18px;line-height:27px;margin-bottom:30px}@media only screen and (max-width:700px){.contactPage .container .holder .left h2{margin-bottom:10px}}.contactPage .container .holder .left p{margin:30px 0;font-size:13px}@media only screen and (max-width:700px){.contactPage .container .holder .left p{margin:15px 0}}.contactPage .container .holder .left form{display:flex;flex-direction:column;grid-gap:20px;width:80%}@media only screen and (max-width:700px){.contactPage .container .holder .left form{width:100%}}.contactPage .container .holder .left form h2,.contactPage .container .holder .left form p{margin:0}.contactPage .container .holder .left form input,.contactPage .container .holder .left form select,.contactPage .container .holder .left form textarea{background-color:#1e1e1e;border:none;width:100%}.contactPage .container .holder .left form select{border-radius:10px;padding:15px 50px 15px 15px}.contactPage .container .holder .left form input[type=file]{display:none}.contactPage .container .holder .left form .bottom{display:grid;grid-template-columns:5fr 4fr;grid-gap:40px;gap:40px}@media only screen and (max-width:700px){.contactPage .container .holder .left form .bottom{display:flex;flex-wrap:wrap;gap:10px}.contactPage .container .holder .left form .bottom .field{width:100%}}.contactPage .container .holder .left form .bottom .fileButton{background-color:#121212;height:150px;border-radius:10px;display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:12px}.contactPage .container .holder .left form .bottom .fileButton svg{height:48px;width:48px}.contactPage .container .holder .left form .bottom li{list-style:disc;font-size:11px;line-height:16px;margin-left:25px}.contactPage .container .holder .left form .bottom li span{font-weight:600}.contactPage .container .holder .left form button{width:100%}.contactPage .container .holder .right{padding-top:60px}@media only screen and (max-width:700px){.contactPage .container .holder .right{padding:0}}.contactPage .container .holder .right .top{margin-left:20px}.contactPage .container .holder .right .top h2{margin-bottom:1rem}.contactPage .container .holder .right .top h4{font-weight:500;font-size:16px;line-height:24px;margin-bottom:.5rem}.contactPage .container .holder .right .top p{font-size:14px;margin-bottom:10px}@media only screen and (max-width:1150px){.contactPage .container .holder .right .top p{font-size:14px}}.contactPage .container .holder .right .top p a{font-size:14px;color:#000}@media only screen and (max-width:1150px){.contactPage .container .holder .right .top p a{font-size:14px}}.contactPage .container .holder .right .openHours{background-color:#121212;border-radius:10px;padding:10px 20px}.contactPage .container .holder .right .openHours p{margin:0}.actionsPage{padding:10px 0 60px}@media only screen and (max-width:700px){.actionsPage{padding:30px 0}}.actionsPage .container h1{font-weight:500;font-size:20px;line-height:30px;margin-bottom:20px}.actionsPage .container p{margin-bottom:10px;line-height:16px}.actionsPage .container .cards{margin-top:60px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:50px}@media only screen and (max-width:1500px){.actionsPage .container .cards{grid-template-columns:repeat(3,1fr);grid-gap:30px}}@media only screen and (max-width:1380px){.actionsPage .container .cards{grid-gap:20px}}@media only screen and (max-width:1150px){.actionsPage .container .cards{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1024px){.actionsPage .container .cards{grid-template-columns:repeat(2,1fr);grid-gap:30px}}@media only screen and (max-width:700px){.actionsPage .container .cards{grid-template-columns:100%;margin-top:20px}}.actionsPage .container .cards .card .img{height:420px;position:relative}.actionsPage .container .cards .card .img img{margin:0 auto;width:auto!important;border-radius:10px;overflow:hidden}@media only screen and (max-width:1024px){.actionsPage .container .cards .card .img img{width:100%!important}.actionsPage .container .cards .card .img{height:400px}}.actionsPage .container .cards .card p{font-weight:600;font-size:18px;text-align:center;margin-top:10px}@media only screen and (max-width:1024px){.actionsPage .container .cards .card p{font-size:14px;text-align:start}}.actionsPage .container .cards .card a{display:none}@media only screen and (max-width:1024px){.actionsPage .container .cards .card a{display:block;width:60%}}.aboutUsPage{background:"#0d0e16";min-height:100vh;color:#fff;padding-bottom:60px}@media only screen and (max-width:1024px){.aboutUsPage{padding-bottom:20px}}.aboutUsPage .container{max-width:1200px;margin:0 auto;padding:20px}.aboutUsPage .container .hero-image-section{display:flex;flex-direction:column;align-items:center;justify-items:center;position:relative;aspect-ratio:1.75;margin-bottom:2rem}@media only screen and (max-width:1024px){.aboutUsPage .container .hero-image-section{aspect-ratio:16/9}}.aboutUsPage .container .content-text,.aboutUsPage .container .content-text-large,.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-cta,.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-description,.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-list,.aboutUsPage .container .specialized-computers-section .computers-content .intro-text{font-size:1.5rem;font-weight:lighter;line-height:2rem;margin-bottom:2rem;color:#e0e0e0}@media only screen and (max-width:1150px){.aboutUsPage .container .content-text,.aboutUsPage .container .content-text-large,.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-cta,.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-description,.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-list,.aboutUsPage .container .specialized-computers-section .computers-content .intro-text{font-size:1.3rem;line-height:1.8rem}}@media only screen and (max-width:1024px){.aboutUsPage .container .content-text,.aboutUsPage .container .content-text-large,.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-cta,.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-description,.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-list,.aboutUsPage .container .specialized-computers-section .computers-content .intro-text{font-size:1.1rem;line-height:1.6rem}}.aboutUsPage .container .content-text strong,.aboutUsPage .container .content-text-large strong,.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-cta strong,.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-description strong,.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-list strong,.aboutUsPage .container .specialized-computers-section .computers-content .intro-text strong{color:#00f5ff;font-weight:600}.aboutUsPage .container .content-text-large{font-size:1.5rem;margin-top:2rem}@media only screen and (max-width:1150px){.aboutUsPage .container .content-text-large{font-size:1.3rem}}@media only screen and (max-width:1024px){.aboutUsPage .container .content-text-large{font-size:1.1rem}}.aboutUsPage .container .gaming-features-list{font-weight:bolder;line-height:2rem;list-style-type:disc;font-size:1.5rem;margin-left:1rem;color:#e0e0e0}@media only screen and (max-width:1150px){.aboutUsPage .container .gaming-features-list{font-size:1.3rem;line-height:1.8rem}}@media only screen and (max-width:1024px){.aboutUsPage .container .gaming-features-list{font-size:1.1rem;line-height:1.6rem}}.aboutUsPage .container .gaming-features-list span{display:block;margin-bottom:.5rem}.aboutUsPage .container .specialized-computers-section{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-top:4rem;margin-bottom:4rem;align-items:center}@media only screen and (max-width:1150px){.aboutUsPage .container .specialized-computers-section{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;margin-bottom:3rem}}@media only screen and (max-width:1024px){.aboutUsPage .container .specialized-computers-section{gap:1rem;margin-top:2rem;margin-bottom:2rem}}.aboutUsPage .container .specialized-computers-section .computers-content{display:flex;flex-direction:column;gap:1.5rem}@media only screen and (max-width:1024px){.aboutUsPage .container .specialized-computers-section .computers-content{gap:1rem}}.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#00f5ff,#00d4ff,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media only screen and (max-width:1150px){.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-title{font-size:1.6rem}}@media only screen and (max-width:1024px){.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-title{font-size:1.4rem}}.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-description{margin-bottom:1rem}.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-list{list-style:none;padding:0}.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-list li{margin-bottom:.5rem}.aboutUsPage .container .specialized-computers-section .computers-content .computer-category .category-cta{margin-top:1rem}.aboutUsPage .container .specialized-computers-section .computers-image{position:relative;width:100%;aspect-ratio:3/4}.aboutUsPage .container .specialized-computers-section .computers-image img{object-fit:cover;border-radius:12px;border:2px solid rgba(0,245,255,.3)}.aboutUsPage .container .hero-section{margin-bottom:60px}.aboutUsPage .container .hero-section .hero-content .brand-header{text-align:center;margin-bottom:40px}.aboutUsPage .container .hero-section .hero-content .brand-header .regnum-title{font-size:4rem;font-weight:800;background:linear-gradient(45deg,#00f5ff,#00d4ff,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:3px;text-transform:uppercase}@media only screen and (max-width:1024px){.aboutUsPage .container .hero-section .hero-content .brand-header .regnum-title{font-size:2.5rem}}.aboutUsPage .container .hero-section .hero-content .brand-header .subtitle{font-size:1.5rem;font-weight:400;color:#fff;margin:10px 0 0;letter-spacing:2px}.aboutUsPage .container .hero-section .hero-content .main-content{display:grid;grid-template-columns:2fr 1fr;grid-gap:40px;gap:40px;align-items:start}@media only screen and (max-width:1150px){.aboutUsPage .container .hero-section .hero-content .main-content{grid-template-columns:1fr;gap:30px}}.aboutUsPage .container .hero-section .hero-content .main-content .left-content p{font-size:14px;line-height:1.6;margin-bottom:20px;color:#e0e0e0}.aboutUsPage .container .hero-section .hero-content .main-content .left-content p.company-intro{font-size:16px;margin-bottom:25px}.aboutUsPage .container .hero-section .hero-content .main-content .left-content p strong{color:#00f5ff;font-weight:600}.aboutUsPage .container .hero-section .hero-content .main-content .right-content .promo-images{display:flex;flex-direction:column;gap:20px}.aboutUsPage .container .hero-section .hero-content .main-content .right-content .promo-images .promo-card{background:rgba(0,245,255,.1);border:2px solid rgba(0,245,255,.3);border-radius:12px;padding:20px;text-align:center;transition:all .3s ease}.aboutUsPage .container .hero-section .hero-content .main-content .right-content .promo-images .promo-card:hover{background:rgba(0,245,255,.2);border-color:rgba(0,245,255,.5);transform:translateY(-5px)}.aboutUsPage .container .hero-section .hero-content .main-content .right-content .promo-images .promo-card img{width:100%;height:auto;border-radius:8px}.aboutUsPage .container .gaming-center-section{margin-bottom:50px;background:hsla(0,0%,100%,.05);padding:30px;border-radius:15px;border:1px solid rgba(0,245,255,.2)}.aboutUsPage .container .gaming-center-section .section-title{font-size:16px;line-height:1.6;margin-bottom:30px;color:#fff}.aboutUsPage .container .gaming-center-section .section-title strong{color:#00f5ff;font-weight:600}.aboutUsPage .container .gaming-center-section .center-features h4{font-size:18px;margin-bottom:20px;color:#00f5ff}.aboutUsPage .container .gaming-center-section .center-features .features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:10px;gap:10px;list-style:none;padding:0}.aboutUsPage .container .gaming-center-section .center-features .features-list li{color:#e0e0e0;position:relative;padding:8px 0 8px 20px}.aboutUsPage .container .gaming-center-section .center-features .features-list li:before{content:"•";color:#00f5ff;font-size:20px;position:absolute;left:0}.aboutUsPage .container .team-photo{margin-bottom:40px;text-align:center}.aboutUsPage .container .team-photo img{width:100%;max-width:800px;height:auto;border-radius:15px;border:2px solid rgba(0,245,255,.3)}.aboutUsPage .container .achievements-section{margin-bottom:50px;text-align:center}.aboutUsPage .container .achievements-section .achievement-text,.aboutUsPage .container .achievements-section .partnership-text{font-size:14px;line-height:1.6;margin-bottom:20px;color:#e0e0e0}.aboutUsPage .container .achievements-section .achievement-text strong,.aboutUsPage .container .achievements-section .partnership-text strong{color:#00f5ff;font-weight:600}.aboutUsPage .container .achievements-section .partner-logos{display:flex;justify-content:center;gap:30px;margin-top:30px;flex-wrap:wrap}.aboutUsPage .container .achievements-section .partner-logos .logo-item{padding:15px;background:hsla(0,0%,100%,.1);border-radius:10px;transition:all .3s ease}.aboutUsPage .container .achievements-section .partner-logos .logo-item:hover{background:hsla(0,0%,100%,.2);transform:translateY(-3px)}.aboutUsPage .container .achievements-section .partner-logos .logo-item img{width:80px;height:60px;object-fit:contain}.aboutUsPage .container .facility-gallery .gallery-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;margin-bottom:20px}.aboutUsPage .container .facility-gallery .gallery-row .gallery-item{border-radius:12px;overflow:hidden;border:2px solid rgba(0,245,255,.3);transition:all .3s ease}.aboutUsPage .container .facility-gallery .gallery-row .gallery-item:hover{border-color:rgba(0,245,255,.6);transform:translateY(-5px)}.aboutUsPage .container .facility-gallery .gallery-row .gallery-item img{width:100%;height:200px;object-fit:cover}.aboutUsPage .container .facility-gallery .bottom-gallery .gaming-stations{text-align:center}.aboutUsPage .container .facility-gallery .bottom-gallery .gaming-stations img{width:100%;max-width:800px;height:auto;border-radius:15px;border:2px solid rgba(0,245,255,.3)}.aboutUsPage .container .about-images-section{display:flex;flex-direction:row;gap:10rem;justify-content:center;align-items:center;margin-top:5rem;margin-bottom:5rem}@media only screen and (max-width:1380px){.aboutUsPage .container .about-images-section{gap:.75rem;gap:5rem}}@media only screen and (max-width:1150px){.aboutUsPage .container .about-images-section{flex-direction:column;gap:1.5rem}}@media only screen and (max-width:1024px){.aboutUsPage .container .about-images-section{gap:1rem}}.aboutUsPage .container .about-images-section .about-image{border-radius:.5rem;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;border:2px solid rgba(0,245,255,.2)}.aboutUsPage .container .about-images-section .about-image:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,245,255,.3);border-color:rgba(0,245,255,.5)}.aboutUsPage .container .about-images-section .about-image img{width:100%;height:auto;display:block}@media only screen and (max-width:1150px){.aboutUsPage .container .about-images-section .about-image{width:100%}}@media only screen and (max-width:1024px){.aboutUsPage .container .about-images-section .about-image{max-width:100%}}.categoriesPage{padding-bottom:60px}.categoriesPage .container .horizontal_banners .banner{margin-bottom:15px}@media only screen and (max-width:1024px){.categoriesPage .container .horizontal_banners .banner{margin-bottom:15px}}.categoriesPage .container .horizontal_banners .banner img{width:100%}.categoriesPage .container h1{font-weight:500;font-size:20px;line-height:30px;margin-bottom:20px}.categoriesPage .container .categoryDescription{font-size:14px;margin:20px 0}.categoriesPage .container .categoriesList{border-radius:10px;padding:30px;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:50px 20px}@media only screen and (max-width:1500px){.categoriesPage .container .categoriesList{grid-template-columns:repeat(4,1fr);grid-gap:30px 10px}}@media only screen and (max-width:1024px){.categoriesPage .container .categoriesList{grid-template-columns:repeat(2,1fr);grid-gap:20px}}.categoriesPage .container .categoriesList .item{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;align-items:center;grid-gap:20px}@media only screen and (max-width:1024px){.categoriesPage .container .categoriesList .item{grid-gap:10px}}.categoriesPage .container .categoriesList .item .img{width:100px;height:100px;display:flex;align-items:center;justify-content:center}.categoriesPage .container .categoriesList .item p{font-weight:500;font-size:16px;line-height:24px;text-align:center;color:#000}@media only screen and (max-width:1024px){.categoriesPage .container .categoriesList .item p{font-size:14px}}.categoriesPage .container .pageContent{margin-top:60px;display:grid;grid-template-columns:100%}@media only screen and (max-width:1024px){.categoriesPage .container .pageContent{margin-top:0}}.categoriesPage .container .pageContent.active{grid-template-columns:330px 1fr}@media only screen and (max-width:1024px){.categoriesPage .container .pageContent.active{grid-template-columns:100%}.categoriesPage .container .pageContent.active .products{padding:0}}.categoriesPage .container .pageContent.active .products .productsGrid{grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:1800px){.categoriesPage .container .pageContent.active .products .productsGrid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1400px){.categoriesPage .container .pageContent.active .products .productsGrid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:1150px){.categoriesPage .container .pageContent.active .products .productsGrid{grid-template-columns:100%}}@media only screen and (max-width:1024px){.categoriesPage .container .pageContent.active .products .productsGrid{grid-template-columns:repeat(2,1fr);width:100%}}.categoriesPage .container .pageContent .fixedBtn{display:none}@media only screen and (max-width:1024px){.categoriesPage .container .pageContent .fixedBtn{display:flex;position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:999;background:#000}}.categoriesPage .container .pageContent .attributes{border-right:1px solid hsla(0,0%,100%,.1);padding:20px 40px;display:flex;flex-direction:column;grid-gap:10px}@media only screen and (max-width:1024px){.categoriesPage .container .pageContent .attributes{position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:scroll;background:#fff;border:0;padding:20px;display:none;z-index:99}.categoriesPage .container .pageContent .attributes.active{display:flex}}.categoriesPage .container .pageContent .attributes h2{font-weight:500;font-size:18px;line-height:27px}.categoriesPage .container .pageContent .attributes .select{border:1px solid hsla(0,0%,100%,.1);border-radius:10px}.categoriesPage .container .pageContent .attributes .select.active .selectOptions{display:block}.categoriesPage .container .pageContent .attributes .select .selectPreview{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:10px;padding:15px;cursor:pointer}.categoriesPage .container .pageContent .attributes .select .selectPreview p{font-weight:500;font-size:14px;line-height:20px;color:hsla(0,0%,100%,.6)}.categoriesPage .container .pageContent .attributes .select .selectOptions{display:none}.categoriesPage .container .pageContent .attributes .select .selectOptions .valueItem{display:grid;grid-template-columns:18px 1fr;grid-gap:10px;padding:10px 15px;cursor:pointer}.categoriesPage .container .pageContent .attributes .select .selectOptions .valueItem p{font-size:14px;line-height:20px}.categoriesPage .container .pageContent .products{padding:20px 40px}.categoriesPage .container .pageContent .products .productsGrid{padding:0}.categoriesPage .container .pageContent .products .horizontal_banners .banner{margin-bottom:15px}@media only screen and (max-width:1024px){.categoriesPage .container .pageContent .products .horizontal_banners .banner{margin-bottom:15px}}.categoriesPage .container .pageContent .products .horizontal_banners .banner img{width:100%}.singleNewsPage .container{display:grid;grid-template-columns:2fr 1fr}@media only screen and (max-width:1024px){.singleNewsPage .container{display:flex;flex-wrap:wrap}}.singleNewsPage .container .left .photo{width:100%;height:400px;position:relative;margin:50px auto}.singleNewsPage .container .left .photo img{width:auto!important;border-radius:10px;overflow:hidden}@media only screen and (max-width:1024px){.singleNewsPage .container .left .photo img{width:100%!important;height:auto}.singleNewsPage .container .left .photo{width:100%;height:300px;margin:10px 0;padding:0}}.singleNewsPage .container .left h1{margin-bottom:20px}.singleNewsPage .container .left .date{color:hsla(0,0%,100%,.6);font-weight:300;display:block;margin-bottom:20px}.singleNewsPage .container .left .newsContent{margin-right:60px}@media only screen and (max-width:1024px){.singleNewsPage .container .left .newsContent{display:flex;flex-wrap:wrap;margin:0 0 20px}}.singleNewsPage .container .left .newsContent .postBody p{font-size:16px;line-height:24px;margin-bottom:20px}.singleNewsPage .container .left .newsContent .postBody b,.singleNewsPage .container .left .newsContent .postBody strong{font-weight:600}.singleNewsPage .container .right .newestNews{height:100%;margin-top:"100%"}.singleNewsPage .container .right .newestNews .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.singleNewsPage .container .right .newestNews .top a{color:hsla(0,0%,100%,.6);font-size:14px;font-weight:400}.singleNewsPage .container .right .newestNews .singleNewestNew img{height:400px;width:auto!important;border-radius:25px;overflow:hidden}@media only screen and (max-width:1024px){.singleNewsPage .container .right .newestNews .singleNewestNew img{width:100%!important;height:auto}}.singleNewsPage .container .right .newestNews .singleNewestNew .info{padding:0 20px}.singleNewsPage .container .right .newestNews .singleNewestNew .info h4{margin:10px 0}.singleNewsPage .container .right .newestNews .singleNewestNew .info .newsBody{font-size:12px;line-height:18px;color:hsla(0,0%,100%,.6);overflow:hidden;text-overflow:ellipsis}.singleNewsPage .container .right .newestNews .singleNewestNew .info a{margin:20px 0;width:35%;font-size:14px}@media only screen and (max-width:1700px){.singleNewsPage .container .right .newestNews .singleNewestNew .info a{width:50%}}@media only screen and (max-width:1024px){.singleNewsPage .container .right .newestNews .singleNewestNew .info a{width:100%}}.singleNewsPage .container .infos{grid-column:1/span 2}.cartPage{padding-bottom:60px}@media only screen and (max-width:1024px){.cartPage{padding:30px 0;display:flex;justify-content:center;align-items:center;text-align:center}}.cartPage .emptyCart{padding:100px 0;display:flex;flex-direction:column;align-items:center;grid-gap:20px}@media only screen and (max-width:1024px){.cartPage .emptyCart{padding:30px 0}}.cartPage .emptyCart p{font-weight:500;font-size:20px}@media only screen and (max-width:1024px){.cartPage .emptyCart p{font-size:16px}}.cartPage .emptyCart svg{height:100px;width:100px}.cartPage .cartItems{display:flex;flex-direction:column;grid-gap:30px}@media only screen and (max-width:1024px){.cartPage .cartItems{text-align:center;justify-content:center;align-items:center}}.cartPage .cartItems .cartItem{background:#fff;color:#000;border-radius:10px;padding:20px 60px;display:grid;grid-template-columns:1fr 3fr;grid-gap:60px;align-items:center}@media only screen and (max-width:1700px){.cartPage .cartItems .cartItem{padding:20px 30px}}@media only screen and (max-width:1500px){.cartPage .cartItems .cartItem{grid-gap:20px}}@media only screen and (max-width:1024px){.cartPage .cartItems .cartItem{display:flex;flex-direction:column}}.cartPage .cartItems .cartItem .cartItemPhoto{position:relative;margin:0 auto}.cartPage .cartItems .cartItem .cartItemPhoto img{height:180px;width:auto!important}.cartPage .cartItems .cartItem .cartItemBody{display:grid;grid-template-columns:1fr 255px;grid-gap:20px}@media only screen and (max-width:1500px){.cartPage .cartItems .cartItem .cartItemBody{grid-template-columns:1fr 200px}}@media only screen and (max-width:1024px){.cartPage .cartItems .cartItem .cartItemBody{display:flex;flex-direction:column}}.cartPage .cartItems .cartItem .cartItemBody .left{color:#000;display:flex;flex-direction:column;grid-gap:25px;width:100%}@media only screen and (max-width:1500px){.cartPage .cartItems .cartItem .cartItemBody .left{grid-gap:10px}}.cartPage .cartItems .cartItem .cartItemBody .left h2{font-weight:600;font-size:18px;color:#000;line-height:27px}@media only screen and (max-width:1500px){.cartPage .cartItems .cartItem .cartItemBody .left h2{font-size:15px;line-height:22px}}.cartPage .cartItems .cartItem .cartItemBody .left p{color:#000;font-weight:500;font-size:26px;line-height:20px}.cartPage .cartItems .cartItem .cartItemBody .right{display:flex;flex-direction:column;grid-gap:15px;width:100%}.cartPage .cartItems .cartItem .cartItemBody .right .counter{width:100%;background-color:#121212;border-radius:25px;text-align:center;gap:20px;padding:10px}.cartPage .cartItems .cartItem .cartItemBody .right .counter p{display:inline;font-size:24px;margin-right:20px;cursor:pointer}.cartPage .cartItems .cartItem .cartItemBody .right button{color:#fff;width:100%}.cartPage .cartItems .cartItem .cartItemBody .right button.disabled{background:#121212;color:#fff}.cartPage .cartPageContent{display:grid;align-items:start;grid-template-columns:1fr 375px;grid-gap:60px}@media only screen and (max-width:1700px){.cartPage .cartPageContent{grid-gap:30px}}@media only screen and (max-width:1380px){.cartPage .cartPageContent{display:flex;flex-direction:column-reverse}}@media only screen and (max-width:1024px){.cartPage .cartPageContent{display:flex;justify-content:center;align-items:center;text-align:center}}.cartPage .cartSummary{border-radius:10px;padding:60px;border:1px solid #fff}@media only screen and (max-width:1700px){.cartPage .cartSummary{padding:30px}}@media only screen and (max-width:1380px){.cartPage .cartSummary{width:400px;margin:0 auto}}@media only screen and (max-width:700px){.cartPage .cartSummary{width:100%}}.cartPage .cartSummary p{color:#fff;font-weight:500;font-size:18px;line-height:27px}.cartPage .cartSummary h3{color:#fff;font-weight:500;font-size:26px;line-height:20px;margin:25px 0 35px}.cartPage .cartSummary .buttons{display:flex;flex-direction:column;grid-gap:15px}.cartPage .cartSummary .buttons button{width:100%}.cartPage .cartSummary .buttons button.disabled{color:#fff;border:1px solid #fff;background:#121212}.cartPage .cartSummary .buttons a{text-align:center;display:block;color:#fff}.freeShipping{background-color:#009b00;text-align:center;display:flex;justify-content:center;align-items:center;height:45px;padding:0 20px}@media only screen and (max-width:1024px){.freeShipping{height:70px}}.freeShipping p{color:#fff;font-size:20px;font-weight:300}@media only screen and (max-width:1024px){.freeShipping p{font-size:18px}}.freeShipping b{color:#fff}.noFoundPage{height:65vh}@media only screen and (max-width:1024px){.noFoundPage{min-height:530px}}.noFoundPage .centered{align-items:center;text-align:center;max-width:35%;margin:auto}@media only screen and (max-width:1700px){.noFoundPage .centered{max-width:45%}}@media only screen and (max-width:1380px){.noFoundPage .centered{max-width:42%}}@media only screen and (max-width:1024px){.noFoundPage .centered{max-width:80%;margin-top:40px}}.noFoundPage .centered img{width:auto!important}@media only screen and (max-width:1024px){.noFoundPage .centered img{width:100%;height:auto}}.noFoundPage .centered h2{font-size:18px;margin-bottom:10px}.noFoundPage .centered p{font-size:12px;margin-bottom:20px}.noFoundPage .centered a{margin:0 auto;width:40%;background-color:#00ffc8}@media only screen and (max-width:1024px){.noFoundPage .centered a{width:80%}}.thankyouPage,.thankyouPage .innerContainer{display:flex;align-items:center;justify-content:center}.thankyouPage .innerContainer{width:80%;max-width:1000px;gap:15px}@media only screen and (max-width:700px){.thankyouPage .innerContainer{flex-wrap:wrap;gap:5px;text-align:center}.thankyouPage .innerContainer .logo img{height:150px;width:auto}}.thankyouPage .innerContainer h3{font-size:44px;color:#8565c2;font-weight:700}@media only screen and (max-width:700px){.thankyouPage .innerContainer h3{font-size:32px;text-align:center}}.thankyouPage .innerContainer p{margin:1rem 0}.thankyouPage .innerContainer .congrats{font-size:18px;margin-bottom:30px}@media only screen and (max-width:700px){.thankyouPage .innerContainer .congrats{font-size:14px}}.thankyouPage .innerContainer .text{font-size:16px;margin-bottom:30px}@media only screen and (max-width:700px){.thankyouPage .innerContainer .text{font-size:12px}}.thankyouPage .innerContainer a{width:35%;font-size:14px}@media only screen and (max-width:700px){.thankyouPage .innerContainer a{padding:6px 10px;font-size:13px;margin-top:10px;width:100%}}.checkoutPage .checkoutContainer{margin-top:30px;margin-bottom:30px}.checkoutPage .checkoutContainer form{display:grid;grid-template-columns:1fr 500px;grid-gap:30px;gap:30px;border-radius:10px}.checkoutPage .checkoutContainer form .paper{box-shadow:0 8px 24px rgba(0,0,0,.4)}@media only screen and (max-width:1150px){.checkoutPage .checkoutContainer form{display:flex;flex-direction:column}}.checkoutPage .checkoutContainer .paper{padding:30px;height:-moz-fit-content;height:fit-content}.checkoutPage .checkoutContainer .paper h3{margin-bottom:20px}.checkoutPage .checkoutContainer .paper .step{display:flex;flex-wrap:wrap;gap:50px;margin-bottom:30px}@media only screen and (max-width:700px){.checkoutPage .checkoutContainer .paper .step{gap:20px}}.checkoutPage .checkoutContainer .paper .step .field{width:calc(50% - 50px)}@media only screen and (max-width:700px){.checkoutPage .checkoutContainer .paper .step .field{width:100%}}.checkoutPage .checkoutContainer .paper .step input[type=number]::-webkit-inner-spin-button,.checkoutPage .checkoutContainer .paper .step input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.checkoutPage .checkoutContainer .paper .step input[type=number]{-moz-appearance:textfield}.checkoutPage .checkoutContainer .paper .step input[type=number]::-ms-inner-spin-button,.checkoutPage .checkoutContainer .paper .step input[type=number]::-ms-outer-spin-button{display:none}.checkoutPage .checkoutContainer .paper .orderInfo{display:flex;flex-direction:column;gap:20px}.checkoutPage .checkoutContainer .paper .orderInfo .products{display:flex;flex-direction:column;gap:15px;max-height:150px;overflow-y:auto;border-bottom:1px solid #d9d9d9;padding:15px 0}@media only screen and (max-width:1150px){.checkoutPage .checkoutContainer .paper .orderInfo .products{max-height:250px}}.checkoutPage .checkoutContainer .paper .orderInfo .products .previewItem{display:flex;align-items:center;gap:20px}.checkoutPage .checkoutContainer .paper .orderInfo .products .previewItem .quantity{font-size:24px;font-weight:500}.checkoutPage .checkoutContainer .paper .orderInfo .products .previewItem .info{display:flex;flex-direction:column}.checkoutPage .checkoutContainer .paper .orderInfo .products .previewItem .info .price{font-size:21px;font-weight:500}.checkoutPage .checkoutContainer .paper .orderInfo .totalPrice{font-size:24px;font-weight:500}.checkoutPage .checkoutContainer .paper .orderInfo .checkboxRow{display:flex;align-items:center;gap:15px;margin-bottom:5px}.searchResultPage{padding-bottom:60px}.searchResultPage .paper{padding:30px}@media only screen and (max-width:700px){.searchResultPage .paper{padding:0}}.searchResultPage .paper .productsGrid{grid-template-columns:repeat(5,1fr)}@media only screen and (max-width:1800px){.searchResultPage .paper .productsGrid{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:1400px){.searchResultPage .paper .productsGrid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1150px){.searchResultPage .paper .productsGrid{grid-template-columns:repeat(2,1fr)}}.dashboardPage{padding-bottom:60px}@media only screen and (max-width:1024px){.dashboardPage{padding:30px 0}}.dashboardPage .wrapper{display:grid;grid-template-columns:300px 1fr;grid-gap:50px;align-items:flex-start}@media only screen and (max-width:1024px){.dashboardPage .wrapper{grid-template-columns:100%}}.dashboardPage .wrapper .menu{display:flex;flex-direction:column;grid-gap:16px;padding:24px}.dashboardPage .wrapper .menu a,.dashboardPage .wrapper .menu p{display:block;font-size:16px;font-weight:400;color:#000;width:-moz-fit-content;width:fit-content;cursor:pointer}.dashboardPage .wrapper .menu a:hover,.dashboardPage .wrapper .menu p:hover{color:#8565c2}.dashboardPage .wrapper .menu a.active,.dashboardPage .wrapper .menu p.active{color:#000;font-weight:700}.dashboardPage .wrapper .content{padding:24px}.dashboardPage .wrapper .content form{display:flex;flex-direction:column;grid-gap:16px}.dashboardPage .wrapper .content form button{width:-moz-fit-content;width:fit-content}.profilePage .content{display:flex;flex-direction:column;grid-gap:32px}.profilePage .content h2{font-size:18px;margin-bottom:16px}.addressesPage .content h2{font-size:16px;margin-bottom:40px;font-weight:400}.addressesPage .content .items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:50px;align-items:flex-start}@media only screen and (max-width:1380px){.addressesPage .content .items{grid-template-columns:100%}}.addressesPage .content .items .item{width:100%}.addressesPage .content .items .item .row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.addressesPage .content .items .item .row h3{font-weight:500;font-size:18px}.addressesPage .content .items .item .row span{color:#8565c2;font-size:14px;cursor:pointer}.landing_page_first{width:100%}.landing_page_first .header{width:100%;display:block}@media only screen and (max-width:750px){.landing_page_first .header{display:flex;flex-direction:column}}.landing_page_first .header .top{padding-left:10%;padding-right:10%;margin-bottom:5%}.landing_page_first .header .top .banner{width:35%;aspect-ratio:1;display:inline-block;border-radius:.5vw}@media only screen and (max-width:750px){.landing_page_first .header .top .banner{width:100%}}.landing_page_first .header .top .header_text{width:65%;top:0;display:inline-block;vertical-align:top;padding:2%}@media only screen and (max-width:750px){.landing_page_first .header .top .header_text{width:100%}}.landing_page_first .header .top .header_text .top_description{width:100%}.landing_page_first .header .top .header_text .tab{width:100%;margin-top:5%;box-shadow:none;border:1px solid #d3d3d3;padding:2%;border-radius:1em;display:flex;justify-content:space-around}@media only screen and (max-width:750px){.landing_page_first .header .top .header_text .tab{display:flex;flex-direction:column}}.landing_page_first .header .top .header_text .tab img{width:15%;display:inline-block;vertical-align:top;margin:auto;aspect-ratio:1;object-fit:cover}@media only screen and (max-width:750px){.landing_page_first .header .top .header_text .tab img{width:33%}}.landing_page_first .header .top .header_text .tab .card1{width:80%;display:inline-block;vertical-align:top;padding-left:2%}@media only screen and (max-width:750px){.landing_page_first .header .top .header_text .tab .card1{width:100%}}.landing_page_first .header .bottom_description{width:100%;padding-left:10%;padding-right:10%;margin-bottom:2%}.landing_page_second,.landing_page_second .header{width:100%}@media only screen and (max-width:750px){.landing_page_second .header{display:flex;flex-direction:column}}.landing_page_second .header .top{padding-left:10%;padding-right:10%}.landing_page_second .header .top .banner{width:100%;border-radius:.5vw}@media only screen and (max-width:750px){.landing_page_second .header .top .banner{width:100%}}.landing_page_second .header .top .header_text{width:100%;top:0;vertical-align:top;padding:2%}@media only screen and (max-width:750px){.landing_page_second .header .top .header_text{width:100%}}.landing_page_second .header .top .header_text .top_description{width:100%}.landing_page_second .header .top .header_text .cards::-webkit-scrollbar{display:none}.landing_page_second .header .top .header_text .cards{display:flex;justify-content:space-between;-ms-overflow-style:none;scrollbar-width:none}@media only screen and (max-width:750px){.landing_page_second .header .top .header_text .cards{flex-direction:column}}.landing_page_second .header .top .header_text .cards .card{width:23%;margin-top:5%;box-shadow:none;border:1px solid #d3d3d3;padding:1%;border-radius:1em;display:flex;justify-content:space-around}@media only screen and (max-width:750px){.landing_page_second .header .top .header_text .cards .card{width:100%}}.landing_page_second .header .top .header_text .cards .card img{width:15%;display:inline-block;vertical-align:top;margin:auto;aspect-ratio:1;object-fit:cover}@media only screen and (max-width:750px){.landing_page_second .header .top .header_text .cards .card img{width:33%}}.landing_page_second .header .top .header_text .cards .card .card1{width:80%;overflow:hidden;display:inline-block;vertical-align:top;padding-left:2%}@media only screen and (max-width:750px){.landing_page_second .header .top .header_text .cards .card .card1{width:100%}}.landing_page_second .header .bottom_description{width:100%;padding-left:10%;padding-right:10%;margin-bottom:2%}.landing_page_second .header .preview{width:100%;padding-top:5%;padding-bottom:5%}.landing_page_third{width:100%}.landing_page_third .header{width:100%;padding-left:10%;padding-right:10%;display:block}@media only screen and (max-width:750px){.landing_page_third .header{display:flex;flex-direction:column}}.landing_page_third .header .banner{width:30%;aspect-ratio:1;display:inline-block;object-fit:contain;border-radius:.5vw}@media only screen and (max-width:750px){.landing_page_third .header .banner{width:100%}}.landing_page_third .header .header_text{width:65%;top:0;display:inline-block;vertical-align:top;padding:2%}@media only screen and (max-width:750px){.landing_page_third .header .header_text{width:100%}}.landing_page_third .header .header_text .top_description{width:100%}.landing_page_third .header .bottom_description{width:100%;margin-bottom:2%}.landing_page_third .header .preview{width:100%;padding-top:5%;padding-bottom:5%;display:flex;justify-content:center}@media only screen and (max-width:750px){.landing_page_third .header .preview{display:block}}.landing_page_third .header .preview .category{width:12.5%;display:inline-block;overflow:hidden;aspect-ratio:1}@media only screen and (max-width:750px){.landing_page_third .header .preview .category{width:50%;aspect-ratio:1;padding:1%}}.landing_page_third .header .preview .category img{object-fit:contain;width:100%}