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

:root {
  --text-color: #000F24;
  --text-light: #C2E1EB;
  --text-lime: #E7FFB0;
  --text-cream: #f5e3e8;
  --text-navy: #f5e3e8;
  --text-red: #FF0000;
  --text-dark: #001000;
  --text-primary: #000;
  --text-secondary: #fff6df;
  --color-yellow: #fee600;
  --color-orange: #f0880f;
  --color-blue: #3169ff;
  --color-green: #2d6200;
  --color-white: #fff;
  --color-black: #000000;
  --color-cream: #ffffff;
  --color-gray: #b0b0b0;
  --color-purewhite: #ffffff;
}

* {
  font-family: "GT Flexa", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: clamp(32px, 5vw, 45px);
  margin: 0;
}

h2 {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  line-height: clamp(1.375rem, 2.5vw, 1.687rem);
  margin: 0;
}

@font-face {
  font-family: "Leitura";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/leitura-roman-1.woff2") format("woff2"), url("../fonts/leitura-roman-1.woff") format("woff"), url("../fonts/leitura-roman-1.ttf") format("truetype"), url("../fonts/leitura-roman-1.otf") format("truetype"), url("../fonts/leitura-roman-1.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Leitura";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/leitura-italic-3.woff2") format("woff2"), url("../fonts/leitura-italic-3.woff") format("woff"), url("../fonts/leitura-italic-3.ttf") format("truetype"), url("../fonts/leitura-italic-3.otf") format("truetype"), url("../fonts/leitura-italic-3.eot") format("embedded-opentype");
}
@font-face {
  font-family: "LeituraDisplay";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/leitura-display-italic.woff2") format("woff2"), url("../fonts/leitura-display-italic.woff") format("woff"), url("../fonts/leitura-display-italic.ttf") format("truetype"), url("../fonts/leitura-display-italic.otf") format("truetype"), url("../fonts/leitura-display-italic.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Sequel";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/sequel-sans-book-disp.woff2") format("woff2"), url("../fonts/sequel-sans-book-disp.woff") format("woff"), url("../fonts/sequel-sans-book-disp.ttf") format("truetype"), url("../fonts/sequel-sans-book-disp.otf") format("truetype"), url("../fonts/sequel-sans-book-disp.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Sequel";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/sequel-sans-semi-bold-obl-disp.woff2") format("woff2"), url("../fonts/sequel-sans-semi-bold-obl-disp.woff") format("woff"), url("../fonts/sequel-sans-semi-bold-obl-disp.ttf") format("truetype"), url("../fonts/sequel-sans-semi-bold-obl-disp.otf") format("truetype"), url("../fonts/sequel-sans-semi-bold-obl-disp.eot") format("embedded-opentype");
}
@font-face {
  font-family: "SequelMedium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/sequel-sans-medium-disp.woff2") format("woff2"), url("../fonts/sequel-sans-medium-disp.woff") format("woff"), url("../fonts/sequel-sans-medium-disp.ttf") format("truetype"), url("../fonts/sequel-sans-medium-disp.otf") format("truetype"), url("../fonts/sequel-sans-medium-disp.eot") format("embedded-opentype");
}

@font-face {
	font-family: "GT Flexa";
	font-weight: bold;
	font-style: normal;
	src: url("../fonts/flexa/GT-Flexa-Standard-Bold.woff2") format("woff2"), url("../fonts/flexa/GT-Flexa-Standard-Bold.woff") format("woff"), url("../fonts/flexa/GT-Flexa-Standard-Bold.ttf") format("truetype"), url("../fonts/flexa/GT-Flexa-Standard-Bold.otf") format("truetype"), url("../fonts/flexa/GT-Flexa-Standard-Bold.eot") format("embedded-opentype");
}

@font-face {
	font-family: "GT Flexa";
	font-weight: lighter;
	font-style: normal;
	src: url("../fonts/flexa/GT-Flexa-Standard-Light.woff2") format("woff2"), url("../fonts/flexa/GT-Flexa-Standard-Light.woff") format("woff"), url("../fonts/flexa/GT-Flexa-Standard-Light.ttf") format("truetype"), url("../fonts/flexa/GT-Flexa-Standard-Light.otf") format("truetype"), url("../fonts/flexa/GT-Flexa-Standard-Light.eot") format("embedded-opentype");
}

@font-face {
	font-family: "GT Flexa";
	font-weight: 500;
	font-style: normal;
	src: url("../fonts/flexa/GT-Flexa-Standard-Medium.woff2") format("woff2"), url("../fonts/flexa/GT-Flexa-Standard-Medium.woff") format("woff"), url("../fonts/flexa/GT-Flexa-Standard-Medium.ttf") format("truetype"), url("../fonts/flexa/GT-Flexa-Standard-Medium.otf") format("truetype"), url("../fonts/flexa/GT-Flexa-Standard-Medium.eot") format("embedded-opentype");
}

@font-face {
	font-family: "GT Flexa";
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/flexa/GT-Flexa-Standard-Regular.woff2") format("woff2"), url("../fonts/flexa/GT-Flexa-Standard-Regular.woff") format("woff"), url("../fonts/flexa/GT-Flexa-Standard-Regular.ttf") format("truetype"), url("../fonts/flexa/GT-Flexa-Standard-Regular.otf") format("truetype"), url("../fonts/flexa/GT-Flexa-Standard-Regular.eot") format("embedded-opentype");
}

.container {
  margin: 0 auto;
  max-width: 90vw;
  width: 100%;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 993px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1201px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1601px) {
  .container {
    max-width: 1200px;
  }
}

:root {
  --app-height: 100%;
}

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

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

body {
  --body-bg-color: var(--color-purewhite);
  --logo-color: var(--color-black);
  background-color: var(--color-purewhite);
  line-height: 1.5;
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--color-black);
  overflow-x: hidden;
  overflow-y: auto;
  transition: background-color 0.3s ease-in-out;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: var(--text-color);
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

.two-cols {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 100%;
}
@media (min-width: 993px) {
  .two-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: unset;
  }
}
.two-cols .content {
  order: 1;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  overflow-x: auto;
}
@media (min-width: 993px) {
  .two-cols .content {
    padding: 0;
    order: unset;
  }
}
@media (min-width: 993px) {
  .two-cols .content.center-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.two-cols .content.bl {
  border-left: 1px solid var(--color-black);
}
.two-cols .content.br {
  border-right: 1px solid var(--color-black);
}
.two-cols .preview {
  order: 2;
  width: 100%;
  height: var(--app-height);
  overflow: hidden;
  position: relative;
}
@media (min-width: 993px) {
  .two-cols .preview {
    order: unset;
  }
}

._app-responsive_debugger {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
}
._app-responsive_debugger:before {
  line-height: 0;
  content: "XS";
  font-size: 18px;
  margin: 0;
  padding: 0 5px;
  width: 0;
  height: 0;
  background-color: red;
  border-radius: 5px;
  color: var(--color-white);
}
@media (min-width: 577px) {
  ._app-responsive_debugger:before {
    content: "SM";
  }
}
@media (min-width: 769px) {
  ._app-responsive_debugger:before {
    content: "MD";
  }
}
@media (min-width: 993px) {
  ._app-responsive_debugger:before {
    content: "LG";
  }
}
@media (min-width: 1201px) {
  ._app-responsive_debugger:before {
    content: "XL";
  }
}
@media (min-width: 1601px) {
  ._app-responsive_debugger:before {
    content: "XXL";
  }
}

.bg-green {
  background-color: var(--color-green);
}

.bg-yellow {
  background-color: var(--color-yellow);
}

.bg-orange {
  background-color: var(--color-orange);
}

.bg-blue {
  background-color: var(--color-blue);
}

.bg-white {
  background-color: var(--color-white);
}

.bg-black {
  background-color: var(--color-black);
}

.bg-cream {
  background-color: var(--color-cream);
}

.fc-green {
  color: var(--color-green);
}

.fc-yellow {
  color: var(--color-yellow);
}

.fc-orange {
  color: var(--color-orange);
}

.fc-blue {
  color: var(--color-blue);
}

.fc-white {
  color: var(--color-white);
}

.fc-black {
  color: var(--color-black);
}

.fc-cream {
  color: var(--color-cream);
}

.layer-1 {
  z-index: 100;
}

.layer-2 {
  z-index: 100;
}

.layer-3 {
  z-index: 300;
}

.layer-4 {
  z-index: 400;
}

.layer-5 {
  z-index: 500;
}

.layer-menu {
  z-index: 998;
}

.layer-menu-action {
  z-index: 999;
}

.layer-over-menu {
  z-index: 1000;
}

.home-container {
  padding: 0px;
  padding-top: 7px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .home-container {
    padding: 0px;
    padding-top: 37px;
  }
}
.home-container .splash-screen {
  width: 100%;
  height: var(--app-height);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: var(--color-cream);
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-container .splash-screen img {
  max-width: 250px;
}
.home-container .home-video-container {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.home-container .home-video-container.landscape {
  justify-content: center;
}
.home-container .home-video-container.landscape video {
  height: auto;
}
.home-container .home-video-container video {
	min-height: 100%;
	min-width: 100%;
  position: absolute;
  z-index: -1;
  display: none;
}
/* @media (min-width: 993px) {
  .home-container .home-video-container video {
    height: calc(var(--app-height) - 28px);
    display: block;
  }
} */
.home-container .home-video-container .slide-desktop-video {
  display: none;
}
@media (min-width: 993px) {
  .home-container .home-video-container .slide-desktop-video {
    display: block;
  }
}
.home-container .home-video-container .slide-mobile-video {
	min-width: 100%;
  min-height: 100%;
  display: block;
}
@media (min-width: 993px) {
  .home-container .home-video-container .slide-mobile-video {
    display: none;
  }
}
.home-container .home-video-container .home-video-link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.home-container .video-info-header {
  position: absolute;
  z-index: 9999;
  top: 2.5vh;
  left: 2.5vh;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.home-container .video-info-header.active {
  opacity: 1;
}
.home-container .video-info-header #video-title {
  padding: 0;
  margin: 0;
  color: var(--color-white);
  font-size: 1.1rem;
  font-style: normal;
  letter-spacing: 5px;
  font-family: "SequelMedium";
  text-transform: uppercase;
}
.home-container .video-info-header #video-subtitle {
  padding: 0;
  margin: 0;
  color: var(--color-white);
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: 1px;
}
.home-container .swiper-wrapper {
  height: var(--app-height);
}
.home-container .swiper:hover .swiper-button-next, .home-container .swiper:hover .swiper-button-prev {
  opacity: 1;
}
.home-container .swiper .swiper-button-next::after, .home-container .swiper .swiper-rtl .swiper-button-prev::after {
  content: "";
}
.home-container .swiper .swiper-button-prev::after, .home-container .swiper .swiper-rtl .swiper-button-next::after {
  content: "";
}
.home-container .swiper .swiper-button-next, .home-container .swiper .swiper-button-prev {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.home-container .swiper .slide-info {
  position: relative;
  z-index: 99;
  text-align: center;
  max-width: 80vw;
}
@media (min-width: 769px) {
  .home-container .swiper .slide-info {
    max-width: 70%;
  }
}
.home-container .swiper .slide-info .slide-title {
  padding: 0;
  margin: 0;
  color: var(--color-white);
  letter-spacing: 2px;
  font-size: 0.7rem;
  line-height: 1;
  font-family: "GT Flexa";
  text-transform: uppercase;
}
@media (min-width: 577px) {
  .home-container .swiper .slide-info .slide-title {
    letter-spacing: 6px;
    font-size: 1rem;
  }
}
.home-container .swiper .slide-info .slide-subtitle {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  color: var(--color-white);
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-family: "GT Flexa";
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 577px) {
  .home-container .swiper .slide-info .slide-subtitle {
    font-size: clamp(3rem, 5vw, 4rem);
  }
}

@media (max-width: 576px) {
  .page-template-Directors .two-cols {
    overflow: hidden;
    position: relative;
  }
  .page-template-Directors .two-cols .preview.pm .video-bg-container {
    overflow: hidden;
  }
}

.two-cols .director-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5vw;
}

.director-cols-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 577px) {
  .director-cols-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
.director-cols-container .director-list {
  text-align: center;
  min-width: var(--mw);
}
.director-cols-container .director-list li {
  line-height: 30px;
}
@media (max-width: 576px) {
  .director-cols-container .director-list li {
    line-height: 28px;
  }
}
.director-cols-container .director-list a {
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  line-height: 0.875rem;
  color: var(--color-white);
}
@media (min-width: 993px) {
  .director-cols-container .director-list a {
    color: var(--color-black);
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 576px) {
  .director-cols-container .director-list a {
    font-size: 1.125rem;
  }
}
.director-cols-container .director-list a:hover, .director-cols-container .director-list a.active {
  font-weight: bold;
}

section.preview .preview-player {
  height: var(--app-height);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
/* @media (min-width: 577px) {
  section.preview .preview-player {
    margin-top: 42px;
    height: var(--app-content-height);
  }
} */
@media (min-width: 993px) {
  section.preview .preview-player {
    justify-content: flex-start;
  }
}
section.preview .preview-player.landscape {
  justify-content: center;
}
section.preview .preview-player.landscape video {
  height: auto;
}
section.preview .preview-player video {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
}
section.preview .preview-player video.active {
  z-index: 100;
}
section.preview .preview-player video.opc {
  opacity: 0;
}

.page-template-Directors main.two-cols .content {
  z-index: 400;
}
@media (max-width: 992px) {
  .page-template-Directors main.two-cols .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background-color: transparent;
  }
}
.page-template-Directors main.two-cols .preview {
  display: none;
}
@media (min-width: 577px) {
  .page-template-Directors main.two-cols .preview {
    display: block;
  }
}
@media (max-width: 992px) {
  .page-template-Directors main.two-cols .preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    border: 0;
    background-color: transparent;
  }
}
.page-template-Directors main.two-cols .preview video {
  display: none;
}
@media (min-width: 993px) {
  .page-template-Directors main.two-cols .preview video {
    display: block;
  }
}
.page-template-Directors main.two-cols .preview video .opc {
  opacity: 0;
}
.page-template-Directors main.two-cols .preview.pm {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  border: 0;
  background-color: transparent;
}
@media (min-width: 993px) {
  .page-template-Directors main.two-cols .preview.pm {
    display: none;
  }
}
.page-template-Directors main.two-cols .preview.pm .video-bg-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.page-template-Directors main.two-cols .preview.pm .video-bg-container video {
  position: relative;
  width: 100vw;
  height: auto;
  display: block;
}
.page-template-Directors main.two-cols .preview.pm video {
  position: absolute;
  top: 0;
  width: 100vw;
  height: var(--app-height);
}

@media (max-width: 576px) {
  .single-director .two-cols {
    overflow: hidden;
    position: relative;
  }
  .single-director .two-cols .preview.pm .video-bg-container {
    overflow: hidden;
  }
}

main.director-single-page {
  height: var(--app-height);
  overflow: hidden;
}
main.director-single-page .content {
  overflow: hidden;
}
main.director-single-page .director-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 92px 5vw 50px;
}
@media (min-width: 577px) {
  main.director-single-page .director-content {
    padding: 50px;
    padding-top: 92px;
  }
}
main.director-single-page .director-content .go-back-btn {
  top: 50px;
  right: 30px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
main.director-single-page .director-content .go-back-btn:hover {
  right: 25px;
}
@media (min-width: 577px) {
  main.director-single-page .director-content .go-back-btn {
    top: 72px;
  }
}
main.director-single-page .director-content .go-back-btn .modal-close-btn::before, main.director-single-page .director-content .go-back-btn .modal-close-btn::after {
  background-color: var(--color-cream);
}
@media (min-width: 993px) {
  main.director-single-page .director-content .go-back-btn .modal-close-btn::before, main.director-single-page .director-content .go-back-btn .modal-close-btn::after {
    background-color: var(--color-black);
  }
}
main.director-single-page .director-content .go-back-btn svg {
  width: 20px;
  height: 20px;
}
main.director-single-page .director-content .director-name.director-name-mobile {
  display: block;
}
@media (min-width: 577px) {
  main.director-single-page .director-content .director-name.director-name-mobile {
    display: none;
  }
}
main.director-single-page .director-content .director-name {
  text-align: center;
  font-weight: bold;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1;
  font-family: "LeituraDisplay";
  text-transform: uppercase;
  font-weight: bold;
  display: none;
}
@media (min-width: 577px) {
  main.director-single-page .director-content .director-name {
    display: block;
  }
}
main.director-single-page .director-content .director-name .director-tag {
  font-size: 1rem;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  font-family: "Sequel", sans-serif;
  letter-spacing: 1px;
  font-style: normal;
}
@media (min-width: 577px) {
  main.director-single-page .director-content .director-name .director-tag {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 3px;
  }
}
main.director-single-page .director-content .director-name svg {
  cursor: pointer;
  max-width: 30px;
  max-height: 30px;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
}
main.director-single-page .director-content .director-name svg:hover {
  transform: scale(1.15);
}
main.director-single-page .director-content .director-works-list {
  margin-bottom: 35px;
  padding: 0 calc(50px - 5vw);
}
main.director-single-page .director-content .director-works-list ul {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  main.director-single-page .director-content .director-works-list ul {
    margin-bottom: unset;
  }
}
main.director-single-page .director-content .director-works-list ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
main.director-single-page .director-content .director-works-list ul li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 769px) {
  main.director-single-page .director-content .director-works-list ul li a:hover {
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  main.director-single-page .director-content .director-works-list ul li a.active {
    font-weight: bold;
  }
}
main.director-single-page .director-content .director-works-list ul li a .project-main {
  font-size: 1.188rem;
}

section.preview .video-layer-divider {
  width: 100%;
  height: 100%;
  background-color: var(--color-cream);
  z-index: 99;
}
section.preview .director-player {
  height: var(--app-height);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.preview .director-player.landscape video {
  width: 100%;
  height: auto;
}
section.preview .director-player video {
  z-index: 0;
  position: relative;
  width: auto;
  height: var(--app-height);
}
@media (min-width: 577px) {
  section.preview .director-player video {
    height: calc(var(--app-height) - 42px);
  }
}
section.preview .director-player video.active {
  opacity: 1;
  z-index: 100;
}

.director-info-modal {
  z-index: 500;
  opacity: 0;
}
.director-info-modal.active {
  opacity: 1;
}
.director-info-modal .two-cols {
  background-color: #000;
}
.director-info-modal .preview {
  background-image: var(--director-img);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 50vh;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 993px) {
  .director-info-modal .preview {
    height: 100%;
  }
}
@media (max-width: 576px) {
  .director-info-modal .preview {
    position: absolute;
    height: var(--app-height);
    opacity: 0.4;
  }
}
.director-info-modal .content {
  z-index: 500;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  background-color: var(--color-cream);
  padding: 92px 10% 50px;
  height: 50vh;
}
@media (min-width: 993px) {
  .director-info-modal .content {
    padding: 50px 10% 50px;
    overflow: auto;
    height: var(--app-height);
  }
}
@media (max-width: 576px) {
  .director-info-modal .content {
    height: var(--app-height);
    background-color: transparent;
    color: var(--color-cream);
  }
}
.director-info-modal .content #director-modal-close {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 72px;
  right: 30px;
}
@media (max-width: 576px) {
  .director-info-modal .content #director-modal-close {
    top: 50px;
  }
  .director-info-modal .content #director-modal-close .modal-close-btn::before, .director-info-modal .content #director-modal-close .modal-close-btn::after {
    background-color: var(--color-cream);
  }
}
.director-info-modal .content .director-name.director-name-mobile {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  display: block;
}
@media (min-width: 577px) {
  .director-info-modal .content .director-name.director-name-mobile {
    display: none;
  }
}
.director-info-modal .content .director-name {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "LeituraDisplay";
  text-transform: uppercase;
  display: none;
}
@media (min-width: 577px) {
  .director-info-modal .content .director-name {
    display: block;
  }
}
.director-info-modal .content .director-name .director-tag {
  font-style: normal;
  font-size: 1rem;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  font-family: "Sequel", sans-serif;
  letter-spacing: 1px;
}
@media (min-width: 577px) {
  .director-info-modal .content .director-name .director-tag {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 3px;
  }
}
.director-info-modal .content .director-bio {
  position: relative;
  margin: 0 auto;
  max-width: 85%;
  margin-top: calc( var(--app-content-height) * 0.4 );
}
@media (min-width: 769px) {
  .director-info-modal .content .director-bio {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .director-info-modal .content .director-bio {
    max-width: 100%;
  }
}
.director-info-modal .content p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 0.875rem;
}
.director-info-modal .content .social {
  margin-top: 20px;
  display: grid;
  text-align: center;
  text-transform: uppercase;
}
.director-info-modal .content .social a {
  font-family: "Sequel", sans-serif;
  letter-spacing: 1px;
  font-size: 0.75rem;
  font-weight: bold;
}
@media (max-width: 576px) {
  .director-info-modal .content .social a {
    color: var(--color-cream);
  }
}
.director-info-modal .content .social a:hover {
  font-weight: bold;
}

.director-gallery-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: var(--app-height);
  pointer-events: none;
  overflow: hidden;
  z-index: 500;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--color-black);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.director-gallery-modal.active {
  pointer-events: auto;
  opacity: 1;
}
.director-gallery-modal #director-gallery-close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  z-index: 998;
}
@media (min-width: 577px) {
  .director-gallery-modal #director-gallery-close {
    top: 72px;
  }
}
@media (min-width: 993px) {
  .director-gallery-modal #director-gallery-close {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}

.director-grid {
  display: grid;
  grid-template-columns: 1fr;
  min-height: var(--app-height);
}
@media (min-width: 769px) {
  .director-grid {
    grid-template-columns: 6fr 6fr;
    gap: 56px;
  }
}
.director-grid .left {
  position: relative;
  height: 50vh;
  order: 2;
}
@media (min-width: 769px) {
  .director-grid .left {
    order: 1;
    height: unset;
    width: 50vw;
  }
}
.director-grid .left .director-player {
  height: 50vh;
  max-width: 100vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background-color: #000;
}
@media (min-width: 769px) {
  .director-grid .left .director-player {
    max-width: 50vw;
    height: var(--app-height);
  }
}
.director-grid .left .director-player video {
  position: absolute;
  width: auto;
  max-width: 100vw;
  max-height: 50vh;
  height: 50vh;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.director-grid .left .director-player video.active {
  opacity: 1;
  z-index: 100;
}
@media (min-width: 769px) {
  .director-grid .left .director-player video {
    max-width: 50vw;
    max-height: unset;
    height: calc(var(--app-height) - 42px);
  }
}
.director-grid .left .mask {
  --director-img: url(../img/directors-bg-placeholder.jpg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-image: var(--director-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.director-grid .right {
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding-top: 68px;
  max-height: 50vh;
  height: 50vh;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  order: 1;
}
@media (min-width: 769px) {
  .director-grid .right {
    padding-top: 56px;
    padding-right: 56px;
    order: 2;
  }
}
.director-grid .right .fade-top {
  pointer-events: none;
  position: absolute;
  top: 145px;
  height: 70px;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
  background: linear-gradient(180deg, var(--body-bg-color) 0%, rgba(194, 225, 235, 0) 100%);
}
@media (min-width: 769px) {
  .director-grid .right .fade-top {
    display: none;
  }
}
.director-grid .right .fade-bottom {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
  background: linear-gradient(0deg, var(--body-bg-color) 0%, rgba(194, 225, 235, 0) 100%);
}
@media (min-width: 769px) {
  .director-grid .right .fade-bottom {
    display: none;
  }
}
.director-grid .right .director-info {
  padding: 0 5vw;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .director-grid .right .director-info {
    padding: 0;
    margin-bottom: 180px;
    margin-top: calc(50vh - 4rem - 56px);
  }
}
.director-grid .right .director-info #director-name {
  font-weight: bold;
  cursor: pointer;
  font-family: "Sequel", sans-serif;
  font-size: 3rem;
}
.director-grid .right .director-works {
  padding: 52px 5vw 40px 5vw;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .director-grid .right .director-works {
    overflow-y: unset;
    padding: 0;
  }
}
.director-grid .right .director-works .director-works-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.director-grid .right .director-works .director-works-list ul li {
  font-size: 1.25rem;
  line-height: 30px;
}
.director-grid .right .director-works .director-works-list ul li a {
  line-height: 1.25rem;
  transition: all 0.3s ease-in-out;
}
.director-grid .right .director-works .director-works-list ul li a:hover, .director-grid .right .director-works .director-works-list ul li a.active {
  font-size: 1.875rem;
}

.video-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: var(--app-height);
  pointer-events: none;
  display: flex;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #000;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.video-modal.active {
  opacity: 1;
  pointer-events: auto;
}
.video-modal .video-close-btn {
  color: var(--color-white);
  position: absolute;
  display: block;
  z-index: 9999;
  width: 20px;
  height: 20px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.video-modal .video-modal-container {
  width: 100%;
}
.video-modal .video-modal-container .plyr {
  --plyr-color-main: var(--color-white);
  --plyr-video-background: #000;
  --plyr-badge-text-color: #000;
  --plyr-badge-border-radius: 0;
  --plyr-control-radius: 0;
  --plyr-video-control-color-hover: #000;
  --plyr-menu-radius: 0,;
  --plyr-video-progress-buffered-background: rgba(0,0,0,0);
  --plyr-video-control-background-hover: transparent;
  --plyr-video-control-color-hover: var(--color-white);
  --plyr-range-thumb-height: 20px;
  --plyr-range-fill-background: rgba(0,0,0,0);
}
.video-modal .video-modal-container .plyr .plyr__controls .plyr__control[data-plyr=mute] {
  padding: 3px 0;
  margin: 0;
  color: transparent;
}
.video-modal .video-modal-container .plyr .plyr__controls .plyr__control[data-plyr=mute]:hover {
  color: var(--plyr-video-control-color-hover);
}
.video-modal .video-modal-container .plyr .plyr__controls .plyr__control[data-plyr=fullscreen] {
  padding: 3px 0;
  padding-left: 5px;
  margin: 0;
  margin-right: 15px;
}
.video-modal .video-modal-container .plyr .plyr__controls .plyr__control[data-plyr=play] {
  color: transparent;
}
.video-modal .video-modal-container .plyr .plyr__controls .plyr__control[data-plyr=play]:hover {
  color: var(--plyr-video-control-color-hover);
}
.video-modal .video-modal-container .plyr input[type=range]::-webkit-slider-thumb {
  cursor: pointer;
  -webkit-appearance: none;
  border: 0;
  height: 20px;
  width: 1px;
  border-radius: 0;
  background: var(--color-white);
  cursor: pointer;
  margin-top: -8px;
  box-shadow: none;
  /* All the same stuff for Firefox */
}
.video-modal .video-modal-container .plyr input[type=range]::-moz-range-thumb {
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: var(--color-white);
  cursor: pointer;
  /* All the same stuff for IE */
}
.video-modal .video-modal-container .plyr input[type=range]::-ms-thumb {
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: var(--color-white);
  cursor: pointer;
}
.video-modal .video-modal-container .plyr__progress input[type=range] {
  cursor: pointer;
  border: 1px solid var(--color-white);
  border-radius: 0;
  height: 24px;
}
.video-modal .video-modal-container .plyr__controls {
  position: fixed;
  padding-bottom: 5vh;
}
.video-modal .video-modal-container .plyr__controls button[data-plyr=play] svg.icon--not-pressed, .video-modal .video-modal-container .plyr__controls button[data-plyr=play] svg.icon--pressed {
  width: 25px;
  height: 20px;
}
.video-modal .video-modal-container .plyr__controls button[data-plyr=mute] svg.icon--not-pressed, .video-modal .video-modal-container .plyr__controls button[data-plyr=mute] svg.icon--pressed {
  width: 48px;
  height: 20px;
}
.video-modal .video-modal-container .plyr__controls button[data-plyr=fullscreen] svg.icon--not-pressed, .video-modal .video-modal-container .plyr__controls button[data-plyr=fullscreen] svg.icon--pressed {
  width: 25px;
  height: 20px;
}
.video-modal .video-modal-container .plyr__control {
  padding: 3px 10px;
  margin: 0 10px;
}
.video-modal .video-modal-container .plyr__volume {
  width: auto;
  min-width: auto;
}
.video-modal .video-modal-container .plyr__volume input[type=range] {
  border: 3px solid #dddddd;
  border-radius: 0px;
  height: 32px;
}
.video-modal .video-modal-container .plyr__control--overlaid {
  color: #000;
}
.video-modal .video-modal-container .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #000;
}

.director-info-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: var(--app-height);
  pointer-events: none;
  display: grid;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 500;
}
.director-info-modal.active {
  opacity: 1;
  pointer-events: auto;
}
.director-info-modal .modal-left {
  width: 100%;
  height: 50vh;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 993px) {
  .director-info-modal .modal-left {
    height: var(--app-height);
  }
}
.director-info-modal .modal-left .director-photo {
  height: 100%;
  background-image: var(--director-img);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media (min-width: 993px) {
  .director-info-modal .modal-left .director-photo {
    margin-top: 0;
  }
}
.director-info-modal .modal-right {
  position: relative;
  overflow-y: auto;
  width: 100%;
  height: 50vh;
  background-color: var(--color-cream);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 993px) {
  .director-info-modal .modal-right {
    height: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    overflow: unset;
    width: auto;
    max-width: 50vw;
    padding-left: 5vw;
  }
}
.director-info-modal .modal-right .box-container {
  color: var(--color-black);
}
.director-info-modal .modal-right .box-container .box {
  position: relative;
}
.director-info-modal .modal-right .box-container .box .box-content {
  padding: 10px calc(28px + 5vw) calc(28px + 5vw) 5vw;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 993px) {
  .director-info-modal .modal-right .box-container .box .box-content {
    padding: 10px calc(50px + 5vw) calc(50px + 5vw) 10px;
  }
}
.director-info-modal .modal-right .box-container .box .box-content .director-name {
  font-size: clamp(2.375rem, 5vw, 4rem);
  margin: 28px 0;
  font-family: "Sequel", sans-serif;
  line-height: 3rem;
  font-weight: bold;
}
.director-info-modal .modal-right .box-container .box .box-content .director-modal-close {
  cursor: pointer;
  position: absolute;
  right: calc(28px + 5vw);
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/close-thin.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 993px) {
  .director-info-modal .modal-right .box-container .box .box-content .director-modal-close {
    top: 30px;
    right: 90px;
    width: 30px;
    height: 30px;
  }
}

.video-info-header {
  position: absolute;
  z-index: 9999;
  top: 2.5vh;
  left: 2.5vh;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.video-info-header.active {
  opacity: 1;
}
.video-info-header #video-title {
  padding: 0;
  margin: 0;
  color: var(--color-white);
  font-size: 1.1rem;
  font-style: normal;
  letter-spacing: 5px;
  font-family: "SequelMedium";
  text-transform: uppercase;
}
.video-info-header #video-subtitle {
  padding: 0;
  margin: 0;
  color: var(--color-white);
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: 1px;
}

.single-director a.bio-btn {
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-family: "Sequel", sans-serif;
  letter-spacing: 3px;
  font-weight: normal;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}
.single-director a.bio-btn:hover {
  font-weight: bold;
}
@media (min-width: 577px) {
  .single-director a.bio-btn {
    font-weight: bold;
  }
}
.single-director a.bio-btn svg circle {
  fill: var(--color-white);
}
@media (min-width: 993px) {
  .single-director a.bio-btn svg circle {
    fill: var(--color-black);
  }
}
.single-director main.two-cols .content {
  z-index: 400;
}
@media (max-width: 992px) {
  .single-director main.two-cols .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background-color: transparent;
  }
  .single-director main.two-cols .content .director-content, .single-director main.two-cols .content a {
    color: var(--color-white);
  }
  .single-director main.two-cols .content #bio-btn svg circle {
    fill: var(--color-white);
  }
}
.single-director main.two-cols .preview {
  display: none;
}
@media (min-width: 993px) {
  .single-director main.two-cols .preview {
    display: block;
  }
}
@media (max-width: 992px) {
  .single-director main.two-cols .preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    border: 0;
    background-color: transparent;
  }
}
.single-director main.two-cols .preview.pm {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  border: 0;
  background-color: transparent;
}
@media (min-width: 993px) {
  .single-director main.two-cols .preview.pm {
    display: none;
  }
}
.single-director main.two-cols .preview.pm .video-bg-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.single-director main.two-cols .preview.pm .video-bg-container video {
  width: auto;
  height: var(--app-height);
  display: block;
}
.single-director main.two-cols .preview.pm video {
  position: absolute;
  top: 0;
  width: 100vw;
  height: var(--app-height);
}

main.posts {
  height: var(--app-height);
  overflow: auto;
  max-width: 100%;
}
@media (min-width: 577px) {
  main.posts {
    max-width: inherit;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  main.posts {
    height: 100%;
    align-items: center;
  }
}
main.posts .posts-holder {
  width: 100%;
}
@media (min-width: 769px) {
  main.posts .posts-holder {
    max-width: 1200px;
  }
}
main.posts .categories-container {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--color-cream);
  display: none;
}
@media (min-width: 577px) {
  main.posts .categories-container {
    display: block;
  }
}
main.posts .categories-container ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
main.posts .categories-container ul li {
  min-width: var(--mw);
  cursor: pointer;
  color: var(--color-cream);
  font-family: "Sequel", sans-serif;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
  main.posts .categories-container ul li {
    margin: 0 20px;
  }
}
main.posts .categories-container ul li:first-of-type {
  text-align: left;
  margin-left: 0;
}
main.posts .categories-container ul li:last-of-type {
  text-align: right;
  margin-right: 0;
}
main.posts .categories-container ul li:hover, main.posts .categories-container ul li.focus {
  font-weight: bold;
  color: var(--color-cream);
  font-weight: bold;
}
main.posts .categories-container ul li.no-focus {
  opacity: 0.4;
}
main.posts .categories-container ul li.focus {
  opacity: 1;
}
main.posts .posts-container {
  width: 100%;
  grid-template-columns: 1fr;
  margin: 0 auto;
  display: none;
}
@media (min-width: 993px) {
  main.posts .posts-container {
    width: 80%;
  }
}
@media (min-width: 577px) {
  main.posts .posts-container.desktop {
    display: grid;
  }
}
main.posts .posts-container.mobile {
  display: flex;
  width: 90vw;
  justify-content: center;
  align-items: center;
  height: var(--app-height);
}
@media (min-width: 577px) {
  main.posts .posts-container.mobile {
    display: none;
  }
}
main.posts .posts-container.mobile .post-cat-position {
  display: block;
  text-transform: uppercase;
  font-family: "Sequel", sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
  color: var(--color-cream);
  transition: all 0.3s ease-in-out;
}
main.posts .posts-container.mobile ul {
  margin: 0;
}
main.posts .posts-container.mobile li {
  margin-bottom: 20px;
}
main.posts .posts-container.mobile li a {
  font-size: 1.063rem;
  line-height: 1.3;
  padding: 0;
}
main.posts .posts-container ul {
  margin-top: 50px;
  margin-bottom: 80px;
  display: block;
}
@media (min-width: 577px) {
  main.posts .posts-container ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-direction: row;
  }
}
main.posts .posts-container ul.pbetween {
  justify-content: space-between;
}
main.posts .posts-container ul.pcenter {
  justify-content: center;
}
main.posts .posts-container ul li {
  display: block;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width: 577px) {
  main.posts .posts-container ul li {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 769px) {
  main.posts .posts-container ul li {
    max-width: 33.33%;
    flex-basis: 33.33%;
  }
}
main.posts .posts-container ul li a {
  display: block;
  color: var(--color-cream);
  letter-spacing: 1px;
  font-size: 1.125rem;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  padding: 8px 0;
  width: 100%;
}
@media (min-width: 577px) {
  main.posts .posts-container ul li a {
    padding: 18px 0;
  }
}
main.posts .posts-container ul li a.no-focus {
  opacity: 0.4;
}
main.posts .posts-container ul li a:hover, main.posts .posts-container ul li a.focus {
  opacity: 1;
  font-weight: bold;
  font-weight: bold;
}
main.posts .posts-container ul li a .post-cat-position {
  display: block;
  text-transform: uppercase;
  font-family: "Sequel", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
main.posts .posts-container ul li .post-cat-mobile {
  color: var(--color-cream);
  font-size: 0.75rem;
  display: none;
}
main.posts .posts-container-mobile {
  width: 100%;
  grid-template-columns: 1fr;
  margin: 0 auto;
  display: none;
}
@media (min-width: 993px) {
  main.posts .posts-container-mobile {
    width: 80%;
  }
}
@media (min-width: 577px) {
  main.posts .posts-container-mobile.desktop {
    display: grid;
  }
}
main.posts .posts-container-mobile.mobile {
  display: flex;
  width: 90vw;
  justify-content: center;
  align-items: center;
  height: var(--app-height);
}
@media (min-width: 577px) {
  main.posts .posts-container-mobile.mobile {
    display: none;
  }
}
main.posts .posts-container-mobile.mobile .post-cat-position {
  display: block;
  text-transform: uppercase;
  font-family: "Sequel", sans-serif;
  font-size: 0.687rem;
  line-height: 1.7;
  color: var(--color-cream);
  letter-spacing: 2px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
main.posts .posts-container-mobile.mobile ul {
  margin: 0;
}
main.posts .posts-container-mobile.mobile li {
  margin-bottom: 20px;
}
main.posts .posts-container-mobile.mobile li a {
  font-size: 18px;
  line-height: 1.35;
  padding: 0;
}
main.posts .posts-container-mobile ul {
  margin-top: 50px;
  margin-bottom: 80px;
  display: block;
}
@media (min-width: 577px) {
  main.posts .posts-container-mobile ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-direction: row;
  }
}
main.posts .posts-container-mobile ul.pbetween {
  justify-content: space-between;
}
main.posts .posts-container-mobile ul.pcenter {
  justify-content: center;
}
main.posts .posts-container-mobile ul li {
  display: block;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width: 577px) {
  main.posts .posts-container-mobile ul li {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 769px) {
  main.posts .posts-container-mobile ul li {
    max-width: 33.33%;
    flex-basis: 33.33%;
  }
}
main.posts .posts-container-mobile ul li a {
  display: block;
  color: var(--color-cream);
  font-size: 1.125rem;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  padding: 8px 0;
  width: 100%;
}
@media (min-width: 577px) {
  main.posts .posts-container-mobile ul li a {
    padding: 18px 0;
  }
}
main.posts .posts-container-mobile ul li a:hover, main.posts .posts-container-mobile ul li a.focus {
  font-style: italic;
  font-weight: bold;
}
main.posts .posts-container-mobile ul li a .post-cat-position {
  display: block;
  text-transform: uppercase;
  font-family: "Sequel", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1.5px;
  transition: all 0.3s ease-in-out;
}
main.posts .posts-container-mobile ul li .post-cat-mobile {
  color: var(--color-cream);
  font-size: 0.75rem;
  display: none;
}
main.posts .posts-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 47px 5px 0 5px;
}
@media (max-width: 576px) {
  main.posts .posts-bg {
    overflow: hidden;
    margin: 47px 5px 0 5px;
  }
}
main.posts .posts-bg.landscape {
  justify-content: center;
}
main.posts .posts-bg.landscape video {
  min-width: 100%;
  min-height: 100%;
}
main.posts .posts-bg video {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: none;
}
@media (min-width: 769px) {
  main.posts .posts-bg video {
    position: relative;
  }
}
main.posts .posts-bg video.active {
  display: block;
  opacity: 1;
  z-index: 100;
  position: absolute;
}
main.posts .posts-bg video#posts-bg-loop {
  padding-top: 0;
}
main.posts .posts-bg .video-info {
  position: absolute;
  right: 60px;
  bottom: 60px;
  display: none;
  font-size: 1.5rem;
  color: var(--color-cream);
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
  main.posts .posts-bg .video-info {
    display: block;
  }
}
main.posts .posts-bg .video-info .video-subtitle {
  font-weight: bold;
}
main.posts .posts-bg #posts-bg-loop {
  opacity: 1;
  display: block;
  z-index: -1;
  position: absolute;
}

@media (max-width: 576px) {
  .single-post .two-cols {
    overflow: hidden;
    position: relative;
  }
  .single-post .two-cols .preview.pm .video-bg-container {
    overflow: hidden;
  }
}

.single-post a.bio-btn {
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-family: "Sequel", sans-serif;
  letter-spacing: 3px;
  font-weight: normal;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}
.single-post a.bio-btn:hover {
  font-weight: bold;
}
@media (min-width: 577px) {
  .single-post a.bio-btn {
    font-weight: bold;
  }
}
.single-post a.bio-btn svg circle {
  fill: var(--color-white);
}
@media (min-width: 993px) {
  .single-post a.bio-btn svg circle {
    fill: var(--color-black);
  }
}
.single-post main.two-cols .content {
  z-index: 400;
}
@media (max-width: 992px) {
  .single-post main.two-cols .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background-color: transparent;
  }
  .single-post main.two-cols .content .director-content, .single-post main.two-cols .content a {
    color: var(--color-white);
  }
  .single-post main.two-cols .content #bio-btn svg circle {
    fill: var(--color-white);
  }
}
.single-post main.two-cols .preview {
  display: none;
}
@media (min-width: 993px) {
  .single-post main.two-cols .preview {
    display: block;
  }
}
@media (max-width: 992px) {
  .single-post main.two-cols .preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    border: 0;
    background-color: transparent;
  }
}
.single-post main.two-cols .preview.pm {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  border: 0;
  background-color: transparent;
}
@media (min-width: 993px) {
  .single-post main.two-cols .preview.pm {
    display: none;
  }
}
.single-post main.two-cols .preview.pm .video-bg-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.single-post main.two-cols .preview.pm .video-bg-container video {
  width: auto;
  height: var(--app-height);
  display: block;
}
.single-post main.two-cols .preview.pm video {
  position: absolute;
  top: 0;
  width: 100vw;
  height: var(--app-height);
}
.single-post .director-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 5vw;
  padding-top: 92px;
}
@media (min-width: 577px) {
  .single-post .director-content {
    padding: 50px;
    padding-top: 92px;
  }
}
.single-post .director-content .go-back-btn {
  top: 50px;
  left: unset;
  right: 30px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 577px) {
  .single-post .director-content .go-back-btn {
    top: 72px;
  }
}
@media (min-width: 993px) {
  .single-post .director-content .go-back-btn {
    left: 30px;
    right: unset;
  }
}
.single-post .director-content .go-back-btn:hover {
  right: 25px;
}
@media (min-width: 993px) {
  .single-post .director-content .go-back-btn:hover {
    right: unset;
    left: 29px;
  }
}
.single-post .director-content .go-back-btn .modal-close-btn::before, .single-post .director-content .go-back-btn .modal-close-btn::after {
  background-color: var(--color-cream);
}
@media (min-width: 993px) {
  .single-post .director-content .go-back-btn .modal-close-btn::before, .single-post .director-content .go-back-btn .modal-close-btn::after {
    background-color: var(--color-black);
  }
}
.single-post .director-content .go-back-btn svg {
  width: 20px;
  height: 20px;
}
.single-post .director-content .director-name.director-name-mobile {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  display: block;
}
@media (min-width: 577px) {
  .single-post .director-content .director-name.director-name-mobile {
    display: none;
  }
}
.single-post .director-content .director-name {
  text-align: center;
  font-weight: bold;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1;
  font-family: "LeituraDisplay";
  text-transform: uppercase;
  font-style: italic;
  display: none;
}
@media (min-width: 577px) {
  .single-post .director-content .director-name {
    display: block;
  }
}
.single-post .director-content .director-name svg {
  cursor: pointer;
  max-width: 30px;
  max-height: 30px;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
}
.single-post .director-content .director-name svg:hover {
  transform: scale(1.15);
}
.single-post .director-content .director-name .director-tag {
  font-style: normal;
  font-size: 1rem;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  font-family: "Sequel", sans-serif;
  letter-spacing: 1px;
}
@media (min-width: 577px) {
  .single-post .director-content .director-name .director-tag {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 3px;
  }
}
.single-post .director-content .director-works-list {
  margin-bottom: 35px;
  padding: 0 calc(50px - 5vw);
}
.single-post .director-content .director-works-list ul {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .single-post .director-content .director-works-list ul {
    margin-bottom: unset;
  }
}
.single-post .director-content .director-works-list ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.single-post .director-content .director-works-list ul li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 769px) {
  .single-post .director-content .director-works-list ul li a:hover {
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  .single-post .director-content .director-works-list ul li a.active {
    font-weight: bold;
  }
}
.single-post .director-content .director-works-list ul li a .project-main {
  font-size: 1.188rem;
}
.single-post section.preview .director-player video {
  position: absolute;
  left: 0;
  left: var(--video-left-position);
  height: 50vh;
}
@media (min-width: 993px) {
  .single-post section.preview .director-player video {
    height: auto;
  }
}
.single-post section.preview .director-player video.active {
  opacity: 1;
  z-index: 100;
}
.single-post .director-info-modal {
  z-index: 500;
  opacity: 0;
}
.single-post .director-info-modal.active {
  opacity: 1;
}
.single-post .director-info-modal .two-cols {
  background-color: #000;
}
.single-post .director-info-modal .preview {
  background-image: var(--director-img);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 50vh;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 993px) {
  .single-post .director-info-modal .preview {
    height: 100%;
  }
}
@media (max-width: 576px) {
  .single-post .director-info-modal .preview {
    position: absolute;
    height: var(--app-height);
    opacity: 0.4;
  }
}
.single-post .director-info-modal .content {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  background-color: var(--color-cream);
  padding: 50px 15%;
  height: 50vh;
}
@media (min-width: 993px) {
  .single-post .director-info-modal .content {
    overflow: auto;
	height: var(--app-height);
  }
}
@media (max-width: 576px) {
  .single-post .director-info-modal .content {
    padding: 92px 5px 50px;
    height: var(--app-height);
    background-color: transparent;
    color: var(--color-cream);
  }
}
.single-post .director-info-modal .content #director-modal-close {
  cursor: pointer;
  position: absolute;
  right: 30px;
  left: unset;
  top: 50px;
  width: 20px;
  height: 20px;
}
@media (min-width: 577px) {
  .single-post .director-info-modal .content #director-modal-close {
    top: 92px;
  }
}
@media (min-width: 993px) {
  .single-post .director-info-modal .content #director-modal-close {
    left: 30px;
    right: unset;
  }
}
.single-post .director-info-modal .content .director-name.director-name-mobile {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  display: block;
}
@media (min-width: 577px) {
  .single-post .director-info-modal .content .director-name.director-name-mobile {
    display: none;
  }
}
.single-post .director-info-modal .content .director-name {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "LeituraDisplay";
  text-transform: uppercase;
  display: none;
}
@media (min-width: 577px) {
  .single-post .director-info-modal .content .director-name {
    display: block;
  }
}
.single-post .director-info-modal .content p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 0.875rem;
}
@media (max-width: 576px) {
  .single-post .director-info-modal .content .director-bio {
    padding: 0 15%;
  }
}
.single-post .director-info-modal .content .social {
  margin-bottom: 35px;
  display: grid;
  text-align: center;
  text-transform: uppercase;
}
.single-post .director-info-modal .content .social a {
  font-family: "Sequel", sans-serif;
  letter-spacing: 1px;
  font-size: 0.75rem;
  font-weight: bold;
}
.single-post .director-info-modal .content .social a:hover {
  font-family: "Sequel", sans-serif;
  font-weight: bold;
}
.single-post .director-gallery-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: var(--app-height);
  pointer-events: none;
  overflow: hidden;
  z-index: 500;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--color-black);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.single-post .director-gallery-modal.active {
  pointer-events: auto;
  opacity: 1;
}
.single-post .director-gallery-modal #director-gallery-close {
  cursor: pointer;
  position: absolute;
  right: 64px;
  width: 24px;
  height: 24px;
  top: 22px;
  z-index: 998;
}
@media (min-width: 993px) {
  .single-post .director-gallery-modal #director-gallery-close {
    right: 64px;
    width: 24px;
    height: 24px;
  }
}
.single-post .director-grid {
  display: grid;
  grid-template-columns: 1fr;
  min-height: var(--app-height);
}
@media (min-width: 769px) {
  .single-post .director-grid {
    grid-template-columns: 6fr 6fr;
    gap: 56px;
  }
}
.single-post .director-grid .left {
  position: relative;
  height: 50vh;
  order: 2;
}
@media (min-width: 769px) {
  .single-post .director-grid .left {
    order: 1;
    height: unset;
    width: 50vw;
  }
}
.single-post .director-grid .left .director-player {
  height: 50vh;
  max-width: 100vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background-color: #000;
}
@media (min-width: 769px) {
  .single-post .director-grid .left .director-player {
    max-width: 50vw;
    height: var(--app-height);
  }
}
.single-post .director-grid .left .director-player video {
  position: absolute;
  width: auto;
  max-width: 100vw;
  max-height: 50vh;
  height: 50vh;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.single-post .director-grid .left .director-player video.active {
  opacity: 1;
  z-index: 100;
}
@media (min-width: 769px) {
  .single-post .director-grid .left .director-player video {
    max-width: 50vw;
    max-height: unset;
    height: var(--app-height);
  }
}
.single-post .director-grid .left .mask {
  --director-img: url(../img/directors-bg-placeholder.jpg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-image: var(--director-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-post .director-grid .right {
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding-top: 68px;
  max-height: 50vh;
  height: 50vh;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  order: 1;
}
@media (min-width: 769px) {
  .single-post .director-grid .right {
    padding-top: 56px;
    padding-right: 56px;
    order: 2;
  }
}
.single-post .director-grid .right .fade-top {
  pointer-events: none;
  position: absolute;
  top: 145px;
  height: 70px;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
  background: linear-gradient(180deg, var(--body-bg-color) 0%, rgba(194, 225, 235, 0) 100%);
}
@media (min-width: 769px) {
  .single-post .director-grid .right .fade-top {
    display: none;
  }
}
.single-post .director-grid .right .fade-bottom {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
  background: linear-gradient(0deg, var(--body-bg-color) 0%, rgba(194, 225, 235, 0) 100%);
}
@media (min-width: 769px) {
  .single-post .director-grid .right .fade-bottom {
    display: none;
  }
}
.single-post .director-grid .right .director-info {
  padding: 0 5vw;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .single-post .director-grid .right .director-info {
    padding: 0;
    margin-bottom: 180px;
    margin-top: calc(50vh - 4rem - 56px);
  }
}
.single-post .director-grid .right .director-info #director-name {
  font-weight: bold;
  cursor: pointer;
  font-family: "Sequel", sans-serif;
  font-size: 3rem;
}
.single-post .director-grid .right .director-works {
  padding: 52px 5vw 40px 5vw;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .single-post .director-grid .right .director-works {
    overflow-y: unset;
    padding: 0;
  }
}
.single-post .director-grid .right .director-works .director-works-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-post .director-grid .right .director-works .director-works-list ul li {
  font-size: 1.25rem;
  line-height: 30px;
}
.single-post .director-grid .right .director-works .director-works-list ul li a {
  line-height: 1.25rem;
  transition: all 0.3s ease-in-out;
}
.single-post .director-grid .right .director-works .director-works-list ul li a:hover, .single-post .director-grid .right .director-works .director-works-list ul li a.active {
  font-size: 1.875rem;
}
.single-post .video-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: var(--app-height);
  pointer-events: none;
  display: flex;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #000;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.single-post .video-modal.active {
  opacity: 1;
  pointer-events: auto;
}
.single-post .video-modal .video-close-btn {
  color: var(--color-white);
  position: absolute;
  display: block;
  z-index: 9999;
  width: 20px;
  height: 20px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.single-post .video-modal .video-modal-container {
  width: 100%;
}
.single-post .video-modal .video-modal-container .plyr {
  --plyr-color-main: var(--color-white);
  --plyr-video-background: #000;
  --plyr-badge-text-color: #000;
  --plyr-badge-border-radius: 0;
  --plyr-control-radius: 0;
  --plyr-video-control-color-hover: #000;
  --plyr-menu-radius: 0,;
  --plyr-video-progress-buffered-background: rgba(0,0,0,0);
  --plyr-video-control-background-hover: transparent;
  --plyr-video-control-color-hover: var(--color-white);
  --plyr-range-thumb-height: 20px;
  --plyr-range-fill-background: rgba(0,0,0,0);
}
.single-post .video-modal .video-modal-container .plyr .plyr__controls .plyr__control[data-plyr=mute] {
  padding: 3px 0;
  margin: 0;
  color: transparent;
}
.single-post .video-modal .video-modal-container .plyr .plyr__controls .plyr__control[data-plyr=mute]:hover {
  color: var(--plyr-video-control-color-hover);
}
.single-post .video-modal .video-modal-container .plyr .plyr__controls .plyr__control[data-plyr=fullscreen] {
  padding: 3px 0;
  padding-left: 5px;
  margin: 0;
  margin-right: 15px;
}
.single-post .video-modal .video-modal-container .plyr .plyr__controls .plyr__control[data-plyr=play] {
  color: transparent;
}
.single-post .video-modal .video-modal-container .plyr .plyr__controls .plyr__control[data-plyr=play]:hover {
  color: var(--plyr-video-control-color-hover);
}
.single-post .video-modal .video-modal-container .plyr input[type=range]::-webkit-slider-thumb {
  cursor: pointer;
  -webkit-appearance: none;
  border: 0;
  height: 20px;
  width: 1px;
  border-radius: 0;
  background: var(--color-white);
  cursor: pointer;
  margin-top: -8px;
  box-shadow: none;
  /* All the same stuff for Firefox */
}
.single-post .video-modal .video-modal-container .plyr input[type=range]::-moz-range-thumb {
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: var(--color-white);
  cursor: pointer;
  /* All the same stuff for IE */
}
.single-post .video-modal .video-modal-container .plyr input[type=range]::-ms-thumb {
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: var(--color-white);
  cursor: pointer;
}
.single-post .video-modal .video-modal-container .plyr__progress input[type=range] {
  cursor: pointer;
  border: 1px solid var(--color-white);
  border-radius: 0;
  height: 24px;
}
.single-post .video-modal .video-modal-container .plyr__controls {
  position: fixed;
  padding-bottom: 5vh;
}
.single-post .video-modal .video-modal-container .plyr__controls button[data-plyr=play] svg.icon--not-pressed, .single-post .video-modal .video-modal-container .plyr__controls button[data-plyr=play] svg.icon--pressed {
  width: 25px;
  height: 20px;
}
.single-post .video-modal .video-modal-container .plyr__controls button[data-plyr=mute] svg.icon--not-pressed, .single-post .video-modal .video-modal-container .plyr__controls button[data-plyr=mute] svg.icon--pressed {
  width: 48px;
  height: 20px;
}
.single-post .video-modal .video-modal-container .plyr__controls button[data-plyr=fullscreen] svg.icon--not-pressed, .single-post .video-modal .video-modal-container .plyr__controls button[data-plyr=fullscreen] svg.icon--pressed {
  width: 25px;
  height: 20px;
}
.single-post .video-modal .video-modal-container .plyr__control {
  padding: 3px 10px;
  margin: 0 10px;
}
.single-post .video-modal .video-modal-container .plyr__volume {
  width: auto;
  min-width: auto;
}
.single-post .video-modal .video-modal-container .plyr__volume input[type=range] {
  border: 3px solid #dddddd;
  border-radius: 0px;
  height: 32px;
}
.single-post .video-modal .video-modal-container .plyr__control--overlaid {
  color: #000;
}
.single-post .video-modal .video-modal-container .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #000;
}
.single-post .director-info-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: var(--app-height);
  pointer-events: none;
  display: grid;
  overflow: hidden;
  z-index: 500;
}
.single-post .director-info-modal.active {
  pointer-events: auto;
}
.single-post .director-info-modal.active .modal-right {
  transform: translate(0, 0);
}
.single-post .director-info-modal.active .modal-left {
  transform: translateX(0);
}
.single-post .director-info-modal .modal-left {
  width: 100%;
  height: 50vh;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 993px) {
  .single-post .director-info-modal .modal-left {
    height: var(--app-height);
  }
}
.single-post .director-info-modal .modal-left .director-photo {
  height: 100%;
  background-image: var(--director-img);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media (min-width: 993px) {
  .single-post .director-info-modal .modal-left .director-photo {
    margin-top: 0;
  }
}
.single-post .director-info-modal .modal-right {
  position: relative;
  overflow-y: auto;
  width: 100%;
  height: 50vh;
  transform: translate(100%, 100%);
  background-color: var(--color-cream);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 993px) {
  .single-post .director-info-modal .modal-right {
    height: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    overflow: unset;
    width: auto;
    max-width: 50vw;
    padding-left: 5vw;
  }
}
.single-post .director-info-modal .modal-right .box-container {
  color: var(--color-black);
}
.single-post .director-info-modal .modal-right .box-container .box {
  position: relative;
}
.single-post .director-info-modal .modal-right .box-container .box .box-content {
  padding: 10px calc(28px + 5vw) calc(28px + 5vw) 5vw;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 993px) {
  .single-post .director-info-modal .modal-right .box-container .box .box-content {
    padding: 10px calc(50px + 5vw) calc(50px + 5vw) 10px;
  }
}
.single-post .director-info-modal .modal-right .box-container .box .box-content .director-name {
  font-size: clamp(2.375rem, 5vw, 4rem);
  margin: 28px 0;
  font-family: "Sequel", sans-serif;
  line-height: 3rem;
  font-weight: bold;
}
.single-post .director-info-modal .modal-right .box-container .box .box-content .director-modal-close {
  cursor: pointer;
  position: absolute;
  right: calc(28px + 5vw);
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/close-thin.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 993px) {
  .single-post .director-info-modal .modal-right .box-container .box .box-content .director-modal-close {
    top: 30px;
    right: 90px;
    width: 30px;
    height: 30px;
  }
}
.single-post .video-info-header {
  position: absolute;
  z-index: 9999;
  top: 2.5vh;
  left: 2.5vh;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.single-post .video-info-header.active {
  opacity: 1;
}
.single-post .video-info-header #video-title {
  padding: 0;
  margin: 0;
  color: var(--color-white);
  font-size: 1.1rem;
  font-style: normal;
  letter-spacing: 5px;
  font-family: "SequelMedium";
  text-transform: uppercase;
}
.single-post .video-info-header #video-subtitle {
  padding: 0;
  margin: 0;
  color: var(--color-white);
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: 1px;
}

.single-staff .staff-page .preview {
  background-image: var(--director-img);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 50vh;
}
@media (min-width: 993px) {
  .single-staff .staff-page .preview {
    height: 100%;
  }
}
.single-staff .staff-page .content {
  background-color: var(--color-cream);
  padding: 50px 15%;
  height: 50vh;
}
@media (min-width: 993px) {
  .single-staff .staff-page .content {
    height: 100%;
  }
}
.single-staff .staff-page .content .go-back-btn {
  top: 45px;
  right: 30px;
  position: absolute;
}
.single-staff .staff-page .content .go-back-btn svg {
  width: 20px;
  height: 20px;
}
.single-staff .staff-page .content .director-name {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  font-style: normal;
  font-family: "LeituraDisplay";
  text-transform: uppercase;
  font-weight: bold;
}
.single-staff .staff-page .content .director-name .director-tag {
  font-style: normal;
  font-size: 0.875rem;
  font-weight: normal;
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "Sequel", sans-serif;
  letter-spacing: 1px;
}
@media (min-width: 577px) {
  .single-staff .staff-page .content .director-name .director-tag {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 3px;
  }
}
.single-staff .staff-page .content .director-bio {
  margin-top: 40px;
}
.single-staff .staff-page .content p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 0.9375rem;
}
.single-staff .staff-page .content .social {
  margin-top: 30px;
  display: grid;
  text-align: center;
  text-transform: uppercase;
}
.single-staff .staff-page .content .social a {
  font-family: "Sequel", sans-serif;
  letter-spacing: 2px;
  font-size: 0.875rem;
  font-weight: bold;
}
.single-staff .staff-page .content .social a:hover {
  font-family: "Sequel", sans-serif;
  font-weight: bold;
}

.two-cols .careers-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5vw;
}
@media (min-width: 993px) {
  .two-cols .careers-content-container {
    padding: 0 5vw;
    padding-top: 0;
    align-items: center;
  }
}

.careers {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: var(--color-white);
  height: var(--app-height);
  overflow: auto;
}
@media (min-width: 577px) {
  .careers {
    padding: 0;
  }
}
@media (min-width: 993px) {
  .careers {
    justify-content: center;
  }
}
.careers .content {
  width: 100%;
}
.careers .careers-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.careers .careers-bg video {
  opacity: 0.25;
  transition: all 0.3s ease-in-out;
  display: none;
}
.careers .careers-bg video.active {
  display: block;
  opacity: 0.25;
  z-index: 100;
}

.positions-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 50px 0;
  margin-top: 42px;
}
.positions-container .position-list {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  padding-bottom: 50px;
}
@media (min-width: 577px) {
  .positions-container .position-list {
    padding-bottom: 0;
  }
}
@media (min-width: 993px) {
  .positions-container .position-list {
    height: 65%;
  }
}
@media (min-width: 1201px) {
  .positions-container .position-list {
    height: auto;
  }
}
@media (min-width: 993px) {
  .positions-container .position-list.position-colums {
    flex-direction: row;
  }
}
@media (min-width: 993px) {
  .positions-container .position-list.position-colums .position-item {
    flex-basis: 50%;
  }
}
@media (min-width: 1201px) {
  .positions-container .position-list.position-colums .position-item {
    flex-basis: 33.3333%;
  }
}
.positions-container .position-list .position-item {
  line-height: 1;
}
.positions-container .position-list .position-item:not(:last-of-type) {
  padding-bottom: 35px;
}
.positions-container .position-list .position-item .position-title {
  display: block;
  font-weight: bold;
}
.positions-container .position-list .position-item .position-title a {
  font-size: 1.875rem;
}
.positions-container .position-list .position-item .position-location {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
  letter-spacing: 2px;
  font-family: "Sequel", sans-serif;
}
.positions-container .position-list a {
  display: block;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  line-height: 1.7rem;
}
@media (min-width: 993px) {
  .positions-container .position-list a {
    font-size: 1.125rem;
    line-height: 1.7rem;
  }
}
.positions-container .position-list a:hover, .positions-container .position-list a.active {
  font-weight: bold;
}

section.preview.career-preview {
  display: none;
  background-image: url(../img/careers-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 993px) {
  section.preview.career-preview {
    display: block;
  }
}

.page-template-Careers main.two-cols {
  grid-template-rows: 1fr;
  height: 100%;
}

.resume-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: var(--app-height);
  pointer-events: none;
  display: grid;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 300;
  background-color: var(--color-cream);
  opacity: 0;
}
.resume-modal.active {
  pointer-events: auto;
  opacity: 1;
}
.resume-modal .preview {
  background-image: var(--resume-modal-img);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: none;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 993px) {
  .resume-modal .preview {
    display: block;
    height: 100%;
  }
}
.resume-modal #resume-modal-close {
  cursor: pointer;
  position: absolute;
  right: 22px;
  width: 24px;
  height: 24px;
  top: 22px;
  z-index: 998;
}
@media (min-width: 993px) {
  .resume-modal #resume-modal-close {
    right: 22px;
    width: 24px;
    height: 24px;
  }
}
.resume-modal .content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5vw;
}
@media (min-width: 993px) {
  .resume-modal .content {
    padding: 0;
  }
}
.resume-modal .content div.wpcf7 .resume-heading {
  line-height: 1.2;
  font-weight: bold;
  font-size: 2.5rem;
  padding-bottom: 30px;
}
.resume-modal .content div.wpcf7 .form-group {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 993px) {
  .resume-modal .content div.wpcf7 .form-group {
    margin-bottom: 10px;
  }
}
.resume-modal .content div.wpcf7 .form-group input, .resume-modal .content div.wpcf7 .form-group select {
  width: 100%;
  padding: 10px 0 5px 0;
  background: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid var(--color-black);
  outline: none;
}
@media (min-width: 993px) {
  .resume-modal .content div.wpcf7 .form-group input, .resume-modal .content div.wpcf7 .form-group select {
    margin-bottom: 10px;
  }
}
.resume-modal .content div.wpcf7 .form-group label {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.resume-modal .content div.wpcf7 .form-group label.active {
  top: -23px;
  left: 0;
}
.resume-modal .content div.wpcf7 .submit-group {
  text-align: right;
}
.resume-modal .content div.wpcf7 .submit-group input {
  width: auto;
  cursor: pointer;
  padding: 10px 0 0px 0;
  font-weight: bold;
  font-weight: bold;
}
.resume-modal .content div.wpcf7 .submit-group .wpcf7-spinner {
  display: none;
}
.resume-modal .content div.wpcf7 .phone-group {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 3fr;
}
.resume-modal .content div.wpcf7 .phone-group div {
  position: relative;
}
.resume-modal .content div.wpcf7 .cv-group {
  display: grid;
  grid-template-rows: 1fr 3fr;
}
@media (min-width: 993px) {
  .resume-modal .content div.wpcf7 .cv-group {
    margin-top: 20px;
    gap: 20px;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: unset;
  }
}
.resume-modal .content div.wpcf7 .cv-group label, .resume-modal .content div.wpcf7 .cv-group span {
  display: block;
}
.resume-modal .content div.wpcf7 .cv-group .cv-title {
  font-weight: bold;
}
.resume-modal .content div.wpcf7 .cv-group label {
  cursor: pointer;
  position: relative;
  top: unset;
  left: unset;
  pointer-events: all;
  border: 1px solid var(--color-black);
  padding: 10px;
}
.resume-modal .content div.wpcf7 .cv-group label span {
  display: inline-block;
}
.resume-modal .content div.wpcf7 .cv-group label span.file-btn {
  font-weight: bold;
}
.resume-modal .content div.wpcf7 .cv-group label span.file-name {
  padding-left: 10px;
  font-weight: bold;
}
.resume-modal .content div.wpcf7 .cv-group input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.page-template-Careers section.appmenu .menu-content #hamburguer .toggle::before, .page-template-Careers section.appmenu .menu-content #hamburguer .toggle::after {
  background: var(--color-black);
}

.job-content {
  overflow: auto;
}
@media (min-width: 577px) {
  .job-content {
    padding-top: 42px;
  }
}
.job-content .job-title {
  text-align: center;
  margin-top: 50px;
  line-height: 1;
  font-size: 1.875rem;
}
.job-content .location {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 2px;
  font-family: "Sequel", sans-serif;
  font-weight: bold;
}
.job-content .job-description-container {
  max-width: 90vw;
  margin: 0 auto;
  margin: 30px auto;
}
@media (min-width: 577px) {
  .job-content .job-description-container {
    max-width: min(90vw, 1100px);
  }
}
.job-content .job-description-container .section-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.job-content .job-description-container .section-box:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (min-width: 577px) {
  .job-content .job-description-container .section-box {
    grid-template-columns: 1.5fr 2.5fr;
    gap: 30px;
  }
}
.job-content .job-description-container .section-box .title {
  text-align: left;
}
@media (min-width: 577px) {
  .job-content .job-description-container .section-box .title {
    text-align: right;
  }
}
.job-content .job-description-container .section-box .description {
  font-size: 0.8rem;
}
.job-content .job-description-container .section-box .description p:not(:last-of-type) {
  margin-bottom: 8px;
}
.job-content .cta-container {
  margin: 20px 0;
  text-align: center;
}
.job-content .cta-container #resume-modal-open {
  border: 1px solid var(--color-black);
  padding: 5px 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: bold;
  font-family: "Sequel", sans-serif;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  min-width: 85px;
}
.job-content .cta-container #resume-modal-open:hover {
  font-weight: bold;
  color: var(--color-white);
  background-color: var(--color-black);
}

.two-cols .careers-content-container {
  display: flex;
  justify-content: center;
  padding: 5vw;
}
@media (min-width: 993px) {
  .two-cols .careers-content-container {
    padding: 0 5vw;
    padding-top: 0;
    align-items: center;
  }
}

.job-listing {
  position: relative;
}
.job-listing .go-back-btn {
  position: absolute;
  top: 50px;
  left: 10px;
  width: 20px;
  height: 20px;
}
@media (min-width: 577px) {
  .job-listing .go-back-btn {
    top: 72px;
  }
}
.job-listing .go-back-btn svg {
  width: 20px;
  height: 20px;
}

section.preview.career-preview {
  display: none;
  background-image: var(--resume-modal-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 993px) {
  section.preview.career-preview {
    display: block;
  }
}

.single-job main.two-cols {
  grid-template-rows: 1fr;
  height: 100%;
}

.apply-modal, .thanks-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: var(--app-height);
  display: grid;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  background-color: transparent;
  pointer-events: none;
}
.apply-modal *, .thanks-modal * {
  pointer-events: none;
}
.apply-modal.active, .thanks-modal.active {
  z-index: 400;
  pointer-events: auto;
  opacity: 1;
}
.apply-modal.active *, .thanks-modal.active * {
  pointer-events: auto;
}
.apply-modal .preview, .thanks-modal .preview {
  background-image: var(--resume-modal-img);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: none;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 993px) {
  .apply-modal .preview, .thanks-modal .preview {
    display: block;
    height: 100%;
  }
}
.apply-modal #resume-modal-close, .apply-modal #thanks-modal-close, .thanks-modal #resume-modal-close, .thanks-modal #thanks-modal-close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 998;
}
@media (min-width: 577px) {
  .apply-modal #resume-modal-close, .apply-modal #thanks-modal-close, .thanks-modal #resume-modal-close, .thanks-modal #thanks-modal-close {
    top: 72px;
  }
}
.apply-modal .content, .thanks-modal .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  background-color: var(--color-cream);
  height: var(--app-height);
}
@media (min-width: 993px) {
  .apply-modal .content, .thanks-modal .content {
    padding: 0;
  }
}
.apply-modal .content .job-title, .thanks-modal .content .job-title {
  text-align: center;
  line-height: 1;
  font-size: 1.875rem;
}
.apply-modal .content .location, .thanks-modal .content .location {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 2px;
  font-family: "Sequel", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.apply-modal .content .headline, .thanks-modal .content .headline {
  margin-bottom: 40px;
  text-align: center;
  font-family: "Sequel", sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 0.785rem;
  max-width: 480px;
}
.apply-modal .content div.wpcf7, .thanks-modal .content div.wpcf7 {
  width: auto;
  max-width: 90vw;
}
@media (min-width: 769px) {
  .apply-modal .content div.wpcf7, .thanks-modal .content div.wpcf7 {
    max-width: 460px;
  }
}
.apply-modal .content div.wpcf7 .wpcf7-response-output, .thanks-modal .content div.wpcf7 .wpcf7-response-output {
  max-width: 480px;
}
.apply-modal .content div.wpcf7 .wpcf7-not-valid-tip, .thanks-modal .content div.wpcf7 .wpcf7-not-valid-tip {
  text-align: left;
}
.apply-modal .content div.wpcf7 .resume-heading, .thanks-modal .content div.wpcf7 .resume-heading {
  line-height: 1.2;
  font-weight: bold;
  font-size: 2.5rem;
  padding-bottom: 30px;
}
.apply-modal .content div.wpcf7 .form-group.position-field, .thanks-modal .content div.wpcf7 .form-group.position-field {
  display: none;
}
.apply-modal .content div.wpcf7 .form-group, .thanks-modal .content div.wpcf7 .form-group {
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .apply-modal .content div.wpcf7 .form-group, .thanks-modal .content div.wpcf7 .form-group {
    text-align: center;
  }
}
@media (min-width: 993px) {
  .apply-modal .content div.wpcf7 .form-group, .thanks-modal .content div.wpcf7 .form-group {
    margin-bottom: 30px;
  }
}
.apply-modal .content div.wpcf7 .form-group .wpcf7-form-control-wrap, .thanks-modal .content div.wpcf7 .form-group .wpcf7-form-control-wrap {
  text-align: left;
}
@media (min-width: 769px) {
  .apply-modal .content div.wpcf7 .form-group .wpcf7-form-control-wrap, .thanks-modal .content div.wpcf7 .form-group .wpcf7-form-control-wrap {
    text-align: center;
  }
}
.apply-modal .content div.wpcf7 .form-group input, .apply-modal .content div.wpcf7 .form-group select, .thanks-modal .content div.wpcf7 .form-group input, .thanks-modal .content div.wpcf7 .form-group select {
  font-weight: normal;
  text-align: left;
  width: 100%;
  padding: 10px 0 2px 0;
  background: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid #000;
  font-size: 0.875rem;
  width: 465px;
  max-width: 100%;
  outline: none;
}
@media (min-width: 993px) {
  .apply-modal .content div.wpcf7 .form-group input, .apply-modal .content div.wpcf7 .form-group select, .thanks-modal .content div.wpcf7 .form-group input, .thanks-modal .content div.wpcf7 .form-group select {
    margin-bottom: 10px;
  }
}
.apply-modal .content div.wpcf7 .form-group input::placeholder, .apply-modal .content div.wpcf7 .form-group select::placeholder, .thanks-modal .content div.wpcf7 .form-group input::placeholder, .thanks-modal .content div.wpcf7 .form-group select::placeholder {
  color: #000;
  opacity: 1;
}
.apply-modal .content div.wpcf7 .form-group label, .thanks-modal .content div.wpcf7 .form-group label {
  width: 100%;
  text-align: left;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  pointer-events: none;
  font-family: "Sequel", sans-serif;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}
.apply-modal .content div.wpcf7 .form-group label.active, .thanks-modal .content div.wpcf7 .form-group label.active {
  top: -25px;
  left: 0;
}
.apply-modal .content div.wpcf7 .form-groups, .thanks-modal .content div.wpcf7 .form-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
  margin-top: 35px;
  gap: 20px;
}
.apply-modal .content div.wpcf7 .subscribe-container, .thanks-modal .content div.wpcf7 .subscribe-container {
  margin-top: 25px;
}
.apply-modal .content div.wpcf7 .subscribe-container label, .thanks-modal .content div.wpcf7 .subscribe-container label {
  text-align: center;
}
.apply-modal .content div.wpcf7 .subscribe-container input, .thanks-modal .content div.wpcf7 .subscribe-container input {
  position: absolute;
  top: 6px;
  cursor: pointer;
  width: 0;
}
.apply-modal .content div.wpcf7 .subscribe-container input:before, .thanks-modal .content div.wpcf7 .subscribe-container input:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  background-color: var(--color-cream);
}
.apply-modal .content div.wpcf7 .subscribe-container input:checked:before, .thanks-modal .content div.wpcf7 .subscribe-container input:checked:before {
  background-color: #000;
}
.apply-modal .content div.wpcf7 .subscribe-container .wpcf7-list-item-label, .thanks-modal .content div.wpcf7 .subscribe-container .wpcf7-list-item-label {
  margin-left: 20px;
}
.apply-modal .content div.wpcf7 .submit-group, .thanks-modal .content div.wpcf7 .submit-group {
  text-align: center;
  margin-top: 30px;
}
.apply-modal .content div.wpcf7 .submit-group input, .thanks-modal .content div.wpcf7 .submit-group input {
  width: auto;
  cursor: pointer;
  color: var(--color-cream);
  border: 1px solid var(--color-black);
  border-radius: 0;
  font-family: "Sequel", sans-serif;
  padding: 5px 30px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  min-width: 85px;
  margin-bottom: 0;
  font-weight: bold;
  background-color: var(--color-black);
}
.apply-modal .content div.wpcf7 .submit-group input:hover, .thanks-modal .content div.wpcf7 .submit-group input:hover {
  font-weight: bold;
  color: var(--color-black);
  background-color: var(--color-cream);
}
.apply-modal .content div.wpcf7 .submit-group .wpcf7-spinner, .thanks-modal .content div.wpcf7 .submit-group .wpcf7-spinner {
  display: none;
}
.apply-modal .content div.wpcf7 .phone-group, .thanks-modal .content div.wpcf7 .phone-group {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 3fr;
}
.apply-modal .content div.wpcf7 .phone-group div, .thanks-modal .content div.wpcf7 .phone-group div {
  position: relative;
}
.apply-modal .content div.wpcf7 .cv-group label, .apply-modal .content div.wpcf7 .cv-group span, .thanks-modal .content div.wpcf7 .cv-group label, .thanks-modal .content div.wpcf7 .cv-group span {
  display: block;
}
.apply-modal .content div.wpcf7 .cv-group .cv-title, .thanks-modal .content div.wpcf7 .cv-group .cv-title {
  font-weight: bold;
}
.apply-modal .content div.wpcf7 .cv-group label, .thanks-modal .content div.wpcf7 .cv-group label {
  cursor: pointer;
  position: relative;
  top: unset;
  left: unset;
  pointer-events: all;
  padding: 0;
}
.apply-modal .content div.wpcf7 .cv-group label span, .thanks-modal .content div.wpcf7 .cv-group label span {
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1;
}
.apply-modal .content div.wpcf7 .cv-group label span.file-name, .thanks-modal .content div.wpcf7 .cv-group label span.file-name {
  display: block;
  font-family: "Sequel", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1;
  max-width: calc(45vw - 20px);
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.1;
  margin-bottom: 5px;
  margin-right: 0;
}
@media (min-width: 769px) {
  .apply-modal .content div.wpcf7 .cv-group label span.file-name, .thanks-modal .content div.wpcf7 .cv-group label span.file-name {
    max-width: 220px;
  }
}
.apply-modal .content div.wpcf7 .cv-group .remove-file, .thanks-modal .content div.wpcf7 .cv-group .remove-file {
  display: none;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
}
.apply-modal .content div.wpcf7 .cv-group .remove-file.active, .thanks-modal .content div.wpcf7 .cv-group .remove-file.active {
  display: block;
}
.apply-modal .content div.wpcf7 .cv-group input[type=file], .thanks-modal .content div.wpcf7 .cv-group input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.apply-modal .content .wpcf7-response-output, .thanks-modal .content .wpcf7-response-output {
  border: 0;
  text-align: center;
}

.thanks-modal .thanks-title {
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .thanks-modal .thanks-title {
    margin-bottom: 20px;
  }
}

.single-job section.appmenu .menu-content #hamburguer .toggle::before, .single-job section.appmenu .menu-content #hamburguer .toggle::after {
  background: var(--color-black);
}

.news-template-default h1, .news-template-default h2, .news-template-default h3, .news-template-default h4, .news-template-default h5 {
  font-family: "Leitura", sans-serif !important;
}
.news-template-default h1 *, .news-template-default h2 *, .news-template-default h3 *, .news-template-default h4 *, .news-template-default h5 * {
  font-family: "Leitura", sans-serif !important;
}
.news-template-default h2 {
  font-size: clamp(1.5rem, 2.5vw, 1.7rem) !important;
  letter-spacing: 0 !important;
}
.news-template-default h2 * {
  font-size: clamp(1.5rem, 2.5vw, 1.7rem) !important;
  letter-spacing: 0 !important;
}
.news-template-default .news-single.single-container {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 993px) {
  .news-template-default .news-single.single-container {
    padding: 50px 0;
    max-width: 95vw;
    max-width: 800px;
  }
}
.news-template-default .news-single.single-container .go-back-btn {
  z-index: 500;
  top: 10px;
  left: 10px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 577px) {
  .news-template-default .news-single.single-container .go-back-btn {
    top: 72px;
    left: 30px;
  }
  .news-template-default .news-single.single-container .go-back-btn:hover {
    left: 29px;
  }
}
.news-template-default .news-single.single-container .go-back-btn svg {
  width: 20px;
  height: 20px;
}
.news-template-default .news-single.single-container .post-content {
  max-height: var(--app-content-height);
  overflow: auto;
  position: relative;
  margin-top: 42px;
}
@media (min-width: 769px) {
  .news-template-default .news-single.single-container .post-content {
    margin-top: unset;
    overflow: unset;
    max-height: unset;
    padding-bottom: 50px;
  }
}
@media (min-width: 993px) {
  .news-template-default .news-single.single-container .post-content {
    position: unset;
    padding-bottom: 0;
  }
}
.news-template-default .news-single.single-container .post-content .post-header {
  background-color: transparent;
  color: var(--text-black);
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .news-template-default .news-single.single-container .post-content .post-header {
    margin-bottom: 0;
  }
}
.news-template-default .news-single.single-container .post-content .post-header .news-header .header-content video {
  width: 100%;
}
.news-template-default .news-single.single-container .post-content .post-header .news-header .header-content img.news-header-image {
  width: 100%;
  max-width: unset;
}
.news-template-default .news-single.single-container .post-content .post-header .news-header .header-content.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.news-template-default .news-single.single-container .post-content .post-header .news-header .header-content.youtube-container iframe, .news-template-default .news-single.single-container .post-content .post-header .news-header .header-content.youtube-container object, .news-template-default .news-single.single-container .post-content .post-header .news-header .header-content.youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-template-default .news-single.single-container .post-content .post-header .post-title {
  max-width: 95vw;
  margin: 10px auto;
}
.news-template-default .news-single.single-container .post-content .post-header .post-title h1.news-title {
  font-family: "GT Flexa";
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.1;
}
.news-template-default .news-single.single-container .post-content .post-header .post-info {
  max-width: unset;
}
.news-template-default .news-single.single-container .post-content .post-header .post-info .subtitle {
  margin-bottom: 10px;
}
.news-template-default .news-single.single-container .post-content .post-header .post-info .subtitle h2 {
  font-family: "GT Flexa";
}
.news-template-default .news-single.single-container .post-content .post-header .post-info .description h2 {
  font-family: "GT Flexa";
  font-size: 1.2rem;
  font-style: normal;
}
.news-template-default .news-single.single-container .post-content .post-body {
  font-size: 1rem;
  line-height: 1.4;
  padding: 0;
  max-width: 95vw;
  margin: 0 auto;
  font-family: "GT Flexa";
  letter-spacing: 0.5px;
}
@media (min-width: 769px) {
  .news-template-default .news-single.single-container .post-content .post-body {
    font-size: 1.25rem;
  }
}
.news-template-default .news-single.single-container .post-content .post-body * {
  font-family: "GT Flexa";
  letter-spacing: 0.5px;
}
.news-template-default .news-single.single-container .post-content .post-body p {
  font-family: "GT Flexa";
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.news-template-default .news-single.single-container .post-content .post-body a {
  font-family: "GT Flexa";
  letter-spacing: 0.5px;
  text-decoration: underline;
}
.news-template-default .news-single.single-container .post-content .post-body a:hover {
  font-weight: bold;
}
.news-template-default .youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.news-template-default .youtube-container iframe, .news-template-default .youtube-container object, .news-template-default .youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-news section.appmenu .menu-content #hamburguer .toggle::before, .single-news section.appmenu .menu-content #hamburguer .toggle::after {
  background: var(--color-black);
}

.logo-white-white {
  --logo-color: var(--color-white);
}

.logo-white {
  --logo-color: var(--color-cream);
}

.logo-black {
  --logo-color: var(--color-black);
}
@media (max-width: 576px) {
  .logo-black {
    --logo-color: var(--color-cream);
  }
}

.page-template-Careers .logo-black, .single-job .logo-black, .single-news .logo-black {
  --logo-color: var(--color-black);
}
@media (max-width: 576px) {
  .page-template-Careers .logo-black, .single-job .logo-black, .single-news .logo-black {
    --logo-color: var(--color-black);
  }
}

.appheader {
  position: fixed;
  top: 10px;
  left: calc(50% - 82px);
  z-index: 998;
}
.appheader .logo a svg {
  max-width: 164px;
}

.single-format-standard, .news-template-default {
  background-color: var(--color-cream);
}
.single-format-standard .single-container, .news-template-default .single-container {
  padding-top: 2.5vw;
  padding-right: 2.5vw;
  padding-left: 2.5vw;
  padding-bottom: 44px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
@media (min-width: 993px) {
  .single-format-standard .single-container, .news-template-default .single-container {
    padding-top: 56px;
    padding-right: 60px;
    padding-bottom: 60px;
  }
}
.single-format-standard .single-container .post-content .post-header, .news-template-default .single-container .post-content .post-header {
  background-color: var(--color-black);
  color: var(--color-cream);
  background: var(--color-black);
  background-repeat: no-repeat;
  padding: 60px 24px 32px 24px;
  position: relative;
}
@media (min-width: 1201px) {
  .single-format-standard .single-container .post-content .post-header, .news-template-default .single-container .post-content .post-header {
    padding: 130px 130px 80px 130px;
  }
}
.single-format-standard .single-container .post-content .post-header img, .news-template-default .single-container .post-content .post-header img {
  max-width: 820px;
}
.single-format-standard .single-container .post-content .post-header .post-title, .news-template-default .single-container .post-content .post-header .post-title {
  margin-top: 50px;
  max-width: 85%;
  margin-bottom: 22px;
}
@media (min-width: 1201px) {
  .single-format-standard .single-container .post-content .post-header .post-title, .news-template-default .single-container .post-content .post-header .post-title {
    margin-bottom: 60px;
  }
}
.single-format-standard .single-container .post-content .post-header .post-title h1, .news-template-default .single-container .post-content .post-header .post-title h1 {
  font-family: "Sequel", sans-serif;
  font-size: clamp(1.5rem, 5vw, 3.5rem);
  line-height: 6vw;
}
@media (min-width: 1201px) {
  .single-format-standard .single-container .post-content .post-header .post-title h1, .news-template-default .single-container .post-content .post-header .post-title h1 {
    line-height: 60px;
  }
}
.single-format-standard .single-container .post-content .post-header .post-info, .news-template-default .single-container .post-content .post-header .post-info {
  max-width: 820px;
}
.single-format-standard .single-container .post-content .post-header .post-info .subtitle h2, .news-template-default .single-container .post-content .post-header .post-info .subtitle h2 {
  font-size: clamp(1.125rem, 2.5vw, 2rem);
  line-height: 22px;
}
@media (min-width: 1201px) {
  .single-format-standard .single-container .post-content .post-header .post-info .subtitle h2, .news-template-default .single-container .post-content .post-header .post-info .subtitle h2 {
    line-height: 37px;
  }
}
.single-format-standard .single-container .post-content .post-header .post-info .description h2, .news-template-default .single-container .post-content .post-header .post-info .description h2 {
  font-size: clamp(1.125rem, 2.5vw, 2rem);
  font-weight: bold;
  line-height: 22px;
}
@media (min-width: 1201px) {
  .single-format-standard .single-container .post-content .post-header .post-info .description h2, .news-template-default .single-container .post-content .post-header .post-info .description h2 {
    line-height: 37px;
  }
}
.single-format-standard .single-container .post-content .post-header .go-back-btn, .news-template-default .single-container .post-content .post-header .go-back-btn {
  top: 50px;
  right: 30px;
  position: absolute;
}
.single-format-standard .single-container .post-content .post-header .go-back-btn svg, .news-template-default .single-container .post-content .post-header .go-back-btn svg {
  width: 20px;
  height: 20px;
}
.single-format-standard .single-container .post-content .post-body, .news-template-default .single-container .post-content .post-body {
  overflow: auto;
  font-size: clamp(1.125rem, 2.5vw, 1.75rem);
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 32px 24px 50px 24px;
  line-height: 24px;
}
@media (min-width: 1201px) {
  .single-format-standard .single-container .post-content .post-body, .news-template-default .single-container .post-content .post-body {
    line-height: 38px;
    padding: 71px 130px 100px 130px;
  }
}

#menu-action {
  display: none;
}
@media (max-width: 576px) {
  #menu-action:checked ~ .appmenu {
    top: 0;
    padding-bottom: 0;
  }
}
#menu-action:checked ~ .appmenu .menu-bg {
  background-color: var(--color-cream);
}
#menu-action:checked ~ .appmenu .logo.logo-black {
  --logo-color: var(--color-black);
}
@media (max-width: 576px) {
  #menu-action:checked ~ .appmenu .logo {
    top: 15px;
    bottom: unset;
  }

	#menu-action:checked ~ .appmenu img.black {
		display: block !important;
	}
	
	#menu-action:checked ~ .appmenu img.white {
		display: none !important;
	}
}
@media (max-width: 576px) {
  #menu-action:checked ~ .appmenu #hamburguer {
    top: 15px;
    bottom: unset;
  }
  #menu-action:checked ~ section.appmenu .menu-content #hamburguer .toggle::before {
    background: var(--color-black);
  }
  #menu-action:checked ~ section.appmenu .menu-content #hamburguer .toggle::after {
    background: var(--color-black);
  }
}

#menu-action:checked ~ .appmenu label.menu-btn #menu-close-btn {
  display: block;
}
#menu-action:checked ~ .appmenu label.menu-btn #menu-open-btn {
  display: none;
}
#menu-action:checked ~ .appmenu label.menu-btn .toggle::before {
  background: var(--color-black);
  bottom: 9px;
  transform: rotate(-45deg);
}
#menu-action:checked ~ .appmenu label.menu-btn .toggle::after {
  background: var(--color-black);
  top: 10px;
  transform: rotate(45deg);
}
#menu-action:checked ~ .appmenu label.menu-btn .toggle i {
  display: none;
}

.menu-white {
  --text-color: var(--color-cream);
  --text-hover: var(--color-black);
}

.menu-black {
  --text-color: var(--color-black);
  --text-hover: var(--color-orange);
}

section.appmenu {
  position: absolute;
  z-index: 998;
  width: 100%;
  top: 0;
  height: 42px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  section.appmenu {
/*     border-bottom: 1px solid var(--color-black); */
	  position: fixed;
    top: calc(-100% + 42px);
    height: var(--app-height);
    padding-bottom: 50px;
  }
}
@media (min-width: 577px) {
  section.appmenu {
    bottom: 0;
  }
}
section.appmenu .logo.logo-black {
  --logo-color: var(--color-black);
}
section.appmenu .menu-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-cream);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
section.appmenu .menu-content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
  border-bottom: 1px solid var(--color-black);
}
@media (max-width: 576px) {
  section.appmenu .menu-content {
    padding: 5px;
    align-items: flex-start;
    border: 0;
  }
}
@media (min-width: 577px) {
  section.appmenu .menu-content {
    flex-direction: row;
  }
}
section.appmenu .menu-content .logo {
  margin-top: 0;
}
@media (min-width: 577px) {
  section.appmenu .menu-content .logo {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  section.appmenu .menu-content .logo {
    position: absolute;
    bottom: 4px;
  }
}
section.appmenu .menu-content .logo a svg {
  width: 140px;
  vertical-align: middle;
}
section.appmenu .menu-content #hamburguer {
  --text-color: var(--color-black);
  display: block;
  width: 25px;
  height: 20px;
  cursor: pointer;
  bottom: 10px;
  right: 10px;
  user-select: none;
  z-index: 999;
}
@media (min-width: 577px) {
  section.appmenu .menu-content #hamburguer {
    display: none;
  }
}
@media (max-width: 576px) {
  section.appmenu .menu-content #hamburguer {
    align-self: flex-end;
    position: absolute;
    bottom: 8px;
  }
}
section.appmenu .menu-content #hamburguer .toggle {
  height: 100%;
  align-self: center;
  display: block;
  position: relative;
  transition: background 0.2s ease-out;
  width: 25px;
}
section.appmenu .menu-content #hamburguer .toggle::before,
section.appmenu .menu-content #hamburguer .toggle::after {
  background: var(--color-black);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}
section.appmenu .menu-content #hamburguer .toggle::before {
  bottom: 5px;
}
section.appmenu .menu-content #hamburguer .toggle::after {
  top: 8px;
}
section.appmenu .menu-content #hamburguer .toggle i {
  background: var(--color-black);
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  top: 2px;
}
@media (max-width: 576px) {
	body:not(.page-template-templatesNews-php) section.appmenu .menu-content #hamburguer .toggle::before,
	body:not(.page-template-templatesNews-php) section.appmenu .menu-content #hamburguer .toggle::after,
	body:not(.page-template-templatesNews-php) section.appmenu .menu-content #hamburguer .toggle i {
		background: var(--color-white);
	}
	
	.page-template-Careers section.appmenu .menu-content #hamburguer .toggle::before,
	.page-template-Careers section.appmenu .menu-content #hamburguer .toggle::after,
	.page-template-Careers section.appmenu .menu-content #hamburguer .toggle i {
		background: var(--color-black) !important;
	}
	
	.single-staff .menu-bg {
		background: var(--color-white) !important;
	}
	
	.single-staff img.black {
		display: block !important;
	}
	
	.single-staff img.white {
		display: none !important;
	}
	
	.single-staff section.appmenu .menu-content #hamburguer .toggle::before,
	.single-staff section.appmenu .menu-content #hamburguer .toggle::after,
	.single-staff section.appmenu .menu-content #hamburguer .toggle i {
		background: var(--color-black) !important;
	}
	
	.single-staff section.appmenu .menu-content #hamburguer {
		bottom: 8px;
	}
}
section.appmenu .menu-content #hamburguer #menu-open-color, section.appmenu .menu-content #hamburguer #menu-close-color {
  fill: var(--menu-color);
}
section.appmenu .menu-content #hamburguer #menu-open-btn {
  display: block;
}
section.appmenu .menu-content #hamburguer #menu-close-btn {
  display: none;
}
section.appmenu .menu-content #hamburguer .toggle {
  user-select: none;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 576px) {
  section.appmenu .menu-content nav.app-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
section.appmenu .menu-content nav.app-menu ul.site-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
@media (min-width: 577px) {
  section.appmenu .menu-content nav.app-menu ul.site-links {
    padding: 5px 0;
    flex-direction: row;
  }
}
section.appmenu .menu-content nav.app-menu ul.site-links * {
  font-family: "GT Flexa", sans-serif;
  font-weight: normal;
}
@media (max-width: 576px) {
  section.appmenu .menu-content nav.app-menu ul.site-links {
    flex-grow: 1;
    align-items: flex-start;
    margin-left: 10px;
  }
  section.appmenu .menu-content nav.app-menu ul.site-links * {
    font-family: "GT Flexa";
    letter-spacing: 1px;
  }
}
/* section.appmenu .menu-content nav.app-menu ul.site-links li {
  text-transform: uppercase;
  padding: 10px 0;
} */
@media (max-width: 576px) {
  section.appmenu .menu-content nav.app-menu ul.site-links li {
    text-transform: none;
    padding: 0;
    line-height: 1.2;
  }
}
@media (min-width: 577px) {
  section.appmenu .menu-content nav.app-menu ul.site-links li {
    padding: 0 5px;
  }
}
@media (min-width: 769px) {
  section.appmenu .menu-content nav.app-menu ul.site-links li {
    padding: 0 15px;
  }
}
section.appmenu .menu-content nav.app-menu ul.site-links li.active a {
  font-weight: bold;
}
section.appmenu .menu-content nav.app-menu ul.site-links li a {
  font-size: 1rem;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  section.appmenu .menu-content nav.app-menu ul.site-links li a {
    font-size: 3rem;
	color: black;
  }
}
section.appmenu .menu-content nav.app-menu ul.site-links li a:hover {
  font-weight: bold;
}
section.appmenu .menu-content nav.app-menu .social {
  display: none;
  text-align: left;
  margin: 0 10px;
}
@media (max-width: 576px) {
  section.appmenu .menu-content nav.app-menu .social {
    display: block;
  }
}
section.appmenu .menu-content nav.app-menu .social ul li {
  display: inline-block;
  vertical-align: text-top;
  padding: 0 5px;
  transition: all 0.3s ease-in-out;
}
section.appmenu .menu-content nav.app-menu .social ul li a img {
  width: 16px;
  height: 16px;
}

#menu-action {
  display: none;
}
@media (max-width: 576px) {
  #menu-action:checked ~ .homemenu {
    background-color: var(--color-cream);
    top: 0;
  }
  #menu-action:checked ~ .homemenu .logo.logo-white-white {
    --logo-color: #000;
  }
}
#menu-action:checked ~ .homemenu .home-menu ul {
  visibility: visible;
  opacity: 1;
}
#menu-action:checked ~ .homemenu label.menu-btn #menu-close-btn {
  display: block;
}
#menu-action:checked ~ .homemenu label.menu-btn #menu-open-btn {
  display: none;
}
#menu-action:checked ~ .homemenu label.menu-btn .toggle::before {
  bottom: 8px;
  transform: rotate(-45deg);
}
@media (max-width: 576px) {
  #menu-action:checked ~ .homemenu label.menu-btn .toggle::before {
    background: #000;
  }
}
#menu-action:checked ~ .homemenu label.menu-btn .toggle::after {
  top: 10px;
  transform: rotate(45deg);
}
@media (max-width: 576px) {
  #menu-action:checked ~ .homemenu label.menu-btn .toggle::after {
    background: #000;
  }
}

.menu-white-white {
  --text-color: var(--color-white);
  --text-hover: var(--color-black);
  --logo-color: var(--color-white);
}

.menu-white {
  --text-color: var(--color-cream);
  --text-hover: var(--color-black);
}

.menu-black {
  --text-color: var(--color-black);
  --text-hover: var(--color-orange);
}

section.homemenu {
  position: fixed;
  top: calc(100% - 50px);
  z-index: 998;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  section.homemenu {
    height: var(--app-height);
  }
}
@media (min-width: 577px) {
  section.homemenu {
    top: 0;
  }
}
section.homemenu .menu-content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 577px) {
  section.homemenu .menu-content {
    height: 50px;
  }
}
@media (max-width: 576px) {
  section.homemenu .menu-content .logo {
    position: absolute;
  }
}
section.homemenu .menu-content .logo a svg {
  max-width: 130px;
  max-height: 18px;
  vertical-align: middle;
}
section.homemenu .menu-content #hamburguer {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  bottom: 20px;
  right: 30px;
  margin-right: 10px;
  user-select: none;
  z-index: 999;
}
@media (max-width: 576px) {
  section.homemenu .menu-content #hamburguer {
    align-self: flex-end;
  }
}
section.homemenu .menu-content #hamburguer .toggle {
  margin-right: 10px;
  width: 100%;
  height: 100%;
  align-self: center;
  display: block;
  position: relative;
  transition: background 0.2s ease-out;
  width: 20px;
  margin: 0 auto;
  left: 0;
  transition: all 0.3s ease-in-out;
}
section.homemenu .menu-content #hamburguer .toggle::before, section.homemenu .menu-content #hamburguer .toggle::after {
  background: var(--color-white);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}
section.homemenu .menu-content #hamburguer .toggle::before {
  bottom: 0px;
}
section.homemenu .menu-content #hamburguer .toggle::after {
  top: 8px;
}
section.homemenu .menu-content #hamburguer .toggle:hover {
  left: -3px;
  width: 25px;
}
section.homemenu .menu-content #hamburguer #menu-open-color, section.homemenu .menu-content #hamburguer #menu-close-color {
  fill: var(--menu-color);
}
section.homemenu .menu-content #hamburguer #menu-open-btn {
  display: block;
}
section.homemenu .menu-content #hamburguer #menu-close-btn {
  display: none;
}
section.homemenu .menu-content #hamburguer .toggle {
  user-select: none;
  width: 100%;
  height: 100%;
  display: block;
}
section.homemenu .menu-content nav.home-menu {
  text-align: right;
  width: auto;
}
@media (max-width: 576px) {
  section.homemenu .menu-content nav.home-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
section.homemenu .menu-content nav.home-menu ul.site-links {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
section.homemenu .menu-content nav.home-menu ul.site-links * {
  font-family: "GT Flexa";
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  section.homemenu .menu-content nav.home-menu ul.site-links {
    text-align: left;
    margin-left: 10px;
  }
  section.homemenu .menu-content nav.home-menu ul.site-links * {
    font-family: "GT Flexa";
    letter-spacing: 1px;
  }
}
section.homemenu .menu-content nav.home-menu ul.site-links li {
  text-transform: uppercase;
  padding: 10px 0;
}
@media (max-width: 576px) {
  section.homemenu .menu-content nav.home-menu ul.site-links li {
    text-transform: none;
    padding: 0;
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media (min-width: 577px) {
  section.homemenu .menu-content nav.home-menu ul.site-links li {
    min-width: var(--mw) !important;
    text-align: right;
    padding: 0;
  }
}
section.homemenu .menu-content nav.home-menu ul.site-links li a {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  section.homemenu .menu-content nav.home-menu ul.site-links li a {
    color: #000;
  }
}
section.homemenu .menu-content nav.home-menu ul.site-links li a:hover {
  font-weight: bold;
}
section.homemenu .menu-content nav.home-menu .social {
  display: none;
  text-align: left;
  margin: 0 10px;
}
@media (max-width: 576px) {
  section.homemenu .menu-content nav.home-menu .social {
    display: block;
  }
}
section.homemenu .menu-content nav.home-menu .social ul li {
  display: inline-block;
  vertical-align: text-top;
  padding: 0 5px;
  transition: all 0.3s ease-in-out;
}
section.homemenu .menu-content nav.home-menu .social ul li a img {
  width: 16px;
  height: 16px;
}

.news-container {
  padding: 5px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 577px) {
  .news-container {
    padding: 5px;
    padding-top: 47px;
  }
}
@media (min-width: 993px) {
  .news-container {
    gap: 5px;
    grid-template-columns: 1fr 4fr;
  }
}
.news-container .newsletter-form {
  height: 100%;
  position: relative;
}
.news-container .newsletter-form .box-content {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-container .newsletter-form .box-content .newsletter-form-header {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 577px) {
  .news-container .newsletter-form .box-content .newsletter-form-header {
    font-size: 1.375rem;
  }
}
@media (min-width: 769px) {
  .news-container .newsletter-form .box-content .newsletter-form-header {
    font-size: 1rem;
  }
}
@media (min-width: 1201px) {
  .news-container .newsletter-form .box-content .newsletter-form-header {
    font-size: 1.375rem;
  }
}
@media (min-width: 1601px) {
  .news-container .newsletter-form .box-content .newsletter-form-header {
    font-size: 2rem;
  }
}
.news-container .newsletter-form .box-content .newsletter-form-field {
  background-color: var(--color-cream);
  color: var(--color-black);
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (min-width: 577px) {
  .news-container .newsletter-form .box-content .newsletter-form-field {
    padding: 10px 0;
  }
}
.news-container .newsletter-form .box-content .newsletter-form-field .field-label {
  font-size: 0.6rem;
  letter-spacing: 1px;
}
.news-container .newsletter-form .box-content .newsletter-form-field p.email-field .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  color: var(--color-cream);
  display: none;
}
@media (min-width: 1201px) {
  .news-container .newsletter-form .box-content .newsletter-form-field p.email-field .wpcf7-not-valid-tip {
    display: block;
  }
}
.news-container .newsletter-form .box-content .newsletter-form-field p.email-field input {
  width: 100%;
  border: 0;
  padding: 0 10px;
  color: var(--color-cream);
  background-color: var(--color-black);
  font-size: 1rem;
}
.news-container .newsletter-form .box-content .newsletter-form-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.news-container .newsletter-form .box-content .newsletter-form-footer .wpcf7-spinner {
  display: none;
}
.news-container .newsletter-form .box-content .newsletter-form-footer input[type=submit] {
  border: 0;
  background-color: var(--color-black);
  color: var(--color-cream);
  padding: 5px 10px;
  font-size: 0.875rem;
}
.news-container .newsletter-form .box-content .newsletter-form-footer .newsletter-form-privacy {
  font-size: 0.875rem;
}
.news-container .newsletter-form .box-content .newsletter-form-footer .newsletter-form-privacy:hover {
  font-weight: bold;
}
.news-container .newsletter-form .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  pointer-events: none;
  background: linear-gradient(45deg, transparent 15px, var(--color-black) 0) bottom, linear-gradient(225deg, transparent 15px, var(--color-black) 0) top;
  background-size: 100% 51%;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, calc(var(--box-width) - 20px) 0, calc(var(--box-width) - 20px) calc(var(--box-height) - 20px), 0 calc(var(--box-height) - 20px), 0 100%, 100% 100%, 100% 0);
}
.news-container #instafeed {
  display: none;
  gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 5px;
}
@media (min-width: 993px) {
  .news-container #instafeed {
    display: block;
  }
}
.news-container #instafeed .insta-box {
  width: 100%;
  height: var(--base-height);
  overflow: hidden;
  height: calc(50vw - 37.5px);
}
.news-container #instafeed .insta-box:nth-of-type(5), .news-container #instafeed .insta-box:nth-of-type(6), .news-container #instafeed .insta-box:nth-of-type(7) {
  display: none;
}
@media (min-width: 769px) {
  .news-container #instafeed .insta-box {
    height: calc(30vw - 10px);
  }
  .news-container #instafeed .insta-box:nth-of-type(5), .news-container #instafeed .insta-box:nth-of-type(6) {
    display: block;
  }
}
@media (min-width: 993px) {
  .news-container #instafeed .insta-box {
    margin-bottom: 5px;
    height: var(--base-height);
  }
  .news-container #instafeed .insta-box:nth-of-type(7) {
    display: block;
  }
}
.news-container #instafeed .insta-box a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.news-container #instafeed .insta-box a:hover img {
  filter: invert(1);
}
.news-container #instafeed .insta-box a img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-container #instafeed .insta-stats {
  width: 100%;
}
.news-container #instafeed .insta-box-4, .news-container #instafeed .insta-box-5, .news-container #instafeed .insta-box-6 {
  display: none;
}
@media (min-width: 993px) {
  .news-container #instafeed .insta-box-4, .news-container #instafeed .insta-box-5, .news-container #instafeed .insta-box-6 {
    display: block;
  }
}
@media (min-width: 769px) {
  .news-container #instafeed .insta-box-4, .news-container #instafeed .insta-box-5 {
    display: block;
  }
}
@media (min-width: 769px) {
  .news-container .mgrid {
    width: calc(100% + 5px);
  }
}
.news-container .mgrid .grid-item {
  margin-bottom: 5px;
  overflow: hidden;
}
.news-container .mgrid .grid-item .box-content {
  height: 100%;
}
.news-container .mgrid .grid-item .box-content.extra-text {
  display: grid;
  position: relative;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-right {
  grid-template-areas: "one two";
  gap: 0 5px;
  grid-template-columns: 1fr 1fr;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-right .text-container {
  margin-left: 5px;
  grid-area: two;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-right .box-thumbnail {
  position: relative;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-right .box-thumbnail .arrow {
  position: absolute;
  right: -7px;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid var(--color-black);
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-right .box-thumbnail video {
  height: 100%;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-left {
  grid-template-areas: "one two";
  gap: 0 5px;
  grid-template-columns: 1fr 1fr;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-left .text-container {
  margin-right: 5px;
  grid-area: one;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-left .box-thumbnail {
  position: relative;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-left .box-thumbnail .arrow {
  position: absolute;
  left: -7px;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--color-black);
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-left .box-thumbnail video {
  height: 100%;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-top {
  grid-template-areas: "one" "two";
  gap: 5px 0;
  grid-template-rows: 1fr 1fr;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-top .text-container {
  margin-bottom: 5px;
  grid-area: one;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-top .box-thumbnail {
  position: relative;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-top .box-thumbnail .arrow {
  position: absolute;
  top: -10px;
  left: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--color-black);
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-top .box-thumbnail video {
  width: 100%;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-bottom {
  grid-template-areas: "one" "two";
  gap: 5px 0;
  grid-template-rows: 1fr 1fr;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-bottom .text-container {
  margin-top: 5px;
  grid-area: two;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-bottom .box-thumbnail {
  position: relative;
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-bottom .box-thumbnail .arrow {
  position: absolute;
  bottom: -10px;
  left: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--color-black);
}
.news-container .mgrid .grid-item .box-content.extra-text.text-position-bottom .box-thumbnail video {
  width: 100%;
}
.news-container .mgrid .grid-item .box-content.extra-text .text-container {
  position: relative;
  overflow: auto;
}
.news-container .mgrid .grid-item .box-content.extra-text .text-container h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.news-container .mgrid .grid-item .box-content.extra-text .text-container p {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.news-container .mgrid .grid-sizer {
  height: calc(var(--base-height) - 5px);
  width: calc(50% - 2.5px);
}
@media (min-width: 993px) {
  .news-container .mgrid .grid-sizer {
    width: calc(25% - 5px);
  }
}
.news-container .mgrid .item-1x1 {
  height: var(--base-height);
  width: calc(50% - 2.5px);
}
.news-container .mgrid .item-1x1.grid-type-text {
  height: var(--base-height);
}
@media (min-width: 993px) {
  .news-container .mgrid .item-1x1 {
    width: calc(25% - 5px);
  }
}
.news-container .mgrid .item-1x2 {
  height: calc(var(--base-height) * 2 + 5px);
  width: calc(50% - 2.5px);
}
@media (min-width: 993px) {
  .news-container .mgrid .item-1x2 {
    width: calc(25% - 5px);
  }
}
.news-container .mgrid .item-2x1 {
  height: var(--base-height);
  width: 100%;
}
@media (min-width: 993px) {
  .news-container .mgrid .item-2x1 {
    height: var(--base-height);
    width: calc(50% - 5px);
  }
}
.news-container .mgrid .item-2x2 {
  height: calc(var(--base-height) * 2);
  width: 100%;
}
@media (min-width: 993px) {
  .news-container .mgrid .item-2x2 {
    height: calc(var(--base-height) * 2 + 5px);
    width: calc(50% - 5px);
  }
}
.news-container .mgrid .grid-item-content {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-position: center;
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.news-container .mgrid .grid-item-content.box-video {
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news-container .mgrid .grid-item-content.box-video video {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.news-container .mgrid .grid-item-content.box-video.landscape video {
  width: 100%;
  height: auto;
}
.news-container .mgrid .grid-item-content.gif {
  background-position: center;
}
.news-container .mgrid .grid-item-content:hover .grid-item-hover {
  opacity: 1;
}
.news-container .mgrid .grid-item-content video {
  position: absolute;
}
.news-container .mgrid .grid-item-content .grid-item-hover {
  transition: all 0.3s ease-in-out;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.news-container .mgrid .grid-item-content .grid-item-hover.image {
  --bg-img: url("../img/placeholders/img1.jpg");
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-size: cover;
}
.news-container .mgrid .grid-item-content .grid-item-hover.hover-text {
  background-color: var(--color-black);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1201px) {
  .news-container .mgrid .grid-item-content .grid-item-hover.hover-text {
    padding: 20px;
  }
}
.news-container .mgrid .grid-item-content .grid-item-hover.hover-text h1, .news-container .mgrid .grid-item-content .grid-item-hover.hover-text h2, .news-container .mgrid .grid-item-content .grid-item-hover.hover-text h3, .news-container .mgrid .grid-item-content .grid-item-hover.hover-text h4, .news-container .mgrid .grid-item-content .grid-item-hover.hover-text h5 {
  font-family: "GT Flexa";
  color: var(--text-cream);
  line-height: 1.2;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: 15px;
  margin-top: 10px;
}
@media (min-width: 993px) {
  .news-container .mgrid .grid-item-content .grid-item-hover.hover-text h1, .news-container .mgrid .grid-item-content .grid-item-hover.hover-text h2, .news-container .mgrid .grid-item-content .grid-item-hover.hover-text h3, .news-container .mgrid .grid-item-content .grid-item-hover.hover-text h4, .news-container .mgrid .grid-item-content .grid-item-hover.hover-text h5 {
    line-height: 1.1;
    font-size: 1.5vw;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 1201px) {
  .news-container .mgrid .grid-item-content .grid-item-hover.hover-text h1, .news-container .mgrid .grid-item-content .grid-item-hover.hover-text h2, .news-container .mgrid .grid-item-content .grid-item-hover.hover-text h3, .news-container .mgrid .grid-item-content .grid-item-hover.hover-text h4, .news-container .mgrid .grid-item-content .grid-item-hover.hover-text h5 {
    font-size: clamp(1.1rem, 2.4vw, 2.375rem);
  }
}
.news-container .mgrid .grid-item-content .grid-item-hover.hover-text p {
  font-family: "GT Flexa";
  margin: 0;
  font-size: 0.75rem;
  color: var(--text-cream);
  line-height: 16px;
  max-width: 65%;
  letter-spacing: 2px;
}
@media (min-width: 993px) {
  .news-container .mgrid .grid-item-content .grid-item-hover.hover-text p {
    max-width: 75%;
  }
}
.news-container .mgrid .grid-item-content .grid-item-hover.hover-text .read-more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: var(--color-cream);
  font-size: 16px;
}
.news-container .mgrid .grid-text-box {
  position: relative;
}
.news-container .mgrid .grid-text-box .text-container strong {
  font-weight: bold;
  font-family: "GT Flexa";
}
.news-container .mgrid .grid-text-box .text-container p {
  font-family: "GT Flexa";
}
.news-container .mgrid .grid-text-box.has-arrow-up {
  padding-top: 5px;
}
.news-container .mgrid .grid-text-box.has-arrow-up .arrow {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--color-black);
}
.news-container .mgrid .grid-text-box.has-arrow-right {
  padding-right: 7px;
}
.news-container .mgrid .grid-text-box.has-arrow-right .arrow {
  right: 0px;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--color-black);
}
.news-container .mgrid .grid-text-box.has-arrow-down {
  padding-bottom: 7px;
}
.news-container .mgrid .grid-text-box.has-arrow-down .arrow {
  top: unset;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--color-black);
}
.news-container .mgrid .grid-text-box.has-arrow-left {
  padding-left: 7px;
}
.news-container .mgrid .grid-text-box.has-arrow-left .arrow {
  left: 1px;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid var(--color-black);
}
.news-container .mgrid .grid-text-box .arrow {
  position: absolute;
}
.news-container .mgrid .insta-mobile-holder {
  display: block;
}
@media (min-width: 993px) {
  .news-container .mgrid .insta-mobile-holder {
    display: none;
  }
}
.news-container .mgrid .insta-mobile-holder a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.news-container .mgrid .insta-mobile-holder a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prev-btn {
  align-self: center;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.prev-btn::before, .prev-btn::after {
  transition: all 0.3s ease-in-out;
  background: var(--color-white);
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 20px;
}
.prev-btn::before {
  top: 2px;
  transform: rotate(-45deg);
}
.prev-btn::after {
  bottom: 3px;
  transform: rotate(45deg);
}
.prev-btn:hover {
  width: 25px;
  right: -2.5px;
}
.prev-btn:hover::before {
  top: 0px;
  width: 25px;
}
.prev-btn:hover::after {
  bottom: 0px;
  width: 25px;
}

.next-btn {
  align-self: center;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.next-btn::before, .next-btn::after {
  transition: all 0.3s ease-in-out;
  background: var(--color-white);
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 20px;
}
.next-btn::before {
  top: 2px;
  transform: rotate(45deg);
}
.next-btn::after {
  bottom: 3px;
  transform: rotate(-45deg);
}
.next-btn:hover {
  width: 25px;
  right: -2.5px;
}
.next-btn:hover::before {
  top: 0px;
  width: 25px;
}
.next-btn:hover::after {
  bottom: 0px;
  width: 25px;
}

.modal-close-btn {
  align-self: center;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.modal-close-btn.modal-close-btn-white::before, .modal-close-btn.modal-close-btn-white::after {
  background-color: var(--color-white);
}
.modal-close-btn.modal-close-btn-right:hover {
  left: 2.5px;
}
.modal-close-btn::before, .modal-close-btn::after {
  transition: all 0.3s ease-in-out;
  background: var(--color-black);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 20px;
}
.modal-close-btn::before {
  top: 15px;
  transform: rotate(-45deg);
}
.modal-close-btn::after {
  top: 15px;
  transform: rotate(45deg);
}
.modal-close-btn:hover {
  width: 25px;
  left: -2.5px;
}
.modal-close-btn:hover::before {
  width: 25px;
}
.modal-close-btn:hover::after {
  width: 25px;
}

/*# sourceMappingURL=app.css.map */

.swiper-vertical .swiper-button-prev {
	display: none;
}

.swiper-vertical .swiper-button-next {
	top: unset;
	bottom: 20px;
	rotate: 90deg;
	right: 50%;
	transform: translateX(50%);
}

/* Begin of About page */
.about-main {
	width: 100%;
	height: 100%;
	display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
	color: white;
	font-family: "GT Flexa";
}

.about-main * {
	font-family: "GT Flexa" !important;
}

.about-main-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url("https://vkx9ysxm44y.c.updraftclone.com/wp-content/uploads/2024/05/6d8417b7380729656697ebccc1fd3ccf-1.png");
	background-size: cover;
	background-position: center;
	filter: brightness(0.5);
}

.about-content-center {
	z-index: 10; 
	overflow: hidden; 
	width: 100vw;
}

.about-content-blank {
	height: 100px;
}

.about-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
    justify-content: center;
    align-items: center;
	z-index: 1;
	padding-bottom: 60px;
	margin: 0 auto !important;
	width: 90vw;
	height: 90vh;
}

.about-content-item {
	font-size: 17px;
	font-weight: normal;
	max-width: 880px;
/* 	margin-bottom: 15px; */
}
.about-item-two {
	margin-left: 5px;
	margin-right: 5px;
}

.about-content-item.header-item {
	font-size: 30px;
	font-weight: bold;
	max-width: 700px;
}

.about-content-item.bottom-item {
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
}

.about-content-videos {
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 20px;
}

.about-team {
	display: flex;
	gap: 30px;
	justify-content: center;
}
.about-team-item {
	margin-top: 20px;
	display: flex;
	gap: 20px;
	justify-content: center;
}

.about-content-mobile {
	display: flex;
}

@media (max-width: 576px) {
	.about-content-center {
		height: 100vh;
	}
	.about-content {
		height: calc(100vh - 60px);
		overflow: auto;
	}
	.about-content-blank {
		height: 60px;
	}
	.about-main {
		align-items: flex-start;
	}
	.about-content-item {
		font-size: 14px;
	}
	.about-content-item.header-item {
		font-size: 16px;
		padding: 10px;
	}
	.about-content-videos {
		margin-top: 10px;
		display: grid;
  		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.about-team {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.about-content-mobile {
		display: none;
	}
}

@media (max-width: 992px) {
	.appmenu img.black {
		display: none !important;
	}

	.appmenu img.white {
		display: block !important;
	}
	
	.single-staff .appmenu img.black,
	.page-template-News .appmenu img.black,
	.page-template-Careers .appmenu img.black {
		display: block !important;
	}
	.single-staff .appmenu img.white,
	.page-template-News .appmenu img.white,
	.page-template-Careers .appmenu img.white {
		display: none !important;
	}
}

/* Menu background */
.menu-bg {
	background: none !important;
}
.page-template-templatesNews-php .menu-bg,
.single-staff .menu-bg {
	background: white !important;
}

/* End: Logo */

/* Begin: Menu */

@media (max-width: 992px) {
	.appmenu {
		--text-color: white;
	}
	
	.single-staff .appmenu,
	.page-template-News .appmenu,
	.page-template-Careers .appmenu {
		--text-color: black;
	}
}

body.director-info-modal-open section.appmenu .app-menu {
	display: none;
}
section.appmenu .app-menu li {
	transition: transform 0.3s ease;
}
/* 
section.appmenu .app-menu li:nth-child(odd):hover {
	transform: rotate(-30deg);
}
section.appmenu .app-menu li:nth-child(even):hover {
	transform: rotate(30deg);
}
*/

/* End: Menu */

/* Main */

body.page-template-Contact {
    padding-top: 80px;
}

/* Contact Page*/
/* Main contacts container */
main.contacts {
  display: block !important;
  color: var(--color-white);
  height: calc(var(--app-height) - 50px);
  overflow: auto;
}

@media (min-width: 769px) {
  main.contacts {
    height: 100%;
  }
}

/* Reset old container styles */
main.contacts .container {
  display: block !important;
  flex-grow: unset !important;
  margin-bottom: 0 !important;
}

/* Hide old sections */
main.contacts .contacts-container,
main.contacts .sales {
  display: none !important;
}

/* Two-Column Layout */
.contact-grid {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  min-height: 80vh;
  width: 100% !important;
  flex-wrap: nowrap !important;
  text-align: left !important;
  margin: 0;
  padding: 0;
  background: transparent;
}

.contact-left {
  width: 45% !important;
  min-width: 300px !important;
  max-width: 600px !important;
  padding: 4vw 2vw 0 6vw !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  flex-shrink: 0 !important;
  position: relative;
  z-index: 2;
  box-sizing: border-box !important;
  background: transparent;
}

.contact-right {
  flex: 1 1 0% !important;
  min-width: 0 !important;
  padding: 4vw 6vw 0 2vw !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  position: relative;
  z-index: 2;
  box-sizing: border-box !important;
  background: transparent;
}

/* Featured block styles */
.featured-block {
  margin-bottom: 0;
}

.featured-name {
  font-size: 2rem;
  font-weight: 900;
  color: #d6ff3c;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.1em;
  line-height: 0.85;
}

.featured-role {
  font-size: 0.9rem;
  color: #bdbdbd;
  font-weight: 400;
  margin-bottom: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* Section grid and groups */
.section-grid {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.section-group {
  margin-bottom: 0;
}

.section-title {
  font-size: 1.7rem;
  font-weight: 500;
  color: #d6ff3c;
  margin-bottom: 2rem;
  text-transform: lowercase;
  letter-spacing: 0.02em;
}

.section-people {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}

.person-block {
  min-width: 200px;
  margin-bottom: 0;
}

.person-name {
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.2em;
  line-height: 1.1;
}

.person-role {
  font-size: 0.9rem;
  color: #bdbdbd;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

/* Mailto link styles for staff names */
a.person-name {
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease;
}

a.person-name:hover {
  color: #d6ff3c;
}

a.featured-name {
  text-decoration: none;
  color: #d6ff3c !important;
  transition: opacity 0.2s ease;
}

a.featured-name:hover {
  opacity: 0.8;
}

/* Sales & PR link styles */
a.person-role {
  text-decoration: none !important;
  color: #bdbdbd !important;
  transition: color 0.2s ease;
  display: block !important;
}

a.person-role:hover {
  color: #d6ff3c !important;
}

/* US Staff Grid Layout */
.us-staff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
}

.us-staff-item[data-index="0"] {
  grid-column: 1 / 3;
  grid-row: 1;
}

.us-staff-item[data-index="1"] {
  grid-column: 1 / 2;
  grid-row: 2;
}

.us-staff-item[data-index="2"] {
  grid-column: 2 / 3;
  grid-row: 2;
}

.us-staff-item[data-index="3"] {
  grid-column: 3 / 4;
  grid-row: 2;
}

.us-staff-item[data-index="4"] {
  grid-column: 1 / 3;
  grid-row: 3;
}

.us-staff-item[data-index="5"] {
  grid-column: 1 / 3;
  grid-row: 4;
}

/* Places and social sections */
main.contacts .places-container {
  position: relative;
  z-index: 2;
  margin-top: 4rem;
  text-align: center;
}

main.contacts .places-container .divider {
  margin: 0 10px;
  font-size: 1.125rem;
  vertical-align: middle;
  display: none;
}

main.contacts .places-container .copy {
  font-size: 1rem;
  display: block;
  text-align: center;
}

main.contacts .places-container a {
  color: var(--color-white);
}

main.contacts .places-container a:hover {
  font-weight: bold;
}

main.contacts .places-container .places {
  display: block;
  margin-bottom: 10px;
}

main.contacts .places-container .places a {
  text-align: center;
  padding: 0 5px;
  display: inline-block;
  margin: 0;
  font-size: 0.7rem;
}

main.contacts .places-container .social {
  display: block;
  text-align: center;
}

main.contacts .places-container .social ul li {
  display: inline-block;
  vertical-align: text-top;
  padding: 0 5px;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

main.contacts .places-container .social ul li:hover {
  opacity: 1;
}

main.contacts .places-container .social ul li a img {
  width: 16px;
  height: 16px;
}

/* Background video styles */
main.contacts .contacts-bg {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}

main.contacts .contacts-bg video {
  opacity: 0.25;
  transition: all 0.3s ease-in-out;
  display: none;
}

main.contacts .contacts-bg video.active {
  display: block;
  opacity: 0.25;
  z-index: 100;
}

main.contacts .contacts-bg .video-info {
  position: absolute;
  right: 60px;
  bottom: 60px;
  display: none;
  font-size: 1.5rem;
  color: var(--color-cream);
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

main.contacts .contacts-bg .video-info .video-subtitle {
  font-weight: bold;
}

/* Desktop responsive styles */
@media (min-width: 577px) {
  main.contacts .places-container .places a {
    margin: 5px 0;
    font-size: 1rem;
    margin: 0;
  }
}

@media (min-width: 769px) {
  main.contacts .places-container .divider {
    display: inline-block;
  }
  
  main.contacts .places-container .copy {
    display: inline-block;
    text-align: left;
  }
  
  main.contacts .places-container .places {
    display: inline-block;
    margin: 0;
  }
  
  main.contacts .places-container .social {
    display: inline-block;
  }
  
  main.contacts .contacts-bg .video-info {
    display: block;
  }
}

/* Mobile responsiveness */
@media (max-width: 900px) {
  .contact-grid {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }
  
  .contact-left, 
  .contact-right {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 2vw 4vw !important;
  }
  
  .contact-right {
    justify-content: flex-start !important;
  }
  
  .featured-name {
    font-size: 2rem;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .person-name {
    font-size: 1.3rem;
  }
  
  .section-people {
    gap: 1.5rem;
  }
  
  .person-block {
    min-width: auto;
  }
}

/* --- CONTACT PAGE ADVANCED LAYOUT --- */
@media (min-width: 901px) {
  .contact-grid {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    align-items: start;
    width: 100%;
    min-height: 80vh;
    gap: 0 3vw;
  }
  .contact-left {
    width: 100% !important;
    min-width: 300px !important;
    max-width: 600px !important;
    padding: 4vw 2vw 0 6vw !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    flex-shrink: 0 !important;
    position: relative;
    z-index: 2;
    box-sizing: border-box !important;
    background: transparent;
  }
  .contact-right {
    width: 100% !important;
    min-width: 0 !important;
    padding: 4vw 6vw 0 2vw !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-self: start !important;
    position: relative;
    z-index: 2;
    box-sizing: border-box !important;
    background: transparent;
    margin-top: calc(9rem + 3rem);
  }
  .section-group {
    padding-top: 2.5rem;
  }
  .section-group:first-child {
    border-top: none;
    padding-top: 0;
  }
  .section-title {
    margin-bottom: 1.5rem;
  }
  .section-people {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
  }
  
  /* Override for US staff grid on desktop */
  .us-staff-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(4, auto) !important;
    gap: 2rem !important;
    align-items: flex-start !important;
    width: 100% !important;
  }
}
@media (max-width: 1200px) and (min-width: 901px) {
  .section-people {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .contact-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0;
  }
  .section-people {
    display: flex;
    flex-direction: column;
    gap: 1.5rem 0;
  }
  
  /* US staff grid reverts to column layout on mobile */
  .us-staff-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem 0 !important;
  }
}
.person-block {
  min-width: 0;
  margin-bottom: 0;
}
.person-name {
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.1em;
  line-height: 1.1;
}
.person-role {
  font-size: 0.7rem;
  color: #bdbdbd;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

/* --- CONTACT PAGE SECTION ROW LAYOUT --- */
@media (min-width: 901px) {
  .section-row {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: start;
    gap: 2vw;
    border-top: 2px solid #444;
    padding-top: 2.5rem;
  }
  .section-group:first-child .section-row {
    border-top: none;
    padding-top: 0;
  }
  .section-title {
    font-size: 1.7rem;
    font-weight: 400;
    color: #d6ff3c;
    text-transform: lowercase;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    align-self: start;
    justify-self: start;
  }
  .section-people {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
  }
}
@media (max-width: 1200px) and (min-width: 901px) {
  .section-people {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .section-row {
    display: block;
    padding-top: 0;
    border-top: 2px solid #444;
  }
  .section-title {
    margin-bottom: 1.5rem;
  }
  .section-people {
    display: flex;
    flex-direction: column;
    gap: 1.5rem 0;
    margin-bottom: 2rem;
  }
  .person-name {
    font-size: 1.2rem;
  }
  .person-role {
    font-size: 0.7rem;
  }
}