.trust_nav{z-index:10;background-color:#fff;justify-content:space-between;align-items:center;width:100%;padding:1rem clamp(1rem,5vw,3rem);display:flex;position:fixed;top:0;box-shadow:0 0 5px #0000004d}h1{font-size:clamp(1.5rem,5vw,2.5rem);font-weight:800}h2{font-size:clamp(1.3rem,3vw,2.1rem);font-weight:700}h3{font-size:clamp(1.2rem,3vw,1.7rem);font-weight:700}.trustNav_right{align-items:center;gap:clamp(.5rem,3vw,2rem);display:flex}.trust_nav_logo{width:clamp(5rem,10vw,8rem)}.nav_txt{color:#a35be1}.nav_backBtn{color:#fff;cursor:pointer;background-color:#591a8f;border-radius:.5rem;padding:.3rem .5rem}.trust_header{background-position:50%;background-size:cover;min-height:20rem;margin-top:clamp(6rem,10vw,9rem);position:relative}.trust_headerImg{width:100%;height:auto}.trust_header_overlay{color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;padding:clamp(5rem,15vw,10rem) clamp(1rem,15vw,13rem);display:flex;position:absolute;top:0}.trust_header_overlay p{text-align:center}.trust_header_overlay h1 span{color:#dabef3;font-weight:600}h1.noBold{text-align:center;font-size:clamp(1.5rem,5vw,3.5rem);font-weight:100}.trust_main{padding:1rem clamp(1rem,15vw,13rem)}.ourCompliance{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.ourCompliance h2{white-space:nowrap;text-align:center}.compliance_img{min-width:19rem;max-width:35rem}.trust_overview{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(1rem,3vw,2rem);margin-top:3rem;display:flex}.trust_overview_txt{flex-direction:column;flex-grow:1;gap:1rem;width:50%;display:flex}.overview_img{min-width:19rem;max-width:32rem}.trust_cardCont{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.5rem;margin-top:5rem;display:flex}.trust_card{border-radius:.5rem;flex-direction:column;width:21rem;min-width:18rem;padding:1rem;display:flex;box-shadow:0 0 5px gray}.trustCard_imgCont{justify-content:center;align-items:center;display:flex}.trustCard_imgCont .card_img{width:5rem;height:auto}.card_txt{flex-direction:column;align-items:center;margin-top:1rem;margin-bottom:2rem;display:flex}.card_txt b{margin-bottom:1rem}.card_txt ul{width:100%;padding-left:1rem;list-style-type:disc}.card_link{flex-grow:1;justify-content:flex-end;align-items:flex-end;display:flex}.card_link .link{color:#591a8f;width:max-content;height:max-content}.report_section{justify-content:space-between;align-items:center;margin-top:5rem;margin-bottom:3rem;display:flex}.reportLeft{align-items:center;gap:1rem;display:flex}.reportLeft p{width:65%}#reportImg{width:3rem}.report_btn{color:#fff;cursor:pointer;background-color:#ff5449;border-radius:.3rem;padding:.3rem 1rem}.report_btn:active{transform:scale(.95)}.copyright{background-color:#e0cbf2;justify-content:center;align-items:center;gap:.3rem;padding:1.5rem 0;display:flex}.copyRight_icon{font-size:1.3rem}@media (max-width:40rem){.trust_nav_logo{display:none}.report_section{flex-direction:column;justify-content:center;align-items:center;gap:2rem}.reportLeft p{width:90%}}@media (max-width:50rem){.trust_header{background-image:url(/images/trust_header_bg.png)}.trust_headerImg{display:none}.trust_header_overlay,.trust_main{padding:clamp(1rem,5vw,3rem)}}@media (max-width:65rem){.ourCompliance{flex-direction:column}}
.slide_cont{z-index:15;background-color:#00000080;justify-content:flex-end;align-items:flex-end;width:100%;height:100vh;display:flex;position:fixed;top:0}.trust_slide_card{background-color:#fff;flex-direction:column;width:50%;height:100%;display:flex;position:relative;overflow:hidden}.card_head{justify-content:flex-end;padding:1rem;display:flex;position:static;top:0;box-shadow:0 0 3px gray}#cancelIcon{color:#8c1823;cursor:pointer;font-size:clamp(2rem,4vw,2.5rem)}#cancelIcon:active{transform:scale(.95)}.trust_slide_card main{flex-direction:column;flex-grow:1;align-items:center;gap:1rem;padding:1rem clamp(1rem,3vw,1.5rem);display:flex;overflow:auto}.txts_{width:100%}.txts_ ul{width:100%;padding:.5rem clamp(1rem,3vw,1.5rem);list-style-type:disc}.trust_slide_card.slide-in{animation:.4s ease-in forwards slide-in}.trust_slide_card.slide-out{animation:.4s ease-in forwards slide-out}@keyframes slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-out{0%{transform:translate(0)}to{transform:translate(100%)}}
.formCont{z-index:100;background-color:#0006;justify-content:center;align-items:center;width:100%;height:100vh;padding:1rem;display:flex;position:fixed;top:0}.report_form{background-color:#fff;border-radius:1rem;flex-direction:column;align-items:center;gap:1rem;padding:2rem clamp(1rem,3vw,2rem);display:flex}.cancelForm{justify-content:flex-end;width:100%;font-size:clamp(1.5rem,3vw,2rem);display:flex}.inputSection_{flex-direction:column;width:100%;display:flex}.inputSection_ input,.inputSection_ textarea{border:2px solid #b5b3b3;border-radius:.5rem;padding:.2rem .5rem}#submitComplaint{color:#fff;cursor:pointer;background-color:#591a8f;border-radius:.5rem;width:100%;padding:.3rem}#submitComplaint:active{transform:scale(.95)}
