:root>* {
    --md-primary-fg-color: #1C8998;
}

[data-md-color-scheme="slate"] {
    --md-default-bg-color: #131717;
}

.md-search__scrollwrap {
    width: unset !important;
}

.md-header {
    background-color: var(--md-default-bg-color) !important;
    color: unset !important;
}

.md-search__inner {
    width: 100% !important;
    padding: 0 0 !important;
}

.md-search__input {
    background-color: #eaeaeaaf !important;
}



.md-search__input::placeholder {
    color: var(--md-default-fg-color--light) !important;
}

.md-search__icon {
    color: var(--md-default-fg-color--light) !important;
}

[data-md-color-scheme="slate"] {
    .md-search__input::placeholder {
        color: var(--md-default-fg-color--dark) !important;
    }

    .md-search__icon {
        color: var(--md-default-fg-color--dark) !important;
    }

    .md-search__input {
        background-color: #353535af !important;
    }
}

.md-search {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
}

.header-logo {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
    align-items: center;
}

@media (max-width: 750px) {
    .header-logo {
        display: none;
    }
}

.header-logo a {
    margin-left: 2rem;
    margin-right: 2rem;
}

.header-logo_title {
    flex: 1 1 auto !important;
    text-align: center;
    padding-right: 3rem;
    padding-left: 3rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.header-hero picture img {
    display: block;
    height: 6rem;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
}

.header-hero h2 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.header-hero p {
    margin-top: 1rem !important;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}



.cards-row {
    display: flex;
    flex-wrap: wrap;
}

.cards-row>* {
    max-width: 100%;
}

.cards-col {
    flex: 0 0 auto;
    width: 100%;
    /* padding-left: 0.75rem; */
    /* padding-right: 0.75rem; */
}

@media (min-width: 768px) {
    .cards-col {
        flex: 0 0 auto;
        width: 33.333333%;
        /* padding-left: 0.75rem; */
        padding-right: 0.75rem;
    }
}

.cards-col>div {
    text-align: center;
    margin-bottom: 3rem;
    border-width: 2px;
    border-color: #1C8998;
    border-style: solid;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: unset;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0.375rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-body h3 {
    margin-top: 0 !important;
    margin-bottom: 0.2rem !important;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 33.6px;
    color: white !important;
}

[data-md-color-scheme="default"] {
    .bg-none h3 {
        color: #131717 !important;
    }
}

.card-body a {
    text-decoration: none;
    color: rgb(119, 184, 193);
    font-size: 16px;
    font-weight: 500;
}

.icon-circle {
    color: white;
    background-color: #1C8998;
    border-radius: 50%;
    border: 2px solid #1C8998;
}

.icon-circle svg {
    margin-right: auto;
    margin-left: auto;
    width: 1.5rem !important;
}

.bg-primary {
    background-color: #1C8998;
    color: white;
}

.bg-primary .icon-circle {
    background-color: white;
    color: #1C8998;
}

.bg-primary a {
    color: white;
}

.bg-secondary {
    background-color: rgb(75, 76, 76);
    color: white;
    border-color: rgb(75, 76, 76) !important;
}

.bg-secondary .icon-circle {
    background-color: white;
    color: rgb(75, 76, 76);
    border-color: rgb(75, 76, 76) !important;
}

.bg-secondary a {
    color: white;
}

.md-sidebar__scrollwrap {
    max-height: 98vh;
}