<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.linkcards .link-buttons {
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 14px;
    padding-bottom: 26px;
}

.linkcards .link-card {
    position: relative;
}



.linkcards .title-area {
    text-align: center;
}

.linkcards .summary {
    font-weight: bold;
    padding-bottom: 26px;
    font-style: italic;
}


.linkcards .link-card-content {
    position: absolute;
    padding: 15px;
    width: 100%;
    /*top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;*/
    background-color: rgba(4, 90, 53, 0.65);
    bottom: 0;
    right:0;
    left: 0;
}

.linkcards a:focus-visible {
    border: 4px solid #04453a;
} 

.linkcards .link-card-name,
.linkcards a,
.linkcards a:hover {
    color: #fff;
    text-decoration: none;
    font-family: "Open sans", sans-serif;
    display: block;
    font-weight: bold;
}

.linkcards .link-card-image {
    overflow: hidden;
}

.linkcards .link-card img {
    transform: scale3d(1.1, 1.1, 1);
    transition: 0.25s;
}

.linkcards .link-card:hover img {
    transform: scale3d(1, 1, 1);
    transition: 0.25s;
}


.linkcards img {
    width: 100%;
}

.linkcards .link-button {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .linkcards .link-button img {
        width: 150px;
        margin-top: auto;
    }

.linkcards .title {
    text-align: center;
}

.linkcards .link-button-link {
    height: 100%;
}


.linkcards .link-button {
    background-color: rgba(0, 88, 76, 0.65);
    color: #fff;
    height: 100%;
}

    .linkcards .link-button .name {
        font-family: "Gevinst-Regular";
    }

.linkcards .buttons .row {
    margin-left: 0;
    margin-right: 0;
}

.linkcards .buttons .col-sm-6 {
    margin-bottom: 16px;
}

.linkcards .link-button .name {
    font-size: 45px;
    line-height: 45px;
    padding: 16px;
}

.linkcards .link-button .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 16px;
}

.linkcards .link-button table {
    text-align: left;
}

.linkcards .link-button td {
    white-space: nowrap;
}


.linkcards .link-button .button {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 32px 4px 32px;
    border-radius: 16px;
    background-color: #fff;
    color: #000;
    margin: 16px 0 16px 0;
}

.linkcards .link-button td {
    display: block;
}

    .linkcards .link-button td:first-child {
        font-weight: bold;
    }

.linkcards .linkcard {
    position: relative;
}

.linkcards .content-wrapper {
    background-color: transparent;
    text-shadow: 0 3px 24px rgb(0 0 0 / 25%);
}


    .linkcards .content-wrapper:hover .link-card-content {
        display: block;
    }
    .linkcards .content-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

@media (min-width: 992px) {

    .linkcards .content-wrapper {
        background-color: rgba(4, 90, 53, 0.65);
        text-shadow: 0 3px 24px rgb(0 0 0 / 25%);
    }

    .linkcards .link-card-name,
    .linkcards a,
    .linkcards a:hover {
        line-height: 35px;
    }

    .linkcards .link-card-content {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        text-align: center;
        padding: 0;
        background-color: transparent;
        bottom: initial;
    }

    .linkcards .content-wrapper {
        background-color: transparent;
    }


        .linkcards .content-wrapper:hover {
            background-color: rgba(4, 90, 53, 0.65);
        }

    .linkcards .link-card-name,
    .linkcards a,
    .linkcards a:hover {
        font-size: 32px;
        font-weight: normal;
    }

    .linkcards .link-card-content {
        display: none;
    }
}


@media (min-width: 1200px) {
    .linkcards .link-button td {
        display: table-cell;
    }

        .linkcards .link-button td:first-child {
            font-weight: normal;
        }
}
</pre></body></html>