@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Black.otf') format("opentype"), url('../fonts/Gilroy-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-BoldItalic.otf') format("opentype"), url('../fonts/Gilroy-ExtraBoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-BlackItalic.otf') format("opentype"), url('../fonts/Gilroy-HeavyItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Bold.otf') format("opentype"), url('../fonts/Gilroy-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --_colors---dark-green: #005537;
  --_colors---yellow: #e9fc0d;
  --_colors---black: #000;
  --_colors---blacktransparent: #16161266;
  --_colors---white: white;
  --_colors---green: #099e5e;
  --_colors---light-green: #3ad784;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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 {
  font-family: Gilroy, Arial, sans-serif;
}

.section {
  min-height: 800px;
  padding: 100px;
  position: relative;
}

.section.hero {
  background-color: var(--_colors---dark-green);
  background-image: radial-gradient(circle at 75%, #005537cc 52%, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  margin-top: -100px;
  display: flex;
}

.section.cta {
  background-color: var(--_colors---yellow);
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.section.features {
  min-height: 700px;
  display: block;
}

.section.solutions {
  background-color: var(--_colors---dark-green);
  background-image: radial-gradient(circle, #00946580, #01312b 75%);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.industries {
  background-color: #f1f1f1;
}

.section.demo {
  background-color: var(--_colors---dark-green);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--_colors---dark-green), var(--_colors---black));
  min-height: 100vh;
  padding: 150px 0;
  position: relative;
  inset: 0%;
  overflow: scroll;
}

.navbar {
  z-index: 99;
  background-color: var(--_colors---blacktransparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  min-height: 100px;
  max-height: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1440px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  min-width: 25%;
}

.nav-menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  min-width: 75%;
  display: none;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  min-width: 66%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--_colors---white);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  color: var(--_colors---white);
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--_colors---white);
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  text-align: right;
  min-width: 33%;
  margin-left: 0;
}

.button-primary {
  background-color: var(--_colors---yellow);
  color: var(--_colors---black);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo {
  max-height: 50px;
}

.hero-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  min-width: 500px;
  max-width: none;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.h1 {
  color: var(--_colors---white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 72px;
}

.h1.black {
  color: var(--_colors---black);
}

.h1-hero-span {
  color: var(--_colors---yellow);
}

.h3 {
  color: var(--_colors---white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.h3.green {
  color: var(--_colors---green);
}

.cta-wrapper {
  max-width: 1200px;
}

.cta-form {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

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

.cta-email {
  text-align: left;
  min-width: 100%;
  margin-bottom: 0;
  padding: 0 0 0 10px;
}

.cta-submit-button {
  background-color: var(--_colors---black);
}

.h2 {
  color: var(--_colors---white);
  text-align: center;
  font-size: 44px;
  line-height: 52px;
}

.h2.black {
  color: var(--_colors---black);
  font-size: 44px;
  line-height: 52px;
}

.h2.green {
  color: var(--_colors---green);
}

.h2.green.left {
  text-align: left;
}

.h2.yellow {
  color: var(--_colors---yellow);
}

.features-container-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start;
  max-width: none;
  display: grid;
}

.features-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.features-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #f1f1f180;
  border: .6px solid #b8b8b84d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  min-height: 100%;
  padding: 24px 28px;
  display: flex;
}

.h4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.h4.green {
  color: var(--_colors---green);
}

.h4.green.left {
  text-align: left;
}

.h4.green.left.margin-bottom {
  margin-bottom: 28px;
}

.h4.white {
  color: var(--_colors---white);
}

.h4.white.left {
  text-align: left;
  line-height: 24px;
}

.p1 {
  color: #000;
  text-align: justify;
  font-size: 20px;
  line-height: 28px;
}

.p1.white {
  color: var(--_colors---white);
}

.p1.white.center {
  text-align: center;
}

.p1.white.center._75 {
  width: 75%;
}

.p1.white.margin-top {
  margin-top: 16px;
}

.p1.white.margin-bottom {
  margin-bottom: 12px;
}

.p1.margin-left {
  padding-left: 50px;
}

.item-number {
  background-color: var(--_colors---green);
  color: var(--_colors---yellow);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  max-width: none;
  height: 65px;
  margin-left: 0;
  padding: 0;
  font-size: 32px;
  line-height: 40px;
  display: flex;
}

.solutions-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.solutions-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #ffffff40;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 16px 32px 16px 16px;
  display: flex;
}

.solutions-item-text {
  grid-column-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.solutions-icon {
  background-color: var(--_colors---yellow);
  justify-content: center;
  align-items: center;
  min-width: 52px;
  max-width: none;
  min-height: 52px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.solutions-icon-text {
  font-size: 36px;
  line-height: 42px;
}

.solutions-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

._50-50-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 50%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.list {
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: square;
  display: flex;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.bullet {
  background-color: var(--_colors---green);
  width: 12px;
  max-width: none;
  height: 12px;
  margin-left: 0;
  margin-right: 10px;
}

.image-2 {
  min-width: 130%;
  max-width: none;
  position: absolute;
  inset: -10% -15% 0% auto;
}

.container {
  max-width: none;
  min-height: 100vh;
  margin-top: -100px;
  margin-left: 0;
  margin-right: 0;
  padding: 100px;
  position: absolute;
  inset: 0%;
}

.image-3 {
  min-width: 100%;
  min-height: 100%;
}

.background-image {
  z-index: 0;
  mix-blend-mode: overlay;
  background-image: url('../images/bg-blocks.svg');
  background-position: 0 0;
  background-size: auto;
  min-width: 100%;
  max-width: none;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  left: 0;
  right: 0;
  overflow: clip;
}

.background-image.hero {
  background-image: url('../images/oil-platform-on-the-ocean-offshore-drilling-for-g-2025-03-26-22-38-15-utc-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  inset: 0%;
}

.background-image.solutions {
  background-image: url('../images/bg-blocks.svg'), url('../images/oil-pump-on-the-oil-field-in-the-night-2025-01-16-23-28-26-utc-3-1.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  min-height: 100%;
}

.background-image.hero-iso {
  mix-blend-mode: normal;
  background-image: url('../images/ship-iso.png'), url('../images/bg-blocks.svg');
  background-position: 50%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  min-height: 100%;
  inset: 0%;
}

.background-image.hero-iso.demo {
  mix-blend-mode: overlay;
  background-image: url('../images/oil-platform-on-the-ocean-offshore-drilling-for-g-2025-03-26-22-38-15-utc-1.png');
  background-position: 50%;
  background-size: cover;
  inset: 0%;
}

.background-image.logomark {
  opacity: .9;
  mix-blend-mode: normal;
  background-image: url('../images/vector-yellow-skew.svg');
  background-position: 100% 55%;
  background-repeat: no-repeat;
  background-size: 45%;
  min-height: 100%;
  inset: -15% 0% 0%;
}

.background-image.logomark.demo {
  inset: 0%;
}

.hero-wrapper {
  max-width: 1200px;
}

.left-wrapper {
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.center-wrapper {
  flex-flow: column;
  max-width: 1200px;
  display: flex;
}

.industries-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: grid;
}

.footer {
  background-image: url('../images/footer-bg.svg'), linear-gradient(140deg, var(--_colors---black), var(--_colors---dark-green));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.footer-logo-wrapper {
  flex-flow: column;
  display: flex;
}

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

.footer-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.social-icons-list {
  width: 100%;
  display: flex;
}

.social-icon {
  width: 35px;
  margin-right: 18px;
}

.copyright-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.copyright-text {
  color: var(--_colors---white);
  font-size: 12px;
  line-height: 16px;
}

.footer-divider {
  background-image: linear-gradient(90deg, #e9fc0d00, var(--_colors---yellow) 50%, #e9fc0d00);
  width: 100%;
  max-width: none;
  height: 1px;
  margin-bottom: 50px;
}

.quick-stack {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.masonry-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  column-count: 2;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch center;
  align-items: flex-start;
  column-gap: 32px;
  min-width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 100px 100px;
  display: block;
}

.image-stack-item {
  min-width: 47.5%;
  max-width: 47.5px;
  margin: 1.25%;
}

.image-stack-item.tall {
  aspect-ratio: 1;
  object-fit: cover;
  overflow: hidden;
}

.image-stack-item.short {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  max-width: 47.5px;
  overflow: hidden;
}

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

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

.masonry-item {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.masonry-item.square {
  aspect-ratio: 1;
}

.masonry-item._3-2-ratio {
  aspect-ratio: 3 / 2;
}

.masonry-item-caption {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #ffffff40;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  min-width: 100%;
  padding: 20px 24px;
  display: flex;
  position: absolute;
}

.image-wrapper {
  min-width: 50%;
}

.modal {
  z-index: 99;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000040;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal.demo {
  width: auto;
  height: 100%;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.modal-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_colors---white);
  flex-flow: column;
  width: 100%;
  max-width: 640px;
  padding: 15px 25px;
  display: flex;
  position: relative;
}

.modal-close-link {
  color: #000;
  text-decoration: none;
  position: absolute;
  inset: 10px 10px auto auto;
}

.modal-close-icon {
  color: #000;
  font-size: 30px;
  line-height: 20px;
  text-decoration: none;
}

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

.form-item {
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.link {
  color: var(--_colors---black);
  font-size: 20px;
  line-height: 28px;
}

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

.link.white.margin-bottom {
  margin-bottom: 12px;
}

.demo-page {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.demo-page-wrapper {
  background-color: var(--_colors---white);
  width: 100%;
  max-width: 960px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.caption {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section.hero {
    min-height: 75vh;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-text-wrapper {
    min-width: 400px;
  }

  .h1 {
    font-size: 48px;
    line-height: 64px;
  }

  .h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .h2.green.left {
    font-size: 33px;
    line-height: 45px;
  }

  .features-container-grid {
    flex-flow: column;
    display: flex;
  }

  .features-item {
    aspect-ratio: auto;
    max-width: none;
  }

  .h4 {
    font-size: 22px;
    line-height: 24px;
  }

  .p1 {
    font-size: 18px;
    line-height: 24px;
  }

  .p1.white.center {
    text-align: center;
  }

  .p1.white.center._75, .p1.white.margin-top {
    text-align: justify;
  }

  .p1.margin-left {
    padding-left: 0;
  }

  .item-number {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 20px;
  }

  .solutions-grid {
    flex-flow: column;
    display: flex;
  }

  .background-image.hero {
    background-position: 45%;
    min-height: 75vh;
  }

  .background-image.hero-iso {
    filter: brightness(55%);
    background-position: 45%, 0%;
    min-height: 75vh;
  }

  .background-image.logomark {
    min-height: 75vh;
  }

  .left-wrapper {
    flex-flow: column-reverse;
  }

  .industries-wrapper {
    flex-flow: column;
    display: flex;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-wrapper {
    flex-flow: column;
    display: flex;
  }

  .footer-logo-wrapper {
    max-width: 50%;
  }

  .footer-column, .social-icons-list {
    justify-content: center;
    align-items: center;
  }

  .masonry-stack {
    column-count: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .masonry-item.square {
    aspect-ratio: 3 / 2;
  }

  .image-right {
    max-width: 75%;
  }

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

  .icon {
    color: var(--_colors---white);
  }

  .hidden {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 50px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .item-number, .solutions-icon {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .section {
    padding: 50px 20px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    line-height: 12px;
  }

  .hero-text-wrapper {
    width: 100%;
    min-width: auto;
  }

  .h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .cta-wrapper {
    flex-flow: column;
    display: flex;
  }

  .form-cta {
    flex-flow: column;
    width: 100%;
  }

  .h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .h2.black {
    font-size: 38px;
    line-height: 40px;
  }

  .h2.green {
    font-size: 28px;
    line-height: 32px;
  }

  .h2.green.left {
    font-size: 28px;
    line-height: 34px;
  }

  .h2.yellow {
    font-size: 36px;
    line-height: 42px;
  }

  .features-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .features-item {
    padding: 12px;
  }

  .p1 {
    font-size: 16px;
    line-height: 20px;
  }

  .solutions-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-logo-wrapper {
    min-width: 100%;
  }

  .masonry-stack {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link {
    font-size: 16px;
    line-height: 20px;
  }
}

#w-node-_9ee7d0cc-75b5-5e56-cb31-4e531244ce3e-c0b9a0d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8bb9bcd-591e-de90-c2c2-381090a61dab-c0b9a0d8, #w-node-c847c2fc-2f9b-d7e5-1967-e3bc8b037390-c0b9a0d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_308bac77-3edd-d7b0-5abd-c9d837a64feb-c0b9a0d8, #w-node-_52f26f35-27c4-cdb9-b63c-b1b6b51f36bf-c0b9a0d8, #w-node-_95e03bbe-0d4a-3585-f976-66f87a2eab9e-c0b9a0d8, #w-node-_3ff0cb06-19f0-2433-a18c-4cca2756d073-c0b9a0d8, #w-node-_6172e3a3-41bd-bb0b-f5e1-71ea57eec42d-c0b9a0d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec977985-7109-f575-016d-f27a66e0390c-c0b9a0d8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_959a7e1c-7fc2-9387-e660-e3793991ca8e-c0b9a0d8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_24d4ac31-e4b8-fd74-f85b-30f288da2f3d-c0b9a0d8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3ff1160d-7423-5b69-a2ca-e9dbc48cc730-c0b9a0d8, #w-node-b061e9b6-7fa2-47bd-a4c9-0c8f2d7d66de-c0b9a0d8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_71e4e52a-8e64-25aa-9b15-a9fd3b75b482-c0b9a0d8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_71e4e52a-8e64-25aa-9b15-a9fd3b75b486-c0b9a0d8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_476c76ae-7e59-1d5a-cdb9-b21b8f37e0c6-c0b9a0d8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_476c76ae-7e59-1d5a-cdb9-b21b8f37e0ca-c0b9a0d8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c3ebd92d-05a1-a385-7c3e-e5b1c21ddb64-c0b9a0d8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c3ebd92d-05a1-a385-7c3e-e5b1c21ddb68-c0b9a0d8, #w-node-_1999ef9f-af16-56e2-c283-5da4cd1c582e-c0b9a0d8, #w-node-_0722fe3b-1de3-5734-1dcd-95b184046f0b-c0b9a0d8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3700b3af-12e8-f857-a0cb-cb185729123c-c0b9a0d8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_261c7948-a203-1df1-4c66-823fc7d649fc-c0b9a0d8 {
  grid-area: 1 / 4 / 2 / 5;
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.otf') format('opentype'), url('../fonts/Gilroy-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.otf') format('opentype'), url('../fonts/Gilroy-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.otf') format('opentype'), url('../fonts/Gilroy-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.otf') format('opentype'), url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}