.OurHistory {
  position: relative;
  width: 100%;
}
.OurHistory .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.OurHistory .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.OurHistory .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.OurHistory .swiper-android .swiper-slide,
.OurHistory .swiper-ios .swiper-slide,
.OurHistory .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.OurHistory .swiper-horizontal {
  touch-action: pan-y;
}
.OurHistory .swiper-vertical {
  touch-action: pan-x;
}
.OurHistory .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.OurHistory .swiper-slide-invisible-blank {
  visibility: hidden;
}
.OurHistory .swiper-autoheight,
.OurHistory .swiper-autoheight .swiper-slide {
  height: auto;
}
.OurHistory .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.OurHistory .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.OurHistory .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.OurHistory .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.OurHistory .swiper-3d {
  perspective: 1200px;
}
.OurHistory .swiper-3d .swiper-slide,
.OurHistory .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.OurHistory .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.OurHistory .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.OurHistory .swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.OurHistory .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.OurHistory .swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.OurHistory .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.OurHistory .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.OurHistory .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.OurHistory .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.OurHistory .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.OurHistory .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.OurHistory .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.OurHistory .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.OurHistory .swiper-3d .swiper-slide-shadow,
.OurHistory .swiper-3d .swiper-slide-shadow-left,
.OurHistory .swiper-3d .swiper-slide-shadow-right,
.OurHistory .swiper-3d .swiper-slide-shadow-top,
.OurHistory .swiper-3d .swiper-slide-shadow-bottom,
.OurHistory .swiper-3d .swiper-slide-shadow,
.OurHistory .swiper-3d .swiper-slide-shadow-left,
.OurHistory .swiper-3d .swiper-slide-shadow-right,
.OurHistory .swiper-3d .swiper-slide-shadow-top,
.OurHistory .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.OurHistory .swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.OurHistory .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.OurHistory .swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.OurHistory .swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.OurHistory .swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.OurHistory .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--blue));
  border-radius: 50%;
  border-top-color: transparent;
}
.OurHistory .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.OurHistory .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.OurHistory .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.OurHistory .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.OurHistory .swiper-controls {
  width: 100%;
  display: flex;
  position: relative;
  padding-top: 10px;
  padding-right: 16px;
}
.OurHistory .swiper-button-prev,
.OurHistory .swiper-button-next {
  cursor: pointer;
}
.OurHistory .swiper-button-prev.swiper-button-disabled,
.OurHistory .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.OurHistory .swiper-button-prev.swiper-button-hidden,
.OurHistory .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .OurHistory .swiper-button-prev,
.swiper-navigation-disabled .OurHistory .swiper-button-next {
  display: none !important;
}
.OurHistory .swiper-button-lock {
  display: none !important;
}
.OurHistory .swiper-button-prev,
.OurHistory .swiper-button-next {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px auto;
}
.OurHistory .swiper-button-prev {
  background-image: url("../../assets/images/ico-prev.webp");
}
.OurHistory .swiper-button-next {
  background-image: url("../../assets/images/ico-next.webp");
  margin-left: 29px;
}
.OurHistory .swiper-pagination {
  margin-left: auto;
  text-align: right;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.OurHistory .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .OurHistory .swiper-pagination, .OurHistory .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.OurHistory .swiper-pagination-fraction,
.OurHistory .swiper-pagination-custom,
.OurHistory .swiper-horizontal > .swiper-pagination-bullets,
.OurHistory .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.OurHistory .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.OurHistory .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.OurHistory .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.OurHistory .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.OurHistory .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.OurHistory .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.OurHistory .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.OurHistory .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.OurHistory .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--grey-dark);
}
button.OurHistory .swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .OurHistory .swiper-pagination-bullet {
  cursor: pointer;
}
.OurHistory .swiper-pagination-bullet:only-child {
  display: none !important;
}
.OurHistory .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--blue);
}
.OurHistory .swiper-vertical > .swiper-pagination-bullets,
.OurHistory .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.OurHistory .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.OurHistory .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.OurHistory .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.OurHistory .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.OurHistory .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.OurHistory .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.OurHistory .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.OurHistory .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.OurHistory .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.OurHistory .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.OurHistory .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.OurHistory .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.OurHistory .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.OurHistory .swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.OurHistory .swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.OurHistory .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--blue));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .OurHistory .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .OurHistory .swiper-pagination-progressbar, .OurHistory .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .OurHistory .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .OurHistory .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .OurHistory .swiper-pagination-progressbar, .OurHistory .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .OurHistory .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .OurHistory .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.OurHistory .swiper-pagination-lock {
  display: none !important;
}
.OurHistory .swiper-controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  width: auto;
  z-index: 1;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .OurHistory .swiper-controls {
    bottom: 101px;
  }
}
.OurHistory .swiper-button-next {
  margin-left: 0;
}
.OurHistory .swiper-pagination {
  text-align: center;
}
.OurHistory .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--real-white);
}
.OurHistory .swiper {
  width: 100%;
}
.OurHistory .swiper-slide {
  display: flex;
  flex-direction: column;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 560px;
}
@media (min-width: 992px) {
  .OurHistory .swiper-slide {
    min-height: 640px;
  }
}
.OurHistory .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(var(--RGB-grey), 0.85);
}
.OurHistory .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 104px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .OurHistory .info {
    padding-top: 104px;
    padding-bottom: 152px;
  }
}
@media (min-width: 992px) {
  .OurHistory .info .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.OurHistory .info .pretitle {
  color: var(--real-white);
  position: relative;
  z-index: 1;
  font-size: 26px;
  line-height: 1.07;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .OurHistory .info .pretitle {
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: -1.5px;
    margin-bottom: 48px;
  }
}
.OurHistory .info .year {
  color: var(--real-white);
  position: relative;
  z-index: 1;
  font-size: 144px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -4px;
  text-align: left;
  margin-bottom: 29px;
  display: flex;
  margin-right: auto;
}
@media (min-width: 992px) {
  .OurHistory .info .year {
    margin-top: -45px;
    font-size: 300px;
    letter-spacing: -12px;
    width: 50%;
  }
}
.OurHistory .info .year .start {
  color: var(--grey-lighter-2);
}
.OurHistory .info .texts {
  color: var(--real-white);
  position: relative;
  z-index: 1;
  margin-bottom: auto;
}
@media (min-width: 992px) {
  .OurHistory .info .texts {
    width: 40%;
    max-width: 377px;
    margin-left: auto;
  }
}
.OurHistory .info .texts .title {
  font-size: 24px;
  line-height: 1.08;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .OurHistory .info .texts .title {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -1.5px;
  }
}
.OurHistory .info .texts .text > * {
  color: var(--real-white);
  font-size: 14px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.OurHistory .info .pretitle,
.OurHistory .info .texts {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
@media (max-width: 991px) {
  .OurHistory .info .year {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
  }
}
@media (min-width: 992px) {
  .OurHistory .info .year {
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s 1s;
  }
}
@media (min-width: 992px) {
  .OurHistory .info .year .end {
    animation: yearUp 1s forwards;
  }
}
@media (min-width: 992px) {
  .OurHistory .info .year .goUp {
    animation: yearUp 1s forwards;
  }
}
@media (min-width: 992px) {
  .OurHistory .info .year .goCenter {
    animation: yearCenter 1s forwards;
  }
}
.OurHistory[data-item="0"] .info[data-number="0"] .pretitle,
.OurHistory[data-item="0"] .info[data-number="0"] .year,
.OurHistory[data-item="0"] .info[data-number="0"] .texts, .OurHistory[data-item="1"] .info[data-number="1"] .pretitle,
.OurHistory[data-item="1"] .info[data-number="1"] .year,
.OurHistory[data-item="1"] .info[data-number="1"] .texts, .OurHistory[data-item="2"] .info[data-number="2"] .pretitle,
.OurHistory[data-item="2"] .info[data-number="2"] .year,
.OurHistory[data-item="2"] .info[data-number="2"] .texts, .OurHistory[data-item="3"] .info[data-number="3"] .pretitle,
.OurHistory[data-item="3"] .info[data-number="3"] .year,
.OurHistory[data-item="3"] .info[data-number="3"] .texts, .OurHistory[data-item="4"] .info[data-number="4"] .pretitle,
.OurHistory[data-item="4"] .info[data-number="4"] .year,
.OurHistory[data-item="4"] .info[data-number="4"] .texts, .OurHistory[data-item="5"] .info[data-number="5"] .pretitle,
.OurHistory[data-item="5"] .info[data-number="5"] .year,
.OurHistory[data-item="5"] .info[data-number="5"] .texts, .OurHistory[data-item="6"] .info[data-number="6"] .pretitle,
.OurHistory[data-item="6"] .info[data-number="6"] .year,
.OurHistory[data-item="6"] .info[data-number="6"] .texts, .OurHistory[data-item="7"] .info[data-number="7"] .pretitle,
.OurHistory[data-item="7"] .info[data-number="7"] .year,
.OurHistory[data-item="7"] .info[data-number="7"] .texts, .OurHistory[data-item="8"] .info[data-number="8"] .pretitle,
.OurHistory[data-item="8"] .info[data-number="8"] .year,
.OurHistory[data-item="8"] .info[data-number="8"] .texts, .OurHistory[data-item="9"] .info[data-number="9"] .pretitle,
.OurHistory[data-item="9"] .info[data-number="9"] .year,
.OurHistory[data-item="9"] .info[data-number="9"] .texts, .OurHistory[data-item="10"] .info[data-number="10"] .pretitle,
.OurHistory[data-item="10"] .info[data-number="10"] .year,
.OurHistory[data-item="10"] .info[data-number="10"] .texts, .OurHistory[data-item="11"] .info[data-number="11"] .pretitle,
.OurHistory[data-item="11"] .info[data-number="11"] .year,
.OurHistory[data-item="11"] .info[data-number="11"] .texts, .OurHistory[data-item="12"] .info[data-number="12"] .pretitle,
.OurHistory[data-item="12"] .info[data-number="12"] .year,
.OurHistory[data-item="12"] .info[data-number="12"] .texts, .OurHistory[data-item="13"] .info[data-number="13"] .pretitle,
.OurHistory[data-item="13"] .info[data-number="13"] .year,
.OurHistory[data-item="13"] .info[data-number="13"] .texts, .OurHistory[data-item="14"] .info[data-number="14"] .pretitle,
.OurHistory[data-item="14"] .info[data-number="14"] .year,
.OurHistory[data-item="14"] .info[data-number="14"] .texts, .OurHistory[data-item="15"] .info[data-number="15"] .pretitle,
.OurHistory[data-item="15"] .info[data-number="15"] .year,
.OurHistory[data-item="15"] .info[data-number="15"] .texts, .OurHistory[data-item="16"] .info[data-number="16"] .pretitle,
.OurHistory[data-item="16"] .info[data-number="16"] .year,
.OurHistory[data-item="16"] .info[data-number="16"] .texts, .OurHistory[data-item="17"] .info[data-number="17"] .pretitle,
.OurHistory[data-item="17"] .info[data-number="17"] .year,
.OurHistory[data-item="17"] .info[data-number="17"] .texts, .OurHistory[data-item="18"] .info[data-number="18"] .pretitle,
.OurHistory[data-item="18"] .info[data-number="18"] .year,
.OurHistory[data-item="18"] .info[data-number="18"] .texts, .OurHistory[data-item="19"] .info[data-number="19"] .pretitle,
.OurHistory[data-item="19"] .info[data-number="19"] .year,
.OurHistory[data-item="19"] .info[data-number="19"] .texts, .OurHistory[data-item="20"] .info[data-number="20"] .pretitle,
.OurHistory[data-item="20"] .info[data-number="20"] .year,
.OurHistory[data-item="20"] .info[data-number="20"] .texts {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .OurHistory[data-item="0"] .info[data-number="0"] .year, .OurHistory[data-item="1"] .info[data-number="1"] .year, .OurHistory[data-item="2"] .info[data-number="2"] .year, .OurHistory[data-item="3"] .info[data-number="3"] .year, .OurHistory[data-item="4"] .info[data-number="4"] .year, .OurHistory[data-item="5"] .info[data-number="5"] .year, .OurHistory[data-item="6"] .info[data-number="6"] .year, .OurHistory[data-item="7"] .info[data-number="7"] .year, .OurHistory[data-item="8"] .info[data-number="8"] .year, .OurHistory[data-item="9"] .info[data-number="9"] .year, .OurHistory[data-item="10"] .info[data-number="10"] .year, .OurHistory[data-item="11"] .info[data-number="11"] .year, .OurHistory[data-item="12"] .info[data-number="12"] .year, .OurHistory[data-item="13"] .info[data-number="13"] .year, .OurHistory[data-item="14"] .info[data-number="14"] .year, .OurHistory[data-item="15"] .info[data-number="15"] .year, .OurHistory[data-item="16"] .info[data-number="16"] .year, .OurHistory[data-item="17"] .info[data-number="17"] .year, .OurHistory[data-item="18"] .info[data-number="18"] .year, .OurHistory[data-item="19"] .info[data-number="19"] .year, .OurHistory[data-item="20"] .info[data-number="20"] .year {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .OurHistory[data-item="0"] .info[data-number="0"] .year, .OurHistory[data-item="1"] .info[data-number="1"] .year, .OurHistory[data-item="2"] .info[data-number="2"] .year, .OurHistory[data-item="3"] .info[data-number="3"] .year, .OurHistory[data-item="4"] .info[data-number="4"] .year, .OurHistory[data-item="5"] .info[data-number="5"] .year, .OurHistory[data-item="6"] .info[data-number="6"] .year, .OurHistory[data-item="7"] .info[data-number="7"] .year, .OurHistory[data-item="8"] .info[data-number="8"] .year, .OurHistory[data-item="9"] .info[data-number="9"] .year, .OurHistory[data-item="10"] .info[data-number="10"] .year, .OurHistory[data-item="11"] .info[data-number="11"] .year, .OurHistory[data-item="12"] .info[data-number="12"] .year, .OurHistory[data-item="13"] .info[data-number="13"] .year, .OurHistory[data-item="14"] .info[data-number="14"] .year, .OurHistory[data-item="15"] .info[data-number="15"] .year, .OurHistory[data-item="16"] .info[data-number="16"] .year, .OurHistory[data-item="17"] .info[data-number="17"] .year, .OurHistory[data-item="18"] .info[data-number="18"] .year, .OurHistory[data-item="19"] .info[data-number="19"] .year, .OurHistory[data-item="20"] .info[data-number="20"] .year {
    transition: all 0.1s 0s;
  }
}
@media (min-width: 992px) {
  .OurHistory[data-item="0"] .info[data-number="0"] .year .end, .OurHistory[data-item="1"] .info[data-number="1"] .year .end, .OurHistory[data-item="2"] .info[data-number="2"] .year .end, .OurHistory[data-item="3"] .info[data-number="3"] .year .end, .OurHistory[data-item="4"] .info[data-number="4"] .year .end, .OurHistory[data-item="5"] .info[data-number="5"] .year .end, .OurHistory[data-item="6"] .info[data-number="6"] .year .end, .OurHistory[data-item="7"] .info[data-number="7"] .year .end, .OurHistory[data-item="8"] .info[data-number="8"] .year .end, .OurHistory[data-item="9"] .info[data-number="9"] .year .end, .OurHistory[data-item="10"] .info[data-number="10"] .year .end, .OurHistory[data-item="11"] .info[data-number="11"] .year .end, .OurHistory[data-item="12"] .info[data-number="12"] .year .end, .OurHistory[data-item="13"] .info[data-number="13"] .year .end, .OurHistory[data-item="14"] .info[data-number="14"] .year .end, .OurHistory[data-item="15"] .info[data-number="15"] .year .end, .OurHistory[data-item="16"] .info[data-number="16"] .year .end, .OurHistory[data-item="17"] .info[data-number="17"] .year .end, .OurHistory[data-item="18"] .info[data-number="18"] .year .end, .OurHistory[data-item="19"] .info[data-number="19"] .year .end, .OurHistory[data-item="20"] .info[data-number="20"] .year .end {
    animation: yearCenter 1s forwards;
  }
}

@keyframes yearCenter {
  0% {
    transform: translateY(-600px);
  }
  1% {
    transform: translateY(600px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes yearUp {
  0% {
    transform: translateY(0px);
  }
  99% {
    transform: translateY(-600px);
  }
  100% {
    transform: translateY(-600px);
  }
}