.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.navbar-logo-left {
  padding-left: 64px;
  padding-right: 64px;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1600px;
  margin-bottom: 0;
  padding: 20px 0;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0b1d2a;
  border-radius: 999px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

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

.icon-1x1-xsmall {
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hero-header10_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.rating_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.rating_component.is-horizontal {
  flex-flow: wrap;
}

.rating_star-wrapper {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-regular {
  letter-spacing: -.011em;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-size-regular.text-color-alternate.text-width-50ch {
  font-size: 1.2rem;
  line-height: 140%;
}

.section_hero-header {
  position: relative;
}

.icon-1x1-small {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.icon-1x1-small.is-rating-item {
  color: #facc00;
}

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

.heading-style-h1 {
  letter-spacing: -.01em;
  font-size: 3.5rem;
  line-height: 4rem;
}

.heading-style-h1.text-color-alternate {
  font-weight: 500;
  line-height: 110%;
}

.heading-style-h1.text-weight-medium.stats {
  color: #fbaf5e;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  display: flex;
}

.text-size-small {
  letter-spacing: -.006em;
  -webkit-text-stroke-color: #505050;
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-size-small.text-color-alt {
  color: #9f9f9f;
  margin-bottom: 0;
}

.padding-global {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 4rem;
  display: flex;
}

.padding-global.padding-section-large {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-global.padding-section-large:where(.w-variant-4c459bab-deb3-26ad-2d95-dd6967506607) {
  width: 100%;
}

.padding-global.single-case-study-post {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fcfcfc;
  letter-spacing: -.006em;
  cursor: pointer;
  background-color: #d60535;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 1px 2px #14141408;
}

.button:hover {
  box-shadow: none;
  background-color: #c50027;
  text-decoration: none;
}

.button:active {
  background-color: #d60535;
}

.button:focus-visible, .button[data-wf-focus-visible] {
  box-shadow: none;
}

.button.is-secondary {
  color: #d50031fa;
  background-color: #fcfcfc;
  box-shadow: 0 0 0 1px #df030073, 0 1px 2px #14141408;
}

.button.is-secondary:hover {
  background-color: #ff070026;
  box-shadow: 0 0 0 1px #df030073;
}

.button.is-secondary:active {
  background-color: #ff0a0036;
}

.button.is-secondary:focus-visible, .button.is-secondary[data-wf-focus-visible] {
  outline-offset: 0rem;
}

.button.is-secondary.is-neutral {
  color: #000000de;
  background-color: #fcfcfc;
  box-shadow: 0 0 0 1px #00000026, 0 1px 2px #14141408;
}

.button.is-secondary.is-neutral:hover {
  background-color: #00000017;
  box-shadow: 0 0 0 1px #00000045;
}

.button.is-secondary.is-neutral:active {
  background-color: #0000001f;
}

.button.is-secondary.is-neutral:focus-visible, .button.is-secondary.is-neutral[data-wf-focus-visible] {
  outline-offset: 0rem;
  outline: .125rem solid #00000045;
}

.button.is-newsletter-form {
  height: 2.25rem;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-header10_component {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 1600px;
  height: 80svh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.eyebrow_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #0000009c;
  letter-spacing: -.006em;
  background-color: #f9f9f9;
  border: 1px solid #00000026;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
  box-shadow: 0 2px 4px #14141408, 0 1px 2px #1414141a;
}

.eyebrow_component.is-align-left {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
}

.eyebrow_component.is-align-center {
  align-self: center;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #1414143d;
  background-image: url('../images/Stratfortis-site-hero-image.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer:where(.w-variant-0bbb9365-82c0-e7aa-ff14-ce8eb58a9c14) {
  background-image: url('../images/Stratfortis-site-hero-image.png');
  background-position: 50%;
}

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

.flex-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-left: 0;
}

.hero-header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.button-secondary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fadb75;
  border-radius: 999px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-secondary.service-card-cta {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.icon-wrapper_component {
  background-color: #fcfcfc;
  border: 1px solid #00000026;
  border-radius: 640rem;
  justify-content: center;
  align-items: center;
  min-width: 2.5rem;
  max-width: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  padding: .625rem;
  display: flex;
  box-shadow: 0 1px 2px #14141408;
}

.feature35_tab-content-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.feature35_content-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 25rem;
  padding-left: 60px;
  display: flex;
}

.feature35_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.feature_image {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
  max-width: none;
  position: static;
}

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

.heading-style-h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}

.feature35_tabs-menu {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.feature35_image-wrapper {
  border-radius: 1rem;
  overflow: hidden;
}

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

.feature35_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.container-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large.container-padding {
  max-width: 1028px;
}

.feature35_content-left {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature35_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0000009c;
  background-color: #fcfcfc;
  border: 1px solid #00000026;
  border-radius: 1rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  transition: color .2s, box-shadow .2s, border-color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 1px 2px #14141408;
}

.feature35_tab-link:hover {
  box-shadow: none;
  background-color: #0000000f;
  border-color: #0000;
  text-decoration: none;
}

.feature35_tab-link:active {
  background-color: #00000017;
}

.feature35_tab-link:focus-visible, .feature35_tab-link[data-wf-focus-visible] {
  outline-offset: 0rem;
}

.feature35_tab-link.w--current {
  box-shadow: none;
  color: #000000de;
  background-color: #f9f9f9;
  border-color: #00000045;
}

.section_feature {
  background-color: #fffff5;
}

.text-size-xsmall {
  letter-spacing: 0;
  font-size: .75rem;
  line-height: 1rem;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 300px;
  max-height: none;
  display: flex;
  position: static;
}

.simple_image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  background-image: url('../images/J2iZScTLd5yFYfy7B323270oFk.avif');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
}

.section_ceo {
  background-color: #000;
}

.proposition_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 100%;
  display: flex;
  position: sticky;
  top: 150px;
}

.content-left {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-right {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 25rem;
  padding-left: 0;
  display: flex;
}

.alt_container-large {
  box-sizing: border-box;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  aspect-ratio: auto;
  overflow-wrap: normal;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  display: flex;
  position: sticky;
  overflow: visible;
}

.alt_container-large.alt-slider-wrapper {
  flex-flow: column;
}

.alt_container-large.services-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section_prop {
  background-color: #fff;
}

.ceo_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-size-medium {
  letter-spacing: -.011em;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-size-medium.text-color-alternate {
  letter-spacing: -.01em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.text-size-medium.text-color-alternate.text-width-50ch {
  font-size: 1.2rem;
  line-height: 140%;
}

.text-size-medium.text-color-secondary.text-width-50ch {
  font-size: 1.5rem;
  line-height: 140%;
}

.name-title_tag {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ceo_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

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

.section_ceo-copy {
  background-color: #000;
}

.section_blog {
  background-color: #fadb75;
}

.blog1-image {
  background-image: url('../images/bola-halo-pendant-chandelier-environmental-office-wall-3k_download.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  transition: opacity .2s;
  display: block;
}

.blog1-image:hover {
  opacity: .8;
}

.label {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #aaa3;
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.label.inside-label {
  z-index: 40;
  color: #18181d;
  background-color: #fff;
  border-style: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog1-button-wrap {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 36px;
  display: flex;
}

.size4-link {
  color: #000;
  text-overflow: ellipsis;
  white-space: break-spaces;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  height: 62px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.size4-link:hover {
  opacity: .7;
}

.blog1-grid {
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog1-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.blog1-headline-wrap {
  max-width: 582px;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.size3-text.size3-top-clear {
  margin-top: 0;
}

.paragraph-70 {
  opacity: .7;
  margin-bottom: 10px;
}

.button-small {
  color: #010101;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

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

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.blog-post-div {
  text-overflow: ellipsis;
}

.text-label-copy {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.button-primary-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0b1d2a;
  border-radius: 999px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.blog-text-label {
  opacity: .7;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.cta-globe-section {
  background-color: #fffff5;
  position: relative;
  overflow: hidden;
}

.framer-r1peu, .framer-5uxvg, .framer-xxz5f, .framer-20vzn, .framer-n9ri8i, .framer-v-n9ri8i {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #22c55e1a;
  align-content: center;
  align-items: center;
  width: 1663.33px;
  height: 500px;
  padding: 80px 64px 96px;
  font-size: 12px;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.framer-si3qpf-container {
  z-index: 1;
  width: 743.993px;
  height: 743.993px;
  font-size: 12px;
  position: absolute;
  inset: -121.997px -212.587px -122px 1131.93px;
}

.framer-1jxbvi1 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  place-content: flex-start center;
  align-items: flex-start;
  width: 558.993px;
  min-width: auto;
  max-width: 559px;
  height: 177.986px;
  min-height: auto;
  font-size: 12px;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.framer-1hlwv3i {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  place-content: flex-start center;
  align-items: flex-start;
  width: 558.993px;
  min-width: auto;
  height: 177.986px;
  min-height: auto;
  font-size: 12px;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.framer-7l2db9 {
  flex-direction: column;
  align-content: normal;
  align-items: normal;
  width: 558.993px;
  min-width: auto;
  height: 110px;
  min-height: auto;
  font-size: 12px;
  display: flex;
  position: relative;
  inset: 0;
}

.framer-text, .framer-styles-preset-1bnjld6 {
  color: #010101;
  text-align: left;
  letter-spacing: -.5px;
  width: 558.993px;
  min-width: auto;
  height: 110px;
  min-height: auto;
  font-size: 50px;
  line-height: 55px;
}

.framer-gtiy37-container {
  width: 195.851px;
  min-width: auto;
  height: 43.9931px;
  min-height: auto;
  font-size: 12px;
  position: relative;
  inset: 0;
}

.framer-dw9o2, .framer-cfcrx, .framer-ze19ui, .framer-v-ze19ui, .framer-1o934w7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0b1d2a;
  border-radius: 50px;
  place-content: center;
  align-items: center;
  width: 195.851px;
  height: 43.9931px;
  padding: 14px 24px;
  font-size: 12px;
  display: flex;
  position: relative;
  inset: 0;
}

.framer-1pmxa0m {
  flex-direction: column;
  align-content: normal;
  align-items: normal;
  width: 147.865px;
  min-width: auto;
  height: 22.3958px;
  min-height: auto;
  font-size: 12px;
  display: flex;
  position: relative;
  inset: 0;
}

.framer-styles-preset-1tgexu3 {
  color: #fff;
  letter-spacing: -.16px;
  width: 147.865px;
  min-width: auto;
  height: 22.3958px;
  min-height: auto;
  font-weight: 500;
  line-height: 22.4px;
}

.globe-wrapper {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  display: flex;
  position: absolute;
  inset: -20% 0% 0% 40%;
}

.globe-frame {
  object-fit: fill;
  width: 100%;
  max-width: 1600px;
  max-height: 1600px;
  position: relative;
}

.cta_content {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
  position: relative;
}

.div-block-2 {
  flex-flow: column;
  align-items: flex-start;
  width: 200px;
  max-width: 100%;
  height: 50px;
  display: flex;
}

.section-footer {
  background-color: #fff;
  position: relative;
}

.logo-wrapper {
  background-color: #fff;
  width: 200px;
  height: 100%;
}

.logo-wrapper:where(.w-variant-4c459bab-deb3-26ad-2d95-dd6967506607) {
  object-fit: fill;
  width: 100%;
}

.footer-middle-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.footer-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 500px;
  display: flex;
}

.text-block {
  color: gray;
  width: auto;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.list {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.link-block {
  display: flex;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 50px;
  display: flex;
}

.div-block-3:where(.w-variant-4c459bab-deb3-26ad-2d95-dd6967506607) {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.copyright-with-legal-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 550px;
  height: 100%;
  display: flex;
}

.link {
  text-decoration: none;
}

.link.nav-link {
  color: gray;
}

.legal-links-wrapper {
  justify-content: center;
  align-items: center;
  width: 286px;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: gray;
  justify-content: flex-end;
  display: flex;
}

.link-block-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #161616;
  border-radius: 100%;
  width: 34px;
  height: 34px;
}

.link-block-2:where(.w-variant-4c459bab-deb3-26ad-2d95-dd6967506607) {
  width: 24px;
  height: 24px;
}

.footer-nav {
  color: gray;
  text-decoration: none;
}

.footer-nav.nav-link {
  color: #1a1b1f;
}

.div-block-5 {
  object-fit: fill;
  background-color: gray;
  width: 335px;
  height: 300px;
  position: relative;
}

.div-block-5.stack-card-2 {
  background-color: #b6bfc4;
}

.section-about-us {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  max-height: 100%;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: auto;
  padding: 64px;
  display: flex;
  position: relative;
}

.div-block-6.container-large {
  max-width: 100%;
  padding: 64px 64px 64px 192px;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  position: relative;
}

.div-block-7.case-study-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 280px;
  max-height: 300px;
  padding: 24px;
}

.rtl-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.rtl-content-wrapper:where(.w-variant-1ba7852f-3da1-e7f1-1c7a-1805fa2d6477) {
  max-width: 800px;
}

.rtl-content-wrapper.case-study-content {
  width: 100%;
}

.rtl-content-wrapper.rtl-contact-us {
  width: 500px;
}

.ltr-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 650px;
  margin-left: 137px;
  display: flex;
}

.ltr-content-wrapper:where(.w-variant-1ba7852f-3da1-e7f1-1c7a-1805fa2d6477) {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.ltr-content-wrapper.ltr-contact-us {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 70%;
  max-width: none;
  margin-left: 96px;
}

.div-block-10 {
  background-color: #cebdbd;
  width: 100%;
  height: 100px;
}

.ltr-text-block {
  color: gray;
  object-fit: fill;
  width: 100%;
  max-width: 650px;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: visible;
}

.ltr-text-block.case-study-p {
  color: #8a8a8a;
  text-align: left;
  text-overflow: clip;
  overflow-wrap: normal;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  position: static;
  overflow: visible;
}

.cs-content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: static;
  color: #333 !important;
}

.oval-icon {
  background-color: gray;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.paragraph-71 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 120%;
}

.case-study-text-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: block;
}

.div-block-11 {
  background-color: #f9f9f9;
  position: relative;
  overflow: auto;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 2200px;
  height: 362px;
  max-height: 362px;
  display: flex;
  position: relative;
  overflow: clip;
}

.case-study-image {
  background-color: #684848;
  width: 100%;
  max-width: 100%;
  height: 300px;
}

.slider01_comp {
  background-color: #0000;
  height: auto;
  display: block;
}

.slide {
  width: 100%;
  height: 100%;
}

.image-2 {
  object-fit: cover;
  height: 100%;
  position: relative;
}

.fs-slider_slide {
  backface-visibility: hidden;
  width: 33.33%;
  height: auto;
  transition-property: transform opacity;
  background-color: #f5f5f5;
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.fs-slider_list {
  height: auto;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.fs-slider_button {
  color: #fff;
  background-color: #3898ec;
  padding: 1rem 2rem;
}

.fs-slider_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.fs-slider_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.fs-slider_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: none;
  position: relative;
}

.fs-slider_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.fs-slider_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.fs-slider_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.fs-slider_pagination_bullet {
  background-color: #ddd;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.fs-slider_pagination_bullet.is-bullet-active {
  background-color: #000;
  display: inline-block;
}

.slider01_mask {
  width: 33.32%;
  height: auto;
}

.slider01_slide {
  width: 100%;
  margin-right: 20px;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.slider01_mask-2 {
  width: 25%;
  overflow: visible;
}

.testimonial20_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial-card_stars-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.slider_arrow {
  border: 2px solid #585858;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s ease-out;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider_arrow:hover {
  background-color: #d5d1c9;
}

.slider_arrow.is-left {
  right: 4rem;
}

.slider01_comp-2 {
  background-color: #0000;
  flex: 0 auto;
  height: auto;
  padding-bottom: 5rem;
  display: none;
  position: relative;
  overflow: clip;
}

.testimonial-card_content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.testimonial-person_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.u-txt-semibold {
  font-weight: 600;
}

.testimonial-person_img {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.slider_pagination {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.testimonial-card_star {
  width: 1.25rem;
  height: 1.25rem;
}

.testimonial-card1_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #49432829;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.rtl-case-study-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.ltr-case-study-content-wrapper {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.rtl-case-study-content-heading {
  display: none;
}

.case-studie-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.33%;
  height: auto;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.case-study-p-block {
  color: #3d3d3d;
  font-family: Onest, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.rtl-content-heading {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}

.rtl-content-heading:where(.w-variant-1ba7852f-3da1-e7f1-1c7a-1805fa2d6477) {
  line-height: 115%;
}

.rtl-content-heading.case-study-caption {
  text-align: left;
  letter-spacing: -.5px;
  width: 100%;
  font-size: 28px;
  line-height: 120%;
  color: #333 !important;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  padding: 40px 20px 40px 32px;
  display: flex;
}

.div-block-18 {
  z-index: 1;
  background-color: #fadb75;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: 100px;
}

.div-block-18.stack-card-two {
  background-color: #b6bfc4;
}

.div-block-18.stack-card-three {
  background-color: gray;
}

.div-block-19 {
  z-index: 1;
  background-color: #000;
  height: 300px;
  display: flex;
  position: sticky;
}

.stack-cards-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-3 {
  overflow-wrap: normal;
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.heading {
  color: #fff;
  letter-spacing: -.01px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-72 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-73 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.div-block-20 {
  width: 100%;
  display: block;
}

.div-block-21 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.container-padding {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1028px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.container-padding.post-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1500px;
}

.div-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 660px;
  height: 100%;
  max-height: 640px;
  padding: 20px;
  font-family: Onest, sans-serif;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-5 {
  width: 100%;
}

.div-block-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: none;
}

.text-link-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.text-link-button:hover {
  color: #e6c85f;
}

.text-block-3 {
  color: #0b1d2a;
  letter-spacing: 2px;
  text-transform: uppercase;
  direction: ltr;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
}

.text-block-3:hover {
  color: #e6c85f;
}

.heading-2 {
  color: #000;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph-74 {
  color: gray;
  font-size: 20px;
  line-height: 1.4em;
}

.code-embed {
  color: #0b1d2a;
}

.code-embed:hover {
  color: #e6c85f;
}

.button-2 {
  background-color: #0000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.form-map-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.map-locatior {
  background-color: #fefaeb;
  width: 50%;
  height: 70vh;
}

.form-wrapper {
  background-color: #0000;
  width: 50%;
  height: 100%;
  max-height: 480px;
}

.text-block-4 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.success-message {
  background-color: #b7f3b7;
}

.text-block-5 {
  text-align: center;
  font-family: Onest, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.field-label {
  color: gray;
  font-family: Onest, sans-serif;
  font-weight: 400;
}

.textarea {
  border-bottom: 1px solid gray;
  min-height: 100px;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  border-bottom: 1px solid gray !important;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Onest, sans-serif;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.form-input {
  border-bottom: 1px #000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-field {
  border-bottom: 1px solid gray;
  min-height: 61px;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 14px;
  line-height: 14%;
  border-bottom: 1px solid gray !important;
}

.text-field-2 {
  border: 1px solid gray;
  font-family: Onest, sans-serif;
}

.text-field-3 {
  border-bottom: 1px solid gray;
}

.form-block {
  width: 50%;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 64px;
}

.submit-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0b1d2a;
  border-radius: 999px;
  width: 100%;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
}

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.heading-3 {
  font-family: Onest, sans-serif;
  font-weight: 400;
}

.text-block-6 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.footer2-links-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  display: grid;
}

.footer2-links-grid:where(.w-variant-4c459bab-deb3-26ad-2d95-dd6967506607) {
  max-width: 1600px;
}

.footer2-logo {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.footer2-logo:hover {
  opacity: .7;
}

.footer2-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer2-link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer2-link:hover {
  opacity: 1;
}

.image-6:where(.w-variant-4c459bab-deb3-26ad-2d95-dd6967506607), .social-link-image:where(.w-variant-4c459bab-deb3-26ad-2d95-dd6967506607) {
  height: 100%;
}

.section_long-form-content01 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-global-2 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.container-medium {
  width: 100%;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar-logo-left-2 {
  padding-left: 64px;
  padding-right: 64px;
}

.link-block-4, .image-7 {
  width: 100%;
  height: 300px;
}

.link-block-5 {
  width: 400px;
  max-width: 100%;
  max-height: 300px;
}

.link-block-6 {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  flex-flow: column;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

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

.div-block-27 {
  display: block;
}

.image-8 {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 400px;
  max-height: 400px;
  display: inline-block;
}

.div-block-28 {
  width: 100%;
}

.title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 400px;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  font-family: Onest, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
}

.heading-4 {
  font-family: Onest, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1em;
}

.text-block-7 {
  color: #999;
  font-family: Onest, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
}

.text-block-8 {
  color: #3d3d3d;
  font-family: Onest, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
}

.pagination-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.button-3 {
  color: #121212;
  background-color: #0000;
}

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

.link-2:hover {
  color: gray;
}

.stat11_header {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.stat11_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #fadb7573;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #14141408;
}

.stat11_header-content-right {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.stat11_lightbox {
  color: #ffffffed;
  border-radius: 0;
  flex: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 2px #14141408;
}

.padding-global-3 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.heading-style-h3-2 {
  letter-spacing: -.01em;
  font-size: 2.5rem;
  line-height: 3rem;
}

.stat11_header-content-left {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  display: flex;
}

.stat11_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

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

.stat11_card-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.stat11_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.text-size-small-2 {
  letter-spacing: -.006em;
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-size-medium-3 {
  letter-spacing: -.0025em;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.icon-1x1-xsmall-2 {
  aspect-ratio: 1;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-color-alternate-secondary {
  color: #ffffffb0;
}

.stat11_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 500px;
  display: grid;
}

.text-size-regular-2 {
  letter-spacing: -.011em;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.stat11_lightbox-icon-wrapper {
  z-index: 1;
  color: #000000de;
  background-color: #f9f9f9;
  border: 1px solid #00000026;
  border-radius: 640rem;
  justify-content: center;
  align-items: center;
  min-width: 3rem;
  max-width: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  margin: auto;
  padding: .75rem;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 1px 2px #14141408;
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: #1414143d;
  position: absolute;
  inset: 0%;
}

.success-message-2 {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.text-area {
  background-color: #f5f5f5;
  border-style: none;
  min-height: 170px;
  padding: 14px 20px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active, .text-area:focus {
  background-color: #ececec;
}

.cta7-form {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cta7-form-wrap {
  flex-direction: column;
  display: flex;
}

.text-field-4 {
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-4:hover {
  background-color: #f0f0f0;
}

.text-field-4:active {
  background-color: #ececec;
}

.text-field-4:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field-4.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraph-75 {
  opacity: .7;
  margin-bottom: 10px;
}

.paragraph-75.paragraph70-bottom-clear {
  margin-bottom: 0;
}

.button-small-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small-2:hover {
  background-color: #272731;
}

.button-small-2.form-centered-button {
  justify-content: center;
}

.cta7-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1600px;
  min-height: 460px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta7-map {
  height: 100%;
  line-height: 20px;
  display: none;
}

.cta7-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.section-contact-form {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.content33-items-wrap {
  color: #fff;
  background-color: #18181d;
  padding: 45px 50px 35px;
}

.case-study-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content33-label-headline {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.content33-image {
  background-image: url('../images/bola-disc_environment_1_download.jpg');
  background-position: 50% 10%;
  background-size: cover;
  width: 800px;
  height: 400px;
  margin-bottom: 0;
  margin-right: 32px;
  padding-right: 0;
}

.case-study-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content33-divider {
  background-color: #292931;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.size1-text {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.case-study-content-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.size5-link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.size5-link:hover {
  opacity: .7;
}

.content33-contacts-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tagline {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 18px;
  max-height: 100%;
  display: flex;
  position: relative;
  color: #333 !important;
}

.blog1-button-wrap-2 {
  margin-top: 36px;
  display: flex;
}

.size4-link-2 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  display: block;
}

.size4-link-2:hover {
  opacity: .7;
}

.blog1-grid-2 {
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog-header11_empty-state-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: .125rem;
  margin-bottom: .5rem;
  display: flex;
}

.hide {
  display: none;
}

.blog-header11_item-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.blog-header11_header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-header11_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .2s;
}

.blog-header11_image:hover {
  transform: scale(1.025);
}

.form_message-success {
  text-align: left;
  letter-spacing: -.006em;
  background-color: #00990e38;
  border-radius: .5rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.newsletter-form_error-message {
  letter-spacing: 0;
  background-color: #ff0f0036;
  border-radius: .5rem;
  margin-top: .375rem;
  padding: .5rem;
  font-size: .75rem;
  line-height: 1rem;
}

.pagination_button {
  color: #0000009c;
  background-color: #fcfcfc;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  transition: color .2s ease-out, background-color .2s ease-out;
  display: flex;
}

.pagination_button:hover {
  background-color: #0000000f;
}

.pagination_button:active {
  background-color: #00000017;
}

.pagination_button:focus-visible, .pagination_button[data-wf-focus-visible] {
  outline-offset: 0rem;
}

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

.container-small {
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-1x1-2xsmall {
  aspect-ratio: 1;
  width: .875rem;
  height: .875rem;
  display: flex;
}

.newsletter-form_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.blog-header11_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-header11_meta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.heading-style-h3-3 {
  letter-spacing: -.01em;
  font-size: 2.5rem;
  line-height: 3rem;
}

.newsletter-form_success-message {
  text-align: left;
  letter-spacing: 0;
  background-color: #00990e38;
  border-radius: .5rem;
  padding: .5rem;
  font-size: .75rem;
  line-height: 1rem;
}

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

.newsletter-form_component.is-min-width-20rem {
  min-width: 20rem;
}

.blog-header11_empty-state {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  border: 1px solid #00000026;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 1.5rem;
  display: flex;
  box-shadow: 0 1px 2px #14141408;
}

.blog-header11_title-link {
  color: #000000de;
}

.radio-button_button {
  border: .125rem solid #00000026;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
  transition: border-color .2s ease-out;
}

.radio-button_button:hover {
  border-color: #00000036;
}

.radio-button_button:active {
  border-color: #00000045;
}

.radio-button_button.w--redirected-checked {
  border-color: #d60535;
}

.radio-button_button.w--redirected-focus {
  border-color: #d60535;
  box-shadow: 0 0 #0000;
}

.radio-button_button.w--redirected-focus-visible {
  border-color: #d60535;
}

.radio-button_button.is-button-only {
  border-style: none;
  width: 100%;
  height: 100%;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.radio-button_button.is-button-only.w--redirected-focus-visible {
  border-radius: .375rem;
  outline: .125rem solid #df030073;
}

.blog-header11_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f9f9f9;
  border: 1px solid #00000026;
  border-radius: .75rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: grid;
  overflow: hidden;
  box-shadow: 0 1px 2px #14141408;
}

.blog-header11_text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.form_message-error {
  letter-spacing: -.006em;
  background-color: #ff0f0036;
  border-radius: .5rem;
  margin-top: .75rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.pagination_button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-small-2 {
  aspect-ratio: 1;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.blog-header11_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.radio-button_label {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  letter-spacing: -.006em;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  line-height: 1.25rem;
  display: inline-flex;
  position: relative;
}

.read-time_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #0000009c;
  display: flex;
}

.icon-1x1-xhuge {
  width: 5rem;
  height: 5rem;
}

.form_input {
  color: #000000de;
  letter-spacing: -.006em;
  background-color: #fcfcfc;
  border: 1px solid #00000026;
  border-radius: .625rem;
  height: 2.25rem;
  margin-bottom: 0;
  padding: 0 .625rem 0 .75rem;
  font-size: .875rem;
  line-height: 1.25rem;
  transition: box-shadow .2s, border-color .2s, background-color .2s;
  box-shadow: 0 1px 2px #14141408;
}

.form_input:hover {
  box-shadow: none;
  background-color: #00000017;
  border-color: #0000;
}

.form_input:focus {
  outline-offset: 0px;
  border-color: #df030073;
  outline: .125rem solid #ee030059;
}

.form_input::placeholder {
  color: #0000009c;
}

.blog-header11_image-wrapper {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-left: -1rem;
  overflow: hidden;
}

.blog-header11_filter-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-regular-3 {
  letter-spacing: -.011em;
  font-size: 1rem;
  line-height: 1.5rem;
}

.radio-button_button-field {
  cursor: pointer;
  background-color: #fcfcfc;
  border: 1px solid #00000026;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  transition: box-shadow .2s, border-color .2s ease-out, background-color .2s ease-out;
  display: flex;
  box-shadow: 0 1px 2px #14141408;
}

.radio-button_button-field:hover {
  box-shadow: none;
  background-color: #0000000f;
  border-color: #0000;
}

.radio-button_button-field:active {
  background-color: #00000017;
}

.radio-button_button-field.is-button-only {
  transition: color .2s, box-shadow .2s, border-color .2s ease-out, background-color .2s ease-out;
  position: relative;
}

.radio-button_button-field.is-button-only.is-active {
  color: #fcfcfc;
  background-color: #d60535;
  border-color: #d60535;
}

.radio-button_button-field.is-button-only.is-active:hover {
  background-color: #c50027;
}

.radio-button_button-field.is-button-only.is-active:active {
  background-color: #d60535;
}

.pagination_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.radio-button_group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  display: flex;
}

.radio-button_group.is-horizontal {
  flex-flow: wrap;
}

.blog-header11_filter-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagination_page-button {
  color: #0000009c;
  letter-spacing: -.006em;
  background-color: #fcfcfc;
  border: 1px solid #00000026;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.pagination_page-button:hover {
  background-color: #0000000f;
  border-color: #0000;
  text-decoration: none;
}

.pagination_page-button:active {
  background-color: #00000017;
}

.pagination_page-button:focus-visible, .pagination_page-button[data-wf-focus-visible] {
  outline-offset: 0rem;
  outline-color: #00000045;
}

.pagination_page-button.w--current {
  color: #000000de;
  background-color: #0000000f;
  border-color: #0000;
}

.blog-header11_filter-wrapper {
  margin-bottom: 0;
}

.blog-header11_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h6 {
  letter-spacing: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.cs-header-content-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content5-content {
  margin-bottom: 36px;
}

.content5-grey-content {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 67px;
  margin-bottom: 67px;
  padding: 47px 56px 67px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.content5-image {
  background-image: url('../images/uma-mini-lounge-chair-v3_download-flipped_download.jpg');
  background-position: 50%;
  background-size: cover;
}

.cs-content-wrapper-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: static;
  color: #333 !important;
}

.service-content-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content7-content-wrap {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 220px;
  padding: 47px 56px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.content7-image {
  width: 100%;
  height: 460px;
}

.div-block-31 {
  padding-top: 10px;
}

.text-button {
  color: #0b1d2a;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0b1d2a00;
  border-radius: 999px;
  padding: 12px 0;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.text-button:hover {
  color: #e6c85f;
  background-color: #e6c85f00;
  font-weight: 500;
}

.text-button:active {
  background-color: #43464d00;
}

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

.service-content-grid-alt {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.service-list {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  width: 100%;
}

.service-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

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

@media screen and (max-width: 991px) {
  .navbar-logo-left:where(.w-variant-0d60e704-d53e-5ee5-f286-bd781b6f01de) {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    max-width: 728px;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

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

  .hero-header {
    flex-flow: column;
  }

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

  .feature35_content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .feature35_tabs-menu {
    flex-flow: column;
  }

  .container-large:where(.w-variant-4c459bab-deb3-26ad-2d95-dd6967506607) {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .proposition_content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .proposition_content:where(.w-variant-bce76fd7-d8f3-f501-ce62-0a25f7d57cdc) {
    position: static;
  }

  .alt_container-large {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .alt_container-large:where(.w-variant-bce76fd7-d8f3-f501-ce62-0a25f7d57cdc) {
    flex-flow: column;
    padding-top: 0;
  }

  .alt_container-large.alt-slider-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ceo_content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .blog1-button-wrap {
    margin-bottom: 30px;
  }

  .blog1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .blog1-headline-wrap {
    max-width: none;
  }

  .cta_content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .footer-middle-wrapper:where(.w-variant-4c459bab-deb3-26ad-2d95-dd6967506607) {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-menu-wrapper:where(.w-variant-4c459bab-deb3-26ad-2d95-dd6967506607) {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-4:where(.w-variant-4c459bab-deb3-26ad-2d95-dd6967506607) {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-6:where(.w-variant-1ba7852f-3da1-e7f1-1c7a-1805fa2d6477) {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-7:where(.w-variant-1ba7852f-3da1-e7f1-1c7a-1805fa2d6477) {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .rtl-content-wrapper:where(.w-variant-1ba7852f-3da1-e7f1-1c7a-1805fa2d6477) {
    width: 100%;
  }

  .ltr-content-wrapper:where(.w-variant-1ba7852f-3da1-e7f1-1c7a-1805fa2d6477) {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .slider01_mask-2 {
    width: 50%;
  }

  .slider01_comp-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .rtl-content-heading:where(.w-variant-1ba7852f-3da1-e7f1-1c7a-1805fa2d6477) {
    font-size: 50px;
    line-height: 110%;
  }

  .stack-cards-wrapper:where(.w-variant-bce76fd7-d8f3-f501-ce62-0a25f7d57cdc) {
    width: 100%;
  }

  .container-padding.post-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer2-links-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

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

  .navbar-logo-left-2.tablet-mobile {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .div-block-30 {
    width: 100%;
    margin-left: 0;
  }

  .stat11_header {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

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

  .stat11_content-wrapper {
    height: 100%;
  }

  .success-message-2, .error-message {
    max-width: 738px;
  }

  .cta7-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .cta7-map {
    height: auto;
  }

  .cta7-map-wrap {
    flex-direction: row;
    min-height: 360px;
    display: flex;
  }

  .section-contact-form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .case-study-content-wrap {
    padding-left: 0;
  }

  .case-study-content {
    margin-bottom: 20px;
  }

  .case-study-content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content33-contacts-grid {
    grid-column-gap: 24px;
    width: 100%;
    max-width: 738px;
    margin-bottom: 30px;
  }

  .blog1-button-wrap-2 {
    margin-bottom: 30px;
  }

  .blog1-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

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

  .blog-header11_content {
    grid-template-columns: 1fr 1fr;
  }

  .cs-header-content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .service-content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content7-content-wrap {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .content7-image {
    height: auto;
    min-height: 460px;
  }

  .service-content-grid-alt {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

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

  .feature35_content-right {
    min-width: auto;
  }

  .feature35_component {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .content-right {
    min-width: auto;
  }

  .blog1-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .slider01_mask-2 {
    width: 80%;
  }

  .slider_arrow.is-left {
    right: 3.5rem;
  }

  .testimonial-person_item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-card1_item {
    padding: 1.5rem;
  }

  .footer2-links-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

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

  .link-2 {
    font-size: 14px;
  }

  .stat11_card {
    text-align: left;
  }

  .stat11_header-content-right {
    min-width: auto;
  }

  .stat11_lightbox {
    text-align: left;
  }

  .padding-global-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .stat11_lightbox-image-wrapper {
    position: static;
  }

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

  .stat11_component {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .success-message-2, .error-message {
    width: 100%;
    max-width: none;
  }

  .cta7-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .section-contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .case-study-content-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content33-contacts-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .blog1-grid-2 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .blog-header11_image {
    aspect-ratio: 16 / 9;
  }

  .padding-global-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blog-header11_content, .blog-header11_item {
    flex-flow: column;
    display: flex;
  }

  .blog-header11_image-wrapper {
    margin-bottom: 0;
    margin-right: -1rem;
  }

  .radio-button_group {
    grid-auto-flow: row;
  }

  .blog-header11_component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .cs-header-content-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content5-grey-content {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
  }

  .content5-image {
    height: 360px;
  }

  .service-content-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content7-content-wrap {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .service-content-grid-alt {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left:where(.w-variant-0d60e704-d53e-5ee5-f286-bd781b6f01de) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

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

  .button-primary {
    text-align: center;
  }

  .margin-top.margin-small {
    width: 100%;
  }

  .text-size-regular.text-color-secondary.text-width-50ch {
    margin-bottom: 5px;
  }

  .heading-style-h1.text-color-alternate {
    font-size: 3.5rem;
  }

  .heading-style-h1.text-color-alternate:where(.w-variant-0bbb9365-82c0-e7aa-ff14-ce8eb58a9c14) {
    font-size: 2.5rem;
  }

  .button-group {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .padding-global.padding-section-large {
    order: -9999;
  }

  .hero-header10_component {
    align-items: stretch;
    height: 100%;
  }

  .flex-block {
    margin-top: 0;
    padding-top: 0;
  }

  .hero-header {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .button-secondary {
    text-align: center;
  }

  .feature35_content-right {
    text-align: left;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    padding-left: 0;
  }

  .heading-style-h3 {
    width: 100%;
  }

  .feature35_tab-link {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .proposition_content {
    max-width: 100%;
  }

  .proposition_content:where(.w-variant-cc0e5aeb-cc77-ca22-0581-0175687569e2) {
    position: static;
  }

  .content-left {
    overflow-wrap: normal;
    width: 100%;
  }

  .content-right {
    align-items: stretch;
  }

  .alt_container-large {
    flex-flow: column;
    justify-content: flex-start;
    max-width: 100%;
  }

  .alt_container-large:where(.w-variant-cc0e5aeb-cc77-ca22-0581-0175687569e2) {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .alt_container-large.services-list {
    padding-left: 0;
    padding-right: 0;
  }

  .label.inside-label {
    text-align: center;
  }

  .blog1-button-wrap {
    justify-content: flex-start;
  }

  .blog1-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button-small {
    flex: none;
    justify-content: flex-start;
    align-self: stretch;
  }

  .cta-globe-section {
    flex-flow: column;
    display: flex;
  }

  .cta-globe-section:where(.w-variant-4bcb7754-2d1c-ee54-5db2-ee1ea23647c3) {
    align-items: center;
  }

  .globe-wrapper {
    flex-flow: wrap;
    order: 9999;
    display: flex;
    position: relative;
  }

  .globe-wrapper:where(.w-variant-4bcb7754-2d1c-ee54-5db2-ee1ea23647c3) {
    justify-content: center;
    align-items: flex-start;
    width: 2400px;
    position: relative;
    left: 0%;
    overflow: hidden;
  }

  .footer-middle-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
  }

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

  .div-block-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .copyright-with-legal-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .link.nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .legal-links-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-nav.nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-5:where(.w-variant-cc0e5aeb-cc77-ca22-0581-0175687569e2) {
    height: 200px;
    overflow: hidden;
  }

  .div-block-6 {
    padding: 32px;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-7.case-study-text-wrapper {
    height: 100%;
    max-height: 100%;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .rtl-content-wrapper, .rtl-content-wrapper.rtl-contact-us {
    width: 100%;
  }

  .ltr-content-wrapper {
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .ltr-content-wrapper.ltr-contact-us {
    width: 100%;
    margin-left: 0;
  }

  .ltr-text-block {
    max-width: 100%;
    font-weight: 400;
    line-height: 1.4em;
  }

  .slider01_slide {
    margin-right: 1rem;
  }

  .slider01_mask-2 {
    width: 95%;
  }

  .rtl-case-study-content-wrapper {
    width: 100%;
  }

  .ltr-case-study-content-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .case-studie-wrapper {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-15 {
    width: 100%;
  }

  .rtl-content-heading {
    font-size: 50px;
  }

  .div-block-17 {
    width: 100%;
  }

  .div-block-17:where(.w-variant-cc0e5aeb-cc77-ca22-0581-0175687569e2) {
    padding-top: 20px;
    padding-bottom: 32px;
    padding-left: 20px;
  }

  .div-block-18 {
    flex-flow: column;
    height: auto;
  }

  .div-block-19 {
    flex-flow: column;
    width: 100%;
    height: 100%;
  }

  .stack-cards-wrapper {
    width: 100%;
  }

  .heading:where(.w-variant-cc0e5aeb-cc77-ca22-0581-0175687569e2) {
    font-size: 32px;
  }

  .div-block-22 {
    flex-flow: column;
  }

  .div-block-23 {
    width: 100%;
    padding: 0;
  }

  .text-link-button {
    width: 100%;
  }

  .ltr-button-wrapper {
    flex-flow: column;
  }

  .form-map-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .map-locatior {
    width: 100%;
  }

  .form-block {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer2-links-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-logo-left-2.tablet-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pagination-wrapper {
    flex-flow: column;
    display: none;
  }

  .stat11_card {
    justify-content: space-between;
    align-items: flex-start;
  }

  .stat11_header-content-right {
    align-items: stretch;
  }

  .padding-global-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-group-2 {
    flex-flow: column;
  }

  .button-small-2 {
    flex: none;
    align-self: stretch;
  }

  .cta7-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-contact-form {
    padding-left: 0;
    padding-right: 0;
  }

  .content33-items-wrap {
    padding: 25px 30px 15px;
  }

  .case-study-content-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content33-contacts-grid {
    grid-column-gap: 12px;
  }

  .blog1-grid-2 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .blog-header11_header {
    align-items: stretch;
  }

  .padding-global-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .newsletter-form_form {
    flex-flow: column;
  }

  .newsletter-form_component.is-min-width-20rem {
    min-width: auto;
  }

  .cs-header-content-grid, .service-content-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content7-content-wrap {
    margin-bottom: 0;
  }

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

  .service-content-grid-alt {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

#w-node-_637552af-3521-2ca3-99f0-9378d8c6dcd1-59da754a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_86103e7c-22df-b79e-f78a-83e96a7b2243-59da754a, #w-node-_86103e7c-22df-b79e-f78a-83e96a7b2251-59da754a, #w-node-_86103e7c-22df-b79e-f78a-83e96a7b2260-59da754a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4993cba1-343d-7038-de49-e4a76e41ade5-44047e1d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: start;
}

#w-node-_4993cba1-343d-7038-de49-e4a76e41ade7-44047e1d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4993cba1-343d-7038-de49-e4a76e41ade7-44047e1d:where(.w-variant-4c459bab-deb3-26ad-2d95-dd6967506607) {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: start;
}

#w-node-_4993cba1-343d-7038-de49-e4a76e41ade9-44047e1d, #w-node-_4993cba1-343d-7038-de49-e4a76e41adf2-44047e1d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b524b9e0-0452-42db-81ea-08b3a1aa2961-2343e28f {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-b524b9e0-0452-42db-81ea-08b3a1aa2967-2343e28f {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_79021429-ff8b-2af7-8288-2010fabfdb71-2343e28f {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_23e7d78b-13ef-b6f2-3ea9-69a970ff1653-2343e28f, #w-node-c7a6055e-bee7-2bc5-9b23-a0c6af20b8be-2343e28f {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-c7a6055e-bee7-2bc5-9b23-a0c6af20b8ca-2343e28f {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-b9773411-7ab4-4ba6-5813-6da48a81dbf7-2343e28f {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-b9773411-7ab4-4ba6-5813-6da48a81dc03-2343e28f, #w-node-f02135df-d5d7-fba5-b1d4-5f45eea7e0c8-2d240ccd {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-f02135df-d5d7-fba5-b1d4-5f45eea7e0d2-2d240ccd {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_953f30d8-c48a-d130-38b6-7b88e5a63aed-d4538861 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_953f30d8-c48a-d130-38b6-7b88e5a63b01-d4538861 {
  grid-area: 1 / 7 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-_4993cba1-343d-7038-de49-e4a76e41ade9-44047e1d, #w-node-_4993cba1-343d-7038-de49-e4a76e41adf2-44047e1d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b524b9e0-0452-42db-81ea-08b3a1aa2961-2343e28f {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-b524b9e0-0452-42db-81ea-08b3a1aa2967-2343e28f {
    grid-column-end: 6;
    align-self: stretch;
  }

  #w-node-_79021429-ff8b-2af7-8288-2010fabfdb71-2343e28f {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-_23e7d78b-13ef-b6f2-3ea9-69a970ff1653-2343e28f {
    grid-column-end: 6;
    align-self: stretch;
  }

  #w-node-c7a6055e-bee7-2bc5-9b23-a0c6af20b8be-2343e28f {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-c7a6055e-bee7-2bc5-9b23-a0c6af20b8ca-2343e28f {
    grid-column-end: 6;
    align-self: stretch;
  }

  #w-node-b9773411-7ab4-4ba6-5813-6da48a81dbf7-2343e28f {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-b9773411-7ab4-4ba6-5813-6da48a81dc03-2343e28f {
    grid-column-end: 6;
    align-self: stretch;
  }

  #w-node-f02135df-d5d7-fba5-b1d4-5f45eea7e0c8-2d240ccd {
    grid-column-end: 6;
  }

  #w-node-f02135df-d5d7-fba5-b1d4-5f45eea7e0d2-2d240ccd {
    grid-column: 3 / 9;
  }

  #w-node-_953f30d8-c48a-d130-38b6-7b88e5a63b01-d4538861 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b524b9e0-0452-42db-81ea-08b3a1aa2961-2343e28f, #w-node-b524b9e0-0452-42db-81ea-08b3a1aa2967-2343e28f, #w-node-_79021429-ff8b-2af7-8288-2010fabfdb71-2343e28f, #w-node-_23e7d78b-13ef-b6f2-3ea9-69a970ff1653-2343e28f, #w-node-c7a6055e-bee7-2bc5-9b23-a0c6af20b8be-2343e28f, #w-node-c7a6055e-bee7-2bc5-9b23-a0c6af20b8ca-2343e28f, #w-node-b9773411-7ab4-4ba6-5813-6da48a81dbf7-2343e28f, #w-node-b9773411-7ab4-4ba6-5813-6da48a81dc03-2343e28f, #w-node-f02135df-d5d7-fba5-b1d4-5f45eea7e0c8-2d240ccd, #w-node-f02135df-d5d7-fba5-b1d4-5f45eea7e0d2-2d240ccd {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_953f30d8-c48a-d130-38b6-7b88e5a63b01-d4538861 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86103e7c-22df-b79e-f78a-83e96a7b2251-59da754a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4993cba1-343d-7038-de49-e4a76e41ade9-44047e1d, #w-node-_4993cba1-343d-7038-de49-e4a76e41adf2-44047e1d, #w-node-b524b9e0-0452-42db-81ea-08b3a1aa2961-2343e28f, #w-node-b524b9e0-0452-42db-81ea-08b3a1aa2967-2343e28f, #w-node-_79021429-ff8b-2af7-8288-2010fabfdb71-2343e28f, #w-node-_23e7d78b-13ef-b6f2-3ea9-69a970ff1653-2343e28f, #w-node-c7a6055e-bee7-2bc5-9b23-a0c6af20b8be-2343e28f, #w-node-c7a6055e-bee7-2bc5-9b23-a0c6af20b8ca-2343e28f, #w-node-b9773411-7ab4-4ba6-5813-6da48a81dbf7-2343e28f, #w-node-b9773411-7ab4-4ba6-5813-6da48a81dc03-2343e28f, #w-node-f02135df-d5d7-fba5-b1d4-5f45eea7e0c8-2d240ccd, #w-node-f02135df-d5d7-fba5-b1d4-5f45eea7e0d2-2d240ccd, #w-node-_953f30d8-c48a-d130-38b6-7b88e5a63b01-d4538861 {
    grid-column: span 4 / span 4;
  }
}


