:root {
  --db-80: #526489;
  --blue: #009be2;
  --dark-blue: #273d6c;
  --white: white;
  --color: #d6dce5;
  --black: black;
  --dark-grey: #9ba9be;
  --text-blue: #107cca;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

img {
  display: inline-block;
}

.section-2 {
  align-items: center;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.section-2.expand {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.section-2.short {
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  overflow: visible;
}

.section-2.footer {
  grid-row-gap: 75px;
  background-color: #009be2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-2.longer {
  height: auto;
}

.section-2._2-content {
  z-index: 5;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 100px;
  position: relative;
}

.section-2._2-content.map {
  justify-content: center;
  align-items: flex-end;
  height: 140vh;
  padding-top: 100px;
  left: -50px;
}

.section-2.vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  padding-bottom: 100px;
  padding-left: 150px;
  padding-right: 150px;
}

.section-2.tab-list {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-bottom: 150px;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.section-2.short {
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.section-2.short.top {
  padding-top: 12vh;
}

.section-2.end-short {
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: visible;
}

.slider {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.lottie-animation-3 {
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  height: 135svh;
  margin-top: -130px;
  margin-left: -20px;
  line-height: 1.4;
  position: fixed;
  inset: 0%;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 18vh 150px 0;
  display: flex;
}

.div-block-2.centered {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2.centered.top-aligned {
  height: auto;
  position: relative;
}

.div-block-2.centered.half {
  grid-row-gap: 20px;
}

.heading-banner {
  color: snow;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-banner.centered {
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
}

.heading-banner.centered.full-span {
  padding-left: 0;
  padding-right: 0;
}

.heading-banner.centered.light-bg {
  color: #273d6c;
}

.text-block {
  color: #ffffffb3;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.navbar-2 {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 70px;
  max-height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar-2.light-bg {
  background-color: #fff;
}

.logo-white {
  z-index: 0;
  height: 30px;
  display: block;
  position: absolute;
}

.logo-white.light-bg {
  opacity: 0;
}

.nav-menu {
  flex: 0 auto;
  align-self: center;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 150px;
  margin-right: 150px;
  display: flex;
}

.nav-link {
  color: #fffc;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

.nav-link:hover {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.nav-link.w--current {
  color: #fffc;
  text-decoration: none;
}

.nav-link.light-bg {
  color: #273d6c;
}

.logo-color {
  height: 30px;
}

.image-banner {
  z-index: 0;
  opacity: .8;
  width: 200vw;
  height: 100vh;
  display: inline;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-banner.centered {
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  align-self: flex-end;
  width: 100vw;
  height: auto;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  inset: 0%;
  overflow: visible;
}

.link-block {
  z-index: 2;
  opacity: .8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 7%;
}

.text-block-2 {
  outline-offset: 0px;
  color: #fff;
  border: 1px #000;
  outline: 3px #fff;
  text-decoration: none;
}

.image-3 {
  width: 15px;
  margin-top: 5px;
}

.heading-title {
  color: #009be2;
  -webkit-text-stroke-width: 0vh;
  align-self: flex-start;
  width: 80%;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  line-height: 1.3;
}

.heading-title.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #009be2, #314f97 95%);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
}

.heading-title.white-text {
  color: #273d6c;
}

.heading-title.white-text.full-span {
  width: 85%;
  margin-top: 0;
  line-height: 1.3;
}

.heading-title.full-span {
  width: 100%;
  line-height: 56px;
  overflow: visible;
}

.heading-title.full-span.products {
  color: #273d6c;
  margin-top: 15px;
  font-weight: 500;
}

.paragraph {
  opacity: .9;
  color: #273d6c;
  width: 80%;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  list-style-type: disc;
}

.paragraph.white-text {
  color: #fff;
  order: 1;
}

.paragraph.white-text.full-span {
  width: 85%;
}

.paragraph.full-span {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.paragraph.full-span.with-top-margin {
  margin-top: 50px;
}

.paragraph.full-span.justified {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 0;
}

.paragraph.full-span.justified.blog {
  margin-top: -10px;
}

.paragraph.full-span.justified.blog.bullet {
  padding-left: 20px;
}

.paragraph.full-span.centered {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph.numbering {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  list-style-type: decimal;
}

.paragraph.numbering.blog {
  margin-top: -10px;
}

.paragraph.bullet {
  margin-bottom: 0;
}

.info-stack {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  align-self: center;
  width: 100%;
  height: 60%;
  margin-left: 150px;
  margin-right: 150px;
  padding: 150px 0;
}

.info-stack._2-text {
  align-self: center;
  height: 40%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 150px;
  padding-right: 150px;
}

.cell-7 {
  border: 1px #9ba9becc;
  border-right-width: 2px;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 15px;
  padding-right: 20px;
}

.cell-8 {
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 25px;
}

.cell-9 {
  justify-content: center;
  padding: 0 20px 0 0;
}

.cell-12 {
  justify-content: center;
  padding: 0 0 0 25px;
}

.cell-13 {
  justify-content: center;
  padding: 0 20px 0 0;
}

.text-lottie-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100%;
  grid-template-columns: 60% 40%;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
}

.text-span {
  color: #fff;
}

.text-span.color {
  color: #009be2;
}

.text-span.color.centered {
  color: #273d6c;
  text-align: center;
}

.typer {
  -webkit-text-fill-color: transparent;
  background-color: #273d6c;
  -webkit-background-clip: text;
  background-clip: text;
}

.lottie-animation-4 {
  object-fit: contain;
  flex: 0 auto;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-right: 35px;
  display: flex;
}

.text-span-2 {
  opacity: 1;
  font-weight: 600;
}

.cell-14 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.cell-15 {
  flex-wrap: wrap;
  place-content: flex-start;
  padding-left: 0;
}

.quick-stack-4 {
  z-index: 2;
  grid-row-gap: 50px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: 0%;
}

.cell-16 {
  border-left: 1px solid #fff;
}

.product-card {
  border-left: 2px solid #fff;
  justify-content: flex-start;
  padding-left: 20px;
}

.heading-product-card {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #fff6 15%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.cell-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.cta-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #273d6c;
  border-radius: 100px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  min-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.cta-button:hover {
  background-image: linear-gradient(#ffffff12, #ffffff12);
}

.cta-button.form {
  margin-top: 30px;
  line-height: 1.3;
}

.cta-text {
  color: #fff;
  flex: 1;
  font-weight: 600;
  line-height: 1.3;
}

.cta-text.light-bg {
  color: #273d6c;
  text-decoration: none;
}

.image-5 {
  height: 15px;
}

.cta-wrapper {
  height: 45px;
}

.cta-wrapper.with-border {
  height: auto;
  margin-top: 30px;
}

.quick-stack-5 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  width: 100%;
  margin-left: 150px;
  margin-right: 150px;
  padding: 0 0 100px;
  overflow: hidden;
}

.heading-service-card {
  color: #273d6c;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.text-icon-card {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.text-icon-card.short-body {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.image-icon {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  width: 100%;
  height: 100%;
  display: block;
}

.cell-21 {
  justify-content: center;
  align-items: flex-start;
}

.cell-22 {
  border-left: 1px #000;
  border-right: 1px #000;
  padding-left: 50%;
}

.div-block-4 {
  border-left: 2px solid #009be2;
  align-self: flex-start;
  width: 50%;
  height: 100%;
}

.cell-23 {
  justify-content: center;
}

.client-banner-container {
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.client-banner-container.left {
  overflow: hidden;
}

.client-banner-container.right {
  margin-top: -75px;
  overflow: hidden;
}

.client-logo-container {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.client-logo {
  height: 60px;
}

.banner-image-wrapper {
  z-index: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-image-wrapper.centered {
  aspect-ratio: auto;
  opacity: 1;
  object-fit: fill;
  object-position: 50% 0%;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.page-label {
  color: #fff;
  border: 1.5px solid #fff;
  border-radius: 100px;
  align-items: center;
  height: 30px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.page-label.light-bg {
  color: #273d6c;
  border-color: #273d6c;
  margin-bottom: 0;
}

.page-label.dark {
  color: #273d6c;
  border-color: #273d6c;
  flex-wrap: nowrap;
  width: auto;
  margin-bottom: 0;
}

.end-page-title-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 50px;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.heading-end-page {
  color: #273d6c;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  line-height: 1.3;
}

._4-grid-info-stack {
  align-self: stretch;
  width: 100vw;
  height: 18%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 150px;
}

.section-timeline {
  overflow: visible;
}

.container-3 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.text-colour-white {
  color: #fff;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-colour-white.centered {
  text-align: center;
  border-bottom: 1.5px solid #fffefe;
  width: 100%;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
}

.text-colour-white.body-center-aligned {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
}

.timeline_circle {
  -webkit-text-fill-color: inherit;
  background-color: #009be2;
  background-clip: content-box;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 4px #fff;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#273d6c, #314f97 51%, #009be2);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_progress {
  z-index: -2;
  background-color: #d6dce5;
  width: 3px;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_text {
  opacity: .8;
  color: #273d6c;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.timeline_text.title {
  opacity: 1;
  color: #009be2;
  font-size: 28px;
  font-weight: 600;
}

.timeline_text.body {
  margin-top: 10px;
}

.overlay-fade-top {
  background-image: linear-gradient(#fff, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_component {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #fff, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_date-text {
  color: #009be2;
  letter-spacing: -.03em;
  -webkit-text-stroke-color: #273d6c;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.section-3 {
  z-index: 5;
  background-color: #fff;
  height: 50vh;
  margin-top: -10px;
  position: relative;
}

.div-block-6 {
  width: 100%;
  padding-left: 150px;
  padding-right: 150px;
}

._3d-hover-wrapper {
  object-fit: contain;
  width: 100vw;
  margin-top: 100px;
  position: relative;
}

._3d-hover-parent {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  transform: rotateX(.0001deg)rotateY(0)rotateZ(0);
}

.image-7 {
  transform-style: preserve-3d;
  width: 800px;
  position: absolute;
  inset: 0% auto auto;
  transform: translate3d(0, 0, -10px);
}

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

.image-8 {
  border-radius: 12px;
  width: 110px;
  transition: filter .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: -6vh;
  right: 37vw;
  transform: translate(0);
  box-shadow: 0 0 15px 5px #00000026;
}

.image-8:hover {
  filter: saturate(150%);
  box-shadow: 0 0 20px 10px #ffffff26;
}

.image-9 {
  border-radius: 15px;
  height: 135px;
  transition: filter .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: 15vh;
  left: 16vw;
  transform: translate(0);
  box-shadow: 0 0 15px 8px #00000026;
}

.image-9:hover {
  filter: saturate(150%);
  box-shadow: 0 0 15px 8px #ffffff26;
}

.image-10 {
  border-radius: 18px;
  height: 130px;
  transition: filter .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: 18vh;
  right: 15vw;
  box-shadow: 0 0 15px 10px #00000026;
}

.image-10:hover {
  filter: saturate(150%);
  box-shadow: 0 0 15px 10px #ffffff26;
}

.div-block-10 {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 10vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.div-block-12 {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-13 {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer-end-text-wrapper {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-bottom: 50px;
  display: flex;
}

.footer-end-text {
  color: snow;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 1.3;
}

.footer-end-text.button {
  text-decoration: none;
}

.footer-end-text.button:hover {
  text-decoration: underline;
}

.form-block {
  align-self: flex-start;
  width: 100%;
}

.text-form {
  color: #fff;
  border: 1px #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.image-11 {
  width: 40px;
}

.icon-text-horizontal-warp {
  grid-column-gap: 30px;
  align-items: center;
}

._5-button-flex-box {
  grid-column-gap: 50px;
  width: 100%;
}

._5-button-flex-box.blog-share {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.icon-button {
  width: 40px;
  height: 40px;
  position: relative;
}

.image-12 {
  width: auto;
  height: auto;
  position: absolute;
}

.image-12:hover {
  opacity: 0;
}

.image-13 {
  position: absolute;
}

.text-field {
  color: #273d6c;
  border-radius: 10px;
  line-height: 1.3;
}

.success-message {
  background-color: #009be2;
  padding-left: 0;
}

.image-14 {
  width: 40px;
}

.lottie-animation-5 {
  width: 60vw;
  margin-left: 150px;
  margin-right: 150px;
}

.flex-block {
  z-index: 2;
  grid-row-gap: 25px;
  background-color: #009be2;
  border-radius: 16px;
  align-self: flex-start;
  width: 10vw;
  margin-left: 300px;
  padding: 30px 20px;
  position: absolute;
  top: 230px;
}

.vertical-icon-text {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-icon-40p {
  width: 40px;
  height: 40px;
}

.section-4 {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 150px;
  margin-right: 150px;
  padding-bottom: 100px;
  display: flex;
}

.section-4.filter-container {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: block;
  overflow: hidden;
}

.section-4.blog {
  grid-row-gap: 20px;
  padding-left: 12vw;
  padding-right: 12vw;
}

.heading-normal-paragraph {
  color: #273d6c;
  align-self: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
}

.heading-normal-paragraph.blog {
  margin-top: 20px;
}

.text-span-3 {
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.text-span-4, .text-span-5 {
  font-style: italic;
}

.text-span-6 {
  font-style: italic;
  font-weight: 700;
}

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

.text-span-7 {
  font-style: italic;
}

.section-main-hero {
  background-color: #0000;
  background-image: linear-gradient(169deg, #273d6c, #314f97 41%, #009be2 72%, #75c9f0);
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.tab_text-wrapper {
  overflow: hidden;
}

.tab_pane {
  overflow: visible;
}

.tab-link {
  opacity: .4;
  color: #182c4f;
  cursor: pointer;
  background-color: #0000;
  border-left: 4px solid #009be200;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -28px;
  padding: 0 8% 0 28px;
  transition: border-color .2s, opacity .2s ease-out;
  display: block;
}

.tab-link:hover {
  opacity: .6;
  border-left-color: #009be2;
  text-decoration: none;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #009be2;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tab_illo-wrapper {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h3 {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.h3.mb-0 {
  color: #009be2;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.col {
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.col._2col {
  flex: 0 50%;
}

.col._2col.overflow-visible {
  flex: 1;
  margin-bottom: 0;
  padding-right: 0;
  overflow: visible;
}

.col._2col.tab-menu {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-4 {
  align-self: flex-start;
  width: 100vw;
  max-width: 100%;
}

.row {
  margin-bottom: -32px;
  margin-left: -20px;
  margin-right: -20px;
}

.row.flex-center {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-span-8, .text-span-9, .text-span-10 {
  font-style: italic;
  font-weight: 300;
}

.half-lottie-wrapper {
  object-fit: contain;
  flex-wrap: wrap;
  place-content: flex-end center;
  align-items: flex-end;
  width: 100vw;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-14 {
  width: auto;
  height: auto;
}

.text-span-11 {
  font-style: italic;
  font-weight: 800;
}

.news-title-text {
  color: #273d6c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}

.icon-button-share {
  color: var(--db-80);
  width: 22px;
  height: 22px;
  position: relative;
}

.icon-button-share:hover {
  color: var(--blue);
}

.side-box-container {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-13 {
  font-style: italic;
  font-weight: 700;
}

.product-panel {
  aspect-ratio: auto;
  width: 100%;
  height: auto;
  display: block;
}

.bold {
  font-weight: 700;
}

.lottie-animation-7 {
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  margin-top: 55px;
  display: flex;
  position: relative;
  bottom: 0;
}

.half-lottie-container {
  flex-wrap: wrap;
  place-content: flex-end center;
  align-items: flex-end;
  width: 100vw;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.section-form {
  margin-left: 150px;
  margin-right: 150px;
  padding-left: 12vw;
  padding-right: 12vw;
  overflow: hidden;
}

.form-container {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.field-label {
  color: #273d6c;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 1.3;
}

.field-label-2, .field-label-3 {
  color: #273d6c;
  line-height: 1.3;
}

.text-field-2 {
  border: 1px solid #d6dce5;
  border-radius: 10px;
  line-height: 1.3;
}

.text-field-2:focus-visible {
  color: var(--dark-blue);
}

.text-field-2[data-wf-focus-visible] {
  color: var(--dark-blue);
}

.select-field {
  border: 1px solid #d6dce5;
  border-radius: 10px;
  line-height: 1.3px;
}

.select-field:focus {
  color: var(--dark-blue);
}

.text-field-3 {
  border: 1px solid #d6dce5;
  border-radius: 10px;
  line-height: 1.3;
}

.section-light-bg-half {
  background-color: #0000;
  width: 100vw;
  padding-bottom: 7.5vh;
  position: relative;
  overflow: hidden;
}

.headline-text {
  color: var(--dark-blue);
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}

.headline-image {
  width: 90%;
}

.caption-text {
  opacity: .8;
  color: #273d6c;
  text-align: center;
  align-self: center;
  margin-top: -10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
}

.caption-text.body {
  text-align: center;
  align-self: center;
  margin-top: 10px;
}

.blog-image {
  object-fit: fill;
  align-self: center;
  width: 100%;
  margin: 20px auto 5px;
  display: block;
}

.blog-date-text {
  opacity: .8;
  color: #273d6c;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.hide {
  display: none;
}

.label {
  grid-column-gap: 10px;
  border: 1.5px solid var(--dark-blue);
  color: var(--dark-blue);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.label.w--current {
  background-color: var(--dark-blue);
  color: var(--white);
}

.label.small {
  grid-column-gap: 10px;
  border-width: 1px;
  border-color: var(--db-80);
  color: var(--db-80);
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.code-embed {
  width: 14px;
  height: 14px;
}

.text-block-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.blog-section {
  font-weight: 600;
}

.blog-text-card {
  grid-column-gap: 20px;
  background-color: #009be233;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.blog-card-icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
}

.blog-card-text {
  opacity: .8;
  color: #273d6c;
  align-self: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.3;
}

.tabs-menu {
  grid-column-gap: 20px;
  border-top: 1px solid var(--color);
  border-bottom: 1px solid var(--color);
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.tabs-content {
  width: 100%;
  margin-top: 50px;
}

.blog-grid {
  grid-column-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.blog-box {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-box.blank {
  opacity: 0;
}

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

.blog-box-image {
  aspect-ratio: 3.2 / 2;
  object-fit: scale-down;
  object-position: 50% 50%;
  border-radius: 15px;
  position: relative;
}

.div-block-2-main {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 35vh 150px 0;
  display: flex;
}

.blog-box-image-container {
  aspect-ratio: 3.2 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 15px;
  align-self: center;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.italic {
  font-style: italic;
}

.div-block-17 {
  background-image: url('../images/d-gradient.png');
  background-position: 0%;
  background-size: 110% 100%;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 150px 150px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.lottie-body-wrapper {
  grid-row-gap: 5px;
  background-color: #038fd9;
  border-radius: 10px;
  flex-flow: column;
  align-self: center;
  width: 60%;
  padding: 10px 30px 20px;
  display: flex;
}

.cta-card-wrapper {
  grid-row-gap: 30px;
  background-color: #e5f5fc;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 50px 6vw;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .section-2.expand {
    overflow: hidden;
  }

  .section-2.footer.full {
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .section-2.short {
    padding-top: 6vh;
  }

  .div-block-2.centered {
    padding-top: 25vh;
  }

  .div-block-2.centered.half {
    grid-row-gap: 30px;
  }

  .heading-banner {
    font-size: 70px;
  }

  .heading-banner.centered {
    font-size: 80px;
  }

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

  .navbar-2 {
    height: 90px;
    max-height: 90px;
  }

  .logo-white, .logo-white.light-bg {
    height: 40px;
  }

  .nav-link, .nav-link.light-bg {
    font-size: 20px;
  }

  .logo-color {
    height: 40px;
  }

  .heading-title {
    font-size: 65px;
  }

  .paragraph {
    font-size: 24px;
  }

  .paragraph.numbering.blog {
    margin-top: -15px;
    font-size: 24px;
  }

  .cell-7, .cell-8, .cell-9, .cell-12, .cell-13 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-lottie-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-card {
    grid-row-gap: 10px;
    padding-left: 30px;
  }

  .heading-product-card {
    font-size: 34px;
  }

  .cta-button {
    height: 55px;
  }

  .cta-button.form, .cta-text {
    font-size: 18px;
  }

  .heading-service-card {
    font-size: 32px;
  }

  .page-label {
    height: 40px;
    font-size: 24px;
  }

  .heading-end-page {
    font-size: 65px;
  }

  ._4-grid-info-stack {
    padding-bottom: 150px;
  }

  .footer-end-text {
    font-size: 18px;
  }

  .text-form {
    font-size: 20px;
  }

  .text-field {
    font-size: 18px;
  }

  .section-4.blog {
    grid-row-gap: 30px;
    margin-top: -15px;
  }

  .heading-normal-paragraph {
    font-size: 38px;
  }

  .h3.mb-0 {
    font-size: 2.6rem;
  }

  .col._2col.tab-menu {
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .row.flex-center {
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }

  .icon-button-share {
    width: 32px;
    height: 32px;
  }

  .lottie-animation-7 {
    margin-top: 120px;
  }

  .form-container {
    grid-row-gap: 30px;
  }

  .field-label, .field-label-2, .field-label-3 {
    font-size: 18px;
  }

  .text-field-2, .select-field, .text-field-3 {
    margin-top: -10px;
    font-size: 18px;
  }

  .headline-text {
    font-size: 70px;
  }

  .caption-text {
    margin-top: -20px;
    font-size: 22px;
  }

  .caption-text.body {
    margin-top: 15px;
  }

  .blog-date-text {
    font-size: 24px;
  }

  .label {
    height: 40px;
  }

  .code-embed {
    width: 24px;
    height: 24px;
  }

  .text-block-3 {
    font-size: 24px;
  }

  .blog-text-card {
    grid-column-gap: 30px;
    min-height: 30px;
    padding: 25px;
  }

  .blog-card-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .blog-card-text {
    font-size: 24px;
  }

  .form-2 {
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .div-block-17 {
    background-position: 0%;
    background-size: 100% 100%;
    background-attachment: scroll;
    margin-top: 0;
    padding-bottom: 250px;
  }

  .lottie-body-wrapper {
    width: 40%;
    padding: 20px 50px 35px;
  }
}

@media screen and (max-width: 991px) {
  .section-2 {
    padding: 0;
    overflow: visible;
  }

  .section-2.expand {
    display: inline-block;
  }

  .section-2.short {
    height: 50vh;
  }

  .section-2.footer {
    justify-content: flex-start;
    height: auto;
  }

  .section-2.longer {
    align-items: flex-start;
    overflow: hidden;
  }

  .section-2._2-content {
    justify-content: flex-start;
    height: 120vh;
    margin-top: 0;
    padding-top: 0;
  }

  .section-2._2-content.map {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-position: 50% 50%;
    align-items: center;
    padding-top: 50px;
    left: auto;
    overflow: hidden;
  }

  .section-2.vertical, .section-2.tab-list {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-2.short {
    height: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-2.end-short {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .lottie-animation-3 {
    height: 500vh;
  }

  .div-block-2 {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16vh;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-2.centered.half {
    grid-row-gap: 20px;
  }

  .heading-banner {
    text-align: center;
    font-size: 50px;
    line-height: 55px;
  }

  .heading-banner.centered {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-banner.left-aligned {
    text-align: left;
  }

  .text-block {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
  }

  .navbar-2 {
    z-index: 20;
    overflow: visible;
  }

  .nav-menu {
    z-index: 20;
    background-color: #009be2;
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    position: absolute;
  }

  .navbar-container {
    margin-left: 100px;
    margin-right: 100px;
  }

  .menu-button {
    color: #fff6f6;
  }

  .menu-button.w--open {
    background-color: #009be2;
    align-self: auto;
  }

  .image-banner {
    z-index: 2;
    aspect-ratio: 5;
    object-fit: cover;
    object-position: 10% 50%;
    width: auto;
    height: 110vh;
    margin-top: -30px;
    margin-left: 0;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .image-banner.centered {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
    width: auto;
    height: 100vh;
    margin-top: 0;
    overflow: visible;
  }

  .link-block {
    z-index: 4;
    opacity: .8;
    bottom: 25%;
  }

  .text-block-2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .image-3 {
    margin-top: 5px;
  }

  .heading-title {
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    line-height: 50px;
    display: block;
  }

  .heading-title.gradient {
    margin-bottom: 0;
  }

  .heading-title.white-text {
    order: -1;
    position: relative;
  }

  .heading-title.white-text.full-span {
    width: 100%;
  }

  .paragraph {
    text-align: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 5px;
  }

  .paragraph.white-text {
    order: 1;
    position: relative;
  }

  .paragraph.white-text.full-span {
    width: 100%;
  }

  .paragraph.full-span.centered {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph.numbering {
    padding-left: 20px;
  }

  .info-stack {
    grid-row-gap: 15px;
    flex: 0 auto;
    order: 3;
    align-self: flex-start;
    margin-top: 70px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 100px;
  }

  .info-stack._2-text {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    order: -1;
    align-self: center;
    height: 30%;
    margin-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .cell-7 {
    border-bottom-style: none;
    border-right-style: none;
    align-items: flex-start;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cell-8 {
    align-items: flex-end;
    padding-left: 0;
  }

  .cell-9 {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 0;
  }

  .cell-12 {
    align-items: flex-end;
    padding-left: 0;
  }

  .cell-13 {
    padding-left: 20px;
    padding-right: 0;
  }

  .text-lottie-wrapper {
    order: -1;
    grid-template-rows: 50% 50%;
    grid-template-columns: 100%;
    margin-top: -50px;
    padding-top: 0;
  }

  .lottie-animation-4 {
    order: -1;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-14 {
    flex-wrap: nowrap;
    align-content: flex-start;
  }

  .cell-15 {
    place-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-4 {
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    order: 1;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-card {
    justify-content: flex-start;
    padding-left: 10px;
  }

  .heading-product-card {
    font-size: 22px;
  }

  .cta-wrapper {
    height: 35px;
  }

  .cta-wrapper.with-border {
    height: 35px;
    margin-top: 30px;
  }

  .quick-stack-5 {
    grid-row-gap: 75px;
    height: 90%;
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-service-card {
    font-size: 22px;
  }

  .client-logo {
    height: 50px;
  }

  .banner-image-wrapper {
    opacity: 1;
  }

  .banner-image-wrapper.centered {
    object-position: 75% 0%;
  }

  .page-label {
    font-size: 16px;
  }

  .end-page-title-wrapper {
    margin-bottom: -30px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-end-page {
    font-size: 40px;
  }

  ._4-grid-info-stack {
    padding-left: 100px;
    padding-right: 100px;
  }

  .text-colour-white.centered {
    text-align: left;
    border-bottom-style: none;
    border-right: 1px solid #fff;
    width: 100px;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
  }

  .section-3 {
    align-items: center;
    height: 70vh;
    display: flex;
  }

  .div-block-6, ._3d-hover-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }

  ._3d-hover-parent {
    width: 100%;
  }

  .image-8 {
    width: 80px;
    right: 20vw;
  }

  .image-9 {
    height: 95px;
    top: 18vh;
    left: -5vw;
  }

  .image-10 {
    height: 100px;
    top: 14vh;
    right: -2vw;
  }

  .div-block-10 {
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-11 {
    grid-column-gap: 0vw;
    grid-row-gap: 100px;
    flex-direction: column;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-12, .div-block-13 {
    width: 100%;
  }

  .footer-end-text-wrapper {
    flex-flow: column;
    margin-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .footer-end-text.divider {
    color: #0000;
  }

  ._5-button-flex-box {
    align-self: auto;
  }

  ._5-button-flex-box.blog-share {
    grid-column-gap: 15px;
  }

  .lottie-animation-5 {
    object-fit: contain;
    align-self: auto;
    width: 120vw;
    margin-left: -175px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .flex-block {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -100px;
    left: auto;
    right: auto;
  }

  .vertical-icon-text {
    width: auto;
  }

  .menu-icon.light-bg {
    color: #273d6c;
  }

  .section-4 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .section-4.filter-container {
    grid-row-gap: 25px;
    object-fit: fill;
    flex-wrap: nowrap;
    grid-template-columns: minmax(250px, 1fr) minmax(250px, 1fr);
    overflow: hidden;
  }

  .section-4.blog {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-normal-paragraph {
    font-size: 22px;
  }

  .section-main-hero {
    overflow: hidden;
  }

  .tab_text-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .tab-link {
    border-left-color: #009be200;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .tab-link:hover {
    border-left-color: #009be2;
  }

  .tab-link.w--current {
    border-left-color: #009be2;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .h3.mb-0 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .col._2col.overflow-visible {
    flex: 1;
    order: -1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .col._2col.tab-menu {
    flex-wrap: nowrap;
    flex-shrink: 0;
    flex-basis: 100%;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .row.flex-center {
    flex-direction: column;
  }

  .half-lottie-wrapper {
    object-position: 50% 50%;
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .news-title-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .icon-button-share {
    width: 20px;
    height: 20px;
  }

  .product-panel {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .lottie-animation-7 {
    object-fit: contain;
    width: 130vw;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .half-lottie-container {
    width: 130vw;
  }

  .section-form {
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-light-bg-half {
    padding-bottom: 30px;
    overflow: hidden;
  }

  .headline-text {
    color: #273d6c;
    text-align: center;
    font-size: 40px;
  }

  .headline-image {
    width: 100%;
  }

  .caption-text {
    margin-top: -10px;
  }

  .blog-grid {
    grid-column-gap: 30px;
    margin-bottom: 30px;
  }

  .div-block-16 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-box-image {
    aspect-ratio: 3.2 / 2;
    object-fit: cover;
    overflow: hidden;
  }

  .div-block-2-main {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .blog-box-image-container {
    aspect-ratio: 3.2 / 2;
    object-fit: cover;
    overflow: hidden;
  }

  .div-block-17 {
    background-size: auto 100%;
    align-items: stretch;
    margin-top: -50px;
    padding: 0 100px 250px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2.short {
    height: 50vh;
  }

  .section-2._2-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
    height: 140vh;
    margin-top: 0;
  }

  .section-2._2-content.map {
    padding-top: 50px;
  }

  .section-2.vertical, .section-2.tab-list {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-2.short {
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-2.centered.top-aligned, .div-block-2.centered.half {
    padding-top: 14vh;
  }

  .heading-banner {
    font-size: 40px;
    line-height: 48px;
  }

  .text-block {
    font-size: 15px;
  }

  .navbar-container {
    margin-left: 60px;
    margin-right: 60px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 12px;
  }

  .image-3 {
    width: 12px;
    margin-top: 5px;
  }

  .heading-title {
    width: 100%;
  }

  .heading-title.white-text.full-span {
    margin-bottom: 0;
  }

  .paragraph {
    max-width: 100%;
  }

  .paragraph.full-span.centered {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.numbering {
    padding-left: 20px;
  }

  .info-stack {
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .info-stack._2-text {
    height: 40%;
    margin-top: 75px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .cell-7 {
    padding-bottom: 75px;
  }

  .text-lottie-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animation-4 {
    width: 90%;
    height: 90%;
  }

  .cell-15 {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-4 {
    grid-column-gap: 25px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 85%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-icon-card {
    grid-row-gap: 10px;
  }

  .client-logo {
    height: 40px;
  }

  .banner-image-wrapper.centered {
    object-fit: contain;
    object-position: 9500% 50%;
  }

  .page-label {
    height: 25px;
    font-size: 12px;
  }

  .end-page-title-wrapper {
    margin-top: 30px;
    margin-bottom: -30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  ._4-grid-info-stack {
    height: 40%;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .timeline {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-3 {
    width: 100%;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_text.title {
    font-size: 22px;
  }

  .timeline_text.body {
    font-size: 15px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .section-3 {
    flex-direction: column;
    justify-content: center;
    height: 75vh;
  }

  .div-block-6 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-8 {
    top: -5vh;
    left: 10vw;
    right: auto;
  }

  .image-9 {
    top: 20vh;
    left: -10vw;
  }

  .image-10 {
    height: 80px;
    top: 6vh;
    right: -6vw;
  }

  .div-block-11 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-end-text-wrapper {
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-end-text {
    text-align: center;
  }

  .footer-end-text.divider {
    color: #fffafa00;
  }

  .lottie-animation-5 {
    width: 140vw;
  }

  .flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    width: 85vw;
    top: -50px;
  }

  .image-icon-40p {
    width: 30px;
    height: 30px;
  }

  .section-4 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .section-4.filter-container {
    grid-template-columns: minmax(250px, 1fr);
  }

  .section-4.blog {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab_pane {
    align-self: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .tab-link {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
    padding-left: 16px;
  }

  .tab-link.w--current {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
  }

  .tab_illo-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .col._2col.overflow-visible {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .col._2col.tab-menu {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: 0;
    overflow: visible;
  }

  .container-4 {
    width: 100%;
  }

  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row.flex-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .half-lottie-wrapper {
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    bottom: 0;
    overflow: hidden;
  }

  .product-panel {
    justify-content: flex-start;
    width: 100%;
    display: block;
  }

  .lottie-animation-7 {
    width: 150vw;
    margin-top: 0;
    bottom: 0;
  }

  .half-lottie-container {
    object-fit: contain;
    justify-content: center;
    width: 150vw;
    position: relative;
    bottom: 0;
    overflow: visible;
  }

  .section-form {
    margin-left: 60px;
    margin-right: 60px;
  }

  .headline-text {
    font-size: 34px;
  }

  .code-embed {
    width: 14px;
    height: 14px;
  }

  .text-block-3 {
    font-size: 15px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-content: stretch;
  }

  .blog-grid {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .blog-box.blank {
    display: none;
  }

  .text-block-4 {
    flex: none;
  }

  .div-block-17 {
    margin-top: -50px;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .lottie-body-wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2.expand {
    overflow: visible;
  }

  .section-2.short {
    height: 35vh;
  }

  .section-2.longer {
    height: 270vh;
    overflow: hidden;
  }

  .section-2._2-content {
    grid-row-gap: 30px;
    height: 175vh;
  }

  .section-2._2-content.map {
    padding-top: 35px;
  }

  .section-2.vertical {
    height: 100vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-2.tab-list {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .section-2.short {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-2.end-short {
    padding-top: 50px;
  }

  .div-block-2 {
    padding-top: 30vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-banner {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .logo-white {
    height: 25px;
  }

  .navbar-container {
    margin-left: 30px;
    margin-right: 30px;
  }

  .logo-color {
    height: 25px;
  }

  .image-banner.centered {
    object-position: 75% 50%;
  }

  .link-block {
    text-align: center;
    width: 30vw;
    bottom: 25%;
  }

  .heading-title {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-title.gradient {
    margin-bottom: 0;
  }

  .heading-title.white-text.full-span, .heading-title.full-span {
    line-height: 40px;
  }

  .paragraph {
    margin-top: 5px;
    font-size: 15px;
  }

  .paragraph.white-text.full-span, .paragraph.full-span {
    font-size: 15px;
  }

  .paragraph.full-span.centered {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.numbering {
    padding-left: 20px;
  }

  .info-stack {
    grid-row-gap: 5px;
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .info-stack._2-text {
    grid-row-gap: 15px;
    height: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-7 {
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-8, .cell-9, .cell-12, .cell-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-lottie-wrapper {
    padding-bottom: 0;
    overflow: visible;
  }

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

  .quick-stack-4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .heading-product-card {
    font-size: 20px;
  }

  .cta-wrapper.with-border {
    margin-top: 20px;
  }

  .quick-stack-5 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    width: 105%;
    height: 90%;
    margin-top: 75px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-service-card {
    font-size: 20px;
  }

  .text-icon-card {
    grid-row-gap: 15px;
  }

  .client-logo-container.left, .client-logo-container.right {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .client-logo {
    height: 28px;
  }

  .end-page-title-wrapper {
    margin-top: 0;
    margin-bottom: -50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-end-page {
    font-size: 30px;
  }

  ._4-grid-info-stack, .timeline {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-3 {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .text-colour-white.centered {
    text-align: center;
    border-bottom-style: solid;
    border-right-style: none;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .timeline_text.title {
    font-size: 22px;
  }

  .timeline_text.body {
    font-size: 13px;
  }

  .timeline_date-text {
    font-size: 22px;
  }

  .section-3 {
    justify-content: center;
    height: 100vh;
    margin-top: 0;
  }

  .div-block-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._3d-hover-wrapper {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    border-radius: 0;
    width: 100%;
  }

  .image-8 {
    border-radius: 6px;
    width: 70px;
    top: -3vh;
    left: 15vw;
    right: auto;
  }

  .image-9 {
    aspect-ratio: auto;
    border-radius: 7px;
    width: auto;
    height: 70px;
    top: 27vh;
    left: auto;
  }

  .image-10 {
    border-radius: 7px;
    height: 60px;
    top: 6vh;
    right: 9vw;
  }

  .div-block-11 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-end-text-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-end-text {
    text-align: center;
    font-size: 12px;
  }

  .footer-end-text.divider {
    color: #fffafa00;
    border-bottom: 1px #fff;
    width: 100%;
    display: flex;
  }

  .image-11 {
    width: 30px;
  }

  ._5-button-flex-box {
    grid-column-gap: 30px;
  }

  .icon-button {
    width: 30px;
  }

  .lottie-animation-5 {
    object-fit: cover;
    object-position: 50% 50%;
    align-self: auto;
    width: 150vw;
    margin-left: -160px;
    position: relative;
    left: 15px;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    width: 50vw;
    top: -50px;
  }

  .section-4 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .section-4.filter-container {
    margin-bottom: 50px;
  }

  .section-4.blog {
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-normal-paragraph {
    font-size: 20px;
  }

  .section-main-hero._3d {
    z-index: -2;
    overflow: hidden;
  }

  .tab-link {
    margin-left: 0;
    padding-left: 12px;
  }

  .tab-link.w--current {
    padding-left: 12px;
    padding-right: 0;
  }

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

  .col._2col.tab-menu {
    flex-shrink: 0;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .half-lottie-wrapper {
    object-fit: contain;
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
  }

  .news-title-text {
    line-height: 30px;
  }

  .icon-button-share {
    width: 18px;
    height: 18px;
  }

  .product-panel {
    width: 100%;
  }

  .lottie-animation-7 {
    z-index: -1;
    width: 210vw;
    margin-top: 0;
  }

  .half-lottie-container {
    align-items: flex-end;
    width: 200vw;
  }

  .section-form {
    margin-left: 30px;
    margin-right: 30px;
  }

  .section-light-bg-half {
    padding-bottom: 20px;
  }

  .headline-text {
    text-align: center;
    font-size: 26px;
  }

  .caption-text {
    font-size: 14px;
  }

  .caption-text.body {
    text-align: center;
    max-width: 100%;
    font-size: 14px;
  }

  .blog-image {
    width: 100%;
  }

  .blog-date-text {
    font-size: 12px;
  }

  .label.small {
    grid-column-gap: 7.5px;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed {
    width: 12px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .blog-text-card {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .blog-card-text {
    text-align: center;
    font-size: 14px;
  }

  .blog-grid {
    grid-row-gap: 20px;
  }

  .div-block-2-main {
    padding-top: 30vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-17 {
    padding: 15px 30px 100px;
  }

  .lottie-body-wrapper {
    width: 100%;
    padding: 5px 15px 10px;
  }
}

#w-node-_4d80ffa4-07db-9460-a487-66948fffc3b4-997ffcdb {
  grid-template-rows: 50% 50%;
  grid-template-columns: 50% 25% 25%;
}

#w-node-_4d80ffa4-07db-9460-a487-66948fffc3b5-997ffcdb {
  grid-row: span 2 / span 2;
}

#w-node-_416b1939-8205-3999-3936-86e82ffe1695-997ffcdb {
  grid-template-rows: auto auto auto 25%;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_416b1939-8205-3999-3936-86e82ffe1696-997ffcdb {
  grid-column: span 3 / span 3;
}

#w-node-_3ba32d15-d049-bbf9-c606-92167ea48f00-997ffcdb, #w-node-fd084db7-44a8-a7f0-7268-0027b8a0e6fb-997ffcdb, #w-node-_71e57770-a22f-0775-5e59-d55dd34bace8-997ffcdb, #w-node-_373fb626-316f-6957-cc79-b2ec066cf131-997ffcdb, #w-node-add93e4f-3151-f474-95ed-650a68521207-997ffcdb, #w-node-afa13676-9308-7559-cb2b-5a5ad578407b-997ffcdb {
  grid-template-rows: 23% 61%;
  grid-template-columns: 23% 70%;
}

#w-node-_6315f54d-151b-fb66-db25-7951dd74b8eb-997ffcdb {
  grid-column: span 3 / span 3;
}

#w-node-_1d60bfa7-642f-20e6-f6d3-dfa2b78ed940-997ffcdb {
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
}

#w-node-_1d60bfa7-642f-20e6-f6d3-dfa2b78ed941-997ffcdb, #w-node-_1d60bfa7-642f-20e6-f6d3-dfa2b78ed942-997ffcdb {
  grid-row: span 2 / span 2;
}

#w-node-_3b90bbce-8f34-f4d4-f6f7-aa3c5b2b6267-997ffcdb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ffe647c0-bfd8-56f3-7169-d1685e727db6-997ffcdb {
  grid-column: span 4 / span 4;
}

#w-node-c042e390-8949-08fd-d0ca-4d2b75c1058f-997ffce3 {
  grid-template-rows: 100%;
  grid-template-columns: 50% 50%;
}

#w-node-_46edfea0-24f5-1619-2dde-173a2f3848aa-997ffce3 {
  grid-template-rows: auto;
  grid-template-columns: 25% 25% 25% 25%;
}

#w-node-_2f36716b-4675-5c37-b9fd-49e86231c903-997ffce3 {
  grid-template-rows: 28% 45%;
  grid-template-columns: 28% 62%;
}

#w-node-b1370203-f9bc-dfd0-46ec-a08b09c8d2a3-997ffce3, #w-node-_02e0a09d-d931-c540-77e9-3b7a4d7f1c2b-997ffce3, #w-node-_48244cdd-c689-d7b3-a48e-6a51644f09bb-997ffce3 {
  grid-template-rows: 28% 50%;
  grid-template-columns: 28% 62%;
}

@media screen and (max-width: 991px) {
  #w-node-_4d80ffa4-07db-9460-a487-66948fffc3b4-997ffcdb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4d80ffa4-07db-9460-a487-66948fffc3b5-997ffcdb {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_416b1939-8205-3999-3936-86e82ffe1695-997ffcdb {
    grid-template-rows: 8% 18% 18% 18%;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_416b1939-8205-3999-3936-86e82ffe1696-997ffcdb, #w-node-_6315f54d-151b-fb66-db25-7951dd74b8eb-997ffcdb {
    grid-column: span 2 / span 2;
  }

  #w-node-_1d60bfa7-642f-20e6-f6d3-dfa2b78ed940-997ffcdb {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  #w-node-_1d60bfa7-642f-20e6-f6d3-dfa2b78ed941-997ffcdb {
    grid-row: span 1 / span 1;
  }

  #w-node-_1d60bfa7-642f-20e6-f6d3-dfa2b78ed942-997ffcdb {
    order: -9999;
    grid-row: span 2 / span 2;
  }

  #w-node-_3b90bbce-8f34-f4d4-f6f7-aa3c5b2b6267-997ffcdb {
    grid-template-rows: 50% 50%;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ffe647c0-bfd8-56f3-7169-d1685e727db6-997ffcdb {
    grid-column: span 2 / span 2;
  }

  #w-node-c042e390-8949-08fd-d0ca-4d2b75c1058f-997ffce3 {
    grid-template-rows: 25% 2% 20% 20%;
    grid-template-columns: minmax(100%, 50%);
  }

  #w-node-c042e390-8949-08fd-d0ca-4d2b75c10590-997ffce3, #w-node-c042e390-8949-08fd-d0ca-4d2b75c1059a-997ffce3 {
    grid-row: span 2 / span 2;
  }

  #w-node-_46edfea0-24f5-1619-2dde-173a2f3848aa-997ffce3 {
    grid-template-rows: auto;
    grid-template-columns: 50% 50%;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4d80ffa4-07db-9460-a487-66948fffc3b4-997ffcdb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
  }

  #w-node-_416b1939-8205-3999-3936-86e82ffe1695-997ffcdb {
    grid-template-rows: 8% 14% 14% 14%;
    grid-template-columns: 1fr;
  }

  #w-node-_33387c4d-7bb5-be8e-d7d1-b70a94c5132f-997ffcdb, #w-node-_7bc7852f-fa94-7853-3f43-ec459fe78788-997ffcdb, #w-node-_218fea74-f180-b9a6-57ac-6e6586923e0b-997ffcdb, #w-node-bf761d1d-7cea-1b79-3bd3-588a7965cef1-997ffcdb, #w-node-a21b4fe8-9baa-e20a-7a2d-c58fbf88aefb-997ffcdb, #w-node-_5ecd7a5f-b8fc-8eff-cddb-372222759d2d-997ffcdb {
    grid-column: span 2 / span 2;
  }

  #w-node-_1d60bfa7-642f-20e6-f6d3-dfa2b78ed940-997ffcdb {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  #w-node-_3b90bbce-8f34-f4d4-f6f7-aa3c5b2b6267-997ffcdb {
    grid-template-rows: 45% 45%;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ffe647c0-bfd8-56f3-7169-d1685e727db6-997ffcdb {
    grid-column: span 2 / span 2;
  }

  #w-node-c042e390-8949-08fd-d0ca-4d2b75c1058f-997ffce3 {
    grid-template-rows: 40% 2% 15% 15%;
    grid-template-columns: minmax(100%, 50%);
  }

  #w-node-c042e390-8949-08fd-d0ca-4d2b75c10590-997ffce3, #w-node-c042e390-8949-08fd-d0ca-4d2b75c1059a-997ffce3 {
    grid-row: span 2 / span 2;
  }

  #w-node-_6c0bb6fc-e742-e72d-0408-880f97d7e812-997ffce3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c0bb6fc-e742-e72d-0408-880f97d7e815-997ffce3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c0bb6fc-e742-e72d-0408-880f97d7e817-997ffce3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c0bb6fc-e742-e72d-0408-880f97d7e81e-997ffce3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c0bb6fc-e742-e72d-0408-880f97d7e821-997ffce3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c0bb6fc-e742-e72d-0408-880f97d7e831-997ffce3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c0bb6fc-e742-e72d-0408-880f97d7e834-997ffce3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c0bb6fc-e742-e72d-0408-880f97d7e84b-997ffce3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c0bb6fc-e742-e72d-0408-880f97d7e84e-997ffce3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c0bb6fc-e742-e72d-0408-880f97d7e867-997ffce3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c0bb6fc-e742-e72d-0408-880f97d7e86a-997ffce3 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4d80ffa4-07db-9460-a487-66948fffc3b4-997ffcdb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% 50%;
  }

  #w-node-_43f0d087-21ac-6495-0a73-cfd8c65fc784-997ffcdb, #w-node-_3e037405-dca2-f691-5271-c2ad3cc80d65-997ffcdb, #w-node-_113beca0-2ab1-afda-f25d-bf80aed37413-997ffcdb, #w-node-_9f7e4e89-7d8b-0296-1e93-573e79e3111f-997ffcdb {
    grid-column: span 2 / span 2;
  }

  #w-node-_416b1939-8205-3999-3936-86e82ffe1695-997ffcdb {
    grid-template-rows: 8% 14% 14% 14%;
    grid-template-columns: 1fr;
  }

  #w-node-_3ba32d15-d049-bbf9-c606-92167ea48f00-997ffcdb {
    grid-template-rows: 20% 55%;
    grid-template-columns: 20% 75%;
  }

  #w-node-_3b90bbce-8f34-f4d4-f6f7-aa3c5b2b6267-997ffcdb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c042e390-8949-08fd-d0ca-4d2b75c1058f-997ffce3 {
    grid-template-rows: 30% 1% 18% 18%;
    grid-template-columns: 100%;
  }

  #w-node-c042e390-8949-08fd-d0ca-4d2b75c10590-997ffce3, #w-node-c042e390-8949-08fd-d0ca-4d2b75c1059a-997ffce3 {
    grid-row: span 2 / span 2;
  }

  #w-node-_46edfea0-24f5-1619-2dde-173a2f3848aa-997ffce3 {
    grid-template-rows: auto;
    grid-template-columns: 100%;
  }
}


@font-face {
  font-family: 'Avenir Next LT';
  src: url('../fonts/26301410506.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next LT';
  src: url('../fonts/30716573843.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}