/*****
  Import the things that dont output anything
*****/
:root {
  --vh-offset: 0px;
}

/*****
  Now import the things that do output stuff
*****/
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#media-queries:before {
  content: '("mobile": 400px, "large_mobile": 500px, "phablet": 600px, "small_tablet": 700px, "tablet": 800px, "medium_tablet": 900px, "large_tablet": 1000px, "small_desktop": 1300px, "desktop": 1400px, "huge": 1800px, "screen_sm": 640px, "screen_md": 768px, "screen_lg": 1024px, "screen_lge": 1100px, "screen_xl": 1280px, "screen_2xl": 1536px)';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}

[data-href] {
  cursor: pointer;
}

/*****
  Generic styles used site-wide
*****/
html {
  font-size: 100%;
  color: #282828;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #282828;
  line-height: 1.6;
  font-size: 1.25rem;
}

p {
  margin: 2rem 0;
}

hr {
  margin: 2rem 0;
  color: #f5f5f5;
  border-top: 0;
  border-bottom: 1px solid #f5f5f5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 2rem 0;
}

h1,
.h1 {
  font-size: 2.938rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 1.875rem;
}

h5,
.h5 {
  font-size: 1.75rem;
}

h6,
.h6 {
  font-size: 1.375rem;
}

strong,
b {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table caption {
  margin: 0 0 1rem;
}
table th {
  text-align: left;
  font-weight: 700;
  background: #F5F5F5;
}
table th,
table td {
  border: 1px solid #f5f5f5;
  padding: 0.5rem;
  vertical-align: top;
}

a {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #966701;
  text-transform: uppercase;
  font-weight: 500;
}
a:hover {
  color: #966701;
  text-decoration: underline;
}

ul,
ol {
  padding: 0;
  margin: 1.5rem 0 1.5rem 2rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

figure {
  margin: 2rem 0;
}

img {
  max-width: 100%;
}

svg {
  display: block;
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

blockquote {
  background-color: transparent;
  margin: 1.5rem 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.6;
  color: #282828;
  text-align: left;
}
blockquote > :first-child {
  margin-top: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

cite {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-top: 4rem;
  display: block;
}

.btn, .lscookies-wrapper .lscookies-save.button {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0;
  border: none;
  text-align: left;
}
.btn span:not(.text), .lscookies-wrapper .lscookies-save.button span:not(.text) {
  height: 44px;
  width: 44px;
  border-radius: 44px;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn span:not(.text) svg, .lscookies-wrapper .lscookies-save.button span:not(.text) svg {
  width: 19px;
  height: auto;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  rotate: -90deg;
}
.btn:hover, .lscookies-wrapper .lscookies-save.button:hover {
  cursor: pointer;
}
.btn.btn--download span svg, .lscookies-wrapper .btn--download.lscookies-save.button span svg {
  rotate: 0deg;
}

.btn__primary, .lscookies-wrapper .lscookies-save.button {
  color: #966701;
}
.btn__primary span:not(.text), .lscookies-wrapper .lscookies-save.button span:not(.text) {
  color: #966701;
  border-color: #966701;
}
.btn__primary:hover, .lscookies-wrapper .lscookies-save.button:hover {
  color: #966701;
}
.btn__primary:hover span, .lscookies-wrapper .lscookies-save.button:hover span {
  color: #ffffff;
  background: #966701;
  border-color: #966701;
}

.btn__secondary {
  color: #ffffff;
}
.btn__secondary:hover {
  color: #966701;
}
.btn__secondary:hover span:not(.text) {
  color: #ffffff;
  background: #966701;
  border-color: #966701;
}

.btn__loadmore {
  color: #966701;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn__loadmore span:not(.text) {
  color: #966701;
  border-color: #966701;
}
.btn__loadmore span:not(.text) svg {
  rotate: 0deg;
}
.btn__loadmore:hover {
  color: #966701;
}
.btn__loadmore:hover span:not(.text) {
  color: #ffffff;
  background: #966701;
  border-color: #966701;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #ffffff;
}

.wp-block-group,
.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  max-width: 64.75rem;
}
@media (min-width: 640px) {
  .wp-block-group,
.wrapper {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
.wp-block-group--wide,
.wrapper--wide {
  max-width: 80rem;
}
.wp-block-group--extra-padding-x,
.wrapper--extra-padding-x {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
@media (min-width: 640px) {
  .wp-block-group--extra-padding-x,
.wrapper--extra-padding-x {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
.wp-block-group--padding-y,
.wrapper--padding-y {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 640px) {
  .wp-block-group--padding-y,
.wrapper--padding-y {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.wp-block-group--extra-padding-y,
.wrapper--extra-padding-y {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}
@media (min-width: 640px) {
  .wp-block-group--extra-padding-y,
.wrapper--extra-padding-y {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
.wp-block-group--extra2-padding-y,
.wrapper--extra2-padding-y {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 640px) {
  .wp-block-group--extra2-padding-y,
.wrapper--extra2-padding-y {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.wp-block-group + .wrapper,
.wrapper + .wrapper {
  padding-top: 0 !important;
}

.logo {
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(13, 13, 21, 0.5));
          filter: drop-shadow(0px 0px 30px rgba(13, 13, 21, 0.5));
  display: block;
  width: 220px;
  color: #fff;
}
.logo:hover {
  opacity: 0.75;
  background-color: transparent;
}
@media (min-width: 768px) {
  .header--static .logo {
    pointer-events: all;
  }
}

.header {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: fixed;
  z-index: 1001;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.75rem;
  gap: 1rem;
}
@media (min-width: 640px) {
  .header {
    padding: 3.5rem;
  }
}
.header.header--static.header--scrolled {
  padding: 1.75rem;
}
@media (min-width: 640px) {
  .header.header--static.header--scrolled {
    padding: 1rem 3.5rem;
  }
}
@media (min-width: 1024px) {
  .header.header--static.header--scrolled {
    padding: 3.5rem;
    background: transparent;
    pointer-events: none;
  }
}
.header.header--scrolled {
  background: rgba(40, 40, 40, 0.5);
  padding: 1rem 1.75rem;
}
@media (min-width: 640px) {
  .header.header--scrolled {
    padding: 1rem 3.5rem;
  }
}

.header__button {
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #ffffff;
}
@media (min-width: 768px) {
  .header--static .header__button {
    color: #000000;
    pointer-events: all;
  }
}
.header__button svg {
  width: 30px;
  height: 19px;
}
.header__button:hover {
  opacity: 0.75;
  cursor: pointer;
}

.header__button--open {
  display: block;
}

.header__button--close {
  display: none;
}

.footer {
  background-color: #282828;
  color: #ffffff;
  padding: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  font-size: 0.875rem;
  text-align: center;
}
.footer .logo {
  -webkit-filter: none;
          filter: none;
}
@media (min-width: 1024px) {
  .footer {
    padding: calc(3.125rem * 1.5) 3.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer__logo {
    text-align: left;
  }
  .footer .footer__extras {
    text-align: right;
  }
}
.footer a {
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
}
.footer .footer__extras-made-by a {
  text-decoration: none;
  font-weight: 400;
}

.nav__social ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 1024px) {
  .nav__social ul {
    gap: 40px;
  }
}
.nav__social a {
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  border: none;
  display: block;
}
.nav__social a:hover {
  opacity: 0.5;
}
.nav__social svg {
  height: 24px;
  width: 24px;
  fill: #ffffff;
}

html[data-nav-state=open] {
  overflow: hidden;
}
html[data-nav-state=open] .nav {
  display: block;
}
html[data-nav-state=open] .header__button--open {
  display: none;
}
html[data-nav-state=open] .header__button--close {
  display: block;
}
html[data-nav-state=open] .header {
  background: rgba(40, 40, 40, 0.5);
}
@media (min-width: 640px) {
  html[data-nav-state=open] .header.header--scrolled + .nav .nav__wrap {
    padding: calc(100px - 1rem) 0 0;
  }
}

.nav {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background: #282828;
}
.nav .nav__social svg {
  fill: #282828;
}

.nav__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0 auto;
}

.nav__close {
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  width: 25px;
  height: 25px;
  display: block;
  border: none;
  background: transparent;
  color: #ffffff;
  position: fixed;
  top: 1.75rem;
  right: 1.75rem;
}
@media (min-width: 640px) {
  .nav__close {
    top: 3.5rem;
    right: 3.5rem;
  }
}
.nav__close svg {
  width: 25px;
  height: 25px;
}

.nav__wrap {
  width: 100%;
  margin: auto;
  overflow: auto;
  padding: calc(115px - 1rem) 0 0;
}
@media (min-width: 640px) {
  .nav__wrap {
    padding: calc(150px - 1rem) 0 0;
  }
}

.nav__primary ul {
  list-style-type: none;
  margin: 0;
}

.nav__primary > ul {
  margin: 1.75rem 0;
}
@media (min-width: 640px) {
  .nav__primary > ul {
    margin: 4rem 0;
  }
}

.nav__primary ul li {
  text-align: center;
  margin: 1rem 0;
}

.nav__primary a {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-size: 1.375rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  text-align: center;
  text-transform: none;
  color: #ffffff;
  letter-spacing: 0em;
  border: none;
  font-weight: 400;
  position: relative;
  background-color: #282828;
  text-decoration: none;
  width: 100%;
}
.nav__primary a:hover {
  color: #966701;
}
@media (min-width: 640px) {
  .nav__primary a {
    font-size: 1.875rem;
  }
}

.menu-item-has-children > a::after {
  content: "+";
  display: inline-block;
  margin-left: 1rem;
}

.menu-item-has-children.open > a::after {
  content: "-";
}

.menu-item-has-children ul {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  max-height: 0;
  overflow: hidden;
}

.menu-item-has-children.open ul {
  max-height: 300px;
}

ul.sub-menu a {
  font-size: 1.131rem;
}
@media (min-width: 640px) {
  ul.sub-menu a {
    font-size: 1.375rem;
  }
}

.load-more__wrapper {
  text-align: center;
  margin-bottom: 2.625rem;
}
@media (min-width: 1024px) {
  .load-more__wrapper {
    margin-bottom: 4.6875rem;
  }
}

.load-more__button {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffffff;
  background: #282828;
  padding: 1.5rem 4rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

/* Pull Quote */
.quote {
  border: none;
  margin: 1.5rem;
  padding: 0;
  background: transparent;
  color: #282828;
}
.quote > :first-child:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='72' height='48' viewBox='0 0 100 67' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23130b28' fill-rule='nonzero'%3E%3Cpath d='M101 44.567C101 56.98 90.883 67 78.349 67 65.815 67 56 56.98 56 44.567 56 20.04 76.235 0 101 0c0 0-14.648 5.533-22.349 22.433 12.232 0 22.349 10.02 22.349 22.134ZM45 44.567C45 56.98 34.883 67 22.651 67S0 56.98 0 44.567C0 20.04 20.235 0 45 0c0 0-14.648 5.533-22.349 22.433C34.883 22.433 45 32.453 45 44.567Z'/%3E%3C/g%3E%3C/svg%3E");
  height: 48px;
  width: 72px;
  margin: 0 auto 2rem;
  display: block;
}
.quote p {
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  line-height: 1.2;
  font-size: 1.375rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .quote p {
    font-size: 1.875rem;
  }
}
.quote cite {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  margin-top: 2rem;
}
.quote cite:before {
  content: "";
  height: 7px;
  width: 57px;
  margin: 0 auto 2rem;
  background-color: #282828;
  display: block;
}

[data-accordion-item] {
  border-bottom: 1px solid red;
}

[data-accordion-item-toggle] {
  position: relative;
  cursor: pointer;
}
[data-accordion-item-toggle] h3 {
  position: relative;
}

[data-accordion-item-toggle-icon] {
  position: absolute;
}
[data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
  content: "";
  display: block;
  background: red;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
[data-accordion-item-toggle-icon]:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
[data-accordion-item=open] [data-accordion-item-toggle-icon]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

[data-accordion-item-content] {
  display: none;
}

@media (max-width: 699px) {
  [data-accordion-item] {
    padding-bottom: 10px;
  }

  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    font-size: 15px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-bottom: 6px;
  }

  [data-accordion-item-toggle-icon] {
    width: 18px;
    height: 18px;
    top: 20px;
    right: 0;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 18px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }

  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  [data-accordion-item] {
    padding-bottom: 14px;
  }

  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    padding-top: 24px;
    padding-bottom: 30px;
    padding-bottom: 6px;
  }

  [data-accordion-item-toggle-icon] {
    width: 18px;
    height: 18px;
    top: 26px;
    right: 0;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 18px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }

  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}
@media (min-width: 1000px) {
  [data-accordion-item] {
    padding-bottom: 14px;
  }

  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    padding-top: 35px;
    padding-bottom: 30px;
    padding-bottom: 17px;
  }

  [data-accordion-item-toggle-icon] {
    width: 26px;
    height: 26px;
    top: 34px;
    right: 6px;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 26px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }

  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}
.ajax-window {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  left: 100vw;
  -webkit-transition: opacity 0.5s ease, left 0.5s ease 0.55s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, left 0.5s ease 0.55s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, left 0.5s ease 0.55s;
  transition: transform 0.5s ease, opacity 0.5s ease, left 0.5s ease 0.55s, -webkit-transform 0.5s ease;
  z-index: 500;
  opacity: 0;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}
.ajax-window.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0.5s ease 0.1s, left 0.05s ease, -webkit-transform 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s, left 0.05s ease, -webkit-transform 0.5s ease 0.1s;
  transition: transform 0.5s ease 0.1s, opacity 0.5s ease 0.1s, left 0.05s ease;
  transition: transform 0.5s ease 0.1s, opacity 0.5s ease 0.1s, left 0.05s ease, -webkit-transform 0.5s ease 0.1s;
}
.ajax-window .ajax-window-content {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.ajax-window.temp-hide .ajax-window-content {
  opacity: 0;
}

.ajax-window-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 510;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[data-ajax-close] {
  cursor: pointer;
  width: 23px;
  height: 23px;
  fill: #000000;
}
[data-ajax-close]:hover {
  fill: #000000;
}

.ajax-window-top-close {
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  position: absolute;
  top: 32px;
  right: 31px;
  z-index: 520;
}

.ajax-window-bottom-close-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.22);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 699px) {
  .ajax-window-inner {
    padding: 3.5rem 0 40px;
  }

  .ajax-window-bottom-close {
    margin-top: 50px;
  }

  .ajax-window-bottom-close-inner {
    padding-top: 40px;
  }
}
@media (min-width: 700px) {
  .ajax-window-inner {
    padding: 80px 0;
  }

  .ajax-window-bottom-close {
    margin-top: 71px;
  }

  .ajax-window-bottom-close-inner {
    padding-top: 63px;
  }
}
body .fancybox-bg {
  background: #ffffff;
}
body .fancybox-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible !important;
}
body .fancybox-is-open .fancybox-bg {
  opacity: 1;
}
body .fancybox-button {
  background: transparent;
  color: #282828;
  outline: 0;
}
body .fancybox-button:hover {
  color: #282828;
}
body .fancybox-button.fancybox-button--close {
  margin-top: 18px;
  margin-right: 12px;
}
body .fancybox-toolbar {
  top: 1.2vw;
  right: 1.2vw;
}
@media (max-width: 599px) {
  body .fancybox-slide {
    padding: 5vh 53px 20vh;
  }
  body .fancybox-slide.fancybox-slide--video {
    padding: 5vh 53px 35vh;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  body .fancybox-slide {
    padding: 10vh 12vw 20vh;
  }
  body .fancybox-slide.fancybox-slide--video {
    padding: 100px 12vw 300px;
  }
}
@media (min-width: 1000px) {
  body .fancybox-slide {
    padding: 100px 120px 160px;
  }
  body .fancybox-slide.fancybox-slide--video {
    padding: 120px 140px 300px;
  }
}

.fancybox-is-open.fancybox-container .page-header {
  opacity: 1;
}

.fancybox-button.fancybox-button--arrow_left,
.fancybox-button.fancybox-button--arrow_right {
  cursor: pointer;
}
.fancybox-button.fancybox-button--arrow_left svg,
.fancybox-button.fancybox-button--arrow_right svg {
  width: 24px;
  height: 15px;
}
.fancybox-button.fancybox-button--arrow_left:hover,
.fancybox-button.fancybox-button--arrow_right:hover {
  opacity: 0.3;
}
@media (max-width: 599px) {
  .fancybox-button.fancybox-button--arrow_left,
.fancybox-button.fancybox-button--arrow_right {
    width: 53px;
    height: 43px;
    padding: 14px;
  }
}
@media (min-width: 600px) {
  .fancybox-button.fancybox-button--arrow_left,
.fancybox-button.fancybox-button--arrow_right {
    width: 65px;
    height: 55px;
    padding: 20px;
  }
}

.fancybox-button.fancybox-button--arrow_left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 599px) {
  .fancybox-button.fancybox-button--arrow_left {
    left: 0;
  }
}
@media (min-width: 600px) {
  .fancybox-button.fancybox-button--arrow_left {
    left: 20px;
  }
}

@media (max-width: 599px) {
  .fancybox-button.fancybox-button--arrow_right {
    right: 0;
  }
}
@media (min-width: 600px) {
  .fancybox-button.fancybox-button--arrow_right {
    right: 20px;
  }
}

.lightbox-custom-caption {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lightbox-custom-caption .lightbox-caption {
  text-align: center;
}
.lightbox-custom-caption .btn svg, .lightbox-custom-caption .lscookies-wrapper .lscookies-save.button svg, .lscookies-wrapper .lightbox-custom-caption .lscookies-save.button svg {
  rotate: 90deg;
}
.lightbox-custom-caption .lightbox-subtitle,
.lightbox-custom-caption .lightbox-caption {
  color: #282828;
  margin: 0.5rem 0;
}
.lightbox-custom-caption .lightbox-title {
  color: #282828;
  font-size: 1.75rem;
  font-weight: 400;
  width: 100%;
  text-align: center;
  margin: 0.5rem 0;
}
.lightbox-custom-caption .lightbox-download {
  margin: 0;
}
.lightbox-custom-caption .lightbox-download .btn__primary span svg, .lightbox-custom-caption .lightbox-download .lscookies-wrapper .lscookies-save.button span svg, .lscookies-wrapper .lightbox-custom-caption .lightbox-download .lscookies-save.button span svg {
  rotate: 0deg;
}

@media (min-width: 768px) {
  .fancybox-slide--image .lightbox-custom-caption {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .fancybox-slide--image .lightbox-custom-caption .lightbox-title,
.fancybox-slide--image .lightbox-custom-caption .lightbox-caption {
    text-align: right;
  }
}

.page-header {
  color: #ffffff;
  background-color: #282828;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
  min-height: 300px;
}
@media (min-width: 640px) {
  .page-header {
    min-height: 600px;
  }
}
.page-header.page-header__noImage {
  height: 50vh;
  min-height: 500px;
}
.page-header.page-header__noImage .page-header__content {
  background: transparent;
}

.page-header__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  opacity: 0.9;
}

.page-header__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  padding: 2.5rem 1.75rem;
  width: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 640px) {
  .page-header__content {
    padding: 2.5rem 3.125rem;
  }
}
.page-header__content div > :first-child {
  margin-top: 0;
}
.page-header__content div > :last-child {
  margin-bottom: 0;
}

.page-header__date {
  font-size: 1.131rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1rem;
  background: #966701;
  color: #ffffff;
  width: 107px;
  height: 107px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  line-height: 17px;
}

.page-header__before_title {
  font-size: 1rem;
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.page-header__title {
  margin: 1rem 0;
  font-size: 2rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .page-header__title--large {
    font-size: 2.938rem;
  }
}

.page-header__description {
  margin: 0;
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .contact-blocks {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}

.contact-block {
  margin: 3rem 0;
}
.contact-block + .contact-block {
  border-top: 1px solid #b6b6b8;
  padding-top: 3rem;
}

.contact-block__heading {
  margin: 0 0 2rem;
  font-size: 1.75rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .contact-block__heading {
    font-size: 1.875rem;
  }
}
.contact-block__heading::after {
  content: "";
  width: 22px;
  height: 2px;
  display: block;
  background-color: #966701;
  margin-top: 2rem;
}

.contact-block__sub_title {
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .contact-block__sub_title {
    font-size: 1.75rem;
  }
}

.contact-block__compnay {
  font-size: 1.375rem;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .contact-block__compnay {
    font-size: 1.75rem;
  }
}

.contact-block__website {
  margin-top: 0;
}
.contact-block__website a {
  text-transform: none;
  font-weight: 400;
  color: #282828;
}
.contact-block__website a:hover {
  color: #966701;
}

.contact-block__contact-name {
  font-size: 1.131rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .contact-block__contact-name {
    font-size: 1.375rem;
  }
}

.contact-block__details {
  margin-left: 0;
  list-style: none;
}
.contact-block__details li {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.contact-block__details li + li {
  margin-top: 0.75rem;
}
.contact-block__details li span {
  width: 85px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 85px;
      flex-basis: 85px;
}
.contact-block__details li a {
  text-transform: none;
  font-weight: 400;
  color: #282828;
  width: calc(100% - 85px - 2rem);
}
.contact-block__details li a:hover {
  color: #966701;
}

.pagination {
  padding-bottom: 3.5rem;
}
@media (min-width: 640px) {
  .pagination {
    padding-bottom: 6.25rem;
  }
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #282828;
  text-decoration: none;
  border: none;
}
.pagination a.current, .pagination a:hover {
  color: #282828;
}
.pagination a.current .btn, .pagination a.current .lscookies-wrapper .lscookies-save.button, .lscookies-wrapper .pagination a.current .lscookies-save.button, .pagination a:hover .btn, .pagination a:hover .lscookies-wrapper .lscookies-save.button, .lscookies-wrapper .pagination a:hover .lscookies-save.button {
  background: #282828;
}

.pagination__prev svg {
  rotate: 180deg;
}

.pagination__prev a,
.pagination__next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.pagination__prev a:not([href]),
.pagination__next a:not([href]) {
  cursor: not-allowed;
  color: #282828;
}
.pagination__prev a:not([href]) .btn, .pagination__prev a:not([href]) .lscookies-wrapper .lscookies-save.button, .lscookies-wrapper .pagination__prev a:not([href]) .lscookies-save.button,
.pagination__next a:not([href]) .btn,
.pagination__next a:not([href]) .lscookies-wrapper .lscookies-save.button,
.lscookies-wrapper .pagination__next a:not([href]) .lscookies-save.button {
  cursor: not-allowed;
  background-color: #282828;
}

.pagination__prev {
  margin-left: 0;
  margin-right: auto;
}

.pagination__next {
  margin-left: auto;
  margin-right: 0;
}

.pagination__page {
  display: none;
}
@media (min-width: 640px) {
  .pagination__page {
    display: block;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (min-width: 700px) {
  .grid {
    gap: 24px;
  }
}

.grid-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
}

.grid-col--2,
.grid-col--3 {
  display: none;
}

@media (min-width: 700px) {
  .grid-col {
    display: block;
    width: calc(50% - 5px);
  }
}
.hero-banner {
  color: white;
}
.hero-banner.slick-initialized,
.hero-banner .slick-list,
.hero-banner .slick-track,
.hero-banner .slick-slide {
  height: 100vh;
  min-height: 600px;
}

.hero-banner__slide {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}
.hero-banner__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  z-index: 1;
}
.hero-banner__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 60%, black 100%);
  opacity: 0.6;
  z-index: 2;
}

.hero-banner__content {
  position: relative;
  z-index: 3;
  z-index: 10;
  padding: 2.75rem 1.75rem;
  width: 100%;
}
@media (min-width: 640px) {
  .hero-banner__content {
    padding: 3.5rem;
  }
}

.hero-banner__description {
  font-size: 1.375rem;
  font-weight: 400;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero-banner__description {
    font-size: 1.75rem;
  }
}

.hero-banner__sub {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}

.hero-banner__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}

.text-area {
  position: relative;
}
.text-area > div > :first-child {
  margin-top: 0;
}
.text-area > div > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .text-area > div.text-area--multi-column {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 2.813rem;
       -moz-column-gap: 2.813rem;
            column-gap: 2.813rem;
  }
}

.text-area__bg {
  position: absolute;
  z-index: -1;
  top: 2rem;
  left: 0;
  font-size: 8rem;
  line-height: 0.5;
  margin: 0;
  opacity: 0.07;
}
@media (min-width: 1024px) {
  .text-area__bg {
    font-size: 12.5rem;
    left: -3.125rem;
  }
}
@media (min-width: 1536px) {
  .text-area__bg {
    font-size: 12.5rem;
    left: -9.375rem;
  }
}

.text-area__press {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2rem;
  padding-top: 2rem;
}

.text-area__link {
  margin-top: 1rem;
  text-align: right;
}

@media (max-width: 1023px) {
  .content-highlight {
    padding-left: 0;
    padding-right: 0;
  }
}

.content-highlight__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1024px) {
  .content-highlight__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .content-highlight--reverse .content-highlight__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.content-highlight__wrapper .content-highlight__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1024px) {
  .content-highlight__wrapper .content-highlight__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.content-highlight__content {
  background-color: #282828;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  width: 100%;
  padding: 1.75rem;
}
@media (min-width: 640px) {
  .content-highlight__content {
    padding: 3.125rem;
  }
}
@media (min-width: 1024px) {
  .content-highlight__content {
    width: 50%;
    padding-left: 1.4rem;
    padding-right: 0;
    padding-right: 1.4rem;
    padding-left: 0;
    position: relative;
    margin: 3.75rem 0;
  }
  .content-highlight--reverse .content-highlight__content {
    padding-left: 1.4rem;
    padding-right: 0;
  }
  .content-highlight__content::before {
    content: "";
    width: 60vw;
    position: absolute;
    z-index: -1;
    top: -3.75rem;
    bottom: -3.75rem;
    left: auto;
    right: -10vw;
    background-color: #282828;
  }
  .content-highlight--reverse .content-highlight__content::before {
    left: -10vw;
    right: auto;
  }
}

.content-highlight__quote {
  width: 34px;
  height: 25px;
}
.content-highlight__quote svg {
  width: 100%;
  height: auto;
}

.content-highlight__text {
  font-style: italic;
}
.content-highlight__text > :first-child {
  margin-top: 0;
}
.content-highlight__text > :last-child {
  margin-bottom: 0;
}

.content-highlight__name {
  text-transform: uppercase;
  font-size: 1rem;
}
.content-highlight__name::before {
  content: "";
  display: block;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  width: 44px;
  height: 3px;
  background-color: #966701;
}

.content-highlight__position {
  font-size: 0.875rem;
}

.content-highlight__image {
  position: relative;
  opacity: 1;
  width: 100%;
}
.content-highlight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
  display: block;
}
@media (min-width: 1024px) {
  .content-highlight__image {
    width: 50%;
    padding: 3.75rem 0;
  }
}

.content-highlight__more {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.content-highlight__pre-title {
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.content-highlight__date span {
  margin: 0 0.75rem;
}

.content-highlight__link {
  padding-top: 1rem;
}

.content-text-highlight {
  background: #282828;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .content-text-highlight .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
  }
}

.content-text-highlight__quote {
  font-size: 1.75rem;
}
@media (min-width: 1024px) {
  .content-text-highlight__quote {
    font-size: 1.875rem;
    width: calc(50% - 1.5625);
  }
}

@media (min-width: 1024px) {
  .content-text-highlight__content {
    width: calc(50% - 1.5625);
  }
  .content-text-highlight__content > :first-child {
    margin-top: 0;
  }
  .content-text-highlight__content > :last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .content-highlight__news {
    margin-top: 8rem;
  }
}
.content-highlight__news .content-highlight__title {
  font-weight: 700;
}
.content-highlight__news .content-highlight__image {
  margin: 0;
}
@media (min-width: 1024px) {
  .content-highlight__news .content-highlight__image {
    top: 0;
  }
}
@media (min-width: 1024px) {
  .content-highlight__news .content-highlight__content {
    position: relative;
    top: -50px;
  }
}

.latest-news__title {
  font-size: 1.875rem;
  text-align: center;
  margin: 0 0 3.125rem;
}
@media (min-width: 1024px) {
  .latest-news__title {
    font-size: 2.188rem;
    margin: 0 0 5.5rem;
  }
}

.latest-news__link {
  width: 100%;
  margin: 3.125rem 0 0;
}
@media (min-width: 1024px) {
  .latest-news__link {
    margin: 5.5rem 0 0;
  }
}

@media (min-width: 1024px) {
  .latest-news__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.125rem;
  }
  .latest-news__items .content-post + .content-post {
    margin-top: 3.125rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .latest-news__items .content-post + .content-post {
    margin-top: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .latest-news__items .content-post {
    width: calc(50% - 1.5625rem);
  }
  .latest-news__items .content-post:first-child {
    width: 100%;
  }
  .latest-news__items .content-post:first-child .content-post__image-wrapper {
    aspect-ratio: 559/267;
  }
}

.latest-video {
  position: relative;
  z-index: 1;
}
.latest-video::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  background-size: 300%;
  background-position: center;
}
.latest-video::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.latest-video .wrapper {
  padding-bottom: 0;
}
.latest-video .content-post {
  text-align: center;
}

.latest-videos {
  overflow: hidden;
}

.latest-videos__header {
  background-color: #282828;
  color: #ffffff;
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .latest-videos__header {
    padding-top: 8rem;
  }
}
.latest-videos__header .wrapper {
  padding-bottom: 10rem;
  margin-bottom: -8rem;
  position: relative;
}

.latest-videos__bg {
  position: absolute;
  z-index: 1;
  top: 5.2rem;
  left: 0;
  font-size: 8rem;
  line-height: 0.5;
  margin: 0;
  opacity: 0.07;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .latest-videos__bg {
    font-size: 12.5rem;
    top: 2rem;
    left: -3.125rem;
  }
}
@media (min-width: 1536px) {
  .latest-videos__bg {
    font-size: 12.5rem;
    left: -9.375rem;
  }
}

.latest-videos__title {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .latest-videos__title {
    font-size: 2.938rem;
  }
}

.latest-videos__slides {
  position: relative;
  z-index: 20;
  padding-bottom: 0 1.75rem 1.75rem;
}
.latest-videos__slides .content-post__content {
  border: none;
}
.latest-videos__slides .slick-list {
  margin: 0;
  padding: 0 !important;
}
.latest-videos__slides .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.latest-videos__slides .slick-slide {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.latest-videos__slides .slick-arrow {
  display: none;
  position: absolute;
  z-index: 50;
  top: calc(50% - 54px);
  right: 1.75rem;
  background-color: transparent;
  color: #282828;
  height: 3.5rem;
  width: 3.5rem;
  margin-top: -1.75rem;
  border: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999999px;
}
.latest-videos__slides .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
.latest-videos__slides .slick-arrow.slick-prev {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.45" height="36.24" viewBox="0 0 19.45 36.24"><path d="M18.41 36.24c-.26 0-.53-.1-.73-.3L.48 19.01a1.06 1.06 0 0 1-.48-.88c0-.33.16-.65.42-.85L17.54.3c.41-.4 1.07-.4 1.47 0 .41.41.4 1.07 0 1.47L2.54 18.12l16.6 16.34a1.041 1.041 0 0 1-.73 1.78Z" fill="%23282828"/></svg>');
  left: -0.5rem;
}
.latest-videos__slides .slick-arrow.slick-next {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.45" height="36.24" viewBox="0 0 19.45 36.24"><path d="M18.41 36.24c-.26 0-.53-.1-.73-.3L.48 19.01a1.06 1.06 0 0 1-.48-.88c0-.33.16-.65.42-.85L17.54.3c.41-.4 1.07-.4 1.47 0 .41.41.4 1.07 0 1.47L2.54 18.12l16.6 16.34a1.041 1.041 0 0 1-.73 1.78Z" fill="%23282828"/></svg>');
  right: -0.5rem;
  rotate: 180deg;
}
.latest-videos__slides .slick-dots {
  padding: 2.5rem 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.latest-videos__slides .slick-dots button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}
.latest-videos__slides .slick-dots button::before {
  content: "0";
}
.latest-videos__slides .slick-dots .slick-active button {
  color: #282828;
  font-weight: 700;
}

.latest-videos__link {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4rem 0;
}

.latest-videos .video-item .content-post__content {
  text-align: center;
}
.latest-videos .video-item .content-video {
  display: block;
  width: 100%;
}
.latest-videos .video-item .content-post__image-wrapper {
  aspect-ratio: 1039/593;
}

.latest-events {
  background-color: #ffffff;
  position: relative;
}
.latest-events .wrapper {
  position: relative;
  z-index: 2;
}
.latest-events .event-items__group-title {
  top: 0;
}
@media (min-width: 1024px) {
  .latest-events .event-items__group-title {
    top: -15px;
  }
}
.latest-events .event-items__title {
  top: 55px;
}
@media (min-width: 1024px) {
  .latest-events .event-items__title {
    font-size: 2.938rem;
    top: 70px;
  }
}
.latest-events .event-items__group {
  padding: 140px 0 0 !important;
  position: static;
}
@media (min-width: 1024px) {
  .latest-events .event-items__group {
    padding: 170px 0 0 !important;
  }
}
@media (min-width: 1024px) {
  .latest-events::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 7.5rem;
    background: #ffffff;
  }
}

.latest-events__link {
  width: 100%;
  text-align: right;
  margin-top: 4rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.latest-events__image {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .latest-events__image {
    display: block;
  }
}
.latest-events__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.25;
}

.latest-press {
  position: relative;
}
.latest-press .event-item {
  background-color: transparent;
  color: #ffffff;
}
.latest-press .event-item .btn__primary, .latest-press .event-item .lscookies-wrapper .lscookies-save.button, .lscookies-wrapper .latest-press .event-item .lscookies-save.button {
  color: #ffffff;
}
.latest-press .event-item .btn__primary:before, .latest-press .event-item .lscookies-wrapper .lscookies-save.button:before, .lscookies-wrapper .latest-press .event-item .lscookies-save.button:before {
  background-color: #ffffff;
}
.latest-press .event-item:hover .btn__primary, .latest-press .event-item:hover .lscookies-wrapper .lscookies-save.button, .lscookies-wrapper .latest-press .event-item:hover .lscookies-save.button {
  color: #282828;
}
.latest-press .event-item:hover .btn__primary:before, .latest-press .event-item:hover .lscookies-wrapper .lscookies-save.button:before, .lscookies-wrapper .latest-press .event-item:hover .lscookies-save.button:before {
  background-color: #282828;
}
.latest-press .wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .latest-press::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 7.5rem;
    background: #ffffff;
  }
}

.latest-press__title {
  margin: 0 0 3.125rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .latest-press__title {
    font-size: 2.938rem;
    margin: 3.125rem 0 5.5rem;
  }
}

.latest-press__bg {
  position: absolute;
  z-index: 1;
  top: -3rem;
  left: 0;
  font-size: 8rem;
  line-height: 0.5;
  margin: 0;
  opacity: 0.07;
}
@media (min-width: 1024px) {
  .latest-press__bg {
    font-size: 12.5rem;
    top: -5.3rem;
    left: -3.125rem;
  }
}
@media (min-width: 1536px) {
  .latest-press__bg {
    font-size: 12.5rem;
    left: -9.375rem;
  }
}

.latest-press__link {
  width: 100%;
  margin: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.latest-press__image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .latest-press__image {
    display: block;
  }
}
.latest-press__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.25;
}

.content-highlight__album {
  position: relative;
  background-size: 300%;
  background-position: center;
  background-repeat: no-repeat;
}
.content-highlight__album::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.content-highlight__album .wrapper {
  position: relative;
  z-index: 2;
}

.latest-recordings__link {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2rem;
}

.latest-recordings__bg {
  position: absolute;
  z-index: 1;
  top: 5.2rem;
  left: 0;
  font-size: 8rem;
  line-height: 0.5;
  margin: 0;
  opacity: 0.07;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .latest-recordings__bg {
    font-size: 12.5rem;
    top: 2rem;
    left: -3.125rem;
  }
}
@media (min-width: 1536px) {
  .latest-recordings__bg {
    font-size: 12.5rem;
    left: -9.375rem;
  }
}

.latest-recordings__title {
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .latest-recordings__title {
    font-size: 2.938rem;
  }
}

.something {
  color: red;
}

.image-single__image {
  position: relative;
}
.image-single__image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

/*****
  Larger groups of styles for larger parts
*****/
.home section + section > .wrapper {
  padding-top: 0;
}
.home .latest-news--recording {
  background: transparent;
  text-align: center;
}
.home .latest-news--recording .content-post--latest-album .content-post__title a,
.home .latest-news--recording .content-post--latest-album,
.home .latest-news--recording .latest-news__title {
  color: #282828;
}
.home .latest-news--recording .content-post--latest-album .content-post__image::before {
  left: auto;
  right: -40px;
}
.home .latest-news--recording .latest-news__title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.home .latest-news--recording .latest-news__link {
  margin: 0 auto;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .home .latest-news--recording .latest-news__link {
    margin-bottom: 8.125rem;
  }
}
.home .latest-news--recording .content-post--latest-album {
  text-align: left;
}

.page-template-default .header__button svg,
.page-template-template-type-test .header__button svg {
  fill: #282828;
}

@media (min-width: 768px) {
  .page-template-template-contact .page-header {
    position: fixed;
    width: 50vw;
    height: 100dvh;
    left: 0;
    top: 0;
  }
  .page-template-template-contact .page-header .page-header__content {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-template-template-contact .contact-blocks {
    margin-left: 50vw;
    width: 50vw;
  }
}

body.error404 .header .header__button,
body.error404 .header .logo__text {
  color: #282828;
  text-shadow: none;
}

div.error404 {
  min-height: calc(100vh - 269px);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 1.75rem 9rem;
}
@media (min-width: 640px) {
  div.error404 {
    padding: 10rem 3.5rem 9rem;
  }
}
@media (min-width: 768px) {
  div.error404 {
    min-height: calc(100vh - 209px);
  }
}

.error404__wrapper {
  width: 100%;
  max-width: 36rem;
}

.error404_title {
  font-weight: 700;
  font-size: 2.938rem;
}

.error404_subtitle {
  font-size: 1.375rem;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .error404_subtitle {
    font-size: 1.875rem;
  }
}

.lscookies-wrapper h2, .lscookies-wrapper h3, .lscookies-wrapper h4, .lscookies-wrapper h5, .lscookies-wrapper h6 {
  margin-top: 1.5rem;
}
.lscookies-wrapper ul, .lscookies-wrapper ol {
  margin: 1.5rem 0 1.5rem 2rem;
}
.lscookies-wrapper .lscookies-toggles,
.lscookies-wrapper .lscookies-toggle {
  margin-bottom: 1rem;
}
.lscookies-wrapper .lscookies-choice {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*****
  Post type & section styles
*****/
@media (min-width: 1024px) {
  .content-posts .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.125rem;
  }
}

.content-posts .content-post + .content-post {
  margin-top: 3.125rem;
}
@media (min-width: 1024px) {
  .content-posts .content-post + .content-post {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .content-posts .content-post {
    width: calc(50% - 1.5625rem);
  }
}

.content-post {
  position: relative;
}

.content-post > a {
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.content-post > a:hover {
  background-color: transparent;
  color: currentColor;
}
.content-post > a:hover .content-post__title {
  color: #966701;
}
.content-post > a:hover .content-post__play-icon {
  background: #966701;
}
.content-post > a:hover .content-post__image {
  scale: 1.1;
}

.content-post__image-wrapper {
  position: relative;
  z-index: 1;
  aspect-ratio: 55/37;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #000000;
}

.content-post__image-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.5rem 1.5rem;
  color: white;
}

.content-post__image {
  -webkit-transition: scale 350ms ease-in-out;
  transition: scale 350ms ease-in-out;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}

.content-post__content {
  position: relative;
  z-index: 2;
  padding: 2rem 0 0;
}
.content-post__content p {
  margin-bottom: 0;
  color: #282828;
}

.content-post__title {
  font-size: 1.75rem;
  margin: 0.5rem 0 0;
  color: #282828;
}

.content-post__more {
  margin: 1.5rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1rem;
}

.content-post__play-icon {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #282828;
  background-color: #ffffff;
}
.content-post__play-icon svg {
  width: 22px;
  height: 25px;
}

.page-header.page-header__press .page-header__content {
  width: 100%;
}
.page-header.page-header__press .page-header__content > div {
  width: 100%;
}

.press-items__filters-title {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
}

.press-items__filters {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.press-items__filters a {
  font-size: 1rem;
  color: #282828;
  text-decoration: none;
}
.press-items__filters a:hover {
  color: #966701;
  text-decoration: underline;
}
.press-items__filters a.active, .press-items__filters a.active:hover {
  color: #966701;
  text-decoration: underline;
  cursor: not-allowed;
}

@media (min-width: 1024px) {
  .press-items__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.125rem;
  }
}
.press-items__list .content-post + .content-post {
  margin-top: 3.125rem;
}
@media (min-width: 1024px) {
  .press-items__list .content-post + .content-post {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .press-items__list .content-post {
    width: calc(50% - 1.5625rem);
  }
}

.press-item {
  display: block;
  text-decoration: none;
  text-transform: none;
  color: #282828;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .press-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.press-item:hover {
  color: #282828;
  text-decoration: none;
}
.press-item:hover .press-item__date {
  background: #966701;
}
.press-item:hover .btn__primary, .press-item:hover .lscookies-wrapper .lscookies-save.button, .lscookies-wrapper .press-item:hover .lscookies-save.button {
  color: #966701;
  text-decoration: underline;
}
.press-item:hover .btn__primary span, .press-item:hover .lscookies-wrapper .lscookies-save.button span, .lscookies-wrapper .press-item:hover .lscookies-save.button span {
  color: #ffffff;
  background: #966701;
  border-color: #966701;
}

.press-item__date {
  font-size: 1.131rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1rem;
  background: #282828;
  color: #ffffff;
  text-align: center;
  width: 107px;
  height: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  line-height: 17px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.press-item__location {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  text-transform: uppercase;
}

.press-item__title {
  font-size: 1.875rem;
  margin: 1rem 0;
}

.press-item__btn {
  margin-top: 1rem;
}

.event-items {
  overflow: hidden;
}

.event-items__title {
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
  top: 120px;
}
@media (min-width: 1024px) {
  .event-items__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.event-items__title h2 {
  margin: 0 0 1rem;
}
@media (min-width: 1024px) {
  .event-items__title h2 {
    font-size: 2.938rem;
  }
}

.event-items__group {
  padding: 240px 0 0;
  position: relative;
}
.event-items__group:last-child {
  padding-bottom: 100px;
}

.event-items__group-title {
  position: absolute;
  z-index: -1;
  top: 4rem;
  left: 0;
  font-size: 8rem;
  line-height: 0.5;
  margin: 0;
  opacity: 0.07;
}
@media (min-width: 1024px) {
  .event-items__group-title {
    font-size: 12.5rem;
    left: -3.125rem;
  }
}
@media (min-width: 1536px) {
  .event-items__group-title {
    font-size: 12.5rem;
    left: -9.375rem;
  }
}

.event-items__group-list {
  margin-top: 2rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .event-items__group-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .event-items__group-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.event-item {
  border: 1px solid #282828;
  position: relative;
  padding: 1.5rem;
  background: #ffffff;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
}
.event-item:hover {
  cursor: pointer;
  background: #282828;
  color: #ffffff;
}
.event-item:hover .event-item__date {
  border-color: #966701;
}
.event-item:hover .event-item__btn {
  color: #ffffff;
  text-decoration: underline;
}

.event-item__date {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #282828;
}

.event-item__day {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.event-item__title {
  font-size: 1.75rem;
  margin: 0 0 1rem;
}

.event-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.event-item__btn {
  margin: 1rem auto 0;
}

.album-item {
  background: white;
  color: #282828;
  position: relative;
}
.album-item a {
  display: block;
  border: none;
  color: inherit;
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
  background: transparent;
}
@media (min-width: 1024px) {
  .album-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.album-item a:hover .album-item__title {
  color: #966701;
}
.album-item a:hover .btn__primary, .album-item a:hover .lscookies-wrapper .lscookies-save.button, .lscookies-wrapper .album-item a:hover .lscookies-save.button {
  color: #966701;
  text-decoration: underline;
}
.album-item a:hover .btn__primary span, .album-item a:hover .lscookies-wrapper .lscookies-save.button span, .lscookies-wrapper .album-item a:hover .lscookies-save.button span {
  color: #ffffff;
  background: #966701;
  border-color: #966701;
}
.album-item a:hover .album-item__image {
  scale: 1.1;
}

.album-item__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}
@media (min-width: 1024px) {
  .album-item__content {
    width: 50%;
  }
}

.album-item__image-wrapper {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .album-item__image-wrapper {
    margin: 0;
    width: 50%;
  }
}

.album-item__image {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: scale 350ms ease-in-out;
  transition: scale 350ms ease-in-out;
}

.album-item__date {
  display: block;
  margin-bottom: 1rem;
}
.album-item__date span {
  padding: 0 0.5rem;
}

.album-item__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}
.album-item__title::after {
  content: "";
  display: block;
  margin: 1rem auto;
  width: 18px;
  height: 3px;
  background: #282828;
}

.album-item__link {
  padding-top: 1rem;
}

@media (min-width: 1024px) {
  .album-single__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.album-single__header {
  position: relative;
}

.album-single__header-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 175px;
}
@media (min-width: 1024px) {
  .album-single__header-wrapper {
    position: sticky;
    top: 0;
  }
}

.album-single__header-image-wrapper {
  display: block;
  width: 100%;
}

.album-single__header-image {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.album-single__header-content {
  margin-top: 1.75rem;
  width: 100%;
  color: #ffffff;
}

.album-single__header-close {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  position: absolute;
  z-index: 3;
  top: 1.75rem;
  right: 1.75rem;
  height: 20px;
  width: 20px;
  color: #ffffff;
}
.album-single__header-close:hover {
  background-color: transparent;
  opacity: 0.8;
}
@media (min-width: 640px) {
  .album-single__header-close {
    top: 3.5rem;
    right: 3.5rem;
    height: 30px;
    width: 30px;
  }
}

.album-single__header-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #282828;
}
.album-single__header-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.4;
}

.album-single__header-image-main {
  position: relative;
  z-index: 2;
}

.album-single__stream h2 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 2rem;
}

.album-single__date {
  display: block;
}

.album-single__title {
  font-size: 2rem;
  margin: 2rem 0;
  font-weight: 700;
}

.album-single__description {
  margin: 2rem 0;
}
.album-single__description > :first-child {
  margin-top: 0;
}
.album-single__description > :last-child {
  margin-bottom: 0;
}

.album-single__links {
  padding-top: 2rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.album-single__links h2 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 2rem;
}

.album-single__link {
  width: 100%;
}
.album-single__link a {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.album-single__link + .album-single__link {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .album-single__info .wrapper {
    padding-top: 175px;
  }
}

.album-single__info-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}

.album-single__info-content > :first-child {
  margin-top: 0;
}
.album-single__info-content > :last-child {
  margin-bottom: 0;
}

.photo-item {
  display: block;
  text-transform: none;
  color: inherit;
  border: none;
}
.photo-item:hover {
  color: inherit;
}
.photo-item + .photo-item {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .photo-item + .photo-item {
    margin-top: 100px;
  }
}
.photo-item a {
  display: block;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .photo-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: 100px;
  }
}
.photo-item a:hover {
  text-decoration: none;
  background: transparent;
}
.photo-item a:hover .btn__secondary::before {
  width: 68px;
}
.photo-item a:hover .photo-post__image {
  scale: 1.1;
}

.photo-post__content {
  background-color: #282828;
  color: #ffffff;
  text-align: center;
  padding: 2rem;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .photo-post__content {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    position: relative;
    margin-left: -10%;
    margin-top: 100px;
    margin-bottom: -100px;
  }
}

.photo-post__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.photo-post__image-wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .photo-post__image-wrapper {
    width: 60%;
  }
}

.photo-post__image {
  display: block;
  width: 100%;
  -webkit-transition: scale 350ms ease-in-out;
  transition: scale 350ms ease-in-out;
}

.photo-single-images-item {
  border: 0;
  display: block;
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 700px) {
  .photo-single-images-item {
    margin-bottom: 24px;
  }
}
.photo-single-images-item img {
  width: 100%;
  display: block;
}
.photo-single-images-item:hover .photo-single-images-view {
  opacity: 0.8;
}

.photo-single-images-view {
  -webkit-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282828;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.content-posts__videos {
  position: relative;
  z-index: 2;
}
.content-posts__videos .video-item .content-post__image-wrapper {
  aspect-ratio: 25/17;
}

.content-post.video-item--single .content-post__image-wrapper {
  aspect-ratio: 25/17;
}
/*# sourceMappingURL=app.css.map */
