.dropdown{user-select:none;display:inline-block;position:relative}.dropdown-menu{display:none;cursor:context-menu!important;background-color:#fff;left:0;z-index:3000;transform-origin:left top;position:absolute;transition:all .2s ease-in-out;transform:scale(0)}.dropdown-menu.active{display:block;transform:scale(1)}.dropdown-menu.dropdown-menu-full{width:100%;position:fixed}.dropdown-menu.dropdown-menu-full-mobile{height:100vh;width:100%;position:fixed}.dropdown-menu.dropdown-menu-right{right:0;left:unset;transform-origin:right;position:absolute;width:400px;box-shadow:0 10px 30px -12px rgba(21,21,21,.28),0 4px 25px 0 rgba(21,21,21,.12),0 8px 10px -5px rgba(21,21,21,.2);-webkit-box-shadow:0 10px 30px -12px rgba(21,21,21,.28),0 4px 25px 0 rgba(21,21,21,.12),0 8px 10px -5px rgba(21,21,21,.2);top:250%}.dropdown-menu.dropdown-menu-right.active{right:0;z-index:4000}.dropdown-menu.dropdown-menu-left-center{left:unset;right:0;transform-origin:right top;position:absolute}@media only screen and (max-width:600px){.dropdown-menu.dropdown-menu-right{left:unset;transform-origin:right;position:absolute;width:350px;box-shadow:0 10px 30px -12px rgba(21,21,21,.28),0 4px 25px 0 rgba(21,21,21,.12),0 8px 10px -5px rgba(21,21,21,.2);-webkit-box-shadow:0 10px 30px -12px rgba(21,21,21,.28),0 4px 25px 0 rgba(21,21,21,.12),0 8px 10px -5px rgba(21,21,21,.2);position:fixed;top:0}}.dropdown-menu.dropdown-menu-center{right:unset;left:50%;transform-origin:left top;transform:scale(0) translate(-50%,0)}.dropdown-menu.dropdown-menu-center.active{left:50%;transform:scale(1) translate(-50%,0)}.dropdown-menu-arrow:before{content:" ";height:20px;width:20px;bottom:100%;background:#fff;position:absolute;pointer-events:none;transform:scale(1) rotate(45deg) translate(-50%,0)}.dropdown-menu-arrow:before.dropdown-menu-right{right:-100%}.dropdown-menu-arrow:after{border-width:8.5px;border-bottom-color:#f6f6f6}.dropdown-menu-arrow:before{border-width:9px;border-bottom-color:#b0b0b0}.dropdown-menu-arrow.dropdown-menu-left:after,.dropdown-menu-arrow.dropdown-menu-left:before{left:10%}.dropdown-menu-arrow.dropdown-menu-right{right:-100%;margin-top:15px}.dropdown-menu-arrow.dropdown-menu-right:after,.dropdown-menu-arrow.dropdown-menu-right:before{right:7%;top:0}.dropdown-menu-arrow.dropdown-menu-left-center{right:0;margin-top:15px}.dropdown-menu-arrow.dropdown-menu-left-center:after,.dropdown-menu-arrow.dropdown-menu-left-center:before{right:7%;top:0}.dropdown-menu-arrow.dropdown-menu-center:after,.dropdown-menu-arrow.dropdown-menu-center:before{left:50%}.dropdown-menu-arrow.dropdown-arrow.dropdown- .dropdown-menu-arrow.dropdown-arrow:before{margin-top:15px;transform:scale(1) rotate(45deg) translate(-50%,0)}.dropdown-menu-arrow.dropdown-arrow .dropdown-menu{margin-top:15px}.dropdown-menu.user-overlay{box-sizing:border-box;min-width:300px!important;max-width:300px;padding:30px 25px 30px 25px;border-radius:var(--bd-rd-sm)!important;transform:unset;opacity:0;top:90%;right:0;left:unset;box-shadow:0 10px 30px -12px rgba(21,21,21,.28),0 4px 25px 0 rgba(21,21,21,.12),0 8px 10px -5px rgba(21,21,21,.2);overflow:hidden}.dropdown-menu.user-overlay .separator{border:1px solid var(--color-surface)}.dropdown-menu.user-overlay.active{overflow:visible;opacity:1!important;top:150%!important;width:auto;height:auto;transition:top .3s ease-in,opacity .1s ease-out}.dropdown-menu.user-overlay .items:first-child{padding:0 0 15px 0}.dropdown-menu.user-overlay .items{cursor:pointer!important;color:var(--primary-grey);font-weight:600;padding:15px 0;display:flex}.dropdown-menu.user-overlay .items:hover{color:var(--color-text-primary)}.dropdown-menu.user-overlay .items:hover .icon{margin-right:7px}.dropdown-menu.user-overlay .items:hover .icon svg path{color:var(--color-text-primary);fill:var(--color-text-primary)}.dropdown-menu.user-overlay .buttons{display:flex;justify-content:space-between}.dropdown-menu.user-overlay button{min-width:calc(50% - 7.5px);margin-top:15px;font-size:var(--xs-text);font-weight:500;color:var(--color-text-primary);background-color:#fff;border:1px solid var(--primary-grey);border-radius:var(--bd-rd-lg);width:max-content;padding:12px 18px}.dropdown-menu.user-overlay button.primary{padding:13px 19px;background-color:#3f84f2;color:#fff;border:none}.dropdown-menu.user-overlay .icon{margin-right:7px}.dropdown-menu.user-overlay .icon svg path{color:var(--primary-grey);fill:var(--primary-grey)}.dropdown-menu.product-overlay{box-sizing:border-box;min-width:300px!important;max-width:300px;padding:15px;border-radius:var(--bd-rd-sm)!important;transform:unset;opacity:0;top:250%;min-height:175px;transform:scale(0);left:-50%;right:-50%;box-shadow:0 10px 30px -12px rgba(21,21,21,.28),0 4px 25px 0 rgba(21,21,21,.12),0 8px 10px -5px rgba(21,21,21,.2);overflow:hidden}.dropdown-menu.product-overlay.active{overflow:visible;opacity:1!important;transform:scale(1);width:auto;height:auto;transition:transform .3s ease-in,opacity .1s ease-out}.dropdown-menu.product-overlay .icon{margin-right:10px}.dropdown-menu.product-overlay .icon svg{max-height:18px;max-width:18px;color:var(--color-text-primary);fill:var(--color-text-primary)}.dropdown-menu.product-overlay .items:first-child{margin-bottom:15px}.dropdown-menu.product-overlay .items:last-child{margin-top:15px;margin-bottom:0}.dropdown-menu.product-overlay .items:not(:first-child):not(:last-child){margin:15px 0}.dropdown-menu.product-overlay .items{padding:0 15px;align-items:center;box-sizing:border-box;width:100%;height:40px;cursor:pointer!important;color:var(--color-text-primary);font-weight:500;display:flex;user-select:none}.dropdown-menu.product-overlay .items.active{background-color:var(--color-text-primary);color:#fff;border-radius:var(--bd-rd-sm)}.dropdown-menu.product-overlay .items.active .icon svg{color:#fff;fill:white}.product-select .pr-tt{color:var(--color-text-primary);user-select:none;display:none;font-weight:500}.product-select .pr-tt .icon{margin-left:10px;width:15px}.product-select .pr-tt .icon svg{transition:transform .4s ease;transform-origin:center}.product-select .pr-tt.active .icon svg{transform:rotate(180deg)}@media only screen and (min-width:1025px){.product-select .pr-tt{display:none}}.top-header{background-color:var(--color-white);padding:20px 0;min-height:255px}@media screen and (max-width:1024px){.top-header{height:auto}}@media screen and (max-width:700px){.top-header{min-height:auto;padding-bottom:20px}}header{width:100vw;max-width:100vw;margin-bottom:.5rem}.ct-mn-he{display:flex;position:relative;min-width:100vw;align-items:center;margin-bottom:30px}@media screen and (max-width:801px){.ct-mn-he{min-height:54px;margin-bottom:0}}.ct-mn-he .ct-us{display:flex;align-items:center;gap:10px}.ct-mn-he .ct-us .ct-us-img{display:flex;align-items:center;justify-content:center;background-color:var(--color-surface);border-radius:var(--bd-rd-xxxl);width:32px;height:32px;border:1px solid var(--color-surface);cursor:pointer}.ct-mn-he .ct-us .ct-us-img svg{width:16px;height:16px}.ct-mn-he .ct-us .op-opt{cursor:pointer}.ct-mn-he .ct-us .op-opt svg{width:16px;height:16px}.ct-mn-he .cont-wdt{position:relative;display:flex;align-items:center;gap:20px;justify-content:space-between;margin:0 auto;width:100%;max-width:1224px;width:91.63%}.ct-mn-he .cont-wdt .search-drop{transition:all .3s;position:absolute;top:0;left:-10px;background-color:var(--third);border-bottom-right-radius:var(--bd-rd-xxs);border-bottom-left-radius:var(--bd-rd-xxs);max-width:1244px;width:calc(100% + 40px);padding:10px;max-height:80vh;z-index:20;opacity:0;margin-top:-40px}.ct-mn-he .cont-wdt .search-drop .sc-md-bx{margin-top:44px;width:100%}.ct-mn-he .cont-wdt .search-drop .sc-md-ct{display:grid;grid-template-columns:25% 75%;gap:10px;padding:16px 0 32px 0;width:1120px;max-width:91.63%;height:97%;margin:0 auto}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-search-results{display:grid;grid-template-columns:1fr!important;gap:1rem}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls{width:100%;max-width:100%;height:100%}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls{display:block;justify-content:center;padding-right:.5rem}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item{margin:6px 0;padding:8px;cursor:pointer;border-radius:var(--bd-rd-button);display:flex;align-items:center;transition:all .3s ease;position:relative}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item .point{opacity:0;width:10px;height:10px;border:1px solid var(--color-text-primary);border-radius:var(--bd-rd-xl);display:flex;align-items:center;justify-content:center;transition:all .5s ease;position:absolute;left:8px}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item .point .back{width:6px;height:6px;background-color:var(--color-text-primary);border-radius:var(--bd-rd-xl)}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item p{font-size:var(--sm-text);font-weight:500;color:var(--color-text-muted);transition:all .3s ease}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .active .point{opacity:1}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .active p{color:var(--color-text-primary);transform:translateX(20px)}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst{width:100%;max-width:100%;height:100%;max-height:calc(80vh - 70px);overflow-y:auto;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media screen and (max-width:801px){.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst{grid-template-columns:1fr}}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ti-ls{font-weight:500;font-size:var(--xxs-text);position:absolute;top:0;left:0}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls{display:flex;align-items:center;gap:6px;cursor:pointer;padding:.5rem;border-radius:var(--bd-rd-xxss)}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls:hover{background-color:var(--color-surface)}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls img{width:38px;height:38px;border-radius:var(--bd-rd-xl)}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls .ct-ul .sb-title-ls{color:var(--color-text-primary)}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls .ct-ul .ct-li{border-radius:.3rem;font-size:.8rem;color:var(--color-text-muted)}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .hidden{display:none}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .fade-in{display:grid;animation:fade-in .5s}@keyframes fade-in{from{opacity:0}to{opacity:1}}.ct-mn-he .cont-wdt .lft-he{display:flex;align-items:center;gap:20px;justify-content:left;height:100%}.ct-mn-he .cont-wdt .lft-he .he-lg{display:flex;align-items:center}.ct-mn-he .cont-wdt .lft-he .he-lg img{width:200px}@media only screen and (max-width:1024px){.ct-mn-he .cont-wdt .lft-he .he-lg img{width:150px}.ct-mn-he .cont-wdt .lft-he .he-lg .products,.ct-mn-he .cont-wdt .lft-he .he-lg .separator{display:none}}.ct-mn-he .cont-wdt .lft-he .he-lg .separator{display:none;margin-right:30px;margin-left:30px;min-height:30px;width:1px;height:100%;background-color:#ededed}.ct-mn-he .cont-wdt .ct-mn{display:flex;align-items:center;gap:20px;user-select:none;display:none}@media only screen and (max-width:800px){.ct-mn-he .cont-wdt .ct-mn{display:none}}.ct-mn-he .cont-wdt .ct-mn .it-mnu{position:relative;cursor:pointer;transition:all .3s;padding:10px 10px;font-weight:500}.ct-mn-he .cont-wdt .ct-mn .it-mnu .btt{position:absolute;left:50%;transform:translate(-50%);bottom:-8px;border-radius:var(--bd-rd-xxxl);background-color:var(--color-text-primary);width:40px;height:2px}.ct-mn-he .cont-wdt .left-he a,.ct-mn-he .cont-wdt .rgh-he a{display:flex;align-items:center;justify-content:center}.ct-mn-he .cont-wdt .lg-black{display:none}.ct-mn-he .cont-wdt .rgh-he{display:flex;align-items:center;user-select:none;width:100%;height:100%}@media screen and (max-width:800px){.ct-mn-he .cont-wdt .rgh-he{justify-content:flex-end}}.ct-mn-he .cont-wdt .rgh-he .desktop{width:100%;display:flex;align-items:stretch;gap:16px;color:var(--color-text-primary);justify-content:flex-end}@media screen and (max-width:800px){.ct-mn-he .cont-wdt .rgh-he .desktop{display:none}}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he{display:flex;gap:16px;max-width:100%;justify-content:space-evenly}@media screen and (max-width:800px){.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he{display:none}}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .ct-hp a{font-weight:500}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .ct-hp:hover{text-decoration:underline}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user{display:flex;align-items:center;gap:.5rem;border-radius:var(--bd-rd-xl);background-color:color-mix(in srgb,var(--color-brand) 94%,#fff);color:var(--color-white);padding:.5rem;white-space:nowrap;cursor:pointer}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user svg{color:var(--color-text-primary);width:16px!important;height:16px!important}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .perfil{display:flex;align-items:center;justify-content:center;background-color:var(--color-surface);border-radius:var(--bd-rd-xxxl);width:24px;height:24px}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .txt-use{color:var(--color-white);max-width:100px;overflow:hidden}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .menu-hb{width:24px;display:flex;flex-direction:column;gap:4px;margin-right:6px}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .menu-hb span{height:2px;width:100%;display:block;background-color:var(--color-white)}@media screen and (max-width:1024px){.ct-mn-he .cont-wdt .rgh-he .desktop{display:flex}}@media only screen and (max-width:800px){.ct-mn-he .cont-wdt .rgh-he .desktop{display:none}}.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr{display:flex;flex:1!important;align-items:center;gap:10px;background-color:var(--color-surface);border-radius:var(--bd-rd-xxxs);padding:0 10px;width:100%}.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr input{width:100%;height:100%;background-color:transparent;font-size:var(--xxs-text);min-height:40px}.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr input::placeholder{color:var(--color-text-primary)}.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr path,.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr svg{width:18px;height:18px;fill:var(--color-text-muted);margin-top:6px}.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr .clean-sh{cursor:pointer}@media screen and (max-width:1024px){.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr{height:40px;max-width:100%}}.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr-mn{background-color:transparent;border-radius:0;border-bottom:1px solid var(--color-surface)}.ct-mn-he .cont-wdt .rgh-he .desktop .my-trp{color:var(--color-text-muted);font-weight:500;cursor:pointer;display:none}.ct-mn-he .cont-wdt .rgh-he .desktop .mn-user{font-weight:500}.ct-mn-he .cont-wdt .rgh-he .desktop .barr{background-color:var(--color-text-muted);height:20px;width:2px;display:none}.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set{position:relative}.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set path,.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set svg{fill:var(--color-white)!important}.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set .btn{padding:5px;cursor:pointer}.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set .btn img{width:25px}.ct-mn-he .cont-wdt .rgh-he .desktop .login{border-radius:var(--bd-rd-xxxl);user-select:none;cursor:pointer}.ct-mn-he .cont-wdt .rgh-he .desktop .cart{max-height:55px;display:flex;align-items:center;user-select:none;cursor:pointer;font-size:var(--xxs-text);border-radius:var(--bd-rd-xl);color:var(--color-text-primary);padding:8px 15px;background-color:color-mix(in srgb,var(--color-brand) 4%,#fff)!important}.ct-mn-he .cont-wdt .rgh-he .desktop .cart svg{width:16px;height:16px}.ct-mn-he .cont-wdt .rgh-he .desktop .lang{border-radius:var(--bd-rd-xl);background-color:color-mix(in srgb,var(--color-brand) 4%,#fff)!important;color:var(--color-text-primary);cursor:pointer;padding:.3rem .6rem;white-space:nowrap}.ct-mn-he .cont-wdt .rgh-he .desktop .lang svg{color:var(--color-text-primary);width:16px;height:16px}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row{height:100%;display:flex;align-items:center;color:var(--color-white)}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row span{display:none}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row div{font-size:var(--xxs-text)}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .txt-lg{color:var(--color-text-primary)}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row span{font-size:var(--xxs-text)}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .select-country{display:flex}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .select-country img{margin-right:5px;width:15px}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .select-country div{display:none;color:var(--color-white)}.ct-mn-he .cont-wdt .rgh-he .desktop .user{font-size:var(--xxs-text);position:relative;cursor:pointer;color:var(--color-white)}.ct-mn-he .cont-wdt .rgh-he .desktop .user:hover{text-decoration:underline}.ct-mn-he .cont-wdt .rgh-he .desktop .user .row{height:100%;display:flex;align-items:center}.ct-mn-he .cont-wdt .rgh-he .desktop .user .row svg{width:20px;border-radius:var(--bd-rd-xxxl)}.ct-mn-he .cont-wdt .rgh-he .desktop .user .row .txt{font-size:var(--xxs-text);color:var(--color-text-primary)}.ct-mn-he .cont-wdt .rgh-he .desktop .user .row .txt:hover{text-decoration:underline}.ct-mn-he .cont-wdt .rgh-he .suport{display:flex;align-items:center;font-size:var(--xxs-text);cursor:pointer}.ct-mn-he .cont-wdt .rgh-he .mobile{display:none;align-items:center;gap:16px}.ct-mn-he .cont-wdt .rgh-he .mobile .lang-ge{display:flex;align-items:center;justify-content:center}.ct-mn-he .cont-wdt .rgh-he .mobile .cart-black,.ct-mn-he .cont-wdt .rgh-he .mobile .lang-black,.ct-mn-he .cont-wdt .rgh-he .mobile .user-black{display:none}.ct-mn-he .cont-wdt .rgh-he .mobile .lp-research{display:none}.ct-mn-he .cont-wdt .rgh-he .mobile .lg-white a{display:flex;align-items:center;justify-self:center}.ct-mn-he .cont-wdt .rgh-he .mobile .cart,.ct-mn-he .cont-wdt .rgh-he .mobile .lgin,.ct-mn-he .cont-wdt .rgh-he .mobile .mr-set{display:flex;align-items:center;justify-content:center}.ct-mn-he .cont-wdt .rgh-he .mobile .login{display:flex;align-items:center;justify-content:center}.ct-mn-he .cont-wdt .rgh-he .mobile img,.ct-mn-he .cont-wdt .rgh-he .mobile svg{width:24px!important;height:24px!important;color:var(--color-text-primary)}@media only screen and (max-width:800px){.ct-mn-he .cont-wdt .rgh-he .mobile{display:flex;justify-content:flex-end}}@media screen and (max-width:600px){.ct-mn-he .cont-wdt .rgh-he .mobile{width:100%;margin-left:0}.ct-mn-he .cont-wdt .rgh-he .mobile .lp-research{display:flex}}.ct-mn-he .cont-wdt .rgh-he .mobile .coin{width:30x;height:30px}.ov-rs-mb{position:fixed;top:0;left:0;opacity:0;z-index:200;width:100%;height:100%;background-color:rgba(0,0,0,.5);transition:all .3s ease}.ct-input-mb{display:flex;opacity:1;transition:all .3s;position:fixed;top:8%;transform:translateY(100%);left:0;width:100%;height:100%;z-index:201;background-color:var(--color-white);display:flex;align-items:center;flex-direction:column;border-radius:.5rem .5rem 0 0}.ct-input-mb.show{transform:translateY(0)}.ct-input-mb .ct-lg-btn{width:100%;padding:.5rem;display:flex;align-items:center;justify-content:end;position:relative;border-bottom:1px solid var(--color-surface)}.ct-input-mb .ct-lg-btn .title-rs{position:absolute;left:50%;transform:translateX(-50%);font-weight:500}.ct-input-mb .content-search-mb{display:flex;width:100%;flex-direction:row-reverse;padding:1rem .5rem}.ct-input-mb .content-category-mb{width:100%;height:100%;overflow:scroll}.ct-input-mb .sc-mb-bx{margin-top:24px;width:100%}.ct-input-mb .sc-mb-ct{display:block;margin:0 auto}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls{width:100%;max-width:100%;height:100%}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls{display:block;justify-content:center;padding:0 .5rem}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ls-item{margin:6px 0;padding:8px;cursor:pointer;border-radius:var(--bd-rd-button);display:flex;align-items:center;margin-bottom:.7rem;font-weight:500}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ls-item p{width:100%;text-align:center;font-weight:500}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ls-item svg{width:24px;height:24px;margin-right:.5rem}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst{width:100%;max-width:100%;height:100%;display:grid;grid-template-columns:1fr;gap:.5rem;padding-bottom:1rem}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ti-ls{font-weight:500}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls{display:flex;align-items:center;padding:.5rem;border-radius:.5rem;margin-bottom:5px;gap:10px}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls img{width:38px;height:38px;border-radius:var(--bd-rd-xl)}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls .sb-title-ls{color:var(--color-text-primary)}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls .ct-ul{display:flex;flex-direction:column}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls .ct-ul .ct-li{border-radius:.3rem;font-size:var(--xxxs-text);color:var(--color-text-muted)}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .hidden-mb{display:none}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .fade-in-mb{display:grid;border-bottom:1px solid var(--color-surface);animation:fade-in .5s}@keyframes fade-in{from{opacity:0}to{opacity:1}}.ct-input-mb .delet-input{display:flex;align-items:center;justify-content:center;padding:4px}.ct-input-mb .delet-input svg{width:24px;height:24px}.ct-input-mb .input-ct{width:100%;background-color:var(--color-surface);border-radius:.5rem;padding:.75rem;display:flex;flex-direction:row;gap:.5rem;align-items:center}.ct-input-mb .input-ct .input-mb{background-color:var(--color-surface);width:100%;font-size:var(--xxs-text)}.ct-input-mb .input-ct .search-trigger{display:flex;align-items:center;justify-content:center}.ct-input-mb .input-ct .search-trigger svg{width:22px;height:22px}.ct-input-mb .input-ct .clean-input{display:flex;align-items:center;justify-content:center}.ct-input-mb .input-ct .clean-input svg{width:20px;height:20px}.ct-us-md{position:absolute;top:45px;background-color:var(--third);border-radius:var(--bd-rd-sm);width:300px;transition:all .3s;opacity:0;margin-top:20px;color:var(--color-text-primary);border:1px solid var(--color-surface);z-index:99;cursor:auto}@media screen and (max-width:800px){.ct-us-md{left:-200px}}@media screen and (max-width:850px){.ct-us-md{left:-200px}}@media screen and (max-width:600px){.ct-us-md{margin-top:0;margin-left:-40px;top:-320px;left:0;width:calc(100vw - 40px)}}.ct-us-md .us-he{display:flex;align-items:center;padding:15px 20px;border-bottom:1px solid var(--color-surface);border-top-left-radius:10px;border-top-right-radius:10px}@media screen and (max-width:600px){.ct-us-md .us-he{padding:22px 20px}}@media screen and (max-width:600px){.ct-us-md .us-he .ct-if-us{font-size:var(--bd-rd-sm)}}.ct-us-md .us-he .ct-if-us .us-nm-m{font-weight:500;max-width:21ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ct-us-md .us-he .ct-if-us .us-ml{max-width:21ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--bd-rd-xs)}@media screen and (max-width:600px){.ct-us-md .us-he .ct-if-us .us-ml{font-size:var(--xxs-text)}}.ct-us-md .us-bd{display:flex;flex-direction:column}.ct-us-md .us-bd .bt{display:flex;align-items:center;gap:10px;padding:25px 20px;transition:all .3s;border-top:1px solid var(--color-surface);cursor:pointer}.ct-us-md .us-bd .bt svg{width:18px;height:18px}@media screen and (max-width:600px){.ct-us-md .us-bd .bt{padding:22px 20px;font-size:var(--bd-rd-sm)}}.ct-us-md .us-bd .ft-us-md{display:flex;align-items:center;padding:20px;gap:20px}.ct-us-md .us-bd .ft-us-md .ac-btn,.ct-us-md .us-bd .ft-us-md .ex-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 20px;border-radius:var(--bd-rd-xxxl);font-weight:500;cursor:pointer}.ct-us-md .us-bd .ft-us-md .ex-btn{border:2px solid var(--color-text-primary)}.ct-us-md .us-bd .ft-us-md .ac-btn{color:var(--color-white);background-color:var(--color-brand)}.ct-us-md .us-bd .ex-ac{font-weight:500;padding:15px 20px 20px}.ct-mb-mn{position:fixed;top:0;left:0;background-color:var(--color-brand);width:100vw;height:100vh;transition:all .3s;opacity:0;margin-top:20px;user-select:none;z-index:99999999999}@media screen and (max-height:700px){.ct-mb-mn{overflow:scroll}}.ct-mb-mn .he-mb{display:flex;align-items:center;justify-content:space-between;padding:30px;padding-bottom:0;background-color:var(--color-brand)}.ct-mb-mn .he-mb .lg-mb-md img{width:250px}.ct-mb-mn .he-mb .cls-mn{display:flex;align-items:center;justify-content:end;width:40px;height:40px}.ct-mb-mn .he-mb .cls-mn svg{width:22px;height:22px;color:var(--color-surface)}.ct-mb-mn .ct-bd-mn{position:fixed;bottom:0;left:0;padding:20px;padding-top:0}@media screen and (max-height:700px){.ct-mb-mn .ct-bd-mn{position:relative}}.ct-mb-mn .ct-bd-mn .men-it{display:flex;flex-direction:column;margin-top:100px}.ct-mb-mn .ct-bd-mn .men-it .mn-ip{color:var(--color-white);font-size:var(--sm-text);font-weight:500;margin-top:20px}.ct-mb-mn .ct-bd-mn .men-it .mn-ip:first-child{margin-top:0}.ct-mb-mn .ct-bd-mn .mr-btn{display:flex;flex-direction:column;color:var(--color-white);margin-top:100px}.ct-mb-mn .ct-bd-mn .mr-btn .tls-ti{font-size:var(--bd-rd-sm);font-weight:500}.ct-mb-mn .ct-bd-mn .mr-btn .my-tp{font-size:var(--bd-rd-sm);margin-top:20px;font-weight:500}.ct-mb-mn .ct-bd-mn .ct-ac{margin-top:100px;font-size:var(--xxs-text);color:var(--color-white);margin-bottom:20px}.ct-mb-mn .ct-bd-mn .ct-ac .lg-nw{font-size:var(--bd-rd-sm);font-weight:500}.ct-mb-mn .ct-bd-mn .ct-ac .ct-us{position:relative;display:flex;align-items:center}.ct-mb-mn .ct-bd-mn .ct-ac .ct-us .us-fc{display:flex;align-items:center;background-position:center;background-repeat:no-repeat;background-size:cover;width:40px;height:40px}.ct-mb-mn .ct-bd-mn .ct-ac .ct-us .us-n-m{margin-left:15px;font-size:var(--bd-rd-sm);font-weight:500}.lang-modal .sb-ti-ip{width:350px;user-select:none;font-size:var(--xxs-text);margin-bottom:5px}.lang-modal form .switch{color:#4285f4;font-weight:500;cursor:pointer}.lang-modal form .row{display:flex}.lang-modal form .row.between{justify-content:space-between}.lang-modal form .ct-slct{position:relative}.lang-modal form .ct-slct svg{position:absolute;right:10px;top:50%;transform:translate(0,-50%);width:18px;height:18px;user-select:none}.lang-modal form .select-currency,.lang-modal form .select-lang{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:50px;padding:5px;padding-left:10px;width:100%;border-radius:var(--bd-rd-xxss);border:1px solid var(--color-text-muted);color:var(--color-text-primary);-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:"";cursor:pointer}.lang-modal form .txt{margin-bottom:10px}.lang-modal form>:not(:first-child){margin-top:15px}.lang-modal form>div:first-child{margin-top:15px}.lang-modal form button{font-weight:500;margin-top:10px;background-color:#f5f7fa;color:var(--color-text-primary);border-radius:var(--bd-rd-sm);min-height:40px;width:100%}.lang-modal form button.hl{margin-top:0;background-color:var(--color-brand);color:#fff}.back-background{transition:all .3s;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.6);opacity:0;z-index:50}.help{display:flex;align-items:center;gap:5px;color:var(--color-white);user-select:none;cursor:pointer}.help .h-title{font-size:var(--xxs-text)}.help path,.help svg{width:15px;height:15px;fill:var(--third)}.user-perfil{position:relative;padding:.5rem!important;margin-right:0!important;border-radius:var(--bd-rd-xl)!important;display:flex;height:100%;aspect-ratio:1/1;align-items:center;justify-content:center;cursor:pointer;background-color:color-mix(in srgb,var(--color-brand) 4%,#fff)!important}.user-perfil .perfil img{width:100%;border-radius:var(--bd-rd-xl)}.user-perfil svg{width:16px!important;height:16px!important;color:var(--color-text-primary)}.user-perfil .svg-pf{display:flex;align-items:center;transition:all .3s ease}.user-perfil .svg-pf svg{width:18px;height:18px}.user-perfil .svg-rotate{transform:rotate(-180deg)}.user-perfil .txt-use{font-size:var(--xxs-text);font-weight:500}.user-perfil .menu{display:flex;flex-direction:column;justify-content:space-between;height:18px;width:18px}.user-perfil .menu span{height:3px;background-color:var(--color-text-muted);border-radius:var(--bd-rd-xxxs)}.menu-account{transition:all .3s;position:absolute;margin-top:0;min-width:264px;top:50px;right:0;border:1px solid var(--color-surface);box-shadow:0 6px 16px rgba(0,0,0,.12);border-radius:.5rem;background-color:var(--color-white);margin-top:-20px;z-index:999999}@media screen and (max-width:640px){.menu-account{margin-top:0;position:fixed;top:auto;left:0;bottom:0;transform:translateY(100%);opacity:0;right:auto;width:100%;border-radius:.5rem .5rem 0 0}}.menu-account .ct-pf-acc{display:flex;flex-direction:column;padding:1rem;border-bottom:1px solid var(--color-background)}.menu-account .ct-pf-acc .ct-tnm-pf p{font-weight:500;font-size:var(--xxs-text)}.menu-account .ct-pf-acc .ct-nm-pf{max-width:174px}.menu-account .ct-pf-acc .ct-nm-pf p{overflow:hidden;text-overflow:clip}.menu-account .ct-my-acc{display:flex;flex-direction:column;gap:.5rem;padding:.5rem}.menu-account .ct-my-acc .lst-btn-op{display:flex;flex-direction:column;gap:.5rem}.menu-account .ct-my-acc .lst-btn-op .my-lst{transition:all .3s;display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:var(--bd-rd-xxxs);cursor:pointer}.menu-account .ct-my-acc .lst-btn-op .my-lst:hover{background-color:color-mix(in srgb,var(--color-text-primary) 6%,#fff)}.menu-account .ct-my-acc .lst-btn-op .my-lst svg{width:18px!important;height:18px!important;color:var(--color-text-primary)!important}.menu-account .ct-my-acc .lst-btn-op .my-lst a{color:var(--color-text-primary)!important;font-weight:500}.menu-account .ct-my-acc .ftr-ls{border-top:1px solid var(--color-surface);padding-top:.6rem}.menu-account .ct-my-acc .ftr-ls .lst-exit{transition:all .3s;display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;color:var(--color-text-primary);border-radius:var(--bd-rd-xxxs)}.menu-account .ct-my-acc .ftr-ls .lst-exit svg{width:16px;height:16px}.menu-account .ct-my-acc .ftr-ls .lst-exit:hover{background-color:color-mix(in srgb,var(--color-text-primary) 6%,#fff)}.menu-account .ct-my-acc .ftr-ls .lst-exit a{font-weight:500}header{background-color:var(--color-white)}header .ct-mn-he{padding:.7rem 0;margin-bottom:0!important}@media screen and (max-width:800px){header .ct-mn-he .ct-mn-he{padding:.75rem 0}}@media screen and (max-width:600px){header .ct-mn-he{flex-direction:column;gap:.5rem}}header .ct-mn-he .cont-wdt{width:1120px;max-width:91.63%}@media screen and (max-width:800px){header .ct-mn-he .cont-wdt .left-he,header .ct-mn-he .cont-wdt .rgh-he{z-index:1!important}header .ct-mn-he .cont-wdt .left-he .lg-white a,header .ct-mn-he .cont-wdt .rgh-he .lg-white a{display:flex;align-items:center;justify-content:center}}@media screen and (max-width:600px){header .ct-mn-he .cont-wdt{gap:0!important}}header .ct-mn-he .cont-wdt .hd-ct{align-items:center!important}header .ct-mn-he .cont-wdt .ct-btn-he{height:84%!important;justify-content:flex-end!important}header .ct-mn-he .cont-wdt .rgh-he{gap:16px!important}header .ct-mn-he .cont-wdt .rgh-he .lg-black{display:none}@media screen and (max-width:1024px){header .ct-mn-he .cont-wdt .rgh-he .desktop{grid-template-columns:1fr}}@media screen and (max-width:600px){header .ct-mn-he .cont-wdt .rgh-he .desktop{display:none}}header .ct-mn-he .cont-wdt .rgh-he .desktop .search-header{border:none}header .ct-mn-he .cont-wdt .rgh-he .mobile .lang{display:flex;align-items:center;justify-content:center}header .ct-mn-he .cont-wdt .rgh-he .mobile .lang .lan-mb{display:flex;align-items:center;justify-content:center}header .ct-mn-he .cont-wdt .rgh-he .mobile .lang .lan-mb svg{width:20px;height:20px}header .ct-mn-he .cont-wdt .rgh-he .mobile .cart-black,header .ct-mn-he .cont-wdt .rgh-he .mobile .lang-black,header .ct-mn-he .cont-wdt .rgh-he .mobile .user-black{display:none}@media screen and (max-width:800px){header .ct-mn-he .cont-wdt .rgh-he .mobile{display:flex}}header .ct-mn-he .cont-wdt .rgh-he .hd-ct-mv .btn-hd{justify-content:center}header .ct-mn-he .cont-wdt .search-drop{position:fixed;left:0;width:100%;max-width:100%;border-radius:0}header .ct-mn-he .sc-hr-mobile{display:none;flex:1!important;align-items:center;gap:10px;background-color:var(--color-surface);border-radius:var(--bd-rd-xxxs);padding:0 10px;width:100%;max-width:91.63%}header .ct-mn-he .sc-hr-mobile input{width:100%;height:100%;background-color:transparent;font-size:var(--xxs-text);min-height:40px}header .ct-mn-he .sc-hr-mobile input::placeholder{color:var(--color-text-primary)}header .ct-mn-he .sc-hr-mobile path,header .ct-mn-he .sc-hr-mobile svg{width:16px;height:16px;fill:var(--color-text-muted);margin-top:6px}@media screen and (max-width:600px){header .ct-mn-he .sc-hr-mobile{display:flex}}footer{width:100%;height:100%;background-color:var(--color-white)!important;margin-top:-1rem;color:var(--color-text-primary);background-image:none!important;opacity:1;transition:opacity .2s ease-in-out;border-top:1px solid var(--color-surface)}footer .footer-content-view{display:block;width:1120px;max-width:91.63%;height:100%;margin:0 auto}footer .footer-content-view .footer-hp{max-width:100%;display:flex;padding:4rem 0;justify-content:space-between}footer .footer-content-view .footer-hp .footer-ct-list{display:block;text-align:left}footer .footer-content-view .footer-hp .footer-ct-list .footer-list-title{font-weight:500;margin-bottom:14px}footer .footer-content-view .footer-hp .footer-ct-list .media-links .option{margin-bottom:14px}footer .footer-content-view .footer-hp .footer-ct-list .media-links .option .wk-nm{color:var(--color-text-primary);text-transform:capitalize}footer .footer-content-view .footer-hp .footer-ct-list .media-links .option svg{display:none}footer .footer-content-view .footer-hp .footer-ct-list .media-links .option:hover .wk-nm{text-decoration:underline}footer .footer-content-view .footer-hp .footer-ct-list .footer-list{list-style:none}footer .footer-content-view .footer-hp .footer-ct-list .footer-list .footer-list-item{margin-bottom:10px}footer .footer-content-view .footer-hp .footer-ct-list .footer-list .footer-list-item a{color:var(--color-text-primary);text-decoration:none}footer .footer-content-view .footer-hp .footer-ct-list .footer-list .footer-list-item a img{width:24px;height:24px}footer .footer-content-view .footer-hp .footer-ct-list .footer-list .footer-list-item a:hover{text-decoration:underline}footer .footer-content-view .footer-hp .footer-ct-list .footer-list .footer-list-item-icon{margin-bottom:0}footer .footer-content-view .footer-hp .footer-ct-list .list-social-icon{display:flex;gap:6px;align-items:center}footer .footer-content-view .footer-hp .footer-ct-list .links .tag{font-weight:500;margin-bottom:14px}footer .footer-content-view .footer-hp .footer-ct-list .links .wrapper-links{display:flex}footer .footer-content-view .footer-hp .footer-ct-list .links .wrapper-links .seal-ct{margin-left:20px}footer .footer-content-view .footer-hp .footer-ct-list .links .wrapper-links .seal-ct:first-child{margin-left:0}footer .footer-content-view .footer-hp .footer-ct-list .links .wrapper-links .seal-ct img{width:46px;height:46px}@media screen and (max-width:800px){footer .footer-content-view .footer-hp{padding:2.5rem 0 0 0;display:block}footer .footer-content-view .footer-hp .footer-ct-list{margin-bottom:40px}footer .footer-content-view .footer-hp .footer-ct-list:last-child{margin-bottom:2rem}footer .footer-content-view .footer-hp .footer-ct-list .footer-list-title{margin-bottom:.5rem}footer .footer-content-view .footer-hp .footer-ct-list .footer-list .footer-list-item{margin-bottom:.5rem}}footer .all-rights{padding:2rem 0;border-top:1px solid rgba(211,211,211,.699);width:1120px;max-width:91.63%;margin:0 auto}footer .all-rights .all-rights-ft{display:flex;height:100%;justify-content:space-between}footer .all-rights .all-rights-ft .ct-rights{display:flex;align-items:center}footer .all-rights .all-rights-ft .ct-rights .list-btn-footer{list-style:none;display:flex;align-items:center;gap:16px}footer .all-rights .all-rights-ft .ct-rights .list-btn-footer li{cursor:pointer;text-transform:capitalize}footer .all-rights .all-rights-ft .ct-rights .list-btn-footer li a{color:var(--color-text-primary);text-decoration:none;text-transform:capitalize}footer .all-rights .all-rights-ft .ct-rights .list-btn-footer li a:hover{text-decoration:underline}footer .all-rights .all-rights-ft .ct-rights .list-btn-footer span{margin:0 1.5rem}footer .all-rights .all-rights-ft .text-footer{font-weight:300}footer .all-rights .all-rights-ft .footer-social{max-width:100%;text-align:right}footer .all-rights .all-rights-ft .footer-social .list-social{list-style:none;display:flex;align-items:center;gap:16px}@media screen and (max-width:800px){footer .all-rights .all-rights-ft .footer-social .list-social{flex-direction:column;align-items:baseline;gap:0}}footer .all-rights .all-rights-ft .footer-social .list-social-item{display:flex;align-items:center;cursor:pointer}footer .all-rights .all-rights-ft .footer-social .list-social-item .powered-pass{display:flex;align-items:center;cursor:pointer;text-decoration:none!important;color:var(--color-text-primary)}footer .all-rights .all-rights-ft .footer-social .list-social-item .powered-pass svg{width:96px;height:30px;padding-left:12px}footer .all-rights .all-rights-ft .footer-social .list-social-item .powered-pass:hover{text-decoration:underline}footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md{display:flex;align-items:center;background-color:transparent!important;cursor:pointer;width:100%;margin-right:.5rem;padding:.3rem .6rem;border-radius:var(--bd-rd-xl);color:var(--color-text-primary)!important}footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md div{display:flex}footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md .row{display:flex;gap:.5rem;align-items:center}footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md .row span{display:none}footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md .select-country{display:flex;align-items:center}footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md p{margin-left:1px;font-weight:500}footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md span{font-weight:300}@media screen and (max-width:800px){footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md{width:auto}}footer .all-rights .all-rights-ft .footer-social .list-social-item .ct-lg-ft{display:flex;align-items:center;gap:2px}footer .all-rights .all-rights-ft .footer-social .list-social-item .ct-lg-ft img{width:18px;height:18px;margin-right:4px}@media screen and (max-width:800px){footer .all-rights .all-rights-ft .footer-social .list-social-item .ct-lg-ft{margin-top:.5rem}}@media screen and (max-width:1170px){footer .all-rights .all-rights-ft{text-align:center}footer .all-rights .all-rights-ft .ct-rights{justify-content:center}footer .all-rights .all-rights-ft .footer-social .list-social{justify-content:center}}@media screen and (max-width:800px){footer .all-rights{padding-top:2rem;padding-bottom:100px}footer .all-rights .all-rights-ft{display:block}footer .all-rights .all-rights-ft .ct-rights{width:100%;max-width:100%;display:block;text-align:left;line-height:1.5rem}footer .all-rights .all-rights-ft .ct-rights span{display:none}footer .all-rights .all-rights-ft .ct-rights .list-btn-footer{display:block}footer .all-rights .all-rights-ft .ct-rights .list-btn-footer li{margin-bottom:1rem}footer .all-rights .all-rights-ft .ct-rights .list-btn-footer li:last-child{margin-bottom:.5rem}footer .all-rights .all-rights-ft .footer-social{width:100%;max-width:100%}footer .all-rights .all-rights-ft .footer-social .list-social{justify-content:flex-start}footer .all-rights .all-rights-ft .footer-social .list-social-item{line-height:24px;margin-bottom:.5rem}footer .all-rights .all-rights-ft .footer-social .list-social .btn-language-md{padding:.3rem 0}}@media screen and (max-width:801px){footer .footer-content-view .footer-hp{grid-template-columns:1fr}footer .footer-content-view .footer-hp .footer-ct-list{text-align:left}}footer .back-top{display:flex;position:fixed;align-items:center;justify-content:center;width:40px;height:40px;left:20px;bottom:20px;background:var(--color-white);box-shadow:1px 1px 22px -3px rgba(0,0,0,.5);border-radius:var(--bd-rd-xxxl)}footer .back-top svg{width:24px;height:24px}header{background-color:var(--color-white)!important;border-bottom:1px solid var(--color-surface)}header .ct-mn-he{padding:1.5rem 0!important}header .cont-wdt{width:100%!important}header .cont-wdt .rgh-he{justify-content:end}header .cont-wdt .rgh-he .ct-hp{display:flex;align-items:center;cursor:pointer}@media screen and (max-width:326px){header .cont-wdt .rgh-he .ct-hp{margin-top:6px}}header .cont-wdt .rgh-he .ct-hp svg{width:15px;height:15px;color:var(--color-white)}header .cont-wdt .rgh-he .ct-hp .btn-help{margin-left:5px;font-size:var(--xxs-text);color:var(--color-text-primary);font-weight:500}header .cont-wdt .rgh-he .ct-hp .btn-help:hover{text-decoration:underline}header .lang{display:flex;align-items:center;justify-content:center;border:1px solid var(--color-surface);border-radius:var(--bd-rd-xl);padding:.5rem!important;background-color:transparent!important;color:var(--color-text-primary)!important;cursor:pointer}header .lang svg{width:16px;height:16px}@media screen and (max-width:700px){header .lang{display:none}}@media screen and (min-width:701px){header .lang-ge{display:none}}header .perfil-user{background-color:var(--color-surface)!important;align-items:center;color:var(--color-text-primary)!important;cursor:pointer}header .perfil-user svg{width:16px;height:16px}main{min-height:70vh!important}.ct-mn{width:1120px!important}.ct-mn .ct-mn-p{padding:3rem 0 1.5rem;display:grid;grid-template-columns:65% 30%;gap:5%}@media screen and (max-width:800px){.ct-mn .ct-mn-p{grid-template-columns:1fr;gap:.5rem}}.ct-mn .ct-mn-p .ct-left .info-page{font-size:var(--xxs-text);margin-bottom:.2rem}.ct-mn .ct-mn-p .ct-left .title-page{font-size:var(--sm-text);margin-bottom:3rem;font-weight:500}.ct-mn .ct-mn-p .ct-left .err-msg{font-size:var(--xxs-text);margin-bottom:20px}.ct-mn .ct-mn-p .ct-left .ct-content{padding-bottom:1.5rem}.ct-mn .ct-mn-p .ct-left .ct-content .paragraph{margin-bottom:2rem;font-size:var(--xxs-text)}.ct-mn .ct-mn-p .ct-left .ct-content .sb-page{font-size:var(--sm-text);margin:1.5rem 0 1rem 0;font-weight:500}.ct-mn .ct-mn-p .ct-left .ct-content .ds-policy{padding:.5rem 0;font-size:var(--xxs-text)}.ct-mn .ct-mn-p .ct-right{padding-top:1rem}.ct-mn .ct-mn-p .ct-right .card-login{position:sticky;top:60px;padding:20px;border:1px solid var(--color-surface);border-radius:var(--bd-rd-xxss);transition:all .3s ease}.ct-mn .ct-mn-p .ct-right .card-login:hover{box-shadow:0 4px 10px rgba(0,0,0,.1)}@media screen and (max-width:800px){.ct-mn .ct-mn-p .ct-right .card-login{margin-bottom:1.5rem}}.ct-mn .ct-mn-p .ct-right .card-login .ct-login .ds-login{color:var(--color-text-primary)}.ct-mn .ct-mn-p .ct-right .card-login .ct-login .btn-login{margin-top:1rem;padding:8px 18px;font-weight:500;font-size:var(--xxs-text);background-color:var(--color-text-primary);color:var(--color-white);border-radius:var(--bd-rd-xxxl);width:100%}.ct-mn .ct-mn-p .ct-right .card-login .ct-login .title-login{font-size:var(--sm-text);color:var(--color-text-primary);margin-bottom:.5rem;font-weight:500}.ct-mn .ct-mn-p .ct-right .card-login .ct-login .btn-contact-us{margin:1rem 0;padding:13px 16px;font-weight:500;font-size:var(--xxs-text);background-color:var(--color-text-primary);color:var(--color-white);border-radius:var(--bd-rd-xxxl);width:100%}.ct-mn .ct-mn-p .ct-right .card-login .ct-login .feedback{font-size:var(--xxs-text)}.ct-mn .ct-mn-p .ct-right .card-login .ct-login .feedback b{text-decoration:underline;cursor:pointer;font-weight:500}footer{margin-top:0!important;background-color:var(--color-white)!important;border-top:1px solid var(--color-surface)!important}footer .all-rights{padding-bottom:2rem!important}