: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:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top: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)}}.rdp{--rdp-cell-size:40px;--rdp-caption-font-size:18px;--rdp-accent-color:#00f;--rdp-background-color:#e7edff;--rdp-accent-color-dark:#3003e1;--rdp-background-color-dark:#180270;--rdp-outline:2px solid var(--rdp-accent-color);--rdp-outline-selected:3px solid var(--rdp-accent-color);margin:1em}.rdp-vhidden{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:absolute!important;top:0;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(1px,1px,1px,1px)!important;border:0!important}.rdp-button_reset{appearance:none;position:relative;margin:0;padding:0;cursor:default;color:inherit;background:none;font:inherit;-moz-appearance:none;-webkit-appearance:none}.rdp-button_reset:focus-visible{outline:none}.rdp-button{border:2px solid transparent}.rdp-button[disabled]:not(.rdp-day_selected){opacity:.25}.rdp-button:not([disabled]){cursor:pointer}.rdp-button:focus-visible:not([disabled]){color:inherit;background-color:var(--rdp-background-color);border:var(--rdp-outline)}.rdp-button:hover:not([disabled]):not(.rdp-day_selected){background-color:var(--rdp-background-color)}.rdp-months{display:flex}.rdp-month{margin:0 1em}.rdp-month:first-child{margin-left:0}.rdp-month:last-child{margin-right:0}.rdp-table{margin:0;max-width:calc(var(--rdp-cell-size)*7);border-collapse:collapse}.rdp-with_weeknumber .rdp-table{max-width:calc(var(--rdp-cell-size)*8);border-collapse:collapse}.rdp-caption{display:flex;align-items:center;justify-content:space-between;padding:0;text-align:left}.rdp-multiple_months .rdp-caption{position:relative;display:block;text-align:center}.rdp-caption_dropdowns,.rdp-caption_label{position:relative;display:inline-flex}.rdp-caption_label{z-index:1;align-items:center;margin:0;padding:0 .25em;white-space:nowrap;color:currentColor;border:2px solid transparent;font-family:inherit;font-size:var(--rdp-caption-font-size);font-weight:700}.rdp-nav{white-space:nowrap}.rdp-multiple_months .rdp-caption_start .rdp-nav{position:absolute;top:50%;left:0;transform:translateY(-50%)}.rdp-multiple_months .rdp-caption_end .rdp-nav{position:absolute;top:50%;right:0;transform:translateY(-50%)}.rdp-nav_button{display:inline-flex;align-items:center;justify-content:center;width:var(--rdp-cell-size);height:var(--rdp-cell-size);padding:.25em;border-radius:100%}.rdp-dropdown_month,.rdp-dropdown_year{position:relative;display:inline-flex;align-items:center}.rdp-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;z-index:2;top:0;bottom:0;left:0;width:100%;margin:0;padding:0;cursor:inherit;opacity:0;border:none;background-color:transparent;font-family:inherit;font-size:inherit;line-height:inherit}.rdp-dropdown[disabled]{opacity:unset;color:unset}.rdp-dropdown:focus-visible:not([disabled])+.rdp-caption_label{background-color:var(--rdp-background-color);border:var(--rdp-outline);border-radius:6px}.rdp-dropdown_icon{margin:0 0 0 5px}.rdp-head{border:0}.rdp-head_row,.rdp-row{height:100%}.rdp-head_cell{vertical-align:middle;font-size:.75em;font-weight:700;text-align:center;height:100%;height:var(--rdp-cell-size);padding:0;text-transform:uppercase}.rdp-tbody{border:0}.rdp-tfoot{margin:.5em}.rdp-cell{width:var(--rdp-cell-size);height:100%;height:var(--rdp-cell-size);padding:0;text-align:center}.rdp-weeknumber{font-size:.75em}.rdp-day,.rdp-weeknumber{display:flex;overflow:hidden;align-items:center;justify-content:center;box-sizing:border-box;width:var(--rdp-cell-size);max-width:var(--rdp-cell-size);height:var(--rdp-cell-size);margin:0;border:2px solid transparent;border-radius:100%}.rdp-day_today:not(.rdp-day_outside){font-weight:700}.rdp-day_selected,.rdp-day_selected:focus-visible,.rdp-day_selected:hover{color:#fff;opacity:1;background-color:var(--rdp-accent-color)}.rdp-day_outside{opacity:.5}.rdp-day_selected:focus-visible{outline:var(--rdp-outline);outline-offset:2px;z-index:1}.rdp:not([dir=rtl]) .rdp-day_range_start:not(.rdp-day_range_end){border-top-right-radius:0;border-bottom-right-radius:0}.rdp:not([dir=rtl]) .rdp-day_range_end:not(.rdp-day_range_start),.rdp[dir=rtl] .rdp-day_range_start:not(.rdp-day_range_end){border-top-left-radius:0;border-bottom-left-radius:0}.rdp[dir=rtl] .rdp-day_range_end:not(.rdp-day_range_start){border-top-right-radius:0;border-bottom-right-radius:0}.rdp-day_range_end.rdp-day_range_start{border-radius:100%}.rdp-day_range_middle{border-radius:0}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.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-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-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.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-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.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-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;700&display=swap";.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:10px;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: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:10px;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-progressbar{background: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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top: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: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,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}@font-face{font-family:Trash;src:local("TrashBold"),url(/_next/static/media/TrashBold.fe3b2660.otf) format("opentype");font-style:normal;font-weight:700}@font-face{font-family:Trash;src:local("TrashBoldItalic"),url(/_next/static/media/TrashBoldItalic.694ab76b.otf) format("opentype");font-style:italic;font-weight:700}@font-face{font-family:Trash;src:local("TrashMedium"),url(/_next/static/media/TrashMedium.f451401e.otf) format("opentype");font-style:normal;font-weight:500}@font-face{font-family:Trash;src:local("TrashRegular"),url(/_next/static/media/TrashRegular.077d4dfd.otf) format("opentype");font-style:normal;font-weight:400}@font-face{font-family:Trash;src:local("RegularItalic"),url(/_next/static/media/RegularItalic.d56b5768.otf) format("opentype");font-style:italic;font-weight:400}@font-face{font-family:Trash;src:local("TrashBlack"),url(/_next/static/media/TrashBlack.6987e0d7.otf) format("opentype");font-style:normal;font-weight:900}@font-face{font-family:Trash;src:local("TrashBlackItalic"),url(/_next/static/media/TrashBlackItalic.83a602b1.otf) format("opentype");font-style:italic;font-weight:900}@font-face{font-family:Trash;src:local("TrashLight"),url(/_next/static/media/TrashLight.5ec63150.otf) format("opentype");font-style:normal;font-weight:100}@font-face{font-family:Trash;src:local("TrashLightItalic"),url(/_next/static/media/TrashLightItalic.57ca38c4.otf) format("opentype");font-style:italic;font-weight:100}@font-face{font-family:Trash;src:local("TrashItalic"),url(/_next/static/media/TrashItalic.b93c8188.otf) format("opentype");font-style:italic;font-weight:400}.normalHeader{box-sizing:border-box;position:sticky;top:0;z-index:9}.base-modal{border-radius:8px;background-color:#fff;box-shadow:5px 5px 74px 5px hsla(0,0%,45%,.25);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (max-width:1024px){.base-modal{width:90%}}.container-grid{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;padding-top:55px;padding-bottom:55px}.container{padding-left:32px;padding-right:32px;max-width:1230px;margin-left:auto;margin-right:auto;width:100%}@media only screen and (max-width:1024px){.container{padding-left:15px;padding-right:15px}}.container__fullwidth{max-width:1440px}.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:0 30px;gap:0 30px;grid-auto-rows:min-content}@media(max-width:900px){.grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));grid-gap:20px;gap:20px;padding-left:0;padding-right:0}}@media(max-width:700px){.grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));grid-gap:15px;gap:15px;padding-left:0;padding-right:0}}@media(max-width:500px){.grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px;padding-left:0;padding-right:0}}@media(max-width:320px){.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;padding-left:0;padding-right:0}}.col-1{grid-column:span 1}.col-2{grid-column:span 2}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}.col-8{grid-column:span 8}.col-9{grid-column:span 9}.col-10{grid-column:span 10}.col-11{grid-column:span 11}.col-12{grid-column:span 12}@media(max-width:900px){.col-11,.col-12{grid-column:span 10}.col-md-1{grid-column:span 1}.col-md-2{grid-column:span 2}.col-md-3{grid-column:span 3}.col-md-4{grid-column:span 4}.col-md-5{grid-column:span 5}.col-md-6{grid-column:span 6}.col-md-7{grid-column:span 7}.col-md-8{grid-column:span 8}.col-md-9{grid-column:span 9}.col-md-10{grid-column:span 10}}@media(max-width:700px){.col-10,.col-11,.col-12,.col-9,.col-md-10,.col-md-11,.col-md-12,.col-md-9{grid-column:span 8}.col-sm-1{grid-column:span 1}.col-sm-2{grid-column:span 2}.col-sm-3{grid-column:span 3}.col-sm-4{grid-column:span 4}.col-sm-5{grid-column:span 5}.col-sm-6{grid-column:span 6}.col-sm-7{grid-column:span 7}.col-sm-8{grid-column:span 8}}@media(max-width:500px){.col-10,.col-11,.col-12,.col-7,.col-8,.col-9,.col-md-10,.col-md-11,.col-md-12,.col-md-7,.col-md-8,.col-md-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-7,.col-sm-8,.col-sm-9{grid-column:span 6}.col-xs-1{grid-column:span 1}.col-xs-2{grid-column:span 2}.col-xs-3{grid-column:span 3}.col-xs-4{grid-column:span 4}.col-xs-5{grid-column:span 5}.col-xs-6{grid-column:span 6}}@media(max-width:320px){.col-10,.col-11,.col-12,.col-5,.col-6,.col-7,.col-8,.col-9,.col-md-10,.col-md-11,.col-md-12,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{grid-column:span 4}.col-xxs-1{grid-column:span 1}.col-xxs-2{grid-column:span 2}.col-xxs-3{grid-column:span 3}.col-xxs-4{grid-column:span 4}}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mr-1{margin-right:1rem}.mr-2{margin-right:2rem}.mr-3{margin-right:3rem}.mr-4{margin-right:4rem}.mr-5{margin-right:5rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.ml-1{margin-left:1rem}.ml-2{margin-left:2rem}.ml-3{margin-left:3rem}.ml-4{margin-left:4rem}.ml-5{margin-left:5rem}.m-auto{margin:auto}.pt-1{padding-top:1rem}.pt-2{padding-top:2rem}.pt-3{padding-top:3rem}.pt-4{padding-top:4rem}.pt-5{padding-top:5rem}.pr-1{padding-right:1rem}.pr-2{padding-right:2rem}.pr-3{padding-right:3rem}.pr-4{padding-right:4rem}.pr-5{padding-right:5rem}.pb-1{padding-bottom:1rem}.pb-2{padding-bottom:2rem}.pb-3{padding-bottom:3rem}.pb-4{padding-bottom:4rem}.pb-5{padding-bottom:5rem}.pl-1{padding-left:1rem}.pl-2{padding-left:2rem}.pl-3{padding-left:3rem}.pl-4{padding-left:4rem}.pl-5{padding-left:5rem}.w-10{width:10%}.w-20{width:20%}.w-30{width:30%}.w-40{width:40%}.w-50{width:50%}.w-60{width:60%}.w-70{width:70%}.w-80{width:80%}.w-90{width:90%}.w-100{width:100%}body.is-open-menu{overflow:hidden}a{white-space:nowrap}a,a:active,a:visited{color:#000;text-decoration:none}.gradient{background:linear-gradient(180deg,#856aff,#f89f90 167px,#fff 334px);margin-top:-150px;padding-top:150px}.custom-pagination-home-artists,.custom-pagination-home-artworks,.custom-pagination-home-banner,.custom-pagination-home-discovery,.custom-pagination-home-trends,.pagination,.swiperCustomPagination,.swiperCustomPaginationNews{width:100%;position:absolute;bottom:-45px!important;display:flex;justify-content:center;align-items:center;gap:8px}.custom-pagination-home-artists span,.custom-pagination-home-artworks span,.custom-pagination-home-banner span,.custom-pagination-home-discovery span,.custom-pagination-home-trends span,.pagination span,.swiperCustomPagination span,.swiperCustomPaginationNews span{background:#665eff;cursor:pointer}.custom-pagination-home-banner span{background:#000;cursor:pointer}.custom-pagination-home-artworks{background:rgba(0,0,0,.1);border-radius:55px;padding:8px;left:50%!important;bottom:0!important;transform:translate(-50%,45px);min-width:50px!important;width:auto!important}.custom-pagination-home-artworks span{background:#fff;cursor:pointer}.custom-pagination-home-artists span,.custom-pagination-home-discovery span,.custom-pagination-home-trends span{background:#000;cursor:pointer}@media only screen and (max-width:1024px){.swiperCustomPaginationNews{display:none}}.rdp-day.rdp-day,.rdp-day_selected.rdp-day_selected,.rdp-day_today.rdp-day_today:not(.rdp-day_outside){font-weight:400}.rdp-day_selected.rdp-day_selected:hover{background-color:#665eff}.rdp-day_range_start.rdp-day_range_start{background-color:#665eff;border-top-left-radius:4px;border-bottom-left-radius:4px}.rdp-day_range_end.rdp-day_range_end{background-color:#665eff;border-top-right-radius:4px;border-bottom-right-radius:4px}.rdp-day_selected.rdp-day_selected:not(.rdp-day_range_start,.rdp-day_range_end){color:#000;background-color:#f5f5f5}.rdp-caption_label.rdp-caption_label{font-size:16px;font-weight:500}.rdp-button.rdp-button:hover:not([disabled]):not(.rdp-day_selected){background-color:#f5f5f5;border-radius:4px}.rdp-head_cell.rdp-head_cell{font-weight:400}.rdp-day_range_end.rdp-day_range_start.rdp-day_range_end.rdp-day_range_start{border-radius:4px}@media only screen and (max-width:1024px){.rdp-months.rdp-months{flex-direction:column}.rdp-month.rdp-month{margin:8px}}.DialogTitle_DialogTitle__TXXnq{display:flex;justify-content:space-between;align-items:center}.DialogTitle_closeBtn__1422S{background-color:#000!important}.DialogTitle_closeBtn__1422S svg,.DialogTitle_closeBtn__1422S svg path{fill:#fff!important}.BagAvatarTrend_wrapper__ssCPj{display:flex;flex-direction:row;align-items:center;gap:8px}.BagAvatarTrend_wrapper__ssCPj .BagAvatarTrend_heading__r6v9G{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;cursor:pointer;max-width:15ch}.BagAvatarTrend_wrapper__ssCPj .BagAvatarTrend_linkUser__6j1Dj:hover{color:#665eff}.ButtonPrice_ButtonPrice__6J52_{display:flex;justify-content:center;align-items:stretch;position:relative;width:auto;height:auto;cursor:pointer}.ButtonPrice_ButtonPrice__Price__D66Ke{display:flex;justify-content:center;align-items:center;border-top-left-radius:8px;border-bottom-left-radius:8px;background-color:#fff;color:#000;width:auto;text-transform:uppercase;text-wrap:nowrap}.ButtonPrice_ButtonPrice__Price__D66Ke:hover{color:#665eff}.ButtonPrice_ButtonPrice__Label__LPRfz{display:flex;justify-content:center;align-items:center;border-top-right-radius:8px;border-bottom-right-radius:8px;background-color:#000;color:#fff;width:auto;text-wrap:nowrap}.ButtonPrice_ButtonPrice__6J52_.ButtonPrice_sizeSmall__EZNag.ButtonPrice_ButtonPrice__6J52_{height:56px}.ButtonPrice_ButtonPrice__6J52_.ButtonPrice_sizeSmall__EZNag .ButtonPrice_ButtonPrice__Price__D66Ke{padding:0 12px;font-size:20px;font-weight:700}@media only screen and (max-width:599px){.ButtonPrice_ButtonPrice__6J52_.ButtonPrice_sizeSmall__EZNag .ButtonPrice_ButtonPrice__Price__D66Ke{font-size:16px}}.ButtonPrice_ButtonPrice__6J52_.ButtonPrice_sizeSmall__EZNag .ButtonPrice_ButtonPrice__Label__LPRfz{padding:0 32px;font-size:20px;font-weight:700}@media only screen and (max-width:599px){.ButtonPrice_ButtonPrice__6J52_.ButtonPrice_sizeSmall__EZNag .ButtonPrice_ButtonPrice__Label__LPRfz{font-size:16px}}.ButtonPrice_ButtonPrice__6J52_.ButtonPrice_sizeMedium__HA6OZ.ButtonPrice_ButtonPrice__6J52_{height:76px}.ButtonPrice_ButtonPrice__6J52_.ButtonPrice_sizeMedium__HA6OZ .ButtonPrice_ButtonPrice__Price__D66Ke{font-size:32px;font-weight:700;padding:0 20px}.ButtonPrice_ButtonPrice__6J52_.ButtonPrice_sizeMedium__HA6OZ .ButtonPrice_ButtonPrice__Label__LPRfz{padding:0 24px;font-size:24px;font-weight:500}.ButtonPrice_ButtonPrice__6J52_.ButtonPrice_fullWidth__ZFKKw .ButtonPrice_ButtonPrice__Label__LPRfz,.ButtonPrice_ButtonPrice__6J52_.ButtonPrice_fullWidth__ZFKKw .ButtonPrice_ButtonPrice__Price__D66Ke{width:100%}.ButtonPrice_ButtonPrice__6J52_.ButtonPrice_variantOutlined__40M5l .ButtonPrice_ButtonPrice__Price__D66Ke{background-color:#fff;color:#000;border:1.5px solid #000;width:50%}.ButtonPrice_ButtonPrice__6J52_.ButtonPrice_variantOutlined__40M5l .ButtonPrice_ButtonPrice__Label__LPRfz{background-color:#000;color:#fff;border:1.5px solid #000;width:50%}.ButtonPrice_ButtonPrice__6J52_.ButtonPrice_variantContained__72lyg .ButtonPrice_ButtonPrice__Price__D66Ke{background-color:#fff;color:#000;border:none;width:50%}.ButtonPrice_ButtonPrice__6J52_.ButtonPrice_variantContained__72lyg .ButtonPrice_ButtonPrice__Label__LPRfz{background-color:#000;color:#fff;border:none;width:50%}.ButtonPrice_ButtonPrice__6J52_.ButtonPrice_shadow__A3Bwd.ButtonPrice_ButtonPrice__6J52_{filter:drop-shadow(0 4.01296px 14.0453px rgba(139,132,132,.45))}.CardArtwork_editions__nrHBB{position:relative}.CardArtwork_editions__nrHBB.CardArtwork_cardMultiple__Bzb2c{background-image:url(/images/bag-card-multiple.svg);background-position:bottom;background-repeat:no-repeat;background-size:100%;padding-bottom:24px;height:100%}.CardArtwork_cardArtwork__Rrnvh{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr 55px;grid-gap:12px;gap:12px;position:relative}.CardArtwork_cardArtwork_Media__cxJA5{width:100%;overflow:hidden}.CardArtwork_cardArtwork_Info__zgmgd{display:flex;flex-direction:column;gap:8px;padding:0 12px}.CardArtwork_cardArtwork_Info__Country__vAHHQ{text-transform:uppercase}.CardArtwork_cardArtwork_Info__Avalibles__jUjTp,.CardArtwork_cardArtwork_Info__Country__vAHHQ{font-size:12px;font-weight:400;font-family:Space Grotesk,sans-serif}.CardArtwork_cardArtwork_Action__VlfpA{padding-right:12px;padding-left:12px;padding-bottom:12px}.CardArtwork_cardMedia__5WaPP{height:auto}.CardArtwork_cardMedia__media__gi8MV{width:100%;position:relative;min-height:288px;height:100%;cursor:pointer}.CardArtwork_cardMedia__media__gi8MV:hover .CardArtwork_cardMedia__media_titleArtwork__IkXQe,.CardArtwork_cardMedia__media__gi8MV:hover .CardArtwork_titleShadow__I3LCH{opacity:1;transition:.5s}.CardArtwork_cardMedia__media_img__7W_gV{border-radius:0}.CardArtwork_cardMedia__media_video__kO9Jv{position:absolute;inset:0;box-sizing:border-box;border:none;margin:auto;display:block;min-width:100%;max-width:100%;min-height:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;height:100%;-o-object-position:center;object-position:center}.CardArtwork_cardMedia__media_titleArtwork__IkXQe{padding:16px;color:#fff;box-sizing:border-box;position:absolute;width:100%;bottom:0;opacity:0;transition:.5s;cursor:pointer}.CardArtwork_cardMedia__media__gi8MV .CardArtwork_titleShadow__I3LCH{-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;-moz-border-top-left-radius:8px;-moz-border-top-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;width:100%;height:30%;background:linear-gradient(0deg,rgba(0,0,0,.6),transparent);position:absolute;left:0;right:0;bottom:0;opacity:0;transition:.5s}.CardArtwork_cardMedia__media_rated__qIpu4{padding:0 12px;min-height:50px;max-height:50px;display:grid;grid-template-areas:"rated likeButton";position:absolute;width:100%;top:5px;box-sizing:border-box}.CardArtwork_cardMedia__media_rated__qIpu4 .CardArtwork_chip__7ad7H{display:flex;justify-content:flex-start;align-items:center;gap:8px;grid-area:rated}.CardArtwork_cardMedia__media_rated__qIpu4 .CardArtwork_likeButton__K02d2{display:flex;justify-content:flex-end;align-items:center;gap:8px;grid-area:likeButton}.CardArtwork_cardMedia__media_rated__qIpu4 .CardArtwork_likeButton__svg__MKb_w{width:25px;height:25px}.CardArtwork_cardMedia__media_shadow__a7vCW{-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;-moz-border-top-left-radius:8px;-moz-border-top-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;width:100%;height:20%;background:linear-gradient(180deg,rgba(0,0,0,.6),transparent);position:absolute;top:0;left:0;right:0}.CardMedia_cardMedia__kziKj{height:100%}.CardMedia_cardMedia__media__xq8_e{width:100%;position:relative;min-height:288px;height:100%;overflow:hidden}.CardMedia_cardMedia__media_video__ENs_3{border-radius:8px;position:absolute;inset:0;box-sizing:border-box;border:none;margin:auto;display:block;min-width:100%;max-width:100%;min-height:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;height:100%;-o-object-position:center;object-position:center}.CardMedia_cardMedia__media_info__LseLw{position:relative;width:100%}.CardMedia_cardMedia__media_info__LseLw .CardMedia_isVideoIcon__xU8gg,.CardMedia_cardMedia__media_info_title__DWIkr{width:100%;position:absolute;top:0;left:0;padding-left:20px;padding-right:20px;padding-top:30px;box-sizing:border-box}.CardMedia_cardMedia__media_info__LseLw .CardMedia_isVideoIcon__xU8gg svg,.CardMedia_cardMedia__media_info_title__DWIkr svg{color:#fff}.CardMedia_cardMedia__media_info__LseLw .CardMedia_country__dD6rO{display:flex;flex-direction:column;align-items:flex-start;color:#fff}.CardMedia_cardMedia__media_info__LseLw .CardMedia_isVideoIcon__xU8gg{display:flex;justify-content:space-between;align-items:center}.CardMedia_cardMedia__media_shadow__KVAT8{-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;-moz-border-top-left-radius:8px;-moz-border-top-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;width:100%;height:20%;background:linear-gradient(180deg,rgba(0,0,0,.6),transparent);position:absolute;top:0;left:0;right:0}.DialogRow_DialogRow__LfVXV{border-bottom:1px solid #e0e0e0;font-weight:500;padding:16px 0;align-items:center}.DialogRow_DialogRow__row__T7PHN{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:16px;gap:16px;width:100%}@media only screen and (max-width:1024px){.DialogRow_DialogRow__row__T7PHN{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}}.DialogRow_DialogRow__row__T7PHN span:last-child{text-align:right}@media only screen and (max-width:1024px){.DialogRow_DialogRow__row__T7PHN span:last-child{text-align:left}}.FollowCounter_followCounter__VHxJ0{display:flex;flex-direction:column;align-items:center;gap:16px}.InputLabel_inputLabel__du7rt{display:grid;grid-template-rows:1fr;grid-template-columns:auto 1fr;grid-template-areas:"label input" "error error";height:56px}.InputLabel_inputLabel__du7rt.InputLabel_vertical__sbTx1{grid-template-columns:auto 1fr auto;grid-template-areas:"label label" "input input" "error error"}.InputLabel_inputLabel__du7rt.InputLabel_positionEnd__65vjn.InputLabel_inputLabel__du7rt.InputLabel_positionEnd__65vjn .InputLabel_inputLabel__du7rt.InputLabel_vertical__sbTx1 .InputLabel_styleLabel__PTlbS,.InputLabel_inputLabel__du7rt.InputLabel_vertical__sbTx1 .InputLabel_inputLabel__du7rt.InputLabel_positionEnd__65vjn.InputLabel_inputLabel__du7rt.InputLabel_positionEnd__65vjn .InputLabel_styleLabel__PTlbS,.InputLabel_inputLabel__du7rt.InputLabel_vertical__sbTx1 .InputLabel_styleLabel__PTlbS{border-right:1px solid #c4c4c4;border-bottom:0;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-top-left-radius:4px;-moz-border-top-right-radius:4px;-moz-border-bottom-left-radius:0;-moz-border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:0;border-bottom-right-radius:0}.InputLabel_inputLabel__du7rt .InputLabel_styleLabel__PTlbS,.InputLabel_inputLabel__du7rt.InputLabel_positionEnd__65vjn.InputLabel_inputLabel__du7rt.InputLabel_positionEnd__65vjn .InputLabel_styleLabel__PTlbS{display:flex;align-items:center;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:0;-moz-border-top-left-radius:4px;-moz-border-top-right-radius:0;-moz-border-bottom-left-radius:4px;-moz-border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:0;border-bottom-left-radius:4px;border-bottom-right-radius:0;background-color:#e0e0e0;border:1px solid #c4c4c4;padding:16px;grid-area:label;box-sizing:border-box;border-right:0;height:100%}.InputLabel_inputLabel__du7rt .InputLabel_styleInput__1srk1{grid-area:input}.InputLabel_inputLabel__du7rt.InputLabel_positionEnd__65vjn{grid-template-columns:1fr auto;grid-template-areas:"input label"}.InputLabel_inputLabel__du7rt.InputLabel_positionEnd__65vjn.InputLabel_inputLabel__du7rt.InputLabel_positionEnd__65vjn .InputLabel_styleLabel__PTlbS{-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:4px;-moz-border-top-left-radius:0;-moz-border-top-right-radius:4px;-moz-border-bottom-left-radius:0;-moz-border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:4px;border-bottom-left-radius:0;border-bottom-right-radius:4px;border:1px solid #c4c4c4;border-left:0}.InputLabel_inputLabel__du7rt.InputLabel_positionEnd__65vjn.InputLabel_inputLabel__du7rt.InputLabel_positionEnd__65vjn .InputLabel_styleInput__1srk1 fieldset{-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:0;-moz-border-top-left-radius:4px;-moz-border-top-right-radius:0;-moz-border-bottom-left-radius:4px;-moz-border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:0;border-bottom-left-radius:4px;border-bottom-right-radius:0}.InputLabel_inputLabel__du7rt .InputLabel_errorMessageInputLabel__N8El3{color:#e63c3c;grid-area:error;margin-left:14px;margin-top:3px}.InputLabelDropdown_inputLabel__gFfPJ{display:grid;grid-template-rows:1fr;grid-template-columns:1fr auto;grid-template-areas:"input label"}.InputLabelDropdown_inputLabel__gFfPJ .InputLabelDropdown_styleLabel__umpya{-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:4px;-moz-border-top-left-radius:0;-moz-border-top-right-radius:4px;-moz-border-bottom-left-radius:0;-moz-border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:4px;border-bottom-left-radius:0;border-bottom-right-radius:4px;background-color:#e0e0e0;border:1px solid #c4c4c4;padding:4px;grid-area:label;box-sizing:border-box;height:100%}.InputLabelDropdown_inputLabel__gFfPJ .InputLabelDropdown_styleLabel__umpya button{border-radius:4px;color:#000;box-shadow:none;background-color:transparent;height:100%}.InputLabelDropdown_inputLabel__gFfPJ .InputLabelDropdown_styleInput__XDpar{grid-area:input}.InputLabelDropdown_inputLabel__gFfPJ .InputLabelDropdown_styleInput__XDpar fieldset{-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:0;-moz-border-top-left-radius:4px;-moz-border-top-right-radius:0;-moz-border-bottom-left-radius:4px;-moz-border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:0;border-bottom-left-radius:4px;border-bottom-right-radius:0}.InputDatePicker_inputLabel__rE1Ro{display:grid;grid-template-rows:1fr;grid-template-columns:auto 1fr;grid-template-areas:"label input"}.InputDatePicker_inputLabel__rE1Ro .InputDatePicker_styleLabel__DWWMS,.InputDatePicker_inputLabel__rE1Ro.InputDatePicker_positionEnd__eSYgh.InputDatePicker_inputLabel__rE1Ro.InputDatePicker_positionEnd__eSYgh .InputDatePicker_styleLabel__DWWMS{display:flex;align-items:center;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:0;-moz-border-top-left-radius:4px;-moz-border-top-right-radius:0;-moz-border-bottom-left-radius:4px;-moz-border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:0;border-bottom-left-radius:4px;border-bottom-right-radius:0;background-color:#e0e0e0;border:1px solid #c4c4c4;padding:16px;grid-area:label;box-sizing:border-box;border-right:0;height:100%}.InputDatePicker_inputLabel__rE1Ro .InputDatePicker_styleInput__YJZ8Z{grid-area:input}.InputDatePicker_inputLabel__rE1Ro.InputDatePicker_positionEnd__eSYgh{grid-template-columns:1fr auto;grid-template-areas:"input label"}.InputDatePicker_inputLabel__rE1Ro.InputDatePicker_positionEnd__eSYgh.InputDatePicker_inputLabel__rE1Ro.InputDatePicker_positionEnd__eSYgh .InputDatePicker_styleLabel__DWWMS{-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:4px;-moz-border-top-left-radius:0;-moz-border-top-right-radius:4px;-moz-border-bottom-left-radius:0;-moz-border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:4px;border-bottom-left-radius:0;border-bottom-right-radius:4px;border:1px solid #c4c4c4;border-left:0}.InputDatePicker_inputLabel__rE1Ro.InputDatePicker_positionEnd__eSYgh.InputDatePicker_inputLabel__rE1Ro.InputDatePicker_positionEnd__eSYgh .InputDatePicker_styleInput__YJZ8Z fieldset{-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:0;-moz-border-top-left-radius:4px;-moz-border-top-right-radius:0;-moz-border-bottom-left-radius:4px;-moz-border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:0;border-bottom-left-radius:4px;border-bottom-right-radius:0}.InputDatePicker_styledWrapper__OyN_3{padding:32px;height:auto}.InputDatePicker_styledWrapper__inputs__loYFk{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:12px}.InputDatePicker_styledWrapper__inputs_duration__ShCqZ{margin-bottom:16px;width:100%}.InputDatePicker_styledWrapper__inputs_range__Rv_Pd{display:flex;gap:12px;width:100%}@media only screen and (max-width:1024px){.InputDatePicker_styledWrapper__inputs_range__Rv_Pd{flex-direction:column}}.InputDatePicker_styledWrapper__calendar__Ntsl7{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:16px}.SocialItem_socialItem__mPZyL{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;margin-bottom:16px}.SocialItem_socialItem__mPZyL svg{width:20px;height:20px}.SocialItem_socialItem__mPZyL a:hover{color:#665eff}.SwitchCard_switchCard__imDHy{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;grid-gap:16px;gap:16px;position:relative}.SwitchCard_switchCard__heading__wdLoC{display:flex;justify-content:space-between;align-items:center;gap:16px}.SwitchCard_switchCard__icon__PAHTt{background-color:#d9ecfc;border-radius:55px;padding:4px;display:flex;align-items:center;justify-content:center;width:30px;height:30px}.Tabs_tabsWrapper__CHitP{border-bottom:1px solid #e0e0e0}.SearchHeader_wrapper__O2lRf{display:flex;justify-content:center;align-items:center;border-radius:8px;padding:0 4px;width:100%;height:36px}.SearchHeader_wrapper__O2lRf.SearchHeader_primary__cNx5O{color:#fff;background:#222}.SearchHeader_wrapper__O2lRf.SearchHeader_primary__cNx5O fieldset{border:none}.SearchHeader_wrapper__O2lRf.SearchHeader_primary__cNx5O input{color:#fff}.SearchHeader_wrapper__O2lRf.SearchHeader_secondary__bHxaT{color:#000;background:#f9f9f9}.SearchHeader_wrapper__O2lRf.SearchHeader_secondary__bHxaT fieldset{border:none}.SearchHeader_wrapper__O2lRf.SearchHeader_secondary__bHxaT .SearchHeader_wrapper_input__C0U2h.SearchHeader_wrapper_input__C0U2h{color:#000}.SearchHeader_wrapper__O2lRf.SearchHeader_secondary__bHxaT .SearchHeader_wrapper_icon__1G9q9>svg>path{color:#000;fill:#000}.SearchHeader_wrapper__O2lRf fieldset{border-radius:8px;border:1px solid #000}.SearchHeader_wrapper_icon__1G9q9{width:25px;height:25px}.SearchHeader_wrapper__O2lRf .SearchHeader_wrapper_input__C0U2h.SearchHeader_wrapper_input__C0U2h{color:#fff;margin-left:1rem;flex:1 1}.SearchHeader_dropdownSearch_List__b6jXg{height:100%;list-style:none;cursor:pointer;gap:4px;padding:12px 32px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;transition:.1s ease-in-out}.SearchHeader_dropdownSearch_List__b6jXg:hover{transition:.1s ease-in;background-color:#e0e0e0}.SearchHeader_dropdownSearch_ListItem__LzWD3{height:auto;padding:.5rem 1rem;width:100%}.SearchHeader_dropdownSearch_ListItem__LzWD3 p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:15ch;margin:0;width:100%}.SearchHeader_dropdownSearch_ListItem__LzWD3 span{text-overflow:ellipsis}.SearchHeader_paperSearch__nt8V2{background-color:#fff;box-shadow:5px 5px 74px 5px hsla(0,0%,45%,.25);border-radius:12px;margin-top:8px;width:400px}@media only screen and (max-width:1024px){.SearchHeader_paperSearch__nt8V2{margin-top:0;box-shadow:none;width:auto}}.SearchHeader_menuList__CKty5,.SearchHeader_paperSearch__nt8V2 .SearchHeader_paperSearchChilren___G6vM{height:100%}.SearchHeader_listBox__Fk2ey{height:auto;min-height:550px;border-radius:12px;padding-bottom:100px}@media only screen and (max-width:1024px){.SearchHeader_listBox__Fk2ey{min-height:400px;height:400px;max-height:400px;height:100%;box-shadow:5px 5px 74px 5px hsla(0,0%,45%,.25)}}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX),.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9),.DefaultHeader_baseHeader__uJp8K{padding:20px 0;width:100%;box-sizing:border-box;z-index:99;position:sticky;top:0}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK,.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK,.DefaultHeader_baseHeaderGrid__EmfF9{display:grid;grid-template-columns:minmax(88px,90px) minmax(150px,300px) 1fr 1fr;grid-gap:16px;gap:16px;grid-template-areas:"logo search menu actions";align-items:center}.DefaultHeader_baseLoguedMobile__R3N35{display:grid;grid-template-columns:auto 1fr auto auto;grid-gap:16px;gap:16px;grid-template-areas:"logo search actions menu"}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK.DefaultHeader_logued__QWCeb .DefaultHeader_HeaderAvatarButton__9N6J1,.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK.DefaultHeader_logued__QWCeb .DefaultHeader_HeaderAvatarButton__9N6J1,.DefaultHeader_baseHeaderButton__Pc3dg{padding:0;min-width:48px}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Logo__JSbJ1,.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Logo__JSbJ1,.DefaultHeader_baseLogo__zLdc5{grid-area:logo;display:flex;align-items:center;height:100%}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Menu__fpYwI ul,.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Menu__fpYwI ul,.DefaultHeader_baseMenuUl__kSQV5{display:flex;flex-direction:row;align-items:center;gap:40px;padding:0;list-style:none}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL,.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL,.DefaultHeader_baseActions__5POgx{grid-area:actions;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_UnLoggedButtons__IODJP,.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_UnLoggedButtons__IODJP,.DefaultHeader_baseUnLoguedButtons__Ca4WC{display:flex;flex-direction:row;align-items:center;gap:16px}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_LogguedButtons__aVxp9,.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_LogguedButtons__aVxp9,.DefaultHeader_baseLoguedButtons__Y_c0R{display:flex;flex-direction:row;align-items:center;gap:16px}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_UnLoggedButtons__IODJP button:first-child,.DefaultHeader_btnConnect__TKGHq{color:#000;border:1px solid #fff;background-color:#fff;height:48px}@media only screen and (max-width:1024px){.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_UnLoggedButtons__IODJP button:first-child,.DefaultHeader_btnConnect__TKGHq{color:#fff;border:1px solid #fff;background-color:#000;height:48px}}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_UnLoggedButtons__IODJP button:nth-child(2),.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_UnLoggedButtons__IODJP button:nth-child(3),.DefaultHeader_btnClaim__9Kfd6{color:#fff;border:1px solid #fff;background-color:#000;height:48px;min-width:-moz-max-content;min-width:max-content;padding:0 20px}.DefaultHeader_btnCreate__1U3GZ{color:#fff;border:1px solid #fff;background-color:#000}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_LogguedButtons__aVxp9 button:first-child,.DefaultHeader_btnClaimLoggued__XRVoe{color:#000;background-color:#fff;height:48px;min-width:114px;border:0}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_LogguedButtons__aVxp9 button:nth-child(3),.DefaultHeader_btnCreateLoggued__s4Fmw{color:#fff;border:1px solid #fff;background-color:#000;height:48px}.DefaultHeader_HeaderAvatar__aVazk,.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_LogguedButtons__aVxp9 .DefaultHeader_HeaderAvatar__aVazk,.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_LogguedButtons__aVxp9 .DefaultHeader_HeaderAvatar__aVazk{width:48px;height:48px}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX){background-color:#000;box-shadow:0 4px 22px hsla(0,0%,57%,.25)}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK{color:#fff}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK.DefaultHeader_logued__QWCeb{position:relative}@media only screen and (max-width:1024px){.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK.DefaultHeader_logued__QWCeb{display:grid;grid-template-columns:auto 1fr auto auto;grid-gap:16px;gap:16px;grid-template-areas:"logo search actions menu"}}@media only screen and (max-width:599px){.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK.DefaultHeader_logued__QWCeb{display:grid;grid-template-columns:88px 1fr auto auto;grid-gap:16px;gap:16px}}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK.DefaultHeader_unlogued__esyQm{position:relative}@media only screen and (max-width:1024px){.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK.DefaultHeader_unlogued__esyQm{display:grid;grid-template-columns:90px 1fr auto auto;grid-gap:16px;gap:16px;grid-template-areas:"logo search actions menu"}}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Logo__JSbJ1 img{width:100%;min-width:88px}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Search__U6SIg{grid-area:search}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Menu__fpYwI{grid-area:menu}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Menu__fpYwI ul li a{color:#fff}@media only screen and (max-width:1279px){.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_UnLoggedButtons__IODJP button:nth-child(3){display:none}}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_primary__onDMX) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_LogguedButtons__aVxp9 .DefaultHeader_HeaderAvatar__aVazk{min-width:48px}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9){background-color:#fff;box-shadow:0 4px 22px hsla(0,0%,57%,.25)}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK{color:#000}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK.DefaultHeader_logued__QWCeb{position:relative}@media only screen and (max-width:1024px){.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK.DefaultHeader_logued__QWCeb{display:grid;grid-template-columns:88px 1fr auto auto;grid-gap:16px;gap:16px;grid-template-areas:"logo search actions menu"}}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK.DefaultHeader_unlogued__esyQm{position:relative}@media only screen and (max-width:1024px){.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK.DefaultHeader_unlogued__esyQm{display:grid;grid-template-columns:auto 1fr auto auto;grid-gap:16px;gap:16px;grid-template-areas:"logo search actions menu"}}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Logo__JSbJ1 img{width:100%;min-width:88px}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Search__U6SIg{grid-area:search}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Menu__fpYwI{grid-area:menu}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Menu__fpYwI ul li a{color:#000}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_UnLoggedButtons__IODJP button:first-child{color:#fff;border:1px solid #000;background-color:#000}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_UnLoggedButtons__IODJP button:nth-child(2){color:#000;border:1px solid #000;background-color:#fff;height:48px;min-width:-moz-max-content;min-width:max-content;padding:0 20px}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_UnLoggedButtons__IODJP button:nth-child(3){color:#000;border:1px solid #000;background-color:#fff}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_LogguedButtons__aVxp9 button:first-child{color:#fff;background-color:#000;height:48px;min-width:114px}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_LogguedButtons__aVxp9 .DefaultHeader_HeaderAvatar__aVazk{min-width:48px}.DefaultHeader_Header__Rwsbp:has(.DefaultHeader_secondary__gPPm9) .DefaultHeader_HeaderGrid__Y1SzK .DefaultHeader_Actions__WFCIL .DefaultHeader_LogguedButtons__aVxp9 button:nth-child(3){color:#000;background-color:#fff;border:1px solid #000;height:48px}.DefaultHeader_searchMobile__MMFlG{width:100%;display:flex;justify-content:flex-end}.DefaultHeader_searchMobile_btn__cYfAc{display:flex;justify-content:center;align-items:center;color:#fff;border:1px solid #fff;background-color:#000;border-radius:8px;height:48px;width:48px}.DefaultHeader_navMobile__dCnrP{background-color:#fff;width:0;height:calc(100vh - 78px);position:fixed;top:86px;left:-100px;opacity:0;z-index:1;transition:all .3s ease-in-out}.DefaultHeader_navMobile__dCnrP ul{list-style:none}.DefaultHeader_navMobile__dCnrP ul li div span h5 li{white-space:nowrap;padding-top:24px;padding-bottom:24px;cursor:pointer}.DefaultHeader_navMobile__dCnrP.DefaultHeader_open__Qbuxx{width:100%;left:0;opacity:1;transition:all .3s ease-in-out;z-index:9}.DefaultHeader_openSearcherMobile__PnTel{padding:32px;background-color:#fff;width:0;min-height:calc(svh - 78px);height:calc(100sh - 78px);position:fixed;top:86px;bottom:0;left:-100px;opacity:0;z-index:9;transition:all .3s ease-in-out}.DefaultHeader_openSearcherMobile__PnTel.DefaultHeader_open__Qbuxx{width:100%;left:0;right:0;opacity:1;overflow:hidden;transition:all .3s ease-in-out}.DefaultHeader_openSearcherMobile_Btn_Close__W0A2d{position:absolute;left:0;right:0;bottom:8px;display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:20px}.DefaultHeader_svgLoginIcons__NidIb{margin-right:12px;width:20px;height:20px}.DefaultHeader_menuItemStyle__8vZcC{margin-top:4rem}.NavMobile_NavMobile__ListItem_icon__PiycD svg{width:20px;height:20px}.NavMobile_NavMobile__ListItem_icon__PiycD svg path{fill:#9e9e9e}.Table_genericTable__ns9cP{max-height:490px;overflow:auto;position:relative}.Table_footerGradient__tCfOW{-webkit-border-top-left-radius:15px;-webkit-border-top-right-radius:15px 15px;-webkit-border-bottom-right-radius:15px;-moz-border-top-left-radius:15px;-moz-border-top-right-radius:15px 15px;-moz-border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px 15px;border-bottom-right-radius:15px;position:sticky;width:100%;height:66px;bottom:0;left:0;background:linear-gradient(0deg,#fff,hsla(0,0%,100%,.856) 59%,hsla(0,0%,100%,.246))}.AlertModal_normalHeader__Wn_Mg{box-sizing:border-box;position:sticky;top:0;z-index:9}.AlertModal_base-modal__7W_aJ,.AlertModal_modal__WJp3B{border-radius:8px;background-color:#fff;box-shadow:5px 5px 74px 5px hsla(0,0%,45%,.25);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (max-width:1024px){.AlertModal_base-modal__7W_aJ,.AlertModal_modal__WJp3B{width:90%}}.AlertModal_modal__content__wonC8{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:32px 70px;font-size:14px;margin:auto;text-align:center;position:relative}@media only screen and (max-width:1024px){.AlertModal_modal__content__wonC8{padding:16px}}.AlertModal_modal__content_successIcon__MLsTl{border-radius:46px;box-shadow:0 5px 24px rgba(121,221,141,.38);width:4rem;height:4rem;box-sizing:border-box;padding:12px;border:3px solid #5bd77f}.AlertModal_modal__content_closeIcon__y3K5h{box-shadow:2px 2px 30px rgba(0,0,0,.2);background:#000!important;position:absolute!important;top:0!important;right:0!important}.AlertModal_modal__content_closeIcon__y3K5h:hover{background:#000}.SuccessClaimMessage_SuccessClaim__SvHE_{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;margin:48px 0}.SuccessClaimMessage_SuccessIcon__7kOHJ svg{width:40px;height:40px}.ModalArtistVerified_link__w7KrB{cursor:pointer;color:#665eff;text-decoration:underline}.ModalArtistVerified_textContent__Tv5IQ{text-align:center}.ModalArtistVerified_maxWidth__D_Jgh{max-width:600px!important;margin:auto}.ModalArtistVerified_classCloseBtn__5B7fg{background-color:#202020!important}.ModalArtistVerified_classCloseBtn__5B7fg path{fill:#fff!important}.CreateWork_duration__a3ZKY,.CreateWork_soldType__CXnWM{display:flex;align-items:center;gap:16px}.CreateWork_reserve__D_v7V{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.CreateWork_reserve__heading__JF__S,.CreateWork_tags__7elyz{display:flex;align-items:center;gap:8px}.CreateWork_tags__7elyz{justify-content:flex-start;flex-wrap:wrap}.CreateWork_cardFileData__DFxu0{display:flex;justify-content:flex-end}@media only screen and (max-width:1024px){.CreateWork_cardFileData__DFxu0{justify-content:flex-start}}.CreateWork_cardFileData__DFxu0 .CreateWork_fileData__nNgmo{border-radius:8px;background-color:#f5f5f5;border:1px solid #e0e0e0;padding:32px}.CreateWork_cardFileData__DFxu0 .CreateWork_fileData__content__AI9TI{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:12px;gap:12px;justify-content:center;align-items:center}.CreateWork_cardFileData__DFxu0 .CreateWork_fileData__content_data__VN8Af{display:flex;flex-direction:column;justify-content:center;gap:8px}.CreateWork_acceptance__3yr6I{display:flex;flex-direction:column;gap:16px}.CreateWork_acceptance__exclusiveContent__qJCb5,.CreateWork_acceptance__sensibleContent__aRTxh,.CreateWork_actions__75SwF{display:flex;align-items:center;gap:16px}.CreateWork_actions__75SwF{justify-content:flex-end}.CreateWork_split__sZEb4{position:relative}.CreateWork_split__user__lArWp{display:grid;grid-template-columns:3fr 1fr;grid-gap:16px;gap:16px;align-items:center}.CreateWork_split__coCreators__XMUbd{display:grid;grid-template-columns:3fr 1fr auto;grid-gap:16px;gap:16px;align-items:center;margin-top:16px}.CreateWork_split__sZEb4 .CreateWork_inputSplit__1FEfO input{text-align:center;font-weight:700}.CreateWork_split__sZEb4 .CreateWork_formlabel__fPHIQ{display:flex;align-items:center;gap:8px;margin-bottom:8px}.CreateWork_errorMessage__Ptdj9{color:#e63c3c}.ModalReport_ModalReport__FormInputs__4ijVv{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.UploadFileCard_UploadFile__dragFile__grhdK,.UploadFileCard_UploadFile__dragFile__grhdK .UploadFileCard_isFileDraging__tspBp,.UploadFileCard_UploadFile__dragFile__grhdK input,.UploadFileCard_UploadFile__dragFile_label__LZgvt,.UploadFileCard_isFullWidhtHeight__X7cHQ{width:100%;height:100%}.UploadFileCard_UploadFile__TLOA_{display:flex;justify-content:center;align-items:center;border:2px dashed #e0e0e0;border-radius:8px;background:#fafafa;width:100%;height:260px;position:relative;overflow:hidden}.UploadFileCard_UploadFile__TLOA_.UploadFileCard_UploadFileError__PHMeB{border-color:#e63c3c}.UploadFileCard_UploadFile__dragFile__grhdK{position:absolute;text-align:center}.UploadFileCard_UploadFile__dragFile__grhdK .UploadFileCard_isFileDraging__tspBp{background-color:#f5f5f5;opacity:.7;position:absolute}.UploadFileCard_UploadFile__dragFile_label__LZgvt{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute}.UploadFileCard_UploadFile__dragFile__grhdK input{opacity:0;position:absolute;top:0;left:0;cursor:pointer}.UploadFileCard_UploadFile__TLOA_ img,.UploadFileCard_UploadFile__TLOA_ video{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%}.UploadFileCard_errorMessage__BTkNu{color:#e63c3c}.UploadFileCard_previewFromApi__BZ3Mo{overflow:hidden;position:relative;width:100%;height:100%}.Footer_footer__eUg_j{background:#000;padding:70px 16px;width:100%;height:auto}.Footer_footerWrapper__BE5Hl{display:flex;justify-content:space-between;gap:24px;color:#fff;padding-left:32px;padding-right:32px;max-width:1440px;margin:auto}@media(max-width:1024px){.Footer_footerWrapper__BE5Hl{display:flex;flex-direction:column;justify-content:space-between;gap:40px;padding-left:16px;padding-right:16px}}.Footer_footerWrapper__BE5Hl .Footer_footerTitles__aQutS{font-family:Trash,sans-serif;font-weight:500;text-transform:uppercase}.Footer_footerWrapper__BE5Hl .Footer_socialLinks__jf6bK{display:flex;justify-content:flex-end;align-items:center;gap:24px;padding-left:40px;width:100%;cursor:pointer}@media(max-width:1024px){.Footer_footerWrapper__BE5Hl .Footer_socialLinks__jf6bK{gap:8px;padding-left:8px}}.Footer_footerWrapper__BE5Hl .Footer_socialLinks__jf6bK svg{width:25px;height:25px}.Footer_footerWrapper__col1__sVVO5{display:flex;flex-direction:column;gap:12px}@media(max-width:1024px){.Footer_footerWrapper__col1__sVVO5{gap:24px}}.Footer_footerWrapper__col1_content__1XUn1{display:flex;gap:24px}.Footer_footerWrapper__col2__LX8Ze,.Footer_footerWrapper__col3__SSsNC{display:flex;flex-direction:column;gap:12px}.Footer_footerWrapper__col2_ul__oE7_H ul,.Footer_footerWrapper__col3__SSsNC ul{display:flex;flex-direction:column;gap:12px;list-style:none;padding:0;width:100%}.Footer_footerWrapper__col2_ul__oE7_H li,.Footer_footerWrapper__col3__SSsNC li{list-style:none;width:100%;cursor:pointer}.Footer_footerWrapper__col2_ul__oE7_H li a,.Footer_footerWrapper__col3__SSsNC li a{color:#fff}.Footer_footerWrapper__col2_ul__oE7_H li a p,.Footer_footerWrapper__col3__SSsNC li a p{font-weight:400}@media only screen and (max-width:1024px){.Footer_footerWrapper__col2_ul__oE7_H li,.Footer_footerWrapper__col3__SSsNC li{font-weight:400}}.GalleryLayout_container-grid__Jm8IG,.GalleryLayout_galleryLayout__NlsXS{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;padding-top:55px;padding-bottom:55px}.GalleryLayout_container__InftW{padding-left:32px;padding-right:32px;max-width:1230px;margin-left:auto;margin-right:auto;width:100%}@media only screen and (max-width:1024px){.GalleryLayout_container__InftW{padding-left:15px;padding-right:15px}}.GalleryLayout_container__fullwidth__ZGyv0{max-width:1440px}.GalleryLayout_grid__3tTVA{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:0 30px;gap:0 30px;grid-auto-rows:min-content}@media(max-width:900px){.GalleryLayout_grid__3tTVA{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));grid-gap:20px;gap:20px;padding-left:0;padding-right:0}}@media(max-width:700px){.GalleryLayout_grid__3tTVA{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));grid-gap:15px;gap:15px;padding-left:0;padding-right:0}}@media(max-width:500px){.GalleryLayout_grid__3tTVA{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px;padding-left:0;padding-right:0}}@media(max-width:320px){.GalleryLayout_grid__3tTVA{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;padding-left:0;padding-right:0}}.GalleryLayout_gradient__F_BrM{background:linear-gradient(180deg,#856aff,#f89f90 167px,#fff 334px)}.GalleryLayout_galleryLayout__NlsXS{min-height:calc(100vh - 90px - 354px);margin-top:-93px;padding-top:170px}@media only screen and (max-width:1024px){.GalleryLayout_galleryLayout__NlsXS{margin-top:-80px;padding-top:100px}}.HomePageLayout_mainLayout__1CkKH{min-height:calc(100vh - 90px - 354px)}.Base_container-grid__rNZhr,.Base_mainLayout__sCpcj{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;padding-top:55px;padding-bottom:55px}.Base_container__JpbIF{padding-left:32px;padding-right:32px;max-width:1230px;margin-left:auto;margin-right:auto;width:100%}@media only screen and (max-width:1024px){.Base_container__JpbIF{padding-left:15px;padding-right:15px}}.Base_container__fullwidth__KT91G{max-width:1440px}.Base_grid__t35RT{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:0 30px;gap:0 30px;grid-auto-rows:min-content}@media(max-width:900px){.Base_grid__t35RT{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));grid-gap:20px;gap:20px;padding-left:0;padding-right:0}}@media(max-width:700px){.Base_grid__t35RT{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));grid-gap:15px;gap:15px;padding-left:0;padding-right:0}}@media(max-width:500px){.Base_grid__t35RT{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px;padding-left:0;padding-right:0}}@media(max-width:320px){.Base_grid__t35RT{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;padding-left:0;padding-right:0}}.Base_mainLayout__sCpcj{min-height:calc(100vh - 90px - 354px)}.ProfileComunity_comunityLayout__Sq0lw,.ProfileComunity_container-grid__AyEOY{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;padding-top:55px;padding-bottom:55px}.ProfileComunity_container__DSz13{padding-left:32px;padding-right:32px;max-width:1230px;margin-left:auto;margin-right:auto;width:100%}@media only screen and (max-width:1024px){.ProfileComunity_container__DSz13{padding-left:15px;padding-right:15px}}.ProfileComunity_container__fullwidth__xaOQf{max-width:1440px}.ProfileComunity_grid__wBESA{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:0 30px;gap:0 30px;grid-auto-rows:min-content}@media(max-width:900px){.ProfileComunity_grid__wBESA{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));grid-gap:20px;gap:20px;padding-left:0;padding-right:0}}@media(max-width:700px){.ProfileComunity_grid__wBESA{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));grid-gap:15px;gap:15px;padding-left:0;padding-right:0}}@media(max-width:500px){.ProfileComunity_grid__wBESA{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px;padding-left:0;padding-right:0}}@media(max-width:320px){.ProfileComunity_grid__wBESA{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;padding-left:0;padding-right:0}}.ProfileComunity_normalHeader__DA31v{box-sizing:border-box;position:sticky;top:0;z-index:9}.ProfileComunity_base-modal__3G_9a{border-radius:8px;background-color:#fff;box-shadow:5px 5px 74px 5px hsla(0,0%,45%,.25);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (max-width:1024px){.ProfileComunity_base-modal__3G_9a{width:90%}}.ProfileComunity_baseHeader__jnffW,.ProfileComunity_header__8X2cR{padding:16px 24px;box-shadow:0 4px 22px hsla(0,0%,57%,.25);background-color:#fff;box-sizing:border-box;position:sticky;top:0;z-index:9}@media only screen and (max-width:1024px){.ProfileComunity_baseHeader__jnffW,.ProfileComunity_header__8X2cR{padding:16px 8px}}.ProfileComunity_baseHeader__jnffW svg,.ProfileComunity_header__8X2cR svg{width:25px;height:25px}.ProfileComunity_baseHeaderTransparent__b9iIc{background-color:transparent;box-shadow:none}.ProfileComunity_baseMenu__y8lFV{display:flex;justify-content:flex-end;align-items:center;grid-area:menu;position:relative}.ProfileComunity_baseMenu__y8lFV .ProfileComunity_ul__gcs4D,.ProfileComunity_baseUl__3BIbA{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:24px;list-style:none}.ProfileComunity_baseMenu__y8lFV .ProfileComunity_ul__gcs4D a,.ProfileComunity_baseUl__3BIbA a{font-weight:400;color:#000;cursor:pointer}.ProfileComunity_navMenuMobile__dCPAB{transition:.25s ease-in-out}.ProfileComunity_navMenuMobile__dCPAB.ProfileComunity_open__ziRXM{transform:rotate(1turn);transition:.25s ease-in-out}.ProfileComunity_baseBtnClaim__QTvVb{color:#000;border:1px solid #000;width:auto;min-height:48px;max-height:48px;min-width:90px}.ProfileComunity_gradient__qdvfb{background:linear-gradient(180deg,#856aff,#f89f90 167px,#fff 334px);margin-top:-150px;padding-top:150px}.ProfileComunity_comunityLayout__Sq0lw{min-height:calc(100vh - 90px - 354px)}.HomeCard_CardHome__GNY3W{border-radius:24px;position:relative;overflow:hidden;height:530px}@media only screen and (max-width:1024px){.HomeCard_CardHome__GNY3W{height:327px}}.HomeCard_CardHome__Image__Ao4VO{position:relative;width:100%;height:100%}.HomeCard_CardHome__Image__Ao4VO video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.HomeCard_CardHome__Footer__DFWjK{display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;width:100%;bottom:24px;text-align:center}.HomeCard_CardHome__Like__PqGE1.HomeCard_CardHome__Like__PqGE1{position:absolute;top:24px;right:24px}.HomeCardArtists_CardArtists__B9o7h{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;border-radius:24px;background-color:#000;width:100%;height:530px;position:relative}@media only screen and (max-width:599px){.HomeCardArtists_CardArtists__B9o7h{height:327px}}.HomeCardArtists_CardArtists__Image__ro37_{position:relative;width:190px;height:190px;border-radius:55%;overflow:hidden}@media only screen and (max-width:599px){.HomeCardArtists_CardArtists__Image__ro37_{width:120px;height:120px}}.HomeCardArtists_CardArtists__Image__ro37_ img{-o-object-position:center center;object-position:center center;-o-object-fit:cover;object-fit:cover}.HomeCardArtists_CardArtists__User__PWipb{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;color:#fff}.HomeCardArtists_CardArtists__User_Name__j0j7g{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px;color:#fff}.HomeCardArtists_CardArtists__User__PWipb a{width:100%}.Slide_Wrapper__OCNEk{position:relative;width:100%}.Slide_Wrapper__Slide__yWaXo{position:relative;width:100%;top:0;left:0;height:auto;right:0;bottom:0}.Slide_Wrapper__Slide_Wrapp__m3qn3{display:flex;overflow:visible;width:100%;height:100%}.Slide_swiperCarrousel__rIjF5.Slide_swiperCarrousel__rIjF5{width:100%;height:100%;max-width:1440px;margin:auto;overflow:visible}.Slide_individual__DVG6l{height:530px}@media only screen and (max-width:1024px){.Slide_individual__DVG6l{height:315px}}.Slide_buttonNext__dRfzD{right:0;transform:translate(-24px,-50%)}.Slide_buttonNext__dRfzD,.Slide_buttonPrev__Z3Ydq{position:absolute;top:50%;z-index:1;border-radius:70px;background:rgba(0,0,0,.1)}.Slide_buttonPrev__Z3Ydq{left:0;transform:translate(24px,-50%)}.HomeCardEvent_CardEvent__fwTMc{display:grid;grid-template-columns:1fr 2fr;grid-gap:32px;gap:32px;padding:32px;background-color:#000;border-radius:24px;position:relative;height:auto}@media only screen and (max-width:1024px){.HomeCardEvent_CardEvent__fwTMc{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:32px;padding:24px 16px;border-radius:0;box-sizing:border-box}}.HomeCardEvent_CardEvent__Image__OeI2S{border-radius:12px;position:relative;width:100%;height:390px;overflow:hidden}@media only screen and (max-width:1024px){.HomeCardEvent_CardEvent__Image__OeI2S{height:343px}}.HomeCardEvent_CardEvent__Event__piOfc{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;color:#fff;font-family:Trash,sans-serif}.HomeCardEvent_CardEvent__Event_Details__7a_qg{display:flex;flex-direction:column;width:100%;flex-wrap:wrap}.HomeCardEvent_CardEvent__Event_Details__7a_qg .HomeCardEvent_subtitle__sG_jj{font-size:32px}.HomeCardEvent_CardEvent__Event_text__Ssgx5{line-height:30px;font-weight:400}@media only screen and (max-width:1024px){.HomeCardEvent_CardEvent__Event_text__Ssgx5{margin-bottom:24px}}.HomeCardEvent_CardEvent__fwTMc .HomeCardEvent_CardEvent__Image_btnProfile__iUZKj{top:24px;right:24px;position:absolute}.HomeCardEvent_CardEventStats__ML5Eb{display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:12px;position:relative;padding:16px;background-color:#fff;border-radius:16px;color:#000;width:100%;text-transform:uppercase}.HomeCardEvent_CardEventStats__ML5Eb>hr{width:.3px;height:55px}.HomeCardEvent_CardEventStats__stat__uIb4w{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.HomeCardEvent_CardEventStats__ML5Eb .HomeCardEvent_StatValue__yAYOx{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.HomeMonotema_Wrapper__t9fDJ{display:flex;flex-direction:column;align-items:center;position:relative;width:100%;gap:100px;padding-top:150px}.HomeMonotema_Wrapper_Bg__z_xCa{top:0;left:0;position:absolute;right:0;bottom:0}.HomeMonotema_Wrapper_Bg__z_xCa .HomeMonotema_gradient__q3nBE{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.6))}.HomeMonotema_Wrapper_Hero__MWSRh{position:relative;width:100%;padding-left:24px;padding-right:24px}@media only screen and (max-width:1024px){.HomeMonotema_Wrapper_Hero__MWSRh{padding-left:16px;padding-right:16px}}.HomeMonotema_Wrapper_Slide__a0YPJ{position:relative;width:100%;top:0;left:0;height:530px;right:0;bottom:0}@media only screen and (max-width:1024px){.HomeMonotema_Wrapper_Slide__a0YPJ{height:314px}}.HomeMonotema_Wrapper_Slide__a0YPJ .HomeMonotema_SlideWrapp__EJ8qX{overflow:hidden;width:100%;height:100%;display:flex;padding-left:24px}@media only screen and (max-width:1024px){.HomeMonotema_Wrapper_Slide__a0YPJ .HomeMonotema_SlideWrapp__EJ8qX{padding-left:16px}}.HomeMonotema_Wrapper_Card__vMkoX{position:relative;width:100%;height:auto;max-width:1440px;margin-right:auto;margin-left:auto;margin-bottom:-150px}@media only screen and (max-width:1024px){.HomeMonotema_Wrapper_Card__vMkoX{position:relative;width:100%;height:auto;margin-bottom:0;border-radius:0}}.HomeMonotema_Hero_Image__LFA5d{width:100%;height:100%;overflow:hidden}.HomeMonotema_Hero_Image__LFA5d img,.HomeMonotema_Hero_Image__LFA5d video{width:100%;-o-object-fit:cover;object-fit:cover}.HomeMonotema_Hero_Image__LFA5d video{height:100%}.HomeMonotema_Hero_Hero__oQoat{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px;color:#fff}.BannerCTA_BannerCTA__ldEl3{display:flex;justify-content:center;align-items:center;min-height:85vh}@media only screen and (max-width:1024px){.BannerCTA_BannerCTA__ldEl3{min-height:60vh}}.BannerCTA_CTAWrapper__e0bvg{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;height:100%;text-align:center;margin-top:200px;margin-bottom:200px}@media only screen and (max-width:1024px){.BannerCTA_CTAWrapper__e0bvg{margin-top:80px;margin-bottom:80px}}.BannerCTA_CTAWrapper__Image__v_fTQ{position:relative;width:100%;height:300px}@media only screen and (min-width:1025px){.BannerCTA_CTAWrapper__e0bvg .BannerCTA_Title__PGQib{font-size:80px;line-height:96px}}@media only screen and (max-width:1024px){.BannerCTA_CTAWrapper__e0bvg .BannerCTA_Title__PGQib{font-size:48px;line-height:56px}}.Bagde_Bagde__DTsBM{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;border-radius:46px;box-shadow:0 4px 22px hsla(0,0%,57%,.25);padding:8px 16px;background:#fff;flex-shrink:0;width:-moz-max-content;width:max-content}.HeadingsHome_HeadingHome__TCp8V{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px;margin-top:24px;margin-bottom:40px;padding:0}.HeadingsHome_HeadingHome__Heading__zaNGX{display:flex;flex-direction:column;justify-content:flex-start;gap:32px}.HomeCardTrends_CardTrends__JaYnv{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:24px;width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box}.HomeCardTrends_CardTrends__Image__jx54r{width:100%;height:548px;position:relative;overflow:hidden}@media only screen and (max-width:1024px){.HomeCardTrends_CardTrends__Image__jx54r{height:345px}}.HomeCardTrends_CardTrends__Info__IESg7{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:24px;border:1px solid #9e9e9e;border-radius:24px;border-top-left-radius:0;border-top-right-radius:0;border-top:0;background:#fff;color:#000;padding:24px 32px;width:100%;height:auto;position:relative;overflow:hidden}.HomeCardTrends_CardTrends__Info_Availables__DGm_V{text-transform:uppercase}@media only screen and (max-width:1279px){.HomeCardTrends_CardTrends__Info__IESg7{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.HomeCardTrends_CardTrends__Info_Divider__j7_xf{display:none}}.HomeCardTrends_CardTrends__Info_Divider__j7_xf.HomeCardTrends_CardTrends__Info_Divider__j7_xf{height:25px}.HomeTrends_SectionHomeTrends__K7UhX{margin-bottom:200px}.HomeTrends_HomeTrends__NZA9q{position:relative;height:auto;width:100%;padding-left:16px;padding-right:16px}.HomeCardArtlist_HomeCardArtlist__r3GnW{box-shadow:0 4px 22px hsla(0,0%,57%,.25);position:relative;width:100%;height:360px;border-radius:24px;overflow:hidden}.HomeCardArtlist_HomeCardArtlist__Image__C4WeD{border:.5px solid #e0e0e0;width:100%;height:100%}.HomeCardArtlist_HomeCardArtlist__Header__9PxSY{padding:24px;position:absolute;width:100%;box-sizing:border-box;top:0;left:0;right:0;background:linear-gradient(1turn,transparent,rgba(0,0,0,.6))}.HomeCardArtlist_HomeCardArtlist__Header__9PxSY h3{width:90%;color:#fff;font-family:Trash;font-size:40px;font-style:normal;font-weight:700;line-height:normal;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.HomeCardArtlist_HomeCardArtlist__Header_Button__OOfWP{position:absolute;top:24px;right:24px}.HomeCardArtlist_HomeCardArtlist__Header_Button__OOfWP span{font-weight:500}@media only screen and (max-width:1024px){.HomeCardArtlist_HomeCardArtlist__Header__9PxSY h3{color:#fff;font-family:Trash;font-size:32px;font-style:normal;font-weight:500;line-height:normal;max-width:100%}}@media only screen and (max-width:1024px)and (max-width:1279px){.HomeCardArtlist_HomeCardArtlist__Header__9PxSY h3{width:70%;text-wrap:wrap}}@media only screen and (max-width:1024px)and (max-width:1023px){.HomeCardArtlist_HomeCardArtlist__Header__9PxSY h3{text-wrap:wrap;width:70%}}@media only screen and (max-width:1024px){.HomeCardArtlist_HomeCardArtlist__Header_Button__OOfWP{display:flex;align-items:flex-start;justify-content:flex-end;overflow:hidden}}.HomeCardArtlist_HomeCardArtlist__Header_Button__OOfWP button{display:flex;flex-direction:row;align-items:center;gap:4px;height:auto;box-shadow:0 4px 22px hsla(0,0%,57%,.25);padding:8px 16px;background:rgba(0,0,0,.3);box-shadow:0 4.01296px 34.1101px rgba(0,0,0,.15);border-radius:46px;flex:none;order:0;flex-grow:0;z-index:0;font-family:Space Grotesk;font-size:24px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.12px}.HomeCardArtlist_HomeCardArtlist__Footer__XBoKR{padding:24px;display:flex;position:absolute;justify-content:center;width:100%;bottom:0;left:0;right:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.5))}.HomeArtlist_SectionHomeArtlist__zqkjS{margin-bottom:150px}.HomeArtlist_HomeArtlist__hPk7S{position:relative;max-width:1440px;margin:auto}@media only screen and (max-width:1024px){.HomeArtlist_HomeArtlist__hPk7S{margin-top:100px}}.HomeArtlist_HomeArtlist__Grid__FxY47{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-gap:24px;gap:24px}@media only screen and (max-width:1024px){.HomeArtlist_HomeArtlist__Grid__FxY47{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:24px;gap:24px}}.HomeBanner_SectionHomeBanner__qhciP{margin-bottom:200px}.HomeBanner_HomeBanner___itG5{position:relative;height:100%}.HomeBanner_HomeBanner__Banner__9XcNp{position:relative;width:100%;min-height:560px;border-radius:24px;overflow:hidden;display:flex}.HomeBanner_HomeBanner__Banner__9XcNp.HomeBanner_swiperBanner__1tYVk{max-width:1440px;margin:auto}@media only screen and (max-width:1023px){.HomeBanner_HomeBanner__Banner__9XcNp{min-height:656px}}@media only screen and (max-width:599px){.HomeBanner_HomeBanner__Banner__9XcNp{min-height:656px}}.HomeBanner_Slide_Image__s0zJX{height:560px;width:100%;position:absolute;top:0;left:0;right:0;bottom:0}@media only screen and (max-width:1023px){.HomeBanner_Slide_Image__s0zJX{height:100%}}.HomeBanner_Slide_ImageBox__x_xEL{position:relative;height:100%;width:100%}.HomeBanner_Slide_ImageBox__x_xEL img{-o-object-fit:cover;object-fit:cover}.HomeBanner_bg__X_BTg{height:100%;position:relative;width:100%;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5))}.HomeBanner_swiperCarrousel__aZxSn{width:100%;height:100%;max-width:1440px;margin:auto;overflow:visible;height:560px;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5)),#fff}@media only screen and (max-width:1023px){.HomeBanner_swiperCarrousel__aZxSn{min-height:656px}}.HomeBanner_Slide___qhwp{display:flex}.HomeBanner_HomeBanner__Banner_Slide__yhAMY{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;width:auto;height:560px;max-width:60%;margin-left:140px;color:#fff}@media only screen and (max-width:1023px){.HomeBanner_HomeBanner__Banner_Slide__yhAMY{max-width:70%;margin-left:16px;justify-content:flex-end;height:656px;margin-bottom:2rem}}.HomeBanner_HomeBanner__Banner_Slide__yhAMY .HomeBanner_Action__frPLv,.HomeBanner_HomeBanner__Banner_Slide__yhAMY .HomeBanner_Description__8hSfB,.HomeBanner_HomeBanner__Banner_Slide__yhAMY .HomeBanner_Title__9HO9W{position:relative}.HomeBanner_HomeBanner__Banner_Slide__yhAMY .HomeBanner_NavigationRight__lli0L{position:absolute;top:10;right:60px;cursor:pointer}@media only screen and (max-width:1023px){.HomeBanner_HomeBanner__Banner_Slide__yhAMY .HomeBanner_NavigationRight__lli0L{right:30px}}.HomeBanner_HomeBanner__Banner_Slide__yhAMY .HomeBanner_NavigationRight__lli0L svg path{stroke:#fff;stroke-width:2}.HomeBanner_HomeBanner__Banner_Slide__yhAMY .HomeBanner_NavigationLeft__GkUQP{position:absolute;top:10;left:60px;cursor:pointer}@media only screen and (max-width:1023px){.HomeBanner_HomeBanner__Banner_Slide__yhAMY .HomeBanner_NavigationLeft__GkUQP{left:30px}}.HomeBanner_HomeBanner__Banner_Slide__yhAMY .HomeBanner_NavigationLeft__GkUQP svg path{stroke:#fff;stroke-width:2}.HomeBanner_swiper__6kU7S{width:100%;position:relative}.HomeBanner_swiper-slide__BoFlR{font-size:20px;width:100%;text-align:center;background:transparent;display:block}.HomeBanner_swiper-slide__BoFlR img{width:100%}.HomeBanner_swiperCustomPagination__VJdnf{position:relative;height:20px;width:100%}.HomeCardArtToEarn_CardArtToEarn__ru5M4{border-radius:24px;width:100%;aspect-ratio:1/1;position:relative;background:linear-gradient(180deg,transparent 66.92%,rgba(0,0,0,.7)),linear-gradient(180deg,rgba(0,0,0,.7) 12.15%,transparent 35.38%);overflow:hidden}.HomeCardArtToEarn_CardArtToEarn__Image__kiGoE{position:relative;width:100%;height:100%}.HomeCardArtToEarn_CardArtToEarn__Image_Bg__OIIdX{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 66.92%,rgba(0,0,0,.7)),linear-gradient(180deg,rgba(0,0,0,.7) 12.15%,transparent 35.38%)}.HomeCardArtToEarn_CardArtToEarn__Image_Video__jjj__{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.HomeCardArtToEarn_CardArtToEarn__Header__Sw121{padding:24px;top:0;left:0;right:0}.HomeCardArtToEarn_CardArtToEarn__Footer__nDnsk,.HomeCardArtToEarn_CardArtToEarn__Header__Sw121{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;color:#fff;position:absolute}.HomeCardArtToEarn_CardArtToEarn__Footer__nDnsk{bottom:24px;left:24px;box-shadow:0 4px 22px hsla(0,0%,57%,.25);border-radius:46px;background:hsla(0,0%,100%,.3)}.HomeCardArtToEarn_CardArtToEarn__Footer__nDnsk span{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:8px 16px}.HomeArtToEarn_SectionHomeArtToEarn__kvhGx{background-color:#000;padding-top:64px;padding-bottom:64px;margin-bottom:200px}.HomeArtToEarn_HomeArtToEarn__eOXvo{position:relative;max-width:1440px;margin:auto}@media only screen and (max-width:1024px){.HomeArtToEarn_HomeArtToEarn__eOXvo{padding-left:16px;padding-right:16px}}.HomeArtToEarn_HomeArtToEarn__Title__Hdl43{color:#fff}.HomeArtToEarn_HomeArtToEarn__Grid___CUpW{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-template-rows:auto;grid-gap:24px;gap:24px}.HomeArtists_SectionHomeArtists__jnLWE{margin-bottom:200px}.HomeArtists_SectionHomeDiscovery__Y4J7Y{margin-top:200px;margin-bottom:200px}.HomeArtists_HomeArtists___RYSO{position:relative;height:auto;width:100%}.BasicInfo_BasicInfo__3tsuS{display:grid;grid-template-columns:minmax(140px,1fr) 3fr;grid-template-rows:1fr;grid-gap:24px;gap:24px}@media only screen and (max-width:1024px){.BasicInfo_BasicInfo__3tsuS{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;grid-gap:24px;gap:24px}}.BasicInfo_BasicInfo__Image__KQHuD{display:flex;flex-direction:column;gap:24px}@media only screen and (max-width:1024px){.BasicInfo_BasicInfo__Image__KQHuD{display:grid;grid-template-columns:auto 2fr;grid-gap:24px;gap:24px;align-items:center}}.BasicInfo_BasicInfo__Image_upload__45xUQ{border-radius:12px;width:100%;height:100%;max-height:140px;position:relative;overflow:hidden}@media only screen and (max-width:1024px){.BasicInfo_BasicInfo__Image_upload__45xUQ{min-height:100px;height:150px;width:150px}}.BasicInfo_BasicInfo__Image_upload__45xUQ input{width:100%;height:100%;background-color:transparent;position:absolute;top:0;left:0;cursor:pointer;opacity:0}.BasicInfo_BasicInfo__Image_upload__45xUQ img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.BasicInfo_BasicInfo__Inputs__dRFFk{display:flex;flex-direction:column;justify-content:flex-start;gap:24px}.BasicInfo_BasicInfo__Inputs__dRFFk input{width:100%}.BasicInfo_BasicInfo__ComponentUpload__rb_Wk{border-radius:8px;position:relative;overflow:hidden}.BasicInfo_BasicInfo__ComponentUpload__rb_Wk div:first-child{height:140px;border:none}.BasicInfo_BasicInfo__ComponentUpload__rb_Wk h5,.BasicInfo_BasicInfo__ComponentUpload__rb_Wk h6{display:none}.BasicInfo_BasicInfo__isUser__wV4Pp div:first-child{background-color:transparent}.BasicInfo_verifiedLabel__XO0Yk{display:flex;flex-direction:flex;align-items:center;gap:8px}.BasicInfo_verified__WvwK5{width:20px;height:20px;overflow:hidden;position:relative}.BasicInfo_DigitalImage_preview__DLR_i{position:relative;width:100%;height:100%}.BasicInfo_errorMessage__9DjQw{color:#e63c3c;margin-left:16px;margin-top:-16px}.BasicInfo_uploadError__NRdJ9.BasicInfo_uploadError__NRdJ9{border:1px solid #e63c3c}.DrawSignatureComponent_signCanvas__wrapper__FTRN0{position:relative}.DrawSignatureComponent_signCanvas__8BOJu{border:2px dashed #e0e0e0;border-radius:8px;background:#fafafa;width:100%;height:260px}.DrawSignatureComponent_signCanvas__text__1an5z{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.RegisterRole_RegisterRole__gmdlB{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px}@media only screen and (max-width:1024px){.RegisterRole_RegisterRole__gmdlB{gap:24px}}.RegisterRole_RegisterRole__Title__gcdvW{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px}@media only screen and (max-width:1024px){.RegisterRole_RegisterRole__Title__gcdvW{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}}.RegisterRole_RegisterRole__RoleCards__U15lK{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:24px}@media only screen and (max-width:1024px){.RegisterRole_RegisterRole__RoleCards__U15lK{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%}}.RegisterRole_RegisterRole__Link__zQUMY{text-decoration:underline}.RegisterRole_RegisterRole__Partner__JdDyq{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-gap:16px;gap:16px}@media only screen and (max-width:1024px){.RegisterRole_RegisterRole__Partner__JdDyq{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:16px;gap:16px}}.RegisterRole_RegisterRole__Partner_Card__LpKYW{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:24px;border-radius:10px;border:1px solid #e0e0e0;background:#fff}.RegisterRole_RegisterRole__Partner_Card__LpKYW:has([type=radio]:checked){border-radius:10px;border:1px solid #000;background:#fafafa}.RegisterRole_RegisterRole__Partner_Card__LpKYW .RegisterRole_roleCard__ZffCH{text-transform:capitalize}.RegisterRole_RegisterRole__Partner_Card__LpKYW .RegisterRole_textCard__oEjgL{margin-left:32px}.RegisterRole_RoleCard__7MjGH{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;background-color:#fff;color:#000;box-shadow:0 4px 22px hsla(0,0%,57%,.25);border-radius:12px;padding:16px 40px;min-width:195px}.RegisterRole_RoleCard__7MjGH.RegisterRole_RoleCardError__exWeH{border:1px solid red!important}.RegisterRole_RoleCard__7MjGH label{margin:0}@media only screen and (max-width:1024px){.RegisterRole_RoleCard__7MjGH{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center;width:100%;height:113px;padding:0}}.RegisterRole_RoleCard__7MjGH:has([type=radio]:checked){background-color:#000;color:#fff}.RegisterRole_errorMessage__aIU4d{color:#e63c3c;margin-left:16px;margin-top:-16px}.BasicInfo_BasicInfo__LHWbJ{display:flex;flex-direction:row;gap:36px}@media only screen and (max-width:1024px){.BasicInfo_BasicInfo__LHWbJ{flex-direction:column}}.BasicInfo_BasicInfo__UploadFile__3StoX{width:15%}@media only screen and (max-width:1024px){.BasicInfo_BasicInfo__UploadFile__3StoX{width:100%}}.BasicInfo_BasicInfo__UploadFile_Wrapp__CMkFo{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}@media only screen and (max-width:1024px){.BasicInfo_BasicInfo__UploadFile_Wrapp__CMkFo{flex-direction:row;align-items:flex-end}}.BasicInfo_BasicInfo__UploadFile_Wrapp__CMkFo .BasicInfo_ButtonUpload__Dc3c0{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}@media only screen and (max-width:1024px){.BasicInfo_BasicInfo__UploadFile_Wrapp__CMkFo .BasicInfo_ButtonUpload__Dc3c0{display:flex;flex-direction:column;gap:8px}}.BasicInfo_BasicInfo__UploadFile_Wrapp__CMkFo .BasicInfo_upload__b8I5l{border-radius:20px;width:90px;height:90px;max-height:90px;position:relative;overflow:hidden}.BasicInfo_BasicInfo__UploadFile_Wrapp__CMkFo .BasicInfo_upload__b8I5l.BasicInfo_uploadError__VXl90{border:1px solid #e63c3c}.BasicInfo_BasicInfo__UploadFile_Wrapp__CMkFo .BasicInfo_upload__b8I5l div:first-of-type{border:none}.BasicInfo_BasicInfo__UploadFile_Wrapp__CMkFo .BasicInfo_upload__b8I5l h5,.BasicInfo_BasicInfo__UploadFile_Wrapp__CMkFo .BasicInfo_upload__b8I5l h6{display:none}.BasicInfo_BasicInfo__UploadFile_Wrapp__CMkFo .BasicInfo_upload__b8I5l input{width:100%;height:100%;background-color:transparent;position:absolute;top:0;left:0;cursor:pointer;opacity:0}.BasicInfo_BasicInfo__UploadFile_Wrapp__CMkFo .BasicInfo_upload__b8I5l img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.BasicInfo_BasicInfo__Inputs__PSvwK{display:flex;flex-direction:column;gap:12px;width:85%}@media only screen and (max-width:1024px){.BasicInfo_BasicInfo__Inputs__PSvwK{width:100%}}.BasicInfo_BasicInfo__Inputs__PSvwK input{width:100%}.BasicInfo_BasicInfo__Inputs_User_Country__XIfaR{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:12px}@media only screen and (max-width:1024px){.BasicInfo_BasicInfo__Inputs_User_Country__XIfaR{flex-direction:column}}.BasicInfo_BasicInfo__Inputs_User_Country__XIfaR div:first-of-type{flex:1 1}@media only screen and (max-width:1024px){.BasicInfo_BasicInfo__Inputs_User_Country__XIfaR div:first-of-type{width:100%}}.BasicInfo_BasicInfo__Inputs_User_Country__XIfaR div:nth-of-type(2){flex:1 1}@media only screen and (max-width:1024px){.BasicInfo_BasicInfo__Inputs_User_Country__XIfaR div:nth-of-type(2){width:100%}}.BasicInfo_PopoverMenu__JjoxN{max-height:calc(60% - 32px)}.RegisterBio_RegisterBio__YaAYr{position:relative}.RegisterBio_RegisterBio__Input__RuIoM{margin-top:16px;width:100%}.RegisterBio_RegisterBio__Input_length__rQbbA{margin-top:8px;width:100%;display:flex;flex-direction:row-reverse}.TemplateRegister_TemplateRegister__sa_GA{max-width:900px}.TemplateRegister_Form__yqDiA{display:flex;flex-direction:column;gap:40px}.TemplateRegister_Form__Send__H2gYy{display:flex;justify-content:center;align-items:center;padding-top:62px;margin:auto;width:50%}@media only screen and (max-width:1024px){.TemplateRegister_Form__Send__H2gYy{width:100%}}.TemplateRegister_Form__yqDiA .TemplateRegister_errorMessage__DOwBN{color:#e63c3c;margin-left:16px;margin-top:-16px}