/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "KBH";
  src: url(/assets/KBH-Regular-ccb02001ac6349a4a158b85afc943db81d94f9cb98bd80fe8d45f74675ebd1cc.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "KBH";
  src: url(/assets/KBH-Bold-91f5f24c147ef5635171cbab2a45cfbb995324eb200f3e7fd3b8b09ae52ea2ae.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "KBH";
  src: url(/assets/KBH-Black-6d9be1ef83b5b505e139f6ff230977efe07e2ef7e46e8266b2d61c8ae8e37ead.otf) format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "KBHTXT";
  src: url(/assets/KBHTekst-99094b4fe5dc780845eaa7101b75049e6a73b5532875b5a6a2344ac4757bba23.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "KBHTXT";
  src: url(/assets/KBHTekst-Bold-1c66804a7c0bdbd541afafb5c93a0b24c9dc1b6efaf896d149003f96588ec830.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover {
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus, .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination, .splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

:root {
  --black: #0A1015;
  --grey: #BBB;
  --icons: #BBB;
  --white: #FFF;
  --bg: #2D2D2D;
  --focus: #EEA843;
  --link: #386DD5;
  --focus: var(--link);
  --sans: KBHTXT, sans-serif;
  font: 10px/1.3 var(--sans);
}

html, body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--white);
  text-rendering: optimizeLegibility;
  margin: 0;
  display: grid;
  grid-template-rows: 124px 1fr auto;
}
@media (min-width: 550px) {
  body {
    grid-template-rows: 98px 1fr auto;
  }
}

main {
  margin: 0;
}
main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a[aria-label]:focus-visible, button[aria-label]:focus-visible {
  outline: 4px solid var(--focus);
}

.primary-navigation a:focus-visible,
.logo:focus-visible,
div.l ul a:focus-visible,
#skip-to-content-link:focus-visible {
  outline: 4px solid var(--focus);
}

.wm {
  margin: 12px;
}
@media (min-width: 640px) {
  .wm {
    margin: 20px 24px;
  }
}

#skip-to-content-link {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1;
  background: var(--grey);
  color: var(--black);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 0 0 2px 2px;
  left: 50%;
  top: 4px;
  z-index: 1001;
  transform: translateX(-50%);
}
#skip-to-content-link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
}

header {
  position: relative;
}
header #burger.is-open svg path:nth-child(2) {
  display: block;
}
header #burger.is-open svg path:nth-child(1) {
  display: none;
}
header label {
  cursor: pointer;
  display: inline-block;
  user-select: none;
}
header label a {
  pointer-events: none;
}
header a.logo {
  display: block;
  height: 32px;
  color: var(--white);
  text-decoration: none;
}
header a.logo h1 {
  display: none;
}
header a.logo svg {
  display: block;
  width: auto;
  height: 32px;
}
@media (min-width: 550px) {
  header a.logo {
    height: 50px;
  }
  header a.logo svg {
    height: 50px;
  }
}
@media (min-width: 888px) {
  header a.logo {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  header a.logo h1 {
    display: unset;
    font: 800 2.2rem/1.15 "KBH";
    letter-spacing: 0.04em;
  }
}
header #search {
  align-self: stretch;
  justify-self: stretch;
  flex-grow: 1;
  display: flex;
  max-width: 100%;
}
@media (min-width: 550px) {
  header #search {
    max-width: 400px;
    height: auto;
  }
}
header #search form {
  display: flex;
  flex-grow: 1;
  height: 40px;
  background-color: var(--black);
  box-sizing: border-box;
  gap: 0px;
  align-items: stretch;
  justify-content: center;
  border-radius: 10px;
  padding: 0;
  border: 2px solid var(--black);
}
header #search form:focus-within {
  border-color: var(--focus);
}
@media (min-width: 550px) {
  header #search form {
    max-width: 400px;
    height: auto;
  }
}
header #search input {
  margin: 0;
  background: transparent;
  outline: none;
  color: var(--white);
  font-size: 1.6rem;
  padding: 0 1em;
  flex-grow: 1;
  border: none;
}
header #search button {
  background: transparent;
  border: none;
  outline: none;
  width: 50px;
  cursor: pointer;
}
header #search button svg {
  width: 20px;
  height: 20px;
  fill: var(--grey);
}
header #search button:hover svg, header #search button:focus-visible svg {
  fill: var(--white);
}
header > div {
  position: relative;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 12px;
  gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 550px) {
  header > div {
    gap: 38px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 640px) {
  header > div {
    padding: 28px 38px;
  }
}
@media (max-width: 549px) {
  header > div #search {
    order: 1;
    width: 100%;
  }
}
header > div #tr {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  max-width: 128px;
  min-width: 100px;
}
header .lang-button {
  background: none;
  font: 700 2rem/1 KBH, sans-serif;
  border: none;
  width: 34px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  cursor: pointer;
}
header .lang-button span {
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
}
header div.l {
  font: 700 2rem/1 KBH, sans-serif;
  text-transform: uppercase;
  position: relative;
}
header div.l ul {
  position: absolute;
  display: none;
  margin-top: 10px;
  margin-left: 1px;
}
header div.l a {
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  color: var(--white);
  text-decoration: none;
}
header div.l .is-open + ul {
  display: block;
}
header svg {
  fill: #FFF;
}
header .s svg {
  width: 20px;
  height: 20px;
}
header #burger {
  width: 34px;
  height: 32px;
  background: none;
  border: none;
  padding: 2px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
header #burger svg {
  width: 28px;
  height: 28px;
}
header #burger svg path:nth-child(2) {
  display: none;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .primary-navigation {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: var(--bg);
  padding: 140px 28px 60px 28px;
  display: none;
  color: #fff;
  z-index: 100;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
header .primary-navigation.is-open {
  display: block;
  transform: translateY(0);
}
header .primary-navigation a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 500px) {
  header .primary-navigation {
    display: block;
    transition: all 360ms ease;
    transform: translateY(-100%);
  }
}
@media (min-width: 550px) {
  header .primary-navigation {
    padding-top: 120px;
  }
}
@media (min-width: 769px) {
  header .primary-navigation {
    padding: 120px 38px 60px 38px;
  }
}
header .primary-navigation > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px 70px;
  text-align: left;
  box-sizing: border-box;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  /* Social */
}
@media (min-width: 600px) {
  header .primary-navigation > div {
    grid-template-columns: 1fr 1fr;
  }
}
header .primary-navigation > div .menu {
  margin: 5px 4px;
  font: 700 2.4rem/1.2 KBH, sans-serif;
}
header .primary-navigation > div .menu a {
  text-transform: uppercase;
}
header .primary-navigation > div .menu li + li {
  margin-top: 18px;
}
header .primary-navigation > div .info {
  font: 1.6rem/1.222222 var(--sans);
}
@media (min-width: 375px) {
  header .primary-navigation > div .info {
    font-size: 1.8rem;
  }
}
header .primary-navigation > div .info h1 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
header .primary-navigation > div .info h1 + * {
  margin-top: 18px;
}
header .primary-navigation > div .info > div + div {
  margin-top: 32px;
}

.c-0 {
  background: #7D2B1A;
}

.c-1 {
  background: #F9A61F;
}

.c-2 {
  background: #495B27;
}

.c-3 {
  background: #396DD5;
}

.c-4 {
  background: #451A11;
}

.c-5 {
  background: #7A451F;
}

.c-6 {
  background: #274932;
}

.c-7 {
  background: #001FA8;
}

#collections {
  font: 400 1.6rem/20px var(--sans);
  user-select: none;
  position: absolute;
  left: 0;
  right: 0;
  box-sizing: border-box;
  margin: 12px 0px 10px 0;
}
#collections h2 {
  font: 400 1.6rem/20px var(--sans);
  margin: 0;
  margin-block: 0;
}
#collections .splide__arrow {
  background: var(--bg);
  width: 30px;
  height: 30px;
  opacity: 1;
}
#collections .splide__arrow:focus-within {
  outline: 4px solid var(--focus);
}
#collections .splide__arrow svg {
  width: 20px;
}
#collections .splide__arrow svg path {
  fill: var(--icons);
}
#collections .splide__arrow.splide__arrow--prev {
  left: 8px;
}
#collections .splide__arrow.splide__arrow--next {
  right: 8px;
}
#collections div.fade {
  position: absolute;
  width: 24px;
  top: 0;
  height: 36px;
  background: #2d2d2d;
}
@media (min-width: 640px) {
  #collections div.fade {
    width: 60px;
  }
}
#collections div.fade.left {
  left: 0;
  background: linear-gradient(90deg, #2d2d2d 20%, rgba(45, 45, 45, 0) 100%);
}
#collections div.fade.right {
  right: 0;
  background: linear-gradient(90deg, rgba(45, 45, 45, 0) 0%, #2d2d2d 80%);
}
@media (min-width: 640px) {
  #collections {
    margin: 20px 0px 10px 0;
  }
}
#collections li {
  margin: 0;
}
#collections li:focus-within {
  outline: 4px solid var(--focus);
  outline-offset: -4px;
  border-radius: 4px;
}
#collections li:first-child h2:after {
  margin-left: 0;
}
#collections a {
  background: black;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#collections a:focus-visible {
  outline: none;
}
#collections a h2:after {
  content: attr(data-collection);
  color: var(--grey);
  margin-left: 0.4em;
}
#collections a.selected {
  color: var(--black);
  background: var(--grey);
}
#collections a.selected h2:after {
  color: var(--bg);
}

nav.filters {
  margin-top: 70px;
  font: 400 1.6rem/20px var(--sans);
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  nav.filters .tags-ctrls {
    display: flex;
    justify-content: space-between;
  }
}
nav.filters ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
nav.filters ul li {
  margin: 0 10px 10px 0;
}
nav.filters .tags li {
  background: var(--icons);
  color: var(--black);
  padding: 8px 36px 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1em 0.2em;
  align-items: center;
  min-height: 20px;
  margin: 0;
  position: relative;
}
nav.filters .tags li span {
  white-space: nowrap;
}
nav.filters .tags li label:first-of-type {
  color: var(--black);
  font-size: 1.4rem;
  flex: 1 0 100%;
}
nav.filters .tags li > a {
  color: var(--black);
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
nav.filters .tags li > a:hover:after {
  left: 0;
  bottom: 0;
  width: 100%;
  content: " ";
  position: absolute;
  border-bottom: 2px solid #525252;
}
nav.filters .tags li label.toggle {
  padding-right: 24px;
  color: var(--black);
  cursor: pointer;
  position: relative;
}
nav.filters .tags li label.toggle:after {
  content: " ";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(/assets/ico-expand-163b39390f4c36a03a687b82ea65f2338a1a132a88d70080b2f65014036af514.svg) no-repeat 50% 50% scroll;
  right: 0;
}
nav.filters .tags li label.toggle.open:after {
  transform: rotate(180deg);
}
nav.filters .tags li input[type=checkbox] {
  display: none;
}
nav.filters .tags li input[type=checkbox] ~ div {
  display: none;
}
nav.filters .tags li input[type=checkbox]:checked ~ div {
  display: block;
  flex-basis: 100%;
}
nav.filters .tags li .children {
  display: flex;
  font-size: 1.4rem;
  margin-top: 4px;
}
nav.filters .tags li .children a {
  text-decoration: none;
  color: var(--black);
  margin-right: 0.6em;
  white-space: nowrap;
}
nav.filters .tags li a.remove {
  position: absolute;
  right: 6px;
  top: 8px;
  padding: 2px;
  height: 16px;
  margin-left: 12px;
  display: block;
}
nav.filters .tags li a.remove:hover:after {
  content: inherit;
}
nav.filters .tags li a.remove svg {
  height: 16px;
  width: auto;
  fill: var(--black);
}
nav.filters .ctrls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  margin-bottom: 20px;
  margin-top: 20px;
}
nav.filters .ctrls .sorts {
  display: flex;
  justify-content: space-between;
  width: 80px;
  margin-right: 20px;
}
@media (min-width: 640px) {
  nav.filters .ctrls {
    justify-content: flex-end;
    margin-left: 30px;
    margin-top: 0px;
  }
}
nav.filters .ctrls span {
  font-size: 2.8rem;
  color: var(--grey);
}
nav.filters .ctrls > * + * {
  margin-left: 10px;
}
nav.filters .ctrls a.sort {
  background: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.filters .ctrls a.sort svg {
  height: 32px;
  fill: var(--icons);
}
nav.filters .ctrls a.sort.current {
  background: var(--icons);
}
nav.filters .ctrls a.sort.current svg {
  fill: var(--black);
}
nav.filters .ctrls a.sort.current.asc {
  transform: rotate(180deg);
}

#scroll-pagination {
  text-align: center;
}
#scroll-pagination a {
  display: inline-block;
  height: 0;
  overflow: hidden;
}
#scroll-pagination .lds-circle {
  display: block;
  transform: translateZ(1px);
  margin: 0 0 40px 0;
}
#scroll-pagination .lds-circle > div {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  animation: lds-circle 4.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}

.lzy-image-link {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.lzy-image-link img {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
.lzy-image-link.loaded img {
  opacity: 1;
}

.artifacts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  margin-bottom: 100px;
}
.artifacts .a .lzy-image-container {
  aspect-ratio: 2/3;
  position: relative;
}
.artifacts .a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.artifacts .a .cap h3 {
  font: 400 1.8rem/1.4 var(--sans);
  margin: 0;
}
.artifacts .a .cat-no {
  font: 400 1.8rem/1.4 var(--sans);
  margin-left: 4px;
}
.artifacts .a .cat-no a {
  color: var(--grey);
}
.artifacts .a a {
  text-decoration: none;
  color: #FFF;
}
.artifacts .a .cap {
  margin-top: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.color-box {
  aspect-ratio: 2/3;
  opacity: 0.6;
  transition: opacity 400ms ease;
}
.color-box:hover {
  opacity: 1;
}

.no-hits-container {
  font-size: 1.6rem;
  max-width: 600px;
  margin: 25px auto;
  grid-column: 1/-1;
}
.no-hits-container h1 {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 1em 0;
}
.no-hits-container h1 strong::before, .no-hits-container h1 strong::after {
  content: " - ";
  font-weight: 400;
}
.no-hits-container strong {
  font-weight: 700;
}
.no-hits-container ul {
  margin: 1em 0 0 1.3em;
  padding-left: 0;
}

.artifact {
  margin: 20px 28px;
  font: 400 1.7rem/1.4 var(--sans);
}
.artifact .artifact-images {
  width: 100%;
}
.artifact .artifact-images.has-many {
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 20px;
}
.artifact .artifact-images.has-one {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.artifact .artifact-images .artifact-image-selector ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.artifact .artifact-images .artifact-image-selector button {
  background: none;
  border: none;
  padding: 0;
  display: block;
}
.artifact .artifact-images .artifact-image-selector img {
  cursor: pointer;
  display: block;
  width: 80px;
  height: auto;
}
.artifact .artifact-images .artifact-image .img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: 50% 50%;
  cursor: zoom-in;
}
.artifact .artifact-images .copyright {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--grey);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.artifact .artifact-images .copyright svg {
  width: 28px;
  fill: var(--grey);
}
.artifact .artifact-images .copyright .c {
  margin: 4px 0 0 20px;
  display: flex;
  align-items: center;
}
.artifact .artifact-images .copyright .c a + a {
  margin-left: 6px;
}
.artifact .artifact-images .copyright *[data-label]:before {
  content: attr(data-label);
  margin-right: 0.2em;
}
.artifact .sections a {
  text-decoration: none;
  border-bottom: 2px solid #525252;
}
.artifact .sections a:hover {
  border-color: #CCC;
}
@media (min-width: 1024px) {
  .artifact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 80px;
    grid-template-areas: "text picture";
  }
  .artifact .artifact-images {
    grid-area: picture;
    height: calc(100svh - 180px);
  }
  .artifact .artifact-images .artifact-image {
    display: grid;
    grid-template-rows: 1fr 46px;
  }
  .artifact .artifact-images .artifact-image .img {
    position: relative;
  }
  .artifact .artifact-images .artifact-image .img img {
    position: absolute;
    inset: 0 0 0 0;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
  }
  .artifact .artifact-images .copyright {
    justify-content: center;
  }
  .artifact .artifact-images .copyright div {
    text-align: center;
  }
  .artifact .fw {
    grid-column: 1/span 2;
  }
}
.artifact .fw {
  background: #181818;
  margin: 0 -28px -20px -28px;
  padding: 40px 28px 20px 28px;
}
.artifact .fw .sec {
  margin-bottom: 40px;
}
.artifact h1, .artifact h2, .artifact h3 {
  margin: 0;
}
.artifact h1 {
  font: 700 3.2rem/1.4 var(--sans);
  margin: 0 0 0.2em 0;
}
.artifact h2 {
  font: 400 2.4rem/1.4 var(--sans);
  margin: 0;
  display: inline;
}
.artifact h3 {
  font: 400 1.7rem/1.4 var(--sans);
  margin: 0 0 0.8em 0;
}
.artifact ul {
  max-width: 800px;
}
.artifact #master {
  font-size: 2.4rem;
}
.artifact #master li.auth {
  color: var(--grey);
  margin-top: 0.1em;
}
.artifact #master li.auth a {
  color: var(--grey);
}
.artifact #master li.auth a:hover {
  color: white;
}
.artifact #master li.auth label {
  display: none;
}
.artifact .section {
  padding: 40px 0;
}
.artifact .section > * + * {
  margin-top: 10px;
}
.artifact .section + .section {
  border-top: 1px solid #555;
}
.artifact .section li + li {
  margin-top: 0.8em;
}
.artifact .section li ul.reg li + li {
  margin-top: 0.2em;
}
.artifact .section label + ul li + li {
  margin-top: 0.1em;
}
.artifact .section div ul + ul {
  margin-top: 1.2em;
}
.artifact .section h4 {
  display: block;
  color: var(--grey);
  font: 400 1.4rem/1.4 var(--sans);
  margin: 0;
}
.artifact .section h4 + ul {
  margin-top: 0px;
}
.artifact .section .measurements li + li {
  margin-top: 0.2em;
}
.artifact h4 {
  font-size: 1.4rem;
  display: block;
  color: var(--grey);
}
.artifact input[type=checkbox] {
  display: none;
}
.artifact input[type=checkbox].toggleable ~ div.toggleable {
  display: none;
}
.artifact input[type=checkbox]:checked.toggleable ~ div.toggleable {
  display: block;
}
.artifact input[type=checkbox]:checked.toggleable ~ h3 label svg {
  transform: rotate(180deg);
}
.artifact a {
  color: white;
  text-decoraton: underline;
}
.artifact #data-container {
  margin-top: 0;
}
.artifact #data-container .grp {
  padding: 30px 0;
}
.artifact #data-container .grp:first-of-type {
  padding-top: 4px;
}
.artifact #data-container .grp + .grp {
  border-top: 1px solid #555;
}
.artifact h3.sec, .artifact h3.sec label {
  font: 700 2rem/1.4 KBH;
  text-transform: uppercase;
}
.artifact h3.sec label, .artifact h3.sec label label {
  display: inline;
  color: #FFF;
  user-select: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.artifact h3.sec label svg, .artifact h3.sec label label svg {
  display: inline-block;
  fill: var(--grey);
  height: 32px;
  width: 32px;
}
.artifact h3.sec label:hover svg, .artifact h3.sec label label:hover svg {
  fill: #FFF;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  z-index: 1001;
  text-align: left;
}
#overlay #original-img {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#overlay button {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  border-radius: 8px;
}
#overlay button.close {
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.4) url(/assets/ico-close-overlay-ab5b267ef40be0bc48b6e6ed4dc6596abec07d6d29c3a2a527912e5d421a5027.svg) no-repeat 50% 50% scroll;
  background-size: 24px 24px;
}
#overlay [rel=next] {
  margin-top: -14px;
  top: 50%;
  right: 10px;
  background: rgba(0, 0, 0, 0.4) url(/assets/ico-next-6724ce9f35aee771466df074eabc3f18cd20ad63a9e44326433ded2f413bb9ce.svg) no-repeat 50% 50% scroll;
  background-size: 40px 40px;
}
#overlay [rel=prev] {
  margin-top: -14px;
  top: 50%;
  left: 10px;
  background: rgba(0, 0, 0, 0.4) url(/assets/ico-prev-66f25ef4fee7f45aee57a3bfddab1d86f876ef6eab69d7004095922faaf23ba2.svg) no-repeat 50% 50% scroll;
  background-size: 40px 40px;
}
main nav.articles {
  text-align: left;
  max-width: 1024px;
  margin: 0 auto 40px auto;
  padding: 0px 28px;
}
@media (min-width: 769px) {
  main nav.articles {
    padding: 0px 38px;
  }
}
main nav.articles h2 {
  font: 700 2.4rem/1.2 KBH, sans-serif;
  margin: 0 0 18px 0;
  text-transform: uppercase;
  color: white;
}
main nav.articles h2 a {
  color: white;
}
main nav.articles ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font: 400 1.8rem/1.2 var(--sans);
}
main nav.articles ul a {
  color: white;
}
main nav.articles ul a.current {
  color: white;
}
main nav.articles ul li {
  margin: 0 24px 8px 0;
}
main nav.articles a {
  text-decoration: none;
}

article.tmpl {
  font: 1.8rem/1.3333333 var(--sans);
  margin: 0 auto 100px auto;
  color: #d7d7d7;
}
article.tmpl .img {
  margin: 0 auto 48px auto;
  max-width: 832px;
}
article.tmpl .img.xl {
  max-width: inherit;
}
article.tmpl .img figure {
  margin: 0;
  padding: 0;
}
article.tmpl .img figure figcaption {
  max-width: 756px;
  margin: 8px auto 0 auto;
  font: 1.6rem/1.2 var(--sans);
  color: #777575;
}
article.tmpl .img img {
  display: block;
  width: 100%;
  height: auto;
}
article.tmpl * + .img {
  margin-top: 40px;
}
article.tmpl .section {
  max-width: 756px;
  text-align: left;
  margin: 0 auto;
  padding: 0px 28px;
}
@media (min-width: 769px) {
  article.tmpl .section {
    padding: 0px 38px;
  }
}
article.tmpl h1 {
  text-transform: uppercase;
  margin: 0 0 0.6em 0;
  font: 900 3.2rem/0.95 KBH, sans-serif;
  color: white;
}
@media (min-width: 769px) {
  article.tmpl h1 {
    font-size: 4rem;
  }
}
article.tmpl h2 {
  font: 2rem/1.2 var(--sans);
  font-weight: 400;
  margin: 0 0 1.2em 0;
  color: #777575;
}
article.tmpl h3 {
  font: 1.8rem/1.2 var(--sans);
  font-weight: 700;
  margin: 0 0 1.2em 0;
}
article.tmpl div + h2, article.tmpl div + h3 {
  margin-top: 2.4em;
}
article.tmpl a {
  color: var(--link);
}
article.tmpl ul {
  list-style: disc;
  margin-left: 1em;
}
article.tmpl ul li + li {
  margin-top: 0.2em;
}

article + .list,
article + .products,
article + .audioguides,
article + .tmpl-collection {
  margin-top: -40px;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-container:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tooltip {
  position: absolute;
  font: 1.4rem/1.4 var(--sans);
  background: var(--black);
  color: var(--white);
  max-width: 300px;
  padding: 0.4em 0.6em;
  box-shadow: 0 12px 40px -10px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  margin-top: 4px;
  z-index: 2000;
}

footer {
  background: #000;
  color: var(--grey);
  font: 1.7rem/1.5555 var(--sans);
  align-self: stretch;
}
footer h5 {
  font-size: 1.7rem;
  line-height: 1.5555;
  font-weight: 700;
  margin: 0;
  color: #d7d7d7;
}
footer .accessibility-link {
  margin-top: 20px;
}
footer address {
  font-style: normal;
}
footer a {
  color: var(--grey);
  text-decoration: none;
}
footer svg {
  height: 80px;
  display: block;
}
footer path {
  fill: var(--icons);
}
footer > div {
  display: grid;
  gap: 40px 40px;
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  padding: 40px 28px 40px 28px;
}
@media (min-width: 600px) {
  footer > div {
    grid-template-columns: 1fr 1fr;
  }
  footer > div .home {
    justify-self: center;
    align-self: center;
    grid-column: 1/span 2;
  }
  footer > div .with-many {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  footer > div .accessibility-link {
    margin: 0;
  }
}
@media (min-width: 769px) {
  footer > div {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 80px 28px 80px 28px;
  }
  footer > div .home {
    grid-column: 3/span 1;
  }
}
footer > div > div {
  text-align: left;
}

a.ext {
  padding-right: 1.1em;
  background: url(/assets/ico-launch-491e77f8acd75f502a1f3df255de62f04146907449ed707822980b93c014b0d6.svg) no-repeat 100% 0.1em scroll;
  background-size: 0.9em 0.9em;
}

.artifact .sections a.archive-biography,
a.archive-biography {
  text-decoration: none;
  border-bottom: none;
  margin-right: 0.4em;
  display: inline-flex;
  height: 1.2em;
  width: 1.2em;
}
.artifact .sections a.archive-biography svg,
a.archive-biography svg {
  position: relative;
  top: 0.1em;
  vertical-align: center;
  height: 1.2em;
  fill: var(--grey);
}
.artifact .sections a.archive-biography:hover svg, .artifact .sections a.archive-biography:focus svg,
a.archive-biography:hover svg,
a.archive-biography:focus svg {
  fill: white;
}

a.arc {
  background-image: url(/assets/ico-sign-75fb23c153f8f847e807cd6406d0dda935861f1fbdc339d45efd490f43b21433.png);
}
