.hero-with-features{position:relative;overflow:hidden;padding-top:var(--block-pt, 0);padding-bottom:var(--block-pb, 0);padding-left:var(--block-pl, 0);padding-right:var(--block-pr, 0)}@media(max-width:991px){.hero-with-features{padding-top:var(--block-pt-m, var(--block-pt, 0));padding-bottom:var(--block-pb-m, var(--block-pb, 0));padding-left:var(--block-pl-m, var(--block-pl, 0));padding-right:var(--block-pr-m, var(--block-pr, 0))}}.hero-with-features__background{position:absolute;top:0;right:0;width:50%;height:100%;background-size:cover;background-position:center left;z-index:0;pointer-events:none;border-radius:0 0 0 150px}.hero-with-features__background[style*=background-color]{opacity:1}@media(max-width:991px){.hero-with-features__background{width:100%;border-radius:0}}.hero-with-features__overlay{position:absolute;inset:0;pointer-events:none;border-radius:inherit}.hero-with-features--bg-full .hero-with-features__background{width:100%;left:0;right:0;border-radius:0}.hero-with-features--bg-padded .hero-with-features__background{width:calc(100% - 80px);inset:40px 40px 0;height:auto;border-radius:40px 40px 0 0}@media(max-width:991px){.hero-with-features--bg-padded .hero-with-features__background{width:calc(100% - 40px);left:20px;right:20px;top:20px;border-radius:20px 20px 0 0}}.hero-with-features .container{position:relative;z-index:1}.hero-with-features__wrapper{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:flex-end;min-height:500px}@media(max-width:991px){.hero-with-features__wrapper{grid-template-columns:1fr;gap:40px;min-height:400px}}.hero-with-features__content{display:flex;flex-direction:column;gap:20px;align-self:center}.hero-with-features__subtitle-block{display:inline-flex;position:relative;margin-bottom:4px;align-self:flex-start;width:fit-content}.hero-with-features__subtitle-block--align-center{align-self:center}.hero-with-features__subtitle-block--align-right{align-self:flex-end}.hero-with-features__subtitle-block>svg:first-of-type{position:absolute;top:-10px;left:-14px;width:18px;height:18px;z-index:1;pointer-events:none}.hero-with-features__subtitle-svg-right{position:absolute;top:-10px;right:-14px;display:inline-flex;width:18px;height:18px;z-index:1;pointer-events:none}.hero-with-features__subtitle-svg-right svg{width:18px;height:18px;transform:rotate(90deg)}.hero-with-features__subtitle{display:inline-block;padding:6px 20px;border-radius:20px;background:#f37021;box-shadow:0 1px 4px #00000026;color:#fff;font-size:13px;font-weight:600;line-height:normal;letter-spacing:.26px;white-space:nowrap}.hero-with-features__headline{font-size:56px;font-weight:600;line-height:52px;letter-spacing:-2px;color:#18181b;margin:0}.hero-with-features__headline--align-left{text-align:left}.hero-with-features__headline--align-center{text-align:center}.hero-with-features__headline--align-right{text-align:right}@media(max-width:991px){.hero-with-features__headline{font-size:47px;line-height:1.1;letter-spacing:-1.5px}}@media(max-width:767px){.hero-with-features__headline{font-size:36px;line-height:1.15;letter-spacing:-1px}}.hero-with-features__description{font-size:18px;line-height:normal;letter-spacing:.36px;color:#18181b;margin:0}.hero-with-features__description p{margin:0 0 18px}.hero-with-features__description p:last-child{margin-bottom:0}.hero-with-features__description strong{font-weight:700;color:#18181b}@media(max-width:767px){.hero-with-features__description{font-size:16px}}.hero-with-features__list{list-style:none!important;padding:0!important;margin:0!important;display:flex;flex-direction:column;gap:14px}.hero-with-features__list li{display:flex;align-items:flex-start;gap:12px;font-size:18px;line-height:1.5;letter-spacing:.36px;color:inherit}@media(max-width:767px){.hero-with-features__list li{font-size:16px}}.hero-with-features__list li{list-style:none!important;margin:0!important;padding:0!important}.hero-with-features__list li:before{display:none!important}.hero-with-features__list li::marker{display:none!important}.hero-with-features__list li strong{font-weight:700;color:inherit}.hero-with-features__list li>span{flex:1;min-width:0}.hero-with-features__checkmark{flex-shrink:0;width:24px;height:24px;margin-top:2px}.hero-with-features__buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:18px;margin-top:8px}.hero-with-features__buttons--align-left{justify-content:flex-start}.hero-with-features__buttons--align-center{justify-content:center}.hero-with-features__buttons--align-right{justify-content:flex-end}@media(max-width:576px){.hero-with-features__buttons{flex-direction:column}}.hero-with-features__button{display:inline-flex;align-items:center;justify-content:center;font-size:17px;font-weight:500;line-height:22px;letter-spacing:-.408px;text-align:center;text-decoration:none;transition:all .3s ease;cursor:pointer;border-radius:10px;white-space:nowrap;border:1px solid transparent;min-width:250px;height:52px;padding:13px 24px}.hero-with-features__button--solid{box-shadow:0 2px 6px 0 var(--btn-shadow-color, #F37021)}.hero-with-features__button--solid:hover{box-shadow:0 0 14px 1px var(--btn-shadow-color, #F37021)}.hero-with-features__button--outlined{background-color:transparent!important;border-width:2px;box-shadow:0 2px 6px 0 var(--btn-shadow-color, #F37021)}.hero-with-features__button--outlined:hover{background-color:var(--btn-shadow-color, #F37021)!important;color:#fff!important;box-shadow:0 0 14px 1px var(--btn-shadow-color, #F37021)}.hero-with-features__button--underlined{padding:0;background-color:transparent!important;border:none!important;font-weight:500;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;box-shadow:none;height:auto;min-width:0}.hero-with-features__button--underlined:hover{opacity:.7}.hero-with-features__image-wrapper{position:relative;display:flex;align-items:flex-end;align-self:flex-end;width:100%;transform:translateY(var(--block-pb, 0px))}@media(max-width:991px){.hero-with-features__image-wrapper{transform:none;flex-direction:column;align-items:stretch;align-self:auto}}.hero-with-features__image{position:relative;z-index:1;width:100%;display:flex;align-items:flex-end}.hero-with-features__image img{width:100%;height:auto;display:block;object-fit:contain;object-position:bottom;max-height:600px}.hero-with-features__cards{position:absolute;inset:0;pointer-events:none;z-index:2}@media(max-width:991px){.hero-with-features__cards{position:static;display:flex;flex-direction:column;gap:12px;margin-top:0;pointer-events:auto}}.hero-with-features__cards-group{position:absolute;display:flex;flex-direction:column;gap:12px;pointer-events:none}.hero-with-features__cards-group--top-left{top:8%;left:-8%;align-items:flex-start}.hero-with-features__cards-group--top-right{top:8%;right:-8%;align-items:flex-end}.hero-with-features__cards-group--middle-left{top:50%;left:-8%;align-items:flex-start;transform:translateY(-50%)}.hero-with-features__cards-group--middle-right{top:50%;right:-8%;align-items:flex-end;transform:translateY(-50%)}.hero-with-features__cards-group--bottom-left{bottom:8%;left:-8%;align-items:flex-start}.hero-with-features__cards-group--bottom-right{bottom:8%;right:-8%;align-items:flex-end}@media(max-width:1199px){.hero-with-features__cards-group--top-left,.hero-with-features__cards-group--middle-left,.hero-with-features__cards-group--bottom-left{left:0}.hero-with-features__cards-group--top-right,.hero-with-features__cards-group--middle-right,.hero-with-features__cards-group--bottom-right{right:0}}@media(max-width:991px){.hero-with-features__cards-group{position:static;align-items:stretch;transform:none;pointer-events:auto}.hero-with-features__cards-group--top-left,.hero-with-features__cards-group--top-right,.hero-with-features__cards-group--middle-left,.hero-with-features__cards-group--middle-right,.hero-with-features__cards-group--bottom-left,.hero-with-features__cards-group--bottom-right{inset:auto;align-items:stretch;transform:none}}.hero-with-features__card{display:flex;align-items:center;gap:17px;background:#fff;border:1px solid #E4E4E7;border-radius:10px;box-shadow:0 42px 104px #f3702140,0 3px 3px #00000026;padding:15px;width:356px;max-width:100%;pointer-events:auto}@media(max-width:991px){.hero-with-features__card{width:100%}}.hero-with-features__card-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.hero-with-features__card-icon img{width:40px;height:40px;object-fit:contain}.hero-with-features__card-body{display:flex;flex-direction:column;gap:2px}.hero-with-features__card-title{color:#f37021;font-size:17px;font-weight:400;line-height:normal}@media(max-width:576px){.hero-with-features__card-title{font-size:14px}}.hero-with-features__card-desc{color:#18181b;font-size:16px;font-weight:500;line-height:normal}@media(max-width:576px){.hero-with-features__card-desc{font-size:14px}}
