.c-sticky-atc {
  display: none;
}
@media (max-width: 1280px) {
  .c-sticky-atc {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    background: #ffffff;
    box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.15);
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .c-sticky-atc.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
.c-sticky-atc__btn {
  display: block;
  width: 100%;
  height: 50px;
  background: #000000;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.c-sticky-atc__btn:hover {
  background: #343434;
}

/*# sourceMappingURL=sticky-atc.css.map */
