@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";:root{--mobile: 43rem}:root{--nav-bg: #f8f8f8;--nav-bg-scrolled: #fff;--nav-bg-shadow: 0 5px 10px rgba(0, 0, 0, .02)}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.font-bold{font-weight:700}.italic{font-style:italic}.w-full{width:100%}.flex{display:flex}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.backdrop{position:absolute;z-index:60;height:100vh;width:100vw;top:0;left:0;background-color:#000;opacity:.3}.modal-content{border-radius:10px;max-width:485px;width:485px;z-index:70;display:flex;flex-direction:column;background-color:#fff}@media (max-width: 50rem){.modal-content{width:100%;max-width:100vw}}.card-default{border-radius:10px;box-shadow:0 0 4px #00000014;background-color:#fff;border:1px solid #d9d9d9;padding:16px}[data-slate-leaf=true]{width:100%;display:flex}.slate-table{width:100%;overflow-x:auto;display:block;white-space:nowrap}.marquee-item{padding:12px 0;margin-left:16px}.marquee-item .text{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:16px;font-family:Lato;text-align:center;line-height:1.5}.marquee-item img{object-fit:contain}*{box-sizing:border-box}html{font-size:62.5%}body{min-height:100svh;max-width:100svw;font-family:Lato,Helvetica,Arial,sans-serif;font-size:1.6rem;background:#ebebeb;color:#334257}button:hover{cursor:pointer}button:focus{outline:none}p{color:#334257;line-height:2.4rem}strong{font-weight:700}span{color:#334257;position:relative}h1,h2,h3,h4,h5,h6{font-family:Lato,Helvetica,Arial,sans-serif;color:#334257}#app{width:100%}.content-home{width:100%;min-height:100vh;position:relative;display:flex;justify-content:center;animation:fadeIn .5s ease}@media (max-width: 30rem){.content-home{padding:5rem 1.6rem;flex-direction:column}}.content{width:100%;min-height:100vh;position:relative;display:flex;justify-content:center;animation:fadeIn .5s ease}@media (max-width: 30rem){.content{flex-direction:column}}.content-account{min-height:100vh;justify-content:center;position:relative;display:flex;margin:0 auto;animation:fadeIn .5s ease;padding-top:100px}.content-shop{min-height:100vh;padding:24px 0;gap:24px;width:100%;animation:fadeIn .5s ease;display:flex;justify-content:center}.shop-navbar{width:200px;display:none;flex-direction:column;gap:16px;padding:16px}.content-admin{width:100%;height:100vh;top:0;left:0;position:relative;overflow-x:hidden;display:flex;flex-direction:column}.content-admin-wrapper{flex-grow:1;padding-bottom:3.2rem;width:100%;display:flex;flex-direction:column;align-items:center;animation:fadeIn .5s ease;background-color:#f6f6f6;min-height:100vh}.fade-in{animation:fadeIn .3s ease}.button,.button-remove-item,.provider-google,.provider-github,.provider-facebook,.button-muted,.button-link{background:#fff;padding:1.6rem;border:1px solid #d9d9d9;color:#334257;font-weight:700;position:relative;display:flex;align-items:center;justify-content:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;border-radius:5px;cursor:pointer;text-decoration:none}.button:hover,.button-remove-item:hover,.provider-google:hover,.provider-github:hover,.provider-facebook:hover,.button-muted:hover,.button-link:hover{background-color:#e6e6e6;box-shadow:inset 0 0 10px #d9d9d9}.button:disabled,.button-remove-item:disabled,.provider-google:disabled,.provider-github:disabled,.provider-facebook:disabled,.button-muted:disabled,.button-link:disabled{opacity:.5}.button:disabled:hover,.button-remove-item:disabled:hover,.provider-google:disabled:hover,.provider-github:disabled:hover,.provider-facebook:disabled:hover,.button-muted:disabled:hover,.button-link:disabled:hover{cursor:not-allowed}.button-link{background:none;color:#334257;border:none}.button-link:hover{background:none;border:none}.button-muted{background:#f2f2f2;color:#597397;border:1px solid #D9D9D9}.button-muted:hover{background:#f9f9f9;border:1px solid #39A2DB}.button-block{display:block;width:100%}.button-border{background:transparent;border:1px solid #fff;color:#fff}.button-border:hover{background:#d9d9d9;border:1px solid #fff}.button-danger{background:red;color:#fff}.button-danger:hover{background:#c00}.button-border-gray{border:1px solid #D9D9D9;color:#334257}.button-border-gray:hover{border:1px solid #D9D9D9;background:#d9d9d9}.button-small{font-size:1.2rem;padding:1.2rem 1.6rem}.button-icon{display:flex;align-items:center;text-align:center}.button-icon *{font-size:inherit}.button-rounded{width:44px;height:44px;min-width:44px;cursor:pointer;border:1px solid #d9d9d9;box-shadow:0 0 4px #00000014;display:flex;justify-content:center;align-items:center;border-radius:9999px;background-color:#fff;transition:all .3s ease-in-out}.button-rounded:hover{background-color:#e6e6e6}input[type=text],input[type=number],input[type=tel],.react-tel-input textarea[type=tel],.react-tel-input input[type=tel],input[type=string],input[type=email],input[type=password],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:40px;border:1px solid #D9D9D9;border-radius:8px;background:transparent;font-size:1.2rem;padding:1rem 1.6rem;font-weight:700;box-shadow:0 0 4px #00000014;outline:0;transition:border .2s ease-in-out,background .3s ease-in-out,color .3s ease-in-out}input[type=text]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=string]:focus,input[type=email]:focus,input[type=password]:focus,textarea:focus{outline:none;border:1px solid #39A2DB}input::placeholder,textarea::placeholder,.react-tel-input textarea[type=tel]::placeholder,.react-tel-input input[type=tel]::placeholder{font-size:1.4rem;font-weight:500;opacity:.6;color:#b6b6b6}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,.react-tel-input textarea[type=tel]::-webkit-input-placeholder,.react-tel-input input[type=tel]::-webkit-input-placeholder{opacity:.9}input[type=number],textarea[type=number],.react-tel-input textarea[type=number][type=tel],.react-tel-input input[type=number][type=tel]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;padding:0 1rem}input[type=number]::-webkit-outer-spin-button,textarea[type=number]::-webkit-outer-spin-button,.react-tel-input textarea[type=number][type=tel]::-webkit-outer-spin-button,.react-tel-input input[type=number][type=tel]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button,textarea[type=number]::-webkit-inner-spin-button,.react-tel-input textarea[type=number][type=tel]::-webkit-inner-spin-button,.react-tel-input input[type=number][type=tel]::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number]:invalid,textarea[type=number]:invalid,input[type=number]:out-of-range,textarea[type=number]:out-of-range{border:2px solid #ff6347}input[type=date],textarea[type=date],.react-tel-input textarea[type=date][type=tel],.react-tel-input input[type=date][type=tel]{appearance:textfield;-moz-appearance:textfield;-webkit-appearance:textfield}input[type=checkbox],textarea[type=checkbox],.react-tel-input textarea[type=checkbox][type=tel],.react-tel-input input[type=checkbox][type=tel],input[type=radio],textarea[type=radio],.react-tel-input textarea[type=radio][type=tel],.react-tel-input input[type=radio][type=tel]{padding:0;height:24px;width:24px;margin-bottom:0;display:none;cursor:pointer}label>input[type=radio],label>textarea[type=radio],.react-tel-input label>textarea[type=radio][type=tel],.react-tel-input label>input[type=radio][type=tel],input[type=checkbox]+label,textarea[type=checkbox]+label,.react-tel-input textarea[type=checkbox][type=tel]+label,.react-tel-input input[type=checkbox][type=tel]+label,input[type=radio]+label,textarea[type=radio]+label,.react-tel-input textarea[type=radio][type=tel]+label,.react-tel-input input[type=radio][type=tel]+label{font-size:1.4rem;background:none;border:none;padding:1.2rem 0;display:flex;align-items:center}input[type=checkbox]+label:before,textarea[type=checkbox]+label:before,.react-tel-input textarea[type=checkbox][type=tel]+label:before,.react-tel-input input[type=checkbox][type=tel]+label:before,input[type=radio]+label:before,textarea[type=radio]+label:before,.react-tel-input textarea[type=radio][type=tel]+label:before,.react-tel-input input[type=radio][type=tel]+label:before{content:"";-moz-appearance:textfield;appearance:textfield;-webkit-appearance:none;background-color:#fff;border:1px solid #D9D9D9;box-shadow:0 0 4px #00000014;padding:10px;display:inline-block;position:relative;vertical-align:middle;cursor:pointer;margin-right:5px;border-radius:5px;transition:all .3s ease}input[type=checkbox]+label:after,textarea[type=checkbox]+label:after,.react-tel-input textarea[type=checkbox][type=tel]+label:after,.react-tel-input input[type=checkbox][type=tel]+label:after,input[type=radio]+label:after,textarea[type=radio]+label:after,.react-tel-input textarea[type=radio][type=tel]+label:after,.react-tel-input input[type=radio][type=tel]+label:after{content:"";display:block;position:absolute;top:-4px;left:8px;bottom:0;margin:auto;width:5px;height:10px;border:solid #D9D9D9;border-width:0 2px 2px 0;transform:rotate(45deg);transition:all .3s ease}input[type=checkbox]:hover+label:before,textarea[type=checkbox]:hover+label:before,input[type=radio]:hover+label:before,textarea[type=radio]:hover+label:before{border:2px solid #2797d4}input[type=checkbox]:checked+label:before,textarea[type=checkbox]:checked+label:before,input[type=radio]:checked+label:before,textarea[type=radio]:checked+label:before{border:2px solid transparent;background:#0059d5}input[type=checkbox]:checked+label:after,textarea[type=checkbox]:checked+label:after,input[type=radio]:checked+label:after,textarea[type=radio]:checked+label:after{border:solid #fff;border-width:0 2px 2px 0}input[type=color],textarea[type=color],.react-tel-input textarea[type=color][type=tel],.react-tel-input input[type=color][type=tel]{padding:0}input[type=color]:focus,textarea[type=color]:focus{outline:none;border:none!important}input:read-only,textarea:read-only,.react-tel-input textarea[type=tel]:read-only,.react-tel-input input[type=tel]:read-only{background-color:#d9d9d9;color:#334257;cursor:text}#availableColors{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:40px;height:40px;border-radius:10px;background-color:transparent;border:none;cursor:pointer}#availableColors::-webkit-color-swatch{border:none;border-radius:10px}#availableColors::-moz-color-swatch{border:none;border-radius:10px}.react-tel-input input[type=tel],.react-tel-input textarea[type=tel]{width:100%!important;font-family:Lato!important;font-size:1.4rem!important;border:1px solid #39A2DB!important}.react-tel-input input[type=tel].input-error,.react-tel-input textarea[type=tel].input-error{border:1px solid #D63031!important}.react-tel-input input[type=tel].input-error~.flag-dropdown,.react-tel-input textarea[type=tel].input-error~.flag-dropdown{border:1px solid #D63031!important}.input-message{display:block;padding:1.2rem;color:#d63031;font-weight:700}.input-form{padding:10px 1.6rem!important;font-size:1.4rem!important;background-color:inherit;transition:background-color .3s ease-in-out}.input-form:disabled{background-color:#eee;color:#bbb}.input-group{display:flex;flex-direction:column}.css-w9q2zk-Input2 input,.css-w9q2zk-Input2 textarea,.css-w9q2zk-Input2 .react-tel-input textarea[type=tel],.react-tel-input .css-w9q2zk-Input2 textarea[type=tel],.css-w9q2zk-Input2 .react-tel-input input[type=tel],.react-tel-input .css-w9q2zk-Input2 input[type=tel]{box-shadow:none!important;opacity:0!important}.css-w9q2zk-Input2 input:focus,.css-w9q2zk-Input2 textarea:focus{outline:none;border:none}a{text-decoration:none;color:#fff}a.secondary{color:#334257}select{font-size:1.2rem;color:#334257;padding:7px 1.6rem;background:transparent;font-weight:700;border:1px solid #D9D9D9;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#D9D9D9 50%),linear-gradient(135deg,#D9D9D9 50%,transparent 50%),linear-gradient(to right,#d9d9d9,#d9d9d9);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 3.2em) .2em;background-size:5px 5px,5px 5px,1px 1.8em;background-repeat:no-repeat}select:focus{background:#f9f9f9;border:1px solid #39A2DB;background-image:linear-gradient(45deg,#39A2DB 50%,transparent 50%),linear-gradient(135deg,transparent 50%,#39A2DB 50%),linear-gradient(to right,#39a2db,#39a2db);background-position:calc(100% - 15px) 1em,calc(100% - 20px) 1em,calc(100% - 3.2em) .2em;background-size:5px 5px,5px 5px,1px 1.5em;background-repeat:no-repeat;outline:none}option{font-weight:700}textarea{line-height:2.4rem;resize:none}label{font-size:1.2rem;font-weight:700;background:#d9d9d9;border:1px solid #39A2DB;padding:1.2rem 1.6rem;display:inline-block;position:relative;width:100%}label.basic:hover{background:#d9d9d9!important}label:hover{background:#39a2db}.label-input{background:none;padding:1rem 1.2rem;color:#5d5d5d;border:none}.label-input:hover{background:none}.label-error{font-size:1.2rem;color:#eb2b2b!important}.action-button{width:68px;height:76px;align-items:center;justify-content:center;cursor:pointer}.action-button.yellow{border:1px solid;border-radius:4px;border-color:#e6caa1;background-color:#fcf3dd}.action-button.blue{border:1px solid;border-radius:4px;border-color:#a0c2f2;background-color:#ebf5ff}.action-button.white{border:1px solid;border-radius:4px;border-color:#d1d1d1;background-color:#fff}.action-button.mobile{display:none}@media (max-width: 50rem){.action-button.mobile{display:flex}}.action-button.desktop{display:flex}@media (max-width: 50rem){.action-button.desktop{display:none}}.anticon{font-size:1.5rem;display:flex;justify-content:center;align-items:center}.input-checkbox{min-width:24px;min-height:24px;width:24px;height:24px;border-radius:5px;display:flex;justify-content:center;align-items:center;cursor:pointer;border:1px solid #d9d9d9;transition:all .3s ease-in-out}.input-checkbox svg{transition:all .3s ease-in-out;opacity:0}.input-checkbox.disabled{background-color:#d9d9d9;cursor:not-allowed}.input-checkbox.checked{background-color:#39a2db}.input-checkbox.checked svg{opacity:1}.navigation{width:100%;height:10rem;gap:2rem;background:#334257;display:flex;align-items:center;padding:0rem 5rem .5rem;position:absolute;top:0;transform:translateY(0);z-index:55;box-shadow:none;-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;-ms-transition:transform .3s ease;transition:transform .3s ease}@media (max-width: 50rem){.navigation{padding:.5rem 2rem}}@media (max-width: 30rem){.navigation{padding:0 1.2rem;position:fixed}.navigation .logo{display:none}}.navigation .logo{height:inherit;margin-right:2rem}.navigation .logo img{width:15rem;height:inherit;object-fit:contain;filter:sepia(100%) hue-rotate(2deg) brightness(500%)}.navigation .logo a{display:block;height:100%}.navigation .searchbar{width:100%}.navigation .searchbar input,.navigation .searchbar textarea{padding-left:5px!important;color:#fff}.avatar{border:1px solid #D9D9D9;border-radius:50%;background-color:#d9d9d9;box-shadow:0 0 4px #00000014;overflow:hidden;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.avatar img{object-fit:contain;width:100%;height:100%}.navigation-admin{height:6rem;background:#fff;box-shadow:0 5px 10px #0000000d;padding:.5rem 3.2rem;display:flex;justify-content:space-between}.navigation-menu{display:flex;align-items:center;justify-content:flex-end;padding:0;margin:0;text-align:right}.navigation-menu-main{padding-left:0;display:flex}.navigation-menu-main li{display:inline-block}.navigation-menu-main li a{padding:10px 15px;font-size:1.4rem;opacity:.5;color:#fff;border-radius:6px}.navigation-menu-main li a:hover{background:#f2f2f2;color:#000}@media (max-width: 50rem){.navigation-menu-main{flex-direction:column}}.navigation-menu-item{display:inline-block;list-style-type:none;padding:0;margin:0}.navigation-menu-item.hide-on-tablet{display:none}@media (max-width: 50rem){.navigation-menu-item.hide-on-tablet{display:inline-block}}.navigation-action{display:flex;align-items:center;margin-left:5.6rem}.navigation-button{width:100px}.navigation-menu-link{color:#fff;height:40px;padding:1rem 1.6rem;text-decoration:none;font-size:1.2rem;text-transform:uppercase;font-weight:700;position:relative}.navigation-menu-link:hover{text-decoration:none;background:#f2f2f2}.navigation-menu-active{font-weight:700;opacity:1!important}.order-selected__wrapper{display:flex;width:100%;height:75vh;margin-top:100px;flex-direction:column}@media (min-width: 50rem){.order-selected__wrapper{flex-direction:row}}.order-selected__segments-wrapper{display:flex;justify-content:center;width:100%;height:100%}@media (max-width: 50rem){.order-selected__segments-wrapper{height:unset}}.order-selected__segments{display:flex;flex-direction:column;gap:16px;max-width:1200px;margin-top:3rem;width:90%}.order-selected__segments .order-selected__navigation{display:flex;font-size:14px;gap:4px;color:#334257}.order-selected__product{padding:16px 24px;background-color:#f5f5f5;display:flex;border-radius:10px;justify-content:space-between;align-items:center}.order-selected__product div{display:flex;flex-direction:column;gap:8px;font-size:16px}.order-selected__product div a{color:#39a2db;font-size:14px}.order-selected__product img{width:72px;height:72px;border-radius:5px}.order-selected__card{padding:24px;gap:16px;display:flex;flex-direction:column;border-radius:10px;background-color:#fff;box-shadow:0 0 4px #00000014;border:1px solid #D9D9D9}.order-selected__card.star-feedback{flex-direction:row;align-items:center}@media (max-width: 30rem){.order-selected__card.star-feedback{align-items:unset;flex-direction:column}}.order-selected__card .order-selected__card-title{font-weight:600;font-size:20px}.order-selected__card .order-selected__timeline{display:flex;flex-direction:column;gap:24px;position:relative}.order-selected__card .order-selected__timeline:before{content:"";position:absolute;left:4px;top:10%;bottom:10%;width:4px;border-radius:99px;background-color:#d9d9d9}.order-selected__card .order-selected__timeline .line{content:"";position:absolute;left:4px;top:10%;bottom:10%;width:4px;border-radius:99px;background-color:#00a650}.order-selected__card .order-selected__timeline .line--cancelled{background-color:#d63031}.order-selected__card .order-selected__timeline-item{display:flex;gap:12px;align-items:center}.order-selected__card .order-selected__timeline-item .timeline-content{height:40px;justify-content:center;display:flex;flex-direction:column;gap:4px}.order-selected__card .order-selected__timeline-item .timeline-content div{color:#d9d9d9}.order-selected__card .order-selected__timeline-item .timeline-content .active{color:#00a650}.order-selected__card .order-selected__timeline-item .timeline-content .active--cancelled{color:#d63031}.order-selected__card .order-selected__timeline-item .timeline-content span{font-weight:300;font-size:14px}.order-selected__card .order-selected__timeline-item .bullet{width:12px;height:12px;border-radius:99px;background-color:#fff;border:2px solid #d9d9d9}.order-selected__card .order-selected__timeline-item .bullet.active{width:16px;height:16px;margin-left:-2px;background-color:#00a650;border:2px solid #fff;outline:#00a650 1px solid}.order-selected__card .order-selected__timeline-item .bullet.active--cancelled{background-color:#d63031;outline:#D63031}.order-selected__card .order-selected__stars-wrapper{display:flex;gap:0px}.order-selected__card .order-selected__stars-wrapper span{color:#00000040;font-size:22px;cursor:pointer;background-color:transparent;border-radius:9999px;padding:8px;transition:all .3s ease-in-out}.order-selected__card .order-selected__stars-wrapper span:hover{background-color:#0000000a}.order-selected__card .order-selected__stars-wrapper span:hover,.order-selected__card .order-selected__stars-wrapper span:has(~span:hover){color:#39a2db}.order-selected__details{display:flex;flex-direction:column;height:100vh;width:40%;padding-top:5rem;background-color:#ededed;align-items:center}@media (max-width: 50rem){.order-selected__details{width:100%}}.order-selected__details-heading{width:90%;padding:16px}.order-selected__details-heading h1{font-size:16px;font-weight:600;margin:0}.order-selected__details-heading span{font-size:12px;font-weight:300}.order-selected__details-section{display:flex;flex-direction:column;gap:16px;width:90%;border-top:1px solid #D9D9D9;border-bottom:1px solid #D9D9D9;padding:16px;font-size:14px;font-weight:300}.order-selected__details-section>div{display:flex;justify-content:space-between}.order-selected__details-section+.order-selected__details-section{border-top:none;font-weight:600}.order-selected__error-message{width:100%;height:100%;font-size:24px;font-weight:600;display:flex;align-items:center;justify-content:center}@media (min-width: 50rem){.order-selected__card-description{display:flex}}.order-selected__sms-wrapper{display:flex;flex-direction:column;gap:16px;width:100%}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:32px;height:100%}@media (max-width: 800px){.product-grid{display:flex;flex-direction:column}}.product-list-header{width:100%;margin-bottom:2.4rem}.product-list-header-title{text-align:center}.product-list-header-actions{display:flex;align-items:center;justify-content:center}@media (max-width: 30rem){.product-list-header-actions{display:none}}.product-list-search{margin-top:100px}@media (max-width: 30rem){.product-list-search{margin-top:50px}}.product-list-title{flex-grow:1}.product-list-wrapper{height:100%;width:90vw;padding:0}.product-card{border:1px solid #D9D9D9;border-radius:6px;box-shadow:0 0 4px #00000014;position:relative;background:#fff;transition:box-shadow .3s ease-in-out;overflow:hidden;cursor:pointer}.product-card:hover .product-card-button{opacity:1;pointer-events:all}.product-card-check{position:absolute;top:1rem;left:1rem;color:#00b894;opacity:0;z-index:1;padding:.6rem;border-radius:9999px;background-color:#ffffffb3;transition:all .3s ease-in-out}.product-card-check.show{opacity:1}.product-loading{animation:none}.product-loading:hover{cursor:default}.product-loading:hover .product-card-content{transform:none}.product-loading:hover .product-card-img-wrapper{width:100%;height:100px}.product-card-content{padding:0;transition:all .4s ease-in-out}.product-card-img-wrapper{width:100%;height:285px;border-bottom:1px solid #d9d9d9;position:relative;background:#f6f6f6;transition:all .4s ease-in-out}@media (max-width: 30rem){.product-card-img-wrapper{height:320px}}.product-details{padding:1.6rem;gap:1rem;display:flex;flex-direction:column}.product-card-price{font-size:24px;margin:0}.product-card-name{width:100%;margin:0;align-self:center;font-weight:400;max-height:36px;font-size:14px;overflow:hidden;text-overflow:ellipsis}.product-card-brand{margin-top:0;font-size:1.2rem;color:#b6b6b6;font-style:italic}@media (max-width: 30rem){.product-card-brand{margin-bottom:0}}.product-card-button{z-index:2;pointer-events:none;opacity:0;position:absolute;top:1rem;right:1rem;font-size:1.2rem;transition:all .4s ease-in-out}@media (max-width: 30rem){.product-card-button{bottom:0;display:none}}.product-card-img{width:100%;height:100%;background-color:#d9d9d9;object-fit:contain}.product-list-empty-filters{margin-top:5.6rem}.product-applied-filters{padding:1.2rem;display:flex;align-items:center;justify-content:center}@media (max-width: 30rem){.product-applied-filters{display:block}}.product-view{display:flex;flex-direction:column;padding:24px;background:#fff;gap:16px;border-radius:10px;border:1px solid #D9D9D9;box-shadow:0 0 4px #00000014;margin-bottom:32px}@media (max-width: 64rem){.product-view{flex-direction:column}}@media (max-width: 64rem){.product-view{width:100%}}.product-view .summary{display:flex;width:100%;gap:24px}.product-view .summary>h3{padding:0}.product-view .subscription-summary{display:flex;flex-direction:column;gap:16px;background-color:#fdcb6e80;border-radius:10px;padding:16px}.product-view .subscription-summary .subscription-summary-item{display:flex;gap:4px;font-weight:700}.product-view-header{display:flex}.product-view-header h3{padding:0}.product-modal-image-wrapper{height:inherit;flex-grow:1;position:relative;background:#f8f8f8}@media (max-width: 64rem){.product-modal-image-wrapper{width:100%;margin:auto}}.product-modal-image-wrapper input[type=color],.product-modal-image-wrapper textarea[type=color]{position:absolute;top:0;left:0;width:100%;height:100%;mix-blend-mode:hue}.product-modal-image-wrapper iframe{min-height:400px}.content{display:flex;justify-content:center}.product-modal-action{width:100%;display:flex;justify-content:center}.product-modal-image-collection{min-width:100px;height:inherit;background:#fff;display:flex;gap:10px;flex-direction:column;width:100px;padding:10px 0 10px 10px;overflow-y:auto;overflow-x:hidden;position:relative}@media (max-width: 64rem){.product-modal-image-collection{width:100%;height:auto;order:2;overflow-x:scroll;overflow-y:unset;flex-direction:row}}.product-modal-image-collection::-webkit-scrollbar{width:10px}.product-modal-image-collection::-webkit-scrollbar-thumb{background-color:#1a1a1a;outline:1px solid #f8f8f8}.product-modal-image-collection::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.product-modal-image-collection-wrapper{cursor:pointer;max-width:80px;width:100%;aspect-ratio:1/1;border:2px solid #e1e1e1;border-radius:6px;margin-bottom:5px;position:relative;overflow:hidden;transition:all .3s ease-in-out}.product-modal-image-collection-wrapper.active,.product-modal-image-collection-wrapper:hover{border:2px solid #39A2DB}@media (max-width: 64rem){.product-modal-image-collection-wrapper{width:80px;height:80px}}.product-modal-image-collection-wrapper.video svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;font-size:3rem;color:#39a2db}.product-modal-image-collection-wrapper.video:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff9;z-index:10}.product-modal-image-collection-img{width:100%;height:100%;object-fit:contain;position:absolute;left:0;top:0;z-index:0}.product-modal-image-collection-overlay{position:absolute;z-index:10;top:0;left:0;width:100%;height:100%;font-size:24px;display:flex;justify-content:center;align-items:center;background:#ffffffe6;font-weight:600;color:#39a2db}.product-modal-image{width:100%;height:370px;border-radius:5px;object-fit:cover;cursor:pointer}.product-modal-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:#0009}.product-modal-arrow{display:flex;position:absolute;align-items:center;justify-content:center;width:40px;cursor:pointer;padding:24px;height:40px;aspect-ratio:1/1;border-radius:50%;background:#0009;color:#fff9;transition:all .3s ease-in-out}.product-modal-arrow:active{transform:scale(1.25)}.product-description{padding:16px 0;border-top:1px solid #D9D9D9;display:flex;flex-direction:column;gap:16px;width:66%}@media (max-width: 50rem){.product-description{width:100%}}.product-description h4{font-weight:700;font-size:20px}.product-description>span{display:flex;flex-direction:column;gap:6px}.product-recommended-summary{width:50%;display:flex;flex-direction:column;gap:24px;padding:16px;background:#fff;border:1px solid #D9D9D9;box-shadow:0 0 4px #00000014;border-radius:10px;position:sticky;top:120px;height:fit-content}@media (max-width: 50rem){.product-recommended-summary{display:none}}.product-recommended-summary-items{display:flex;flex-direction:column;gap:16px}.product-recommended-summary-item{display:flex;gap:16px}.product-recommended-summary-item-image>img{min-width:84px;max-width:84px;width:84px;height:84px;object-fit:cover}.product-recommended-summary-item-name{font-weight:700;font-size:22px;line-height:1.2}.product-modal-youtube-iframe{border-radius:10px;overflow:hidden;height:600px}.product-modal-youtube-iframe iframe{min-height:100%}@media (max-width: 64rem){.product-modal-youtube-iframe{height:400px}}.product-modal-details{display:flex;gap:24px}@media (max-width: 64rem){.product-modal-details{width:100%;flex-direction:column;max-height:fit-content}}.product-modal{width:66%;display:flex;gap:12px;background:#fff;padding:16px 0}@media (max-width: 50rem){.product-modal{padding:0}}@media (max-width: 64rem){.product-modal{flex-direction:column;margin:0;width:100%}}.product-modal-info{display:flex;width:50%;flex-direction:column;gap:16px;border:1px solid #D9D9D9;box-shadow:0 0 4px #00000014;border-radius:10px;padding:16px;height:fit-content}@media (max-width: 64rem){.product-modal-info{width:100%;gap:24px;border:none;box-shadow:none;padding:0}}.product-buy-button{background-color:#334257!important;color:#fdcb6e}.product-name{font-size:24px;font-weight:700}.product-modal-action{display:flex}@media (max-width: 30rem){.product-modal-action{justify-content:center}.product-modal-action button{width:100%}}.product-form-wrapper{display:flex;flex-direction:column;margin:16px auto}.product-field-wrapper,.config-field-wrapper,.address-form-wrapper,.address-wrapper{border:1px solid #D9D9D9;border-radius:10px;background-color:#fff;padding:1.2rem;margin-bottom:1.2rem}.product-field-wrapper h3,.config-field-wrapper h3,.address-form-wrapper h3,.address-wrapper h3{font-size:1.6rem;font-weight:700}.product-form{width:100%;display:flex;flex-direction:column}.product-form-field{width:100%}.product-form-field .product-form-type{width:100%;padding:10px;border-radius:5px;display:flex;justify-content:center}.product-form-field .external-link{color:#39a2db;transition:all .3s ease-in-out}.product-form-field .external-link:hover{color:#1b6993}.product-form-instructions-image__wrapper{margin-top:24px;display:flex;width:100%;justify-content:center;margin-bottom:24px}.product-form-instructions-image{border-radius:5px;border:1px solid #d9d9d9;box-shadow:0 0 4px #00000014;height:300px;object-fit:cover;aspect-ratio:16/9}.product-input-file-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;height:100px;border:2px dashed #39A2DB;color:#39a2db;background:none;cursor:pointer;border-radius:6px;transition:all .3s ease-in-out}.product-input-file-wrapper p{font-size:1.2rem;padding:0;margin:0;color:#1a1a1a;transition:all .3s ease-in-out}.product-input-file-wrapper:hover{background-color:#2797d4;color:#fff}.product-input-file-wrapper:hover p{color:#fff}@media (max-width: 64rem){.product-input-file-wrapper{width:100%}}.product-form-inputs{width:100%;display:flex;flex-direction:column;gap:10px}.product-form-file{width:25%;margin-left:3.2rem;display:flex;flex-direction:column}.product-form-image-wrapper{width:100%;height:200px;position:relative;background:#f4f4f4;border:1px solid #cacaca;border-radius:6px}.image-grid{display:grid;grid-gap:1.2rem;grid-template-columns:repeat(4,1fr)}@media (max-width: 64rem){.image-grid{grid-template-columns:repeat(1,1fr)!important;grid-gap:1rem;justify-items:center}}.product-form-collection{width:100%;position:relative}.product-form-main-image{color:#334257;border:none;background-color:#fff;display:flex;justify-content:center;align-items:center;gap:5px;font-size:1.2rem;padding:5px 10px;height:20px;border-radius:10px;position:absolute;top:10px;right:48%}.product-form-delete-image{color:#000;border:none;display:flex;justify-content:center;align-items:center;border-radius:50%;position:absolute;top:10px;right:2px;min-width:34px;min-height:34px;transition:.2s all}.product-form-delete-image:hover{color:#c00}.product-form-collection-image{width:180px;height:100px;position:relative;display:inline-block;background:#f4f4f4;border-radius:5px;overflow:hidden;cursor:move}.product-form-collection-image:-moz-drag-over{border:2px solid red}.product-form-collection-image img{width:100%;height:100%;object-fit:contain}.is-dragging{border:2px solid #39A2DB}.product-form-image-preview{width:100%;height:100%;object-fit:contain}.product-form-image-tip{font-size:1.2rem;font-weight:600;color:#000;border:1px solid;padding:0 10px;border-radius:10px;border-color:#d9d9d9}@media (max-width: 64rem){.product-form-image-tip{font-size:1rem}}.product-search{width:100%;position:relative;background:#f9f9f9;z-index:30}.product-search-header{width:100%;height:6rem;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 1.6rem;box-shadow:0 5px 10px #00000005;position:sticky;top:0;z-index:55}.product-search-body{padding:0 1.6rem 6rem;overflow-y:scroll}.product-search-input{width:100%;border:none!important;flex-grow:1;background:#f2f2f2;font-size:1.4rem!important}.product-search-input:focus{border:none!important}.product-search-wrapper{width:100%;position:relative;overflow:hidden;margin-left:1.6rem}.product-search-button{opacity:1!important;margin-left:0!important;margin-right:1.2rem}.product-search-recent-header{width:100%;display:flex}.product-search-recent-header h5{flex-grow:1}.product-search-recent-header h5:last-child{text-align:right}.product-search-filter{position:relative;padding:1.2rem 0}.product-search-filter-sub{width:100%;position:relative}.product-search-filter-sub .filters-action{position:fixed;bottom:0;left:0;padding:1.6rem;background:#fff;z-index:5}.product-search-recent{border-bottom:1px solid #D9D9D9;margin-bottom:1.2rem}.display{margin-top:10rem}@media (max-width: 30rem){.display{margin:0}}.display-header{display:flex;justify-content:space-between;align-items:center}.display-header a{text-decoration:underline;font-size:1.8rem}.product-recomendations-card{width:32%;max-height:200px;aspect-ratio:1/1;border:1px solid #d9d9d9;border-radius:10px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:8rem;position:relative;overflow:hidden}@media (max-width: 50rem){.product-recomendations-card{width:100%}}.product-form-submit{width:100%;display:flex;justify-content:flex-end}@media (max-width: 50rem){.product-form-submit{padding-bottom:4rem}}.product-form-submit button{background-color:#0059d5;color:#fff;border-radius:10px;height:20px;border:none;font-size:1.4rem}.product-form-submit button:hover{background-color:#0044a2;border:none}.product-display-grid,.product-display-grid-showcase{width:100%;height:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));grid-gap:2rem}@media (max-width: 50rem){.product-display-grid-showcase{display:flex;width:100%;overflow-x:auto;gap:8px;margin-bottom:5vh}.product-display-grid-showcase>div{min-width:20rem}}.product-display-grid-showcase .product-card-name{max-height:unset}.product-display{width:100%;border:1px solid #D9D9D9;border-radius:6px;background-color:#fff}.product-display:hover{cursor:pointer}.product-display:hover .product-display-img img{transform:scale(1.1)}.product-display-img{width:100%;height:20rem;background:#f1f1f1;position:relative;overflow:hidden}.product-display-img img{width:100%;height:100%;object-fit:contain;-webkit-transition:all .5s cubic-bezier(.77,0,.175,1);-moz-transition:all .5s cubic-bezier(.77,0,.175,1);-o-transition:all .5s cubic-bezier(.77,0,.175,1);-ms-transition:all .5s cubic-bezier(.77,0,.175,1);transition:all .5s cubic-bezier(.77,0,.175,1)}.product-display-details{display:flex;flex-direction:column;gap:10px;padding:2rem}.product-display-details h2{margin:0}.product-display-details p{margin-top:0}.product-selected{display:flex;flex-direction:column;align-items:center;max-width:100%;padding-left:0;padding-right:0}.product-selected>*{max-width:1920px;width:90vw}.product-selected-review{display:flex;flex-direction:column;gap:16px;margin-top:50px;border-radius:8px;background-color:#fff;padding:16px}.product-selected-review-card{display:flex;flex-direction:column;gap:8px;padding:16px}.product-selected-review-card__heading{display:flex;justify-content:space-between;align-items:center}.product-selected-review-card__image{width:100px;height:100px;object-fit:cover;border-radius:8px;cursor:pointer}.section-recommended{display:none}@media (max-width: 50rem){.section-recommended{display:block}}.client-card-wrapper{display:flex;width:100%;flex-direction:row;justify-content:space-between;align-items:center}.client-card-section{display:flex;gap:8px;align-items:center;flex:1}.client-card-subsection{display:flex;flex-direction:column;gap:4px}.basket{width:60rem;height:100svh;background:#fff;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:0 10px 15px #00000014;-webkit-transition:transform .5s cubic-bezier(.77,0,.175,1);-moz-transition:transform .5s cubic-bezier(.77,0,.175,1);-o-transition:transform .5s cubic-bezier(.77,0,.175,1);-ms-transition:transform .5s cubic-bezier(.77,0,.175,1);transition:transform .5s cubic-bezier(.77,0,.175,1);z-index:60}@media (max-width: 30rem){.basket{width:100%}}.basket-toggle{cursor:pointer}.basket-toggle.hidden{display:none}.basket-list{padding:1.6rem;padding-bottom:100px;overflow-y:scroll;height:100%;display:flex;flex-direction:column}.basket-item{display:flex;border:1px solid #D9D9D9;margin-bottom:1.2rem;-webkit-transition:all .5s cubic-bezier(.77,0,.175,1);-moz-transition:all .5s cubic-bezier(.77,0,.175,1);-o-transition:all .5s cubic-bezier(.77,0,.175,1);-ms-transition:all .5s cubic-bezier(.77,0,.175,1);transition:all .5s cubic-bezier(.77,0,.175,1);animation:slide-up .5s ease;border-radius:6px;overflow:hidden}.basket-item-wrapper{width:100%;align-items:center;padding:0;display:flex;justify-content:space-between}.basket-item-wrapper .basket-item-heading{flex:1;display:flex;gap:16px;align-items:center}.basket-item-specs{display:grid;grid-template-columns:repeat(3,1fr)}.basket-item-specs .spec-title{color:#8d8d8d;font-size:12px;display:block;margin-bottom:5px}.basket-empty{flex-grow:1;display:flex;justify-content:center;align-items:center}.basket-empty-msg{color:#5d5d5d}.basket-header{display:flex;align-items:center;position:sticky;top:-20px;background:#fff;z-index:60}.basket-header-title{flex-grow:1}.basket-item-img-wrapper{width:90px;height:90px;position:relative}.basket-item-img{width:100%;height:100%;object-fit:cover}.basket-item-actions{display:flex;align-items:center;padding:12px}.basket-item-details{flex-grow:1}.basket-item-price{margin-right:2rem}.basket-item-name{margin:0;position:relative}.basket-item-remove{align-self:center;min-width:32px;width:32px;height:32px;background-color:transparent;border:none;outline:none;transition:all .2s ease-in-out;border-radius:6px}.basket-item-remove:hover{background-color:#d9d9d9}.basket-clear{align-self:center;margin:0 1rem}.basket-checkout{background:#fff;position:absolute;bottom:0;right:0;padding:1.6rem;display:flex;align-items:center;justify-content:space-between;width:100%}.basket-checkout:before{content:"";position:absolute;top:0;margin:auto;width:93%;height:.5px;background:#d9d9d9}.basket-checkout-button{font-size:1.4rem;padding:1.6rem 3.2rem;text-transform:uppercase}.basket-total-title{font-size:1.2rem;margin:0}.basket-total-amount{margin:1.2rem 0}.basket-item-control{width:30px;display:flex;flex-direction:column;align-items:center;font-size:1.5rem}.basket-control{width:35px;height:100%;padding:5px;font-weight:700;border-radius:0;border:none;border-right:1px solid #D9D9D9;background-color:transparent;transition:all .3s ease-in-out}.basket-control:hover{border:none;border-right:1px solid #D9D9D9}.basket-control:disabled{background-color:#d9d9d9}.basket-control-count{margin:5px}.button-outline-container{display:flex;flex-grow:1;flex-direction:row;width:20%;padding:8px;border:1px solid;border-color:#d1d1d1;border-radius:8px;align-items:center;justify-content:flex-start;gap:12px;cursor:pointer;transition:all .3s ease-in-out}@media (max-width: 50rem){.button-outline-container{width:100%}}.button-outline-container.yellow{border-color:#e6caa1;background-color:#fcf3dd}.button-outline-container.blue{border-color:#a0c2f2;background-color:#ebf5ff}.button-outline-container.white{border-color:#d1d1d1;background-color:#fff}.button-outline-container.green{border-color:#16a34a;background-color:#bbf7d0}.button-outline-container .bto-c1{display:flex;flex:1;gap:12px}.button-outline-container .bto-c1 .text-c{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:2px 0}.button-outline-container .bto-c1 .text-c .title{font-size:20px;font-weight:600}.button-outline-container .bto-c1 .text-c .sub-title{font-size:16px}.button-outline-container .bto-icon{display:flex;width:50px;height:50px;align-items:center;justify-content:center;border:1px solid;border-radius:4px}.button-outline-container .bto-icon.yellow{border-color:#e6caa1;background-color:#fcf3dd}.button-outline-container .bto-icon.blue{border-color:#a0c2f2;background-color:#ebf5ff}.button-outline-container .bto-icon.white{border-color:#d1d1d1;background-color:#fff}.button-outline-container .bto-icon.green{border-color:#16a34a;background-color:#bbf7d0}.sidebar{width:250px;position:relative;left:0;top:0;padding-top:5px;margin-right:1.2rem}.ms-input-c{display:flex;flex-direction:column;flex-grow:1;gap:4px;overflow:hidden}.ms-input-c .label{padding-left:6px}.ms-input-c .ms-input{display:flex;flex-direction:row;flex-grow:1;align-items:center;border-radius:10px;background:#fff;overflow:hidden}.ms-input-c .ms-input .input{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;-ms-appearance:none!important;-o-appearance:none!important;display:flex;flex:1;border:0px!important;border-radius:0;background:transparent;box-shadow:none;text-indent:1!important}.ms-input-c .ms-input .input::-webkit-input-placeholder{padding:0}.ms-input-c .ms-input .button-search{display:flex;height:100%;padding:0 8px;align-items:center;justify-content:center}.searchbar{width:400px;max-width:90vw;display:flex;position:relative}.search-input{border-radius:6px}.searchbar-input-wrapper{position:relative;width:100%;display:flex;justify-content:center}.searchbar-input{width:100%;max-width:500px;padding-left:8px;justify-self:flex-end;background:#fff!important;color:#334257!important;font-size:1.4rem;border-radius:6px}.searchbar-recent{position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 5px 10px #0000001a;display:none}.searchbar-recent-header{display:flex;justify-content:space-between;align-items:center;padding:0 1.6rem;position:relative}.searchbar-recent-header:after{content:"";position:absolute;bottom:0;left:0;right:0;margin:auto;width:94%;height:1px;background:#d9d9d9}.searchbar-recent-clear:hover{cursor:pointer}.searchbar-recent-wrapper{display:flex;justify-content:space-between;align-items:center;padding:0 1.6rem;padding-right:0}.searchbar-recent-wrapper:hover{background:#d9d9d9;cursor:pointer}.searchbar-recent-keyword{flex-grow:1;padding:1.2rem 0}.searchbar-recent-button{font-weight:700;padding:1.2rem}.searchbar-icon{position:absolute;right:1.6rem;top:0;bottom:0;margin:auto;color:#7a7a7a;font-size:1.6rem}.badge{position:relative}.badge-count{width:20px;height:20px;border-radius:50%;background:#d63031;position:absolute;top:-12px;right:-15px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:11px;font-weight:700}.badge-status{font-weight:300;padding:6px;border-radius:5px;font-size:12px;border:1px solid #d9d9d9;display:flex;text-align:center;gap:.25rem;height:100%}.badge-status i{width:8px;height:8px;border-radius:50%}.badge-count-wrapper{min-width:160px;height:128px;display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:10px;overflow-x:auto}.badge-count-wrapper .badge-count-label{font-size:12px;font-weight:300}.badge-count-wrapper .badge-count-data{font-size:45px;font-weight:700}.footer{position:relative;padding:0 5.6rem;margin-top:4.8rem;background:#f0f0f0;display:flex;align-items:center;justify-content:space-between;color:#334257}@media (max-width: 30rem){.footer{padding:0;padding-top:2.5rem;flex-direction:column;text-align:center}}.footer a{color:#334257}.footer-logo{width:15rem;height:6rem;object-fit:contain}.footer-col-1{flex-basis:40%;display:flex;gap:10px;flex-direction:column}@media (max-width: 30rem){.footer-col-1{flex-basis:none;order:1;text-align:center}}.footer-col-2{padding:3rem 0;text-align:center;flex-basis:20%}@media (max-width: 30rem){.footer-col-2{flex-basis:none;order:3;padding-bottom:0;margin-bottom:0}}.footer-col-3{flex-basis:40%;text-align:right}@media (max-width: 30rem){.footer-col-3{flex-basis:none;order:2;text-align:center}}@media (max-width: 30rem){.footer-col-1,.footer-col-2,.footer-col-3{width:100%;margin:1.2rem 0}}.filters{display:flex;flex-wrap:wrap;position:relative;z-index:40}.filters-field{width:100%;margin-bottom:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid #D9D9D9}.filters-field:nth-child(1),.filters-field:nth-child(2){flex-basis:50%}@media (max-width: 30rem){.filters-field{flex-basis:100%!important}}.filters-brand{width:100%}.filters-action{display:flex;width:100%}.filters-button{flex-grow:1}.filters-toggle{position:relative}.filters-toggle-sub{width:400px;height:360px;background:#fff;position:relative;padding:1.6rem}@media (max-width: 30rem){.filters-toggle-sub{width:100%}}.is-open-filters .filters-toggle-sub{display:block}.filters-toggle-caret{transform:rotate(-90deg)}.filters-wrapper{display:flex;align-items:center}.price-range{width:100%;position:relative}.price-range-control{position:relative;width:100%;height:30px;display:flex;margin-bottom:3rem}.price-range-slider{position:absolute;left:0;bottom:0;z-index:1}.price-range-slider:nth-child(1):hover{background:red}.price-range-input{width:50%;border:none!important;font-size:4rem!important;padding:0!important;flex-grow:1;text-align:center}.price-input-error{color:red!important;background:#ff00001a}.price-range-scale{display:flex;padding:1.6rem 0}.price-range-price{font-size:12px;font-weight:700}.price-range-price:nth-child(1){flex-grow:1}.modal-loading{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:70}.modal-loading span{background:#39a2db;opacity:.6;position:absolute;height:100vh;width:100vw;filter:brightness(.2)}.modal-loading img{-webkit-user-select:none;user-select:none;animation:rotate-center 1s ease-in-out infinite}.ReactModal__Overlay{z-index:80}.ReactModal__Body--open{overflow:hidden}.ReactModal__Content--before-close{transform:translate(-50%,-50%) scale(0)!important}.modal-close-button{position:absolute;top:1rem;right:1rem;font-size:2rem;padding:0;border:none;background:none}.modal-close-button i{color:#4a4a4a}.modal-close-button:hover i{color:#303030}@media (max-width: 30rem){.ReactModal__Content{width:90%}}.modal-submit-order{position:absolute;bottom:0;left:0;top:0;right:0;width:100svw;height:100svh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#00b894;z-index:60;color:#fff;font-weight:600;font-size:2rem;opacity:1;transition:opacity .3s ease-in-out}.modal-submit-order.hidden{opacity:0;z-index:-60}.modal-submit-order div{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.modal-submit-order .iconWrapper{position:relative;display:flex;align-items:center;justify-content:center}.modal-submit-order svg{font-size:6rem}.modal-submit-order .rotate-steps{animation:spin-pix 1.5s infinite ease-in-out}.box-progress-wrapper{display:flex;flex-direction:column}.box-progress-wrapper .box-progress{margin:0;color:#fff9;font-size:3.5em}@media (max-width: 50rem){.box-progress-wrapper .box-progress{font-size:1.6em}}.box-progress-wrapper .box-progress .foreground{position:absolute;overflow:hidden;white-space:nowrap;color:#fff;animation:loadingText 15s linear}.box-progress-wrapper>span{font-size:4rem;color:#fff}@media (max-width: 50rem){.box-progress-wrapper>span{font-size:2rem}}@keyframes loadingText{0%{max-width:0}}@keyframes spin-pix{0%,10%{transform:rotate(0)}90%,to{transform:rotate(360deg)}}@keyframes move{0%,10%{transform:translate(0)}40%,60%{transform:translate(110vw);opacity:0}90%,to{transform:translate(-110vw)}}.modal-header{font-size:20px;font-weight:600;display:flex;justify-content:space-between;height:56px}.modal-body{color:#0a0a0a;font-weight:400}.modal-footer{display:flex;justify-content:flex-end;height:64px;padding:1rem;gap:8px;align-items:flex-end}.modal-footer button{width:94px;height:32px}.modal-action-button{line-height:.8;display:inline-flex;gap:8px;justify-content:center;align-items:center;padding:12px 16px;border-radius:8px;cursor:pointer;border:1px solid #d9d9d9;transition:all .2s ease-in-out;background-color:#f9f9f9;font-weight:500;background-color:#39a2db;color:#fff;border:none}.modal-action-button:hover{background-color:#2388be}.modal-action-button--cancel{background-color:#fff;color:#334257;border:1px solid #D9D9D9}.modal-action-button--remove{background-color:#d63031!important}.modal-action-button--remove:hover{background-color:#b02324!important}.auth{box-shadow:0 0 4px #00000014;border-radius:20px;display:flex;justify-content:center;padding:1.6rem 3.2rem 3.2rem;background-color:#fff;min-height:402px;width:100%}@media (max-width: 50rem){.auth{flex-direction:column}}@media (max-width: 30rem){.auth{padding:1.6rem}}.auth-content{height:auto;margin:auto;width:80%;max-width:120rem}@media (max-width: 30rem){.auth-content{width:100%}}.auth-content .loader{background:#f9f9f9}.auth-header{width:100%}@media (max-width: 50rem){.auth-header{display:flex;flex-direction:column}.auth-header>img{margin:auto}.auth-header>h2{text-align:center}}.auth-main{width:100%}.auth-main .auth-wrapper{height:100%}.auth-main .auth-wrapper>form{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;gap:10px}@media (max-width: 50rem){.auth-main,.auth-main .input-form{text-align:center}}@media (max-width: 50rem){.auth-field{text-align:start}}.auth-provider{width:100%;display:flex;justify-content:center;align-items:start;flex-direction:column}@media (max-width: 50rem){.auth-provider{width:100%}}.auth-provider>button{margin-bottom:1.2rem;width:250px}@media (max-width: 50rem){.auth-provider>button{width:100%}}.auth-provider-button{width:100%;font-size:1.4rem}.auth-provider-button *{font-size:1.4rem}.auth-provider-button svg{position:absolute;top:0;bottom:0;left:1.6rem;margin:auto}@media (max-width: 50rem){.auth-button{width:100%}}.provider-facebook{background:#0078ff;color:#fff;border:1px solid #0078ff}.provider-facebook:hover{background:#006ce6;border:1px solid #0078ff}.provider-github{background:#24292e;color:#fff;border:1px solid #24292e}.provider-github:hover{background:#2f363c;border:1px solid #24292e}.provider-google{background:#fff;color:#3a3a3a;border:1px solid #39A2DB}.provider-google:hover{background:#d9d9d9;border:1px solid #D9D9D9}.provider-google span{flex-basis:80%;color:#334257}.auth-divider{display:flex;justify-content:center;align-items:center;position:relative;margin:0 4.8rem}.auth-divider h6{background:#f9f9f9;padding:1.2rem;z-index:1}@media (max-width: 30rem){.auth-divider h6{margin:1rem 0}}.auth-divider:before,.auth-divider:after{content:"";position:absolute;height:30%;width:1px;background:#d9d9d9}@media (max-width: 50rem){.auth-divider:before,.auth-divider:after{width:50%;height:1px}}.auth-divider:before{top:25%}@media (max-width: 30rem){.auth-divider:before{top:50%;left:0}}.auth-divider:after{bottom:25%}@media (max-width: 50rem){.auth-divider:after{right:0;bottom:50%}}.auth-action{display:flex;justify-content:flex-end;align-items:center;gap:10px}@media (max-width: 50rem){.auth-action{flex-direction:column}.auth-action a{margin-top:1.6rem;margin-bottom:0;text-align:center;order:2}.auth-action button[type=button]{order:1}}.auth-action-signup{justify-content:flex-end}.auth-message{width:100%;display:flex;align-items:center;justify-content:center;padding:1.2rem;margin:auto}.auth-info{margin-right:3.2rem}.forgot_password{width:50%;margin:auto}@media (max-width: 30rem){.forgot_password{width:100%;padding:1.2rem}}.auth-success{width:100%;display:flex;justify-content:center;align-items:center}.banner{width:100%;height:40rem;margin-top:2rem;background:#f3f3f3;display:flex;border-radius:6px;overflow:hidden}@media (max-width: 30rem){.banner{height:auto;flex-direction:column}}.banner-desc{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:5rem;flex-basis:50%}@media (max-width: 30rem){.banner-desc{padding:5rem 0}}.banner-desc h1{font-size:4.8rem;margin-bottom:1rem;width:80%}@media (max-width: 30rem){.banner-desc h1{width:100%}}.banner-img{position:relative;width:100%;height:100%;flex-basis:50%;overflow:hidden}.banner-img img{width:100%;height:100%;object-fit:cover;transform:translate(5rem)}.toast{position:fixed;top:100px;right:3.2rem;background:#fff;color:#334257;animation:slideInToast 3s ease;padding:1.2rem 1.6rem;border:1px solid #39A2DB;border-radius:10px;box-shadow:0 0 4px #00000014;z-index:100}@media (max-width: 30rem){.toast{width:80%;right:0;left:0;margin:auto;display:flex;justify-content:center}}.toast-error,.toast-info{border:1px solid #FFEAA7;padding:1.6rem;background:#ffeaa7}.toast-success,.auth-success{color:#fff;border:1px solid #00B894;padding:1.6rem;background:#00b894}.toast-success .toast-msg,.auth-success .toast-msg{color:#fff}@keyframes slideInToast{0%{opacity:0;transform:translateY(-120%)}20%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-120%)}}.home{width:90vw}.home .display{margin-top:0}.home-featured{margin:10rem 5rem 5rem}.featured{width:100%}.carousel:hover .prevSlide,.carousel:hover .nextSlide{display:block}.swiper-button-next{border-start-start-radius:30px;border-end-start-radius:30px}.swiper-button-prev{border-start-end-radius:30px;border-end-end-radius:30px}.swiper-button-next,.swiper-button-prev{--swiper-navigation-sides-offset: 0px;display:none;position:absolute;top:40%;min-width:50px;min-height:50px;transform:translateY(-50%);background-color:#ffffffb3;box-shadow:0 1px 2px #0000001f;-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.12);border:none;padding:18px 15px;color:#000!important;fill:#000!important;stroke:#000!important;cursor:pointer;z-index:20!important;color:#334257}@media (max-width: 30rem){.swiper-button-next,.swiper-button-prev{display:none}}.swiper-button-next:after,.swiper-button-prev:after{font-size:15px!important}.sliderOverlay{text-align:center;position:absolute;width:100%;bottom:0}@media (max-width: 50rem){.sliderOverlay{bottom:0}}.product-container{display:flex;align-items:center;z-index:10;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}@media (max-width: 30rem){.product-container{overflow:scroll}}.product-list{display:flex;transition:transform .5s ease-out;-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto}.product-list::-webkit-scrollbar{display:none}.product-item{flex:0 0 auto;margin:10px;width:171px;background-color:#fff;border-radius:6px;box-shadow:0 1px 2px #0000001f;padding:14px 20px;text-align:center;opacity:1;transition:opacity .5s ease-in-out;gap:8px;display:flex;flex-direction:column}.product-button{color:#334257;background:#4189e626;border-radius:4px;display:flex;justify-content:center;margin:0;max-height:24px;border:none;cursor:pointer;padding:5px 42px;align-items:center;text-align:center;font-size:12px}.product-subtitle{color:#000000e6;font-size:12px;font-weight:300;height:60px;line-height:18px;padding:12px 0;text-align:center}.product-button-slider{border:none;box-shadow:0 1px 2px #0000001f;-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.12);background-color:#fff!important;height:40px;width:40px;border-radius:50%;padding:12px;color:#39a2db}@media (max-width: 30rem){.product-button-slider{display:none}}.carousel{position:relative;width:100vw;overflow:hidden;top:100px;height:min(max(40.1069518717vw,450px),750px);display:flex;margin-bottom:100px}@media (max-width: 30rem){.carousel{margin-bottom:100px;height:607px}}.product-img{position:relative;height:26.7379679144vw;width:100vw;object-fit:fill}@media (max-width: 30rem){.product-img{width:100vw;height:auto;aspect-ratio:1/1}}.product-img-container:after{content:" ";--banner-height: calc(100vw / 374 * 100);background:linear-gradient(180deg,transparent,#ebebeb);top:50%;height:30%;left:0;position:absolute;width:100%;z-index:3}.circular-progress-light,.circular-progress-dark{width:15px;height:15px;margin-left:1.2rem;margin-right:1.2rem;border-radius:50%;border-top:2px solid #fff;border-left:2px solid #fff;animation:spin 2s linear infinite}.circular-progress-dark{border-top:2px solid #000;border-left:2px solid #000}.progress-loading{width:100%;height:inherit;display:flex;justify-content:center;align-items:center;flex-direction:column}.loading-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background:#00000080}.preloader{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;background:#f9f9f9;animation:fadeIn .5s ease}.preloader img{width:200px;height:120px;object-fit:contain}.loader{width:100%;height:inherit;background:#f2f2f2;position:relative;padding:1.6rem;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:fadeIn .3s ease}.loader.white{background:#fff}@media (max-width: 30rem){.loader{min-height:80vh}}.logo-symbol{width:70px;height:70px;animation:rotate 1s ease infinite}.logo-symbol .fill-white{fill:#fff}@keyframes rotate{90%{transform:rotate(360deg)}to{transform:rotate(360deg)}}.pill{background:#d9d9d9;padding:.8rem 1.6rem;border-radius:1.6rem;display:inline-block;margin:10px 5px;position:relative;text-align:center}.pill:hover{background:#39a2db}.pill-title{margin:0}.pill-content{max-width:25rem;text-overflow:ellipsis;overflow:hidden}.pill-remove{position:absolute;right:1.2rem;top:0;bottom:0;margin:auto;display:flex;align-items:center;justify-content:center}.pill-remove:hover{cursor:pointer}.pill-wrapper{text-align:center}@media (max-width: 30rem){.pill-wrapper{display:inline-block}}.tooltip{position:relative;display:inline-block;border-bottom:1px dotted #222;margin-left:22px}.tooltip .tooltiptext{width:100px;background-color:#222;color:#fff;opacity:.8;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:150%;left:50%;margin-left:-60px}.tooltip .tooltiptext:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#222 transparent transparent transparent}#tooltip{display:inline-block;position:relative}#tooltip #tooltiptext{background-color:#39a2db;border-radius:8px;color:#fff;box-shadow:0 0 4px #00000014;left:50%;margin-left:-60px;padding:6px 12px;opacity:0;position:absolute;text-align:center;top:calc(100% + 16px);visibility:hidden;transition:.2s;width:120px;z-index:99}#tooltip:hover #tooltiptext:after{border-width:6px;border-style:solid;border-color:transparent transparent #39A2DB transparent;bottom:100%;content:"";margin-left:-6px;left:50%;opacity:1;position:absolute;transition:.2s;visibility:visible}#tooltip:hover #tooltiptext{opacity:1;transition:.2s;visibility:visible}.color-chooser{width:100%;display:flex}.color-item{width:30px;height:30px;border-radius:50%;margin:0 10px;position:relative;z-index:1;transition:transform .2s ease;flex-shrink:0;border:2px solid #f1f1f1}.color-item:hover{cursor:pointer}.color-item-selected,.color-item-deletable{border:2px solid #f1f1f1;transform:scale(1.2)}.color-item-selected:after,.color-item-deletable:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:auto;color:#fff}.color-item-deletable:after{content:"✖";display:none}.color-item-deletable:hover:after{display:block}.shippingModal{display:flex;flex-direction:column;align-items:end;gap:16px}.shippingModal-heading{display:flex;justify-content:space-between;align-items:center;width:100%}.shippingModal-heading .calculate-info{text-align:end;font-size:12px;width:100%;font-weight:400}.shippingModal-quantity__wrapper{display:flex;flex-direction:column;align-self:self-start;gap:4px;width:100%;max-width:200px}.shippingModal-quantity__wrapper :first-child{font-weight:300;font-size:14px}.shippingModal-quantity{display:flex;align-items:center;justify-content:space-between;overflow:hidden;border-radius:5px;width:100%;border:1px solid #D9D9D9}.shippingModal-quantity button{padding-left:12px;padding-right:12px;cursor:pointer;height:45px;background-color:#fff;transition:all .3s ease-in-out;border:none;outline:none;box-shadow:none;font-weight:300}.shippingModal-quantity button:disabled{background-color:#d9d9d9;cursor:not-allowed}.shippingModal-quantity button:hover{background-color:#d9d9d9}.shippingModal-quantity input,.shippingModal-quantity .react-tel-input input[type=tel],.react-tel-input .shippingModal-quantity input[type=tel],.shippingModal-quantity textarea,.shippingModal-quantity .react-tel-input textarea[type=tel],.react-tel-input .shippingModal-quantity textarea[type=tel]{box-shadow:none;border:none!important;outline:none!important;padding:10.5px;height:auto;text-align:center;width:fit-content;font-weight:600;font-size:16px;width:100%}.shippingModal-quantity input:focus,.shippingModal-quantity textarea:focus{outline:none!important;border:none!important}.card{border:1px solid #D9D9D9;border-radius:10px;background-color:#fff;box-shadow:0 0 4px #00000014;padding:24px}.address-field-wrapper{display:flex;flex-direction:column;width:100%;gap:8px}.address-wrapper{display:flex;height:100px;align-items:center;gap:10px}.address-content{display:flex;flex-direction:column;justify-content:start;flex:1;gap:5px}.address-content p{line-height:1.6rem;font-size:1.4rem;margin:0}.address-button-area{justify-self:end;align-self:flex-start}.address-button-area button{border:none;background-color:transparent;cursor:pointer;font-weight:700;font-size:small}.m-sales-c{display:flex;flex:1;flex-direction:column;padding:24px}.m-sales-c h1,.m-sales-c h2,.m-sales-c h3{margin:.67em 0;font-weight:700}.m-sales-c h1{font-size:2em}.m-sales-c h3{font-size:1.17em}.m-sales-c .tag-c{display:flex;flex-wrap:wrap;padding:8px 0;gap:8px}.m-sales-c .tag-c .tag{display:flex;flex-direction:row;flex-wrap:wrap;padding:4px 6px;border:1px solid;justify-content:space-between;align-items:center;gap:4px;border-radius:8px;overflow:hidden;cursor:pointer}.m-sales-c .tag-c .tag .tag-bubble{height:8px;width:8px;border-radius:50%}.m-sales-c .tag-c .tag .name{font-size:14px}.m-sales-c2{display:flex;flex-direction:column;padding:24px}.activeStep{color:#334257;background-color:#39a2db}.passed{color:#00b894;background-color:#39a2db}.inactive{color:#3a3a3a;background-color:#b6b6b6}.circle{border-radius:50%;width:32px;height:32px;padding:8px;display:flex;justify-content:center;align-items:center}.dashboard__wrapper{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:100vw;background-color:#f6f6f6}@media (max-width: 30rem){.dashboard__wrapper{padding-top:0;gap:0}}.dashboard__wrapper .navigation-menu{align-self:flex-end;z-index:50}@media (max-width: 30rem){.dashboard__wrapper .navigation-menu{display:hidden}}.dashboard-button-primary{background:#39a2db;border-radius:8px;padding:8px 32px;font-size:12pt;font-weight:400;opacity:1;width:fit-content;transition:all .2s}.dashboard-button-primary:hover{scale:1.04;opacity:.8}.dashboard-button-primary:active{scale:.96}.dashboard__heading{display:flex;flex-direction:column;width:100%;max-width:1200px;gap:8px}.dashboard__heading .dashboard__title{font-weight:600;margin-top:0;font-size:32px}.dashboard__heading .dashboard__subtitle{font-weight:600;font-size:28px;display:flex;align-items:center;justify-content:space-between}.dashboard__heading .dashboard__subtitle .links{display:flex;gap:4px;align-items:end}.dashboard__heading .dashboard__subtitle .links span{color:inherit}.dashboard__heading .dashboard__subtitle .links .sub-text{font-size:2rem}@media (max-width: 30rem){.dashboard__heading .dashboard__subtitle .links img{display:none}.dashboard__heading .dashboard__subtitle .links span{font-size:16px}.dashboard__heading .dashboard__subtitle .links .sub-text{font-size:12px}}.dashboard__heading .dashboard__subtitle a{transition:all .1s ease-in-out}.dashboard__heading .dashboard__subtitle a:hover{filter:brightness(90%)}.dashboard__heading .dashboard__actions{display:flex;gap:8px}@media (max-width: 30rem){.dashboard__heading .dashboard__actions{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}}.dashboard__heading .dashboard__actions .action{background:#fff;display:flex;align-items:center;gap:8px;padding:8px;border:1px solid #D9D9D9;border-radius:5px;color:#000;transition:all .3s ease-in-out;cursor:pointer}.dashboard__heading .dashboard__actions .action:hover{border-color:#39a2db}.dashboard__heading .dashboard__actions .action.clickable{color:#39a2db}.dashboard__heading .dashboard__actions .action.active{color:#39a2db;border-color:#39a2db}.dashboard-filter-item{display:flex;gap:8px;align-items:center;border:1px solid #D9D9D9;border-radius:6px;padding:12px;transition:all .3s ease-in-out;cursor:pointer;box-shadow:0 0 #2282ff94}.dashboard-filter-item.active{color:#39a2db}.dashboard-filter-item:hover{border-color:transparent;box-shadow:0 0 0 2px #2282ff94}.dashboard__content{display:flex;flex-direction:column;gap:24px;width:100%;max-width:90vw}@media (max-width: 50rem){.dashboard__content{padding-bottom:10vh}}.dashboard__row{height:100%;display:flex;gap:24px;width:100%}@media (max-width: 50rem){.dashboard__row.mobile-break{flex-direction:column}}.dashboard__card_content{width:100%;height:600px}.dashboard-card-content{flex:1;display:flex;flex-direction:column;padding:8px 16px}.dashboard-card-fill-height{flex:1;height:100%}.dashboard-card-fill-height span:first-child{font-size:32pt}.dashboard-card-fill-height span:last-child{font-size:48pt;font-weight:700}.dashboard__card{width:100%;background:#fff;border-radius:10px;box-shadow:#0000001a 0 4px 12px;display:flex;flex-direction:column;gap:24px;border:2px solid #e2e2e2;transition:all .3s ease-in-out;padding-bottom:16px}.dashboard__card .dashboard__card-title{padding:16px 16px 0;font-size:20px;font-weight:600;display:flex;flex-direction:column;gap:12px}.dashboard__card .dashboard__row{display:flex;justify-content:space-between}.dashboard__card:hover{border:2px solid #39A2DB}.dashboard__map{align-items:center;gap:30px;justify-content:center;height:100%;display:flex;gap:24px;width:100%}.general{justify-content:space-evenly;padding-bottom:16px}.general__item{display:flex;flex-direction:column;font-weight:400;align-items:center}.general__item-inner{align-items:center;display:flex;justify-content:center;gap:8px;width:100%}.general__item-inner .icon{color:#00b894}.general__item-inner .number{font-size:20pt;width:20}.general__item .text{font-weight:300}.best-sellers{display:flex;gap:12px;flex-direction:column;overflow-y:auto;padding:0 16px}.best-sellers>.dashboard__row{padding:16px;border-bottom:1px solid #D9D9D9}.best-sellers>.dashboard__row>.dashboard-best-sellers__content{display:flex;align-items:center;gap:4px}.best-sellers>.dashboard__row:last-child{border-bottom:none}.grid{align-items:center;position:relative}.grid-col{position:relative}.admin-section{width:100%;display:flex;align-items:center;padding:0 3.2rem;border-bottom:1px solid #D9D9D9;background:#fff;position:sticky;top:0;left:0;z-index:2}.product-admin-header{display:flex;align-items:center;padding:0 3.2rem;border-bottom:1px solid #D9D9D9;background:#fff;position:sticky;top:0;left:0;z-index:2}.product-admin-header-title{flex-grow:1}.product-admin-filter{position:relative;z-index:40;margin-right:1.2rem}.product-admin-items{max-width:1920px;display:flex;flex-direction:column;gap:.5rem;width:90%;padding-bottom:6rem}@media (max-width: 50rem){.product-admin-items{overflow-y:auto}}.product-wrapper+.product-wrapper{width:100%}.product-wrapper+.product-wrapper{margin-top:16px}.product-admin-filter-wrapper{width:250px;padding:1.6rem;position:absolute;top:0;right:100%;background:#fff;box-shadow:0 5px 15px #0000001a;display:none}.product-admin-filter:hover>.product-admin-filter-wrapper{display:block}.product-form-container,.config-form-container{width:90%;max-width:1920px}.admin__wrapper{display:flex;flex-direction:column;gap:10px}.admin-heading__wrapper{display:flex;justify-content:space-between;align-items:center}@media (max-width: 30rem){.admin-heading__wrapper{flex-direction:column;align-items:start;justify-content:flex-start;gap:16px}}.admin-heading__title{font-size:32px;font-weight:700;display:flex;flex-direction:column;gap:4px}@media (max-width: 30rem){.admin-heading__title{font-size:30px}}.admin-heading__badges{display:flex;align-items:center;gap:8px}.admin-heading__actions{display:flex;gap:8px;align-items:center}@media (max-width: 30rem){.admin-heading__actions{align-self:center}}.admin-heading__actions>div{width:160px;line-height:.8;display:inline-flex;gap:8px;justify-content:center;align-items:center;padding:12px 16px;border-radius:8px;cursor:pointer;border:1px solid #d9d9d9;transition:all .2s ease-in-out;background-color:#f9f9f9;font-weight:500}.admin-heading__actions>div:hover{background-color:#d9d9d9}.admin-heading__actions .primary{background-color:#39a2db;color:#fff;border:none}.admin-heading__actions .primary:hover{background-color:#2388be}.modal-order-button{width:180px;line-height:.8;display:inline-flex;gap:8px;justify-content:center;align-items:center;padding:12px 16px;border-radius:8px;cursor:pointer;border:1px solid #d9d9d9;transition:all .2s ease-in-out;background-color:#f9f9f9;font-weight:500;background-color:#39a2db;color:#fff;border:none}.modal-order-button:hover{background-color:#2388be}.modal-order-button.secondary{background-color:#334257}.modal-order-button.secondary:hover{background-color:#202a37}.admin-heading__actions-cta{width:160px;line-height:.8;display:inline-flex;gap:8px;justify-content:center;align-items:center;padding:12px 16px;border-radius:8px;cursor:pointer;border:1px solid #d9d9d9;transition:all .2s ease-in-out;background-color:#f9f9f9;font-weight:500;font-size:16px}.admin-heading__actions-cta:hover{background-color:#d9d9d9}.TEST * input,.TEST .react-tel-input input[type=tel],.TEST * textarea,.TEST .react-tel-input textarea[type=tel]{box-shadow:none!important;border:none!important}.TEST * input:focus,.TEST * textarea:focus{box-shadow:none!important;border:none!important}.order-search__wrapper{display:grid;grid-column-gap:8px;grid-template-columns:1fr 100px;padding:24px 0}.order-search__wrapper .order-search__filters{display:inline-flex;gap:8px;justify-content:center;align-items:center;padding:8px 16px;border-radius:8px;cursor:pointer;border:1px solid #d9d9d9;transition:all .2s ease-in-out;background-color:#f9f9f9;font-weight:500}.order-search__wrapper .order-search__filters:hover{background-color:#d9d9d9}.order-search__input{all:unset;cursor:text;display:inline-flex;align-items:center;gap:6px;border-radius:10px;padding:8px 16px;font-size:14px;border:1px solid #d9d9d9}.order-search__input:hover{cursor:text!important;background-color:inherit!important}.order-search__input input,.order-search__input .react-tel-input input[type=tel],.react-tel-input .order-search__input input[type=tel],.order-search__input textarea,.order-search__input .react-tel-input textarea[type=tel],.react-tel-input .order-search__input textarea[type=tel]{all:unset;border:none!important;width:100%}.order-search__input span{font-weight:300}.admin-count{font-weight:400;padding-bottom:8px;display:inline-flex;align-items:center;gap:4px;font-size:14px}.admin-count span{font-size:14px}.admin-order-heading-wrapper,.admin-product-heading-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;gap:8px}@media (max-width: 50rem){.admin-order-heading-wrapper,.admin-product-heading-wrapper{flex-direction:column}}.admin-order-heading-wrapper .c-bto,.admin-product-heading-wrapper .c-bto{width:100%;display:flex;justify-content:space-between;flex-direction:column;gap:18px}.admin-order-heading-wrapper .c1-bto,.admin-product-heading-wrapper .c1-bto{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}@media (max-width: 50rem){.admin-order-heading-wrapper .c1-bto,.admin-product-heading-wrapper .c1-bto{flex-direction:column}}.admin-order-heading-wrapper .c2-bto,.admin-product-heading-wrapper .c2-bto{display:flex;flex:1;max-width:33%}@media (max-width: 900px){.admin-order-heading-wrapper .c2-bto,.admin-product-heading-wrapper .c2-bto{max-width:50%}}@media (max-width: 650px){.admin-order-heading-wrapper .c2-bto,.admin-product-heading-wrapper .c2-bto{max-width:100%}}.admin-count-badges-wrapper{display:flex;gap:8px;align-items:center;max-width:100vw}@media (max-width: 50rem){.admin-count-badges-wrapper{overflow-x:auto}}.admin-order-filter{display:flex;gap:8px;align-items:center;max-width:100vw;overflow-x:auto;border:1px solid #d9d9d9;color:#d9d9d9;transition:all .3s ease-in-out;padding:8px;border-radius:8px;cursor:pointer}.admin-order-filter:hover,.admin-order-filter.active{border:1px solid #39A2DB;color:#39a2db}.admin-order-filter-divider{width:2px;height:100%;min-height:36px;border-radius:9999px;background-color:#d9d9d9}.admin-table__wrapper{display:flex;flex-direction:column;border-radius:8px;padding:2px;background-color:#fff;box-shadow:0 0 2px #888}.admin-table__wrapper button{background:none;border:none;cursor:pointer;outline:none}.admin-table__wrapper .admin-table__header:nth-of-type(2n),.admin-table__wrapper .admin-client__row:nth-of-type(2n),.admin-table__wrapper .product-list-row:nth-of-type(2n),.admin-table__wrapper .admin-table__order-row:nth-of-type(2n),.admin-table__wrapper .admin-table__order-header:nth-of-type(2n){background:#fff}.admin-table__wrapper .admin-table__header:nth-of-type(odd),.admin-table__wrapper .admin-client__row:nth-of-type(odd),.admin-table__wrapper .product-list-row:nth-of-type(odd),.admin-table__wrapper .admin-table__order-row:nth-of-type(odd),.admin-table__wrapper .admin-table__order-header:nth-of-type(odd){background:#f6f6f6}.admin-table__header,.admin-client__row,.product-list-row,.admin-table__order-row,.admin-table__order-header{border-bottom:1px solid #f6f6f6;display:flex;flex-wrap:nowrap;position:relative;padding:8px;border-radius:8px 8px 0 0;transition:padding .15s ease;align-items:center;font-weight:400}.admin-table__header .center,.admin-client__row .center,.product-list-row .center,.admin-table__order-row .center,.admin-table__order-header .center{display:flex;justify-content:center;width:100%}.admin-table__link{padding:0;overflow:hidden;text-overflow:ellipsis;cursor:pointer;white-space:nowrap;width:215px;text-wrap:nowrap;background:none;outline:none;box-shadow:none;border:none;color:#39a2db;text-decoration:none;text-align:left;transition:.1s all ease-in-out}.admin-table__link:hover{color:#2388be}.admin-table__link.visited:visited{color:#1b6993}.admin-table__cta{width:auto;height:34px;display:flex;justify-content:center;align-items:center;aspect-ratio:1/1;cursor:pointer;background-color:#d9d9d9;border:1px solid #bbbbbb;text-decoration:none;border-radius:9999px;transition:.1s all ease-in-out}.admin-table__cta:hover{background-color:#bbb}.admin-badge__wrapper{line-height:1;font-weight:400;display:flex;align-items:center;gap:8px;height:20px;border-radius:8px;padding:16px 8px}.admin-badge__text{line-height:16px;font-size:14px;font-weight:400;text-overflow:ellipsis;width:100%;position:relative}@media (max-width: 30rem){.admin-badge__text{font-size:12px}}.order-actions-modal__wrapper{display:flex;flex-direction:column;border-radius:10px;overflow:hidden;position:absolute;max-width:280px;min-width:280px;width:280px;top:100%;z-index:55;left:initial;right:0;height:fit-content;box-shadow:0 0 4px #0004;border:1px solid #d9d9d9;background-color:#fff}.order-actions-modal__item{width:100%;opacity:.8;padding:16px;cursor:pointer;display:flex;gap:8px;align-items:center;font-weight:400;background-color:#fff;transition:all .3s ease-in-out;color:#334257}.order-actions-modal__item:hover{background-color:#d9d9d9;opacity:100}.order-notify-modal__wrapper,.order-cancel-modal__wrapper{display:flex;position:fixed;z-index:60;top:0;right:0;bottom:0;left:0;justify-content:center;align-items:center}.order-notify-modal__backdrop{position:absolute;z-index:60;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:.3}.order-notify-modal__content,.order-cancel-modal__content{border-radius:10px;max-width:485px;width:485px;z-index:60;display:flex;flex-direction:column;border:1px solid #d9d9d9;background-color:#fff}.order-notify-modal__heading{padding:16px;display:flex;justify-content:space-between;width:100%;font-weight:700;font-size:20px}.admin-order-selected__wrapper{display:flex;flex-direction:column;gap:32px}.order-selected-content__wrapper{display:flex;gap:24px;width:100%;flex:1}@media (max-width: 50rem){.order-selected-content__wrapper{flex-direction:column}}.order-selected-content__wrapper .order-selected-content__segment{display:flex;flex-direction:column;gap:24px;width:66%}@media (max-width: 50rem){.order-selected-content__wrapper .order-selected-content__segment{width:100%}}.order-selected-content__wrapper .order-selected-content__segment+.order-selected-content__segment{width:33%}@media (max-width: 50rem){.order-selected-content__wrapper .order-selected-content__segment+.order-selected-content__segment{width:100%}}.order-selected-content__heading{display:flex;justify-content:space-between;font-weight:600;font-size:28px}.order-selected-content__heading .order-selected-content__heading-info{font-weight:400;font-size:12px;display:inline-flex;align-items:center;gap:4px}.order-selected-content__card{background:#fff;padding:16px;border-radius:10px;box-shadow:#0000001a 0 4px 12px;display:flex;flex-direction:column;gap:24px}.order-selected-content__card .order-selected-content__card-title{font-size:20px;font-weight:600}.order-selected-content__row{display:flex;justify-content:space-between}.order-selected-content-image-wrapper{position:relative;border-radius:5px;max-height:200px;background:#0003;border:1px solid #d9d9d9;box-shadow:0 0 4px #00000024}.order-selected-content-image-wrapper img{width:100%;height:100%;object-fit:contain;border-radius:5px}.order-selected-content-image-wrapper .order-selected-content-image-wrapper__icon{cursor:pointer;padding:16px;position:absolute;top:16px;right:16px;color:#fff;font-size:24px;aspect-ratio:1/1;background-color:#0003;border-radius:999px}.order-selected-content__product{display:flex;gap:8px;align-items:center;flex:1}.order-selected-content__product img{width:72px;height:72px;object-fit:contain}.order-selected-content__product div{display:flex;flex-direction:column;gap:8px}.order-selected-content__product-currency{font-size:14px;font-weight:400;display:flex;gap:4px;align-items:center}.order-card__wrapper{color:#334257;display:flex;flex-direction:column;gap:16px;border:1px solid #d9d9d9;box-shadow:0 0 4px #00000014;background-color:#fff;border-radius:10px;padding:16px}.order-card__content{display:flex;gap:16px;justify-content:space-between;align-items:center}.order-card__content-heading{display:flex;gap:16px;align-items:center;border-right:1px solid #d9d9d9;padding-right:16px;min-width:340px}@media (max-width: 30rem){.order-card__content-heading{min-width:none;flex-direction:column}}.order-card__content-heading-content{display:flex;flex-direction:column;gap:8px}.order-card__content-heading-name{font-weight:600;font-size:24px}@media (max-width: 30rem){.order-card__content-heading-name{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-wrap:nowrap;max-width:30vw}}.order-card__content-heading-body{display:flex;gap:8px;font-size:16px}@media (max-width: 30rem){.order-card__content-heading-body{font-size:12px}}.order-selected-payment-content{display:flex;flex-direction:column;gap:8px}.order-selected-payment-content-id{font-size:18px;font-weight:700;cursor:default}.order-selected-payment-content-id:hover .order-selected-payment-content-tooltip{opacity:1}.order-selected-payment-content-tooltip{font-size:12px;font-weight:400;background-color:#39a2db;color:#fff;padding:4px 8px;border-radius:4px;position:absolute;text-align:center;width:85px;top:20px;left:80px;transition:all .3s ease-in-out;opacity:0}.order-cancel-modal__wrapper{justify-content:end}.order-cancel-modal__content{height:100%;min-width:540px;border-radius:0;animation:slide-left .5s ease}.order-cancel-modal__content h1{margin:16px 0 0}.order-cancel-modal__content .admin-heading__actions{display:flex;justify-content:end;padding:16px;gap:8px;width:100%}@media (max-width: 30rem){.order-cancel-modal__content{animation:slide-up .5s ease;min-width:auto}.order-cancel-modal__content .admin-heading__actions{flex-direction:row}}.order-cancel-modal__heading{display:flex;flex-direction:column;gap:8px;padding:16px}.order-cancel-modal__warning-wrapper{display:flex;gap:8px;border-radius:8px;height:96px;padding:16px;background-color:#fef2de;border:1px solid #f7c77a;color:#533300;justify-content:center;align-items:center}.order-cancel-modal__warning-description-wrapper{display:flex}.order-cancel-modal__warning-description-wrapper h4{margin:0}.order-cancel-modal__warning-description-wrapper div{padding:0 8px}.order-cancel-modal__warning-description{display:flex;flex-direction:column;gap:8px}.order-cancel-modal__content-wrapper{display:flex;flex-direction:column;padding:0 16px 16px;gap:8px}.admin-table__order-header>div{display:flex}@media (max-width: 64rem){.admin-table__order-header{display:none}}.admin-table__order-row{font-size:14px;line-height:20px;font-weight:400;border-radius:8px;min-height:61px}@media (max-width: 64rem){.admin-table__order-row{flex-wrap:wrap}.admin-table__order-row div:nth-child(1){min-width:60%}.admin-table__order-row div:nth-child(2){flex-grow:1!important;text-align:end}.admin-table__order-row div:nth-child(3){min-width:30%}.admin-table__order-row div:nth-child(4){min-width:30%}.admin-table__order-row div:nth-child(5){flex-grow:1!important;min-width:40%;text-align:end}.admin-table__order-row div:nth-child(6){min-width:100%}.admin-table__order-row div:nth-child(7){min-width:40%;flex-basis:auto!important}.admin-table__order-row div:nth-child(7) svg{min-width:auto}.admin-table__order-row div:nth-child(8){min-width:40%;flex-basis:auto!important}.admin-table__order-row div:nth-child(8) svg{min-width:auto}.admin-table__order-row div:nth-child(9){flex-grow:1!important;flex-basis:auto!important;padding:0!important}.admin-table__order-row div:nth-child(9) svg{min-width:auto}.admin-table__order-row div:nth-child(9)>span{width:100%!important;justify-content:end!important}}.admin-orders-actions{display:flex;gap:16px;align-items:center;position:relative}.admin-orders-actions-button{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;min-width:44px;width:44px;aspect-ratio:1/1;height:44px;border:1px solid #d9d9d9;border-radius:999px}.admin-orders-expandable{transition:all .2s ease-in-out;max-height:0;height:100%;padding:16px;border:1px solid #D9D9D9;display:flex;flex-direction:column;gap:8px;overflow:hidden}.admin-orders-expandable-row{display:flex;align-items:center}.order-selected-content-history{display:flex;flex-direction:column;justify-content:flex-end;gap:8px}.order-selected-content-history-item{display:flex;gap:8px;font-size:1.3rem;align-items:center;border:1px solid #D9D9D9;box-shadow:0 0 4px #00000014;border-radius:5px;padding:8px 12px;font-weight:300;background-color:#fff;width:fit-content}.order-selected-content-history-item span{font-weight:400}.order-modal-filter-wrapper{display:flex;top:0;left:0;right:0;bottom:0;position:fixed;justify-content:end;z-index:60}.order-modal-filter-content{display:flex;flex-direction:column;padding:16px;background-color:#fff;height:100%}.item{position:relative;padding:1.6rem;border:1px solid transparent;border:1px solid #39A2DB;box-shadow:0 0 4px #00000014;z-index:1;border-radius:5px;background-color:#fff}.item:nth-child(2n){background:#fff}.grid_product{gap:16px}.item:hover>.item-action{display:flex}.item-loading:nth-child(2n){background:none}.item-loading:hover{border:none;box-shadow:none}.item-action{position:absolute;right:0;top:0;bottom:0;padding:1.2rem;grid-column:span 2;display:flex;justify-content:flex-end;align-items:center}.item-action-confirm{width:350px;height:100%;position:absolute;top:0;right:0;padding:1.2rem;display:flex;align-items:center;z-index:1;display:none}.item-action-confirm h5{flex-grow:1}.item-active{border:1px solid #D9D9D9}.item-active:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(45deg,#ffffff4d,#fff 90%)}.item-active .item-action-confirm,.item-active .item-action{display:flex}.item__wrapper{display:flex;gap:8px}.item__img{width:72px;height:72px;aspect-ratio:1/1;object-fit:contain;border-radius:6px;overflow:hidden}.product-modal-wrapper{top:0;bottom:0;left:0;right:0;position:fixed;height:100vh;width:100vw;display:flex;align-items:flex-start;justify-content:center;z-index:60}.product-modal-backdrop{background-color:#39a2db;opacity:.6;filter:brightness(.2);height:100vh;width:100vw;position:absolute;z-index:60}.product-modal-content{background-color:#fff;width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;padding:24px;border-radius:10px;box-shadow:0 0 4px #0004;z-index:70;margin-top:50px;gap:16px}.product-modal-title{font-weight:700;text-align:center}.product-modal-client-list{display:flex;flex-direction:column;width:100%;gap:1rem;max-height:560px;overflow-y:auto}.product-modal-client-search-not-found{display:flex;flex-direction:column;gap:1rem;padding:2rem 0;text-align:center}.product-modal-client-search-not-found span:first-child,.product-modal-client-search-not-found span:last-child{font-weight:lighter}.product-modal-no-clients-found{text-align:center;color:#d9d9d9}.product-modal-no-clients-found svg{width:64px;height:64px}.product-modal-no-clients-found .product-modal-text-highlight{font-size:16px}.product-modal-create-client-button{background-color:#39a2db;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:1rem 2rem;gap:.5rem;border-radius:5px;box-shadow:0 1px 2px #0000001f}.product-modal-create-client-button span{font-size:16px}.product-modal-back-button{background-color:#d9d9d9;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:1rem 2rem;gap:.5rem;border-radius:5px}.product-modal-back-button span{color:#d9d9d9;font-size:16px}.product-modal-item{cursor:pointer;width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.6rem 1.2rem;border:1px solid #D9D9D9;border-radius:.4rem 0 .4rem .4rem;box-shadow:0 4px 6px -1px #0000001a}.product-modal-item-heading{display:flex;gap:16px;align-items:center}.product-modal-item-action{color:#39a2db;font-size:12px;display:flex;align-items:center;justify-content:center;gap:8px}.admin-product-heading-wrapper .c2-bto{display:flex;flex:1;gap:10px;max-width:100%;justify-content:space-between}.admin-product-heading-wrapper .c2-bto .add-text{color:#fff;margin:0}@media screen and (max-width: 50rem){.admin-product-heading-wrapper .c2-bto{max-width:95%}.admin-product-heading-wrapper .c2-bto .admin-heading__actions{max-width:30%}.admin-product-heading-wrapper .c2-bto .add-text{display:none}}.product-list-row{max-height:88px;border-radius:0}@media screen and (max-width: 50rem){.product-list-row{display:none}}.admin-mobile-product-list__row{height:155px;border-color:#d1d1d1;border-width:0 1px 1px 1px;border-style:solid;padding:1rem .5rem}.admin-mobile-product-list__row .order-search__input{max-width:100px}@media screen and (min-width: 50rem){.admin-mobile-product-list__row{display:none}}.admin-table__product-header{display:flex;align-items:center;border-radius:8px 8px 0 0;border-bottom:1px solid #f6f6f6}.admin-table__product-header>div:first-child{justify-content:start}.admin-table__product-header>div{justify-content:center}@media screen and (max-width: 50rem){.admin-table__product-header{display:none}}.sidebarbase{display:flex;z-index:50;width:100%;justify-content:center;align-items:center;background-color:#fff;background:#fff}.sidenavigation{z-index:50;display:flex;width:100%;flex-direction:row;justify-content:space-between;align-items:center;max-width:1280px;background-color:#fff;background:#fff}@media (max-width: 50rem){.sidenavigation{padding:0 1.6rem;margin-top:0;top:calc(100svh - 71px);position:fixed;transform:translateZ(0);perspective:1000px;width:100%;left:0;right:0;flex-direction:row;z-index:999;justify-content:space-evenly;border-top:1px solid #D9D9D9}}.sidenavigation.account{position:fixed;top:100px;right:0;left:0;width:100vw;min-width:100%;padding:1.6rem 0;justify-content:space-evenly}.sidenavigation.account:before{content:"";position:absolute;height:1px;top:0;left:0;right:0;background:#d9d9d9}.sidenavigation-item{cursor:pointer;background:#fff}@media (max-width: 50rem){.sidenavigation-item{flex:1;width:20%;text-align:center;height:100%}}@media (max-width: 50rem){.sidenavigation-item.logo{display:none}}.sidenavigation-menu{display:flex;padding:1.6rem 0 1.6rem 3.2rem;display:inline-flex;gap:6px;align-items:start;width:100%;height:100%;color:#000;font-size:1.4rem;opacity:.8;position:relative}@media (max-width: 50rem){.sidenavigation-menu{padding:1.6rem}}@media (max-width: 50rem){.sidenavigation-menu{flex-direction:column;align-items:center}}.sidenavigation-menu:hover{text-decoration:none;opacity:1}.sidenavigation-menu-active{color:#39a2db;opacity:1}.sidenavigation-menu-right{z-index:30;position:absolute;justify-self:center;width:80%;height:4px;bottom:-16px;padding-bottom:env(safe-area-inset-bottom);background-color:#39a2db}@media (max-width: 50rem){.sidenavigation-menu-right{left:auto;right:auto;top:0;bottom:unset;width:80%;height:4px}}.sidenavigation-user{display:flex;flex:1;align-items:end;justify-content:flex-end}@media (max-width: 50rem){.sidenavigation-user{display:none}}.config-field-wrapper{box-shadow:#0000001a 0 4px 12px}.config-webhook-section{display:flex;flex-direction:column;gap:12px;margin-top:24px}.button-remove-item{width:24px;height:24px;border-radius:50%;padding:1.2rem}.account-li-item{border-bottom:1px solid #e5e7eb;padding:1rem;cursor:pointer}.account-li-item:hover{background-color:#e5e7eb}.client-selected-wrapper{display:flex;flex-direction:column;gap:2rem}.client-selected-header{display:flex;justify-content:space-between;align-items:center}.client-selected-heading .client-selected-heading-name{font-size:2.4rem;font-weight:700}.client-selected-heading .client-selected-heading-date{font-size:1.6rem;font-weight:400}.client-selected-content{display:flex;gap:2rem}@media (max-width: 50rem){.client-selected-content{flex-direction:column-reverse}}.client-selected-content section{width:66%;display:flex;flex-direction:column;gap:2rem}@media (max-width: 50rem){.client-selected-content section{width:100%}}.client-selected-content section .client-selected-card{box-shadow:0 0 4px #00000014;border-radius:10px;display:flex;flex-direction:column;border:1px solid #d9d9d9;background-color:#fff}.client-selected-content section .client-selected-card .client-selected-card-title{font-size:2rem;font-weight:700;padding:2rem}.client-selected-content section .client-selected-card .client-selected-card-title.heading{padding-bottom:2rem;width:100%;border-bottom:1px solid #d9d9d9;display:flex;justify-content:space-between}.client-selected-content section .client-selected-card .client-selected-card-title.heading .filter{font-weight:400;font-size:16px;display:flex;align-items:center;gap:4px}.client-selected-content section+section{width:33%}@media (max-width: 50rem){.client-selected-content section+section{width:100%}}.client-selected-card-content{padding:2rem;padding-top:0;display:flex;flex-direction:column;gap:1rem}.client-selected-card-content-link{color:#39a2db;cursor:pointer}.client-selected-card-order{padding:1.5rem;display:flex;justify-content:space-between;border-bottom:1px solid #d9d9d9}.client-selected-card-order-segment{display:flex;flex-direction:column}.client-selected-card-order-segment.align-right{align-items:end}.client-selected-card-order-link{font-weight:600;color:#39a2db;cursor:pointer;text-decoration:none}.client-selected-card-order-badges{display:flex;gap:1rem;align-items:center}@media screen and (max-width: 64rem){.admin-client__row{display:none}}.admin-mobile-client__row{display:flex;flex-wrap:wrap;min-height:89px;border-width:0 0 1px 0;border-style:solid;border-color:#d9d9d9;padding:8px;font-size:14px}@media screen and (min-width: 64rem){.admin-mobile-client__row{display:none}}.admin-mobile-client__row a{min-width:100%}.mobile-navigation{width:100%;position:fixed;top:0;left:0;background:#334257;z-index:55;box-shadow:0 5px 10px #0000001a}.mobile-navigation-logo img{filter:sepia(100%) hue-rotate(2deg) brightness(500%)}.mobile-navigation-main{width:100%;height:50px;padding:0 1.2rem;display:flex;align-items:center;position:relative;z-index:1}.mobile-navigation-sec{display:flex;align-items:center;padding:5px 1.2rem}.mobile-navigation-menu{height:100%;display:flex;align-items:center;margin:0;padding:0}.mobile-navigation-menu .user-nav{height:100%;margin:0}.mobile-navigation-menu .user-nav h5{display:none}.mobile-navigation-item{height:100%;list-style:none;position:relative;display:flex;align-items:center;justify-content:center}.mobile-navigation-logo{flex-grow:1;padding-left:.5rem;margin-right:4.8rem;margin-top:10px}.mobile-navigation-logo img{width:10rem}.mobile-navigation-search{width:50%;height:80%;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #334257}.mobile-navigation-search-title{margin:.6rem;font-weight:400}.custom-edit-wrapper{display:flex;flex-direction:column;gap:12px;overflow-x:auto;max-width:100vw;align-items:center}.custom-edit-tabs-wrapper{width:100vw;position:relative}.custom-edit-tabs-wrapper .arrow{position:absolute;top:0;width:80px;bottom:-2px;transition:all .3s ease-in-out;display:flex;align-items:center;cursor:pointer}.custom-edit-tabs-wrapper .arrow.left{background:linear-gradient(90deg,#fff 50%,#fff0 90%);left:0}.custom-edit-tabs-wrapper .arrow.left svg{transform:translate(15px) rotate(180deg)}.custom-edit-tabs-wrapper .arrow.right{justify-content:end;background:linear-gradient(90deg,#fff0,#fff 50%);right:0}.custom-edit-tabs-wrapper .arrow.right svg{transform:translate(-15px)}.custom-edit-tabs{display:flex;position:relative;max-width:100vw;width:100vw;overflow-x:auto;overflow-y:hidden;background-color:#fff!important;padding:0 24px}.custom-edit-tabs::-webkit-scrollbar{display:none}@media (max-width: 50rem){.custom-edit-tabs{scroll-snap-type:x mandatory}}.custom-edit-tabs .custom-edit-tab{background:#fff;cursor:pointer;text-align:center;font-weight:600;font-size:16px;padding:32px 12px;min-width:150px;display:flex;align-items:center;justify-content:center;flex:1;transition:all .1s ease-in-out}.custom-edit-tabs .custom-edit-tab:hover{background:#eee}.custom-edit-tabs .custom-edit-tab.active{color:#39a2db}.custom-edit-tabs i{position:absolute;height:6px;background-color:#39a2db!important;bottom:-2px;border-radius:20px;transition:all .3s ease-in-out}.custom-edit{display:flex;flex-direction:row;gap:32px;margin-top:32px;width:95vw}@media (max-width: 50rem){.custom-edit{flex-direction:column;width:100%;align-items:center}}.custom-edit-scrollbar::-webkit-scrollbar{background:#eee}.custom-edit-settings,.custom-hiring-settings{display:flex;flex-direction:column;gap:32px;padding-bottom:2rem;width:40%}@media (max-width: 50rem){.custom-edit-settings,.custom-hiring-settings{padding-bottom:0;width:100%;max-width:90vw}}.custom-edit-preview{background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 0 4px #5050501a;flex:1;overflow:hidden}@media (max-width: 50rem){.custom-edit-preview{width:100%;max-width:90vw}}.custom-edit-preview span{color:inherit}.custom-edit-ip-input-label{font-size:10pt;padding:8px 0;font-weight:700}.custom-edit-ip-input-field{border:1px solid #ccc;border-radius:6px;display:flex;flex-direction:column;gap:16px;font-size:10pt;padding:16px}@media (max-width: 50rem){.custom-edit-ip-input-field{overflow-wrap:break-word}}.custom-edit-ip-input-field:hover{border:1px solid #39A2DB;color:#39a2db;cursor:copy}.custom-edit-preview-header{align-items:center;display:flex;gap:32px;padding:12px}.custom-edit-preview-hero{height:400px;min-height:500px;width:100%;background-color:natural!important;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.custom-edit-preview-hero-content{width:90%;height:90%;display:flex;flex-direction:column;gap:12px}.custom-edit-preview-hero-heading{display:flex;align-items:center;gap:12px}.custom-edit-preview-hero-main-text{display:flex;flex-direction:column;font-size:64px;font-weight:700}.custom-edit-preview-hero-main-text span{color:inherit}.custom-edit-preview-hero-actions{display:flex;flex-direction:column;gap:12px;padding-top:24px}.custom-edit-preview-hero-cta-button{padding:10px 16px;background:#fff;color:#fff;width:fit-content;border-radius:3px}.custom-edit-preview-hero-motorcycle{position:absolute;bottom:9%;right:12%;width:38%;z-index:20}.custom-edit-preview-hero-neocar-wrapper{position:absolute;bottom:0;right:0;width:100%;height:500px;display:flex;justify-content:end;align-items:end}.custom-edit-preview-hero-neocar{position:relative;width:100%;height:100%;display:flex;align-items:end;justify-content:end;margin-bottom:3%}.custom-edit-preview-hero-neocar .mask{z-index:10;right:-4%;position:absolute;background-size:cover;background-position:center center;background-repeat:no-repeat;background-image:url(/assets/custom/cars/car-foreground_.png);mix-blend-mode:overlay;transition:filter .3s ease-out}.custom-edit-preview-hero-neocar img{display:block;object-fit:contain;width:70%}.custom-edit-preview-hero-neomotorcycle-wrapper{position:absolute;bottom:0;right:0;width:35%;height:300px;display:flex;justify-content:end;align-items:end;z-index:20}.custom-edit-preview-hero-neomotorcycle{position:relative;width:100%;height:100%;display:flex;align-items:end;justify-content:end;margin-bottom:20%;transform:translate(-40%)}.custom-edit-preview-hero-neomotorcycle .mask{z-index:30;width:100%;position:absolute;background-size:cover;background-position:center center;background-repeat:no-repeat;background-image:url(/mask-motorcycle.png);mix-blend-mode:overlay;transition:filter .3s ease-out}.custom-edit-preview-hero-neomotorcycle img{display:block;object-fit:cover;width:100%}.custom-edit-preview-about-wrapper{display:flex;justify-content:center;padding:24px}.custom-edit-preview-about-wrapper .custom-edit-preview-about{display:flex;gap:12px;width:90%}.custom-edit-preview-about-wrapper .custom-edit-preview-about>div{display:flex;flex-direction:column;gap:8px;border:1px solid #d9d9d9;width:100%;border-radius:5px;padding:8px}.custom-edit-preview-about-wrapper .custom-edit-preview-about>div .custom-edit-preview-about-label{display:flex;align-items:center;gap:4px;font-weight:700;font-size:12px}.custom-edit-preview-about-wrapper .custom-edit-preview-about>div .custom-edit-preview-about-label .tip{height:3px;width:12px;background-color:currentColor}.custom-edit-preview-about-wrapper .custom-edit-preview-about>div .custom-edit-preview-about-title{font-weight:700;font-size:18px}.custom-edit-preview-about-wrapper .custom-edit-preview-about>div .custom-edit-preview-about-description{font-size:12px;font-weight:400;color:currentColor;line-height:1.6}.custom-edit-preview-about-wrapper .custom-edit-preview-about>div .custom-edit-preview-about-list{display:flex;flex-direction:column;gap:4px}.custom-edit-preview-about-wrapper .custom-edit-preview-about>div .custom-edit-preview-about-list div{display:flex;gap:2px;font-size:12px;font-weight:700;align-items:center;color:currentColor}.custom-edit-preview-about-wrapper .custom-edit-preview-about>div .custom-edit-preview-about-list p{font-size:8px;line-height:1.6}.custom-edit-preview-about-wrapper .custom-edit-preview-about>div+div{width:60%}.custom-edit-preview-header-img{align-items:center;background-image:url(/hiring-image-header.jpg);background-position:center;background-size:cover;border-bottom:2px solid;color:#fff;font-weight:700;font-size:32pt;display:flex;justify-content:center;height:400px;position:relative;text-align:center}.custom-edit-preview-header-img-bg{height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%;z-index:1}.custom-edit-preview-header-img-text{z-index:2}.custom-edit-preview-logo-example{width:80px;border-radius:5px;object-fit:contain}.custom-edit-preview-logo-example.fallback{background-color:transparent!important;width:50px;height:50px}.custom-edit-preview-button{padding:10px 20px;border-radius:5px;font-size:1.3rem;color:#fff;text-align:center;text-transform:uppercase;animation:fadeIn .5s ease}.custom-edit-preview-button.platform{background:none!important}.custom-edit-preview-menu{flex:1;display:flex;justify-content:end;flex-direction:row;align-items:center;gap:12px}@media (max-width: 50rem){.custom-edit-preview-menu .custom-edit-preview-menu-link{display:none}}.custom-edit-preview-menu span:hover:after .custom-edit-preview-menu span:hover:before{width:50%}.custom-edit-preview-menu span :before{position:absolute;bottom:-.25rem;left:50%;border-top-right-radius:9999px;border-bottom-right-radius:9999px;width:0;height:.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.custom-edit-preview-menu span :after{position:absolute;bottom:-.25rem;left:50%;border-top-right-radius:9999px;border-bottom-right-radius:9999px;width:0;height:.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.feedback-card{border-radius:5px;width:25%;padding:12px 12px 24px;background-color:#fff!important;font-size:1rem;display:flex;flex-direction:column;gap:10px;justify-content:space-between}@media (max-width: 50rem){.feedback-card{width:300px;min-width:300px}}.feedback-card div{width:100%;display:flex;gap:2px;justify-content:center}.feedback-card .feedback-card-user-image{width:36px;height:36px;border-radius:9999px}.custom-preview-our-job{background-color:#eee!important;width:100%;display:flex;flex-direction:column;gap:8px;padding-bottom:20px;border-bottom:2px solid}.custom-preview-our-job .custom-preview-our-job-feedback{width:100%;display:flex;justify-content:center;gap:25px;overflow-x:scroll}@media (max-width: 50rem){.custom-preview-our-job .custom-preview-our-job-feedback{padding:0 3rem;justify-content:unset}}.custom-preview-our-job .custom-preview-our-job-device{width:100%;display:flex;justify-content:center;gap:10px}@media (max-width: 50rem){.custom-preview-our-job .custom-preview-our-job-device{justify-content:unset;padding:0 3rem}}.custom-preview-our-job .custom-preview-our-job-device .device-card{min-width:200px;max-width:200px;text-align:center;border-radius:5px;padding:10px 6px;background-color:#fff!important;font-size:1rem;height:200px;display:flex;flex-direction:column;gap:10px;align-items:center}.custom-preview-our-job .custom-preview-our-job-device .device-card div{width:100%;display:flex;gap:2px;justify-content:center}.plans-list{display:flex;justify-content:center;gap:24px;width:100%}@media (max-width: 50rem){.plans-list{justify-content:unset;padding:0 3rem}}.plan-card{background-color:#fff!important;border:1px solid #ccc;border-radius:7px;box-shadow:0 0 4px #5050501a;display:flex;position:relative;flex-direction:column;gap:24px;padding:42px 24px;text-align:center}.plan-card-title{font-weight:700}.plan-card-item{display:flex;gap:8px;font-size:10pt;font-weight:300}.plan-card-price{color:#00b894;font-weight:700}.plan-card-button{color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:10pt;text-transform:uppercase}.custom-edit-preview-footer{align-items:center;color:#fff;display:flex;gap:16px;height:150px;padding:0 30px;width:100%}.custom-edit-preview-footer .footer-address{height:100%;display:flex;flex-direction:column;justify-content:center;white-space:pre-wrap;gap:10px;flex:1}.custom-edit-preview-menu-link{position:relative;color:#fff;font-size:1.3rem;cursor:pointer}.custom-wrapper{display:flex;width:100%;margin:16px 0;justify-content:center}.custom-edit-data-cnpj{display:flex;gap:16px}.custom-edit-data-cnpj>*{flex:1}.custom-wrapper-container{width:90vw;max-width:1000px;gap:24px;display:flex;flex-direction:column;position:relative}.custom-wrapper-container-content{z-index:0;background-color:#fff!important;border:1px solid #d9d9d9;box-shadow:0 0 4px #00000014;padding:24px;border-radius:10px}.custom-title{font-size:32px;font-weight:700}.custom-heading{display:flex;justify-content:space-between;align-items:center}.custom-heading .custom-heading-img{border-radius:5px;width:100px;height:100px;object-fit:cover}.custom-heading .custom-heading-img-placeholder{width:100px;height:100px;background-color:#d9d9d9!important;color:#bbb;border-radius:5px;display:flex;justify-content:center;align-items:center;border:1px solid #ccc}.custom-heading-action{border:1px solid #d9d9d9;background:#fff;width:100px;text-align:center;border-radius:5px;padding:1.2rem 1.6rem;font-size:1.2rem;color:#334257}.custom-edit input,.custom-edit .react-tel-input input[type=tel],.react-tel-input .custom-edit input[type=tel],.custom-edit textarea,.custom-edit .react-tel-input textarea[type=tel],.react-tel-input .custom-edit textarea[type=tel]{border-radius:6px;border:1px solid #ccc;padding:16px;font-size:12pt;height:48px;font-weight:400;box-shadow:none}.custom-edit input:disabled,.custom-edit textarea:disabled{background-color:#d9d9d9!important}.custom-edit input::placeholder,.custom-edit .react-tel-input input[type=tel]::placeholder,.react-tel-input .custom-edit input[type=tel]::placeholder,.custom-edit textarea::placeholder,.custom-edit .react-tel-input textarea[type=tel]::placeholder,.react-tel-input .custom-edit textarea[type=tel]::placeholder{padding:0}.custom-edit textarea{min-height:48px;height:96px}.custom-edit-data,.custom-hiring-data,.custom-edit-address,.custom-edit-detail,.custom-edit-feedback,.custom-edit-form-vehicle,.custom-edit-form-plan{background:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 0 4px #5050501a;display:flex;flex-direction:column;gap:16px;padding:20px}.custom-edit-data-cta{display:flex;gap:8px;align-items:end}.custom-edit-data-cta .input-group{width:100%}.custom-edit-title{font-size:16pt;font-weight:700}.custom-edit-subtitle{font-size:10pt}.custom-edit-data-top{display:flex;flex-direction:row;gap:20px}@media (max-width: 50rem){.custom-edit-data-top{flex-direction:column}}.custom-form-label{padding-left:0}.custom-form-label.basic-label{padding-top:0!important}.custom-edit-data-logo-empty{align-items:center;display:flex;justify-content:center;background:transparent;color:transparent;border:none;border-radius:16px;height:160px;width:160px;cursor:pointer;transition:all .2s;padding:0;overflow:hidden;position:relative;margin-top:12px}.custom-edit-data-logo-empty:hover{background-color:#d9d9d9}.custom-edit-data-logo-empty img{height:100%;width:100%;object-fit:contain}.custom-edit-data-logo{align-items:center;display:flex;justify-content:center;background:#eee;color:#bbb;border:1px solid #ddd;border-radius:16px;height:160px;width:160px;cursor:pointer;transition:all .2s;margin-top:12px}.custom-edit-data-logo:hover{border:6px dashed #ddd}.custom-edit-data-main{flex:1}.custom-edit-address-line{display:flex;flex-direction:row;gap:16px}.custom-edit-address-line *{flex:1}.custom-edit-input-numberpad{padding:16px 0;display:flex;width:100%}.custom-edit-input-numberpad-input{border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:16px;flex:1;text-align:center}.custom-edit-input-numberpad-button{border:1px solid #ccc;cursor:pointer;padding:16px}.custom-edit-detail-colors{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.custom-edit-detail-colors .color-picker{background-image:conic-gradient(from 90deg,violet,indigo,#00f,green,#ff0,orange,red,violet)}.custom-edit-detail-colors div{border-radius:100%;cursor:pointer;height:32px;width:32px;outline-width:2px;outline-style:solid;outline-offset:2px;transition:all .2s}.custom-edit-detail-colors div:hover,.custom-edit-detail-colors div:focus{transform:scale(1.1)}.custom-edit-detail-theme{display:flex;gap:20px}.custom-edit-detail-theme .dark-button{background-color:#2b2d30!important;color:#fff}.custom-edit-detail-theme div{border:1px solid #ddd;border-radius:10px;cursor:pointer;flex:1;text-align:center;padding:16px}.css-1u9des2-indicatorSeparator{max-width:1px;align-self:end}.custom-edit-feedback-area{display:flex;flex-direction:column;gap:16px;padding:16px 0}.custom-edit-feedback-area-main{display:flex;gap:16px}.custom-edit-feedback-area-main .input-group{width:100%!important}.custom-edit-feedback-area-actions{display:flex;justify-content:space-between;align-items:center}.custom-edit-feedback-area div{flex:1}.custom-edit-feedback-area input,.custom-edit-feedback-area .react-tel-input input[type=tel],.react-tel-input .custom-edit-feedback-area input[type=tel],.custom-edit-feedback-area textarea,.custom-edit-feedback-area .react-tel-input textarea[type=tel],.react-tel-input .custom-edit-feedback-area textarea[type=tel]{transition:all .3s ease-in-out}.custom-edit-feedback-button,.custom-edit-restored-button,.custom-edit-plans-button{display:flex;justify-content:center}.custom-edit-feedback-button-add,.custom-edit-restored-button-add,.custom-edit-plans-button-add{background:#39a2db;background-color:#39a2db!important;color:#fff;border:none;border-radius:10px;margin:0 auto;padding:16px 32px;width:230px}.custom-edit-feedback-area-remove,.custom-edit-restored-area-remove,.custom-edit-plans-area-remove{background-color:#fff!important;border:1px solid #ccc;border-radius:100%;box-shadow:0 0 4px #5050501a;height:48px;width:48px;max-height:48px;min-height:48px;max-width:48px;min-width:48px;transition:.3s all;color:#ccc}.custom-edit-feedback-area-remove:disabled,.custom-edit-restored-area-remove:disabled,.custom-edit-plans-area-remove:disabled{background-color:#d9d9d9!important;cursor:not-allowed}.custom-edit-feedback-area-remove:disabled:hover,.custom-edit-restored-area-remove:disabled:hover,.custom-edit-plans-area-remove:disabled:hover{border:1px solid #ccc;color:#ccc}.custom-edit-plans-item-button-add{background-color:#fff!important;border:1px solid #ccc;border-radius:100%;box-shadow:0 0 4px #5050501a;height:48px;width:48px}.custom-edit-feedback-button-add:disabled,.custom-edit-restored-area-remove:disabled,.custom-edit-plans-area-remove:disabled{background-color:#ddd!important;cursor:not-allowed;opacity:60}.custom-edit-feedback-area-remove:hover,.custom-edit-restored-area-remove:hover,.custom-edit-plans-area-remove:hover{border:1px solid #39A2DB;color:#39a2db}.custom-edit-restored-area{align-items:center;display:flex;gap:24px;padding:24px 0;width:100%}.custom-edit-restored-area-photo{align-items:center;display:flex;justify-content:center;background:#eee;color:#bbb;border:1px solid #ddd;border-radius:16px;height:128px;width:128px;cursor:pointer;transition:all .2s}.custom-edit-restored-area-photo:hover{border:6px dashed #ddd}.custom-edit-restored-area-field{flex:1}.custom-edit-plans-area{display:flex;flex-direction:column;gap:16px}.custom-edit-plans-area-line{align-items:end;display:flex;gap:16px}.custom-edit-plans-area-line div{flex:1}.custom-edit-submit{align-items:center;background:#39a2db;background-color:#39a2db!important;color:#fff;border:none;border-radius:10px;cursor:pointer;margin:0 auto;padding:16px 32px;display:flex;flex-direction:row;gap:16px;justify-content:center;width:230px}.custom-edit-preview-heading-subtitle{padding:16px;border-radius:5px;border:1px solid white;font-size:1.4rem;margin-top:80px}@media (max-width: 50rem){.custom-edit-preview-heading-subtitle{background:none!important;border:none;margin-top:40px;font-size:1rem;padding-bottom:0}}.custom-edit-preview-heading-title{font-size:5rem;text-align:center;font-weight:700;width:80%;flex:1}@media (max-width: 50rem){.custom-edit-preview-heading-title{font-size:3rem;line-height:1}}#checklist>span{font-size:1.3rem}@media (max-width: 50rem){#checklist>span{font-size:.4rem;margin:0 1rem}}.custom-preview-our-job-heading{display:flex;flex-direction:column;gap:10px}.custom-preview-our-job-heading>span{font-size:5rem;margin-left:80px;font-weight:700}@media (max-width: 50rem){.custom-preview-our-job-heading>span{font-size:2.5rem}}.custom-preview-faq{display:flex;flex-direction:column;margin:0 auto;width:80%;border-radius:5px}.custom-preview-faq .custom-preview-faq-question{border-bottom-width:2px;border-bottom-style:solid;cursor:pointer;display:flex;padding:12px 24px}.custom-preview-faq .custom-preview-faq-answer{transition:all .3s ease-in-out;font-weight:300;font-size:.8em;overflow:hidden;height:100%}.custom-preview-faq div:first-child{flex:1}.bestSellerContainer{position:relative}.bestSeller{background:#334257;border-radius:4px;color:#fff;position:absolute;font-size:.7em;padding:4px 8px;top:0;right:-24px;z-index:999;transform:rotate(20deg)}.image-grid-custom{display:grid;grid-gap:1.2rem;grid-template-columns:repeat(auto-fit,160px)}@media (max-width: 64rem){.image-grid-custom{grid-template-columns:repeat(1,1fr)!important;grid-gap:1rem;justify-items:center}}.custom-carousel-image{width:160px;height:160px;position:relative;display:inline-block;background:#f4f4f4;border-radius:5px;overflow:hidden;cursor:move}.custom-carousel-image:-moz-drag-over{border:2px solid red}.custom-carousel-image img{width:100%;height:100%;object-fit:contain}.custom-preview-carousel{width:80%;height:300px}.custom-preview-carousel .swiper-button-prev,.custom-preview-carousel .swiper-button-next{border-radius:30px}.custom-preview-carousel-img-container{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.custom-preview-carousel-img{height:100%;object-fit:contain;border-radius:10px;width:100%}.custom-edit-hiring-requirements{display:flex;flex-direction:column;gap:16px;padding:16px 0}.custom-hiring-settings{width:100%;display:flex;align-items:center}.custom-hiring-data{width:100%;overflow-y:auto}@media (max-width: 50rem){.custom-hiring-data{width:100%}}.signatory-card,.document-card,.document-model-card{padding:16px;display:flex;gap:8px;border:1px solid #D9D9D9;border-radius:10px;box-shadow:0 0 4px #00000014}@media (max-width: 50rem){.signatory-card,.document-card,.document-model-card{flex-direction:column;justify-content:center;align-items:center}}.signatory-card .signatory-card-header,.signatory-card .hiring-section,.document-card .signatory-card-header,.document-card .hiring-section,.signatory-card .document-model-card-header,.document-card .document-model-card-header,.document-model-card .signatory-card-header,.document-model-card .hiring-section,.document-model-card .document-model-card-header{display:flex;align-items:center;width:30%;gap:8px}@media (max-width: 50rem){.signatory-card .signatory-card-header,.signatory-card .hiring-section,.document-card .signatory-card-header,.document-card .hiring-section,.signatory-card .document-model-card-header,.document-card .document-model-card-header,.document-model-card .signatory-card-header,.document-model-card .hiring-section,.document-model-card .document-model-card-header{flex-direction:column;justify-content:center;align-items:center}.signatory-card .signatory-card-header>* span,.signatory-card .hiring-section>* span,.document-card .signatory-card-header>* span,.document-card .hiring-section>* span,.signatory-card .document-model-card-header>* span,.document-card .document-model-card-header>* span,.document-model-card .signatory-card-header>* span,.document-model-card .hiring-section>* span,.document-model-card .document-model-card-header>* span{text-align:center}}.signatory-card .signatory-card-status,.document-card .signatory-card-status,.document-model-card .signatory-card-status{display:flex;width:50%;align-items:center;justify-content:flex-end;gap:8px}@media (max-width: 50rem){.signatory-card .signatory-card-status,.document-card .signatory-card-status,.document-model-card .signatory-card-status{flex-direction:column;justify-content:center;align-items:center}}.signatory-card .signatory-card-actions,.document-card .signatory-card-actions,.signatory-card .document-model-actions,.document-card .document-model-actions,.document-model-card .signatory-card-actions,.document-model-card .document-model-actions{display:flex;flex:1;align-items:center;justify-content:center;gap:8px}.document-form-steps-wrapper{display:flex;justify-content:space-between;align-items:center;gap:16px}@media (max-width: 50rem){.document-form-steps-wrapper{flex-direction:column;align-items:flex-start}}.document-viewer-wrapper{display:flex;background-color:#fff;padding:16px;border:1px solid #D9D9D9;border-radius:10px;box-shadow:0 0 4px #00000014}.document-third-step-wrapper{display:flex;flex-direction:column;gap:16px;height:80vh}.document-model-card-content{flex:1}.document-model-actions{max-width:100px}.document-model-card-header{gap:8px}.document-card{width:100%}.hiring-section{flex-direction:column;gap:2px;justify-content:center}.user-nav{align-items:center;position:relative;border-bottom:2px solid transparent;display:flex;justify-content:center}@media (max-width: 30rem){.user-nav{width:100%}}.user-nav h5{color:#fff}.user-nav:hover{cursor:pointer}.user-nav-img-wrapper{border-radius:50%;overflow:hidden;margin-left:10px;position:relative;background:#39a2db}.user-nav-img-wrapper:after{content:attr("data-alt");position:absolute;left:0;right:0;top:0;bottom:0;padding-bottom:env(safe-area-inset-bottom);margin:auto;color:#fff}.user-nav-img{width:100%;height:100%;object-fit:cover}.user-nav-sub{width:150px;height:fit-content;background:#fff;position:absolute;top:100%;right:0;box-shadow:0 5px 12px #0000001a;display:none;border-radius:10px;overflow:hidden}.user-nav-sub.top{top:50px;bottom:100%}.user-nav-sub-link{font-size:1.2rem;font-weight:700;display:flex;color:#334257;justify-content:space-between;padding:1.2rem 1.6rem;text-align:left;background-color:#fff}.user-nav-sub-link:hover{background:#f9f9f9;text-decoration:none}.user-nav-sub-link:first-child{border-bottom:.5px solid #f9f9f9}.user-sub-open{border-bottom:2px solid #000}.user-sub-open .user-caret{transform:rotate(180deg)}.user-sub-open>.user-nav-sub{display:flex;flex-direction:column}.user-profile{display:flex;width:100%}@media (max-width: 30rem){.user-profile{width:100%}}.user-profile-block{width:100%;height:fit-content;display:flex;flex-direction:column;align-items:center}.user-profile-banner-wrapper{width:100%;height:100%;position:relative;background:#e1e1e1;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.user-profile-banner{width:100%;height:150px;position:relative}@media (max-width: 30rem){.user-profile-banner{height:100px}}.user-profile-banner-img{width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0}.user-profile-avatar-wrapper{width:100px;height:100px;border-radius:50%;border:3px solid #fff;position:absolute;left:1.6rem;bottom:30%;position:relative;background:#d9d9d9;overflow:hidden}.user-profile-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.user-profile-heading{display:flex;justify-content:space-between;align-items:center}.user-profile-details{width:100%;padding:9.5rem 1.6rem 3.2rem;max-width:800px;transform:translateY(-150px)}.user-profile-details>div{margin-bottom:1.2rem}.user-profile-content{width:100%;display:flex;justify-content:center}.user-profile-name{text-transform:capitalize}.user-tab__wrapper{width:100%;height:fit-content;min-height:calc(100vh - 100px);display:flex;justify-content:center;align-items:center;background:#f9f9f9;margin-top:180px;padding-top:20px}.user-tab__content{max-width:1280px;width:90%;height:100%}.user-tab-content{height:100%}@media (max-width: 30rem){.user-tab-content{padding:0}}.user-tab-nav{background:#f2f2f2;border-bottom:1px solid #D9D9D9;padding:0 3.2rem}@media (max-width: 30rem){.user-tab-nav{padding:0}}.user-tab-menu{padding:0;margin:0;position:relative;bottom:-1px}.user-tab-item{list-style-type:none;color:#5d5d5d;padding:1.6rem;font-size:1.4rem;border-bottom:1px solid transparent;display:inline-block;transition:all .3s ease}.user-tab-item:hover{cursor:pointer;background:#f9f9f9}.user-tab-active{color:#334257;font-weight:700;border-bottom:1px solid #fff;background:#fff}.user-tab-active:hover{cursor:default;background:#fff}.review-tab{position:relative;padding:16px 0;cursor:pointer;color:#334257;font-weight:600;transition:all .3s ease-in-out}.review-tab[data-active=true],.review-tab:hover{color:#39a2db}.review-tab-tip{width:75px;border-radius:5px;height:5px;position:absolute;background-color:#39a2db;bottom:0}.review-tab-content{margin-top:16px;display:flex;flex-direction:column;justify-content:center}.review-tab-empty{display:flex;margin:24px 0;width:100%;background-color:#0000000a;padding:64px;border-radius:5px;flex-direction:column;align-items:center}.review-tab-empty-title{font-weight:600;margin-bottom:16px;font-size:32px}@media (max-width: 50rem){.review-tab-empty-title{text-align:center}}.review-tab-item{gap:16px;display:flex;padding:16px;border-radius:5px;align-items:center;background-color:#fff;border:1px solid #D9D9D9}.review-tab-item-img{width:48px;height:48px;border:1px solid #D9D9D9;border-radius:5px}.review-tab-item-title{color:#000000e6;font-weight:600;flex:1}.review-product-wrapper{display:flex;flex-direction:column;gap:24px;padding:124px 0 24px;height:100%;width:100%;max-width:800px;flex:1}@media (max-width: 50rem){.review-product-wrapper{padding:74px 0 24px}}.review-product-card{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;background-color:#fff;border:1px solid #D9D9D9;border-radius:10px;padding:32px;width:100%;box-shadow:0 0 4px #00000014}.review-product-card-img{width:110px;height:110px;border-radius:999px;border:1px solid #D9D9D9;object-fit:cover}.review-product-card-title{font-size:24px;font-weight:600}.review-product-card-subtitle{font-size:16px;font-weight:300}.review-product-card-stars{display:flex;gap:0px;padding:32px 0 24px;position:relative}.review-product-card-stars span{color:#00000040;font-size:30px;cursor:pointer;background-color:transparent;border-radius:9999px;padding:4px;transition:all .3s ease-in-out}.review-product-card-stars span:hover{background-color:#0000000a}.review-product-card-stars span:hover,.review-product-card-stars span:has(~span:hover){color:#39a2db}.review-product-card-stars.basic{padding:0}.review-product-card-stars.basic span:hover,.review-product-card-stars.basic span:has(~span:hover){color:#00000040}.review-product-card-stars:before,.review-product-card-stars:after{font-size:12px;position:absolute;bottom:10px;font-weight:300}.review-product-card-stars.basic:before,.review-product-card-stars.basic:after{display:none}.review-product-card-stars:before{content:"Ruim";left:0}.review-product-card-stars:after{content:"Excelente";right:-10px}.review-product-card-details{width:100%;flex:1;border-radius:5px;padding:16px;height:auto}.review-product-card-details::placeholder{padding:0!important}.review-product-actions{display:flex;flex-direction:column;align-items:center;gap:8px}.review-product-actions button{border-radius:5px;background:#39a2db;padding:16px 32px;color:#fff;border:none;outline:none;width:fit-content;transition:all .2s ease-in-out}.review-product-actions .primary:hover{background-color:#2388be}.review-product-actions .secondary{background:transparent;color:#39a2db}.review-product-actions .secondary:hover{background-color:#39a2db4d}.edit-user{width:600px;height:auto;padding:1.6rem;display:flex;width:100%;flex-direction:column;align-items:center}@media (max-width: 30rem){.edit-user{width:100%;padding:0}}.edit-user .user-profile-banner-wrapper,.edit-user .user-profile-avatar-wrapper{overflow:visible;left:0}.edit-user .user-profile-banner{display:flex;flex-direction:column;align-items:center}.edit-user .user-profile-details{transform:translateY(0)}.edit-user-details{width:60%}.edit-user-images{width:40%}.edit-button{padding:1.2rem;position:absolute;bottom:-10px;width:3rem;height:3rem;border-radius:50%;padding:0;display:flex;justify-content:center;align-items:center;border:none!important;background:#000!important;color:#fff}.edit-avatar-button{right:0}.edit-banner-button{right:2rem}.edit-user-action{display:flex;align-items:center;justify-content:space-between}@media (max-width: 30rem){.edit-user-action button{width:50%}}.edit-user-linking-wrapper{display:flex;align-items:center;justify-content:center;height:calc(100vh - 100px);width:100%}.edit-user-linking-card{padding:24px;display:flex;flex-direction:column;gap:16px;border-radius:10px;background-color:#fff;width:90vw;max-width:500px}.edit-user-linking-card .item{padding:24px;display:flex;align-items:center;justify-content:space-between;border-radius:5px;border:1px solid #d9d9d9}@media (max-width: 50rem){.edit-user-linking-card .item{padding:16px}}.edit-user-linking-card .title{font-weight:700;font-size:24px;margin:0;padding:0;line-height:1}.edit-user-linking-card .form{display:flex;gap:8px;flex-direction:column}.edit-user-linking-card .form input,.edit-user-linking-card .form textarea{border-radius:5px;box-shadow:none}.edit-user-linking-card .button,.edit-user-linking-card .button-link,.edit-user-linking-card .button-muted,.edit-user-linking-card .provider-facebook,.edit-user-linking-card .provider-github,.edit-user-linking-card .provider-google,.edit-user-linking-card .button-remove-item{width:100%;padding:16px;border-radius:5px;font-weight:600;font-size:16px;color:#fff;background-color:#39a2db;transition:all .3s ease-in-out}.edit-user-linking-card .heading{display:flex;gap:16px;font-weight:300;align-items:center;width:300px}@media (max-width: 50rem){.edit-user-linking-card .heading{gap:8px;font-size:12px}}.edit-user-linking-modal{position:absolute;width:100vw;height:100vh;top:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:80;max-height:100vh;overflow-y:hidden}.edit-user-linking-modal .edit-user-linking-modal-content{border-radius:10px 10px 0 0;display:flex;flex-direction:column;background-color:#fff;width:100vw;height:100vh;translate:0 40%;max-width:none;z-index:70;overflow:hidden}.edit-user-linking-modal .edit-user-linking-modal-row{padding:24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d9d9d9}.edit-user-linking-modal .edit-user-linking-modal-row.clickable{cursor:pointer;background-color:#fff;transition:background-color .3s ease-in-out}.edit-user-linking-modal .edit-user-linking-modal-row.clickable:hover{background-color:#f2f2f2}.edit-user-linking-modal .edit-user-linking-modal-list{display:flex;flex-direction:column;width:100%;height:100%;max-height:calc(60vh - 80px);overflow-y:auto}.edit-user-linking-modal .edit-user-linking-modal-title{font-weight:600;font-size:20px}.edit-user-linking-modal .edit-user-linking-modal-heading{display:flex;gap:16px;font-weight:300;align-items:center}.edit-user-linking-modal .edit-user-linking-modal-badge{font-size:14px;font-weight:300;background-color:#334257;padding:4px 12px;border-radius:9999px;color:#fff;text-transform:uppercase}@media (max-width: 50rem){.edit-user-linking-modal{align-items:end}.edit-user-linking-modal .center{align-items:center}}.edit-user-linking-avatar{display:flex;align-items:center;justify-content:center;padding:12px;border-radius:9999px;background-color:#334257;color:#fff;aspect-ratio:1/1}.edit-user-linking-badge{font-size:14px;font-weight:300;background-color:#334257;padding:4px 12px;border-radius:9999px;color:#fff;text-transform:uppercase}@media (max-width: 50rem){.edit-user-linking-badge{font-size:10px;padding:4px 8px}}.hinova-helper-modal{display:flex;flex-direction:column;gap:16px;overflow:hidden;background-color:#fdcb6e4d;border-radius:10px;position:relative}.hinova-helper-modal .iconClose{cursor:pointer;position:absolute;right:20px;top:20px}.hinova-helper-modal img{border-radius:10px;margin-top:5px}.user-order__wrapper{display:flex;flex-direction:column;gap:16px;width:90%;margin:42px 0;padding-bottom:40px}.user-order__wrapper .user-order__title{font-size:32px;font-weight:700;display:flex;flex-direction:column;gap:4px}.user-order__wrapper .user-order__card-wrapper{width:100%;height:100%;flex:1;gap:24px;display:flex;flex-direction:column}.user-order-card-content{justify-content:space-between;padding:16px;display:flex}.user-order-card{border-radius:10px;box-shadow:0 0 4px #00000014;background-color:#fff;border:1px solid #D9D9D9;width:100%}@media (max-width: 30rem){.user-order-card{gap:24px;justify-content:unset;flex-direction:column}}.user-order-card__main{display:flex;gap:20px}.user-order-card__main img{width:72px;height:72px;border-radius:5px;border:1px solid #D9D9D9;box-shadow:0 1px 2px #0000000d}.user-order-card__main__content{display:flex;flex-direction:column;gap:6px}.user-order-card__actions{display:flex;flex-direction:column;gap:8px}.user-order-card__actions>*{padding:8px 12px;font-weight:600;font-size:14px;text-align:center;background-color:#39a2db;border-radius:5px;cursor:pointer;color:#fff!important;text-decoration:none!important}.user-order-card__actions .secondary{background-color:#4189e626;color:#39a2db!important}.user-order-card+.user-order-card{border-top:1px solid #D9D9D9}.user-order-card__left{display:flex;flex-direction:column;gap:4px}.user-order-card__left__order{font-weight:700;color:#334257;text-decoration:underline}.user-order-card__left__date{font-weight:400;font-size:12px}.user-order-card-review{width:48px;height:48px;border-radius:999px;border:1px solid #d9d9d9;display:flex;justify-content:center;align-items:center;background-color:#fff}.user-order-card-review-images{display:flex}.user-order-expand{display:flex;flex-direction:column;gap:16px;max-height:0;overflow:hidden;transform:scaleY(0);transition:all .3s ease-in-out}.user-order-expand.open{max-height:400px;transform:scaleY(1)}.user-order-expand__content{display:flex;justify-content:space-between;gap:16px}.user-order-expand__thumbnail{height:200px;width:200px;object-fit:cover;object-position:center}.user-order-expand__button{border-radius:5px;width:100%;padding:12px 8px;border:1px solid #d9d9d9;background:#fff;color:#334257;text-align:center;cursor:pointer}.checkout{width:100%;animation:slide-up .5s ease}@media (max-width: 30rem){.checkout{margin-top:5rem}}.checkout-header{margin-top:100px;display:flex;justify-content:center;position:sticky;top:90px;background:#f9f9f9;padding:1rem 0;margin-bottom:3rem;z-index:1}@media (max-width: 30rem){.checkout-header{top:5rem}}.checkout-items .basket-item{margin:.5rem 1rem;align-items:stretch;height:100%}@media (max-width: 30rem){.checkout-items .basket-item{margin:0}}.checkout-header-menu{width:50%;display:flex;justify-content:space-between;align-items:center;padding:0;margin:auto;position:relative}@media (max-width: 30rem){.checkout-header-menu{width:100%;margin:0}}.checkout-header-menu:before{content:"";position:absolute;top:15px;left:0;right:0;margin:auto;width:82%;height:3px;background:#d9d9d980}.checkout-header-list{display:flex;justify-content:center}.checkout-header-item{width:145px;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1}.checkout-header-step{margin:0;padding:1.6rem;background:#d9d9d9;border-radius:50%;width:30px;height:30px;display:flex;justify-content:center;align-items:center;color:#5d5d5d}.checkout-header-subtitle{color:#b6b6b6;margin-top:1.2rem;margin-bottom:0}.is-active-step .checkout-header-step{background:#000;color:#fff}.is-done-step .checkout-header-step{background:#39a2db;color:#fff}.is-active-step .checkout-header-subtitle{color:#000}.checkout-action{display:flex;align-items:center;justify-content:space-between}@media (max-width: 30rem){.checkout-action{justify-content:center;flex-direction:column;text-align:center}.checkout-action button{display:block;width:100%}}.checkout-step-1{width:80rem;margin:auto}@media (max-width: 50rem){.checkout-step-1{width:100%}}.checkout-step-2{width:70rem;margin:auto}@media (max-width: 50rem){.checkout-step-2{width:100%}}.checkout-step-3{width:70rem;margin:auto}@media (max-width: 50rem){.checkout-step-3{width:100%}}.checkout-shipping-wrapper{display:flex;align-items:center}.checkout-shipping-form{width:100%}.checkout-field{width:100%;margin:0 1.2rem}@media (max-width: 30rem){.checkout-field{margin:0}}.checkout-field.instagram{display:flex;align-items:flex-end;gap:8px}.checkout-field.instagram svg{margin-bottom:8px;width:24px;height:24px;color:#2c3e50;opacity:.6}.checkout-field.instagram .input-group{width:100%}.checkout-fieldset{display:flex;align-items:center}.checkout-fieldset>div{margin-bottom:1.2rem}@media (max-width: 30rem){.checkout-fieldset{flex-direction:column}}.checkout-fieldset-collapse{display:flex;align-items:center;flex-direction:column;height:97px;overflow:hidden;transition:all .5s ease;opacity:.6}.checkout-fieldset-collapse:hover{opacity:1}@media (max-width: 30rem){.checkout-fieldset-collapse{height:fit-content;overflow:visible}}.checkout-checkbox-field{display:flex;align-items:center;justify-content:space-between;padding:1.6rem;border:1px solid #D9D9D9;background:#f1f1f1}.checkout-checkbox-payment{display:flex;align-items:center;justify-content:space-between;border:1px solid #D9D9D9;background:#f1f1f1;border-radius:5px}.checkout-checkbox-payment input:checked+label,.checkout-checkbox-payment textarea:checked+label{background:#39a2db!important;color:#f1f1f1}.checkout-checkbox-payment input:checked+label .payment-title,.checkout-checkbox-payment textarea:checked+label .payment-title{color:#f1f1f1}.checkout-checkbox-payment input:checked+label .payment-body,.checkout-checkbox-payment textarea:checked+label .payment-body{color:#f1f1f1}.checkout-checkbox-payment label{padding:1.6rem!important;transition:all .3s ease-in-out}.checkout-checkbox-payment label:after,.checkout-checkbox-payment label:before{display:none!important}.checkout-shipping-action{display:flex;align-items:center;justify-content:space-between}@media (max-width: 30rem){.checkout-shipping-action{padding:1.6rem 0;gap:1.6rem}.checkout-shipping-action button{flex:1;display:block;margin:1.2rem 0;height:100%}}.checkout-collapse-sub{width:100%;padding:1.6rem;border:1px solid #D9D9D9;background:#fff}.checkout-cards-accepted .payment-img{margin:0 2px}.payment-img{width:48px;height:32px;background:url(/creditcards62618.png);background-size:300px 200px;filter:grayscale(1);border-radius:2px}.payment-img-paypal{background-position:103px 115px}.payment-img-visa{background-position:-55px -15px}.payment-img-mastercard{background-position:103px -15px}.payment-img-express{background-position:-126px -15px}.payment-img-maestro{background-position:-55px 47px}.payment-img-discover{background-position:175px 115px}.page-not-found{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:5.6rem;margin:auto}.is-active-link{font-weight:700;color:green}.is-basket-open{overflow-y:hidden}.is-selected-payment{opacity:1}.is-basket-open .basket{transform:translate(0)}.is-img-loading{opacity:0}.is-img-loaded{animation:fadeIn .3s ease;opacity:1}.is-open-recent-search .searchbar-recent{display:flex;flex-direction:column}.is-nav-scrolled{position:fixed;animation:slide-down .3s ease 1;animation-fill-mode:forwards;top:0;height:9rem;padding-top:.5rem;background:#334257;box-shadow:0 5px 10px #00000005}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slide-up{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes scale{0%{transform:translate(-50%,-50%) scale(0)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes fullWidth{to{width:100%}}@keyframes slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slide-left{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes bounce{0%,to{transform:translateY(0);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(-25%);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes rotate-center{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.w-100{width:100%}.h-100{height:100%}.d-block{display:block;width:100%}@media (max-width: 30rem){.d-none-mobile{display:none}}@media (max-width: 30rem){.w-100-mobile{width:100%}}.flex-col{flex-direction:column}.d-flex{display:flex;align-items:center}.d-flex-center{display:flex;justify-content:center;align-items:center}.d-flex-end{display:flex;justify-content:flex-end;align-items:center}.d-flex-col-end{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.d-flex-grow-1{flex-grow:1}.d-inline-flex{display:inline-flex}.background-dark{background:#000}.color-light{color:#fff}.text-center{text-align:center}.text-right{text-align:right}.text-link{font-size:1.2rem}.text-link:hover,.cursor-pointer{cursor:pointer}.line-through{text-decoration:line-through}.bold{font-weight:700}.text-overflow-ellipsis{max-width:120px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.input-valid{border:1px solid green}.input-error{border:1px solid #D63031!important}.input-error:focus{border:1px solid #D63031!important}.padding-0{padding:0}.padding-s{padding:1.2rem}.padding-l{padding:3.2rem}.padding-xl{padding:4.8rem}.padding-left-s{padding-left:1.2rem}.padding-left-m{padding-left:1.6rem}.padding-left-l{padding-left:3.2rem}.padding-left-xl{padding-left:4.8rem}.padding-left-xxl{padding-left:5.6rem}.padding-right-s{padding-right:1.2rem}.padding-right-m{padding-right:1.6rem}.padding-right-l{padding-right:3.2rem}.padding-right-xl{padding-right:4.8rem}.padding-right-xxl{padding-right:5.6rem}.margin-left-s{margin-left:1.2rem}.margin-left-m{margin-left:1.6rem}.margin-left-l{margin-left:3.2rem}.margin-left-xl{margin-left:4.8rem}.margin-left-xxl{margin-left:5.6rem}.margin-right-s{margin-right:1.2rem}.margin-right-m{margin-right:1.6rem}.margin-right-l{margin-right:3.2rem}.margin-right-xl{margin-right:4.8rem}.margin-right-xxl{margin-right:5.6rem}.margin-top-s{margin-top:1.2rem}.margin-top-0{margin-top:0}.margin-auto{margin:auto}.margin-0{margin:0}.divider{width:100%;height:1px;background:#9d9d9d}.flex-justify-end{display:flex;justify-content:flex-end;align-items:center}.gap-s{gap:1.2rem}.gap-l{gap:3.2rem}.grid-count-4{display:grid;grid-gap:1.2rem;grid-template-columns:repeat(4,1fr)}.grid-count-6{display:grid;grid-gap:1.2rem;grid-template-columns:repeat(6,1fr)}.position-relative{position:relative}.text-subtle{color:#5d5d5d}.text-italic{font-style:italic}.text-thin{font-weight:400}.my-0{margin-top:0;margin-bottom:0}.underline{text-decoration:underline}.text-white{color:#fff}.text-primary{color:#39a2db}.text-blue{color:#334257}.text-green{color:#00b894}.text-gray-10{color:#5d5d5d}.bg-blue{background-color:#334257}.bg-primary{background-color:#39a2db}.bg-green{background-color:#00b894}.bg-neutral{background-color:#d9d9d9}.bg-neutral-light{background-color:#eee}/*! 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}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}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}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}
