.layout_production_header {
  overflow: hidden; }
  .layout_production_header .c-layout__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none; }

.l-production-header {
  padding: 0;
  margin: 0;
  color: #fff2e0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .l-production-header .slick-list {
    height: 100%; }
  .l-production-header .slick-track {
    height: 100%; }
  .l-production-header .slick-slide img {
    min-width: 100%;
    width: auto;
    height: 100%;
    object-fit: cover; }
  @media (max-width: 767.98px) {
    .l-production-header .slick-dots {
      top: auto; } }
  .l-production-header__controls-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1; }
    .l-production-header__controls-button.prev, .l-production-header__controls-button.next {
      width: 21px;
      height: 37px; }
      @media (max-width: 1199.98px) {
        .l-production-header__controls-button.prev, .l-production-header__controls-button.next {
          width: 15px;
          height: 25px; } }
      .l-production-header__controls-button.prev img, .l-production-header__controls-button.next img {
        width: 21px;
        height: 37px; }
        @media (max-width: 1199.98px) {
          .l-production-header__controls-button.prev img, .l-production-header__controls-button.next img {
            width: 15px;
            height: 25px; } }
    .l-production-header__controls-button.prev {
      left: 30px; }
      @media (max-width: 1199.98px) {
        .l-production-header__controls-button.prev {
          left: 10px; } }
    .l-production-header__controls-button.next {
      right: 30px; }
      @media (max-width: 1199.98px) {
        .l-production-header__controls-button.next {
          right: 10px; } }
  .l-production-header__media-container {
    position: absolute !important;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    padding: 0; }
    .l-production-header__media-container:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      pointer-events: none; }
  .l-production-header__video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .l-production-header__wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 1050px;
    height: 1080px;
    max-height: 100vh; }
    @media (max-width: 1199.98px) {
      .l-production-header__wrapper {
        height: 864px; } }
    @media (max-width: 767.98px) {
      .l-production-header__wrapper {
        height: 670px; } }
    @media (max-width: 575.98px) {
      .l-production-header__wrapper {
        height: 450px;
        padding: 60px 0 0; } }
  .l-production-header__title {
    font-size: 8.75em;
    color: #fff2e0;
    font-weight: bold;
    line-height: 1;
    font-family: "BluuNext", serif; }
    @media (max-width: 1199.98px) {
      .l-production-header__title {
        font-size: 5em; } }
    @media (max-width: 991.98px) {
      .l-production-header__title {
        font-size: 2.5em; } }
    @media (max-width: 575.98px) {
      .l-production-header__title {
        font-size: 2em;
        padding-right: 50px; } }
  .l-production-header__info {
    margin-top: 40px;
    max-width: 570px;
    font-size: 1.5em;
    font-family: "BluuNext", serif;
    font-weight: bold;
    line-height: normal;
    color: #fff2e0; }
    @media (max-width: 1199.98px) {
      .l-production-header__info {
        font-size: 1.2em;
        margin-top: 32px; } }
    @media (max-width: 991.98px) {
      .l-production-header__info {
        font-size: 1.125em; } }
    @media (max-width: 575.98px) {
      .l-production-header__info {
        font-size: 0.875em;
        margin-top: 20px; } }
  .l-production-header__platforms-title {
    margin: 80px 0 20px;
    font-size: 1em;
    font-weight: bold;
    color: #fff2e0;
    text-transform: uppercase; }
    @media (max-width: 575.98px) {
      .l-production-header__platforms-title {
        font-size: 0.875em;
        margin: 20px 0 10px; } }
  .l-production-header__platforms {
    display: flex; }
  .l-production-header__platform {
    max-width: 155px;
    margin-right: 15px;
    border: 2px solid #fff2e0;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .l-production-header__platform img {
      filter: brightness(0) invert(1); }
