/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/css/fonts/inter-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('/css/fonts/inter-v18-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - 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: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/css/fonts/inter-v18-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600italic - 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: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('/css/fonts/inter-v18-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/css/fonts/inter-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('/css/fonts/inter-v18-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - 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: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('/css/fonts/inter-v18-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800italic - 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: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url('/css/fonts/inter-v18-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  /* Fonts */
  --font-family: 'Inter', sans-serif;
  --font-family-secondary: 'Inter', sans-serif;
  --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 {
  color: #19A3DD;
  font-family: Inter;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/** umb_name:Undiryvirskrift */
h2 {
  color: #19A3DD;
  font-family: Inter;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/** umb_name:Sitat */
blockquote {
  padding-left: 1.5em;
  font-style: italic;
  border-left: 2px solid currentcolor;
  border-left: 2px solid var(--color-font, currentcolor);
}
p {
  color: #1A1A1A;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 166.667% */
}
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));
  }
body{
  margin: 0;
  padding: 0;
  background-color: #F4F2F1;
}
body:has(.c-front-page-slide){
  background-color: #000;
}
.contents{
  min-height: calc(100vh - 274px);
}
.top-tmp{
  position: fixed;
  top: 0;
  left: 0;
}
.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%);
  }
}
[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-footer {
  min-height: 210px;

  background-color: #003448;

  padding: 32px;
}
.c-footer p{
    font-family: "Inter";
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 162.5% */
    margin: 0;
  }
.c-footer a{
    color: #FFF;
    font-family: "Inter";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 162.5% */
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
  }
.c-footer a:hover{
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
.c-footer .centered{
    max-width: 1024px;
    margin: 0 auto;

    padding-top: 22px;

    display: flex;
    flex-wrap: wrap;
  }
.c-footer .item{
    width: -moz-fit-content;
    width: fit-content;
  }
.c-footer .address-icon{
    padding-left: 64px;

    background-image: url("/images/icons/location-dot.svg");
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: 40px 4px;
  }
.c-footer .mail-icon{
    background-image: url("/images/icons/envelope.svg");
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: 40px 7px;
  }
.c-footer .phone-icon{
    background-image: url("/images/icons/mobile-button.svg");
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: 40px 7px;
  }
.c-footer .fax-icon{
    background-image: url("/images/icons/print.svg");
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: 40px 7px;
  }
.c-footer .contact-block a{
      padding-left: 64px;
    }
.c-footer .author-note{
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;

    opacity: 0.35;

    padding: 32px 0;
    padding-bottom: 0;

    box-sizing: border-box;
  }
.c-footer .author-note p{
      color: #fff;
    }
.c-footer .author-note a{
      color: #fff;
      display: inline-block;
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }
@media screen and (max-width: 800px){
    .c-footer .centered{

      margin-left: 0;
      flex-direction: column;
      width: -moz-fit-content;
      width: fit-content;
      padding-top: 0;

    }

      .c-footer .centered .logo{
        padding-top: 10px !important;
      }

      .c-footer .centered .logo{
        padding-left: 32px;
      }

      .c-footer .centered .address-icon{
        background-position: 40px 35px;
      }

      .c-footer .centered .item{
        padding-top: 32px;
      }

    .c-footer .author-note{
      padding-left: 32px;
      padding-right: 32px;
    }
  }
.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-404-not-found {
  margin: 0 auto;
  padding: 32px;

  max-width: 800px;
}
.c-front-page-slide{

  min-height: 100svh;
  overflow: hidden;
}
.c-front-page-slide video{
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.c-front-page-slide .header{
    padding: 80px 38px;
  }
.c-front-page-slide .c-search{
    width: -moz-fit-content;
    width: fit-content;

    position: absolute;
    right: 0;
  }
.c-front-page-slide .c-search:has(.active-search){
    width: 613px;
  }
.c-front-page-slide .search-area:not(:has(.active-search)) .search-result{
      display: none !important;
    }
.c-front-page-slide .search-result{
    position: absolute;
    width: 613px;
    position: absolute;
    right: -19px;
    top: 18px;

    overflow: hidden;
    display: none;

    background-color: #fff;

    transition: width 0.3s ease;

    z-index: 19;
  }
.c-front-page-slide .search-result a{
      text-shadow: none !important;
      color: #000 !important;
    }
.c-front-page-slide .search-result a{
      display: block;

      padding: 16px;
    }
.c-front-page-slide .search-result p{
      padding: 16px;
    }
.c-front-page-slide .search-result mark{
      background-color: transparent;
    }
.c-front-page-slide .search-result a:hover{
      color: #fff !important;
    }
.c-front-page-slide .search-result a:hover{
      background-color: #00678F;
    }
.c-front-page-slide .search-result a:hover mark{
        color: #fff;
      }
.c-front-page-slide .search-result::before{
    content: '';
    height: 29px;
    display: block;
  }
.c-front-page-slide .visible-search{
    max-height: 1000px;
    display: block;
  }
.c-front-page-slide .padding{
    padding: 22px 0;
  }
.c-front-page-slide .navigation{
    max-width: 1596px;
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
.c-front-page-slide .navigation a{
      color: #FFF;
      font-family: "Inter";
      font-size: 1.1875rem;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      -webkit-text-decoration: none;
      text-decoration: none;
    }
.c-front-page-slide .navigation .item{
      width: -moz-fit-content;
      width: fit-content;
    }
.c-front-page-slide .navigation .top-menu{
      display: flex;
      align-items: center;
    }
.c-front-page-slide .navigation .search-area{
      display: flex;
      position: relative;
    }
.c-front-page-slide .navigation .search-button{
      width: 32px;
      margin-left: 64px;
      cursor: pointer;
    }
.c-front-page-slide .navigation .blue-search-button{

      z-index: 22 !important;
    }
.c-front-page-slide .navigation .blue-search-button{
      width: 32px;
      margin-left: 64px;
      cursor: pointer;
    }
.c-front-page-slide .navigation .search-box{
      width: 549px;

      position: absolute;
      top: 0;
      left: 0;

    }
.c-front-page-slide .navigation .search-input{
      position: absolute;
      top: -13px;
      right: -19px;
      padding: 22px 32px;
      border-radius: 150px;
      border: 0;
      outline: 0;

      pointer-events: none;
      opacity: 0;

      width: 0;
      transition: width 0.3s ease;

      z-index: 21;
    }
.c-front-page-slide .navigation .search-input::placeholder{
      color: #808080;
      font-family: Inter;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
.c-front-page-slide .navigation .active-search{
      width: 549px;
      pointer-events: all;
    }
.c-front-page-slide .navigation .visible-search{
      opacity: 1;
    }
.c-front-page-slide .navigation ol{
      display: flex;
      list-style: none;
      align-items: center;
    }
.c-front-page-slide .navigation li{
      margin: 0 33px;
      position: relative;
    }
.c-front-page-slide .navigation li:hover .lvl2{
        max-height: 700px;
      }
.c-front-page-slide .navigation #top-menu{
      display: flex;
    }
.c-front-page-slide .navigation .lvl2{
      max-height: 0;
      overflow: hidden;

      position: absolute;
      top: 40px;
      left: 0;
      background-color: #006890;

      transition: max-height 0.3s ease;
      
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      
      padding-left: 0;

      width: max-content;

      z-index: 10;
    }
.c-front-page-slide .navigation .lvl2 a{
        display: block;
        text-align: left;

        margin: 8px 0;
        margin-left: 8px;
        margin-right: 8px;

        text-shadow: none;
      }
.c-front-page-slide .navigation .lvl2 li{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
      }
.c-front-page-slide .navigation .lvl2 li a{
          padding-left: 18px;
          padding-right: 18px;
        }
.c-front-page-slide .navigation .lvl2 li:has(a:hover){
        background-color: #4988a1;
      }
.c-front-page-slide .navigation .lvl2 li:first-child{
      margin-top: 32px;
    }
.c-front-page-slide .navigation .lvl2 li:last-child{
      margin-bottom: 32px;
    }
.c-front-page-slide .navigation .blue-search-button{
      display: none;

      position: absolute;
      top: 0;
      right: 0px;
      z-index: 5;
    }
.c-front-page-slide .navigation:has(.active-search) .blue-search-button{
      display: block;
    }
.c-front-page-slide .triangle-icon{
    display: none;
  }
.c-front-page-slide .slide{
    opacity: 0;
    

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    overflow: hidden;
    z-index: -1;

    display: flex;
  }
.c-front-page-slide .slide img{
      width: 100%;
      min-height: 100vh;
      -o-object-fit: cover;
         object-fit: cover;
    }
.c-front-page-slide .trans-effect{
    transition: opacity 2s ease;
  }
.c-front-page-slide .active-slide{
    opacity: 1;
  }
.c-front-page-slide .bg-overlay{
    background-color: #00678F;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
  }
.c-front-page-slide .bottom-bg-gradient{
    width: 100%;
    height: 658px;

    position: absolute;
    left: 0;
    bottom: 0;

    background: linear-gradient(rgba(0,104,144,0), rgba(0,104,144,0.4))
  }
.c-front-page-slide .centered-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -90%);

    text-align: center;
    
    max-width: 800px;
  }
.c-front-page-slide .centered-text p{
      color: #fff;
      margin: 0;
    }
.c-front-page-slide .sub-title{
    text-align: center;
    font-family: Inter;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
.c-front-page-slide .title{
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
.c-front-page-slide .logo{
    display: flex;
    align-items: center;
  }
.c-front-page-slide .shortcuts{
    max-width: 1084px;
    width: 100%;
    position: absolute;
    bottom: 161px;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    flex-wrap: wrap;
  }
.c-front-page-slide .block{

    width: 482px;

    display: flex;

    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;

    border: 1px solid #fff;
    border-radius: 100px;
    padding: 8px 22px;

    transition: background-color 0.1s ease;

    margin: 7px;
  }
.c-front-page-slide .block img{
      width: 32px;
      padding-left: 8px;
    }
.c-front-page-slide .block p{
      color: #fff;
      margin: 10px 0;

      font-family: "Inter";
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;

      padding-left: 16px;
    }
.c-front-page-slide .fading{
    opacity: 1;
    transition: opacity 0.2s ease;
  }
.c-front-page-slide .block:hover{
    background-color: #fff;
  }
.c-front-page-slide .block:hover p{
      color: #000;
    }
.c-front-page-slide .dots{
    position: absolute;
    bottom: 64px;
    left: 50%;
    transform: translateX(-50%);

    width: -moz-fit-content;

    width: fit-content;

    display: flex;
  }
.c-front-page-slide .dot{
    width: 8px;
    aspect-ratio: 1 / 1;
    height: auto;
    background-color: #fff;

    margin: 0 4px;

    border-radius: 100%;

    cursor: pointer;
  }
.c-front-page-slide .active-dot{
    background-color: #FF5F02;
  }
.c-front-page-slide .right-button{
    width: 18px;

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

    cursor: pointer;
  }
.c-front-page-slide .left-button{
    width: 18px;
    
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);

    cursor: pointer;
  }
.c-front-page-slide .mobile-button{
    width: 32px;
    margin-left: 20px;
    display: none;

    cursor: pointer;
  }
@media screen and (max-width: 1085px){
.c-front-page-slide{

    min-height: 100svh;
    overflow: hidden;
}

    .c-front-page-slide .mobile-button{
      display: block;
    }

    .c-front-page-slide .search-result{
      right: 37px;
    }

    .c-front-page-slide .centered-text{
      top: 0;
      bottom: auto;
      transform: translate(-50%, 130%);
    }

    .c-front-page-slide .block{
      padding: 2px 6px;
      margin: 6px 6px;
    }

      .c-front-page-slide .block img{
        padding-left: 18px;
      }

    .c-front-page-slide .shortcuts{

      justify-content: center;
      bottom: 64px;
    }

      .c-front-page-slide .shortcuts img{
        width: 20px;
      }

      .c-front-page-slide .shortcuts p{
        font-size: 1.0625rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        margin: 10px 0;
      }
        .c-front-page-slide .shortcuts .block p{
          margin: 10px 0 !important;
        }

    .c-front-page-slide .sub-title{
      text-align: center;
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    .c-front-page-slide .title{
      font-size: 2.75rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
      .c-front-page-slide .navigation #top-menu{
        display: none;
      }

    .c-front-page-slide .header{
      padding: 32px !important;
    }

    .c-front-page-slide .dots{
      bottom: 22px;
    }

    .c-front-page-slide .left-button{
      display: none;
    }

    .c-front-page-slide .right-button{
      display: none;
    }
      .c-front-page-slide .navigation .blue-search-button{
        right: 52px;
      }

      .c-front-page-slide .navigation .search-input{
        right: 37px;
      }
  }
@media screen and (max-width: 1550px){
      .c-front-page-slide .top-menu li{
        margin-left: 20px;
        margin-right: 20px;
      }

      .c-front-page-slide .top-menu a{
        font-size: 1rem;
      }

    .c-front-page-slide .header{
      padding: 50px 80px;
    }

    .c-front-page-slide .shortcuts{
      max-width: 780px;
      bottom: 100px;
    }

      .c-front-page-slide .shortcuts .block{
        width: 330px;
      } 
  
        .c-front-page-slide .shortcuts .block p{
          font-size: 1rem;
          margin: 5px 0;
        }

        .c-front-page-slide .shortcuts .block img{
          width: 24px;
        }

    .c-front-page-slide .centered-text{
      max-width: 520px;
    }

    .c-front-page-slide .title{
      font-size: 2.75rem;
    }

    .c-front-page-slide .sub-title{
      font-size: 1.25rem;
    }
      .c-front-page-slide .navigation .search-button{
        margin-left: 24px;
      }
  }
@media screen and (max-width: 620px){

    .c-front-page-slide .logo{
      padding-top: 0;
    }
      
      .c-front-page-slide .logo img{
        width: 180px;
      }

    .c-front-page-slide .active-search{
      width: calc(100vw - 147px) !important;
    }

    .c-front-page-slide .search-result{
      width: calc(100vw - 83px) !important;
    }
  }
/*Galaxy Z Flip 6*/
@media screen and (max-width: 360px) and (max-height: 260px){
    .c-front-page-slide .header{
      padding: 5px !important;
    }
        .c-front-page-slide .header .navigation .search-button{
          width: 20px !important;
        }

        .c-front-page-slide .header .navigation .mobile-button{
          width: 20px !important;
        }

    .c-front-page-slide .shortcuts{
      bottom: 18px;
    }

      .c-front-page-slide .shortcuts .block{
        margin: 2px 6px !important;
        width: 150px !important;
      }

      .c-front-page-slide .shortcuts .block{
        align-items: center;
      }

        .c-front-page-slide .shortcuts .block p{
          font-size: 0.6rem !important;
          margin: 2px 0 !important;
        }

      .c-front-page-slide .shortcuts img{
        width: 14px !important;
        padding-left: 4px !important;
      }

    .c-front-page-slide .dots{
      display: none;
    }

    .c-front-page-slide .centered-text{
      transform: translate(-50%, 60%);
    }

      .c-front-page-slide .centered-text .sub-title{
        font-size: 1rem;
      }

      .c-front-page-slide .centered-text .title{
        font-size: 1.8rem;
      }
  }
.c-front-page-slide:has(.top-menu:hover) .fading{
    opacity: 0.5;
  }
.front-hide{
  display: none;
}
@media screen and (max-width: 1085px){
.front-hide{
    display: block;
}
  }
@media screen and (max-width: 360px) and (max-height: 260px){
.front-hide{
    display: none !important;
}
  }
.c-header{

  padding: 80px 38px;
}
.c-header .active::before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FF5F02;

    position: absolute;
    top: 32px;
    left: 0;
  }
.c-header .search-area:not(:has(.active-search)) .search-result{
      display: none !important;
    }
.c-header .search-result{
    position: absolute;
    width: 613px;
    position: absolute;
    right: -19px;
    top: 18px;

    overflow: hidden;
    display: none;

    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);

    background-color: #fff;

    transition: width 0.3s ease;

    z-index: 19;
  }
.c-header .search-result a{
      text-shadow: none !important;
      color: #000 !important;
    }
.c-header .search-result a{
      display: block;

      padding: 16px;
    }
.c-header .search-result p{
      padding: 16px;
      margin: 0;
    }
.c-header .search-result mark{
      background-color: transparent;
    }
.c-header .search-result a:hover{
      color: #fff !important;
    }
.c-header .search-result a:hover{
      background-color: #00678F;
    }
.c-header .search-result a:hover mark{
        color: #fff;
      }
.c-header .search-result::before{
    content: '';
    height: 29px;
    display: block;
  }
.c-header .visible-search{
    max-height: 1000px;
    display: block;
  }
.c-header .navigation{
    max-width: 1596px;
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
.c-header .navigation a{
      color: #006890;
      font-family: "Inter";
      font-size: 1.1875rem;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      -webkit-text-decoration: none;
      text-decoration: none;
    }
.c-header .navigation .item{
      width: -moz-fit-content;
      width: fit-content;
    }
.c-header .navigation .top-menu{
      display: flex;
      align-items: center;
    }
.c-header .navigation .search-area{
      display: flex;
      position: relative;
    }
.c-header .navigation .search-button{
      width: 32px;
      margin-left: 64px;
      cursor: pointer;
    }
.c-header .navigation .blue-search-button{

      z-index: 21 !important;
    }
.c-header .navigation .blue-search-button{
      width: 32px;
      margin-left: 64px;
      cursor: pointer;
    }
.c-header .navigation .search-box{
      width: 549px;

      position: absolute;
      top: 0;
      left: 0;

    }
.c-header .navigation .search-input{
      position: absolute;
      top: -13px;
      right: -19px;
      padding: 22px 32px;
      border-radius: 150px;
      border: 0;
      outline: 0;

      pointer-events: none;
      opacity: 0;

      z-index: 20;

      width: 0;
      transition: width 0.3s ease;
    }
.c-header .navigation .search-input::placeholder{
      color: #808080;
      font-family: Inter;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
.c-header .navigation .active-search{
      width: 549px;
      pointer-events: all;
    }
.c-header .navigation .visible-search{
      opacity: 1;
    }
.c-header .navigation ol{
      display: flex;
      list-style: none;
      align-items: center;
    }
.c-header .navigation li{
      margin: 0 33px;
      position: relative;
    }
.c-header .navigation li:hover .lvl2{
        max-height: 700px;
      }
.c-header .navigation #top-menu{
      display: flex;
    }
.c-header .navigation .lvl2{
      
      max-height: 0;
      overflow: hidden;

      position: absolute;
      top: 40px;
      left: 0;
      background-color: #006890;

      transition: max-height 0.3s ease;
      
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      
      padding-left: 0;

      width: max-content;

      z-index: 10;
    }
.c-header .navigation .lvl2 .active::before{
        content: none !important;
      }
.c-header .navigation .lvl2 a{
        display: block;
        text-align: left;

        margin: 8px 0;
        margin-left: 8px;
        margin-right: 8px;

        text-shadow: none;
        color: #fff;
      }
.c-header .navigation .lvl2 li{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
      }
.c-header .navigation .lvl2 li a{
          padding-left: 18px;
          padding-right: 18px;
        }
.c-header .navigation .lvl2 li:has(a:hover){
        background-color: #4988a1;
      }
.c-header .navigation .lvl2 li:first-child{
      margin-top: 32px;
    }
.c-header .navigation .lvl2 li:last-child{
      margin-bottom: 32px;
    }
.c-header .navigation .blue-search-button{
      display: none;

      position: absolute;
      top: 0;
      right: 0px;
      z-index: 5;
    }
.c-header .navigation:has(.active-search) .blue-search-button{
      display: block;
    }
.c-header .triangle-icon{
    display: none;
  }
.c-header .slide{
    opacity: 0;
    transition: opacity 2s ease;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    overflow: hidden;
    z-index: -1;

    display: flex;
  }
.c-header .slide img{
      width: 100%;
      min-height: 100vh;
      -o-object-fit: cover;
         object-fit: cover;
    }
.c-header .active-slide{
    opacity: 1;
  }
.c-header .bg-overlay{
    background-color: #00678F;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
  }
.c-header .bottom-bg-gradient{
    width: 100%;
    height: 658px;

    position: absolute;
    left: 0;
    bottom: 0;

    background: linear-gradient(rgba(0,104,144,0), rgba(0,104,144,0.4))
  }
.c-header .centered-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -90%);

    text-align: center;
    
    max-width: 800px;
  }
.c-header .centered-text p{
      color: #fff;
      margin: 0;
    }
.c-header .sub-title{
    text-align: center;
    font-family: Inter;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-shadow: 1px 1px 8px #000;
  }
.c-header .title{
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    text-shadow: 1px 1px 19px rgba(0, 0, 0, 0.5);
  }
.c-header .logo{
    display: flex;
    align-items: center;
  }
.c-header .shortcuts{
    max-width: 1084px;
    width: 100%;
    position: absolute;
    bottom: 161px;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    flex-wrap: wrap;
  }
.c-header .block{

    width: 482px;

    display: flex;

    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;

    border: 1px solid #fff;
    border-radius: 100px;
    padding: 8px 22px;

    transition: background-color 0.1s ease;

    margin: 7px;
  }
.c-header .block img{
      width: 32px;
      padding-left: 8px;
    }
.c-header .block p{
      color: #fff;
      margin: 10px 0;

      font-family: "Inter";
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;

      padding-left: 16px;
    }
.c-header .fading{
    opacity: 1;
    transition: opacity 0.2s ease;
  }
.c-header .block:hover{
    background-color: #fff;
  }
.c-header .block:hover p{
      color: #000;
    }
.c-header .dots{
    position: absolute;
    bottom: 64px;
    left: 50%;
    transform: translateX(-50%);

    width: -moz-fit-content;

    width: fit-content;

    display: flex;
  }
.c-header .dot{
    width: 8px;
    aspect-ratio: 1 / 1;
    height: auto;
    background-color: #fff;

    margin: 0 4px;

    border-radius: 100%;

    cursor: pointer;
  }
.c-header .active-dot{
    background-color: #FF5F02;
  }
.c-header .right-button{
    width: 18px;

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

    cursor: pointer;
  }
.c-header .left-button{
    width: 18px;
    
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);

    cursor: pointer;
  }
.c-header .mobile-button{
    width: 32px;
    margin-left: 20px;
    display: none;

    cursor: pointer;
  }
@media screen and (max-width: 1280px){
.c-header{
    padding: 50px 80px;
}
  }
@media screen and (max-width: 1085px){
.c-header{

    padding: 32px !important;
}

    .c-header .mobile-button{
      display: block;
    }

    .c-header .centered-text{
      top: 0;
      bottom: auto;
      transform: translate(-50%, 130%);
    }

    .c-header .search-result{
      right: 38px;
    }

    .c-header .block{
      padding: 2px 6px;
      margin: 6px 22px;
    }

      .c-header .block img{
        padding-left: 18px;
      }

    .c-header .shortcuts{

      justify-content: center;
      bottom: 64px;
    }

      .c-header .shortcuts img{
        width: 20px;
      }

      .c-header .shortcuts p{
        font-size: 1.0625rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }

    .c-header .sub-title{
      text-align: center;
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    .c-header .title{
      font-size: 2.75rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
      .c-header .navigation #top-menu{
        display: none;
      }

    .c-header .header{
      padding: 32px;
    }

    .c-header .dots{
      bottom: 22px;
    }

    .c-header .left-button{
      display: none;
    }

    .c-header .right-button{
      display: none;
    }
      .c-header .navigation .blue-search-button{
        right: 52px;
      }

      .c-header .navigation .search-input{
        right: 38px;
      }    
  }
@media screen and (max-width: 620px){
.c-header{
    padding: 45px 38px;
}

    .c-header .logo{
      padding-top: 0;
    }

      .c-header .logo img{
        width: 180px;
      }
      .c-header .search-area .search-button{
        margin-left: 0;
      }

    .c-header .active-search{
      width: calc(100vw - 147px) !important;
    }

    .c-header .search-result{
      width: calc(100vw - 83px) !important;
    }
  }
@media screen and (max-width: 300px){
.c-header{
    padding: 5px 8px !important;
}
      .c-header .navigation .search-button{
        width: 20px !important;
      }

      .c-header .navigation .mobile-button{
        width: 20px !important;
      }
  }
.front-hide{
  display: none;
}
@media screen and (max-width: 1085px){
.front-hide{
    display: block;
}
  }
.c-mobile-menu{
    display: none;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;

    transition: left 0.5s ease;

    background-color: #003448;

    overflow: scroll;

    z-index: 1000;
}
.c-mobile-menu .active a{
            color: #ff5f02;
        }
.c-mobile-menu a{
        color: #fff;
        -webkit-text-decoration: none;
        text-decoration: none;

        font-family: "Inter";
        font-size: 1.375rem;
        margin-left: 32px;
        
        display: block;
    }
.c-mobile-menu #top-menu{
        margin-top: 100px;
    }
.c-mobile-menu ol{
        list-style: none;
        padding-left: 0;
    }
.c-mobile-menu li{
        position: relative;
        margin-top: 8px;
        padding-bottom: 24px;
    }
.c-mobile-menu .lvl2{
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s ease;
    }
.c-mobile-menu .lvl2 li{
            margin-top: 24px;
            padding-left: 32px;
            border-bottom: 0;
            padding-bottom: 0;
        }
.c-mobile-menu .lvl2 a{
            font-size: 1.125rem;
            color: #fff;
        }
.c-mobile-menu .lvl2 .active a{
                color: #ff5f02;
            }
.c-mobile-menu .active-sub-menu{
        max-height: 1000px;
    }
.c-mobile-menu .triangle-icon{
        position: absolute;
        top: 0;
        right: 32px;

        width: 22px;
        aspect-ratio: 1 / 1;
        height: auto;

        background-color: transparent;
        border: 0;
        background-image: url("/images/icons/chevron-right.svg");
        background-repeat: no-repeat;
        background-position: center center;

        cursor: pointer;

        transform: rotate(90deg);
        transition: transform 0.5s ease;
    }
.c-mobile-menu .active-triangle{
        transform: rotate(270deg);
    }
.c-mobile-menu .mobile-cross-button{
        width: 32px;
        position: absolute;
        right: 32px;
        top: 32px;
        aspect-ratio: 1 / 1;
        height: auto;

        cursor: pointer;
    }
@media screen and (max-width: 1085px){
.c-mobile-menu{
        display: block;
}
    }
@media screen and (max-width: 360px) and (max-height: 260px){

        .c-mobile-menu #top-menu{
            margin-top: 50px;
        }
        
        .c-mobile-menu a{
            font-size: 1rem;
        }

        .c-mobile-menu li{
            padding-bottom: 2px;
        }
            .c-mobile-menu .lvl2 li{
                padding-bottom: 2px;
                padding-left: 20px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

            .c-mobile-menu .lvl2 a{
                font-size: 0.9rem;
            }

        .c-mobile-menu .mobile-cross-button{
            width: 20px;
            right: 32px;
            top: 20px;
        }

    }
.active-mobile-menu{
    left: 0;
}
.c-pagination {

  width: -moz-fit-content;

  width: fit-content;
  margin: 0 auto;
  margin-top: 32px;
}
.c-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 0;
    padding: 0;
    list-style: none;
  }
.c-pagination ul > li {
      display: flex;
    }
.c-pagination ul > li > * {
        display: block;
        padding: 0.5em 1.0em;
        -webkit-text-decoration: none;
        text-decoration: none;
      }
.c-pagination ul > li > *[aria-current='page'] {
          color: white;
          background-color: #003448;
        }
.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-producer-list{

    max-width: 800px;
    margin: 0 auto;

}
.c-producer-list h1{
        padding-right: 256px;
    }
.c-producer-list .description{
        margin-bottom: 64px;

        padding: 0 22px;
    }
.c-producer-list .block{
        display: flex;
        margin-bottom: 58px;

        padding: 32px;
        background: #fff;
    }
.c-producer-list .item{
        flex: 1;
    }
.c-producer-list .padded{
        padding: 0 22px;
    }
.c-producer-list .bolded{
        font-weight: 700;
        margin: 0;
    }
.c-producer-list p{
        margin: 0;
    }
.c-producer-list a{
        margin: 0;
        font-family: "Inter";
        color: #1A1A1A;
    }
.c-producer-list .marg-bottom{
        margin-bottom: 32px;
    }
.c-producer-list .image-holder{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;

        background-color: #fff;

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

        overflow: hidden;
    }
.c-producer-list .image-holder img{
            width: 200px;
        }
.c-producer-list .center-image{
        display: flex;
        align-items: center;
    }
@media screen and (max-width: 650px){
        .c-producer-list h1{
            font-size: 2rem;
            padding-right: 0;
        }

        .c-producer-list .block{
            flex-direction: column;
        }

        .c-producer-list .padded{
            padding-left: 0;
            padding-top: 32px;
        }
    }
.c-search-result
{
    font-size: 1rem;
    line-height: 1.5rem;

    max-width: 800px;
    margin: 0 auto;
    padding: 0 32px;
    padding-bottom: 64px;
}
.c-search-result .head
    {
        font-size: 2.5rem;
        line-height: 3.125rem;
        font-weight: normal;
        padding: 30px 0;

        font-family: "Inter";
    }
.c-search-result .bolded{
        font-weight: 800 !important;
    }
.c-search-result .head-description
    {
        font-family: "Inter";
    }
.c-search-result .head-description mark, .c-search-result .head-description span
        {
            font-weight: normal;
        }
.c-search-result .items > a
        {
            display: block;
            color: inherit;
            padding: 24px 0;
            border-bottom: solid 1px #D9D9D9;
            -webkit-text-decoration: none;
            text-decoration: none;
            font-family: "Inter";
        }
.c-search-result .items > a:hover .title
            {
                -webkit-text-decoration: underline;
                text-decoration: underline;
            }
.c-search-result .items > a:not(:first-child)
            {
                border-top: solid 1px #D9D9D9;
            }
.c-search-result .items > a::after
            {
                display: none;
            }
.c-search-result .items > a[href$=".pdf"] .title::after
            {
                display: inline-block;
                content: ">";
                color: transparent;
                font-size: inherit;
                line-height: inherit;
                width: 18px;
                margin-left: 7px;
                background: svg-uri('<svg width="16" height="18" xmlns="http://www.w3.org/2000/svg"><g fill="#0064d2" fill-rule="nonzero"><path d="M13.675 10.362c-.24-.236-.771-.36-1.581-.372a13.223 13.223 0 00-1.901.14c-.311-.18-.632-.375-.883-.61-.676-.631-1.24-1.508-1.591-2.472.022-.09.042-.169.06-.25 0 0 .382-2.163.28-2.894a.822.822 0 00-.049-.207l-.033-.086c-.103-.238-.307-.491-.625-.478l-.192-.006c-.356 0-.645.182-.72.454-.231.852.007 2.125.438 3.774l-.11.27c-.31.753-.696 1.512-1.038 2.182l-.045.086c-.36.704-.687 1.302-.982 1.808l-.305.162c-.023.011-.546.29-.669.364-1.041.622-1.731 1.327-1.846 1.887-.036.18-.009.407.176.513l.296.149a.891.891 0 00.401.097c.742 0 1.603-.924 2.79-2.995 1.37-.446 2.93-.817 4.297-1.022 1.041.586 2.323.994 3.13.994.144 0 .268-.014.368-.04a.627.627 0 00.366-.25c.156-.237.189-.562.146-.895a.598.598 0 00-.176-.305l-.002.002zM2.595 14.31c.135-.37.67-1.101 1.463-1.75.05-.041.172-.156.285-.263-.829 1.321-1.383 1.848-1.748 2.012v.001zm4.69-10.8c.239 0 .375.6.386 1.164.012.564-.12.96-.283 1.252-.135-.433-.202-1.115-.202-1.562 0 0-.01-.854.1-.854zm-1.399 7.696c.167-.297.339-.61.515-.944.431-.814.702-1.451.905-1.974A6.54 6.54 0 008.8 10.143c.073.062.152.125.233.187-1.2.237-2.236.525-3.148.876h.001zm7.56-.067c-.073.046-.282.072-.416.072-.434 0-.972-.198-1.725-.522.29-.022.555-.033.793-.033.436 0 .565-.002.99.107.426.109.431.33.358.374v.002z"/><path d="M15.009 4.026a15.966 15.966 0 00-1.533-1.752A15.966 15.966 0 0011.724.74C10.817.077 10.377 0 10.125 0H1.406C.631 0 0 .631 0 1.406v15.188C0 17.369.631 18 1.406 18h12.938c.775 0 1.406-.631 1.406-1.406V5.625c0-.252-.076-.692-.741-1.599zm-2.33-.956c.54.54.964 1.026 1.277 1.43h-2.707V1.794c.404.313.89.736 1.43 1.276zm1.946 13.524a.284.284 0 01-.281.281H1.406a.285.285 0 01-.281-.281V1.406c0-.152.13-.281.281-.281h8.719v3.938c0 .31.252.562.563.562h3.937v10.969z"/></g></svg>') no-repeat center center;
            }
.c-search-result .title
    {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 10px;
        display: block;

        font-family: "Inter";
    }
.c-search-result .description
    {
        line-height: 1.625rem;
        display: block;

        font-family: "Inter";
    }
.c-search-result mark
    {
        background-color: transparent;
        color: #000;
        color: initial;
        font-weight: 700;

        font-family: "Inter";
    }
.c-search-result .filter-name
    {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 17px;
        font-weight: 500;

        font-family: "Inter";
    }
.c-search-result .filter
    {
        font-size: 0.9375rem;
        line-height: 1.3125rem;
        border-bottom: solid 1px #1B0759;
        overflow: hidden;
        margin-bottom: 30px;

        @include screen(1000px)
        {
            font-size: 1rem;
        }
    }
.c-search-result .filter a
        {
            font-family: "Inter";
            display: inline-block;
            -webkit-text-decoration: none;
            text-decoration: none;
            color: inherit;
            padding: 13px 0;
            border-bottom: solid 4px transparent;
            margin-right: 15px;
        }
.c-search-result .filter a.active
            {
                font-weight: bold;
                border-color: #1B0759;
            }
.c-search a[href*=".pdf?"]::after,
.c-search-result a[href*=".pdf?"] .title::after
{
    display: inline-block;
    content: ">";
    color: transparent;
    font-size: inherit;
    line-height: inherit;
    width: 18px;
    margin-left: 7px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23eb601d' fill-rule='nonzero'%3E%3Cpath d='M13.675 10.362c-.24-.236-.771-.36-1.581-.372a13.223 13.223 0 00-1.901.14c-.311-.18-.632-.375-.883-.61-.676-.631-1.24-1.508-1.591-2.472.022-.09.042-.169.06-.25 0 0 .382-2.163.28-2.894a.822.822 0 00-.049-.207l-.033-.086c-.103-.238-.307-.491-.625-.478l-.192-.006c-.356 0-.645.182-.72.454-.231.852.007 2.125.438 3.774l-.11.27c-.31.753-.696 1.512-1.038 2.182l-.045.086c-.36.704-.687 1.302-.982 1.808l-.305.162c-.023.011-.546.29-.669.364-1.041.622-1.731 1.327-1.846 1.887-.036.18-.009.407.176.513l.296.149a.891.891 0 00.401.097c.742 0 1.603-.924 2.79-2.995 1.37-.446 2.93-.817 4.297-1.022 1.041.586 2.323.994 3.13.994.144 0 .268-.014.368-.04a.627.627 0 00.366-.25c.156-.237.189-.562.146-.895a.598.598 0 00-.176-.305l-.002.002zM2.595 14.31c.135-.37.67-1.101 1.463-1.75.05-.041.172-.156.285-.263-.829 1.321-1.383 1.848-1.748 2.012v.001zm4.69-10.8c.239 0 .375.6.386 1.164.012.564-.12.96-.283 1.252-.135-.433-.202-1.115-.202-1.562 0 0-.01-.854.1-.854zm-1.399 7.696c.167-.297.339-.61.515-.944.431-.814.702-1.451.905-1.974A6.54 6.54 0 008.8 10.143c.073.062.152.125.233.187-1.2.237-2.236.525-3.148.876h.001zm7.56-.067c-.073.046-.282.072-.416.072-.434 0-.972-.198-1.725-.522.29-.022.555-.033.793-.033.436 0 .565-.002.99.107.426.109.431.33.358.374v.002z'/%3E%3Cpath d='M15.009 4.026a15.966 15.966 0 00-1.533-1.752A15.966 15.966 0 0011.724.74C10.817.077 10.377 0 10.125 0H1.406C.631 0 0 .631 0 1.406v15.188C0 17.369.631 18 1.406 18h12.938c.775 0 1.406-.631 1.406-1.406V5.625c0-.252-.076-.692-.741-1.599zm-2.33-.956c.54.54.964 1.026 1.277 1.43h-2.707V1.794c.404.313.89.736 1.43 1.276zm1.946 13.524a.284.284 0 01-.281.281H1.406a.285.285 0 01-.281-.281V1.406c0-.152.13-.281.281-.281h8.719v3.938c0 .31.252.562.563.562h3.937v10.969z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
}
.c-text-page{
    max-width: 1920px;
    margin: 0 auto;

    display: flex;
}
.c-text-page iframe{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        outline: 0;
        border: 0;
    }
.c-text-page .item{
        flex: 1;
    }
.c-text-page .title{
        margin-top: 0;
    }
.c-text-page .left-side img{
            width: 100%;
        }
.c-text-page .right-side{
        padding: 22px;
        flex: 1.2;
    }
.c-text-page .text-content{
        max-width: 800px;
        margin: 0 auto;
    }
.c-text-page .box-holder{
        display: flex;
        justify-content: right;

        margin-top: 48px;
    }
.c-text-page .extra-links{
        max-width: 456px;
        width: 100%;
        background-color: #D8E9F0;

        padding: 32px;
    }
.c-text-page .extra-links a{
            display: block;
            padding-left: 24px;
            -webkit-text-decoration: none;
            text-decoration: none;

            color: #000;
            font-family: "Inter";
            font-size: 1rem;
            font-style: normal;
            font-weight: 400;
            line-height: 2rem;

            background-image: url("/images/icons/arrow-right.svg");
            background-repeat: no-repeat;
            background-size: 14px auto;
            background-position: 0 8px;
        }
.c-text-page .extra-links a:hover{
            -webkit-text-decoration: underline;
            text-decoration: underline;
        }
.c-text-page .extra-links-mobile{
        display: none;
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
        background-color: #D8E9F0;
        box-sizing: border-box;

        padding: 32px;
    }
.c-text-page .extra-links-mobile a{
            display: block;
            padding-left: 24px;
            -webkit-text-decoration: none;
            text-decoration: none;

            color: #000;
            font-family: "Inter";
            font-size: 1rem;
            font-style: normal;
            font-weight: 400;
            line-height: 2rem;

            background-image: url("/images/icons/arrow-right.svg");
            background-repeat: no-repeat;
            background-size: 14px auto;
            background-position: 0 8px;
        }
.c-text-page .extra-links-mobile a:hover{
            -webkit-text-decoration: underline;
            text-decoration: underline;
        }
.c-text-page .link-title{
        color: #1A1A1A;
        font-family: "Inter";
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-top: 0;
    }
.c-text-page .accordion{
        width: 100%;
        
    }
.c-text-page .block{
        margin-bottom: 8px;
    }
.c-text-page .block-close{
        display: none;
    }
.c-text-page .block:has(.active-content) .title-block{
            background-color: #19A3DD;
        }
.c-text-page .block:has(.active-content) .title-block p{
                color: #fff;
            }
.c-text-page .block:has(.active-content) .title-block:hover .hover-x{
                display: none;
            }
.c-text-page .block:has(.active-content) .title-block:hover .normal-x{
                display: none;
            }
.c-text-page .block:has(.active-content) .title-block:hover .block-close{
                display: block;
            }
.c-text-page .block:has(.active-content) .block-close{
            display: block;
        }
.c-text-page .block:has(.active-content) .hover-x{
            display: none;
        }
.c-text-page .block:has(.active-content) .normal-x{
            display: none;
        }
.c-text-page .title-block{
        background-color: #fff;
        padding: 15px 0px;

        cursor: pointer;

        position: relative;

        transition: background-color 0.08s ease;
    }
.c-text-page .title-block p{
            margin: 0;
            padding-left: 40px;
        }
.c-text-page .title-block img{
            width: 14px;
            height: auto;
            aspect-ratio: 1 / 1;

            position: absolute;
            top: 37%;
            right: 32px;
        }
.c-text-page .title-block .hover-x{
            display: none;
        }
.c-text-page .title-block .normal-x{
            display: block;
        }
.c-text-page .title-block:hover{

        background-color: #19A3DD;
    }
.c-text-page .title-block:hover p{
            color: #fff;
        }
.c-text-page .title-block:hover .hover-x{
            display: block;
        }
.c-text-page .title-block:hover .normal-x{
            display: none;
        }
.c-text-page .block-content{
        
        overflow: hidden;

        display: grid;
        grid-template-rows: 0fr;

        transition: grid-template-rows 0.6s cubic-bezier(.39,.58,0,1);
    }
.c-text-page .padded{
        padding: 0px 40px;
        min-height: 0;
    }
.c-text-page .vertical-padded{
        padding: 22px 0px;
        min-height: 0;
    }
.c-text-page .white-bg{
        background-color: #fff;
    }
.c-text-page .active-content{
        /*max-height: 10000px;*/

        grid-template-rows: 1fr;

        /*transition: max-height 2s ease;*/
    }
@media screen and (max-width: 1280px){
        .c-text-page .right-side{
            flex: 1;
        }    
    }
@media screen and (max-width: 1085px){
.c-text-page{

        flex-direction: column;
}

        .c-text-page .box-holder{
            display: none;
        }

        .c-text-page .extra-links{
            display: none;
        }

        .c-text-page .extra-links-mobile{
            display: block;
        }

        .c-text-page .right-side{
            padding: 22px !important;
        }

            .c-text-page .right-side h1{
                font-size: 2rem;
            }

            .c-text-page .right-side .text-content{
                margin: 0 auto;
            }
    }
.c-text-page:has(.left-side) .text-content{
        margin: 0;
        max-width: 600px;
    }
.c-text-page:has(.left-side) .right-side{
        padding: 22px;
        padding-top: 0px;
        padding-left: 80px;
    }
@media screen and (max-width: 1085px){
        .c-text-page:has(.left-side) .text-content{
            margin: 0 auto;
        }
    }
.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)
      );
}
  }
