.faq-header {
    min-height: 240px;
    overflow: hidden;
    position: relative;
}

.faq-header__image,
.faq-header__overlay {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.faq-header__image {
    object-fit: cover;
}

.faq-header__overlay {
    background: rgba(20, 56, 127, .72);
}

.faq-header__content {
    align-items: center;
    display: flex;
    min-height: 240px;
    position: relative;
    z-index: 1;
}

.faq-header__content h1,
.faq-header__title,
.faq-header__content h2,
.faq-header__content p {
    color: #fff;
}

.faq-header__content h1,
.faq-header__title {
    color: #0bbbef;
    font-family: "Dashiell Fine Bold";
    font-size: 48px;
    margin: 0 0 20px;
}

.faq-header__content h2 {
    text-transform: none;
}

.faq-back {
    background: #0bbbef;
}

.faq-back .container {
    padding-bottom: 0;
    padding-top: 0;
}

.faq-back__link {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    gap: 14px;
    min-height: 60px;
}

.faq-back__link:focus,
.faq-back__link:hover {
    color: #fff;
    text-decoration: underline;
}

.faq-back__arrow {
    flex: 0 0 45px;
    height: 31px;
    object-fit: contain;
    width: 45px;
}

.faq-detail {
    max-width: 960px;
}

.faq-search-band {
    background: #0bbbef;
}

.body-content .faq-search-band .container {
    padding-bottom: 14px;
    padding-top: 14px;
}

.body-content .faq-search {
    margin: 0;
    max-width: 640px;
    width: 55%;
}

.faq-search__field {
    position: relative;
}

.body-content .faq-search .faq-search__input {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 22px;
    box-sizing: border-box;
    color: #14387f;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    height: 40px;
    padding: 0 50px 0 16px;
    width: 100%;
}

.body-content .faq-search .faq-search__input:focus {
    box-shadow: 0 0 0 2px rgba(20, 56, 127, .2);
    outline: none;
}

.body-content .faq-search .faq-search__input::placeholder {
    color: #14387f;
    opacity: .8;
}

.faq-search__icon {
    height: 20px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.faq-search__no-results {
    color: #14387f;
    padding: 20px 0;
}

.faq-list__item {
    border-bottom: 1px solid #0bbbef;
}

.faq-list__heading {
    margin: 0;
    width: 100%;
}

.body-content .faq-list .faq-list__question {
    align-items: center;
    color: #14387f;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    line-height: 1.4;
    padding: 15px 4px;
    text-transform: none;
    width: 100%;
}

.body-content .faq-list .faq-list__question:focus,
.body-content .faq-list .faq-list__question:hover {
    color: #0bbbef;
    text-decoration: none;
}

.body-content .faq-list .faq-list__question:focus {
    outline: none;
}

.body-content .faq-list .faq-list__question:focus-visible {
    outline: 2px solid #0bbbef;
    outline-offset: 2px;
}

.body-content .faq-list h3 .faq-list__icon {
    background-image: none;
    border-bottom: 3px solid currentColor;
    border-right: 3px solid currentColor;
    display: inline-block;
    flex: 0 0 13px;
    float: none;
    height: 13px;
    margin-left: 20px;
    transform: rotate(45deg);
    transition: transform .2s ease;
    width: 13px;
}

.body-content .faq-list .faq-list__question[aria-expanded="true"] .faq-list__icon {
    transform: rotate(225deg);
}

.faq-list__answer {
    color: #14387f;
    padding: 0 4px 24px;
}

.faq-overview [data-faq-search-item] .fusion-text h3,
.faq-overview [data-faq-search-item] .fusion-text h3 strong {
    color: #14387f;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding: 15px 4px;
    text-transform: none;
}

.faq-overview .fusion-separator,
.faq-overview .fusion-sep-clear {
    display: none;
}

.faq-overview hr.forza-e-hr {
    border: 0;
    border-top: 1px solid #0bbbef;
}

.faq-detail {
    padding-bottom: 70px;
    padding-top: 50px;
}

.faq-detail article {
    margin: 0 auto;
    max-width: 900px;
}

.faq-detail h1 {
    color: #14387f;
    font-family: "Dashiell Fine Bold";
    font-size: 30px;
    margin-bottom: 12px;
    text-transform: none;
}

.faq-detail__answer {
    color: #14387f;
    font-size: 16px;
    line-height: 1.55;
}

@media only screen and (max-width: 767px) {
	.body-content .faq-search {
		max-width: none;
		width: 100%;
	}

    .faq-header,
    .faq-header__content {
        min-height: 180px;
    }

    .faq-header__content h1,
    .faq-header__title {
        font-size: 40px;
    }

    .faq-detail {
        padding-bottom: 40px;
        padding-top: 35px;
    }

    .faq-detail h1 {
        font-size: 25px;
    }
}
