

/* Start:/help/style.css?17708894874470*/
h1.p-event-title {
    margin-top: 28px;
}
.container{
    font-size: 20px;
    line-height: 25px;
}
.page-title {
    margin-top: 28px;
    max-width: 612px;
    margin-bottom: 40px;
}
.tablinks {
    padding: 6px 8px;
    font-size: 16px;
    line-height: 20px;
    background-color: transparent;
    color: #333;
    border-radius: 4px;
    border: 1px solid transparent;
    transiton: border-color 1s;
    cursor: pointer;
}
.tablinks:focus {
    outline: none
}
.question-categories {
    padding-bottom: 9px;
}
.question-categories p {
     display: inline-block;
     margin-right: 12px;
     font-size: 16px;
     line-height: 20px;
     color: #cacaca;
 }
.question-categories button.active {
    position: relative;
    color: var(--project-color);
    border-color: #cacaca;
    z-index: 1;
    transition: color 0.3s, border-color 0.3s;
}
.tabcontent {
    display: none;
}

/* accordion */
.collapse:not(.show) {
    display: none
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}
.accordion-header{
    position: relative;
    margin: 0;
}
.label-help{
    position: absolute;
    top: 17px;
    width: 49px;
    height: 49px;
    border: 2px solid var(--project-color);
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.3s;
    z-index: -2;
}
.label-help:after,
.label-help:before{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background-color: var(--project-color);
    transform: translate(-50%, -50%);
    transition: background-color 0.3s;
}
.label-help:before{
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.3s, background-color 0.3s;
}
.accordion-button:hover ~ .label-help{
    background-color: var(--project-color);
}
.accordion-button:hover ~ .label-help:after,
.accordion-button:hover ~ .label-help:before{
    background-color: #fff;
}
.accordion-button:not(.collapsed) ~ .label-help:before{
    transform: translate(-50%, -50%) rotate(180deg);
    transition: transform 0.3s;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    outline: none;
    padding: 23px 23px 24px 72px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    border-top: 1px solid #EBE9E9;
    transition: color 0.3s;
    cursor: pointer;
}
.accordion-button:focus {
    outline: none;
}
.accordion-button:hover {
    color: var(--project-color);
    transition: color 0.3s;
}
.accordion-button,
.accordion-body,
.accordion-button:not(.collapsed) {
    color: #333;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:hover:not(.collapsed){
    color: var(--project-color);
}
.accordion-body {
    padding: 0 23px 23px 75px;
    font-size: 20px;
    line-height: 25px;
}
.accordion-body a{
    text-decoration: underline;
}
.accordion-item:last-child {
    border-bottom: 1px solid #EBE9E9;
}

@media (max-width: 767px) {
    .page-title {
        margin-top: -13px;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 32px;
    }
    .question-categories {
        padding-bottom: 20px;
    }
    .question-categories p {
        display: block;
        margin-bottom: 7px;
        font-size: 15px;
        line-height: 18px;
    }
    .tablinks {
        margin-right: -5px;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 2px;
    }
    .label-help{
        top: 12px;
        width: 40px;
        height: 40px;
    }
    .label-help:after,
    .label-help:before{
        width: 13px;
    }

    /* accordion */
    .accordion-button {
        padding: 20px 15px 21px 56px;
        font-size: 17px;
        line-height: 20px;
    }
    .accordion-body {
        margin-top: -5px;
        padding: 0px 23px 20px 56px;
        font-size: 15px;
        line-height: 21px;
    }
}
@media (hover: none) and (pointer: coarse) {
    .accordion-button:hover ~ .label-help {
        background-color: #fff;
    }
    .accordion-button:hover ~ .label-help:after,
    .accordion-button:hover ~ .label-help:before {
        background-color: var(--project-color);
    }
    .accordion-button:hover:not(.collapsed) {
        color: inherit;
    }
    .accordion-button:hover {
        color: inherit;
        transition: color 0.3s;
    }
}
/* End */
/* /help/style.css?17708894874470 */
