/* Telehandler page styles migrated from the former standalone Vue page. */
.telehandler-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.telehandler-page {
  --font-title-size: 48px;
  --font-title-size-0: 40px;
  --font-subtitle-size: 24px;
  --font-smalltitle-size: 20px;
  --font-content-size: 16px;
  --font-cell-size: 16px;
  --warp-top-padding: 100px;
  --warp-bottom-padding: 100px;
  --title-margin-bottom: 60px;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background: #f8f8f8;
  color: #1d1d1d;
  font-family: Manrope, Arial, sans-serif;
}

.telehandler-page *,
.telehandler-page *::before,
.telehandler-page *::after {
  box-sizing: border-box;
}

.telehandler-page h2,
.telehandler-page h3,
.telehandler-page p,
.telehandler-page dl,
.telehandler-page dd {
  margin-top: 0;
}

.telehandler-page .section-top,
.telehandler-page .section-case,
.telehandler-page .section-graphic,
.telehandler-page .section-mixed {
  isolation: isolate;
}

.telehandler-page .font-title {
  font-size: var(--font-title-size);
  line-height: 1.25;
}

.telehandler-page .font-title-mobile {
  font-size: var(--font-title-size-0);
}

.telehandler-page .font-subtitle {
  font-size: var(--font-subtitle-size);
}

.telehandler-page .font-button,
.telehandler-page .font-small-title {
  font-size: var(--font-smalltitle-size);
}

.telehandler-page .font-content {
  font-size: var(--font-content-size) !important;
  line-height: 1.5;
}

.telehandler-page .color-0 {
  color: #000 !important;
}

.telehandler-page .color-1 {
  color: #504f4f !important;
}

.telehandler-page .bold {
  font-weight: 700;
}

.telehandler-page .text-center {
  text-align: center;
}

.telehandler-page .text-left {
  text-align: left;
}

.telehandler-page .animation_duration_1 {
  animation-duration: 1.2s;
}

.telehandler-page .animation_delay_01 {
  animation-delay: 0.1s;
}

.telehandler-page .animation_fadeInUp500 {
  opacity: 0;
  animation-name: telehandler-fade-in-up;
  animation-timing-function: cubic-bezier(0.21, 0.88, 0.17, 0.99);
  animation-fill-mode: forwards;
}

@keyframes telehandler-fade-in-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 500px, 0);
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.telehandler-page .transition-opacity-anim,
.telehandler-page .transition-opacity-anim-1 {
  opacity: 0;
  transform: translateY(100px);
}

.telehandler-page .show .transition-opacity-anim,
.telehandler-page .show.transition-opacity-anim,
.telehandler-page .show .transition-opacity-anim-1 {
  opacity: 1;
  transition:
    opacity 0.8s cubic-bezier(0, 0.74, 0.17, 0.99),
    transform 0.8s cubic-bezier(0, 0.74, 0.17, 0.99);
}

.telehandler-page .show .transition-opacity-anim,
.telehandler-page .show.transition-opacity-anim {
  transform: translateY(0);
}

/* Inquiry form */
.fwrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 24px;
}

@media screen and (max-width: 1024px) {
  .fwrap {
    padding: 24px 12px;
  }
}

/* Hero video */
.section-top {
  background: #202124;
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.section-top .section-bold-title {
  line-height: 1.2;
  margin-top: 12px;
  margin-bottom: 24px;
}

.section-top .section-top-warp {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 170px;
  transition: all 0.2s cubic-bezier(0.21, 0.88, 0.17, 0.99);
  transform: translate(-50%, -50%);
  z-index: 666;
}

.section-top .video-banner-wrap {
  position: relative;
  width: 100%;
  height: 44.27vw;
  min-height: 650px;
  background: #000;
  overflow: hidden;
}

.section-top .video-banner-wrap video {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: auto;
}

.section-top .video-banner-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.section-top .section-content {
  width: 540px;
  margin: 0 auto;
  color: #c4c4c4;
}

.section-top .inquiry-button-wrap {
  margin-top: 136px;
}

.section-top .inquiry-button-wrap .button {
  line-height: 60px;
  width: 300px;
  border: 1px solid #fff;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  color: #fff;
  opacity: 1;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transition: all 0.4s;
}

.section-top .inquiry-button-wrap .button:hover {
  border: 1px solid rgba(255, 0, 18, 0.8);
  background: rgba(255, 0, 18, 0.8);
}

.section-top .play-btn {
  position: absolute;
  right: 28px;
  top: 88px;
  z-index: 999;
  width: 35px;
  min-width: 35px;
  height: 35px;
  transition: opacity 0.6s;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1024px) {
  .section-top .section-bold-title {
    font-size: 36px;
  }

  .section-top .inquiry-button-wrap {
    margin-top: 90px;
  }

  .section-top .inquiry-button-wrap .button {
    width: 200px;
    line-height: 48px;
  }

  .section-top .play-btn {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section-top .section-bold-title {
    font-size: 28px;
  }

  .section-top .section-content,
  .section-top .section-top-warp {
    width: 84vw;
  }

  .section-top .section-top-warp {
    padding-top: 170px;
  }

  .section-top .inquiry-button-wrap {
    margin-top: 86px;
  }

  .section-top .inquiry-button-wrap .button {
    width: 33.3%;
    min-width: 140px;
    line-height: 2.4;
  }
}

@media screen and (max-width: 560px) {
  .section-top .section-top-warp {
    padding-top: 100px;
  }
}

@media screen and (max-width: 350px) {
  .section-top .section-bold-title {
    font-size: 26px;
  }
}

.handel-image {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.handel-image.wdt {
  height: 100%;
  width: auto;
}

.handel-image.hgt {
  width: 100%;
  height: auto;
}

.no-image {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}

/* Attachment scenarios */
.section-case {
  --text-top-bottom: 80px;
  --wrap-case-width: 100%;
  --title-top-bottom: 24px;
  --wrap-padding-bottom: 42px;
  background: #fff;
  width: 100%;
  color: #1d1d1d;
  text-align: center;
  padding-top: 1px;
  padding-bottom: var(--wrap-padding-bottom);
}

.section-case .section-bold-title {
  line-height: 1.2;
  margin: var(--warp-top-padding) auto var(--title-top-bottom);
}

.section-case .section-text {
  width: 768px;
  margin: 0 auto var(--text-top-bottom);
}

.section-case .wrap-case {
  width: var(--wrap-case-width);
  margin: 0 auto;
}

.section-case .case-list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.section-case .case-list-wrap .case-item {
  width: calc(var(--wrap-case-width) / 4 - 15px);
  margin-right: 20px;
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
}

.section-case .case-list-wrap .case-item .image-warp {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 87%;
  overflow: hidden;
}

.section-case .case-list-wrap .case-item:hover:after {
  opacity: 0.1;
}

.section-case .case-list-wrap .case-item:last-child {
  margin-right: 0;
}

.section-case .case-list-wrap .case-item-text {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: left;
  padding: 7% 4% 4%;
  line-height: 1.2;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(0, 0, 0, 0.76));
}

.section-case .case-list-wrap .case-item-text .case-item-title {
  margin-top: 4px;
}

.section-case.show .case-list-wrap .case-item,
.section-case.show .section-bold-title {
  display: block;
}

@media screen and (max-width: 1024px) {
  .section-case {
    --wrap-case-width: 90%;
    --text-top-bottom: 50px;
  }

  .section-case .section-text {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .section-case {
    --text-top-bottom: 40px;
    --wrap-padding-bottom: 12px;
  }

  .section-case .case-list-wrap .case-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .section-case .case-list-wrap .case-item:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .section-case {
    --wrap-padding-bottom: 20px;
  }

  .section-case .case-list-wrap .case-item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .section-case .case-list-wrap .case-item .case-item-text .case-item-title {
    display: block;
    font-weight: 400;
    font-size: 12px;
    margin: 0 auto;
  }
}

/* Feature image collages */
.section-graphic {
  --image-wrap-width: 1200px;
  --text-wrap-width: 1000px;
  --image-gap: 20px;
  --img-1-width: 300px;
  --img-2-width: 529px;
  --img-3-width: 648px;
  --img-4-width: 300px;
  --card-border-radius: 14px;
  --card-padding: 78px 60px 52px;
  --card-width: 520px;
  --title-bottom: 30px;
  --subtitle-bottom: 10px;
  --card-margin: 36px;
  --section-gap: 90px;
  width: 100%;
  color: #1d1d1d;
  text-align: center;
  padding-top: var(--warp-bottom-padding);
}

.section-graphic .animated {
  display: none;
}

.section-graphic .show .animated {
  display: block;
}

.section-graphic .image-warp {
  position: absolute;
  border-radius: var(--card-border-radius);
  overflow: hidden;
}

.section-graphic .content-box {
  width: var(--text-wrap-width);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
}

.section-graphic .content-box::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

.section-graphic .content-box::-webkit-scrollbar-thumb {
  background: transparent;
}

.section-graphic .content-box {
  line-height: 1.5;
}

.section-graphic .content-box .font-title {
  line-height: 0.9;
  margin-bottom: var(--title-bottom);
}

.section-graphic .content-box dl {
  margin-bottom: var(--title-bottom);
}

.section-graphic .content-box dl:last-child {
  margin-bottom: 0;
}

.section-graphic .content-box dt {
  margin-bottom: var(--subtitle-bottom);
  line-height: 1.3;
}

.section-graphic .content-wrap {
  margin: 0 var(--card-margin);
  box-sizing: border-box;
  width: var(--card-width);
  padding: var(--card-padding);
  background-color: #fff;
  border-radius: var(--card-border-radius);
  box-shadow: 0 2px 32px rgba(88, 118, 132, 0.31);
}

.section-graphic .image-1 {
  width: var(--img-1-width);
  height: calc(var(--img-1-width) / 0.8);
}

.section-graphic .image-2 {
  width: var(--img-2-width);
  height: calc(var(--img-2-width) / 1.28);
}

.section-graphic .image-3 {
  width: var(--img-3-width);
  height: calc(var(--img-3-width) / 0.78);
}

.section-graphic .image-4 {
  width: var(--img-4-width);
  height: calc(var(--img-4-width) / 0.8);
}

.section-graphic .section-graphic-wrap {
  max-width: var(--image-wrap-width);
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

.section-graphic .section-graphic-wrap::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

.section-graphic .section-graphic-wrap::-webkit-scrollbar-thumb {
  background: transparent;
}

.section-graphic .section-graphic-wrap .graphic-image-wrap {
  width: var(--image-wrap-width);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}

.section-graphic .section-graphic-0 {
  min-height: calc(
    var(--img-3-width) / 0.78 + var(--img-4-width) / 0.8 +
      var(--warp-bottom-padding) + var(--image-gap)
  );
}

.section-graphic .section-graphic-0 .image-1 {
  top: 0;
  left: calc(var(--img-2-width) - var(--img-1-width));
}

.section-graphic .section-graphic-0 .image-2 {
  top: calc(var(--img-3-width) / 0.78 * 0.16);
  left: 0;
}

.section-graphic .section-graphic-0 .image-3 {
  top: 0;
  right: 0;
}

.section-graphic .section-graphic-0 .image-4 {
  top: calc(var(--img-3-width) / 0.78 + var(--image-gap));
  left: calc(
    var(--image-wrap-width) * 0.5 - var(--text-wrap-width) * 0.5 +
      var(--card-width) + var(--image-gap) + var(--card-margin)
  );
}

.section-graphic .section-graphic-0 .content-box {
  padding-top: calc(
    var(--img-3-width) / 0.78 * 0.16 + var(--image-gap) + var(--img-2-width) /
      1.28
  );
}

.section-graphic .section-graphic-1 {
  min-height: calc(
    var(--img-3-width) / 0.78 + var(--img-4-width) / 0.8 +
      var(--warp-bottom-padding) + var(--image-gap)
  );
}

.section-graphic .section-graphic-1 .image-2 {
  top: calc(var(--img-3-width) / 0.78 * 0.16);
  right: 0;
}

.section-graphic .section-graphic-1 .image-3 {
  top: 0;
  left: 0;
}

.section-graphic .section-graphic-1 .image-4 {
  top: calc(var(--img-3-width) / 0.78 + var(--image-gap));
  right: calc(
    var(--image-wrap-width) * 0.5 - var(--text-wrap-width) * 0.5 +
      var(--card-width) + var(--image-gap) + var(--card-margin)
  );
}

.section-graphic .section-graphic-1 .content-box {
  padding-top: calc(
    var(--img-3-width) / 0.78 * 0.16 + var(--image-gap) + var(--img-2-width) /
      1.28
  );
  flex-direction: row-reverse;
}

.section-graphic .section-graphic-2 {
  min-height: calc(
    var(--img-3-width) / 0.78 + var(--img-4-width) / 0.8 +
      var(--warp-bottom-padding) + var(--image-gap)
  );
}

.section-graphic .section-graphic-2 .image-2 {
  top: calc(var(--img-3-width) / 0.78 * 0.16);
}

.section-graphic .section-graphic-2 .image-3 {
  top: 0;
  right: 0;
}

.section-graphic .section-graphic-2 .image-4 {
  top: calc(var(--img-3-width) / 0.78 + var(--image-gap));
  left: calc(
    var(--image-wrap-width) * 0.5 - var(--text-wrap-width) * 0.5 +
      var(--card-width) + var(--image-gap) + var(--card-margin)
  );
}

.section-graphic .section-graphic-2 .content-box {
  padding-top: calc(
    var(--img-3-width) / 0.78 * 0.16 + var(--image-gap) + var(--img-2-width) /
      1.28
  );
}

.section-graphic .section-graphic-3 .image-2 {
  top: 0;
  right: 0;
}

.section-graphic .section-graphic-3 .image-3 {
  top: calc(var(--img-2-width) / 1.28 * 0.16);
  left: 0;
}

.section-graphic .section-graphic-3 .content-box {
  padding-top: calc(var(--img-2-width) / 1.28 * 1.16 + var(--image-gap));
  flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .section-graphic {
    --image-wrap-width: 1010px;
    --text-wrap-width: 90vw;
    --img-1-width: 248px;
    --img-2-width: 428px;
    --img-3-width: 562px;
    --img-4-width: 248px;
    --image-gap: 20px;
    --card-padding: 52px 50px 50px;
    --card-width: 442px;
    --card-margin: 0px;
  }

  .section-graphic .section-graphic-0 .image-4 {
    left: calc(
      var(--image-wrap-width) * 0.5 - var(--text-wrap-width) * 0.5 +
        var(--card-width) + var(--image-gap)
    );
  }

  .section-graphic .section-graphic-1 .content-box {
    padding-bottom: var(--warp-bottom-padding);
  }
}

@media screen and (max-width: 768px) {
  .section-graphic {
    --card-padding: 52px 38px 50px;
    --card-width: 410px;
  }

  .section-graphic .section-graphic-0 .content-box {
    padding-top: calc(
      var(--img-1-width) / 0.8 + var(--image-gap) + var(--img-2-width) / 1.28
    );
  }

  .section-graphic .section-graphic-1 .content-box {
    padding-top: calc(
      var(--img-2-width) / 1.28 + var(--image-gap) + 100px +
        var(--img-3-width) / 0.78 * 0.16
    );
    padding-bottom: 0;
  }

  .section-graphic .section-graphic-2 .content-box,
  .section-graphic .section-graphic-3 .content-box {
    padding-top: calc(var(--img-2-width) / 1.28 + var(--image-gap) + 100px);
  }
}

@media screen and (max-width: 734px) {
  .section-graphic {
    --image-wrap-width: 546px;
    --text-wrap-width: 90vw;
    --img-1-width: 118px;
    --img-2-width: 226px;
    --img-3-width: 304px;
    --img-4-width: 118px;
    --card-padding: 44px 28px 40px;
    --card-width: 328px;
  }

  .section-graphic .section-graphic-wrap {
    position: relative;
    margin-bottom: -100px;
    padding-bottom: var(--warp-bottom-padding);
  }

  .section-graphic .content-box {
    justify-content: center;
  }
}

@media screen and (max-width: 375px) {
  .section-graphic {
    --card-width: 90vw;
  }
}

/* Management cards */
.section-management {
  --subtitle-margin-bottom: 16px;
  --wrap-manage-width: 1000px;
  --wrap-item-top: 56px;
  --wrap-item-left: 64px;
  background: #fff;
  width: 100%;
  color: #1d1d1d;
  text-align: center;
  padding-top: var(--warp-top-padding);
  padding-bottom: var(--warp-bottom-padding);
}

.section-management .section-bold-title {
  line-height: 1.2;
  margin: 0 auto var(--title-margin-bottom);
}

.section-management .wrap-manage {
  width: var(--wrap-manage-width);
  margin: 0 auto;
}

.section-management .management-list-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-management .management-list-wrap .management-item {
  width: calc(50% - 10px);
  background: #f7f7f9;
  padding: var(--wrap-item-top) var(--wrap-item-left);
  box-sizing: border-box;
}

.section-management
  .management-list-wrap
  .management-item
  .management-item-title {
  margin-bottom: var(--subtitle-margin-bottom);
}

.section-management
  .management-list-wrap
  .management-item
  .management-image-wrap {
  margin-top: var(--subtitle-margin-bottom);
  width: 100%;
  padding-bottom: 62.3%;
  box-sizing: content-box;
  height: 0;
  position: relative;
  overflow: hidden;
}

.section-management .animated {
  display: none;
}

.section-management.show .animated {
  display: block;
}

@media screen and (max-width: 1024px) {
  .telehandler-page .section-management {
    --wrap-item-top: 30px;
    --wrap-item-left: 35px;
    --wrap-manage-width: 90%;
  }

  .section-management .wrap-manage {
    max-width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-manage {
    --wrap-item-top: 6vw;
    --wrap-item-left: 4vw;
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .section-management .management-list-wrap {
    flex-wrap: wrap;
  }

  .section-management .management-list-wrap .management-item {
    width: 100%;
  }

  .section-management .management-list-wrap .management-item:first-child {
    margin-bottom: calc(var(--title-margin-bottom) * 2 / 3);
  }
}

/* Benefits grid */
.section-features {
  --featurestitle-margin-bottom: 100px;
  --subtitle-margin-bottom: 16px;
  --li-margin-top: 8px;
  --wrap-manage-width: 1000px;
  --wrap-item-top: 56px;
  --wrap-item-left: 64px;
  --features-icon-width: 100px;
  --features-icon-bottom: 50px;
  --card-horz-sapce: 10px;
  --card-vert-sapce: 75px;
  width: 100%;
  color: #1d1d1d;
  text-align: center;
  padding-top: var(--warp-top-padding);
  padding-bottom: calc(var(--warp-top-padding) - var(--wrap-item-top));
}

.section-features .section-bold-title {
  line-height: 1.2;
  margin: 0 auto var(--featurestitle-margin-bottom);
}

.section-features .wrap-manage {
  width: var(--wrap-manage-width);
  margin: 0 auto;
}

.section-features .features-list-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-features .features-list-wrap .features-item {
  width: calc(33.33333% - 20px);
  height: 0;
  padding-bottom: calc(33.33333% - 20px);
  position: relative;
  box-sizing: border-box;
  margin-right: 30px;
  margin-bottom: 30px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.15);
}

.section-features .features-list-wrap .features-item:nth-child(3n + 3) {
  margin-right: 0;
}

.section-features .features-list-wrap .features-item .features-item-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.section-features .features-list-wrap .features-item .features-item-title {
  height: calc(var(--font-smalltitle-size) * 2.8);
}

.section-features .features-list-wrap .features-item .features-image-wrap {
  width: var(--features-icon-width);
  height: var(--features-icon-width);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: var(--features-icon-bottom);
}

.section-features .features-list-wrap .features-item li {
  margin-top: var(--li-margin-top);
}

.section-features .animated {
  display: none;
}

.section-features.show .animated {
  display: block;
}

@media screen and (max-width: 1024px) {
  .section-features {
    --wrap-manage-width: 90%;
    --features-icon-width: 80px;
    --wrap-item-top: 36px;
    --featurestitle-margin-bottom: 48px;
    --features-icon-bottom: 30px;
  }

  .section-features .wrap-manage {
    max-width: 800px;
  }
}

@media screen and (max-width: 1023px) {
  .section-features {
    --wrap-manage-width: 80%;
  }

  .section-features .features-list-wrap {
    justify-content: center;
  }

  .section-features .features-list-wrap .features-item {
    width: calc(50% - 15px);
    padding-bottom: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .section-features .features-list-wrap .features-item:nth-child(3n + 3) {
    margin-right: 30px;
  }

  .section-features .features-list-wrap .features-item:nth-child(2n) {
    margin-right: 0;
  }

  .section-features .features-list-wrap .features-item:hover {
    box-shadow: none;
  }
}

@media screen and (max-width: 768px) {
  .wrap-manage {
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .section-features {
    --wrap-manage-width: 90%;
    --features-icon-width: 56px;
    --features-icon-bottom: 32px;
    --wrap-item-top: 20px;
  }

  .section-features .features-list-wrap .features-item {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .section-features .features-list-wrap .features-item:nth-child(3n + 3) {
    margin-right: 20px;
  }

  .section-features .features-list-wrap .features-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .section-features {
    --card-vert-sapce: 30px;
  }
}

@media screen and (max-width: 500px) {
  .section-features {
    --features-icon-bottom: 12px;
    --featurestitle-margin-bottom: 30px;
  }

  .section-features .features-list-wrap .features-item .features-item-title {
    height: calc(var(--font-smalltitle-size) * 4.2);
  }
}

@media screen and (max-width: 375px) {
  .section-features {
    --card-vert-sapce: 30px;
    --features-icon-bottom: 10px;
  }

  .section-features .features-list-wrap .features-item {
    width: calc(50% - 5px);
    padding-bottom: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .section-features .features-list-wrap .features-item:nth-child(3n + 3) {
    margin-right: 10px;
  }

  .section-features .features-list-wrap .features-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 350px) {
  .section-features .features-list-wrap .features-item {
    padding-bottom: calc(50% + 15px);
  }
}

/* Qualifications */
.section-certification {
  --subtitle-margin-bottom: 10px;
  --wrap-certification-width: 1000px;
  --wrap-padding-top: 42px;
  --wrap-padding-left: 48px;
  --warp-border-radius: 10px;
  --certification-image-width: 260px;
  --certification-image-space: 30px;
  padding-top: var(--warp-top-padding);
  background: #fff;
  width: 100%;
  color: #1d1d1d;
  text-align: center;
  height: calc(
    var(--certification-image-width) * 1.385 + var(--font-smalltitle-size) *
      1.2 + var(--subtitle-margin-bottom) + var(--font-title-size) * 1.2 +
      var(--title-margin-bottom) + var(--warp-bottom-padding)
  );
  box-sizing: content-box;
}

.section-certification .section-bold-title {
  line-height: 1.2;
  margin: 0 auto var(--subtitle-margin-bottom);
}

.section-certification .wrap-certification {
  width: var(--wrap-certification-width);
  margin: 0 auto;
}

.section-certification .certification-list-wrap {
  background: #fff;
  border-radius: var(--warp-border-radius);
}

.section-certification .certification-list-wrap .font-small-title {
  margin-bottom: var(--title-margin-bottom);
}

.section-certification .certification-list-wrap .certification-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.section-certification
  .certification-list-wrap
  .certification-images
  .certification-image {
  width: var(--certification-image-width);
  height: 0;
  padding-bottom: calc(var(--certification-image-width) * 1.385);
  position: relative;
  overflow: hidden;
  margin: 0 calc(var(--certification-image-space) / 2);
}

.section-certification .animated {
  display: none;
}

.section-certification.show .animated {
  display: block;
}

@media screen and (max-width: 1024px) {
  .telehandler-page .section-certification {
    --wrap-certification-width: 90vw;
    --wrap-padding-top: 28px;
    --wrap-padding-left: 32px;
    --certification-image-width: 23.4vw;
    --certification-image-space: 30px;
  }
}

@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }

  .telehandler-page .section-certification {
    --wrap-padding-top: 6vw;
    --wrap-padding-left: 4vw;
    --certification-image-width: 36vw;
    --certification-image-space: 4vw;
  }
}

/* Service network */
.section-service {
  --subtitle-margin-bottom: 16px;
  --wrap-service-width: 1000px;
  --warp-border-radius: 14px;
  width: 100%;
  color: #1d1d1d;
  text-align: center;
  padding-top: var(--warp-top-padding);
  margin-bottom: var(--warp-bottom-padding);
}

.section-service .section-bold-title {
  margin: 0 auto 10px;
}

.section-service .font-content-wrap {
  margin: 0 auto var(--title-margin-bottom);
  width: 90%;
  max-width: 600px;
}

.section-service .wrap-service {
  width: var(--wrap-service-width);
  margin: 0 auto;
}

.section-service .service-list-wrap .font-small-title {
  margin-bottom: var(--subtitle-margin-bottom);
}

.section-service .service-list-wrap .service-image {
  margin-top: var(--subtitle-margin-bottom);
  width: 100%;
  height: 0;
  padding-bottom: 40.4%;
  position: relative;
  overflow: hidden;
}

.section-service .animated {
  display: none;
}

.section-service.show .animated {
  display: block;
}

@media screen and (max-width: 1024px) {
  .section-service {
    --subtitle-margin-bottom: 12px;
    --wrap-service-width: 90vw;
    --warp-border-radius: 12px;
  }
}

/* VR and product video */
.section-mixed {
  --section-margin-bottom: 120px;
}

.section-mixed .vr-wrap {
  width: 100%;
  padding-bottom: 39.1%;
  height: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: var(--section-margin-bottom);
}

.section-mixed .vr-wrap .vr-preview-icon {
  position: absolute;
  left: 25.5%;
  top: 12%;
  width: 6.8%;
  min-width: 56px;
}

.section-mixed .video-wrap {
  --title-margin-bottom: 60px;
  --video-width: 1000px;
  margin-bottom: var(--section-margin-bottom);
}

.section-mixed .video-wrap .font-title {
  margin-bottom: var(--title-margin-bottom);
}

.section-mixed .video-wrap .video {
  width: var(--video-width);
  height: calc(var(--video-width) * 0.6);
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.section-mixed .video-wrap .video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none !important;
}

.section-mixed .video-wrap .video .play-btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  cursor: pointer;
  display: none;
  transition: none;
}

.section-mixed .video-wrap .video .play-btn img {
  width: 26px;
  height: 26px;
  transition: none;
  margin: 12px 10px 12px 14px;
  position: relative;
  z-index: 2;
}

.section-mixed .video-wrap .video .play-btn img.playing {
  margin: 9px;
  width: 32px;
  height: 32px;
}

.section-mixed .video-wrap .video .play-btn:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-mixed .video-wrap .video .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.section-mixed .video-wrap .video:hover .play-btn {
  display: block;
}

.vr-button {
  position: absolute;
  left: 50%;
  bottom: 13.3%;
  transform: translate(-50%);
  line-height: 60px;
  width: 300px;
  border: 1px solid #fff;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  color: #fff;
  transition: all 0.4s;
}

.vr-button:hover {
  border: 1px solid rgba(255, 0, 18, 0.8);
  background: rgba(255, 0, 18, 0.8);
}

@media screen and (max-width: 1024px) {
  .play-btn {
    display: none !important;
  }

  .section-mixed {
    --section-margin-bottom: 80px;
  }

  .section-mixed .video-wrap {
    --title-margin-bottom: 32px;
    --video-width: 90vw;
  }

  .section-mixed .video-wrap .video {
    max-width: 800px;
    height: auto;
  }

  .section-mixed .video-wrap .video .video-box {
    position: relative;
    padding-bottom: 60%;
    width: 100%;
    height: 0;
  }

  .vr-button {
    width: 200px;
    line-height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .section-mixed {
    --section-margin-bottom: 60px;
  }

  .section-mixed .video-wrap {
    --title-margin-bottom: 28px;
  }

  .section-mixed .video-wrap .video {
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .section-mixed .vr-wrap {
    padding-bottom: 60%;
  }

  .vr-button {
    width: 33.3%;
    min-width: 140px;
    line-height: 2.4;
  }
}

@media screen and (max-width: 600px) {
  .section-mixed {
    --section-margin-bottom: 60px;
  }

  .section-mixed .vr-wrap .vr-preview-icon {
    top: 16%;
    left: 12%;
  }
}

/* Product comparison */
.section-compare {
  --section-margin-bottom: 120px;
  --section-compare-width: 1000px;
  --title-margin-bottom: 60px;
  width: 100%;
  padding-top: var(--warp-top-padding);
  padding-bottom: var(--warp-bottom-padding);
  background: #fff;
}

.section-compare .section-compare-wrap {
  max-width: var(--section-compare-width);
  margin: 0 auto;
}

.section-compare .font-title {
  margin-bottom: var(--title-margin-bottom);
}

@media screen and (max-width: 1024px) {
  .section-compare {
    --title-margin-bottom: 32px;
    --section-margin-bottom: 80px;
  }

  .section-compare .section-compare-wrap {
    max-width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .section-compare {
    --title-margin-bottom: 28px;
    --section-margin-bottom: 60px;
  }

  .section-compare .section-compare-wrap {
    max-width: 600px;
  }
}

.telehandler-page .section-top .hero-video-toggle {
  position: absolute;
  right: 28px;
  top: 88px;
  z-index: 667;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.telehandler-page .section-top .hero-video-toggle img {
  display: block;
  width: 100%;
  height: 100%;
}

.telehandler-page .image-warp > img,
.telehandler-page .features-image-wrap > img,
.telehandler-page .certification-image > img,
.telehandler-page .service-image > img,
.telehandler-page .vr-background {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.telehandler-page .vr-background {
  object-fit: fill;
}

.telehandler-page .case-item.image-scale img {
  transition: transform 1s;
}

.telehandler-page .case-item.image-scale:hover img {
  transform: scale(1.1);
}

.telehandler-page .management-image-wrap > img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.telehandler-page .features-image-wrap > img,
.telehandler-page .service-image > img {
  object-fit: contain;
}

.telehandler-page .compare-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.telehandler-page .compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  color: #1d1d1d;
  font-size: var(--font-cell-size);
}

.telehandler-page .compare-table th,
.telehandler-page .compare-table td {
  padding: 22px 16px;
  border-bottom: 1px solid #ebeef5;
  text-align: left;
  line-height: 1.4;
}

.telehandler-page .compare-table th {
  color: #000;
  font-weight: 500;
}

.telehandler-page .compare-table tbody tr:nth-child(odd) {
  background: #fafafa;
}

.telehandler-page .compare-table tbody tr:hover {
  background: #f5f7fa;
}

.telehandler-vr-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.9);
}

.telehandler-vr-modal.is-open {
  display: block;
}

.telehandler-vr-dialog,
.telehandler-vr-dialog iframe {
  width: 100%;
  height: 100%;
}

.telehandler-vr-dialog iframe {
  display: block;
  border: 0;
  background: #000;
}

.telehandler-vr-close {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  cursor: pointer;
}

body.telehandler-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .telehandler-page {
    --font-title-size: 28px;
    --font-title-size-0: 24px;
    --font-subtitle-size: 18px;
    --font-smalltitle-size: 18px;
    --font-content-size: 14px;
    --warp-top-padding: 90px;
    --warp-bottom-padding: 78px;
    --title-margin-bottom: 32px;
  }

  .telehandler-page .section-top .hero-video-toggle {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .telehandler-page {
    --font-title-size: 22px;
    --font-title-size-0: 20px;
    --font-subtitle-size: 16px;
    --font-smalltitle-size: 15px;
    --font-content-size: 14px;
    --font-cell-size: 14px;
    --warp-top-padding: 50px;
    --warp-bottom-padding: 38px;
    --title-margin-bottom: 24px;
  }

  .telehandler-page .compare-table th,
  .telehandler-page .compare-table td {
    padding: 14px 12px;
  }
}

@media screen and (max-width: 376px) {
  .telehandler-page {
    --font-title-size: 20px;
    --font-title-size-0: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .telehandler-page *,
  .telehandler-page *::before,
  .telehandler-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
