.caqh-accordion-tabs{align-items:center;display:flex;gap:20px;width:100%}.caqh-accordion-tab__header{cursor:pointer;max-width:160px}.caqh-accordion-tab__header div{align-items:center;display:flex;margin-bottom:.5em}.caqh-accordion-tab__header img{background:#00a8e6;border-radius:60%;color:#fff;filter:saturate(0);font-size:36px;height:120px;margin:0 auto;max-width:120px;object-fit:cover;object-position:center;transition:.4s;transition:.1s;width:auto}.caqh-accordion-tab__header p{text-align:center}.caqh-accordion-tab__header:hover img{background:#004f91;border:3px solid #004f91;filter:saturate(1)}.caqh-accordion-tab__body{display:none;margin-top:20px;width:100%}.caqh-accordion-tab__question{background:#f6f9fc;cursor:pointer;margin-top:6px;padding:1em;position:relative;transition:.3s}.caqh-accordion-tab__question:hover{background:#e9eef3}.caqh-accordion-tab__question p{color:#005091;font-size:22px;font-weight:500;line-height:34px;margin-bottom:0}.caqh-accordion-tab__question span{display:inline-block;height:30px;padding:0 10px;position:absolute;right:1em;top:calc(50% - 1px);width:30px;z-index:1}.caqh-accordion-tab__question span:after,.caqh-accordion-tab__question span:before{background:#000;content:"";display:block;height:2px;position:absolute;transition:all .6s cubic-bezier(.4,0,.2,1);width:10px;z-index:-1}.caqh-accordion-tab__question span:before{right:13px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.caqh-accordion-tab__question span:after{left:auto;right:19px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.caqh-accordion-tab__answer{max-height:0;overflow:hidden;transition:max-height .2s ease-out}.caqh-accordion-tab__answer div{padding:1em}.caqh-accordion-tab__answer p,.caqh-accordion-tab__answer span{color:#212529!important}.caqh-accordion-tab__answer a span{color:#004f91!important}.active.caqh-accordion-tab__header{color:#005091}.active.caqh-accordion-tab__header img{border-bottom:5px solid #005091;border-radius:60px 60px 0 0;filter:saturate(1);height:115px}.active.caqh-accordion-tab__header:hover img{border:none;border-bottom:5px solid #005091}.active .caqh-accordion-tab__body{display:block}.active.caqh-accordion-tab__question{background:#fff}.active.caqh-accordion-tab__question:hover{background:#e9eef3}.active.caqh-accordion-tab__question span:before{transform:rotate(45deg)}.active.caqh-accordion-tab__question span:after{transform:rotate(-45deg)}