
[data-v-6ccbb5f8] .v-tabs-slider-wrapper {
  left: auto !important;
  right: 0;
}
[data-v-6ccbb5f8] .theme--light.v-tabs > .v-tabs-bar{
  background-color :rgba(249, 249, 249, 0);
  margin-top: 18px
}
[data-v-6ccbb5f8] .v-slide-group__content{
  border-bottom: 0px solid #80808029;
  margin-right: 24px;
}
[data-v-6ccbb5f8] .v-tab{
  border-right: 2px solid #80808029;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}



.v-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.v-carousel__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.v-carousel__controls > .v-item-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.v-carousel__controls__item {
  margin: 0 8px;
}
.v-carousel__controls__item .v-icon {
  opacity: 0.5;
}
.v-carousel__controls__item--active .v-icon {
  opacity: 1;
  vertical-align: middle;
}
.v-carousel__controls__item:hover {
  background: none;
}
.v-carousel__controls__item:hover .v-icon {
  opacity: 0.8;
}

.v-carousel__progress {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.v-carousel .v-window-item {
  display: block;
  height: inherit;
  text-decoration: none;
}

.v-carousel--hide-delimiter-background .v-carousel__controls {
  background: transparent;
}

.v-carousel--vertical-delimiters .v-carousel__controls {
  height: 100% !important;
  width: 50px;
}

/*# sourceMappingURL=24.021d50a9.css.map*/