@keyframes hs-kenburns-in{0%{transform:scale(1)}100%{transform:scale(1.08)}}@keyframes hs-kenburns-out{0%{transform:scale(1.08)}100%{transform:scale(1)}}@keyframes hs-fade-slide-x{0%{opacity:0;transform:translateX(50px)}100%{opacity:1;transform:translateX(0)}}@keyframes hs-fade-slide-y{0%{opacity:0;transform:translateY(-40px)}100%{opacity:1;transform:translateY(0)}}.SliderElementStyle1 .hero-slider{position:relative;width:100%;overflow:hidden;background:#0f0f0f}.SliderElementStyle1 .hero-slider::before{content:'';display:block;padding-top:var(--hs-aspect-ratio,56.25%)}.SliderElementStyle1 .hero-slider .hs-slide{position:absolute;inset:0;opacity:0;z-index:0}.SliderElementStyle1 .hero-slider .hs-slide.hs-active{z-index:2}.SliderElementStyle1 .hero-slider .slide-bg{position:absolute;inset:0;background-size:cover;background-position:center center;background-repeat:no-repeat;will-change:transform;overflow:hidden}.SliderElementStyle1 .hero-slider .slide-bg.slide-bg-empty{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%)}.SliderElementStyle1 .hero-slider .slide-bg.hs-kenburns{animation:hs-kenburns-in 8s ease-out forwards}.SliderElementStyle1 .hero-slider .slide-bg-video{background:#000}.SliderElementStyle1 .hero-slider .slide-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.SliderElementStyle1 .hero-slider .slide-bg-youtube{background:#000;overflow:hidden}.SliderElementStyle1 .hero-slider .slide-youtube{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;min-width:177.78vh;min-height:56.25vw;border:none;pointer-events:none}.SliderElementStyle1 .hero-slider .slide-overlay{position:absolute;inset:0;z-index:1}.SliderElementStyle1 .hero-slider .slide-overlay.slide-overlay--left{background:linear-gradient(to right,rgb(0 0 0 / .78) 0%,rgb(0 0 0 / .45) 45%,rgb(0 0 0 / .05) 100%)}.SliderElementStyle1 .hero-slider .slide-overlay.slide-overlay--center{background:radial-gradient(ellipse 80% 100% at 50% 60%,rgb(0 0 0 / .6) 0%,rgb(0 0 0 / .25) 55%,rgb(0 0 0 / .05) 100%)}.SliderElementStyle1 .hero-slider .slide-overlay.slide-overlay--right{background:linear-gradient(to left,rgb(0 0 0 / .78) 0%,rgb(0 0 0 / .45) 45%,rgb(0 0 0 / .05) 100%)}.SliderElementStyle1 .hero-slider .slide-content{position:absolute;inset:0;z-index:3;display:flex;align-items:center;padding:0 80px}.SliderElementStyle1 .hero-slider .slide-content.slide-content--left{justify-content:flex-start}.SliderElementStyle1 .hero-slider .slide-content.slide-content--center{justify-content:center;text-align:center}.SliderElementStyle1 .hero-slider .slide-content.slide-content--right{justify-content:flex-end;text-align:right}.SliderElementStyle1 .hero-slider .slide-content-inner{max-width:620px;width:100%}.SliderElementStyle1 .hero-slider .slide-badge,.SliderElementStyle1 .hero-slider .slide-title,.SliderElementStyle1 .hero-slider .slide-desc,.SliderElementStyle1 .hero-slider .slide-btn-wrap{opacity:0;will-change:opacity,transform}.SliderElementStyle1 .hero-slider .slide-badge{display:inline-block;margin-bottom:14px;font-size:14px;font-weight:500;color:rgb(255 255 255 / .9);letter-spacing:2px;text-transform:uppercase}.SliderElementStyle1 .hero-slider .slide-title{font-size:52px;font-weight:700;color:#fff;line-height:1.15;margin:0 0 18px}.SliderElementStyle1 .hero-slider .slide-desc{font-size:16px;font-weight:300;color:rgb(255 255 255 / .85);line-height:1.75;margin:0 0 32px}.SliderElementStyle1 .hero-slider .slide-btn{display:inline-flex;align-items:center;background:#e11d48;color:#fff;text-decoration:none;border-radius:4px;overflow:hidden;font-size:14px;font-weight:600;letter-spacing:.5px;transition:opacity 0.25s ease,box-shadow 0.25s ease;box-shadow:0 4px 20px rgb(225 29 72 / .4);padding:13px 22px}.SliderElementStyle1 .hero-slider .slide-btn:hover{opacity:.92;box-shadow:0 6px 28px rgb(225 29 72 / .55)}.SliderElementStyle1 .hero-slider .slide-btn .slide-btn-text{line-height:inherit;font-family:inherit}.SliderElementStyle1 .hero-slider .slide-btn .slide-btn-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:46px;height:46px;background:#fff;color:#e11d48}.SliderElementStyle1 .hero-slider .slide-btn .slide-btn-icon svg{width:18px;height:18px}.SliderElementStyle1 .hero-slider [data-anim-delay].hs-anim-in[data-anim-type="fade-slide-x"]{animation:hs-fade-slide-x 0.65s ease both}.SliderElementStyle1 .hero-slider [data-anim-delay].hs-anim-in[data-anim-type="fade-slide-y"]{animation:hs-fade-slide-y 0.65s ease both}.SliderElementStyle1 .hero-slider .swiper-btn-prev,.SliderElementStyle1 .hero-slider .swiper-btn-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;background:var(--hs-arrow-bg,rgb(0 0 0 / .65));color:var(--hs-arrow-color,#ffffff);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s ease,transform 0.2s ease;backdrop-filter:blur(4px)}.SliderElementStyle1 .hero-slider .swiper-btn-prev svg,.SliderElementStyle1 .hero-slider .swiper-btn-next svg{width:20px;height:20px}.SliderElementStyle1 .hero-slider .swiper-btn-prev:hover,.SliderElementStyle1 .hero-slider .swiper-btn-next:hover{background:var(--hs-arrow-bg-hover,rgb(0 0 0 / .88));transform:translateY(-50%) scale(1.1)}.SliderElementStyle1 .hero-slider .swiper-btn-prev:focus-visible,.SliderElementStyle1 .hero-slider .swiper-btn-next:focus-visible{outline:2px solid rgb(255 255 255 / .8);outline-offset:2px}.SliderElementStyle1 .hero-slider .swiper-btn-prev{left:20px}.SliderElementStyle1 .hero-slider .swiper-btn-next{right:20px}.SliderElementStyle1 .hero-slider .hero-pagination{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:6px;align-items:center}.SliderElementStyle1 .hero-slider .hero-dot{height:8px;width:8px;min-width:8px;border-radius:8px;background:var(--hs-dot-bg,rgb(255 255 255 / .45));border:none;cursor:pointer;padding:0;transition:width 0.35s ease,background 0.35s ease}.SliderElementStyle1 .hero-slider .hero-dot:hover{background:rgb(255 255 255 / .75)}.SliderElementStyle1 .hero-slider .hero-dot.active{width:32px;background:var(--hs-dot-active-bg,#ffffff)}.SliderElementStyle1 .hero-slider .hero-dot:focus-visible{outline:2px solid rgb(255 255 255 / .8)}@media (max-width:1024px){.SliderElementStyle1 .hero-slider .slide-content{padding:0 48px}.SliderElementStyle1 .hero-slider .slide-title{font-size:38px}.SliderElementStyle1 .hero-slider .slide-desc{font-size:15px}}@media (max-width:768px){.SliderElementStyle1 .hero-slider::before{padding-top:var(--hs-aspect-ratio-mobile,75%)}.SliderElementStyle1 .hero-slider .slide-content{padding:0 24px}.SliderElementStyle1 .hero-slider .slide-content.slide-content--right{justify-content:flex-start;text-align:left}.SliderElementStyle1 .hero-slider .slide-content-inner{max-width:100%}.SliderElementStyle1 .hero-slider .slide-badge{font-size:11px;margin-bottom:10px}.SliderElementStyle1 .hero-slider .slide-title{font-size:24px;margin-bottom:12px}.SliderElementStyle1 .hero-slider .slide-desc{font-size:13px;margin-bottom:22px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.SliderElementStyle1 .hero-slider .slide-btn .slide-btn-icon{width:40px;height:40px}.SliderElementStyle1 .hero-slider .swiper-btn-prev{left:12px}.SliderElementStyle1 .hero-slider .swiper-btn-next{right:12px}.SliderElementStyle1 .hero-slider .swiper-btn-prev,.SliderElementStyle1 .hero-slider .swiper-btn-next{width:32px;height:32px}.SliderElementStyle1 .hero-slider .swiper-btn-prev svg,.SliderElementStyle1 .hero-slider .swiper-btn-next svg{width:18px;height:18px}.SliderElementStyle1 .hero-slider .hero-pagination{bottom:16px}}.ImageElement .image-widget{border-radius:var(--image-radius);overflow:hidden;width:100%;max-width:var(--image-width,100%)}.ImageElement .image-widget .image-widget-inner{display:inline-block;max-width:100%;position:relative;width:100%}.ImageElement .image-widget .image-widget-inner.has-ratio{display:block;padding-top:var(--image-ratio);overflow:hidden}.ImageElement .image-widget .image-widget-inner.has-ratio img{position:absolute;inset:0;width:100%;height:100%;object-fit:var(--image-fit,cover)}.ImageElement .image-widget img{width:100%;aspect-ratio:var(--image-ratio,auto);object-fit:var(--image-fit,initial)}@media (max-width:1000px){.ImageElement .image-widget{border-radius:var(--image-radius-tablet,var(--image-radius))}}@media (max-width:768px){.ImageElement .image-widget{border-radius:var(--image-radius-mobile,var(--image-radius-tablet,var(--image-radius)))}}.ProductsCategoryElementStyle1 .swiper{position:relative;overflow:hidden}.ProductsCategoryElementStyle1 .swiper:not(.swiper-initialized) .swiper-wrapper{--swiper-gap:20px}@media (max-width:767px){.ProductsCategoryElementStyle1 .swiper:not(.swiper-initialized) .swiper-wrapper{--swiper-gap:10px}}.ProductsCategoryElementStyle1 .swiper:not(.swiper-initialized) .swiper-slide{--swiper-item-show:var(--item-number, 5)}@media (max-width:1000px){.ProductsCategoryElementStyle1 .swiper:not(.swiper-initialized) .swiper-slide{--swiper-item-show:var(--item-number-tablet, 3)}}@media (max-width:767px){.ProductsCategoryElementStyle1 .swiper:not(.swiper-initialized) .swiper-slide{--swiper-item-show:var(--item-number-mobile, 2)}}.ProductsCategoryElementStyle1 .swiper-slide{height:auto}.ProductsCategoryElementStyle1 .item{position:relative}.ProductsCategoryElementStyle1 .item .inner{border-radius:inherit}.ProductsCategoryElementStyle1 .item .img-wrapper{overflow:hidden;height:0!important;width:100%;position:relative;padding-top:var(--img-ration)}.ProductsCategoryElementStyle1 .item .img-wrapper .img{position:absolute;top:0;left:0;height:100%;width:100%;text-align:center;-webkit-transition:all 0.3s,-webkit-transform 8s cubic-bezier(.25,.46,.45,.9399999999999999);transition:all 0.3s,transform 8s cubic-bezier(.25,.46,.45,.9399999999999999),-webkit-transform 8s cubic-bezier(.25,.46,.45,.9399999999999999)}.ProductsCategoryElementStyle1 .item .img-wrapper .img img{height:100%;width:100%;object-fit:var(--image-fit,cover)}.ProductsCategoryElementStyle1 .item .title{overflow:hidden}.ProductsCategoryElementStyle1 .item .title .heading{font-size:14px;text-align:center;padding:12px 0;font-weight:700;color:#3a4045;letter-spacing:.455px}.ProductsCategoryElementStyle1 .item .title .heading a{color:currentColor}.ProductsCategoryElementStyle1 .in-image .item{position:relative}.ProductsCategoryElementStyle1 .in-image .item .title{position:absolute;bottom:0;left:0;width:100%;height:100%;text-align:center;display:flex;flex-direction:column;justify-content:flex-end}.ProductsCategoryElementStyle1 .item-wrapper{position:relative;display:grid;grid-template-columns:repeat(var(--item-number,5),minmax(0,1fr));gap:10px}@media (max-width:768px){.ProductsCategoryElementStyle1 .item .title .heading{font-size:15px}.ProductsCategoryElementStyle1 .item-wrapper{grid-template-columns:repeat(var(--item-number-tablet,3),minmax(0,1fr))}}@media (max-width:500px){.ProductsCategoryElementStyle1 .item .title .heading{font-size:13px}.ProductsCategoryElementStyle1 .item-wrapper{grid-template-columns:repeat(var(--item-number-mobile,2),minmax(0,1fr))}}.ProductsFlashSale1Element .box-content-fs{border-radius:12px;padding-bottom:8px;background:#1f1f1f;border:2px solid #ccc}.ProductsFlashSale1Element .header-title{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin:0;padding-bottom:10px;border-radius:4px}.ProductsFlashSale1Element .header-title .left{flex:1.5;display:inline-flex;align-items:center;justify-content:flex-start}.ProductsFlashSale1Element .header-title .header{display:block;color:#ffe818;margin:0;font-size:20px;line-height:1;width:var(--icon-width,60%);align-self:flex-start}.ProductsFlashSale1Element .header-title .header img{width:100%;height:auto}.ProductsFlashSale1Element .box-fs{color:#fff;display:flex;flex-flow:column;align-items:center;justify-content:center;gap:4px;margin:8px 0 8px 16px}.ProductsFlashSale1Element .box-fs .title-end{font-size:16px;text-transform:uppercase;font-weight:700;color:var(--title-sub-color,#fff);line-height:1.4375}.ProductsFlashSale1Element .listing-timeline{flex:1;text-align:center;display:inline-flex;align-items:center;justify-content:center}.ProductsFlashSale1Element .listing-timeline div{color:var(--title-sub-color,#fff);line-height:1.4375;position:relative;margin-bottom:10px}.ProductsFlashSale1Element .listing-timeline div *{display:block;line-height:1.4375}.ProductsFlashSale1Element .listing-timeline div span:not(.timeline-txt){font-size:17px}.ProductsFlashSale1Element .listing-timeline div span.timeline-txt{font-size:20px;font-weight:700}.ProductsFlashSale1Element .flash-sale-countdown{display:flex;font-weight:bolder}.ProductsFlashSale1Element .flash-sale-countdown .count{position:relative;padding:0 10px;text-align:center}.ProductsFlashSale1Element .flash-sale-countdown .count.minutes::after,.ProductsFlashSale1Element .flash-sale-countdown .count.hours::after,.ProductsFlashSale1Element .flash-sale-countdown .count.days::after{content:":";position:absolute;right:-4px;font-size:18px;color:var(--title-sub-color,#fff);font-weight:700;top:50%;transform:translateY(-50%);line-height:1.4375}.ProductsFlashSale1Element .flash-sale-countdown .cd_item{font-size:20px;color:#fff;background-color:var(--bg-countdown,#000);padding:8px;border-radius:5px}.ProductsFlashSale1Element.product-slider-horizontal .box-content{position:relative;width:100%;display:grid;grid-template-columns:100%;grid-template-rows:auto;min-width:0}.ProductsFlashSale1Element.product-slider-horizontal .box-content .wg-loading,.ProductsFlashSale1Element.product-slider-horizontal .box-content .products-wrapper{grid-column:1;grid-row:1;width:100%}.ProductsFlashSale1Element.product-slider-horizontal .row{padding:10px}.ProductsFlashSale1Element.product-slider-horizontal .is-slider-1-row.row>[class*="col-"]>.product-item{height:100%;margin-bottom:0}.ProductsFlashSale1Element.product-slider-horizontal .swiper .swiper-slide{height:auto}.ProductsFlashSale1Element.product-slider-horizontal .swiper.rows-1 .swiper-slide .product-item{height:100%}.ProductsFlashSale1Element.product-slider-horizontal .swiper.rows-2 .swiper-slide .product-item{min-height:calc(50% - var(--bs-gutter-x));margin-bottom:var(--bs-gutter-x)}.ProductsFlashSale1Element.product-slider-horizontal .swiper{--bs-gutter-x:20px}.ProductsFlashSale1Element.product-slider-horizontal .product-item{background-color:#fff}.ProductsFlashSale1Element.product-slider-horizontal .product-item .wrap-element{display:none}.ProductsFlashSale1Element.product-slider-horizontal .product-item .item-pr-price .product-item-price{display:block}.ProductsFlashSale1Element.product-slider-horizontal .list-product.row .product-item{height:calc(100% - var(--bs-gutter-x))}.ProductsFlashSale1Element.product-slider-horizontal .promotion_txt{display:none}@media screen and (min-width:768px){.ProductsFlashSale1Element.products-flash-sale-1-element .swiper-container{padding:8px 16px}}@media screen and (max-width:767px){.ProductsFlashSale1Element{--icon-width:60% !important}.ProductsFlashSale1Element .list-product.row{--bs-gutter-x:10px}}@media screen and (max-width:600px){.ProductsFlashSale1Element .box_widget .header-title .left{flex:0 0 auto;width:100%}.ProductsFlashSale1Element .box_widget .box-fs{gap:0;white-space:nowrap;margin-left:0}.ProductsFlashSale1Element .box_widget .box-fs .title-end{text-transform:unset;font-weight:400;font-size:12px}.ProductsFlashSale1Element .listing-timeline div span:not(.timeline-txt){font-size:12px}.ProductsFlashSale1Element .listing-timeline div span.timeline-txt{font-size:16px}.ProductsFlashSale1Element .flash-sale-countdown .count{padding:0 3px}.ProductsFlashSale1Element .flash-sale-countdown .count.minutes::after,.ProductsFlashSale1Element .flash-sale-countdown .count.hours::after,.ProductsFlashSale1Element .flash-sale-countdown .count.days::after{right:-2.5px;font-size:12px}.ProductsFlashSale1Element .flash-sale-countdown .cd_item{padding:2px;min-width:26px}}.HeadingElementStyle1 .heading-title .header{font-size:18px;font-weight:700;color:#000;font-family:var(--font-header),serif}.ProductsElementStyle1{overflow:hidden}.ProductsElementStyle1 .box-content{position:relative;width:100%;display:grid;grid-template-columns:100%;grid-template-rows:auto;min-width:0;overflow:visible}.ProductsElementStyle1 .box-content .wg-loading,.ProductsElementStyle1 .box-content .products-wrapper{grid-column:1;grid-row:1;width:100%}.ProductsElementStyle1 .box-content .arrow{opacity:1;height:56px;padding:0;width:30px}.ProductsElementStyle1 .box-content .arrow.prev{left:0;border-radius:0 100px 100px 0}.ProductsElementStyle1 .box-content .arrow.next{right:0;border-radius:100px 0 0 100px}.ProductsElementStyle1 .box-content:hover .arrow{background-color:#fff;color:#000}.ProductsElementStyle1 .box-content:hover .arrow.prev{left:0}.ProductsElementStyle1 .box-content:hover .arrow.next{right:0}.ProductsElementStyle1 .wg-loading{min-height:300px}.ProductsElementStyle1 .product-item{background-color:#fff}.ProductsElementStyle1 .is-slider-1-row.row>[class*="col-"]>.item{height:100%;margin-bottom:0}.ProductsElementStyle1 .row{padding:10px}.ProductsElementStyle1 .swiper .swiper-slide{height:auto}.ProductsElementStyle1 .swiper.rows-1 .swiper-slide .product-item{height:100%}.ProductsElementStyle1 .swiper.rows-2 .swiper-slide .product-item{min-height:calc(50% - var(--bs-gutter-x));margin-bottom:var(--bs-gutter-x)}.ProductsElementStyle1 .swiper{--bs-gutter-x:20px}@media screen and (max-width:767px){.ProductsElementStyle1 .swiper{--bs-gutter-x:10px}}.PostElementStyle1{--swiper-item-show:var(--item-number, 3)}@media (max-width:999px){.PostElementStyle1{--swiper-item-show:var(--item-number-tablet, 3)}}@media (max-width:767px){.PostElementStyle1{--swiper-item-show:var(--item-number-mobile, 2)}.PostElementStyle1 .swiper{--swiper-gap:10px}}.PostElementStyle1 .box-content{position:relative}.PostElementStyle1 .post-list-grid{display:grid;grid-template-columns:repeat(var(--item-number,3),minmax(0,1fr));gap:var(--bs-gutter-x)}.PostElementStyle1 .item-wrapper{padding:calc(var(--bs-gutter-x)/2)}.PostElementStyle1 .swiper:not(.swiper-initialized) .swiper-wrapper{--swiper-gap:var(--item-gap, 20px)}.PostElementStyle1 .swiper-slide{height:auto}.PostElementStyle1 .swiper-slide .item{height:100%}.PostElementStyle1 .item:hover{overflow:hidden;box-shadow:2px 4px 16px #00000029}.PostElementStyle1 .item .img{padding-top:var(--wpost-img-ration,100%);width:100%}.PostElementStyle1 .item .img img{height:100%;width:100%;object-fit:cover}.PostElementStyle1 .item .title{padding:10px;display:flex;flex-direction:column}.PostElementStyle1 .item .title .header{font-size:16px;line-height:1.4;font-family:var(--font-family);margin-top:8px;margin-bottom:0;color:#000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.PostElementStyle1 .item .title .header a{color:currentColor;outline:none;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.PostElementStyle1 .item .title .description{margin-top:8px;height:55px;text-align:initial;color:#687385;margin-bottom:0}.PostElementStyle1 .item .title .post-created{margin-top:8px;color:#888;font-size:12px}.PostElementStyle1 .item .title .post-info{margin:0 0 20px 0}.PostElementStyle1 .item .title .read-more a{position:relative;transition:all 0.3s;border-radius:10px}.PostElementStyle1 .item .title .read-more a:hover{padding-left:20px}@media (max-width:1000px){.PostElementStyle1 .post-list-grid{grid-template-columns:repeat(var(--item-number-tablet,3),minmax(0,1fr))}}@media screen and (max-width:767px){.PostElementStyle1 .post-list-grid{gap:10px}}@media (max-width:600px){.PostElementStyle1 .post-list-grid{grid-template-columns:repeat(var(--item-number-mobile,2),minmax(0,1fr))}}.GalleryElementStyle1 .arrow_box{display:none}.GalleryElementStyle1 .box-content{overflow:visible}.GalleryElementStyle1 .gallery-item{display:block;position:relative;border-radius:8px;overflow:hidden;background:#ddd;transition:all 0.3s cubic-bezier(0,0,.5,1)}.GalleryElementStyle1 .gallery-item .img{display:block;height:0;width:100%;padding-top:var(--img-ratio,100%);position:relative;overflow:hidden}.GalleryElementStyle1 .gallery-item .img img{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:var(--img-style,cover);display:block}.GalleryElementStyle1 .gallery-item:hover{transform:scale3d(1.01,1.01,1.01)}.GalleryElementStyle1 .layout-grid .gallery-wrapper{display:grid;grid-template-columns:repeat(var(--item-column-desktop,4),1fr);gap:var(--item-gap,10px)}.GalleryElementStyle1 .layout-grid .gallery-item{aspect-ratio:1 / 1}.GalleryElementStyle1 .layout-masonry .gallery-wrapper{column-count:var(--item-column-desktop,4);column-gap:var(--item-gap,10px)}.GalleryElementStyle1 .layout-masonry .gallery-item{display:inline-block;width:100%;border-radius:8px}.GalleryElementStyle1 .layout-carousel .arrow_box{display:block!important}.GalleryElementStyle1 .layout-carousel .swiper{position:relative;overflow:hidden}.GalleryElementStyle1 .layout-carousel .swiper:not(.swiper-initialized) .swiper-wrapper{--swiper-gap:var(--item-gap, 10px)}@media (max-width:767px){.GalleryElementStyle1 .layout-carousel .swiper:not(.swiper-initialized) .swiper-wrapper{--swiper-gap:10px}}.GalleryElementStyle1 .layout-carousel .swiper:not(.swiper-initialized) .swiper-slide{--swiper-item-show:var(--item-column-desktop, 4)}@media (max-width:999px){.GalleryElementStyle1 .layout-carousel .swiper:not(.swiper-initialized) .swiper-slide{--swiper-item-show:var(--item-column-tablet, 3)}}@media (max-width:767px){.GalleryElementStyle1 .layout-carousel .swiper:not(.swiper-initialized) .swiper-slide{--swiper-item-show:var(--item-column-mobile, 2)}}@media (max-width:768px){.GalleryElementStyle1 .layout-grid .gallery-wrapper{grid-template-columns:repeat(var(--item-column-tablet,3),1fr)}.GalleryElementStyle1 .layout-masonry .gallery-wrapper{column-count:var(--item-column-tablet,4)}}@media (max-width:600px){.GalleryElementStyle1 .layout-grid .gallery-wrapper{grid-template-columns:repeat(var(--item-column-mobile,2),1fr)}.GalleryElementStyle1 .layout-masonry .gallery-wrapper{column-count:var(--item-column-mobile,2)}}.FeedbackElementStyle1 .box-content{position:relative;margin:20px auto;max-width:100%}.FeedbackElementStyle1 .box-content .swiper{position:relative;--swiper-item-show:var(--feedback-item-number, 3);--swiper-gap:var(--feedback-item-gap, 20px)}@media (max-width:999px){.FeedbackElementStyle1 .box-content .swiper{--swiper-item-show:var(--feedback-item-number-tablet, 2)}}@media (max-width:768px){.FeedbackElementStyle1 .box-content .swiper{--swiper-item-show:var(--feedback-item-number-mobile, 1);--swiper-gap:10px}}.FeedbackElementStyle1 .box-content.scroll-type-marquee{pointer-events:none}.FeedbackElementStyle1 .box-content.scroll-type-marquee .arrow_box{display:none!important}.FeedbackElementStyle1 .box-content.scroll-type-marquee .swiper-wrapper{transition-timing-function:linear!important}.FeedbackElementStyle1 .box-content.scroll-type-marquee .swiper-slide{width:calc((100% - ((var(--swiper-item-show, 3) - 1) * var(--swiper-gap, 20px))) / var(--swiper-item-show, 3))!important;height:auto!important}.FeedbackElementStyle1 .box-content.scroll-type-marquee .swiper::before,.FeedbackElementStyle1 .box-content.scroll-type-marquee .swiper::after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:10;pointer-events:none;transition:all 0.3s ease}.FeedbackElementStyle1 .box-content.scroll-type-marquee .swiper::before{left:0;background:linear-gradient(to right,#ffffff,#fff0)}.FeedbackElementStyle1 .box-content.scroll-type-marquee .swiper::after{right:0;background:linear-gradient(to left,#ffffff,#fff0)}.FeedbackElementStyle1 .box-content.feedback-display-horizontal .swiper .swiper-slide{height:auto}.FeedbackElementStyle1 .box-content.feedback-display-horizontal .swiper .swiper-slide .item{height:100%}@media (max-width:768px){.FeedbackElementStyle1 .box-content.feedback-display-horizontal .swiper::before,.FeedbackElementStyle1 .box-content.feedback-display-horizontal .swiper::after{width:40px}}.FeedbackElementStyle1 .item-vertical .avatar{text-align:center;margin-bottom:10px}.FeedbackElementStyle1 .item-vertical .avatar img{width:100px;height:100px;object-fit:cover;border-radius:50%;display:inline-block}.FeedbackElementStyle1 .item-vertical .feedback-info{text-align:center}.FeedbackElementStyle1 .item-vertical .feedback-info p{margin-bottom:10px}.FeedbackElementStyle1 .item-vertical .feedback-info .feedback-name{text-align:center;font-size:18px;font-weight:700;color:#1e1e1e;line-height:1.2}.FeedbackElementStyle1 .item-vertical .feedback-info .feedback-office{font-size:13px}.FeedbackElementStyle1 .item-vertical .feedback-info .feedback-content{margin:10px auto;width:500px;max-width:100%}.FeedbackElementStyle1 .item-vertical .feedback-info .feedback-star{text-align:center;margin-top:10px}.FeedbackElementStyle1 .item-vertical .feedback-info .feedback-star .star-item{font-size:var(--feedback-star-size,20px);color:var(--feedback-star-color,#f5c518);margin:0 2px}.FeedbackElementStyle1 .item-horizontal{height:100%}.FeedbackElementStyle1 .item-horizontal .item-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border:1px solid #edf1f7;border-radius:16px;padding:28px 26px 24px;height:100%;transition:all 0.3s cubic-bezier(0,0,.5,1);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;isolation:isolate}.FeedbackElementStyle1 .item-horizontal .feedback-star{text-align:left;margin-bottom:15px}.FeedbackElementStyle1 .item-horizontal .feedback-star .star-item{font-size:var(--feedback-star-size,14px);color:var(--feedback-star-color,#f5c518);margin-right:2px}.FeedbackElementStyle1 .item-horizontal .feedback-content{font-size:15px;color:#4c4d5b;line-height:1.6;margin-bottom:24px;text-align:left;flex-grow:1}.FeedbackElementStyle1 .item-horizontal .feedback-info{display:flex;align-items:center;gap:15px}.FeedbackElementStyle1 .item-horizontal .feedback-info .avatar-col{flex-shrink:0;width:50px;height:50px}.FeedbackElementStyle1 .item-horizontal .feedback-info .avatar-col img{width:50px;height:50px;object-fit:cover;border-radius:50%;display:block}.FeedbackElementStyle1 .item-horizontal .feedback-info .info-col{display:flex;flex-direction:column;justify-content:center;text-align:left}.FeedbackElementStyle1 .item-horizontal .feedback-info .info-col .feedback-name{margin:0 0 8px 0;font-size:16px;font-weight:700;color:#1e1e1e;line-height:1.2}.FeedbackElementStyle1 .item-horizontal .feedback-info .info-col .feedback-office{margin:0;font-size:13px;color:#4c4d5b;line-height:1.2}.TextEditorElement .content ul,.TextEditorElement .content ol{padding-left:0;list-style:none}.TextEditorElement .content ul li,.TextEditorElement .content ol li{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;line-height:1.6}.TextEditorElement .content ul li::before,.TextEditorElement .content ol li::before{content:"\f058";font-family:"Font Awesome 6 Pro";font-weight:900;color:var(--theme-color,#333);flex-shrink:0;display:inline-flex}@media screen and (min-width:1001px){.TextEditorElement .content{font-size:16px}}.FaqElement .faq-container{display:flex;flex-direction:column}.FaqElement .faq-container .faq-item{margin-bottom:var(--faq-item-spacing,10px);overflow:hidden;transition:all 0.5s ease}.FaqElement .faq-container .faq-item:first-child{border-top-width:0}.FaqElement .faq-container .faq-item:last-child{margin-bottom:0!important;border-bottom-width:0!important}.FaqElement .faq-container .faq-item .faq-question{display:flex;align-items:center;justify-content:space-between;padding:var(--faq-question-padding,15px);cursor:pointer;user-select:none;transition:all 0.3s ease}.FaqElement .faq-container .faq-item .faq-question .faq-icon-left{margin-right:10px;margin-left:0;font-size:1.5em}.FaqElement .faq-container .faq-item .faq-question.left{flex-direction:row-reverse}.FaqElement .faq-container .faq-item .faq-question.left .faq-icon{margin-right:10px;margin-left:0}.FaqElement .faq-container .faq-item .faq-question.right .faq-icon{margin-right:0;margin-left:10px}.FaqElement .faq-container .faq-item .faq-question .question-text{flex:1;font-weight:600;font-size:16px;line-height:1.5}.FaqElement .faq-container .faq-item .faq-question .faq-icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;font-size:var(--faq-icon-size,16px);width:1.5em;height:1.5em;border-radius:500px;background:var(--faq-bg-icon-color,transparent);color:var(--faq-icon-color,#333333)}.FaqElement .faq-container .faq-item .faq-question .faq-icon .icon-expanded,.FaqElement .faq-container .faq-item .faq-question .faq-icon .icon-collapsed{display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;width:100%;height:100%}.FaqElement .faq-container .faq-item .faq-question .faq-icon .icon-expanded i,.FaqElement .faq-container .faq-item .faq-question .faq-icon .icon-collapsed i{font-size:1em;transition:all 0.3s ease}.FaqElement .faq-container .faq-item .faq-question .faq-icon .icon-collapsed{display:none}.FaqElement .faq-container .faq-item .faq-question:hover .faq-icon{background:var(--faq-bg-icon-color-active,transparent);color:var(--faq-icon-color-active,#007bff)}.FaqElement .faq-container .faq-item .faq-answer{overflow:hidden}.FaqElement .faq-container .faq-item .faq-answer .answer-text{font-size:14px;line-height:1.6;color:#666}.FaqElement .faq-container .faq-item .faq-answer.collapsing{display:block!important;position:relative;height:0;overflow:hidden;transition:height 0.35s ease}.FaqElement .faq-container .faq-item .faq-answer.collapse{display:none!important;height:auto}.FaqElement .faq-container .faq-item .faq-answer.collapse.open{display:block!important;height:auto}.FaqElement .faq-container .faq-item.active .faq-question .faq-icon{background:var(--faq-bg-icon-color-active,transparent);color:var(--faq-icon-color-active,#007bff)}.FaqElement .faq-container .faq-item.active .faq-question .faq-icon .icon-expanded{display:none}.FaqElement .faq-container .faq-item.active .faq-question .faq-icon .icon-collapsed{display:flex}@media (max-width:1024px){.FaqElement .faq-container .faq-item{margin-bottom:var(--faq-item-spacing-tablet,10px)}.FaqElement .faq-container .faq-item .faq-question{padding:var(--faq-question-padding-tablet,15px)}.FaqElement .faq-container .faq-item .faq-question .faq-icon{font-size:var(--faq-icon-size-tablet,16px)}.FaqElement .faq-container .faq-item .faq-answer .answer-text{padding:0 var(--faq-answer-padding-tablet,15px)}}@media (max-width:768px){.FaqElement .faq-container .faq-item{margin-bottom:var(--faq-item-spacing-mobile,10px)}.FaqElement .faq-container .faq-item .faq-question{padding:var(--faq-question-padding-mobile,15px)}.FaqElement .faq-container .faq-item .faq-question .faq-icon{font-size:var(--faq-icon-size-mobile,16px)}}.ItemElementStyle1 .item-wrapper{position:relative;display:grid;grid-template-columns:repeat(var(--item-number,3),minmax(0,1fr));gap:10px}.ItemElementStyle1 .item{display:flex;align-items:center;gap:10px}.ItemElementStyle1 .item .item-img{flex:0 0 var(--item-image-height,50px);height:var(--item-image-height,50px);text-align:center}.ItemElementStyle1 .item .item-img img{width:100%;height:100%;display:flex;object-fit:contain}.ItemElementStyle1 .item .item-content{flex:1;text-align:left;display:flex;flex-direction:column;width:100%}.ItemElementStyle1 .item .item-content .text-1{margin-top:0;margin-bottom:0;font-weight:700;font-size:16px;color:var(--header-item-head-color)}.ItemElementStyle1 .item .item-content .text-2{margin:0;font-size:14px;line-height:20px;color:var(--header-item-txt-color)}.ItemElementStyle1 .item.vertical{flex-direction:column}.ItemElementStyle1 .item.vertical .item-content{text-align:center}@media (max-width:768px){.ItemElementStyle1 .item-wrapper{grid-template-columns:repeat(var(--item-number-tablet,2),minmax(0,1fr))}.ItemElementStyle1 .item .item-img{flex:0 0 var(--item-image-height-tablet,50px);height:var(--item-image-height-tablet,50px)}}@media (max-width:600px){.ItemElementStyle1 .item-wrapper{grid-template-columns:repeat(var(--item-number-mobile,1),minmax(0,1fr))}.ItemElementStyle1 .item .item-img{flex:0 0 var(--item-image-height-mobile,50px);height:var(--item-image-height-mobile,50px)}}.inner-row-wrapper{width:100%;display:flex;flex-wrap:initial}@media (max-width:768px){.build-content,.inner-row-wrapper{flex-wrap:wrap!important;flex:0 0 auto;width:100%!important}}.SliderElementStyle1_fw_mrj1gwew_7k3arke.SliderElementStyle1{--hs-aspect-ratio:27.7778%;--hs-aspect-ratio-mobile:100%;--hs-duration:800ms}.SliderElementStyle1_fw_mrj1gwew_7k3arke.SliderElementStyle1 .hero-slider .slide-badge{font-weight:500;font-size:14px;line-height:20px;color:rgb(255 255 255 / .9)}.SliderElementStyle1_fw_mrj1gwew_7k3arke.SliderElementStyle1 .hero-slider .slide-title{font-weight:700;font-size:52px;line-height:73px;color:#fff}.SliderElementStyle1_fw_mrj1gwew_7k3arke.SliderElementStyle1 .hero-slider .slide-desc{font-weight:300;font-size:16px;line-height:23px;color:rgb(255 255 255 / .85)}@media(max-width:1000px){.SliderElementStyle1_fw_mrj1gwew_7k3arke.SliderElementStyle1 .hero-slider .slide-title{font-size:38px;line-height:54px}}@media(max-width:600px){.SliderElementStyle1_fw_mrj1gwew_7k3arke.SliderElementStyle1 .hero-slider .slide-title{font-size:26px;line-height:37px}.SliderElementStyle1_fw_mrj1gwew_7k3arke.SliderElementStyle1 .hero-slider .slide-desc{font-size:14px;line-height:20px}}.ImageElement_fw_mrj1b742_s1gs0g3.ImageElement{--image-width:100%;--image-radius:10px;--image-radius-tablet:10px;--image-radius-mobile:10px;--image-ratio:33.33%;--image-fit:cover}.ImageElement_fw_mrj1b742_s1gs0g3.ImageElement .image-widget{box-shadow:0 0 10px 0 #00000014}.ImageElement_fw_mrj1d13x_nnbm00c.ImageElement{--image-width:100%;--image-radius:10px;--image-radius-tablet:10px;--image-radius-mobile:10px;--image-ratio:33.33%;--image-fit:cover}.ImageElement_fw_mrj1d13x_nnbm00c.ImageElement .image-widget{box-shadow:0 0 10px 0 #00000014}.ProductsCategoryElementStyle1_fw_mrkgibig_4vuzr7c.ProductsCategoryElementStyle1{--item-number:6;--item-number-tablet:3;--item-number-mobile:3;--img-ration:73.529411764706%;--image-fit:contain}.ProductsCategoryElementStyle1_fw_mrkgibig_4vuzr7c.ProductsCategoryElementStyle1 .item{background:radial-gradient(circle at center,#101314 80%,#f7f7f7 100%);border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;padding-top:4px;padding-right:4px;padding-bottom:4px;padding-left:4px}.ProductsCategoryElementStyle1_fw_mrkgibig_4vuzr7c.ProductsCategoryElementStyle1 .item .inner{background-color:#fff;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-right-radius:12px;border-bottom-left-radius:12px}.ProductsFlashSale1Element_fw_mrn19npa_x3xuh44.ProductsFlashSale1Element.product-slider-horizontal{--icon-width:60%;--title-sub-color:#ffffff;--bg-countdown:#000000}.HeadingElementStyle1_fw_mrle3ix6_hki4ajn.HeadingElementStyle1 .heading-title .header{font-size:32px;line-height:45px;color:#101314}@media(max-width:1000px){.HeadingElementStyle1_fw_mrle3ix6_hki4ajn.HeadingElementStyle1 .heading-title .header{font-size:24px;line-height:34px}}.ButtonElement_fw_mrle3s6x_w0iw72g.ButtonElement .btn-link-widget{font-weight:400;font-size:14px;line-height:20px;background-color:#f1f8fe;border-style:none;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-right-radius:100px;border-bottom-left-radius:100px;padding-top:6px;padding-right:10px;padding-bottom:6px;padding-left:10px;color:var(--secondary-color)}.HeadingElementStyle1_fw_mrlssmbf_9h9juon.HeadingElementStyle1 .heading-title .header{font-size:32px;line-height:45px;color:#101314}@media(max-width:1000px){.HeadingElementStyle1_fw_mrlssmbf_9h9juon.HeadingElementStyle1 .heading-title .header{font-size:24px;line-height:34px}}.ButtonElement_fw_mrlssmbg_3iaeuc4.ButtonElement .btn-link-widget{font-weight:400;font-size:14px;line-height:20px;background-color:#f1f8fe;border-style:none;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-right-radius:100px;border-bottom-left-radius:100px;padding-top:6px;padding-right:10px;padding-bottom:6px;padding-left:10px;color:var(--secondary-color)}.HeadingElementStyle1_fw_mrlt1zr2_p416tg3.HeadingElementStyle1 .heading-title .header{font-size:32px;line-height:45px;color:#101314}@media(max-width:1000px){.HeadingElementStyle1_fw_mrlt1zr2_p416tg3.HeadingElementStyle1 .heading-title .header{font-size:24px;line-height:34px}}.ButtonElement_fw_mrlt1zr2_giewp3y.ButtonElement .btn-link-widget{font-weight:400;font-size:14px;line-height:20px;background-color:#f1f8fe;border-style:none;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-right-radius:100px;border-bottom-left-radius:100px;padding-top:6px;padding-right:10px;padding-bottom:6px;padding-left:10px;color:var(--secondary-color)}.HeadingElementStyle1_fw_mrk3sitv_4ics26v.HeadingElementStyle1 .heading-title .header{font-size:32px;line-height:45px;color:#101314}@media(max-width:1000px){.HeadingElementStyle1_fw_mrk3sitv_4ics26v.HeadingElementStyle1 .heading-title .header{font-size:24px;line-height:34px}}.ButtonElement_fw_mrkgjd6n_d8yiayx.ButtonElement .btn-link-widget{font-weight:400;font-size:14px;line-height:20px;background-color:#f1f8fe;border-style:none;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-right-radius:100px;border-bottom-left-radius:100px;padding-top:6px;padding-right:10px;padding-bottom:6px;padding-left:10px;color:var(--secondary-color)}.PostElementStyle1_fw_mrk3rv5n_gqfcj7w.PostElementStyle1.post{--wpost-img-ration:66.666666666667%;--item-number:3;--item-number-tablet:2;--item-number-mobile:1;--item-gap:15px}.PostElementStyle1_fw_mrk3rv5n_gqfcj7w.PostElementStyle1.post{margin-top:10px}.PostElementStyle1_fw_mrk3rv5n_gqfcj7w.PostElementStyle1.post .item{background-color:#fff;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-right-radius:12px;border-bottom-left-radius:12px}.PostElementStyle1_fw_mrk3rv5n_gqfcj7w.PostElementStyle1.post .item:hover{box-shadow:0 0 10px 0 #00000028}.PostElementStyle1_fw_mrk3rv5n_gqfcj7w.PostElementStyle1.post .item .img{border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-right-radius:12px;border-bottom-left-radius:12px}.PostElementStyle1_fw_mrk3rv5n_gqfcj7w.PostElementStyle1.post .item .title .header{font-size:18px;line-height:26px}@media(max-width:1000px){.PostElementStyle1_fw_mrk3rv5n_gqfcj7w.PostElementStyle1.post .item .title .header{font-size:16px;line-height:23px}}.HeadingElementStyle1_fw_mrivz6fs_akj0t9n.HeadingElementStyle1{margin-bottom:20px;padding-right:10px;padding-left:10px}.HeadingElementStyle1_fw_mrivz6fs_akj0t9n.HeadingElementStyle1 .heading-title .header{font-size:32px;line-height:45px;color:#101314}@media(max-width:1000px){.HeadingElementStyle1_fw_mrivz6fs_akj0t9n.HeadingElementStyle1{margin-bottom:12px}.HeadingElementStyle1_fw_mrivz6fs_akj0t9n.HeadingElementStyle1 .heading-title .header{font-size:24px;line-height:34px}}.GalleryElementStyle1_fw_mrj197q4_b7sy88j.GalleryElementStyle1{--img-ratio:71.428571428571%;--img-style:contain;--item-column-desktop:6;--item-column-tablet:3;--item-column-mobile:2;--item-gap:20px}.GalleryElementStyle1_fw_mrj197q4_b7sy88j.GalleryElementStyle1 .gallery-item{background-color:#fff;box-shadow:0 0 10px 0 #00000014}.HeadingElementStyle1_fw_mriwsqao_j5cewa8.HeadingElementStyle1{margin-bottom:20px;padding-right:10px;padding-left:10px}.HeadingElementStyle1_fw_mriwsqao_j5cewa8.HeadingElementStyle1 .heading-title .header{font-size:32px;line-height:45px;color:#101314}@media(max-width:1000px){.HeadingElementStyle1_fw_mriwsqao_j5cewa8.HeadingElementStyle1{margin-bottom:12px}.HeadingElementStyle1_fw_mriwsqao_j5cewa8.HeadingElementStyle1 .heading-title .header{font-size:24px;line-height:34px}}.FeedbackElementStyle1_fw_mrj17pyb_ivst2j0.FeedbackElementStyle1{--feedback-star-size:14px;--feedback-item-number:3;--feedback-item-number-tablet:1;--feedback-item-number-mobile:1;--feedback-item-gap:20px}.FeedbackElementStyle1_fw_mrj17pyb_ivst2j0.FeedbackElementStyle1 .item-vertical{background-color:#fff;border-style:none;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;box-shadow:0 0 10px 0 #00000028}.FeedbackElementStyle1_fw_mrj17pyb_ivst2j0.FeedbackElementStyle1 .item-horizontal .item-card{background-color:#fff;border-style:none;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;box-shadow:0 0 10px 0 #00000028}.HeadingElementStyle1_fw_mrj13st5_sg3juvq.HeadingElementStyle1{margin-bottom:20px}.HeadingElementStyle1_fw_mrj13st5_sg3juvq.HeadingElementStyle1 .heading-title .header{font-size:32px;line-height:45px;color:#101314}@media(max-width:1000px){.HeadingElementStyle1_fw_mrj13st5_sg3juvq.HeadingElementStyle1{margin-bottom:12px}.HeadingElementStyle1_fw_mrj13st5_sg3juvq.HeadingElementStyle1 .heading-title .header{font-size:24px;line-height:34px}}.FaqElement_fw_mrjyyr5p_0z0gm7c.FaqElement{--faq-item-spacing:10px;--faq-item-spacing-tablet:10px;--faq-item-spacing-mobile:10px;--faq-icon-size:16px;--faq-icon-size-tablet:16px;--faq-icon-size-mobile:16px;--faq-icon-color:#101314;--faq-icon-color-active:#ffffff;--faq-bg-icon-color:#00000019;--faq-bg-icon-color-active:#101314}.FaqElement_fw_mrjyyr5p_0z0gm7c.FaqElement .faq-container{background-color:#f2f2f2;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-right-radius:12px;border-bottom-left-radius:12px;padding-top:20px;padding-right:48px;padding-bottom:20px;padding-left:48px}.FaqElement_fw_mrjyyr5p_0z0gm7c.FaqElement .faq-container .faq-item{border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:1px;border-left-width:0;border-linked-width:0;border-color:#d5d5d5;margin-bottom:0}.FaqElement_fw_mrjyyr5p_0z0gm7c.FaqElement .faq-container .faq-item .faq-question{padding-top:20px;padding-right:15px;padding-bottom:20px;padding-left:0}.FaqElement_fw_mrjyyr5p_0z0gm7c.FaqElement .faq-container .faq-item .faq-answer .answer-text{background:linear-gradient(180deg,0%,100%);padding-top:0;padding-right:15px;padding-bottom:20px;padding-left:0;color:#212529}@media(max-width:1000px){.FaqElement_fw_mrjyyr5p_0z0gm7c.FaqElement .faq-container{padding-top:4px;padding-right:24px;padding-bottom:4px;padding-left:24px}.FaqElement_fw_mrjyyr5p_0z0gm7c.FaqElement .faq-container .faq-item .faq-question{padding-right:0}}.ItemElementStyle1_fw_mrj04xus_x6hset7.ItemElementStyle1{--item-number:4;--item-number-tablet:2;--item-number-mobile:2;--item-image-height:34px;--item-image-height-tablet:34px;--item-image-height-mobile:34px}.ItemElementStyle1_fw_mrj04xus_x6hset7.ItemElementStyle1 .item .item-content .text-1{font-weight:400;font-size:16px;line-height:23px;color:#101314;margin-top:6px;padding-bottom:12px}#row_mrivz2m4_24pe8e6{margin-top:40px;margin-bottom:40px}#column_mrivz2m4_zb58cff{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_mriz7zav_edz0gcf{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_mrk3ojql_fdeupsj{margin-top:40px;margin-bottom:50px}#column_mrk3ojql_jaloj92{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_mrmx3avy_njkzt9z{margin-top:50px;margin-bottom:50px}#column_mrmx3avy_47t0wlh{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_mrk3ow2e_akjjbwq{margin-top:50px;margin-bottom:50px}#column_mrk3ow2e_m2s5sjv{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_mrle2rx8_qbij9ve{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_mrle2rxe_dm0g01q{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_mrlssmbe_y298onu{margin-top:50px;margin-bottom:50px}#column_mrlssmbf_s6sjvzt{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_mrlssmbf_iwjtvhw{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_mrlssmbf_9qliyt8{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_mrlt1zr2_5uo5sx9{margin-top:50px;margin-bottom:50px}#column_mrlt1zr2_gv48gv8{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_mrlt1zr2_eab2dqx{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_mrlt1zr2_bi8u6by{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_mrk3p1cv_upw9pf9{padding-top:10px;padding-bottom:10px}#column_mrk3p1cv_1v2bx88{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_mrk3quqp_n3lm0pq{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_mrk3quqs_y2kkex8{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_mrivyhli_oyrvg1o{margin-top:50px;margin-bottom:50px}#column_mrivyhli_td4vdbp{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_mriwsjys_bvalemd{margin-top:50px;margin-bottom:50px}#column_mriwsjys_asmg44r{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_mriwrvzw_1h98ds8{margin-top:50px;margin-bottom:50px}#column_mriwrvzw_sc91gj1{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_mrj13o7r_yn27sma{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_mrj01vqq_a2ecws0{padding-top:22px;padding-bottom:12px;background-color:#f2f2f2}#column_mrj01vqq_hflrcqk{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}@media(max-width:1000px){#row_mrivz2m4_24pe8e6{margin-top:30px;margin-bottom:30px}#column_mrivz2m4_zb58cff{padding-bottom:5px}#column_mriz7zav_edz0gcf{padding-top:5px}#row_mrk3ojql_fdeupsj{margin-top:30px;margin-bottom:30px}#row_mrmx3avy_njkzt9z{margin-top:30px;margin-bottom:30px}#row_mrk3ow2e_akjjbwq{margin-top:30px;margin-bottom:30px}#row_mrlssmbe_y298onu{margin-top:30px;margin-bottom:30px}#row_mrlt1zr2_5uo5sx9{margin-top:30px;margin-bottom:30px}#column_mrk3quqs_y2kkex8{padding-top:0;padding-bottom:0}#row_mrivyhli_oyrvg1o{margin-top:30px;margin-bottom:30px}#row_mriwsjys_bvalemd{margin-top:30px;margin-bottom:30px}#row_mriwrvzw_1h98ds8{margin-top:30px;margin-bottom:30px}}#column_mriwrcw9_phyatjg{flex:0 0 100%;width:100%}#column_mrivz2m4_zb58cff{flex:0 0 50%;width:50%}#column_mriz7zav_edz0gcf{flex:0 0 50%;width:50%}#column_mrk3ojql_jaloj92{flex:0 0 100%;width:100%}#column_mrmx3avy_47t0wlh{flex:0 0 100%;width:100%}#column_mrk3ow2e_m2s5sjv{flex:0 0 100%;width:100%}#column_mrle2rx8_qbij9ve{flex:0 0 50%;width:50%}#column_mrle2rxe_dm0g01q{flex:0 0 50%;width:50%}#column_mrlssmbf_s6sjvzt{flex:0 0 100%;width:100%}#column_mrlssmbf_iwjtvhw{flex:0 0 50%;width:50%}#column_mrlssmbf_9qliyt8{flex:0 0 50%;width:50%}#column_mrlt1zr2_gv48gv8{flex:0 0 100%;width:100%}#column_mrlt1zr2_eab2dqx{flex:0 0 50%;width:50%}#column_mrlt1zr2_bi8u6by{flex:0 0 50%;width:50%}#column_mrk3p1cv_1v2bx88{flex:0 0 100%;width:100%}#column_mrk3quqp_n3lm0pq{flex:0 0 50%;width:50%}#column_mrk3quqs_y2kkex8{flex:0 0 50%;width:50%}#column_mrivyhli_td4vdbp{flex:0 0 100%;width:100%}#column_mriwsjys_asmg44r{flex:0 0 100%;width:100%}#column_mriwrvzw_sc91gj1{flex:0 0 50%;width:50%}#column_mrj13o7r_yn27sma{flex:0 0 50%;width:50%}#column_mrj01vqq_hflrcqk{flex:0 0 100%;width:100%}@media (min-width:768px) and (max-width:991px){#column_mriwrcw9_phyatjg{flex:0 0 100%;width:100%}#column_mrivz2m4_zb58cff{flex:0 0 50%;width:50%}#column_mriz7zav_edz0gcf{flex:0 0 50%;width:50%}#column_mrk3ojql_jaloj92{flex:0 0 100%;width:100%}#column_mrmx3avy_47t0wlh{flex:0 0 100%;width:100%}#column_mrk3ow2e_m2s5sjv{flex:0 0 100%;width:100%}#column_mrle2rx8_qbij9ve{flex:0 0 50%;width:50%}#column_mrle2rxe_dm0g01q{flex:0 0 50%;width:50%}#column_mrlssmbf_s6sjvzt{flex:0 0 100%;width:100%}#column_mrlssmbf_iwjtvhw{flex:0 0 50%;width:50%}#column_mrlssmbf_9qliyt8{flex:0 0 50%;width:50%}#column_mrlt1zr2_gv48gv8{flex:0 0 100%;width:100%}#column_mrlt1zr2_eab2dqx{flex:0 0 50%;width:50%}#column_mrlt1zr2_bi8u6by{flex:0 0 50%;width:50%}#column_mrk3p1cv_1v2bx88{flex:0 0 100%;width:100%}#column_mrk3quqp_n3lm0pq{flex:0 0 50%;width:50%}#column_mrk3quqs_y2kkex8{flex:0 0 50%;width:50%}#column_mrivyhli_td4vdbp{flex:0 0 100%;width:100%}#column_mriwsjys_asmg44r{flex:0 0 100%;width:100%}#column_mriwrvzw_sc91gj1{flex:0 0 50%;width:50%}#column_mrj13o7r_yn27sma{flex:0 0 50%;width:50%}#column_mrj01vqq_hflrcqk{flex:0 0 100%;width:100%}}@media (max-width:767px){#column_mriwrcw9_phyatjg{flex:0 0 100%;width:100%}#column_mrivz2m4_zb58cff{flex:0 0 100%;width:100%}#column_mriz7zav_edz0gcf{flex:0 0 100%;width:100%}#column_mrk3ojql_jaloj92{flex:0 0 100%;width:100%}#column_mrmx3avy_47t0wlh{flex:0 0 100%;width:100%}#column_mrk3ow2e_m2s5sjv{flex:0 0 100%;width:100%}#column_mrle2rx8_qbij9ve{flex:0 0 100%;width:100%}#column_mrle2rxe_dm0g01q{flex:0 0 100%;width:100%}#column_mrlssmbf_s6sjvzt{flex:0 0 100%;width:100%}#column_mrlssmbf_iwjtvhw{flex:0 0 100%;width:100%}#column_mrlssmbf_9qliyt8{flex:0 0 100%;width:100%}#column_mrlt1zr2_gv48gv8{flex:0 0 100%;width:100%}#column_mrlt1zr2_eab2dqx{flex:0 0 100%;width:100%}#column_mrlt1zr2_bi8u6by{flex:0 0 100%;width:100%}#column_mrk3p1cv_1v2bx88{flex:0 0 100%;width:100%}#column_mrk3quqp_n3lm0pq{flex:0 0 100%;width:100%}#column_mrk3quqs_y2kkex8{flex:0 0 100%;width:100%}#column_mrivyhli_td4vdbp{flex:0 0 100%;width:100%}#column_mriwsjys_asmg44r{flex:0 0 100%;width:100%}#column_mriwrvzw_sc91gj1{flex:0 0 100%;width:100%}#column_mrj13o7r_yn27sma{flex:0 0 100%;width:100%}#column_mrj01vqq_hflrcqk{flex:0 0 100%;width:100%}}