@charset "UTF-8";
:root {
  --bodyFont: "Poppins", sans-serif;
  --titleFont: "Tomorrow", sans-serif;
  --transition: all 0.5s ease-in-out;
  --transition-sec: all 1.8s ease-in-out;
  --transition-third: all 2.2s ease-in-out;
  /* Color styles */
  --primaryColor: #ed2a00;
  --titleColor: #ffffff;
  --textColor: #474747;
  --bodyColor: #000000;
  --blackColor: #000000;
  --whiteColor: #ffffff;
  --menuColor: #000000;
  --borderColor: #e6e6e6;
  --borderColor2: #ffffff14;
  --btnTextColor: #000000;
  --btnTextHoverColor: var(--primaryColor);
  --btnBgColor: var(--primaryColor);
  --btnBgHoverColor: var(--primaryColor5);
  --linkColor: var(--secondaryColor);
  --linkHoverColor: var(--primaryColor);
  --neutralColor0: #ffffff;
  --neutralColor10: #fafafa;
  --neutralColor20: #f5f5f6;
  --neutralColor30: #ebebed;
  --neutralColor40: #dfdfe1;
  --neutralColor50: #c2c2c6;
  --neutralColor60: #b3b3b8;
  --neutralColor70: #a7a7ac;
  --neutralColor80: #98999e;
  --neutralColor90: #898a91;
  --neutralColor100: #7b7b83;
  --neutralColor200: #6c6d75;
  --neutralColor300: #5d5e67;
  --neutralColor400: #51525c;
  --neutralColor500: #42434e;
  --neutralColor600: #363742;
  --neutralColor700: #252632;
  --neutralColor800: #161725;
  --neutralColor900: #0a0b19;
  --neutralColor1000: #0d0d0d;
}

@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes fadeIn2nd {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.tps-company-storyhear.style1 {
  /* EFFECTS
      –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* GENERAL MEDIA QUERIES
      –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
.tps-company-storyhear.style1 .timeline ul {
  padding: 0 0;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .tps-company-storyhear.style1 .timeline ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 105px;
  }
}
.tps-company-storyhear.style1 .timeline ul li {
  list-style-type: none;
  position: relative;
  width: 1px;
  margin: 0 auto;
  padding-top: 137px;
  background: #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .tps-company-storyhear.style1 .timeline ul li {
    width: 0;
  }
}
@media only screen and (max-width: 479px) {
  .tps-company-storyhear.style1 .timeline ul li {
    padding-top: 66px;
  }
}
.tps-company-storyhear.style1 .timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}
.tps-company-storyhear.style1 .timeline ul li div {
  position: relative;
  bottom: 0;
}
.tps-company-storyhear.style1 .timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 146px;
  width: 0;
  height: 0;
  border-style: solid;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tps-company-storyhear.style1 .timeline ul li div::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tps-company-storyhear.style1 .timeline ul li div::before {
    display: none;
  }
}
.tps-company-storyhear.style1 .timeline ul li:nth-child(even) div {
  left: 165px;
}
.tps-company-storyhear.style1 .timeline ul li:nth-child(even) div section {
  text-align: left;
}
.tps-company-storyhear.style1 .timeline ul li:nth-child(even) div section svg {
  right: auto;
  left: -102px;
}
.tps-company-storyhear.style1 .timeline ul li:nth-child(even) div::before {
  left: -163px;
  border-width: 1px 75px 1px 0;
  border-color: #e4e4e4;
}
.tps-company-storyhear.style1 .timeline ul li:nth-child(odd) div {
  left: -560px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tps-company-storyhear.style1 .timeline ul li:nth-child(odd) div {
    left: -410px;
  }
}
@media only screen and (max-width: 767px) {
  .tps-company-storyhear.style1 .timeline ul li:nth-child(odd) div {
    left: -329px;
  }
}
@media only screen and (max-width: 575px) {
  .tps-company-storyhear.style1 .timeline ul li:nth-child(odd) div {
    left: -55px;
  }
}
.tps-company-storyhear.style1 .timeline ul li:nth-child(odd) div::before {
  right: -161px;
  border-width: 1px 73px 1px 0;
  border-color: #e4e4e4;
}
.tps-company-storyhear.style1 .timeline ul li .time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--primaryColor);
  font-family: var(--font-primary);
}
.tps-company-storyhear.style1 .timeline ul li.item {
  position: relative;
}
.tps-company-storyhear.style1 .timeline ul li::after {
  transition: background 0.5s ease-in-out;
}
.tps-company-storyhear.style1 .timeline ul li.in-view::after {
  background: transparent;
  display: none;
}
.tps-company-storyhear.style1 .timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.tps-company-storyhear.style1 .timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}
.tps-company-storyhear.style1 .timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}
.tps-company-storyhear.style1 .timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
  background: transparent;
}
@media screen and (max-width: 900px) {
  .tps-company-storyhear.style1 .timeline ul li div {
    width: 250px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 767px) {
  .tps-company-storyhear.style1 .timeline ul li div {
    left: -223px;
  }
}
@media screen and (max-width: 900px) {
  .tps-company-storyhear.style1 .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px) and (max-width: 991px) {
  .tps-company-storyhear.style1 .timeline ul li:nth-child(even) div {
    left: 167px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 767px) {
  .tps-company-storyhear.style1 .timeline ul li:nth-child(even) div {
    left: 140px;
  }
}
@media screen and (max-width: 600px) {
  .tps-company-storyhear.style1 .timeline ul li {
    margin-left: 36px;
  }
  .tps-company-storyhear.style1 .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .tps-company-storyhear.style1 .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .tps-company-storyhear.style1 .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
  }
}
.tps-company-storyhear.style1 .timeline section {
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .tps-company-storyhear.style1 .timeline section {
    text-align: left;
  }
}
.tps-company-storyhear.style1 .timeline section svg {
  position: absolute;
  right: -103px;
  top: 0;
  height: 80px;
  width: 80px;
  padding: 17px;
  background: transparent;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 5px 37px rgba(84, 84, 84, 0.18);
}

.tps-company-storyhear.style2 .timeline ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tps-company-storyhear.style2 .timeline ul li::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: 100%;
  border-radius: 50%;
  background: #e4e4e4;
}
.tps-company-storyhear.style2 .timeline ul li div {
  position: relative;
  bottom: 0;
}
.tps-company-storyhear.style2 .timeline ul li div::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 40px;
  height: 40px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.0196078431);
}
.tps-company-storyhear.style2 .timeline ul li {
  margin-left: 60px;
}
.tps-company-storyhear.style2 .timeline ul li div {
  background: rgba(255, 255, 255, 0.0196078431);
  padding: 16px 20px;
}
.tps-company-storyhear.style2 .timeline ul li div:not(:last-child) {
  margin-bottom: 32px;
}
.tps-company-storyhear.style2 .timeline ul li div .count {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}/*# sourceMappingURL=timeline.css.map */