body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none}html{scrollbar-width:none}.container{width:100%;max-width:calc(100% - .75rem)}@media only screen and (min-width: 421px){.container{max-width:95%}}@media only screen and (min-width: 768px){.container{max-width:90%}}@media only screen and (min-width: 993px){.container{max-width:85%}}@media only screen and (min-width: 1201px){.container{max-width:80%}}@media only screen and (min-width: 1601px){.container{max-width:calc(90vw - 8rem)}}.container-big{max-width:calc(100% - .75rem)}@media only screen and (min-width: 421px){.container-big{max-width:95%}}@media only screen and (min-width: 768px){.container-big{max-width:90%}}@media only screen and (min-width: 1601px){.container-big{max-width:calc(100vw - 8rem)}}.text-smaller{font-size:.75rem}@media only screen and (min-width: 1601px){.text-smaller{font-size:.65rem}}.text-small{font-size:.85rem}@media only screen and (min-width: 1601px){.text-small{font-size:.75rem}}.text-medium{font-size:1.35rem;line-height:1.25}.text-big{font-size:2rem;line-height:1.15}.text-bigger{font-size:2.2rem;line-height:1.1}@media only screen and (min-width: 421px){.text-bigger{font-size:2.1rem}}@media only screen and (min-width: 576px){.text-bigger{font-size:2.25rem}}@media only screen and (min-width: 768px){.text-bigger{font-size:2.4rem;line-height:1}}@media only screen and (min-width: 993px){.text-bigger{font-size:2.5rem}}.medium{font-weight:500}.simon{font-family:Simon Mono,serif;font-size:.85rem}.hover-underline{cursor:pointer;--border-color: currentColor;--border-width: 1px;--bottom-distance: 0px;display:inline;background-image:linear-gradient(var(--border-color),var(--border-color));background-size:0% var(--border-width);background-repeat:no-repeat;transition:background-size .6s;background-position:0 calc(100% - var(--bottom-distance))}.hover-underline:hover,.hover-underline:focus,.hover-underline.active{background-size:100% var(--border-width)}.hover-underline-white{display:inline-flex;position:relative;overflow:hidden}.hover-underline-white:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:currentColor}.hover-underline-white:after{content:"";position:absolute;z-index:2;bottom:0;left:0;width:100%;height:1px;background-color:#fff;transform:translate(-100%);transition:.6s}.hover-underline-white:hover:after{transform:translate(100%)}.hollow-white-button{display:inline-block;white-space:nowrap;padding:.75rem 1.25rem;border:1px solid #fff;color:#fff;font-family:Simon Mono,serif;font-size:.8rem;cursor:pointer;text-align:center}.hollow-white-button:before{background-color:#fff}.hollow-white-button:hover{color:#141517}.hollow-black-button{display:inline-block;white-space:nowrap;padding:.75rem 1.25rem;border:1px solid #141517;color:#141517;font-family:Simon Mono,serif;font-size:.8rem;cursor:pointer;text-align:center}.hollow-black-button:before{background-color:#141517}.hollow-black-button:hover,.hollow-black-button.active{color:#fff}.hollow-black-button.active:before{transform:scaleX(1)}.black-button{display:inline-block;white-space:nowrap;border:none;padding:.75rem 1.25rem;color:#fff;background-color:#141517;font-family:Simon Mono,serif;font-size:.8rem;cursor:pointer;text-align:center}.black-button:before{background-color:#666}.black-button:hover{color:#fff}.form-line{display:block;position:relative;width:100%;margin-bottom:1rem;text-align:left}@media only screen and (min-width: 576px){.form-line{margin-bottom:1.5rem}}.form-line.error .label{color:#ff3838}.form-line.error .line-wrapper .input{border-color:#ff3838!important;color:#ff3838}.form-line.error .line-wrapper .input::placeholder{color:#ff3838}.form-line.error .line-wrapper .input.select:invalid{color:#ff3838}.form-line.error .line-wrapper svg{color:#ff3838}.form-line.error .error-msg{display:block;color:#ff3838;padding-top:.5rem;font-size:75%}.form-line .label{position:relative;z-index:2;display:block;margin-bottom:.5rem}.form-line .label .required{font-weight:400}.form-line .line-wrapper{position:relative;display:block;width:100%}.form-line .line-wrapper .floating-text{position:absolute;z-index:2;top:50%;transform:translateY(-50%);right:1rem;opacity:.5}.form-line .line-wrapper label{font-size:.75rem}.form-line .line-wrapper label.phone-error{display:none}.form-line .line-wrapper .input{display:block;position:relative;z-index:0;width:100%;border:1px solid #141517;box-shadow:inset 0 0 0 10rem #fff;background-color:#fff;padding:1rem}.form-line .line-wrapper .input.select{cursor:pointer}.form-line .line-wrapper .input.select:invalid{color:#bbb}.form-line .line-wrapper .input.textarea{resize:vertical;min-height:10rem;height:10rem}.form-line .line-wrapper .input::placeholder{color:#bbb}.form-line .line-wrapper .show-hide-pass{position:absolute;z-index:2;top:50%;transform:translateY(-50%);right:1rem;width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;color:#666;pointer-events:all;cursor:pointer}.form-line .line-wrapper .show-hide-pass.active svg:first-child{opacity:0}.form-line .line-wrapper .show-hide-pass.active svg:last-child{opacity:1}.form-line .line-wrapper .show-hide-pass svg{top:50%;left:50%;right:auto;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:all;color:inherit;padding:.05rem}.form-line .line-wrapper .show-hide-pass svg:last-child{opacity:0;padding:0}.form-line .line-wrapper svg{position:absolute;z-index:2;top:50%;transform:translateY(-50%);right:1rem;width:.75rem;height:.75rem;pointer-events:none;color:#bbb}.input-submit{position:relative}.input-submit input[type=submit]{position:absolute;top:0;left:0;width:0;height:0;opacity:0;visibility:hidden;pointer-events:none;color:#0000;background-color:#0000;z-index:-999}.input-submit button{display:block;width:100%;text-align:center;padding:1.15rem 0}.line-label-wrapper{position:relative;display:block;margin-bottom:1.5rem;width:100%;align-self:stretch}.line-label-wrapper .label{position:absolute;z-index:2;top:-.5rem;left:.5rem;background-color:#fff;cursor:pointer;width:fit-content;text-transform:uppercase;font-weight:500;padding:0 .5rem}.line-label-wrapper .field-wrapper{position:relative;display:block;border:1px solid #141517;height:100%}.line-label-wrapper .field-wrapper input,.line-label-wrapper .field-wrapper select{display:block;position:relative;z-index:0;width:100%;padding:1rem;border:none;background-color:#fff}.line-label-wrapper .field-wrapper input[type=number]{text-align:center;-webkit-appearance:textfield;appearance:textfield}.line-label-wrapper .field-wrapper input[type=number]::-webkit-outer-spin-button,.line-label-wrapper .field-wrapper input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.line-label-wrapper .field-wrapper select{cursor:pointer}.line-label-wrapper .field-wrapper .side-icon{position:absolute;z-index:2;top:50%;right:1rem;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:.5rem;height:.5rem;pointer-events:none;opacity:.5}.line-label-wrapper .field-wrapper .decrease,.line-label-wrapper .field-wrapper .increase{position:absolute;z-index:2;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:.5rem;height:.5rem}.line-label-wrapper .field-wrapper .decrease{left:1rem}.line-label-wrapper .field-wrapper .increase{right:1rem}input:disabled,select:disabled,textarea:disabled{cursor:not-allowed!important;opacity:.25}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes floating{0%{transform:translateY(0)}25%{transform:translateY(-1rem)}75%{transform:translateY(1rem)}to{transform:translateY(0)}}*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}li,ul,ol,figure{padding:0;margin:0;list-style:none}.cf:after{visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0}.swiper-pagination-bullet{background-color:currentColor}canvas,img,video,picture,figure{max-width:100%;height:auto;box-sizing:border-box;display:block}svg{width:100%;height:100%;fill:currentColor}button{-webkit-appearance:none;appearance:none;outline:none;border:none;background-color:#0000;cursor:pointer;padding:0}a,a:hover{text-decoration:none;color:currentColor}textarea,input,select{-webkit-appearance:none;appearance:none;outline:none}textarea{resize:vertical}h1,h2,h3,h4,h5,h6,p,a,li,ul,ol,span,strong,em{padding:0;margin:0;margin-block-start:0;margin-block-end:0;font-style:normal;letter-spacing:normal;font-weight:400}a{font-weight:inherit}strong,b{font-weight:700}br{line-height:inherit}section,main{position:relative}main{overflow:hidden}.cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}html,body{-webkit-font-smoothing:antialiased;background-color:#fff;font-family:Lyyra,sans-serif;color:#141517;font-size:16px;font-size:clamp(18px,1.33vw,24px);line-height:1.4}@media only screen and (min-width: 1601px){html,body{font-size:1.25vw}}#opening-animation{position:fixed;z-index:99999999;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2rem;background-color:#0000;color:#fff;pointer-events:none}#opening-animation button{position:relative;z-index:2;visibility:hidden;opacity:0;transform:translateY(-4.5rem);will-change:transform;transition:visibility 2s,opacity 2s,transform 2s;margin-bottom:1rem}@media only screen and (max-width: 575px){#opening-animation button{font-size:.7rem}}#top-menu{z-index:99;background-color:#0000;mix-blend-mode:exclusion;color:#fff;will-change:opacity color background-color;transition:.3s}#top-menu.home{position:absolute;top:0;left:0;width:100%}#top-menu.home.active .flex{border-color:#fff}#top-menu.home .flex{border-color:#0000}#top-menu.home .flex .right .icons li a.circle,#top-menu.home .flex .right .icons li button.circle{background-color:#fff;color:#141517}#top-menu .flex{display:flex;align-items:center;justify-content:space-between;column-gap:1.5rem;border-bottom:1px solid #fff;padding:1.15rem 0;transition:.6s}@media only screen and (min-width: 421px){#top-menu .flex{padding:1.25rem 0}}@media only screen and (min-width: 993px){#top-menu .flex{padding:1.5rem 0}}#top-menu .flex .logo{display:flex;align-items:center;justify-content:center;width:8rem;transition:.3s}@media only screen and (min-width: 421px){#top-menu .flex .logo{width:9rem}}#top-menu .flex .logo:hover{opacity:.75}#top-menu .flex .right{display:flex;align-items:center;justify-content:flex-end;column-gap:2rem}@media only screen and (min-width: 1601px){#top-menu .flex .right{column-gap:3rem}}#top-menu .flex .right .menu{display:none}@media only screen and (min-width: 1201px){#top-menu .flex .right .menu{display:block}}#top-menu .flex .right .menu ul{display:flex;align-items:center;justify-content:flex-end;column-gap:1.75rem}#top-menu .flex .right .menu ul a{display:flex;align-items:center;justify-content:center;column-gap:.45rem}#top-menu .flex .right .menu ul a svg{width:.5rem;height:.5rem}#top-menu .flex .right .icons{display:flex;align-items:center;justify-content:flex-end;column-gap:.25rem;margin-right:-.25rem}@media only screen and (min-width: 421px){#top-menu .flex .right .icons{column-gap:.75rem}}@media only screen and (min-width: 1201px){#top-menu .flex .right .icons{margin-right:0}}#top-menu .flex .right .icons li.mob{margin-left:.05rem}@media only screen and (min-width: 1201px){#top-menu .flex .right .icons li.mob{display:none}}#top-menu .flex .right .icons li.mob .open-fs{display:flex;padding:0}#top-menu .flex .right .icons li.mob .open-fs.opened .line-1,#top-menu .flex .right .icons li.mob .open-fs.opened .line-3{stroke-dasharray:90 207;stroke-dashoffset:-140}#top-menu .flex .right .icons li.mob .open-fs.opened .line-2{stroke-dasharray:1 60;stroke-dashoffset:-60}#top-menu .flex .right .icons li.mob .open-fs .line{fill:none;stroke:currentColor;stroke-width:5;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}#top-menu .flex .right .icons li.mob .open-fs .line.line-1,#top-menu .flex .right .icons li.mob .open-fs .line.line-3{stroke-dasharray:60 207}#top-menu .flex .right .icons li.mob .open-fs .line.line-2{stroke-dasharray:60 60}#top-menu .flex .right .icons li a,#top-menu .flex .right .icons li button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:.5rem;transition:.3s}@media only screen and (min-width: 421px){#top-menu .flex .right .icons li a,#top-menu .flex .right .icons li button{width:1.75rem;height:1.75rem;padding:.375rem}}@media only screen and (min-width: 1601px){#top-menu .flex .right .icons li a,#top-menu .flex .right .icons li button{width:1.6rem;height:1.6rem}}#top-menu .flex .right .icons li a:hover,#top-menu .flex .right .icons li button:hover{opacity:.75}#top-menu .flex .right .icons li a.circle,#top-menu .flex .right .icons li button.circle{border-radius:50%;background-color:#141517;color:#fff;padding:.6rem;margin-left:.25rem}@media only screen and (min-width: 421px){#top-menu .flex .right .icons li a.circle,#top-menu .flex .right .icons li button.circle{padding:.45rem;margin-left:.15rem}}#top-menu .flex .right .icons li a.open-cart,#top-menu .flex .right .icons li button.open-cart{position:relative}#top-menu .flex .right .icons li a.open-cart .cart-items,#top-menu .flex .right .icons li button.open-cart .cart-items{position:absolute;z-index:2;bottom:.1rem;right:0;width:.9rem;height:.9rem;background-color:#fff;color:#141517;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.55rem}@media only screen and (min-width: 421px){#top-menu .flex .right .icons li a.open-cart .cart-items,#top-menu .flex .right .icons li button.open-cart .cart-items{bottom:0;right:-.175rem;width:.85rem;height:.85rem}}#products-menu{position:absolute;z-index:98;top:0;left:0;width:100%;background-color:#fff;transition:.6s;transform:translateY(-105%);will-change:transform;padding-top:6em;box-shadow:1rem 0 4rem #0000001a}#products-menu.active{transform:none}#products-menu .flex{display:flex;align-items:center;justify-content:space-between;column-gap:2rem;padding:2rem 0}#products-menu .flex .left{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:1.25rem}@media only screen and (max-width: 1600px){#products-menu .flex .left .text-bigger{font-size:2.75rem}}#products-menu .flex .right{display:flex;align-items:flex-start;justify-content:space-between;column-gap:.1rem;width:100%}#products-menu .flex .right li{width:100%}#products-menu .flex .right li a{display:block;text-align:center;transition:.6s}#products-menu .flex .right li a:hover{transform:translateY(-.5rem)}#products-menu .flex .right li a img{display:block;margin:auto;margin-bottom:1rem;height:8rem;object-fit:contain;object-position:center bottom}@media only screen and (min-width: 1601px){#products-menu .flex .right li a img{height:8rem}}#fs-menu{--menu-size: 5.75rem;position:absolute;z-index:98;background-color:#fff;top:0;left:0;width:100%;height:100vh;transition:.6s;transform:translateY(-105vh);will-change:transform;padding-top:var(--menu-size)}@media only screen and (min-width: 576px){#fs-menu{--menu-size: 7rem}}@media only screen and (min-width: 993px){#fs-menu{--menu-size: 8rem}}#fs-menu .menu{height:calc(100vh - var(--menu-size));overflow:scroll;padding:.15rem .15rem 2rem;-ms-overflow-style:none;scrollbar-width:none}#fs-menu .menu::-webkit-scrollbar{display:none}#fs-menu .menu>ul>li{border-bottom:1px solid #141517}#fs-menu .menu>ul>li.has-sub.active .flex svg{transform:rotate(180deg)}@media only screen and (min-width: 576px){#fs-menu .menu>ul>li.has-sub:hover .flex p,#fs-menu .menu>ul>li.has-sub.active .flex p{transform:translate(.5rem)}}#fs-menu .menu>ul>li.has-sub .flex{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:.75rem 0}@media only screen and (min-width: 768px){#fs-menu .menu>ul>li.has-sub .flex{padding:1rem 0}}#fs-menu .menu>ul>li.has-sub .flex p{transition:.3s;will-change:transform}#fs-menu .menu>ul>li.has-sub .flex svg{width:.75rem;height:.75rem;transform:rotate(45deg);transition:.6s}#fs-menu .menu>ul>li.has-sub .sub{display:none;padding-top:.25rem;padding-bottom:1.5rem;margin-left:-.15rem}@media only screen and (min-width: 576px){#fs-menu .menu>ul>li.has-sub .sub{padding-top:.5rem;padding-bottom:2rem;padding-left:.5rem;margin-left:0}}#fs-menu .menu>ul>li.has-sub .sub ul{display:flex;flex-wrap:wrap;gap:.45rem}@media only screen and (min-width: 576px){#fs-menu .menu>ul>li.has-sub .sub ul{gap:.5rem}}#fs-menu .menu>ul>li.has-sub .sub ul li a{display:inline-block;border:1px solid #141517;font-weight:500;border-radius:10rem;opacity:.5;transition:.3s;will-change:color background-color;padding:.5rem .75rem;font-size:.8rem}@media only screen and (min-width: 576px){#fs-menu .menu>ul>li.has-sub .sub ul li a{padding:.5rem 1rem;font-size:.85rem}}#fs-menu .menu>ul>li.has-sub .sub ul li a:hover{background-color:#141517;color:#fff}#fs-menu .menu>ul>li>a{display:block;padding:.75rem 0;transition:.3s;will-change:transform}@media only screen and (min-width: 768px){#fs-menu .menu>ul>li>a{padding:1rem 0}}#fs-menu .menu>ul>li>a:hover{transform:translate(.5rem)}body.fs-menu-open{overflow:hidden}body.fs-menu-open #top-menu{background-color:#141517;color:#fff;mix-blend-mode:normal}body.fs-menu-open #top-menu .flex{border-color:#0000}body.fs-menu-open #fs-menu{transform:none}#cart-menu{visibility:hidden;position:fixed;z-index:102;top:0;left:0;width:100%;height:100%;pointer-events:none}#cart-menu .bg{position:fixed;z-index:0;top:0;left:0;width:100%;height:100%;background-color:#141517d9;transition:.6s;opacity:0}#cart-menu .wrap{position:absolute;z-index:1;top:0;right:0;width:35rem;height:100%;background-color:#fff;transform:translate(100%);transition:.6s;display:flex;flex-direction:column;max-width:100%;padding:1.5rem}@media only screen and (min-width: 576px){#cart-menu .wrap{max-width:calc(100% - 3rem);padding:2.5rem 2.5rem 0}}@media only screen and (min-width: 1201px){#cart-menu .wrap{padding-top:1.75rem}}#cart-menu .wrap .top{display:flex;align-items:center;justify-content:space-between;column-gap:1rem;padding-bottom:1.375rem;border-bottom:1px solid #141517}@media only screen and (min-width: 576px){#cart-menu .wrap .top{padding-bottom:1.5rem}}#cart-menu .wrap .top h4{font-weight:700}#cart-menu .wrap .top .close-cart{display:flex;align-items:center;justify-content:center;width:1.25rem;min-width:1.25rem;height:1.25rem;transition:.6s}#cart-menu .wrap .top .close-cart:hover{transform:rotate(180deg)}#cart-menu .wrap .scroll{display:flex;flex-direction:column;height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding-top:1.5rem;padding-bottom:2.5rem}#cart-menu .wrap .scroll::-webkit-scrollbar{display:none}#cart-menu .wrap .scroll .products .product{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid #e2e2e2;padding-bottom:1rem;margin-bottom:1rem}@media only screen and (min-width: 421px){#cart-menu .wrap .scroll .products .product{padding-bottom:1.25rem;margin-bottom:1.25rem}}#cart-menu .wrap .scroll .products .product .left{display:flex;align-items:center;justify-content:flex-start;column-gap:.75rem}@media only screen and (min-width: 421px){#cart-menu .wrap .scroll .products .product .left{column-gap:1rem}}#cart-menu .wrap .scroll .products .product .left .image{height:4.5rem;width:4.5rem;min-width:4.5rem;border:1px solid #e2e2e2;padding:.5rem .75rem;display:flex;align-items:center;justify-content:center}@media only screen and (min-width: 421px){#cart-menu .wrap .scroll .products .product .left .image{height:5.375rem;width:5.375rem;min-width:5.375rem}}#cart-menu .wrap .scroll .products .product .left .image img{width:100%;height:100%;object-fit:contain}#cart-menu .wrap .scroll .products .product .left .infos{display:flex;flex-direction:column;gap:.15rem}@media only screen and (min-width: 421px){#cart-menu .wrap .scroll .products .product .left .infos{gap:.25rem}}#cart-menu .wrap .scroll .products .product .left .infos .category{opacity:.5;font-size:75%}@media only screen and (min-width: 421px){#cart-menu .wrap .scroll .products .product .left .infos .category{font-size:90%}}#cart-menu .wrap .scroll .products .product .left .infos .name{font-weight:500}@media only screen and (min-width: 421px){#cart-menu .wrap .scroll .products .product .left .infos .name{font-size:110%}}#cart-menu .wrap .scroll .products .product .left .infos .price span{font-size:75%;padding-left:.175rem}#cart-menu .wrap .scroll .products .product .right{text-align:center}#cart-menu .wrap .scroll .products .product .right input{display:block;margin-bottom:.25rem;width:3.275rem;height:2rem;line-height:2rem;border:1px solid #e2e2e2;text-align:center;-webkit-appearance:textfield;appearance:textfield}@media only screen and (min-width: 421px){#cart-menu .wrap .scroll .products .product .right input{margin-bottom:.5rem;width:4rem}}#cart-menu .wrap .scroll .products .product .right input::-webkit-outer-spin-button,#cart-menu .wrap .scroll .products .product .right input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#cart-menu .wrap .scroll .products .product .right .remove{font-size:70%;opacity:.5}@media only screen and (min-width: 421px){#cart-menu .wrap .scroll .products .product .right .remove{font-size:80%}}#cart-menu .wrap .scroll .protection{display:block;padding:.5rem .25rem}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection{display:block;padding:0;width:100%}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container{max-width:100%;min-width:auto;padding:0}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget{gap:1rem}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-1 .left .pw-logo-container{width:2rem;min-width:2rem;margin-right:1rem}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-1 .left .pw-logo-container svg{margin:0}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-1 .left .pw-title{align-items:center}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-1 .left .pw-title span{font-family:Lyyra,sans-serif;font-size:1rem;letter-spacing:normal;font-weight:700}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-1 .pw-toggle-wrapper .pw-switch-class[data-toggle=true] .pw-switch{background-color:#141517;border-color:#141517}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-1 .pw-toggle-wrapper .pw-switch-class[data-toggle=true] .pw-switch .pw-ellipse{background-color:#fff;left:calc(100% - 1.5rem)}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-1 .pw-toggle-wrapper .pw-switch-class[data-toggle=true] .pw-switch .pw-toggle{opacity:1}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-1 .pw-toggle-wrapper .pw-switch-class .pw-switch{width:3.5rem;height:2rem;border-radius:4rem;padding:0;background-color:#0000;background-color:#f9f9f9;border:1px solid #e2e2e2}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-1 .pw-toggle-wrapper .pw-switch-class .pw-switch .pw-ellipse{background-color:#666;width:1rem;height:1rem;left:.5rem}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-1 .pw-toggle-wrapper .pw-switch-class .pw-switch .pw-toggle{opacity:0;margin-left:.5rem}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-2{margin:0}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-2 .pw-subtitle{margin:0;max-width:80%}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-2 .pw-subtitle .pw-subtitle-text{font-family:Lyyra,sans-serif!important;line-height:1.4;color:#141517;font-size:.85rem!important;letter-spacing:normal}@media only screen and (min-width: 1601px){#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-2 .pw-subtitle .pw-subtitle-text{font-size:.75rem!important}}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-2 .pw-price span{font-family:Lyyra,sans-serif;line-height:1.4;color:#141517;font-size:.85rem;letter-spacing:normal;font-weight:700}@media only screen and (min-width: 1601px){#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-2 .pw-price span{font-size:.75rem}}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-3{margin:0}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-3 .capsule{margin-left:-.25rem}#cart-menu .wrap .scroll .protection route-protect-widget .pw-route-protection .pw-container .pw-widget .pw-row-3 .capsule .combination_mark-container{width:4rem;margin-left:.5rem;opacity:.5}#cart-menu .wrap .scroll .subtotal{display:block;width:100%;padding:.75rem 0;border-top:1px solid #141517;border-bottom:1px solid #141517;margin:1.5rem 0;text-align:center}@media only screen and (min-width: 576px){#cart-menu .wrap .scroll .subtotal{padding:1rem 0;margin:2rem 0}}#cart-menu .wrap .scroll .subtotal .price{display:block;margin-bottom:.175rem}#cart-menu .wrap .scroll .subtotal .subtotal-original{text-decoration:line-through;opacity:.5;font-weight:400;margin-left:.25rem}#cart-menu .wrap .scroll .subtotal .cart-discounts{margin-bottom:.5rem}#cart-menu .wrap .scroll .subtotal .cart-discounts .cart-discount-line{display:flex;align-items:center;justify-content:center;gap:.5rem}#cart-menu .wrap .scroll .subtotal .cart-discounts .cart-discount-code{background:#f0f0f0;padding:.125rem .5rem;border-radius:.25rem;font-size:85%;text-transform:uppercase;letter-spacing:.025rem}#cart-menu .wrap .scroll .subtotal .cart-discounts .cart-discount-amount{color:#27ae60;font-weight:600}#cart-menu .wrap .scroll .subtotal .taxes{opacity:.5}#cart-menu .wrap .scroll .discount{display:block;margin-bottom:.5rem}@media only screen and (min-width: 576px){#cart-menu .wrap .scroll .discount{margin-bottom:1rem}}#cart-menu .wrap .scroll .discount .flex{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.5rem;margin-bottom:.5rem}#cart-menu .wrap .scroll .discount .flex input{display:block;width:100%;padding:.675rem .825rem;border:1px solid #141517}@media only screen and (min-width: 576px){#cart-menu .wrap .scroll .discount .flex input{padding:1rem}}#cart-menu .wrap .scroll .discount .flex button{align-self:stretch;padding:0 1rem}#cart-menu .wrap .scroll .discount .response{color:#27ae60;padding:.5rem 0}#cart-menu .wrap .scroll .discount .response.error{color:#ff3838}#cart-menu .wrap .scroll .discount .helper-msg{display:block;margin-top:.5rem}#cart-menu .wrap .scroll .checkout{padding:1.15rem 0}#cart-menu .wrap .scroll .payment{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:1rem auto 0;opacity:.5}#cart-menu .wrap .scroll .payment p{text-transform:uppercase;font-size:85%;letter-spacing:.075rem}@media only screen and (min-width: 576px){#cart-menu .wrap .scroll .payment p{letter-spacing:.125rem;font-size:80%}}#cart-menu .wrap .scroll .payment svg{max-width:100%;width:8.725rem;height:auto;opacity:.95}@media only screen and (min-width: 576px){#cart-menu .wrap .scroll .payment svg{width:9rem}}body.cart-menu-open{overflow:hidden}body.cart-menu-open #cart-menu{visibility:visible!important;pointer-events:all}body.cart-menu-open #cart-menu .bg{opacity:1}body.cart-menu-open #cart-menu .wrap{transform:none}#search-menu{visibility:hidden;position:fixed;z-index:102;top:0;left:0;width:100%;height:100%;pointer-events:none}#search-menu .bg{position:fixed;z-index:0;top:0;left:0;width:100%;height:100%;background-color:#141517d9;transition:.6s;opacity:0}#search-menu .wrap{position:absolute;z-index:1;top:0;right:0;width:35rem;height:100%;background-color:#fff;transform:translate(100%);transition:.6s;display:flex;flex-direction:column;max-width:100%;padding:1.5rem}@media only screen and (min-width: 576px){#search-menu .wrap{max-width:calc(100% - 3rem);padding:2.5rem 2.5rem 0}}@media only screen and (min-width: 1201px){#search-menu .wrap{padding-top:1.75rem}}#search-menu .wrap .top{display:flex;align-items:center;justify-content:space-between;column-gap:1rem;padding-bottom:1.375rem;border-bottom:1px solid #141517}@media only screen and (min-width: 576px){#search-menu .wrap .top{padding-bottom:1.5rem}}#search-menu .wrap .top .icon{display:flex;align-items:center;justify-content:center;width:1.25rem;min-width:1.25rem;height:1.25rem;opacity:.5}#search-menu .wrap .top input{display:block;width:100%;padding:.125rem 0;border:none}@media only screen and (min-width: 576px){#search-menu .wrap .top input{padding:.25rem}}#search-menu .wrap .top .close-search{display:flex;align-items:center;justify-content:center;width:1.25rem;min-width:1.25rem;height:1.25rem;transition:.6s}#search-menu .wrap .top .close-search:hover{transform:rotate(180deg)}#search-menu .wrap .scroll{display:flex;flex-direction:column;height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding-top:1.5rem;padding-bottom:2.5rem}#search-menu .wrap .scroll::-webkit-scrollbar{display:none}#search-menu .wrap .scroll .filters{display:flex;align-items:center;justify-content:flex-start;gap:1rem;width:100%;padding-bottom:1rem;margin-bottom:1rem}#search-menu .wrap .scroll .results>div.products .product{display:flex;align-items:center;justify-content:flex-start;border-bottom:1px solid #e2e2e2;padding-bottom:1rem;margin-bottom:1rem;column-gap:.75rem;transition:.3s}@media only screen and (min-width: 421px){#search-menu .wrap .scroll .results>div.products .product{padding-bottom:1.25rem;margin-bottom:1.25rem;column-gap:1rem}}#search-menu .wrap .scroll .results>div.products .product:hover{opacity:.75}#search-menu .wrap .scroll .results>div.products .product .image{height:4.5rem;width:4.5rem;min-width:4.5rem;border:1px solid #e2e2e2;background-color:#fff;padding:.5rem .75rem;display:flex;align-items:center;justify-content:center}@media only screen and (min-width: 421px){#search-menu .wrap .scroll .results>div.products .product .image{height:5.375rem;width:5.375rem;min-width:5.375rem}}#search-menu .wrap .scroll .results>div.products .product .image img{width:100%;height:100%;object-fit:contain}#search-menu .wrap .scroll .results>div.products .product .infos{display:flex;flex-direction:column;gap:.15rem}@media only screen and (min-width: 421px){#search-menu .wrap .scroll .results>div.products .product .infos{gap:.25rem}}#search-menu .wrap .scroll .results>div.products .product .infos .category{opacity:.5;font-size:75%}@media only screen and (min-width: 421px){#search-menu .wrap .scroll .results>div.products .product .infos .category{font-size:90%}}#search-menu .wrap .scroll .results>div.products .product .infos .name{font-weight:500}@media only screen and (min-width: 421px){#search-menu .wrap .scroll .results>div.products .product .infos .name{font-size:110%}}#search-menu .wrap .scroll .results>div.products .product .infos .price span{font-size:75%;padding-left:.175rem}#search-menu .wrap .scroll .results>div.blogs .blog{display:flex;align-items:flex-start;justify-content:flex-start;border-bottom:1px solid #e2e2e2;padding-bottom:1rem;margin-bottom:1rem;column-gap:.75rem;transition:.3s}@media only screen and (min-width: 421px){#search-menu .wrap .scroll .results>div.blogs .blog{padding-bottom:1.25rem;margin-bottom:1.25rem;column-gap:1rem}}#search-menu .wrap .scroll .results>div.blogs .blog:hover{opacity:.75}#search-menu .wrap .scroll .results>div.blogs .blog .image{height:4.5rem;width:4.5rem;min-width:4.5rem;border:1px solid #e2e2e2;background-color:#fff;padding:0;display:flex;align-items:center;justify-content:center}@media only screen and (min-width: 421px){#search-menu .wrap .scroll .results>div.blogs .blog .image{height:5.375rem;width:5.375rem;min-width:5.375rem}}#search-menu .wrap .scroll .results>div.blogs .blog .image img{width:100%;height:100%;object-fit:cover}#search-menu .wrap .scroll .results>div.blogs .blog .infos{display:flex;flex-direction:column;gap:.15rem}@media only screen and (min-width: 421px){#search-menu .wrap .scroll .results>div.blogs .blog .infos{gap:.25rem}}#search-menu .wrap .scroll .results>div.blogs .blog .infos .title{font-weight:500}@media only screen and (min-width: 421px){#search-menu .wrap .scroll .results>div.blogs .blog .infos .title{font-size:110%}}#search-menu .wrap .scroll .results>div.blogs .blog .infos .desc{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:80%}#search-menu .wrap .scroll .results>div.collections .flex{display:flex;flex-direction:column;gap:1.5rem}#search-menu .wrap .scroll .results>div.collections .flex .collection{font-weight:500;width:fit-content}#search-menu .wrap .scroll .results>div:not(.active){display:none}body.search-menu-open{overflow:hidden}body.search-menu-open #search-menu{visibility:visible!important;pointer-events:all}body.search-menu-open #search-menu .bg{opacity:1}body.search-menu-open #search-menu .wrap{transform:none}#footer{background-color:#141517;color:#fff}#footer .top .left{padding-top:2rem;padding-bottom:1rem;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;position:relative;gap:1rem}@media only screen and (min-width: 993px){#footer .top .left{padding-right:4rem;padding-bottom:2rem;gap:1.25rem}}#footer .top .left:after{position:absolute;top:0;right:1.5rem;width:1px;height:100%;background:#ffffff40}@media only screen and (min-width: 993px){#footer .top .left:after{content:""}}#footer .top .left .klaviyo-form{width:100%}#footer .top .left .klaviyo-form form{background-color:#0000!important}#footer .top .left .klaviyo-form form div[data-testid=form-row]{display:block!important}@media only screen and (min-width: 421px){#footer .top .left .klaviyo-form form div[data-testid=form-row]{display:flex!important;align-items:stretch;justify-content:space-between;column-gap:.5rem;padding-bottom:.1rem}}#footer .top .left .klaviyo-form form div[data-testid=form-row] input[type=email]{display:block;position:relative;z-index:0;width:100%;border:1px solid #fff;border-radius:0!important;background-color:#fff!important;padding:1rem!important;height:auto!important;color:#141517!important;font-family:Lyyra,sans-serif!important;font-size:1rem!important}#footer .top .left .klaviyo-form form div[data-testid=form-row] input[type=email]::placeholder{font-family:Lyyra,sans-serif!important;font-size:1rem!important}#footer .top .left .klaviyo-form form div[data-testid=form-row]>div:last-child{padding:0!important;background-color:#0000!important;color:#fff}#footer .top .left .klaviyo-form form div[data-testid=form-row]>div:last-child button{width:100%;display:block;white-space:nowrap;border:1px solid #fff!important;color:#fff!important;font-family:Simon Mono,serif!important;font-size:.8rem!important;background-color:#0000!important;cursor:pointer;text-align:center;padding:1.25rem!important;transform:perspective(1px) translateZ(0);position:relative;transition-property:color;transition-duration:.5s;align-self:normal!important;margin-top:.5rem}@media only screen and (min-width: 421px){#footer .top .left .klaviyo-form form div[data-testid=form-row]>div:last-child button{margin-top:0;padding:1.05rem 1.25rem!important}}#footer .top .left .klaviyo-form form div[data-testid=form-row]>div:last-child button:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;transform:scaleX(0);transform-origin:0 50%;transition-property:transform;transition-duration:.5s;transition-timing-function:ease-out;background-color:#fff!important}#footer .top .left .klaviyo-form form div[data-testid=form-row]>div:last-child button:hover{color:#141517!important}#footer .top .left .klaviyo-form form div[data-testid=form-row]>div:last-child button:hover:before{transform:scaleX(1);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}#footer .top .left .klaviyo-form form div[data-testid=form-row]>div:last-child p>span{font-family:Lyyra,sans-serif!important;color:#fff;display:block;margin:0 0 1rem;text-align:left}#footer .top .right{padding-top:2rem;display:flex;align-items:flex-start;justify-content:space-between;column-gap:.75rem;flex-wrap:wrap}@media only screen and (min-width: 576px){#footer .top .right{flex-wrap:nowrap;column-gap:2rem;padding-bottom:2rem}}#footer .top .right ul{display:block;margin-bottom:2rem;width:calc(50% - .75rem)}@media only screen and (min-width: 576px){#footer .top .right ul{width:100%;margin-bottom:0}}#footer .top .right ul:last-child{width:100%}#footer .top .right ul li{display:block;padding-bottom:.15rem}#footer .top .right ul li p{display:block;margin-bottom:.25rem}@media only screen and (min-width: 576px){#footer .top .right ul li p{margin-bottom:.5rem}}#footer .top .right ul li a{font-size:.85rem;--border-color: currentColor;--border-width: 1px;--bottom-distance: 0px;display:inline;background-image:linear-gradient(var(--border-color),var(--border-color));background-size:0% var(--border-width);background-repeat:no-repeat;transition:background-size .5s;background-position:0 calc(100% - var(--bottom-distance))}@media only screen and (min-width: 1601px){#footer .top .right ul li a{font-size:.75rem}}#footer .top .right ul li a:hover,#footer .top .right ul li a:focus,#footer .top .right ul li a.active{background-size:100% var(--border-width)}#footer .bottom{border-top:1px solid hsla(0,0%,100%,.25);text-align:center}@media only screen and (min-width: 421px){#footer .bottom{text-align:left}}#footer .bottom .col-12{padding-top:1.5rem;padding-bottom:1.5rem}@media only screen and (min-width: 421px){#footer .bottom .col-12{display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse}}#footer .bottom .col-12 .social{display:flex;align-items:center;justify-content:center;column-gap:1.25rem;margin-bottom:1rem}@media only screen and (min-width: 421px){#footer .bottom .col-12 .social{justify-content:flex-start;margin-bottom:0;column-gap:1rem}}#footer .bottom .col-12 .social a{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:.1rem;transition:.3s}@media only screen and (min-width: 421px){#footer .bottom .col-12 .social a{padding:.15rem}}#footer .bottom .col-12 .social a:hover{opacity:.5}.popup{display:none;padding:.5rem;background-color:#0000;max-width:calc(100% - 1rem);width:100vw}@media only screen and (min-width: 576px){.popup{width:90vw}}@media only screen and (min-width: 768px){.popup{width:82.475vw}}@media only screen and (min-width: 1201px){.popup{width:64.5vw}}.popup.fancybox__content>.is-close-btn{top:-1.5rem!important;right:0!important;background-color:#0000!important;width:2rem;height:2rem}.popup .wrap{display:block;margin:auto;text-align:center;background-color:#fff;color:#141517;padding:1.75rem 1.25rem;z-index:2;position:relative}@media only screen and (min-width: 421px){.popup .wrap{padding:2rem}}@media only screen and (min-width: 576px){.popup .wrap{padding:3rem}}@media only screen and (min-width: 768px){.popup .wrap{padding:4rem}}@media only screen and (min-width: 1201px){.popup .wrap{padding:5rem}}@media only screen and (max-width: 575px){.popup .wrap h2{font-size:2.25rem}}@media only screen and (max-width: 420px){.popup .wrap h2{font-size:1.75rem}}.popup .wrap .desc{display:block;margin:.75rem auto 1.25rem}@media only screen and (min-width: 576px){.popup .wrap .desc{margin:1rem auto 1.75rem}}@media only screen and (min-width: 768px){.popup .wrap .desc{margin:2rem auto}}.popup .wrap .desc br{display:none}@media only screen and (min-width: 576px){.popup .wrap .desc br{display:block}}#cookies-popup{display:none;position:fixed;z-index:9;display:flex;justify-content:flex-end;bottom:.5rem;right:.5rem}@media only screen and (min-width: 576px){#cookies-popup{bottom:1rem;right:1rem}}#cookies-popup .wrapper{display:block;width:30rem;max-width:calc(100vw - 1rem);background-color:#222;color:#fff;padding:1rem}@media only screen and (min-width: 576px){#cookies-popup .wrapper{max-width:calc(100vw - 2rem)}}#cookies-popup .wrapper .desc{display:block;margin:.5rem 0 .725rem}@media only screen and (min-width: 576px){#cookies-popup .wrapper .desc{margin-bottom:.5rem}}#cookies-popup .wrapper button{display:inline-block;vertical-align:middle;margin-right:1rem}#best-sellers{padding:2.25rem 0}@media only screen and (min-width: 421px){#best-sellers{padding:3.25rem 0}}@media only screen and (min-width: 576px){#best-sellers{padding:3.5rem 0}}@media only screen and (min-width: 768px){#best-sellers{padding:4rem 0}}@media only screen and (min-width: 993px){#best-sellers{padding:5rem 0}}#best-sellers .top-part{text-align:center;display:flex;justify-content:center}#best-sellers .top-part .typewriter{justify-content:center;width:fit-content}#best-sellers .products-slider-wrapper{position:relative}#best-sellers .products-slider-wrapper .arrow{position:absolute;z-index:2;top:47.5%;transform:translateY(-50%);display:none;align-items:center;justify-content:center;width:1.5rem;height:1.5rem}@media only screen and (min-width: 768px){#best-sellers .products-slider-wrapper .arrow{display:flex}}#best-sellers .products-slider-wrapper .arrow.prev{left:-.5rem}@media only screen and (min-width: 768px){#best-sellers .products-slider-wrapper .arrow.prev{left:-1rem}}#best-sellers .products-slider-wrapper .arrow.prev:hover svg{transform:translate(-.25rem)}#best-sellers .products-slider-wrapper .arrow.next{right:-.5rem}@media only screen and (min-width: 768px){#best-sellers .products-slider-wrapper .arrow.next{right:-1rem}}#best-sellers .products-slider-wrapper .arrow.next:hover svg{transform:translate(.25rem)}#best-sellers .products-slider-wrapper .arrow svg{transition:.3s}#best-sellers .products-slider-wrapper .products-slider{padding-top:2rem}@media only screen and (min-width: 768px){#best-sellers .products-slider-wrapper .products-slider{overflow:hidden;padding:3rem 2rem 2rem}}@media only screen and (max-width: 767px){#best-sellers .products-slider-wrapper .products-slider .swiper-wrapper{flex-wrap:wrap;gap:1rem}}@media only screen and (max-width: 575px){#best-sellers .products-slider-wrapper .products-slider .swiper-wrapper{gap:.5rem}}#best-sellers .products-slider-wrapper .products-slider .swiper-wrapper .swiper-slide{height:auto}@media only screen and (max-width: 767px){#best-sellers .products-slider-wrapper .products-slider .swiper-wrapper .swiper-slide{width:calc(50% - .5rem)}}@media only screen and (max-width: 575px){#best-sellers .products-slider-wrapper .products-slider .swiper-wrapper .swiper-slide{width:calc(50% - .25rem)}}#best-sellers .more .line{display:block;width:100%;height:1px;background-color:#141517;margin-top:2rem;margin-bottom:1.5rem}@media only screen and (min-width: 768px){#best-sellers .more .line{margin-top:0;margin-bottom:2rem}}#best-sellers .more .flex{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}@media only screen and (min-width: 768px){#best-sellers .more .flex{justify-content:space-between;flex-direction:row;gap:2rem}}#best-sellers .more .flex .fill-title>div{text-align:center!important}#best-sellers .more .flex .right{display:flex;align-items:center;justify-content:flex-end;column-gap:1rem}#best-sellers .more .flex .right .text{display:none;opacity:.25}@media only screen and (min-width: 768px){#best-sellers .more .flex .right .text{display:block}}#best-sellers .more .flex .right .black-button span{display:inline}@media only screen and (min-width: 768px){#best-sellers .more .flex .right .black-button span{display:none}}.product-block{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#fff;color:#141517!important;box-shadow:0 0 #0000;text-align:center;transition:.6s;will-change:box-shadow transform;overflow:hidden;border:1px solid #f9f9f9}@media only screen and (min-width: 768px){.product-block{border:none}}.product-block:hover{z-index:3;border-color:#999}@media only screen and (min-width: 768px){.product-block:hover{box-shadow:0 0 2rem #0000001a;transform:translateY(-1rem)}}.product-block:hover .wrapper .black-button{transform:none;opacity:1;visibility:visible}.product-block .imageWrapper{width:100%}.product-block .imageWrapper .image{display:block;background-size:contain;background-repeat:no-repeat;background-position:center center;height:170px}@media only screen and (min-width: 576px){.product-block .imageWrapper .image{height:270px}}@media only screen and (min-width: 768px){.product-block .imageWrapper .image{height:375px}}.product-block .wrapper{position:relative;padding:1.25rem .5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:self-start}@media only screen and (min-width: 576px){.product-block .wrapper{padding:1.5rem 1rem}}@media only screen and (min-width: 768px){.product-block .wrapper{padding:1.5rem}}.product-block .wrapper .product{display:block;width:100%;max-width:80%;margin:auto;max-height:9rem;object-fit:contain}@media only screen and (min-width: 421px){.product-block .wrapper .product{max-height:10rem}}@media only screen and (min-width: 576px){.product-block .wrapper .product{max-height:13.5rem}}.product-block .wrapper .category{display:block;opacity:.5;margin:1.25rem auto .25rem;font-size:.7rem}@media only screen and (min-width: 768px){.product-block .wrapper .category{margin:1.5rem auto .5rem;font-size:.75rem}}.product-block .wrapper .yotpo-small{display:block;margin-bottom:.5rem}.product-block .wrapper .yotpo-small .star-clickable{gap:.275rem;float:none;align-items:center}.product-block .wrapper .yotpo-small .star-clickable .yotpo-stars{padding:0;font-size:100%;display:flex;align-items:center}.product-block .wrapper .yotpo-small .star-clickable .yotpo-stars .yotpo-icon{padding:0;font-size:.725rem}.product-block .wrapper .yotpo-small .star-clickable .text-m{font-size:.675rem}.product-block .wrapper .name{display:block;margin-bottom:.35rem}@media only screen and (min-width: 768px){.product-block .wrapper .name{margin-bottom:2.5rem}}@media only screen and (max-width: 575px){.product-block .wrapper .name{font-size:.925rem}}.product-block .wrapper .black-button{margin:auto;display:flex;align-items:center;justify-content:center;gap:.5rem;width:fit-content}@media only screen and (min-width: 768px){.product-block .wrapper .black-button{position:absolute;bottom:.75rem;left:0;right:0;transition:.6s;transform:translateY(6rem);opacity:0;visibility:hidden;will-change:transform opacity visibility}}@media only screen and (max-width: 767px){.product-block .wrapper .black-button{background-color:#0000;padding:0;color:#141517;opacity:.5!important;font-size:.7rem}}.product-block .wrapper .black-button svg{width:1rem}@media only screen and (max-width: 767px){.product-block .wrapper .black-button svg{display:none}}.product-block-v2{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#fff;color:#141517!important;box-shadow:0 0 #0000;text-align:center;transition:.6s;will-change:box-shadow transform;overflow:hidden;border:1px solid #f9f9f9}@media only screen and (min-width: 768px){.product-block-v2{border:none}}.product-block-v2:hover{z-index:3;border-color:#999}@media only screen and (min-width: 768px){.product-block-v2:hover{box-shadow:0 0 2rem #0000001a;transform:translateY(-1rem)}}.product-block-v2:hover .wrapper .black-button span:first-child{transform:translateY(-2rem)}.product-block-v2:hover .wrapper .black-button span:last-child{transform:none}.product-block-v2 .wrapper{position:relative;padding:1.25rem .5rem;display:flex;flex-direction:column;width:100%;height:100%}@media only screen and (min-width: 576px){.product-block-v2 .wrapper{padding:1.5rem 1rem}}@media only screen and (min-width: 768px){.product-block-v2 .wrapper{padding:1.5rem}}.product-block-v2 .wrapper .product{display:block;width:100%;max-width:75%;margin:auto;height:9rem;object-fit:contain}@media only screen and (min-width: 421px){.product-block-v2 .wrapper .product{height:auto;min-height:10rem;max-height:10rem}}@media only screen and (min-width: 576px){.product-block-v2 .wrapper .product{min-height:13.5rem;max-height:13.5rem;max-width:65%}}@media only screen and (min-width: 768px){.product-block-v2 .wrapper .product{max-width:55%}}.product-block-v2 .wrapper .category{display:block;opacity:.5;margin:.25rem auto;font-size:.7rem}@media only screen and (min-width: 768px){.product-block-v2 .wrapper .category{margin:1.5rem auto .5rem;font-size:.75rem}}.product-block-v2 .wrapper .name{display:block;margin-bottom:.45rem}@media only screen and (min-width: 768px){.product-block-v2 .wrapper .name{margin-bottom:.75rem}}@media only screen and (max-width: 575px){.product-block-v2 .wrapper .name{font-size:.925rem}}.product-block-v2 .wrapper .reviews{display:flex;align-items:center;justify-content:center;column-gap:.075rem;margin-bottom:.75rem}@media only screen and (min-width: 576px){.product-block-v2 .wrapper .reviews{column-gap:.175rem}}.product-block-v2 .wrapper .reviews svg{width:.525rem;min-width:.525rem;height:.525rem}@media only screen and (min-width: 576px){.product-block-v2 .wrapper .reviews svg{width:.725rem;min-width:.725rem;height:.725rem}}.product-block-v2 .wrapper .reviews span{font-size:75%;display:block;padding-left:.175rem}@media only screen and (min-width: 576px){.product-block-v2 .wrapper .reviews span{font-size:85%;padding-left:.275rem}}.product-block-v2 .wrapper .black-button{margin:auto;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;position:relative;overflow:hidden}.product-block-v2 .wrapper .black-button span{will-change:transform}.product-block-v2 .wrapper .black-button span:first-child{transition:.6s;transform:translateY(-2rem);opacity:0}@media only screen and (min-width: 768px){.product-block-v2 .wrapper .black-button span:first-child{transform:none;opacity:1}}.product-block-v2 .wrapper .black-button span:last-child{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;display:flex;align-items:center;justify-content:center;text-align:center;transition:.6s;gap:.5rem}@media only screen and (min-width: 768px){.product-block-v2 .wrapper .black-button span:last-child{transform:translateY(2rem)}}.product-block-v2 .wrapper .black-button span svg{width:1rem}@media only screen and (max-width: 767px){.product-block-v2 .wrapper .black-button span svg{display:none}}.review-block{position:relative;overflow:hidden;display:block;height:100%;background-color:#fff;color:#141517!important}.review-block:hover .wrapper .black-button:before{transform:scaleX(1);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.review-block .wrapper{position:relative;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:1.25rem}.review-block .wrapper .top .stars .yotpo-bottomline.star-clickable{gap:.5rem}@media only screen and (min-width: 1601px){.review-block .wrapper .top .stars .yotpo-bottomline.star-clickable .yotpo-stars{transform:translateY(-.075rem)}}.review-block .wrapper .top .stars .yotpo-bottomline.star-clickable .yotpo-stars .yotpo-icon{font-size:.85rem;color:#141517}@media only screen and (min-width: 1601px){.review-block .wrapper .top .stars .yotpo-bottomline.star-clickable .yotpo-stars .yotpo-icon{font-size:.75rem}}.review-block .wrapper .top .stars .yotpo-bottomline.star-clickable .text-m{font-family:Lyyra,sans-serif;font-size:.85rem}@media only screen and (min-width: 1601px){.review-block .wrapper .top .stars .yotpo-bottomline.star-clickable .text-m{font-size:.75rem}}.review-block .wrapper .top .title{display:block;margin:.75rem 0 1.25rem}.review-block .wrapper .bottom .name{position:relative;z-index:2;display:block;margin-bottom:.75rem}.review-block .wrapper .bottom .black-button{position:relative;z-index:2;font-size:.75rem}.review-block .wrapper .product{position:absolute;z-index:0;bottom:-2rem;right:1.5rem;max-height:8.5rem;max-width:25%}#bundle-and-save{padding:2rem 0 3rem}@media only screen and (min-width: 768px){#bundle-and-save{padding:4rem 0}}#bundle-and-save .left{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-top:1.5rem}@media only screen and (min-width: 576px){#bundle-and-save .left{gap:1.5rem}}@media only screen and (min-width: 993px){#bundle-and-save .left{margin-top:0;gap:2rem}}#bundle-and-save .left .desc{display:block;padding-bottom:.45rem}@media only screen and (min-width: 993px){#bundle-and-save .left .desc{width:90%}}@media only screen and (min-width: 576px){#bundle-and-save .left a{width:min-content}}#bundle-and-save .left a:before{background-color:#666}#bundle-and-save .left a:hover{color:#fff}#bundle-and-save .right .wrapper{position:relative}#bundle-and-save .right .wrapper .circle{position:absolute;z-index:2;top:0;right:0;width:29.5%}#bundle-and-save .right .wrapper .circle svg{animation:rotation 30s infinite linear;will-change:transform}#bundle-and-save .right .wrapper .circle .losange{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:.5rem;height:.5rem;background-color:#141517}#bundle-and-save .right .wrapper .product{padding-top:14.5%}#video{overflow:hidden;background-color:#141517;padding:3rem 0 3.25rem}@media only screen and (min-width: 768px){#video{padding:4rem 0}}@media only screen and (min-width: 993px){#video{padding:5rem 0}}@media only screen and (min-width: 1201px){#video{padding:6rem 0}}@media only screen and (min-width: 1601px){#video{padding:7rem 0}}#video video{position:absolute;z-index:0;opacity:.35;top:0;left:0;width:100%;height:100%;object-fit:cover}#video .container{position:relative;z-index:2}#video .container .bg-text{position:absolute;z-index:0;top:17.5%;left:50%;transform:translate(-50%,-50%);font-size:20.5vw;color:#fff;line-height:1;opacity:.1;white-space:nowrap}@media only screen and (min-width: 421px){#video .container .bg-text{top:60%;font-size:27vw}}@media only screen and (min-width: 576px){#video .container .bg-text{font-size:18vw}}@media only screen and (min-width: 1201px){#video .container .bg-text{top:10%;font-size:14vw}}#video .container .flex{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-direction:column}@media only screen and (min-width: 993px){#video .container .flex{padding:0 4rem}}@media only screen and (min-width: 1201px){#video .container .flex{flex-direction:row;gap:2rem}}#video .container .flex p{color:#fff;display:block;margin:0 auto;padding:0 2rem;text-align:center}@media only screen and (min-width: 421px){#video .container .flex p{text-align:left;padding:0;margin:0}}@media only screen and (min-width: 1201px){#video .container .flex p{white-space:nowrap}}#video .container .flex .klaviyo-form{width:100%}#video .container .flex .klaviyo-form form{background-color:#0000!important}#video .container .flex .klaviyo-form form *{color:#fff}#video .container .flex .klaviyo-form form div[data-testid=form-row]{display:flex;align-items:stretch;justify-content:space-between;gap:.5rem;flex-direction:column!important}@media only screen and (min-width: 421px){#video .container .flex .klaviyo-form form div[data-testid=form-row]{flex-direction:row!important}}#video .container .flex .klaviyo-form form div[data-testid=form-row] input[type=email]{display:block;position:relative;z-index:0;width:100%;border:1px solid #fff;border-radius:0!important;background-color:#fff!important;padding:1rem!important;height:auto!important;color:#141517!important;font-family:Lyyra,sans-serif!important;font-size:1rem!important}#video .container .flex .klaviyo-form form div[data-testid=form-row] input[type=email]::placeholder{font-family:Lyyra,sans-serif!important;font-size:1rem!important}#video .container .flex .klaviyo-form form div[data-testid=form-row]>div:first-child{padding:0!important}#video .container .flex .klaviyo-form form div[data-testid=form-row]>div:last-child{padding:0!important}#video .container .flex .klaviyo-form form div[data-testid=form-row]>div:last-child button{width:100%;display:block;white-space:nowrap;border:none!important;color:#fff!important;border-radius:0!important;font-family:Simon Mono,serif!important;font-size:.8rem!important;background-color:#141517!important;cursor:pointer;text-align:center;transform:perspective(1px) translateZ(0);position:relative;transition-property:color;font-weight:400!important;transition-duration:.5s;align-self:normal!important;padding:1.25rem!important;height:auto!important}@media only screen and (min-width: 421px){#video .container .flex .klaviyo-form form div[data-testid=form-row]>div:last-child button{padding:1.05rem 1.25rem!important}}#video .container .flex .klaviyo-form form div[data-testid=form-row]>div:last-child button:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;transform:scaleX(0);transform-origin:0 50%;transition-property:transform;transition-duration:.5s;transition-timing-function:ease-out;background-color:#fff!important}#video .container .flex .klaviyo-form form div[data-testid=form-row]>div:last-child button:hover{color:#141517!important}#video .container .flex .klaviyo-form form div[data-testid=form-row]>div:last-child button:hover:before{transform:scaleX(1);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}#video .container .flex .klaviyo-form form div[data-testid=form-row]>div>div>p>span{font-family:Lyyra,sans-serif!important;display:block;margin:0 auto 1rem;width:90%}.blog-post{position:relative;display:block;width:100%;transition:.6s;margin-bottom:1rem}@media only screen and (min-width: 768px){.blog-post{display:flex;height:calc(100% - 30px);flex-direction:column;justify-content:stretch}}.blog-post:hover{transform:translateY(-.5rem);box-shadow:0 10px 30px #0000000d;z-index:2}.blog-post:hover .content-wrapper .learn-more:after{transform:translate(100%)}.blog-post .image-wrapper{position:relative;overflow:hidden;display:block;width:100%;height:0;padding-bottom:64.5%}.blog-post .content-wrapper{display:block;padding:1.5rem;border:1px solid #f9f9f9;border-top:none;position:relative;height:100%;background-color:#fff}.blog-post .content-wrapper .title{display:block;margin-bottom:1rem}.blog-post .content-wrapper .desc{margin-bottom:2.5rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.blog-post .content-wrapper .learn-more{position:absolute;bottom:1.5rem;left:1.5rem;display:inline}.image-reveal{position:relative;overflow:hidden;display:block;width:100%;height:100%}.image-reveal .reveal{position:absolute;z-index:2;top:0;left:0;width:0;height:100%;background-color:#141517}.image-reveal img{z-index:0;visibility:hidden}#filters{visibility:hidden;position:fixed;z-index:101;top:0;left:0;width:100%;height:100%;pointer-events:none}#filters.open{visibility:visible!important;pointer-events:all}#filters.open .bg{opacity:1}#filters.open .wrap{transform:none}#filters .bg{position:fixed;z-index:0;top:0;left:0;width:100%;height:100%;background-color:#141517d9;transition:.6s;opacity:0}#filters .wrap{position:absolute;z-index:1;top:0;right:0;width:35rem;height:100%;background-color:#fff;transform:translate(100%);transition:.6s;display:flex;flex-direction:column;max-width:100%;padding:1.5rem;gap:2rem}@media only screen and (min-width: 576px){#filters .wrap{max-width:calc(100% - 3rem);padding:2.5rem 2.5rem 0;gap:3rem}}#filters .wrap .top{display:flex;align-items:center;justify-content:space-between;column-gap:1rem}#filters .wrap .top h4{font-weight:700}#filters .wrap .top .close-filters{display:flex;align-items:center;justify-content:center;width:1.25rem;min-width:1.25rem;height:1.25rem;transition:.6s}#filters .wrap .top .close-filters:hover{transform:rotate(180deg)}#filters .wrap .items{display:flex;flex-direction:column;height:100%;overflow-y:scroll;gap:1rem;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:2.5rem}#filters .wrap .items::-webkit-scrollbar{display:none}#filters .wrap .items .line{display:flex;flex-direction:column;gap:.5rem}#filters .wrap .items .line .flex{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}#filters .wrap .items .line .flex>div{width:100%;display:flex;flex-direction:column;gap:.5rem}#filters .wrap .items .line .flex>div .line-wrapper svg{position:absolute;z-index:3;top:50%;right:1rem;transform:translateY(-50%);pointer-events:none;width:.5rem;height:.5rem;color:#141517}#filters .wrap .items .line .sub{text-transform:uppercase;font-weight:500;display:block;font-size:90%}@media only screen and (min-width: 576px){#filters .wrap .items .line .sub{font-size:80%}}#filters .wrap .items .line .buttons{display:flex;flex-wrap:wrap;gap:.5rem;padding-left:.05rem}#filters .wrap .items .line .buttons .hollow-black-button{padding:.3rem .6rem;font-size:.775rem}@media only screen and (min-width: 576px){#filters .wrap .items .line .buttons .hollow-black-button{padding:.5rem .75rem;font-size:.75rem}}body.filters-open #top-menu{z-index:1}body.filters-open #main-content{z-index:2}.typewriter{white-space:nowrap;position:relative;display:flex;text-align:center;min-width:1.5rem}.typewriter .space{width:0}.typewriter .text{clip-path:inset(0 100% 0 0)}.typewriter .cursor{position:absolute;top:0;right:-7.5%;color:currentColor;opacity:0}@keyframes typewriter-reveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.fill-title>div{background:linear-gradient(to right,#141517 50%,#f9f9f9 50%);background-size:200% 100%;background-position-x:100%;color:#0000;background-clip:text;-webkit-background-clip:text;font-weight:700}.faq-question{display:block;background-color:#fff;border:1px solid #bbb;margin-top:.5rem;transition:.6s}@media only screen and (min-width: 576px){.faq-question{margin-top:1rem}}.faq-question:hover,.faq-question.active{border-color:#141517}.faq-question.active .title .arrow{transform:rotate(180deg)}.faq-question .title{display:flex;align-items:center;justify-content:space-between;column-gap:1rem;cursor:pointer;padding:.7rem 1rem}@media only screen and (min-width: 768px){.faq-question .title{column-gap:1rem;padding:1rem 1.5rem}}.faq-question .title p{font-weight:500}@media only screen and (max-width: 575px){.faq-question .title p{font-size:.9rem}}.faq-question .title .arrow{display:flex;align-items:center;justify-content:center;width:.75rem;min-width:.75rem;height:.75rem;transition:.6s}.faq-question .desc{display:none}.faq-question .desc .answer-wrapper{padding:.75rem 1rem 1rem;color:#666;position:relative}@media only screen and (min-width: 768px){.faq-question .desc .answer-wrapper{padding:1rem 1.5rem 1.5rem}}@media only screen and (min-width: 1201px){.faq-question .desc .answer-wrapper{font-size:90%}}.faq-question .desc .answer-wrapper:before{content:"";position:absolute;top:0;left:1rem;width:calc(100% - 2rem);height:1px;background-color:#e2e2e2}@media only screen and (min-width: 768px){.faq-question .desc .answer-wrapper:before{left:1.5rem;width:calc(100% - 3rem)}}.faq-question .desc .answer-wrapper a{text-decoration:underline;font-weight:500}.faq-question .desc .answer-wrapper .download{margin-top:-.25rem;margin-bottom:-.75rem}.faq-question .desc .answer-wrapper .download li{display:block}.faq-question .desc .answer-wrapper .download li:last-child a{border-bottom:none}.faq-question .desc .answer-wrapper .download li a{display:flex;align-items:center;justify-content:space-between;gap:.75rem;text-decoration:none;padding:.5rem 0;border-bottom:1px dashed #bbb;transition:.3s}@media only screen and (max-width: 575px){.faq-question .desc .answer-wrapper .download li a{font-size:.8rem}}.faq-question .desc .answer-wrapper .download li a:hover{color:#141517}.faq-question .desc .answer-wrapper .download li a svg{display:block;min-width:1rem;width:1rem;height:1rem}.body-wrapper{position:relative;overflow:hidden}.pencil-banner{position:relative;z-index:5;width:100%;padding:1rem 0;overflow:hidden;background-color:#000;color:#fff;text-align:center}@media only screen and (max-width: 767px){body #ps__widget_container,body #ShopifyChat{display:none!important}}#main-content.home #banner{--top-menu-space: 5rem;--screen-size: 97.5vh}@media only screen and (min-width: 1601px){#main-content.home #banner{--screen-size: 95vh}}#main-content.home #banner .bg{position:absolute;z-index:0;background-color:#141517;top:0;left:0;width:50%;height:100%;display:none}@media only screen and (min-width: 768px){#main-content.home #banner .bg{display:block}}#main-content.home #banner .container{padding-top:var(--top-menu-space)}#main-content.home #banner .container .left{min-height:20rem;display:flex;align-items:center;justify-content:center;padding:1.5rem 10vw 1.5rem 20vw}@media only screen and (min-width: 768px){#main-content.home #banner .container .left{height:calc(var(--screen-size) - var(--top-menu-space));min-height:25rem;padding:0 15px .75rem 5rem;justify-content:flex-end}}#main-content.home #banner .container .left .bg-mobile{position:absolute;z-index:0;background-color:#141517;top:-6rem;left:-2rem;width:calc(50% + 2rem);height:calc(100% + 6rem)}@media only screen and (min-width: 768px){#main-content.home #banner .container .left .bg-mobile{display:none}}#main-content.home #banner .container .left .side-social{position:absolute;left:5vw;top:50%;transform:translateY(-50%);z-index:3;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}@media only screen and (min-width: 768px){#main-content.home #banner .container .left .side-social{left:0}}#main-content.home #banner .container .left .side-social p{white-space:nowrap;writing-mode:tb-rl;transform:rotate(180deg);text-transform:uppercase;font-size:.675rem;letter-spacing:.125rem;font-weight:500}#main-content.home #banner .container .left .side-social .line{display:block;width:1px;height:5rem;background-color:#fff}#main-content.home #banner .container .left .side-social .social li{display:block;margin-bottom:.5rem}#main-content.home #banner .container .left .side-social .social li a{width:1rem;height:1rem;transition:.3s}#main-content.home #banner .container .left .side-social .social li a:hover{opacity:.75}#main-content.home #banner .container .left .big-text{position:absolute;z-index:1;top:50%;right:15px;width:5rem;height:100%;transform:translateY(-50%);display:flex;align-items:center;justify-content:flex-end}@media only screen and (min-width: 768px){#main-content.home #banner .container .left .big-text{top:48.5%;left:30vw;right:auto}}@media only screen and (min-width: 1201px){#main-content.home #banner .container .left .big-text{left:7.5vw}}@media only screen and (min-width: 1601px){#main-content.home #banner .container .left .big-text{left:12.5vw}}#main-content.home #banner .container .left .big-text p{white-space:nowrap;writing-mode:tb-rl;transform:rotate(180deg);font-size:20vw;opacity:.05}@media only screen and (min-width: 421px){#main-content.home #banner .container .left .big-text p{font-size:10vh}}@media only screen and (min-width: 768px){#main-content.home #banner .container .left .big-text p{opacity:.15;color:#fff;font-size:clamp(3.65rem,12vh,12vh)}}#main-content.home #banner .container .left .video{position:relative;z-index:2;padding-bottom:1rem;margin-right:-6.75vw}@media only screen and (min-width: 768px){#main-content.home #banner .container .left .video{margin-right:-3rem;height:100%}}#main-content.home #banner .container .left .video video{max-width:100%;height:auto;object-fit:contain}@media only screen and (min-width: 768px){#main-content.home #banner .container .left .video video{width:auto;height:100%}}#main-content.home #banner .container .left .product{position:relative;z-index:3;height:50%;max-width:75%;align-self:flex-end;object-fit:contain}@media only screen and (min-width: 768px){#main-content.home #banner .container .left .product{height:47.5%;max-width:77.5%}}#main-content.home #banner .container .right{display:flex;justify-content:center;flex-direction:column;align-items:flex-start;gap:.75rem;padding-top:1.75rem;padding-bottom:1.5rem}@media only screen and (min-width: 576px){#main-content.home #banner .container .right{padding-top:2rem}}@media only screen and (min-width: 768px){#main-content.home #banner .container .right{gap:1.25rem;padding-top:0;padding-bottom:2rem}}#main-content.home #banner .container .right:after{content:"";position:absolute;bottom:0;left:15px;width:calc(100% - 30px);height:1px;background-color:#141517}@media only screen and (min-width: 768px){#main-content.home #banner .container .right:after{content:none}}#main-content.home #banner .container .right .title{order:2}@media only screen and (min-width: 768px){#main-content.home #banner .container .right .title{order:initial}}@media only screen and (min-width: 1201px){#main-content.home #banner .container .right .title{max-width:90%}}#main-content.home #banner .container .right .desc{display:block;padding-bottom:.75rem;order:3}@media only screen and (min-width: 768px){#main-content.home #banner .container .right .desc{padding-bottom:.25rem;order:initial}}@media only screen and (min-width: 1201px){#main-content.home #banner .container .right .desc{max-width:80%}}@media only screen and (max-width: 767px){#main-content.home #banner .container .right .black-button{order:1;display:block;width:100%;padding:1rem 0}}#main-content.home #about{padding-top:2.25rem}@media only screen and (min-width: 421px){#main-content.home #about{padding-top:3.25rem}}@media only screen and (min-width: 576px){#main-content.home #about{padding-top:3.5rem}}@media only screen and (min-width: 768px){#main-content.home #about{padding-top:4rem}}@media only screen and (min-width: 993px){#main-content.home #about{padding-top:5rem}}#main-content.home #about .top-part{text-align:center}#main-content.home #about .top-part .star{display:flex;align-items:center;justify-content:center;margin:auto;width:3.25rem;height:3.25rem}@media only screen and (min-width: 768px){#main-content.home #about .top-part .star{width:2rem;height:2rem}}#main-content.home #about .top-part .star svg{animation:rotation 10s infinite linear}#main-content.home #about .top-part .text-medium{display:block;margin:1.25rem auto}@media only screen and (min-width: 768px){#main-content.home #about .top-part .text-medium{margin:1rem auto;max-width:80%}}#main-content.home #about .bottom-part{text-align:center;border-top:1px solid #f9f9f9;border-bottom:1px solid #f9f9f9;margin-top:2rem;margin-bottom:.5rem;padding:1.5rem 0 2rem}@media only screen and (min-width: 576px){#main-content.home #about .bottom-part{margin-top:3rem;margin-bottom:1rem}}@media only screen and (min-width: 768px){#main-content.home #about .bottom-part{border-color:#141517;display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:4rem;margin-bottom:2rem;padding:2rem 0}}@media only screen and (min-width: 993px){#main-content.home #about .bottom-part{gap:2.25rem}}@media only screen and (min-width: 1201px){#main-content.home #about .bottom-part{gap:2.75rem}}#main-content.home #about .bottom-part p{opacity:.25;white-space:nowrap;display:block;margin-bottom:1rem}@media only screen and (min-width: 768px){#main-content.home #about .bottom-part p{margin-bottom:0}}#main-content.home #about .bottom-part .logos{display:flex;align-items:center;justify-content:center;gap:1.25rem}@media only screen and (min-width: 421px){#main-content.home #about .bottom-part .logos{gap:1.5rem}}@media only screen and (min-width: 768px){#main-content.home #about .bottom-part .logos{gap:2rem}}@media only screen and (min-width: 993px){#main-content.home #about .bottom-part .logos{gap:2.25rem}}@media only screen and (min-width: 1201px){#main-content.home #about .bottom-part .logos{gap:2.75rem}}#main-content.home #about .bottom-part .logos .logo{display:flex;align-items:center;justify-content:center;height:1.5rem;opacity:.05}@media only screen and (min-width: 421px){#main-content.home #about .bottom-part .logos .logo{height:1.75rem}}#main-content.home #about .bottom-part .logos .logo.big{height:2.15rem}#main-content.home #reviews{background-color:#141517;color:#fff;padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.home #reviews{padding-top:3.25rem}}@media only screen and (min-width: 576px){#main-content.home #reviews{padding-top:3.5rem}}@media only screen and (min-width: 768px){#main-content.home #reviews{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.home #reviews{padding:5rem 0}}#main-content.home #reviews .top-part{position:relative;text-align:center;padding:0 2rem}@media only screen and (min-width: 421px){#main-content.home #reviews .top-part{padding:0}}#main-content.home #reviews .top-part .title{position:relative;z-index:2}#main-content.home #reviews .top-part .bg-text{position:absolute;z-index:0;top:45%;left:50%;transform:translate(-50%,-50%);font-size:17.5vw;color:#fff;line-height:1;opacity:.1;white-space:nowrap}@media only screen and (min-width: 576px){#main-content.home #reviews .top-part .bg-text{top:25%;font-size:15vw}}@media only screen and (min-width: 993px){#main-content.home #reviews .top-part .bg-text{font-size:10vw}}#main-content.home #reviews .reviews-slider-wrapper{position:relative;margin-top:1.5rem}@media only screen and (min-width: 576px){#main-content.home #reviews .reviews-slider-wrapper{margin-top:2rem}}@media only screen and (min-width: 768px){#main-content.home #reviews .reviews-slider-wrapper{padding:0 1.75rem}}@media only screen and (min-width: 993px){#main-content.home #reviews .reviews-slider-wrapper{margin-top:3rem}}#main-content.home #reviews .reviews-slider-wrapper .arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);display:none;align-items:center;justify-content:center;width:1.5rem;height:1.5rem}@media only screen and (min-width: 768px){#main-content.home #reviews .reviews-slider-wrapper .arrow{display:flex}}#main-content.home #reviews .reviews-slider-wrapper .arrow.prev{left:-.5rem}@media only screen and (min-width: 768px){#main-content.home #reviews .reviews-slider-wrapper .arrow.prev{left:-1rem}}#main-content.home #reviews .reviews-slider-wrapper .arrow.prev:hover svg{transform:translate(-.25rem)}#main-content.home #reviews .reviews-slider-wrapper .arrow.next{right:-.5rem}@media only screen and (min-width: 768px){#main-content.home #reviews .reviews-slider-wrapper .arrow.next{right:-1rem}}#main-content.home #reviews .reviews-slider-wrapper .arrow.next:hover svg{transform:translate(.25rem)}#main-content.home #reviews .reviews-slider-wrapper .arrow.swiper-button-disabled{pointer-events:none;opacity:.1;cursor:auto}#main-content.home #reviews .reviews-slider-wrapper .arrow svg{transition:.3s}@media only screen and (min-width: 768px){#main-content.home #reviews .reviews-slider-wrapper .reviews-slider{overflow:hidden}}@media only screen and (min-width: 768px){#main-content.home #reviews .reviews-slider-wrapper .reviews-slider .swiper-slide{height:auto}}#main-content.home #reviews .reviews-slider-wrapper .reviews-slider .pagination{margin-top:1rem;text-align:center}@media only screen and (min-width: 768px){#main-content.home #reviews .reviews-slider-wrapper .reviews-slider .pagination{display:none}}#main-content.home #blog{padding:2.5rem 0 2rem}@media only screen and (min-width: 768px){#main-content.home #blog{padding:3.5rem 0 3rem}}@media only screen and (min-width: 1201px){#main-content.home #blog{padding:5rem 0}}#main-content.home #blog .flex{display:flex;align-items:center;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}@media only screen and (min-width: 576px){#main-content.home #blog .flex{flex-direction:row;justify-content:space-between;gap:2rem;margin-bottom:2rem}}#main-content.home #blog .blog-slider .pagination{text-align:center}#main-content.about-us #about{padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.about-us #about{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.about-us #about{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.about-us #about{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.about-us #about{padding:5rem 0}}#main-content.about-us #about .top{text-align:center}#main-content.about-us #about .top .title{position:relative}#main-content.about-us #about .top .title .typewriter{width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:17.5vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.about-us #about .top .title .typewriter{font-size:15.5vw}}@media only screen and (min-width: 768px){#main-content.about-us #about .top .title .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-57.5%)}}@media only screen and (min-width: 993px){#main-content.about-us #about .top .title .typewriter{font-size:8rem}}#main-content.about-us #about .top .title .text-bigger{position:relative;z-index:2}#main-content.about-us #about .top .desc{display:block;margin:1.25rem auto 2rem}@media only screen and (min-width: 576px){#main-content.about-us #about .top .desc{margin:2rem auto 2.5rem}}@media only screen and (min-width: 768px){#main-content.about-us #about .top .desc{margin:3rem auto}}@media only screen and (min-width: 993px){#main-content.about-us #about .top .desc{margin:4rem auto;width:80%}}#main-content.about-us #about .left .image-reveal{height:0;padding-bottom:80%}@media only screen and (min-width: 768px){#main-content.about-us #about .left .image-reveal{height:100%;padding-bottom:0}}#main-content.about-us #about .right{z-index:2;padding-top:2rem}@media only screen and (min-width: 768px){#main-content.about-us #about .right{padding-bottom:2rem}}#main-content.about-us #about .right .desc{display:block;margin-top:1rem}@media only screen and (min-width: 768px){#main-content.about-us #about .right .desc{margin:1.5rem 0}}#main-content.about-us #about .right .line{display:none;width:calc(100% + 5rem);height:1px;background-color:#141517;mix-blend-mode:exclusion;margin-left:-5rem;margin-bottom:.5rem}@media only screen and (min-width: 768px){#main-content.about-us #about .right .line{display:block}}#main-content.about-us #about .right .name{position:absolute;top:.35rem;right:15px;opacity:.5}@media only screen and (min-width: 768px){#main-content.about-us #about .right .name{text-transform:uppercase;opacity:1;letter-spacing:2vw;position:relative;top:auto;right:auto}}#main-content.about-us #believe .top{background-color:#141517;color:#fff;padding:2rem 0}@media only screen and (min-width: 993px){#main-content.about-us #believe .top{padding:2.5rem 0}}#main-content.about-us #believe .top .col-12{text-align:center}@media only screen and (min-width: 576px){#main-content.about-us #believe .top .col-12{display:flex;align-items:center;justify-content:space-between;gap:1rem}}@media only screen and (min-width: 993px){#main-content.about-us #believe .top .col-12{padding:0 3rem}}@media only screen and (min-width: 1201px){#main-content.about-us #believe .top .col-12{padding:0 6rem}}#main-content.about-us #believe .top .col-12 p{white-space:nowrap;text-transform:uppercase;letter-spacing:.15rem}@media only screen and (min-width: 576px){#main-content.about-us #believe .top .col-12 p{letter-spacing:.05rem}}@media only screen and (min-width: 768px){#main-content.about-us #believe .top .col-12 p{letter-spacing:.15rem}}@media only screen and (min-width: 993px){#main-content.about-us #believe .top .col-12 p{letter-spacing:.25rem}}#main-content.about-us #believe .top .col-12 svg{display:block;width:.5rem;height:.5rem;margin:.75rem auto}@media only screen and (min-width: 576px){#main-content.about-us #believe .top .col-12 svg{margin:0}}#main-content.about-us #believe .bottom{padding-top:2.25rem}@media only screen and (min-width: 768px){#main-content.about-us #believe .bottom{padding-top:3rem}}@media only screen and (min-width: 993px){#main-content.about-us #believe .bottom .left{padding-left:3rem}}@media only screen and (min-width: 1201px){#main-content.about-us #believe .bottom .left{padding-left:6rem}}#main-content.about-us #believe .bottom .left .title{display:block;margin-bottom:1rem}@media only screen and (max-width: 575px){#main-content.about-us #believe .bottom .left .title{font-size:2.5rem}}@media only screen and (max-width: 420px){#main-content.about-us #believe .bottom .left .title{font-size:2rem}}#main-content.about-us #believe .bottom .left .title svg{display:none;vertical-align:baseline;width:2rem;height:2rem}@media only screen and (min-width: 768px){#main-content.about-us #believe .bottom .left .title svg{display:inline}}#main-content.about-us #believe .bottom .left .title br{display:none}@media only screen and (min-width: 768px){#main-content.about-us #believe .bottom .left .title br{display:block}}#main-content.about-us #believe .bottom .right{padding-top:1.5rem}@media only screen and (min-width: 768px){#main-content.about-us #believe .bottom .right{padding-top:.75rem}}@media only screen and (min-width: 993px){#main-content.about-us #believe .bottom .right{padding-right:3rem}}@media only screen and (min-width: 1201px){#main-content.about-us #believe .bottom .right{padding-right:6rem}}#main-content.about-us #believe .bottom .line{display:block;width:100%;height:1px;background-color:#141517;margin-top:2rem}@media only screen and (min-width: 768px){#main-content.about-us #believe .bottom .line{margin-top:3rem}}#main-content.about-us #about-cares{padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.about-us #about-cares{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.about-us #about-cares{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.about-us #about-cares{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.about-us #about-cares{padding:5rem 0}}#main-content.about-us #about-cares .left .image-reveal{height:0;padding-bottom:80%}@media only screen and (min-width: 768px){#main-content.about-us #about-cares .left .image-reveal{height:100%;padding-bottom:0}}#main-content.about-us #about-cares .right{z-index:2;padding-top:2rem;text-align:center}@media only screen and (min-width: 576px){#main-content.about-us #about-cares .right{text-align:left}}@media only screen and (min-width: 768px){#main-content.about-us #about-cares .right{padding-bottom:2rem}}@media only screen and (min-width: 993px){#main-content.about-us #about-cares .right{padding-left:2rem}}@media only screen and (min-width: 1201px){#main-content.about-us #about-cares .right{padding-left:3rem;padding-top:4rem;padding-bottom:4rem}}#main-content.about-us #about-cares .right .desc{display:block;margin:1rem 0 1.25rem}@media only screen and (min-width: 768px){#main-content.about-us #about-cares .right .desc{margin:1.5rem 0}}#main-content.about-us #about-cares .right .line{display:none;width:calc(100% + 5rem);height:1px;background-color:#141517;mix-blend-mode:exclusion;margin-left:-5rem;margin-bottom:.5rem}@media only screen and (min-width: 768px){#main-content.about-us #about-cares .right .line{display:block}}@media only screen and (max-width: 575px){#main-content.about-us #about-cares .right .black-button{display:block;width:100%;padding:1.25rem 0;margin-top:1rem}}#main-content.about-us #about-quality{padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.about-us #about-quality{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.about-us #about-quality{padding:0}}#main-content.about-us #about-quality .left{z-index:2;padding-top:2rem;text-align:center}@media only screen and (min-width: 576px){#main-content.about-us #about-quality .left{text-align:left}}@media only screen and (min-width: 768px){#main-content.about-us #about-quality .left{padding-bottom:2rem;padding-right:2rem}}@media only screen and (min-width: 993px){#main-content.about-us #about-quality .left{padding-right:3rem}}@media only screen and (min-width: 1201px){#main-content.about-us #about-quality .left{padding-right:4rem;padding-top:4rem;padding-bottom:4rem}}#main-content.about-us #about-quality .left .desc{display:block;margin:1rem 0 1.25rem}@media only screen and (min-width: 768px){#main-content.about-us #about-quality .left .desc{margin:1.5rem 0}}#main-content.about-us #about-quality .left .line{display:none;width:calc(100% + 5rem);height:1px;background-color:#141517;mix-blend-mode:exclusion;margin-left:-5rem;margin-bottom:.5rem}@media only screen and (min-width: 768px){#main-content.about-us #about-quality .left .line{display:block}}@media only screen and (max-width: 575px){#main-content.about-us #about-quality .left .black-button{display:block;width:100%;padding:1.25rem 0;margin-top:1rem}}#main-content.about-us #about-quality .right .image-reveal{height:0;padding-bottom:125%}@media only screen and (min-width: 768px){#main-content.about-us #about-quality .right .image-reveal{height:100%;padding-bottom:0}}#main-content.about-us #about-reviews{padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.about-us #about-reviews{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.about-us #about-reviews{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.about-us #about-reviews{padding:0}}@media only screen and (min-width: 993px){#main-content.about-us #about-reviews{padding:5rem 0}}#main-content.about-us #about-reviews .top-part{text-align:center;position:relative;margin-bottom:2rem}@media only screen and (min-width: 768px){#main-content.about-us #about-reviews .top-part{margin-bottom:3rem}}#main-content.about-us #about-reviews .top-part .title{position:relative;z-index:2}#main-content.about-us #about-reviews .top-part .bg-text .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-50%);width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:12vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.about-us #about-reviews .top-part .bg-text .typewriter{font-size:10vw}}@media only screen and (min-width: 768px){#main-content.about-us #about-reviews .top-part .bg-text .typewriter{font-size:6rem}}@media only screen and (min-width: 993px){#main-content.about-us #about-reviews .top-part .bg-text .typewriter{font-size:7rem}}#main-content.about-us #about-reviews .reviews-grid .reviews-row{display:flex;flex-direction:column;gap:1rem}@media only screen and (min-width: 768px){#main-content.about-us #about-reviews .reviews-grid .reviews-row{flex-direction:row;flex-wrap:wrap;gap:1.5rem}}#main-content.about-us #about-reviews .reviews-grid .reviews-row .review-item{flex:1;margin-bottom:1rem}@media only screen and (min-width: 768px){#main-content.about-us #about-reviews .reviews-grid .reviews-row .review-item{flex:1 1 calc(50% - .75rem);max-width:calc(50% - .75rem);margin-bottom:1rem}}@media only screen and (min-width: 993px){#main-content.about-us #about-reviews .reviews-grid .reviews-row .review-item{flex:1 1 calc(33.333% - 1rem);max-width:calc(33.333% - 1rem);margin-bottom:0}}#main-content.about-us #about-reviews .reviews-grid .reviews-row .review-item:last-child{margin-bottom:0}@media only screen and (min-width: 768px){#main-content.about-us #about-reviews .reviews-grid .reviews-row .review-item:last-child{margin-bottom:1rem}}@media only screen and (min-width: 993px){#main-content.about-us #about-reviews .reviews-grid .reviews-row .review-item:last-child{margin-bottom:0}}#main-content.about-us #about-reviews .line{display:block;width:100%;height:1px;background-color:#141517;margin-top:2rem}@media only screen and (min-width: 768px){#main-content.about-us #about-reviews .line{margin-top:3rem}}#main-content.about-us #about-products{padding:2rem 0 3rem}@media only screen and (min-width: 768px){#main-content.about-us #about-products{padding:0}}#main-content.about-us #about-products .left{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-top:1.5rem}@media only screen and (min-width: 576px){#main-content.about-us #about-products .left{gap:1.5rem}}@media only screen and (min-width: 993px){#main-content.about-us #about-products .left{margin-top:0;gap:2rem}}#main-content.about-us #about-products .left .desc{display:block;padding-bottom:.45rem}@media only screen and (min-width: 993px){#main-content.about-us #about-products .left .desc{width:90%}}@media only screen and (min-width: 576px){#main-content.about-us #about-products .left a{width:min-content}}#main-content.about-us #about-products .left a:before{background-color:#666}#main-content.about-us #about-products .left a:hover{color:#fff}#main-content.about-us #about-products .right .wrapper{position:relative}#main-content.about-us #about-products .right .wrapper .circle{position:absolute;z-index:2;top:0;right:0;width:29.5%}#main-content.about-us #about-products .right .wrapper .circle svg{animation:rotation 30s infinite linear;will-change:transform}#main-content.about-us #about-products .right .wrapper .circle .losange{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:.5rem;height:.5rem;background-color:#141517}#main-content.about-us #about-products .right .wrapper .product{padding-top:14.5%}#main-content.about-us #about-media{padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.about-us #about-media{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.about-us #about-media{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.about-us #about-media{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.about-us #about-media{padding:5rem 0}}#main-content.about-us #about-media .top-part{text-align:center;position:relative;margin-bottom:2rem}@media only screen and (min-width: 768px){#main-content.about-us #about-media .top-part{margin-bottom:3rem}}#main-content.about-us #about-media .top-part .title{position:relative;z-index:2}#main-content.about-us #about-media .top-part .bg-text .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-50%);width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:12vw;line-height:1;opacity:.2}@media only screen and (min-width: 576px){#main-content.about-us #about-media .top-part .bg-text .typewriter{font-size:10vw}}@media only screen and (min-width: 768px){#main-content.about-us #about-media .top-part .bg-text .typewriter{font-size:6rem}}@media only screen and (min-width: 993px){#main-content.about-us #about-media .top-part .bg-text .typewriter{font-size:7rem}}#main-content.about-us #about-media .press-enhanced .press-row{display:flex;flex-direction:column;gap:1rem}@media only screen and (min-width: 768px){#main-content.about-us #about-media .press-enhanced .press-row{flex-direction:row;flex-wrap:wrap;gap:1.5rem}}#main-content.about-us #about-media .press-enhanced .press-item{text-align:center;margin-bottom:2rem}@media only screen and (min-width: 768px){#main-content.about-us #about-media .press-enhanced .press-item{flex:1 1 calc(50% - .75rem);max-width:calc(50% - .75rem);margin-bottom:1.5rem}}@media only screen and (min-width: 993px){#main-content.about-us #about-media .press-enhanced .press-item{flex:1 1 calc(25% - 1.125rem);max-width:calc(25% - 1.125rem);margin-bottom:1rem}}#main-content.about-us #about-media .press-enhanced .press-item:last-child{margin-bottom:0}@media only screen and (min-width: 768px){#main-content.about-us #about-media .press-enhanced .press-item:last-child{margin-bottom:1.5rem}}@media only screen and (min-width: 993px){#main-content.about-us #about-media .press-enhanced .press-item:last-child{margin-bottom:1rem}}#main-content.about-us #about-media .press-enhanced .press-item .logo{display:block;margin-bottom:1rem;transition:opacity .3s ease}#main-content.about-us #about-media .press-enhanced .press-item .logo:hover{opacity:.7}#main-content.about-us #about-media .press-enhanced .press-item .logo.big svg{height:2.5rem}@media only screen and (min-width: 768px){#main-content.about-us #about-media .press-enhanced .press-item .logo.big svg{height:3rem}}#main-content.about-us #about-media .press-enhanced .press-item .logo svg{height:2rem;width:auto}@media only screen and (min-width: 768px){#main-content.about-us #about-media .press-enhanced .press-item .logo svg{height:2.5rem}}#main-content.about-us #about-media .press-enhanced .press-item .press-description{font-size:.85rem;opacity:.7;line-height:1.4}@media only screen and (min-width: 768px){#main-content.about-us #about-media .press-enhanced .press-item .press-description{font-size:.9rem}}#main-content.about-us #about-media .line{display:block;width:100%;height:1px;background-color:#141517;margin:2rem 0 1.5rem}@media only screen and (min-width: 768px){#main-content.about-us #about-media .line{margin:3rem 0 2rem}}#main-content.about-us #about-media .desc{text-align:center;margin-bottom:2rem}@media only screen and (min-width: 768px){#main-content.about-us #about-media .desc{margin-bottom:2.5rem;width:80%;margin-left:auto;margin-right:auto}}#main-content.about-us #about-media .more .flex{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}@media only screen and (min-width: 768px){#main-content.about-us #about-media .more .flex{justify-content:space-between;flex-direction:row;gap:2rem}}#main-content.about-us #about-media .more .flex .fill-title>div{text-align:center!important}#main-content.about-us #about-media .more .flex .right{display:flex;align-items:center;justify-content:flex-end;column-gap:1rem}#main-content.about-us #about-media .more .flex .right .text{display:none;opacity:.25}@media only screen and (min-width: 768px){#main-content.about-us #about-media .more .flex .right .text{display:block}}#main-content.about-us #about-media .more .flex .right .black-button span{display:inline}@media only screen and (min-width: 768px){#main-content.about-us #about-media .more .flex .right .black-button span{display:none}}#main-content.products #top{padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.products #top{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.products #top{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.products #top{padding:4rem 0 3.5rem}}@media only screen and (min-width: 993px){#main-content.products #top{padding:5rem 0 4rem}}#main-content.products #top .left{position:relative;z-index:2;text-align:center}@media only screen and (min-width: 768px){#main-content.products #top .left{text-align:left}}#main-content.products #top .right{position:relative}#main-content.products #top .right .typewriter{font-size:20.5vw;line-height:1;width:fit-content;opacity:.1;margin:auto}@media only screen and (min-width: 768px){#main-content.products #top .right .typewriter{margin:0;position:absolute;top:50%;transform:translateY(-50%);left:15px;font-size:11.25vw}}@media only screen and (min-width: 1201px){#main-content.products #top .right .typewriter{top:-.75rem;transform:none}}@media only screen and (min-width: 1601px){#main-content.products #top .right .typewriter{top:-1.5rem;font-size:9rem}}#main-content.products #top .bottom{margin-top:1.5rem}@media only screen and (min-width: 576px){#main-content.products #top .bottom{margin-top:2rem}}@media only screen and (min-width: 1201px){#main-content.products #top .bottom{margin-top:3rem}}#main-content.products #top .bottom .sort{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;flex-direction:column;gap:.5rem}@media only screen and (min-width: 768px){#main-content.products #top .bottom .sort{align-items:flex-start;justify-content:space-between;flex-direction:row;gap:1rem}}#main-content.products #top .bottom .sort .title{color:#999;white-space:nowrap;text-transform:uppercase;display:flex;gap:.5rem}#main-content.products #top .bottom .sort .title .clear{color:#141517;display:flex;align-items:center;justify-content:center;gap:.25rem;margin-right:1rem}#main-content.products #top .bottom .sort .title .clear:hover .icon{transform:rotate(180deg)}#main-content.products #top .bottom .sort .title .clear .icon{transition:.6s}#main-content.products #top .bottom .sort .title .clear .icon svg{width:.45rem;min-width:.45rem;height:.45rem}#main-content.products #top .bottom .sort .open-filters{display:flex;align-items:center;justify-content:flex-start;column-gap:.25rem;text-transform:uppercase;cursor:pointer}#main-content.products #top .bottom .sort .open-filters svg{width:.75rem;min-width:.75rem;height:.75rem}#main-content.products #products h2{margin:10px 0;text-align:center;font-size:1.2rem}@media only screen and (min-width: 768px){#main-content.products #products h2{margin:0 0 50px;text-align:left;font-size:2rem}}#main-content.products #products .all-products>div{margin-bottom:10px}@media only screen and (min-width: 576px){#main-content.products #products .all-products>div{margin-bottom:25px}}@media only screen and (min-width: 768px){#main-content.products #products .all-products>div{margin-bottom:2rem}}@media only screen and (min-width: 993px){#main-content.products #products .all-products>div{margin-bottom:3rem}}#main-content.products #products .all-products>div:nth-child(2n){padding-left:5px}@media only screen and (max-width: 575px){#main-content.products #products .all-products>div:nth-child(odd){padding-right:5px}}#main-content.products #products .last-line{display:block;width:100%;height:1px;background-color:#141517;margin:1.5rem 0}@media only screen and (min-width: 768px){#main-content.products #products .last-line{margin-bottom:1rem}}@media only screen and (min-width: 993px){#main-content.products #products .last-line{margin:1rem 0 1.5rem}}@media only screen and (min-width: 1601px){#main-content.products #products .last-line{margin:3rem 0 1.5rem}}#main-content.product-inner #top{padding:2rem 0 1.75rem}@media only screen and (min-width: 421px){#main-content.product-inner #top{padding:2.25rem 0 2.75rem}}@media only screen and (min-width: 576px){#main-content.product-inner #top{padding:3rem 0}}@media only screen and (min-width: 768px){#main-content.product-inner #top{padding:3.5rem 0}}@media only screen and (min-width: 993px){#main-content.product-inner #top{padding:4rem 0}}#main-content.product-inner #top .small-description{font-size:.8rem;font-weight:300;margin-top:20px}@media only screen and (min-width: 1201px){#main-content.product-inner #top .left{padding-right:4rem}}#main-content.product-inner #top .left .category{text-transform:uppercase;opacity:.5;font-size:85%;text-align:center}@media only screen and (min-width: 576px){#main-content.product-inner #top .left .category{text-align:left}}#main-content.product-inner #top .left .title{display:block;margin-top:.25rem;font-weight:500}@media only screen and (min-width: 576px){#main-content.product-inner #top .left .title{text-align:left}}#main-content.product-inner #top .left .title strong{font-size:97.5%}#main-content.product-inner #top .left .share{display:none;align-items:center;justify-content:center;column-gap:1rem;margin-top:2rem}@media only screen and (min-width: 576px){#main-content.product-inner #top .left .share{margin-top:0;justify-content:flex-end;display:flex}}#main-content.product-inner #top .left .share.mob{display:flex}@media only screen and (min-width: 576px){#main-content.product-inner #top .left .share.mob{display:none}}#main-content.product-inner #top .left .share span{text-transform:uppercase;font-size:90%;letter-spacing:.375rem}#main-content.product-inner #top .left .share a{display:flex;align-items:center;justify-content:center;width:.875rem;min-width:.875rem;height:.875rem;transition:.3s}#main-content.product-inner #top .left .share a:hover{opacity:.75}#main-content.product-inner #top .left .social{display:flex;width:100%;align-items:center;justify-content:center;padding-top:1rem}@media only screen and (min-width: 576px){#main-content.product-inner #top .left .social{justify-content:space-between;padding-top:2rem}}#main-content.product-inner #top .left .social .reviews{display:flex;align-items:center;justify-content:flex-start;column-gap:.175rem;transition:.3s}#main-content.product-inner #top .left .social .reviews:hover{opacity:.75}#main-content.product-inner #top .left .social .reviews .star-clickable{gap:.5rem;float:none;align-items:center}#main-content.product-inner #top .left .social .reviews .star-clickable .yotpo-stars{padding:0;font-size:100%;display:flex;align-items:center;gap:.1rem}#main-content.product-inner #top .left .social .reviews .star-clickable .yotpo-stars .yotpo-icon{padding:0;font-size:1rem}#main-content.product-inner #top .left .social .reviews .star-clickable .text-m{font-size:.75rem;text-transform:uppercase}#main-content.product-inner #top .left .rc-container-wrapper .rc-container{position:relative;margin:1rem 0 0}#main-content.product-inner #top .left .rc-container-wrapper .rc-container .rc-template__legacy-radio .rc-radio{display:block;width:100%;padding:0;background:#0000;border:1px solid #141517;margin-bottom:.5rem;cursor:pointer}#main-content.product-inner #top .left .rc-container-wrapper .rc-container .rc-template__legacy-radio .rc-radio.rc-option--active .rc-radio__label:before{background-color:#141517;box-shadow:inset 0 0 0 4px #fff}#main-content.product-inner #top .left .rc-container-wrapper .rc-container .rc-template__legacy-radio .rc-radio .rc-radio__label{display:block;width:100%;padding:.75rem 1rem .75rem 2.5rem;cursor:pointer;margin:0;line-height:1.4;position:relative;white-space:normal}#main-content.product-inner #top .left .rc-container-wrapper .rc-container .rc-template__legacy-radio .rc-radio .rc-radio__label:before{content:"";position:absolute;display:block;top:50%;transform:translateY(-50%);left:1rem;width:1rem;height:1rem;border-radius:50%;border:1px solid #141517}#main-content.product-inner #top .left .rc-container-wrapper .rc-container .rc-template__legacy-radio .rc-radio .rc-radio__label .rc-option__discount,#main-content.product-inner #top .left .rc-container-wrapper .rc-container .rc-template__legacy-radio .rc-radio .rc-radio__label .rc-option__price{text-decoration:underline}#main-content.product-inner #top .left .rc-container-wrapper .rc-container .rc-template__legacy-radio .rc-radio .rc-selling-plans{margin:0 auto 1rem;padding:0;position:relative;width:calc(100% - 2rem)}#main-content.product-inner #top .left .rc-container-wrapper .rc-container .rc-template__legacy-radio .rc-radio .rc-selling-plans:before{content:"";position:absolute;z-index:2;top:50%;transform:translateY(-50%);right:1rem;width:.5rem;height:.5rem;opacity:.5;background-repeat:no-repeat;background-color:#0000;background-size:contain;background-position:center;pointer-events:none;background-image:url('data:image/svg+xml,<svg width="13" height="8" viewBox="0 0 13 8" xmlns="http://www.w3.org/2000/svg"><path d="M12.6083 1.82656L7.0126 7.18789C6.83681 7.33437 6.66103 7.39297 6.51455 7.39297C6.33877 7.39297 6.16299 7.33437 6.0165 7.21719L0.391502 1.82656C0.0985333 1.56289 0.0985333 1.09414 0.362205 0.830467C0.625877 0.537498 1.09463 0.537498 1.3583 0.80117L6.51455 5.72304L11.6415 0.80117C11.9052 0.537498 12.3739 0.537498 12.6376 0.830467C12.9013 1.09414 12.9013 1.56289 12.6083 1.82656Z"></path></svg>')}#main-content.product-inner #top .left .rc-container-wrapper .rc-container .rc-template__legacy-radio .rc-radio .rc-selling-plans select{position:relative;z-index:1;display:block;width:100%;padding:.75rem;cursor:pointer}#main-content.product-inner #top .left .rc-container-wrapper .rc-container .rc_popup{position:absolute;z-index:3;bottom:0rem;right:.75rem;background-color:#fff;display:inline-block;padding:0 .5rem}#main-content.product-inner #top .left .rc-container-wrapper .rc-container .rc_popup .rc_popup__hover{padding:0}#main-content.product-inner #top .left .rc-container-wrapper .rc-container .rc_popup .rc_popup__hover .rc_popup_label_wrapper{margin:0;font-size:.75rem;flex-wrap:nowrap;gap:.175rem;align-items:center}#main-content.product-inner #top .left .rc-container-wrapper .rc-container .rc_popup .rc_popup__hover .rc_popup_label_wrapper svg{width:.5rem;height:.5rem;color:#141517}#main-content.product-inner #top .left .rc-container-wrapper .rc-container .rc_popup .rc_popup__hover .rc_popup__block{background-color:#222!important}#main-content.product-inner #top .left .actions{margin-top:1rem}@media only screen and (min-width: 576px){#main-content.product-inner #top .left .actions .flex{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}}#main-content.product-inner #top .left .actions .add-to-cart{display:flex;align-items:center;justify-content:space-between;column-gap:1rem;width:100%;padding:1.25rem}#main-content.product-inner #top .left .free-shipping{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;box-shadow:inset 0 0 0 1px #e2e2e2;margin-top:.75rem}#main-content.product-inner #top .left .free-shipping .icon{position:absolute;z-index:2;background-color:#000;color:#fff;width:2.75rem;height:2.75rem;border-radius:50%;top:50%;transform:translateY(-50%);right:.5rem;display:flex;align-items:center;justify-content:center;padding:.675rem}#main-content.product-inner #top .left .free-shipping .marquee{display:flex}#main-content.product-inner #top .left .free-shipping .marquee p{white-space:nowrap;width:11.25rem;color:#666}#main-content.product-inner #top .left .free-shipping .icon img{filter:invert(1)}#main-content.product-inner #top .right{margin-bottom:.5rem}@media only screen and (min-width: 576px){#main-content.product-inner #top .right{margin-bottom:2rem}}@media only screen and (min-width: 993px){#main-content.product-inner #top .right{margin-bottom:0}}#main-content.product-inner #top .right .product-slider{position:relative}@media only screen and (min-width: 576px){#main-content.product-inner #top .right .product-slider{padding-right:3.5rem}}@media only screen and (min-width: 993px){#main-content.product-inner #top .right .product-slider{padding-right:4rem}}#main-content.product-inner #top .right .product-slider .swiper-wrapper .swiper-slide .image{position:relative;overflow:hidden;width:100%;height:0;padding-bottom:125%;border:1px solid #e2e2e2}@media only screen and (min-width: 576px){#main-content.product-inner #top .right .product-slider .swiper-wrapper .swiper-slide .image{padding-bottom:100%}}@media only screen and (min-width: 993px){#main-content.product-inner #top .right .product-slider .swiper-wrapper .swiper-slide .image{padding-bottom:120%}}@media only screen and (min-width: 1201px){#main-content.product-inner #top .right .product-slider .swiper-wrapper .swiper-slide .image{padding-bottom:110%}}@media only screen and (min-width: 1601px){#main-content.product-inner #top .right .product-slider .swiper-wrapper .swiper-slide .image{padding-bottom:100%}}#main-content.product-inner #top .right .product-slider .swiper-wrapper .swiper-slide .image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 2rem);height:calc(100% - 2rem);object-fit:contain}#main-content.product-inner #top .right .product-slider .swiper-wrapper .swiper-slide .image img.cover{width:100%;height:100%;top:0;left:0;transform:none;object-fit:cover}#main-content.product-inner #top .right .product-slider .product-nav{position:relative;z-index:3;top:auto;bottom:auto;left:auto;right:auto;transform:none;width:100%;height:auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin:1rem auto}@media only screen and (min-width: 576px){#main-content.product-inner #top .right .product-slider .product-nav{margin:0;position:absolute;width:3rem;flex-direction:column;height:100%;top:50%;right:0;bottom:auto;transform:translateY(-50%);gap:1rem}}#main-content.product-inner #top .right .product-slider .product-nav .swiper-pagination-bullet{display:block;background-color:#0000;width:1.5rem;min-width:1.5rem;height:1.5rem;border-radius:50%;opacity:1;position:relative}@media only screen and (min-width: 576px){#main-content.product-inner #top .right .product-slider .product-nav .swiper-pagination-bullet{width:2.125rem;min-width:2.125rem;height:2.125rem}}#main-content.product-inner #top .right .product-slider .product-nav .swiper-pagination-bullet:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.375rem;height:.375rem;border-radius:50%;background-color:#141517;transition:.3s}@media only screen and (min-width: 576px){#main-content.product-inner #top .right .product-slider .product-nav .swiper-pagination-bullet:before{width:.5rem;height:.5rem}}#main-content.product-inner #top .right .product-slider .product-nav .swiper-pagination-bullet:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.1);width:100%;height:100%;border-radius:50%;border:1px solid rgba(0,0,0,0);transition:.3s}#main-content.product-inner #top .right .product-slider .product-nav .swiper-pagination-bullet.swiper-pagination-bullet-active:after{border-color:#141517;transform:translate(-50%,-50%) scale(1)}#main-content.product-inner #details{padding-bottom:2.25rem}@media only screen and (min-width: 421px){#main-content.product-inner #details{padding-bottom:3.25rem}}@media only screen and (min-width: 576px){#main-content.product-inner #details{padding-bottom:3.5rem}}@media only screen and (min-width: 768px){#main-content.product-inner #details{padding-bottom:4rem}}@media only screen and (min-width: 993px){#main-content.product-inner #details{padding-bottom:5rem}}#main-content.product-inner #details .row>div:first-child .faq-question .answer-wrapper h6,#main-content.product-inner #details .row>div:first-child .faq-question .answer-wrapper h4,#main-content.product-inner #details .row>div:first-child .faq-question .answer-wrapper p{display:block;margin-bottom:1.5rem}#main-content.product-inner #details .faq-question{margin:0 0 1rem;border:none}@media only screen and (min-width: 1201px){#main-content.product-inner #details .faq-question{padding-right:4rem}}#main-content.product-inner #details .faq-question .title{padding:1rem 0;border-bottom:1px solid #141517}#main-content.product-inner #details .faq-question .title p{font-weight:700}#main-content.product-inner #details .faq-question .desc .answer-wrapper{padding-left:0;padding-right:0;color:#333}#main-content.product-inner #details .faq-question .desc .answer-wrapper:before{content:none}#main-content.product-inner #details .faq-question .desc .answer-wrapper h1,#main-content.product-inner #details .faq-question .desc .answer-wrapper h2,#main-content.product-inner #details .faq-question .desc .answer-wrapper h3,#main-content.product-inner #details .faq-question .desc .answer-wrapper h4,#main-content.product-inner #details .faq-question .desc .answer-wrapper h5,#main-content.product-inner #details .faq-question .desc .answer-wrapper h6{font-weight:700}#main-content.product-inner #details .faq-question .desc .answer-wrapper img,#main-content.product-inner #details .faq-question .desc .answer-wrapper video{display:inline-block}#main-content.product-inner #details .faq-question .desc .answer-wrapper .three-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:.25rem}@media only screen and (min-width: 576px){#main-content.product-inner #details .faq-question .desc .answer-wrapper .three-icons{gap:.5rem;grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width: 768px){#main-content.product-inner #details .faq-question .desc .answer-wrapper .three-icons{gap:.75rem}}@media only screen and (min-width: 768px){#main-content.product-inner #details .faq-question .desc .answer-wrapper .three-icons{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width: 1201px){#main-content.product-inner #details .faq-question .desc .answer-wrapper .three-icons{grid-template-columns:repeat(4,1fr)}}#main-content.product-inner #details .faq-question .desc .answer-wrapper .three-icons img{margin:0}#main-content.product-inner #details .faq-question .desc .answer-wrapper .krown-tabs{display:none}#main-content.product-inner #reviews .yotpo-base-layout{width:100%!important}#main-content.product-inner #reviews .yotpo-head{display:none!important}#main-content.product-inner #reviews .yotpo-text-container p{font-size:.8rem!important;font-weight:600!important;line-height:1.9}#main-content.product-inner #reviews .yotpo-reviews-pagination-container{margin-bottom:0!important}#main-content.product-inner #reviews .top{background-color:#141517;color:#fff;padding:2rem 0;text-align:center}@media only screen and (min-width: 421px){#main-content.product-inner #reviews .top{padding:2.5rem 0}}@media only screen and (min-width: 576px){#main-content.product-inner #reviews .top{padding:3rem 0}}@media only screen and (min-width: 768px){#main-content.product-inner #reviews .top{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.product-inner #reviews .top{padding:5rem 0}}#main-content.product-inner #reviews .top .right .typewriter{width:fit-content;margin:auto;opacity:.1;font-size:20vw;line-height:1}@media only screen and (min-width: 576px){#main-content.product-inner #reviews .top .right .typewriter{font-size:11vw}}@media only screen and (min-width: 768px){#main-content.product-inner #reviews .top .right .typewriter{position:absolute;top:50%;left:44.5%;transform:translate(-50%,-50%)}}#main-content.product-inner #reviews .bottom{text-align:center;padding:2rem 0}@media only screen and (min-width: 576px){#main-content.product-inner #reviews .bottom{padding:3rem 0}}@media only screen and (min-width: 768px){#main-content.product-inner #reviews .bottom{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.product-inner #reviews .bottom{padding:5rem 0}}#main-content.product-inner #reviews .bottom .yotpo div,#main-content.product-inner #reviews .bottom .yotpo span,#main-content.product-inner #reviews .bottom .yotpo p,#main-content.product-inner #reviews .bottom .yotpo a,#main-content.product-inner #reviews .bottom .yotpo img,#main-content.product-inner #reviews .bottom .yotpo i,#main-content.product-inner #reviews .bottom .yotpo strong,#main-content.product-inner #reviews .bottom .yotpo sup,#main-content.product-inner #reviews .bottom .yotpo ul,#main-content.product-inner #reviews .bottom .yotpo li,#main-content.product-inner #reviews .bottom .yotpo form,#main-content.product-inner #reviews .bottom .yotpo label{font-size:1rem;font-family:Lyyra,sans-serif;color:#141517;line-height:1.4}@media only screen and (min-width: 1201px){#main-content.product-inner #reviews .bottom .yotpo div,#main-content.product-inner #reviews .bottom .yotpo span,#main-content.product-inner #reviews .bottom .yotpo p,#main-content.product-inner #reviews .bottom .yotpo a,#main-content.product-inner #reviews .bottom .yotpo img,#main-content.product-inner #reviews .bottom .yotpo i,#main-content.product-inner #reviews .bottom .yotpo strong,#main-content.product-inner #reviews .bottom .yotpo sup,#main-content.product-inner #reviews .bottom .yotpo ul,#main-content.product-inner #reviews .bottom .yotpo li,#main-content.product-inner #reviews .bottom .yotpo form,#main-content.product-inner #reviews .bottom .yotpo label{font-size:.9rem}}@media only screen and (min-width: 1601px){#main-content.product-inner #reviews .bottom .yotpo div,#main-content.product-inner #reviews .bottom .yotpo span,#main-content.product-inner #reviews .bottom .yotpo p,#main-content.product-inner #reviews .bottom .yotpo a,#main-content.product-inner #reviews .bottom .yotpo img,#main-content.product-inner #reviews .bottom .yotpo i,#main-content.product-inner #reviews .bottom .yotpo strong,#main-content.product-inner #reviews .bottom .yotpo sup,#main-content.product-inner #reviews .bottom .yotpo ul,#main-content.product-inner #reviews .bottom .yotpo li,#main-content.product-inner #reviews .bottom .yotpo form,#main-content.product-inner #reviews .bottom .yotpo label{font-size:.75rem}}#main-content.product-inner #reviews .bottom .yotpo-main-widget{width:100%}#main-content.product-inner #reviews .bottom .yotpo-main-widget .main-widget{filter:grayscale(1)}#main-content.product-inner #reviews .bottom .yotpo-main-widget .main-widget .yotpo-label,#main-content.product-inner #reviews .bottom .yotpo-main-widget .main-widget .yotpo-display-wrapper{display:none}#main-content.product-inner #reviews .bottom .yotpo-main-widget .main-widget .yotpo-nav.reviews{padding:0}#main-content.product-inner #reviews .bottom .yotpo-main-widget .main-widget .yotpo-nav.reviews ul[role=tablist] li{margin-bottom:0}#main-content.product-inner #reviews .bottom .yotpo-main-widget .main-widget nav[role=navigation] .yotpo-pager{margin:2rem 0 0}#main-content.blog #featured{padding:2rem 0 2.75rem}@media only screen and (min-width: 421px){#main-content.blog #featured{padding:2.5rem 0 3.25rem}}@media only screen and (min-width: 576px){#main-content.blog #featured{padding:3rem 0 3.5rem}}@media only screen and (min-width: 768px){#main-content.blog #featured{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.blog #featured{padding:5rem 0}}@media only screen and (min-width: 768px){#main-content.blog #featured .top{margin-bottom:-8.5rem}}@media only screen and (min-width: 1201px){#main-content.blog #featured .top{margin-bottom:-9.25rem}}#main-content.blog #featured .top .typewriter{opacity:.1;width:fit-content;font-size:17.5vw}@media only screen and (min-width: 576px){#main-content.blog #featured .top .typewriter{font-size:15.5vw}}@media only screen and (min-width: 768px){#main-content.blog #featured .top .typewriter{font-size:225%}}#main-content.blog #featured .top .typewriter .cursor{right:-15%}@media only screen and (min-width: 768px){#main-content.blog #featured .left{padding-top:8.5rem}}@media only screen and (min-width: 1201px){#main-content.blog #featured .left{padding-top:9.25rem}}@media only screen and (max-width: 575px){#main-content.blog #featured .left .title{font-size:2rem}}#main-content.blog #featured .left .desc{display:block;margin:1rem 0 1.5rem}#main-content.blog #featured .right .image-reveal{height:0;padding-bottom:80%;margin:1rem 0 1.5rem}@media only screen and (min-width: 576px){#main-content.blog #featured .right .image-reveal{margin:1.5rem 0;padding-bottom:60%}}@media only screen and (min-width: 768px){#main-content.blog #featured .right .image-reveal{padding-bottom:0;height:100%;margin:0}}#main-content.blog #all-posts{padding-bottom:3.5rem}@media only screen and (min-width: 768px){#main-content.blog #all-posts{padding-bottom:4rem}}@media only screen and (min-width: 993px){#main-content.blog #all-posts{padding-bottom:5rem}}#main-content.blog #all-posts .pagination{text-align:center;padding-top:1rem}@media only screen and (min-width: 576px){#main-content.blog #all-posts .pagination{padding-top:2rem}}#main-content.blog #all-posts .pagination ul{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;gap:.35rem}@media only screen and (min-width: 576px){#main-content.blog #all-posts .pagination ul{gap:.5rem}}#main-content.blog #all-posts .pagination ul a{display:flex;align-items:center;justify-content:center;min-width:1.75rem;width:1.75rem;height:1.75rem;border-radius:50%;transition:.3s;font-size:.85rem;font-weight:500}@media only screen and (min-width: 576px){#main-content.blog #all-posts .pagination ul a{min-width:2rem;width:2rem;height:2rem}}#main-content.blog #all-posts .pagination ul a:hover{background-color:#f9f9f9}#main-content.blog #all-posts .pagination ul a.active{background-color:#141517;color:#fff}#main-content.blog-inner #featured{overflow:hidden;background-color:#141517;color:#fff;text-align:center;padding-top:4rem;padding-bottom:4rem}@media only screen and (min-width: 576px){#main-content.blog-inner #featured{padding-top:6rem;padding-bottom:6rem}}@media only screen and (min-width: 993px){#main-content.blog-inner #featured{padding-top:8rem;padding-bottom:8rem}}#main-content.blog-inner #featured .bg{z-index:0;opacity:.3}#main-content.blog-inner #featured .container{position:relative;z-index:2}#main-content.blog-inner #featured .container .title{display:block;margin:auto auto .5rem}@media only screen and (min-width: 576px){#main-content.blog-inner #featured .container .title{margin-bottom:1rem}}@media only screen and (min-width: 993px){#main-content.blog-inner #featured .container .title{width:75%}}@media only screen and (max-width: 575px){#main-content.blog-inner #featured .container .title{font-size:2rem}}#main-content.blog-inner #featured .container .date{text-transform:uppercase}@media only screen and (min-width: 576px){#main-content.blog-inner #featured .container .date{letter-spacing:.05rem}}#main-content.blog-inner #post{padding-top:2.5rem}@media only screen and (min-width: 768px){#main-content.blog-inner #post{padding-top:3.5rem}}@media only screen and (min-width: 1201px){#main-content.blog-inner #post{padding-top:5rem}}#main-content.blog-inner #post .sub{display:block;margin-bottom:1.5rem}@media only screen and (min-width: 576px){#main-content.blog-inner #post .sub{margin-bottom:2rem}}@media only screen and (min-width: 993px){#main-content.blog-inner #post .content{columns:2;column-gap:3rem}}#main-content.blog-inner #post .content h1,#main-content.blog-inner #post .content h2,#main-content.blog-inner #post .content h3,#main-content.blog-inner #post .content h4,#main-content.blog-inner #post .content h5,#main-content.blog-inner #post .content h6,#main-content.blog-inner #post .content p,#main-content.blog-inner #post .content ul,#main-content.blog-inner #post .content ol,#main-content.blog-inner #post .content video,#main-content.blog-inner #post .content img,#main-content.blog-inner #post .content iframe{display:block;margin-bottom:1.25rem}@media only screen and (min-width: 576px){#main-content.blog-inner #post .content h1,#main-content.blog-inner #post .content h2,#main-content.blog-inner #post .content h3,#main-content.blog-inner #post .content h4,#main-content.blog-inner #post .content h5,#main-content.blog-inner #post .content h6,#main-content.blog-inner #post .content p,#main-content.blog-inner #post .content ul,#main-content.blog-inner #post .content ol,#main-content.blog-inner #post .content video,#main-content.blog-inner #post .content img,#main-content.blog-inner #post .content iframe{margin-bottom:1.5rem}}#main-content.blog-inner #post .content h1,#main-content.blog-inner #post .content h2,#main-content.blog-inner #post .content h3,#main-content.blog-inner #post .content h4,#main-content.blog-inner #post .content h5,#main-content.blog-inner #post .content h6{font-size:1.5rem;line-height:1.15}#main-content.blog-inner #post .content ul{position:relative;padding-left:.25rem}#main-content.blog-inner #post .content ul li{display:block;position:relative;padding-left:1.25rem;margin-bottom:.25rem}#main-content.blog-inner #post .content ul li:before{content:"\2219";position:absolute;left:0}#main-content.blog-inner #post .content ol{position:relative;counter-reset:section;padding-left:.25rem}#main-content.blog-inner #post .content ol li{display:block;position:relative;padding-left:1.35rem;margin-bottom:.25rem}#main-content.blog-inner #post .content ol li:before{counter-increment:section;content:counter(section) ")";position:absolute;left:.25rem;font-size:.8rem;padding-top:.1rem;opacity:.5}#main-content.blog-inner #post .content a{position:relative;cursor:pointer;text-decoration:underline}#main-content.blog-inner #post .content a:hover{opacity:.5}#main-content.blog-inner #post .buttons{display:flex;align-items:center;justify-content:space-between;margin-top:2.5rem;flex-wrap:wrap}@media only screen and (min-width: 768px){#main-content.blog-inner #post .buttons{gap:1rem;margin-top:3rem;flex-wrap:nowrap}}@media only screen and (min-width: 1201px){#main-content.blog-inner #post .buttons{margin-top:3.5rem}}#main-content.blog-inner #post .buttons .share{display:flex;align-items:center;justify-content:center;border-top:1px solid #141517;border-bottom:1px solid #141517;width:100%;gap:1.25rem;padding:.75rem 0;margin-bottom:1rem}@media only screen and (min-width: 768px){#main-content.blog-inner #post .buttons .share{order:2;margin-bottom:0}}@media only screen and (min-width: 993px){#main-content.blog-inner #post .buttons .share{gap:1.5rem;padding:1rem 0}}#main-content.blog-inner #post .buttons .share p{text-transform:uppercase;opacity:.5;letter-spacing:.15rem}@media only screen and (min-width: 576px){#main-content.blog-inner #post .buttons .share p{letter-spacing:.25rem}}#main-content.blog-inner #post .buttons .share a{display:flex;align-items:center;justify-content:center;min-width:.85rem;width:.85rem;height:.85rem}@media only screen and (min-width: 993px){#main-content.blog-inner #post .buttons .share a{min-width:.75rem;width:.75rem;height:.75rem}}#main-content.blog-inner #post .buttons .black-button{align-self:stretch;display:flex;align-items:center;justify-content:center;white-space:nowrap;padding:.75rem 1rem}@media only screen and (min-width: 576px){#main-content.blog-inner #post .buttons .black-button{padding:1rem}}@media only screen and (min-width: 768px){#main-content.blog-inner #post .buttons .black-button{padding:0 1.5rem}}@media only screen and (min-width: 993px){#main-content.blog-inner #post .buttons .black-button{padding:0 2rem}}@media only screen and (min-width: 768px){#main-content.blog-inner #post .buttons .black-button.previous{order:1}}@media only screen and (min-width: 768px){#main-content.blog-inner #post .buttons .black-button.next{order:3}}#main-content.blog-inner #post .buttons .black-button span{display:none}@media only screen and (min-width: 576px){#main-content.blog-inner #post .buttons .black-button span{display:inline}}#main-content.blog-inner #related{padding:2.5rem 0 2rem}@media only screen and (min-width: 768px){#main-content.blog-inner #related{padding:3.5rem 0 3rem}}@media only screen and (min-width: 1201px){#main-content.blog-inner #related{padding:5rem 0}}#main-content.blog-inner #related .flex{display:flex;align-items:center;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}@media only screen and (min-width: 576px){#main-content.blog-inner #related .flex{flex-direction:row;justify-content:space-between;gap:2rem;margin-bottom:2rem}}#main-content.blog-inner #related .blog-slider .pagination{text-align:center}#main-content.store-locator #top{text-align:center;padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.store-locator #top{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.store-locator #top{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.store-locator #top{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.store-locator #top{padding:5rem 0}}#main-content.store-locator #top .title{position:relative}#main-content.store-locator #top .title .typewriter{width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:14vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.store-locator #top .title .typewriter{font-size:12.5vw}}@media only screen and (min-width: 768px){#main-content.store-locator #top .title .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-60%)}}@media only screen and (min-width: 993px){#main-content.store-locator #top .title .typewriter{font-size:7.25rem}}@media only screen and (min-width: 1201px){#main-content.store-locator #top .title .typewriter{font-size:8rem}}#main-content.store-locator #top .title .text-bigger{position:relative;z-index:2}#main-content.store-locator #top .desc{display:block;margin:1.25rem auto 0}@media only screen and (min-width: 576px){#main-content.store-locator #top .desc{margin-top:2rem}}@media only screen and (min-width: 768px){#main-content.store-locator #top .desc{margin-top:3rem}}@media only screen and (min-width: 993px){#main-content.store-locator #top .desc{margin-top:4rem;width:75%}}@media only screen and (min-width: 1201px){#main-content.store-locator #top .desc{width:65%}}#main-content.store-locator #locator{padding-bottom:3rem}@media only screen and (min-width: 421px){#main-content.store-locator #locator{padding-bottom:3.5rem}}@media only screen and (min-width: 576px){#main-content.store-locator #locator{padding-bottom:4rem}}@media only screen and (min-width: 768px){#main-content.store-locator #locator{padding-bottom:5rem}}@media only screen and (min-width: 993px){#main-content.store-locator #locator{padding-bottom:6rem}}#main-content.store-locator #locator #stockist-widget .stockist-search-form{margin:0}#main-content.store-locator #locator #stockist-widget .stockist-search-form .stockist-query-entry{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.25rem}#main-content.store-locator #locator #stockist-widget .stockist-search-form .stockist-query-entry .stockist-search-field{display:block;width:100%;border:1px solid #141517;height:2.75rem;line-height:2.75rem;padding:.85rem;font-size:.85rem}@media only screen and (min-width: 768px){#main-content.store-locator #locator #stockist-widget .stockist-search-form .stockist-query-entry .stockist-search-field{height:2.25rem;line-height:2.25rem;padding:.75rem}}@media only screen and (min-width: 1601px){#main-content.store-locator #locator #stockist-widget .stockist-search-form .stockist-query-entry .stockist-search-field{font-size:.75rem}}#main-content.store-locator #locator #stockist-widget .stockist-search-form .stockist-query-entry .stockist-search-button{display:block;width:auto}#main-content.store-locator #locator #stockist-widget .stockist-search-form .stockist-query-entry .stockist-search-button button{display:flex;align-items:center;justify-content:center;background-color:#141517;color:#fff;transition:.3s;width:2.75rem;min-width:2.75rem;height:2.75rem;padding:1rem;margin:0;border-radius:0}@media only screen and (min-width: 768px){#main-content.store-locator #locator #stockist-widget .stockist-search-form .stockist-query-entry .stockist-search-button button{width:2.25rem;min-width:2.25rem;height:2.25rem;padding:.8rem}}#main-content.store-locator #locator #stockist-widget .stockist-search-form .stockist-query-entry .stockist-search-button button:hover{background-color:#666}#main-content.store-locator #locator #stockist-widget .stockist-search-form .stockist-query-entry .stockist-search-button button span{position:relative;display:block;width:100%;height:100%;font-size:0;background-image:url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" fill="%23fff"><path d="M13.7947 12.8789L10.1271 9.21484C10.9208 8.25781 11.3587 7.02734 11.3587 5.6875C11.3587 2.57031 8.78592 0 5.66569 0C2.51808 0 0 2.57031 0 5.6875C0 8.83203 2.54545 11.375 5.66569 11.375C6.97947 11.375 8.21114 10.9375 9.19648 10.1445L12.8641 13.8086C13.001 13.9453 13.1652 14 13.3568 14C13.521 14 13.6852 13.9453 13.7947 13.8086C14.0684 13.5625 14.0684 13.1523 13.7947 12.8789ZM1.31378 5.6875C1.31378 3.28125 3.25709 1.3125 5.69306 1.3125C8.10166 1.3125 10.0723 3.28125 10.0723 5.6875C10.0723 8.12109 8.10166 10.0625 5.69306 10.0625C3.25709 10.0625 1.31378 8.12109 1.31378 5.6875Z"></path></svg>');background-position:center;background-size:contain;background-repeat:no-repeat;background-color:#0000}#main-content.store-locator #locator #stockist-widget .stockist-map{display:block;position:relative;overflow:hidden;width:100%;height:25rem;top:auto;bottom:auto;left:auto;right:auto;margin:1rem 0}@media only screen and (min-width: 576px){#main-content.store-locator #locator #stockist-widget .stockist-map{height:30rem}}@media only screen and (min-width: 768px){#main-content.store-locator #locator #stockist-widget .stockist-map{margin:0;align-self:stretch;height:auto}}#main-content.store-locator #locator #stockist-widget .stockist-map .stockist-map-inner{position:absolute;top:0;left:0;width:100%;height:100%;filter:grayscale(1);border:none}#main-content.store-locator #locator #stockist-widget .stockist-horizontal{display:flex;column-gap:1rem;flex-direction:column-reverse}@media only screen and (min-width: 768px){#main-content.store-locator #locator #stockist-widget .stockist-horizontal{align-items:stretch;justify-content:space-between;flex-direction:row}}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel{width:100%;display:flex;flex-direction:column;gap:1rem;top:auto;left:auto}@media only screen and (min-width: 768px){#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel{width:18rem;min-width:18rem;position:relative;height:80vh}}@media only screen and (min-width: 993px){#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel{width:19rem;min-width:19rem}}@media only screen and (min-width: 1201px){#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel{width:21rem;min-width:21rem}}@media only screen and (min-width: 1601px){#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel{width:25rem;min-width:25rem}}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list{height:auto!important;max-height:60vh;position:relative}@media only screen and (min-width: 768px){#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list{overflow-y:scroll;padding-right:5px;height:100%!important;max-height:none}}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list::-webkit-scrollbar{width:5px;height:5px}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list::-webkit-scrollbar-track{background-color:#f9f9f9;border-radius:10px}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list::-webkit-scrollbar-thumb{background:#bbb;border-radius:10px}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul{margin:0}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li{position:relative;z-index:1;display:block;padding:.75rem;border:1px solid #e2e2e2!important;background-color:#fff;margin-bottom:.5rem;transition:.3s}@media only screen and (min-width: 768px){#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li{margin-bottom:.25rem}}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li:hover{border-color:#999!important}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li:last-child{margin-bottom:0}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li.stockist-selected{border-color:#141517!important}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-distance{display:none!important}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-name,#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-address{margin:0;padding:0;width:calc(100% - 2.5rem)}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-address *{font-size:.85rem}@media only screen and (min-width: 1601px){#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-address *{font-size:.75rem}}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-details{margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.325rem}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-details>div{font-size:.85rem}@media only screen and (min-width: 1601px){#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-details>div{font-size:.75rem}}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-details>div a{display:flex;align-items:center;justify-content:flex-start;column-gap:.5rem;font-size:90%;width:fit-content}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-details>div a:before{content:"";display:flex;align-items:center;justify-content:center;width:1.325rem;height:1.325rem;min-width:1.325rem;border-radius:50%;padding:.325rem;border:1px solid #141517;transition:.55s;background-position:center;background-size:40% 40%;background-repeat:no-repeat;background-color:#0000}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-details>div.stockist-result-phone a:before{background-image:url('data:image/svg+xml,<svg width="10" height="11" viewBox="0 0 10 11" xmlns="http://www.w3.org/2000/svg"><path d="M9.38574 6.76433L7.47168 5.94402C7.04199 5.7487 6.55371 5.88542 6.26074 6.23699L5.7334 6.88152C4.85449 6.3737 4.13184 5.65105 3.62402 4.79167L4.28809 4.26433C4.62012 3.97136 4.75684 3.48308 4.58105 3.07292L3.74121 1.1198C3.5459 0.670579 3.05762 0.416672 2.56934 0.53386L0.791992 0.944016C0.323242 1.04167 0.0107422 1.45183 0.0107422 1.94011C0.0107422 6.66667 3.83887 10.4948 8.56543 10.4948C9.05371 10.4948 9.46387 10.1823 9.54199 9.71355L9.95215 7.9362C10.0889 7.44792 9.83496 6.95964 9.38574 6.76433ZM9.05371 7.72136L8.64355 9.4987C8.64355 9.51824 8.60449 9.5573 8.56543 9.5573C4.36621 9.5573 0.928711 6.13933 0.928711 1.94011C0.928711 1.90105 0.967773 1.86198 1.00684 1.86198L2.78418 1.45183L2.80371 1.4323C2.84277 1.4323 2.8623 1.47136 2.88184 1.49089L3.70215 3.40495C3.72168 3.44402 3.72168 3.48308 3.68262 3.50261L2.72559 4.28386C2.56934 4.42058 2.51074 4.65495 2.6084 4.85027C3.25293 6.15886 4.32715 7.23308 5.63574 7.87761C5.83105 7.97527 6.08496 7.9362 6.22168 7.76042L7.00293 6.80339C7.02246 6.78386 7.06152 6.76433 7.10059 6.78386L9.01465 7.60417C9.05371 7.64324 9.07324 7.6823 9.05371 7.72136Z"></path></svg>')}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-details>div.stockist-result-email a:before{background-image:url('data:image/svg+xml,<svg width="10" height="9" viewBox="0 0 10 9" xmlns="http://www.w3.org/2000/svg"><path d="M0 2C0 1.31641 0.546875 0.75 1.25 0.75H8.75C9.43359 0.75 10 1.31641 10 2V7C10 7.70312 9.43359 8.25 8.75 8.25H1.25C0.546875 8.25 0 7.70312 0 7V2ZM0.9375 2V2.44922L4.29688 5.20312C4.70703 5.53516 5.27344 5.53516 5.68359 5.20312L9.0625 2.44922V2C9.0625 1.84375 8.90625 1.6875 8.75 1.6875H1.25C1.07422 1.6875 0.9375 1.84375 0.9375 2ZM0.9375 3.66016V7C0.9375 7.17578 1.07422 7.3125 1.25 7.3125H8.75C8.90625 7.3125 9.0625 7.17578 9.0625 7V3.66016L6.28906 5.92578C5.52734 6.55078 4.45312 6.55078 3.69141 5.92578L0.9375 3.66016Z"></path></svg>')}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-details>div.stockist-result-website a:before{background-image:url('data:image/svg+xml,<svg width="12" height="11" viewBox="0 0 12 11" xmlns="http://www.w3.org/2000/svg"><path d="M3.13867 3.06833C4.23242 1.97458 6.00977 1.97458 7.10352 3.06833C8.1582 4.10349 8.19727 5.78318 7.24023 6.89646L7.12305 7.01365C6.94727 7.20896 6.6543 7.22849 6.45898 7.07224C6.26367 6.89646 6.24414 6.60349 6.41992 6.40818L6.51758 6.29099C7.18164 5.5488 7.14258 4.43552 6.43945 3.7324C5.7168 2.99021 4.52539 2.99021 3.7832 3.7324L1.57617 5.93943C0.853516 6.68162 0.853516 7.85349 1.57617 8.59568C2.2793 9.27927 3.39258 9.31833 4.13477 8.6738L4.25195 8.57615C4.44727 8.40037 4.74023 8.4199 4.91602 8.61521C5.0918 8.81052 5.07227 9.10349 4.87695 9.27927L4.75977 9.37693C3.64648 10.3535 1.9668 10.2949 0.912109 9.25974C-0.181641 8.16599 -0.181641 6.36912 0.912109 5.27537L3.13867 3.06833ZM8.88086 7.93162C7.76758 9.02537 5.99023 9.02537 4.89648 7.93162C3.8418 6.87693 3.80273 5.21677 4.75977 4.10349L4.85742 3.9863C5.0332 3.79099 5.32617 3.77146 5.52148 3.94724C5.7168 4.12302 5.73633 4.41599 5.56055 4.6113L5.48242 4.70896C4.81836 5.45115 4.85742 6.56443 5.56055 7.26755C6.2832 7.99021 7.47461 7.99021 8.2168 7.26755L10.4238 5.06052C11.1465 4.31833 11.1465 3.14646 10.4238 2.40427C9.7207 1.72068 8.60742 1.68162 7.86523 2.32615L7.74805 2.4238C7.55273 2.59958 7.25977 2.58005 7.08398 2.38474C6.9082 2.18943 6.92773 1.89646 7.12305 1.72068L7.24023 1.62302C8.35352 0.646459 10.0332 0.705053 11.0879 1.74021C12.1816 2.83396 12.1816 4.6113 11.0879 5.72458L8.88086 7.93162Z"></path></svg>')}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-directions-link{position:absolute;top:.75rem;right:.75rem;left:auto;margin:0;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;min-width:1.5rem;border-radius:50%;padding:0;background-color:#141517;transition:.3s;cursor:pointer}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-directions-link:hover{background-color:#666}#main-content.store-locator #locator #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul li .stockist-result-directions-link a{display:block;width:100%;height:100%;margin:0;font-size:0;color:#0000;background-image:url('data:image/svg+xml,<svg width="7" height="13" viewBox="0 0 7 13" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><path d="M1.32705 0.420799L6.68838 6.0165C6.80556 6.16299 6.89346 6.33877 6.89346 6.51455C6.89346 6.69033 6.80556 6.86611 6.68838 6.9833L1.32705 12.579C1.06338 12.872 0.594627 12.872 0.330955 126083C0.0379864 12.3446 0.0379864 11.9052 0.301658 11.6122L5.22353 6.48525L0.301658 1.3876C0.0379864 1.12392 0.0379864 0.655174 0.330955 0.391502C0.594627 0.12783 1.06338 0.12783 1.32705 0.420799Z"></path></svg>');background-position:center;background-size:40% 40%;background-repeat:no-repeat;background-color:#0000}#main-content.contact-us #top{text-align:center;padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.contact-us #top{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.contact-us #top{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.contact-us #top{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.contact-us #top{padding:5rem 0}}#main-content.contact-us #top .title{position:relative}#main-content.contact-us #top .title .typewriter{width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:14vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.contact-us #top .title .typewriter{font-size:12.5vw}}@media only screen and (min-width: 768px){#main-content.contact-us #top .title .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-60%)}}@media only screen and (min-width: 993px){#main-content.contact-us #top .title .typewriter{font-size:7.25rem}}@media only screen and (min-width: 1201px){#main-content.contact-us #top .title .typewriter{font-size:8rem}}#main-content.contact-us #top .title .text-bigger{position:relative;z-index:2}#main-content.contact-us #top .desc{display:block;margin:1.25rem auto 1.5rem}@media only screen and (min-width: 576px){#main-content.contact-us #top .desc{margin-top:2rem}}@media only screen and (min-width: 768px){#main-content.contact-us #top .desc{margin-top:3rem;margin-bottom:2rem}}@media only screen and (min-width: 993px){#main-content.contact-us #top .desc{margin-top:4rem;width:75%}}@media only screen and (min-width: 1201px){#main-content.contact-us #top .desc{width:65%}}#main-content.contact-us #top .links{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.75rem}@media only screen and (min-width: 576px){#main-content.contact-us #top .links{flex-direction:row;gap:1.5rem}}@media only screen and (min-width: 993px){#main-content.contact-us #top .links{gap:2rem}}#main-content.contact-us #top .links a{display:flex;align-items:center;justify-content:flex-start;column-gap:.5rem}@media only screen and (min-width: 993px){#main-content.contact-us #top .links a{column-gap:.75rem}}#main-content.contact-us #top .links a:hover .circle{background-color:#141517;color:#fff}#main-content.contact-us #top .links a:hover .text{background-size:100% var(--border-width)}#main-content.contact-us #top .links a .circle{display:flex;align-items:center;justify-content:center;width:1.875rem;height:1.875rem;min-width:1.875rem;border-radius:50%;padding:.55rem;border:1px solid #141517;transition:.6s}#main-content.contact-us #top .links a .text{font-size:90%}#main-content.contact-us #form form{display:block;border-bottom:1px solid #e2e2e2;padding-bottom:2rem;margin-bottom:.5rem}@media only screen and (min-width: 576px){#main-content.contact-us #form form{padding-bottom:3rem}}#main-content.contact-us #form form .errors{margin-top:1rem}#main-content.contact-us #form form .errors li{display:block;padding:1rem;background-color:#ff3838;color:#fff;font-size:1rem;line-height:1.4;margin:.1rem 0}#main-content.contact-us #faq{padding-bottom:3rem}@media only screen and (min-width: 421px){#main-content.contact-us #faq{padding-bottom:3.5rem}}@media only screen and (min-width: 576px){#main-content.contact-us #faq{padding-bottom:4rem}}@media only screen and (min-width: 768px){#main-content.contact-us #faq{padding-bottom:5rem}}@media only screen and (min-width: 993px){#main-content.contact-us #faq{padding-bottom:6rem}}#main-content.contact-us #faq .section-title{display:block;margin:2rem 0 .5rem}@media only screen and (min-width: 768px){#main-content.contact-us #faq .section-title{margin:3rem 0 1rem}}#main-content.faqs #top{text-align:center;padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.faqs #top{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.faqs #top{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.faqs #top{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.faqs #top{padding:5rem 0}}#main-content.faqs #top .title{position:relative}#main-content.faqs #top .title .typewriter{width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:14vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.faqs #top .title .typewriter{font-size:12.5vw}}@media only screen and (min-width: 768px){#main-content.faqs #top .title .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-60%)}}@media only screen and (min-width: 993px){#main-content.faqs #top .title .typewriter{font-size:7.25rem}}@media only screen and (min-width: 1201px){#main-content.faqs #top .title .typewriter{font-size:8rem}}#main-content.faqs #top .title .text-bigger{position:relative;z-index:2}#main-content.faqs #top .desc{display:block;margin:1.25rem auto 0}@media only screen and (min-width: 576px){#main-content.faqs #top .desc{margin-top:2rem}}@media only screen and (min-width: 768px){#main-content.faqs #top .desc{margin-top:3rem}}@media only screen and (min-width: 993px){#main-content.faqs #top .desc{margin-top:4rem;width:75%}}@media only screen and (min-width: 1201px){#main-content.faqs #top .desc{width:65%}}#main-content.faqs #faq{padding-bottom:3rem}@media only screen and (min-width: 421px){#main-content.faqs #faq{padding-bottom:3.5rem}}@media only screen and (min-width: 576px){#main-content.faqs #faq{padding-bottom:4rem}}@media only screen and (min-width: 768px){#main-content.faqs #faq{padding-bottom:5rem}}@media only screen and (min-width: 993px){#main-content.faqs #faq{padding-bottom:6rem}}#main-content.faqs #faq .section-title{display:block;margin:2rem 0 .5rem}@media only screen and (min-width: 768px){#main-content.faqs #faq .section-title{margin:3rem 0 1rem}}#main-content.rewards #top{padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.rewards #top{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.rewards #top{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.rewards #top{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.rewards #top{padding:5rem 0}}#main-content.rewards #top .top{text-align:center}#main-content.rewards #top .top .title{position:relative}#main-content.rewards #top .top .title .typewriter{width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:17.5vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.rewards #top .top .title .typewriter{font-size:15.5vw}}@media only screen and (min-width: 768px){#main-content.rewards #top .top .title .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-57.5%)}}@media only screen and (min-width: 993px){#main-content.rewards #top .top .title .typewriter{font-size:8rem}}#main-content.rewards #top .top .title .text-bigger{position:relative;z-index:2}#main-content.rewards #top .top .desc{display:block;margin:1.25rem auto 2rem}@media only screen and (min-width: 576px){#main-content.rewards #top .top .desc{margin:2rem auto 2.5rem}}@media only screen and (min-width: 768px){#main-content.rewards #top .top .desc{margin:3rem auto}}@media only screen and (min-width: 993px){#main-content.rewards #top .top .desc{margin:4rem auto;width:80%}}#main-content.rewards #top .left .image-reveal{height:0;padding-bottom:80%}@media only screen and (min-width: 768px){#main-content.rewards #top .left .image-reveal{height:100%;padding-bottom:0}}#main-content.rewards #top .right{z-index:2;padding-top:2rem;text-align:center}@media only screen and (min-width: 576px){#main-content.rewards #top .right{text-align:left}}@media only screen and (min-width: 768px){#main-content.rewards #top .right{padding-bottom:2rem}}@media only screen and (min-width: 993px){#main-content.rewards #top .right{padding-left:2rem}}@media only screen and (min-width: 1201px){#main-content.rewards #top .right{padding-left:3rem;padding-top:4rem;padding-bottom:4rem}}#main-content.rewards #top .right h2 br{display:none}@media only screen and (min-width: 768px){#main-content.rewards #top .right h2 br{display:block}}#main-content.rewards #top .right .desc{display:block;margin:1rem 0 1.25rem}@media only screen and (min-width: 768px){#main-content.rewards #top .right .desc{margin:1.5rem 0}}@media only screen and (min-width: 576px){#main-content.rewards #top .right .buttons{display:flex;align-items:center;justify-content:flex-start;gap:1.5rem}}@media only screen and (min-width: 993px){#main-content.rewards #top .right .buttons{gap:2rem}}@media only screen and (max-width: 575px){#main-content.rewards #top .right .buttons .black-button{display:block;width:100%;padding:1.25rem 0;margin-bottom:1rem}}#main-content.rewards #top .right .buttons p br{display:none}@media only screen and (min-width: 576px){#main-content.rewards #top .right .buttons p br{display:block}}#main-content.rewards #ways .left .title{text-align:center;display:block;margin-bottom:1rem}@media only screen and (max-width: 575px){#main-content.rewards #ways .left .title{font-size:2.5rem}}@media only screen and (max-width: 420px){#main-content.rewards #ways .left .title{font-size:2rem}}@media only screen and (min-width: 993px){#main-content.rewards #ways .left .title{text-align:left}}#main-content.rewards #ways .left .title svg{display:none;vertical-align:baseline;width:2rem;height:2rem}@media only screen and (min-width: 993px){#main-content.rewards #ways .left .title svg{display:inline}}#main-content.rewards #ways .left .title br{display:none}@media only screen and (min-width: 993px){#main-content.rewards #ways .left .title br{display:block}}#main-content.rewards #ways .right .typewriter{width:fit-content;margin:auto;opacity:.1;font-size:15vw;line-height:1;text-align:left}@media only screen and (min-width: 576px){#main-content.rewards #ways .right .typewriter{font-size:13vw}}@media only screen and (min-width: 993px){#main-content.rewards #ways .right .typewriter{font-size:8.5vw;position:absolute;top:47.5%;left:-5rem;transform:translateY(-50%)}}@media only screen and (min-width: 1201px){#main-content.rewards #ways .right .typewriter{left:-10rem;font-size:10vw}}@media only screen and (min-width: 1601px){#main-content.rewards #ways .right .typewriter{left:-36.5%}}#main-content.rewards #ways .icons{position:relative;overflow:hidden;text-align:center}@media only screen and (min-width: 576px){#main-content.rewards #ways .icons{padding-top:2rem}}@media only screen and (min-width: 993px){#main-content.rewards #ways .icons{padding-top:3rem}}@media only screen and (min-width: 1201px){#main-content.rewards #ways .icons{padding-top:4rem}}#main-content.rewards #ways .icons .row>div{margin:1rem auto}@media only screen and (min-width: 768px){#main-content.rewards #ways .icons .row>div{margin:2rem auto}}@media only screen and (min-width: 993px){#main-content.rewards #ways .icons .row>div{margin:0}}#main-content.rewards #ways .icons .row>div:first-child .circle:before{position:absolute;z-index:-1;top:50%;transform:translateY(-50%);left:-50vw;width:200vw;height:1px;border-bottom:2px dashed #e2e2e2}@media only screen and (min-width: 576px){#main-content.rewards #ways .icons .row>div:first-child .circle:before{content:""}}#main-content.rewards #ways .icons .row>div:nth-last-child(2) .circle:before{position:absolute;z-index:-1;top:50%;transform:translateY(-50%);left:-50vw;width:200vw;height:1px;border-bottom:2px dashed #e2e2e2}@media only screen and (min-width: 576px){#main-content.rewards #ways .icons .row>div:nth-last-child(2) .circle:before{content:""}}@media only screen and (min-width: 993px){#main-content.rewards #ways .icons .row>div:nth-last-child(2) .circle:before{content:none}}#main-content.rewards #ways .icons .circle{display:block;width:42.5%;padding-bottom:42.5%;height:0;position:relative;border-radius:50%;background-color:#141517;color:#fff;margin:0 auto 1rem}@media only screen and (min-width: 421px){#main-content.rewards #ways .icons .circle{width:50%;padding-bottom:50%}}@media only screen and (min-width: 576px){#main-content.rewards #ways .icons .circle{width:57.5%;padding-bottom:57.5%}}@media only screen and (min-width: 993px){#main-content.rewards #ways .icons .circle{width:77.215%;padding-bottom:77.215%}}@media only screen and (min-width: 1201px){#main-content.rewards #ways .icons .circle{width:65%;padding-bottom:65%}}@media only screen and (min-width: 1601px){#main-content.rewards #ways .icons .circle{width:50%;padding-bottom:50%}}#main-content.rewards #ways .icons .circle svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:35%;height:35%;object-fit:contain}#main-content.rewards #ways .icons p{font-weight:500;display:block;margin:auto;padding:0 2rem}#main-content.rewards #ways .line{display:block;width:100%;height:1px;background-color:#141517;margin-top:2rem}@media only screen and (min-width: 768px){#main-content.rewards #ways .line{margin-top:3rem}}#main-content.rewards #join{background-color:#141517;color:#fff;text-align:center;padding:3rem 0}#main-content.rewards #join .typewriter{position:absolute;z-index:0;top:50%;left:50%;transform:translate(-50%,-50%);width:fit-content;opacity:.1;color:#fff;font-size:25vw}@media only screen and (min-width: 576px){#main-content.rewards #join .typewriter{font-size:18vw}}@media only screen and (min-width: 1201px){#main-content.rewards #join .typewriter{font-size:15vw}}#main-content.rewards #join .wrapper{position:relative;z-index:2}#main-content.rewards #join .wrapper .text-medium{display:block;margin:.25rem auto 1rem}@media only screen and (min-width: 576px){#main-content.rewards #join .wrapper .text-medium{margin-bottom:1.5rem}}#main-content.rewards #join .wrapper .hollow-white-button{margin-bottom:1rem}#main-content.rewards #steps{padding:2rem 0 3rem}@media only screen and (min-width: 421px){#main-content.rewards #steps{padding:2.75rem 0 3.5rem}}@media only screen and (min-width: 576px){#main-content.rewards #steps{padding:3rem 0 4rem}}@media only screen and (min-width: 768px){#main-content.rewards #steps{padding:4rem 0 5rem}}@media only screen and (min-width: 993px){#main-content.rewards #steps{padding:5rem 0 6rem}}@media only screen and (max-width: 992px){#main-content.rewards #steps .fill-title>div{text-align:center!important}}#main-content.rewards #steps .flex{margin-top:1.5rem;text-align:center}@media only screen and (min-width: 576px){#main-content.rewards #steps .flex{margin-top:2rem}}@media only screen and (min-width: 993px){#main-content.rewards #steps .flex{margin-top:0;display:flex;align-items:center;justify-content:center}}#main-content.rewards #steps .flex .black-button{display:block;padding:1rem 0}@media only screen and (min-width: 576px){#main-content.rewards #steps .flex .black-button{padding:1.25rem 3rem;display:inline-block}}@media only screen and (min-width: 993px){#main-content.rewards #steps .flex .black-button{display:block;width:100%;padding:1.25rem 0}}#main-content.rewards #steps .text-big{display:block;margin:2rem 0 1rem;border-top:1px solid #141517;padding-top:1rem}@media only screen and (min-width: 576px){#main-content.rewards #steps .text-big{margin-top:3rem}}#main-content.potency-analysis #top{padding:2.25rem 0 .5rem}@media only screen and (min-width: 421px){#main-content.potency-analysis #top{padding-top:3.25rem}}@media only screen and (min-width: 576px){#main-content.potency-analysis #top{padding:3.5rem 0 1rem}}@media only screen and (min-width: 768px){#main-content.potency-analysis #top{padding-top:4rem}}@media only screen and (min-width: 993px){#main-content.potency-analysis #top{padding-top:5rem}}#main-content.potency-analysis #top .top{position:relative;text-align:center;margin-bottom:1.5rem}@media only screen and (min-width: 576px){#main-content.potency-analysis #top .top{margin-bottom:2rem}}@media only screen and (min-width: 768px){#main-content.potency-analysis #top .top{margin-bottom:4rem}}@media only screen and (min-width: 993px){#main-content.potency-analysis #top .top{margin-bottom:5rem}}#main-content.potency-analysis #top .top .typewriter{width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:14vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.potency-analysis #top .top .typewriter{font-size:12.5vw}}@media only screen and (min-width: 768px){#main-content.potency-analysis #top .top .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-60%)}}@media only screen and (min-width: 993px){#main-content.potency-analysis #top .top .typewriter{font-size:7.25rem}}@media only screen and (min-width: 1201px){#main-content.potency-analysis #top .top .typewriter{font-size:8rem}}#main-content.potency-analysis #top .top .text-bigger{position:relative;z-index:2}#main-content.potency-analysis #top .left .image-reveal{height:0;padding-bottom:70%}@media only screen and (min-width: 768px){#main-content.potency-analysis #top .left .image-reveal{height:100%;padding-bottom:0}}#main-content.potency-analysis #top .right{z-index:2;padding-top:1.5rem}@media only screen and (min-width: 576px){#main-content.potency-analysis #top .right{padding-top:2rem}}@media only screen and (min-width: 768px){#main-content.potency-analysis #top .right{padding-bottom:2rem}}@media only screen and (min-width: 1201px){#main-content.potency-analysis #top .right{padding-top:4rem;padding-bottom:4rem}}#main-content.potency-analysis #top .bottom{padding-top:2rem}@media only screen and (min-width: 768px){#main-content.potency-analysis #top .bottom{padding-top:4rem}}#main-content.potency-analysis #top .bottom .line{display:block;width:100%;height:1px;background-color:#e2e2e2}#main-content.potency-analysis #faq{padding-bottom:3rem}@media only screen and (min-width: 421px){#main-content.potency-analysis #faq{padding-bottom:3.5rem}}@media only screen and (min-width: 576px){#main-content.potency-analysis #faq{padding-bottom:4rem}}@media only screen and (min-width: 768px){#main-content.potency-analysis #faq{padding-bottom:5rem}}@media only screen and (min-width: 993px){#main-content.potency-analysis #faq{padding-bottom:6rem}}#main-content.potency-analysis #faq .section-title{display:block;margin:2rem 0 .5rem}@media only screen and (min-width: 768px){#main-content.potency-analysis #faq .section-title{margin:3rem 0 1rem}}#main-content.terms #top{text-align:center;padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.terms #top{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.terms #top{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.terms #top{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.terms #top{padding-top:5rem}}#main-content.terms #top .typewriter{width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:18vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.terms #top .typewriter{font-size:14vw}}@media only screen and (min-width: 768px){#main-content.terms #top .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-57.5%)}}@media only screen and (min-width: 993px){#main-content.terms #top .typewriter{font-size:7.25rem}}@media only screen and (min-width: 1201px){#main-content.terms #top .typewriter{font-size:8rem}}#main-content.terms #top .text-bigger{position:relative;z-index:2}#main-content.terms #content{padding-bottom:3rem}@media only screen and (min-width: 421px){#main-content.terms #content{padding-bottom:3.5rem}}@media only screen and (min-width: 576px){#main-content.terms #content{padding-bottom:4rem}}@media only screen and (min-width: 768px){#main-content.terms #content{padding-bottom:5rem}}@media only screen and (min-width: 993px){#main-content.terms #content{padding-bottom:6rem}}#main-content.terms #content h2{display:block;padding-top:1rem;margin-bottom:1rem}@media only screen and (max-width: 575px){#main-content.terms #content h2{font-size:1.5rem}}#main-content.terms #content p{display:block;margin-bottom:1rem}@media only screen and (min-width: 576px){#main-content.terms #content p{margin-bottom:1.75rem}}#main-content.terms #content ul{position:relative;display:block;margin-bottom:1rem;padding-left:.05rem}@media only screen and (min-width: 576px){#main-content.terms #content ul{margin-bottom:1.75rem}}#main-content.terms #content ul li{display:block;position:relative;padding-left:1rem;margin-bottom:.25rem}#main-content.terms #content ul li:before{content:"\2219";position:absolute;left:0}#main-content.terms #content ol{position:relative;display:block;margin-bottom:1rem;padding-left:.05rem;counter-reset:section}@media only screen and (min-width: 576px){#main-content.terms #content ol{margin-bottom:1.75rem}}#main-content.terms #content ol li{display:block;position:relative;padding-left:1rem;margin-bottom:.25rem}#main-content.terms #content ol li:before{counter-increment:section;content:counter(section) ")";position:absolute;left:.05rem;font-size:.75rem;padding-top:.1rem}#main-content.terms #content a{text-decoration:underline}#main-content.terms #content a:hover{opacity:.5}#main-content.wholesale #top{text-align:center;padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.wholesale #top{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.wholesale #top{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.wholesale #top{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.wholesale #top{padding-top:5rem}}#main-content.wholesale #top .title{position:relative}#main-content.wholesale #top .title .typewriter{width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:14vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.wholesale #top .title .typewriter{font-size:12.5vw}}@media only screen and (min-width: 768px){#main-content.wholesale #top .title .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-57.5%)}}@media only screen and (min-width: 993px){#main-content.wholesale #top .title .typewriter{font-size:7.25rem}}@media only screen and (min-width: 1201px){#main-content.wholesale #top .title .typewriter{font-size:8rem}}#main-content.wholesale #top .title .text-bigger{position:relative;z-index:2}#main-content.wholesale #top .desc{display:block;margin:1.25rem auto 0}@media only screen and (min-width: 576px){#main-content.wholesale #top .desc{margin-top:2rem}}@media only screen and (min-width: 768px){#main-content.wholesale #top .desc{margin-top:3rem}}@media only screen and (min-width: 993px){#main-content.wholesale #top .desc{margin-top:4rem;width:75%}}@media only screen and (min-width: 1201px){#main-content.wholesale #top .desc{width:65%}}#main-content.wholesale #form{padding-bottom:3rem}@media only screen and (min-width: 421px){#main-content.wholesale #form{padding-bottom:3.5rem}}@media only screen and (min-width: 576px){#main-content.wholesale #form{padding-bottom:4rem}}@media only screen and (min-width: 768px){#main-content.wholesale #form{padding-bottom:5rem}}@media only screen and (min-width: 993px){#main-content.wholesale #form{padding-bottom:6rem}}#main-content.wholesale #form .title{display:block;margin:1.5rem auto;text-align:center}@media only screen and (min-width: 576px){#main-content.wholesale #form .title{margin:2rem auto}}@media only screen and (max-width: 575px){#main-content.wholesale #form .title{font-size:1.75rem}}#main-content #wpd-create-customer{margin:0 auto;width:100%;max-width:calc(100% - .75rem);padding:2.25rem 15px}@media only screen and (min-width: 421px){#main-content #wpd-create-customer{max-width:95%;padding:3.25rem 15px}}@media only screen and (min-width: 576px){#main-content #wpd-create-customer{padding:3.5rem 15px}}@media only screen and (min-width: 768px){#main-content #wpd-create-customer{max-width:90%;padding:4rem 15px}}@media only screen and (min-width: 993px){#main-content #wpd-create-customer{padding:5rem 15px}}@media only screen and (min-width: 1601px){#main-content #wpd-create-customer{max-width:calc(100vw - 8rem)}}#main-content #wpd-create-customer .wpd_headermsg{text-align:center}#main-content #wpd-create-customer .wpd_headermsg h1{font-size:2.25rem;line-height:1.1;font-weight:700}@media only screen and (min-width: 421px){#main-content #wpd-create-customer .wpd_headermsg h1{font-size:2.75rem}}@media only screen and (min-width: 576px){#main-content #wpd-create-customer .wpd_headermsg h1{font-size:3rem}}@media only screen and (min-width: 768px){#main-content #wpd-create-customer .wpd_headermsg h1{font-size:3.25rem;line-height:1}}@media only screen and (min-width: 993px){#main-content #wpd-create-customer .wpd_headermsg h1{font-size:3.5rem}}#main-content #wpd-create-customer .wpd_headermsg p{font-size:1.35rem;line-height:1.25;display:block;margin:1.25rem auto 0;font-weight:500}@media only screen and (min-width: 576px){#main-content #wpd-create-customer .wpd_headermsg p{margin-top:2rem}}@media only screen and (min-width: 768px){#main-content #wpd-create-customer .wpd_headermsg p{margin-top:3rem}}@media only screen and (min-width: 993px){#main-content #wpd-create-customer .wpd_headermsg p{margin-top:4rem;width:75%}}@media only screen and (min-width: 1201px){#main-content #wpd-create-customer .wpd_headermsg p{width:65%}}#main-content #wpd-create-customer .wpd_create_account .title{margin:2rem auto 0;text-align:center;font-size:2rem;line-height:1.15;font-weight:700}@media only screen and (max-width: 575px){#main-content #wpd-create-customer .wpd_create_account .title{font-size:1.75rem}}#main-content #wpd-create-customer #create_customer .wpd_full_with{display:block!important}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half{width:100%!important;display:flex;flex-direction:column;gap:15px}@media only screen and (min-width: 768px){#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half{flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:30px}}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half:after,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half:before{content:"";visibility:hidden;display:block;font-size:0;clear:both;height:0}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_company_info,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_pri_cont{display:block;width:100%}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half h4{display:block;margin:1rem auto .25rem;font-weight:500;font-size:1.35rem;line-height:1.25;text-align:center}@media only screen and (min-width: 768px){#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half h4{margin-bottom:1rem}}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_clearfix{display:block;width:100%}@media only screen and (min-width: 768px){#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_clearfix{width:calc(50% - 15px)}}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_clearfix label{position:relative;z-index:2;display:block;margin-bottom:.5rem;font-size:.85rem}@media only screen and (min-width: 1601px){#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_clearfix label{font-size:.75rem}}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_clearfix input,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_clearfix select{display:block;position:relative;z-index:0;width:100%;border:1px solid #141517;box-shadow:inset 0 0 0 10rem #fff;background-color:#fff;padding:1rem;min-height:auto;font-size:1rem;border-radius:0}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_clearfix input::placeholder,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_clearfix select::placeholder{color:#bbb}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_clearfix select{cursor:pointer}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_clearfix select:invalid{color:#bbb}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_error_msg_container,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_error_msg_header_container,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .action_bottom{display:block;width:100%;text-align:center;margin:0 auto}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_error_msg_container .errormsg,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_error_msg_header_container .errormsg,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .action_bottom .errormsg{color:#ff3838;padding:0;font-size:1rem;font-weight:500}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_error_msg_container .wpd_submit,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_error_msg_header_container .wpd_submit,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .action_bottom .wpd_submit{display:block;white-space:nowrap;width:100%;border:none;color:#fff;background-color:#141517;font-family:Simon Mono,serif;font-size:.8rem;cursor:pointer;text-align:center;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px #0000;position:relative;transition-property:color;transition-duration:.5s;letter-spacing:normal;text-transform:none;padding:1.15rem 0;margin-top:-1.5rem}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_error_msg_container .wpd_submit:before,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_error_msg_header_container .wpd_submit:before,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .action_bottom .wpd_submit:before{background-color:#666;content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;transform:scaleX(0);transform-origin:0 50%;transition-property:transform;transition-duration:.5s;transition-timing-function:ease-out}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_error_msg_container .wpd_submit:hover,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_error_msg_header_container .wpd_submit:hover,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .action_bottom .wpd_submit:hover{color:#fff}#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_error_msg_container .wpd_submit:hover:before,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .wpd_error_msg_header_container .wpd_submit:hover:before,#main-content #wpd-create-customer #create_customer .wpd_full_with .wpd_half .action_bottom .wpd_submit:hover:before{transform:scaleX(1);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}#main-content.press #top{text-align:center;padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.press #top{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.press #top{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.press #top{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.press #top{padding-top:5rem}}#main-content.press #top .typewriter{width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:14vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.press #top .typewriter{font-size:12.5vw}}@media only screen and (min-width: 768px){#main-content.press #top .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-57.5%)}}@media only screen and (min-width: 993px){#main-content.press #top .typewriter{font-size:7.25rem}}@media only screen and (min-width: 1201px){#main-content.press #top .typewriter{font-size:8rem}}#main-content.press #top .text-bigger{position:relative;z-index:2}#main-content.press #posts{padding-bottom:3rem}@media only screen and (min-width: 421px){#main-content.press #posts{padding-bottom:3.5rem}}@media only screen and (min-width: 576px){#main-content.press #posts{padding-top:1rem;padding-bottom:4rem}}@media only screen and (min-width: 768px){#main-content.press #posts{padding-top:2rem;padding-bottom:5rem}}@media only screen and (min-width: 993px){#main-content.press #posts{padding-bottom:6rem}}#main-content.press #posts .blog-post .image-wrapper img{object-position:top}#main-content.track-your-order #top{text-align:center;padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.track-your-order #top{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.track-your-order #top{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.track-your-order #top{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.track-your-order #top{padding-top:5rem}}#main-content.track-your-order #top .title{position:relative}#main-content.track-your-order #top .title .typewriter{width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:20vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.track-your-order #top .title .typewriter{font-size:16vw}}@media only screen and (min-width: 768px){#main-content.track-your-order #top .title .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-57.5%)}}@media only screen and (min-width: 993px){#main-content.track-your-order #top .title .typewriter{font-size:9.25rem}}@media only screen and (min-width: 1201px){#main-content.track-your-order #top .title .typewriter{font-size:10rem}}#main-content.track-your-order #top .title .text-bigger{position:relative;z-index:2}#main-content.track-your-order #top .desc{display:block;margin:1.25rem auto 0}@media only screen and (min-width: 576px){#main-content.track-your-order #top .desc{margin-top:2rem}}@media only screen and (min-width: 768px){#main-content.track-your-order #top .desc{margin-top:3rem}}@media only screen and (min-width: 993px){#main-content.track-your-order #top .desc{margin-top:4rem;width:75%}}@media only screen and (min-width: 1201px){#main-content.track-your-order #top .desc{width:65%}}#main-content.track-your-order #form{padding-bottom:3rem}@media only screen and (min-width: 421px){#main-content.track-your-order #form{padding-bottom:3.5rem}}@media only screen and (min-width: 576px){#main-content.track-your-order #form{padding-bottom:4rem}}@media only screen and (min-width: 768px){#main-content.track-your-order #form{padding-bottom:5rem}}@media only screen and (min-width: 993px){#main-content.track-your-order #form{padding-bottom:6rem}}#main-content.track-your-order #form #pp-tracking-page-app{display:block;max-width:100%;margin:auto}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content{margin:0!important;padding:0!important;width:100%;max-width:100%;min-height:auto}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_tab{display:none}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in{border:none;padding:0;margin:0 auto;display:block;border-radius:0;width:35rem;max-width:100%}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_order,#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_number{padding:0}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_order .pp_tracking_form,#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_number .pp_tracking_form{max-width:100%}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_order .pp_tracking_form .pp_tracking_parent,#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_number .pp_tracking_form .pp_tracking_parent{display:block;position:relative;width:100%;margin-bottom:1rem;text-align:left}@media only screen and (min-width: 576px){#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_order .pp_tracking_form .pp_tracking_parent,#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_number .pp_tracking_form .pp_tracking_parent{margin-bottom:1.5rem}}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_order .pp_tracking_form .pp_tracking_parent .pp_tracking_span span,#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_number .pp_tracking_form .pp_tracking_parent .pp_tracking_span span{position:relative;z-index:2;display:block;margin-bottom:.5rem;font-size:.85rem}@media only screen and (min-width: 1601px){#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_order .pp_tracking_form .pp_tracking_parent .pp_tracking_span span,#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_number .pp_tracking_form .pp_tracking_parent .pp_tracking_span span{font-size:.75rem}}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_order .pp_tracking_form .pp_tracking_parent .pp_tracking_input span input,#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_number .pp_tracking_form .pp_tracking_parent .pp_tracking_input span input{display:block;position:relative;z-index:0;width:100%;border:1px solid #141517;box-shadow:inset 0 0 0 10rem #fff;background-color:#fff;padding:1rem}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_order .pp_tracking_form .pp_tracking_button,#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_number .pp_tracking_form .pp_tracking_button{margin:0}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_order .pp_tracking_form .pp_tracking_button .pp-button-enter,#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_number .pp_tracking_form .pp_tracking_button .pp-button-enter{display:block;width:100%;white-space:nowrap;border:none;padding:1.15rem 0;color:#fff;background-color:#141517;font-family:Simon Mono,serif;font-size:.8rem;cursor:pointer;text-align:center;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px #0000;position:relative;transition-property:color;transition-duration:.5s;border-radius:0}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_order .pp_tracking_form .pp_tracking_button .pp-button-enter:before,#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_number .pp_tracking_form .pp_tracking_button .pp-button-enter:before{background-color:#666;content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;transform:scaleX(0);transform-origin:0 50%;transition-property:transform;transition-duration:.5s;transition-timing-function:ease-out}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_order .pp_tracking_form .pp_tracking_button .pp-button-enter:hover,#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_number .pp_tracking_form .pp_tracking_button .pp-button-enter:hover{color:#fff}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_order .pp_tracking_form .pp_tracking_button .pp-button-enter:hover:before,#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_form_number .pp_tracking_form .pp_tracking_button .pp-button-enter:hover:before{transform:scaleX(1);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_line_center{display:block;padding:0}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_line_center:before,#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_line_center:after{content:none}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_line_center .pp_tracking_word{padding:0;display:block;margin:1.75rem auto 1.5rem;text-align:center;opacity:.5;font-weight:500;font-size:.85rem}@media only screen and (min-width: 576px){#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_line_center .pp_tracking_word{margin:2rem auto}}@media only screen and (min-width: 1601px){#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_form_in .pp_tracking_line_center .pp_tracking_word{font-size:.75rem}}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result_title{line-height:normal}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result{padding:0}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .line-back .line-front{background-color:#141517}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .progress-bar-style{margin-bottom:4rem}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .progress-bar-style .progress-bar-node.progress-bar-node--active{background-color:#141517}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .progress-bar-style .progress-bar-node .icon{fill:#141517;width:1.5rem;height:1.5rem;top:-2.25rem}@media only screen and (max-width: 992px){#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .pp_tracking_left{float:none;width:100%;padding:0}}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .pp_tracking_left .pp_num_status_show{font-weight:700;display:block;margin-bottom:1rem}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .pp_tracking_left .PP-GoogleMap{filter:saturate(0)}@media only screen and (max-width: 992px){#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .pp_tracking_right{float:none;width:100%;padding:1rem 0 0}}@media only screen and (min-width: 993px){#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .pp_tracking_right ul{margin-top:3.85rem}}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .pp_tracking_right ul>li{border:1px solid #141517;margin-bottom:.5rem;position:relative;padding:1rem;display:block}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .pp_tracking_right ul>li .pp_tracking_info_title{color:#141517;font-size:1rem;line-height:1.4;margin-bottom:.5rem}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .pp_tracking_right ul>li .pp_tracking_info_title span{font-weight:700}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .pp_tracking_right ul>li .pp_tracking_info{font-size:1rem;line-height:1.4}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .pp_tracking_right ul>li .pp_tracking_info .pp_tracking_product_show{margin:0;column-gap:1rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #e2e2e2}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .pp_tracking_right ul>li .pp_tracking_info .pp_tracking_product_show:last-child{margin-bottom:0;padding-bottom:0;border:none}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .pp_tracking_right ul>li .pp_tracking_info .pp_tracking_product_show .pp_tracking_info_img{margin-top:0;margin-left:0}#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .pp_tracking_right ul>li .pp_tracking_info .pp_tracking_product_show .pp_tracking_info_img_span{display:flex;align-items:center;font-size:.85rem;margin-top:0;margin-left:0}@media only screen and (min-width: 1601px){#main-content.track-your-order #form #pp-tracking-page-app .pp_tracking_content .pp_tracking_result .pp_tracking_right ul>li .pp_tracking_info .pp_tracking_product_show .pp_tracking_info_img_span{font-size:.75rem}}#main-content.account #top{text-align:center;padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.account #top{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.account #top{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.account #top{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.account #top{padding-top:5rem}}#main-content.account #top .typewriter{width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:14vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.account #top .typewriter{font-size:12.5vw}}@media only screen and (min-width: 768px){#main-content.account #top .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-57.5%)}}@media only screen and (min-width: 993px){#main-content.account #top .typewriter{font-size:7.25rem}}@media only screen and (min-width: 1201px){#main-content.account #top .typewriter{font-size:8rem}}#main-content.account #top .text-bigger{position:relative;z-index:2}#main-content.account .formError{margin:auto auto 1rem;text-align:center;display:block;width:100%;max-width:calc(100% - .75rem);color:#ff3838}@media only screen and (min-width: 421px){#main-content.account .formError{max-width:95%}}@media only screen and (min-width: 768px){#main-content.account .formError{max-width:90%}}@media only screen and (min-width: 993px){#main-content.account .formError{max-width:85%}}@media only screen and (min-width: 1201px){#main-content.account .formError{max-width:80%}}@media only screen and (min-width: 1601px){#main-content.account .formError{max-width:calc(90vw - 8rem)}}#main-content.account #form{padding-bottom:3rem}@media only screen and (min-width: 421px){#main-content.account #form{padding-bottom:3.5rem}}@media only screen and (min-width: 576px){#main-content.account #form{padding-bottom:4rem}}@media only screen and (min-width: 768px){#main-content.account #form{padding-bottom:5rem}}@media only screen and (min-width: 993px){#main-content.account #form{padding-bottom:6rem}}#main-content.account #form .desc{display:block;margin-bottom:2rem;text-align:center}#main-content.account #form .form{display:block;width:35rem;max-width:100%;margin:auto}#main-content.account #form .title{display:block;margin:2rem auto 1.5rem;text-align:center}@media only screen and (min-width: 576px){#main-content.account #form .title{margin:3rem auto 2rem}}@media only screen and (max-width: 575px){#main-content.account #form .title{font-size:1.75rem}}#main-content.account #form .black-button,#main-content.account #form .hollow-black-button{display:block;width:100%;text-align:center;padding:1.15rem 0;margin:auto}@media only screen and (min-width: 576px){#main-content.account #form .hollow-black-button{width:15rem}}#main-content.account #rc_login{position:relative;margin:auto;text-align:center;width:35rem;max-width:calc(100% - .75rem);padding-bottom:3rem;padding-left:15px;padding-right:15px}@media only screen and (min-width: 421px){#main-content.account #rc_login{padding-bottom:3.5rem}}@media only screen and (min-width: 576px){#main-content.account #rc_login{padding-bottom:4rem}}@media only screen and (min-width: 768px){#main-content.account #rc_login{padding-bottom:5rem}}@media only screen and (min-width: 993px){#main-content.account #rc_login{padding-bottom:6rem}}#main-content.account #rc_login p{position:relative;display:block;border-top:1px solid #bbb}#main-content.account #rc_login p:before{content:"Have any subscriptions?";display:block;margin:2rem auto 1.5rem;text-align:center;font-size:2rem;line-height:1.15;font-weight:500}@media only screen and (min-width: 576px){#main-content.account #rc_login p:before{margin:3rem auto 2rem}}#main-content.account #rc_login p a{display:block;white-space:nowrap;padding:1.15rem 0;width:100%;border:1px solid #141517;color:#141517;font-family:Simon Mono,serif;font-size:.8rem;cursor:pointer;text-align:center;transform:perspective(1px) translateZ(0);position:relative;transition-property:color;transition-duration:.5s}@media only screen and (min-width: 576px){#main-content.account #rc_login p a{display:inline-block;vertical-align:middle;padding:1.15rem 3rem;width:auto}}#main-content.account #rc_login p a:before{background-color:#141517;content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;transform:scaleX(0);transform-origin:0 50%;transition-property:transform;transition-duration:.5s;transition-timing-function:ease-out}#main-content.account #rc_login p a:hover{color:#fff}#main-content.account #rc_login p a:hover:before{transform:scaleX(1);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}#main-content>.shopify-challenge__container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;min-height:60vh;padding:3rem 0;text-align:center}#main-content>.shopify-challenge__container form #g-recaptcha{margin-bottom:1rem}#main-content>.shopify-challenge__container form .shopify-challenge__button{display:inline-block;white-space:nowrap;border:none;padding:.75rem 1.25rem;color:#fff;background-color:#141517;font-family:Simon Mono,serif;font-size:.8rem;cursor:pointer;text-align:center}#main-content>.shopify-challenge__container form .shopify-challenge__button:hover{color:#fff;background-color:#666}#main-content.error-404 #top{text-align:center;padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.error-404 #top{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.error-404 #top{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.error-404 #top{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.error-404 #top{padding:5rem 0}}#main-content.error-404 #top .title{position:relative}#main-content.error-404 #top .title .typewriter{width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:17.5vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.error-404 #top .title .typewriter{font-size:15.5vw}}@media only screen and (min-width: 768px){#main-content.error-404 #top .title .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-57.5%)}}@media only screen and (min-width: 993px){#main-content.error-404 #top .title .typewriter{font-size:8rem}}#main-content.error-404 #top .title .text-bigger{position:relative;z-index:2}#main-content.error-404 #top .desc{display:block;margin:1.25rem auto 2rem}@media only screen and (min-width: 576px){#main-content.error-404 #top .desc{margin:2rem auto 2.5rem}}@media only screen and (min-width: 768px){#main-content.error-404 #top .desc{margin:3rem auto}}@media only screen and (min-width: 993px){#main-content.error-404 #top .desc{margin:4rem auto;width:80%}}#main-content.error-404 #top .black-button{display:block;width:100%;padding:1.25rem}@media only screen and (min-width: 576px){#main-content.error-404 #top .black-button{display:inline-block;width:auto;padding:1rem 4rem}}#main-content.dashboard #top{text-align:center;padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.dashboard #top{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.dashboard #top{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.dashboard #top{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.dashboard #top{padding:5rem 0}}#main-content.dashboard #top .title{position:relative}#main-content.dashboard #top .title .typewriter{width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:17.5vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.dashboard #top .title .typewriter{font-size:15.5vw}}@media only screen and (min-width: 768px){#main-content.dashboard #top .title .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-57.5%)}}@media only screen and (min-width: 993px){#main-content.dashboard #top .title .typewriter{font-size:8rem}}#main-content.dashboard #top .title .text-bigger{position:relative;z-index:2}#main-content.dashboard #dashboard{padding-bottom:3rem}@media only screen and (min-width: 421px){#main-content.dashboard #dashboard{padding-bottom:3.5rem}}@media only screen and (min-width: 576px){#main-content.dashboard #dashboard{padding:1rem 0 4rem}}@media only screen and (min-width: 768px){#main-content.dashboard #dashboard{padding:2rem 0 5rem}}@media only screen and (min-width: 993px){#main-content.dashboard #dashboard{padding:3rem 0 6rem}}#main-content.dashboard #dashboard .dashboard-menu{display:block;border:1px solid #141517;margin-bottom:1.5rem}@media only screen and (min-width: 576px){#main-content.dashboard #dashboard .dashboard-menu{margin-bottom:2rem}}@media only screen and (min-width: 993px){#main-content.dashboard #dashboard .dashboard-menu{border:none;border-right:1px solid #141517;height:100%;margin-bottom:0}}#main-content.dashboard #dashboard .dashboard-menu a{display:block;font-weight:500;cursor:pointer;padding:.5rem .75rem}@media only screen and (min-width: 576px){#main-content.dashboard #dashboard .dashboard-menu a{padding:.75rem}}@media only screen and (min-width: 993px){#main-content.dashboard #dashboard .dashboard-menu a{padding:1rem}}#main-content.dashboard #dashboard .dashboard-menu a:before{background-color:#f9f9f9}#main-content.dashboard #dashboard .dashboard-menu a.active{color:#fff}#main-content.dashboard #dashboard .dashboard-menu a.active:before{transform:scaleX(1);background-color:#141517}@media only screen and (min-width: 993px){#main-content.dashboard #dashboard .main{padding-left:1rem}}@media only screen and (min-width: 1201px){#main-content.dashboard #dashboard .main{padding-left:3rem}}#main-content.dashboard #dashboard .main .title{display:block;margin-bottom:1.25rem;padding-bottom:.5rem;font-weight:700;border-bottom:1px solid #141517}@media only screen and (min-width: 576px){#main-content.dashboard #dashboard .main .title{margin-bottom:2rem;padding-bottom:1rem}}#main-content.dashboard #dashboard .main form{display:block;margin-bottom:3rem}#main-content.dashboard #dashboard .main form:last-child{margin-bottom:0}#main-content.dashboard #dashboard .main .order-title{background-color:#141517;color:#fff;padding:.5rem 1rem}#main-content.dashboard #dashboard .main .order-items .order-item{padding:1rem;border:1px solid #e2e2e2;margin-bottom:15px}@media only screen and (min-width: 576px){#main-content.dashboard #dashboard .main .order-items .order-item{border:none;border-bottom:1px solid #e2e2e2;margin-bottom:0}}#main-content.dashboard #dashboard .main .order-items .order-item:nth-child(2n){background-color:#f9f9f9}#main-content.dashboard #dashboard .main .order-items .order-item .col-middle{position:relative;padding-top:1rem;padding-bottom:1rem;margin-top:1rem;margin-bottom:1rem}@media only screen and (min-width: 576px){#main-content.dashboard #dashboard .main .order-items .order-item .col-middle{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}}#main-content.dashboard #dashboard .main .order-items .order-item .col-middle:before,#main-content.dashboard #dashboard .main .order-items .order-item .col-middle:after{content:"";position:absolute;left:15px;width:calc(100% - 30px);height:1px;display:block;background-color:#e2e2e2}@media only screen and (min-width: 576px){#main-content.dashboard #dashboard .main .order-items .order-item .col-middle:before,#main-content.dashboard #dashboard .main .order-items .order-item .col-middle:after{content:none}}#main-content.dashboard #dashboard .main .order-items .order-item .col-middle:before{top:0}#main-content.dashboard #dashboard .main .order-items .order-item .col-middle:after{bottom:0}#main-content.dashboard #dashboard .main .order-items .order-item .name{display:block;margin-bottom:.25rem}#main-content.dashboard #dashboard .main .order-items .order-item .black-button{padding:.35rem .75rem;font-size:75%;margin-top:.5rem}#main-content.barker-cares #top{padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.barker-cares #top{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.barker-cares #top{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.barker-cares #top{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.barker-cares #top{padding:5rem 0}}#main-content.barker-cares #top .top{text-align:center}#main-content.barker-cares #top .top .title{position:relative}#main-content.barker-cares #top .top .title .typewriter{width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:17.5vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.barker-cares #top .top .title .typewriter{font-size:15.5vw}}@media only screen and (min-width: 768px){#main-content.barker-cares #top .top .title .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-57.5%)}}@media only screen and (min-width: 993px){#main-content.barker-cares #top .top .title .typewriter{font-size:8rem}}#main-content.barker-cares #top .top .title .text-bigger{position:relative;z-index:2}#main-content.barker-cares #top .top .desc{display:block;margin:1.25rem auto 2rem}@media only screen and (min-width: 576px){#main-content.barker-cares #top .top .desc{margin:2rem auto 2.5rem}}@media only screen and (min-width: 768px){#main-content.barker-cares #top .top .desc{margin:3rem auto}}@media only screen and (min-width: 993px){#main-content.barker-cares #top .top .desc{margin:4rem auto;width:80%}}#main-content.barker-cares #top .left .image-reveal{height:0;padding-bottom:80%}@media only screen and (min-width: 768px){#main-content.barker-cares #top .left .image-reveal{height:100%;padding-bottom:0}}#main-content.barker-cares #top .right{z-index:2;padding-top:2rem;text-align:center}@media only screen and (min-width: 576px){#main-content.barker-cares #top .right{text-align:left}}@media only screen and (min-width: 768px){#main-content.barker-cares #top .right{padding-bottom:2rem}}@media only screen and (min-width: 993px){#main-content.barker-cares #top .right{padding-left:2rem}}@media only screen and (min-width: 1201px){#main-content.barker-cares #top .right{padding-left:3rem;padding-top:4rem;padding-bottom:4rem}}#main-content.barker-cares #top .right h2 br{display:none}@media only screen and (min-width: 768px){#main-content.barker-cares #top .right h2 br{display:block}}#main-content.barker-cares #top .right .desc{display:block;margin:1rem 0 1.25rem}@media only screen and (min-width: 768px){#main-content.barker-cares #top .right .desc{margin:1.5rem 0}}@media only screen and (min-width: 576px){#main-content.barker-cares #top .right .buttons{display:flex;align-items:center;justify-content:flex-start;gap:1.5rem}}@media only screen and (min-width: 993px){#main-content.barker-cares #top .right .buttons{gap:2rem}}@media only screen and (max-width: 575px){#main-content.barker-cares #top .right .buttons .black-button{display:block;width:100%;padding:1.25rem 0;margin-bottom:1rem}}#main-content.barker-cares #top .right .buttons p br{display:none}@media only screen and (min-width: 576px){#main-content.barker-cares #top .right .buttons p br{display:block}}#main-content.barker-cares #form{padding-bottom:2rem}@media only screen and (min-width: 421px){#main-content.barker-cares #form{padding-bottom:2.75rem}}@media only screen and (min-width: 576px){#main-content.barker-cares #form{padding-bottom:3rem}}@media only screen and (min-width: 768px){#main-content.barker-cares #form{padding-bottom:4rem}}@media only screen and (min-width: 993px){#main-content.barker-cares #form{padding-bottom:5rem}}#main-content.barker-cares #steps{padding-bottom:3rem}@media only screen and (min-width: 421px){#main-content.barker-cares #steps{padding-bottom:3.5rem}}@media only screen and (min-width: 576px){#main-content.barker-cares #steps{padding-bottom:4rem}}@media only screen and (min-width: 768px){#main-content.barker-cares #steps{padding-bottom:5rem}}@media only screen and (min-width: 993px){#main-content.barker-cares #steps{padding-bottom:6rem}}@media only screen and (max-width: 992px){#main-content.barker-cares #steps .fill-title>div{text-align:center!important}}#main-content.barker-cares #steps .flex{margin-top:1.5rem;text-align:center}@media only screen and (min-width: 576px){#main-content.barker-cares #steps .flex{margin-top:2rem}}@media only screen and (min-width: 993px){#main-content.barker-cares #steps .flex{margin-top:0;display:flex;align-items:center;justify-content:center}}#main-content.barker-cares #steps .flex .black-button{display:block;padding:1rem 0}@media only screen and (min-width: 576px){#main-content.barker-cares #steps .flex .black-button{padding:1.25rem 3rem;display:inline-block}}@media only screen and (min-width: 993px){#main-content.barker-cares #steps .flex .black-button{display:block;width:100%;padding:1.25rem 0}}#main-content.barker-cares #steps .text-big{display:block;margin:2rem 0 1rem;border-top:1px solid #141517;padding-top:1rem}@media only screen and (min-width: 576px){#main-content.barker-cares #steps .text-big{margin-top:3rem}}#main-content.reset-and-correct #top{padding:2.25rem 0}@media only screen and (min-width: 421px){#main-content.reset-and-correct #top{padding:3.25rem 0}}@media only screen and (min-width: 576px){#main-content.reset-and-correct #top{padding:3.5rem 0}}@media only screen and (min-width: 768px){#main-content.reset-and-correct #top{padding:4rem 0}}@media only screen and (min-width: 993px){#main-content.reset-and-correct #top{padding:5rem 0}}#main-content.reset-and-correct #top .top{text-align:center}#main-content.reset-and-correct #top .top .title{position:relative}#main-content.reset-and-correct #top .top .title .typewriter{width:fit-content;margin:auto;justify-content:center;color:#141517;font-size:17.5vw;line-height:1;opacity:.1}@media only screen and (min-width: 576px){#main-content.reset-and-correct #top .top .title .typewriter{font-size:15.5vw}}@media only screen and (min-width: 768px){#main-content.reset-and-correct #top .top .title .typewriter{position:absolute;z-index:0;left:0;right:0;top:50%;transform:translateY(-57.5%)}}@media only screen and (min-width: 993px){#main-content.reset-and-correct #top .top .title .typewriter{font-size:8rem}}#main-content.reset-and-correct #top .top .title .text-bigger{position:relative;z-index:2}#main-content.reset-and-correct #top .top .logos{display:block;width:50rem;margin:3rem auto 2rem}@media only screen and (min-width: 576px){#main-content.reset-and-correct #top .top .logos{margin:5rem auto 4rem}}@media only screen and (min-width: 993px){#main-content.reset-and-correct #top .top .logos{margin:6rem auto 5rem}}#main-content.reset-and-correct #top .top .desc{display:block;margin:1.25rem auto 2rem}@media only screen and (min-width: 576px){#main-content.reset-and-correct #top .top .desc{margin:2rem auto 2.5rem}}@media only screen and (min-width: 768px){#main-content.reset-and-correct #top .top .desc{margin:3rem auto}}@media only screen and (min-width: 993px){#main-content.reset-and-correct #top .top .desc{margin:4rem auto;width:80%}}@media only screen and (min-width: 768px){#main-content.reset-and-correct #top .left{margin-bottom:5rem}}@media only screen and (min-width: 768px){#main-content.reset-and-correct #top .left.no-padding{margin-bottom:0}}#main-content.reset-and-correct #top .left .image-reveal{height:0;padding-bottom:70%}@media only screen and (min-width: 768px){#main-content.reset-and-correct #top .left .image-reveal{height:100%;padding-bottom:0}}#main-content.reset-and-correct #top .right{z-index:2;padding-top:2rem;padding-bottom:2rem;display:flex;flex-direction:column;gap:1rem}@media only screen and (min-width: 768px){#main-content.reset-and-correct #top .right.no-padding{margin-bottom:0}}@media only screen and (min-width: 768px){#main-content.reset-and-correct #top .right{gap:1.5rem;margin-bottom:5rem}}@media only screen and (min-width: 993px){#main-content.reset-and-correct #top .right{padding-left:2rem}}@media only screen and (min-width: 1201px){#main-content.reset-and-correct #top .right{padding-left:3rem;padding-top:4rem;padding-bottom:4rem}}#main-content.reset-and-correct .products .left .title{text-align:center;display:block;margin-bottom:1rem}@media only screen and (max-width: 575px){#main-content.reset-and-correct .products .left .title{font-size:2.5rem}}@media only screen and (max-width: 420px){#main-content.reset-and-correct .products .left .title{font-size:2rem}}@media only screen and (min-width: 993px){#main-content.reset-and-correct .products .left .title{text-align:left}}#main-content.reset-and-correct .products .left .title svg{display:none;vertical-align:baseline;width:2rem;height:2rem}@media only screen and (min-width: 993px){#main-content.reset-and-correct .products .left .title svg{display:inline}}#main-content.reset-and-correct .products .left .title br{display:none}@media only screen and (min-width: 993px){#main-content.reset-and-correct .products .left .title br{display:block}}#main-content.reset-and-correct .products .right .typewriter{width:fit-content;margin:auto;opacity:.1;font-size:15vw;line-height:1;text-align:left}@media only screen and (min-width: 576px){#main-content.reset-and-correct .products .right .typewriter{font-size:13vw}}@media only screen and (min-width: 993px){#main-content.reset-and-correct .products .right .typewriter{font-size:8.5vw;position:absolute;top:47.5%;right:.5rem;transform:translateY(-50%)}}@media only screen and (min-width: 1201px){#main-content.reset-and-correct .products .right .typewriter{font-size:10vw}}@media only screen and (min-width: 768px){#main-content.reset-and-correct .products .space{height:2rem}}@media only screen and (min-width: 768px){#main-content.reset-and-correct .products .block{display:flex;align-items:flex-start;gap:2rem;margin-bottom:2rem}}#main-content.reset-and-correct .products .block .image-reveal{display:block;height:0;padding-bottom:70%}@media only screen and (min-width: 768px){#main-content.reset-and-correct .products .block .image-reveal{min-width:40vw;width:40vw;height:100%;padding-bottom:0}}#main-content.reset-and-correct .products .block .wrap{padding-top:1.5rem;padding-bottom:3rem}@media only screen and (min-width: 768px){#main-content.reset-and-correct .products .block .wrap{padding-top:2rem;padding-bottom:2rem}}@media only screen and (min-width: 993px){#main-content.reset-and-correct .products .block .wrap{padding-top:3rem;padding-bottom:3rem}}#main-content.reset-and-correct .products .block .wrap h3{display:block;margin-bottom:1rem}#main-content.reset-and-correct .products .line{display:block;width:100%;height:1px;background-color:#141517;margin:.1rem 0 3rem}@media only screen and (min-width: 768px){#main-content.reset-and-correct .products .line{margin:3rem 0 4rem}}#main-content.reset-and-correct #black-section{background-color:#141517;border-bottom:1px solid #666;color:#fff;text-align:center;padding:3rem 0;margin-top:2rem}@media only screen and (min-width: 768px){#main-content.reset-and-correct #black-section{margin-top:3rem}}#main-content.reset-and-correct #black-section .typewriter{position:absolute;z-index:0;top:50%;left:50%;transform:translate(-50%,-50%);width:fit-content;opacity:.1;color:#fff;font-size:25vw}@media only screen and (min-width: 576px){#main-content.reset-and-correct #black-section .typewriter{font-size:18vw}}@media only screen and (min-width: 1201px){#main-content.reset-and-correct #black-section .typewriter{font-size:15vw}}#main-content.reset-and-correct #black-section .wrapper{position:relative;z-index:2}#main-content.reset-and-correct #black-section .wrapper .text-medium{display:block;margin:1rem auto}@media only screen and (min-width: 576px){#main-content.reset-and-correct #black-section .wrapper .text-medium{margin-bottom:1.5rem}}#main-content.reset-and-correct #black-section .wrapper .hollow-white-button{margin-bottom:1rem}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:#0000}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.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-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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top: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:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.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-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;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: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;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:10px;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-progressbar{background:#00000040;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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:#0000001a}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:#00000080;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.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%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:#0000}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{to{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev,.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance, 150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, .2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, .1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translate(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translate(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translate(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translate(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: .65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media (hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, .98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, .1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__container::backdrop{background-color:#0000}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translateZ(0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:#0000;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translateZ(0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;-webkit-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:#18181b80}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, .6);--f-button-active-bg: rgba(0, 0, 0, .6);--f-button-hover-bg: rgba(0, 0, 0, .6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, .3);--f-button-active-bg: rgba(24, 24, 27, .5);--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .5));--f-button-svg-disabled-opacity: .65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;-webkit-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, .25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, .35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, .15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, .35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:#18181be6;color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:#0000}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translateZ(0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:#0000;outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * .5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, .94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, .65);--f-button-hover-bg: rgba(70, 70, 73, .65);--f-button-active-bg: rgba(90, 90, 93, .65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;user-select:none;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/34/assets/main.css.map */
