.home-migration-page {
  background: #fff;
  color: #111827;
}

.home-migration-page * {
  box-sizing: border-box;
}

.home-page-shell > * + * {
  margin-top: 56px;
}

.home-sany-header-spacer {
  width: 100%;
  height: 64px;
  flex: 0 0 64px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-banner {
  position: relative;
  width: 100%;
  min-height: 512px;
  height: 28.13vw;
  overflow: hidden;
  background: #111827;
}

.home-banner-desktop {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 512px;
  direction: ltr;
}

.home-banner-panel {
  position: relative;
  flex: 0 1 auto;
  width: 160px;
  min-width: 0;
  cursor: pointer;
  overflow: hidden;
  transition: all 500ms ease-in-out;
}

.home-banner-panel.is-active {
  width: 100%;
}

.home-banner-panel > img,
.home-banner-mobile-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: background 300ms ease-in-out;
}

.home-banner-panel.is-active .home-banner-overlay {
  background: transparent;
}

.home-banner-panel:not(.is-active):hover .home-banner-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.home-banner-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  color: #fff;
  transition: padding 500ms ease-in-out;
}

.home-banner-panel.is-active .home-banner-copy {
  padding: 16px 32px 32px;
}

.home-banner-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.home-banner-index {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  text-align: right;
}

.home-banner-panel.is-active .home-banner-index {
  text-align: left;
}

.home-banner-head-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
}

.home-banner-head {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-align: right;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
}

.home-banner-panel.is-active .home-banner-head {
  opacity: 0;
  transform: translateY(-8px);
}

.home-banner-bottom-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.home-banner-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
}

.home-banner-panel.is-active .home-banner-bottom {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.home-banner-short,
.home-banner-long {
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.home-banner-short {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
}

.home-banner-long {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 48px;
  white-space: nowrap;
}

.home-banner-mobile {
  display: none;
}

.quote-request-form-desktop-mount {
  width: min(100% - 24px, 1280px);
  margin: 0 auto;
}

.home-page-shell > .home-solutions,
.home-page-shell > .home-cases,
.home-page-shell > .home-service,
.home-page-shell > .home-news-events,
.home-page-shell > .quote-request-form-desktop-mount,
.home-page-shell > .home-hot-products {
  width: 100%;
  max-width: 1536px;
  padding: 0 16px;
  margin: 56px auto 0;
}

.home-hot-products,
.home-solutions,
.home-cases,
.home-service,
.home-news-events,
.quote-request-form-desktop-mount,
.home-hot-products *,
.home-solutions *,
.home-cases *,
.home-service *,
.home-news-events *,
.quote-request-form-desktop-mount * {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.home-statistics h2,
.home-hot-products h2,
.home-solutions h2,
.home-cases h2,
.home-service h2,
.home-news-events h2,
.quote-request-form-desktop-mount h2 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #111827;
}

.home-hot-products h2 {
  margin: 0 0 36px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #111827;
}

.home-cases h2 {
  margin: 0 0 36px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #111827;
}

.home-solutions h2 {
  margin: 0 0 36px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #111827;
}

.home-service h2 {
  margin: 0 0 36px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #111827;
}

.home-news-events h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #111827;
}

.quote-request-form-desktop-mount h2 {
  margin: 0 0 32px;
  color: #111827;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

.home-news-events {
  padding-bottom: 32px;
}

.home-page-shell > .quote-request-form-desktop-mount {
  margin-top: 56px;
  padding-bottom: 48px;
}

.home-statistics {
  position: relative;
  width: 100%;
  background: #fff;
}

.home-statistics,
.home-statistics * {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.home-statistics h2 {
  margin: 0 0 36px;
  color: #1f2937;
  font-size: 48px;
  line-height: 1;
  text-align: center;
}

.home-stat-section {
  position: relative;
  padding: 0 12px;
}

.home-stat-map-picture {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.home-stat-map-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-stat-container {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  margin: 0 auto;
}

.home-stat-desktop {
  display: block;
}

.home-stat-mobile {
  display: none;
}

.home-stat-row {
  display: grid;
  gap: 64px;
  justify-content: center;
  margin: 0 auto;
}

.home-stat-row-top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 896px;
}

.home-stat-row-bottom {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1152px;
}

.home-stat-item {
  padding: 16px;
  background: transparent;
  border: 0;
  text-align: start;
}

.home-stat-number {
  display: block;
  margin-bottom: 16px;
  color: #db010a;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.home-stat-number span {
  font-size: 36px;
  line-height: 40px;
}

.home-stat-item h3 {
  margin: 0 0 8px;
  color: #1f2937;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: start;
}

.home-product-carousel {
  position: relative;
  margin-bottom: 24px;
}

.home-product-carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.home-product-carousel-track {
  display: flex;
  width: 100%;
  direction: ltr;
  transition: transform 500ms ease;
}

.home-product-mobile-list {
  display: none;
}

.home-product-card {
  display: grid;
  flex: 0 0 100%;
  width: 100%;
  background: #fff;
  border: 0;
  border-radius: 4px;
  overflow: hidden;
  height: 320px;
  margin-bottom: 0;
  grid-template-columns: 1fr 1fr;
}

.home-product-card.is-active {
  display: grid;
}

.home-product-card a,
.home-solution-card,
.home-category-card,
.home-news-card,
.home-case-image {
  color: inherit;
  text-decoration: none;
}

.home-product-card > a {
  display: contents;
}

.home-product-media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
}

.home-product-media picture,
.home-product-media img {
  position: absolute;
  inset: 0;
  display: block;
}

.home-product-media picture {
  overflow: hidden;
}

.home-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 300ms ease;
}

.home-product-media:hover img {
  transform: scale(1.05);
}

.home-hot-ribbon {
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 1;
  width: 48px;
  height: 48px;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url("/static/new/img/hot.png") center/contain no-repeat;
}

.is-rtl .home-hot-ribbon {
  right: 16px;
  left: auto;
}

.home-product-info {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  background: #f7f7f7;
  border-radius: 0 4px 4px 0;
  text-align: center;
}

.home-product-info-body {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
}

.home-product-info h3,
.home-solution-card h3,
.home-case-info h3,
.home-service-panel h3,
.home-news-card h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #111827;
}

.home-product-info p {
  display: block;
  margin: 0 0 24px;
  color: #181a31;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.home-product-info ul,
.home-case-product ul {
  padding: 0;
  margin: 0 0 16px;
  list-style: none;
}

.home-product-info li + li {
  margin-top: 12px;
}

.home-product-info li {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0;
  border: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 24px;
}

.home-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 0;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 144px;
  min-height: 48px;
  padding: 12px 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}

.home-product-card .home-btn {
  width: auto;
  min-width: 144px;
  height: 48px;
  min-height: 48px;
}

.home-product-card .home-btn-red {
  width: 144px;
}

.home-product-card .home-btn-outline {
  width: auto;
  min-width: 144px;
  border-width: 2px;
}

.home-product-card .home-btn-red:hover {
  background: #b91c1c;
}

.home-product-card .home-btn-outline:hover {
  background: #db010a;
  color: #fff;
}

.home-product-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transform: translateY(-50%);
  cursor: pointer;
}

.home-product-carousel-arrow:hover {
  background: #fff;
}

.home-product-carousel-arrow[hidden] {
  display: none;
}

.home-product-carousel-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #111827;
  border-right: 2px solid #111827;
}

.home-product-carousel-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}

.home-product-carousel-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.home-product-carousel-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.home-product-carousel-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.home-btn-red {
  background: #db010a;
  color: #fff;
}

.home-btn-red:hover {
  background: #b91c1c;
}

.home-banner-button.home-btn {
  display: inline-flex;
  width: fit-content;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border: 0;
  border-radius: 8px;
  background: #db010a;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: all 300ms ease;
}

.home-banner-button.home-btn:hover {
  background: #b91c1c;
}

.home-banner-button-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 300ms ease;
}

.home-banner-button:hover .home-banner-button-icon {
  transform: translateX(4px);
}

.is-rtl .home-banner-button-icon {
  transform: scaleX(-1);
}

.is-rtl .home-banner-button:hover .home-banner-button-icon {
  transform: translateX(-4px) scaleX(-1);
}

.home-btn-outline {
  background: #fff;
  color: #db010a;
  border-color: #db010a;
}

.home-btn-outline:hover {
  background: #db010a;
  color: #fff;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}

.home-category-card {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  border: 0;
  border-radius: 8px;
  background: #f7f7f7;
  text-align: center;
  transition: all 200ms ease;
  cursor: pointer;
}

.home-hot-products a.home-category-card,
.home-hot-products a.home-category-card:link,
.home-hot-products a.home-category-card:visited,
.home-hot-products a.home-category-card:active,
.home-hot-products a.home-category-card:focus,
.home-hot-products a.home-category-card:hover {
  background: #f7f7f7;
  color: inherit;
  text-decoration: none;
}

.home-hot-products a.home-category-card:hover {
  background: #f7f7f7;
}

.home-category-media {
  position: relative;
  width: 100%;
  height: 110px;
  margin-bottom: 12px;
  overflow: hidden;
  color: #111827;
  font-size: 36px;
  line-height: 40px;
  transition: transform 200ms ease;
}

.home-category-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-category-card img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 110px;
  margin: 0 auto;
  object-fit: contain;
  transition: opacity 200ms ease, transform 200ms ease;
}

.home-category-image-default {
  opacity: 1;
}

.home-category-image-hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  object-fit: contain;
  opacity: 0;
  mix-blend-mode: darken;
}

.home-category-card.has-hover:hover .home-category-image-default {
  opacity: 0;
}

.home-category-card.has-hover:hover .home-category-image-hover {
  opacity: 1;
}

.home-category-card h4 {
  margin: 0;
  color: #111827;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.home-solutions,
.home-service,
.quote-request-form-desktop-mount,
.home-hot-products,
.home-cases,
.home-news-events {
  background: #fff;
}

.home-solution-grid,
.home-news-panel {
  display: grid;
  gap: 24px;
}

.home-solution-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 48px;
}

.home-news-card {
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
  transition: box-shadow 300ms ease;
}

.home-news-card:hover {
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
}

.home-solution-card {
  position: relative;
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.home-solutions a.home-solution-card,
.home-solutions a.home-solution-card:link,
.home-solutions a.home-solution-card:visited,
.home-solutions a.home-solution-card:active,
.home-solutions a.home-solution-card:focus,
.home-solutions a.home-solution-card:hover {
  background: transparent;
  color: inherit;
  text-decoration: none;
}

.home-solution-card:hover {
  box-shadow: none;
}

.home-solution-media {
  position: relative;
  height: 320px;
  overflow: hidden;
  border-radius: 4px;
}

.home-solution-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease, filter 300ms ease;
}

.home-solution-card:hover img,
.home-news-card:hover img,
.home-case-image:hover img,
.home-service-panel:hover img {
  transform: scale(1.05);
}

.home-solution-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  margin: 0;
  color: #000;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  transition: color 200ms ease;
}

.home-solution-card:hover h3 {
  color: #db010a;
}

.home-solution-card h3 span {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.625;
}

.home-solution-card h3 i {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.home-center-action {
  display: inline-flex;
  width: fit-content;
  border-radius: 8px;
}

.home-center-action-wrap {
  text-align: center;
}

.home-cases > .home-center-action-wrap {
  padding-top: 32px;
}

.home-solutions > .home-center-action-wrap > .home-center-action,
.home-cases > .home-center-action-wrap > .home-center-action {
  display: inline-flex;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border: 1px solid #db010a;
  border-radius: 8px;
  background: #fff;
  color: #db010a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  transition: all 300ms ease;
}

.home-solutions > .home-center-action-wrap > .home-center-action:hover,
.home-solutions > .home-center-action-wrap > .home-center-action:focus,
.home-cases > .home-center-action-wrap > .home-center-action:hover,
.home-cases > .home-center-action-wrap > .home-center-action:focus {
  background: #db010a;
  color: #fff;
  text-decoration: none;
  outline: none;
}

.home-tabs,
.home-service-tabs {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.home-cases .home-tabs {
  width: 100%;
  margin-bottom: 32px;
  overflow-x: auto;
  scrollbar-width: none;
}

.home-cases .home-tabs::-webkit-scrollbar {
  display: none;
}

.home-tabs button,
.home-service-tabs button {
  min-height: 0;
  padding: 4px 16px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.home-cases .home-tabs button {
  flex-shrink: 0;
  min-width: fit-content;
  padding: 4px 16px;
  color: #6b7280;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.home-cases .home-tabs button:hover,
.home-cases .home-tabs button:focus {
  color: #111827;
  outline: none;
}

.home-cases .home-tabs button.is-active {
  color: #db010a;
  border-color: #db010a;
}

.home-tabs button.is-active,
.home-service-tabs button.is-active {
  color: #db010a;
  border-color: #db010a;
  background: transparent;
}

.home-case-panel,
.home-service-panel,
.home-news-panel {
  display: none;
}

.home-case-panel.is-active {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  direction: ltr;
}

.home-case-main {
  display: block;
}

.home-case-image {
  display: block;
  position: relative;
  height: 410px;
  overflow: hidden;
  border-radius: 4px;
}

.home-case-image img {
  display: block;
  width: auto;
  min-width: 100%;
  height: 410px;
  max-width: none;
  object-fit: cover;
  object-position: right bottom;
  transition: transform 300ms ease;
}

.home-case-title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0 0;
  color: #000;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  text-decoration: none;
  transition: color 200ms ease;
}

.home-case-title:hover,
.home-case-title:focus {
  color: #db010a;
  text-decoration: none;
}

.home-case-title i {
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.home-case-info {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  padding: 0;
  border: 0;
  background: transparent;
}

.home-case-info > h3,
.home-case-info > p {
  display: none;
}

.home-case-info h4 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 20px;
  font-weight: 600;
}

.home-case-product {
  overflow: hidden;
  margin-bottom: 16px;
  border: 0;
  border-radius: 4px;
  background: #f5f5f5;
}

.home-case-product > button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px;
  border: 0;
  background: transparent;
  text-align: left;
  color: #111827;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  cursor: pointer;
  transition: background 200ms ease;
}

.home-case-product > button::after {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  content: "";
  transform: rotate(45deg);
}

.home-case-product.is-open > button {
  display: none;
}

.home-case-product > button:hover,
.home-case-product > button:focus {
  background: #f3f4f6;
  outline: none;
}

.is-rtl .home-case-product > button {
  text-align: right;
}

.home-case-product-content {
  display: none;
}

.home-case-product.is-open > .home-case-product-content {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.home-case-product-media {
  position: relative;
  display: flex;
  width: 192px;
  height: 192px;
  flex: 0 0 192px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #fff;
}

.home-case-product img {
  display: block;
  max-width: 100%;
  max-height: 128px;
  object-fit: contain;
  border-radius: 2px;
  overflow: hidden;
}

.home-case-product-media p {
  width: 100%;
  margin: 0;
  overflow: hidden;
  color: #181a31;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-case-product-body {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.home-case-product ul {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
}

.home-case-product li {
  display: block;
  border: 0;
  padding: 0;
}

.home-case-product li span {
  display: block;
  color: #4b5563;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.home-case-product li strong {
  display: block;
  color: #db010a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.home-case-product .home-actions {
  justify-content: flex-start;
  margin-top: 32px;
  padding: 0;
}

.home-case-product .home-btn {
  min-width: 148px;
  min-height: 48px;
  height: 48px;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.home-service-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.home-service-tabs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
}

.is-rtl .home-service-tabs {
  align-items: flex-end;
  direction: rtl;
  text-align: right;
  width: 100%;
}

.home-service-tabs button {
  padding: 8px 0;
  border: 0;
  border-bottom: 0;
  background: transparent;
  color: #575757;
  text-align: left;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  transition: color 300ms ease, font-size 300ms ease, font-weight 300ms ease;
}

.is-rtl .home-service-tabs button {
  width: 100%;
  text-align: right;
}

.home-service-tabs button.is-active {
  color: #000;
  border-color: transparent;
  font-size: 48px;
  font-weight: 700;
}

.home-service-tabs.is-hovering button.is-active,
.home-service-tabs button.is-hovered {
  color: #000;
  font-size: 60px;
}

.home-service-tabs button.is-hover-distance-1 {
  font-size: 48px;
}

.home-service-tabs button.is-hover-distance-2 {
  font-size: 36px;
  line-height: 40px;
}

.home-service-tabs button.is-hover-distance-far {
  font-size: 30px;
  line-height: 36px;
}

@keyframes home-service-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-service-animate-fade {
  animation: home-service-fade-in 300ms ease-out;
}

.home-service-panel.is-active {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.home-service-media {
  position: relative;
  height: 386px;
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.home-service-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 300ms ease;
}

.home-service-panel h3 {
  margin: 0;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.home-service-panel p {
  margin: 0;
  color: #374151;
  font-size: 18px;
  line-height: 1.625;
}

.home-service-panel .home-actions {
  justify-content: flex-start;
  margin-top: 8px;
  padding: 0;
}

.home-service-panel .home-btn {
  display: inline-flex;
  min-width: 0;
  min-height: 0;
  align-items: center;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  transition: all 300ms ease;
}

.home-service-panel .home-btn-red {
  border: 1px solid #db010a;
  background: #db010a;
  color: #fff;
}

.home-service-panel .home-btn-outline {
  border: 1px solid #db010a;
  background: #fff;
  color: #db010a;
}

.home-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  margin-bottom: 36px;
}

.home-section-header a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #4b5563;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color 200ms ease;
}

.home-section-header a:hover {
  color: #db010a;
}

.home-section-header a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.is-rtl .home-section-header a::after {
  transform: rotate(-135deg);
}

.home-news-events .home-tabs {
  justify-content: flex-start;
  gap: 32px;
  margin-bottom: 32px;
}

.home-news-events .home-tabs button {
  padding: 4px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #6b7280;
}

.home-news-events .home-tabs button.is-active {
  color: #db010a;
  border-bottom-color: #db010a;
}

.home-news-panel.is-active {
  display: block;
}

.home-news-carousel-viewport {
  overflow: hidden;
}

.home-news-carousel-track {
  display: flex;
  margin-left: -16px;
  transition: transform 300ms ease;
}

.home-news-carousel-item {
  flex: 0 0 33.333333%;
  min-width: 0;
  padding-left: 16px;
}

.is-rtl .home-news-card {
  direction: rtl;
}

.home-news-card {
  display: block;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
  transition: box-shadow 300ms ease;
}

.home-news-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.home-news-media {
  position: relative;
  height: 256px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.home-news-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.home-news-content {
  padding: 16px;
  background: #f5f5f5;
  border-radius: 0 0 4px 4px;
}

.home-news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.home-news-meta span,
.home-news-meta strong {
  color: #4b5563;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.home-news-meta strong {
  color: #1f2937;
  font-weight: 500;
}

.home-news-card h3 {
  display: -webkit-box;
  min-height: 56px;
  margin: 0;
  overflow: hidden;
  color: #111827;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 300ms ease;
}

.home-event-card h3 {
  min-height: 0;
  -webkit-line-clamp: 1;
}

.home-news-card:hover h3 {
  color: #db010a;
}

.home-news-carousel-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 16px;
}

.is-rtl .home-news-carousel-actions {
  direction: ltr;
}

.home-news-carousel-arrow {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.home-news-carousel-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.home-news-carousel-prev,
.home-news-carousel-next {
  color: #111827;
}

.home-news-carousel-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.home-news-carousel-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.home-news-carousel-arrow.is-disabled {
  color: #8c8c8c;
  cursor: default;
}

.home-quote-form {
  display: block;
}

.home-quote-form sany-guide-trigger,
.quote-request-form-desktop-mount > sany-guide-trigger {
  display: block;
  margin-bottom: 24px;
}

.home-quote-group {
  margin-bottom: 16px;
}

.home-quote-label {
  margin-bottom: 8px;
  color: #111827;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.home-quote-label span {
  color: #ef4444;
}

.home-quote-grid {
  display: grid;
  gap: 16px;
}

.home-quote-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-quote-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-quote-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-quote-half {
  width: 50%;
}

.home-quote-field {
  width: 100%;
  min-width: 0;
}

.home-quote-form input,
.home-quote-form textarea {
  width: 100%;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: none;
}

.home-quote-form input::placeholder,
.home-quote-form textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.home-quote-form input:focus,
.home-quote-form textarea:focus {
  border-color: #db010a;
  box-shadow: 0 0 0 1px rgba(219, 1, 10, 0.18);
}

.home-quote-select {
  position: relative;
  width: 100%;
}

.home-quote-phone-code {
  display: flex;
  gap: 8px;
  width: 100%;
}

.home-quote-phone-code .home-quote-select,
.home-quote-phone-code .home-quote-sub-code {
  flex: 1 1 0;
  min-width: 0;
}

.home-quote-phone-code.has-sub-code .home-quote-select {
  flex-basis: 0;
}

.home-quote-phone-code:not(.has-sub-code) .home-quote-select {
  flex-basis: 100%;
}

.home-quote-sub-code[hidden] {
  display: none;
}

.home-quote-select-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 36px;
  padding: 8px 12px 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.home-quote-select.is-selected .home-quote-select-trigger {
  color: #111827;
}

.home-quote-select-trigger:focus {
  border-color: #db010a;
  box-shadow: 0 0 0 1px rgba(219, 1, 10, 0.18);
  outline: none;
}

.home-quote-select.is-invalid .home-quote-select-trigger,
.home-quote-form input[aria-invalid="true"],
.home-quote-form textarea[aria-invalid="true"] {
  border-color: #ef4444;
}

.home-quote-error {
  margin-top: 8px;
  color: #ef4444;
  font-size: 14px;
  line-height: 20px;
}

.home-quote-select-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-quote-select-icon {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  opacity: 0.5;
}

.home-quote-select-icon::before,
.home-quote-select-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 5px;
  height: 5px;
  border-right: 1.25px solid currentColor;
  border-bottom: 1.25px solid currentColor;
}

.home-quote-select-icon::before {
  top: 3px;
  transform: rotate(225deg);
}

.home-quote-select-icon::after {
  bottom: 3px;
  transform: rotate(45deg);
}

.home-quote-select-popover {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 30;
  width: 100%;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  color: #111827;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.home-quote-command-input {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border-bottom: 1px solid #e5e7eb;
}

.home-quote-command-input span {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  opacity: 0.5;
}

.home-quote-command-input span::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 9px;
  height: 9px;
  border: 1.5px solid currentColor;
  border-radius: 999px;
}

.home-quote-command-input span::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 11px;
  width: 5px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.home-quote-command-input input {
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-quote-command-input input:focus {
  box-shadow: none;
}

.home-quote-command-list {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4px;
}

.home-quote-command-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 32px;
  padding: 6px 8px;
  border: 0;
  border-radius: 2px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  cursor: default;
}

.home-quote-command-item:hover,
.home-quote-command-item.is-highlighted {
  background: #f4f4f5;
}

.home-quote-command-item[hidden] {
  display: none;
}

.home-quote-command-check {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  opacity: 0;
}

.home-quote-command-item.is-selected .home-quote-command-check {
  opacity: 1;
}

.home-quote-command-check::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 9px;
  height: 5px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
}

.home-quote-command-empty {
  padding: 24px 8px;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.home-quote-form textarea {
  min-height: 80px;
  resize: vertical;
}

.home-quote-agree {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #111827;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.home-quote-agree input {
  flex: 0 0 auto;
  width: 16px;
  min-height: 0;
  height: 16px;
  padding: 0;
  border-color: #000;
  border-radius: 4px;
  box-shadow: none;
}

.home-quote-agree.is-invalid span {
  color: #ef4444;
}

.home-quote-agree a,
.home-quote-agree a:visited {
  color: #db010a;
  text-decoration: none;
}

.home-quote-submit {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

.home-quote-submit .home-btn {
  width: 384px;
  height: 48px;
  min-width: 384px;
  min-height: 48px;
  padding: 12px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .home-banner {
    min-height: 400px;
    height: 105vw;
  }

  .home-banner-desktop {
    display: none;
  }

  .home-banner-mobile {
    position: relative;
    display: block;
    min-height: 400px;
    height: 105vw;
    overflow: hidden;
    overscroll-behavior-x: contain;
    touch-action: pan-y;
  }

  .home-banner-mobile-track {
    display: flex;
    height: 100%;
    direction: ltr;
    transition: transform 300ms ease;
    touch-action: pan-y;
  }

  .home-banner-mobile-item {
    position: relative;
    display: block;
    flex: 0 0 100%;
    width: 100%;
    min-height: 400px;
    height: 105vw;
    color: #fff;
    overflow: hidden;
  }

  .home-banner-mobile-item > img {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .home-banner-mobile-copy {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding: 12.8vw 16px 0;
    text-align: center;
  }

  .home-banner-mobile-copy h2,
  .home-banner-mobile-copy h3 {
    margin: 0;
    color: #ffffff;
  }

  .home-banner-mobile-copy h2 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }

  .home-banner-mobile-copy h3 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }

  .home-banner-mobile-button {
    display: inline-flex;
    width: fit-content;
    min-width: 0;
    height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    margin-bottom: 24px;
    border: 0;
    border-radius: 4px;
    background: #db010a;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .home-banner-mobile-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    z-index: 20;
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .home-banner-mobile-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #d1d5db;
    transition: transform 150ms ease, background 150ms ease;
  }

  .home-banner-mobile-dots button.is-active {
    background: #db010a;
    transform: scale(1.1);
  }

  .home-hot-products,
  .home-solutions,
  .home-cases,
  .home-service,
  .home-news-events,
  .quote-request-form-desktop-mount {
    width: calc(100% - 24px);
    padding: 0;
    margin: 0 auto;
  }

  .home-page-shell > * + * {
    margin-top: 48px;
  }

  .home-page-shell > .home-solutions,
  .home-page-shell > .home-cases,
  .home-page-shell > .home-service,
  .home-page-shell > .home-news-events,
  .home-page-shell > .quote-request-form-desktop-mount,
  .home-page-shell > .home-hot-products {
    width: 100%;
    padding: 0 12px;
    margin: 48px auto 0;
  }

  .home-page-shell > .home-news-events {
    padding-bottom: 32px;
  }

  .home-page-shell > .home-statistics {
    width: 100%;
    padding: 0;
    margin: 48px 0 0;
  }

  .home-statistics h2,
  .home-hot-products h2,
  .home-solutions h2,
  .home-cases h2,
  .home-service h2,
  .home-news-events h2 {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .home-statistics h2 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 32px;
  }

  .home-cases h2 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 32px;
  }

  .home-cases .home-tabs {
    margin-bottom: 12px;
  }

  .home-cases .home-tabs button {
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .home-stat-section {
    padding: 0 12px;
  }

  .home-stat-desktop {
    display: none;
  }

  .home-stat-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-width: 1152px;
    margin: 0 auto;
  }

  .home-stat-item {
    padding: 8px;
  }

  .home-stat-number {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 40px;
  }

  .home-stat-number span {
    font-size: 36px;
    line-height: 40px;
  }

  .home-stat-item h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .home-product-card,
  .home-product-card.is-active {
    display: block;
    height: auto;
    margin-bottom: 12px;
  }

  .home-product-carousel-desktop {
    display: none;
  }

  .home-product-mobile-list {
    display: block;
    margin-bottom: 24px;
  }

  .home-product-card > a {
    display: flex;
    min-height: 132px;
  }

  .home-product-media {
    width: 128px;
    min-height: 132px;
  }

  .home-hot-ribbon {
    left: 8px;
    width: 24px;
    height: 24px;
  }

  .is-rtl .home-hot-ribbon {
    right: 8px;
    left: auto;
  }

  .home-product-info {
    flex: 1;
    align-items: flex-start;
    padding: 4px;
    background: #fff;
    border-radius: 0;
    text-align: left;
  }

  .home-product-info-body {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
  }

  .home-product-info h3 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .home-product-info p {
    display: -webkit-box;
    max-width: 100%;
    margin: 0 0 4px;
    overflow: hidden;
    color: #181a31;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .home-product-info li {
    justify-content: flex-start;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .home-product-info li + li {
    margin-top: 0;
  }

  .home-product-info .home-actions {
    justify-content: flex-start;
    gap: 4px;
    margin-top: auto;
    padding: 0;
  }

  .home-product-card .home-btn {
    width: 110px;
    height: 36px;
    min-width: 110px;
    min-height: 36px;
    padding: 4px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 2px;
  }

  .home-product-card .home-btn-outline {
    display: none;
  }

  .home-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .home-category-card {
    min-height: 0;
    padding: 8px;
  }

  .home-category-media {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }

  .home-category-media picture {
    height: auto;
  }

  .home-category-card img {
    height: auto;
  }

  .home-category-image-hover {
    height: 100%;
  }

  .home-category-card h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .home-solution-grid,
  .home-case-panel.is-active,
  .home-service-layout,
  .home-form-grid {
    grid-template-columns: 1fr;
  }

  .home-case-panel.is-active {
    gap: 0;
  }

  .home-solution-grid {
    margin-bottom: 24px;
  }

  .home-solution-media {
    height: 256px;
  }

  .home-cases > .home-center-action-wrap {
    padding-top: 0;
  }

  .home-solutions > .home-center-action-wrap > .home-center-action,
  .home-cases > .home-center-action-wrap > .home-center-action {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .home-solution-card h3 {
    font-size: 16px;
    line-height: 1.25;
  }

  .home-tabs {
    margin-bottom: 12px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .home-tabs button {
    padding: 4px 12px;
    font-size: 14px;
  }

  .home-case-image {
    height: auto;
  }

  .home-case-image img {
    width: 100%;
    height: auto;
    min-width: 0;
  }

  .home-case-title {
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.25;
  }

  .home-case-title i {
    width: 10px;
    height: 10px;
  }

  .home-case-info {
    min-height: 0;
    margin-top: 16px;
  }

  .home-case-info h4 {
    display: none;
  }

  .home-case-product {
    margin-bottom: 16px;
  }

  .home-case-product.is-open > .home-case-product-content,
  .home-case-product-content {
    display: flex;
    gap: 8px;
    padding: 6px;
  }

  .home-case-product > button {
    display: none;
  }

  .home-case-product-media {
    width: 107px;
    height: 107px;
    flex-basis: 107px;
    gap: 4px;
  }

  .home-case-product img {
    max-width: 100%;
    max-height: 80px;
  }

  .home-case-product-media p {
    font-size: 10px;
    line-height: 14px;
  }

  .home-case-product li span {
    font-size: 7.5px;
  }

  .home-case-product li strong {
    font-size: 9.6px;
  }

  .home-case-product .home-actions {
    margin-top: 16px;
    gap: 12px;
  }

  .home-case-product .home-btn {
    min-width: auto;
    min-height: 32px;
    height: 32px;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .home-service-tabs {
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    margin-bottom: 8px;
  }

  .home-service-layout {
    gap: 8px;
  }

  .home-service-tabs button,
  .home-service-tabs button.is-active,
  .home-service-tabs button:hover,
  .home-service-tabs.is-hovering button.is-active,
  .home-service-tabs button.is-hovered,
  .home-service-tabs button.is-hover-distance-1,
  .home-service-tabs button.is-hover-distance-2,
  .home-service-tabs button.is-hover-distance-far {
    flex: 0 0 auto;
    padding: 8px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }

  .home-service-tabs button.is-active {
    color: #db010a;
    border-bottom-color: #db010a;
  }

  .home-service-tabs.is-hovering button.is-active,
  .home-service-tabs button.is-active.is-hovered {
    color: #db010a;
    border-bottom-color: #db010a;
  }

  .home-service-media {
    height: 256px;
  }

  .home-service-panel h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .home-service-panel p {
    font-size: 16px;
  }

  .home-service-panel .home-actions {
    justify-content: center;
  }

  .home-service-panel .home-btn {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .home-service-panel .home-btn-red {
    background: #fff;
    color: #db010a;
  }

  .home-service-panel .home-btn-red.is-network-action {
    background: #db010a;
    color: #fff;
  }

  .home-news-media {
    height: 256px;
  }

  .home-news-events h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .home-section-header {
    margin-bottom: 18px;
  }

  .home-news-events .home-section-header {
    margin-bottom: 0;
  }

  .home-section-header a {
    position: absolute;
    top: 54px;
    right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .is-rtl .home-section-header a {
    right: auto;
    left: 0;
  }

  .home-news-events .home-tabs {
    gap: 32px;
    margin-bottom: 16px;
  }

  .home-news-events .home-tabs button {
    padding: 4px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .home-news-carousel-track {
    margin-left: 0;
  }

  .home-news-carousel-item {
    flex-basis: 100%;
    padding-left: 0;
  }

  .home-news-content {
    padding: 8px;
  }

  .home-news-card h3 {
    min-height: 48px;
    max-height: 48px;
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }

  .home-event-card h3 {
    min-height: 0;
    max-height: 24px;
    -webkit-line-clamp: 1;
  }

  .quote-request-form-desktop-mount {
    display: none;
  }
}
