@import '/assets/thirdparty/bootstrap3/css/bootstrap.min.css';
.handler-1.dark {
    border-color: #ededed;
    background-position: 96%;
    padding: 20px;
}

.handler-1 {
    border-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-bottom-style: solid;
    border-bottom: none;
    border-bottom-color: currentcolor;
    font-weight: 400;
    font-size: 18px;
}

.handler-1.dark {
    background-image: url('/images/assets/home/2019/angle-down.svg');
    color: #323f4b;
}
.accordion .handler {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}
.accordion{
    margin-bottom: 50px;
}
.handler-1 {
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-bottom: 5.5px;
    padding-top: 5.5px;
}

.box {
    border-width: 1px;
    border-style: solid;
    border-color: #ededed;
    padding: 20px;
}