:root {
  --color-FFFFFF: #ffffff;
  --color-F5F5F5: #F5F5F5;
  --color-121212: #121212;
  --color-000000: #000000;
  --color-009DFF: #009DFF;
  --color-009DFF1A: #009DFF1A;
  --color-009DFF14: #009DFF14;
  --color-009DFF0D: #009DFF0D;
  --color-666666: #666666;
  --color-999999: #999999;


  /*  1vw = 19px */
  --font-16: clamp(14px, 0.85vw, 16px);
  --font-20: clamp(14px, 1.05vw, 20px);
  --font-24: clamp(16px, 1.3vw, 24px);
  --font-40: clamp(26px, 2.1vw, 40px);
  --font-48: clamp(26px, 2.6vw, 48px);
}

.tmotor-agriculture-lift-main {
  background-color: var(--color-000000);
}

.tmotor-agriculture-lift-main .uav-section {
  position: relative;
  display: flex;
  justify-content: center;
  line-height: normal;
  z-index: 2;
}

.tmotor-agriculture-lift-main .backgroundPicture {
  width: 100%;
  aspect-ratio: 1920 / 550;
  background-color: var(--color-000000);
  overflow: hidden;
}

.tmotor-agriculture-lift-main .backgroundPicture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tmotor-agriculture-lift-main .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-section h1 {
  color: var(--color-FFFFFF);
  font-size: var(--font-48);
  font-weight: bold;
  line-height: 1.45;
  max-width: 680px;
}

.hero-section .hero-desc {
  color: var(--color-FFFFFF);
  font-size: var(--font-20);
  line-height: 1.45;
  margin-top: clamp(12.5px, 1.4vw, 25px);
  max-width: 605px;
  white-space: normal;
  overflow-wrap: break-word;
}

.hero-section .hero-actions {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.6vw, 30px);
  margin-top: clamp(17.5px, 1.9vw, 35px);
}

.hero-section .hero-btn {
  height: 56px;
  min-width: 260px;
  border-radius: 4px;
  border: 1px solid var(--color-009DFF);
  color: var(--color-FFFFFF);
  font-size: var(--font-16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.1vw, 20px);
  cursor: pointer;
}

.hero-section .hero-btn-primary {
  min-width: 300px;
  background-color: var(--color-009DFF);
  transition: all .3s;
}

.hero-section .hero-btn-primary:hover {
  background-color: #0077ff;
  border: 1px solid #0077ff;
}

.hero-section .hero-btn-secondary {
  background-color: var(--color-009DFF1A);
  transition: all .3s;
}

.hero-section .hero-btn-secondary:hover {
  background-color: #009dff59;
  border: 1px solid #009DFF1A;
}


.hero-section .hero-play {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--color-FFFFFF);
}

.br-web {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.reliable-section {
  background-color: #f5f5f5;
  padding: clamp(60px, 7.4vw, 140px) 0;
}

.reliable-section .container {
  position: relative;
  left: auto;
  transform: none;
  max-width: 1440px;
  height: auto;
  display: block;
}

.reliable-section .reliable-title {
  color: var(--color-121212);
  font-size: var(--font-40);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.reliable-section .reliable-content {
  display: grid;
  grid-template-columns: 1.15fr 2fr;
  gap: clamp(15px, 1.6vw, 30px);
  margin-top: clamp(40px, 4.5vw, 85px);
}

.reliable-section .reliable-card {
  background-color: var(--color-FFFFFF);
  box-shadow: 0 13px 19px 0 rgba(0, 0, 0, 0.07);
  padding: clamp(32.5px, 3.5vw, 65px) clamp(25px, 2.7vw, 50px);
  display: flex;
  flex-direction: column;
}

.reliable-section .reliable-card h3 {
  color: var(--color-121212);
  font-size: var(--font-24);
  font-weight: bold;
  line-height: 1.25;
}

.reliable-section .reliable-list {
  margin-top: clamp(15px, 1.6vw, 30px);
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reliable-section .reliable-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: clamp(15px, 1.6vw, 30px);
  align-items: start;
  color: var(--color-121212);
  font-size: var(--font-16);
  line-height: 1.8;
  align-items: center;
}

.reliable-section .reliable-list li+li {
  border-top: 1px solid #CDCDCD;
  padding-top: clamp(12.5px, 1.4vw, 25px);
  margin-top: clamp(12.5px, 1.4vw, 25px);
}

.reliable-section .reliable-list img {
  display: block;
  width: 20px;
  height: 20px;
}

.reliable-section .reliable-line {
  display: block;
  width: 12px;
  height: 2px;
  background-color: var(--color-121212);
}

.solutions-seciton {
  position: relative;
  background-color: #f5f5f5;
  padding: 0 0 clamp(60px, 7.4vw, 140px);
}

.solutions-seciton .container {
  position: relative;
  left: auto;
  transform: none;
  max-width: 1360px;
  height: auto;
  display: block;
}

.solutions-title {
  color: var(--color-121212);
  font-size: var(--font-40);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.solutions-toolbar {
  position: relative;
  z-index: 30;
  margin-top: clamp(37.5px, 4.0vw, 75px);
}

.solutions-mobile-filter-actions,
.solutions-mobile-filter-anchor,
.solutions-filter-backdrop,
.solutions-filter-close,
.solutions-filter-sheet-actions,
.solutions-filter-all {
  display: none;
}

.solutions-filter-main {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2.2vw, 40px);
}

.solutions-main-tab {
  width: 150px;
  height: 45px;
  border: 1px solid var(--color-121212);
  border-radius: 6px;
  background-color: transparent;
  color: var(--color-121212);
  font-size: var(--font-16);
  cursor: pointer;
}

.solutions-main-tab.active {
  background-color: var(--color-121212);
  color: var(--color-FFFFFF);
}

.solutions-filter-row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: clamp(25px, 2.7vw, 50px);
}

.solutions-filter-sub {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2.2vw, 40px);
}

.solutions-sub-tab {
  border: 0;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: var(--color-121212);
  font-size: var(--font-16);
  padding: 0 0 clamp(9px, 1.0vw, 18px);
  cursor: pointer;
}

.solutions-sub-tab.active {
  border-bottom-color: var(--color-121212);
}

.solutions-sort {
  display: flex;
  align-items: center;
  gap: clamp(5px, 0.6vw, 10px);
  color: var(--color-121212);
  font-size: var(--font-16);
  position: absolute;
  right: 0;
  top: 50%;
  padding-bottom: 0;
  transform: translateY(-50%);
}

.solutions-sort-toggle {
  position: relative;
  border: 0;
  background-color: transparent;
  color: var(--color-121212);
  font-size: var(--font-20);
  line-height: 1;
  padding: 0 clamp(14px, 1.5vw, 28px) 0 0;
  cursor: pointer;
  overflow: hidden;
}

.solutions-sort-toggle::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--color-121212);
  border-bottom: 1px solid var(--color-121212);
  transform: rotate(45deg);
  margin-top: clamp(-7px, -0.4vw, -3.5px);
}

.solutions-sort-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  white-space: nowrap;
  margin-top: clamp(9px, 1.0vw, 18px);
  background-color: var(--color-FFFFFF);
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  overflow: hidden;
  display: none;
}

.solutions-sort-menu.open {
  display: flex;
  flex-direction: column;
}

.solutions-sort-menu button {
  width: 100%;
  border: 0;
  background-color: var(--color-FFFFFF);
  color: var(--color-121212);
  font-size: var(--font-16);
  text-align: left;
  padding: 9px 16px;
  cursor: pointer;
}

.solutions-sort-menu button:hover,
.solutions-sort-menu button:focus {
  background-color: var(--color-009DFF14);
}

.solutions-filter-panel {
  background-color: var(--color-FFFFFF);
  padding: clamp(17px, 1.9vw, 38px) clamp(22px, 2.3vw, 45px);
}

.solutions-filter-group {
  display: flex;
  align-items: center;
}

.solutions-filter-group+.solutions-filter-group {
  border-top: 1px solid #E2E2E2;
  margin-top: clamp(12px, 1.3vw, 24px);
  padding-top: clamp(12px, 1.3vw, 24px);
}

.solutions-filter-label {
  flex: 0 0 clamp(85px, 7.5vw, 108px);
  color: var(--color-121212);
  font-size: var(--font-16);
  line-height: 1.5;
  white-space: nowrap;
}

:lang(en).solutions-filter-label {
  flex: 0 0 clamp(110px, 7.5vw, 138px);
}


.solutions-filter-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: clamp(10px, 1.1vw, 20px);
}

.solutions-filter-option {
  position: relative;
  border: 0;
  background-color: transparent;
  color: var(--color-666666);
  font-size: var(--font-16);
  line-height: 1.5;
  padding: 0 clamp(12px, 1.3vw, 24px);
  cursor: pointer;
}

.solutions-filter-option:first-child {
  padding-left: 0;
}

.solutions-filter-option+.solutions-filter-option::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  background-color: #D8D8D8;
  transform: translateY(-50%);
}

.solutions-filter-option:hover,
.solutions-filter-option:focus {
  color: var(--color-121212);
}

.solutions-filter-option.active {
  color: #009DFF;
}

.solutions-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 0.9vw, 16px);
  margin-top: clamp(18px, 2.0vw, 36px);
}

.solutions-active-filters:empty {
  display: none;
}

.solutions-match-count {
  display: none;
  color: var(--color-121212);
  font-size: clamp(22px, 1.7vw, 32px);
  line-height: 1.3;
  text-align: center;
  margin-top: clamp(16px, 1.7vw, 32px);
}

#solutions-match-count-value {
  color: var(--color-009DFF);
  margin: 0 4px;
}

.solutions-filter-chip {
  min-height: 40px;
  border: 0;
  border-radius: 4px;
  background-color: var(--color-FFFFFF);
  color: var(--color-666666);
  font-size: var(--font-16);
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 clamp(16px, 1.4vw, 24px);
  cursor: pointer;
}

.solutions-filter-chip strong {
  color: var(--color-121212);
  font-weight: 500;
}

.solutions-chip-remove,
.solutions-filter-reset-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #E6E6E6;
  color: var(--color-666666);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}

.solutions-filter-reset-icon {
  font-size: 14px;
}

.solutions-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.2vw, 40px) clamp(15px, 1.6vw, 30px);
  margin-top: clamp(40px, 4.3vw, 80px);
}

.solutions-results {
  position: relative;
  isolation: isolate;
  overflow-anchor: none;
  width: 100%;
}

.solutions-card {
  background-color: var(--color-FFFFFF);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.solutions-card-image {
  position: relative;
  aspect-ratio: 420 / 320;
  background-color: var(--color-FFFFFF);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(22.5px, 2.4vw, 45px);
}

.solutions-card-image img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.solutions-card-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}


.solutions-card-body {
  padding: 0 clamp(21px, 2.3vw, 42px) clamp(18px, 1.9vw, 36px);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.solutions-card h3 {
  color: var(--color-121212) !important;
  font-size: var(--font-24);
  font-weight: bold;
  line-height: 1.2;
}

.solutions-card-title-link {
  color: inherit;
}

.solutions-card-subtitle {
  color: var(--color-999999);
  font-size: var(--font-16);
  margin-top: clamp(7px, 0.8vw, 14px);
}

.solutions-card-specs {
  color: var(--color-666666);
  font-size: var(--font-16);
  line-height: 1.5;
  margin-top: clamp(12px, 1.3vw, 24px);
}

.solutions-card-specs li {
  margin-top: clamp(2.5px, 0.3vw, 5px);
}

.solutions-card-specs span {
  color: var(--color-666666);
}

.solutions-card-actions {
  display: flex;
  gap: clamp(5px, 0.6vw, 10px);
  margin-top: auto;
  padding-top: clamp(19px, 2.0vw, 38px);
}

.solutions-card-btn {
  flex: 1;
  min-height: 48px;
  border: 1px solid var(--color-121212);
  border-radius: 4px;
  color: var(--color-121212);
  background-color: var(--color-FFFFFF);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-16);
  text-align: center;
  transition: all .3s;
}

.solutions-card-btn:hover {
  background-color: var(--color-121212);
  color: var(--color-FFFFFF);
}

.solutions-card-btn-dark {
  background-color: var(--color-121212);
  color: var(--color-FFFFFF);
}

.solutions-card-btn-dark:hover {
  background-color: var(--color-009DFF);
  border-color: var(--color-009DFF);
}

.solutions-view-more {
  display: none;
  overflow-anchor: none;
  margin: clamp(20px, 2.2vw, 40px) auto 0;
  min-width: 170px;
  min-height: 44px;
  border: 1px solid var(--color-121212);
  background-color: var(--color-FFFFFF);
  color: var(--color-121212);
  align-items: center;
  justify-content: center;
  font-size: var(--font-16);
}

.solutions-results.has-more::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: clamp(190px, 30vw, 320px);
  background: linear-gradient(0deg, var(--color-F5F5F5) 0%, rgba(255, 255, 255, 0.96) 20%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.solutions-results.has-more .solutions-view-more {
  position: relative;
  z-index: 3;
  width: max-content;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  border: 0;
  background-color: transparent;
  color: var(--color-009DFF);
  font-size: var(--font-20);
  line-height: 1;
  white-space: nowrap;
  padding: 0 clamp(18px, 2.4vw, 28px) 0 0;
}

.solutions-results.has-more .solutions-view-more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 1px solid var(--color-009DFF);
  border-bottom: 1px solid var(--color-009DFF);
  transform: translateY(-65%) rotate(45deg);
}

.solutions-empty {
  display: none;
  color: var(--color-121212);
  font-size: var(--font-20);
  line-height: 1.45;
  text-align: center;
  margin-top: clamp(40px, 4.3vw, 80px);
}

.solutions-empty a {
  display: inline-flex;
  min-width: 270px;
  min-height: 48px;
  border-radius: 6px;
  background-color: var(--color-009DFF);
  color: var(--color-FFFFFF);
  align-items: center;
  justify-content: center;
  font-size: var(--font-16);
  transition: all .3s;
}

.solutions-empty a:hover {
  background-color: #0077ff;
}

.solutions-empty-title {
  font-weight: bold;
  font-size: var(--font-24);
}

.solutions-empty-desc {
  color: var(--color-666666);
  font-size: var(--font-16);
  margin-top: clamp(8px, 0.9vw, 16px);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.solutions-empty-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.3vw, 24px);
  margin-top: clamp(20px, 2.2vw, 40px);
}

.solutions-empty-btn {
  min-width: 180px;
  min-height: 48px;
  border-radius: 6px;
  font-size: var(--font-16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
}

.solutions-empty-btn-primary {
  background-color: var(--color-009DFF);
  color: var(--color-FFFFFF);
  border: 1px solid var(--color-009DFF);
}

.solutions-empty-btn-primary:hover {
  background-color: #0077ff;
  border-color: #0077ff;
}

.solutions-empty-btn-secondary {
  background-color: transparent;
  color: var(--color-121212);
  border: 1px solid var(--color-121212);
}

.solutions-empty-btn-secondary:hover {
  background-color: var(--color-121212);
  color: var(--color-FFFFFF);
}

.custom-section {
  background-color: var(--color-FFFFFF);
  padding: clamp(70px, 7.4vw, 140px) 0 clamp(80px, 8.5vw, 160px);
}

.custom-section .container {
  position: relative;
  left: auto;
  transform: none;
  max-width: 1440px;
  height: auto;
  display: block;
}

.custom-head {
  text-align: center;
}

.custom-head h2 {
  color: var(--color-121212);
  font-size: var(--font-40);
  font-weight: bold;
  line-height: 1.25;
}

.custom-head p {
  color: var(--color-666666);
  font-size: var(--font-20);
  line-height: 1.45;
  margin-top: clamp(5px, 0.6vw, 10px);
}

.custom-scope {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr;
  gap: clamp(40px, 4.3vw, 80px);
  align-items: center;
  margin-top: clamp(40px, 4.2vw, 80px);
}

.custom-image {
  aspect-ratio: 750 / 447;
  overflow: hidden;
}

.custom-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-scope-content h3,
.custom-support h3 {
  color: var(--color-121212);
  font-size: var(--font-40);
  font-weight: 400;
  line-height: 1.25;
}

.custom-scope-list {
  color: var(--color-666666);
  font-size: var(--font-16);
  line-height: 1.35;
  margin-top: clamp(20px, 2.1vw, 40px);
}

.custom-scope-item+.custom-scope-item {
  margin-top: clamp(16px, 1.9vw, 32px);
}

.custom-scope-title {
  color: var(--color-121212);
  font-size: var(--font-20);
  font-weight: 400;
}

.custom-scope-text {
  margin: 0;
}

.custom-action {
  width: 360px;
  min-height: 56px;
  border-radius: 8px;
  background-color: var(--color-121212);
  color: var(--color-FFFFFF);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 0.6vw, 10px);
  font-size: var(--font-16);
  font-weight: bold;
  transition: all .3s;
}

.custom-action:hover {
  background-color: var(--color-000000);
  color: var(--color-FFFFFF);
}

.custom-action-desktop {
  margin-top: clamp(20px, 2.1vw, 40px);
}

.custom-action-mobile {
  display: none;
}

.custom-support {
  margin-top: clamp(60px, 6.4vw, 120px);
}

.custom-support h3 {
  text-align: center;
}

.custom-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 1.6vw, 30px);
  margin-top: clamp(20px, 2.2vw, 40px);
}

.custom-support-card {
  background-color: var(--color-FFFFFF);
  box-shadow: 0 13px 19px 0 rgba(0, 0, 0, 0.07);
  padding: clamp(20px, 2.2vw, 40px);
  transition: all .3s;
}

.custom-support-card:hover {
  background-color: var(--color-009DFF0D);
}

.custom-support-card img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.custom-support-card h4 {
  color: var(--color-121212);
  font-size: var(--font-24);
  font-weight: bold;
  line-height: 1.25;
  margin-top: clamp(10px, 1.1vw, 20px);
}

.custom-support-card p {
  color: var(--color-666666);
  font-size: var(--font-16);
  line-height: 1.45;
  margin-top: clamp(6px, 0.6vw, 10px);
}


.form-section {
  background-color: var(--color-F5F5F5);
  padding: clamp(70px, 7.4vw, 140px) 0;
}

.form-section .container {
  position: relative;
  left: auto;
  transform: none;
  max-width: 1440px;
  height: auto;
  display: block;
  background-color: var(--color-FFFFFF);
  padding: clamp(22px, 4.2vw, 80px) clamp(30px, 4.7vw, 90px);
}

.form-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.form-head h2 {
  color: var(--color-121212);
  font-size: var(--font-40);
  font-weight: bold;
  line-height: 1.25;
}

.form-head p {
  color: var(--color-666666);
  font-size: var(--font-20);
  line-height: 1.45;
  margin-top: clamp(5px, 0.6vw, 10px);
  max-width: 900px;
}

.tmotor-form-modal-open {
  overflow: hidden;
}

.tmotor-video-modal-open {
  overflow: hidden;
}

.tmotor-form-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.tmotor-form-modal.open {
  display: flex;
}

.tmotor-form-modal-backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.62);
}

.tmotor-form-dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background-color: var(--color-FFFFFF);
  padding: clamp(24px, 3vw, 48px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.tmotor-form-dialog h2 {
  color: var(--color-121212);
  font-size: var(--font-24);
  font-weight: bold;
  line-height: 1.25;
  padding-right: 40px;
}

.tmotor-form-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 0;
  background-color: transparent;
  color: var(--color-121212);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
}

.tmotor-form-modal-body {
  margin-top: clamp(18px, 2vw, 36px);
}

.tmotor-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.tmotor-video-modal.open {
  display: flex;
}

.tmotor-video-modal-backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.76);
}

.tmotor-video-dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  max-height: calc(100vh - 48px);
  background-color: var(--color-000000);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  isolation: isolate;
}

.tmotor-video-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.62);
  color: var(--color-FFFFFF);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
}

.tmotor-video-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: calc(100vh - 48px);
  background-color: var(--color-000000);
  overflow: hidden;
  transform: translateZ(0);
}

.tmotor-video-player {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 48px);
  object-fit: contain;
  background-color: var(--color-000000);
}

.success-form {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(20px, 3.1vw, 60px);
  text-align: center;
}

.success-title {
  font-size: var(--font-40);
  color: var(--color-121212);
  font-weight: bold;
  margin-bottom: clamp(8px, 1.1vw, 20px);
}

.success-text {
  font-size: var(--font-24);
  color: var(--color-121212);
  line-height: 1.6;
}


@media (max-width: 1440px) {
  .tmotor-agriculture-lift-main .container {
    padding-left: 5%;
    padding-right: 5%;
  }

}

@media (max-width: 1200px) {
  .tmotor-agriculture-lift-main .hero-section {
    height: 500px;
  }
}

@media (max-width: 1080px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reliable-section .reliable-content {
    grid-template-columns: 1fr;
  }

  .hero-section .hero-desc {
    max-width: 440px;
  }
}

@media (max-width: 768px) {

  :root {
    /*  1vw = 7.5px */
    --font-16: clamp(14px, 2.2vw, 16px);
    --font-20: clamp(14px, 2.8vw, 20px);
    --font-24: clamp(16px, 3.1vw, 24px);
    --font-40: clamp(26px, 5.6vw, 40px);
    --font-48: clamp(26px, 6.7vw, 48px);
  }


  .tmotor-agriculture-lift-main .hero-section {
    height: unset;
  }


  .tmotor-agriculture-lift-main .backgroundPicture {
    aspect-ratio: 750 / 1360;
    margin-top: clamp(-150px, -25vh, -450px);
  }

  .tmotor-agriculture-lift-main .container {
    left: 0;
    transform: none;
    max-width: none;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
  }

  .hero-section .hero-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: clamp(90px, 23vw, 180px);
    text-align: center;
  }

  .hero-section .hero-desc {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-section .hero-btn,
  .hero-section .hero-btn-primary {
    width: 70%;
    min-width: 0;
    max-height: 48px;
  }

  .hero-section .hero-btn-primary {
    background-color: var(--color-FFFFFF);
    color: var(--color-121212);
    border: 1px solid var(--color-FFFFFF);
  }

  .br-web {
    display: none;
  }

  .reliable-section {
    background-color: var(--color-FFFFFF);
    padding: clamp(60px, 15.5vw, 120px) 0;
  }

  .reliable-section .container {
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
  }

  .reliable-section .reliable-title {
    text-align: left;
  }

  .reliable-section .reliable-content {
    display: block;
    margin-top: clamp(22.5px, 2.4vw, 45px);
  }

  .reliable-section .reliable-card {
    box-shadow: none;
    padding: 0;
  }

  .reliable-section .reliable-card+.reliable-card {
    border-top: 1px solid #CDCDCD;
    padding-top: clamp(22.5px, 2.4vw, 45px);
    margin-top: clamp(22.5px, 2.4vw, 45px);
  }

  .reliable-section .reliable-card h3 {
    text-align: left;
  }

  .reliable-section .reliable-list li {
    grid-template-columns: 20px 1fr;
    gap: clamp(12.5px, 1.4vw, 25px);
    text-align: left;
    align-items: center;
  }

  .reliable-section .reliable-list li+li {
    border-top: none;
    padding-top: 0;
    margin-top: clamp(9px, 1.0vw, 18px);
  }

  .reliable-section .reliable-list img {
    margin-top: clamp(5.5px, 0.6vw, 11px);
  }

  .solutions-seciton {
    padding: clamp(60px, 15.5vw, 120px) 0;
  }

  .solutions-seciton .container {
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .solutions-title {
    text-align: left;
  }

  .solutions-toolbar {
    width: 100%;
  }

  .solutions-mobile-filter-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .solutions-mobile-filter-anchor {
    display: block;
    width: 1px;
    height: 1px;
    pointer-events: none;
  }

  .solutions-mobile-filter-actions.floating {
    position: fixed;
    right: 10px;
    bottom: 148px;
    z-index: 10;
    padding: 0;
  }

  .solutions-seciton.filter-floating {
    z-index: 100;
  }

  .solutions-mobile-filter-open,
  .solutions-mobile-filter-reset {
    border-radius: 4px;
    font-size: var(--font-16);
    line-height: 1.2;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .solutions-mobile-filter-open {
    gap: 12px;
    min-height: 40px;
    border: 0;
    border-radius: 4px;
    background-color: var(--color-FFFFFF);
    color: var(--color-666666);
    padding: 0 clamp(16px, 1.4vw, 24px);
    display: flex;
  }

  .solutions-mobile-filter-actions.floating .solutions-mobile-filter-open {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: none;
    gap: 0;
  }

  .solutions-mobile-filter-actions.floating .solutions-mobile-filter-open span,
  .solutions-mobile-filter-actions.floating .solutions-mobile-filter-icon,
  .solutions-mobile-filter-actions.floating .solutions-mobile-filter-reset {
    display: none !important;
  }

  .solutions-mobile-filter-icon {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: var(--color-121212);
    stroke-width: 1.8;
    stroke-linejoin: round;
  }

  .solutions-mobile-filter-float-icon {
    display: none;
    width: 40px;
    height: 40px;
  }

  .solutions-mobile-filter-actions.floating .solutions-mobile-filter-float-icon {
    display: block;
  }

  .solutions-mobile-filter-reset {
    display: none;
    gap: 12px;
    min-height: 40px;
    border: 0;
    border-radius: 4px;
    background-color: var(--color-FFFFFF);
    color: var(--color-666666);
    padding: 0 clamp(16px, 1.4vw, 24px);
  }

  .solutions-filter-backdrop.open {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.72);
  }

  body.solutions-filter-lock {
    overflow: hidden;
  }

  body.solutions-filter-lock .tmotor-agriculture-lift-main .solutions-seciton {
    z-index: 1000;
  }

  .solutions-filter-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 901;
    max-height: 88vh;
    overflow-y: auto;
    padding: 44px 5% 0;
    background-color: var(--color-FFFFFF);
    transform: translateY(100%);
    transition: transform .28s ease;
  }

  .solutions-filter-panel.open {
    transform: translateY(0);
  }

  .solutions-filter-close {
    display: block;
    position: fixed;
    top: 14px;
    right: 5%;
    width: 40px;
    height: 40px;
    z-index: 902;
    border: 0;
    background-color: transparent;
    color: var(--color-121212);
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    overflow: hidden;
    transform: none;
  }

  .solutions-filter-group {
    align-items: flex-start;
    flex-direction: column;
    gap: clamp(18px, 4.8vw, 36px);
  }

  .solutions-filter-group+.solutions-filter-group {
    border-top: 0;
    margin-top: clamp(34px, 9.1vw, 68px);
    padding-top: 0;
  }

  .solutions-filter-label {
    flex: none;
    font-size: var(--font-24);
    font-weight: 600;
  }

  .solutions-filter-options {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .solutions-filter-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    background-color: var(--color-FFFFFF);
    color: var(--color-666666);
    font-size: var(--font-20);
    line-height: 1;
    padding: 0 8px;
    text-align: center;
  }

  .solutions-filter-all {
    display: inline-flex;
  }

  .solutions-filter-option:first-child {
    padding-left: 8px;
  }

  .solutions-filter-option+.solutions-filter-option::before {
    content: none;
  }

  .solutions-filter-option.active,
  .solutions-filter-option:hover,
  .solutions-filter-option:focus {
    border-color: var(--color-121212);
  }

  .solutions-filter-sheet-actions {
    position: sticky;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 64px;
    margin: clamp(60px, 16vw, 120px) -5vw 0;
  }

  .solutions-filter-sheet-reset,
  .solutions-filter-sheet-affirm {
    border: 0;
    font-size: var(--font-18);
    cursor: pointer;
  }

  .solutions-filter-sheet-reset {
    background-color: #E5E5E5;
    color: var(--color-666666);
  }

  .solutions-filter-sheet-affirm {
    background-color: var(--color-121212);
    color: var(--color-FFFFFF);
  }

  .solutions-active-filters {
    display: none;
  }

  .solutions-match-count {
    text-align: left;
    font-size: var(--font-18);
    margin-top: clamp(12px, 3.2vw, 24px);
  }

  .solutions-filter-chip {
    min-height: 36px;
    padding: 0 clamp(12px, 3.2vw, 24px);
  }

  .solutions-filter-main {
    justify-content: flex-start;
    gap: clamp(22.5px, 2.4vw, 45px);
  }

  .solutions-main-tab {
    width: auto;
    height: auto;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 0 0 clamp(6px, 0.7vw, 12px);
    background-color: transparent;
    color: var(--color-121212);
  }

  .solutions-main-tab.active {
    background-color: transparent;
    color: var(--color-121212);
    border-bottom-color: var(--color-121212);
  }

  .solutions-filter-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 0;
    margin-top: clamp(10px, 1.1vw, 20px);
  }

  .solutions-filter-sub {
    justify-content: flex-start;
    gap: clamp(5px, 0.6vw, 10px);
    order: 1;
  }

  .solutions-sub-tab {
    border: 0;
    background-color: var(--color-FFFFFF);
    color: var(--color-666666);
    padding: clamp(6px, 0.7vw, 12px) clamp(12px, 1.0vw, 18px);
  }

  .solutions-sub-tab.active {
    color: var(--color-009DFF);
    background-color: var(--color-009DFF14);
  }

  .solutions-sort {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    order: 2;
    padding-bottom: 0;
    margin-top: clamp(17.5px, 1.9vw, 35px);
    color: var(--color-999999);
  }

  .solutions-sort-toggle {
    color: var(--color-999999);
    font-size: var(--font-16);
    padding: 0 20px 0 0;
  }

  .solutions-sort-toggle::after {
    border-color: var(--color-999999);
    top: 35%;
  }

  .solutions-sort-menu {
    left: 0;
    right: auto;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
    gap: clamp(22.5px, 2.4vw, 45px);
    margin-top: clamp(10px, 1.1vw, 20px);
  }

  .solutions-card-image {
    aspect-ratio: 420 / 320;
    padding: 0;
  }

  .solutions-card-image img {
    max-width: 100%;
    min-width: 330px;
  }

  .solutions-card-body {
    padding: 0 clamp(20px, 1.3vw, 24px) clamp(16px, 1.5vw, 28px);
  }

  .solutions-card-subtitle {
    padding-bottom: clamp(10px, 1.1vw, 20px);
    border-bottom: 1px solid #CDCDCD;
  }

  .solutions-card-specs {
    margin-top: clamp(10px, 1.1vw, 20px);
    line-height: 1.45;
  }

  .solutions-card-actions {
    padding-top: clamp(16px, 1.2vw, 22px);
  }

  .solutions-empty {
    margin-top: clamp(30px, 3.2vw, 60px);
    font-size: var(--font-20);
  }

  .solutions-view-more {
    border: 0;
    background-color: transparent;
    color: var(--color-121212);
    min-width: 0;
    min-height: 0;
    margin: clamp(17.5px, 1.9vw, 35px) auto 0;
    padding: 0 clamp(12px, 1.3vw, 24px) clamp(6px, 0.7vw, 12px) 0;
    position: relative;
    overflow: inherit;
  }

  .solutions-view-more::after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-right: 1px solid var(--color-121212);
    border-bottom: 1px solid var(--color-121212);
    transform: rotate(45deg);
  }

  .solutions-empty a {
    margin-top: unset;
    background-color: unset;
    background: unset;
    border: unset;
    min-height: unset;
    color: #009DFF;
    text-decoration: underline;
  }


  .solutions-empty-desc {
    font-size: var(--font-16);
    max-width: 100%;
  }

  .solutions-empty-actions {
    flex-direction: column;
    gap: clamp(12px, 3.2vw, 24px);
    margin-top: clamp(16px, 4.3vw, 32px);
  }

  .solutions-empty-btn {
    width: 100%;
    min-width: 0;
    min-height: 44px;
  }

  .custom-section {
    padding: clamp(60px, 15.5vw, 120px) 0;
  }

  .custom-section .container {
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
  }

  .custom-head {
    text-align: left;
  }

  .custom-head p {
    margin-top: clamp(8px, 0.9vw, 16px);
  }

  .custom-scope {
    display: block;
    margin-top: clamp(15px, 1.6vw, 30px);
  }

  .custom-scope-content {
    margin-top: clamp(35px, 3.7vw, 70px);
  }

  .custom-scope-content h3,
  .custom-support h3 {
    font-size: var(--font-24);
    font-weight: bold;
  }

  .custom-scope-list {
    margin-top: clamp(22.5px, 2.4vw, 45px);
  }

  .custom-scope-item+.custom-scope-item {
    margin-top: clamp(12px, 1.3vw, 24px);
  }

  .custom-action-desktop {
    display: none;
  }

  .custom-support {
    border-top: 1px solid #CDCDCD;
    margin-top: clamp(30px, 3.2vw, 60px);
    padding-top: clamp(27.5px, 3.0vw, 55px);
  }

  .custom-support h3 {
    text-align: left;
  }

  .custom-support-grid {
    display: block;
    margin-top: clamp(22.5px, 2.4vw, 45px);
  }

  .custom-support-card {
    box-shadow: none;
    padding: 0;
  }

  .custom-support-card:hover {
    background-color: transparent;
  }

  .custom-support-card+.custom-support-card {
    margin-top: clamp(22.5px, 2.4vw, 45px);
  }

  .custom-support-card img {
    display: none;
  }

  .custom-support-card h4 {
    font-size: var(--font-20);
    font-weight: 400;
    margin-top: 0;
  }

  .custom-support-card p {
    margin-top: clamp(5px, 0.6vw, 10px);
  }

  .custom-action-mobile {
    width: 100%;
    min-height: 48px;
    display: flex;
    margin-top: clamp(35px, 3.7vw, 70px);
  }


  .form-section {
    padding: 0;
  }


  .hero-section .hero-desc {
    margin-top: clamp(12.5px, 3.5vw, 25px);
  }

  .hero-section .hero-actions {
    gap: clamp(15px, 4vw, 30px);
    margin-top: clamp(17.5px, 4.6vw, 35px);
  }

  :lang(en).solutions-filter-label {
    flex: unset;
  }
}


/* @media (max-width: 390px) {
  .tmotor-agriculture-lift-main .backgroundPicture {
    margin-top: unset;
  }
} */