@font-face {
  font-family: Lato;
  src: url('../fonts/LATO-MEDIUM.TTF') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/LATO-BLACK.TTF') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/LATO-HEAVY.TTF') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/LATO-REGULAR.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/LATO-SEMIBOLD.TTF') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/LATO-LIGHT.TTF') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato Hairline;
  src: url('../fonts/LATO-HAIRLINE.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/LATO-THIN.TTF') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/LATO-BOLD.TTF') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --light: #f6f6f6;
  --_typography---fonts--primary: Lato, Arial, sans-serif;
  --black: #1b1b1b;
  --_typography---body-text--text-xs: 16px;
  --_typography---line-height--line-height-xl: 1.5em;
  --_typography---font-weight--regular: 400;
  --_spacing-system---spacing--spacing-none: 0px;
  --_typography---typography--h1: 64px;
  --_typography---line-height--line-height-xs: 1.1em;
  --_typography---font-weight--medium: 500;
  --_typography---letter-spacing--letter-spacing-xxs: -1px;
  --_typography---typography--h2: 46px;
  --_typography---typography--h3: 34px;
  --_typography---line-height--line-height-s: 1.2em;
  --_typography---typography--h4: 26px;
  --_typography---typography--h5: 22px;
  --_typography---body-text--text-s: 18px;
  --_typography---font-weight--semi-bold: 600;
  --_typography---fonts--labels-font: Lato, Arial, sans-serif;
  --primary-color: #064fbc;
  --_spacing-system---spacing--spacing-xs: 6px;
  --_spacing-system---spacing--spacing-l: 20px;
  --_spacing-system---spacing--spacing-3xl: 32px;
  --_spacing-system---spacing--spacing-2xl: 24px;
  --_typography---body-text--text-m: 20px;
  --_spacing-system---spacing--spacing-ml: 16px;
  --_spacing-system---containers--full-width: 100%;
  --transparent: #fff0;
  --white: #fff;
  --_spacing-system---spacing--section-spacing: 80px;
  --_spacing-system---containers--base-container: 1200px;
  --light-gray: #e4e4e4;
  --_typography---letter-spacing--letter-spacing-l: 1.1px;
  --_spacing-system---spacing--spacing-6xl: 80px;
  --_spacing-system---spacing--spacing-4xl: 40px;
  --_spacing-system---spacing--spacing-7xl: 100px;
  --_typography---body-text--text-l: 22px;
  --_spacing-system---spacing--spacing-5xl: 64px;
  --_spacing-system---spacing--spacing-sm: 10px;
  --_spacing-system---spacing--spacing-s: 8px;
  --_spacing-system---spacing--spacing-8xl: 130px;
  --_typography---fonts--font-awesome-02: Lato, Arial, sans-serif;
  --_typography---body-text--text-xl: 24px;
  --_typography---line-height--line-height-m: 1.3em;
  --_typography---fonts--font-awesome-03: Lato, Arial, sans-serif;
  --gray: #9e9e9e;
  --_spacing-system---spacing--spacing-m: 12px;
  --_typography---line-height--line-height-xxs: 1em;
  --black-45: #1b1b1b73;
  --white-15: #f6f6f626;
  --_spacing-system---spacing--spacing-xxs: 4px;
  --_typography---body-text--text-xxs: 14px;
  --_typography---font-weight--bold: 700;
  --white-25: #f6f6f640;
  --_typography---typography--h6: 18px;
  --_typography---line-height--line-height-l: 1.4em;
  --_spacing-system---spacing--spacing-xl: 22px;
  --_typography---fonts--font-awesome-01: Lato, Arial, sans-serif;
  --_typography---typography--display-01: 0px;
  --_typography---typography--display-02: 0px;
  --_typography---typography--display-03: 0px;
  --_spacing-system---border-radius--radius-xxs: 2px;
  --_typography---font-weight--light: 300;
  --_spacing-system---border-radius--radius-xs: 4px;
  --_spacing-system---border-radius--radius-s: 6px;
  --_spacing-system---border-radius--radius-m: 8px;
  --_spacing-system---border-radius--radius-l: 100px;
  --_typography---font-weight--extra-bold: 800;
  --_typography---letter-spacing--letter-spacing-xs: .35px;
  --_typography---letter-spacing--letter-spacing-s: .5px;
  --_typography---letter-spacing--letter-spacing-m: .8px;
}

.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;
}

@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 {
  background-color: var(--light);
  font-family: var(--_typography---fonts--primary);
  color: var(--black);
  font-size: var(--_typography---body-text--text-xs);
  line-height: var(--_typography---line-height--line-height-xl);
  font-weight: var(--_typography---font-weight--regular);
}

h1 {
  margin-top: var(--_spacing-system---spacing--spacing-none);
  margin-bottom: var(--_spacing-system---spacing--spacing-none);
  font-size: var(--_typography---typography--h1);
  line-height: var(--_typography---line-height--line-height-xs);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-xxs);
}

h2 {
  margin-top: var(--_spacing-system---spacing--spacing-none);
  margin-bottom: var(--_spacing-system---spacing--spacing-none);
  font-family: var(--_typography---fonts--primary);
  color: var(--black);
  font-size: var(--_typography---typography--h2);
  line-height: var(--_typography---line-height--line-height-xs);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-xxs);
}

h3 {
  margin-top: var(--_spacing-system---spacing--spacing-none);
  margin-bottom: var(--_spacing-system---spacing--spacing-none);
  font-size: var(--_typography---typography--h3);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--medium);
}

h4 {
  margin-top: var(--_spacing-system---spacing--spacing-none);
  margin-bottom: var(--_spacing-system---spacing--spacing-none);
  font-size: var(--_typography---typography--h4);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--medium);
}

h5 {
  margin-top: var(--_spacing-system---spacing--spacing-none);
  margin-bottom: var(--_spacing-system---spacing--spacing-none);
  font-size: var(--_typography---typography--h5);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--medium);
}

h6 {
  margin-top: var(--_spacing-system---spacing--spacing-none);
  margin-bottom: var(--_spacing-system---spacing--spacing-none);
  font-size: var(--_typography---body-text--text-s);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--semi-bold);
}

p {
  margin-top: var(--_spacing-system---spacing--spacing-none);
  margin-bottom: var(--_spacing-system---spacing--spacing-none);
  font-family: var(--_typography---fonts--primary);
  color: var(--black);
  font-size: var(--_typography---body-text--text-xs);
  line-height: var(--_typography---line-height--line-height-xl);
  font-weight: var(--_typography---font-weight--regular);
}

a {
  font-family: var(--_typography---fonts--labels-font);
  color: var(--primary-color);
  font-size: var(--_typography---body-text--text-xs);
  line-height: var(--_typography---line-height--line-height-xl);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: uppercase;
  text-decoration: none;
  transition: all .35s;
  display: inline-block;
}

a:hover {
  color: var(--black);
}

ul {
  margin-top: var(--_spacing-system---spacing--spacing-none);
  margin-bottom: var(--_spacing-system---spacing--spacing-xs);
  padding-left: var(--_spacing-system---spacing--spacing-l);
  grid-column-gap: var(--_spacing-system---spacing--spacing-xs);
  grid-row-gap: var(--_spacing-system---spacing--spacing-xs);
  background-color: var(--black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  display: flex;
}

li {
  color: var(--primary-color);
}

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

blockquote {
  max-width: 800px;
  margin-bottom: var(--_spacing-system---spacing--spacing-none);
  padding: var(--_spacing-system---spacing--spacing-3xl) var(--_spacing-system---spacing--spacing-l) var(--_spacing-system---spacing--spacing-3xl) var(--_spacing-system---spacing--spacing-2xl);
  border-left: 3px solid var(--primary-color);
  background-color: var(--light);
  font-size: var(--_typography---body-text--text-m);
  line-height: var(--_typography---line-height--line-height-xl);
  font-weight: var(--_typography---font-weight--medium);
}

figure {
  margin-bottom: 10px;
}

.landing-inner-page-item {
  width: var(--_spacing-system---containers--full-width);
  padding: var(--_spacing-system---spacing--spacing-xs);
  background-color: var(--transparent);
  text-align: center;
}

.landing-inner-page-item:hover {
  opacity: 1;
}

.section {
  z-index: 1;
  background-color: var(--light);
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}

.section.without-top-spacing {
  padding-top: 0;
}

.section.white-bg {
  background-color: var(--white);
}

.section.white-bg-no-bottom-space {
  padding-top: 100px;
  padding-bottom: var(--_spacing-system---spacing--spacing-none);
  background-color: var(--white);
}

.section.no-space {
  padding-top: var(--_spacing-system---spacing--spacing-none);
  padding-bottom: var(--_spacing-system---spacing--spacing-none);
}

.section.no-bottom-space-white-bg {
  padding-top: var(--_spacing-system---spacing--section-spacing);
  padding-bottom: var(--_spacing-system---spacing--spacing-none);
  background-color: var(--white);
}

.section.no-top-space-white-bg {
  padding-top: var(--_spacing-system---spacing--spacing-none);
  background-color: var(--white);
}

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

.section.sp-copy {
  padding-top: 40px;
  padding-bottom: 0;
}

.landing-icon-style {
  opacity: 1;
  filter: invert();
  height: 50px;
}

.landing-inner-page-image-wrapper {
  margin-bottom: var(--_spacing-system---spacing--spacing-l);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.landing-paragraph-style {
  width: 95%;
  margin-top: var(--_spacing-system---spacing--spacing-ml);
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.base-container {
  z-index: 10;
  width: 100%;
  max-width: var(--_spacing-system---containers--base-container);
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.base-container.banner {
  position: absolute;
  inset: 0%;
}

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container.sp {
  z-index: 20;
  margin-bottom: 300px;
  position: absolute;
}

.base-container.no-shrink-btn, .base-container.no {
  display: none;
}

.h2-tablet {
  font-size: 42px;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.style-guide-tab-link {
  width: var(--_spacing-system---containers--full-width);
  padding: var(--_spacing-system---spacing--spacing-ml) var(--_spacing-system---spacing--spacing-l);
  border-top: 1px solid var(--light-gray);
  border-right: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  background-color: var(--light);
  color: var(--black);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-l);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--primary-color);
  color: var(--light);
}

.style-guide-tabs-menu {
  margin-bottom: var(--_spacing-system---spacing--spacing-6xl);
  border-left: 1px solid var(--light-gray);
  display: flex;
}

.flex-tab-content {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.tabs-style-guide {
  width: 100%;
}

.rich-text-style h2 {
  margin-bottom: var(--_spacing-system---spacing--spacing-ml);
}

.rich-text-style h3 {
  margin-top: var(--_spacing-system---spacing--spacing-3xl);
  margin-bottom: var(--_spacing-system---spacing--spacing-ml);
}

.rich-text-style img {
  width: 100%;
}

.rich-text-style figure {
  margin-top: var(--_spacing-system---spacing--spacing-4xl);
  margin-bottom: var(--_spacing-system---spacing--spacing-4xl);
}

.rich-text-style h4 {
  margin-top: var(--_spacing-system---spacing--spacing-3xl);
  margin-bottom: var(--_spacing-system---spacing--spacing-ml);
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.rich-text-style ul {
  margin-top: var(--_spacing-system---spacing--spacing-ml);
  margin-bottom: var(--_spacing-system---spacing--spacing-ml);
}

.h2-mobile {
  font-size: 36px;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.paragraph-large {
  font-size: var(--_typography---body-text--text-s);
}

.h1-mobile {
  font-size: 46px;
}

.spacing-image {
  filter: grayscale();
  max-width: 80%;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: var(--_spacing-system---spacing--spacing-3xl);
  margin-bottom: var(--_spacing-system---spacing--spacing-3xl);
  position: relative;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.h1-tablet {
  font-size: 50px;
}

.grid-system-wrapper {
  width: var(--_spacing-system---containers--full-width);
  flex-direction: column;
  display: flex;
}

.licensing-image-link {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.social-icons-wrap {
  max-width: 520px;
}

.inner-banner {
  min-height: 280px;
  padding-top: var(--_spacing-system---spacing--spacing-7xl);
  padding-bottom: var(--_spacing-system---spacing--spacing-7xl);
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-title {
  z-index: 3;
  color: #fff;
  text-align: center;
  position: relative;
}

.banner-title.dark-text {
  color: var(--black);
}

.licensing-icons-wrapper {
  padding-top: var(--_spacing-system---spacing--spacing-3xl);
  padding-bottom: var(--_spacing-system---spacing--spacing-l);
}

.license-title-space {
  width: var(--_spacing-system---containers--full-width);
  padding-bottom: var(--_spacing-system---spacing--spacing-3xl);
}

.licensing-subtitle {
  font-size: var(--_typography---body-text--text-l);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: capitalize;
}

.licensing-icons {
  width: 55%;
}

.licensing-image {
  width: var(--_spacing-system---containers--full-width);
  height: 100%;
  max-width: var(--_spacing-system---containers--full-width);
  object-fit: cover;
}

.licensing-grid {
  width: var(--_spacing-system---containers--full-width);
  grid-column-gap: var(--_spacing-system---spacing--spacing-l);
  grid-row-gap: var(--_spacing-system---spacing--spacing-l);
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-resources {
  grid-column-gap: var(--_spacing-system---spacing--spacing-5xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-5xl);
  flex-flow: column;
  display: flex;
}

.licensing-images-wrapper {
  width: var(--_spacing-system---containers--full-width);
  padding-top: var(--_spacing-system---spacing--spacing-4xl);
  position: relative;
}

.license-link-wrapper {
  grid-column-gap: var(--_spacing-system---spacing--spacing-5xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-5xl);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.licensing-intro {
  grid-column-gap: var(--_spacing-system---spacing--spacing-sm);
  grid-row-gap: var(--_spacing-system---spacing--spacing-sm);
  flex-flow: column;
  max-width: 540px;
  display: flex;
}

.resource-title {
  text-transform: uppercase;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
  transition: none;
}

.licensing-icon-link-wrapper:hover {
  color: var(--primary-color);
}

.licensing-title-wrapper {
  margin-bottom: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-s);
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.license-link {
  font-family: var(--_typography---fonts--primary);
  text-transform: none;
}

.intro-grid {
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.top-licensing-wrap {
  width: var(--_spacing-system---containers--full-width);
  padding-bottom: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line {
  background-color: var(--light-gray);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-style-guide {
  font-family: var(--_typography---fonts--font-awesome-02);
  color: var(--black);
  font-size: var(--_typography---body-text--text-xl);
  line-height: var(--_typography---line-height--line-height-m);
  transition: all .45s;
}

.icon-style-guide:hover {
  color: var(--primary-color);
}

.icon-style-guide.dribble {
  font-family: var(--_typography---fonts--font-awesome-03);
}

.h3-mobile {
  font-size: 30px;
}

.system-space {
  width: var(--_spacing-system---containers--full-width);
  padding-top: var(--_spacing-system---spacing--spacing-4xl);
  padding-bottom: var(--_spacing-system---spacing--spacing-3xl);
}

.primary-style-guide {
  background-color: #0f5cfa;
  width: 75px;
  height: 75px;
}

.grid-title {
  width: 19%;
  margin-top: var(--_spacing-system---spacing--spacing-none);
  margin-bottom: var(--_spacing-system---spacing--spacing-none);
  padding: var(--_spacing-system---spacing--spacing-l) var(--_spacing-system---spacing--spacing-sm);
  border-right: 1px solid var(--gray);
  border-left: 1px none var(--gray);
  background-color: var(--black);
  color: var(--light);
  justify-content: center;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.link-wrapper {
  flex: none;
}

.heading-column, .intro-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.intro-box.large-gap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-l);
  grid-row-gap: var(--_spacing-system---spacing--spacing-l);
}

.grid-system {
  border-top: 1px solid var(--gray);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.h3-tablet {
  font-size: 32px;
}

.color-wrapper {
  grid-column-gap: var(--_spacing-system---spacing--spacing-sm);
  grid-row-gap: var(--_spacing-system---spacing--spacing-sm);
  flex-flow: column;
  display: flex;
}

.bottom-space {
  width: var(--_spacing-system---containers--full-width);
  padding-bottom: var(--_spacing-system---spacing--spacing-4xl);
}

.bottom-space.space-small {
  padding-bottom: 20px;
}

.style-guide-intro {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.color-container {
  grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-l);
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.spacing-wrapper {
  width: var(--_spacing-system---containers--full-width);
  margin-top: var(--_spacing-system---spacing--spacing-3xl);
  margin-bottom: var(--_spacing-system---spacing--spacing-3xl);
  position: relative;
}

.link-with-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.text-button-icon-2 {
  padding-top: 3px;
  font-family: "Fa Solid 900";
  font-size: 13px;
  line-height: 1;
}

.style-guide-title {
  font-weight: var(--_typography---font-weight--medium);
}

.primary-button {
  min-height: 48px;
  padding: var(--_spacing-system---spacing--spacing-m) var(--_spacing-system---spacing--spacing-2xl);
  background-color: var(--primary-color);
  font-family: var(--_typography---fonts--labels-font);
  color: var(--light);
  font-size: var(--_typography---body-text--text-xs);
  line-height: var(--_typography---line-height--line-height-xxs);
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: center;
  transition: all .35s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--light);
  opacity: 1;
  color: var(--primary-color);
}

.primary-button.dark-hover:hover {
  background-color: var(--white);
  color: var(--primary-color);
}

.primary-button.dark-hover.v2 {
  padding-right: var(--_spacing-system---spacing--spacing-m);
  padding-left: var(--_spacing-system---spacing--spacing-m);
  background-color: #064fbc00;
  margin-left: 0;
  margin-right: 10px;
}

.primary-button.dark-hover.v2:hover {
  opacity: 60;
}

.primary-button.dark-hover.v2.ft2 {
  padding-left: 0;
}

.primary-button.submit:hover {
  background-color: var(--black);
  color: var(--light);
}

.headings-typography-wrapper {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.spacing-grid {
  grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.colors-wrapper {
  grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
  flex-flow: column;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
}

.style-guide-subtitle {
  font-size: var(--_typography---body-text--text-xl);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--medium);
}

.style-guide-content {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-content.quote-grid {
  grid-template-columns: 1fr;
}

.style-guide-content.button-grid {
  grid-row-gap: 40px;
}

.grid-description {
  width: 19%;
  margin-top: var(--_spacing-system---spacing--spacing-none);
  margin-bottom: var(--_spacing-system---spacing--spacing-none);
  padding: var(--_spacing-system---spacing--spacing-l) var(--_spacing-system---spacing--spacing-sm);
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-description.first-description {
  border-left: 1px solid var(--gray);
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.button-wrapper-sg {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.black-style-guide {
  border: 1px solid var(--black-45);
  background-color: var(--black);
  width: 75px;
  height: 75px;
}

.primary-light-style-guide {
  background-color: var(--light);
  width: 75px;
  height: 75px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-wrap {
  width: 100%;
}

.white-style-guide {
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  display: flex;
}

.changelog-content {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-info {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._404-content-wrapper {
  width: var(--_spacing-system---containers--full-width);
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-page-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.no-shrink-btn {
  flex: none;
}

.error-hero-title {
  color: var(--primary-color);
  font-size: 150px;
  line-height: var(--_typography---line-height--line-height-xxs);
  font-weight: var(--_typography---font-weight--semi-bold);
}

.brand-logo {
  object-fit: cover;
  height: 30px;
}

.style-guide-hero-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 80px;
  display: flex;
}

.style-guide-section {
  z-index: 1;
  background-color: var(--white);
  padding-bottom: 80px;
  position: relative;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 500px;
  display: flex;
  left: -180px;
}

.nav-dropdown-toggle {
  color: var(--light-gray);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px 16px 20px;
  display: flex;
}

.nav-dropdown-toggle.dark {
  color: var(--black);
  font-weight: var(--_typography---font-weight--medium);
}

.nav-dropdown-column {
  width: 50%;
}

.nav-dropdown-link {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: -12px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: #000;
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary-color);
}

.nav-dropdown-link.collection {
  margin-left: 0;
}

.nav-button-wrap {
  height: 100%;
  display: flex;
}

.brand-tablet {
  display: none;
}

.nav-button {
  height: 75px;
  padding: 14px var(--_spacing-system---spacing--spacing-3xl);
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  transition: all .35s;
  display: flex;
}

.nav-button:hover {
  background-color: var(--light);
  opacity: 1;
  color: #000;
}

.nav-button.dark-hover:hover {
  background-color: var(--black);
  color: var(--light);
}

.nav-menu-wrapper {
  width: 100%;
  max-width: var(--_spacing-system---containers--base-container);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary-color);
  width: 4px;
  height: 4px;
  margin-right: 12px;
  display: inline-block;
}

.nav-item-title {
  font-family: var(--_typography---fonts--labels-font);
  color: var(--light-gray);
  font-size: var(--_typography---body-text--text-xs);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: uppercase;
}

.nav-item-title:hover {
  opacity: .6;
  color: var(--light-gray);
}

.nav-item-title.dark {
  font-family: var(--_typography---fonts--labels-font);
  color: var(--black);
  font-size: var(--_typography---body-text--text-xs);
  font-weight: var(--_typography---font-weight--medium);
}

.nav-item-title.dark:hover {
  opacity: .6;
  color: var(--black);
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-right: -40px;
}

.nav-menu.pd {
  margin-right: 220px;
}

.menu-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 75px;
  display: flex;
}

.menu-wrap.sp {
  height: auto;
}

.nav-link {
  color: var(--light-gray);
  font-size: var(--_typography---body-text--text-xs);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: capitalize;
  padding: 16px 20px;
}

.nav-link:hover {
  opacity: .6;
  color: var(--light-gray);
}

.nav-link.w--current {
  color: var(--white);
  letter-spacing: 0;
}

.nav-link.dark {
  color: var(--black);
  letter-spacing: 0;
}

.nav-link.dark.w--current {
  letter-spacing: 0;
}

.nav-link.right.dark {
  margin-right: 0;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-button-tablet {
  display: none;
}

.navbar {
  border-bottom: 1px solid var(--white-15);
  background-color: var(--transparent);
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.hidden {
  border-bottom-style: none;
  border-bottom-color: var(--light-gray);
  background-color: var(--light);
  margin-top: -100px;
}

.navbar.transparent {
  position: fixed;
}

.navbar.light-gray {
  border-bottom-color: var(--light-gray);
  background-color: var(--light);
}

.navbar.light-gray.hidden {
  border-bottom-style: none;
  border-bottom-color: var(--light-gray);
  opacity: 0;
  margin-top: 0;
  top: 0%;
}

.nav-dropdown-icon {
  margin-right: 16px;
  font-size: 10px;
}

.footer-social-icon {
  background-color: var(--white-15);
  width: 40px;
  height: 40px;
  font-family: var(--_typography---fonts--font-awesome-02);
  color: var(--light);
  font-size: var(--_typography---body-text--text-s);
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-social-icon:hover {
  background-color: var(--light);
  color: var(--primary-color);
}

.footer-social-icon.last-child {
  margin-right: 0;
}

.footer-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-intro-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

.footer-bottom-wrapper {
  width: var(--_spacing-system---containers--full-width);
  margin-top: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-6xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-6xl);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-rights-wrapper {
  grid-column-gap: var(--_spacing-system---spacing--spacing-xxs);
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  font-family: var(--_typography---fonts--primary);
  color: var(--white);
  text-transform: none;
}

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

.footer-rights-link {
  color: var(--white);
  font-size: var(--_typography---body-text--text-xxs);
  font-weight: var(--_typography---font-weight--regular);
  text-transform: none;
}

.footer-rights-link:hover {
  color: #ffffff80;
}

.footer-rights-link.brand-rights {
  text-transform: none;
}

.footer {
  z-index: 0;
  padding-top: var(--_spacing-system---spacing--spacing-6xl);
  padding-bottom: var(--_spacing-system---spacing--spacing-4xl);
  background-color: var(--primary-color);
  align-items: flex-start;
}

.footer-rights {
  grid-column-gap: var(--_spacing-system---spacing--spacing-xxs);
  grid-row-gap: var(--_spacing-system---spacing--spacing-xxs);
  font-family: var(--_typography---fonts--labels-font);
  color: #f6f6f6cc;
  font-size: var(--_typography---body-text--text-xxs);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--regular);
  letter-spacing: -.5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.links-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-intro-title {
  font-size: 22px;
  line-height: 1.2em;
}

.hero-banner-screen {
  width: var(--_spacing-system---containers--full-width);
}

.pass-page-content {
  margin-bottom: var(--_spacing-system---spacing--spacing-none);
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 320px;
  display: flex;
}

.password-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 40px 15px;
  display: flex;
}

.error-icon {
  height: 120px;
}

.protected-title {
  margin-top: var(--_spacing-system---spacing--spacing-l);
  margin-bottom: var(--_spacing-system---spacing--spacing-4xl);
}

.error-message {
  background-color: var(--transparent);
  margin-top: 15px;
  margin-right: auto;
  padding: 0;
}

.error-message.password {
  margin-left: auto;
}

.text-white {
  color: var(--light);
  font-size: var(--_typography---typography--h2);
  text-transform: capitalize;
  line-height: 52px;
}

.text-white.home-1-h1 {
  font-size: var(--_typography---typography--h2);
  text-transform: none;
}

.error-top-content {
  grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-banner-section {
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 150px;
  position: relative;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-wrap {
  z-index: 15;
  border-top: 1px solid var(--white-15);
  border-bottom: 1px solid var(--white-15);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.banner-content-wrapper {
  grid-column-gap: var(--_spacing-system---spacing--spacing-5xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-5xl);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-banner-title-wrap {
  padding-top: var(--_spacing-system---spacing--spacing-5xl);
  padding-bottom: var(--_spacing-system---spacing--spacing-5xl);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.home-banner-text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.label {
  font-family: var(--_typography---fonts--labels-font);
  color: var(--primary-color);
  font-size: 18px;
  line-height: 44px;
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
}

.label.text-white {
  color: var(--light);
}

.label.dark {
  color: var(--black);
}

.label.list {
  text-transform: none;
  padding-left: 20px;
  font-size: 22px;
}

.overlay {
  z-index: 1;
  background-color: #1b1b1ba6;
  position: absolute;
  inset: 0%;
}

.home-banner-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 650px;
  display: flex;
}

.home-banner-buttons-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.arrow-button {
  padding: var(--_spacing-system---spacing--spacing-m) var(--_spacing-system---spacing--spacing-ml) var(--_spacing-system---spacing--spacing-m) var(--_spacing-system---spacing--spacing-2xl);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--light);
  font-family: var(--_typography---fonts--labels-font);
  color: var(--primary-color);
  font-size: var(--_typography---body-text--text-xs);
  line-height: var(--_typography---line-height--line-height-xxs);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: none;
  justify-content: center;
  align-items: center;
  transition-property: none;
  display: flex;
}

.button-arrows-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hidden-arrow {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.banner-collection-item {
  max-width: 400px;
  height: 100%;
  position: relative;
}

.banner-product-link-block {
  width: 350px;
  height: 100%;
  transition-property: none;
  overflow: hidden;
}

.banner-collection-list-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-collection-list {
  height: 100%;
}

.banner-product-image {
  object-fit: cover;
  height: 100%;
}

.vertical-lines {
  z-index: 2;
  border-right: 1px solid var(--white-15);
  border-left: 1px solid var(--white-15);
  width: 350px;
  height: 100%;
  margin-left: auto;
  position: relative;
  inset: 0 0 0 auto;
}

.small-label {
  font-family: var(--_typography---fonts--labels-font);
  color: var(--light);
  font-size: var(--_typography---body-text--text-xxs);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: uppercase;
}

.small-label.dark {
  color: var(--black);
  font-size: var(--_typography---body-text--text-m);
  text-transform: none;
}

.small-label.dark.pd {
  text-align: right;
  width: 308px;
  font-size: 16px;
  line-height: 20px;
}

.small-label.dark.pd.sp1 {
  color: var(--white);
}

.small-label.primary {
  color: var(--primary-color);
}

.horizontal-title-wrap {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  display: flex;
}

.horizontal-title-wrap.photo-section-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 570px;
}

.horizontal-title-wrap.photo-section-title-wrap.contact {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.about-title-wrap {
  max-width: 600px;
  margin-left: 40px;
}

.about-title-wrap.v1 {
  margin-left: 294px;
}

.primary-span {
  color: var(--primary-color);
}

.arrow {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.why-choose-us-cell {
  padding-right: var(--_spacing-system---spacing--spacing-4xl);
  padding-bottom: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  border-right: 1px solid var(--white-25);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.why-choose-us-cell-title-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 210px;
  display: flex;
}

.why-choose-us-icon {
  width: 50px;
  height: 50px;
}

.why-choose-us-title {
  color: var(--light);
  font-size: var(--_spacing-system---spacing--spacing-2xl);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-xxs);
}

.why-choose-us-title.dark {
  color: var(--black);
}

.section-title-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-5xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-5xl);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.section-title-wrap.mid {
  justify-content: center;
}

.section-title {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  flex-flow: column;
  max-width: none;
  display: flex;
}

.section-title._500px {
  max-width: 450px;
}

.section-title.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.equipment-wrapper {
  border-top-width: 1px;
  border-top-color: #9e9e9e66;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: flex;
}

.equipment-wrapper.no {
  display: none;
}

.equipment-line {
  border-bottom: 1px #9e9e9e66;
}

.equipment-grid {
  width: 100%;
  max-width: var(--_spacing-system---containers--base-container);
  border-top: 1px solid #9e9e9e66;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.equipment-grid.sp1 {
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #9e9e9e66;
  padding-left: 0;
  padding-right: 0;
}

.equipment-collection-item-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-right: 1px solid #9e9e9e66;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 30px 15px;
  display: flex;
  position: relative;
}

.equipment-collection-item-1.sp1 {
  background-color: var(--primary-color);
  padding-left: 30px;
}

.equipment-collection-item-1.sp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.equipment-collection-item-1.no {
  opacity: 0;
}

.equipment-card-top-wrap {
  z-index: 1;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.equipment-text-link {
  opacity: 0;
  max-width: 150px;
  font-family: var(--_typography---fonts--labels-font);
  color: var(--black);
  font-size: var(--_typography---typography--h6);
  line-height: var(--_typography---line-height--line-height-m);
  font-weight: var(--_typography---font-weight--regular);
  text-transform: uppercase;
}

.equipment-text-link:hover {
  color: var(--primary-color);
}

.equipment-details-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.equipment-details-wrapper.equipment-page {
  z-index: 2;
  text-align: right;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  position: relative;
}

.equipment-details-line {
  grid-column-gap: var(--_spacing-system---spacing--spacing-xxs);
  grid-row-gap: var(--_spacing-system---spacing--spacing-xxs);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.equipment-bottom-wrap {
  z-index: 1;
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.equipment-bottom-wrap.equipment-page {
  grid-column-gap: var(--_spacing-system---spacing--spacing-l);
  grid-row-gap: var(--_spacing-system---spacing--spacing-l);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.equipment-card-paragraph-wrap {
  max-width: 360px;
  position: relative;
}

.equipment-collection-item-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-right: 1px #9e9e9e66;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.equipment-collection-item-2.sp2 {
  padding-right: 15px;
}

.equipment-collection-item-2.sp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.equipment-second-card-image {
  object-fit: contain;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto;
}

.parallax-image-wrap {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 440px;
  display: flex;
  overflow: hidden;
}

.parallax-image-wrap.about {
  height: 320px;
}

.parallax-image {
  object-fit: cover;
  width: 100%;
  height: 150%;
}

.about-block-title {
  font-size: var(--_typography---typography--h3);
}

.sticky-title-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-5xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-5xl);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 540px;
  display: flex;
  position: sticky;
  top: 150px;
  left: 0;
}

.vertical-section {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.vertical-section.about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.services-block-title {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  flex-flow: column;
  display: flex;
}

.services-collection-list-wrapper {
  width: 50%;
  max-width: 50%;
}

.services-collection-list-wrapper.v3 {
  margin-top: 80px;
}

.service-card {
  padding-top: 34px;
  padding-bottom: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  border-bottom: 1px none var(--light-gray);
  background-color: var(--light);
  flex-flow: column;
  display: flex;
}

.service-card.about {
  padding-top: 0;
  padding-bottom: 0;
}

.service-card-top-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  justify-content: space-between;
  max-width: 450px;
  display: flex;
}

.service-card-top-wrap.about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: none;
}

.service-text-link {
  max-width: 250px;
  font-family: var(--_typography---fonts--primary);
  color: var(--black);
  font-size: var(--_typography---typography--h4);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: none;
}

.service-text-link:hover {
  color: var(--primary-color);
}

.services-collection-list {
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  flex-flow: column;
  display: flex;
}

.service-card-bottom-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-xxs);
  grid-row-gap: var(--_spacing-system---spacing--spacing-xxs);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.service-card-details-wrapper {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  max-width: 380px;
  display: flex;
}

.service-card-details-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-s);
  grid-row-gap: var(--_spacing-system---spacing--spacing-s);
  flex-flow: wrap;
  display: flex;
}

.service-detail {
  padding: var(--_spacing-system---spacing--spacing-xs) var(--_spacing-system---spacing--spacing-m);
  background-color: var(--light-gray);
}

.service-detail.service-page {
  background-color: var(--white-25);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--light-gray);
}

.services-block-image {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.equipment-arrow-button {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.equipment-arrow-button.pd1 {
  transform: rotate(-180deg);
}

.equipment-arrow-button.sp1 {
  background-color: var(--white);
}

.services-block-title-wrapper {
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  flex-flow: column;
  display: flex;
}

.testimonials-slider {
  height: auto;
  margin-top: var(--_spacing-system---spacing--spacing-5xl);
  background-color: var(--transparent);
}

.hidden-nav {
  display: none;
}

.testimonials-slider-mask {
  margin-left: 294px;
}

.testimonial-slide {
  width: 50%;
  padding-right: 20px;
}

.left-arrow {
  background-color: var(--primary-color);
  background-image: url('../images/pixelarticons_arrow-left-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0;
  left: 0;
}

.left-arrow:hover {
  background-color: var(--light-gray);
  background-image: url('../images/pixelarticons_arrow-left.svg');
}

.right-arrow {
  background-color: var(--light-gray);
  background-image: url('../images/pixelarticons_arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0 52px;
}

.right-arrow:hover {
  background-color: var(--primary-color);
  background-image: url('../images/pixelarticons_arrow-right--white.svg');
}

.testimonial-card {
  min-height: 303px;
  padding: var(--_spacing-system---spacing--spacing-l);
  grid-column-gap: var(--_spacing-system---spacing--spacing-5xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-5xl);
  background-color: var(--light);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.testimonial-card.cc1 {
  background-color: var(--transparent);
  background-image: url('../images/廊坊制造证.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-card.cc2 {
  background-color: var(--transparent);
  background-image: url('../images/规则设计许可证（-北京广厦）.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-card.cc3 {
  background-color: var(--transparent);
  background-image: url('../images/3834-焊接体系证书-25-1228-L---2025.9.16-2028.9.16.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-card.cc4 {
  background-color: var(--transparent);
  background-image: url('../images/2-3834-焊接体系证书-25-1228-L---2025.9.16-2028.9.16.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-card.cc5 {
  background-color: var(--transparent);
  background-image: url('../images/104735-BPV-CERTS-12.18.25-CD.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-card.cc6 {
  background-color: var(--transparent);
  background-image: url('../images/2-104735-BPV-CERTS-12.18.25-CD.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-card.cc7 {
  background-color: var(--transparent);
  background-image: url('../images/SMS.W.II._148845_A.0-BV船级社认证证书.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-card.cc8 {
  background-color: var(--transparent);
  background-image: url('../images/2-SMS.W.II._148845_A.0-BV船级社认证证书.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.client-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  display: flex;
}

.client-image {
  object-fit: cover;
  width: 64px;
  height: 64px;
}

.client-name-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-xxs);
  grid-row-gap: var(--_spacing-system---spacing--spacing-xxs);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.client-name {
  font-size: var(--_typography---body-text--text-m);
  font-weight: var(--_typography---font-weight--semi-bold);
}

.blog-collection-list-wrapper {
  margin-top: var(--_spacing-system---spacing--spacing-5xl);
}

.blog-collection-list {
  grid-column-gap: var(--_spacing-system---spacing--spacing-l);
  grid-row-gap: var(--_spacing-system---spacing--spacing-l);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-link-block {
  background-color: var(--primary-color);
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.blog-link-block:hover {
  padding: 20px;
}

.blog-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-collection-item {
  flex-flow: column;
  display: flex;
  position: relative;
}

.blog-card-text {
  padding-top: var(--_spacing-system---spacing--spacing-l);
  padding-bottom: var(--_spacing-system---spacing--spacing-l);
  grid-column-gap: var(--_spacing-system---spacing--spacing-xxs);
  grid-row-gap: var(--_spacing-system---spacing--spacing-xxs);
  border-bottom: 1px solid var(--light-gray);
  flex-flow: column;
  flex: 1;
  display: flex;
}

.blog-post-link {
  font-family: var(--_typography---fonts--primary);
  color: var(--black);
  font-size: var(--_typography---body-text--text-m);
  line-height: var(--_typography---line-height--line-height-l);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: none;
}

.blog-post-link:hover {
  color: var(--primary-color);
}

.blog-post-date {
  font-family: var(--_typography---fonts--labels-font);
  color: var(--primary-color);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-xxs);
}

.cta-background-video {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-wrap {
  z-index: 2;
  grid-column-gap: var(--_spacing-system---spacing--spacing-6xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-6xl);
  justify-content: space-between;
  display: flex;
  position: relative;
}

.cta-left-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-8xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-8xl);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cta-details-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  flex-flow: column;
  max-width: 480px;
  display: flex;
}

.cta-details-wrapper {
  grid-column-gap: var(--_spacing-system---spacing--spacing-xxs);
  grid-row-gap: var(--_spacing-system---spacing--spacing-xxs);
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.cta-detail {
  padding: var(--_spacing-system---spacing--spacing-xs) var(--_spacing-system---spacing--spacing-m);
  background-color: var(--white-25);
  color: var(--white);
  text-transform: uppercase;
}

.form-block {
  min-width: 50%;
  max-width: 550px;
  min-height: 529px;
  padding: var(--_spacing-system---spacing--spacing-4xl) var(--_spacing-system---spacing--spacing-2xl);
  border-top: 3px solid var(--primary-color);
  background-color: var(--light);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-line {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-line.full-wigth {
  flex-flow: row;
  display: flex;
}

.form-field-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-sm);
  grid-row-gap: var(--_spacing-system---spacing--spacing-sm);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cta-text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--light-gray);
  background-color: var(--light);
  min-width: 100%;
  max-width: 100%;
  font-family: var(--_typography---fonts--primary);
  color: var(--black);
  font-size: var(--_typography---body-text--text-xs);
  line-height: var(--_typography---line-height--line-height-xl);
  font-weight: var(--_typography---font-weight--regular);
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cta-text-field:focus {
  border-bottom-color: var(--primary-color);
}

.cta-text-field::placeholder {
  color: var(--gray);
}

.cta-text-field.text-area {
  min-height: 70px;
  margin-bottom: 10px;
}

.form {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-logo-wrap {
  padding-bottom: var(--_spacing-system---spacing--spacing-5xl);
  border-bottom: 1px solid var(--white-25);
}

.footer-grid {
  border-bottom: 1px solid var(--white-25);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-cell {
  width: 100%;
  padding-top: var(--_spacing-system---spacing--spacing-5xl);
  padding-right: var(--_spacing-system---spacing--spacing-4xl);
  padding-bottom: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  border-right: 1px solid var(--white-25);
  border-bottom: 1px solid var(--white-25);
  flex-flow: column;
  display: flex;
}

.footer-cell.last {
  padding-right: var(--_spacing-system---spacing--spacing-none);
  padding-bottom: var(--_spacing-system---spacing--spacing-4xl);
  padding-left: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  border-right-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.footer-cell.center {
  padding: var(--_spacing-system---spacing--spacing-4xl) var(--_spacing-system---spacing--spacing-none) var(--_spacing-system---spacing--spacing-5xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  border-bottom-style: none;
  border-right-style: none;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.footer-heading {
  max-width: 456px;
  color: var(--white);
  font-size: var(--_typography---typography--h3);
}

.footer-collection-list {
  grid-column-gap: var(--_spacing-system---spacing--spacing-s);
  grid-row-gap: var(--_spacing-system---spacing--spacing-s);
  flex-flow: column;
  display: flex;
}

.footer-contacts-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-m);
  grid-row-gap: var(--_spacing-system---spacing--spacing-m);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.footer-contact-link {
  font-family: var(--_typography---fonts--primary);
  color: var(--white);
  font-size: var(--_typography---body-text--text-s);
  text-transform: none;
}

.footer-contact-link:hover {
  color: #f6f6f6cc;
}

.footer-paragraph {
  max-width: 400px;
  color: var(--light);
}

.footer-large-logo {
  width: 100%;
}

.empty-state {
  background-color: var(--transparent);
  padding: 0;
}

.mobile-equipment-button {
  margin-top: 40px;
  margin-bottom: var(--_spacing-system---spacing--section-spacing);
  justify-content: center;
  align-items: center;
  display: none;
}

.mobile-button {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.success-message {
  background-color: var(--light);
}

.equipment-image-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.equipment-image-wrapper.v2 {
  z-index: 1;
}

.nav-wrap {
  flex-flow: row;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-empty-block {
  display: flex;
  position: relative;
}

.nav-collection-item {
  margin-left: -12px;
  transition: all .3s;
}

.nav-collection-item:hover {
  margin-left: 0;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
}

.inner-banner-section {
  z-index: 1;
  background-color: var(--light);
  padding-top: 150px;
  padding-bottom: 0;
  position: relative;
}

.inner-banner-section.inner-banner {
  padding-top: 160px;
}

.inner-banner-section.industry-photo-banner-section, .inner-banner-section.photo-equipment-banner-section, .inner-banner-section.service-banner-section {
  padding-bottom: var(--_spacing-system---spacing--section-spacing);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.inner-banner-section.testimonials-banner-section {
  padding-bottom: var(--_spacing-system---spacing--section-spacing);
  background-color: var(--white);
}

.inner-banner-section.contacts-banner-section {
  padding-bottom: var(--_spacing-system---spacing--section-spacing);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/854294082e7dcd25ea65e6b98c4f4e44.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.inner-banner-section.template-banner-section {
  padding-bottom: var(--_spacing-system---spacing--section-spacing);
  background-image: url('../images/524.webp');
  background-position: 50%;
  background-size: cover;
}

.about-page-banner-wrap {
  flex-flow: column;
  display: flex;
}

.inner-banner-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-5xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-5xl);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 60px;
  display: flex;
}

.inner-banner-title-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.inner-banner-text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 400px;
  margin-bottom: 60px;
  display: flex;
}

.about-banner-cell {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  display: flex;
}

.team-member-social-icon {
  background-color: var(--primary-color);
  width: 32px;
  height: 32px;
  font-family: var(--_typography---fonts--font-awesome-02);
  color: var(--light);
  font-size: var(--_typography---body-text--text-xs);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.team-member-social-icon:hover {
  background-color: var(--light);
  color: var(--primary-color);
}

.team-member-social-icon.member-page {
  width: 52px;
  height: 52px;
}

.team-member-social-icon.member-page:hover {
  background-color: var(--light-gray);
}

.faq-dropdown {
  width: 100%;
  padding-bottom: var(--_spacing-system---spacing--spacing-3xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  border-bottom: 1px solid var(--light-gray);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.faq-dropdown.faq-page {
  padding-bottom: var(--_spacing-system---spacing--spacing-none);
  grid-column-gap: var(--_spacing-system---spacing--spacing-none);
  grid-row-gap: var(--_spacing-system---spacing--spacing-none);
}

.video-banner-wrap {
  z-index: 1;
  grid-column-gap: var(--_spacing-system---spacing--spacing-6xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-6xl);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.video-banner-wrap.testimonial-page {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: stretch;
}

.video-banner-right-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  margin-top: -10px;
  display: flex;
}

.video-banner-left-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-l);
  grid-row-gap: var(--_spacing-system---spacing--spacing-l);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.equipments-collection-list {
  grid-column-gap: var(--_spacing-system---spacing--spacing-l);
  grid-row-gap: var(--_spacing-system---spacing--spacing-l);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  margin-bottom: 48px;
  display: grid;
}

.equipments-collection-item {
  height: 340px;
  padding: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.equipments-collection-item.sp1 {
  background-image: url('../images/pdbg1.svg');
  background-position: 0 0;
  background-size: auto;
}

.equipments-collection-item.no {
  display: none;
}

.equipment-page-card-image {
  object-fit: contain;
  width: 65%;
  max-height: 250px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto;
}

.equipment-page-card-image.sp1 {
  margin-bottom: 20px;
}

.industries-collection-item {
  padding-bottom: var(--_spacing-system---spacing--spacing-4xl);
  border-bottom: 1px solid var(--light-gray);
  display: flex;
}

.industries-card-left-wrap {
  width: 28%;
  padding-right: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-7xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-7xl);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.industries-card-text-link {
  font-family: var(--_typography---fonts--primary);
  color: var(--black);
  font-size: var(--_typography---typography--h4);
  line-height: var(--_typography---line-height--line-height-m);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: capitalize;
}

.industries-card-text-link:hover {
  color: var(--primary-color);
}

.industries-collection-list {
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  flex-flow: column;
  display: flex;
}

.industries-collection-list.industries-page {
  margin-top: var(--_spacing-system---spacing--spacing-4xl);
  padding-top: var(--_spacing-system---spacing--spacing-4xl);
  border-top: 1px solid var(--light-gray);
}

.industries-equipment-list {
  grid-column-gap: var(--_spacing-system---spacing--spacing-xxs);
  grid-row-gap: var(--_spacing-system---spacing--spacing-xxs);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  display: flex;
}

.industries-equipment-dot {
  background-color: var(--primary-color);
  width: 3px;
  height: 3px;
}

.industries-equipment-list-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  max-width: 300px;
  display: flex;
}

.industries-card-link-block {
  justify-content: center;
  align-items: center;
  width: 33.33%;
  display: flex;
  overflow: hidden;
}

.industries-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.industries-card-right-wrap {
  width: 42%;
  padding-left: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.industries-card-applications-title {
  font-size: var(--_typography---body-text--text-s);
  font-weight: var(--_typography---font-weight--medium);
}

.industries-card-applications-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  display: flex;
}

.industries-card-applications-wrapper {
  grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 42px;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  display: grid;
}

.industries-arrow-button {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition-property: none;
  display: flex;
}

.video-banner-h1 {
  color: var(--white);
  text-transform: capitalize;
  font-size: 54px;
}

.testimonials-collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.testimonials-collection-list {
  grid-column-gap: var(--_spacing-system---spacing--spacing-l);
  grid-row-gap: var(--_spacing-system---spacing--spacing-l);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonials-collection-list.testimonial-page {
  grid-template-rows: auto;
}

.testimonial-slider-card {
  grid-column-gap: var(--_spacing-system---spacing--spacing-6xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-6xl);
  border-bottom: 1px solid var(--light-gray);
  flex-flow: column;
  min-height: 380px;
  padding-bottom: 40px;
  display: flex;
}

.testimonial-title {
  font-size: var(--_typography---typography--h3);
  line-height: var(--_typography---line-height--line-height-m);
  font-weight: var(--_typography---font-weight--medium);
}

.large-testimonials-text-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  max-width: 700px;
  display: flex;
}

.client-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/logos1.webp');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-grid._02 {
  background-image: url('../images/logos20-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.client-grid._01 {
  background-image: url('../images/logos10-1.webp');
  background-repeat: no-repeat;
  background-size: contain;
}

.client-card {
  min-height: 100px;
  padding: var(--_spacing-system---spacing--spacing-xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-m);
  grid-row-gap: var(--_spacing-system---spacing--spacing-m);
  background-color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-card.no {
  opacity: 0;
}

.client-logo {
  height: 44px;
}

.projects-collection-list {
  margin-top: var(--_spacing-system---spacing--spacing-5xl);
  padding-top: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  border-top: 1px solid var(--light-gray);
  flex-flow: column;
  display: flex;
}

.projects-collection-list.project-page {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  border-top-style: none;
  margin-top: 16px;
  padding-top: 12px;
}

.projects-collection-list.project-page.pd {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 10px;
  padding-top: 0;
}

.projects-collection-item {
  padding-bottom: var(--_spacing-system---spacing--spacing-4xl);
  border-bottom: 1px solid var(--light-gray);
}

.projects-collection-item.project-page {
  border-bottom-style: none;
  padding-bottom: 0;
}

.project-card {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr .75fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.project-card.industry-application {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-cover {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.project-text-link {
  text-transform: capitalize;
  line-height: 20px;
}

.project-card-text-left {
  width: 100%;
  max-width: none;
  margin-right: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.project-card-text-left.project-page {
  text-transform: capitalize;
}

.project-card-text-right-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.project-card-paragraph-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  flex-flow: column;
  display: flex;
}

.project-card-link {
  grid-column-gap: var(--_spacing-system---spacing--spacing-s);
  grid-row-gap: var(--_spacing-system---spacing--spacing-s);
  flex-flow: row;
  display: flex;
}

.project-card-link:hover {
  grid-column-gap: var(--_spacing-system---spacing--spacing-m);
  grid-row-gap: var(--_spacing-system---spacing--spacing-m);
  color: var(--primary-color);
}

.project-card-link-wrap {
  display: flex;
}

.rental-leasing-card {
  padding: var(--_spacing-system---spacing--spacing-4xl) var(--_spacing-system---spacing--spacing-2xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.industry-banner {
  z-index: 2;
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.industry-title {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  flex-flow: column;
  max-width: 600px;
  display: flex;
}

.industry-banner-paragraph {
  max-width: 450px;
}

.industry-page-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-7xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-7xl);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.industry-sections-links-list {
  grid-column-gap: var(--_spacing-system---spacing--spacing-s);
  grid-row-gap: var(--_spacing-system---spacing--spacing-s);
  flex-flow: column;
  width: 250px;
  display: flex;
  position: sticky;
  top: 150px;
  left: 0;
}

.industry-info-block {
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  flex-flow: column;
  flex: 1;
  max-width: 1100px;
  display: flex;
}

.industry-info {
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  flex-flow: column;
  display: flex;
}

.industry-info-text {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  display: flex;
}

.industry-info-text.applications {
  grid-row-gap: var(--_spacing-system---spacing--spacing-sm);
  margin-bottom: -16px;
}

.industry-info-image {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.industry-section-link {
  color: var(--black);
}

.industry-section-link:hover, .industry-section-link.w--current {
  color: var(--primary-color);
}

.equipment-banner-paragraph-wrap {
  max-width: 400px;
}

.equipment-banner-title-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.equipment-banner-wrap {
  z-index: 2;
  grid-column-gap: var(--_spacing-system---spacing--spacing-5xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-5xl);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.equipment-banner {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  flex-flow: column;
  display: flex;
}

.equipment-overlay {
  z-index: 2;
  background-color: #000000a6;
  position: absolute;
  inset: 0%;
}

.equipment-details-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-7xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-7xl);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.equipment-details-left-wrap {
  flex-flow: column;
  display: flex;
}

.equipment-page-image {
  object-fit: contain;
  max-width: 600px;
  height: 450px;
}

.equipment-details-right-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-l);
  grid-row-gap: var(--_spacing-system---spacing--spacing-l);
  flex-flow: column;
  flex: 1;
  max-width: 800px;
  display: flex;
}

.equipment-button-wrap {
  display: flex;
}

.equipment-details-grid {
  padding-top: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-l);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  border-top: 1px solid var(--light-gray);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.equipment-details-cell {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  display: flex;
}

.equipment-cell-text-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  display: flex;
}

.equipment-images-collection-list {
  grid-column-gap: var(--_spacing-system---spacing--spacing-l);
  grid-row-gap: var(--_spacing-system---spacing--spacing-l);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.equipment-images {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.equipment-images-lightbox-link {
  height: 400px;
  overflow: hidden;
}

.equipment-images-collection-list-wrapper {
  margin-top: var(--_spacing-system---spacing--spacing-6xl);
}

.features-wrap {
  margin-bottom: 20px;
}

.service-banner-details-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-s);
  grid-row-gap: var(--_spacing-system---spacing--spacing-s);
  flex-flow: wrap;
  max-width: 460px;
  display: flex;
}

.service-banner-details-wrap.hidden {
  display: none;
}

.service-banner-text-wrap {
  max-width: 500px;
}

.about-service-wrap {
  margin-bottom: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-7xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-7xl);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-info-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
  flex-flow: column;
  flex: 1;
  max-width: 60%;
  display: flex;
}

.service-page-label-wrap {
  object-fit: fill;
  max-width: 315px;
  position: sticky;
  top: 150px;
  left: 0;
}

.service-text-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  display: flex;
}

.service-text-wrap.list {
  grid-column-gap: var(--_spacing-system---spacing--spacing-none);
  grid-row-gap: var(--_spacing-system---spacing--spacing-none);
}

.service-text-wrap.last {
  grid-column-gap: var(--_spacing-system---spacing--spacing-none);
  grid-row-gap: var(--_spacing-system---spacing--spacing-none);
  margin-top: -15px;
}

.service-process-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-5xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-5xl);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process-grid {
  padding-top: var(--_spacing-system---spacing--spacing-5xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  border-top: 1px solid var(--light-gray);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  display: flex;
}

.process-cell {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  text-align: left;
  flex-flow: column;
  max-width: 300px;
  display: flex;
}

.process-stage-icon {
  width: 52px;
}

.process-stage-text-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-sm);
  grid-row-gap: var(--_spacing-system---spacing--spacing-sm);
  flex-flow: column;
  display: flex;
}

.process-stage-title {
  color: var(--black);
  font-size: var(--_typography---body-text--text-m);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-xxs);
}

.service-page-image {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.project-page-details-grid {
  grid-column-gap: var(--_spacing-system---spacing--spacing-m);
  grid-row-gap: var(--_spacing-system---spacing--spacing-xl);
  border-top: 3px solid var(--primary-color);
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 30%;
  padding: 30px;
  display: flex;
}

.project-page-detail-line {
  grid-column-gap: var(--_spacing-system---spacing--spacing-s);
  grid-row-gap: var(--_spacing-system---spacing--spacing-s);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-paragraph-wrap {
  max-width: 680px;
}

.project-banner-wrap {
  padding-bottom: var(--_spacing-system---spacing--spacing-6xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-5xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-5xl);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-info {
  grid-column-gap: var(--_spacing-system---spacing--section-spacing);
  grid-row-gap: var(--_spacing-system---spacing--section-spacing);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.project-info-left-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  flex-flow: column;
  width: 60%;
  display: flex;
}

.project-text-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.project-info-right-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 35%;
  margin-right: 60px;
  display: flex;
  position: sticky;
  top: 150px;
  right: 0;
}

.project-page-card-text-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-xl);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-page-button-wrap {
  margin-top: var(--_spacing-system---spacing--spacing-4xl);
}

.project-page-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.project-page-image-wrap {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.project-banner-title-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.project-page-h1 {
  font-size: 56px;
  line-height: var(--_typography---line-height--line-height-s);
}

.blog-post-banner-title-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 900px;
  display: flex;
}

.blog-text-wrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-banner-text-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 670px;
  display: flex;
}

.blog-post-banner {
  z-index: 2;
  margin-bottom: var(--_spacing-system---spacing--spacing-6xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blog-parallax-image-wrap {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.testimonial-banner-left-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 420px;
  display: flex;
}

.testimonial-banner-button-wrap {
  margin-top: auto;
}

.team-member-section {
  z-index: 1;
  background-color: var(--light);
  padding-top: 130px;
  position: relative;
}

.team-member-banner-wrap {
  grid-column-gap: var(--_spacing-system---spacing--section-spacing);
  grid-row-gap: var(--_spacing-system---spacing--section-spacing);
  display: flex;
}

.team-member-page-photo {
  object-fit: cover;
  width: 50%;
  height: 500px;
}

.team-member-name-wrapper {
  grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
  flex-flow: column;
  display: flex;
}

.team-member-banner-info {
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.team-member-info {
  padding-top: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  border-top: 1px solid var(--light-gray);
  justify-content: space-between;
  display: flex;
}

.team-member-text-wrap {
  width: 85%;
}

.location-cell {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contacts-left-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contacts-wrap {
  z-index: 2;
  grid-column-gap: var(--_spacing-system---spacing--spacing-6xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-6xl);
  justify-content: space-between;
  display: flex;
  position: relative;
}

.contact-link {
  font-family: var(--_typography---fonts--primary);
  color: var(--light);
  font-size: var(--_typography---body-text--text-xxs);
  text-transform: capitalize;
  line-height: 1;
}

.contact-link:hover {
  color: #f6f6f6cc;
}

.password-text-field {
  min-width: 100%;
  max-width: 100%;
  margin-top: var(--_spacing-system---spacing--spacing-sm);
  margin-bottom: var(--_spacing-system---spacing--spacing-2xl);
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--light-gray);
  background-color: var(--light);
  font-family: var(--_typography---fonts--primary);
  color: var(--black);
  font-size: var(--_typography---body-text--text-xs);
  line-height: var(--_typography---line-height--line-height-xl);
  font-weight: var(--_typography---font-weight--regular);
  border-radius: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.password-text-field:focus {
  border-bottom-color: var(--primary-color);
}

.password-text-field::placeholder {
  color: var(--gray);
}

.licensing-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.underline-link {
  color: #fff;
  align-items: center;
  height: 1.85rem;
  text-decoration: none;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.text-size-regular {
  font-size: 1.125rem;
  line-height: 1.6;
}

.text-size-regular.text-color-white {
  color: var(--light-gray);
  font-size: 14px;
  line-height: 16px;
  font-weight: var(--_typography---font-weight--regular);
}

.video-feature {
  max-width: 25rem;
}

.heading-medium {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-left: -2px;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxhuge {
  position: relative;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
}

.background-wrapper.sticky {
  height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.background-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sticky-about-banner {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-4 {
  background-color: #f5f5f5;
}

.history-list-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-full {
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
  transform: scale(1.01);
}

.about-history-banner {
  z-index: 25;
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  left: 120px;
}

.container-large-2 {
  width: 100%;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
}

.history-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px #cfe0e4;
  border-bottom: 1px #000;
  flex-direction: column;
  width: 280px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.page-padding-2 {
  width: 100%;
  max-width: 100vw;
  padding-left: 7vw;
  padding-right: 7vw;
}

.section-history {
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.history-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 80px;
  margin-bottom: 60px;
  display: grid;
}

.section-pd {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-pd.bg-pearl {
  margin-top: -40px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-pd.bg-pearl.sp {
  margin-top: -10px;
}

.eyebrow-heading {
  color: #1b1e2580;
  letter-spacing: .094rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.375rem;
}

.list-link {
  grid-column-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: grid;
  position: relative;
}

.swiper-slide {
  z-index: 0;
  flex: none;
  transition: transform .3s;
  position: relative;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider-text {
  opacity: 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: var(--_typography---font-weight--semi-bold);
  text-align: center;
  text-transform: capitalize;
  margin-top: 1rem;
  transition: opacity .3s;
}

.slider-text.t1 {
  opacity: 100;
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--_typography---font-weight--regular);
  margin-top: 0;
}

.slider-text.t1._01 {
  opacity: 100;
  margin-top: 0;
  padding-top: 0;
  font-size: 14px;
  line-height: 14px;
}

.slider-text.t12 {
  opacity: 100;
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--_typography---font-weight--regular);
  margin-top: 0;
}

.slider-text.t12._01 {
  opacity: 100;
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--_typography---font-weight--semi-bold);
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.swiper-button-next {
  z-index: 1;
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1% 55% auto;
}

.swiper-button-next:hover {
  background-color: var(--black);
  color: var(--white);
}

.swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  background-color: #affb42;
}

.swiper-button-prev {
  z-index: 1;
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 55% -1%;
}

.swiper-button-prev:hover {
  background-color: var(--black);
  color: var(--white);
}

.swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  background-color: #affb42;
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-custom-style {
  display: none;
}

.swrper_component {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding: 2rem 0 7.5rem;
}

.slider-image {
  opacity: .2;
  border-radius: 0;
  height: 480px;
  transition: opacity .5s;
}

.swiper-wrapper {
  display: flex;
}

.paragraph-2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: none;
}

.paragraph-2.sp1 {
  color: var(--white);
}

.paragraph-2.sp1.mid {
  font-size: 32px;
  font-weight: var(--_typography---font-weight--regular);
}

.paragraph-2.sp1.mid._2 {
  color: var(--black);
}

.paragraph-2.white {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 32px;
  position: absolute;
  inset: auto 0% 10%;
}

.div-block-86 {
  background-color: #1b1b1ba6;
  position: absolute;
  inset: 0%;
}

.div-block-87 {
  height: 0;
  padding-top: 40px;
}

.div-block-87._2 {
  padding-top: 60px;
}

.heading-3 {
  color: var(--primary-color);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: capitalize;
}

.heading-3.white {
  color: var(--white);
  font-size: 40px;
  font-weight: var(--_typography---font-weight--regular);
  letter-spacing: 0;
  text-transform: none;
}

.heading-3.main {
  color: var(--primary-color);
  font-size: 40px;
  line-height: 40px;
  font-weight: var(--_typography---font-weight--semi-bold);
  letter-spacing: 0;
  text-transform: capitalize;
}

.nav-menu-wrapper-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary-color);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.link {
  color: #fffc;
  height: 30px;
  font-size: var(--_typography---body-text--text-xxs);
  font-weight: var(--_typography---font-weight--regular);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.section-6 {
  z-index: 1;
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-6.no-space {
  padding-top: 0;
  padding-bottom: 0;
}

.video-section-wrap-2 {
  flex-flow: column;
  justify-content: center;
  height: 300px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text-white-2 {
  color: #f6f6f6;
  font-size: 40px;
  line-height: 1;
  font-weight: var(--_typography---font-weight--semi-bold);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
}

.video-title-wrap-2 {
  color: #fff;
}

.video-top-wrap-2 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-parallax-image-wrap-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.base-container-3 {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.base-container-3.sp {
  margin-top: 0;
}

.primary-button-3 {
  color: #f6f6f6;
  text-align: center;
  text-transform: uppercase;
  background-color: #064fbc;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  transition: all .35s;
  display: flex;
}

.primary-button-3:hover {
  opacity: 1;
  color: #064fbc;
  background-color: #f6f6f6;
}

.primary-button-3.dark-hover:hover {
  color: #f6f6f6;
  background-color: #1b1b1b;
}

.about-block-title-2 {
  font-size: 32px;
}

.about-title-wrap-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 674px;
  display: flex;
}

.section-8 {
  z-index: 1;
  background-color: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.horizontal-title-wrap-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.equipment-details-cell-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.link-2 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 11px;
  text-decoration: none;
}

.inner-banner-section-2 {
  z-index: 1;
  background-color: #f6f6f6;
  padding-top: 150px;
  padding-bottom: 0;
  position: relative;
}

.inner-banner-section-2.photo-equipment-banner-section {
  z-index: 5;
  background-image: url('../images/web21.5x.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 60px;
}

.inner-banner-section-2.photo-equipment-banner-section.pd {
  background-image: url('../images/5948b7a4da9b7cb570bfce1f63297d0d.webp');
  padding-top: 120px;
  padding-bottom: 80px;
}

.inner-banner-section-2.photo-equipment-banner-section.in {
  background-image: url('../images/p3.webp');
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 80px;
}

.inner-banner-section-2.photo-equipment-banner-section.ia {
  background-image: url('../images/e05e736d1a63cd5304b84b686e3b83fb.webp');
  padding-top: 120px;
  padding-bottom: 80px;
}

.inner-banner-section-2.photo-equipment-banner-section {
  background-image: url('../images/533ec0c1c3d7efd89471fb2250c8d6fe.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 100px;
}

.equipment-banner-wrap-2 {
  z-index: 2;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.equipment-banner-title-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  height: 100px;
  display: flex;
}

.equipment-banner-title-wrap-2.pd {
  height: auto;
  margin-bottom: 20px;
}

.equipment-banner-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.label-6 {
  text-transform: uppercase;
}

.label-6.text-white {
  color: #f6f6f6;
  text-transform: capitalize;
  font-family: Lato, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-block {
  margin-top: 16px;
  margin-bottom: 28px;
  padding-right: 90px;
  font-size: 20px;
  line-height: 23px;
}

.text-block-2 {
  color: var(--light);
  font-size: 30px;
  line-height: 34px;
  font-weight: var(--_typography---font-weight--regular);
  margin-top: 0;
}

.list-item {
  grid-column-gap: 36px;
  grid-row-gap: 18px;
  color: #000;
  border-bottom: 1px solid #889ea833;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  min-height: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.solid-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sticky-sliders {
  height: 160vh;
}

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

.large-container {
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.hp-section-heading-2 {
  font-size: 3rem;
  line-height: 3.25rem;
}

.mobile-sticky-slider {
  display: none;
}

.primary-card-title {
  color: #f5f5f5;
  overflow-wrap: anywhere;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.desktop-horizontal-slider {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: sticky;
  top: 80px;
  overflow: hidden;
}

.card-border-line {
  background-color: var(--primary-color);
  width: 100%;
  height: .5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.primary-card-image {
  object-fit: cover;
  background-color: #1b1e25;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-wrapper {
  grid-column-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-left: 40px;
  display: grid;
}

.primary-card {
  width: 100%;
  height: 340px;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-grid-wrapper {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.card-hover-line {
  background-image: linear-gradient(90deg, var(--primary-color), #77743d00);
  max-width: 4rem;
  min-height: 1px;
}

.large-desktop-grid {
  display: none;
}

.primary-card-details {
  background-image: linear-gradient(to top, #1b1e25d9 12%, #1b1e2580 23%, #2220 40%);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 2rem;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  inset: 0%;
}

.slider-container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
}

.primary-card-subtitle {
  color: #f5f5f5b3;
  text-transform: uppercase;
  margin-top: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.gallery-image-wrapper {
  flex: none;
  width: 26vw;
  margin-top: 5.5rem;
}

.gallery-image-wrapper.large {
  width: 26vw;
  margin-top: 0;
}

.medium-container-3 {
  width: 90%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-intro-wrapper-3 {
  grid-column-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  display: grid;
}

.primary-button-5 {
  color: #f5f5f5;
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #d0333a;
  align-self: center;
  margin-top: 1rem;
  padding: 1.063rem 1.5rem 1rem;
  font-size: .938rem;
  font-weight: 600;
  line-height: 1.063rem;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
}

.primary-button-5:hover {
  color: #f5f5f5;
  background-color: #bb2e34;
  border-color: #bb2e34;
}

.primary-button-5:focus {
  background-color: #bb2e34;
}

.primary-button-5.desktop-only {
  background-color: var(--primary-color);
}

.testimonial-slider-arrow-button {
  border: 1px solid #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.section-10 {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.section-10.section-component {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.testimonial-slider-arrow {
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  display: flex;
}

.testimonial-slider-slide {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 3rem 5rem;
  display: grid;
}

.testimonial-slider-slide-wrapper {
  height: 100%;
}

.testimonial-slider {
  background-color: #0000;
  border: 1px #ebebeb;
  border-radius: .25rem;
  height: auto;
}

.testimonial-slider-arrow-icon-outer-wrapper {
  display: flex;
  overflow: hidden;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.testimonial-slider-arrow-icon-inner-wrapper {
  display: flex;
  position: relative;
}

.testimonial-slider-nav {
  display: none;
}

.icon-m {
  width: 1rem;
  height: 1rem;
}

.icon-m.icon-m-absolute {
  position: absolute;
  inset: 0% auto 0% -100%;
}

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

.project-card-text-right-wrap-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.project-card-text-wrap-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  flex: 1;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.project-cover-link-2 {
  padding-top: 55px;
  overflow: hidden;
}

.projects-collection-list-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 60px;
  display: flex;
}

.projects-collection-item-2 {
  border-bottom: 1px #e4e4e4;
  padding-bottom: 100px;
}

.project-text-link-2 {
  color: #1b1b1b;
  text-transform: none;
  font-size: 24px;
  line-height: 26px;
}

.bold-text-2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.bold-text-2:hover {
  color: #1b1b1b;
}

.project-card-text-left-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-right: 40px;
  padding-left: 20px;
  display: flex;
}

.project-detail-line-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e9e9e9b3;
  border-bottom-color: #e1e1e1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 20px;
  display: flex;
}

.project-detail-line-2.last {
  border-bottom-style: none;
}

.project-detail-line-2.sp {
  background-color: #fff;
  display: none;
}

.tabs-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: auto max-content max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.tab {
  text-transform: capitalize;
  background-color: #f5f5f5;
  padding: 1.063rem 1rem 1rem;
  font-size: 16px;
  line-height: 1.063rem;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), color .4s cubic-bezier(.23, 1, .32, 1);
}

.tab:hover {
  background-color: var(--primary-color);
  color: #f5f5f5;
}

.tab.w--current {
  background-color: var(--primary-color);
  color: #f5f5f5;
  font-size: 16px;
}

.tabs-content {
  margin-top: 0;
}

.service-list-wrapper {
  border-top: 1px solid #f5f5f533;
}

.service-list-wrapper:last-child {
  border-bottom: 1px solid #f5f5f533;
}

.tabs_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-heading {
  font-size: var(--_typography---body-text--text-l);
}

.designtakt-trademark {
  z-index: 100;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: fixed;
  inset: 0;
}

.tabs_section-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.tab-heading-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-subtext-inner {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tabs_images {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  position: relative;
}

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

.global-styles {
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.tab-item {
  border-radius: .25rem;
  width: 100%;
  max-width: 32rem;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.section_tabs {
  max-height: 100svh;
  padding: 4rem 0;
}

.tab-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 32rem;
  display: flex;
}

.tab-progress-fill {
  background-color: #7e7e7e;
  height: 1px;
}

.tab-js {
  display: none;
}

.tab-item-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.tab-progress-bar {
  background-color: #f2f2f2;
  border-radius: 1rem;
  width: 100%;
  height: .1875rem;
  overflow: hidden;
}

.tab-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .5rem;
  padding: 0;
  display: flex;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.tabs_left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.tab-subtext-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.tab-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(1rem, 3rem) 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.main-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.page-wrapper, .tab-css {
  display: none;
}

.tab-number-wrapper {
  color: #222;
  justify-content: flex-start;
  align-items: center;
  width: 4rem;
  display: flex;
}

.tab-subtext {
  color: #444;
}

.mobile-button-2 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.blog-collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-link-2 {
  color: #1b1b1b;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.blog-post-link-2:hover {
  color: #064fbc;
}

.blog-link-block-2 {
  cursor: pointer;
  background-color: #064fbc;
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.blog-link-block-2:hover {
  padding: 20px;
}

.blog-link-block-2.v2 {
  justify-content: center;
  align-items: center;
  height: 148px;
  display: flex;
}

.blog-link-block-2.v2:hover {
  padding: 0;
}

.blog-link-block-2.v2.sp {
  height: 100%;
}

.services-collection-list-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.service-card-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #d8d8d8;
  flex-flow: column;
  padding-bottom: 40px;
  display: flex;
}

.service-card-2.last {
  border-bottom-style: none;
}

.vertical-section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sticky-title-wrap-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 150px;
  left: 0;
}

.services-block-title-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.service-card-top-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding-right: 80px;
  display: flex;
}

.services-block-title-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.base-container-7 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.service-text-link-2 {
  max-width: 250px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.service-text-link-2:hover {
  color: #064fbc;
}

.div-block-102 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 16px;
  display: grid;
}

.div-block-102._5 {
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-4 {
  z-index: 2;
  color: var(--white);
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-104 {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.blog-link-block-3 {
  background-color: #064fbc;
  width: 100%;
  height: 440px;
  overflow: hidden;
}

.blog-link-block-3:hover {
  padding: 20px;
}

.blog-card-text-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid #e4e4e4;
  flex-flow: column;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.blog-collection-list-wrapper-3 {
  margin-top: 64px;
}

.base-container-8 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-7 {
  font-size: 36px;
  line-height: 36px;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: 0;
}

.heading-7.about {
  margin-top: -2px;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 34px;
}

.heading-7.white {
  color: var(--white);
}

.paragraph-5 {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-5.left {
  text-align: left;
  width: 60%;
}

.text-block-6 {
  color: var(--white);
  font-size: var(--_typography---body-text--text-xs);
  line-height: 1.3;
  font-weight: var(--_typography---font-weight--regular);
}

.div-block-107 {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #064fbccc;
  flex-flow: column;
  height: 440px;
  padding: 38px 32px 32px;
  display: flex;
  position: absolute;
  inset: 0% 0% 15%;
}

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

.location-cell-copy {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-l {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000;
  text-underline-offset: .5em;
  flex-flow: column;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.1em;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 1px;
  display: flex;
  position: relative;
}

.link-l:hover {
  text-decoration-color: #f1f1f1;
}

.list-02-item {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  position: relative;
  overflow: hidden;
}

.white-line {
  background-color: var(--primary-color);
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-4 {
  z-index: 2;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-4.small {
  max-width: 920px;
}

.container-4.small.flex {
  justify-content: flex-start;
  align-items: flex-start;
}

.process-image {
  background-image: linear-gradient(#d8d8d8, #d8d8d8);
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 200px;
  display: flex;
}

.process-image._01 {
  background-image: url('../images/（顺义）2002年广厦新源石化设备制造公司成立.webp');
  background-position: 50%;
  background-size: cover;
}

.process-image._02 {
  background-image: url('../images/3.webp');
  background-position: 50%;
  background-size: cover;
}

.process-image._03 {
  background-image: url('../images/2008年廊坊工厂投产.webp');
  background-position: 50%;
  background-size: cover;
}

.process-image._04 {
  background-image: url('../images/2015年-2024年兴创大厦.webp');
  background-position: 50%;
  background-size: cover;
}

.process-image._05 {
  background-color: var(--light);
  background-image: url('../images/2024年-国锐广场.webp');
  background-position: 50%;
  background-size: cover;
}

.step-4-info-wrapper {
  border: 2px none var(--gray);
  background-color: #fff;
  border-radius: 0;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.timeline-wrapper {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.step-1-number, .step-4-number {
  z-index: 2;
  filter: none;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.grey-line {
  background-color: #ffffff26;
  width: 2px;
  height: 82%;
  position: relative;
}

.step {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.step-heading {
  color: #fff;
}

.step-heading.margin-xs {
  color: var(--black);
  font-size: 26px;
  line-height: 28px;
  font-weight: var(--_typography---font-weight--semi-bold);
  margin-bottom: 0;
  padding-right: 120px;
}

.step-heading.margin-xs.key {
  margin-bottom: 0;
  padding-right: 0;
  font-size: 22px;
}

.step-5-info-wrapper, .step-3-info-wrapper {
  border: 2px none var(--gray);
  background-color: #fff;
  border-radius: 0;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.center-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-div.max-720w.margin-xl {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}

.center-div.max-720w.margin-xl.core {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 40px;
}

.center-div.max-720w.margin-xl.core.mid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 0;
}

.center-div.max-720w.margin-xl.pd {
  justify-content: center;
  align-items: flex-start;
}

.center-div.max-720w.margin-xl.mid {
  justify-content: center;
  align-items: center;
}

.process-wrapper {
  position: relative;
}

.step-1-info-wrapper {
  border: 2px none var(--gray);
  background-color: #fff;
  border-radius: 0;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 40px 24px 24px;
  display: flex;
}

.step-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.step-wrapper.margin-l {
  margin-bottom: 40px;
}

.step-2-info-wrapper {
  border: 2px none var(--gray);
  background-color: #fff;
  border-radius: 0;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.text-light-grey {
  color: #3d3d3d99;
  font-size: 18px;
  line-height: 22px;
}

.step-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  padding-top: 0;
  padding-right: 20px;
  display: flex;
  position: static;
}

.step-3-number {
  z-index: 2;
  filter: none;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.section-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-11.black {
  color: var(--black);
  margin-top: -140px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.step-2-number {
  z-index: 2;
  filter: none;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.black-line {
  background-color: #f6f6f6;
  width: 2px;
  height: 72px;
  position: absolute;
  left: 19px;
  right: 20px;
}

.step-5-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.main {
  color: #000;
  font-size: 20px;
  line-height: 26px;
}

.tracck {
  width: 100vw;
  height: 300vw;
  margin-top: -140px;
}

.camera1 {
  width: 100vw;
  height: 100vh;
  padding-left: 60px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  align-items: center;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: static;
}

.div-block-2 {
  background-image: linear-gradient(90deg, #4891fd, var(--primary-color));
  width: 100px;
  height: 12px;
  margin-top: 0;
  position: absolute;
  inset: 35% auto 0% 0;
}

.div-block-2.v2 {
  background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  height: 8px;
  margin-top: -4px;
  position: relative;
}

.div-block-2.v2.no {
  opacity: 0;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40vw;
  height: auto;
  margin-top: 5vh;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.div-block-3.sp {
  padding-top: 30px;
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.speaker-slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: 20px;
  margin-bottom: 36px;
}

.speaker-arrow {
  background-color: #1e2029;
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  inset: auto 5vw 5vw auto;
}

.speaker-arrow.left {
  margin-right: 72px;
  left: auto;
  right: 5vw;
}

.speaker-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-image.one {
  background-image: url('../images/微信图片_202603171211262x.jpg');
}

.speaker-image.six {
  background-image: url('../images/微信图片_202603171211262x.jpg');
  background-position: 50% 0;
}

.speaker-image.five {
  background-image: url('../images/微信图片_202603171211262x.jpg');
  background-position: 0 0;
  width: 101%;
}

.speaker-image.two {
  background-image: url('../images/微信图片_202603171211262x.jpg');
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/矩形_6450.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.speaker-name {
  z-index: 10;
  color: var(--primary-color);
  font-size: var(--_typography---typography--h2);
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.slide-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-display-3 {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display-3.large {
  color: var(--gray);
  font-size: 18px;
  line-height: 1.6em;
}

.slide-arrow {
  width: 18px;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.section-12.home-hero-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  margin-top: 0;
  padding: 0 0;
  display: none;
  overflow: hidden;
}

.text-block-7 {
  font-family: var(--_typography---fonts--primary);
  color: #fffc;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 6px;
  font-size: 14px;
  line-height: 16px;
}

.text-block-8 {
  color: var(--white);
  font-size: 22px;
  line-height: 22px;
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: capitalize;
  margin-top: -4px;
  margin-bottom: 4px;
}

.image-9 {
  z-index: 5;
  width: 30px;
  height: 30px;
  position: relative;
}

.image-9._02 {
  width: 22px;
  height: 22px;
}

.navbar-2 {
  z-index: 2;
  border-bottom: 1px solid var(--light-gray);
  background-color: #f6f6f6;
  position: fixed;
  inset: 75px 0% auto;
}

.nav-menu-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  padding-left: 0;
  display: flex;
}

.div-block-110 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.div-block-112 {
  z-index: 100;
  background-image: linear-gradient(90deg, #064fbc00, var(--primary-color));
  height: 50px;
  position: absolute;
  inset: -25px 0% auto;
}

.div-block-113 {
  background-image: url('../images/s1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 180px;
  height: 90px;
}

.div-block-113.s1 {
  background-image: url('../images/1_强化换热器.png');
  background-position: 50%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100px;
  display: block;
  position: absolute;
  inset: auto;
}

.div-block-113.s1.left {
  position: relative;
}

.div-block-113.s1.mid {
  width: 100%;
  height: 140px;
}

.div-block-113.s1.mid._2 {
  background-image: url('../images/2_管壳式换热器.png');
}

.div-block-113.s1.mid._3 {
  background-image: url('../images/3板式换热器.png');
  height: 201px;
}

.div-block-113.s1.mid._2-copy {
  background-image: url('../images/2_管壳式换热器.png');
}

.div-block-113.s1.mid._4 {
  background-image: url('../images/4_压力容器.png');
  height: 200px;
}

.div-block-113.s1.mid._5 {
  background-image: url('../images/5_空冷器.png');
}

.div-block-113.s1.mid._6 {
  background-image: url('../images/6_撬装.png');
}

.div-block-113.s2 {
  background-image: url('../images/2_管壳式换热器.png');
  background-size: contain;
  width: 160px;
  height: 80px;
}

.div-block-113.s3 {
  background-image: url('../images/3板式换热器.png');
  background-position: 0 0;
  background-size: auto 100%;
  width: 160px;
  height: 140px;
}

.div-block-113.s4 {
  background-image: url('../images/4_压力容器.png');
  background-position: 0 0;
  background-size: auto 100%;
  width: 160px;
  height: 140px;
}

.div-block-113.s5 {
  background-image: url('../images/5_空冷器.png');
  background-size: contain;
  width: 160px;
  height: 80px;
}

.div-block-113.s6 {
  background-image: url('../images/6_撬装.png');
  background-size: contain;
  width: 160px;
  height: 80px;
}

.paragraph-6 {
  font-size: var(--_typography---body-text--text-m);
}

.div-block-114 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fbfbfb;
  flex-flow: column;
  padding: 36px 32px;
  display: flex;
}

.div-block-115 {
  background-color: var(--white);
  height: auto;
  padding: 36px 32px;
}

.text-block-9 {
  color: #979797;
  font-size: var(--_typography---body-text--text-m);
}

.text-block-10 {
  font-size: var(--_typography---body-text--text-xl);
  font-weight: var(--_typography---font-weight--medium);
}

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

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

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

.text-block-11 {
  color: #fc4646;
  font-size: var(--_typography---body-text--text-s);
}

.text-block-11._2 {
  font-size: var(--_typography---body-text--text-m);
}

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

.div-block-120 {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 24px;
}

.text-block-12 {
  color: var(--primary-color);
  margin-right: 16px;
  font-size: 66px;
  line-height: 1;
}

.div-block-121 {
  display: flex;
}

.text-block-13 {
  color: var(--primary-color);
  font-size: var(--_typography---typography--h4);
  text-transform: uppercase;
}

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

.div-block-123 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .7fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.text-block-15 {
  font-size: 20px;
  line-height: 24px;
  font-weight: var(--_typography---font-weight--medium);
}

.div-block-126 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.link-3 {
  color: var(--primary-color);
  margin-bottom: 0;
}

.projects-collection-list-vv2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #e4e4e4;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.projects-collection-list-vv2.top {
  border-top-style: none;
}

.div-block-128 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  margin-top: 20px;
  padding: 24px 24px 36px;
  display: flex;
}

.text-block-18 {
  font-size: 20px;
  line-height: 1;
  font-weight: var(--_typography---font-weight--regular);
  text-transform: capitalize;
  margin-bottom: 6px;
}

.div-block-129 {
  color: var(--black);
  text-transform: none;
  cursor: pointer;
  border-bottom: 1px #0000001a;
  flex-flow: row;
  justify-content: space-between;
  padding: 6px 8px;
  display: flex;
}

.div-block-129:hover {
  color: var(--primary-color);
}

.div-block-129.no {
  cursor: auto;
}

.text-block-19 {
  color: var(--primary-color);
  font-size: 24px;
  line-height: 20px;
  font-weight: var(--_typography---font-weight--regular);
  padding-right: 0;
}

.div-block-106-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-20 {
  color: var(--white);
  font-size: 52px;
  line-height: 1;
  font-weight: var(--_typography---font-weight--medium);
}

.div-block-130 {
  flex-flow: column;
  display: flex;
}

.text-block-21 {
  color: #fff6;
}

.text-block-22 {
  color: var(--white);
  font-size: var(--_typography---body-text--text-m);
  font-weight: var(--_typography---font-weight--medium);
}

.div-block-131 {
  grid-column-gap: 90px;
  grid-row-gap: 28px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.parallax-image-wrap-copy {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 580px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-7 {
  font-size: var(--_typography---body-text--text-m);
  line-height: 24px;
  font-weight: var(--_typography---font-weight--medium);
}

.link-4 {
  text-transform: capitalize;
  text-decoration: underline;
}

.base-container-3-copy {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: static;
}

.text-block-23 {
  color: #1b1b1bcc;
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--_typography---font-weight--medium);
}

.small-label-4-copy {
  color: #f6f6f6;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2em;
}

.small-label-4-copy.primary {
  color: var(--black);
  font-size: 18px;
  line-height: 20px;
  font-weight: var(--_typography---font-weight--bold);
  text-transform: capitalize;
}

.text-block-24 {
  text-align: center;
  padding-right: 0;
  font-size: 16px;
  line-height: 19px;
}

.text-block-24.sp1 {
  color: var(--white);
  text-align: center;
}

.bold-text-3 {
  color: #fff9;
  font-weight: 400;
}

.div-block-132 {
  height: 10px;
}

.service-card-paragraph-wrap-copy {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  margin-top: 0;
  padding-right: 40px;
  display: flex;
}

.container-large-5 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.auto-tabs-content-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 460px;
  padding-left: 0;
  display: flex;
}

.auto-tabs-content-inner.is-right-align {
  min-height: auto;
  padding: 0;
}

.video-icon {
  width: 100%;
  padding-left: .2em;
}

.auto-tabs-content-item {
  width: 100%;
  height: 100%;
  overflow: clip;
}

.auto-tabs-icon {
  width: 1.1rem;
  height: 1.1rem;
}

.auto-tabs-menu {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left-width: .3rem;
  border-left-color: #adadad4d;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: -80px;
}

.auto-tabs-content {
  border-radius: 0;
  flex: 1;
  height: 78svh;
  overflow: clip;
}

.auto-tabs-component {
  position: relative;
}

.auto-tabs-progress-bar {
  background-color: #f6fc8f;
  background-image: linear-gradient(#f6fc8f, #feffe2);
  border-radius: 999rem;
  width: .3rem;
  height: 50%;
  margin-left: -.3rem;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.heading-style-h4-2 {
  color: var(--primary-color);
  font-size: 18px;
}

.auto-tabs-button-text {
  white-space: nowrap;
  font-weight: 600;
  line-height: .9;
}

.auto-tabs-link {
  color: var(--primary-color);
  font-size: var(--_typography---body-text--text-m);
  text-transform: capitalize;
  background-color: #f6f6f6;
  margin-left: 0;
  padding: 16px 32px;
  line-height: 24px;
  transition: color .4s, border-color .4s;
}

.auto-tabs-link:hover {
  color: var(--primary-color);
}

.auto-tabs-link.w--current {
  background-color: var(--primary-color);
  color: #fff;
  font-size: var(--_typography---body-text--text-m);
  line-height: 24px;
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: capitalize;
  border-style: none;
  border-radius: 0;
  margin-left: 0;
  padding: 16px 32px;
}

.overflow-hidden {
  overflow: hidden;
}

.auto-tabs-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pause-icon-component {
  height: 100%;
}

.auto-tabs-button {
  color: #7e7e7e;
  background-color: #0000;
  margin-bottom: .8rem;
  padding: 0;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.auto-tabs-button-inner {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.auto-tabs-button-inner.is-absolute {
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-component {
  display: block;
}

.autoplay-tabs-custom-js {
  display: none;
}

.auto-tabs-animate-from-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: clip;
}

.page-padding-4 {
  margin-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

.pause-icon {
  height: 100%;
}

.autoplay-tabs-custom-css {
  display: none;
}

.paragraph-5-copy {
  color: #0009;
  font-size: 18px;
  line-height: 22px;
}

.div-block-135 {
  background-image: url('../images/encata-pd-qCmbTEsdvOw-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-135._01 {
  background-image: url('../images/冲击实验Impact-test.webp');
}

.div-block-135._02 {
  background-image: url('../images/高通量管束工况测试装置.webp');
}

.div-block-135._03 {
  background-image: url('../images/12451334xcvads.webp');
}

.div-block-135._04 {
  background-image: url('../images/廊坊车间1.webp');
}

.div-block-136 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.div-block-137 {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 16px;
  padding-left: 8px;
}

.text-block-26 {
  font-size: 18px;
  line-height: 22px;
}

.div-block-138 {
  margin-bottom: 10px;
}

.text-block-27 {
  font-size: 24px;
  line-height: 28px;
  font-weight: var(--_typography---font-weight--semi-bold);
}

.div-block-139 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 16px;
  padding-left: 8px;
  display: flex;
}

.text-block-28 {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: var(--_typography---font-weight--semi-bold);
}

.text-block-29 {
  color: #0009;
  font-size: 16px;
  line-height: 18px;
}

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

.section-copy {
  z-index: 1;
  padding-top: var(--_spacing-system---spacing--spacing-5xl);
  padding-bottom: var(--_spacing-system---spacing--spacing-5xl);
  background-color: var(--light);
  position: relative;
}

.section-copy.pd {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-copy.about {
  padding-top: 54px;
  padding-bottom: 40px;
}

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

.div-block-143 {
  cursor: pointer;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  height: 380px;
  padding: 42px 42px 48px;
  display: flex;
}

.div-block-148 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.div-block-148.last {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 24px;
}

.text-block-33 {
  color: #000000b3;
  font-size: var(--_typography---body-text--text-xxs);
  line-height: 18px;
}

.text-block-34 {
  font-size: 18px;
  line-height: 22px;
  font-weight: var(--_typography---font-weight--medium);
  margin-bottom: 20px;
}

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

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

.text-block-35 {
  font-size: var(--_typography---body-text--text-m);
  line-height: 24px;
  font-weight: var(--_typography---font-weight--medium);
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: var(--primary-color);
}

.heading-9 {
  color: var(--primary-color);
  font-size: 26px;
  line-height: 26px;
  font-weight: var(--_typography---font-weight--semi-bold);
  letter-spacing: 0;
  margin-bottom: 0;
}

.div-block-151 {
  padding-right: 100px;
}

.bold-text-4 {
  font-size: var(--_typography---typography--h3);
  text-transform: uppercase;
  font-weight: 500;
}

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

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

.div-block-153._01 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-153._02 {
  grid-template-columns: 1fr .75fr 1fr 1fr 1fr;
}

.div-block-153._03 {
  grid-template-columns: 1fr .75fr 1fr 1fr 1fr 1fr 1fr;
}

.text-block-36 {
  color: var(--white);
  font-size: var(--_typography---body-text--text-xs);
  text-align: center;
  line-height: 24px;
}

.div-block-154 {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.tag1 {
  background-color: #064fbc08;
  justify-content: center;
  align-items: center;
  height: 176px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.tag1-text {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--_typography---font-weight--semi-bold);
  text-align: center;
}

.tag2 {
  background-color: #ffffff08;
  justify-content: center;
  align-items: center;
  height: 176px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.div-block-155 {
  justify-content: center;
  align-items: center;
  height: 88px;
  min-height: 100%;
  display: flex;
}

.div-block-155.v-2 {
  background-color: #064fbc08;
}

.div-block-155.v-2.pic._02 {
  background-color: #000;
  background-image: url('../images/image12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.div-block-155.v-2.pic._03 {
  background-color: #000;
  background-image: url('../images/image10_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.div-block-155.pic {
  height: 120px;
}

.div-block-155.pic._01 {
  background-color: #000;
  background-image: url('../images/image11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.tag2-copy {
  background-color: #ffffff08;
  justify-content: center;
  align-items: center;
  height: 176px;
  padding: 0;
  display: flex;
}

.div-block-156 {
  background-color: #c9c9c9;
  background-image: url('../images/69b33fe2-1.5x.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-156.pd1._02 {
  background-image: url('../images/69b33fe2-0281-44be-8819-c7fbe542f211.jpg');
}

.div-block-156.p03 {
  background-image: url('../images/image10.webp');
}

.text-block-37 {
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--_typography---font-weight--semi-bold);
}

.text-span-9, .text-span-10 {
  color: var(--primary-color);
}

.div-block-157 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420px;
  margin-bottom: 0;
  padding-top: 16px;
  display: flex;
}

.div-block-158 {
  justify-content: space-between;
  margin-bottom: 30px;
  padding-left: 40px;
  display: flex;
}

.text-white-2-copy {
  color: #f6f6f6;
  font-size: 32px;
  font-weight: var(--_typography---font-weight--semi-bold);
  letter-spacing: 0;
  text-transform: none;
}

.div-block-160 {
  width: 600px;
  height: 400px;
}

.text-block-38 {
  color: var(--primary-color);
  font-size: 40px;
  line-height: 1;
  font-weight: var(--_typography---font-weight--semi-bold);
}

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

.div-block-162 {
  height: 80px;
}

.t1, .t2 {
  margin-top: -100px;
  padding-top: 100px;
}

.touch {
  color: var(--white);
  font-weight: var(--_typography---font-weight--semi-bold);
}

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

.div-block-164 {
  background-color: #fff;
  width: 100px;
  height: 100px;
  padding: 4px;
}

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

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

.text-block-40 {
  color: #fff9;
  font-size: 16px;
  line-height: 1;
}

.text-block-41 {
  color: var(--white);
  font-size: 20px;
  line-height: 1;
}

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

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

.t1-copy.w--current, .t2-copy.w--current {
  color: var(--primary-color);
}

.div-block-168 {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.div-block-169 {
  background-image: url('../images/QR.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-170 {
  background-color: #fff;
  width: 100px;
  height: 100px;
  margin-top: 48px;
  padding: 4px;
  position: absolute;
  right: 0;
}

.div-block-170.footer {
  inset: 0% auto 0% 0%;
}

.div-block-171 {
  background-image: url('../images/QR.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.footer-contact-link-2 {
  color: #fff;
  text-transform: none;
  font-size: 18px;
}

.footer-contact-link-2:hover {
  color: #f6f6f6cc;
}

.links-column-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer-bottom-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.footer-cell-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #f6f6f640;
  border-right: 1px solid #f6f6f640;
  flex-flow: column;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-cell-2.last {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-right-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 0;
}

.footer-cell-2.center {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  border-bottom-style: none;
  border-right-style: none;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 40px 0 64px;
  display: grid;
}

.footer-logo-wrap-2 {
  border-bottom: 1px solid #f6f6f640;
  padding-bottom: 64px;
}

.footer-link-2 {
  color: #fff;
  text-transform: none;
}

.footer-link-2:hover {
  color: #f6f6f6bf;
}

.div-block-172 {
  position: absolute;
  top: 28%;
}

.link-block-2 {
  border-bottom: 1px solid var(--light-gray);
  color: #000;
  padding: 20px;
}

.link-block-2:hover, .link-block-2.w--current {
  background-color: var(--primary-color);
  color: var(--white);
}

.tab-flex-wrapper {
  display: flex;
}

.medium-container-5 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tab-pane {
  object-fit: contain;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.tab-column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.tab-mobile-image {
  display: none;
}

.tab-wrapper {
  opacity: .4;
  color: #182c4f;
  text-transform: none;
  cursor: pointer;
  background-color: #0000;
  border-left: .25rem solid #0000;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 0 2.5rem 0 1.5rem;
  transition: border-color .4s cubic-bezier(.23, 1, .32, 1), opacity .4s cubic-bezier(.23, 1, .32, 1);
}

.tab-wrapper:hover {
  opacity: .7;
  border-left-color: #064fbc80;
  text-decoration: none;
}

.tab-wrapper.w--current {
  opacity: 1;
  text-transform: none;
  background-color: #0000;
  border-left-color: #064fbc;
}

.text-white-3 {
  color: #f6f6f6;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-left: -3px;
  line-height: 66px;
}

.equipment-banner-wrap-3 {
  z-index: 2;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.equipment-overlay-2 {
  z-index: 1;
  background-color: #000000a6;
  position: absolute;
  inset: 0%;
}

.nav-button-wrap-2 {
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #064fbc;
  justify-content: center;
  align-items: center;
  height: 75px;
  padding: 14px 32px;
  transition: all .35s;
  display: flex;
}

.nav-button-2:hover {
  opacity: 1;
  color: #000;
  background-color: #f6f6f6;
}

.div-block-173 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-174 {
  background-color: var(--primary-color);
  border-radius: 999px;
  width: 8px;
  height: 8px;
  margin-top: 10px;
  margin-right: 10px;
}

.div-block-175 {
  width: 670px;
}

.text-block-42 {
  font-size: 16px;
  line-height: 20px;
}

.div-block-176 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.div-block-177 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.div-block-178 {
  background-image: url('../images/172512_291.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 248px;
  margin-top: 30px;
}

.div-block-178._02 {
  background-image: url('../images/image92x-1.webp');
}

.div-block-178._03 {
  background-color: #f6f5fa;
  background-image: url('../images/image14.png');
  background-position: 50%;
  background-size: contain;
  height: 350px;
}

.div-block-178._05 {
  background-image: url('../images/image-3.png');
}

.div-block-178._06 {
  background-color: #fff;
  background-image: url('../images/image21.png');
  background-position: 50%;
  background-size: contain;
}

.div-block-178._07 {
  background-image: url('../images/147db8.webp');
  background-position: 50%;
  height: 480px;
}

.div-block-179 {
  background-image: url('../images/services-process-image-2_1services-process-image-2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-179._02 {
  background-image: url('../images/moollyem-13sZ_m3L2LI-unsplash.jpg');
}

.div-block-179._01 {
  background-image: url('../images/isawred-SYxHK66pDhg-unsplash.jpg');
}

.div-block-179._03 {
  background-image: url('../images/willis-stout-_YO8eI_wZRM-unsplash.jpg');
}

.div-block-179._04 {
  background-image: url('../images/adrien-olichon-21cM88URmjo-unsplash.jpg');
}

.div-block-179._05 {
  background-image: url('../images/declan-sun-J8FdQMOeplo-unsplash.jpg');
}

.div-block-179._06 {
  background-image: url('../images/willis-stout-_YO8eI_wZRM-unsplash-2.jpg');
}

.div-block-179._07 {
  background-image: url('../images/jan-machacek-Db5ta-HrKMA-unsplash.jpg');
}

.div-block-179._08 {
  background-image: url('../images/gr-supper-BP-F2riBh_0-unsplash.jpg');
  background-position: 50% 100%;
}

.div-block-179._09 {
  background-image: url('../images/wolfgang-weiser-50WPRo_ucFg-unsplash.jpg');
}

.div-block-179._10 {
  background-image: url('../images/wolfgang-weiser-MChsIIqlbO8-unsplash.jpg');
}

.div-block-179._11 {
  background-image: url('../images/wolfgang-weiser-ahlrp0Jk4dQ-unsplash.jpg');
}

.footer-grid-3 {
  border-top: 1px solid #f6f6f640;
  border-bottom: 1px solid #f6f6f640;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-heading-3 {
  color: #fff;
  max-width: 456px;
  font-size: 34px;
}

.footer-contacts-wrap-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.image-11 {
  width: 70%;
}

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

.div-block-182 {
  background-color: var(--black-45);
  border-radius: 999px;
  width: 6px;
  height: 6px;
  margin-right: 8px;
}

.div-block-183 {
  z-index: 10;
  position: fixed;
  inset: auto 5% 5% auto;
  transform: rotate(90deg);
}

.text-block-43 {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 20px;
  font-weight: var(--_typography---font-weight--bold);
  margin-bottom: 4px;
}

.div-block-184 {
  margin-top: 0;
}

.div-block-185 {
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 22px;
  line-height: 26px;
  font-weight: var(--_typography---font-weight--medium);
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  transition: all .3s;
  display: flex;
}

.div-block-185:hover {
  background-color: var(--white);
  color: var(--primary-color);
}

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

.text-block-44 {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.regular {
  color: #064fbccc;
}

.others {
  color: #8b8b8b;
}

.temporary-announcements {
  color: #fc4646;
}

.slider-tall {
  padding-bottom: 3.5em;
}

.slider-tall.center {
  text-align: center;
  padding-bottom: 2.5em;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider2.tall {
  margin-top: 40px;
  overflow: hidden;
}

.splide.slider2.tall.no, .splide.cp {
  display: none;
}

.slider-tall_img {
  width: 100%;
  margin-bottom: 2em;
  padding-top: 149%;
  transition: border-radius .5s, transform .5s;
  position: relative;
  overflow: hidden;
}

.text-opacity {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: .3;
  flex-flow: column;
  transition: opacity .35s;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.splide__slide.five-cards {
  width: 20%;
}

.container-5 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 3em;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrows.is--center {
  justify-content: center;
  padding-left: 1em;
}

.sliders_text2 {
  font-style: italic;
}

.slider-tall_photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s;
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.splide__track {
  width: 100%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.slider-css {
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-187 {
  z-index: 1;
  background-color: #064fbc99;
  position: absolute;
  inset: 0%;
}

.div-block-187.v2 {
  background-color: #06bc9899;
}

.heading-10 {
  color: var(--primary-color);
  font-size: 64px;
}

.equipments-collection-item-copy {
  height: 340px;
  padding: var(--_spacing-system---spacing--spacing-4xl);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.equipments-collection-item-copy.sp1 {
  background-color: var(--primary-color);
  opacity: 1;
}

.equipment-arrow-button-copy {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.equipment-arrow-button-copy.pd1 {
  transform: rotate(-180deg);
}

.equipment-arrow-button-copy.sp1 {
  background-color: var(--white);
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/69b7d1ffaef332b8a4f79b37_pixelarticons_arrow-right-1.svg');
  background-size: 60%;
  border-radius: 0;
  width: 3em;
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/69b7d1ffaef332b8a4f79b37_pixelarticons_arrow-right-1.svg');
  background-size: 60%;
  border-radius: 0;
  width: 3em;
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.pagination_item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.splide__pagination__page {
  opacity: .2;
  background-color: #242022;
  width: 3em;
  height: 4px;
  margin-left: .3em;
  margin-right: 0;
  transition: all .3s;
}

.splide__pagination__page.is-active {
  opacity: 1;
  background-color: #242022;
}

.div-block-188 {
  background-color: #8f8f8f33;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
  display: flex;
}

.div-block-189 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  display: flex;
}

.tag {
  font-size: 13px;
  line-height: 13px;
}

.div-block-190 {
  opacity: 1;
  background-image: url('../images/pdbg1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.background-4 {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-4.about-background {
  background-image: linear-gradient(#211dff, #1a9dfc);
  height: 120%;
}

.c-map_location {
  color: var(--primary-color);
  text-align: right;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  position: relative;
  inset: 0% auto auto;
}

.c-map_location._02 {
  text-transform: none;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  top: 0%;
}

.c-map_location.t1 {
  margin-right: 300px;
}

.c-map_location.d2 {
  margin-right: 0;
}

.c-map_location.d1 {
  margin-right: 140px;
}

.c-map_location.t2 {
  margin-right: 200px;
}

.c-map_location.d3 {
  margin-right: 0;
}

.c-map_location.d4 {
  margin-right: 234px;
}

.c-map_location.d5 {
  margin-right: 118px;
}

.c-map_location.d7 {
  margin-left: 30px;
}

.c-map_location.d8 {
  margin-left: 44px;
}

.background-wrapper-3 {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.mob {
  display: block;
}

.mob.cn {
  display: none;
}

.text-block-45 {
  font-size: 18px;
  font-weight: 200;
  line-height: 140%;
}

.text-block-45.cn {
  padding-right: 100px;
}

.section-14 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-14.no-padding {
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section-14.no-padding.no {
  display: none;
}

.heading-21 {
  text-transform: uppercase;
  font-weight: 400;
}

.c-map_image {
  z-index: 1;
  opacity: .15;
  width: 100%;
  position: relative;
}

.overlay-6 {
  background-color: #060b1499;
  position: absolute;
  inset: 0%;
}

.overlay-6.dark {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #060c16b3;
}

.c-hero_map {
  display: block;
}

.c-map_circle {
  background-color: #fffffb;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 1em;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  display: flex;
  position: relative;
}

.c-hero_text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.grid-wrapper-3 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.c-map_fill {
  z-index: -1;
  background-color: #fff3;
  border-radius: 100vw;
  flex: 0 auto;
  align-self: auto;
  width: 2em;
  min-width: 2em;
  height: 2em;
  min-height: 2em;
  position: relative;
}

.four-column-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.c-map_contain {
  display: block;
  position: relative;
}

.inner-bottom {
  z-index: 25;
  background-color: #fff;
  height: 80px;
  position: relative;
}

.inner-bottom.grey {
  background-color: #f6f6f6;
  border: 2px solid #f6f6f6;
}

.inner-bottom.sp {
  background-color: #f5f5f5;
  border: 1px solid #fff;
}

.inner-bottom.sp.grey {
  background-color: #2b4fbc;
  border-width: 2px;
  border-color: #2b4fbc;
}

.c-map_dot {
  z-index: 20;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4.8em;
  margin-left: 4.9em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-map_dot.is--hidden {
  display: block;
}

.c-map_dot.is--hidden._31-copy {
  margin-top: 22.1em;
  margin-left: 66.9em;
}

.c-map_dot.is--hidden._31 {
  margin-top: 22.4em;
  margin-left: 68.2em;
}

.c-map_dot.is--hidden._01 {
  margin-top: 19.3em;
  margin-left: 10.8em;
}

.c-map_dot.is--hidden._09.small {
  justify-content: flex-end;
  align-items: center;
  margin-top: 17.4em;
  margin-left: 42.9em;
  display: flex;
}

.c-map_dot.is--hidden._09.small._01 {
  margin-top: 17.7em;
  margin-left: 39.3em;
}

.c-map_dot.is--hidden._09.small._06 {
  margin-top: 16.5em;
  margin-left: 40.9em;
}

.c-map_dot.is--hidden._09.small.bb-jb-j-b-jbj {
  margin-top: 17.9em;
  margin-left: 41.4em;
}

.c-map_dot.is--hidden._02 {
  margin-top: 18.3em;
  margin-left: 41.9em;
}

.c-map_dot.is--hidden._03 {
  margin-top: 22.5em;
  margin-left: 45.2em;
}

.c-map_dot.is--hidden._04 {
  margin-top: 22.4em;
  margin-left: 48em;
}

.c-map_dot.is--hidden._05 {
  margin-top: 20.4em;
  margin-left: 51em;
}

.c-map_dot.is--hidden._06 {
  margin-top: 24em;
  margin-left: 59.9em;
}

.c-map_dot.is--hidden._07 {
  margin-top: 25.8em;
  margin-left: 58.3em;
}

.c-map_dot.is--hidden._08 {
  margin-top: 26.7em;
  margin-left: 59em;
}

.c-map_dot.is--hidden._09 {
  margin-top: 26.4em;
  margin-left: 61.7em;
}

.c-map_dot.is--hidden._10 {
  margin-top: 16.9em;
  margin-left: 60.7em;
}

.c-map_dot.is--hidden._11 {
  margin-top: 18.3em;
  margin-left: 41.9em;
}

.c-map_dot.is--hidden._12 {
  margin-top: 16.4em;
  margin-left: 48.8em;
}

.c-map_dot.is--hidden._13 {
  margin-top: 14.5em;
  margin-left: 47.1em;
}

.section-15 {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 59px;
}

.section-15.is--hero {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.project-features {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.project-features.cn {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

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

.c-map_location-copy {
  color: #d3d3d3;
  text-align: right;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-map_location-copy._02 {
  text-align: left;
  text-transform: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.c-map_location-copy._02.up {
  text-align: right;
  margin-right: 300px;
}

.c-map_location-copy._02.t2 {
  margin-right: 200px;
}

.c-map_location-copy._02.d2 {
  margin-right: 0;
}

.c-map_location-copy._02.d1 {
  text-align: right;
  margin-right: 140px;
}

.c-map_location-copy._02.d3 {
  margin-right: 0;
}

.c-map_location-copy._02.d4 {
  margin-right: 234px;
}

.c-map_location-copy._02.d5 {
  margin-right: 118px;
}

.c-map_location-copy._02.d7 {
  margin-left: 30px;
}

.c-map_location-copy._02.d8 {
  margin-left: 44px;
}

.div-block-191 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: .5em;
  margin-left: .5em;
  display: flex;
  position: absolute;
}

.div-block-191.up {
  justify-content: flex-start;
  align-items: flex-end;
  width: 152px;
  position: absolute;
  inset: -250px auto auto -152px;
}

.div-block-191.up.t1 {
  padding-top: 0;
  top: -188px;
}

.div-block-191.up.t2 {
  padding-top: 0;
  top: -180px;
}

.div-block-191.up.t3 {
  justify-content: flex-start;
  align-items: flex-start;
  top: -216px;
  left: 0;
}

.div-block-191.d1, .div-block-191.d2 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 304px;
  left: -304px;
}

.div-block-191.d3 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 190px;
  left: -190px;
}

.div-block-191.t3 {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-191.d4, .div-block-191.d5 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 240px;
  left: -240px;
}

.div-block-191.t4 {
  justify-content: flex-start;
  align-items: flex-start;
  top: -200px;
}

.div-block-191.d6 {
  justify-content: flex-end;
  align-items: flex-start;
  top: -120px;
}

.div-block-192 {
  border-left: 1px dashed #ffffff80;
  width: 190px;
  height: 310px;
}

.div-block-192.up {
  height: 166px;
}

.div-block-192.up.t1 {
  border-style: dashed dashed none none;
  border-top-width: 1px;
  border-top-color: #ffffff80;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff80;
  border-right-width: 1px;
  border-right-color: #ffffff80;
  width: 300px;
  height: 110px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-192.up.t3 {
  height: 138px;
}

.div-block-192.d1 {
  border-bottom: 1px dashed #ffffff80;
  border-left-style: none;
  border-right: 1px dashed #ffffff80;
  width: 140px;
  height: 0;
}

.div-block-192.t2 {
  border-top: 1px dashed #ffffff80;
  border-left-style: none;
  border-right: 1px dashed #ffffff80;
  width: 200px;
  height: 100px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-192.d2 {
  border-bottom: 1px dashed #ffffff80;
  border-left-style: none;
  border-right: 1px dashed #ffffff80;
  width: 0;
  height: 160px;
}

.div-block-192.d3 {
  border-bottom: 1px dashed #ffffff80;
  border-left-style: none;
  border-right: 1px dashed #ffffff80;
  width: 0;
  height: 40px;
}

.div-block-192.d4 {
  border-bottom: 1px dashed #ffffff80;
  border-left-style: none;
  border-right: 1px dashed #ffffff80;
  width: 234px;
  height: 150px;
}

.div-block-192.d5 {
  border-bottom: 1px dashed #ffffff80;
  border-left-style: none;
  border-right: 1px dashed #ffffff80;
  width: 118px;
  height: 100px;
}

.div-block-192.t4 {
  height: 110px;
}

.div-block-192.d6 {
  height: 40px;
}

.div-block-192.d7 {
  border-bottom: 1px dashed #ffffff80;
  width: 30px;
  height: 80px;
}

.div-block-192.d8 {
  border-bottom: 1px dashed #ffffff80;
  width: 44px;
  height: 130px;
}

.container-5-copy {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 2em 3em;
}

.heading-style-h4-2-copy {
  color: var(--primary-color);
  font-size: 18px;
}

.heading-style-h4-2-copy-copy {
  font-size: 18px;
}

.div-block-193 {
  display: flex;
}

.div-block-194 {
  border-bottom: 1px solid #0000001c;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.text-block-47 {
  color: var(--gray);
}

.dropdown-4 {
  background-color: #fff0;
  width: 136px;
  height: 60px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.dropdown-toggle-2 {
  background-color: #fdfdfd00;
  border: 1px #ebecf1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
}

.dropdown-toggle-2:hover {
  background-color: #fdfdfd00;
}

.div-block-19 {
  padding: 0;
  display: flex;
}

.image-15 {
  align-self: center;
  width: 24px;
  margin-left: 14px;
  position: absolute;
}

.nav-link-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  transition: opacity .4s;
  display: flex;
}

.nav-link-4:hover {
  opacity: .6;
}

.nav-link-4:lang(nl) {
  letter-spacing: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.nav-link-4.w--current {
  color: #000;
}

.nav-link-4.lg {
  color: var(--white);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
}

.nav-link-4.lg.black {
  color: var(--black);
}

.nav-link-4.lg-copy {
  color: var(--white);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
}

.dropdown-list-4 {
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.dropdown-link-3 {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0 16px 50px;
  transition: all .2s;
  display: flex;
}

.dropdown-link-3:hover {
  box-shadow: none;
  background-color: #f5f6f800;
}

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

.industry-sectors {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 1.2;
  font-weight: var(--_typography---font-weight--bold);
  text-align: center;
}

.industry-sectors.black {
  color: var(--black);
  font-size: 16px;
}

.industry-sectors-div {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  transition: opacity .35s;
  display: flex;
}

.div-block-196 {
  height: 240px;
}

.div-block-196.v1 {
  background-color: #fff;
  background-image: url('../images/矩形-1227.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.div-block-196.v2 {
  background-color: #fff;
  background-image: url('../images/B-1237.webp');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 10px;
}

.div-block-196.v3 {
  background-color: #fff;
  background-image: url('../images/B--1236.webp');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 10px;
}

.div-block-196.v4 {
  background-color: #fff;
  background-image: url('../images/B--1239.webp');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 10px;
}

.div-block-196.v5 {
  background-color: #2b4fbc;
  background-image: linear-gradient(#064fbce6, #064fbce6), url('../images/矩形-1229.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-87-copy {
  height: 0;
  padding-top: 60px;
}

.div-block-87-copy._2 {
  padding-top: 60px;
}

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

.div-block-198 {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: stretch;
  height: 316px;
  margin-bottom: 14px;
  padding: 14px;
  display: flex;
}

.link-block-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-199 {
  height: 240px;
  margin-bottom: 10px;
  overflow: hidden;
}

.text-block-48 {
  color: var(--white);
  text-align: center;
  font-size: 46px;
  line-height: 46px;
}

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

.text-block-49 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 24px;
  line-height: 26px;
}

.image-19 {
  width: 80px;
  margin-top: 20px;
}

.div-block-201 {
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.equipment-collection-item-1-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-right: 1px solid #9e9e9e66;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 30px 15px;
  display: flex;
  position: relative;
}

.equipment-collection-item-1-copy.sp1 {
  background-color: var(--primary-color);
  padding-left: 30px;
}

.equipment-collection-item-1-copy.sp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.equipment-collection-item-1-copy.no {
  opacity: 0;
  display: none;
}

.text-block-34-copy {
  font-size: 18px;
  line-height: 22px;
  font-weight: var(--_typography---font-weight--medium);
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  body {
    --_typography---fonts--primary: Lato, Arial, sans-serif;
    --_typography---body-text--text-xs: 16px;
    --_typography---line-height--line-height-xl: 1.5em;
    --_typography---font-weight--regular: 400;
    --_typography---typography--h1: 72px;
    --_typography---line-height--line-height-xs: 1.1em;
    --_typography---font-weight--medium: 500;
    --_typography---letter-spacing--letter-spacing-xxs: -1px;
    --_typography---typography--h2: 46px;
    --_typography---typography--h3: 36px;
    --_typography---line-height--line-height-s: 1.2em;
    --_typography---typography--h4: 26px;
    --_typography---typography--h5: 22px;
    --_typography---body-text--text-s: 18px;
    --_typography---font-weight--semi-bold: 600;
    --_typography---fonts--labels-font: Lato, Arial, sans-serif;
    --_typography---body-text--text-m: 20px;
    --_typography---letter-spacing--letter-spacing-l: 1.1px;
    --_typography---body-text--text-l: 22px;
    --_typography---fonts--font-awesome-02: Lato, Arial, sans-serif;
    --_typography---body-text--text-xl: 24px;
    --_typography---line-height--line-height-m: 1.3em;
    --_typography---fonts--font-awesome-03: Lato, Arial, sans-serif;
    --_typography---line-height--line-height-xxs: 1em;
    --_typography---body-text--text-xxs: 14px;
    --_typography---font-weight--bold: 700;
    --_typography---typography--h6: 18px;
    --_typography---line-height--line-height-l: 1.4em;
    --_typography---fonts--font-awesome-01: Lato, Arial, sans-serif;
    --_typography---typography--display-01: 0px;
    --_typography---typography--display-02: 0px;
    --_typography---typography--display-03: 0px;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--extra-bold: 800;
    --_typography---letter-spacing--letter-spacing-xs: .35px;
    --_typography---letter-spacing--letter-spacing-s: .5px;
    --_typography---letter-spacing--letter-spacing-m: .8px;
    --_spacing-system---spacing--spacing-none: 0px;
    --_spacing-system---spacing--spacing-xs: 6px;
    --_spacing-system---spacing--spacing-l: 20px;
    --_spacing-system---spacing--spacing-3xl: 32px;
    --_spacing-system---spacing--spacing-2xl: 24px;
    --_spacing-system---spacing--spacing-ml: 16px;
    --_spacing-system---containers--full-width: 100%;
    --_spacing-system---spacing--section-spacing: 160px;
    --_spacing-system---containers--base-container: 1200px;
    --_spacing-system---spacing--spacing-6xl: 80px;
    --_spacing-system---spacing--spacing-4xl: 40px;
    --_spacing-system---spacing--spacing-7xl: 100px;
    --_spacing-system---spacing--spacing-5xl: 64px;
    --_spacing-system---spacing--spacing-sm: 10px;
    --_spacing-system---spacing--spacing-s: 8px;
    --_spacing-system---spacing--spacing-8xl: 130px;
    --_spacing-system---spacing--spacing-m: 12px;
    --_spacing-system---spacing--spacing-xxs: 4px;
    --_spacing-system---spacing--spacing-xl: 22px;
    --_spacing-system---border-radius--radius-xxs: 2px;
    --_spacing-system---border-radius--radius-xs: 4px;
    --_spacing-system---border-radius--radius-s: 6px;
    --_spacing-system---border-radius--radius-m: 8px;
    --_spacing-system---border-radius--radius-l: 100px;
  }

  .landing-paragraph-style {
    width: 85%;
  }

  .inner-banner {
    min-height: 350px;
  }

  .licensing-icons {
    width: 45%;
  }

  .intro-grid {
    grid-column-gap: var(--_spacing-system---spacing--spacing-6xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-6xl);
  }

  .primary-button.dark-hover.v2 {
    padding-right: var(--_spacing-system---spacing--spacing-m);
    padding-left: var(--_spacing-system---spacing--spacing-m);
    position: relative;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-hero-wrap {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .style-guide-section {
    padding-bottom: 130px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: -80px;
  }

  .nav-button-wrap {
    width: 100%;
    max-width: 200px;
  }

  .nav-button {
    width: 100%;
  }

  .nav-menu-wrapper {
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu.pd {
    margin-right: 140px;
  }

  .nav-link.dark.w--current {
    font-size: var(--_typography---body-text--text-xs);
  }

  .nav-link.right.pd {
    margin-right: 0;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .footer {
    padding-top: 80px;
  }

  .text-white.home-1-h1 {
    text-transform: none;
  }

  .banner-content-wrapper {
    padding-right: 140px;
  }

  .label {
    opacity: 1;
  }

  .label.list {
    opacity: 100;
  }

  .vertical-lines {
    margin-right: 140px;
  }

  .horizontal-title-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-title-wrap {
    max-width: 765px;
  }

  .about-title-wrap.v1 {
    margin-left: 400px;
  }

  .photo-section-title-wrapper {
    max-width: 550px;
  }

  .why-choose-us-cell {
    padding-top: var(--_spacing-system---spacing--spacing-l);
    padding-bottom: var(--_spacing-system---spacing--spacing-l);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .why-choose-us-cell-title-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .equipment-text-link {
    max-width: none;
  }

  .services-collection-list-wrapper.v3 {
    margin-top: 80px;
  }

  .service-card {
    margin-top: 0;
  }

  .service-card.about {
    padding-top: 0;
  }

  .service-card-top-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    flex-flow: column;
    max-width: none;
  }

  .service-card-paragraph-wrap {
    max-width: 800px;
  }

  .service-card-details-wrapper {
    max-width: 400px;
  }

  .testimonials-slider-mask {
    margin-left: 400px;
  }

  .testimonial-slide {
    width: 25%;
  }

  .testimonial-card.cc4 {
    background-image: url('../images/2-3834-焊接体系证书-25-1228-L---2025.9.16-2028.9.16.webp');
    background-size: contain;
  }

  .client-wrap {
    flex-flow: column;
  }

  .form-block {
    min-width: auto;
    padding-right: var(--_spacing-system---spacing--spacing-4xl);
    padding-left: var(--_spacing-system---spacing--spacing-4xl);
  }

  .footer-grid {
    grid-template-columns: 1fr 1.5fr;
  }

  .footer-cell {
    padding-bottom: var(--_spacing-system---spacing--spacing-5xl);
    border-bottom-style: none;
  }

  .footer-cell.last {
    flex-flow: column;
  }

  .footer-cell.center {
    padding-top: var(--_spacing-system---spacing--spacing-5xl);
    padding-right: var(--_spacing-system---spacing--spacing-4xl);
    padding-left: var(--_spacing-system---spacing--spacing-4xl);
    grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
    border-right-style: solid;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-heading {
    font-size: var(--_typography---typography--h4);
  }

  .footer-contacts-wrap {
    text-align: right;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 250px;
  }

  .footer-contact-link {
    font-size: var(--_typography---body-text--text-s);
  }

  .mobile-equipment-button, .mobile-button {
    margin-top: 40px;
    margin-bottom: var(--_spacing-system---spacing--section-spacing);
    justify-content: center;
    align-items: center;
    display: none;
  }

  .nav-empty-block {
    margin-right: -40px;
  }

  .inner-banner-section.inner-banner {
    padding-top: 180px;
  }

  .inner-banner-section.industry-photo-banner-section {
    padding-top: 240px;
  }

  .inner-banner-section.photo-equipment-banner-section {
    padding-top: 200px;
    padding-bottom: var(--_spacing-system---spacing--spacing-7xl);
  }

  .inner-banner-section.service-banner-section, .inner-banner-section.testimonials-banner-section, .inner-banner-section.contacts-banner-section, .inner-banner-section.template-banner-section {
    padding-top: 200px;
  }

  .inner-banner-title-wrap {
    max-width: 750px;
  }

  .inner-banner-text-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    margin-bottom: 10px;
  }

  .team-member-social-icon {
    width: 40px;
    height: 40px;
    font-size: var(--_typography---body-text--text-m);
  }

  .faq-dropdown.faq-page {
    min-height: auto;
  }

  .video-banner-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-7xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-7xl);
    justify-content: flex-start;
  }

  .video-banner-wrap.testimonial-page {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .video-banner-right-wrap {
    max-width: 820px;
  }

  .industries-collection-item {
    padding-bottom: var(--_spacing-system---spacing--spacing-5xl);
  }

  .industries-card-left-wrap {
    justify-content: space-between;
    align-items: stretch;
    width: 30%;
  }

  .industries-collection-list {
    grid-column-gap: var(--_spacing-system---spacing--spacing-5xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-5xl);
  }

  .industries-collection-list.industries-page {
    margin-top: var(--_spacing-system---spacing--spacing-5xl);
    padding-top: var(--_spacing-system---spacing--spacing-5xl);
  }

  .industries-card-right-wrap {
    width: 36%;
  }

  .video-banner-h1 {
    font-size: var(--_typography---typography--h1);
  }

  .testimonial-slider-card {
    min-height: 355px;
  }

  .client-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .client-grid._01 {
    background-size: contain;
  }

  .client-card {
    padding: var(--_spacing-system---spacing--spacing-xl);
  }

  .project-card-text-right-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-5xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-5xl);
  }

  .equipment-banner-title-wrap {
    max-width: 900px;
  }

  .equipment-banner-wrap {
    padding-bottom: 0;
  }

  .equipment-details-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .service-info-wrap {
    max-width: 63%;
  }

  .process-cell {
    max-width: 320px;
  }

  .project-page-details-grid {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    max-width: 35%;
  }

  .project-page-detail-line {
    flex-flow: column;
  }

  .project-info {
    grid-column-gap: var(--_spacing-system---spacing--spacing-6xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-6xl);
  }

  .project-page-image-wrap {
    height: 500px;
  }

  .project-banner-title-wrap {
    max-width: 750px;
  }

  .blog-post-banner-text-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    margin-bottom: 10px;
  }

  .blog-parallax-image-wrap {
    height: 500px;
  }

  .testimonial-banner-left-wrap {
    max-width: 520px;
  }

  .team-member-banner-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-6xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-6xl);
  }

  .team-member-page-photo {
    width: 48%;
  }

  .team-member-text-wrap {
    max-width: 450px;
  }

  .nav-menu-wrapper-copy {
    margin-left: 0;
  }

  .text-white-2 {
    text-align: center;
  }

  .blog-parallax-image-wrap-2 {
    position: absolute;
    inset: 0%;
  }

  .about-title-wrap-2 {
    max-width: 720px;
  }

  .horizontal-title-wrap-2 {
    justify-content: space-between;
  }

  .equipment-banner-wrap-2 {
    padding-bottom: 0;
  }

  .equipment-banner-title-wrap-2 {
    max-width: 900px;
  }

  .list-item {
    grid-column-gap: 60px;
  }

  .primary-card-title {
    text-transform: capitalize;
  }

  .primary-button-5.desktop-only {
    text-transform: none;
  }

  .section-10.section-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-slider-slide {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-slider-slide._2 {
    grid-template-columns: 1fr;
  }

  .container-2 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .project-card-text-wrap-2 {
    padding-left: 0;
  }

  .tab-heading {
    font-size: var(--_typography---body-text--text-l);
  }

  .section_tabs {
    padding-top: 9rem;
  }

  .tab-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tab-progress-fill {
    background-color: var(--primary-color);
  }

  .mobile-button-2 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 80px;
    display: none;
  }

  .sticky-title-wrap-2 {
    max-width: 550px;
  }

  .div-block-102 {
    grid-template-rows: auto;
  }

  .center-div.max-720w.margin-xl.core.mid, .center-div.max-720w.margin-xl.mid {
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    top: 35%;
  }

  .image-9 {
    z-index: 5;
    position: relative;
  }

  .projects-collection-list-vv2 {
    align-items: stretch;
  }

  .service-card-paragraph-wrap-copy {
    max-width: 720px;
    margin-top: 0;
  }

  .auto-tabs-link.w--current {
    background-color: #064fbc;
  }

  .div-block-136 {
    padding-left: 40px;
    padding-right: 0;
  }

  .text-block-26, .text-block-29 {
    padding-right: 60px;
  }

  .div-block-141.pd {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-160 {
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 400px;
    display: flex;
    overflow: hidden;
  }

  .div-block-170 {
    right: -14px;
  }

  .div-block-170.footer {
    margin-top: 0;
    padding-top: 4px;
    inset: 0% auto 0% 120px;
  }

  .footer-contact-link-2 {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }

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

  .links-column-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .footer-bottom-wrapper-2 {
    margin-top: 30px;
  }

  .footer-cell-2 {
    border-bottom-style: none;
    padding-bottom: 64px;
  }

  .footer-cell-2.last {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-cell-2.center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-right-style: solid;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .footer-link-2 {
    font-weight: 400;
  }

  .div-block-172 {
    top: 22%;
  }

  .equipment-banner-wrap-3 {
    padding-bottom: 0;
  }

  .nav-button-wrap-2 {
    width: 100%;
    max-width: 196px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .nav-button-2 {
    width: 100rem;
    font-size: var(--_typography---body-text--text-xxs);
    letter-spacing: 0;
  }

  .div-block-177 {
    padding-left: 0;
    padding-right: 60px;
  }

  .footer-grid-3 {
    grid-template-columns: 1fr 1.5fr .8fr;
  }

  .footer-heading-3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: var(--_typography---font-weight--regular);
    letter-spacing: 0;
  }

  .footer-contacts-wrap-3 {
    text-align: right;
    justify-content: center;
    align-items: flex-start;
    max-width: 250px;
  }

  .image-11 {
    width: 55%;
  }

  .regular {
    color: #064fbccc;
  }

  .c-map_location-copy._02.t2 {
    text-align: right;
  }

  .dropdown-toggle-2:hover {
    background-color: #fdfdfd00;
  }
}

@media screen and (min-width: 1440px) {
  body {
    --_typography---fonts--primary: Lato, Arial, sans-serif;
    --_typography---body-text--text-xs: 16px;
    --_typography---line-height--line-height-xl: 1.5em;
    --_typography---font-weight--regular: 400;
    --_typography---typography--h1: 72px;
    --_typography---line-height--line-height-xs: 1.1em;
    --_typography---font-weight--medium: 500;
    --_typography---letter-spacing--letter-spacing-xxs: -1px;
    --_typography---typography--h2: 52px;
    --_typography---typography--h3: 36px;
    --_typography---line-height--line-height-s: 1.2em;
    --_typography---typography--h4: 26px;
    --_typography---typography--h5: 22px;
    --_typography---body-text--text-s: 18px;
    --_typography---font-weight--semi-bold: 600;
    --_typography---fonts--labels-font: Lato, Arial, sans-serif;
    --_typography---body-text--text-m: 20px;
    --_typography---letter-spacing--letter-spacing-l: 1.1px;
    --_typography---body-text--text-l: 22px;
    --_typography---fonts--font-awesome-02: Lato, Arial, sans-serif;
    --_typography---body-text--text-xl: 24px;
    --_typography---line-height--line-height-m: 1.3em;
    --_typography---fonts--font-awesome-03: Lato, Arial, sans-serif;
    --_typography---line-height--line-height-xxs: 1em;
    --_typography---body-text--text-xxs: 14px;
    --_typography---font-weight--bold: 700;
    --_typography---typography--h6: 18px;
    --_typography---line-height--line-height-l: 1.4em;
    --_typography---fonts--font-awesome-01: Lato, Arial, sans-serif;
    --_typography---typography--display-01: 0px;
    --_typography---typography--display-02: 0px;
    --_typography---typography--display-03: 0px;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--extra-bold: 800;
    --_typography---letter-spacing--letter-spacing-xs: .35px;
    --_typography---letter-spacing--letter-spacing-s: .5px;
    --_typography---letter-spacing--letter-spacing-m: .8px;
    --_spacing-system---spacing--spacing-none: 0px;
    --_spacing-system---spacing--spacing-xs: 6px;
    --_spacing-system---spacing--spacing-l: 20px;
    --_spacing-system---spacing--spacing-3xl: 32px;
    --_spacing-system---spacing--spacing-2xl: 24px;
    --_spacing-system---spacing--spacing-ml: 16px;
    --_spacing-system---containers--full-width: 100%;
    --_spacing-system---spacing--section-spacing: 160px;
    --_spacing-system---containers--base-container: 1350px;
    --_spacing-system---spacing--spacing-6xl: 80px;
    --_spacing-system---spacing--spacing-4xl: 40px;
    --_spacing-system---spacing--spacing-7xl: 100px;
    --_spacing-system---spacing--spacing-5xl: 64px;
    --_spacing-system---spacing--spacing-sm: 10px;
    --_spacing-system---spacing--spacing-s: 8px;
    --_spacing-system---spacing--spacing-8xl: 130px;
    --_spacing-system---spacing--spacing-m: 12px;
    --_spacing-system---spacing--spacing-xxs: 4px;
    --_spacing-system---spacing--spacing-xl: 22px;
    --_spacing-system---border-radius--radius-xxs: 2px;
    --_spacing-system---border-radius--radius-xs: 4px;
    --_spacing-system---border-radius--radius-s: 6px;
    --_spacing-system---border-radius--radius-m: 8px;
    --_spacing-system---border-radius--radius-l: 100px;
  }

  .base-container {
    z-index: 10;
    position: relative;
  }

  .licensing-image-link {
    height: 350px;
  }

  .intro-grid {
    grid-column-gap: var(--_spacing-system---spacing--spacing-8xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-8xl);
  }

  .error-hero-title {
    font-size: 140px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .nav-button-wrap {
    max-width: 200px;
  }

  .nav-menu-wrapper {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    margin-top: 40px;
  }

  .utility-page-form {
    max-width: 340px;
  }

  .text-white {
    font-size: var(--_typography---typography--h2);
  }

  .banner-content-wrapper {
    padding-right: 140px;
  }

  .label {
    opacity: 100;
  }

  .banner-product-link-block, .vertical-lines {
    width: 400px;
  }

  .why-choose-us-cell-title-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-title._500px {
    max-width: 500px;
  }

  .section-title.center {
    max-width: 540px;
  }

  .equipment-collection-item-1 {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    justify-content: center;
    align-items: center;
  }

  .equipment-details-wrapper.equipment-page {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .equipment-bottom-wrap.equipment-page {
    flex-flow: row;
  }

  .equipment-collection-item-2 {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .equipment-second-card-image {
    max-height: 350px;
  }

  .parallax-image-wrap {
    height: 400px;
  }

  .services-block-title {
    max-width: none;
  }

  .testimonial-card {
    min-height: 276px;
  }

  .blog-post-link {
    font-size: var(--_typography---body-text--text-l);
  }

  .footer-grid {
    grid-template-columns: 1.2fr 2.6fr 1fr;
  }

  .footer-cell {
    padding-right: var(--_spacing-system---spacing--spacing-4xl);
  }

  .footer-cell.last {
    padding-left: var(--_spacing-system---spacing--spacing-4xl);
  }

  .footer-cell.center {
    padding-right: var(--_spacing-system---spacing--spacing-4xl);
    padding-left: var(--_spacing-system---spacing--spacing-4xl);
    grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
    flex-flow: row;
    display: flex;
  }

  .inner-banner-text-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  }

  .video-banner-wrap {
    grid-column-gap: 175px;
    grid-row-gap: 175px;
  }

  .video-banner-wrap.testimonials-page {
    grid-column-gap: 195px;
    grid-row-gap: 195px;
  }

  .video-banner-wrap.testimonial-page {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .industries-card-text-link {
    font-size: 32px;
  }

  .client-grid._01 {
    width: 580px;
  }

  .project-card-text-left {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    width: 50%;
  }

  .project-card-text-left.project-page {
    width: 100%;
  }

  .rental-leasing-card {
    padding-right: var(--_spacing-system---spacing--spacing-4xl);
    padding-left: var(--_spacing-system---spacing--spacing-4xl);
  }

  .industry-page-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-8xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-8xl);
    justify-content: space-between;
  }

  .industry-info-block, .industry-info-text {
    max-width: 950px;
  }

  .service-banner-details-wrap {
    max-width: 550px;
  }

  .service-info-wrap {
    max-width: 55%;
  }

  .process-grid {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-page-image {
    height: 600px;
  }

  .project-page-details-grid {
    max-width: 28%;
    padding: var(--_spacing-system---spacing--spacing-4xl);
    grid-column-gap: var(--_spacing-system---spacing--spacing-m);
    grid-row-gap: var(--_spacing-system---spacing--spacing-m);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .project-page-detail-line {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-page-image-wrap {
    height: 600px;
  }

  .project-page-h1 {
    font-size: 62px;
  }

  .blog-post-banner-title-wrap {
    max-width: 1020px;
  }

  .blog-post-banner-text-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  }

  .testimonial-banner-left-wrap {
    max-width: 600px;
  }

  .team-member-banner-wrap {
    grid-column-gap: var(--_spacing-system---spacing--section-spacing);
    grid-row-gap: var(--_spacing-system---spacing--section-spacing);
  }

  .team-member-page-photo {
    width: 50%;
  }

  .location-cell {
    grid-column-gap: var(--_spacing-system---spacing--spacing-m);
    grid-row-gap: var(--_spacing-system---spacing--spacing-m);
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 24px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-history-banner {
    left: 160px;
  }

  .section-pd.bg-pearl.sp {
    margin-top: -10px;
  }

  .slider-image {
    height: 600px;
  }

  .video-section-wrap-2 {
    height: 440px;
  }

  .about-title-wrap-2 {
    max-width: 824px;
  }

  .list-item {
    grid-column-gap: 80px;
  }

  .project-card-text-wrap-2 {
    padding-left: 20px;
  }

  .project-card-text-left-2 {
    margin-right: 0;
  }

  .project-detail-line-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-post-link-2 {
    font-size: 24px;
  }

  .sticky-title-wrap-2 {
    max-width: 600px;
  }

  .services-block-title-2 {
    max-width: none;
  }

  .location-cell-copy {
    grid-column-gap: var(--_spacing-system---spacing--spacing-m);
    grid-row-gap: var(--_spacing-system---spacing--spacing-m);
    grid-template-rows: auto;
    grid-template-columns: 24px 1fr;
    grid-auto-columns: 1fr;
  }

  .step-4-info-wrapper, .step-5-info-wrapper, .step-3-info-wrapper, .step-1-info-wrapper, .step-2-info-wrapper {
    background-color: #fff;
    border-style: none;
  }

  .text-light-grey {
    line-height: 20px;
  }

  .div-block-2 {
    top: 35%;
  }

  .section-12.home-hero-section {
    min-height: 60vh;
  }

  .parallax-image-wrap-copy {
    height: 400px;
  }

  .div-block-141 {
    margin-bottom: 0;
  }

  .div-block-141.pd {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-151 {
    padding-right: 100px;
  }

  .div-block-170 {
    right: -14px;
  }

  .footer-contact-link-2 {
    font-size: 14px;
    line-height: 1.4em;
  }

  .footer-cell-2 {
    padding-right: 40px;
  }

  .footer-cell-2.last {
    padding-left: 40px;
  }

  .footer-cell-2.center {
    grid-column-gap: 32px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .div-block-172 {
    top: 26%;
  }

  .nav-button-wrap-2 {
    max-width: 200px;
  }

  .div-block-177 {
    padding-right: 80px;
  }

  .div-block-178 {
    background-image: url('../images/172512_291.webp');
    height: 228px;
  }

  .footer-grid-3 {
    grid-template-columns: 1.2fr 2.6fr 1fr;
  }

  .div-block-181 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -12px;
    display: flex;
  }

  .div-block-182 {
    background-color: var(--black-45);
    border-radius: 999px;
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }

  .div-block-182.no {
    opacity: 0;
  }

  .nav-link-4 {
    letter-spacing: 3px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-4:lang(nl) {
    letter-spacing: 1px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .equipment-collection-item-1-copy {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1920px) {
  body {
    --_typography---fonts--primary: Lato, Arial, sans-serif;
    --_typography---body-text--text-xs: 16px;
    --_typography---line-height--line-height-xl: 1.5em;
    --_typography---font-weight--regular: 400;
    --_typography---typography--h1: 72px;
    --_typography---line-height--line-height-xs: 1.1em;
    --_typography---font-weight--medium: 500;
    --_typography---letter-spacing--letter-spacing-xxs: -1px;
    --_typography---typography--h2: 52px;
    --_typography---typography--h3: 36px;
    --_typography---line-height--line-height-s: 1.2em;
    --_typography---typography--h4: 26px;
    --_typography---typography--h5: 22px;
    --_typography---body-text--text-s: 18px;
    --_typography---font-weight--semi-bold: 600;
    --_typography---fonts--labels-font: Lato, Arial, sans-serif;
    --_typography---body-text--text-m: 20px;
    --_typography---letter-spacing--letter-spacing-l: 1.1px;
    --_typography---body-text--text-l: 22px;
    --_typography---fonts--font-awesome-02: Lato, Arial, sans-serif;
    --_typography---body-text--text-xl: 24px;
    --_typography---line-height--line-height-m: 1.3em;
    --_typography---fonts--font-awesome-03: Lato, Arial, sans-serif;
    --_typography---line-height--line-height-xxs: 1em;
    --_typography---body-text--text-xxs: 14px;
    --_typography---font-weight--bold: 700;
    --_typography---typography--h6: 18px;
    --_typography---line-height--line-height-l: 1.4em;
    --_typography---fonts--font-awesome-01: Lato, Arial, sans-serif;
    --_typography---typography--display-01: 0px;
    --_typography---typography--display-02: 0px;
    --_typography---typography--display-03: 0px;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--extra-bold: 800;
    --_typography---letter-spacing--letter-spacing-xs: .35px;
    --_typography---letter-spacing--letter-spacing-s: .5px;
    --_typography---letter-spacing--letter-spacing-m: .8px;
    --_spacing-system---spacing--spacing-none: 0px;
    --_spacing-system---spacing--spacing-xs: 6px;
    --_spacing-system---spacing--spacing-l: 20px;
    --_spacing-system---spacing--spacing-3xl: 32px;
    --_spacing-system---spacing--spacing-2xl: 24px;
    --_spacing-system---spacing--spacing-ml: 16px;
    --_spacing-system---containers--full-width: 100%;
    --_spacing-system---spacing--section-spacing: 160px;
    --_spacing-system---containers--base-container: 1710px;
    --_spacing-system---spacing--spacing-6xl: 80px;
    --_spacing-system---spacing--spacing-4xl: 40px;
    --_spacing-system---spacing--spacing-7xl: 100px;
    --_spacing-system---spacing--spacing-5xl: 64px;
    --_spacing-system---spacing--spacing-sm: 10px;
    --_spacing-system---spacing--spacing-s: 8px;
    --_spacing-system---spacing--spacing-8xl: 130px;
    --_spacing-system---spacing--spacing-m: 12px;
    --_spacing-system---spacing--spacing-xxs: 4px;
    --_spacing-system---spacing--spacing-xl: 22px;
    --_spacing-system---border-radius--radius-xxs: 2px;
    --_spacing-system---border-radius--radius-xs: 4px;
    --_spacing-system---border-radius--radius-s: 6px;
    --_spacing-system---border-radius--radius-m: 8px;
    --_spacing-system---border-radius--radius-l: 100px;
  }

  .base-container.style-guide-container {
    max-width: 1350px;
  }

  .licensing-image-link {
    height: 500px;
  }

  .inner-banner {
    min-height: 400px;
  }

  .licensing-intro {
    max-width: 600px;
  }

  .error-hero-title {
    font-size: 180px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .nav-button-wrap {
    max-width: 255px;
    right: 100px;
  }

  .footer.no-sticky {
    position: static;
  }

  .home-banner-section {
    padding-top: 300px;
  }

  .horizontal-title-wrap {
    grid-column-gap: 308px;
    grid-row-gap: 308px;
  }

  .horizontal-title-wrap.testimonials-heading {
    grid-column-gap: 278px;
    grid-row-gap: 278px;
  }

  .about-title-wrap.v1 {
    margin-left: 420px;
  }

  .why-choose-us-cell {
    padding-right: var(--_spacing-system---spacing--spacing-5xl);
  }

  .why-choose-us-cell-title-wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 250px;
  }

  .equipment-card-top-wrap {
    flex-flow: row;
  }

  .equipment-details-wrapper.equipment-page {
    text-align: right;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .equipment-card-paragraph-wrap {
    max-width: 390px;
  }

  .equipment-second-card-image {
    max-height: 400px;
  }

  .parallax-image-wrap {
    height: 500px;
  }

  .service-card {
    grid-column-gap: var(--_spacing-system---spacing--spacing-5xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-5xl);
  }

  .services-block-image {
    height: 400px;
  }

  .testimonials-slider-mask {
    margin-left: 420px;
  }

  .testimonial-slide {
    width: 33.33%;
  }

  .testimonial-card.testimonial-page {
    padding: var(--_spacing-system---spacing--spacing-3xl);
  }

  .blog-link-block {
    height: 400px;
  }

  .blog-post-link {
    font-size: var(--_typography---body-text--text-xl);
  }

  .form-block {
    justify-content: center;
    align-items: center;
  }

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

  .footer-cell {
    padding-right: var(--_spacing-system---spacing--spacing-5xl);
  }

  .footer-cell.last {
    padding-left: var(--_spacing-system---spacing--spacing-5xl);
  }

  .footer-cell.center {
    padding-right: var(--_spacing-system---spacing--spacing-5xl);
    padding-left: var(--_spacing-system---spacing--spacing-5xl);
  }

  .footer-heading {
    font-size: var(--_typography---typography--h3);
  }

  .equipment-image-wrapper {
    object-fit: contain;
    width: 100%;
  }

  .inner-banner-wrap {
    padding-bottom: var(--_spacing-system---spacing--spacing-6xl);
  }

  .faq-dropdown.faq-page {
    flex-flow: column;
  }

  .video-banner-wrap {
    grid-column-gap: 314px;
    grid-row-gap: 314px;
  }

  .video-banner-wrap.testimonials-page {
    grid-column-gap: 313px;
    grid-row-gap: 313px;
  }

  .video-banner-wrap.testimonial-page {
    grid-column-gap: 313px;
    grid-row-gap: 313px;
    justify-content: space-between;
  }

  .equipment-page-card-image {
    max-height: 300px;
  }

  .industries-card-left-wrap {
    width: 33.33%;
  }

  .industries-card-text-link {
    font-size: var(--_typography---typography--h3);
  }

  .industries-equipment-list-wrap {
    max-width: 450px;
  }

  .industries-card-link-block {
    width: 35%;
    max-height: 350px;
  }

  .industries-card-right-wrap {
    width: 33.33%;
    padding-left: var(--_spacing-system---spacing--spacing-6xl);
  }

  .client-logo {
    height: 52px;
  }

  .projects-collection-list {
    padding-top: var(--_spacing-system---spacing--spacing-5xl);
    grid-column-gap: var(--_spacing-system---spacing--spacing-5xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-5xl);
  }

  .projects-collection-item {
    padding-bottom: var(--_spacing-system---spacing--spacing-5xl);
  }

  .project-card-text-left {
    width: 40%;
    margin-right: var(--_spacing-system---spacing--spacing-5xl);
  }

  .industry-title {
    grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
    grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  }

  .industry-page-wrap {
    justify-content: space-between;
  }

  .industry-info-block {
    max-width: 1140px;
  }

  .industry-info-image {
    height: 600px;
  }

  .service-banner-details-wrap {
    max-width: 390px;
  }

  .service-info-wrap {
    max-width: 58%;
  }

  .service-process-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .process-grid {
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .process-cell {
    flex-flow: column;
    display: flex;
  }

  .service-page-image {
    height: 740px;
  }

  .project-page-details-grid {
    max-width: 33%;
  }

  .project-page-detail-line {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .project-banner-wrap {
    padding-bottom: var(--_spacing-system---spacing--spacing-6xl);
  }

  .project-info {
    grid-column-gap: var(--_spacing-system---spacing--section-spacing);
    grid-row-gap: var(--_spacing-system---spacing--section-spacing);
  }

  .project-info-left-wrap {
    width: 60%;
  }

  .blog-text-wrap {
    max-width: 1024px;
  }

  .blog-parallax-image-wrap {
    height: 650px;
  }

  .team-member-section {
    background-color: var(--light);
  }

  .team-member-banner-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .team-member-page-photo {
    height: 700px;
  }

  .location-cell {
    flex-flow: row;
  }

  .nav-menu-wrapper-copy {
    margin-left: 0;
  }

  .about-title-wrap-2 {
    max-width: 636px;
  }

  .sticky-sliders {
    height: auto;
  }

  .desktop-horizontal-slider {
    display: none;
    position: static;
  }

  .slide-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .project-grid-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .collection-list {
    height: 100%;
  }

  .large-desktop-grid {
    display: block;
  }

  .large-product-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    display: grid;
  }

  .large-product-column.offeset-column {
    padding-top: 10rem;
  }

  .collection-item-3 {
    height: 100%;
  }

  .project-card-text-wrap-2 {
    padding-left: 20px;
  }

  .projects-collection-list-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-top: 64px;
  }

  .project-card-text-left-2 {
    margin-right: 64px;
  }

  .blog-post-link-2 {
    font-size: 24px;
  }

  .blog-link-block-2 {
    height: 400px;
  }

  .service-card-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .location-cell-copy {
    flex-flow: row;
  }

  .div-block-2 {
    top: 35%;
  }

  .parallax-image-wrap-copy {
    height: 500px;
  }

  .footer-cell-2 {
    padding-right: 64px;
  }

  .footer-cell-2.last {
    padding-left: 64px;
  }

  .footer-cell-2.center {
    padding-left: 64px;
    padding-right: 64px;
  }

  .nav-button-wrap-2 {
    max-width: 260px;
    right: 100px;
  }

  .footer-grid-3 {
    grid-template-columns: 1fr 2fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_typography---fonts--primary: Lato, Arial, sans-serif;
    --_typography---body-text--text-xs: 16px;
    --_typography---line-height--line-height-xl: 1.5em;
    --_typography---font-weight--regular: 400;
    --_typography---typography--h1: 60px;
    --_typography---line-height--line-height-xs: 1.1em;
    --_typography---font-weight--medium: 500;
    --_typography---letter-spacing--letter-spacing-xxs: -1px;
    --_typography---typography--h2: 44px;
    --_typography---typography--h3: 32px;
    --_typography---line-height--line-height-s: 1.2em;
    --_typography---typography--h4: 26px;
    --_typography---typography--h5: 22px;
    --_typography---body-text--text-s: 18px;
    --_typography---font-weight--semi-bold: 600;
    --_typography---fonts--labels-font: Lato, Arial, sans-serif;
    --_typography---body-text--text-m: 20px;
    --_typography---letter-spacing--letter-spacing-l: 1.1px;
    --_typography---body-text--text-l: 22px;
    --_typography---fonts--font-awesome-02: Lato, Arial, sans-serif;
    --_typography---body-text--text-xl: 24px;
    --_typography---line-height--line-height-m: 1.3em;
    --_typography---fonts--font-awesome-03: Lato, Arial, sans-serif;
    --_typography---line-height--line-height-xxs: 1em;
    --_typography---body-text--text-xxs: 14px;
    --_typography---font-weight--bold: 700;
    --_typography---typography--h6: 18px;
    --_typography---line-height--line-height-l: 1.4em;
    --_typography---fonts--font-awesome-01: Lato, Arial, sans-serif;
    --_typography---typography--display-01: 0px;
    --_typography---typography--display-02: 0px;
    --_typography---typography--display-03: 0px;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--extra-bold: 800;
    --_typography---letter-spacing--letter-spacing-xs: .35px;
    --_typography---letter-spacing--letter-spacing-s: .5px;
    --_typography---letter-spacing--letter-spacing-m: .8px;
    --_spacing-system---spacing--spacing-none: 0px;
    --_spacing-system---spacing--spacing-xs: 6px;
    --_spacing-system---spacing--spacing-l: 20px;
    --_spacing-system---spacing--spacing-3xl: 32px;
    --_spacing-system---spacing--spacing-2xl: 24px;
    --_spacing-system---spacing--spacing-ml: 16px;
    --_spacing-system---containers--full-width: 100%;
    --_spacing-system---spacing--section-spacing: 80px;
    --_spacing-system---containers--base-container: 1200px;
    --_spacing-system---spacing--spacing-6xl: 80px;
    --_spacing-system---spacing--spacing-4xl: 40px;
    --_spacing-system---spacing--spacing-7xl: 100px;
    --_spacing-system---spacing--spacing-5xl: 64px;
    --_spacing-system---spacing--spacing-sm: 10px;
    --_spacing-system---spacing--spacing-s: 8px;
    --_spacing-system---spacing--spacing-8xl: 130px;
    --_spacing-system---spacing--spacing-m: 12px;
    --_spacing-system---spacing--spacing-xxs: 4px;
    --_spacing-system---spacing--spacing-xl: 22px;
    --_spacing-system---border-radius--radius-xxs: 2px;
    --_spacing-system---border-radius--radius-xs: 4px;
    --_spacing-system---border-radius--radius-s: 6px;
    --_spacing-system---border-radius--radius-m: 8px;
    --_spacing-system---border-radius--radius-l: 100px;
  }

  blockquote {
    padding-top: var(--_spacing-system---spacing--spacing-2xl);
    padding-bottom: var(--_spacing-system---spacing--spacing-2xl);
    font-size: var(--_typography---body-text--text-m);
  }

  .landing-paragraph-style {
    width: 55%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .spacing-image {
    width: 75%;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .licensing-image-link {
    height: 400px;
  }

  .licensing-icons {
    width: 80%;
  }

  .licensing-grid {
    grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
    grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
    grid-template-columns: 1fr 1fr;
  }

  .licensing-intro {
    max-width: none;
  }

  .intro-grid {
    grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .grid-system {
    width: 100%;
  }

  .style-guide-content {
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }

  .style-guide-content.links-grid, .style-guide-content.button-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .headings-container, .colors-container {
    flex-wrap: wrap;
  }

  .error-hero-title {
    font-size: 120px;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: relative;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-button-wrap {
    display: none;
  }

  .brand-tablet {
    display: block;
  }

  .nav-menu-wrapper {
    padding-right: 15px;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .nav-item-title {
    color: var(--black);
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .tablet-menu {
    border-bottom: 1px solid var(--light-gray);
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 2px;
  }

  .image-burger.white {
    filter: invert();
  }

  .menu-wrap {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    display: flex;
  }

  .nav-link {
    width: 100%;
    color: var(--black);
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.w--current {
    color: var(--black);
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button-tablet {
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    display: flex;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-dropdown-icon {
    color: var(--black);
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .footer-social-icons-wrapper {
    margin-top: 10px;
  }

  .home-banner-section {
    padding-top: 150px;
    padding-bottom: 146px;
  }

  .banner-wrap {
    border-top-style: none;
  }

  .banner-content-wrapper {
    grid-column-gap: var(--_spacing-system---spacing--spacing-5xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-5xl);
    flex-flow: column;
    justify-content: flex-start;
  }

  .home-banner-title-wrap {
    padding-top: var(--_spacing-system---spacing--spacing-none);
    padding-bottom: var(--_spacing-system---spacing--spacing-none);
  }

  .banner-collection-item {
    max-width: none;
    height: auto;
    display: flex;
  }

  .banner-product-link-block {
    width: 100%;
    height: 450px;
  }

  .banner-collection-list {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .vertical-lines {
    display: none;
  }

  .horizontal-title-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
    grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
    flex-flow: column;
  }

  .horizontal-title-wrap.testimonials-heading {
    max-width: 550px;
  }

  .about-title-wrap {
    max-width: none;
  }

  .section-title, .section-title._500px {
    max-width: 400px;
  }

  .section-title.equipment-page {
    max-width: 550px;
  }

  .section-title.equipment {
    max-width: 420px;
  }

  .section-title.center {
    max-width: 460px;
  }

  .equipment-wrapper {
    margin-top: var(--_spacing-system---spacing--spacing-4xl);
  }

  .equipment-line {
    border-bottom-style: none;
  }

  .equipment-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .equipment-collection-item-1 {
    border-bottom: 1px solid var(--light-gray);
    padding-left: 15px;
    padding-right: 15px;
  }

  .equipment-text-link {
    max-width: none;
  }

  .equipment-details-wrapper.equipment-page {
    text-align: right;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .equipment-bottom-wrap.equipment-page {
    flex-flow: row;
  }

  .equipment-collection-item-2 {
    border-bottom: 1px solid var(--light-gray);
    padding-left: 15px;
    padding-right: 15px;
  }

  .sticky-title-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    width: 100%;
    max-width: none;
    position: static;
  }

  .vertical-section {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    flex-flow: column;
  }

  .services-block-title {
    max-width: 500px;
  }

  .services-collection-list-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .service-text-link {
    max-width: none;
  }

  .service-card-details-wrapper {
    max-width: 400px;
  }

  .services-block-title-wrapper {
    width: 100%;
  }

  .testimonials-slider {
    margin-top: var(--_spacing-system---spacing--spacing-4xl);
    padding-bottom: 68px;
  }

  .testimonials-slider-mask {
    margin-left: 0;
  }

  .testimonial-card.testimonial-page {
    min-height: auto;
  }

  .blog-collection-list-wrapper {
    margin-top: var(--_spacing-system---spacing--spacing-4xl);
  }

  .blog-collection-list {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-template-columns: 1fr;
  }

  .blog-post-link {
    max-width: 400px;
  }

  .cta-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    flex-flow: column;
  }

  .cta-left-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
    grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  }

  .form-block {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-right: var(--_spacing-system---spacing--spacing-4xl);
    padding-left: var(--_spacing-system---spacing--spacing-4xl);
  }

  .footer-logo-wrap {
    padding-bottom: var(--_spacing-system---spacing--spacing-4xl);
  }

  .footer-cell.last {
    grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
    flex-flow: column;
  }

  .footer-contacts-wrap {
    text-align: right;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .mobile-hidden-button.tablet-hidden {
    display: none;
  }

  .mobile-button.tablet {
    margin-top: 0;
    display: flex;
  }

  .equipment-image-wrapper {
    object-fit: contain;
  }

  .nav-collection-item {
    margin-left: 0;
  }

  .inner-banner-section.inner-banner {
    padding-top: 140px;
  }

  .inner-banner-wrap {
    padding-bottom: var(--_spacing-system---spacing--spacing-5xl);
    grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
    grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .inner-banner-text-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
  }

  .about-banner-cell {
    grid-column-gap: var(--_spacing-system---spacing--spacing-sm);
    grid-row-gap: var(--_spacing-system---spacing--spacing-sm);
  }

  .team-member-social-icon {
    width: 40px;
    height: 40px;
    font-size: var(--_typography---body-text--text-m);
  }

  .video-banner-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
    flex-flow: column;
  }

  .video-banner-wrap.testimonial-page {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    justify-content: space-between;
    align-items: flex-start;
  }

  .video-banner-right-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-none);
    grid-row-gap: var(--_spacing-system---spacing--spacing-none);
    max-width: 700px;
    margin-top: 0;
  }

  .video-banner-left-wrap {
    min-width: 200px;
  }

  .equipments-collection-list {
    grid-template-columns: 1fr;
  }

  .equipments-collection-item {
    padding: var(--_spacing-system---spacing--spacing-4xl);
  }

  .industries-collection-item {
    flex-flow: column;
  }

  .industries-card-left-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
    width: 100%;
  }

  .industries-equipment-list-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-m);
    grid-row-gap: var(--_spacing-system---spacing--spacing-m);
    max-width: none;
  }

  .industries-card-link-block {
    order: 9999;
    width: 100%;
    height: 450px;
  }

  .industries-card-right-wrap {
    width: 100%;
    margin-top: var(--_spacing-system---spacing--spacing-2xl);
    margin-bottom: var(--_spacing-system---spacing--spacing-4xl);
    padding-left: var(--_spacing-system---spacing--spacing-none);
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  }

  .video-banner-h1 {
    font-size: var(--_typography---typography--h1);
  }

  .testimonials-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-collection-list.testimonial-page {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .testimonial-slider-card {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    border-top: 1px solid var(--light-gray);
    border-bottom-style: none;
    min-height: 310px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .client-grid {
    grid-template-columns: 1fr 1fr;
  }

  .projects-collection-list {
    margin-top: var(--_spacing-system---spacing--spacing-4xl);
  }

  .projects-collection-list.project-page {
    margin-top: var(--_spacing-system---spacing--spacing-3xl);
    padding-top: var(--_spacing-system---spacing--spacing-2xl);
  }

  .projects-collection-item.project-page {
    padding-bottom: var(--_spacing-system---spacing--spacing-2xl);
  }

  .project-card {
    flex-flow: column;
  }

  .project-text-link {
    max-width: 600px;
    line-height: var(--_typography---line-height--line-height-s);
  }

  .project-card-text-left {
    grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
    grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  }

  .project-card-text-right-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
  }

  .rental-leasing-card {
    padding-right: var(--_spacing-system---spacing--spacing-4xl);
    padding-left: var(--_spacing-system---spacing--spacing-4xl);
  }

  .industry-banner {
    grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
    grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .industry-banner-paragraph {
    max-width: 550px;
  }

  .industry-page-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    flex-flow: column;
  }

  .industry-sections-links-list {
    position: static;
  }

  .equipment-banner-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
    grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .equipment-details-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
    grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
    flex-flow: column;
  }

  .equipment-page-image {
    width: 100%;
    max-width: none;
  }

  .equipment-details-grid {
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-template-columns: 1fr 1fr;
  }

  .equipment-images-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .equipment-images-collection-list-wrapper {
    margin-top: 60px;
  }

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

  .service-banner-details-wrap {
    display: none;
  }

  .service-banner-details-wrap.hidden {
    margin-top: var(--_spacing-system---spacing--spacing-4xl);
    display: flex;
  }

  .service-banner-text-wrap {
    max-width: 500px;
    margin-top: var(--_spacing-system---spacing--spacing-ml);
  }

  .about-service-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
    flex-flow: column;
  }

  .service-info-wrap {
    max-width: 100%;
  }

  .service-page-label-wrap {
    position: static;
  }

  .service-process-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  }

  .process-grid {
    padding-top: var(--_spacing-system---spacing--spacing-4xl);
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .process-cell {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 340px;
  }

  .service-page-image {
    height: 400px;
  }

  .project-page-details-grid {
    grid-template-columns: .7fr .5fr;
    width: 100%;
    max-width: 100%;
  }

  .project-page-detail-line {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .project-banner-wrap {
    padding-bottom: var(--_spacing-system---spacing--spacing-5xl);
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-info {
    grid-column-gap: var(--_spacing-system---spacing--section-spacing);
    grid-row-gap: var(--_spacing-system---spacing--section-spacing);
    flex-flow: column;
  }

  .project-info-left-wrap {
    width: 100%;
  }

  .project-info-right-wrap {
    max-width: none;
    position: static;
  }

  .project-page-card-text-wrap {
    padding-left: var(--_spacing-system---spacing--spacing-none);
    grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
  }

  .project-banner-title-wrap {
    max-width: none;
  }

  .project-page-h1 {
    font-size: 54px;
  }

  .blog-post-banner-text-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
  }

  .blog-post-banner {
    grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
    grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonial-banner-left-wrap {
    min-width: 200px;
    max-width: 500px;
  }

  .testimonial-banner-button-wrap {
    display: none;
  }

  .team-member-banner-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    flex-flow: column;
  }

  .team-member-page-photo {
    width: 100%;
  }

  .team-member-banner-info {
    grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
  }

  .team-member-info {
    padding-top: var(--_spacing-system---spacing--spacing-3xl);
    padding-bottom: var(--_spacing-system---spacing--spacing-none);
    border-top: 1px solid var(--light-gray);
    border-bottom-style: none;
  }

  .team-member-text-wrap {
    max-width: 500px;
  }

  .location-cell {
    max-width: 280px;
  }

  .contacts-left-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  }

  .contacts-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    flex-flow: column;
  }

  .contact-link {
    font-size: var(--_typography---body-text--text-s);
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .about-history-banner {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
  }

  .page-padding-2 {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section-pd {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .nav-menu-wrapper-copy {
    padding-right: 15px;
  }

  .video-section-wrap-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-top-wrap-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .about-title-wrap-2 {
    max-width: none;
  }

  .horizontal-title-wrap-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .equipment-banner-wrap-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .list-item {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sticky-sliders {
    height: auto;
  }

  .projects-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .hp-section-heading-2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  .mobile-sticky-slider {
    flex-direction: column;
    display: flex;
  }

  .desktop-horizontal-slider {
    display: none;
    overflow: visible;
  }

  .card-border-line {
    display: none;
  }

  .vertical-grid-spacer {
    margin-bottom: 1.5rem;
  }

  .primary-card-image {
    flex: 1;
  }

  .primary-card {
    min-height: 25rem;
  }

  .card-hover-line {
    display: none;
  }

  .primary-card-details {
    padding: 1.5rem;
    inset: 0%;
  }

  .slider-container {
    position: relative;
    overflow: scroll;
  }

  .section-intro-wrapper-3 {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

  .primary-button-5.fullwidth-mobile-button {
    width: 100%;
  }

  .primary-button-5.desktop-only {
    display: none;
  }

  .section-10.section-component {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .project-card-text-right-wrap-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .project-card-text-wrap-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 32px;
    padding-left: 0;
  }

  .project-cover-link-2 {
    width: 100%;
    height: 400px;
  }

  .projects-collection-list-2 {
    margin-top: 40px;
  }

  .project-text-link-2 {
    max-width: 600px;
    line-height: 1.2em;
  }

  .project-card-text-left-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tabs-wrapper {
    grid-template-columns: max-content max-content max-content max-content max-content max-content;
    justify-content: start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .tab {
    flex: none;
  }

  .mobile-button-2.tablet {
    margin-top: 0;
    display: flex;
  }

  .blog-collection-list-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-post-link-2 {
    max-width: 400px;
  }

  .vertical-section-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .sticky-title-wrap-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    max-width: none;
    position: static;
  }

  .services-block-title-2 {
    max-width: 500px;
  }

  .services-block-title-wrapper-2 {
    width: 100%;
  }

  .service-text-link-2 {
    max-width: none;
  }

  .blog-collection-list-wrapper-3 {
    margin-top: 40px;
  }

  .location-cell-copy {
    max-width: 280px;
  }

  .link-l {
    font-size: 1.35rem;
  }

  .list-02-item {
    flex-flow: column;
    display: flex;
  }

  .container-4.small.flex {
    width: 100%;
    max-width: none;
  }

  .step-4-info-wrapper {
    align-items: flex-start;
  }

  .timeline-wrapper {
    display: none;
  }

  .step {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: -19px auto auto 24px;
  }

  .step-5-info-wrapper, .step-3-info-wrapper, .step-1-info-wrapper, .step-2-info-wrapper {
    align-items: flex-start;
  }

  .section-11 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .black-line {
    display: none;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .section-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-12.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .projects-collection-list-vv2 {
    margin-top: 40px;
  }

  .auto-tabs-menu {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-bottom: 3rem;
  }

  .auto-tabs-content {
    aspect-ratio: 3 / 2;
    flex: none;
    height: auto;
    min-height: 30rem;
    margin-right: 0;
  }

  .auto-tabs-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .auto-tabs-button {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    inset: 0% auto auto 0%;
  }

  .page-padding-4 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .footer-cell-2.last {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .footer-logo-wrap-2 {
    padding-bottom: 40px;
  }

  .tab-flex-wrapper {
    flex-direction: column;
  }

  .tab-mobile-image {
    object-fit: cover;
    width: 100%;
    max-height: 30rem;
    display: block;
  }

  .tab-wrapper {
    opacity: 1;
    border-left-style: none;
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-wrapper:hover {
    opacity: 1;
  }

  .equipment-banner-wrap-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-button-wrap-2 {
    display: none;
  }

  .footer-contacts-wrap-3 {
    text-align: right;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.five-cards {
    width: 33.3333%;
  }

  .container-5 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .equipments-collection-item-copy {
    padding: var(--_spacing-system---spacing--spacing-4xl);
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .splide__pagination__page {
    width: 2em;
    height: 3px;
    margin-left: 0;
    margin-right: .3em;
  }

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

  .c-hero_map {
    width: 100%;
    margin-top: 75px;
  }

  .c-hero_text {
    text-align: center;
    padding-left: 59px;
    padding-right: 59px;
  }

  .section-15.is--hero {
    flex-direction: column;
    padding-top: 171px;
    padding-bottom: 96px;
    padding-left: 0;
    display: block;
  }

  .project-features {
    grid-template-columns: 1fr;
    min-height: 700px;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .container-5-copy {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-link-4 {
    background-color: #fff;
    border: 1px #889ea833;
    border-top-style: solid;
    min-height: 60px;
  }

  .equipment-collection-item-1-copy {
    border-bottom: 1px solid var(--light-gray);
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---fonts--primary: Lato, Arial, sans-serif;
    --_typography---body-text--text-xs: 16px;
    --_typography---line-height--line-height-xl: 1.5em;
    --_typography---font-weight--regular: 400;
    --_typography---typography--h1: 52px;
    --_typography---line-height--line-height-xs: 1.1em;
    --_typography---font-weight--medium: 500;
    --_typography---letter-spacing--letter-spacing-xxs: -1px;
    --_typography---typography--h2: 42px;
    --_typography---typography--h3: 30px;
    --_typography---line-height--line-height-s: 1.2em;
    --_typography---typography--h4: 26px;
    --_typography---typography--h5: 22px;
    --_typography---body-text--text-s: 18px;
    --_typography---font-weight--semi-bold: 600;
    --_typography---fonts--labels-font: Lato, Arial, sans-serif;
    --_typography---body-text--text-m: 20px;
    --_typography---letter-spacing--letter-spacing-l: 1.1px;
    --_typography---body-text--text-l: 22px;
    --_typography---fonts--font-awesome-02: Lato, Arial, sans-serif;
    --_typography---body-text--text-xl: 24px;
    --_typography---line-height--line-height-m: 1.3em;
    --_typography---fonts--font-awesome-03: Lato, Arial, sans-serif;
    --_typography---line-height--line-height-xxs: 1em;
    --_typography---body-text--text-xxs: 14px;
    --_typography---font-weight--bold: 700;
    --_typography---typography--h6: 18px;
    --_typography---line-height--line-height-l: 1.4em;
    --_typography---fonts--font-awesome-01: Lato, Arial, sans-serif;
    --_typography---typography--display-01: 0px;
    --_typography---typography--display-02: 0px;
    --_typography---typography--display-03: 0px;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--extra-bold: 800;
    --_typography---letter-spacing--letter-spacing-xs: .35px;
    --_typography---letter-spacing--letter-spacing-s: .5px;
    --_typography---letter-spacing--letter-spacing-m: .8px;
    --_spacing-system---spacing--spacing-none: 0px;
    --_spacing-system---spacing--spacing-xs: 6px;
    --_spacing-system---spacing--spacing-l: 20px;
    --_spacing-system---spacing--spacing-3xl: 32px;
    --_spacing-system---spacing--spacing-2xl: 24px;
    --_spacing-system---spacing--spacing-ml: 16px;
    --_spacing-system---containers--full-width: 100%;
    --_spacing-system---spacing--section-spacing: 60px;
    --_spacing-system---containers--base-container: 1200px;
    --_spacing-system---spacing--spacing-6xl: 80px;
    --_spacing-system---spacing--spacing-4xl: 40px;
    --_spacing-system---spacing--spacing-7xl: 100px;
    --_spacing-system---spacing--spacing-5xl: 64px;
    --_spacing-system---spacing--spacing-sm: 10px;
    --_spacing-system---spacing--spacing-s: 8px;
    --_spacing-system---spacing--spacing-8xl: 130px;
    --_spacing-system---spacing--spacing-m: 12px;
    --_spacing-system---spacing--spacing-xxs: 4px;
    --_spacing-system---spacing--spacing-xl: 22px;
    --_spacing-system---border-radius--radius-xxs: 2px;
    --_spacing-system---border-radius--radius-xs: 4px;
    --_spacing-system---border-radius--radius-s: 6px;
    --_spacing-system---border-radius--radius-m: 8px;
    --_spacing-system---border-radius--radius-l: 100px;
  }

  blockquote {
    font-size: var(--_typography---body-text--text-s);
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .landing-paragraph-style {
    width: 90%;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--light-gray);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    margin-bottom: var(--_spacing-system---spacing--spacing-4xl);
    border-top: 1px solid var(--light-gray);
    flex-direction: column;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .spacing-wrapper-mobile {
    margin-top: var(--_spacing-system---spacing--spacing-l);
    margin-bottom: var(--_spacing-system---spacing--spacing-l);
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .licensing-image-link {
    height: 320px;
  }

  .licensing-icons-wrapper {
    padding-top: var(--_spacing-system---spacing--spacing-l);
  }

  .licensing-icons {
    width: 100%;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-resources {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  }

  .licensing-images-wrapper {
    padding-top: var(--_spacing-system---spacing--spacing-3xl);
  }

  .license-link-wrapper {
    grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
  }

  .licensing-title-wrapper {
    margin-bottom: var(--_spacing-system---spacing--spacing-3xl);
  }

  .top-licensing-wrap {
    padding-bottom: var(--_spacing-system---spacing--spacing-3xl);
  }

  .system-space {
    padding-top: var(--_spacing-system---spacing--spacing-3xl);
    padding-bottom: var(--_spacing-system---spacing--spacing-l);
  }

  .grid-title {
    width: var(--_spacing-system---containers--full-width);
    border-bottom: 1px solid var(--gray);
    border-right-style: none;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .bottom-space {
    padding-bottom: var(--_spacing-system---spacing--spacing-3xl);
  }

  .bottom-space.space-small {
    padding-bottom: 15px;
  }

  .style-guide-intro {
    grid-row-gap: 40px;
  }

  .spacing-wrapper {
    margin-top: var(--_spacing-system---spacing--spacing-l);
    margin-bottom: var(--_spacing-system---spacing--spacing-l);
  }

  .headings-typography-wrapper {
    width: var(--_spacing-system---containers--full-width);
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-grid {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-template-columns: 1fr;
  }

  .colors-wrapper {
    grid-column-gap: var(--_spacing-system---spacing--spacing-l);
    grid-row-gap: var(--_spacing-system---spacing--spacing-l);
  }

  .style-guide-content.button-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .grid-description {
    width: var(--_spacing-system---containers--full-width);
    border-top: 1px solid var(--gray);
    border-bottom-style: none;
    align-items: center;
  }

  .grid-description.first-description {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
  }

  .heading-wrap {
    width: 100%;
  }

  .error-info {
    grid-column-gap: var(--_spacing-system---spacing--spacing-sm);
    grid-row-gap: var(--_spacing-system---spacing--spacing-sm);
  }

  .brand {
    padding-left: 0;
  }

  .error-hero-title {
    font-size: 100px;
  }

  .style-guide-section {
    padding-bottom: 60px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .nav-link {
    margin-left: 0;
  }

  .footer-bottom-wrapper {
    margin-top: var(--_spacing-system---spacing--spacing-2xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-s);
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link {
    justify-content: center;
    align-items: center;
  }

  .footer {
    padding-top: var(--_spacing-system---spacing--spacing-5xl);
  }

  .footer-social-icons-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .error-icon {
    height: 100px;
  }

  .home-banner-section {
    padding-bottom: 126px;
  }

  .why-choose-us-cell {
    padding-right: var(--_spacing-system---spacing--spacing-none);
    border-bottom: 1px solid var(--white-25);
    border-right-style: none;
  }

  .why-choose-us-cell-title-wrap, .section-title._500px {
    max-width: none;
  }

  .testimonial-slide {
    width: 100%;
    padding-right: 0;
  }

  .testimonial-card {
    min-height: 250px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-cell {
    padding-top: var(--_spacing-system---spacing--spacing-4xl);
    border-right-style: none;
  }

  .footer-cell.last {
    padding-right: var(--_spacing-system---spacing--spacing-none);
    padding-left: var(--_spacing-system---spacing--spacing-none);
    border-top: 1px solid var(--white-25);
    border-bottom-style: none;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-cell.center {
    grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-contacts-wrap {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-contact-link {
    text-align: left;
  }

  .mobile-hidden-button {
    display: none;
  }

  .mobile-equipment-button, .mobile-button {
    display: flex;
  }

  .inner-banner-wrap {
    padding-bottom: var(--_spacing-system---spacing--spacing-4xl);
  }

  .about-banner-cell {
    width: auto;
  }

  .faq-dropdown {
    padding-bottom: var(--_spacing-system---spacing--spacing-2xl);
    grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
    grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  }

  .video-banner-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
    flex-flow: column;
  }

  .video-banner-wrap.testimonial-page {
    justify-content: space-between;
    align-items: flex-start;
  }

  .equipments-collection-item {
    padding: var(--_spacing-system---spacing--spacing-2xl) var(--_spacing-system---spacing--spacing-ml);
  }

  .industries-card-link-block {
    height: 350px;
  }

  .testimonials-collection-list {
    grid-template-columns: 1fr;
  }

  .testimonial-slider-card {
    min-height: 335px;
  }

  .client-grid {
    grid-template-columns: 1fr;
  }

  .project-text-link {
    max-width: none;
  }

  .rental-leasing-card {
    padding-right: var(--_spacing-system---spacing--spacing-2xl);
    padding-left: var(--_spacing-system---spacing--spacing-2xl);
  }

  .equipment-details-grid {
    grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
    grid-template-columns: 1fr;
  }

  .equipment-images-collection-list {
    grid-template-columns: 1fr;
  }

  .equipment-images-lightbox-link {
    height: 400px;
  }

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

  .service-process-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  }

  .process-grid {
    width: 100%;
    padding-top: var(--_spacing-system---spacing--spacing-4xl);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .process-stage-icon {
    width: 48px;
  }

  .project-page-details-grid {
    padding-right: var(--_spacing-system---spacing--spacing-ml);
    padding-left: var(--_spacing-system---spacing--spacing-ml);
    grid-column-gap: var(--_spacing-system---spacing--spacing-m);
    grid-row-gap: var(--_spacing-system---spacing--spacing-m);
    flex-flow: column;
    display: flex;
  }

  .project-page-detail-line {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .project-banner-wrap {
    padding-bottom: var(--_spacing-system---spacing--spacing-4xl);
  }

  .project-page-h1 {
    font-size: var(--_typography---typography--h1);
  }

  .blog-post-banner {
    margin-bottom: 60px;
  }

  .contact-link {
    text-align: left;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-medium {
    font-size: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .history-list-item {
    display: flex;
  }

  .about-history-banner {
    padding-bottom: 4rem;
  }

  .page-padding-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .history-list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .section-pd {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .eyebrow-heading {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  .list-link {
    grid-column-gap: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .list-item {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .projects-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .hp-section-heading-2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .primary-card-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .primary-card-details {
    padding: 1rem;
  }

  .primary-card-subtitle {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .section-intro-wrapper-3 {
    margin-bottom: 1rem;
  }

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

  .testimonial-slider-arrow {
    width: 3.5rem;
  }

  .container-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .project-card-text-wrap-2 {
    margin-top: 32px;
  }

  .project-text-link-2 {
    max-width: none;
  }

  .project-detail-line-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .tab {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .tabs_component {
    grid-template-columns: 1fr;
  }

  .mobile-button-2 {
    display: flex;
  }

  .link-l {
    font-size: 1.25rem;
  }

  .process-image {
    background-image: url('../images/Process-Image-Background-Mobile.png');
    background-size: cover;
    width: 100%;
    margin-bottom: 24px;
  }

  .step-4-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step {
    left: 16px;
  }

  .step-heading.margin-xs {
    margin-bottom: 8px;
  }

  .step-5-info-wrapper, .step-3-info-wrapper, .step-1-info-wrapper, .step-2-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-info {
    margin-left: 0;
  }

  .section-11 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .speaker-name {
    font-size: 48px;
  }

  .slide-image {
    min-height: 400px;
  }

  .auto-tabs-menu {
    padding-right: 0;
  }

  .footer-contact-link-2 {
    text-align: left;
  }

  .footer-bottom-wrapper-2 {
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24px;
  }

  .footer-cell-2 {
    border-right-style: none;
    padding-top: 40px;
  }

  .footer-cell-2.last {
    border-top: 1px solid #f6f6f640;
    border-bottom-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-cell-2.center {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-link-2 {
    justify-content: center;
    align-items: center;
  }

  .tab-mobile-image {
    max-height: 25rem;
  }

  .footer-grid-3 {
    grid-template-columns: 1fr;
  }

  .footer-contacts-wrap-3 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .splide.slider2.tall {
    overflow: visible;
  }

  .slider-tall_img {
    padding-top: 125%;
  }

  .splide__slide, .splide__slide.five-cards {
    width: 100%;
  }

  .container-5 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .equipments-collection-item-copy {
    padding: var(--_spacing-system---spacing--spacing-2xl) var(--_spacing-system---spacing--spacing-ml);
  }

  .section-14 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-hero_text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inner-bottom {
    height: 60px;
  }

  .section-15 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-features {
    min-height: 500px;
    padding-top: 60px;
  }

  .container-5-copy {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .nav-link-4 {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---fonts--primary: Lato, Arial, sans-serif;
    --_typography---body-text--text-xs: 16px;
    --_typography---line-height--line-height-xl: 1.5em;
    --_typography---font-weight--regular: 400;
    --_typography---typography--h1: 50px;
    --_typography---line-height--line-height-xs: 1.1em;
    --_typography---font-weight--medium: 500;
    --_typography---letter-spacing--letter-spacing-xxs: -1px;
    --_typography---typography--h2: 40px;
    --_typography---typography--h3: 30px;
    --_typography---line-height--line-height-s: 1.2em;
    --_typography---typography--h4: 26px;
    --_typography---typography--h5: 22px;
    --_typography---body-text--text-s: 18px;
    --_typography---font-weight--semi-bold: 600;
    --_typography---fonts--labels-font: Lato, Arial, sans-serif;
    --_typography---body-text--text-m: 20px;
    --_typography---letter-spacing--letter-spacing-l: 1.1px;
    --_typography---body-text--text-l: 22px;
    --_typography---fonts--font-awesome-02: Lato, Arial, sans-serif;
    --_typography---body-text--text-xl: 24px;
    --_typography---line-height--line-height-m: 1.3em;
    --_typography---fonts--font-awesome-03: Lato, Arial, sans-serif;
    --_typography---line-height--line-height-xxs: 1em;
    --_typography---body-text--text-xxs: 14px;
    --_typography---font-weight--bold: 700;
    --_typography---typography--h6: 18px;
    --_typography---line-height--line-height-l: 1.4em;
    --_typography---fonts--font-awesome-01: Lato, Arial, sans-serif;
    --_typography---typography--display-01: 0px;
    --_typography---typography--display-02: 0px;
    --_typography---typography--display-03: 0px;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--extra-bold: 800;
    --_typography---letter-spacing--letter-spacing-xs: .35px;
    --_typography---letter-spacing--letter-spacing-s: .5px;
    --_typography---letter-spacing--letter-spacing-m: .8px;
    --_spacing-system---spacing--spacing-none: 0px;
    --_spacing-system---spacing--spacing-xs: 6px;
    --_spacing-system---spacing--spacing-l: 20px;
    --_spacing-system---spacing--spacing-3xl: 32px;
    --_spacing-system---spacing--spacing-2xl: 24px;
    --_spacing-system---spacing--spacing-ml: 16px;
    --_spacing-system---containers--full-width: 100%;
    --_spacing-system---spacing--section-spacing: 60px;
    --_spacing-system---containers--base-container: 1200px;
    --_spacing-system---spacing--spacing-6xl: 80px;
    --_spacing-system---spacing--spacing-4xl: 40px;
    --_spacing-system---spacing--spacing-7xl: 100px;
    --_spacing-system---spacing--spacing-5xl: 64px;
    --_spacing-system---spacing--spacing-sm: 10px;
    --_spacing-system---spacing--spacing-s: 8px;
    --_spacing-system---spacing--spacing-8xl: 130px;
    --_spacing-system---spacing--spacing-m: 12px;
    --_spacing-system---spacing--spacing-xxs: 4px;
    --_spacing-system---spacing--spacing-xl: 22px;
    --_spacing-system---border-radius--radius-xxs: 2px;
    --_spacing-system---border-radius--radius-xs: 4px;
    --_spacing-system---border-radius--radius-s: 6px;
    --_spacing-system---border-radius--radius-m: 8px;
    --_spacing-system---border-radius--radius-l: 100px;
  }

  blockquote {
    padding-right: var(--_spacing-system---spacing--spacing-ml);
    padding-left: var(--_spacing-system---spacing--spacing-l);
  }

  .landing-paragraph-style {
    width: 85%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .licensing-title-wrapper {
    flex-wrap: wrap;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .primary-button.submit {
    width: 100%;
  }

  .style-guide-content.links-grid {
    grid-template-columns: 1fr;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .nav-link {
    width: 99%;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .footer {
    text-align: left;
  }

  .footer-rights {
    text-align: center;
  }

  .pass-page-content {
    width: 100%;
  }

  .utility-page-form {
    max-width: none;
  }

  .text-white.home-1-h1 {
    font-size: var(--_typography---typography--h3);
    line-height: 1.1;
  }

  .home-banner-section {
    padding-bottom: 192px;
  }

  .banner-content-wrapper {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
  }

  .home-banner-buttons-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-xs);
    grid-row-gap: var(--_spacing-system---spacing--spacing-xs);
    flex-flow: column;
  }

  .arrow-button {
    justify-content: center;
    align-items: center;
  }

  .banner-product-link-block {
    height: 400px;
  }

  .why-choose-us-cell {
    padding-right: var(--_spacing-system---spacing--spacing-none);
  }

  .equipment-collection-item-1 {
    grid-column-gap: 350px;
    grid-row-gap: 350px;
  }

  .equipment-card-top-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
    grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
    flex-flow: column;
  }

  .equipment-details-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .equipment-details-wrapper.equipment-page {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .equipment-bottom-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-2xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-2xl);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .equipment-bottom-wrap.equipment-page {
    grid-column-gap: var(--_spacing-system---spacing--spacing-l);
    grid-row-gap: var(--_spacing-system---spacing--spacing-l);
    grid-template-rows: auto;
    grid-template-columns: 1fr 42px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .equipment-collection-item-2 {
    grid-column-gap: 350px;
    grid-row-gap: 350px;
  }

  .service-card-bottom-wrap {
    grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-card-details-wrapper {
    max-width: 300px;
  }

  .testimonial-slide {
    padding-right: 0;
  }

  .testimonial-card {
    min-height: 342px;
  }

  .testimonial-card.testimonial-page {
    grid-column-gap: var(--_spacing-system---spacing--spacing-4xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-4xl);
    min-height: auto;
  }

  .form-block {
    min-height: auto;
    padding-right: var(--_spacing-system---spacing--spacing-ml);
    padding-left: var(--_spacing-system---spacing--spacing-ml);
    flex: 0 auto;
  }

  .form-line {
    grid-template-columns: 1fr;
  }

  .mobile-equipment-button {
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
  }

  .inner-banner-section.service-banner-section, .inner-banner-section.testimonials-banner-section {
    background-position: 100%;
  }

  .testimonial-slider-card {
    min-height: auto;
  }

  .client-card {
    padding-right: var(--_spacing-system---spacing--spacing-l);
    padding-left: var(--_spacing-system---spacing--spacing-l);
  }

  .industry-info-image {
    height: 400px;
  }

  .equipment-page-image {
    height: 350px;
  }

  .equipment-images-lightbox-link {
    height: 300px;
  }

  .about-service-wrap {
    margin-bottom: var(--_spacing-system---spacing--spacing-2xl);
  }

  .service-page-image {
    height: 300px;
  }

  .project-page-details-grid {
    grid-column-gap: var(--_spacing-system---spacing--spacing-l);
    grid-row-gap: var(--_spacing-system---spacing--spacing-l);
  }

  .project-page-detail-line {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-page-h1 {
    font-size: var(--_typography---typography--h1);
  }

  .team-member-page-photo {
    height: 400px;
  }

  .team-member-info {
    grid-column-gap: var(--_spacing-system---spacing--spacing-3xl);
    grid-row-gap: var(--_spacing-system---spacing--spacing-3xl);
    flex-flow: column;
  }

  .team-member-text-wrap {
    width: auto;
  }

  .location-cell {
    max-width: none;
    padding-bottom: var(--_spacing-system---spacing--spacing-3xl);
    grid-column-gap: var(--_spacing-system---spacing--spacing-m);
    grid-row-gap: var(--_spacing-system---spacing--spacing-m);
    border-bottom: 1px solid var(--white-25);
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 42px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-link {
    font-size: var(--_typography---body-text--text-s);
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-medium {
    font-size: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
  }

  .slider-image {
    height: 350px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .list-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sticky-card-2 {
    position: sticky;
    top: 4.5rem;
  }

  .sticky-card-3 {
    position: sticky;
    top: 1.5rem;
  }

  .testimonial-slider-arrow {
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
    margin-right: -.75rem;
    padding-right: 1.5rem;
  }

  .testimonial-slider-arrow.testimonial-slider-arrow-left {
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
    margin-left: -.75rem;
    margin-right: 0;
    padding-left: 1.5rem;
    display: flex;
  }

  .testimonial-slider-slide {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-height: 35rem;
    padding: 2.5rem;
  }

  .testimonial-slider-slide-wrapper {
    min-height: 35rem;
  }

  .testimonial-slider {
    border-style: none;
  }

  .container-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .project-card-text-wrap-2 {
    margin-top: 32px;
  }

  .project-cover-link-2 {
    height: 300px;
  }

  .project-detail-line-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .location-cell-copy {
    max-width: none;
    padding-bottom: var(--_spacing-system---spacing--spacing-3xl);
    grid-column-gap: var(--_spacing-system---spacing--spacing-m);
    grid-row-gap: var(--_spacing-system---spacing--spacing-m);
    border-bottom: 1px solid var(--white-25);
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 42px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-l {
    font-size: 1.15rem;
  }

  .list-02-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .speaker-name {
    font-size: 42px;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .section-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-12.home-hero-section {
    padding-bottom: 36px;
  }

  .auto-tabs-content-inner.is-right-align, .auto-tabs-content-item {
    height: 200px;
    min-height: auto;
  }

  .auto-tabs-content {
    aspect-ratio: 2 / 3;
    width: 100%;
    height: 200px;
    min-height: auto;
  }

  .auto-tabs-button {
    display: none;
    inset: 0% auto auto 0%;
  }

  .auto-tabs-animate-from-right {
    height: 200px;
    min-height: auto;
  }

  .page-padding-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-wrapper-2 {
    flex-wrap: wrap;
  }

  .background-4.about-background {
    background-color: #1c1c1c;
    background-image: none;
  }

  .mob, .mob.cn {
    display: block;
  }

  .text-block-45.cn {
    padding-right: 0;
  }

  .overlay-6.dark, .c-hero_map {
    display: none;
  }

  .image-18 {
    text-align: center;
    width: 100%;
    display: block;
  }

  .c-hero_text {
    padding-left: 0;
    padding-right: 0;
  }

  .inner-bottom {
    height: 48px;
  }

  .inner-bottom.grey, .c-map_dot.is--hidden._07, .c-map_dot.is--hidden._31-copy, .c-map_dot.is--hidden._31, .c-map_dot.is--hidden._01, .c-map_dot.is--hidden._05, .c-map_dot.is--hidden._08, .c-map_dot.is--hidden._02, .c-map_dot.is--hidden._03, .c-map_dot.is--hidden._04, .c-map_dot.is--hidden._05, .c-map_dot.is--hidden._06, .c-map_dot.is--hidden._07, .c-map_dot.is--hidden._08, .c-map_dot.is--hidden._09, .c-map_dot.is--hidden._10, .c-map_dot.is--hidden._11, .c-map_dot.is--hidden._12, .c-map_dot.is--hidden._13 {
    display: none;
  }

  .section-15 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .section-15.is--hero {
    width: 100%;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .project-features {
    padding-top: 48px;
    padding-bottom: 100px;
  }

  .project-features.cn {
    min-height: auto;
    padding-bottom: 40px;
  }

  .dropdown-toggle-2 {
    background-color: #fff;
  }

  .div-block-19 {
    background-color: #f5f5f5;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .image-15 {
    margin-left: 35vw;
  }

  .nav-link-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-4:hover {
    opacity: .9;
  }

  .nav-link-4.lg {
    border-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-link-4.lg:hover {
    background-color: #fff0;
  }

  .nav-link-4.lg-copy {
    border-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-link-4.lg-copy:hover {
    background-color: #fff0;
  }

  .dropdown-list-4 {
    opacity: 0;
  }

  .dropdown-link-3 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 45vw;
  }

  .equipment-collection-item-1-copy {
    grid-column-gap: 350px;
    grid-row-gap: 350px;
  }
}

#w-node-_255b3302-8032-810a-751d-bda315beef42-a4f79ade {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_255b3302-8032-810a-751d-bda315beef43-a4f79ade {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_255b3302-8032-810a-751d-bda315beef44-a4f79ade {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_255b3302-8032-810a-751d-bda315beef46-a4f79ade, #w-node-_255b3302-8032-810a-751d-bda315beef47-a4f79ade, #w-node-_255b3302-8032-810a-751d-bda315beef49-a4f79ade {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_255b3302-8032-810a-751d-bda315beef4a-a4f79ade {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_255b3302-8032-810a-751d-bda315beef4c-a4f79ade, #w-node-_255b3302-8032-810a-751d-bda315beef4d-a4f79ade, #w-node-_255b3302-8032-810a-751d-bda315beef4f-a4f79ade {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_255b3302-8032-810a-751d-bda315beef50-a4f79ade {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_255b3302-8032-810a-751d-bda315beef52-a4f79ade, #w-node-_255b3302-8032-810a-751d-bda315beef53-a4f79ade, #w-node-_4d6fa3c5-c0fe-8c6a-cf1a-ff05f56114d9-a4f79ade {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d6fa3c5-c0fe-8c6a-cf1a-ff05f56114da-a4f79ade {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-db65c538-39af-61ea-299e-4537352d3b25-a4f79ade, #w-node-db65c538-39af-61ea-299e-4537352d3b26-a4f79ade {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f97a22f-55c5-de9c-594f-983f589f3923-a4f79ade {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_47845c6e-0f2c-271f-0f10-1dbf79b13e6b-ddc207dd {
  order: 9999;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f49337c-854e-2c3b-70fc-22a3db35dbe3-a4f79adf, #w-node-_6f49337c-854e-2c3b-70fc-22a3db35dbe9-a4f79adf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c718ac4-b52f-0f39-3114-2ca8aa622f9a-a4f79adf {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-f1f4ecda-8e48-70ef-877c-833d493d94de-a4f79ae0 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-f819ab91-a608-c2f7-64b3-fc614d4c2fb0-a4f79ae0 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-d525767f-83b3-9ab6-28d0-c066b76b6e43-a4f79ae0 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-d525767f-83b3-9ab6-28d0-c066b76b6e48-a4f79ae0 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_49783fed-fd09-6c75-ce84-998db207f5e6-b207f5dc, #w-node-_0d6f7951-3d1c-db3b-f42f-0e6c1bdb3e56-1bdb3e4c {
  order: 9999;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6bffa89e-63d0-33c9-dfb1-1fad4bde7785-a4f79af1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6bffa89e-63d0-33c9-dfb1-1fad4bde7786-a4f79af1 {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-be08fbee-5b09-ec34-29df-7c2914988320-a4f79af3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e30452be-d79b-ea72-3723-a90aba34d144-a4f79af8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16a3af33-a547-bcfd-2168-31668ae08816-452bb546 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_16a3af33-a547-bcfd-2168-31668ae0881b-452bb546 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_91cc8ec4-7f10-5780-9124-c20ecf3048c0-452bb546 {
  grid-area: 2 / 7 / 4 / 8;
}

#w-node-_0ba1d4a1-f109-69fb-f865-b22c6f322761-e267b04b {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_0a74bf2d-8b4c-efd1-2ea8-bd64343b4739-e267b04b {
  grid-area: 2 / 2 / 4 / 3;
}

@media screen and (min-width: 1280px) {
  #w-node-e5cd8e57-8a29-63d9-4cb4-b3b1a35cbda2-a4f79ade {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_3f97a22f-55c5-de9c-594f-983f589f3923-a4f79ade {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47845c6e-0f2c-271f-0f10-1dbf79b13e6b-ddc207dd {
    grid-column: span 1 / span 1;
  }

  #w-node-_47845c6e-0f2c-271f-0f10-1dbf79b13ea6-ddc207dd {
    order: 9999;
  }

  #w-node-_49783fed-fd09-6c75-ce84-998db207f5e6-b207f5dc {
    grid-column: span 1 / span 1;
  }

  #w-node-_49783fed-fd09-6c75-ce84-998db207f616-b207f5dc {
    order: 9999;
  }

  #w-node-_0d6f7951-3d1c-db3b-f42f-0e6c1bdb3e56-1bdb3e4c {
    grid-column: span 1 / span 1;
  }

  #w-node-_0d6f7951-3d1c-db3b-f42f-0e6c1bdb3e85-1bdb3e4c {
    order: 9999;
  }
}

@media screen and (max-width: 991px) {
  #w-node-eb745088-8ba3-e164-7c14-853ea2393fd6-a4f79ade {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_47845c6e-0f2c-271f-0f10-1dbf79b13e6b-ddc207dd {
    grid-column: span 1 / span 1;
  }

  #w-node-_47845c6e-0f2c-271f-0f10-1dbf79b13ea6-ddc207dd {
    order: 9999;
  }

  #w-node-_49783fed-fd09-6c75-ce84-998db207f5e6-b207f5dc {
    grid-column: span 1 / span 1;
  }

  #w-node-_49783fed-fd09-6c75-ce84-998db207f616-b207f5dc {
    order: 9999;
  }

  #w-node-_0d6f7951-3d1c-db3b-f42f-0e6c1bdb3e56-1bdb3e4c {
    grid-column: span 1 / span 1;
  }

  #w-node-_0d6f7951-3d1c-db3b-f42f-0e6c1bdb3e85-1bdb3e4c {
    order: 9999;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/LATO-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/LATO-BLACK.TTF') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/LATO-HEAVY.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/LATO-REGULAR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/LATO-SEMIBOLD.TTF') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/LATO-LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Hairline';
  src: url('../fonts/LATO-HAIRLINE.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/LATO-THIN.TTF') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/LATO-BOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}