<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.coe-filter {
    background-color: #f5f7f8;
    display: flex;
    flex-wrap: wrap;
    padding: 1.25em 1.75em;
    position: relative;
}

.coe-filter:not(.open) {
    padding: 0 !important;
}

.coe-filter button.filter-button-item {
    color: #000;
    padding: 0.8125em 1.1875em;
    margin: 5px;
    background-color: transparent;
    font-size: 14px;
    border: 1px solid #000;
    line-height: 1.5;
    transition: all .2s ease;
}

@media (max-width: 480px) {
    .coe-filter button.filter-button-item {
        width: 100%;
    }
}

.coe-filter button.filter-button-item:is(.active, :hover, :focus) {
    color: #fff;
    background-color: #fd5108;
    border-color: #fd5108;
}

.coe-container {
    margin: 40px 0;
}

.coe-articles {
    position: relative;
}

.coe-article {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-bottom: 30px;
    transition: min-height .5s ease-in-out;
    border: none;
    border-bottom: 1px solid #cbd1d6;
    background-color: transparent;
    margin-bottom: 0;
}

.coe-article-image {
    opacity: 0;
    transition: opacity .3s ease;
}

@media (min-width: 1024px) {
    .coe-article {
        min-height: 300px;
    }

}

.coe-article-image-container {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
}

.open .coe-article-image-container {
    flex-grow: revert;
    display: block;
}

.coe-article-image {
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    min-height: 130px;
    max-height: 200px;
    width: 100%;
    flex: 1;
    aspect-ratio: 16/9;
}

.coe-article-overlay .coe-article-image {
    max-height: initial;
}

.coe-article-container {
    flex: 1;
    padding: 0 10px;
}

.coe-article-content {
    padding: 10px 5px 50px;
    position: relative;
    text-align: left;
}

.coe-article-content-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
}

.open .coe-article-content-body {
    max-height: 5000px;
    width: 100%;
}

@media (min-width: 1024px) {
    .open .coe-article-image-container {
        max-width: 25%;
    }

    .open .coe-article-content-body {
        width: calc(100% - 12rem);
    }
}

.coe-article-company {
    display: none;
    font-weight: 700;
    font-size: 1.5em;
}

.coe-article-controls {
    display: none;
}

.coe-article-overlay.open .coe-article-controls,
.coe-article-overlay.open .coe-article-company {
    display: block;
}

.coe-article-overlay p,
.coe-article-overlay ul li {
    font-size: .95rem;
    line-height: 150%;
}

.coe-article-content-body ul {
    padding-left: 2rem;
}

.coe-article-content-body ul li {
    list-style: disc;
    margin-bottom: 0;
}

.coe-article-location {
    font: normal normal 1.125rem/1.75rem "PwC Helvetica Neue", Arial, sans-serif;
    margin: .25rem 0 1rem;
    text-align: center;
}

.coe-article-controls-buttons {
    display: none;
    overflow: hidden;
    margin-top: 40px;
}

.open .coe-article-controls-buttons {
    display: block;
}

.open .coe-article-content .coe-article-controls-buttons a[href=""],
.open .coe-article-content .coe-article-controls-buttons a[href="#"] {
    display: none;
}

.open .coe-article-content .coe-article-controls-buttons {
    display: block;
}

.coe-article-overlay {
    display: none;
    position: absolute;
    background-color: #fff;
    flex-direction: row;
    transition: left .5s ease-in-out, width .5s ease-in-out, opacity .5s ease-in-out;
    z-index: 1000;
}

.coe-article-overlay.open {
    display: flex;
    align-items: flex-start;
    opacity: 0;
    padding: 10px;
}

.coe-article-overlay .coe-article-container {
    display: flex;
    position: relative;
    overflow: hidden;
}

.coe-article-overlay .coe-article-content {
    padding: 20px;
}

.coe-article-overlay .coe-overlay-image {
    background-size: cover;
    flex: 0 0 312px;
}

.coe-article-overlay .coe-article-controls-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin-right: 10px;
}

.coe-article-close {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    bottom: 0;
    right: calc(50% - 25px);
    background: #cbd1d6;
    border: none;
}

.coe-article-close:focus,
.coe-article-close:target,
.coe-article-close:active {
    border: auto;
}

.coe-article-close::after {
    content: url('data:image/svg+xml,&lt;svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M17.6569 16.2427L19.0711 14.8285L12.0001 7.75739L4.92896 14.8285L6.34317 16.2427L12.0001 10.5858L17.6569 16.2427Z" fill="%23000" /&gt;&lt;/svg&gt;');
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 30px;
    height: 35px;
    transition: transform .3s ease-in-out;
    transform: rotate(180deg);
}

.coe-article.open .coe-article-close::after {
    transform: rotate(0deg);
}

.ca-overlay-close {
    padding: 0;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -1000rem;
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    cursor: pointer;
    border: none;
}

.ca-overlay-close:focus,
.ca-overlay-close:target,
.ca-overlay-close:active {
    border: auto;
}

.ca-overlay-close::before,
.ca-overlay-close::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    box-shadow: 1px 1px 0 0 #000;
    position: absolute;
    top: 10px;
    right: 25px;
    transform: rotate(-45deg);
}

.ca-overlay-close::after {
    right: 2px;
    transform: rotate(135deg);
}


.coe-filter-alpha {
    background-color: #f5f7f8;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.coe-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.coe-pagination button {
    box-sizing: border-box;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    width: auto;
    display: inline-block !important;
    padding: .8125em 1.1875em;
    font-size: 1em;
    line-height: 1.5;
    transition: background-color .2s ease;
    white-space: nowrap;
    color: #000;
    text-decoration: none;
}

.coe-pagination button.active {
    color: #fff;
    background-color: #fd5108 !important;
    text-decoration: underline;
}

.coe-filter-selector {
    display: flex;
    flex-direction: column;
    background-color: #f5f7f8;
    flex: 0 0 181px;
    margin-right: 1.25em;
    padding-right: 1.25em;
    border-right: 1px solid #cbd1d6;
    justify-content: center;
}

.ceo-filter-head {
    display: flex;
    background-color: #f5f7f8;
    margin: 40px 0 0;
    padding: 1.25em 1.75em;
}

button.coe-filter-selector-button {
    color: #000;
    padding: 0.8125em 1.1875em;
    margin: 5px;
    background-color: transparent;
    font-size: 1em;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all .2s ease;
}

button.coe-filter-selector-button.active {
    background-color: #fd5108;
    color: #fff;
}

button.filter-button-item {
    color: #000;
    padding: 0.8125em 1.1875em;
    margin: 5px;
    background-color: transparent;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #000;
    border-radius: 4px;
    transition: all .2s ease;
}

button.filter-button-item.active {
    color: #fff;
    background-color: #fd5108;
    border-color: #fd5108;
}

@media (max-width: 1024px) {
    .coe-filter-selector {
        display: none;
    }

    .coe-filter-alpha {
        display: none;
    }

    .ceo-filter-head {
        padding: 0;
    }

    .coe-filter.open {
        padding: 1.25em 1.75em !important
    }
}

@media (min-width: 769px) {
    .coe-articles {
        display: grid;
        column-gap: 30px;
        row-gap: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .coe-article-overlay .coe-article-content {
        flex: 0 0 457px;
    }

    .coe-article-close {
        display: none;
    }

    .coe-article-overlay .coe-article-image {
        flex: 0 0 112px;
    }

    .coe-filter-options ul.filter-option-items {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .coe-articles {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .coe-article-overlay .coe-article-content {
        flex: 0 0 679px;
    }

    .coe-filter .filter-options button {
        display: inline-block;
    }

    .coe-filter-options ul.filter-option-items {
        column-count: 3;
    }
}

@media (min-width: 1025px) {
    .open .coe-article-content-body {
        width: calc(100% - 10rem);
    }
}

@media (min-width: 1200px) {
    .coe-articles {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .coe-article-overlay .coe-article-content {
        flex: 0 0 878px;
    }
}

@media (min-width: 1400px) {
    .coe-articles {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .coe-article-overlay .coe-article-content {
        flex: 0 0 967px;
    }
}

.coe-filter-label {
    display: none;
}

@media (max-width: 1024px) {
    .coe-filter button.filter-button-item {
        display: none;
        transition: all .5s ease-in-out;
    }

    .coe-filter.open button.filter-button-item {
        display: block;
    }

    .coe-filter {
        padding: 0;
    }

    .coe-filter.open {
        padding: 1.25rem;
    }

    .coe-filter-label {
        display: flex;
        text-align: center;
        width: 100%;
        height: 3rem;
        background: #cbd1d6;
        left: 0;
        align-items: center;
        justify-content: center;
    }

    .coe-filter-label span {
        content: url('data:image/svg+xml,&lt;svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M17.6569 16.2427L19.0711 14.8285L12.0001 7.75739L4.92896 14.8285L6.34317 16.2427L12.0001 10.5858L17.6569 16.2427Z" fill="%232d2d2d" /&gt;&lt;/svg&gt;');
        display: inline-block;
        transition: transform .3s ease-in-out;
        transform: rotate(180deg);
        width: 25px;
        height: 2rem;
    }

    .coe-filter.open+.coe-filter-label span {
        transform: rotate(0deg);
    }
}

/*Show Ref XF in author */
html.aem-AuthorLayer-Edit .html-xf {
    display: block;
    background: #f0f0f0;
    text-align: center;
    color: #ccc;
    height: 3rem;
    position: relative;
}

html.aem-AuthorLayer-Edit .xf-alliances {
    min-height: 800px;
    overflow: hidden;
}
</pre></body></html>