/* ExplorerLED visual refresh ------------------------------------------------ */
:root {
  --el-brand: #f97316;
  --el-brand-strong: #df5b0b;
  --el-ink: #171b22;
  --el-muted: #667085;
  --el-soft: #f5f6f8;
  --el-surface: #fff;
  --el-line: #e5e7eb;
  --el-night: #080a0d;
  --el-night-soft: #11151b;
  --el-radius-sm: 12px;
  --el-radius-md: 20px;
  --el-radius-lg: 28px;
  --el-shadow-sm: 0 8px 24px rgba(17, 24, 39, 0.08);
  --el-shadow-md: 0 18px 54px rgba(17, 24, 39, 0.12);
  --el-shadow-brand: 0 12px 28px rgba(249, 115, 22, 0.25);
}

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

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--el-ink);
  background: var(--el-surface);
  font-family: Poppins, "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.global-wrap {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

::selection {
  color: #fff;
  background: var(--el-brand);
}

/* Swiper normally treats every drag as a slide gesture. Keep the indoor
   solutions copy outside that gesture handling so visitors can select it. */
.page-id-post-196 .p08-1-s1 .swiper-no-swiping,
.page-id-post-196 .p08-1-s1 .swiper-no-swiping * {
  -webkit-user-select: text !important;
  user-select: text !important;
  -webkit-touch-callout: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--el-ink);
  letter-spacing: -0.025em;
  line-height: 1.15;
}

p {
  color: var(--el-muted);
}

.m-banner .m-banner-bd h1 {
  color: #fff;
}

a,
button,
input,
textarea {
  transition: color 180ms ease, background-color 180ms ease,
    border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(249, 115, 22, 0.35);
  outline-offset: 3px;
}

.container,
.mml-row {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

/* Override legacy page-specific columns that were wider than the site grid. */
.p02-s2 .mml-row,
.p04-s1 .mml-row {
  max-width: 1240px;
}

/* Navigation ---------------------------------------------------------------- */
.m-header,
.m-header .m-header-bd {
  background: rgba(8, 10, 13, 0.97);
}

.m-header .m-header-bd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.m-header .container {
  min-height: 88px;
  max-width: 1480px;
  overflow: visible;
  padding: 0 32px;
  border-bottom: 0;
}

.m-header .m-logo {
  padding: 10px 0;
}

.m-header .m-logo img {
  width: 64px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

.m-header .header-language {
  position: relative;
  z-index: 310;
  flex: 0 0 auto;
}

.m-header .header-language .gt_switcher {
  position: relative !important;
  inset: auto !important;
  overflow: visible !important;
  border-radius: 10px;
  box-shadow: none !important;
}

.m-header .header-language .gt_float_switcher {
  position: relative !important;
  inset: auto !important;
  overflow: visible !important;
  border-radius: 10px;
  box-shadow: none !important;
}

.m-header .header-language .gt_switcher .gt_option {
  position: absolute !important;
  z-index: 10000 !important;
  top: 100%;
  right: 0;
  left: auto;
  margin: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

.m-header .m-nav .menu a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.m-header .m-nav .menu.menu-level-1 > li > a {
  padding: 31px 14px;
  border-radius: 10px;
}

.m-header .m-nav .menu.menu-level-1 > li > a:hover {
  background: rgba(255, 255, 255, 0.055);
}

.m-header .m-nav .menu .menu-arrow {
  margin-left: 0.35em;
}

.m-header .m-nav .sub-menu {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 16px 16px;
  background: rgba(13, 16, 21, 0.98);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.m-header .m-nav .menu-item:hover > .sub-menu,
.m-header .m-nav .menu-item:focus-within > .sub-menu {
  display: block;
}

.m-header .m-nav .sub-menu a {
  padding: 13px 18px;
}

#menu-item-17 .menu-item-118 .menu2 {
  gap: 8px 0;
  padding: 24px 28px 30px;
}

#menu-item-17 .menu-item-118 .menu2 > .submenu-lily > a {
  color: #fff;
}

#menu-item-17 .menu-item-118 .menu2 .menu3 {
  margin-top: 4px;
}

#menu-item-17 .menu-item-118 .menu2 .menu3 li + li {
  margin-top: 2px;
}

#menu-item-17 .menu-item-118 .menu2 .menu3 a {
  padding: 3px 10px 3px 30px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  white-space: normal;
  overflow-wrap: anywhere;
  text-decoration: none;
}

#menu-item-17 .menu-item-118 .menu2 .menu3 a:hover {
  color: #fff;
  background: rgba(249, 115, 22, 0.12);
  text-decoration: none;
}

/* Catalog downloads -------------------------------------------------------- */
.p07-s3 {
  align-items: center;
  gap: 48px;
}

.p07-s3 ul {
  display: block;
  width: min(100%, 620px);
  max-width: none;
  margin: 0;
  text-align: left;
}

.p07-s3 li {
  width: auto;
  margin: 0;
}

.p07-s3 .catalog-download-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--el-brand);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.p07-s3 .catalog-download-link::after {
  content: "↓";
  display: inline-grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
}

.p07-s3 .catalog-download-link:hover,
.p07-s3 .catalog-download-link:focus-visible {
  color: var(--el-brand-strong);
}

@media (max-width: 960px) {
  .p07-s3 {
    align-items: flex-start;
  }

  .p07-s3 ul {
    margin-top: 56px;
  }
}

@media (min-width: 1201px) {
  .m-header.split-menu .container {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    max-width: 1600px;
  }

  .m-header.split-menu .m-logo {
    position: static;
    left: auto;
    top: auto;
    flex: 0 0 64px;
    width: 64px;
    padding: 10px 0;
    transform: none;
    text-align: left;
  }

  .m-header.split-menu .m-nav {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    gap: 10px;
    width: auto;
    min-width: 0;
    margin: 0;
  }

  .m-header.split-menu .m-nav .menu-container {
    float: none;
    flex: 1 1 50%;
    width: auto;
    min-width: 0;
  }

  .m-header.split-menu .m-nav .menu-container:nth-last-child(1) {
    float: none;
  }

  .m-header.split-menu .m-nav .menu-level-1 {
    align-items: center;
    justify-content: space-around;
  }

  .m-header.split-menu .m-nav .menu.menu-level-1 > li > a {
    padding-right: 9px;
    padding-left: 9px;
  }

  .m-header .header-language {
    margin-left: auto;
  }

  #menu-item-17 .menu-item-118 .menu2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(32px, 3vw, 54px);
    row-gap: 28px;
    width: 100%;
    max-width: 1100px;
    padding: 24px 32px 34px;
    margin: 0 auto;
  }

  #menu-item-17 .menu-item-118 .menu2 > .submenu-lily {
    width: auto;
    max-width: none;
    min-width: 0;
  }

  #menu-item-17 .menu-item-118 .menu2 > .submenu-lily > a {
    display: block;
    padding-right: 16px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  #menu-item-17 .menu-item-118 .menu2 .menu3 {
    margin-top: 4px;
  }

  #menu-item-17 .menu-item-118 .menu2 .menu3 a {
    display: block;
    width: 100%;
  }
}

/* Buttons and links --------------------------------------------------------- */
.btn,
.wpcf7-submit {
  min-height: 52px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: var(--el-radius-sm);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  background: var(--el-brand);
  box-shadow: var(--el-shadow-brand);
}

.btn:hover,
.wpcf7-submit:hover {
  background: var(--el-brand-strong);
  box-shadow: 0 16px 34px rgba(249, 115, 22, 0.3);
  transform: translateY(-2px);
}

.links,
.link {
  font-weight: 700;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

/* Hero ---------------------------------------------------------------------- */
.p01-banner .m-banner-bd {
  height: min(800px, calc(100vh - 88px));
  min-height: 680px;
  background-position: center;
  background-size: cover;
}

.p01-banner .container {
  padding-top: clamp(190px, 26vh, 285px);
}

.p01-banner .p01-banner-bd {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 48px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--el-radius-lg);
  background: linear-gradient(135deg, rgba(6, 10, 17, 0.84), rgba(6, 10, 17, 0.56));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.p01-banner h1 {
  max-width: 720px;
  font-size: clamp(40px, 4.25vw, 64px);
  letter-spacing: -0.04em;
  color: #fff;
}

.p01-banner .container p {
  max-width: 690px;
  margin: 20px auto 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.p01-banner .btn {
  margin-top: 30px;
}

/* Home page sections -------------------------------------------------------- */
.p01 {
  --home-gutter: 24px;
  padding-bottom: 0;
}

.p01 .p01-s1 > .mml-row,
.p01 .p01-s2 > .mml-row,
.p01 .p01-s3 > .mml-row,
.p01 .p01-s4 > .mml-row,
.p01 .p01-s5 > .mml-row,
.p01 .p01-s6 > .mml-row,
.p01 .p01-s7 > .container,
.p01 .p01-s8 > .mml-row,
.p01 .p01-s9 > .mml-row,
.p01 .p01-s10 > .mml-row {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--home-gutter);
  padding-left: var(--home-gutter);
}

.p01-s1 {
  padding: 92px 0 104px;
  background: var(--el-soft);
}

.p01-s1::after {
  display: none;
}

.p01-s1 .mml-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.p01-s1 .text-wrap {
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  max-width: none;
  min-width: 0;
  min-height: 0;
  height: auto;
  padding: 28px;
  border-radius: var(--el-radius-md);
  background: linear-gradient(145deg, #fb7a1b, #e85e0b);
  box-shadow: 0 24px 60px rgba(232, 94, 11, 0.24);
}

.p01-s1 .text-wrap h2 {
  margin-bottom: 24px;
  font-size: clamp(27px, 2.2vw, 32px);
  line-height: 1.15;
}

.p01-s1 .text-wrap h2::after {
  bottom: -8px;
}

.p01-s1 .text-wrap p {
  font-size: 14px;
  line-height: 1.65;
}

.p01-s1 .info {
  margin-top: 0;
}

.p01-s1 .lists {
  display: contents;
  width: auto;
  padding: 0;
}

.p01-s1 .swiper-container,
.p01-s1 .swiper-wrapper {
  display: contents;
}

.p01-s1 .swiper-slide {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

.p01-s1 .swiper-slide > a {
  display: flex;
  flex-direction: column;
  height: auto;
}

.p01-s1 .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  aspect-ratio: 1;
  margin-bottom: 12px;
  background: #fff;
  border-radius: var(--el-radius-md);
  box-shadow: var(--el-shadow-sm);
}

.p01-s1 .img-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p01-s1 .swiper-slide h6 {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

.p01-s1 .mask {
  overflow: hidden;
}

.p01-s1 .mask .text {
  padding: 18px;
}

.p01-s1 .mask p {
  font-size: 13px;
  line-height: 1.5;
}

.p01-s6 .mml-row {
  margin-right: auto;
  margin-left: auto;
}

.p01-s6 {
  padding-top: 56px;
  padding-bottom: 96px;
  background: var(--el-soft);
}

.p01-s6 .quality-heading {
  margin-bottom: 40px;
  text-align: center;
}

.p01-s6 .quality-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(36px, 4vw, 52px);
}

.p01-s6 .quality-heading .links {
  display: inline-block;
}

.p01-s6 .quality-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.p01-s6 .quality-card {
  overflow: hidden;
  border: 1px solid var(--el-line);
  border-radius: var(--el-radius-md);
  background: #fff;
  box-shadow: var(--el-shadow-sm);
}

.p01-s6 .quality-card .img-wrap {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #fff;
}

.p01-s6 .quality-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p01-s6 .quality-content {
  padding: 30px 32px 34px;
}

.p01-s6 .quality-content h6 {
  margin-bottom: 16px;
  color: var(--el-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.p01-s6 .quality-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.p01-s6 .quality-content p + p {
  margin-top: 18px;
}

.p01-s8 img {
  float: none;
  width: 100%;
  max-width: 100%;
}

.p01-s9 {
  min-height: 0;
  padding: 0 var(--home-gutter) 100px;
  background: var(--el-surface);
}

.p01 .p01-s9 > .mml-row {
  min-height: 348px;
  padding-top: 72px;
  padding-bottom: 72px;
  overflow: hidden;
  border-radius: var(--el-radius-lg);
  background: #201b17;
}

.p01-s9 .capacity-unit {
  position: relative;
  display: inline-block;
  padding-right: 0.17em;
}

.p01-s9 .capacity-unit-m {
  display: inline-block;
}

.p01-s9 .capacity-unit-exponent {
  position: absolute;
  top: 0.25em;
  right: -0.1em;
  font-size: 0.4em;
  line-height: 1;
}

.p01-s2 h2::after {
  display: none;
}

.p01-s2 .img,
.p01-s3 .img-wrap,
.p01-s5 .img-wrap,
.p01-s7 .img-wrap,
.p01-s8 .img-wrap,
.p01-s10 li {
  border-radius: var(--el-radius-md);
}

.p01-s10 li {
  padding: 22px;
  border: 1px solid var(--el-line);
  background: #fff;
  box-shadow: var(--el-shadow-sm);
}

.p01-s4 .text-slider {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 1240px;
  margin: 44px auto 0;
  padding: 24px;
  overflow: hidden;
  border: 0;
  border-radius: var(--el-radius-lg);
  background: #303640;
  box-shadow: var(--el-shadow-md);
}

.p01-s4 .text-slider > li,
.p01-s4 .text-slider > li.active {
  position: relative;
  display: block;
  min-height: 620px;
  height: auto;
  padding: 48px;
  overflow: hidden;
  border-radius: var(--el-radius-md);
  background-color: #262c35;
  background-position: center;
  background-size: cover;
}

.p01-s4 .text-slider > li::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(38, 44, 53, 0.72), rgba(38, 44, 53, 0.88));
}

.p01-s4 .text-slider .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  padding: 0;
}

.p01-s4 .text-slider .text {
  width: 100%;
  max-width: none;
  margin: 0;
}

.p01-s4 .text .solution-type {
  margin: 0 0 14px;
  color: var(--el-brand);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.p01-s4 .text-slider h5 {
  margin-bottom: 20px;
  line-height: 1.25;
}

.p01-s4 .text-slider .text > p:not(.solution-type),
.p01-s4 .text-slider .text li p {
  font-size: 15px;
  line-height: 1.65;
}

.p01-s4 .text-slider .text li {
  margin-top: 24px;
}

.p01-s4 .text-slider .text li h6 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.p01-s4 .text-slider .btn {
  margin-top: 34px;
}

/* Interior page header and product presentation ---------------------------- */
.page-breadcrumbs {
  padding: 18px 0;
  border-bottom: 1px solid var(--el-line);
  color: var(--el-brand);
  background: #fff;
  box-shadow: none;
}

.page-breadcrumbs .container {
  display: flex;
  align-items: center;
  gap: 4px;
}

.p06-1-s1 {
  padding: 88px 0;
  background: linear-gradient(180deg, #f7f8fa, #f2f4f7);
}

.p06-1-s1 .mml-row {
  gap: clamp(42px, 6vw, 86px);
}

.p06-1-s1 .img-wrap {
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: var(--el-radius-lg);
  box-sizing: border-box;
  background: #fff;
  box-shadow: var(--el-shadow-md);
}

.p06-1-s1 .text {
  max-width: 570px;
  padding: 0;
}

.p06-1-s1 .text h2 {
  margin-bottom: 24px;
  font-size: clamp(38px, 4vw, 56px);
}

.p06-1-s1 .text p {
  font-size: 16px;
  line-height: 1.75;
}

.p06-1-s1 .btn {
  margin-top: 34px;
}

.p05-s1 {
  padding-top: 110px;
}

.p05-s1 li {
  min-height: 132px;
  padding: 50px 20px 20px;
  border: 1px solid var(--el-line);
  border-radius: var(--el-radius-md);
  box-shadow: var(--el-shadow-sm);
}

.p05-s2,
.p05-s3,
.p05-s4 {
  padding-top: 110px;
}

.p05-s2 .hd,
.p05-s3 > .mml-row > .hd,
.p05-s5 > .mml-row > h2,
.p05-s5 > .mml-row > p {
  max-width: 820px;
}

.p05-s2 li,
.p05-s5 li {
  overflow: hidden;
  border: 1px solid var(--el-line);
  border-radius: var(--el-radius-md);
  background: #fff;
  box-shadow: var(--el-shadow-sm);
}

.p05-s2 li p {
  margin: 0;
  padding: 22px 24px 26px;
}

.p05-s3 {
  padding-bottom: 110px;
  background: linear-gradient(180deg, #fff 0, var(--el-soft) 100%);
}

.p05-s3::before {
  border-radius: 0 var(--el-radius-lg) var(--el-radius-lg) 0;
  background: var(--el-brand);
}

.p05-s3 .big,
.p05-s3 .big img,
.p05-s3 .small .img,
.p05-s4 .text-slider,
.p05-s4 .text-slider img,
.p05-s5 li,
.p05-s5 li img {
  overflow: hidden;
  border-radius: var(--el-radius-md);
}

.p05-s3 .big {
  box-shadow: var(--el-shadow-md);
}

.p05-s3 li {
  margin-bottom: 22px;
}

.p05-s4 .tab li {
  margin-bottom: 24px;
  padding: 10px 14px 10px 0;
  border-radius: var(--el-radius-sm);
}

.p05-s4 .tab li.current {
  background: rgba(249, 115, 22, 0.08);
}

.p05-s4 .text-slider {
  box-shadow: var(--el-shadow-md);
}

.p05-s5 {
  padding: 110px 0;
  background: var(--el-soft);
}

.p08-1-s1 .text h6 {
  margin: 24px 0 10px;
  color: var(--el-ink);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.p08-1-s1 .text h6::after {
  content: none !important;
}

.p08-1-s3 .box > img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

.p09-s3 .hd p {
  width: 100%;
  max-width: 760px;
}

.p09-s5 .mml-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 56px;
  max-width: 1240px;
}

.p09-s5 .img-wrap,
.p09-s5 .text-wrap {
  width: 100%;
  max-width: none;
  min-width: 0;
}

.p09-s5 .text {
  max-width: none;
  margin-left: 0;
  padding-left: 0;
}

.p09-s5 .img-wrap img {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.p09-s7 .mml-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 56px;
  max-width: 1240px;
}

.p09-s7 .text-wrap,
.p09-s7 .img-wrap {
  width: 100%;
  max-width: none;
  min-width: 0;
}

.p09-s7 .text {
  max-width: none;
  padding-right: 0;
}

.p09-s7 .img-wrap img {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.p10-s1 .tab a {
  cursor: pointer;
}

.p10-s1 .slider > li[hidden] {
  display: none !important;
}

.p10-s1 .case-static-card {
  display: block;
  cursor: default;
}

.p10-s1 .case-static-card > img {
  width: 100%;
  aspect-ratio: 29 / 18;
  object-fit: cover;
}

.p11-s2 .mml-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 56px;
  max-width: 1240px;
}

.p11-s2 .img-wrap {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--el-radius-md);
}

.p11-s2 .img-wrap img {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.p11-s2 .text-wrap {
  width: 100%;
  max-width: none;
}

.p11-s2 .text {
  max-width: none;
  margin: 0;
  padding: 0;
}

.p12-1 > section > .mml-row,
.p12-1 .p01-s2 > .mml-row {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.p12-1-s1 .mml-row,
.p12-1-s2 .mml-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 56px;
}

.p12-1-s1 .img-wrap,
.p12-1-s1 .text-wrap,
.p12-1-s2 .img-wrap,
.p12-1-s2 .text-wrap {
  width: 100%;
  max-width: none;
  min-width: 0;
}

.p12-1-s1 .img-wrap {
  overflow: hidden;
  border-radius: var(--el-radius-md);
}

.p12-1-s1 .img-wrap img,
.p12-1-s2 .img-wrap img {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.p12-1-s1 .text,
.p12-1-s2 .text {
  width: 100%;
  max-width: none;
  padding: 0;
}

.p12-1-s3 ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-right: 0;
  margin-left: 0;
}

.p12-1-s3 li {
  width: auto;
  max-width: none;
  margin: 0;
}

.p12-1-s4 .mml-row {
  margin-right: auto;
  margin-left: auto;
}

.p12-1-s4 .swiper-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.p12-1-s4 .item {
  width: 100%;
  max-width: none;
  padding-right: 32px;
  padding-left: 32px;
}

.p12-1-s4 .img-wrap {
  min-width: 0;
}

.p12-1-s4 .img-wrap img,
.p12-1-s5 .bd img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.p12-1-s5 .bd {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-right: 0;
  margin-left: 0;
}

.p12-1-s5 .bd li {
  width: auto;
  max-width: none;
  margin: 0;
}

.p12-2-s3 > .img-wrap {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.p12-2-s3 > .img-wrap li {
  max-width: none;
}

.p12-2-s3 > .img-wrap img {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* Tables, cards, forms, and dialogs ---------------------------------------- */
.table-box {
  overflow: auto;
  border: 1px solid var(--el-line);
  border-radius: var(--el-radius-md);
  background: #fff;
  box-shadow: var(--el-shadow-sm);
}

.table-box table {
  border-collapse: collapse;
}

.table-box td,
.table-box th {
  min-width: 110px;
  padding: 14px 16px !important;
  border-color: var(--el-line) !important;
}

.table-box td span,
.table-box th span {
  color: var(--el-ink) !important;
  font-family: Poppins, "Avenir Next", "Segoe UI", sans-serif !important;
  font-size: 13px !important;
}

.input-row {
  margin-bottom: 22px;
}

.input-row label {
  color: var(--el-ink);
  font-size: 14px;
  font-weight: 700;
}

.input-row input,
.input-row textarea {
  min-height: 50px;
  padding: 13px 15px;
  border: 1px solid #d8dde5;
  border-radius: 10px;
  color: var(--el-ink);
  background: #fff;
}

.input-row textarea {
  min-height: 120px;
}

.input-row input:focus,
.input-row textarea:focus {
  border-color: var(--el-brand);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.11);
}

.p13-s1 {
  padding: 96px 0;
  background: var(--el-soft);
}

.p13-s1 .mml-row {
  display: block;
  overflow: hidden;
  padding: 0;
  border-radius: var(--el-radius-lg);
  background: #fff;
  box-shadow: var(--el-shadow-md);
}

.p13-s1 .img-wrap {
  display: none;
  background-position: center;
  background-size: cover;
}

.p13-s1 .form {
  display: flex;
  width: 100%;
  max-width: none;
  justify-content: center;
  align-items: center;
  padding: 64px 0;
  box-shadow: none;
}

.p13-s1 .form > .box {
  width: min(620px, calc(100% - 64px));
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

.p13-s1 .form .wpcf7,
.p13-s1 .form .wpcf7-form,
.p13-s1 .form .form-wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p13-s1 .form .input-submit {
  display: flex;
  justify-content: center;
}

.mml-modal {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--el-radius-md);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

/* CTA and footer ------------------------------------------------------------ */
.cta {
  position: relative;
  z-index: 2;
  padding: 0 24px;
}

.cta .mml-row {
  max-width: 1240px;
  padding: 54px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--el-radius-lg);
  background-color: var(--el-brand);
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 60px rgba(249, 115, 22, 0.25);
}

.cta .container {
  width: 100%;
  padding: 0 48px;
}

.cta h2 {
  font-size: clamp(30px, 3vw, 44px);
}

.cta p {
  color: rgba(255, 255, 255, 0.78);
}

.cta .btn {
  color: var(--el-brand-strong);
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.footer {
  margin-top: -72px;
  padding-top: 152px;
  color: #a7afbd;
  background: var(--el-night);
}

.footer .info {
  margin-bottom: 72px;
}

.footer .info .mml-row {
  gap: 70px;
}

.footer .info p {
  font-size: 17px;
  letter-spacing: -0.01em;
}

.footer a {
  color: #a7afbd;
}

.footer a:hover {
  color: #fff;
  text-decoration: none;
}

.flogo img {
  width: 176px;
  opacity: 0.96;
}

.flogo .about {
  margin-top: 34px;
}

.flogo .about li {
  margin-top: 14px;
  line-height: 1.55;
}

.flogo .about i {
  color: var(--el-brand);
}

.footer .info .explorerled-build-meta {
  margin: 24px 0 0;
  padding-top: 18px;
  color: #737b88;
  font-size: 13px;
  line-height: 1.65;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer .info .explorerled-build-meta strong {
  color: #a7afbd;
  font-weight: 600;
}

.contact-recaptcha {
  display: grid;
  gap: 8px;
  margin: 2px 0 22px;
  overflow-x: auto;
}

.contact-recaptcha small {
  color: var(--el-muted);
  font-size: 12px;
  line-height: 1.5;
}

.flink > li:nth-child(1) {
  margin-bottom: 44px;
}

.flink .fast,
.flink .products {
  margin-top: 16px;
}

.flink .fast li,
.flink .products li {
  padding-right: 14px;
}

.flink a {
  display: inline-block;
  padding: 6px 0;
}

.copyRight {
  padding: 22px 0;
  text-align: center;
  color: #737b88;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #050608;
}

/* Responsive refinement ---------------------------------------------------- */
@media (max-width: 1200px) {
  .m-header .container {
    position: relative;
    min-height: 80px;
    padding: 0 20px;
  }

  .m-header .m-logo {
    width: auto;
    margin: 0 auto;
  }

  .m-header .header-language {
    position: absolute;
    top: 24px;
    right: 20px;
    margin: 0;
  }

  .responsive-menu-bd .responsive-menu-toggle {
    top: -62px;
    right: auto;
    left: 4px;
    width: 46px;
    height: 46px;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
  }

  .m-header .m-nav .menu.menu-level-1 > li > a {
    padding: 12px 16px;
  }

  .p01-s1 .mml-row {
    flex-wrap: wrap;
  }

  .p01-s1 .text-wrap,
  .p01-s1 .lists {
    width: 100%;
    max-width: none;
  }

  .p01-s1 .text-wrap {
    min-height: 300px;
  }
}

@media (max-width: 960px) {
  .container,
  .mml-row {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p01 {
    --home-gutter: 20px;
  }

  .p01-banner .p01-banner-bd {
    padding: 34px 30px;
  }

  .p01-s1 .mml-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .p06-1-s1 .mml-row {
    gap: 36px;
  }

  .p09-s5 .mml-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .p09-s5 .text-wrap {
    margin-top: 0;
  }

  .cta {
    padding: 0 20px;
    background: transparent;
  }

  .cta .mml-row {
    padding: 44px 0;
  }

  .footer {
    margin-top: -54px;
    padding-top: 120px;
  }

  .footer .info .mml-row {
    align-items: flex-start;
    gap: 50px;
  }

  .flogo {
    width: 100%;
  }

  .flink {
    display: flex;
    width: 100%;
    max-width: none;
    gap: 48px;
  }

  .flink > li {
    flex: 1;
  }

  .flink > li:nth-child(1) {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .container,
  .mml-row {
    padding-right: 16px;
    padding-left: 16px;
  }

  .p01 {
    --home-gutter: 16px;
  }

  .p01-s6 {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .p01-s6 .quality-grid {
    grid-template-columns: 1fr;
  }

  .p01-s6 .quality-content {
    padding: 26px 24px 30px;
  }

  .p01-s9 {
    padding-right: var(--home-gutter);
    padding-bottom: 64px;
    padding-left: var(--home-gutter);
  }

  .p01 .p01-s9 > .mml-row {
    min-height: 0;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .p11-s2 .mml-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .p09-s7 .mml-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .p11-s2 .img-wrap {
    margin-bottom: 0;
  }

  .p12-1 > section > .mml-row,
  .p12-1 .p01-s2 > .mml-row {
    padding-right: 16px;
    padding-left: 16px;
  }

  .p12-1-s1 .mml-row,
  .p12-1-s2 .mml-row,
  .p12-1-s3 ul,
  .p12-1-s5 .bd {
    grid-template-columns: 1fr;
  }

  .p12-1-s1 .mml-row,
  .p12-1-s2 .mml-row {
    gap: 28px;
  }

  .p12-1-s4 .item {
    padding: 20px;
  }

  .p12-2-s3 > .img-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .m-header .m-logo img {
    width: 58px;
  }

  .p01-banner .m-banner-bd {
    height: 650px !important;
    min-height: 650px;
  }

  .p01-banner .container {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-top: 120px;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
  }

  .p01-banner .p01-banner-bd {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 28px 22px;
    overflow: hidden;
    border-radius: 20px;
  }

  .p01-banner h1 {
    max-width: 100%;
    font-size: clamp(32px, 9vw, 44px);
    overflow-wrap: anywhere;
  }

  .p01-banner .container p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }

  .p01-banner .btn {
    width: auto;
    max-width: 100%;
  }

  .p01-s1 {
    padding: 56px 0 68px;
  }

  .p01-s1 .text-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 36px 28px;
  }

  .p01-s1 .mml-row,
  .p01-s1 .lists,
  .p01-s1 .swiper-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .p01-s1 .mml-row {
    display: grid;
  }

  .p01-s1 .text-wrap p {
    overflow-wrap: anywhere;
  }

  .p01-s4 .text-slider {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }

  .p01-s4 .text-slider > li,
  .p01-s4 .text-slider > li.active {
    min-height: 0;
    padding: 36px 28px;
  }

  .page-breadcrumbs {
    padding: 14px 0;
  }

  .p06-1-s1 {
    padding: 52px 0;
  }

  .p06-1-s1 .mml-row {
    flex-wrap: wrap;
  }

  .p06-1-s1 .img-wrap,
  .p06-1-s1 .text-wrap {
    width: 100%;
  }

  .p06-1-s1 .text h2 {
    font-size: 36px;
  }

  .p05-s1,
  .p05-s2,
  .p05-s3,
  .p05-s4 {
    padding-top: 72px;
  }

  .p05-s3,
  .p05-s5 {
    padding-bottom: 72px;
  }

  .p13-s1 {
    padding: 60px 16px;
  }

  .p13-s1 .form {
    padding: 42px 0;
  }

  .p13-s1 .form > .box {
    width: min(620px, calc(100% - 40px));
  }

  .cta {
    padding: 0 16px;
  }

  .cta .container {
    padding: 0 26px;
  }

  .footer .info {
    margin-bottom: 50px;
  }
}

@media (max-width: 540px) {
  .m-header .header-language .gt_switcher {
    transform: scale(0.78);
    transform-origin: right center;
  }

  .btn,
  .wpcf7-submit {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p01-banner .btn {
    width: 100%;
  }

  .p01-s1 .mml-row {
    grid-template-columns: 1fr;
  }

  .p01-s1 .swiper-slide {
    width: 100% !important;
    max-width: 390px;
    justify-self: center;
  }

  .p05-s1 li {
    width: 100%;
    margin-bottom: 74px;
  }

  .cta .container {
    text-align: center;
  }

  .cta .con {
    width: 100%;
  }

  .flink {
    flex-direction: column;
    gap: 30px;
  }

  .flink .fast li,
  .flink .products li {
    width: 50%;
  }

  .copyRight {
    font-size: 13px;
  }
}

/* Keep photographic content square throughout the site. */
img,
picture,
.img,
.img-wrap,
[class*="img-wrap"],
.p01-s6 .quality-card,
.p05-s2 li,
.p05-s3 .big,
.p05-s4 .text-slider,
.p05-s5 li {
  border-radius: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
