: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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:var(--toastify-toast-left);top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:var(--toastify-toast-right);top:var(--toastify-toast-top)}.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{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.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{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom: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{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-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{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;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{border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@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{align-items:center;display:flex;justify-content:space-between}.Reviews_reviews__title__bM4UJ{font-size:calc(27.2px + .25vw);font-weight:600;width:70%}.Reviews_reviews__link__W3tGz{color:#fa0102;cursor:pointer;font-size:calc(13.2px + .25vw);font-weight:600;text-align:right;width:30%;z-index:10}@media(max-width:61.9375em){.Reviews_reviews__link__W3tGz{font-weight:500}}.Reviews_reviews__slider__lBOfK{width:100%}.Reviews_reviews_modal__dWtNJ{background:#10100d;display:flex;flex-direction:column;height:80vh;margin:0 1rem;max-width:46.25rem;overflow:auto;padding:3.125rem;width:100%}@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;margin-bottom:1.25rem;width:100%}.Reviews_reviews_modal__dWtNJ .Reviews_modal_wrap__h_Ub0 div{width:-moz-max-content;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{align-items:center;display:flex;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(22.4px + .5vw);font-weight:600;line-height:1.2}.Reviews_reviews_modal__dWtNJ .Reviews_modal__close__2EsVP{cursor:pointer;margin-left:auto}.Reviews_reviews_modal__dWtNJ .Reviews_modal__close__2EsVP i{height:2.25rem;opacity:.6;transform:rotate(45deg);width:2.25rem}@media(max-width:47.9375em){.Reviews_reviews_modal__dWtNJ .Reviews_modal__close__2EsVP i{height:1.5rem;width:1.5rem}}.Reviews_reviews_modal__dWtNJ .Reviews_modal__vote__dYPa9{margin:0 auto 2.5rem;width:-moz-max-content;width:max-content}@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{height:2.25rem;-o-object-fit:contain;object-fit:contain;width:2.25rem}@media(max-width:47.9375em){.Reviews_reviews_modal__dWtNJ .Reviews_modal__vote__dYPa9 img{height:1.5rem;width: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{align-items:center;display:flex;width:-moz-max-content;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{border:.0625rem dashed hsla(0,0%,100%,.6);border-radius:.25rem;padding:.875rem}}.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;gap:.625rem;grid-template-columns:repeat(6,1fr)}@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{align-items:center;border-radius:.25rem;display:flex;justify-content:center;overflow:hidden;padding-bottom:100%;position:relative}.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{background:rgba(0,0,0,.3);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .3s ease;visibility:hidden;width:100%}.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photo__Tqdto img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photo__Tqdto span{cursor:pointer;height:1.5rem;left:calc(50% - .75rem);opacity:0;position:absolute;top:calc(50% - .75rem);transition:all .3s ease;visibility:hidden;width:1.5rem}}@media(max-width:47.9375em){.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photo__Tqdto{align-items:center;display:flex;flex-direction:column;gap:.625rem;width:100%}.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photo__Tqdto img{border-radius:.125rem;height:9.375rem;-o-object-fit:cover;object-fit:cover;width:100%}.Reviews_reviews_modal__dWtNJ .Reviews_modal__photos__tHQIh .Reviews_photo__Tqdto i{cursor:pointer;height:1.5rem;width:1.5rem}}.Reviews_reviews_modal__dWtNJ .Reviews_modal__addPhoto__CcUT_{align-items:center;display:flex;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{height:1.5rem;width: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{margin:0;width:100%}}.Feedback_feedback__tcYeu{padding:2.5rem 0}@media(max-width:61.9375em){.Feedback_feedback__tcYeu{padding:1.25rem 0}}.Feedback_feedback_wrapper__mMdBH{align-items:stretch;display:flex;gap:1.25rem}.Feedback_feedback_img__3p3dr{border-radius:.3125rem;max-height:26.25rem;overflow:hidden;width:55%}@media(max-width:61.9375em){.Feedback_feedback_img__3p3dr{display:none}}.Feedback_feedback_img__3p3dr img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.Feedback_feedback_form__SegDV{background:#322d2d;border-radius:.3125rem;flex:1;height:-moz-max-content;height:max-content;padding:1.875rem 2.1875rem}@media(max-width:47.9375em){.Feedback_feedback_form__SegDV{padding:1.875rem .625rem}}.Feedback_feedback_form__SegDV .Feedback_form__title__F_8Ox{font-size:1.75rem;margin-bottom:1.25rem;text-align:center}@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{font-size:1.25rem;line-height:1.5;margin-bottom:1.25rem;text-align:center}.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{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;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{height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;width:100%}.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);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.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{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{backface-visibility:hidden;transform:translateZ(0)}.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{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.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{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;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{border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.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{font-size:calc(17.6px + .75vw);font-weight:600;left:0;line-height:1.2;position:absolute;top:.625rem}@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{height:100%;padding-top:4.0625rem;width:100%}.Exhibitions_exhibitions_main__o5AVx .Exhibitions_exhibition__kb9_S{cursor:pointer}.Exhibitions_exhibitions_main__o5AVx .Exhibitions_exhibition__photo__soy9b{aspect-ratio:4/4;margin-bottom:1.25rem;position:relative;width:100%}@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{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.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(14.4px + .5vw);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{font-size:calc(17.6px + .75vw);font-weight:600;left:0;line-height:1.2;position:absolute;top:.625rem}@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{height:100%;padding-top:4.0625rem;width:100%}.Raffles_raffles_main__bxeYW .Raffles_item__NvDWz{cursor:pointer}.Raffles_raffles_main__bxeYW .Raffles_item__photo__sg285{aspect-ratio:4/4;margin-bottom:.9375rem;position:relative;width:100%}@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{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.Raffles_raffles_main__bxeYW .Raffles_item__title__0VkP7{font-size:calc(14.4px + .5vw);text-align:center}.Votes_votes_wrapper__m_b9a{align-items:center;display:flex;overflow:hidden;position:relative;width:100%}.Votes_votes_wrapper__m_b9a img{height:1.25rem;margin-left:.0625rem;margin-right:.0625rem;-o-object-fit:cover;object-fit:cover;width:1.25rem}.Votes_votes_wrapper__m_b9a img.Votes_select__zRSTs{cursor:pointer}@media(max-width:61.9375em){.Votes_votes_wrapper__m_b9a img{height:.875rem;width:.875rem}}.Votes_votes_wrapper__m_b9a .Votes_overlay__7aPy6{background-color:rgba(16,16,13,.7);bottom:0;pointer-events:none;position:absolute;right:0;top:0}.Review_review__uvAm_{display:flex;flex-direction:column}.Review_review__uvAm_.Review_image__AmKmh{gap:.75rem}.Review_review__uvAm_.Review_no_image__aZT__{border:.0625rem solid #4e4e4e;gap:.375rem;padding:.9375rem}.Review_review_row___jp7l{align-items:center;display:flex;gap:.625rem}.Review_review__title__jB0hq{font-size:calc(14.4px + .1875vw);font-weight:500}.Review_review__date__xC7Sm{color:hsla(0,0%,100%,.7);font-size:calc(11.6px + .125vw);margin-left:auto}.Review_review__img__aFobZ{padding-bottom:100%;position:relative}.Review_review__img__aFobZ img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.Review_review__message__WaoyM p{display:inline;font-size:calc(13.2px + .25vw);line-height:1.4375rem;margin-right:5px}.Review_review__message__WaoyM button{background-color:#fa0102;border-radius:2px;color:#fff;padding:2px 12px}.Review_review__advantages__TNY6b{display:flex;flex-direction:column;gap:.3125rem}.Review_review__advantages__TNY6b>span{font-size:calc(14.4px + .1875vw);font-weight:500}.Review_review__advantages__TNY6b ul li{font-size:calc(13.2px + .25vw)}.Reviews_reviews__J6JAW{padding:2.5rem 0}@media(max-width:61.9375em){.Reviews_reviews__J6JAW{padding:1.25rem 0}}.Reviews_reviews_wrapper__VJINJ{display:flex;flex-direction:column;gap:1.5625rem;position:relative}@media(max-width:61.9375em){.Reviews_reviews_wrapper__VJINJ{gap:.75rem}}.Reviews_reviews_row__Z_kpE{align-items:center;display:flex;gap:.625rem;justify-content:space-between;padding-right:5.625rem;position:relative}.Reviews_reviews__J6JAW .Reviews_slider__1crPR{height:100%;width:100%}.Reviews_reviews__title__MlwZk{font-size:calc(17.6px + .75vw);font-weight:600;line-height:1.2}.Reviews_reviews__title__MlwZk.Reviews_absolut__oKZOT{left:0;position:absolute;top:0}@media(max-width:61.9375em){.Reviews_reviews__title__MlwZk.Reviews_absolut__oKZOT{top:.625rem}}.Reviews_reviews__link__vHA_I{color:#fa0102;font-size:calc(13.2px + .25vw);font-weight:600;line-height:1.5;position:relative;z-index:10}.Reviews_reviews__link__vHA_I:hover{text-decoration:underline}.Reviews_reviews__list__eW2qv{display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr)}@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{font-size:2rem;font-weight:600;margin-bottom:1.5625rem}.Sellers_sellers__list__2JZSH{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}.Sellers_sellers__2y_f2 .Sellers_slider__KWfUB{padding-top:0}.Sellers_seller__3m3d_{position:relative}.Sellers_seller__photo__MiQ6u{border-radius:.3125rem;margin-bottom:.9375rem;overflow:hidden}.Sellers_seller__photo__MiQ6u img{aspect-ratio:4/4;height:100%!important;-o-object-fit:cover;object-fit:cover;width:100%!important}.Sellers_seller__name__yckxj{font-size:calc(15.2px + .25vw);font-weight:500;text-align:center}.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{font-size:calc(17.6px + .75vw);font-weight:600;line-height:1.2;margin-bottom:1.25rem;padding-right:5.625rem}@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{height:100%;margin-top:-4.0625rem;padding-top:4.0625rem;width:100%}.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{color:#b0b0b0;content:"/ ";padding:.25rem}.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;margin-bottom:5rem;padding:2.5rem 0;width:100%}@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{align-items:center;flex-direction:column;gap:.625rem;text-align:center}}.About_about__history__HzlAl .About_history__list__7I0bD li span{font-size:2.25rem;max-width:7.5rem;min-width:6.875rem}.About_about__history__HzlAl .About_history__list__7I0bD li div,.About_about__history__HzlAl .About_history__list__7I0bD li p{font-size:calc(14.4px + .5vw);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;gap:2.5rem;grid-template-columns:repeat(2,1fr);justify-content:space-around}@media(max-width:29.6875em){.About_about__achievement__ae4s9 .About_achievement__list__9fbBU{gap:1.25rem;grid-template-columns:1fr}}.About_about__achievement__ae4s9 .About_achievement__list__9fbBU li{align-items:center;display:flex;flex-direction:column;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{height:2.5rem;width:2.5rem}@media(max-width:47.9375em){.About_about__achievement__ae4s9 .About_achievement__list__9fbBU li i{height:1.5rem;width:1.5rem}}.About_about__achievement__ae4s9 .About_achievement__list__9fbBU li p{font-size:calc(14.4px + .5vw);text-align:center}.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{align-items:center;display:flex;gap:.9375rem}.About_about__advantages__V17xy .About_advantages__list__YXd60 .About_item__header__sj0zt i{height:2.5rem;width:2.5rem}@media(max-width:29.6875em){.About_about__advantages__V17xy .About_advantages__list__YXd60 .About_item__header__sj0zt i{height:1.5rem;width:1.5rem}}.About_about__advantages__V17xy .About_advantages__list__YXd60 .About_item__header__sj0zt span{font-size:calc(23.2px + .25vw);font-weight:600}.About_about__advantages__V17xy .About_advantages__list__YXd60 .About_item__text__MlJcG{font-size:calc(14.4px + .5vw);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}}