
.main-page-wrapper {
    padding-top: 25px;
}
.breadcrumb-last::after {
    content: none !important;
}

.fq-breadcrumb {
    margin-bottom: 20px;
}

.fq-title-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column-reverse;
}
.fq-title {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    max-width: 650px;
    font-weight: 800;
}
.fq-results-title-row {
    margin-bottom: 4px;
}
.fq-title-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.fq-title-text strong {
    font-weight: 700;
}

@media(min-width: 600px) {
    .fq-title-row {
        flex-direction: inherit;
    }
    .fq-title {
        font-size: 25px;
    }
}
@media(min-width: 992px) {
    .fq-title {
        font-size: 28px;
    }
}

.fq-post-form {
    width: 100%;
    margin-bottom: 20px;
    align-self: baseline;
}
.fq-post-form-input-box {
    width: 100%;
    display: flex;
    padding: 0 10px;
    align-items: center;
    background-color: #044c39;
}
.fq-post-form-input {
    width: 100%;
    -webkit-appearance: 0;
    border: 0 !important;
    height: auto !important;
    -webkit-border-radius: 0;
    min-height: 40px !important;
    padding: 0 0 0 0 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
.fq-post-form-btn {
    height: auto !important;
    color: #ffffff !important;
    padding: 0 10px !important;
    min-height: 40px !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
@media(min-width: 600px) {
    .fq-post-form {
        max-width: 225px;
    }
}
@media(min-width: 931px) {
    .fq-post-form {
        max-width: 289px;
        margin-bottom: 0;
    }
}


.fq-content-row-grid {
    display: grid;
}
.fq-related-card-title {
    font-size: 18px;
    margin-bottom: 14px;
}
.fq-related-ul {
    padding-left: 0;
    list-style: none;
}
.fq-related-a {
    gap: 8px;
    padding: 9px 10px;
    display: flex;
    color: #ffffff;
}
.fq-related-a:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
}
.fq-related-a svg {
    margin-top: 3px;
    flex-shrink: 0;
    color: #fad318;
}
@media(min-width: 931px) {
    .fq-content-row-grid {
        grid-template-columns: 1fr 400px;
    }
    .fq-row-related {
        padding-left: 30px;
    }
    .fq-related-box {
        top: 100px;
        position: sticky;
    }
}


.fq-main h3 {
    font-size: 18px;
    margin-bottom: 14px;
}
.fq-main p {
    color: rgba(255, 255, 255, 0.85);
}


.fq-feedback {
    margin-top: 40px;
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.fq-feedback-title {
    font-size: 16px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.85);
}
.fq-feedback-btns {
    display: grid;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 20px;
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: auto auto;
}
.fq-feedback-btn {
    border: 1px solid;
    color: #ffffff !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    gap: 6px;
    text-align: center;
    user-select: none;
    min-height: 35px !important;
    height: auto !important;
    padding: 0 10px !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
.fq-feedback-btn span {
    line-height: 1;
}
.fq-feedback-btn:hover {
    border-color: #fad318 !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.fq-feedback-done-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}


.fq-feedback-loader {
    width: 70px;
    height: 70px;
    border: 8px solid #ffffff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border-top: 8px solid #00664b;
    animation: feedbackLoader 2s linear infinite;
}
@keyframes feedbackLoader {
    0% { transform: rotate(0deg) }
    0% { transform: rotate(360deg) }
}


.fq-ticket {
    padding: 40px 0;
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media(min-width: 931px) {
    .fq-ticket {
        border-bottom: 0;
    }
}


.fq-results-ul {
    padding-left: 0;
    list-style: none;
}
.fq-results-li {
    min-height: 45px;
    list-style: none;
    margin-bottom: 0;
}
.fq-results-a {
    gap: 8px;
    padding: 10px;
    display: flex;
}
.fq-results-a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.fq-results-a svg {
    flex-shrink: 0;
    padding-top: 3px;
}
.fq-results-title {
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.85);
}
.fq-results-a:hover .fq-results-title {
    color: rgba(255, 255, 255, 1);
}
.fq-results-text {
    display: flex;
    flex-direction: column;
}
.fq-results-categories {
    font-size: 12px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.7);
}
.fq-results-categories span::after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: rgba(255, 255, 255, 0.4);
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin: 0 8px 0 6px;
}
.fq-results-categories span:last-child::after {
    content: none;
}

.fq-results-btn-box {
    text-align: center;
}
.fq-results-btn {
    text-transform: unset !important;
    min-width: 160px !important;
    margin: 0 auto !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid !important;
    color: #ffffff !important;
    display: inline-flex !important;
    justify-content: center !important;
    gap: 6px;
    align-items: center !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    text-align: center !important;
    user-select: none !important;
    min-height: 35px !important;
    padding: 0 10px !important;
}
.fq-results-btn:hover {
    border-color: #f0a613 !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.fq-results-btn svg {
    animation: resultsBtnLoader 1s linear infinite;
}
@keyframes resultsBtnLoader {
    0% {transform: rotate(0deg)}
   100% {transform: rotate(360deg)}
}


.fq-searchable-container {
    z-index: 1;
    display: flex;
    min-height: 265px;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
}
.fq-searchable-container::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    pointer-events: none;
    background-color: #02503c;
    box-shadow: -45vw -28px 0px 28px #02503c, 45vw -28px 0px 28px #02503c, 0 -28px 0px 28px #02503c;
}
.fq-searchable-title {
    color: #ffffff;
    font-size: 30px;
    margin-top: 0px;
    font-weight: 800;
    margin-bottom: 30px;
}
@media(min-width: 450px) {
    .fq-searchable-title {
        font-size: 32px;
    }
}
@media(min-width: 550px) {
    .fq-searchable-title {
        font-size: 34px;
    }
}
@media(min-width: 650px) {
    .fq-searchable-title {
        font-size: 36px;
    }
}
@media(min-width: 750px) {
    .fq-searchable-title {
        font-size: 38px;
    }
}
@media(min-width: 900px) {
    .fq-searchable-title {
        font-size: 42px;
    }
}
@media(min-width: 1020px) {
    .fq-searchable-title {
        font-size: 44px;
    }
}
@media(min-width: 1100px) {
    .fq-searchable-title {
        font-size: 46px;
    }
}
@media(min-width: 1200px) {
    .fq-searchable-title {
        font-size: 48px;
    }
}



.fq-searchable-form {
    width: 100%;
    max-width: 550px;
    position: relative;
}
.fq-searchable-input-box {
    position: relative;
}
.fq-searchable-form.is-searching .fq-searchable-input-box {
    z-index: 20;
}
.fq-searchable-input {
    font-size: 17px !important;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85) !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 0 0 50px !important;
    min-height: 50px !important;
    border: 1px solid #ffffff !important;
}
.fq-searchable-input:focus {
    color: rgba(255, 255, 255, 1) !important;
}
.fq-searchable-input::placeholder {
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.6) !important;
}
.fq-searchable-input::-moz-placeholder {
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.6) !important;
}
.fq-searchable-btn {
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    width: 1px !important;
    height: 1px !important;
    position: absolute;
    left: 0;
}
.fq-searchable-input-svg {
    top: 0;
    bottom: 0;
    left: 14px;
    height: 100%;
    position: absolute;
    pointer-events: none;
}
.fq-searchable-overlay {
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0);
    transition: opacity 400ms;
}
.fq-searchable-form.is-searching .fq-searchable-overlay {
    background-color: rgba(0, 0, 0, 0.55);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}
.fq-searchable-items {
    width: 100%;
    z-index: 10;
    margin: 0 auto;
    max-height: 0px;
    position: absolute;
    overflow-y: auto;
    scrollbar-width: none;
    background-color: #035640;
    transition: max-height 400ms, opacity 400ms;
}
.fq-searchable-form.is-searching .fq-searchable-items {
    max-height: 600px;
}


.fq-searchable-item {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fq-searchable-item:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.fq-searchable-item:hover .fq-results-title {
    color: rgba(255, 255, 255, 1);
}

.fq-searchable-item-all {
    margin: 15px 20px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    user-select: none;
    font-size: 15px;
    min-height: 35px;
    background-color: rgba(0, 0, 0, 0);
}
.fq-searchable-item-all:hover {
    color: #ffffff;
    border-color: #fad318;
    background-color: rgba(0, 0, 0, 0.3);
}


.fq-searchable-loading-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    min-height: 225px;
}
.fq-searchable-error-box {
    gap: 15px;
    display: flex;
    min-height: 225px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}




.fq-cat-grid {
    display: grid;
    grid-gap: 15px;
    margin: 20px auto 40px auto;
}
.fq-cat-grid-item {
    width: 100%;
    display: flex;
    padding: 20px;
    color: #ffffff;
    user-select: none;
    text-align: center;
    flex-direction: row;
    align-items: center;
    background-color: #034e3a;
    transition: background-color 150ms ease-in-out;
}
.fq-cat-grid-item:hover {
    background-color: #024433;
}
.fq-cat-grid-item-img {
    width: auto;
    height: 48px;
    max-width: 100%;
    margin-right: 25px;
}
.fq-cat-grid-item-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}
@media(min-width: 600px) {
    .fq-cat-grid {
        grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
    }
    .fq-cat-grid-item {
        flex-direction: column;
        justify-content: space-evenly;
        min-height: 214px;
    }
    .fq-cat-grid-item-img {
        height: 112px;
        margin: 0 auto 10px auto;
    }
    .fq-cat-grid-item-title {
        font-size: 18px;
    }
}