* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #f98e01;
  --secondary: #8bb75f;
  --tertiary: #dd7807;
  --title: #221a11;
  --text: #7c6f5b;
  --border: #e8e5df;
  --border2: #e9e1ce;
  --bg: #f8f4eb;
  --bg_linear: linear-gradient(to right, #f5f0e5, #fbf8f1);
  --shadow: 0 1rem 1rem rgba(219, 214, 209, 0.45);
}
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;
}
.center p,
.center .desc,
.center h1,
.center h2 {
  margin-left: auto;
  margin-right: auto;
}
.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: "Bricolage Grotesque", sans-serif;
  animation: fadeIn 0.4s ease-in forwards;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.Archivo,
.a_title {
  font-family: "Archivo", sans-serif;
}
.Dancing {
  font-family: "Dancing Script", cursive;
}
.Bricolage {
  font-family: "Bricolage Grotesque", sans-serif;
}
.Inter,
p {
  font-family: "Inter", sans-serif;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  body {
    animation: none;
  }
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img,
.img.img_cv video,
.img.img_cv iframe,
.img.img_cv picture {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img,
.img.img_ab video,
.img.img_ab iframe,
.img.img_ab picture {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img,
.img.img_aba video,
.img.img_aba iframe,
.img.img_aba picture {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
.img img,
.img video,
.img iframe,
.img picture {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img,
.img_bg > video,
.img_bg > iframe,
.img_bg > picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.img_bg > picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon.icon_ab {
  position: relative;
  padding-bottom: 100%;
}
.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;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: var(--font-size, 14px);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup.up .popup-input {
  order: 3;
  margin-bottom: 0;
  margin-top: 8px;
}
.custom-popup.up .popup-options {
  order: 1;
}
.custom-popup.up .popup-empty {
  order: 2;
}
.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: inherit;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
  flex-shrink: 0;
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  flex: 0 1 auto;
  min-height: 0;
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  word-break: break-word;
  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 {
  font-family: "Bricolage Grotesque", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--title);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 5.4rem;
  gap: 0.8rem;
  padding: 0 3rem;
  border-radius: 100px;
}
.btn::after {
  display: inline-block;
  flex-shrink: 0;
  content: '';
  width: 0.6875em;
  height: 0.6875em;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  background: url("../img/arrow-r.svg") no-repeat center / contain;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.btn:hover::after {
  transform: translateX(20%);
  filter: none;
}
.btn.no_a::after {
  display: none;
}
.btn_line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid rgba(34, 26, 17, 0.5);
  color: var(--title);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 5.5rem;
  gap: 0.7rem;
  padding: 0 2.9rem;
  border-radius: 100px;
}
.btn_line::after {
  display: inline-block;
  flex-shrink: 0;
  content: '';
  width: 0.6875em;
  height: 0.6875em;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  background: url("../img/arrow-r.svg") no-repeat center / contain;
}
.btn_line:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn_line:hover::after {
  transform: translateX(20%);
}
.btn_line.no_a::after {
  display: none;
}
.btn_line.wt {
  color: #fff;
  border-color: #fff;
}
.btn_line.wt::after {
  filter: contrast(0) brightness(2);
}
.btn_line.wt:hover {
  background-color: #fff;
  color: var(--primary);
}
.btn_line.wt:hover::after {
  filter: none;
}
.btn_c {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: var(--primary);
  width: 4.8rem;
}
.btn_c::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("../img/arrow-r2.svg") no-repeat center / 31.25%;
  transition: all 0.3s;
}
.btn_c:hover {
  background-color: var(--secondary);
}
.btn_c:hover::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns {
  gap: 2.7rem;
  display: flex;
}
.swiper_btns div {
  width: 5.9rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid rgba(34, 26, 17, 0.5);
  background-color: transparent;
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / 31.6%;
}
.swiper_btns div:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  cursor: default;
  pointer-events: none;
  border-color: rgba(34, 26, 17, 0.5);
  background-color: transparent;
}
.swiper_btns .swiper-button-disabled:hover {
  background-color: transparent;
  border-color: rgba(34, 26, 17, 0.5);
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 165.7rem;
  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;
}
.tcon.sm p,
.tcon.sm .desc {
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: -0.0067em;
}
.tcon.wt {
  color: #fff;
}
.tcon.wt p,
.tcon.wt .desc {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  letter-spacing: 0.00889em;
}
.tcon.wt.bn p,
.tcon.wt.bn .desc {
  color: rgba(255, 255, 255, 0.8);
}
.tcon.wt.sm p,
.tcon.wt.sm .desc {
  letter-spacing: normal;
}
.tcon.bn > em {
  font-size: 1.6rem;
  letter-spacing: 0.0675em;
  margin-bottom: 1.3rem;
}
.tcon em {
  font-style: normal;
}
.tcon > em {
  font-family: "Dancing Script", cursive;
  display: inline-grid;
  grid-template-columns: 2.9rem 1fr;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--tertiary);
  gap: 1.2rem;
  margin-bottom: 1.6rem;
  letter-spacing: 0.06em;
}
.tcon > em::before {
  display: block;
  height: 2px;
  background-color: var(--tertiary);
  border-radius: 10px;
  content: '';
}
.tcon h1 {
  font-size: 6.4rem;
  line-height: 1.0625;
  font-weight: 700;
  letter-spacing: 0.03515625em;
}
.tcon h1 em {
  color: var(--primary);
}
.tcon h2 {
  font-size: 4.8rem;
  line-height: 1.16666667;
  font-weight: 700;
  letter-spacing: 0.023em;
}
.tcon p,
.tcon .desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
  letter-spacing: 0.00044em;
}
header {
  position: sticky;
  left: 0;
  top: -94px;
  right: 0;
  z-index: 996;
  transition: all 0.3s;
  background-color: #fff;
}
header.style {
  top: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .logo {
  display: block;
  position: relative;
  margin-right: 12%;
  padding-top: 2px;
}
header .logo img {
  display: block;
  width: auto;
  height: 7.68677rem;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav .close {
  display: none;
}
header nav .menu {
  gap: 3.85rem;
  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: #564938;
  line-height: 48px;
  padding-top: 2px;
  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,
header nav .menu > li:has(.current-menu-parent) > a {
  color: var(--primary);
}
header nav .menu > li.btn_mega_menu .sub-menu {
  display: none;
}
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;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header nav .sub-menu > li {
  position: relative;
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 12px 18px;
  transition: all 0.3s;
  border-radius: 5px;
}
header nav .sub-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
header nav .sub-menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: auto;
  opacity: 1;
}
header nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
header .btns {
  gap: 3.6rem;
  display: flex;
  align-items: center;
  min-height: 94px;
}
header .btns .btn_search {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btns .btn_menu {
  display: none;
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/nav-btn.svg) no-repeat center / contain;
}
header .btns .btn {
  line-height: 4.8rem;
  gap: 1.1rem;
  padding: 0 3.4rem;
  margin-top: 2px;
}
header .btns .btn::after {
  width: 0.875em;
  height: 0.875em;
  background-image: url("../img/arrow-line.svg");
}
footer .foot_follow {
  border-bottom: 1px solid #e8e8e8;
  padding: 9.3rem 0 2.8rem;
}
footer .foot_follow .logo {
  display: block;
  position: relative;
  max-width: 13.7rem;
  padding-bottom: 0.4rem;
}
footer .foot_follow .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .foot_follow .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .main {
  padding: 4.6rem 0 14.1rem;
}
footer .main .foot_intro {
  width: 26%;
  margin-top: -0.3rem;
  margin-right: 3.9%;
}
footer .main .foot_intro strong {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.005em;
}
footer .main .foot_intro .menu {
  margin-top: 2.8rem;
}
footer .main .foot_intro .menu li + li {
  margin-top: 1rem;
}
footer .main .foot_intro .menu a {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--title);
  font-weight: 600;
  line-height: 5.4rem;
  gap: 1.1rem;
  padding: 0 3rem;
  border-radius: 100px;
}
footer .main .foot_intro .menu a::after {
  display: inline-block;
  flex-shrink: 0;
  content: '';
  width: 0.875em;
  height: 0.875em;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  background: url("../img/arrow-line.svg") no-repeat center / contain;
}
footer .main .foot_intro .menu a:hover {
  background-color: transparent;
  color: var(--primary);
}
footer .main .foot_intro .menu a:hover::after {
  transform: translateX(20%);
  filter: none;
}
footer .main .foot_nav {
  min-width: 14.42%;
}
footer .main .foot_nav strong {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2.3rem;
  letter-spacing: 0.006em;
}
footer .main .foot_nav li + li {
  margin-top: 1.2rem;
}
footer .main .foot_nav li a {
  font-size: 1.8rem;
  color: var(--text);
  transition: all 0.3s;
  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 .bottom {
  font-size: 1.437rem;
  color: #101426;
  padding: 2rem 0;
}
footer .bottom a {
  color: var(--text);
  transition: all 0.3s;
  text-decoration: underline transparent;
  letter-spacing: -0.0086em;
}
footer .bottom a:hover {
  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 {
  display: inline-block;
  width: 1px;
  height: 0.905em;
  background-color: #1c1c1c;
  opacity: 0.15;
  content: '';
  margin: 0 1.044em;
}
footer .bottom ul li:first-child::before {
  display: none;
}
footer #backtop {
  position: fixed;
  z-index: 99;
  right: 2.6rem;
  bottom: 1.2rem;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: url("../img/arrow-t.svg") no-repeat center / 25% var(--primary);
  opacity: 0;
  transform: translateY(100%);
}
footer #backtop.show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
footer #backtop:hover {
  transform: scale(1.1);
}
.side_bar {
  position: fixed;
  z-index: 99;
  right: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.side_bar ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.side_bar li > * {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid var(--border);
  background-color: #fff;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: all 0.3s;
  overflow: visible;
}
.side_bar li > *::after {
  content: '';
  display: block;
  width: 40%;
  height: 40%;
  background: no-repeat center / contain;
  transition: all 0.3s;
}
.side_bar li > *:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  transform: scale(1.08);
}
.side_bar li span {
  position: absolute;
  right: calc(100% + 1rem);
  top: 50%;
  transform: translateY(-50%) translateX(0.6rem);
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: var(--title);
  border-radius: 0.6rem;
  padding: 0.9rem 1.2rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.side_bar li span::after {
  content: '';
  position: absolute;
  right: -0.4rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0.4rem solid transparent;
  border-left-color: var(--title);
}
.side_bar li > *:hover span {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.side_bar .quote .btn_quote {
  background-color: var(--primary);
  border-color: var(--primary);
}
.side_bar .quote .btn_quote::after {
  background-image: url(../img/icon-form.svg);
}
.side_bar .quote .btn_quote:hover {
  background-color: var(--title);
  border-color: var(--title);
}
.side_bar .quote .btn_quote:hover::after {
  filter: brightness(0) invert(1);
}
.side_bar .phone a::after {
  background-image: url("../img/icon-phone.svg");
}
.side_bar .email a::after {
  background-image: url("../img/icon-email.svg");
}
.side_bar .whatsapp a::after {
  background-image: url("../img/icon-whatsapp.svg");
}
.side_bar .phone a:hover::after,
.side_bar .email a:hover::after,
.side_bar .whatsapp a:hover::after {
  filter: brightness(0) invert(1);
}
.mage-menu-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 990;
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.mage-menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.mega_menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-top: 1px solid var(--border);
  background-color: #fff;
  padding: 5rem 0;
  display: none;
}
.mega_menu .nav {
  width: 25%;
  border-right: 1px solid var(--border);
  max-height: calc(100vh - 28rem);
  overflow-y: auto;
  padding-right: 2rem;
}
.mega_menu .nav li + li {
  margin-top: 1rem;
}
.mega_menu .nav .active a,
.mega_menu .nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mega_menu .nav a {
  display: grid;
  grid-template-columns: 1fr 0.7em;
  align-items: center;
  transition: all 0.3s;
  font-size: 16px;
  border-radius: 4px;
  padding: 14px;
  gap: 0.7em;
}
.mega_menu .nav a::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("../img/nav-r.svg") no-repeat center / contain;
}
.mega_menu .list {
  flex: 1;
  display: none;
  flex-direction: column;
  max-height: calc(100vh - 28rem);
  overflow: hidden;
}
.mega_menu .list.active {
  display: flex;
}
.mega_menu .list ul {
  flex: 1;
  overflow-y: auto;
  padding-right: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(25rem, 100%), 1fr));
  gap: 4rem 2rem;
}
.mega_menu .list ul a:hover img {
  transform: scale(1.03);
}
.mega_menu .list ul a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f4ebdc;
  overflow: hidden;
  border-radius: 20rem 20rem 1rem 1rem;
}
.mega_menu .list ul .img {
  padding-bottom: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.mega_menu .list ul .a_title {
  flex: 1;
  background-image: var(--bg_linear);
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  padding: 20px 14px;
  margin-top: 1.5rem;
}
.mega_menu .list p.center:has(.btn_line) {
  margin-top: 5rem;
}
.section_notion {
  background-color: var(--secondary);
  color: #fff;
  overflow: hidden;
}
.section_notion .section_notion_swiper {
  max-width: 256rem;
  margin: 0 auto;
  max-height: 5rem;
}
.section_notion .section_notion_swiper .swiper-wrapper {
  transition: linear;
}
.section_notion .section_notion_swiper .swiper-slide {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  max-width: max-content;
  padding: 0.9375em 0 1em;
  letter-spacing: 0.028125em;
}
.section_notion .section_notion_swiper .swiper-slide::before {
  display: inline-block;
  flex-shrink: 0;
  content: "";
  width: 0.9375em;
  height: 0.9375em;
  background: url("../img/ico-w.svg") no-repeat center / contain;
  margin: 0 2.5625em;
}
.page_products {
  overflow: hidden;
  padding: 14rem 0 9.8rem;
}
.page_products h2 {
  max-width: 56.9rem;
  max-width: 62rem;
}
.page_products .btn_line {
  margin-bottom: 1rem;
}
.page_products .page_products_swiper {
  margin-top: 5.6rem;
  margin-right: -20%;
}
.page_products .page_products_swiper .swiper-slide {
  max-width: 36rem;
}
.page_products .swiper_con {
  margin-top: 3.8rem;
}
.page_products div.swiper-scrollbar {
  position: static;
  flex: 1;
  width: 100%;
  height: 3px;
  background: var(--border2);
}
.page_products div.swiper-scrollbar .swiper-scrollbar-drag {
  background: #3c1b08;
}
.endorsements_swiper {
  padding-bottom: 2rem;
}
.endorsements_swiper .active .item {
  background-color: #fff;
  box-shadow: 0 2rem 2rem rgba(219, 217, 209, 0.45);
}
.endorsements_swiper .item {
  display: block;
  height: 100%;
  border-radius: 1.8rem;
  background-color: rgba(255, 255, 255, 0.53);
  border: 1px solid var(--border2);
  transition: all 0.3s;
  padding: 11.6564417% 10.4294479% 14.4171779%;
}
.endorsements_swiper .item::before {
  display: block;
  width: 3.5625em;
  height: 3.5625em;
  border-radius: 0.75em;
  background: url("../img/gou.svg") no-repeat center / 34.6% #eef6e2;
  content: '';
}
.endorsements_swiper .item h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 5.3rem;
  letter-spacing: 0.00455em;
}
.endorsements_swiper .item p {
  line-height: 2.4rem;
  color: var(--text);
  max-width: 25.5rem;
  margin-top: 1.3rem;
  letter-spacing: -0.0044em;
}
.page_blog {
  background-image: var(--bg_linear);
  padding: 14.5rem 0 10.3rem;
}
.page_blog .tcon {
  padding-bottom: 0.4rem;
}
.page_blog .page_blog_swiper {
  margin-top: 3.4rem;
  padding-bottom: 1rem;
}
.page_blog .swiper_btns.middle {
  top: 51.5%;
}
.page_faqs {
  padding: 15.5rem 0 17.7rem;
}
.page_faqs.bg {
  background-image: var(--bg_linear);
  padding: 14.4rem 0 12.8rem;
}
.page_faqs .lt {
  width: 40%;
  max-width: 51.8rem;
}
.page_faqs .head {
  max-width: 45.2rem;
}
.page_faqs p {
  max-width: 43rem;
  margin-top: 2.3rem;
}
.page_faqs .img {
  border-radius: 2.6rem;
  height: auto;
  margin-top: 4.9rem;
}
.page_faqs .faqs {
  flex: 1;
  width: 100%;
  max-width: 77.2rem;
}
.page_faqs .faqs .faq_list {
  max-width: 73rem;
}
.footer_contact {
  position: relative;
  background-image: var(--bg_linear);
}
.footer_contact .flex {
  min-height: 55.6rem;
  padding: 6rem 0;
}
.footer_contact .head {
  flex: 1;
  width: 100%;
  max-width: 59.6rem;
  padding-top: 0.6rem;
}
.footer_contact .head strong {
  display: block;
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.footer_contact p {
  max-width: 55.8rem;
  margin-top: 2.1rem;
}
.footer_contact .btn {
  gap: 1.3rem;
  margin-top: 4.2rem;
}
.footer_contact .connect {
  width: 43.4057971%;
  min-width: 45rem;
  border-radius: 2.6rem;
  border: 1px solid var(--border);
  background-color: #fff;
  padding: 2px 0;
  margin-top: 1.4%;
}
.footer_contact .connect li + li {
  border-top: 1px solid var(--border);
}
.footer_contact .connect li {
  display: grid;
  grid-template-columns: 1.35em 1fr 2fr;
  font-size: 2rem;
  font-weight: 500;
  gap: 2.5rem;
  padding: 3.4rem 4.7rem 2.8rem 4.4rem;
  letter-spacing: 0.005em;
}
.footer_contact .connect li::before {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: no-repeat center / 85.2%;
}
.footer_contact .connect li strong,
.footer_contact .connect li a {
  display: inline-block;
  margin-left: auto;
  color: var(--tertiary);
  font-weight: inherit;
}
.footer_contact .connect li a {
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.footer_contact .connect li a:hover {
  color: var(--secondary);
  text-decoration-color: var(--secondary);
}
.footer_contact .connect .phone::before {
  background-image: url("../img/icon-phone.svg");
}
.footer_contact .connect .email::before {
  background-image: url("../img/icon-email.svg");
}
.footer_contact .connect .whatsapp::before {
  background-image: url("../img/icon-whatsapp.svg");
  background-size: contain;
}
.footer_contact .connect .location::before {
  background-image: url("../img/icon-locate.svg");
  background-size: contain;
}
.footer_contact .float_mask .img2 {
  left: -9.6354167%;
  bottom: -4.4883303%;
}
.footer_contact .float_mask .img3 {
  right: -5.78125%;
  bottom: -19.5691203%;
}
.page_steps {
  padding: 17.1rem 0 15.2rem;
}
.page_steps .head h2 {
  line-height: 1.2;
  max-width: 63rem;
}
.page_steps .page_steps_swiper {
  margin-top: 3.6rem;
  padding-bottom: 1rem;
}
.page_steps .active .item::after {
  opacity: 1;
}
.page_steps .active .item .icon {
  background-color: var(--primary);
}
.page_steps .item {
  position: relative;
  display: grid;
  grid-template-columns: 6.4rem 1fr;
  align-items: start;
  height: 100%;
  transition: all 0.3s;
  --rd: 1.8rem;
  border-radius: var(--rd);
  border: 1px solid var(--border2);
  gap: 5rem 2rem;
  padding: 7.8828829% 5.4054054% 14.1891892% 7.4324324%;
}
.page_steps .item::after {
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  bottom: -1.5px;
  right: -1.5px;
  content: '';
  border-radius: var(--rd);
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  box-shadow: var(--shadow);
}
.page_steps .item .icon {
  border-radius: 1.2rem;
  background-color: var(--secondary);
  transition: all 0.3s;
}
.page_steps .item .icon img {
  transform: scale(0.625);
}
.page_steps .item .order {
  text-align: right;
  display: block;
  font-size: 2rem;
  margin-top: -0.6rem;
  opacity: 0.5;
}
.page_steps .item .info {
  grid-column: -1/1;
}
.page_steps .item .info h3 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.page_steps .item .info p {
  line-height: 2.4rem;
  color: var(--text);
  max-width: 37.2rem;
  margin-top: 1.4rem;
  letter-spacing: -0.0044em;
}
.page_inquiry {
  background-image: var(--bg_linear);
  padding: 12.2rem 0 15rem;
}
.page_inquiry .flex {
  margin-top: 5.6rem;
}
.page_inquiry .quote_form {
  width: 54.7826087%;
}
.page_inquiry form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 2.4rem;
  border: 1px solid var(--border2);
  background-color: #fff;
  box-shadow: var(--shadow);
  gap: 2.2rem 0;
  padding: 5.952381% 5.6878307% 5.2910053%;
}
.page_inquiry form span {
  width: 100%;
}
.page_inquiry form .col-2 {
  width: 48.65269461%;
}
.page_inquiry form .label {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.page_inquiry form .label i {
  color: var(--tertiary);
}
.page_inquiry form input,
.page_inquiry form textarea,
.page_inquiry form select {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: var(--text);
  border: 1px solid #e5e5e5;
  background-color: transparent;
  transition: border-color 0.2s;
  border-radius: 0.8rem;
  height: 5rem;
  padding: 0 1.8rem;
  letter-spacing: -0.0067em;
}
.page_inquiry form input::placeholder,
.page_inquiry form textarea::placeholder,
.page_inquiry form select::placeholder {
  color: var(--text);
}
.page_inquiry form input:focus,
.page_inquiry form textarea:focus,
.page_inquiry form select:focus {
  border-color: var(--primary);
}
.page_inquiry form select {
  outline: none;
  background: url("../img/icon-select-b.svg") no-repeat center right 1.9rem/1.2rem;
  height: 5.1rem;
  padding-right: 4rem;
}
.page_inquiry form textarea {
  padding: 1.5rem 1.8rem;
  height: 11.8rem;
}
.page_inquiry form span:has(.tip) {
  margin-top: 0.4rem;
}
.page_inquiry form .tip {
  font-size: 1.33rem;
  color: var(--text);
  letter-spacing: -0.009em;
}
.page_inquiry form .tip i {
  color: var(--tertiary);
}
.page_inquiry form span:has(.btn) {
  margin-top: 0.9rem;
  position: relative;
}
.page_inquiry form .btn {
  gap: 1.3rem;
}
.page_inquiry form .btn input {
  display: none;
}
.page_inquiry .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 55.9rem;
  border-radius: 2.4rem;
  border: 1px solid var(--border2);
  background-color: #f6f1e6;
  padding: 2.4637681%;
}
.page_inquiry .card .info strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.00455em;
}
.page_inquiry .card .info p {
  line-height: 1.65;
  color: var(--text);
  margin-top: 0.9rem;
  letter-spacing: -0.0044em;
}
.page_inquiry .card .connect {
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--border2);
  margin-top: 2.2rem;
}
.page_inquiry .card .connect li + li {
  margin-top: 2px;
}
.page_inquiry .card .connect li {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 3rem;
}
.page_inquiry .card .connect li .label {
  display: block;
  font-weight: 700;
}
.page_inquiry .card .connect li a {
  font-weight: 600;
  color: var(--primary);
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.page_inquiry .card .connect li a:hover {
  color: var(--secondary);
  text-decoration-color: var(--secondary);
}
.page_inquiry .card .map {
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding-bottom: 56.05749487%;
  margin-top: 2.2rem;
  flex: 1;
}
.page_inquiry .card .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page_banner {
  background-color: var(--title);
}
.page_banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 256rem;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
  pointer-events: none;
  z-index: -1;
  background-image: linear-gradient(to right, var(--title) -15.542%, transparent 58.95833%);
}
.page_banner.img_bg > picture {
  max-width: 256rem;
  left: 50%;
  transform: translateX(-50%);
}
.page_banner .flex {
  height: 100vh;
  max-height: 72rem;
  min-height: max-content;
  padding: 6rem 0;
}
.page_banner .head {
  width: 62%;
  max-width: 63.1rem;
  padding-bottom: 0.6%;
}
.page_banner p {
  max-width: 55.4rem;
  margin-top: 2rem;
}
.page_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  margin-top: 2.6rem;
}
.page_banner .btns .btn,
.page_banner .btns .btn_line {
  margin: 0;
}
.page_banner .btn {
  margin-top: 2.5rem;
}
.page_banner .btn_line {
  padding: 0 2.75rem;
}
.float_mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  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.11;
}
.float_mask .img1 {
  width: 24%;
  max-width: 44.2rem;
}
.float_mask .img2 {
  width: 25%;
  max-width: 46.7rem;
}
.float_mask .img3 {
  width: 19%;
  max-width: 34.6rem;
}
nav.navigation {
  margin-top: 5.3rem;
}
nav.navigation .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
nav.navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
}
nav.navigation .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
  font-size: 1.613rem;
  font-weight: 600;
  color: #15171d;
  border: 1px solid #e8eaee;
  border-radius: 0.372em;
  width: 3.04em;
  height: 3.04em;
  min-width: max-content;
  padding: 0 0.2em;
}
nav.navigation .page-numbers.current,
nav.navigation .page-numbers:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
nav.navigation .prev,
nav.navigation .next {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  min-width: unset;
  text-indent: -999px;
}
nav.navigation .prev::after,
nav.navigation .next::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background: url("../img/arrow-r.svg") no-repeat center / 23.45%;
  filter: contrast(0) brightness(0);
}
nav.navigation .prev:hover::after,
nav.navigation .next:hover::after {
  filter: contrast(0) brightness(2);
}
nav.navigation .prev::after {
  transform: rotate(180deg);
}
nav.navigation .omit {
  margin: 0 0.8rem;
}
nav.navigation span.page-numbers {
  pointer-events: none;
}
.social {
  gap: 2rem 0.9rem;
  display: flex;
  flex-wrap: wrap;
}
.social a {
  opacity: 1;
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: var(--bg);
}
.social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 38.5%;
  transition: all 0.3s;
}
.social a:hover {
  transform: scale(1.1);
  background-color: var(--primary);
}
.social .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
.social .whatsapp a::after {
  background-image: url(../img/social-whatsapp.svg);
}
.social .youtube a::after {
  background-image: url(../img/social-youtube.svg);
}
.social .instagram a::after {
  background-image: url(../img/social-instagram.svg);
}
.social .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
.product_list {
  counter-reset: product;
}
.product_list li {
  counter-increment: product;
}
.product_list .active a::after {
  opacity: 1;
}
.product_list .active .btn_c {
  background-color: var(--secondary);
}
.product_list .active .btn_c::after {
  filter: contrast(0) brightness(2);
}
.product_list a {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f4ebdc;
  border-radius: 30rem 30rem calc(var(--rd) * var(--pc)) calc(var(--rd) * var(--pc));
  --rd: 2rem;
  --pc: 2;
}
.product_list a::after {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  content: '';
  border-radius: 30rem 30rem calc(var(--rd) * var(--pc)) calc(var(--rd) * var(--pc));
  border: 2px solid var(--secondary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_list a:hover img {
  transform: scale(1.03);
}
.product_list .img {
  width: 98.33333333%;
  max-width: 35.4rem;
  --h: 100%;
  margin: 0 auto;
}
.product_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-image: var(--bg_linear);
  border-radius: 0 0 var(--rd) var(--rd);
  padding: 3.1rem 2.9rem 2.3rem 2.8rem;
}
.product_list .info .metas {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--tertiary);
  letter-spacing: 0.05416667em;
}
.product_list .info .metas .cat {
  text-transform: uppercase;
}
.product_list .info .metas .order::after {
  content: counter(product, decimal-leading-zero);
}
.product_list .info .a_title {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0.7rem;
}
.product_list .info .desc {
  max-width: 30.4rem;
  margin-bottom: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 1.4rem;
}
.product_list .info .link {
  display: grid;
  grid-template-columns: 1fr 2.125em;
  align-items: center;
  transition: all 0.3s;
  font-weight: 600;
  gap: 0.5em;
  margin-top: 3.7rem;
}
.product_list .info .link .btn_c {
  width: 100%;
}
ul:has(.application_item) {
  counter-reset: application;
}
ul:has(.application_item) li {
  counter-increment: application;
}
.active .application_item .btn_c {
  background-color: var(--secondary);
}
.active .application_item .btn_c::after {
  filter: contrast(0) brightness(2);
}
.application_item {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 2.5rem;
}
.application_item:hover img {
  transform: scale(1.03);
}
.application_item .img {
  padding-bottom: 125.70754717%;
}
.application_item .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  max-height: 90%;
  overflow: hidden;
  padding: 2.8rem 3.7rem;
}
.application_item .tcon {
  flex: 1;
  overflow-y: auto;
}
.application_item .tcon .order {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.07143em;
}
.application_item .tcon .order::after {
  content: counter(application, decimal-leading-zero);
}
.application_item .tcon .a_title {
  font-size: 2.6rem;
  font-weight: 600;
  margin-top: 1rem;
}
.application_item .tcon .desc {
  display: none;
  max-width: 33.9rem;
  margin-top: 1.7rem;
  padding-bottom: 3px;
}
.application_item .btn_c {
  margin-top: 2.2rem;
}
.blog_list {
  --rd: 2.6rem;
}
.blog_list .active a {
  box-shadow: var(--shadow);
}
.blog_list .active .btn_c {
  background-color: var(--secondary);
}
.blog_list .active .btn_c::after {
  filter: contrast(0) brightness(2);
}
.blog_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  border: 1px solid var(--border2);
  background-color: #fff;
  border-radius: var(--rd);
}
.blog_list a:hover img {
  transform: scale(1.03);
}
.blog_list .img {
  border-radius: var(--rd) var(--rd) 0 0;
  margin: -0.5px;
  padding-bottom: 56.43340858%;
}
.blog_list .btn_c {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 4.954955% 6.981982%;
}
.blog_list .btn_c::after {
  transform: rotate(-45deg);
}
.blog_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  padding: 7.2234763% 6.5462754% 7.4492099%;
}
.blog_list .info .cat {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tertiary);
  letter-spacing: 0.02143em;
}
.blog_list .info .title {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 600;
  hyphens: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-top: 1.5rem;
  margin-bottom: auto;
  letter-spacing: 0.0055em;
}
.blog_list .info .date {
  color: var(--text);
  margin-top: 5.2rem;
  letter-spacing: -0.0086em;
}
.faq_list .faq_item {
  border-bottom: 1px solid var(--border);
}
.faq_list .faq_item:first-child {
  border-top: 1px solid var(--border);
}
.faq_list .faq_item.active .question::before {
  background: var(--secondary);
  border-color: var(--secondary);
  transform: scale(1);
}
.faq_list .faq_item.active .question::after {
  filter: contrast(0) brightness(2);
  transform: scale(1);
}
.faq_list .question {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2rem;
  font-weight: 600;
  gap: 0.8em;
  padding: 1.9rem 0;
  padding-left: 0.4rem;
  letter-spacing: 0.004em;
}
.faq_list .question::before,
.faq_list .question::after {
  display: block;
  order: 2;
  width: 2.3em;
  height: 2.3em;
  border-radius: 50%;
  transition: all 0.3s;
  content: '';
  border: 1px solid rgba(34, 26, 17, 0.5);
  transform: scale(0.72916667);
}
.faq_list .question::after {
  position: absolute;
  z-index: 2;
  right: 0;
  border-color: transparent;
  background: url("../img/add.svg") no-repeat center / 28.3%;
}
.faq_list .answer {
  display: none;
  line-height: 2.4rem;
  color: var(--text);
  max-width: 69.5rem;
  padding: 1px 0 2.9rem 0.4rem;
  letter-spacing: -0.0044em;
}

/*** global css ***/
.loading {
  position: relative;
}
.loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.3);
}
.loading:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.8rem solid #EFEFEF;
  border-top-color: var(--primary);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transition: all 0.3s;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(320deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.glightbox-clean .gslide-media {
  background-color: #fff;
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: .5rem;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 0;
  border: none;
  width: 100%;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.quote_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  overflow: auto;
}
.quote_modal .head {
  margin-bottom: 4rem;
}
.quote_modal .head .title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
}
.quote_modal .head .title span {
  color: var(--primary);
}
.quote_modal .head .desc {
  color: var(--text);
  margin-top: 12px;
  line-height: 1.5;
}
.quote_modal::-webkit-scrollbar {
  display: none;
}
.quote_modal .modal_content {
  width: calc(100% - 4rem);
  max-width: 76.8rem;
  padding: 5rem;
  margin: 5rem auto;
  border-radius: 2.4rem;
  background-color: #fff;
}
.quote_modal form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.2rem 0;
}
.quote_modal form span {
  width: 100%;
}
.quote_modal form .col-2 {
  width: 48.65269461%;
}
.quote_modal form .label {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.quote_modal form .label i {
  color: var(--tertiary);
}
.quote_modal form input,
.quote_modal form textarea,
.quote_modal form select {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: var(--text);
  border: 1px solid #e5e5e5;
  background-color: transparent;
  transition: border-color 0.2s;
  border-radius: 0.8rem;
  height: 5rem;
  padding: 0 1.8rem;
  letter-spacing: -0.0067em;
}
.quote_modal form input::placeholder,
.quote_modal form textarea::placeholder,
.quote_modal form select::placeholder {
  color: var(--text);
}
.quote_modal form input:focus,
.quote_modal form textarea:focus,
.quote_modal form select:focus {
  border-color: var(--primary);
}
.quote_modal form select {
  outline: none;
  background: url("../img/icon-select-b.svg") no-repeat center right 1.9rem/1.2rem;
  height: 5.1rem;
  padding-right: 4rem;
}
.quote_modal form textarea {
  padding: 1.5rem 1.8rem;
  height: 11.8rem;
}
.quote_modal form span:has(.tip) {
  margin-top: 0.4rem;
}
.quote_modal form .tip {
  font-size: 1.33rem;
  color: var(--text);
  letter-spacing: -0.009em;
}
.quote_modal form .tip i {
  color: var(--tertiary);
}
.quote_modal form span:has(.btn) {
  margin-top: 0.9rem;
  position: relative;
}
.quote_modal form .btn {
  gap: 1.3rem;
}
.quote_modal form .btn input {
  display: none;
}

.search_drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12vh 2rem 2rem;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s;
}
.search_drawer.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.search_drawer .drawer_backdrop {
  position: absolute;
  inset: 0;
  border: none;
  padding: 0;
  cursor: default;
  background: rgba(10, 12, 22, 0.42);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search_drawer.active .drawer_backdrop {
  opacity: 1;
}
.search_drawer .drawer_content {
  position: relative;
  width: 100%;
  max-width: 68rem;
  transform: translateY(-1.6rem) scale(0.96);
  opacity: 0;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}
.search_drawer.active .drawer_content {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.search_drawer .search_panel {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px) saturate(1.85);
  -webkit-backdrop-filter: blur(48px) saturate(1.85);
  border-radius: 1.8rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.55) inset,
    0 2.8rem 7rem rgba(0, 0, 0, 0.2),
    0 1rem 2.4rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.search_drawer .search_field {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 2rem 2.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.search_drawer .search_icon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/icon-search.svg) no-repeat center / contain;
  opacity: 0.42;
}
.search_drawer .search_field input {
  flex: 1;
  min-width: 0;
  font-size: 2.2rem;
  line-height: 1.35;
  font-weight: 400;
  color: var(--title);
  background-color: transparent;
}
.search_drawer .search_field input::placeholder {
  color: rgba(90, 90, 104, 0.55);
}
.search_drawer .search_field input::-webkit-search-cancel-button,
.search_drawer .search_field input::-webkit-search-decoration {
  display: none;
}
.search_drawer .search_clear {
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s, background-color 0.2s;
  background: rgba(0, 0, 0, 0.08) url(../img/close.svg) no-repeat center / 1rem;
}
.search_drawer .search_clear.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search_drawer .search_clear:hover {
  background-color: rgba(0, 0, 0, 0.14);
}
.search_drawer .search_submit {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.search_drawer .search_footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2.4rem;
  padding: 1.4rem 2.2rem;
  font-size: 1.25rem;
  color: rgba(90, 90, 104, 0.72);
}
.search_drawer .search_footer kbd {
  display: inline-block;
  min-width: 2.2rem;
  padding: 0.15rem 0.55rem;
  margin: 0 0.25rem;
  font-size: 1.1rem;
  font-family: inherit;
  text-align: center;
  border-radius: 0.45rem;
  background: rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
/*** global css ***/

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
  header .logo {
    margin-right: 0;
  }
  .mega_menu .nav a {
    font-size: 14px;
  }
  .mega_menu .list ul .a_title {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .tcon h1 {
    font-size: 5.5rem;
  }
  .application_item .img {
    background-color: var(--title);
  }
  .application_item .img img {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1024px) {
  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: auto;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav > .close {
    position: absolute;
    display: block;
    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);
  }
  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: auto;
    transition: none;
    min-width: unset;
    border-radius: var(--radius);
    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;
    border-radius: var(--radius);
  }
  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 .logo,
  header .btns {
    margin: 0;
    padding: 0;
  }
  header .btns .btn_menu {
    display: block;
  }
  header .btns .btn_search,
  header .btns .btn {
    margin: 0;
  }
  header .mega_menu {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .tcon h1 {
    font-size: 5rem;
  }
  .tcon h2 {
    font-size: 4rem;
  }
  .footer_contact .head strong {
    font-size: 4rem;
  }
}
@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) {
  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;
    gap: 8px;
    min-width: unset;
  }
  .btn_c {
    width: 44px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 44px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    position: static;
    width: 100%;
    max-width: unset;
    justify-content: flex-end;
    transform: translate(0);
    pointer-events: all;
    margin-top: 30px;
    padding: 0 20px;
  }
  .tcon.sm p,
  .tcon.sm .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .tcon.bn > em {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .tcon > em {
    font-size: 14px;
    margin-bottom: 8px;
    grid-template-columns: 20px 1fr;
    gap: 10px;
  }
  .tcon h1 {
    font-size: 38px;
    line-height: 1.2;
  }
  .tcon h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .tcon .desc,
  .tcon p {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.flex .tcon {
    padding: 0;
  }
  div.head.flex .btn,
  div.head.flex .btn_line {
    margin: 0;
  }
  div.head .desc,
  div.head p {
    margin-top: 12px;
  }
  div.head p + p {
    margin-top: 12px;
  }
  div.head .btns {
    gap: 14px;
    margin-top: 20px;
  }
  div.head .btns .btn,
  div.head .btns .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
    gap: 8px;
    min-width: unset;
    margin: 0;
  }
  div.head .btn,
  div.head .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px;
    gap: 8px;
    min-width: unset;
    margin-top: 20px;
  }
  header {
    top: 0;
  }
  header .logo img {
    height: 50px;
  }
  header .btns {
    gap: 14px;
    min-height: 64px;
  }
  header .btns .btn_search,
  header .btns .btn_menu {
    width: 44px;
    height: 44px;
    background-size: 50%;
  }
  header .btns .btn {
    line-height: 42px;
    padding: 0 20px;
    gap: 8px;
  }
  footer .foot_follow {
    padding: 50px 0 20px;
  }
  footer .foot_follow .logo {
    width: 100px;
    padding: 0;
  }
  footer .main {
    display: block;
    padding: 20px 0 50px;
  }
  footer .main .foot_intro {
    width: 100%;
    margin: 0;
    padding: 0 0 20px;
  }
  footer .main .foot_intro .menu {
    margin-top: 22px;
  }
  footer .main .foot_intro .menu a {
    font-size: 14px;
    gap: 8px;
    padding: 0 20px;
    line-height: 42px;
  }
  footer .main .foot_nav {
    min-width: unset;
  }
  footer .main .foot_nav 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 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.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .foot_nav > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .main .foot_nav > div li + li {
    margin-top: 14px;
  }
  footer .main .foot_nav > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .main .foot_nav > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .bottom {
    font-size: 13px;
    padding: 20px 0;
  }
  footer .bottom a {
    font-size: 14px;
  }
  footer .bottom ul {
    gap: 14px 0;
  }
  footer #backtop {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
  .side_bar {
    right: 20px;
  }
  .side_bar ul {
    gap: 8px;
  }
  .side_bar li > * {
    width: 44px;
    height: 44px;
  }
  .side_bar li span {
    font-size: 12px;
    padding: 8px 10px;
    right: calc(100% + 8px);
  }
  .page_products {
    padding: 50px 0;
  }
  .page_products .page_products_swiper {
    margin-top: 30px;
  }
  .page_products .page_products_swiper .swiper-slide {
    max-width: 300px;
  }
  .page_products .swiper_con {
    margin-top: 30px;
  }
  .endorsements_swiper {
    padding: 0;
  }
  .endorsements_swiper .item {
    border-radius: 10px;
    padding: 20px;
  }
  .endorsements_swiper .item h3 {
    font-size: 20px;
    margin-top: 30px;
  }
  .endorsements_swiper .item p {
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_blog {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_blog .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .page_blog .page_blog_swiper {
    padding: 0;
    margin-top: 30px;
  }
  .page_faqs {
    padding: 50px 0;
  }
  .page_faqs.bg {
    padding: 50px 0;
  }
  .page_faqs .img {
    border-radius: 10px;
    margin-top: 30px;
  }
  .footer_contact .flex {
    min-height: unset;
    padding: 40px 0;
  }
  .footer_contact .head {
    padding: 0;
  }
  .footer_contact .head strong {
    font-size: 30px;
  }
  .footer_contact .connect {
    min-width: unset;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    width: 50%;
  }
  .footer_contact .connect li {
    font-size: 16px;
    padding: 16px;
    gap: 14px;
  }
  .page_banner::before {
    display: none;
  }
  .page_banner.img_bg > picture {
    opacity: 0.5;
  }
  .page_banner .flex {
    height: auto;
    padding: 50px 0;
  }
  .page_banner .flex .head {
    width: 100%;
    max-width: 500px;
    padding: 0;
  }
  .page_banner .flex .head p {
    margin-top: 12px;
  }
  .page_banner .flex .head .btns {
    margin-top: 20px;
  }
  .page_banner .flex .head .btns .btn,
  .page_banner .flex .head .btns .btn_line {
    margin: 0;
  }
  .page_banner .flex .head .btn {
    margin-top: 20px;
  }
  .page_steps {
    padding: 50px 0 20px;
  }
  .page_steps .page_steps_swiper {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .page_steps .item {
    --rd: 10px;
    padding: 20px;
    grid-template-columns: 50px 1fr;
    gap: 20px 12px;
  }
  .page_steps .item .icon {
    border-radius: 6px;
  }
  .page_steps .item .order {
    font-size: 18px;
    margin: 0;
  }
  .page_steps .item .info h3 {
    font-size: 20px;
  }
  .page_steps .item .info p {
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_inquiry {
    padding: 50px 0;
  }
  .page_inquiry .flex {
    margin-top: 30px;
  }
  .page_inquiry form {
    border-radius: 10px;
    gap: 16px 0;
  }
  .page_inquiry form .label {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .page_inquiry form input,
  .page_inquiry form textarea,
  .page_inquiry form select {
    font-size: 14px;
    padding: 0 20px;
    height: 46px;
  }
  .page_inquiry form select {
    padding-right: 30px;
    background-size: 10px;
    background-position-x: right 12px;
  }
  .page_inquiry form textarea {
    padding: 14px 20px;
    height: 90px;
  }
  .page_inquiry form span:has(.tip) {
    margin-top: 0;
  }
  .page_inquiry form .tip {
    font-size: 13px;
  }
  .page_inquiry form span:has(.btn) {
    margin-top: 4px;
  }
  .page_inquiry form .btn {
    gap: 8px;
  }
  .page_inquiry .card {
    border-radius: 10px;
  }
  .page_inquiry .card .info strong {
    font-size: 18px;
  }
  .page_inquiry .card .info p {
    line-height: 1.5;
    margin-top: 5px;
  }
  .page_inquiry .card .connect {
    border-radius: 10px;
    margin-top: 16px;
  }
  .page_inquiry .card .connect li + li {
    margin-top: 0;
  }
  .page_inquiry .card .connect li {
    padding: 14px 16px;
    gap: 14px;
  }
  .page_inquiry .card .map {
    border-radius: 10px;
    margin-top: 16px;
  }
  nav.navigation {
    margin-top: 40px;
  }
  nav.navigation .nav-links {
    gap: 8px;
  }
  nav.navigation .page-numbers {
    font-size: 14px;
  }
  .social {
    gap: 10px;
  }
  .social a {
    width: 44px;
    height: 44px;
  }
  .product_list a {
    --rd: 10px;
  }
  .product_list .info {
    padding: 20px;
  }
  .product_list .info .metas {
    font-size: 12px;
  }
  .product_list .info .a_title {
    font-size: 20px;
    margin-top: 5px;
  }
  .product_list .info .desc {
    margin-top: 10px;
  }
  .product_list .info .link {
    margin-top: 20px;
  }
  .application_item {
    border-radius: 10px;
  }
  .application_item .img {
    background-color: var(--title);
  }
  .application_item .img img {
    opacity: 0.6;
  }
  .application_item .info {
    padding: 20px;
  }
  .application_item .info .tcon .order {
    font-size: 13px;
  }
  .application_item .info .tcon .a_title {
    font-size: 20px;
    margin-top: 10px;
    padding: 0;
  }
  .application_item .info .tcon .desc {
    display: block;
    padding: 0;
    margin-top: 10px;
  }
  .application_item .info .btn_c {
    margin-top: 20px;
  }
  .blog_list {
    --rd: 10px;
  }
  .blog_list .info {
    padding: 20px;
  }
  .blog_list .info .title {
    font-size: 20px;
    margin-top: 5px;
  }
  .blog_list .info .desc {
    margin-top: 10px;
  }
  .blog_list .info .date {
    margin-top: 30px;
  }
  .faq_list .question {
    font-size: 18px;
    padding: 14px 0;
  }
  .faq_list .answer {
    line-height: 1.5;
    padding: 0 0 20px;
  }

  /*** global css ***/
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .quote_modal .modal_content {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .quote_modal .head {
    margin-bottom: 30px;
  }
  .quote_modal .head .title {
    font-size: 28px;
  }
  .quote_modal form {
    gap: 16px 0;
  }
  .quote_modal form .label {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .quote_modal form input,
  .quote_modal form textarea,
  .quote_modal form select {
    font-size: 14px;
    padding: 0 20px;
    height: 46px;
  }
  .quote_modal form select {
    padding-right: 30px;
    background-size: 10px;
    background-position-x: right 12px;
  }
  .quote_modal form textarea {
    padding: 14px 20px;
    height: 90px;
  }
  .quote_modal form span:has(.tip) {
    margin-top: 0;
  }
  .quote_modal form .tip {
    font-size: 13px;
  }
  .quote_modal form span:has(.btn) {
    margin-top: 4px;
  }
  .quote_modal form .btn {
    gap: 8px;
  }

  .search_drawer {
    padding: max(7vh, env(safe-area-inset-top, 0px)) 1.6rem 1.6rem;
  }
  .search_drawer .drawer_content {
    max-width: none;
  }
  .search_drawer .search_panel {
    border-radius: 1.4rem;
  }
  .search_drawer .search_field {
    padding: 1.5rem 1.6rem;
    gap: 1rem;
  }
  .search_drawer .search_icon {
    width: 2rem;
    height: 2rem;
  }
  .search_drawer .search_field input {
    font-size: 1.6rem;
  }
  .search_drawer .search_clear {
    width: 3rem;
    height: 3rem;
    background-size: 1.1rem;
  }
  .search_drawer .search_footer {
    display: none;
  }
  /*** global css ***/
}
@media screen and (max-width: 576px) {
  header .btns .btn {
    display: none;
  }
  footer .foot_follow {
    flex-direction: column;
    align-items: center;
  }
  footer .foot_follow .social {
    width: 100%;
    justify-content: space-around;
  }
  footer .bottom {
    flex-direction: column-reverse;
    text-align: center;
  }
  .page_faqs .lt {
    width: 100%;
    max-width: unset;
  }
  .footer_contact .connect {
    width: 100%;
  }
  .page_inquiry .quote_form {
    width: 100%;
  }
  .page_inquiry .quote_form .col-2 {
    width: 100%;
  }
  .page_inquiry .card,
  .page_inquiry form {
    padding: 30px 20px;
  }
}