.close {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  width: 32px;
  height: 32px;
  text-indent: -999999px;
  cursor: pointer;
}

.close::before,
.close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  transition: all 0.25s ease-in-out;
  background-color: #1b1b1b;
}

.close::before {
  transform: rotate(45deg);
}

.close::after {
  transform: rotate(-45deg);
}

.close:hover::before,
.close:hover::after {
  background-color: #d3d3d3;
}
/*# sourceMappingURL=maps/close_1.css.map */
