/* - - - - - - - - - - - - - - - - - -

MSE
Custom styles

Designed + developed by Mike at Slate
https://slateapp.com/studio

// - - - - - - - - - - - - - - - - - - */
body {
  --slate-text-color: #fff;
}

section p a, section ul a, section ol a {
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .cookies {
    left: 50%;
    transform: translateX(-55%);
  }

  .state--cookies .cookies {
    transform: translateX(-50%);
  }
}
.header .wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .header .wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.body--header-inverse .header .logo img,
.footer .logo img {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1), visibility 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (max-width: 991px) {
  .body--header-inverse .header .logo img,
.footer .logo img {
    height: 40px;
  }
}
.body--header-inverse .header .logo img.logo__inverse,
.footer .logo img.logo__inverse {
  opacity: 1;
}
/*.body--header-inverse .header .logo:hover img,*/
/*.footer .logo:hover img {*/
/*  opacity: 1;*/
/*}*/
/*.body--header-inverse .header .logo:hover img.logo__inverse,*/
/*.footer .logo:hover img.logo__inverse {*/
/*  opacity: 0;*/
/*}*/

.menu {
  display: flex;
  align-self: center;
}
@media only screen and (min-width: 992px) {
  .menu {
    align-self: center;
  }
}
.menu li span {
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .menu [data-menu-item=Editors]:hover .menu__dropdown {
    opacity: 0;
    visibility: hidden;
  }
}
.menu li .menu__dropdown ul {
  padding: 16px 0;
}
.menu li .menu__dropdown ul:after {
  left: 60px !important;
}
.menu li .menu__dropdown li a {
  color: #000;
  transition: background-color 0.3s cubic-bezier(0.2, 0.3, 0, 1), color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  padding: 12px 30px;
}
.menu li .menu__dropdown li a:hover {
  background: var(--menu-editor-color);
  color: white;
}

@media only screen and (max-width: 991px) {
  .state--menu-open .menu [data-menu-item=Editors] svg {
    transform: rotate(180deg);
  }
}

.mobile-menu-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}

.state--menu-open {
  overflow-y: unset;
}

.mobile-menu {
  padding: 0;
  transform: none;
}
.mobile-menu ul {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.mobile-menu ul li a {
  padding: 12px 0 !important;
}
.mobile-menu ul li a.active {
  color: var(--text-strong-color);
}

.body--home .mobile-menu {
  padding-top: 80px;
}

.footer--split {
  text-align: unset;
}
.footer--split .wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 688px) {
  .footer--split .wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.footer--split .footer__left {
  width: 100%;
}
@media only screen and (min-width: 688px) {
  .footer--split .footer__left {
    width: auto;
  }
}
@media only screen and (min-width: 688px) {
  .footer--split .footer__right {
    text-align: right;
  }
}
.footer--split .social {
  margin-top: 0;
}
.footer--split .social li a {
  background: var(--background-alt-color);
  color: var(--text-medium-color);
  transition: background-color 0.3s cubic-bezier(0.2, 0.3, 0, 1), color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.footer--split .social li a:hover {
  color: white;
}
.footer--split .social li:nth-child(1) a:hover {
  background: var(--logo-m-color);
}
.footer--split .social li:nth-child(2) a:hover {
  background: var(--logo-s-color);
}
.footer--split .social li:nth-child(3) a:hover {
  background: var(--logo-e-color);
}
.footer--split .social li:nth-child(4) a:hover {
  background: var(--logo-dot-color);
}
.footer--split .footer__contact {
  margin-top: 10px;
  font-size: 16px;
}
.footer--split .footer__contact a {
  padding: 0;
  text-decoration: none;
}
.footer--split .footer__contact a:hover {
  color: var(--logo-t-color);
}
.footer--split .footer__contact a:last-child {
  padding-left: 8px;
}
.footer--split .footer__contact a:last-child:hover {
  color: var(--logo-v-color);
}

.button:hover,
button:hover {
  color: var(--accent-color);
}

.fade-in {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1);
}
.fade-in--active {
  opacity: 1;
  transform: translate(0, 0);
}

.fullscreen-video-carousel {
  background: var(--background-color);
  overflow: hidden;
}
.fullscreen-video-carousel:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .fullscreen-video-carousel[data-info-position=bottom-left] .fullscreen-video-carousel__info {
    bottom: 40px;
  }
}
.fullscreen-video-carousel .tns-controls {
  position: absolute;
  z-index: 1;
  bottom: 12px;
  right: 4px;
  display: flex;
  outline: none;
}
@media only screen and (min-width: 992px) {
  .fullscreen-video-carousel .tns-controls {
    bottom: 36px;
    right: 26px;
  }
}
@media only screen and (min-width: 1312px) {
  .fullscreen-video-carousel .tns-controls {
    right: 76px;
  }
}
.fullscreen-video-carousel .tns-controls button {
  -webkit-appearance: none;
  border: 0;
  background: 0;
  padding: 10px;
  opacity: 0.7;
  transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.fullscreen-video-carousel .tns-controls button:focus, .fullscreen-video-carousel .tns-controls button:active {
  outline: none;
}
.fullscreen-video-carousel .tns-controls button:hover {
  opacity: 1;
}
.fullscreen-video-carousel .tns-controls button svg {
  display: block;
  height: 30px;
}
@media only screen and (min-width: 992px) {
  .fullscreen-video-carousel .tns-controls button svg {
    height: 40px;
  }
}
.fullscreen-video-carousel .tns-controls button svg path {
  fill: white;
}
.fullscreen-video-carousel__item--aspect-ratio-fix {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.fullscreen-video-carousel__item--aspect-ratio-fix .fullscreen-video-carousel__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0;
  height: auto;
  width: auto;
  min-height: calc(100% + 2px);
  min-width: calc(100% + 2px);
}
.fullscreen-video-carousel__item.tns-slide-active .fullscreen-video-carousel__info__editor {
  opacity: 1;
  transform: translate(0);
}
.fullscreen-video-carousel__info__editor {
  display: inline-block;
  padding: 6px 0;
  font-size: calc(var(--h3-font-size) + 5px);
  color: white;
  margin-bottom: 6px;
  opacity: 0;
  transform: translate(0, 16px);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
}

@media only screen and (max-width: 991px) {
  .body--director {
    padding-top: 80px;
  }
  .body--director .fullscreen-video-carousel {
    display: none;
  }
}
.body--director .title-text {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .body--director .title-text {
    margin-top: 32px;
  }
}
.body--director .fullscreen-video-carousel {
  height: 80vh;
}
.body--director .fullscreen-video-carousel__item {
  height: 80vh;
}

.director-reels {
  margin-top: 20px;
}

.director-reels__menu {
  display: inline-flex;
  flex-flow: wrap;
  justify-content: start;
  gap: 4px;
}
.director-reels__menu li {
  margin: 0;
  background: var(--background-color);
}
.director-reels__menu li.active {
  background-color: var(--editor-color);
}
.director-reels__menu:hover li {
  background: var(--background-color);
}
.director-reels__menu:hover li:hover {
  background-color: var(--editor-color);
  color: white;
}

.grid-item__overlay {
  background: transparent;
}

.grid-item__detail__label {
  font-size: 10px;
}

@media only screen and (min-width: 1312px) {
  .grid-item__detail__label {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
.grid-item__detail__value {
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .grid-item__detail__value {
    font-size: 16px;
  }

  [data-columns-m="2"] .grid-item__detail__value {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1312px) {
  .grid-item__detail__value {
    font-size: 17px;
  }

  [data-columns-l="2"] .grid-item__detail__value, [data-columns-xl="2"] .grid-item__detail__value {
    font-size: 19px;
  }
}
.grid-item--aspect-ratio-fix .js-play {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.grid-item--aspect-ratio-fix .grid-item__media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0;
  height: auto;
  width: auto;
  min-height: calc(100% + 2px);
  min-width: calc(100% + 2px);
}

.video__details li:first-child,
.video__details li:nth-child(2),
.video__details li:nth-child(3) {
  color: white;
}

.flowplayer.is-fullscreen .fp-player {
  background-color: #000;
}

.contacts {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .contacts {
    padding-top: 40px;
  }
}
.contacts__header .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.contacts__header .logo img {
  visibility: visible;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1), visibility 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (max-width: 991px) {
  .contacts__header .logo img {
    height: 40px;
  }
}
.contacts__header .logo img:not(.logo__inverse) {
  opacity: 1;
}
.contacts__header .logo:hover img {
  opacity: 1;
}
.contacts__header .logo:hover img:not(.logo__inverse) {
  opacity: 0;
}
.contacts__header .button {
  background: var(--background-color);
  color: var(--text-strong-color);
  font-size: var(--button-font-size);
}
.contacts__header .button:hover {
  background: #222;
  color: var(--text-strong-color);
}
.contacts__header .button svg {
  fill: currentColor;
}

.contact {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .contact {
    padding-top: 40px;
  }
}
.contact h2 {
  text-transform: uppercase;
}
.contact p {
  margin-top: 0;
}
.contact__grid {
  margin-top: 10px;
  display: grid;
  row-gap: 10px;
}
@media only screen and (min-width: 688px) {
  .contact__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 30px;
  }
}

.body--legal {
  padding-top: 80px;
}
@media only screen and (min-width: 992px) {
  .body--legal {
    padding-top: 140px;
  }
}

/* Showreel menu styles */
.showreel--2020 {
  --logo-height: 60px;
  --font-family-primary: Bliss, sans-serif;
  --font-family-secondary: Bliss, sans-serif;
  --font-weight-light: 200;
  --font-weight-regular: 300;
  --font-weight-medium: 400;
  --font-weight-bold: 700;
  --menu-font-size-small: 16px;
  --menu-font-size-medium: 16px;
  --menu-font-size-large: 14px;
  --menu-font-weight: 700;
  --menu-letter-spacing: 0.1em;
  --menu-text-transform: uppercase;
  --heading-font-weight: 700;
  --heading-letter-spacing: 0em;
  --heading-text-transform: none;
  --h1-font-size: 26px;
  --h2-font-size: 24px;
  --h3-font-size: 20px;
  --h4-font-size: 17px;
  --p-font-size: 17px;
  --p-lineheight: 1.5;
  --button-font-size: 12px;
  --button-font-weight: 300;
  --button-letter-spacing: 0.2em;
  --button-text-transform: uppercase;
  --button-border-radius: 2px;
  --background-color: #000;
  --background-alt-color: #111;
  --background-inverse-color: #fff;
  --text-strong-color: #fff;
  --text-medium-color: #fff;
  --text-light-color: #787878;
  --text-inverse-color: #ffffff;
  --accent-color: rgba(26,169,176,0.7);
  --accent-inverse-color: #63E312;
  --white-color: #fff;
  --black-color: #000;
  --sage-color: #D6E2C3;
  --forest-color: #00300F;
  --electric-color: #63E312;
  --editor-color: rgba(206, 19, 138,0.7);
  --logo-m-color: #724F9A;
  --logo-s-color: #22A8B0;
  --logo-e-color: #D52832;
  --logo-dot-color: #D64C96;
  --logo-t-color: #D6A137;
  --logo-v-color: #83A945;
  --slate-text-color: #191919;
  --slate-accent-color: #009CA6;
  --text-color: var(--text-strong-color);
  --overlay-background-color: var(--background-inverse-color);
  --overlay-text-color: var(--text-inverse-color);
  --overlay-accent-color: var(--accent-inverse-color);
  --section-margin-regular: 30px;
  --section-margin-large: 60px;
  --wrap-pad: 20px;
  --wrap-narrow: 440px;
}
.showreel--2020 .footer {
  text-align: center;
}
.showreel--2020 .footer .logo {
  display: inline-block;
  position: relative;
}
.showreel--2020 .footer .logo img {
  height: 60px;
  object-fit: contain;
}
.showreel--2020 .footer__contact {
  margin-top: 20px;
  font-size: var(--p-font-size);
  line-height: var(--p-lineheight);
  color: var(--text-medium-color);
}
@media only screen and (min-width: 688px) {
  .showreel--2020 .footer__contact {
    margin-top: 30px;
  }
}
.showreel--2020 .footer__contact a,
.showreel--2020 .footer__contact span {
  display: inline-block;
  padding: 0 8px;
}
@media only screen and (min-width: 688px) {
  .showreel--2020 .footer__contact a,
.showreel--2020 .footer__contact span {
    padding: 0 15px;
  }
}
.showreel--2020 .footer__contact a {
  color: var(--text-medium-color);
  text-decoration: underline;
  text-decoration-color: var(--accent-color);
}
.showreel--2020 .footer__contact a:hover {
  color: var(--accent-color);
}
.showreel--2020 .footer__contact div {
  margin-top: 10px;
}
.showreel--2020 .social {
  margin-top: 20px;
}
@media only screen and (min-width: 688px) {
  .showreel--2020 .social {
    margin-top: 30px;
  }
}
.showreel--2020 .social li {
  display: inline-block;
  margin: 0 3px;
}
.showreel--2020 .social li a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: var(--accent-color);
  color: var(--background-color);
  transition: background-color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .social li a:hover {
  background: var(--text-strong-color);
}
.showreel--2020 .social li a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: currentColor;
}
.showreel--2020 .social li a.facebook-icon svg {
  width: 26px;
  height: 26px;
}
.showreel--2020 .social li a.instagram-icon svg {
  width: 28px;
  height: 28px;
}
.showreel--2020 .social li a.linkedin-icon svg {
  width: 30px;
  height: 30px;
}
.showreel--2020 .social li a.twitter-icon svg {
  width: 30px;
  height: 30px;
}
.showreel--2020 .social li a.tiktok-icon svg {
  width: 20px;
  height: 20px;
}
.showreel--2020 .social li a.vimeo-icon svg {
  width: 28px;
  height: 28px;
}
.showreel--2020 .social li a.soundcloud-icon svg {
  width: 26px;
  height: 22px;
}
.showreel--2020 .social li a.imdb-icon svg {
  width: 22px;
  height: 22px;
}
@media only screen and (min-width: 992px) {
  .showreel--2020 .footer--split .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .showreel--2020 .footer--split .footer__right {
    text-align: right;
  }
  .showreel--2020 .footer--split .footer__contact {
    margin-top: 0;
  }
  .showreel--2020 .footer--split .footer__contact a, .showreel--2020 .footer--split .footer__contact span {
    padding: 0 0 0 30px;
  }
  .showreel--2020 .footer--split .social {
    margin-top: 20px;
  }
}
.showreel--2020 .footer--split {
  text-align: unset;
}
.showreel--2020 .footer--split .wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 688px) {
  .showreel--2020 .footer--split .wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.showreel--2020 .footer--split .footer__left {
  width: 100%;
}
@media only screen and (min-width: 688px) {
  .showreel--2020 .footer--split .footer__left {
    width: auto;
  }
}
@media only screen and (min-width: 688px) {
  .showreel--2020 .footer--split .footer__right {
    text-align: right;
  }
}
.showreel--2020 .footer--split .social {
  margin-top: 0;
}
.showreel--2020 .footer--split .social li a {
  background: var(--background-alt-color) !important;
  color: var(--text-medium-color);
  transition: background-color 0.3s cubic-bezier(0.2, 0.3, 0, 1), color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .footer--split .social li a svg path {
  fill: currentColor !important;
}
.showreel--2020 .footer--split .social li a:hover {
  color: white;
}
.showreel--2020 .footer--split .social li:nth-child(1) a:hover {
  background: var(--logo-m-color) !important;
}
.showreel--2020 .footer--split .social li:nth-child(2) a:hover {
  background: var(--logo-s-color) !important;
}
.showreel--2020 .footer--split .social li:nth-child(3) a:hover {
  background: var(--logo-e-color) !important;
}
.showreel--2020 .footer--split .social li:nth-child(4) a:hover {
  background: var(--logo-dot-color) !important;
}
.showreel--2020 .footer--split .footer__contact {
  margin-top: 10px;
  font-size: 16px;
}
.showreel--2020 .footer--split .footer__contact a {
  padding: 0;
  text-decoration: none;
}
.showreel--2020 .footer--split .footer__contact a:hover {
  color: var(--logo-t-color);
}
.showreel--2020 .footer--split .footer__contact a:last-child {
  padding-left: 8px;
}
.showreel--2020 .footer--split .footer__contact a:last-child:hover {
  color: var(--logo-v-color);
}
.showreel--2020 .logo__inverse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.showreel--2020 .body--header-inverse .header .logo img,
.showreel--2020 .footer .logo img {
  visibility: visible;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1), visibility 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (max-width: 991px) {
  .showreel--2020 .body--header-inverse .header .logo img,
.showreel--2020 .footer .logo img {
    height: 40px;
  }
}
.showreel--2020 .body--header-inverse .header .logo img.logo__inverse,
.showreel--2020 .footer .logo img.logo__inverse {
  opacity: 1;
}
.showreel--2020 .body--header-inverse .header .logo:hover img,
.showreel--2020 .footer .logo:hover img {
  opacity: 1;
}
.showreel--2020 .body--header-inverse .header .logo:hover img.logo__inverse,
.showreel--2020 .footer .logo:hover img.logo__inverse {
  opacity: 0;
}
.showreel--2020 .wrap {
  max-width: unset;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .wrap {
    padding: 0 100px;
  }
}
.showreel--2020 .wrap.grid-section {
  padding: 0 20px;
}
.showreel--2020 .wrap.grid-section:before {
  content: unset;
}
.showreel--2020 .header {
  padding: 20px 0 !important;
}
@media only screen and (min-width: 992px) {
  .showreel--2020 .header {
    padding: 40px 0 !important;
  }
}
.showreel--2020 .header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.showreel--2020 .header__menu-wrap {
  display: flex;
  flex-direction: column;
  right: unset !important;
  position: relative;
  top: unset;
}
.showreel--2020 .header__title {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .header__title h1 {
    font-size: 30px;
  }
}
.showreel--2020 .header__logo img {
  visibility: visible;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1), visibility 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  height: var(--logo-height);
  max-width: none !important;
}
@media only screen and (max-width: 991px) {
  .showreel--2020 .header__logo img {
    height: 40px;
  }
}
.showreel--2020 .header__logo img.header__logo__inverse {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.showreel--2020 .header__logo a {
  position: relative;
}
.showreel--2020 .header__logo a:hover img {
  opacity: 1;
}
.showreel--2020 .header__logo a:hover img.header__logo__inverse {
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .header__logo {
    justify-content: left;
  }
  .showreel--2020 .header__logo.header--logo-medium a img {
    max-height: 60px;
  }
  .showreel--2020 .header__title {
    margin: 25px 0 0;
  }
  .showreel--2020 .header__title h1 {
    font-size: 30px;
  }
}
.showreel--2020 .menu {
  display: flex;
  align-self: flex-end;
  list-style: none;
  margin: 0;
  line-height: 1;
  z-index: 1;
  position: relative;
}
.showreel--2020 .menu li {
  position: relative;
}
.showreel--2020 .menu li a,
.showreel--2020 .menu li span {
  display: block;
  position: relative;
  padding: 10px 12px;
  font-size: var(--menu-font-size-large);
  font-weight: var(--menu-font-weight);
  line-height: 1;
  letter-spacing: var(--menu-letter-spacing);
  text-transform: var(--menu-text-transform);
  color: var(--text-color);
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1312px) {
  .showreel--2020 .menu li a,
.showreel--2020 .menu li span {
    padding: 10px 18px;
  }
}
.showreel--2020 .menu li a svg,
.showreel--2020 .menu li span svg {
  display: inline-block;
  margin: -1px 0 0 6px;
  vertical-align: top;
  height: var(--menu-font-size-large);
  fill: var(--text-color);
  transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .menu li a svg path,
.showreel--2020 .menu li span svg path {
  fill: var(--text-color);
}
.showreel--2020 .menu li a:hover, .showreel--2020 .menu li a.active {
  color: var(--accent-color);
}
.showreel--2020 .menu li a:hover svg, .showreel--2020 .menu li a.active svg {
  fill: var(--accent-color);
}
.showreel--2020 .menu li span {
  cursor: default;
}
.showreel--2020 .menu li .menu__dropdown {
  position: absolute;
  top: 100%;
  left: -20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .menu li .menu__dropdown li a {
  color: black;
  transition: background-color 0.3s cubic-bezier(0.2, 0.3, 0, 1), color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  padding: 12px 30px;
}
.showreel--2020 .menu li .menu__dropdown li a:hover {
  background: var(--menu-editor-color);
  color: white;
}
.showreel--2020 .menu li .menu__dropdown ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 16px 0;
  background: white;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.showreel--2020 .menu li .menu__dropdown ul:after {
  bottom: 100%;
  left: 60px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: white;
  border-width: 10px;
}
.showreel--2020 .menu li .menu__dropdown li a {
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .menu li:hover .menu__dropdown {
    opacity: 1;
    visibility: visible;
  }
  .showreel--2020 .menu li:hover .menu__dropdown ul {
    transform: translate(0, 10px);
  }
}
.showreel--2020 .menu > li:last-child > a,
.showreel--2020 .menu > li:last-child > span {
  padding-right: 0;
}
.showreel--2020 .menu li:last-child .menu__dropdown {
  left: auto;
  right: -20px;
  text-align: right;
}
.showreel--2020 .menu li:last-child .menu__dropdown ul:after {
  left: auto;
  right: 60px;
}
.showreel--2020 .mobile-menu-wrap {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--background-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .showreel--2020 .mobile-menu-wrap {
    display: none;
  }
}
.showreel--2020 .mobile-menu {
  list-style: none;
  text-align: center;
  width: 100%;
  padding-top: calc( (var(--wrap-pad) * 3) + var(--logo-height) );
  padding-bottom: 80px;
  margin: auto !important;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 10px);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .mobile-menu li a,
.showreel--2020 .mobile-menu li span {
  display: block;
  padding: 7px 0;
  font-size: var(--menu-font-size-small);
  font-weight: var(--menu-font-weight);
  line-height: 1;
  letter-spacing: var(--menu-letter-spacing);
  text-transform: var(--menu-text-transform);
  color: var(--text-strong-color);
}
@media only screen and (min-width: 688px) {
  .showreel--2020 .mobile-menu li a,
.showreel--2020 .mobile-menu li span {
    padding: 10px 0;
    font-size: var(--menu-font-size-medium);
  }
}
.showreel--2020 .mobile-menu li a.active,
.showreel--2020 .mobile-menu li span.active {
  color: var(--accent-color);
}
.showreel--2020 .mobile-menu li span {
  margin-top: 20px;
  color: var(--text-medium-color);
  font-size: calc( var(--menu-font-size-small) * 0.8 );
}
@media only screen and (min-width: 688px) {
  .showreel--2020 .mobile-menu li span {
    margin-top: 30px;
    font-size: calc( var(--menu-font-size-medium) * 0.8 );
  }
}
.showreel--2020 .mobile-menu li ul {
  list-style: none;
  margin-bottom: 20px;
}
@media only screen and (min-width: 688px) {
  .showreel--2020 .mobile-menu li ul {
    margin-bottom: 30px;
  }
}
.showreel--2020 .state--menu-open {
  overflow-y: hidden;
}
.showreel--2020 .state--menu-open .menu-toggle__bars {
  display: none;
}
.showreel--2020 .state--menu-open .menu-toggle__times {
  display: block;
}
.showreel--2020 .state--menu-open .mobile-menu-wrap {
  opacity: 1;
  visibility: visible;
}
.showreel--2020 .state--menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .mobile-menu-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  width: 100%;
}
.showreel--2020 .mobile-menu {
  padding: 0;
  transform: none;
}
.showreel--2020 .mobile-menu ul {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.showreel--2020 .mobile-menu ul li a {
  padding: 12px 0 !important;
}
.showreel--2020 .mobile-menu ul li a.active {
  color: var(--text-strong-color);
}
.state--menu-open {
  overflow-y: unset;
}
.state--menu-open .mobile-menu-wrap {
  opacity: 1;
  visibility: visible;
}
.state--menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}

@media only screen and (min-width: 768px) {
  .showreel--2020.full_bleed .header {
    padding: 40px 0 0;
  }
}
.showreel--2020.full_bleed .header .header__title {
  margin: 25px 0 0;
}
.showreel--2020.full_bleed .menu li {
  --text-color: white;
}
.showreel--2020.full_bleed .slide__content .wrap {
  display: flex;
  justify-content: space-between;
}
.showreel--2020 .marketing-bar {
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .marketing-bar {
    padding: 22px 100px 17px;
  }
}