#designline {
  position: relative;
}
#designline .section-content {
  background-color: #B1ACA0;
}
#designline .section-content .designline-items .designline-items-row {
  text-align: center;
}
#designline .section-content .designline-items .designline-items-row .designline-item {
  position: relative;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  text-align: center;
}
#designline .section-content .designline-items .designline-items-row .designline-item .designline-item-inner {
  position: relative;
  width: 370px;
  margin: 0 auto;
}
#designline .section-content .designline-items .designline-items-row .designline-item .designline-item-inner > span {
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  border-left: 2px dotted #3C3C39;
}
#designline .section-content .designline-items .designline-items-row .designline-item .designline-item-inner > span:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  margin-left: -1px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #3C3C39;
  border-bottom: 2px solid #3C3C39;
}
#designline .section-content .designline-items .designline-items-row .designline-item .designline-item-inner .designline-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
}
#designline .section-content .designline-items .designline-items-row .designline-item .designline-item-inner .designline-icon img {
  width: 100%;
}
#designline .section-content .designline-items .designline-items-row .designline-item .designline-item-inner .h2 {
  margin-bottom: 20px;
}
#designline .section-content .designline-items .designline-items-row .designline-item .designline-item-inner p {
  width: 70%;
  margin: 0 auto;
}
#designline .section-content .designline-items .designline-items-row:nth-child(2) .designline-item .designline-item-inner > span {
  top: -398px;
  height: 360px;
}
#designline .section-content .designline-range-items {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
#designline .section-content .designline-range-items:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 70px;
  left: 0;
  background-color: #ffffff;
  z-index: -1;
}
#designline .section-content .designline-range-items p {
  margin-top: 40px;
}
#designline .section-content .designline-range-items .designline-range-item {
  text-align: center;
}
#designline .section-content .designline-range-items .designline-range-item .dr-img {
  width: 140px;
  height: 140px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
#designline .section-content .designline-range-items .designline-range-item .dr-txt {
  margin-top: 30px;
}
#designline .section-content .designline-range-items .designline-range-item.dr-first-el {
  margin-right: -50px;
}
#designline #welcome {
  color: #ffffff;
}
#designline #welcome .h2 {
  position: relative;
}
#designline #welcome .welcome-box {
  width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
}
#designline #welcome .welcome-box .welcome-box-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  color: #008294;
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#designline #welcome .welcome-box .welcome-box-text > b {
  display: inline-block;
  margin-right: 5px;
}
#designline #welcome .welcome-box .welcome-box-text:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  background-image: url("../img/global/icon-arrow.svg");
}
#designline #welcome .welcome-box img {
  width: 100%;
}
#designline #welcome .welcome-box:hover {
  transform: translateY(-15px);
}
#designline #welcome .layered-top {
  position: relative;
  z-index: 1;
}
#designline #welcome .row-white {
  transform: translateY(-120px);
}
#designline #vigour-video {
  width: 100%;
  padding: 0;
}
#designline #vigour-video .video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 45px;
}
#designline #vigour-video .video-container .video-poster {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/overview/video/poster-video.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  pointer-events: all;
  z-index: 0;
  transition: 0.3s ease;
}
#designline #vigour-video .video-container .video-poster:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/global/ic-video.png");
  cursor: pointer;
  z-index: 1;
}
#designline #vigour-video .video-container .video-poster.active {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
#designline #vigour-video .video-container video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=section-designline.css.map */
