/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.u6ug5h {
  position: relative;
}

.u6ug5h:focus { outline: none; }

.qn4l0v {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.bw3d6k {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.u6ug5h.vnxkkw {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.u6ug5h.vnxkkw .qn4l0v {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.u6ug5h.vnxkkw .qn4l0v.sdximx {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.ntlfp4 {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #b10707ed;
}

.ntlfp4:hover {
  background: white;
  cursor: pointer;
}

.ntlfp4:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.ntlfp4:active {
  opacity: 0.6;
}

.ntlfp4:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.qcte1p {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.bid721 {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.bid721.bkt49q { left: 10px; }
.bid721.odm1sa { right: 10px; }
/* right to left */
.fe3k0w .bid721.bkt49q {
  left: auto;
  right: 10px;
}
.fe3k0w .bid721.odm1sa {
  right: auto;
  left: 10px;
}

.bid721 .qcte1p {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.bhemha {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.fe3k0w .bhemha { direction: rtl; }

.bhemha .s9r8s3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #b10707ed;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.bhemha .s9r8s3.pwb661 {
  opacity: 1;
}
