@font-face {
  font-family: Fontawesome webfont;
  src: url('../fonts/fontawesome-webfont.woff2') format("woff2"), url('../fonts/fontawesome-webfont.eot') format("embedded-opentype"), url('../fonts/fontawesome-webfont.woff') format("woff"), url('../fonts/fontawesome-webfont.ttf') format("truetype"), url('../fonts/fontawesome-webfont.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Dm sans v11 latin;
  src: url('../fonts/dm-sans-v11-latin-regular.woff2') format("woff2"), url('../fonts/dm-sans-v11-latin-regular.woff') format("woff"), url('../fonts/dm-sans-v11-latin-regular.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dm sans v11 latin 500";
  src: url('../fonts/dm-sans-v11-latin-500.woff2') format("woff2"), url('../fonts/dm-sans-v11-latin-500.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dm sans v11 latin 700";
  src: url('../fonts/dm-sans-v11-latin-700.woff2') format("woff2"), url('../fonts/dm-sans-v11-latin-700.woff') format("woff"), url('../fonts/dm-sans-v11-latin-700.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontawesome;
  src: url('../fonts/FontAwesome.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --deep-sky-blue: #26abe2;
  --black-2: #202124;
  --orange-red-2: #fc6225;
  --midnight-blue: #08215e;
  --white: white;
  --goldenrod: #dfac16;
  --light-blue: #dff6ff;
  --dark-slate-blue: #1f4398;
  --gold: #fdc92f;
  --black: black;
  --gainsboro: gainsboro;
  --black-3: #202124b3;
  --light-gray: #f9f9f9;
  --orange-red: #fc6225bf;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  color: #202124;
  font-family: Dm sans v11 latin, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--deep-sky-blue);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Dm sans v11 latin 500", sans-serif;
  font-size: 6em;
  font-weight: 300;
  line-height: .9;
}

h2 {
  color: var(--black-2);
  font-family: "Dm sans v11 latin 500", sans-serif;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Dm sans v11 latin, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2;
}

h5 {
  color: var(--orange-red-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .85em;
  font-weight: 400;
  line-height: 20px;
}

p {
  color: #0000008c;
  font-weight: 400;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

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

.navbar {
  background-color: #fff;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--midnight-blue);
  text-transform: capitalize;
  border-bottom: 2px solid #0000;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 1em;
  font-weight: 500;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--deep-sky-blue);
}

.nav-link.w--current {
  border-bottom-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
}

.nav-menu {
  margin-top: 30px;
  margin-bottom: 30px;
}

.nav-container {
  max-width: 1200px;
}

.hero-section {
  height: 100vh;
  position: relative;
}

.hero-image-wrapper {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-block {
  background-color: var(--white);
  color: var(--black-2);
  text-transform: uppercase;
  border: 2px solid #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  padding: 10px 20px;
  font-family: "Dm sans v11 latin 700", sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-block:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.hero-container {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.horizontal-plus {
  background-color: #fff;
  width: 30px;
  height: 3px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.plus-wrapper {
  background-color: var(--goldenrod);
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  position: relative;
}

.button-block-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.vertical-plus {
  background-color: #fff;
  width: 3px;
  height: 30px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hero-heading {
  margin-top: 0;
  margin-bottom: 40px;
}

.section-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 2.25fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: grid;
}

.section-grid-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 69px 60px;
  display: flex;
}

.about-grid-image-wrapper {
  z-index: 3;
  background-image: url('../images/sagmill-1024x680.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  margin-top: -40px;
  position: relative;
  box-shadow: 42px 42px 0 5px #bfc7db33;
}

.about-paragraph {
  margin-bottom: 50px;
  line-height: 24px;
}

.dark-block {
  background-color: #000;
  height: 400px;
}

.section-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-left: 10%;
  margin-right: auto;
  padding: 40px 64px 60px;
  display: flex;
}

.section-div-container {
  justify-content: space-between;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-div-container.industry {
  max-width: 90%;
  margin-top: -120px;
  padding-bottom: 80px;
}

.industry-subheading {
  color: #fff;
}

.industry-wrapper {
  width: 30%;
  overflow: hidden;
}

.industry-image-wrapper {
  width: 100%;
  height: 200px;
}

.industry-image-wrapper.water {
  background-image: url('../images/banner-chemistry.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.industry-image-wrapper.mining {
  background-image: url('../images/Pro-8031-XM-1024x662.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.industry-image-wrapper.oil {
  background-image: url('../images/improving-production-bg.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.industry-content-wrapper {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 40px 40px;
  display: flex;
}

.section {
  padding-bottom: 40px;
}

.section.gray {
  background-color: #f9f9f9;
  padding-top: 40px;
  position: relative;
}

.section.gray.blog {
  padding-top: 40px;
  padding-bottom: 100px;
}

.section.black {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.hide {
  display: none;
}

.section.logos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light-blue);
  text-align: center;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section.db {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(90deg, #08215e, #243255f2 31%, #52525200), url('../images/0F5A0347-min_1.avif');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 70vh;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.section.padding, .section.white {
  padding-top: 60px;
}

.section-heading {
  color: #fff;
  text-transform: capitalize;
  margin-top: 1px;
  margin-bottom: 1px;
  font-size: 3.5em;
  font-weight: 100;
  line-height: 60px;
  display: inline-block;
}

.section-heading.dark {
  color: #000;
}

.customer-grid-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "." 1fr
                 "." .5fr
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: grid;
}

.logo-block {
  width: 245px;
  height: 100px;
}

.logo-block._1 {
  background-image: url('../images/bhge-logo-solid-blue-transparent_0.png');
  background-position: 0 0;
  background-size: cover;
}

.logo-block._2 {
  background-image: url('../images/1200px-SGS_SA.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
}

.logo-block._3 {
  background-image: url('../images/maxam-logo-04FFC4C442-seeklogo.com.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-block._4 {
  background-image: url('../images/gh-goil-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.logo-block._5 {
  background-image: url('../images/320240p11256EDNmain212ALS-Logo-RGB.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.logo-block._6 {
  background-image: url('../images/seacor-marine-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 240px;
}

.customer-content-wrapper {
  padding-right: 80px;
}

.section-container {
  text-align: center;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-flex-block {
  background-color: #fff;
  display: flex;
}

.section-flex-image-wrapper {
  background-image: linear-gradient(127deg, var(--dark-slate-blue), #26abe270), url('../images/1350---base_image_1.1474391708.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 40%;
}

.section-child-content-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding: 40px 60px;
  display: flex;
}

.section-grid-block {
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.section-grid-block.team {
  grid-column-gap: 26px;
  grid-template-areas: ".";
}

.section-child-grid-wrapper {
  text-align: left;
  background-color: #f9f9f9;
  border-bottom: 5px solid #000;
  flex-direction: column;
  align-items: flex-start;
  height: 320px;
  padding: 30px;
  transition: border-width .2s;
  display: flex;
}

.section-child-grid-wrapper:hover {
  border-bottom-width: 15px;
}

.news-heading {
  font-size: 1.6em;
  line-height: 1.1;
}

.footer-section {
  background-color: var(--midnight-blue);
  padding-top: 70px;
}

.section-grid-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-flex-block {
  background-color: #00000047;
  justify-content: space-between;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.footer-text-block {
  color: #fff;
  font-size: 1.2em;
}

.footer-text-block.small {
  letter-spacing: 1px;
  font-size: .9em;
}

.footer-link-wrapper {
  align-items: flex-start;
  display: flex;
}

.footer-footnote-link {
  color: #fffc;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .8em;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-footnote-link:hover {
  color: var(--gold);
}

.footer-footnote-link.small {
  letter-spacing: 2px;
  font-size: .65em;
}

.footer-bars {
  background-color: #fffc;
  width: 2px;
  height: 15px;
  margin-left: 20px;
  margin-right: 20px;
}

.social-icon-wrapper {
  margin-top: 20px;
}

.hero-slider {
  height: 100%;
}

.slide-1 {
  background-image: url('../images/Chem.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/1350---base_image_1.1474391708.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/people-working-in-a-rig.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  font-size: .75em;
}

.heading-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
}

.heading-wrapper.hero {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.hexa1 {
  background-image: url('../images/hexagon.png');
  background-position: 0 0;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: -35% auto auto 0%;
}

.hexa2 {
  background-image: url('../images/hexagon-geometrical-shape-outline.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 0% auto auto -2%;
}

.slider-arrow {
  color: #fff;
  background-color: #000000a6;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 1.4em;
}

.social-link-block {
  background-color: var(--orange-red-2);
  border-radius: 20px;
  margin-top: 20px;
  margin-right: 10px;
  padding: 5px;
  transition: background-color .3s ease-in;
}

.social-link-block:hover {
  background-color: #000;
}

.industry-image-block {
  overflow: hidden;
}

.section-page-content {
  height: 90vh;
}

.section-page-content.who {
  background-image: linear-gradient(#08215e80, #08215e80), url('../images/banner-chemistry.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-page-content.focus {
  background-image: url('../images/improving-production-bg.jpg');
  background-position: 50% 100%;
  background-size: 1440px;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-page-content.sustainability {
  background-image: url('../images/windenergy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-page-content.safety {
  background-image: linear-gradient(#08215ebf, #08215ebf), url('../images/146961790.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrapper.center {
  text-align: center;
}

.section-paragraph {
  color: #fffc;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.35em;
  font-weight: 300;
  line-height: 32px;
}

.section-paragraph.dark {
  color: #000000bf;
}

.section-page-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-page-flex-block {
  background-color: #fff;
  align-items: center;
  display: flex;
}

.section-page-flex-block.vertical {
  flex-direction: column;
  align-items: center;
}

.left-child-flex-wrapper {
  width: 200px;
}

.right-flex-child-wrapper {
  width: 90%;
}

.right-flex-child-wrapper.center {
  text-align: center;
}

.section-small-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.section-small-heading.yellow {
  color: var(--gold);
}

.section-small-heading.hero {
  color: var(--gold);
  letter-spacing: 6px;
}

.thin-line {
  background-color: #00000026;
  height: 1px;
  margin: 30px auto 10px;
}

.thin-line.left-align {
  margin-left: 0;
}

.page-hero-container {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 80px;
  padding-bottom: 0;
}

.team-image-wrapper {
  height: 300px;
  margin-top: 30px;
}

.team-image-wrapper._1 {
  background-image: url('../images/edward_image.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.team-image-wrapper._2 {
  background-image: url('../images/edmund_image.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-image-wrapper._3 {
  background-image: url('../images/bright_image.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-name-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.8em;
}

.team-position {
  margin-top: 0;
  margin-bottom: 0;
}

.text-link {
  color: #000c;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: .85em;
  font-weight: 500;
  text-decoration: underline;
}

.arrow-wrapper {
  display: inline-block;
  position: relative;
}

.arrow {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.arrow-block.center {
  text-align: center;
  margin-top: 0;
}

.center-child-flex-wrapper {
  text-align: center;
  width: auto;
}

.core-values-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.core-value-wrapper {
  text-align: center;
  padding: 0;
  position: relative;
}

.core-value-wrapper.slide-low {
  margin-top: 44px;
}

.core-values-text-block {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.35em;
  font-weight: 400;
  line-height: 25px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.category-text {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 1em;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.category-parent-wrapper {
  border-top: 1px solid #00000026;
  justify-content: space-around;
  max-width: 1500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
}

.category-parent-wrapper.hide {
  display: block;
}

.category-child-link-block {
  color: #000;
  text-align: center;
  background-color: #0000;
  width: 25%;
  padding: 40px 20px;
  text-decoration: none;
  transition: color .2s, background-color .3s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.category-child-link-block:hover {
  color: #00cd73;
  background-color: #0000;
}

.header-section {
  background-image: linear-gradient(#08215ee0, #08215ee0), url('../images/_MG_9356_new-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 40px;
}

.header-section.products {
  background-image: linear-gradient(#08215e85, #08215e85), url('../images/oil-and-gas.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.header-section.industries {
  background-image: linear-gradient(#08215e85, #08215e85), url('../images/5c96ad427e3bc950a77a4e5f_main-image.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.header-section._404 {
  background-image: linear-gradient(#08215e85, #08215e85), url('../images/chemicals.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 60vh;
}

.header-section.offices {
  background-image: linear-gradient(180deg, var(--midnight-blue), #1a1a1a78), url('../images/IMG_1525-Edit_1.avif');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
}

.form-text-field {
  background-color: #eee;
}

.contact-line {
  background-color: var(--orange-red-2);
  height: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.form-field-wrapper {
  float: left;
  width: 42%;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  display: inline-block;
}

.form-field-wrapper.long {
  float: left;
  width: 86.5%;
  margin-bottom: 15px;
}

.text-block {
  color: #2d3db1;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 700;
  display: inline-block;
}

.form-field-label {
  color: #000;
  text-transform: capitalize;
  font-size: .8em;
  font-weight: 400;
}

.request-form {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}

.contact-container {
  flex-direction: row;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.contact-form-block {
  width: 55%;
  padding-top: 40px;
  padding-right: 40px;
}

.form-submit-button {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-left: 10px;
  padding: 10px 20px;
  font-size: .85em;
  font-weight: 600;
  display: block;
}

.contact-hero {
  padding-top: 40px;
  overflow: hidden;
}

.form-text-area {
  background-color: #eee;
}

.contact-map-area {
  width: 45%;
  padding-top: 40px;
}

.map-block {
  height: auto;
}

.contact-child-flex {
  padding-top: 0;
}

.contact-info-wrapper-2 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-main-text {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
}

.contact-info-text {
  color: var(--midnight-blue);
  font-size: .85em;
  line-height: 1.4;
  text-decoration: none;
}

.product-parent-block {
  width: 30%;
  height: 300px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.products-image-wrapper {
  width: auto;
  height: 100%;
}

.products-image-wrapper.storage {
  background-image: linear-gradient(#00071899, #00071899), url('../images/chemical-distributor-1030x548.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.products-image-wrapper.chemical {
  background-image: linear-gradient(#030000ad, #030000ad), url('../images/chemicals-1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.products-image-wrapper.distribution {
  background-image: linear-gradient(#030f2b99, #030f2b99), url('../images/Metalworking-Chemical-Distributors.jpg');
  background-position: 0 0, 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.products-content-wrapper {
  z-index: 5;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.products-list-block {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-left: 40px;
  font-size: 1.2em;
  font-weight: 300;
}

.products-list-item {
  margin-bottom: 20px;
}

.section-parent-block {
  text-align: center;
  max-width: 1150px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-parent-block.products {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.products-title-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 40px;
}

.product-title-heading {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 300;
}

.divider {
  background-color: var(--orange-red-2);
  width: 90%;
  height: 1px;
}

.divider.dark {
  background-color: #0003;
  margin-bottom: 40px;
}

.industries-parent-block {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin: 40px auto 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.industries-parent-block.reverse {
  flex-direction: row-reverse;
}

.industry-content-block {
  width: 60%;
  padding-left: 60px;
  padding-right: 60px;
}

.section-text-block {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  font-size: 1.35em;
  font-weight: 300;
  line-height: 28px;
}

.industry-child-image-block {
  width: 40%;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.products-container {
  padding-top: 40px;
  padding-bottom: 0;
}

.oil-image-wrapper {
  background-image: url('../images/oil-min.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.mining-image-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/mining-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  position: relative;
}

.water-image-wrapper {
  background-image: linear-gradient(#08215e80, #08215e80), url('../images/banner-chemistry.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 800px;
  height: 100%;
  position: relative;
}

.block-wrapper {
  height: 100%;
}

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

.utility-div {
  margin-top: 20px;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 36px;
}

.utility-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.utilitycontainer-hero-utility {
  padding-top: 130px;
  overflow: hidden;
}

.utility-button-div {
  width: 28%;
  margin-top: 40px;
}

.hero-section-n {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  display: flex;
  position: relative;
}

.navbar-2 {
  z-index: 1000;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
}

.untitled-design-6 {
  object-fit: cover;
}

.nav-link-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--deep-sky-blue);
  text-align: center;
  text-transform: capitalize;
  border-bottom: 5px solid #0000;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 0;
  font-family: "Dm sans v11 latin 500", sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.4;
  transition: border-color .2s, border-width .2s, color .2s;
  display: flex;
}

.nav-link-2:hover {
  border-bottom-color: var(--orange-red-2);
  color: var(--orange-red-2);
}

.nav-link-2.w--current {
  color: var(--deep-sky-blue);
}

.nav-link-2.rnl {
  letter-spacing: 0;
  text-transform: capitalize;
  text-decoration: none;
}

.nav-link-2.small {
  color: var(--white);
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Dm sans v11 latin, sans-serif;
  font-size: .75em;
  text-decoration: none;
}

.nav-link-2.small:hover {
  border-bottom-style: solid;
  border-bottom-color: #fc622500;
  text-decoration: underline;
}

.hero-heading-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: -2px;
  text-shadow: 0 2px 8px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.2em;
  font-weight: 400;
  line-height: 1;
}

.section-gray {
  grid-column-gap: 94px;
  grid-row-gap: 94px;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-content-flex-text {
  grid-column-gap: 46px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start;
  display: grid;
}

.section-content-flex-text.service {
  grid-column-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.section-subtitle {
  letter-spacing: -.5px;
  margin-top: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

.section-paragraph-new {
  color: var(--black-2);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.6;
}

.section-paragraph-new.short {
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.section-paragraph-new.short.center {
  color: var(--black-3);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-paragraph-new.white {
  color: var(--white);
  width: 100%;
  position: relative;
}

.section-paragraph-new.white.short {
  width: 80%;
}

.section-paragraph-new.white.short.center {
  color: var(--white);
}

.section-paragraph-new.white.small {
  color: #fffc;
  font-family: Dm sans v11 latin, sans-serif;
  font-size: .9em;
  line-height: 1.3;
}

.section-paragraph-new.ind {
  margin-left: 60px;
}

.section-paragraph-new.about {
  width: 40%;
}

.section-content-main-flex {
  grid-column-gap: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  max-width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--light-gray);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 45%;
  height: 360px;
  padding: 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-categ-heading {
  font-size: 1.8em;
  line-height: 1.2;
  position: relative;
}

.service-categ-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-container {
  z-index: 1;
  text-align: left;
  width: 90%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}

.section-container.flex {
  z-index: 1;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.section-container.flex-focus {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.section-container.hori-padding {
  padding-left: 100px;
  padding-right: 100px;
}

.section-container.h-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  padding-bottom: 0;
  display: block;
}

.section-container.v-padding {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.section-container.grid {
  max-width: 1100px;
}

.section-container.h-flex-detailed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
  width: 90%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-container.long {
  max-width: 1020px;
  padding-bottom: 0;
}

.section-container.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 90%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.section-map-text-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 10px;
}

.section-large-text {
  color: var(--deep-sky-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7em;
  font-weight: 700;
  line-height: .9;
}

.section-large-text.gray {
  color: var(--white);
  margin-right: 20px;
}

.play-video {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 350px;
  max-width: 400px;
  height: 200px;
  display: none;
  position: absolute;
  inset: auto 5% 5% auto;
  box-shadow: 0 12px 16px 2px #0000004f;
}

.play-video.about {
  box-shadow: none;
  background-color: #0000;
  width: auto;
  height: auto;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.thumbnail-play-img {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}

.section-small-text {
  color: #fffc;
  letter-spacing: 1px;
  font-size: .85em;
  line-height: 1.4;
}

.section-sustainability {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 100px 60px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-sustainability.hori {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  align-items: stretch;
  height: 100vh;
  padding: 0;
}

.section-img-wrapper-sus {
  object-fit: cover;
  background-image: url('../images/100-min_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 55%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-img-wrapper-sus.hori {
  width: 50%;
  position: relative;
}

.section-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.section-title-wrapper.float {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 60px;
}

.section-title-wrapper.sus {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  width: 49%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.section-title-wrapper.blog {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  width: 49%;
  padding: 40px;
  display: flex;
}

.section-subtitle-2 {
  color: var(--deep-sky-blue);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Dm sans v11 latin 500", sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.4;
}

.section-subtitle-2.logo {
  letter-spacing: -.5px;
  text-transform: none;
  font-size: 1.4em;
}

.section-subtitle-2.blue {
  color: var(--deep-sky-blue);
  font-size: .8em;
}

.section-subtitle-2.white {
  color: var(--white);
  margin-bottom: 5px;
}

.section-subtitle-2.white.blog {
  text-transform: capitalize;
  font-size: 1em;
}

.section-subtitle-2.dark {
  color: var(--black-3);
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: .75em;
}

.section-subtitle-2.dark.blog {
  text-transform: capitalize;
  font-size: 1em;
}

.section-subtitle-2.location {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.25em;
}

.vectors-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
}

.section-content-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 140px;
  display: flex;
}

.section-content-wrapper-2.short {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  width: 70%;
}

.section-subheading {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Dm sans v11 latin, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  line-height: .9;
}

.section-subheading.dark {
  color: var(--black-2);
  margin-top: 0;
}

.section-subheading.dark.center {
  text-align: center;
  letter-spacing: -3px;
  font-weight: 400;
  line-height: 1;
}

.section-subheading.dark.office, .section-subheading.dark.benefits {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 3.5em;
}

.section-subheading.dark.small {
  margin-bottom: 0;
  font-size: 3.8em;
}

.section-paragraph-2 {
  color: #fff9;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Dm sans v11 latin, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}

.section-paragraph-2.focus {
  margin-top: 40px;
}

.section-paragraph-2.dark {
  color: #202124cc;
}

.stats-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Dm sans v11 latin 500", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.stats-heading.large {
  font-family: Dm sans v11 latin, sans-serif;
  font-size: 2.8em;
}

.stats-heading.large.left {
  text-align: left;
}

.stats-heading.large.blog {
  text-align: left;
  font-size: 2.8em;
  line-height: 1.2;
}

.stats-heading.large.blog:hover {
  text-underline-offset: 6px;
  text-decoration: underline;
}

.section-sus-content-wrapper {
  z-index: 2;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.line-div {
  background-color: var(--orange-red-2);
  width: 100%;
  height: .5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.line-div.short {
  width: 50%;
}

.line-div.black {
  background-color: #20212426;
}

.superscript {
  color: var(--orange-red-2);
  font-size: .3em;
  display: inline-block;
  position: absolute;
  inset: 5% -13% auto auto;
}

.superscript._1 {
  right: -40%;
}

.section-heading-3 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Dm sans v11 latin, sans-serif;
  font-size: 3.5em;
  line-height: 1;
}

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

.industry-img-child-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 220px;
  padding: 40px;
  display: flex;
}

.industry-img-child-wrapper.oil {
  background-image: url('../images/oil-min.jpg');
}

.industry-img-child-wrapper.mining {
  background-image: url('../images/mining-min_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.industry-img-child-wrapper.pharma {
  background-image: url('../images/pharmaceuticals-min_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.industry-img-child-wrapper.aviation {
  background-image: url('../images/aviation-min_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.industry-img-child-wrapper.power {
  background-image: url('../images/power-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.industry-img-child-wrapper.water {
  background-image: url('../images/water-min_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.industry-grid-heading {
  color: var(--black-2);
  margin-top: 0;
  font-family: "Dm sans v11 latin 500", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}

.industry-grid-heading.black {
  color: var(--black-2);
  font-size: 1.2em;
}

.industry-grid-text {
  color: var(--deep-sky-blue);
  font-family: Dm sans v11 latin, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.section-img-bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tab-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--white);
  background-color: var(--white);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.tab-link-text {
  color: var(--black);
  letter-spacing: -.5px;
  background-color: #0000;
  border-bottom: 1px solid #ffffff63;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Dm sans v11 latin, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1;
  transition: all .4s;
  display: flex;
}

.tab-link-text.w--current {
  color: var(--orange-red-2);
  background-color: #0000;
}

.section-container-2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.section-container-2.long {
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 1100px;
  display: block;
}

.section-container-2.mid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.section-container-2.careers {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.section-container-2.grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.service-parent-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.service-parent-grid._3-3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.service-child-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--gainsboro);
  color: var(--black);
  cursor: pointer;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.service-child-wrapper:hover {
  background-color: var(--light-blue);
  color: var(--black);
  padding-left: 30px;
}

.service-child-wrapper.main-page {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  transition: all .2s, color .2s, background-color .2s;
}

.service-grid-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Dm sans v11 latin 500", sans-serif;
  font-size: 1.35em;
  font-weight: 400;
  line-height: 1.2;
}

.service-grid-heading.long {
  width: 320px;
}

.service-child-wrapper-gray {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--gainsboro);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: background-color .4s ease-in, color .2s;
  display: flex;
}

.service-child-wrapper-gray:hover {
  background-color: var(--deep-sky-blue);
  color: var(--white);
}

.logo-display-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 5%;
  display: grid;
}

.logo-display-grid._5-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.logo-display-grid._3-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.blog-flex-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding: 24px 0;
  display: grid;
}

.blog-child-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  transition: background-color .2s, padding .2s;
  display: flex;
}

.blog-child-wrapper:hover {
  padding-left: 25px;
}

.blog-heading {
  color: var(--black);
  font-family: "Dm sans v11 latin 500", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}

.blog-info-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.industry-grid-subtext {
  color: #00000094;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Dm sans v11 latin, sans-serif;
  font-size: .7em;
  font-weight: 400;
}

.footer-section-n {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--midnight-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: relative;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footer-wrapper.large {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.footer-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.footer-text {
  color: #fffc;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Dm sans v11 latin, sans-serif;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.6;
}

.footer-text.small {
  letter-spacing: 1.5px;
  font-size: .6em;
  line-height: 1.2;
}

.footer-link-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer {
  object-fit: cover;
}

.tab-content {
  width: 60%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tab-pane {
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.tab-pane._1 {
  background-image: linear-gradient(#0009, #0009), url('../images/0F5A0445-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-pane._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/water-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-pane._3 {
  background-image: linear-gradient(#0009, #0009), url('../images/0F5A0259-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-pane._4 {
  background-image: linear-gradient(#0009, #0009), url('../images/0F5A9981-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.trust-logos {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
}

.trust-logos.eni {
  background-image: url('../images/marchio_Eni_colore.jpg');
  background-size: contain;
}

.trust-logos.modec {
  background-image: url('../images/cmn_logo01.png');
  background-size: contain;
}

.trust-logos.tullow {
  background-image: url('../images/Tullow_Oil.svg.png');
  background-size: contain;
}

.trust-logos.championx {
  background-image: url('../images/logo_new.png');
  background-size: contain;
}

.trust-logos.slb {
  background-image: url('../images/SLB_Logo_2022.svg.png');
  background-size: 100px;
}

.trust-logos.gadot {
  background-image: url('../images/gadot.png');
  background-size: 127px;
}

.trust-logos.brenttag {
  background-image: url('../images/brenntaglogo.png');
  background-size: 180px;
}

.trust-logos.univar {
  background-image: url('../images/Univar_Solutions_logo.svg');
  background-size: 200px;
}

.trust-logos.baker {
  background-image: url('../images/baker-logo.webp');
  background-position: 100%;
  background-size: 135px;
}

.large-text-wrapper {
  color: #1cabe3;
  margin-top: 0;
  margin-bottom: 0;
}

.large-text-wrapper.float {
  z-index: 6;
  color: var(--gainsboro);
  align-items: flex-end;
  display: flex;
}

.lightbox-link {
  background-color: #18181894;
  border-radius: 50px;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding: 8px 15px;
  text-decoration: none;
  transition: background-color .2s;
  position: relative;
}

.lightbox-link:hover {
  background-color: #181818;
}

.thumbnail-img {
  z-index: 0;
  opacity: .8;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.circle {
  background-color: var(--orange-red-2);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-text-color {
  z-index: 5;
  color: var(--deep-sky-blue);
  text-transform: uppercase;
  font-family: "Dm sans v11 latin 500", sans-serif;
  font-size: .7em;
  font-weight: 600;
  line-height: 1;
  transition: all .2s;
  position: relative;
}

.button-text-color-white {
  z-index: 5;
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.button-link-white {
  z-index: 5;
  color: var(--deep-sky-blue);
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-white {
  background-color: var(--orange-red-2);
  color: var(--white);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-menu-link-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu-link-wrapper.right {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 40%;
}

.nav-menu-link-wrapper.white {
  background-color: var(--white);
  width: 70%;
}

.nav-menu-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-flex {
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.about-flex.main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.about-child-content {
  margin-bottom: 40px;
}

.about-child-content.short {
  width: 90%;
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
}

.about-child-right-content {
  position: relative;
}

.team-child-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.team-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 994px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.team-child-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-content-wrapper {
  text-align: center;
  width: 100%;
}

.team-img-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100%;
  width: 180px;
  height: 180px;
}

.team-img-wrapper._1 {
  background-image: url('../images/0F5A9422_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 420px;
}

.team-img-wrapper._2 {
  background-image: url('../images/0F5A9975_1.avif');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: 500px;
}

.team-img-wrapper._3 {
  background-image: url('../images/0F5A9393_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 400px;
}

.team-img-wrapper._4 {
  background-image: url('../images/0F5A0566.avif');
  background-position: 40% 15%;
  background-repeat: no-repeat;
  background-size: 330px;
}

.team-img-wrapper._5 {
  background-image: url('../images/0F5A0537a.avif');
  background-position: 20% 10%;
  background-repeat: no-repeat;
  background-size: 224px;
}

.team-img-wrapper._6 {
  background-image: url('../images/16-1_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-wrapper._7, .team-img-wrapper._8 {
  background-image: url('../images/0F5A0624.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-img-wrapper-career {
  object-fit: cover;
  background-image: url('../images/0F5A0447-min_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.section-career {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding: 80px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper-career {
  border: 1px solid var(--gainsboro);
  background-color: var(--light-blue);
  object-fit: cover;
  width: 55%;
  height: 100%;
  padding: 60px 80px;
}

.career-child-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.section-timeline {
  display: none;
}

.timeline-main-wrapper {
  background-color: var(--black-2);
  height: 110vh;
  position: relative;
  overflow: hidden;
}

.timeline-nav-wrapper {
  z-index: 5;
  grid-row-gap: 40px;
  background-image: linear-gradient(270deg, #0000 53%, #000);
  border-left: 1px solid #00000045;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  padding-left: 10%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.timeline-nav-content {
  color: var(--white);
  cursor: pointer;
  padding-left: 40px;
  transition: opacity .2s;
}

.timeline-display-content {
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.timeline-display-content._2014 {
  background-image: linear-gradient(to right, #000 65%, #0000), url('../images/IMG_1933-min.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.timeline-display-content._2015 {
  background-image: linear-gradient(to right, #000 65%, #0000), url('../images/rig-deep-water_fpso_KN-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-display-content._2016 {
  background-image: linear-gradient(to right, #000 65%, #0000), url('../images/oil-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-display-content._2017 {
  background-image: linear-gradient(to right, #000 65%, #0000), url('../images/power-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-display-content._2018 {
  background-image: linear-gradient(to right, #000 65%, #0000), url('../images/chemical-distributor-1030x548.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-text {
  letter-spacing: -1.5px;
  font-size: 2.5em;
  line-height: 1.1;
}

.about-text.small {
  text-align: center;
  letter-spacing: -.5px;
  font-family: "Dm sans v11 latin 500", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.3;
}

.about-text.white {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3em;
}

.about-hero {
  flex-direction: column;
  justify-content: flex-end;
  height: 85vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-hero-content {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.about-bg {
  z-index: 0;
  opacity: .6;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #00000026;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.bg-overlay {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-left: 5%;
  padding-right: 0;
  display: flex;
}

.play-pause-button {
  display: none;
}

.about-child-video-wrapper {
  background-image: url('../images/0F5A0355-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  height: 380px;
  padding-left: 0;
  position: relative;
}

.about-value-heading {
  z-index: 1;
  color: var(--black-2);
  letter-spacing: -1px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  position: relative;
}

.about-slider {
  background-color: #ddd0;
  height: 540px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.mask {
  padding-left: 104px;
  padding-right: 104px;
}

.about-slide {
  width: 70%;
  margin-left: 15px;
  margin-right: 15px;
}

.about-slide._2 {
  background-image: url('../images/0F5A0176-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-slide._1 {
  background-image: url('../images/0F5A0259-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-slide._3 {
  background-image: url('../images/0F5A0355-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-slide._4 {
  background-image: url('../images/0F5A0674-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-slide._5 {
  background-image: url('../images/0F5A0398-min_1.avif');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-slide._6 {
  background-image: url('../images/IMG_1876-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-slide-nav {
  text-align: right;
  margin-bottom: 0;
  padding-right: 40px;
  font-size: .7em;
}

.about-slide-arrow {
  background-color: #20212480;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.5em;
}

.click-wrapper {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.click-line {
  background-color: var(--orange-red-2);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 3px;
  display: flex;
}

.click-line.vert {
  width: 3px;
  height: 20px;
}

.categ-img {
  background-image: linear-gradient(320deg, #fff0 40%, #00000075 63%, #000), url('../images/0F5A0301_1.avif');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 40px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.categ-img.dis {
  background-image: linear-gradient(320deg, #fff0 33%, #00000075 60%, #000), linear-gradient(#00000040, #00000040), url('../images/chem_distribution.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.display-content-wrapper {
  color: var(--white);
  width: 50%;
  margin-top: -48px;
}

.fs-3dglobe-container {
  z-index: 1;
  background-color: #f5f5f5;
  background-image: url('../images/show_africa_redone.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 650px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.fs-globe-pin {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px;
  display: flex;
}

.fs-globe-tooltip {
  text-align: center;
  background-color: #f9f9f9a1;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  padding: 22px 20px;
  display: flex;
  box-shadow: 0 4px 10px 1px #00000026;
}

.lat.hide, .lon.hide {
  display: none;
}

.location-heading {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.2;
}

.location-work {
  color: #202124ba;
}

.number-title {
  margin-right: 10px;
  font-size: .5em;
  display: inline;
}

.image-2 {
  width: 100%;
}

.hide {
  display: none;
}

.location-grid {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location-content-wrapper {
  z-index: 2;
  background-color: var(--midnight-blue);
  align-items: center;
  width: 45%;
  height: 100%;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.cicle-pattern {
  z-index: 0;
  border: 1px solid #ffffff24;
  border-radius: 450px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 560px;
  height: 560px;
  display: flex;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.small-circle {
  border: 1px solid #ffffff24;
  border-radius: 450px;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
  position: relative;
}

.asteriod {
  border: 1px solid #ffffff24;
  border-radius: 450px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto 8% 7% auto;
}

.asteriod.small {
  width: 60px;
  height: 60px;
  inset: auto auto 10% 10%;
}

.asteriod.rev {
  background-color: #f9f9f914;
  width: 60px;
  height: 60px;
  inset: -16% auto auto 23%;
}

.service-hero-wrapper {
  align-items: flex-end;
  height: 90vh;
  display: flex;
  position: relative;
}

.service-hero-wrapper.hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/0F5A0275-min_1.avif');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-hero-wrapper.careers {
  background-image: linear-gradient(90deg, #000000e0, #01041396 30%, #fff0 62%), url('../images/0F5A0336-min-min_1.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

.section-heading.black {
  color: var(--black);
  letter-spacing: -1px;
  font-family: Dm sans v11 latin, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2;
}

.service-link-block {
  color: var(--black-2);
  border-bottom: 1px solid #00000026;
  border-right: 1px solid #00000026;
  width: 100%;
  text-decoration: none;
}

.page-link {
  color: var(--orange-red-2);
  margin-bottom: 10px;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}

.hero-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #000000e6);
  position: absolute;
  inset: 0%;
}

.service-hero-content {
  z-index: 2;
  width: 80%;
  max-width: 940px;
  margin-bottom: 100px;
  margin-left: 10%;
  padding-bottom: 0;
  position: relative;
}

.service-rich-text {
  margin-top: 40px;
}

.service-rich-text h4 {
  font-family: "Dm sans v11 latin 500", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}

.service-rich-text p {
  color: #000000cf;
  margin-bottom: 40px;
  font-size: 1.1em;
}

.service-col-wrapper {
  margin-top: 40px;
}

.service-col-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-col-item {
  border-top-width: 1px;
  border-top-color: var(--gainsboro);
  border-right-width: 1px;
  border-right-color: var(--gainsboro);
  border-left-width: 1px;
  border-left-color: var(--gainsboro);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  transition: background-color .4s;
  position: relative;
}

.service-col-item:hover {
  background-color: var(--light-blue);
}

.service-col-link-block {
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: black black var(--deep-sky-blue);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-col-link-block.w--current {
  justify-content: flex-start;
  align-items: flex-start;
}

.service-col-img-wrapper {
  width: 100%;
  height: 240px;
  position: relative;
}

.service-col-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 20px;
  transition: padding .2s, background-color .2s;
  display: flex;
}

.service-col-content-wrapper:hover {
  padding-left: 30px;
}

.service-col-heading {
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: "Dm sans v11 latin 500", sans-serif;
  font-size: 1.6em;
  line-height: 1.2;
}

.service-col-heading.categ {
  color: var(--deep-sky-blue);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .7em;
}

.sus-hero-child-flex {
  flex-direction: column;
  justify-content: center;
  width: 55%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.sus-body-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.sus-body-grid.rev {
  flex-direction: row-reverse;
}

.sus-body-grid-img {
  width: 50%;
  height: 400px;
}

.sus-body-grid-img.img-1 {
  background-image: url('../images/factory-engineer-using-digital-tablet-in-the-facto-2022-02-02-03-49-07-utc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sus-body-grid-img.img-2 {
  background-image: url('../images/cloud-co2-symbol-on-blue-sky-background-planet-po-2022-12-16-12-15-27-utc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sus-body-grid-img.img-3 {
  background-image: url('../images/aerial-view-of-large-sustainable-electrical-power-2022-03-15-15-28-50-utc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sus-body-grid-img.news-img {
  height: auto;
}

.certi-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.certi-wrapper {
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: var(--gainsboro) var(--gainsboro) var(--deep-sky-blue);
  background-color: var(--white);
  box-shadow: none;
  padding: 20px;
  transition: opacity .2s, box-shadow .4s;
  position: relative;
  overflow: hidden;
}

.certi-wrapper:hover {
  box-shadow: 3px 7px 16px 5px #0003;
}

.certi-heading {
  color: var(--orange-red-2);
  text-align: center;
  font-size: .9em;
  font-weight: 400;
}

.section-child-flex {
  background-color: var(--light-gray);
  border-radius: 5px;
  width: 40%;
  margin-top: 20px;
  padding: 20px;
}

.section-child-flex.services {
  width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
}

.section-child-flex.services.white {
  background-color: var(--white);
  margin-top: 0;
  padding-bottom: 60px;
}

.section-child-right-flex {
  padding-left: 0;
  padding-right: 60px;
}

.footer-text-link {
  color: #fff9;
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Dm sans v11 latin, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  display: block;
}

.footer-text-link:hover {
  color: var(--orange-red-2);
}

.footer-flex-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-text-header {
  color: var(--white);
  margin-bottom: 30px;
  font-family: "Dm sans v11 latin 500", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 24px;
}

.footer-child-flex {
  margin-top: 20px;
}

.industry-slider {
  background-color: #0000;
  height: auto;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 60px;
}

.industry-arrow {
  background-color: var(--orange-red-2);
  color: var(--white);
  border-radius: 40px;
  width: 35px;
  height: 35px;
  font-size: 1.1em;
  transition: color .2s, background-color .2s;
  inset: -15% 6% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.industry-arrow:hover {
  background-color: var(--black);
  color: var(--white);
}

.industry-arrow.right {
  margin-left: 60px;
  right: 1%;
}

.industry-slide {
  width: 28%;
  height: auto;
  margin-right: 40px;
}

.industry-content-child-wrapper {
  border-bottom: 4px solid var(--deep-sky-blue);
  background-color: var(--white);
  padding: 20px 20px 10px;
  transition: padding .2s, background-color .2s;
}

.industry-content-child-wrapper:hover {
  background-color: var(--light-blue);
  padding-left: 30px;
}

.industry-slide-child-blk {
  box-shadow: none;
  transition: box-shadow .2s;
}

.industry-slide-child-blk:hover {
  box-shadow: 0 3px 10px 2px #0003;
}

.slide-mask {
  padding: 10px 36px 40px;
}

.slide-nav {
  font-size: .8em;
  inset: auto 0% 0% auto;
}

.connect-blk {
  grid-column-gap: 40px;
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 0 0 40px;
  display: flex;
  position: sticky;
  top: 100px;
}

.connect-button {
  background-color: var(--deep-sky-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  width: 100%;
  padding: 10px 20px;
  font-family: "Dm sans v11 latin 700", sans-serif;
  font-size: .7em;
  font-weight: 400;
}

.nav-grid-div {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  padding-left: 20px;
  display: grid;
}

.nav-left-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
}

.hero-heading {
  font-size: 1.4em;
}

.heading-small {
  color: var(--deep-sky-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 12px;
  line-height: 1.2;
}

.heading-small.orange {
  color: var(--orange-red-2);
}

.heading-small.white {
  color: var(--white);
  line-height: 1.4;
}

.small-title-w {
  border-bottom: 1px solid var(--orange-red-2);
  margin-bottom: 20px;
}

.small-title-w.close {
  display: inline-block;
}

.content-w {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-left-p {
  width: 60%;
}

.container-left-p.long {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-right-p {
  flex: 1;
  width: 100%;
}

.footer-note-w {
  border-top: 1px solid var(--gainsboro);
  padding-top: 10px;
}

.cta-content-w {
  color: var(--white);
  text-align: center;
  padding: 20px;
}

.cta-content-w.hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cta-img {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.cta-img.blog {
  background-color: var(--gainsboro);
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
}

.img-gradient-overlay {
  background-image: linear-gradient(#fff0, #1d191985 52%, #000000b3);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-flex-child-wrapper-copy {
  width: 90%;
}

.right-flex-child-wrapper-copy.center {
  text-align: center;
}

.author-w {
  background-color: var(--gainsboro);
  border-radius: 100%;
  width: 75px;
  height: 75px;
  overflow: hidden;
}

.author-position {
  color: #fff9;
  text-transform: uppercase;
  font-family: Dm sans v11 latin, sans-serif;
  font-size: .7em;
}

.author-details-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.show-link-arrow {
  display: none;
}

.marquee-wide-element {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  place-items: stretch center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 16px;
  display: flex;
  overflow: hidden;
}

.marquee-wide-element._5-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.service-img-w {
  width: 95%;
  height: 480px;
  position: relative;
  overflow: hidden;
}

.commodity-s-img {
  background-image: linear-gradient(#1b1b1b00, #000), url('../images/specialty-commodity.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.repackaging {
  z-index: 1;
  background-image: linear-gradient(#1b1b1b00, #000), url('../images/Repackaging_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.chemical-storage {
  background-image: linear-gradient(#1b1b1b00, #000), url('../images/chemical-tank-container-iso-tank-container_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.decanting {
  background-image: linear-gradient(#1b1b1b00, #000), url('../images/decanting.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.dilution {
  background-image: linear-gradient(#1b1b1b00, #000), url('../images/binary-pump-uses-high-pressure-mixing.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.specialty-products {
  background-image: linear-gradient(#1b1b1b00, #000), url('../images/specialty-products.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.clearing-products {
  background-image: linear-gradient(#1b1b1b00, #000), url('../images/clearing-chemicals.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.stock-management {
  background-image: linear-gradient(#1b1b1b00, #000), url('../images/stock-management.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.comm_specialty {
  background-image: linear-gradient(#1b1b1b00, #000), url('../images/specialty-commodity.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.service-def-img {
  background-image: linear-gradient(#1b1b1b00, #00000080), url('../images/0F5A0347-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.blog-post-w {
  border-bottom-width: 4px;
  border-bottom-color: var(--orange-red-2);
  height: 100%;
}

.blog-post-img-w {
  height: 160px;
}

.blog-col-w {
  margin-top: 40px;
}

.blog-col-list {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-col-item {
  border-bottom: 4px solid var(--deep-sky-blue);
  transition: background-color .2s;
}

.blog-col-item:hover {
  background-color: var(--light-blue);
}

.f-blog-col-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.blog-feature-top-w {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.blog-feature-top-w.rev {
  flex-direction: row-reverse;
}

.blog-post-link-block {
  text-decoration: none;
}

.blog-main-detailed-w {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.blog-main-img-w {
  height: 560px;
  margin-top: 60px;
}

.blog-left-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  padding: 0 20px 20px;
}

.blog-author-w {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0;
  display: flex;
}

.blog-post-rc p {
  color: var(--black);
  margin-bottom: 20px;
  line-height: 1.65;
}

.blog-post-rc li {
  margin-bottom: 10px;
}

.blog-post-rc a {
  color: var(--deep-sky-blue);
}

.blog-post-rc strong {
  font-size: .9em;
}

.breadcrumbs-wrapper {
  grid-column-gap: 8px;
  background-color: var(--light-blue);
  padding: 10px 5%;
  display: flex;
}

.bc-link {
  color: var(--black-3);
  font-size: .8em;
  text-decoration: none;
}

.bc-text {
  color: var(--black-3);
}

.bc-text.main {
  color: var(--black-2);
  letter-spacing: -.5px;
  font-family: "Dm sans v11 latin 500", sans-serif;
  font-size: .85em;
  text-decoration: underline;
}

.office-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--gainsboro);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.office-grid-content-w {
  background-color: var(--white);
  border-bottom: 4px solid #0000;
  margin-top: 40px;
  padding: 20px;
  transition: padding .2s, background-color .2s;
}

.office-grid-content-w:hover {
  border-bottom-width: 4px;
  border-bottom-color: var(--deep-sky-blue);
  background-color: var(--light-blue);
}

.location-icon {
  margin-right: 8px;
}

.location-details {
  color: var(--black-3);
  font-size: .85em;
}

.office-child-w {
  margin-top: 20px;
  margin-bottom: 40px;
}

.cta-img-holder {
  background-image: url('../images/henry-headshot-min_1.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 150px;
  height: 160px;
}

.career-img-w {
  background-image: url('../images/0F5A0342-min_1.avif');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}

.career-content-w {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.benefits-w {
  padding: 60px;
}

.benefits-grid-content-w {
  background-color: var(--white);
  border-bottom: 4px solid #0000;
  margin-top: 40px;
  padding: 20px;
  transition: padding .2s, background-color .2s;
}

.benefits-grid-content-w:hover {
  border-bottom-width: 4px;
  border-bottom-color: var(--deep-sky-blue);
  background-color: var(--light-blue);
}

.benefits-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--gainsboro);
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.benefits-grid.no-grid {
  margin-top: 20px;
  padding-bottom: 0;
  display: block;
}

.benefits-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4;
}

.careers-main-w {
  background-color: var(--light-blue);
  padding: 0 40px 40px;
}

.careers-main-w.list {
  background-color: #dff6ff00;
  margin-top: -40px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-logo-w {
  background-image: url('../images/Untitled-design-6.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 40px;
}

.iso-img-w {
  height: 75px;
}

.iso-img-w._9001 {
  background-image: url('../images/ISO_9001-2015_w.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
  margin-bottom: 20px;
}

.iso-img-w._45001 {
  background-image: url('../images/45001-2018-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.iso-img-w._14001 {
  background-image: url('../images/iso-14001-2015.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.up-track {
  z-index: 1000;
  background-color: var(--deep-sky-blue);
  cursor: pointer;
  background-image: url('../images/up-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 2.5% 5% auto;
  box-shadow: 0 2px 10px #000000a3;
}

.wwt-img-w {
  background-image: linear-gradient(#00000080, #00000080), url('../images/industry-child-wrapper.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  position: relative;
}

.power-img-w {
  background-image: linear-gradient(#08215e80, #08215e80), url('../images/power-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 960px;
  height: 100%;
  position: relative;
}

.aviation-img-w {
  background-image: linear-gradient(#00000080, #00000080), url('../images/aviation-min_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  position: relative;
}

.pharma-img-w {
  background-image: linear-gradient(#1f1f1f00, #000000a6), url('../images/pharmaceuticals-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 800px;
  height: 100%;
  position: relative;
}

.play-w {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-hflex-w {
  flex-flow: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.benefits-parent-w {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefits-img-w {
  background-image: url('../images/0F5A0176-min_1.avif');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-img-w {
  background-image: linear-gradient(#00000080, #00000080), url('../images/0F5A0351-min_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.value-grid-parent {
  width: 90%;
  max-width: 992px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.value-grid-parent.rev {
  flex-flow: row-reverse;
}

.value-child-flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 60px 60px 60px 40px;
  display: flex;
}

.value-child-flex.tab-pane {
  height: 420px;
}

.value-child-flex.tab-pane._4 {
  background-image: url('../images/0F5A9981-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.value-child-flex.tab-pane._3 {
  background-image: url('../images/0F5A0481-min_1.avif');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.value-child-flex.tab-pane._1 {
  background-image: url('../images/0F5A0445-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button {
  background-color: var(--orange-red-2);
  letter-spacing: .5px;
  border-radius: 100px;
  padding: 15px 20px;
  font-family: "Dm sans v11 latin 700", sans-serif;
  font-size: .8em;
  line-height: 1.2;
}

.button:hover {
  border: 1px solid var(--orange-red-2);
  background-color: #fc6225b3;
}

.button.black {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #fff;
}

.button.black:hover {
  background-color: #ffffffd6;
}

.job-col-w {
  width: 100%;
}

.job-col-list {
  flex-flow: column;
}

.job-col-item {
  border: 1px solid var(--gainsboro);
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.job-location-w {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.location-text {
  color: var(--black-3);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
}

.job-title-text {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Dm sans v11 latin 500", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.job-department {
  color: var(--deep-sky-blue);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 2.2em;
  line-height: 1.2;
}

.job-list-link-block {
  color: var(--black-2);
  width: 70%;
  padding: 15px 60px 15px 15px;
  text-decoration: none;
  display: block;
}

.job-list-link-block.list {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.job-list-link-block.list:hover {
  background-color: var(--light-blue);
}

.apply-wrapper {
  background-color: var(--midnight-blue);
  border-radius: 8px;
  width: 30%;
  padding: 20px;
  position: sticky;
  top: 40px;
}

.job-section-w {
  margin-top: 40px;
  margin-bottom: 40px;
}

.job-desc-heading {
  text-transform: capitalize;
  font-family: "Dm sans v11 latin 700", sans-serif;
  font-size: 1.2rem;
}

.job-desc-heading.white {
  color: var(--deep-sky-blue);
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: underline;
}

.job-rc-block ul {
  font-size: 1rem;
}

.job-rc-block li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.line {
  background-color: var(--gainsboro);
  height: 1px;
  margin-top: 20px;
}

.post-gallery-col-w {
  width: 100%;
  margin-top: 40px;
}

.post-gallery-col-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-gallery-col-list.hide {
  display: none;
}

.empty-state {
  background-color: #0000;
}

.openings-text {
  text-underline-offset: 2px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange-red-2);
  text-decoration-color: var(--orange-red-2);
  font-size: 1.1em;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
}

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

.service-image.main {
  position: absolute;
  inset: 0%;
}

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

@media screen and (min-width: 1280px) {
  .section.db {
    background-image: linear-gradient(90deg, #082161 30%, #0b173575 52%, #fff0 69%), url('../images/0F5A0347-min_1.avif');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 900px;
    height: 80vh;
  }

  .contact-main-text {
    font-size: 1.2em;
    line-height: 1.4;
  }

  .contact-info-text {
    font-size: .9em;
    line-height: 1.4;
  }

  .industries-parent-block {
    max-width: 1100px;
  }

  .hero-section-n {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading-2 {
    line-height: 1;
  }

  .section-subtitle {
    margin-top: 20px;
  }

  .section-paragraph-new {
    font-size: 1.1em;
  }

  .service-wrapper {
    height: 360px;
  }

  .section-container, .section-container.long {
    max-width: 1100px;
  }

  .section-subtitle-2 {
    font-size: 1em;
  }

  .section-subtitle-2.blue {
    font-size: .85em;
  }

  .industry-img-child-wrapper {
    height: 280px;
  }

  .industry-grid-heading {
    font-size: 1.25em;
  }

  .section-container-2.grid {
    max-width: 1160px;
  }

  .service-parent-grid {
    max-width: 1280px;
  }

  .service-grid-heading {
    margin-bottom: 0;
  }

  .service-child-wrapper-gray {
    width: 320px;
  }

  .blog-flex-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .blog-heading {
    font-size: 1.2em;
    line-height: 1.3;
  }

  .footer-text {
    font-size: .9em;
    line-height: 1.7;
  }

  .about-flex {
    grid-column-gap: 60px;
  }

  .team-grid {
    max-width: 1160px;
  }

  .about-text.small {
    font-size: 1.3em;
  }

  .about-text.white {
    font-size: 3em;
  }

  .bg-overlay {
    width: 50%;
    margin-left: 10%;
  }

  .about-slider {
    height: 640px;
  }

  .about-slide {
    width: 80%;
  }

  .service-hero-wrapper.hero {
    padding-bottom: 60px;
  }

  .section-heading.black {
    font-size: 3em;
  }

  .sus-hero-child-flex {
    padding-left: 100px;
    padding-right: 100px;
  }

  .certi-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .certi-wrapper {
    padding: 20px 40px;
  }

  .footer-text-link, .footer-text-header {
    font-size: .9em;
    line-height: 1.7;
  }

  .industry-slider {
    margin-top: 80px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-small {
    font-size: .85em;
  }

  .blog-post-img-w {
    height: 180px;
  }

  .blog-main-img-w {
    background-position: 50%;
    height: 600px;
  }

  .blog-post-rc p {
    font-size: 1em;
  }

  .blog-post-rc a {
    color: var(--deep-sky-blue);
  }

  .blog-post-rc strong {
    font-size: 1em;
  }

  .bc-link, .bc-text.main {
    font-size: .9em;
  }

  .footer-logo-w {
    background-position: 50%;
    height: 60px;
    margin-bottom: 20px;
  }

  .section-hflex-w {
    width: 70%;
  }

  .value-grid-parent {
    max-width: 1160px;
  }

  .button {
    font-size: 1em;
  }

  .location-text {
    font-size: 1rem;
  }

  .apply-wrapper {
    padding: 40px;
  }

  .openings-text {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1440px) {
  .button-block {
    font-size: .9em;
  }

  .section.gray.blog {
    padding-top: 0;
  }

  .section.logos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section.db {
    background-size: auto, 1080px;
  }

  .contact-main-text {
    font-size: 1.25em;
  }

  .contact-info-text {
    font-size: 1em;
  }

  .industries-parent-block {
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
  }

  .industry-content-block {
    width: 50%;
  }

  .industry-child-image-block {
    width: 45%;
  }

  .hero-section-n {
    align-items: center;
  }

  .nav-link-2 {
    font-size: 1.1em;
  }

  .hero-heading-2 {
    font-family: "Dm sans v11 latin 500", sans-serif;
    font-size: 5.5em;
  }

  .section-content-flex-text {
    margin-bottom: 80px;
  }

  .section-subtitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.2em;
  }

  .section-paragraph-new {
    font-size: 1.1em;
  }

  .section-paragraph-new.white.short {
    font-size: 1.25em;
  }

  .section-paragraph-new.white.small.short {
    font-size: 1.1em;
  }

  .section-paragraph-new.ind {
    width: 60%;
  }

  .section-content-main-flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: 1280px;
  }

  .service-wrapper {
    height: 450px;
  }

  .service-categ-heading {
    font-size: 2.4em;
  }

  .section-container {
    max-width: 1200px;
    padding-top: 60px;
  }

  .section-container.grid {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-container.long {
    max-width: 1200px;
  }

  .section-large-text {
    font-size: 8em;
  }

  .play-video {
    bottom: 10%;
    right: 10%;
  }

  .section-small-text, .section-subtitle-2 {
    font-size: 1.2em;
  }

  .section-subtitle-2.blue {
    font-size: 1em;
  }

  .section-subtitle-2.white.blog {
    font-size: 1.25em;
  }

  .section-subtitle-2.location {
    font-size: 1.5em;
  }

  .section-subheading {
    font-size: 4.5em;
  }

  .section-subheading.dark.office {
    margin-top: 60px;
  }

  .section-paragraph-2 {
    font-size: 1.1em;
  }

  .stats-heading {
    font-size: 3.2em;
  }

  .stats-heading.large {
    font-size: 3.6em;
  }

  .stats-heading.large.blog {
    line-height: 1.2;
  }

  .section-sus-content-wrapper {
    max-width: 1160px;
  }

  .superscript {
    font-size: .4em;
    right: -19%;
  }

  .superscript._1 {
    right: -55%;
  }

  .industry-img-child-wrapper {
    height: 320px;
  }

  .industry-grid-heading {
    font-size: 1.5em;
  }

  .industry-grid-text {
    font-size: .95em;
  }

  .tab-menu {
    max-width: 1040px;
  }

  .tab-link-text {
    font-size: 3em;
  }

  .section-container-2 {
    max-width: 1160px;
  }

  .section-container-2.grid {
    max-width: 1280px;
  }

  .service-parent-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1440px;
  }

  .service-grid-heading {
    font-size: 1.5em;
  }

  .service-child-wrapper-gray {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: 360px;
    height: 360px;
    display: flex;
  }

  .logo-display-grid {
    max-width: 1280px;
  }

  .blog-heading {
    font-size: 1.35em;
  }

  .industry-grid-subtext {
    font-size: 1em;
  }

  .footer-text {
    font-size: 1.05em;
  }

  .footer-text.small {
    font-size: .75em;
  }

  .button-text-color, .button-text-color-white {
    font-size: .85em;
  }

  .team-grid {
    max-width: 1280px;
  }

  .team-img-wrapper {
    width: 240px;
    height: 240px;
  }

  .section-career {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }

  .about-text.small {
    font-size: 1.8em;
  }

  .bg-overlay {
    margin-left: 10%;
  }

  .about-slider {
    height: 700px;
  }

  .about-slide {
    width: 70%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .fs-3dglobe-container {
    background-position: 100%;
    background-size: 750px;
  }

  .service-hero-wrapper.hero {
    height: 80vh;
    padding-bottom: 60px;
  }

  .section-heading.black {
    font-size: 2.8em;
  }

  .page-link {
    font-size: 1.1em;
  }

  .service-col-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-col-img-wrapper {
    height: 200px;
  }

  .service-col-heading {
    font-size: 1.6em;
  }

  .service-col-heading.categ {
    font-size: .85em;
  }

  .sus-body-grid-img {
    height: 480px;
  }

  .certi-wrapper {
    padding: 40px;
  }

  .certi-heading {
    font-size: 1.1em;
  }

  .section-child-flex {
    max-width: 1200px;
  }

  .section-child-flex.services {
    max-width: 1280px;
  }

  .footer-text-link, .footer-text-header {
    font-size: 1.05em;
  }

  .industry-slider {
    margin-top: 100px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .industry-arrow {
    width: 45px;
    height: 45px;
    font-size: 1.2em;
  }

  .industry-content-child-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-small {
    font-size: .85em;
    font-weight: 400;
  }

  .heading-small.orange {
    font-size: 1em;
  }

  .author-w {
    width: 90px;
    height: 90px;
  }

  .author-position {
    letter-spacing: 1px;
    font-size: .85em;
  }

  .service-img-w {
    height: 540px;
  }

  .blog-post-img-w {
    height: 220px;
  }

  .blog-main-container {
    max-width: 1160px;
  }

  .blog-main-detailed-w {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-rc {
    font-size: 1em;
    line-height: 1.4;
  }

  .blog-post-rc p {
    font-size: 1.1em;
  }

  .blog-post-rc ol, .blog-post-rc ul {
    font-size: 1.15em;
  }

  .blog-post-rc strong {
    font-size: 1em;
  }

  .breadcrumbs-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bc-link, .bc-text.main {
    font-size: 1em;
  }

  .location-details {
    font-size: 1em;
    line-height: 1.6;
  }

  .career-img-w {
    height: 450px;
  }

  .benefits-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .benefits-flex {
    font-size: 1.2em;
  }

  .footer-logo-w {
    background-size: 340px;
    height: 80px;
  }

  .button {
    margin-top: 20px;
  }

  .location-text {
    font-size: 1rem;
  }

  .job-department {
    font-size: 2.4em;
  }

  .apply-wrapper {
    padding: 40px;
  }

  .job-desc-heading {
    font-size: 1.4rem;
  }

  .job-rc-block ul {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1920px) {
  .button-block {
    font-size: 1.1em;
  }

  .section.gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.db {
    background-size: auto, 1400px;
    padding-bottom: 100px;
  }

  .header-section.industries {
    padding: 140px 0;
  }

  .form-text-field {
    height: 60px;
    font-size: 1.25em;
  }

  .form-field-label {
    text-transform: uppercase;
    font-size: 1em;
  }

  .contact-container {
    max-width: 1280px;
  }

  .contact-hero {
    max-width: 1440px;
  }

  .form-text-area {
    font-size: 1.25em;
  }

  .contact-main-text {
    font-size: 1.5em;
  }

  .contact-info-text {
    font-size: 1.25em;
  }

  .industries-parent-block {
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
  }

  .industry-content-block {
    width: 50%;
  }

  .industry-child-image-block {
    width: 40%;
    height: 480px;
  }

  .nav-link-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.4em;
  }

  .nav-link-2.rnl {
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero-heading-2 {
    font-size: 6.4em;
  }

  .section-subtitle {
    font-size: 2.8em;
    line-height: 1.1;
  }

  .section-paragraph-new {
    text-align: left;
    font-size: 1.5em;
  }

  .section-paragraph-new.white.short {
    font-size: 1.5em;
    line-height: 1.5;
  }

  .section-paragraph-new.white.small.short {
    font-size: 1.5em;
  }

  .section-paragraph-new.white.large {
    font-size: 1.7em;
  }

  .section-content-main-flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: 1680px;
  }

  .service-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    height: 520px;
    padding: 60px;
  }

  .service-categ-heading {
    font-size: 2.8em;
    line-height: 1.1;
  }

  .section-container {
    max-width: 1440px;
  }

  .section-container.flex {
    max-width: 1440px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-container.flex-focus {
    max-width: 1680px;
  }

  .section-container.grid {
    max-width: 1440px;
    padding-top: 100px;
  }

  .section-container.long {
    max-width: 1440px;
  }

  .section-map-text-wrapper {
    top: 89px;
  }

  .section-large-text {
    font-size: 11.5em;
    line-height: 1;
  }

  .play-video {
    width: 390px;
    height: 240px;
    bottom: 5%;
    right: 15%;
  }

  .thumbnail-play-img {
    width: 64px;
    height: 64px;
  }

  .section-small-text {
    font-size: 1.5em;
    line-height: 1.4;
  }

  .section-title-wrapper.blog {
    padding: 80px;
  }

  .section-subtitle-2 {
    font-size: 1.4em;
  }

  .section-subtitle-2.blue {
    font-size: 1.2em;
  }

  .section-subtitle-2.white.blog {
    font-size: 1.6em;
  }

  .section-subtitle-2.dark {
    font-size: 1em;
  }

  .section-subtitle-2.location {
    font-size: 1.8em;
  }

  .section-content-wrapper-2.short {
    width: 80%;
  }

  .section-subheading {
    font-size: 6em;
    line-height: 1.1;
  }

  .section-subheading.dark.office {
    margin-top: 60px;
    font-size: 4em;
  }

  .section-subheading.dark.small {
    font-size: 5.2em;
  }

  .section-paragraph-2 {
    font-size: 1.4em;
  }

  .stats-heading {
    font-size: 4.5em;
  }

  .stats-heading.large {
    font-size: 4em;
  }

  .stats-heading.large.blog {
    font-size: 3.6em;
    line-height: 1.2;
  }

  .section-sus-content-wrapper {
    max-width: 1440px;
  }

  .section-heading-3 {
    font-size: 6.5em;
  }

  .industry-img-child-wrapper {
    height: 440px;
  }

  .industry-grid-heading {
    font-size: 2.2em;
    line-height: 1.3;
  }

  .industry-grid-heading.black {
    font-size: 2em;
  }

  .industry-grid-text {
    font-size: 1em;
  }

  .section-img-bg {
    height: 800px;
  }

  .tab-menu {
    max-width: 1280px;
  }

  .tab-link-text {
    font-size: 3.5em;
    line-height: 1.2;
  }

  .section-container-2, .section-container-2.long, .section-container-2.grid {
    max-width: 1440px;
  }

  .service-child-wrapper {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    justify-items: start;
    width: 100%;
  }

  .service-grid-heading {
    color: var(--black-2);
    font-size: 1.8em;
  }

  .service-child-wrapper-gray {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start start;
    width: 100%;
    display: flex;
  }

  .logo-display-grid {
    max-width: 100%;
  }

  .blog-flex-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .blog-heading {
    font-size: 1.85em;
    line-height: 1.4;
  }

  .industry-grid-subtext {
    font-size: 1.2em;
  }

  .footer-text {
    font-size: 1.35em;
    line-height: 1.4;
  }

  .footer-text.small {
    font-size: 1em;
    line-height: 1.2;
  }

  .trust-logos {
    height: 75px;
  }

  .trust-logos.baker {
    background-position: 40%;
    background-size: contain;
  }

  .large-text-wrapper.float {
    top: -43%;
    right: -9%;
  }

  .circle {
    top: 50%;
    transform: translate(0, -50%);
  }

  .button-link {
    height: 60px;
    font-size: 1.2em;
  }

  .button-text-color {
    letter-spacing: 1px;
    font-size: .8em;
  }

  .button-text-color-white {
    font-size: 1em;
  }

  .button-link-white {
    height: 60px;
    font-size: 1.2em;
  }

  .circle-white {
    inset: 50% auto 0% 0%;
    transform: translate(0, -50%);
  }

  .team-child-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .team-grid {
    max-width: 1440px;
  }

  .team-img-wrapper {
    width: 320px;
    height: 320px;
  }

  .team-img-wrapper._1 {
    background-position: 50%;
    background-size: cover;
  }

  .team-img-wrapper._3, .team-img-wrapper._5 {
    background-size: cover;
  }

  .content-wrapper-career {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .timeline-nav-content {
    margin-bottom: 20px;
  }

  .about-text {
    font-size: 3.5em;
  }

  .about-text.small {
    font-size: 2em;
  }

  .about-text.white {
    font-size: 4.25em;
  }

  .about-hero-content {
    width: 1440px;
  }

  .bg-overlay {
    margin-left: 10%;
  }

  .about-value-heading {
    font-size: 2.8em;
    line-height: 1.4;
  }

  .about-slider {
    height: 850px;
  }

  .display-content-wrapper {
    margin-top: -100px;
  }

  .fs-3dglobe-container {
    background-size: 940px;
  }

  .location-content-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .service-hero-wrapper {
    height: 600px;
  }

  .section-heading.black {
    font-size: 3.2em;
  }

  .page-link {
    font-size: 1.25em;
  }

  .service-hero-content {
    max-width: 1080px;
  }

  .service-rich-text h4 {
    font-size: 2.4em;
  }

  .service-rich-text p {
    font-size: 1.5em;
    line-height: 1.4;
  }

  .service-col-img-wrapper {
    height: 280px;
  }

  .service-col-content-wrapper {
    padding: 40px;
  }

  .service-col-heading {
    font-size: 2.2em;
  }

  .sus-body-grid-img {
    height: 600px;
  }

  .certi-heading {
    font-size: 1.4em;
  }

  .section-child-flex.services {
    max-width: 1440px;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-child-flex.services.white {
    max-width: 1440px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .footer-text-link {
    font-size: 1.35em;
    line-height: 1.4;
  }

  .footer-text-header {
    font-size: 1.25em;
    line-height: 1.4;
  }

  .industry-slider {
    margin-top: 140px;
    margin-left: 140px;
    margin-right: 140px;
  }

  .industry-arrow {
    width: 60px;
    height: 60px;
    font-size: 1.4em;
  }

  .industry-arrow.right {
    margin-left: 70px;
  }

  .industry-slide {
    margin-right: 80px;
  }

  .heading-small, .heading-small.orange {
    font-size: 1.2em;
  }

  .heading-small.white {
    font-size: 1.35em;
  }

  .service-img-w {
    height: 680px;
    margin-top: 60px;
  }

  .blog-post-img-w {
    height: 240px;
  }

  .blog-col-list {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .blog-main-container {
    max-width: 1360px;
  }

  .blog-main-detailed-w {
    grid-column-gap: 20px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-main-img-w {
    max-width: 1440px;
    height: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-post-rc {
    margin-bottom: 40px;
  }

  .blog-post-rc p {
    margin-bottom: 40px;
    font-size: 1.5em;
    line-height: 1.6;
  }

  .blog-post-rc h4 {
    font-size: 2em;
  }

  .blog-post-rc blockquote {
    font-size: 1.25em;
    line-height: 1.2;
  }

  .blog-post-rc ol, .blog-post-rc ul {
    font-size: 1.35em;
    line-height: 1.4;
  }

  .breadcrumbs-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2em;
  }

  .bc-link, .bc-text.main {
    font-size: 1.2em;
  }

  .location-details {
    font-size: 1.4em;
  }

  .career-img-w {
    height: 540px;
  }

  .benefits-grid {
    grid-row-gap: 40px;
  }

  .benefits-flex {
    font-size: 1.5em;
  }

  .footer-logo-w {
    background-position: 50%;
    height: 100px;
  }

  .up-track {
    background-size: 50px;
    width: 80px;
    height: 80px;
  }

  .play-w {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .button {
    font-size: 1.2em;
  }

  .location-text {
    font-size: 1.25em;
  }

  .job-title-text {
    font-size: 1.6em;
  }

  .job-department {
    font-size: 3em;
  }

  .job-list-link-block {
    padding-right: 100px;
  }

  .job-list-link-block.list {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .apply-wrapper {
    border-radius: 16px;
    padding: 60px;
  }

  .job-desc-heading, .job-desc-heading.white {
    font-size: 1.8rem;
  }

  .job-rc-block ul {
    font-size: 1.5rem;
  }

  .openings-text {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: 300;
    line-height: 30px;
  }

  .nav-menu {
    background-color: #000000e6;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .horizontal-plus {
    width: 20px;
  }

  .button-block-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vertical-plus {
    height: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading {
    font-size: 3em;
    line-height: 50px;
  }

  .section-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
  }

  .section-grid-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-content-wrapper {
    width: 80%;
    padding-bottom: 40px;
  }

  .section-div-container.industry {
    margin-top: -140px;
  }

  .industry-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.gray.blog {
    padding-top: 0;
  }

  .section.logos {
    padding-top: 20px;
  }

  .section.db {
    background-image: linear-gradient(#00000096, #00000096), url('../images/0F5A0347-min_1.avif');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .customer-grid-block {
    grid-template-rows: 1fr .5fr auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
  }

  .logo-block {
    width: 200px;
  }

  .logo-block._6 {
    background-size: contain;
  }

  .customer-content-wrapper {
    padding-left: 20px;
  }

  .section-container {
    padding: 50px 40px;
  }

  .section-grid-block {
    grid-column-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-child-grid-wrapper {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-arrow {
    margin-top: 335.5px;
  }

  .category-parent-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .category-child-link-block {
    width: 30%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-field-wrapper, .form-field-wrapper.long {
    width: 100%;
  }

  .section-parent-block {
    padding: 50px 40px;
  }

  .section-parent-block.products {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .industries-parent-block {
    padding-left: 0;
    padding-right: 0;
  }

  .industry-content-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .industry-child-image-block {
    height: 300px;
  }

  .menu-button {
    margin: 20px;
  }

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

  .utility-button-div {
    width: 30.5%;
  }

  .hero-section-n {
    padding-left: 60px;
  }

  .nav-link-2 {
    margin: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Dm sans v11 latin, sans-serif;
    font-size: 1.5em;
  }

  .hero-heading-2 {
    letter-spacing: -1px;
    font-size: 3.5em;
    line-height: 1.2;
  }

  .section-content-flex-text {
    grid-column-gap: 0px;
  }

  .section-content-flex-text.service {
    grid-column-gap: 16px;
  }

  .section-subtitle {
    margin-bottom: 0;
    font-size: 1.6em;
  }

  .section-paragraph-new, .section-paragraph-new.about {
    width: 100%;
  }

  .section-content-main-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-wrapper {
    width: 50%;
    height: 370px;
  }

  .section-container {
    width: 95%;
    max-width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-container.flex {
    max-width: 100%;
  }

  .section-container.flex-focus {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-container.hori-padding {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-container.h-flex {
    text-align: center;
  }

  .section-container.grid {
    max-width: 700px;
  }

  .section-container.h-flex-detailed, .section-container.grid {
    flex-flow: column;
  }

  .section-map-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-large-text {
    font-size: 4.5em;
    font-weight: 400;
    line-height: .8;
  }

  .play-video {
    inset: auto auto 5% 5%;
  }

  .section-small-text {
    width: 90%;
  }

  .section-sustainability {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-content-wrapper-2.short {
    width: 80%;
    padding-right: 0;
  }

  .section-subheading {
    font-size: 3.2em;
  }

  .section-subheading.dark.office {
    margin-top: 40px;
    font-size: 2.4em;
  }

  .section-subheading.dark.benefits, .section-subheading.dark.small {
    font-size: 2.8em;
  }

  .stats-heading.large.blog {
    font-size: 2.4em;
    line-height: 1.2;
  }

  .section-sus-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .line-div.short {
    width: 80%;
  }

  .tab-link-text {
    font-size: 2.8em;
  }

  .section-container-2 {
    max-width: 90%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-container-2.long {
    width: 90%;
  }

  .service-child-wrapper {
    height: 60px;
  }

  .service-grid-heading {
    font-size: 1.2em;
  }

  .service-child-wrapper-gray {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .blog-flex-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-child-wrapper {
    padding: 20px;
  }

  .blog-heading {
    font-size: 1.1em;
    line-height: 1.2;
  }

  .blog-info-wrapper {
    align-items: center;
  }

  .footer-section-n {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-text {
    font-size: .8em;
  }

  .tab-pane._4 {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .trust-logos.baker {
    background-size: 100px;
  }

  .nav-menu-link-wrapper.right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 40px;
  }

  .nav-menu-link-wrapper.white {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 40px;
  }

  .nav-menu-2 {
    background-color: var(--white);
    height: 100vh;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .about-flex {
    padding-left: 0;
  }

  .about-flex.main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-child-grid {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-grid {
    max-width: 90%;
    padding-bottom: 0;
  }

  .team-img-wrapper {
    width: 180px;
    height: 180px;
  }

  .section-career {
    padding: 60px 20px;
  }

  .content-wrapper-career {
    padding: 40px;
  }

  .timeline-main-wrapper {
    height: 100vh;
  }

  .timeline-nav-wrapper {
    width: 35%;
    padding-left: 2.5%;
  }

  .timeline-nav-content {
    padding-left: 60px;
  }

  .timeline-display-content._2014, .timeline-display-content._2015, .timeline-display-content._2016, .timeline-display-content._2017, .timeline-display-content._2018 {
    justify-content: center;
    align-items: flex-end;
    padding-right: 60px;
  }

  .about-text {
    font-size: 2em;
  }

  .about-text.small {
    font-size: 1.15em;
  }

  .about-text.white {
    font-size: 2.75em;
  }

  .about-hero-content {
    padding-top: 20px;
  }

  .bg-overlay {
    width: 90%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-child-video-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .about-value-heading {
    font-size: 1.6em;
  }

  .about-slider {
    height: 520px;
  }

  .mask {
    padding-left: 60px;
    padding-right: 60px;
  }

  .about-slide._1 {
    width: 90%;
  }

  .about-slide-arrow {
    width: 40px;
    height: 40px;
  }

  .display-content-wrapper {
    width: 60%;
    margin-top: 60px;
  }

  .fs-3dglobe-container {
    background-color: var(--light-blue);
    background-position: 140%;
    background-size: 510px;
    width: 100%;
  }

  .location-content-wrapper {
    background-color: #08215e;
    padding-left: 40px;
    padding-right: 0;
  }

  .service-hero-wrapper {
    justify-content: center;
    align-items: flex-end;
    height: auto;
  }

  .service-hero-content {
    margin-top: 140px;
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .service-col-list {
    grid-column-gap: 24px;
  }

  .service-col-item {
    margin-bottom: 20px;
  }

  .service-col-heading {
    font-size: 1.4em;
  }

  .section-child-flex.services {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-child-right-flex {
    width: 60%;
    padding-right: 0;
  }

  .footer-text-link {
    font-size: .8em;
  }

  .footer-flex-wrapper {
    width: 100%;
  }

  .footer-text-header {
    font-size: .8em;
  }

  .industry-slider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slide-mask {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .connect-blk {
    width: 40%;
    margin-left: 40px;
  }

  .nav-grid-div {
    grid-template-columns: 1fr 1fr;
  }

  .content-w {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-img {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-col-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .blog-main-detailed-w {
    grid-column-gap: 17px;
  }

  .office-grid {
    grid-template-columns: 1fr 1fr;
  }

  .office-child-w {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu-line {
    background-color: var(--midnight-blue);
    width: 25px;
    height: 2px;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
  }

  .menu-line.top {
    width: 25px;
  }

  .menu-line.mid {
    width: 20px;
  }

  .menu-line.bottom {
    width: 15px;
  }

  .menu-button-2 {
    background-color: var(--deep-sky-blue);
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-top: -10px;
    padding: 0 10px;
    display: flex;
    overflow: hidden;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .lottie-ani {
    transform: scale(1.5);
  }

  .value-grid-parent.rev {
    margin-bottom: 40px;
  }

  .value-child-flex {
    padding: 20px 40px 20px 20px;
  }

  .job-list-link-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .apply-wrapper {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    font-size: 1.8em;
  }

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

  .section-grid-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-content-wrapper {
    width: 100%;
    padding-left: 42px;
    padding-right: 42px;
  }

  .section-div-container.industry {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .industry-wrapper {
    width: 100%;
  }

  .industry-content-wrapper {
    margin-bottom: 40px;
  }

  .section.gray {
    padding-bottom: 20px;
  }

  .section.logos {
    padding-bottom: 40px;
  }

  .section.db {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.padding {
    padding-top: 40px;
  }

  .section-heading {
    font-size: 3em;
    line-height: 50px;
  }

  .customer-grid-block {
    grid-template-rows: 1fr .5fr .5fr .5fr;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .section-flex-block {
    flex-direction: column;
  }

  .section-flex-image-wrapper {
    width: 100%;
    height: 300px;
  }

  .section-child-content-wrapper {
    width: 100%;
    padding: 30px 40px;
  }

  .section-grid-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .section-child-grid-wrapper {
    height: auto;
  }

  .footer-section {
    padding-top: 40px;
  }

  .section-grid-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-block {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .footer-link-wrapper {
    align-self: center;
    align-items: center;
    width: 50%;
  }

  .footer-footnote-link {
    line-height: 18px;
  }

  .footer-bars {
    height: 30px;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.2em;
  }

  .footer-child-wrapper {
    width: 50%;
  }

  .footnote-child-wrapper {
    text-align: right;
    width: 100%;
    margin-top: 20px;
  }

  .section-paragraph {
    font-size: 1.25em;
    line-height: 30px;
  }

  .section-page-flex-block {
    flex-direction: column;
  }

  .right-flex-child-wrapper {
    margin-top: 15px;
  }

  .page-hero-container {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .team-block {
    margin-bottom: 59px;
  }

  .team-image-wrapper._2 {
    margin-top: 20px;
  }

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

  .core-value-wrapper {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .core-value-wrapper.slide-low {
    margin-top: 0;
  }

  .category-parent-wrapper {
    justify-content: flex-start;
  }

  .category-child-link-block {
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .header-section {
    text-align: center;
    padding-top: 80px;
  }

  .header-section.industries {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-section.offices {
    padding-left: 20px;
    padding-right: 20px;
  }

  .request-form {
    padding-right: 20px;
  }

  .contact-form-block {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-child-flex {
    padding-top: 0;
  }

  .product-parent-block {
    width: 100%;
    margin-bottom: 40px;
  }

  .products-image-wrapper.chemical {
    background-position: 50% 100%;
  }

  .products-image-wrapper.distribution {
    background-image: linear-gradient(#08143180, #08143180), url('../images/5c96d1d8d784215b39906bb7_pexels-photo-257700.jpeg');
    background-position: 0 0, 50% 100%;
  }

  .section-parent-block.products {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider.dark {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .industries-parent-block {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .industries-parent-block.reverse {
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .industry-content-block {
    width: 100%;
    padding-top: 20px;
  }

  .industry-child-image-block {
    width: 90%;
    margin-top: 30px;
  }

  .products-container {
    padding-top: 0;
  }

  .utility-button-div {
    width: 39%;
  }

  .hero-section-n {
    height: 680px;
    padding-left: 0;
  }

  .nav-link-2 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4;
  }

  .hero-heading-2 {
    color: var(--white);
    font-size: 4em;
    line-height: 1;
  }

  .section-content-flex-text {
    flex-direction: column;
  }

  .section-content-flex-text.service {
    grid-template-columns: 1fr;
  }

  .section-subtitle, .section-paragraph-new.short {
    width: 100%;
  }

  .section-paragraph-new.ind {
    margin-left: 0;
  }

  .section-content-main-flex {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: 90%;
  }

  .service-wrapper {
    width: 100%;
    height: 250px;
  }

  .service-categ-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4em;
  }

  .service-categ-wrapper {
    grid-column-gap: 10px;
  }

  .section-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-container.flex-focus {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-container.v-padding {
    flex-flow: column;
    padding-top: 20px;
  }

  .section-container.h-flex-detailed, .section-container.grid {
    flex-flow: column;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-map-text-wrapper {
    z-index: 5;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #202124c4;
    width: 100%;
    margin: 40px auto;
    padding: 40px;
  }

  .section-large-text {
    font-size: 4em;
  }

  .play-video {
    box-shadow: none;
    width: 80%;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .play-video.about {
    margin-left: 0;
  }

  .section-small-text {
    letter-spacing: 1px;
    width: 85%;
    font-size: .7em;
  }

  .section-sustainability {
    display: block;
  }

  .section-sustainability.hori {
    display: flex;
  }

  .section-img-wrapper-sus {
    background-image: linear-gradient(#0009, #0009), url('../images/100-min_1.avif');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
  }

  .section-title-wrapper.float {
    margin-bottom: 20px;
  }

  .section-title-wrapper.sus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-wrapper.blog {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .section-subtitle-2.blue {
    letter-spacing: .5px;
    font-size: .65em;
  }

  .section-subtitle-2.white.blog {
    font-family: Dm sans v11 latin, sans-serif;
    font-size: 1.25em;
  }

  .section-subheading {
    margin-bottom: 20px;
    font-size: 2.8em;
  }

  .section-subheading.dark.office {
    margin-top: 40px;
  }

  .section-subheading.dark.benefits {
    font-size: 2.4em;
  }

  .stats-heading.large, .stats-heading.large.blog {
    font-size: 2.2em;
  }

  .superscript._1 {
    right: -45%;
  }

  .industry-grid-heading.black {
    font-size: 1.1em;
  }

  .section-img-bg {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding-top: 0;
  }

  .tab-menu {
    border-bottom-color: var(--gainsboro);
    background-color: var(--light-gray);
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 20px 20px 0;
  }

  .tab-link-text {
    color: var(--black-2);
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .tab-link-text.w--current {
    border-bottom: 3px solid var(--orange-red-2);
  }

  .section-container-2.mid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    padding-left: 40px;
  }

  .section-container-2.grid {
    grid-column-gap: 20px;
  }

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

  .logo-display-grid {
    grid-column-gap: 40px;
    width: 100%;
  }

  .logo-display-grid._5-grid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-flex-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-heading {
    font-size: 1.2em;
  }

  .footer-section-n {
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper.large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-content {
    width: 100%;
  }

  .tab-pane {
    padding-left: 20px;
    padding-right: 20px;
  }

  .trust-logos.baker {
    background-size: contain;
  }

  .large-text-wrapper.float {
    position: static;
    top: -34%;
    bottom: auto;
    right: auto;
  }

  .button-text-color {
    color: var(--deep-sky-blue);
  }

  .button-link-white {
    margin-top: 20px;
  }

  .about-flex {
    padding-left: 0;
  }

  .team-child-grid {
    grid-template-rows: auto;
  }

  .team-img-wrapper {
    width: 140px;
    height: 140px;
  }

  .section-img-wrapper-career {
    width: 100%;
    height: 320px;
  }

  .section-career {
    display: block;
  }

  .content-wrapper-career {
    width: 100%;
  }

  .timeline-nav-wrapper {
    width: 70%;
    padding-left: 2%;
  }

  .timeline-nav-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline-display-content._2014, .timeline-display-content._2015, .timeline-display-content._2016, .timeline-display-content._2017, .timeline-display-content._2018 {
    padding-right: 40px;
  }

  .about-text {
    font-size: 1.8em;
  }

  .about-text.white {
    font-size: 2.4em;
  }

  .about-value-heading {
    font-size: 1.4em;
  }

  .about-slider {
    height: 450px;
  }

  .about-slide-arrow {
    background-color: #202124cc;
    width: 30px;
    height: 30px;
    font-size: 1.1em;
  }

  .display-content-wrapper {
    width: 70%;
  }

  .fs-3dglobe-container {
    background-position: 50%;
    background-size: 540px;
    width: 100%;
    height: 480px;
    position: relative;
  }

  .location-grid {
    flex-flow: column;
    height: auto;
  }

  .location-content-wrapper {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-hero-wrapper.hero {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 70vh;
  }

  .service-col-list {
    grid-template-columns: 1fr 1fr;
  }

  .sus-hero-child-flex {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sus-body-grid-img.news-img {
    width: 100%;
    height: 320px;
  }

  .certi-grid {
    grid-column-gap: 16px;
  }

  .section-child-flex.services {
    margin-top: 0;
  }

  .section-child-flex.services.white {
    padding-top: 20px;
  }

  .section-child-right-flex {
    width: 100%;
    padding-right: 20px;
  }

  .industry-arrow {
    right: 10%;
  }

  .industry-slide {
    width: 40%;
    margin-right: 20px;
  }

  .connect-blk {
    width: 100%;
    margin-left: 0;
  }

  .nav-left-w {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-right-p {
    margin-top: 20px;
  }

  .cta-content-w {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-content-w.padding {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .cta-img {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-img.blog {
    width: 120px;
    height: 120px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .right-flex-child-wrapper-copy {
    margin-top: 15px;
  }

  .marquee-wide-element {
    grid-column-gap: 40px;
    width: 100%;
  }

  .marquee-wide-element._5-grid {
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .blog-col-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-feature-top-w {
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .blog-main-container, .blog-main-detailed-w {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-left-w {
    padding-left: 0;
  }

  .blog-author-w {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .office-grid-content-w {
    margin-top: 20px;
  }

  .office-child-w {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cta-img-holder {
    width: 150px;
    height: 160px;
  }

  .careers-main-w.list {
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-ani {
    transform: scale(2.5);
  }

  .benefits-parent-w {
    grid-template-columns: 1fr;
  }

  .benefits-img-w {
    height: 400px;
  }

  .value-child-flex {
    padding-right: 20px;
  }

  .value-child-flex.tab-pane {
    height: 320px;
  }

  .job-list-link-block.list {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .apply-wrapper {
    width: 80%;
  }

  .post-gallery-col-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.8em;
    line-height: 34px;
  }

  .hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    font-size: 2.5em;
    line-height: 45px;
  }

  .section-div-container.industry {
    padding-left: 20px;
    padding-right: 20px;
  }

  .industry-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.db {
    background-image: linear-gradient(#00000080, #00000080), url('../images/0F5A0347-min_1.avif');
    background-position: 0 0, 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 60vh;
  }

  .section.padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-heading {
    font-size: 2.8em;
    line-height: 50px;
  }

  .customer-grid-block {
    grid-template-rows: 1fr .5fr .5fr .5fr;
    grid-template-columns: .5fr .5fr;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-block {
    width: 150px;
  }

  .logo-block._2 {
    background-size: 120px;
  }

  .logo-block._5 {
    background-size: contain;
  }

  .logo-block._6 {
    background-size: 130px;
    width: 100%;
  }

  .customer-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-container, .section-child-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-child-grid-wrapper {
    margin-bottom: 20px;
  }

  .section-grid-container {
    grid-column-gap: 16px;
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
  }

  .footer-flex-block {
    flex-direction: column;
  }

  .footer-link-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-content-wrapper, .heading-wrapper {
    width: auto;
  }

  .slider-arrow {
    display: none;
  }

  .footer-child-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .footnote-child-wrapper {
    text-align: center;
    margin-top: 10px;
  }

  .section-page-content {
    height: auto;
  }

  .section-page-content.who {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-page-content.sustainability {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-wrapper {
    text-align: center;
  }

  .section-paragraph {
    margin-top: 10px;
    font-size: 1.2em;
    line-height: 28px;
  }

  .section-page-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-page-flex-block {
    align-items: center;
  }

  .left-child-flex-wrapper, .right-flex-child-wrapper {
    text-align: center;
  }

  .page-hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-block {
    text-align: center;
    margin-bottom: 60px;
  }

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

  .category-parent-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .category-child-link-block {
    border-bottom: 1px solid #0000001a;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .header-section.industries {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-section._404 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-field-wrapper {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .form-field-wrapper.long {
    width: 100%;
    margin-left: 0;
  }

  .contact-container {
    flex-direction: column;
  }

  .contact-form-block {
    width: 100%;
  }

  .form-submit-button {
    margin-left: 0;
  }

  .contact-map-area {
    width: 100%;
    padding-top: 0;
  }

  .contact-child-flex, .section-parent-block, .industry-content-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .industry-child-image-block {
    height: 240px;
  }

  .products-container {
    padding-bottom: 0;
  }

  .menu-button {
    margin: 15px 10px;
    padding: 15px 10px;
  }

  .utility-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-button-div {
    width: 80%;
  }

  .hero-section-n {
    height: 480px;
  }

  .navbar-2 {
    padding-top: 0;
  }

  .untitled-design-6 {
    display: none;
  }

  .nav-link-2 {
    text-align: left;
    margin-left: 7px;
    margin-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.8em;
  }

  .hero-heading-2 {
    text-align: center;
    letter-spacing: -2px;
    font-size: 2.4em;
    line-height: 1.1;
  }

  .section-content-flex-text {
    grid-template-columns: .25fr;
    display: block;
  }

  .section-subtitle {
    color: var(--gainsboro);
    width: auto;
    font-size: 1.6em;
    display: inline-block;
  }

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

  .section-paragraph-new.white.short, .section-paragraph-new.white.small.short {
    width: 100%;
  }

  .service-wrapper {
    flex-direction: column;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-categ-heading {
    margin-bottom: 20px;
    font-size: 1.8em;
  }

  .service-categ-wrapper {
    width: 100%;
    height: auto;
  }

  .section-container {
    padding: 40px 10px;
  }

  .section-container.flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-container.hori-padding {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-container.h-flex {
    padding-top: 40px;
  }

  .section-container.grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-container.h-flex-detailed, .section-container.grid {
    flex-flow: column;
  }

  .section-map-text-wrapper {
    background-color: #20212400;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .section-large-text {
    font-size: 2.8em;
  }

  .play-video {
    width: 90%;
  }

  .section-sustainability {
    padding-top: 60px;
  }

  .section-sustainability.hori {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
  }

  .section-img-wrapper-sus.hori {
    background-image: linear-gradient(to bottom, transparent, transparent), linear-gradient(180deg, #0000, var(--black)), url('../images/rig-deep-water.jpg');
    background-position: 0 0, 0 0, 50% 70%;
    width: 100%;
    height: 360px;
  }

  .section-title-wrapper.sus {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-title-wrapper.blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-subtitle-2 {
    letter-spacing: .5px;
    font-size: .8em;
  }

  .section-subtitle-2.blue {
    letter-spacing: 1px;
    font-size: .85em;
  }

  .section-subtitle-2.dark.share {
    margin-right: 20px;
    text-decoration: underline;
    display: inline-block;
  }

  .section-content-wrapper-2.short {
    width: 100%;
  }

  .section-subheading {
    margin-bottom: 20px;
    font-size: 2.4em;
    line-height: 1.2;
  }

  .section-subheading.dark.office {
    margin-top: 40px;
    font-size: 1.8em;
  }

  .section-subheading.dark.small {
    font-size: 2.8em;
  }

  .stats-heading {
    font-size: 2.4em;
  }

  .section-sus-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .section-heading-3 {
    font-size: 3em;
  }

  .industry-img-child-wrapper.aviation {
    background-image: url('../images/aviation-min_1.webp');
    background-position: 50%;
  }

  .industry-grid-heading.black {
    font-size: 1.5em;
  }

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

  .tab-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-top: 1px solid var(--gainsboro);
    background-color: var(--white);
    flex-wrap: wrap;
    margin-top: 60px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 2em;
  }

  .section-container-2.mid {
    flex-flow: column;
    padding-top: 20px;
  }

  .section-container-2.grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

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

  .service-child-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 20px 0;
  }

  .service-child-wrapper-gray {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px;
  }

  .logo-display-grid {
    padding-left: 10%;
    padding-right: 10%;
  }

  .logo-display-grid._5-grid {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-display-grid._3-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .blog-flex-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-child-wrapper {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-section-n {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-wrapper {
    width: 100%;
    height: auto;
    padding: 20px 10px;
  }

  .footer-text {
    font-size: .7em;
  }

  .tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .trust-logos.modec {
    background-size: contain;
  }

  .lightbox-link.home {
    width: 80%;
  }

  .nav-menu-link-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu-link-wrapper.right, .nav-menu-link-wrapper.white {
    padding-left: 20px;
  }

  .team-child-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    margin-top: 0;
  }

  .team-child-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 10px;
  }

  .team-img-wrapper {
    width: 180px;
    height: 180px;
  }

  .section-career {
    padding-top: 60px;
  }

  .content-wrapper-career {
    padding: 20px;
  }

  .timeline-main-wrapper {
    flex-flow: column;
    height: 580px;
    display: flex;
  }

  .timeline-nav-wrapper {
    background-image: none;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 200px;
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .timeline-nav-content {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 20px;
    padding-left: 0;
    display: inline-block;
  }

  .timeline-display-content._2014 {
    background-image: linear-gradient(#14131399, #000 88%), url('../images/IMG_1933-min.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline-display-content._2015 {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 50px;
    padding-right: 20px;
  }

  .timeline-display-content._2016 {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline-display-content._2017, .timeline-display-content._2018 {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-text.white {
    font-size: 2em;
  }

  .about-hero {
    height: 100%;
  }

  .about-child-video-wrapper {
    background-position: 60%;
    background-size: cover;
    width: 100%;
  }

  .about-value-heading {
    margin-top: 0;
    font-size: 1.6em;
  }

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

  .about-slide._1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about-slide-arrow {
    background-color: #202124cc;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.1em;
  }

  .click-wrapper {
    margin-top: 0;
  }

  .categ-img {
    background-image: linear-gradient(#00000080, #00000080), url('../images/chem_man.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 20px;
  }

  .categ-img.dis {
    background-image: linear-gradient(320deg, #fff0, #00000075 50%, #000), linear-gradient(#00000040, #00000040), url('../images/chem_distribution.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .display-content-wrapper {
    width: 100%;
  }

  .fs-3dglobe-container {
    background-position: 50%;
    background-size: 340px;
    height: 350px;
  }

  .number-title {
    font-size: .7em;
  }

  .service-hero-wrapper.careers {
    background-image: linear-gradient(#00000080, #00000080), url('../images/0F5A0336-min-min_1.avif');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 60vh;
  }

  .service-col-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .service-col-content-wrapper {
    padding-top: 15px;
  }

  .service-col-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  .sus-hero-child-flex {
    width: 100%;
  }

  .sus-body-grid {
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .sus-body-grid.rev {
    flex-flow: column;
  }

  .sus-body-grid-img {
    width: 100%;
  }

  .certi-grid {
    grid-template-columns: 1fr;
  }

  .certi-wrapper {
    background-color: var(--white);
  }

  .section-child-flex.services {
    padding-top: 40px;
  }

  .section-child-right-flex {
    width: 100%;
    padding-right: 0;
  }

  .footer-text-link {
    font-size: .8em;
    line-height: 1.3;
  }

  .footer-text-header {
    margin-bottom: 10px;
  }

  .footer-child-flex {
    flex: 1;
  }

  .industry-arrow {
    top: -10%;
    right: 15%;
  }

  .industry-slide, .connect-blk {
    width: 100%;
  }

  .nav-grid-div {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-left-w {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-small.white {
    font-size: .75em;
  }

  .small-title-w {
    margin-bottom: 20px;
  }

  .content-w {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-w.home {
    margin-bottom: -20px;
  }

  .cta-content-w {
    text-align: center;
  }

  .cta-content-w.padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-content-w.hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .cta-img {
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .right-flex-child-wrapper-copy {
    text-align: center;
  }

  .marquee-wide-element {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .marquee-wide-element._5-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-col-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-main-detailed-w {
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
  }

  .blog-left-w {
    border-top: 1px solid var(--gainsboro);
    border-bottom: 1px solid var(--gainsboro);
    padding-bottom: 10px;
  }

  .blog-author-w {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .breadcrumbs-wrapper {
    flex-flow: wrap;
  }

  .office-grid, .benefits-grid {
    grid-template-columns: 1fr;
  }

  .careers-main-w {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .careers-main-w.list {
    margin-top: 0;
  }

  .footer-logo-w {
    background-position: 50%;
    background-size: 140px;
  }

  .brand {
    background-image: url('../images/chemsolv-logo.jpg');
    background-position: 60% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 170px;
    height: 40px;
  }

  .menu-button-2, .menu-button-2.w--open {
    margin-right: 0;
  }

  .wwt-img-w {
    background-image: linear-gradient(#0000008a, #0000008a), url('../images/industry-child-wrapper.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .power-img-w {
    background-image: linear-gradient(#00000180, #00000180), url('../images/power-min_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-hflex-w {
    margin-bottom: 40px;
    margin-left: 0;
  }

  .benefits-parent-w {
    margin-top: 60px;
  }

  .value-grid-parent {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .value-grid-parent.rev {
    flex-flow: column;
  }

  .value-child-flex {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .open-text-block {
    color: #202124a6;
  }

  .button {
    width: 80%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: .75em;
  }

  .job-list-link-block.list {
    padding: 15px;
  }

  .apply-wrapper {
    width: 100%;
  }

  .job-section-w {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .post-gallery-col-w {
    margin-top: 20px;
  }
}

#w-node-_9f624c8c-4a98-078d-869e-7d5f2eed59fe-051e29ae {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1b110409-1624-ba96-3043-9cc631c742b0-051e29ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a06bd5d8-9f43-2bc6-f473-f48e50f4adbb-50f4adb9 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-a06bd5d8-9f43-2bc6-f473-f48e50f4adbd-50f4adb9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a06bd5d8-9f43-2bc6-f473-f48e50f4adc9-50f4adb9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a06bd5d8-9f43-2bc6-f473-f48e50f4add5-50f4adb9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a06bd5d8-9f43-2bc6-f473-f48e50f4addf-50f4adb9 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_613a0ba5-b53e-feb0-4189-4fdd84f02b6f-84f02b6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_613a0ba5-b53e-feb0-4189-4fdd84f02b79-84f02b6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_613a0ba5-b53e-feb0-4189-4fdd84f02b83-84f02b6a, #w-node-_613a0ba5-b53e-feb0-4189-4fdd84f02b83-84f02b6a:hover {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c89a0b13-8eed-059b-1759-b5d27d9f03af-536c5617, #w-node-c95838d0-dabc-d8b1-b92d-bd5ebb9ec460-536c5617, #w-node-_307e50e7-76d7-1597-99e0-f94cf3d601a7-536c5617, #w-node-_1f68acf0-f7ef-b7dd-8f6d-b37ce3d32cc6-536c5617 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e95bc73b-2c16-983f-bc86-18a36924a1d5-6924a1d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5b1fd4e2-3684-d1ab-0a82-af67ff4f721f-6924a1d4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_21731227-af74-06bf-e020-e75c61f28c87-9fee06b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a6e8581b-f5b6-5b11-ac95-52432706323b-9fee06b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#career-roles.w-node-_14b270a8-c83a-c3bf-566b-2ba6a16e9c9b-67e65565, #w-node-_9900af82-a58b-f256-94a2-bbba998c051f-67e65565 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f763c760-c463-b6ea-6653-4d7da2c72b15-67e65565, #w-node-cc713345-0a15-3a05-4865-f5eea55f0ca7-a55f0ca6, #w-node-cc713345-0a15-3a05-4865-f5eea55f0caa-a55f0ca6, #w-node-cc713345-0a15-3a05-4865-f5eea55f0cab-a55f0ca6, #w-node-cc713345-0a15-3a05-4865-f5eea55f0cac-a55f0ca6, #w-node-_2297e078-1ad6-894f-a6f9-7b4d5e2d0b53-5e2d0b4e, #w-node-_2297e078-1ad6-894f-a6f9-7b4d5e2d0b59-5e2d0b4e, #w-node-_2297e078-1ad6-894f-a6f9-7b4d5e2d0b5f-5e2d0b4e, #w-node-_36a7762c-3db6-bd06-6e74-f157fa9cf070-86cb1b8e, #w-node-_36a7762c-3db6-bd06-6e74-f157fa9cf06f-86cb1b8e, #w-node-_36a7762c-3db6-bd06-6e74-f157fa9cf073-86cb1b8e, #w-node-_36a7762c-3db6-bd06-6e74-f157fa9cf071-86cb1b8e, #w-node-_36a7762c-3db6-bd06-6e74-f157fa9cf072-86cb1b8e, #w-node-_799cd8f9-d2ef-2157-2d61-0861cc4bcda2-86cb1b8e, #w-node-fb918b2d-075e-d8e9-161f-cb250e259ad5-86cb1b8e, #w-node-fb918b2d-075e-d8e9-161f-cb250e259ad4-86cb1b8e, #w-node-_1dab0820-f1f9-52ca-6cae-93ebfbb3d129-86cb1b8e, #w-node-fb918b2d-075e-d8e9-161f-cb250e259ad6-86cb1b8e, #w-node-fb918b2d-075e-d8e9-161f-cb250e259ad7-86cb1b8e, #w-node-_07a5e112-faf4-b3fe-bbad-a6218571869f-86cb1b8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb212155-2546-1269-8198-23dfa5c70940-75fb2533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-bb2daf3c-6013-eae4-4b36-b5fbb86a6a4a-75fb2533 {
    align-self: end;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_2297e078-1ad6-894f-a6f9-7b4d5e2d0b53-5e2d0b4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9f624c8c-4a98-078d-869e-7d5f2eed59fe-051e29ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1b110409-1624-ba96-3043-9cc631c742b0-051e29ae {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_613a0ba5-b53e-feb0-4189-4fdd84f02b6f-84f02b6a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_613a0ba5-b53e-feb0-4189-4fdd84f02b79-84f02b6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_613a0ba5-b53e-feb0-4189-4fdd84f02b83-84f02b6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_700b1c51-dd7d-c26c-d18a-0a8f9fee06c7-9fee06b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-a6e8581b-f5b6-5b11-ac95-52432706323b-9fee06b3 {
    justify-self: stretch;
  }

  #w-node-bb2daf3c-6013-eae4-4b36-b5fbb86a6a4a-75fb2533 {
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9f624c8c-4a98-078d-869e-7d5f2eed59fe-051e29ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1b110409-1624-ba96-3043-9cc631c742b0-051e29ae {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a06bd5d8-9f43-2bc6-f473-f48e50f4adbb-50f4adb9 {
    grid-area: 1 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-a06bd5d8-9f43-2bc6-f473-f48e50f4adc9-50f4adb9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a06bd5d8-9f43-2bc6-f473-f48e50f4add5-50f4adb9 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-a06bd5d8-9f43-2bc6-f473-f48e50f4addf-50f4adb9 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_613a0ba5-b53e-feb0-4189-4fdd84f02b6f-84f02b6a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_613a0ba5-b53e-feb0-4189-4fdd84f02b79-84f02b6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_613a0ba5-b53e-feb0-4189-4fdd84f02b83-84f02b6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e95bc73b-2c16-983f-bc86-18a36924a1d5-6924a1d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b1fd4e2-3684-d1ab-0a82-af67ff4f721f-6924a1d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bb2daf3c-6013-eae4-4b36-b5fbb86a6a55-75fb2533 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bb2daf3c-6013-eae4-4b36-b5fbb86a6a58-75fb2533 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-a200d9a0-3e00-affc-21d6-d6c03e55e881-3b6447fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a200d9a0-3e00-affc-21d6-d6c03e55e8b7-3b6447fc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a200d9a0-3e00-affc-21d6-d6c03e55e881-c6764810 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a200d9a0-3e00-affc-21d6-d6c03e55e8b7-c6764810 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9f624c8c-4a98-078d-869e-7d5f2eed59fe-051e29ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a06bd5d8-9f43-2bc6-f473-f48e50f4adbb-50f4adb9 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-a06bd5d8-9f43-2bc6-f473-f48e50f4adbd-50f4adb9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a06bd5d8-9f43-2bc6-f473-f48e50f4adc9-50f4adb9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a06bd5d8-9f43-2bc6-f473-f48e50f4add5-50f4adb9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a06bd5d8-9f43-2bc6-f473-f48e50f4addf-50f4adb9 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_613a0ba5-b53e-feb0-4189-4fdd84f02b6f-84f02b6a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_700b1c51-dd7d-c26c-d18a-0a8f9fee06c7-9fee06b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_703a1a4a-b642-c6d2-57b8-4f684cadb2f3-67e65565, #w-node-_24abb8db-34ff-599f-4cd2-593ddad2866e-67e65565 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f763c760-c463-b6ea-6653-4d7da2c72b15-67e65565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_05ccba9f-1690-6578-2d3a-92acd30ba554-75fb2533 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb2daf3c-6013-eae4-4b36-b5fbb86a6a55-75fb2533 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bb2daf3c-6013-eae4-4b36-b5fbb86a6a58-75fb2533 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-bb2daf3c-6013-eae4-4b36-b5fbb86a6a5e-75fb2533 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a200d9a0-3e00-affc-21d6-d6c03e55e881-3b6447fc, #w-node-a200d9a0-3e00-affc-21d6-d6c03e55e8b7-3b6447fc, #w-node-a200d9a0-3e00-affc-21d6-d6c03e55e881-c6764810, #w-node-a200d9a0-3e00-affc-21d6-d6c03e55e8b7-c6764810 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dm sans v11 latin';
  src: url('../fonts/dm-sans-v11-latin-regular.woff2') format('woff2'), url('../fonts/dm-sans-v11-latin-regular.woff') format('woff'), url('../fonts/dm-sans-v11-latin-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dm sans v11 latin 500';
  src: url('../fonts/dm-sans-v11-latin-500.woff2') format('woff2'), url('../fonts/dm-sans-v11-latin-500.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dm sans v11 latin 700';
  src: url('../fonts/dm-sans-v11-latin-700.woff2') format('woff2'), url('../fonts/dm-sans-v11-latin-700.woff') format('woff'), url('../fonts/dm-sans-v11-latin-700.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}