:root {
  --white: #fff;
  --text--off-white: #e7e7e7;
  --theme--primary-color: #e2c376;
  --airxpert-color: #00aeef;
  --text--white-subdued: #c5c5c5;
  --background-black: #0d0b02;
  --light-grey: #9e9e9e;
  --text--pure-black: #000;
  --theme--primary-faded: #e2c37640;
  --grey-line: #525252;
  --card--card-black: #171612;
  --content-card: #333;
  --cta-color: #3a3939;
  --theme--primary-color2\<deleted\|variable-5d1f325e-fa33-fc24-2c58-cfb2e8dec28b\>: #e9a87c;
  --text--grey-darker: #888;
  --text--grey: #aaa;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #0605010d;
  background-clip: border-box;
  font-family: Afacad Flux, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

h3 {
  color: var(--text--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--theme--primary-color);
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.display-heading-1 {
  z-index: 6;
  color: var(--theme--primary-color);
  margin-bottom: 1.5rem;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.15em;
  position: relative;
}

.hero-heading {
  z-index: 2;
  color: var(--theme--primary-color);
  letter-spacing: .01em;
  will-change: transform;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  max-width: 100%;
  font-size: 8vw;
  font-weight: 500;
  line-height: 100%;
}

.heading-h1 {
  color: var(--theme--primary-color);
  margin-bottom: 2rem;
  font-size: calc(3vw + 1.75rem);
  font-weight: 400;
  line-height: 1.1em;
}

.heading-h1.margin-bottom-48 {
  color: var(--white);
  text-overflow: clip;
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: block;
  overflow: hidden;
}

.heading-h1.margin-bottom-48.ver-1 {
  color: var(--white);
  text-shadow: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  font-size: calc(2vw + 2rem);
  font-weight: 500;
  display: block;
}

.heading-h1.margin-bottom-48.ver-1:hover {
  color: var(--airxpert-color);
}

.heading-h2 {
  color: var(--white);
  margin-top: -10px;
  margin-bottom: 1.5rem;
  font-size: calc(2vw + 2rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1em;
}

.heading-h2.ver-1 {
  width: 250px;
  min-width: 5px;
}

.heading-h3 {
  z-index: 10;
  perspective: 2000px;
  color: var(--theme--primary-color);
  letter-spacing: .01em;
  margin-bottom: 1rem;
  font-size: calc(1.5vw + 1.75rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.15em;
  position: relative;
  transform: perspective(2000px);
}

.heading-h4 {
  color: var(--theme--primary-color);
  margin-bottom: 1rem;
  font-size: calc(1vw + 1rem);
  font-weight: 600;
  line-height: 1.3em;
}

.heading-h6 {
  color: var(--white);
  font-size: 1rem;
  line-height: 120%;
}

.heading-h5 {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-32 {
  color: var(--theme--primary-color);
  font-size: calc(.75vw + 1.5rem);
  line-height: 1.25em;
}

.paragraph-24 {
  color: var(--white);
  padding-top: 35px;
  font-size: calc(1vw + 1rem);
  line-height: 1.2em;
}

.paragraph-20 {
  color: var(--theme--primary-color);
  font-size: calc(.75vw + 1rem);
  line-height: 1.3em;
}

.paragraph-18 {
  color: var(--text--white-subdued);
  font-size: calc(.35vw + 1rem);
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-18.right {
  text-align: right;
}

.paragraph-16 {
  color: var(--white);
  text-align: left;
  flex: 1;
  align-self: stretch;
  margin-top: -20px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-16.card-ver {
  text-align: center;
  font-size: 25px;
}

.paragraph-14 {
  color: var(--text--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: calc(.6vw + .65rem);
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-12 {
  color: var(--text--white-subdued);
  font-size: calc(.75vw + .45rem);
  line-height: 1.4em;
}

.nav-menu-button {
  padding: 0;
}

.nav-bar {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: calc(1vw + 4rem);
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar.form-pemesanan {
  position: static;
  bottom: 0%;
}

.page-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: block;
  position: relative;
}

.page-wrapper.no-click {
  opacity: 0;
  pointer-events: none;
}

.field-label {
  color: var(--text--off-white);
  margin-bottom: .5rem;
  font-weight: 400;
}

.project-2-container {
  perspective: 3500px;
  justify-content: center;
  align-items: center;
  width: 88%;
  min-width: 920px;
  max-width: 1500px;
  height: 52vw;
  min-height: 500px;
  display: flex;
  position: relative;
}

.secondary-button {
  background-color: var(--theme--primary-color);
  color: var(--background-black);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4rem;
  padding: 1rem 1.5rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4em;
  transition: box-shadow .2s, transform .2s;
}

.secondary-button:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 12px #00000029;
}

.secondary-button.primary-button-grey {
  background-color: var(--light-grey);
  color: var(--text--pure-black);
}

.showcase-image-link-container {
  position: relative;
}

.project-hero-title-line {
  background-color: var(--theme--primary-color);
  width: 24px;
  height: 2px;
  margin-bottom: 2.5rem;
  margin-right: 10px;
  font-size: 1.1em;
}

.project-long-image-container {
  width: 100%;
  padding: 6rem 4rem;
  display: block;
  position: relative;
}

.project-long-image-container.max-width {
  display: flex;
}

.awards-links-container {
  opacity: .73;
  color: var(--theme--primary-color);
  letter-spacing: 1.5px;
  border-bottom: 1px solid #63636380;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: calc(.6vw + 1rem);
  font-weight: 500;
  line-height: 1.2em;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.awards-links-container:hover {
  opacity: 1;
}

.generic-wrapper {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.project-hero-details-text {
  color: var(--text--white-subdued);
  text-shadow: 1px 1px 9px #0000001a;
  font-size: 1em;
  font-weight: 400;
}

.research-icon-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-hero-text-name {
  color: var(--theme--primary-color);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.project-hero-details-wrapper {
  width: 25%;
}

.project-hero-title-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-hero-title-container.margin-bottom-32 {
  justify-content: flex-start;
  align-items: center;
}

.project-hero-details-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: flex;
}

.project-hero-section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image {
  box-shadow: 0 0 64px 0 var(--theme--primary-faded);
  width: 100%;
}

.project-long-image-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.project-hero-details-title {
  color: var(--text--off-white);
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-right: 28px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
}

.project-footer {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 108px 2rem;
  display: flex;
}

.project-footer-link {
  color: var(--grey-line);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  transition: color .2s;
}

.project-footer-link:hover {
  color: var(--theme--primary-color);
}

.project-footer-link.w--current {
  color: var(--theme--primary-color);
  font-weight: 500;
}

.project-image-screenshot {
  width: 100%;
  box-shadow: 0 18px 42px #0000001a;
}

.project-image-screenshot.project_image-screenshot--spacer {
  margin-bottom: 3vw;
}

.project-long-image-text-container {
  width: 100%;
}

.container {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 94%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.container.navigation-container {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.container.intro-container {
  flex: 0 auto;
  width: 68%;
  max-width: 60rem;
  padding-top: 15px;
  padding-bottom: 0;
  display: block;
}

.container.global-container-medium {
  display: flex;
}

.container.global-container-medium.global-container-hero {
  z-index: 10;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  text-shadow: 0 1px 20px var(--airxpert-color);
  border-top: 2px solid #525151;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 10vh;
  position: relative;
}

.container.container-footer {
  flex-flow: wrap;
  justify-content: space-between;
}

.container.container-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: block;
}

.container.container-hero.service {
  flex: 1;
}

.container.narrow {
  width: 60%;
  min-width: 50px;
}

.container.slide-2 {
  padding-top: 40px;
}

.container.ver-1 {
  margin-top: 0;
}

.container.thank-you {
  padding-top: 10px;
  padding-bottom: 20px;
}

.project-1-image-container {
  z-index: 2;
  perspective: 3500px;
  perspective-origin: 10%;
  transform-origin: 0%;
  border-radius: 2px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  transform: perspective(3500px);
}

.project-1-button {
  z-index: 4;
  color: var(--theme--primary-color);
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 25% 20% auto;
}

.body {
  background-color: var(--background-black);
  display: block;
  overflow: clip;
}

.body.body-1-project {
  overflow: visible;
}

.body.body-1-project.no-scroll {
  height: 100vh;
  overflow: visible;
}

.quote-slide {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding-left: 0;
  position: relative;
}

.quote-slide.cover {
  padding-left: 0;
}

.skill-card {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.scrolling-logo-container {
  grid-column-gap: 5vw;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #06050100;
  background-clip: border-box;
  flex-direction: row;
  flex: none;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  height: 100px;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-family: Afacad Flux, sans-serif;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.scrolling-logo-wrapper {
  opacity: .73;
  background-image: url('../images/1.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 12%;
  height: 40%;
  max-height: 100%;
  display: flex;
  position: static;
}

.scrolling-logo-wrapper.ver-3 {
  background-image: url('../images/3_2.png');
  height: 85%;
  padding-top: 0;
}

.scrolling-logo-wrapper.ver-2 {
  background-image: url('../images/2_1.png');
  height: 55%;
}

.scrolling-logo-wrapper.ver1 {
  height: 80%;
}

.scrolling-logo-wrapper.ver-4 {
  background-image: url('../images/4_1.png');
  background-position: 50%;
  height: 60%;
}

.scrolling-logo-image {
  color: var(--card--card-black);
  object-fit: contain;
  background-image: url('../images/3_2.png');
  background-position: 0 0;
  background-size: cover;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 110%;
  min-width: 120px;
  max-width: 110%;
  height: 100%;
  text-decoration: none;
  display: inline-flex;
  overflow: clip;
}

.scrolling-logo-image.ver-1 {
  flex: 1;
}

.scrolling-logo-image.ver-2 {
  padding-bottom: 5px;
}

.scrolling-logo-image.ver-4 {
  width: 90%;
  height: auto;
}

.nav-links-conatiner {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav-logo-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100px;
  height: 40px;
}

.nav-logo {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--text--white-subdued);
  text-align: center;
  letter-spacing: .05em;
  cursor: pointer;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  height: 100%;
  font-size: calc(.25vw + 1rem);
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.nav-link:hover {
  color: var(--airxpert-color);
}

.nav-link.w--current {
  border-bottom-color: #ffffff80;
}

.nav-link.nav-item-dropdown {
  padding-left: 0;
  padding-right: 20px;
}

.nav-link.nav_link--contact {
  border: 1px solid var(--airxpert-color);
  border-radius: 3rem;
  align-self: center;
  width: 25%;
  height: auto;
  padding: 4px 16px;
  font-family: Afacad Flux, sans-serif;
  font-weight: 400;
  transition: border-color .3s, background-color .3s, color .3s;
}

.nav-link.nav_link--contact:hover {
  border-color: var(--grey-line);
  background-color: var(--airxpert-color);
  color: var(--content-card);
}

.nav-link.nav_link--contact.cta {
  font-size: calc(.35vw + 1.3rem);
  font-weight: 500;
}

.nav-link.nav_link--contact.cta.mrac {
  color: var(--white);
}

.nav-link.cta {
  border: 2px solid var(--airxpert-color);
  border-radius: 26px;
  padding: 5px 12px;
}

.nav-link.cta:hover {
  border-width: 2px;
  border-color: var(--airxpert-color);
  background-color: var(--airxpert-color);
  color: var(--white);
}

.nav-sub-container {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: black black var(--light-grey);
  color: var(--theme--primary-color);
  background-color: #fff0;
  max-width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  transition: border .3s;
  display: block;
}

.text-field:hover, .text-field:active {
  border-bottom-color: var(--theme--primary-color);
}

.text-field::placeholder {
  color: var(--light-grey);
}

.text-field.text-field-light {
  background-color: var(--cta-color);
  color: #0a0a0a;
  border-color: #c0c0c066;
  border-radius: 2px;
}

.text-field.text-field-light::placeholder {
  color: #0a0a0a99;
}

.form-input-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-grid {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 8fr 11fr;
  width: 100%;
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-me-section {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.conatct-card {
  border: 1px solid var(--cta-color);
  background-color: var(--card--card-black);
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 3vw;
  display: flex;
  position: relative;
}

.point-title {
  color: var(--theme--primary-color);
  margin-bottom: 1vw;
  font-size: calc(.7vw + .85rem);
  font-weight: 600;
  line-height: 1.3em;
}

.grid-case-study-2x1 {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 3fr 6fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.grid-2x2 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: grid;
  position: relative;
}

.project-section {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.project-section.project-section-grey {
  background-color: #00000008;
  width: 100%;
}

.project-section.top-image-section {
  z-index: 1;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.grid-case-study-2x1-reverse {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 12fr 7fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.next-project {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.next-project-text {
  color: var(--text--white-subdued);
  width: 100%;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
}

.next-project-line {
  background-color: var(--grey-line);
  width: 1px;
  height: 80px;
  margin: 24px auto;
}

.next-project-line.line-inside {
  background-color: var(--theme--primary-color);
  height: 0%;
}

.next-project-title {
  color: var(--theme--primary-color);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4em;
}

.footer {
  border-top: 1.5px solid var(--grey-line);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.project-long-image-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  min-height: 80vh;
  padding-right: 6vw;
  display: flex;
  position: sticky;
  top: 10vh;
}

.project-long-image-wrapper {
  flex-flow: column;
  width: 60%;
  display: flex;
}

.style-button {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.margin-bottom-4 {
  margin-bottom: .25rem;
}

.margin-bottom-32 {
  margin-bottom: 2rem;
}

.margin-bottom-80 {
  margin-bottom: 5rem;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.styles-contents {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rich-text-block {
  color: var(--text--off-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6em;
  display: flex;
}

.rich-text-block h1, .rich-text-block h2 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text-block h6, .rich-text-block h5 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-block h4 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.rich-text-block h3 {
  color: var(--theme--primary-color);
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text-block p {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.6em;
}

.rich-text-block blockquote {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-block img {
  width: 140%;
  display: inline-block;
  position: relative;
}

.rich-text-block a {
  color: var(--theme--primary-color2\<deleted\|variable-5d1f325e-fa33-fc24-2c58-cfb2e8dec28b\>);
  text-decoration: underline;
  transition: opacity .3s;
}

.rich-text-block a:hover {
  opacity: .81;
}

.styles-sticky-wrap {
  position: sticky;
  top: 6.5rem;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.margin-bottom-64 {
  margin-bottom: 4rem;
}

.style-margins-container {
  background-color: #f3f3f3;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid #d3d3d3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.margin-bottom-96 {
  margin-bottom: 6rem;
}

.styles-line {
  background-color: #d3d3d3;
  width: 100%;
  height: 2px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 8rem;
  position: relative;
}

.section.section-hero {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  min-height: 100svh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section.intro {
  background-color: #fcfcfc;
  min-height: 80svh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.section.intro.page-4 {
  border: 1px solid #000;
  border-radius: 15px;
  min-height: 0;
}

.section.quotes {
  display: none;
  overflow: hidden;
}

.section.section-logos {
  padding-top: .2rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section.section-footer {
  background-color: #00000054;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.section-footer.layanan {
  background-image: linear-gradient(0deg, #000, #1b2d40);
}

.section.ver-1 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: sticky;
}

.section.brand {
  display: block;
}

.section.sec-5 {
  padding-bottom: 4rem;
}

.primary-button {
  border: 1.5px solid var(--airxpert-color);
  color: var(--text--off-white);
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 6rem;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.4em;
  transition: color .4s, border .4s, background-color .4s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--white);
  color: var(--text--pure-black);
}

.primary-button:active {
  border-color: #d4d3d1;
}

.primary-button:focus {
  border-color: #a1a09c;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.styles-text-wrap {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.metrics-value {
  color: var(--theme--primary-color);
  text-align: center;
  word-break: break-all;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

.label-heading {
  background-color: var(--airxpert-color);
  color: var(--background-black);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: -15px;
  margin-bottom: .5rem;
  padding: 1px 6px;
  font-size: calc(.5vw + .75rem);
  font-weight: 500;
  line-height: 1.2em;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.metrics-heading {
  color: var(--theme--primary-color);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.margin-bottom-72 {
  margin-bottom: 4.5rem;
}

.footer-bottom-links {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-copyright-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-links {
  color: var(--theme--primary-color);
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
}

.contact-links:hover {
  opacity: .8;
  text-decoration: underline;
}

.contact-list {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  border: 1px solid var(--grey-line);
  color: #fff;
  background-color: #ffffff0d;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  min-height: 30vh;
  padding: 3vw;
  font-weight: 400;
  position: relative;
}

.contact-list-icon {
  color: var(--theme--primary-color);
  width: 1.5rem;
  height: 1.5rem;
}

.error-message {
  background-color: #2b2b2b;
  border: 1px solid #ca4949;
  border-radius: .5rem;
  margin-top: 1.5rem;
  padding: 1rem;
}

.contact-list-icon-wrapper {
  color: #162b4c;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact-list-item {
  align-items: center;
  display: flex;
}

._404-image {
  filter: invert();
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navha-hamburger-button {
  z-index: 201;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 3.375rem;
  height: 3.375rem;
  display: none;
  position: relative;
}

.project-description-text {
  color: var(--text--white-subdued);
  flex: none;
  font-size: 17px;
}

.project-hero-small {
  background-color: var(--theme--primary-faded);
  background-image: url('../images/Noise_1Noise.webp');
  background-position: 0 0;
  background-size: 256px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-top: 28rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-dot {
  background-color: var(--text--white-subdued);
  border-radius: 8px;
  flex: none;
  width: 4px;
  height: 4px;
}

.roles-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.project-hero-small-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.screen-shot-container {
  background-color: #0000000f;
  width: 100%;
  padding: 4vw;
}

.project-screen-shot {
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 12px 32px #0000001a;
}

.contact-divider-line {
  background-color: var(--light-grey);
  width: 100%;
  height: 1.5px;
}

.hero-contact-link {
  color: var(--white);
  word-break: break-all;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  transition: color .3s;
}

.hero-contact-link:hover {
  color: var(--text--off-white);
}

.grid---ratio-1x2 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  place-items: start;
  width: 100%;
  margin-top: 30px;
  margin-left: 0;
}

.grid---ratio-1x2.ver-1 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  grid-template-columns: 1.5fr 2.25fr;
  align-content: stretch;
  margin-top: 0;
}

.title-wrapper-sticky {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: -10px;
  display: flex;
  position: sticky;
  top: 0;
}

.title-wrapper-sticky.ver-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 21px;
  top: 5rem;
}

.title-wrapper-sticky.ver-1.sub-1 {
  margin-left: -5px;
}

.title-wrapper-sticky.ver-1.quality {
  top: 5.5rem;
}

.title-wrapper-sticky.ver-1.phone {
  margin-left: 0;
  top: 4rem;
}

.title-wrapper-sticky.ver-1.abus {
  margin-left: 0;
}

.press-logos-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
  width: 100%;
  max-width: 100%;
}

.press-logo-container {
  aspect-ratio: 3 / 2;
  background-color: var(--card--card-black);
  width: 100%;
  padding: 1.25vw;
  display: block;
}

.press-logo-image {
  opacity: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nav-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-description {
  color: var(--text--off-white);
  text-align: center;
  margin-left: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  position: sticky;
  inset: auto 0% 0%;
}

.hero-description.ver-1 {
  font-size: 5rem;
}

.hero-text-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hero-text-wrapper.phone {
  justify-content: space-between;
  align-items: center;
  margin-top: 130px;
  padding-top: 0;
}

.hero-top-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-top-wrapper.sec-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 18px;
  position: sticky;
  top: 5rem;
  bottom: auto;
}

.hero-top-wrapper.service {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.hero-description-wrapper {
  width: 100%;
  max-width: 80%;
  height: 100%;
}

.hero-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-background-wrapper.for-service {
  justify-content: center;
  align-items: center;
}

.hero-background {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
}

.hero-background.background-mobile {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  display: none;
}

.hero-background.service {
  pointer-events: auto;
  border: 1px solid #000;
  flex: none;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
  padding-right: 10px;
  display: block;
}

.hero-background.sec2 {
  width: 105%;
  max-width: 105%;
  margin-top: -240px;
}

.hero-background.sec3 {
  vertical-align: baseline;
  width: 95%;
  margin-top: 7px;
  position: relative;
}

.project__container {
  perspective: 3500px;
  align-items: center;
  width: 76%;
  min-width: 920px;
  max-width: 1500px;
  height: 42vw;
  min-height: 500px;
  display: flex;
  position: relative;
}

.templates_wrapper {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  border: 1px solid #0000;
  border-radius: .5vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: box-shadow .5s;
  display: flex;
  overflow: hidden;
}

.templates_wrapper:hover {
  border-color: #78787880;
  box-shadow: 0 1vw 3vw #fff6;
}

.contact-text-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.contact-heading {
  color: var(--theme--primary-color);
  text-align: center;
  letter-spacing: .02em;
  font-size: 16vw;
  font-style: italic;
  line-height: 1em;
}

.nav-link-2 {
  opacity: .74;
  color: #fff;
  cursor: pointer;
  border-bottom-width: 2px;
  border-bottom-color: #0000;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-2:hover {
  opacity: 1;
}

.nav-link-2.w--current {
  border-bottom-color: #ffffff80;
}

.nav-link-2.nav-item-dropdown {
  padding-left: 0;
  padding-right: 20px;
}

.nav-links-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-right: -40px;
  padding-left: 4.4rem;
  padding-right: 0;
  display: flex;
}

.nav-links-wrapper.ver-1 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  margin-right: -40px;
  padding-right: 0;
}

.line {
  background-color: var(--light-grey);
  transform-origin: 0%;
  width: 100%;
  height: 1.5px;
}

.about-text-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  padding-right: 2vw;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav_link-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.success-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-background-fade-overlay {
  background-image: linear-gradient(180deg, #0000, #02020200 92%, var(--background-black));
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  position: absolute;
}

.project-grid {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 35vw;
  display: grid;
}

.project-grid.ver-1 {
  grid-column-gap: 6%;
  grid-row-gap: 6%;
  padding-bottom: 62vw;
}

.project-image-wrapper {
  perspective: 3500px;
  border-radius: .5vw;
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: perspective(3500px);
}

.project-heading {
  color: var(--white);
  text-align: left;
  margin-bottom: .5rem;
  font-size: calc(1vw + 1rem);
  font-weight: 600;
  line-height: 1.2em;
}

.project-heading.right {
  text-align: right;
}

.project-text-wrapper {
  margin-top: 1.25vw;
}

.project-background-image {
  aspect-ratio: 3.25 / 4;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: relative;
}

.project-link-wrapper {
  width: 100%;
  position: relative;
}

.project-link-wrapper.project-even {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -20px;
  display: flex;
  bottom: -50%;
}

.card {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  background-color: var(--card--card-black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card.services {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2vw;
}

.label-2 {
  color: var(--theme--primary-color);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: calc(.5vw + .5rem);
  font-weight: 500;
  line-height: 1.2em;
}

.skills-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: relative;
  transform: perspective(1000px);
}

.skill-title {
  color: var(--airxpert-color);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3em;
}

.awards-title {
  color: var(--airxpert-color);
  text-shadow: 0 2px 5px #0003;
}

.awards-subheading {
  color: #ddd;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.4em;
}

.awards-logo-wrapper {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 8rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.line-2 {
  opacity: .73;
  background-color: #63636380;
  width: 100%;
  height: 1px;
}

.awards-links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: .73;
  color: #fff;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #63636380;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: calc(.6vw + 1rem);
  font-weight: 500;
  line-height: 1.2em;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.awards-links-wrapper:hover {
  opacity: 1;
}

.awards-logo {
  filter: invert();
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.awards-grid {
  width: 100%;
}

.awards-grid.skills-grid {
  margin-top: -10px;
}

.quote-slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100%;
  margin-top: 12rem;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  top: 0;
}

.quote-mask {
  flex: 0 auto;
  order: 0;
  width: 80vw;
  height: auto;
  margin-bottom: 60px;
  padding: 0 250px 0 480px;
  position: relative;
  overflow: visible;
}

.quote-arrow {
  border: 1px solid var(--airxpert-color);
  color: var(--airxpert-color);
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 230px;
  font-size: 1.4em;
  inset: auto 0% 0% auto;
}

.quote-arrow.gallery-arrow-left {
  border-color: var(--airxpert-color);
  color: var(--airxpert-color);
  margin-bottom: 0;
  margin-right: 300px;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 12px;
  display: flex;
}

.quote {
  align-items: center;
  display: flex;
}

.quote-name {
  color: #fff;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 500;
}

.quote-card {
  background-color: var(--card--card-black);
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 6vw;
  display: flex;
}

.quote-heading {
  color: #fff;
  margin-bottom: 24px;
  font-size: calc(1vw + 1rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.quote-title {
  opacity: .73;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.quote-text-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.quote-profile-image-wrapper {
  border-radius: 60px;
  flex: none;
  width: 72px;
  height: 72px;
  margin-right: 16px;
  overflow: hidden;
}

.quote-profile-image {
  aspect-ratio: 1;
}

.contact-subheading-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 6vh;
  display: flex;
}

.contact-link {
  color: var(--theme--primary-color);
  text-align: right;
  word-break: break-all;
  font-size: 7vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  transition: color .3s;
}

.contact-link:hover {
  color: var(--white);
}

.hero-contact-info-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-top: 8rem;
  display: flex;
  position: relative;
  top: -34px;
}

.hero-heading-wrapper {
  object-fit: fill;
  width: 100%;
  height: 30%;
  min-height: 13%;
  max-height: 30%;
  margin-bottom: auto;
}

.values-italics {
  text-shadow: 0 1px 1px var(--airxpert-color);
  font-style: italic;
  font-weight: 600;
}

.values-list-container {
  width: 100%;
}

.values-heading {
  color: var(--airxpert-color);
  letter-spacing: .01em;
  font-size: 2rem;
  line-height: 1.3em;
}

.values-text-container {
  max-width: 22rem;
  margin-left: auto;
}

.values-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: .0625rem solid #333;
  align-items: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  display: flex;
}

.values-image {
  flex: none;
  width: 20px;
}

.values-line {
  background-color: #465567;
  width: 100%;
  height: 1px;
}

.label {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 0;
  margin-left: -25%;
  font-size: 22px;
  display: block;
  position: relative;
}

.intro-text-white {
  color: var(--background-black);
  flex: 1;
  font-size: 2.75em;
  font-weight: 600;
  line-height: 1.3em;
}

.italic-text {
  color: var(--theme--primary-color);
  text-shadow: 0 3px 20px var(--theme--primary-color);
  font-style: italic;
  font-weight: 400;
}

.footer-span-link {
  color: #fff;
  transition: color .2s;
}

.footer-span-link:hover {
  color: var(--white);
}

.footer-link {
  color: #b6b6b6;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #fff;
}

.footer-link:active {
  color: #0e2244;
}

.footer-text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #b6b6b6;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
}

.footer-bottom-links-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  width: auto;
  display: flex;
}

.footer-alt {
  border-top: 1px solid #85858533;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.scrolling-logo-outer-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  max-width: 110%;
  font-size: 16px;
}

.logos-without-title {
  color: var(--cta-color);
  -webkit-text-stroke-color: var(--background-black);
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-wrapper-three.scrolling-logo-container {
  color: var(--background-black);
  background-color: #06050108;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
}

.clients-image-three {
  max-width: 15%;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.clients-image-three.ver1 {
  width: 10%;
}

.image-2 {
  display: block;
}

.image-3 {
  max-width: 120%;
}

.image-4 {
  align-self: center;
  width: 100%;
  max-width: 110%;
  margin-top: -20px;
}

.bold-text, .text-span, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  color: var(--airxpert-color);
}

.image-5 {
  flex: 0 auto;
  width: 110%;
  max-width: 110%;
  display: block;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.div-block-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin: -60px 0 -8px;
  display: flex;
  position: relative;
  left: 171px;
  right: 0;
}

.text-span-2, .text-span-3 {
  color: var(--airxpert-color);
}

.heading {
  color: var(--background-black);
  margin-top: 5px;
  font-size: 2.75rem;
  font-weight: 600;
}

.div-block-3 {
  float: right;
  text-align: right;
  max-width: 70%;
  max-height: none;
  margin-right: -170px;
  padding-left: 41px;
  padding-right: 0;
}

.image-6 {
  max-width: 60%;
  padding-top: 0;
}

.heading-sec-4 {
  color: var(--background-black);
  font-size: 4rem;
  font-weight: 600;
}

.bold-text-9 {
  text-shadow: none;
}

.text-span-4 {
  color: var(--airxpert-color);
  text-shadow: 0 1px 18px var(--airxpert-color);
}

.image-7 {
  margin-top: -40px;
}

.image-8 {
  margin-top: -45px;
}

.image-9 {
  clear: none;
  text-align: left;
  max-width: 100%;
  margin-top: -30px;
  margin-right: -44px;
  padding-right: 10px;
  position: static;
  right: auto;
}

.bold-text-10 {
  font-family: Afacad Flux, sans-serif;
}

.paragraph-33 {
  color: var(--background-black);
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 300;
  display: flex;
}

.div-block-4 {
  clear: left;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  opacity: 1;
  background-color: #0000;
  border: 0 solid #0000000d;
  border-radius: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.div-block-4.ver-1 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 95%;
  padding-right: 17px;
}

.div-block-5 {
  width: 60%;
}

.div-block-6 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.paragraph-34 {
  color: var(--background-black);
  margin-top: -29px;
  padding-left: 49px;
  font-size: 20px;
}

.paragraph-34.point-3 {
  color: var(--white);
  padding-left: 25px;
  font-size: 25px;
}

.text-span-5 {
  color: var(--airxpert-color);
}

.div-block-7 {
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-bottom: -25px;
  padding-bottom: 0;
  display: flex;
}

.image-10 {
  max-width: 100%;
}

.div-block-8 {
  max-width: 40%;
}

.service-title {
  margin-top: 40px;
  padding-top: 30px;
}

.bold-text-11 {
  text-shadow: none;
}

.div-block-9 {
  justify-content: center;
  align-items: stretch;
  width: 200%;
  display: flex;
}

.heading-2 {
  flex: 0 auto;
  order: -1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 28px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 38px;
  font-size: 3rem;
  position: sticky;
  top: auto;
  bottom: auto;
}

.heading-2.service {
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 5rem;
}

.heading-2.sec-2 {
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 21px 0 0;
  font-size: 4rem;
  position: static;
  top: 0;
  bottom: 4rem;
}

.div-block-10 {
  background-color: #eeeaea00;
}

.page-background {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.div-block-11 {
  background-color: var(--cta-color);
  padding-top: 15px;
}

.tag-line {
  margin-top: -56px;
  padding-top: 0;
  padding-left: 10px;
  font-size: 5rem;
  font-weight: 500;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-black);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.backgrounf-warper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-11 {
  mix-blend-mode: difference;
  padding-left: 15px;
}

.image-12, .image-13 {
  mix-blend-mode: difference;
}

.paragraph-35 {
  font-size: 18px;
}

.paragraph-36 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
  display: block;
}

.paragraph-36.sec-2 {
  background-color: #00000078;
  font-size: 30px;
  line-height: 1.6em;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-card {
  z-index: 1;
  width: 100%;
  margin-top: 20px;
  padding-top: 100px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.card-container {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto;
  overflow: scroll hidden;
}

.card-service {
  background-color: #6b6b6b;
  background-image: url('../images/ChatGPT-Image-Jun-7-2025-at-09_26_44-AM.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 0 #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 239.5px;
  height: 350px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 8px 24px #0000001f;
}

.card-service:hover {
  box-shadow: 0 8px 24px #0003;
}

.card-service.multi {
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 16px;
  display: flex;
}

.card-service.vrv {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.card-service.single-split {
  justify-content: space-between;
  align-items: flex-start;
  width: 27vw;
  max-width: 500px;
  height: 520px;
  display: flex;
  position: relative;
}

.card-service.single-split.cover {
  display: none;
}

.card-service.multisplit {
  background-image: url('../images/2-in-1-rev.jpg');
  background-attachment: scroll;
  width: 27vw;
  max-width: 500px;
  height: 520px;
  position: relative;
}

.card-service.vrf-system {
  background-image: url('../images/WhatsApp-Image-2025-06-07-at-13.04.40.jpeg');
  width: 27vw;
  max-width: 500px;
  height: 520px;
  position: relative;
}

.card-service.iaq {
  background-image: url('../images/ChatGPT-Image-Jun-7-2025-at-09_52_36-AM.png');
  width: 27vw;
  max-width: 500px;
  height: 520px;
  position: relative;
}

.card-service.sr {
  background-image: none;
}

.card-service.s-r {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #13191d;
  background-image: none;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  padding: 30px;
  display: grid;
}

.card-service.s-r:hover {
  background-color: #1f2b33;
}

.card-service.s-r.ov {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.card-image-service {
  border-radius: 12px;
}

.card-title-service {
  background-color: #00000036;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
}

.card-title-service.card2 {
  background-color: #00000036;
  border-radius: 5px;
  width: 100%;
  font-size: 23px;
  font-weight: 500;
  position: relative;
  top: 0;
  left: 9px;
}

.text-block {
  color: var(--white);
  background-color: #00000057;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.button {
  color: var(--text--pure-black);
  text-align: center;
  vertical-align: baseline;
  background-color: #fff;
  border-radius: 20px;
  font-size: 24px;
  display: inline-block;
  position: relative;
}

.bg-hover-layer {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background-image: url('../images/ChatGPT-Image-May-13-2025-at-10_24_25-AM.png');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.bg-hover-layer.split {
  background-image: url('../images/ChatGPT-Image-Jun-7-2025-at-04_58_58-PM.png');
  background-size: auto;
  margin-top: 0;
  overflow: hidden;
}

.bg-hover-layer.multisplit {
  background-image: url('../images/Untitled-design-7.png');
  background-size: cover;
  margin-top: 0;
  overflow: hidden;
}

.bg-hover-layer.vrv {
  background-image: url('../images/WhatsApp-Image-2025-06-07-at-12.52.33.jpeg');
  margin-top: 0;
  overflow: hidden;
}

.bg-hover-layer.iaq {
  background-image: url('../images/ChatGPT-Image-Jun-7-2025-at-09_49_31-AM.png');
  margin-top: 0;
  overflow: hidden;
}

.bg-default {
  z-index: 0;
  background-color: #0000004d;
  background-image: url('../images/WhatsApp-Image-2025-06-06-at-11.59.20.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.bg-default.s-r {
  background-color: #0000;
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
  position: static;
}

.heading-3 {
  z-index: 3;
  color: var(--grey-line);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 4.5rem;
  position: relative;
}

.heading-3.iaq {
  z-index: 1;
  color: var(--white);
  margin-left: 20px;
}

.heading-3.vrv, .heading-3.multisplit, .heading-3.single {
  z-index: 1;
  color: var(--white);
}

.heading-3.s-r {
  color: var(--text--off-white);
}

.header-card {
  z-index: 0;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.header-card.s-r {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}

.paragraph-37 {
  aspect-ratio: auto;
  color: var(--grey-line);
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-left: 10px;
  font-size: 24px;
  display: block;
  position: relative;
}

.paragraph-37.iaq {
  color: var(--white);
  margin-left: 20px;
}

.paragraph-37.vrv {
  color: var(--white);
}

.paragraph-37.multisplit {
  color: var(--white);
  width: 85%;
}

.paragraph-37.single {
  color: var(--white);
}

.text-span-6 {
  background-color: #0000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.card-container-2 {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 16rem;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  top: 25px;
  overflow: hidden;
}

.card-container-2.testing {
  flex-flow: row;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow-x: scroll;
}

.card-container-2.s-r {
  align-items: stretch;
  margin-top: 0;
}

.div-block-13 {
  z-index: 0;
  object-fit: cover;
  position: absolute;
}

.image-14 {
  z-index: 0;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.section-2 {
  background-color: var(--background-black);
}

.section-card-copy {
  z-index: 1;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  overflow: visible;
}

.text-span-7 {
  font-size: 18px;
}

.modal-wrapper {
  z-index: 9999;
  border: 5px solid var(--airxpert-color);
  background-color: red;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: static;
  overflow: visible;
}

.modal-bg-overlay {
  z-index: 10;
  text-align: left;
  background-color: #0000001a;
  border: 1px solid #e4d7d7;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.modal-bg-overlay.single-split, .modal-bg-overlay.multi-split {
  background-color: #0000004d;
}

.modal-bg-overlay.vrv {
  background-color: #0000004d;
  background-image: url('../images/ChatGPT-Image-Jun-24-2025-07_19_00-PM.png');
  background-position: 0 0;
  background-size: cover;
}

.modal-bg-overlay.iaq {
  background-color: #0000004d;
  display: flex;
}

.modal-content {
  z-index: 20;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: center;
  background-color: #fff;
  background-image: url('../images/ChatGPT-Image-Jun-7-2025-at-09_26_44-AM.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #a3a3a3;
  border-radius: 16px;
  flex-flow: column;
  width: auto;
  max-width: 1050px;
  height: auto;
  margin-top: 40px;
  padding: 2.2rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px #0003;
}

.modal-content.single-split {
  background-image: url('../images/ChatGPT-Image-Jun-7-2025-at-09_26_44-AM.png');
  background-size: cover;
}

.modal-content.multi-split {
  background-image: url('../images/Untitled-design-7.png');
  background-attachment: fixed;
}

.modal-content.vrv {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #000 82%, #1b2d40 100%, #fff);
  border-color: #23316f;
  display: flex;
}

.modal-content.iaq {
  background-image: url('../images/ChatGPT-Image-Jun-7-2025-at-09_52_36-AM.png');
  background-size: cover;
}

.section-3 {
  width: 1050px;
  height: 500px;
}

.section-modal-wrapper {
  margin-top: 10px;
}

.modal-wrapper-2 {
  z-index: 9999;
  background-color: #1a191973;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto;
  overflow: auto;
}

.modal-wrapper-2.multi-split, .modal-wrapper-2.vrv, .modal-wrapper-2.single-split, .modal-wrapper-2.iaq {
  display: none;
}

.heading-4 {
  min-width: 18px;
}

.heading-single-split {
  color: var(--content-card);
  text-align: left;
  background-color: #0000;
  border: 0 solid #837a7a;
  border-radius: 10px;
  width: 98%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
  font-size: 2.7rem;
  font-weight: 700;
}

.heading-single-split.iaq {
  color: var(--white);
  text-shadow: 3px 2px 2px #0003;
}

.text-span-8 {
  font-size: 1.8rem;
}

.detail-image-wrapper {
  background-color: #faf3e0e6;
  border: 1px solid #faf3e0;
  border-radius: 12px;
  padding-top: 0;
  display: block;
}

.detail-image-wrapper.multi-split {
  background-color: #ffffffe6;
  border-radius: 20px;
}

.detail-image-wrapper.multi-split.bg3 {
  background-color: #ffffffa8;
  background-image: url('../images/Solusinya-1.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.detail-image-wrapper.multi-split.bg3._01 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #ffffff61;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
}

.detail-image-wrapper.multi-split.bg05 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/multi-split-system-instalation-updated.jpeg');
  background-position: 50% 25%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.detail-image-wrapper.vrv {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #0000;
  background-image: radial-gradient(circle, #1b2d40, #0a0f1a);
  border-color: #23316f;
  flex-flow: column;
  padding-bottom: 10px;
  display: flex;
}

.detail-image-wrapper.iaq {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fffaece6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.detail-image-wrapper.single-split.bg01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/ChatGPT-Image-Jun-7-2025-at-04_58_58-PM.png');
  background-position: 50% 25%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.paragraph-38 {
  color: var(--grey-line);
  text-align: left;
  border: 1px solid #faf3e0;
  padding: 10px;
}

.image-15 {
  border-radius: 25px;
  margin-bottom: 0;
  padding: 10px;
}

.paragraph-39 {
  color: var(--grey-line);
  text-align: left;
}

.content-of-single-split {
  color: var(--content-card);
  text-align: justify;
  width: 100%;
  margin: 10px 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6em;
}

.content-of-single-split.vrf {
  color: var(--text--white-subdued);
  margin: 20px 0;
  padding-top: 10px;
  font-family: Afacad Flux, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.content-of-single-split.mrac {
  border-radius: 25px;
  width: 98%;
  margin: 0 0 20px 10px;
  font-size: 23px;
}

.content-of-single-split.mrac.bg {
  color: var(--white);
  text-shadow: 4px 3px 4px #0000008f;
  background-color: #3f3f3fb3;
  border-radius: 24px;
  width: 40%;
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
  font-size: 18px;
}

.content-of-single-split.mrac.bg.part-2 {
  color: var(--card--card-black);
  text-align: center;
  background-color: #4d4d4d78;
  border-radius: 0;
  width: 100%;
  margin-left: 0;
  font-size: 35px;
}

.content-of-single-split.iaq {
  margin-bottom: 0;
}

.content-of-single-split.iaq._2 {
  color: var(--card--card-black);
  text-align: center;
}

.content-of-single-split.iaq2 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.heading-5 {
  color: var(--grey-line);
  font-size: 2rem;
}

.heading-lini-product {
  padding: 10px;
}

.bold-text-12 {
  color: var(--grey-line);
}

.bold-text-12.single-split {
  font-weight: 500;
}

.product-line-up {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-6 {
  color: var(--grey-line);
}

.text-block-2 {
  color: var(--grey-line);
  font-size: 18px;
  font-weight: 600;
}

.container-type {
  border: 1px solid #cecccc;
  border-radius: 3px;
  padding: 5px;
}

.paragraph-40 {
  color: var(--white);
  text-align: center;
  background-color: #52525275;
  border: 1px solid #74747466;
  border-radius: 3px;
  font-size: 18px;
}

.image-16 {
  border: 1px solid #a0a0a0;
  border-radius: 3px;
}

.text-block-3 {
  color: var(--white);
  text-align: left;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 5%;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.close-button-detail {
  z-index: 11;
  background-color: #000000b3;
  border: 1px solid #000;
  border-radius: 30px;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-right: 12px;
  padding: 3px 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-model-wrapper {
  z-index: 10;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: visible;
}

.div-block-14 {
  width: 100%;
  height: 100vh;
}

.div-modal-wrapper {
  z-index: 9999;
  background-color: red;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: visible;
}

.header-hero {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.body-2 {
  background-color: #060501;
}

.button-2 {
  border: 1px solid #000;
  border-radius: 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.heading-multi-split {
  color: var(--white);
  text-align: left;
  text-shadow: 3px 2px 2px #0003;
  background-color: #0000;
  width: 98%;
  font-size: 2.2rem;
}

.italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5 {
  font-weight: 600;
}

.pricing-section {
  background-image: radial-gradient(circle farthest-side at 50% 20%, #1b2d40, #0a0f1a);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  box-shadow: inset 0 20px 50px #0003;
}

.card-class-tittle {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

.card-price {
  color: var(--airxpert-color);
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  font-size: 22px;
  font-weight: 500;
}

.cta-button {
  border: 1px solid var(--text--grey-darker);
  background-color: var(--card--card-black);
  color: var(--text--off-white);
  border-radius: 10px;
  margin-top: 23px;
}

.cta-button:hover {
  border-color: var(--airxpert-color);
  background-color: var(--cta-color);
  color: var(--white);
}

.cta-button.std, .cta-button.ov {
  margin-top: 23px;
}

.bold-text-13 {
  font-size: 19px;
  font-weight: 500;
}

.list {
  padding-left: 0;
}

.feature-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.feature-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 155px;
  font-size: 19px;
  display: flex;
  position: relative;
}

.feature-wrapper.health {
  margin-top: 157px;
}

.text-block-4 {
  width: 90%;
  margin-left: 0;
}

.text-block-5 {
  z-index: 0;
  color: var(--grey-line);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: relative;
  top: -12px;
  overflow: visible;
}

.text-block-6 {
  text-align: center;
  font-size: 19px;
}

.card-header-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 150px;
  display: flex;
}

.card-header-wrapper.ovh {
  justify-content: flex-start;
  align-items: center;
  margin-top: 57px;
}

.card-header-wrapper.std {
  margin-top: 25px;
}

.text-block-7 {
  text-align: center;
  margin-top: -5px;
  font-size: 19px;
}

.list-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  margin-top: -5px;
  padding-left: 20px;
  font-size: 19px;
  display: flex;
}

.section-contact {
  justify-content: center;
  align-items: center;
  width: 96vw;
  max-width: 1400px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading-7 {
  font-weight: 500;
}

.heading-contact {
  color: var(--airxpert-color);
  padding-top: 10px;
  padding-left: 0;
}

.paragraph-41 {
  font-size: 20px;
}

.paragraph-42 {
  width: 100%;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 20px;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 2px solid #2a2a2a;
  border-radius: 16px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.submit-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  width: 35%;
  display: flex;
}

.submit-button:hover {
  background-color: #0875d4;
}

.submit-button.cta-wa {
  background-image: url('../images/ChatGPT-Image-Jun-18-2025-07_22_32-PM.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 200%;
  background-attachment: scroll;
  width: 30%;
  height: 38px;
}

.text-field-2 {
  background-color: #fff;
  border: 2px solid #313131;
  border-radius: 16px;
}

.text-field-2.notes {
  height: 100px;
}

.contact-info-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  border-left: 2px solid #2a2a2a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.form-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-16, .div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-8 {
  font-size: 20px;
  line-height: 1.5em;
}

.text-block-9 {
  color: #aaa;
  text-align: left;
  font-size: 20px;
  line-height: 1.5em;
}

.div-block-18 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 395.2px;
  display: flex;
}

.image-17 {
  width: 7%;
}

.heading-8 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.image-18, .image-19 {
  width: 25px;
}

.image-20 {
  width: 25px;
  padding-top: 8px;
}

.form-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.link-block {
  background-color: var(--airxpert-color);
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-10 {
  color: var(--white);
  font-size: 20px;
}

.image-21 {
  width: 27px;
}

.social-icon-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-22 {
  width: 110%;
  max-width: 110%;
}

.image-23 {
  width: 80px;
  margin-left: 0;
}

.link-block-2 {
  width: 80px;
  margin-left: -21px;
}

.text-span-9 {
  color: var(--white);
  font-size: 14px;
}

.contact-wrapper {
  flex-flow: column;
  flex: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
  left: 17px;
}

.bold-text-14, .bold-text-15 {
  color: var(--airxpert-color);
}

.section-cta-home {
  background-color: #11100b;
  background-image: url('../images/ChatGPT-Image-Jul-18-2025-09_45_37-PM.png'), linear-gradient(183deg, #0a0f1a 46%, #1b2d40);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  border-radius: 12px;
  padding-top: 199px;
  padding-bottom: 100px;
}

.section-cta-home.vrv {
  background-image: url('../images/ChatGPT-Image-Jul-18-2025-09_45_37-PM.png'), linear-gradient(349deg, #000, #1b2d40);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 320px;
  padding-bottom: 120px;
}

.section-cta-home.iaq {
  background-image: url('../images/Untitled-1200-x-700-px-2.png');
  background-position: 0 0;
  background-size: cover;
}

.section-cta-home.home {
  background-color: #0000;
  background-image: none;
}

.section-cta-home.au {
  background-color: #11100b00;
  background-image: none;
}

.section-cta-home.layanan {
  border-radius: 0;
}

.section-cta-home.layanan.home {
  background-image: linear-gradient(3deg, #1b2d40, #000);
}

.cta-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  background-color: #0000;
  flex-flow: column;
  max-width: 1000px;
  margin: -50px auto auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.heading-9 {
  font-weight: 700;
}

.heading-10 {
  color: var(--airxpert-color);
  text-align: center;
  text-shadow: 4px 2px 2px #0000000d;
  background-color: #fff0;
  font-size: 2.5rem;
}

.heading-10.vrf {
  background-color: #fff0;
}

.paragraph-43 {
  font-size: 18px;
}

.paragraph-44 {
  text-align: center;
  text-shadow: 4px 2px 2px #0003;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  font-size: 37px;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
}

.paragraph-44.vrf {
  background-color: #0000007d;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 600;
}

.paragraph-44.iaq {
  background-color: #0000004a;
}

.cta-text-wrapper {
  grid-column-gap: 124px;
  grid-row-gap: 124px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin-top: -78px;
  display: flex;
}

.section-privacy {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-privacy {
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.privacy-heading {
  text-align: center;
  margin-bottom: 32px;
  font-size: 36px;
}

.heading-11 {
  margin-top: 24px;
  font-size: 1.8rem;
}

.bold-text-16 {
  color: var(--airxpert-color);
}

.paragraph-45 {
  padding-left: 28px;
  font-size: 19px;
}

.paragraph-46 {
  padding-left: 30px;
  font-size: 19px;
}

.ph-point-45 {
  margin-left: 28px;
  font-size: 19px;
}

.bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20 {
  color: var(--airxpert-color);
}

.image-24 {
  border: 2px solid #000;
  border-radius: 12px;
  width: 100%;
}

.image-25 {
  border: 2px solid #000;
  border-radius: 12px;
  width: 95%;
}

.bold-text-21, .bold-text-22 {
  color: var(--airxpert-color);
}

.paragraph-vrv {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px 30px 0;
  font-size: 3rem;
}

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(220deg, #000 25%, #fff);
  border: 0 solid #000;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.div-block-19.ac {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(142deg, #151c3e 35%, #fff);
  border-radius: 12px;
  grid-template-columns: 1.5fr 1fr;
  padding-left: 10px;
}

.div-block-19.ac.fi {
  background-image: linear-gradient(34deg, #151c3e 35%, #fff);
  grid-template-columns: 1.5fr 1.25fr;
}

.div-block-19.he {
  background-image: linear-gradient(171deg, #011804 25%, #fff);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.div-block-19.ad {
  background-image: linear-gradient(169deg, #000 25%, #fff);
  grid-template-columns: .75fr 1fr;
}

.div-block-19.viu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.paragraph-47 {
  font-size: 22px;
}

.paragraph-48 {
  color: var(--text--off-white);
  font-size: 24px;
}

.paragraph-48.ac {
  color: var(--cta-color);
}

.paragraph-48.sc {
  color: var(--grey-line);
}

.paragraph-48.fi {
  color: var(--text--off-white);
}

.paragraph-48.ad {
  color: var(--text--off-white);
  padding-top: 10px;
}

.bold-text-23 {
  color: var(--airxpert-color);
}

.vrv-advantage-warpper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-11 {
  color: var(--cta-color);
  font-size: 25px;
  font-weight: 700;
}

.text-block-11.ac {
  color: var(--background-black);
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.heading-12 {
  color: var(--text--pure-black);
}

.heading-13 {
  color: var(--background-black);
}

.img_warppet-vrv {
  padding-right: 20px;
}

.div-block-21 {
  color: var(--cta-color);
}

.image-26 {
  width: auto;
  height: 103%;
}

.bold-text-24 {
  color: var(--cta-color);
}

.div-block-22 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  padding-right: 20px;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-25 {
  color: var(--cta-color);
  font-size: 25px;
}

.div-block-24 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  padding-right: 10px;
  display: flex;
}

.heading-14 {
  color: var(--cta-color);
}

.heading-15 {
  color: var(--background-black);
}

.bold-text-26 {
  color: var(--card--card-black);
  font-size: 25px;
}

.div-block-25 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 10px;
  display: flex;
}

.bold-text-27 {
  color: var(--theme--primary-color);
  font-size: 25px;
}

.heading-16 {
  color: var(--theme--primary-color);
}

.image-27 {
  border-radius: 12px;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-28 {
  border-radius: 30px;
  margin-right: 0;
  padding: 10px 10px 10px 5px;
}

.bold-text-28, .bold-text-29 {
  font-weight: 500;
}

.image-29 {
  border-radius: 25px;
  width: 100%;
  max-width: 100%;
}

.div-block-28 {
  text-align: center;
  background-image: url('../images/multi-split-system-instalation-updated.jpeg');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.bold-text-30 {
  color: var(--white);
  text-shadow: 4px 3px 3px #0000008c;
  font-size: 22px;
}

.bold-text-31 {
  color: var(--theme--primary-color);
  text-shadow: 4px 3px 3px #2020208f;
  font-size: 20px;
}

.bold-text-32, .bold-text-33, .bold-text-34 {
  color: var(--content-card);
  font-size: 20px;
}

.bold-text-35 {
  color: var(--white);
  text-shadow: 4px 2px 1px #0003;
}

.heading-vrv {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 98%;
  padding-left: 10px;
  font-size: 2.7rem;
  line-height: 1.25em;
  display: block;
}

.image-bg-iaq {
  background-image: url('../images/ea0066d1c07447f42a0b3ec466326ba9.w1366.h768.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 1000px;
  max-width: 100%;
  height: 550px;
  display: flex;
  position: relative;
}

.image-bg-iaq.part1 {
  background-color: #faf3e0;
  background-image: none;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
}

.image-bg-iaq.ver-2 {
  background-image: url('../images/Untitled-1200-x-700-px.png');
  justify-content: center;
  align-items: center;
  height: 550px;
}

.image-bg-iaq.impact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/5_1.png');
  background-position: 0 0;
  border: 2px solid #b1aaaa;
  justify-content: center;
  align-items: flex-end;
  height: auto;
}

.image-bg-iaq.impact._1 {
  background-image: url('../images/4.png');
  justify-content: center;
  align-items: flex-start;
}

.image-bg-iaq.impact._2 {
  background-image: url('../images/3_1.png');
}

.image-bg-iaq.impact._3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: url('../images/6.png');
  justify-content: space-between;
  align-items: flex-start;
}

.image-bg-iaq.impact._5 {
  background-image: url('../images/VRT-Smart-II-Control-1.png');
}

.text-block-12 {
  font-size: 40px;
  line-height: 1.5em;
}

.text-block-13 {
  color: var(--background-black);
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  margin-right: 0;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  font-weight: 600;
  line-height: 1.5em;
  display: block;
}

.text-block-13.impact {
  text-align: right;
  width: auto;
  height: 100%;
  padding-top: 0;
  font-size: 25px;
  font-weight: 400;
}

.text-block-14 {
  color: var(--text--pure-black);
  text-align: left;
  padding-right: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.text-block-14.par2 {
  color: var(--white);
  text-align: center;
  padding-bottom: 20px;
  font-size: 25px;
}

.footer-source {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-source.part-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.link {
  color: var(--text--pure-black);
  padding-right: 20px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.div-block-29 {
  background-image: url('../images/Untitled-1200-x-700-px-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: static;
}

.text-block-15 {
  color: var(--text--off-white);
  text-shadow: 4px 3px 2px #0003;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.6em;
  display: block;
}

.bold-text-36 {
  color: var(--cta-color);
  font-size: 22px;
}

.text-block-16 {
  color: var(--background-black);
  flex: 0 auto;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5em;
}

.detail-content-text16 {
  color: var(--white);
  text-align: center;
  background-color: #1d1d1dba;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 1.5em;
  display: block;
}

.content-card-iaq-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.content-card-iaq-2.right {
  padding-right: 5px;
}

.content-card-iaq-1 {
  padding-left: 5px;
  padding-right: 0;
}

.image-30 {
  border-radius: 3px;
}

.image-31 {
  border-radius: 3px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.image-32 {
  border-radius: 3px;
}

.text-block-17 {
  color: var(--cta-color);
}

.contant-card-wrapper-iaq {
  background-image: linear-gradient(#ffdfab, #fff);
  border: 1px solid #faf3e0;
  border-radius: 15px;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
  position: relative;
}

.image-33 {
  background-color: #0000;
  border-radius: 12px;
  width: auto;
  height: 65%;
  margin-top: -10px;
  margin-bottom: 5px;
}

.bold-text-37 {
  color: var(--text--off-white);
  font-weight: 500;
}

.div-block-30 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 90%;
  margin-bottom: 20px;
  display: flex;
}

.text-block-18 {
  font-style: italic;
}

.bold-text-38 {
  font-size: 24px;
}

.heading-17 {
  color: var(--background-black);
  font-size: 2.9rem;
}

.heading-17.page2 {
  padding-left: 7px;
  font-size: 2.2rem;
}

.heading-17.page-4 {
  padding-top: 10px;
  font-size: 2.9rem;
}

.bold-text-39 {
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.bold-text-39.page2 {
  font-size: 22px;
}

.bold-text-40 {
  font-weight: 500;
}

.bold-text-41 {
  padding-right: 20px;
  font-size: 2.5rem;
}

.bold-text-41.page2 {
  padding-left: 10px;
  padding-right: 0;
  font-size: 2.1rem;
}

.bold-text-41.page4 {
  padding-left: 10px;
  padding-right: 0;
  font-size: 2.4rem;
}

.paragraph-49 {
  color: var(--text--pure-black);
  text-align: right;
  padding-bottom: 20px;
  padding-right: 20px;
  font-size: 25px;
  line-height: 1.5em;
}

.paragraph-49.page2 {
  text-align: left;
  padding-left: 10px;
  font-size: 25px;
}

.image-34, .image-35 {
  border-radius: 12px;
}

.heading-18 {
  color: var(--cta-color);
  text-align: center;
  flex: 0 auto;
  position: absolute;
  top: 30px;
  left: 170px;
}

.bold-text-42 {
  vertical-align: baseline;
  font-size: 2.8rem;
  position: static;
  top: 20px;
  left: 40px;
}

.text-block-19 {
  position: absolute;
}

.image-36 {
  width: 10%;
  position: absolute;
}

.div-block-31 {
  width: 60%;
  padding-left: 0;
  padding-right: 30px;
  position: absolute;
  inset: 24% 0% 0% auto;
}

.image-37 {
  width: 18%;
  height: 105px;
}

.list-item {
  text-align: left;
  display: flex;
}

.image-38 {
  text-align: left;
  width: 10%;
}

.list-item-2 {
  text-align: left;
}

.list-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #ffffff75;
  border-radius: 12px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.heading-19 {
  color: var(--grey-line);
  font-size: 2rem;
  font-weight: 700;
}

.text-block-20 {
  color: var(--cta-color);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.text-block-21 {
  color: var(--background-black);
}

.image-39 {
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.div-block-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text-43 {
  color: var(--background-black);
  font-weight: 400;
}

.section-4 {
  background-image: url('../images/ChatGPT-Image-Jun-1-2025-at-05_01_45-PM.png');
  background-position: 0 0;
  background-size: cover;
}

.bold-text-44 {
  font-size: 20px;
}

.div-block-51 {
  margin-left: 22px;
}

.select-field {
  color: var(--light-grey);
  background-color: #fff;
  border: 2px solid #313131;
  border-radius: 16px;
}

.body-3, .body-4, .body-5 {
  background-color: var(--background-black);
}

.error-message-2 {
  background-color: var(--theme--primary-color);
}

.form-3 {
  border: 1px solid var(--airxpert-color);
  border-radius: 20px;
  padding: 20px 30px;
}

.heading-21 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-wrapper-booking {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
}

.div-block-52 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-field-3 {
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.field-label-2 {
  font-size: 18px;
}

.booking-block {
  margin-top: 20px;
}

.header-form-booking {
  padding-left: 0;
  font-size: 17px;
  position: relative;
}

.header-form-booking.add-ons {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 19px;
  top: 0;
}

.form-content-booking {
  color: var(--cta-color);
  border-radius: 10px;
  font-size: 18px;
}

.form-content-booking.address {
  height: 100px;
}

.form-content-booking.dimension {
  width: 44vw;
}

.form-content-booking.dimension.qty {
  width: 18vw;
  font-size: 17px;
}

.form-content-booking.dimension.varian, .form-content-booking.dimension.price {
  width: 100%;
}

.form-content-booking.keluhan {
  height: 90px;
}

.form-content-booking.js-qty {
  font-size: 17px;
}

.form-content-booking.grand-total-value, .form-content-booking.js-harga-val, .form-content-booking.js-subtotal-val {
  display: none;
}

.element-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 5px 10px 20px;
  display: block;
}

.element-form.grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 2px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-rows: 11px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0;
  display: grid;
}

.element-form.grid.part-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 2.75fr 1fr;
  padding-top: 1.65rem;
  padding-bottom: 1rem;
}

.element-form.grid.dua {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-color: var(--airxpert-color);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr;
  align-items: stretch;
  margin-bottom: .5rem;
  padding: 0;
}

.element-form.grid.part-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .25fr .25fr;
  margin-bottom: 0;
  padding-bottom: 0;
}

.element-form.grid-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.element-form.total-price {
  margin-top: 0;
  padding-top: 0;
}

.sub-element-form {
  flex-flow: column;
  width: auto;
  padding: 0 0 0 10px;
  display: block;
}

.sub-element-form.qty {
  width: 190px;
}

.sub-element-form.dua.sef, .sub-element-form.img {
  padding-left: 0;
}

.form-block-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.submit-button-2 {
  text-align: center;
  border-radius: 15px;
  width: 130px;
  margin-top: 20px;
  display: inline-block;
}

.element-form-copy {
  padding-top: 5px;
}

.element-form-copy.grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 2px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-rows: 11px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-top: .125rem;
  margin-bottom: .125rem;
  padding: .25rem 0 .5rem;
  display: grid;
}

.submit-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-22 {
  padding-left: 10px;
}

.price-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-53 {
  height: 30px;
}

.div-block-54 {
  display: none;
}

.unit-item {
  border: 2px solid var(--airxpert-color);
  border-radius: 10px;
}

.dua {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.unittemplatediv {
  display: none;
}

.tambah-tipe-ac {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  display: flex;
}

.js-jenis {
  border-radius: 10px;
  font-size: 17px;
}

.js-img {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.div-block-55 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.js-remove {
  text-align: center;
  border-radius: 10px;
  width: 20%;
  position: relative;
  left: 120px;
}

.button-3 {
  border-radius: 10px;
}

.div-block-56 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.total-price {
  padding: 10px;
}

.heading-23 {
  text-align: center;
  margin-top: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.9rem;
}

.heading-24 {
  text-align: center;
  font-size: 2.9rem;
  line-height: 1.1em;
}

.paragraph-50 {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  line-height: 1.3em;
}

.booking-id-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--background-black);
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 45%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.booking-id-card-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-25 {
  color: var(--background-black);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Varela, sans-serif;
  font-size: 2.2rem;
}

.detail-booking-id {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 10px 20px 10px 30px;
  font-size: 16px;
  display: grid;
}

.detail-info-1 {
  text-align: left;
  border-left: 0 solid #000;
  width: 95%;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 20px;
  line-height: 1.6em;
}

.detail-info-1._2 {
  border-left-width: 0;
  padding-left: 10px;
}

.detail-info-1._3 {
  border-right: 2px solid #000;
  width: 97%;
}

.text-block-24 {
  color: var(--light-grey);
  text-align: left;
  font-weight: 500;
}

.text-block-25, .text-block-26, .text-block-27 {
  color: var(--light-grey);
  font-weight: 500;
}

.heading-26 {
  color: var(--text--grey-darker);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 300;
}

.buttin-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  border-radius: 10px;
  font-size: 18px;
}

.button-5 {
  background-color: var(--background-black);
  border-radius: 10px;
  font-size: 18px;
}

.footer-thx {
  text-align: left;
}

.heading-footer {
  font-size: 2.4rem;
}

.footer-content-thx {
  font-size: 22px;
  line-height: 1.4em;
}

.code-embed {
  border-radius: 10px;
}

.code-embed-2, .code-embed-3 {
  color: var(--cta-color);
}

@media screen and (max-width: 991px) {
  .display-heading-1 {
    font-size: 4rem;
  }

  .hero-heading {
    font-size: 12vw;
    line-height: 100%;
  }

  .paragraph-24 {
    padding-top: 100px;
    font-size: 1.25rem;
  }

  .paragraph-24.about {
    padding-top: 40px;
  }

  .paragraph-20 {
    font-size: 1.25rem;
  }

  .paragraph-18 {
    font-size: 1.1em;
  }

  .paragraph-16 {
    padding-left: 0;
    font-size: 16px;
    position: relative;
    left: 0;
  }

  .paragraph-16.card-ver {
    left: auto;
  }

  .paragraph-16._1 {
    margin-left: -6px;
    margin-right: 0;
    left: 0;
  }

  .paragraph-16._3 {
    padding-left: 17px;
  }

  .paragraph-16._6 {
    margin-left: -30px;
  }

  .paragraph-12 {
    color: #6f6c67;
  }

  .nav-menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    display: flex;
  }

  .menu-icon-line-middle {
    background-color: var(--text--off-white);
    flex: none;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: var(--text--off-white);
    flex: none;
    width: 50%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-button {
    z-index: 2;
    color: #fff;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-bottom {
    background-color: var(--text--off-white);
    flex: none;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-bar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    min-height: 4rem;
  }

  .page-wrapper {
    flex-flow: column;
    margin-top: 0;
  }

  .project-2-container {
    width: 90%;
    min-width: auto;
  }

  .secondary-button.primary-button-grey {
    position: relative;
  }

  .project-long-image-container {
    width: 100%;
    min-width: auto;
    padding: 80px 32px;
  }

  .awards-links-container {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .project-footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .project-image-screenshot.project_image-screenshot--spacer {
    margin-bottom: 2vw;
  }

  .project-long-image-text-container {
    max-width: none;
  }

  .container {
    width: 100%;
    padding-top: 10px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.navigation-container {
    align-items: center;
  }

  .container.intro-container {
    width: 100%;
    min-width: auto;
    margin-right: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container.container-hero {
    position: static;
  }

  .container.narrow {
    width: 80%;
    min-width: auto;
  }

  .project-1-image-container {
    width: 100%;
    min-height: 480px;
    max-height: 80vw;
  }

  .project-1-button {
    right: 10%;
  }

  .scrolling-logo-container {
    grid-column-gap: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .scrolling-logo-wrapper {
    width: 10vw;
    max-height: 3vw;
  }

  .scrolling-logo-wrapper.ver-3, .scrolling-logo-wrapper.ver-2 {
    width: 12vw;
  }

  .scrolling-logo-wrapper.ver1 {
    width: 16vw;
    height: 100%;
    max-height: 5vw;
  }

  .scrolling-logo-wrapper.ver-4 {
    width: 14vw;
    height: 80%;
    max-height: 5vw;
    line-height: 1.5em;
  }

  .scrolling-logo-image {
    height: 300%;
  }

  .scrolling-logo-image.ver-2 {
    flex: 0 auto;
    align-self: auto;
    height: 180%;
    overflow: visible;
  }

  .nav-links-conatiner {
    z-index: 1;
    background-color: var(--background-black);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 4rem;
    padding-left: 0;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .nav-logo {
    z-index: 2;
    position: relative;
  }

  .nav-link {
    aspect-ratio: auto;
    border-top: 1px none var(--grey-line);
    border-bottom: 1px solid var(--grey-line);
    text-align: center;
    background-color: #0000;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 24px;
    font-size: 20px;
    display: block;
    overflow: visible;
  }

  .nav-link:active {
    opacity: .7;
  }

  .nav-link.w--current {
    max-width: 100%;
    display: block;
  }

  .nav-link.nav-item-dropdown {
    border-bottom: 1px solid var(--grey-line);
    border-top-style: none;
    padding-left: 24px;
  }

  .nav-link.nav_link--contact {
    border-style: solid none none;
    border-color: var(--light-grey);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-link.nav_link--contact.cta {
    background-color: var(--airxpert-color);
    border-radius: .8rem;
    padding: 10px 10px 16px;
    font-size: 18px;
  }

  .nav-link.nav_link--contact.cta.mrac {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.cta {
    border-width: 0;
    border-radius: 0;
  }

  .nav-sub-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid var(--grey-line);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .contact-me-section {
    padding-bottom: 4rem;
  }

  .conatct-card {
    padding: 2rem;
  }

  .grid-case-study-2x1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .project-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-case-study-2x1-reverse {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .next-project-title {
    font-size: 3rem;
    line-height: 1.2em;
  }

  .project-long-image-text-wrapper {
    padding-right: 24px;
  }

  .grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 2.5fr;
  }

  .section {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .section.section-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.quotes {
    display: flex;
  }

  .section.sec-5 {
    padding-bottom: 4rem;
  }

  .primary-button {
    padding: .75rem 1.25rem;
  }

  .label-heading {
    font-size: calc(.5vw + .75rem);
  }

  .contact-links {
    font-size: 1.1em;
  }

  .success-message {
    flex: 1;
    padding: 1.25rem;
  }

  .navha-hamburger-button {
    background-color: #f3f3f3;
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    padding: .9rem;
    transition: background-color .3s;
    display: flex;
  }

  .navha-hamburger-button:hover {
    background-color: #d3d3d3;
  }

  .project-hero-small {
    padding-top: 12rem;
    padding-bottom: 2rem;
  }

  .roles-container {
    margin-top: 1rem;
  }

  .project-hero-small-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .screen-shot-container {
    padding: 8vw;
  }

  .hero-contact-link {
    font-size: calc(.85vw + .75rem);
  }

  .grid---ratio-1x2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 5fr 7fr;
    align-content: stretch;
    place-items: start;
    margin-top: 0;
  }

  .grid---ratio-1x2.ver-1 {
    align-content: space-around;
    place-items: start;
  }

  .title-wrapper-sticky {
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: 0;
  }

  .title-wrapper-sticky.ver-1 {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: sticky;
    top: 5rem;
  }

  .title-wrapper-sticky.ver-1.sub-1 {
    max-width: 95%;
    margin-left: 0;
    padding-top: 0;
    top: 5rem;
  }

  .title-wrapper-sticky.ver-1.quality {
    padding-top: 20px;
    position: sticky;
    top: 4rem;
  }

  .title-wrapper-sticky.ver-1.phone {
    padding-top: 20px;
  }

  .title-wrapper-sticky.ver-1.abus {
    flex-flow: column;
  }

  .title-wrapper-sticky.page-2 {
    margin-top: 20px;
  }

  .press-logos-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 38px;
  }

  .press-logo-container {
    padding: 2vw 1.4vw;
  }

  .nav-wrapper {
    border-bottom-style: none;
    justify-content: space-between;
    align-items: center;
  }

  .hero-description {
    margin-top: 0;
    font-size: 2.35vw;
  }

  .hero-text-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .hero-top-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
  }

  .hero-background-wrapper {
    height: 70%;
  }

  .hero-background.service {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .hero-background.sec2 {
    margin-top: 0;
  }

  .project__container {
    width: 90%;
    min-width: auto;
  }

  .contact-heading {
    font-size: 16vw;
  }

  .nav-link-2 {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px #5c5c5c;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
    font-size: 20px;
    display: flex;
  }

  .nav-link-2:active {
    opacity: .7;
  }

  .nav-link-2.nav-item-dropdown {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    padding-left: 24px;
  }

  .nav-links-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    overflow: visible;
  }

  .nav-links-wrapper.ver-1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-links-wrapper.ver-1.ver-2 {
    max-width: 100%;
  }

  .about-text-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .contact-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .hero-background-fade-overlay {
    background-image: linear-gradient(180deg, var(--background-black), #0000 25%, #02020200 75%, var(--background-black));
    margin-top: 0;
  }

  .project-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: -50px;
    position: relative;
    top: 123px;
  }

  .project-grid.ver-1 {
    align-content: space-around;
    margin-top: 0;
    padding-bottom: 75vw;
    top: 20px;
  }

  .project-image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-heading {
    font-size: calc(1vw + 1.25rem);
  }

  .project-text-wrapper {
    margin-top: 1.25rem;
  }

  .label-2 {
    font-size: calc(.5vw + .75rem);
  }

  .skills-grid {
    grid-template-columns: 1fr 1fr;
  }

  .awards-title {
    font-size: 1em;
    line-height: 1em;
  }

  .awards-subheading {
    font-size: 15px;
  }

  .awards-links-wrapper {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.1em;
    line-height: 1.3em;
    display: flex;
  }

  .awards-grid.skills-grid {
    padding-left: 19px;
  }

  .quote-mask {
    width: 100%;
    padding-top: 100px;
    padding-left: 220px;
  }

  .quote-arrow {
    margin-right: 170px;
  }

  .quote-arrow.gallery-arrow-left {
    margin-right: 230px;
  }

  .slide-nav {
    font-size: 1.7vw;
  }

  .quote-card {
    padding: 2rem;
  }

  .quote-profile-image-wrapper {
    width: 64px;
    height: 64px;
  }

  .contact-subheading-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 2rem;
  }

  .hero-contact-info-wrapper {
    margin-top: 15rem;
    padding-top: 20px;
  }

  .hero-heading-wrapper {
    width: auto;
  }

  .values-heading {
    font-size: 1.4em;
  }

  .label {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .intro-text-white {
    margin-top: 0;
    font-size: 1.8em;
    position: relative;
    left: -30px;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .image-5 {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-left: 15px;
    padding-right: 0;
  }

  .image-5.rec {
    margin-left: 0;
  }

  .div-block-2 {
    clear: none;
    justify-content: center;
    align-items: flex-end;
    max-width: 80%;
    margin-left: 159px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
    right: auto;
    overflow: visible;
  }

  .div-block-3 {
    max-width: 50%;
    margin-right: -50px;
    padding-left: 0;
  }

  .heading-sec-4 {
    font-size: 1.8em;
    display: flex;
    position: relative;
    left: -30px;
  }

  .image-7 {
    max-width: 150%;
    height: 150%;
    max-height: 150%;
  }

  .image-8 {
    max-width: 90%;
    position: static;
    bottom: 0;
    left: 0;
  }

  .image-9 {
    margin-top: -9px;
    margin-left: 102px;
    margin-right: 0;
    left: 60px;
    right: 0;
  }

  .bold-text-10 {
    font-size: 4.2rem;
  }

  .service-title {
    margin-top: 20px;
  }

  .div-block-9 {
    width: 200%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-2 {
    text-align: center;
    width: 110%;
    font-size: 2.7rem;
  }

  .heading-2.service {
    width: 102%;
    font-size: 3.5rem;
  }

  .heading-2.sec-2 {
    width: 100%;
    font-size: 2.2rem;
  }

  .page-background {
    grid-template-columns: 1.25fr 1.5fr;
  }

  .tag-line {
    color: #fff;
    font-size: 40px;
    line-height: 1.2em;
    display: block;
  }

  .card-service.single-split, .card-service.multisplit, .card-service.vrf-system, .card-service.iaq {
    width: 30vw;
    height: 350px;
  }

  .heading-3 {
    margin-left: 0;
    font-size: 4rem;
  }

  .heading-3.vrv {
    font-size: 3.5rem;
  }

  .header-card {
    margin-top: 30px;
  }

  .paragraph-37 {
    margin-left: 0;
    font-size: 20px;
  }

  .card-container-2 {
    padding-top: 10px;
  }

  .modal-content.vrv {
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-content.iaq {
    background-size: auto;
    width: 98vw;
  }

  .modal-wrapper-2.multi-split {
    display: none;
  }

  .modal-wrapper-2.vrv {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .modal-wrapper-2.single-split, .modal-wrapper-2.iaq {
    display: none;
  }

  .heading-single-split.iaq {
    font-size: 2.2rem;
  }

  .text-span-8 {
    font-size: 1.7rem;
  }

  .detail-image-wrapper.multi-split.bg3 {
    background-image: url('../images/Solusinya-1.png');
    background-position: 0%;
  }

  .content-of-single-split.mrac {
    font-size: 20px;
  }

  .content-of-single-split.mrac.bg {
    width: 50%;
    font-size: 16px;
  }

  .content-of-single-split.mrac.bg.part-2 {
    font-size: 30px;
  }

  .content-of-single-split.iaq {
    font-size: 18px;
    line-height: 1.5em;
  }

  .paragraph-40 {
    display: block;
  }

  .close-button-detail {
    width: auto;
  }

  .header-hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-multi-split {
    font-size: 2.1rem;
  }

  .feature-wrapper.health, .feature-wrapper.overhaul {
    margin-top: 215px;
  }

  .section-contact {
    width: 97vw;
    max-width: 100vw;
    margin-left: 0;
  }

  .submit-button {
    width: 70%;
  }

  .submit-button.cta-wa {
    width: 36%;
  }

  .contact-info-wrapper {
    width: 56vw;
  }

  .section-cta-home.vrv {
    padding-top: 140px;
  }

  .section-cta-home.iaq {
    height: 419px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .heading-10 {
    background-color: #fff0;
    font-size: 1.7rem;
  }

  .paragraph-44.iaq {
    font-size: 25px;
  }

  .cta-text-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
  }

  .image-26 {
    height: 101%;
  }

  .div-block-22 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .heading-14 {
    color: var(--light-grey);
  }

  .bold-text-30 {
    font-size: 20px;
  }

  .bold-text-31 {
    text-align: justify;
  }

  .image-bg-iaq {
    background-position: 0 0;
    background-size: cover;
    width: 100vw;
    max-width: 90vw;
    height: 384px;
  }

  .image-bg-iaq.ver-2 {
    height: 450px;
  }

  .image-bg-iaq.impact {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 88vw;
  }

  .text-block-13 {
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    height: 90%;
    font-size: 27px;
    display: block;
  }

  .link {
    font-size: 12px;
  }

  .div-block-29 {
    height: 70vh;
  }

  .bold-text-36 {
    font-size: 18px;
  }

  .text-block-16 {
    flex: 0 auto;
    font-size: 27px;
  }

  .detail-content-text16 {
    flex: 1;
    font-size: 19px;
  }

  .contant-card-wrapper-iaq {
    flex: 0 auto;
  }

  .image-33 {
    height: 52%;
  }

  .bold-text-37 {
    font-size: 18px;
  }

  .heading-17 {
    line-height: 1em;
  }

  .heading-17.page2 {
    padding-left: 0;
    font-size: 2.2rem;
    line-height: 1em;
  }

  .heading-17.page-4 {
    margin-top: 0;
    font-size: 2.9rem;
    line-height: .6em;
  }

  .bold-text-39 {
    font-size: 17px;
  }

  .bold-text-39.page2 {
    font-size: 15px;
  }

  .bold-text-41 {
    font-size: 1.8rem;
    text-decoration: none;
  }

  .bold-text-41.page2 {
    padding-left: 5px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }

  .bold-text-41.page4 {
    padding-left: 5px;
    font-size: 1.7rem;
  }

  .paragraph-49 {
    line-height: 1em;
  }

  .paragraph-49.page2 {
    margin-top: -3px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 25px;
    line-height: .9em;
  }

  .heading-18 {
    top: 20px;
    left: 120px;
  }

  .bold-text-42 {
    font-size: 2rem;
  }

  .image-37 {
    height: 73px;
  }

  .heading-19 {
    font-size: 1.1rem;
  }

  .text-block-20 {
    font-size: 12px;
  }

  .section-4 {
    background-image: url('../images/ChatGPT-Image-Jun-1-2025-at-05_01_45-PM.png');
    background-position: 0 0;
    background-size: cover;
  }

  .slider {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .mask {
    width: 100%;
    height: 100%;
  }

  .heading-20 {
    line-height: .9em;
  }

  .bold-text-44 {
    color: var(--grey-line);
  }

  .div-block-51 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
    display: flex;
  }

  .heading-21 {
    font-size: 3.3rem;
  }

  .header-form-booking {
    padding-top: 10px;
  }

  .form-content-booking.dimension {
    width: 42vw;
  }

  .form-content-booking.dimension.qty {
    width: 85%;
  }

  .form-content-booking.dimension.dua {
    width: 35vw;
  }

  .form-content-booking.dimension.price {
    width: 100%;
  }

  .element-form.grid {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-bottom: 0;
    display: grid;
  }

  .element-form.grid.part-3 {
    grid-template-columns: .5fr 1.5fr;
  }

  .element-form-copy.grid {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-bottom: 0;
    display: grid;
  }

  .js-remove {
    left: 70px;
  }

  .booking-id-card {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .display-heading-1 {
    font-size: 3.5rem;
  }

  .hero-heading {
    z-index: 2;
  }

  .heading-h4 {
    font-size: 1.5em;
  }

  .paragraph-32 {
    font-size: 2rem;
  }

  .paragraph-24, .paragraph-20 {
    width: 100%;
  }

  .paragraph-14 {
    font-size: calc(.6vw + .75rem);
    line-height: 1.5em;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .nav-menu-icon {
    margin-right: 0;
  }

  .nav-bar {
    height: auto;
    min-height: 4rem;
  }

  .project-2-container {
    width: 100%;
    height: auto;
    min-height: 60vw;
    margin-left: 24px;
    margin-right: 24px;
  }

  .secondary-button {
    padding: 16px 22px;
  }

  .project-long-image-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .project-long-image-container.max-width {
    flex-direction: column;
  }

  .awards-links-container {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .project-hero-text-name {
    font-size: 1.4em;
  }

  .project-hero-details-wrapper {
    width: 100%;
  }

  .project-hero-details-grid {
    flex-direction: column;
    margin-bottom: 0;
  }

  .project-footer {
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .project-footer-link {
    margin: 12px 16px;
  }

  .project-image-screenshot.project_image-screenshot--spacer {
    margin-bottom: 1.25vw;
  }

  .container {
    width: 96vw;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container.intro-container {
    margin-top: 5px;
    padding: 0 2rem 35px;
  }

  .container.global-container-medium.global-container-hero {
    padding-bottom: 15vh;
  }

  .container.narrow {
    width: 90%;
  }

  .project-1-image-container {
    height: 90vh;
    min-height: 400px;
  }

  .project-1-button {
    letter-spacing: 3px;
    right: 5%;
  }

  .skill-card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .scrolling-logo-container {
    width: 200vw;
  }

  .scrolling-logo-wrapper {
    width: 20vw;
    max-height: 5vw;
  }

  .nav-links-conatiner {
    padding-top: 64px;
  }

  .nav-link {
    padding: 24px;
  }

  .nav-link.nav_link--contact.cta {
    padding-bottom: 10px;
    font-size: 13px;
  }

  .contact-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 11fr;
  }

  .contact-me-section {
    padding-top: 5.5rem;
    padding-bottom: 2rem;
  }

  .conatct-card {
    padding: 1.5rem;
  }

  .grid-case-study-2x1 {
    grid-template-columns: 12fr;
  }

  .project-section.top-image-section {
    margin-top: -15vh;
  }

  .grid-case-study-2x1-reverse {
    grid-template-columns: 12fr;
  }

  .project-long-image-text-wrapper {
    width: 100%;
    min-height: auto;
    max-height: none;
    margin-bottom: 32px;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .project-long-image-wrapper {
    width: 100%;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .section.section-hero {
    min-height: 100svh;
    padding-top: 5.5rem;
    padding-bottom: 0;
    overflow: hidden;
  }

  .section.intro.page-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.section-logos {
    padding-top: 0;
  }

  .section.ver-1 {
    width: 100vw;
    padding-top: 1rem;
  }

  .section.sec-5 {
    width: 100vw;
  }

  .metrics-value {
    font-size: 2.2rem;
  }

  .footer-bottom-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-links {
    font-size: 1em;
  }

  .navha-hamburger-button {
    height: 3.375rem;
  }

  .project-hero-small {
    min-height: 50vh;
    padding-top: 80px;
  }

  .roles-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-contact-link {
    font-size: calc(.85vw + .85rem);
  }

  .press-logos-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 1rem;
  }

  .press-logo-container {
    padding: 0 10px;
  }

  .press-logo-image {
    max-width: 200%;
    max-height: 100%;
  }

  .press-logo-image.ver-1 {
    width: 100%;
  }

  .press-logo-image.gree {
    height: 130%;
    max-height: 200%;
  }

  .nav-wrapper {
    flex-flow: row;
  }

  .hero-description {
    text-align: center;
    margin-bottom: -34px;
    padding-bottom: 0;
    font-size: 1.1rem;
  }

  .hero-description.ver-1 {
    padding-top: 0;
    display: flex;
  }

  .hero-text-wrapper {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .hero-top-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-top-wrapper.service {
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .hero-description-wrapper {
    width: 100%;
  }

  .hero-background-wrapper.for-service {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .hero-background {
    display: none;
  }

  .hero-background.background-mobile {
    margin-top: 0;
    display: block;
  }

  .hero-background.background-mobile.for-service {
    background-image: none;
    border: 1px solid #000;
    flex: none;
    align-self: auto;
    padding-right: 0;
    position: static;
    top: 76px;
  }

  .hero-background.service {
    display: none;
  }

  .hero-background.sec3 {
    display: block;
  }

  .project__container {
    width: 100%;
    min-height: 68vw;
    margin-left: 24px;
    margin-right: 24px;
  }

  .templates_wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .nav-link-2 {
    padding: 24px;
  }

  .contact-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .project-grid {
    grid-template-columns: 1fr;
    padding-bottom: 15vw;
  }

  .project-heading {
    font-size: calc(1vw + 1.5rem);
  }

  .project-link-wrapper.project-even {
    bottom: auto;
  }

  .card.services {
    padding: 2rem 1.5rem;
  }

  .skills-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .awards-subheading {
    margin-top: 8px;
  }

  .awards-links-wrapper {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .quote-slider {
    padding-top: 42px;
  }

  .quote-mask {
    width: 90vw;
    padding-left: 140px;
    padding-right: 140px;
  }

  .slide-nav {
    display: none;
  }

  .quote-card {
    padding: 2rem;
  }

  .quote-heading {
    font-size: 1.4em;
  }

  .quote-title {
    font-size: 12px;
  }

  .quote-profile-image-wrapper {
    width: 56px;
    height: 56px;
    margin-right: 8px;
  }

  .contact-link {
    font-size: 8vw;
  }

  .hero-contact-info-wrapper {
    margin-top: 1.5rem;
  }

  .values-italics {
    font-size: 2.2rem;
  }

  .values-heading {
    font-size: 1.8em;
  }

  .values-text-container {
    flex: 0 auto;
    max-width: 20rem;
    padding-left: 2rem;
  }

  .values-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .label {
    margin-left: 0;
  }

  .intro-text-white {
    font-size: 1.5em;
    top: 12px;
    left: -20px;
  }

  .footer-text {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .services-empty-space {
    display: none;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 0;
  }

  .image-6 {
    position: relative;
    right: 27px;
  }

  .heading-sec-4 {
    font-size: 1.5em;
    top: 19px;
    left: -20px;
  }

  .image-7 {
    max-width: 200%;
  }

  .image-8 {
    margin-top: 15px;
  }

  .image-9 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: -20px;
    margin-left: 25px;
    padding-top: 21px;
    top: 29px;
    left: -9px;
    right: 54px;
  }

  .bold-text-10 {
    font-size: 3rem;
  }

  .container-3 {
    background-color: #0000000f;
  }

  .navbar {
    background-color: #ddd0;
  }

  .heading-2.sec-2 {
    text-align: center;
    font-size: 2.4rem;
  }

  .paragraph-36.sec-2 {
    font-size: 25px;
  }

  .card-service.single-split, .card-service.multisplit, .card-service.vrf-system, .card-service.iaq {
    width: 38vw;
  }

  .card-service.s-r {
    place-items: center stretch;
    width: 80%;
  }

  .card-service.s-r.ov {
    padding-top: 20px;
  }

  .heading-3 {
    font-size: 3.8rem;
  }

  .heading-3.iaq {
    font-size: 3.5rem;
  }

  .header-card {
    width: 45%;
    margin-top: 20px;
  }

  .paragraph-37 {
    margin-left: 0;
  }

  .card-container-2.s-r {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .modal-content.vrv {
    width: 100vw;
  }

  .modal-wrapper-2.multi-split, .modal-wrapper-2.vrv, .modal-wrapper-2.single-split, .modal-wrapper-2.iaq {
    display: none;
  }

  .text-span-8 {
    font-size: 1.4rem;
  }

  .detail-image-wrapper.multi-split.bg05 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .detail-image-wrapper.vrv {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .content-of-single-split {
    color: var(--content-card);
    font-size: 19px;
    font-weight: 500;
    display: block;
  }

  .content-of-single-split.vrf {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .content-of-single-split.mrac {
    font-size: 16px;
  }

  .content-of-single-split.mrac.bg {
    font-size: 10px;
  }

  .content-of-single-split.mrac.bg.part-2 {
    font-size: 23px;
  }

  .content-of-single-split.iaq {
    font-size: 16px;
  }

  .content-of-single-split.iaq2 {
    font-size: 19px;
  }

  .heading-6 {
    font-size: 1.9rem;
  }

  .paragraph-40 {
    position: static;
  }

  .heading-multi-split {
    font-size: 1.7rem;
  }

  .pricing-section, .section-contact {
    width: 100vw;
  }

  .heading-contact {
    font-size: 3.3rem;
  }

  .paragraph-42 {
    font-size: 18px;
  }

  .submit-button.cta-wa {
    width: 57%;
  }

  .contact-info-wrapper {
    width: 50vw;
    font-size: 16px;
  }

  .form-2 {
    width: 202px;
  }

  .text-block-9 {
    font-size: 17px;
  }

  .contact-wrapper {
    margin-left: -5px;
    padding-left: 0;
  }

  .section-cta-home.iaq {
    height: 312px;
  }

  .cta-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .heading-10 {
    font-size: 1.2rem;
  }

  .paragraph-44.vrf {
    font-size: 33px;
  }

  .paragraph-44.iaq {
    font-size: 20px;
  }

  .cta-text-wrapper {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
  }

  .paragraph-vrv {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 0;
    font-size: 2.8rem;
  }

  .div-block-19.he {
    grid-template-columns: 1fr 1.25fr;
    padding-top: 10px;
  }

  .div-block-19.viu {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .paragraph-48, .paragraph-48.ac {
    font-size: 16px;
  }

  .paragraph-48.sc {
    font-size: 17px;
  }

  .paragraph-48.fi {
    font-size: 15px;
  }

  .paragraph-48.viu {
    padding-left: 5px;
    font-size: 15px;
  }

  .text-block-11 {
    font-size: 20px;
  }

  .heading-12 {
    font-size: 3rem;
  }

  .heading-13 {
    color: var(--light-grey);
    font-size: 2.7rem;
  }

  .img_warppet-vrv {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .image-26 {
    height: 94%;
  }

  .bold-text-24 {
    font-size: 21px;
  }

  .div-block-23 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-right: 10px;
  }

  .bold-text-25 {
    font-size: 21px;
  }

  .heading-14 {
    color: var(--light-grey);
    font-size: 3rem;
  }

  .heading-15 {
    font-size: 3.2rem;
  }

  .bold-text-26 {
    font-size: 22px;
  }

  .div-block-25 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .bold-text-27 {
    font-size: 22px;
  }

  .heading-16 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 3rem;
  }

  .image-27 {
    width: auto;
    height: 163px;
  }

  .bold-text-30, .bold-text-31 {
    font-size: 14px;
  }

  .heading-vrv {
    font-size: 2rem;
  }

  .image-bg-iaq {
    width: 85vw;
    height: 302px;
  }

  .image-bg-iaq.ver-2 {
    height: 350px;
  }

  .image-bg-iaq.impact, .image-bg-iaq.impact._1, .image-bg-iaq.impact._2 {
    width: 85vw;
  }

  .text-block-13 {
    flex: 0 auto;
    padding-top: 30px;
    font-size: 20px;
  }

  .text-block-13.impact {
    font-size: 19px;
  }

  .footer-source.part-2 {
    height: 88%;
  }

  .link {
    padding-right: 20px;
    font-size: 10px;
  }

  .div-block-29 {
    width: 100%;
    height: 50vh;
  }

  .bold-text-36 {
    font-size: 15px;
  }

  .text-block-16 {
    font-size: 24px;
  }

  .detail-content-text16 {
    flex: 1;
    font-size: 17px;
  }

  .image-33 {
    height: 57%;
  }

  .bold-text-37 {
    font-size: 13px;
    line-height: 1.2em;
  }

  .bold-text-38 {
    font-size: 16px;
  }

  .heading-17 {
    font-size: 2.4rem;
  }

  .heading-17.page2 {
    padding-left: 5px;
    font-size: 2.8rem;
    line-height: .9em;
  }

  .heading-17.page-4 {
    font-size: 1.9rem;
  }

  .bold-text-39 {
    font-size: 12px;
  }

  .bold-text-39.page2 {
    font-size: 12px;
    line-height: 1em;
  }

  .bold-text-41 {
    padding-right: 10px;
    font-size: 1.3rem;
  }

  .bold-text-41.page2 {
    font-size: 1.1rem;
  }

  .bold-text-41.page4 {
    font-size: 1.3rem;
    line-height: 1em;
  }

  .paragraph-49 {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .paragraph-49.page2 {
    padding-left: 5px;
  }

  .image-35 {
    width: 100vw;
  }

  .heading-18 {
    font-size: 1.5rem;
    line-height: 1.3em;
    left: 50px;
  }

  .bold-text-42 {
    font-size: 1.7rem;
  }

  .div-block-31 {
    width: 70%;
    top: 30%;
    left: 100px;
  }

  .image-37 {
    width: 14%;
    height: 44px;
  }

  .text-wrapper-iaq {
    font-size: 16px;
  }

  .heading-19 {
    font-size: .8rem;
  }

  .text-block-20 {
    font-size: 9px;
  }

  .bold-text-43 {
    color: var(--background-black);
    font-size: 16px;
  }

  .section-5 {
    width: 100vw;
  }

  .slider-2 {
    padding-top: 10px;
    padding-left: 10px;
  }

  .heading-20 {
    color: var(--content-card);
    padding-left: 5px;
    font-size: 2.8rem;
  }

  .text-block-22 {
    font-size: 18px;
  }

  .bold-text-44 {
    color: var(--grey-line);
  }

  .bold-text-45 {
    font-size: 15px;
  }

  .bold-text-46 {
    color: var(--airxpert-color);
  }

  .body-3 {
    display: block;
  }

  .form-3 {
    width: 100%;
  }

  .heading-21 {
    font-size: 2.2rem;
  }

  .header-form-booking.add-ons {
    border: 2px solid #000;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 18px;
    display: flex;
    top: auto;
  }

  .form-content-booking.dimension {
    width: 38vw;
  }

  .form-content-booking.dimension.qty {
    width: 21vw;
  }

  .element-form {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .element-form.grid {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    margin-bottom: .125rem;
    padding-bottom: .25rem;
    display: grid;
  }

  .element-form.grid.part-2 {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .element-form.grid.dua {
    margin-bottom: .125rem;
  }

  .element-form.grid.part-3 {
    grid-template-columns: .5fr .25fr;
    width: 100%;
  }

  .element-form.total-price {
    margin-top: 0;
  }

  .sub-element-form.qty {
    padding-right: 5px;
  }

  .element-form-copy.grid {
    grid-template-columns: 1fr .75fr;
  }

  .heading-22 {
    text-align: center;
    flex-flow: row;
    width: 100%;
    padding-top: 5px;
    padding-left: 0;
    font-size: 2.3rem;
    display: block;
  }

  .header-wrapper {
    display: flex;
  }

  .price-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .image-40 {
    position: relative;
    bottom: auto;
  }

  .js-remove {
    width: 40%;
  }

  .heading-23 {
    font-size: 3.6rem;
  }

  .heading-24 {
    font-size: 2.6rem;
  }

  .paragraph-50 {
    font-size: 20px;
  }

  .booking-id-card {
    width: 80%;
  }

  .heading-footer {
    font-size: 2.2rem;
  }

  .footer-content-thx {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .display-heading-1 {
    margin-bottom: 1rem;
    font-size: calc(.75rem + 11vw);
  }

  .hero-heading {
    font-size: 15vw;
  }

  .heading-h3 {
    line-height: 14vw;
  }

  .heading-h6 {
    margin-bottom: .5rem;
  }

  .heading-h5 {
    margin-bottom: .75px;
  }

  .paragraph-32 {
    font-size: 1.6rem;
  }

  .paragraph-16.card-ver {
    flex: 1;
    margin-top: 0;
  }

  .paragraph-16._1 {
    margin-left: 0;
  }

  .paragraph-16._3 {
    padding-left: 0;
  }

  .paragraph-16._6 {
    margin-left: 0;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .project-2-container {
    align-items: center;
    width: 100%;
    min-height: 100svh;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .secondary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awards-links-container {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .project-hero-details-text {
    font-size: 1em;
  }

  .project-hero-section {
    perspective-origin: 0 0;
  }

  .project-hero-details-title {
    font-size: 1em;
  }

  .project-footer-link {
    margin-left: 12px;
    margin-right: 12px;
  }

  .container {
    flex-wrap: nowrap;
  }

  .container.intro-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container.global-container-medium.global-container-hero {
    padding-bottom: 18vh;
  }

  .container.container-footer {
    flex-direction: column;
  }

  .container.narrow {
    width: 100%;
  }

  .container.thank-you {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .project-1-image-container {
    width: 114%;
    height: 60vh;
    min-height: 300px;
    max-height: 180vw;
    margin-left: -10vw;
  }

  .project-1-button {
    font-size: 16px;
  }

  .scrolling-logo-wrapper {
    width: 25vw;
    max-height: 8vw;
  }

  .nav-link.nav_link--contact.cta {
    color: var(--background-black);
    border-radius: .6rem;
    width: 50%;
    padding: 10px 0;
    font-size: 17px;
  }

  .nav-link.nav_link--contact.cta:hover {
    color: var(--white);
  }

  .nav-sub-container {
    z-index: 7;
  }

  .grid-case-study-2x1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-2x2 {
    grid-template-columns: 1fr;
  }

  .next-project-title {
    font-size: 2.2rem;
  }

  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .rich-text-block h1 {
    font-size: 3.2rem;
  }

  .rich-text-block h2 {
    font-size: 2.4rem;
  }

  .rich-text-block h3 {
    font-size: 1.7rem;
  }

  .section.section-hero {
    padding-top: 4rem;
  }

  .section.intro {
    padding-top: 7rem;
  }

  .section.intro.page-4 {
    padding-top: 6rem;
  }

  .section.section-logos {
    padding-top: 0;
  }

  .section.ver-1 {
    display: flex;
  }

  .section.brand {
    padding-bottom: 2rem;
  }

  .section.sec-5 {
    padding-bottom: 4rem;
  }

  .metrics-value {
    font-size: 1.8rem;
  }

  .footer-bottom-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .project-hero-small {
    perspective-origin: 0 0;
    padding-top: 10rem;
  }

  .roles-container {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    margin-bottom: 1rem;
  }

  .screen-shot-container {
    padding: 0;
  }

  .hero-contact-link {
    font-size: calc(.8vw + .8rem);
  }

  .grid---ratio-1x2 {
    grid-template-rows: auto auto;
    grid-template-columns: 5fr;
    margin-left: 0;
  }

  .grid---ratio-1x2.ver-1 {
    flex-flow: column;
    grid-auto-flow: row;
    place-content: stretch;
    display: flex;
  }

  .title-wrapper-sticky.ver-1.quality {
    position: static;
  }

  .title-wrapper-sticky.ver-1.phone {
    position: relative;
    top: 1rem;
  }

  .title-wrapper-sticky.ver-1.abus {
    position: static;
  }

  .title-wrapper-sticky.page-2 {
    margin-left: 0;
  }

  .press-logos-grid {
    grid-column-gap: .5625em;
    grid-row-gap: .5625em;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .press-logo-container {
    padding: 8.25vw;
  }

  .press-logo-image {
    width: 102%;
    max-width: 120%;
    height: 150%;
  }

  .hero-description {
    width: 100%;
    max-width: 200%;
    margin-bottom: -45px;
    font-size: .85rem;
    line-height: 1.4em;
  }

  .hero-text-wrapper {
    margin-top: 70px;
  }

  .hero-text-wrapper.phone {
    margin-top: 80px;
    padding-top: 55px;
  }

  .hero-top-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: space-between;
    align-items: center;
  }

  .hero-description-wrapper {
    max-width: 100%;
  }

  .hero-background {
    opacity: .8;
  }

  .project__container {
    align-items: center;
    width: 100%;
    min-height: 96vh;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .contact-heading {
    font-size: 15vw;
  }

  .hero-background-fade-overlay {
    flex: 1;
  }

  .skills-grid {
    margin-top: 50px;
    padding-top: 20px;
  }

  .skill-title {
    font-size: 1.25rem;
  }

  .awards-logo-wrapper {
    width: 6rem;
    height: 2rem;
    margin-top: 8px;
  }

  .awards-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .quote-mask {
    width: 85vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-card {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .quote-heading {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .quote-profile-image-wrapper {
    margin-right: 12px;
  }

  .contact-subheading-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 1rem;
  }

  .hero-contact-info-wrapper {
    margin-top: 8rem;
  }

  .values-text-container {
    max-width: none;
    padding-left: 0;
  }

  .values-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .values-image {
    display: none;
  }

  .label {
    padding-top: 0;
    display: flex;
    top: -111px;
    bottom: 0;
  }

  .intro-text-white {
    margin-top: 0;
    font-size: 1.3em;
    display: block;
    top: 0;
    left: -14px;
  }

  .footer-bottom-links-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-alt {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .scrolling-logo-outer-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-4 {
    margin-left: 0;
  }

  .div-block-2 {
    aspect-ratio: auto;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 130%;
    max-width: 200%;
    height: auto;
    max-height: 200%;
    margin-top: -125px;
    margin-bottom: -21px;
    margin-left: 0;
    overflow: clip;
  }

  .text-span-2, .text-span-3 {
    font-size: 1em;
  }

  .div-block-3 {
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
    position: relative;
    top: -80px;
    right: -47px;
  }

  .image-6 {
    max-width: 70%;
    top: 0;
    right: 43px;
  }

  .heading-sec-4 {
    padding-bottom: 0;
    font-size: 1.2em;
    top: 4px;
    left: -14px;
  }

  .image-7 {
    max-width: 100%;
    height: 100%;
  }

  .image-9 {
    width: 300px;
    max-width: 350%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 45px;
    padding-right: 23px;
    position: relative;
    top: 25px;
    bottom: 0;
    right: 44px;
  }

  .bold-text-10 {
    font-size: 1.8rem;
  }

  .heading-2.service {
    width: 100vw;
    padding-right: 10px;
    font-size: 3.5rem;
  }

  .heading-2.sec-2 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2rem;
  }

  .tag-line {
    width: 100vw;
    font-size: 31px;
  }

  .paragraph-36.sec-2 {
    font-size: 14px;
  }

  .card-service.single-split, .card-service.multisplit, .card-service.vrf-system, .card-service.iaq {
    width: 80vw;
    height: 450px;
  }

  .card-service.s-r {
    width: 95%;
  }

  .card-title-service.card2 {
    font-size: 21px;
  }

  .heading-3 {
    font-size: 2.7rem;
  }

  .heading-3.iaq {
    margin-left: 0;
  }

  .heading-3.vrv {
    font-size: 2.5rem;
  }

  .heading-3.single {
    color: var(--cta-color);
  }

  .heading-3.s-r {
    text-align: center;
    font-size: 2.5rem;
  }

  .header-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
    padding-right: 10px;
  }

  .paragraph-37 {
    color: var(--white);
    background-color: #56565680;
    border-radius: 12px;
    width: auto;
    margin-top: 0;
    padding: 5px;
    font-size: 18px;
    font-weight: 500;
  }

  .paragraph-37.iaq {
    margin-left: 0;
  }

  .modal-content.multi-split {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .modal-content.vrv {
    width: 95vw;
    margin-left: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .modal-content.iaq {
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modal-wrapper-2.multi-split {
    display: none;
  }

  .modal-wrapper-2.vrv {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .modal-wrapper-2.single-split, .modal-wrapper-2.iaq {
    display: none;
  }

  .heading-single-split {
    font-size: 2rem;
  }

  .text-span-8 {
    font-size: 1.3rem;
  }

  .detail-image-wrapper.multi-split {
    width: 85vw;
  }

  .detail-image-wrapper.multi-split.bg05 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 80px;
  }

  .detail-image-wrapper.vrv {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 85vw;
    margin-left: -20px;
  }

  .detail-image-wrapper.iaq {
    width: 90vw;
  }

  .detail-image-wrapper.single-split.bg01 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 100px;
  }

  .content-of-single-split {
    font-size: 16px;
  }

  .content-of-single-split.vrf {
    font-size: 15px;
  }

  .content-of-single-split.mrac {
    margin-left: 0;
    font-size: 13px;
  }

  .content-of-single-split.mrac.bg {
    width: 100%;
    font-size: 10px;
  }

  .content-of-single-split.mrac.bg.part-2, .content-of-single-split.multi-split {
    font-size: 13px;
  }

  .content-of-single-split.iaq {
    text-align: left;
    margin-bottom: 0;
    padding: 0 10px;
    font-size: 12px;
  }

  .content-of-single-split.iaq._2 {
    margin-top: 23px;
    padding-top: 0;
    font-size: 13px;
    line-height: 1.5em;
  }

  .content-of-single-split.iaq2 {
    margin-top: 0;
    font-size: 16px;
  }

  .heading-5 {
    font-size: 1.8rem;
  }

  .product-line-up {
    grid-template-columns: 1fr;
    width: 85vw;
  }

  .heading-multi-split {
    font-size: 1.7rem;
  }

  .text-block-5 {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .section-contact {
    flex-flow: column;
    width: 97vw;
    margin-right: 0;
  }

  .heading-contact {
    width: 89vw;
    font-size: 3.1rem;
  }

  .paragraph-42 {
    width: 88vw;
    font-size: 17px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .submit-button {
    width: 67%;
  }

  .submit-button.cta-wa {
    background-position: 50% 49%;
    width: 47%;
    height: 40px;
  }

  .text-field-2 {
    width: 86vw;
  }

  .contact-info-wrapper {
    width: 100vw;
    margin-left: -28px;
  }

  .form-2 {
    width: 86vw;
  }

  .div-block-18 {
    width: 80vw;
  }

  .contact-wrapper {
    margin-left: -11px;
  }

  .section-cta-home.vrv {
    width: 85vw;
    margin-left: -20px;
  }

  .section-cta-home.iaq {
    height: 189px;
  }

  .cta-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-10 {
    font-size: 1.6rem;
  }

  .paragraph-44 {
    font-size: 25px;
  }

  .paragraph-44.vrf {
    font-size: 22px;
  }

  .paragraph-44.iaq {
    border-radius: 3px;
    font-size: 13px;
  }

  .cta-text-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .paragraph-vrv {
    font-size: 2rem;
  }

  .div-block-19 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-19.ac {
    grid-template-columns: 1.5fr;
    padding-left: 0;
  }

  .div-block-19.ac.fi {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .div-block-19.he {
    background-image: linear-gradient(148deg, #011804 25%, #fff);
    grid-template-columns: 1fr;
  }

  .div-block-19.ad {
    flex: 0 auto;
    grid-template-columns: .75fr;
    align-self: auto;
  }

  .div-block-19.viu {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

  .paragraph-48 {
    color: var(--card--card-black);
  }

  .paragraph-48.sc {
    color: var(--content-card);
  }

  .paragraph-48.ad {
    margin-right: -20px;
    padding-left: 2px;
  }

  .paragraph-48.viu._2 {
    color: var(--white);
  }

  .text-block-11 {
    color: var(--light-grey);
    font-size: 17px;
  }

  .heading-12 {
    color: var(--light-grey);
    font-size: 2.2rem;
  }

  .heading-13 {
    color: var(--cta-color);
  }

  .img_warppet-vrv {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-24 {
    color: var(--cta-color);
  }

  .div-block-22 {
    padding-right: 0;
  }

  .bold-text-25 {
    color: var(--cta-color);
  }

  .heading-14, .heading-15, .bold-text-26 {
    color: var(--light-grey);
  }

  .div-block-25 {
    padding-right: 0;
  }

  .div-block-26 {
    padding-left: 0;
  }

  .bold-text-27 {
    font-size: 19px;
  }

  .heading-16 {
    align-self: auto;
    margin-left: 20px;
    font-size: 2.8rem;
  }

  .image-27 {
    margin-left: 20px;
  }

  .bold-text-30 {
    font-size: 15px;
  }

  .bold-text-31 {
    font-size: 13px;
  }

  .bold-text-35 {
    font-size: 17px;
  }

  .heading-vrv {
    margin-left: -18px;
    font-size: 1.5rem;
  }

  .image-bg-iaq {
    background-position: 50%;
    width: 90vw;
    height: 185px;
  }

  .image-bg-iaq.ver-2 {
    height: 283px;
  }

  .image-bg-iaq.impact {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    width: 90vw;
  }

  .image-bg-iaq.impact._1 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    height: 122px;
    font-size: 16px;
  }

  .image-bg-iaq.impact._2 {
    width: 90vw;
  }

  .image-bg-iaq.impact._3 {
    height: 114px;
  }

  .image-bg-iaq.impact._5 {
    background-position: 100% 0;
  }

  .text-block-13 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 39%;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 500;
    display: block;
  }

  .text-block-14.par2 {
    padding-bottom: 0;
    padding-right: 5px;
    font-size: 14px;
    line-height: 1.4em;
  }

  .footer-source.part-2 {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .link {
    text-align: right;
    padding-bottom: 2px;
    padding-right: 10px;
    font-size: 8px;
    line-height: 1.3em;
  }

  .div-block-29 {
    height: 37vh;
  }

  .bold-text-36 {
    font-size: 13px;
  }

  .text-block-16 {
    font-size: 20px;
  }

  .detail-content-text16 {
    border-radius: 8px;
    font-size: 16px;
  }

  .content-card-iaq-2.right {
    padding-right: 0;
  }

  .content-card-iaq-1 {
    padding-left: 0;
  }

  .image-31 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .bold-text-37 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .bold-text-38 {
    font-size: 11px;
  }

  .heading-17 {
    font-size: 1.5rem;
  }

  .heading-17.page2 {
    margin-top: 6px;
    margin-left: 15px;
    padding-left: 0;
    font-size: 1.2rem;
    line-height: .9em;
  }

  .heading-17.page-4 {
    padding-top: 0;
  }

  .bold-text-39 {
    font-size: 8px;
    line-height: 1.7em;
  }

  .bold-text-39.page2 {
    font-size: 8px;
    line-height: 1em;
  }

  .bold-text-41 {
    font-size: .8rem;
  }

  .bold-text-41.page2 {
    margin-left: 0;
    padding-left: 0;
    font-size: .9rem;
  }

  .bold-text-41.page4 {
    font-size: .9rem;
  }

  .paragraph-49 {
    font-size: 11px;
  }

  .paragraph-49.page2 {
    margin-top: -2px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
    font-size: 19px;
  }

  .paragraph-49.page2.ruam {
    margin-top: -12px;
  }

  .image-35 {
    border-radius: 10px;
    height: 300px;
  }

  .heading-18 {
    font-size: .8rem;
    top: 10px;
    left: 40px;
  }

  .bold-text-42 {
    font-size: .9rem;
  }

  .div-block-31 {
    justify-content: center;
    align-items: center;
    width: 97%;
    margin-top: -52px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    left: 5px;
  }

  .image-37 {
    width: 17%;
    height: 39px;
    padding-top: 5px;
  }

  .list-item {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding-left: 3px;
    padding-right: 4px;
  }

  .list-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 76vw;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    display: grid;
  }

  .heading-19 {
    font-size: .7rem;
  }

  .text-block-20 {
    font-size: 8px;
  }

  .div-block-50 {
    grid-template-columns: 1fr;
  }

  .heading-20, .bold-text-44 {
    color: var(--light-grey);
  }

  .div-block-51 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-23 {
    margin-left: 20px;
  }

  .select-field {
    width: 86vw;
  }

  .form-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-21 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 2rem;
  }

  .header-form-booking {
    text-align: left;
  }

  .header-form-booking.add-ons {
    border: 0 solid #8f8a8a;
    border-radius: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
    bottom: 4px;
  }

  .form-content-booking.dimension {
    width: 74vw;
  }

  .form-content-booking.dimension.qty {
    width: 25vw;
  }

  .form-content-booking.dimension.dua {
    width: 80%;
  }

  .form-content-booking.keluhan {
    height: 100px;
  }

  .element-form.grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .element-form.grid.part-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2.75fr;
    padding-top: .25rem;
  }

  .element-form.grid.part-3 {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    place-items: start stretch;
  }

  .element-form.total-price {
    margin-top: 0;
  }

  .sub-element-form {
    width: 77vw;
  }

  .sub-element-form.dua {
    padding-left: 0;
  }

  .element-form-copy.grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .heading-22 {
    width: 100%;
    padding-left: 0;
    font-size: 1.8rem;
  }

  .header-wrapper {
    text-align: center;
    flex-flow: column;
  }

  .price-grid {
    flex-flow: column;
    display: flex;
  }

  .dua {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
  }

  .unittemplatediv {
    display: none;
  }

  .heading-23 {
    margin-top: 20px;
    font-size: 2.6rem;
  }

  .heading-24 {
    font-size: 1.6rem;
  }

  .paragraph-50 {
    font-size: 15px;
    font-weight: 500;
  }

  .booking-id-card {
    width: 85%;
  }

  .heading-25 {
    font-size: 1.6rem;
  }

  .detail-booking-id {
    padding-left: 20px;
  }

  .detail-info-1._3 {
    padding-right: 20px;
  }

  .text-block-24, .text-block-25, .text-block-26, .text-block-27 {
    font-size: 18px;
  }

  .heading-26 {
    color: var(--cta-color);
    font-size: 1rem;
  }

  .buttin-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .button-4 {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .button-5 {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .footer-thx {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    display: flex;
  }

  .heading-footer {
    font-size: 1.8rem;
  }

  .footer-content-thx {
    font-size: 18px;
  }

  .text-block-28, .text-block-29, .text-block-30, .text-block-31 {
    font-size: 16px;
  }
}

#w-node-cf584512-8676-8978-8e80-55cad088506e-6ecfd3f6 {
  align-self: stretch;
}

#w-node-cf584512-8676-8978-8e80-55cad08850cb-6ecfd3f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf584512-8676-8978-8e80-55cad0885148-6ecfd3f6 {
  place-self: center end;
}

#w-node-cf584512-8676-8978-8e80-55cad0885149-6ecfd3f6, #w-node-cf584512-8676-8978-8e80-55cad088514b-6ecfd3f6, #w-node-cf584512-8676-8978-8e80-55cad088514c-6ecfd3f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_574d8f72-464b-95a7-62ca-791cb679cf17-6ecfd408, #w-node-_2e96e4da-b78f-4ec6-e330-4921c5e1cbbe-6ecfd408, #w-node-_20979ce3-b37e-9d53-d0b7-6828a66c6272-6ecfd408 {
  place-self: stretch stretch;
}

#w-node-_087df3d6-74cc-1693-921e-fb7cd6a7604d-6ecfd408 {
  place-self: center;
}

#w-node-ecf8dde0-a51e-a225-f69c-18d945f0a2a5-6ecfd408 {
  place-self: center;
}

#w-node-cac9d4d6-e9aa-0f65-8549-d7568da8efcc-6ecfd408 {
  place-self: center;
}

#w-node-cac9d4d6-e9aa-0f65-8549-d7568da8efc8-6ecfd408 {
  justify-self: start;
}

#w-node-_05b446af-326b-9a3c-bd50-6a58ba58753b-6ecfd408 {
  align-self: center;
}

#w-node-_1e41517c-24bd-585a-e595-6986cd517137-6ecfd408 {
  place-self: center;
}

#w-node-_3b02b533-6b9e-c5b9-9d10-1acd1b74e5ed-6ecfd408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d62d487-8509-2858-d725-cc0fc407c5a3-6ecfd408 {
  place-self: auto;
}

#w-node-a25d6748-f216-9684-10df-d239439b5e79-6ecfd408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dfb43ab-4c44-f587-a807-dd2182d626e5-6ecfd408 {
  place-self: auto;
}

#w-node-_4d4af841-2cc4-f33a-87b0-1b26aa9abd82-6ecfd408 {
  place-self: center stretch;
}

#w-node-b2df2cc1-8cce-f555-316d-8b04f19a9c38-6ecfd408 {
  place-self: auto;
}

#w-node-_696296e7-9bd5-ac0c-45a4-9baa938e471d-6ecfd409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a2a3d159-3701-7056-0243-f0e93910cc15-837c20fd {
  justify-self: start;
}

#w-node-a2a3d159-3701-7056-0243-f0e93910cc28-837c20fd {
  place-self: center;
}

#w-node-_4f529fa8-a9ca-43cb-b8a6-a652ba64d149-f0a7227b, #ty-bid.w-node-_8686cbff-5f2c-8c19-11fe-3953b7460cbc-f0a7227b, #w-node-e0be7c63-10b4-b76b-6003-2133b6b2a015-f0a7227b, #ty-time.w-node-e0be7c63-10b4-b76b-6003-2133b6b2a018-f0a7227b, #w-node-_0b83221c-e7b1-dfbb-e646-2f8f2751d429-f0a7227b, #ty-date.w-node-_0b83221c-e7b1-dfbb-e646-2f8f2751d42c-f0a7227b, #w-node-febaecaa-f4bf-e2cc-9e6b-0f49b274d8a1-f0a7227b, #ty-total-1.w-node-febaecaa-f4bf-e2cc-9e6b-0f49b274d8a4-f0a7227b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cf584512-8676-8978-8e80-55cad088506e-6ecfd3f6 {
    justify-self: start;
  }

  #w-node-cf584512-8676-8978-8e80-55cad0885143-6ecfd3f6 {
    align-self: auto;
  }

  #w-node-_3cc3e2c1-5e2e-e623-3193-8d8f075bb795-6ecfd408 {
    place-self: auto;
  }

  #w-node-_57fe45b3-af5c-c586-cdc6-25d503072bcb-6ecfd408, #w-node-b02e552d-6d50-96b9-b4d7-b0776680775a-6ecfd408 {
    align-self: center;
  }

  #w-node-_1e41517c-24bd-585a-e595-6986cd517136-6ecfd408 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3cc3e2c1-5e2e-e623-3193-8d8f075bb79f-6ecfd408 {
    align-self: auto;
  }

  #w-node-cac9d4d6-e9aa-0f65-8549-d7568da8efcc-6ecfd408 {
    justify-self: auto;
  }

  #w-node-cac9d4d6-e9aa-0f65-8549-d7568da8efc8-6ecfd408 {
    align-self: end;
  }

  #w-node-_05b446af-326b-9a3c-bd50-6a58ba58753b-6ecfd408, #w-node-_11b43264-20f9-d17c-02d7-e0247def4661-6ecfd408 {
    align-self: center;
  }

  #w-node-_1e41517c-24bd-585a-e595-6986cd517137-6ecfd408 {
    place-self: center;
  }

  #w-node-a2a3d159-3701-7056-0243-f0e93910cc10-837c20fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2a3d159-3701-7056-0243-f0e93910cc15-837c20fd {
    justify-self: start;
  }

  #w-node-a2a3d159-3701-7056-0243-f0e93910cc28-837c20fd {
    place-self: center stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a148b26-0d64-9d86-c8ac-bada99ea90cb-6ecfd408, #w-node-_57fe45b3-af5c-c586-cdc6-25d503072bcb-6ecfd408 {
    place-self: center;
  }

  #w-node-_05b446af-326b-9a3c-bd50-6a58ba58753b-6ecfd408 {
    place-self: auto;
  }

  #w-node-ff7d73fe-0ba1-d888-9e5d-eab0cfa7bb98-837c20fd {
    align-self: auto;
  }

  #w-node-a2a3d159-3701-7056-0243-f0e93910cc0f-837c20fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2a3d159-3701-7056-0243-f0e93910cc28-837c20fd {
    align-self: end;
  }
}


