/* basic style */
.ctc-inner{background:#f6f8fd;border-radius:16px;padding:28px 20px 48px;position:relative;height:100%;display:flex;flex-direction:column}
.ctc-inner h4{font:700 18px/1.3 "Inter",sans-serif;margin:0 0 10px;color:#003e7f}
.ctc-inner p{font:14px/1.5 "Inter",sans-serif;margin:0;color:#003e7f}
.ctc-ico{position:absolute;right:12px;bottom:12px;width:28px;height:28px;border-radius:6px;background:#003e7f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px}
.ctc-prev,.ctc-next{position:absolute;top:-52px;width:32px;height:32px;border:1px solid #003e7f;border-radius:50%;background:#fff;cursor:pointer;z-index:10}
.ctc-prev{right:72px}.ctc-next{right:24px}
.ctc-prev::before,.ctc-next::before{content:'';display:block;width:8px;height:8px;border-top:2px solid #003e7f;border-right:2px solid #003e7f;transform:rotate(225deg);position:absolute;top:50%;left:50%;margin:-5px 0 0 -3px}
.ctc-next::before{transform:rotate(45deg);margin-left:-5px}
.stb-svg {padding: 4px;}
body .progress {stroke-width: 1px!important;}
body .track{stroke-width:1!important;}