#pluginAppObj_52_01{
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.timeline.pluginAppObj_52_01 {
  width: 100%;
  overflow: hidden;
}

.timeline.pluginAppObj_52_01 .swiper-container {
  height: 800px;
  width: 100%;
  position: relative;
}

.timeline.pluginAppObj_52_01 .timeline-preview-button,
.timeline.pluginAppObj_52_01 .swiper-slide-active .timeline-button a,
.timeline.pluginAppObj_52_01 .swiper-slide .timeline-button a {
  text-decoration: none;
  margin-top: 20px;
  font-family:PT Sans Narrow;
  font-size:10pt;
  font-weight:normal;
  font-style:normal;  
  color:rgba(255, 255, 255, 1);
  background-color:rgba(255, 69, 0, 1);
  border-radius:3px;
  display:inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.timeline.pluginAppObj_52_01 .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.timeline.pluginAppObj_52_01 .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline.pluginAppObj_52_01 .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0%;
  bottom: -40%;
  width: 73%;
  height: 40%;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: -72px 0 109px 800px rgba(255, 255, 255, 0.7);
  border-radius: 100%;
}

.timeline.pluginAppObj_52_01 .swiper-pagination-bullet-active::before {
  transform: scale(1);
}
.timeline.pluginAppObj_52_01 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  
  top:1.999999997px;
  left: -33px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 1);
  transform: scale(0);
  transition: 0.2s;
  z-index: 9999999;
}

.timeline.pluginAppObj_52_01 .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  top: 13%;
  transform: translate(50%, 0);
  font-size: 12pt;
  z-index: 2;
}
.timeline.pluginAppObj_52_01 .swiper-slide .timeline-year {
  font-style: none;
  font-family: PT Sans Narrow;
  color: rgba(0, 0, 0, 1);
  display: block;
  font-size: 18pt;
  margin-bottom: 15px;
  transform: translate3d(20px, 0, 0);
  font-weight: 300;
  opacity: 0;
  transition: 0.2s ease 0.4s;
}
.timeline.pluginAppObj_52_01 .swiper-slide .timeline-title {
  color: rgba(255, 69, 0, 1);
  font-family:PT Sans Narrow;
  font-weight: 800;
  font-style: normal;
  font-size: 36pt;
  margin: 0 0 30px;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
}
.timeline.pluginAppObj_52_01 .swiper-slide .timeline-text {
  color: rgba(0, 0, 0, 1);
  font-family:PT Sans Narrow;
  font-weight: 100;
  font-style: normal;
  font-size: 18pt;
  line-height: 1.5;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
}

.timeline.pluginAppObj_52_01 .swiper-slide .timeline-button,
.timeline.pluginAppObj_52_01 .swiper-slide .timeline-preview-button {
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
}

.timeline.pluginAppObj_52_01 .swiper-slide-active .timeline-year {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
}

.timeline.pluginAppObj_52_01 .swiper-slide-active .timeline-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
}

.timeline.pluginAppObj_52_01 .swiper-slide-active .timeline-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
}

.timeline.pluginAppObj_52_01 .swiper-slide-active .timeline-button,
.timeline.pluginAppObj_52_01 .swiper-slide-active .timeline-preview-button {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.9s;
}

.timeline.pluginAppObj_52_01 .swiper-pagination {
  right: 20px!important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: none;
  font-weight: normal;
  font-size: 18pt;
  z-index: 1;
}
.timeline.pluginAppObj_52_01 .swiper-pagination::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: rgba(255, 69, 0, 0.2);
}
.timeline.pluginAppObj_52_01 .swiper-pagination-bullet {
  font-size: 18pt;
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  font-family: PT Sans Narrow;
  color: rgba(0, 0, 0, 1);
  margin: 15px 0 !important;
  position: relative;
}

.timeline.pluginAppObj_52_01 .swiper-pagination-bullet-active {
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
}
.timeline.pluginAppObj_52_01 .swiper-pagination-bullet-active::before {
  transform: scale(1);
}
.timeline.pluginAppObj_52_01 .swiper-button-next,
.timeline.pluginAppObj_52_01 .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: transform 0.2s;
  color: rgba(0, 0, 0, 1);
}

.timeline.pluginAppObj_52_01 .swiper-button-next:hover {
  transform: translateX(3px);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.25;
}

@media screen and (min-width: 768px) {
  .timeline.pluginAppObj_52_01 .swiper-slide-content {
    top: 50%;
    padding-left: 40px;
    transform: translateY(-50%);
    text-align: right;
  }
  .timeline.pluginAppObj_52_01 .swiper-slide .timeline-year {
    display: none;
    visibility: hidden;
  }
  .timeline.pluginAppObj_52_01 .swiper-slide .timeline-title {
    margin: 0;
    
  }
  .timeline.pluginAppObj_52_01 .swiper-pagination {
    display: flex;
    position: absolute;
    
  }
  .timeline.pluginAppObj_52_01 .swiper-button-prev {
    top: 15%;
    left: auto;
    transform: rotate(90deg) translate(0, 10px);
    position: absolute;
    visibility: hidden;
  }
  .timeline.pluginAppObj_52_01 .swiper-button-prev:hover {
    transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline.pluginAppObj_52_01 .swiper-button-next {
    top: auto;
    bottom: 15%;
    transform: rotate(90deg) translate(0, 10px);
    position: absolute;
    visibility: hidden;
  }
  .timeline.pluginAppObj_52_01 .swiper-button-next:hover {
    transform: rotate(90deg) translate(3px, 10px);
  }

  .timeline.pluginAppObj_52_01 .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0%;
    bottom: -40%;
    width: 73%;
    height: 40%;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: -72px 0 110px 800px rgba(255, 255, 255, 0.7);
    border-radius: 100%;
  }
}
@media screen and (max-width: 769px) {
  .timeline.pluginAppObj_52_01 .swiper-slide-content {
    width: 80%!important;
    right: 50%!important;
  }

  .timeline.pluginAppObj_52_01 .swiper-button-next {
    right: 10px!important;
  }
}

.previewContentContent {
  width:260px!important;
  padding-left: 20px!important;
}
.previewContentTitle {
  font-size: 36pt!important;
}
.previewContentText {
  font-size: 16pt!important;
}

.previewContentButton {
  font-size: 10pt!important;
}

