<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input,
button,
textarea {
    border-radius: 4px;
}

.site-header {
    height: 260px;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(to bottom, black 170px, white 1px);
}

.site-branding {
    margin-top: 110px;
}

select#lang_choice_1 {
    cursor: pointer;
    position: absolute;
    right: 6vw;
    top: 20px;
    border: 0;
    letter-spacing: 50;
    text-transform: uppercase;
    font-family: "Lato Bold", Helvetica, sans-serif;
    background: none;
    color: #20fb3c;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14pt;
    padding-right: 20px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAzUlEQVQokX3RMU5CURCF4e890MLGsAMa92BBo50xKhUxohU0JBh3YqOJVppYAIWRLUhNLImLoJGGQoJaMJiXB3qSKe7k/DdnZpLyrLKDa5xj4n9to4OrIp6wixccYfoHtIU+9lBK0cQY++hiYw20iV5AYzRSjHAYMY/xiDQDFfAQaSY4wPvSMEQ1YtZxG/0EN9Gb4gRvUMz8/IpTPKOFjwBb+EQNg6U5Kc8q+XnOLBZWiPccFzH/r1Kr6uAS31HtPJSPmtWdxc2+cL/O8ANftykxG5PsKQAAAABJRU5ErkJggg==');
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

select#lang_choice_1 option {
    background-color: black;
    color: #20fb3c;
}

select#lang_choice_1:hover {
    color: white;
    background-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAArUlEQVQokYXQMU5CURCF4RGBguZtQgpiSayhNy4AV6AbkR0oC2ADYCyh1L1Q2VCQvLzPwiG+kCucZJLJOf+5uZnAEO+oEBemwgduAl9+tcHgTGmAbbKfgVvs0lihVyj1sU5mh9ExuMN3Bkt0WqXr9CQzRrRfnWKfwGt6V7nLbHLkT7/0gEOCL5jnfsB9my0d4RG1P9WYnXL/XfAZTc5TielGWW8RUUVEExGLEvADr5J1r/oVGaUAAAAASUVORK5CYII=');
}

.site-title {
    margin: 0;
}

.site-description {
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-weight: 100;
    color: black;
    font-size: 18pt;
    padding: 30px 20px 30px;
}

.site-search {
    background-color: #ca22e5;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.searchBox-label {
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-weight: 100;
    padding: 20px 0 20px;
    font-size: 18pt;
}

input#searchText {
    width: 100%;
    border: 0;
    background: white;
    background-image: url('/wp-content/images/icons/search.png');
    background-image: url('/wp-content/images/icons/search.png'), linear-gradient(to left, black 55px, white 0, white 100%);
    background-position: 98.5% center;
    background-repeat: no-repeat;
    height: 60px;
    background-origin: border-box;
    font-size: 16pt;
}

.filterBox {
    margin: 30px auto 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filterBox-label {
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
}

.filters {
    margin: 0;
    flex-grow: 3;
    display: flex;
    justify-content: flex-end;
}

.filters button {
    width: 32%;
    margin-right: 1%;
    border: 0;
    background-color: #d758eb;
    text-transform: initial;
    font-size: 14pt;
}

.filters button:hover {
    color: #FFF;
}

button:focus,
input[type='button']:focus,
button:active,
input[type='button']:active {
    color: unset;
}

.filters button:last-of-type {
    margin-right: 0;
}

.filters button.is-checked {
    color: white !important;
}

.questions {
    list-style: none;
    margin-top: 20px !important;
}

.collapse-all-group {
    text-align: right;
}

.collapse-all-group button {
    border: 0;
    background-color: #f2f2f2;
    color: black;
    font-size: 12pt;
    font-weight: 100;
    margin-bottom: 20px;
    padding-right: 40px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.collapse-all-group button:hover {
    color: #ca22e5;
}

.collapse-all-group button.expand {
    background-image: url('/wp-content/images/icons/collapse_plus_black.png');
}

.collapse-all-group button.collapse {
    background-image: url('/wp-content/images/icons/collapse_minus_black.png');
}

.collapse-all-group button.expand:hover {
    background-image: url('/wp-content/images/icons/collapse_plus.png');
}

.collapse-all-group button.collapse:hover {
    background-image: url('/wp-content/images/icons/collapse_minus.png');
}

.accordions {
    margin-bottom: 40px !important;
    margin-left: 0 !important;
}

.accordion {
    border-top: 2px solid #f2f2f2;
}

.accordion-header div {
    margin-right: 60px;
}

.accordion-header:hover,
.accordion.is-active .accordion-header {
    color: #ca22e5;
}

.accordion-body {
    margin-top: 20px;
    font-size: 14pt;
}

.site-submit {
    background-color: #f2f2f2;
    padding: 40px 0;
}

#usp_form {
    text-align: center;
}

.submitBox-label {
    font-size: 16pt;
    margin-bottom: 30px;
    font-family: "Lato Bold", Helvetica, sans-serif;
}

#usp_form textarea {
    padding: 20px;
    border: 0;
}

input[type="submit"].usp-submit {
    color: white;
    text-transform: uppercase;
    font-family: "Lato Bold", Helvetica, sans-serif;
    background-color: #ca22e5;
    font-size: 12pt;
    border: 0;
    padding: inherit 40px;
}

input[type="submit"].usp-submit:hover {
    background-color: #a005ce;
}

.site-footer {
    background: #20fb3c;
}

.site-footer .site-info {
    width: 80%;
    margin: 40px auto;
}

#menu-footer {
    list-style: none;
    margin: 0;
    text-align: left;
}

#menu-footer li {
    margin-bottom: 10px;
}

.footer-links ul {
    list-style: none;
    margin: 0;
}

.site-footer a {
    color: black;
    font-size: 12pt;
    text-align: left;
}

.site-footer #menu-footer li a:hover {
    color: white;
}

.site-footer .site-info .coordinators-label,
.site-footer .site-info .partners-label {
    color: black;
    font-family: "Lato", Helvetica, sans-serif;
    text-transform: initial;
    text-align: left;
    font-size: 12pt;
    margin-bottom: 20px;
}

.site-footer .site-info .coordinators,
.site-footer .site-info .partners {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: baseline;
}

.site-footer .site-info .coordinators a,
.site-footer .site-info .partners a {
    margin-bottom: 30px;
    max-width: 270px;
}

.coordinators a img,
.partners a img {
    max-height: 120px !important;
}

.site-footer #menu-footer {
    order: 1;
}

.site-footer .license {
    margin: 60px auto 0;
}

.site-footer .license a {
    color: #333;
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-transform: none;
}

@media (max-width: 480px) {
    .searchBox-label {
        padding: 30px 20px 30px;
    }

    .searchBox {
        padding: 0 20px;
    }

    input#searchText {
        background-image: url('/wp-content/images/icons/search.png'), linear-gradient(to left, black 60px, white 0, white 100%);
        background-position: 96% center;
    }

    .filters {
        padding: 0 20px;
        flex-direction: column;
        gap: 4px;
    }

    .filters button {
        width: unset;
        margin: 0;
    }

    .collapse-all-group {
        display: flex;
        padding: 0 20px;
    }

    .collapse-all-group button {
        width: 100%;
    }

    .no-results {
        text-align: center;
        padding: 0 20px;
    }
}

/* Everything but mobile */
@media screen and (min-width: 480px) {
    .site-title,
    .site-description,
    .filterBox,
    .searchBox,
    .questions,
    .single .entry-title {
        width: 90%;
        margin: auto;
    }

    .site-header {
        height: 290px;
        background-image: linear-gradient(to bottom, black 180px, white 1px) !important;
    }

    .site-description {
        font-size: 21pt;
        padding-bottom: 45px;
    }

    .site-search {
        padding: 30px 0;
    }

    .searchBox-label {
        font-size: 21pt;
    }

    input#searchText {
        font-size: 18pt;
    }

    .submitBox-label {
        font-size: 21pt;
    }

    input[type="submit"].usp-submit {
        font-size: 14pt;
    }
}

/* Tablets */
@media screen and (min-width: 769px) {
    .site-title,
    .site-description,
    .filterBox,
    .submitBox,
    .searchBox,
    .questions,
    .single .entry-title {
        width: 80%;
        margin: auto;
    }

    .site-footer .site-info .coordinators-label,
    .site-footer .site-info .partners-label {
        margin-bottom: 10px;
    }

    .site-footer .site-info .coordinators,
    .site-footer .site-info .partners {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .site-footer .site-info .coordinators a,
    .site-footer .site-info .partners a {
        margin-bottom: 10px;
        margin-right: 20px;
        max-width: 27%;
    }

    .site-footer .site-info .partners a {
        max-width: 24%;
    }

    .site-header {
        height: 320px;
        background-image: linear-gradient(to bottom, black 200px, white 1px) !important;
    }

    .site-description {
        font-size: 25pt;
        padding-bottom: 60px;
    }

    .site-search {
        padding: 40px 0;
    }

    .searchBox-label {
        font-size: 25pt;
    }

    input#searchText {
        font-size: 21pt;
    }

    .accordions {
        margin-left: auto !important;
        margin-right: auto;
    }

    .submitBox-label {
        font-size: 25pt;
    }

    input[type="submit"].usp-submit {
        font-size: 16pt;
    }
}

/* Large screens */
@media screen and (min-width: 1060px) {
    .site-title,
    .site-description,
    .site-main,
    .single .entry-title {
        width: initial;
        margin: auto;
    }

    .site-description,
    .searchBox,
    .submitBox,
    .filterBox,
    .questions {
        width: 50%;
        margin: auto;
    }
}

/* Really large screens */
@media screen and (min-width: 1400px) {
    .site-title,
    .site-description,
    .site-main,
    .single .entry-title {
        width: initial;
        margin: auto;
    }

    .site-description,
    .filterBox,
    .searchBox,
    .submitBox,
    .questions {
        width: 50%;
        margin: auto;
    }
}

#colophon h4 {
    text-align: center;
}</pre></body></html>