.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}:host,:root{--vs-colors--lightest:rgba(60,60,60,0.26);--vs-colors--light:rgba(60,60,60,0.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,0.15);--vs-search-input-color:inherit;--vs-search-input-bg:#fff;--vs-search-input-placeholder-color:inherit;--vs-font-size:1rem;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--vs-colors--lightest);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:4px;--vs-actions-padding:4px 6px 0 3px;--vs-controls-color:var(--vs-colors--light);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#f0f0f0;--vs-selected-color:var(--vs-colors--dark);--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:#fff;--vs-dropdown-color:inherit;--vs-dropdown-z-index:1000;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#5897fb;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1,-0.115,0.975,0.855);--vs-transition-duration:150ms}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1,0.5,0.8,1);--vs-transition-duration:0.15s}@-webkit-keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;-webkit-transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function);transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:var(--vs-disabled-bg);cursor:var(--vs-disabled-cursor)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--vs-search-input-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);display:-webkit-box;display:flex;padding:0 0 4px;white-space:normal}.vs__selected-options{display:-webkit-box;display:flex;flex-basis:100%;-webkit-box-flex:1;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);-webkit-transform:scale(var(--vs-controls-size));transform:scale(var(--vs-controls-size));-webkit-transition:-webkit-transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition:-webkit-transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function),-webkit-transform var(--vs-transition-duration) var(--vs-transition-timing-function);-webkit-transition-timing-function:var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{-webkit-transform:rotate(180deg) scale(var(--vs-controls-size));transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);background-color:transparent;border:0;cursor:pointer;margin-right:8px;padding:0}.vs__dropdown-menu{background:var(--vs-dropdown-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);border-top-style:none;box-shadow:var(--vs-dropdown-box-shadow);box-sizing:border-box;color:var(--vs-dropdown-color);display:block;left:0;list-style:none;margin:0;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - var(--vs-border-width));width:100%;z-index:var(--vs-dropdown-z-index)}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:var(--vs-dropdown-option-color);cursor:pointer;display:block;line-height:1.42857143;padding:var(--vs-dropdown-option-padding);white-space:nowrap}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{-webkit-box-align:center;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);display:-webkit-box;display:flex;line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{fill:var(--vs-controls-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:-webkit-inline-box;display:inline-flex;margin-left:4px;padding:0;text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-left:none;box-shadow:none;color:var(--vs-search-input-color);-webkit-box-flex:1;flex-grow:1;font-size:var(--vs-font-size);line-height:var(--vs-line-height);margin:4px 0 0;max-width:100%;outline:none;padding:0 7px;width:0;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search:-ms-input-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::-webkit-input-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::-ms-input-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid hsla(0,0%,39%,.1);border-left-color:rgba(60,60,60,.45);font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;-webkit-transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));-webkit-transition:opacity .1s;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;-webkit-transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));width:5em}.vs--loading .vs__spinner{opacity:1}.vue-slider-disabled{opacity:.5;cursor:not-allowed}.vue-slider-rail{background-color:#ccc;border-radius:15px}.vue-slider-process{background-color:#3498db;border-radius:15px}.vue-slider-mark{z-index:4}.vue-slider-mark:first-child .vue-slider-mark-step,.vue-slider-mark:last-child .vue-slider-mark-step{display:none}.vue-slider-mark-step{width:100%;height:100%;border-radius:50%;background-color:rgba(0,0,0,.16)}.vue-slider-mark-label{font-size:14px;white-space:nowrap}.vue-slider-dot-handle{cursor:pointer;width:100%;height:100%;border-radius:50%;background-color:#fff;box-sizing:border-box;box-shadow:.5px .5px 2px 1px rgba(0,0,0,.32)}.vue-slider-dot-handle-focus{box-shadow:0 0 1px 2px rgba(52,152,219,.36)}.vue-slider-dot-handle-disabled{cursor:not-allowed;background-color:#ccc}.vue-slider-dot-tooltip-inner{font-size:14px;white-space:nowrap;padding:2px 5px;min-width:20px;text-align:center;color:#fff;border-radius:5px;border-color:#3498db;background-color:#3498db;box-sizing:content-box}.vue-slider-dot-tooltip-inner:after{content:"";position:absolute}.vue-slider-dot-tooltip-inner-top:after{top:100%;border:5px solid transparent;border-top-color:inherit}.vue-slider-dot-tooltip-inner-bottom:after,.vue-slider-dot-tooltip-inner-top:after{left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);height:0;width:0}.vue-slider-dot-tooltip-inner-bottom:after{bottom:100%;border:5px solid transparent;border-bottom-color:inherit}.vue-slider-dot-tooltip-inner-left:after{left:100%;border:5px solid transparent;border-left-color:inherit}.vue-slider-dot-tooltip-inner-left:after,.vue-slider-dot-tooltip-inner-right:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:0;width:0}.vue-slider-dot-tooltip-inner-right:after{right:100%;border:5px solid transparent;border-right-color:inherit}.vue-slider-dot-tooltip-wrapper{opacity:0;-webkit-transition:all .3s;transition:all .3s}.vue-slider-dot-tooltip-wrapper-show{opacity:1}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}b,strong{font-weight:bolder}code{font-family:monospace,monospace;font-size:1em}small{font-size:80%}img{border-style:none}button,input,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[hidden],template{display:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,p,pre{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}ul{list-style:none;margin:0;padding:0}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid #e9e9e9}img{border-style:solid}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#a0aec0}input::-moz-placeholder,textarea::-moz-placeholder{color:#a0aec0}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#a0aec0}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,select,textarea{padding:0;line-height:inherit;color:inherit}code,pre{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}canvas,iframe,img,svg{display:block;vertical-align:middle}img{max-width:100%;height:auto}.bg-transparent{background-color:transparent}.bg-black{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-gray-200{--bg-opacity:1;background-color:#f7f7f7;background-color:rgba(247,247,247,var(--bg-opacity))}.bg-gray-300{--bg-opacity:1;background-color:#e9e9e9;background-color:rgba(233,233,233,var(--bg-opacity))}.bg-gray-400{--bg-opacity:1;background-color:#b0b0b0;background-color:rgba(176,176,176,var(--bg-opacity))}.bg-gray-500{--bg-opacity:1;background-color:#919191;background-color:rgba(145,145,145,var(--bg-opacity))}.bg-red-400{--bg-opacity:1;background-color:#c92b2b;background-color:rgba(201,43,43,var(--bg-opacity))}.bg-red-500{--bg-opacity:1;background-color:#f56565;background-color:rgba(245,101,101,var(--bg-opacity))}.bg-green-100{--bg-opacity:1;background-color:#f8fff7;background-color:rgba(248,255,247,var(--bg-opacity))}.bg-green-200{--bg-opacity:1;background-color:#c5fdd1;background-color:rgba(197,253,209,var(--bg-opacity))}.bg-green-500{--bg-opacity:1;background-color:#00aa5b;background-color:rgba(0,170,91,var(--bg-opacity))}.bg-blue-500{--bg-opacity:1;background-color:#4299e1;background-color:rgba(66,153,225,var(--bg-opacity))}.bg-indigo-800,.bg-purple-500{--bg-opacity:1;background-color:#5e3f97;background-color:rgba(94,63,151,var(--bg-opacity))}.bg-purple-600{--bg-opacity:1;background-color:#494290;background-color:rgba(73,66,144,var(--bg-opacity))}.bg-purple-700{--bg-opacity:1;background-color:#3b2a5a;background-color:rgba(59,42,90,var(--bg-opacity))}.bg-purple-800{--bg-opacity:1;background-color:#7a50c7;background-color:rgba(122,80,199,var(--bg-opacity))}.hover\:bg-gray-400:hover{--bg-opacity:1;background-color:#b0b0b0;background-color:rgba(176,176,176,var(--bg-opacity))}.hover\:bg-gray-500:hover{--bg-opacity:1;background-color:#919191;background-color:rgba(145,145,145,var(--bg-opacity))}.bg-no-repeat{background-repeat:no-repeat}.bg-cover{background-size:cover}.border-white{--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity))}.border-gray-200{--border-opacity:1;border-color:#f7f7f7;border-color:rgba(247,247,247,var(--border-opacity))}.border-gray-300{--border-opacity:1;border-color:#e9e9e9;border-color:rgba(233,233,233,var(--border-opacity))}.border-gray-400{--border-opacity:1;border-color:#b0b0b0;border-color:rgba(176,176,176,var(--border-opacity))}.border-gray-500{--border-opacity:1;border-color:#919191;border-color:rgba(145,145,145,var(--border-opacity))}.border-gray-600{--border-opacity:1;border-color:#636363;border-color:rgba(99,99,99,var(--border-opacity))}.border-gray-800{--border-opacity:1;border-color:#343434;border-color:rgba(52,52,52,var(--border-opacity))}.border-red-500{--border-opacity:1;border-color:#f56565;border-color:rgba(245,101,101,var(--border-opacity))}.border-green-500{--border-opacity:1;border-color:#00aa5b;border-color:rgba(0,170,91,var(--border-opacity))}.border-blue-500{--border-opacity:1;border-color:#4299e1;border-color:rgba(66,153,225,var(--border-opacity))}.border-blue-700{--border-opacity:1;border-color:#2b46d1;border-color:rgba(43,70,209,var(--border-opacity))}.border-purple-500{--border-opacity:1;border-color:#5e3f97;border-color:rgba(94,63,151,var(--border-opacity))}.border-purple-600{--border-opacity:1;border-color:#494290;border-color:rgba(73,66,144,var(--border-opacity))}.hover\:border-purple-500:hover{--border-opacity:1;border-color:#5e3f97;border-color:rgba(94,63,151,var(--border-opacity))}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r{border-top-right-radius:.25rem}.rounded-b,.rounded-r{border-bottom-right-radius:.25rem}.rounded-b,.rounded-l{border-bottom-left-radius:.25rem}.rounded-l{border-top-left-radius:.25rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-0{border-width:0}.border-2{border-width:2px}.border{border-width:1px}.border-t-0{border-top-width:0}.border-b-0{border-bottom-width:0}.border-r-2{border-right-width:2px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.cursor-auto{cursor:auto}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:-webkit-box;display:flex}.inline-flex{display:-webkit-inline-box;display:inline-flex}.table{display:table}.hidden{display:none}.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.flex-col-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{-webkit-box-align:start;align-items:flex-start}.items-end{-webkit-box-align:end;align-items:flex-end}.items-center{-webkit-box-align:center;align-items:center}.items-baseline{-webkit-box-align:baseline;align-items:baseline}.items-stretch{-webkit-box-align:stretch;align-items:stretch}.justify-start{-webkit-box-pack:start;justify-content:flex-start}.justify-end{-webkit-box-pack:end;justify-content:flex-end}.justify-center{-webkit-box-pack:center;justify-content:center}.justify-between{-webkit-box-pack:justify;justify-content:space-between}.justify-around{justify-content:space-around}.flex-1{-webkit-box-flex:1;flex:1 1 0%}.flex-auto{-webkit-box-flex:1;flex:1 1 auto}.flex-grow{-webkit-box-flex:1;flex-grow:1}.flex-shrink-0{flex-shrink:0}.font-sans{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.h-1{height:.25rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-48{height:12rem}.h-56{height:14rem}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:4rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}.m-1{margin:.25rem}.m-8{margin:2rem}.m-auto{margin:auto}.my-0{margin-top:0;margin-bottom:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mx-auto{margin-left:auto;margin-right:auto}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mb-0{margin-bottom:0}.mt-1{margin-top:.25rem}.mr-1{margin-right:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mt-5{margin-top:1.25rem}.mr-5{margin-right:1.25rem}.mb-5{margin-bottom:1.25rem}.mt-6{margin-top:1.5rem}.mr-6{margin-right:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mt-8{margin-top:2rem}.mr-8{margin-right:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mt-10{margin-top:2.5rem}.mr-10{margin-right:2.5rem}.mb-10{margin-bottom:2.5rem}.ml-10{margin-left:2.5rem}.mr-12{margin-right:3rem}.mb-12{margin-bottom:3rem}.mr-14{margin-right:3.5rem}.mb-14{margin-bottom:3.5rem}.mr-16{margin-right:4rem}.mb-16{margin-bottom:4rem}.mr-20{margin-right:5rem}.mb-20{margin-bottom:5rem}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-full{max-width:100%}.min-h-screen{min-height:100vh}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.outline-none{outline:2px solid transparent;outline-offset:2px}.overflow-hidden{overflow:hidden}.overflow-y-scroll{overflow-y:scroll}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-10{padding:2.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-8{padding-left:2rem;padding-right:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-16{padding-left:4rem;padding-right:4rem}.pt-1{padding-top:.25rem}.pr-1{padding-right:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.pt-2{padding-top:.5rem}.pr-2{padding-right:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pt-3{padding-top:.75rem}.pr-3{padding-right:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pt-4{padding-top:1rem}.pr-4{padding-right:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pt-5{padding-top:1.25rem}.pr-5{padding-right:1.25rem}.pb-5{padding-bottom:1.25rem}.pl-5{padding-left:1.25rem}.pt-6{padding-top:1.5rem}.pr-6{padding-right:1.5rem}.pb-6{padding-bottom:1.5rem}.pl-6{padding-left:1.5rem}.pt-8{padding-top:2rem}.pr-8{padding-right:2rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.pt-10{padding-top:2.5rem}.pr-10{padding-right:2.5rem}.pb-10{padding-bottom:2.5rem}.pl-10{padding-left:2.5rem}.pt-12{padding-top:3rem}.pr-12{padding-right:3rem}.pb-12{padding-bottom:3rem}.pl-12{padding-left:3rem}.pt-16{padding-top:4rem}.pr-16{padding-right:4rem}.pb-16{padding-bottom:4rem}.pl-16{padding-left:4rem}.pt-20{padding-top:5rem}.pr-20{padding-right:5rem}.pb-20{padding-bottom:5rem}.pt-24{padding-top:6rem}.pb-24{padding-bottom:6rem}.placeholder-gray-400::-webkit-input-placeholder{--placeholder-opacity:1;color:#b0b0b0;color:rgba(176,176,176,var(--placeholder-opacity))}.placeholder-gray-400::-moz-placeholder{--placeholder-opacity:1;color:#b0b0b0;color:rgba(176,176,176,var(--placeholder-opacity))}.placeholder-gray-400:-ms-input-placeholder{--placeholder-opacity:1;color:#b0b0b0;color:rgba(176,176,176,var(--placeholder-opacity))}.placeholder-gray-400::-ms-input-placeholder{--placeholder-opacity:1;color:#b0b0b0;color:rgba(176,176,176,var(--placeholder-opacity))}.placeholder-gray-400::placeholder{--placeholder-opacity:1;color:#b0b0b0;color:rgba(176,176,176,var(--placeholder-opacity))}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-lg{box-shadow:0 0 32px 0 rgba(0,0,0,.1)}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.fill-current{fill:currentColor}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-black{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.text-gray-300{--text-opacity:1;color:#e9e9e9;color:rgba(233,233,233,var(--text-opacity))}.text-gray-400{--text-opacity:1;color:#b0b0b0;color:rgba(176,176,176,var(--text-opacity))}.text-gray-500{--text-opacity:1;color:#919191;color:rgba(145,145,145,var(--text-opacity))}.text-gray-600{--text-opacity:1;color:#636363;color:rgba(99,99,99,var(--text-opacity))}.text-gray-700{--text-opacity:1;color:#5f5f5f;color:rgba(95,95,95,var(--text-opacity))}.text-gray-800{--text-opacity:1;color:#343434;color:rgba(52,52,52,var(--text-opacity))}.text-gray-900{--text-opacity:1;color:#373737;color:rgba(55,55,55,var(--text-opacity))}.text-gray-1000{--text-opacity:1;color:#2a2a2a;color:rgba(42,42,42,var(--text-opacity))}.text-red-500{--text-opacity:1;color:#f56565;color:rgba(245,101,101,var(--text-opacity))}.text-red-600{--text-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--text-opacity))}.text-green-500{--text-opacity:1;color:#00aa5b;color:rgba(0,170,91,var(--text-opacity))}.text-green-600{--text-opacity:1;color:#37b826;color:rgba(55,184,38,var(--text-opacity))}.text-blue-400{--text-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--text-opacity))}.text-blue-500{--text-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--text-opacity))}.text-blue-600{--text-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--text-opacity))}.text-blue-700{--text-opacity:1;color:#2b46d1;color:rgba(43,70,209,var(--text-opacity))}.text-purple-100{--text-opacity:1;color:#9693ad;color:rgba(150,147,173,var(--text-opacity))}.text-purple-400{--text-opacity:1;color:#776b82;color:rgba(119,107,130,var(--text-opacity))}.text-purple-500{--text-opacity:1;color:#5e3f97;color:rgba(94,63,151,var(--text-opacity))}.text-purple-600{--text-opacity:1;color:#494290;color:rgba(73,66,144,var(--text-opacity))}.hover\:text-white:hover{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.hover\:text-gray-800:hover{--text-opacity:1;color:#343434;color:rgba(52,52,52,var(--text-opacity))}.hover\:text-purple-600:hover{--text-opacity:1;color:#494290;color:rgba(73,66,144,var(--text-opacity))}.italic{font-style:italic}.uppercase{text-transform:uppercase}.underline{text-decoration:underline}.line-through{text-decoration:line-through}.no-underline{text-decoration:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.visible{visibility:visible}.whitespace-no-wrap{white-space:nowrap}.w-0{width:0}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-30{width:7.5rem}.w-32{width:8rem}.w-36{width:9rem}.w-40{width:10rem}.w-42{width:10.5rem}.w-56{width:14rem}.w-76{width:19rem}.w-auto{width:auto}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-2\/4{width:50%}.w-3\/4{width:75%}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-4\/5{width:80%}.w-1\/6{width:16.666667%}.w-2\/6{width:33.333333%}.w-4\/6{width:66.666667%}.w-5\/6{width:83.333333%}.w-1\/12{width:8.333333%}.w-2\/12{width:16.666667%}.w-3\/12{width:25%}.w-4\/12{width:33.333333%}.w-5\/12{width:41.666667%}.w-7\/12{width:58.333333%}.w-9\/12{width:75%}.w-10\/12{width:83.333333%}.w-11\/12{width:91.666667%}.w-full{width:100%}.w-screen{width:100vw}.w-22\/100{width:22%}.w-29\/100{width:29%}.w-39\/100{width:39%}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.transform{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;-webkit-transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))}.rotate-180{--transform-rotate:180deg}.transition{-webkit-transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-transform}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes ping{75%,to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes ping{75%,to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{-webkit-transform:translateY(-25%);transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes bounce{0%,to{-webkit-transform:translateY(-25%);transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}.attachment{margin:0}.attachment__caption{display:none}.pagination{padding-top:5px;display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end;border-top:1px solid #e9e9e9}.pagination .pagination-list{display:-webkit-box;display:flex;-webkit-box-flex:0;flex-grow:0;-webkit-box-ordinal-group:3;order:2}.pagination .pagination-list li .pagination-link{font-weight:500;font-size:18px;line-height:1.7;color:#494290;opacity:.5;padding:0 5px}.pagination .pagination-list li .pagination-link.is-current{background:none;opacity:1;color:#494290}.pagination .pagination-list li .pagination-link:not(.is-current):hover{color:#494290;opacity:.9}.pagination .pagination-next,.pagination .pagination-previous{width:30px;height:30px}.pagination .pagination-next[disabled],.pagination .pagination-previous[disabled]{background:none}.pagination .pagination-previous{-webkit-box-ordinal-group:2;order:1;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pagination .pagination-next,.pagination .pagination-previous{background:url(/images/pagination-arrow.png) 50% no-repeat;background-size:8px}.pagination .pagination-next{-webkit-box-ordinal-group:4;order:3}.vue-notification-custom{padding:10px;margin:15px;font-size:16px;color:#fff;background:#44a4fc;border-left:5px solid #187fe7}.vue-notification-custom.error{background:#e54d42;border-left-color:#b82e24}.vue-notification-custom.success{background:#68cd86;border-left-color:#42a85f}.flickity-arrows.arrow-position.arrow-categories .flickity-button{outline:none;background:#bdbdbd}.flickity-arrows.arrow-position.arrow-categories .flickity-button.previous{left:2px}.flickity-arrows.arrow-position.arrow-categories .flickity-button.next{right:2px}.flickity-arrows.arrow-position .flickity-button{outline:none;background:#bdbdbd}.flickity-arrows.arrow-position .flickity-button.previous{left:-2px}.flickity-arrows.arrow-position .flickity-button.next{right:-2px}.flickity-arrows .flickity-button{width:28px;height:28px;outline:none;background:#494290;opacity:.4;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}@media (max-width:768px){.flickity-arrows .flickity-button{opacity:.8}}.flickity-arrows .flickity-button:hover{opacity:.8}.flickity-arrows .flickity-button:disabled{opacity:.1}.flickity-arrows .flickity-button.previous{left:6px}.flickity-arrows .flickity-button.next{right:6px}.flickity-arrows .slider-item .caption{left:36px;top:58px}@media (max-width:650px){.flickity-arrows .slider-item .caption{left:0;right:0;margin:auto;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;top:0;height:100%;padding:60px 0 70px}}.flickity-arrows .slider-item .caption p{width:37%}@media (max-width:1024px){.flickity-arrows .slider-item .caption p{width:50%}}@media (max-width:768px){.flickity-arrows .slider-item .caption p{width:58%}}@media (max-width:650px){.flickity-arrows .slider-item .caption p{width:100%}}.flickity-arrows .slider-item .promo-slider-image{width:100%}.flickity-arrows .flickity-page-dots{right:27px;bottom:21px;width:auto}@media (max-width:650px){.flickity-arrows .flickity-page-dots{right:0;left:0}}.flickity-arrows .flickity-page-dots .dot{margin:0 6px;background:#cad0cf}.flickity-arrows .flickity-page-dots .dot.is-selected{background:#494290}.popular-category .category-items .category-item{width:14.6%;box-shadow:0 0 32px 0 rgba(0,0,0,.1);border-radius:7px}@media (max-width:1160px){.popular-category .category-items .category-item{width:10rem;margin-right:1rem}}@media (max-width:1024px){.popular-category .category-items .category-item{margin-right:0}}@media (max-width:650px){.popular-category .category-items .category-item{width:9rem}}.popular-category .category-items .category-item:last-child{margin-right:0}.popular-category .category-items .category-item .category-item-title{max-height:44px;overflow:hidden;position:relative}.popular-category .category-items .category-item .category-item-title:before{width:19px;height:22px;right:-3px;bottom:0;position:absolute;content:"";-webkit-filter:blur(1px);background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.0256478)),color-stop(50%,hsla(0,0%,100%,.89)),to(#fff));background:linear-gradient(90deg,hsla(0,0%,100%,.0256478),hsla(0,0%,100%,.89) 50%,#fff);overflow:hidden}.popular-category .category-items .category-item img{height:7rem}@media (max-width:650px){.popular-category .category-items .category-item img{height:6rem}}.popular-category .category-items .category-item h5{color:#2d2c34}.popular-category .category-items .category-item p{color:#8f8d98}.recommended-product-wrapper .product-slider-wrapper:after{content:"flickity";display:none}@media (max-width:650px){.recommended-product-wrapper .product-slider-wrapper{display:-webkit-box;display:flex;flex-wrap:wrap;justify-content:space-around}.recommended-product-wrapper .product-slider-wrapper:after{content:""}}.recommended-product-wrapper .product-slider-wrapper .product-slider-item{width:calc(14% - 1.5rem);min-width:10rem}@media (max-width:650px){.recommended-product-wrapper .product-slider-wrapper .product-slider-item{width:10rem;margin-right:1rem}.recommended-product-wrapper .product-slider-wrapper .product-slider-item:last-child{margin-right:1rem}.recommended-product-wrapper .product-slider-wrapper .product-slider-item:nth-child(3n+3){margin-right:0}}@media screen and (max-width:555px){.recommended-product-wrapper .product-slider-wrapper .product-slider-item{width:8.4rem;min-width:6.5rem}}@media (max-width:480px){.recommended-product-wrapper .product-slider-wrapper .product-slider-item{width:6.5rem}}@media (max-width:375px){.recommended-product-wrapper .product-slider-wrapper .product-slider-item{width:45%;margin-right:0}.recommended-product-wrapper .product-slider-wrapper .product-slider-item:last-child,.recommended-product-wrapper .product-slider-wrapper .product-slider-item:nth-child(3n+3){margin-right:0}}.recommended-product-wrapper .product-slider-wrapper .product-slider-item .product-wrap .product-image{height:11.5rem;border-radius:7px;overflow:hidden}@media screen and (max-width:555px){.recommended-product-wrapper .product-slider-wrapper .product-slider-item .product-wrap .product-image{height:10rem}}@media (max-width:480px){.recommended-product-wrapper .product-slider-wrapper .product-slider-item .product-wrap .product-image{height:7.8rem}}#fresh .fresh-mobile-banner{width:47.5%}@media (max-width:1260px){#fresh .fresh-recommended-product:nth-child(7),#fresh .fresh-recommended-product:nth-child(8){display:none}}@media (max-width:1024px){#fresh .fresh-recommended-product:nth-child(7),#fresh .fresh-recommended-product:nth-child(8){display:block}}@media (max-width:768px){#fresh .fresh-recommended-product:nth-child(7),#fresh .fresh-recommended-product:nth-child(8){display:none}}body{font-family:Avenir Next Cyr,sans-serif}#app{min-height:100vh}button{outline:none!important;overflow:hidden;position:relative}button:disabled{background:#d4d4d4;cursor:auto}img:not([src]){opacity:0}.spinner{position:relative;overflow:hidden}.spinner:before{width:100%;height:100%}.spinner:after,.spinner:before{position:absolute;content:"";left:0;top:0}.spinner:after{border:2px solid;border-color:#fff #fff transparent;width:1rem;height:1rem;right:0;bottom:0;border-radius:9999px;margin:auto;-webkit-animation:spin .5s linear infinite;animation:spin .5s linear infinite;opacity:0}.spinner:after,.spinner:before{-webkit-transition:all .3s ease;transition:all .3s ease}.spinner.loading:before{background:inherit}.spinner.loading:after{opacity:1}.white-logo{width:100px}.container{max-width:1360px;width:100%;margin:0 auto}@media screen and (max-width:calc(1360px + 40px)){.container{padding-right:1.25rem;padding-left:1.25rem}}@media (max-width:650px){.container{padding-right:.75rem;padding-left:.75rem}}.header-checkout-icon svg{width:12px}.header-checkout-icon svg path{fill:#fff}.back-button svg{fill:#2d2c34}.catalog-menu{height:100vh;padding:100px 0 0;margin-top:64px;overflow:scroll}.catalog-menu .category-section{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer}.catalog-menu .category-section img{height:69px;width:78px;-o-object-fit:cover;object-fit:cover}.catalog-menu .block-subcategory{width:90%}.catalog-menu .block-subcategory .back-icon{width:17px;height:17px;background:url(/images/arrow-bottom.png) 0 0 no-repeat;background-size:contain;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.catalog-menu .block-subcategory .subcategory .product-img{width:36px;height:36px;border-radius:100%}.show-catalog{margin-bottom:68px;padding-top:150px}.loader,.show-catalog{display:-webkit-box;display:flex}.loader{position:relative;-webkit-box-pack:center;justify-content:center}.loader:before{content:"";position:absolute;top:calc(50% - 15px);left:calc(50% - 15px);border-right:4px solid transparent;border-top:4px solid transparent;border-color:#343434 #343434 transparent transparent;border-style:solid;border-width:3px 3px 4px 4px;border-radius:50%;width:30px;height:30px;-webkit-animation:spin .8s linear infinite;animation:spin .8s linear infinite}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.slider{width:200px}.category-title{color:#2d2c34}.section-title{color:#2d2c34;font-size:22px;text-transform:uppercase;padding-left:1rem;font-weight:600;position:relative}@media (max-width:768px){.section-title{font-size:18px}.section-title:before{display:none}}@media (max-width:650px){.section-title{font-size:16px}}.section-title:before{height:80%;width:3px;background:#494290;content:"";position:absolute;left:0;top:0;bottom:0;margin:auto}a.all-view{-webkit-transition:all .3s ease;transition:all .3s ease}a.all-view:hover{color:#494290}.all-view{text-transform:uppercase;outline:2px solid transparent;outline-offset:2px;font-size:.875rem;color:#a19aa8}.breadcrumbs a{color:#a1a1a1}.breadcrumbs span svg{fill:#a1a1a1;width:7px;height:7px}#sellers-catalog .sellers .sellers-header{border-radius:5px 5px 0 0;overflow:hidden;height:37px}#sellers-catalog .sellers .sellers-header a{left:10px;top:8px}#sellers-catalog .sellers .sellers-image{border-radius:10px;overflow:hidden}#sellers-catalog .sellers .sellers-image.link:after{opacity:.5;content:"";position:absolute;width:100%;height:100%;background:#000;left:0;top:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}#sellers-catalog .sellers .sellers-image.link span{z-index:1}#sellers-catalog .sellers .sellers-image.link:hover:after{opacity:.7}#account .fade-enter-active,#account .fade-leave-active{-webkit-transition:opacity .3s ease;transition:opacity .3s ease}#account .fade-enter,#account .fade-leave-to{opacity:0}#account .modal-wrap .account-modal{width:22rem;margin:auto}@media (max-width:375px){#account .modal-wrap .account-modal{width:20rem}}@media (max-width:340px){#account .modal-wrap .account-modal{width:18rem}}#account .modal-wrap .account-modal .edit-modal-header{box-shadow:0 2px 7.29px 1.71px rgba(91,91,91,.08)}#account .modal-wrap .account-modal .time-button.time{background:#d4d4d4}#account .modal-wrap .account-modal .code-input::-webkit-inner-spin-button,#account .modal-wrap .account-modal .code-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#account .modal-wrap .account-modal .code-input[type=number]{-moz-appearance:textfield}#account .modal-wrap .account-modal .create-icon{fill:#373737}#account .modal-wrap .account-modal .finish-icon .st0{fill:#61d7a8}#account .modal-wrap .account-modal .finish-icon .st1{fill:#00ab94}#account .modal-wrap .account-modal .finish-icon .st2{fill:#fff5f5}#account .modal-wrap .account-modal .finish-icon .st3{fill:#efe2dd}#account .modal-wrap .account-modal .finish-icon .st4{fill:#fdbf00}#account .modal-wrap .account-modal .finish-icon .st5{fill:#ff9100}#account .modal-wrap .account-modal .finish-icon .st6{fill:#596c76}#account .modal-wrap .account-modal .finish-icon .st7{fill:#465a61}#account .account-input-wrap{min-width:470px}@media (max-width:1260px){#account .account-input-wrap{min-width:455px}}@media (max-width:1200px){#account .account-input-wrap{min-width:350px}}@media (max-width:1024px){#account .account-input-wrap{min-width:470px}}@media (max-width:650px){#account .account-input-wrap{min-width:auto}}#account .city-select{margin-top:.25rem;margin-bottom:1.25rem}#account .city-select .vs__dropdown-menu{text-align:center}#account .city-select .v-select.vs--open .vs__dropdown-toggle .vs__actions .vs__clear,#account .city-select .v-select.vs--open .vs__dropdown-toggle .vs__actions .vs__open-indicator,#account .city-select .v-select.vs--open .vs__dropdown-toggle .vs__selected-options .vs__search{display:none}#account .city-select .v-select.vs--open .vs__dropdown-menu{text-align:center}#account .city-select .v-select .vs__dropdown-toggle{height:45px;position:relative;--bg-opacity:1;background-color:#f7f7f7;background-color:rgba(247,247,247,var(--bg-opacity));width:100%;font-weight:500;font-size:.875rem;text-align:center;--text-opacity:1;color:#2a2a2a;color:rgba(42,42,42,var(--text-opacity));border-radius:.25rem;--border-opacity:1;border:1px dotted #b0b0b0;border-color:rgba(176,176,176,var(--border-opacity));outline:2px solid transparent;outline-offset:2px;line-height:1.375;padding-left:1.25rem;padding-right:1.25rem}#account .city-select .v-select .vs__dropdown-toggle .vs__selected-options{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;cursor:pointer;height:45px;-webkit-box-align:center;align-items:center;padding:0 0 0 10px}#account .city-select .v-select .vs__dropdown-toggle .vs__selected-options .vs__search,#account .city-select .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected{text-align:center;cursor:pointer;height:45px;margin:0}#account .city-select .v-select .vs__dropdown-toggle .vs__selected-options .vs__search,#account .city-select .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected .vs__search{display:none}#account .city-select .v-select .vs__dropdown-toggle .vs__selected-options .vs__search::-webkit-input-placeholder{font-weight:500;font-size:.875rem;color:#959595}#account .city-select .v-select .vs__dropdown-toggle .vs__selected-options .vs__search::-moz-placeholder{font-weight:500;font-size:.875rem;color:#959595}#account .city-select .v-select .vs__dropdown-toggle .vs__selected-options .vs__search:-ms-input-placeholder{font-weight:500;font-size:.875rem;color:#959595}#account .city-select .v-select .vs__dropdown-toggle .vs__selected-options .vs__search::-ms-input-placeholder{font-weight:500;font-size:.875rem;color:#959595}#account .city-select .v-select .vs__dropdown-toggle .vs__selected-options .vs__search::placeholder{font-weight:500;font-size:.875rem;color:#959595}@media (max-width:768px){#account .city-select .v-select .vs__dropdown-toggle{background:#fff}}#account .city-select .v-select .vs__dropdown-toggle .vs__actions{padding:0;height:6px;position:absolute;right:10px;top:18px}#account .city-select .v-select .vs__dropdown-toggle .vs__actions .vs__clear,#account .city-select .v-select .vs__dropdown-toggle .vs__actions .vs__open-indicator{display:none}#account .date-input .v-select.vs--open .vs__dropdown-toggle .vs__actions .vs__open-indicator{-webkit-transform:rotate(180deg) scale(.7);transform:rotate(180deg) scale(.7);cursor:pointer}#account .date-input .v-select .vs__dropdown-toggle{height:42px;position:relative;--bg-opacity:1;background-color:#f7f7f7;background-color:rgba(247,247,247,var(--bg-opacity));width:100%;font-weight:500;font-size:.875rem;--text-opacity:1;color:#2a2a2a;color:rgba(42,42,42,var(--text-opacity));border-radius:.5rem;--border-opacity:1;border:1px dotted #b0b0b0;border-color:rgba(176,176,176,var(--border-opacity));outline:2px solid transparent;outline-offset:2px;line-height:1.375}#account .date-input .v-select .vs__dropdown-toggle .vs__selected-options{cursor:pointer;height:42px;-webkit-box-align:center;align-items:center;padding:0 0 0 10px}#account .date-input .v-select .vs__dropdown-toggle .vs__selected-options .vs__search,#account .date-input .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected{cursor:pointer;height:42px;margin:0}#account .date-input .v-select .vs__dropdown-toggle .vs__selected-options .vs__search{width:0}@media (max-width:768px){#account .date-input .v-select .vs__dropdown-toggle{background:#fff}}#account .date-input .v-select .vs__dropdown-toggle .vs__actions{padding:0;height:6px;position:absolute;right:10px;top:18px}#account .date-input .v-select .vs__dropdown-toggle .vs__actions .vs__open-indicator{fill:#2a2a2a;-webkit-transform:scale(.7);transform:scale(.7);-webkit-transition:transform .3s ease;transition:transform .3s ease}#account .date-input .day{min-width:75px}#account .date-input .day .vs__dropdown-toggle .vs__selected-options{padding-right:15px}#account .date-input .month{min-width:120px}#account .date-input .year{min-width:95px}#account button.disabled{background:#d4d4d4;cursor:auto}#account .arrow-icon{fill:#373737}#account .edit-input::-webkit-input-placeholder{color:#959595}#account .edit-input:-moz-placeholder,#account .edit-input::-moz-placeholder{color:#959595}#account .edit-input:-ms-input-placeholder{color:#959595}#account .edit-input.password::-webkit-input-placeholder{font-size:20px}#account .edit-input.password:-moz-placeholder,#account .edit-input.password::-moz-placeholder{font-size:20px}#account .edit-input.password:-ms-input-placeholder{font-size:20px}#account .question-wrap{width:46%}@media (max-width:650px){#account .question-wrap{width:100%}}#account .bonus-description{background:#b35ed2}@media (max-width:650px){#account .bonus-description{margin-left:-.75rem}}#account .bonus-card-wrap .bonus-card-inner-wrap .bonus-flickity-wrap:after{content:""}@media screen and (max-width:1300px){#account .bonus-card-wrap .bonus-card-inner-wrap .bonus-flickity-wrap{display:block}#account .bonus-card-wrap .bonus-card-inner-wrap .bonus-flickity-wrap:after{content:"flickity";display:none}}#account .bonus-block{width:32%;height:13rem;position:relative;overflow:hidden}@media screen and (max-width:1340px){#account .bonus-block{width:33%}}@media screen and (max-width:1300px){#account .bonus-block{width:20rem;margin-right:1.5rem}#account .bonus-block:last-child{margin-right:0}}@media (max-width:480px){#account .bonus-block{margin-right:1rem}}@media (max-width:375px){#account .bonus-block{height:13.5rem;width:18rem}}@media (max-width:340px){#account .bonus-block{height:12rem;width:16rem}}#account .bonus-block .bonus-block-item{z-index:5}#account .bonus-block:before{right:-87px;bottom:-17px;width:141px;height:141px;opacity:.15}#account .bonus-block:after,#account .bonus-block:before{position:absolute;content:"";background:#000;border-radius:50%}#account .bonus-block:after{right:-47px;bottom:-46px;width:140px;height:140px;opacity:.05}#account .bonus-block:first-child{background:#1cbe42}#account .bonus-block:nth-child(2){background:#b35ed2}#account .bonus-block:last-child{background:#3c2d96}@media (max-width:650px){#account .history-block{position:absolute;top:19rem;left:0;width:100%;z-index:20}}#account .history-button{font-weight:500;font-size:1.125rem;--text-opacity:1;color:#343434;color:rgba(52,52,52,var(--text-opacity));text-transform:uppercase;margin-bottom:1rem;cursor:default}@media (max-width:650px){#account .history-button{cursor:pointer;--bg-opacity:1;background-color:#f7f7f7;background-color:rgba(247,247,247,var(--bg-opacity));border-radius:.5rem;margin-bottom:0;padding:1.5rem .75rem;width:100%;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center}}#account .history-button .history-arrow{fill:#373737;-webkit-transition:transform .3s ease;transition:transform .3s ease}#account .history-button.active{border-bottom-right-radius:0;border-bottom-left-radius:0}#account .history-button.active .history-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}#account .operations-wrap .operations{height:17.5rem}#account .operations-wrap .operations .scroll{padding-right:2.6rem;margin-right:.25rem}@media (max-width:1260px){#account .operations-wrap .operations .scroll{padding-right:.75rem}}#account .operations-wrap .operations .scroll::-webkit-scrollbar{width:3px;height:3px}#account .operations-wrap .operations .scroll::-webkit-scrollbar-button{display:none}#account .operations-wrap .operations .scroll::-webkit-scrollbar-track-piece{background-color:#c8c8c8}#account .operations-wrap .operations .scroll::-webkit-scrollbar-thumb{height:auto;background-color:#3c2d96}#account .operations-wrap .time{width:11.3%}@media (max-width:1024px){#account .operations-wrap .time{width:18%}}@media (max-width:480px){#account .operations-wrap .time{width:35%}}#account .operations-wrap .number{width:17.7%}@media (max-width:1260px){#account .operations-wrap .number{width:15%}}@media (max-width:1024px){#account .operations-wrap .number{width:21%}}@media (max-width:900px){#account .operations-wrap .number{width:24%}}@media (max-width:480px){#account .operations-wrap .number{width:35%}}#account .operations-wrap .product{width:35%}#account .operations-wrap .sum{width:15%}@media (max-width:1024px){#account .operations-wrap .sum{width:22%}}@media (max-width:480px){#account .operations-wrap .sum{width:32%}}#account .operations-wrap .payment{width:15%}@media (max-width:1024px){#account .operations-wrap .payment{width:24%}}#account .operations-wrap .bonus{width:6%}@media (max-width:1024px){#account .operations-wrap .bonus{width:9%}}@media (max-width:480px){#account .operations-wrap .bonus{width:15%}}#account .operations-wrap .bonus.plus{background:#28a72b}#account .operations-wrap .bonus.minus{background:#c02626}#account .address-button{fill:#afafaf}#account .order-items.is-active .collapse-button-open{display:none}#account .order-items.is-active .collapse-button-exit{display:block}@media (max-width:1024px){#account .order-items.is-active .collapse-button-exit{display:none}}#account .order-items.is-active .collapse-button-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}#account .order-items .collapse-button-icon{-webkit-transition:transform .3s ease;transition:transform .3s ease;fill:#373737}#account .order-items .collapse-button-exit,#account .order-items .collapse-button-open{padding:.35rem}#account .order-items .order-wrap{padding:1.75rem 0 1.75rem 1.75rem}@media (max-width:1200px){#account .order-items .order-wrap{padding:.75rem 0 .75rem .75rem}}#account .order-items .order-wrap .order-image{width:12.5rem;height:11.5rem}@media (max-width:1200px){#account .order-items .order-wrap .order-image{width:11rem;height:10rem}}@media (max-width:1024px){#account .order-items .order-wrap .order-image{width:8rem}}@media (max-width:900px){#account .order-items .order-wrap .order-image{width:6rem;height:8rem}}#account .order-items .order-wrap .seller-logo{width:auto;height:3rem}#account .order-items .order-wrap .star-icon{fill:#ffc705}#account .orders-wrap-mobile .mobile-order-image{width:3.5rem;height:3.5rem;min-width:3.5rem}@media (max-width:375px){#account .orders-wrap-mobile .mobile-order-image{width:3rem;min-width:2.5rem}}#account .orders-wrap-mobile .collapse-order-mobile .collapse-button-icon svg{fill:#373737;-webkit-transition:transform .3s ease;transition:transform .3s ease}#account .orders-wrap-mobile .collapse-order-mobile.is-active .trigger-wrap{border-bottom-right-radius:0;border-bottom-left-radius:0}#account .orders-wrap-mobile .collapse-order-mobile.is-active .trigger-wrap .trigger-description,#account .orders-wrap-mobile .collapse-order-mobile.is-active .trigger-wrap .trigger-image{display:none}#account .orders-wrap-mobile .collapse-order-mobile.is-active .collapse-button-icon svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}#account .selected-products .selected-product{margin-right:2.2rem;margin-bottom:3.7rem}#account .selected-products .selected-product:nth-child(4n+4){margin-right:0}@media screen and (max-width:1400px){#account .selected-products .selected-product{margin-right:1.5rem}}@media (max-width:1200px){#account .selected-products .selected-product{margin-right:1rem}}@media screen and (max-width:1143px){#account .selected-products .selected-product:nth-child(4n+4){margin-right:1rem}}@media (max-width:1024px){#account .selected-products .selected-product:nth-child(3n+3){margin-right:0}}@media (max-width:900px){#account .selected-products .selected-product,#account .selected-products .selected-product:nth-child(4n+4){margin-right:.5rem}}@media (max-width:768px){#account .selected-products .selected-product:nth-child(3n+3){margin-right:.5rem}#account .selected-products .selected-product:nth-child(4n+4){margin-right:0}}@media screen and (max-width:703px){#account .selected-products .selected-product,#account .selected-products .selected-product:nth-child(4n+4){margin-right:.5rem}}@media (max-width:650px){#account .selected-products .selected-product{margin-right:.5rem}#account .selected-products .selected-product:nth-child(3n+3){margin-right:0}#account .selected-products .selected-product:nth-child(4n+4){margin-right:.5rem}}@media screen and (max-width:520px){#account .selected-products .selected-product:nth-child(3n+3){margin-right:.5rem}}@media (max-width:375px){#account .selected-products .selected-product,#account .selected-products .selected-product:nth-child(3n+3),#account .selected-products .selected-product:nth-child(4n+4){margin-right:0}#account .selected-products .selected-product:nth-child(2n+2){margin-left:.5rem}}@media screen and (max-width:352px){#account .selected-products .selected-product{width:9.5rem}}@media screen and (max-width:340px){#account .selected-products .selected-product{width:9rem}}#account .selected-products .selected-product .selected-product-image{height:17rem}@media (max-width:1260px){#account .selected-products .selected-product .selected-product-image{height:15rem}}@media (max-width:1024px){#account .selected-products .selected-product .selected-product-image{height:13rem}}@media screen and (max-width:352px){#account .selected-products .selected-product .selected-product-image{height:12.5rem}}@media screen and (max-width:340px){#account .selected-products .selected-product .selected-product-image{height:11.5rem}}#account .selected-products .selected-product .selected-product-image .liked-button{right:13px;top:15px}#account .selected-products .selected-product .selected-product-image .liked-button.active svg{fill:#db3a3a}#account .selected-products .selected-product .selected-product-image .liked-button svg{fill:transparent}#account .selected-products .selected-product .selected-product-image .liked-button svg g path{stroke:#db3a3a;stroke-width:20px}#account .flickity-item{box-shadow:0 0 32px 0 rgba(0,0,0,.1);width:28%;min-width:17rem;margin-right:1.8rem;height:14.5rem;border-radius:7px;overflow:hidden}#account .flickity-item .sellers .sellers-header{overflow:hidden;height:37px}#account .flickity-item .sellers .sellers-header a{left:10px;top:8px}#account .flickity-item .sellers .sellers-image{border-radius:10px;overflow:hidden;width:30%}#account .flickity-item .sellers .sellers-image:nth-child(3n+3){margin-right:0}#account .flickity-item .sellers .sellers-image.link:after{opacity:.5;content:"";position:absolute;width:100%;height:100%;background:#000;left:0;top:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}#account .flickity-item .sellers .sellers-image.link span{top:0;left:0;z-index:1}#account .flickity-item .sellers .sellers-image.link:hover:after{opacity:.7}#account .bonus-wrap{width:46.5%;background:url(/images/blur-effekt.png) 100% 100% no-repeat;background-size:95px 150px}@media (max-width:1200px){#account .bonus-wrap{width:48.5%}}@media (max-width:1024px){#account .bonus-wrap{width:75%}}@media (max-width:900px){#account .bonus-wrap{width:91.666667%}}@media (max-width:650px){#account .bonus-wrap{width:100%}}#account .card-wrap{border-radius:10px;background-color:#f9f9f9}#account .account-image{border-radius:50%}#account .account-menu{border-radius:7px;box-shadow:0 0 32px 0 rgba(0,0,0,.1)}#account .account-menu .account-menu-button:hover{-webkit-transition:all .3s ease;transition:all .3s ease}#account .account-menu .account-menu-button:hover .icon svg{fill:#2a2a2a}#account .account-menu .account-menu-button:hover span{color:#2a2a2a}#account .account-menu .account-menu-button.active{background:#f7f7f7;border-color:#5e3f97;display:-webkit-box;display:flex}@media (max-width:768px){#account .account-menu .account-menu-button.active{display:none}}#account .account-menu .account-menu-button.active .icon svg{fill:#2a2a2a}#account .account-menu .account-menu-button.active span{color:#2a2a2a}#account .account-menu .account-menu-button .icon svg{fill:#797979}#account .account-menu .account-menu-button span{color:#797979}#account .account-menu .account-menu-button.exit .icon svg{fill:#2a2a2a;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}#account .account-menu .account-menu-button.exit span{color:#2a2a2a}@-webkit-keyframes dots-background{0%{background:#3d3d3d}to{background:#a8a8a8}}@keyframes dots-background{0%{background:#3d3d3d}to{background:#a8a8a8}}@-webkit-keyframes icon-background{0%{fill:#3d3d3d}to{fill:#a8a8a8}}@keyframes icon-background{0%{fill:#3d3d3d}to{fill:#a8a8a8}}#product .share-mobile{top:25px}#product .share-mobile svg{fill:#4c4c4c;-webkit-animation:icon-background 10s ease infinite;animation:icon-background 10s ease infinite;-webkit-animation-direction:alternate;animation-direction:alternate}#product .share{top:25px}#product .share svg{fill:#4c4c4c}#product .product-mobile-menu{box-shadow:0 0 15.48px 2.52px rgba(252,95,95,.16);height:70px}#product .product-mobile-menu .error{height:70px;background:#fc5f5f}#product .product-mobile-menu .like-button{width:25%;height:70px}#product .product-mobile-menu .like-button svg{fill:#bebebe}#product .product-mobile-menu .like-button.liked svg{fill:#fc5f5f}#product .product-mobile-menu .basket-button{width:75%;background:#00aa5b;height:70px}#product .product-mobile-menu .basket-button svg{fill:#fff;-webkit-animation:basket-button-animation 5s ease infinite;animation:basket-button-animation 5s ease infinite}@-webkit-keyframes basket-button-animation{94%{-webkit-transform:rotate(0);transform:rotate(0)}95%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}97%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}99%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes basket-button-animation{94%{-webkit-transform:rotate(0);transform:rotate(0)}95%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}97%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}99%{-webkit-transform:rotate(0);transform:rotate(0)}}@media (max-width:650px){#product .breadcrumbs{top:25px}}#product .back-button svg{fill:#4c4c4c;-webkit-animation:icon-background 10s ease infinite;animation:icon-background 10s ease infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@media (max-width:1024px){#product .sellers-info{left:0;top:27.5rem}}@media (max-width:900px){#product .sellers-info{top:26rem}}#product .image-wrap{width:42%}@media screen and (max-width:1400px){#product .image-wrap{width:45%}}@media screen and (max-width:1330px){#product .image-wrap{width:50%}}@media (max-width:768px){#product .image-wrap{width:100%}}#product .image-wrap .slider-wrap{width:10%;position:relative}@media (max-width:1160px){#product .image-wrap .slider-wrap{width:14%}}@media (max-width:768px){#product .image-wrap .slider-wrap{width:4rem}}#product .image-wrap .slider-wrap .swiper-container{overflow:hidden;height:450px}#product .image-wrap .slider-wrap .swiper-container .swiper-wrapper .swiper-slide{border-radius:5px;overflow:hidden;border:1px solid transparent;width:52px}#product .image-wrap .slider-wrap .swiper-container .swiper-wrapper .swiper-slide.active{border-color:#494290}#product .image-wrap .slider-wrap .swiper-container .swiper-button-next{width:18px;height:18px;position:absolute;bottom:15px;left:0;right:0;margin:auto}#product .image-wrap .slider-wrap .swiper-container .swiper-button-next svg{fill:#4c4c4c}#product .image-wrap .selected-image{width:90%;min-width:31rem;height:34rem;border-radius:10px;-webkit-transition:all .3s ease;transition:all .3s ease}@media (max-width:1160px){#product .image-wrap .selected-image{width:86%}}@media (max-width:768px){#product .image-wrap .selected-image{width:30rem}}@media (max-width:650px){#product .image-wrap .selected-image{width:100%}}@media (max-width:1260px){#product .image-wrap .selected-image{height:30rem;min-width:26rem}}@media (max-width:1200px){#product .image-wrap .selected-image{height:26rem}}@media (max-width:1024px){#product .image-wrap .selected-image{min-width:20rem;height:23rem}}@media (max-width:900px){#product .image-wrap .selected-image{min-width:19rem;height:22rem}}@media (max-width:768px){#product .image-wrap .selected-image{height:32rem}}@media (max-width:650px){#product .image-wrap .selected-image{height:34rem;margin-left:-.75rem;width:calc(100% + 1.5rem);border-radius:0 0 10px 10px}}@media (max-width:480px){#product .image-wrap .selected-image{height:26rem}}@media (max-width:375px){#product .image-wrap .selected-image{height:22rem}}@media (max-width:340px){#product .image-wrap .selected-image{height:20rem}}@media (max-width:650px){#product .image-wrap .selected-image .mobile-images{height:34rem}}@media (max-width:480px){#product .image-wrap .selected-image .mobile-images{height:26rem}}@media (max-width:375px){#product .image-wrap .selected-image .mobile-images{height:22rem}}@media (max-width:340px){#product .image-wrap .selected-image .mobile-images{height:20rem}}#product .image-wrap .selected-image .flickity-page-dots{bottom:20px}#product .image-wrap .selected-image .flickity-page-dots .dot{background:#bcbcbc;-webkit-animation:dots-background 10s ease infinite;animation:dots-background 10s ease infinite;-webkit-animation-direction:alternate;animation-direction:alternate}#product .image-wrap .selected-image .text{bottom:39px;left:0;right:0;color:#767676}@-webkit-keyframes liked{0%{-webkit-transform:rotateY(0);transform:rotateY(0);fill:transparent}49%{-webkit-transform:rotateY(90deg);transform:rotateY(90deg);fill:transparent}50%{-webkit-transform:rotateY(90deg);transform:rotateY(90deg);fill:#fc5f5f}to{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);fill:#fc5f5f}}@keyframes liked{0%{-webkit-transform:rotateY(0);transform:rotateY(0);fill:transparent}49%{-webkit-transform:rotateY(90deg);transform:rotateY(90deg);fill:transparent}50%{-webkit-transform:rotateY(90deg);transform:rotateY(90deg);fill:#fc5f5f}to{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);fill:#fc5f5f}}#product .image-wrap .selected-image .heart-wrap{right:18px;top:22px}#product .image-wrap .selected-image .heart-wrap.liked .heart-icon{fill:#fc5f5f}#product .image-wrap .selected-image .heart-wrap.liked .heart-icon.animation{animation:liked .6s reverse}#product .image-wrap .selected-image .heart-wrap.liked .heart-icon #favorite{stroke:#fc5f5f}#product .image-wrap .selected-image .heart-wrap .heart-icon{fill:transparent}#product .image-wrap .selected-image .heart-wrap .heart-icon.animation{-webkit-animation:liked .6s;animation:liked .6s}#product .image-wrap .selected-image .heart-wrap .heart-icon #favorite{stroke:#fc5f5f}@media (max-width:650px){#product .delivery-wrapper{border-top:1px solid #afafaf}}#product .property-wrap{width:58%}@media screen and (max-width:1400px){#product .property-wrap{width:55%}}@media screen and (max-width:1330px){#product .property-wrap{width:50%}}@media (max-width:768px){#product .property-wrap{width:100%}}#product .property-wrap .property-wrap-top{border-bottom:1px solid #afafaf;padding-bottom:1.7rem}#product .property-wrap .rating{color:#767676}#product .property-wrap .brand a{color:#2e3fbf}#product .property-wrap .brand p{color:#767676}#product .property-wrap .variation-button-wrap .variation-button{font-weight:500;border-radius:.25rem;--border-opacity:1;border:1px dotted #494290;border-color:rgba(73,66,144,var(--border-opacity));margin-right:.5rem;padding:10px 12px}#product .property-wrap .variation-button-wrap .variation-button.active{border-style:solid;--text-opacity:1;color:#494290;color:rgba(73,66,144,var(--text-opacity))}#product .property-wrap .variation-button-wrap .variation-button.inactive{color:#bababa;border-color:#bababa}#product .property-wrap .variation-button-wrap .variation-button:hover{--text-opacity:1;color:#494290;color:rgba(73,66,144,var(--text-opacity))}#product .property-wrap .variation-button-wrap .variation-button:disabled{border-style:solid;--text-opacity:1;color:#494290;color:rgba(73,66,144,var(--text-opacity));background-color:transparent}#product .property-wrap .counter-wrap{border:1px solid #9a9a9a;overflow:hidden;border-radius:5px}#product .property-wrap .counter-wrap input{color:#5f5f5f;outline:none;width:2.7rem;height:2.7rem;text-align:center}#product .property-wrap .counter-wrap input::-webkit-inner-spin-button,#product .property-wrap .counter-wrap input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}#product .property-wrap .counter-wrap .counter{width:8px;height:8px;left:0;right:0;margin:auto}#product .property-wrap .counter-wrap .counter svg{fill:#9a9a9a;width:8px;height:8px}#product .property-wrap .counter-wrap .prev{top:2px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}#product .property-wrap .counter-wrap .next{bottom:2px}#product .property-wrap .sellers-block .heart-icon{fill:#565656}#product .property-wrap .sellers-block .star-icon{fill:#ffc705}#product .property-wrap .sellers-block .defense-icon{fill:#76bf5a}#product .property-wrap .sellers-block .defense-bg{z-index:-2}#product .property-wrap .sellers-block .defense-big-icon{right:-8px;top:4px;z-index:-1}#product .property-wrap .sellers-block .defense-big-icon svg{fill:#eaeaea;width:3.5rem;height:3.5rem}#product .property-wrap .delivery-icon svg{fill:#9f9f9f}#product .recommended{width:30%}@media (max-width:1160px){#product .recommended{width:35%}}@media (max-width:1024px){#product .recommended{width:26%}}#product .recommended .product{width:10.5rem}#product .recommended .product:nth-child(2n+2){margin-left:.4rem}@media screen and (max-width:1320px){#product .recommended .product{width:9.9rem}}#product .recommended .product .product-image{border-radius:7px;width:10.5rem;height:11.9rem;margin-bottom:.9rem}@media screen and (max-width:1320px){#product .recommended .product .product-image{width:9.9rem}}#product .feature{width:70%}@media (max-width:1160px){#product .feature{width:65%}}@media (max-width:1024px){#product .feature{width:74%}}@media (max-width:768px){#product .feature{width:100%;padding-left:0}}#product .feature .info{width:30%}@media (max-width:900px){#product .feature .info{width:35%}}@media (max-width:480px){#product .feature .info{width:100%}}#product .feature .description{width:70%}@media (max-width:900px){#product .feature .description{width:65%}}@media (max-width:480px){#product .feature .description{width:100%}}#product .feature .collapse{margin-bottom:2rem}#product .feature .collapse.is-active .inner:after{display:none}#product .feature .collapse.view-collapse .inner{min-height:11rem}#product .feature .collapse.view-collapse .toggle{display:block}#product .feature .collapse .inner{min-height:177px;-webkit-transition:all .4s ease;transition:all .4s ease;position:relative}#product .feature .collapse .inner:after{position:absolute;content:"";bottom:-1px;left:0;width:100%;height:6px;background:#fff;-webkit-filter:blur(3px);filter:blur(3px)}#product .feature .collapse .toggle{width:13.6rem;display:none;margin-bottom:1.75rem;margin-top:1rem}#product .product-reviews .review-button:hover{color:#5e3f97;border-color:#5e3f97}#product .product-reviews .review-button:hover .review-icon{fill:#5e3f97}#product .product-reviews .review-icon{fill:#636363}#product .product-reviews .review-icon.inverted{-webkit-transform:rotate(180deg);transform:rotate(180deg)}#product .product-reviews .product-review-image{width:60px;height:50px}#product .product-reviews .sorting-image{width:72px;height:72px;min-width:72px}@media (max-width:375px){#product .product-reviews .sorting-image{width:60px;height:60px;min-width:60px}}#product .product-reviews .sorting .sorting-select .sorting-select-icon{width:15px;height:15px;min-width:15px;min-height:15px;border-radius:2px;border:1px solid #868686;padding:2px}#product .product-reviews .sorting .sorting-select .sorting-select-icon svg{opacity:0;width:100%;height:100%}#product .product-reviews .sorting .sorting-select.is-active .sorting-select-icon{width:15px;height:15px;border-radius:2px;border:1px solid #7a50c7}#product .product-reviews .sorting .sorting-select.is-active .sorting-select-icon svg{opacity:1}#product .product-reviews .level-wrap{width:41%;padding:10px 14px;border:1px dashed #c1c1c1;border-radius:7px;overflow:hidden}@media (max-width:1024px){#product .product-reviews .level-wrap{width:45%}}@media (max-width:900px){#product .product-reviews .level-wrap{width:50%}}#product .product-reviews .level-wrap .rating-left-text{width:23%}@media (max-width:900px){#product .product-reviews .level-wrap .rating-left-text{width:27%}}#product .product-reviews .level-wrap .rating-line{width:61%}@media (max-width:900px){#product .product-reviews .level-wrap .rating-line{width:58%}}#product .product-reviews .level-wrap .rating-right-text{width:16%}@media (max-width:900px){#product .product-reviews .level-wrap .rating-right-text{width:15%}}@media (max-width:1024px){#product .variation-wrapper{min-height:670px}}@media (max-width:768px){#product .variation-wrapper{min-height:auto}}#blog .top-block .article{height:345px;background:0 0 no-repeat;border-radius:15px;background-size:cover;margin-bottom:35px;width:32%;margin-right:2%}#blog .top-block .article img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:13px}#blog .top-block .article .article-content{bottom:40px;left:22px}#blog .top-block .article:first-child{width:57%;margin-right:3%}#blog .top-block .article:first-child .detail-button{display:block}@media (max-width:1160px){#blog .top-block .article:first-child{width:100%;margin-right:0}}@media (max-width:768px){#blog .top-block .article:first-child .article-content-mobile{display:none}}#blog .top-block .article:nth-child(2){width:40%;margin-right:0}#blog .top-block .article:nth-child(2) .detail-button{display:block}@media (max-width:1160px){#blog .top-block .article:nth-child(2) .article-button{display:none}}@media (max-width:650px){#blog .top-block .article:nth-child(n+2) .article-title{font-size:16px;font-weight:600;text-align:center;text-transform:none}#blog .top-block .article:nth-child(n+2) .article-title strong{font-size:16px}}@media (max-width:1160px){#blog .top-block .article:nth-child(n+2){width:49%;margin-right:2%}#blog .top-block .article:nth-child(n+2) .article-content{width:90%}}@media (max-width:768px){#blog .top-block .article:nth-child(n+2) img{height:190px}#blog .top-block .article:nth-child(n+2) .article-content,#blog .top-block .article:nth-child(n+2) .article-des{display:none}#blog .top-block .article:nth-child(n+2) .article-content-mobile{width:100%;padding-top:10px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}#blog .top-block .article:nth-child(n+2) .article-content-mobile .article-title{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;color:#373737;text-align:center}}@media (max-width:650px){#blog .top-block .article:nth-child(n+2){margin-bottom:20px}#blog .top-block .article:nth-child(n+2) img{height:115px}}@media (max-width:375px){#blog .top-block .article:nth-child(n+2){width:100%;margin-right:0}}@media (max-width:1160px){#blog .top-block .article:nth-child(3),#blog .top-block .article:nth-child(5){margin-right:0}}#blog .top-block .article .article-title{font-size:1.25rem}@media (max-width:900px){#blog .top-block .article .article-title{font-size:1rem}}#blog .top-block .article .article-title strong{font-size:1.5rem;font-weight:600}@media (max-width:900px){#blog .top-block .article .article-title strong{font-size:1.25rem}}#blog .top-block .article .detail-button{display:none}#blog .top-block .article:nth-child(5n){margin-right:0}@media (max-width:1160px){#blog .top-block .article{height:280px}}@media (max-width:1024px){#blog .top-block .article{height:230px}}@media (max-width:650px){#blog .top-block .article:not(:first-child){height:auto}#blog .top-block .article .article-title{text-align:left}#blog .top-block .article .article-button{display:none}}#blog .block-posts{position:relative}#blog .block-posts:after{content:"";position:absolute;bottom:0;right:0;width:50%;height:2px}#blog .block-posts .section-title{font-weight:600;font-size:22px}#blog .block-posts .post-card{width:32%;margin-right:2%}#blog .block-posts .post-card:nth-child(3n){margin-right:0}@media (max-width:1024px){#blog .block-posts .post-card:nth-child(3n){margin-right:2%}}@media (max-width:650px){#blog .block-posts .post-card:nth-child(3n){margin-right:20px}}@media (max-width:1024px){#blog .block-posts .post-card{width:49%;margin-right:2%}#blog .block-posts .post-card:nth-child(2n){margin-right:0}@media (max-width:650px){#blog .block-posts .post-card:nth-child(2n){margin-right:20px}}}@media (max-width:650px){#blog .block-posts .post-card{width:315px;margin-right:20px}}#blog .block-posts .post-card .post-images{border-radius:10px;width:100%;-o-object-fit:cover;object-fit:cover;height:205px;background:url(/images/posts-img.jpg) 0 0 no-repeat;background-size:cover}#blog .block-posts .post-card .post-card_text{height:50px;overflow:hidden}#blog .block-posts button:hover{background:#494290}@media (max-width:1200px){#blog .block-posts{width:66%}}@media (max-width:768px){#blog .block-posts{width:100%}}#blog .categories-block .section-title{font-size:22px;font-weight:600}@media (max-width:768px){#blog .categories-block .categories-box{display:-webkit-box;display:flex;flex-wrap:wrap}}#blog .categories-block .categories-box .categories{width:100%;height:90px;border-radius:15px;margin-bottom:25px;overflow:hidden}#blog .categories-block .categories-box .categories img{-o-object-fit:cover;object-fit:cover}#blog .categories-block .categories-box .categories h2{top:calc(50% - 14px);text-align:center}@media (max-width:768px){#blog .categories-block .categories-box .categories{width:49%;margin-right:2%}#blog .categories-block .categories-box .categories:nth-child(2n){margin-right:0}}@media (max-width:650px){#blog .categories-block .categories-box .categories{width:100%;margin-right:0}}@media (max-width:768px){#article-blog .container{padding-left:0;padding-right:0}}#article-blog .container .attachment-gallery{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;flex-wrap:wrap}@media (max-width:768px){#article-blog .container .attachment-gallery{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}}#article-blog .container .attachment-gallery figure{width:48%;padding-top:15px;margin-bottom:20px}@media (max-width:768px){#article-blog .container .attachment-gallery figure{width:100%}}#article-blog .container figure{width:48%;padding-top:15px;margin-bottom:20px}@media (max-width:768px){#article-blog .container figure{width:100%}}#article-blog .container .article-title{font-size:1.875rem;height:340px;border-radius:10px;overflow:hidden}#article-blog .container .article-title strong{font-size:2.25rem;text-transform:uppercase}@media (max-width:768px){#article-blog .container .article-title strong{font-weight:700;font-size:30px}}@media (max-width:480px){#article-blog .container .article-title strong{font-size:25px}}@media (max-width:768px){#article-blog .container .article-title{border-radius:0;height:313px}}#article-blog .container .article-title img{height:340px;-o-object-fit:cover;object-fit:cover;border-radius:10px}@media (max-width:768px){#article-blog .container .article-title img{border-radius:0}}#article-blog .container .article-title .title-block{top:calc(50% - 30px);left:32px}@media (max-width:480px){#article-blog .container .article-title .title-block{top:30%;left:0;padding:0 10px}}@media (max-width:1160px){#article-blog .container .main-block{width:70%}}@media (max-width:900px){#article-blog .container .main-block{width:100%}}#article-blog .container .main-block .block-product-card .product-card{width:20%;padding:0 1%}@media (max-width:1200px){#article-blog .container .main-block .block-product-card .product-card{width:25%;padding:0 1%}}@media (max-width:1024px){#article-blog .container .main-block .block-product-card .product-card{width:33.3%;padding:0 1.5%}}@media (max-width:900px){#article-blog .container .main-block .block-product-card .product-card{width:175px}}@media (max-width:480px){#article-blog .container .main-block .block-product-card .product-card{width:150px}}#article-blog .container .main-block .block-product-card .product-card .img-container{border-radius:10px;height:190px;overflow:hidden;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}#article-blog .container .main-block .block-product-card .product-card img{-o-object-fit:contain;object-fit:contain}@media (max-width:1160px){#article-blog .container .recent-posts{width:28%;padding-left:0;margin-left:2%}}#article-blog .container .recent-posts .block-posts .post-card .post-images{border-radius:10px;height:205px;background:0 0 no-repeat}#article-blog .container .recent-posts .block-posts .post-card .post-images img{-o-object-fit:cover;object-fit:cover;border-radius:10px;height:205px}#basket .menu-basket-button{background:#00aa5b;height:70px;box-shadow:0 0 15.48px 2.52px rgba(252,95,95,.16)}#basket .menu-basket-button button{height:70px}@media (max-width:768px){#basket .title-wrap{position:relative}}#basket .back-button{fill:#2d2c34}@media (max-width:768px){#basket .section-title{padding-left:0}#basket .section-title:before{display:none}}#basket .basket-items{width:70%}@media (max-width:1024px){#basket .basket-items{width:65%}}@media (max-width:768px){#basket .basket-items{width:100%}}#basket .basket-items .basket-item{border-bottom:1px solid #f4f4f4}#basket .basket-items .basket-item:last-child{border:none}#basket .basket-items .sum-block{border-bottom:1px solid #f4f4f4}@media (max-width:768px){#basket .basket-items .sum-block{border:none}}#basket .basket-items .product-image{min-width:14.5rem;height:13.5rem;overflow:hidden;border-radius:10px;width:24%}@media (max-width:1200px){#basket .basket-items .product-image{min-width:14rem;height:13rem}}@media (max-width:900px){#basket .basket-items .product-image{min-width:10rem;height:13rem}}@media (max-width:480px){#basket .basket-items .product-image{height:12rem;min-width:8.4rem}}@media (max-width:375px){#basket .basket-items .product-image{height:10rem;min-width:8rem}}@media (max-width:340px){#basket .basket-items .product-image{min-width:7rem;height:8rem}}#basket .basket-items .product-image .promcode-mobile{left:0;top:10px;background-color:rgba(94,63,151,.7);color:#fff;text-align:center;border-radius:0 10px 10px 0;width:90%}@media (max-width:375px){#basket .basket-items .product-image .promcode-mobile{width:100%;border-radius:0 0 0 0}}#basket .basket-items .product-detail{width:76%}@media (max-width:340px){#basket .basket-items .product-detail{width:100%}}#basket .basket-items .product-detail h4{line-height:1.4}#basket .basket-items .product-detail .product-property{line-height:1.2}#basket .basket-items .product-detail .product-property .product-property-mobile .product-property-button{width:27px;height:27px;border-radius:50%;padding:7px}#basket .basket-items .product-detail .product-property .product-property-mobile .product-property-button svg{fill:#5f5f5f}#basket .basket-items .product-detail .product-property p:first-child{color:#767676}#basket .basket-items .product-detail .product-property p:last-child{color:#5f5f5f}#basket .basket-items .product-detail .product-property .vs__selected{color:#636363}@media (max-width:768px){#basket .basket-items .product-detail .product-property .vs__selected{height:20px}}@media (max-width:650px){#basket .basket-items .product-detail .product-property .vs__selected{font-size:12px;height:22px}}@media (max-width:1024px){#basket .basket-items .product-detail .delete{right:0;top:0}}#basket .basket-items .product-detail .delete svg{fill:#7f7f7f}#basket .total-info{width:30%}@media (max-width:1024px){#basket .total-info{width:35%}}@media (max-width:768px){#basket .total-info{width:100%}}#basket .total-info .total-info-card{border-radius:7px;padding-top:1.7rem;padding-bottom:1.7rem;box-shadow:0 0 32px 0 rgba(0,0,0,.1)}#basket .total-info .total-info-card .card-header{border-bottom:1px solid #f4f4f4}#basket .total-info .total-info-card .company{color:grey}#basket .total-info .total-info-card .company a{color:#3f38e3}#basket .total-info .total-info-card .submit-button{background:#00aa5b;border-radius:5px}#home .about h3{color:#7c7b80}#home .about a{color:#3982db;text-decoration:underline}#home .sellers{width:21%;min-width:17rem;margin-right:4.5rem}@media (max-width:1024px){#home .sellers{margin-right:1.5rem}}#home .sellers .sellers-header{border-radius:5px 5px 0 0;overflow:hidden;height:37px}#home .sellers .sellers-header a{left:10px;top:8px}#home .sellers .sellers-image{border-radius:10px;overflow:hidden;width:30%}#home .sellers .sellers-image:nth-child(3n+3){margin-right:0}#home .sellers .sellers-image.link:after{opacity:.5;content:"";position:absolute;width:100%;height:100%;background:#000;left:0;top:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}#home .sellers .sellers-image.link span{top:0;left:0;z-index:1}#home .sellers .sellers-image.link:hover:after{opacity:.7}#home .banners-blocks .left-block{width:66.5%;height:100%;border-radius:15px;overflow:hidden}@media (max-width:650px){#home .banners-blocks .left-block{width:100%}}#home .banners-blocks .right-block{width:32%}#home .banners-blocks .right-block .right-block-item{height:auto;border-radius:15px;overflow:hidden}#home .banners-blocks .right-block .right-block-item:first-child{margin-bottom:15px}#home .news-bottom{height:9.5rem;width:48%;border-radius:7px;box-shadow:0 0 32px 0 rgba(0,0,0,.1);overflow:hidden}@media (max-width:1200px){#home .news-bottom{width:100%;height:11.25rem}}#home .news-bottom .caption{bottom:0;left:0}#home .news-item{border-radius:7px;box-shadow:0 0 32px 0 rgba(0,0,0,.1);overflow:hidden;height:24rem}@media (max-width:650px){#home .news-item{height:20rem}}#home .news-item .news-caption{bottom:0;left:0}#home .news-item .news-caption .text{color:#625b5a}#home .news-item .news-caption button{border:1px solid #fff;border-radius:6px;outline:none;padding:.5rem 1.75rem}@media screen and (max-width:calc(1360px + 40px)){#home .popular-product-wrap{padding-left:1rem}}@media screen and (max-width:1340px){#home .popular-product-wrap{width:50%}}@media (max-width:1200px){#home .popular-product-wrap{width:100%;padding-left:0}}@media screen and (max-width:1340px){#home .popular-product-wrap .product-wrap{height:40rem;overflow:hidden}}@media (max-width:1200px){#home .popular-product-wrap .product-wrap{height:auto}}@media screen and (max-width:1340px){#home .news-wrap{width:50%}}@media (max-width:1200px){#home .news-wrap{width:100%}}#home .recommended-product-wrap{width:22%;margin-right:1.9rem}#home .recommended-product-wrap:nth-child(4n+4){margin-right:0}@media screen and (max-width:1340px){#home .recommended-product-wrap{width:27%;min-width:10rem;margin-right:3rem}#home .recommended-product-wrap:nth-child(3n+3){margin-right:0}#home .recommended-product-wrap:nth-child(4n+4){margin-right:3rem}}@media screen and (max-width:1230px){#home .recommended-product-wrap,#home .recommended-product-wrap:nth-child(4n+4){margin-right:2.5rem}}@media (max-width:1200px){#home .recommended-product-wrap{width:10rem;margin-right:1.5rem}#home .recommended-product-wrap:nth-child(3n+3),#home .recommended-product-wrap:nth-child(4n+4){margin-right:1.5rem}#home .recommended-product-wrap:last-child{margin-right:0}}@media screen and (max-width:800px){#home .recommended-product-wrap:nth-child(4){margin-right:0}}@media (max-width:768px){#home .recommended-product-wrap{margin-right:2rem}#home .recommended-product-wrap:nth-child(4){margin-right:1.5rem}#home .recommended-product-wrap:nth-child(3n+3){margin-right:0}}@media (max-width:650px){#home .recommended-product-wrap,#home .recommended-product-wrap:nth-child(4){margin-right:1rem}#home .recommended-product-wrap:nth-child(3n+3){margin-right:0}#home .recommended-product-wrap:nth-child(4n+4){margin-right:1rem}}@media screen and (max-width:555px){#home .recommended-product-wrap{width:8.4rem;min-width:6.5rem}}@media (max-width:480px){#home .recommended-product-wrap{width:6.5rem}}@media (max-width:375px){#home .recommended-product-wrap{width:45%;margin-right:0}#home .recommended-product-wrap:last-child,#home .recommended-product-wrap:nth-child(3n+3),#home .recommended-product-wrap:nth-child(4n+4){margin-right:0}}#home .recommended-product-wrap .recommended-product{height:12rem;min-width:10rem;border-radius:7px;overflow:hidden}@media (max-width:650px){#home .recommended-product-wrap .recommended-product{min-width:6.5rem}}@media screen and (max-width:555px){#home .recommended-product-wrap .recommended-product{height:10rem}}@media (max-width:480px){#home .recommended-product-wrap .recommended-product{height:7.8rem}}#home .recommended-product-wrap .recommended-product-title{max-height:60px;position:relative;overflow:hidden}@media (max-width:650px){#home .recommended-product-wrap .recommended-product-title{max-height:69px}}#home .recommended-product-wrap .recommended-product-title:before{width:19px;height:22px;right:-3px;bottom:0;position:absolute;content:"";-webkit-filter:blur(1px);background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.0256478)),color-stop(50%,hsla(0,0%,100%,.89)),to(#fff));background:linear-gradient(90deg,hsla(0,0%,100%,.0256478),hsla(0,0%,100%,.89) 50%,#fff);overflow:hidden}#home .flickity-wrap{border-radius:14px;overflow:hidden}.show-modal{display:block;z-index:30}.show-modal path{fill:#fff}.authorization-block{-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;z-index:100}.authorization-block,.authorization-block .authorization-active{display:-webkit-box;display:flex}.authorization-block .authorization{width:530px;padding:58px 56px 37px;box-shadow:0 0 6px 1px rgba(0,0,0,.75);z-index:30;max-height:calc(100vh - 40px);overflow-y:scroll}@media (max-width:650px){.authorization-block .authorization{width:100%;height:100%;max-height:100%;border-radius:0}}@media (max-width:480px){.authorization-block .authorization{padding-left:20px;padding-right:20px}}.authorization-block .authorization .close-button{position:absolute;top:10%;right:20px;width:15px;cursor:pointer}.authorization-block .authorization::-webkit-scrollbar{width:5px}.authorization-block .authorization::-webkit-scrollbar-thumb{background-color:#e9e9e9;border-radius:.25rem}.authorization-block .authorization.email-block{width:470px;padding:57px 36px 37px}.authorization-block .authorization .confirmation-block .phone-code{width:72px;height:58px;border:1px solid #bfbfbf;border-radius:5px}@media (max-width:650px){.authorization-block .authorization .confirmation-block .phone-code{width:60px;height:52px}}.authorization-block .authorization .confirmation-block .inactive{background:#d3d3d3}.authorization-block .authorization .email-button,.authorization-block .authorization .tel-button{width:158px;border:1px dashed #bfbfbf}.authorization-block .authorization .border-button{border:1px solid #494290}.authorization-block .authorization .input-phone{background:#f1f1f1;outline:none}.authorization-block .authorization .social-icon{width:36px;height:36px}.authorization-block .authorization .google{background:url(/images/google-icon.png) 0 0 no-repeat}.authorization-block .authorization .facebook{background:url(/images/facebook-icon.png) 0 0 no-repeat}.authorization-block .authorization .twitter{background:url(/images/twitter-icon.png) 0 0 no-repeat}.authorization-block .authorization .vk{background:url(/images/vk-icon.png) 0 0 no-repeat}.authorization-block .active{display:block}.title{font-size:24px;color:#2d2c34;position:relative;font-weight:600;text-transform:uppercase;padding-left:15px}.title:before{content:"";position:absolute;width:2px;height:29px;background:#494290;left:-5px;top:4px}#seller .seller-mobile-info{--border-opacity:1;border-color:#e9e9e9;border-color:rgba(233,233,233,var(--border-opacity));border-top:1px rgba(233,233,233,var(--border-opacity));border-style:solid;padding-right:1.25rem;padding-left:1.25rem}@media (max-width:650px){#seller .seller-mobile-info{padding-right:.75rem;padding-left:.75rem}}@media (max-width:550px){#seller .seller-mobile-info{padding-right:0;padding-left:0}}#seller .header-nav svg{fill:#2a2a2a}#seller .seller-navigation.active{position:relative}#seller .seller-navigation.active:before{position:absolute;width:100%;height:1px;background:#373737;content:"";bottom:-3px;left:0}#seller .heart-icon{fill:transparent}#seller .heart-icon path{stroke:#919191;stroke-width:30;stroke-miterlimit:30}#seller .heart-icon.active{fill:#fc5f5f}#seller .heart-icon.active path{stroke:#fc5f5f}#seller .social-item{fill:#bebebe}@media (max-width:768px){#seller .banner{margin-right:1.25rem;margin-left:1.25rem;overflow:hidden;border-radius:12px}}@media (max-width:650px){#seller .banner{margin-right:.75rem;margin-left:.75rem}}#seller .banner .flickity-wrap .image-wrap{z-index:-1}#seller .banner .flickity-wrap .slider-caption .view-button{background:#65442d}#seller .banner .flickity-wrap .flickity-page-dots{right:0;bottom:70px;left:0;margin:auto;max-width:1360px;display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end}@media (max-width:480px){#seller .banner .flickity-wrap .flickity-page-dots{bottom:18px;-webkit-box-pack:start;justify-content:flex-start;padding-left:5px}}@media (max-width:375px){#seller .banner .flickity-wrap .flickity-page-dots{display:none}}#seller .banner .flickity-wrap .flickity-page-dots .dot{width:12px;height:12px;background:#c3c3c3}#seller .banner .flickity-wrap .flickity-page-dots .dot.is-selected{background:#fff}@media (max-width:768px){.sellers{position:relative}}@media (max-width:768px){.sellers header{position:absolute;top:0;right:0;width:100%}}@media (max-width:768px){.sellers header .container{padding-top:22px;padding-bottom:22px}}.sellers header .container .user{width:17px;height:17px;background:url(/images/user-icon.png) 0 0 no-repeat}@media (max-width:768px){.sellers header .container .user{position:absolute;top:32%;right:20px}}@media (max-width:768px){.sellers header .container .button-login{position:absolute;top:35%;right:20px}}.sellers main{background:url(/images/bg-sellers.png) 110% no-repeat}@media screen and (max-width:1500px){.sellers main{background-position-x:140%}}@media screen and (max-width:1300px){.sellers main{background-position-x:165%}}@media screen and (max-width:1200px){.sellers main{background:none}}@media (max-width:768px){.sellers main{background:url(/images/bg-mobile-sellers.jpg) 0 40% no-repeat;background-size:cover;height:790px;padding-top:68px}}.sellers main .container{padding-right:0}@media screen and (max-width:1000px){.sellers main .container{padding-right:20px}}@media (max-width:768px){.sellers main .container{padding:80px 20px 35px}}@media screen and (max-width:1000px){.sellers main .container .left-promo-block{width:100%}}@media screen and (max-width:1000px){.sellers main .container .left-promo-block .block-text h1{text-align:center}}@media screen and (max-width:1000px){.sellers main .container .left-promo-block .block-text p{text-align:center;width:80%;margin:0 auto 70px}}@media (max-width:480px){.sellers main .container .left-promo-block .block-text p{width:100%}}@media (max-width:768px){.sellers main .container .left-promo-block .block-text p{margin-bottom:35px}}@media screen and (max-width:1000px){.sellers main .container .left-promo-block .block-button{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}}@media (max-width:768px){.sellers main .container .left-promo-block .block-button .button-consultation{display:none}}.sellers main .container .left-promo-block .block-button .button-jump{width:30px;height:30px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.sellers main .container .left-promo-block .block-button .button-jump path{fill:#fff}@media screen and (max-width:1000px){.sellers main .container .left-promo-block .block-card .card-advantages{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}.sellers main .container .left-promo-block .block-card .card-advantages p{text-align:center}}@media (max-width:1200px){.sellers main .container .left-promo-block .block-card .card-advantages{padding-right:1.25rem}}.sellers main .container .left-promo-block .block-card .card-advantages .marketing{width:30px;height:30px;background:url(/images/marketing.png) 0 0 no-repeat}.sellers main .container .left-promo-block .block-card .card-advantages .cooperation{width:30px;height:30px;background:url(/images/cooperation.png) 0 0 no-repeat}@media screen and (max-width:1200px){.sellers main .container .right-promo-block{width:50%;background:url(/images/bg-sellers.png) -20% no-repeat;background-size:cover}}@media screen and (max-width:1100px){.sellers main .container .right-promo-block{width:50%;background-position-x:10%}}@media screen and (max-width:1000px){.sellers main .container .right-promo-block{display:none}}.sellers .terms-cooperation .container .advantages{-webkit-box-pack:justify;justify-content:space-between}.sellers .terms-cooperation .container .advantages .card-advantages{width:30%}@media (max-width:768px){.sellers .terms-cooperation .container .advantages .card-advantages{width:60%;margin-bottom:35px}.sellers .terms-cooperation .container .advantages .card-advantages:nth-child(3){margin-bottom:0}}@media (max-width:480px){.sellers .terms-cooperation .container .advantages .card-advantages{width:100%}}.sellers .terms-cooperation .container .advantages .card-advantages .advantages-icon1{background:url(/images/tell.png) 0 0 no-repeat;width:62px;height:60px}.sellers .terms-cooperation .container .advantages .card-advantages .advantages-icon2{background:url(/images/laptop-icon.png) 0 0 no-repeat;width:65px;height:60px}.sellers .terms-cooperation .container .advantages .card-advantages .advantages-icon3{background:url(/images/decstop.png) 0 0 no-repeat;width:70px;height:60px}@media screen and (max-width:1600px){.sellers .instruction .container .leave-request-1{margin-left:110px}}@media (max-width:900px){.sellers .instruction .container .leave-request-1{-webkit-box-align:start;align-items:flex-start;margin-left:0;margin-bottom:47px}}@media screen and (max-width:1600px){.sellers .instruction .container .leave-request-2{margin-right:110px}}@media (max-width:900px){.sellers .instruction .container .leave-request-2{-webkit-box-align:end;align-items:flex-end;margin-right:0;margin-bottom:47px}}@media screen and (max-width:1600px){.sellers .instruction .container .leave-request-3{margin-left:110px}}@media (max-width:900px){.sellers .instruction .container .leave-request-3{-webkit-box-align:start;align-items:flex-start;margin-left:0;margin-bottom:47px}}@media screen and (max-width:1600px){.sellers .instruction .container .leave-request-4{margin-right:110px}}@media (max-width:900px){.sellers .instruction .container .leave-request-4{-webkit-box-align:end;align-items:flex-end;margin-right:0;margin-bottom:47px}}.sellers .instruction .container .leave-request .step-one{background:url(/images/step-one-img.png) 0 0 no-repeat;background-size:contain;width:300px;height:200px;position:relative}@media (max-width:480px){.sellers .instruction .container .leave-request .step-one{width:280px}}@media (max-width:375px){.sellers .instruction .container .leave-request .step-one{width:240px}}@media (max-width:340px){.sellers .instruction .container .leave-request .step-one{width:220px}}.sellers .instruction .container .leave-request .step-one:before{content:"1";position:absolute;top:-20%;left:-110px;font-size:167px;font-weight:700;color:#efeff1}@media (max-width:900px){.sellers .instruction .container .leave-request .step-one:before{left:300px}}@media (max-width:480px){.sellers .instruction .container .leave-request .step-one:before{left:99%}}@media (max-width:375px){.sellers .instruction .container .leave-request .step-one:before{font-size:140px;top:-2%}}.sellers .instruction .container .leave-request .second-step{background:url(/images/second-step-icon.png) 80% no-repeat;background-size:contain;width:300px;height:200px;position:relative}@media (max-width:480px){.sellers .instruction .container .leave-request .second-step{width:258px}}@media (max-width:375px){.sellers .instruction .container .leave-request .second-step{width:220px}}@media (max-width:340px){.sellers .instruction .container .leave-request .second-step{width:200px}}.sellers .instruction .container .leave-request .second-step:before{content:"2";position:absolute;top:-20%;right:-110px;font-size:167px;font-weight:700;color:#efeff1}@media (max-width:900px){.sellers .instruction .container .leave-request .second-step:before{right:300px}}@media (max-width:480px){.sellers .instruction .container .leave-request .second-step:before{right:104%}}@media (max-width:375px){.sellers .instruction .container .leave-request .second-step:before{font-size:140px;top:-2%}}.sellers .instruction .container .leave-request .third-step{background:url(/images/third-step-icon.png) 0 0 no-repeat;background-size:contain;width:300px;height:200px;position:relative}@media (max-width:480px){.sellers .instruction .container .leave-request .third-step{width:280px}}@media (max-width:375px){.sellers .instruction .container .leave-request .third-step{width:240px}}@media (max-width:340px){.sellers .instruction .container .leave-request .third-step{width:220px}}.sellers .instruction .container .leave-request .third-step:before{content:"3";position:absolute;top:-15%;left:-110px;font-size:167px;font-weight:700;color:#efeff1}@media (max-width:900px){.sellers .instruction .container .leave-request .third-step:before{left:300px}}@media (max-width:480px){.sellers .instruction .container .leave-request .third-step:before{left:100%}}@media (max-width:375px){.sellers .instruction .container .leave-request .third-step:before{font-size:140px;top:-2%}}.sellers .instruction .container .leave-request .fourth-step{background:url(/images/fourth-step-icon.png) 80% no-repeat;background-size:contain;width:300px;height:200px;position:relative}@media (max-width:480px){.sellers .instruction .container .leave-request .fourth-step{width:258px}}@media (max-width:375px){.sellers .instruction .container .leave-request .fourth-step{width:240px}}@media (max-width:340px){.sellers .instruction .container .leave-request .fourth-step{width:220px}}.sellers .instruction .container .leave-request .fourth-step:before{content:"4";position:absolute;top:-20%;right:-110px;font-size:167px;font-weight:700;color:#efeff1}@media (max-width:900px){.sellers .instruction .container .leave-request .fourth-step:before{right:300px}}@media (max-width:480px){.sellers .instruction .container .leave-request .fourth-step:before{right:101%}}@media (max-width:375px){.sellers .instruction .container .leave-request .fourth-step:before{font-size:140px;top:-2%}}.sellers .instruction .container .leave-request .leave-request_text{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center}.sellers .consultation{background:url(/images/consultation-bg.jpg) 0 0 no-repeat;background-size:cover}@media (max-width:900px){.sellers .consultation{background:none}}@media (max-width:900px){.sellers .consultation .container{padding:0}}@media (max-width:900px){.sellers .consultation .container .left-block{padding:64px 12px 48px;background:url(/images/consultation-bg.jpg) 0 0 no-repeat;background-size:cover}}.sellers .consultation .container .left-block input{outline:none}@media (max-width:900px){.sellers .consultation .container .right-block{padding:59px 12px 80px}}.sellers .consultation .container .right-block .security .shield{background:url(/images/shield.png) 0 0 no-repeat;width:35px;height:39px}@media (max-width:900px){.sellers .consultation .container .right-block .security .shield{background:url(/images/shield-mobile.png) 0 0 no-repeat}}.sellers .consultation .container .right-block .cooperation .handshake{background:url(/images/handshake.png) 0 0 no-repeat;width:39px;height:22px}@media (max-width:900px){.sellers .consultation .container .right-block .cooperation .handshake{background:url(/images/handshake-mobile.png) 0 0 no-repeat}}.main-blackout{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;z-index:9;opacity:.4;display:none}.main-blackout.blackout-active{display:block}header .category-menu-wrap{left:0;top:100%;background:#f1f1f1;width:100%;position:absolute;z-index:40;display:none}header .category-menu-wrap.is-opened{display:block}header .category-menu-wrap .category-menu-image{height:120px}header .category-menu-wrap .category-menu-image img{max-height:100%}@media (max-width:1160px){header .category-menu-wrap .category-menu-image{max-height:104px}}@media (max-width:900px){header .category-menu-wrap .category-menu-image{max-height:96px}}header .search-popup{top:60px;left:0;max-height:500px}@media (max-width:1024px){header .search-popup{left:-20%;width:140%}}@media (max-width:768px){header .search-popup{left:-70%;width:170%}}@media (max-width:650px){header .search-popup{left:-34%;width:134%}}@media (max-width:480px){header .search-popup{left:0;width:100%}}header .search-popup .product-block{padding:0 15px}@media (max-width:550px){header .search-popup .product-block{display:none}}header .search-popup .product-block::-webkit-scrollbar{width:3px;background:transparent}header .search-popup .product-block::-webkit-scrollbar-thumb{background-color:#494290}@media (max-width:550px){header .search-popup .category-block{width:100%}}header .search-popup .category-block::-webkit-scrollbar{width:3px;background:transparent}header .search-popup .category-block::-webkit-scrollbar-thumb{background-color:#494290}header .search-popup .search-product:hover h2{color:#fff}header .search-popup .search-product img{border-radius:6px;height:60px}header .active-search-block{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}@media (max-width:768px){header.account-header .header-top,header.product-header{display:none}}header .mobile-menu{box-shadow:0 0 15.48px 2.52px rgba(252,95,95,.16);padding:0}header .mobile-menu .mobile-menu-icon{fill:#343434}header .mobile-menu .mobile-menu-button.active{display:-webkit-box;display:flex}header .mobile-menu .mobile-menu-button.active span{color:#2a2a2a}header .mobile-menu .mobile-menu-button.active .mobile-menu-icon path{fill:#2a2a2a}header .mobile-menu .mobile-menu-button.is-active{-webkit-transform:scale(1.1);transform:scale(1.1)}header .mobile-menu .mobile-menu-button.is-active span{color:#494290}header .mobile-menu .mobile-menu-button.is-active .mobile-menu-icon path{fill:#494290}header .menu-icon svg{fill:#58378e}header .logo-wrap{width:14%;cursor:pointer}@media (max-width:768px){header .logo-wrap{z-index:0;width:6rem}}header .logo-wrap a{cursor:pointer}header .search{width:68%}@media (max-width:1200px){header .search{width:60%}}@media (max-width:900px){header .search{width:55%}}@media (max-width:768px){header .search{width:60%}}@media (max-width:650px){header .search{width:100%}}@media (max-width:480px){header .search.full{width:100%}header .search.half{width:50%}}header .info-block{width:18%;padding:0 4px 0 2px}@media (max-width:1200px){header .info-block{width:26%}}@media (max-width:900px){header .info-block{width:30%}}header .info-block .popup-basket{display:none;top:35px;width:270px}header .info-block .popup-basket .product-block .remove-button{padding:4px}header .info-block .popup-basket .product-block .remove-button path{fill:#343434}header .info-block .popup-basket.show-modal{display:block}header .info-block .user{display:none;width:217px;top:45px;right:-4px;box-shadow:0 0 6px 1px rgba(0,0,0,.75)}header .info-block .user ul li a:hover{color:#343434}header .info-block .user.active{display:block}header .info-block .user .profile{position:relative}header .info-block .user .profile:before{content:"";position:absolute;top:3px;left:-36px;width:17px;height:16px;background:url(/images/profile-icon.png) 0 0 no-repeat}header .info-block .user .bonuses{position:relative}header .info-block .user .bonuses:before{content:"";position:absolute;top:3px;left:-36px;width:17px;height:17px;background:url(/images/bonuses.png) 0 0 no-repeat}header .info-block .user .basket{position:relative}header .info-block .user .basket:before{content:"";position:absolute;top:3px;left:-36px;width:17px;height:17px;background:url(/images/basket.png) 0 0 no-repeat}header .info-block .user .favorites{position:relative}header .info-block .user .favorites:before{content:"";position:absolute;top:3px;left:-36px;width:16px;height:17px;background:url(/images/favorites-popup.png) 0 0 no-repeat}header .info-block .user .orders-history{position:relative}header .info-block .user .orders-history:before{content:"";position:absolute;top:3px;left:-36px;width:16px;height:17px;background:url(/images/order-history-list-icon.png) 0 0 no-repeat}header .info-block .user .exit{position:relative}header .info-block .user .exit:before{content:"";position:absolute;top:3px;left:-36px;width:16px;height:17px;background:url(/images/exit.png) 0 0 no-repeat}header .logo{width:123px;cursor:pointer}header .counter{font-size:11px}header .counter-title{padding:2px 8px;border-radius:10px}header .header-basket-icon{overflow:visible}header .header-basket-icon svg{fill:#b0b0b0;width:18px;-webkit-transition:all .3s ease;transition:all .3s ease}header .info-icon{overflow:visible}header .info-icon svg{fill:#b0b0b0;width:18px;-webkit-transition:all .3s ease;transition:all .3s ease}header .info-icon:hover svg{fill:#494290}header .search-wrap .search-input{border-radius:25px}@media (max-width:768px){header .search-wrap .search-input{-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:transform .3s ease;transition:transform .3s ease}header .search-wrap .search-input.active{-webkit-transform:scaleX(1);transform:scaleX(1)}}header .search-wrap .search-input::-webkit-input-placeholder{color:#a7a7a7;font-size:16px}header .search-wrap .search-input:-moz-placeholder,header .search-wrap .search-input::-moz-placeholder{color:#a7a7a7;font-size:16px}header .search-wrap .search-input:-ms-input-placeholder{color:#a7a7a7;font-size:16px}header .search-wrap .search-icon{right:17px;top:0;bottom:0;width:25px}@media (max-width:768px){header .search-wrap .search-icon{-webkit-transform:translateX(17px);transform:translateX(17px);-webkit-transition:transform .3s ease;transition:transform .3s ease;right:5px}header .search-wrap .search-icon.transform-left{-webkit-transform:translateX(0);transform:translateX(0)}header .search-wrap .search-icon.active-search-button{display:block}}header .search-wrap .search-icon svg{width:auto;height:100%;fill:#b0b0b0;margin:auto;-webkit-transition:all .3s ease;transition:all .3s ease}header .search-wrap:hover .search-icon svg{fill:#494290}header .account-image-wrap{width:29px;height:29px;border-radius:50%;overflow:hidden}header .counter-news{right:-22px;top:-14px;border-radius:50%;padding:1px 6px}header .catalog-button .fresh-icon{width:2.3rem;padding:3px 0}header .catalog-button svg{fill:#494290;height:23px;width:23px;margin-right:13px}header .menu-item{-webkit-transition:all .3s ease;transition:all .3s ease}footer{padding:70px 0 16px}@media (max-width:768px){footer{padding:0;margin-bottom:4.3rem}}footer .footer-logo{width:12.5rem}@media screen and (max-width:1360px){footer .mailing{padding-left:0}}@media (max-width:1200px){footer .footer-list{width:28%}footer .footer-list:last-child{width:38%}}@media (max-width:1024px){footer .footer-list,footer .footer-list:last-child{width:33.333333%}}@media (max-width:900px){footer .footer-list,footer .footer-list:last-child{width:50%}}footer .list-wrap ul li{-webkit-transition:all .3s ease;transition:all .3s ease;margin-bottom:.32rem}footer .list-wrap ul li,footer .list-wrap ul li a{--text-opacity:1;color:#373737;color:rgba(55,55,55,var(--text-opacity));font-size:.875rem}footer .list-wrap ul li a{cursor:pointer}footer .list-wrap ul li a:hover{color:#494290}footer .social .social-icon{width:18px;height:18px;cursor:pointer;margin-right:16px}footer .social .social-icon:hover svg{fill:#494290}footer .social .social-icon svg{width:100%;height:100%;fill:#b2b2b2}footer .subscribe{padding-top:5px}footer .subscribe input{padding:10px 15px;font-size:14px;background:#f2f2f2;border-radius:6px 0 0 6px}footer .subscribe input::-webkit-input-placeholder{color:#a7a7a7;font-size:14px}footer .subscribe input:-moz-placeholder,footer .subscribe input::-moz-placeholder{color:#a7a7a7;font-size:14px}footer .subscribe input:-ms-input-placeholder{color:#a7a7a7;font-size:14px}footer .subscribe button{font-size:14px;padding:10px 0;text-align:center;width:100%;border-radius:0 6px 6px 0;color:#fff}@media (max-width:1200px){footer .subscribe button{width:auto;padding-left:.5rem;padding-right:.5rem}}.breadcrumb li{font-size:16px;position:relative;margin-right:20px;padding-right:10px}.breadcrumb li:after{content:"";position:absolute;width:10px;height:8px;background:url(/images/arrow.png) 0 0 no-repeat;right:-10px;top:8px}.breadcrumb li:last-child{color:#000;font-weight:500}.breadcrumb li:last-child:after{display:none}#faq .container{padding-top:45px}#faq .container .main-block .card-faq{width:31%;border-radius:10px;background:#f7f7f7;margin-right:35px;padding:40px 23px;margin-bottom:35px}#faq .container .main-block .card-faq:nth-child(3n){margin-right:0}#faq .container .main-block .card-faq .card-faq__title{font-size:20px}@media (max-width:1260px){#faq .container .main-block .card-faq{margin-right:15px;width:32%}}@media (max-width:1200px){#faq .container .main-block .card-faq{padding:30px 15px}}@media (max-width:1024px){#faq .container .main-block .card-faq{width:49%}#faq .container .main-block .card-faq:nth-child(3n){margin-right:15px}#faq .container .main-block .card-faq:nth-child(2n){margin-right:0}}@media (max-width:900px){#faq .container .main-block .card-faq{width:48%}}@media (max-width:650px){#faq .container .main-block .card-faq{padding:40px 23px;width:100%;margin-right:0}#faq .container .main-block .card-faq:nth-child(3n){margin-right:0}}#faq .container .main-block .card-faq .faq-category-link{font-size:16px;color:#777;border-bottom:1px solid #777}#faq .container .block-button h2{font-size:27px}#faq-show .container{padding-top:45px}#faq-show .container .collapse .inner ul{padding-top:10px}#faq-show .container .collapse .inner li{border-bottom:1px solid #f7f7f7}#faq-show .container .collapse .inner li:hover{border-bottom:1px solid #343434}#faq-show .container .collapse:last-child{border:none}@media (max-width:1200px){#faq-show .container .faq-menu{width:25rem}}#faq-show .container .navbar{border-radius:10px 0 0 10px}#faq-show .container .like-button{outline:none}#faq-show .container .like-button:before{content:"";position:absolute;top:15px;left:15px;width:13px;height:13px;background:url(/images/like-icon.png)}#faq-show .container .dislike-button{outline:none}#faq-show .container .dislike-button:before{content:"";position:absolute;top:18px;left:15px;width:13px;height:13px;background:url(/images/dislike-icon.png)}#error-block .container .error-content{padding-top:85px}@media (max-width:480px){#error-block .container .error-content{padding-top:70px}}@media (max-width:480px){#error-block .container .error-content .error-img img{max-width:112%;height:170px;-o-object-fit:cover;object-fit:cover}}@media (max-width:375px){#error-block .container .error-content .error-img img{height:145px}}@media (max-width:340px){#error-block .container .error-content .error-img img{height:130px}}#error-block .container .error-content .error-text{width:400px;margin:0 auto 30px}@media (max-width:480px){#error-block .container .error-content .error-text{width:100%}}#error-block .container .error-content .back{cursor:pointer;margin-bottom:40px}#reviews .image-select-button{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}#reviews .breadcrumbs-mobile svg{fill:#4c4c4c}#reviews .uploaded-image .uploaded-image-button{opacity:0}#reviews .uploaded-image .uploaded-image-button svg{fill:#373737}#reviews .uploaded-image:hover .uploaded-image-button{opacity:1}.small-categories-wrap .small-category-item{max-width:126px}.small-categories-wrap .small-category-item:last-child{margin-right:0}.fade-category-menu-enter-active,.fade-category-menu-leave-active{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.fade-category-menu-enter,.fade-category-menu-leave-to{opacity:0}@media (max-width:1260px){.xxl\:block{display:block}.xxl\:flex{display:-webkit-box;display:flex}.xxl\:hidden{display:none}.xxl\:flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.xxl\:items-start{-webkit-box-align:start;align-items:flex-start}.xxl\:justify-center{-webkit-box-pack:center;justify-content:center}.xxl\:my-2{margin-top:.5rem;margin-bottom:.5rem}.xxl\:mr-2{margin-right:.5rem}.xxl\:mr-5{margin-right:1.25rem}.xxl\:mb-5{margin-bottom:1.25rem}.xxl\:px-2{padding-left:.5rem;padding-right:.5rem}.xxl\:px-3{padding-left:.75rem;padding-right:.75rem}.xxl\:pr-2{padding-right:.5rem}.xxl\:pr-6{padding-right:1.5rem}.xxl\:pl-6{padding-left:1.5rem}.xxl\:text-center{text-align:center}.xxl\:w-48{width:12rem}.xxl\:w-3\/6{width:50%}}@media (max-width:1200px){.xl\:flex{display:-webkit-box;display:flex}.xl\:flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.xl\:items-start{-webkit-box-align:start;align-items:flex-start}.xl\:justify-start{-webkit-box-pack:start;justify-content:flex-start}.xl\:justify-end{-webkit-box-pack:end;justify-content:flex-end}.xl\:text-sm{font-size:.875rem}.xl\:text-2xl{font-size:1.5rem}.xl\:text-3xl{font-size:1.875rem}.xl\:mr-0{margin-right:0}.xl\:mr-2{margin-right:.5rem}.xl\:mb-3{margin-bottom:.75rem}.xl\:mr-4{margin-right:1rem}.xl\:mb-4{margin-bottom:1rem}.xl\:mb-5{margin-bottom:1.25rem}.xl\:mb-6{margin-bottom:1.5rem}.xl\:mb-8{margin-bottom:2rem}.xl\:px-3{padding-left:.75rem;padding-right:.75rem}.xl\:px-16{padding-left:4rem;padding-right:4rem}.xl\:pr-0{padding-right:0}.xl\:pr-1{padding-right:.25rem}.xl\:pl-2{padding-left:.5rem}.xl\:pl-3{padding-left:.75rem}.xl\:pr-4{padding-right:1rem}.xl\:pl-4{padding-left:1rem}.xl\:pl-5{padding-left:1.25rem}.xl\:pr-8{padding-right:2rem}.xl\:pl-8{padding-left:2rem}.xl\:w-1\/3{width:33.333333%}.xl\:w-2\/3{width:66.666667%}.xl\:w-2\/5{width:40%}.xl\:w-3\/5{width:60%}.xl\:w-5\/6{width:83.333333%}.xl\:w-full{width:100%}}@media (max-width:1160px){.xmd\:block{display:block}.xmd\:hidden{display:none}.xmd\:flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.xmd\:text-3xl{font-size:1.875rem}.xmd\:mx-3{margin-left:.75rem;margin-right:.75rem}.xmd\:p-3{padding:.75rem}.xmd\:px-0{padding-left:0;padding-right:0}.xmd\:px-5{padding-left:1.25rem;padding-right:1.25rem}.xmd\:pr-2{padding-right:.5rem}.xmd\:pr-4{padding-right:1rem}.xmd\:pl-4{padding-left:1rem}.xmd\:pr-5{padding-right:1.25rem}.xmd\:w-4\/5{width:80%}.xmd\:w-1\/12{width:8.333333%}.xmd\:w-6\/12{width:50%}.xmd\:w-11\/12{width:91.666667%}}@media (max-width:1024px){.md\:block{display:block}.md\:flex{display:-webkit-box;display:flex}.md\:hidden{display:none}.md\:flex-row{-webkit-box-orient:horizontal;flex-direction:row}.md\:flex-col,.md\:flex-row{-webkit-box-direction:normal}.md\:flex-col{-webkit-box-orient:vertical;flex-direction:column}.md\:justify-start{-webkit-box-pack:start;justify-content:flex-start}.md\:justify-end{-webkit-box-pack:end;justify-content:flex-end}.md\:h-4{height:1rem}.md\:text-sm{font-size:.875rem}.md\:text-3xl{font-size:1.875rem}.md\:my-2{margin-top:.5rem;margin-bottom:.5rem}.md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.md\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.md\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.md\:mr-0{margin-right:0}.md\:mb-0{margin-bottom:0}.md\:mr-1{margin-right:.25rem}.md\:mb-2{margin-bottom:.5rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-4{margin-bottom:1rem}.md\:mr-5{margin-right:1.25rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mr-8{margin-right:2rem}.md\:mb-8{margin-bottom:2rem}.md\:mb-10{margin-bottom:2.5rem}.md\:min-h-screen{min-height:100vh}.md\:p-2{padding:.5rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:pb-0{padding-bottom:0}.md\:pl-0{padding-left:0}.md\:pt-2{padding-top:.5rem}.md\:pr-2{padding-right:.5rem}.md\:pl-2{padding-left:.5rem}.md\:absolute{position:absolute}.md\:text-center{text-align:center}.md\:w-4{width:1rem}.md\:w-40{width:10rem}.md\:w-auto{width:auto}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-3\/4{width:75%}.md\:w-4\/5{width:80%}.md\:w-1\/12{width:8.333333%}.md\:w-4\/12{width:33.333333%}.md\:w-7\/12{width:58.333333%}.md\:w-8\/12{width:66.666667%}.md\:w-9\/12{width:75%}.md\:w-11\/12{width:91.666667%}.md\:w-full{width:100%}}@media (max-width:900px){.smd\:block{display:block}.smd\:flex{display:-webkit-box;display:flex}.smd\:hidden{display:none}.smd\:flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.smd\:flex-col-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.smd\:items-center{-webkit-box-align:center;align-items:center}.smd\:font-extrabold{font-weight:800}.smd\:text-sm{font-size:.875rem}.smd\:text-2xl{font-size:1.5rem}.smd\:text-3xl{font-size:1.875rem}.smd\:m-0{margin:0}.smd\:mx-1{margin-left:.25rem;margin-right:.25rem}.smd\:mr-0{margin-right:0}.smd\:ml-0{margin-left:0}.smd\:mr-2{margin-right:.5rem}.smd\:mb-2{margin-bottom:.5rem}.smd\:mr-4{margin-right:1rem}.smd\:mb-5{margin-bottom:1.25rem}.smd\:mb-6{margin-bottom:1.5rem}.smd\:mb-12{margin-bottom:3rem}.smd\:px-3{padding-left:.75rem;padding-right:.75rem}.smd\:px-6{padding-left:1.5rem;padding-right:1.5rem}.smd\:pr-1{padding-right:.25rem}.smd\:pl-1{padding-left:.25rem}.smd\:pt-12{padding-top:3rem}.smd\:pb-16{padding-bottom:4rem}.smd\:text-center{text-align:center}.smd\:text-gray-800{--text-opacity:1;color:#343434;color:rgba(52,52,52,var(--text-opacity))}.smd\:w-2\/3{width:66.666667%}.smd\:w-4\/5{width:80%}.smd\:w-9\/12{width:75%}.smd\:w-11\/12{width:91.666667%}.smd\:w-full{width:100%}}@media (max-width:768px){.xsm\:bg-transparent{background-color:transparent}.xsm\:bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.xsm\:bg-gray-200{--bg-opacity:1;background-color:#f7f7f7;background-color:rgba(247,247,247,var(--bg-opacity))}.xsm\:rounded-lg{border-radius:.5rem}.xsm\:block{display:block}.xsm\:inline-block{display:inline-block}.xsm\:flex{display:-webkit-box;display:flex}.xsm\:hidden{display:none}.xsm\:flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.xsm\:flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.xsm\:flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.xsm\:flex-col-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.xsm\:items-end{-webkit-box-align:end;align-items:flex-end}.xsm\:items-center{-webkit-box-align:center;align-items:center}.xsm\:justify-end{-webkit-box-pack:end;justify-content:flex-end}.xsm\:justify-center{-webkit-box-pack:center;justify-content:center}.xsm\:justify-between{-webkit-box-pack:justify;justify-content:space-between}.xsm\:h-full{height:100%}.xsm\:text-xs{font-size:.75rem}.xsm\:text-sm{font-size:.875rem}.xsm\:text-base{font-size:1rem}.xsm\:text-2xl{font-size:1.5rem}.xsm\:text-4xl{font-size:2.25rem}.xsm\:leading-snug{line-height:1.375}.xsm\:m-0{margin:0}.xsm\:mx-3{margin-left:.75rem;margin-right:.75rem}.xsm\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.xsm\:mr-0{margin-right:0}.xsm\:mb-0{margin-bottom:0}.xsm\:mb-1{margin-bottom:.25rem}.xsm\:ml-1{margin-left:.25rem}.xsm\:mr-2{margin-right:.5rem}.xsm\:mb-2{margin-bottom:.5rem}.xsm\:mr-4{margin-right:1rem}.xsm\:mb-4{margin-bottom:1rem}.xsm\:mb-5{margin-bottom:1.25rem}.xsm\:ml-5{margin-left:1.25rem}.xsm\:mt-6{margin-top:1.5rem}.xsm\:mb-6{margin-bottom:1.5rem}.xsm\:mb-8{margin-bottom:2rem}.xsm\:mb-10{margin-bottom:2.5rem}.xsm\:mb-12{margin-bottom:3rem}.xsm\:mb-16{margin-bottom:4rem}.xsm\:px-0{padding-left:0;padding-right:0}.xsm\:px-1{padding-left:.25rem;padding-right:.25rem}.xsm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.xsm\:px-2{padding-left:.5rem;padding-right:.5rem}.xsm\:px-3{padding-left:.75rem;padding-right:.75rem}.xsm\:py-4{padding-top:1rem;padding-bottom:1rem}.xsm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xsm\:py-8{padding-top:2rem;padding-bottom:2rem}.xsm\:px-12{padding-left:3rem;padding-right:3rem}.xsm\:pt-0{padding-top:0}.xsm\:pr-0{padding-right:0}.xsm\:pl-0{padding-left:0}.xsm\:pt-2{padding-top:.5rem}.xsm\:pt-4{padding-top:1rem}.xsm\:pl-5{padding-left:1.25rem}.xsm\:pt-6{padding-top:1.5rem}.xsm\:pr-6{padding-right:1.5rem}.xsm\:pb-6{padding-bottom:1.5rem}.xsm\:pl-6{padding-left:1.5rem}.xsm\:pt-10{padding-top:2.5rem}.xsm\:pt-12{padding-top:3rem}.xsm\:pb-20{padding-bottom:5rem}.xsm\:static{position:static}.xsm\:absolute{position:absolute}.xsm\:top-0{top:0}.xsm\:left-0{left:0}.xsm\:text-center{text-align:center}.xsm\:text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.xsm\:w-16{width:4rem}.xsm\:w-1\/2{width:50%}.xsm\:w-1\/4{width:25%}.xsm\:w-3\/4{width:75%}.xsm\:w-2\/5{width:40%}.xsm\:w-3\/5{width:60%}.xsm\:w-4\/5{width:80%}.xsm\:w-5\/12{width:41.666667%}.xsm\:w-10\/12{width:83.333333%}.xsm\:w-11\/12{width:91.666667%}.xsm\:w-full{width:100%}}@media (max-width:650px){.sm\:bg-transparent{background-color:transparent}.sm\:bg-gray-200{--bg-opacity:1;background-color:#f7f7f7;background-color:rgba(247,247,247,var(--bg-opacity))}.sm\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.sm\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.sm\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:flex{display:-webkit-box;display:flex}.sm\:hidden{display:none}.sm\:flex-row{-webkit-box-orient:horizontal;flex-direction:row}.sm\:flex-col,.sm\:flex-row{-webkit-box-direction:normal}.sm\:flex-col{-webkit-box-orient:vertical;flex-direction:column}.sm\:flex-col-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.sm\:items-end{-webkit-box-align:end;align-items:flex-end}.sm\:items-center{-webkit-box-align:center;align-items:center}.sm\:justify-end{-webkit-box-pack:end;justify-content:flex-end}.sm\:justify-center{-webkit-box-pack:center;justify-content:center}.sm\:justify-between{-webkit-box-pack:justify;justify-content:space-between}.sm\:justify-around{justify-content:space-around}.sm\:font-medium{font-weight:500}.sm\:font-semibold{font-weight:600}.sm\:text-xs{font-size:.75rem}.sm\:text-sm{font-size:.875rem}.sm\:text-base{font-size:1rem}.sm\:text-lg{font-size:1.125rem}.sm\:text-xl{font-size:1.25rem}.sm\:text-2xl{font-size:1.5rem}.sm\:text-3xl{font-size:1.875rem}.sm\:leading-tight{line-height:1.25}.sm\:m-0{margin:0}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}.sm\:mt-0{margin-top:0}.sm\:mr-0{margin-right:0}.sm\:mb-0{margin-bottom:0}.sm\:mr-1{margin-right:.25rem}.sm\:ml-1{margin-left:.25rem}.sm\:mr-2{margin-right:.5rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mb-24{margin-bottom:6rem}.sm\:p-2{padding:.5rem}.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:pt-0{padding-top:0}.sm\:pr-0{padding-right:0}.sm\:pb-0{padding-bottom:0}.sm\:pl-0{padding-left:0}.sm\:pt-2{padding-top:.5rem}.sm\:pb-2{padding-bottom:.5rem}.sm\:pr-4{padding-right:1rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pt-6{padding-top:1.5rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pl-16{padding-left:4rem}.sm\:text-center{text-align:center}.sm\:text-gray-600{--text-opacity:1;color:#636363;color:rgba(99,99,99,var(--text-opacity))}.sm\:text-gray-900{--text-opacity:1;color:#373737;color:rgba(55,55,55,var(--text-opacity))}.sm\:w-32{width:8rem}.sm\:w-40{width:10rem}.sm\:w-1\/2{width:50%}.sm\:w-4\/5{width:80%}.sm\:w-full{width:100%}.sm\:z-20{z-index:20}}@media (max-width:550px){.msx\:bg-gray-200{--bg-opacity:1;background-color:#f7f7f7;background-color:rgba(247,247,247,var(--bg-opacity))}.msx\:border-gray-300{--border-opacity:1;border-color:#e9e9e9;border-color:rgba(233,233,233,var(--border-opacity))}.msx\:rounded{border-radius:.25rem}.msx\:border-solid{border-style:solid}.msx\:border-b{border-bottom-width:1px}.msx\:block{display:block}.msx\:inline-block{display:inline-block}.msx\:inline{display:inline}.msx\:flex{display:-webkit-box;display:flex}.msx\:hidden{display:none}.msx\:flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.msx\:flex-wrap{flex-wrap:wrap}.msx\:items-start{-webkit-box-align:start;align-items:flex-start}.msx\:items-center{-webkit-box-align:center;align-items:center}.msx\:h-40{height:10rem}.msx\:h-auto{height:auto}.msx\:text-lg{font-size:1.125rem}.msx\:mb-0{margin-bottom:0}.msx\:mb-1{margin-bottom:.25rem}.msx\:mb-3{margin-bottom:.75rem}.msx\:mb-4{margin-bottom:1rem}.msx\:mb-5{margin-bottom:1.25rem}.msx\:py-1{padding-top:.25rem;padding-bottom:.25rem}.msx\:px-1{padding-left:.25rem;padding-right:.25rem}.msx\:px-3{padding-left:.75rem;padding-right:.75rem}.msx\:pl-4{padding-left:1rem}.msx\:pb-10{padding-bottom:2.5rem}.msx\:w-32{width:8rem}.msx\:w-auto{width:auto}.msx\:w-4\/12{width:33.333333%}.msx\:w-8\/12{width:66.666667%}.msx\:w-full{width:100%}}@media (max-width:480px){.xs\:border-gray-300{--border-opacity:1;border-color:#e9e9e9;border-color:rgba(233,233,233,var(--border-opacity))}.xs\:rounded-lg{border-radius:.5rem}.xs\:border{border-width:1px}.xs\:flex{display:-webkit-box;display:flex}.xs\:hidden{display:none}.xs\:flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.xs\:flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.xs\:justify-start{-webkit-box-pack:start;justify-content:flex-start}.xs\:justify-between{-webkit-box-pack:justify;justify-content:space-between}.xs\:font-medium{font-weight:500}.xs\:font-semibold{font-weight:600}.xs\:h-28{height:7rem}.xs\:text-xs{font-size:.75rem}.xs\:text-sm{font-size:.875rem}.xs\:text-base{font-size:1rem}.xs\:text-2xl{font-size:1.5rem}.xs\:m-0{margin:0}.xs\:mx-2{margin-left:.5rem;margin-right:.5rem}.xs\:mb-0{margin-bottom:0}.xs\:mr-2{margin-right:.5rem}.xs\:mb-2{margin-bottom:.5rem}.xs\:mb-3{margin-bottom:.75rem}.xs\:mb-4{margin-bottom:1rem}.xs\:mt-6{margin-top:1.5rem}.xs\:mb-6{margin-bottom:1.5rem}.xs\:mb-10{margin-bottom:2.5rem}.xs\:p-0{padding:0}.xs\:px-0{padding-left:0;padding-right:0}.xs\:px-3{padding-left:.75rem;padding-right:.75rem}.xs\:pr-0{padding-right:0}.xs\:pl-0{padding-left:0}.xs\:pt-4{padding-top:1rem}.xs\:pb-4{padding-bottom:1rem}.xs\:pt-5{padding-top:1.25rem}.xs\:pt-6{padding-top:1.5rem}.xs\:w-24{width:6rem}.xs\:w-1\/2,.xs\:w-3\/6{width:50%}.xs\:w-5\/12{width:41.666667%}.xs\:w-7\/12{width:58.333333%}.xs\:w-11\/12{width:91.666667%}.xs\:w-full{width:100%}}@media (max-width:375px){.xxs\:hidden{display:none}.xxs\:flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.xxs\:items-center{-webkit-box-align:center;align-items:center}.xxs\:justify-between{-webkit-box-pack:justify;justify-content:space-between}.xxs\:text-xs{font-size:.75rem}.xxs\:text-sm{font-size:.875rem}.xxs\:text-xl{font-size:1.25rem}.xxs\:text-2xl{font-size:1.5rem}.xxs\:mr-0{margin-right:0}.xxs\:mb-1{margin-bottom:.25rem}.xxs\:mr-2{margin-right:.5rem}.xxs\:mb-6{margin-bottom:1.5rem}.xxs\:overflow-x-scroll{overflow-x:scroll}.xxs\:px-0{padding-left:0;padding-right:0}.xxs\:px-4{padding-left:1rem;padding-right:1rem}.xxs\:pr-1{padding-right:.25rem}.xxs\:pr-2{padding-right:.5rem}.xxs\:pl-2{padding-left:.5rem}.xxs\:pl-4{padding-left:1rem}.xxs\:w-64{width:16rem}.xxs\:w-1\/2{width:50%}.xxs\:w-full{width:100%}.xxs\:w-max{width:-webkit-max-content;width:-moz-max-content;width:max-content}}@media (max-width:340px){.es\:border-gray-400{--border-opacity:1;border-color:#b0b0b0;border-color:rgba(176,176,176,var(--border-opacity))}.es\:border{border-width:1px}.es\:hidden{display:none}.es\:flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.es\:items-center{-webkit-box-align:center;align-items:center}.es\:justify-center{-webkit-box-pack:center;justify-content:center}.es\:h-4{height:1rem}.es\:h-5{height:1.25rem}.es\:h-16{height:4rem}.es\:text-xs{font-size:.75rem}.es\:text-sm{font-size:.875rem}.es\:text-base{font-size:1rem}.es\:text-xl{font-size:1.25rem}.es\:text-2xl{font-size:1.5rem}.es\:mr-2{margin-right:.5rem}.es\:mb-2{margin-bottom:.5rem}.es\:pr-0{padding-right:0}.es\:w-5{width:1.25rem}.es\:w-16{width:4rem}.es\:w-22{width:5.5rem}.es\:w-full{width:100%}}