.twz-usps{display:flex;flex-direction:column;align-items:center;gap:clamp(3rem,5vw,5.6rem)}@media(max-width: 1024px){.twz-usps{--usps-padding: 2.5rem}}.twz-usps__grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:2rem;width:100%}@media(max-width: 1024px){.twz-usps__grid{gap:1rem;grid-template-columns:1fr}}.twz-usps__item{display:flex;flex-direction:column;gap:1.5rem;padding:var(--usps-padding, 3.5rem 3rem);border-radius:var(--radius);background-color:var(--white);text-align:left}.twz-usps__header{display:flex;gap:2rem;align-items:flex-start}.twz-usps__icon{flex-shrink:0;width:5.6rem;height:5.6rem}.twz-usps__icon img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.twz-usps__heading{display:flex;flex-direction:column;gap:.5rem;min-width:0}.twz-usps .twz-usps__title{margin:0;font-size:2.4rem;line-height:1.1;color:var(--blue-800)}.twz-usps__subtitle{margin:0;font-family:var(--font-subheading);font-size:2.4rem;font-weight:300;line-height:1;color:var(--pink-500);text-transform:lowercase}.twz-usps__text{margin:0;color:var(--blue-800)}.twz-usps__footer{display:flex;justify-content:center}body.twz-frontend .twz-usps__item{opacity:0}@media(prefers-reduced-motion: reduce){body.twz-frontend .twz-usps__item{opacity:1}}body.twz-frontend .twz-usps__footer{opacity:0}@media(prefers-reduced-motion: reduce){body.twz-frontend .twz-usps__footer{opacity:1}}body.twz-frontend .twz-usps--in-view .twz-usps__item{animation:twz-usps-item-in .6s cubic-bezier(0.4, 0, 0.2, 1) both}@media(prefers-reduced-motion: reduce){body.twz-frontend .twz-usps--in-view .twz-usps__item{animation:none;opacity:1}}body.twz-frontend .twz-usps--in-view .twz-usps__item:nth-child(1){animation-delay:.08s}body.twz-frontend .twz-usps--in-view .twz-usps__item:nth-child(2){animation-delay:.18s}body.twz-frontend .twz-usps--in-view .twz-usps__item:nth-child(3){animation-delay:.28s}body.twz-frontend .twz-usps--in-view .twz-usps__footer{animation:twz-usps-item-in .6s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay:.45s}@media(prefers-reduced-motion: reduce){body.twz-frontend .twz-usps--in-view .twz-usps__footer{animation:none;opacity:1}}@keyframes twz-usps-item-in{from{translate:0 1.2rem;opacity:0}to{translate:0 0;opacity:1}}
