.pageelement-link-boxes.contentbox {
    overflow: unset;
}
.pageelement-link-boxes.no-margin {
    margin-bottom: 0;
}

.pageelement-link-boxes .link-item {
    list-style-type: none;
}

.pageelement-link-boxes .link-heading-container {
    max-width: 87.5000rem;
    display: block;
    margin: 0 auto 1.2500rem;
    color: var(--magenta);
    padding: 0 2.5000rem;
}

.pageelement-link-boxes .link-heading-container h2 {
    color: var(--magenta)
}

.pageelement-link-boxes .link-item > a {
    list-style-type: none;
    background-color: var(--magenta);
    padding: 0.6250rem;
    margin-bottom: 0.6250rem;
    display: flex;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    min-height: 4.3750rem;
}

.pageelement-link-boxes .link-item > a:focus-visible {
    outline: 0.1875rem solid var(--magenta);
    outline-offset: 0.1875rem;
}

.pageelement-link-boxes .link-item:hover > a {
    background-color: var(--magenta-hover);
}

.pageelement-link-boxes .link-item .link-link {
    color: white;
    font-weight: 500;
    width: fit-content;
    font-size: 1.5000rem;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
    padding-right: 0.9375rem;
    line-height: 1.2;
}

.pageelement-link-boxes .link-item-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pageelement-link-boxes .link-item-container .link-heading-container h2 {
    margin-bottom: 1.2500rem;
    color: var(--magenta);
}

.pageelement-link-boxes .fa-chevron-right {
    color: white;
    margin-left: auto;
}

@media only screen and (max-width: 32.5000rem) {
    .pageelement-link-boxes .link-item .link-link {
        font-size: 1.2500rem;
    }
}


@media screen and (max-width: 29.2500rem) {
    .pageelement-link-boxes .link-item .fa-regular {
        margin-right: 0.6250rem !important;
        font-size: 1.5000rem !important;
    }

    .pageelement-link-boxes .link-item .fa-solid {
        font-size: 1.5000rem !important;
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }

    .pageelement-link-boxes .link-item .link-icon {
        width: 4.3750rem;
    }


}

.pageelement-link-boxes .link-link {
    width: fit-content;
    display: inline-block;
}

.pageelement-link-boxes .link-item > a > .fa-sharp.fa-chevron-right {
    font-size: 3.1250rem;
    margin-right: 2.3125rem;
    float: right;
}

.pageelement-link-boxes .link-item .link-icon .fa-solid {
    color: white;
    padding-right: 2.1250rem;
    font-size: 1.8750rem;
    padding-left: 2.7500rem;
}

.pageelement-link-boxes .link-icon {
    width: 7.1875rem;
    flex-shrink: 0;
}