<style>



  .py-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
  }

  @media(min-width:576px) {
    .py-sm-8 {
      padding-bottom: 4.5rem !important;
      padding-top: 4.5rem !important
    }
  }

  @media(min-width:768px) {
    .py-md-8 {
      padding-bottom: 4.5rem !important;
      padding-top: 4.5rem !important
    }
  }

  @media(min-width:992px) {
    .py-lg-8 {
      padding-bottom: 4.5rem !important;
      padding-top: 4.5rem !important
    }
  }

  @media(min-width:1200px) {
    .py-xl-8 {
      padding-bottom: 4.5rem !important;
      padding-top: 4.5rem !important
    }
  }

  @media(min-width:1400px) {
    .py-xxl-8 {
      padding-bottom: 4.5rem !important;
      padding-top: 4.5rem !important
    }
  }

  .bsb-timeline-1 {
    --bsb-tl-color: var(--bs-primary-bg-subtle);
    --bsb-tl-circle-color: var(--bs-primary);
    --bsb-tl-circle-size: 18px;
    --bsb-tl-circle-offset: 9px
  }

  .bsb-timeline-1 .timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
  }

  .bsb-timeline-1 .timeline:after {
    --bs-text-opacity: .3;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
    bottom: 0;
    content: "";
    left: 0;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 2px
  }

  .bsb-timeline-1 .timeline>.timeline-item {
    margin: 0;
    padding: 0;
    position: relative
  }

  .bsb-timeline-1 .timeline>.timeline-item:before {
    background-color: var(--bsb-tl-circle-color);
    border-radius: 50%;
    content: "";
    height: var(--bsb-tl-circle-size);
    left: calc(var(--bsb-tl-circle-offset)*-1);
    position: absolute;
    top: 0;
    width: var(--bsb-tl-circle-size);
    z-index: 1
  }

  .bsb-timeline-1 .timeline>.timeline-item .timeline-body {
    margin: 0;
    padding: 0;
    position: relative
  }

  .bsb-timeline-1 .timeline>.timeline-item .timeline-content {
    padding: 0 0 2.5rem 2.5rem
  }

  @media(min-width:768px) {
    .bsb-timeline-1 .timeline>.timeline-item .timeline-content {
      padding-bottom: 1rem
    }
  }

  .bsb-timeline-1 .timeline>.timeline-item:last-child .timeline-content {
    padding-bottom: 0
  }


  .sticky-carousel {
    top: 100px;
    position: -webkit-sticky;
    position: sticky;
    background-color: var(--bs-body-bg);
    z-index: 100;
    height: 50px;
    display: flex;
    align-items: center;
  }

  @media (max-width: 576px) {
    .sticky-carousel {
      top: 50px;
    }

    .swiper-button-prev {
      left: -15px;
    }

    .swiper-button-next {
      right: -15px;
    }
  }



  .swiper-slide {
    width: 80px !important;
    cursor: pointer;
    font-size: 1.1em;


  }

  .slide-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }


  .anchor {
    scroll-margin-top: 160px;
  }

  .year {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-border-color);
  }

  .swiper-year {
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swiper-year:hover {
    background-color: var(--bs-border-color);
  }


</style>
