@media (min-width: 768px) {
    .tx-szfaq .container {
        max-width: 1300px;
    }
}

.tx-szfaq {

}

.tx-szfaq .faq-header {
    font-size: 1.5em;
    margin-bottom: 0;
    padding-left: 7px;
    padding-right: 7px;
}

.tx-szfaq .faq-headline {
    font-size: 1.5em;
    padding-left: 7px;
    padding-right: 7px;
}

.tx-szfaq .faq-search-holder {
    position: relative;
}

.tx-szfaq .faq-search-holder input.faq-search {
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #002F6A;
    max-width: 320px;
    height: 48px;
    padding: 12px 14px 12px 42px;
    border: 1px solid #969696;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white url(../Icons/search.svg) no-repeat 16px center;
    background-size: 20px;
}

.tx-szfaq .faq-search-holder .faq-search::placeholder {
    color: #667085;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.tx-szfaq .faq-holder .faq-categories .faq-category {
    color: #002f6a;
    position: relative;
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 25px;
    border-bottom: 1px solid #E6E6E6;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    font-size: 16px;
    line-height: 24px;
}

.tx-szfaq .faq-holder .faq-categories .faq-category:hover {
    font-weight: bold;

}

.tx-szfaq .faq-holder .faq-categories .faq-category.active {
    font-weight: bold;
}

.tx-szfaq .faq-holder .faq-categories .faq-category:last-child {
    border-bottom: none;
}

.tx-szfaq .faq-holder .faq-categories .faq-category.active:after {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    opacity: 1;
    right: -5px;
    left: auto;
    transform: translateY(-50%);
    animation-duration: 0.5s;
    background-image: url(../Icons/category-arrow.svg);
}
.tx-szfaq .faq-search-results .faq-search-results-questions .faq-question,
.tx-szfaq .faq-holder .faq-questions .faq-question {
    color: #002f6a;
    display: none;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    line-height: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 48px;
    font-size: 16px;
    border-bottom: 1px solid #E6E6E6;
}

.tx-szfaq .faq-search-results .faq-search-results-questions .faq-question {
    display: block;
}

.tx-szfaq .faq-holder .faq-questions .faq-question.active {
    border: none;
}

.tx-szfaq .faq-holder .faq-questions .faq-question.visible {
    display: block;
}

.tx-szfaq .faq-search-results .faq-search-results-questions .faq-question:hover,
.tx-szfaq .faq-holder .faq-questions .faq-question:not(.active):hover {
    cursor: pointer;
    text-decoration: none;
}

.tx-szfaq .faq-holder .faq-questions .faq-question.active:after {
    position: absolute;
    display: block;
    top: 50%;
    opacity: 1;
    right: -5px;
    left: auto;
    transform: translateY(-50%);
    animation-duration: 0.5s;
    font-family: "icomoon";
    content: '\e93f';
    font-size: 24px;
}

.tx-szfaq .faq-holder .faq-questions .faq-question:after {
    position: absolute;
    display: block;
    top: 50%;
    opacity: 1;
    right: -5px;
    left: auto;
    transform: translateY(-50%);
    animation-duration: 0.5s;
    font-family: "icomoon";
    content: '\e92c';
    font-size: 24px;
}

.tx-szfaq .faq-holder .faq-answeres .faq-answer {
    display: none;
    font-weight: 300;
    transition: 0.3s ease-out;
}

.tx-szfaq .faq-answer {
    padding-right: 48px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E6E6;
}


.tx-szfaq .faq-holder .faq-answeres .faq-answer.visible {
    display: block;
    transition: 0.3s ease-out;
}

.tx-szfaq .faq-holder .faq-answeres .faq-answer p {
    font-weight: 300;
    margin-bottom: 8px;
}

.tx-szfaq .faq-holder .faq-answeres .faq-answer a {
    font-weight: 300;
    color: #C3AA69;
    text-decoration: underline;
}

.tx-szfaq .faq-holder .faq-rating {
    margin-top: 1.4em;
    margin-bottom: 20px;
}

.tx-szfaq .faq-holder .faq-rating .faq-rate a {
    height: auto;
    color: #000 !important;
    border-color: #000 !important;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1;
    font-size: 16px;
}

.tx-szfaq .faq-holder .faq-rating .faq-rate {
    font-weight: 400;
}

.tx-szfaq.always-responsive .faq-holder, .tx-szfaq.responsive .faq-holder {
    position: relative;
    overflow-x: hidden;
}

.tx-szfaq.always-responsive .faq-holder .faq-categories,
.tx-szfaq.always-responsive .faq-holder .faq-questions,
.tx-szfaq.always-responsive .faq-holder .faq-answeres,
.tx-szfaq.responsive .faq-holder .faq-categories,
.tx-szfaq.responsive .faq-holder .faq-questions,
.tx-szfaq.responsive .faq-holder .faq-answeres {
    flex-basis: initial;
}

.tx-szfaq.always-responsive .faq-holder .faq-questions,
.tx-szfaq.always-responsive .faq-holder .faq-answeres,
.tx-szfaq.responsive .faq-holder .faq-questions,
.tx-szfaq.responsive .faq-holder .faq-answeres {
    position: relative;
    pointer-events: none;
    opacity: 1;
}

.tx-szfaq.responsive .faq-holder .faq-answeres .faq-answer {
    padding-top: 0 !important;
}

.tx-szfaq.always-responsive .faq-holder .faq-categories.category-selected + .faq-questions,
.tx-szfaq.always-responsive .faq-holder .faq-questions.question-selected + .faq-answeres, .tx-szfaq.responsive .faq-holder .faq-categories.category-selected + .faq-questions,
.tx-szfaq.responsive .faq-holder .faq-questions.question-selected + .faq-answeres {
    position: relative;
    pointer-events: all;
    transition: transform 0.5s;
    opacity: 1;
    transform: translateX(0);
}

.tx-szfaq.always-responsive .faq-holder .faq-categories .faq-category:after, .tx-szfaq.responsive .faq-holder .faq-categories .faq-category:after {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    opacity: 1;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    animation-duration: 0.5s;
    background-image: url(../Icons/category-arrow.svg);
}

.tx-szfaq.always-responsive .faq-holder .faq-categories.category-selected, .tx-szfaq.responsive .faq-holder .faq-categories.category-selected {
    transition: all 0.5s;
}

.tx-szfaq.always-responsive .faq-holder .faq-categories.category-selected .faq-category:not(.active), .tx-szfaq.responsive .faq-holder .faq-categories.category-selected .faq-category:not(.active) {
    display: none !important;
}

.tx-szfaq.always-responsive .faq-holder .faq-categories.category-selected .faq-category.active, .tx-szfaq.responsive .faq-holder .faq-categories.category-selected .faq-category.active {
    padding: 0;
    border: none;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
    font-weight: 400;
    margin-bottom: 40px;
}

.tx-szfaq.always-responsive .faq-holder .faq-categories.category-selected .faq-category.active:after, .tx-szfaq.responsive .faq-holder .faq-categories.category-selected .faq-category.active:after {
    animation-name: faq-arrow-switch;
    left: -6px;
    right: auto;
    transform: translateY(calc(-50% - 1px)) rotateZ(180deg);
    display: none;
}

.tx-szfaq.always-responsive .faq-holder .faq-questions .faq-question:after, .tx-szfaq.responsive .faq-holder .faq-questions .faq-question:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    opacity: 1;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    animation-duration: 0.5s;
    font-family: "icomoon";
    content: '\e92c';
    font-size: 24px;
}

.tx-szfaq.always-responsive .faq-holder .faq-questions.question-selected .faq-question, .tx-szfaq.responsive .faq-holder .faq-questions.question-selected .faq-question {
    transition: all 0.5s;
}


.tx-szfaq.always-responsive .faq-holder .faq-questions.question-selected .faq-question.active, .tx-szfaq.responsive .faq-holder .faq-questions.question-selected .faq-question.active {
    border-bottom-color: #002f6a;
}

.tx-szfaq.always-responsive .faq-holder .faq-questions.question-selected .faq-question.active:after, .tx-szfaq.responsive .faq-holder .faq-questions.question-selected .faq-question.active:after {
    right: 0;
    font-family: "icomoon";
    content: '\e93f';
    font-size: 24px;
}

.faq-category-back {
    display: none;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding-left: 26px;
    position: relative;
}
.faq-category-back:before {
    position: absolute;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    top: -4px;
    opacity: 1;
    left: 0;
    right: auto;
    transform: rotate(180deg) translateY(-50%);
    animation-duration: 0.5s;
    background-image: url(../Icons/category-arrow.svg);
}
.faq-category.active .faq-category-back {
    display: block;
}

.tx-szfaq .faq-holder .faq-categories {

}

.tx-szfaq .faq-holder .faq-questions {

}

.tx-szfaq .faq-holder .faq-answers {
    padding-left: 15px;
    padding-right: 15px;
}

.tx-szfaq .faq-holder .faq-search-results {
    padding-left: 15px;
    padding-right: 15px;
}

.tx-szfaq .grey-grid {
    background: #FAFAFA;
    border-radius: 16px;
    padding-top: 28px;
    padding-bottom: 28px;
}


@keyframes faq-arrow-switch {
    0% {
        opacity: 1;
        right: 0;
        left: auto;
    }
    10% {
        opacity: 0;
        right: 10px;
        left: auto;
    }
    90% {
        opacity: 0;
        left: -6px;
        right: auto;
        transform: translateY(calc(-50% - 1px)) rotateZ(180deg);
    }
    100% {
        opacity: 1;
        left: -6px;
        right: auto;
        transform: translateY(calc(-50% - 1px)) rotateZ(180deg);
    }
}
