.timeline-22 .mos-img img {display: none !important;}

:root {
  --timlin22-color: #CAA6C7;
  --tnwhite-color: #FFFFFF;
  --secondary-color: #131412;
  --width: 2px;
  --left: -moz-calc(((15vw / 2) + 15px) - (var(--width) / 2));
  --left: calc(((15vw / 2) + 15px) - (var(--width) / 2));
}
.timeline-22{
 position: relative;
}

.timeline-22 .timeline__progressbar {
  --width: 2px;
  --left: -moz-calc(((15vw / 2) + 15px) - (var(--width) / 2));
  --left: calc(((15vw / 2) + 15px) - (var(--width) / 2));
  position: absolute;
  left: var(--left);
  width: var(--width);
  height: 100%;
  background-color: #f1f1f1;
  z-index: 0;
}

@media screen and (min-width: 800px) {
 .timeline-22  .timeline__progressbar {
    --width: 3px;
    --left: -moz-calc(50% - (var(--width) / 2));
    --left: calc(50% - (var(--width) / 2));
  }
}

.timeline-22 .timeline__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15vw 1fr;
      grid-template-columns: 15vw 1fr;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media screen and (min-width: 800px) {
 .timeline-22  .timeline__block {
    -ms-grid-columns: 1fr 15vh 1fr;
        grid-template-columns: 1fr 15vh 1fr;
  }
}

@media screen and (min-width: 800px) {
  .timeline-22 .timeline__block__head {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    text-align: right;
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;
  }
}

.timeline-22 .timeline__block__body {
  grid-column: 2 / -1;
}

@media screen and (min-width: 800px) {
 .timeline-22  .timeline__block__body {
    grid-column: 3 / -1;
  }
}

.timeline-22 .timeline__block__bullet-point {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 800px) {
 .timeline-22  .timeline__block__bullet-point {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

.timeline-22 .timeline__block__circle {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 4px solid #f1f1f1;
  background-color: var(--timlin22-color);
  border-radius: 50%;
}

.timeline-22 .timeline__block__title {
  font-size: 1.5rem;
}

@media screen and (max-width: 799px) {
 .timeline-22  .timeline__block__title {
    margin-top: -1.5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 800px) {
 .timeline-22  .timeline__block__title {
    line-height: 0;
  }
}

.timeline-22 .timeline__block__text {
  font-size: 1.6rem;
}

@media screen and (min-width: 500px) {
 .timeline-22  .timeline__block__text {
    font-size: 1.8rem;
  }
}


.tmline__meta {
    position: relative;
    display: flex;
    align-items: center;
}

 ul.tmline__meta {
    padding: 0px !important;
}

.tmline__meta>li {
    position: relative;
    display: flex;
    align-items: center;
}

.tmline__meta>li{
    margin-left: 14px;
  color: #101010;
}
 .tmline__meta>li a{
  color: #000 !important;
}

.tmline__meta>li>a {
    letter-spacing: -0.64px;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tmline__meta>li>span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    color: var(--themetm-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tmline__meta>li>a:hover {
    color: var(--themetm-color);
}
.tml-btn {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tnwhite-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 50px;
  transition: all 0.3s linear;
  border-radius: 30px 30px 30px 30px;
  font-weight: 500;
  position: relative;
}
.tml-btn.has-radius {
  border-radius: 4px 4px 4px 4px;
}
.tml-btn.has-color {
  background: var(--timlin22-color);
}
.tml-btn.has-color:hover {
  background: var(--rs-hover-primary);
  color: var(--tnwhite-color);
}

.tml-btn.has-white {
  background: var(--tnwhite-color);
  color: var(--timlin22-color);
}
.tml-btn.has-white:hover {
  background: var(--rs-hover-primary);
  color: var(--tnwhite-color);
}
.tml-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  height: auto;
}
.tml-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
  transform: rotate(-45deg);
}
.tml-btn.has-icon .icon-box svg {
  width: 17px;
  fill: var(--tnwhite-color);
}
.tml-btn.has-icon .icon-box:hover .icon-first {
  transform: translateX(150%);
}
.tml-btn.has-icon .icon-box:hover .icon-second {
  transform: translateX(0%);
}
.tml-btn.has-icon .icon-first {
  transition: all 0.3s ease-out 0s;
}
.tml-btn.has-icon .icon-second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.tml-btn.has-icon:hover {
  color: var(--tnwhite-color);
}
.tml-btn.has-icon:hover .icon-first {
  transform: translateX(150%);
}
.tml-btn.has-icon:hover .icon-second {
  transform: translateX(0%);
}

.tml-btn-circle {
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  padding: 0;
}
.tml-btn-circle svg {
  width: 17px;
  height: 17px;
  fill: var(--tnwhite-color);
}

.tml-btn-group {
  display: flex;
  width: fit-content;
}
.tml-btn-group .tml-btn {
  background: var(--timlin22-color);
  color: white;
}
.tml-btn-group > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-end: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tml-btn-group > *:nth-child(1) {
    margin-inline-end: -50px;
  }
}
.tml-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.tml-btn-group > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
}
.tml-btn-group:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
}
.tml-btn-group:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.tml-btn-group:hover > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-start: -70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tml-btn-group:hover > *:nth-child(3) {
    margin-inline-start: -50px;
  }
}
.tml-btn-group .tml-btn-primary {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.tml-btn-group .tml-btn-circle {
  position: relative;
  z-index: 1;
}
 
#mx-loads {
  padding: 20px 0px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
}

a.showMore {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background-color: #333;
  padding: 13px 25px;
  text-align: center;
  border-radius: 46px;
  font-size: 14px;
}