.wdes-horizontal-timeline {
  position: relative;
}
.wdes-horizontal-timeline-arrows-nav .wdes-horizontal-timeline-inner {
  overflow: hidden;
}
.wdes-horizontal-timeline-scroll-bar .wdes-horizontal-timeline-track {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-bottom: 30px;
}
.wdes-horizontal-timeline-scroll-bar
  .wdes-horizontal-timeline-track::-webkit-scrollbar {
  height: 8px;
  background: #efeff1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.wdes-horizontal-timeline-scroll-bar
  .wdes-horizontal-timeline-track::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.wdes-horizontal-timeline-scroll-bar
  .wdes-horizontal-timeline-track::-webkit-scrollbar-thumb {
  background-color: #34314b;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.wdes-horizontal-timeline-scroll-bar
  .wdes-horizontal-timeline-track::-webkit-scrollbar-track {
  border: none;
  background: transparent;
}
.wdes-horizontal-timeline-scroll-bar
  .wdes-horizontal-timeline-track::-webkit-scrollbar-corner {
  background: transparent;
}
.wdes-horizontal-timeline-arrows-nav .wdes-horizontal-timeline-track {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.wdes-horizontal-timeline-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wdes-horizontal-timeline-list-top {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wdes-horizontal-timeline-list-middle {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wdes-horizontal-timeline-list-bottom {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wdes-horizontal-timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.wdes-horizontal-timeline-list-top .wdes-horizontal-timeline-item {
  padding-top: 15px;
}
.wdes-horizontal-timeline-list-bottom .wdes-horizontal-timeline-item {
  padding-bottom: 15px;
}
.wdes-horizontal-timeline-item-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-width: 1px;
  background-color: #f8f8f8;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.wdes-horizontal-timeline-list-top .wdes-horizontal-timeline-item-card {
  margin-bottom: 30px;
}
.wdes-horizontal-timeline-list-bottom .wdes-horizontal-timeline-item-card {
  margin-top: 30px;
}
.wdes-horizontal-timeline-item-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 30px;
  overflow: hidden;
  z-index: 1;
  background-color: #f8f8f8;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.wdes-horizontal-timeline-item-card-img {
  margin-bottom: 10px;
}
.wdes-horizontal-timeline-item-card-img img {
  vertical-align: top;
}
.wdes-horizontal-timeline-item-card-title {
  margin: 0 0 10px;
  padding: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.wdes-horizontal-timeline-item-card-btn-wrap {
  margin-top: 15px;
}
.wdes-horizontal-timeline-item-card-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border-width: 1px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.wdes-horizontal-timeline .wdes-horizontal-timeline-item-card-arrow {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.wdes-horizontal-timeline-item-card-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.wdes-horizontal-timeline-list-top .wdes-horizontal-timeline-item-card-arrow {
  top: 100%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.wdes-horizontal-timeline-list-bottom
  .wdes-horizontal-timeline-item-card-arrow {
  bottom: 100%;
  -webkit-transform: translateY(50%) rotate(45deg);
  -ms-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.wdes-horizontal-timeline-align-left .wdes-horizontal-timeline-item-card-arrow {
  left: 20px;
}
.wdes-horizontal-timeline-align-right
  .wdes-horizontal-timeline-item-card-arrow {
  right: 20px;
}
.wdes-horizontal-timeline-align-center
  .wdes-horizontal-timeline-item-card-arrow {
  left: 50%;
}
.wdes-horizontal-timeline-align-center
  .wdes-horizontal-timeline-list-top
  .wdes-horizontal-timeline-item-card-arrow {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.wdes-horizontal-timeline-align-center
  .wdes-horizontal-timeline-list-bottom
  .wdes-horizontal-timeline-item-card-arrow {
  -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(50%) rotate(45deg);
  transform: translateX(-50%) translateY(50%) rotate(45deg);
}
.wdes-horizontal-timeline-item-meta {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.wdes-horizontal-timeline-list-top .wdes-horizontal-timeline-item-meta {
  margin-bottom: 15px;
}
.wdes-horizontal-timeline-list-bottom .wdes-horizontal-timeline-item-meta {
  margin-top: 15px;
}
.wdes-horizontal-timeline-align-left .wdes-horizontal-timeline-item-meta {
  text-align: left;
  margin-right: auto;
}
.wdes-horizontal-timeline-align-center .wdes-horizontal-timeline-item-meta {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.wdes-horizontal-timeline-align-right .wdes-horizontal-timeline-item-meta {
  text-align: right;
  margin-left: auto;
}
.wdes-horizontal-timeline-item-point {
  z-index: 1;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.wdes-horizontal-timeline-item-point-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 10px;
  min-height: 10px;
  font-size: 16px;
  color: #34314b;
  background-color: #efeff1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.wdes-horizontal-timeline-item-point-content .wdes-elements-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.wdes-horizontal-timeline-align-left
  .wdes-horizontal-timeline-item-point-content {
  margin-left: 10px;
  margin-right: auto;
}
.wdes-horizontal-timeline-align-center
  .wdes-horizontal-timeline-item-point-content {
  margin-left: auto;
  margin-right: auto;
}
.wdes-horizontal-timeline-align-right
  .wdes-horizontal-timeline-item-point-content {
  margin-left: auto;
  margin-right: 10px;
}
.wdes-horizontal-timeline-item.is-active
  .wdes-horizontal-timeline-item-point-content {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.wdes-horizontal-timeline-line {
  position: absolute;
  top: 50%;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  background-color: #efeff1;
}
.wdes-horizontal-timeline-line-progress {
  width: 0;
  height: 100%;
  background-color: var(--e-global-color-primary);
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
}
.wdes-horizontal-timeline .wdes-arrow {
  position: absolute;
  top: 50%;
  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;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.wdes-horizontal-timeline .wdes-arrow:before {
  line-height: 0;
}
.wdes-horizontal-timeline .wdes-arrow.wdes-prev-arrow {
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wdes-horizontal-timeline .wdes-arrow.wdes-next-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wdes-horizontal-timeline .wdes-arrow.wdes-arrow-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
