subscribe-hero{display:block;position:relative;overflow:hidden;background-color:var(--sbh-bg, #f0ece5)}subscribe-hero .sbh__wrapper{position:relative;box-sizing:border-box;max-width:1920px;margin:0 auto;padding:100px 150px}subscribe-hero .sbh__media{position:absolute;top:var(--sbh-img-top-d, 0px);right:var(--sbh-img-right-d, 0px);width:var(--sbh-img-w-d, 55%);height:var(--sbh-img-h-d, 100%);z-index:0;pointer-events:none}subscribe-hero .sbh__media img{display:block;width:100%;height:100%;object-fit:var(--sbh-img-fit, cover);object-position:var(--sbh-img-pos, center bottom)}subscribe-hero .sbh__media--mobile{display:none}subscribe-hero .sbh__content{position:relative;z-index:1;max-width:var(--sbh-content-max-w-d, 700px)}subscribe-hero .sbh__head{display:flex;flex-direction:column;align-items:flex-start;gap:15px}subscribe-hero .sbh__caption{margin:0;color:var(--sbh-caption-color, #40673d);font-family:"Satoshi",sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:130%;letter-spacing:1.8px;text-transform:uppercase}subscribe-hero .sbh__title{margin:0;color:var(--sbh-heading-color, #22431f);font-family:"Sentient",serif;font-size:var(--sbh-title-size-d, 62.5px);font-style:normal;font-weight:400;line-height:100%;letter-spacing:-2.55px}subscribe-hero .sbh__text{color:var(--sbh-text-color, #22431f);font-family:"Satoshi",sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:140%}subscribe-hero .sbh__text>*:first-child{margin-top:0}subscribe-hero .sbh__text>*:last-child{margin-bottom:0}subscribe-hero .sbh__features{margin:var(--sbh-features-gap-d, 125px) 0 0;padding:0;list-style:none;display:flex;width:var(--sbh-features-w-d, 350px);max-width:min(var(--sbh-features-max-w-d, 350px),100%);flex-direction:column;align-items:stretch;gap:35px}subscribe-hero .sbh__feature{display:flex;align-items:center;gap:15px;box-sizing:border-box;padding:17px 36px;border-radius:7.5px;border:1px solid #c4bfb9;margin:0;backdrop-filter:blur(10px)}subscribe-hero .sbh__feature__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--sbh-text-color, #22431f)}subscribe-hero .sbh__feature__icon,subscribe-hero .sbh__feature__icon>svg,subscribe-hero .sbh__feature__icon>img{width:30px;height:30px;aspect-ratio:1/1}subscribe-hero .sbh__feature__icon>img{object-fit:contain}subscribe-hero .sbh__feature__text{color:var(--sbh-text-color, #22431f);font-family:"Satoshi",sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:135%}subscribe-hero .sbh__form{position:relative;z-index:1;box-sizing:border-box;margin-top:var(--sbh-form-gap-d, 120px);padding:67px 64px;border-radius:20px;background:var(--sbh-form-bg, #22431f);box-shadow:0 4px 4px 0 rgba(0,0,0,.15)}subscribe-hero .sbh__form__row{display:flex;align-items:flex-end;gap:35px}subscribe-hero .sbh__field{display:flex;flex:1 1 0;min-width:0;flex-direction:column;gap:12px}subscribe-hero .sbh__label{color:var(--sbh-label-color, #e3ffde);font-family:"Satoshi",sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:1px;text-transform:uppercase}subscribe-hero .sbh__input{width:100%;box-sizing:border-box;padding:20px 23px;border-radius:7.5px;border:.5px solid #c4bfb9;background:var(--sbh-input-bg, #40673d);color:#fff;font-family:"Satoshi",sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:normal;outline:none;appearance:none}subscribe-hero .sbh__input::placeholder{color:#fff;opacity:.6}subscribe-hero .sbh__input:focus{border-color:#fff}subscribe-hero .sbh__submit{flex:1 1 0;min-width:0;box-sizing:border-box;display:inline-block;padding:20px 45px;border:none;border-radius:10px;background:var(--sbh-btn-bg, #fff);color:var(--sbh-btn-color, #22431f);text-align:center;text-decoration:none;leading-trim:both;text-edge:cap;font-family:"Satoshi",sans-serif;font-size:22.5px;font-style:normal;font-weight:500;line-height:100%;cursor:pointer;transition:opacity .2s ease}subscribe-hero .sbh__submit:hover{opacity:.85}subscribe-hero .sbh__note{margin-top:40px;color:#fff;text-align:center;font-family:"Satoshi",sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:145%}subscribe-hero .sbh__note>*:first-child{margin-top:0}subscribe-hero .sbh__note>*:last-child{margin-bottom:0}subscribe-hero .sbh__note a{color:inherit}@media(max-width: 1199.98px){subscribe-hero .sbh__wrapper{padding:80px 60px}subscribe-hero .sbh__features{margin-top:calc(var(--sbh-features-gap-d, 125px)*.6)}subscribe-hero .sbh__form{margin-top:calc(var(--sbh-form-gap-d, 120px)*.6);padding:40px}subscribe-hero .sbh__form__row{flex-wrap:wrap;gap:20px}subscribe-hero .sbh__submit{flex:1 0 100%}}@media(max-width: 767.98px){subscribe-hero .sbh__wrapper{padding:40px 20px}subscribe-hero .sbh__media--desktop{display:none}subscribe-hero .sbh__media--mobile{display:block}subscribe-hero .sbh__media{top:auto;bottom:var(--sbh-img-top-m, 0px);right:var(--sbh-img-right-m, 0px);width:var(--sbh-img-w-m, 90%);height:var(--sbh-img-h-m, 65%)}subscribe-hero .sbh__content{max-width:var(--sbh-content-max-w-m, 70%)}subscribe-hero .sbh__head{gap:25px}subscribe-hero .sbh__caption{font-size:16px;letter-spacing:2.8px}subscribe-hero .sbh__title{font-size:var(--sbh-title-size-m, 45px);line-height:90%;letter-spacing:-1.875px}subscribe-hero .sbh__text{font-size:18px}subscribe-hero .sbh__features{width:100%;max-width:min(var(--sbh-features-max-w-m, 400px),100%);margin-top:var(--sbh-features-gap-m, 25px);gap:15px}subscribe-hero .sbh__feature{gap:10px;padding:10px}subscribe-hero .sbh__feature__icon,subscribe-hero .sbh__feature__icon>svg,subscribe-hero .sbh__feature__icon>img{width:18px;height:18px}subscribe-hero .sbh__feature__text{font-size:12px}subscribe-hero .sbh__form{margin-top:var(--sbh-form-gap-m, 40px);padding:20px}subscribe-hero .sbh__form__row{flex-direction:column;align-items:stretch;gap:15px}subscribe-hero .sbh__field{gap:10px}subscribe-hero .sbh__label{font-size:18px;letter-spacing:1.625px}subscribe-hero .sbh__input{padding:10px 15px;font-size:16px}subscribe-hero .sbh__submit{flex:0 0 auto;width:100%;padding:10px 20px;font-size:18px}subscribe-hero .sbh__note{margin-top:20px;font-size:10px}}
