@charset "UTF-8";:root{--primary-color:#0D6EFD;--secondary-color:#6610F2;--foreground-color:#000000;--foreground-color-2:#fff;--foreground-color-3:#65676B;--foreground-sub-color:#646464;--text-fill-color:#fff;--background-color:#ffff;--background-color-2:#000000;--background-color-3:#f9f9f9;--background-color-4:#f9f9f9;--background-color-5:#f9f9f9;--featured--card--bg:#f9f9f9;--footer-bg-color:#f9f9f9;--border-color:#e4e4e4;--inter-fonts:"Inter",sans-serif;--body-font-size:1.5rem;--body-font-weight:400;--body-line-height:2.6rem;--headings-weight:700;--transition:all 0.3s ease 0s;--container-fluid-offset:16rem}.dark--mode{--foreground-color:#fff;--foreground-sub-color:#A2A2A2;--text-fill-color:#121212;--background-color:#14141F;--background-color-3:#343444;--background-color-4:#1D1D28;--background-color-5:#000000;--background-color-white:#ffffff;--featured--card--bg:#1D1D28;--footer-bg-color:#10101099;--border-color:#404144}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth}body,html{min-height:100%;margin:0;font-size:62.5%;padding:0}body{font-family:var(--inter-fonts);font-size:var(--body-font-size,1.5rem);font-weight:var(--body-font-weight);font-style:normal;line-height:var(--body-line-height,26px);position:relative;visibility:visible;overflow-x:hidden;color:var(--foreground-color);background-color:var(--background-color)}@media only screen and (max-width:991px){body{font-size:1.4rem;line-height:2.4rem}}[data-aos=fade-up]{transform:translate3d(0,40px,0);-webkit-transform:translate3d(0,40px,0);-moz-transform:translate3d(0,40px,0);-ms-transform:translate3d(0,40px,0);-o-transform:translate3d(0,40px,0)}.tooltip{font-size:1.3rem}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:var(--headings-weight);margin:0;font-family:var(--inter-fonts)}.h1,h1{font-size:2.2rem;line-height:3.2rem;font-weight:600}@media only screen and (min-width:480px){.h1,h1{font-size:2.8rem;line-height:3.7rem}}@media only screen and (min-width:576px){.h1,h1{font-size:3rem;line-height:3.8rem}}@media only screen and (min-width:768px){.h1,h1{font-size:3.2rem;line-height:4rem}}@media only screen and (min-width:992px){.h1,h1{font-size:4rem;line-height:5rem}}@media only screen and (min-width:1200px){.h1,h1{font-size:4.5rem;line-height:5.5rem}}@media only screen and (min-width:1366px){.h1,h1{font-size:5rem;line-height:6rem}}@media only screen and (min-width:1600px){.h1,h1{font-size:6rem;line-height:7.2rem}}.h2,h2{font-size:1.8rem;line-height:2.4rem;font-weight:600}@media only screen and (min-width:576px){.h2,h2{font-size:2rem;line-height:2.6rem}}@media only screen and (min-width:768px){.h2,h2{font-size:2.2rem;line-height:3rem}}@media only screen and (min-width:992px){.h2,h2{font-size:2.3rem;line-height:3rem}}@media only screen and (min-width:1200px){.h2,h2{font-size:2.8rem}}@media only screen and (min-width:1600px){.h2,h2{font-size:3.2rem;line-height:3.6rem}}.h3,h3{font-size:1.5rem;line-height:2.4rem;font-weight:400}@media only screen and (min-width:576px){.h3,h3{font-size:1.6rem}}@media only screen and (min-width:992px){.h3,h3{line-height:2.6rem}}@media only screen and (min-width:1200px){.h3,h3{font-size:1.7rem;line-height:2.8rem}}.h4,h4{font-weight:600;font-size:1.6rem;line-height:2.6rem}@media only screen and (min-width:1200px){.h4,h4{font-size:1.7rem;line-height:2.8rem}}.h5,h5{font-weight:400}.h6,h6{font-weight:400}.p,p{margin-top:0;margin-bottom:1rem}@media only screen and (min-width:1200px){.p,p{margin-bottom:1.5rem}}p:last-child{margin-bottom:0}a,button{display:inline-block;cursor:pointer;transition:var(--transition);text-decoration:none;color:inherit}a,button,img,input,textarea{transition:var(--transition)}:focus{outline:0;box-shadow:none}:focus-visible{box-shadow:0 0 5px 2px rgba(19,19,19,.15)}a:focus{text-decoration:none;outline:0}a{color:var(--black-color)}a:hover{text-decoration:none;color:var(--primary-color)}button,input[type=submit]{cursor:pointer;font-family:var(--font-lato);font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:var(--body-line-height)}input[type=number]{-moz-appearance:textfield}img{max-width:100%;height:auto;display:block}span{display:inline-block;transition:var(--transition)}label{transition:var(--transition);display:block}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1}input:-moz-placeholder,textarea:-moz-placeholder{opacity:1}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1}ul{margin:0;padding:0}ul:last-child{margin-bottom:0}li{list-style:none;line-height:1}hr{border-top-width:2px}.container-fluid{--offset-fluid:1.5rem;padding-right:var(--offset-fluid);padding-left:var(--offset-fluid)}@media only screen and (min-width:992px){.container-fluid{--offset-fluid:3rem}}@media only screen and (min-width:1366px){.container-fluid{--offset-fluid:calc(var(--container-fluid-offset) / 4.5)}}@media only screen and (min-width:1600px){.container-fluid{--offset-fluid:calc(var(--container-fluid-offset) / 2.5)}}@media only screen and (min-width:1800px){.container-fluid{--offset-fluid:var(--container-fluid-offset)}}.container-fluid.width-100{--offset-fluid:0}@media only screen and (min-width:576px){.container{max-width:576px}}@media only screen and (min-width:768px){.container{max-width:768px}}@media only screen and (min-width:992px){.container{max-width:992px}}@media only screen and (min-width:1200px){.container{max-width:1200px}}@media only screen and (min-width:1300px){.container{max-width:1270px}}@media only screen and (min-width:1400px){.container{max-width:1440px}}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{padding-right:var(--bs-gutter-x,1.5rem);padding-left:var(--bs-gutter-x,1.5rem)}.row{margin-right:-1rem;margin-left:-1rem}@media only screen and (min-width:992px){.row{margin-right:-1.3rem;margin-left:-1.3rem}}.row>*{padding-right:1rem;padding-left:1rem}@media only screen and (min-width:992px){.row>*{padding-right:1.3rem;padding-left:1.3rem}}@media only screen and (max-width:1199px){.col-lg-order{order:1}.d-lg-none{display:none}}@media only screen and (max-width:991px){.d-md-none{display:none}.d-md-flex{display:flex}.col-md-order{order:1}.d-md-block{display:block}.d-md-2-block{display:block!important}.d-md-u-none{display:none}}@media only screen and (max-width:767px){.d-sm-u-none{display:none}.d-sm-block{display:block}.d-sm-flex{display:flex}.col-sm-order{order:1}}@media only screen and (max-width:575px){.d-sm-2-none{display:none}.d-sm-2-block{display:block}.d-sm-2-flex{display:flex}.col-sm-2-order{order:1}}@media only screen and (max-width:479px){.d-sm-3-none{display:none}}@media only screen and (max-width:479px){.custom-col{width:100%}}@media only screen and (max-width:991px){.row-md-reverse{flex-direction:column-reverse}.row_md_reverse{flex-direction:column-reverse}}@media only screen and (max-width:767px){.row_sm_reverse{flex-direction:column-reverse}}.swiper__nav--btn.card__swiper--nav{opacity:1;visibility:visible;top:-33px}@media only screen and (min-width:768px){.swiper__nav--btn.card__swiper--nav{top:-38px}}@media only screen and (min-width:1200px){.swiper__nav--btn.card__swiper--nav{top:-48px}}@media only screen and (min-width:1600px){.swiper__nav--btn.card__swiper--nav{top:-60px}}.swiper__nav--btn.card__swiper--nav.swiper-button-prev{right:3.7rem;left:auto}.swiper:hover .swiper__nav--btn{opacity:1;visibility:visible}.swiper__nav--btn{width:3rem;height:3rem;background:inherit;border:1px solid var(--primary-color);background:var(--primary-color);color:var(--foreground-color-2);border-radius:50%;opacity:0;visibility:hidden;transition:var(--transition);z-index:9}@media only screen and (max-width:479px){.swiper__nav--btn{width:3rem;height:3rem}}.swiper__nav--btn.swiper-button-disabled{background:inherit;color:var(--primary-color)}.swiper__nav--btn:hover{background:var(--secondary-color);border-color:var(--secondary-color)}.swiper__nav--btn::after{display:none}.swiper__nav--btn.swiper-button-prev{left:0}.swiper__nav--btn.swiper-button-next{right:0}.swiper__nav--btn.swiper-button-next::after{display:none}.swiper__nav--btn.style2{top:23px;right:0;opacity:1;visibility:visible;background:var(--primary-color);border-radius:.5rem}.swiper__nav--btn.style2:hover{background:var(--secondary-color)}.swiper__nav--btn.style2.swiper-button-prev{right:6rem;left:auto}@media only screen and (max-width:575px){.swiper__nav--btn.style2.swiper-button-prev{right:4.5rem}}.modal-backdrop.show{opacity:.8}.swiper-pagination{bottom:0!important}.swiper-pagination-bullet{width:1.3rem;height:1.3rem;border:1px solid var(--primary-color);opacity:1;vertical-align:middle;transition:var(--transition);background:inherit;margin:0 3px!important;position:relative}.swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--primary-color)}.modal-backdrop.show{opacity:.7}.switcher__mode--btn>.moon__icon{display:block}.switcher__mode--btn .sun__icon{display:none}.switcher__mode--btn.active>.moon__icon{display:none}.switcher__mode--btn.active>.sun__icon{display:block}.primary__btn{font-weight:400;display:inline-block;font-size:1.4rem;line-height:3.8rem;height:3.8rem;padding:0 2rem;letter-spacing:.2px;border-radius:2.4rem;background:var(--primary-color);color:var(--foreground-color-2);border:0}.primary__btn:hover{background:var(--secondary-color);color:var(--foreground-color-2)}@media only screen and (min-width:768px){.primary__btn{line-height:4rem;height:4rem;padding:0 2.2rem;font-size:1.5rem}}@media only screen and (min-width:992px){.primary__btn{line-height:4.5rem;height:4.5rem;padding:0 2.5rem}}@media only screen and (min-width:1200px){.primary__btn{padding:0 2.8rem}}@media only screen and (min-width:1600px){.primary__btn{font-size:1.6rem;line-height:5rem;height:5rem;padding:0 3rem}}.gradient__text--color{background:linear-gradient(to right,#1066e7 0,#c81cc5 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}select{word-wrap:normal;font-family:var(--font-lato);font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:var(--body-line-height)}@media only screen and (max-width:400px){.section__heading{gap:6px;flex-wrap:wrap}}.section__heading--desc{margin:0 auto}@media only screen and (min-width:576px){.section__heading--desc{width:80%}}@media only screen and (min-width:768px){.section__heading--desc{width:70%}}@media only screen and (min-width:992px){.section__heading--desc{width:60%}}@media only screen and (min-width:1200px){.section__heading--desc{width:52%}}.section__heading--position{position:relative;z-index:9;display:inline-block}#scroll__top{position:fixed;bottom:50px;right:20px;z-index:99;outline:0;background-color:var(--secondary-color);color:var(--foreground-color-2);box-shadow:0 2px 22px rgba(0,0,0,.16);cursor:pointer;transform:translateY(50px);opacity:0;visibility:hidden;transition:.3s;line-height:1;width:4.3rem;height:4.3rem;border-radius:50%;border:0;display:flex;align-items:center;justify-content:center}#scroll__top:hover{background:var(--primary-color)}@media only screen and (max-width:991px){#scroll__top{bottom:75px}}#scroll__top.active{visibility:visible;opacity:1;transform:translateY(0)}#scroll__top svg{width:25px;line-height:1}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.line-height-1{line-height:1}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.overflow-hidden{overflow:hidden}.break{word-break:break-word}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.text-ofwhite{color:var(--ofwhite-color)}.body__background{background:var(----gray-color)}.bg__primary{background:var(--primary-color)}.bg__secondary{background:var(--secondary-color)}.bg__secondary2{background:var(--secondary-color2)}.bg__gray--color{background:var(--bg-gray-color)}.bg__white{background:var(--white-color)}.bg__black{background:#1d1c1c}.text__primary{color:var(--primary-color)!important}.text__secondary{color:var(--secondary-color)}.text__secondary2{color:var(--secondary-color2)}.position__relative{position:relative}.border-bottom{border-bottom:1px solid var(--border-color)!important}.border{border:1px solid var(--border-color)!important}.border-0{border:none}.border-radius-5{border-radius:.5rem}.border-radius-10{border-radius:1rem}.border-radius-20{border-radius:2rem}.border-radius-30{border-radius:3rem}.border-radius-50{border-radius:50%}.width-100{width:100%}@media only screen and (max-width:991px){.md-width-100{width:100%}}.display-block{display:block}.tab_content{display:block}.tab_pane{display:none;transition:var(--transition)}.tab_pane:not(.show){opacity:0}.tab_pane.show{opacity:1}.tab_pane.active{display:block}.mobile_menu_open,.offCanvas__minicart_active,.offcanvas__filter--sidebar_active,.predictive__search--box_active,body.overlay__active{overflow-y:hidden}.mobile_menu_open::before,.offCanvas__minicart_active::before,.offcanvas__filter--sidebar_active::before,.predictive__search--box_active::before,body.overlay__active::before{position:absolute;content:"";background:#000;width:100%;height:100%;z-index:999;opacity:.5;cursor:crosshair}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate-fadeInDown{animation-name:fadeInDown}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}.section--padding{padding-top:6rem;padding-bottom:6rem}@media only screen and (min-width:768px){.section--padding{padding-top:7rem;padding-bottom:7rem}}@media only screen and (min-width:992px){.section--padding{padding-top:8rem;padding-bottom:8rem}}@media only screen and (min-width:1200px){.section--padding{padding-top:9rem;padding-bottom:9rem}}@media only screen and (min-width:1600px){.section--padding{padding-top:10rem;padding-bottom:10rem}}.section--nargin{margin-top:6rem;margin-bottom:6rem}@media only screen and (min-width:768px){.section--nargin{margin-top:8rem;margin-bottom:8rem}}@media only screen and (min-width:992px){.section--nargin{margin-top:9rem;margin-bottom:9rem}}@media only screen and (min-width:1200px){.section--nargin{margin-top:10rem;margin-bottom:10rem}}.p-0{padding:0}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.m-0{margin:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mb-60{margin-bottom:3.5rem}@media only screen and (min-width:768px){.mb-60{margin-bottom:4rem}}@media only screen and (min-width:992px){.mb-60{margin-bottom:6rem}}.mb-55{margin-bottom:3.5rem}@media only screen and (min-width:992px){.mb-55{margin-bottom:5.5rem}}.mb-50{margin-bottom:2.5rem}@media only screen and (min-width:768px){.mb-50{margin-bottom:3rem}}@media only screen and (min-width:1200px){.mb-50{margin-bottom:4rem}}@media only screen and (min-width:1600px){.mb-50{margin-bottom:5rem}}.mb--n50{margin-bottom:-2.5rem}@media only screen and (min-width:768px){.mb--n50{margin-bottom:-3rem}}@media only screen and (min-width:1200px){.mb--n50{margin-bottom:-4rem}}@media only screen and (min-width:1600px){.mb--n50{margin-bottom:-5rem}}.mb-40{margin-bottom:3rem}@media only screen and (min-width:992px){.mb-40{margin-bottom:4rem}}.mb--n40{margin-bottom:-3rem}@media only screen and (min-width:992px){.mb--n40{margin-bottom:-4rem}}.mb-35{margin-bottom:2.5rem}@media only screen and (min-width:768px){.mb-35{margin-bottom:3rem}}@media only screen and (min-width:1200px){.mb-35{margin-bottom:3.5rem}}.mb-30{margin-bottom:2rem}@media only screen and (min-width:992px){.mb-30{margin-bottom:2.5rem}}@media only screen and (min-width:1600px){.mb-30{margin-bottom:3rem}}.mb--n30{margin-bottom:-2rem}@media only screen and (min-width:992px){.mb--n30{margin-bottom:-2.5rem}}@media only screen and (min-width:1600px){.mb--n30{margin-bottom:-3rem}}.mb-28{margin-bottom:2rem}@media only screen and (min-width:992px){.mb-28{margin-bottom:2.3rem}}@media only screen and (min-width:1200px){.mb-28{margin-bottom:2.8rem}}.mb--n28{margin-bottom:-2rem}@media only screen and (min-width:992px){.mb--n28{margin-bottom:-2.3rem}}@media only screen and (min-width:1200px){.mb--n28{margin-bottom:-2.8rem}}.mb--n26{margin-bottom:-1.8rem}@media only screen and (min-width:992px){.mb--n26{margin-bottom:-2rem}}@media only screen and (min-width:1200px){.mb--n26{margin-bottom:-2.6rem}}.mb-26{margin-bottom:1.8rem}@media only screen and (min-width:992px){.mb-26{margin-bottom:2rem}}@media only screen and (min-width:1200px){.mb-26{margin-bottom:2.6rem}}.mb-20{margin-bottom:1.5rem}@media only screen and (min-width:768px){.mb-20{margin-bottom:2rem}}.mb-18{margin-bottom:1.2rem}@media only screen and (min-width:768px){.mb-18{margin-bottom:1.8rem}}.mb-15{margin-bottom:1rem}@media only screen and (min-width:768px){.mb-15{margin-bottom:1.5rem}}.mb-12{margin-bottom:1rem}@media only screen and (min-width:992px){.mb-12{margin-bottom:1.2rem}}.mb-10{margin-bottom:.8rem}@media only screen and (min-width:992px){.mb-10{margin-bottom:1rem}}.mb-5{margin-bottom:.5rem}.mb-8{margin-bottom:.8rem}.mr-30{margin-right:3rem}.dark--mode .logo__dark{display:block}.dark--mode .logo__light{display:none}.dark--mode .header__menu--items:hover .header__menu--link{color:var(--foreground-color);opacity:.8}.logo__dark{display:none}.offcanvas__header--menu__open{line-height:1;display:none}@media only screen and (max-width:991px){.offcanvas__header--menu__open{display:block}}.offcanvas__header--menu__open--svg{width:32px}.offcanvas__header--menu__open--btn>*{pointer-events:none}.offcanvas__header{position:fixed;z-index:999;top:0;left:0;width:100%;max-width:300px;height:100vh;transition:var(--transition);transform:translateX(-100%);background-color:var(--background-color);box-shadow:0 0 10px rgba(0,0,0,.15);opacity:0;visibility:hidden}@media only screen and (min-width:480px){.offcanvas__header{max-width:320px}}.offcanvas__header.open{transform:translateX(0);opacity:1;visibility:visible}.offcanvas__header.open~.offcanvas-overlay{visibility:visible;opacity:.75}.offcanvas-overlay{position:fixed;z-index:9998;top:0;left:0;visibility:hidden;width:100%;height:100%;transition:var(--transition);opacity:0;background-color:var(--background-color-2)}.offcanvas__inner{position:relative;height:100%}.offcanvas__logo{display:flex;align-items:center;justify-content:space-between;padding:20px 15px}.offcanvas__logo img{max-width:135px}.offcanvas__close--btn{position:relative;align-self:center;width:2rem;height:2rem;padding:0;text-indent:-9999px;border:none;background-color:transparent}.offcanvas__close--btn::after,.offcanvas__close--btn::before{position:absolute;top:50%;left:0;width:100%;height:2px;margin-top:-1px;content:"";transform:rotate(45deg);background-color:var(--foreground-color)}.offcanvas__close--btn::after{transform:rotate(-45deg)}.offcanvas__menu{overflow-y:auto;height:100%}.offcanvas__menu_ul{overflow:auto;margin:0;padding:0;list-style:none;max-height:360px}.offcanvas__menu_li{position:relative;border-bottom:1px solid var(--border-color)}.offcanvas__menu_li:first-child{border-top:1px solid var(--border-color)}.offcanvas__menu_item{line-height:1;display:block;padding:15px 20px;text-transform:uppercase}.offcanvas__sub_menu{display:none;margin:0;padding:0;list-style:none}.offcanvas__sub_menu_li{position:relative;border-top:1px solid var(--border-color)}.offcanvas__sub_menu_item{line-height:1;display:block;padding:15px 0 15px 30px}.offcanvas__sub_menu_item~.offcanvas__sub_menu .offcanvas__sub_menu_item{padding-left:40px}.offcanvas__sub_menu_toggle{font-size:20px;position:absolute;z-index:9;top:0;right:0;width:4rem;height:4.6rem;padding:0;border:none;border-radius:0;background-color:transparent}.offcanvas__sub_menu_toggle::after,.offcanvas__sub_menu_toggle::before{position:absolute;top:50%;left:50%;width:12px;height:2px;content:"";transition:var(--transition);transform:translateX(-50%) translateY(-50%);background-color:var(--foreground-color)}.offcanvas__sub_menu_toggle:not(.active)::after{transform:translateX(-50%) translateY(-50%) rotate(90deg)}.offcanvas__account{margin-top:3rem;padding:0 2rem}.header__sticky.sticky{position:fixed;width:100%;top:0;background:var(--featured--card--bg);left:0;z-index:99;box-shadow:0 0 7px rgba(0,0,0,.15);transition:.3s}.header__transparent{position:absolute;top:0;left:0;width:100%;z-index:99}@media only screen and (max-width:991px){.main__logo{margin-right:-70px}}@media only screen and (max-width:575px){.main__logo{margin-right:-55px}}@media only screen and (max-width:400px){.main__logo{margin-right:-20px}}.main__logo--title{line-height:2rem}@media only screen and (max-width:1199px){.main__logo--img{max-width:150px}}@media only screen and (max-width:767px){.main__logo--img{max-width:130px}}.main__header{border-bottom:1px solid var(--border-color)}@media only screen and (max-width:991px){.main__header{padding:1.8rem 0}}.header__account--items{margin-right:1rem}@media only screen and (min-width:576px){.header__account--items{margin-right:1.3rem}}@media only screen and (min-width:768px){.header__account--items{margin-right:1.5rem}}@media only screen and (min-width:1200px){.header__account--items{margin-right:1.8rem}}@media only screen and (min-width:1366px){.header__account--items{margin-right:2rem}}.header__account--items:last-child{margin-right:0}@media only screen and (max-width:575px){.header__account--items.switcher{position:fixed;right:10px;top:80px;z-index:9}}@media only screen and (min-width:992px){.header__account--search__items.mobile__d--block{display:none}}.header__account--btn{position:relative;text-align:center;width:3rem;height:3rem;border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:transparent}@media only screen and (min-width:480px){.header__account--btn{width:3.4rem;height:3.4rem}}@media only screen and (min-width:768px){.header__account--btn{width:3.6rem;height:3.6rem}}@media only screen and (min-width:1200px){.header__account--btn{width:4rem;height:4rem}}.header__account--btn:hover{color:var(--primary-color);border-color:var(--primary-color)}.header__account--btn>*{pointer-events:none}@media only screen and (max-width:575px){.header__account--btn.switcher__mode--btn{background:var(--background-color)}}@media only screen and (max-width:479px){.header__account--btn svg{width:16px}}.items__count{position:absolute;right:-1rem;top:-1.4rem;width:2.2rem;height:2.2rem;font-size:1.1rem;line-height:2.2rem;background:var(--secondary-color);text-align:center;border-radius:50%;color:var(--foreground-color-2)}.connect__wallet--btn{height:3.8rem;line-height:3.8rem;font-size:1.3rem;padding:0 1.5rem}@media only screen and (min-width:768px){.connect__wallet--btn{height:4rem;line-height:4rem;font-size:1.4rem;padding:0 2rem}}@media only screen and (min-width:1200px){.connect__wallet--btn{padding:0 2.5rem;font-size:1.5rem;height:4.5rem;line-height:4.5rem}}@media only screen and (min-width:1366px){.connect__wallet--btn{padding:0 3rem}}.connect__wallet--btn__icon{margin-right:.5rem}.predictive__search--title{margin-bottom:15px}@media only screen and (min-width:992px){.predictive__search--title{margin-bottom:20px;font-size:2.7rem;line-height:3rem}}@media only screen and (min-width:1600px){.predictive__search--title{margin-bottom:2.5rem;font-size:3rem;line-height:3.5rem}}.predictive__search--box{background:var(--featured--card--bg);box-shadow:0 -4px 27px rgba(62,70,120,.16);position:relative;position:fixed;left:0;right:0;top:0;opacity:0;visibility:hidden;z-index:999;transition:all .3s ease 0s;transform:translateY(-100%)}.predictive__search--box.active{opacity:1;visibility:visible;transform:translateY(0)}.predictive__search--box__inner{padding:20px 16px;text-align:center}@media only screen and (min-width:576px){.predictive__search--box__inner{padding:22px 50px}}@media only screen and (min-width:768px){.predictive__search--box__inner{padding:30px 80px}}@media only screen and (min-width:992px){.predictive__search--box__inner{padding:30px 150px}}.predictive__search--form{width:100%;position:relative}.predictive__search--form input::-webkit-input-placeholder{color:var(--foreground-color)}.predictive__search--form input::-moz-placeholder{color:var(--foreground-color)}.predictive__search--form input:-ms-input-placeholder{color:var(--foreground-color)}.predictive__search--form input:-moz-placeholder{color:var(--foreground-color)}.predictive__search--input{width:100%;height:5rem;border:1px solid var(--border-color);color:var(--foreground-color);background:var(--background-color);padding:0 80px 0 15px;font-size:1.6rem;font-weight:400;border-radius:5px;opacity:.8}.predictive__search--input:focus{border-color:var(--secondary-color)}.predictive__search--input:focus::-webkit-input-placeholder{opacity:1}@media only screen and (max-width:576px){.predictive__search--input{height:45px}}.predictive__search--button{position:absolute;top:0;right:0;height:100%;padding:0;background:var(--secondary-color);border:0;width:6rem;text-align:center;color:var(--foreground-color-2);border-radius:0 5px 5px 0;display:flex;align-items:center;justify-content:center}.predictive__search--button:hover{background:var(--primary-color)}.predictive__search--close__btn{position:absolute;top:20px;right:40px;padding:0;border:0;background:inherit}@media only screen and (max-width:576px){.predictive__search--close__btn{right:15px}}.predictive__search--close__btn:hover{color:var(--primary-color);transform:scale(1.3)}.predictive__search--close__btn>*{pointer-events:none}.header__bottom{box-shadow:0 3px 8px rgba(71,71,71,.16)}.header__menu--items{margin-right:2rem;position:relative;padding:2.5rem 0}@media only screen and (min-width:992px){.header__menu--items{margin-right:1.8rem}}@media only screen and (min-width:1200px){.header__menu--items{margin-right:2.5rem;padding:3rem 0}}@media only screen and (min-width:1366px){.header__menu--items{margin-right:2.8rem}}@media only screen and (min-width:1600px){.header__menu--items{padding:3.5rem 0}}.header__menu--items:last-child{margin-right:0}.header__menu--items:hover .header__menu--link{color:var(--primary-color)}.header__menu--items:hover .header__menu--link::before{width:100%;left:0;right:0}.header__menu--items:hover .menu__arrowdown--icon{color:var(--primary-color)}.header__menu--items:hover .header__sub--menu{visibility:visible;margin-top:0;opacity:1}.header__menu--items:hover .header__mega--menu{visibility:visible;margin-top:0;opacity:1}.header__menu--link{font-size:1.4rem;line-height:3rem;position:relative;padding-bottom:.2rem;font-weight:300}@media only screen and (min-width:1200px){.header__menu--link{font-size:1.6rem}}.header__menu--link::before{position:absolute;content:"";width:0;height:2px;left:50%;right:50%;bottom:0;background:var(--primary-color);transition:var(--transition)}.menu__arrowdown--icon{color:var(--foreground-sub-color);margin-left:.3rem}.header__sub--menu{position:absolute;z-index:99;top:100%;left:0;visibility:hidden;width:230px;margin:0;margin-top:20px;padding:20px;list-style:none;transition:var(--transition);opacity:0;background-color:var(--background-color-5);box-shadow:0 10px 20px rgba(0,0,0,.15);border-radius:10px}.header__sub--menu__items{position:relative}.header__sub--menu__items:hover .header__multi--label__sub--menu{opacity:1;visibility:visible;top:0}.header__sub--menu__link{font-size:1.5rem;display:block;padding:10px 0}.header__sub--menu__link:hover{color:var(--primary-color)}.mega__menu--items{position:static}.header__mega--menu{position:absolute;z-index:99;top:100%;left:0;display:flex;flex-wrap:wrap;width:100%;margin:0;margin-top:20px;padding:25px;list-style:none;transition:var(--transition);visibility:hidden;opacity:0;background-color:var(--background-color-5);box-shadow:0 10px 20px rgba(0,0,0,.15);border-radius:10px}.header__mega--menu__li{padding:3px 15px;width:20%}.header__mega--menu__li.fullscreen__style{width:100%;margin-top:1.8rem}.header__mega--subtitle{font-weight:600;font-size:1.6rem;margin-bottom:15px}.header__mega--sub__menu--title{font-size:1.5rem;padding:8px 0}.header__mega--sub__menu--title:hover{color:var(--primary-color)}@media only screen and (min-width:1600px){.main__header--style4{padding:0 7rem}}.header__search--form__style{position:relative;width:240px}@media only screen and (min-width:1600px){.header__search--form__style{width:300px}}.header__search--form__style input::-webkit-input-placeholder{color:var(--foreground-sub-color)}.header__search--form__style input::-moz-placeholder{color:var(--foreground-sub-color)}.header__search--form__style input:-ms-input-placeholder{color:var(--foreground-sub-color)}.header__search--form__style input:-moz-placeholder{color:var(--foreground-sub-color)}.header__search--form__input--field{width:100%;border:1px solid var(--border-color);background:var(--background-color-3);color:var(--foreground-sub-color);height:4.6rem;border-radius:2.5rem;padding:0 6rem 0 2rem;font-size:1.4rem}.header__search--form__input--field:focus{border-color:var(--primary-color)}.header__search--form__btn{position:absolute;top:0;right:0;border:0;height:100%;background:var(--primary-color);color:var(--foreground-color-2);width:5.5rem;padding:0;border-radius:0 2.5rem 2.5rem 0;display:flex;align-items:center;justify-content:center}.header__search--form__btn:hover{background:var(--secondary-color)}@media only screen and (max-width:1365px){.search__xxl--none{display:none}}.search__xxl--block{display:none}@media only screen and (max-width:1365px){.search__xxl--block{display:block}}.header__section5{background:var(--background-color-4)}.dark--mode .slider__bg{background:url(../img/slider/home1-slider1-bg.png);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}@media only screen and (max-width:767px){.dark--mode .slider__bg{background-position:78%}}.dark--mode .slider__bg3{background:url(../img/slider/home3-slider1-bg.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}.dark--mode .hero__slider--bg4{background:url(../img/slider/home4-slider1-bg.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}.dark--mode .slider__bg6{background:url(../img/slider/home6-slider1-bg.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}.dark--mode .slider__gallery--thumbnail{border:2px solid var(--foreground-color-2)}.dark--mode .slider__banner--content{border:2px solid var(--foreground-color-2)}.slider__bg{background:url(../img/slider/home1-slider1-light-bg.png);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}.hero__slider--section.slider__bg{padding-top:7.2rem}@media only screen and (min-width:992px){.hero__slider--section.slider__bg{padding-top:10.2rem}}.hero__slider--inner{padding:6rem 0}@media only screen and (min-width:768px){.hero__slider--inner{padding:7rem 0}}@media only screen and (min-width:992px){.hero__slider--inner{padding:8rem 0}}@media only screen and (max-width:767px){.hero__slider--thumbnail{padding:0 8rem}}@media only screen and (max-width:575px){.hero__slider--thumbnail{padding:0 5rem}}@media only screen and (max-width:479px){.hero__slider--thumbnail{padding:0 3rem}}@media only screen and (max-width:400px){.hero__slider--thumbnail{padding:0 2rem}}.hero__slider--thumbnail__img{margin:0 auto;animation-duration:4s;animation-timing-function:cubic-bezier(.54,.085,.5,.92);animation-name:animateUpDown;animation-iteration-count:infinite;transition:all .5s cubic-bezier(.645,.045,.355,1)}@media only screen and (min-width:992px){.hero__slider--thumbnail__img{width:380px}}@media only screen and (min-width:1200px){.hero__slider--thumbnail__img{width:415px}}@media only screen and (min-width:1366px){.hero__slider--thumbnail__img{width:470px}}@media only screen and (min-width:1600px){.hero__slider--thumbnail__img{width:auto}}@media only screen and (max-width:1365px){.slider__content{padding-left:5.5rem}}@media only screen and (max-width:991px){.slider__content{padding-left:5rem}}@media only screen and (max-width:767px){.slider__content{padding-left:0;text-align:center;margin-top:3rem}}@media only screen and (min-width:480px){.slider__content--maintitle{margin-bottom:1.4rem}}@media only screen and (min-width:768px){.slider__content--maintitle{margin-bottom:1.6rem}}@media only screen and (min-width:992px){.slider__content--maintitle{margin-bottom:1.8rem}}@media only screen and (min-width:1200px){.slider__content--maintitle{margin-bottom:2.2rem}}.slider__content--desc{font-size:1.5rem;line-height:2.6rem;margin-bottom:0}@media only screen and (min-width:768px){.slider__content--desc{font-size:1.6rem;line-height:2.8rem}}@media only screen and (min-width:992px){.slider__content--desc{font-size:1.7rem;line-height:3rem}}@media only screen and (min-width:1200px){.slider__content--desc{font-size:1.8rem;line-height:3.2rem;width:88%}}@media only screen and (min-width:1600px){.slider__content--desc{font-size:2rem;line-height:3.4rem}}.slider__content--footer{margin-top:2.5rem}@media only screen and (min-width:992px){.slider__content--footer{margin-top:3rem}}@media only screen and (min-width:1200px){.slider__content--footer{margin-top:3.7rem}}@media only screen and (max-width:767px){.slider__content--footer{justify-content:center}}.slider__content--btn{margin-right:1rem}@media only screen and (min-width:576px){.slider__content--btn{margin-right:1.5rem}}@media only screen and (max-width:479px){.slider__content--btn{padding:0 1.5rem}}.slider__content--btn:last-child{margin-right:0}.slider__content--btn.active{background:var(--secondary-color)}.slider__content--btn.active:hover{background:var(--primary-color)}.slider__content--btn svg{margin-left:.3rem}@media only screen and (max-width:479px){.slider__content--btn svg{margin-left:0;padding-left:0;width:2rem}}.dark--mode .slider__content--btn{background:var(--background-color-white);color:var(--text-fill-color)}.dark--mode .slider__content--btn:hover{color:var(--foreground-color);background:var(--primary-color)}.dark--mode .slider__content--btn.active{background:var(--primary-color);color:var(--foreground-color)}.dark--mode .slider__content--btn.active:hover{background:var(--background-color-white);color:var(--text-fill-color)}.slier__shaper--img{position:absolute}@media only screen and (max-width:1199px){.slier__shaper--img{width:65px}}@media only screen and (max-width:991px){.slier__shaper--img{width:50px}}@media only screen and (max-width:450px){.slier__shaper--img{width:40px}}.slier__shaper--img.shape1{top:18%;right:12px;animation:rotate 8s normal linear infinite}@media only screen and (min-width:576px){.slier__shaper--img.shape1{top:15%}}@media only screen and (min-width:768px){.slier__shaper--img.shape1{top:0}}@media only screen and (min-width:1600px){.slier__shaper--img.shape1{right:-4.5rem}}.slier__shaper--img.shape2{left:3rem;bottom:30%;animation-duration:5s;animation-timing-function:cubic-bezier(.54,.085,.5,.92);animation-name:animateUpDown;animation-iteration-count:infinite;transition:all .4s cubic-bezier(.645,.045,.355,1)}@media only screen and (max-width:1750px){.slier__shaper--img.shape2{left:2rem;max-width:6rem}}@media only screen and (max-width:1499px){.slier__shaper--img.shape2{bottom:5%}}@media only screen and (max-width:479px){.slier__shaper--img.shape2{display:none}}.slier__shaper--img.shape3{right:3rem;bottom:50%;animation-duration:3s;animation-timing-function:cubic-bezier(.54,.085,.5,.92);animation-name:animateUpDown;animation-iteration-count:infinite;transition:all .4s cubic-bezier(.645,.045,.355,1)}.slier__shaper--img.shape4{display:none;right:50%;top:38%;animation-duration:5s;animation-timing-function:cubic-bezier(.54,.085,.5,.92);animation-name:animateUpDown;animation-iteration-count:infinite;transition:all .4s cubic-bezier(.645,.045,.355,1)}@media only screen and (min-width:1366px){.slier__shaper--img.shape4{display:block}}.hero__slider--activation .swiper__nav--btn{background:linear-gradient(to top,#1066e7 11%,#c81cc5 90%);border:0;width:4rem;height:4rem}.hero__slider--activation .swiper__nav--btn:hover{background:linear-gradient(to bottom,#1066e7 0,#c81cc5 100%)}.hero__slider--activation .swiper-button-prev{left:1rem}@media only screen and (min-width:768px){.hero__slider--activation .swiper-button-prev{left:1rem}}@media only screen and (min-width:992px){.hero__slider--activation .swiper-button-prev{left:2rem}}.hero__slider--activation .swiper-button-next{right:1rem}@media only screen and (min-width:768px){.hero__slider--activation .swiper-button-next{right:1rem}}@media only screen and (min-width:992px){.hero__slider--activation .swiper-button-next{right:2rem}}.swiper-slide-active .slider__content>*{animation-name:fadeInUp;animation-duration:1.5s;animation-fill-mode:both}.swiper-slide-active .hero__slider--thumbnail__img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transition:1.4s}.swiper-slide-active .slider__content--maintitle{animation-delay:.6s}.swiper-slide-active .slider__content--desc{animation-delay:.9s}.swiper-slide-active .slider__content--btn{animation-delay:1s}.swiper-slide-active .slider__content--footer{animation-delay:1.5s}.hero__slider--section.style2{padding:3rem 0}.slider__content2{position:absolute;top:2rem;left:2.5rem}@media only screen and (min-width:576px){.slider__content2{top:3.5rem;left:3rem}}@media only screen and (min-width:1200px){.slider__content2{top:5rem;left:4.4rem}}.slider__content2--maintitle{font-size:1.8rem;line-height:2.5rem;margin-bottom:1rem}@media only screen and (min-width:576px){.slider__content2--maintitle{font-size:2rem;line-height:3rem}}@media only screen and (min-width:1200px){.slider__content2--maintitle{font-size:2.4rem;line-height:3.2rem;margin-bottom:1.2rem}}.slider__content2--subtitle{color:var(--foreground-color-2)}.hero__slider--items__thumbnail{height:auto;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}@media only screen and (min-width:768px){.hero__slider--items__thumbnail{height:468px}}@media only screen and (min-width:1200px){.hero__slider--items__thumbnail{height:500px}}@media only screen and (min-width:1366px){.hero__slider--items__thumbnail{height:538px}}@media only screen and (min-width:1600px){.hero__slider--items__thumbnail{height:580px}}.swiper-pagination.slider__pagination{bottom:2.5rem!important}.slider__bg3{background:url(../img/slider/home3-slider1-light-bg.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;height:auto}.slider__items--inner__style3{padding:12rem 0 6rem}@media only screen and (min-width:992px){.slider__items--inner__style3{padding:13rem 0 6rem}}@media only screen and (min-width:1200px){.slider__items--inner__style3{padding:15rem 0 6rem}}@media only screen and (min-width:1366px){.slider__items--inner__style3{padding:16rem 0 6rem}}@media only screen and (min-width:1600px){.slider__items--inner__style3{padding:18rem 0 6rem}}.gradient__text--color.style__fill--color{-webkit-text-stroke:3px transparent;-webkit-text-fill-color:var(--text-fill-color)}.slider__gallery{display:flex;gap:1.5rem;align-items:flex-end}@media only screen and (min-width:992px){.slider__gallery{gap:2rem}}@media only screen and (min-width:1366px){.slider__gallery{gap:3rem}}@media only screen and (max-width:767px){.slider__gallery{justify-content:center}}@media only screen and (max-width:399px){.slider__gallery{flex-wrap:wrap}}.slider__gallery--list{width:47%;display:flex;flex-direction:column;gap:1.5rem}@media only screen and (min-width:992px){.slider__gallery--list{gap:2rem}}@media only screen and (min-width:1366px){.slider__gallery--list{gap:3rem}}@media only screen and (max-width:399px){.slider__gallery--list{width:100%}}.slider__gallery--link{width:100%;display:block}.slider__gallery--img{width:100%;transition:.7s;border-radius:10px}.slider__gallery--thumbnail{position:relative;overflow:hidden;border-radius:10px;border:2px solid transparent}.slider__gallery--thumbnail:hover .slider__gallery--img{transform:scale(1.03)}.slider__gallery--text{position:absolute;top:1.2rem;left:1rem}@media only screen and (min-width:992px){.slider__gallery--text{top:2rem;left:2rem}}.slider__gallery--title{color:var(--foreground-color-2)}@media only screen and (max-width:991px){.slider__gallery--title{font-size:1.4rem}}.slider__gallery--subtitle{font-size:1.3rem;color:var(--foreground-color-2);opacity:.7}@media only screen and (min-width:992px){.slider__gallery--subtitle{font-size:1.4rem}}.slider__content.style3{padding-left:0}.slider__content--btn__area{margin-top:2.5rem}@media only screen and (min-width:992px){.slider__content--btn__area{margin-top:3rem}}@media only screen and (min-width:1200px){.slider__content--btn__area{margin-top:3.7rem}}@media only screen and (max-width:767px){.slider__content--btn__area{justify-content:center}}.slider__count--aera{display:inline-block;margin-top:3rem}@media only screen and (min-width:992px){.slider__count--aera{margin-top:3.2rem}}@media only screen and (min-width:1200px){.slider__count--aera{margin-top:4rem}}@media only screen and (min-width:1366px){.slider__count--aera{margin-top:5rem}}.slider__count--inner{background:var(--background-color-3);padding:1.8rem 1.5rem;border-radius:10px}@media only screen and (min-width:992px){.slider__count--inner{padding:2rem 2.5rem}}@media only screen and (min-width:1200px){.slider__count--inner{padding:2rem 3.5rem}}@media only screen and (min-width:1366px){.slider__count--inner{padding:2.2rem 4rem}}@media only screen and (max-width:479px){.slider__count--inner{gap:2rem;flex-wrap:wrap;justify-content:center}}.slider__count--list{margin-right:1.7rem;padding-right:1.7rem;position:relative}@media only screen and (min-width:992px){.slider__count--list{margin-right:2.5rem;padding-right:2.5rem}}@media only screen and (min-width:1200px){.slider__count--list{margin-right:3rem;padding-right:3rem}}@media only screen and (min-width:1366px){.slider__count--list{margin-right:3.5rem;padding-right:3.5rem}}@media only screen and (max-width:479px){.slider__count--list{padding-right:0;margin-right:0}}.slider__count--list:last-child{margin-right:0;padding-right:0}.slider__count--list:last-child::before{display:none}.slider__count--list::before{position:absolute;content:"";width:1px;height:100%;background:var(--foreground-sub-color);right:0;top:0;opacity:.4}@media only screen and (max-width:479px){.slider__count--list::before{display:none}}.slider__count--number{font-weight:600;font-size:1.6rem;line-height:2rem;margin-bottom:.5rem}@media only screen and (min-width:992px){.slider__count--number{font-size:1.8rem;line-height:2.3rem}}@media only screen and (min-width:1200px){.slider__count--number{font-size:2.2rem;line-height:2.5rem;margin-bottom:.8rem}}@media only screen and (min-width:1366px){.slider__count--number{font-size:2.5rem}}.slider__count--text{font-size:1.3rem;color:var(--foreground-sub-color)}@media only screen and (min-width:992px){.slider__count--text{font-size:1.4rem}}.hero__slider--bg4{height:auto;display:flex;align-items:center;background:url(../img/slider/home4-slider1-light-bg.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}@media only screen and (min-width:992px){.hero__slider--bg4{height:600px}}@media only screen and (min-width:1200px){.hero__slider--bg4{height:680px}}@media only screen and (min-width:1366px){.hero__slider--bg4{height:700px}}@media only screen and (min-width:1600px){.hero__slider--bg4{height:885px}}.slider__section--inner4{padding-top:120px;padding-bottom:5rem}@media only screen and (min-width:576px){.slider__section--inner4{padding-top:110px}}@media only screen and (min-width:768px){.slider__section--inner4{padding-top:125px}}@media only screen and (min-width:992px){.slider__section--inner4{padding-top:80px;padding-bottom:0}}@media only screen and (min-width:1200px){.slider__section--inner4{padding-top:100px}}.slider__content.style4{padding-left:0}@media only screen and (max-width:991px){.slider__content.style4{text-align:center;margin-bottom:4rem;margin-top:0}}@media only screen and (max-width:575px){.slider__content.style4{margin-bottom:3.5rem}}@media only screen and (max-width:991px){.slider__content.style4 .slider__content--footer{justify-content:center}}@media only screen and (max-width:575px){.slider__right--sidebar{padding-bottom:5.8rem}}.slider__sidebar--thumbnail{background:var(--background-color-3);padding:1.5rem;width:260px;margin:0 0 0 auto;border-radius:6px}@media only screen and (min-width:576px){.slider__sidebar--thumbnail{width:270px}}@media only screen and (min-width:1200px){.slider__sidebar--thumbnail{padding:1.8rem;width:320px}}@media only screen and (min-width:1600px){.slider__sidebar--thumbnail{width:360px}}.slider__sidebar--thumbnail__link{width:100%;display:block;overflow:hidden}.slider__sidebar--thumbnail__link:hover .slider__sidebar--thumbnail__img{transform:scale(1.04)}.slider__sidebar--thumbnail__img{width:100%}.slider__sidebar--content{background:var(--background-color-3);border-radius:7px;width:260px;padding:1.5rem;margin-top:-160px;position:relative}@media only screen and (min-width:480px){.slider__sidebar--content{width:320px}}@media only screen and (min-width:576px){.slider__sidebar--content{width:325px}}@media only screen and (min-width:1200px){.slider__sidebar--content{width:340px;padding:1.8rem}}.slider__sidebar--content__title{font-size:1.8rem;margin-bottom:1rem}@media only screen and (min-width:1200px){.slider__sidebar--content__title{font-size:2rem;margin-bottom:1.2rem}}.placebid__btn--style{font-size:1.3rem;height:3.4rem;line-height:3.4rem;padding:0 1.7rem}@media only screen and (min-width:480px){.placebid__btn--style{font-size:1.4rem;height:3.8rem;line-height:3.8rem;padding:0 2.5rem}}.placebid__btn--style.active{background:var(--secondary-color)}.slider__timing--auction{gap:.8rem;margin-bottom:1.5rem}@media only screen and (max-width:575px){.slider__timing--auction{flex-direction:column;align-items:flex-start!important}}.slider__timing--auction__text{font-size:1.4rem;color:var(--primary-color);margin-bottom:0}.slider__countdown--auction .product__countdown{padding:.2rem 1.2rem;background:inherit;border:1px solid var(--border-color);border-radius:8px}.slider__countdown--auction .product__countdown .countdown__number{color:var(--foreground-color);font-size:1.3rem;line-height:1.8rem}.slider__countdown--auction .product__countdown .countdown__item::before{background:var(--foreground-color)}.slider__countdown--auction .product__countdown .countdown__item::after{background:var(--foreground-color)}@media only screen and (max-width:479px){.placebid__btn--wrapper{gap:1.5rem;flex-wrap:wrap}}.hero__slider--activation .slider4__nav--btn{bottom:0;top:auto;right:0;opacity:1;visibility:visible;background:var(--primary-color)}.hero__slider--activation .slider4__nav--btn:hover{background:var(--secondary-color)}.hero__slider--activation .slider4__nav--btn.swiper-button-prev{right:5.5rem;left:auto}@media only screen and (max-width:479px){.hero__slider--activation .slider4__nav--btn.swiper-button-prev{right:5rem}}.hero__slider--bg5{background:var(--background-color-4)}.slider__banner--area{position:relative}@media only screen and (max-width:575px){.slider__banner--thumbnail{width:340px;margin:0 0 0 auto}}@media only screen and (max-width:479px){.slider__banner--thumbnail{width:auto;margin:0 0 0 auto}}.slider__content.style5{padding-left:0}@media only screen and (max-width:991px){.slider__content.style5{text-align:center;margin-top:4rem}}@media only screen and (max-width:991px){.slider__content.style5 .slider__content--footer{justify-content:center}}.slider__banner--content{background:var(--background-color-3);border:2px solid var(--border-color);width:238px;padding:1rem;border-radius:8px;text-align:center;position:absolute;bottom:0;right:45%}@media only screen and (min-width:576px){.slider__banner--content{width:245px;right:59%}}@media only screen and (min-width:768px){.slider__banner--content{width:300px;padding:1.5rem}}@media only screen and (min-width:1200px){.slider__banner--content{width:330px;padding:2rem}}@media only screen and (min-width:1366px){.slider__banner--content{width:350px;padding:2.5rem}}@media only screen and (max-width:479px){.slider__banner--content{position:inherit;right:0;left:0;margin:2rem auto 0}}.slider__banner--content__desc{font-size:1.3rem;line-height:2.5rem}@media only screen and (min-width:768px){.slider__banner--content__desc{font-size:1.5rem;line-height:2.7rem}}@media only screen and (min-width:1200px){.slider__banner--content__desc{font-size:1.6rem;line-height:3rem}}.slider__section--inner5{padding:5rem 0}@media only screen and (min-width:576px){.slider__section--inner5{padding:6rem 0}}@media only screen and (min-width:768px){.slider__section--inner5{padding:7rem 0}}@media only screen and (min-width:992px){.slider__section--inner5{padding:8rem 0}}@media only screen and (min-width:1600px){.slider__section--inner5{padding:11rem 0}}.hero__slider--activation .swiper-button-prev.style5{left:0}.hero__slider--activation .swiper-button-next.style5{right:0}.slider__bg6{background:url(../img/slider/home6-slider1-light-bg.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;display:flex;align-items:center;height:auto}@media only screen and (min-width:992px){.slider__bg6{height:600px}}@media only screen and (min-width:1200px){.slider__bg6{height:700px}}@media only screen and (min-width:1366px){.slider__bg6{height:730px}}@media only screen and (min-width:1600px){.slider__bg6{height:830px}}.hero__slider--inner6{padding:11rem 0 5rem}@media only screen and (min-width:576px){.hero__slider--inner6{padding:12rem 0 5rem}}@media only screen and (min-width:992px){.hero__slider--inner6{padding:8rem 0 0}}@media only screen and (min-width:1200px){.hero__slider--inner6{padding:11rem 0 0}}@media only screen and (min-width:1366px){.hero__slider--inner6{padding:8rem 0 0}}.slider__content.style6{padding-left:0}@media only screen and (min-width:992px){.slider__content.style6{padding:0 230px}}@media only screen and (min-width:1200px){.slider__content.style6{padding:0 285px}}@media only screen and (min-width:1366px){.slider__content.style6{padding:0 300px}}@media only screen and (max-width:991px){.slider__content.style6{display:flex;flex-direction:column-reverse}}@media only screen and (max-width:767px){.slider__content.style6{margin-bottom:0;margin-top:0}}@media only screen and (max-width:991px){.slider__banner--style6{display:flex;gap:3rem;justify-content:center;margin-bottom:3.5rem}}@media only screen and (max-width:575px){.slider__banner--style6{gap:2rem}}.slider__banner--style6__items{position:absolute;bottom:0}@media only screen and (max-width:1199px){.slider__banner--style6__items{width:200px}}@media only screen and (max-width:991px){.slider__banner--style6__items{position:inherit;width:auto}}.slider__banner--style6__items.left{left:0}.slider__banner--style6__items.right{right:0}.slider__wallet--img{background:var(--background-color-3);border:1px solid var(--foreground-sub-color);padding:1rem;display:inline-block;border-radius:5px;margin-top:3rem}@media only screen and (min-width:576px){.slider__wallet--img{padding:1.2rem}}@media only screen and (min-width:768px){.slider__wallet--img{padding:1.5rem}}@media only screen and (min-width:992px){.slider__wallet--img{margin-top:5rem}}@media only screen and (min-width:1200px){.slider__wallet--img{margin-top:6rem}}@media only screen and (min-width:1600px){.slider__wallet--img{margin-top:8rem}}.slider__wallet--img__wrapper{gap:.8rem}@media only screen and (min-width:576px){.slider__wallet--img__wrapper{gap:1.2rem}}@media only screen and (min-width:768px){.slider__wallet--img__wrapper{gap:2rem}}@media only screen and (min-width:1200px){.slider__wallet--img__wrapper{gap:3rem}}.slider__wallet--img__link{border:1px solid var(--border-color);padding:5px;border-radius:5px;display:block}@media only screen and (min-width:768px){.slider__wallet--img__link{padding:6px}}.slider__banner--link__style6{display:block}.slider__banner--img__style6{border:2px solid var(--foreground-color-2);border-radius:5px}.slider__banner--img__style6.right-0{margin:0 0 0 auto}.featured__card{background:var(--featured--card--bg);padding:1.5rem;border-radius:10px;transition:var(--transition)}@media only screen and (min-width:992px){.featured__card{padding:2rem}}.featured__card:hover{transform:translatey(-10px)}.featured__card:hover .featured__card--icon{transform:rotateY(360deg)}.featured__card:hover .featured__card--icon__img{transform:rotateY(360deg)}.featured__card--icon{margin-bottom:1.4rem;display:inline-block;transition:.8s;color:var(--primary-color)}@media only screen and (min-width:992px){.featured__card--icon{margin-bottom:1.7rem}}.featured__card--icon__img{display:inline-block;margin-bottom:1rem;transition:1s}.featured__card--icon__img img{margin:0 auto}.featured__card--title{margin-bottom:1rem}@media only screen and (min-width:992px){.featured__card--title{margin-bottom:1.3rem}}.featured__card--desc{color:var(--foreground-sub-color)}.modal-content.style{padding:3.5rem 1rem 2rem;border-radius:10px;background-color:var(--background-color)!important}@media only screen and (min-width:768px){.modal-content.style{padding:4rem 2.5rem 3.2rem}}.modal__share--title{font-size:2rem;line-height:2.8rem;text-align:center;margin-bottom:3rem;padding-bottom:1.2rem;position:relative}@media only screen and (min-width:768px){.modal__share--title{font-size:2.5rem;line-height:3rem;margin-bottom:3.5rem}}.modal__share--title::before{position:absolute;content:"";width:8rem;height:.3rem;background:var(--secondary-color);bottom:0;left:50%;transform:translatex(-50%)}.modal__social--shear__list{margin-right:2.2rem}.modal__social--shear__list:last-child{margin-right:0}.modal__social--shear__link{text-align:center}.modal__social--shear__link:hover span{color:var(--secondary-color)}.modal__social--shear__icon{color:var(--foreground-sub-color)}.modal__social--shear__text{display:block;margin-top:1.5rem;font-weight:600}@media only screen and (max-width:479px){.modal__social--shear__text{display:none}}.modal__close--btn{position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;padding:0;border-radius:50%;z-index:9;border:0;background:var(--primary-color);color:var(--foreground-color-2);opacity:1;display:flex;align-items:center;justify-content:center}.modal__close--btn:hover{background:var(--secondary-color);color:var(--foreground-color-2)}.modal__report--heading{margin-bottom:2rem}.modal__report--title{font-size:1.8rem;line-height:2.6rem;margin-bottom:1.2rem}@media only screen and (min-width:768px){.modal__report--title{font-size:2.2rem;line-height:2.8rem}}.modal__report--desc{font-size:1.4rem}@media only screen and (min-width:768px){.modal__report--desc{font-size:1.6rem}}@media only screen and (min-width:1200px){.modal__report--desc{font-size:1.7rem;line-height:2.8rem}}.modal__report--footer{margin-top:.8rem}.modal__report--btn{margin-right:1rem;font-size:1.4rem;height:4rem;line-height:4rem;padding:0 2.5rem}@media only screen and (min-width:768px){.modal__report--btn{font-size:1.5rem;height:4.6rem;line-height:4.6rem;padding:0 3rem}}.modal__report--btn:last-child{margin-right:0}.modal__report--btn.active{background:var(--secondary-color)}.modal__report--btn.active:hover{background:var(--primary-color)}.modal__report--textarea textarea::-webkit-input-placeholder{color:var(--foreground-sub-color)}.modal__report--textarea textarea::-moz-placeholder{color:var(--foreground-sub-color)}.modal__report--textarea textarea:-ms-input-placeholder{color:var(--foreground-sub-color)}.modal__report--textarea textarea:-moz-placeholder{color:var(--foreground-sub-color)}.modal__report--textarea label{font-size:1.6rem;margin-bottom:1rem;font-weight:600}.modal__report--textarea textarea{width:100%;height:88px;border:1px solid var(--border-color);color:var(--foreground-sub-color);background:var(--background-color-3);font-size:1.4rem;padding:1rem;border-radius:10px;resize:none}@media only screen and (min-width:768px){.modal__report--textarea textarea{height:100px}}.place__bid--heading{margin-bottom:2rem}.place__bid--title{font-size:1.8rem;line-height:2.6rem;margin-bottom:1.2rem}@media only screen and (min-width:768px){.place__bid--title{font-size:2.2rem;line-height:2.8rem}}.place__bid--desc{font-size:1.4rem}@media only screen and (min-width:768px){.place__bid--desc{font-size:1.6rem}}@media only screen and (min-width:1200px){.place__bid--desc{font-size:1.7rem;line-height:2.8rem}}.place__bid--input__list{margin-bottom:1.5rem}@media only screen and (min-width:768px){.place__bid--input__list{margin-bottom:2rem}}.place__bid--input__list:last-child{margin-bottom:0}.place__bid--input__list input::-webkit-input-placeholder{color:var(--foreground-sub-color)}.place__bid--input__list input::-moz-placeholder{color:var(--foreground-sub-color)}.place__bid--input__list input:-ms-input-placeholder{color:var(--foreground-sub-color)}.place__bid--input__list input:-moz-placeholder{color:var(--foreground-sub-color)}.place__bid--input__label{margin-bottom:1rem;font-weight:600}.place__bid--input__field{width:100%;height:4.5rem;border:1px solid var(--border-color);color:var(--foreground-sub-color);background:var(--background-color-3);padding:0 1.2rem;border-radius:5px}@media only screen and (min-width:768px){.place__bid--input__field{height:5rem}}.place__bid--input__field:focus{border-color:var(--primary-color)}.place__bid--btn{width:100%;text-align:center;font-size:1.4rem;height:4rem;line-height:4rem}@media only screen and (min-width:768px){.place__bid--btn{font-size:1.6rem;height:4.5rem;line-height:4.5rem}}.place__bid--summary{padding:2rem 0 1.5rem}@media only screen and (min-width:768px){.place__bid--summary{padding:2.5rem 0 2rem}}.place__bid--summary__table{width:100%}.place__bid--summary__text{color:var(--foreground-sub-color);font-size:1.4rem;margin-bottom:.8rem;display:block}@media only screen and (min-width:768px){.place__bid--summary__text{font-size:1.5rem}}@media only screen and (min-width:1200px){.place__bid--summary__text{font-size:1.6rem}}.place__bid--summary__amount{font-size:1.4rem;font-weight:600}@media only screen and (min-width:768px){.place__bid--summary__amount{font-size:1.5rem}}@media only screen and (min-width:1200px){.place__bid--summary__amount{font-size:1.6rem}}.dark--mode .product__card--btn.active:hover{color:#fff}.tab__btn--link__icon{margin-right:.3rem}.section__heading--fire__icon{margin-left:.8rem;display:inline-block;width:28px}@media only screen and (max-width:575px){.section__heading--fire__icon{width:2.5rem}}.section__heading--margin{position:relative;margin-bottom:2.5rem}@media only screen and (min-width:768px){.section__heading--margin{margin-bottom:3rem}}@media only screen and (min-width:1200px){.section__heading--margin{margin-bottom:4rem}}@media only screen and (min-width:1600px){.section__heading--margin{margin-bottom:5rem}}.product__card{background:var(--background-color-3);transition:var(--transition);padding:1.2rem;border-radius:10px}@media only screen and (min-width:992px){.product__card{padding:1.5rem}}@media only screen and (min-width:1200px){.product__card{padding:1.8rem}}@media only screen and (min-width:1366px){.product__card{padding:2rem}}.product__card:hover{transform:translatey(-10px)}.product__card:hover .product__card--thumbnail__img{transform:scale(1.09)}.product__card:hover .swiper__nav--btn{opacity:1;visibility:visible}.product__card--author{margin-bottom:1.2rem}.product__card--author__text{padding-left:.6rem;color:var(--foreground-sub-color)}@media only screen and (min-width:992px){.product__card--author__text{padding-left:1rem}}@media only screen and (max-width:991px){.product__card--author__text{font-size:1.3rem}}@media only screen and (max-width:575px){.product__card--author__text{font-size:1.2rem}}.product__card--author__text:hover{color:var(--secondary-color)}.product__card--author__text:hover .product__card--author__text--by{color:var(--secondary-color)}.product__card--author__text--by{font-weight:600;color:var(--foreground-color)}.product__card--dots__list{background:var(--foreground-sub-color);border-radius:50%;width:6px;height:6px;margin-right:3px;opacity:.4}@media only screen and (min-width:992px){.product__card--dots__list{width:8px;height:8px;margin-right:5px}}.product__card--dots__list:nth-child(2){opacity:1}.product__card--dots__list:last-child{margin-right:0}.product__card--like__btn{position:absolute;top:.6rem;right:1rem;padding:.3rem .6rem;font-size:1.4rem;line-height:2.2rem;border-radius:6px;border:0;background:0 0;color:var(--foreground-color-2)}.product__card--like__btn:hover{background:var(--secondary-color);color:var(--foreground-color-2)}.product__card--thumbnail{position:relative;overflow:hidden;border-radius:13px}.product__card--thumbnail__img{width:100%;border-radius:13px;transition:.7s}.product__card--share__btn{border:0;background:inherit;padding:0;padding:0;color:var(--foreground-sub-color);width:3.2rem;height:3.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.product__card--share__btn:hover{background:var(--primary-color);color:var(--foreground-color-2)}.product__card--content{padding:1.3rem 0 0}.product__card--content__topbar{margin-bottom:.5rem}.product__card--btn{width:100%;font-size:1.2rem;height:3.4rem;line-height:3.2rem;padding:0 .8rem;border-radius:2rem;background:inherit;border:1px solid var(--foreground-sub-color);color:var(--foreground-color)}.product__card--btn__wrapper{margin-top:1.5rem;gap:1rem}@media only screen and (min-width:992px){.product__card--btn__wrapper{gap:1.5rem}}@media only screen and (min-width:1200px){.product__card--btn__wrapper{margin-top:1.7rem}}.product__card--btn.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.product__card--btn.active:hover{background:inherit;border:1px solid var(--foreground-sub-color);color:#000}.product__card--btn:hover{background:var(--primary-color);border-color:var(--primary-color)}@media only screen and (min-width:576px){.product__card--btn{font-size:1.3rem;height:3.6rem;line-height:3.4rem;padding:0 1rem}}@media only screen and (min-width:992px){.product__card--btn{padding:0 1.5rem}}@media only screen and (min-width:1200px){.product__card--btn{font-size:1.4rem;height:3.8rem;line-height:3.6rem}}.product__card--price__text{font-size:1.2rem;color:var(--foreground-sub-color)}@media only screen and (min-width:576px){.product__card--price__text{font-size:1.3rem}}@media only screen and (min-width:992px){.product__card--price__text{font-size:1.4rem}}.product__card--price__number{font-size:1.2rem;font-weight:500}@media only screen and (min-width:576px){.product__card--price__number{font-size:1.3rem}}@media only screen and (min-width:992px){.product__card--price__number{font-size:1.4rem}}.product__card--price__number--icon{margin-right:3px}.card__author--thumbnail img{width:2.2rem}@media only screen and (min-width:576px){.card__author--thumbnail img{width:2.4rem}}.card__author--thumbnail__img2{margin-left:-8px}.card__author--thumbnail__img3{margin-left:-8px}.card__share--btn__wrapper{position:relative}.dropdown-menu.share__dropdown--menu{transform:translate(-84px,32.4943px)!important;padding:0;border-radius:5px;background:var(--featured--card--bg);border:0;box-shadow:0 5px 20px rgba(0,0,0,.16)}.share__dropdown--item{border-bottom:1px solid var(--border-color)}.share__dropdown--item:first-child a{border-radius:5px 5px 0 0}.share__dropdown--item:last-child{border-bottom:0}.share__dropdown--item:last-child a{border-radius:0 0 5px 5px}.share__dropdown--item__link{font-size:1.3rem;line-height:3.6rem;font-weight:500;display:block;text-align:center;color:var(--foreground-color)}.share__dropdown--item__link:hover{background:var(--primary-color);color:var(--foreground-color-2)}.product__card--countdown{position:absolute;bottom:1.5rem;left:0;right:0;text-align:center}.product__card--countdown__inner{background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.7);padding:.4rem 1.4rem;border-radius:18px;display:inline-block}@media only screen and (min-width:576px){.product__card--countdown__inner{padding:.5rem 1.8rem .5rem}}.countdown__fire--icon{vertical-align:middle;margin-right:5px}.product__countdown{text-align:center;display:inline-block;position:relative}@media only screen and (max-width:767px){.product__countdown{justify-content:center}}.product__countdown .countdown__item{position:relative;margin-right:.8rem;padding-right:.8rem;display:inline-block}.product__countdown .countdown__item:last-child{margin-right:0;padding-right:0}.product__countdown .countdown__item:last-child::before{display:none}.product__countdown .countdown__item:last-child::after{display:none}.product__countdown .countdown__item::before{position:absolute;content:"";width:2px;height:2px;background:var(--background-color-2);right:0;top:34%}.product__countdown .countdown__item::after{position:absolute;content:"";width:2px;height:2px;background:var(--background-color-2);right:0;top:60%}.product__countdown .countdown__text{display:none}.product__countdown .countdown__number{font-size:1.3rem;line-height:2rem;display:block;font-weight:600;color:#000}@media only screen and (min-width:768px){.product__countdown .countdown__number{font-size:1.4rem}}a.view__more--items__link{font-size:1.5rem;line-height:2.5rem;font-weight:500;padding:.2rem 1.2rem;color:var(--foreground-sub-color);border:1px solid transparent;border-radius:2rem}a.view__more--items__link:hover{color:var(--primary-color);background:rgba(13,110,253,.1);border-color:var(--primary-color)}a.view__more--items__link:hover span{color:var(--primary-color);border:1px solid transparent}a.view__more--items__link svg{margin-left:.3rem}a.view__more--items__link span{margin-left:.5rem;display:inline-block;width:2rem;height:2rem;text-align:center;border:1px solid var(--border-color);color:var(--foreground-sub-color);vertical-align:middle;line-height:1.5rem;border-radius:50%}a.view__more--items__link span svg{margin-left:0}@media only screen and (min-width:768px){a.view__more--items__link{font-size:1.6rem;line-height:2.6rem}}@media only screen and (min-width:1200px){a.view__more--items__link{line-height:2.8rem}}.horizontall__product--price{gap:.8rem;flex-wrap:wrap}@media only screen and (min-width:768px) and (max-width:991px){.sidebar__product{display:flex;gap:1.5rem}}@media only screen and (max-width:991px){.sidebar__product{margin-top:3rem}}.product__card--horizontall{padding:1.2rem;background:var(--background-color-3);transition:var(--transition);border-radius:10px;gap:15px}@media only screen and (min-width:768px) and (max-width:991px){.product__card--horizontall{width:50%}}@media only screen and (min-width:768px){.product__card--horizontall{gap:12px}}@media only screen and (min-width:992px){.product__card--horizontall{padding:1.2rem}}@media only screen and (min-width:1200px){.product__card--horizontall{padding:1.5rem;gap:15px}}@media only screen and (min-width:1366px){.product__card--horizontall{padding:2rem;gap:20px}}@media only screen and (max-width:767px){.product__card--horizontall{align-items:center}}@media only screen and (max-width:419px){.product__card--horizontall{flex-direction:column}}.product__card--horizontall:hover .product__card--thumbnail__img{transform:scale(1.09)}.product__card--horizontall__thumbnail{width:100%;border-radius:8px;overflow:hidden}@media only screen and (min-width:440px){.product__card--horizontall__thumbnail{width:210px}}@media only screen and (min-width:576px){.product__card--horizontall__thumbnail{width:240px}}@media only screen and (min-width:768px){.product__card--horizontall__thumbnail{width:185px}}@media only screen and (min-width:992px){.product__card--horizontall__thumbnail{width:210px}}@media only screen and (min-width:1200px){.product__card--horizontall__thumbnail{width:225px}}@media only screen and (min-width:1366px){.product__card--horizontall__thumbnail{width:240px}}@media only screen and (min-width:1600px){.product__card--horizontall__thumbnail{width:260px}}.product__card--horizontall__content{width:100%}@media only screen and (min-width:440px){.product__card--horizontall__content{width:calc(100% - 210px)}}@media only screen and (min-width:576px){.product__card--horizontall__content{width:calc(100% - 240px)}}@media only screen and (min-width:768px){.product__card--horizontall__content{width:calc(100% - 185px)}}@media only screen and (min-width:992px){.product__card--horizontall__content{width:calc(100% - 210px)}}@media only screen and (min-width:1200px){.product__card--horizontall__content{width:calc(100% - 225px)}}@media only screen and (min-width:1600px){.product__card--horizontall__content{width:calc(100% - 240px)}}@media only screen and (min-width:1600px){.product__card--horizontall__content{width:calc(100% - 260px)}}@media only screen and (max-width:991px){.product__card--horizontall__content .product__card--author{margin-bottom:1rem}}@media only screen and (max-width:991px){.product__card--horizontall__content .product__card--author__text{font-size:1.2rem}}@media only screen and (min-width:768px) and (max-width:991px){.product__card--horizontall__content .product__card--btn{font-size:1.4rem;height:3.6rem;line-height:3.6rem}}.product__card--horizontall__title{border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:1.5rem}@media only screen and (min-width:768px){.product__card--horizontall__title{margin-bottom:1rem;padding-bottom:1rem}}@media only screen and (min-width:992px){.product__card--horizontall__title{margin-bottom:1.3rem;padding-bottom:1.2rem}}@media only screen and (min-width:1366px){.product__card--horizontall__title{font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:1.5rem}}.author__profile--img.two{margin-left:-10px}@media only screen and (max-width:767px){.section__heading--style2{flex-direction:column;align-items:flex-start!important}}@media only screen and (max-width:575px){.section__heading--style2{align-items:center!important}}.tab__nav--btn{gap:8px}@media only screen and (min-width:992px){.tab__nav--btn{gap:10px}}@media only screen and (max-width:767px){.tab__nav--btn{flex-wrap:wrap;margin-top:2rem}}@media only screen and (max-width:575px){.tab__nav--btn{justify-content:center}}.tab__btn--link{border:1px solid var(--border-color);padding:.3rem 1rem;font-size:1.2rem;background:inherit;border-radius:2rem;font-weight:500}@media only screen and (min-width:992px){.tab__btn--link{padding:.5rem 1.5rem;font-size:1.4rem}}@media only screen and (min-width:1200px){.tab__btn--link{padding:.6rem 1.8rem;font-size:1.5rem}}.tab__btn--link.active{border-color:var(--primary-color);color:var(--primary-color)}.tab__btn--link:hover{border-color:var(--primary-color);color:var(--primary-color)}.product__details--media{position:sticky;top:100px}@media only screen and (max-width:767px){.product__details--media{margin-bottom:5.5rem}}.details__like--btn{top:2.2rem;right:2rem}.product__media--preview__items{background:var(--background-color-3);padding:1rem;border-radius:5px}@media only screen and (min-width:992px){.product__media--preview__items{padding:1.5rem}}.product__media--preview__items--link{width:100%;display:block;position:relative}.product__media--preview__items--img{width:100%;display:block;border-radius:5px}.product__media--view__icon{position:absolute;bottom:2rem;right:2rem}.product__media--view__icon.media__play{right:2rem;top:2rem;bottom:auto}.product__media--view__icon--link{width:3.5rem;height:3.5rem;text-align:center;background:var(--primary-color);border-radius:2px;color:var(--white-color);display:flex;align-items:center;justify-content:center}.product__media--view__icon--link:hover{background:var(--secondary-color);color:var(--white-color)}@media only screen and (min-width:768px){.product__media--view__icon--link{width:4rem;height:4rem}}.product__media--nav__horizontal{margin-top:1.5rem}.product__media--nav__items{background:var(--background-color-3);padding:.8rem;border-radius:5px}@media only screen and (min-width:992px){.product__media--nav__items{padding:1rem}}.product__media--nav__items--img{cursor:pointer;border-radius:5px}.media__play--icon__link{color:var(--secondary-color)}.media__play--icon__link:hover{color:var(--primary-color)}.product__details--info__title{font-size:1.8rem;line-height:2.5rem;margin-bottom:1.7rem}@media only screen and (min-width:480px){.product__details--info__title{font-size:2rem}}@media only screen and (min-width:768px){.product__details--info__title{font-size:2.2rem;line-height:2.8rem;margin-bottom:2rem}}@media only screen and (min-width:1200px){.product__details--info__title{font-size:2.5rem;line-height:3rem;margin-bottom:2.5rem}}.product__details--info__desc{color:var(--foreground-sub-color);border-bottom:1px solid var(--border-color);padding-bottom:1.7rem;margin-bottom:2.2rem}@media only screen and (min-width:1200px){.product__details--info__desc{padding-bottom:2rem;margin-bottom:2.5rem}}@media only screen and (min-width:1200px){.product__details--info__desc{padding-bottom:2.5rem;margin-bottom:3rem}}.details__info--count{margin-bottom:2rem}@media only screen and (min-width:768px){.details__info--count{margin-bottom:2.5rem}}@media only screen and (min-width:1200px){.details__info--count{margin-bottom:3rem}}.details__info--count__item{padding:.3rem .8rem;font-size:1.3rem;line-height:2rem;border-radius:6px;border:0;background:var(--background-color-3);margin-right:1rem}@media only screen and (min-width:768px){.details__info--count__item{font-size:1.4rem;line-height:2.2rem}}.details__info--count__item svg{vertical-align:middle;margin-right:.3rem}.details__info--count__item:last-child{margin-right:0}.details__info--author{margin-bottom:2rem;gap:22px;flex-wrap:wrap}@media only screen and (min-width:768px){.details__info--author{margin-bottom:2.5rem}}@media only screen and (min-width:992px){.details__info--author{gap:50px}}@media only screen and (min-width:1200px){.details__info--author{margin-bottom:3rem}}.details__info--author__thumbnail{width:4.2rem}.details__info--author__content{padding-left:1.5rem}.details__info--author__subtitle{font-size:1.4rem;line-height:2rem;color:var(--foreground-sub-color)}.details__info--author__title{font-weight:600;line-height:2.2rem}.details__info--countdown{margin-bottom:2.5rem;gap:15px;flex-wrap:wrap}.details__info--countdown .countdown__item{border:1px solid var(--border-color);display:flex;flex-direction:column;text-align:center;width:7.5rem;padding:4px 0;border-radius:10px}@media only screen and (min-width:576px){.details__info--countdown .countdown__item{width:9rem;padding:5px 0}}.details__info--countdown .countdown__number{font-size:1.6rem;line-height:2.2rem}@media only screen and (min-width:576px){.details__info--countdown .countdown__number{font-size:1.8rem}}@media only screen and (min-width:1200px){.details__info--countdown .countdown__number{font-size:2rem}}.details__info--countdown .countdown__text{font-size:1.3rem;line-height:2rem;color:var(--foreground-sub-color);text-transform:capitalize}@media only screen and (min-width:576px){.details__info--countdown .countdown__text{font-size:1.4rem}}.details__info--meta{gap:15px;margin-bottom:2rem;align-items:center}@media only screen and (min-width:576px){.details__info--meta{gap:20px}}@media only screen and (min-width:992px){.details__info--meta{gap:25px}}@media only screen and (min-width:1200px){.details__info--meta{margin-bottom:2.5rem}}@media only screen and (max-width:991px){.details__info--meta{flex-wrap:wrap}}.details__info--price{background:var(--background-color);width:100%;height:4.5rem;padding:0 2.2rem;border-radius:2.4rem}@media only screen and (min-width:576px){.details__info--price{width:53%}}@media only screen and (min-width:768px){.details__info--price{width:100%;height:5rem}}@media only screen and (min-width:992px){.details__info--price{width:65%}}@media only screen and (min-width:1200px){.details__info--price{width:50%}}.details__info--price__title{font-size:1.4rem}@media only screen and (min-width:1366px){.details__info--price__title{font-size:1.5rem}}.details__info--price__text{font-weight:600;font-size:1.4rem}@media only screen and (min-width:1366px){.details__info--price__text{font-size:1.5rem}}.details__info--price__text--inner{font-weight:400;color:var(--foreground-sub-color);margin-left:1rem}.details__info--card__btn{width:100%}@media only screen and (min-width:576px){.details__info--card__btn{width:43%}}@media only screen and (min-width:768px){.details__info--card__btn{width:100%}}@media only screen and (min-width:992px){.details__info--card__btn{width:35%}}@media only screen and (min-width:1200px){.details__info--card__btn{width:50%}}.product__card--share__btn.style2{background:var(--primary-color);color:var(--foreground-color-2)}.product__card--share__btn.style2:hover{background:var(--secondary-color)}.details__info--tab__header{border-bottom:1px solid var(--border-color);padding-bottom:1.5rem;margin-bottom:2rem}.details__info--tab__item{margin-right:2rem}.details__info--tab__item:last-child{margin-right:0}@media only screen and (min-width:576px){.details__info--tab__item{margin-right:2.5rem}}.details__info--tab__link{border:0;background:inherit;padding:0;font-weight:600}.details__info--tab__link.active{color:var(--primary-color)}.details__info--tab__link:hover{color:var(--primary-color)}.bid__history--items{border-bottom:1px solid var(--border-color);padding-bottom:1.5rem;margin-bottom:1.5rem}@media only screen and (min-width:992px){.bid__history--items{padding-bottom:1.8rem;margin-bottom:1.8rem}}@media only screen and (max-width:479px){.bid__history--items{gap:20px;flex-wrap:wrap}}.bid__history--items:last-child{margin-bottom:0}.bid__history--author__thumbnail{position:relative;border-radius:50%;width:42px}.bid__history--author__thumbnail img{border-radius:50%;width:100%}.bid__history--author__title{font-size:1.4rem;line-height:2rem;font-weight:600}@media only screen and (min-width:992px){.bid__history--author__title{font-size:1.5rem}}.bid__history--author__title span{color:var(--foreground-sub-color);margin-left:.5rem;font-weight:400}.bid__history--author__content{padding-left:1.5rem}.bid__history--time{font-size:1.4rem;line-height:2rem;color:var(--foreground-sub-color)}.bid__history--price__text{font-size:1.3rem;font-weight:600;line-height:2.2rem}@media only screen and (min-width:992px){.bid__history--price__text{font-size:1.4rem}}.bid__history--price__text--inner{font-weight:400;color:var(--foreground-sub-color);display:block}.details__info--desc{color:var(--foreground-sub-color)}.properties__wrapepr{flex-wrap:wrap;gap:1.5rem}.properties__maintitle{margin-bottom:2rem}.properties__items--link{background:var(--background-color-3);border:1px solid var(--border-color);padding:1.5rem;text-align:center;border-radius:10px}.properties__items--link:hover{transform:translatey(-5px)}.properties__subtitle{font-size:1.3rem;color:var(--foreground-sub-color);line-height:2.2rem;margin-bottom:.4rem}@media only screen and (min-width:992px){.properties__subtitle{font-size:1.4rem}}.properties__title{font-size:1.5rem;margin-bottom:.5rem}@media only screen and (min-width:992px){.properties__title{font-size:1.6rem}}.properties__percent{font-size:1.3rem;color:var(--foreground-sub-color);line-height:2.2rem}@media only screen and (min-width:992px){.properties__percent{font-size:1.4rem}}.top__seller--thumbnail{border-radius:20px}.top__seller--badge{position:absolute;top:0;right:0;width:2.2rem;height:2.2rem;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--foreground-color-2)}.top__seller--content{padding:1.2rem 0 0}.top__seller--price{margin-top:.4rem;color:var(--foreground-sub-color);font-size:1.3rem;gap:8px}@media only screen and (min-width:992px){.top__seller--price{font-size:1.4rem}}@media only screen and (max-width:400px){.top__seller--price{gap:6px;flex-wrap:wrap;justify-content:center!important}}@media only screen and (min-width:480px) and (max-width:575px){.top__seller--price{flex-direction:column}}.seller__swiper--column6{padding-top:1rem;margin-top:-1rem}.top__seller--item__number{position:absolute;right:-2px;top:-3px;width:2.2rem;height:2.2rem;line-height:2.2rem;text-align:center;font-size:1.5rem;font-weight:600;color:var(--text-fill-color);background:var(--background-color-white);border-radius:50%;z-index:99;transition:.3s}.top__seller--item__number.style2{left:3rem;top:2.5rem}.top__seller--link:hover .top__seller--item__number{background:var(--primary-color);color:var(--foreground-color)}.select__by--day{background:linear-gradient(to right,#c81cc5 0,#0d6efd 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-left:1.2rem;cursor:pointer;border:0;font-weight:600;font-size:1.8rem;line-height:2.4rem}@media only screen and (min-width:576px){.select__by--day{font-size:2rem;line-height:2.6rem}}@media only screen and (min-width:768px){.select__by--day{font-size:2.2rem;line-height:2.8em}}@media only screen and (min-width:992px){.select__by--day{font-size:2.3rem;line-height:3rem}}@media only screen and (min-width:1200px){.select__by--day{font-size:2.8rem}}.select__by--day svg{margin-left:.3rem;transition:var(--transition)}.select__by--day.show svg{transform:rotate(180deg)}.recently__added--dropdown.select__day--dropdown{width:160px;z-index:9}.top__seller--swiper .swiper__nav--btn.card__swiper--nav{top:-23px}@media only screen and (min-width:768px){.top__seller--swiper .swiper__nav--btn.card__swiper--nav{top:-28px}}@media only screen and (min-width:1200px){.top__seller--swiper .swiper__nav--btn.card__swiper--nav{top:-38px}}@media only screen and (min-width:1600px){.top__seller--swiper .swiper__nav--btn.card__swiper--nav{top:-50px}}.top__seller--author{gap:1.2rem}@media only screen and (min-width:480px) and (max-width:575px){.top__seller--author{gap:.6rem}}@media only screen and (min-width:768px){.top__seller--author{gap:1.5rem}}@media only screen and (min-width:1200px){.top__seller--author{gap:1.2rem}}@media only screen and (min-width:1366px){.top__seller--author{gap:1.5rem}}@media only screen and (min-width:1600px){.top__seller--author{gap:1.8rem}}.top__seller--author:hover .top__seller--author__thumbnail img{transform:scale(1.05)}.top__seller--author__thumbnail{width:9rem;overflow:hidden;position:relative}@media only screen and (min-width:480px) and (max-width:575px){.top__seller--author__thumbnail{width:6rem}}@media only screen and (min-width:1366px){.top__seller--author__thumbnail{width:9.5rem}}@media only screen and (min-width:1600px){.top__seller--author__thumbnail{width:10rem}}.top__seller--author__link{border:1px solid var(--border-color);border-radius:50%;padding:2px;display:block}.top__seller--author__content{width:calc(100% - 9rem)}@media only screen and (min-width:480px) and (max-width:575px){.top__seller--author__content{width:calc(100% - 6rem)}}@media only screen and (min-width:1366px){.top__seller--author__content{width:calc(100% - 9.5rem)}}@media only screen and (min-width:1600px){.top__seller--author__content{width:calc(100% - 10rem)}}.top__seller--author__title{font-weight:600;font-size:1.5rem;margin-bottom:.3rem}@media only screen and (min-width:480px) and (max-width:575px){.top__seller--author__title{font-size:1.4rem}}@media only screen and (min-width:768px){.top__seller--author__title{font-size:1.7rem}}@media only screen and (min-width:992px){.top__seller--author__title{font-size:1.6rem}}@media only screen and (min-width:1366px){.top__seller--author__title{font-size:1.7rem;margin-bottom:.5rem}}.top__seller--author__subtitle{color:var(--foreground-sub-color);margin-bottom:.8rem;font-size:1.4rem;line-height:2.2rem}.top__seller--author__like--item{background:var(--primary-color);color:var(--foreground-color-2);font-size:1.2rem;padding:.2rem .6rem;line-height:2.2rem;border-radius:20px}@media only screen and (min-width:768px){.top__seller--author__like--item{font-size:1.3rem;padding:.3rem .8rem;line-height:2.2rem}}@media only screen and (max-width:575px){.top__seller--author__price{font-size:1.2rem}}.top__seller--section4{background:var(--background-color-4)}.top__seller--inner4{justify-content:space-between}@media only screen and (max-width:1199px){.top__seller--inner4{gap:4.5rem}}@media only screen and (max-width:991px){.top__seller--inner4{gap:4rem;flex-wrap:wrap}}@media only screen and (max-width:767px){.top__seller--inner4{gap:3rem}}@media only screen and (max-width:575px){.top__seller--inner4{gap:2.5rem}}@media only screen and (max-width:767px){.top__seller--step{width:47%}}@media only screen and (max-width:575px){.top__seller--step{width:46%}}@media only screen and (max-width:479px){.top__seller--step{width:100%}}@media only screen and (max-width:479px){.top__seller--step{width:100%}}.top__seller--step:last-child{padding-right:0;margin-right:0;border-right:0}@media only screen and (min-width:1200px){.top__seller--step{padding-right:7rem;margin-right:7rem;border-right:1px solid var(--border-color)}}@media only screen and (min-width:1366px){.top__seller--step{padding-right:8rem;margin-right:8rem}}.collections__card{background:var(--background-color-3);transition:var(--transition);padding:1.2rem;border-radius:10px}@media only screen and (min-width:576px){.collections__card{padding:1.5rem}}@media only screen and (min-width:1200px){.collections__card{padding:2rem}}.collections__card:hover{transform:translatey(-10px)}.collections__card:hover .collections__like--items{background:var(--primary-color)}.collections__card--link{width:100%}.collections__topbar{margin-bottom:1.5rem}@media only screen and (max-width:767px){.collections__topbar{flex-direction:column;align-items:flex-start!important}}.collections__author--thumbnail{position:relative}.collections__author--badge{position:absolute;top:-4px;right:-4px;width:1.8rem;height:1.8rem;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--foreground-color-2)}.collections__author--content{padding-left:1.2rem}@media only screen and (min-width:1200px){.collections__author--content{padding-left:1.5rem}}@media only screen and (max-width:1199px){.collections__author--title{font-size:1.5rem;line-height:2.4rem}}.collections__author--subtitle{color:var(--foreground-sub-color)}@media only screen and (max-width:1199px){.collections__author--subtitle{font-size:1.4rem;line-height:2.2rem}}@media only screen and (max-width:575px){.collections__author--subtitle{font-size:1.3rem}}.collections__author--by{font-weight:600}.collections__image--left{width:50%;margin-right:8px}.collections__image--right{width:50%}.collections__thumbnail.mr-7{margin-right:.7rem}.collections__thumbnail.mr-8{margin-right:.8rem}.collections__thumbnail{border-radius:5px;overflow:hidden;position:relative}.collections__thumbnail::before{position:absolute;content:"";width:100%;height:100%;background:#000;opacity:0;left:0;top:0;z-index:9;transition:var(--transition)}.collections__thumbnail:hover .collections__thumbnail--img{transform:scale(1.05)}.collections__thumbnail:hover::before{opacity:.5}.collections__thumbnail:hover .collections__view--more{opacity:1;visibility:visible}.collections__like--items{background:var(--background-color-2);color:var(--foreground-color-2);font-size:1.3rem;padding:.3rem .8rem;line-height:2.2rem;border-radius:5px}@media only screen and (min-width:1200px){.collections__like--items{font-size:1.4rem}}@media only screen and (max-width:767px){.collections__like--items{margin-top:1.5rem}}.collections__view--more{position:absolute;top:50%;left:50%;transform:translatey(-50%) translatex(-50%);z-index:9;opacity:0;visibility:hidden;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background:var(--primary-color);color:#fff;border-radius:.5rem}.collections__profile--thumbnail{position:absolute;top:-5rem;left:50%;transform:translatex(-50%);z-index:9}.collections__content{padding:6.2rem 0 .2rem}.collections__title{font-size:1.7rem;font-weight:600;margin-bottom:.5rem}@media only screen and (min-width:1200px){.collections__title{font-size:2rem;margin-bottom:.7rem}}.collections__price{color:var(--foreground-sub-color)}.collections__header--topbar{border:1px solid var(--border-color);padding:1rem 2rem;border-radius:5px;flex-wrap:wrap;gap:2rem}.collections__filter--menu{gap:1.2rem;flex-wrap:wrap}.collections__filter--menu__link{border:1px solid var(--border-color);padding:.5rem 1.6rem;font-size:1.3rem;border-radius:20px;line-height:2rem;font-weight:500;color:var(--foreground-color);background:inherit}@media only screen and (min-width:992px){.collections__filter--menu__link{padding:.6rem 1.8rem;font-size:1.4rem}}@media only screen and (min-width:1200px){.collections__filter--menu__link{padding:.8rem 2rem}}.collections__filter--menu__link.active{background:var(--background-color-3)}.collections__filter--menu__link:hover{background:var(--background-color-3)}.filter__area{gap:22px;border-top:1px solid var(--border-color);padding-top:2.5rem;position:relative;z-index:9}@media only screen and (min-width:768px){.filter__area{padding-top:3.5rem;gap:25px}}@media only screen and (min-width:1200px){.filter__area{gap:30px}}@media only screen and (max-width:1199px){.filter__area{flex-wrap:wrap}}@media only screen and (max-width:767px){.filter__area{margin-bottom:3rem}}.filter__list{width:100%}@media only screen and (min-width:480px){.filter__list{width:47.5%}}@media only screen and (min-width:768px){.filter__list{width:31%}}@media only screen and (min-width:992px){.filter__list{width:31.55%}}@media only screen and (min-width:1200px){.filter__list{width:20%}}.select{position:relative}.select.show::before{transform:rotate(223deg)}.select::before{border-bottom:2px solid var(--foreground-color);border-right:2px solid var(--foreground-color);content:"";display:block;height:7px;margin-top:-4px;pointer-events:none;position:absolute;right:24px;top:50%;width:7px;transform-origin:66% 66%;transform:rotate(45deg);opacity:.7;z-index:9;transition:var(--transition)}.filter__select{position:relative}.filter__select--btn{width:100%;border:0;background:var(--background-color-3);color:var(--foreground-color);height:4.3rem;padding:0 4.5rem 0 2rem;border-radius:25px;font-weight:600;text-align:left;cursor:pointer}@media only screen and (min-width:768px){.filter__select--btn{height:4.5rem}}@media only screen and (min-width:992px){.filter__select--btn{height:4.8rem}}@media only screen and (min-width:1200px){.filter__select--btn{height:5rem}}@media only screen and (max-width:767px){.filter__select--btn{font-size:1.4rem}}.filter__select--btn.select::after{position:absolute;content:"";width:2.2rem;height:2.2rem;right:15px;top:50%;background:var(--background-color);transform:translatey(-50%);border-radius:50%;pointer-events:none}.filter__dropdown{border:0;padding:0;width:100%;border-radius:5px;background:inherit}.filter__dropdown--item{color:var(--foreground-color);background:var(--background-color-3);height:4rem;line-height:4rem;font-size:1.3rem;font-weight:600;padding:0 1.8rem;border-bottom:1px solid var(--border-color);cursor:pointer;transition:var(--transition)}.filter__dropdown--item:last-child{border-bottom:0;border-radius:0 0 5px 5px}.filter__dropdown--item:first-child{border-radius:5px 5px 0 0}@media only screen and (min-width:768px){.filter__dropdown--item{font-size:1.4rem}}.filter__dropdown--item:hover{background:var(--primary-color);color:var(--foreground-color-2)}.filter__label{text-transform:uppercase;font-size:1.4rem;font-weight:500;color:var(--foreground-sub-color);margin-bottom:1rem}@media only screen and (min-width:768px){.filter__label{margin-bottom:1.2rem}}.filter__serach--form{position:relative}.filter__serach--form input::-webkit-input-placeholder{color:var(--black-color)}.filter__serach--form input::-moz-placeholder{color:var(--black-color)}.filter__serach--form input:-ms-input-placeholder{color:var(--black-color)}.filter__serach--form input:-moz-placeholder{color:var(--black-color)}.filter__serach--input__field{width:100%;height:4.3rem;background:var(--background-color-3);border:1px solid transparent;padding:0 5.7rem 0 1.8rem;font-size:1.5rem;border-radius:25px;color:var(--black-color);font-weight:600}@media only screen and (min-width:768px){.filter__serach--input__field{height:4.5rem}}@media only screen and (min-width:992px){.filter__serach--input__field{height:4.8rem}}@media only screen and (min-width:1200px){.filter__serach--input__field{height:5rem}}.filter__serach--input__field:focus{border-color:var(--primary-color)}.filter__serach--btn{position:absolute;top:0;right:0;border:0;background:var(--primary-color);color:var(--foreground-color-2);height:100%;padding:0;width:5rem;border-radius:0 25px 25px 0}.filter__serach--btn:hover{background:var(--secondary-color)}.offcanvas__filter--sidebar{position:fixed;z-index:9999;top:0;left:0;width:100%;max-width:300px;height:100vh;transition:var(--transition);transform:translateX(-100%);background-color:var(--white-color);box-shadow:0 0 10px rgba(0,0,0,.15);overflow-y:auto}@media only screen and (min-width:480px){.offcanvas__filter--sidebar{max-width:320px}}.offcanvas__filter--sidebar.active{opacity:1;visibility:visible;transform:translateX(0)}@media only screen and (min-width:1366px){.offcanvas__filter--sidebar .small__product--title{font-size:1.5rem}}.widget__filter--btn{border:1px solid var(--border-color);background:var(--white-color);border-radius:.3rem;padding:.5rem 1.2rem}@media only screen and (max-width:479px){.widget__filter--btn{margin-right:2.5rem}}.widget__filter--btn:hover{border-color:var(--secondary-color);color:var(--secondary-color)}.widget__filter--btn:hover span{color:var(--secondary-color)}.widget__filter--btn__icon{width:20px}.widget__filter--btn__text{font-weight:600;font-size:1.5rem;margin-left:.7rem}.widget__filter--btn>*{pointer-events:none}.offcanvas__filter--close{display:flex;align-items:center;border:1px solid var(--border-color);padding:.5rem 1rem;border-radius:.3rem;margin:25px;background:var(--white-color)}.offcanvas__filter--close:hover{border-color:var(--secondary-color);color:var(--secondary-color)}.offcanvas__filter--close__text{font-size:1.5rem;font-weight:600;margin-left:8px}.offcanvas__filter--close>*{pointer-events:none}.explore__sidebar{position:sticky;top:120px}@media only screen and (max-width:991px){.explore__sidebar{margin-top:7rem}}@media only screen and (max-width:767px){.explore__sidebar{margin-top:6rem}}.explore__widget--accordion__btn{background:var(--background-color-3);font-weight:500;padding:1.2rem 2rem;border-radius:10px 10px 0 0;border:0;width:100%;text-align:left;font-size:1.7rem;position:relative}.explore__widget--accordion__btn.collapsed svg{transform:translatey(-50%) rotate(180deg)}.explore__widget--accordion__btn svg{position:absolute;top:50%;right:2rem;transform:translatey(-50%);transition:var(--transition)}.explore__widget--categories{border:1px solid var(--border-color);border-top:0;padding:2rem 1.5rem;border-radius:0 0 10px 10px}.explore__widget--categories__list{position:relative;margin-bottom:1.4rem}.explore__widget--categories__list:last-child{margin-bottom:0}@media only screen and (min-width:768px){.explore__widget--categories__list{margin-bottom:1.7rem}}.explore__widget--check__input{position:absolute;left:0;top:50%;transform:translatey(-50%);opacity:0;cursor:pointer;z-index:99;background:inherit}.explore__widget--check__input:checked~.explore__widget--checkmark{background-color:var(--primary-color);border:1px solid var(--primary-color)}.explore__widget--check__input:checked~.explore__widget--checkmark::before{display:block}.explore__widget--checkmark{height:1.5rem;width:1.5rem;border:1px solid var(--foreground-sub-color);border-radius:3px;display:block;position:absolute;top:50%;left:0;transform:translatey(-50%);transition:var(--transition);z-index:9;cursor:pointer}.explore__widget--checkmark::before{right:.4rem;top:.1rem;width:.5rem;height:.8rem;border:solid #fff;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-width:0 2px 2px 0;transform:rotate(45deg);content:"";position:absolute;display:none}.explore__widget--check__label{padding-left:3rem;color:var(--foreground-sub-color);cursor:pointer;line-height:2rem;font-size:1.4rem}.explore__product--header{gap:2rem;flex-wrap:wrap;position:relative;z-index:9}.explore__select--box{gap:1.5rem;flex-wrap:wrap}.explore__filter--select{width:170px}@media only screen and (min-width:768px){.explore__filter--select{width:190px}}@media only screen and (max-width:575px){.tab__nav--btn.style{justify-content:flex-start}}.tab__nav--btn.style .tab__btn--link{border-radius:20rem}.explore__btn--group{gap:1.2rem;flex-wrap:wrap}.explore__filter--button{border:1px solid var(--border-color);padding:.3rem 1.5rem;font-size:1.3rem;background:inherit;border-radius:2rem;font-weight:500}@media only screen and (min-width:992px){.explore__filter--button{padding:.5rem 2rem;font-size:1.4rem}}@media only screen and (min-width:1200px){.explore__filter--button{padding:.6rem 2.5rem;font-size:1.5rem}}.explore__filter--button.is-checked{border-color:var(--primary-color);color:var(--foreground-color-2);background:var(--primary-color)}.explore__filter--button:hover{border-color:var(--primary-color);color:var(--foreground-color-2);background:var(--primary-color)}.newsletter__banner--section{position:relative}.dark--mode .newsletter__banner--bg{background:url(../img/banner/newsletter-banner.png);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}.newsletter__banner--bg{background:url(../img/banner/newsletter-banner-white.png);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}.newsletter__banner--bg .container{max-width:1200px}.newsletter__content--flex{gap:6rem}@media only screen and (min-width:1200px){.newsletter__content--flex{gap:10rem}}@media only screen and (min-width:1366px){.newsletter__content--flex{gap:15rem}}@media only screen and (max-width:991px){.newsletter__content--flex{flex-direction:column;gap:3rem}}@media only screen and (max-width:479px){.newsletter__content--flex{text-align:center}}.newsletter__subtitle{color:var(--foreground-color)}.newsletter__title{color:var(--foreground-color);font-weight:500;opacity:.7;line-height:3.5rem}@media only screen and (min-width:480px){.newsletter__title{line-height:3.8rem}}@media only screen and (min-width:1200px){.newsletter__title{line-height:4.2rem}}.newsletter__subscribe--form input::-webkit-input-placeholder{color:var(--foreground-color)}.newsletter__subscribe--form input::-moz-placeholder{color:var(--foreground-color)}.newsletter__subscribe--form input:-ms-input-placeholder{color:var(--foreground-color)}.newsletter__subscribe--form input:-moz-placeholder{color:var(--foreground-color)}.newsletter__subscribe--form.style2{width:100%;margin:0 auto}@media only screen and (min-width:400px){.newsletter__subscribe--form.style2{width:310px}}@media only screen and (min-width:480px){.newsletter__subscribe--form.style2{width:370px}}@media only screen and (min-width:786px){.newsletter__subscribe--form.style2{width:450px;margin:0 auto}}@media only screen and (min-width:992px){.newsletter__subscribe--form.style2{width:500px;margin:0 auto}}@media only screen and (min-width:1200px){.newsletter__subscribe--form.style2{width:570px;margin:0 auto}}.newsletter__subscribe--form.style2 input::-webkit-input-placeholder{color:var(--foreground-sub-color)}.newsletter__subscribe--form.style2 input::-moz-placeholder{color:var(--foreground-sub-color)}.newsletter__subscribe--form.style2 input:-ms-input-placeholder{color:var(--foreground-sub-color)}.newsletter__subscribe--form.style2 input:-moz-placeholder{color:var(--foreground-sub-color)}.newsletter__subscribe--input{width:100%;height:5rem;border:1px solid var(--border-color);color:var(--foreground-color);background:inherit;padding:0 7rem 0 2rem;border-radius:3rem;font-size:1.4rem;font-weight:300;box-shadow:0 5px 20px rgba(0,0,0,.16)}@media only screen and (min-width:992px){.newsletter__subscribe--input{height:5.5rem}}@media only screen and (min-width:1600px){.newsletter__subscribe--input{padding:0 7rem 0 2rem}}@media only screen and (max-width:575px){.newsletter__subscribe--input{padding:0 7rem 0 1.2rem}}.newsletter__subscribe--input:focus{border:1px solid var(--primary-color);box-shadow:inherit}.newsletter__subscribe--input.style2{font-weight:400;color:var(--foreground-color-3);background:var(--foreground-color-2);height:4.5rem;border-radius:3rem;padding:0 12.5rem 0 1.5rem}@media only screen and (min-width:480px){.newsletter__subscribe--input.style2{padding:0 14.5rem 0 1.5rem}}@media only screen and (min-width:992px){.newsletter__subscribe--input.style2{height:5rem;padding:0 15rem 0 2.5rem}}@media only screen and (min-width:1200px){.newsletter__subscribe--input.style2{height:6rem}}.newsletter__subscribe--input.style2:focus{color:#000}.newsletter__subscribe--button{position:absolute;right:0;top:0;height:100%;background:var(--primary-color);color:var(--foreground-color-2);border:0;border-radius:0 30px 30px 0;padding:0 2rem}.newsletter__subscribe--button:hover{background:var(--secondary-color)}.newsletter__subscribe--button.style2{right:10px;top:4px;height:80%;border-radius:2.2rem;font-size:1.4rem}@media only screen and (min-width:992px){.newsletter__subscribe--button.style2{font-size:1.5rem;top:5px}}@media only screen and (min-width:992px){.newsletter__subscribe--button.style2{top:6px}}@media only screen and (max-width:479px){.newsletter__subscribe--button.style2{font-size:1.3rem;padding:0 1.2rem}}.newsletter__desc{font-size:1.8rem;line-height:2.4rem;color:var(--foreground-color);font-style:italic;font-style:italic;margin-top:2rem}.footer__newsletter--desc{margin-bottom:2rem}.breadcrumb__bg{background:url(../img/banner/breadcrumb-bg.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:5%;background-size:cover;height:180px;display:flex;align-items:center;position:relative}@media only screen and (min-width:480px){.breadcrumb__bg{height:200px}}@media only screen and (min-width:576px){.breadcrumb__bg{background-position:center center}}@media only screen and (min-width:768px){.breadcrumb__bg{height:230px}}@media only screen and (min-width:992px){.breadcrumb__bg{height:250px}}@media only screen and (min-width:1200px){.breadcrumb__bg{height:300px}}@media only screen and (min-width:1600px){.breadcrumb__bg{height:350px}}.breadcrumb__bg::before{position:absolute;content:"";width:100%;height:100%;background:#000;left:0;top:0;opacity:.5}.breadcrumb__content{position:relative}@media only screen and (max-width:575px){.breadcrumb__content{text-align:center}}@media only screen and (min-width:1200px){.breadcrumb__content--title{font-size:5rem;line-height:6rem}}@media only screen and (min-width:1600px){.breadcrumb__content--title{font-size:6rem;line-height:8rem}}@media only screen and (max-width:575px){.breadcrumb__content--menu{justify-content:center}}.breadcrumb__content--menu__items{position:relative;margin-right:20px;padding-right:22px;font-size:16px;line-height:24px}@media only screen and (min-width:768px){.breadcrumb__content--menu__items{font-size:18px}}.breadcrumb__content--menu__items:last-child{margin-right:0;padding-right:0}.breadcrumb__content--menu__items:last-child::before{display:none}.breadcrumb__content--menu__items::before{position:absolute;content:"";width:10px;height:2px;background:var(--foreground-color-2);right:-4px;top:50%;transform:translatey(-50%)}.breadcrumb__content--menu__items a{color:#a2a2a2}.breadcrumb__content--menu__items a:hover{color:var(--primary-color)}.author__product--header{position:relative;z-index:9}.author__area{margin-top:-120px;position:relative;z-index:9}@media only screen and (min-width:768px){.author__area{margin-top:-128px}}@media only screen and (min-width:992px){.author__area{margin-top:-132px}}.author__inner{gap:2rem}@media only screen and (min-width:576px){.author__inner{max-width:90%;margin:0 auto;gap:2.5rem}}@media only screen and (min-width:768px){.author__inner{max-width:75%}}@media only screen and (min-width:992px){.author__inner{max-width:70%;gap:3rem}}@media only screen and (min-width:1200px){.author__inner{max-width:60%}}@media only screen and (min-width:1366px){.author__inner{max-width:50%}}@media only screen and (max-width:575px){.author__inner{flex-direction:column;text-align:center}}.badge{position:absolute;top:0;right:0;width:2.2rem;height:2.2rem;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--foreground-color-2);padding:0}.author__user--left{width:190px}@media only screen and (min-width:768px){.author__user--left{width:230px}}@media only screen and (max-width:575px){.author__user--left{margin:0 auto}}.author__user--thumbnail{border:2px solid var(--border-color);border-radius:50%}.author__user--thumbnail img{border-radius:50%}.author__user--content{width:100%}@media only screen and (min-width:576px){.author__user--content{width:calc(100% - 190px)}}@media only screen and (min-width:768px){.author__user--content{width:calc(100% - 230px)}}.author__user--title{font-size:1.8rem;line-height:2.5rem;margin-bottom:.8rem;color:var(--foreground-color-2)}@media only screen and (min-width:768px){.author__user--title{font-size:2.2rem;line-height:3rem}}@media only screen and (min-width:992px){.author__user--title{font-size:2.5rem}}@media only screen and (max-width:575px){.author__user--title{color:var(--foreground-color)}}.author__user--subtitle{font-weight:600;color:var(--primary-color);font-size:1.5rem;margin-bottom:.8rem;line-height:2.2rem}@media only screen and (min-width:768px){.author__user--subtitle{margin-bottom:1rem;font-size:1.6rem;line-height:2.4rem}}.author__user--follow__btn{margin-top:1rem}@media only screen and (min-width:768px){.author__user--follow__btn{margin-top:1.5rem}}.author__user--desc{color:#a2a2a2;margin-bottom:1rem}@media only screen and (min-width:576px){.author__user--desc{margin-bottom:1.3rem}}.author__user--follow{gap:1rem;margin-bottom:1.2rem}@media only screen and (min-width:768px){.author__user--follow{gap:1.5rem;margin-bottom:1.8rem}}@media only screen and (max-width:575px){.author__user--follow{justify-content:center}}.author__user--follow__text{font-weight:600}.author__user--follow__text a{color:var(--foreground-sub-color);margin-left:.5rem}.author__user--follow__text a:hover{color:var(--secondary-color)}@media only screen and (max-width:575px){.author__user--action__wrapper{justify-content:center}}.author__user--action__list{margin-right:.8rem}.author__user--action__list:last-child{margin-right:0}.author__user--btn{background:var(--primary-color);color:var(--foreground-color-2);border:0;padding:0;width:3.4rem;height:3.4rem;line-height:3.4rem;text-align:center;border-radius:5px}@media only screen and (min-width:768px){.author__user--btn{width:3.8rem;height:3.8rem;line-height:3.8rem}}.author__user--btn:hover{background:var(--secondary-color);color:var(--foreground-color-2)}.author__user--follow__btn{font-size:1.4rem;height:3.8rem;line-height:3.8rem}@media only screen and (min-width:768px){.author__user--follow__btn{font-size:1.5rem;height:4.3rem;line-height:4.3rem}}.product__section--header{border:1px solid var(--border-color);padding:1rem;border-radius:5px;margin-bottom:3.5rem;flex-wrap:wrap;gap:2rem}.recently__added--select__valu{border:0;background:var(--background-color-3);color:var(--foreground-color);width:190px;height:4.3rem;padding:0 4.2rem 0 1.8rem;border-radius:25px;font-weight:600;text-align:left;cursor:pointer}@media only screen and (min-width:768px){.recently__added--select__valu{height:4.2rem}}.recently__added--select__valu.select::after{position:absolute;content:"";width:2.2rem;height:2.2rem;right:15px;top:50%;background:var(--background-color);transform:translatey(-50%);border-radius:50%;pointer-events:none}.recently__added--dropdown{border:0;padding:0;width:100%;border-radius:5px;background:inherit}.recently__added--dropdown__item{color:var(--foreground-color);background:var(--background-color-3);height:4rem;line-height:4rem;font-size:1.3rem;font-weight:600;padding:0 1.8rem;border-bottom:1px solid var(--border-color);cursor:pointer;transition:var(--transition)}.recently__added--dropdown__item:last-child{border-bottom:0;border-radius:0 0 5px 5px}.recently__added--dropdown__item:first-child{border-radius:5px 5px 0 0}@media only screen and (min-width:768px){.recently__added--dropdown__item{font-size:1.4rem}}.recently__added--dropdown__item:hover{background:var(--primary-color);color:var(--foreground-color-2)}.tab__btn--style2{gap:12px}.tab__btn--style2__link{height:3.4rem;line-height:3.4rem;background:var(--background-color-3);border:0;padding:0 1.5rem;font-size:1.3rem;border-radius:5px;font-weight:600}@media only screen and (min-width:768px){.tab__btn--style2__link{height:4rem;line-height:4rem;padding:0 2rem;font-size:1.4rem}}.tab__btn--style2__link svg{margin-right:.2rem}.tab__btn--style2__link:hover{background:var(--primary-color);color:var(--foreground-color-2)}.tab__btn--style2__link.active{background:var(--primary-color);color:var(--foreground-color-2)}.profile__brows--file{position:absolute;top:50%;left:50%;text-align:center;transform:translatey(-50%) translatex(-50%)}@media only screen and (max-width:767px){.profile__brows--file{left:20px;right:20px;transform:translatey(-50%)}}.profile__brows--file__input{display:none}.profile__brows--file__btn{cursor:pointer;font-size:1.3rem;height:3.8rem;line-height:3.8rem;padding:0 1.8rem}@media only screen and (min-width:768px){.profile__brows--file__btn{font-size:1.4rem;height:4rem;line-height:4rem;padding:0 2rem}}@media only screen and (min-width:1200px){.profile__brows--file__btn{font-size:1.5rem;height:4.2rem;line-height:4.2rem;padding:0 2.5rem}}.edit__profile--media{gap:25px}@media only screen and (min-width:992px){.edit__profile--media{gap:40px}}@media only screen and (max-width:479px){.edit__profile--media{flex-wrap:wrap}}.edit__profile--media__thumbnail{background:var(--background-color-3);padding:1.2rem;border-radius:10px;display:flex;align-items:center}@media only screen and (min-width:576px){.edit__profile--media__thumbnail{padding:1.5rem}}@media only screen and (min-width:992px){.edit__profile--media__thumbnail{padding:2.2rem}}.edit__profile--media__thumbnail.left{width:100%}@media only screen and (min-width:480px){.edit__profile--media__thumbnail.left{width:45%}}@media only screen and (min-width:768px){.edit__profile--media__thumbnail.left{width:40%}}.edit__profile--media__thumbnail.right{width:100%}@media only screen and (min-width:480px){.edit__profile--media__thumbnail.right{width:55%}}@media only screen and (min-width:768px){.edit__profile--media__thumbnail.right{width:60%}}.edit__profile--media__thumbnail--inner{margin:0 auto}.edit__profile--media__img{margin:0 auto}@media only screen and (min-width:1200px) and (max-width:1365px){.edit__profile--media__img.one{max-width:270px}}@media only screen and (min-width:992px) and (max-width:1199px){.edit__profile--media__img.one{max-width:223px}}@media only screen and (min-width:768px) and (max-width:991px){.edit__profile--media__img.one{max-width:174px}}@media only screen and (max-width:767px){.edit__profile--media__img.one{max-width:170px}}@media only screen and (max-width:575px){.edit__profile--media__img.one{max-width:138px}}@media only screen and (max-width:479px){.edit__profile--media__img.one{max-width:160px}}@media only screen and (max-width:767px){.edit__profile--media__img.two{height:160px;-o-object-fit:cover;object-fit:cover}}@media only screen and (max-width:575px){.edit__profile--media__img.two{height:120px}}@media only screen and (max-width:479px){.edit__profile--media__img.two{height:auto}}.profile__tab--btn{border:1px solid var(--border-color);padding:1.2rem;margin-bottom:3rem;border-radius:10px}.profile__form--inner{border:1px solid var(--border-color);padding:1.5rem;border-radius:10px}@media only screen and (min-width:480px){.profile__form--inner{padding:2rem}}@media only screen and (min-width:768px){.profile__form--inner{padding:2.5rem}}.profile__form--input input::-webkit-input-placeholder{color:var(--foreground-color)}.profile__form--input input::-moz-placeholder{color:var(--foreground-color)}.profile__form--input input:-ms-input-placeholder{color:var(--foreground-color)}.profile__form--input input:-moz-placeholder{color:var(--foreground-color)}.profile__form--input input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.8;filter:invert(.8)}.profile__form--input input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.profile__form--input__field{border:1px solid var(--border-color);width:100%;height:4.2rem;background:inherit;padding:0 1.5rem;font-size:1.3rem;border-radius:5px;color:var(--foreground-color);opacity:.8}@media only screen and (min-width:768px){.profile__form--input__field{height:4.5rem;font-size:1.4rem}}@media only screen and (min-width:1200px){.profile__form--input__field{height:4.8rem}}.profile__form--input__field:focus{border-color:var(--primary-color)!important}.profile__form--input textarea::-webkit-input-placeholder{color:var(--foreground-color)}.profile__form--input textarea::-moz-placeholder{color:var(--foreground-color)}.profile__form--input textarea:-ms-input-placeholder{color:var(--foreground-color)}.profile__form--input textarea:-moz-placeholder{color:var(--foreground-color)}.profile__form--textarea{border:1px solid var(--border-color);width:100%;height:10rem;background:inherit;padding:1rem 1.5rem;font-size:1.4rem;border-radius:5px;resize:none;color:var(--foreground-color);opacity:.8}@media only screen and (min-width:768px){.profile__form--textarea{height:11rem}}@media only screen and (min-width:992px){.profile__form--textarea{height:13rem}}.profile__form--textarea:focus{border-color:var(--primary-color)!important}.profile__form--label{font-weight:500;margin-bottom:1rem}.profile__form--heading{border-bottom:1px solid var(--border-color);margin-bottom:3rem;padding-bottom:2rem}.profile__form--heading__title{font-size:1.7rem;line-height:2.4rem}@media only screen and (min-width:480px){.profile__form--heading__title{font-size:1.8rem}}@media only screen and (min-width:992px){.profile__form--heading__title{font-size:2rem}}@media only screen and (min-width:1200px){.profile__form--heading__title{font-size:2.2rem;line-height:2.8rem}}.profile__form--heading__desc{font-size:1.4rem;line-height:2.5rem;color:var(--foreground-sub-color)}@media only screen and (min-width:768px){.profile__form--heading__desc{font-size:1.5rem;line-height:2.6rem}}@media only screen and (min-width:992px){.profile__form--heading__desc{font-size:1.6rem;line-height:2.8rem}}.notification__switch{position:relative;display:inline-block;min-width:52px;height:26px;margin-right:15px}@media only screen and (min-width:786px){.notification__switch{min-width:54px;height:29px}}@media only screen and (max-width:479px){.notification__switch{min-width:5rem;margin-right:12px}}.notification__switch input{display:none}input:checked+.notification{background-color:var(--secondary-color)}input:checked+.notification::before{transform:translateX(20px)}@media only screen and (min-width:480px){input:checked+.notification::before{transform:translateX(25px)}}@media only screen and (min-width:786px){input:checked+.notification::before{transform:translateX(22px)}}.notification{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--primary-color);transition:.4s}.notification::before{position:absolute;content:"";height:17px;width:17px;left:6px;bottom:5px;background-color:#fff;transition:.4s}@media only screen and (min-width:786px){.notification::before{height:20px;width:20px}}.notification.round{border-radius:34px}.notification.round::before{border-radius:50%}.notification__area{margin-bottom:2.5rem}.notification__list{margin-bottom:1.5rem}.notification__list:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.notification__list{margin-bottom:1.8rem}}.notification__text{font-size:1.3rem;font-weight:500;line-height:2.2rem}@media only screen and (min-width:480px){.notification__text{font-size:1.4rem}}@media only screen and (min-width:992px){.notification__text{font-size:1.5rem;line-height:2.4rem}}@media only screen and (min-width:1200px){.notification__text{font-size:1.6rem;line-height:2.6rem}}.create__item--inner{gap:30px}@media only screen and (max-width:991px){.create__item--inner{flex-wrap:wrap}}.create__tab--btn{margin-bottom:2rem}@media only screen and (min-width:992px){.create__tab--btn{margin-bottom:2.5rem}}.upload__area{width:260px}@media only screen and (min-width:576px){.upload__area{width:280px}}@media only screen and (min-width:1200px){.upload__area{width:320px}}@media only screen and (max-width:991px){.upload__area{margin:0 auto;text-align:center}}.upload__header{margin-bottom:2rem}@media only screen and (min-width:576px){.upload__header{margin-bottom:2.5rem}}.upload__title{font-size:2rem;line-height:2.2rem;margin-bottom:.8rem}@media only screen and (min-width:576px){.upload__title{font-size:2.2rem;line-height:2.5rem;margin-bottom:1rem}}@media only screen and (min-width:1200px){.upload__title{font-size:2.7rem;line-height:3rem;margin-bottom:1.5rem}}.upload__desc{color:var(--foreground-sub-color)}.upload__right{width:100%}@media only screen and (min-width:992px){.upload__right{width:calc(100% - 280px)}}@media only screen and (min-width:1200px){.upload__right{width:calc(100% - 320px)}}.upload__create--file{border:1px solid var(--border-color);padding:2.5rem 1.5rem;text-align:center;position:relative;border-radius:10px}@media only screen and (min-width:576px){.upload__create--file{padding:3rem 2rem}}@media only screen and (min-width:1200px){.upload__create--file{padding:4rem 3rem}}.upload__create--file input{position:absolute;width:100%;height:100%;left:0;top:0;opacity:0;cursor:pointer}.upload__create--file__icon{color:var(--primary-color);font-weight:700;margin-bottom:1rem}.upload__create--file__text{font-size:1.7rem;font-weight:600;margin-bottom:1rem;display:block}@media only screen and (min-width:576px){.upload__create--file__text{font-size:1.8rem}}.upload__create--file__desc{color:var(--foreground-sub-color);font-size:1.4rem}.upload__create--note{margin-top:2rem}@media only screen and (min-width:576px){.upload__create--note{margin-top:2.5rem}}@media only screen and (min-width:992px){.upload__create--note{margin-top:3.5rem}}@media only screen and (min-width:1366px){.upload__create--note{margin-top:5rem}}.upload__create--note__title{font-size:1.7rem;line-height:2.4rem;font-weight:600;margin-bottom:1rem}@media only screen and (min-width:576px){.upload__create--note__title{font-size:1.8rem}}.upload__create--note__desc{color:var(--foreground-sub-color)}.upload__create--note__desc span{color:var(--primary-color);font-size:1.4rem;font-weight:500}.upload__form--footer__right{gap:1rem}@media only screen and (max-width:575px){.upload__form--footer__right{gap:1.5rem}}.upload__form--footer{gap:20px}@media only screen and (max-width:575px){.upload__form--footer{flex-wrap:wrap}}.upload__form--btn.preview{background:#343444}.upload__form--btn.preview:hover{background:var(--primary-color)}.upload__form--btn:hover{background:#343444}.profile__form--check__box{padding:.5rem 0 2.5rem;gap:2rem;flex-wrap:wrap}@media only screen and (max-width:767px){.profile__form--check__box{justify-content:flex-start!important}}.checkout__checkbox--input{position:absolute;left:0;top:50%;transform:translatey(-50%);opacity:0;cursor:pointer;z-index:99;background:inherit}.checkout__checkbox--input:checked~.checkout__checkbox--checkmark{background-color:var(--primary-color);border:1px solid var(--primary-color)}.checkout__checkbox--input:checked~.checkout__checkbox--checkmark::before{display:block}.checkout__checkbox--checkmark{height:1.5rem;width:1.5rem;border:1px solid var(--foreground-sub-color);background:var(--background-color-3);border-radius:3px;display:block;position:absolute;top:50%;left:0;transform:translatey(-50%);transition:var(--transition);z-index:9;cursor:pointer}.checkout__checkbox--checkmark::before{right:.4rem;top:.1rem;width:.5rem;height:.8rem;border:solid #fff;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-width:0 2px 2px 0;transform:rotate(45deg);content:"";position:absolute;display:none}.checkout__checkbox--label{padding-left:2.7rem;color:var(--foreground-sub-color);cursor:pointer;line-height:2rem;font-size:1.4rem}.create__upload--inner{gap:2rem}@media only screen and (min-width:576px){.create__upload--inner{gap:3rem}}@media only screen and (max-width:399px){.create__upload--inner{flex-wrap:wrap}}.create__upload--items{border:1px solid var(--border-color);padding:1.5rem;border-radius:10px}@media only screen and (min-width:576px){.create__upload--items{padding:2rem}}@media only screen and (min-width:992px){.create__upload--items{padding:2.5rem}}@media only screen and (min-width:1200px){.create__upload--items{padding:3rem}}.create__upload--thumb{background:var(--background-color-3);display:flex;align-items:center;justify-content:center;padding:1.5rem;width:220px;height:195px;border-radius:10px}@media only screen and (min-width:400px){.create__upload--thumb{width:130px;height:120px}}@media only screen and (min-width:480px){.create__upload--thumb{width:150px;height:160px;padding:2rem}}@media only screen and (min-width:576px){.create__upload--thumb{width:180px;height:170px}}@media only screen and (min-width:768px){.create__upload--thumb{padding:2.5rem;width:220px;height:210px}}@media only screen and (min-width:992px){.create__upload--thumb{padding:3rem;width:250px;height:230px}}@media only screen and (min-width:1200px){.create__upload--thumb{width:280px;height:260px}}.create__upload--thumb img{display:inline-block}.create__upload--btn{display:block;text-align:center;font-size:1.4rem;height:4.2rem;line-height:4.2rem;margin-top:1.5rem}@media only screen and (min-width:576px){.create__upload--btn{font-size:1.5rem;height:4.4rem;line-height:4.4rem;margin-top:2rem}}.footer__bg{background:var(--footer-bg-color)}.main__footer{padding:5.5rem 0 3.5rem}@media only screen and (min-width:768px){.main__footer{padding:6rem 0 3rem}}@media only screen and (min-width:992px){.main__footer{padding:7rem 0}}@media only screen and (min-width:1200px){.main__footer{padding:8rem 0}}@media only screen and (min-width:768px) and (max-width:991px){.footer-col-md-order{order:-1}}.footer__social{margin-top:1.5rem}@media only screen and (min-width:992px){.footer__social{margin-top:2rem}}.social__shear--list{margin-right:.8rem}.social__shear--list:last-child{margin-right:0}@media only screen and (min-width:575px){.social__shear--list{margin-right:1rem}}.social__shear--list__icon{width:3.2rem;height:3.2rem;color:var(--foreground-color-2);background:#343444;display:flex;align-items:center;justify-content:center;border-radius:50%}.social__shear--list__icon:hover{color:var(--foreground-color-2);background:var(--primary-color)}.footer__logo{margin-bottom:1rem}@media only screen and (max-width:767px){.footer__logo--img{max-width:140px}}@media only screen and (max-width:479px){.footer__logo--img{max-width:125px}}@media only screen and (max-width:991px){.footer__widget{margin-bottom:3rem}}@media only screen and (max-width:767px){.footer__widget{margin-bottom:0}}.footer__widget--desc{font-size:1.4rem;margin-bottom:0}@media only screen and (min-width:768px){.footer__widget--desc{font-size:1.5rem}}.footer__widget--title{margin-bottom:2rem;font-weight:600;position:relative;font-size:1.7rem;line-height:2.2rem}@media only screen and (min-width:768px){.footer__widget--title{font-size:2rem;line-height:2.4rem}}@media only screen and (min-width:768px){.footer__widget--title{margin-bottom:1.5rem}}@media only screen and (min-width:992px){.footer__widget--title{font-size:1.8rem;line-height:2.6rem;margin-bottom:2rem}}.footer__widget--title__arrowdown--icon{position:absolute;right:0;top:38%;transition:.3s;display:none}@media only screen and (max-width:767px){.footer__widget--title__arrowdown--icon{display:block}}.footer__widget.active{padding-bottom:3rem}.footer__widget.active .footer__widget--title__arrowdown--icon{transform:rotate(180deg)}.footer__widget--menu__list{margin-bottom:.6rem}@media only screen and (min-width:768px){.footer__widget--menu__list{margin-bottom:.8rem}}.footer__widget--menu__list:last-child{margin-bottom:0}.footer__widget--menu__text{line-height:2.6rem;font-size:1.4rem}@media only screen and (min-width:768px){.footer__widget--menu__text{line-height:2.8rem;font-size:1.5rem}}.footer__widget--button{position:absolute;z-index:9;top:0;left:0;visibility:hidden;width:100%;height:100%;content:"";color:transparent;border:0;background-color:transparent}@media only screen and (max-width:767px){.footer__widget--button{visibility:visible}}@media only screen and (max-width:767px){.footer__widget--inner{display:none}}.footer__bottom{padding:2.5rem 0}@media only screen and (min-width:768px){.footer__bottom{padding:3rem 0}}@media only screen and (max-width:767px){.footer__bottom--inner{flex-direction:column;text-align:center}}.footer__bottom--desc{color:var(--ofwhite-color)}.copyright__content{color:var(--ofwhite-color)}@media only screen and (max-width:767px){.copyright__content.m-0{margin-bottom:1rem!important}}.copyright__content--link:hover{color:var(--primary-color);text-decoration:underline}.footer__recent--post__items{gap:1.5rem}.footer__recent--post__items:hover .footer__post--thumbnail__link img{transform:scale(1.03)}.footer__recent--post__thumbnail{width:6.3rem}.footer__recent--post__contant{width:calc(100% - 6.3rem)}.footer__recent--post__date{font-size:1.2rem;line-height:1.8rem;margin-bottom:.7rem;color:var(--foreground-sub-color)}.footer__recent--post__title{font-size:1.4rem;line-height:2.4rem}.footer__post--thumbnail__link{overflow:hidden}@media only screen and (min-width:992px){.footer__bottom.style3{padding:3.5rem 0}}.footer__bottom--inner.style3{gap:2.5rem}@media only screen and (max-width:1199px){.footer__bottom--inner.style3{flex-wrap:wrap;justify-content:center!important}}.footer__info--app{gap:2rem}@media only screen and (max-width:575px){.footer__info--app{flex-wrap:wrap;justify-content:center}}.footer__info--app__desc a{color:var(--primary-color)}.footer__info--app__desc a:hover{text-decoration:underline}.footer__contact--info{gap:1.5rem;border-right:1px solid var(--border-color);border-left:1px solid var(--border-color);padding:0 3rem}@media only screen and (min-width:1366px){.footer__contact--info{padding:0 6rem}}@media only screen and (max-width:767px){.footer__contact--info{border:0;padding:0}}.footer__contact--info__text{line-height:3.2rem}@media only screen and (min-width:768px){.help__center--inner{max-width:80%;margin:0 auto}}@media only screen and (min-width:992px){.help__center--inner{max-width:70%}}@media only screen and (min-width:1200px){.help__center--inner{max-width:60%}}.help__center--heading{margin-bottom:2rem}@media only screen and (min-width:768px){.help__center--heading{margin-bottom:2.5rem}}@media only screen and (min-width:992px){.help__center--heading{margin-bottom:3rem}}@media only screen and (min-width:1366px){.help__center--heading{margin-bottom:3.5rem}}.help__center--desc{color:var(--foreground-sub-color)}@media only screen and (min-width:1200px){.help__center--desc{padding:0 3rem}}.help__center--form{position:relative}.help__center--form input::-webkit-input-placeholder{color:var(--foreground-sub-color)}.help__center--form input::-moz-placeholder{color:var(--foreground-sub-color)}.help__center--form input:-ms-input-placeholder{color:var(--foreground-sub-color)}.help__center--form input:-moz-placeholder{color:var(--foreground-sub-color)}.help__center--input__field{width:100%;height:5rem;background:var(--background-color-3);color:var(--foreground-sub-color);border-radius:10px;padding:0 7.8rem 0 2rem}@media only screen and (min-width:992px){.help__center--input__field{height:5.5rem}}.help__center--input__field:focus{border-color:var(--primary-color)!important}.help__center--btn{position:absolute;top:0;right:0;width:5.5rem;background:var(--primary-color);color:var(--foreground-color-2);border:0;padding:0;height:100%;border-radius:0 10px 10px 0}@media only screen and (min-width:768px){.help__center--btn{width:6.5rem}}.help__center--btn:hover{background:var(--secondary-color);color:var(--foreground-color-2)}.help__center--footer__desc{font-size:1.5rem;font-weight:500;margin-top:2rem}@media only screen and (min-width:768px){.help__center--footer__desc{margin-top:2.5rem}}@media only screen and (min-width:992px){.help__center--footer__desc{font-size:1.6rem;margin-top:3rem}}@media only screen and (min-width:1200px){.help__center--footer__desc{font-size:1.8rem}}@media only screen and (min-width:1366px){.help__center--footer__desc{margin-top:3.5rem}}.pagination__area{margin-top:3rem}@media only screen and (min-width:992px){.pagination__area{margin-top:4rem}}@media only screen and (min-width:1200px){.pagination__area{margin-top:5rem}}.pagination__wrapper{padding:.8rem 1rem;border-radius:10px;border:1px solid var(--border-color)}@media only screen and (min-width:768px){.pagination__wrapper{padding:1rem 2rem}}.pagination__list{margin-right:.8rem}.pagination__list:last-child{margin-right:0}.pagination__item{background:var(--background-color-3);height:3.6rem;line-height:3.6rem;padding:0 1.2rem;border-radius:10px;font-weight:600}@media only screen and (min-width:768px){.pagination__item{height:4rem;line-height:4rem;padding:0 1.8rem}}@media only screen and (max-width:767px){.pagination__item{font-size:1.3rem}}.pagination__item:hover{background:var(--primary-color);color:var(--foreground-color-2)}.pagination__item--current{background:var(--primary-color);color:var(--foreground-color-2)}@media only screen and (max-width:380px){.pagination__item svg{display:none}}.connect__wallet--right{background:var(--featured--card--bg);padding:2.5rem;border-radius:10px;display:flex;align-items:center}@media only screen and (max-width:991px){.connect__wallet--right{margin-top:3rem;padding:2rem}}@media only screen and (max-width:767px){.connect__wallet--right{padding:1.5rem}}.connect__wallet--thumbnail{width:100%}.connect__wallet--thumbnail img{border-radius:10px;width:100%}.shortby__select.select::before{border-bottom:2px solid var(--foreground-color-2);border-right:2px solid var(--foreground-color-2)}.shortby__select--field{font-weight:400;display:inline-block;font-size:1.3rem;height:3.8rem;line-height:3.8rem;padding:0 1.8rem;letter-spacing:.2px;border-radius:2.4rem;background:var(--primary-color);color:var(--foreground-color-2);border:0;-webkit-appearance:none;cursor:pointer}@media only screen and (min-width:576px){.shortby__select--field{font-size:1.4rem;height:4rem;line-height:4rem;padding:0 2rem}}@media only screen and (min-width:768px){.shortby__select--field{font-size:1.6rem;height:4.5rem;line-height:4.5rem;padding:0 2.5rem}}.shortby__label{font-weight:600;margin-right:.8rem;font-size:1.6rem;color:var(--foreground-sub-color)}@media only screen and (min-width:768px){.shortby__label{margin-right:1rem;font-size:1.8rem}}@media only screen and (max-width:767px){.careators__heading{flex-wrap:wrap;gap:20px}}.brand__logo--inner{gap:2.5rem}@media only screen and (min-width:480px){.brand__logo--inner{gap:3rem}}@media only screen and (min-width:768px){.brand__logo--inner{gap:5rem}}@media only screen and (max-width:767px){.brand__logo--inner{flex-wrap:wrap}}.brand__logo--section{background:var(--background-color-4)}@media only screen and (max-width:767px){.single__brand--logo{width:25%}}@media only screen and (max-width:479px){.single__brand--logo{width:45%}}.single__brand--logo:hover img{transform:scale(1.05)}.creators__inner .top__seller--author:hover .top__seller--author__link{border-color:var(--primary-color)}.creators__inner .top__seller--author__link{border-radius:5px}.creators__inner .top__seller--author__link img{border-radius:5px}@media only screen and (max-width:767px){.apps__banner--inner img{height:22rem;-o-object-fit:cover;object-fit:cover;border-radius:1rem}}@media only screen and (max-width:479px){.apps__banner--inner img{height:30rem}}#particles-js{position:absolute;top:0;left:0;width:100%;height:100%}.apps__banner--content{position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);left:4rem}@media only screen and (min-width:992px){.apps__banner--content{left:10rem}}@media only screen and (max-width:479px){.apps__banner--content{left:2rem;right:2rem;text-align:center}}.apps__banner--title{line-height:3.2rem;margin-bottom:2.5rem;color:#fff}@media only screen and (min-width:992px){.apps__banner--title{line-height:4.2rem;margin-bottom:4rem}}.apps__banner--btn__area{gap:3rem}@media only screen and (max-width:479px){.apps__banner--btn__area{gap:2rem;flex-direction:column}}.apps__banner--btn__area button{height:4.8rem;padding:0 2rem;border:0;background:#fff;color:#111;font-weight:500;border-radius:1rem}@media only screen and (max-width:479px){.apps__banner--btn__area button{display:inline-block;min-width:152px;margin:0 auto}}.apps__banner--btn__area button svg{margin-right:.5rem}.apps__banner--btn__area button:hover{background:#111;color:#fff}.ranking__header{gap:1.5rem;flex-wrap:wrap}.ranking__header--left{gap:1.5rem;flex-wrap:wrap}@media only screen and (min-width:768px){.ranking__header--left{gap:2rem}}.ranking__select{position:relative}.ranking__select__btn{height:4rem;line-height:4rem;background:var(--primary-color);color:var(--foreground-color-2);border:0;padding:0 44px 0 15px;border-radius:22px;cursor:pointer;text-align:left;width:auto}@media only screen and (max-width:575px){.ranking__select__btn{width:auto;font-size:1.3rem}}.ranking__select__btn svg{margin-right:.5rem}.ranking__select__btn.select::before{border-bottom:2px solid var(--foreground-color-2);border-right:2px solid var(--foreground-color-2);right:18px}.ranking__select--dropdown{border:0;padding:0;width:100%;border-radius:5px;background:inherit}.ranking__select--dropdown__item{color:var(--foreground-color);background:var(--background-color-3);height:4rem;line-height:4rem;font-size:1.3rem;font-weight:600;padding:0 1.8rem;border-bottom:1px solid var(--border-color);cursor:pointer;transition:var(--transition)}.ranking__select--dropdown__item:last-child{border-bottom:0;border-radius:0 0 5px 5px}.ranking__select--dropdown__item:first-child{border-radius:5px 5px 0 0}@media only screen and (min-width:768px){.ranking__select--dropdown__item{font-size:1.4rem}}.ranking__select--dropdown__item:hover{background:var(--primary-color);color:var(--foreground-color-2)}.ranking__inner{border:1px solid var(--border-color);border-radius:10px;padding:1.2rem}@media only screen and (min-width:768px){.ranking__inner{padding:2rem}}.ranking__table{width:100%}.ranking__table--bg{background:var(--background-color-3)}.ranking__table--bg th{padding:1rem 2rem}@media only screen and (min-width:992px){.ranking__table--bg th{padding:1.2rem 2.5rem}}.ranking__table--bg th:first-child{border-radius:5px 0 0 5px;text-align:center}.ranking__table--bg th:last-child{border-radius:0 5px 5px 0;text-align:center}.ranking__table--body tr td{padding:1rem 2rem;font-weight:500}@media only screen and (min-width:992px){.ranking__table--body tr td{padding:1.2rem 2.5rem}}.ranking__table--body tr td span.colore__red{color:#ff0003}.ranking__table--body tr td span.colore__green{color:#3eb75e}.ranking__table--body tr td:first-child{border-radius:5px 0 0 5px;text-align:center}.ranking__table--body tr td:last-child{border-radius:0 5px 5px 0;text-align:center}.ranking__product{min-width:140px}.ranking__product--link{gap:1rem}.activity__product--card{border:1px solid var(--border-color);padding:1.5rem;border-radius:10px}@media only screen and (min-width:992px){.activity__product--card{padding:2rem}}.activity__product--card__link{gap:20px}@media only screen and (max-width:479px){.activity__product--card__link{flex-wrap:wrap}}.activity__product--card__left{gap:2rem}@media only screen and (min-width:992px){.activity__product--card__left{gap:2.5rem}}@media only screen and (min-width:1200px){.activity__product--card__left{gap:3rem}}@media only screen and (max-width:399px){.activity__product--card__left{flex-wrap:wrap}}.activity__product--card__thumbnail{width:100%}@media only screen and (min-width:400px){.activity__product--card__thumbnail{width:120px}}@media only screen and (min-width:576px){.activity__product--card__thumbnail{width:125px}}@media only screen and (min-width:992px){.activity__product--card__thumbnail{width:135px}}@media only screen and (min-width:1200px){.activity__product--card__thumbnail{width:150px}}@media only screen and (max-width:399px){.activity__product--card__thumbnail img{width:100%}}.activity__product--card__title{line-height:2.4rem;font-size:1.7rem;margin-bottom:.8rem}@media only screen and (min-width:992px){.activity__product--card__title{font-size:1.8rem}}@media only screen and (min-width:1200px){.activity__product--card__title{font-size:2rem;margin-bottom:1rem}}.activity__product--card__subtitle{font-size:1.4rem;margin-bottom:.8rem;color:var(--foreground-sub-color);font-weight:500}@media only screen and (min-width:576px){.activity__product--card__subtitle{font-size:1.5rem}}@media only screen and (min-width:1200px){.activity__product--card__subtitle{font-size:1.6rem;margin-bottom:1rem}}.activity__product--card__subtitle span{color:var(--primary-color)}.activity__product--card__time{font-weight:500;color:var(--foreground-color)}@media only screen and (max-width:479px){.activity__product--card__time{font-size:1.4rem}}.activity__product--card__icon{width:4.5rem;height:4.5rem;line-height:4.5rem;background:var(--background-color-3);text-align:center;border-radius:50%;font-weight:700;color:var(--foreground-color)}.activity__product--card__icon:hover{background:var(--primary-color);color:var(--foreground-color-2)}.activity__filter--search__form input::-webkit-input-placeholder{color:var(--foreground-sub-color)}.activity__filter--search__form input::-moz-placeholder{color:var(--foreground-sub-color)}.activity__filter--search__form input:-ms-input-placeholder{color:var(--foreground-sub-color)}.activity__filter--search__form input:-moz-placeholder{color:var(--foreground-sub-color)}.activity__filter--search__input__field{width:100%;background:var(--background-color-3);border:1px solid transparent;height:4.5rem;padding:0 6.8rem 0 2rem;border-radius:5px;color:var(--foreground-sub-color)}@media only screen and (min-width:1200px){.activity__filter--search__input__field{height:5rem}}.activity__filter--search__input__field:focus{border-color:var(--primary-color)!important}.activity__filter--search__btn{position:absolute;right:0;top:0;height:100%;width:5.5rem;border:0;background:var(--primary-color);color:var(--foreground-color-2);border-radius:0 5px 5px 0}.activity__filter--search__btn:hover{background:var(--secondary-color)}.activity__filter--widget{position:sticky;top:110px}@media only screen and (max-width:767px){.activity__filter--widget{margin-top:6rem}}.activity__filter--inner{gap:1.2rem;flex-wrap:wrap}@media only screen and (min-width:992px){.activity__filter--inner{gap:1.5rem}}.activity__filter--title{font-size:1.6rem;font-weight:600;margin-bottom:1.5rem}@media only screen and (min-width:992px){.activity__filter--title{font-size:1.7rem}}@media only screen and (min-width:1200px){.activity__filter--title{font-size:1.8rem}}.activity__filter--btn input{display:none}.activity__filter--btn input[type=radio]:checked+label{background:var(--primary-color);color:var(--foreground-color-2)}.activity__filter--btn__value{height:3.8rem;line-height:3.8rem;padding:0 2rem;background:var(--background-color-3);color:var(--foreground-color);border-radius:5px;font-weight:500;cursor:pointer}@media only screen and (min-width:992px){.activity__filter--btn__value{height:4rem;line-height:4rem;padding:0 2.5rem}}@media only screen and (min-width:1200px){.activity__filter--btn__value{height:4.5rem;line-height:4.5rem}}.activity__filter--btn__value:hover{background:var(--primary-color);color:var(--foreground-color-2)}.team__card{border-radius:10px;background:var(--background-color-3);transition:var(--transition)}.team__card:hover{transform:translatey(-10px)}.team__card:hover .team__card--thumbnail::before{opacity:.6}.team__card:hover .team__card--thumbnail img{transform:scale(1.05)}.team__card--thumbnail{position:relative;overflow:hidden;border-radius:10px 10px 0 0}.team__card--thumbnail::before{position:absolute;content:"";width:100%;height:100%;background:var(--secondary-color);left:0;right:0;opacity:0;z-index:9;pointer-events:none;transition:var(--transition)}.team__card--thumbnail__img{width:100%}@media only screen and (max-width:575px){.team__card--thumbnail__img{width:100%}}.team__card--content{padding:2rem}.team__card--content__title{font-weight:500;margin-bottom:.6rem}@media only screen and (min-width:1200px){.team__card--content__title{font-size:1.8rem;margin-bottom:.8rem;line-height:2.2rem}}@media only screen and (min-width:1366px){.team__card--content__title{font-size:2rem;line-height:2.8rem}}.team__card--content__subtitle{color:var(--foreground-sub-color);font-size:1.4rem}.team__social{gap:12px;margin-bottom:1.4rem}@media only screen and (min-width:992px){.team__social{gap:14px}}.single__counterup{text-align:center;border:1px solid var(--border-color);padding:1.6rem .6rem;border-radius:10px;transition:var(--transition)}.single__counterup:hover{border-color:var(--secondary-color);transform:translatey(-10px)}@media only screen and (min-width:576px){.single__counterup{padding:2rem 1.2rem}}@media only screen and (min-width:992px){.single__counterup{padding:2.5rem 2rem}}@media only screen and (min-width:992px){.single__counterup{padding:3rem 2rem}}@media only screen and (min-width:1200px){.single__counterup{padding:4rem 2rem}}.counterup__title{font-size:1.4rem;line-height:2.2rem;color:var(--foreground-sub-color);font-weight:500}@media only screen and (min-width:768px){.counterup__title{font-size:1.5rem}}@media only screen and (min-width:992px){.counterup__title{font-size:1.6rem}}@media only screen and (min-width:1200px){.counterup__title{font-size:1.8rem}}@media only screen and (min-width:1366px){.counterup__title{font-size:2rem}}.counterup__number{margin-bottom:1rem}@media only screen and (min-width:992px){.counterup__number{margin-bottom:1.2rem}}@media only screen and (min-width:1200px){.counterup__number{font-size:3.5rem;line-height:3.5rem;margin-bottom:1.8rem}}@media only screen and (min-width:1366px){.counterup__number{font-size:4rem;line-height:4rem;margin-bottom:2rem}}.blog__section--bg{background:#f9f9fb}@media only screen and (min-width:768px){.blog__sticky{gap:2.5rem}}@media only screen and (min-width:992px){.blog__sticky{gap:3rem}}@media only screen and (min-width:1366px){.blog__sticky{gap:4rem}}@media only screen and (max-width:767px){.blog__sticky{flex-wrap:wrap}}.blog__sticky--thumbnail{width:100%}@media only screen and (min-width:768px){.blog__sticky--thumbnail{width:45%}}.blog__sticky--content{width:100%}@media only screen and (min-width:768px){.blog__sticky--content{width:55%}}.blog__sticky .blog__card--title{font-size:1.8rem;line-height:2.8rem;margin-bottom:1.2rem}@media only screen and (min-width:786px){.blog__sticky .blog__card--title{font-size:2rem;line-height:3rem;margin-bottom:1.5rem}}@media only screen and (min-width:992px){.blog__sticky .blog__card--title{font-size:2.2rem;line-height:3.2rem;margin-bottom:2rem}}@media only screen and (min-width:1200px){.blog__sticky .blog__card--title{font-size:2.8rem;line-height:4rem;margin-bottom:2.5rem}}@media only screen and (min-width:1600px){.blog__sticky .blog__card--title{font-size:3rem;line-height:4rem}}@media only screen and (min-width:1200px){.blog__sticky .blog__card--meta{margin-bottom:2.5rem}}.blog__sticky .blog__card--desc{margin-bottom:1.2rem}@media only screen and (min-width:768px){.blog__sticky .blog__card--desc{margin-bottom:1.5rem}}@media only screen and (min-width:992px){.blog__sticky .blog__card--desc{margin-bottom:2.5rem}}@media only screen and (min-width:1200px){.blog__sticky .blog__card--desc{margin-bottom:3rem;font-size:1.6rem;line-height:3rem}}@media only screen and (min-width:1600px){.blog__sticky .blog__card--desc{font-size:1.8rem;line-height:3.2rem}}.blog__card{background:var(--background-color-3);padding:2rem;border-radius:10px;transition:var(--transition)}@media only screen and (min-width:992px){.blog__card{padding:2.5rem}}@media only screen and (min-width:1366px){.blog__card{padding:2.8rem}}.blog__card:hover{transform:translatey(-10px)}.blog__card:hover .blog__card--thumbnail::before{opacity:.7}.blog__card:hover .blog__card--thumbnail__img{transform:scale(1.05)}.blog__card--thumbnail{position:relative;overflow:hidden;border-radius:10px}.blog__card--thumbnail::before{position:absolute;content:"";width:100%;height:100%;left:0;top:0;background:var(--secondary-color);z-index:9;opacity:0;transition:var(--transition);pointer-events:none}.blog__card--thumbnail__img{width:100%;border-radius:10px}.blog__card--content{padding:1.8rem 0 0}.blog__card--meta{margin-bottom:1rem}@media only screen and (min-width:768px){.blog__card--meta{margin-bottom:1.3rem}}@media only screen and (min-width:1200px){.blog__card--meta{margin-bottom:1.5rem}}.blog__card--meta__tag{font-weight:600}@media only screen and (max-width:767px){.blog__card--meta__tag{font-size:1.3rem}}.blog__card--meta__date{color:var(--foreground-sub-color)}@media only screen and (max-width:767px){.blog__card--meta__date{font-size:1.3rem}}.blog__card--title{margin-bottom:1rem;font-size:1.7rem;line-height:2.6rem;font-weight:500}@media only screen and (min-width:768px){.blog__card--title{font-size:1.8rem;margin-bottom:1.3rem}}@media only screen and (min-width:1200px){.blog__card--title{font-size:2rem;margin-bottom:1.5rem;line-height:2.8rem}}.blog__card--desc{color:var(--foreground-sub-color);line-height:2.6rem;margin-bottom:1rem}@media only screen and (min-width:768px){.blog__card--desc{margin-bottom:1.3rem}}@media only screen and (min-width:1200px){.blog__card--desc{line-height:2.8rem;margin-bottom:1.5rem}}.blog__card--btn{color:var(--foreground-sub-color);font-weight:600}.blog__card--btn:hover{color:var(--primary-color)}.blog__card--content.style3{padding:.2rem 1.2rem 0}@media only screen and (min-width:1200px){.blog__card--content.style3{padding:.5rem 2rem 0}}@media only screen and (min-width:1600px){.blog__card--content.style3{padding:.5rem 2.8rem 0}}.blog__card--meta.style3{padding:1.2rem .7rem}@media only screen and (min-width:1200px){.blog__card--meta.style3{padding:2rem 1.5rem}}@media only screen and (min-width:1600px){.blog__card--meta.style3{padding:2rem 2.5rem}}.blog__card--page--content{padding:.2rem 1.2rem 0}@media only screen and (min-width:768px){.blog__card--page--content{padding:.2rem 2rem 0}}@media only screen and (min-width:1200px){.blog__card--page--content{padding:.5rem 2.8rem 0}}.blog__card--content.blog__content--style{padding:.2rem 1.2rem 0}@media only screen and (min-width:768px){.blog__card--content.blog__content--style{padding:.2rem 2rem 0}}@media only screen and (min-width:1200px){.blog__card--content.blog__content--style{padding:.5rem 1.3rem 0}}@media only screen and (min-width:1366px){.blog__card--content.blog__content--style{padding:.5rem 2rem 0}}@media only screen and (min-width:1600px){.blog__card--content.blog__content--style{padding:.5rem 2.8rem 0}}@media only screen and (min-width:1200px){.blog__card--content.blog__content--style .blog__card--title{font-size:1.8rem}}@media only screen and (min-width:1366px){.blog__card--content.blog__content--style .blog__card--title{font-size:2rem}}@media only screen and (min-width:1200px){.blog__card--content.blog__content--style .blog__card--meta{padding:1.8rem 1rem;top:-18px}}@media only screen and (min-width:1366px){.blog__card--content.blog__content--style .blog__card--meta{padding:2rem 1.5rem;top:-24px}}@media only screen and (min-width:1600px){.blog__card--content.blog__content--style .blog__card--meta{padding:2rem 2.5rem}}@media only screen and (min-width:1200px){.blog__card--content.blog__content--style .blog__card--meta__text{font-size:1.4rem}}@media only screen and (min-width:1366px){.blog__card--content.blog__content--style .blog__card--meta__text{font-size:1.6rem}}.accordion__items.active{margin-bottom:20px}.accordion__items.active:last-child{margin-bottom:0}.accordion__items.active .accordion__items--button__icon--svg{transform:rotate(180deg)}.accordion__items--body{display:none;padding:0 20px}.accordion__items--body__desc{font-size:1.5rem;line-height:2.8rem}.accordion__items--button{border:0;background:var(--background-color-3);width:100%;padding:13px 60px 13px 25px;text-align:left;margin-bottom:15px;font-size:1.5rem;font-weight:600;position:relative}@media only screen and (min-width:992px){.accordion__items--button{padding:13px 70px 13px 35px}}@media only screen and (min-width:1200px){.accordion__items--button{padding:24px 80px 24px 40px}}.accordion__items--button__icon{width:3rem;height:3rem;background:var(--primary-color);color:var(--foreground-color-2);border-radius:50%;position:absolute;top:50%;right:12px;display:flex;align-items:center;justify-content:center;transform:translatey(-50%)}@media only screen and (min-width:768px){.accordion__items--button__icon{right:15px}}@media only screen and (min-width:992px){.accordion__items--button__icon{right:35px}}.accordion__items--button__icon--svg{transition:var(--transition)}.accordion__items--button>*{pointer-events:none}.about__section{background:var(--background-color-4)}.about__left--sidebar{padding-right:2rem}@media only screen and (min-width:1366px){.about__left--sidebar{padding-right:6rem}}@media only screen and (max-width:991px){.about__left--sidebar{margin-bottom:3rem}}@media only screen and (max-width:575px){.about__left--sidebar{margin-bottom:2.5rem}}.about__content--style{position:absolute;right:0;background:var(--primary-color);bottom:0;width:260px;padding:1.5rem;border-radius:10px}@media only screen and (min-width:768px){.about__content--style{width:310px;padding:2rem}}@media only screen and (min-width:1200px){.about__content--style{width:370px;padding:2.5rem}}@media only screen and (min-width:1366px){.about__content--style{width:400px}}.about__content--style__title{color:var(--foreground-color-2);font-size:1.7rem;line-height:2.8rem;margin-bottom:1.2rem}@media only screen and (min-width:768px){.about__content--style__title{font-size:1.8rem;line-height:3rem;margin-bottom:1.5rem}}@media only screen and (min-width:1200px){.about__content--style__title{font-size:2.2rem;line-height:3.5rem}}@media only screen and (min-width:1366px){.about__content--style__title{font-size:2.5rem;line-height:3.7rem}}.about__content--style__desc{color:var(--foreground-color-2);font-size:1.3rem}@media only screen and (min-width:768px){.about__content--style__desc{font-size:1.4rem}}@media only screen and (min-width:1200px){.about__content--style__desc{font-size:1.5rem}}@media only screen and (min-width:1200px){.about__content{padding:0 2rem}}@media only screen and (min-width:1600px){.about__content{padding:0 5rem}}.about__content--subtitle{font-weight:500;color:var(--foreground-sub-color);margin-bottom:.8rem;font-size:1.5rem}@media only screen and (min-width:768px){.about__content--subtitle{margin-bottom:1rem;font-size:1.6rem}}@media only screen and (min-width:992px){.about__content--subtitle{margin-bottom:1.2rem;font-size:1.7rem}}@media only screen and (min-width:1200px){.about__content--subtitle{font-size:1.8rem;margin-bottom:1.5rem}}@media only screen and (min-width:1366px){.about__content--subtitle{font-size:2rem;font-size:1.8rem}}.about__content--maintitle{font-size:1.8rem;line-height:2.8rem;margin-bottom:1.3rem}@media only screen and (min-width:480px){.about__content--maintitle{font-size:2rem;line-height:3rem}}@media only screen and (min-width:576px){.about__content--maintitle{font-size:2.2rem;line-height:3.2rem;margin-bottom:1.5rem}}@media only screen and (min-width:768px){.about__content--maintitle{font-size:2.5rem;line-height:3.5rem;margin-bottom:1.7rem}}@media only screen and (min-width:1200px){.about__content--maintitle{font-size:3.2rem;line-height:4.2rem;margin-bottom:1.8rem}}@media only screen and (min-width:1366px){.about__content--maintitle{font-size:3.4rem;line-height:4.5rem;margin-bottom:2rem}}@media only screen and (min-width:1600px){.about__content--maintitle{font-size:3.7rem;line-height:5rem;margin-bottom:2.5rem}}.about__content--desc{line-height:2.6rem}@media only screen and (min-width:768px){.about__content--desc{line-height:2.8rem}}@media only screen and (min-width:1366px){.about__content--desc{line-height:3rem}}.about__content--desc.one{font-size:1.4rem;font-weight:500;margin-bottom:1.5rem}@media only screen and (min-width:768px){.about__content--desc.one{font-size:1.5rem;margin-bottom:2rem}}@media only screen and (min-width:1200px){.about__content--desc.one{font-size:1.6rem;margin-bottom:2.5rem}}@media only screen and (min-width:1366px){.about__content--desc.one{font-size:1.7rem;margin-bottom:3rem}}.about__content--desc.two{color:var(--foreground-sub-color);margin-bottom:0}.about__content--footer{gap:1.8rem;margin-top:2rem}@media only screen and (min-width:480px){.about__content--footer{gap:3rem}}@media only screen and (min-width:768px){.about__content--footer{gap:5rem;margin-top:2.5rem}}@media only screen and (min-width:1200px){.about__content--footer{margin-top:3.5rem}}@media only screen and (min-width:1366px){.about__content--footer{margin-top:4rem}}@media only screen and (max-width:479px){.about__content--footer{flex-wrap:wrap}}.about__speed{gap:1.2rem}@media only screen and (min-width:768px){.about__speed{gap:1.5rem}}.about__speed--title{font-weight:700;font-size:1.8rem}@media only screen and (min-width:768px){.about__speed--title{font-size:2.2rem}}@media only screen and (min-width:1200px){.about__speed--title{font-size:2.5rem;line-height:2.8rem}}.about__speed--subtitle{font-size:1.4rem;font-weight:400;color:var(--foreground-sub-color)}@media only screen and (min-width:768px){.about__speed--subtitle{font-size:1.5rem}}.blog__wrapper--sidebar{position:sticky;top:0}.blog__sidebar--widget{position:sticky;top:0}@media only screen and (max-width:991px){.blog__sidebar--widget{margin-top:7rem}}@media only screen and (max-width:767px){.blog__sidebar--widget{margin-top:6rem}}@media only screen and (max-width:575px){.blog__post--header{text-align:center}}.blog__post--header.mb-30{margin-bottom:2.5rem}.blog__post--meta{text-transform:capitalize}@media only screen and (min-width:992px){.blog__post--meta{font-size:1.5rem}}.blog__post--meta__link{color:var(--secondary-color)}.blog__post--meta__link:hover{color:var(--secondary-color);text-decoration:underline}.blog__thumbnail{line-height:1}@media only screen and (max-width:767px){.blog__thumbnail.mb-30{margin-bottom:2rem}}@media only screen and (max-width:575px){.blog__details--content{text-align:center}}.blog__details--content__subtitle{line-height:2.7rem;font-weight:600}@media only screen and (min-width:576px){.blog__details--content__subtitle{line-height:3rem}}@media only screen and (min-width:992px){.blog__details--content__subtitle{font-size:1.8rem;line-height:3rem}}@media only screen and (min-width:1200px){.blog__details--content__subtitle{line-height:3.2rem;font-size:2rem}}.blog__details--content__desc{color:var(--foreground-sub-color)}@media only screen and (min-width:1200px){.blog__details--content__desc{line-height:2.8rem}}.blockquote__content{padding:20px 30px;text-align:center;border-radius:10px;background:var(--background-color-3)}@media only screen and (min-width:992px){.blockquote__content{padding:30px}}@media only screen and (min-width:1200px){.blockquote__content{padding:40px 50px}}@media only screen and (max-width:767px){.blockquote__content{margin:0 0 2.5rem;padding:1.5rem 2rem}}.blockquote__content--desc{font-size:1.5rem;line-height:3rem;font-style:italic;font-weight:500}@media only screen and (min-width:768px){.blockquote__content--desc{font-size:1.6rem;line-height:3rem}}@media only screen and (min-width:992px){.blockquote__content--desc{font-size:1.8rem;line-height:3.4rem}}.blog__tags--social__media{padding:4.6rem 0 5.2rem}@media only screen and (min-width:768px){.blog__tags--social__media{padding:5rem 0}}@media only screen and (max-width:1199px){.blog__tags--social__media{flex-direction:column;align-items:flex-start}}@media only screen and (max-width:575px){.blog__tags--social__media{align-items:center}}@media only screen and (max-width:1199px){.blog__tags--media{margin-bottom:2rem}}@media only screen and (max-width:575px){.blog__tags--media{flex-direction:column;align-items:flex-start}}.blog__tags--media__title{font-size:1.5rem;font-weight:600;margin-right:1rem}@media only screen and (min-width:992px){.blog__tags--media__title{font-size:1.6rem}}@media only screen and (max-width:575px){.blog__tags--media__title{margin-right:0;margin-bottom:1rem;width:100%;text-align:center}}.blog__tags--media__list{margin-right:.7rem}.blog__tags--media__list:last-child{margin-right:0}.blog__tags--media__link{border:1px solid var(--border-color);background:var(--background-color-3);padding:.5rem 1.2rem;line-height:2.5rem;border-radius:.3rem;text-transform:capitalize}.blog__tags--media__link:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--foreground-color-2)}@media only screen and (max-width:575px){.blog__tags--media__link{padding:.4rem .8rem;font-size:1.3rem}}.meta__deta{font-weight:500;font-size:1.5rem;color:var(--foreground-sub-color)}.blog__social--media__title{font-size:1.5rem;font-weight:600;margin-right:1rem}@media only screen and (min-width:992px){.blog__social--media__title{font-size:1.6rem}}.blog__social--media__list{margin-right:1rem}.blog__social--media__list:last-child{margin-right:0}.blog__social--media__link{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:var(--primary-color);color:var(--foreground-color-2);border-radius:50%}.blog__social--media__link:hover{background:var(--secondary-color);color:var(--foreground-color-2)}.related__post--heading__maintitle{font-size:2rem}@media only screen and (min-width:992px){.related__post--heading__maintitle{font-size:2.2rem;line-height:2.8rem}}.related__post--items:hover .related__post--img{transform:scale(1.05)}.related__post--thumbnail{overflow:hidden}@media only screen and (max-width:575px){.related__post--thumbnail a{width:100%}}@media only screen and (max-width:575px){.related__post--thumbnail a img{width:100%}}@media only screen and (max-width:575px){.related__post--text{text-align:center}}.related__post--title{line-height:2.2rem}@media only screen and (min-width:992px){.related__post--title{line-height:2.4rem}}.related__post--deta{font-size:1.5rem}.comment__reply--btn{height:3.4rem;line-height:3.4rem;padding:0 2rem;font-size:1.4rem}@media only screen and (min-width:768px){.comment__reply--btn{font-size:1.5rem;height:3.8rem;line-height:3.8rem;padding:0 2.5rem}}.reviews__comment--reply__title{font-size:2rem}@media only screen and (min-width:992px){.reviews__comment--reply__title{font-size:2.2rem;line-height:2.8rem}}.reviews__comment--area{padding:0 2rem;margin-bottom:3rem}@media only screen and (max-width:767px){.reviews__comment--area{padding:0}}.reviews__comment--thumb{width:80px}@media only screen and (max-width:575px){.reviews__comment--thumb{margin-bottom:1rem}}.reviews__comment--thumb img{display:block}.reviews__comment--top{margin-bottom:1rem}.reviews__comment--content{width:100%;position:relative}@media only screen and (min-width:576px){.reviews__comment--content{width:calc(100% - 80px);padding-left:1.5rem}}@media only screen and (min-width:768px){.reviews__comment--content{padding-left:2rem}}@media only screen and (min-width:1200px){.reviews__comment--content{padding-left:2.5rem}}.reviews__comment--content__date{font-size:1.5rem;color:var(--foreground-sub-color)}.reviews__comment--content__title{font-weight:600;line-height:2.4rem;margin-bottom:.6rem}@media only screen and (min-width:992px){.reviews__comment--content__title{font-size:1.8rem}}.reviews__comment--content__desc{margin-bottom:0;color:var(--foreground-sub-color)}@media only screen and (min-width:992px){.reviews__comment--content__desc{font-size:1.5rem;line-height:2.8rem}}@media only screen and (max-width:575px){.reviews__comment--content .reviews__ratting{justify-content:flex-start}}.reviews__comment--list{border-bottom:1px solid var(--border-color);padding-bottom:2rem;margin-bottom:2rem}.reviews__comment--list:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}@media only screen and (min-width:768px){.reviews__comment--list{padding-bottom:2.5rem;margin-bottom:2.5rem}}@media only screen and (max-width:575px){.reviews__comment--list{flex-direction:column}}.reviews__comment--list.margin__left{margin-left:2.2rem}@media only screen and (min-width:400px){.reviews__comment--list.margin__left{margin-left:2.5rem}}@media only screen and (min-width:480px){.reviews__comment--list.margin__left{margin-left:3rem}}@media only screen and (min-width:992px){.reviews__comment--list.margin__left{margin-left:5rem}}@media only screen and (max-width:575px){.reviews__comment--reply__title{text-align:center}}.reviews__comment--reply__area form input::-webkit-input-placeholder{color:var(--foreground-color)}.reviews__comment--reply__area form input::-moz-placeholder{color:var(--foreground-color)}.reviews__comment--reply__area form input:-ms-input-placeholder{color:var(--foreground-color)}.reviews__comment--reply__area form input:-moz-placeholder{color:var(--foreground-color)}.reviews__comment--reply__area form textarea::-webkit-input-placeholder{color:var(--foreground-color)}.reviews__comment--reply__area form textarea::-moz-placeholder{color:var(--foreground-color)}.reviews__comment--reply__area form textarea:-ms-input-placeholder{color:var(--foreground-color)}.reviews__comment--reply__area form textarea:-moz-placeholder{color:var(--foreground-color)}.reviews__comment--reply__textarea{width:100%;height:100px;resize:none;padding:1.2rem 1.5rem;border:1px solid var(--border-color);border-radius:.5rem;background:inherit;color:var(--foreground-color)}@media only screen and (min-width:768px){.reviews__comment--reply__textarea{height:150px}}@media only screen and (min-width:992px){.reviews__comment--reply__textarea{font-size:1.5rem}}.reviews__comment--reply__textarea:focus{border-color:var(--secondary-color)}.reviews__comment--reply__input{width:100%;border:1px solid var(--border-color);height:5rem;border-radius:.5rem;padding:0 1.5rem;background:inherit;color:var(--foreground-color)}@media only screen and (min-width:992px){.reviews__comment--reply__input{font-size:1.5rem}}.reviews__comment--reply__input:focus{border-color:var(--secondary-color)}.single__widget{margin-bottom:2.5rem}@media only screen and (min-width:768px){.single__widget{margin-bottom:3rem}}.single__widget:last-child{margin-bottom:0}.single__widget.widget__bg{padding:2rem;border-radius:.5rem;background:var(--background-color-3)}.widget__title{font-weight:600;margin-bottom:1.5rem;border-bottom:1px solid var(--border-color);padding-bottom:1rem}@media only screen and (min-width:992px){.widget__title{padding-bottom:1.2rem;margin-bottom:2.5rem}}.widget__search--form{position:relative}.widget__search--form input::-webkit-input-placeholder{color:var(--foreground-color)}.widget__search--form input::-moz-placeholder{color:var(--foreground-color)}.widget__search--form input:-ms-input-placeholder{color:var(--foreground-color)}.widget__search--form input:-moz-placeholder{color:var(--foreground-color)}.widget__search--form__input{width:100%;height:4.5rem;padding:0 6rem 0 1.2rem;border-radius:.5rem;border:1px solid var(--border-color);background:var(--background-color);color:var(--foreground-color)}@media only screen and (min-width:992px){.widget__search--form__input{font-size:1.5rem}}.widget__search--form__input:focus{border-color:var(--secondary-color)}.widget__search--form__btn{position:absolute;top:0;right:0;border:0;background:var(--secondary-color);color:var(--foreground-color-2);padding:0;width:4.5rem;height:100%;border-radius:0 .5rem .5rem 0;display:flex;align-items:center;justify-content:center}.widget__search--form__btn:hover{background:var(--primary-color)}.widget__categories--menu__list{border:1px solid var(--border-color);margin-bottom:1.5rem;border-radius:.5rem}.widget__categories--menu__list:last-child{margin-bottom:0}.widget__categories--menu__list.active .widget__categories--menu__label{margin-bottom:0}.widget__categories--menu__list.active .widget__categories--menu__arrowdown--icon{transform:rotate(180deg);top:38%}.widget__categories--menu__label{cursor:pointer;padding:.5rem 1rem;position:relative;transition:var(--transition)}.widget__categories--menu__label:hover{color:var(--primary-color)}.widget__categories--menu__label>*{pointer-events:none}.widget__categories--menu__text{padding-left:1rem;font-size:1.4rem}@media only screen and (min-width:992px){.widget__categories--menu__text{font-size:1.5rem}}.widget__categories--menu__img{width:3rem}.widget__categories--menu__arrowdown--icon{position:absolute;right:1.5rem;top:43%;transition:var(--transition)}.widget__categories--sub__menu{display:none;padding:1rem 0;border-top:1px solid var(--border-color)}.widget__categories--sub__menu--list{margin-bottom:.8rem;padding:0 1rem .8rem;border-bottom:1px solid var(--border-color)}.widget__categories--sub__menu--list:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.widget__categories--sub__menu--img{width:2.8rem}.widget__categories--sub__menu--text{padding-left:1rem;line-height:2.8rem;font-size:1.4rem}@media only screen and (min-width:992px){.widget__categories--sub__menu--text{font-size:1.5rem}}.widget__form--check__list{margin-bottom:1rem;position:relative}.widget__form--check__list:last-child{margin-bottom:0}.widget__form--check__label{cursor:pointer;line-height:2.8rem;transition:var(--transition);border:1px solid var(--border-color);background:var(--white-color);padding:.5rem 3rem .5rem 1.5rem;border-radius:.5rem;display:block;font-size:1.4rem}.widget__form--check__label:hover{color:var(--secondary-color)}@media only screen and (min-width:992px){.widget__form--check__label{font-size:1.5rem}}.widget__form--check__input{position:absolute;right:1rem;top:50%;transform:translatey(-50%);opacity:0;cursor:pointer;z-index:999}.widget__form--check__input:checked~.widget__form--checkmark{background-color:var(--secondary-color);border:1px solid var(--secondary-color)}.widget__form--check__input:checked~.widget__form--checkmark::before{display:block}.widget__form--checkmark{height:1.8rem;width:1.8rem;border:1px solid var(--secondary-color);border-radius:50%;display:block;position:absolute;top:50%;right:1rem;transform:translatey(-50%);background:var(--white-color);transition:var(--transition)}.widget__form--checkmark::before{right:.5rem;top:.3rem;width:.5rem;height:.8rem;border:solid #fff;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-width:0 2px 2px 0;transform:rotate(45deg);content:"";position:absolute;display:none}.small__product{gap:1.8rem}.small__product:hover .small__product--img{transform:scale(1.04)}.small__product--thumbnail{width:7.5rem;overflow:hidden}@media only screen and (min-width:1366px){.small__product--thumbnail{width:9rem}}.small__product--content{width:calc(100% - 7.5rem)}@media only screen and (min-width:1366px){.small__product--content{width:calc(100% - 9rem)}}.small__product--title{font-size:1.4rem;line-height:2.2rem;margin-bottom:.8rem}@media only screen and (min-width:1366px){.small__product--title{font-size:1.6rem;line-height:2.4rem}}@media only screen and (min-width:1600px){.small__product--title{font-size:1.7rem}}.small__product--price{margin-bottom:.4rem}@media only screen and (min-width:1366px){.small__product--price{margin-bottom:.5rem}}.small__product--price .current__price{font-size:1.5rem;line-height:2rem}@media only screen and (min-width:1366px){.small__product--price .current__price{font-size:1.6rem}}.small__product--price .old__price{font-size:1.4rem;line-height:2rem}@media only screen and (min-width:1366px){.small__product--price .old__price{font-size:1.5rem}}.widget__tagcloud{display:flex;flex-wrap:wrap;gap:8px}.widget__tagcloud--list{display:inline-block}.widget__tagcloud--link{border:1px solid var(--border-color);background:var(--background-color-3);padding:.5rem 1rem;line-height:2.4rem;border-radius:.5rem;font-size:1.4rem}@media only screen and (min-width:992px){.widget__tagcloud--link{font-size:1.5rem}}.widget__tagcloud--link:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--foreground-color-2)}.contact__info--items{background:var(--background-color-3);padding:2rem 1.5rem;border-radius:10px;transition:var(--transition)}.contact__info--items:hover{transform:translatey(-10px)}.contact__info--items:hover .contact__info--icon{background:var(--secondary-color)}.contact__info--icon{background:var(--primary-color);color:var(--foreground-color-2);width:4rem;height:4rem;line-height:4rem;margin:0 auto 1rem;transition:var(--transition);border-radius:50%}.contact__info--content__title{font-weight:600;margin-bottom:1rem}.contact__info--content__desc{color:var(--foreground-sub-color);font-size:1.4rem}@media only screen and (min-width:1200px){.contact__info--content__desc{font-size:1.5rem}}.contact__thumbnail{border-radius:10px}@media only screen and (max-width:991px){.contact__thumbnail{margin-bottom:3rem}}.contact__thumbnail img{border-radius:10px}@media only screen and (max-width:575px){.contact__content{text-align:center}}.contact__form{border-radius:10px;padding:1.5rem;border:1px solid var(--border-color)}@media only screen and (min-width:768px){.contact__form{padding:2rem}}@media only screen and (min-width:1366px){.contact__form{padding:3rem}}.contact__form--heading{margin-bottom:1.8rem}.contact__form--heading__title{font-size:1.8rem;line-height:2.2rem;margin-bottom:1.2rem}@media only screen and (min-width:576px){.contact__form--heading__title{font-size:2rem;line-height:2.5rem}}@media only screen and (min-width:1200px){.contact__form--heading__title{font-size:2.2rem;line-height:3rem;margin-bottom:1.4rem}}@media only screen and (min-width:1366px){.contact__form--heading__title{font-size:2.8rem;line-height:3.2rem}}.contact__form--label{display:block;margin-bottom:8px;font-size:1.4rem;font-weight:500}.contact__form--label__star{color:var(--secondary-color)}.contact__form input::-webkit-input-placeholder{color:var(--foreground-sub-color)}.contact__form input::-moz-placeholder{color:var(--foreground-sub-color)}.contact__form input:-ms-input-placeholder{color:var(--foreground-sub-color)}.contact__form input:-moz-placeholder{color:var(--foreground-sub-color)}.contact__form--input{width:100%;height:4.5rem;padding:5px 15px;border-radius:8px;color:var(--foreground-sub-color);border:1px solid var(--border-color);background:inherit}.contact__form--input:focus{border-color:var(--primary-color)!important}.contact__form textarea::-webkit-input-placeholder{color:var(--foreground-sub-color)}.contact__form textarea::-moz-placeholder{color:var(--foreground-sub-color)}.contact__form textarea:-ms-input-placeholder{color:var(--foreground-sub-color)}.contact__form textarea:-moz-placeholder{color:var(--foreground-sub-color)}.contact__form--textarea{width:100%;height:10rem;padding:12px 15px;border-radius:8px;resize:none;color:var(--foreground-sub-color);border:1px solid var(--border-color);background:inherit}.contact__form--textarea:focus{border-color:var(--primary-color)!important}.contact__form--btn{width:100%}@media only screen and (min-width:992px){.contact__form--btn{font-size:1.7rem}}.contact__map--iframe{width:100%;height:200px;margin-bottom:-7px}@media only screen and (min-width:576px){.contact__map--iframe{height:250px}}@media only screen and (min-width:768px){.contact__map--iframe{height:300px}}@media only screen and (min-width:992px){.contact__map--iframe{height:350px}}@media only screen and (min-width:1200px){.contact__map--iframe{height:400px}}.error__content--img{margin:0 auto 3rem}@media only screen and (min-width:1200px){.error__content--img{margin:0 auto 4.5rem}}@media only screen and (max-width:575px){.error__content--img{padding:0 3rem}}.error__content--title{font-weight:600;margin-bottom:1.5rem;font-size:2rem;line-height:3rem}@media only screen and (min-width:576px){.error__content--title{margin-bottom:1.5rem;font-size:2.5rem;line-height:3rem}}@media only screen and (min-width:768px){.error__content--title{margin-bottom:1.8rem;font-size:3rem;line-height:3.5rem}}@media only screen and (min-width:992px){.error__content--title{font-size:3.5rem;line-height:4rem;margin-bottom:2rem}}@media only screen and (min-width:1200px){.error__content--title{font-size:4rem;line-height:4.5rem;margin-bottom:2.5rem}}@media only screen and (min-width:1366px){.error__content--title{font-size:4.5rem;line-height:5rem}}.error__content--desc{color:var(--foreground-sub-color);margin-bottom:1.5rem}@media only screen and (min-width:768px){.error__content--desc{font-size:1.5rem}}@media only screen and (min-width:768px){.error__content--desc{font-size:1.7rem;line-height:2.5rem;margin-bottom:2.5rem}}@media only screen and (min-width:992px){.error__content--desc{font-size:1.8rem;line-height:2.5rem;margin-bottom:2.5rem}}@media only screen and (min-width:1200px){.error__content--desc{font-size:2rem;line-height:2.5rem;margin-bottom:3.5rem}}@media only screen and (min-width:992px){.error__content--btn{font-size:1.6rem}}@media only screen and (min-width:1200px){.login__section--inner.register{padding:0 5rem}}.account__login{padding:2rem 1.5rem;border:1px solid var(--border-color);border-radius:1rem}@media only screen and (min-width:992px){.account__login{padding:2rem}}@media only screen and (min-width:1200px){.account__login{padding:2.5rem}}.account__login--thumbnail{padding:1.5rem;border:1px solid var(--border-color);border-radius:10px}@media only screen and (max-width:991px){.account__login--thumbnail{margin-bottom:3rem}}.account__login--thumbnail img{border-radius:10px;margin:0 auto}@media only screen and (min-width:1200px){.account__login--thumbnail{padding:2.5rem}}.account__login--header{margin-bottom:1.5rem}@media only screen and (min-width:768px){.account__login--header{margin-bottom:2rem}}.account__login--header__title{font-weight:600;margin-bottom:1.2rem}.account__login--header__desc{font-size:1.4rem}@media only screen and (min-width:768px){.account__login--header__desc{font-size:1.5rem}}.account__login--header__desc span{color:var(--primary-color)}.account__login--input__list{margin-bottom:2rem}@media only screen and (min-width:1600px){.account__login--input__list{margin-bottom:2.5rem}}.account__login--input__list input::-webkit-input-placeholder{color:var(--foreground-sub-color)}.account__login--input__list input::-moz-placeholder{color:var(--foreground-sub-color)}.account__login--input__list input:-ms-input-placeholder{color:var(--foreground-sub-color)}.account__login--input__list input:-moz-placeholder{color:var(--foreground-sub-color)}.account__login--input__label{font-weight:500;margin-bottom:1rem}.account__login--input__field{width:100%;height:4.2rem;border:1px solid var(--border-color);border-radius:.5rem;padding:0 1.5rem;background:inherit;color:var(--foreground-sub-color)}@media only screen and (min-width:1768px){.account__login--input__field{height:4.8rem}}@media only screen and (min-width:1600px){.account__login--input__field{font-size:1.5rem;height:5.2rem}}.account__login--input__field:focus{border-color:var(--secondary-color)}.account__login--btn{width:100%;border-radius:.5rem;font-size:1.5rem}@media only screen and (min-width:992px){.account__login--btn{font-size:1.7rem}}@media only screen and (max-width:767px){.account__login--btn{height:4.5rem;line-height:4.5rem}}@media only screen and (max-width:575px){.account__login--btn{height:4rem;line-height:4rem}}.account__login--signup__text{text-align:center;font-size:1.4rem;font-weight:600;color:var(--foreground-sub-color)}@media only screen and (min-width:768px){.account__login--signup__text{font-size:1.5rem}}.account__login--signup__text button{padding:0;border:0;background:inherit;font-size:1.5rem;font-weight:600;color:var(--primary-color)}.account__login--signup__text button:hover{text-decoration:underline}.account__login--signup__text.signin{margin-top:1.5rem}@media only screen and (min-width:1200px){.account__login--signup__text.signin{margin-top:2rem}}@media only screen and (min-width:1600px){.account__login--signup__text.signin{margin-top:2.5rem}}.account__login--forgot{font-weight:600;color:var(--primary-color);font-size:1.5rem;padding:0;border:0;background:inherit}@media only screen and (max-width:575px){.account__login--forgot{margin-top:.6rem}}.account__login--forgot:hover{color:var(--secondary-color)}.account__login--remember__forgot{margin-bottom:2rem}@media only screen and (min-width:1600px){.account__login--remember__forgot{margin-bottom:2.5rem}}.account__login--remember{display:flex;align-items:center}@media only screen and (max-width:575px){.account__login--remember__forgot{flex-direction:column;align-items:flex-start}}@media only screen and (max-width:575px){.account__login--remember .checkout__checkbox--checkmark{top:0;top:5px;transform:inherit}}.login__remember--label{font-size:1.3rem;font-weight:600;margin-left:1.2rem;cursor:pointer}@media only screen and (min-width:992px){.login__remember--label{font-size:1.5rem}}.account__login--divide{text-align:center;position:relative;padding:2rem 0}@media only screen and (min-width:1600px){.account__login--divide{padding:2.5rem 0}}.account__login--divide::before{position:absolute;content:"";width:100%;height:.1rem;background:var(--border-color);top:50%;left:0;transform:translatey(-50%)}.account__login--divide__text{padding:0 .8rem;background:var(--white-color);position:relative;font-weight:500;color:var(--light-color)}@media only screen and (min-width:992px){.account__login--divide__text{font-size:1.5rem}}.account__social{gap:2rem}@media only screen and (max-width:479px){.account__social{flex-wrap:wrap}}.account__social--link{height:4.2rem;line-height:4.2rem;padding:0 2rem;color:var(--foreground-color-2);border-radius:.5rem;font-weight:600;width:50%;text-align:center}@media only screen and (max-width:575px){.account__social--link{padding:0 1.5rem;font-size:1.3rem}}@media only screen and (max-width:479px){.account__social--link{width:100%}}.account__social--link svg{margin-right:.5rem}.account__social--link.facebook{background:#4867aa}.account__social--link.facebook:hover{background:var(--secondary-color);color:var(--foreground-color-2)}.account__social--link.google{background:#e94235}.account__social--link.google:hover{background:var(--secondary-color);color:var(--foreground-color-2)}@media only screen and (min-width:992px){.account__social--link{font-size:1.5rem}}@media only screen and (max-width:575px){.account__social--link{height:4rem;line-height:4rem}}@media only screen and (max-width:479px){.account__social--link{height:3.6rem;line-height:3.6rem;font-size:1.3rem}}.face__step{margin-bottom:3.5rem;padding-bottom:3rem}.face__step:last-child{margin-bottom:0;padding-bottom:0}.face__step--title{font-weight:600;font-size:1.8rem;line-height:2.4rem}@media only screen and (min-width:1200px){.face__step--title{font-size:2rem}}@media only screen and (max-width:767px){.face__step--title.mb-30{margin-bottom:2.2rem}}.faq__accordion--btn{box-shadow:0 2px 22px rgba(0,0,0,.1);padding:1.2rem 5rem 1.2rem 1.5rem;font-size:1.4rem;border-radius:.5rem}.faq__accordion--btn .accordion__items--button__icon{right:1rem}@media only screen and (min-width:768px){.faq__accordion--btn .accordion__items--button__icon{right:1.5rem}}@media only screen and (min-width:1200px){.faq__accordion--btn .accordion__items--button__icon{right:2rem}}@media only screen and (min-width:768px){.faq__accordion--btn{font-size:1.5rem;padding:1.5rem 5rem 1.5rem 1.5rem}}@media only screen and (min-width:992px){.faq__accordion--btn{padding:1.8rem 6rem 1.8rem 2rem}}@media only screen and (min-width:1200px){.faq__accordion--btn{font-size:1.6rem}}.ctn-preloader{align-items:center;display:flex;height:100%;justify-content:center;position:fixed;left:0;top:0;width:100%;z-index:9999;pointer-events:none}.ctn-preloader .animation-preloader{position:absolute;z-index:100}.ctn-preloader .animation-preloader .spinner{animation:spinner 1s infinite linear;border-radius:50%;border:4px solid var(--light-color2);border-top-color:var(--black-color);height:9em;margin:0 auto 3.5em auto;width:9em}.ctn-preloader .animation-preloader .txt-loading{font-weight:900;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--light-color2);font-size:3.5rem}.ctn-preloader .animation-preloader .txt-loading .letters-loading:before{animation:letters-loading 5s infinite;color:var(--black-color);content:attr(data-text-preloader);left:0;opacity:0;position:absolute;top:0;transform:rotateY(-90deg);-webkit-animation:letters-loading 5s infinite}.ctn-preloader .animation-preloader .txt-loading .letters-loading{color:rgba(0,0,0,.2);position:relative}.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before{animation-delay:.2s}.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before{animation-delay:.3s}.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before{animation-delay:.4s}.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before{animation-delay:.5s}.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before{animation-delay:.6s}.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before{animation-delay:.7s}.ctn-preloader .loader-section{background:var(--foreground-color-2);height:100%;position:fixed;top:0;width:calc(50% + 1px)}.ctn-preloader .loader-section.section-left{left:0}.ctn-preloader .loader-section.section-right{right:0}.loaded .animation-preloader{opacity:0;transition:.5s ease-out;-webkit-transition:.5s ease-out;-moz-transition:.5s ease-out;-ms-transition:.5s ease-out;-o-transition:.5s ease-out}.loaded .loader-section.section-left{transition:.7s .3s all cubic-bezier(.1,.1,.1,1);transform:translateX(-101%)}.loaded .loader-section.section-right{transition:.7s .3s all cubic-bezier(.1,.1,.1,1);transform:translateX(101%)}@keyframes spinner{to{transform:rotateZ(360deg)}}@keyframes letters-loading{0%,100%,75%{opacity:0;transform:rotateY(-90deg)}25%,50%{opacity:1;transform:rotateY(0)}}@media screen and (max-width:767px){.ctn-preloader .animation-preloader .spinner{height:8em;width:8em}.ctn-preloader .animation-preloader .txt-loading{font-size:2.5rem}}@media screen and (max-width:500px){.ctn-preloader .animation-preloader .spinner{height:7em;width:7em}}.privacy__policy--content{margin-bottom:2rem}.privacy__policy--content:last-child{margin-bottom:0}.privacy__policy--content__title{font-size:1.8rem;line-height:2.5rem;margin-bottom:.8rem}@media only screen and (min-width:576px){.privacy__policy--content__title{font-size:2rem}}@media only screen and (min-width:768px){.privacy__policy--content__title{font-size:2.2rem;line-height:2.5rem}}@media only screen and (min-width:1600px){.privacy__policy--content__title{font-size:2.5rem;line-height:2.8rem;margin-bottom:1.2rem}}.privacy__policy--content__subtitle{font-size:1.6rem;line-height:2.5rem;margin-bottom:.8rem;font-weight:600}@media only screen and (min-width:1600px){.privacy__policy--content__subtitle{font-size:1.8rem}}@media only screen and (min-width:1600px){.privacy__policy--content__subtitle{font-size:2rem;line-height:2.5rem;margin-bottom:1rem}}.privacy__policy--content__desc{font-size:1.4rem;margin-bottom:1.5rem;color:var(--foreground-sub-color)}@media only screen and (min-width:1200px){.privacy__policy--content__desc{font-size:1.5rem}}.category__card{transition:var(--transition)}.category__card:hover{transform:translatey(-10px)}.category__img--aera{background:var(--background-color-3);padding:10px;border-radius:8px}.category__img--link{display:block}.category__img--bottom{gap:10px}.category__img--bottom .category__thumbnail{width:50%}.category__thumbnail{border-radius:8px;overflow:hidden;position:relative}.category__thumbnail:hover .category__thumbnail--img{transform:scale(1.03)}.category__thumbnail:hover::before{opacity:.5}.category__thumbnail::before{position:absolute;content:"";width:100%;height:100%;background:#000;opacity:0;left:0;top:0;z-index:9;transition:var(--transition)}.category__thumbnail--img{border-radius:8px;width:100%}.category__content{padding-top:1.8rem}.category__content--title{font-weight:500;margin-bottom:.4rem}@media only screen and (min-width:1200px){.category__content--title{font-size:1.8rem}}.category__content--subtitle{font-size:1.4rem;color:var(--foreground-sub-color)}@keyframes animateUpDown{0%{transform:translateY(0)}50%{transform:translateY(-15px);-webkit-transform:translateY(-15px);-moz-transform:translateY(-15px);-ms-transform:translateY(-15px);-o-transform:translateY(-15px)}100%{transform:translateY(0)}}@keyframes rotate{0%{transform:rotate3d(0,0,1,0deg)}25%{transform:rotate3d(0,0,1,90deg)}50%{transform:rotate3d(0,0,1,180deg)}75%{transform:rotate3d(0,0,1,270deg)}100%{transform:rotate3d(0,0,1,360deg)}}