.history-gallery__inside {
  background: linear-gradient(180deg,rgba(1,2,5,.2) 17.33%,rgba(1,2,5,0) 79.11%),linear-gradient(90deg,rgba(1,2,5,.8) 0,rgba(1,2,5,0) 63.62%)
}
.history-gallery__tabs {
  position: absolute;
  width: 100%;
  top: var(--md-3);
  left: 0;
  z-index: 2
}
.history-gallery .history-tabs {
  padding: var(--sm-4) 2.75rem;
  background-color: var(--light-10);
  border-radius: var(--radius-xs);
  -webkit-backdrop-filter: blur(.75rem);
  backdrop-filter: blur(.75rem);
  position: relative;
  width: 100%;
  margin: 0 auto
}
.history-gallery .history-tabs__tab {
  background-color: transparent;
  border: none;
  color: var(--base-5);
  width: 100%;
  padding: .625rem;
  border-radius: var(--radius-xs);
  display: inline-block;
  transition: all .3s ease-in-out
}
.history-gallery .history-tabs__tab.active {
  background-color: var(--light-25)
}
.history-gallery .history-tabs__previous-arrow {
  position: absolute;
  top: 50%;
  left: .75rem;
  transform: translateY(-50%);
  z-index: 2
}
.history-gallery .history-tabs__next-arrow {
  position: absolute;
  top: 50%;
  right: .75rem;
  transform: translateY(-50%);
  z-index: 3
}
.history-gallery__main-content .history-gallery__slides {
  height: 40.3125rem
}
.history-gallery__main-content .history-gallery__slide {
  min-height: 40.3125rem;
  position: relative;
  display: flex;
  align-items: center
}
.history-gallery__main-content .history-gallery__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg,rgba(1,2,5,.2) 17.33%,rgba(1,2,5,0) 79.11%),linear-gradient(90deg,rgba(1,2,5,.8) 0,rgba(1,2,5,0) 63.62%)
}
.history-gallery__main-content .history-gallery__slide .history-gallery__img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0
}
.history-gallery__main-content .history-gallery__slide .history-gallery__content-wrapper {
  position: relative;
  z-index: 1
}
.history-gallery__main-pagination {
  display: none
}
.history-gallery .years {
  height: 27.125rem;
  padding: 0 0 0 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2
}
.history-gallery .years__list-item {
  list-style-type: none;
  opacity: .05;
  transition: all .3s ease-in-out
}
.history-gallery .years__list-item.o-081 {
  opacity: .81
}
.history-gallery .years__list-item.o-062 {
  opacity: .62
}
.history-gallery .years__list-item.o-043 {
  opacity: .43
}
.history-gallery .years__list-item.o-024 {
  opacity: .24
}
.history-gallery .years__list-item.o-005 {
  opacity: .05
}
.history-gallery .years__list-item.swiper-slide-active {
  opacity: 1
}
.history-gallery .years__list-item:hover {
  opacity: 1
}
.history-gallery .years__button {
  background-color: transparent;
  border: none;
  color: var(--base-5)
}
.history-gallery .years .swiper-slide-active {
  position: relative
}
.history-gallery .years .swiper-slide-active::before {
  content: "";
  position: absolute;
  height: .75rem;
  width: .75rem;
  border: 1px solid var(--base-5);
  background: 0 0;
  left: -.875rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%
}
.history-gallery__panel {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}
.history-gallery__panel.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
  transition: all 1s cubic-bezier(.46,.03,.52,.96) .2s
}
@media (min-width:768px) {
  .history-gallery__main-content .history-gallery__slides {
    height: 39.25rem
  }
  .history-gallery__main-content .history-gallery__slide {
    min-height: 39.25rem
  }
  .history-gallery .years {
    left: 8%
  }
}
@media (min-width:1200px) {
  .history-gallery .history-tabs {
    padding: var(--sm-4);
    max-width: calc(100% - 7.8125rem)
  }
  .history-gallery__main-content .history-gallery__slides {
    height: 56.25rem
  }
  .history-gallery__main-content .history-gallery__slide {
    min-height: 56.25rem
  }
  .history-gallery__main-pagination {
    all: unset;
    background: 0 0;
    position: absolute;
    bottom: calc(1 * (var(--md-3) - var(--xs-1)));
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    right: 0!important;
    left: 0!important;
    transform: none!important;
    top: auto!important;
    cursor: pointer
  }
  .history-gallery__main-pagination .swiper-pagination-bullet {
    all: unset;
    height: .5rem;
    width: .5rem;
    border-radius: var(--xs-2);
    background-color: var(--base-5);
    opacity: 1;
    margin: var(--xs-1)!important;
    transition: all .3s ease-in-out
  }
  .history-gallery__main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.25rem
  }
}
@media all and (width <= 360px) {
  .history-gallery .history-tabs {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
  .history-gallery .history-tabs__previous-arrow {
    left: 0
  }
  .history-gallery .history-tabs__next-arrow {
    right: 0
  }
}