#plan-row .a-card--activity a h2 {
  font-size: 1.6rem;
}

#plan-pertanyaan .a-card--activity .card-content {
  overflow: revert;
}

#plan-pertanyaan .a-card--activity a h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 1rem;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.a-timeline-planner {
  margin-top: 0;
}

.a-timeline-planner-indicator {
  top: 0;
  height: 0;
  transition: height 0.15s ease-out;
}

.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-loading {
  background-color: #fff; 
  position: fixed; 
  z-index: 99999; 
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  user-select: none;
  transition: all .2s ease-in .4s;
}

.lottie-loading > * {
  max-width: 21rem; 
  width: 90%; 
  height: auto; 
  transition: all .4s ease-out;
}

.is-loading {
  overflow-y: hidden;
}

.is-invisible {
  opacity: 0;
  visibility: hidden;
}

.is-shrinking {
  transform: scale(0);
}

#plan-row .a-system-icon[class*=" icon-"].is-extra-large, .a-system-icon[class^=icon-].is-extra-large, #plan-pertanyaan .a-system-icon[class*=" icon-"].is-extra-large, .a-system-icon[class^=icon-].is-extra-large {
    font-size: 4.8rem;
}