.cbh-brand-trust{color:var(--cbh-trust-text);background:var(--cbh-trust-bg-grad)}.cbh-brand-trust__surface{padding-block:var(--cbh-trust-padding-top-mobile) var(--cbh-trust-padding-bottom-mobile);background:var(--cbh-trust-bg-grad)}.cbh-brand-trust__inner{max-width:var(--cbh-trust-max);margin-inline:auto}.cbh-brand-trust__panel{position:relative;display:grid;gap:clamp(1.6rem,3vw,4rem);padding:clamp(1.4rem,3vw,4rem);overflow:hidden;border:1px solid var(--cbh-trust-border);border-radius:var(--cbh-trust-radius);background:radial-gradient(circle at 0 100%,color-mix(in srgb,var(--cbh-trust-gold) 18%,transparent) 0 12rem,transparent 12.8rem),radial-gradient(circle at 100% 0,color-mix(in srgb,var(--cbh-trust-accent) 8%,transparent) 0 18rem,transparent 18.6rem),var(--cbh-trust-panel);box-shadow:0 1.8rem 5rem #102c2014;color:var(--cbh-trust-text)}.cbh-brand-trust__panel:before{content:"";position:absolute;inset:auto auto -7rem -6rem;width:18rem;height:18rem;border-radius:999px;background:color-mix(in srgb,var(--cbh-trust-gold) 35%,transparent);opacity:.7;pointer-events:none}.cbh-brand-trust__media-column,.cbh-brand-trust__content,.cbh-brand-trust__cards{position:relative;z-index:1}.cbh-brand-trust__media-column{align-self:center}.cbh-brand-trust__media{min-height:25rem;overflow:hidden;border-radius:var(--cbh-trust-media-radius);background:color-mix(in srgb,#fff 8%,transparent);box-shadow:0 1.8rem 4rem color-mix(in srgb,#000 18%,transparent)}.cbh-brand-trust__img,.cbh-brand-trust__placeholder{display:block;width:100%;height:100%;min-height:25rem;object-fit:cover}.cbh-brand-trust__stat{display:flex;align-items:center;gap:.9rem;width:fit-content;max-width:calc(100% - 2rem);margin:-2.4rem 1rem 0 auto;padding:1rem 1.2rem;border:1px solid color-mix(in srgb,#fff 62%,transparent);border-radius:1.8rem;background:color-mix(in srgb,#fff 94%,transparent);color:var(--cbh-trust-card-text);box-shadow:0 1.2rem 3rem color-mix(in srgb,#000 18%,transparent)}.cbh-brand-trust__stat strong{display:grid;flex:0 0 4rem;width:4rem;height:4rem;place-items:center;border-radius:999px;background:color-mix(in srgb,var(--cbh-trust-accent) 16%,#fff);color:#244a38;font-weight:950}.cbh-brand-trust__stat span{max-width:22rem;color:color-mix(in srgb,var(--cbh-trust-card-text) 72%,#fff);font-size:1.15rem;line-height:1.3}.cbh-brand-trust__content{align-self:center}.cbh-brand-trust__eyebrow{display:inline-flex;width:fit-content;margin:0 0 1rem;padding:.55rem .85rem;border:1px solid color-mix(in srgb,var(--cbh-trust-gold) 38%,transparent);border-radius:999px;background:var(--cbh-soft);color:var(--cbh-trust-accent);font-size:1.05rem;font-weight:900;letter-spacing:.06em;line-height:1;text-transform:uppercase}.cbh-brand-trust__heading{max-width:11ch;margin:0;color:var(--cbh-trust-text);line-height:.95;letter-spacing:-.045em}.cbh-brand-trust__text{max-width:62rem;margin-top:1.4rem;color:var(--cbh-trust-muted);font-size:1.48rem;line-height:1.65}.cbh-brand-trust__text p{margin:0}.cbh-brand-trust__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.1rem}.cbh-brand-trust__button{display:inline-flex;align-items:center;justify-content:center;min-height:4.6rem;padding:1.15rem 1.65rem;border-radius:999px;font-weight:900;line-height:1;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.cbh-brand-trust__button:hover{transform:translateY(-1px)}.cbh-brand-trust__button--primary{gap:.7rem;background:var(--cbh-trust-accent);color:var(--cbh-light);box-shadow:0 1rem 2.4rem color-mix(in srgb,var(--cbh-trust-accent) 24%,transparent)}.cbh-brand-trust__button--secondary{border:1px solid color-mix(in srgb,var(--cbh-trust-accent) 32%,transparent);background:#fff;color:var(--cbh-trust-accent)}.cbh-brand-trust__cards{grid-column:1 / -1}.cbh-brand-trust__list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;padding:0;margin:0;list-style:none}.cbh-brand-trust__card{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:1rem;height:100%;min-height:11rem;padding:1.35rem;border:1px solid var(--cbh-trust-border);border-radius:var(--cbh-trust-card-radius);background:var(--cbh-trust-card);color:var(--cbh-trust-card-text);text-decoration:none;box-shadow:0 1.1rem 2.5rem color-mix(in srgb,#000 12%,transparent)}.cbh-brand-trust__icon{display:grid;width:3.6rem;height:3.6rem;place-items:center;border-radius:999px;background:var(--cbh-soft);color:var(--cbh-trust-accent);font-weight:950}.cbh-brand-trust__card-copy{display:grid;gap:.4rem}.cbh-brand-trust__card-copy strong{font-size:1.35rem;line-height:1.15}.cbh-brand-trust__card-copy span{color:var(--cbh-trust-muted);font-size:1.15rem;line-height:1.4}.cbh-brand-trust__arrow{color:var(--cbh-trust-accent);font-weight:950}@media screen and (min-width:990px){.cbh-brand-trust__surface{padding-block:var(--cbh-trust-padding-top-desktop) var(--cbh-trust-padding-bottom-desktop)}.cbh-brand-trust__panel{grid-template-columns:minmax(32rem,.9fr) minmax(36rem,1fr);align-items:center}.cbh-brand-trust--media-right .cbh-brand-trust__media-column{order:2}.cbh-brand-trust--media-right .cbh-brand-trust__content{order:1}.cbh-brand-trust__media,.cbh-brand-trust__img,.cbh-brand-trust__placeholder{min-height:38rem}}@media screen and (max-width:989px){.cbh-brand-trust__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.cbh-brand-trust__panel{padding:1.2rem;border-radius:calc(var(--cbh-trust-radius) * .72)}.cbh-brand-trust__heading{max-width:12ch}.cbh-brand-trust__text{font-size:1.35rem;line-height:1.55}.cbh-brand-trust__media,.cbh-brand-trust__img,.cbh-brand-trust__placeholder{min-height:22rem}.cbh-brand-trust__stat{margin:-1.8rem .8rem 0 auto}.cbh-brand-trust__buttons,.cbh-brand-trust__button{width:100%}.cbh-brand-trust__list{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.cbh-brand-trust__button{transition:none}.cbh-brand-trust__button:hover{transform:none}}@media(max-width:749px){.cbh-brand-trust__inner.page-width{padding-inline:1.2rem}.cbh-brand-trust__panel{gap:1.7rem;padding:1.1rem;border-radius:2.2rem;box-shadow:0 1.4rem 3.8rem color-mix(in srgb,#102C20 12%,transparent)}.cbh-brand-trust__panel:before{width:12rem;height:12rem;inset:auto auto -5rem -5rem;opacity:.72}.cbh-brand-trust__media,.cbh-brand-trust__img,.cbh-brand-trust__placeholder{min-height:18.5rem}.cbh-brand-trust__media{border-radius:1.8rem}.cbh-brand-trust__stat{width:calc(100% - 1.6rem);max-width:28rem;margin:-1.5rem auto 0;padding:.75rem .9rem;border-radius:1.4rem}.cbh-brand-trust__stat strong{flex-basis:3.2rem;width:3.2rem;height:3.2rem;font-size:1rem}.cbh-brand-trust__stat span{font-size:1.05rem}.cbh-brand-trust__content{padding-inline:.2rem}.cbh-brand-trust__heading{max-width:100%;font-size:clamp(2.8rem,10vw,3.8rem);line-height:.98}.cbh-brand-trust__text{margin-top:1rem;font-size:1.28rem;line-height:1.55}.cbh-brand-trust__buttons{gap:.8rem;margin-top:1.5rem}.cbh-brand-trust__button{min-height:4.2rem;padding-block:1rem}.cbh-brand-trust__list{gap:.9rem}.cbh-brand-trust__card{min-height:0;gap:.9rem;padding:1.1rem;border-radius:1.4rem}.cbh-brand-trust__icon{width:3.2rem;height:3.2rem}.cbh-brand-trust__card-copy strong{font-size:1.22rem}.cbh-brand-trust__card-copy span{font-size:1.05rem}}.template-index .cbh-brand-trust__media{background:radial-gradient(circle at 80% 16%,rgba(200,169,106,.18),transparent 34%),linear-gradient(135deg,#f4efe3d1,#fffdf6e6)}.template-index .cbh-brand-trust__placeholder{width:74%;height:74%;opacity:.34;color:#2f5d46}.cbh-brand-trust__brand-visual{display:grid;align-content:center;justify-items:start;gap:1.2rem;min-height:25rem;height:100%;padding:clamp(2rem,4vw,4.6rem);background:radial-gradient(circle at 92% 8%,rgba(200,169,106,.24),transparent 34%),radial-gradient(circle at 4% 100%,rgba(47,93,70,.15),transparent 38%),linear-gradient(145deg,#fffdf6,#f4efe3);color:#102c20}.cbh-brand-trust__brand-mark{display:inline-flex;align-items:center;width:fit-content;max-width:100%;padding:1rem 1.4rem;border-radius:1.6rem;background:#102c20}.cbh-brand-trust__brand-mark img{display:block;width:auto;max-width:min(22rem,75%);max-height:6.8rem;object-fit:contain;filter:brightness(0) invert(1)}.cbh-brand-trust__brand-mark strong{color:#fffdf6;font-size:clamp(2.2rem,4vw,4.2rem);line-height:1}.cbh-brand-trust__brand-visual-heading{max-width:12ch;font-family:var(--font-heading-family);font-size:clamp(2.6rem,4vw,4.8rem);font-weight:var(--font-heading-weight);line-height:.98;letter-spacing:-.035em}.cbh-brand-trust__brand-visual-text{max-width:42rem;color:#5e6f66;font-size:1.35rem;line-height:1.55}.cbh-brand-trust__brand-points{display:flex;flex-wrap:wrap;gap:.7rem;margin:.4rem 0 0;padding:0;list-style:none}.cbh-brand-trust__brand-points li{padding:.65rem .9rem;border:1px solid rgba(47,93,70,.18);border-radius:999px;background:#ffffffc7;color:#2f5d46;font-size:1.08rem;font-weight:800;line-height:1}@media screen and (min-width:990px){.cbh-brand-trust__brand-visual{min-height:38rem}}.cbh-home-brand-difference .cbh-brand-trust__panel{gap:clamp(2rem,3vw,3.4rem);padding:clamp(1.6rem,2.8vw,3.4rem)}.cbh-home-brand-difference .cbh-brand-trust__heading{max-width:13ch}.cbh-home-brand-difference .cbh-brand-trust__list{gap:1rem}.cbh-home-brand-difference .cbh-brand-trust__card{min-height:9.6rem;box-shadow:0 .8rem 2.2rem #102c200e}@media(max-width:749px){.cbh-brand-trust__brand-visual{min-height:19rem;gap:.9rem;padding:2rem 1.6rem}.cbh-brand-trust__brand-mark img{max-width:17rem;max-height:5.8rem}.cbh-brand-trust__brand-visual-heading{font-size:clamp(2.5rem,9vw,3.5rem)}.cbh-brand-trust__brand-visual-text{font-size:1.2rem}.cbh-brand-trust__brand-points li{font-size:1rem}.cbh-home-brand-difference .cbh-brand-trust__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.cbh-home-brand-difference .cbh-brand-trust__card{grid-template-columns:auto 1fr}.cbh-home-brand-difference .cbh-brand-trust__arrow{display:none}}@media(max-width:479px){.cbh-home-brand-difference .cbh-brand-trust__list{grid-template-columns:1fr}}@media(max-width:749px){.cbh-home-brand-difference .cbh-brand-trust__panel{gap:1.35rem;padding:1rem}.cbh-home-brand-difference .cbh-brand-trust__media,.cbh-home-brand-difference .cbh-brand-trust__brand-visual{min-height:15.5rem}.cbh-home-brand-difference .cbh-brand-trust__brand-visual{padding:1.45rem 1.25rem}.cbh-home-brand-difference .cbh-brand-trust__text{font-size:1.2rem;line-height:1.48}.cbh-home-brand-difference .cbh-brand-trust__cards{gap:.7rem}.cbh-home-brand-difference .cbh-brand-trust__card{padding:.85rem}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/cbh-brand-trust-panel.css.map */
