@charset "UTF-8";
/*
Theme Name:     IreneWhittome
Author:         H9 Design
Version:        1.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  --viewport-width: 100vw;
  --viewport-height: 100vh;
  --viewport-min-height: 100vh;
  --viewport-min-height: 100svh;
  --viewport-max-height: 100vh;
  --viewport-max-height: 100lvh;
  --viewport-dynamic-height: 100vh;
  --viewport-visible-height: 100vh;
  --viewport-offset-x: 0px;
  --viewport-offset-y: 0px;
  --screen-width: 100vw;
  --screen-height: 100vh;
  --screen-scrollbar: 0px;
}

html {
  --breakpoint-phone: 640px;
}

@media screen and (max-width: 640px) {
  html {
    --breakpoint: phone;
  }
}
html {
  --breakpoint-tablet: 868px;
}

@media screen and (min-width: 641px) and (max-width: 868px) {
  html {
    --breakpoint: tablet;
  }
}
html {
  --breakpoint-laptop: 1024px;
}

@media screen and (min-width: 869px) and (max-width: 1024px) {
  html {
    --breakpoint: laptop;
  }
}
html {
  --breakpoint-desktop: 1440px;
}

@media screen and (min-width: 1025px) {
  html {
    --breakpoint: desktop;
  }
}
html {
  --column-count: 8;
  --column-gap: 10px;
  --column-padding: 10px;
  --column-width: 100%;
}

@media screen and (max-width: 640px) {
  html {
    --column-count: 6;
    --column-gap: 10px;
    --column-padding: 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 868px) {
  html {
    --column-count: 12;
    --column-gap: 10px;
    --column-padding: 10px;
  }
}
html {
  --screen-column-width: calc(var(--inner-width) - (var(--column-padding) * 2));
  --screen-column-gap: var(--column-gap);
}

html {
  font-family: Citerne, sans-serif;
  font-size: 25px;
  line-height: 1;
}

html {
  --lh: 1em;
}

html {
  font-weight: normal;
}

html {
  margin: 0;
  overflow-anchor: none;
  position: relative;
  --margin-top: var(--lh);
  --margin-bottom: var(--lh);
  --first-margin-top: 0;
  --last-margin-bottom: 0;
}

body {
  margin: 0;
  color: #1252DF;
  background: #FFFBF6;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, canvas, iframe, table, fieldset, summary, form) {
  margin-top: var(--margin-top, 0);
  margin-bottom: var(--margin-bottom);
  overflow-wrap: break-word;
}

:where(:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, canvas, iframe, table, fieldset, summary, form):first-child) {
  margin-top: var(--first-margin-top, 0);
}

:where(:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, canvas, iframe, table, fieldset, summary, form):last-child) {
  margin-bottom: var(--last-margin-bottom, var(--margin-bottom));
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

h1 {
  font-size: 1.6rem;
}

h2 {
  font-size: 0.96rem;
}

h3 {
  font-size: 0.8rem;
}

h4 {
  font-size: 0.72rem;
}

h5 {
  font-size: 0.56rem;
}

h6 {
  font-size: 0.48rem;
}

small {
  font-size: 0.8em;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

sup, sub {
  font-size: 0.8em;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.45em;
}

sub {
  bottom: -0.25em;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: inherit;
  text-decoration: underline;
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
:where(a) {
  outline: none;
}

:where(a):focus-visible {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, );
}

:where(a):focus-visible *:focus {
  outline: none;
  box-shadow: none;
}

:where(ul, ol) {
  margin: 0px 1.2em 0px 1.2em;
}

:where(ul, ol) {
  padding: 0px;
}

:where(ul, ol) {
  list-style-position: outside;
}

:where(ul, ol) :where(ul, ol) {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul.is-clear, ul:where([unstyled]), ol.is-clear, ol:where([unstyled]) {
  list-style: none;
}

ul.is-clear, ul:where([unstyled]), ol.is-clear, ol:where([unstyled]) {
  margin: 0px;
}

ul.is-clear, ul:where([unstyled]), ol.is-clear, ol:where([unstyled]) {
  padding: 0px;
}

ul.is-inline, ol.is-inline {
  list-style: none;
}

ul.is-inline, ol.is-inline {
  margin: 0px;
}

ul.is-inline, ol.is-inline {
  padding: 0px;
}

ul.is-inline, ol.is-inline {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap, 0.5em);
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul:where([unstyled]), ol:where([unstyled]) {
  list-style: none;
}

ul:where([unstyled]), ol:where([unstyled]) {
  margin: 0px;
}

ul:where([unstyled]), ol:where([unstyled]) {
  padding: 0px;
}

menu {
  list-style: none;
}

menu {
  margin: 0px;
}

menu {
  padding: 0px;
}

img {
  border: 0;
  height: auto;
  vertical-align: top;
}

button img {
  vertical-align: middle;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

img[unstyled], picture[unstyled], video[unstyled], canvas[unstyled], svg[unstyled] {
  max-width: none;
}

svg, canvas, iframe {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  color: inherit;
  font: inherit;
  width: 100%;
}

table {
  font-family: inherit;
}

th, td {
  border: 1px solid #1252DF;
  padding: 0.5em;
  text-align: left;
}

:where(fieldset) {
  border: none;
  padding: 0;
  min-width: 0;
}

:where(fieldset) :where(input), :where(fieldset) textarea, :where(fieldset) select {
  width: 100%;
}

:where(fieldset) :where([type=checkbox], [type=radio]) {
  width: auto;
}

label, legend {
  padding: 0;
  display: block;
  font: inherit;
}

label[for], label:has(input, select, textarea) {
  cursor: pointer;
}

button, input, optgroup, select, textarea, [contenteditable] {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

button, [href], input, select, textarea, [contenteditable], :where([tabindex]:not([tabindex="-1"])) {
  outline: none;
}

button:focus-visible, [href]:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [contenteditable]:focus-visible, :where([tabindex]:not([tabindex="-1"])):focus-visible {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, );
}

button:focus-visible *:focus, [href]:focus-visible *:focus, input:focus-visible *:focus, select:focus-visible *:focus, textarea:focus-visible *:focus, [contenteditable]:focus-visible *:focus, :where([tabindex]:not([tabindex="-1"])):focus-visible *:focus {
  outline: none;
  box-shadow: none;
}

button, [type=checkbox], [type=radio], [type=button], [type=reset], [type=submit], [role=button], select {
  cursor: pointer;
}

button, [type=checkbox], [type=radio], [type=button], [type=reset], [type=submit], [role=button], select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button[unstyled] {
  appearance: none;
  -webkit-appearance: none;
}

:where(button[unstyled]) {
  font-weight: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

textarea,
:where(input:not([type=radio], [type=checkbox])),
:where([contenteditable]:not([contenteditable=false])) {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

:where(button, [type=button], [type=reset], [type=submit], [role=button]):not([unstyled]) {
  color: #FFFBF6;
  background: #1252DF;
  padding: 0.5em 1em;
  border: 1px solid #1252DF;
  border-radius: 1.5em;
}

textarea,
.input-wrap,
:where(input:not([type=radio], [type=checkbox])),
:where([contenteditable]:not([contenteditable=false])) {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 0.5em;
  color: currentColor;
  background: transparent;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
}

:where([type=checkbox], [type=radio]) {
  border: 1px solid currentColor;
  background-color: transparent;
  padding: 3px;
  width: 0.75em;
  height: 0.75em;
  appearance: none;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
}

:where([type=checkbox], [type=radio])::after {
  height: 100%;
  width: 100%;
  display: block;
  content: "";
}

:where([type=radio]) {
  border-radius: 1em;
}

:where([type=checkbox]:checked)::after {
  background-image: linear-gradient(var(--bg-cross-angle, 45deg), rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - var(--bg-cross-size, 1px) / 2), var(--bg-cross-color, currentColor) calc(50% - var(--bg-cross-size, 1px) / 2), var(--bg-cross-color, currentColor) calc(50% + var(--bg-cross-size, 1px) / 2), rgba(0, 0, 0, 0) calc(50% + var(--bg-cross-size, 1px) / 2), rgba(0, 0, 0, 0) 100%), linear-gradient(calc(var(--bg-cross-angle, 45deg) + 90deg), rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - var(--bg-cross-size, 1px) / 2), var(--bg-cross-color, currentColor) calc(50% - var(--bg-cross-size, 1px) / 2), var(--bg-cross-color, currentColor) calc(50% + var(--bg-cross-size, 1px) / 2), rgba(0, 0, 0, 0) calc(50% + var(--bg-cross-size, 1px) / 2), rgba(0, 0, 0, 0) 100%);
}

:where([type=radio]:checked)::after {
  border-radius: 1em;
  background-color: currentColor;
}

select {
  background: right 5px center/16px no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjEgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI1NiA0MjkuM2wyMi42LTIyLjYgMTkyLTE5Mkw0OTMuMyAxOTIgNDQ4IDE0Ni43bC0yMi42IDIyLjZMMjU2IDMzOC43IDg2LjYgMTY5LjQgNjQgMTQ2LjcgMTguNyAxOTJsMjIuNiAyMi42IDE5MiAxOTJMMjU2IDQyOS4zeiIvPjwvc3ZnPg==);
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 0;
  padding: 0.5em;
  padding-right: 1.2em;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
}

[contenteditable] {
  min-height: calc(var(--rows) * var(--lh));
}

.input-wrap:focus-within {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, );
}

.input-wrap:focus-within *:focus {
  outline: none;
  box-shadow: none;
}

.input-wrap {
  display: inline-flex;
  gap: 0.5em;
}

.input-wrap > :where(*) {
  font: inherit;
  border: none;
  padding: 0;
}

hr {
  background-color: #1252DF;
  height: 1px;
  border: none;
}

summary {
  cursor: pointer;
}

summary[unstyled] {
  display: block;
  -webkit-appearance: none;
}

summary[unstyled]::-webkit-details-marker {
  display: none;
}

details[unstyled] summary {
  display: block;
  -webkit-appearance: none;
}

dialog {
  padding: 0;
  border: none;
}

dialog:not([open]) {
  display: none;
}

[hidden] {
  display: none !important;
}

[hidden=opacity], [hidden=visibility] {
  display: revert !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

[hidden=size], [invisible] {
  display: revert !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  pointer-events: none !important;
}

[invisible] {
  position: absolute !important;
}

[pointer] {
  cursor: pointer;
}

[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

::-moz-selection {
  color: var(--text-selection-fg);
  background: var(--text-selection-bg, #b3d4fc);
  text-shadow: none;
}

::selection {
  color: var(--text-selection-fg);
  background: var(--text-selection-bg, #b3d4fc);
  text-shadow: none;
}

::placeholder {
  font: inherit;
  color: rgba(0, 0, 0, 0.4);
  opacity: 0.8;
}

[placeholder]:empty::before {
  content: attr(placeholder);
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
}

[debug=columns] {
  opacity: 0.5;
  pointer-events: none;
}

[debug=columns] {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}

[debug=columns] {
  z-index: 999999;
}

[debug=columns]::before {
  display: block;
  content: "";
  height: 100%;
  background: no-repeat var(--bg-column-padding, var(--column-padding)) 0/calc(100% - var(--bg-column-padding, var(--column-padding)) * 2 + var(--bg-column-gap, var(--column-gap))) 100% repeating-linear-gradient(to right, var(--bg-column-color, rgba(255, 0, 0, 0.2)), var(--bg-column-color, rgba(255, 0, 0, 0.2)) calc(100% / var(--bg-column-count, var(--column-count)) - var(--bg-column-gap, var(--column-gap)) - 1px), transparent calc(100% / var(--bg-column-count, var(--column-count)) - var(--bg-column-gap, var(--column-gap))), transparent calc(100% / var(--bg-column-count, var(--column-count)))), repeat-y 0 0/100% var(--bg-column-baseline, var(--lh)) linear-gradient(0deg, transparent 95%, rgba(56, 255, 255, 0.9) 100%);
}

[debug=breakpoints] {
  background: linear-gradient(to right, rgba(255, 0, 0, 0.2) 10px, transparent 10px, transparent) 355px top, linear-gradient(to right, red 1px, transparent 1px, transparent) 360px top, linear-gradient(to right, rgba(128, 128, 128, 0.2) 10px, transparent 10px, transparent) 635px top, linear-gradient(to right, gray 1px, transparent 1px, transparent) 640px top, linear-gradient(to right, rgba(0, 0, 0, 0.2) 10px, transparent 10px, transparent) 863px top, linear-gradient(to right, black 1px, transparent 1px, transparent) 868px top, linear-gradient(to right, rgba(0, 0, 255, 0.2) 10px, transparent 10px, transparent) 1019px top, linear-gradient(to right, blue 1px, transparent 1px, transparent) 1024px top, linear-gradient(to right, rgba(0, 128, 0, 0.2) 10px, transparent 10px, transparent) 1435px top, linear-gradient(to right, green 1px, transparent 1px, transparent) 1440px top;
  background-repeat: no-repeat;
  pointer-events: none;
}

[debug=breakpoints] {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}

[debug=breakpoints] {
  z-index: 999999;
}

[debug=breakpoints]::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

[debug=breakpoints]::after {
  content: "-";
  color: #FFF;
  background: black;
  font-size: 14px;
  font-weight: bold;
  font-family: monospace;
  padding: 0.2em 0.7em;
  display: block;
  opacity: 0.8;
  text-align: center;
}

@media screen and (max-width: 640px) {
  [debug=breakpoints]::after {
    background: gray;
    content: "PHONE (640px and less)";
  }
}
@media screen and (min-width: 641px) and (max-width: 868px) {
  [debug=breakpoints]::after {
    background: black;
    content: "TABLET (640px to 868px)";
  }
}
@media screen and (min-width: 869px) and (max-width: 1024px) {
  [debug=breakpoints]::after {
    background: blue;
    content: "LAPTOP (868px to 1024px)";
  }
}
@media screen and (min-width: 1025px) {
  [debug=breakpoints]::after {
    content: "DESKTOP (1024px to 1440px)";
    background: green;
  }
}
@media screen and (max-width: 360px) {
  [debug=breakpoints]::after {
    background: red;
    content: "MINI (360px and less)";
  }
}
@media screen and (min-width: 1441px) {
  [debug=breakpoints]::after {
    background: purple;
    content: "WIDESCREEN (more than 1440px)";
  }
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.children-left {
  display: flex;
  justify-content: flex-start;
}

.children-center {
  display: flex;
  justify-content: center;
}

.children-right {
  display: flex;
  justify-content: flex-end;
}

.children-spaced {
  display: flex;
  justify-content: space-between;
}

.children-stacked {
  display: grid;
}

.children-stacked > * {
  grid-area: 1/1;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-overflow {
  display: inline-block;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.text-hyphens {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
  word-wrap: break-word;
  max-width: 100%;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.text-nowrap {
  white-space: nowrap;
}

.img-left {
  float: left;
  margin: 0 var(--lh) var(--lh) 0;
}

.img-right {
  float: right;
  margin: 0 0 var(--lh) var(--lh);
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-drag {
  -webkit-user-drag: none;
}

.no-scrollbar {
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-animation, .no-animation *,
[animation=off], [animation=off] * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.no-touch {
  pointer-events: none;
}

.no-touch .has-touch {
  pointer-events: all;
}

html[lang] {
  margin-top: 0 !important;
}

div#wpadminbar {
  transition: all 0.2s;
}
div#wpadminbar:not(:hover) {
  transform: translateY(calc(-100% + 3px));
}
div#wpadminbar:after {
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
}
div#wpadminbar:after {
  transform: translateX(-50%);
}
div#wpadminbar:after {
  content: "\f111";
  font-family: dashicons;
  font-size: 10px;
  border-radius: 0 0 3px 3px;
  line-height: 1;
  display: block;
  background: inherit;
  color: white;
  width: 28px;
  text-align: center;
  padding: 2px 0 5px;
}
@media screen and (min-width: 783px) {
  body.is-env-local div#wpadminbar #wp-admin-bar-wp-logo, body.is-env-local div#wpadminbar #wp-admin-bar-updates {
    display: none;
  }
}
@media screen and (max-width: 782px) {
  body.is-env-local div#wpadminbar {
    display: none;
  }
}

#wp-admin-bar-my-account, #wp-admin-bar-search {
  display: none;
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap, 1em);
  row-gap: var(--row-gap, 0.2em);
}
.is-layout-flex.is-horizontal {
  flex-direction: row;
}
.is-layout-flex.is-vertical {
  flex-direction: column;
}
.is-layout-flex.is-content-justification-left {
  justify-content: flex-start;
}
.is-layout-flex.is-content-justification-center {
  justify-content: center;
}
.is-layout-flex.is-content-justification-space-between {
  justify-content: space-between;
}
.is-layout-flex.is-content-justification-right {
  justify-content: flex-end;
}
.is-layout-flex.is-nowrap {
  flex-wrap: nowrap;
}

.wp-block-buttons .wp-block-button {
  margin-left: 0;
  margin-right: 0;
}

@font-face {
  font-family: "Citerne";
  src: url("assets/fonts/citerne/Citerne-Regular.woff2") format("woff2"), url("assets/fonts/citerne/Citerne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Citerne";
  src: url("assets/fonts/citerne/Citerne-Italic.woff2") format("woff2"), url("assets/fonts/citerne/Citerne-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
.btn, .page-basic__buttons a, button:not([unstyled]) {
  display: inline-block;
  border-radius: 0;
  padding: 0em 0.1em 0.1em;
  color: #1252DF;
  background-color: #FFFBF6;
  border: 1px solid #1252DF;
  text-decoration: none;
}
.btn, .page-basic__buttons a, button:not([unstyled]) {
  font-size: 0.72rem;
  line-height: 1;
}
@media (hover: hover) {
  .btn:hover, .page-basic__buttons a:hover, button:hover:not([unstyled]) {
    color: #FFFBF6;
    background-color: #1252DF;
  }
}

.italic-label {
  position: relative;
}
.italic-label {
  display: inline-grid;
}
.italic-label > * {
  grid-area: 1/1;
}
.italic-label__hidden {
  visibility: hidden;
  font-style: normal;
  font-feature-settings: "ss00";
}

@font-face {
  font-family: "Citerne";
  src: url("assets/fonts/citerne/Citerne-Regular.woff2") format("woff2"), url("assets/fonts/citerne/Citerne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Citerne";
  src: url("assets/fonts/citerne/Citerne-Italic.woff2") format("woff2"), url("assets/fonts/citerne/Citerne-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
body {
  --scrollbar-size: 3px;
  --scrollbar-padding: 0px;
  --scrollbar-radius: 0px;
  --scrollbar-color: #1252DF;
  --indent: calc(var(--screen-column-size) / 2);
  --head-height: var(--column-padding);
  --transition-duration: 0.2s;
  --margin-top: 0;
  --content-bottom: 36px;
}
body {
  font-size: 1rem;
}
@media screen and (max-width: 868px) {
  body {
    font-size: 0.8rem;
    line-height: 1;
  }
}
body {
  --cell-size: calc(((var(--screen-column-width, 100%) + var(--screen-column-gap, 10px)) * var(--screen-column-ratio, (1/8)) - var(--screen-column-gap, 10px)) * 1);
}
body {
  --screen-column-size: calc(((var(--screen-column-width, 100%) + var(--screen-column-gap, 10px)) * var(--screen-column-ratio, (1/8)) - var(--screen-column-gap, 10px)) * 1);
}
@media screen and (max-width: 868px) {
  body {
    --indent: 4.6em;
    --cell-size: 54px;
    --head-height: calc(var(--cell-size) + (var(--column-gap) * 2));
    --content-bottom: 32px;
  }
}
@media screen and (max-width: 640px) {
  body {
    --indent: 2.3em;
  }
  body {
    --screen-column-size: calc(((var(--screen-column-width, 100%) + var(--screen-column-gap, 10px)) * var(--screen-column-ratio, (1/6)) - var(--screen-column-gap, 10px)) * 1);
  }
}

* {
  font-weight: normal !important;
}

h1 {
  text-transform: uppercase;
}
h1 {
  font-size: 1rem;
}
@media screen and (max-width: 868px) {
  h1 {
    font-size: 0.8rem;
    line-height: 1;
  }
}

h2 {
  padding-left: var(--indent);
  margin-bottom: 0;
  text-transform: uppercase;
}
h2 {
  font-size: 1rem;
}
@media screen and (max-width: 868px) {
  h2 {
    font-size: 0.8rem;
    line-height: 1;
  }
}
h2:not(:first-child) {
  margin-top: 2em;
}

h3 {
  text-transform: uppercase;
}
h3 {
  font-size: 1rem;
}
@media screen and (max-width: 868px) {
  h3 {
    font-size: 0.8rem;
    line-height: 1;
  }
}

h4 {
  text-transform: uppercase;
}
h4 {
  font-size: 0.72rem;
  line-height: 1;
}
@media screen and (max-width: 868px) {
  h4 {
    font-size: 0.6rem;
    line-height: 1;
  }
}

h5 {
  text-transform: uppercase;
}
h5 {
  font-size: 0.4rem;
  line-height: 1;
}

figcaption {
  margin: 0;
  display: block;
  padding: 0.5em 0 0 0;
}
figcaption {
  font-size: 0.4rem;
  line-height: 1;
}
@media screen and (max-width: 868px) {
  figcaption {
    padding-top: 0.3em;
  }
}

i, em {
  font-feature-settings: "ss01";
}
i, em {
  font-style: italic;
}

img[loading=lazy] {
  transition: opacity 0.3s;
}

img[loading=lazy][lazy] {
  opacity: 0;
}

@media (hover: hover) {
  main a:hover {
    text-decoration: none;
  }
}
main ul:where(:not([unstyled])),
main ol:where(:not([unstyled])) {
  margin-left: 0.55em;
  margin-bottom: var(--lh);
}
main ul:where(:not([unstyled])) ul, main ul:where(:not([unstyled])) ol,
main ol:where(:not([unstyled])) ul,
main ol:where(:not([unstyled])) ol {
  margin-bottom: 0;
}
main ul:where(:not([unstyled])) ul,
main ol:where(:not([unstyled])) ul {
  margin-left: 0;
}
main ul:where(:not([unstyled])) ol,
main ol:where(:not([unstyled])) ol {
  margin-left: 1.2em;
}
main ul:where(:not([unstyled])) {
  list-style: none;
}
main ul:where(:not([unstyled])) > li {
  position: relative;
  padding-left: calc(1em + 0px);
}
main ul:where(:not([unstyled])) > li:before {
  content: "■";
  position: absolute;
  width: 1em;
  left: 0;
  top: 0;
  display: inline-block;
  top: 7px;
  left: 2px;
  font-size: 0.55em;
}
main ol:where(:not([unstyled])) {
  margin-left: 1.2em;
}

[type=checkbox] {
  color: var(--form-checkbox-color, #1252DF);
  border: 1px solid var(--form-checkbox-border, #1252DF);
  appearance: none;
  position: relative;
  min-width: 0;
  -webkit-appearance: none;
  padding: 0;
}
[type=checkbox]:where(:checked) {
  background-color: #1252DF;
}
[type=checkbox]::after {
  content: none;
}
[type=checkbox] {
  border-radius: 0;
}
[type=checkbox] {
  display: inline-block;
  width: 13px;
  height: 13px;
  overflow: hidden;
}
[type=checkbox]::after {
  background-image: linear-gradient(var(--bg-cross-angle, 45deg), rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - calc(var(--bg-cross-size, 1px) / 2)), var(--bg-cross-color, var(--form-checkbox-dot, #1252DF)) calc(50% - calc(var(--bg-cross-size, 1px) / 2)), var(--bg-cross-color, var(--form-checkbox-dot, #1252DF)) calc(50% + calc(var(--bg-cross-size, 1px) / 2)), rgba(0, 0, 0, 0) calc(50% + calc(var(--bg-cross-size, 1px) / 2)), rgba(0, 0, 0, 0) 100%), linear-gradient(calc(var(--bg-cross-angle, 45deg) + 90deg), rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - calc(var(--bg-cross-size, 1px) / 2)), var(--bg-cross-color, var(--form-checkbox-dot, #1252DF)) calc(50% - calc(var(--bg-cross-size, 1px) / 2)), var(--bg-cross-color, var(--form-checkbox-dot, #1252DF)) calc(50% + calc(var(--bg-cross-size, 1px) / 2)), rgba(0, 0, 0, 0) calc(50% + calc(var(--bg-cross-size, 1px) / 2)), rgba(0, 0, 0, 0) 100%);
}

/* ----------------------------------------------------------------––––––-------
Layout 
----------------------------------------------------------------––––––------- */
.site {
  display: flex;
  flex-direction: column;
}

.site-head {
  z-index: 60;
}
.site-head {
  padding: 12px var(--column-padding, 10px);
}
.site-head a {
  text-decoration: none;
}
@media (hover: hover) {
  .site-head a:hover {
    font-feature-settings: "ss01";
  }
  .site-head a:hover {
    font-style: italic;
  }
}
.site-head a.is-current {
  font-feature-settings: "ss01";
}
.site-head a.is-current {
  font-style: italic;
}
@media screen and (min-width: 869px) {
  .site-head {
    display: flex;
    column-gap: var(--column-gap, 10px);
    flex-direction: row;
  }
  .site-head > * {
    flex: 0 0 auto;
  }
  .site-head > * {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (1/2)) - var(--column-gap, 10px)) * 1);
  }
  .site-head {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .site-head__left {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: var(--column-gap);
  }
  .site-head__mobile {
    display: none;
  }
  .site-head__overlay {
    display: none;
  }
}
@media screen and (max-width: 868px) {
  .site-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .site-head {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
  }
  .site-head__left {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  .site-head__right {
    display: contents;
  }
  .site-head__mobile {
    display: contents;
  }
  .site-head__desktop {
    display: none;
  }
  .site-head__brand, .site-head__toggle {
    position: relative;
    z-index: 23;
  }
  .site-head__close {
    padding: var(--column-padding, 10px);
  }
  .site-head__close {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
  }
  .site-head__overlay {
    background-color: #FFFBF6;
    z-index: 2;
  }
  .site-head__overlay {
    padding: var(--column-padding, 10px);
  }
  .site-head__overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    height: var(--viewport-dynamic-height, 100%);
    width: var(--viewport-dynamic-width, 100%);
  }
  .site-head__overlay {
    height: 100vh;
    padding-top: var(--head-height);
  }
  body.is-dark .site-head__overlay {
    background-color: #1252DF;
  }
}

.site-menu {
  display: flex;
  gap: 2em;
  row-gap: 0;
}
@media screen and (min-width: 869px) {
  .site-menu {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 868px) {
  .site-menu {
    text-transform: uppercase;
    flex-direction: column;
  }
}

.site-main {
  min-height: 100vh;
}
.site-main {
  padding: var(--column-padding, 10px);
}
.site-main {
  padding-bottom: var(--content-bottom);
}
@media screen and (max-width: 868px) {
  .site-main {
    padding-top: var(--head-height);
  }
}

.site-splash {
  background-color: #1252DF;
  padding: 50px;
}
.site-splash {
  z-index: 160;
}
.site-splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-splash {
  height: var(--viewport-dynamic-height, 100vh);
  bottom: auto;
}
.site-splash__bg {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.site-splash__bg > * {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.site-splash__fg {
  display: flex;
  justify-content: space-between;
  color: #FFFBF6;
}
@media screen and (min-width: 869px) {
  .site-splash__fg {
    padding: 50px var(--column-padding, 10px);
  }
  .site-splash__fg {
    position: absolute;
    top: calc(50% + 0.5em);
    right: 0;
    bottom: auto;
    left: 0;
  }
  .site-splash__fg {
    transform: translateY(-50%);
  }
  .site-splash__fg-right {
    text-align: right;
  }
}
@media screen and (max-width: 868px) {
  .site-splash__fg {
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 10px 0 17px;
  }
  .site-splash__fg {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
  }
}

.site-privacy-consent {
  font-size: 0.72rem;
  line-height: 1;
}
@media screen and (max-width: 868px) {
  .site-privacy-consent {
    font-size: 0.6rem;
    line-height: 1;
  }
}
.site-privacy-consent__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--column-padding);
  pointer-events: none;
}
.site-privacy-consent__wrap {
  position: fixed;
  position: fixed;
  top: 0;
  left: 0;
  height: var(--viewport-dynamic-height, 100%);
  width: var(--viewport-dynamic-width, 100%);
}
.site-privacy-consent__wrap {
  z-index: 150;
}
.site-privacy-consent__backdrop {
  background: #FFFBF6;
  opacity: 0.8;
  pointer-events: all;
}
.site-privacy-consent__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-privacy-consent__banner-backdrop {
  display: none;
}
.site-privacy-consent__box {
  border: 1px solid #1252DF;
  background-color: #FFFBF6;
  color: #1252DF;
  padding: var(--column-padding);
  position: relative !important;
  display: inline-block;
  pointer-events: all;
  max-height: 100%;
}
.site-privacy-consent__box {
  overflow-y: auto;
  overflow-x: hidden;
}
.site-privacy-consent__box {
  font-size: 0.72rem;
  line-height: 1;
}
@media screen and (max-width: 868px) {
  .site-privacy-consent__box {
    font-size: 0.6rem;
    line-height: 1;
  }
}
@media screen and (min-width: 869px) {
  .site-privacy-consent__box {
    width: calc(((var(--screen-column-width, 100%) + var(--screen-column-gap, 10px)) * var(--screen-column-ratio, (3/8)) - var(--screen-column-gap, 10px)) * 1);
  }
}
@media screen and (max-width: 868px) {
  .site-privacy-consent__box {
    align-self: flex-end;
  }
}
@media screen and (min-width: 641px) and (max-width: 868px) {
  .site-privacy-consent__box {
    width: calc(((var(--screen-column-width, 100%) + var(--screen-column-gap, 10px)) * var(--screen-column-ratio, (8/12)) - var(--screen-column-gap, 10px)) * 1);
  }
}
.site-privacy-consent__customize, .site-privacy-consent__reject, .site-privacy-consent__accept {
  color: #1252DF;
  padding: 0;
  background: none;
  border: none !important;
}
@media (hover: hover) {
  .site-privacy-consent__customize:hover, .site-privacy-consent__reject:hover, .site-privacy-consent__accept:hover {
    color: #1252DF !important;
    background: none !important;
  }
}
@media (hover: hover) {
  .site-privacy-consent__customize:hover, .site-privacy-consent__reject:hover {
    font-feature-settings: "ss01";
  }
  .site-privacy-consent__customize:hover, .site-privacy-consent__reject:hover {
    font-style: italic;
  }
}
.site-privacy-consent__accept > span {
  text-decoration: underline;
}
@media (hover: hover) {
  .site-privacy-consent__accept > span:hover {
    text-decoration: none;
  }
}
.site-privacy-consent__banner-options {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.7em;
  row-gap: 0em;
}
.site-privacy-consent__banner-options button {
  font-size: 0.72rem;
  line-height: 1;
}
@media screen and (max-width: 868px) {
  .site-privacy-consent__banner-options button {
    font-size: 0.6rem;
    line-height: 1;
  }
}
.site-privacy-consent__banner-content {
  margin-bottom: 1em;
}
.site-privacy-cookies__title {
  margin-bottom: 1em;
}
.site-privacy-cookies__intro {
  margin-bottom: 1em;
}
.site-privacy-cookies__category-list {
  margin-bottom: 2em;
}
.site-privacy-cookies__category-item {
  margin-bottom: 1em;
}
.site-privacy-cookies__category-heading {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.site-privacy-cookies__category-heading input {
  order: 1;
  margin: 0 0.55em 0 0;
  opacity: 1;
}
.site-privacy-cookies__category-heading span {
  order: 2;
}
.site-privacy-cookies table {
  max-width: 100%;
  margin-top: 1em;
}
.site-privacy-cookies td, .site-privacy-cookies th {
  padding: 0;
  border: none;
  vertical-align: top;
}
.site-privacy-cookies th {
  padding-right: 1em;
}
.site-privacy-cookies td {
  word-break: break-word;
}
.site-privacy-cookies tbody:not(:first-child) tr:first-child > * {
  padding-top: 1em;
}
.site-privacy-cookies button.is-loading {
  opacity: 0.2;
}
.site-privacy-cookies__options {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1em;
  row-gap: 0.2em;
}
.site-privacy-cookies__options {
  font-size: 0.72rem;
  line-height: 1;
}
.site-privacy-cookies__overlay-close {
  text-decoration: underline;
}
@media (hover: hover) {
  .site-privacy-cookies__overlay-close:hover {
    text-decoration: none;
  }
}

.item-showcase {
  --gap: var(--column-gap, 5px);
  --size: var(--screen-column-size, 130px);
  --size-gap: calc(var(--size) + var(--gap));
  overflow: hidden;
}
.item-showcase {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-showcase {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.item-showcase__inside {
  position: relative;
  width: calc(var(--size-gap) * 63);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}
.item-showcase a {
  margin: 0;
}
.item-showcase [box] {
  position: absolute;
  top: calc(var(--size-gap) * var(--y));
  left: calc(var(--size-gap) * var(--x));
  height: calc(var(--size-gap) * var(--h, 100) - var(--gap));
  width: calc(var(--size-gap) * var(--w, 100) - var(--gap));
  overflow: hidden;
}
.item-showcase [box] {
  --sw: 100%;
  --sh: auto;
  transform: translateZ(0);
}
.item-showcase [box] {
  font-size: 0.72rem;
  line-height: 1;
}
@media screen and (max-width: 868px) {
  .item-showcase [box] {
    font-size: 0.6rem;
    line-height: 1;
  }
}
.item-showcase [box] img, .item-showcase [box] .item-snippet__preview {
  height: var(--sh);
  width: var(--sw);
}
.item-showcase [box].is-max-height {
  --sw: auto;
  --sh: 100%;
}
.item-showcase [box]:not([is-visible]) {
  display: none;
}

.item-showcase-filters {
  position: relative;
}
@media (hover: hover) {
  .item-showcase-filters button:hover {
    font-feature-settings: "ss01";
  }
  .item-showcase-filters button:hover {
    font-style: italic;
  }
}
.item-showcase-filters__backdrop {
  background-color: rgba(255, 251, 246, 0.8);
}
.item-showcase-filters__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-showcase-filters__overlay {
  white-space: nowrap;
}
@media screen and (min-width: 869px) {
  .item-showcase-filters__overlay {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 2em;
    left: 0;
  }
}
@media screen and (max-width: 868px) {
  .item-showcase-filters__overlay {
    position: absolute;
    top: 2em;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
.item-showcase-filters__group-items {
  margin-left: 2em;
}
.item-showcase-filters__group-items button {
  position: relative;
}
.item-showcase-filters__group-items button.is-current::before {
  content: "×";
}
.item-showcase-filters__group-items button.is-current::before {
  position: absolute;
  top: 0;
  right: calc(100% + 0.7em);
  bottom: auto;
  left: auto;
}
.item-showcase-filters__group:not(:last-child) .item-showcase-filters__group-items {
  margin-bottom: 1em;
}

@media screen and (min-width: 869px) {
  .item-history-events {
    --multiview: true;
  }
  .item-history-events {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .item-history-events {
    padding: 0 var(--column-padding, 10px);
  }
  .item-history-events__columns {
    height: 100%;
  }
  .item-history-events__columns {
    display: flex;
    column-gap: var(--column-gap, 10px);
    flex-direction: row;
  }
  .item-history-events__columns > * {
    flex: 0 0 auto;
  }
  .item-history-events__columns > * {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (1/2)) - var(--column-gap, 10px)) * 1);
  }
  .item-history-events__col {
    display: flex;
    column-gap: var(--column-gap, 10px);
    flex-direction: row;
  }
  .item-history-events__col > * {
    flex: 0 0 auto;
  }
  .item-history-events__col > *:nth-child(2n-1) {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (1/4)) - var(--column-gap, 10px)) * 1);
  }
  .item-history-events__col > *:nth-child(2n) {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (3/4)) - var(--column-gap, 10px)) * 1);
  }
  .item-history-events__anchors, .item-history-events__list {
    padding: var(--column-padding) 0 1.46em 0;
  }
  .item-history-events__anchor-parent, .item-history-events__anchor-children {
    display: contents;
  }
  .item-history-events__anchor-children-col {
    display: contents;
  }
  html.is-safari .item-history-events__anchor-children-col {
    word-break: break-word;
  }
  html:not(.is-safari) .item-history-events__anchor-children-col {
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    max-width: 100%;
    word-wrap: break-word;
    max-width: 100%;
  }
}
@media screen and (max-width: 868px) {
  .item-history-events {
    display: flex;
    flex-wrap: wrap;
    gap: var(--column-gap);
  }
  .item-history-events__columns, .item-history-events__col {
    display: contents;
  }
  .item-history-events__anchors {
    order: 1;
  }
  .item-history-events__list {
    order: 2;
  }
}
.item-history-events__anchors a {
  text-decoration: none;
}
@media (hover: hover) {
  .item-history-events__anchors a:hover {
    font-feature-settings: "ss01";
  }
  .item-history-events__anchors a:hover {
    font-style: italic;
  }
}
.item-history-events__anchors a.is-current {
  padding-left: 1.8em;
  padding-left: calc(var(--indent) * 0.3333333333);
}
@media screen and (min-width: 869px) {
  .item-history-events__anchors {
    display: flex;
    flex-direction: column;
  }
  .item-history-events__anchors {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .item-history-events__anchors {
    scrollbar-width: none;
  }
  .item-history-events__anchors::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 868px) {
  .item-history-events__anchors {
    margin-bottom: 4.3em;
  }
  .item-history-events__anchors {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (1/2)) - var(--column-gap, 10px)) * 1);
  }
}
@media screen and (max-width: 868px) {
  .item-history-events__anchor-children {
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--column-gap, 10px);
    flex-direction: row;
  }
  .item-history-events__anchor-children > * {
    flex: 0 0 auto;
  }
  .item-history-events__anchor-children > * {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (1/2)) - var(--column-gap, 10px)) * 1);
  }
}
.item-history-events__anchor-children-col {
  display: flex;
  flex-direction: column;
}
.item-history-events__space {
  flex: 0 0 auto;
  height: 1em;
}
@media screen and (min-width: 869px) {
  .item-history-events__list {
    height: 100%;
  }
  .item-history-events__list {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .item-history-events__list {
    scrollbar-width: none;
  }
  .item-history-events__list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 868px) {
  .item-history-events__list:not(.is-current) {
    display: none;
  }
}
.item-snippet {
  display: block;
  text-decoration: none;
  margin-bottom: 3em;
}
.item-snippet__preview--artwork {
  position: relative;
}
.item-snippet__preview--artwork::before {
  content: "";
  background: #1252DF;
  opacity: 0;
}
.item-snippet__preview--artwork::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-snippet__preview--artwork::before {
  transition-property: opacity;
  transition-duration: var(--transition-duration, 0.3s);
}
.item-snippet__preview--text {
  transition-property: background;
  transition-duration: var(--transition-duration, 0.3s);
}
.item-snippet.is-text {
  display: block;
  padding-bottom: 1.2em;
  height: 100%;
}
.item-snippet.is-text {
  font-size: 0.72rem;
  line-height: 1;
}
@media screen and (max-width: 868px) {
  .item-snippet.is-text {
    font-size: 0.6rem;
    line-height: 1;
  }
}
.item-snippet.is-text .item-snippet__preview {
  overflow: hidden;
  max-height: 100%;
  padding-bottom: 0.2em;
}
@media (hover: hover) {
  .item-snippet:hover.is-text {
    background: #FAF4EA;
  }
}
@media (hover: hover) {
  .item-snippet:hover .item-snippet__preview--artwork::before {
    opacity: 1;
  }
}

.item-grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap, 10px);
  row-gap: var(--column-gap);
  flex-direction: row;
}
.item-grid > * {
  flex: 0 0 auto;
}
.item-grid > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--grid, (1/3)) - var(--column-gap, 10px)) * 1);
}

.item-related {
  padding-top: 10px;
  margin: 0 0 0 auto;
  background: url(assets/images/line-1.svg?v=1.1) right 4px top no-repeat, url(assets/images/line-dot.svg?v=1.1) right top 1px no-repeat;
  margin-top: 3.85em;
}
.item-related + .item-related {
  margin-top: 0;
}
.item-related.is-even {
  background: url(assets/images/line-2.svg?v=1.1) right 4px top 2px no-repeat, url(assets/images/line-dot.svg?v=1.1) right top no-repeat;
}
@media screen and (min-width: 869px) {
  .item-related {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (6/8)) - var(--column-gap, 10px)) * 1);
  }
  .item-related {
    display: flex;
    column-gap: var(--column-gap, 10px);
    flex-direction: row;
  }
  .item-related > * {
    flex: 0 0 auto;
  }
  .item-related > * {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (1/2)) - var(--column-gap, 10px)) * 1);
  }
}
@media screen and (max-width: 868px) {
  .item-related {
    display: flex;
    column-gap: var(--column-gap, 10px);
    flex-direction: row;
  }
  .item-related > * {
    flex: 0 0 auto;
  }
  .item-related > *:nth-child(2n-1) {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (1/3)) - var(--column-gap, 10px)) * 1);
  }
  .item-related > *:nth-child(2n) {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (2/3)) - var(--column-gap, 10px)) * 1);
  }
}
.item-related__title {
  padding: 0;
}
.item-related__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap, 10px);
  row-gap: var(--column-gap, 10px);
  flex-direction: row;
}
.item-related__list > * {
  flex: 0 0 auto;
}
.item-related__list > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--list, (1/3)) - var(--column-gap, 10px)) * 1);
}
@media screen and (max-width: 868px) {
  .item-related__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--column-gap, 10px);
    row-gap: var(--column-gap, 10px);
    flex-direction: row;
  }
  .item-related__list > * {
    flex: 0 0 auto;
  }
  .item-related__list > * {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--list, (1/2)) - var(--column-gap, 10px)) * 1);
  }
}
@media screen and (min-width: 641px) and (max-width: 868px) {
  .item-related__item {
    padding-right: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (1/8)) - var(--column-gap, 10px)) * 1);
  }
}
.item-related__link {
  display: block;
  text-decoration: none;
  aspect-ratio: 1;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
  word-wrap: break-word;
  max-width: 100%;
}
@media (hover: hover) {
  .item-related__link:hover {
    background: #FAF4EA;
  }
}
@media screen and (max-width: 640px) {
  .item-related__link {
    background: #FAF4EA;
  }
}

.wp-block-columns {
  font-size: 0.72rem;
  line-height: 1;
}
@media screen and (max-width: 868px) {
  .wp-block-columns {
    font-size: 0.6rem;
    line-height: 1;
  }
}

.block-section {
  padding-left: var(--indent);
  margin-bottom: 0;
}
.block-section:not(:first-child) {
  margin-top: 2em;
}

.block-list-partners {
  margin-top: 2em;
  margin-bottom: 1em;
}
.block-list-partners:first-child {
  margin-top: 0;
}
.block-list-partners__title {
  margin: 0;
}
.block-list-partners__list {
  display: flex;
  flex-direction: column;
  row-gap: 75px;
}
.block-list-partners__item {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--partner, (1/4)) - var(--column-gap, 10px)) * 1);
}
.block-list-partners__item.is-medium {
  --partner:2/4;
}
.block-list-partners__item.is-big {
  --partner:1;
}
.block-list-partners .image--link {
  vertical-align: top;
  display: inline-block;
}

/* ----------------------------------------------------------------––––––-------
Pages 
----------------------------------------------------------------––––––------- */
.page.is-dark {
  --scrollbar-color: #FFFBF6;
  color: #FFFBF6;
  background-color: #1252DF;
}

@media screen and (min-width: 869px) {
  .page-basic__content {
    display: flex;
    column-gap: var(--column-gap, 10px);
    flex-direction: row;
  }
  .page-basic__content > * {
    flex: 0 0 auto;
  }
  .page-basic__content > * {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (1/2)) - var(--column-gap, 10px)) * 1);
  }
}
@media screen and (min-width: 641px) and (max-width: 868px) {
  .page-basic__content {
    padding-right: calc(((var(--screen-column-width, 100vw) + var(--column-gap, 10px)) * var(--column-ratio, (2/12)) - var(--column-gap, 10px) + (var(--column-gap, 10px) * 1)) * 1);
  }
}
@media screen and (min-width: 869px) {
  .page-basic__left-inside {
    position: sticky;
    top: var(--column-padding);
  }
}
@media screen and (max-width: 868px) {
  .page-basic__left {
    padding-bottom: 4.45em;
  }
}
.page-basic__title {
  margin-bottom: var(--column-gap);
}
@media screen and (min-width: 869px) {
  .page-basic__title {
    min-height: calc(((var(--screen-column-width, 100vw) + var(--column-gap, 10px)) * var(--column-ratio, (1/8)) - var(--column-gap, 10px)) * 1);
  }
}
@media screen and (min-width: 641px) {
  .page-basic__title {
    min-height: var(--cell-size);
  }
}
.page-basic__anchors {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-basic__anchors a {
  text-decoration: none;
}
.page-basic__anchors a {
  transition-property: padding;
  transition-duration: var(--transition-duration, 0.3s);
}
@media (hover: hover) {
  .page-basic__anchors a:hover {
    font-feature-settings: "ss01";
  }
  .page-basic__anchors a:hover {
    font-style: italic;
  }
}
.page-basic__anchors a.is-selected {
  padding-left: var(--indent);
}
.page-basic__anchors {
  margin-bottom: 2em;
}
.page-basic__buttons {
  margin-top: 1.6em;
}
@media screen and (max-width: 868px) {
  .page-basic__buttons {
    margin-top: 0;
  }
}

@media screen and (min-width: 869px) {
  .page-item__top {
    height: calc(var(--viewport-min-height, 100vh) - var(--column-padding) * 2);
    margin-bottom: 3em;
  }
  .page-item__top {
    display: flex;
    column-gap: var(--column-gap, 10px);
    flex-direction: row;
  }
  .page-item__top > * {
    flex: 0 0 auto;
  }
  .page-item__top > * {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (1/2)) - var(--column-gap, 10px)) * 1);
  }
  .page-item__top.is-landscape {
    display: flex;
    column-gap: var(--column-gap, 10px);
    flex-direction: row;
  }
  .page-item__top.is-landscape > * {
    flex: 0 0 auto;
  }
  .page-item__top.is-landscape > *:nth-child(2n-1) {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (2/8)) - var(--column-gap, 10px)) * 1);
  }
  .page-item__top.is-landscape > *:nth-child(2n) {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (6/8)) - var(--column-gap, 10px)) * 1);
  }
}
@media screen and (max-width: 868px) {
  .page-item__top {
    margin-bottom: 4.75em;
  }
}
@media screen and (min-width: 869px) {
  .page-item__title {
    position: sticky;
    top: var(--column-padding);
  }
  .page-item__title {
    min-height: calc(((var(--screen-column-width, 100vw) + var(--column-gap, 10px)) * var(--column-ratio, (1/8)) - var(--column-gap, 10px)) * 1);
  }
}
@media screen and (min-width: 641px) and (max-width: 868px) {
  .page-item__title {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .page-item__title {
    margin-bottom: 0.25em;
  }
}
.page-item__year, .page-item__meta {
  font-size: 0.72rem;
  line-height: 1;
}
@media screen and (max-width: 868px) {
  .page-item__year, .page-item__meta {
    font-size: 0.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 868px) {
  .page-item__top {
    display: flex;
    flex-direction: column;
  }
  .page-item__info {
    display: contents;
  }
  .page-item__title {
    order: 1;
  }
  .page-item__media {
    order: 2;
  }
  .page-item__year {
    order: 3;
  }
  .page-item__meta {
    order: 4;
  }
}
.page-item__media .image {
  object-fit: var(--fit-size, contain);
  object-position: var(--fit-position, top left);
  width: 100%;
  height: 100%;
}
.page-item__media .media-player,
.page-item__media .media-player--outer,
.page-item__media .media-player--inner,
.page-item__media .media-player--media {
  display: contents;
}
.page-item__media .media-player--inner::before,
.page-item__media .media-player--thumbnail {
  display: none;
}
.page-item__media video {
  object-fit: var(--fit-size, contain);
  object-position: var(--fit-position, top left);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 868px) {
  .page-item__media {
    margin-bottom: 0.5em;
  }
}
.page-item__heading {
  padding: 0;
}
@media screen and (max-width: 868px) {
  .page-item__heading {
    margin-bottom: 1.15em;
  }
}
@media screen and (min-width: 869px) {
  .page-item__collection {
    display: flex;
    column-gap: var(--column-gap, 10px);
    flex-direction: row;
  }
  .page-item__collection > * {
    flex: 0 0 auto;
  }
  .page-item__collection > *:nth-child(2n-1) {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (2/8)) - var(--column-gap, 10px)) * 1);
  }
  .page-item__collection > *:nth-child(2n) {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 10px)) * var(--column-ratio, (6/8)) - var(--column-gap, 10px)) * 1);
  }
}
@media screen and (max-width: 640px) {
  .page-item__collection {
    margin-bottom: 4.25em;
  }
}
.page-item.single-iw-text .page-item__top {
  height: auto;
  margin-bottom: 0.05em;
}
.page-item.single-iw-text .page-item__title {
  margin-bottom: 2.15em;
}
@media screen and (min-width: 869px) {
  .page-item.single-iw-collection .page-item__heading span {
    position: sticky;
    top: var(--column-padding);
  }
}

@media screen and (min-width: 869px) {
  .page-history__title {
    display: none;
  }
}

[debug=columns]::after {
  content: "";
  background: no-repeat var(--bg-column-padding, 0px) 0/calc(100% - var(--bg-column-padding, 0px) * 2 + var(--bg-column-gap, var(--column-gap))) 100% repeating-linear-gradient(180deg, var(--bg-column-color, rgba(255, 0, 0, 0.2)), var(--bg-column-color, rgba(255, 0, 0, 0.2)) calc(100% / var(--bg-column-count, var(--column-count)) - var(--bg-column-gap, var(--column-gap)) - 1px), transparent calc(100% / var(--bg-column-count, var(--column-count)) - var(--bg-column-gap, var(--column-gap))), transparent calc(100% / var(--bg-column-count, var(--column-count))));
}
[debug=columns]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[debug=columns]::after {
  top: var(--column-padding);
  height: var(--inner-width);
}