.contact-cards__pagination{display:none;justify-content:space-between;align-items:center;margin-bottom:16px}
.contact-cards__pagination.show{display:flex}
.contact-cards__pagination--slides{color:#000;font-weight:600;font-size:16px;line-height:1.4}
.contact-cards__pagination--arrows{display:flex;align-items:center}
.contact-cards__arrow{width:32px;height:32px;border-radius:13px;border:1px solid rgba(0,0,0,0.2);display:flex;justify-content:center;align-items:center;cursor:pointer}
.contact-cards__arrow:hover{background:rgba(0,0,0,0.05)}
.contact-cards__arrow:active{background:rgba(0,0,0,0.1)}
.contact-cards__arrow svg{width:6px;height:10px;color:#000}
.contact-cards__arrow--disabled{opacity:.6}
.contact-cards__arrow--disabled:hover{background:0;cursor:auto}
.contact-cards__arrow--disabled:active{background:0}
.contact-cards__prev-arrow{margin-right:12px}
.contact-cards__prev-arrow svg{transform:rotate(180deg)}
.contact-cards__content.loggedIn .contact-cards__email-section{display:block}
.contact-cards__content.loggedIn .contact-cards__hours-section{display:block}
.contact-cards__content.loggedIn .contact-cards__card-subtitle{display:block}
.contact-cards__card{display:flex;flex-direction:column;border-radius:16px;background:rgba(245,246,249,0.9);padding:16px 20px 16px 20px}
.contact-cards__card a{color:#066fac;font-weight:500;font-size:14px;line-height:1.4}
.contact-cards__technical-onboarding.hide{display:none}
.contact-cards__technical-onboarding.active{display:flex}
.contact-cards__advanced-support.hide{display:none}
.contact-cards__advanced-support.active{display:flex}
.contact-cards__sms-registration.hidden{display:none}
.contact-cards__card-header{padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,0.1);margin-bottom:4px}
.contact-cards__icon{width:48px;height:48px;border-radius:20px;background:rgba(6,111,172,0.8);display:flex;justify-content:center;align-items:center;margin:0 auto 8px auto}
.contact-cards__svg{width:28px;height:28px;color:white;display:flex;align-items:center;justify-content:center;font-size:18px}
.contact-cards__svg svg{width:20px;height:20px}
.contact-cards__card-title{color:#000;font-weight:500;font-size:14px;line-height:1.4;text-align:center;margin-bottom:2px}
.contact-cards__card-subtitle{display:none;color:#323439;font-weight:400;font-size:12px;line-height:1.4;text-align:center;text-transform:uppercase}
.contact-cards__option-title{color:#72757a;font-weight:500;font-size:12px;line-height:1.3;margin-bottom:4px}
.contact-cards__phone-section{margin-top:8px}
.contact-cards__phone-number p{font-weight:500;font-size:14px;color:#323439}
.contact-cards__email-section{display:none;margin-top:8px}
.contact-cards__email{color:#323439;font-size:14px}
.contact-cards__email span{color:#323439;font-weight:500;font-size:14px}
.contact-cards__hours-section{display:none;margin-top:8px}
.contact-cards__hours{color:#323439;font-weight:500;font-size:14px;line-height:1.4}
.contact-cards__description{font-size:14px;font-weight:400;line-height:1.4;padding-top:12px;margin-top:12px;border-top:1px solid rgba(0,0,0,0.1)}
@media only screen and (max-width:619px){.contact-cards__pagination{margin-bottom:20px}
.contact-cards__prev-arrow{margin-right:16px}
}