<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #e0e0e0;
    padding: 0;
    margin: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
a {
    color: #1464e0;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}

.ewp-section {
    padding: 50px 3vw;
}
.ewp-para {
    font-family: 'Lato', sans-serif;
    margin: 1.3em 0;
}
.ewp-para:first-child {
    margin-top: 0;
}
.ewp-para:last-child {
    margin-bottom: 0;
}

/************************
 * BLOCK: Header
 ************************/

.ewp-header {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    background: #343e56;
    background: radial-gradient(circle farthest-corner at 50% 0%, #505f7f, #293244);
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #fff;
}
.ewp-header--small {
    flex: 0 0 auto;
}
.ewp-header--dev {
    background: #605a5a;
    background: radial-gradient(circle farthest-corner at 50% 0%, #716a6a, #4f4a4a);
}
.ewp-header__margin {
    flex-shrink: 0;
    flex-basis: 4vw;
}
.ewp-header--small .ewp-header__margin {
    flex-basis: 1vw;
}
.ewp-header__margin.ewp-header__margin--top {
    flex-grow: 1;
}
.ewp-header__margin.ewp-header__margin--bottom {
    flex-grow: 2;
}
.ewp-header__red-text {
    color: #ca5e5e;
}
.ewp-header p:first-child {
    margin-top: 0;
}
.ewp-header p:last-child {
    margin-bottom: 0;
}

.ewp-header a, .ewp-header a:visited {
    color: #b0bee4;
    text-decoration: none;
}
.ewp-header--dev a, .ewp-header--dev a:visited {
    color: #ec9f9f;
}
.ewp-header a:hover {
    text-decoration: underline;
    text-shadow: none !important; /* to fix Chrome rendering bug */
}
.ewp-header a.ewp-header__hlink {
    color: inherit;
}
.ewp-header a.ewp-header__hlink:visited {
    color: inherit;
}
.ewp-header a.ewp-header__hlink:hover {
    text-decoration: none;
}

.ewp-header__grid {
    display: grid;
    grid-template-areas:
        "logo      site-name site-name site-name"
        "site-desc site-desc site-desc site-desc"
        "details   details   divider   uptime   "
        "footer    footer    footer    footer   ";
    grid-template-rows: auto auto auto;
    grid-template-columns: 268px auto 3px 263px;
    max-width: 920px;
    margin: 0 auto;
}
.ewp-header--small .ewp-header__grid {
    grid-template-areas:
        "logo      site-name";
    grid-template-rows: auto auto;
    grid-template-columns: 134px auto;
    margin: 0 3vw;
}

.ewp-header__logo {
    grid-area: logo;
}
.ewp-header--small .ewp-header__logo img {
    width: 134px;
}
.ewp-header__site-name {
    grid-area: site-name;
    font-family: 'Roboto Slab', serif;
    font-size: 56px;
    margin: 0;
    padding: 19px 22px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
}
.ewp-header--small .ewp-header__site-name {
    padding: 7px 14px;
    font-size: 32px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}
.ewp-header__site-name .ewp-header__red-text {
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}

.ewp-header__site-desc {
    grid-area: site-desc;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    opacity: 0.69;
    text-align: center;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.29);
    margin: 0 0 80px 0;
}
.ewp-header__site-desc-line {
    display: block;
}
.ewp-header__details {
    grid-area: details;
    padding: 0 32px 24px 15px;
}
.ewp-header__details p {
    opacity: 0.75;
    text-align: justify;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.29);
    font-size: 17px;
    line-height: 1.3;
    hyphens: auto;
}
.ewp-header__details p.ewp-header__catalogue-link {
    opacity: 0.87;
    background: #fff;
    color: #071944;
    text-shadow: none;
    font-family: 'Inconsolata', monospace;
    font-size: 17px;
    padding: 11px;
    text-align: center;
    word-break: break-all;
}
.ewp-header__details p.ewp-header__catalogue-link a,
.ewp-header__details p.ewp-header__catalogue-link a:hover {
    color: inherit;
    text-decoration: none;
}
.ewp-header__links {
    display: flex;
    justify-content: center;
    margin: 5px 0px;
}
.ewp-header__links-item {
    flex: 1;
    display: flex;
    justify-content: center;
}
.ewp-header__link-item-center {
    max-width: 50px;
}
.ewp-header__link-item-left {
    justify-content: right;
}
.ewp-header__link-item-right {
    justify-content: left;
}
.ewp-header__vertical-divider {
    grid-area: divider;
    background: #64798e;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.66);
    opacity: 0.53;
}
.ewp-header--dev .ewp-header__vertical-divider {
    background: #989898;
}
.ewp-header__uptime-and-version {
    grid-area: uptime;
    padding: 0 24px 0 37px;
}
.ewp-uptime {
    background: linear-gradient(to bottom, rgba(51,63,85,0.53) 0%,rgba(37,49,70,0.53) 100%);
    padding: 20px 24px 26px 24px;
    border-radius: 10px;
}
.ewp-header--dev .ewp-uptime {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%,rgba(0, 0, 0, 0.19) 100%);
}
.ewp-uptime__title {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #c6d5fc;
    font-weight: 400;
    text-align: center;
    margin-bottom: 22px;
}
.ewp-header--dev .ewp-uptime__title {
    color: #b3b3b3;
}
.ewp-uptime__tuples {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 17px;
    color: #c6d5fc;
}
.ewp-header--dev .ewp-uptime__tuples {
    color: #b3b3b3;
}
.ewp-header__bottom-line {
    height: 16px;
    background: #688dac;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.58);
}
.ewp-header--dev .ewp-header__bottom-line {
    background: #93898c;
}

.ewp-header__footer {
    grid-area: footer;
}
.ewp-footer {
    display: flex;
    gap: 3em;
    font-style: italic;
    align-items: center;
    margin: 2em auto 0 auto;
}
.ewp-footer a {
    opacity: 0.75;
}
.ewp-footer svg, .ewp-footer code {
    opacity: 0.5;
}
.ewp-footer svg {
    width: 20px;
    fill: currentColor;
    margin-right: 8px;
}


.ewp-section-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 22px;
}

.ewp-uptime__tuple {
    display: flex;
}
.ewp-uptime__tuple-uptime {
    color: #fff;
    flex: 0 0 64px;
    text-align: right;
}
.ewp-uptime__tuple-div {
    flex: 0 0 20px;
    text-align: center;
}
.ewp-uptime__tuple-time {
    flex: 0 0 75px;
    text-align: left;
}

/************************
 * BLOCK: Support Table
 ************************/

.ewpst {
    margin: auto;
}

.ewpst__table {
    /* border-collapse: collapse; */
    border-spacing: 0;
    table-layout: fixed;
    border-left: 1px solid #b0b0b0;
    border-top: 1px solid #b0b0b0;
}
.ewpst__table thead {
    position: sticky;
    top: 0;
}
.ewpst__footnotes {
    margin-top: 3em;
}

/* cell element */

.cell {
    border-right: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    background: #fff;
    padding: 5px 2px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    box-sizing: border-box;
    text-align: center;
    color: #000;
}

.cell.institution {
    min-width: 200px;
}

.cell.schac {
	min-width: 200px;
    width: 200px;
    word-break: break-all;
}

.cell.erasmus {
    min-width: 10em;
    width: 200px;
    word-break: break-all;
}

/* Column appearance (cc stands for "column color") */

.cell.cc1 {
    background: #d9ead3;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
}
.cell.cc2 {
    background: #fff2cc;
    width: 50px;
}
.cell.cc3 {
    background: #fce5cd;
    width: 50px;
}
.cell.cc4 {
    background: #cfe2f3;
    min-width: 100px;
    padding-left: 5px;
    padding-right: 5px;
}
.ewpst__row--header .cell.cc1 {
    background: #b6d7a8;
    text-align: center;
}
.ewpst__row--header .cell.cc2 {
    background: #ffeb99;
}
.ewpst__row--header .cell.cc3 {
    background: #f9cb9c;
}
.ewpst__row--header .cell.cc4 {
    background: #9fc5e8;
}

/* apiVersion colors */

.obsolete {
    text-decoration: underline red dotted 2px;
    color: #d01818;
    font-weight: 700;
}
.upToDate .obsolete,
.upToDate .noStats {
    text-decoration: underline red dotted 2px;
    color: #4747f5;
    font-weight: 700;
}
.error {
    color: #f00;
}

/* yes/no values */

.ewpst__yesNo.ewpst__yesNo--no {
    opacity: 0.3;
}

.ewpst__footnotes {
    font-family: 'Lato', sans-serif;
}
.ewpst__bordered-code {
    background: #fff;
    padding: 1px 3px 1px 3px;
    border: 1px solid rgba(0,0,0,0.25);
}

/*******************************
 * BLOCK: Importer Status Table
 *******************************/

.ewpsrc {
    border-spacing: 1px;
}
.ewpsrc__item td {
    background: #fff;
    padding: 5px 8px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    box-sizing: border-box;
    text-align: left;
    color: #000;
    border: 1px solid #b0b0b0;
}
.ewpsrc__item .ewpsrc__status {
    font-weight: bold;
    text-align: center;
}
.ewpsrc__item.ewpsrc__item--status-OK .ewpsrc__status {
    background: #b6d7a8;
}
.ewpsrc__item.ewpsrc__item--status-Warning .ewpsrc__status {
    background: #ffeb99;
}
.ewpsrc__item.ewpsrc__item--status-Error .ewpsrc__status {
    background: #f9cb9c;
}
.ewpsrc__item .ewpsrc__url {
    font-family: 'Inconsolata', monospace;
}


.ewpsrc__test_validation-table .ewpsrc__item td {
    background: #eee;
}
.ewpsrc__test_validation-table .ewpsrc__item td.ewpsrc__item--status-SKIPPED {
    background: #84b9ff;
}
.ewpsrc__test_validation-table .ewpsrc__item td.ewpsrc__item--status-SUCCESS {
    background: #b6d7a8;
}
.ewpsrc__test_validation-table .ewpsrc__item td.ewpsrc__item--status-NOTICE {
    background: #fff2cc;
}
.ewpsrc__test_validation-table .ewpsrc__item td.ewpsrc__item--status-WARNING {
    background: #fed;
}
.ewpsrc__test_validation-table .ewpsrc__item td.ewpsrc__item--status-FAILURE {
    background: #fdd;
}
td.ewpsrc__test_validation-status-code {
    font-weight: bold;
    width: 10%;
}
.ewpsrc__test_details-table {
    width: 100%;
}
td.ewpsrc__test_text {
    padding-top: 8px;
    padding-bottom: 8px;
}
td.ewpsrc__test_index {
    vertical-align: text-top;
    font-weight: bold;
    width: 5%;
}
.ewpsrc__test_key {
    color: #4a7996;
}
.ewpsrc__test_value {
    word-break: break-all;
    word-wrap: anywhere;
}
.ewpsrc__test_http-header .ewpsrc__test_key {
    color: #b00;
}
.ewpsrc__test_validation-table {
    width: 100%;
}
.ewpsrc__test_message-body {
    padding: 0.7em 1em;
    background: #fff;
    word-break: break-all;
    white-space: pre-wrap;
    background: #f3f3f3;
    border: 0;
    border-left: 5px solid #ccc;
}
.ewpsrc__test_developer-message {
    display: block;
    margin: 0.4em 0 0.2em;
    max-width: 634px;
    color: #b00;
    font-weight: bold;
    word-break: break-all;
}
.ewpsrc__test_processing-notice {
    display: list-item;
    margin: 0.3em 0 0.3em 17px;
    max-width: 634px;
    color: #555;
    font-weight: bold;
}
.ewpsrc__test_validation-table summary {
    cursor: pointer;
}
.ewpst__bordered-code-larger {
    background: #fff;
    padding: 1px 3px 1px 3px;
    border: 1px solid rgba(0,0,0,0.25);
    font-size: larger;
}
.ewpsrc__api_stats_table {
    margin: 2px;
    display: inline-flex;
}

.ewpsrc__host_overview_info_table {
    width: 100%;
    table-layout: fixed;
}

.ewpsrc__host_overview_info_table td {
    overflow-wrap: break-word;
    vertical-align: top;
}

.ewpsrc__section_with_top_margin {
    margin-top: 5em;
}

.ewp-section-validation-results {
    max-width: 1024px;
    margin: auto;
}
.ewp-empty-row {
    height: 20px;
}

.ewp-section-centered {
    max-width: 1024px;
    margin: auto;
}

.ewp-manifest-validator-result {
   font-size: larger;
   color: #f00;
   background: #fff;
   display: inline-block;
   border: 1px solid #ccc;
   box-sizing: border-box;
   margin: 0px 0px 10px 10px;
   font-weight: bold;
   padding: 4px 4px 4px 4px;
}
#result_error {
   color: #f00;
}
#result_ok {
    color: #0a0;
}

.ewp-manifest-validator-line-number {
    color: #aaa;
    font-style: monospace;
}
.ewp-manifest-validator-line {
    font-weight: bold;
    color: #fff;
    background: #d00;
}
.ewp-manifest-validator-error-box {
    padding: 0.7em 1em;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 1.5;
    font-size: larger;
    white-space: pre-wrap;
    word-break: break-all;
}

.ewp-status {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 11.25px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    position: relative;
    top: -1px;
}
.ewp-status-draft { background: #777; }
.ewp-status-latest-release { background: #489048; }
.ewp-status-obsolete { background: #bbb; }
.ewp-status-deprecated { background: #999; }

.xml-text {
    width: 100%;
    height: 300px;
}

.api-entry {
    display: flow-root;
    margin: 10px 0 10px 0;
    padding: 5px 8px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    box-sizing: border-box;
    text-align: left;
    color: #000;
    border: 1px solid #b0b0b0;
}

.api-entry:after {
    content: "";
    display: table;
    clear: both;
}

.api-entry-content {
    border-top: 1px solid #b0b0b0;
    margin-top: 6px;
}

.api-entry-parameter-name {
    width: 7em;
    overflow-wrap: break-word;
    word-break: break-all;
}

.api-entry-parameter-value {
    width: 15em;
}

.api-info {
    outline: 0;
}

.api-info .api-name {
    text-transform: uppercase;
    font-weight: bold;
}

.section-name {
    font-weight: bold;
}

.parameters {
    width: 35%;
    float: left;
}

.securities {
    width: 15%;
    min-width: 100px;
    float: left;
}

.validation {
    width: 50%;
    float: left;
}

.validation-entry {
    border-top: solid 1px #b0b0b0;
}

.validation-entry-status {
    width: 7em;
    float: left;
}

.validation-button {
    padding: 2px;
    width: 30%;
}

.validation-entry:last-child {
    border-bottom: solid 1px #b0b0b0;
}

.validation-entry-param-name {
    min-width: 7em;
    float: left;
}

.help-popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.help-popup-overlay-visible {
    visibility: visible;
    opacity: 1;
}

.help-popup-button {
    display: inline;
}

.help-popup-popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.help-popup-popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.help-popup-popup .help-popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.help-popup-popup .help-popup-close:hover {
    color: #06D85F;
}

.help-popup-popup .help-popup-content {
    max-height: 30%;
    overflow: auto;
}

.api-entry-notice-list {
    width: 100%;
    float: left;
}

.ewp-api-validator--security-disclaimer {
    text-align: justify;
}
</pre></body></html>