/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  width: 38px;
  height: 38px;
  margin: -19px 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  background-size: 100% !important;
  --sp: calc(50% - 440px);
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button.previous {
  left: var(--sp);
  background: url(../images/icons/prev.png) no-repeat top center;
}

.flickity-prev-next-button.next {
  right: var(--sp);
  background: url(../images/icons/next.png) no-repeat top center;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 45px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 46px;
}

.flickity-prev-next-button .flickity-button-icon {
  /*position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;*/
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 45px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  z-index: 99;
  display: none;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
} 

.flickity-page-dots .dot.is-selected {
  background: #fff;
}

.carousel-cell {
  max-width: 725px;
  width: 53.8%;
  background-color: #fff;
  filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.11));
  margin: 15px;
  margin-right: 100px;
}

.carousel-cell .Col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 70px;
}
