﻿/*Banner*/

.bannerArea {
    padding: 0;
    position: relative;
}

.bannerImage img {
    height: 416px;
    object-fit: cover;
}

.bannerTextArea {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    z-index: 1;
    row-gap: 16px;
}

.bannerTitle {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.bannerDescription {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 540px;
}

.bannerOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(22deg, #000000d4, transparent);
    z-index: 0;
}






.helpAndSupportCardArea {
    margin-top: 48px;
    margin-bottom: 48px;
}

.helpAndSupportCard {
    text-align: center;
}

    .helpAndSupportCard .cardIcon {
        width: 56px;
        height: 56px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #E4E7EC;
        border-radius: 50px;
    }

    .helpAndSupportCard .cardTitle {
        color: #000;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        margin-top: 16px;
    }

    .helpAndSupportCard .cardDescription {
        color: #344054;
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin: auto;
        margin-top: 8px;
        width: 80%;
    }



.SSSArea {
    margin-top: 48px;
    margin-bottom: 48px;
}

.SSSTitle {
    color: #1D2939;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.SSSAccordion
{
    margin-top: 32px;
}

    .SSSAccordion .accordion-item {
        margin-bottom: 16px;
    }

    .SSSAccordion .accordion-item:last-child {
        margin-bottom: 0;
    }

    .SSSAccordion .accordion-item {
        margin-bottom: 16px;
        border: 1px solid #E4E7EC;
        border-radius: 12px;
        color: #1D2939;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .SSSAccordion .accordion-button {
        padding: 16px 24px;
        border-radius: 16px !important;
    }



    .SSSAccordion .accordion-body {
        color: #344054;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        padding: 16px 24px;
        padding-top: 0;
    }

    .SSSAccordion .accordion-button:not(.collapsed) {
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        color: #00A4E7;
        background-color: transparent;
        box-shadow: none;
    }

    .SSSAccordion .accordion-button.collapsed {
        color: #1D2939;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .SSSAccordion .accordion-button:focus {
        z-index: 3;
        border: none;
        outline: 0;
        box-shadow: none;
    }

    .SSSAccordion .accordion-button::after {
        background-color: #F9FAFB;
        width: 32px;
        background-position: center;
        height: 32px;
        border-radius: 50px;
        background-size: 16px;
    }