.section {
  background-color: #fff;
}

.list-item {
  margin-right: 15px;
  float: left;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: right;
  list-style-type: none;
}

.list-item-2 {
  margin-right: 15px;
  float: left;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: right;
  list-style-type: none;
}

.list-item-3 {
  margin-right: 15px;
  float: left;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: right;
  list-style-type: none;
}

.unordered-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.container {
  text-align: right;
}

.slider {
  height: auto;
}

.slider-2 {
  height: auto;
}

.mask {
  height: auto;
}

.slide {
  height: auto;
}

.heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.div-block {
  background-color: silver;
  cursor: default;
}

.div-block-2 {
  margin: 20px 20px 1px;
}

.div-block-3 {
  background-color: silver;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  width: 100%;
  padding: 20px 0px;
  background-color: #fff;
}

.sticky-nav.hidden {
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
}

.nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
  min-width: 0%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 18px;
  list-style-type: none;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  -webkit-transition: all 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: all 1000ms cubic-bezier(.075, .82, .165, 1);
  font-family: Varela, sans-serif;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #000;
  text-decoration: underline;
}

.nav-link.w--current {
  color: #000;
  font-size: 1rem;
  text-decoration: underline;
  text-transform: none;
}

.button {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #00855c;
  border-radius: 0px;
  background-color: #00c387;
  box-shadow: 6px 6px 0 0 #000;
  font-family: Varela, sans-serif;
  color: #000;
  font-size: 1rem;
  text-transform: none;
}

.button.heading {
  display: inline-block;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #00855c;
  border-radius: 0px;
  background-color: #00bc82;
  box-shadow: 6px 6px 0 0 #000;
  -webkit-transition: box-shadow 1000ms cubic-bezier(.165, .84, .44, 1), background-color 1000ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: box-shadow 1000ms cubic-bezier(.165, .84, .44, 1), background-color 1000ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), box-shadow 1000ms cubic-bezier(.165, .84, .44, 1), background-color 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), box-shadow 1000ms cubic-bezier(.165, .84, .44, 1), background-color 1000ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  color: #000;
  font-size: 1rem;
  line-height: 150%;
  cursor: pointer;
}

.button.heading:hover {
  background-color: #00c387;
  box-shadow: 11px 11px 0 0 #000;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #000;
}

.heading3 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 32px;
}

.columns {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.image {
  position: relative;
  display: block;
  max-width: 50%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  -webkit-perspective: 980px;
  perspective: 980px;
  -webkit-transition: all 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: all 1000ms cubic-bezier(.075, .82, .165, 1);
  color: #5c93a6;
  text-align: right;
  cursor: pointer;
}

.image:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.body {
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Inter, sans-serif;
  color: #000;
}

.container-2 {
  position: relative;
  left: auto;
  top: 20%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1440px;
  margin-top: 0px;
  padding: 0% 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-3 {
  position: relative;
  display: block;
  max-width: 1440px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  color: #0e046a;
}

.heading-3 {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 32px;
}

.heading-4 {
  position: relative;
  display: block;
  width: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 3rem;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.heading-4.centered {
  position: static;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.heading-5 {
  position: relative;
  font-family: Inter, sans-serif;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: -1px;
}

.text-span {
  color: #b7aa7b;
  font-style: normal;
  text-decoration: none;
}

.container-4 {
  max-width: 70%;
  padding-right: 0px;
  padding-left: 140px;
  border-radius: 48px;
  background-color: #b6b6b6;
}

.div-block-4 {
  min-height: 200px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 48px;
  background-color: #f1f1f1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.value-proposition-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  text-align: left;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 48px;
  background-color: transparent;
  opacity: 1;
}

.container-10.even {
  background-color: transparent;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: all 1000ms cubic-bezier(.075, .82, .165, 1);
  cursor: pointer;
}

.text-block {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
}

.button-2 {
  margin-top: 10px;
  border-radius: 20px;
  background-color: #02a5d8;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.column-3 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-2 {
  max-width: 80%;
  text-align: center;
}

.column-4 {
  text-align: left;
}

.heading-6 {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 1.1rem;
  line-height: 1.1;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1rem;
}

.text-block-2 {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0rem;
}

.container-7 {
  max-width: 60%;
  padding-top: 64px;
  padding-bottom: 0px;
  -webkit-transition: background-color 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: background-color 1000ms cubic-bezier(.075, .82, .165, 1);
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #00c387;
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: left;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  align-self: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 0.7rem;
  text-align: left;
  text-transform: uppercase;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  display: block;
  padding: 5px 20px;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  font-family: Montserrat, sans-serif;
  color: #000;
  text-decoration: none;
}

.link-2:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #00855c;
  text-decoration: underline;
}

.value-proposition {
  display: none;
  margin-top: auto;
  margin-bottom: auto;
  padding: 100px 24px 100px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.value-proposition.plain {
  background-color: #4549ed;
}

.value-proposition-3 {
  margin-top: 60px;
}

.value-proposition-4 {
  margin-top: 60px;
}

.head {
  position: relative;
  display: block;
  height: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.76))), url('../images/dots.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.76)), url('../images/dots.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100px;
  font-family: Varela, sans-serif;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.column-6 {
  text-align: center;
}

.why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.image-3 {
  width: 100px;
  max-width: 200px;
  padding-bottom: 40px;
}

.image-4 {
  max-width: 45%;
  border-style: none;
  border-width: 1px;
  border-color: #4549ed;
  color: #101857;
  cursor: pointer;
}

.link-block {
  display: block;
  max-width: 100%;
  padding: 10px 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-3 {
  padding-right: 0px;
  padding-left: 0px;
  color: #005eff;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.lottie-animation {
  position: relative;
  max-width: 10%;
  padding-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.title-value-proposition {
  position: relative;
  display: none;
  padding: 24px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.link-block-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.text-span-2 {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  line-height: 2.1rem;
}

.image-5 {
  position: relative;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  mix-blend-mode: darken;
}

.heading-8 {
  margin-bottom: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2.6rem;
}

.heading-8.light-on-dark {
  color: #fff;
}

.contact {
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
}

.contact:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.clients {
  display: none;
  width: 100%;
  margin-top: 140px;
  margin-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-align: center;
}

.container-11 {
  max-width: 1280px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.heading-9 {
  font-size: 1.5rem;
}

.heading-10 {
  margin-bottom: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2.6rem;
}

.heading-11 {
  font-size: 1.5rem;
}

.column-11 {
  text-align: center;
}

.column-11.hidden {
  padding-right: 8px;
  padding-left: 8px;
  text-align: left;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  max-width: 80%;
  text-align: center;
}

.image-6.hidden {
  max-width: 70%;
}

.column-12 {
  text-align: right;
}

.column-13 {
  text-align: left;
}

.container-12 {
  max-width: 1440px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.column-14 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.column-15 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.column-16 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.column-17 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.separator {
  display: none;
  width: 20%;
  height: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-radius: 20px;
  background-color: #4549ed;
}

.case-plain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 100px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-7 {
  text-align: right;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  color: grey;
  font-size: 14px;
  font-weight: 400;
}

.button-4 {
  margin-top: 40px;
  border-radius: 20px;
  background-color: #00c387;
  color: #000;
}

.container-14 {
  position: relative;
  display: block;
  max-width: 1440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-18 {
  text-align: right;
}

.container-15 {
  position: relative;
  display: block;
  height: auto;
  max-height: none;
  max-width: 960px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 100px 24px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  text-align: left;
}

.case.case-plain {
  max-width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 150%;
}

.lottie-animation-2 {
  width: 10%;
}

.column-19 {
  padding-right: 8px;
  padding-left: 8px;
}

.h1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 2rem;
  line-height: 3rem;
}

.h1.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
}

.h1.mobile {
  display: none;
}

.image-8 {
  display: none;
  max-width: 100%;
  mix-blend-mode: darken;
}

.text-span-3 {
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  line-height: 2.3rem;
  letter-spacing: 0px;
}

.text-span-4 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
}

.column-21 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-22 {
  padding-right: 20px;
  padding-left: 20px;
}

.image-9 {
  max-width: 70%;
}

.heading-13 {
  margin-top: 8px;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.container-16 {
  height: auto;
  max-height: 500px;
  max-width: 960px;
  -o-object-fit: contain;
  object-fit: contain;
}

.caption {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 0.8rem;
  line-height: 150%;
}

.body-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.mission {
  padding-bottom: 64px;
}

.container-17 {
  max-width: 960px;
  margin-top: 32px;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.phases {
  margin-bottom: 100px;
}

.container-18 {
  max-width: 960px;
  padding-bottom: 64px;
}

.paragraph-4 {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.case-covers {
  margin-top: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.breadcrumbs {
  padding-top: 16px;
  padding-bottom: 16px;
}

.link-4 {
  display: none;
  padding-right: 8px;
  padding-left: 0px;
  border-right: 0px none #4549ed;
  border-bottom: 0px none #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.link-4.first {
  padding-left: 0px;
  border-right-style: none;
  border-right-width: 0px;
  border-bottom-width: 0px;
  font-size: 12px;
}

.link-4.underlined {
  border-bottom-width: 0px;
}

.heading-14 {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.text-block-4 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-5 {
  padding-bottom: 40px;
}

.text-span-5 {
  color: #4549ed;
  font-size: 1.3rem;
  line-height: 2.2rem;
}

.text-span-6 {
  color: #4549ed;
  font-size: 1.3rem;
  line-height: 2.2rem;
}

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

.paragraph-5 {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 175%;
}

.text-span-7 {
  color: #4549ed;
}

.heading-huge {
  display: inline-block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 4rem;
  line-height: 2.6rem;
  text-align: left;
}

.heading-huge.light-on-dark {
  color: #fff;
}

.separator-title {
  width: 20%;
  height: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-radius: 20px;
  background-color: #4549ed;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.heading-18 {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.5rem;
  line-height: 150%;
}

.list-item-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.name {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 150%;
  text-align: left;
}

.job_title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-8 {
  display: inline-block;
  margin-left: 20px;
}

.column-23 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-20 {
  font-family: Montserrat, sans-serif;
}

.heading-21 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  line-height: 175%;
}

.heading-22 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  line-height: 175%;
}

.heading-23 {
  font-family: Montserrat, sans-serif;
}

.heading-24 {
  font-family: Montserrat, sans-serif;
}

.heading-25 {
  font-family: Montserrat, sans-serif;
}

.column-25 {
  display: none;
}

.bold-text {
  -webkit-transition: all 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: all 1000ms cubic-bezier(.075, .82, .165, 1);
  color: #00bc82;
  cursor: pointer;
}

.bold-text:hover {
  background-color: #000;
}

.bold-text-2 {
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  font-weight: 400;
}

.bold-text-2:hover {
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #00855c;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    margin-bottom: 20px;
  }

  .div-block-3 {
    height: 25px;
    background-color: silver;
  }

  .nav-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    -ms-grid-columns: minmax(272px, 2fr) -webkit-max-content -webkit-max-content -webkit-max-content;
    -ms-grid-columns: minmax(272px, 2fr) max-content max-content max-content;
    grid-template-columns: minmax(272px, 2fr) -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-columns: minmax(272px, 2fr) max-content max-content max-content;
    grid-template-rows: repeat(auto-fit, minmax(62px, 1.5fr));
  }

  .button {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image {
    position: relative;
    overflow: visible;
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-2 {
    max-width: 90%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-3 {
    max-width: 80%;
  }

  .heading-4 {
    padding-left: 24px;
    font-size: 48px;
    line-height: 64px;
  }

  .heading-5 {
    position: relative;
    font-size: 4rem;
    line-height: 100%;
  }

  .heading-6 {
    position: relative;
  }

  .text-block-2 {
    position: relative;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .value-proposition {
    padding-right: 32px;
  }

  .column-5 {
    padding-left: 0px;
  }

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .link-3 {
    position: relative;
  }

  .text-span-2 {
    position: relative;
  }

  .column-24 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .sticky-nav.hidden {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-grid {
    -ms-grid-columns: 0.25fr -webkit-max-content -webkit-max-content -webkit-max-content;
    -ms-grid-columns: 0.25fr max-content max-content max-content;
    grid-template-columns: 0.25fr -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-columns: 0.25fr max-content max-content max-content;
    text-align: center;
  }

  .container-2 {
    max-width: 100%;
    padding-top: 0px;
  }

  .heading-5 {
    position: relative;
    font-size: 4rem;
    line-height: 7rem;
  }

  .heading-6 {
    position: relative;
    font-size: 2rem;
    line-height: 100%;
  }

  .text-block-2 {
    position: relative;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .head {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .column-5 {
    padding-left: 0px;
  }

  .column-7 {
    position: relative;
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    padding-top: 24px;
    padding-left: 16px;
    text-align: left;
  }

  .sticky-nav {
    display: block;
    padding: 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .sticky-nav.hidden {
    display: none;
    overflow: hidden;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .nav-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-auto-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    -ms-grid-columns: minmax(61px, 1.25fr);
    grid-template-columns: minmax(61px, 1.25fr);
    -ms-grid-rows: 67px;
    grid-template-rows: 67px;
    border: 1px none #000;
    list-style-type: none;
  }

  .nav-logo-link {
    border: 0px none #000;
    text-decoration: none;
  }

  .nav-logo-link.hidden {
    display: none;
  }

  .nav-logo {
    border: 0px none #000;
    font-style: normal;
    text-decoration: none;
  }

  .nav-logo.hidden {
    display: block;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px none #000;
  }

  .button {
    position: relative;
    display: none;
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
  }

  .button.heading {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    border-style: solid;
    border-width: 1px;
    border-color: #00855c;
    border-radius: 0px;
    background-color: #00c387;
    box-shadow: 4px 4px 0 0 #000;
    font-family: Inter, sans-serif;
    color: #000;
    font-size: 0.9rem;
    font-weight: 700;
  }

  .heading3 {
    font-size: 24px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image {
    display: block;
    width: 65%;
    max-width: 100%;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-2 {
    position: relative;
    top: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    padding-right: 24px;
    padding-bottom: 32px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-3 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding: 16px 16px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    text-align: left;
  }

  .heading-4 {
    position: relative;
    width: 100%;
    margin-top: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 0.8rem;
    line-height: 150%;
    font-weight: 400;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .heading-4.centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-align: center;
  }

  .heading-4.mobile-titles {
    padding-left: 0px;
  }

  .heading-5 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5rem;
    line-height: 2.1rem;
    font-weight: 700;
    text-align: left;
    letter-spacing: normal;
  }

  .container-10 {
    max-width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-2 {
    padding: 10px 20px;
  }

  .text-block {
    display: none;
    overflow: hidden;
    height: auto;
  }

  .container-6 {
    display: block;
    max-width: 95%;
  }

  .heading-6 {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    text-align: left;
  }

  .text-block-2 {
    position: relative;
    display: block;
    overflow: visible;
    margin-top: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    text-align: left;
  }

  .container-7 {
    position: relative;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .heading-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
  }

  .footer {
    padding: 16px 20px;
    text-align: left;
  }

  .footer-flex-container {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .container-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .value-proposition {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    padding: 16px 0px;
    border-style: solid;
    border-width: 2px 1px 1px;
    border-color: #00c387 #000 #000;
    background-color: #fff;
  }

  .value-proposition.plain {
    background-color: #00c387;
  }

  .button-3 {
    width: 100%;
  }

  .grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .head {
    position: relative;
    display: block;
    overflow: visible;
    height: auto;
    min-height: 0px;
    padding-top: 24px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-5 {
    padding-left: 0px;
    text-align: center;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .text-block-3 {
    max-width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 12px;
    text-align: center;
  }

  .copyright {
    text-align: center;
  }

  .hidden {
    display: none;
  }

  .image-4 {
    max-width: 60%;
  }

  .link-block {
    max-width: none;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 20px;
  }

  .column-7 {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .column-8 {
    position: relative;
    z-index: auto;
    display: block;
    overflow: visible;
    height: auto;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columns-4 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .lottie-animation {
    height: 100px;
    max-width: 100%;
  }

  .title-value-proposition {
    display: block;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .text-span-2 {
    font-size: 1rem;
    line-height: 1rem;
    text-align: left;
  }

  .heading-8 {
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 1.3rem;
    line-height: 2.1rem;
    font-weight: 600;
    letter-spacing: 2px;
  }

  .heading-8.light-on-dark {
    color: #000;
  }

  .clients {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: auto;
    margin-bottom: 60px;
    padding-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .container-11 {
    position: relative;
    display: none;
    margin-top: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-10 {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }

  .column-11.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }

  .columns-7 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-12 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-14 {
    padding: 20px;
  }

  .column-15 {
    padding: 20px 10px;
  }

  .column-16 {
    padding: 20px 10px;
  }

  .column-17 {
    padding: 20px 10px;
  }

  .separator {
    display: none;
  }

  .case-plain {
    padding: 32px 16px 64px;
  }

  .columns-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-7 {
    width: 100%;
    padding-bottom: 16px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .heading-12 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 0.9rem;
    line-height: 150%;
  }

  .button-4 {
    margin-top: 24px;
    background-color: grey;
  }

  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-15 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .case {
    padding: 16px 16px 72px;
  }

  .case.case-plain {
    padding-right: 16px;
    padding-left: 16px;
  }

  .paragraph-2 {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
  }

  .lottie-animation-2 {
    width: 50%;
  }

  .lottie-animation-2.hidden {
    display: block;
  }

  .columns-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-19 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .h1 {
    font-family: Inter, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
  }

  .h1.desktop {
    display: none;
  }

  .h1.mobile {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 4rem;
    line-height: 125%;
    font-weight: 600;
  }

  .image-8 {
    display: none;
  }

  .column-21 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-22 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-13 {
    margin-top: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .container-16 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-17 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .paragraph-3 {
    line-height: 150%;
  }

  .container-18 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .paragraph-4 {
    line-height: 150%;
  }

  .case-covers {
    min-height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .breadcrumbs {
    padding-right: 16px;
    padding-left: 16px;
  }

  .link-4 {
    display: block;
    color: #00c387;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .heading-14 {
    margin-bottom: 0px;
  }

  .text-block-4 {
    padding-top: 8px;
  }

  .text-block-5 {
    padding-top: 8px;
  }

  .container-19 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .paragraph-5 {
    position: static;
    display: block;
    overflow: visible;
    padding-top: 24px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: Montserrat, sans-serif;
    font-size: 1.125rem;
    line-height: 2rem;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-huge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #00c387;
    font-size: 80px;
    font-weight: 400;
    text-align: right;
  }

  .heading-huge.light-on-dark {
    color: #000;
  }

  .separator-title {
    display: block;
    background-color: #00c387;
    color: #00c387;
  }

  .heading-15 {
    padding-top: 0px;
    padding-bottom: 8px;
    font-family: Montserrat, sans-serif;
    font-size: 1.3rem;
    line-height: 150%;
  }

  .heading-16 {
    padding-top: 0px;
    padding-bottom: 8px;
    font-family: Montserrat, sans-serif;
    font-size: 1.3rem;
    line-height: 175%;
  }

  .heading-17 {
    padding-top: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 1.3rem;
    line-height: 150%;
  }

  .heading-19 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 8px;
    font-size: 1.3rem;
    line-height: 150%;
  }

  .heading-20 {
    font-family: Montserrat, sans-serif;
  }

  .heading-21 {
    font-family: Montserrat, sans-serif;
  }

  .heading-22 {
    font-family: Montserrat, sans-serif;
  }

  .heading-23 {
    font-family: Montserrat, sans-serif;
  }

  .heading-24 {
    font-family: Montserrat, sans-serif;
  }

  .heading-25 {
    font-family: Montserrat, sans-serif;
  }

  .heading-26 {
    font-family: Montserrat, sans-serif;
  }

  .heading-27 {
    font-family: Montserrat, sans-serif;
  }

  .heading-28 {
    font-family: Montserrat, sans-serif;
  }

  .heading-29 {
    font-family: Montserrat, sans-serif;
  }

  .heading-30 {
    font-family: Montserrat, sans-serif;
  }

  .heading-31 {
    font-family: Montserrat, sans-serif;
  }

  .heading-32 {
    font-family: Montserrat, sans-serif;
  }

  .column-25 {
    display: none;
    overflow: hidden;
  }

  .bold-text {
    color: #00c387;
  }

  .text-span-9 {
    background-color: #00c387;
  }

  .text-span-10 {
    background-color: #000;
    color: #00c387;
  }

  .text-span-11 {
    background-color: #00c387;
    color: #000;
  }

  .text-span-12 {
    background-color: #000;
    color: #00c387;
  }

  .bold-text-2 {
    font-weight: 400;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a1bbfe77-81f0-bacb-6cb8-a1714feb71cc-4feb71be {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

