/*
  @include grid-setup((
    count: 12,
    gutter: 40px,
    column: 70px,
    width: 98%
  ));
*/
.b14-present-cursor::after {
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  background-image: url("../images/Cursor_01.svg");
  content: '';
  z-index: 999; }
.b14-present-cursor .click-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  margin: -16px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0; }

.b14-present-restart {
  display: block;
  width: 100%;
  padding: 40px 0;
  background-color: #ffffff;
  color: #ffffff;
  text-align: center; }

.b14-present-cursor-hover #coiConsentBanner {
  display: none !important; }

/*# sourceMappingURL=present.css.map */
