body {
  &.agree {
    .hideThis {
      display: none !important;
      opacity: 0;
    }

    .showThis {
      display: flex !important;
      opacity: 1;
    }

    .footer {
      &__default {
        display: none;
      }

      &__agree {
        display: block;
      }
    }

    .player {
      &__default {
        display: none;
      }

      &__agree {
        display: flex;
      }
    }
  }
}
