<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
.button-white a {
  display: inline-block;
  padding: 12px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  text-decoration: none;
  margin: 0 10px;
  color: #333333;
  background-color: #ffffff;
  border: 2px solid #333333;
}
.button-white a:focus, .button-white a:hover {
  color: #ffffff;
  background-color: #333333;
  border: 2px solid #333333;
}
.button-white-alt a {
  display: inline-block;
  padding: 12px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  text-decoration: none;
  margin: 0 10px;
  color: #333333;
  background-color: #ffffff;
  border: 2px solid #333333;
}
.button-white-alt a:focus, .button-white-alt a:hover {
  color: #ffffff;
  background-color: #333333;
  border: 2px solid #ffffff;
}

.button-gray a {
  display: inline-block;
  padding: 12px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  text-decoration: none;
  margin: 0 10px;
  color: #ffffff;
  background-color: #333333;
  border: 2px solid #333333;
}
.button-gray a:focus, .button-gray a:hover {
  color: #333333;
  background-color: #ffffff;
  border: 2px solid #333333;
}
.button-gray-alt a {
  display: inline-block;
  padding: 12px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  text-decoration: none;
  margin: 0 10px;
  color: #ffffff;
  background-color: #333333;
  border: 2px solid #333333;
}
.button-gray-alt a:focus, .button-gray-alt a:hover {
  color: #333333;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

input[type=submit],
.form-submit {
  display: inline-block;
  margin: 1rem 0.75rem 1rem 0;
  padding: calc(1rem - 1px) calc(1.5rem - 1px);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #232429;
  border-radius: 2px;
  background-color: #d3d4d9;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
input[type=submit]:focus, input[type=submit]:hover,
.form-submit:focus,
.form-submit:hover {
  background-color: #adaeb3;
  font-weight: 700;
  border: 0;
}
input[type=submit][disabled=disabled],
.form-submit[disabled=disabled] {
  cursor: not-allowed;
}

body:not(.path-user) .block--primary-local-tasks {
  max-width: 1480px;
  margin: auto;
  text-align: center;
}
body:not(.path-user) .block--primary-local-tasks .is-active {
  background-color: #fff;
  color: #000;
}

body:not(.path-user) .block--primary-local-tasks {
  position: fixed;
  left: 0;
  top: 45%;
  z-index: 6;
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.2));
  transform: translateZ(0) translateX(-100%);
  -webkit-transform: translateZ(0) translateX(-100%);
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
body:not(.path-user) .block--primary-local-tasks:hover {
  transform: translateZ(0) translateX(0);
  -webkit-transform: translateZ(0) translateX(0);
}
body:not(.path-user) .block--primary-local-tasks h2 {
  background: url(../assets/svgs/settings.svg);
  background-color: #fff;
  width: 60px;
  height: 60px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  margin: 0;
  position: absolute;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 0;
  top: 0;
  right: -58px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid #000;
  border-left: 0;
  text-indent: -9999px;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}
body:not(.path-user) .block--primary-local-tasks .contextual {
  display: none;
}
body:not(.path-user) .block--primary-local-tasks .tabs {
  background: #fff;
}
[dir="ltr"] body:not(.path-user) .block--primary-local-tasks .tabs ul {
  padding-left: 0;
}
[dir="rtl"] body:not(.path-user) .block--primary-local-tasks .tabs ul {
  padding-right: 0;
}
body:not(.path-user) .block--primary-local-tasks .tabs ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  text-align: right;
  padding-left: 0;
  margin: 0;
  border: 2px solid #000;
  border-left: 0;
  list-style-type: none;
}
body:not(.path-user) .block--primary-local-tasks .tabs ul li {
  margin: 0;
  padding: 10px 0;
  margin: 0 15px;
}
body:not(.path-user) .block--primary-local-tasks .tabs ul li:not(:last-child) {
  border-bottom: 1px solid #000;
}
body:not(.path-user) .block--primary-local-tasks .tabs ul li a {
  display: block;
  color: #201e2a;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 768px) {
  body:not(.path-user) .block--primary-local-tasks {
    display: none;
  }
}

.system-messages {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  max-height: 50vh;
  z-index: 500;
  opacity: 1;
  transition: opacity 500ms ease;
  overflow-y: auto;
  border: 2px solid #000;
}
.system-messages h2.visually-hidden {
  width: 0;
  height: 0;
}
.system-messages.fading {
  opacity: 0;
}
.system-messages &gt; .messages {
  padding: 15px 20px 15px 35px;
  word-wrap: break-word;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  background: no-repeat 10px 17px;
  word-wrap: break-word;
}
.system-messages &gt; .messages &gt; h2.visually-hidden {
  display: none;
}
.system-messages &gt; .messages &gt; .messages__list {
  list-style-type: none;
}
.system-messages &gt; .messages--error {
  box-shadow: 8px 0 0 #e62600 inset;
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  background-color: #fcf4f2;
  background-image: url(/core/misc/icons/e32700/error.svg);
}
.system-messages &gt; .messages--warning {
  box-shadow: 8px 0 0 #e09600 inset;
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  background-color: #fdf8ed;
  background-image: url(/core/misc/icons/e29700/warning.svg);
}
.system-messages &gt; .messages--status {
  box-shadow: 8px 0 0 #77b259 inset;
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  background-color: #f3faef;
  background-image: url(/core/misc/icons/73b355/check.svg);
}
.system-messages &gt; .sm-close {
  cursor: pointer;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.4;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: opacity 300ms ease;
}
.system-messages &gt; .sm-close:focus, .system-messages &gt; .sm-close:hover {
  opacity: 1;
}
.system-messages &gt; .sm-close:focus {
  outline: 1px solid #000000;
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

.textbox-font-color {
  color: #c2ac38;
}

input {
  color: #000;
}

main {
  min-height: 600px;
}
main.transparent-menu {
  padding-top: 0px;
}
@media (max-width: 1024px) {
  main.transparent-menu {
    padding-top: 0px;
  }
}

.swiper-slideshow {
  overflow: hidden;
}
.swiper-slideshow .swiper-slide__background-image {
  height: 100%;
}
.swiper-slideshow .swiper-slide__background-image img {
  height: 100%;
}

.toolbar-horizontal #drupal-live-announce {
  height: 0px;
}

.node {
  margin: 0 auto;
}
.node.node--type-flexi-content {
  width: 100%;
  padding: 0;
}
.node .align-center {
  display: flex;
  justify-content: center;
}

.media--type-video,
.media--type-remote-video {
  position: relative;
  padding-bottom: 56.25%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
}

.media--bundle--remote-video iframe,
.media--type-video video,
.media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.code {
  white-space: pre;
}

.media--type-image {
  text-align: center;
  line-height: 0;
}

.toolbar-tray-horizontal ul li.menu-item--expanded .menu-item.hover-intent ul {
  margin-left: 197px;
}

.access-denied-page-footer,
.page-404-footer {
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
}
.access-denied-page-footer .footer__container,
.page-404-footer .footer__container {
  width: 100%;
}

.access-denied-page__container,
.page-404__container {
  max-width: 1040px;
  margin: auto;
  padding: 40px;
  height: 55.5vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
.access-denied-page__container--title,
.page-404__container--title {
  text-align: center;
  font-size: 65px;
  padding: 20px;
  -weight: bold;
}
.access-denied-page__container--text,
.page-404__container--text {
  text-align: center;
}

a {
  color: black;
  text-decoration: none;
}

#sliding-popup .eu-cookie-compliance-content #popup-buttons {
  display: flex;
}
#sliding-popup .eu-cookie-compliance-content #popup-buttons .agree-button {
  order: 2;
  padding: 5px 10px;
  background-color: white;
  border-radius: 8px;
  color: black;
  font-weight: 600;
  font-size: 16px;
}
#sliding-popup .eu-cookie-compliance-content #popup-buttons .decline-button {
  order: 1;
  padding: 5px 10px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  background: none;
  color: white;
  font-size: 16px;
  margin-right: 15px;
}
@media (max-width: 930px) {
  #sliding-popup .eu-cookie-compliance-content #popup-buttons .decline-button {
    margin-left: auto;
  }
}
</pre></body></html>