/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \***************************************************************************************************************/
@charset "UTF-8";
/* ****************************************
 * Imports
 * **************************************** */
/*! 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 {
  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 */
  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 {
  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] {
  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;
}

@font-face {
  font-family: "Cosmo";
  src: url(../c5c1ee9d0a0cfdedf506.woff2) format("woff2"), url(../aa4aa75106c7a3553f34.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DrukWide";
  src: url(../3aba83d933f5346f0210.woff2) format("woff2"), url(../c85ebe2381658102cfea.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Kiwari";
  src: url(../87b91cbe59ae5994eca5.woff) format("woff2"), url(../87b91cbe59ae5994eca5.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
/*
@font-face {
  font-family: 'Haffer';
  src: url('/assets/fonts/Haffer-RegularItalic.woff2') format('woff2'),
       url('/assets/fonts/Haffer-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Haffer';
  src: url('/assets/fonts/Haffer-SemiBold.woff2') format('woff2'),
       url('/assets/fonts/Haffer-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Haffer';
  src: url('/assets/fonts/Haffer-SemiBoldItalic.woff2') format('woff2'),
       url('/assets/fonts/Haffer-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Nantes';
  src: url('/assets/fonts/Nantes-SemiBold.woff2') format('woff2'),
       url('/assets/fonts/Nantes-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

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

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

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

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

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

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.1s ease-in-out;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9019607843);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(255, 255, 255, 0.9019607843);
  border: var(--plyr-menu-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border: var(--plyr-menu-item-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1019607843);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1019607843);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0);
  background-image: linear-gradient(90deg, currentColor 0, rgba(0, 0, 0, 0) 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(0, 0, 0, 0) var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: rgba(0, 0, 0, 0);
}

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0);
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: rgba(0, 0, 0, 0);
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.2509803922);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  inset: 0;
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  cursor: pointer;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1490196078);
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  filter: blur(1px);
  height: 100%;
  inset: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

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

.plyr [hidden] {
  display: none !important;
}

/* ****************************************
 * Variables
 * **************************************** */
/* ****************************************
 * Sitewide
 * **************************************** */
*, *::before, *::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  color: #1B1D29;
  font-family: "libre-franklin", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.4s ease;
}

.error-404 {
  padding: 80px 0;
  min-height: 60vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.searchform {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.searchform > div {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 500px;
}
.searchform #s {
  flex: 1;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #000000;
  font-family: "libre-franklin", sans-serif;
  font-size: 16px;
  color: #1B1D29;
  outline: none;
}
.searchform #s:focus {
  border-color: #000000;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.searchform #searchsubmit {
  flex-shrink: 0;
  padding: 12px 24px;
  border: none;
  border-radius: 100px;
  background: #99DDBB;
  color: #1B1D29;
  font-family: "Cosmo", sans-serif;
  font-size: 17px;
  text-transform: lowercase;
  cursor: pointer;
  transition: all 250ms ease;
}
.searchform #searchsubmit:hover {
  background: #1B1D29;
  color: #ffffff;
}

/* ****************************************
 * Typography
 * **************************************** */
h1, h2, h3, h4, h5, h6 {
  font-family: "alternate-gothic-condensed-a", sans-serif;
  color: #1B1D29;
}

h1 {
  margin: 0 0 20px 0;
  line-height: 90%;
  font-size: 50px;
  letter-spacing: -0.01em;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 70px;
  }
}

h2 {
  margin: 0 0 10px 0;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 62px;
  }
}

h3 {
  margin: 0 0 10px 0;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 28px;
  }
}

p,
li {
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 1.4;
}
p a,
li a {
  color: #000000;
  transition: all 250ms ease;
}
p a:hover,
li a:hover {
  color: #EA5A0C;
}

blockquote {
  margin: 20px 0 30px 0;
}
blockquote p {
  font-family: "EB Garamond", serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 1200px) {
  blockquote p {
    font-size: 30px;
  }
}

.hero-headline {
  margin: 0 0 10px 0;
  font-family: "DrukWide", serif;
  font-size: 56px;
  line-height: 88%;
  letter-spacing: 2%;
  color: #1B1D29;
}
@media (min-width: 700px) {
  .hero-headline {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .hero-headline {
    font-size: 88px;
  }
}
@media (min-width: 1600px) {
  .hero-headline {
    font-size: 92px;
  }
}

.stylized-headline {
  position: relative;
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  color: #1B1D29;
}
@media (min-width: 1200px) {
  .stylized-headline {
    font-size: 30px;
  }
}
.stylized-headline span {
  position: relative;
  z-index: 1;
}
.stylized-headline::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 60%;
  background: #99DDBB;
  content: "";
}
.stylized-headline.dark::before {
  background: #6b817e;
}

.btn,
.frm_button_submit {
  display: inline-block;
  font-family: "Cosmo", sans-serif;
  font-size: 17px;
  text-transform: lowercase;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 100px;
  background: #99DDBB;
  color: #1B1D29;
  transition: all 250ms ease;
}
.btn:hover,
.frm_button_submit:hover {
  background: #1B1D29;
  color: #ffffff;
}
.btn.white,
.frm_button_submit.white {
  background: #ffffff;
  color: #1B1D29 !important;
}
.btn.white:hover,
.frm_button_submit.white:hover {
  background: #1B1D29;
  color: #ffffff !important;
}
.btn.black,
.frm_button_submit.black {
  background: #000000;
  color: #ffffff;
}
.btn.black:hover,
.frm_button_submit.black:hover {
  background: #99DDBB;
  color: #000000;
}
.btn.peach,
.frm_button_submit.peach {
  background: #FFC299;
  color: #000000 !important;
}
.btn.peach:hover,
.frm_button_submit.peach:hover {
  background: #D7E3E1;
  color: #000000;
}
.btn.wide,
.frm_button_submit.wide {
  min-width: 140px;
  text-align: center;
}
.btn.stretch,
.frm_button_submit.stretch {
  width: 100%;
}

.frm_button_submit {
  font-size: 17px !important;
  padding: 13px 40px 12px 40px !important;
  border-radius: 100px !important;
  border: none !important;
}
.frm_button_submit:hover {
  background: #EA5A0C !important;
  color: #ffffff !important;
}

/* ****************************************
 * Siteheader
 * **************************************** */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 70px;
  display: flex;
  background-color: transparent;
  padding: 14px 16px 10px 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
  transition: all 250ms ease;
}
@media (min-width: 700px) {
  .site-header {
    padding: 10px 20px;
    height: 75px;
  }
}
.site-header__logo {
  display: flex;
  align-items: center;
}
.site-header__logo svg {
  width: 220px;
  height: auto;
}
@media (min-width: 700px) {
  .site-header__logo svg {
    width: 300px;
  }
}
.site-header__logo svg path.logo-text {
  fill: #1B1D29;
  transition: fill 250ms ease;
}
.site-header__nav {
  display: none;
}
@media (min-width: 800px) {
  .site-header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
  }
}
.site-header__nav ul {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-header__nav ul a {
  font-family: "Cosmo", sans-serif;
  color: #1B1D29;
  text-transform: lowercase;
  text-decoration: none;
  transition: all 250ms ease;
}
.site-header__nav ul a:hover {
  color: #EA5A0C;
}
.site-header__nav ul .nav-btn a {
  color: #ffffff;
  padding: 10px 20px;
  background: #EA5A0C;
  border-radius: 100px;
  transition: all 250ms ease;
}
.site-header__nav ul .nav-btn a:hover {
  color: #000000 !important;
  background: #D7E3E1;
}
.site-header__nav ul .nav-btn-foam a {
  color: #1B1D29 !important;
  padding: 10px 20px;
  background: #99DDBB;
  border-radius: 100px;
  transition: all 250ms ease;
}
.site-header__nav ul .nav-btn-foam a:hover {
  color: #000000 !important;
  background: #D7E3E1;
}
.site-header__burger {
  display: none;
}
.site-header.scrolling {
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1019607843);
}
.site-header.scrolling .site-header__logo svg path.logo-text {
  fill: #1B1D29;
}
.site-header.scrolling .site-header__burger span {
  background-color: #000000;
}
.site-header.scrolling .site-header__nav ul li:not(.nav-btn) a {
  color: #000000;
}
.site-header.scrolling .site-header__nav ul li:not(.nav-btn) a:hover {
  color: #EA5A0C;
}

.site-header__burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 23px;
  right: 16px;
  z-index: 1002;
  width: 26px;
  height: 17px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 700px) {
  .site-header__burger {
    right: 20px;
  }
}
@media (min-width: 800px) {
  .site-header__burger {
    display: none;
  }
}
.site-header__burger span {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #1B1D29;
  transition: transform 350ms ease, opacity 350ms ease, background-color 250ms ease;
}
.site-header__burger.is-open span {
  background-color: #ffffff;
}
.site-header__burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header__burger.is-open span:nth-child(2) {
  opacity: 0;
}
.site-header__burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body.page-template-tp-homepage .site-header__logo svg path.logo-text,
body.page-template-tp-about .site-header__logo svg path.logo-text {
  fill: #ffffff;
}
body.page-template-tp-homepage .site-header__burger span,
body.page-template-tp-about .site-header__burger span {
  background-color: #ffffff;
}
body.page-template-tp-homepage .site-header__nav a,
body.page-template-tp-about .site-header__nav a {
  color: #ffffff;
}
body.page-template-tp-homepage .site-header__nav a:hover,
body.page-template-tp-about .site-header__nav a:hover {
  color: #EA5A0C;
}

/* ****************************************
 * Mobile Nav Drawer
 * **************************************** */
.nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1B1D29;
  transform: translateX(100%);
  transition: transform 350ms ease;
}
@media (min-width: 800px) {
  .nav-drawer {
    display: none;
  }
}
.nav-drawer--open {
  transform: translateX(0);
}
.nav-drawer .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-drawer .menu a {
  font-family: "Cosmo", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  text-transform: lowercase;
  transition: color 250ms ease;
}
.nav-drawer .menu a:hover {
  color: #EA5A0C;
}
.nav-drawer .menu .nav-btn {
  margin-top: 10px;
}
.nav-drawer .menu .nav-btn a {
  padding: 15px 30px 13px 30px;
  background: #EA5A0C;
  border-radius: 100px;
}
.nav-drawer .menu .nav-btn a:hover {
  color: #000000 !important;
  background: #D7E3E1;
}
.nav-drawer .menu .nav-btn-foam {
  margin-top: 20px;
  margin-bottom: 24px;
}
.nav-drawer .menu .nav-btn-foam a {
  color: #000000;
  padding: 15px 30px 13px 30px;
  background: #99DDBB;
  border-radius: 100px;
}
.nav-drawer .menu .nav-btn-foam a:hover {
  color: #000000 !important;
  background: #D7E3E1;
}

.filter-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1003;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: transform 350ms ease;
}
@media (min-width: 800px) {
  .filter-drawer {
    display: none;
  }
}
.filter-drawer--open {
  transform: translateX(0);
}
.filter-drawer__close {
  position: absolute;
  top: 26px;
  right: 16px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}
.filter-drawer__inner {
  padding: 80px 16px 16px;
  height: 100%;
  overflow-y: auto;
}

.filter-drawer-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 16px;
}

/* ****************************************
 * Site Footer
 * **************************************** */
.site-footer {
  padding: 40px 0 20px 0;
  background: #D7E3E1;
}
@media (min-width: 700px) {
  .site-footer .container {
    display: grid;
  }
  .site-footer .footer-nav {
    order: 1;
  }
  .site-footer .footer-logo {
    order: 2;
  }
  .site-footer .footer-description {
    order: 3;
  }
}

.footer-nav {
  display: flex;
  justify-content: space-between;
}
.footer-nav__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 700px) {
  .footer-nav__nav ul {
    flex-direction: row;
  }
}
.footer-nav__nav ul a {
  font-family: "Cosmo", sans-serif;
  color: #1B1D29;
  font-size: 17px;
  text-transform: lowercase;
  text-decoration: none;
  transition: all 250ms ease;
}
.footer-nav__nav ul a:hover {
  color: #EA5A0C;
}
.footer-nav__social {
  display: flex;
  gap: 10px;
}
@media (min-width: 1200px) {
  .footer-nav__social {
    gap: 15px;
  }
}
.footer-nav__social a {
  display: inline-block;
  text-decoration: none;
}
.footer-nav__social a svg path {
  transition: all 250ms ease;
}
.footer-nav__social a:hover svg path {
  fill: #EA5A0C;
}

.footer-logo {
  padding-bottom: 40px;
}
@media (min-width: 700px) {
  .footer-logo {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .footer-logo {
    padding-top: 80px;
  }
}
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin-left: auto;
}

.footer-description {
  padding-top: 40px;
  max-width: 540px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .footer-description {
    font-size: 18px;
  }
}

.footer-legal {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
  border-top: 0.5px solid #1B1D29;
}
.footer-legal__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 700px) {
  .footer-legal__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-legal p, .footer-legal a {
  margin: 0;
  font-family: "Kiwari", monospace;
  font-size: 15px;
  font-weight: 700;
  color: #1B1D29;
  text-transform: uppercase;
}
.footer-legal a {
  transition: all 250ms ease;
}
.footer-legal a:hover {
  color: #EA5A0C;
}
.footer-legal__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* ****************************************
 * Sitewide
 * **************************************** */
.section {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  background: #ffffff;
}
@media (min-width: 1200px) {
  .section {
    padding: 40px 0;
  }
}
.section.off-white {
  background: #F0E7D6;
}
.section.foam {
  background: #D7E3E1;
}
.section.off-white {
  background: #F0E7D6;
}
.section.navy {
  background: #1B1D29;
  color: #ffffff;
}
.section.navy h1, .section.navy h2, .section.navy h3, .section.navy h4, .section.navy h5, .section.navy h6, .section.navy p, .section.navy li, .section.navy a {
  color: #ffffff;
}
.section.navy .faq-item {
  border-color: #ffffff;
}
.section.navy .faq-item__question::after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2734%27 height=%2718%27 viewBox=%270 0 34 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.9998 18L15.6733 16.8066L0 2.80439L2.65304 0L17 12.8089L31.347 0L34 2.80439L18.3267 16.8066L16.9998 18Z%27 fill=%27%23ffffff%27/%3E%3C/svg%3E");
}
.section.modules {
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .section.modules {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .section.last {
    padding-bottom: 60px;
  }
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.page-header {
  padding: 100px 0 20px;
}
@media (min-width: 1200px) {
  .page-header {
    padding: 140px 0 20px;
  }
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 700px) {
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}
.container__inner {
  max-width: 1360px;
  margin: 0 auto;
}

.text-wrapper {
  max-width: 1050px;
}
.text-wrapper.centered {
  margin: 0 auto;
}

.mod-text,
.mod-audio {
  max-width: 900px;
  margin: 0 auto;
}

.mod-image {
  max-width: 1200px;
  margin: 20px auto;
}
.mod-image__image img {
  display: block;
  max-width: 100%;
  border-radius: 10px;
}
@media (min-width: 700px) {
  .mod-image {
    display: flex;
    gap: 20px;
  }
  .mod-image.right {
    flex-direction: row-reverse;
  }
  .mod-image__image, .mod-image__text {
    width: 50%;
  }
  .mod-image__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .mod-image {
    margin: 40px auto;
    display: flex;
    gap: 40px;
  }
  .mod-image__image {
    width: 60%;
  }
  .mod-image__text {
    width: 40%;
  }
}

.mod-single-image {
  max-width: 900px;
  margin: 20px auto 0 auto;
}
@media (min-width: 1200px) {
  .mod-single-image {
    margin-top: 40px;
  }
}
.mod-single-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.mod-single-image.wide {
  max-width: 1200px;
}

.wp-caption {
  margin-top: 20px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .wp-caption {
    margin: 40px 0;
  }
}

.wp-caption-text {
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.cta {
  margin-top: 40px;
  padding: 40px;
  background: #EA5A0C;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
}
@media (min-width: 700px) {
  .cta {
    display: flex;
    justify-content: space-between;
    text-align: left;
    gap: 40px;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .cta {
    margin-top: 50px;
  }
}
.cta h3 {
  color: #ffffff;
  margin: 0;
}
.cta p {
  margin: 0 0 20px 0;
  font-family: "EB Garamond", serif;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
}
@media (min-width: 700px) {
  .cta p {
    margin: 0;
  }
}
.cta .btn {
  min-width: 180px;
}

/* ****************************************
 * Homepage
 * **************************************** */
.hp-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #000000;
}
@media (min-width: 700px) {
  .hp-hero {
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  .hp-hero {
    min-height: 800px;
  }
}
@media (min-width: 1600px) {
  .hp-hero {
    min-height: 900px;
  }
}
@media (min-width: 2000px) {
  .hp-hero {
    min-height: 1100px;
  }
}
.hp-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, #6B817E 0%, rgba(107, 129, 126, 0) 100%);
  opacity: 0.8;
  mix-blend-mode: multiply;
  content: "";
}
.hp-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
  opacity: 0;
}
@media (min-width: 1600px) {
  .hp-hero__bg {
    object-position: 50% 0;
  }
}
.hp-hero__logo {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (min-width: 1600px) {
  .hp-hero__logo {
    margin-top: 13px;
    margin-bottom: 18px;
  }
}
.hp-hero__featured-story {
  display: none;
}
@media (min-width: 1200px) {
  .hp-hero__featured-story {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    top: 140px;
    right: 40px;
    z-index: 5;
    max-width: 260px;
    text-decoration: none;
    color: #000000;
  }
  .hp-hero__featured-story:hover .hp-hero__featured-story--title {
    color: #EA5A0C;
  }
}
@media (min-width: 1600px) {
  .hp-hero__featured-story {
    top: 180px;
  }
}
.hp-hero__featured-story--label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Kiwari", monospace;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.hp-hero__featured-story--play {
  position: absolute;
  left: -42px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #EA5A0C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 250ms ease;
}
.hp-hero__featured-story:hover .hp-hero__featured-story--play {
  transform: scale(1.2);
}
.hp-hero__featured-story--play::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.hp-hero__featured-story--play.editorial {
  display: none;
}
.hp-hero__featured-story--title {
  font-family: "EB Garamond", serif;
  font-size: 22px;
  font-style: italic;
  line-height: 110%;
  text-align: left;
  transition: color 250ms ease;
}
.hp-hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 16px 40px;
}
.hp-hero__content--inner {
  position: relative;
  z-index: 1;
  max-width: 1840px;
  margin: 0 auto;
}
.hp-hero__content--inner img {
  margin-bottom: 100px;
}
@media (min-width: 700px) {
  .hp-hero__content--inner img {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .hp-hero__content--inner img {
    margin-bottom: 120px;
  }
}
@media (min-width: 700px) {
  .hp-hero__content {
    padding: 20px 20px 40px;
  }
}
@media (min-width: 1200px) {
  .hp-hero__content {
    padding: 20px 40px 40px;
  }
}
.hp-hero__content {
  /*
  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(180deg, rgba(107, 129, 126, 0) 0%, #6B817E 100%,);
    opacity: 0.8;
    mix-blend-mode: multiply;

    content: '';
  }
  */
}
.hp-hero__content h1 {
  max-width: 1100px;
  margin: 0 0 10px 0;
  color: #ffffff;
  font-family: "DrukWide", serif;
  font-size: 56px;
  line-height: 88%;
  letter-spacing: 2%;
}
@media (min-width: 700px) {
  .hp-hero__content h1 {
    font-size: 62px;
    max-width: 750px;
  }
}
@media (min-width: 1200px) {
  .hp-hero__content h1 {
    font-size: 88px;
    max-width: 1100px;
  }
}
@media (min-width: 1600px) {
  .hp-hero__content h1 {
    font-size: 92px;
  }
}
.hp-hero__content p {
  max-width: 700px;
  margin: 0 0 20px 0;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 100%;
}

.hp-hero-alt {
  background: #1B1D29;
  min-height: 100svh;
  padding: 100px 16px 25px 16px;
}
@media (min-width: 700px) {
  .hp-hero-alt {
    padding: 95px 20px 20px 20px;
  }
}
@media (min-width: 900px) {
  .hp-hero-alt {
    min-height: 90vh;
    padding: 95px 20px 30px 40px;
    display: flex;
    flex-direction: column;
  }
}
.hp-hero-alt .hp-hero__featured-story {
  display: block;
  text-decoration: none;
  position: relative;
  top: initial;
  right: 0;
  margin-left: 50px !important;
  color: #ffffff;
  margin-left: 40px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .hp-hero-alt .hp-hero__featured-story {
    max-width: 100%;
  }
}
.hp-hero-alt .hp-hero__featured-story .hp-hero__featured-story--play {
  top: 6px;
  left: -50px;
}
.hp-hero-alt .hp-hero__featured-story .hp-hero__featured-story--title {
  margin-top: 0px;
}
.hp-hero-alt__logo {
  max-width: 275px;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  .hp-hero-alt__logo {
    max-width: 400px;
  }
}
.hp-hero-alt__inner--left {
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .hp-hero-alt__inner {
    display: flex;
    flex: 1;
  }
  .hp-hero-alt__inner--left {
    width: 42%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hp-hero-alt__inner--left p {
    max-width: 550px;
  }
  .hp-hero-alt__inner--right {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    width: 58%;
  }
  .hp-hero-alt__inner--right .hp-hero-alt__img {
    flex: 1;
  }
}
@media (min-width: 900px) {
  .hp-hero-alt__img {
    flex: 1;
  }
}
.hp-hero-alt__img {
  border-radius: 15px;
  overflow: hidden;
}
.hp-hero-alt__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-hero-alt h1 {
  max-width: 100%;
  margin: 0 0 10px 0;
  color: #ffffff;
  font-family: "DrukWide", serif;
  font-size: 56px;
  line-height: 88%;
  letter-spacing: 2%;
}
@media (min-width: 1300px) {
  .hp-hero-alt h1 {
    font-size: 88px;
  }
}
@media (min-width: 1600px) {
  .hp-hero-alt h1 {
    font-size: 92px;
  }
}
.hp-hero-alt p {
  margin: 0 0 20px 0;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 100%;
}

.hp-carousel {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 56px;
}
.hp-carousel .splide__pagination {
  display: none;
}
.hp-carousel .splide__track {
  overflow: visible;
  padding: 0 16px;
}
@media (min-width: 700px) {
  .hp-carousel .splide__track {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .hp-carousel .splide__track {
    padding: 0 40px;
  }
  .hp-carousel .splide__track::before {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 10;
    width: 22px;
    height: calc(100% + 40px);
    background: #ffffff;
    content: "";
  }
}
.hp-carousel .splide__arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 0;
}
@media (min-width: 700px) {
  .hp-carousel .splide__arrows {
    left: 10px;
  }
}
@media (min-width: 1200px) {
  .hp-carousel .splide__arrows {
    left: 30px;
  }
}
.hp-carousel .splide__arrow {
  position: static;
  transform: none;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 250ms ease;
}
.hp-carousel .splide__arrow svg {
  width: 20px;
  height: 20px;
  fill: #000000;
  transition: fill 250ms ease;
}
.hp-carousel .splide__arrow:hover svg {
  fill: #EA5A0C;
}
.hp-carousel .splide__arrow:disabled {
  opacity: 0.25;
  cursor: default;
}
.hp-carousel .splide__arrow--prev svg {
  transform: scaleX(-1);
}

/* ****************************************
 * HP Feature
 * **************************************** */
.hp-feature-wrapper {
  display: grid;
  gap: 20px;
}
@media (min-width: 1200px) {
  .hp-feature-wrapper {
    gap: 30px;
  }
}

.hp-feature {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 700px) {
  .hp-feature {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .hp-feature {
    gap: 40px;
  }
}
.hp-feature__image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 700px) {
  .hp-feature__image {
    width: 55%;
  }
}
.hp-feature__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.hp-feature__image:hover img {
  transform: scale(1.04);
}
.hp-feature__content {
  flex: 1;
}
.hp-feature__content h3 {
  margin: 0 0 15px 0;
  font-size: 50px;
  line-height: 80%;
  letter-spacing: -0.01em;
}
@media (min-width: 1200px) {
  .hp-feature__content h3 {
    margin-bottom: 20px;
    max-width: 600px;
    font-size: 70px;
  }
}
.hp-feature__content h3 a {
  color: #000000;
  text-decoration: none;
  transition: all 250ms ease;
}
.hp-feature__content h3 a:hover {
  color: #99DDBB;
}
.hp-feature__content p {
  font-size: 16px;
  line-height: 120%;
}
@media (min-width: 1200px) {
  .hp-feature__content p {
    max-width: 600px;
  }
}
.hp-feature__tags {
  margin-bottom: 10px;
  font-family: "Kiwari", monospace;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .hp-feature__tags {
    margin-bottom: 15px;
  }
}

/* ****************************************
 * Archive Page
 * **************************************** */
.archive-header {
  padding: 100px 0 20px;
}
@media (min-width: 1200px) {
  .archive-header {
    padding: 140px 0 20px;
  }
}
.archive-header__filters {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid #747789;
  margin-top: 40px;
  padding-bottom: 13px;
}
@media (min-width: 1200px) {
  .archive-header__filters {
    margin-top: 45px;
  }
}
.archive-header__filters--left {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.archive-header__filters--right {
  display: flex;
  align-items: center;
}
.archive-header__count {
  padding-top: 12px;
  margin-top: 15px;
}

.archive-count {
  font-family: "Kiwari", monospace;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  color: #EA5A0C;
}

.filter-drawer-btn {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 0;
}
@media (min-width: 800px) {
  .filter-drawer-btn {
    display: none;
  }
}

.archive-filter {
  position: relative;
  display: none;
}
@media (min-width: 800px) {
  .archive-filter {
    display: block;
  }
}
.archive-filter__btn {
  appearance: none;
  padding: 8px 32px 8px 14px;
  border: 1px solid #1B1D29;
  border-radius: 100px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%277%27 viewBox=%270 0 34 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.9998 18L15.6733 16.8066L0 2.80439L2.65304 0L17 12.8089L31.347 0L34 2.80439L18.3267 16.8066L16.9998 18Z%27 fill=%27%231B1D29%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  font-family: "Kiwari", monospace;
  font-size: 15px;
  font-weight: 500;
  color: #1B1D29;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 250ms ease, color 250ms ease;
}
.archive-filter__btn:focus {
  outline: none;
}
.archive-filter__btn:hover, .archive-filter__btn[aria-expanded=true] {
  background-color: #1B1D29;
  color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%277%27 viewBox=%270 0 34 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.9998 18L15.6733 16.8066L0 2.80439L2.65304 0L17 12.8089L31.347 0L34 2.80439L18.3267 16.8066L16.9998 18Z%27 fill=%27%23ffffff%27/%3E%3C/svg%3E");
}
.archive-filter__dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 200;
  min-width: 160px;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #1B1D29;
  border-radius: 4px;
}
.archive-filter__dropdown li:last-child {
  margin-bottom: 0;
}
.archive-filter__option {
  display: block;
  width: 100%;
  padding: 8px 16px;
  background: none;
  border: none;
  text-align: left;
  font-family: "Kiwari", monospace;
  font-size: 14px;
  color: #1B1D29;
  cursor: pointer;
  white-space: nowrap;
}
.archive-filter__option:hover {
  background: #F0E7D6;
}

.archive-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.archive-filter-list:empty {
  display: none;
}

.archive-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  background: #F2EEE5;
  border-radius: 0;
  border: none;
  cursor: pointer;
  font-family: "Kiwari", monospace;
  font-size: 15px;
  color: #747789;
  text-transform: uppercase;
}
.archive-filter-tag.is-active {
  background: #1B1D29;
  color: #ffffff;
}
.archive-filter-tag__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: opacity 200ms ease;
}
.archive-filter-tag__remove svg {
  display: block;
}
.filter-drawer-terms .archive-filter-tag {
  background: #ffffff;
}
.filter-drawer-terms .archive-filter-tag.is-active {
  background: #F2EEE5;
  color: #747789;
}

.archive-no-results {
  grid-column: 1/-1;
  padding: 60px 0;
}

.archive-grid {
  margin-bottom: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 700px) {
  .archive-grid {
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .archive-grid {
    margin-bottom: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1600px) {
  .archive-grid {
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.archive-footer {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 700px) {
  .archive-footer {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .archive-footer {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

/* ****************************************
 * Related Grid
 * **************************************** */
.related-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  max-width: 1360px;
  margin: 15px auto 0 auto;
}
@media (min-width: 1200px) {
  .related-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/* ****************************************
 * Archive Card (used on archive AND hp carousel
 * **************************************** */
.archive-card {
  display: block;
  text-decoration: none;
  color: #000000;
}
.archive-card.words .archive-card__play-icon {
  display: none;
}
.archive-card.words .archive-card__label {
  bottom: 50%;
}
.archive-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background-color: #D7E3E1;
  border-radius: 10px;
}
.archive-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.archive-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(27, 29, 41, 0.65);
  opacity: 0;
  transition: opacity 300ms ease;
}
.archive-card__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #EA5A0C;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: transform 300ms ease;
}
.archive-card__play-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #ffffff;
}
.archive-card__label {
  position: absolute;
  bottom: calc(50% - 60px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: "Kiwari", monospace;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  opacity: 0;
  transition: opacity 300ms ease;
}
.archive-card__label--verb {
  color: #FFC299;
}
.archive-card__meta {
  margin: 10px 0 8px;
  font-family: "Kiwari", monospace;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}
.archive-card h3 {
  margin: 0;
}
@media (hover: hover) {
  .archive-card:hover .archive-card__image::after, .archive-card:hover .archive-card__label {
    opacity: 1;
  }
  .archive-card:hover .archive-card__play-icon {
    transform: translate(-50%, -50%) scale(1.333);
  }
  .archive-card:hover .archive-card__image img {
    transform: scale(1.04);
  }
}

/* ****************************************
 * About Page
 * **************************************** */
.about-hero {
  padding: 20px 0;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 700px) {
  .about-hero {
    min-height: 550px;
  }
}
@media (min-width: 1200px) {
  .about-hero {
    padding: 50px 0;
  }
}
@media (min-width: 1600px) {
  .about-hero {
    min-height: 650px;
  }
}
.about-hero::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 50%;
  mix-blend-mode: multiply;
  opacity: 0.8;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.about-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-hero .container {
  width: 100%;
  position: relative;
  z-index: 10;
}
.about-hero .container h1 {
  color: #ffffff;
}

/* ****************************************
 * About: Team
 * **************************************** */
.team-grid {
  display: grid;
  gap: 20px;
  row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}
@media (min-width: 700px) {
  .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .team-grid {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.team-member__name {
  margin: 0 0 4px;
}
.team-member__title {
  margin: 0;
  font-family: "Kiwari", monospace;
  font-size: 15px;
  text-transform: uppercase;
}

/* ****************************************
 * About: Partners
 * **************************************** */
.partners-grid {
  display: grid;
  gap: 20px;
  row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}
@media (min-width: 700px) {
  .partners-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .partners-grid {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.partner-item {
  padding: 0 10px 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.partner-item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 50px;
}

/* ****************************************
 * Submission Page
 * **************************************** */
.submission-hero {
  padding: 130px 0 0;
}
@media (min-width: 1200px) {
  .submission-hero {
    padding: 140px 0 0;
  }
}

.submission-overview {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.submission-overview__left {
  max-width: 600px;
}
@media (min-width: 700px) {
  .submission-overview {
    margin-top: 30px;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .submission-overview {
    margin-top: 40px;
    flex-direction: row;
    gap: 70px;
  }
  .submission-overview__left {
    padding-top: 20px;
    width: 25%;
  }
  .submission-overview__right {
    width: 75%;
  }
}

.submission-links {
  display: grid;
  gap: 12px;
}
@media (min-width: 700px) {
  .submission-links {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1000px;
  }
}

.submission-links-item {
  border-radius: 20px;
  background: #D7E3E1;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}
.submission-links-item img {
  width: 140px;
  height: 140px;
}
@media (min-width: 1200px) {
  .submission-links-item {
    padding: 20px 30px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.submission-links-item.video {
  background: #FFC299;
}
.submission-links-item.audio {
  background: #99DDBB;
}
.submission-links-item.editorial {
  background: #F0E7D6;
}
.submission-links-item:hover .btn {
  background: #ffffff;
  color: #1B1D29;
}

.videoask-wrapper {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .videoask-wrapper {
    margin-top: 40px;
  }
}

/* ****************************************
 * FAQ Accordion
 * **************************************** */
.faqs {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .faqs {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.faq-item {
  border-bottom: 1px solid #000000;
}
.faq-item:first-child {
  border-top: 1px solid #000000;
}
.faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
}
.faq-item__question h3 {
  margin: 0;
}
.faq-item__question::after {
  content: "";
  flex-shrink: 0;
  width: 34px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2734%27 height=%2718%27 viewBox=%270 0 34 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.9998 18L15.6733 16.8066L0 2.80439L2.65304 0L17 12.8089L31.347 0L34 2.80439L18.3267 16.8066L16.9998 18Z%27 fill=%27%231B1D29%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 300ms ease;
}
.faq-item.is-open .faq-item__question::after {
  transform: rotate(180deg);
}
.faq-item__answer {
  overflow: hidden;
}
.faq-item__answer--inner {
  padding-bottom: 10px;
  max-width: 975px;
}
.faq-item__answer > *:last-child {
  margin-bottom: 20px;
}
.faq-item__answer p {
  margin: 0 0 20px 0;
}

/* ****************************************
 * Contact
 * **************************************** */
@media (min-width: 700px) {
  .contact-wrapper {
    display: flex;
    gap: 20px;
  }
  .contact-wrapper__left {
    flex: 1;
  }
  .contact-wrapper__right {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .contact-wrapper {
    gap: 80px;
  }
  .contact-wrapper__left {
    flex: 1;
    width: 100%;
  }
  .contact-wrapper__right {
    width: 400px;
  }
}

.contact-form {
  max-width: 775px;
}
.contact-form label {
  font-family: "Kiwari", monospace;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  border-radius: 4px;
  border: 1px solid #000000;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
  border-color: #000000 !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
}

.contact-item {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .contact-item {
    margin-bottom: 30px;
  }
}
.contact-item h3 {
  margin-bottom: 7px;
}
.contact-item p {
  margin: 0 0 5px 0;
  font-family: "Kiwari", monospace;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.contact-item a {
  color: #000000;
  font-size: 16px;
  transition: all 250ms ease;
}
.contact-item a:hover {
  color: #EA5A0C;
}

/* ****************************************
 * Forms
 * **************************************** */
.frm_error {
  margin-top: 3px !important;
}

.frm_error_style {
  display: none;
}

.with_frm_style .frm_checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.with_frm_style .frm_checkbox input[type=checkbox] {
  transform: translateY(-1px);
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  background-color: transparent;
  cursor: pointer;
  border-radius: 0 !important;
  transition: background-color 150ms ease;
}
.with_frm_style .frm_checkbox input[type=checkbox]:checked {
  background: #000000 !important;
}

/* ****************************************
 * Single Post Header
 * **************************************** */
.single-header {
  padding: 80px 0 20px;
}
@media (min-width: 700px) {
  .single-header {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding-top: 90px;
  }
}
@media (min-width: 1200px) {
  .single-header {
    padding: 140px 100px 50px;
  }
}
.single-header__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .single-header__inner {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
@media (min-width: 700px) {
  .single-header__inner--left {
    width: 50%;
  }
}
@media (min-width: 700px) {
  .single-header__inner--right {
    width: 50%;
  }
}
.single-header__tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 11px 6px 11px;
  border-radius: 5px;
  background: #D7E3E1;
  font-family: "Kiwari", monospace;
  font-size: 16px;
  text-transform: uppercase;
}
.single-header__meta {
  margin-bottom: 12px;
  font-family: "Kiwari", monospace;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}
.single-header__theme {
  margin-top: 12px;
  margin-bottom: 12px;
  /*
  font-family: $stylized_font;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  */
  font-family: "Kiwari", monospace;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  line-height: 100%; /* 22px */
}
.single-header__subhead {
  margin: 8px 0 0;
  font-size: 18px;
  line-height: 1.4;
}
.single-header__byline {
  font-size: 14px;
  margin-top: 15px;
}

.single-header-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 10px;
}
.single-header-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-header-image__caption {
  margin-top: 3px;
}
@media (min-width: 700px) {
  .single-header-image__caption.video {
    max-width: 430px;
    margin-left: auto;
  }
}
.single-header-image--video {
  aspect-ratio: 4/7;
}
@media (min-width: 700px) {
  .single-header-image--video {
    max-width: 430px;
    margin-left: auto;
  }
}
.single-header-image--video {
  cursor: pointer;
}
.single-header-image--video:focus {
  outline: none;
}
.single-header-image--video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(27, 29, 41, 0.65);
  opacity: 0;
  transition: opacity 300ms ease;
}
.single-header-image--video .single-video__play-icon {
  z-index: 2;
  background: #EA5A0C;
  transition: transform 300ms ease;
}
.single-header-image--video .single-video__play-icon::after {
  border-color: transparent transparent transparent #ffffff;
}
.single-header-image--video .single-header-image__label {
  position: absolute;
  bottom: calc(50% - 60px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: "Kiwari", monospace;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  opacity: 0;
  transition: opacity 300ms ease;
}
@media (hover: hover) {
  .single-header-image--video:hover::after {
    opacity: 1;
  }
  .single-header-image--video:hover .single-video__play-icon {
    transform: translate(-50%, -50%) scale(1.333);
  }
  .single-header-image--video:hover .single-header-image__label {
    opacity: 1;
  }
}
.single-header-image--video .single-header-image__label--watch {
  color: #FFC299;
}

/* ****************************************
 * Single — Video
 * **************************************** */
.single-video {
  margin: 40px auto;
}
.single-video__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 250ms ease;
  pointer-events: none;
}
.single-video__play-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #1B1D29;
}

.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.video-modal.is-open {
  display: flex;
}
.video-modal__inner {
  position: relative;
  width: 100%;
  max-width: min(1360px, (100vh - 100px) * 16 / 9);
}
.video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  opacity: 0.8;
  transition: opacity 200ms ease;
}
.video-modal__close:hover {
  opacity: 1;
}

/* ****************************************
 * Single — Audio Player
 * **************************************** */
.audio-player {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  width: 100%;
}
.audio-player__btn {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #EA5A0C;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 250ms ease;
}
.audio-player__btn:hover {
  background: rgb(185.487804878, 71.3414634146, 9.512195122);
}
.audio-player__btn svg {
  fill: #ffffff;
}
.audio-player__btn .icon-play {
  width: 14px;
  height: 16px;
  transform: translateX(2px);
}
.audio-player__btn .icon-pause {
  width: 22px;
  height: 22px;
  display: none;
}
.audio-player__btn.is-playing .icon-play {
  display: none;
}
.audio-player__btn.is-playing .icon-pause {
  display: block;
}
.audio-player__progress {
  flex: 1;
  min-width: 0;
}
.audio-player__range {
  --progress: 0%;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to right, #EA5A0C var(--progress), #F0E7D6 var(--progress));
  cursor: pointer;
  outline: none;
}
.audio-player__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #EA5A0C;
  cursor: pointer;
  transition: transform 150ms ease;
}
.audio-player__range::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}
.audio-player__range::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  background: #EA5A0C;
  cursor: pointer;
}
.audio-player__range::-moz-range-track {
  height: 4px;
  border-radius: 2px;
  background: #F0E7D6;
}
.audio-player__time {
  flex-shrink: 0;
  font-family: "Kiwari", monospace;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #1B1D29;
  transform: translateY(-2px);
}

/* ADS */
.ad-slot {
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.ad-slot iframe {
  max-width: 100%;
  margin-top: 50px;
  cursor: pointer;
}
.ad-slot.archive iframe {
  margin: 30px 0 50px 0;
}
.ad-slot.single iframe {
  margin: 0 0 50px 0;
}
