.gibson {
  font-family: "poppinsLight", sans-serif;
  word-spacing: 2px; }
  .gibson b,
  .gibson strong {
    font-weight: 600; }

@keyframes fontVariantBolder {
  from {
    font-variation-settings: 'wght' 500, 'wdth' 35; }
  to {
    font-variation-settings: 'wght' 600, 'wdth' 56.67; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.ccm-timebox {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #0E0E0E;
  color: #fff; }
  .ccm-timebox__button {
    border: none;
    padding: 1rem;
    background: none;
    color: #fff;
    transition: 0.3s ease all; }
    .ccm-timebox__button-wrapper {
      position: absolute;
      right: 8rem;
      bottom: 8rem;
      z-index: 4; }
      @media (max-width: 991.98px) {
        .ccm-timebox__button-wrapper {
          right: 1.6rem;
          bottom: 1.6rem; } }
    .ccm-timebox__button svg {
      width: 3.5rem;
      height: 3.5rem; }
    .ccm-timebox__button.js-previous svg {
      transform: rotate(180deg); }
    .ccm-timebox__button:hover {
      transform: scale(1.1);
      color: #fff; }
    .ccm-timebox__button:focus {
      outline: none; }
    .keyboard-navigation .ccm-timebox__button:focus {
      box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
    .keyboard-navigation .ccm-dark-theme .ccm-timebox__button:focus {
      box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
    .keyboard-navigation .ccm-light-theme .ccm-timebox__button:focus {
      box-shadow: 0 0 0.2rem 0.3rem #000; }
  .ccm-timebox__inner {
    position: relative;
    overflow: hidden; }
  .ccm-timebox__slider {
    width: 100%;
    height: 100%; }
  .ccm-timebox__item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 6rem;
    opacity: 0; }
    .ccm-timebox__item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background: rgba(0, 0, 0, 0.4); }
    @media (max-width: 991.98px) {
      .ccm-timebox__item {
        padding: 2rem; } }
  .ccm-timebox__borders {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 4;
    border: 6rem solid #fff; }
    @media (max-width: 991.98px) {
      .ccm-timebox__borders {
        border-width: 2rem; } }
  .ccm-timebox__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1; }
  .ccm-timebox__title {
    font-size: 8rem;
    line-height: 0.9;
    text-transform: uppercase;
    margin: 2.5rem 0;
    font-family: "poppinsLight", sans-serif;
    letter-spacing: 0; }
    .ccm-timebox__title b,
    .ccm-timebox__title strong {
      font-family: "poppinsBold", sans-serif;
      letter-spacing: 0; }
    @media (max-width: 1199.98px) {
      .ccm-timebox__title {
        margin: 4rem 0;
        font-size: 6.8rem; } }
    @media (max-width: 991.98px) {
      .ccm-timebox__title {
        margin: 5rem 0;
        font-size: 5rem; } }
    @media (max-height: 800px) {
      .ccm-timebox__title {
        font-size: 6.5rem; } }
    @media (max-height: 750px) {
      .ccm-timebox__title {
        font-size: 6rem; } }
    @media (max-height: 600px) {
      .ccm-timebox__title {
        font-size: 4rem;
        line-height: 1.1; } }
    @media (max-height: 485px) {
      .ccm-timebox__title {
        font-size: 3rem; } }
  .ccm-timebox p {
    margin: 3rem 0 4rem;
    font-weight: 100;
    line-height: 1.4;
    font-size: 2.2rem;
    font-family: "poppinsLight", sans-serif;
    word-spacing: 2px; }
    .ccm-timebox p span,
    .ccm-timebox p b,
    .ccm-timebox p strong,
    .ccm-timebox p em {
      color: inherit !important; }
    .ccm-timebox p b {
      font-weight: 600; }
    @media (max-height: 800px) {
      .ccm-timebox p {
        font-size: 2rem; } }
    @media (max-height: 750px) {
      .ccm-timebox p {
        font-size: 1.8rem; } }
    @media (max-height: 600px) {
      .ccm-timebox p {
        font-size: 1.6rem; } }
  @media (max-width: 1199.98px) {
    .ccm-timebox p {
      font-size: 1.8rem; } }
  @media (max-width: 991.98px) {
    .ccm-timebox p {
      font-size: 1.6rem; } }
  .ccm-timebox__nav {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 9rem 9rem 0 9rem;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 4; }
    @media (max-width: 991.98px) {
      .ccm-timebox__nav {
        padding: 2rem 2rem 0 2rem; } }
    .ccm-timebox__nav li {
      width: 100%;
      margin: 0 0.8rem;
      padding: 0; }
    .ccm-timebox__nav-item {
      display: block;
      width: 100%;
      border: none;
      padding: 1.2rem 0;
      background: none; }
      .ccm-timebox__nav-item.paused-selected .timeline {
        background: rgba(196, 196, 196, 0.8); }
      .ccm-timebox__nav-item .timeline {
        display: block;
        position: relative;
        width: 100%;
        height: 0.8rem;
        background: rgba(196, 196, 196, 0.2); }
        .ccm-timebox__nav-item .timeline .time {
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          height: 100%;
          background: #fff;
          width: 0; }
  .ccm-timebox .container--xl {
    position: relative;
    z-index: 3; }
