.trust-section{background:var(--blue-700);color:white;width:100%;position:relative}.trust-container{display:flex;justify-content:space-between;padding:100px 120px;max-width:1440px;margin:0 auto;gap:80px;align-items:flex-start}.trust-left-sticky{--section-title-size:56px;--section-title-line-height:1.1;--section-description-size:20px;--section-description-line-height:1.5;--section-description-color:rgba(255,255,255,0.8);position:-webkit-sticky;position:sticky;top:15vh;height:-moz-fit-content;height:fit-content}.trust-card,.trust-left-sticky{width:100%;display:flex;flex-direction:column}.trust-card{max-width:550px;margin:0 auto;min-height:200px;background-color:#ffffff;border:2px solid var(--blue-50);border-radius:24px;padding:24px 40px;gap:24px;position:relative;overflow:hidden}.trust-card:before{content:"";position:absolute;top:50px;inset:0;background-image:var(--bg-image);background-repeat:no-repeat;background-position:100% 100%;background-size:90%;opacity:.6;z-index:0}.trust-card>*{position:relative;z-index:1}.trust-card-icon img{width:56px;height:56px;object-fit:contain}.trust-card-content{display:flex;flex-direction:column;gap:12px;position:relative;z-index:2}.trust-card-title{font-family:var(--font-playfair);color:var(--blue-500);font-size:28px;font-weight:700}.trust-card-description{font-family:var(--font-source-sans);color:var(--blue-400);font-size:17px;line-height:1.6;font-weight:400;max-width:100%}@media (max-width:1200px){.trust-container{flex-direction:column;padding:60px 40px;gap:40px}.trust-left-sticky{position:relative;top:0;width:100%;margin-bottom:40px}.trust-right-cards{width:100%}.scroll-stack-item-wrapper{position:relative!important;top:0!important;margin-bottom:24px!important}}@media (max-width:768px){.trust-container{padding:40px 20px}.trust-left-sticky{--section-title-size:36px;--section-description-size:17px}.trust-card{padding:24px;min-height:300px}}.scroll-stack-item-wrapper,.scroll-stack-main-container{width:100%}