.panel-title__link {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 0.0625rem solid #ccc;
    cursor: pointer;
    overflow: hidden;
    padding: 1.5625rem;
    padding-left: 0;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
}
@media print, screen and (min-width: 64em) {
    .panel-title__link.active {
        padding-bottom: 1.25rem;
    }
}
.panel-title .icon {
    border-radius: 0.3125rem;
    display: block;
    float: left;
    height: 1.875rem;
    width: 1.875rem;
    padding: 0.3125rem 0.9375rem;
    margin-right: 1.375rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
@media print, screen and (min-width: 64em) {
    .panel-title .icon {
        margin-bottom: 0.1875rem;
    }
}
.panel-title .icon:before {
    background: url(../../../img/icons/sprite.svg) no-repeat -1.5rem -7.0625rem;
    content: "";
    width: 1.375rem;
    height: 1.375rem;
    display: block;
    margin: -0.5625rem;
}
@media print, screen and (min-width: 64em) {
    .panel-title .icon:before {
        padding: 0;
        margin: 0.1875rem;
    }
}
.panel-title .icon.is-visible:before {
    background-position: -27.1875rem -4.25rem;
    height: 0.9375rem;
    margin-top: 0.3125rem;
}
@media screen and (min-width: 75em) {
    .panel-title .icon.is-visible:before {
        margin-top: 0.625rem;
    }
}
@media screen and (min-width: 75em) {
    .panel-title .icon {
        height: 2.5rem;
        width: 2.5rem;
    }
}
.panel-content {
    overflow: hidden;
    padding-bottom: 30px;
    padding-left: 52px;
    padding-right: 10px;
    width: 100%;
}
@media print, screen and (min-width: 64em) {
    .panel-content {
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 75em) {
    .panel-content {
        padding-left: 62px;
    }
}
.panel-content__item {
    padding: 0 0 0 0.125rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media print, screen and (min-width: 64em) {
    .panel-content__item {
        float: left;
        width: 50%;
    }
}
.panel-content__item.active:before {
    background: url(../../../img/icons/sprite.svg) no-repeat -27.3125rem -12.75rem;
    content: "";
    width: 1.875rem;
    height: 0.9375rem;
    float: left;
    margin: 0.375rem 0 0 0;
    margin-right: 10px;
}
@media print, screen and (min-width: 64em) {
    .panel-content__item.active:before {
        margin-top: 0.3125rem;
        padding-right: 1.875rem;
    }
}
@media screen and (min-width: 75em) {
    .panel-content__item.active:before {
        margin-top: 0.125rem;
        padding: 0;
    }
}
.panel-content__item:before {
    background: url(../../../img/icons/arrow-black-link-small.svg) no-repeat;
    content: "";
    width: 1.875rem;
    height: 0.9375rem;
    float: left;
    margin: 0.375rem 0 0 0;
    margin-right: 10px;
}
@media print, screen and (min-width: 64em) {
    .panel-content__item:before {
        margin-top: 0.4375rem;
        padding-right: 1.875rem;
    }
}
@media screen and (min-width: 75em) {
    .panel-content__item:before {
        margin-top: 0.4375rem;
        padding: 0;
    }
}
.panel-content__item a.active {
    color: #e1261c;
}
.panel-content__link {
    display: inline-block;
    max-width: 9.375rem;
}
