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

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

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

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.tab-link-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #49505b;
  letter-spacing: -.08px;
  background-color: #fff0;
  border: .5px solid #d8dbdf;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  line-height: 16px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.tab-link-large:hover, .tab-link-large.w--current {
  color: #25272c;
  background-color: #edeef1;
}

.paragraph-small {
  color: #49505b;
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.header-dashed-line {
  z-index: 1;
  width: 1px;
  height: 100vh;
  position: absolute;
  inset: auto auto -48px 13.5%;
}

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

.image-cover.newimg {
  width: 100%;
  height: 100%;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-tab-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding: 4px;
  display: flex;
}

.header-section {
  background-color: #f7f8f8;
  padding: 112px 5% 48px;
  position: relative;
}

.paragraph-x-small {
  color: #49505b;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small.text-color-tertiary {
  color: #8d95a3;
}

.button-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-image-column {
  grid-column-gap: 148px;
  grid-row-gap: 148px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.paragraph-x-large {
  color: #fff;
  text-align: center;
  letter-spacing: -.2px;
  max-width: 500px;
  font-size: 16px;
  font-weight: 200;
  line-height: 21px;
}

.header-tab-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #edeef1;
  border: .5px solid #d8dbdf;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 30% 12px 12px;
  display: flex;
  position: relative;
}

.subheading-small {
  color: #25272c;
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.h1-heading {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

.link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #25272c;
  letter-spacing: -.18px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: inline-flex;
}

.header-column {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px dashed #b5bbc4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.badge.right-icon {
  border-style: none;
  padding-left: 16px;
}

.header-logo-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 88%;
  max-width: 544px;
  margin-left: auto;
  padding-left: 24px;
  display: flex;
}

.header-tab-illustration {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header-logo-text {
  min-width: 156px;
  max-width: 156px;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.header-logos {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-large.column-left {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}

.column-large.column-left.newcol {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.column-large.column-left {
  align-items: flex-start;
}

.header-tabs-menu-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  display: flex;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.18px;
  white-space: nowrap;
  background-color: #004a83;
  border: 2px solid #1f3d63;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 216.261px;
  min-height: 48px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s;
  display: inline-flex;
  box-shadow: 0 2px 5px #1f3d63;
}

.button-primary-large:hover {
  background-color: #1f3d63;
  border-color: #21416a;
  transform: translate(6px, -6px);
}

.button-primary-large.secondarybutton {
  background-color: #f3b338;
  border-color: #c69027;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px #b5872fcc;
}

.button-primary-large.secondarybutton:hover {
  background-color: #ca9226;
}

.header-tabs-small {
  width: 100%;
  max-width: 520px;
}

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

.button-link-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #154ee0;
  letter-spacing: -.08px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: inline-flex;
}

.header-dashed {
  border-left: 1px dashed #b5bbc4;
  height: 100%;
}

.button {
  background-color: #f29100;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: 30px;
  padding: 10px 16px;
}

.button.productos {
  margin-top: 0;
  margin-left: 0;
  padding: 18px 20px;
  font-size: 16px;
  line-height: 1;
}

.button.servicios {
  margin-top: 0;
  padding: 18px 32px;
  font-size: 16px;
  line-height: 1;
}

.button.nosotros {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 0;
  margin-left: 0;
  padding: 18px 32px;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.button.nav {
  margin-top: 0;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.button-container {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.heading {
  text-transform: uppercase;
  font-size: 3.1em;
  line-height: 1.4;
}

.heading.map {
  color: #f29100;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
}

.background-video {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15% 5% 5%;
  display: flex;
}

.background-video.nw434 {
  justify-content: center;
  align-items: center;
}

.section {
  width: 100vw;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero {
  background-color: #062e4c00;
  background-image: linear-gradient(165deg, #062e4c66, #f3b3388c);
  justify-content: center;
  align-items: center;
  height: 110vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section.map {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.map.newsec1 {
  z-index: 1;
  margin-bottom: -30px;
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
}

.section.map.newsection1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 0;
}

.section.map {
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.content-wrapp {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1280px;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.sub_heading {
  color: #000;
  text-align: center;
  white-space: nowrap;
  max-width: none;
  margin-top: 0;
  font-size: 35px;
  line-height: 1;
}

.icons-content-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 140px 140px 140px;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: flex;
}

.heading-h5 {
  color: #0b2a40;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.heading-h5.sub.sub3 {
  color: #f3b338;
}

.heading-h5.sub {
  color: #f29100;
  text-align: center;
  margin-top: 0;
}

.heading-h5.sub3 {
  color: #f3b338;
}

.icon-2 {
  color: #f29100;
  margin-right: 12px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}

.text-container {
  width: 50%;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.2;
}

.text-container.map {
  width: auto;
  margin-bottom: 0;
}

.icon-wrapp {
  width: 60px;
}

.grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.icon-grid-map {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: auto 12% 0% auto;
}

.icon-grid-wrapp {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-text {
  color: #0b2a40;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
}

.icon-text.orange {
  color: #f29100;
  margin-top: 4px;
}

.animation-wrapp {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: -175px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.text {
  white-space: break-spaces;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 1.2em;
  line-height: 1.6;
}

.card {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 200px;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003, 0 2px 14px -3px #0000001a;
}

.nav-wrapp {
  z-index: 2;
  background-color: #fff;
  align-items: center;
  height: 100px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.social-wrapper {
  color: #0b2a40;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.social-wrapper.footer {
  color: #0000;
  background-color: #0000;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.social-wrapper.footer.mobile {
  display: none;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav-link {
  color: #0b2a40;
  border-bottom: 1.5px solid #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.nav-link.w--current {
  color: #0b2a40;
  border-bottom: 1.5px solid #0b2a40;
  padding-bottom: 10px;
}

.nav-link.blue {
  color: #0b2a40;
  border-bottom-width: 3px;
  margin-right: 20px;
}

.nav-link.blue.w--current {
  border-bottom-width: 3px;
  border-bottom-color: #f29100;
  margin-right: 20px;
}

.social-icon {
  margin-right: 7px;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.social-icon.in {
  color: #fff;
  margin-right: 10px;
  font-size: 24px;
}

.social-icon.in.footer {
  color: #f29100;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
}

.social-icon.ig {
  color: #fff;
  margin-right: 10px;
  font-size: 24px;
}

.social-icon.ig.footer {
  color: #f29100;
  background-color: #0000;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
}

.social-icon.fb {
  color: #fff;
  margin-right: 10px;
}

.social-icon.fb.footer {
  color: #f29100;
  background-color: #0000;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2em;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  display: flex;
}

.brand {
  width: 120px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.icon-regular-2 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.icon-regular-2.newav11 {
  color: #fff;
}

.label-small {
  font-size: 14px;
  line-height: 20px;
}

.label-small.text-weight-semibold {
  font-weight: 600;
}

.label-small.text-weight-semibold.text-color-black {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.container-large-16 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.dropdown-card-text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h4-heading-3 {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
}

.section-large-4 {
  background-image: linear-gradient(#ff313066, #0057bf66), linear-gradient(#000000e6 100%, #fff), url('../images/Untitled-design-5.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  margin-top: -80px;
  padding: 120px 5%;
  position: relative;
}

.content-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #8b8a89;
  background-color: #fff;
  background-image: url('../images/Untitled-design-3.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border: 1px #f0edea;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.content-link:hover {
  color: #ff443d;
  background-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.paragraph-regular-8 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-8.text-color-gray-800 {
  color: #fff;
  font-size: 18px;
}

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.contact-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.content-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.content-links.mewlonks {
  grid-template-columns: 1fr;
  margin-bottom: 133px;
}

.contact-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.h2-heading {
  color: #000;
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}

.gallery-mask {
  width: 400px;
  overflow: visible;
}

.gallery-nav-styles {
  display: none;
}

.title-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 111px;
  display: flex;
}

.max-width-x-large {
  width: 100%;
  max-width: 792px;
}

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gallery-slider {
  aspect-ratio: 5.88 / 7.2;
  background-color: #fff0;
  height: auto;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-slide-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#fff0 80%, #000);
  position: absolute;
  inset: 0%;
}

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

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gallery-slide-image {
  z-index: 0;
  height: 100%;
  position: relative;
}

.gallery-nav {
  opacity: 0;
  height: 44px;
  padding-top: 0;
  display: flex;
  inset: auto auto 0% 0%;
}

.icon-x-large {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery-slider-button {
  color: #000;
  text-align: center;
  background-color: #f3b338;
  border: 1px solid #dbb261;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  padding: 5px;
  font-weight: 500;
  transition: box-shadow .3s, border-color .3s, background-color .3s;
  display: flex;
  inset: auto -15% 105% -45px;
  box-shadow: 0 2px 5px #cc952c96;
}

.gallery-slider-button:hover {
  background-color: #004a83;
  border-width: 2px;
  border-color: #1067aa;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.gallery-slider-button.left {
  background-color: #f3b338;
  border: 2px solid #dbb261;
  border-radius: 10px;
  width: 65px;
  height: 65px;
  padding: 5px;
  left: 60px;
  right: 98px;
  box-shadow: 0 2px 5px #cc952c96;
}

.gallery-slider-button.left:hover {
  box-shadow: none;
  background-color: #004a83;
  border-color: #186aa9;
}

.section-regular {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

.section-regular.overflow-hidden {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 125px;
  display: flex;
  overflow: hidden;
}

.hide {
  opacity: 0;
  display: flex;
}

.gallery-slide-card {
  height: 100%;
  position: relative;
}

.paragraph-x-large-2 {
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large-2.text-color-tertiary {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}

.gallery-slide {
  width: 400px;
  height: 600px;
  margin-right: 24px;
}

.gallery-slide-button {
  z-index: 2;
  position: absolute;
  inset: auto auto 24px 24px;
}

.gallery-slide-logo {
  z-index: 2;
  position: absolute;
  inset: 24px auto auto 24px;
}

.gallery-slider-large {
  background-color: #fff0;
  height: auto;
  margin-top: 28px;
  padding-bottom: 80px;
}

.container-large-17 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gallery-slide-nav {
  z-index: 4;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  height: 18px;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: auto 24px 24px auto;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.body {
  color: #000;
  font-family: Outfit, sans-serif;
}

.div-block {
  background-color: #f3b338;
  width: 35px;
  height: 1px;
}

.text-block {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.text-block.newt {
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

.brix---card-team-v1 {
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#062e4c66, #f3b33866), url('../images/Untitled-design-86-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 400px;
  height: 600px;
  padding: 40px 24px 56px;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---card-team-v1.cardv2 {
  background-image: linear-gradient(#062e4c99, #f3b33880), url('../images/image0.webp');
  justify-content: flex-end;
  align-items: center;
  width: 400px;
  height: 600px;
}

.brix---card-team-v1.cardv3 {
  background-image: linear-gradient(#062e4ccc, #f3b33880), url('../images/types-of-water-treatment.webp');
  width: 400px;
  height: 600px;
}

.brix---card-team-v1.cardv3.cardv4 {
  background-image: linear-gradient(#062e4c66, #f3b33866), url('../images/purifiers.jpg');
}

.brix---card-team-v1.cardv3.carcdv5 {
  background-image: linear-gradient(#062e4c66, #f3b33866), url('../images/ST-Rotor-Repair.jpg');
}

.brix---card-team-v1.cardv3.cardv5 {
  background-image: linear-gradient(#062e4c66, #f3b33866), url('../images/Warstila-Overhaul-10.jpg');
}

.brix---card-team-v1.cardv3.cardv5.cardv6 {
  background-image: linear-gradient(#062e4c66, #f1b23866 99%, #f3b33880), url('../images/energy-consulting_x-large.jpg');
}

.brix---card-team-v1.cardv3.cardv5.carcv6 {
  background-image: linear-gradient(#062e4c66, #f1b23866 99%, #f3b33880), url('../images/IMG_2973-1.jpeg');
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---heading-h3-size-link {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: #fff;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.newparagpah {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

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

.contact-form-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column {
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.checkbox {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  width: 16px;
  height: 16px;
  margin: 2px 10px 2px 2px;
}

.checkbox.w--redirected-checked {
  background-color: #286efb;
  background-image: none;
  background-position: 50%;
  background-size: auto;
  border-color: #286efb;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small.row-space-between {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.text-link-brand {
  color: #286efb;
  font-weight: 500;
  text-decoration: underline;
}

.overlay-olive {
  z-index: 2;
  background-image: radial-gradient(circle, #3b413a00, #45454580);
  position: absolute;
  inset: 0%;
}

.title-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-background {
  z-index: 1;
  opacity: .69;
  background-image: none;
  background-position: 50%;
  background-size: 1440px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form-text-field {
  color: #2b2b2b;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-text-field:focus {
  border-color: #286efb;
}

.form-text-field::placeholder {
  color: #6d6d6d;
}

.checkbox-label {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.form-text-area {
  color: #2b2b2b;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  min-height: 124px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-text-area:focus {
  border-color: #286efb;
}

.form-text-area::placeholder {
  color: #6d6d6d;
}

.paragraph-x-small-2 {
  color: #454545;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-x-small-2.text-color-tertiary {
  color: #6d6d6d;
}

.background {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.field-label {
  color: #6d6d6d;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.field-label.text-color-red {
  color: #f42a2a;
}

.noise {
  z-index: 3;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: 120px;
  position: absolute;
  inset: 0%;
}

.contact-icon-primary {
  color: #454545;
  background-color: #f6f6f6;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.subheading-small-2 {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.subheading-small-2.text-underline {
  text-decoration: underline;
}

.paragraph-x-large-3 {
  color: #454545;
  font-size: 20px;
  line-height: 1.5;
}

.paragraph-x-large-3.text-color-inverse {
  color: #fff;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 588px;
}

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

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

.head-secondary {
  color: #454545;
  background-color: #f6f6f6;
  border-radius: 32px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
}

.section-contact {
  background-color: #3b413a;
  padding: 96px 3%;
  position: relative;
  overflow: hidden;
}

.divider-quaternary {
  background-color: #f6f6f6;
  flex: none;
  width: 100%;
  height: 1px;
}

.button-primary-large-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-2:hover {
  background-color: #1843dc;
}

.row-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-x-small {
  z-index: 2;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h1-heading-2 {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading-2.text-color-inverse {
  color: #fff;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.contact-bottom-image {
  z-index: 0;
  height: 790px;
  position: absolute;
  bottom: -395px;
}

.subheading-small-3 {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.subheading-small-3.text-underline {
  text-decoration: underline;
}

.contact-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 486px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.column-large-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.contact-info-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.contact-background-circle {
  object-fit: cover;
  object-position: 50% 0%;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
  -webkit-mask-image: linear-gradient(to top, #0000, #000);
  mask-image: linear-gradient(to top, #0000, #000);
}

.background-noise {
  z-index: 3;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: 120px;
  position: absolute;
  inset: 0%;
}

.field-label-2 {
  color: #6d6d6d;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.field-label-2.text-color-red {
  color: #f42a2a;
}

.container-small {
  z-index: 1;
  width: 100%;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h1-heading-3 {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

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

.row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row.row-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.text-link-brand-2 {
  color: #286efb;
  font-weight: 500;
  text-decoration: underline;
  transition: color .3s;
}

.text-link-brand-2:hover {
  color: #2b2b2b;
}

.background-2 {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.form-field {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.title-center-small {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 558px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-large {
  background-color: #f6f6f6;
  padding: 96px 5%;
  position: relative;
}

.section-large.overflow-hidden {
  overflow: hidden;
}

.paragraph-x-small-3 {
  color: #454545;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.75;
}

.paragraph-x-small-3.text-color-tertiary {
  color: #6d6d6d;
}

.badge-outline {
  color: #454545;
  letter-spacing: -.08px;
  white-space: nowrap;
  border: 1px solid #e7e7e7;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  display: inline-block;
}

.icon-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #454545;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #e7e7e7;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  display: inline-flex;
}

.button-primary-large-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-3:hover {
  background-color: #1843dc;
}

.background-marble {
  z-index: 0;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-secondary {
  color: #454545;
  background-color: #f6f6f6;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.team-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.paragraph-x-small-4 {
  letter-spacing: .04px;
  font-size: 12px;
  line-height: 16px;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-overlay {
  z-index: 1;
  background-image: radial-gradient(circle at 50% 100%, #33168329 60%, #36178c00), linear-gradient(#0000003d, #0000003d);
  width: 100%;
  height: 100%;
  position: relative;
}

.paragraph-x-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large-4.text-color-gray-500 {
  color: #ababab;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-large-5 {
  background-color: #000;
  padding: 120px 5%;
  position: relative;
}

.team-social-link-small {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.container-large-18 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.badge-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.h6-heading {
  color: #e3e3e3;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.title-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-bottom: 64px;
}

.team-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-image-wrapper {
  background-image: radial-gradient(circle closest-corner, #bba7f140, #36178c00);
  border-radius: 12px;
  width: 100%;
  height: 387px;
  position: relative;
  overflow: hidden;
}

.paragraph-regular {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.column-regular.column-left {
  align-items: flex-start;
}

.h2-heading-2 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(157deg, #a78eec, #8f6ee7 28%, #7e58e478);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular-9 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-regular-9.text-color-gray-600 {
  color: #525252;
}

.overline-2 {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.team-divider {
  background-color: #f5f5f5;
  width: 100%;
  height: 1px;
}

.team-member-image-wrapper {
  border-radius: 16px;
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.h6-heading-2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.team-member-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.team-slide-link {
  color: #b8b8b8;
  transition: opacity .3s;
}

.team-slide-link:hover {
  color: #000;
}

.section-regular-2 {
  padding: 96px 5%;
  position: relative;
}

.grid-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
}

.team-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 432px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large.text-color-gray-600 {
  color: #525252;
}

.h2-heading-3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.team-member-description {
  padding: 8px;
}

.team-grid-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-grid-2.new-1 {
  justify-content: center;
  place-items: center;
  margin-top: 20px;
  display: flex;
}

.divider-gray-200 {
  background-color: #edeff2;
  width: 100%;
  height: 1px;
}

.section-regular-3 {
  padding: 82px 5% 30px;
  display: block;
  position: relative;
}

.team-vertical-divider {
  background-color: #f3b338;
  width: 1px;
  height: 12px;
}

.team-card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #edeff2;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.team-card-2.new121 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
}

.overline-3 {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-regular-10 {
  color: #000;
  text-transform: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-regular-10.new-paragrpah1 {
  text-align: center;
  font-weight: 500;
  text-decoration: underline;
}

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

.row-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-small-2 {
  color: #586174;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-color-blue {
  color: #f3b338;
  -webkit-text-stroke-color: #f3b338;
  text-transform: none;
}

.team-name-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-button-secondary-small {
  color: #07090d;
  background-color: #f6f7f9;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: color .3s;
  display: flex;
}

.icon-button-secondary-small:hover {
  color: #1457ff;
}

.h5-heading {
  color: #07090d;
  letter-spacing: -.48px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.team-image-wrapper-2 {
  border-radius: 6px;
  overflow: hidden;
}

.title-wrapper-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  max-width: 600px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-heading {
  color: #07090d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}

.icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-legal-section {
  background-color: #f3b338;
  padding: 10px 3%;
}

.footer-legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-grid-regular {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

.footer-link-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.footer-column-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.footer-links-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.paragraph-small-3 {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.footer-logo {
  height: auto;
}

.subheading-small-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.container-large-19 {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
}

.text-color-primary {
  color: #000;
}

.footer-link-dark {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.footer-link-dark:hover {
  color: #f3b338;
  transform: translate(6px, -4px);
}

.footer-category {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-legal-link {
  color: #666;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.footer-legal-link:hover {
  color: #000;
}

.footer-section {
  background-color: #062e4c;
  border-top: 1px solid #e3e3e3;
  padding: 80px 5% 42px;
  position: relative;
}

.paragraph-regular-11 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
}

.label-regular {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.footer-wrapper {
  display: block;
}

.footer-legal-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.title-center-2 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.code-embed {
  display: none;
}

.logo-cta-career {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #584837;
  border-radius: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.h2-heading-4 {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
}

.section-large-6 {
  background-color: #f8f7f2;
  padding: 96px 5%;
  position: relative;
}

.text-accent {
  color: #487f6a;
  font-style: italic;
}

.grid-two-column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.logo-carousel {
  background-color: #f1efe5;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.icon-regular-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2f261d;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #2a5144;
}

.logo-cta-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.carousel-horizontal-large {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-x-small-5 {
  color: #6b5843;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
}

.carousel-horizontal {
  width: 100%;
  overflow: hidden;
}

.text-italics {
  font-style: italic;
}

.text-italics.text-color-yellow {
  color: #f6d551;
}

.h6-heading-3 {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.logo-cta {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 832px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-regular-2 {
  z-index: 2;
  width: 100%;
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-wrapper-large {
  color: #fff;
  background-color: #584837;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.icon-wrapper-large.violet {
  background-color: #6754b6;
}

.icon-wrapper-large.yellow {
  color: #2f261d;
  background-color: #f6d551;
}

.paragraph-regular-12 {
  color: #6b5843;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-regular-12.text-color-tertiary {
  color: #6b5843;
}

.icon-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-carousel-2 {
  overflow: hidden;
}

.logo-carousel-card {
  border: 1px dashed #b5bbc4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  padding: 40px 16px;
  transition: background-color .3s;
  display: flex;
}

.logo-carousel-card:hover {
  background-color: #edeef1;
}

.paragraph-large-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  justify-content: center;
  place-items: center stretch;
  margin-bottom: 64px;
  display: flex;
}

.badge-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #49505b;
  border: 1px dashed #b5bbc4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.h1-heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.logo-carousel-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.section-regular-4 {
  background-color: #f7f8f8;
  padding: 96px 5%;
  position: relative;
}

.section-regular-4.overflow-hidden {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
  display: block;
  overflow: hidden;
}

.text-color-brand {
  color: #154ee0;
}

.max-width-regular {
  width: 100%;
  max-width: 520px;
}

.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-small-2.column-left {
  justify-content: center;
  align-items: flex-start;
}

.button-primary-large-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.18px;
  white-space: nowrap;
  background-color: #25272c;
  border: 2px solid #000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px #00000080, inset 0 1px 1px 3px #3f444d;
}

.button-primary-large-4:hover {
  background-color: #000;
}

.container-regular-3 {
  z-index: 1;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-size-regular {
  color: #fff;
  font-size: 1rem;
}

.container {
  justify-content: space-between;
  align-items: center;
}

.container.flex-centered {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.is-invert {
  filter: invert();
}

.drop-down {
  transition: all .2s;
}

.drop-down:hover {
  border-bottom: 1px solid #eee;
}

.nav-menu-2 {
  float: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: #202020;
  border: 1px solid #fff;
  border-top-style: none;
}

.dropdown-list.w--open {
  background-color: #212020;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  overflow: hidden;
}

.button-text {
  color: #f7f7f7;
  background-color: #202020;
  border-radius: .5rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8.5px 18.5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.text-color-alternate {
  color: #fff;
}

.text-color-alternate.border-down {
  transition: all .2s;
}

.text-color-alternate.border-down:hover {
  background-color: #6f3f2d;
  border-bottom: 1px solid #fff;
}

.text-color-alternate.text-size-small:hover {
  color: #fff;
  background-color: #11487700;
}

.nav-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ddd0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #202020;
  background-image: linear-gradient(60deg, #ff4c4c, #ff8c42);
  border-radius: .5rem;
  padding: .75rem 2rem;
  font-weight: 600;
  transition: all .2s;
}

.button-2:hover {
  scale: 1.1;
}

.button-2.is-thin.is-secondary-border {
  background-color: #20202000;
  background-image: linear-gradient(75deg, #ff4c4c, #ff8c42);
  padding: 1.5px;
}

.brix---footer-list-wrapper-3 {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  list-style-type: none;
}

.brix---footer-list-item-2 {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---link-wrapper-color-primary-2 {
  color: #ec1d25;
  align-items: center;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-2:hover {
  color: #281ca5;
}

.icon-regular-18 {
  color: #f95d18;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.brix---link-text-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text-2.nre1 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-large-3 {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-3.text-color-gray-800 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.contact-heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 86px;
}

.contact-form-button-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.container-large-20 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-regular-13 {
  color: #000;
  max-width: 600px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.contact-from-wrapper {
  max-width: 510px;
}

.heading-detail-small {
  color: #1c2122;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.heading-detail-small.text-color-gray-500 {
  color: #788d91;
}

.contact-detail {
  margin-bottom: 24px;
}

.textarea {
  background-color: #0000;
  border: 1px #ccd4d6;
  border-radius: 8px;
  min-height: 138px;
  margin-bottom: 0;
  padding: 9px 12px;
  box-shadow: 0 2px 5px #0003;
}

.textarea:focus {
  border-color: #323c3e;
  outline-color: #323c3e;
}

.button-small {
  outline-offset: 0px;
  color: #fff;
  text-transform: capitalize;
  background-color: #004b84;
  border-radius: 99px;
  outline: 1px solid #ccd4d6;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-small:hover {
  color: #fff;
  background-color: #004b84;
  outline-color: #1c2122;
}

.form-detail-2 {
  grid-column-gap: 16px;
  align-items: center;
  max-width: 207px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.contact-icon-wrapper {
  background-color: #004b84;
  border: 1px solid #3288c9;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  display: flex;
  box-shadow: 0 2px 5px #7fb3d9;
}

.text-field {
  color: #000;
  background-color: #0000;
  border: 1px #ccd4d6;
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  font-weight: 300;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.text-field:focus {
  border-color: #323c3e;
}

.text-field::placeholder {
  color: #3e4141;
  font-weight: 300;
}

.icon-medium {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.section-large-7 {
  padding: 30px 5% 120px;
  display: block;
  position: relative;
}

.contact-grid-heading {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.contact-text-underline {
  color: #000;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.form {
  align-items: center;
}

.grid-contact-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  display: flex;
}

.field-label-3 {
  color: #000;
  font-weight: 500;
}

.field-label-3.text-color-gray-500 {
  color: #000;
}

.form-field-wrapper {
  color: #323c3e;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.form-field-wrapper.margin-bottom-32 {
  margin-bottom: 32px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #004a83;
  border: 2px solid #2e6fa0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #326891a3;
}

.caption-regular {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.caption-regular.text-color-gray-700 {
  color: #49575a;
}

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

.form-block-2 {
  align-items: center;
  margin-bottom: 0;
}

.grid-contact-detail {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.contact-form-2 {
  grid-row-gap: 24px;
  border: 1px #ccd4d6;
  border-radius: 10px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.grid-two-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.text-color-red-400 {
  color: #e64d80;
  margin-top: 0;
  margin-bottom: 0;
}

.pattern {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.pattern.right-bottom {
  inset: auto 0% 0% auto;
}

.pattern.left-bottom {
  inset: auto auto 0% 0%;
}

.cta-squares-small {
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 92px;
  display: flex;
}

.cta-dot {
  background-color: #51515e;
  border-radius: 4px;
  flex: none;
  width: 4px;
  height: 4px;
}

.icon-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-regular-4 {
  z-index: 2;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-section {
  background-image: linear-gradient(#2e668b80, #f3b33880), url('../images/service-energy-consulting-1_16-9.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 180px 0% 140px;
  display: block;
  position: relative;
}

.background-3 {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta-content {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -32px;
  display: flex;
}

.wave {
  color: #ffffffa8;
}

.subheading-regular {
  color: #1a1925;
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.subheading-regular.text-color-white {
  color: #fff;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.column-x-large.column-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.cta-block {
  color: #fff;
  text-align: center;
  background-color: #1a192500;
  border-radius: 32px;
  justify-content: center;
  align-items: flex-start;
  margin-top: -180px;
  padding-bottom: 56px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.cta-head-icon {
  vertical-align: middle;
  background-color: #004b84;
  border: 2px solid #2059a2;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: inline-block;
  box-shadow: 0 2px 5px #32689185;
}

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

.paragraph-regular-14 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular-14.text-color-off-white {
  color: #fff;
  max-width: 600px;
  font-weight: 200;
}

.h4-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.h4-heading.text-color-white {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
}

.button-primary-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  white-space: nowrap;
  background-color: #1f62ff;
  background-image: linear-gradient(0deg, #55555514, #ececec14);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all, background-color, box-shadow;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-primary-3:hover {
  background-image: linear-gradient(0deg, #5555553d, #ececec14);
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.sub_heading-2 {
  white-space: nowrap;
  margin-top: 0;
  font-size: 1.4em;
  line-height: 1;
}

.icons-content-grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 140px 140px 140px;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.text-2 {
  white-space: break-spaces;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.2em;
  line-height: 1.6;
}

.card-2 {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 2px 14px -3px #0000001a;
}

.section-16 {
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.bold-text-2 {
  font-family: Outfit, sans-serif;
  font-size: 24px;
}

.text-block-3 {
  font-weight: 400;
}

.navbar_hamburger-liner-2 {
  background-color: #fff;
  width: 1.7rem;
  height: 2px;
}

.navbar_link-dropdown {
  grid-column-gap: .375rem;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  padding-top: .3rem;
  padding-bottom: .3rem;
  display: none;
  position: relative;
}

.navbar_link-wrapper {
  grid-column-gap: 1.875rem;
  display: flex;
}

.navbar_hamburger-liner-1, .navbar_hamburger-liner-3 {
  background-color: #fff;
  width: 1.7rem;
  height: 2px;
}

.navbar_link-lang {
  color: #fff;
  width: 1.5rem;
  line-height: 1.8;
}

.navbar_left {
  grid-column-gap: 3.5rem;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 80px;
  display: flex;
}

.navbar_link {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  text-decoration: none;
}

.navbar_link.w--current {
  text-decoration: none;
}

.navbar_link-underline {
  background-color: #f3b338;
  width: 2rem;
  height: 1.5px;
  transform: translate(-158%);
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar_link-drop-content {
  grid-row-gap: 1rem;
  background-color: #434449;
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 2rem;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 5px 20px #4344494d;
}

.navbar_lang-image {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar_link-wrap {
  overflow: hidden;
}

.navbar_link-wrap.pageon {
  border-bottom: 2px solid #f3b338;
  height: 30px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar_link-wrap.our-team {
  border-bottom: 1px #fff;
}

.navbar-2 {
  z-index: 99;
  width: 100%;
  padding-top: 2.1rem;
  padding-bottom: 1.5rem;
  position: absolute;
  top: 0;
}

.navbar_right {
  grid-column-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_logo {
  width: 220px;
  padding-right: 0;
}

.navbar_link-dropdown-arrow {
  width: .9rem;
}

.navbar_component {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_link-drop-lang {
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
}

.navbar_link-drop-lang:hover {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-outline {
  color: #dd0424;
  text-align: center;
  background-color: #0000;
  border: 1px solid #dd0424;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.625rem;
  font-weight: 600;
  line-height: 1.1;
  transition: background-color .2s;
}

.button-outline:hover {
  color: #fff;
  background-color: #dd0424;
}

.button-outline.is-light {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.button-outline.is-light:hover {
  color: #434449;
  background-color: #fff;
}

.button-outline.is-light.is-small {
  display: none;
}

.container-large-21 {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar_right-wrap {
  grid-column-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_hamburger {
  grid-row-gap: .4375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.navbar_hamburger.z-index-2 {
  display: none;
}

.navigation-image {
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.navigation-line-vertical {
  background-color: #f5f5f6;
  width: 1px;
  height: 100%;
}

.paragraph-x-small-6 {
  font-size: 12px;
  line-height: 20px;
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  margin-left: -200px;
  padding-top: 32px;
  display: flex;
  left: -125px;
}

.navigation-dropdown-list.new96.w--open {
  margin-left: -540px;
}

.navigation-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px #e6e6e7;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  min-width: 906px;
  padding: 8px;
  box-shadow: 0 2px 5px #0003;
}

.icon-6 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.subheading-small-5 {
  color: #000;
  letter-spacing: -.08px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.icon-inner {
  opacity: 1;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
}

.paragraph-small-4 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-4.text-color-tertiary {
  color: #000;
  width: 203.013px;
  font-size: 12px;
  font-weight: 300;
}

.paragraph-small-4.text-color-tertiary.newtt5 {
  width: 240px;
}

.navigation-text-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #59595f;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.navigation-text-link:hover {
  color: #252527;
  background-color: #f5f5f6;
}

.image-cover-3 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 5px #0003;
}

.navigation-feature-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.button-secondary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #004a83;
  border: 2px solid #1f3d63;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: -6px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 2px 5px #1f3d63;
}

.container-large-22 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navigation-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-dropdown {
  margin-left: 0;
  margin-right: -10px;
  transition: all .3s;
}

.navigation-heading {
  padding: 8px;
}

.navigation-feature-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.navigation-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-block-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-squares-left {
  pointer-events: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.icon-regular-19 {
  color: #fff;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 0;
  display: flex;
}

.navigation-column {
  flex-flow: column;
  width: 30%;
  min-width: 200px;
  display: flex;
}

.banner {
  background-color: #ff5805;
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.dropdown-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-brand-divider {
  background-color: #e6e6e7;
  border-bottom: 1px solid #e6e6e7;
  border-radius: 2px;
  width: 1px;
  height: 24px;
}

.navigation-separator {
  align-self: stretch;
  padding: 8px;
}

.navigation-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.banner-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.navigation-squares-right {
  pointer-events: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.navigation {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f6;
  padding: 16px 5%;
}

.button-secondary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.icon-wrapper {
  color: #252527;
  background-color: #f3b338;
  border: 2px solid #daa540;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  padding: 4px;
  box-shadow: 0 2px 5px #0003;
}

.navigation-divider {
  width: 100%;
  padding: 8px;
}

.navigation-link {
  color: #434347;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.text-block-4 {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-2 {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.expand-icon {
  width: 35px;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}

.lightbox-link-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 340px;
  height: 400px;
}

.lightbox-link-3.image3 {
  background-image: url('../images/328086421_587924376486841_7917133437586571683_n.jpg');
  border-radius: 6px;
}

.lightbox-link-3.image3.an {
  background-image: url('../images/05069DB0-66D5-4B17-9144-4B828BD454DB-1.jpeg');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image3.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image3.an.a3 {
  background-image: url('../images/IMG_2973-1.jpeg');
}

.lightbox-link-3.image3.an.a14 {
  background-image: url('../images/IMG_0244-1.jpeg');
}

.lightbox-link-3.image3.an.a14.a18 {
  background-image: url('../images/Wartsila-Overhaul-16.jpg');
}

.lightbox-link-3.image3.an.a14.a18.a19 {
  background-image: url('../images/Wartsila-Overhaul-1.jpg');
}

.lightbox-link-3.image3.an.a14.a18.a22 {
  background-image: url('../images/Wartsila-Overhaul-11.jpg');
}

.lightbox-link-3.image1 {
  background-image: url('../images/387056970_812722277310952_4420910492666136413_n.jpg');
  border-radius: 6px;
  transition: all .45s;
}

.lightbox-link-3.image1:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1.ani {
  background-image: url('../images/IMG_0673-1.jpeg');
  text-decoration: none;
}

.lightbox-link-3.image1.ani.a1 {
  background-image: url('../images/IMG_0213-1.jpeg');
}

.lightbox-link-3.image1.ani.a12 {
  background-image: url('../images/IMG_0752-1.jpeg');
}

.lightbox-link-3.image1.ani.a12.a16 {
  background-image: url('../images/Wartsila-OVerhaul-6.jpg');
}

.lightbox-link-3.image1.ani.a12.a16.a17 {
  background-image: url('../images/Wartsila-Overhaul-7.jpg');
}

.lightbox-link-3.image1.ani.a12.a16.a20 {
  background-image: url('../images/Wartila-Overhaul-3.jpg');
}

.lightbox-link-3.image2 {
  background-image: url('../images/386337631_810860787497101_7644533005443752777_n.jpg');
}

.lightbox-link-3.image2._6 {
  border-radius: 6px;
}

.lightbox-link-3.image2._6.an {
  background-image: url('../images/IMG_0348-1.jpeg');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image2._6.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image2._6.an.a2 {
  background-image: url('../images/IMG_4100-1.jpeg');
}

.lightbox-link-3.image2._6.an.a13 {
  background-image: url('../images/IMG_2988.jpg');
}

.lightbox-link-3.image2._6.an.a13.a17 {
  background-image: url('../images/Warstila-Overhaul-10.jpg');
}

.lightbox-link-3.image2._6.an.a13.a17.a18 {
  background-image: url('../images/Wartsila-Overhaul-17.jpg');
}

.lightbox-link-3.image2._6.an.a13.a17.a21 {
  background-image: url('../images/Wartsila-Overhaul-5.jpg');
}

.lightbox-link-3.image2._6.an.a13.a17.l00 {
  background-image: url('../images/Wartsila-Overhaul-1.jpg');
}

.h3-heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

.h3-heading-2.newheading {
  color: #000;
  text-align: center;
}

.testimonial-wrapper-4 {
  margin-bottom: 20px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.testimonial-overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(#fff0, #f6f5f300 50%, #f6f5f3cc 80%, #f6f5f3);
  position: absolute;
  inset: 0%;
}

.section-small-3 {
  padding: 80px 5%;
}

.section-small-3.background-secondary {
  background-color: #f6f5f3;
}

.section-small-3.background-secondary.newsec {
  background-color: #fff;
}

.section-small-3.background-secondary.newsec.newsec1.invs1 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-small-3.background-secondary.newsec.newsec1.invs1.ml {
  background-color: #f7f8fb;
  padding-top: 75px;
  padding-bottom: 100px;
}

.expandir {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.title-wrapper-small-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-large-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-regular-22 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-regular-22.newdesc {
  color: #000;
  margin-top: 10px;
  font-weight: 300;
}

.text-span-10 {
  color: #e43b2a;
  text-decoration: underline;
}

.gallery-thumb-cover-2 {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#0009, #0009);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: 0;
}

.icon-regular-20 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-20.text-color-brand {
  color: #fff;
}

.script-embed {
  display: none;
}

.blog-image-row {
  background-color: #edeef1;
  border-radius: 12px;
  width: 256px;
  overflow: hidden;
}

.icon-button-secondary-small-2 {
  color: #67707e;
  background-color: #edeef1;
  border: 1px solid #b5bbc4;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  transition: color .3s;
  display: flex;
}

.icon-button-secondary-small-2:hover {
  color: #25272c;
}

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

.blog-dropdown-list {
  background-color: #fff;
}

.blog-dropdown-list.w--open {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  border: 1px solid #d8dbdf;
  border-radius: 8px;
  flex-flow: column;
  margin-top: 4px;
  padding: 4px;
  display: flex;
  overflow: hidden;
}

.blog-share-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #49505b;
  white-space: nowrap;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 24px 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.blog-share-link:hover {
  color: #25272c;
  background-color: #edeef1;
}

.subheading-large {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
}

.max-width-x-large-2 {
  width: 100%;
  max-width: 832px;
  margin-bottom: -20px;
}

.blog-article-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 620px;
  display: flex;
}

.h4-heading-4 {
  color: #25272c;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.column-regular-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.blog-changelog-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 36px;
  display: flex;
}

.divider-primary {
  border-top: 2px dashed #b5bbc4;
  width: 100%;
}

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

.paragraph-x-small-7 {
  color: #49505b;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-7.text-color-tertiary {
  color: #67707e;
}

.blog-article-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.avatar-regular {
  background-color: #edeef1;
  border: 1px dashed #b5bbc4;
  border-radius: 100%;
  flex: none;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.paragraph-regular-23 {
  color: #fff;
  letter-spacing: -.12px;
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
}

.paragraph-regular-23.txt1 {
  color: #000;
}

.blog-share-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.divider-secondary {
  color: #004a83;
  border-top: 2px dashed #f3b338;
  width: 100%;
  margin-bottom: -60px;
}

.divider-secondary.divider1 {
  margin-bottom: -40px;
}

.blog-feature-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f3b338;
  border: 2px solid #c69027;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #b5872fcc;
}

.blog-feature-card.card1 {
  background-color: #004a83;
  border-style: solid;
  border-color: #1f3d63;
  box-shadow: 0 2px 5px #004a83;
}

.paragraph-x-large-5 {
  color: #49505b;
  letter-spacing: -.2px;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-small-5 {
  color: #49505b;
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-5.text-color-tertiary {
  color: #fff;
}

.blog-article-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.blog-image-card {
  background-color: #f7f8f8;
  border: 2px solid #f3b338;
  border-radius: 12px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.button-primary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #25272c;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px #00000080, inset 0 1px 1px 2px #3f444d;
}

.button-primary-4:hover {
  background-color: #000;
}

.subheading-regular-2 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
}

.badge-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #f3b338;
  border: 2px solid #c69027;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 2px 5px #b5872fcc;
}

.blog-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 16px;
  display: flex;
}

.max-width-large-2 {
  width: 100%;
  max-width: 628px;
}

.blog-changelog-icon-wrapper {
  padding: 4px;
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #25272c;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px #00000080, inset 0 1px 1px 2px #3f444d;
}

.button-primary-small:hover {
  background-color: #000;
}

.row-x-small-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-changelog-feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-small-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.badge-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #49505b;
  background-color: #edeef1;
  border: 1px solid #d8dbdf;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.blog-article-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-2x-large {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.blog-rich-text {
  text-transform: none;
}

.blog-article-feature-image {
  background-color: #f7f8f8;
  border: 2px dashed #b5bbc4;
  border-radius: 12px;
  height: 530px;
  margin-bottom: 80px;
  overflow: hidden;
}

.container-regular-6 {
  z-index: 1;
  width: 100%;
  max-width: 1062px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-small {
  background-color: #f7f8f8;
  padding: 48px 5%;
  position: relative;
}

.section-small.background-white {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-changelog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #004a83;
  border: 2px solid #1f3d63;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #004a83;
}

.blog-card-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 2px dashed #d8dbdf;
  border-radius: 16px;
  flex-flow: row;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.h2-heading-5 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}

.subheading-x-large {
  color: #25272c;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
}

.column-2 {
  flex-flow: column;
  display: flex;
}

.heading-3, .heading-4 {
  color: #000;
}

.image-3 {
  margin-bottom: 15px;
}

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

.icon-large-2 {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.content-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.content-card-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.column-x-large-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.content-image-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  display: flex;
}

.container-large-23 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.h2-heading-6 {
  color: #030711;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.paragraph-large-4 {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.content-grid-wide {
  grid-column-gap: 100px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr minmax(auto, 581px);
  align-items: center;
}

.paragraph-small-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.subheading-regular-3 {
  color: #030711;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.icon-wrapper-2 {
  color: #b95bb4;
  background-color: #f4dcf4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-wrapper-2.red {
  color: #d12e46;
  background-color: #fde7e7;
}

.section-x-large {
  padding: 50px 5%;
}

.section-x-large.newsec {
  padding-top: 0;
}

.flex-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.image-4, .image-5, .image-6 {
  border-radius: 8px;
}

.tab-link-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.tabs-content {
  width: 100%;
  height: 100%;
}

.tab-content-card {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 462px;
  height: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.icon-x-large-2 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.tab-content {
  background-color: #f6f7f9;
  background-image: linear-gradient(#004a83, #f3b338cc), url('../images/energy-consulting_x-large.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #edeff3;
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary-square {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-square:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-square.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.tab-image-wrapper {
  padding-top: 64px;
  padding-left: 32px;
  padding-right: 32px;
}

.tab-card-image {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  max-width: 500px;
  height: 100%;
  position: relative;
}

.h2-heading-7 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.tab-rotation-embed {
  display: none;
}

.tabs-content-reversed {
  flex-direction: column-reverse;
  align-items: center;
  display: flex;
}

.tab-link-inner-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column-reverse;
  align-items: flex-start;
  display: flex;
}

.tabs-menu-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.text-color-orange {
  color: #fe5b25;
}

.section-large-8 {
  padding: 40px 5% 120px;
  position: relative;
}

.tab-card-background {
  opacity: .1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overline-4 {
  color: #f3b338;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.max-width-large-3 {
  max-width: 749px;
}

.tab-link-loader {
  background-color: #004a83;
  border: 1px solid #004a83;
  border-radius: 24px;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.title-wrapper-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-small-7 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-7.text-color-gray-600 {
  color: #525f75;
}

.tab-card-wrapper {
  padding: 16px;
}

.container-large-24 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-x-large-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large-6.text-color-gray-800 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #525f75;
  background-color: #ddd0;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}

.tab-link.w--current {
  color: #23272f;
  background-color: #ddd0;
}

.paragraph-regular-bg {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-bg.text-weight-bold {
  color: #000;
  font-weight: 700;
}

.loader-bar {
  background-color: #f3b338;
  width: 0%;
  height: 2px;
}

.paragraph-large-5 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-5.text-color-gray-600 {
  color: #000;
}

.newtxt {
  font-size: 18px;
  font-weight: 700;
}

.bold-text-41 {
  font-size: 45px;
}

.image-7 {
  border-radius: 8px;
}

.footer-legal-links-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

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

.link-3 {
  color: #f3b338;
}

.bold-text-42 {
  text-decoration: underline;
}

.bold-text-43 {
  text-transform: uppercase;
  text-decoration: underline;
}

.bold-text-44, .bold-text-45 {
  text-decoration: underline;
}

.txt1, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35, .bold-text-46, .paragraph-36 {
  text-transform: none;
}

.new121 {
  text-transform: uppercase;
}

.link-block-2 {
  text-decoration: none;
}

.bold-text-47, .paragraph-37, .paragraph-38, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .paragraph-39, .bold-text-52, .bold-text-53 {
  text-transform: uppercase;
}

.flex-blocknew {
  justify-content: center;
  align-items: center;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Outfit, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.heading-13 {
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.body-2 {
  font-family: Outfit, sans-serif;
}

.paragraph-40 {
  color: #fff;
  text-align: center;
  max-width: 500px;
  font-size: 16px;
  font-weight: 300;
}

.career-location {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #eeeef0;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px 4px 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250f, 0 .5px .5px #1a19250f;
}

.career-squares {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -12px -122px auto auto;
}

.overflow-hide {
  overflow: hidden;
}

.max-width-small {
  width: 100%;
  max-width: 100%;
}

.container-small-3 {
  z-index: 2;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-small-8 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

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

.location-flag {
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.row-x-small-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-x-small-8 {
  color: #51515e;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-x-small-8.text-color-tertiary {
  color: #f3b338;
  font-size: 14px;
}

.paragraph-x-small-8.text-weight-medium {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.icon-7 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-secondary-small-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #004a83;
  border: 1px solid #000;
  border-radius: 6px;
  flex: none;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.icon-small-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-regular.row-space-between {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.career-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.paragraph-large-6 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-large-6.text-strong {
  color: #1a1925;
  font-weight: 600;
}

.section-regular-5 {
  padding: 96px 5%;
  position: relative;
}

.section-regular-5.background-primary {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.column-small-3 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-balance {
  text-wrap: balance;
}

.dot {
  background-color: #a3a3ae;
  border-radius: 4px;
  width: 2px;
  height: 2px;
}

.career-card-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.badge-primary-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.h5-heading-2 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.career-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-left-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 572px;
  margin-bottom: 48px;
  display: flex;
}

.text-block-5, .text-block-6 {
  font-size: 14px;
}

.image-8 {
  width: 491px;
  height: 250px;
}

.image-8.new1 {
  width: 600px;
  height: 500px;
  margin-top: -107px;
  margin-bottom: -66px;
  padding-top: 0;
}

.title-wrapper-regular {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-regular-6 {
  background-color: #000;
  padding: 80px 5%;
  position: relative;
}

.column-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.logo-overlay-left {
  z-index: 1;
  background-image: linear-gradient(90deg, #000, #00000096 51%, #0000);
  width: 240px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.paragraph-x-large-7 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.code-embed-3 {
  display: none;
}

.logo-overlay-right {
  z-index: 1;
  width: 240px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.carousel-horizontal-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.logo-card {
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.logo-footnote {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 584px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.carousel-horizontal-2 {
  position: relative;
  overflow: hidden;
}

.h3-heading-3 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(113deg, #c2b0f2, #1b0b46);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
}

.container-x-large {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  max-width: 500px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-x-large-8 {
  color: #3d424c;
  font-size: 20px;
  line-height: 32px;
}

.testimonial-mask {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.subheading-regular-4 {
  color: #24262d;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.code-embed-4 {
  display: none;
}

.h2-heading-8 {
  color: #24262d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.icon-regular-21 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: flex;
}

.overline-regular-2 {
  color: #6869ac;
  letter-spacing: -.18px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.testimonial-right-arrow {
  color: #6869ac;
  border: 1px dashed #6869ac;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 4px;
  transition: background-color .3s;
  display: flex;
  top: auto;
  left: 60px;
  right: 0%;
}

.testimonial-right-arrow:hover {
  background-color: #e8ecf7;
}

.testimonial-quote-icon {
  color: #e8ecf7;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-left-arrow {
  color: #8c95a6;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 4px;
  transition: color .3s;
  display: flex;
  top: auto;
  left: -60px;
  right: 0%;
}

.testimonial-left-arrow:hover {
  color: #24262d;
}

.testimonial-slide-card {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  border: 2px dashed #d7dae0;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 32px;
  display: flex;
}

.testimonial-slide {
  color: #575f70;
  margin-right: 24px;
}

.testimonial-author-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px dashed #d7dae0;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.paragraph-small-9 {
  color: #3d424c;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-9.text-color-tertiary {
  color: #575f70;
}

.testimonial-slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-bottom: 82px;
  display: flex;
}

.background-dots {
  z-index: 1;
  pointer-events: none;
  color: #6869ac;
  justify-content: center;
  align-items: center;
  margin-top: -32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonial-company-logo {
  background-color: #fff;
  border: 1px dashed #b4bac5;
  border-radius: 100%;
  padding: 12px;
}

.container-large-25 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-regular-7 {
  padding: 64px 5%;
  position: relative;
}

.testimonial-slide-nav {
  display: none;
  bottom: -50px;
}

.slide {
  margin-right: 3.125rem;
}

.card-text {
  text-align: center;
  font-family: Varela Round, sans-serif;
  font-size: 1.25rem;
  line-height: 130%;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

.padding-global-2 {
  padding: 7.5rem 5rem;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.right-arrow {
  background-color: #b26464;
  border-radius: 100%;
  width: 4.375rem;
  height: 4.375rem;
  inset: 42% 30% auto auto;
}

.slide-nav {
  display: none;
}

.card-title {
  font-family: Oswald, sans-serif;
  font-size: 2.5rem;
  line-height: 140%;
}

.card-image_wrapper {
  width: 100%;
  height: 34.375rem;
  padding-bottom: 1.875rem;
  position: relative;
  overflow: hidden;
}

.slider-image {
  border-radius: 2.5rem;
  width: 100%;
  height: 100%;
}

.left-arrow {
  background-color: #b26464;
  border-radius: 100%;
  width: 4.375rem;
  height: 4.375rem;
  inset: 42% auto auto 30%;
}

.mask-2 {
  width: 30%;
  overflow: visible;
}

.card-content_wrapper {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.container-large-26 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container-x-large-2 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.background-color.background-olive {
  background-color: #3b413a;
}

.h5-heading-3 {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.testimonial-content-03 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial-slider-nav-active {
  cursor: pointer;
  background-color: #286efb;
  border-radius: 32px;
  width: 32px;
  height: 8px;
}

.testimonial-slider-nav-05 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  display: flex;
}

.column-x-small-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.paragraph-regular-24 {
  color: #454545;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}

.paragraph-regular-24.text-color-tertiary {
  color: #6d6d6d;
}

.subheading-regular-5 {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.code-embed-5 {
  display: none;
}

.testimonial-quotes-05 {
  position: absolute;
  inset: -5% -5% auto auto;
}

.testimonial-header-05 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonial-slider-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.testimonial-slider-button {
  width: 24px;
  display: none;
}

.section-regular-8 {
  background-color: #f6f6f6;
  padding: 64px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-8.background-light {
  background-color: #fff;
  display: block;
}

.testimonial-mask-03 {
  padding: 1%;
}

.testimonial-slider-nav-inactive {
  cursor: pointer;
  background-color: #f6f6f6;
  border: 1px solid #b0b0b0;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.icon-regular-22 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-x-large-9 {
  color: #454545;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.75;
}

.testimonial-avatar-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.badge-secondary-small {
  color: #454545;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #f6f6f6;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.max-width-regular-2 {
  width: 100%;
  max-width: 512px;
}

.icon-button-primary-large {
  color: #fff;
  background-color: #286efb;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .3s;
  display: flex;
}

.icon-button-primary-large:hover {
  background-color: #1843dc;
}

.h1-heading-5 {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading-5.text-balance {
  color: #000;
  text-wrap: balance;
  font-size: 45px;
  font-weight: 700;
}

.badge-outline-small {
  color: #454545;
  letter-spacing: -.08px;
  white-space: nowrap;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.testimonial-slider-03 {
  background-color: #0000;
  height: auto;
  overflow: hidden;
}

.button-primary-large-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-5:hover {
  background-color: #1843dc;
}

.testimonial-grid-05 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.testimonial-slide-2 {
  margin-right: 24px;
}

.icon-button-outline-small {
  color: #454545;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.image-cover-6 {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-card-03 {
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  height: 100%;
  padding: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-avatar-03 {
  border-radius: 12px;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}

.testimonial-card-bottom-05 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-2 {
  background-color: #f3b338;
  width: 40px;
  height: 2px;
}

.flex-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.section-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 80px;
  display: flex;
}

.flex-block-9 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: center;
  align-items: flex-start;
}

.bold-text-55, .bold-text-56 {
  font-size: 24px;
}

.paragraph-41 {
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .h1-heading {
    font-size: 45px;
    font-weight: 700;
  }

  .column-large.column-left {
    justify-content: center;
    align-items: center;
  }

  .background-video {
    padding-top: 15%;
  }

  .section.hero {
    margin-top: 0;
  }

  .icons-content-grid {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .card {
    width: 300px;
    height: 200px;
  }

  .gallery-slider-button {
    bottom: 105%;
    left: 15px;
    right: -10%;
  }

  .gallery-slider-button.left {
    bottom: 105%;
    left: 9px;
    right: 35px;
  }

  .brix---card-team-v1 {
    background-image: linear-gradient(#062e4c69, #f3b33859), url('../images/Untitled-design-86-1.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .brix---card-team-v1.cardv3.cardv5 {
    background-image: linear-gradient(#062e4c66, #f3b33866), url('../images/Warstila-Overhaul-10.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .navbar_left {
    margin-right: 60px;
  }

  .navbar_logo {
    width: 220px;
  }

  .container-large-21 {
    max-width: 65rem;
  }

  .paragraph-large-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonial-slider-nav-active {
    background-color: #f3b338;
  }

  .subheading-regular-5 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
  }

  .section-regular-8.background-light {
    background-color: #fff;
    display: block;
  }

  .testimonial-slider-nav-inactive {
    background-color: #f3b338;
  }

  .paragraph-x-large-9 {
    color: #000;
    font-size: 16px;
  }

  .h1-heading-5.text-balance {
    color: #000;
    font-size: 50px;
    font-weight: 600;
  }

  .testimonial-slide-2 {
    padding: 1%;
  }

  .testimonial-card-03 {
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-2 {
    color: #f3b338;
    background-color: #f3b338;
    width: 40px;
    height: 2px;
  }

  .flex-block-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .h1-heading {
    font-size: 50px;
    font-weight: 700;
  }

  .column-large.column-left.newcol {
    max-width: 700px;
  }

  .background-video {
    padding-top: 15%;
    padding-left: 5%;
  }

  .section.hero {
    margin-top: 0;
  }

  .section.map {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid {
    margin: 5%;
  }

  .title-left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .gallery-slider-button {
    width: 65px;
    height: 65px;
    margin-left: -300px;
    margin-right: 39px;
    inset: -17% 0% 188% 245%;
  }

  .gallery-slider-button:hover {
    background-color: #004a83;
    border-width: 2px;
    border-color: #1e71b1;
  }

  .gallery-slider-button.left {
    width: 65px;
    height: 65px;
    margin-left: -300px;
    margin-right: 60px;
    padding-right: 0;
    inset: -244% 0% -110% 225%;
  }

  .gallery-slider-button.left:hover {
    background-color: #004a83;
    border-color: #3786c2;
    box-shadow: 0 2px 5px #004a83;
  }

  .section-regular.overflow-hidden {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    display: flex;
    overflow: hidden;
  }

  .gallery-slider-large {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-large-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-left: auto;
    display: flex;
  }

  .brix---card-team-v1.cardv3.cardv5 {
    background-image: linear-gradient(#062e4c99, #f3b33880), url('../images/Warstila-Overhaul-10.jpg');
  }

  .brix---card-team-v1.cardv3.cardv5.carcv6 {
    background-image: linear-gradient(#062e4c99, #f3b33880), url('../images/IMG_2973-1.jpeg');
  }

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

  .team-card-2.new121 {
    width: auto;
    height: auto;
  }

  .container-regular {
    max-width: none;
  }

  .section-regular-4.overflow-hidden {
    padding-left: 3%;
  }

  .container-regular-3 {
    max-width: none;
    margin-left: 3%;
  }

  .navbar_logo {
    width: 220px;
  }

  .container-large-21 {
    max-width: 65rem;
  }

  .paragraph-large-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .tab-content {
    background-image: linear-gradient(#004a83, #f3b338cc), url('../images/Warstila-Overhaul-10.jpg');
  }

  .tab-content.tab1 {
    background-image: linear-gradient(#004a8366, #f3b33866), url('../images/ST-Rotor-Repair.jpg');
  }

  .tab-content.tab2 {
    background-image: linear-gradient(#004a8366, #f3b33866), url('../images/Wartsila-Overhaul-17.jpg');
  }

  .tab-content.tab3 {
    background-image: linear-gradient(#004a8366, #f3b33866), url('../images/Screenshot-2025-09-10-223628.png');
    background-position: 0 0, 50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tab-content.tab4 {
    background-image: linear-gradient(#004a8366, #f3b33866), url('../images/Banner-49.png');
    background-position: 0 0, 0%;
  }

  .container-small-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-small-3 {
    grid-template-rows: auto auto;
    max-width: 1400px;
  }

  .carousel-horizontal-2 {
    width: 100%;
  }

  .slide {
    width: 400px;
  }

  .right-arrow {
    right: 39%;
  }

  .left-arrow {
    left: 33%;
  }

  .flex-block-9 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-x-large {
    max-width: 600px;
    font-size: 20px;
    line-height: 26px;
  }

  .h1-heading {
    max-width: 800px;
    font-size: 60px;
    font-weight: 700;
  }

  .column-large.column-left {
    max-width: none;
  }

  .background-video {
    padding-top: 10%;
    padding-left: 5%;
  }

  .section.hero {
    margin-top: 0;
  }

  .section.map {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.map.newsection1 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .sub_heading {
    max-width: none;
    margin-bottom: 0;
    font-size: 35px;
  }

  .grid {
    grid-template-columns: .25fr .75fr;
    margin-left: auto;
    margin-right: auto;
  }

  .animation-wrapp {
    width: 100%;
    margin-left: 0;
  }

  .text {
    text-align: left;
    font-size: 1.4em;
  }

  .title-left {
    width: 100%;
  }

  .column-large-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .gallery-slider-button {
    width: 65px;
    height: 65px;
    inset: auto -149% 110% auto;
  }

  .gallery-slider-button:hover {
    background-color: #004a83;
    border-color: #2b9bf2;
  }

  .gallery-slider-button.left {
    width: 65px;
    height: 65px;
    margin-left: -35px;
    inset: auto -5% 110% 212%;
  }

  .section-regular.overflow-hidden {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-large-17 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-left: auto;
  }

  .navbar_left {
    margin-right: 40px;
  }

  .navbar_link, .navbar_link.w--current {
    font-size: 18px;
  }

  .navbar_logo {
    width: 230px;
  }

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

  .container-large-21 {
    max-width: 70rem;
  }

  .navbar_right-wrap {
    grid-column-gap: 1rem;
  }

  .button-secondary-small, .text-block-4 {
    font-size: 18px;
  }

  .paragraph-large-4 {
    font-size: 18px;
    line-height: 28px;
  }

  .container-small-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-small-3 {
    grid-template-rows: auto auto;
    max-width: 1200px;
  }

  .slide {
    margin-right: 0;
  }

  .section-19 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    padding-bottom: 80px;
    display: flex;
  }

  .flex-block-9 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: flex-start;
    margin-top: -40px;
    margin-bottom: -35px;
  }
}

@media screen and (max-width: 991px) {
  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .header-dashed-line {
    display: none;
  }

  .header-image-column {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
  }

  .badge.right-icon._12badge, .badge.right-icon.newicon1 {
    display: none;
  }

  .header-logo-wrapper {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
  }

  .header-logo-text {
    max-width: none;
  }

  .button.nav {
    margin-bottom: 30px;
  }

  .heading {
    font-size: 2.5em;
    line-height: 1.4;
  }

  .heading-container {
    font-size: 1em;
    line-height: 1;
  }

  .section.map {
    padding-bottom: 90px;
  }

  .content-wrapp {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .icons-content-grid {
    grid-template-columns: 140px 140px 140px;
    margin-bottom: 30px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

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

  .text {
    line-height: 1.6;
  }

  .social-wrapper {
    justify-content: center;
  }

  .social-wrapper.footer {
    flex: 0 auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .icon-3 {
    color: #f29100;
    font-size: 2em;
    line-height: 1;
  }

  .nav-link.blue {
    text-align: center;
    margin-right: 0;
  }

  .nav-link.blue.w--current {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-right: 0;
    display: flex;
  }

  .social-icon.in {
    display: none;
  }

  .social-icon.in.footer {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.8em;
    display: flex;
  }

  .social-icon.ig {
    display: none;
  }

  .social-icon.ig.footer {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.8em;
    display: flex;
  }

  .social-icon.fb {
    display: none;
  }

  .social-icon.fb.footer {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.8em;
    display: flex;
  }

  .brand {
    width: 100px;
  }

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

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .gallery-mask {
    width: calc(50% - 12px);
  }

  .section-regular {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .brix---heading-h3-size-link, .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .form-block {
    align-items: center;
  }

  .form-grid {
    order: 9999;
  }

  .contact-form {
    order: -1;
  }

  .contact-details-grid {
    order: 9999;
  }

  .title-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-three-column, .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .team-image-wrapper-2 {
    min-height: auto;
  }

  .footer-legal-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-legal-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .footer-grid-regular {
    grid-template-columns: 1fr;
  }

  .footer-link-badge {
    align-items: center;
  }

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

  .title-center-2 {
    margin-bottom: 48px;
  }

  .section-large-6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .logo-cta {
    margin-top: 48px;
  }

  .heading-grid {
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .is-invert {
    position: static;
  }

  .menu-button-4 {
    background-color: #c8c8c800;
    margin-left: 40vw;
  }

  .menu-button-4:active, .menu-button-4:focus, .menu-button-4.w--open {
    background-color: #c8c8c800;
  }

  .drop-down {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #20202040;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dropdown-list {
    background-color: #20202099;
  }

  .dropdown-list.w--open {
    background-color: #212020bf;
  }

  .menu-icon {
    width: 2rem;
    height: 2rem;
    scale: 3;
  }

  .dropdown-toggle {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row-reverse;
    font-size: 2.5rem;
    display: flex;
  }

  .text-color-alternate.text-size-small {
    font-size: 2.5rem;
  }

  .nav-component {
    position: absolute;
  }

  .nav-buttons-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 1rem;
  }

  .contact-grid-heading {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .grid-two-column-3 {
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: center stretch;
    display: flex;
  }

  .cta-squares-small {
    width: 1120px;
  }

  .h4-heading {
    font-size: 36px;
  }

  .icons-content-grid-2 {
    grid-template-columns: 140px 140px 140px;
    margin-bottom: 30px;
  }

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

  .text-2 {
    line-height: 1.6;
  }

  .navbar_link-wrapper {
    grid-column-gap: 1.5rem;
    background-color: #2f3033;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-top: 77px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .navbar_link-lang {
    font-size: .9rem;
  }

  .navbar_left {
    grid-column-gap: 1.5rem;
  }

  .navbar_link {
    font-size: 2rem;
  }

  .navbar_component {
    justify-content: space-between;
  }

  .button-outline.is-light.is-small {
    display: none;
  }

  .navbar_right-wrap {
    grid-column-gap: 1rem;
  }

  .navbar_hamburger, .navbar_hamburger.z-index-2 {
    display: flex;
  }

  .navigation-image {
    height: 318px;
  }

  .navigation-dropdown-list {
    position: relative;
    top: 0;
    left: auto;
  }

  .navigation-dropdown-list.w--open {
    padding-top: 0;
    position: static;
    top: 0;
  }

  .navigation-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-width: 100%;
  }

  .navigation-menu {
    background-color: #fff;
    padding: 24px 5%;
  }

  .navigation-dropdown {
    width: 100%;
    position: relative;
  }

  .navigation-container {
    position: static;
  }

  .navigation-brand-divider {
    display: none;
  }

  .menu-button-5 {
    color: #fff;
    background-color: #ff5805;
    padding: 8px;
  }

  .menu-button-5.w--open {
    background-color: #000;
  }

  .expand-icon {
    width: 20px;
    position: absolute;
    bottom: 10px;
    right: 20px;
  }

  .blog-article-feature-image {
    height: 350px;
  }

  .content-grid-wide {
    grid-template-columns: 1fr;
  }

  .tab-content-card {
    max-width: none;
  }

  .tab-content {
    flex-direction: column-reverse;
  }

  .tab-image-wrapper {
    padding-top: 32px;
  }

  .tab-card-image {
    max-width: none;
  }

  .tabs-menu-bottom {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .section-large-8 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .button-secondary-small-2 {
    background-image: linear-gradient(#ffffff1f, #fff0);
  }

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

  .image-8 {
    display: none;
  }

  .logo-overlay-left, .logo-overlay-right {
    width: 120px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .testimonial-slider-03 {
    max-width: none;
  }

  .testimonial-grid-05 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .h1-heading {
    font-size: 48px;
  }

  .badge.right-icon._12badge, .badge.right-icon.newicon1 {
    display: none;
  }

  .header-tabs-menu-small {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-tabs-small {
    max-width: none;
  }

  .heading {
    font-size: 2.2em;
  }

  .heading.map, .sub_heading {
    font-size: 1.1em;
  }

  .animation-wrapp {
    margin-bottom: 0;
    display: flex;
  }

  .lottie-animation {
    margin-bottom: 70px;
  }

  .nav-wrapp {
    height: 60px;
  }

  .social-wrapper.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .social-icon.in.footer, .social-icon.ig.footer, .social-icon.fb.footer {
    margin-right: 0;
    display: flex;
  }

  .brand {
    width: 80px;
  }

  .menu-button {
    padding: 5px;
  }

  .section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 40px;
  }

  .gallery-mask {
    width: auto;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .h1-heading-2 {
    font-size: 56px;
  }

  .contact-bottom-image {
    display: none;
  }

  .h1-heading-3 {
    font-size: 56px;
  }

  .contact-details-grid {
    grid-template-columns: 1fr;
  }

  .row.row-top {
    flex-flow: column;
  }

  .section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-member-image-wrapper {
    order: -1;
  }

  .h6-heading-2 {
    font-size: 28px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .h2-heading-3 {
    font-size: 44px;
  }

  .team-grid-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading {
    font-size: 36px;
    line-height: 52px;
  }

  .footer-legal-section {
    padding-bottom: 32px;
  }

  .footer-grid-regular {
    grid-template-columns: 1fr;
  }

  .footer-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-4, .h1-heading-4 {
    font-size: 48px;
  }

  .button-text {
    width: 100%;
  }

  .dropdown-toggle {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 10px;
  }

  .contact-heading-2 {
    font-size: 50px;
    line-height: 56px;
  }

  .section-large-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .contact-grid-heading {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .cta-dot {
    display: none;
  }

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

  .background-3 {
    display: none;
  }

  .cta-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .cta-row {
    flex-flow: wrap;
  }

  .sub_heading-2 {
    font-size: 1.1em;
  }

  .navbar_link-wrapper {
    display: none;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-outline {
    font-size: .9rem;
  }

  .button-outline.is-light.is-small {
    display: none;
  }

  .navigation-line-vertical {
    width: 100%;
    height: 1px;
  }

  .navigation-buttons {
    display: none;
  }

  .navigation-column {
    width: 100%;
  }

  .navigation-separator {
    width: 100%;
    height: auto;
  }

  .banner-block.hide-mobile {
    display: none;
  }

  .h3-heading-2 {
    font-size: 40px;
  }

  .blog-image-row {
    width: auto;
  }

  .h4-heading-4 {
    font-size: 32px;
  }

  .blog-image-card {
    height: 400px;
    min-height: auto;
  }

  .blog-article-feature-image {
    height: 300px;
  }

  .blog-card-row {
    flex-flow: column;
  }

  .h2-heading-5 {
    font-size: 48px;
  }

  .content-feature-grid {
    grid-template-columns: 1fr;
  }

  .h2-heading-6 {
    font-size: 46px;
    line-height: 54px;
  }

  .section-x-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-large-8 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .image-8 {
    display: none;
  }

  .section-regular-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .logo-overlay-left, .logo-overlay-right {
    width: 40px;
  }

  .background-dots {
    pointer-events: none;
  }

  .h5-heading-3 {
    font-size: 28px;
  }

  .h1-heading-5 {
    font-size: 56px;
  }

  .testimonial-card-03 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .grid-two-column {
    margin-bottom: 15px;
  }

  .image-cover {
    height: 300px;
  }

  .image-cover.newimg {
    width: 80%;
    height: 50%;
  }

  .button-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .paragraph-x-large {
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
  }

  .h1-heading {
    font-size: 28px;
    font-weight: 700;
  }

  .badge.right-icon {
    border-style: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .badge.right-icon._12badge, .badge.right-icon.newicon1 {
    display: none;
  }

  .column-large.column-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 100px;
    padding: 5%;
  }

  .column-large.column-left.newcol {
    padding: 0%;
  }

  .column-large.column-left {
    margin-top: 10px;
    padding: 0%;
  }

  .header-tabs-menu-small {
    grid-template-columns: 1fr;
  }

  .button-primary-large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #004b84;
    border-color: #0b60a1;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    transition-property: all;
    transition-duration: .45s;
    box-shadow: 0 2px 5px #004b848a;
  }

  .button-primary-large:hover {
    background-color: #1f3d63;
    border-color: #113159;
    transform: translate(0, -6px);
  }

  .button-primary-large.secondarybutton {
    background-color: #f3b338;
    border-color: #c99227;
    font-size: 18px;
    font-weight: 400;
    transition-property: all;
    transition-duration: .45s;
    box-shadow: 0 2px 5px #b17e1c75;
  }

  .button-primary-large.secondarybutton:hover {
    transform: translate(0, -6px);
  }

  .button.productos {
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    display: flex;
  }

  .button.servicios {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1em;
    display: flex;
  }

  .button.nav {
    margin-top: 25px;
  }

  .button-container {
    flex-direction: column;
    align-items: stretch;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    font-size: 2em;
  }

  .heading.map {
    white-space: normal;
    font-size: 1.1em;
  }

  .background-video {
    flex-flow: row;
    padding: 40% 5% 5%;
    display: flex;
  }

  .section.hero {
    flex-flow: column;
    height: 120vh;
    display: flex;
  }

  .section.map {
    padding-top: 60px;
    padding-bottom: 45px;
    display: block;
  }

  .content-wrapp {
    align-items: center;
    margin-top: 140px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub_heading {
    color: #000;
    white-space: normal;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
  }

  .icons-content-grid {
    flex-flow: column;
    grid-template-columns: 250px;
    width: 100%;
    display: flex;
  }

  .heading-h5.sub {
    color: #326891;
  }

  .icon-2 {
    font-size: 1.9em;
  }

  .grid {
    grid-template-columns: 1fr;
    place-items: center start;
    margin: 5%;
  }

  .icon-grid-map {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    width: 90%;
    position: static;
  }

  .icon-grid-wrapp {
    justify-content: flex-start;
  }

  .icon-grid-wrapp.precio {
    margin-left: 4px;
  }

  .icon-text.orange {
    margin-top: 0;
    margin-left: 8px;
  }

  .text {
    color: #000;
    margin-top: -5px;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.6;
  }

  .icon-text-wrapp {
    align-items: center;
    display: flex;
  }

  .card {
    border-radius: 10px;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 50px;
  }

  .lottie-animation {
    margin-bottom: 10px;
  }

  .nav-wrapp {
    background-color: #fff0;
    position: relative;
  }

  .social-wrapper.footer {
    align-items: center;
  }

  .social-wrapper.footer.mobile {
    margin-top: 20px;
    display: flex;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-3 {
    color: #fff;
    font-size: 1.8em;
  }

  .nav-link.blue {
    margin-top: 25px;
  }

  .nav-link.blue.w--current {
    color: #fff;
    background-color: #f29100;
  }

  .social-icon.in.footer, .social-icon.ig.footer, .social-icon.fb.footer {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    display: flex;
  }

  .nav-container {
    margin-top: 90px;
  }

  .brand {
    width: auto;
  }

  .nav-menu {
    height: 100vh;
  }

  .menu-button {
    background-color: #fff0;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .image {
    margin-left: -33px;
  }

  .overline {
    text-align: center;
  }

  .h4-heading-3 {
    text-align: center;
    font-size: 30px;
  }

  .section-large-4 {
    background-image: linear-gradient(#00000073 100%, #fff), url('../images/service-energy-consulting-1_16-9.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: -225px;
    padding-top: 71px;
    padding-bottom: 40px;
    display: block;
    position: relative;
  }

  .content-link {
    background-image: url('../images/Untitled-design-3.png'), linear-gradient(205deg, #d4010a, #041541 69%);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .paragraph-regular-8.text-color-gray-800 {
    text-align: center;
    font-size: 1em;
    font-weight: 300;
    line-height: 25px;
  }

  .contact-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 100px;
    margin-bottom: -130px;
  }

  .content-links {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .contact-heading {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .h2-heading {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
  }

  .gallery-mask {
    border-radius: 17px;
  }

  .gallery-slider {
    border-radius: 10px;
    padding-bottom: 0;
  }

  .column-large-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .gallery-slide-image {
    height: 500px;
  }

  .gallery-nav {
    opacity: 0;
  }

  .icon-x-large {
    color: #fff;
    width: 100%;
    height: 100%;
  }

  .gallery-slider-button {
    z-index: 8;
    background-color: #f3b338;
    border-style: none;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    padding: 5px;
    bottom: 15%;
    left: 30px;
    right: -12%;
  }

  .gallery-slider-button:hover {
    background-color: #f3b338;
  }

  .gallery-slider-button.left {
    background-color: #f3b338;
    border-style: none;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    padding: 5px;
    bottom: 15%;
    left: 12%;
    right: 100px;
  }

  .section-regular.overflow-hidden {
    z-index: -2;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 250px;
    display: block;
    position: static;
  }

  .gallery-slide-card {
    height: 500px;
  }

  .paragraph-x-large-2.text-color-tertiary {
    color: #000;
    font-size: 1em;
    font-weight: 300;
    line-height: 22px;
  }

  .gallery-slide {
    border-radius: 10px;
    width: 100%;
    height: 500px;
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .gallery-slider-large {
    margin-bottom: -120px;
  }

  .gallery-slide-nav {
    opacity: 0;
  }

  .button-primary {
    background-color: #1f3d63;
    border-radius: 10px;
  }

  .body {
    font-family: Outfit, sans-serif;
  }

  .mask {
    border-radius: 11px;
    height: 500px;
    padding-bottom: 0;
  }

  .div-block {
    background-color: #fff;
    border: 1px #000;
    width: 15px;
    height: 1px;
  }

  .text-block {
    font-size: 13px;
    font-weight: 200;
  }

  .flex-block {
    margin-top: -88px;
    position: relative;
  }

  .heading-2 {
    margin-top: 0;
    position: relative;
  }

  .brix---card-team-v1 {
    background-image: linear-gradient(352deg, #f3b33866, #1f3d6366), url('../images/Untitled-design-86-1.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-style: none;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    padding-bottom: 400px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 2px 5px #0003;
  }

  .brix---card-team-v1.cardv2 {
    background-image: linear-gradient(#32689100, #1f3d6399), linear-gradient(#000000b3 100%, #fff), url('../images/image0.webp');
    width: 100%;
    height: 500px;
  }

  .brix---card-team-v1.cardv3 {
    background-image: linear-gradient(355deg, #f3b3388c, #1f3d6399), url('../images/types-of-water-treatment.webp');
    width: 100%;
    height: 500px;
  }

  .brix---card-team-v1.cardv3.cardv4 {
    background-image: linear-gradient(354deg, #f3b33899, #1f3d6399), url('../images/purifiers.jpg');
  }

  .brix---card-team-v1.cardv3.carcdv5 {
    background-image: linear-gradient(357deg, #f3b33899, #1f3d6399), url('../images/ST-Rotor-Repair.jpg');
  }

  .brix---card-team-v1.cardv3.cardv5 {
    background-image: linear-gradient(353deg, #f3b33866, #1f3d6373), url('../images/Wartsila-Overhaul-17.jpg');
    width: 100%;
    height: 500px;
  }

  .brix---card-team-v1.cardv3.cardv5.cardv6 {
    background-image: linear-gradient(346deg, #f3b33899, #1f3d6399), url('../images/energy-consulting_x-large.jpg');
    background-position: 0 0, 0%;
  }

  .brix---card-team-v1.cardv3.cardv5.carcv6 {
    background-image: linear-gradient(9deg, #062e4c99, #f3b33899), url('../images/IMG_2973-1.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section-15 {
    justify-content: center;
    align-items: center;
    margin-top: 465px;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .brix---heading-h3-size-link {
    text-align: left;
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .brix---heading-h3-size {
    color: #fff;
    margin-top: -10px;
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .newparagpah {
    color: #fff;
    font-size: .7em;
    font-weight: 300;
    line-height: 22px;
  }

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

  .form-text-field {
    color: #fff;
    background-color: #fff0;
    border-style: none none solid;
    border-bottom-color: #f3b338;
    border-radius: 0;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 300;
  }

  .form-text-field::placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }

  .checkbox-label {
    color: #fff;
    font-weight: 300;
  }

  .form-text-area {
    color: #fff;
    background-color: #fff0;
    border-style: none none solid;
    border-bottom-color: #f3b338;
    border-radius: 0;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 300;
  }

  .form-text-area::placeholder {
    color: #fff;
  }

  .form-grid {
    grid-auto-flow: row;
  }

  .button-primary-large-2 {
    width: 100%;
  }

  .column-small {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .subheading-small-3.text-underline {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
  }

  .contact-form, .contact-info-link {
    background-color: #326891;
  }

  .h1-heading-3 {
    font-size: 42px;
  }

  .row {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .text-link-brand-2 {
    color: #f3b338;
    font-weight: 400;
  }

  .paragraph-x-small-3.text-color-tertiary {
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
  }

  .section-large-5 {
    background-color: #fff;
  }

  .h6-heading {
    color: #000;
  }

  .column-regular {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .h2-heading-2 {
    font-size: 52px;
    line-height: 62px;
  }

  .team-member-image-wrapper {
    height: 220px;
  }

  .team-member-card {
    padding: 16px;
  }

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

  .section-regular-3 {
    padding-top: 30px;
    padding-bottom: 0;
    display: block;
  }

  .team-card-2 {
    border-radius: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .paragraph-regular-10 {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }

  .paragraph-small-2.text-color-blue {
    color: #f3b338;
  }

  .icon-button-secondary-small {
    background-color: #326891;
  }

  .title-wrapper-small {
    padding-left: 2%;
    padding-right: 2%;
  }

  .h3-heading {
    text-align: center;
    font-size: 30px;
    line-height: 33px;
  }

  .icon-regular-3 {
    color: #fff;
  }

  .footer-legal-section {
    background-color: #f3b338;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-legal-wrapper {
    align-items: center;
  }

  .column-x-small {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .footer-column-left {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-small-3 {
    color: #fff;
    text-align: center;
  }

  .footer-logo {
    height: auto;
  }

  .subheading-small-4 {
    color: #fff;
  }

  .footer-link-dark {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
  }

  .footer-link-dark:hover {
    color: #f3b338;
  }

  .footer-link-dark.newlink {
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
  }

  .footer-category.newcategry {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 15px;
  }

  .footer-section {
    background-color: #062e4c;
  }

  .paragraph-regular-11 {
    color: #fff;
    font-weight: 300;
  }

  .label-regular {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }

  .label-regular.newlabel1 {
    text-align: right;
    margin-bottom: 6px;
    padding-right: 1rem;
  }

  .label-regular.newlink {
    text-align: right;
    font-size: 18px;
  }

  .footer-wrapper {
    display: block;
  }

  .footer-legal-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .text-block-2 {
    color: #fff;
  }

  .text-block-2:hover {
    color: #f3b338;
  }

  .logo-cta-career {
    justify-content: center;
    align-items: center;
  }

  .logo-cta-block {
    padding: 16px;
  }

  .logo-cta-text {
    text-align: center;
  }

  .logo-carousel-card {
    border-style: none;
    margin-bottom: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: 0 2px 5px #0003;
  }

  .paragraph-large-2 {
    color: #000;
    margin-bottom: -50px;
    font-size: 1em;
    font-weight: 300;
    line-height: 24px;
  }

  .heading-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 70px;
    display: flex;
  }

  .h1-heading-4 {
    color: #000;
    text-align: center;
    font-size: 35px;
    line-height: 1;
  }

  .logo-carousel-content {
    padding-bottom: 10px;
  }

  .section-regular-4.overflow-hidden {
    background-color: #fff;
    padding-top: 41px;
    padding-bottom: 30px;
    display: block;
  }

  .button-primary-large-4 {
    width: 100%;
  }

  .text-size-regular {
    font-size: .9rem;
  }

  .container.flex-centered {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: -15px;
    margin-left: -22px;
    padding-left: 0;
    padding-right: 0%;
  }

  .is-invert {
    display: none;
  }

  .menu-button-4 {
    margin-left: 0;
    padding: 0;
    left: 20px;
  }

  .brand-2 {
    width: 143px;
  }

  .drop-down {
    border-radius: 0;
    margin-bottom: 1rem;
    font-size: 10px;
    font-weight: 200;
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #062e4c;
    min-width: 250px;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .menu-icon {
    width: 3rem;
    height: 3rem;
    margin-right: -60px;
    padding-right: 0;
    position: relative;
  }

  .dropdown-toggle {
    justify-content: space-between;
    font-size: 1rem;
  }

  .text-color-alternate.text-size-small {
    font-size: 1rem;
    font-weight: 200;
  }

  .nav-component {
    margin-top: 0;
    padding-top: 2rem;
    padding-right: 0;
    display: block;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 5px;
  }

  .brix---link-wrapper-color-primary-2 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .brix---link-wrapper-color-primary-2.newlink {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .brix---link-wrapper-color-primary-2.newlink:hover {
    color: #f3b338;
  }

  .icon-regular-18 {
    color: #fff;
    margin-right: 5px;
  }

  .brix---link-text-2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .brix---link-text-2.nre1 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }

  .dropdown {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-large-3.text-color-gray-800 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
  }

  .contact-heading-2 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
  }

  .contact-form-button-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-regular-13 {
    text-align: center;
  }

  .button-small {
    color: #fff;
    background-color: #004b84;
    border-radius: 10px;
    width: 100%;
  }

  .button-small:hover {
    background-color: #004b84;
  }

  .contact-icon-wrapper {
    background-color: #004b84;
    border: 2px solid #045ea2;
    box-shadow: 0 2px 5px #004b84;
  }

  .text-field {
    border-style: none;
    border-radius: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .section-large-7 {
    padding-top: 50px;
    display: block;
  }

  .contact-grid-heading {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .contact-text-underline {
    color: #000;
    text-decoration: none;
  }

  .grid-contact-form {
    flex-flow: column;
    grid-auto-flow: column;
    margin-bottom: 15px;
    display: flex;
  }

  .field-label-3, .field-label-3.text-color-gray-500 {
    color: #000;
  }

  .form-field-wrapper {
    margin-bottom: 0;
  }

  .button-primary-2 {
    background-color: #004b84;
    border: 2px solid #205e8e;
    width: 100%;
    font-weight: 400;
    box-shadow: 0 2px 5px #1f3d63;
  }

  .contact-form-2 {
    border-style: none;
    border-radius: 10px;
    padding: 5%;
    box-shadow: 0 2px 5px #0003;
  }

  .cta-section {
    background-image: linear-gradient(#2e668b80, #f3b33880), url('../images/service-energy-consulting-1_16-9.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .cta-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cta-block {
    border-radius: 0;
    padding: 85px 5% 150px;
  }

  .cta-head-icon {
    background-color: #004b84;
    background-image: none;
    border: 2px solid #1f3d63;
    box-shadow: 0 2px 5px #1f3d63;
  }

  .paragraph-regular-14.text-color-off-white {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }

  .h4-heading.text-color-white {
    font-size: 30px;
    font-weight: 700;
  }

  .image-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .sub_heading-2 {
    white-space: normal;
    font-size: 1.1em;
    line-height: 1.4;
  }

  .icons-content-grid-2 {
    grid-template-columns: 250px;
  }

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

  .text-2 {
    font-size: 1em;
    line-height: 1.6;
  }

  .card-2 {
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .navbar-2 {
    display: none;
  }

  .navbar_logo {
    width: 10.9rem;
  }

  .flex-block-6 {
    flex-flow: column;
  }

  .lightbox-link-3.image3.an {
    background-image: url('../images/05069DB0-66D5-4B17-9144-4B828BD454DB-1.jpeg');
    width: 100%;
  }

  .lightbox-link-3.image3.an.a3 {
    background-image: url('../images/IMG_2973-1.jpeg');
    width: 100%;
  }

  .lightbox-link-3.image1.ani {
    background-image: url('../images/IMG_0673-1.jpeg');
    width: 100%;
  }

  .lightbox-link-3.image1.ani.a1 {
    background-image: url('../images/IMG_0213-1.jpeg');
    width: 100%;
  }

  .lightbox-link-3.image2._6.an {
    background-image: url('../images/IMG_0348-1.jpeg');
    width: 100%;
  }

  .lightbox-link-3.image2._6.an.a2 {
    background-image: url('../images/IMG_4100-1.jpeg');
    width: 100%;
  }

  .h3-heading-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .h3-heading-2.newheading {
    font-size: 25px;
    line-height: 35px;
  }

  .section-small-3.background-secondary.newsec {
    margin-bottom: -35px;
    padding-bottom: 62px;
  }

  .section-small-3.background-secondary.newsec.newsec1.invs1 {
    background-image: none;
    flex-flow: column;
    display: flex;
  }

  .section-small-3.background-secondary.newsec.newsec1.invs1.ml {
    margin-bottom: 0;
    padding-top: 60px;
  }

  .bold-text-40 {
    font-family: Outfit, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 37px;
  }

  .title-wrapper-large-2 {
    margin-bottom: -45px;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-regular-22.newdesc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }

  .divider-secondary {
    margin-bottom: -65px;
  }

  .button-primary-4, .button-primary-small {
    width: 100%;
  }

  .blog-rich-text {
    margin-bottom: 6px;
  }

  .blog-article-feature-image {
    height: 250px;
  }

  .section-small.background-white {
    padding-bottom: 160px;
  }

  .h2-heading-5 {
    font-size: 35px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-4 {
    font-size: 28px;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
    font-weight: 300;
  }

  .content-card-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .column-x-large-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h2-heading-6 {
    font-size: 35px;
  }

  .content-grid-wide {
    grid-column-gap: 96px;
    grid-row-gap: 0px;
  }

  .section-x-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h2-heading-7 {
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-small-7 {
    color: #000;
  }

  .paragraph-small-7.text-color-gray-600 {
    color: #000;
    font-size: 14px;
  }

  .paragraph-x-large-6.text-color-gray-800 {
    letter-spacing: normal;
  }

  .paragraph-regular-bg.text-weight-bold {
    font-size: 20px;
    font-weight: 800;
    line-height: 23px;
  }

  .bold-text-41 {
    letter-spacing: normal;
    font-size: 35px;
    line-height: 25px;
  }

  .footer-legal-links-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    width: 100%;
  }

  .code-embed-2 {
    margin-top: -35px;
  }

  .flex-blocknew {
    margin-top: 25px;
    margin-bottom: 250px;
  }

  .heading-5 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
  }

  .heading-13 {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .button-secondary-small-2 {
    text-align: center;
    border-width: 2px;
    border-color: #1463a0;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: 0 2px 5px #004a8399;
  }

  .column-small-3 {
    grid-auto-flow: column;
    display: flex;
  }

  .dot.hide-mobile {
    display: none;
  }

  .career-detail {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-8 {
    display: none;
  }

  .image-8.new44 {
    width: auto;
    height: auto;
    display: block;
  }

  .image-8.new1 {
    display: block;
  }

  .link-block-3 {
    margin-left: -69px;
    display: block;
  }

  .brix---heading-h3-size-2 {
    color: #fff;
    margin-top: -10px;
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .section-17 {
    justify-content: center;
    align-items: center;
    margin-top: 465px;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .padding-global-2 {
    padding: 0;
  }

  .mask-2 {
    width: 100%;
  }

  .container-large-26 {
    max-width: none;
    margin: 5%;
  }

  .testimonial-content-03 {
    height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .testimonial-slider-nav-active {
    background-color: #f3b338;
  }

  .subheading-regular-5 {
    color: #000;
    text-align: center;
    font-weight: 700;
  }

  .section-regular-8.background-light {
    background-color: #fff;
    display: block;
  }

  .testimonial-mask-03 {
    height: auto;
  }

  .paragraph-x-large-9 {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
  }

  .h1-heading-5.text-balance {
    color: #000;
    font-size: 30px;
    font-weight: 600;
  }

  .button-primary-large-5 {
    width: 100%;
  }

  .testimonial-card-03 {
    height: auto;
    padding: 0;
  }

  .div-block-2 {
    background-color: #f3b338;
    width: 35px;
    height: 1.5px;
  }

  .flex-block-8 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
  }

  .section-19 {
    padding: 5%;
  }

  .flex-block-9 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }
}

#w-node-_1dadb95e-8d5f-209c-21d2-eac6aff2efe1-2d0ffaab, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83ec-2d0ffaab, #form-section.w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83f4-2d0ffaab, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a841f-2d0ffaab, #w-node-_0570f0a2-8a77-b5f1-0227-3c7a80feabcd-80feabcd, #w-node-b9f5ad25-00fc-28cd-62be-236dea2c50bb-74192738, #form-section.w-node-b9f5ad25-00fc-28cd-62be-236dea2c50c1-74192738, #w-node-b9f5ad25-00fc-28cd-62be-236dea2c50c3-74192738, #w-node-dd13d894-750f-dd6a-ba0a-3031368a3d73-82d6beda, #w-node-dd13d894-750f-dd6a-ba0a-3031368a3d75-82d6beda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16988f68-8ffb-6f53-f8b9-78ddd21b2a4b-82d6beda {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16988f68-8ffb-6f53-f8b9-78ddd21b2a4d-82d6beda, #w-node-_57d172f7-2ead-4695-0ccf-3685ed2d545d-82d6beda, #w-node-_57d172f7-2ead-4695-0ccf-3685ed2d545f-82d6beda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db8829ed-1724-d8ea-c6b1-61a807f73cbc-82d6beda {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db8829ed-1724-d8ea-c6b1-61a807f73cbe-82d6beda, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83ec-82d6beda, #form-section.w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83f4-82d6beda, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a841f-82d6beda, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83ec-36e9edce, #form-section.w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83f4-36e9edce, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a841f-36e9edce, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83ec-cd25b7c2, #form-section.w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83f4-cd25b7c2, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a841f-cd25b7c2, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83ec-00e3dfb5, #form-section.w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83f4-00e3dfb5, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a841f-00e3dfb5, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83ec-8a9ac72b, #form-section.w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83f4-8a9ac72b, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a841f-8a9ac72b, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83ec-fba70440, #form-section.w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83f4-fba70440, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a841f-fba70440, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83ec-971788aa, #form-section.w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83f4-971788aa, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a841f-971788aa, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83ec-e4a00dbf, #form-section.w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83f4-e4a00dbf, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a841f-e4a00dbf, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83ec-dd1e482a, #form-section.w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83f4-dd1e482a, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a841f-dd1e482a, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83ec-881a26ef, #form-section.w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83f4-881a26ef, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a841f-881a26ef, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83ec-ef20dd05, #form-section.w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83f4-ef20dd05, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a841f-ef20dd05, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83ec-ced3af57, #form-section.w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83f4-ced3af57, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a841f-ced3af57, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83ec-d846fd2b, #form-section.w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83f4-d846fd2b, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a841f-d846fd2b, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83ec-2e95b6d5, #form-section.w-node-_51b1437b-d3c5-a18a-140f-7e68a56a83f4-2e95b6d5, #w-node-_51b1437b-d3c5-a18a-140f-7e68a56a841f-2e95b6d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dd13d894-750f-dd6a-ba0a-3031368a3d73-82d6beda, #w-node-_16988f68-8ffb-6f53-f8b9-78ddd21b2a4b-82d6beda, #w-node-_57d172f7-2ead-4695-0ccf-3685ed2d545d-82d6beda, #w-node-db8829ed-1724-d8ea-c6b1-61a807f73cbc-82d6beda {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f2b5169a-f746-e18b-7e3f-559192be0bcf-2d0ffaab, #w-node-f2b5169a-f746-e18b-7e3f-559192be0bd7-2d0ffaab, #w-node-f2b5169a-f746-e18b-7e3f-559192be0bdf-2d0ffaab {
    place-self: center;
  }

  #w-node-dd13d894-750f-dd6a-ba0a-3031368a3d73-82d6beda, #w-node-_16988f68-8ffb-6f53-f8b9-78ddd21b2a4b-82d6beda, #w-node-_57d172f7-2ead-4695-0ccf-3685ed2d545d-82d6beda, #w-node-db8829ed-1724-d8ea-c6b1-61a807f73cbc-82d6beda {
    order: -9999;
  }
}


