.product_hero_bento{box-sizing:border-box;display:grid;gap:16px;grid-template-columns:7fr 6fr;height:640px;margin:0 auto;max-width:1888px;padding:16px}.product_hero_bento__left{background:linear-gradient(135deg,#ff882b 1.44%,#b7a6f6 50.73%,#4d6bd5 100.01%);border-radius:16px;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;padding:40px}.product_hero_bento__left h1{font-weight:500;line-height:130%}.product_hero_bento__subheading{color:#fff;display:block;font-size:24px;line-height:1.25;margin-bottom:16px}.product_hero_bento__left p{font-size:16px;line-height:1.75;margin-bottom:32px}.product_hero_bento__button{width:fit-content}.product_hero_bento__right{display:grid;gap:16px;grid-template-columns:3fr 2fr;grid-template-rows:1fr 1fr;height:100%;overflow:hidden}.product_hero_bento__image{border-radius:16px;height:100%;overflow:hidden}.product_hero_bento__image img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.product_hero_bento__image--top{grid-column:1/-1}.product_hero_bento__image--bottom-left{grid-column:1}.product_hero_bento__image--bottom-right{grid-column:2}@media (max-width:991px){.product_hero_bento{grid-template-columns:1fr;height:auto}.product_hero_bento__left{min-height:320px;padding:92px}.product_hero_bento__right{display:none}}@media (max-width:768px){.product_hero_bento__left{padding:56px}.product_hero_bento__subheading{font-size:18px}}@media (max-width:575px){.product_hero_bento{gap:12px;padding:12px}.product_hero_bento__left{min-height:280px;padding:56px 24px;text-align:center}.product_hero_bento__left p{margin-bottom:24px}.product_hero_bento__button{align-self:center}}