.why-us{display:grid;place-items:center;grid-template-areas:"stack";height:697px;margin-bottom:128px;}.why-us>*{grid-area:stack;}.why-us img{object-fit:cover;object-position:center;width:100%;height:100%;}.why-us-wrapper{width:100%;container-type:inline-size;position:relative;}.why-us-cards{display:flex;align-items:center;height:auto;width:max-content;max-width:100%;gap:64px;padding-inline:64px;padding-bottom:16px;margin-inline:auto;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;}.why-us-card{max-width:400px;width:100%;min-width:327px;height:190px;flex-shrink:0;padding:24px 32px;place-self:center;word-wrap:break-word;overflow-wrap:break-word;background-color:rgba(33,38,49,0.6);color:#E0E4EB;backdrop-filter:blur(7px);border-radius:24px;scroll-snap-align:center;position:relative;}.why-us-card::after{display:block;position:absolute;content:"";inset:0;border-radius:inherit;padding:3px;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;}.why-us-card:first-child:after{background:linear-gradient(135deg,#006381,#0197A0);}.why-us-card:nth-child(2):after{background:linear-gradient(135deg,#0197A0,#FED9B7);}.why-us-card:nth-child(3):after{background:linear-gradient(135deg,#FED9B7,#F07167);}@container (width <=1000px){.why-us .paginate-box{display:flex;}}@media screen and (max-width:1000px){.why-us{background-image:linear-gradient(173deg,rgba(15,32,39,0.75),rgba(44,83,100,0.75));height:max-content;padding-block:32px 72px;margin-bottom:105px;}.why-us>img{display:none;}}@media screen and (max-width:500px){.why-us-cards{display:grid;grid-auto-flow:column;grid-template-columns:repeat(auto-fit,minmax(min(100%,100vw),1fr));}.why-us-card{height:100%;width:calc(100vw - 2rem);min-width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);}}