.exl-page-knowledgebase {
    position: relative;
    overflow: hidden;
}

.exl-page-knowledgebase__background {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2000px;
    height: auto;
    left: 50%;
    margin-left: -1000px;
    z-index: -1;
}

.exl-page-knowledgebase__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.exl-page-knowledgebase__container form {
    margin-bottom: 1rem;
    font-family: Ubuntu;
}

.exl-page-knowledgebase__container h1 {
    font-family: Organetto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.exl-page-knowledgebase__header {
    padding: 120px 0 60px;
    background-image: url(/templates/exit-lag/img/knowledgebase/banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.exl-page-knowledgebase__header .container {
    gap: 2rem;
    max-width: 750px;
}

.exl-page-knowledgebase__header h1 {
    font-weight: 400;
}

.exl-page-knowledgebase__body {
    padding-top: 100px;
    background: var(--exl-bg-darker);
}

.exl-page-knowledgebase__body .help-card {
    gap: 1rem;
    background-color: transparent;
}

.exl-page-knowledgebase__body .help-card h2 {
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 23px;
}

.exl-page-knowledgebase__body .help-card a {
    background-color: var(--exl-card-step-bg);
    border-radius: 8px;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    max-width: 890px;
    width: 100%;
    color: #ebeced;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    box-shadow: 4px 12px 20px 0px rgba(0, 0, 0, 0.20);
}

.exl-page-knowledgebase__body .help-card a:hover {
    background: var(--exl-checkout-gray);
}

.exl-page-knowledgebase__body .help-card a:hover svg{
    stroke: var(--exl-checkout-accent);
}

.exl-page-knowledgebase__body .help-card svg {
    stroke: var(--exl-checkout-accent);
}

.exl-page-knowledgebase__body .help-card svg:last-child {
    stroke: #313741;
}

.exl-page-knowledgebase__body .support-cards.help-card{
    margin: 131px 0 100px;
}

.exl-page-knowledgebase__body .support-cards.help-card a{
    padding: 2rem 1.5rem;
    max-width: 890px;
    width: 100%;
}

.exl-page-knowledgebase__footer .container-fluid {
    gap: 2rem;
    max-width: 80%;
    margin-bottom: 132px;
}

.exl-page-knowledgebase__footer .card {
    background-color: var(--exl-card-step-bg);
    padding: 50px;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.exl-page-knowledgebase__footer .card:first-child {
    background-image: url(/templates/exit-lag/img/knowledgebase/card-comunidade.webp);
}

.exl-page-knowledgebase__footer .card:last-child {
    background-image: url(/templates/exit-lag/img/knowledgebase/card-suporte.webp);
}

.exl-page-knowledgebase__footer .card h2{
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.exl-page-knowledgebase__footer p {
    margin: 1.375rem 0 2.375rem;
    color: var(--exl-footer-social-link);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; /* 115% */
}

.exl-page-knowledgebase__footer .card a{
    width: max-content;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.exl-page-knowledgebase__categories{
    padding-top: 76px;
    max-width: 80%;
}

.exl-page-knowledgebase__categories .row{
    width: 100%;
    gap: 2rem;
}

.exl-page-knowledgebase__categories .card {
    height: 280px;
    background: linear-gradient(179deg, rgba(0, 0, 0, 0.41) 35.19%, rgba(0, 0, 0, 0.90) 100%), #182338;
    padding: 50px;
    border-radius: 16px;
}

.exl-page-knowledgebase__categories .card h2{
    font-family: Organetto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.exl-page-knowledgebase__categories p {
    margin: 1.25rem;
    color: #C6C8CB;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.exl-page-knowledgebase__categories .card a{
    width: max-content;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

a:hover {
    color: var(--exl-accent-darker);
}
