.pbtn{background-color:#3cdbc0;color:#1c4220;border:var(--button-border-width) solid transparent;padding:16px 20px;font-family:var(--font-button-family);font-weight:600;text-decoration:none;border-radius:var(--button-radius);box-shadow:var(--button-shadow-horizontal-offset) var(--button-shadow-vertical-offset) 0 rgba(var(--color-shadow),.3);display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;text-transform:uppercase;height:43px;box-sizing:border-box}.pbtn:hover{padding-left:16px;padding-right:16px}.pbtn:active{transform:translateY(0);box-shadow:var(--button-shadow-horizontal-offset) var(--button-shadow-vertical-offset) 0 rgba(var(--color-shadow),.3)}.pbtn--arrow .icon{transition:transform .3s ease}.pbtn--arrow:hover .icon{transform:translate(4px)}@media screen and (max-width: 767px){.pbtn--arrow-mob-fw{width:100%;justify-content:center}}.pbtn .icon-arrow-fat{width:18px;height:auto}.pbtn{font-size:16px;font-weight:600;text-transform:uppercase}.img-hero .page-width{max-width:var(--page-width);margin:0 auto;padding:0 16px}@media screen and (min-width: 768px) and (max-width: 1024px){.img-hero .page-width{padding:0 32px}}.img-hero{color:var(--color-text-green);letter-spacing:0;overflow:hidden;width:100%;height:600px;position:relative}.img-hero--no-slides{background:url(herosvg.svg) no-repeat,#00957a;background-size:auto,cover;background-position:calc(100% + 80px) center,center}.img-hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:22px;background:#fdda24;z-index:1}@media screen and (max-width: 768px){.img-hero:after{height:14px}}@media screen and (max-width: 768px){.img-hero{background-size:60%,cover;background-position:calc(100% + 115px) bottom,bottom}}@media screen and (min-width: 769px) and (max-width: 1024px){.img-hero{background-size:70%,cover;background-position:center center,center}}.img-hero[style*=background-image]{background:var(--hero-slide-image) center/cover no-repeat!important}.img-hero.has-custom-background{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.img-hero__slider{position:relative;width:100%;height:100%;overflow:hidden}.img-hero__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;background:inherit}.img-hero__slide[style*=background-image]{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.img-hero__slide--active{opacity:1}.img-hero__nav{position:absolute;bottom:36px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}@media screen and (max-width: 768px){.img-hero__nav{gap:16px;bottom:32px}}.img-hero__nav-dot{width:16px;height:16px;border-radius:50%;background:transparent;border:2px solid var(--slide-dot-color, white);cursor:pointer;transition:background .3s ease}@media screen and (max-width: 768px){.img-hero__nav-dot{width:18px;height:18px}}.img-hero__nav-dot--active{background:var(--slide-dot-active-color, white)}.img-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.img-hero__arrow:hover{background:#fff6}.img-hero__arrow--prev{left:20px}.img-hero__arrow--next{right:20px}.img-hero__arrow svg{width:20px;height:20px;fill:#fff}.img-hero__bg{position:relative;height:100%;z-index:2}.img-hero__bg-right{position:absolute;width:300px;height:400px;top:-50px;right:5%;background-size:contain;background-repeat:no-repeat;background-position:center;z-index:2;min-height:300px;min-width:200px}.img-hero__bg-left{position:absolute;width:200px;height:300px;bottom:0;right:70%}.img-hero__bg-mob{position:absolute;width:auto;height:auto;display:none;bottom:0;right:45%}.img-hero__bg-badge{margin:-40px 0 40px}.img-hero__bg-main{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.img-hero__bg-img{position:absolute;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom}.img-hero__bg-img--mobile{display:none}@media screen and (max-width: 768px){.img-hero__bg-img--mobile{display:block}}.img-hero__bg-img--desktop{display:block}@media screen and (max-width: 768px){.img-hero__bg-main:has(.img-hero__bg-img--mobile) .img-hero__bg-img--desktop{display:none}}.img-hero__bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center bottom;z-index:1;pointer-events:none}.img-hero__grid{display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:stretch;z-index:1;position:relative;min-height:100%}.img-hero__col-body{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:50px;width:100%}@media screen and (max-width: 1024px){.img-hero__slide:not(:has(.img-hero__img)) .img-hero__col-body,.img-hero__slide:not(:has(.img-hero__media img)) .img-hero__col-body,.img-hero__slide--no-image .img-hero__col-body{width:100%;flex-basis:100%;text-align:left}.img-hero__slide:not(:has(.img-hero__img)) .img-hero__col-media,.img-hero__slide:not(:has(.img-hero__media img)) .img-hero__col-media,.img-hero__slide--no-image .img-hero__col-media{display:none}}@media screen and (max-width: 1024px){.img-hero__head{max-width:360px}}.img-hero__col-media{width:50%;flex-basis:50%;display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:space-between;position:relative;min-height:100%}.img-hero__header{margin-bottom:16px;max-width:670px;text-align:left;padding-left:45px;padding-top:17px}@media screen and (max-width: 1024px){.img-hero__header{margin-left:0}}@media screen and (max-width: 768px){.img-hero__header{padding-left:0;padding-top:2px}}.img-hero__prehead{font-size:21px;font-weight:600;letter-spacing:.02em;line-height:100%;text-align:left}.img-hero__upper{margin-bottom:-8px;font-size:18px;font-weight:600;line-height:1.22}.img-hero__head{max-width:623px;font-family:Barlow;font-style:normal;font-weight:500;font-size:56px;line-height:59px;text-align:left;font-feature-settings:"pnum" on,"lnum" on;flex:none;order:0;flex-grow:0;margin:0}.img-hero__price-wrap{white-space:nowrap}.img-hero__old-price{color:#1c4220cc;font-size:58px;font-weight:500;text-decoration:line-through;text-decoration-thickness:2px}.img-hero__subhead{font-size:21px;font-style:normal;font-weight:400;line-height:30px;max-width:493px;margin-top:16px}.img-hero__subhead p{margin-bottom:10px;margin-top:0}.img-hero__subhead p:last-child{margin-bottom:0}.img-hero__btn-wrap{margin-top:32px}.img-hero__media{font-size:0;display:flex;align-items:flex-end;justify-content:flex-end;position:relative;height:100%;width:100%}.img-hero__img{max-height:530px;object-fit:contain;position:absolute;bottom:23px;right:55px;display:block;width:auto;height:auto;max-width:100%;align-self:flex-end}@media screen and (min-width: 1025px){.img-hero__img{position:absolute;bottom:22px;right:0}}@media screen and (max-width: 1024px){.img-hero__img{position:absolute;bottom:22px;right:50%;transform:translate(50%)}}.img-hero__right-blc{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding-top:80px;margin-right:-10px}.img-hero__badge-wrap{font-size:0}.img-hero .pay-features{margin-top:auto}.img-hero .pay-features__items{display:flex;flex-flow:column nowrap;align-items:flex-end;justify-content:flex-end;margin:0;padding:0;row-gap:55px;column-gap:10px;list-style:none}.img-hero .pay-features__item{text-align:left;min-height:24px;list-style:none}.img-hero .pay-features__item:last-child .pay-features__desc{font-size:10px;line-height:16px;max-width:300px}.img-hero .pay-features__media{margin-bottom:6px;font-size:0}.img-hero .pay-features__desc{font-size:16px;font-weight:400;margin:0 auto;max-width:200px;line-height:24px;text-align:right}.img-hero .pay-features__desc span{display:block;margin-bottom:20px;text-align:right;font-size:48px;font-weight:500;font-family:var(--font-heading2-family);font-feature-settings:"lnum"}.img-hero__cert-items{display:block;padding:0;list-style:none;font-size:0;align-self:flex-end;margin:auto auto 0;text-align:left}.img-hero__cert-item{margin-bottom:20px;text-align:left;display:block;list-style:none;font-size:0}.img-hero__cert-item:last-child{margin-bottom:0}.img-hero__cert-img-wrap{display:inline-block}@media screen and (min-width: 1025px){.img-hero__bg-video--desktop{display:block}.img-hero__bg-video--mobile{display:none}.img-hero__bg-left{right:69%}.img-hero__bg-right{left:90%}}@media screen and (min-width: 1440px){.img-hero__media{margin-left:-10%}}@media screen and (max-width: 1024px) and (min-width: 769px){.img-hero__col-body{width:65%;flex-basis:65%;max-width:none}.img-hero__col-media{width:35%;flex-basis:35%}.img-hero__header{max-width:100%;margin-bottom:20px}.img-hero__header *{text-align:left!important}.img-hero__head{width:100%;max-width:100%;height:auto;font-size:42px;line-height:46px;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.img-hero__prehead{font-size:26px;line-height:32px}.img-hero__subhead{max-width:100%;font-size:18px;line-height:26px}}@media screen and (max-width: 768px) and (min-width: 481px){.img-hero__grid{display:flex;flex-direction:column;gap:0}.img-hero__col-body{width:100%;order:1;text-align:center;max-width:none}.img-hero__header{max-width:100%;margin-bottom:20px;padding-left:0}.img-hero__header *{text-align:left}.img-hero__head{width:100%;max-width:100%;height:auto;font-size:38px;line-height:42px;word-wrap:break-word}.img-hero__prehead{font-size:24px;line-height:30px}.img-hero__subhead{max-width:100%;font-size:17px;line-height:25px}}@media screen and (max-width: 1024px){.img-hero{height:700px;display:flex;flex-direction:column}.img-hero__bg-video--desktop{display:block}.img-hero__bg-video--mobile{display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;object-position:center bottom;z-index:1;pointer-events:none;min-height:100%;min-width:100%;-webkit-playsinline:true;-webkit-video-playable-inline:true;-webkit-media-controls:none}.img-hero__arrow{width:40px;height:40px}.img-hero__arrow--prev{left:10px}.img-hero__arrow--next{right:10px}.img-hero__arrow svg{width:16px;height:16px}.img-hero__col-body{order:1}.img-hero__col-media{order:2;display:flex;align-items:flex-end;justify-content:center;visibility:visible;width:100%;height:auto;min-height:auto;overflow:hidden;opacity:1;margin-top:12px;text-align:left;flex:1 1 auto;position:relative;z-index:2}.img-hero__bg{overflow:hidden;height:100%;display:flex;flex-direction:column}.img-hero__bg-left,.img-hero__bg-right,.img-hero__bg-mob,.img-hero__bg-badge{display:none}.img-hero__grid{display:flex;flex-direction:column;height:100%;flex:1 1 auto}.img-hero__media{display:flex;align-items:flex-end;justify-content:center;width:100%;position:relative;z-index:2;visibility:visible;opacity:1}.img-hero__img{position:absolute;bottom:22px;left:50%;transform:translate(-50%);max-height:none;width:auto;max-width:350px;height:auto;margin:0;z-index:auto;display:block;visibility:visible;opacity:1}.img-hero__col-body{padding-top:70px;width:100%;text-align:center;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:0;flex:0 0 auto}.img-hero__header{text-align:left;padding-left:0}.img-hero__header *{text-align:left!important}.img-hero__prehead{font-size:18px;line-height:1;margin-bottom:4px}.img-hero__upper{font-size:14px;margin-bottom:5px}.img-hero__head{font-family:Barlow;font-style:normal;font-weight:500;font-size:40px;line-height:46px;text-align:center;font-feature-settings:"pnum" on,"lnum" on;max-width:460px;width:auto;height:auto;margin:0;-webkit-hyphens:none;hyphens:none}.img-hero__head:before{width:40px;height:9px;margin-bottom:5px}.img-hero__old-price{font-size:44px}.img-hero__subhead{font-size:16px;line-height:24px;margin:10px 0 30px;text-align:center;max-width:420px}.img-hero__subhead p:last-child{margin-bottom:0}.img-hero__btn-wrap{margin-top:14px;text-align:center}.img-hero__btn{width:auto}.img-hero__right-blc{display:none}.img-hero__badge{max-width:98px;height:auto}.img-hero .pay-features{width:100%}.img-hero .pay-features__items{flex-wrap:wrap;justify-content:center;row-gap:20px;column-gap:32px;max-width:100%}.img-hero .pay-features__item{width:100%;flex-basis:100%}.img-hero .pay-features__item:nth-child(2),.img-hero .pay-features__item:nth-child(3){display:none}.img-hero .pay-features__item:last-child .pay-features__desc{max-width:100%;position:absolute;bottom:20px}.img-hero .pay-features__desc{max-width:125px;display:flex;flex-wrap:wrap;text-align:left;font-size:14px;line-height:20px;margin-left:0}.img-hero .pay-features__desc span{font-size:32px;margin:0 0 10px}.img-hero__cert-item{margin-bottom:14px}}@media screen and (max-width: 1024px) and (max-width: 480px){.img-hero{height:700px}}
/*# sourceMappingURL=/cdn/shop/t/54/assets/section-image-hero.css.map */
