.tiga-swiper-container {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  height: 100%;
  transition-duration: 0ms;
  transition-timing-function: ease;
}
.tiga-swiper-wrap {
  touch-action: none;
}
.tiga-swiper-container__vertical {
  flex-direction: column;
}
.tiga-swiper-item {
  cursor: default;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tiga-swiper-item > div {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
}
.tiga-swiper {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.tiga-swiper-indicator {
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 20px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 2;
}
.tiga-swiper-indicator.tiga-indicator__disable svg {
  fill: #dbdbdb;
}
.tiga-dots-wrap {
  align-items: center;
  background: grey;
  border-radius: 20px;
  bottom: 5px;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 50%;
  padding: 0 10px;
  position: absolute;
  transform: translateX(-50%);
}
.tiga-dots {
  background: #dcdee0;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  margin-right: 6px;
  width: 10px;
}
.tiga-dots-active {
  background: #fff;
}
.tiga-swiper__vertical .tiga-dots-wrap {
  bottom: auto;
  flex-direction: column;
  height: auto;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.tiga-swiper__vertical .tiga-dots-wrap .tiga-dots {
  margin-right: 0;
  margin-top: 10px;
}
.tiga-swiper__vertical .tiga-dots-wrap .tiga-dots:last-of-type {
  margin-bottom: 10px;
}
.tiga-swiper__vertical .tiga-indicator-left {
  left: 50%;
  top: 20px;
  transform: translateX(-50%) translateY(0) rotate(90deg);
}
.tiga-swiper__vertical .tiga-indicator-right {
  bottom: 20px;
  left: 50%;
  top: auto;
  transform: translateX(-50%) translateY(0) rotate(90deg);
}
.tiga-indicator-left {
  left: 10px;
}
.tiga-indicator-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.tiga-indicator-icon,
.tiga-indicator-icon svg {
  -webkit-tap-highlight-color: transparent;
  height: 20px;
  width: 20px;
}
.tiga-indicator-right {
  right: 10px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin: 0;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
/*# sourceMappingURL=main.a6ea4600.css.map*/
