.FrontBannerFullComponent {
  overflow: hidden;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  color: #ffffff; }
  @media (max-width: 767px) {
    .FrontBannerFullComponent {
      background-size: cover;
      overflow: hidden;
      height: 89vh !important; }
      .FrontBannerFullComponent .section-stco > .row > div {
        height: 100vh; }
        .FrontBannerFullComponent .section-stco > .row > div .ml-10 {
          margin-left: 2rem; } }
  .FrontBannerFullComponent .to-animate-group {
    position: relative; }
  .FrontBannerFullComponent .ml-10 {
    margin-left: 8rem; }
  .FrontBannerFullComponent .ii {
    padding-bottom: 12rem; }
  .FrontBannerFullComponent h1, .FrontBannerFullComponent h2, .FrontBannerFullComponent h3, .FrontBannerFullComponent h5 {
    color: #ffffff; }
  .FrontBannerFullComponent.isDark h1, .FrontBannerFullComponent.isDark h2, .FrontBannerFullComponent.isDark h3, .FrontBannerFullComponent.isDark h5 {
    color: #088fbc; }
  .FrontBannerFullComponent.isDark .rewind {
    color: #088fbc; }
    .FrontBannerFullComponent.isDark .rewind > div > span {
      border-bottom-color: #088fbc; }
  @media (min-width: 768px) {
    .FrontBannerFullComponent h1, .FrontBannerFullComponent h3, .FrontBannerFullComponent h5 {
      max-width: 45%; } }
  .FrontBannerFullComponent h1 {
    font-size: 3.6rem; }
    @media (max-width: 767px) {
      .FrontBannerFullComponent h1 {
        font-size: 1.5rem;
        position: absolute;
        bottom: 0;
        padding-left: 2rem; } }
  .FrontBannerFullComponent h3 {
    font-size: 2.2rem;
    font-weight: 200; }
  .FrontBannerFullComponent h5 {
    font-weight: 100; }
    @media (min-width: 768px) {
      .FrontBannerFullComponent h5 {
        width: 70%; } }
  .FrontBannerFullComponent a {
    color: #ffffff; }
    .FrontBannerFullComponent a > i {
      color: #f7f7f7; }
    .FrontBannerFullComponent a:hover {
      color: #b4c1d5;
      font-weight: 200;
      text-decoration: none; }
  .FrontBannerFullComponent .front-banner-main {
    height: 100%; }

@-webkit-keyframes move-in-steps {
  0% {
    width: 6rem; }
  60% {
    width: 1rem; }
  100% {
    width: 6rem; } }

@keyframes move-in-steps {
  0% {
    width: 6rem; }
  60% {
    width: 1rem; }
  100% {
    width: 6rem; } }
  .FrontBannerFullComponent #player {
    position: absolute;
    top: -320px;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (max-width: 767px) {
      .FrontBannerFullComponent #player {
        height: 32vh;
        top: 0;
        bottom: unset; } }
  .FrontBannerFullComponent .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.09); }
  @media (max-width: 767px) {
    .FrontBannerFullComponent .isText {
      top: 90px; }
      .FrontBannerFullComponent .isText .ii {
        margin-top: 35vh; } }
  .FrontBannerFullComponent .isText.v1 h1, .FrontBannerFullComponent .isText.v1 h2, .FrontBannerFullComponent .isText.v1 h3, .FrontBannerFullComponent .isText.v1 h5 {
    background: #3468a1;
    background: linear-gradient(125deg, #3468a1 0%, #0c519d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3468a1", endColorstr="#0c519d", GradientType=1);
    display: table-cell;
    font-size: 3.6rem;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .FrontBannerFullComponent .isText.v1 h1, .FrontBannerFullComponent .isText.v1 h2, .FrontBannerFullComponent .isText.v1 h3, .FrontBannerFullComponent .isText.v1 h5 {
        font-size: 2.5rem; } }
  .FrontBannerFullComponent .isText h1, .FrontBannerFullComponent .isText h2, .FrontBannerFullComponent .isText h3, .FrontBannerFullComponent .isText h5 {
    padding: .5rem 1rem .5rem 1rem; }
    @media (min-width: 768px) {
      .FrontBannerFullComponent .isText h1, .FrontBannerFullComponent .isText h2, .FrontBannerFullComponent .isText h3, .FrontBannerFullComponent .isText h5 {
        padding: .5rem 2rem .5rem 2rem; } }
  .FrontBannerFullComponent .rewind {
    transform-origin: 0 0;
    webkit-transform-origin: 0 0;
    transform: rotate(-90deg);
    webkit-transform: rotate(-90deg);
    position: absolute;
    bottom: 0;
    color: #ffffff;
    margin-left: 2rem; }
    .FrontBannerFullComponent .rewind > div {
      width: 7rem;
      display: inline-block;
      float: left; }
      .FrontBannerFullComponent .rewind > div > span {
        width: 7rem;
        border-bottom: 1px solid #ffffff;
        display: inline-block;
        float: right;
        margin-top: 1rem;
        margin-right: 1rem;
        -webkit-animation: move-in-steps 6s infinite;
                animation: move-in-steps 6s infinite; }

@keyframes move-in-steps {
  0% {
    width: 6rem; }
  60% {
    width: 1rem; }
  100% {
    width: 6rem; } }

