:root {
  --font-pri: "Roboto", sans-serif;
  --font-title: "Montserrat", sans-serif;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --header-height: 12rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --header-height: 8rem;
  }
}
:root {
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: 0.8rem -0.4rem 1.6rem 0 rgba(0, 0, 0, 0.35);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) saturate(100%) invert(10%) sepia(7%) saturate(22%) hue-rotate(91deg) brightness(100%) contrast(91%);
  --filter-pri: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(2288%) hue-rotate(197deg) brightness(93%) contrast(109%);
  --filter-sec: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(845%) hue-rotate(346deg) brightness(97%) contrast(107%);
  --container-padding: 1.6rem;
  --container-width: 124.8rem;
  --container-width-2: 163.2rem;
}

@media screen and (max-width: 576px) {
  .npt .address {
    gap: 1.6rem;
  }
}
.npt .address-box img {
  filter: var(--filter-black);
}
.npt .address-box .text-18 strong {
  color: #FE7A15;
}
.npt .address-box:has(.address-box_info) {
  gap: 2.4rem;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .npt .address-box:has(.address-box_info) {
    gap: 1.6rem;
  }
}
.npt .address-box_info {
  width: 100%;
}
.npt .address-box_info > img {
  filter: var(--filter-sec);
}
.npt-row {
  --rg: 0;
  --cg: 0;
}
@media screen and (max-width: 991px) {
  .npt-row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  .npt-col {
    width: 100%;
  }
}
.npt-img {
  height: 100%;
}
.npt-img .img {
  height: inherit;
  padding-top: 83.2214765101%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .npt-img .img:hover img, .npt-img .img:focus-visible img {
    transform: scale(1.05);
  }
}
.npt-content {
  height: 100%;
  padding: 4rem 15rem;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .npt-content {
    padding: 4rem 10rem;
  }
}
@media screen and (max-width: 1200px) {
  .npt-content {
    padding: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .npt-content {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 576px) {
  .npt-content {
    gap: 2.4rem;
    padding: 4rem 1.6rem;
  }
}
.npt-content .custom-logo-link {
  max-width: 29rem;
}
@media screen and (max-width: 1200px) {
  .npt-content .custom-logo-link {
    max-width: 20rem;
  }
}
/*# sourceMappingURL=page-contact.css.map */
