.ct-accordion__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.ct-accordion__list-item {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px 30px;
    border: solid 1px #ebebeb;
    border-left: solid 10px #006aac;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.ct-accordion__list-item:last-child {
    margin-bottom: 0
}

.ct-accordion__list-item.active .ct-accordion__handle:after {
    background-image: var(--wpr-bg-8997930f-6787-489b-a975-a3cf0cef2f07)
}

.ct-accordion__handle {
    font-size: 17px !important;
    color: #006aac;
    font-weight: 700 !important;
    line-height: 1.1;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    margin: 0 !important
}

.ct-accordion__handle:after {
    content: "";
    width: 19px;
    height: 19px;
    background-image: var(--wpr-bg-933ac98a-6d98-4e1b-9efc-edc3e9cb1da2);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0;
    top: 4px
}

.ct-accordion__content {
    padding-top: 25px;
    margin-top: 25px;
    border-top: solid 1px #006aac;
    display: none
}

.ct-accordion__content p {
    line-height: 1.45
}

.ct-accordion__content ul {
    list-style: disc;
    margin-bottom: 30px
}

.ct-accordion__content ul li {
    margin-bottom: 10px;
    line-height: 1.3
}

.ct-accordion__handle {
    font-size: 20px !important
}

.ct-accordion__content ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}