:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Reviews_reviews_wrapper__61kam{display:flex;flex-direction:column;gap:2.5rem}.Reviews_reviews_row__Ua37y{display:flex;align-items:center;justify-content:space-between}.Reviews_reviews__title__bM4UJ{width:70%;font-size:calc(28px + 4*(100vw - 320px)/1600);font-weight:600}.Reviews_reviews__link__W3tGz{width:30%;color:#fa0102;text-align:right;font-size:calc(14px + 4*(100vw - 320px)/1600);font-weight:600;z-index:10;cursor:pointer}@media(max-width:61.9375em){.Reviews_reviews__link__W3tGz{font-weight:500}}.Reviews_reviews__slider__lBOfK{width:100%}.Reviews_reviews_modal__dWtNJ{display:flex;flex-direction:column;max-width:46.25rem;height:80vh;width:100%;margin:0 1rem;padding:3.125rem;background:#10100d;overflow:auto}@media(max-width:47.9375em){.Reviews_reviews_modal__dWtNJ{padding:1.25rem .625rem}}.Reviews_reviews_modal__dWtNJ .Reviews_modal_wrap__h_Ub0{display:flex;flex-wrap:wrap;gap:.9375rem;width:100%;margin-bottom:1.25rem}.Reviews_reviews_modal__dWtNJ .Reviews_modal_wrap__h_Ub0 div{width:max-content}.Reviews_reviews_modal__dWtNJ .Reviews_modal_row__JKRb1{display:flex;gap:1.25rem;width:100%}.Reviews_reviews_modal__dWtNJ .Reviews_modal_row__JKRb1:not(:last-child){margin-bottom:1.25rem}@media(max-width:47.9375em){.Reviews_reviews_modal__dWtNJ .Reviews_modal_row__JKRb1{flex-direction:column}}.Reviews_reviews_modal__dWtNJ .Reviews_modal_header__4NZeI{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.875rem}@media(max-width:47.9375em){.Reviews_reviews_modal__dWtNJ .Reviews_modal_header__4NZeI{margin-bottom:1.25rem}}.Reviews_reviews_modal__dWtNJ .Reviews_modal__title__2b39a{font-size:calc(24px + 8*(100vw - 320px)/1600);font-weight:600;line-height:1.2}.Reviews_reviews_modal__dWtNJ .Reviews_modal__close__2EsVP{margin-left:auto;cursor:pointer}.Reviews_reviews_modal__dWtNJ .Reviews_modal__close__2EsVP i{width:2.25rem;height:2.25rem;transform:rotate(45deg);opacity:.6}@media(max-width:47.9375em){.Reviews_reviews_modal__dWtNJ .Reviews_modal__close__2EsVP i{width:1.5rem;height:1.5rem}}.Reviews_reviews_modal__dWtNJ .Reviews_modal__vote__dYPa9{width:max-content;margin:0 auto 2.5rem}@media(max-width:47.9375em){.Reviews_reviews_modal__dWtNJ .Reviews_modal__vote__dYPa9{margin:0 0 1.25rem}}.Reviews_reviews_modal__dWtNJ .Reviews_modal__vote__dYPa9 div{gap:1.875rem}@media(max-width:47.9375em){.Reviews_reviews_modal__dWtNJ .Reviews_modal__vote__dYPa9 div{gap:.625rem}}.Reviews_reviews_modal__dWtNJ .Reviews_modal__vote__dYPa9 img{width:2.25rem;height:2.25rem;object-fit:contain}@media(max-width:47.9375em){.Reviews_reviews_modal__dWtNJ .Reviews_modal__vote__dYPa9 img{width:1.5rem;height:1.5rem}}.Reviews_reviews_modal__dWtNJ .Reviews_modal__input__PecNS{margin:2.5rem 0}.Reviews_reviews_modal__dWtNJ .Reviews_modal__checkbox__TPBT_{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:1.25rem}.Reviews_reviews_modal__dWtNJ .Reviews_modal__checkbox__TPBT_ div{display:flex;align-items:center;width:max-content}.Reviews_reviews_modal__dWtNJ .Reviews_modal__message__tCSZZ,.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh{margin-bottom:1.25rem}@media(min-width:48em){.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh{padding:.875rem;border:.0625rem dashed hsla(0,0%,100%,.6);border-radius:.25rem}}.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_tip__kgQVP{text-align:center}@media(max-width:47.9375em){.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_tip__kgQVP{display:none}}.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photos_wrapper__8kPdX{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:.625rem;gap:.625rem}@media(max-width:47.9375em){.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photos_wrapper__8kPdX{grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr))}}@media(min-width:48em){.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photo__Tqdto{position:relative;display:flex;align-items:center;justify-content:center;padding-bottom:100%;border-radius:.25rem;overflow:hidden}.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photo__Tqdto:hover span,.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photo__Tqdto:hover:before{opacity:1;visibility:visible}.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photo__Tqdto:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);opacity:0;visibility:hidden;transition:all .3s ease}.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photo__Tqdto img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photo__Tqdto span{position:absolute;top:calc(50% - .75rem);left:calc(50% - .75rem);width:1.5rem;height:1.5rem;opacity:0;visibility:hidden;transition:all .3s ease;cursor:pointer}}@media(max-width:47.9375em){.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photo__Tqdto{display:flex;flex-direction:column;align-items:center;gap:.625rem;width:100%}.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photo__Tqdto img{width:100%;height:9.375rem;object-fit:cover;border-radius:.125rem}.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photo__Tqdto i{width:1.5rem;height:1.5rem;cursor:pointer}}.Reviews_reviews_modal__dWtNJ .Reviews_modal__addPhoto__CcUT_{display:flex;align-items:center;gap:.625rem}@media(max-width:47.9375em){.Reviews_reviews_modal__dWtNJ .Reviews_modal__addPhoto__CcUT_{margin:auto}}.Reviews_reviews_modal__dWtNJ .Reviews_modal__addPhoto__CcUT_ i{width:1.5rem;height:1.5rem}.Reviews_reviews_modal__dWtNJ .Reviews_modal__addPhoto__CcUT_ span{color:#fff;font-size:1rem;font-weight:500}.Reviews_reviews_modal__dWtNJ .Reviews_modal__btn__d_eBO{margin-left:auto}@media(max-width:47.9375em){.Reviews_reviews_modal__dWtNJ .Reviews_modal__btn__d_eBO{width:100%;margin:0}}.Feedback_feedback__tcYeu{padding:2.5rem 0}@media(max-width:61.9375em){.Feedback_feedback__tcYeu{padding:1.25rem 0}}.Feedback_feedback_wrapper__mMdBH{display:flex;align-items:stretch;gap:1.25rem}.Feedback_feedback_img__3p3dr{width:55%;max-height:26.25rem;border-radius:.3125rem;overflow:hidden}@media(max-width:61.9375em){.Feedback_feedback_img__3p3dr{display:none}}.Feedback_feedback_img__3p3dr img{width:100%;height:100%;object-fit:cover}.Feedback_feedback_form__SegDV{flex:1 1;height:max-content;padding:1.875rem 2.1875rem;background:#322d2d;border-radius:.3125rem}@media(max-width:47.9375em){.Feedback_feedback_form__SegDV{padding:1.875rem .625rem}}.Feedback_feedback_form__SegDV .Feedback_form__title__F_8Ox{margin-bottom:1.25rem;text-align:center;font-size:1.75rem}@media(max-width:47.9375em){.Feedback_feedback_form__SegDV .Feedback_form__title__F_8Ox{margin-bottom:.3125rem}}.Feedback_feedback_form__SegDV .Feedback_form__description__9ruJK{margin-bottom:1.25rem;text-align:center;font-size:1.25rem;line-height:1.5}.Feedback_feedback_form__SegDV .Feedback_form__box__5LETV{display:flex;flex-direction:column;gap:.9375rem}.Feedback_feedback_form__SegDV .Feedback_form__box__5LETV button{width:100%}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Exhibitions_exhibitions__TJyDu{padding:2.5rem 0}@media(max-width:61.9375em){.Exhibitions_exhibitions__TJyDu{padding:1.25rem 0}}.Exhibitions_exhibitions_wrapper__m0JI6{position:relative}.Exhibitions_exhibitions__title__GpbQM{position:absolute;top:.625rem;left:0;font-size:calc(20px + 12*(100vw - 320px)/1600);font-weight:600;line-height:1.2}@media(max-width:61.9375em){.Exhibitions_exhibitions__title__GpbQM{top:1.5625rem}}.Exhibitions_exhibitions_main__o5AVx{width:100%}.Exhibitions_exhibitions_main__o5AVx .Exhibitions_slider__9QSwV{width:100%;height:100%;padding-top:4.0625rem}.Exhibitions_exhibitions_main__o5AVx .Exhibitions_exhibition__kb9_S{cursor:pointer}.Exhibitions_exhibitions_main__o5AVx .Exhibitions_exhibition__photo__soy9b{position:relative;width:100%;margin-bottom:1.25rem;aspect-ratio:4/4}@media(max-width:61.9375em){.Exhibitions_exhibitions_main__o5AVx .Exhibitions_exhibition__photo__soy9b{margin-bottom:.625rem}}.Exhibitions_exhibitions_main__o5AVx .Exhibitions_exhibition__photo__soy9b img{width:100%;height:100%;object-fit:cover}.Exhibitions_exhibitions_main__o5AVx .Exhibitions_exhibition__title__xnNq2{display:flex;flex-direction:column;gap:.625rem}.Exhibitions_exhibitions_main__o5AVx .Exhibitions_exhibition__title__xnNq2 p{font-size:calc(16px + 8*(100vw - 320px)/1600);font-weight:500}@media(max-width:61.9375em){.Exhibitions_exhibitions_main__o5AVx .Exhibitions_exhibition__title__xnNq2 p{text-align:center}}.Exhibitions_exhibitions_main__o5AVx .Exhibitions_exhibition__title__xnNq2 span{font-size:1.25rem;font-weight:500}@media(max-width:61.9375em){.Exhibitions_exhibitions_main__o5AVx .Exhibitions_exhibition__title__xnNq2 span{display:none}}.Raffles_raffles__lsvU1{padding:2.5rem 0}@media(max-width:61.9375em){.Raffles_raffles__lsvU1{padding:1.25rem 0}}.Raffles_raffles_wrapper__e4dAz{position:relative}.Raffles_raffles__title__URp6j{position:absolute;top:.625rem;left:0;font-size:calc(20px + 12*(100vw - 320px)/1600);font-weight:600;line-height:1.2}@media(max-width:61.9375em){.Raffles_raffles__title__URp6j{top:1.5625rem}}.Raffles_raffles_main__bxeYW{width:100%}.Raffles_raffles_main__bxeYW .Raffles_slider__AzzWy{width:100%;height:100%;padding-top:4.0625rem}.Raffles_raffles_main__bxeYW .Raffles_item__NvDWz{cursor:pointer}.Raffles_raffles_main__bxeYW .Raffles_item__photo__sg285{position:relative;width:100%;margin-bottom:.9375rem;aspect-ratio:4/4}@media(max-width:61.9375em){.Raffles_raffles_main__bxeYW .Raffles_item__photo__sg285{margin-bottom:.625rem}}.Raffles_raffles_main__bxeYW .Raffles_item__photo__sg285 img{width:100%;height:100%;object-fit:cover}.Raffles_raffles_main__bxeYW .Raffles_item__title__0VkP7{text-align:center;font-size:calc(16px + 8*(100vw - 320px)/1600)}.Votes_votes_wrapper__m_b9a{display:flex;align-items:center;width:100%;overflow:hidden;position:relative}.Votes_votes_wrapper__m_b9a img{width:1.25rem;height:1.25rem;object-fit:cover;margin-left:.0625rem;margin-right:.0625rem}.Votes_votes_wrapper__m_b9a img.Votes_select__zRSTs{cursor:pointer}@media(max-width:61.9375em){.Votes_votes_wrapper__m_b9a img{width:.875rem;height:.875rem}}.Votes_votes_wrapper__m_b9a .Votes_overlay__7aPy6{position:absolute;top:0;right:0;bottom:0;background-color:rgba(16,16,13,.7);pointer-events:none}.Review_review__uvAm_{display:flex;flex-direction:column}.Review_review__uvAm_.Review_image__AmKmh{gap:.75rem}.Review_review__uvAm_.Review_no_image__aZT__{gap:.375rem;padding:.9375rem;border:.0625rem solid #4e4e4e}.Review_review_row___jp7l{display:flex;align-items:center;gap:.625rem}.Review_review__title__jB0hq{font-size:calc(15px + 3*(100vw - 320px)/1600);font-weight:500}.Review_review__date__xC7Sm{margin-left:auto;color:hsla(0,0%,100%,.7);font-size:calc(12px + 2*(100vw - 320px)/1600)}.Review_review__img__aFobZ{position:relative;padding-bottom:100%}.Review_review__img__aFobZ img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.Review_review__message__WaoyM p{font-size:calc(14px + 4*(100vw - 320px)/1600);line-height:1.4375rem;display:inline;margin-right:5px}.Review_review__message__WaoyM button{color:#fff;background-color:#fa0102;border-radius:2px;padding:2px 12px}.Review_review__advantages__TNY6b{display:flex;flex-direction:column;gap:.3125rem}.Review_review__advantages__TNY6b>span{font-size:calc(15px + 3*(100vw - 320px)/1600);font-weight:500}.Review_review__advantages__TNY6b ul li{font-size:calc(14px + 4*(100vw - 320px)/1600)}.Reviews_reviews__J6JAW{padding:2.5rem 0}@media(max-width:61.9375em){.Reviews_reviews__J6JAW{padding:1.25rem 0}}.Reviews_reviews_wrapper__VJINJ{position:relative;display:flex;flex-direction:column;gap:1.5625rem}@media(max-width:61.9375em){.Reviews_reviews_wrapper__VJINJ{gap:.75rem}}.Reviews_reviews_row__Z_kpE{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding-right:5.625rem}.Reviews_reviews__J6JAW .Reviews_slider__1crPR{width:100%;height:100%}.Reviews_reviews__title__MlwZk{font-size:calc(20px + 12*(100vw - 320px)/1600);font-weight:600;line-height:1.2}.Reviews_reviews__title__MlwZk.Reviews_absolut__oKZOT{position:absolute;top:0;left:0}@media(max-width:61.9375em){.Reviews_reviews__title__MlwZk.Reviews_absolut__oKZOT{top:.625rem}}.Reviews_reviews__link__vHA_I{position:relative;z-index:10;color:#fa0102;font-size:calc(14px + 4*(100vw - 320px)/1600);font-weight:600;line-height:1.5}.Reviews_reviews__link__vHA_I:hover{text-decoration:underline}.Reviews_reviews__list__eW2qv{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}@media(max-width:61.9375em){.Reviews_reviews__list__eW2qv{grid-template-columns:repeat(2,1fr)}}@media(max-width:36.25em){.Reviews_reviews__list__eW2qv{grid-template-columns:1fr}}.Reviews_reviews__list__eW2qv.Reviews_col2__h0aI5{grid-template-columns:repeat(2,1fr)}@media(max-width:36.25em){.Reviews_reviews__list__eW2qv.Reviews_col2__h0aI5{grid-template-columns:1fr}}.Reviews_reviews__more__tzZ5r{margin:auto}@media(max-width:61.9375em){.Sellers_sellers__2y_f2{padding:1.25rem 0}}.Sellers_sellers__title__3Ta85{margin-bottom:1.5625rem;font-size:2rem;font-weight:600}.Sellers_sellers__list__2JZSH{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));grid-gap:1.25rem;gap:1.25rem}.Sellers_sellers__2y_f2 .Sellers_slider__KWfUB{padding-top:0}.Sellers_seller__3m3d_{position:relative}.Sellers_seller__photo__MiQ6u{margin-bottom:.9375rem;border-radius:.3125rem;overflow:hidden}.Sellers_seller__photo__MiQ6u img{width:100%!important;height:100%!important;object-fit:cover;aspect-ratio:4/4}.Sellers_seller__name__yckxj{text-align:center;font-size:calc(16px + 4*(100vw - 320px)/1600);font-weight:500}.SliderSecondary_slider_secondary__C1C3y{padding:2.5rem 0}@media(max-width:61.9375em){.SliderSecondary_slider_secondary__C1C3y{padding:1.25rem 0}}.SliderSecondary_slider_secondary_wrapper__tGjPz{display:flex;flex-direction:column;gap:5rem}.SliderSecondary_slider_secondary_box__yjR_F{position:relative}.SliderSecondary_slider_secondary__title__G5ImQ{margin-bottom:1.25rem;padding-right:5.625rem;font-size:calc(20px + 12*(100vw - 320px)/1600);font-weight:600;line-height:1.2}@media(max-width:61.9375em){.SliderSecondary_slider_secondary__title__G5ImQ{margin-bottom:.625rem}}.SliderSecondary_slider_secondary_main__DGQDp{width:100%}.SliderSecondary_slider_secondary_main__DGQDp .SliderSecondary_slider__C3GEP{width:100%;height:100%;margin-top:-4.0625rem;padding-top:4.0625rem}.Breadcrumb_breadcrumb__QwzeD{padding:1.875rem 0}@media(max-width:61.9375em){.Breadcrumb_breadcrumb__QwzeD{padding:1.25rem 0}}.Breadcrumb_breadcrumb__QwzeD li{display:inline;font-size:.875rem;line-height:1.3125rem}.Breadcrumb_breadcrumb__QwzeD li+li:before{padding:.25rem;color:#b0b0b0;content:"/ "}.Breadcrumb_breadcrumb__QwzeD li a{color:#b0b0b0;text-decoration:none}.Breadcrumb_breadcrumb__QwzeD li a:hover{text-decoration:underline}.About_about__history__HzlAl{display:flex;flex-direction:column;gap:2.5rem;width:100%;margin-bottom:5rem;padding:2.5rem 0}@media(max-width:29.6875em){.About_about__history__HzlAl{gap:1.25rem;margin-bottom:2.5rem}}.About_about__history__HzlAl .About_history__title__iiM31{font-size:2rem;font-weight:600}.About_about__history__HzlAl .About_history__list__7I0bD{display:flex;flex-direction:column;gap:3.75rem;max-width:62.5rem}@media(max-width:29.6875em){.About_about__history__HzlAl .About_history__list__7I0bD{gap:2.5rem}}.About_about__history__HzlAl .About_history__list__7I0bD li{display:flex;gap:3.125rem}@media(max-width:29.6875em){.About_about__history__HzlAl .About_history__list__7I0bD li{flex-direction:column;align-items:center;text-align:center;gap:.625rem}}.About_about__history__HzlAl .About_history__list__7I0bD li span{min-width:6.875rem;max-width:7.5rem;font-size:2.25rem}.About_about__history__HzlAl .About_history__list__7I0bD li div,.About_about__history__HzlAl .About_history__list__7I0bD li p{font-size:calc(16px + 8*(100vw - 320px)/1600);line-height:1.5}.About_about__achievement__ae4s9{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:5rem}@media(max-width:29.6875em){.About_about__achievement__ae4s9{gap:1.25rem;margin-bottom:2.5rem}}.About_about__achievement__ae4s9 .About_achievement__title__6RAcA{font-size:2rem;font-weight:600}.About_about__achievement__ae4s9 .About_achievement__list__9fbBU{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2.5rem;gap:2.5rem;justify-content:space-around}@media(max-width:29.6875em){.About_about__achievement__ae4s9 .About_achievement__list__9fbBU{grid-template-columns:1fr;gap:1.25rem}}.About_about__achievement__ae4s9 .About_achievement__list__9fbBU li{display:flex;flex-direction:column;align-items:center;gap:1.25rem}@media(max-width:29.6875em){.About_about__achievement__ae4s9 .About_achievement__list__9fbBU li{gap:.625rem}}.About_about__achievement__ae4s9 .About_achievement__list__9fbBU li i{width:2.5rem;height:2.5rem}@media(max-width:47.9375em){.About_about__achievement__ae4s9 .About_achievement__list__9fbBU li i{width:1.5rem;height:1.5rem}}.About_about__achievement__ae4s9 .About_achievement__list__9fbBU li p{text-align:center;font-size:calc(16px + 8*(100vw - 320px)/1600)}.About_about__advantages__V17xy{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:5rem}@media(max-width:29.6875em){.About_about__advantages__V17xy{gap:1.25rem}}.About_about__advantages__V17xy .About_advantages__title__tdmTD{font-size:2rem;font-weight:600}.About_about__advantages__V17xy .About_advantages__list__YXd60{display:flex;flex-direction:column;gap:1.875rem;max-width:56.5625rem;width:100%}.About_about__advantages__V17xy .About_advantages__list__YXd60 .About_item__mHDHJ{display:flex;flex-direction:column;gap:.625rem}@media(max-width:29.6875em){.About_about__advantages__V17xy .About_advantages__list__YXd60 .About_item__mHDHJ{align-items:center;text-align:center}}.About_about__advantages__V17xy .About_advantages__list__YXd60 .About_item__header__sj0zt{display:flex;align-items:center;gap:.9375rem}.About_about__advantages__V17xy .About_advantages__list__YXd60 .About_item__header__sj0zt i{width:2.5rem;height:2.5rem}@media(max-width:29.6875em){.About_about__advantages__V17xy .About_advantages__list__YXd60 .About_item__header__sj0zt i{width:1.5rem;height:1.5rem}}.About_about__advantages__V17xy .About_advantages__list__YXd60 .About_item__header__sj0zt span{font-size:calc(24px + 4*(100vw - 320px)/1600);font-weight:600}.About_about__advantages__V17xy .About_advantages__list__YXd60 .About_item__text__MlJcG{font-size:calc(16px + 8*(100vw - 320px)/1600);line-height:1.5}@media(min-width:29.75em){.About_about__advantages__V17xy .About_advantages__list__YXd60 .About_item__text__MlJcG{padding-left:3.4375rem}}