.product-offering{width:100%;position:relative}.product-offering-grid{display:flex;flex-flow:wrap;gap:40px;grid-template-rows:auto;grid-template-columns:1fr 1fr 1fr 1fr;justify-content:space-around;align-items:flex-start}.product-offering-item{flex-flow:column;justify-content:flex-start;align-items:center;width:auto;display:flex}.product-offering-media{background-color:var(--amp-light-gray);border-radius:8px;flex-flow:column;width:350px;height:350px;margin-bottom:16px;padding:0;display:flex;overflow:hidden}.product-offering-image{width:100%;height:100%;object-fit:cover;display:block}.product-offering-video-wrapper{width:100%!important;height:100%!important;flex:1 1 0!important;min-height:0!important;position:relative!important}.product-offering-video-wrapper video{position:absolute!important;inset:0!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;z-index:0!important;visibility:visible!important;opacity:1!important;image-rendering:auto;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);filter:blur(0);-webkit-filter:blur(0)}.product-offering-content{text-align:center;width:350px;margin-bottom:8px}.product-offering-heading{color:var(--amp-yellow);letter-spacing:-.02em;text-transform:uppercase;margin-top:0;margin-bottom:12px;font-size:24px;font-weight:700;line-height:32px}.product-offering-subtitle{font-size:18px;font-weight:600;line-height:24px;margin-bottom:12px}.product-offering-description{letter-spacing:-.01em;margin-bottom:0;font-size:14px;line-height:1.8}@media screen and (max-width:991px){.product-offering-grid{gap:40px;flex-flow:wrap;grid-template-columns:1fr 1fr;justify-content:center;align-items:flex-start}.product-offering-content{width:300px}.product-offering-media{width:300px;height:300px}}@media screen and (max-width:767px){.product-offering-grid{gap:40px;flex-flow:column;justify-content:flex-start;align-items:center;grid-template-columns:1fr}.product-offering-content{width:280px}.product-offering-media{width:280px;height:280px}}#fan-zone-product-offering .product-offering-grid{justify-content:center;gap:120px}