/*-------------------------------
    Colors
-------------------------------*/
/*-------------------------------
    Fonts
-------------------------------*/
/*-------------------------------
    Common
-------------------------------*/
:root {
  --windowHeight: 100vh;
  --headerHeight: 90px;
  --headerHeightMobile: 84px;
  --headerHeightMobileResources: 138px; }

.c-home-banner {
  padding: 170px 0 150px;
  min-height: 100vh;
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .c-home-banner {
      padding: 80px 0 80px; } }
  .c-home-banner-video {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .c-home-banner-video::before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 3;
      background-color: #2D2E31;
      opacity: 0.2; }
  .c-home-banner__wrapper,
  .c-home-banner__wrapper * {
    position: relative;
    z-index: 2; }
  .c-home-banner__title h1 {
    text-transform: none;
    max-width: 700px; }
    .c-home-banner__title h1 span {
      color: #f4775e;
      font-weight: bold; }
  .c-home-banner__info {
    max-width: 900px; }
  .c-home-banner__date {
    margin-left: 45px; }
    @media screen and (max-width: 767px) {
      .c-home-banner__date {
        margin-left: 0;
        margin-top: 30px;
        width: 100%; } }

