@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--global-radius:24px;--global-radius-sm:16px;--global-font-font-heading:Poppins;--global-font-font-body:Poppins;--global-font-font-button:Poppins;--global-font-regular:Regular;--global-font-bold:Bold;--global-font-italic:Italic;--global-font-font-heading-weight:var(--global-font-regular);--global-font-font-body-weight:var(--global-font-regular);--global-font-letter-spacing:2px;--global-font-letter-spacing-sm:1px;--global-font-letter-spacing-neg:-1px;--global-font-size-desktop-section:14px;--global-font-size-desktop-H1:36px;--global-font-size-desktop-H2:28px;--global-font-size-desktop-H3:24px;--global-font-size-desktop-H4:19px;--global-font-size-desktop-base-2xl:42px;--global-font-size-desktop-base-xl:22px;--global-font-size-desktop-base-lg:18px;--global-font-size-desktop-base:16px;--global-font-size-desktop-base-sm:14px;--global-font-size-desktop-base-xs:12px;--global-font-size-desktop-base-xxs:10px;--global-font-size-desktop-button:16px;--global-font-size-mobile-section:14px;--global-font-size-mobile-H1:28px;--global-font-size-mobile-H2:24px;--global-font-size-mobile-H3:20px;--global-font-size-mobile-H4:18px;--global-font-size-mobile-base-2xl:40px;--global-font-size-mobile-base-xl:20px;--global-font-size-mobile-base-lg:18px;--global-font-size-mobile-base:16px;--global-font-size-mobile-base-sm:14px;--global-font-size-mobile-base-xs:12px;--global-font-size-mobile-base-xxs:10px;--global-font-size-mobile-button:14px;--global-buttons-letter-spacing:2px;--global-stroke-weight:2px;--global-buttons-radius:var(--global-radius);--global-svg-stroke-weight:var(--global-stroke-weight);--color-primary-100:#122620;--color-secondary-100:#fff6ea;--color-tetriary-100:#e6c87c;--color-tetriary-80:#e6c87ccc;--color-tetriary-60:#e6c87c99;--color-tetriary-40:#e6c87c66;--color-tetriary-20:#e6c87c33;--color-tetriary-10:#e6c87c1a;--color-tetriary-5:#e6c87c0d;--color-secondary-80:#fff6eacc;--color-secondary-60:#fff6ea99;--color-secondary-40:#fff6ea66;--color-secondary-20:#fff6ea33;--color-secondary-10:#fff6ea1a;--color-secondary-5:#fff6ea0d;--color-black-100:#122620;--color-black-80:#122620cc;--color-black-60:#12262099;--color-black-40:#12262066;--color-black-20:#12262033;--color-black-10:#1226201a;--color-black-5:#1226200d;--color-gray-100:#222222;--color-white-100:#ffffff;--color-white-80:#ffffffcc;--color-white-60:#ffffff99;--color-white-40:#ffffff66;--color-white-20:#ffffff33;--color-white-10:#ffffff1a;--color-white-5:#ffffff0d;--color-green-100:#54bc2f;--color-green-80:#54bc2fcc;--color-green-60:#54bc2f99;--color-green-40:#54bc2f66;--color-green-20:#54bc2f33;--color-green-10:#54bc2f1a;--color-green-5:#54bc2f0d;--color-yellow-100:#f6cb5b;--color-orange-100:#e87f14;--color-orange-80:#e87f14cc;--color-orange-60:#e87f1499;--color-orange-40:#e87f1466;--color-orange-20:#e87f1433;--color-orange-10:#e87f141a;--color-orange-5:#e87f140d;--color-yellow-80:#f6cb5bcc;--color-yellow-60:#f6cb5b99;--color-yellow-40:#f6cb5b66;--color-yellow-20:#f6cb5b33;--color-yellow-10:#f6cb5b1a;--color-yellow-5:#f6cb5b0d;--color-red-100:#df1e4c;--color-red-80:#df1e4ccc;--color-red-60:#df1e4c99;--color-red-40:#df1e4c66;--color-red-20:#df1e4c33;--color-red-10:#df1e4c1a;--color-red-5:#df1e4c0d;--color-alt-Primary-Alt:#0a6cff;--color-alt-Black-Alt:#050627;--color-primary-80:#122620cc;--color-primary-60:#12262099;--color-primary-40:#12262066;--color-primary-20:#12262033;--color-primary-10:#1226201a;--color-primary-5:#1226200d;--color-gray-80:#222222cc;--color-gray-60:#22222299;--color-gray-40:#22222266;--color-gray-20:#22222233;--color-gray-10:#2222221a;--color-gray-5:#2222220d;--color-alt-gray:#e5e5e5}body{font-family:var(--global-font-font-body);font-weight:var(--global-font-font-body-weight);color:var(--color-black-100);line-height:160%;background-color:#efefef}h1,h2,h3,h4,h5,h6{font-family:var(--global-font-font-heading);line-height:120%}.btn-common{font-family:var(--global-font-font-button);font-weight:700;color:var(--color-tetriary-100);line-height:120%;padding:14px 22px;border:2px solid #fff0;transition:.4s;border-radius:var(--global-buttons-radius);background-image:url(yellow-right-arrow.svg);background-repeat:no-repeat;background-position:center right 22px;background-color:#122620;width:100%;text-align:center;text-transform:uppercase}.btn-common:hover{border:2px solid var(--color-white-100);background-color:#fff0;color:var(--color-white-100);background-image:url(white-right-arrow.svg)}.common-wrap{width:100%;max-width:1320px;margin:0 auto;padding:0 24px}.video-modal-open .overlay,.active-popup .overlay,.cart-open .overlay{width:100%;height:100%;background-color:#fff6eae6;position:fixed;top:0;left:0;z-index:99999;transition:.4s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.top-header__inner{background-color:#222;padding:10px 0}.top-header__left{display:none}.top-header__center{font-weight:400;font-size:12px;line-height:100%;text-align:center;color:var(--color-white-100)}.top-header__center em:first-child{color:#e6c87c;text-transform:uppercase;font-style:normal;font-weight:800}.top-header__center em:nth-child(2){color:#fffc;font-weight:400;font-style:normal}.top-header__center em:last-child{font-style:normal;font-weight:800}.top-header__right-text{font-weight:700;font-size:12px;line-height:100%;letter-spacing:0;color:var(--color-white-100);text-transform:uppercase;display:none}.top-header__wrapper{display:flex;align-items:center;justify-content:space-between;gap:0 5px}.header__mobi-menu div{height:2px;border-radius:2px;background:#122620;margin:6px auto;transition:all .55s cubic-bezier(.075,.82,.165,1);width:24px}.header__mobi-menu div:first-child{margin:0 auto 6px}.header__mobi-menu.active div:first-child{transform:translateY(11px) rotate(45deg)}.header__mobi-menu.active div:nth-child(2){opacity:0}.header__mobi-menu.active div:last-child{transform:translateY(-6px) rotate(-45deg)}.header__mobi-left-text{font-size:8px;font-weight:700;line-height:100%;letter-spacing:.5px;text-align:center;color:#2229;text-transform:uppercase}.header__mobi-left-text-close{font-size:8px;font-weight:700;line-height:100%;letter-spacing:.5px;text-align:center;color:#2229;text-transform:uppercase;display:none}.header__mobi-left-text-close.active{display:block}.header__mobi-left-text-open.active{display:none}.header__right-img{width:24px;cursor:pointer;margin:0 auto 4px;position:relative}.header__right-text{font-size:8px;font-weight:700;line-height:100%;letter-spacing:.5px;text-align:center;color:#2229;text-transform:uppercase}.header__center{display:none}.header__right-wrap{display:flex;align-items:center;gap:0 12px;line-height:0}.header__wrapper{display:flex;align-items:center;justify-content:space-between;position:relative}.header__desk-left{width:124px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);line-height:0}.header__desk-left a{line-height:0}.header__inner{padding:7px 0}.header__right-img span{font-weight:700;font-size:9px;line-height:100%;text-align:center;background-color:#122620;width:12px;height:12px;color:var(--color-white-100);display:flex;align-items:center;justify-content:center;position:absolute;border-radius:6px;top:0;right:0}.header__mobi-menu-wrap{cursor:pointer}.mobile__menu-open{overflow:hidden}.announcement__inner{background-color:#fff6ea99;padding:4px 0}.announcement__item-img{width:12px;line-height:0}.announcement__item-text{font-size:10px;font-weight:700;line-height:100%;text-transform:uppercase;color:#122620;width:calc(100% - 16px)}.announcement__item-text strong{display:none}.announcement__item{display:flex;align-items:center;gap:0 4px}.announcement__item:nth-child(odd){flex:1 0 30%;padding-left:5px}.announcement__item:nth-child(2n){flex:1 0 40%}.announcement__wrapper{display:flex;justify-content:space-between;width:calc(100% + 32px);margin:0 -16px;flex-direction:column}.announcement__wrap{display:flex;flex-wrap:wrap;gap:5px 12px}.hero__content h3{font-size:32px;font-weight:700;margin-bottom:10px;color:var(--color-white-100)}.hero__content h6{font-weight:400;font-size:24px;line-height:120%;letter-spacing:0;color:var(--color-white-100);margin-bottom:7px}.hero__content h6 em{font-style:normal;font-weight:700;text-decoration:underline;text-decoration-thickness:1.2px;color:var(--color-black-100);text-underline-offset:2px}.hero__content p{font-size:16px;margin-bottom:9px;line-height:160%;color:var(--color-white-100)}.hero__content p em{font-style:normal;font-weight:700}.hero__list-title{font-size:14px;font-weight:700;display:flex;align-items:center;gap:0 5.12px;line-height:160%;color:var(--color-white-100)}.hero__list-title:before{content:"";line-height:0;width:10px;background-image:url(hero-list-before.svg);background-repeat:no-repeat;background-size:contain;height:10px}.hero__list-content{font-size:14px;padding-left:16px;margin:2px 0 11px;line-height:160%;color:var(--color-white-100)}.hero__list-content br{display:none}.hero__list-item{margin-bottom:4px}.hero__list-item:last-child{margin-bottom:15px}.hero__btn-shop a{font-size:14px;letter-spacing:2px;margin-bottom:12px}.hero__btn-works a{font-size:14px;letter-spacing:2px;color:var(--color-white-100);border:2px solid var(--color-white-100);background-image:url(white-right-arrow.svg);background-color:#fff0}.hero__star{width:86px;line-height:0}.hero__bottom-text{font-size:14px;line-height:100%;color:var(--color-white-100)}.hero__bottom-text em{font-weight:700;font-style:normal}.hero__bottom a{display:flex;align-items:center;gap:0 8px;justify-content:center;margin-top:12px}.hero__content{padding:86px 0 50px}.hero__right{position:relative}.hero__right:after{content:"";width:100%;height:72px;background:linear-gradient(0deg,#b6a586,#b6a58600);position:absolute;bottom:0;left:0;z-index:1}.hero__video{width:212px;position:absolute;bottom:200px;left:calc(50vw - 106px);z-index:91;cursor:pointer}.hero__modal{position:fixed;z-index:999999;left:50%;top:50%;transform:translate(-50%,-50%);width:327px;opacity:0;transition:opacity .8s ease;pointer-events:none}.hero__modal.active{display:block;opacity:1;pointer-events:auto}.hero__modal-content{position:relative;width:100%;height:100%}.hero__modal-content video{width:100%;height:100%;border:6px solid rgb(255 255 255);border-radius:24px}.hero__modal-close{position:absolute;width:42px;top:-21px;right:12px;cursor:pointer;z-index:5}.featured__inner{background:#fff6ea99;padding:24px 0}.featured__top-title{font-size:12px;font-weight:700;line-height:100%;letter-spacing:2px;text-align:center;margin-bottom:16px;text-transform:uppercase;color:#122620}.featured__items{display:flex;flex-wrap:wrap;align-items:center;gap:16px 48px;padding:0 43px}.featured__item{flex:1 0 30%;text-align:center;max-width:calc(50% - 24px)}.featured__item img{max-width:96px;max-height:42px;object-fit:contain}.review-card__headding h3{color:#e6c87c;text-align:center;font-size:12px;font-weight:700;line-height:100%;letter-spacing:2px;text-transform:uppercase;margin-bottom:2px}.review-card__headding h2{text-align:center;font-size:24px;font-weight:700;line-height:120%;margin:0 auto 12px}.review-card__headding h2 em{font-style:normal;color:#e6c87c}.review-card__headding p{text-align:center;font-weight:400;font-size:16px;line-height:160%;margin:0 auto 30px}.review-card__headding p em{font-style:normal;font-weight:700;display:block}.review-card__item-content-star{width:86px;line-height:0}.review-card__item-content-star-text{color:#49504f;font-size:14px;font-weight:700;line-height:100%}.review-card__item-content-top{display:flex;align-items:center;gap:0 8px;justify-content:center;margin-bottom:8px}.review-card__item-content-text{color:#49504f;text-align:center;font-size:16px;font-style:italic;line-height:160%;margin-bottom:4px}.review-card__item-name{text-align:center;font-size:14px;font-weight:700;line-height:160%;margin-bottom:4px;text-transform:capitalize}.review-card__bottom-verified{color:#122620cc;font-size:10px;font-weight:700;line-height:120%;letter-spacing:1px;display:flex;align-items:center;gap:0 4px;justify-content:center;text-transform:uppercase}.review-card__bottom-verified:before{content:"";line-height:0;width:10px;background-image:url(CheckCircle.svg);background-repeat:no-repeat;background-size:contain;height:10px}.img-with-text__left{height:100%;position:relative}.review-card__item{background:#fff;border-radius:24px;overflow:hidden;margin-right:24px}.review-card__item-content{padding:15px 0 13px}.review-card__items{width:calc(100% + 48px);margin:0 -24px;padding-left:24px}.review-card__items .slick-list{padding-right:89px}.review-card__items .slick-dots{display:flex;align-items:center;gap:0 4px;justify-content:center;line-height:0;margin-top:40px;padding-right:24px}.review-card__items .slick-dots li button{width:12px;height:12px;border-radius:100%;text-indent:-9999px;border:2px solid rgb(203 168 82 / .2);background-color:#fff0;line-height:0;position:relative;z-index:1;cursor:pointer;padding:0}.review-card__items .slick-dots li.slick-active button{background-color:#e6c87c}.review-card__left-arrow{width:42px;transform:rotate(-180deg);cursor:pointer}.review-card__right-arrow{width:42px;cursor:pointer}.review-card__wrapper{position:relative}.review-card__arrow{display:flex;align-items:center;justify-content:space-between;position:absolute;bottom:-15px;width:100%}.review-card__inner{padding:92px 0 96px}.comparision__inner{padding:15px 0 62px}.comparision__headding h5{font-weight:700;font-size:12px;line-height:100%;letter-spacing:2px;text-align:center;text-transform:uppercase;color:#e6c87c;margin-bottom:2px}.comparision__headding h3{font-weight:700;font-size:24px;line-height:120%;letter-spacing:0;text-align:center;margin-bottom:9px}.comparision__headding p{font-weight:400;font-size:16px;line-height:160%;letter-spacing:0;text-align:center}.comparision__headding p em{font-style:normal;font-weight:700;display:block}.comparision__drag-text{font-weight:700;font-size:14px;line-height:160%;letter-spacing:0;text-align:center;color:#e6c87c;padding:5px 12px;border:1px solid rgb(232 225 208 / .6);border-radius:24px;margin-top:18px}.comparision__img{border-radius:24px;overflow:hidden;height:327px;margin:25px 0 0}.comparision__images{position:relative;width:100%;height:100%;overflow:hidden}.image-before,.image-after{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.image-before img,.image-after img{width:100%;height:100%;object-fit:cover}.image-after{clip-path:inset(0 50% 0 0)}.slider{position:absolute;top:50%;left:50%;width:36px;height:36px;cursor:ew-resize;z-index:10;transform:translate(-50%,-50%)}.divider-line{position:absolute;top:0;left:50%;width:2px;height:100%;background-color:#fff;z-index:1;pointer-events:none}.results__headding h5{font-weight:700;font-size:12px;line-height:100%;letter-spacing:2px;text-align:center;text-transform:uppercase;color:#e6c87c}.results__headding h3{font-weight:700;font-size:24px;line-height:120%;letter-spacing:0;text-align:center;margin-bottom:13px}.results__headding h3 em{text-decoration:underline;text-decoration-thickness:1.2px;color:#e6c87c;font-style:normal;text-underline-offset:2px}.results__headding p{font-weight:400;font-size:16px;line-height:160%;letter-spacing:0;text-align:center}.results__headding p em{font-style:normal;font-weight:700;display:block;margin:0 auto}.results__headding{margin-bottom:29px}.results__video video{width:100%;height:100%;object-fit:cover}.results__video{border-radius:24px;height:327px;overflow:hidden;position:relative;margin-bottom:42px}.results__video-play-icon{width:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;cursor:pointer}.results__bot h4{font-weight:700;font-size:24px;letter-spacing:0;padding-bottom:18px;border-bottom:1px solid rgb(232 225 208)}.results__bot-wrap{margin-top:5px}.results__bot-item h6{font-weight:400;font-size:48px;line-height:160%;letter-spacing:0;color:#e6c87c}.results__bot-item p{font-size:20px;line-height:120%;letter-spacing:0;margin-top:-12px}.results__bot-item p em{font-style:normal;font-weight:700}.results__bot-item{margin-bottom:10px}.results__bot-item:last-child{margin-bottom:0}.results__des{font-weight:400;font-size:14px;line-height:160%;letter-spacing:0;color:#12262099;margin-top:19px}.results__modal{position:fixed;z-index:999;left:50%;top:50%;transform:translate(-50%,-50%);width:327px;height:184px;opacity:0;transition:opacity .8s ease;pointer-events:none}.results__modal.active{display:block;opacity:1;pointer-events:auto}.results__modal-content{position:relative;width:100%}.results__modal-content video{width:100%;height:auto;border:6px solid rgb(255 255 255);border-radius:24px}.results__modal-close{position:absolute;width:42px;top:-21px;right:12px;cursor:pointer;z-index:5}.results__inner{padding-bottom:87px}.treatments__headding h5{font-weight:700;font-size:12px;line-height:100%;letter-spacing:2px;text-align:center;text-transform:uppercase;color:#e6c87c;margin-bottom:2px}.treatments__headding h3{font-weight:700;font-size:24px;line-height:120%;letter-spacing:0;text-align:center;margin:0 auto 13px}.treatments__headding h3 em{font-style:normal;color:#e6c87c;text-decoration:underline;text-decoration-thickness:1.2px;text-underline-offset:2px}.treatments__headding p{font-size:16px;line-height:160%;letter-spacing:0;text-align:center}.treatments__headding p em{font-style:normal;font-weight:700}.treatments__img-text{display:none}.treatments__content h6{font-weight:700;font-size:18px;line-height:120%;letter-spacing:0;color:#e6c87c;margin-bottom:1px}.treatments__content h4{font-weight:700;font-size:18px;line-height:120%;letter-spacing:0;margin-bottom:6px}.treatments__content p{font-size:14px;line-height:160%;letter-spacing:0;margin-bottom:7px}.treatments__content ul li{font-weight:400;font-size:12px;line-height:160%;letter-spacing:0;display:flex;align-items:center;gap:0 5px}.treatments__content ul li:first-child{font-weight:700}.treatments__content ul li:before{content:"";line-height:0;width:10px;background-image:url(hero-list-before.svg);background-repeat:no-repeat;background-size:contain;height:10px}.treatments__item{background-color:#fff;border-radius:24px;margin-right:24px}.treatments__items{width:calc(100% + 48px);margin:0 -24px;padding-left:24px}.treatments__items .slick-list{padding-right:89px}.treatments__headding{margin-bottom:29px}.treatments__content{padding:13px 16px}.treatments__video-play-icon{display:block;width:72px;cursor:pointer;position:absolute;top:calc(50% - 35px);left:calc(50% - 35px);z-index:1}.treatments__items .slick-dots{display:flex;align-items:center;gap:0 4px;justify-content:center;line-height:0;margin-top:60px;padding-right:24px}.treatments__items .slick-dots li button{width:12px;height:12px;border-radius:100%;text-indent:-9999px;border:2px solid rgb(203 168 82 / .2);background-color:#fff0;line-height:0;position:relative;z-index:1;cursor:pointer;padding:0}.treatments__items .slick-dots li.slick-active button{background-color:#e6c87c}.treatments__left-arrow{width:42px;transform:rotate(-180deg);cursor:pointer}.treatments__right-arrow{width:42px;cursor:pointer}.treatments__arrow{display:flex;align-items:center;justify-content:space-between;position:absolute;bottom:-15px;width:100%}.treatments__wrap{position:relative}.treatments__des p{font-weight:400;font-size:14px;line-height:160%;letter-spacing:0;text-align:center;color:#e6c87c;margin:0 auto}.treatments__des{padding:5px 24px;border:1px solid rgb(232 225 208 / .6);border-radius:24px;background-color:#fff6ea33;margin-top:44px}.treatments__des p em{font-style:normal;font-weight:700}.treatments__des p em:last-child{text-decoration:underline;text-decoration-thickness:0%}.treatments__img video{width:100%;height:100%;object-fit:contain}.treatments__img img{width:100%;height:100%;object-fit:cover}.treatments__img{width:100%;height:320px}.treatments__modal{display:none}.hero-video-player{width:220px;position:absolute;top:180px;left:50%;transform:translate(-50%);border-radius:20px}.treatments__inner{padding:0 0 96px}.different__headding h4{font-weight:700;font-size:12px;line-height:100%;letter-spacing:2px;text-align:center;text-transform:uppercase;color:#e6c87c}.different__headding h3{font-weight:700;font-size:24px;line-height:120%;letter-spacing:0;text-align:center;margin-bottom:10px}.different__headding h6{font-weight:700;font-size:16px;line-height:160%;letter-spacing:0;text-align:center;margin-bottom:12px}.different__headding p{font-size:16px;line-height:160%;letter-spacing:0;text-align:center}.different__headding{margin-bottom:33px}.different__card{position:relative;margin-bottom:12px;height:240px}.different__card:nth-child(2){margin-bottom:0}.different__card:nth-child(2) .different__img-text{top:auto;bottom:-16px}.different__mark-img{width:32px;position:absolute;top:50%;right:-16px;transform:translateY(-50%)}.different__img-text{font-weight:700;font-size:12px;line-height:160%;letter-spacing:0;text-align:center;color:#e6c87c;padding:6px 24px;background-color:#fff;border-radius:24px;border:1px solid rgb(203 168 82 / .6);position:absolute;top:-16px;left:50%;transform:translate(-50%);white-space:nowrap}.different__wrap{max-width:240px;margin:0 auto;position:relative}.different__extra-img{width:52px;position:absolute;bottom:-5px;left:-25px}.different__card img{border-radius:24px;height:100%;width:100%;object-fit:cover}.different__extra-img img,.different__mark-img img{border-radius:0}.different__vs-text{font-weight:700;font-size:18px;line-height:160%;letter-spacing:0;width:48px;height:48px;border-radius:24px;overflow:hidden;color:#fff6ea;background-color:#122620;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.different__inner{padding:0 0 112px}.img-with-text__wrap{background-color:#fff6ea66;border-radius:24px;overflow:hidden}.img-with-text__content p{font-size:22px;line-height:160%}.img-with-text__content p strong{font-weight:700;color:#e6c87c}.img-with-text__content p em{font-style:normal;font-weight:700}.img-with-text__content p em:first-of-type{display:block}.img-with-text__content p em:last-child{text-decoration:underline;text-decoration-thickness:1.2px;text-underline-offset:2px}.img-with-text__content{padding:37px 22px}.review-card__inner_second .review-card__headding p em{display:inline}.review-card__inner_second .review-card__item-content-star{width:75px}.review-card__inner_second .review-card__item-content-star-text{font-size:12px}.review-card__inner_second .review-card__item-content-top{margin-bottom:5px}.review-card__inner_second .review-card__item-content-text{font-size:14px;margin-bottom:0;font-style:italic}.review-card__inner_second .review-card__item-content{padding:12px 0}.review-card__inner_second .review-card__items .slick-dots{margin-top:16px}.review-card__inner_second{padding:92px 0 96px}.review-card__item-img video{width:100%;height:100%}.review-card__video-play-icon{width:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer}.review-card__item-img{position:relative}.review-card__inner_video .review-card__headding p em{display:inline}.review-card__inner_video .review-card__item-content-star{width:75px}.review-card__inner_video .review-card__item-content-star-text{font-size:12px}.review-card__inner_video .review-card__item-content-text{font-size:14px;margin-bottom:0;font-style:italic}.review-card__inner_video .review-card__item-content{padding:12px 0 2px}.review-card__inner_video .review-card__item-content-top{margin-bottom:6px}.review-card__inner_video{padding:0 0 110px}.steps__img{border-radius:24px;overflow:hidden;position:relative}.steps__img img{width:100%;height:auto;object-fit:cover}.steps__img p{font-weight:700;font-size:22px;line-height:120%;letter-spacing:0;color:#fff;position:absolute;bottom:17px;left:22px;max-width:255px}.steps__img p em{font-style:normal;text-decoration:underline;text-decoration-thickness:0%;color:#fff6ea}.steps__content h3{font-weight:700;font-size:12px;line-height:100%;letter-spacing:2px;text-transform:uppercase;margin-bottom:2px;color:#e6c87c}.steps__content h2{font-weight:700;font-size:24px;line-height:120%;margin-bottom:12px}.steps__content h2 em{font-style:normal;color:#e6c87c;text-decoration:underline;text-decoration-thickness:1.2px;text-underline-offset:2px}.steps__content h6{font-weight:400;font-size:18px;line-height:160%;letter-spacing:0}.steps__content h6 em{font-style:normal;font-weight:700;display:block}.steps__content p{display:none}.steps__number{font-size:12px;font-weight:700;line-height:160%;letter-spacing:1px;color:#fff6ea;padding:3px 12px 2px;background-color:#122620;border-radius:24px;display:inline-block;margin-bottom:5px;text-transform:uppercase}.steps__item h5{font-weight:700;font-size:19px;line-height:120%;margin-bottom:2px}.steps__item p{display:block;font-size:14px;line-height:160%}.steps__items{margin-top:12px}.steps__inner{padding-bottom:102px}.steps__item{margin-bottom:15px}.steps__item:last-child{margin-bottom:0}.steps__content{padding-top:20px}.steps__des{font-weight:700;font-size:14px;line-height:160%;letter-spacing:0;text-align:center;color:#e6c87c;padding:5px 0;border:1px solid rgb(232 225 208 / .6);background-color:#fff6ea33;border-radius:24px;margin-top:16px}.benefits__headding h3{font-weight:700;font-size:12px;line-height:100%;letter-spacing:2px;text-align:center;text-transform:uppercase;margin-bottom:2px;color:#e6c87c}.benefits__headding h2{font-weight:700;font-size:24px;line-height:120%;text-align:center;margin-bottom:9px}.benefits__headding p{font-size:18px;line-height:160%;text-align:center}.benefits__headding{margin-bottom:24px}.benefits__item-img{width:36px;margin-bottom:12px}.benefits__item-content h3{font-weight:400;font-size:20px;line-height:120%;margin-bottom:4px;color:#e6c87c}.benefits__item-content h3 br{display:none}.benefits__item-content p{font-size:14px;line-height:160%;color:#12262099}.benefits__item-content p em{font-style:normal;font-weight:700}.benefits__item{background:#fff;border-radius:24px;padding:23px 16px 5px;height:100%}.benefits__items{width:calc(100% + 48px);margin:0 -24px;padding-left:24px}.benefits__items .slick-track{display:flex}.benefits__items .slick-list .slick-track .slick-slide{display:flex;flex-direction:column;gap:24px 0;margin:0 24px 0 0;height:auto}.benefits__items .slick-list .slick-track .slick-slide>div{height:100%}.benefits__items .slick-list{padding-right:89px}.benefits__items .slick-dots{display:flex;align-items:center;gap:0 4px;justify-content:center;line-height:0;margin-top:52px;padding-right:24px}.benefits__items .slick-dots li button{width:12px;height:12px;border-radius:100%;text-indent:-9999px;border:2px solid rgb(203 168 82 / .2);background-color:#fff0;line-height:0;position:relative;z-index:1;cursor:pointer;padding:0}.benefits__items .slick-dots li.slick-active button{background-color:#e6c87c}.benefits__left-arrow{width:42px;transform:rotate(180deg);transition:.4s}.benefits__right-arrow{width:42px;transition:.4s}.benefits__arrow{display:flex;align-items:center;justify-content:space-between;width:100%;position:absolute;bottom:-15px}.benefits__wrap{position:relative}.benefits__inner{padding-bottom:111px}.vs__top h3{font-size:12px;font-weight:700;line-height:100%;letter-spacing:2px;text-transform:uppercase;color:#e6c87c;margin-bottom:4px}.vs__top h2{font-size:24px;font-weight:700;line-height:120%;letter-spacing:0;margin-bottom:12px}.vs__top h6{font-weight:700;font-size:16px;line-height:160%;letter-spacing:0;margin-bottom:2px}.vs__top p{font-size:16px;line-height:160%}.vs__top{margin-bottom:29px}.vs__item-logo{padding:20px 21px;border-radius:24px;background-color:#fff;display:inline-block;margin-bottom:14px}.vs__item-logo img{width:148px;height:24px}.vs__item-list ul li{font-size:14px;font-weight:400;line-height:160%;display:flex;align-items:center;gap:0 5px}.vs__item-list-black:before{content:url(white-mark.svg);line-height:0}.vs__item h2{font-size:20px;font-weight:400;line-height:120%;letter-spacing:0;height:48px;display:flex;align-items:center;margin-bottom:14px}.vs__item-list-red{color:#df1e4c}.vs__item-list-red:before{content:url(list-red-cross.svg);line-height:0}.vs__item-off-white-bg{border:2px solid rgb(232 225 208);border-radius:24px;background-color:#fff6ea;padding:24px 24px 20px}.vs__item-list ul{display:flex;flex-direction:column;gap:5px 0}.vs__item-white-bg{border:2px solid rgb(223 30 76);border-radius:24px;background-color:#fff;padding:22px 24px 20px;position:relative}.vs__inner{padding-bottom:100px}.vs__bot-list ul li{font-weight:700}.vs__bot-list-red{color:#df1e4c}.vs__bot-list-red:before{content:url(list-red-cross.svg);line-height:0}.vs__bot-list-black:before{content:url(white-mark.svg);line-height:0}.vs__item-off-white-bg .vs__bot-list{border-top:1px solid rgb(56 50 46 / .4);padding-top:14px;margin-top:14px}.vs__item-white-bg .vs__bot-list{border-top:1px solid rgb(223 30 76);padding-top:16px;margin-top:16px}.vs__wrap{padding:0 12px}.vs__item{margin-bottom:24px}.vs__item:last-child{margin-bottom:0}.vs__text{font-weight:700;font-size:18px;line-height:160%;letter-spacing:0;color:#fff6ea;text-transform:uppercase;width:48px;height:48px;border-radius:24px;overflow:hidden;background-color:#122620;display:flex;align-items:center;justify-content:center;position:absolute;top:-36px;left:50%;transform:translate(-50%);z-index:1}.reviews__inner{border-top:2px solid rgb(246 203 91);background-color:#f6cb5b1a;padding:95px 0 97px}.reviews__top h3{font-weight:700;font-size:12px;line-height:100%;letter-spacing:2px;text-align:center;text-transform:uppercase;color:#f6cb5b;margin-bottom:3px}.reviews__top h2{font-weight:700;font-size:24px;text-align:center;margin:0 auto 11px}.reviews__top p{font-size:18px;text-align:center;line-height:160%}.reviews__top p em{font-style:normal;font-weight:700;display:block}.reviews__center{font-weight:700;font-size:18px;text-align:center}.reviews__top{margin-bottom:227px}.reviews__btn a{font-size:14px;letter-spacing:2px;color:#122620;border:2px solid rgb(56 50 46);background-image:url(black-right-arrow.svg);background-color:#fff0}.reviews__btn a:hover{background-color:#fff;color:#122620}.reviews__btn{margin-top:227px}.guaranteed__left-items{display:flex;align-items:center;height:100%}.guaranteed__left-item{line-height:0}.guaranteed__right-img{width:38px;margin:auto}.guaranteed__right-img img{width:100%;height:100%;object-fit:cover}.guaranteed__content h3{font-weight:700;font-size:20px;line-height:120%;text-align:center;margin:0 auto 6px}.guaranteed__content p{font-size:16px;text-align:center;line-height:160%}.guaranteed__content h6{font-weight:700;font-size:16px;line-height:160%;letter-spacing:0;text-align:center;margin:0 auto}.guaranteed__wrap{position:relative;padding-bottom:24px}.guaranteed__content{padding:33px 24px 30px}.desktop-only{display:none}.mobile-only{display:block}.product__top-title{font-weight:700;font-size:12px;line-height:100%;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px}.product__big-item{border-radius:24px;position:relative}.product__big-item img{border-radius:24px;width:100%}.product__big-main-badge{display:none}.product__big-badge-text{font-family:var(--global-font-font-heading);font-size:var(--global-font-size-desktop-base-xs);line-height:12px;letter-spacing:var(--global-font-letter-spacing-sm);text-transform:uppercase;color:var(--color-black-100,rgb(0 0 0))}.product__big-item-zoom{display:none}.product__small-item{border:1px solid #fff0;border-radius:16px;margin:0 4px;cursor:pointer;height:72px}.product__small-items .slick-current.slick-active.product__small-item img{border:2px solid rgb(56 50 46);border-radius:24px}.product__small-item.slick-current.slick-active{border-radius:24px}.product__small-items{width:calc(95% + 8px);margin:0 auto}.product__small-item img{border-radius:16px;width:100%;height:100%;object-fit:cover}.product__quality,.product__left-bottom{display:none}.product__inner{padding:48px 0 41px;background-color:#fff6ea66}.product__wrap{position:relative}.product__small{position:absolute;bottom:-54px;left:0;z-index:9;width:100%}.product__star{width:75px;line-height:0}.product__right-star-text{font-size:12px;line-height:100%}.product__right-star-text em{font-weight:700;font-style:normal}.product__right-top{display:flex;align-items:center;gap:0 4px;margin:8px 0 14px;color:var(--color-black-100)}.product__right-top:hover{color:var(--color-black-100)}.product__small-wrap{position:relative}.product__small-items-left-arrow{width:8px;line-height:0;position:absolute;top:50%;left:-19px;transform:translateY(-50%) rotate(180deg);cursor:pointer;z-index:9}.product__small-items-right-arrow{width:8px;line-height:0;position:absolute;top:50%;right:-15px;transform:translateY(-50%);cursor:pointer;z-index:9}.product__right-content h2{font-size:28px;font-weight:700;margin-bottom:8px}.product__right-content h2 em{font-style:normal;color:#e6c87c}.product__right-content p{font-size:16px;line-height:160%;letter-spacing:0}.product__right-content p em{font-style:normal;font-weight:700;color:#e6c87c;text-decoration:underline;text-decoration-thickness:0%;text-underline-offset:2px}.product__list-title h5{font-size:14px;font-weight:700;line-height:160%}.product__list-title img{max-width:11px;line-height:0}.product__list-title{display:flex;align-items:center;gap:0 4.38px}.product__list-content p{font-size:14px;padding-left:15px;line-height:160%;margin-top:-5px}.product__list-content p:last-child{margin-bottom:0}.product__list-item{margin-bottom:5px}.product__list-item:last-child{margin-bottom:0}.product__list-items{margin:12px 0 15px}.product__guide-img{width:10px;line-height:0}.product__guide-text{font-weight:400;font-size:14px;line-height:160%;color:#12262066}.product__guide-top-left{display:flex;align-items:center;gap:0 6px;margin:3px 0 0}.product__guide-price{font-weight:700;font-size:22px;line-height:160%;color:#7f5c5c}.product__guide-top{display:flex;align-items:center;gap:0 104px;margin-top:2px}.product__quantity-left input{font-size:16px;font-weight:700;line-height:120%;text-align:center;border:none;width:24px;cursor:pointer;background-color:#fff0;padding:0}.product__quantity-left img{cursor:pointer;width:12px;line-height:0;padding:5px 0}.product__quantity-left{display:flex;align-items:center;gap:0 12px;justify-content:center;width:96px;border:2px solid rgb(229 229 229);background-color:#fff;border-radius:8px;padding:11.5px 12px}.product__quantity-btn a{font-size:16px;letter-spacing:2px;color:#fff6ea;background-image:url(off-white-right-arrow.svg);padding:13px 22px}.product__quantity-btn a:hover{background-color:#fff;color:#122620}.product__quantity-btn{width:calc(100% - 108px)}.product__quantity-and-btn{display:flex;align-items:center;gap:0 10px;margin:8px 0 7px}.product__delivery-top{font-size:14px;font-weight:700;line-height:160%;text-align:center;text-transform:uppercase;margin-bottom:4px}.product__delivery-top em{font-style:normal;font-weight:400}.product__guarantee{font-size:14px;font-weight:700;line-height:100%;text-transform:uppercase;display:flex;align-items:center;gap:0 4.75px;justify-content:center;margin-bottom:22px}.product__guarantee:before{content:url(product__guarantee-before.svg);line-height:0}.product__payments{max-width:214px;line-height:0;margin:12px auto 24px}.product__learn-left p{font-size:11px;line-height:140%;color:#12262099;margin-bottom:0}.product__learn-left p img{width:48px;height:11px;transform:translateY(-2px)}.product__learn-right a{font-weight:700;font-size:12px;line-height:160%;text-decoration:underline;color:#12262099;text-decoration-thickness:1px}.product__learn-wrap{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background-color:#fff6;border-radius:16px}.product__learn-left{max-width:195px}.product__dropdown-title h3{font-size:14px;font-weight:700;line-height:160%;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.product__dropdown-content p{font-size:14px;line-height:160%;font-weight:400;color:#02031299;margin-bottom:6px}.product__dropdown-content p:last-child{margin-bottom:0}.product__dropdown-content{display:none}.product__dropdown-content ul li h6{font-family:var(--global-font-font-body);font-weight:700;font-size:14px;line-height:160%;color:#02031299}.product__dropdown-content ul li p{font-size:14px;line-height:160%;color:#02031299;margin-bottom:0;max-width:140px;text-align:right}.product__dropdown-content ul li{display:flex;align-items:center;justify-content:space-between;padding:5.5px 0;border-bottom:1px solid rgb(48 48 48 / .1)}.product__dropdown-content ul li:last-child{border-bottom:none}.product__dropdown-title h3:after{content:url(black-down-arrow.svg);line-height:0;transition:.4s}.product__dropdown-title.active h3:after{transform:rotate(180deg);transition:.4s}.product__dropdown-faq-title a:after{content:url(double-down-arrow.svg);line-height:0;margin-right:-6px}.product__dropdown-faq-title a{font-family:var(--global-font-font-body);font-size:14px;font-weight:700;line-height:160%;color:#020312;display:flex;align-items:center;justify-content:space-between}.product__dropdown-item{border-top:1px solid rgb(56 50 46 / .4);padding:5px 0}.product__dropdown-item:last-child{border-bottom:1px solid rgb(56 50 46 / .4)}.product__dropdown{margin:24px 0 25px}.product__mobi-quality-img{width:48px;margin:0 auto 4px}.product__mobi-quality-item p{font-size:11px;line-height:120%;text-align:center;margin-bottom:0;font-weight:700}.product__mobi-quality-item p em{color:#122620;text-decoration:none;font-weight:400;display:block}.product__mobi-quality-items{display:flex;flex-wrap:wrap;gap:4px 7px;justify-content:center}.product__mobi-quality-item{width:104px}.product__mobi-quality-item span{display:none}.product__mobi-quality-item:last-child span{display:inline-block}.product__right{margin-top:70px}.product__purchase-title h5{font-weight:700;font-size:16px;line-height:160%;letter-spacing:0;position:relative}.product__purchase-content-item-left{max-width:167px}.product__purchase-content-item input{display:none}.product__purchase-content-item-left h6{font-weight:800;font-size:14px;line-height:100%;letter-spacing:0;margin-bottom:1px}.product__purchase-content-item-left p{font-weight:400;font-size:12px;line-height:100%;letter-spacing:0;transform:translateY(4px)}.product__purchase-content-item-right span{font-weight:700;font-size:10px;line-height:160%;letter-spacing:1px;text-transform:uppercase;color:#fff;padding:2px 8px 0;background-color:#e6c87c;border-radius:24px;display:inline-block;margin-bottom:4px}.product__purchase-content-item-right p{font-weight:800;font-size:16px;line-height:100%;letter-spacing:0;color:#e6c87c;display:flex;align-items:center;gap:0 4px}.product__purchase-content-item-right p em{color:#122620;text-decoration:none;position:relative}.product__purchase-content-item-right p em:before{content:"";width:100%;height:2px;background-color:#122620;position:absolute;transform:translateY(-50%) rotate(-18deg);top:50%;left:0}.product__purchase-content-item label{display:flex;justify-content:space-between;align-items:end;cursor:pointer;padding:6px 0}.product__purchase-content-item-right{text-align:right}.product__purchase-content-item{background-color:#fff;border-radius:12px;padding:8px 12px 8px 40px;border:2px solid #fff0;position:relative;margin-bottom:12px;cursor:pointer}.product__purchase-content-item:last-child{margin-bottom:0}.product__purchase-value{font-weight:700;font-size:10px;line-height:160%;letter-spacing:0;text-transform:uppercase;color:#fff;padding:1px 12px 0;background-color:#122620;border-radius:24px;position:absolute;top:-10px;left:31px}.product__purchase-content{margin:10px 0 5px;display:none}.product__purchase-content.active{display:block}.product__purchase-content-item:before{content:url(radio.svg);line-height:0;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.product__purchase-content-item-left p em{text-decoration:none;color:#12262099;text-transform:uppercase;font-weight:400}.product__purchase-content-item-left h6 em{font-style:normal;font-weight:400}.product__purchase-wrap{border:1px solid rgb(56 50 46 / .6);border-radius:12px}.product__purchase-item{border-bottom:1px solid rgb(56 50 46 / .6);padding:8px 12px;cursor:pointer}.product__purchase-item:last-child{border-bottom:none}.product__purchase-title h5:after{content:url(black-down-arrow.svg);line-height:0;transition:.3s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.product__purchase-title:before{content:url(radio-title-before.svg);line-height:0;position:absolute;top:50%;left:0;transform:translateY(-50%)}.product__purchase-title{position:relative;padding-left:24px}.product__purchase-title.active:before{content:url(radio-title-active.svg)}.product__purchase-title.active h5:after{transform:translateY(-50%) rotate(180deg)}.product__purchase-content-item:has(input:checked){background-color:#fff6ea;border:2px solid rgb(56 50 46)}.product__purchase-content-item:has(input:checked):before{content:url(radio-checked.svg)}.product__purchase-content-item:has(input:checked) .product__purchase-value{color:#fff6ea}.product__purchase-title h5 em{font-style:normal;text-transform:uppercase;color:#e6c87c}.product__purchase-sub-wrap h4{font-weight:800;font-size:16px;line-height:100%;letter-spacing:0}.product__purchase-sub-wrap h4 em{font-style:normal;font-weight:400;font-size:14px}.product__purchase-sub-wrap p{font-weight:700;font-size:16px;line-height:160%;letter-spacing:0;color:#e6c87c;display:flex;align-items:center;gap:0 4px}.product__purchase-sub-wrap p em{color:#020312;text-decoration:none;position:relative}.product__purchase-sub-wrap p em:before{content:"";width:100%;height:2px;background-color:#122620;position:absolute;transform:translateY(-50%) rotate(-18deg);top:50%;left:0}.product__purchase-sub-wrap{display:flex;align-items:center;justify-content:space-between;padding-left:24px}.product__purchase-content ul li{font-weight:400;font-size:16px;line-height:160%;letter-spacing:0;position:relative;padding-left:18px}.product__purchase-content ul li em{font-style:normal;font-weight:700}.product__purchase-content ul li:before{content:url(product-hero__list-title-1.svg);position:absolute;top:50%;left:0;transform:translateY(-50%)}.product__purchase-content ul{padding-left:24px}.faq__headding h3{font-weight:700;font-size:12px;line-height:100%;letter-spacing:2px;text-align:center;text-transform:uppercase;color:#e6c87c;margin-bottom:2px}.faq__headding h2{font-weight:400;font-size:24px;line-height:120%;text-align:center}.faq__headding h2 em{font-style:normal;font-weight:700;display:block}.faq__headding{margin-bottom:25px}.faq__title h4{font-weight:700;font-size:14px;line-height:160%;width:295px}.faq__content p{font-size:14px;color:#1e1d1bcc;line-height:160%}.faq__content p a{color:#e6c87c;text-decoration:underline}.faq__content{display:none;margin-top:10px}.faq__inner{padding:95px 0 90px;background-color:#fff}.faq__item{border-bottom:1px solid rgb(34 34 34 / .2);padding:12px 0}.faq__item:first-child{padding:0 0 12px}.faq__item:last-child{border-bottom:none}.faq__title:after{content:url(black-down-arrow.svg);line-height:0;transition:.4s}.faq__title{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.faq__title.active:after{transform:rotate(180deg)}.faq__content.active{display:block}.about__inner{background-color:#eee6;padding:30px 0}.about__right{border-radius:24px;overflow:hidden;position:relative}.about__right img{width:100%}.about__headding h3{color:#e6c87c;font-size:12px;font-weight:700;line-height:100%;letter-spacing:2px;text-transform:uppercase}.about__headding h2{font-size:24px;font-weight:700;line-height:120%;margin-bottom:8px;text-transform:capitalize}.about__headding p{font-size:16px;line-height:160%;margin-bottom:10px}.about__headding p em{font-style:normal;font-weight:700}.about__headding p:last-of-type{margin-bottom:0}.about__headding{margin-bottom:17px}.about__content p{font-size:14px;line-height:160%}.about__content{padding:17px 24px;background-color:#fff;border-radius:24px}.about__left{margin:24px 0 0}.mission__content h3{font-size:12px;font-weight:700;line-height:100%;letter-spacing:2px;margin-bottom:6px;text-transform:uppercase}.mission__content h2{font-size:24px;font-weight:400;line-height:140%;color:#e6c87c;margin-bottom:5px}.mission__content h6{font-weight:400;font-size:14px;line-height:160%;letter-spacing:0}.mission__content h6 em{font-weight:700;font-style:normal}.mission__img{width:64px;border-radius:12px;overflow:hidden}.mission__item-text h4{font-size:18px;font-weight:400}.mission__item-text p{font-size:12px;line-height:160%}.mission__content{background-color:#fff;padding:30px 23px;border-radius:24px;border:4px solid rgb(232 225 208);position:relative;z-index:5}.mission__item-wrap{display:flex;gap:0 12px}.mission__item-text{width:calc(100% - 84px)}.mission__item{margin-bottom:15px}.mission__item:last-child{margin-bottom:0}.mission__inner{padding-bottom:95px;background-color:#eee6}.mission__content:after{content:"";background-image:url(mission-bg-mobi.png);background-repeat:no-repeat;background-size:cover;width:149px;height:177px;position:absolute;bottom:0;right:0;z-index:-1}.mission__items{position:relative;z-index:5;margin-top:16px}.footer__inner{background-color:#fff6ea66;border-top:2px solid rgb(203 168 82);padding:23px 0 18px}.footer__top-left h3{font-size:12px;font-weight:700;line-height:100%;letter-spacing:2px;color:#e6c87c;text-transform:uppercase;margin-bottom:5px}.footer__top-left h2{font-size:24px;font-weight:700;line-height:120%;margin-bottom:3px;text-transform:capitalize}.footer__top-left p{font-size:14px;line-height:160%}.footer__top-left p{font-weight:400;font-size:14px;line-height:160%;margin-bottom:18px}.footer__top-left h5{font-size:14px;font-weight:700;line-height:160%;color:#e6c87c;margin-bottom:9px}.footer__top-left h5 em{font-style:normal}.footer__input input{font-size:16px;line-height:160%;color:#12262099;padding:10.5px 0 10.5px 24px;width:100%;border:1px solid rgb(34 34 34 / .2);border-radius:24px;background-color:#fff;margin-bottom:12px}.footer__input input::placeholder{font-size:16px;line-height:160%;color:#12262099}.footer__btn button{font-size:14px;letter-spacing:2px;text-align:center;width:100%;margin-bottom:24px;cursor:pointer}.footer__btn button:hover{background-color:#fff;color:#122620}.footer__top-right h3{font-size:12px;font-weight:700;line-height:100%;letter-spacing:2px;color:#e6c87c;text-transform:uppercase;margin-bottom:7px;text-align:center}.footer__top-right h2{font-size:24px;font-weight:700;line-height:120%;margin-bottom:18px;text-align:center}.footer__right-item-img{width:32px;margin:0 auto 5px;text-align:center}.footer__right-item p{font-size:8px;font-weight:700;line-height:140%;letter-spacing:1px;text-transform:uppercase;text-align:center;color:#12262099}.footer__right-items{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;justify-content:center}.footer__right-item{width:64px}.footer__center-logo{display:none}.footer__center-contact h3{font-size:12px;font-weight:700;line-height:100%;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}.footer__center-contact a{font-size:18px;font-weight:400;line-height:160%;color:#122620;display:block;margin-bottom:5px}.footer__center-contact a:first-of-type{font-weight:700;line-height:100%}.footer__center-contact a:last-of-type{margin-bottom:0}.footer__center-item h3{font-size:14px;font-weight:700;line-height:100%;letter-spacing:2px;display:flex;align-items:center;justify-content:space-between}.footer__center-item h3:after{content:url(black-down-arrow.svg);line-height:0;transition:.4s}.footer__center-item h3.active:after{transform:rotate(180deg);transition:.4s}.footer__center-list ul li a{font-size:18px;line-height:160%;color:#122620}.footer__center-list ul{display:flex;flex-direction:column;gap:8px 0;margin-top:18px}.footer__center-list-bold{font-weight:700}.footer__center-list{display:none}.footer__center-list.active{display:block}.footer-mobi-bottom-logo{width:148px;margin:22px auto 10px}.footer-mobi-bottom-logo p{font-weight:400;font-size:14px;line-height:160%;letter-spacing:0;text-align:center;margin-top:10px}.footer__bottom-left{display:none}.footer__bottom-list ul li a{font-weight:400;font-size:14px;line-height:160%;letter-spacing:0;color:#122620}.footer__bottom-list ul{display:flex;align-items:center;gap:0 24px;justify-content:center}.footer__bottom-right{display:none}.footer__top-right{border-top:1px solid rgb(56 50 46);padding-top:23px;width:calc(100% + 48px);margin:0 -24px 20px}.footer__center-content{border-top:1px solid rgb(56 50 46);padding-top:23px;width:calc(100% + 48px);margin:0 -24px 16px}.footer__center-item{border-top:1px solid rgb(56 50 46);border-bottom:1px solid rgb(56 50 46);padding:19px 0;width:calc(100% + 48px);margin:0 -24px}.footer__center-item-content{padding:0 20px}.footer__center-item:last-child{border-top:none}.footer__top-right-content,.footer__center-contact{padding:0 20px}.popup{width:100%;padding:0 24px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999999;display:none}.popup__close{width:42px;cursor:pointer;position:absolute;top:-12px;right:-12px;display:none}.popup__main{position:relative;width:100%;height:100%}.active-popup{overflow:hidden}.popup__main-img{border-radius:12px;overflow:hidden}.popup__main-img{width:100%;height:100%}.popup__main-img img{width:100%;height:100%;object-fit:cover}.sticky-btn-try{font-size:14px;letter-spacing:2px}.sticky-btn-try:hover{background-color:#fff;color:#122620}.sticky-btn__img{width:48px;position:absolute;top:-30px;left:12px;z-index:1}.sticky-btn__btn{position:relative}.sticky-btn__inner{padding:0 12px}.sticky-btn{position:fixed;bottom:-100%;left:0;width:100%;transition:bottom .5s ease;z-index:99}.sticky-btn.visible{bottom:12px}@media (min-width:1024px){.btn{background-position:center right 25px}.common-wrap{padding:0 20px}.top-header__left{font-weight:700;font-size:14px;line-height:100%;letter-spacing:1px;text-transform:uppercase;display:flex;align-items:center;gap:0 8px;color:var(--color-white-100)}.top-header__left a{font-weight:400;letter-spacing:0;color:#fffc}.top-header__center{font-size:16px;letter-spacing:1px}.top-header__right-text{font-size:14px;letter-spacing:1px;display:inline-block}.top-header__wrapper{width:100%}.top-header__inner{padding:10px 0}.header__mobi-left{display:none}.header__desk-left{width:148px;position:static;transform:none}.header__center{display:block}.header__wrapper{z-index:9}.header__nav ul li a{font-weight:500;font-size:18px;line-height:120%;letter-spacing:1PX;text-transform:uppercase;color:var(--primary-color);transition:.4s;white-space:nowrap}.header__nav ul{display:flex;align-items:center;gap:0 36px}.header__nav{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header__inner{padding:11px 0}.header__right-text{font-size:10px}.announcement__item-img{width:16px}.announcement__item-text{font-size:12px;letter-spacing:1px;width:calc(100% - 20px)}.announcement__item-text strong{display:inline-block}.announcement__wrapper{gap:0 0;justify-content:center;width:100%;margin:0;flex-direction:row}.announcement__inner{padding:8px 0}.announcement__wrap{gap:4px 0;justify-content:space-between;width:100%;max-width:1220px}[lang="en"] .announcement__wrap{max-width:1110px}.announcement__item:nth-child(odd){flex:none;padding-left:0}.announcement__item:nth-child(2n){flex:none}.hero__inner{position:relative}.hero__content h3{font-size:41px;margin-bottom:10px;padding:0}[lang="es"] .hero__content h3,[lang="pt-PT"] .hero__content h3{font-size:33px}.hero__content h6{font-size:32px}[lang="es"] .hero__content h6,[lang="pt-PT"] .hero__content h6{font-size:22px}.hero__content p{font-size:18px;margin-bottom:15px}[lang="es"] .hero__content p,[lang="pt-PT"] .hero__content p{font-size:16px}.hero__list-content{margin:-5px 0 11px}.hero__list-content br{display:block}.hero__list-title{font-size:16px;gap:0 5.5px}.hero__list-title:before{width:13px;height:13px}.hero__btn-shop a{font-size:16px;margin-bottom:0;background-position:center right 25px;white-space:nowrap}.hero__btn-works a{font-size:16px;background-position:center right 25px;white-space:nowrap}.hero__btn-shop,.hero__btn-works{flex:1 0 40%}.hero__btn{display:flex;align-items:center;gap:0 24px}.hero__bottom a{justify-content:left}.hero__content{padding:0;max-width:628px;position:relative;z-index:2}.hero__right{height:800px}.hero__left{position:absolute;top:80%;left:0;transform:translateY(-50%);width:100%;z-index:9}.hero__bottom-text{font-family:var(--global-font-font-body)}.hero__bottom-text p{margin-bottom:0}.hero__video{width:229px;bottom:100px;left:60%}.hero__right:after{content:none}.hero__modal{width:845px;height:475px}.hero__modal-close{right:-21px}.featured__top-title{margin-bottom:0;white-space:nowrap}.featured__items{padding:0;gap:20px 47px}.featured__item{flex:none;max-width:100%}.featured__inner{padding:36px 0}.featured__wrapper{display:flex;align-items:center;gap:0 48px;justify-content:center}.review-card__headding h2 em{text-decoration:underline;text-decoration-thickness:1.2px;text-underline-offset:2px}.review-card__headding h3{font-size:14px;margin-bottom:5px}.review-card__headding h2{font-size:28px;letter-spacing:0;margin-bottom:9px}.review-card__headding h2 br{display:none}.review-card__headding p{font-size:18px;max-width:793px;margin:0 auto 27px}.review-card__headding p em{display:inline}.review-card__item-content{padding:17px 0 16px}.review-card__item{margin-right:0;flex:1 0 23%}.review-card__items{width:100%;margin:0;padding-left:0;display:flex;gap:0 24px;justify-content:center}.review-card__arrow{display:none}.review-card__inner{padding:144px 0 128px}.review-card__item-content-text{margin-bottom:0;font-size:18px;font-style:normal}.review-card__item-name{margin-bottom:6px}.comparision__headding h5{font-size:14px}.comparision__headding h3{font-size:28px}.comparision__headding p{font-size:18px;max-width:836px;margin:0 auto}.comparision__headding p em{display:inline}.comparision__drag-text{padding:5px 24px;display:inline-block;margin-top:28px}.comparision__headding{text-align:center}.comparision__img{max-width:846px;height:476px;margin:23px auto 0}.comparision__inner{padding:15px 0 140px}.results__headding h3 br{display:none}.results__headding h5{font-size:14px;margin-bottom:5px}.results__headding h3{font-size:28px}.results__headding p{font-size:18px;max-width:921px;margin:0 auto}.results__headding p em{display:inline}.results__video{max-width:846px;height:476px;margin:0 auto 40px}.results__bot h4{font-size:28px;padding-bottom:28px}.results__bot-item h6{font-size:72px}.results__bot-item p{font-size:24px;margin-top:-20px}.results__bot-item{margin-bottom:0;max-width:100%;flex:1 0 25%}.results__bot{max-width:957px;margin:0 auto}.results__bot-wrap{display:flex;gap:0 24px}.results__inner{padding-bottom:140px}.treatments__headding h5{font-size:14px}.treatments__headding h3{font-size:28px}.treatments__headding h3 br{display:none}.treatments__headding p{font-size:18px}.treatments__content h6,.treatments__content h4{font-size:19px}.treatments__content ul li{font-size:14px}.treatments__content{padding:20px 24px}.treatments__items{width:100%;margin:0 auto;padding-left:0;max-width:628px;display:flex;gap:0 24px}.treatments__item{margin-right:0}.treatments__img{position:relative;height:320px}.treatments__img-text{display:block;font-weight:700;font-size:12px;line-height:100%;letter-spacing:2px;text-align:center;text-transform:uppercase;color:#e6c87c;padding:6px 12px;background-color:#122620;border-radius:24px;position:absolute;top:12px;left:-12px}.treatments__video-play-icon{display:block;width:72px;cursor:pointer;position:absolute;top:calc(50% - 35px);left:calc(50% - 35px);z-index:1}.treatments__modal{position:fixed;z-index:999;left:50%;top:50%;transform:translate(-50%,-50%);width:327px;height:184px;opacity:0;transition:opacity .8s ease;pointer-events:none}.treatments__modal.active{opacity:1;pointer-events:auto}.treatments__modal-content{position:relative;width:100%}.treatments__modal-content video{width:100%;height:auto;border:6px solid rgb(255 255 255);border-radius:24px}.treatments__modal-close{position:absolute;width:42px;top:-21px;right:12px;cursor:pointer;z-index:5}.treatments__des p{max-width:100%}.treatments__des{display:table;margin:24px auto 0;padding:5px 39px}.treatments__arrow{display:none}.treatments__inner{padding:0 0 140px}.different__headding h4{font-size:14px;margin-bottom:5px}.different__headding{margin-bottom:45px}.different__headding h3{font-size:28px}.different__headding h3 br{display:none}.different__headding h6{font-size:18px}.different__headding p{font-size:18px;max-width:1062px;margin:0 auto}.different__wrap{max-width:732px;display:flex;gap:0 24px}.different__card{flex:1 0 40%;margin-bottom:0;height:354px}.different__img-text{font-size:14px;top:auto;bottom:-18px}.different__card:nth-child(2) .different__img-text{bottom:-18px}.different__extra-img{width:93px;bottom:-34px;left:-41px}.different__mark-img{top:-16px;right:auto;left:50%;transform:translate(-50%)}.different__inner{padding:0 0 143px}.img-with-text__content p{font-size:36px;line-height:120%;position:relative;z-index:2}.img-with-text__content{padding:75px 48px;position:relative;z-index:2}.img-with-text__wrap{display:flex}.img-with-text__left{width:297px;height:409px}.img-with-text__right{width:calc(100% - 297px)}.img-with-text__img{width:100%;height:100%}.img-with-text__img img{width:100%;height:100%;object-fit:cover}.img-with-text__content p em:first-of-type{display:block}.img-with-text__content:after{content:"";background-image:url(img-with-text-bg-img.png);background-repeat:no-repeat;background-size:cover;width:418px;height:100%;position:absolute;top:0;right:0;z-index:1}.img-with-text__content p em:last-child{text-underline-offset:3px}.review-card__inner_second .review-card__headding p{max-width:775px}.review-card__inner_second .review-card__headding p br{display:none}.review-card__inner_second .review-card__item-content-star{width:86px}.review-card__inner_second .review-card__item-content-star-text{font-size:14px}.review-card__inner_second .review-card__item-content-text,.review-card__inner_second .review-card__item-name{font-size:16px}.review-card__inner_second .review-card__item-content{padding:17px 0 16px}.review-card__inner_second{padding:140px 0 128px}.review-card__inner_video .review-card__headding h2 br{display:none}.review-card__inner_video .review-card__headding p{max-width:100%}.review-card__inner_video .review-card__item-content-star{width:86px}.review-card__inner_video .review-card__item-content-star-text{font-size:14px}.review-card__inner_video .review-card__item-content-text,.review-card__inner_video .review-card__item-name{font-size:16px}.steps__content h6 em{display:inline}.steps__content h3{font-size:14px}.steps__content h2{font-size:28px}.steps__content h6{margin-bottom:12px}.steps__content p{display:block;font-weight:400;font-size:14px;line-height:160%;letter-spacing:0}.steps__content p em{font-style:normal;font-weight:700}.steps__content{padding-top:0}.steps__number{font-size:14px;margin-bottom:4px;padding:2px 12px}.steps__item{margin-bottom:20px}.steps__items{max-width:302px;margin-top:16px}.steps__right{width:32%}.steps__left{width:40.5%}.steps__wrapper{display:flex;align-items:center;gap:0 133px;justify-content:center}.steps__inner{padding-bottom:144px}.steps__img p{font-size:36px;max-width:423px;bottom:30px;left:35px}.steps__des{display:inline-block;padding:6px 24px}.benefits__headding h3{font-size:14px;margin-bottom:7px}.benefits__headding h2{font-size:28px;margin-bottom:10px}.benefits__item-img{margin-bottom:14px}.benefits__item-content h3{font-size:24px;margin-bottom:0}.benefits__item-content h3 br{display:block}.benefits__item{flex:1 0 31.33%;padding:24px 24px 15px;max-width:calc(100% / 3 - 16px);height:auto}.benefits__items{width:auto;margin:0;padding-left:0;display:flex;gap:24px;flex-wrap:wrap}.benefits__wrap{max-width:954px;margin:0 auto}.benefits__arrow{display:none}.benefits__inner{padding-bottom:144px}.vs__top h3{font-size:14px;margin-bottom:6px;text-align:center}.vs__top h2{font-size:28px;margin-bottom:7px;text-align:center}.vs__top h2 br{display:none}.vs__item-list ul li{font-size:16px}.vs__top h6{text-align:center;font-size:18px}.vs__top p{font-size:18px;margin-bottom:26px;text-align:center}.vs__item-logo{margin-bottom:12px}.vs__item h2{font-size:24px;margin-bottom:11px;height:64px}.vs__item-white-bg .vs__bot-list{padding-top:12px;margin-top:12px}.vs__item-list ul{gap:7px 0}.vs__item-off-white-bg .vs__bot-list{padding-top:12px;margin-top:12px}.vs__item-off-white-bg{padding:24px 48px 35px}.vs__item-white-bg{padding:24px 48px 35px;z-index:1}.vs__item{flex:1 0 40%;margin-bottom:0}.vs__wrap{display:flex;gap:0 24px;justify-content:center;padding:0;max-width:846px;margin:0 auto}.vs__inner{padding-bottom:144px}.vs__text{top:32px;transform:none;left:-36px}.reviews__inner{padding:98px 0 65px}.reviews__top h3{margin-bottom:4px;font-size:14px}.reviews__top h2{font-size:28px;margin-bottom:10px}.reviews__top h2 br{display:none}.reviews__btn a{font-size:16px;max-width:411px;background-position:center right 25px}.reviews__btn{text-align:center;margin-top:280px}.reviews__top p em{display:inline}.guaranteed__right-img{width:57px;position:static;transform:none;height:fit-content;margin-top:6px}.guaranteed__content h3{font-size:24px;text-align:left;margin:0 0 2px}.guaranteed__content h3 br{display:none}.guaranteed__content p{text-align:left;margin:0 0 2px}.guaranteed__content p br:last-child{display:none}.guaranteed__content h6{text-align:left}.guaranteed__wrap{display:flex;gap:24px;width:100%;flex-direction:column;align-items:center;padding:0}.guaranteed__right-img img{object-fit:contain;height:auto}.guaranteed__content{padding:0;max-width:520px;width:calc(100% - 81px)}.guaranteed__wrapper{display:flex}.guaranteed__left{width:49.25%}.guaranteed__right{width:50.75%;padding:30px 50px;display:flex;align-items:center}.guaranteed__left-items{align-items:normal}.guaranteed__left-item img{width:100%;height:100%;object-fit:cover}.product__small-items-left-arrow{top:-26px;left:50%;transform:translate(-50%) rotate(-90deg)}.product__left-bottom{display:block;margin-top:48px}.product__quality{display:block}.product__right{width:37%;margin-top:0}.product__left{width:57.578125%;position:sticky;top:0;height:fit-content}.product__wrapper{display:flex;gap:0 24px}.product__small-wrap{margin-top:44px}.product__big-badge{top:12px;left:12px}.product__star{width:86px}.product__right-star-text{font-size:14px}.product__right-top{gap:0 8px;margin:0 0 10px}.product__top-title{font-size:14px}.product__small{position:static;width:97px}.product__wrap{display:flex;gap:0 12px}.product__big{width:85.21%}.product__small-items{width:auto;margin:-6px 0}.product__small-item{margin:6px 0;border:2px solid rgb(2 3 18 / .1)!important;width:97px!important;height:97px!important}.product__big-main-badge{display:flex;align-items:center;gap:0 10px;padding:8px 12px;background-color:#f7b5d2;position:absolute;left:50%;transform:translate(-50%);bottom:-16px;border-radius:12px}.product__big-main-badge img{width:19px;line-height:0}.product__big-main-badge p{font-weight:700;font-size:14px;line-height:120%;text-align:center;color:#fff}.product__big-main{position:relative}.product__small-items-right-arrow{top:auto;right:auto;left:50%;bottom:-28px;transform:translate(-50%) rotate(90deg)}.product__quality-img{width:48px;margin:0 auto 4px}.product__right-content p em{text-underline-offset:1px}.product__quality-item p{font-weight:700;font-size:14px;line-height:120%;text-align:center}.product__quality-item p em{font-style:normal;font-weight:400;display:block}.product__quality-items{display:flex;gap:0 36px;margin-top:28px;justify-content:center}.product__quality-item span{display:none}.product__quality-item:last-child span{display:inline-block}.product__left-bottom-star{width:86px;line-height:0}.product__left-bottom-right-text{font-weight:700;font-size:14px;line-height:100%}.product__left-bottom-right-top{display:flex;align-items:center;gap:0 8px;margin-bottom:9px}.product__left-bottom-right p{font-size:16px;font-style:italic;line-height:160%;margin-bottom:4px}.product__left-bottom-right h3{font-weight:700;font-size:19px;line-height:120%}.product__inner{padding:48px 0 42px}.product__left-bottom-verified{font-weight:700;font-size:14px;line-height:160%;letter-spacing:2px;text-transform:uppercase;display:flex;align-items:center;gap:0 5px}.product__big-item-zoom{display:block;position:absolute;top:0;right:0;padding:6px;border:1px solid rgb(255 255 255);background-color:#fff;border-radius:0 24px;cursor:pointer}.product__left-bottom-left{width:148px}.product__left-bottom-wrap{background:#fff9;border-radius:24px;overflow:hidden;max-width:627px;margin-left:auto;display:flex}.product__left-bottom-right{padding:30px 24px 18px;width:calc(100% - 148px)}.product__left-bottom-verified:before{content:url(CheckCircle.svg);line-height:0}.product__right-content h2{font-size:32px;margin-bottom:2px}.product__right-content p{max-width:446px}.product__list-title h5{font-size:16px}.product__list-item{margin-bottom:4px}.product__list-items{margin-bottom:17px}.product__color-and-price{padding:11px 0}.product__guide-top{margin-top:6px}.product__quantity-and-btn{margin:10px 0 7px}.product__guarantee{margin-bottom:10px}.product__des p{font-size:18px!important;margin-bottom:9px}.product__list-content p{font-size:14px;max-width:100%}.product__list-content p br{display:none}.product__purchase-content-item-left{max-width:100%}.product__purchase-content-item-left h6{font-size:16px}.product__purchase-content-item-left p{max-width:100%;font-size:14px}.product__purchase-content-item-left p em{font-size:12px}.product__purchase-content-item label{padding:0}.product__purchase-content-item-right p{max-width:100%}.product__color-left{width:130px}.product__dropdown-content p{font-size:14px}.product__list-title img{max-width:15px}.product__add-ons-text{font-size:var(--global-font-size-mobile-H4);line-height:19.2px}.product__add-ons-item-left p{font-size:var(--global-font-size-mobile-base-xs);line-height:17.6px;margin-bottom:0}.product__quantity-btn a{font-size:16px}.product__add-ons-item-right{display:flex;align-items:center;gap:0 4px}.product__quality-btn a{font-size:var(--global-font-size-desktop-button);line-height:19.2px;padding:13.7px 85px;background-position:center right 25px;white-space:nowrap}.product__learn-left p{font-size:14px;line-height:140%;margin-bottom:0}.product__learn-left{max-width:239px}.product__learn-wrap{padding:6.7px 24px}.product__dropdown-title h3{font-size:16px}.product__ques{margin-bottom:0}.product__badge-wrap,.product__mobi-quality{display:none}.product__dropdown-item{padding:3px 0}.product__add-ons-variant-item-input:checked+label:after{top:20px}.faq__inner{padding:90px 0 75px}.faq__headding h3{text-align:left;font-size:14px}.faq__headding h2{font-size:28px;text-align:left;padding:0}.faq__content{margin-top:10px}.faq__headding{margin-bottom:0}.faq__title h4{font-size:16px;width:495px}.faq__item:last-child{border-bottom:none;padding:12px 0}.faq__wrap{display:flex;gap:0 60px;max-width:1063px;margin:0 auto;justify-content:space-between}.faq__left{width:35.28%}.faq__right{width:59%}.about__headding h3{font-size:14px;margin-bottom:0}.about__headding h2{font-size:28px;letter-spacing:0;max-width:300px}.about__headding p{font-size:18px}.about__headding p:last-of-type{font-size:16px}.about__headding p em{display:block}.about__content p{font-size:16px}.about__left{margin:0;width:38.66415%}.about__top-wrap{display:flex;flex-direction:row-reverse;gap:0 133px;align-items:center}.about__top{max-width:1063px;margin:0 auto}.about__right{width:48.824%;height:100%}.about__inner{padding:40px 0}.mission__content h3{font-size:14px;margin-bottom:0}.mission__content h2{font-size:42px;margin-bottom:0}.mission__content h2 br{display:none}.mission__content h6{font-size:24px}.mission__img{width:84px;margin-bottom:5px;border-radius:24px}.mission__img img{width:100%;height:100%;object-fit:contain}.mission__item-text h4{font-size:24px}.mission__item-text p{font-size:16px}.mission__item{margin-bottom:0;max-width:302px}.mission__item-text{width:auto}.mission__item-wrap{flex-direction:column;align-items:flex-start}.mission__items{display:flex;gap:0 78px;position:absolute;bottom:-191px;left:109px;margin-top:0}.mission__content{position:relative;padding:88px 109px 74px;border:8px solid rgb(232 225 208)}.mission__content:after{background-image:url(mission-desk-bg.png);width:413px;height:100%;background-size:cover;bottom:auto;top:0}.mission__inner{padding-bottom:323px}.footer__top-left h3{font-size:14px}.footer__top-left h2{font-size:28px}.footer__top-left h2 br{display:none}.footer__top-left p{font-size:14px;margin-bottom:2px}.footer__top-left h5 em{text-decoration:underline;text-decoration-thickness:0%;text-underline-offset:1px}.footer__top-left p br:last-of-type{display:none}.footer__top-left h5 br{display:none}.footer__input input{padding:10.5px 132px 10.5px 24px;width:326px;border-radius:24px 0 0 24px;margin-bottom:0}.footer__btn{width:calc(100% - 326px)}.footer__btn button{padding:14px 15px;width:100%;border-radius:0 24px 24px 0;margin-bottom:0}.footer__input-and-btn{display:flex;align-items:center;width:518px}.footer__news-letter-message p{margin:10px 0 18px;text-align:left;max-width:100%}.footer__top-right h3{font-size:14px;text-align:left}.footer__top-right h2{font-size:28px;text-align:left;margin-bottom:14px}.footer__right-items{gap:0 12px;justify-content:flex-start}.footer__top-right{border-top:none;padding-top:0;width:40.46875%;margin:0}.footer__top-right-content{padding:0}.footer__center-contact h3{font-size:14px}.footer__center-contact a{font-weight:700}.footer__center-contact{padding:0}.footer__center-content{border-top:none;padding-top:0;width:auto;margin:0}.footer__center-item h3:after{content:none}.footer__center-list ul li a{font-size:16px}.footer__center-list ul{margin-top:8px;gap:2px 0}.footer__center-item{border-top:none;border-bottom:none;padding:0;width:auto;margin:0}.footer__center-item-content{padding:0}.footer__center-list{display:block}.footer-mobi-bottom-logo{display:none}.footer__center-logo{display:block;width:148px}.footer__center-logo p{font-size:14px;line-height:160%;letter-spacing:0;margin-top:10px}.footer__bottom-left{display:block;font-size:14px;line-height:160%}.footer__bottom{display:flex;align-items:center;justify-content:space-between}.footer__top-wrap{display:flex;gap:0 204px;margin-bottom:22px}.footer__top-left{width:43.515625%}.footer__center-wrap{display:flex;justify-content:space-between;margin-bottom:20px}.footer__center-items{display:flex;gap:0 186px;margin-right:24px}.footer__center{border-top:1px solid rgb(56 50 46);padding-top:24px}.footer__bottom-right{display:block;max-width:306px}.footer__inner{padding:48px 0 12px}.popup{width:auto;height:90vh;padding:0}.sticky-btn{width:351px;left:50%;transform:translate(-50%)}.sticky-btn__inner{padding:0}.sticky-btn.visible{bottom:24px}.hero-video-player{width:350px;position:absolute;right:2rem;top:4rem;border-radius:20px;left:unset;transform:unset}.desktop-only{display:block}.mobile-only{display:none}}@media (max-width:1024px){.hero__modal-content video{height:auto}}