:root{--gellixBold:Gellix-Semibold,sans-serif!important;--gellixBOLD:Gellix-Bold,sans-serif!important;--white:#fff;--dark-bg:#001c29;--dark-border:#004d58;--dark-text:#00283a;--cyan:#54cfe0;--teal:#00bda5;--blue:#00b8d1;--light-blue:#008394;--gray:#8a9ca4;--yellow:#ffbf0a;--yellow-bg:#ffebb3;--yellow-alpha:#ffbf0a26;--dark-alpha:rgba(10,31,46,.1);--dark-alpha-60:rgba(10,31,46,.6);--dark-alpha-70:rgba(10,31,46,.7);--white-alpha-10:hsla(0,0%,100%,.1);--white-alpha-60:hsla(0,0%,100%,.6);--red:#f23d5e;--yellow-light:#ffd45b}.security-card-section .constrain{padding:120px 80px}.scheader-main h2,.scheader-main h2 span{font-family:var(--gellixBOLD);font-size:2rem;font-weight:600}.scheader{margin:auto;max-width:680px}.scheader-sub{color:var(--white);font-size:1.1875rem;font-weight:400;line-height:1.5}.sc-cards-wrapper{display:grid;gap:42px;grid-template-columns:repeat(3,1fr);margin:auto;padding:60px 0 0}.sc-single-card{border:1px solid var(--white);border-radius:24px;opacity:0;padding:40px;position:relative;text-align:left;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.sc-single-card-image img{height:80px}.sc-single-card-floatter-image{position:absolute;right:0;right:40px;top:40px}.sc-single-card-title h3{color:var(--white);font-family:var(--gellixBOLD);font-size:1.625rem;font-weight:700;padding:25px 0 5px}.sc-single-card-content{color:var(--white);font-size:1.1875rem;font-weight:400;line-height:1.5}.sc-single-card-content a{color:var(--white)}.sc-single-card.red{border-color:var(--red)}.sc-single-card.blue{border-color:var(--cyan)}.sc-single-card.yellow{background-color:#ffd45b0d;border-color:var(--yellow-light)}.sc-single-card.blue{background-color:#54cfe00d}.sc-single-card.red{background-color:#f23d5e0d}@media (max-width:1240px){.security-card-section .constrain{padding:80px 40px}.sc-single-card{padding:30px 25px}.sc-cards-wrapper{gap:30px}}.sc-single-card:first-child{animation-delay:.1s}.sc-single-card:nth-child(2){animation-delay:.2s}.sc-single-card:nth-child(3){animation-delay:.3s}@media (max-width:992px){.sc-cards-wrapper{grid-template-columns:repeat(1,1fr)}}