/*****
  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;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 25px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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: .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 .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .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 .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .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;
  -webkit-transition-property: opacity, -webkit-transform;
  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;
  -webkit-transition-property: opacity, -webkit-transform;
  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 .2s;
  transition: color .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;
  -webkit-transition-property: -webkit-transform;
  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: .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;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.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: .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-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;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* 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 .2s;
  transition: all .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: rgba(0, 0, 0, 0);
  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: .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);
  }
}

.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, "larger_tablet": 1100px, "small_desktop": 1200px, "desktop": 1400px, "huge": 1800px)';
  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
*****/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #ffffff;
  background: #f7f7f7;
}

.wrapper, .padded-wrapper {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1399px) {
  .padded, .padded-wrapper {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media (min-width: 1400px) {
  .padded, .padded-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/*--------------------------------------------------------------
##  Policy styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##  Cookie consent
--------------------------------------------------------------*/
.cc-window {
  background: #e6e6e6;
  color: #000;
  overflow: visible;
  width: calc(100% - 40px);
  max-width: none;
  bottom: 0;
  padding: 15px;
  position: fixed;
  bottom: 20px;
  z-index: 550;
  max-width: 400px;
  left: 20px;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.cc-message {
  display: block;
  float: left;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 10px;
}

.cc-btn {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  border: 2px solid #2a2d32;
  padding: 13px 15px 11px;
  display: inline-block;
  min-width: 166px;
  text-align: center;
  color: #ffffff;
  background: #2a2d32;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

.cc-btn:hover {
  background: rgba(208, 46, 66, 0);
  color: #2a2d32;
}

.cc-link {
  color: #000;
  text-decoration: underline;
}

.cc-link:hover {
  text-decoration: none;
}

.cc-compliance {
  float: right;
  width: 100%;
}

@media all and (min-width: 600px) {
  .cc-window {
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .cc-compliance {
    float: right;
    width: auto;
  }
  .cc-btn {
    width: 190px;
    padding: 10px;
    display: inline;
    width: auto;
    font-size: 13px;
  }
  .cc-message {
    margin-bottom: 0px;
    width: calc(100% - 85px);
  }
}

.site-header {
  background: #101217;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.site-header-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header-inner ul li {
  display: inline-block;
}

.site-header-inner ul a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #ffffff;
}

.site-header-inner ul a:hover {
  color: #cb2834;
}

.site-header-inner ul .current-menu-item > a,
.site-header-inner ul .current_page_parent > a,
.site-header-inner ul .current_page_item > a {
  position: relative;
}

@media (max-width: 999px) {
  .site-header-inner ul .current-menu-item > a,
  .site-header-inner ul .current_page_parent > a,
  .site-header-inner ul .current_page_item > a {
    color: #cb2834;
  }
}

@media (min-width: 1000px) {
  .site-header-inner ul .current-menu-item > a:before,
  .site-header-inner ul .current_page_parent > a:before,
  .site-header-inner ul .current_page_item > a:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    position: absolute;
    background: #ffffff;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.site-header-inner .site-header-logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 50px;
}

.site-header-inner .site-header-logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.site-header-inner .site-header-logo svg #sondra {
  fill: #ffffff;
}

.site-header-inner .site-header-logo svg #radvanovsky {
  fill: #cb2834;
}

.site-menu-toggle {
  display: block;
  position: absolute;
  right: -15px;
}

.site-menu-toggle .hamburger-box {
  display: block;
}

@media (max-width: 499px) {
  .site-menu-toggle {
    top: 11px;
  }
}

@media (min-width: 500px) and (max-width: 999px) {
  .site-menu-toggle {
    top: 21px;
  }
}

@media (min-width: 1000px) {
  .site-menu-toggle {
    display: none;
  }
}

@media (max-width: 499px) {
  body {
    padding-top: 70px;
  }
  .site-header {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .site-header-inner {
    height: 100%;
  }
  .site-header-inner .site-header-logo {
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -70px;
    width: 140px;
  }
}

@media (min-width: 500px) and (max-width: 999px) {
  body {
    padding-top: 90px;
  }
  .site-header {
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .site-header-inner {
    height: 100%;
  }
  .site-header-inner .site-header-logo {
    position: absolute;
    top: 26px;
    left: 50%;
    margin-left: -80px;
    width: 160px;
  }
}

@media (max-width: 999px) {
  body {
    -webkit-transition: padding-top 0.5s ease;
    transition: padding-top 0.5s ease;
  }
  .site-header {
    -webkit-transition: height 0.5s ease 0.2s;
    transition: height 0.5s ease 0.2s;
  }
  .site-header .site-header-inner {
    -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;
    height: 100%;
  }
  .site-header .site-header-inner ul {
    display: block;
    margin: 0;
    opacity: 0;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.01s ease 0.31s;
    transition: opacity 0.3s ease, -webkit-transform 0.01s ease 0.31s;
    transition: opacity 0.3s ease, transform 0.01s ease 0.31s;
    transition: opacity 0.3s ease, transform 0.01s ease 0.31s, -webkit-transform 0.01s ease 0.31s;
  }
  .site-header .site-header-inner li {
    display: block;
    text-align: center;
  }
  .site-header .site-header-inner li {
    margin-top: 15px;
  }
}

@media screen and (max-width: 999px) and (min-width: 400px) {
  .site-header .site-header-inner li {
    margin-top: calc(15px + 5 * ((100vw - 400px) / 600));
  }
}

@media screen and (max-width: 999px) and (min-width: 1000px) {
  .site-header .site-header-inner li {
    margin-top: 20px;
  }
}

@media (max-width: 999px) {
  .site-header .site-header-inner a {
    font-size: 18px;
  }
}

@media screen and (max-width: 999px) and (min-width: 400px) {
  .site-header .site-header-inner a {
    font-size: calc(18px + 12 * ((100vw - 400px) / 600));
  }
}

@media screen and (max-width: 999px) and (min-width: 1000px) {
  .site-header .site-header-inner a {
    font-size: 30px;
  }
}

@media (max-width: 999px) {
  html[data-nav-state="open"] .site-header {
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
    height: 100vh;
  }
  html[data-nav-state="open"] .site-header .site-header-inner ul {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 1s ease 0.32s, -webkit-transform 0.01s ease 0.31s;
    transition: opacity 1s ease 0.32s, -webkit-transform 0.01s ease 0.31s;
    transition: opacity 1s ease 0.32s, transform 0.01s ease 0.31s;
    transition: opacity 1s ease 0.32s, transform 0.01s ease 0.31s, -webkit-transform 0.01s ease 0.31s;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  body {
    padding-top: 100px;
  }
  .site-header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .site-header-inner {
    padding-top: 5px;
  }
  .site-header-inner ul {
    width: calc(50% - 80px);
  }
  .site-header-inner ul:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 10px;
  }
  .site-header-inner ul:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 10px;
  }
  .site-header-inner .site-header-logo {
    width: 160px;
    margin: 0 2vw;
  }
}

@media (min-width: 1200px) {
  body {
    padding-top: 128px;
  }
  .site-header {
    height: 128px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .site-header-inner {
    padding-top: 5px;
    padding-left: 43px;
    padding-right: 43px;
  }
  .site-header-inner ul {
    width: calc(50% - 102px);
  }
  .site-header-inner ul:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 13px;
  }
  .site-header-inner ul:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 13px;
  }
  .site-header-inner .site-header-logo {
    width: 204px;
    margin: 0 3.2vw;
  }
}

.site-footer {
  background: #101217;
  color: #ffffff;
}

.site-footer {
  padding-top: 50px;
}

@media screen and (min-width: 400px) {
  .site-footer {
    padding-top: calc(50px + 24 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .site-footer {
    padding-top: 74px;
  }
}

.site-footer {
  padding-bottom: 45px;
}

@media screen and (min-width: 400px) {
  .site-footer {
    padding-bottom: calc(45px + 11 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .site-footer {
    padding-bottom: 56px;
  }
}

.site-footer a {
  color: #ffffff;
}

.site-footer a:hover {
  color: #cb2834;
}

.site-footer-logo {
  display: block;
  margin: 0 auto;
}

@media (max-width: 499px) {
  .site-footer-logo {
    width: 140px;
  }
}

@media (min-width: 500px) and (max-width: 999px) {
  .site-footer-logo {
    width: 160px;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .site-footer-logo {
    width: 160px;
  }
}

@media (min-width: 1200px) {
  .site-footer-logo {
    width: 204px;
  }
}

.site-footer-logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer-logo svg #sondra {
  fill: #ffffff;
}

.site-footer-logo svg #radvanovsky {
  fill: #cb2834;
}

.site-footer-nav {
  padding-bottom: 37px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-nav {
  margin-top: 40px;
}

@media screen and (min-width: 400px) {
  .site-footer-nav {
    margin-top: calc(40px + 5 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .site-footer-nav {
    margin-top: 45px;
  }
}

.site-footer-nav {
  margin-bottom: 45px;
}

@media screen and (min-width: 400px) {
  .site-footer-nav {
    margin-bottom: calc(45px + 7 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .site-footer-nav {
    margin-bottom: 52px;
  }
}

.site-footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer-nav a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.site-footer-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer-text {
  display: block;
  font-style: normal;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  line-height: 18px;
}

.site-footer-text a {
  text-decoration: underline;
}

.site-footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 24px;
}

.site-footer-social li {
  display: inline-block;
}

.site-footer-social li:nth-child(n+2) {
  margin-left: 30px;
}

.site-footer-social a {
  display: block;
}

.site-footer-social a:hover svg {
  fill: #cb2834;
}

.site-footer-social svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

@media (max-width: 999px) {
  .site-footer-nav ul {
    -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;
  }
  .site-footer-nav li:nth-child(n+2) {
    margin-top: 4px;
  }
  .site-footer-text {
    text-align: center;
    width: 100%;
    margin-top: 6px;
  }
  .site-footer-social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 30px;
  }
  .site-footer-copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .site-footer-maker {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .site-footer-rights {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .site-footer-privacy {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (min-width: 1000px) {
  .site-footer-nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-footer-social {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .site-footer-text {
    width: 50%;
  }
  .site-footer-copyright {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: right;
  }
  .site-footer-maker {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .site-footer-rights {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .site-footer-privacy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
  }
}

.load-more-wrapper {
  text-align: center;
}

.load-more-wrapper {
  margin-top: 40px;
}

@media screen and (min-width: 400px) {
  .load-more-wrapper {
    margin-top: calc(40px + 49 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .load-more-wrapper {
    margin-top: 89px;
  }
}

.load-more-wrapper {
  margin-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .load-more-wrapper {
    margin-bottom: calc(40px + 49 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .load-more-wrapper {
    margin-bottom: 89px;
  }
}

.load-more-wrapper .js-load-more svg {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.load-more-wrapper .js-load-more.loading svg {
  display: block;
}

.load-more-wrapper .button {
  min-width: 160px;
}

.blockquote {
  margin: 0;
  padding: 0;
}

.blockquote svg {
  width: 32px;
  height: 21px;
  fill: rgba(0, 0, 0, 0.4);
  margin-left: 3px;
}

.blockquote p {
  margin-top: 0.35em;
  margin-bottom: 0;
  font-family: 'Judson', serif;
  line-height: 1.15;
  letter-spacing: 0.025em;
}

.blockquote p {
  font-size: 22px;
}

@media screen and (min-width: 400px) {
  .blockquote p {
    font-size: calc(22px + 6 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .blockquote p {
    font-size: 28px;
  }
}

.blockquote cite {
  display: block;
  margin-top: 2.55em;
  font-style: normal;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.blockquote cite {
  font-size: 12px;
}

@media screen and (min-width: 400px) {
  .blockquote cite {
    font-size: calc(12px + 1 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .blockquote cite {
    font-size: 13px;
  }
}

.blockquote cite:before {
  content: '';
  display: block;
  width: 49px;
  height: 4px;
  background: #101217;
  margin-bottom: 2em;
}

[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: 6vw 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-is-open .fancybox-bg {
  opacity: 1;
}

body .fancybox-button {
  background: transparent;
  outline: 0;
}

body .fancybox-button svg {
  fill: #ffffff;
}

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-container .button {
  border-color: #ffffff;
  color: #ffffff;
}

.fancybox-container .button:hover {
  background: #ffffff;
  color: #101217;
}

.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 {
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 1em;
}

.lightbox-custom-caption p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.lightbox-custom-caption p.lightbox-download {
  margin-top: 1em;
}

.lightbox-custom-caption > * {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-title {
  color: #ffffff;
  line-height: 1.2;
}

.lightbox-title {
  font-size: 20px;
}

@media screen and (min-width: 400px) {
  .lightbox-title {
    font-size: calc(20px + 25 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .lightbox-title {
    font-size: 45px;
  }
}

.lightbox-caption {
  color: #ffffff;
}

.fancybox-bg {
  overflow: hidden;
}

.fancybox-bg-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.fancybox-bg-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  -webkit-filter: blur(40px);
          filter: blur(40px);
}

@supports ((-webkit-backdrop-filter: blur(40px)) or (backdrop-filter: blur(40px))) {
  .fancybox-bg-image-inner {
    -webkit-filter: none;
            filter: none;
  }
  .fancybox-bg-image-item-blur {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
  }
}

.fancybox-bg-image-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-size: cover;
  background-position: center center;
  will-change: opacity;
}

.fancybox-bg-image-item.shown {
  opacity: 1;
}

.page-header.has-image {
  background: #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  height: 100vmin;
  padding-bottom: 58px;
}

@media (min-width: 500px) and (max-width: 999px) {
  .page-header.has-image {
    height: calc(100vmin - 90px);
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .page-header.has-image {
    height: calc(100vmin - 100px);
  }
}

@media (min-width: 1200px) {
  .page-header.has-image {
    height: calc(100vmin - 128px);
  }
}

body.is-local .page-header.has-image {
  max-height: 855px;
}

@media (orientation: portrait) {
  .page-header.has-image {
    height: 130vmin;
    max-height: 100vh;
  }
}

@media (orientation: portrait) and (min-width: 500px) and (max-width: 999px) {
  .page-header.has-image {
    max-height: calc(100vh - 90px);
  }
}

@media (orientation: portrait) and (min-width: 1000px) and (max-width: 1199px) {
  .page-header.has-image {
    max-height: calc(100vh - 100px);
  }
}

@media (orientation: portrait) and (min-width: 1200px) {
  .page-header.has-image {
    max-height: calc(100vh - 128px);
  }
}

.page-header.has-image:before {
  content: '';
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(42%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.45));
  z-index: 15;
}

.page-header.no-image {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .page-header.no-image {
    padding-top: calc(40px + 73 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .page-header.no-image {
    padding-top: 113px;
  }
}

.page-header.no-image {
  padding-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .page-header.no-image {
    padding-bottom: calc(40px + 21 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .page-header.no-image {
    padding-bottom: 61px;
  }
}

.page-header-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  z-index: 10;
}

.page-header-wrapper {
  position: relative;
  z-index: 20;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-header-wrapper.wrapper, .page-header-wrapper.padded-wrapper {
  position: relative;
  z-index: 30;
}

.page-header-wrapper blockquote {
  margin: 0;
  margin-bottom: -25px;
}

.page-header-title {
  line-height: 1.1;
  width: 100%;
}

.page-header-title.larger-title {
  font-size: 60px;
  font-weight: 400;
  line-height: 0.8;
}

.page-header-title.medium-large-title {
  font-weight: 400;
  max-width: calc(740px + 10vw);
  padding-left: 5vw;
  padding-right: 5vw;
  letter-spacing: 0.01em;
  line-height: 0.96;
}

.page-header-title.medium-large-title {
  font-size: 30px;
}

@media screen and (min-width: 400px) {
  .page-header-title.medium-large-title {
    font-size: calc(30px + 20 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .page-header-title.medium-large-title {
    font-size: 50px;
  }
}

.page-header-title.medium-title {
  font-weight: 400;
  max-width: calc(960px + 10vw);
  padding-left: 5vw;
  padding-right: 5vw;
}

.page-header-title.medium-title {
  font-size: 25px;
}

@media screen and (min-width: 400px) {
  .page-header-title.medium-title {
    font-size: calc(25px + 16 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .page-header-title.medium-title {
    font-size: 41px;
  }
}

body.home .page-header-title.medium-title {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.page-header-cite {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-style: normal;
}

.page-header-cite {
  font-size: 12px;
}

@media screen and (min-width: 400px) {
  .page-header-cite {
    font-size: calc(12px + 2 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .page-header-cite {
    font-size: 14px;
  }
}

.page-header-cite:before {
  content: '';
  display: block;
  background: #ffffff;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .page-header-cite {
    margin-top: 1.5em;
  }
  .page-header-cite:before {
    width: 40px;
    height: 3px;
    margin-bottom: 1em;
  }
}

@media (min-width: 600px) {
  .page-header-cite {
    margin-top: 2em;
  }
  .page-header-cite:before {
    width: 40px;
    height: 4px;
    margin-bottom: 1.15em;
  }
}

.page-header.centered .page-header-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.page-header.for-press .press-item-type {
  margin-bottom: 1.15em;
}

.page-header.for-press .press-item-citation {
  margin-top: 1em;
}

.page-header.for-press.no-image .press-item-type {
  background: #ffffff;
  color: #cb2834;
}

@media (max-width: 799px) {
  .page-header.has-button .page-header-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-header.has-button .button-light {
    margin-top: 2em;
  }
}

@media (min-width: 800px) {
  .page-header.has-button .page-header-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .page-header.has-button .button-light {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #101217;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.9;
}

@media (max-width: 499px) {
  body {
    font-size: 14px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  body {
    font-size: 15px;
  }
}

@media (min-width: 900px) {
  body {
    font-size: 15px;
  }
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Judson', serif;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.025em;
}

@media (max-width: 499px) {
  h1, .h1 {
    font-size: 30px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h1, .h1 {
    font-size: 33px;
  }
}

@media (min-width: 900px) {
  h1, .h1 {
    font-size: 36px;
  }
}

@media (max-width: 499px) {
  h2, .h2 {
    font-size: 26px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h2, .h2 {
    font-size: 29px;
  }
}

@media (min-width: 900px) {
  h2, .h2 {
    font-size: 32px;
  }
}

@media (max-width: 499px) {
  h3, .h3 {
    font-size: 24px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h3, .h3 {
    font-size: 26px;
  }
}

@media (min-width: 900px) {
  h3, .h3 {
    font-size: 28px;
  }
}

@media (max-width: 499px) {
  h4, .h4 {
    font-size: 22px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h4, .h4 {
    font-size: 24px;
  }
}

@media (min-width: 900px) {
  h4, .h4 {
    font-size: 26px;
  }
}

@media (max-width: 499px) {
  h5, .h5 {
    font-size: 18px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h5, .h5 {
    font-size: 20px;
  }
}

@media (min-width: 900px) {
  h5, .h5 {
    font-size: 22px;
  }
}

@media (max-width: 499px) {
  h6, .h6 {
    font-size: 18px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h6, .h6 {
    font-size: 19px;
  }
}

@media (min-width: 900px) {
  h6, .h6 {
    font-size: 20px;
  }
}

.nice-type h1, .nice-type h2, .nice-type h3, .nice-type h4, .nice-type h5, .nice-type h6 {
  margin-top: 1.5em;
}

.nice-type h1 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h2 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h3 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h4 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h5 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h6 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 0.5em;
}

.nice-type p, .nice-type ul, .nice-type ol, .nice-type pre, .nice-type details, .nice-type table {
  margin-top: 2em;
  margin-bottom: 2em;
  letter-spacing: 0.025em;
}

.nice-type ul ul,
.nice-type ol ol,
.nice-type ul ol,
.nice-type ol ul {
  margin: 0;
}

.nice-type h1 a, .nice-type h2 a, .nice-type h3 a, .nice-type h4 a, .nice-type h5 a, .nice-type h6 a, .nice-type p a, .nice-type li a {
  color: #cb2834;
  text-decoration: underline;
}

.nice-type h1 a:hover, .nice-type h2 a:hover, .nice-type h3 a:hover, .nice-type h4 a:hover, .nice-type h5 a:hover, .nice-type h6 a:hover, .nice-type p a:hover, .nice-type li a:hover {
  text-decoration: none;
}

.nice-type p b,
.nice-type p strong, .nice-type li b,
.nice-type li strong {
  font-weight: 700;
}

.nice-type pre {
  overflow: auto;
  background: #eee;
  border: 1px solid #ccc;
  padding: 1em 1.5em;
}

.nice-type pre code {
  font-size: 90%;
}

.nice-type details {
  padding: 1em 1.5em;
  background: #eee;
  border: 1px solid #ccc;
}

.nice-type [class*="wp-image"] {
  margin-top: 3em;
  margin-bottom: 3em;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nice-type .blockquote {
  margin-top: 4.9em;
}

.nice-type > *:first-child {
  margin-top: 0;
}

.nice-type > *:last-child {
  margin-bottom: 0;
}

table {
  border: 1px solid #E8E8E8;
  border-collapse: collapse;
  font-size: 90%;
  line-height: 1.4;
  width: 100%;
}

table th {
  text-align: left;
  font-weight: 700;
  background: #F5F5F5;
}

table th,
table td {
  border: 1px solid #E8E8E8;
  padding: 8px 20px 8px 11px;
  vertical-align: top;
}

a {
  color: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
}

article p a {
  text-decoration: underline;
}

article p a:hover {
  text-decoration: none;
}

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

.button {
  background: rgba(16, 18, 23, 0);
  color: #101217;
  border: 1px solid #101217;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  cursor: pointer;
}

.button svg[data-icon="scroll_arrow"] {
  fill: #101217;
}

.button.icon-left svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 499px) {
  .button {
    padding: 11px 20px 9px;
    font-size: 12px;
  }
  .button svg[data-icon="scroll_arrow"] {
    width: 13px;
    height: 8px;
  }
  .button.icon-left svg {
    margin-left: -8px;
    margin-right: 9px;
  }
  .button.icon-right svg {
    margin-left: 9px;
    margin-right: -8px;
  }
}

@media (min-width: 500px) {
  .button {
    padding: 13px 25px 11px;
    font-size: 13px;
  }
  .button svg[data-icon="scroll_arrow"] {
    width: 16px;
    height: 10px;
  }
  .button.icon-left svg {
    margin-left: -7px;
    margin-right: 14px;
  }
  .button.icon-right svg {
    margin-left: 14px;
    margin-right: -7px;
  }
}

.button.active, .button:hover {
  background: #101217;
  color: #ffffff;
}

.button.active svg[data-icon="scroll_arrow"], .button:hover svg[data-icon="scroll_arrow"] {
  fill: #ffffff;
}

.button:focus {
  outline: 0;
}

.button-white {
  border-color: #ffffff;
  color: #ffffff;
}

.button-white:hover {
  background: #ffffff;
  color: #101217;
}

.button-light {
  background: #eee;
  color: #000000;
  display: inline-block;
  padding: 5px 15px;
  white-space: nowrap;
}

/*****
  Larger groups of styles for larger parts
*****/
.home-bio {
  padding-top: 50px;
}

@media screen and (min-width: 400px) {
  .home-bio {
    padding-top: calc(50px + 54 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-bio {
    padding-top: 104px;
  }
}

.home-bio {
  padding-bottom: 50px;
}

@media screen and (min-width: 400px) {
  .home-bio {
    padding-bottom: calc(50px + 54 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-bio {
    padding-bottom: 104px;
  }
}

.home-bio-title h1 {
  font-size: 30px;
}

@media screen and (min-width: 400px) {
  .home-bio-title h1 {
    font-size: calc(30px + 20 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .home-bio-title h1 {
    font-size: 50px;
  }
}

.home-bio-text {
  padding-top: 31px;
}

.home-performances {
  background: #000000;
  color: #ffffff;
  position: relative;
}

.home-performance-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  z-index: 10;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}

.home-performance-image:nth-of-type(1), .home-performance-image.shown {
  opacity: 1;
}

.home-performance-image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(145deg, #cb2834 5%, #181825 60%);
  opacity: 0.7;
  z-index: 10;
}

.home-performances-title {
  position: relative;
  z-index: 20;
  text-align: center;
}

.home-performances-title {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .home-performances-title {
    padding-top: calc(40px + 35 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-performances-title {
    padding-top: 75px;
  }
}

.home-performances-title {
  padding-bottom: 0px;
}

@media screen and (min-width: 400px) {
  .home-performances-title {
    padding-bottom: calc(0px + 75 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-performances-title {
    padding-bottom: 75px;
  }
}

.home-performances-title h1 {
  font-size: 30px;
}

@media screen and (min-width: 400px) {
  .home-performances-title h1 {
    font-size: calc(30px + 20 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .home-performances-title h1 {
    font-size: 50px;
  }
}

.home-performances-items {
  position: relative;
  z-index: 20;
}

@media (max-width: 699px) {
  .home-performances-items .event-item:nth-child(n+2) {
    border-top: 1px solid #ffffff;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .home-performances-items .event-item:nth-child(2) {
    border-left: 1px solid #ffffff;
  }
  .home-performances-items .event-item:nth-child(3) {
    display: none;
  }
  .home-performances-items .event-item .event-item-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .home-performances-items .event-item:nth-child(2) {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  .home-performances-items .event-item .event-item-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.home-performances-items .event-item .event-item-image,
.home-performances-items .event-item .event-item-grad {
  display: none;
}

.home-performances-items .event-item .event-item-title:after {
  background: #ffffff;
}

.home-performances-items .event-item .event-item-tickets.button {
  border-color: #ffffff;
  color: #ffffff;
}

.home-performances-items .event-item:hover .event-item-tickets.button {
  color: #101217;
}

.home-performances-more {
  position: relative;
  z-index: 20;
}

@media (max-width: 699px) {
  .home-performances-more {
    padding-top: 30px;
  }
}

@media screen and (max-width: 699px) and (min-width: 400px) {
  .home-performances-more {
    padding-top: calc(30px + 20 * ((100vw - 400px) / 1000));
  }
}

@media screen and (max-width: 699px) and (min-width: 1400px) {
  .home-performances-more {
    padding-top: 50px;
  }
}

@media (min-width: 700px) {
  .home-performances-more {
    padding-top: 50px;
  }
}

@media screen and (min-width: 700px) and (min-width: 400px) {
  .home-performances-more {
    padding-top: calc(50px + 40 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 700px) and (min-width: 1400px) {
  .home-performances-more {
    padding-top: 90px;
  }
}

.home-performances-more .wrapper, .home-performances-more .padded-wrapper {
  border-top: 1px solid #ffffff;
  text-align: center;
}

@media (max-width: 699px) {
  .home-performances-more .wrapper, .home-performances-more .padded-wrapper {
    padding-top: 30px;
  }
}

@media screen and (max-width: 699px) and (min-width: 400px) {
  .home-performances-more .wrapper, .home-performances-more .padded-wrapper {
    padding-top: calc(30px + 20 * ((100vw - 400px) / 1000));
  }
}

@media screen and (max-width: 699px) and (min-width: 1400px) {
  .home-performances-more .wrapper, .home-performances-more .padded-wrapper {
    padding-top: 50px;
  }
}

@media (max-width: 699px) {
  .home-performances-more .wrapper, .home-performances-more .padded-wrapper {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 699px) and (min-width: 400px) {
  .home-performances-more .wrapper, .home-performances-more .padded-wrapper {
    padding-bottom: calc(30px + 20 * ((100vw - 400px) / 1000));
  }
}

@media screen and (max-width: 699px) and (min-width: 1400px) {
  .home-performances-more .wrapper, .home-performances-more .padded-wrapper {
    padding-bottom: 50px;
  }
}

@media (min-width: 700px) {
  .home-performances-more .wrapper, .home-performances-more .padded-wrapper {
    padding-top: 50px;
  }
}

@media screen and (min-width: 700px) and (min-width: 400px) {
  .home-performances-more .wrapper, .home-performances-more .padded-wrapper {
    padding-top: calc(50px + 40 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 700px) and (min-width: 1400px) {
  .home-performances-more .wrapper, .home-performances-more .padded-wrapper {
    padding-top: 90px;
  }
}

@media (min-width: 700px) {
  .home-performances-more .wrapper, .home-performances-more .padded-wrapper {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 700px) and (min-width: 400px) {
  .home-performances-more .wrapper, .home-performances-more .padded-wrapper {
    padding-bottom: calc(50px + 40 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 700px) and (min-width: 1400px) {
  .home-performances-more .wrapper, .home-performances-more .padded-wrapper {
    padding-bottom: 90px;
  }
}

.home-performances-more .wrapper .button, .home-performances-more .padded-wrapper .button {
  border-color: #ffffff;
  color: #ffffff;
}

.home-performances-more .wrapper .button:hover, .home-performances-more .padded-wrapper .button:hover {
  background: #ffffff;
  color: #101217;
}

.home-news {
  background-image: url("../images/home-marble.jpg");
  background-size: cover;
  background-position: center center;
}

.home-news-title {
  text-align: center;
}

.home-news-title {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .home-news-title {
    padding-top: calc(40px + 38 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-news-title {
    padding-top: 78px;
  }
}

.home-news-title {
  padding-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .home-news-title {
    padding-bottom: calc(40px + 51 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-news-title {
    padding-bottom: 91px;
  }
}

.home-news-title h1 {
  font-size: 30px;
}

@media screen and (min-width: 400px) {
  .home-news-title h1 {
    font-size: calc(30px + 20 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .home-news-title h1 {
    font-size: 50px;
  }
}

.home-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 799px) {
  .home-news-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 799px) {
  .home-news-item:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media (min-width: 800px) and (max-width: 1099px) {
  .home-news-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .home-news-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .home-news-item:nth-child(odd) .home-news-item-media {
    margin-left: -120px;
  }
  .home-news-item:nth-child(odd) .home-news-item-media blockquote {
    padding-left: 120px;
  }
  .home-news-item:nth-child(even) .home-news-item-media {
    margin-right: -120px;
  }
  .home-news-item:nth-child(even) .home-news-item-media blockquote {
    padding-right: 120px;
  }
}

@media (min-width: 1100px) {
  .home-news-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .home-news-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .home-news-item:nth-child(odd) .home-news-item-media {
    margin-left: -120px;
  }
  .home-news-item:nth-child(odd) .home-news-item-media blockquote {
    padding-left: 120px;
  }
  .home-news-item:nth-child(even) .home-news-item-media {
    margin-right: -120px;
  }
  .home-news-item:nth-child(even) .home-news-item-media blockquote {
    padding-right: 120px;
  }
}

.home-news-item-media {
  background: #181825;
  color: #ffffff;
  position: relative;
  z-index: 5;
}

@media (max-width: 799px) {
  .home-news-item-media {
    width: 100%;
  }
}

@media (min-width: 800px) {
  .home-news-item-media {
    width: 63.4%;
  }
}

.home-news-item-media:before {
  content: '';
  display: block;
  width: 100%;
}

@media (max-width: 799px) {
  .has-post-thumbnail .home-news-item-media:before {
    padding-bottom: 79.66%;
  }
}

@media (min-width: 800px) {
  .home-news-item-media:before {
    padding-bottom: 79.66%;
  }
}

.home-news-item-media:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(145deg, #cb2834 5%, #181825 60%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.home-news-item-media blockquote {
  z-index: 15;
  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-align: center;
  margin: 0;
}

@media (max-width: 799px) {
  .home-news-item-media blockquote {
    position: relative;
    padding: 10vw 5vw;
  }
}

@media (min-width: 800px) {
  .home-news-item-media blockquote {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.home-news-item-media blockquote svg {
  fill: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 0 auto;
}

.home-news-item-media blockquote svg {
  margin-bottom: 10px;
}

@media screen and (min-width: 400px) {
  .home-news-item-media blockquote svg {
    margin-bottom: calc(10px + 27 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-news-item-media blockquote svg {
    margin-bottom: 37px;
  }
}

.home-news-item-media blockquote svg {
  width: 19.2px;
}

@media screen and (min-width: 400px) {
  .home-news-item-media blockquote svg {
    width: calc(19.2px + 12.8 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-news-item-media blockquote svg {
    width: 32px;
  }
}

.home-news-item-media blockquote svg {
  height: 12.6px;
}

@media screen and (min-width: 400px) {
  .home-news-item-media blockquote svg {
    height: calc(12.6px + 8.4 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-news-item-media blockquote svg {
    height: 21px;
  }
}

.home-news-item-media blockquote p {
  font-family: 'Judson', serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

@media (max-width: 799px) {
  .home-news-item-media blockquote p {
    padding: 0 5%;
    line-height: 1.15;
  }
  .home-news-item-media blockquote p {
    font-size: 22px;
  }
}

@media screen and (max-width: 799px) and (min-width: 400px) {
  .home-news-item-media blockquote p {
    font-size: calc(22px + 8 * ((100vw - 400px) / 400));
  }
}

@media screen and (max-width: 799px) and (min-width: 800px) {
  .home-news-item-media blockquote p {
    font-size: 30px;
  }
}

@media (min-width: 800px) {
  .home-news-item-media blockquote p {
    padding: 0 5%;
    line-height: 1.15;
  }
  .home-news-item-media blockquote p {
    font-size: 18px;
  }
}

@media screen and (min-width: 800px) and (min-width: 400px) {
  .home-news-item-media blockquote p {
    font-size: calc(18px + 16 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 800px) and (min-width: 1400px) {
  .home-news-item-media blockquote p {
    font-size: 34px;
  }
}

@media (min-width: 800px) and (max-width: 1099px) {
  .home-news-item-media blockquote p {
    padding: 0 5%;
    line-height: 1.05;
  }
}

@media (min-width: 1100px) {
  .home-news-item-media blockquote p {
    padding: 0 9%;
    line-height: 1.15;
  }
}

.home-news-item-media blockquote p:after {
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1099px) {
  .home-news-item-media blockquote p:after {
    width: 30px;
    height: 3px;
    margin: 17px auto 14px;
  }
}

@media (min-width: 1100px) {
  .home-news-item-media blockquote p:after {
    width: 40px;
    height: 4px;
    margin: 23px auto 19px;
  }
}

.home-news-item-media blockquote cite {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
}

.home-news-item-media .home-news-item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  z-index: 8;
}

.home-news-item-inner {
  background: #ffffff;
  position: relative;
  z-index: 10;
}

@media (max-width: 799px) {
  .home-news-item-inner {
    width: 100%;
  }
}

@media (min-width: 800px) {
  .home-news-item-inner {
    width: calc(36.6% + 120px);
  }
}

@media (max-width: 1099px) {
  .home-news-item-inner {
    padding: 25px 20px;
  }
}

@media (min-width: 1100px) {
  .home-news-item-inner {
    padding: 54px 38px;
  }
}

.home-news-item-meta p,
.home-news-item-meta time {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.home-news-item-meta p {
  text-transform: uppercase;
  margin: 0 4px 0 0;
}

.home-news-item-meta time {
  font-weight: 600;
}

.home-news-item-title {
  line-height: 1.1;
}

.home-news-item-title {
  font-size: 22px;
}

@media screen and (min-width: 400px) {
  .home-news-item-title {
    font-size: calc(22px + 6 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-news-item-title {
    font-size: 28px;
  }
}

.home-news-item-title {
  margin-top: 5px;
}

@media screen and (min-width: 400px) {
  .home-news-item-title {
    margin-top: calc(5px + 4 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-news-item-title {
    margin-top: 9px;
  }
}

.home-news-item-title {
  margin-bottom: 14px;
}

@media screen and (min-width: 400px) {
  .home-news-item-title {
    margin-bottom: calc(14px + 10 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-news-item-title {
    margin-bottom: 24px;
  }
}

@media (max-width: 1099px) {
  .home-news-item-excerpt {
    line-height: 1.7;
  }
}

.home-news-more {
  text-align: center;
}

.home-news-more {
  padding-top: 50px;
}

@media screen and (min-width: 400px) {
  .home-news-more {
    padding-top: calc(50px + 42 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-news-more {
    padding-top: 92px;
  }
}

.home-news-more {
  padding-bottom: 50px;
}

@media screen and (min-width: 400px) {
  .home-news-more {
    padding-bottom: calc(50px + 42 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-news-more {
    padding-bottom: 92px;
  }
}

.home-news-more .button {
  min-width: 240px;
}

.home-news-item:hover .home-news-item-media:after {
  opacity: 0.7;
}

.home-recording {
  background-color: #181825;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

.home-recording {
  padding-bottom: 50px;
}

@media screen and (min-width: 400px) {
  .home-recording {
    padding-bottom: calc(50px + 50 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-recording {
    padding-bottom: 100px;
  }
}

.home-recording-title {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .home-recording-title {
    padding-top: calc(40px + 25 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-recording-title {
    padding-top: 65px;
  }
}

.home-recording-title {
  padding-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .home-recording-title {
    padding-bottom: calc(40px + 18 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .home-recording-title {
    padding-bottom: 58px;
  }
}

.home-recording-title h1 {
  text-align: center;
}

.home-recording-title h1 {
  font-size: 30px;
}

@media screen and (min-width: 400px) {
  .home-recording-title h1 {
    font-size: calc(30px + 20 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .home-recording-title h1 {
    font-size: 50px;
  }
}

.home-recording-item .recording-item-link {
  background: transparent;
  -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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 799px) {
  .home-recording-item .recording-item-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-recording-item .recording-item-link .recording-item-text {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home-recording-item .recording-item-link .recording-item-image {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  .home-recording-item .recording-item-link .recording-item-text {
    width: calc(50% - 20px);
  }
  .home-recording-item .recording-item-link .recording-item-image {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1000px) {
  .home-recording-item .recording-item-link .recording-item-text {
    width: calc(51% - 83px);
  }
  .home-recording-item .recording-item-link .recording-item-image {
    width: 49%;
  }
}

.home-recording-item .recording-item-link .recording-item-text {
  padding: 0;
}

.home-recording-item .recording-item-link .recording-item-image:before {
  display: none;
}

.home-recording-item .recording-item-link .recording-item-image .image {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: none;
}

.home-recording-item .recording-item-link .recording-item-image .image img {
  display: block;
  width: 100%;
}

.home-recording-item .recording-item-link .recording-item-type-date {
  margin-left: 54px;
}

.home-recording-item .recording-item-link .recording-item-type-date:before {
  background: #ffffff;
}

.home-recording-item .recording-item-link .button {
  border-color: #ffffff;
  color: #ffffff;
}

.home-recording-item .recording-item:hover .button {
  background: #ffffff;
  color: #101217;
}

.about-wraper.padded, .about-wraper.padded-wrapper {
  padding-top: 50px;
}

@media screen and (min-width: 400px) {
  .about-wraper.padded, .about-wraper.padded-wrapper {
    padding-top: calc(50px + 54 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .about-wraper.padded, .about-wraper.padded-wrapper {
    padding-top: 104px;
  }
}

.about-wraper.padded, .about-wraper.padded-wrapper {
  padding-bottom: 50px;
}

@media screen and (min-width: 400px) {
  .about-wraper.padded, .about-wraper.padded-wrapper {
    padding-bottom: calc(50px + 17 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .about-wraper.padded, .about-wraper.padded-wrapper {
    padding-bottom: 67px;
  }
}

.about-title h1 {
  font-size: 30px;
}

@media screen and (min-width: 400px) {
  .about-title h1 {
    font-size: calc(30px + 20 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .about-title h1 {
    font-size: 50px;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  .about-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 4em;
       -moz-column-gap: 4em;
            column-gap: 4em;
  }
}

@media (min-width: 1000px) {
  .about-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 6em;
       -moz-column-gap: 6em;
            column-gap: 6em;
  }
}

.about-top,
.about-bottom {
  margin-top: 15px;
}

@media screen and (min-width: 400px) {
  .about-top,
  .about-bottom {
    margin-top: calc(15px + 15 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .about-top,
  .about-bottom {
    margin-top: 30px;
  }
}

.about-top,
.about-bottom {
  margin-bottom: 15px;
}

@media screen and (min-width: 400px) {
  .about-top,
  .about-bottom {
    margin-bottom: calc(15px + 15 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .about-top,
  .about-bottom {
    margin-bottom: 30px;
  }
}

.about-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-middle {
  margin-top: 30px;
}

@media screen and (min-width: 400px) {
  .about-middle {
    margin-top: calc(30px + 24 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .about-middle {
    margin-top: 54px;
  }
}

.about-middle {
  margin-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .about-middle {
    margin-bottom: calc(40px + 28 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .about-middle {
    margin-bottom: 68px;
  }
}

@media (max-width: 599px) {
  .about-middle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 599px) {
  .about-middle-image {
    width: 100%;
  }
  .about-middle-image.right {
    margin-top: 2px;
  }
}

@media (min-width: 600px) {
  .about-middle-image {
    width: calc(50% - 1px);
  }
}

.about-middle-image img {
  display: block;
  width: 100%;
}

.about-press-pack {
  border-top: 1px solid rgba(16, 18, 23, 0.1);
}

.about-press-pack {
  margin-top: 40px;
}

@media screen and (min-width: 400px) {
  .about-press-pack {
    margin-top: calc(40px + 35 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .about-press-pack {
    margin-top: 75px;
  }
}

.about-press-pack {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .about-press-pack {
    padding-top: calc(40px + 26 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .about-press-pack {
    padding-top: 66px;
  }
}

@media (max-width: 499px) {
  .about-press-pack {
    text-align: center;
  }
}

.about-press-pack .button {
  min-width: 258px;
}

.contact-wrapper-outer.padded, .contact-wrapper-outer.padded-wrapper {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .contact-wrapper-outer.padded, .contact-wrapper-outer.padded-wrapper {
    padding-top: calc(40px + 37 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .contact-wrapper-outer.padded, .contact-wrapper-outer.padded-wrapper {
    padding-top: 77px;
  }
}

.contact-wrapper-outer.padded, .contact-wrapper-outer.padded-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .contact-wrapper-outer.padded, .contact-wrapper-outer.padded-wrapper {
    padding-bottom: calc(40px + 49 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .contact-wrapper-outer.padded, .contact-wrapper-outer.padded-wrapper {
    padding-bottom: 89px;
  }
}

.contact-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-block {
  background: #ffffff;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-block {
  padding-top: 30px;
}

@media screen and (min-width: 400px) {
  .contact-block {
    padding-top: calc(30px + 45 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .contact-block {
    padding-top: 75px;
  }
}

.contact-block {
  padding-right: 20px;
}

@media screen and (min-width: 400px) {
  .contact-block {
    padding-right: calc(20px + 25 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .contact-block {
    padding-right: 45px;
  }
}

.contact-block {
  padding-bottom: 30px;
}

@media screen and (min-width: 400px) {
  .contact-block {
    padding-bottom: calc(30px + 50 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .contact-block {
    padding-bottom: 80px;
  }
}

.contact-block {
  padding-left: 20px;
}

@media screen and (min-width: 400px) {
  .contact-block {
    padding-left: calc(20px + 41 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .contact-block {
    padding-left: 61px;
  }
}

.contact-block {
  font-size: 14px;
}

@media screen and (min-width: 400px) {
  .contact-block {
    font-size: calc(14px + 2 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .contact-block {
    font-size: 16px;
  }
}

.contact-block p {
  margin: 0;
}

.contact-block b {
  font-weight: 600;
}

.contact-block-role {
  width: 100%;
  font-weight: 700;
}

.contact-block-role {
  font-size: 25px;
}

@media screen and (min-width: 400px) {
  .contact-block-role {
    font-size: calc(25px + 5 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .contact-block-role {
    font-size: 30px;
  }
}

.contact-block-company {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-top: 0.5em;
  margin-bottom: 2.75em;
}

.contact-block-company {
  font-size: 14px;
}

@media screen and (min-width: 400px) {
  .contact-block-company {
    font-size: calc(14px + 2 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .contact-block-company {
    font-size: 16px;
  }
}

.contact-block-inner {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-block-address h5 {
  font-weight: 700;
  margin-bottom: 0.34em;
}

.contact-block-address h5 {
  font-size: 20px;
}

@media screen and (min-width: 400px) {
  .contact-block-address h5 {
    font-size: calc(20px + 4 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .contact-block-address h5 {
    font-size: 24px;
  }
}

.contact-block-numbers {
  white-space: nowrap;
}

.contact-block-people {
  width: 100%;
  margin-top: 2em;
  margin-bottom: -1em;
  position: relative;
  z-index: 5;
}

.contact-block-links {
  width: 100%;
  margin-top: auto;
  padding-top: 3em;
  position: relative;
  z-index: 3;
}

.contact-block-website {
  width: 100%;
}

.contact-block-email {
  width: 100%;
}

@media (max-width: 799px) {
  .contact-block {
    width: 100%;
  }
  .contact-block:nth-child(n+2) {
    margin-top: 3vw;
  }
  .contact-block-address {
    width: 100%;
  }
  .contact-block-numbers {
    width: 100%;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .contact-block {
    width: calc(50% - 11px);
  }
  .contact-block:nth-child(n+3) {
    margin-top: 22px;
  }
  .contact-block-address {
    width: 100%;
  }
  .contact-block-numbers {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .contact-block {
    width: calc(50% - 11px);
  }
  .contact-block:nth-child(n+3) {
    margin-top: 22px;
  }
  .contact-block-address {
    width: calc(48% - 15px);
  }
  .contact-block-numbers {
    width: calc(52% - 15px);
  }
}

body.error404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.error404-outer {
  background: #000000;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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-align: center;
  position: relative;
}

.error404-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.5;
}

.error404-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  -webkit-filter: blur(40px);
          filter: blur(40px);
}

@supports ((-webkit-backdrop-filter: blur(40px)) or (backdrop-filter: blur(40px))) {
  .error404-image-inner {
    -webkit-filter: none;
            filter: none;
  }
  .error404-image-inner-blur {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
  }
}

.error404-text {
  position: relative;
  z-index: 20;
  color: #ffffff;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.error404-text h1 {
  font-size: 70px;
}

@media screen and (min-width: 400px) {
  .error404-text h1 {
    font-size: calc(70px + 18 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .error404-text h1 {
    font-size: 88px;
  }
}

.error404-text p {
  margin-top: 0;
}

.error404-text p {
  font-size: 15px;
}

@media screen and (min-width: 400px) {
  .error404-text p {
    font-size: calc(15px + 3 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .error404-text p {
    font-size: 18px;
  }
}

/*****
  Post type & section styles
*****/
.blog .news-items-outer {
  padding-top: 40px;
}

@media screen and (min-width: 500px) {
  .blog .news-items-outer {
    padding-top: calc(40px + 37 * ((100vw - 500px) / 500));
  }
}

@media screen and (min-width: 1000px) {
  .blog .news-items-outer {
    padding-top: 77px;
  }
}

.blog .news-items-outer .wrapper, .blog .news-items-outer .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-items {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}

.news-items.faded-out {
  opacity: 0;
}

.news-actions p {
  font-family: 'Judson', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.025em;
  margin: 0 0 1.65em 0;
  white-space: nowrap;
}

.news-actions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 500px) {
  .news-actions li:nth-child(n+2) {
    margin-top: 15px;
  }
  .news-actions .button {
    width: 100%;
  }
}

.news-downloads {
  border-top: 2px solid #101217;
}

.blog .news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 499px) {
  .blog .news-items-outer .wrapper, .blog .news-items-outer .padded-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-actions {
    width: 100%;
    padding-bottom: 40px;
  }
  .news-actions p {
    font-size: 16px;
    text-align: center;
  }
  .news-actions ul {
    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;
  }
  .news-actions .button {
    min-width: 120px;
    margin: 5px;
  }
  .news-downloads {
    margin-top: 2.5em;
    padding-top: 2em;
  }
  .blog .news-items {
    width: 100%;
    margin-top: -6vw;
  }
  .blog .news-items .news-item {
    width: 100%;
    margin-top: 6vw;
  }
}

@media (min-width: 500px) and (max-width: 999px) {
  .news-actions {
    width: 152px;
  }
  .news-actions p {
    font-size: 16px;
  }
  .news-actions-inner {
    margin-top: -5px;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    padding-bottom: 40px;
  }
  .news-downloads {
    margin-top: 3.5em;
    padding-top: 3em;
  }
  .blog .news-items {
    width: calc(100% - 152px - 3vw);
    margin-top: -3vw;
  }
  .blog .news-items .news-item {
    width: 100%;
    margin-top: 3vw;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .news-actions {
    width: 162px;
  }
  .news-actions-inner {
    margin-top: -5px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    padding-bottom: 40px;
  }
  .news-downloads {
    margin-top: 4.5em;
    padding-top: 4em;
  }
  .blog .news-items {
    width: calc(100% - 162px - 60px);
    margin-top: -3vw;
  }
  .blog .news-items .news-item {
    width: calc(50% - 1.5vw);
    margin-top: 3vw;
  }
}

@media (min-width: 1200px) {
  .news-actions {
    width: 162px;
  }
  .news-actions-inner {
    margin-top: -5px;
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
    padding-bottom: 40px;
  }
  .news-downloads {
    margin-top: 4.5em;
    padding-top: 4em;
  }
  .blog .news-items {
    width: calc(100% - 162px - 92px);
    margin-top: -30px;
  }
  .blog .news-items .news-item {
    width: calc(50% - 15px);
    margin-top: 30px;
  }
}

.news-item {
  position: relative;
}

.news-item.hide {
  display: none !important;
}

.news-item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-size: cover;
  background-position: top center;
}

.news-item-grad {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(145deg, #cb2834 5%, #181825 60%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.news-item-inner {
  display: block;
  position: relative;
  z-index: 10;
}

.news-item.no-post-thumbnail {
  background: #ffffff;
}

.news-item.no-post-thumbnail .news-item-inner {
  padding-top: 88px;
  padding-left: 37px;
  padding-right: 37px;
  padding-bottom: 40px;
}

.news-item.no-post-thumbnail .news-item-inner {
  padding-top: 70px;
}

@media screen and (min-width: 400px) {
  .news-item.no-post-thumbnail .news-item-inner {
    padding-top: calc(70px + 18 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .news-item.no-post-thumbnail .news-item-inner {
    padding-top: 88px;
  }
}

.news-item.no-post-thumbnail .news-item-inner {
  padding-right: 20px;
}

@media screen and (min-width: 400px) {
  .news-item.no-post-thumbnail .news-item-inner {
    padding-right: calc(20px + 17 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .news-item.no-post-thumbnail .news-item-inner {
    padding-right: 37px;
  }
}

.news-item.no-post-thumbnail .news-item-inner {
  padding-bottom: 25px;
}

@media screen and (min-width: 400px) {
  .news-item.no-post-thumbnail .news-item-inner {
    padding-bottom: calc(25px + 15 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .news-item.no-post-thumbnail .news-item-inner {
    padding-bottom: 40px;
  }
}

.news-item.no-post-thumbnail .news-item-inner {
  padding-left: 20px;
}

@media screen and (min-width: 400px) {
  .news-item.no-post-thumbnail .news-item-inner {
    padding-left: calc(20px + 17 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .news-item.no-post-thumbnail .news-item-inner {
    padding-left: 37px;
  }
}

.news-item.has-post-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-item.has-post-thumbnail .news-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-item.has-post-thumbnail .news-item-content {
  margin-right: 15px;
}

@media screen and (min-width: 400px) {
  .news-item.has-post-thumbnail .news-item-content {
    margin-right: calc(15px + 10 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .news-item.has-post-thumbnail .news-item-content {
    margin-right: 25px;
  }
}

.news-item.has-post-thumbnail .news-item-content {
  margin-bottom: 15px;
}

@media screen and (min-width: 400px) {
  .news-item.has-post-thumbnail .news-item-content {
    margin-bottom: calc(15px + 10 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .news-item.has-post-thumbnail .news-item-content {
    margin-bottom: 25px;
  }
}

.news-item.has-post-thumbnail .news-item-content {
  margin-left: 15px;
}

@media screen and (min-width: 400px) {
  .news-item.has-post-thumbnail .news-item-content {
    margin-left: calc(15px + 10 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .news-item.has-post-thumbnail .news-item-content {
    margin-left: 25px;
  }
}

.news-item.has-post-thumbnail .news-item-content {
  padding: 15px;
}

@media screen and (min-width: 400px) {
  .news-item.has-post-thumbnail .news-item-content {
    padding: calc(15px + 5 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .news-item.has-post-thumbnail .news-item-content {
    padding: 20px;
  }
}

.news-item-with-image-sizer {
  display: block;
  width: 100%;
  padding-bottom: 69%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.news-item-content {
  background: #ffffff;
}

.news-item-category {
  position: absolute;
  left: 0;
  margin: 0;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #cb2834;
  color: #ffffff;
}

@media (max-width: 499px) {
  .news-item-category {
    top: 15px;
    padding: 8px 10px 6px;
    width: 94px;
    font-size: 12px;
  }
}

@media (min-width: 500px) {
  .news-item-category {
    top: 24px;
    padding: 10px 10px 8px;
    width: 124px;
    font-size: 14px;
  }
}

.news-item.category-news .news-item-category {
  background: #101217;
}

.news-item-title {
  margin-top: 0.5em;
  line-height: 1.1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.news-item-title {
  font-size: 22px;
}

@media screen and (min-width: 400px) {
  .news-item-title {
    font-size: calc(22px + 6 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .news-item-title {
    font-size: 28px;
  }
}

.news-item-date {
  display: block;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.news-item-date {
  font-size: 12px;
}

@media screen and (min-width: 400px) {
  .news-item-date {
    font-size: calc(12px + 2 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .news-item-date {
    font-size: 14px;
  }
}

.news-item-excerpt {
  line-height: 1.8;
}

.news-item-excerpt {
  margin-top: 20px;
}

@media screen and (min-width: 400px) {
  .news-item-excerpt {
    margin-top: calc(20px + 5 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .news-item-excerpt {
    margin-top: 25px;
  }
}

.news-item.has-post-thumbnail:hover .news-item-grad {
  opacity: 0.7;
}

.news-item.no-post-thumbnail:hover .news-item-title {
  color: #cb2834;
}

.single-post .page-header .page-header-before-title {
  background: #cb2834;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.04em;
}

.single-post .page-header .page-header-before-title span {
  text-transform: uppercase;
}

.single-post .page-header .page-header-before-title time {
  font-weight: 600;
}

@media (max-width: 499px) {
  .single-post .page-header .page-header-before-title {
    padding: 9px 18px 7px;
    font-size: 13px;
  }
}

@media (min-width: 500px) {
  .single-post .page-header .page-header-before-title {
    padding: 11px 28px 9px;
    font-size: 14px;
  }
}

.single-post .page-header h1 {
  margin-top: 0.55em;
}

.single-post .category-news .page-header .page-header-before-title {
  background: #181825;
}

.has-post-thumbnail .news-single-outer {
  margin-top: 45px;
}

@media screen and (min-width: 400px) {
  .has-post-thumbnail .news-single-outer {
    margin-top: calc(45px + 31 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .has-post-thumbnail .news-single-outer {
    margin-top: 76px;
  }
}

.news-single-pagination .wrapper, .news-single-pagination .padded-wrapper,
.news-single-outer .wrapper,
.news-single-outer .padded-wrapper {
  max-width: 810px;
}

.news-single-pagination {
  margin-top: 45px;
}

@media screen and (min-width: 400px) {
  .news-single-pagination {
    margin-top: calc(45px + 31 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .news-single-pagination {
    margin-top: 76px;
  }
}

.news-single-pagination {
  margin-bottom: 60px;
}

@media screen and (min-width: 400px) {
  .news-single-pagination {
    margin-bottom: calc(60px + 60 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .news-single-pagination {
    margin-bottom: 120px;
  }
}

.news-single-pagination .wrapper, .news-single-pagination .padded-wrapper {
  border-top: 1px solid rgba(16, 18, 23, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-single-pagination .wrapper, .news-single-pagination .padded-wrapper {
  padding-top: 30px;
}

@media screen and (min-width: 400px) {
  .news-single-pagination .wrapper, .news-single-pagination .padded-wrapper {
    padding-top: calc(30px + 20 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .news-single-pagination .wrapper, .news-single-pagination .padded-wrapper {
    padding-top: 50px;
  }
}

.news-single-pagination .prev {
  margin-right: auto;
}

.news-single-pagination .next {
  margin-left: auto;
}

.event-items-outer.padded, .event-items-outer.padded-wrapper {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .event-items-outer.padded, .event-items-outer.padded-wrapper {
    padding-top: calc(40px + 37 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .event-items-outer.padded, .event-items-outer.padded-wrapper {
    padding-top: 77px;
  }
}

.event-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 699px) {
  .event-items .event-item {
    width: 100%;
  }
  body.post-type-archive-event .event-items .event-item {
    border-bottom: 1px solid #838486;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .event-items .event-item {
    width: 50%;
  }
  body.post-type-archive-event .event-items .event-item {
    border-bottom: 1px solid #838486;
  }
  body.post-type-archive-event .event-items .event-item:nth-child(2n+1) {
    border-right: 1px solid #838486;
  }
}

@media (min-width: 1000px) {
  .event-items .event-item {
    width: 33.33%;
  }
  body.post-type-archive-event .event-items .event-item {
    border-bottom: 1px solid #838486;
  }
  body.post-type-archive-event .event-items .event-item:nth-child(3n+2) {
    border-left: 1px solid #838486;
    border-right: 1px solid #838486;
  }
}

.events-past-wrapper {
  text-align: center;
  margin-top: -1px;
}

.events-past-wrapper .wrapper, .events-past-wrapper .padded-wrapper {
  border-top: 1px solid #838486;
}

.events-past-wrapper .wrapper, .events-past-wrapper .padded-wrapper {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .events-past-wrapper .wrapper, .events-past-wrapper .padded-wrapper {
    padding-top: calc(40px + 35 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .events-past-wrapper .wrapper, .events-past-wrapper .padded-wrapper {
    padding-top: 75px;
  }
}

.events-past-wrapper .wrapper, .events-past-wrapper .padded-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .events-past-wrapper .wrapper, .events-past-wrapper .padded-wrapper {
    padding-bottom: calc(40px + 35 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .events-past-wrapper .wrapper, .events-past-wrapper .padded-wrapper {
    padding-bottom: 75px;
  }
}

.events-past-wrapper .button {
  min-width: 280px;
}

.event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  position: relative;
}

.event-item-image {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 5;
}

.event-item-grad {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(145deg, #cb2834 5%, #181825 60%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.event-item-text {
  position: relative;
  z-index: 15;
  margin: auto;
}

.event-item-date {
  display: block;
  line-height: 1.2;
}

.event-item-date span {
  font-weight: 600;
}

.event-item-title {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.event-item-title:after {
  content: '';
  display: block;
  background: #000000;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 40px;
  height: 4px;
  margin: 16px auto 27px;
}

.event-item-street {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.event-item-locality {
  margin: 0;
  font-family: 'Judson', serif;
  font-size: 19px;
  margin-top: 3px;
  line-height: 1.2;
  font-style: italic;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.event-item-tickets {
  min-width: 142px;
  margin-top: 29px;
}

.event-item:hover .event-item-image {
  opacity: 1;
}

.event-item:hover .event-item-grad {
  opacity: 0.7;
}

.event-item:hover .event-item-title:after {
  background: #ffffff;
}

.event-item:hover .event-item-date,
.event-item:hover .event-item-title,
.event-item:hover .event-item-street,
.event-item:hover .event-item-locality {
  color: #ffffff;
}

.event-item:hover .event-item-tickets {
  background: #ffffff;
  border-color: #ffffff;
  color: #101217;
}

@media (max-width: 699px) {
  .event-item-inner {
    padding: 40px 20px;
  }
  .event-item-date {
    font-size: 16px;
  }
  .event-item-title {
    font-size: 30px;
    margin-top: 6px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .event-item-inner {
    padding: 65px 20px;
  }
  .event-item-date {
    font-size: 18px;
  }
  .event-item-title {
    font-size: 36px;
    margin-top: 6px;
  }
}

@media (min-width: 1000px) {
  .event-item-inner {
    padding: 79px 20px 76px 20px;
  }
  .event-item-date {
    font-size: 20px;
  }
  .event-item-title {
    font-size: 45px;
    margin-top: 6px;
  }
}

.recording-items {
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  .recording-items {
    padding-top: calc(40px + 37 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .recording-items {
    padding-top: 77px;
  }
}

.recording-items {
  padding-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .recording-items {
    padding-bottom: calc(40px + 49 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .recording-items {
    padding-bottom: 89px;
  }
}

@media (max-width: 699px) {
  .recording-items .recording-item:nth-child(n+2) {
    margin-top: 6vw;
  }
}

@media (min-width: 700px) {
  .recording-items .recording-item:nth-child(n+2) {
    margin-top: 45px;
  }
}

.recording-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
}

.recording-item-type-date {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
}

.recording-item-type-date:before {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background: #cb2834;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: calc(100% + 19px);
}

.recording-item-type-date b {
  font-weight: 700;
}

.recording-item-title {
  margin-top: 0.08em;
  margin-bottom: 0.38em;
}

.recording-item-title {
  font-size: 30px;
}

@media screen and (min-width: 400px) {
  .recording-item-title {
    font-size: calc(30px + 15 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .recording-item-title {
    font-size: 45px;
  }
}

.recording-item-description {
  margin-bottom: 2.25em;
}

.recording-item-image {
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.recording-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 88.59%;
}

.recording-item-image .blur,
.recording-item-image .blur-inner,
.recording-item-image .image,
.recording-item-image .grad {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.recording-item-image .blur {
  overflow: hidden;
  background: #000000;
}

.recording-item-image .blur-inner {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0.9;
  background-position: center;
  background-size: cover;
}

.recording-item-image .image {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.recording-item-image .grad {
  background: linear-gradient(145deg, #cb2834 5%, #181825 60%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.recording-item-link:hover .button {
  background: #101217;
  color: #ffffff;
}

.recording-item-link:hover .grad {
  opacity: 0.7;
}

@media (max-width: 699px) {
  .recording-item-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recording-item-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 7.5vw 6vw 9vw;
  }
  .recording-item-text .recording-item-type-date {
    margin-left: 54px;
  }
  .recording-item-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .recording-item-image .image {
    top: 6vw;
    right: 6vw;
    bottom: 6vw;
    left: 6vw;
  }
}

@media (min-width: 700px) {
  .recording-item-image .image {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .recording-item-text {
    width: 50%;
    padding: 30px 40px 30px;
  }
  .recording-item-text .recording-item-type-date {
    margin-left: 54px;
  }
  .recording-item-image {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .recording-item-text {
    width: 50%;
    padding: 40px 80px 40px 76px;
  }
  .recording-item-image {
    width: 50%;
  }
}

.recording-single-header {
  overflow: hidden;
  background: #000000;
  position: relative;
}

.recording-single-header:before {
  content: '';
  display: block;
  width: 100%;
}

.recording-single-header-blur {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0.9;
  background-position: center;
  background-size: cover;
}

.recording-single-header-text {
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recording-single-header-text .wrapper, .recording-single-header-text .padded-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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.recording-single-type-date.recording-item-type-date {
  margin-left: 54px;
}

.recording-single-type-date.recording-item-type-date:before {
  background: #ffffff;
}

.recording-single-title {
  font-size: 30px;
}

@media screen and (min-width: 400px) {
  .recording-single-title {
    font-size: calc(30px + 30 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .recording-single-title {
    font-size: 60px;
  }
}

@media (max-width: 699px) {
  .recording-single-header:before {
    padding-bottom: 45%;
    min-height: 200px;
  }
  .recording-single-header-text {
    padding-bottom: calc(20px + 15vw);
  }
  .recording-single-header-text .wrapper, .recording-single-header-text .padded-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 700px) {
  .recording-single-header:before {
    padding-bottom: 25.55%;
  }
  .recording-single-header-text {
    padding-bottom: 31px;
  }
  .recording-single-header-text .wrapper, .recording-single-header-text .padded-wrapper {
    padding-left: 62px;
  }
}

.recoridng-single-lower {
  padding-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .recoridng-single-lower {
    padding-bottom: calc(40px + 36 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .recoridng-single-lower {
    padding-bottom: 76px;
  }
}

.recoridng-single-lower .wrapper, .recoridng-single-lower .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.recoridng-single-text {
  background: #ffffff;
}

.recording-single-text-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -5px;
}

.recording-single-text-buy {
  margin-bottom: 20px;
}

@media screen and (min-width: 400px) {
  .recording-single-text-buy {
    margin-bottom: calc(20px + 26 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .recording-single-text-buy {
    margin-bottom: 46px;
  }
}

.recording-single-text-buy p {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

@media (max-width: 899px) {
  .recording-single-text-buy p {
    margin: 0 9px 0 0;
  }
}

@media (min-width: 900px) {
  .recording-single-text-buy p {
    margin: 0 19px 0 0;
  }
}

.recording-single-text-buy .button {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 899px) {
  .recording-single-text-buy .button {
    margin-right: 10px;
  }
}

@media (min-width: 900px) {
  .recording-single-text-buy .button {
    min-width: 142px;
    margin-right: 20px;
  }
}

.recording-single-text-buy .button:last-of-type {
  margin-right: 0;
}

.recording-single-text-quote {
  margin-top: 36px;
}

.recoridng-single-media {
  position: relative;
  z-index: 20;
}

.recoridng-single-media-image img {
  width: 100%;
  display: block;
}

.recoridng-single-media-embed {
  margin-top: 10px;
  height: 90px;
}

.recoridng-single-media-embed iframe {
  display: block;
  width: 100%;
  height: 90px;
}

@media (max-width: 699px) {
  .recoridng-single-lower .wrapper, .recoridng-single-lower .padded-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recoridng-single-text {
    width: 100%;
  }
  .recoridng-single-media {
    width: 100%;
  }
  .recoridng-single-text {
    padding: 7.5vw 6vw 9vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .recoridng-single-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: -15vw;
  }
}

@media (min-width: 700px) and (max-width: 1099px) {
  .recoridng-single-text {
    width: 60%;
  }
  .recoridng-single-media {
    width: 40%;
  }
  .recoridng-single-text {
    padding: 40px 52px 45px 42px;
  }
  .recoridng-single-media {
    margin-top: -80px;
  }
}

@media (min-width: 1100px) {
  .recoridng-single-text,
  .recoridng-single-media {
    width: 50%;
  }
  .recoridng-single-text {
    padding: 60px 72px 65px 62px;
  }
  .recoridng-single-media {
    margin-top: -120px;
  }
}

.photo-single-outer {
  padding-top: 40px;
}

@media screen and (min-width: 500px) {
  .photo-single-outer {
    padding-top: calc(40px + 37 * ((100vw - 500px) / 500));
  }
}

@media screen and (min-width: 1000px) {
  .photo-single-outer {
    padding-top: 77px;
  }
}

.photo-single-outer .wrapper, .photo-single-outer .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.photo-single-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.photo-single-images-item {
  position: relative;
}

.photo-single-images-item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 150.58%;
}

.photo-single-images-item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

.photo-single-images-item-grad {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(145deg, #cb2834 5%, #181825 60%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.photo-single-images-item-plus {
  display: block;
  width: 42px;
  height: 42px;
  border: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: 15;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.photo-single-images-item-plus:before, .photo-single-images-item-plus:after {
  content: '';
  display: block;
  width: 17px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.photo-single-images-item-plus:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.photo-single-images-item-plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.photo-actions p {
  font-family: 'Judson', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.025em;
  margin: 0 0 1.65em 0;
  white-space: nowrap;
}

.photo-actions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 500px) {
  .photo-actions li:nth-child(n+2) {
    margin-top: 15px;
  }
  .photo-actions .button {
    width: 100%;
  }
}

.photo-single-images-item:hover .photo-single-images-item-grad {
  opacity: 0.7;
}

.photo-single-images-item:hover .photo-single-images-item-plus {
  opacity: 1;
}

.photo-downloads {
  border-top: 2px solid #101217;
}

.photo-single-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 499px) {
  .photo-single-outer .wrapper, .photo-single-outer .padded-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .photo-actions {
    width: 100%;
    padding-bottom: 40px;
  }
  .photo-actions p {
    font-size: 16px;
    text-align: center;
  }
  .photo-actions ul {
    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;
  }
  .photo-actions .button {
    min-width: 120px;
    margin: 5px;
  }
  .photo-downloads {
    margin-top: 2.5em;
    padding-top: 2em;
  }
  .photo-single-images {
    width: 100%;
  }
  .photo-single-images .photo-single-images-item {
    width: calc(50% - 1.5vw);
  }
  .photo-single-images .photo-single-images-item:nth-child(n+3) {
    margin-top: 3vw;
  }
}

@media (min-width: 500px) and (max-width: 999px) {
  .photo-actions {
    width: 152px;
  }
  .photo-actions p {
    font-size: 16px;
  }
  .photo-actions-inner {
    margin-top: -5px;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }
  .photo-downloads {
    margin-top: 3.5em;
    padding-top: 3em;
  }
  .photo-single-images {
    width: calc(100% - 152px - 3vw);
  }
  .photo-single-images .photo-single-images-item {
    width: calc(50% - 1.5vw);
  }
  .photo-single-images .photo-single-images-item:nth-child(n+3) {
    margin-top: 3vw;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .photo-actions {
    width: 162px;
  }
  .photo-actions-inner {
    margin-top: -5px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
  .photo-downloads {
    margin-top: 4.5em;
    padding-top: 4em;
  }
  .photo-single-images {
    width: calc(100% - 162px - 60px);
  }
  .photo-single-images .photo-single-images-item {
    width: calc(50% - 1.5vw);
  }
  .photo-single-images .photo-single-images-item:nth-child(n+3) {
    margin-top: 3vw;
  }
}

@media (min-width: 1200px) {
  .photo-actions {
    width: 162px;
  }
  .photo-actions-inner {
    margin-top: -5px;
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
  }
  .photo-downloads {
    margin-top: 4.5em;
    padding-top: 4em;
  }
  .photo-single-images {
    width: calc(100% - 162px - 92px);
  }
  .photo-single-images .photo-single-images-item {
    width: calc(50% - 15px);
  }
  .photo-single-images .photo-single-images-item:nth-child(n+3) {
    margin-top: 30px;
  }
}

.video-items-outer.padded, .video-items-outer.padded-wrapper {
  margin-top: 40px;
}

@media screen and (min-width: 400px) {
  .video-items-outer.padded, .video-items-outer.padded-wrapper {
    margin-top: calc(40px + 37 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-items-outer.padded, .video-items-outer.padded-wrapper {
    margin-top: 77px;
  }
}

.video-items-outer.padded, .video-items-outer.padded-wrapper {
  margin-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .video-items-outer.padded, .video-items-outer.padded-wrapper {
    margin-bottom: calc(40px + 49 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-items-outer.padded, .video-items-outer.padded-wrapper {
    margin-bottom: 89px;
  }
}

.video-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 699px) {
  .video-items .video-item {
    width: 100%;
  }
  .video-items .video-item:nth-child(n+2) {
    margin-top: 3vw;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .video-items .video-item {
    width: calc(50% - 0.75vw);
  }
  .video-items .video-item:nth-child(n+3) {
    margin-top: 1.5vw;
  }
}

@media (min-width: 1000px) {
  .video-items .video-item {
    width: calc(50% - 13px);
  }
  .video-items .video-item:nth-child(n+3) {
    margin-top: 26px;
  }
}

.video-item {
  width: 100%;
  position: relative;
}

.video-item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 90.5%;
}

.video-item-image {
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.video-item-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
  z-index: 8;
}

.video-item-grad {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(145deg, #cb2834 5%, #181825 60%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.video-item-text {
  position: absolute;
  z-index: 15;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
}

.video-item-text .play {
  display: block;
  border-radius: 100px;
  border: 2px solid #ffffff;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.video-item-text .play {
  width: 40px;
}

@media screen and (min-width: 400px) {
  .video-item-text .play {
    width: calc(40px + 36 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-text .play {
    width: 76px;
  }
}

.video-item-text .play {
  height: 40px;
}

@media screen and (min-width: 400px) {
  .video-item-text .play {
    height: calc(40px + 36 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-text .play {
    height: 76px;
  }
}

.video-item-text .play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
  fill: #ffffff;
}

.video-item-text .play svg {
  width: 15px;
}

@media screen and (min-width: 400px) {
  .video-item-text .play svg {
    width: calc(15px + 2 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-text .play svg {
    width: 17px;
  }
}

.video-item-text .play svg {
  height: 15px;
}

@media screen and (min-width: 400px) {
  .video-item-text .play svg {
    height: calc(15px + 2 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-text .play svg {
    height: 17px;
  }
}

.video-item-text h1 {
  margin-top: 0.5em;
}

.video-item-text h1 {
  font-size: 25px;
}

@media screen and (min-width: 400px) {
  .video-item-text h1 {
    font-size: calc(25px + 20 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-text h1 {
    font-size: 45px;
  }
}

.video-item-text .nice-type {
  margin-top: 0.55em;
}

.video-item-text .nice-type {
  font-size: 13px;
}

@media screen and (min-width: 400px) {
  .video-item-text .nice-type {
    font-size: calc(13px + 2 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-text .nice-type {
    font-size: 15px;
  }
}

.video-item:hover .video-item-grad {
  opacity: 0.7;
}

@media (max-width: 799px) {
  .video-item-text {
    padding: 15px;
  }
}

@media (min-width: 800px) {
  .video-item-text {
    padding: 20px 11%;
  }
}

/*****
  Development Styles
*****/
body.debug_mq:before {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 100;
  font-size: 12px;
  color: #fff;
  padding: 5px 8px 6px;
  line-height: 1;
  margin-left: 5px;
  font-family: "Menlo", "Courier";
}

@media (max-width: 399px) {
  body.debug_mq:before {
    content: "@include respond('to', 'mobile') {}";
    background: #fc0;
  }
}

@media (min-width: 400px) and (max-width: 499px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'mobile', 'large_mobile') {}";
    background: #f00;
  }
}

@media (min-width: 500px) and (max-width: 599px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_mobile', 'phablet') {}";
    background: #060;
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'phablet', 'small_tablet') {}";
    background: #060;
  }
}

@media (min-width: 700px) and (max-width: 799px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_tablet', 'tablet') {}";
    background: #006;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'tablet', 'large_tablet') {}";
    background: #046;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_tablet', 'small_desktop') {}";
    background: #506;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_desktop', 'desktop') {}";
    background: #907;
  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'desktop', 'huge') {}";
    background: #09c;
  }
}

@media (min-width: 1800px) {
  body.debug_mq:before {
    content: "@include respond('from', 'huge') {}";
    background: #f06;
  }
}
/*# sourceMappingURL=app.css.map */
