* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #0d9488;
  --secondary: #133c75;
  --tertiary: #14b8a6;
  --title: #14304a;
  --text: #6b7785;
  --text_w: rgba(255, 255, 255, 0.85);
  --border: #e5e5e5;
  --bg: #f1f4f7;
  --shadow: 0 1.5rem 1.5rem rgba(224, 224, 224, 0.55);
  --deg: 1.2rem;
  --bg_deg: 8.8rem;
  --polygon: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
  --polygon2: polygon(2.9rem 0, 100% 0, 100% 100%, 0 100%, 0 2.9rem);
  --bg_polygon: polygon(0 0, 100% 0, 100% calc(100% - var(--bg_deg)), 50% 100%, 0 calc(100% - var(--bg_deg) * 0.931818));
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 141rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
  background-color: transparent;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.row_reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: "Geist", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.DMSans {
  font-family: "DM Sans", sans-serif;
}
.Geist {
  font-family: "Geist", sans-serif;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
  --h: 100%;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.icon.icon_ab {
  position: relative;
}
.icon.icon_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.custom-popup {
  --radius: 0px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: 14px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup .popup-empty {
  padding: 12px;
  text-align: center;
  color: #999;
}
.custom-popup input.popup-input {
  display: block;
  width: 100%;
  padding: 11px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.custom-popup .popup-option:last-child {
  margin-bottom: 0;
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--secondary);
  clip-path: var(--polygon);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 5.8rem;
  padding: 0 2.95rem;
  gap: 1.3rem;
  letter-spacing: 0.05rem;
}
.btn::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  background: url("../img/arrow-r.svg") no-repeat center / contain;
  width: 1.4rem;
  height: 1.4rem;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.btn::before {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background-color: var(--primary);
  pointer-events: none;
  transition: all 0.3s;
  clip-path: polygon(evenodd, 0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%, -1px -1px, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - var(--deg) - 1px), calc(100% - var(--deg) - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 1px);
}
.btn:hover {
  background: var(--primary);
}
.btn:hover::after {
  transform: translateX(20%);
}
.btn.pm {
  background-color: var(--primary);
}
.btn.pm::before {
  display: block;
}
.btn.pm:hover {
  background-color: transparent;
  color: var(--primary);
}
.btn.pm:hover::after {
  filter: unset;
}
.btn.not_a {
  display: inline-block;
}
.btn.not_a::after {
  display: none;
}
.btn.loading {
  opacity: 0.8;
  pointer-events: none;
  cursor: default;
}
.btn_loader {
  display: inline-flex;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  flex-shrink: 0;
  vertical-align: middle;
}
.btn_loader svg {
  width: 100%;
  height: 100%;
}
.copy_tip {
  position: fixed;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%) translateY(1rem);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  font-size: 1.4rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 9999;
}
.copy_tip.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.btn_line {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: transparent;
  clip-path: var(--polygon);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 5.9rem;
  padding: 0 3rem;
  letter-spacing: 0.05rem;
}
.btn_line::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background-color: #fff;
  opacity: 0.17;
  pointer-events: none;
  transition: all 0.3s;
  clip-path: polygon(evenodd, 0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%, -1px -1px, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - var(--deg) - 1px), calc(100% - var(--deg) - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 1px);
}
.btn_line:hover {
  background: var(--primary);
}
.btn_line:hover::before {
  background-color: var(--primary);
  opacity: 1;
}
.swiper_btns {
  gap: 2.4rem;
  display: flex;
}
.swiper_btns div {
  position: relative;
  width: 6.2rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--primary);
  --deg: 1rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow-r.svg) no-repeat center / 32.3%;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns div::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background-color: rgba(10, 10, 10, 0.3);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  clip-path: polygon(evenodd, 0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%, -1px -1px, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - var(--deg) - 1px), calc(100% - var(--deg) - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 1px);
}
.swiper_btns .btn_prev {
  transform: rotateY(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
}
.swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(0);
}
.swiper_btns .swiper-button-disabled::before {
  opacity: 1;
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 167.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.head.white {
  color: #fff;
}
.head.white p,
.head.white .desc {
  color: var(--text_w);
  font-weight: 300;
  letter-spacing: 0.012rem;
}
.head.bn p,
.head.bn .desc {
  line-height: 2.8rem;
}
.head.center p,
.head.center .desc,
.head.center h1,
.head.center h2 {
  margin-left: auto;
  margin-right: auto;
}
.head.sm_lh h2 {
  line-height: 1.30434783;
}
.head .subtitle {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--tertiary);
  text-transform: uppercase;
  padding: 0.5577em 1.077em;
  --deg: 0.8rem;
  letter-spacing: 0.067rem;
  margin-bottom: 1.8rem;
}
.head .subtitle::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background-color: #fff;
  opacity: 0.17;
  pointer-events: none;
  transition: all 0.3s;
  clip-path: polygon(evenodd, 0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%, -1px -1px, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - var(--deg) - 1px), calc(100% - var(--deg) - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 1px);
}
.head h1 {
  font-size: 5.6rem;
  line-height: 1.21428571;
  font-weight: 600;
}
.head h1 span {
  color: var(--tertiary);
}
.head h2 {
  font-size: 4.6rem;
  line-height: 1.34782609;
  font-weight: 600;
}
.head p,
.head .desc {
  line-height: 2.6rem;
  color: var(--text);
}
header {
  position: sticky;
  left: 0;
  top: -82px;
  right: 0;
  z-index: 996;
  transition: all 0.3s;
  background-color: #fff;
}
header.opt {
  top: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .flex {
  gap: 3.62318841%;
}
header .logo {
  display: block;
  position: relative;
  padding-top: 4px;
}
header .logo img {
  display: block;
  width: auto;
  height: 4.82rem;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav {
  margin-left: auto;
}
header nav .close {
  display: none;
}
header nav .menu {
  gap: 3.7rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #0a1628;
  line-height: 78px;
  padding-top: 4px;
  transition: all 0.3s;
}
header nav .menu > li > a:hover {
  color: var(--primary);
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a {
  color: var(--primary);
}
header nav .menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: all;
  opacity: 1;
}
header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  padding: 6px;
  transition: all 0.3s;
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  min-width: 180px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 12px 18px;
  transition: all 0.3s;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
}
header nav .sub-menu > li > a:hover {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0.05);
}
header .btns {
  gap: 3.4rem;
  display: flex;
  align-items: center;
  min-height: 82px;
  padding-top: 2px;
}
header .btn_search {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btn_lang {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
}
header .btn_menu {
  display: none;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/nav-btn.svg) no-repeat center / contain;
}
header .btn {
  font-weight: 600;
  line-height: 5rem;
  margin-left: 2.4rem;
  letter-spacing: unset;
  padding: 0 2.85rem;
}
footer .main {
  padding: 8.4rem 0 9.4rem;
}
footer .main strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
footer .main .flex {
  gap: 4.5rem 2rem;
}
footer .main .foot_social {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border);
  padding-bottom: 2.5rem;
  gap: 3rem;
}
footer .main .foot_social .logo {
  display: block;
  flex: 1;
  position: relative;
  max-width: 53.8rem;
}
footer .main .foot_social .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .main .foot_social .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .main .foot_social .social {
  gap: 1.15rem;
  display: flex;
  flex-wrap: wrap;
}
footer .main .foot_social .social a {
  opacity: 1;
  display: block;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid #c6c6c6;
}
footer .main .foot_social .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 45.8%;
  transition: all 0.3s;
}
footer .main .foot_social .social a:hover {
  transform: scale(1.1);
  background-color: var(--primary);
  border-color: var(--primary);
}
footer .main .foot_social .social a:hover::after {
  filter: contrast(0) brightness(2);
}
footer .main .foot_social .social .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
footer .main .foot_social .social .twitter a::after {
  background-image: url(../img/social-twitter.svg);
}
footer .main .foot_social .social .youtube a::after {
  background-image: url(../img/social-youtube.svg);
}
footer .main .foot_social .social .instagram a::after {
  background-image: url(../img/social-instagram.svg);
}
footer .main .foot_social .social .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
footer .main .foot_touch {
  width: 31.4rem;
  margin-right: 5.9%;
}
footer .main .foot_touch p {
  font-size: 2.8rem;
  line-height: 3.7rem;
  font-weight: 600;
}
footer .main .foot_touch .menu {
  margin-top: 2.2rem;
}
footer .main .foot_touch .menu li + li {
  margin-top: 1rem;
}
footer .main .foot_touch .menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--secondary);
  clip-path: var(--polygon);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 5.8rem;
  padding: 0 3rem;
  gap: 1.1rem;
}
footer .main .foot_touch .menu a::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  background: url("../img/arrow-r.svg") no-repeat center / contain;
  width: 1.4rem;
  height: 1.4rem;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
footer .main .foot_touch .menu a:hover {
  background-color: var(--primary);
}
footer .main .foot_nav {
  max-width: 21.5rem;
  margin-top: 0.8rem;
}
footer .main .foot_nav strong {
  margin-bottom: 2.5rem;
}
footer .main .foot_nav li a {
  font-size: 1.8rem;
  line-height: 1.44444444;
  transition: all 0.3s;
  color: var(--text);
  vertical-align: top;
  text-decoration: underline transparent;
}
footer .main .foot_nav li a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .main .foot_nav li + li {
  margin-top: 1.83rem;
}
footer .main .foot_connect {
  width: 25.5rem;
  max-width: unset;
}
footer .main .foot_connect strong {
  margin-bottom: 2.4rem;
}
footer .main .foot_connect li {
  position: relative;
  padding-left: 3.1rem;
}
footer .main .foot_connect li::before {
  content: '';
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  background: no-repeat center left / contain;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
footer .main .foot_connect li a {
  display: block;
  max-width: max-content;
  line-height: 1.66666667;
  color: var(--title);
}
footer .main .foot_connect li + li {
  margin-top: 1.5rem;
}
footer .main .foot_connect .phone::before {
  background-image: url(../img/icon-phone.svg);
  background-size: 86%;
}
footer .main .foot_connect .email::before {
  background-image: url(../img/icon-email.svg);
}
footer .bottom {
  padding: 2rem 0;
}
footer .bottom p,
footer .bottom a {
  font-size: 1.4rem;
  color: var(--text);
}
footer .bottom a {
  opacity: 0.68;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .bottom a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .bottom ul {
  gap: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .bottom ul li {
  display: flex;
  align-items: center;
}
footer .bottom ul li::before {
  width: 1px;
  height: 1.1rem;
  background-color: #aaaaaa;
  opacity: 0.15;
  display: inline-block;
  content: '';
  margin: 0 1.5rem 0 1.3rem;
}
footer .bottom ul li:first-child::before {
  display: none;
}
footer #backtop {
  position: fixed;
  z-index: 99;
  right: 3.1rem;
  bottom: 0.9rem;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  width: 5.2rem;
  height: 5.2rem;
  background: url("../img/arrow-t-w.svg") no-repeat center / 21.2% var(--primary);
  opacity: 0;
  transform: translateY(100%);
  --deg: 0.8rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
}
footer #backtop.show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
footer #backtop:hover {
  transform: scale(1.1);
  background-color: var(--secondary);
}
.footer_contact {
  max-width: 256rem;
  margin: 0 auto;
  clip-path: var(--bg_polygon);
  overflow: hidden;
}
.footer_contact .flex {
  min-height: 52.3rem;
  padding: 6rem 0 8rem;
}
.footer_contact .head {
  flex: 1;
  width: 100%;
  max-width: 54.9rem;
  padding-bottom: 3.1%;
}
.footer_contact .head h2 {
  font-size: 4.8rem;
  line-height: 1.29166667;
}
.footer_contact p {
  max-width: 45.7rem;
  margin-top: 3.2rem;
}
.footer_contact .items ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
}
.footer_contact .items .active + li .item {
  border-left-color: transparent;
}
.footer_contact .items .active .item {
  min-width: 22.4rem;
}
.footer_contact .items .active .item::before {
  height: calc(100% + 3.8rem);
  opacity: 1;
}
.footer_contact .item {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  transition: min-width 0.4s, border-left-color 0.3s;
  min-width: 21.5rem;
  padding: 1.8rem 3rem 1.9rem;
}
.footer_contact .item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 47%;
  transform: translateY(-50%);
  content: '';
  background-color: var(--primary);
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s, height 0.4s;
  --deg: 1.3rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
  opacity: 0;
}
.footer_contact .item .icon {
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
}
.footer_contact .item .title {
  font-size: 2rem;
  color: #fff;
  margin-top: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
}
.page_different {
  padding: 13.7rem 0 15.8rem;
}
.page_different .head.flex h2 {
  max-width: 38rem;
}
.page_different .head.flex p {
  max-width: 44.3rem;
  margin-bottom: 0.6rem;
}
.page_different .head.center p {
  max-width: 64rem;
  margin-top: 2.6rem;
}
.page_different .page_different_swiper {
  overflow: hidden;
  background-color: #fff;
  --deg: 2.2rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
  margin-top: 8.2rem;
}
.page_different .page_different_swiper .swiper-slide {
  max-width: 345px;
}
.page_different .page_different_swiper .swiper-slide:first-child .item {
  border-left-color: transparent;
}
.page_different .page_different_swiper .swiper-slide.active .item {
  background-color: var(--secondary);
  border-left-color: var(--secondary);
  color: #fff;
}
.page_different .page_different_swiper .swiper-slide.active + .swiper-slide .item {
  border-left-color: transparent;
}
.page_different .item {
  display: block;
  height: 100%;
  min-height: 39.7rem;
  transition: all 0.3s;
  border-left: 1px solid rgba(176, 188, 193, 0.28);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
  padding: 15.3623188% 9.5652174%;
}
.page_different .item .icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 10.8rem;
  height: 6.6rem;
}
.page_different .item .icon img {
  width: max-content;
  height: max-content;
  max-width: 100%;
  max-height: 100%;
}
.page_different .item .info {
  margin-top: 4.2rem;
}
.page_different .item .info h3 {
  font-size: 2.4rem;
  line-height: 1.33333333;
  font-weight: 500;
}
.page_different .item .info p {
  hyphens: auto;
  line-height: 2.6rem;
  opacity: 0.7;
  margin-top: 1rem;
}
.page_process {
  position: relative;
  z-index: 3;
  padding: 12.8rem 0 8.3rem;
}
.page_process.bg {
  background-color: var(--bg);
}
.page_process .head h2 {
  max-width: 55.3rem;
}
.page_process .head p {
  max-width: 60.7rem;
  margin-bottom: 0.8rem;
}
.page_process .process {
  margin: 4.4rem -2.31884058% 0;
}
.page_process .process svg {
  width: 100%;
  height: 100%;
}
.page_process p.center:has(.btn) {
  max-width: unset;
  margin-top: 4.3rem;
}
.page_process .float_mask {
  top: -10.7802875%;
  bottom: -15.9137577%;
}
.page_process .float_mask .img1 {
  width: 50%;
  max-width: 92.9rem;
  left: -35.8333333%;
  bottom: 0;
}
.page_process .float_mask .img1 img {
  opacity: 1;
}
.page_process .float_mask .img2 {
  width: 54%;
  max-width: 102.7rem;
  top: 0;
  right: -44.6354167%;
}
.page_process .float_mask .img2 img {
  opacity: 0.47;
}
.page_process .float_mask .img3 {
  width: 102%;
  max-width: 193.4rem;
  right: -84.9479167%;
  top: 0;
}
.page_blog {
  position: relative;
  padding: 6.85rem 0 11rem;
}
.page_blog .head {
  padding-bottom: 1px;
}
.page_blog .nav {
  max-width: 100%;
}
.page_blog .page_blog_swiper {
  margin-top: 5rem;
  overflow: hidden;
  padding-bottom: 1px;
}
.page_blog .page_blog_swiper .swiper-slide {
  max-width: 433px;
}
.page_blog .swiper_con {
  margin-top: 4.7rem;
  min-height: 5.8rem;
}
.page_blog .swiper_con .swiper_btns.middle {
  top: 35.4%;
  padding: 0;
  margin: 0;
}
.page_blog .float_mask {
  top: -33.062645%;
  bottom: -11.7169374%;
}
.page_blog .float_mask .img1 {
  width: 45%;
  max-width: 85.4rem;
  top: 0;
  left: -33.59375%;
}
.page_blog .float_mask .img2 {
  width: 45%;
  max-width: 85.4rem;
  bottom: 0;
  right: -33.9583333%;
}
.page_banner {
  position: relative;
  z-index: 2;
  max-width: 256rem;
  margin: 0 auto;
}
.page_banner::before,
.page_banner::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  pointer-events: none;
}
.page_banner::before {
  height: calc(var(--bg_deg) * 1.261364);
  background-color: #fff;
  opacity: 0.16;
  clip-path: polygon(0 0, 50% calc(100% - var(--bg_deg) * 0.25), 100% 0, 100% calc(var(--bg_deg) * 0.25), 50% 100%, 0 calc(var(--bg_deg) * 0.30682));
}
.page_banner::after {
  height: calc(var(--bg_deg) * 0.8181818);
  background-color: var(--tertiary);
  clip-path: polygon(0 6.944%, 50% calc(100% - 1px), 100% 0, 100% 1px, 50% 100%, 0 calc(6.944% + 1px));
}
.page_banner > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  clip-path: var(--bg_polygon);
  z-index: -2;
}
.page_banner > .bg::before,
.page_banner > .bg::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  z-index: 2;
  pointer-events: none;
}
.page_banner > .bg::before {
  background-image: linear-gradient(to right, #14304a, rgba(20, 48, 74, 0.1) 55.8%, transparent 77.9801%, rgba(20, 48, 74, 0.7) 98.6051%);
}
.page_banner > .bg::after {
  background-image: linear-gradient(to top, var(--primary) -5%, rgba(13, 148, 136, 0.15) 16.33%, transparent 40%);
}
.page_banner .flex {
  height: 100vh;
  min-height: max-content;
  max-height: 67.9rem;
  padding: 6rem 0 10rem;
}
.page_banner .head {
  flex: 1;
  width: 100%;
  max-width: 75rem;
  padding-bottom: 2.6%;
}
.page_banner p {
  max-width: 56.1rem;
  margin-top: 2.1rem;
}
.page_banner form {
  display: grid;
  grid-template-columns: 1fr auto;
  background-color: #fff;
  border: 1px solid #fff;
  transition: border-color 0.2s;
  max-width: 50rem;
  padding-right: 0.6rem;
  margin-top: 3.6rem;
}
.page_banner form:focus-within {
  border-color: var(--primary);
}
.page_banner form input {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 0 20px;
}
.page_banner form input[type=submit] {
  width: 5.3rem;
  height: 4.4rem;
  padding: 0;
  text-indent: -999px;
  color: transparent;
  background: url("../img/icon-search-w.svg") no-repeat center / 32.1% var(--primary);
  transition: all 0.3s;
  margin: 0.4rem 0;
}
.page_banner form input[type=submit]:hover {
  background-color: var(--secondary);
}
.page_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1rem;
  margin-top: 3rem;
}
.page_banner .btns .btn,
.page_banner .btns .btn_line {
  margin: 0;
}
.page_faqs {
  position: relative;
  background-color: var(--bg);
  padding: 13.9rem 0 15.3rem;
}
.page_faqs h2 {
  max-width: 66rem;
}
.page_faqs p {
  max-width: 64rem;
  margin-top: 2.7rem;
}
.page_faqs .faqs {
  max-width: 93.7rem;
  margin: 6.5rem auto 0;
}
.page_faqs .faq_list .faq_item {
  background-color: #fff;
  border: 1px solid #e8ecf0;
  transition: all 0.3s;
  margin-bottom: 1.3rem;
}
.page_faqs .faq_list .faq_item.active {
  box-shadow: var(--shadow);
  margin-bottom: 2.9rem;
}
.page_faqs .faq_list .faq_item.active .question::before {
  background-color: var(--secondary);
}
.page_faqs .faq_list .faq_item.active .question::after {
  filter: contrast(0) brightness(2);
  transform: rotate(45deg);
}
.page_faqs .faq_list .faq_item:last-child {
  margin-bottom: 0;
}
.page_faqs .faq_list .question {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2rem;
  font-weight: 600;
  color: #222222;
  padding: 2.4rem 7rem 2.6rem 2.8rem;
}
.page_faqs .faq_list .question::before,
.page_faqs .faq_list .question::after {
  position: absolute;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background-color: rgba(12, 102, 91, 0.08);
  content: '';
  transition: all 0.3s;
  right: 2.9rem;
}
.page_faqs .faq_list .question::after {
  background: url("../img/add.svg") no-repeat center / 39.4%;
}
.page_faqs .faq_list .answer {
  display: none;
  line-height: 2.6rem;
  opacity: 0.7;
  max-width: 83rem;
  padding: 1.3rem 2.8rem 4.3rem;
}
.page_faqs .float_mask {
  top: -8.97%;
  bottom: -36.6795367%;
}
.page_faqs .float_mask .img1 {
  width: 50%;
  max-width: 92.9rem;
  left: -35.8333333%;
  top: 0;
}
.page_faqs .float_mask .img1 img {
  opacity: 1;
}
.page_faqs .float_mask .img2 {
  width: 102%;
  max-width: 193.4rem;
  right: -84.9479167%;
  bottom: 0;
}
.page_reactor {
  position: relative;
  padding: 15.2rem 0 15.1rem;
}
.page_reactor.bg {
  background-color: var(--bg);
}
.page_reactor .process {
  width: 48.26086957%;
  clip-path: var(--polygon2);
  padding: 5.2rem 3rem;
}
.page_reactor .process ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.page_reactor .process li {
  text-align: center;
}
.page_reactor .process li::after {
  display: block;
  content: '';
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/arrow-down-w.svg") no-repeat center / contain;
  margin: 2.6rem auto 3.5rem;
}
.page_reactor .process li.active span {
  background-color: rgba(13, 148, 136, 0.2);
}
.page_reactor .process li.active span::after {
  opacity: 1;
}
.page_reactor .process li:last-child::after {
  display: none;
}
.page_reactor .process span {
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  --radius: 1.2rem;
  border-radius: var(--radius);
  background-color: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: all 0.3s;
  padding: 1.8rem 2.2rem;
  min-width: 22rem;
}
.page_reactor .process span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: var(--radius);
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.page_reactor .process + .head {
  max-width: 64.9rem;
}
.page_reactor .head {
  flex: 1;
  width: 100%;
  padding-bottom: 0.8rem;
}
.page_reactor .head ul {
  color: var(--text);
  line-height: 1.5;
  margin-top: 2.7rem;
}
.page_reactor .head ul li + li {
  margin-top: 2.3rem;
}
.page_reactor .head ul li {
  position: relative;
  padding-left: 1.9375em;
}
.page_reactor .head ul li::before {
  position: absolute;
  width: 0.9375em;
  height: 0.9375em;
  content: '';
  left: 0;
  top: 0.4375em;
  background: url("../img/gou-b.svg") no-repeat center / contain;
}
.page_reactor .head ul strong {
  font-weight: 700;
  color: var(--title);
}
.page_reactor p {
  hyphens: auto;
  margin-top: 2.7rem;
}
.page_reactor p + p {
  margin-top: 2.6rem;
}
.page_reactor .btn {
  margin-top: 3.8rem;
}
.page_reactor .float_mask {
  top: -9.73%;
}
.page_reactor .float_mask .img2 {
  width: 54%;
  max-width: 102.7rem;
  top: 0;
  right: -44.6354167%;
}
.page_reactor .float_mask .img2 img {
  opacity: 0.47;
}
.page_advantages {
  position: relative;
  padding: 14rem 0 15.2rem;
}
.page_advantages.bg {
  background-color: var(--bg);
}
.page_advantages.bg .item {
  background-color: #fff;
}
.page_advantages p {
  max-width: 64rem;
  hyphens: auto;
  margin-top: 2.5rem;
}
.page_advantages .page_advantages_swiper {
  overflow: hidden;
  margin-top: 6.7rem;
  --deg: 2.2rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
}
.page_advantages .page_advantages_swiper .swiper-slide {
  max-width: 324px;
}
.page_advantages .page_advantages_swiper .active .item {
  background-color: var(--secondary);
  color: #fff;
}
.page_advantages .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
  background-color: var(--bg);
  transition: all 0.3s;
  padding: 8.3333333% 8.2592593% 12.345679% 10.494%;
  min-height: 40.5rem;
}
.page_advantages .item .icon {
  width: 6.4rem;
  height: 6.4rem;
}
.page_advantages .item .info {
  flex: 1;
  height: 100%;
  margin-top: 4.4rem;
}
.page_advantages .item .info h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 500;
  max-width: 25rem;
}
.page_advantages .item .info p {
  line-height: 2.6rem;
  opacity: 0.7;
  max-width: 26.1rem;
  hyphens: auto;
  margin-top: 1rem;
}
.page_advantages .float_mask {
  top: -10.7802875%;
}
.page_advantages .float_mask .img {
  width: 54%;
  max-width: 102.7rem;
  top: 0;
}
.page_advantages .float_mask .img img {
  opacity: 0.47;
}
.page_advantages .float_mask .img1 {
  left: -44.375%;
}
.page_advantages .float_mask .img2 {
  right: -44.375%;
}
.page_plant {
  position: relative;
  padding: 14rem 0 15rem;
}
.page_plant.bg {
  background-color: var(--bg);
}
.page_plant p {
  max-width: 64rem;
  margin-top: 2.6rem;
}
.page_plant .flex {
  margin-top: 6.6rem;
}
.page_plant .flex .image {
  width: 47.68115942%;
}
.page_plant .flex .intro {
  flex: 1;
  width: 100%;
  max-width: 67.9rem;
}
.page_plant .page_plant_swiper {
  overflow: hidden;
  clip-path: var(--polygon2);
  height: 100%;
}
.page_plant .page_plant_swiper .img {
  padding-bottom: 97.41641337%;
  height: 100%;
}
.page_plant .items {
  position: relative;
  z-index: 2;
  height: 100%;
  --deg: 1.8rem;
  filter: drop-shadow(var(--shadow));
  padding: 7.8055965% 6.0382916% 3.6818851% 5.7437408%;
}
.page_plant .items::before,
.page_plant .items::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  pointer-events: none;
  background-color: var(--border);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
}
.page_plant .items::after {
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #fff;
}
.page_plant .items .item.active .title {
  color: var(--title);
}
.page_plant .items .item.active .title::before {
  background-color: var(--secondary);
}
.page_plant .items .item.active .title::after {
  filter: contrast(0) brightness(2);
  transform: rotate(45deg);
}
.page_plant .items .title {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2.2rem;
  font-weight: 600;
  color: rgba(20, 48, 74, 0.64);
  margin: 0 4.3405676%;
  padding: 1.56rem 0 1.5rem 10.3505843%;
}
.page_plant .items .title::before,
.page_plant .items .title::after {
  position: absolute;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background-color: rgba(12, 102, 91, 0.08);
  content: '';
  transition: all 0.3s;
  left: 0;
}
.page_plant .items .title::after {
  background: url("../img/add.svg") no-repeat center / 39.4%;
}
.page_plant .items .box {
  position: relative;
  display: none;
  border-bottom: 1px solid rgba(107, 119, 133, 0.3);
  padding: 0 0 4.9rem 14.8580968%;
  margin-bottom: 1.9rem;
}
.page_plant .items .box .icon {
  position: absolute;
  width: 8.3472454%;
  padding-bottom: 8.3472454%;
  top: 0.4rem;
  left: 1rem;
}
.page_plant .items .box .info h3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #1a1a1a;
}
.page_plant .items .box .info p {
  line-height: 2.6rem;
  color: var(--text);
  hyphens: auto;
  max-width: 50rem;
  margin-top: 1.6rem;
}
.page_plant .float_mask {
  top: -9.71%;
}
.page_plant .float_mask .img1 {
  width: 50%;
  max-width: 92.9rem;
  top: 0;
  right: -35.78125%;
}
.page_plant .float_mask .img1 img {
  opacity: 1;
}
.page_plant .float_mask .img2 {
  width: 102%;
  max-width: 193.4rem;
  right: -84.9479167%;
  top: 0;
}
.page_manufacture {
  position: relative;
  z-index: 3;
  padding: 15.2rem 0 13.3rem;
}
.page_manufacture.bg {
  background-color: var(--bg);
}
.page_manufacture .img.img_aba {
  width: 47.39130435%;
  --h: 74.9235474%;
  --deg: 2.9rem;
  clip-path: polygon(0 0, calc(100% - var(--deg)) 0, 100% var(--deg), 100% 100%, 0 100%);
  margin-bottom: 1.4%;
}
.page_manufacture .img.img_aba + .head {
  max-width: 65.4rem;
}
.page_manufacture .head {
  flex: 1;
  width: 100%;
}
.page_manufacture .head ul {
  color: var(--text);
  line-height: 1.67;
  margin-top: 1.1rem;
}
.page_manufacture .head ul li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  padding: 1.0625em 1.25em 1.25em 2.625em;
}
.page_manufacture .head ul li::before {
  position: absolute;
  width: 1.0625em;
  height: 1.0625em;
  content: '';
  left: 0.25em;
  top: 1.3125em;
  background: url("../img/gou.svg") no-repeat center / contain;
}
.page_manufacture .head ul li:last-child {
  border-bottom: none;
}
.page_manufacture .head ul strong {
  font-weight: 700;
  color: var(--title);
}
.page_manufacture p {
  max-width: 64rem;
  margin-top: 2.6rem;
}
.page_manufacture .float_mask {
  bottom: -26.45%;
}
.page_manufacture .float_mask .img1 {
  width: 50%;
  max-width: 92.9rem;
  left: -35.8333333%;
  bottom: 0;
}
.page_manufacture .float_mask .img1 img {
  opacity: 1;
}
.page_manufacture .float_mask .img2 {
  width: 86%;
  max-width: 162.4rem;
  left: -72.8645833%;
  top: 0;
}
.page_closer {
  position: relative;
  padding: 13rem 0 15.2rem;
}
.page_closer p {
  max-width: 64rem;
  margin-top: 2.7rem;
  padding-bottom: 0.6rem;
}
.page_closer .image {
  position: relative;
  padding-bottom: 37.68115942%;
  margin-top: 5.9rem;
}
.page_closer .image > .list {
  position: absolute;
  left: 0;
  top: 0;
}
.page_closer .image .list {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 3.84615385% 1.23188406%;
}
.page_closer .image .list .list {
  flex-direction: column;
}
.page_closer .image .list div {
  flex: 1;
}
.page_closer .image .list .lar {
  flex: 2.06;
}
.page_closer .float_mask {
  bottom: -53.2%;
}
.page_closer .float_mask .img1 {
  width: 54%;
  max-width: 102.7rem;
  top: 0;
  left: -44.43%;
}
.page_closer .float_mask .img1 img {
  opacity: 0.47;
}
.page_closer .float_mask .img2 {
  width: 95%;
  max-width: 179.6rem;
  right: -75.4%;
  bottom: 0;
}
.page_closer .float_mask .img2 img {
  opacity: 0.216;
}
.nav_wrap .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.8rem;
}
.nav_wrap .nav_item {
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  font-size: 2rem;
  font-weight: 500;
  color: #6b7785;
  padding: 0.8rem 0;
}
.nav_wrap .nav_item.active,
.nav_wrap .nav_item:hover {
  border-bottom-color: var(--primary);
  color: var(--title);
}
.breadcrumbs {
  line-height: 2rem;
  min-height: 4.5rem;
}
.breadcrumbs span {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
}
.breadcrumbs span span::before {
  content: '›';
  color: rgba(10, 22, 40, 0.74);
  font-weight: 400;
  margin: 0 1rem 0 0.8rem;
}
.breadcrumbs span span:first-child::before {
  display: none;
}
.breadcrumbs span a {
  color: rgba(10, 22, 40, 0.74);
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.white .breadcrumbs span {
  color: var(--tertiary);
}
.white .breadcrumbs span span::before {
  color: #fff;
}
.white .breadcrumbs span a {
  color: #fff;
}
.white .breadcrumbs span a:hover {
  color: var(--tertiary);
}
.float_mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
.float_mask ul {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
  height: 100%;
}
.float_mask .img {
  position: absolute;
  height: auto;
}
.float_mask .img img {
  opacity: 0.4;
}
.blog_list {
  --deg: 1.7rem;
}
.blog_list .active .info::after {
  width: 85.22%;
}
.blog_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog_list a:hover img {
  transform: scale(1.03);
}
.blog_list .img {
  padding-bottom: 61.20092379%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
}
.blog_list .info {
  position: relative;
  flex: 1;
  border-bottom: 1px solid var(--border);
  padding: 4rem 0 6.2rem;
}
.blog_list .info::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
  height: 2px;
  width: 0;
  transition: all 0.4s;
  background-color: var(--primary);
}
.blog_list .metas {
  color: #5c707f;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}
.blog_list .metas .cat {
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--primary);
  letter-spacing: 0;
  margin-right: 0.5rem;
}
.blog_list .title {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 500;
  margin-top: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.active .technology_item {
  border-bottom-color: var(--primary);
  box-shadow: var(--shadow);
}
.active .technology_item .info {
  border-bottom-color: var(--primary);
}
.technology_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  border: 1px solid #eeeeee;
  background-color: #fff;
  border-bottom-color: transparent;
}
.technology_item:hover .img img {
  transform: translate(-50%, -50%) scale(1.03);
}
.technology_item .img {
  background-image: linear-gradient(to bottom, #6c7b8d, #91a2b7 46.648%, #5c6a7c);
  overflow: hidden;
  padding-bottom: 35.80980684%;
}
.technology_item .img img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  max-width: 30rem;
  width: 58.22%;
}
.technology_item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #eeeeee;
  transition: all 0.3s;
  padding: 6.0830861% 4.5994065% 5.6379822%;
}
.technology_item .info .text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.technology_item .title {
  font-size: 2.6rem;
  font-weight: 600;
}
.technology_item .cat {
  font-weight: 500;
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 0.9rem;
  letter-spacing: 0.05em;
}
.technology_item .desc {
  line-height: 1.5;
  color: var(--text);
  max-width: 57.7rem;
  margin-top: 2rem;
  margin-bottom: auto;
}
.technology_item .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.3rem;
}
.technology_item .tags span {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  transition: all 0.3s;
  background-color: #f3f4f6;
  gap: 0.8rem;
  padding: 0.65rem 1.3rem;
  letter-spacing: 0.001rem;
}
.technology_item .tags span::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: url("../img/gou-b.svg") no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
}
.technology_item .tags span:hover {
  background-color: var(--primary);
  color: #fff;
}
.technology_item .tags span:hover::before {
  filter: contrast(0) brightness(2);
}
.technology_item .btn_i {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 1rem;
  margin-top: 4.5rem;
}
.technology_item .btn_i::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  background: url("../img/arrow-r2.svg") no-repeat center / contain;
  width: 1.4rem;
  height: 1.4rem;
  transition: all 0.3s;
}
.technology_item .btn_i:hover {
  color: var(--primary);
}
.technology_item .btn_i:hover::after {
  transform: translateX(20%);
}

.default_head{
  padding: 9rem 0;
  background-color: #eee;
}
.default_head h1{
  font-size: 4.5rem;
}
.default_body{
  padding: 5rem 0;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #171717;
}

.default_body h2 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin: 3.5rem 0 3.3rem;
}
.default_body h3 {
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin: 1.6rem 0 1rem;
}
.default_body p {
  margin: 1rem 0;
}
.default_body img {
  border-radius: 8px;
  width: 100%;
  display: block;
  object-fit: cover;
  margin: 4.7rem 0;
}
.default_body ul {
  margin: 1rem 0;
}
.default_body ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 1rem;
  list-style: disc;
  margin-left: 2rem;
}
.default_body ul li:last-child {
  margin-bottom: 0;
}
/* Search Modal */
.search_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(12, 12, 12, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search_modal.active {
  opacity: 1;
  visibility: visible;
}
.search_modal_close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
.search_modal_close::before,
.search_modal_close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.search_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search_modal_close:hover::before,
.search_modal_close:hover::after {
  background-color: var(--primary);
}
.search_modal_inner {
  width: 92%;
  max-width: 720px;
  padding: 0 1rem;
}
.search_modal_form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background-color: #fff;
  border: 2px solid #dfe3e8;
  padding: 0.5rem 0.7rem 0.5rem 2rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  transform: translateY(-30px);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s;
  clip-path: var(--polygon1);
}
.search_modal_form:focus-within {
  border-color: var(--primary);
}
.search_modal.active .search_modal_form {
  transform: translateY(0);
}
.search_modal_form input[type="search"] {
  width: 100%;
  height: 5.2rem;
  font-size: 1.6rem;
  color: var(--title);
  background: transparent;
  border: 0;
  outline: none;
  padding: 0;
  font-family: 'Outfit', sans-serif;
}
.search_modal_form input[type="search"]::placeholder {
  color: var(--text);
}
.search_modal_form input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.search_modal_submit {
  width: 5.2rem;
  height: 5.2rem;
  border: 0;
  background-color: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
  clip-path: var(--polygon1);
}
.search_modal_submit:hover {
  background-color: var(--secondary);
}
.search_modal_submit svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}
body.search_modal_open {
  overflow: hidden;
}
div.jst-language-switcher {
  display: none;
}

.quote_modal form input[type="submit"]{
  display: none;
}
@media screen and (max-width: 1024px) {
  .search_modal_close {
    top: 24px;
    right: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1660px) {
  header .flex {
    gap: 2%;
  }
  header .btn {
    margin: 0;
  }
  header .btns {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
  header nav .menu > li > a {
    font-size: 15px;
  }
  header nav .sub-menu > li > a {
    font-size: 15px;
  }
  header .logo img {
    height: 4.4rem;
  }
  .page_process .process {
    margin: 4.4rem 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .footer_contact .head h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  header .logo,
  header .btns {
    margin: 0;
    padding: 0;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav > .close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
    display: block;
  }
  header nav .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  header nav .close_box {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav .close_box .close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: var(--radius);
    background: url('../img/close.svg') no-repeat center / 12px;
  }
  header nav .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 12px 12px 30px;
  }
  header nav .menu {
    display: block;
  }
  header nav .menu > li {
    cursor: pointer;
  }
  header nav .menu > li + li {
    margin-top: 8px;
  }
  header nav .menu > li > a {
    color: var(--title);
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 12px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu > li.current-menu-item > a,
  header nav .menu > li.current-menu-parent > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children {
    position: relative;
  }
  header nav .menu .menu-item-has-children > a {
    margin-right: 46px;
  }
  header nav .menu .menu-item-has-children::before,
  header nav .menu .menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu .menu-item-has-children::after {
    background: url(../img/select.svg) no-repeat center / 12px;
  }
  header nav .menu .menu-item-has-children.active::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header nav .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    min-width: unset;
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
  }
  header nav .sub-menu > li {
    cursor: pointer;
    transform: translate(0);
  }
  header nav .sub-menu > li + li {
    margin-top: 6px;
  }
  header nav .sub-menu > li > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    padding: 10px;
    transition: all 0.3s;
  }
  header nav .sub-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu > li.current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu .menu-item-has-children > a {
    margin-right: 42px;
  }
  header nav .sub-menu .menu-item-has-children::before,
  header nav .sub-menu .menu-item-has-children::after {
    top: 2px;
    width: 36px;
    height: 36px;
    background-size: 10px;
  }
  header nav .sub-menu .sub-menu {
    margin: 10px 0;
  }
  header nav .sub-menu .sub-menu > li + li {
    margin-top: 0;
  }
  header nav .sub-menu .sub-menu > li > a {
    font-size: 12px;
  }
  header .btn_menu {
    display: block;
  }
  header .btn_search,
  header .btn_lang,
  header .btn {
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h1 {
    font-size: 5rem;
  }
  .head h2 {
    font-size: 4rem;
  }
  .footer_contact .head h2 {
    font-size: 3.2rem;
  }
  footer .main .foot_touch {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --deg: 6px;
    --bg_deg: 40px;
    --polygon2: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
  }
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
    letter-spacing: unset;
    gap: 10px;
  }
  .btn::after,
  .btn_line::after {
    width: 12px;
    height: 12px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    position: static;
    width: 100%;
    max-width: unset;
    justify-content: flex-end;
    transform: translateX(0);
    margin-top: 30px;
    padding: 0 20px;
  }
  div.head.white p,
  div.head.white .desc {
    letter-spacing: unset;
  }
  div.head.bn p,
  div.head.bn .desc {
    line-height: 1.5;
  }
  div.head.sm_lh h2 {
    line-height: 1.3;
  }
  div.head.flex .text {
    padding: 0;
  }
  div.head.flex .btn,
  div.head.flex .btn_line {
    margin: 0;
  }
  div.head .subtitle {
    font-size: 12px;
    --deg: 4px;
    margin-bottom: 8px;
    letter-spacing: unset;
    padding: 3px 10px;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    margin-top: 12px;
  }
  div.head p + p {
    margin-top: 10px;
  }
  div.head .btn,
  div.head .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
    letter-spacing: unset;
    gap: 10px;
    margin-top: 20px;
  }
  div.head .btn::after,
  div.head .btn_line::after {
    width: 12px;
    height: 12px;
  }
  header {
    top: 0;
  }
  header .logo img {
    height: 30px;
  }
  header .btns {
    gap: 22px;
    min-height: 64px;
  }
  header .btn_search,
  header .btn_lang {
    width: 22px;
    height: 22px;
  }
  header .btn {
    line-height: 40px;
    padding: 0 20px;
  }
  footer .main {
    padding: 50px 0;
  }
  footer .main strong {
    font-size: 16px;
  }
  footer .main .flex {
    display: block;
  }
  footer .main .foot_social {
    display: block;
    padding-bottom: 20px;
  }
  footer .main .foot_social .logo {
    max-width: 300px;
    margin: 0 auto;
  }
  footer .main .foot_social .social {
    gap: 16px;
    justify-content: space-around;
    margin-top: 30px;
  }
  footer .main .foot_social .social a {
    width: 40px;
    height: 40px;
  }
  footer .main .foot_touch {
    padding-top: 20px;
    margin-right: 0;
    width: 100%;
    padding-bottom: 16px;
  }
  footer .main .foot_touch p {
    font-size: 16px;
    line-height: 1.5;
  }
  footer .main .foot_touch .menu {
    margin-top: 20px;
  }
  footer .main .foot_touch .menu a {
    width: 100%;
    font-size: 14px;
    line-height: 46px;
    padding: 0 20px;
    gap: 10px;
    justify-content: space-between;
  }
  footer .main .foot_touch .menu a::after {
    width: 12px;
    height: 12px;
  }
  footer .main .foot_nav:not(.foot_connect) {
    width: 100%;
    max-width: unset;
    margin-top: 0;
  }
  footer .main .foot_nav:not(.foot_connect) strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid rgba(22, 22, 22, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
  }
  footer .main .foot_nav:not(.foot_connect) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .main .foot_nav:not(.foot_connect).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .foot_nav:not(.foot_connect) > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .main .foot_nav:not(.foot_connect) > div li + li {
    margin-top: 14px;
  }
  footer .main .foot_nav:not(.foot_connect) > div a {
    font-size: 14px;
    line-height: normal;
    display: block;
    font-weight: normal;
  }
  footer .main .foot_nav:not(.foot_connect) > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .main .foot_connect {
    width: 100%;
    padding-top: 25px;
  }
  footer .main .foot_connect strong {
    margin-bottom: 16px;
  }
  footer .main .foot_connect li {
    padding-left: 30px;
  }
  footer .main .foot_connect li::before {
    width: 16px;
    height: 16px;
    top: 2px;
  }
  footer .main .foot_connect li a {
    font-size: 14px;
    line-height: normal;
  }
  footer .main .foot_connect li a + a {
    margin-top: 10px;
  }
  footer .main .foot_connect li + li {
    margin-top: 16px;
  }
  footer .bottom {
    padding: 20px 0;
  }
  footer .bottom .flex {
    gap: 30px;
    flex-direction: column-reverse;
  }
  footer .bottom ul {
    gap: 1rem 0;
  }
  footer .bottom ul li::before {
    height: 10px;
    margin: 0 10px;
  }
  footer .bottom p {
    font-size: 13px;
  }
  footer .bottom a {
    font-size: 14px;
  }
  footer #backtop {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
  .footer_contact .flex {
    min-height: unset;
    padding: 50px 0 80px;
  }
  .footer_contact .head {
    padding: 0;
  }
  .footer_contact .head h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .footer_contact .items {
    width: 100%;
  }
  .footer_contact .items ul {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .footer_contact .items ul::-webkit-scrollbar {
    display: none;
  }
  .footer_contact .items ul li {
    flex: 1 0 160px;
  }
  .footer_contact .items .active .item {
    min-width: unset;
  }
  .footer_contact .items .active .item::before {
    height: 100%;
  }
  .footer_contact .item {
    min-width: unset;
    padding: 20px;
  }
  .footer_contact .item::before {
    top: 50%;
    --deg: 10px;
  }
  .footer_contact .item .icon {
    width: 50px;
    height: 50px;
  }
  .footer_contact .item .title {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: unset;
  }
  .page_different {
    padding: 50px 0;
  }
  .page_different .head.flex {
    display: block;
  }
  .page_different .head.flex p {
    margin-bottom: 0;
  }
  .page_different .head.center p {
    margin-top: 12px;
  }
  .page_different .page_different_swiper {
    margin-top: 30px;
    --deg: 10px;
  }
  .page_different .item {
    min-height: unset;
    padding: 20px;
  }
  .page_different .item .icon {
    height: 40px;
    width: 66px;
  }
  .page_different .item .info {
    margin-top: 20px;
  }
  .page_different .item .info h3 {
    font-size: 18px;
  }
  .page_different .item .info p {
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_process {
    padding: 50px 0;
  }
  .page_process .head {
    display: block;
  }
  .page_process .head p {
    margin-bottom: 0;
  }
  .page_process .process {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 30px -20px 0;
    overflow-x: auto;
  }
  .page_process .process::-webkit-scrollbar {
    display: none;
  }
  .page_process .process svg {
    min-width: 700px;
  }
  .page_process p.center:has(.btn) {
    margin-top: 40px;
  }
  .page_process .float_mask {
    top: -50px;
    bottom: -50px;
  }
  .page_blog {
    padding: 50px 0;
  }
  .page_blog .head {
    padding: 0;
  }
  .page_blog .page_blog_swiper {
    width: calc(100% + 40px);
    margin: 30px -20px 0;
    padding: 0 20px;
  }
  .page_blog .page_blog_swiper .swiper-slide {
    max-width: 282px;
  }
  .page_blog .swiper_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 20px;
    min-height: unset;
    margin-top: 30px;
  }
  .page_blog .swiper_con .swiper_btns {
    padding: 0;
    width: auto;
  }
  .page_blog .float_mask {
    top: -50px;
    bottom: -50px;
  }
  .page_banner > .bg::before {
    background-image: linear-gradient(to right, #14304a, rgba(20, 48, 74, 0.5), rgba(20, 48, 74, 0.7) 98.6051%);
  }
  .page_banner .flex {
    height: auto;
    max-height: unset;
    padding: 50px 0 80px;
  }
  .page_banner .flex .head {
    padding: 0;
    max-width: 500px;
  }
  .page_banner .flex .head h1 {
    margin: 0;
  }
  .page_banner .flex .head p {
    margin-top: 12px;
  }
  .page_banner form {
    padding-right: 4px;
    margin-top: 20px;
    max-width: 360px;
  }
  .page_banner form input {
    font-size: 14px;
  }
  .page_banner form input[type=submit] {
    height: 40px;
    width: 48px;
    margin: 4px 0;
  }
  .page_banner .btns {
    margin-top: 20px;
    gap: 12px;
  }
  .page_advantages {
    padding: 50px 0;
  }
  .page_advantages .page_advantages_swiper {
    width: calc(100% + 40px);
    margin: 30px -20px 0;
    padding: 0 20px;
    --deg: 10px;
  }
  .page_advantages .item {
    padding: 20px;
    min-height: unset;
  }
  .page_advantages .item .icon {
    width: 40px;
    height: 40px;
  }
  .page_advantages .item .info {
    margin-top: 20px;
  }
  .page_advantages .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .page_advantages .item .info p {
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_advantages .float_mask {
    top: -50px;
  }
  .page_manufacture {
    padding: 50px 0;
  }
  .page_manufacture .img.img_aba {
    --deg: 16px;
    margin-bottom: 0;
  }
  .page_manufacture .head ul {
    line-height: 1.5;
    margin-top: 12px;
  }
  .page_manufacture .float_mask {
    bottom: -50px;
  }
  .page_closer {
    padding: 50px 0;
  }
  .page_closer .image {
    margin-top: 30px;
  }
  .page_closer .float_mask {
    bottom: -50px;
  }
  .page_faqs {
    padding: 50px 0;
  }
  .page_faqs .faqs {
    margin-top: 30px;
  }
  .page_faqs .faq_list .faq_item {
    margin-bottom: 16px;
  }
  .page_faqs .faq_list .faq_item.active {
    margin-bottom: 16px;
  }
  .page_faqs .faq_list .question {
    font-size: 18px;
    padding: 14px 50px 14px 20px;
  }
  .page_faqs .faq_list .question::before,
  .page_faqs .faq_list .question::after {
    width: 25px;
    height: 25px;
    right: 20px;
  }
  .page_faqs .faq_list .answer {
    line-height: 1.5;
    padding: 0 20px 20px;
  }
  .page_faqs .float_mask {
    top: -50px;
    bottom: -50px;
  }
  .page_plant {
    padding: 50px 0;
  }
  .page_plant .flex {
    margin-top: 30px;
  }
  .page_plant .items {
    --deg: 10px;
    padding: 20px;
  }
  .page_plant .items .title {
    font-size: 16px;
    margin: 0;
    padding: 14px 0 14px 32px;
  }
  .page_plant .items .title::before,
  .page_plant .items .title::after {
    width: 22px;
    height: 22px;
  }
  .page_plant .items .box {
    padding: 0 0 20px 56px;
    margin-bottom: 10px;
  }
  .page_plant .items .box .icon {
    width: 36px;
    padding-bottom: 36px;
    top: 0;
    left: 0;
  }
  .page_plant .items .box .info h3 {
    font-size: 18px;
  }
  .page_plant .items .box .info p {
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_plant .float_mask {
    top: -50px;
  }
  .page_reactor {
    padding: 50px 0;
  }
  .page_reactor .process {
    padding: 30px 20px;
  }
  .page_reactor .process li::after {
    width: 14px;
    height: 14px;
    margin: 14px auto;
  }
  .page_reactor .process span {
    --radius: 10px;
    padding: 10px 20px;
    min-width: unset;
  }
  .page_reactor .head {
    padding: 0;
  }
  .page_reactor .head ul {
    margin-top: 12px;
  }
  .page_reactor .head ul li + li {
    margin-top: 12px;
  }
  .page_reactor .float_mask {
    top: -50px;
  }
  .nav_wrap .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px 0;
    padding: 0 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .nav_wrap .nav_list::-webkit-scrollbar {
    display: none;
  }
  .nav_wrap .nav_list .nav_item {
    padding: 6px 0;
    font-size: 14px;
    white-space: nowrap;
  }
  .breadcrumbs {
    line-height: 20px;
    min-height: 28px;
  }
  .breadcrumbs span {
    font-size: 14px;
  }
  .breadcrumbs span span::before {
    margin: 0 10px;
  }
  .blog_list {
    --deg: 10px;
  }
  .blog_list .info {
    padding: 14px 0 25px;
  }
  .blog_list .info::after {
    bottom: -1px;
  }
  .blog_list .metas {
    letter-spacing: unset;
  }
  .blog_list .metas .cat {
    font-size: 15px;
    margin-right: 0;
  }
  .blog_list .title {
    font-size: 18px;
    margin-top: 10px;
  }
  .technology_item .info {
    padding: 20px;
  }
  .technology_item .info .text .title {
    font-size: 18px;
  }
  .technology_item .info .text .cat {
    font-size: 14px;
    letter-spacing: unset;
    margin-top: 5px;
  }
  .technology_item .info .text .desc {
    line-height: 1.5;
    margin-top: 10px;
  }
  .technology_item .info .text .tags {
    margin-top: 14px;
    gap: 7px;
  }
  .technology_item .info .text .tags span {
    font-size: 13px;
    padding: 3px 10px;
    gap: 6px;
    letter-spacing: unset;
  }
  .technology_item .info .text .tags span::before {
    width: 10px;
    height: 10px;
  }
  .technology_item .info .btn_i {
    font-size: 14px;
    gap: 8px;
    margin-top: 20px;
  }
  .technology_item .info .btn_i::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 576px) {
  :root {
    --bg_deg: 30px;
  }
  header .logo {
    width: 70px;
    height: 40px;
    overflow: hidden;
  }
  header .logo img {
    height: 100%;
  }
  header .btn.not_a {
    display: none;
  }
  .page_manufacture .img.img_aba {
    width: 100%;
  }
  .page_faqs .faq_list .question {
    font-size: 16px;
  }
  .page_plant .flex .image {
    width: 100%;
  }
  .page_reactor .process {
    width: 100%;
  }
}
