.stacked-cp-section{background:var(--surface-bg-primary,#fdfdfd);padding:80px 0;width:100%}@media (min-width:768px){.stacked-cp-section{padding:100px 0}}@media (min-width:1024px){.stacked-cp-section{padding:125px 0}}.stacked-cp-wrapper{display:flex;flex-direction:column;gap:48px;width:100%}@media (min-width:1024px){.stacked-cp-wrapper{gap:80px}}.stacked-cp-header{display:flex;flex-direction:column;gap:18px}@media (min-width:768px){.stacked-cp-header{gap:24px}}.stacked-cp-heading{color:var(--content-text-primary,#120f14);font-size:28px;font-weight:700;line-height:110%;margin:0}@media (min-width:768px){.stacked-cp-heading{font-size:40px}}.stacked-cp-subhead,.stacked-cp-subhead *{color:var(--content-text-secondary,#4b4545);font-size:20px;font-weight:450;line-height:150%;margin:0}.stacked-cp-panels{display:flex;flex-direction:column;gap:20px;width:100%}@media (min-width:1024px){.stacked-cp-panels{gap:24px}}.stacked-cp-panel{background:linear-gradient(105deg,#fff3ee 15.89%,#f1f8f7 95.24%);border:1px solid var(--surface-border-black,#120f14);border-radius:50px 4px 4px 4px;display:flex;flex-direction:column;gap:24px;padding:32px 20px;width:100%}@media (min-width:768px){.stacked-cp-panel{align-items:center;display:grid;grid-template-columns:1fr 204px;padding:48px 24px}}@media (min-width:1024px){.stacked-cp-panel{gap:80px;grid-template-columns:1fr 380px;padding:48px}}.stacked-cp-panel-text{align-items:flex-start;display:flex;flex-direction:column;gap:18px;width:100%}@media (min-width:768px){.stacked-cp-panel-text{gap:24px}}.stacked-cp-panel-heading{color:var(--content-text-primary,#120f14);font-size:20px;font-weight:700;line-height:110%;margin:0}@media (min-width:768px){.stacked-cp-panel-heading{font-size:24px}}.stacked-cp-panel-subhead,.stacked-cp-panel-subhead *{color:var(--content-text-secondary,#4b4545);font-size:18px;font-weight:450;line-height:150%;margin:0}.stacked-cp-button{align-items:center;background:var(--surface-bg-primary,#fdfdfd);border-radius:4px;color:var(--content-text-primary,#120f14);display:flex;font-size:16px;font-weight:700;gap:10px;justify-content:center;line-height:150%;padding:11px 32px;text-align:center;text-decoration:none;width:100%}.stacked-cp-button,.stacked-cp-button:hover{border:2px solid var(--surface-border-black,#120f14)}.stacked-cp-button:hover{background-color:var(--surface-border-black,#120f14);color:#fff}@media (min-width:768px){.stacked-cp-button{width:fit-content}}.stacked-cp-panel-image{border:2px solid var(--surface-border-black,#120f14);border-radius:4px;display:flex;width:100%}.stacked-cp-panel-image img{object-fit:cover;width:100%}