@import url(https://fonts.googleapis.com/css2?family=Prompt:wght@200;400;600&display=swap);*{margin:0;padding:0;box-sizing:border-box;letter-spacing:.03em;text-decoration:none;font-family:Prompt}html{width:100%;height:100%}body,html{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1}body{overflow-x:hidden;overscroll-behavior-y:none}.sub-navigation{display:flex;justify-content:space-between;align-items:center;padding:0 20px;min-height:60px;width:100%;background:#f5f5f5}.sub-navigation .filter-manufacturers{display:flex;align-items:center;gap:5px}.sub-navigation .filter-manufacturers input[type=checkbox],.sub-navigation .filter-manufacturers input[type=radio]{display:none}.sub-navigation .filter-manufacturers label{color:#fff;display:flex;align-items:center;justify-content:center;height:30px;padding-top:2px;width:82px;cursor:pointer;background-color:#8d96a8;transition:all .3s ease-in-out;font-size:14px;font-weight:600;line-height:100%}.sub-navigation .filter-manufacturers label:hover{opacity:.7}.sub-navigation .filter-manufacturers input[type=checkbox]:checked+label,.sub-navigation .filter-manufacturers input[type=radio]:checked+label{background:#1a2c51}.sub-navigation .dropdown-component,.sub-navigation .input-row{max-width:362px}.sub-navigation .sub-navigation-box{display:flex;align-items:center;width:33.3333333333%}.sub-navigation .sub-navigation-box .sub-navigation-box-nav{display:flex;align-items:center;gap:10px}.sub-navigation .sub-navigation-box:nth-child(2){justify-content:center}.sub-navigation .sub-navigation-box:last-child{justify-content:flex-end}.button{display:flex;justify-content:center;align-items:center;outline:none;height:32px;width:auto;border-radius:44px;padding:0 20px;background-color:#1a2c51;border:1px solid #1a2c51;color:#fff;font-size:14px;line-height:21px;font-weight:600;text-transform:uppercase;padding-top:1px}.button.transparent{border:0 none;background-color:transparent;padding:0}.button.transparent p{color:#1a2c51;font-weight:600;font-size:14px;line-height:21px}.button.clear{background-color:transparent}.button.clear p{color:#1a2c51}.button.left p{margin-left:10px}.button.right p{margin-right:10px}.button p{font-size:14px;line-height:21px;font-weight:600;text-transform:uppercase;color:#fff;padding-top:1px}.button:hover{cursor:pointer;opacity:.7}.radio{display:flex;justify-content:flex-start;align-items:center}.radio input[type=checkbox],.radio input[type=radio]{display:none}.radio input[type=checkbox]+:before,.radio input[type=radio]+:before{content:"";cursor:pointer;display:inline-block;vertical-align:bottom;width:17px;height:17px;border-radius:50%;border:1px solid #1a2c51;margin-right:20px}.radio input[type=checkbox]:checked+:before,.radio input[type=radio]:checked+:before{background:#7cd920;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:19px;height:19px;border:4px solid #1a2c51}.radio label{font-weight:400;font-size:14px;line-height:130%;cursor:pointer;color:#000}.radio:hover{cursor:pointer;opacity:.7}.table{width:100%;margin-bottom:80px;display:flex;flex-direction:column}.table .table-row{display:flex;width:100%;border-bottom:1px solid #e7e7e7}.table .table-row.header-row{position:sticky;top:0;z-index:3;background-color:#fff;transition:transform .3s}.table .table-row.header-row .table-cell{height:40px;max-height:40px}.table .table-row.header-row.box-shadow-bottom{box-shadow:0 0 25px 0 rgba(0,0,0,.15)}.table .table-row.table-row-selected{background-color:#e7e7e7}.table .table-row.hover-row{cursor:pointer}.table .table-row.hover-row:hover{opacity:.7;background-color:#f5f5f5}.table .table-row.no-cursor-row{cursor:default}.table .table-row .table-cell{display:flex;align-items:center;height:50px;max-height:50px;gap:5px;position:relative;padding:0 10px}.table .table-row .table-cell.is-sorted{background-color:#fafafa}.table .table-row .table-cell .table-cell-selection-box{display:flex;flex-direction:column;width:calc(100% + 20px);margin-left:-20px;height:100%;border-right:1px solid #e7e7e7}.table .table-row .table-cell .table-cell-selection-box p{flex-grow:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.table .table-row .table-cell .table-cell-selection-box p.disabled-text{cursor:default}.table .table-row .table-cell .table-cell-selection-box p:nth-child(2){border-top:1px solid #e7e7e7}.table .table-row .table-cell .table-cell-checkbox{width:calc(100% + 20px);margin-left:-20px;height:100%;display:flex;align-items:center;justify-content:center;border-right:1px solid #e7e7e7}.table .table-row .table-cell .table-cell-flex{display:flex;align-items:center;gap:5px;position:relative;height:100%}.table .table-row .table-cell .table-cell-flex.table-cell-flex-active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:5px;background-color:#1a2c51}.table .table-row .table-cell .table-cell-info,.table .table-row .table-cell .table-cell-status{display:flex;flex-direction:column;gap:3px;width:100%}.table .table-row .table-cell .table-cell-status{align-items:center;justify-content:center}.table .table-row .table-cell.table-cell-center{justify-content:center}.table .table-row .table-cell .sortArrow{width:12px;height:14px;flex-shrink:0;background-repeat:no-repeat}.table .table-row .table-cell .sortArrow:hover{cursor:pointer;opacity:.7}.table .table-row .table-cell .sortArrow.upAndDownArrow{background:url(/img/filterIcons.63429e6e.svg) 0 0}.table .table-row .table-cell .sortArrow.tableUpArrow{background:url(/img/filterIcons.63429e6e.svg) 0 14px}.table .table-row .table-cell .sortArrow.tableDownArrow{background:url(/img/filterIcons.63429e6e.svg) 0 29px}.table .table-row .table-cell .green-dot{display:inline-block;width:12px;height:12px;background:#7cd920;border-radius:50%;margin:0 auto}.table .table-row .table-cell .ellipsis-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.table .table-row .table-cell:first-child{padding-left:20px}.table .table-row .table-cell:last-child{padding-right:20px}.table .table-row .table-cell.no-wrap{white-space:nowrap}.table .table-row .table-cell.width-5{width:5%;max-width:5%}.table .table-row .table-cell.width-7{width:7%;max-width:7%}.table .table-row .table-cell.width-10{width:10%;max-width:10%}.table .table-row .table-cell.width-25{width:25%;max-width:25%}.table .table-row .table-cell.width-100{width:100%;max-width:100%}.table .table-row .table-cell.width-50p{width:5%;min-width:50px;flex-shrink:0}.table .table-row .table-cell.width-60p{width:6%;min-width:60px;flex-shrink:0}.table .table-row .table-cell.width-70p{width:7%;min-width:70px;flex-shrink:0}.table .table-row .table-cell.width-80p{width:8%;min-width:80px;flex-shrink:0}.table .table-row .table-cell.width-100p{width:10%;min-width:100px}.table .table-row .table-cell.width-120p{width:12%;min-width:120px}.table .table-row .table-cell.width-140p{width:14%;min-width:140px}.table .table-row .table-cell.width-200px{width:20%;min-width:200px}.table .table-row .table-cell.width-table-names{width:25%;min-width:80px}.table .table-row .table-cell.grow-table-cell{width:100%}.table .table-row .table-cell.table-cell-car{width:125px;flex-shrink:0;overflow:hidden;mix-blend-mode:multiply}.table .table-row .table-cell.table-cell-car img{width:100%;height:calc(100% - 2px);margin:1px 0;-o-object-fit:contain;object-fit:contain}.footer{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);display:flex;width:-moz-fit-content;width:fit-content;height:32px;z-index:2;border-radius:44px;background:#1a2c51}.footer .footer-item{display:flex;align-items:center;justify-content:center;gap:10px;width:-moz-max-content;width:max-content;padding:0 20px;cursor:pointer}.footer .footer-item:first-of-type{cursor:default;padding-right:0}.footer .footer-item:last-of-type{padding-right:20px}.footer .footer-item:last-of-type p{border-right:none;padding-right:0}.footer .footer-item p{color:#fff;text-transform:uppercase;padding-top:2px;border-right:1px solid #fff;padding-right:20px}.footer .footer-item:hover{opacity:.7}.footer .footer-item:hover:first-of-type{opacity:1}.close-icon{position:relative;width:18px;height:18px;cursor:pointer}.close-icon:after,.close-icon:before{position:absolute;left:50%;content:" ";height:100%;width:2px;background-color:#1a2c51}.close-icon:before{transform:rotate(45deg)}.close-icon:after{transform:rotate(-45deg)}.close-icon:hover{opacity:.7}.close-icon.big-close-icon{width:24px;height:24px}.checkbox-box{display:flex;align-items:center;width:-moz-fit-content;width:fit-content}.checkbox-box input[type=checkbox],.checkbox-box input[type=radio]{position:absolute;opacity:0;left:-99999px}.checkbox-box.center-checkbox{margin:0 auto}.checkbox-box label{display:flex;align-items:center;cursor:pointer;gap:20px}.checkbox-box label:before{content:"";cursor:pointer;display:inline-block;width:22px;height:22px;background:url(/img/stocklistCheckboxes.0d627fa7.svg) no-repeat 0 0;margin-top:1px;flex-shrink:0}.checkbox-box input[type=checkbox]:checked+label:before{background-position:0 -24px}.heading-title{font-weight:200;font-size:32px;line-height:130%;text-transform:uppercase;color:#1a2c51}.big-body-text{font-weight:400}.big-body-text,.big-body-text-bold{font-size:16px;line-height:130%;color:#000}.big-body-text-bold{font-weight:600}.title-text{font-weight:600;font-size:14px;line-height:21px;color:#1a2c51}.small-title-text{font-weight:600;font-size:12px;line-height:18px;color:#1a2c51;text-transform:uppercase}.fine-print{line-height:130%}.fine-print,.list-fine-print{font-weight:400;font-size:12px;color:#000}.list-fine-print{line-height:100%}.list-fine-print-bold{font-weight:600;font-size:12px;line-height:100%;color:#000}.body-text{font-weight:400}.body-text,.body-text-bold{font-size:14px;line-height:130%;color:#000}.body-text-bold{font-weight:600}.list-text{font-weight:400;color:#000}.list-text,.list-text-bold{font-size:14px;line-height:14px}.list-text-bold{font-weight:600;color:#1a2c51}.small-text{font-weight:400}.small-text,.small-text-bold{font-size:11px;line-height:11px;color:#000}.small-text-bold{font-weight:600}.disabled-text{color:#8d96a8}.center-text{text-align:center}.underlined-text{text-decoration:underline}.underlined-text:hover{cursor:pointer;text-decoration:none}.clickable-text{cursor:pointer}.highlight-text{color:#1a2c51}.hover-able-text:hover{cursor:pointer;opacity:.7}.input-row{display:flex;flex-direction:column;width:100%;position:relative;height:44px;border:1px solid #fff}.input-row .search-input-box{width:44px;height:100%;display:none;justify-content:center;align-items:center;position:absolute;top:0;left:0;z-index:1}.input-row .search-input-box.show-search-icon{display:flex}.input-row input{width:100%;height:100%;outline:none;border:0 none;background:#fff;padding:15.5px 20px;padding-right:44px;font-weight:400;font-size:14px;line-height:130%;color:#000}.input-row input::-moz-placeholder{font-weight:600;font-size:14px;line-height:130%;color:#8d96a8}.input-row input::placeholder{font-weight:600;font-size:14px;line-height:130%;color:#8d96a8}.input-row input:focus,.input-row input:hover{outline:none;border:0 none}.input-row .clear-input{position:absolute;top:0;right:0;width:44px;height:100%;display:flex;justify-content:center;align-items:center;opacity:0;transition:all .2s ease-in-out;pointer-events:none}.input-row .clear-input.show{background:#fff;opacity:1;pointer-events:all}.input-row .clear-input.show:hover{cursor:pointer;opacity:.7}.input-row .clear-input.show:after,.input-row .clear-input.show:before{content:"";width:2px;height:14px;background:#8d96a8;position:absolute}.input-row .clear-input.show:before{transform:rotate(45deg)}.input-row .clear-input.show:after{transform:rotate(-45deg)}.input-row:hover{border:1px solid #8d96a8}.input-row.is-invalid input{border:1px solid #ff6565}.input-row.clear-button-hide input{padding-right:20px}.input-row.search-input input{padding-left:54px}.input-row.search-input input::-moz-placeholder{background-image:url(/img/searchPlaceholderText.72a2f97d.svg);background-repeat:no-repeat;background-position:50%;color:transparent}.input-row.search-input input::placeholder{background-image:url(/img/searchPlaceholderText.72a2f97d.svg);background-repeat:no-repeat;background-position:50%;color:transparent}.input-row.search-input input:focus::-moz-placeholder{background-image:none}.input-row.search-input input:focus::placeholder{background-image:none}.input-row.with-border{border:1px solid #e7e7e7}.input-row.with-border:hover{border:1px solid #8d96a8}.input-row:has(input:focus) .search-input-box{display:flex}.input-row:has(input:focus) input:focus::-moz-placeholder{color:transparent}.input-row:has(input:focus) input:focus::placeholder{color:transparent}.dropdown-component{display:flex;flex-direction:column;width:100%;position:relative}.dropdown-component input[type=checkbox],.dropdown-component input[type=radio]{position:absolute;opacity:0;left:-99999px}.dropdown-component.is-invalid .dropdown-component-outside{border:1px solid #ff6565}.dropdown-component.is-invalid .dropdown-component-outside .dropdown-arrow-box{border-left:1px solid #ff6565}.dropdown-component.is-invalid .dropdown-component-outside p{color:#ff6565}.dropdown-component.is-invalid .dropdown-component-opened{border:1px solid #ff6565;border-top:none}.dropdown-component.is-invalid .dropdown-component-opened.up-side-down{border:1px solid #ff6565;border-bottom:none}.dropdown-component .dropdown-component-outside{display:flex;align-items:center;justify-content:space-between;height:46px;width:100%;background:#fff;border:1px solid #e7e7e7}.dropdown-component .dropdown-component-outside.dropdown-list-opened{border:1px solid #8d96a8}.dropdown-component .dropdown-component-outside.dropdown-list-opened .dropdown-arrow-box{border-left:1px solid #8d96a8}.dropdown-component .dropdown-component-outside.dropdown-list-opened .dropdown-arrow-box:before{transform:rotate(180deg)}.dropdown-component .dropdown-component-outside .dropdown-component-outside-title{font-weight:400;font-size:14px;line-height:18.2px;color:#8d96a8;width:calc(100% - 40px);padding:0 10px;flex:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dropdown-component .dropdown-component-outside .dropdown-component-outside-title.normal-color{color:#000}.dropdown-component .dropdown-component-outside .dropdown-arrow-box{display:flex;align-items:center;justify-content:center;padding:7px 10px;border-left:1px solid #e7e7e7;height:100%;width:44px}.dropdown-component .dropdown-component-outside .dropdown-arrow-box:before{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #8d96a8}.dropdown-component .dropdown-component-outside:hover{cursor:pointer;border:1px solid #8d96a8}.dropdown-component .dropdown-component-outside:hover .dropdown-arrow-box{border-left:1px solid #8d96a8}.dropdown-component .dropdown-component-opened{display:flex;flex-direction:column;background-color:#fff;position:fixed;border:1px solid #8d96a8;border-top:none;z-index:6;padding:0}.dropdown-component .dropdown-component-opened.up-side-down{top:auto;bottom:40px;flex-direction:column-reverse;border-top:1px solid #8d96a8;border-bottom:none}.dropdown-component .dropdown-component-opened.up-side-down .search-box{border-bottom:none;border-top:1px solid #8d96a8}.dropdown-component .dropdown-component-opened .search-box{padding:10px;border-bottom:1px solid #8d96a8}.dropdown-component .dropdown-component-opened ul{overflow:hidden;display:flex;flex-direction:column;list-style:none;margin:0;overflow-y:auto;padding:0 10px;width:100%}.dropdown-component .dropdown-component-opened ul li{height:40px;border-bottom:1px solid #e7e7e7;display:flex;align-items:center;justify-content:flex-start;width:100%}.dropdown-component .dropdown-component-opened ul li .checkbox{display:flex;align-items:center;width:100%;height:100%}.dropdown-component .dropdown-component-opened ul li .checkbox input[type=checkbox]+label:before{content:"";display:inline-block;width:17px;height:17px;background:url(/img/checkboxIcons.930befce.svg) 0 0;background-repeat:no-repeat;margin-right:6px;margin-bottom:-3px;flex-shrink:0}.dropdown-component .dropdown-component-opened ul li .checkbox input[type=checkbox]:checked+label:before{background:url(/img/checkboxIcons.930befce.svg) 0 -19px;background-repeat:no-repeat}.dropdown-component .dropdown-component-opened ul li:last-child{border-bottom:none}.dropdown-component .dropdown-component-opened ul li label{display:inline-block;font-weight:400;font-size:14px;line-height:18.2px;color:#000;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:10px 0;height:100%}.dropdown-component .dropdown-component-opened ul li label:hover{cursor:pointer;color:#1a2c51}.navigation{width:100%;display:flex;justify-content:space-between;align-items:center;height:50px;padding:0 20px;background:#fff;z-index:7;position:relative}.navigation a{display:flex;height:-moz-fit-content;height:fit-content}.navigation .navigation-box{display:flex;justify-content:flex-start;align-items:center;width:33%;height:100%}.navigation .navigation-box:nth-child(2){justify-content:center}.navigation .navigation-box:nth-child(2) a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:14px;line-height:14px;font-weight:600;text-align:center;color:#8d96a8;position:relative}.navigation .navigation-box:nth-child(2) a.router-link-active{color:#1a2c51}.navigation .navigation-box:nth-child(2) a.router-link-active:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:#1a2c51}.navigation .navigation-box.hamburger-menu-parent{justify-content:flex-end;gap:40px}.navigation .navigation-box.hamburger-menu-parent .hamburger-menu{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:16px;cursor:pointer;transition:all .3s ease}.navigation .navigation-box.hamburger-menu-parent .hamburger-menu .hamburger-line{width:100%;height:2px;background:#1a2c51}.navigation .navigation-popup{display:flex;flex-direction:column;width:220px;position:absolute;top:0;right:0;background-color:#fff;z-index:6;border-radius:0 0 0 10px;box-shadow:0 0 30px 0 rgba(0,0,0,.251)}.navigation .navigation-popup .navigation-popup-box{display:flex;flex-direction:column;max-height:calc(100vh - 50px);overflow-y:auto;height:-moz-fit-content;height:fit-content}.navigation .navigation-popup .navigation-popup-box .navigation-popup-box-item{padding:0 20px;min-height:60px;display:flex;align-items:center;border-bottom:1px solid #e7e7e7;cursor:pointer;gap:10px}.navigation .navigation-popup .navigation-popup-box .navigation-popup-box-item .navigation-popup-box-item-text{font-size:14px;font-weight:600;line-height:14px;letter-spacing:.03em;color:#1a2c51;text-transform:uppercase;padding-top:1px}.navigation .navigation-popup .navigation-popup-box .navigation-popup-box-item:last-child{justify-content:flex-end;border-bottom:none}.navigation .navigation-popup .navigation-popup-box .navigation-popup-box-item:first-child{justify-content:space-between;min-height:50px;cursor:default}header{top:0;z-index:5;display:flex;flex-direction:column}.navigation-filter-dropdown{display:inline-block}.navigation-filter-dropdown input[type=checkbox],.navigation-filter-dropdown input[type=radio]{position:absolute;opacity:0;left:-99999px}.navigation-filter-dropdown input[type=checkbox]+label:before,.navigation-filter-dropdown input[type=radio]+label:before{content:"";display:inline-block;width:14px;margin-top:2px;height:14px}.navigation-filter-dropdown input[type=checkbox]+label:before{background-image:url(/img/checkbox.57a4d743.svg)}.navigation-filter-dropdown input[type=checkbox]:checked+label:before{background-image:url(/img/checkboxChecked.0829b0da.svg)}.navigation-filter-dropdown input[type=radio]+label:before{background-image:url(/img/radio-unchecked.65b28ffe.svg)}.navigation-filter-dropdown input[type=radio]:checked+label:before{background-image:url(/img/radio-checked.d8c719d8.svg)}.navigation-filter-dropdown .navigation-filter-dropdown-opened{background-color:#fff;top:0;position:absolute;z-index:1;min-width:20rem;width:auto;overflow:hidden;border:1px solid #8d96a8}.navigation-filter-dropdown .navigation-filter-dropdown-opened.navigation-filter-dropdown-flip{right:0}.navigation-filter-dropdown .navigation-filter-dropdown-opened .navigation-filter-dropdown-title{height:40px;display:flex;align-items:center;padding-left:20px;justify-content:space-between;width:100%}.navigation-filter-dropdown .navigation-filter-dropdown-opened .navigation-filter-dropdown-title .navigation-filter-dropdown-close{height:100%;border-left:1px solid #e7e7e7;width:40px;display:flex;align-items:center;justify-content:center}.navigation-filter-dropdown .navigation-filter-dropdown-opened .navigation-filter-dropdown-title .navigation-filter-dropdown-close:hover{opacity:.7;cursor:pointer}.navigation-filter-dropdown .navigation-filter-dropdown-opened .navigation-filter-dropdown-title .navigation-filter-dropdown-close img{width:15px;height:15px}.navigation-filter-dropdown .navigation-filter-dropdown-opened .navigation-filter-dropdown-search{width:100%;padding:10px;background:#f5f5f5;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7}.navigation-filter-dropdown .navigation-filter-dropdown-opened .navigation-filter-dropdown-select-all{height:40px;width:100%;border-bottom:1px solid #e7e7e7;display:flex;align-items:center}.navigation-filter-dropdown .navigation-filter-dropdown-opened label{padding:10px 20px;flex:1;display:flex;gap:10px}.navigation-filter-dropdown .navigation-filter-dropdown-opened label:hover{cursor:pointer;opacity:.7}.navigation-filter-dropdown .navigation-filter-dropdown-opened ul{max-height:40vh;overflow-y:auto}.navigation-filter-dropdown .navigation-filter-dropdown-opened ul li{min-height:40px;display:flex;align-items:center;border-bottom:1px solid #e7e7e7}.navigation-filter-dropdown .navigation-filter-dropdown-opened ul li.invisible{padding:0;opacity:0;max-height:0}.navigation-filter-dropdown .navigation-filter-dropdown-opened ul li:last-child{border-bottom:none}.navigation-filter-dropdown .navigation-filter-dropdown-opened ul li.selectedCheckbox{background-color:#f5f5f5}.navigation-custom-dropdown{display:inline-block}.navigation-custom-dropdown .navigation-custom-dropdown-opened{background-color:#fff;top:0;position:absolute;z-index:1;min-width:20rem;overflow:hidden;border:1px solid #8d96a8}.navigation-custom-dropdown .navigation-custom-dropdown-opened.navigation-custom-dropdown-opened-left{right:0}.navigation-custom-dropdown .navigation-custom-dropdown-opened .navigation-custom-dropdown-title{height:40px;display:flex;align-items:center;padding-left:20px;justify-content:space-between;width:100%;border-bottom:1px solid #e7e7e7}.navigation-custom-dropdown .navigation-custom-dropdown-opened .navigation-custom-dropdown-title .navigation-custom-dropdown-close{height:100%;border-left:1px solid #e7e7e7;width:40px;display:flex;align-items:center;justify-content:center}.navigation-custom-dropdown .navigation-custom-dropdown-opened .navigation-custom-dropdown-title .navigation-custom-dropdown-close:hover{opacity:.7;cursor:pointer}.navigation-custom-dropdown .navigation-custom-dropdown-inputs{display:flex;flex-direction:column;gap:20px;padding:20px}.navigation-custom-dropdown .navigation-custom-dropdown-inputs .navigation-custom-dropdown-input{display:flex;flex-direction:column;gap:10px}.navigation-custom-dropdown .navigation-custom-dropdown-inputs .navigation-custom-dropdown-input .input-row{min-width:240px}.navigation-custom-dropdown .navigation-custom-dropdown-inputs .navigation-custom-dropdown-input .navigation-custom-dropdown-input-group{display:flex;min-width:280px}.navigation-custom-dropdown .navigation-custom-dropdown-inputs .navigation-custom-dropdown-input .navigation-custom-dropdown-input-group .input-row{min-width:auto}.navigation-custom-dropdown .navigation-custom-dropdown-inputs .navigation-custom-dropdown-input .navigation-custom-dropdown-input-group .input-row:last-child{width:35%}.navigation-custom-dropdown .navigation-custom-dropdown-inputs .navigation-custom-dropdown-input .navigation-custom-dropdown-input-group .input-row:first-child{width:65%}.navigation-custom-dropdown.online-store-dropdown input[type=checkbox]{position:absolute;opacity:0;left:-99999px}.navigation-custom-dropdown.online-store-dropdown input[type=checkbox]+label:before{content:"";display:inline-block;width:14px;margin-top:1px;height:14px;background-image:url(/img/checkbox.57a4d743.svg)}.navigation-custom-dropdown.online-store-dropdown input[type=checkbox]:checked+label:before{background-image:url(/img/checkboxChecked.0829b0da.svg)}.navigation-custom-dropdown.online-store-dropdown input[type=checkbox]:disabled+label{color:rgba(141,150,168,.6);cursor:not-allowed}.navigation-custom-dropdown.online-store-dropdown input[type=checkbox]:disabled+label:hover{cursor:not-allowed;opacity:1}.navigation-custom-dropdown.online-store-dropdown input[type=checkbox]:disabled+label:before{background-image:url(/img/checkboxDisabled.c443cb67.svg)}.navigation-custom-dropdown.online-store-dropdown .radio{display:flex;justify-content:flex-start;align-items:center}.navigation-custom-dropdown.online-store-dropdown .radio input[type=checkbox],.navigation-custom-dropdown.online-store-dropdown .radio input[type=radio]{display:none}.navigation-custom-dropdown.online-store-dropdown .radio input[type=checkbox]+:before,.navigation-custom-dropdown.online-store-dropdown .radio input[type=radio]+:before{content:"";cursor:pointer;display:inline-block;width:18px;height:18px;border-radius:50%;border:1.5px solid #1a2c51;margin-right:0}.navigation-custom-dropdown.online-store-dropdown .radio input[type=checkbox]:checked+:before,.navigation-custom-dropdown.online-store-dropdown .radio input[type=radio]:checked+:before{background:#7cd920;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:20px;height:20px;border:4px solid #1a2c51}.navigation-custom-dropdown.online-store-dropdown .radio label{cursor:pointer;display:flex;gap:10px;flex:1}.navigation-custom-dropdown.online-store-dropdown .radio:hover{cursor:pointer;opacity:.7}.navigation-custom-dropdown.online-store-dropdown ul{max-height:40vh;overflow-y:auto}.navigation-custom-dropdown.online-store-dropdown ul li{display:flex;min-height:40px;border-bottom:2px solid #e5e5e5}.navigation-custom-dropdown.online-store-dropdown ul li label{cursor:pointer;padding:10px 20px;display:flex;gap:10px;flex:1}.navigation-custom-dropdown.online-store-dropdown ul li:last-child{border-bottom:none}.details-modal-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(26,44,81,.1);z-index:100;padding:80px}.details-modal-container .details-modal-box{width:100%;height:100%;background:#fff;display:flex;flex-direction:column;border-radius:16px;box-shadow:0 0 30px 0 rgba(0,0,0,.25);position:relative;overflow:hidden}.details-modal-container .details-modal-box .details-modal-box-header{display:flex;justify-content:flex-end;align-items:center;width:100%;height:50px;background:#f5f5f5;padding:20px;z-index:2;border-radius:16px 16px 0 0}.details-modal-container .details-modal-box .details-modal-box-header .comments-header{display:flex;align-items:center;gap:10px;cursor:pointer}.details-modal-container .details-modal-box .details-modal-box-header .comments-header:hover{opacity:.7}.details-modal-container .details-modal-box .details-modal-box-header .comments-header p{margin-top:-2px}.details-modal-container .details-modal-box .details-modal-box-main{width:100%;overflow:auto;display:flex;flex-direction:column;flex-grow:1;overflow-x:hidden;position:relative}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading{display:flex;width:100%}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading .details-modal-box-main-heading-box{width:33.3333333333%;border-right:1px solid #e7e7e7;padding:10px;display:flex;align-items:center;justify-content:center;gap:20px;flex-shrink:0;position:relative;transition:all .3s ease-in-out}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading .details-modal-box-main-heading-box.details-modal-box-main-heading-box-details{padding:20px;justify-content:flex-start;align-items:flex-start}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading .details-modal-box-main-heading-box .zoom-button{cursor:pointer;width:18px;height:18px;position:absolute;top:20px;right:20px;background-repeat:no-repeat;background-position:50%;background-size:contain;transition:all .3s ease-in-out}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading .details-modal-box-main-heading-box .zoom-button.zoom-button-in{background-image:url(/img/zoomIn.9036affb.svg)}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading .details-modal-box-main-heading-box .zoom-button:hover{transform:scale(1.2)}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading .details-modal-box-main-heading-box .details-modal-box-main-heading-box-info{display:flex;flex-direction:column;justify-content:flex-start;width:51px;gap:10px}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading .details-modal-box-main-heading-box .details-modal-box-main-heading-box-value{display:flex;flex-direction:column;justify-content:flex-start;width:calc(100% - 71px);gap:10px}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading .details-modal-box-main-heading-box:last-child{border-right:0 none}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-section{display:flex;flex-direction:column;padding:20px;gap:20px;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;transition:all .3s ease-in-out}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-section .details-modal-box-main-section-info{display:flex;gap:40px}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-section .details-modal-box-main-section-info .details-modal-box-main-section-info-box{display:flex;gap:10px}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-section .details-modal-box-main-section-info .details-modal-box-main-section-info-box:first-child{width:calc(33.33333% - 27px)}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading-info{display:flex;flex-direction:column;padding:20px;gap:20px}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading-info .details-modal-box-main-heading-info-title{display:flex;justify-content:space-between;width:calc(33.33333% - 27px);gap:10px}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading-info .details-modal-box-main-heading-info-title .details-modal-box-main-heading-info-title-text{display:flex;gap:10px}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading-info .details-modal-box-main-heading-info-title .price-text{width:95px;flex-shrink:0}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading-info .details-modal-box-main-heading-info-options{display:flex;-moz-column-gap:40px;column-gap:40px;row-gap:10px;flex-wrap:wrap;padding-bottom:20px;border-bottom:1px solid #e7e7e7}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading-info .details-modal-box-main-heading-info-options:last-child{border-bottom:0 none;padding-bottom:0}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading-info .details-modal-box-main-heading-info-options .details-modal-box-main-heading-info-option{display:flex;justify-content:space-between;width:calc(33.33333% - 27px);gap:10px}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading-info .details-modal-box-main-heading-info-options .details-modal-box-main-heading-info-option img{width:35px;flex-shrink:0;height:23px;-o-object-fit:cover;object-fit:cover}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading-info .details-modal-box-main-heading-info-options .details-modal-box-main-heading-info-option .details-modal-box-main-heading-info-option-title{display:flex;gap:10px;width:100%;padding-top:5px;height:-moz-fit-content;height:fit-content}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading-info .details-modal-box-main-heading-info-options .details-modal-box-main-heading-info-option .details-modal-box-main-heading-info-option-title p img{width:8px;height:8px;-o-object-fit:contain;object-fit:contain}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading-info .details-modal-box-main-heading-info-options .details-modal-box-main-heading-info-option .price-text{width:90px;flex-shrink:0;padding-top:5px}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading-info .details-modal-box-main-heading-info-options .details-modal-box-main-heading-info-option.details-modal-box-main-heading-info-hover{cursor:pointer}.details-modal-container .details-modal-box .details-modal-box-main .details-modal-box-main-heading-info .details-modal-box-main-heading-info-options .details-modal-box-main-heading-info-option.details-modal-box-main-heading-info-hover:hover{opacity:.7}.details-modal-container .details-modal-box.details-modal-box-zoom{overflow:hidden}.details-modal-container .details-modal-box .details-modal-box-zoom{position:absolute;top:50px;left:0;width:100%;height:calc(100% - 50px);z-index:51;background:#fff;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center}.details-modal-container .details-modal-box .details-modal-box-zoom .zoom-button{cursor:pointer;width:18px;height:18px;position:absolute;top:20px;right:20px;background-repeat:no-repeat;background-position:50%;background-size:contain;z-index:10;transition:all .3s ease-in-out}.details-modal-container .details-modal-box .details-modal-box-zoom .zoom-button.zoom-button-out{background-image:url(/img/zoomOut.1251bdc6.svg)}.details-modal-container .details-modal-box .details-modal-box-zoom .zoom-button:hover{transform:scale(1.2)}.details-modal-container .details-modal-box .details-modal-box-zoom .images-container{height:100%;width:100%}.details-modal-container .details-modal-box .fade-enter-from,.details-modal-container .details-modal-box .fade-leave-to{opacity:0}.details-modal-container .details-modal-box .fade-enter-to,.details-modal-container .details-modal-box .fade-leave-from{opacity:1}.details-modal-container .details-modal-box .details-modal-box-footer{display:none;position:sticky;box-shadow:0 0 30px 0 rgba(0,0,0,.251);background:#fff;width:100%;padding:40px;gap:40px;align-items:center;justify-content:center;flex-direction:column}.details-modal-container .details-modal-box .details-modal-box-footer label p{font-size:15px;font-weight:400;line-height:15px;color:#000}.details-modal-container .details-modal-box .details-modal-box-footer label p span{font-size:15px;font-weight:600;line-height:15px;color:#1a2c51}.details-modal-container .details-modal-box .details-modal-box-footer .button{width:200px}.role-selection-box{position:fixed;width:100%;height:100%;background:hsla(0,0%,91%,.502);display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:15}.role-selection-box .role-selection-box-content{display:flex;flex-direction:column;box-shadow:0 0 30px 0 rgba(0,0,0,.251);background-color:#fff;width:100%;max-width:440px;height:100%;max-height:525px;border-radius:8px}.role-selection-box .role-selection-box-content .role-selection-box-content-box{display:flex;flex-direction:column;gap:40px;padding:40px;position:relative}.role-selection-box .role-selection-box-content .role-selection-box-content-box .error-text{position:absolute;top:15px;left:50%;transform:translateX(-50%);color:#ff6565}.role-selection-box .role-selection-box-content .role-selection-box-content-box img{width:160px}.role-selection-box .role-selection-box-content .role-selection-box-content-box .role-selection-box-content-box-radios{display:flex;flex-wrap:wrap;gap:20px 40px}.role-selection-box .role-selection-box-content .role-selection-box-content-box:nth-child(2){border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;height:100%}.role-selection-box .role-selection-box-content .role-selection-box-content-box .button{max-width:200px;margin:0 auto;width:100%}.role-selection-box.selection-modal .role-selection-box-content{height:-moz-fit-content;height:fit-content;max-height:-moz-fit-content;max-height:fit-content;overflow:hidden}.role-selection-box.selection-modal .role-selection-box-content .role-selection-box-content-box:first-child{background-color:#f5f5f5;padding:20px;align-items:flex-end}#app{display:flex;flex-direction:column;flex-grow:1}