.faq__container > h1 {
    font-size: 32px;
    position: relative;
    padding: 40px 0 20px 0;
    font-weight: 700;
    line-height: 44.8px;
    text-align: center;
}

.faq__container h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    color: var(--black);
}


@media only screen and (max-width: 767px) {
    .faq__container > h1 {
        font-size: 24px;
        line-height: 33.6px;
        padding: 0 5px 15px;
    }

    .faq__container h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        color: var(--black);
    }
}
.faq__container > h1::before,
.faq__container > h1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.faq__container > h1::before {
    width: 293px;
    height: 4px;
    background-color: #cfcfcf;
}
.faq__container > h1::after {
    width: 143px;
    height: 4px;
    background-color: var(--orange-600);
    border-radius: 2px;
}

.faq__container > h1::after {
    width: 143px;
    height: 4px;
    background-color: var(--orange-600);
}

.faq__desc {
    margin-top: 24px !important;
}

.faq__banner {
    background: url("/img/faq/faq-banner.png") no-repeat;
    background-size: cover;
    aspect-ratio: 4.4;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .faq__banner {
        background: url("/img/faq/tablet-faq-banner.png") no-repeat;
        background-size: cover;
        aspect-ratio: 3.47;
    }
}

@media only screen and (max-width: 767px) {
    .faq__banner {
        background: url("/img/faq/mobile-faq-banner.png") no-repeat;
        background-size: cover;
        aspect-ratio: 2.02;
        width: auto;
        min-height: 185px;
    }
}

.faq__container {
    max-width: 1132px;
    margin: var(--desktop-header-height) auto 0;
}

@media only screen and (max-width: 1430px) {
    .faq__container {
        padding: 0 24px;
        margin: var(--mobile-header-height) auto 0;
    }
}

.faq__desc {
    text-align: center;
}

.faq__desc *:not(:first-child) {
    margin-top: 0;
}

.faq__desc > p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: var(--black);
}

.faq__filter {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.faq__content {
    margin-top: 40px !important;
    padding-bottom: 156px;
}

.faq__content > *:not(:first-child) {
    margin-top: 24px;
}

.faq__container .faq__content-item {
    border-radius: 12px;
    box-shadow: 2px 4px 12px 0px #0040e229;
}

.faq__filter .faq__filter-select {
    display: flex;
    align-items: center;
}

.faq__filter .faq__filter-select select {
    width: 316px;
    height: 40px;
    margin-right: 24px;
    flex: 1;
    overflow: hidden;
}

.faq__filter .faq__filter-select p {
    margin-top: 0;
    margin-right: 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--black);
}

.faq__filter .faq__filter-search {
    width: 636px;
    position: relative;
}
.faq__filter .faq__filter-search input {
    border-radius: 8px;
    border: 1px solid #bfc8d1;
    height: 40px;
    padding-right: 52px;
}
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.faq__filter .faq__filter-search button {
    position: absolute;
    top: 0;
    right: 0;
}

.faq__filter .faq__filter-search button img {
    width: 50px;
    height: 40px;
}

.faq__item-q {
    position: relative;
    background: var(--indigo-700);
    min-height: 64px;
    border-radius: 12px;
    padding: 12px 60px 12px 16px;
    display: flex;
    align-items: center;
}

.faq__item-q.is-open {
    border-radius: 12px 12px 0 0;
}

.faq__item-q p {
    margin-top: 0;
}

.faq__item-q .faq__q-tag {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--indigo-700);
    background: var(--white);
    width: fit-content;
    border-radius: 50px;
    margin-bottom: 8px;
}

.faq__item-q .faq__q-text {
    padding-left: 24px;
    padding-right: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--white);
    position: relative;
}

.faq__item-q .faq__q-text::before {
    content: "Q";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--white);
}

.faq__item-a {
    background: var(--white);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 24px;
}

.faq__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px !important;
}

.faq__action .faq__action-desc {
    display: flex;
    align-items: center;
}
.faq__action .faq__action-desc .faq__desc-text {
    margin: 0 16px;
}
.faq__action .faq__action-desc .faq__desc-text > p {
    margin-top: 0;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: var(--black);
}

.faq__action-btn {
    margin-top: 32px !important;
    width: 290px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--white);
    background-color: #209bba;
    border-radius: 10px;
}

@media only screen and (min-width: 1024px) {
    .faq__action-btn:hover {
        color: var(--white);
        background-color: var(--sea-serpent);
        border: 1px solid var(--sea-serpent);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .faq__container > h1 {
        padding: 32px 0 20px 0;
    }

    .faq__container {
        margin: var(--mobile-header-height) auto;
        padding: 0 0 24px !important;
        max-width: 640px !important;
    }

    .faq__filter {
        flex-direction: column;
        align-items: start;
        margin-top: 32px !important;
    }
    .faq__content {
        padding-bottom: 136px;
    }

    .faq__filter .faq__filter-select {
        width: 100%;
    }

    .faq__filter .faq__filter-select select {
        width: 100%;
        margin-right: 0;
    }

    .faq__filter .faq__filter-search {
        width: 100%;
        margin-top: 16px;
    }

    .faq__action-btn {
        width: 290px;
        height: 60px;
        font-size: 20px;
        font-weight: 700;
        line-height:28px;
        color: var(--white);
    }
}

@media only screen and (max-width: 767px) {
    .faq__container {
        margin: var(--mobile-header-height) auto;
        padding: 0 16px 0 !important;
    }

    .faq__content {
        margin-top: 24px !important;
        padding-bottom: 92px !important;
    }

    .faq__container > h1 {
        margin-top: 24px !important;
    }

    .faq__desc > p {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
    }

    .faq__filter {
        margin-top: 24px !important;
        flex-direction: column;
        align-items: start;
    }

    .faq__filter .faq__filter-select {
        flex-direction: column;
        align-items: start;
        width: 100%;
    }

    .faq__filter .faq__filter-select p {
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
    }

    .faq__filter .faq__filter-select select {
        width: 100%;
        height: 40px;
        margin-right: 0;
        margin-top: 16px;
    }

    .faq__filter .faq__filter-search {
        width: 100%;
        margin-top: 16px;
    }

    .faq__item-q .faq__q-text::before {
        content: "Q";
        position: absolute;
        top: 12px;
        left: 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        color: var(--white);
    }

    .faq__item-q .faq__q-text {
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
    }

    .faq__action .faq__action-desc .faq__desc-text {
        margin: 0 4px;
    }

    .faq__action .faq__action-desc .faq__desc-text > p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .faq__action-btn {
        width: 250px;
        height: 48px;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        color: var(--white);
    }
}

.ck-content ol,
.ck-content ul {
    padding-left: 3rem !important;
}
.ck-content h2 {
    position: relative;
}

.ck-content h2::after {
    content: "" !important;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #565863;
}

@media only screen and (max-width: 768px) {
    .ck-content h2::after {
        content: "" !important;
        position: absolute;
        bottom: 16px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #565863;
    }
}

.ck-content h3 {
    position: relative;
}

.ck-content h3::after {
    content: "" !important;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #bfc8d1;
}

@media only screen and (max-width: 768px) {
    .ck-content h3::after {
        content: "" !important;
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #bfc8d1;
    }
}

.categoryFaqs__container {
    margin-bottom: 152px;
}

.categoryFaqs__list {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 8px;
}

.categoryFaq__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    padding: 16px;
    border-radius: 8px;
    background: var(--white);
}

.categoryFaq__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--black);
    flex: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .categoryFaqs__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .categoryFaqs__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .categoryFaq__item .right-arrow {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .subCategoryFaq__link:hover {
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
    .faq__item-q:hover  {
        cursor: pointer;
    }
    .faq__item-q:hover .faq__q-text {
        opacity: 0.6;
    }
}