/* red-hat-text-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 400;
  src: url('/css/fonts/red-hat-text-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* red-hat-text-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Red Hat Text';
  font-style: italic;
  font-weight: 400;
  src: url('/css/fonts/red-hat-text-v18-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* red-hat-text-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 500;
  src: url('/css/fonts/red-hat-text-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* red-hat-text-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Red Hat Text';
  font-style: italic;
  font-weight: 500;
  src: url('/css/fonts/red-hat-text-v18-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* red-hat-text-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 700;
  src: url('/css/fonts/red-hat-text-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* red-hat-text-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Red Hat Text';
  font-style: italic;
  font-weight: 700;
  src: url('/css/fonts/red-hat-text-v18-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* red-hat-display-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 700;
  src: url('/css/fonts/red-hat-display-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* red-hat-display-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Red Hat Display';
  font-style: italic;
  font-weight: 700;
  src: url('/css/fonts/red-hat-display-v20-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  /* Fonts */
  --font-family: 'Red Hat Text';
  --font-family-secondary: 'Red Hat Text';
  --font-weight-thin: 100;
  --font-weight-extra-light: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 800;
  --font-weight-black: 900;
}
h1 {
  font-family: "Red Hat Display";
  font-size: 3.5rem;
  font-weight: 700;
  color: #005571;
}
/** umb_name:Undiryvirskrift */
h2 {
  font-family: "Red Hat Display";
  font-size: 2rem;
  font-weight: 700;
  color: #005571;
  line-height: normal;
}
/** umb_name:Tekstur */
p {
  font-family: "Red Hat Text";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  color: #005571;
}
ol{
  font-family: "Red Hat Text";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  color: #005571;
}
ul{
  font-family: "Red Hat Text";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  color: #005571;
}
p + p{
  margin-top: 22px;
}
:root a{
  color: #005571;
  text-decoration-style: solid;
}
h1 + p, h1 + blockquote, h1 + ul, h1 + ol, h1 + table, h2 + p, h2 + blockquote, h2 + ul, h2 + ol, h2 + table, h3 + p, h3 + blockquote, h3 + ul, h3 + ol, h3 + table, p + p, p + blockquote, p + ul, p + ol, p + table, blockquote + p, blockquote + blockquote, blockquote + ul, blockquote + ol, blockquote + table, ul + p, ul + blockquote, ul + ul, ul + ol, ul + table, ol + p, ol + blockquote, ol + ul, ol + ol, ol + table, table + p, table + blockquote, table + ul, table + ol, table + table {
  margin-top: 1rem;
}
.embeditem iframe[src^="https://www.youtube.com"]{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
.embeditem iframe[src^="https://vimeo.com"]{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
.embeditem iframe[src^="https://player.vimeo.com"]{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
[data-ani] {
  --delay: 0ms;
  --time: 400ms;
  --timing: ease;
  --distance: 100;

  opacity: 0;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity var(--time) var(--timing), transform var(--time) var(--timing);
  animation-fill-mode: both;
}
[data-ani-init='true'][data-ani][data-ani-run='true'], [data-ani-init='true'][data-ani*='fade'][data-ani-run='true'] {
      transform: translateY(0);
      opacity: 1;
      transition-delay: var(--delay);
    }
[data-ani-init='true'][data-ani='fade-left'] {
    transform: matrix(1, 0, 0, 1, var(--distance), 0);
  }
[data-ani-init='true'][data-ani='fade-right'] {
    transform: matrix(1, 0, 0, 1, calc(-1 * var(--distance)), 0);
  }
[data-ani-init='true'][data-ani='fade-up'] {
    transform: matrix(1, 0, 0, 1, 0, var(--distance));
  }
[data-ani-init='true'][data-ani='fade-up-right'] {
    transform: matrix(1, 0, 0, 1, calc(-1 * var(--distance)), var(--distance));
  }
[data-ani-init='true'][data-ani='fade-up-left'] {
    transform: matrix(1, 0, 0, 1, var(--distance), var(--distance));
  }
:root {
  /* Colors */
  --color-white: white;
  --color-black: black;

  /* Color intentions */
  --color-background: var(--color-white);
  --color-font: var(--color-black);

  /* Sizes */
  --side-padding: 15px;

  /* Widths */
  --page-width-large: min(1300px, calc(100vw - var(--side-padding) * 2));

  /* Z-Indexes */
  --z-index-header: 1000;
}
.test{
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.5;

  z-index: 2000;

  pointer-events: none;
}
body {
  background-color: #EBF7FD;
  display: block;
  grid-template-rows: auto 1fr auto;
  max-width: 100vw;

  /* Sticky footer */
  min-height: 100vh;
  min-height: 100svh;
  color: black;
  color: var(--color-font);
  font-family: 'Red Hat Text';
  font-family: var(--font-family);
}
body > main, body > .main {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
.content-area{
  min-height: calc(100vh - 168px);
  overflow-x: hidden;
}
* {
  box-sizing: border-box !important;
}
.skip-link {
  position: absolute;
  top: -100%;
  color: black;
  background: #fff;
}
.skip-link:focus {
  top: 0;
}
:focus-visible {
  outline: 4px dashed currentcolor;
}
/* Helper rules */
.max-lines {
  --max-lines: 3;

  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-line-clamp: var(--max-lines);
}
.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
/* Icons */
.c-icon {
  --icon-url: url('');
  --icon-color: currentcolor;
  --icon-size: 16px;

  display: block;
  width: 16px;
  width: var(--icon-size);
  min-width: 16px;
  min-width: var(--icon-size);
  height: 16px;
  height: var(--icon-size);
  min-height: 16px;
  min-height: var(--icon-size);
  background-color: currentcolor;
  background-color: var(--icon-color);
  -webkit-mask-image: url('');
          mask-image: url('');
  -webkit-mask-image: var(--icon-url);
          mask-image: var(--icon-url);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.c-icon.example {
    --icon-url: url('/images/icons/example.svg');
  }
.color-lightblue{
  background-color: #EBF7FD;
}
.color-darkblue{
  background-color: #005571;
}
@media print {

  a::after {
    font-size: 90%;
    content: ' (' attr(href) ') ';
  }

  h1, h2, h3, h4 {
    page-break-after: avoid;
  }
}
.c-popup {
  --outside-padding: 5vw;
  --max-card-width: 1098px;
  --max-card-height: calc(100vh - 100px);
  --card-padding-vertical: var(--gap-64, 64px);
  --card-padding-horizontal: var(--gap-64, 64px);

  position: fixed;
  z-index: 99999;
  display: grid;
  width: 100vw;
  height: 100vh;
  padding: 5vw;
  padding: var(--outside-padding);
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}
.c-popup .wrapper {
    width: calc(100vw - (var(--outside-padding) * 2));
    width: calc(100vw - calc(var(--outside-padding) * 2));
    max-width: var(--max-card-width);
    max-height: var(--max-card-height);
    padding: var(--card-padding-vertical) var(--card-padding-horizontal);
    overflow: auto;
    background-color: white;
    border-radius: 13px;
    transform: scale(1);
    align-self: center;
    justify-self: center;
    place-self: center;
  }
.c-popup.closed {
    animation: fade-out 500ms cubic-bezier(0.5, 0, 0.14, 1.32) 1 forwards;
    pointer-events: none;
  }
.c-popup.closed > .wrapper {
      animation: scale-down 500ms cubic-bezier(0.5, 0, 0.14, 1.32) 1 forwards;
    }
.c-popup:not(.c-popup.closed) {
    animation: fade-in 500ms cubic-bezier(0.5, 0, 0.14, 1.32) 1 forwards;
  }
.c-popup:not(.c-popup.closed) > .wrapper {
      animation: scale-up 500ms cubic-bezier(0.5, 0, 0.14, 1.32) 1 forwards;
    }
@keyframes fade-out {

  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fade-in {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes scale-up {

  0% {
    transform: scale(25%);
  }

  100% {
    transform: scale(100%);
  }
}
@keyframes scale-down {

  0% {
    transform: scale(100%);
  }

  100% {
    transform: scale(50%);
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
:root {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  line-height: 1.5;
}
body {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body, figure, blockquote, dl, dd, ol, ul, pre {
  margin: 0;
}
h1, h2, h3, h4, p {
  word-wrap: break-word;
}
h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}
h1, h2, h3, h4 {
  text-wrap: balance;
}
p, li, .intro-text, dd {
  text-wrap: pretty;
}
ul[role='list'], ol[role='list'] {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  max-width: 100%;
}
img, svg, video, canvas {
  height: auto;
}
source {
  display: none;
}
img {
  -o-object-fit: cover;
     object-fit: cover;
  border-style: none;
}
input, button, textarea, select { font: inherit; }
pre { white-space: pre-wrap; }
hr {
  height: 0;
  overflow: visible;
  color: inherit;
  border-style: solid;
  border-width: 1px 0 0;
}
[hidden] {
  display: none !important;
}
:target {
  scroll-margin-block: 5ex;
  scroll-margin-block: 5rlh;
}
/* Browser fixes */
summary::-webkit-details-marker {
  display: none;
  width: 0;
  height: 0;
  margin-right: 0;
}
[data-slider-init] {
  --button-width: 40px;
  --button-height: 40px;
  --previous-arrow-color: white;
  --next-arrow-color: white;

  position: relative;
  width: inherit;
}
[data-slider-init] .slides {
    display: flex;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none; /* Firefox */
  }
[data-slider-init] .slides::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Opera */
    }
[data-slider-init] .slides, [data-slider-init] .slides > .slide {
      width: inherit;
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
[data-slider-init] .slides .slide {
      flex: 0 0 100%;
      width: 100%;
      height: 100%;
      scroll-snap-align: center;
      scroll-snap-stop: always;
    }
.c-accordion-list{

    display: grid;
    padding: 24px 0;
    
}
.c-accordion-list button{
        width: 100%;
        background-color: #029fd2;
        color: #fff;
        padding: 17px 32px;
        padding-right: 64px;
        border: 0;
        outline: 0;

        cursor: pointer;

        text-align: left;
        font-size: 1.25rem;

        position: relative;
    }
.c-accordion-list button:hover{
        background-color: #005571;
        color: #fff;
    }
.c-accordion-list button:hover::after{
        background-color: #fff;
    }
.c-accordion-list button::after{
        content: '';
        position: absolute;

        width: 22px;
        height: 22px;

        top: 50%;
        transform: translateY(-50%);
        right: 32px;

        background-color: #fff;
        -webkit-mask-image: url("/images/icons/plus.svg");
                mask-image: url("/images/icons/plus.svg");
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: center;
                mask-position: center;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;

        transition: transform 0.2s ease;
    }
.c-accordion-list .content{
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;

        min-height: 0;

        transition: grid-template-rows 0.2s ease;
    }
.c-accordion-list .content :first-child{
            margin-top: 0;
        }
.c-accordion-list .content :last-child{
            margin-bottom: 0;
        }
.c-accordion-list .horizontal-padding{
        min-height: 0;

        padding-left: 32px;
        padding-right: 32px;
    }
.c-accordion-list .vertical-padding{
        min-height: 0;

        padding-top: 32px;
        padding-bottom: 32px;
    }
.c-accordion-list .accordion-item + .accordion-item{
        margin-top: 10px;
    }
.c-accordion-list .active-button{
        background-color: #005571;
        color: #fff;
    }
.c-accordion-list .active-button:hover{
        background-color: #005571;
        color: #fff;
    }
.c-accordion-list .active-button:hover::after{
        background-color: #fff !important;
    }
.c-accordion-list :has(.active-button) .content{
            grid-template-rows: 1fr;
        }
.c-accordion-list :has(.active-button) button::after{
            transform: translateY(-50%) rotate(45deg);
            background-color: #fff;
        }
@media print{
.c-accordion-list{
        
        display: block;
    
}

        .c-accordion-list button{
            background-color: transparent !important;
            padding-left: 0 !important;
        }

        .c-accordion-list button{

            font-weight: bold;

            color: #005571;
        }

        .c-accordion-list button::after{
            display: none !important;
        }

        .c-accordion-list .content{
            min-height: -moz-fit-content !important;
            min-height: fit-content !important;
            height: -moz-fit-content !important;
            height: fit-content !important;
        }

        .c-accordion-list .content{
            display: block;
        }

        .c-accordion-list .vertical-padding{
            padding: 0 !important;
        }

        .c-accordion-list .horizontal-padding{
            padding-left: 0 !important;
        }

    }
.c-arrow-button{
    width: 100%;

    position: relative;
}
.c-arrow-button button{
        background-color: #fff;
        border: 0;
        border-radius: 100px;
        width: 56px;
        height: 56px;

        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        cursor: pointer;

        display: flex;
        justify-content: center;
        align-items: center;
    }
.c-arrow-button button img{
            -o-object-fit: contain;
               object-fit: contain;
        }
.c-block-grid {
  display: grid;
  grid-auto-rows: minmax(50px, min-content);
  grid-auto-flow: row;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(var(--c-block-grid-columns, 1), minmax(0, 1fr));
  width: 80vw;
  max-width: 100%;
  margin: auto;
  grid-column-gap: 0;
  grid-column-gap: var(--c-block-grid-column-gap, 0);
  -moz-column-gap: 0;
       column-gap: 0;
  -moz-column-gap: var(--c-block-grid-column-gap, 0);
       column-gap: var(--c-block-grid-column-gap, 0);
  grid-row-gap: 0;
  grid-row-gap: var(--c-block-grid-row-gap, 0);
  row-gap: 0;
  row-gap: var(--c-block-grid-row-gap, 0);
}
.c-custom-shortcuts{

    padding: 56px 22px;
    padding-top: 30px;

}
.c-custom-shortcuts .centered{
        max-width: 1660px;
        width: 100%;
        margin: 0 auto;

        display: flex;
        flex-wrap: wrap;
    }
.c-custom-shortcuts .block{
        -webkit-text-decoration: none;
        text-decoration: none;

        max-width: 416px;

        margin: 22px 68px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
.c-custom-shortcuts .block:hover .image-holder img{
                transform: scale(1.1);
            }
.c-custom-shortcuts .block:hover .icon{
            margin-left: 22px;
        }
.c-custom-shortcuts .image-holder{
        width: 100%;
        height: auto;

        overflow: hidden;

        display: flex;
        justify-content: center;
        align-items: center;

        border-radius: 16px;
    }
.c-custom-shortcuts .image-holder img{
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
            transition: transform 0.4s ease;
        }
.c-custom-shortcuts .image-type-0{
        aspect-ratio: 16 / 9;
    }
.c-custom-shortcuts .image-type-1{
        width: 416px;
        height: 370px;
    }
.c-custom-shortcuts .image-type-2{
        aspect-ratio: 16 / 12;
    }
.c-custom-shortcuts .title{
        font-weight: 700 !important;
    }
.c-custom-shortcuts .title{
        font-size: 2.5rem;
        color: #005571;
        margin: 0;
        margin-top: 45px;
    }
.c-custom-shortcuts .desc{
        margin: 0;
        margin-top: 13px;
        color: #005571;
    }
.c-custom-shortcuts .icon{
        width: 21px;
        padding-top: 13px;

        transition: margin-left 0.4s ease;
    }
@media screen and (max-width: 1699px){
        .c-custom-shortcuts .centered{
            max-width: 1104px;
        }
    }
@media screen and (max-width: 1147px){
        .c-custom-shortcuts .centered{
            max-width: 552px;
        }
    }
@media screen and (max-width: 800px){

        .c-custom-shortcuts .centered{
            flex-direction: column;
            max-width: 100%;
            width: 100%;
        }

        .c-custom-shortcuts .block{
            max-width: 100%;
            margin-left: 0;
            margin-right: 0;

            align-items: center;
        }

        .c-custom-shortcuts .image-holder{
            max-width: 416px;
        }

        .c-custom-shortcuts .image-type-1{
            max-width: 416px;
            width: 100%;
            height: auto;
            aspect-ratio: 5 / 4.5;
        }

        .c-custom-shortcuts .title{
            max-width: 416px;
            width: 100%;
        }

        .c-custom-shortcuts .desc{
            max-width: 416px;
            width: 100%;
        }

        .c-custom-shortcuts .icon{
            max-width: 416px;
            width: 100%;
            height: 30px;
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: left;
               object-position: left;
        }
    }
@media screen and (max-width: 470px){
        .c-custom-shortcuts .title{
            font-size: 2rem;
            margin-top: 32px;
        }

        .c-custom-shortcuts .desc{
            font-size: 1.25rem;
            line-height: 1.5rem;
        }
    }
.c-featured-pages{

    padding: 56px 22px;
    padding-top: 60px;
    padding-bottom: 27px;

}
.c-featured-pages .centered{
        max-width: 1660px;
        width: 100%;
        margin: 0 auto;

        display: flex;
        flex-wrap: wrap;
    }
.c-featured-pages .block{
        -webkit-text-decoration: none;
        text-decoration: none;

        max-width: 416px;

        margin: 22px 68px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
.c-featured-pages .block:hover .image-holder img{
                transform: scale(1.1);
            }
.c-featured-pages .block:hover .icon{
            margin-left: 22px;
        }
.c-featured-pages .image-holder{
        width: 100%;
        height: auto;

        overflow: hidden;

        display: flex;
        justify-content: center;
        align-items: center;

        border-radius: 16px;
    }
.c-featured-pages .image-holder img{
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
            transition: transform 0.4s ease;
        }
.c-featured-pages .image-type-0{
        aspect-ratio: 16 / 9;
    }
.c-featured-pages .image-type-1{
        width: 416px;
        height: 370px;
    }
.c-featured-pages .image-type-2{
        aspect-ratio: 16 / 12;
    }
.c-featured-pages .title{
        font-size: 2.5rem;
        font-weight: 700;
        color: #005571;
        margin: 0;
        margin-top: 45px;
    }
.c-featured-pages .desc{
        margin: 0;
        margin-top: 13px;
        color: #005571;
    }
.c-featured-pages .icon{
        width: 21px;
        padding-top: 13px;

        transition: margin-left 0.4s ease;
    }
@media screen and (max-width: 1699px){
        .c-featured-pages .centered{
            max-width: 1104px;
        }
    }
@media screen and (max-width: 1147px){
        .c-featured-pages .centered{
            max-width: 552px;
        }
    }
@media screen and (max-width: 800px){

        .c-featured-pages .centered{
            flex-direction: column;
            max-width: 100%;
            width: 100%;
        }

        .c-featured-pages .block{
            max-width: 100%;
            margin-left: 0;
            margin-right: 0;

            align-items: center;
        }

        .c-featured-pages .image-holder{
            max-width: 416px;
        }

        .c-featured-pages .image-type-1{
            max-width: 416px;
            width: 100%;
            height: auto;
            aspect-ratio: 5 / 4.5;
        }

        .c-featured-pages .title{
            max-width: 416px;
            width: 100%;
        }

        .c-featured-pages .desc{
            max-width: 416px;
            width: 100%;
        }

        .c-featured-pages .icon{
            max-width: 416px;
            width: 100%;
            height: 30px;
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: left;
               object-position: left;
        }
    }
@media screen and (max-width: 470px){
            .c-featured-pages .block h2{
                margin-top: 32px;
                font-size: 2rem;
            }

        .c-featured-pages .desc{
            font-size: 1.25rem;
            line-height: 1.5rem;
        }
    }
.c-footer {
  min-height: 168px;
  background-color: #005571;
  color: #fff;
}
.c-footer p{
    color: #fff;
  }
.c-footer .centered{
    max-width: 1580px;
    width: 100%;
    padding-top: 51px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;

    display: flex;

    justify-content: space-between;
  }
.c-footer .item{
    margin-right: 55px;
  }
.c-footer .address p{
        margin: 0 !important;
    }
.c-footer .address p{
        font-size: 1rem;
        line-height: 1.5rem;
    }
.c-footer .contacts a{
        display: block;
        color: #fff;
        -webkit-text-decoration: none;
        text-decoration: none;
        font-size: 1rem;
    }
.c-footer .some-link p{
      margin-top: 0;
      margin-bottom: 0;
      font-size: 1rem;
      line-height: 1.5rem;
    }
.c-footer .bolded{
    font-weight: 500;
  }
.c-footer .left-side{
    display: flex;
  }
.c-footer .left-side .logo{
        width: 202px;
        -o-object-fit: contain;
           object-fit: contain;
        margin-top: -50px;
    }
.c-footer .right-side a{
        display: block;
        color: #fff;
    }
.c-footer .right-side p{
      font-size: 1rem;
      margin-top: 0;
    }
.c-footer .icon-list{
    width: 128px;
    padding-top: 3px;

    display: flex;
  }
.c-footer .icon-list img{
        width: 25px;
        -o-object-fit: contain;
           object-fit: contain;
        margin-right: 10px;
    }
.c-footer .author-note{

    color: rgba(255,255,255,0.34118);
  }
.c-footer .author-note a{
      display: inline-block !important;
    }
.c-footer .author-note a{
      color: rgba(255,255,255,0.34118);
    }
@media screen and (max-width: 890px){
    .c-footer .left-side{
      flex-direction: column;
    }

      .c-footer .left-side .item{
        margin-right: 0;
        margin-bottom: 22px;
      }

      .c-footer .left-side .logo{
        margin-top: 0;
      }

    .c-footer .right-side{
      padding-top: 70px;
    }
  }
@media print{
.c-footer {
    display: none !important;
}
  }
.c-404-not-found {
  margin: 0 auto;
  max-width: 600px;
  padding: 22px;
}
@media screen and (max-width: 700px){
    .c-404-not-found h1{
      font-size: 1.75rem;
    }
  }
.c-front-page-news{

    background-color: #005571;
    color: #EBF7FD;

    padding: 88px 22px;
    padding-top: 79px;
    padding-bottom: 97px;

}
.c-front-page-news p{
        color: #fff;
    }
.c-front-page-news .block{
        -webkit-text-decoration: none;
        text-decoration: none;
        color: #EBF7FD;
    }
.c-front-page-news .centered{
        max-width: 1524px;
        width: 100%;
        margin: 0 auto;

        display: flex;
        justify-content: space-between;
    }
.c-front-page-news .news-list{
        display: flex;
    }
.c-front-page-news .block{
        max-width: 323px;
        width: 100%;

        margin: 0;
        margin-left: 0px;
        margin-right: 57px;
    }
.c-front-page-news .block:hover .icon{
            margin-left: 32px;
        }
.c-front-page-news .block:hover .title{
            -webkit-text-decoration: underline;
            text-decoration: underline;
        }
.c-front-page-news .block:hover .date{
            -webkit-text-decoration: none;
            text-decoration: none;
        }
.c-front-page-news .date{
        margin: 0;

        font-size: 0.875rem;
    }
.c-front-page-news .title{
        margin: 0;
        font-size: 1.5rem;
        font-family: "Red Hat Display";
    }
.c-front-page-news .side-title{
        font-size: 2.5rem;
        font-family: "Red Hat Display";
        font-weight: 700;
        color: #fff;

        margin-top: 0;
    }
.c-front-page-news .icon{
        padding-top: 10px;
        width: 21px;

        transition: margin-left 0.4s ease;
    }
.c-front-page-news .left-item{
        padding-right: 32px;
    }
@media screen and (max-width: 1024px){
        .c-front-page-news .centered{
            flex-direction: column;
        }

        .c-front-page-news .news-list{
            flex-direction: column;
        }

        .c-front-page-news .block{
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 32px;

            max-width: 100%;
        }
    }
.c-front-page-opening-hours{

    padding: 0 64px;
    
}
.c-front-page-opening-hours .centered{
        max-width: 1226px;
        width: 100%;
        margin: 0 auto;
        padding: 0 22px;

        position: relative;
    }
.c-front-page-opening-hours .box{
        position: absolute;
        top: 16px;
        right: 0;

        width: 415px;

        z-index: 50;
    }
.c-front-page-opening-hours .white-box{
        border-radius: 16px;

        padding: 11px 43px;
        padding-bottom: 32px;

        background-color: #fff;

        display: flex;
    }
.c-front-page-opening-hours .red-box{
        margin-top: 16px;
        border-radius: 16px;

        padding: 11px 43px;

        background-color: #FFD5CC;

        position: relative;
    }
.c-front-page-opening-hours .red-box p{
            color: #005571;
            font-size: 1.5rem;
            font-weight: 500;
            line-height: normal;
        }
.c-front-page-opening-hours .openToday{
        text-transform: uppercase;
        color: #005571;
        font-size: 1.25rem;
        min-width: 108px;
    }
.c-front-page-opening-hours .closed-text{
        margin-bottom: 0 !important;
    }
.c-front-page-opening-hours .right-side{
        padding-left: 16px;
        padding-right: 26px;
        position: relative;
    }
.c-front-page-opening-hours .read-more{
        max-width: 200px;
        display: block;

        color: #005571;
        font-size: 1.25rem;
        line-height: 1.625rem;
    }
.c-front-page-opening-hours .timer{
        font-weight: 700;
        color: #005571;
        font-size: 1.25rem;
        margin-bottom: 0;
    }
.c-front-page-opening-hours .extra-info{
        margin-top: 0;
    }
.c-front-page-opening-hours .close-button{
        position: absolute;
        top: 13px;
        right: 13px;

        background-color: #005571;
        -webkit-mask-image: url("/images/icons/close.svg");
                mask-image: url("/images/icons/close.svg");
        -webkit-mask-position: center;
                mask-position: center;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;

        width: 21px;
        height: 21px;

        cursor: pointer;

        border: 0;
    }
.c-front-page-opening-hours .close-button:hover{
        background-color: #1c8fb5;
    }
.c-front-page-opening-hours .hidden-red-box{
        display: none !important;
    }
.c-front-page-opening-hours .read-more-button{
        position: absolute;
        top: 22px;
        right: 0;
        border-radius: 100px;
        border: 0;

        width: 24px;
        height: 24px;

        display: block;

        background-color: #005571;
        color: #fff;

        display: flex;
        justify-content: center;
        align-items: center;

        cursor: pointer;

        margin-bottom: 64px;
    }
.c-front-page-opening-hours .read-more-button img{
            width: 5px;
        }
.c-front-page-opening-hours .mobile{
        display: none;
    }
@media screen and (max-width: 1047px){
        .c-front-page-opening-hours .extra-info{
            font-size: 0.9375rem;
            line-height: 1.5625rem;
        }

        .c-front-page-opening-hours .openToday{
            font-size: 0.9375rem;
        }

        .c-front-page-opening-hours .timer{
            font-size: 0.9375rem;
        }

        .c-front-page-opening-hours .read-more{
            font-size: 0.9375rem;
        }
            .c-front-page-opening-hours .red-box p{
                font-size: 0.9375rem;
            }
    }
@media screen and (max-width: 750px){
.c-front-page-opening-hours{
        padding: 0;
        height: 83px;
    
}

        .c-front-page-opening-hours .box{
            width: 100%;
            padding: 0 22px;
        }

        .c-front-page-opening-hours .white-box{
            width: 100%;
            right: auto;
            padding-left: 37px;
            padding-right: 37px;

            position: relative;
        }

        .c-front-page-opening-hours .red-box{
            width: 100%;
            top: auto;
            right: auto;

            position: relative;
        }

            .c-front-page-opening-hours .red-box p{
                font-size: 1.125rem;
                line-height: normal;
            }

        .c-front-page-opening-hours .openToday{
            font-size: 1.0625rem;
            width: 97px;
        }

        .c-front-page-opening-hours .closed-text{
            width: 100% !important;
        }
    }
@media screen and (max-width: 440px){
        .c-front-page-opening-hours .timer{
            font-size: 0.9375rem;
        }
        
        .c-front-page-opening-hours .openToday{
            font-size: 0.9375rem;
        }
        
        .c-front-page-opening-hours .extra-info{
            font-size: 0.9375rem;
            line-height: 1.4375rem;
        }
        
        .c-front-page-opening-hours .right-side{
            padding-left: 0;
        }
        
        .c-front-page-opening-hours .read-more{
            font-size: 0.9375rem;
        }
            .c-front-page-opening-hours .red-box p{
                font-size: 0.9375rem;
            }
    }
@media screen and (max-width: 370px){

        .c-front-page-opening-hours .desktop{
            display: none;
        }

        .c-front-page-opening-hours .mobile{
            display: block;
        }

        .c-front-page-opening-hours .white-box{
            flex-direction: column;

            padding-left: 24px;
            padding-right: 24px;
        }

        .c-front-page-opening-hours .red-box{
            padding: 4px 24px;
        }
        
        .c-front-page-opening-hours .openToday{
            margin-bottom: 0;
            width: 100%;
        }

        .c-front-page-opening-hours .right-side{
            padding-right: 0;
        }

        .c-front-page-opening-hours .timer{
            margin-top: 0;
            display: none;
        }

        .c-front-page-opening-hours .bold{
            font-weight: 600;
            text-transform: lowercase;
            padding-left: 6px;
        }
    }
.c-gallery-page-content{

    padding: 22px;

}
.c-gallery-page-content .title-center{
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
        padding-top: 10px;
    }
.c-gallery-page-content .title-center h1{
            margin-bottom: 10px;
        }
.c-gallery-page-content .desc p{
            /*font-size: 25px;*/
        }
.c-gallery-page-content .images{
        max-width: 1520px;
        width: 100%;
        margin: 0 auto;
        padding-top: 9px;
    }
.c-gallery-page-content .main-image-holder{
        display: flex;
        border-radius: 16px;
        overflow: hidden;

        max-width: 800px;
        height: auto;
        aspect-ratio: 16 / 9;
        margin: 0 auto;
    }
.c-gallery-page-content .main-image-holder img{
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            min-height: 100%;
        }
.c-gallery-page-content .image-list{
        max-width: 1568px;
        width: 100%;
        margin: 0 auto;

        padding: 24px 0;
    }
.c-gallery-page-content .image-group{
        display: flex;
        justify-content: space-between;
    }
.c-gallery-page-content .image-group img{
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
        }
.c-gallery-page-content .image-holder{
        margin: 24px;
        overflow: hidden;
        border-radius: 16px;

        display: flex;
    }
.c-gallery-page-content .image-holder img{
            min-height: 100%;
        }
.c-gallery-page-content .image-type-0{
        width: 100%;
        flex: 0.9;
        
        aspect-ratio: 16 / 9;
    }
.c-gallery-page-content .image-type-1{
        max-width: 504px;
        width: 100%;
        flex: 0.5;

        aspect-ratio: 5 / 4;
    }
.c-gallery-page-content .full-width{
        max-width: 100% !important;
        aspect-ratio: 16 / 9 !important;
        flex: 1 !important;
    }
@media screen and (max-width: 950px){
        
        .c-gallery-page-content .image-group{
            flex-direction: column;
        }

        .c-gallery-page-content .image-holder{
            margin-left: 0;
            margin-right: 0;
        }

            .c-gallery-page-content .image-holder img{
                min-height: 100%;
            }

        .c-gallery-page-content .image-type-0{
            aspect-ratio: 1 / 1;
            max-width: 100%;
        }

        .c-gallery-page-content .image-type-1{
            aspect-ratio: 1 / 1;
            max-width: 100%;
        }

        .c-gallery-page-content .full-width{
            aspect-ratio: 1/ 1 !important;
        }

        .c-gallery-page-content .full-width{
            flex: 1;
        }

    }
@media screen and (max-width: 600px){
        .c-gallery-page-content h1{
            font-size: 2.125rem;
        }
    }
@media print{
        .c-gallery-page-content h1{
            font-size: 2rem !important;
        }

        .c-gallery-page-content h2{
            font-size: 1.6rem !important;
        }
    }
.c-header{

    height: 110px;
    background-color: #fff;
    display: flex;
}
.c-header .centered{
        max-width: 1580px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        padding: 0 22px;

        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
.c-header .centered .logo img{
                width: 266px;
                margin-left: 8px;
            }
.c-header a{
        -webkit-text-decoration: none;
        text-decoration: none;
        color: #005571;
    }
.c-header .lang-link{
        padding-right: 17px;
        font-size: 1.125rem;
    }
.c-header .control-panel{
        display: flex; 
        align-items: center;
    }
.c-header .control-panel .item{
            margin: 0 8px;

            background-color: #EBF7FD;
            border-radius: 100px;
            width: 56px;
            height: 56px;

            display: flex;
            justify-content: center;
            align-items: center;
        }
.c-header .control-panel button{
            border: 0;
        }
.c-header .search-button{
        cursor: pointer;
    }
.c-header .menu-button{
        cursor: pointer;
    }
.c-header .search-close-button{
        position: relative;
        z-index: 5002;
    }
.c-header .search-close-button .search-icn{
            display: none;
        }
.c-header .search-close-button .close-icn{
            display: block;
        }
.c-header .close-icn{
        display: none;
    }
@media screen and (max-width: 600px){
        .c-header .search-close-button{
            z-index: -1;
        }
    }
@media screen and (max-width: 550px){
            .c-header .logo img{
                width: 202px !important;
            }

        .c-header .lang-link{
            display: none;
        }
    }
@media screen and (max-width: 400px){
        .c-header .centered{
            padding-left: 0;
            padding-right: 0;
        }
    }
@media print {
.c-header{
        display: none !important;
}
    }
.c-news-list-page{
    padding: 22px;

}
.c-news-list-page .centered{
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }
.c-news-list-page .item{
        position: relative;
        padding: 22px 0;
        display: block;
        -webkit-text-decoration: none;
        text-decoration: none;
    }
.c-news-list-page .item p{
            margin: 0;
            color: #005571;
        }
.c-news-list-page .item .title{
            font-size: 1.5625rem;
            font-weight: 700;
            color: #005571;
        }
.c-news-list-page .item:hover .title{
            -webkit-text-decoration: underline;
            text-decoration: underline;
        }
.c-news-list-page hr{
        opacity: 0.2;
    }
.c-news-list-page .icon{
        width: 21px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 24px;
    }
.c-news-page-content{

    padding: 22px;

}
.c-news-page-content .centered{
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }
.c-news-page-content .image-holder{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;

        border-radius: 16px;

        display: flex;
        overflow: hidden;
    }
.c-news-page-content .image-holder img{
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover;
        }
@media screen and (max-width: 600px){
        .c-news-page-content h1{
            font-size: 2.125rem;
        }
    }
@media print{
        .c-news-page-content h1{
            font-size: 2rem !important;
        }

        .c-news-page-content h2{
            font-size: 1.6rem !important;
        }
    }
.c-opening-hour-content{

    padding: 22px;

}
.c-opening-hour-content .centered{
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }
.c-opening-hour-content .opening-list{
        padding: 32px 0;
    }
.c-opening-hour-content .block{
        display: flex;
        justify-content: space-between;

        padding: 0 32px;

        border-bottom: 1px solid #005571;
    }
.c-opening-hour-content .block > p::first-letter {
          text-transform: uppercase;
        }
.c-opening-hour-content .block:last-child{
        border-bottom: 0;
    }
.c-opening-hour-content .bolded-text{
        font-weight: 600;
    }
.c-opening-hour-content .date-info{
        display: flex;
        align-items: center;
    }
.c-opening-hour-content .date-info button{
            width: 21px;
            height: 21px;
            margin-right: 21px;

            border-radius: 100px;
            border: 0;
        }
.c-opening-hour-content .info-button{
        display: flex;
        justify-content: center;
        align-items: center;

        background-color: #005571;

        cursor: pointer;
    }
.c-opening-hour-content .info-button img{
            -o-object-fit: contain;
               object-fit: contain;
            width: 4px;
        }
.c-opening-hour-content .info-button:hover{
        background-color: #1c8fb5;
    }
.c-opening-hour-content .info-dialog-holder{
        position: relative;
    }
.c-opening-hour-content .info-dialog{
        display: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 64px;

        width: 256px;

        padding: 10px;
        border-radius: 15px;

        background-color: #005571;
        color: #fff;
    }
.c-opening-hour-content .visible-dialog{
        display: block;
    }
.c-opening-hour-content .show-more-button{
        margin: 0 auto;
        border-radius: 100px;
        border: 0;

        width: 64px;
        height: 64px;

        display: block;

        background-color: #005571;
        color: #fff;

        display: flex;
        justify-content: center;
        align-items: center;

        cursor: pointer;

        margin-bottom: 64px;
    }
.c-opening-hour-content .show-more-button img{
            width: 21px;
        }
.c-opening-hour-content .show-more-button:hover{
        background-color: #1c8fb5;
    }
.c-opening-hour-content .left-text{
        text-align: left;
    }
.c-opening-hour-content .right-text{
        text-align: right;
    }
@media screen and (max-width: 600px){
        .c-opening-hour-content h1{
            font-size: 2.125rem;
        }
            .c-opening-hour-content .opening-list p{
                font-size: 1rem;
            }

        .c-opening-hour-content .block{
            padding-left: 8px;
            padding-right: 8px;

            position: relative;
        }

        .c-opening-hour-content .info-dialog-holder{
            position: static;
        }

        .c-opening-hour-content .info-dialog{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 94vw;
        }
    }
@media print {
        .c-opening-hour-content h1{
            font-size: 2rem !important;
        }
        .c-opening-hour-content h1{
            margin-top: 0;
            margin-bottom: 0px;
            page-break-after: auto;
            -moz-column-break-after: auto;
                 break-after: auto;
        }

        .c-opening-hour-content .right-text{
            font-size: 0.875rem !important;
        }

        .c-opening-hour-content .right-text{
            margin-top: 5px;
            margin-bottom: 5px;
        }
        
        .c-opening-hour-content .left-text{
            font-size: 0.875rem !important;
        }
        
        .c-opening-hour-content .left-text{
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .c-opening-hour-content .show-more-button{
            display: none !important;
        }
            .c-opening-hour-content .centered article{
                display: none !important;
            }
            .c-opening-hour-content .centered article{
                page-break-before: avoid;
                -moz-column-break-before: avoid;
                     break-before: avoid;
            }

        .c-opening-hour-content .opening-list{
            padding-top: 18px;
            padding-bottom: 0px;
        }

        .c-opening-hour-content .block{
            padding-left: 14px;
            padding-right: 14px;
        }
    }
.c-pager {
  width: 100%;
  max-width: min(1300px, calc(100vw - 15px * 2));
  max-width: var(--page-width-large);
  margin: max(15px, min(8vw, 107px)) auto 50px;
}
.c-pager > .items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(345px, min(1300px, calc(100vw - 15px * 2))), 393px));
    grid-template-columns: repeat(auto-fit, minmax(min(345px, var(--page-width-large)), 393px));
    grid-gap: max(30px, min(6vw, 43px)) 60px;
    gap: max(30px, min(6vw, 43px)) 60px;
    justify-content: center;
    width: 100%;
    margin-bottom: 66px;
  }
.c-pagination {

  width: -moz-fit-content;

  width: fit-content;
  margin: 0 auto;
  padding-top: 64px;
}
.c-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 0;
    padding: 0;
    list-style: none;
  }
.c-pagination ul > li {

      display: flex;
      align-items: center;
    }
.c-pagination ul > li a{
        color: #000;
      }
.c-pagination ul > li > * {
        display: block;
        padding: 0.7em 0.7em;
        aspect-ratio: 1 / 1;
      }
.c-pagination ul > li > *[aria-current='page'] {
          color: #fff;
          background-color: #005571;
        }
.c-pagination .previous, .c-pagination .next {
    display: flex;
    align-items: center;
  }
.c-pagination .previous::before, .c-pagination .next::before, .c-pagination .previous::after, .c-pagination .next::after {
      display: none;
      width: 1em;
      height: 1em;
      background-color: currentcolor;
      content: '';
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-position: center;
              mask-position: center;
    }
.c-pagination .previous::before {
    display: inline-block;
    margin-right: 1ch;
    -webkit-mask-image: url('/images/pagination/icons/chevron-left.svg');
            mask-image: url('/images/pagination/icons/chevron-left.svg');
  }
.c-pagination .next::after {
    display: inline-block;
    margin-left: 1ch;
    -webkit-mask-image: url('/images/pagination/icons/chevron-right.svg');
            mask-image: url('/images/pagination/icons/chevron-right.svg');
  }
.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
*:focus-visible > .visually-hidden {
  animation: none 0s ease 0s 1 normal none running !important;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
  border: medium none currentColor !important;
  border-collapse: separate !important;
  -o-border-image: none !important;
     border-image: none !important;
  border-radius: 0 !important;
  border-spacing: 0 !important;
  bottom: auto !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  caption-side: top !important;
  clear: none !important;
  clip: auto !important;
  color: #000 !important;
  -moz-columns: auto !important;
       columns: auto !important;
  -moz-column-count: auto !important;
       column-count: auto !important;
  -moz-column-fill: balance !important;
       column-fill: balance !important;
  -moz-column-gap: normal !important;
       column-gap: normal !important;
  -moz-column-rule: medium none currentColor !important;
       column-rule: medium none currentColor !important;
  -moz-column-span: 1 !important;
       column-span: 1 !important;
  -moz-column-width: auto !important;
       column-width: auto !important;
  content: normal !important;
  counter-increment: none !important;
  counter-reset: none !important;
  cursor: auto !important;
  direction: ltr !important;
  display: inline !important;
  empty-cells: show !important;
  float: none !important;
  font-family: serif !important;
  font-size: medium !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  line-height: normal !important;
  height: auto !important;
  -webkit-hyphens: none !important;
          hyphens: none !important;
  left: auto !important;
  letter-spacing: normal !important;
  list-style: disc outside none !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 1 !important;
  orphans: 2 !important;
  outline: medium none invert !important;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  padding: 0 !important;
  page-break-after: auto !important;
  page-break-before: auto !important;
  page-break-inside: auto !important;
  perspective: none !important;
  perspective-origin: 50% 50% !important;
  position: static !important;
  right: auto !important;
  -moz-tab-size: 8 !important;
    -o-tab-size: 8 !important;
       tab-size: 8 !important;
  table-layout: auto !important;
  text-align: left !important;
  text-align-last: auto !important;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  text-transform: none !important;
  top: auto !important;
  transform: none !important;
  transform-origin: 50% 50% 0 !important;
  transform-style: flat !important;
  transition: none 0s ease 0s !important;
  unicode-bidi: normal !important;
  vertical-align: baseline !important;
  visibility: visible !important;
  white-space: normal !important;
  widows: 2 !important;
  width: auto !important;
  word-spacing: normal !important;
  z-index: auto !important;
  all: initial !important;
}
.c-search{

  display: none;
  pointer-events: none;

}
.c-search .search-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002E3E;
    opacity: 0.8;

    z-index: 5000;
  }
.c-search .search-dialog{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    z-index: 5001;
  }
.c-search .centered-search{
    position: relative;
    max-width: 1085px;
    width: 100%;
    margin: 0 auto;
    margin-top: 219px;
    padding: 22px;
  }
.c-search .centered-search:has(a) input{
      border-radius: 40px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
.c-search .centered-search:has(p) input{
      border-radius: 40px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
.c-search input{
    width: 100%;
    padding: 20px 44px;
    font-size: 1.25rem;
    outline: 0;
    border-radius: 100px;
    border: 0;
  }
.c-search .search-close{
    position: absolute;
    top: 47px;
    right: 47px;
    width: 20px;

    cursor: pointer;
  }
.c-search .search-result{
    background-color: #fff;
  }
.c-search .search-result a{
      display: block;
      -webkit-text-decoration: none;
      text-decoration: none;
      color: #000;
      font-size: 1.25rem;
      padding: 6px 0;
    }
.c-search .search-result a:hover{
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }
.c-search .search-result:has(a){
    padding: 22px 22px;
    padding-top: 0;
  }
.c-search .search-result:has(p){
    padding: 22px 22px;
    padding-top: 0;
  }
.c-search .search-result:has(p) p{
      margin: 0;
    }
@media screen and (max-width: 600px){
    .c-search .centered-search{
      margin-top: 0;
    }

    .c-search .search-close-button{
      z-index: -1 !important;
    }
  }
.visible-search{
  display: block;
  pointer-events: all;
}
.c-search-result
{
	max-width: 1192px;
	padding: 32px;
	margin: 0 auto;

	padding-left: 32px;
	padding-right: 32px;
}
.c-search-result .header-part{
		max-width: 1192px;
		margin: 0 auto;
	}
.c-search-result .header-part h2{
			font-size: 4.125rem;
			line-height: 4rem;
			font-weight: 400;
		}
.c-search-result .header-part h2 span{
				font-weight: 400;
			}
.c-search-result .result-list{
		padding-top: 0px;
	}
.c-search-result .search-result-block{
		display: block;
		color: #000;
		-webkit-text-decoration: none;
		text-decoration: none;
		margin-bottom: 32px;
		margin-top: 32px;
	}
.c-search-result .url{
		-webkit-text-decoration: underline;
		text-decoration: underline;
		font-size: 1.125rem;
		color: #005571;
	}
.c-search-result .title{
		font-weight: 700;
		font-size: 1.375rem;
		color: #005571;
	}
.c-search-result .title mark{
			font-weight: 800;
		}
.c-search-result .description{
		font-size: 1.125rem;
	}
.c-search-result mark{
		font-weight: 800;
		background-color: transparent;
		color: #005571;
	}
@media screen and (max-width: 640px) {
		.c-search-result h2{
			font-size: 2rem !important;
			line-height: 2rem !important;
		}
	}
.c-side-menu .bg{
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;

        background-color: #002E3E;
        opacity: 0.7;

        z-index: 1000;

        display: none;
        pointer-events: none;
    }
.c-side-menu .main-menu{
        position: fixed;
        width: 724px;
        height: 100vh;
        top: 0;
        right: -742px;

        z-index: 1001;
        background-color: #D7EFFA;
        padding: 32px 104px;
        padding-top: 104px;

        transition: right 0.4s ease;

        overflow-y: scroll;
    }
.c-side-menu .active-menu{
        right: 0;
    }
.c-side-menu .active-bg{
        display: block;
        pointer-events: all;
    }
.c-side-menu a{
        color: #005571;
        -webkit-text-decoration: none;
        text-decoration: none;

        font-size: 1.5rem;
        font-weight: 500;
    }
.c-side-menu a:hover{
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }
.c-side-menu ol{
        list-style: none;
    }
.c-side-menu li{
        margin-bottom: 17px;
    }
.c-side-menu .menu-close-button{
        position: absolute;
        top: 27px;
        right: 200px;
        background-color: #fff;
        border-radius: 100px;
        padding: 19px;

        z-index: 1002;

        cursor: pointer;
    }
.c-side-menu .menu-close-button img{
            width: 18px;
            height: auto;
        }
@media screen and (max-width: 724px){
        .c-side-menu .main-menu{
            width: 100%;
            padding-left: 22px;
            padding-right: 22px;
        }

        .c-side-menu .menu-close-button{
            right: 32px;
        }

        .c-side-menu ol{
            padding-left: 0;
        }
    }
@media print{
.c-side-menu{
        display: none !important;

}
    }
.c-text-page-content{

    padding: 22px;

}
.c-text-page-content .centered{
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }
.c-text-page-content .image-holder{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;

        border-radius: 16px;

        display: flex;

        overflow: hidden;
    }
.c-text-page-content .image-holder img{
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover;
        }
.c-text-page-content a{
        color: #005571;
        text-decoration-style: solid;
    }
@media screen and (max-width: 600px){
        .c-text-page-content .title{
            font-size: 2.125rem;
        }
    }
@media print{
        .c-text-page-content h1{
            font-size: 2rem !important;
        }

        .c-text-page-content h2{
            font-size: 1.6rem !important;
        }
    }
.c-title-banner{

    position: relative;
    height: 613px;

    /*@media screen and (max-width: 1047px){

        height: 475<px !important;

        .center-dots{
            padding-left: 24px;
            bottom: 32px;
        }

        .center-dots{
            bottom: 32px;
            

            color: #000;

            .dot{
                border: 1px solid #000 !important;
            }

            .active-dot{
                background-color: #000 !important;
            }
        }

        .header-dots{
            justify-content: flex-start !important;
        }

        .banner-block{

            .header-image{
                min-width: 100%;
                min-height: 100%;
                /*position: static;
                transform: none;
                min-height: 330px;
            }

            .center-content{
                padding-top: 0px;
                margin-top: 83px !important;
    
                .sub-title{
                    padding-top: 32px;
                }
            }
        }

        .titleArea{
            position: absolute;
            bottom: 0;
            background-color: #fff;
            margin-bottom: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            padding-top: 18px !important;
            padding-bottom: 45px !important;
            width: 100%;

            & p{
                color: #000 !important;
                text-shadow: none !important;
                max-width: 100% !important;
            }

            .icon-image{
                position: absolute !important;
                top: -68px !important;
                width: 40px !important;
                min-width: 0 !important;
            }
        }
    }

    @media screen and (max-width: 470px){
        .banner-block{
            display: flex;
            flex-direction: column;

            .mobile-image-holder{
                flex: 1;
                height: 100%;
                position: relative;
                overflow: hidden;
                flex-shrink: 0;
            }

            .center-content{
                flex: 0.3;
                height: fit-content;
                margin-top: 0px !important;
                height: fit-content;

                .titleArea{
                    position: static;
                }
            }

            .header-image{
                object-fit: contain;
            }
        }
    }*/

}
.c-title-banner .slide-link{
        -webkit-text-decoration: none;
        text-decoration: none;
    }
.c-title-banner .banner-block{

        width: 100%;
        height: 613px;

        position: absolute;

        overflow: hidden;

        -webkit-text-decoration: none;

        text-decoration: none;

        transition: left 0.5s ease-out;

    }
.c-title-banner .banner-block .header-image{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);

            -o-object-fit: cover;

               object-fit: cover;

            width: 100vw;
            min-width: 1920px;

            z-index: -1;

            min-height: 613px;
        }
@media screen and (max-width: 1047px){
.c-title-banner .banner-block .header-image{
                min-height: 800px;
                min-width: 0;
        }
            }
.c-title-banner .banner-block .center-content{
            margin: 0 auto;
            max-width: 1679px;
            width: 100%;

            display: block;
            height: 100%;
            margin-top: 0;
            align-content: center;
        }
.c-title-banner .banner-block .center-content .sub-title{
                color: #fff;
                font-size: 1.5rem;
                font-family: "Red Hat Text";
                font-weight: 600;
                margin: 0;

                padding-left: 70px;
                padding-top: 75px;

                text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
            }
@media screen and (max-width: 1047px){
.c-title-banner .banner-block .center-content .sub-title{
                    padding-left: 24px;
                    font-size: 1.0625rem;
            }
                }
.c-title-banner .banner-block .center-content .titleArea{
                margin-top: 20px;
                margin-bottom: 20px;
                padding: 0 32px;
                padding-bottom: 110px;

                display: flex;

                align-items: center;
                
            }
.c-title-banner .banner-block .center-content .titleArea .icon-image{
                    min-width: 82px;
                    height: auto;
                    aspect-ratio: 1 / 1;
                    -webkit-mask-repeat: no-repeat;
                            mask-repeat: no-repeat;
                    -webkit-mask-size: contain;
                            mask-size: contain;
                    background-color: #fff;
                    width: -moz-fit-content;
                    width: fit-content;

                    background-size: contain;
                }
.c-title-banner .banner-block .center-content .titleArea .drop-shadow{
                    filter: drop-shadow(0px 2px 1px #888);
                }
.c-title-banner .banner-block .center-content .titleArea p{
                    color: #fff;
                    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
                    font-family: "Red Hat Display";
                    font-size: 4rem;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;

                    max-width: 468px;
                    width: 100%;

                    margin-left: 48px;
                }
@media screen and (max-width: 1047px){
.c-title-banner .banner-block .center-content .titleArea{

                    margin-top: 0;

                    flex-direction: column;
                    align-items: flex-start;
                
            }

                    .c-title-banner .banner-block .center-content .titleArea p{
                        font-size: 2.5rem;
                        padding-left: 0px;
                        padding-right: 22px;
                        margin-left: 16px;
                        margin-top: 10px;
                        max-width: 361px;
                    }

                    .c-title-banner .banner-block .center-content .titleArea .icon-image{
                        width: 40px !important;
                    }

                    .c-title-banner .banner-block .center-content .titleArea .icon-image{
                        margin-left: 16px;
                    }
                }
.c-title-banner .banner-block .center-content .title{
                color: #fff;
                font-size: 4rem;
                font-family: "Red Had Display";
                font-weight: 900;
                margin: 0;
                padding: 0;

                padding-left: 70px;

                text-shadow: 0px 0px 13px rgba(0,0,0,0.16);
            }
.c-title-banner .banner-block .center-content .link{
                display: block;
                background-color: #fff;
                color: #1B0759;

                text-align: center;
                -webkit-text-decoration: none;
                text-decoration: none;
                width: 240px;

                font-size: 1.125rem;
                font-weight: 600;

                padding: 12px 0;
                border-radius: 4px;

                margin: 0;
                margin-left: 70px;

                transition: background-color 0.1s ease-in-out;

                box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
            }
@media screen and (max-width: 1047px){
.c-title-banner .banner-block .center-content .link{
                    margin-left: 24px;
            }
                }
.c-title-banner .banner-block .center-content .link:hover{
                -webkit-text-decoration: underline;
                text-decoration: underline;
            }
@media screen and (max-width: 1047px){
.c-title-banner .banner-block .center-content{

                display: flex !important;
        }
.c-title-banner .banner-block .center-content{
                align-items: flex-end;
        }

                .c-title-banner .banner-block .center-content .titleArea{
                    padding-bottom: 80px;
                    padding-left: 14px;
                }
                
            }
@media screen and (max-width: 1047px){
.c-title-banner .banner-block{
            min-height: 475px;
            height: 475px;

    }
        }
.c-title-banner .center-dots{
        max-width: 1658px;
        width: 100%;
        position: absolute;
        bottom: 24px;
        left: 50%;
        transform: translateX(-50%);

        padding-left: 70px;
    }
.c-title-banner .header-dots{
        position: absolute;
        bottom: 0;

        overflow: hidden;

        max-width: 1208px;
        width: 100%;
        margin: 0 auto;

        display: flex;
        justify-content: flex-start;
    }
.c-title-banner .header-dots .dot{
            border: 1px solid #fff;
            border-radius: 100%;
            z-index: 2;

            width: 12px;
            height: 12px;
            margin-right: 9px;

            float: left;

            cursor: pointer;
        }
.c-title-banner .header-dots .active-dot{
            background-color: #fff;
        }
.c-title-banner .left-button{
        z-index: 10;

        padding: 24px;

        position: absolute;
        top: 50%;
        left: 56px;
        transform: translateY(-50%);

        cursor: pointer;

        transition: transform 0.05s ease-in;
        
        background-color: #fff;
        -webkit-mask-image: url("/images/icons/left-arrow.svg");
                mask-image: url("/images/icons/left-arrow.svg");
        -webkit-mask-size: 40px;
                mask-size: 40px;
        -webkit-mask-position: center;
                mask-position: center;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
    }
.c-title-banner .right-button{
        z-index: 10;
        
        padding: 24px;
        
        position: absolute;
        top: 50%;
        right: 56px;
        transform: translateY(-50%);
        
        cursor: pointer;
        
        transition: transform 0.05s ease-in;
        
        background-color: #fff;
        -webkit-mask-image: url("/images/icons/right-arrow.svg");
                mask-image: url("/images/icons/right-arrow.svg");
        -webkit-mask-size: 40px;
                mask-size: 40px;
        -webkit-mask-position: center;
                mask-position: center;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
    }
.c-title-banner .left-button:hover{
        transform: scale(1.2) translateY(-40%);
    }
.c-title-banner .right-button:hover{
        transform: scale(1.2) translateY(-40%);
    }
.c-title-banner .no-transition{
        transition: none !important;
    }
@media screen and (max-width: 1730px){
        .c-title-banner .left-button{
            left: 18px;
        }

        .c-title-banner .right-button{
            right: 18px;
        }
    }
@media screen and (max-width: 1268px){

        .c-title-banner .left-button, .c-title-banner .right-button{
            display: none;
        }
        
    }
@media screen and (max-width: 1047px){
        
        .c-title-banner .center-dots{
            padding-left: 33px;
        }

    }
@media screen and (max-width: 1047px){
.c-title-banner{

        height: 475px;

}

        .c-title-banner .header-image{
            min-width: 0;
        }
        .c-title-banner img{
            
        }
    }
@media screen and (max-width: 750px){
                    .main:has(.red-exception-box) .c-title-banner .banner-block .center-content .titleArea{
                        padding-bottom: 18px !important;
                    }
    }
.c-block-grid-item {
  grid-row: span 1;
  grid-row: span var(--c-block-grid-item-row-span, 1);
  grid-column:
    span min(
      calc(1 * 3),
      var(--c-block-grid-columns)
    );
  grid-column:
    span min(
      calc(var(--c-block-grid-item-column-span, 1) * 3),
      var(--c-block-grid-columns)
    );
  min-height: 100px;

  background-color: bisque;
  border: solid 2px pink;
}
@media screen and (min-width: 1024px) {
.c-block-grid-item {
    grid-column:
      span min(
        1,
        var(--c-block-grid-columns)
      );
    grid-column:
      span min(
        var(--c-block-grid-item-column-span, 1),
        var(--c-block-grid-columns)
      );
}
  }
