.home-hero{display:grid;grid-template-columns:55% 45%;min-height:720px;background:var(--brand-neutral-light)}.gc-hero-split__media img{width:100%;height:100%;min-height:720px;-o-object-fit:cover;object-fit:cover}.gc-hero-split__panel{display:flex;flex-direction:column;justify-content:center;padding:80px 9vw 80px 64px}.gc-hero-split__panel p{max-width:560px;color:var(--brand-text);margin-bottom:28px}.point-list{display:grid;grid-gap:18px;gap:18px;margin-top:26px}.point-list>div{display:grid;grid-template-columns:54px 1fr;grid-gap:16px;gap:16px;padding:18px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.point-list span{grid-row:1/span 2;color:var(--brand-primary);font-weight:900}.point-list>div h3,.point-list>div p{grid-column:2;margin:0}.gc-occasion-grid{grid-template-columns:repeat(3,1fr)}.gc-occasion-tile{position:relative;overflow:hidden;border-radius:var(--brand-radius);min-height:360px}.gc-occasion-tile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.gc-occasion-tile span{position:absolute;left:18px;right:18px;bottom:18px;padding:12px 16px;border-radius:var(--brand-radius);background:rgba(54,98,34,.88);color:#fff;font-weight:850}.gc-occasion-tile:hover img{transform:scale(1.05)}.static-product-grid{grid-template-columns:repeat(4,1fr)}.static-product-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff}.static-product-grid img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;width:100%}.static-product-grid h3,.static-product-grid p{padding:0 18px}.static-product-grid h3{margin:18px 0 8px}.static-product-grid p{color:var(--brand-text);padding-bottom:22px}.gc-trust-bar{background:#fff;border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border)}.gc-trust-wrap{display:flex;flex-wrap:nowrap;min-width:0}.gc-trust-item{flex:1 1 0;min-width:0;padding:28px;display:grid;grid-gap:4px;gap:4px;border-right:1px solid var(--brand-border)}.gc-trust-item:last-child{border-right:0}.trust-icon{width:38px;height:38px;border-radius:50%;background:var(--brand-primary-light);color:var(--brand-primary-dark);display:inline-grid;align-items:center;justify-items:center;place-items:center;font-weight:900}.gc-trust-item small{color:var(--brand-text)}.cta-diagonal{position:relative;overflow:hidden}.cta-diagonal:before{content:"";position:absolute;top:-60%;right:-10%;bottom:auto;left:-10%;height:100%;background:rgba(255,255,255,.12);transform:rotate(-6deg)}.cta-diagonal .container{position:relative}@media (max-width:991px){.home-hero{grid-template-columns:1fr}.gc-hero-split__media img{min-height:360px}.gc-hero-split__panel{padding:48px 24px 72px}.gc-occasion-grid,.static-product-grid{grid-template-columns:repeat(2,1fr)}.gc-trust-wrap{flex-wrap:wrap}.gc-trust-item{flex:0 0 50%}}@media (max-width:575px){.gc-occasion-grid,.static-product-grid{grid-template-columns:1fr}.gc-trust-item{flex:0 0 100%}}