.trust{background:var(--color-base-white,#FFF);color:var(--color-base-text,#001F3F);padding:80px 0;position:relative;overflow:hidden}.trust__eclipse img{position:absolute;width:100vw;z-index:0;top:0;transform:translateY(320px)}.trust__container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.trust__header{text-align:center;max-width:800px;margin:0 auto 80px}.trust__header h2{font-size:var(--text-4xl);font-weight:700;line-height:120%;margin-bottom:16px;color:var(--color-base-text)}.trust__header p{font-size:var(--text-lg);line-height:150%;color:var(--color-base-text)}.trust__content{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:50px}.trust__content-card{display:flex;flex:1 1;padding:32px;flex-direction:column;align-items:flex-start;gap:24px;border-radius:12px;background:#FFF;box-shadow:0 4px 30px 0 rgba(163,163,163,.1);position:relative}.trust__content-card:before{content:"";position:absolute;inset:-1.5px;z-index:-1;border-radius:13px;background:linear-gradient(135deg,#8CC6FF,#2640A6);padding:2px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.trust__content-card h3{font-size:var(--text-lg);line-height:135%;margin-bottom:12px;font-weight:700}.trust__content-card p{color:var(--color-base-text);font-size:var(--text-md);font-style:normal;font-weight:400;line-height:150%}.trust__content-card--img{width:64px;height:64px}@media (max-width:1152px){.trust__container{padding:0 2rem}}@media (max-width:920px){.trust__content{flex-direction:column;max-width:600px;margin:0 auto}}@media (max-width:768px){.trust__container{padding:0 1rem}.trust__eclipse img{transform:translateY(400px)}}@media (max-width:575px){.trust{padding:60px 0}.trust__eclipse img{transform:translateY(700px)}.trust__header{margin-bottom:40px}.trust__content-card{padding:24px}.trust__content-card--img{width:56px;height:56px}}